
@font-face {
  font-family: "bahnschrift";
  src: url("../fonts/bahnschrift.ttf") format("truetype");
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite, code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio, video{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; outline-style:none;/*FF*/font-size:10px;font-family: "Arial","Microsoft Yahei"; list-style:none;}
body { overflow-x: hidden; line-height:1; }
a{ margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent;text-decoration:none; color:#333; cursor:pointer;outline:0;}
a:hover,a:focus{ text-decoration:none;  outline-style:none;/*FF*/ }
table { border-collapse:collapse; border-spacing:0;}
input, select {vertical-align:middle;}
/*css为clearfix，清除浮动*/
.clearfix::before,.clearfix::after{content:""; height:0; line-height:0; display: block;visibility: hidden; clear:both;}
.clearfix:after{clear:both;} 
.clearfix{*zoom:1;/*IE/7/6*/}

.warp{ max-width:1640px; padding:0 20px;  margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.warp2{ max-width:1440px; padding:0 20px;  margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.clear{ overflow:hidden;}
.clear2{ clear:both;}

h1,h2,h3,h4,h5,h6{ font-weight:normal;}
.play{transition:linear .5s all;-moz-transition: linear .5s all; -webkit-transition:linear .5s all; -o-transition: linear .5s all;}


/*parts*/
div.fy {text-align:center;line-height:4rem; padding-top:40px;}
div.fy a { margin:2px 2px;padding:8px 12px;color:#727171;font-size:1.4em; display:inline; background:#fff; box-shadow: 0 0 5px rgba(0,0,0,0.1); }
div.fy a:hover{color:#fff; background:#eb5405;box-shadow: 0 0 5px rgba(0,0,0,0.1); }
div.fy a:active{ color:#fff; background:#eb5405; box-shadow: 0 0 5px rgba(0,0,0,0.1);  }
div.fy span.current{ margin:2px 2px;padding:8px 12px; color:#fff;  font-size:1.4em; background:#eb5405;box-shadow: 0 0 5px rgba(0,0,0,0.1);  }
div.fy span.disabled{ margin:2px 2px;padding:8px 12px; color:#727171; font-size:1.4em; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.1); }


/*手机导航*/
.m-header{ width:100%; background:#fff;}
#hamburger {width: 24px; height: 14px;	position:absolute;	top: 20px;	right: 25px;	z-index: 999;display: none;}
#hamburger:before, #hamburger:after, #hamburger span { background:#eb5405; content: ''; display: block;    width: 20px;  height: 2px;}
#hamburger span {	margin: 4px 0 0 0;}
#hamburger:after {	margin: 4px 0 0 0;}
#hamburger.hb-fixed {	position: fixed;}
/* Hamburger animation */
#hamburger:before, #hamburger:after, #hamburger span {	-webkit-transition: none 0.3s ease 0.3s;	transition: none 0.3s ease 0.3s;	-webkit-transition-property: transform, top, bottom, left, opacity, margin;	transition-property: transform, top, bottom, left, opacity, margin;}
html.mm-opening #hamburger:before, html.mm-opening #hamburger:after {top: 20px;}
html.mm-opening #hamburger span {	left: -50px;	opacity: 0;}
html.mm-opening #hamburger:before {	transform: rotate( 45deg );	margin: 7.5px 0 0 0;}
html.mm-opening #hamburger:after {	transform: rotate( -45deg );margin: -7.5px 0 0 0;} 
/*弹出input*/
.overCurtain {position: fixed; top:20px; right:40px; height:40px; width:40px;display:none; opacity:1; z-index:1000; cursor:pointer;}
.hide-center { background-color:rgba(68,68,68,0.8);  position:fixed; z-index:999; display:none; width:100%; height:100%; top:0;}
.hide-center .boxs{ display:table; width:100%; height:100%;}
.hide-center .box{ display:table-cell; vertical-align:middle; padding:0 20px; }
.field__input{ float:left; width:100%; border:none; outline:none; height:60px; padding:20px 160px; font-size:3.2em; font-weight:bold; color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align:center; border-bottom:1px solid #ccc; background-color: transparent;}
.m-btn{ float:left; border:none; outline:none; background-color: transparent; padding:19.5px; height:60px; font-size:1.6em; font-weight:bold; color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width:140px; position:absolute; right:40px; text-transform:uppercase;}
.s-close { width:40px; height:40px; transition:linear .5s all;-moz-transition: linear .5s all; -webkit-transition:linear .5s all; -o-transition: linear .5s all; font-size:0px; margin-top:20px;	display:block;}
.s-close::before,.s-close::after {	content:'';	width:40px;	height:2px;	background:#FFF;	display:block; transition:linear .5s all;-moz-transition: linear .5s all; -webkit-transition:linear .5s all; -o-transition: linear .5s all;}
.s-close::before {	-webkit-transform:rotate(45deg);	transform:rotate(45deg);}
.s-close::after {	-webkit-transform:translateY(-2px) rotate(-45deg);	transform:translateY(-2px) rotate(-45deg);}
.s-close:hover:before{transform:rotate(90deg);}
.s-close:hover:after{ transform:rotate(0deg);}


::-webkit-scrollbar-track { 
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
	background-color:#F5F5F5; }
::-webkit-scrollbar {
	width:8px;
	height:10px;
	background-color:#F5F5F5;
}
::-webkit-scrollbar-thumb {
	background-color:#eb5405;
}
/*header*/
.header,.header .luns *,.header .menu a,.header .logo img,.header .menu .m-list>a:after,.header .menu .md .mlr a:after,.header .mll .mld:after,.header .mlr .mlrd{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.header{ display: flex; width: 100%;  justify-content: space-between; position: relative;}
.header .logo{  padding:18px 45px 18px 4%;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.header .menus,.header .menu{ display: flex;}
.header .menu .m-list>a{ display: block; font-size: 1.6em; color: #333;  padding: 40px 30px 20px 30px; position: relative; border-bottom: 0px solid #fff; line-height: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.header .menu .m-list>a:after{ position: absolute; bottom: 0; left: 0; width: 100%; content: ""; background: #eb5405; height: 0;}
.header .menu .m-list:hover > a, #m1 .m1, #m2 .m2, #m3 .m3, #m4 .m4, #m5 .m5, #m6 .m6, #m7 .m7, .header .menu .m-list .cur {
        color: #eb5405;
    }
.header .menu .m-list:hover > a:after, #m1 .m1:after, #m2 .m2:after, #m3 .m3, #m4 .m4:after, #m5 .m5:after, #m6 .m6:after, #m7 .m7:after, .header .menu .m-list .cur:after {
            height: 4px;
        }

.header .menu .md{ z-index: 99; position: absolute; text-align: center; top:100%; left: 0; background:#fefefe;  width: 100%; display: none;}
.header .menu .md a{ z-index: 1; position: relative; display: block; padding:12px 10px; font-size: 1.4em; color: #333; line-height: 1.5;}
.header .menu .md a:hover{ color: #eb5405;}
.header .menu .md .ml{ display: flex; border-top:2px solid #f5f5f5;}
.header .menu .md .mll{ text-align: left; width: 50%; background: #f5f5f5; padding: 6vh 6%;}
.header .menu .md .mll h3{ font-size: 2.8em; line-height: 1.5; }
.header .menu .md .mll h4{ font-size: 5.2em; line-height: 1; font-weight: bold; text-transform: uppercase; color: #444; }
.header .menu .md .mll p{ font-size: 2em; color: #444; line-height: 1.2; text-transform: uppercase;}
.header .menu .md .mlr{ text-align: left; padding:  6vh 6%;}
.header .menu .md .mlr>a{ font-size: 1.6em; display: inline-block; margin:10px 20px; position: relative;}
.header .menu .md .mlr>a:after{ position: absolute; bottom: 0; left: 0; width: 100%; height: 0; background: #eb5405; content: "";}
.header .menu .md .mlr>a:hover{ color: #eb5405; }
.header .menu .md .mlr>a:hover:after{ height: 3px;}

.header .mll .mt{ margin-bottom: 20px;}
.header .mll .mld{ padding: 12px 0 !important; font-size: 1.8em !important;  position: relative;  width: fit-content; min-width: 120px;}
.header .mll .mld:after{position: absolute; bottom: 0; left: 0; width: 100%; height: 0; background: #eb5405; content: "";}
.header .mlr{ position: relative; width: 50%;}
.header .mlr .mlrd{ opacity: 0; position:absolute; top:6vh; left: 5%; display: flex; width: 90%; background: #fff; transform: translateX(40px); align-items: center;}
.header .mlr .mlrd .txt{ width: 50%; text-align: left;}
.header .mlr .mlrd .txt h3{ font-size: 2.4em; color: #333; line-height: 1.2; font-weight: bold;}
.header .mlr .mlrd .txt h4{ font-size: 1.6em; color: #555; line-height: 1.5;}
.header .mlr .mlrd .txt p{ font-size: 1.4em; color: #555; line-height: 1.5; margin:15px 0;}
.header .mlr .mlrd .txt p span{ font-size: 1em;  margin: 0 4px 0 0; display: inline-block; transform: translateY(-2px);}
.header .mlr .mlrd .txt a{ margin: 20px 0 0 0; padding:6px 15px; color: #fff; width: fit-content;}
.header .mlr .mlrd .txt a:hover{ color: #fff !important;}
.header .mlr .mlrd .txt a:hover:after{ top:3px; left: 3px;}
.header .mlr .mlrd .img{ width: 50%;}
.header .mlr .mlrd .img img{ max-width: 100%;}
.header .mll .mld.hover{ color: #eb5405;}
.header .mll .mld.hover:after{ height: 3px;}
.header .mlr .mlrd.hover{ opacity: 1; transform: translateX(0px); z-index: 9;}
.header .mlr .mlrd-none{ opacity: 0; position: static !important; }

.header .luns{ display: flex; background: #eb5405;}
.header .luns>*{ padding: 36px 20px 20px 20px;}
.header .luns img{ margin: 0 5px 0 0;}
.header .luns .lun{ color: #fff; display: flex;}
.header .luns .lun p{ font-size: 1.6em; color: #fff; line-height: 1.5;}
.header .luns .lun img{ margin: 0px 5px -2px 0;}
.header .luns .sreach{ display: flex;}
.header .luns .sreach p{ font-size: 1.6em; color: #fff; line-height: 1.5;}
.header .luns .sreach img{ margin: 0 5px 0 0;}



/*footer*/
.footer a,.footer .fmd .fs span .fsd{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.footer{ background: #434344;}
.footer .warp{ display: flex; justify-content: space-between;}
.footer .fo1{ padding: 50px 0 40px 0; border-bottom: 1px solid #656566;}
.footer .f-menu{ display: flex;}
.footer .fmd{ margin-right: 40px;min-width: 120px;}
.footer .fmd h3{ font-size: 1.6em; color: #fff; font-weight: bold; margin-bottom: 30px;}
.footer .fmd h3 a{ font-size: 1em; color: #fff; }
.footer .fmd p{ font-size: 1.4em; color: #d5d5d5; line-height: 1.5;}
.footer .fmd p a{ font-size: 1em; color: #d5d5d5; margin-bottom: 16px; display: inline-block;}
.footer .fmd a:hover{ text-decoration: underline; color: #fff;}
.footer .fmd h4{ font-size: 3em; font-weight: bold; color: #eb5405; line-height: 1; margin: -20px 0 20px 0;}
.footer .fmd .fs{ margin-top: 30px; display:flex; align-items: center;}
.footer .fmd .fs p{ font-size: 1.8em;}
.footer .fmd .fs span{ cursor: pointer; display: inline-block; position: relative; margin: 0 0 0 10px;}
.footer .fmd .fs span .fsd{ position: absolute; top:-65px; left: -65px; content: ""; transform: scale(0); z-index: 2;}
.footer .fmd .fs span .fsd img{ width: 150px; }
.footer .fmd .fs span:hover .fsd{ transform: scale(1);}

.footer .two{ width: 130px; text-align: center;}
.footer .two img{ max-width: 100%;}
.footer .two p{ font-size: 1.4em; color: #d5d5d5; line-height: 1.5; margin-top: 6px;}
.footer .fo2{ padding: 20px 0 24px 0;}
.footer .fo2 p{ font-size: 1.4em; color: #d5d5d5; line-height: 1.5;}
.footer .fo2 p a{ font-size: 1em; color: #d5d5d5;}
.footer .fo2 p a:hover{ text-decoration: underline;}

.bottomlist{ background:#eb5405; position:fixed; width:100%; bottom:0; left:0;  display:none; z-index:200;}
.bottomlist ul{ width:100%;}
.bottomlist ul li{ width:33.33%; float:left; text-align:center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding:5px;}
.bottomlist>ul>li>a>div{ font-size:1.6em; color:#fff;}
.bottomlist ul li img{ width:40px; height:40px;}


/*banner*/
.banner,.banner .swiper-slide .txt{transition:ease-out 0.8s all;-moz-transition: ease-out 0.8s all; -webkit-transition:ease-out 0.8s all; -o-transition: ease-out 0.8s all;}
.banner .swiper-slide{ overflow: hidden; position: relative; }
.banner .swiper-slide img{width: 100%;}
.banner .swiper-slide .txt{ transform: translateX(-200px); opacity: 0; position: absolute; width: 100%; z-index: 2; height: 100%; top:0; left: 0;  display: flex; align-content: center; align-items: center;}
.banner .txt .warp{ width: 100%;}
.banner .ban1 .txt h3{ font-size: 4em; max-width: 40%; color: #fff; font-weight: bold; font-style: italic; text-transform: uppercase; line-height: 1; -webkit-text-stroke:2px #fff; -webkit-text-fill-color:transparent; letter-spacing: 1px;}
.banner .ban1 .txt h4{ font-size: 3.6em; color: #fff; font-weight: bold; line-height: 1; margin: 16px 0 30px 0; text-transform: uppercase; letter-spacing: 1px; }
.banner .ban1 .txt h5{ font-size: 4.8em; color: #ff5f0b; font-weight: bold; }
.banner .ban1 .txt p{ font-size: 3.6em; color: #fff; line-height: 1.2; margin-top: 10px;}
.banner .ban1 .txt p span{ font-weight: bold; font-size: 1em; color: #ff5f0b;}
.banner .ban2 .txt{ text-align: right; padding-bottom: 8%;}
.banner .ban2 .txt h3{ font-size: 5em; color: #fff; font-weight: bold; font-style: italic; text-transform: uppercase; line-height: 1; -webkit-text-stroke:2px #fff; -webkit-text-fill-color:transparent; letter-spacing: 1px;}
.banner .ban2 .txt h4{ font-size: 3.6em; color: #fff; font-weight: bold; line-height: 1; margin: 16px 0 30px 0; text-transform: uppercase; letter-spacing: 1px; }
.banner .ban2 .txt h5{ font-size: 5em; color: #fff; font-weight: bold; }
.banner .ban2 .txt h5 span{ font-size: 1em; font-weight: bold; color: #eb5405; }
.banner .ban2 .txt p{ font-size: 2.6em; color: #fff; line-height: 1.2; margin-top: 16px;}
.banner .swiper-slide.ani-slide .txt{transform: translateX(0px); opacity: 1;}
.banner .swiper-pagination{ bottom: 20px;}
.banner .swiper-pagination-bullet{ width: 40px; height: 3px; opacity: 1; background: #fff; border-radius: 0;}
.banner .swiper-pagination-bullet-active{ background: #eb5405;}
/*iab*/
.iab{ padding: 75px 0; overflow: hidden;}
.iab .warp{ display: flex; }
.iab .txt{ width: 50%;}
.iab .txt .t1 h3{ font-size: 3.6em; font-weight: bold; color: #333;}
.iab .txt .t1 h3 span{ font-size: 1em; color: #eb5405;}
.iab .txt .t1 h4{ font-size: 2em; color: #333; line-height: 1.5;}
.iab .txt .t1{ margin-bottom: 30px;}
.iab .txt .t2 h3{ font-size: 3em; color: #555; line-height: 1.5; font-weight: bold;}
.iab .txt .t2 h3 span{ color: #eb5405; font-size: 1em;} 
.iab .txt .t2 p{ font-size: 1.4em; color: #555; line-height: 1.5;}
.iab .txt .t3{ margin-top: 60px;}
.iab .txt .t3>p{ font-size: 1.8em; color: #333; line-height: 1.5;}
.iab .txt .t3 .dot{ display: flex; margin-top: 30px;}
.iab .txt .t3 .dot .d{ text-align: center; padding: 0 20px;}
.iab .txt .t3 .dot .d .t{ display: flex; justify-content: center; align-items: flex-end;}
.iab .txt .t3 .dot .d .t h3{ font-size: 4.8em; color: #eb5405; font-family: "bahnschrift"; line-height: 1;}
.iab .txt .t3 .dot .d .t p{ font-size: 1.4em; color: #333; line-height: 1; transform: translateY(-8px);}
.iab .txt .t3 .dot .d>p{ font-size: 1.6em; color: #333; line-height: 1.5;}
.iab .iab-slider{ width: 50%; height: 100%;}
.iab .iab-slider:after{ position: absolute; bottom: -1px; right:0; width: 60px; height: 50px; content: ""; clip-path: polygon(100% 0, 100% 0%, 100% 100%, 0 100%); background: #fff; z-index: 2;}
.iab .iab-slider img{ width: 100%;}
.iab .iab-slider .iab-p:after,.iab .iab-slider .iab-n:after{ display: none;}
.iab .iab-slider .iab-p{ left: 0; background-image:url(../images/iab-p.png);}
.iab .iab-slider .iab-n{ right:0; background-image:url(../images/iab-n.png);}
.iab .iab-slider .iab-p,.iab .iab-slider .iab-n{ width: 57px; height: 61px; background-size: 57px 61px;}
/*ipt*/
.ipt{ background: url(../images/ipt-bg.jpg) center bottom no-repeat; background-size: cover !important; padding: 80px 0 60px 0;  overflow: hidden;}
.ipt .warp{ display: flex;}
.ipt .txt{ width: 50%;}
.ipt .txt h3{ font-size: 3.6em; color: #333; font-weight: bold; }
.ipt .txt h3 span{ font-weight: bold; font-size: 1em; color: #eb5405;}
.ipt .txt h4{ color: #eb5405; font-size: 4.5em; font-weight: bold; margin: 10px 0 30px 0;}
.ipt .txt h5{ font-size: 2em; color: #333; line-height: 1.5;}
.ipt .txt p{ font-size: 1.4em; color: #555; line-height: 1.5;}
.ipt .txt p span{ font-size: 24px; color: #eb5405; font-weight: bold;}
.ipt .txt .i-more{ margin-top: 90px; }

.ipt .dots{overflow: hidden; display: flex; flex-wrap: wrap; width: 50%;}
.ipt .dots .dot{ display: flex; width: 50%; align-items: center; position: relative; padding: 0 6%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ipt .dots .dot:after,.ipt .dots .dot:before{ position: absolute; bottom: -1px; right:-1px; content: ""; background: #d9d9d9;}
.ipt .dots .dot:after{ width: 1px; height: 100%; transform: scale(0.6);} 
.ipt .dots .dot:before{ width: 100%; height: 1px; transform: scale(0.8);}
.ipt .dots .dot .d{ width: 25%; text-align: center;}
.ipt .dots .dot .d img{ max-width: 100%;}
.ipt .dots .dot .t{ width: 75%; padding: 0 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ipt .dots .dot .t h3{ font-size: 2.6em; color: #eb5405; font-weight: bold; margin-bottom: 10px;}
.ipt .dots .dot .t p{ font-size: 1.8em; color: #333; line-height: 1.2;}
/*i-more*/
.i-more:after{transition:ease-out 0.3s all;-moz-transition: ease-out 0.3s all; -webkit-transition:ease-out 0.3s all; -o-transition: ease-out 0.3s all;}
.i-more{ position: relative; padding: 10px 36px; font-size: 1.4em; color: #fff; display: inline-block; z-index: 2;}
.i-more:after,.i-more:before{ position: absolute; top:0px; left: 0px; content: ""; width: 100%; height: 100%;  clip-path: polygon(calc(100% + 15px) 0, calc(100%  - 10px) 100%, 0% 100%, 0% 0%);}
.i-more:after{ background: #ccc; z-index: -2;}
.i-more:before{ background: #eb5405; z-index: -1; }
.i-more:hover:after{ top:3px; left: 3px;}
/*iap*/
.iap .iap-d .ipd:after,.iap .iap-d .ipd>*,.iap .iap-d .ipd,.iap .iai{transition:ease-out 0.3s all;-moz-transition: ease-out 0.3s all; -webkit-transition:ease-out 0.3s all; -o-transition: ease-out 0.3s all;}
.iap{ padding: 120px 0; position: relative; overflow: hidden;  overflow: hidden;}
.iap .iap-d{ position: absolute; top:0; right:0; z-index: 4; display: flex; flex-wrap: wrap; height: 100%; align-content: center; max-width: 450px;}
.iap .iap-d .ipd{ cursor: pointer; padding: 16px 120px 16px 40px; margin: 10px 0;  position: relative; transform: translateX(50px); width: 100%;}
.iap .iap-d .ipd a{ display: flex; width: 100%;}
.iap .iap-d .ipd:after{ top:0; left: 0; position:absolute; z-index: 2; background:url(../images/iapl2.png) left center no-repeat; background-size: 100% 100% !important; content: ""; width: 100%; height: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.iap .iap-d .ipd>*{ position: relative; z-index: 6;}
.iap .iap-d .ipd p{ font-size: 2em; color: #333; line-height: 30px;}
.iap .iap-d .ipd span{  display: block; height: 30px; background-size: contain; width: 40px; margin-right: 6px;  background-size:contain !important;}
.iap .iap-d .ipd .ipd1{ background: url(../images/iap1-1.png) center center no-repeat;}
.iap .iap-d .ipd .ipd2{ background: url(../images/iap2-1.png) center center no-repeat;}
.iap .iap-d .ipd .ipd3{ background: url(../images/iap3-1.png) center center no-repeat;}
.iap .iap-d .ipd.hover{ transform: translateX(0);}
.iap .iap-d .ipd.hover:after{ background:url(../images/iapl.png) left center no-repeat;}
.iap .iap-d .ipd.hover p{ color: #fff;}
.iap .iap-d .ipd.hover span{ width: 70px;}
.iap .iap-d .ipd.hover .ipd1{ background: url(../images/iap1.png) center center no-repeat;}
.iap .iap-d .ipd.hover .ipd2{ background: url(../images/iap2.png) center center no-repeat;}
.iap .iap-d .ipd.hover .ipd3{ background: url(../images/iap3.png) center center no-repeat;}
.iap .iap-imgs{ position: absolute; top:0; left: 0; width: 100%; height: 100%; background-size: cover !important; background: #000;}
.iap .iap-imgs>*{ height: 100%; position: absolute; top:0; left: 0; width: 100%; height: 100%; background-size:cover !important;}
.iap .ia-img1{ background: url(../images/iap1.jpg) center center no-repeat;}
.iap .ia-img2{ background: url(../images/iap2.jpg) center center no-repeat;}
.iap .ia-img3{ background: url(../images/iap3.jpg) center center no-repeat;}
.iap .iai{ opacity: 0;}
.iap .iai.hover{ opacity: 1; }
.iap .txt{ position: relative; z-index: 2;}
.iap .txt h3{ font-size: 3.6em; color: #fff; font-weight: bold;  margin-bottom: 20px; margin-bottom: 25px;}
.iap .txt p{ font-size: 1.6em; line-height: 1.5; color: #fff; max-width: 500px; }
.iap .txt a{ margin-top: 50px;}
/*iad*/
.iad{ overflow: hidden; padding: 60px 0 50px 0; background: #ebebeb;}
.iad .warp{ display:flex; align-items: center;}
.iad .txt{ width: 38%; padding-right: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.iad .txt h3{ font-size: 3.6em; color: #333; font-weight: bold;  margin-bottom: 20px;}
.iad .txt p{ font-size: 1.6em; color: #555; line-height: 1.5; }
.iad .txt p span{ font-size: 1em; color: #ff5902; font-weight: bold;}
.iad .txt a{ margin-top: 70px;}
.iad .dots{ width: 60%; display: flex; align-items: center;}
.iad .dots .di{ padding: 0 20px; order: 2; width: 50%; text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.iad .dots .di .dimg{ display: inline-block; position: relative; margin: 20px;}
.iad .dots .di img{ max-width: 100%; display: block; margin: 0 auto; border: 1px solid #c0c0c0; border-radius: 50%;}
.iad .dots .di .dimg:after{ position: absolute; top:-20px; left: -20px; width:calc(100% + 40px); height: calc(100% + 40px); content: ""; background:url(../images/iadil.png) center center no-repeat; background-size: contain !important;}
.iad .dots .di .dimg:after{animation:mymove 10s infinite; -webkit-animation:mymove 10s infinite;}
@keyframes mymove
{
	0%{transform: rotate(0deg)}
	40%{transform: rotate(180deg)}
	100%{transform: rotate(360deg)}
}
@-webkit-keyframes mymove /*Safari and Chrome*/
{
	0%{transform: rotate(0deg)}
	40%{transform: rotate(180deg)}
	100%{transform: rotate(360deg)}
}
.iad .dots .dr{ order: 3;}
.iad .dots .dr,.iad .dots .dl{width: 25%;}
.iad .dots .dl{ text-align: right;}
.iad .dots .d{ margin: 15px 0;}
.iad .dots .d p{ font-size: 1.8em; outline-color: #333; line-height: 1.2; margin-top: 12px;}

/*inews*/
.inews .txts .itr .dot *,.inews .itl .img img{transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.inews{ overflow: hidden; padding: 55px 0 100px 0;}
.inews .tit { margin-bottom: 40px;}
.inews .tit h3{ font-size: 3.6em; font-weight: bold; line-height: 1.5; }
.inews .tit p{ font-size: 1.8em; color: #555; line-height: 1.5;}
.inews .txts{ display: flex; justify-content: space-between;}
.inews .itl{ background: #f1f1f1; position: relative; width: 46%;}
.inews .itl .i-more{ position: absolute; bottom:30px; right:-40px;}
.inews .itl a:first-child{ padding: 4px;display: flex;}
.inews .itl .img{ overflow: hidden; width: 45%; }
.inews .itl .img img{ max-width: 100%;}
.inews .itl .txt{ padding: 20px 30px; width: 55%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.inews .itl .txt h3{ font-size: 2.4em; color: #eb5405; line-height: 28px; height: 56px; font-weight: bold; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:2}
.inews .itl .txt span{ font-size: 1.4em; color: #555; line-height: 1.5; display: block; margin: 6px 0 16px 0;}
.inews .itl .txt p{ font-size: 1.4em; color: #555; line-height: 24px; height: 48px;  display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:2}
.inews .txts .itr{ display: flex; flex-wrap: wrap;  width: 45%; background: #f1f1f1; align-content: space-between;}
.inews .txts .itr .dot{width: 100%;}
.inews .txts .itr .dot a{ cursor: pointer; width: 100%; display: flex; padding: 10px 0; justify-content: space-between; align-items: center;}
.inews .itr .dot .d{ width: 100px; text-align: center;}
.inews .itr .dot .d h3{ font-size: 3.6em; color: #555; line-height: 1;}
.inews .itr .dot .d p{ font-size: 1.4em; color: #555; line-height: 1.5;}
.inews .itr .dot .t{ width: calc(100% - 100px); padding: 0 20px;}
.inews .itr .dot .t h3{ font-size: 1.8em; line-height: 24px; height: 24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.inews .itr .dot .t p{ font-size: 1.4em; line-height: 20px; height: 20px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.inews .itr .dot:hover{ background: #eb5405;}
.inews .itr .dot:hover *{ color: #fff !important;}
.inews .itr .dot:hover .t p{ height: 40px;-webkit-line-clamp:2;}
.inews .itl:hover .img img{ transform: scale(1.1);}

/*banners*/
.banners{ display: flex; height: 540px; background-size: cover !important; align-items: flex-end;}
.product{ background: url(../images/banners/product-banner.jpg) center center no-repeat; }
.about{ background: url(../images/banners/about-banner.jpg) center center no-repeat; }
.contact{ background: url(../images/banners/contact-banner.jpg) center center no-repeat; }
.news{ background: url(../images/banners/news-banner.jpg) center center no-repeat; }
.service{ background: url(../images/banners/service-banner.jpg) center center no-repeat; }

.banners .txt{ width: 100%; padding-bottom: 7%;}
.banners .txt h3{ font-size: 2.4em; color: #333; line-height: 1.5; margin-bottom: 16px;  text-shadow: 2px 2px 4px rgb(255 255 255);}
.banners .txt h4{ font-size: 4.8em; color: #eb5405; line-height: 1; text-transform: uppercase;}
.service .txt h3{ color: #fff;}



/*product*/
.product-t .pds .pd,.product-t .pds .pd .txt>span,.product-t .pds .pd .txt>span:after,.product-t .pds .pd .txt>span:before,.product-t .pds .pd .txt h3,.product-t .pl a{transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.p-sreach{ padding: 20px 0;}
.p-sreach .warp{ display: flex; width: 100%; align-items: center;}
.p-sreach .pback a{ font-size: 1.8em; color: #555;}
.p-sreach .pback a:hover{ text-decoration: underline;}
.p-sreach .pd-s{ width: 50%; margin: 0 0 0 auto;}
.p-sreach input{ font-size: 1.4em; outline:none; border: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  line-height:24px; color:#000; width: 100%; background: #f5f5f5; padding: 14px 20px 14px 60px;}
.p-sreach input::-webkit-input-placeholder{ color:#a9a9a9; font-family: "Microsoft Yahei";}
.p-sreach input:-moz-placeholder{ color:#a9a9a9;  font-family: "Microsoft Yahei";}
.p-sreach input::-moz-placeholder{ color:#a9a9a9; font-family: "Microsoft Yahei";}
.p-sreach input:-ms-input-placeholder{ color:#a9a9a9;  font-family: "Microsoft Yahei";}
.p-sreach form{ display: flex;}
.p-sreach .pdt{ width: 80%; background: url(../images/product/sreach.png) 20px center no-repeat #f5f5f5;}
.p-sreach .pdb{ width: 20%; background: #eb5405; padding: 6px; font-size: 1.8em; color: #fff;}
.product-t{ padding: 60px 0; background: url(../images/product/pl-bg.png) 80% 110% no-repeat  #f5f5f5; background-size: 25%;}
.product-t .pl{ text-align: center;}
.product-t .pl a{ font-size: 1.8em; color: #333; font-weight: bold; display: inline-block; width: 200px; padding:10px 4px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #fff; line-height: 1.5; margin: 5px 15px;}
.product-t .pl a:hover,.product-t .pl a.lock{ color: #fff; background: #eb5405;}
.product-t .pds{ display: flex; flex-wrap: wrap;}
.product-t .pds .pd{ background: #fff; width: calc(50% - 50px); margin: 20px 25px;}
.product-t .pds .pd a{ padding:4% 6%; display: flex; align-items: center;}
.product-t .pds .pd .txt{ width: 50%; }
.product-t .pds .pd .txt h3{ font-size: 2.4em; color: #333; line-height: 1.2; font-weight: bold;}
.product-t .pds .pd .txt h4{ font-size: 1.6em; color: #555; line-height: 1.5; }
.product-t .pds .pd .txt p{ font-size: 1.4em; color: #555; line-height: 2; margin:5px 0;}
.product-t .pds .pd .txt p span{ font-size: 1em;  margin: 0 4px 0 0; display: inline-block; transform: translateY(-2px);}
.product-t .pds .pd .txt>span{ margin-top: 20px; position: relative; padding: 10px 36px; font-size: 1.4em; color: #555; display: inline-block; z-index: 2;}
.product-t .pds .pd .txt>span:after,.product-t .pds .pd .txt>span:before{ position: absolute; top:0px; left: 0px; content: ""; width: 100%; height: 100%;}
.product-t .pds .pd .txt>span:after{ background: url(../images/product/ib.png); background-size: 100% 100% ; z-index: -2;}
.product-t .pds .pd .txt>span:hover{ color: #fff;}
.product-t .pds .pd .txt>span:hover:after{ background: url(../images/product/ib2.png);}
.product-t .pds .pd:hover{ box-shadow: 4px 4px 4px rgba(0,0,0,0.3);}
.product-t .pds .pd:hover .txt h3{ color: #eb5405;}
.product-t .pds .pd .img{ width: 50%;}
.product-t .pds .pd .img img{ max-width: 100%;}

/*product-n*/
.prod .img img,.prod .txt span:after,.prod .txt span:before,.prod .txt span{transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.product-n{ padding: 50px 0; background: #f5f5f5;}
.prod-boxs{ display: flex; flex-wrap: wrap;}
.prod{ display: block; width: calc(25% - 20px); margin: 10px; background: #ffffff;}
.prod .img{ overflow: hidden; }
.prod .img img{ max-width: 100%;}
.prod .txt{ padding: 20px; text-align: center; }
.prod .txt h3{ font-size: 1.8em; color: #555; font-weight: bold; line-height: 24px; height: 24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.prod .txt p{ font-size: 1.4em; color: #555; text-transform: uppercase; line-height: 20px; height: 40px;  display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:2;}
.prod .txt span{margin-top: 4px; position: relative; padding: 10px 36px; font-size: 1.4em; color: #555; display: inline-block; z-index: 2;}
.prod .txt span:after,.prod .txt span:before{ position: absolute; top:0px; left: 0px; content: ""; width: 100%; height: 100%;}
.prod .txt span:after{ background: url(../images/product/ib.png); background-size: 100% 100% ; z-index: -2;}
.prod .txt span:hover{ color: #fff;}
.prod .txt span:hover:after{ background: url(../images/product/ib2.png);}
.prod:hover .img img{ transform: scale(1.05);}

/*productshow*/
.tab tbody tr:hover, .tab tbody td.hover { background: #ddd;}
.pro-list .prod .img{ text-align: center;}
.pro-list .prod .img img{ width: 240px;}
.pro-list .prod .txt h3{ font-size: 1.6em;}
.pro-list .prod .txt p{ font-size: 1.2em; color: #555; text-transform: uppercase; line-height: 20px; height: 20px;  display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.pro-list .prod .txt span{ padding: 6px 20px;}

.pro-txts .pro-list .pl a p:after{transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.productshow{padding: 20px 0;background: #f5f5f5;}
.productshow .pback a{font-size: 1.4em;color: #555;}
.pro-txts{ display: flex; margin-top: 20px;}
.pro-txts .pro-list{ padding-right: 30px; width: 340px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.pro-txts .pro-list .pl{ text-align: right;}
.pro-txts .pro-list .pl h3{background: url(../images/iapl.png) left center no-repeat;background-size:100% 100%;padding: 8px 20px;/* margin-bottom: 14px; */}
.pro-txts .pro-list .pl h3 a{ font-size: 1.6em; color: #fff; font-weight: bold; line-height: 26px; display: block;}
.pro-txts .pro-list .pl h3 span{ display: inline-block;}
.pro-txts .pro-list .pl h3 span img{margin: 0 6px -3px 0;height: 18px;}
.pro-txts .pro-list .pld>a{background: url(../images/iapl2.png) left center no-repeat;background-size:100% 100%; margin-bottom: 4px;display: block;}
.pro-txts .pro-list .pld>a p{font-size: 1.4em;display: inline-block;padding: 10px 24px;position: relative;}
.pro-txts .pro-list .pld>a p:after{ position: absolute; content: ""; background: #eb5405; width: 0%; right:0; height: 2px; bottom: 0;}
.pro-txts .pro-list .pld>a:hover p:after,.pro-txts .pro-list .pld>a p.lock:after{ width: 100%;}
.pro-txts .pro-more .tit h3{ font-size: 1.8em; color: #555; line-height: 1.5; padding: 12px 20px; font-weight: bold; }
.pro-txts .pro-more .tit{ position: relative;}
.pro-txts .pro-more .tit:after,.pro-txts .pro-more .tit:before{ position: absolute; bottom: 0; left: 0; content: ""; height: 6px;}
.pro-txts .pro-more .tit:after{ background: #fff; width: 100%;}
.pro-txts .pro-more .tit:before{ background: #eb5405; width: 120px; z-index: 2;}
.pro-txts .pro-more .prod{ width: 100%; margin: 10px 0;}

.pro-txt{ width: calc(100% - 340px);}
.pro-txt>*{ background: #fff; width: 100%;}
.pro-main .tit{ display: flex; background: #e6e6e6;}
.pro-main .tit .t{ display: flex; flex-wrap:wrap; align-items: center; width: 60%; padding: 12px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.pro-main .tit .t h3{font-size: 1.8em;font-weight: bold;color: #333;line-height: 1.5;margin-right: 10px;}
.pro-main .tit .t p{ font-size: 1.4em; color: #555; line-height: 1.5; text-transform: uppercase;}
.pro-main .tit .tip{ width: 40%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #eb5405; text-align: right; padding: 12px 6% 12px 20px;  clip-path: polygon(100% 0, 100% 100%, 0% 100%, 20% 0%);}
.pro-main .tit .tip img{ max-width: 40%; }
.pro-main .p-main{display: flex;padding: 25px 20px;}
.pro-main .p-main .imgs{width: 48%;}
.pro-main .p-main .imgs img{ width: 100%;}
.pro-main .gallery-thumbs{ padding: 0 22px;}
.pro-main .gallery-thumbs .swiper-slide{ border: 1px solid #b5b5b5;}
.pro-main .gallery-thumbs .swiper-slide-thumb-active{border: 1px solid #eb5405;}
.pro-main .gallery-thumbs .swiper-button-prev,.pro-main .gallery-thumbs .swiper-button-next{ width: 20px; height: 100%; background-image: url(../images/product/pn.png); top:0; margin: 0; background-position: center center; z-index: 2;  background-size: cover !important;}
.pro-main .gallery-thumbs .swiper-button-prev:after,.pro-main .gallery-thumbs .swiper-button-next:after{ display: none;}
.pro-main .gallery-thumbs .swiper-button-prev{ left: 0; transform: rotate(180deg);}
.pro-main .gallery-thumbs .swiper-button-next{ right: 0;}
.pro-main .p-main .ptxt{ padding-left:40px;padding-top: 20px;width: 50%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.pro-main .p-main .ptxt h3{font-size: 1.8em;color: #555;line-height: 1.5;margin-bottom: 4px;}
.pro-main .p-main .ptxt p{font-size: 1.4em;color: #888;line-height: 1.5;}
.pro-main .p-main .ptxt a{ margin-top: 20px; }

.pro-line{margin: 15px 0;text-align: center;padding: 20px 20px;background: #fff;}
.pro-line .tit h3{font-size: 1.8em;color: #555;line-height: 1.5;}
.pro-line .img img{max-width: 100%; max-height: 300px;}

.pro-table .ptable{ overflow-y:auto; height: 420px;}
.pro-table .ptable tr td,.pro-table .ptable tr,.pro-table .pbtns a{transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.pro-table{padding: 20px 20px;}
.pro-table .tit h3{font-size: 1.8em;color: #333;line-height: 1.5;margin-bottom: 30px;text-align: center;}
.pro-table .ptable tr td{cursor: pointer;font-size: 1.6em;border: 1px solid #eee;text-align: center;vertical-align: middle; padding: 5px 3px;} 
.pro-table .ptable .lock td,.pro-table .ptable tr .lock{background: #e6e6e6 !important;font-weight: bold;font-size: 1.6em;line-height: 1.2;}

.pro-table .pbtns{ display: flex; justify-content: space-between; margin-top: 40px;}
.pro-table .pbtns a{ padding: 8px 20px; background: #f5f5f5; font-size: 1.4em; color: #555; line-height: 1.5; display: inline-block;}
.pro-table .pbtns a:hover{ background: #eb5405; color: #fff;}

/*product-micro*/
.micro-ban{ position: relative; display: flex; align-content: center; overflow: hidden;}
.micro-ban .txt{ position: absolute; width: 100%; top:calc(50% - 55px); left: 0; }
.micro-ban>img{ width: 100%;}
.micro-tip{ padding: 70px 0;}
.micro-tip .warp{ display: flex; align-items: center;}
.micro-tip .txt{ width: 50%;}
.micro-tip .txt .t h3{ font-size: 2.4em; color: #333; font-weight: bold; line-height: 1.5;}
.micro-tip .txt .t p{ font-size: 1.8em; color: #333; line-height: 2;}
.micro-tip .txt .t h4{ font-size: 3.6em; color: #eb5405; font-weight: bold; line-height: 1.5;}
.micro-tip .txt .t h5{ font-size: 2.4em; color: #333; line-height: 1.5;}
.micro-tip .txt .td{ margin-top: 20px;}
.micro-tip .txt .td h3{ font-size: 1.8em; color: #333; line-height: 1.5; margin-bottom: 6px;}
.micro-tip .txt .td p{ font-size: 1.6em; color: #888; line-height: 1.5;}
.micro-tip .img{ width:50%;}
.micro-tip .img img{ max-width: 100%;}
.micro-t1{ padding: 70px 0 50px 0; background: #f1f1f1;}
.micro-t1 .tit h3{ font-size: 2.4em; font-weight: bold; line-height: 1.5; color: #eb5405; margin-bottom: 10px;}
.micro-t1 .tit p{ font-size: 1.6em; color: #333; line-height: 2;}
.micro-t1 .imgs{ display: flex; margin-top: 40px; justify-content: space-between;}
.micro-t1 .imgs img{ width: 100%;}
.micro-t1 .imgs .bl{ width: 37%;}
.micro-t1 .imgs .br{ text-align: right; width: 61%;}
.micro-t1 .imgs .t{ margin-top: 30px;}
.micro-t1 .imgs .t h3{ font-size: 1.6em; font-weight: bold; color: #333; line-height: 1.5;}
.micro-t1 .imgs .t p{ font-size: 1.6em; color: #888; line-height: 1.5;}
.micro-t1 .imgs .t p span{ font-size: 1em; color: #eb5405;}
.micro-t2{ padding: 50px 0;}
.micro-t2 .tit h3{ font-size: 2.4em; color: #333; font-weight: bold; text-align: center; margin-bottom: 30px;}
.micro-t2 .dots .dot{ display: flex; background: #f1f1f1; align-items: center;}
.micro-t2 .dots .dot .img{ width: 50%; position: relative;}
.micro-t2 .dots .dot .img:after{ position: absolute; top:0; left: 0; width: 180px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 6px 60px 6px 40px;  background: #eb5405; font-size: 2.4em; color: #fff; font-weight: bold; clip-path: polygon(100% 0, 80% 100%, 0% 100%, 0% 0%);}
.micro-t2 .dots .dot.d1 .img:after{ content: "产  品";}
.micro-t2 .dots .dot.d2 .img:after{ content: "生  产";}
.micro-t2 .dots .dot.d2 .img{ order: 2;}
.micro-t2 .dots .dot .img img{ width: 100%;}
.micro-t2 .dots .dot .txt{ padding: 20px 6%; width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.micro-t2 .dots .dot .txt h3{ font-size: 1.8em; font-weight: bold; margin-bottom: 20px;}
.micro-t2 .dots .dot .txt p{ font-size: 1.6em; color: #333; padding-left: 20px; line-height: 2; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.micro-t2 .dots .dot .txt p span{ font-size: 1em; color: #eb5608; font-weight: bold;}
.micro-t2 .dots .dot .txt p:after{ position:absolute; top:calc(50% - 8px); left: 0; width: 16px; height: 16px; content: ""; background:url(../images/product/micro/pm.png) center center no-repeat; }
.micro-t2 .dots .dot.d2 .txt p{ width: 49%; display: inline-block; }
.micro-t3{ background: #f1f1f1; padding: 50px 0;}
.micro-t3 .tit h3{ text-align: center; font-size: 2.4em; color: #333; font-weight: bold; margin-bottom: 40px;}
.micro-t3 .mpds{ display: flex; justify-content: space-between;}
.micro-t3 .m-tit{ display:flex; align-items: center; align-content: center; margin-bottom: 20px;}
.micro-t3 .m-tit h3{ font-size: 1.8em; color: #333; line-height: 1.5; margin-left: 20px;}
.micro-t3 .m-tit p{ font-size: 1.6em; color: #888; text-transform: uppercase; margin-left: 20px;}
.micro-t3 .mpds img{ max-width: 100%;}

.micro-t3 .mpdt{ margin-top: 60px;}

.micro-t3 .mpdt tr td,.micro-t3 .mpdt tr{transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.micro-t3 .mpdt tr{background: #fff;}
.micro-t3 .mpdt tr td{ cursor: pointer; font-size: 1.4em; border: 1px solid #eee; text-align: center; vertical-align: middle; padding: 12px; } 
.micro-t3 .mpdt .lock td,.micro-t3 .mpdt tr .lock{ background: #eb5405 !important; font-weight: bold; font-size: 1.6em; line-height: 1.2; color: #fff !important;}

/*product-package*/
.package .pack-boxs{ margin-top: 30px; display: flex; flex-wrap: wrap;}
.package .pack-boxs .pd{ width: calc(25% - 30px); margin: 20px 15px;}
.package .pack-boxs .pd .img img{ width: 100%;}
.package .pack-boxs .pd .txt{ padding: 20px 10px; background: #fff;}
.package .pack-boxs .pd .txt p{ font-size: 1.6em; color: #333; line-height: 24px; height: 24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1; text-align: center; }
.pa .pa{ background: #eb5405 !important; color: #fff !important;}



/*news*/
.news-boxs .nbox .img img,.news-boxs .nbox .time>span:after,.news-boxs .nbox .time>span:before{transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.news-t{ padding: 50px 0; background: #f5f5f5;}
.top-news{ margin: 40px 0; background: #fff;}
.top-news a{ display: flex;}
.top-news .img{ width: 40%;}
.top-news .img img{ width: 100%;}
.top-news .txt{ padding: 3% 4%; width: 60%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.top-news .txt h3{ font-size: 2.2em; font-weight: bold; line-height: 28px; height: 28px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.top-news .txt h4{ font-size: 1.6em; color: #555; line-height: 1.5; margin: 16px 0;}
.top-news .txt h4 span{ font-size: 1em; color: #fff; background: #eb5405; display: inline-block;  clip-path: polygon(calc(100% + 15px) 0, calc(100%  - 10px) 100%, 0% 100%, 0% 0%);  padding: 4px 20px; margin-right: 20px;}
.top-news .txt p{ font-size: 1.6em; color: #555; line-height: 24px; height: 48px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:2;}
.top-news .swiper-pagination{ padding-left: 10%; bottom: 20px;}
.top-news .swiper-pagination-bullet{ margin: 0 4px; width: 40px; height: 3px; opacity: 1; background: #e1e1e1; border-radius: 0;}
.top-news .swiper-pagination-bullet-active{ background: #eb5405;}
.news-boxs{ display: flex; flex-wrap: wrap; width: calc(100% + 20px); margin-left: -10px;}
.news-boxs .nbox{ width: calc(33.33% - 20px); margin: 20px 10px; background: #fff;}
.news-boxs .nbox .img{ overflow: hidden;}
.news-boxs .nbox .img img{ width: 100%;}
.news-boxs .nbox .txt{ padding: 30px;}
.news-boxs .nbox .t h3{ font-size: 1.8em; color: #333; font-weight: bold; line-height: 28px; height: 28px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1; margin-bottom: 14px;}
.news-boxs .nbox .t p{ font-size: 1.6em; color: #555; line-height: 24px; height: 48px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:2;}
.news-boxs .nbox .time,.news-boxs .nbox .time .ti{ display: flex; justify-content: space-between; align-content: center;height: fit-content; align-items: center;}
.news-boxs .nbox .time .ti span{ font-size: 1.6em; color: #eb5405; background: #f5f5f5; display: inline-block;  padding: 5px; margin-right: 10px; }
.news-boxs .nbox .time .ti p{ font-size: 1.4em; color: #333; line-height: 1.5;}
.news-boxs .nbox .time>span{ font-size: 1em;  margin: 0 4px 0 0; display: inline-block; transform: translateY(-2px); margin-top: 20px; position: relative; padding: 10px 36px; font-size: 1.4em; color: #555; display: inline-block; z-index: 2;}
.news-boxs .nbox .time>span:after,.news-boxs .nbox .time>span:before{ position: absolute; top:0px; left: 0px; content: ""; width: 100%; height: 100%;}
.news-boxs .nbox .time>span:after{ background: url(../images/product/ib.png); background-size: 100% 100% ; z-index: -2;}
.news-boxs .nbox .time>span:hover{ color: #fff;}
.news-boxs .nbox .time>span:hover:after{ background: url(../images/product/ib2.png);}
.news-boxs .nbox:hover .img img{ transform: scale(1.05);}

/*newsshow*/
.newsshow .btn a{transition:ease-out 0.5s all;-moz-transition: ease-out 0.5s all; -webkit-transition:ease-out 0.5s all; -o-transition: ease-out 0.5s all;}
.newsshow{ padding:80px 0;}
.newsshow .boxs{ background:#f5f5f5; }
.newsshow .tit{ padding:40px; text-align:center;}
.newsshow .tit h3{ font-size:1.8em; color:#333333;  line-height:24px; margin-bottom:20px;}
.newsshow .tit .dot{ background:#727171; padding:0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.newsshow .tit .dot h4{ color:#fff; font-size:1.4em; display:inline-block; padding:14px 15px;}
.newsshow .txt{ padding:20px 40px; line-height:24px; color:#666666; }
.newsshow .txt *{ font-size:14px; line-height:24px;}
.newsshow .txt p{ font-size:14px; }
.newsshow .txt img{ max-width:100%; margin:0 auto; padding:0px 0;}
.newsshow .btn{ padding:40px;}
.newsshow .btn a{ display:block; background:#fff; font-size:1.4em; color:#333333; line-height:24px; padding:12px 20px; margin-top:10px;}
.newsshow .btn a:hover{ background:#eb5405 !important; color:#fff !important;}

/*about*/
.ab1{ padding: 80px 0;}
.ab1 .tit{ display: flex; justify-content: space-between;}
.ab1 .tip{ width: 50%;}
.ab1 .tip h3{ font-size: 3.6em; font-weight: bold; color: #333; line-height: 1.2; margin-bottom: 20px;}
.ab1 .tip h3 span{ font-size: 1em; color: #eb5405; }
.ab1 .tip h4{ font-size: 1.8em; color: #333; line-height: 1.5;}
.ab1 .tip p{ font-size: 3em; color: #555; line-height: 1; font-weight: bold;}
.ab1 .tip p span{ font-size: 1em; color: #eb5405;}
.ab1 .dot{ display: flex; margin-top: 30px;}
.ab1 .dot .d{ text-align: center; padding: 0 60px; position: relative;}
.ab1 .dot .d:first-child:after{ display: none;}
.ab1 .dot .d:after{ position: absolute; top:0; left: 0;  width: 1px; height: 100%; content: ""; background: #e8e8e8; transform:scaleY(0.6);}
.ab1 .dot .d .t{ display: flex; justify-content: center; align-items: flex-end;}
.ab1 .dot .d .t h3{ font-size: 4.8em; color: #eb5405; font-family: "bahnschrift"; line-height: 1;}
.ab1 .dot .d .t p{ font-size: 1.4em; color: #333; line-height: 1; transform: translateY(-8px);}
.ab1 .dot .d>p{ font-size: 1.6em; color: #333; line-height: 1.5;}
.ab1 .txt p{ font-size: 1.4em; color: #000; line-height: 2; text-indent: 2em; margin-top: 30px;}
.ab1 .txt p span{ display: inline-block; text-align: center;text-indent:0; padding: 0 10px;}
.ab1 .txt p span img{ transform: translateY(5px); height: 20px;}

.ab2 .gallery-thumbs .swiper-slide>*,.ab2 .gallery-thumbs .swiper-slide,.ab2 .gallery-top .swiper-slide>*{transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.ab2{ background: url(../images/about/history.jpg) center center no-repeat; background-size: cover !important;}
.ab2{ display: flex;}
.ab2>.tit{ padding: 6% 20px 20px calc(50% - 800px); width: 20%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ab2>.tit h3{ font-size: 3.6em; font-weight: bold; color: #fff; }
.ab2>.tit h3 span{ font-size: 1em; color: #f56a22;}
.ab2 .history{ width: 80%; display: flex;}
.ab2 .gallery-thumbs{ width: 400px; height: 680px; border-left: 1px solid rgba(255,255,255,0.2); }
.ab2 .gallery-thumbs .swiper-slide{ cursor: pointer; opacity: 0.5; display: flex; flex-wrap: wrap; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; align-items: center; align-content: center; padding: 20px 10%; border-bottom: 1px solid rgba(255,255,255,0.5);}
.ab2 .gallery-thumbs .swiper-slide>*{  width: 100%;}
.ab2 .gallery-thumbs .swiper-slide h3{ font-size: 2.4em; color: #fff; font-weight: bold; line-height: 1.2; text-align: center;}
.ab2 .gallery-thumbs .swiper-slide-thumb-active{ opacity: 1; background: rgba(0,0,0,0.3);}
.ab2 .gallery-thumbs .swiper-slide-thumb-active h3{ color: #f46a22; font-size: 4.8em;}

.ab2 .gallery-top{ width: calc(100% - 400px); background: rgba(0,0,0,0.2);}
.ab2 .gallery-top .swiper-slide{ display: flex; flex-wrap: wrap; align-items: center; align-content:center;}
.ab2 .gallery-top .swiper-slide>*{ width: 100%; color: #fff; opacity: 0; transform: translateX(40px);}
.ab2 .gallery-top .swiper-slide-active>*{ opacity: 1; transform: translateX(0px);}
.ab2 .gallery-top .h-txt{  padding: 30px 10%;}
.ab2 .gallery-top .h-txt p{ font-size:2em;  line-height: 2;}
.ab2 .gallery-top .dai{ padding: 30px 10%; }
.ab2 .gallery-top .dai img{ height: 40px; margin: 5px 0;}

/*service*/
.service-t{ padding: 50px 0; background: #f5f5f5;}

/*contact*/
.clist a,.fc-btn:after,.fc-btn:before,.fc-btn{transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.contact-t{ padding: 40px 0; background: #f5f5f5;}
.clist{ text-align: center;}
.clist a{ font-size: 1.8em; color: #333; font-weight: bold; display: inline-block; width: 200px; padding:10px 4px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #fff; line-height: 1.5; margin: 5px 15px;}
.clist a:hover,.clist a.lock,
.c1 .c1,.c2 .c2,
.s1 .s1,.s2 .s2{ color: #fff; background: #eb5405;}

.contact-t .ctds{ display: flex; margin: 60px 0;}
.contact-t .ctds .ctd{ border-radius: 10px; padding: 50px 20px; background: #fff; width: calc(33.33% - 20px); margin: 0 10px; text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.contact-t .ctds .ctd h3{ font-size: 2.4em; font-weight: bold; color: #000; line-height: 1.5; margin-bottom: 30px;}
.contact-t .ctds .ctd p{ font-size: 1.8em; color: #333; line-height: 1.5;}
.contact-t .ctds .ctd a{ font-size: 1.8em; color: #888; display: inline-block; margin-top: 30px;}
.contact-t .ctds .ctd a:hover{ text-decoration: underline;}

.cfeedback{ padding: 30px 0;}
.cfeedback .tit h3{ font-size: 2.4em; color: #333; font-weight: bold; line-height: 1.5; margin-bottom: 20px; text-align: center;}
.cfeedback input,.cfeedback textarea{ font-size: 1.6em; outline:none; border: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  line-height:24px; color:#000; width: 100%; background: transparent;  padding: 14px 20px; position: relative; background: #fff; border-radius: 10px;}

.cfeedback .dot{ width: calc(100% + 20px); margin:40px 0 0 -10px; overflow: hidden;}
.cfeedback .d h3{ font-size: 1.6em; color: #000; line-height: 1.5; margin-bottom: 12px; padding-left: 20px;}
.cfeedback .d h3 span{ font-size: 1em; color: #eb5405; margin-right: 4px;}
.cfeedback .dot .d{ width: calc(50% - 20px); margin:0 10px 30px 10px; float:left; }
.cfeedback input::-webkit-input-placeholder,.cfeedback textarea::-webkit-input-placeholder{ color:#888; font-family: "Microsoft Yahei";}
.cfeedback input:-moz-placeholder,.cfeedback textarea::-webkit-input-placeholder{ color:#888;  font-family: "Microsoft Yahei";}
.cfeedback input::-moz-placeholder,.cfeedback textarea::-webkit-input-placeholder{ color:#888; font-family: "Microsoft Yahei";}
.cfeedback input:-ms-input-placeholder,.cfeedback textarea::-webkit-input-placeholder{ color:#888;  font-family: "Microsoft Yahei";}
.cfeedback .btn{ position: relative; text-align: center; width: fit-content; margin: 40px auto 0 auto;}

.cfeedback .btn:before{transition:ease-out 0.3s all;-moz-transition: ease-out 0.3s all; -webkit-transition:ease-out 0.3s all; -o-transition: ease-out 0.3s all;}
.cfeedback .btn .fc-btn{ width: 200px; padding: 10px 36px; font-size: 1.4em; color: #fff; display: inline-block; z-index: 2; background: transparent;}

.cfeedback .btn:after,.cfeedback .btn:before{ position: absolute; top:0px; left: 0px; content: ""; width: 100%; height: 100%;  clip-path: polygon(calc(100% + 15px) 0, calc(100%  - 10px) 100%, 0% 100%, 0% 0%);}
.cfeedback .btn:after{background: #eb5405; z-index: 0;}
.cfeedback .btn:before{ background: #ccc;  z-index: 0; }
.cfeedback .btn:hover:before{ top:3px; left: 3px;}

/*download*/
.down-dots .down-d .img img,.down-dots .down-d .img{transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.down-dots{ margin-top: 40px; display: flex; flex-wrap: wrap;}
.down-dots .down-d{  width: calc(16.66% - 20px); margin: 15px 10px; text-align: center;}
.down-dots .down-d .img{ background: #fff;  padding: 40px 20px; overflow: hidden; border-radius: 10px;}
.down-dots .down-d .img img{ max-width: 50%;}
.down-dots .down-d .t{ margin-top: 14px;}
.down-dots .down-d .t p{ font-size: 1.4em; color: #555; line-height: 24px; height: 24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.down-dots .down-d:hover .img img{ transform: scale(1.05);}
.down-dots .down-d:hover .img{ box-shadow: 2px 2px 6px rgba(0,0,0,0.2);}


/*service*/
.svsds .svsd img,.svsds .svsd .img:after{transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.svs .svsds{ margin-top: 40px; display: flex; flex-wrap: wrap;}
.svsds .svsd{ cursor: pointer; width: calc(25% - 20px); margin: 20px 10px;}
.svsds .svsd .img{ position: relative; overflow: hidden;}
.svsds .svsd img{ width: 100%;}
.svsds .svsd p{ font-weight: bold; margin-top: 16px; font-size: 1.6em; line-height: 20px; height: 20px;  text-align: center; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.svsds .svsd .img:after{ position: absolute; top:0;left: 0; width: 100%; height: 100%; content: ""; background: url(../images/video/play.png) center center no-repeat; background-size: 30%; }
.svsds .svsd:hover img{ transform: scale(1.1);}
.svsds .svsd:hover .img:after{ transform: scale(0.9);}
.svsds .svsd:hover p{ color: #eb5405;}


