@font-face {
  font-family: "Microsoftb";
  src: url("../font/Montserrat-Bold-3.otf");
}
@font-face {
  font-family: "Microsoftl";
  src: url("../font/Montserrat-Light-6.otf");
}
@font-face {
  font-family: "Microsoftr";
  src: url("../font/Montserrat-Regular-8.otf");
}
@font-face {
  font-family: "Microsoftsb";
  src: url("../font/Montserrat-SemiBold-9.otf");
}


* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  outline: none;
  font-family: 'Microsoftl', sans-serif;
  transition: 0.5s;
}
body {
  width: 100%;
  overflow-x: hidden;
  font-family:'Microsoftl', sans-serif;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 0;
}
img {
  object-fit: cover;
  vertical-align: middle;
}
* img:not(#container img) {
  max-width: 100%;
  max-height: 100%;
}
* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-word;
	font-size: 16px;
	transition: 0.5s;
	line-height: 1.5
}
img { max-width: 100%;width: auto;display: block; margin: 0 auto}
h1,h2,h3,h4,h5{font-family: 'bold';line-height: 1.2;font-family:'Microsoftb', sans-serif;}
input, button, textarea, video, select { border: transparent; outline: transparent; background: none; }
ul, ol, li { list-style: none; }
a { text-decoration: none; color: #3a3a3a; transition: 0.5s}
i { list-style: none; }
table { border-spacing: 0; border-collapse: collapse; }


.color-white a, .color-white {color: #fff;}
.wid{
	max-width: 1376px;
	margin: 0 auto;
	width: 94%;
}
.fixed{position: fixed;}
.header-all{
  width: 100%;
  z-index: 99;
}
.flex{display: flex;}
.flex-center{display: flex;justify-content: center;}
.flex-sb{display: flex;justify-content: space-between;}
.flex-around{display: flex;justify-content: space-around;}
.flex-end{display: flex;justify-content: flex-end;}
.flex-start{display: flex;justify-content: flex-start;}
.flex-column{display: flex;flex-direction: column;}
.flex-row{display: flex;flex-direction: row;}
.flex-wrap{display: flex;flex-wrap: wrap;}
.flex-align{align-items: center;}
.none{display: none;}
.flex-1{flex: 1;}
.flex-5{flex: 0.5;}
.flex-25{flex: 0.25;}
.btn{background-color: #ffffff;border-radius: 8px;color: #23518c;display: inline-block;padding:12px 30px}
.hbtn{background-color: #eeeeee;border-radius: 8px;color: #666968;display: inline-block!important;padding:12px 30px;display: inline-block;width: auto;}
.btn:hover,.hbtn:hover{background-color: #f36d26;color: #ffffff;}
.cbtn{background-color: #f36d26;border-radius: 8px;color: #ffffff;display: inline-block!important;padding:12px 30px;display: inline-block;width: auto;}
.cbtn:hover{background-color: #eeeeee;color: #f36d26;}
.xbtn{border:1px solid #ffffff;border-radius: 8px;color: #ffffff;display: inline-block!important;padding:12px 30px;display: inline-block;width: auto;}
.xbtn:hover{background-color: #f36d26;border:1px solid #f36d26;}
.title h3{font-size: 28px;text-align: center;color:#464646}
.title{width: 100%;margin:auto;margin-bottom: 35px;text-align: center;max-width: 1376px;}
.title a{color: #23518c;display: inline-block;margin-top: 10px;border-bottom: 1px solid #23518c;}
.rel{position: relative;}
.abs{position: absolute;}
.tc{text-align: center;}
.w50{width: 50%;}
.w100{width: 100%;}
.vct{cursor: pointer;}
.mb70{margin-bottom: 70px;}

.header-top{
  height: 38px;
  line-height: 38px;
  background: url(../images/t0.png) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.header-top-right.flex li{
  margin-left: 25px;
  align-items: center;
}
.header-center.wid.flex.flex-sb{
  padding: 20px 0;
}
.header-langweight-show{
  display: none;
  line-height: 1.75;
  padding-bottom: 10px;
}
.header-langweight-show.active{
  display: flex;
  align-items: center;
}
.header-langweight-show img{
	width: 17px;
	margin-right: 5px;
  max-height: max-content!important;
  margin-left: 0;
}
.header-language.active .header-langweight-show{
  align-items: center;
}
.header-langweight-show p{
  color: #aeaeae;
  margin-right: 5px;
}
.header-langweight-show i{
  color: #cfcfcf;
}
.header-center-right{margin-left: 30px;}
.header-language-showdta{margin-right: 30px;height: 51px;}
.header-center-right-email{text-align: center;background-color: #eeeeee;color: #666968;padding: 10px 20px;border-radius: 8px;font-weight: bold;}
.header-center-right-email i{font-size: 24px;}
.header-search{display:flex;align-items:center;width: 60%;border: 1px solid #dcdcdc;height: 50px;border-radius: 8px;position: relative;}
.header-search input{width: 100%;height: 100%;padding: 0 15px;}
.header-search .header-search-a{position: absolute;right: 0px;padding:0 15px;font-size: 24px;cursor: pointer;}
.header-search .header-search-a i{font-size: 24px;font-weight: bold;}
.header-bottom-nav-ul li {padding: 10px 0px;}
.header-bottom-nav-ul li a{border-right: 1px solid #666968;padding: 0 20px;color: #666968;}
.header-bottom-nav-ul li a.active{color: #f36d26;}
.header-bottom-nav-ul li:last-child a{border-right: 0px;}
.header-bottom-nav-ul li a:hover{color: #f36d26;}
.header-bottom{background-color: #eeeeee;border-radius: 5px;}
.header-bottom-producrnav{background-color: #f36d26;border-radius: 4px;}
.header-bottom-producrnav a{
	height: 64px;
	font-family: Microsoftl;
	color: #ffffff;
	padding: 0 15px;
	display: inline-flex;
	align-items: center;
	font-size: 14px;
}
.header-bottom-producrnav-ul li.active{background-color: #23518c;}
.header-bottom-producrnav-ul li{border-right: 1px solid #23518c50;}
.header-bottom-producrnav-ul li:last-child{border-right: 0px;}
.header-bottom-producrnav a:hover{background-color: #23518c;}
.header-bottom-producrnav.flex.flex-sb>a{font-family: 'Microsoftl';}
header{margin-bottom: 15px;}
.header-language{cursor: pointer;position: relative;padding:10px;padding-right: 30px;}
.header-language .iconfont-xiangxiajiantou{position: absolute;right: 8px;top: 5px;}
.header-language.active .header-langweight-show{display: flex;}
.header-language.active{box-shadow: 0 0 10px 1px #00000050;border-radius: 5px;background-color: #ffffff;}
.header-all.active{position: fixed;width: 100%;top: 0;background-color: #ffffff;z-index: 9999999999;}
header.header-all.active .header-top{display: none;}


.banner-swiper img{width: 100%;}
.banner-swiper .swiper-slide{position: relative;display: flex;align-items: center;}
.banner-text{position: absolute;color:#ffffff;padding:0 54px;}
.banner-text h4{font-size: 24px;}
.banner-text h3{font-size: 30px;margin: 15px 0;}
.banner-text p{font-weight: 100;margin-bottom: 30px;font-size: 24px;}
.banner span.swiper-pagination-bullet.swiper-pagination-bullet-active{width: 40px;border-radius: 0px;}
.banner span.swiper-pagination-bullet{width: 40px;border-radius: 0px;}
.banner-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{text-align: center;margin: 10px 0;}
.banner span.swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #b2b2b2;}
.banner span.swiper-pagination-bullet{background-color:#d9d9d9;opacity: 1;}
.banner{position: relative;padding-bottom: 50px;}
.banner-swiper-button-prev, .banner-swiper-button-next{cursor: pointer;position: absolute;top:calc(50% - 30px);width:60px;height: 60px;text-align: center;line-height: 60px;font-size: 24px;background-color: #ffffff50;z-index: 9999;box-shadow: 0 0 2px 2px #00000020;}
.swiper.banner-swiper.wid.swiper-initialized.swiper-horizontal.swiper-pointer-events {width: 100%;}
.swiper-jt.wid {position: relative;}
.banner-swiper-button-prev:hover, .banner-swiper-button-next:hover{background-color: #f36d26;color: #ffffff;}
.banner-swiper-button-prev:hover i, .banner-swiper-button-next:hover i{color: #ffffff;}
.banner-swiper-button-prev i, .banner-swiper-button-next i{font-size: 22px;font-weight: bold;color: #a0a0a0;}
.banner-swiper-button-next {transform: rotate(90deg); right: -30px;}
.banner-swiper-button-prev{transform: rotate(-90deg);left: -30px;}

li.index-one-product-li{width: calc((100% - 60px) / 4);margin-right: 20px;text-align: center;margin-bottom: 30px;}
li.index-one-product-li:nth-child(4n){margin-right: 0;}
.index-one-product-li a{overflow: hidden;display: block;}
.index-one-product-li:hover img{transform: scale(1.1);}
.index-one-img{margin-bottom: 20px;}
.index-one-product-li a{font-size: 16px;color: #666968;}
.index-one-product-li:hover a{color: #f36d26;}
.index-one{margin-bottom: 40px;}

.index-two-all{margin-bottom:50px;background: url(../images/in1.png) no-repeat;background-size: cover;padding:15px 60px }
.index-two-left h3{font-size: 28px;color: #ffffff50;}
.index-two-all p{font-size: 14px;color: #ffffff;width: 50%;font-size: 14px;}

.index-hotproduct{text-align: center;}
.index-hotproduct img{width: 100%;}
.index-hotproduct .swiper-slide>a{margin-bottom: 10px;display: block;}
.index-three-text a{color: #23518c;}
.index-three-text p{color: #666968;}
.index-three-text{line-height: 1.75;margin-bottom: 15px;}
.index-hotproduct-jt{position: relative;}
.hotproduct-swiper-button-prev, .hotproduct-swiper-button-next{cursor: pointer;position: absolute;top:calc(50% - 80px);width:60px;height: 60px;text-align: center;line-height: 60px;font-size: 24px;background-color: #ffffff50;z-index: 9999;box-shadow: 0 0 2px 2px #00000020;}
.hotproduct-swiper-button-prev:hover, .hotproduct-swiper-button-next:hover{background-color: #f36d26;color: #ffffff;}
.hotproduct-swiper-button-prev:hover i, .hotproduct-swiper-button-next:hover i{color: #ffffff;}
.hotproduct-swiper-button-prev i, .hotproduct-swiper-button-next i{font-size: 22px;font-weight: bold;color: #a0a0a0;}
.hotproduct-swiper-button-next {transform: rotate(90deg); right: -80px;}
.hotproduct-swiper-button-prev{transform: rotate(-90deg);left: -80px;}
.index-three{margin-bottom:40px ;}
.index-three .swiper-slide a{overflow: hidden;}
.index-three .swiper-slide:hover img{transform: scale(1.1);}

.index-four{background: url(../images/i4.png) no-repeat;background-size: cover;padding:75px 0;margin-bottom: 100px;}
.index-four-all{width: 50%;text-align: center;line-height: 1.75;}
.index-four-all h2{font-size: 28px;color: #f36d26;margin-bottom: 20px;}
.index-four-all p{font-size: 14px;color: #ffffff;margin-bottom: 30px;}
.index-video{display:none;align-items:center;justify-content:center;height:100%;position: fixed;width: 100%;background-color: #00000050;z-index: 999;top: 0;left: 0;}
.index-video video{background-color: #000000;min-width: 50%;}
.index-video i{width: 60px;height: 60px;border-radius: 80px;font-size: 24px;border:6px solid #ffffff;display: flex;justify-content: center;align-items: center;color: #ffffff;position: fixed;top: 20px;right: 20px;}
.index-video.active{display: flex;}
.index-four-all span{cursor: pointer;}

.index-six-t-left{width: calc(50% - 10px);margin-right: 20px;padding-right: 5%;}
.index-six-t-right{width:calc(50% - 10px)}
.index-six-top{margin-bottom:45px}
.index-six-t-left h2{font-size: 48px;color: #f36d26;text-transform: uppercase;margin-bottom:32px ;}
.index-six-t-left p{font-size: 18px;color: #464646;margin-bottom: 10px;}
.index-six-t-l-tag.flex img{margin: 0;margin-right: 35px;}
.index-six-t-l-tag.flex {margin-bottom: 45px;}
.index-six-bottom-one{width: calc((100% - 20px) / 2); margin-right: 20px;position: relative;}
.index-six-bottom-one:nth-child(2n){margin-right: 0;}
.index-six-b-r-one{position: relative;}
.index-six-b-l-text{position: absolute;bottom: 0;padding:20px 30px;}
.index-six-b-l-text h2{font-size: 36px;color: #f2f2f2;margin-bottom:15px;}
.index-six-b-right.index-six-bottom-one { display: flex; justify-content: space-between; flex-flow: column;}
.index-six{margin-bottom: 70px;}
.iconfont-cuowu{cursor: pointer;}

.index-news-one-img img{width: 100%;}
.index-news-one{width:calc((100% - 40px) / 3);margin-right: 20px;}
.index-news-one:nth-child(3n){margin-right: 0;}
.index-news-one-img{margin-bottom: 30px;overflow: hidden;display: block;}
.index-new-one-text h2{font-size: 24px;color: #464646;margin-bottom: 20px;}
.index-new-one-text span{color:#333333;display: inline-block;margin-bottom: 20px;}
.index-new-one-text p{color: #464646;margin-bottom: 30px;}
.index-seven{margin-bottom: 75px;}
.index-news-one:hover img{transform: scale(1.1);}

.footer{background-color: #eeeeee;border-top: 10px solid #f36d26;}
.footer-left{width: 50%;padding-right: 5%;}
.footer-right{width: 50%;}
.footer-r-one{width: 50%;line-height: 1}
.footer-all-top{padding: 35px 0;}
.footer-logo img{margin-left: 0;margin-bottom: 20px;}
.footer-left h2{font-size: 24px;color: #969696;margin-bottom: 30px;}
.footer-left-ul li{margin-bottom: 15px;}
.footer-left-ul li span{display: inline-block;margin-right: 3px;}
.footer-left-ul li a{display: inline-block;margin-left: 5px;}
.footer-left-ul li a:hover{color: #f36d26;}
.footer-r-one h3{color: #f36d26;margin-bottom:25px ;text-transform:uppercase;}
.footer-r-one ul li a{font-weight: bold;color: #464646;display: block;margin-bottom: 15px;}
.footer-r-one ul li a:hover{color: #f36d26;}
.footer-all-pq.flex.flex-sb{ height: 60px;border-top: 1px solid #b2b2b2;}
.footer-all-pq-left p{color: #464646;}
ul.footer-all-pq-right.flex li a{display: inline-block;margin-left: 15px;}


.nybanner-text{padding: 0 60px;}
.nybanner{margin-bottom: 20px;}
.nybanner-text h2{font-size: 30px;margin-bottom: 5px;color: #ffffff;}
.nybanner-text p{font-size: 24px;font-weight: 100;color: #ffffff;}
.nav{color: #666968;margin-bottom: 70px;}
.nav span{margin-right: 2px;}
.nav a{margin-right: 5px;color: #666968;}
.nav p{margin-left: 5px;}

.about-left-video{display:none;align-items:center;justify-content:center;height:100%;position: fixed;width: 100%;background-color: #00000050;z-index: 999;top: 0;left: 0;}
.about-left-video video{background-color: #000000;min-width: 50%;}
.about-left-video i{width: 60px;height: 60px;border-radius: 80px;font-size: 24px;border:6px solid #ffffff;display: flex;justify-content: center;align-items: center;color: #ffffff;position: fixed;top: 20px;right: 20px;}
.about-left-video.active{display: flex;}
.index-four-all span{cursor: pointer;}
.about-one-right{padding-left: 3%;}
.about-one-right h2{font-size: 48px;color: #f36d26;text-transform: uppercase;margin-bottom: 20px;}
.about-one-right p{font-size: 18px;color: #464646;}
.about-one-right-tag{margin-top: 60px;}
.about-o-r-t-o{margin-bottom: 35px;}
.about-o-r-t-o h3{font-size: 36px;color: #f36d26;text-transform: uppercase;}
.about-o-r-t-o p{font-weight: bold;}

.about-title h2{font-size: 28px;color: #f36d26;margin-bottom: 20px;}
.about-two-one p {font-size: 18px;color: #464646;}
.about-two-all-text{margin-bottom: 50px;}
.about-two-all-img-one{width: calc((100% - 60px) / 4);margin-right: 20px;}
.about-two-all-img-one:nth-child(4n){margin-right: 0;}
.about-two{margin-bottom: 70px;}


.about-three-one .abs{bottom: 15px;}
.about-three-one{width: calc(50% - 10px);}
.about-three{margin-bottom: 70px;}

.about-four .title h3{width:100%;margin: auto;margin-bottom: 20px;max-width: 440px;}
.about-four .title p{color: #464646;font-size: 18px;width: 100%;margin: auto;max-width: 770px;}

.contact-one-right.w50{padding-left: 3%;}
.contact-one-right.w50 h2{font-size: 36px;color: #f36d26;max-width: 440px;margin-bottom: 45px;text-transform: uppercase;}
.c-o-t-t-o span{margin-right:15px;border-radius: 8px;    flex-flow: column;display: inline-flex;width: 65px;height: 65px;justify-items: center;justify-content: center;background-color: #eeeeee;}
.c-o-t-t-o{margin-bottom: 20px;}
.c-o-t-t-o a{margin-right: 50px;}
.contact-one{margin-bottom: 80px;}

.contact-tile h3{font-size: 28px;color: #f36d26;margin-bottom: 40px;}
.contact-two{border-top: 2px solid #f36d26;padding-top: 25px;}
.contact-form input{
  width: calc(50% - 20px);
  margin-right: 20px;
  height: 55px;
  line-height: 55px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
}
.contact-form textarea{width: 100%;
    min-height: 145px;
    border: 1px solid #dcdcdc;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;}
.contact-form input:nth-child(2n){
  margin-right: 0;
}
.contact-form-code input{width: auto;max-width: 300px;margin-bottom: 0;}
.contact-form-code img{margin: 0;}
.contact-form-code{width: calc(50% - 20px);margin-right: 20px;}
.contact-form-b p{width: 50%;font-size: 18px;color: #464646;}
.contact-form-b{margin-bottom: 30px;}
.contact-input{text-align: center;width: 100%;max-width: 300px;margin:20px auto;margin-left: 50%;transform: translate(-50%);}



.new-all .index-news-one{margin-bottom: 40px;}


/** pages css*/
.pages_box { width: 100%;   padding: 5px;margin: 20px auto 40px;}
.pages_box .iconfont { width: 60px; height: 60px; background: transparent; color: #4c4c4c;border-radius: 100px; background-color: #ffffff;font-size: 30px;box-shadow: 0 0 4px 3px #50505050;}
.pages_box .iconfont.active, .pages_box .iconfont:hover{ background: #f36d26;color: #ffffff; }
.pages_box .pages_list { -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly;margin: 0 20px; }
.pages_box .pages_list a { font-size: 18px; font-family: "mont-bd"; color: #999;font-family: 'Robotob'; }
.pages_box .pages_list a.active { color: #ccc; }
li.page_item{width: 30px;height: 30px;text-align: center;line-height: 30px;margin: 0 5px;}
.page_item a{display: block;width: 100%;height: 100%;}
li.page_item.active, .pages_box .pages_list a:hover{background-color: #f36d26;border-radius: 80px;color: #ffffff;}
li.page_item.active a{color: #ffffff;}

.new-detail-all-title h2{font-size: 36px;color: #464646;margin-bottom: 15px;}
.new-detail-all-title span{color: #333333;}
.new-detail-all-title{width: 100%;text-align: center;padding-bottom: 20px;margin-bottom: 65px;border-bottom: 2px solid #f36d26;}
.new-detail-all-content p{color: #464646;font-size: 14px;margin-bottom: 20px;}
.new-detail-all-content video{background-color: #000000;min-width: 50%;}
.new-detail-all-content{margin-bottom: 200px;}

.product-title h2{font-size: 24px;color: #f36d26;margin-bottom: 20px;}
.product-title p{font-size: 14px;color: #464646;max-width: 630px;}
.product-text-btn span{margin-right:5px;display: inline-flex;width: 25px;height: 25px;background-color: #f36d26;justify-content: center;align-items: center;color: #ffffff;border-radius: 80px;}
.product-text-btn{border:1px solid #d2d2d2;border-radius: 80px;height: 27px;padding-right: 10px;}
.product-text.flex.flex-sb{padding-bottom: 30px;border-bottom: 2px solid #f36d26;margin-bottom: 55px;}

.product-one { width: calc((100% - 60px) / 4);margin-right: 20px;margin-bottom: 40px;}
.product-one:nth-child(4n){margin-right: 0px;}
.product-one.tc>a{    margin-bottom: 10px;display: block;overflow: hidden;}
.product-one-text{line-height: 1.75;margin-bottom: 15px;}
.product-one-text p { color: #666968;}
.product-one-text a{    color: #23518c;overflow: hidden;}
.product-one:hover img { transform: scale(1.1);}

.product-d-f-i{cursor:pointer;opacity:0.5;width: 80px;height: 80px;border: 1px solid #e7e7e7;margin-bottom: 10px;padding: 10px;}
.product-d-f-i.active{opacity: 1;}
.product-detail-z-im{margin-right: 20px;}
.product-d-right{padding-left: 3%;}
.product-d-right-t h2{font-size: 24px;color: #f36d26;margin-bottom: 5px;}
.product-d-right-t a{color: #23518c;display: inline-block;margin-bottom: 40px;}
.product-d-r-b h3{color: #b4b4b4;font-size: 18px;padding-bottom: 10px;}
.product-d-r-b hr{width:100%;border:0px;display: inline-block;height: 4px;max-width: 60px;background-color: #f36d26;margin:0;margin-bottom: 10px;}
.product-d-r-b-c li{ position:relative;padding-left:20px ;display:flex;align-items:center;line-height: 1.75;color: #464646;font-size: 14px;}
.product-d-r-b-c li::after{content: "";display: inline-block;width: 8px;height: 8px;position: absolute;background-color: #f36d26;left: 0;border-radius: 80px;}
.product-d-r-b-c{margin-bottom:50px;}
.product-d-tag img{margin: 0;margin-right: 15px;}
.product-d-tag{margin-bottom: 30px;}
.product-detail-one{margin-bottom: 50px;}

.product-de-title h2{display:block;width:100%;font-size: 28px;color: #f36d26;padding: 30px 0;margin-bottom: 5px;border-top: 3px solid #f36d26;}
.product-de-two-content{color: #464646;}
.product-de-two-content table{
	width: 80%;
	margin-top: 15px;
}

.product-de-two-content table tr:nth-child(1) td {
	background-color: #f2f2f2; /* 设置背景颜色 */
	font-weight: bold; /* 设置字体加粗 */
	
}
.product-de-two-content table tr:nth-child(1) td p{
	margin: 20px;
}
.product-de-two-content table td{
	border: 1px solid #CCC;
	font-size: 12px;
	margin: 10px;
}
.product-de-two-content table td p{
	font-size: 12px;
}
.product-de-two-content table td p strong{
	font-size: 12px;
	margin: 10px;
	line-height: 2em;
}

.product-de-two-content{margin-bottom: 60px;}
.product-de-two-content p{

}

.order-form-all input{border:1px solid #dcdcdc;margin-bottom:20px;width: 100%;height: 50px;line-height: 50px;border-radius: 8px;padding: 10px;}
.order-form{padding: 30px 20px;border-radius: 5px;}
.order-form-show{position: fixed;background-color: #00000050;width: 100%;height: 100%;top: 0;left: 0;display: flex;justify-content: center;align-items: center;}
.order-form{max-width: 800px;border-radius: 8px;background-color: #ffffff;}
.order-title h3{font-size: 28px;color: #f36d26;margin-bottom: 30px;}
.order-form-all textarea{margin-bottom:20px;width:100%;border:1px solid #dcdcdc;min-height: 50px;line-height: 1.5;border-radius: 8px;padding: 10px;}
.order-form-all .cbtn{padding: 12px 50px;}
.order-form-show .iconfont-cuowu{width: 60px;height: 60px;border-radius: 80px;font-size: 24px;border:6px solid #ffffff;display: flex;justify-content: center;align-items: center;color: #ffffff;position: fixed;top: 20px;right: 20px;}
.order-form-show{display: none;}
.order-form-show.active{display: flex;}

.header-all{display: block;}
.header-all.header-all-pc{display: none;}
@media screen and (max-width: 1317px){ 
  .wid{width: 94%;}
  .header-search{width: 50%;}
}
@media screen and (max-width: 1100px){ 
  .header-all{display: none;}
.header-all.header-all-pc{display: block;}
.header-center.wid.flex.flex-sb.flex-align{display: flex;flex-wrap: wrap;}
.header-bottom-producrnav-ul li{width: 100%;border:0px;background-color: #f36d26;}
.header-bottom-producrnav.flex.flex-sb{
	position: relative;
	height: 60px;
	z-index: 9999999;
	overflow: hidden;
	font-size: 14px;
}
.header-bottom-producrnav.flex.flex-sb.active{overflow: inherit;}
.header-bottom-producrnav.flex.flex-sb i.iconfont.iconfont-youjiantou{
  position: absolute;
}
.header-bottom-producrnav.flex.flex-sb i.iconfont.iconfont-youjiantou{
  position: absolute;
  right: 20px;
  top: 18px;
  color: #ffffff;
  font-size: 18px;
  transform: rotate(90deg);
}
.header-pc{
  display: none;
}
.header-center-btn i{font-size: 28px;}
.header-center-btn {
    padding: 5px 10px;
    background: #eeeeee;
    color: #898989;
    border-radius: 8px;
}
  header.header-all.header-all-pc.activepc .header-center.wid.flex.flex-sb.flex-align .header-pc{
    display: block;
    width: 100%;
  }
  .header-center-l-c{width: 100%;display: flex;justify-content: space-between;align-items: center;}
  .header-search{width: 100%;margin: 30px 0;}
  ul.header-language-pc.flex img{width: 28px;margin: 0;margin-right: 20px;}
  ul.header-bottom-nav-ul.flex.flex-wrap li{width: 100%;}
  ul.header-bottom-nav-ul.flex.flex-wrap{margin-top: 30px;}
  ul.header-bottom-nav-ul.flex.flex-wrap li a{border-right: 0px;font-size: 24px;padding: 10px 0;}
      .header-all.header-all-pc.activepc {
        display: block;
        position: fixed;
        background: #ffffff;
        z-index: 99999999999999;
        height: 100%;
    }
    .header-all.header-all-pc.activepc .header-bottom.wid{display: none;}
    .pc-email{margin-top: 40px;}
    .pc-email i{font-size: 32px;margin-right: 10px;}
    .pc-email p{display: flex;align-items: center;font-size: 24px;color: #666968;}
}
.pc{display: block;}
.md{display: none;}

@media screen and (max-width: 1100px){ 
  .index-six-bottom-one, .index-six-bottom-one img{width: 100%;}
  .index-six-bottom-one, .index-six-b-r-one{margin-right: 0;margin-bottom: 20px;}
  .index-six-bottom.flex{flex-wrap: wrap;}
  li.index-one-product-li{width: calc((100% - 20px) / 2);}
  li.index-one-product-li:nth-child(2n){margin-right: 0;}
}
@media screen and (max-width: 1024px){
  .pc{display: none;}
.md{display: block;}

li.index-one-product-li:nth-child(2n){margin-right: 0;}
.index-two-all>p{display: none;}
.index-six-top.flex, .index-news.flex, .footer-all-top.flex, .contact-one.wid.flex.flex-sb{flex-wrap: wrap;}
.contact-one-left.w50 img, .index-six-t-left, .index-six-t-right, .index-six-t-right img, .index-news-one, .footer-left, .footer-right.flex,.contact-one-left.w50,.contact-one-right.w50 {width: 100%;margin-right: 0;}
.index-six-t-left, .index-news-one-img, .footer-left, .footer-right.flex,.contact-one-left.w50,.contact-one-right.w50  {margin-bottom: 20px;}
.index-news-one,.about-one-left.flex.flex-align.rel.flex-center.w50, .about-one-right.w50{margin-bottom: 40px;}
.index-four-all{display: none;}
.about-one.wid.flex.flex-sb.flex-align, .product-text.flex.flex-sb, .product-detail-one.flex.flex-sb{flex-wrap: wrap;}
.about-one-left.flex.flex-align.rel.flex-center.w50, .about-one-right.w50,.about-one-left.flex.flex-align.rel.flex-center.w50 img, .product-title p,.product-detail-left.w50.flex.flex-sb, .product-d-right.w50{width: 100%;}
.product-text.flex.flex-sb>p{max-width: auto;margin-bottom: 20px;}
.product-one{width: calc((100% - 20px) / 2);}
 .product-one:nth-child(2n){margin-right: 0;}
 .product-detail-z-im{width: calc(100% - 100px);}
 .product-detail-left.w50.flex.flex-sb{margin-bottom: 20px;}
}
@media screen and (max-width: 750px){
  .nybanner-text.abs, .banner-text{padding-left:3%;}
  .nybanner-text p, .about-one-right p,.about-two-one p, .banner-text p{font-size: 14px;}
  .banner-text h4, .index-new-one-text h2{font-size: 18px;}
  .title h3, .index-two-left h3, .about-title h2, .product-de-title h2, .product-d-right-t h2{font-size: 20px;}
  .banner-text h3, .index-six-b-l-text h2,.nybanner-text h2, .about-o-r-t-o h3, .contact-one-right.w50 h2, .new-detail-all-title h2{font-size: 24px;}
  .index-six-t-left h2, .about-one-right h2{font-size: 38px;}
.about-two-one.w50,.about-three-one, .contact-one-right.w50 h2, .c-o-t-t-o.flex.flex-align.w50, .contact-form-b p{width: 100%;}
.about-two-all-text.flex.flex-sb, .about-two-all-img.flex,.about-three-all.flex.flex-sb, .contact-form-b.flex.flex-align{flex-wrap: wrap;}
.about-two-one.w50,.about-three-one.rel.flex.flex-center, .contact-form-code.flex.flex-align{margin-bottom: 20px;}
.about-two-all-img-one{width: calc((100% - 20px) / 2);margin-right: 20;margin-bottom: 20px;}
.about-two-all-img-one:nth-child(2n), .c-o-t-t-o.flex.flex-align.w50{margin-right: 0;}
.contact-form input, .contact-form-code.flex.flex-align, .product-one{width: 100%;margin-right: 0;}
.index-two-all{padding:15px 3%;}
.contact-form-code input{margin-right: 20px;}
.about-two.wid{margin-bottom: 35px;}
.nav{margin-bottom: 50px;}
.index-six-b-l-text{padding:20px 3%}
.nav.flex.wid{flex-wrap: wrap;}
}
@media screen and (max-width: 550px){
.nybanner-text p, .about-one-right p,.about-two-one p, .banner-text p{font-size: 14px;}
.banner-text h4, .index-new-one-text h2, .contact-form-b p{font-size: 14px;}
.title h3, .index-two-left h3, .about-title h2, .product-de-title h2, .product-d-right-t h2{font-size: 16px;}
.banner-text h3, .index-six-b-l-text h2,.nybanner-text h2, .about-o-r-t-o h3, .contact-one-right.w50 h2, .new-detail-all-title h2{font-size: 20px;}
 .index-six-t-left h2, .about-one-right h2{font-size: 30px;}
}
