/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin: 0px; padding: 0px;list-style: none;border: 0px;}

/*公共样式部分*/
body {color: #666;margin: 0 auto;background-color: #fff; font-family: "Arial";overflow-x: hidden; font-size:14px;}

#copy { display: none;}
*{-webkit-box-sizing: border-box;box-sizing: border-box;}
a {color: #666; text-decoration: none;}
a:hover { color:#fe6102;text-decoration: none; border-bottom-style:}

.box{ margin:0 auto;width:88%;min-width: 1300px;max-width:1600px; box-sizing: border-box; }
.bg{ width: 100%;min-width:1300px;}

.fl { float: left;}
.fr {float: right;}

/*左右浮动清除*/
.clear { clear: both;height: 0px; overflow: hidden;}


/*间隙*/
.top10 {padding-top: 10px;}
.top20 {padding-top: 20px;}
.top30 {padding-top: 30px;}
.top40 {padding-top: 40px;}
.top50 {padding-top: 50px;}
.top60 {padding-top: 60px;}
.top70 {padding-top: 70px;}
.top80 {padding-top: 80px;}
.top90 {padding-top: 90px;}
.top100 {padding-top: 100px;}


/*英文样式*/
.font_en {font-family: Arial, Helvetica, sans-serif;text-transform: uppercase;font-weight: normal;}
.en {font-family: Arial, Helvetica, sans-serif;font-weight: normal;}


.t{text-align:center; padding:70px 0 40px 0;}
.t h3{color:#111; font-size:3vw; line-height:4vw;font-family: 'Tw Cen MT'; }
.t p{font-size:18px; }





/*导航*/
#top_bg{height: 100px; background:rgba(255,255,255,0.8); color:#222;z-index: 99999;top:0; width:100%; min-width:1300px;transition:0.3s all linear;}
#top_bg.yinyin{top:0 !important; background:#fff; box-shadow: 0 0 10px rgba(0,0,0,0.1); position: fixed;}
.logo{padding-top:20px;}
.name{padding-top:18px; padding-left:1vw;}
.name h3{font-size:30px; font-family: "Tw Cen MT"; }
.name p{color:#fe6102; font-size:16px; line-height:28px;}
.top_r .tmap,.top_en,.tphone{width: 36px;height: 100px;display: inline-block;border-radius: 50%; margin-left:1vw;position: relative;cursor: pointer;}

.top_r .tphone{background: url(../image/20210707205721_219600294.png)no-repeat center;}
.tphone p{opacity: 0; position: absolute; top:140px; right:0; transition: 0.3s ease all; background:#fff; color:#000; width:380px; height:0px; line-height:40px; font-size: 18px;border-radius: 100px;border: 1px solid #eee; font-family: "Tw Cen MT"; text-align:center;overflow: hidden;}
.tphone:hover p{opacity: 1;top:100px;height:40px;}
.top_en{background: url(../image/20210902095634_348525947.png)no-repeat center; }
.top_en p{opacity: 0; position: absolute; top:140px; right:-30px; transition: 0.3s ease all; background:#fff; height:0px;overflow: hidden; }
.top_en a{display:block; font-size:16px; line-height:40px;padding:0 20px;}
.top_en:hover p{opacity: 1;top:100px;height:auto; box-shadow: 0 0 20px rgba(0,0,0,0.1); padding:10px 0;}


/*栏目*/
.nav{ height:100px; margin-right:2vw;}
.nav>ul>li{ float: left; display: block;height:100%; position: relative;transition:0.3s all linear;}
.nav>ul>li>a{ display: block; color: #000; font-size: 1rem; text-align: center; padding-left:1.2vw ;  position: relative; line-height:100px; margin-left:1.8vw;  transition:0.3s all linear;}
.nav>ul>li>a p{position: relative; z-index: 2; transition:0.3s all linear; font-weight: 100;  }
.nav>ul>li>a:after{content:"";position: absolute;top:0;bottom:0; margin:auto; left: 0px;width:0;height: 3px;display: block;background:#fe6102; transition:0.3s all ease-in-out; }
.nav>ul>li:hover>a:after,.NavCeshi > li.navcurrent > a:after{width: 0.8vw;}

@media (max-width: 1920px){
.top.box{padding:0; width:94%;}
.nav>ul>li>a{padding-left:1.2vw;}
}
@media (max-width: 1600px){
.top.box{padding:0; width:94%;}
.nav>ul>li>a{padding-left:1vw;}
}
@media (max-width: 1500px){
.top.box{padding:0; width:96%;}
.nav>ul>li>a{padding-left:0.8vw;}
}

@media (max-width: 1400px){
.top.box{padding:0;width:96%;}
.nav>ul>li>a{padding-left:0.6vw;}
}

/*栏目下拉*/
.nav ul li>ul{-webkit-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;position: absolute;width:160px;opacity: 0;visibility: hidden;transform: translate3d(0px, 10px, 0px);-moz-transform: translate3d(0px, 10px, 0px);-webkit-transform: translate3d(0px, 10px, 0px);z-index: 9999;left:50%;top:100px; margin-left:-60px; text-align:center; box-shadow: 0 6px 10px rgba(0, 0, 0, .1);background:rgba(0,0,0,0.6); }

.nav ul li>ul a{width: 100%;height: 38px;line-height: 38px; display: block;color: #eee;font-size: 14px;  -webkit-transition: none ease-out .3s;    transition: none ease-out .3s;    -webkit-transition-property: color, background, text-indent, opacity;    transition-property: color, background, text-indent, opacity; border-bottom:1px #666 solid;}
.nav ul li>ul a:hover{text-indent: 10px;color: #fff;}
.nav ul li:hover > ul {opacity: 1;visibility: visible;transform: translate3d(0px, 0px, 0px);-moz-transform: translate3d(0px, 0px, 0px);-webkit-transform: translate3d(0px, 0px, 0px);-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.nav ul li>ul.nav2{width:220px; left:22%;}




/*幻灯片*/
.banner-box,.banner-box .bd li{height:950px;}
.banner-box .banner-btn a.prev{background-image:url(../image/20210709202717_757136599.png);}
.banner-box .banner-btn a.next{background-image:url(../image/20210709202653_1560899411.png);}
.banner-box .hd ul li.on{background:#fe6102;}
.banner-box{min-width:1300px;position:relative;overflow:hidden;margin: 0 auto;}
.banner-box .bd{ width:100% !important;}
.banner-b{position: absolute;bottom: 0;}
.banner-box .bd li{width:100%;background-position: center;background-repeat: no-repeat;}
.banner-box .bd li a{display:block;background-size:auto;width:100% !important; height:100% !important;}
.banner-btn a{display:block;width:60px;height:60px;position:absolute;opacity:0.4;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all linear; top:450px;background-repeat:no-repeat; }
.banner-btn a.prev{animation:prev 1.5s linear infinite;} 
.banner-btn a.next{animation:next 1.5s linear infinite;}
@keyframes prev{
	0%{left:60px;opacity:1;}
	50%{left:80px;opacity:0.1;}
	100%{left:60px;opacity:1;}
}

@keyframes next{
	0%{right:60px;opacity:1;}
    50%{right:80px;opacity:0.1;}
	100%{right:60px;opacity:1;}
}


.banner-box .hd {position:absolute;bottom:20px;width: 100%;display: block;}
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:20px; height:10px; border-radius :20px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out;}
.banner-box .hd ul li.on{ width: 32px;}




/*数据*/
.date_bg{background:url(../image/20210708094901_450835530.png)no-repeat center bottom; padding-bottom:100px;}
.date li{width: 25%;display: block;float: left;padding: 4vw 0 8vw 4vw;box-sizing: border-box; margin-top:10px;  transition:0.3s all ease-in-out;}
.date li+li{border-left:1px #eee solid;}
.date li dd{width:50px; height:50px;     background-repeat: no-repeat; background-position: top left; margin-bottom:2vw;  transition:0.3s all ease-in-out;}
.date li:nth-child(1) dd{background-image:url(../image/20210708095626_1590301543.png);}
.date li:nth-child(2) dd{background-image:url(../image/20210708100215_1783276378.png);}
.date li:nth-child(3) dd{background-image:url(../image/20210708100227_2144519772.png);}
.date li:nth-child(4) dd{background-image:url(../image/20210708100238_447049742.png);}
.date li:hover{  background:#fff;  box-shadow: 0 0 80px rgba(0,0,0,0.1);}
.date li:hover dd{ background-position: bottom left; transform:translate(180deg);}
.date li p{font-size: 4vw;color: #222;font-family: 'Tw Cen MT'; margin-bottom:0.4vw; }
.date li span{font-size: 1.2vw;color: #333;}
.date li p:after{content: '+';width: 30px;height: 30px;display: inline-block;border-radius: 50%;background: #fe6102;color:#fff;font-size: 16px;line-height: 30px;position: relative;top: -10px;margin-left: 10px; text-align: center;}
.date li:nth-child(2) p:after{content: 'm2';}
.date li:nth-child(3) p:after{content: '+';}
.date li:nth-child(4) p:after{content: '+';}
.date_a{  width:60px; height:60px; line-height:60px; text-align:center; border-radius:100%;  background:#fe6102; margin:0 auto;position: relative;}
.date_a a{color:#fff;display: block; font-size:18px; position: relative; z-index: 2;}
.date_a:after,.date_a:before{content:""; position: absolute; top:0; left:0; right:0; bottom:0;  margin:auto; width:3vw; height:3vw;border-radius: 100%; background:rgba(254,97,2,0.2);  transition:0.3s all linear;}
.date_a:after{animation:after 1.5s ease infinite;}
.date_a:before{animation:before 1s ease infinite;}


@keyframes after{
	0%{transform:scale(1.3);opacity: 1;}
	50%{transform:scale(2.2);opacity: 0.5;}
	100%{transform:scale(4);opacity: 0;}
}
@keyframes before{
	0%{transform:scale(1.2);opacity: 1;}
	50%{transform:scale(2.4);opacity: 0.5;}
	100%{transform:scale(5);opacity: 0;}
}




/*产品中心*/
.prod_d{position: relative;}
.prod_d table tbody,.prod_d table{display:block;}
.prod_d table tr{display:block;width:100%;overflow: visible !important;}
.prod_d table tr td a{display: block;overflow: hidden; }
.prod_d table tr td br{display:none;}
.prod_d table tr td{width:calc((100% - 120px) / 4);padding-left:0px !important;float:left;-webkit-transition: 0.3s ease all;transition: 0.3s ease all;display:block;margin-right: 40px;box-shadow: 0px 0px 50px rgba(0,0,0,.05); position: relative;}
.prod_d .tempWrap{width:100% !important;overflow: visible !important;}
.prod_d td img{width:100%;-webkit-transition: 0.3s ease all;transition: 0.3s ease all;height:auto;}
.prod_d td:hover img{-webkit-transform: scale(1.2);transform: scale(1.2);}

.prod_d table tr td>a:after,.prod_d table tr td>a:before,.prod_d table tr td div:after,.prod_d table tr td div:before{content:""; display:block;position: absolute;background:#fe6102; transition: 0.3s ease all;z-index: 9;}
.prod_d table tr td>a:after{left:2%; top:1%; width:0; height:1px;}
.prod_d table tr td:hover>a:after{width:96%;}
.prod_d table tr td>a:before{left:2%; top:1%; width:1px; height:0;}
.prod_d table tr td:hover>a:before{height:100%;}
.prod_d table tr td div:after{right:2%; bottom:-1%; width:0; height:1px;}
.prod_d table tr td:hover div:after{width:96%;}
.prod_d table tr td div:before{right:2%; top:1%; width:1px; height:0;}
.prod_d table tr td:hover div:before{height:100%;}

.prod_btn{background:#fff url(../image/20210709144450_663226452.png)no-repeat center;width: 50px;height: 50px;position: absolute;top: 38%;cursor: pointer;     border-radius: 100%; box-shadow:0 10px 50px rgba(0,0,0,0.2);}
.prod_btn.btnl{left: -5%;}
.prod_btn.btnr{right: -5%;transform: rotate(180deg);}
.prod_d table tr td div{display: block; padding-top:0px !important;width:100%;height:100%;}
.prod_d table tr td div a{display:block;font-size:16px;line-height:54px;  transition:0.3s all ease-in-out; color:#333;  }



/*产品特点*/
.padv_bg{height:43vw; background-image: url(../image/20210708115047_1161973814.jpg); background-attachment: fixed; background-position: center;background-repeat: no-repeat; position: relative; overflow: hidden;}
.padv{position: absolute; left:0; right:0; }
.padv_rb{padding-top:1vw;}
.padv_rb li{float:left; width:25%; text-align:center; padding:3vw; background:rgba(255,255,255,0.4);transition:0.3s all ease-in-out; cursor: pointer;    height:450px; }
.padv_rb li img{width:76%; border-radius: 100%; border:5px #fff solid;}
.padv_rb li p{font-size:1.2vw; font-weight:bold; color:#222; line-height:3vw; padding-top:0.4vw; transition:0.3s all leaner; }
.padv_rb li span{font-size:15px; line-height:28px;transition:0.3s all leaner;  }
.padv_rb li:hover{background:#fe6102; box-shadow: 0 0 100px rgba(254,97,2,0.4);}
.padv_rb li:hover p,.padv_rb li:hover{color:#fff;}

/*实力*/
.adv li{width: 10%; height:42vw;max-height:700px; float:left; overflow: hidden; text-align: center; position: relative;transition: 0.3s ease all; color: #fff;}
.adv li+li{margin-left: 0.5%;}
.adv li:after{content:""; width:100%; height:100%; background:#000;transition: 0.3s ease all;position: absolute; top:0; left:0;opacity: 0.6;}
.adv li.on:after{opacity: 0;}
.adv li.on{}
.adv_w{position: absolute;transition: 0.3s ease all; top:48%; width: 100%;z-index: 2;}
.adv li p{ font-size: 1.3vw; font-weight: bold;  line-height:3vw; font-family: "Tw Cen MT"; }
.adv_ww{text-align: left; position: absolute;  transform:scale(0); transition: 0.3s ease all; width: 39vw; height: 14vw; background:rgba(254,97,2,0.8); margin: auto; left:0; right: 0; top:0; bottom:0;z-index: 2; padding:3.4vw 2vw 3.4vw 3.4vw;}
.adv li.on{width:68.5%; }
.adv li.on .adv_w{display: none; top:0;}
.adv li.on .adv_ww{transform:scale(1);}
.adv_wwl{width:7vw; height: 7vw; border:1px #fff solid; text-align:center; padding-top:1.2vw;}
.adv_wwr{padding-left:2vw; padding-top:0.2vw; width:75%;}
.adv_wwr b{font-size:1.8vw;  font-family: "Tw Cen MT";  line-height:2vw; }
.adv_wwr dd{font-size:16px; padding-top:1vw;}



/*荣誉资质*/
.honor_bg{padding-top:100px;overflow: hidden;}
.honor{position: relative;}

.honor:after,.honor:before{content:""; border-radius: 100%; border:2px #eee dotted;     position: absolute;}
.honor:after{top:-20%; left:50%; margin-left:-3vw; width:50vw; height:50vw; animation:hafter 200s linear infinite;}
.honor:before{top:-10%; left:50%; width:42vw; height:42vw; margin-left:1vw;animation:hbefore 250s linear infinite;}
@keyframes hafter{
  from { -webkit-transform: rotate(0deg);transform: rotate(0deg);}
  50% {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
  to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes hbefore{
  from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  50% {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
  to {-webkit-transform: rotate(360deg); transform: rotate(360deg);}
}


.honor_l{ height:40vw; background:url(../image/20210708154120_1457883052.png)no-repeat bottom left; position: relative; z-index: 2;}
.honor_l h3{color:#111; line-height:2.6vw; font-family: "Tw Cen MT";}
.honor_l h3 b{font-size:2.6vw; color:#fe6102;}
.honor_l p{font-size:2.2vw; }
.honor_l dd{font-size: 18px; line-height:30px; margin-top: 2vw;}
.honor_l a{width:190px;height: 46px; line-height:46px; color:#fff; font-size:16px; display: block;text-align: center;background:#fe6102; margin-top:4vw;border-radius: 100px; box-shadow: 0 0 50px #fe6102; transition: 0.3s ease all;}
.honor_l a:hover{width:260px;}
.honor_r{width:50%; padding-top:6vw; position: relative; z-index: 2;}
.honor_r *{display:block;}
.honor_r .tempWrap{width:68% !important;margin: 0 auto;}
.honor_r tr{width:68% !important;margin: 0 auto;}
.honor_r td{padding-left:0px !important;}
.honor_r td img{width:100%;height:auto;}
.honor_r td div a{font-size:16px; color:#333; line-height:20px;}
.honor_r{position: relative;}
.honor_btn{position: absolute;top: 0px;width:100%;top:45%;}
.honor_btnl,.honor_btnr{width: 54px;height: 54px;    cursor: pointer; background: #a0a0a0 url(../image/20210708151844_1967993650.png)no-repeat center;border-radius: 50%;position: absolute;}
.honor_btnl{left: 2vw;}
.honor_btnr{right: 2vw;transform: rotate(180deg);}
.honor_btnl:hover,.honor_btnr:hover{background-color:#fe6102;}



/*简介*/
.com_bg{background:url(../image/20210720110031_68249721.jpg)no-repeat center top; padding-top:684px;}
.com{box-shadow: 0 0 100px rgba(0,0,0,0.1); background: rgba(255,255,255,0.9); padding:0 4.6vw 4.6vw 4.6vw;}
.com_a{  width:90px; height:90px; padding-top:1.2vw; text-align:center; border-radius:100%;  background:#fe6102; margin:0 auto;position: relative; top: -45px;}
.com_a a{color:#fff;display: block; font-size:18px; position: relative; z-index: 2;}
.com_a:after,.com_a:before{content:""; position: absolute; top:0; left:0; right:0; bottom:0;  margin:auto; width:3vw; height:3vw;border-radius: 100%; background:rgba(254,97,2,0.2);  transition:0.3s all linear;}
.com_a:after{animation:after 1.5s ease infinite;}
.com_a:before{animation:before 1s ease infinite;}

.com_w p{ font-size: 2vw; color: #222; font-weight: bold; }
.com_w span{color: #aaa; line-height:20px;}
.com_w dd{ font-size: 15px; line-height: 30px; padding-top: 2vw;}
.com_w dd a{font-size: 15px; }




/*新闻*/
.new_nav { margin:0 auto;width:580px; margin-bottom:40px;}
.new_nav li{width: 170px;height: 42px;line-height: 42px;text-align: center;float: left;margin-left: 35px;-webkit-transition: all 0.5s;transition: all 0.5s;border-radius: 50px;background: #f5f5f5;}
.new_nav li:nth-child(1){ margin-left:0;}
.new_nav li a{ display:block; font-size:16px;}
.new_nav li.on{background: #fe6102;}
.new_nav li.on a{ color:#fff;}

.new_content{ position:relative;height: 639px;}
.new_content .news_div_item{position: relative; border:1px #eee solid;}
.new_content .news_div_item:nth-child(1){ width:50%; height:630px; float:left;  padding:2vw; box-shadow: 0px 0px 20px rgba(238, 238, 238, 0.6);}
.new_content .news_div_item:nth-child(1) .news_div_item_year{ background:url(../image/20210708171359_766021652.png) no-repeat left; padding-left:18px;}
.new_content .news_div_item:nth-child(1) .news_div_item_date div{ float:left; font-size:12px; position:absolute; left:40px; top:49px; color:#a1a1a1;}
.new_content .news_div_item:nth-child(1) .news_div_item_month{left: 90px !important;}
.new_content .news_div_item:nth-child(1) .news_div_item_day{left:108px !important;}
.new_content .news_div_item:nth-child(1) .news_div_item_a{ font-size:20px; position:absolute; left:40px; top:85px;}
.new_content .news_div_item:nth-child(1) .news_div_item_body{ width:90%; font-size:14px; color:#555555; line-height:24px; position:absolute; left:40px;top:122px;}
.new_content .news_div_item:nth-child(1) .news_div_item_pic{width:89%;height: 360px;overflow: hidden; position:absolute; left:40px; bottom:39px;}
.new_content .news_div_item:nth-child(1) .news_div_item_image{ width:100%; height:auto; }


.new_content .news_div_item:nth-child(n+2){float:left;width:24%; margin-left:1%;margin-bottom:1%; height:308px; background:#fff url(../image/20210708171544_223401023.png) no-repeat center;background-position:25px 250px;overflow:hidden;box-shadow: 0px 0px 20px rgba(238, 238, 238, 0.6); background-size:85%;}
.new_content .news_div_item:nth-child(n+2) .news_div_item_a{ font-size:20px; position:absolute; top:61px; left:30px; width:277px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.new_content .news_div_item:nth-child(n+2) .news_div_item_body{ font-size:14px; color:#555; line-height:24px; left:30px; width:282px; top:110px; position:absolute; overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;}
.new_content .news_div_item:nth-child(n+2) .news_div_item_date { background:url(../image/20210708171359_766021652.png) left no-repeat; position:absolute; left:30px; top:32px; font-size:12px; padding-left:15px; color:#999;}
.new_content .news_div_item:nth-child(n+2) .news_div_item_date div { float:left; margin-top:1px;}
.new_content .news_div_item:nth-child(n+2) .news_div_item_image{ display:none !important;}
.new_content .news_div_item:nth-child(3){bottom: 0;top: auto;}
.new_content .news_div_item:nth-child(4){right: 0;left: auto;}
.new_content .news_div_item:nth-child(5){}
.new_content .news_div_item:hover .news_div_item_a{ color:#fe6102;}




/*版权*/
.c-footer__project{overflow: hidden;text-align: center;position: relative;padding-top: 4vw;padding-bottom: 4vw;width: 100%;background-size: 100% auto;background-repeat: no-repeat;background-position: top;background:#f5f5f5; }
.c-footer__project p{z-index:999;position: relative;font-size: 40px; color: #fbd99e;}
.c-footer__project .ft-p1{font-size: 38px;font-family: 'Tw Cen MT';color: #fe6102;font-weight:bold;  padding:1vw 0; }
.c-footer__project .ft-p4{ position: relative; z-index: 9; display: inline-block;}
.c-footer__project .ft-p4 a{float: left;color: #666;padding: 0px 14px;}
.c-footer__project .ft-p4 a+a{border-left: 2px solid #ccc;}
.c-footer__project .ft-p2{ font-size: 20px; padding-bottom: 10px; color: #111;}
.c-footer__project .ft-p3{ font-size: 15px;padding: 20px 0;color: #999;}
.c-footer__project .ft-p3 a{ color: #999;}
.c-footer__project .ft-p5{padding-bottom: 20px;padding-top: 20px; }
.c-footer__project .ft-p5 img{width:120px; border:6px #fff solid;}
.c-footer__project a:hover{color:#000;}

.link-bg{text-align:center; position: relative; line-height:30px; }
.link-bg span{display:inline-block; color:#999; line-height:30px; }
.linkTagcs{display:inline-block; width:auto !important;position: relative; top:10px;}



/* 客服样式*/
.y-kefu-box { position: fixed; right: 0; top: 50%; z-index: 9999; font-size: 13px;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(../image/20210804140549_641493081.png) no-repeat; margin: 0 auto 6px;}
.y-kefu-box01 { width: 54px; color: #666; text-align: center; }
.y-kefu-box01 .kf-close-btn { width: 27px; height: 27px; background-position: -5px -115px; position: relative; cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 6px; background-color: #fe6102; position: absolute; bottom: -6px; left: 13px; z-index: 1; }
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width: 52px; padding: 8px 0 12px; background-color: #fff; border-left: solid 1px #efefef; border-top: solid 1px #efefef; border-right: solid 1px #efefef; position: relative;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #fe6102; border-color: #fe6102; color: #fff; margin: 10px 0 7px;}
.y-kefu-box01 .kf-zixun { border-radius: 2px; }
.y-kefu-box01 .kf-zixun i { width: 21px; height: 22px; background-position: -5px -5px; }
.y-kefu-box01 .kf-mobile { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.y-kefu-box01 .kf-mobile>i { width: 18px; height: 18px; background-position: -5px -32px; }
.y-kefu-box01 .kf-mobile:hover>i { background-position: -30px -32px; }
.y-kefu-box01 .kf-weChat>i { width: 22px; height: 19px; background-position: -5px -55px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -55px; }
.y-kefu-box01 .kf-email { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.y-kefu-box01 .kf-email>i { width: 18px; height: 14px; background-position: -5px -80px; }
.y-kefu-box01 .kf-email:hover>i { background-position: -30px -80px; }
.y-kefu-box01 .back-top i { width: 13px; height: 11px; background-position: -5px -98px; }
.y-kefu-box01 .back-top:hover i { background-position: -30px -98px; }
.y-kefu-box01 .kf-zixun1, .y-kefu-box01 .back-top  { border-bottom: solid 1px #efefef;}
.y-kefu-box01 .back-top { margin-top: 20px; border-radius: 2px; left: 55px; background:#fff; border:1px #efefef solid; display:block; width:54px; height:54px; padding-top:10px; }
.y-kefu-box01 .hver:hover { background-color: #fe6102; border-color: #fe6102;}
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .kf-zixun1 { border-radius: 2px; }
.y-kefu-box01 .kf-zixun1 i { width: 21px; height: 22px; background-position: -5px -181px; }
.y-kefu-box01 .kf-zixun1:hover>i { background-position: -30px -181px; }


.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos { background-color: #fff; border: solid 1px #efefef; position: absolute; right: 90px; z-index: 2; border-radius: 2px; display: none;} 


/*咨询热线*/
.y-kefu-box01 .mobile-infos { width: 260px; text-align: left; top: 0;}
.y-kefu-box01 .mobile-infos>div { padding: 20px 0 20px 45px; position: relative; }
.y-kefu-box01 .mobile-infos>div i { width: 15px; height: 15px; background-position: -52px -32px; position: absolute; top: 22px; left: 20px; z-index: 2; }
.y-kefu-box01 .mobile-infos .online1 { border-bottom: solid 1px #efefef; }
.y-kefu-box01 .mobile-infos span { color:#b9b9b9; }
.y-kefu-box01 .mobile-infos p { color: #fe6102; font-size: 18px; }
y-kefu-box .right {
width: 12px;
height: 12px;
position: absolute;
right: -12px;
top: 24px;
}
y-kefu-box .right-arrow1,
y-kefu-box .right-arrow2 {
width: 0;
height: 0;
display: block;
position: absolute;
left: 0;
top: 0;
border-top: 6px transparent dashed;
border-right: 6px transparent dashed;
border-bottom: 6px transparent dashed;
border-left: 6px white solid;
overflow: hidden;
}
y-kefu-box .right-arrow1 {
left: 1px;
border-left: 6px #efefef solid;
}
y-kefu-box .right-arrow2 {
border-left: 6px white solid;
}
/*二维码*/
.y-kefu-box01 .y-ewm-box { width: 151px; height: 178px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 151px; height: 178px; }
.y-kefu-box01 .y-ewm-box img { width:115px; height:114px; margin: 20px auto 10px; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 150px; border-right: solid 1px #efefef; }
.y-kefu-box01 .y-ewm-box .right { top: 84px; }
/*email*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; }
.y-kefu-box01 .y-email-infos p { color: #fe6102; font-size: 16px; }
.y-kefu-box01 .y-email-infos>i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; left: 15px; top: 30px; }
.y-kefu-box01 .y-email-infos .right { top: 55px; }

.y-kefu-box01 .hide-status { width: 54px; height: 65px; background-color:#f55b1b;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }












/*内页*/

#webdh{display:none;}


#bodycon{margin: 0 auto;width: 88% !important;min-width: 1300px;max-width: 1600px;box-sizing: border-box;padding-top:13px !important; padding:0 3% 60px 3%; background: #fff; box-shadow: 0 0 50px rgba(0,0,0,0.05);position: relative;}
#bodycon #center {width: 100% !important;}
#bodycontent,.dgcontent_title_h5,.column_content_page_content{width: 100% !important;}




/*栏目小导航*/
.mbx_navigation{height: 50px !important; line-height: 50px !important;transition: 0.1s all;position: relative;font-weight:100;color: #666;margin:0px auto !important;     z-index: 2;     text-align: right; }
.mbx_navigation:hover { background-position: 0px -28px;}
.mbx_navigation a{font-size: 15px !important;color: #666;}
.mbx_navigation a:hover{color:#fe6102 !important;}
.strong_title{display:none;}


/*内页幻灯片*/
.banner_n{width:100%;min-width: 1300px; height:600px;  text-align:center; color:#fff;position: relative;}
.banner_w{padding-top:17%; width:100%; height:100%; background:rgba(0,0,0,0.2);}
.banner_n p{font-size:34px; font-weight:bold; line-height:60px; }
.banner_n span{font-size:16px;}
.banner_about{background: url(../image/20210720103708_1676927047.jpg) center }
.banner_product{background: url(../image/20210709154840_1319927922.jpg) center}
.banner_news{background: url(../image/20210708180253_449800643.jpg) center}
.banner_contact{background: url(../image/20210708173940_1692807055.jpg) center}
.banner_feedback{background: url(../image/20210708174030_1490126144.jpg) center}
.banner_hz{background: url(../image/20210708174102_2033456861.jpg) center}
.banner_sc{background: url(../image/20210720103732_1217026526.jpg) center}
.banner_honor{background: url(../image/20210708180540_660855380.jpg) center}
.banner_play{background: url(../image/20210717100310_1126902977.jpg) center}
.banner_zy{background: url(../image/20210720102855_1126563182.jpg) center}




/*产品列表*/
.nyproductdate,.nyproductnote{display:none;}
.ny_prototal { width:100%; overflow:hidden;}
.nyproductproject { width:23%; margin:0 1%; float:left; margin-bottom:2%; overflow:hidden;}
.nyproductimg { position:relative; overflow:hidden;}
.nyproductimg a { display:block;}
.nyproductimg a img { width:100%; }
.nyproductimg a:before { content:''; width:0%; height:0%; background-color:rgba(0 ,0,0,0.3); position:absolute; z-index:2; top:0; display:block; transition: all 0.3s;}
.nyproductimg a:after { content:'+'; width:60px; height:60px; display: none; position:absolute; z-index:3; left:50%; margin-left:-30px; top:39%; border: solid 1px #fff; border-radius:60px; font-size:14px; color:#fff; line-height:60px; text-align:center; box-sizing:border-box;}
.nyproductproject:hover .nyproductimg a:before { width:100%; height:100%;}
.nyproductproject:hover .nyproductimg a:after { display:block;}

.nyproducttitil{ width:100%; background:#f5f5f5; margin-top:0.8%; position:relative; overflow:hidden;}
.nyproducttitil a { height:45%; padding:3% 4% 4% 5%; font-size:16px; position:relative; z-index:2; display:block;}
.nyproducttitil a:after {content:""; display:block; width:67px; height:12px; background:url(../image/20200522095054_1768699360.png); margin-top:3%;}
.nyproductproject:hover .nyproducttitil a:after { background-position:0px -12px; transition:all 0.3s;}
.nyproductproject:hover .nyproducttitil a { color:#fff;}
.nyproducttitil:before { width:0; height:100%; content:""; display: block; position:absolute; left:0; bottom:0; background:#f5811a; transition: all 0.3s;}
.nyproductproject:hover .nyproducttitil:before { width:100%;}


/*产品详情*/
.en_prolpicrsm_td_beizhu{display:none;}
#en_prolpicrsm_table{text-align:center;  width:70% !important;  margin:0 auto; }
#en_prolpicrsm_table tbody tr{display:block;float:left; }
#en_prolpicrsm_table tr:nth-child(1){width:64% !important;  }
#en_prolpicrsm_table tr:nth-child(2){width:33% !important; }
.pic_box_td{text-align:center;  width:100% !important; display: block;}
.pic_box_td img{width:100% !important; height:auto !important; }
.en_prolpicrsm_div{padding-top:0 !important;}
.en_prolpicrsm_div a{display:block; width:47%; float:left; margin-left:2%; margin-bottom:2%; cursor: pointer; border:2px #fff solid;}
.en_prolpicrsm_div a.cur{border:2px #fe6102 solid;}
.MagicZoom_simg img{width:100% !important;height:auto !important;  }

/*产品详情标题*/
.lzc_en_pro_prev{display:none;}
.lzc_en_pro_next{padding-top:20px !important;}
.lzc_en_pro_next+div{text-align:center; padding-top:20px;}
.lzc_en_pro_next+div h4 strong{font-size:20px; color:#222;}

/*上一页下一页样式*/
.lzc_en_pro_next a{display:inline-block; padding:10px 40px; background:#f5f5f5; border:1px #ccc solid;}



/*公司规模*/
.gsgm table{border:1px #ccc solid; width:100%; border-collapse: collapse; text-align:center;}
.gsgm table td{border:1px #ccc solid; padding:8px 20px; color:#333; font-size:15px;}
.gsgm table tr.gsgm_t{background:#ddd; text-align:left;}
.gsgm table tr.gsgm_t,.gsgm table tr.gsgm_t2,.gsgm table tr.gsgm_t3{font-weight:bold;}
.gsgm table tr.gsgm_t3{text-align:left;}
.gsgm table tr:hover{background:#f5f5f5;}



/*制衣*/
.zy{text-align:center;}
.zy1_t{text-align:center; font-size:34px; line-height:80px; color:#333; padding-bottom:20px; }
.zy1 li{float:left; width:31.3%; margin-right:2%; margin-bottom:2%;}
.zy1 li:nth-child(3n){margin:-right:0;}
.zy1 li img{width:100%;transition: all 0.3s;}
.zy1 li:hover img{transform:scale(1.3);box-shadow: 0 20px 30px rgba(0,0,0,0.3);}


/*生产实力*/
.dgweb_list_item{width:23% !important; margin:1%; float:left;  }
.dgweb_list_pic{height:auto !important; border:1px #eee solid;}
.dgweb_list_pic a{display:block; overflow: hidden;}
.dgweb_list_pic img{width:100% !important; height:auto !important; transition:all 0.3s; }
.dgweb_list_item:hover .dgweb_list_pic img{transform:scale(1.1);}
.dgweb_list_text a{display:block;  line-height: 46px;  font-size: 16px; background: #eee;  text-align: center; overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;}


/*新闻*/
.nynewsproject{padding: 20px; position: relative;  margin: 0 0 2% 0;    height: 16rem; box-shadow: 0 0 1px #ddd;transition:all .3s ease-in-out; clear: both; }
.nynewsproject:hover{box-shadow: 0px 20px 50px #eee;}
.nynewsimg{float: left; overflow: hidden;width: 20%; border:1px #eee solid;}
.nynewsimg img{width: 100%;}
.nynewscont{float: right; padding-top: 1%;width: 78%; text-align:left;}
.nynewstitil{padding-bottom:10px;}
.nynewstitil a{    font-size: 20px;   font-weight: bold; line-height:40px;}
.nynewsdate{position: absolute;bottom:34px; left:23%;}
.nynewsdate div{float:left;}
.nynewsnote{ font-family:"Arial";}
.xqnewstitle,.xqnewscont{width:100% !important;}

.xw p{font-family:"Arial"; text-align:left !important;}
.xqnewstitle h4 strong{font-size:20px; line-height:80px;}
.xqnewstitle {padding-top:30px;}
.xqnewstitle hr{display:none;}



/*简介*/
.about{ padding:50px 0; background:url(../image/20210625144107_2016474377.jpg) repeat-y center top;width: 100%; margin: 0 auto;}
.abcon{background:#fff;margin: 0 auto;width: 88%;max-width:1600px; min-width:1300px; position: relative;}
.abright{width:50%;  position: relative;  padding: 3vw 3vw 0 3vw;}
.abtop{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start;}
.abtop_t{ font-size:34px; color:#484848;}
.abtop_t b{ color:#fe6102;}
.abtop_t span{ display:block; font-size:18px; font-weight:lighter; }
.abwa{ margin-top:1.4vw;}
abwa p{text-indent:2em;font-size:16px;}
.abwa, .abwa a{font-weight: lighter;line-height: 1.5vw;}
.abwa, .abwa p{padding-bottom:1vw;}
.bounceInLeft{width:50%;}
.bounceInLeft img{width:100%;}

.athre1{width:840px;text-align: center;position: absolute; float:left; margin-top:10px; color: #fff;background: #fe6102;}
.athre1 dl{color: #fff;float: left;width:25%;border-right:1px solid rgba(255, 255, 255, 0.1);box-sizing: border-box;margin: 0;height: 140px;}
.athre1 dl:last-child{border: none;}
.athre1 dl dt{font-size:56px;margin-top: 30px;font-family: Impact;line-height: 1; color: #fff;}
.athre1 dl dd{font-size: 18px; color: #efefef; width:100%;}

/*企业文化*/
.titlea{font-weight:normal;font-size:42px; text-align: center; color: #333; line-height: 46px;font-weight: bold;}

.titleb{font-size:18px;color:#999;text-align:center;line-height:38px; font-weight: 100;}	
.duty{overflow:hidden;}
.duty .wrap-title p{font-size:14px;font-family:"DIN-Medium";color:#999;text-transform:uppercase;}
.duty .inner{position:relative;height:520px;overflow:hidden;}
.duty-one{position:absolute;right:0;top:0;width:50%;height:520px;overflow:hidden;background:url(../image/20210709164713_668397174.jpg) no-repeat;animation:fadeinL 1s; background-size: cover !important;}
.duty-one .text{position:absolute; width:100%; height:100%; padding: 300px 100px 0 100px;     background-color: rgb(0 0 0 / 40%); color:#fff;}
.duty-one .text h3{height:50px;line-height:50px;font-weight:normal;font-size:30px;}
.duty-one .text p{height:60px;line-height:30px;font-size:16px;overflow:hidden;}
.duty-one .text i{display:block;margin:10px 0;width:28px;height:3px;background:#fff;}
.duty-two{position:absolute;left:0;top:0;width:50%;height:260px;overflow:hidden;background:#efefef;animation:fadeinT 1s;}
.duty-two .text{position:absolute;left:60px;right:60px;bottom:50px;}
.duty-two .text h3{height:50px;line-height:50px;font-weight:normal;font-size:30px;color:#333;}
.duty-two .text p{margin-top:10px;height:88px;line-height:25px;font-size:16px;color:#666;overflow:hidden;}
.duty-two .text i{display:block;margin-top:10px;width:28px;height:3px;background:#ddd;}
.duty-three{position:absolute;left:0;bottom:0;width:25%;height:260px;background:#fe6102;animation:fadeinR 1s;}
.duty-three .text{position:absolute;left:60px;right:40px;bottom:50px;color:#fff;}
.duty-three .text h3{height:50px;line-height:50px;font-weight:normal;font-size:30px;}
.duty-three .text p{margin-top:10px;height:100px;line-height:25px;font-size:16px;overflow:hidden;}
.duty-three .text i{display:block;margin:10px 0;width:28px;height:3px;background:#fff;}
.duty-four{position:absolute;left:25%;bottom:0;width:25%;height:260px;background:#f6a15c;animation:fadeinR 2s;}
.duty-four .text{position:absolute;left:60px;right:60px;bottom:50px;color:#fff;}
.duty-four .text h3{height:50px;line-height:50px;font-weight:normal;font-size:30px;}
.duty-four .text p{margin-top:10px;height:100px;line-height:25px;font-size:16px;overflow:hidden;}
.duty-four .text i{display:block;margin-top:5px;width:28px;height:3px;background:#fff;}
.wrapper{margin:0 auto;width:88%; min-withh:1300px; max-width:1600px;}


.imagen_b{margin-top:30px;}
.imagen_b a{display:block; width:300px; height:50px; line-height:50px; margin:0 auto; color:#fff; font-size:16px; background:#fe6102; text-align:center; transition: all 0.6s;}
.imagen_b a:hover{width:500px; transition: all 0.2s;color:#fff}

.com_image table {width:100% !important;}
.com_image table td{margin-right:1%;margin-bottom:1%; width:23.5%;display: block; float:left;  padding:0 !important;} 
.com_image table td:nth-child(4n){margin-right:0;}
.com_image table td br{display:none; }
.com_image table td div{ padding:0 !important;}
.com_image table td a{display: block;overflow: hidden;}
.com_image table td a:last-child{ height:60px; line-height:60px; background:#fff; font-size:16px; transition: all 0.3s;}
.com_image table td a img{transition: all 0.3s; width:100% !important; height:auto !important;}
.com_image table td:hover a img{transform:scale(1.1)}
.com_image table td:hover a:last-child{background:#fe6102; color:#fff; }
.zzjg_d{text-align:center;}


/*简介结束*/


/*联系我们*/

.tit-g2 { font-size: 30px; color: #333; line-height: 1.4; font-weight: 400; margin-bottom: 36px; }
.contact-1{ overflow:hidden; border-top-left-radius: 10px;border-top-right-radius: 10px; }
.contact-1 .item{ background-color:#fff;  padding:0px 0 50px 0;  overflow:hidden; }
.contact-1 .item .col-l{ width: 100%; }
.contact-1 .item .col-r{ width:33%}
.contact-1 h4{ font-size:22px; color:#333; line-height:1.4; margin-bottom:26px}
.list-con{ margin:0 -14px; overflow:hidden}
.list-con.list_2 .list-contact{ float:left; width: 33%; }
	.list-con.list_2 .list-contact1{ float:left; width: 33%; }
	.list-contact1{ padding: 0 30px; }
    .list-contact1 li{ font-size:14px; color:#666; line-height:10px; padding:0px 0 28px; margin-top:-1px; border:1px solid #e9e9e9; border-left:none; border-right:none; padding-left:52px; background-repeat:no-repeat; background-position:left center;}
	.list-contact1 h5{ font-size:18px; color:#231f20; line-height:1.4; margin-bottom:8px; font-weight: normal;}
    .list-contact1 p{ font-size:16px; }
	
.list-contact{ padding: 0 30px; }
.list-contact li{ font-size:14px; color:#666; line-height:10px; padding:0px 0 28px; margin-top:-1px; border:1px solid #e9e9e9; border-left:none; border-right:none; padding-left:52px; background-repeat:no-repeat; background-position:left 38px;}
.list-contact h5{ font-size:18px; color:#231f20; line-height:1.4; margin-bottom:8px; font-weight: normal;margin-left: 10px;}
.list-contact p{ font-size:16px; margin-left: 10px;line-height: 25px; height:60px;}

.list-contact .tel{ padding:24px 0 15px; padding-left:52px}
.list-contact .fax{ padding:26px 0 15px; padding-left:52px}
.list-contact .email{ padding:26px 0 15px; padding-left:52px}
.list-contact .cont{ padding:24px 0 15px; padding-left:52px}
.list-contact .cus_2{ padding:26px 0 15px; padding-left:52px}

.cont_ico1{ background-image:url(../image/20210708100334_905862481.png);padding-top:36px !important; }
.cont_ico2{ background-image:url(../image/20210708100425_1146146728.png);padding-top:36px !important; }
.cont_ico3{ background-image:url(../image/20210708100502_1384774718.png);padding-top:36px !important; }

.cont_map h2 { position: absolute; left: 0; bottom: 0; right: 0; font-size: 24px; color: #fff; line-height: 1.4; font-weight: 400; text-align: center; background-color: rgba(51,51,51,.8); padding: 30px 0;width: 1400px; margin: 0 auto; border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;}
.cont_map {
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#map{border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;}


.my-map { margin: 0 auto; width: 100%; height: 640px; } 
.my-map .icon { background: url(../image/marker.png) no-repeat; }
.my-map .icon-cir { height: 31px; width: 28px; }
.my-map .icon-cir-red { background-position: -11px -5px; }
.amap-container{height: 100%;}
.myinfowindow{width: 240px;min-height: 50px;}
 .myinfowindow h5{ height: 20px; line-height: 20px; overflow: hidden; font-size: 14px; font-weight: bold; width: 220px; text-overflow: ellipsis; word-break: break-all; white-space: nowrap; }
 .myinfowindow div{ margin-top: 10px; min-height: 40px; line-height: 20px; font-size: 13px; color: #6f6f6f; }