﻿/* CSS Document */
*{
	margin:0; 
	padding:0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
}
body{
  font-size: 16px;
  margin: 0 auto;
  font-family: 'Microsoft YaHei';
  color: #333;
}
a {
  text-decoration: none;
  color: #333;
}
ul{
	list-style:none;
	}	
.fl{
  float: left;
}
.fr{
  float: right;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
  clear: both;
  *zoom: 1;
}
img{
  border:0;
  vertical-align: middle;
}
button,input,textarea{
  outline:none;
  border:0;
  -webkit-appearance: none;
  font-family: unset;
}
.imgcale {
  overflow: hidden;
}
.imgcale img{
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  width: 100%;
}
.imgcale:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/*index*/
.box{
  width: 1520px;
  margin: 0 auto;
}
.box02{
  width: 1200px;
  margin:0 auto;
}
.header{
  padding: 0 100px;
  width: 100%;
  z-index: 9999;
}
.header .logo img{
  height: 65px;
  margin-top:15px;
}
.header .logo{
  float: left;
}
.header .nav{
  float: right;
  height: 95px;
}
.header .nav a{
  display: block;
  float: left;
  font-size: 18px;
  line-height: 95px;
  margin-left: 55px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.header .nav a.active::after{
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #0067b7;
  position:absolute;
  bottom: 0;
  left: 0;
}
.header .nav a.active{
  color: #0067b7;
}
.header .nav a:hover{
  color: #0067b7;
  transform:translateY(-5px);
}
/*banner*/
.banner.swiper-container {
  width: 100%;
  background: #fff;
}
.service-banner.swiper-container{
  width: 100%;
  background: #fff;  
}
.swiper-slide a{
  display: block;
  vertical-align: middle;
  width: 100%;
}
.swiper-slide img{
  width: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 44px;
}
.banner .swiper-pagination-bullet {
  width: 24px;
  height: 3px;
  display: inline-block;
  border-radius: 0;
  background: #fff;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background:#0067b7;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/*产品搜索*/
.search-box{
  padding: 21px 100px;
  border-bottom: solid 1px #f0f0f0;
}
.search-box .fl a{
  margin-right: 20px;
  line-height: 50px;
}
.search-box .fl a:hover{
  color: #0067b7;  
}
.search-box .fr form{
  position: relative;
}
.search-box .fr input{
  border:solid 1px #0067b7;
  line-height: 30px;
  padding: 10px 20px;
  width: 580px;
  font-size:16px;
}
.search-box .fr button{
  background:url(../images/search.png);
  width: 54px;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: 1px;
  cursor:pointer;
}
/*产品中心*/
.i-product {
  margin-top: 76px;
}
.i-product .title h1{
  font-weight:normal;
  font-size:60px;
  font-family: 'Microsoft YaHei Light';
  text-align: center;
  margin-bottom: 54px;
}
.i-product .i-product-type{
  width: 1200px;
  margin: 0 auto;
}
.i-product .i-product-type span{
  width: calc(100%/3 - 46px);
  margin-right: 69px;
  display: block;
  float: left;
  line-height: 45px;
  text-align: center;
  background:#dbdbdb;
  margin-bottom: 56px;
  cursor:pointer;
}
.i-product .i-product-type span:last-child{
  margin-right: 0;
}
.i-product .i-product-type span:hover,.i-product .i-product-type span.active{
  background:#0067b7;
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.i-product .i-product-list .pro-con{
  border:solid 1px #d2d2d2;
  border-bottom: solid 4px #454545;
  padding: 27px 0 18px;
}
.i-product .i-product-list .pro-con:hover{
  border-bottom: solid 4px #0067b7;
}
.i-product .i-product-list .pro-con .pro-img{
  margin-bottom: 27px;
  width: 100%;
  overflow: hidden;
}
.i-product .i-product-list .pro-con .pro-img img{
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  width: 100%;
}
.i-product .i-product-list .pro-con a:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.i-product .i-product-list .pro-con p{
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
  padding: 0 20px;
}
.i-product .i-product-list .pro-con a:hover p{
  color: #0067b7;
}
.i-product .i-product-list .product-list-item{
  opacity: 0;
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
}
.i-product .i-product-list .product-list-item.active{
  opacity: 1;
}
.i-product .i-product-list{
  position: relative;
}
.i-product-list .owl-theme .owl-dots {
  text-align: center;
  margin-top: 42px;
}
.i-product-list .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #dbdbdb;
  display: block;
  border-radius: 50%;
  margin: 0 5px;
}
.i-product-list .owl-theme .owl-dots .active span {
  background: #0067b7;
}
.i-product-list .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  bottom: 50%;
  left: -99px;
}
.i-product-list .owl-carousel .owl-nav .owl-next {
  position: absolute;
  bottom: 50%;
  right: -99px;
}
.i-product-list .owl-carousel .owl-nav .owl-prev span, .i-product-list .owl-carousel .owl-nav .owl-next span {
  background: url(../images/prev01.png) no-repeat;
  font-size: 0;
  width: 62px;
  height: 62px;
  display: inline-block;
}
.i-product-list .owl-carousel .owl-nav .owl-next span {
  background: url(../images/next01.png) no-repeat;
}
.i-product-list .owl-carousel .owl-nav .owl-prev span:hover{
  background: url(../images/prev02.png) no-repeat;
}
.i-product-list .owl-carousel .owl-nav .owl-next span:hover {
  background: url(../images/next02.png) no-repeat;
}
/*三块*/
.three-link{
  margin-top: 90px;
}
.three-link .i-about{
  float: left;
  width: 32%;
  margin-right: 55px;
  position: relative;
  overflow:hidden;
  color: #fff;
}
.three-link .i-about p{
  width: 100%;
  line-height: 30px;
  z-index: 999;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.three-link .i-about .i-about-text {
  max-width: 68%;
  height: 100%;
  padding: 50px 33px;
  padding-right: 60px;
  position: absolute;
  color: #fff;
}
.three-link .i-about .i-about-text::before,.three-link .i-about .i-about-text::after {
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  width: 115%;
  bottom: 0;
  left: -25%;
  right: inherit;
  opacity: .52;
  transform: skewX(-20deg);
  background: #0067b7;
  z-index: 9;
}
.three-link .i-about .i-about-text::after {
  transform: skewX(-10deg);
  opacity: .4;
}
.three-link .i-about .readmore {
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  position: relative;
  padding: 4px 3px 4px 14px;
  margin-top: 20px;
  display: inline-block;
  line-height: 1;
  font-style: italic;
  align-self: flex-start;
  -webkit-transition: padding 0.2s ease-out;
  -moz-transition: padding 0.2s ease-out;
  -ms-transition: padding 0.2s ease-out;
  -o-transition: padding 0.2s ease-out;
  transition: padding 0.2s ease-out;
  z-index: 99;
}
.three-link .i-about .readmore::before{
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 2px;
  border-left: 1px solid #fff;
  border-color: inherit;
  transform: rotate(11deg);
  position: absolute;
}
.three-link .i-about-img{
  width: 100%;
  overflow:hidden;
}
.three-link .i-about .i-about-img img{
  width: 100%;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  width: 100%;
  height: 302px;
}
.three-link .i-about a:hover .i-about-img img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.three-link .i-about a:hover .readmore{
  padding-left: 26px;
}
.three-link .i-new li p::before,.new-list li .new-text p::before{
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 2px;
  border-left: 1px solid #ffffff;
  border-color: inherit;
  transform: rotate(11deg);
  position: absolute;
}
.three-link .i-new li a:hover p,.new-list li a:hover .new-text p{
  padding-left: 26px;
}
.three-link .i-new{
  width: 36%;
  margin-right: 55px;
  float: left;
}
.three-link .i-new .i-new-title{
  font-size:24px;
  margin-bottom: 10px;
}
.three-link .i-new li{
  border-bottom: solid 1px #cfd7dc;
  padding-bottom: 20px;
  margin-top: 20px;
}
.three-link .i-new li span{
  color: #0067b7;
}
.three-link .i-new li h2{
  color: #0d2a40;
  font-weight: normal;
  white-space: nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  margin-bottom: 18px;
}
.three-link .i-new li p,.new-list li .new-text p{
  position: relative;
  padding: 2px 3px 2px 14px;
  transition: padding 0.2s ease-out;
  -webkit-transition: padding 0.2s ease-out;
  -moz-transition: padding 0.2s ease-out;
  font-size: 14px;
  color: #0d2a40;
}
.three-link .i-new li a:hover p,.new-list li a:hover .new-text p{
  color: #0067b7;
}
.three-link .i-new .more a{
  font-size: 14px;
  margin-top: 30px;
  display: block;
  color: #0067b7;
  line-height: 20px;
  transition: padding 0.2s ease-out;
  -webkit-transition: padding 0.2s ease-out;
  -moz-transition: padding 0.2s ease-out;
  position: relative;
  padding-left:23px;
}
.three-link .i-new .more a::before{
  content: "";
  width:15px;
  height: 20px;
  background: url(../images/more.png) no-repeat; 
  position: absolute;
  left: 0;
}
.three-link .i-new .more a:hover{
  padding-left: 34px;
}
.three-link .i-question{
  width: calc(32% - 110px);
  float: left;
}
.three-link .i-question .i-jszc{
  display: block;
  overflow: hidden;
}
.three-link .i-question .i-jszc .overline {
  color: #fff;
  line-height: 1.182;
  letter-spacing: 0.92px;
  padding: 6px 23px 7px 15px;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  cursor: pointer;
}
.three-link .i-question .i-jszc .overline:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0067b7;
  transform: skewX(-12deg);
  z-index: -1;
  box-sizing: content-box;
  transition: padding-right 0.2s ease-out;
}
.three-link .i-question .i-jszc:hover .overline:before {
  padding-right: 40px;
}
.three-link .i-question .i-question-box h2{
  font-size:24px;
  margin-bottom: 10px;
  font-weight: normal;
  margin-top: 26px;
}
.three-link .i-question .i-question-box a{
  position: relative;
  padding: 2px 3px 2px 14px;
  transition: padding 0.2s ease-out;
  -webkit-transition: padding 0.2s ease-out;
  -moz-transition: padding 0.2s ease-out;
  font-size: 14px;
  color: #0067b7;
  margin-top: 22px;
  display: block;
}
.three-link .i-question .i-question-box a::before{
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 2px;
  border-left: 1px solid #ffffff;
  border-color: inherit;
  transform: rotate(11deg);
  position: absolute;
}
.three-link .i-question .i-question-box a:hover{
  padding-left: 26px;
}
/*footer*/
.footer{
  margin-top: 90px;
}
.footer .footer-top{
  background:#414e58;
  text-align: center;
  padding: 18px 0;
}
.footer .footer-top a{
  display: inline-block;
  margin:0 20px;
}
.footer .footer-bot{
  text-align: center;
  color: #666;
  font-size:15px;
  padding: 35px 0;
  line-height: 30px;
}
.footer .footer-bot a{
  color: #666;
}
/*内页*/
.ny-banner img{
  width: 100%;
}
.current {
  line-height: 70px;
  padding:48px 0;
}
.current .fl{
  font-size: 48px;
  font-family: 'Microsoft YaHei Light';
}
/*左侧产品类型*/
.product-type{
  width: 246px;
}
.product-type ul{
  border-bottom: solid 1px #f5f5f5;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.product-type li>a{
  background:#0067b7;
  color: #fff;
  display: block;
  line-height: 46px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0 20px;
  font-size:18px;
}
.product-type li .type-two{
  padding: 14px 0;
  border-left: solid 1px #f5f5f5;
  border-right: solid 1px #f5f5f5;
}
.product-type li .type-two a{
  line-height: 48px;
  display: block;
  padding: 0 20px;
  transition: padding 0.2s ease-out;
  -webkit-transition: padding 0.3s ease-out;
  -moz-transition: padding 0.3s ease-out;
}
.product-type li .type-two a:hover{
  color: #0067b7;
  padding-left: 30px;
}
.main-box{
  width: calc(100% - 296px);
}
.product-list li{
  width: calc(100%/3 - 40px/3);
  margin-right:20px;
  float: left;
  margin-bottom:34px;
}
.product-list li:nth-child(3n+0){
  margin-right:0;
}
.product-list li a{
  display: block;
  border: solid 1px #d2d2d2;
  border-bottom: solid 4px #454545;
  padding: 27px 0 18px;
}
.product-list li a:hover{
  border-bottom: solid 4px #0067b7;
}
.product-list li a .pro-img {
  margin-bottom: 27px;
  width: 100%;
  overflow: hidden;
}
.product-list li a .pro-img img {
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  width: 100%;
}
.product-list li a p {
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 20px;
}
.product-list li a:hover p{
  color: #0067b7;
}
.product-list li a:hover .pro-img img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.page {
  text-align: center;
  margin-top: 40px;
}
.page a,.page span {
  border: 1px solid #ddd;
  line-height: 35px;
  padding: 0px 14px;
  margin: 0px 5px;
  display: inline-block;
  vertical-align: middle;
}
.page span.current {
  color: #fff;
  background: #0067b7;
  border-color: #0067b7;
}
.application-list li{
  width: calc(100%/3 - 46px/3);
  margin-right:23px;
  float: left;
  margin-bottom:34px;
}
.application-list li:nth-child(3n+0){
  margin-right:0;
}
.application-list li .appli-img,.new-list li .new-img{
  width: 100%;
  overflow:hidden;
}
.application-list li .appli-img img,.new-list li .new-img img{
  width: 100%;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
.application-list li a:hover .appli-img img,.new-list li a:hover .new-img img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.application-list li .appli-txt h2{
  font-size:20px;
  font-weight: normal;
  margin-top:27px;
  margin-bottom:16px;
  white-space: nowrap;
}
.application-list li a:hover .appli-txt h2{
  color: #0067b7;
}
.application-list li .appli-txt p{
  color: #999;
  font-size: 14px;
  white-space: nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.application-list li .appli-txt span {
  position: relative;
  padding: 2px 3px 2px 14px;
  transition: padding 0.2s ease-out;
  -webkit-transition: padding 0.2s ease-out;
  -moz-transition: padding 0.2s ease-out;
  font-size: 14px;
  color: #0067b7;
  margin-top: 16px;
  display: block;
  white-space: nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.application-list li .appli-txt span::before {
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 2px;
  border-left: 1px solid #ffffff;
  border-color: inherit;
  transform: rotate(11deg);
  position: absolute;
}
.application-list li a:hover .appli-txt span {
  padding-left: 26px;
}
.new-list li{ 
  overflow:hidden;
  padding-bottom:30px;
  margin-bottom:30px;
  border-bottom:solid 1px #cfd7dc;
}
.new-list li .new-img{
  float: left;
  width: 192px;
}
.new-list li .new-text{
  float: right;
  width: calc(100% - 222px);
  margin-top: 12px;
}
.new-list li .new-text span{
  color: #0067b7;
}
.new-list li .new-text h2{
  font-weight: normal;
  font-size: 24px;
  color: #0d2a40;
}
.new-list li .new-text p{
  margin-top: 20px;
}
.contact-form h2{
  font-size: 16px;
  margin-bottom:38px;
}
.contact-form {
  margin-top: 68px;
}
.contact-form form .input-box{
  margin-bottom:28px;
  overflow:hidden;
}
.contact-form form .input-box label{
  display: block;
  line-height: 30px;
}
.contact-form form .input-box input,.contact-form form .input-box textarea {
  border:solid 1px #0067b7;
  width: 100%;
  line-height: 30px;
}
.contact-form form .input-box input {
  padding:10px 20px;
}
.contact-form form .input-box button{
  float: right;
  background:#0067b7;
  color: #fff;
  width: 159px;
  height: 50px;
  font-size: 16px;
}
.contact-map {
  width: 100%;
  height: 350px;
  margin-top: 80px;
  border:solid 1px #e8e8e8;
}
#container {
  height: 100%;
  width: 100%;
}
.amap-icon img {
  width: 25px;
  height: 34px;
}
.product-type .small-menu{
  border-top:solid 1px #e5e5e5;
  margin-bottom:42px;
}
.product-type .small-menu a {
  display: block;
  line-height: 60px;
  border-bottom:solid 1px #e5e5e5;
  font-size: 18px;
}
.product-type .small-menu a.active,.product-type .small-menu a:hover{
  color: #0067b7;
}
.question-list li{
  border-bottom: solid 1px #0067b7;
  padding: 20px;
}
.question-list li .question-title {
  position: relative;
  cursor: pointer;
  padding-right: 28px;
}
.question-list li .question-title:hover{
  color: #0067b7
}
.question-list li .question-title i{
  background:url(../images/icon.png) center no-repeat;
  width: 21px;
  height: 12px;
  display: block;
  position: absolute;
  right: 0;
  top:5px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
.question-list li .question-title.active i{
  transform:rotate(180deg);
}
.question-list li .answer{
  margin-top: 28px;
  font-size: 14px;
  color:#666;
  line-height: 30px;
  display: none;
}
.product-detail .product-top .product-img{
  width: 457px;
  float: left;
}
.product-detail .product-top .product-info{
  width: calc(100% - 500px);
  float: right;
}
.product-detail .product-top .product-info h1{
  font-size: 30px;
  margin-bottom:36px;
}
.product-detail .product-mid{
  margin-top: 74px;
  margin-bottom:40px;
}
.product-detail .title{
  font-size:24px;
  font-weight: bold;
  border-top:solid 6px #0067b7;
  padding-bottom: 38px;
  line-height: 58px;
}
#big-img-box{
  z-index:10;
  width:100%;
  position:relative;
  text-align:center;
  border:1px solid #d2d2d2;
}
#big-img-box img{
  display:none;
  width: 100%;
}
#small-img-box{
  position:relative;
  margin-top:22px;
}
#small-img-box ul{
  position:relative;
  width:10000px;
}
#small-img-box ul li{
  float:left;
  width:94px;
  cursor:pointer;
  text-align:center;
  margin-right:10px;
  position:relative;
  border:solid 1px #e8e8e8;
}
#small-img-box ul li img{
  width:100%;
  display:block;
}
#small-img-box li.hov{
  border:solid 2px #0067b7;
}
#cSlideUl{
  overflow:hidden;
  position:relative;
  margin:0 auto;
  width: calc(100% - 51px);
}
.picSildeLeft{
  cursor:pointer;
  position:absolute;
  top:26px;
  left:0;
  z-index:9;
}
.picSildeRight{
  cursor:pointer;
  position:absolute;
  top:26px;
  right:0;
  z-index:9;
}
.new-detail .new-detail-title{
  text-align: center;
  padding-bottom: 20px;
  border-bottom:dashed 1px #e5e5e5;
}
.new-detail .new-detail-title h1{
  font-size: 20px;
  line-height: 48px;
}
.new-detail .new-detail-title span{
  color: #999;
}
.new-detail .new-detail-text{
  padding:36px 0 40px;
}
.new-detail .new-detail-link{
  border-top: solid 1px #f0f0f0;
  padding: 20px 0;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.new-detail .new-detail-link a {
  color: #666;
  max-width: 45%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-detail .new-detail-link a:hover{
  color: #0067b7;
}
/*移动端导航*/
.hidden-menu{
  position: absolute;
  right: 0;
  top:0;
  display: none;
}
.hidden-menu a.navToggle {
  padding: 17px 20px;
}
.hidden-menu a {
  display: block;
  float: left;
  margin-left: 1px;
  background-repeat: no-repeat;
}
.hidden-menu a.navToggle span {
  width: 25px;
  height: 2px;
  background: #333;
  margin: 5px 0px;
  display: block;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  position: relative;
}
.hidden-menu a.closenavbtn {
  padding: 15px 15px 26px;
}
.hidden-menu a.closenavbtn span.line1 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 9px;
}
.hidden-menu a.closenavbtn span.line2 {
  display: none;
}
.hidden-menu a.closenavbtn span.line3 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 2px;
}
.Mnav{
  position:fixed;
  z-index:999;
  display:none;
  background:#fff;
  border-top:1px solid #eee;
  top:60px;
  overflow-x:hidden !important;
  overflow-y:auto !important;
  width:100%;
  bottom:0px;
}
.Mnav a{
  line-height:47px;
  font-size:16px;
  display:block;
  padding: 0px 2.5%;
  border-bottom:1px solid #eee;
}
.Mnav .lang{
  margin: 0px 2.5%;
  line-height: 60px;
  font-size:16px;
}
.hidescroll{
  position:fixed;
  top:0;
  height: 100%;
  overflow: hidden;
}
.fixedd{
  position: fixed;
  width: 100%;
  background: #fff;
}
.m-menu-cur {
  display: none;
}
@media (max-width: 1600px){
  .box {
    width: 100%;
    padding: 0 120px; 
  }
}
@media (max-width: 1439px){
  .i-product .i-product-type{
    width: 100%;
  }
}
@media (max-width: 1360px){
  .search-box {
    padding: 21px 50px;
  }
  .search-box .fl{
    width: 50%;
    height: 50px;
    overflow: hidden;
  }
  .search-box .fr{
    width: calc(50% - 20px);
  }
  .search-box .fr input{
    width: 100%;
  }
}
@media (max-width: 1260px){
  .i-product .i-product-type span {
    width: calc(100%/3 - 20px);
    margin-right: 30px;
  }
  .box {
    width: 95%;
    padding:0;
  }
  .i-product-list .owl-carousel .owl-nav .owl-prev {
    left: -20px;
  }
  .i-product-list .owl-carousel .owl-nav .owl-next {
    right: -20px;
  }
}
@media (max-width: 1240px){
  .header {
    padding: 0 30px;
    width: 95%;
    margin: 0 auto;
  }
  .header .nav a {
    margin-left: 45px;
  }
  .box02 {
    width: 95%;
  }
}
@media (max-width: 1024px){
  .header .logo img {
    height: 58px;
  }
  .banner .swiper-pagination-bullet {
    width: 10px;
    height: 3px;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 18px;
  }
  .i-product .title h1 {
    font-size: 40px;
    margin-bottom: 34px;
  }
  .i-product {
    margin-top: 46px;
  }
  .three-link .i-about,.three-link .i-new{
    margin-right: 30px;
  }
  .three-link .i-question {
    width: calc(32% - 60px);
  }
  .three-link {
    margin-top: 56px;
  }
  .product-detail .product-top .product-img,
  .product-detail .product-top .product-info{
    width: 100%;
  }
  .product-detail .product-top .product-info{
    margin-top:30px;
  }
}
@media (max-width: 1023px) {
  .header .nav{
    display: none;
  }
  .hidden-menu {
    display: block;
  }
  .header {  
    padding: 0 2.5%;
    width: 100%;
  }
  .header .logo{
    padding: 10px 0;
  }
  .header .logo img {
    height: 40px;
    margin-top: 0;
  }
  .search-box {
    padding: 21px 20px;
  }
  .footer .footer-top a {
    margin: 0;
    width: calc(100%/3 - 8px);
    margin-right: 12px;
    display: block;
    float: left;
  }
  .footer .footer-top a:nth-child(3){
    margin-right:0;
  }
  .footer .footer-top a img{
    width: 100%;
  }
  .footer .footer-top {
    overflow: hidden;
    padding: 18px 2.5%;
  }
}
@media (max-width: 768px){
  .i-product-list .owl-carousel .owl-nav .owl-prev {
    left: -10px;
  }
  .i-product-list .owl-carousel .owl-nav .owl-next {
    right: -10px;
  }
  .i-product .i-product-type span {
    margin-bottom: 34px;
  }
  .three-link .i-about,.three-link .i-new,.three-link .i-question{
    float: none;
    width: 100%;
    margin-right:0;
  }
  .three-link .i-about,.three-link .i-new{
    margin-bottom:30px;
  }
  .three-link .i-about .i-about-img img {
    height: auto;
  }
  .footer .footer-bot {
    padding: 35px 2.5%;
  }
  .product-type {
    width: 100%;
    margin-bottom: 26px;
  }
  .product-type ul{
    display: none;
  }
  .m-menu-cur {
    display: block;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 16px 20px;
    font-size: 16px;
    position: relative;
  }
  .m-menu-cur::after {
    position: absolute;
    content: '';
    border: 5px solid transparent;
    border-top-color: #000;
    right: 20px;
    top: 50%;
    margin-top: -2.5px;
  }
  .main-box {
    width: 100%;
  }
  .product-type li>a,.product-type li .type-two a{
    padding: 0 20px;
  }
  .footer {
    margin-top: 60px;
  }
  .current .fl {
    font-size: 28px;
  }
  .current {
    padding: 10px 0;
  }
}
@media (max-width: 767px){
  .search-box .fl,.search-box .fr{
    width: 100%;
    float: none;
  }
  .search-box {
    padding: 10px 20px 20px;
  }
  .search-box .fl {
    height: auto;
  }
  .search-box .fl a {
    line-height: 30px;
    font-size: 14px;
  }
  .i-product .i-product-type span {
    width: calc(100%/3 - 20px/3);
    margin-right: 10px;
  }
  .i-product-list .owl-carousel .owl-nav{
    display: none;
  }
  .i-product-list .owl-theme .owl-dots {
    margin-top: 22px;
  }
  .three-link {
    margin-top: 40px;
  }
  .new-list li .new-text p {
    margin-top: 10px;
  }
  .new-list li .new-text h2 {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .product-list li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .product-list li:nth-child(3n+0){
    margin-right:20px;
  }
  .product-list li:nth-child(2n+0){
    margin-right:0px;
  }
}
@media (max-width: 478px){
  .i-product .i-product-type span {
    width: auto;
    padding: 0 20px;
    margin-bottom: 14px;
  }
  .three-link .i-about p {
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .three-link .i-about .i-about-text {
    padding: 20px;
    padding-right: 30px;
    max-width: 88%;
  }
  .footer .footer-bot {
    padding: 20px 2.5%;
  }
  .footer {
    margin-top: 50px;
  }
  .i-product {
    margin-top: 36px;
  }
  .application-list li {
    width: calc(50% - 7px);
    margin-right: 14px;
    margin-bottom: 20px;
  }
  .application-list li:nth-child(3n+0){
    margin-right:14px;
  }
  .application-list li:nth-child(2n+0){
    margin-right:0;
  }
  .application-list li .appli-txt h2 {
    margin-top: 20px;
  }
  .m-menu-cur {
    padding: 10px 20px;
  }
  .current .fr a{
    font-size: 14px;
  }
  .current .fl {
    font-size: 24px;
    width: 100%;
  }
  .current .fr{
    width: 100%;
  }
  .current {
    padding: 20px 0;
    line-height: 30px;
  }
  .application-list li .appli-txt h2 {
    font-size: 18px;
    margin-top: 14px;
    margin-bottom: 0px;
  }
  .footer {
    margin-top: 40px;
  }
  .footer .footer-bot {
    line-height: 24px;
    font-size: 14px;
  }
  .contact-form {
    margin-top: 38px;
  }
  .contact-form form .input-box {
    margin-bottom: 10px;
  }
  .contact-map {
    margin-top: 40px;
  }
  .new-detail .new-detail-title h1 {
    line-height: 30px;
  }
  .new-detail .new-detail-text {
    padding: 20px 0 30px;
  }
  .new-list li .new-text {
    margin-top: 0;
  }
  .new-list li .new-img {
    width: 140px;
  }
  .new-list li .new-text {
    width: calc(100% - 156px);
  }
  .new-list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .page a {
    line-height: 30px;
    padding: 0px 10px;
    margin: 0px 4px;
  }
  .product-detail .product-mid {
    margin-top: 40px;
  }
  .product-list li {
    width: 100%;
    margin-right: 0;
  }
  .question-list li {
    padding: 20px 0;
  }
}