/* 字体引入 */
body {
  font-family: '微软雅黑';
}
/* 网站基本宽度（注意修改） */
.container {
  width: 1680px;
  padding: 0 15px;
}
@media screen and (max-width: 1680px) {
  .container {
    width: 1280px;
  }
}
@media screen and (max-width: 1280px) {
  .container {
    width: 970px;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}
body {
  font-family: 'Roboto';
}
#header .logo {
  margin: 15px 0;
}
#header .menu {
  width: 60%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
}
#header .menu li {
  float: left;
  position: relative;
  transition: 0.6s ease;
  width: 15%;
}
#header .menu li a {
  display: block;
  padding: 40px 15px;
  border-bottom: 3px solid #FFFFFF;
  transition: 0.6s ease;
}
#header .menu li a:hover {
  border-bottom: 3px solid #de321d;
}
#header .menu li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  z-index: 100;
  display: none;
}
#header .menu li .sub-menu li {
  width: 100%;
  transition: 0.6s ease;
}
#header .menu li .sub-menu li a {
  width: 100%;
  display: block;
  padding: 10px;
  background: #FFFFFF;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
}
#header .menu li .sub-menu li a:hover {
  border-bottom: 3px solid #de321d;
}
#header .menu li:nth-child(6) {
  margin-right: 10%;
}
#header .menu li .sub-menu li .children{
	position: absolute;
	left: 100%;
	top: 0;
	display: none;
	width: 100%;
	transition: 0.5s ease;
}
#header .menu li .sub-menu li:hover .children{
	display: block;
}
#header b {
  width: 10%;
  min-width: 150px;
  display: block;
  line-height: 110px;
}
#header b a {
  transition: 0.3s ease;
}
#header b a:hover {
  color: #0093d2;
}
#index-body {
  z-index: 1;
}
#index-body .i-about .AboutText {
  width: 50%;
  margin-bottom: 150px;
}
#index-body .i-about .AboutText .text {
  width: 90%;
  position: relative;
}
#index-body .i-about .AboutText .text h3 {
  color: #ebebeb;
  font-size: 28px;
  position: absolute;
  top: 235px;
  left: -250px;
  transform: rotate(90deg);
}
#index-body .i-about .AboutText .text h2 {
  font-size: 28px;
  line-height: 28px;
  padding-top: 150px;
}
#index-body .i-about .AboutText .text .p1 {
  padding-top: 55px;
}
#index-body .i-about .AboutText .text p {
  font-size: 16px;
  line-height: 48px;
  text-indent: 2rem;
}
#index-body .i-about .AboutText .text .button {
  display: block;
  width: 120px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #FFFFFF;
  background: #0b0b0b;
  transition: 0.5s ease;
  margin-top: 45px;
}
#index-body .i-about .AboutText .text .button:hover {
  background: #db040c;
}
#index-body .i-about .img {
  width: 50%;
  position: relative;
}
#index-body .i-about .img .img-box {
  width: 45%;
  height: auto;
  position: absolute;
  border: 5px solid #d2d2d2;
}
#index-body .i-about .img .img01 {
  left: 10%;
  top: 320px;
  z-index: 99;
}
#index-body .i-about .img .img02 {
  left: 32%;
  top: 122px;
}
#index-body .i-about .img .menu {
  float: right;
  line-height: 30px;
  margin-top: 230px;
  text-align: center;
}
#index-body .i-about .img .menu li {
  width: 120px;
  border-top: 1px solid #cccccc;
  padding: 30px 0;
  cursor: pointer;
}
#index-body .i-about .img .menu li:hover h2 {
  color: #db040c;
}
#index-body .i-about .img .menu li h2 {
  font-size: 24px;
  font-weight: bolder;
  transition: 0.5s ease;
}
#index-body .i-about .img .menu li p {
  font-size: 16px;
}
#index-body .i-news {
  position: relative;
  overflow: hidden;
}
#index-body .i-news .wrap {
  width: 50%;
  height: 100%;
  background: rgba(23, 23, 23, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#index-body .i-news .wrap .newBox {
  width: 68%;
  float: right;
  margin-right: 20px;
  color: #FFFFFF;
}
#index-body .i-news .wrap .newBox .top {
  margin-top: 50px;
  padding: 30px 0;
  border-bottom: 1px solid #fff2f2;
}
#index-body .i-news .wrap .newBox .top img {
  width: 25px;
  float: left;
  margin-left: 5px;
}
#index-body .i-news .wrap .newBox .top h2 {
  float: left;
  margin-left: 18px;
}
#index-body .i-news .wrap .newBox .swiper-container {
  height: 328px;
}
#index-body .i-news .wrap .newBox .swiper-container .swiper-slide {
  border-bottom: 1px solid #fff2f2;
}
#index-body .i-news .wrap .newBox .swiper-container .swiper-slide h2 {
  font-size: 16px;
  margin: 20px 0;
  float: left;
  color: #de321d;
}
#index-body .i-news .wrap .newBox .swiper-container .swiper-slide h2 span {
  font-size: 18px;
  margin-left: 28px;
  color: #FFFFFF;
}
#index-body .i-news .wrap .newBox .swiper-container .swiper-slide .fa-ellipsis-h {
  display: block;
  float: right;
  line-height: 27px;
  margin: 20px 0;
  font-size: 30px;
  color: #de321d;
  position: relative;
  z-index: 10
}
#index-body .i-news .wrap .newBox .swiper-container .swiper-slide .fa-ellipsis-h:hover {
  color: #FFFFFF;
}
#index-body .i-news .wrap .newBox .swiper-container .swiper-slide p {
  font-size: 14px;
  text-indent: 2rem;
  line-height: 18px!important;
  -webkit-line-clamp: 3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
#index-body .i-news .box {
  width: 65%;
  padding: 40px 0;
  z-index: 1;
  position: absolute;
  bottom: 140px;
  left: 16%;
  background: #d6060f;
}
#index-body .i-news .box .swiper-container {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
#index-body .i-news .box .swiper-container .swiper-slide {
  text-align: center;
}
#index-body .i-news .box .swiper-container .swiper-slide .img {
  display: block;
  width: 30%;
  margin: 15px 35%;
}

#index-body .i-news .box .swiper-container .swiper-slide .img .img2{display: none;}
#index-body .i-news .box .swiper-container .swiper-slide:hover .img .img2{display: block;}
#index-body .i-news .box .swiper-container .swiper-slide:hover .img .img1{display: none;}

#index-body .i-news .box .swiper-container .swiper-slide .img-box img {
  width: 100%;
}
#index-body .i-news .box .swiper-container .swiper-slide h2 {
  font-size: 14px;
  line-height: 24px;
  transition: 0.3s ease;
}
#index-body .i-news .box .swiper-container .swiper-slide:hover h2{color: #FFFFFF}

#index-body .i-news .box .swiper-button-next {
  position: absolute;
  right: 3%;
  background-size: 13px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
#index-body .i-news .box .swiper-button-prev {
  position: absolute;
  left: 3%;
  background-size: 13px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
#index-body .i-news .box .swiper-button-next,
#index-body .i-news .box .swiper-button-prev {
  outline: none;
}
#index-body .i-product {
  text-align: center;
}
#index-body .i-product span {
  display: block;
  font-size: 28px;
  margin-top: 90px;
  color: #dcdcdc;
}
#index-body .i-product h2 {
  font-size: 28px;
  font-weight: bolder;
}
#index-body .i-product ul {
  margin: 70px auto 90px auto;
  display: inline-block;
  text-align: center;
}
#index-body .i-product ul li {
  float: left;
  font-size: 24px;
  margin-left: 15px;
}
#index-body .i-product ul li:nth-child(1) {
  margin-left: 50px;
}
#index-body .i-product ul li a {
  transition: 0.3s ease;
}
#index-body .i-product ul li a:hover {
  color: #dc0b0c;
}
#index-body .i-product .swiper-container .img-box {
  width: 100%;
  background: #f0f0f0;
  overflow: hidden;
  position: relative;
}
#index-body .i-product .swiper-container .img-box:hover .wrap {
  transform: translateY(0px);
}
#index-body .i-product .swiper-container .img-box:hover + h2 {
  display: none;
}
#index-body .i-product .swiper-container .img-box img {
  width: 80%;
  height: auto;
  margin: 80px 0;
}
#index-body .i-product .swiper-container .img-box .wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 24px;
  background: rgba(16, 16, 16, 0.9);
  transform: translateY(100%);
  transition: 0.6s ease;
}
#index-body .i-product .swiper-container .img-box .wrap h2 {
  font-size: 30px;
  margin-top: 20%;
  color: #FFFFFF;
}
#index-body .i-product .swiper-container .img-box .wrap h3 {
  font-size: 24px;
  margin-top: 20px;
  color: #FFFFFF;
}
#index-body .i-product .swiper-container .img-box .wrap .fa-caret-up {
  font-size: 48px;
}
#index-body .i-product .swiper-container .img-box .wrap p {
  font-size: 16px;
  color: #dc0b0c;
}
#index-body .i-product .swiper-container h2 {
  font-size: 26px;
  padding: 15px 0;
}
#index-body .i-product .button {
  display: block;
  width: 300px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #939393;
  border-radius: 20px;
  border: 1px solid #939393;
  margin: 70px auto 150px;
  transition: 0.6s ease;
}
#index-body .i-product .button:hover {
  box-shadow: 0 0 6px 3px #d2d2d2;
  color: #dc0b0c;
}
#index-body .i-cooperation {
  padding-bottom: 80px;
}
#index-body .i-cooperation h2 {
  width: 12%;
  float: left;
  font-weight: bolder;
  font-size: 28px;
  line-height: 50px;
  margin-top: 60px;
}
#index-body .i-cooperation .partner {
  width: 88%;
  float: left;
}
#index-body .i-cooperation .partner .swiper-slide a{display: inline-block;}
#index-body .i-cooperation .partner .swiper-slide a img{width: 90%;margin: 10px 5%}
#footer {
  background: url("../images/footer.jpg") no-repeat;
  color: #FFFFFF;
}
#footer h2 {
  font-size: 20px;
  font-weight: bold;
}
#footer ul {
  margin-top: 24px;
}
#footer ul li {
  font-size: 14px;
  line-height: 24px;
}
#footer ul li a {
  transition: 0.5s ease;
}
#footer ul li a:hover {
  color: #dc0b0c;
}
#footer .container .footerNav,
#footer .container .product,
#footer .container .contact,
#footer .container .form,
#footer .container .mobile {
  float: left;
  padding: 60px 0;
}
#footer .container .footerNav {
  width: 15%;
}
#footer .container .product {
  width: 15%;
}
#footer .container .contact {
  width: 30%;
}
#footer .container .form {
  width: 30%;
  padding-right: 50px;
  font-size: 14px;
}
#footer .container .form input,
#footer .container .form textarea {
  border: none;
  padding: 10px 0 10px 5px;
  margin-bottom: 10px;
}
#footer .container .form input[type="text"] {
  width: 46%;
}
#footer .container .form input[type="text"]:nth-child(1) {
  margin-right: 3.5%;
}
#footer .container .form input[type="text"]:nth-child(2) {
  margin-left: 3.5%;
}
#footer .container .form textarea {
  width: 100%;
  height: 124px;
}
#footer .container .form input[type="submit"] {
  width: 56px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  background: #e30f11;
  color: #FFFFFF;
  padding: 0;
  float: right;
}
#footer .container .mobile {
  width: 10%;
}
#footer .container .mobile .QR {
  width: 124px;
  height: 124px;
  background: #FFFFFF;
  margin-top: 14px;
}
#footer .bottom {
  text-align: center;
  background: #e30f11;
  font-size: 18px;
  padding: 24px 0;
  font-weight: bold;
}
#footer .bottom .hwaq {
  margin-left: 50px;
}
#footer .bottom a {
  transition: 0.5s ease;
}
#footer .bottom a:hover {
  color: #0093d2;
}
/*.inner-banner {
  position: relative;
  padding-top: 106px;
  height: 376px;
  background: url("../images/inner-banner.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.inner-banner .inner-tit {
  color: #fdb533;
  font-size: 41px;
  font-family: arimo-bold;
}
.inner-banner .bread-crumbs {
  font-size: 14px;
  margin-top: -7px;
  position: relative;
  z-index: 10;
}
.inner-banner .bread-crumbs,
.inner-banner .bread-crumbs a,
.inner-banner .bread-crumbs span {
  color: #fdb533;
}
.inner-page {
  background: #2b2c2c;
  padding-bottom: 60px;
}
.inner-page .sideBar,
.inner-page .rightBar {
  margin-top: -78px;
}
.inner-page .sideBar,
.inner-page .rightBar .inner-con-box {
  background: #262626;
}
.inner-page .sideBar {
  width: 24.8% !important;
  padding: 28px 25px 40px;
}
.inner-page .sideBar .side-head {
  margin-bottom: 22px;
}
.inner-page .sideBar .side-head h3 {
  color: #787878;
  font-family: arimo-bold;
  line-height: 0.8em;
}
.inner-page .sideBar .side-head span {
  color: #787878;
}
.inner-page .sideBar .cat-list {
  font-family: arimo-bold;
  text-transform: uppercase;
}
.inner-page .sideBar .cat-list li {
  margin-bottom: 9px;
}
.inner-page .sideBar .cat-list li:last-child {
  margin-bottom: 0;
}
.inner-page .sideBar .cat-list li a {
  color: #787878;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.inner-page .sideBar .cat-list li a:hover,
.inner-page .sideBar .cat-list li a.active {
  color: #fdb533;
}
.inner-page .sideBar .side-contact {
  margin: 59px 0 57px;
}
.inner-page .sideBar .side-contact .info p {
  color: #787878;
  line-height: 30px;
  font-family: arimo-bold;
  text-transform: uppercase;
}
.inner-page .sideBar .side-contact .info p:last-child {
  margin-top: 32px;
}
.inner-page .sideBar .side-download .abst {
  color: #fdb533;
  margin-top: 14px;
  font-family: arimo-bold;
}
.inner-page .rightBar {
  width: 75.2% !important;
  padding-left: 25px;
}
.inner-page .rightBar .inner-con-box {
  height: 100%;
  padding: 27px 25px 50px;
}
.inner-page .rightBar .inner-con-box p {
  color: #787878;
  font-size: 16px;
  line-height: 28px;
}
.inner-page .rightBar .inner-con-box img {
  height: auto;
  max-width: 100%;
}
.about-page .inner-con-box {
  padding-bottom: 100px;
}
.about-page .inner-con-box .a-head {
  margin-bottom: 53px;
}
.about-page .inner-con-box .a-head h3 {
  color: #fec110;
  font-size: 22px;
}
.about-page .inner-con-box .a-head h2 {
  color: #cccccc;
  font-size: 28px;
  font-family: arimo-bold;
}
.product-page .pro-cat-name {
  color: #cccccc;
  font-family: arimo-bold;
  background: url("../images/pro-iso.png") no-repeat right center;
  height: 29px;
  line-height: 29px;
}
.product-page .i-product {
  padding: 0;
  background: none;
  margin-top: 44px;
}
.product-page .i-product .pro-list > .column {
  margin-bottom: 32px;
}
.m-page {
  text-align: center;
  padding: 45px 0;
  font-size: 14px;
}
.m-page span,
.m-page a {
  margin: 0 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-image: -moz-linear-gradient(top, #575e63, #404549);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #575e63, #404549);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#575e63, endColorstr=#404549, GradientType='0');
  /* IE*/
  color: #fff;
}
.m-page a:hover,
.m-page .current,
.m-page .active {
  background-image: -moz-linear-gradient(top, #566f82, #3e505e);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#566f82, endColorstr=#3e505e, GradientType='0');
  /* IE*/
}
.prodet-page .inner-con-box {
  padding: 0 !important;
}
.prodet-page .inner-con-box .prodet-tit {
  color: #cccccc;
  font-family: arimo-bold;
}
.prodet-page .inner-con-box .prodet-top {
  padding: 27px 25px 31px;
}
.prodet-page .inner-con-box .prodet-top .prodet-pic {
  width: 44.54% !important;
}
.prodet-page .inner-con-box .prodet-top .prodet-con-one {
  width: 55.46% !important;
  padding-left: 11.6%;
  position: relative;
}
.prodet-page .inner-con-box .prodet-top .prodet-con-one .prodet-tit {
  color: #cccccc;
  font-family: arimo-bold;
  padding-top: 34px;
  background: url("../images/pro-iso.png") no-repeat left top;
}
.prodet-page .inner-con-box .prodet-top .prodet-con-one .goToFb {
  margin: 42px 0 50px;
}
.prodet-page .inner-con-box .prodet-top .prodet-con-one .goToFb a {
  display: block;
  height: 37px;
  line-height: 37px;
  background: #505050 url("../images/pro-gotofb.jpg") no-repeat 96% center;
  text-indent: 25px;
  color: #cccccc;
  font-size: 16px;
}
.prodet-page .inner-con-box .prodet-top .prodet-con-one .image-gallery:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.prodet-page .inner-con-box .prodet-top .prodet-con-one .image-gallery li {
  float: left;
  width: 31.6%;
  margin: 0 5px 5px 0;
}
.prodet-page .inner-con-box .prodet-top .prodet-con-one .return {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #cccccc;
  font-size: 16px;
  padding-right: 37px;
  background: url("../images/return.jpg") no-repeat right center;
}
.prodet-page .inner-con-box .prodet-other-box {
  border-top: 24px solid #2b2c2c;
  padding: 28px 35px 50px;
}
.prodet-page .inner-con-box .prodet-basic-box {
  padding: 22px 23px 14px;
  background: #3e3e3e;
}
.prodet-page .inner-con-box .prodet-basic-box table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.prodet-page .inner-con-box .prodet-basic-box table td {
  color: #cccccc;
  font-size: 12px;
  padding: 5px 10px;
}
.prodet-page .inner-con-box .prodet-con-two .prodet-tit {
  margin-bottom: 9px;
}
.prodet-page .inner-con-box .prodet-related .i-product {
  padding: 0;
  background: none;
  margin-top: 24px;
}
.prodet-page .inner-con-box .prodet-related .i-product .pro-list {
  flex-wrap: nowrap;
}
.prodet-page .inner-con-box .prodet-related .i-product .pro-list > .column {
  margin-bottom: 0;
}
.prodet-page .inner-con-box .prodet-feedback .main-feedback {
  margin-top: 46px;
}
.main-feedback {
  width: 91%;
}
.main-feedback li {
  margin-bottom: 11px;
}
.main-feedback li label {
  float: left;
  width: 10%;
  text-align: right;
  color: #cccccc;
  font-size: 12px;
  height: 27px;
  line-height: 27px;
}
.main-feedback li label i {
  color: #ff0000;
  font-size: 18px;
  margin-right: 5px;
}
.main-feedback li input,
.main-feedback li textarea {
  font-family: arimo-regular;
  float: left;
  width: 89.4%;
  margin-left: 0.6%;
  height: 27px;
  border: 2px solid #616262;
  background: #2b2c2c;
  outline: none;
  resize: none;
  color: #fff;
  padding: 0 15px;
}
.main-feedback li textarea {
  height: 144px;
  padding: 10px 15px;
}
.main-feedback li.sort input {
  max-width: 241px;
}
.main-feedback li.txt {
  margin-bottom: 0;
}
.main-feedback li.txt p {
  color: #cccccc !important;
  font-size: 12px !important;
  line-height: normal !important;
  margin-left: 0.6%;
}
.main-feedback input[type="submit"] {
  margin: 17px 0 0 10.6%;
  width: 167px;
  height: 40px;
  text-indent: 9999px;
  background: url("../images/prodet-fb-btn.jpg") no-repeat center;
  border: none;
}
.news-page .new-list li {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 2px solid #777777;
}
.news-page .new-list li:last-child {
  margin-bottom: 0;
}
.news-page .new-list li .new-pic {
  width: 40%;
}
.news-page .new-list li .new-con {
  width: 60%;
  padding-left: 5%;
}
/*.news-page .new-list li .new-con .tit a {
  display: block;
  color: #999;
  font-size: 18px;
  line-height: 24px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}*/
.news-page .new-list li .new-con .tit a:hover {
  color: #fec110;
}
/*.news-page .new-list li .new-con .abst {
  color: #000000;
  font-size: 16px;
  line-height: 27px;
  margin: 15px 0;
}*/
.news-page .new-list li .new-con .abst a {
  color: #fec110;
}
.news-page .new-list li .new-con .date span {
  color: #777777;
}
.news-page .new-list li .new-con .date span:last-child {
  margin-left: 20px;
  text-transform: capitalize;
}
.news-page .new-list li:last-child {
  margin-bottom: 50px;
}
.newdet-page {
  font-family: lato-regular;
}
.newdet-page .news {
  padding: 50px 0 60px !important;
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  text-align: center;
  color: #888;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  color: #555;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #777;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
.contact-page .c-main-box {
  padding: 44px 0 68px;
}
.contact-page .c-main-box .c-head {
  margin-bottom: 51px;
}
.contact-page .c-main-box .c-head h3,
.contact-page .c-main-box .c-head span {
  color: #fdb533;
  font-family: arimo-bold;
  line-height: 0.8em;
}
.contact-page .c-main-box .c-info,
.contact-page .c-main-box .c-fb {
  background: #262626;
  padding-top: 34px;
  padding-left: 26px;
  padding-right: 34px;
  height: 523px;
  overflow: hidden;
}
.contact-page .c-main-box .c-info {
  width: 39.1%;
}
.contact-page .c-main-box .c-info .the_info p {
  color: #cccccc;
  font-size: 14px;
  line-height: 30px;
}
.contact-page .c-main-box .c-info .the_info p:first-child {
  margin-bottom: 30px;
}
.contact-page .c-main-box .c-info img {
  width: 104px;
  margin-top: 55px;
}
.contact-page .c-main-box .c-fb {
  width: 59.2%;
}
.contact-page .c-main-box .c-fb .main-feedback {
  width: 100%;
}
.faq-page .faq-list dt {
  max-width: 100%;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  padding: 16px 30px 14px;
  background-color: #343434;
  font-size: 18px;
  cursor: pointer;
  color: #9e9e9e;
  margin-bottom: 12px;
  transition: 0.5s ease;
}
.faq-page .faq-list dt:hover,
.faq-page .faq-list dt.active {
  background: #fdb533;
  color: #fff;
}
.faq-page .faq-list dd {
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  padding: 15px 30px;
  margin-bottom: 12px;
  display: none;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}*/
@media screen and (max-width: 768px) {
  .inner-banner {
    height: 200px;
    padding-top: 70px;
  }
  .about-page .a-culture {
    padding: 60px 0 50px;
  }
  .about-page .a-culture .a-tit {
    margin-bottom: 50px;
  }
  .about-page .i-network .add-sale {
    display: none;
  }
  .about-page .i-network .con-box {
    margin-right: 0;
    margin-top: 90%;
  }
  .about-page .a-whyUs {
    padding-top: 60px;
  }
  .about-page .a-whyUs .why-list {
    margin-top: 50px !important;
  }
  .about-page .a-whyUs .why-list > .column > .img {
    display: none;
  }
  .prodet-page .det-head .pro-det-one .pro-links {
    margin: 40px 0;
  }
  .prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery li {
    width: 25%;
  }
  .prodet-page .det-body {
    padding: 50px 0;
  }
  .contact-page .c-info .clist .qr-code {
    display: none;
  }
  .layer-form .contact100-form-title {
    min-height: 88px;
    font-size: 24px;
  }
  .layer-form input.input100 {
    height: 40px;
  }
  .layer-form textarea.input100 {
    min-height: 110px;
  }
}
@media screen and (max-width: 1680px) {
  #header .container {
    width: 100%;
  }
  #header .menu {
    width: 55%;
  }
  #index-body .i-about .AboutText {
    margin-bottom: 100px;
  }
  #index-body .i-about .img .img01 {
    top: 340px;
  }
  #index-body .i-about .img .img02 {
    top: 150px;
  }
  #index-body .i-about .img li:nth-child(3) {
    border-bottom: 1px solid #cdcdcd;
  }
  #index-body .i-news .wrap .newBox .top {
    margin-top: 30px;
    padding: 30px 0;
  }
  #index-body .i-news .box {
    padding: 10px 0;
    bottom: 1%;
  }
  #index-body .i-product span {
    margin-top: 72px;
  }
  #index-body .i-product ul {
    width: 60%;
    margin: 56px auto 72px auto;
  }
  #index-body .i-product .swiper-container .img-box {
    width: 100%;
    height: 420px;
  }
  #index-body .i-product .swiper-container .img-box img {
    margin-top: 120px;
  }
  #index-body .i-product .swiper-container .img-box .wrap {
    width: 100%;
    height: 420px;
    transform: translateY(420px);
  }
  #index-body .i-product .swiper-container .img-box .wrap h2 {
    margin-top: 40%;
  }
  #index-body .i-product .swiper-container .img-box .wrap h3 {
    margin-top: 3%;
  }
  #index-body .i-cooperation {
    padding-bottom: 64px;
  }
  #footer {
    background: url("../images/footer.jpg") no-repeat;
    color: #FFFFFF;
  }
  #footer h2 {
    font-size: 20px;
    font-weight: bold;
  }
  #footer ul {
    margin-top: 24px;
  }
  #footer ul li {
    font-size: 14px;
    line-height: 24px;
  }
  #footer ul li a {
    transition: 0.5s ease;
  }
  #footer ul li a:hover {
    color: #dc0b0c;
  }
  #footer .container .footerNav,
  #footer .container .product,
  #footer .container .contact,
  #footer .container .form,
  #footer .container .mobile {
    float: left;
    padding: 60px 0;
  }
  #footer .container .footerNav {
    width: 15%;
  }
  #footer .container .product {
    width: 15%;
  }
  #footer .container .contact {
    width: 30%;
  }
  #footer .container .form input[type="text"] {
    width: 46%;
  }
  #footer .container .form input[type="text"]:nth-child(1) {
    margin-right: 3%;
  }
  #footer .container .form input[type="text"]:nth-child(2) {
    margin-left: 3%;
  }
  #footer .container .mobile {
    padding-left: 1%;
  }
}
@media screen and (max-width: 1280px) {
  #index-body .i-about .AboutText {
    width: 100%;
    margin-bottom: 100px;
  }
  #index-body .i-about .AboutText .text {
    width: 90%;
    position: relative;
  }
  #index-body .i-about .AboutText .text h3 {
    top: 200px;
    left: -250px;
  }
  #index-body .i-about .AboutText .text h2 {
    padding-top: 80px;
  }
  #index-body .i-about .AboutText .text .p1 {
    padding-top: 30px;
  }
  #index-body .i-about .AboutText .text p {
    line-height: 36px;
  }
  #index-body .i-about .AboutText .text .button {
    margin-top: 30px;
  }
  #index-body .i-about .img {
    width: 100%;
    position: static;
  }
  #index-body .i-about .img .img-box {
    width: 30%;
    position: static;
    border: 3px solid #d2d2d2;
    float: left;
    margin-right: 10%;
    margin-top: 30px;
  }
  #index-body .i-about .img .img01 {
    position: static;
  }
  #index-body .i-about .img .img02 {
    position: static;
  }
  #index-body .i-about .img .menu {
    margin-top: 0;
  }
  #index-body .i-news {
    position: relative;
    overflow: hidden;
  }
  #index-body .i-news .wrap {
    width: 50%;
    height: 100%;
    background: rgba(23, 23, 23, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #index-body .i-news .wrap .newBox {
    width: 68%;
    margin-right: 30px;
  }
  #index-body .i-news .wrap .newBox .top {
    margin-top: 0;
    padding: 15px 0;
  }
  #index-body .i-news .wrap .newBox .top img {
    width: 25px;
    margin-left: 5px;
  }
  #index-body .i-news .wrap .newBox .top h2 {
    margin-left: 18px;
  }
  #index-body .i-news .wrap .newBox .swiper-container {
    height: 356px;
  }
  #index-body .i-news .wrap .newBox .swiper-container .swiper-slide h2 {
    margin: 10px 0;
  }
  #index-body .i-news .wrap .newBox .swiper-container .swiper-slide .fa-ellipsis-h {
    margin: 10px 0 0 0;
  }
  #index-body .i-news .wrap .newBox .swiper-container .swiper-slide p {
    font-size: 14px;
    text-indent: 2rem;
  }
  #index-body .i-news .box {
    width: 50%;
    padding: 10px 0;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
  #index-body .i-news .box .swiper-container {
    width: 80%;
    margin: 0 auto;
    position: relative;
  }
  #index-body .i-news .box .swiper-container .swiper-slide {
    text-align: center;
  }
  #index-body .i-news .box .swiper-container .swiper-slide .img-box {
    display: block;
    width: 30%;
    margin: 15px 35%;
  }
  #index-body .i-news .box .swiper-container .swiper-slide .img-box img {
    width: 100%;
  }
  #index-body .i-news .box .swiper-container .swiper-slide h2 {
    font-size: 14px;
    line-height: 24px;
  }
  #index-body .i-news .box .swiper-button-next {
    position: absolute;
    right: 3%;
    background-size: 13px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  }
  #index-body .i-news .box .swiper-button-prev {
    position: absolute;
    left: 3%;
    background-size: 13px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  }
  #index-body .i-news .box .swiper-button-next,
  #index-body .i-news .box .swiper-button-prev {
    outline: none;
  }
  #index-body .i-product span {
    margin-top: 48px;
  }
  #index-body .i-product ul {
    width: 70%;
    margin: 36px auto 54px auto;
  }
  #index-body .i-cooperation {
    padding-bottom: 56px;
  }
  #footer {
    background: url("../images/footer.jpg");
    color: #FFFFFF;
  }
  #footer .container .footerNav,
  #footer .container .product,
  #footer .container .contact,
  #footer .container .form,
  #footer .container .mobile {
    padding: 60px 0 10px 0 ;
  }
  #footer .container .footerNav {
    width: 25%;
  }
  #footer .container .product {
    width: 25%;
  }
  #footer .container .contact {
    width: 50%;
  }
  #footer .container .form {
    width: 50%;
    padding-right: 50px;
    font-size: 14px;
  }
  #footer .container .form input,
  #footer .container .form textarea {
    border: none;
    padding: 10px 0 10px 5px;
    margin-bottom: 10px;
  }
  #footer .container .form input[type="text"] {
    width: 46%;
  }
  #footer .container .form input[type="text"]:nth-child(1) {
    margin-right: 3.5%;
  }
  #footer .container .form input[type="text"]:nth-child(2) {
    margin-left: 3.5%;
  }
  #footer .container .form textarea {
    width: 100%;
    height: 124px;
  }
  #footer .container .form input[type="submit"] {
    width: 56px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    background: #e30f11;
    color: #FFFFFF;
    padding: 0;
    float: right;
  }
  #footer .container .mobile {
    width: 50%;
  }
  #footer .container .mobile .QR {
    width: 124px;
    height: 124px;
    background: #FFFFFF;
    margin-top: 14px;
  }
  #footer .bottom {
    text-align: center;
    background: #e30f11;
    font-size: 18px;
    padding: 24px 0;
  }
  #footer .bottom .hwaq {
    margin-left: 50px;
  }
  #footer .bottom a {
    transition: 0.5s ease;
  }
  #footer .bottom a:hover {
    color: #0093d2;
  }
}
@media screen and (max-width: 970px) {
  #index-body {
    z-index: 1;
  }
  #index-body .i-about .AboutText {
    width: 100%;
    margin-bottom: 48px;
  }
  #index-body .i-about .AboutText .text {
    width: 90%;
    position: relative;
  }
  #index-body .i-about .AboutText .text h3 {
    position: absolute;
    top: 180px;
    left: -210px;
  }
  #index-body .i-about .AboutText .text h2 {
    line-height: 28px;
    padding-top: 48px;
  }
  #index-body .i-about .AboutText .text .p1 {
    padding-top: 24px;
  }
  #index-body .i-about .AboutText .text p {
    font-size: 16px;
    line-height: 32px;
  }
  #index-body .i-about .AboutText .text .button {
    margin-top: 30px;
  }
  #index-body .i-about .img {
    width: 100%;
    padding-bottom: 60px;
  }
  #index-body .i-about .img .img-box {
    width: 40%;
    height: auto;
    border: 5px solid #d2d2d2;
  }
  #index-body .i-about .img .img01 {
    margin-right: 10px;
  }
  #index-body .i-about .img .img02 {
    margin-right: 10px;
  }
  #index-body .i-about .img .menu {
    margin-top: 45px;
  }
  #index-body .i-about .img .menu li {
    padding: 15px 0;
    cursor: pointer;
  }
  #index-body .i-about .img .menu li:nth-child(3) {
    border-bottom: 1px solid #cdcdcd;
  }
  #index-body .i-news {
    position: relative;
    overflow: hidden;
  }
  #index-body .i-news .wrap {
    width: 100%;
  }
  #index-body .i-news .wrap .newBox {
    width: 80%;
    margin-right: 3%;
  }
  #index-body .i-news .wrap .newBox .top {
    margin-top: 20px;
    padding: 10px 0;
  }
  #index-body .i-news .wrap .newBox .swiper-container {
    height: 148px;
  }
  #index-body .i-news .box {
    width: 80%;
    padding: 5px 0;
    position: absolute;
    bottom: 0;
    left: 17%;
  }
  #index-body .i-news .box .swiper-container {
    width: 80%;
  }
  #index-body .i-product span {
    margin-top: 48px;
  }
  #index-body .i-product ul {
    width: 80%;
    margin: 16px auto 48px auto;
  }
  #index-body .i-product ul li {
    float: left;
    font-size: 18px;
    margin-left: 15px;
    font-weight: bold;
  }
  #index-body .i-product .swiper-container .img-box {
    height: 508px;
  }
  #index-body .i-product .swiper-container .img-box img {
    width: 80%;
    height: auto;
    margin-top: 100px;
  }
  #index-body .i-product .swiper-container .img-box .wrap {
    height: 508px;
    transform: translateY(508px);
  }
  #index-body .i-product .swiper-container .img-box .wrap h2 {
    margin-top: 200px;
  }
  #index-body .i-product .swiper-container .img-box .wrap h3 {
    margin-top: 20px;
  }
  #index-body .i-product .swiper-container .img-box .wrap .fa-caret-up {
    font-size: 48px;
  }
  #index-body .i-product .swiper-container .img-box .wrap p {
    font-size: 16px;
    color: #dc0b0c;
  }
  #index-body .i-product .button {
    margin: 18px auto 56px;
  }
  #index-body .i-cooperation {
    padding-bottom: 40px;
  }
  #index-body .i-cooperation h2 {
    font-size: 18px;
  }
  #index-body .i-cooperation .partner {
    width: 88%;
    float: left;
  }
  #footer {
    background: url("../images/footer.jpg");
  }
  #footer h2 {
    font-size: 20px;
    font-weight: bold;
  }
  #footer ul {
    margin-top: 24px;
  }
  #footer ul li {
    font-size: 14px;
    line-height: 24px;
  }
  #footer ul li a {
    transition: 0.5s ease;
  }
  #footer ul li a:hover {
    color: #dc0b0c;
  }
  #footer .container .form {
    padding-right: 5%;
  }
  #footer .container .form input[type="text"] {
    width: 46%;
  }
  #footer .container .form input[type="text"]:nth-child(1) {
    margin-right: 3%;
  }
  #footer .container .form input[type="text"]:nth-child(2) {
    margin-left: 3.5%;
  }
  #footer .bottom {
    padding: 18px 0;
  }
}
@media screen and (max-width: 768px) {
  #index-body {
    z-index: 1;
  }
  #index-body .i-about .AboutText {
    width: 100%;
    margin-bottom: 50px;
  }
  #index-body .i-about .AboutText .text {
    width: 90%;
  }
  #index-body .i-about .AboutText .text h3 {
    top: 180px;
    left: -220px;
  }
  #index-body .i-about .AboutText .text h2 {
    font-weight: bold;
    padding-top: 45px;
  }
  #index-body .i-about .AboutText .text .p1 {
    padding-top: 20px;
  }
  #index-body .i-about .AboutText .text p {
    line-height: 30px;
    letter-spacing: 3px;
  }
  #index-body .i-about .AboutText .text .button {
    margin-top: 20px;
  }
  #index-body .i-about .img {
    width: 100%;
    position: relative;
    padding-bottom: 0;
  }
  #index-body .i-about .img .img-box {
    width: 100%;margin: 30px 0;padding: 0;
  }
  #index-body .i-about .img .img-box img{
   width: 100%;height: auto;
  }
  /*
  #index-body .i-about .img .img-box img{width: 100%;height: auto;}
  #index-body .i-about .img .img01 {
    margin-right: 1%;
  }
  #index-body .i-about .img .img02 {
    margin-left: 1%;
  }*/
  #index-body .i-about .img .menu {
    position: initial;
    width: 100%;
    margin: 0;
  }
  #index-body .i-about .img .menu li {
    width: 33.33%;
    border-top: none;
    padding: 10px 0;
    float: left;
    border-left: 1px solid #cdcdcd;
  }
  #index-body .i-about .img .menu li h2 {
    font-weight: bolder;
    transition: 0.5s ease;
  }
  #index-body .i-about .img .menu li:nth-child(1) {
    padding-top: 17px;
  }
  #index-body .i-about .img .menu li:nth-child(3) {
    padding-top: 17px;
    border-bottom: none;
    border-right: 1px solid #cdcdcd;
  }
  #index-body .i-news {
    position: relative;
    overflow: hidden;
  }
  #index-body .i-news .wrap {
    width: 50%;
  }
  #index-body .i-news .wrap .newBox {
    width: 90%;
    margin-right: 10px;
  }
  #index-body .i-news .wrap .newBox .swiper-container {
    height: 190px;
  }
  #index-body .i-news .box {
    width: 50%;
    padding: 10px 0;
    bottom: 0;
    left: 50%;
  }
  #index-body .i-product span {
    margin-top: 36px;
  }
  #index-body .i-product ul {
    width: 70%;
    margin: 18px auto 36px auto;
  }
  #index-body .i-product ul li {
    font-size: 14px;
    font-weight: bolder;
  }
  #index-body .i-product .button {
    margin: 10px auto 50px;
  }
#footer .container .form #wpcf7-f2447-o1{overflow: hidden;}
}
@media screen and (max-width: 414px) {
  #index-body .i-about .AboutText {
    width: 100%;
    margin-bottom: 30px;
  }
  #index-body .i-about .AboutText .text {
    width: 90%;
  }
  #index-body .i-about .AboutText .text h3 {
    top: 160px;
    left: -200px;
  }
  #index-body .i-about .AboutText .text .p1 {
    padding-top: 10px;
  }
  #index-body .i-about .AboutText .text p {
    font-size: 14px;
  }
  #index-body .i-about .AboutText .text .button {
    margin-top: 30px;
  }
  #index-body .i-about .img {
    width: 100%;
  }
  #index-body .i-about .img .img-box {
    width: 100%;
    height: auto;
    position: initial;
    border: 1px solid #d2d2d2;
    margin: 0;
  }
  #index-body .i-about .img .img02 {
    margin-bottom: 0;
  }
  #index-body .i-about .img .menu {
    position: initial;
    width: 100%;
  }
  #index-body .i-about .img .menu li {
    width: 100%;
    border: none;
  }
  #index-body .i-about .img .menu li:nth-child(3) {
    border: none;
  }
  #index-body .i-news {
    position: relative;
    height: 300px;
  }
  #index-body .i-news .wrap {
    width: 100%;
  }
  #index-body .i-news .wrap .newBox {
    width: 90%;
    margin-right: 10px;
  }
  #index-body .i-news .wrap .newBox .top {
    margin-top: 0px;
    padding: 5px 0;
  }
  #index-body .i-news .wrap .newBox .top img {
    width: 25px;
    float: left;
    margin-left: 5px;
  }
  #index-body .i-news .wrap .newBox .top h2 {
    float: left;
    margin-left: 18px;
    font-weight: bold;
  }
  #index-body .i-news .wrap .newBox .swiper-container {
    height: 120px;
  }
  #index-body .i-news .wrap .newBox .swiper-container .swiper-slide h2 {
    font-size: 14px;
    margin: 5px 0;
  }
  #index-body .i-news .wrap .newBox .swiper-container .swiper-slide h2 span {
    font-size: 16px;
  }
  #index-body .i-news .wrap .newBox .swiper-container .swiper-slide .fa-ellipsis-h {
    margin: 0;
  }
  #index-body .i-news .wrap .newBox .swiper-container .swiper-slide p {
    font-size: 12px;
  }
  #index-body .i-news .box {
    width: 100%;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0%;
  }
  #index-body .i-product span {
    font-size: 24px;
  }
  #index-body .i-product h2 {
    font-size: 24px;
  }
  #index-body .i-product ul {
    width: 100%;
  }
  #index-body .i-product ul li {
    font-size: 14px;
    margin-left: 1%;
  }
  #index-body .i-product ul li:nth-child(1) {
    margin-left: 5%;
  }
  #index-body .i-product .button {
    margin: 20px auto 40px;
  }
  #footer .container .footerNav,
  #footer .container .product,
  #footer .container .contact,
  #footer .container .form,
  #footer .container .mobile {
    padding: 20px 10px;
  }
  #footer .container .form {
    padding: 0;
    font-size: 14px;
    width: 100%;
  }

  #footer .container .form input[type="text"] {
    width: 46%;
  }
  #footer .container .form input[type="text"]:nth-child(1) {
    margin-right: 3%;
  }
  #footer .container .form input[type="text"]:nth-child(2) {
    margin-left: 3%;
  }
  #footer .container .form input[type="submit"] {
    width: 56px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    background: #e30f11;
    color: #FFFFFF;
    padding: 0;
    float: right;
  }
  #footer .bottom {
    text-align: center;
    background: #e30f11;
    font-size: 14px;
    padding: 10px 0;
    font-weight: bold;
  }
  #footer .bottom .hwaq {
    margin-left: 50px;
  }
  #footer .bottom a {
    transition: 0.5s ease;
  }
  #footer .bottom a:hover {
    color: #0093d2;
  }
}
@keyframes opacityCss {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.inner-banner {
  height: 348px;
  background: url("../images/inner-banner.jpg") no-repeat center;
  background-size: cover;
}
.about-banner{ background: url("../images/about-banner.jpg") no-repeat center!important;}
.product-banner{ background: url("../images/product-banner.jpg") no-repeat center!important;}
.faq-banner{ background: url("../images/faq-banner.jpg") no-repeat center!important;}
.news-banner{ background: url("../images/news-banner.jpg") no-repeat center!important;}
.contact-banner{ background: url("../images/contact-banner.jpg") no-repeat center!important;}


.bread-crumbs {
  font-size: 14px;
  margin-top: 7px;
}
.bread-crumbs,
.bread-crumbs a,
.bread-crumbs span {
  color: #000000;
}
.bread-crumbs a:hover {
  color: #fff;
}
.inner-page {
  font-family: roboto-light;
}
.inner-page .sideBar {
  padding: 25px 0 22px;
  background: rgba(227,15,17,1);
}
.inner-page .sideBar .side-menu {
  position: relative;
  margin-top: 5px;
}
.inner-page .sideBar .side-menu .nowCat {
  background: rgba(250,0,0,1) url("../images/sidebar-line.png") no-repeat 93% center;
  cursor: pointer;
  width: 300px;
  height: 40px;
  line-height: 40px;
  display: block;
  padding-left: 15px;
  color: #000000;
  font-size: 16px;
  border: 1px solid #d5740f;
}
.inner-page .sideBar .side-menu .cat-list {
  display: none;
  z-index: 111;
  position: absolute;
  width: 100%;
  padding: 10px 0;
  background: rgba(250,0,0,1);
  left: 0;
  top: 100%;
}
.inner-page.prodet-page .sideBar .side-menu .cat-list,
.inner-page.product-page .sideBar .side-menu .cat-list{
  width: 100%;
}
.inner-page .sideBar .side-menu .cat-list li {
  position:relative;
}
.inner-page .sideBar .side-menu .cat-list li .children{
    position:absolute;
    right:100%;
    top:0;
    width:100%;
    background:#fbaa56;
    display:none;
}
.inner-page .sideBar .side-menu .cat-list li .children li:first-child{
    margin-top:10px;
}
.inner-page .sideBar .side-menu .cat-list li .children li:last-child{
    margin-bottom:10px;
}
.inner-page .sideBar .side-menu .cat-list li:hover>.children{
    display:block;
}
.inner-page .sideBar .side-menu .cat-list li a {
  display: block;
  color: #000;
    padding: 6px 12px 6px 16px;
}
.inner-page .sideBar .side-menu .cat-list li a:hover {
  color: #fff;
  background:#000;
}
.inner-page .inner-main-tit {
  text-align: left;
  color: #000000;
  min-height:47px;
  background:url(../images/side-iso.png) no-repeat right center;
}
.inner-page.product-page .inner-main-tit,
.inner-page.prodet-page .inner-main-tit{
    background:none;
    padding-right:0;
    min-height:none;
}
.inner-page.product-page.lg-page .inner-main-tit{
    min-height:47px;
    background:url(../images/side-iso.png) no-repeat right center;
}
.inner-page .inner-main-tit .nowTit {
  font-size: 34px;
  font-weight: bold;
}
.about-page .a-tit {
  font-size: 29px;
  color: #000;
  font-family: roboto-light;
  text-transform: uppercase;
}
.about-page .a-txt p {
  color: #000000;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 27px;
}
.about-page .inner-main-box {
  padding: 90px 0 51px;
  background: #fbfbfb;
}
.about-page .inner-main-box img{
  width: 100%;
  height: auto;
}
.about-page .inner-main-box h3 span{
	font-size: 29px!important;
	font-family: 'roboto-light'!important;
}
.about-page .inner-main-box p{
	font-family: 'roboto-light'!important;
    font-size: 16px;
    line-height: 1.8em;
}
.about-page .inner-main-box .a-tit {
  margin: 47px 0 24px;
}

.about-page .a-factory .swiper-slide img {
  width: 100%;
}
.about-page .a-whyUs {
  padding:0 0  111px;
  background: #fbfbfb;
}
.about-page .a-whyUs .a-txt {
  margin: 60px 0 73px;
  font-size: 16px;line-height: 28px;
}
.about-page .a-whyUs .why-list {
  padding: 0!important;
}

.product-page .i-product {
  padding: 0;
}
.m-page {
  text-align: center;
  padding: 45px 0;
  font-size: 14px;
}
.m-page span,
.m-page a {
  margin: 0 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 31px;
  background-image: -moz-linear-gradient(top, #575e63, #404549);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #575e63, #404549);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#575e63, endColorstr=#404549, GradientType='0');
  /* IE*/
  color: #fff;
}
.m-page a:hover,
.m-page .current,
.m-page .active {
  background-image: -moz-linear-gradient(top, #566f82, #3e505e);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#566f82, endColorstr=#3e505e, GradientType='0');
  /* IE*/
}
.prodet-page .prodetTit {
  margin-bottom: 23px;
  color: #121212;
  font-family: roboto-light;
  font-size: 39px;
  text-transform: capitalize;
  text-align: center;
}
.prodet-page .prodet-pics {
  padding: 59px 0 82px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic {
  width: 40%!important;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic img {
  margin: 10%;
  width: 80%;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one {
  padding-left: 10%!important;
  width: 60%!important;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proName {
  color: #121212;
  font-size: 39px;
  font-family: roboto-light;
  text-transform: uppercase;
  margin-bottom: 54px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proEmail {
  display: inline-block;
  color: #1e1e1e;
  font-size: 17px;
  font-family: roboto-light;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial {
  margin: 18px 0 52px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial a {
  margin-right: 6px;
  color: #000;
  font-size: 16px;
  display: inline-block;
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #f2f2f2;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial a:hover {
  background: #f58612;
  color: #fff;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a {
  display: block;
  width: 237px;
  height: 37px;
  font-size: 18px;
  line-height: 37px;
  padding: 0 15px;
  background: rgba(227,15,17,1);
  border-radius: 5px;
  color: #FFFFFF;
  transition: 0.5s ease;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a:hover{
	background: #383838;
}
.prodet-page .image-gallery{
  margin-bottom: 30px;
}
.prodet-page .image-gallery:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.prodet-page .image-gallery li {
  padding: 0;
  float: left;
  width: 20%;
  margin-right: 1.5%;
  background: #fafafa;
}
.prodet-page .image-gallery li:nth-of-type(4n) {
  margin-right: 0;
}
.prodet-page .prodet-det-two {
  padding: 122px 0 146px;
  background: #efefef;
}
.prodet-page .recommand-product {
  padding: 31px 0 133px;
}
.prodet-page .recommand-product .i-product {
  padding: 0;
}
.prodetFeedback {
  padding: 44px 0 64px;
  background: #f2f2f2;
}
.prodetFeedback .innerTit {
  font-size: 32px;
  text-transform: uppercase;
  color: #000;
  font-family: roboto-black;
}
.prodetFeedback .ptForm {
  margin-top: 50px;
}
.prodetFeedback .ptForm label {
  font-size: 16px;
  color: #636363;
  font-weight: 500;
  margin-bottom: 0;
  font-family: roboto-light;
}
.prodetFeedback .ptForm input,
.prodetFeedback .ptForm textarea {
  font-family: roboto-medium;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: none;
  color: #252525;
  font-size: 16px;
  width: 100%;
  outline: none;
  resize: none;
  border: none;
  border-bottom: 1px solid #cccccc;
}
.prodetFeedback .ptForm .fbTop {
  margin-bottom: 62px;
}
.prodetFeedback .ptForm .fbTop li {
  float: left;
  width: 31%;
  margin-right: 2%;
}
.prodetFeedback .ptForm .fbTop li:last-child {
  margin-right: 0;
}
.prodetFeedback .ptForm .fbTop li input {
  height: 15px;
  padding: 0 4px;
}
.prodetFeedback .ptForm .fbTop li input:focus {
  height: 43px;
  border-bottom: 3px solid #f58612;
}
.prodetFeedback .ptForm .fbBot {
  margin-bottom: 75px;
}
.prodetFeedback .ptForm .fbBot textarea {
  height: 16px;
  overflow: hidden;
}
.prodetFeedback .ptForm .fbBot textarea:focus {
  height: 55px;
  border-bottom: 3px solid #f58612;
}
.prodetFeedback .ptForm input[type="submit"] {
  cursor: pointer;
  text-align: left;
  text-align: center;
  font-family: roboto-light;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
  width: 203px;
  height: 52px;
  border: none;
  background: #e30f11 url("../images/fb-send.png") no-repeat 84% center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff;
}
.prodetFeedback .ptForm input[type="submit"]:hover {
  background-color: #222;
}
.news-page .new-list {
  padding-top: 78px!important;
}
.news-page .new-list ul li .new-pic{width: 30%}
.news-page .new-list ul li .new-con{width: 70%;padding-left: 5%}
.news-page .new-list li {
  padding-bottom: 52px;

}
.news-page .new-list li:last-child {
  margin-bottom: 0;
}
.news-page .new-list li .new-con .tit a {
  height: 48px;
  overflow: hidden;
  display: block;
  color: #000000;
  font-size: 21px;
  line-height: 24px;
  font-family: roboto-bold;
}
.news-page .new-list li .new-con .tit a:hover {
  color: #f58612;
}
.news-page .new-list li .new-con .abst {
  color: #000000;
  font-size: 16px;
  line-height: 27px;
  margin: 35px 0 45px;
}
.news-page .new-list li .new-con .abst a {
  color: #f58612;
}
.news-page .new-list li .new-con .date span {
  color: #777777;
}
.news-page .new-list li .new-con .date span:last-child {
  margin-left: 20px;
  text-transform: capitalize;
}
.news-page .new-list li:last-child {
  margin-bottom: 50px;
}
.newdet-page {
  font-family: roboto-regular;
}
.newdet-page .news {
  padding: 50px 0 60px!important;
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  font-family: roboto-bold;
  text-align: center;
  color: #222;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  color: #555;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #777;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
.newdet-page .news .newsnav .wpulike{display: none;}
.contact-page {
  padding-top: 0;
}
.contact-page .c-list-box {
  padding: 70px 0 93px;
  background: #f2f2f2;
}
.contact-page .c-list-box .contactList {
  position: relative;
}
.contact-page .c-list-box .contactList .c-name {
  color: #292929;
  font-size: 39px;
  font-family: roboto-black;
  margin-bottom: 34px;
}
.contact-page .c-list-box .contactList .info {
  line-height: 34px;
  margin-top: 24px;
  font-size: 18px;
  color: #292929;
}
.contact-page .c-list-box .contactList .info .add {
  display: block;
  margin-bottom: 43px;
}
.contact-page .c-list-box .contactList .info .icon {
  color: #000;
  margin-right: 29px!important;
  font-size: 18px;
}
.contact-page .c-list-box .contactList .qr-box {
  position: absolute;
  right: 0;
  top: 70px;
  width: 158px;
  padding: 8px;
  background: #fff;
}
.faq-page .faq-list .wpulike{display: none;}
.faq-page .faq-list {
  padding: 88px 0 115px;
}
.faq-page .faq-list dt {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px 0 rgba(189, 189, 189, 0.5);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  padding: 16px 30px 14px;
  background-color: #fbfbfb;
  font-size: 18px;
  cursor: pointer;
  color: #222222;
  margin-bottom: 12px;
  transition: 0.5s ease;
}
.faq-page .faq-list dt:hover,
.faq-page .faq-list dt.active {
  background: #e30f11;
  color: #fff;
}
.faq-page .faq-list dd {
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  padding: 15px 30px;
  margin-bottom: 12px;
  display: none;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}


.i-whyUs .why-list {
    margin-top: 64px;
    padding: 0 8%!important;
}

.product-page .i-product .sixteen{
  width: 18%;margin:1%;padding-bottom: 20px;
  box-shadow: 0 0 2px 2px #f2f2f2;
}
.product-page .i-product .sixteen img{width: 80%;height: auto;margin:10%}
/*@media only screen and (min-width: 992px) {
  .i-product .ui.column.grid > [class*="five wide computer"].column,
  .i-product .ui.grid > .column.row > [class*="five wide computer"].column,
  .i-product .ui.grid > .row > [class*="five wide computer"].column,
  .i-product .ui.grid > [class*="five wide computer"].column {
    width: 20% !important;
  }
}*/
.i-product {
  padding: 0;
}
.i-product .i-tit {
  color: #1b1b1b;
  font-family: roboto-light;
}
.i-product .pro-list {
  margin-top: 69px;
}
.i-product .pro-list > .column {
  margin-bottom: 19px;
}
.i-product .pro-list .con-box {
  margin-top: -26px;
  position: relative;
  z-index: 10;
  padding: 0 18px;
}
.i-product .pro-list .con-box a:hover {
  color: #f58612!important;
}
.i-product .pro-list .con-box .inner-box {
  background: #fff;
  padding: 35px 35px 0;
  font-family: roboto-light;text-align: center;
}
.i-product .pro-list .con-box .inner-box .tit a {
  font-family: roboto-light;
  display: block;
  color: #1b1b1b;
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-product .pro-list .con-box .inner-box .abst {
  margin: 12px 0 18px;
  height: 90px;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  color: #9e9c9f;
  font-size: 16px;
  line-height: 30px;
}
.i-product .pro-list .con-box .inner-box .more {
  color: #1b1b1b;
  font-size: 16px;
}
.i-product .pro-list .con-box .inner-box .more .icon {
  margin-left: 14px;
}
.i-whyUs {
  text-align: center;
}
.i-whyUs .why-list {
  margin-top: 64px;
  padding: 0 8%!important;
}
.i-whyUs .why-list > .column {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.i-whyUs .why-list > .column .icon,
.i-whyUs .why-list > .column .tit {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
.i-whyUs .why-list > .column .icon {
  max-width: 119px;
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #676767;
  color: #676767;
  font-size: 40px;
  height: 119px;
  line-height: 119px;
}
.i-whyUs .why-list > .column .tit {
  font-family: roboto-light;
  color: #676767;
  font-size: 19px;
  text-transform: uppercase;
  margin-top: 21px;
}
.i-whyUs .why-list > .column:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.i-whyUs .why-list > .column:hover .icon {
  color: #f58612;
  border-color: #f58612;
}
.i-whyUs .why-list > .column:hover .tit {
  color: #f58612;
}
.about-page .a-whyUs .i-whyUs .why-list .column{width: 20%}
.prodet-page .prodet-pics .pro-bPic{width: 30%}
.prodet-page .prodet-pics .pro-det-one{width: 70%;padding:0 2%;}
.prodet-page .prodet-pics .pro-det-one .proEmail{margin: 15px 0;display: inline-block;}
.prodet-page .prodet-pics .pro-det-one .proTitle{margin: 15px 0;}
.prodet-page .prodet-pics .pro-det-one .proSocial i.fa{
	width: 36px;
	height: 36px;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	border-radius:50%;
	background:#686868;
	color: #FFFFFF;
	margin-right: 10px;
	transition: 0.5s ease;
}
.prodet-page .prodet-pics .pro-det-one .proSocial i.fa:hover{background: rgba(227,15,17,1)}
.wpulike{display: none;}






@media screen and (max-width: 632px) {
  #index-body .i-news .wrap{
    width: 100%;height: auto;
    position: initial;
    padding: 0 0 10px 0
  }
  #index-body .i-news .box{
    width: 100%;
    position: initial;
  }
  #index-body .i-news .box .swiper-button-next,#index-body .i-news .box .swiper-button-prev{display: none;}
}

@media screen and (max-width: 1280px) {
  .product-page .i-product .sixteen{
    width: 23%!important;
  }

  .prodet-page .prodet-pics .grid.two.column .pro-det-one{
    padding-left: 5%!important;
    padding: 0;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-det-one .proName{
    font-size: 24px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 970px) {
  .product-page .i-product .sixteen{
    width: 31.33%!important;
  }
}

@media screen and (max-width: 768px) {
  #index-body .i-cooperation h2{display: none;}
  .about-page .a-whyUs .i-whyUs .why-list .column:nth-child(1),.about-page .a-whyUs .i-whyUs .why-list .column:nth-child(2),.about-page .a-whyUs .i-whyUs .why-list .column:nth-child(3){
    width: 33.33%;
    margin-bottom: 30px;
  }
  .about-page .a-whyUs .i-whyUs .why-list .column:nth-child(4),.about-page .a-whyUs .i-whyUs .why-list .column:nth-child(5){
    width: 50%;
  }
  .product-page .i-product .sixteen{
    width:48%!important;
  }

  .prodet-page .prodet-pics .grid.two.column .pro-bPic{
    width: 100%!important;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-bPic img{
    width: 90%;margin:5%;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-det-one{
    width: 100%;
    margin:0;
    padding: 20px;
  }
  .prodetFeedback .ptForm .fbTop li{
    width: 100%;margin: 20px 0;
  }
  .news-page .new-list ul li .new-pic{
    width: 100%;
  }
  .news-page .new-list ul li .new-pic img{width: 100%;height: auto;}
  .news-page .new-list ul li .new-con{
    width: 100%;
    margin:20px 0;padding: 0;
  }
  .news-page .new-list li .new-con .abst{
    margin: 15px 0px;
  }
  .news-page .new-list li{
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  #footer .container .footerNav,#footer .container .product,#footer .container .contact,#footer .container .form,#footer .container .mobile{
    width: 100%;
  }
  .about-page .a-whyUs .i-whyUs .why-list .column{
    width: 100%!important;margin-bottom: 30px;
  }
  .product-page .i-product .sixteen{
    width:100%!important;
    margin: 30px 0 0 0;
  }
  .i-product .pro-list{margin:0;}
}

