.header .logo{width:200px; height: 50px; background:url(../images/logo.png) no-repeat left center; background-size: 100%; display: block;}
.header{width: 100%;position:fixed; left:0; top:0; z-index: 999; background: #fff; -webkit-transition:all .5s ease; transition:all .5s ease}
.header .lang{font-size:16px; line-height:80px;}
.header .lang a{}
.header .lang a:hover{color:#ec7500;}
.header .lang .iconfont{margin-right:10px; color:#ec7500;}
.header .wrapper{width:100%; padding:0 4%;}
.header-nav{display:-webkit-flex; display: -ms-flexbox; display: flex;}
.header-nav li{display: block; z-index: 999; margin-right: 60px; position: relative;}
.header-nav li:last-child{margin-right:0;}
.header-a{display: block;font-size: 16px;line-height: 80px;position: relative;transition: all .5s ease; -webkit-transition: all .5s ease;}
.header-a:after{content: '';width: 0%;height: 2px;background: #ec7500;position: absolute;left: 0;bottom: 0;transition: all .5s ease;-webkit-transition: all .5s ease;}
.header-a:hover{color: #ec7500;transition: all .5s ease;-webkit-transition: all .5s ease;}
.header-a:hover:after{width: 100%; transition: all .5s ease;-webkit-transition: all .5s ease;}
.header-sub{width: 200px; height: auto; position: absolute; left: 0; top: 80px; background:#2d2d2d; display: none;}
.header-sub.on{display: block;}
.header-sub a{display: block; font-size: 14px; padding:10px 0 10px 20px; color: #fff; line-height: 20px; transition: all .5s ease; -webkit-transition: all .5s ease;}
.header-sub a:hover{background: #ec7500;}
.mob-btn{width: 28px; overflow: hidden; display: none; cursor: pointer; position:fixed; top:16px; right:3%;}
.mob-btn1,.mob-btn2,.mob-btn3{width: 100%;height: 3px;margin-bottom: 6px;background: #ec7500;}
.mob-btn2{}
.mob-btn div{transition: all .5s ease;}
.mob-btn.cli .mob-btn1{-webkit-transform: rotate(42deg); -ms-transform: rotate(42deg); transform: rotate(42deg); transform-origin:0%; -ms-transform-origin:0%; -webkit-transform-origin:0%; -moz-transform-origin:0%; transition: all .5s ease;}
.mob-btn.cli .mob-btn2{ opacity: 0; transition: all .5s ease;}
.mob-btn.cli .mob-btn3{-webkit-transform: rotate(-42deg); -ms-transform: rotate(-42deg); transform: rotate(-42deg); position: relative; transform-origin:0%; -ms-transform-origin:0%; -webkit-transform-origin:0%; -moz-transform-origin:0%; transition: all .5s ease;}
.topblank{min-height:80px;}
/**头部结束**/
.padding-tb{padding:100px 0;}
.padding-video{padding:60px 0 100px;}
.padding-tb-sm{padding:40px 0;}
.indextit{text-align: center; line-height: 1.5;}
.indextit .cn{color: #222; font-size: 36px;}
.indextit .desc{text-align: center; max-width: 1200px; margin: 20px auto 0; font-size:16px; color:#666}
.banner{width: 100%;position: relative; height: 92vh; overflow: hidden;}
.banner video{width:100%; object-fit: cover;}
.sortlist{padding:50px 0 0;}
.sortlist li{width:49%; position: relative; overflow: hidden;}
.sortcontent {position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 40px 50px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: space-between; text-align: left;}
.sortlist img{width:100%; transition: all .5s ease;}
.sortlist li:hover img{transform: scale(1.1);}
.sortcontent-tit { font-size: 30px;}
.sortcontent-tit2 { font-size: 30px; font-weight: 700;}
.sortcontent-top {color: #fff;}

.sortcontent-down { width:max-content; display:block; padding:10px 35px; line-height: 1.5; text-align: center; font-size: 16px; color: #fff; border-radius: 35px; border: 1px solid #fff; transition: all .5s ease;-webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease;}
a.sortcontent-down.orange{border-color:#f08700; color:#f08700; background-color: #fff;}
.sortcontent-down.orange:hover{ background-color: #f08700; border-color:#f08700; color:#fff;}
.sortlist li:hover .sortcontent-down{ background-color: #f08700; border-color:#f08700; color:#fff;}

.homeabout {}
.homeaboutbox_l { overflow: hidden;width: 50%;}
.homeaboutbox_l img { width: 100%; height: 100%; object-fit: cover;}
.homeaboutbox_r {width: 50%; padding: 0 70px; display: flex; flex-direction: column; justify-content: center;}
.homeaboutbox-tit { position: relative; font-size: 72px; color: #f1f1f1; line-height: 1;}
.homeaboutbox-titcn { position: absolute; left: 0; bottom: 0; font-size: 30px; color: #000; line-height: 1; font-weight: 400;}
.homeaboutbox-desc { padding:50px 0; font-size: 16px; line-height: 2; color: #666666;}
.homeabout .sortcontent-down {color: #333; border: 1px solid #f08700;}

.advantage{background: no-repeat center/cover; position: relative;}
.advantage .wrapper{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}

.advantage-d{width: 32%; position: relative;}
.advantage-d ul{position: absolute; left:0; bottom:0; width: 100%;}
.advantage-d li{width: 100%;cursor: pointer;transition: all .5s ease;-webkit-transition:all .5s ease; font-size: 22px;color: #4c4c4c;padding-left: 65px;line-height:70px;position: relative;}
.advantage-d li:after{content: '';width: 25px;height: 1px;background: #4c4c4c;position: absolute;left: 20px;top: 50%;transition: all .5s ease;-webkit-transition:all .5s ease;}

.advantage-d li.on{background: #f08700;color: #fff;transition: all .5s ease;-webkit-transition:all .5s ease;}
.advantage-d li.on:after{background: #fff;transition: all .5s ease;-webkit-transition:all .5s ease;}
.advantage-rt{width:68%; float:right;}
.advantage-swiper{width:100%;}
.advantage-span{display: none;}
.advantage-div{position: absolute;left: 40px;bottom: 30px;color: #fff;font-size: 24px;}
.morebtn{background: none;border: 1px solid #f08700; color: #f08700; line-height:38px; padding:0 25px; border-radius: 50px; width:max-content; display: block;}
.morebtn:hover{background: #f08700;border: 1px solid #f08700;color: #fff;}
.advantage-div>a{margin-top: 15px;}
.advantage-font{padding:0 40px 0 0;}
.advantage-font span{display: block; font-size:16px; padding:5px 0 30px;}
.advantage-font h2{font-size:30px;}
@media(max-width:1200px){
	.advantage-d{width:100%;}
	.advantage-div>a{margin-top: 0;}
	.advantage-font{padding:0;}
	.advantage-font span{display: block; font-size:14px; padding:5px 0 15px; color:#666;}
	.advantage-font h2{font-size:16px;}
	.advantage-d ul{display: none;}
	.advantage-rt{padding:0;width:100%; float:none;}
	.advantage-span{display: block;width: 20px !important;line-height: 20px;left: initial !important;right: 10px !important;padding-bottom: 0px;}
	.advantage-span span{background: initial;width: 10px;height: 10px;border: 1px solid #fff;margin: 0 5px;opacity: 1;}
	.advantage-span span.swiper-pagination-bullet-active{background: #fff;}
	.advantage-div{left: 3%;bottom: 10px;font-size: 18px; width:90%; line-height: 1.3;}
	}

.kcxfz{background: no-repeat center/cover; min-height: 550px; display: flex; align-items: center;}
.kcxfz .kcxfz-tit{font-size:36px; line-height: 1.5; color:#fff;text-align: center;}
.kcxfz .kcxfz-desc{font-size:18px; line-height: 1.8; color:#fff; text-align: center; max-width: 80%; margin: 20px auto 0;}
.kcxfz .rzimg{text-align: center; padding:50px 0 0; font-size:0;}
.kcxfz .rzimg img{height: 80px; display: inline-block; margin:0 30px;}
/*公司*/
.nybanner{	width: 100%; background: no-repeat center; background-size: cover; overflow: hidden;}
.nybanner .wrapper{height: 36.4583vw; display: flex; align-items: center; justify-content: flex-start;}
.nybanner .nybanner-a{font-size: 45px;line-height: 55px; color:#fff; animation: bannertextright 1s ease both 300ms;}
.nybanner .nybanner-b{font-size: 22px;line-height: 1.6; color:#fff;margin-top: 10px; animation: bannertextright 1s ease both 600ms;}
@keyframes bannertextright {0% {transform: translateX(50px);opacity: 0;}100% {transform: translateX(0);opacity: 1;}}
@keyframes bannertextdow {0% {transform: translateY(20px);opacity: 0;}100% {transform: translateY(0);opacity: 1;}}
.nynav-box{width: 100%;height: 58px;background: rgba(0,0,0,.6);position: fixed;z-index: 29;left: 0;top: 80px;}
.nynav{display: flex; text-align: center; font-size: 0;}
.nynav a{display: inline-block;width: 50%;height:58px;padding-left: 30px;font-size: 16px;line-height: 58px;color: #fff; border-right: 1px solid rgba(255,255,255,.4);text-align: left;transition: all .5s ease; -webkit-transition:all .5s ease;}
.nynav a:first-child{border-left: 1px solid rgba(255,255,255,.4);}
.nynav a:hover{background: rgba(255,141,0,.6);transition: all .5s ease; -webkit-transition:all .5s ease;}
.nynav a.on{background: rgba(255,141,0,.6);transition: all .5s ease; -webkit-transition:all .5s ease;}
.nynav-box.on{background: #fff;border-bottom: 1px solid #e5e5e5;box-shadow: 0 0 5px #999;}
.nynav-box.on a{color: #666;border-color: #e5e5e5;}
.nynav-box.on a:hover{background: #f08700;color: #fff;}
.nynav-box.on a.on{background: #f08700;color: #fff;}
.nynav-md{display: none;}

.aboutitem{display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; flex-direction:row; align-items: center; justify-content: space-between; margin-top:80px;}
.aboutitem:nth-child(2){flex-direction: row-reverse;}
.aboutitem:nth-child(1){ margin-top:20px;}
.aboutitem-l{width:41%; font-size:16px; line-height: 2; color:#666;}
.aboutitem-l p{margin-top: 15px;}
.aboutitem-l h2{font-size:24px; color:#000;}
.aboutitem-r{width:53%;}
.aboutitem-r img{width: 100%;}
.graybg{background: #f6f6f6;}
.abouttitle{font-size:36px; line-height: 1; text-align: center; text-transform: uppercase; font-family: 'Lato-Bold';}
.aboutcontent{font-size:16px; line-height: 2; padding:30px 0 0;}
.aboutcontent p{padding:10px 0;}
.aboutcontent .floagimg{float:left; margin-right:50px; margin-top:15px; margin-bottom:20px; max-width: 600px;}
.partner{padding:30px 0 0;}
.partner li{background: #fff; width:19.2%; margin-right:1%; margin-top: 1%;}
.partner li img{width:80%; display: block; margin:0px auto;}
.partner li:nth-child(5n){margin-right:0;}
.honor{padding:40px 0 0;}
.honor li{background: #fff; border: 1px solid #ddd; width:32%; margin-right:2%; box-sizing: border-box;}
.honor li:nth-child(3n){margin-right:0;}
.work-swiper{margin-top:50px;}
.work-swiper h3{text-align: center; font-size:16px; padding:10px 0 0;}
/*企业文化*/
.culture-lt{width:calc(100% - 600px); padding:40px 0 0;}
.culture-lt .wenhualist{padding-right:80px}
.culture-lt .wenhualist li{padding:15px 0;}
.culture-lt .wenhualist h3{font-size:20px; color:#000;}
.culture-lt .wenhualist h3 .iconfont{margin-right:10px; color:#ff6600; font-size:22px;}
.culture-lt .wenhuadesc{font-size:16px; margin-top:10px;color:#666;}
.culture-rt{width: 330px; padding: 50px 0; position: relative;}
.culture-swiper{height: 680px;}
.culture-prev,.culture-next{width: 40px; height: 25px; background: url(../images/icon10.png) no-repeat center;	position: absolute;	top: 0;	left:50%; margin-left: -20px; cursor: pointer;}
.culture-next{background: url(../images/icon11.png) no-repeat center; top: inherit; bottom: 0;}
.culture-rt img{ height: 100%; object-fit: cover;}

.work-sc{margin-top: 60px;}
.work-scrollbar{height: 3px;}
.work-sc .swiper-pagination-progressbar {background:#cad4d9;}
.work-sc .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: #f08700;}
.green{padding:40px 0 0;}
.green li{background: #fff; width:32%; padding:35px 40px;}
.green li .greentit{font-size:22px; margin:15px 0;}
.green li .greendesc{font-size:18px; color:#666;}
.green li img{width:200px;}
.greensystem{padding:40px 0 0;}
.greensystem li{background: #fff; width:32%; border: 1px solid #ddd;}
.greensystem li .greentit{font-size:22px; margin:15px 0; text-align: center;}
.greensystem li .greendesc{font-size:16px; padding:0 30px 30px;}
/*新闻*/
.newscon-lt{width: calc(100% - 500px);width: -webkit-calc(100% - 500px);padding-right: 80px;border-right: 1px solid #ddd;}
.newslist-a{display: block;	overflow: hidden;padding: 35px 0;border-bottom: 1px solid #ddd;}
.newslist a:first-child{padding-top: 0;}
.newslist-img{width: 310px;	overflow: hidden;}
.newslist-img img{width: 100%;transition: all .5s ease; -webkit-transition:all .5s ease;}
.newslist-font{width: calc(100% - 355px);width: -webkit-calc(100% - 355px);}
.newslist-tit{font-size: 20px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; transition: all .5s ease; -webkit-transition:all .5s ease;}

.newslist-desc{font-size: 16px; color: #808080; margin: 15px 0; overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.newslist-xx{display:inline-block;padding-right: 20px; background: url(../images/icon01.png) no-repeat right center;transition: all .5s ease; -webkit-transition:all .5s ease;}
.newslist-a:hover .newslist-tit{color: #f08700;transition: all .5s ease; -webkit-transition:all .5s ease;}
.newslist-a:hover .newslist-xx{color: #f08700;	background-image: url(../images/icon02.png);transition: all .5s ease; -webkit-transition:all .5s ease;}
.newslist-a:hover .newslist-img img{transform: scale(1.1);}
.newscon-rt{width: 420px;}
.news-title{font-size: 24px;color: #000;line-height: 1;margin-bottom: 30px;}
.news-tj a{	margin-top: 15px;display: block;overflow: hidden;padding: 25px 35px;background: #f5f5f5;transition: all .5s ease; -webkit-transition:all .5s ease;}
.news-tjtit{font-size: 20px;color: #333;line-height: 32px;height: 64px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;transition: all .5s ease; -webkit-transition:all .5s ease;}
.news-time{font-size: 12px;color: #808080;	margin-top: 25px;transition: all .5s ease;  -webkit-transition:all .5s ease;}
.news-tj a:hover{background-color: #f08700;transition: all .5s ease; -webkit-transition:all .5s ease;}
.news-tj a:hover *{	color: #fff;transition: all .5s ease;  -webkit-transition:all .5s ease;}
.newsview{border-bottom:1px solid #ddd; padding:0 0 15px;}
.newsview-tit{font-size: 24px;margin-bottom: 10px; line-height: 1.5;}
.newsview-desc{font-size: 14px;color: #999;}
.viewcontent{font-size: 16px;color: #333;line-height: 2; margin-top: 20px; min-height: 350px;}
.return{background: url(../images/return.png) no-repeat left center; background-size: 30px; padding-left:40px; font-size:16px; margin-top:30px; color:#888;}
/*产品*/
.leftproduct{width:650px; margin-left:50px;}
.probig_swiper{width: 100%;}
.big-img{overflow: hidden; border: 1px solid #fff;}
.prosamll_swiper{margin-top: 10px;}
.small-img{overflow: hidden; border: 2px solid #fff;}
.small-img.swiper-slide-thumb-active{border-color: #f08501;}
.small-img img{ width: 100%;}
.small-img{cursor: pointer; width: 25%; height: 100%;}
.prosmall_box{position: relative; padding: 0;}
.prosamll_swiper{width: 100%;}
.proimg_next,.proimg_per{position: absolute; z-index: 100; top: 35%; height: 36px; width:36px; background:rgba(255, 0, 0, .3); border-radius: 30px; display: flex; align-items: center; justify-content: center; cursor: pointer; overflow: hidden;}
.proimg_per{left: -45px;}
.proimg_next{right: -45px;}
.proimg_next i,.proimg_per i{font-size: 18px; font-weight: bold; width: 14px; color: #fff; display: block; margin: 0px auto; text-align: center;}
.proimg_next i{transform: rotate(-180deg); -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg);}
.rightproduct{width:calc(100% - 850px)}
.rightproduct h2{font-size:22px;}
.rightproduct .productdesc{font-size:16px; color:#666; line-height:2; margin:20px 0 40px;}
/*联系我们*/
.message { overflow: hidden; background-color: #fff; border-radius:18px; box-shadow: 0 5px 20px 0px #e7e7e7}
.message .message-lt { background: url(../images/q_contact_bg1.jpg) no-repeat center/cover; width: 30%; padding: 2% 2.5% 0; position: relative;}
.message .message-lt::before { content: ""; width: 100%; height: 100%; background: linear-gradient(135deg, #f08501, #f06601); position: absolute; z-index: 0; left: 0; top: 0; opacity: 0.9;}
.message .message-lt .txt_box{position: relative; z-index: 2;}
.message .message-lt .title { color: #fff; font-size:20px; text-transform: uppercase;}
.message .message-lt .titdesc { color: #fff; font-size:16px; margin-top:20px; line-height:1.6;}
.message .message-lt .titdesc p{padding:5px 0;}
.message .message-rt { padding:0; width:calc(100% - 30%); padding:6% 8%;}
.message .message-rt .item { width: 48.5%; background-color: #f5f5f5; position: relative; padding: 0 10px 0 30px; border-radius: 6px;}
.message .message-rt .item input { width: 100%; line-height:60px; background: none;}
.message .message-rt .item .name { position: absolute; top: 54%; left:20px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); transform: translateY(-50%); font-size:14px;}
.message .message-rt .item .name span { color: #f08700}
.message .message-rt .item:nth-child(n+3) { margin-top: 15px;}
.message .message-rt .item.items { width: 100%}
.message .message-rt .item.itemtext { padding: 0 10px 0 30px;}
.message .message-rt .item.itemtext .name {top: 24px;}
.message .message-rt .item.itemb { background-color: transparent; padding: 0}
.message .message-rt .item textarea { min-height:120px; padding-top: 10px; width: 100%;  background: none;}
.message .message-rt .item.itemb input{ font-size:16px; color: #ffffff; width:130px; line-height: 48px; border-radius: 50px; background-color: #f08700; cursor: pointer;}

.problem { font-size: 16px;}
.problem ul { padding:0;}
.problem ul li {background: #f6f6f6; padding:10px 30px;}
.problem ul li:nth-child(2n){background: none;}
.problem ul li h3 { position: relative; cursor: pointer; font-size: 18px; font-weight: normal; line-height: 60px; background: url(../images/wen.jpg) no-repeat left center; background-size: 25px; padding-left:50px;}
.problem ul li h3:after { position: absolute; content: ""; display: block; width: 12px; height: 12px; top: 50%; right: 15px; margin-top: -7px; border-left: 2px solid #BFBFBF; border-top: 2px solid #BFBFBF; -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); -o-transform: rotate(225deg); transform: rotate(225deg); transition: all 0.5s ease;}
.problemcoment { background: url(../images/da.jpg) no-repeat left 25px; background-size: 25px; color:#666; font-size:16px; line-height: 1.6; display: none; border-top: 1px solid #ccc; padding:20px 0 10px 50px;}
.problem ul li.cur h3 { color: #f08700;}
.problem ul li.cur h3:after { border-color: #f08700; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}
/*底部*/
.footer{width: 100%; background: #2c2c2c; color: rgba(255, 255, 255, 0.6); font-size: 16px;}
.footer .foot{display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; justify-content: space-between; padding:70px 0;}
.footer .footer-lx .item{margin-top:15px; line-height: 1.6;}
.footer .footer-lx .item:first-child{margin-top: 0;}
.footer .footer-lx .item a{position: relative; width:max-content; font-family: 'Lato-SemiBold';}
.footer .footer-lx .item .lx-l{width:30px;}
.footer .footer-lx .item .lx-r{width:calc(100% - 30px);}
.footer .footer-lx .item a::after{content: "";position: absolute;width: 0;height: 1px;bottom: 0;background: #999;right: 0;opacity: 0;transition: width .4s ease, opacity .1s ease .4s;}
.footer .footer-lx .item a:hover::after{right: auto;left: 0;opacity: 1;width: 100%;transition: width .4s ease .1s, opacity .1s ease;}
.footer .share{margin-top:20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;}
.footer .share a{width:38px; height: 38px; background: #000; margin-right:10px; border-radius: 50px; display: flex; align-items: center; justify-content: center;}
.footer .share a:hover{background: #921f22;}
.footer .iconfont{font-size:20px; display: block;}
.footer .footer-lx{width: 400px;}
.footer .footer-menu{width: 700px;}
.footer h2{margin-bottom: 10px; text-transform: uppercase;}
.footer h2 a{color:#fff; font-size:16px;}
.footer-copyright{padding:25px 0; border-top:1px solid rgba(255, 255, 255, 0.15)}
.footer a{color: rgba(255, 255, 255, 0.6);}
.footer a:hover{color: rgba(255, 255, 255, 1);}

@media (max-width:1440px){
	.header-nav li{ margin-right: 40px;}
	.header-a{font-size: 14px;}
}
@media(max-width:1200px){
	body{line-height: 1.7;}
	/*头部*/
	.header{height: 55px; position: fixed; left:0; top:0; width:100%; background: #fff; z-index: 99;}
	.wrapper{width:auto; padding:0 3%;}
	.header .wrapper{height: 55px; width:100%;}
	.header-nav{width: 100%;height: calc(100% - 50px);position: fixed;top: 55px;left: 0;background: #fff;padding:10px 3%;box-sizing: border-box; box-sizing: -webkit-border-box; display: none; box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);}
	.header-nav li{width: 100%;margin: 0; position: relative;}
	.header-nav li:nth-child(1){display: none;}
	.mob-btn{display: block; z-index: 999;}
	.header-c{width: 100%;height: 50px; z-index: 10; position: absolute;top: 0;left: 0; cursor:pointer}
	.header-a{width: 100%;border-bottom: 1px solid #ddd;line-height: 50px;padding:0 5px;box-sizing: border-box; box-sizing: -webkit-border-box;position: relative; color:#333;}
	.header-a:after{display: none;}
	.header-a:before{content: '';position:absolute; z-index: 9; right:11px; margin-top: -7px; top:50%; width: 14px; height: 14px;background: url(../images/icon82.png) #fff;transition: all .5s ease;-webkit-transition: all .5s ease;}
	.won.header-a:before{display: none;}
	.header-nav li.on .header-a:before{transform: rotate(45deg);transition: all .5s ease;-webkit-transition: all .5s ease;}
	.header-sub{/*display: block;*/position: relative;top: initial;left: inherit;background: initial;padding:6px 0;border-bottom: 1px solid #E5E5E5; width:100%;}
	.header-sub a>div{display: none;}
	.header-sub a{color: #666; font-size:14px;padding: 6px 10px;text-align: left;}
	.header-sub a:hover{background:none; color:#f08700;}
	.header .lang{font-size:16px; line-height:40px; color:#333; text-align: center; padding:10px 0 0;}
	.header .lang a{color:#333; margin:0 10px;}
	.header .lang .iconfont{margin-right:0;}
	.PC_ban{display: none;}
	.Mob_ban,.Fast-nav,.mob-btn{display: block;}
	.topblank{min-height:55px}
	.banner .swiper-pagination .swiper-pagination-bullet {width:25px;}
	.header.active .logo{width:140px; height: 35px; background:url(../images/logo.png) no-repeat left center; background-size: 100%; display: block;}
	.header:hover .logo,.header .logo{width:140px; height: 35px; background:url(../images/logo.png) no-repeat left center; background-size: 100%; display: block;}
	.padding-tb{padding:20px 0;}
.padding-video{padding:20px 0;}
.padding-tb-sm{padding:20px 0;}
.indextit{}
.indextit .cn{color: #222; font-size: 16px;}
.indextit .desc{ max-width: 100%; margin: 8px auto 0; text-align: left; font-size:14px;}
.banner{width: 100%;position: relative; height: auto; overflow: hidden;}
.banner video{width:100%; object-fit: cover;}

.sortlist{padding:10px 0 0;}
.sortlist li{width:100%; margin: 2% 0 0; position: relative; overflow: hidden;}
.sortcontent { padding: 3%;}
.sortcontent-tit { font-size: 16px;}
.sortcontent-tit2 { font-size: 18px;}
.sortcontent-down {padding:4px 20px;font-size: 14px;}

.homeabout {}
.homeaboutbox_l { overflow: hidden;width: 100%;}
.homeaboutbox_l img { width: 100%; height: 100%; object-fit: cover;}
.homeaboutbox_r {width: 100%; padding: 15px 0 0;}
.homeaboutbox-tit { font-size: 24px;}
.homeaboutbox-titcn { font-size: 16px;}
.homeaboutbox-desc { padding:15px 0; font-size: 14px; line-height: 1.8;}

	/*底部*/
	.footer{font-size: 14px;}
	.footer .foot{padding:20px 0; flex-direction: column;}
	.footer .footer-lx .item{margin-top:5px; line-height: 1.6;}
	.footer .share{margin-top:10px; justify-content: center;}
	.footer .share a{width:34px; height: 34px;}
	.footer .iconfont{font-size:16px; display: block;}
	.footer .footer-lx{width: 100%;}
	.footer .footer-menu{display: none;}
	.footer .footer-ewm{text-align: center; padding:15px 0 0;}
	.footer .footer-ewm img{width:100px;}
	.footer h2{margin-bottom: 10px;}
	.footer h2 a{font-size:14px;}
	.footer-copyright{padding:10px 0;}
	.footer-copyright .copyright-l{width:100%; text-align: center;}
	.footer-copyright .pc{width:100%; text-align: center;}
/*首页*/
.kcxfz{min-height: auto; padding:6% 0; display: flex; align-items: center;}
.kcxfz .kcxfz-tit{font-size:16px;}
.kcxfz .kcxfz-desc{font-size:14px; line-height: 1.6; max-width: 90%; margin: 10px auto 0;}
.kcxfz .rzimg{text-align: center; padding:20px 0 0; font-size:0;}
.kcxfz .rzimg img{height: auto; width:24%; display: inline-block; margin:0 10px;}
/*公司*/
.nybanner{	width: 100%; background: no-repeat center; background-size: cover; overflow: hidden;}
.nybanner .wrapper{height: 36.4583vw; display: flex; align-items: center; justify-content: flex-start;}
.nybanner .nybanner-a{font-size: 18px;line-height: 1; color:#fff;}
.nybanner .nybanner-b{font-size: 16px;margin-top: 0; line-height: 1.5; max-width: 100%; display: none;}
.nynav-box{display: none;}
.nynav-md{display: none;}

.graybg{background: #f6f6f6;}
.abouttitle{font-size:16px;}
.aboutcontent{font-size:14px; line-height:1.7; padding:15px 0 0;}
.aboutcontent p{padding:5px 0;}
.aboutcontent .floagimg{float:none; margin-right:0; margin-top:10px; margin-bottom:10px; max-width: 100%; width:100%;}

.partner{padding:5px 0 0;}
.partner li{background: #fff; width:32%; margin-right:2%; margin-top: 2%;}
.partner li img{width:100%;}
.partner li:nth-child(3n){margin-right:0;}
.partner li:nth-child(5){margin-right:2%;}
.honor{padding:15px 0 0;}
.honor li{background: #fff; width:100%; margin-right:0%; box-sizing: border-box; margin:8px 0;}
.honor li:nth-child(3n){margin-right:0;}
.honor li img{width:100%; display: block;}
.work-swiper{margin-top:20px;}
.work-swiper h3{text-align: center; font-size:14px;}
/*企业文化*/
.culture-lt{width:100%; padding:0;}
.culture-lt .wenhualist{padding-right:0}
.culture-lt .wenhualist li{padding:10px 0;}
.culture-lt .wenhualist h3{font-size:16px; color:#000;}
.culture-lt .wenhualist h3 .iconfont{font-size:16px;}
.culture-lt .wenhuadesc{font-size:14px; margin-top:5px;color:#666;}
.culture-rt{width: 100%; padding:10px 0 0; position: relative;}
.culture-swiper{height: auto;}
.culture-prev,.culture-next{width: 30px; height: 20px; background: url(../images/icon10.png) no-repeat center #fff; background-size: 15px; position: absolute;top: 45%;left:0; margin-left: 0; cursor: pointer; z-index: 10; transform: rotate(-90deg);}
.culture-next{background: url(../images/icon11.png) no-repeat center #fff; background-size: 15px; left:auto; top: 45%; bottom: 0; right:0;}
.culture-rt img{ height: 100%; object-fit: cover;}

.work-sc{margin-top: 20px;}
.work-scrollbar{height: 2px;}

.green{padding:5px 0 0;}
.green li{background: #fff; width:100%; padding:3%; margin-top:2%;}
.green li .greentit{font-size:16px; margin:10px 0; color:#000;}
.green li .greendesc{font-size:14px; color:#666;}
.green li img{width:120px; display: block; margin:0px auto;}
.greensystem{padding:5px 0 0;}
.greensystem li{background: #fff; width:100%; margin-top:2%;}
.greensystem li .greentit{font-size:16px; margin:10px 0; color:#000;}
.greensystem li .greendesc{font-size:14px; padding:0 3% 3%;}
/*新闻*/
.newscon-lt{width:100%;width:100%;padding-right: 0;border-right: 0 solid #ddd;}
.newslist-a{padding: 15px 0;border-bottom: 1px solid #ddd;}
.newslist a:first-child{padding-top: 0;}
.newslist-img{width: 33%;}
.newslist-font{width: calc(100% - 38%);width: -webkit-calc(100% - 38%);}
.newslist-tit{font-size: 14px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}

.newslist-desc{display: none;}
.newslist-xx{padding-right: 15px; font-size: 12px; margin-top: 5px;}
.newscon-rt{width: 100%; display: none;}
.newsview{border-bottom:1px solid #ddd; padding:0 0 15px; text-align: center;}
.newsview-tit{font-size: 16px;margin-bottom: 5px; line-height: 1.5;}
.newsview-desc{font-size: 12px;}
.viewcontent{font-size: 14px;line-height: 1.8; margin-top: 15px;}
.return{background-size: 20px; padding-left:25px; font-size:14px; margin-top:15px; color:#888;}
/*产品*/
.leftproduct{width:100%; margin-left:0;}
.probig_swiper{width: 100%;}
.big-img{overflow: hidden; border: 1px solid #fff;}
.prosamll_swiper{margin-top: 10px;}
.small-img{overflow: hidden; border: 2px solid #fff;}
.small-img.swiper-slide-thumb-active{border-color: #f08501;}
.small-img img{ width: 100%;}
.small-img{cursor: pointer; width: 25%; height: 100%;}
.prosmall_box{position: relative; padding: 0;}
.prosamll_swiper{width: 100%;}
.proimg_next,.proimg_per{top: 45%; height: 24px; width:24px;}
.proimg_per{left: 0;}
.proimg_next{right: 0;}
.proimg_next i,.proimg_per i{font-size: 14px; font-weight: normal; width: 14px;}
.rightproduct{width:100%; padding:20px 0 0;}
.rightproduct h2{font-size:16px;}
.rightproduct .productdesc{font-size:14px; line-height:1.8; margin:10px 0 15px;}
/*联系我们*/
.message { border-radius:8px; box-shadow: 0 5px 10px 0px #e7e7e7}
.message .flex{flex-direction: column;}
.message .message-lt { width: 100%; padding:2% 4%; position: relative;}
.message .message-lt .title { color: #fff; font-size:16px;}
.message .message-lt .titdesc { color: #fff; font-size:14px; margin-top:10px;}
.message .message-lt .titdesc p{padding:3px 0;}
.message .message-rt { width:100%; padding:3%;}
.message .message-rt .item { width: 100%; background-color: #f5f5f5; position: relative; padding: 0 10px 0 20px; border-radius: 4px;margin-top: 10px;}
.message .message-rt .item input { width: 100%; line-height:40px; background: none;}
.message .message-rt .item .name { position: absolute; top: 54%; left:10px; font-size:14px;}
.message .message-rt .item .name span { color: #f08700}
.message .message-rt .item:nth-child(n+3) { margin-top: 10px;}
.message .message-rt .item.items { width: 100%}
.message .message-rt .item.itemtext { padding: 0 10px 0 20px;}
.message .message-rt .item.itemtext .name {top: 22px;}
.message .message-rt .item.itemb { background-color: transparent; padding: 0}
.message .message-rt .item textarea { min-height:100px; padding-top: 10px; width: 100%;  background: none;}
.message .message-rt .item .btn { font-size:14px; width:110px; line-height: 34px;}

.problem {font-size: 14px;}
.problem ul {padding:0;}
.problem ul li {padding:8px 10px;}
.problem ul li h3 {font-size: 14px; line-height: 1.5; background: url(../images/wen.jpg) no-repeat left 4px; background-size: 15px; padding-left:25px; padding-right:25px;}
.problem ul li h3:after { width: 8px; height: 8px; top: 5px; right: 5px; margin-top:0; border-left: 1px solid #BFBFBF; border-top: 1px solid #BFBFBF;}
.problemcoment { background: url(../images/da.jpg) no-repeat left 15px; background-size: 15px; font-size:14px; margin-top: 5px; border-top: 1px solid #ddd; padding:10px 0 10px 25px;}
}