@charset "utf-8";
/* CSS Document */


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 { 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:1340px; 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;} 

/*all-img*/
.xxl,icu1{ display:block;}
.xl,.l,.m,.icu2{ display:none;}

/*parts*/
div.fy *{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
div.fy {text-align:center;line-height:4rem; padding-top:20px;}
div.fy a { margin:2px 2px;padding:8px 12px; color:#666; font-size:1.4em; display:inline; background: #fff; border: 1px  solid #ddd;}
div.fy a:hover{color:#fff;  background: #333; border: 1px solid #333;}
div.fy a:active{ color:#fff;  background: #333; border: 1px solid #333;}
div.fy span.current{  margin:2px 2px;padding:8px 12px; color:#fff;  font-size:1.4em;  background: #333; border: 1px solid #333;}
div.fy span.disabled{ margin:2px 2px; padding:8px 12px; color:#666; font-size:1.4em; background: #fff; border: 1px  solid #ddd;}


/*手机导航*/
.m-header{ width:100%; background:#fff;}
#hamburger {width: 24px; height: 14px;	position:fixed;	top: 25px;	right: 25px;	z-index: 999;display: none;}
#hamburger:before, #hamburger:after, #hamburger span { background:#f08519; 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:#444;  position:fixed; z-index:999; display:none; width:100%; height:100%; top:0; left: 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);}

.overCurtain2 .s-close{ float: right; top:20px; right: 20px; position: absolute;}
.overCurtain2 {position: fixed; top: 0;    bottom: 0;    left: 0;    right: 0;width:100%;display:none; background-color:#000; opacity:0.7; z-index:999;}
.hide-center2 {position:fixed;right:0;left:0;	bottom:0;	top:20%;margin:auto;	display:none;	z-index:1000;	width: 100%;   max-width: fit-content;	}

/*header*/
.header,.header .mune a,.header .m-list>a img{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}

.header{ background: #000;  position: relative; width: 100%;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.header .logo{ float:left; }
.header .logo>a{ float:left;}
.header .logo>a>img{ max-width: 100%; padding:18px 20px 0 18px; }
.header .more{ position: relative; }
.header .more a{ color: #fff; font-size: 1.4em; line-height: 18px; display: inline-block;}

.header .mune{ float:right; }
.header .mune>*{ display: inline-block; }
.header .m-list{ float:left; }
.header .m-list>a img{ margin:0 0 3px 4px;}
.header .m-list>a{ display: inline-block; font-weight: bold; font-size:1.6em; color:#fff; padding:40px 34px; line-height:20px; position: relative;}
.header .m-list:hover>a,#m1 .m1,#m2 .m2,#m3 .m3,#m4 .m4,#m5 .m5,#m6 .m6,#m7 .m7{ background: #f08519 !important;  }
.header .m-dot{ display: none; left: 0; width: 100%; z-index: 0; position: absolute; top:calc(100%); background: rgba(255,255,255,0.9); padding: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center;}
.header .m-dot.mp a{ width: 10%; }
.header .m-dot.mp img{ max-width: 90%;}
.header .m-dot a{ text-transform: uppercase;  font-size: 1.4em; line-height: 24px; color: #585858; padding: 0 20px; text-align: center; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.header .m-dot a p{ font-size: 1em; margin-top: 6px;}
.header .m-list:hover .m-dot{ z-index: 2; display: block;}
.header .m-list:hover a>span img{ transform: rotate(180deg);}
.header .m-dot a:hover{ color: #f08519; font-weight: bold;}
.header .more:hover>a{ background: #000 !important; color: #f08519; }
.header .ms{ padding: 38px 10px;}
.header .more .m-dot{ padding: 10px; text-align: center;}
.header .more .m-dot a{ float:none; display: block; padding: 5px 0;}

.header.h-showdown{ z-index: 2; background: #000; position: fixed; left: 0; width: 100%; top:0%; }
.h-showdown2{ top:-100% !important;}

/*footer*/
.footer a{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.footer{ background: url(../images/footer-bg.jpg) center center no-repeat; background-size: cover !important; overflow:hidden; }

.footer .fo0 .warp{padding: 70px 20px 35px 20px;  overflow: hidden; border-bottom:1px solid #4d4e4e;}
.footer .fo0 .warp>*{ float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.footer .fo0 .fi{ width: 20%;}
.footer .fo0 .fi img{ max-width: 100%;}
.footer .fo0 .fm{ float:right; margin-top: 140px;}
.footer .fo0 .fm a{ margin-left: 70px; font-size: 1.6em; color: #fff; font-weight: bold; opacity: 0.7;}
.footer .fo0 .fm a:hover{ opacity: 1;}

.footer .fo1{ overflow:hidden;  padding:40px 0 50px 0; }
.footer .fo1 .txt{ float:left; overflow:hidden;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.footer .fo1 .txt h3{ font-size: 1.4em; color: #fff; opacity: 0.8; font-weight: 800; margin-bottom: 35px;}
.footer .fo1 .txt p{ font-size: 1.4em; color: #fff; opacity: 0.7; line-height: 24px;}

.footer .fo1 .two{ float:right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.footer .fo1 .two .img{ text-align: right; margin-bottom: 45px;}
.footer .fo1 .two .img a{ display: inline-block; margin-left: 10px;}

.footer .fo1 .two .t input{ float:left; font-size: 1.4em; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  line-height:24px; color:#000;  border:none;  background: #f5f5f5; padding: 10px 12px;}
.footer .fo1 .two .t input::-webkit-input-placeholder { opacity: 0.8; color:#000; font-family: "Arial","Microsoft Yahei";}
.footer .fo1 .two .t input:-moz-placeholder { opacity: 0.8; color:#000; font-family: "Arial","Microsoft Yahei";}
.footer .fo1 .two .t input::-moz-placeholder { opacity: 0.8; color:#000; font-family: "Arial","Microsoft Yahei";}
.footer .fo1 .two .t input:-ms-input-placeholder { opacity: 0.8; color:#000; font-family: "Arial","Microsoft Yahei";}
.footer .fo1 .two .t .fst{ background: #d1d1d1; width: 350px;}
.footer .fo1 .two .t .fsb{ background: #f08519; font-size: 1.4em; color: #fff; padding: 10px 15px; text-transform: uppercase; }


.footer .fo2{ overflow:hidden; padding:30px 0 40px 0; border-top:2px solid #363638;}
.footer .fo2 p{ float:left; font-size:1.4em; color:#ccc; line-height:24px; text-align: center;}
.footer .fo2 p a{ font-size: 1em; color:#ccc;}
.footer .fo2 p a:hover{ text-decoration: underline;}
.footer .fo2 p:last-child{ float:right;}

.bottomlist{ background:#000; 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 a{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.banner{ width: 100%;}
.banner .banner-slider{ width: 100%;}
.banner .swiper-slide img{ width: 100%;}
.banner .swiper-pagination-bullet{ margin:0 8px; background:#fff;width: 100px; height: 8px; border-radius: 8px;}
.banner .swiper-pagination-bullet-active{ background:#f08519; }

.move{ transform: scale(1.1); transition:linear 5s all;-moz-transition: linear 5s all; -webkit-transition:linear 5s all; -o-transition: linear 5s all;} 
/*iab*/
.iab-bg,.ipl-bg{transition:ease 2.5s all;-moz-transition: ease 2.5s all; -webkit-transition:ease 2.5s all; -o-transition: ease 2.5s all;}
.iab .txts .txt a{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.iab-bg{ height:100%; position:absolute; top:0; left: 0;  background-attachment: fixed;}
.iab{ overflow: hidden; position: relative; padding: 120px 0 180px 0;}
.iab .txts{ position: relative; z-index: 2; overflow: hidden; margin-bottom: 100px;}
.iab .txts .tit{ float:left; width: 40%;}
.iab .txts .tit h3{ font-size: 7.2em; color: #fff; font-weight: 800; font-style: italic;}
.iab .txts .tit h4{ margin: 20px 0 25px 0; line-height: 24px; font-size: 1.4em; color: #fffefe; opacity: 0.6;}
.iab .txts .tit span{ display: inline-block; width: 100px; height: 20px; background-image:linear-gradient(90deg,#e58320 0%,#e58320 40%,#a35e18 40%,#a35e18 60%,#754413 60%,#754413 80%,#4a2c0d 75%,#4a2c0d 100%); margin-bottom: 45px;}
.iab .txts .tit p{ font-size: 2.4em; color: #fffefe; line-height: 36px;}
.iab .txts .txt{ float:left; width: 60%;}
.iab .txts .txt h3{ font-size: 2.4em; font-weight: bold; color: #fff; margin-bottom: 20px;}
.iab .txts .txt p{ font-size: 1.4em; line-height: 24px; color: #fff; opacity: 0.6;}
.iab .txts .txt a{ margin-top: 20px; display: inline-block; border: 1px solid #bcbcbc; padding: 8px 16px; font-size: 1.4em; color: #fff; font-weight: bold;}
.iab .txts .txt a:hover{ background: #f08519; border: 1px solid #f08519;}
.iab .video{ position: relative; z-index: 2; max-width: 660px;}
/*ipl*/
.ipl .plt .gallery-thumbs .swiper-slide,.ipl .plt .gallery-thumbs .swiper-slide span p,.ipl .plt .gallery-thumbs .swiper-slide span{ transition:linear .4s all;-moz-transition: linear .4s all; -webkit-transition:linear .4s all; -o-transition: linear .4s all;}
.ipl{ overflow:hidden;  padding: 150px 0 200px 0; position:relative; }
.ipl-bg{ position: absolute; top:0; left: 0;  width: 100%;  height: 100%; background: url(../images/ipl-bg.jpg) center center no-repeat; background-attachment: fixed;  z-index: -1; background-size: cover !important;}

.ipl .tit h3{ font-size: 7.2em; color: #fff; line-height: 90px; font-weight: 800; margin-bottom: 30px;}
.ipl .tit h4{ font-size: 1.6em; color: #fff; font-weight: 800; opacity: 0.6;}
.ipl .plt{  margin-top: 70px;}
.ipl .plt>*{ float:left; width: 50%;}
.ipl .plt .gallery-top img{ max-width: 100%;}
.ipl .plt .gallery-thumbs{ height: 680px;  margin-top: -25%; padding-right: 5%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ipl .plt .gallery-thumbs .swiper-slide{ overflow: hidden; padding: 35px 0; border-bottom: 1px solid #4f4f4f; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ipl .plt .gallery-thumbs .swiper-slide>*{ float:left;}
.ipl .plt .gallery-thumbs .swiper-slide span{width: 80px; }
.ipl .plt .gallery-thumbs .swiper-slide span p{ line-height: 24px; font-size: 14px; color: rgba(255,255,255,0.5); }
.ipl .plt .gallery-thumbs .swiper-slide h3{ font-size: 24px; font-weight: bolder;  color: #fff; width: 200px;}
.ipl .plt .gallery-thumbs .swiper-slide h4{ width: calc(100% - 280px); font-size: 14px; color: rgba(255,255,255,0.5); }

.ipl .plt .gallery-thumbs .swiper-slide:hover,.ipl .plt .gallery-thumbs .swiper-slide-thumb-active{ background: #f08519;}
.ipl .plt .gallery-thumbs .swiper-slide:hover span p,.ipl .plt .gallery-thumbs .swiper-slide-thumb-active span p{ opacity: 0;}
.ipl .plt .gallery-thumbs .swiper-slide:hover span,.ipl .plt .gallery-thumbs .swiper-slide-thumb-active span{ background: url(../images/moto.png) center center no-repeat;}

.ipl .plt .gallery-thumbs .swiper-scrollbar{ background: #372e2f;  width: 3px; }
.ipl .plt .gallery-thumbs .swiper-scrollbar-drag{ background: #f08519; width: 9px; margin-left: -3px;}
/*ip*/
.iab2{ background: #181818; padding: 150px 0 120px 0;}
.iab2 .txts{ position: relative; overflow: hidden; padding-bottom: 40px;}
.iab2 .txts:after{ position: absolute; bottom: 0; left: 0;  content: "R&D produce sales";  color: #fff; opacity: 0.02; font-size: 18.6em; font-weight: 800; text-transform: uppercase;  max-width: 600px; }
.iab2 .txts>*{ float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.iab2 .txts .txt{ width: 40%; padding:0 5% 0 10%;}
.iab2 .txts .txt h3{font-size: 3.2em;font-weight: 800;text-transform: uppercase;color: #fff;line-height: 48px;}
.iab2 .txts .txt h4{ font-size: 1.6em; color: #fffefe; opacity: 0.6; font-weight: 800; margin-top: 30px;}
.iab2 .txts .txt span{ display: inline-block; background: #f08519; height: 2px; width: 90px; margin: 20px 0;}
.iab2 .txts .txt p{ font-size: 1.4em; color: #fffefe; opacity: 0.6; line-height: 24px;}
.iab2 .txts .img{ width: 60%;}
.iab2 .txts .img img{ max-width: 100%;}
/*itq*/
.itq .dot .txt span,.itq .dot .txt:after,.itq .dot img{ transition:linear .4s all;-moz-transition: linear .4s all; -webkit-transition:linear .4s all; -o-transition: linear .4s all;}
.itq .tit{ background: #000; padding: 110px 0 90px 0; text-align: center;}
.itq .tit h3{ margin-bottom: -114px;position: relative;z-index: 2;margin-left: 20px;width: 160px;font-size: 4.8em;color: #fff;font-weight: bold; }
.itq .tit h4{ font-size: 12em; color: #f08519; font-style: italic; font-weight: 800; text-transform: uppercase; }
.itq{ overflow: hidden;  }
.itq .dot{ float:left; width: calc(33.33%); position: relative; overflow: hidden; background: #000;}
.itq .dot img{ width: 100%;}
.itq .dot .txt{ position: absolute; z-index: 2; bottom: 0; left: 0; width: 100%; padding:10% 5%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.itq .dot .txt:after{ position: absolute;bottom: 0; left: 0; width: 100%; height: 0%; background: #cd7319; content: ""; z-index: -1;}
.itq .dot .txt span{ width: 66px; height: 3px; display: inline-block; background: rgba(255,255,255,0.3);}
.itq .dot .txt h3{ margin: 15px 0 10px 0; line-height: 42px; color: #fff; font-size: 32px; font-weight: bold;}
.itq .dot .txt h4{ font-size: 14px; color: rgba(255,255,255,0.8); font-weight: 100; margin-bottom: 20px;}
.itq .dot .txt p{ font-size: 14px; color: rgba(255,255,255,0.3); line-height: 24px;}
.itq .dot:hover .txt span{ background: #f08519;}
.itq .dot:hover .txt:after{ height: 100%; }
.itq .dot:hover img{ transform: translateY(-60px);}
/*inews*/
.inews-bg{ position: absolute; top:0; left: 0;  width: 100%;  height: 100vh; background: url(../images/inews-bg.jpg) center center no-repeat; background-attachment: fixed  !important;  z-index: -1; background-size: cover !important;}

.inews{ position: relative; overflow: hidden; padding: 140px 0 130px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.inews .news1-slider .swiper-slide *,.inews .news1-slider .swiper-slide,.inews .news1-slider .swiper-slide .txt:after{ transition:linear .4s all;-moz-transition: linear .4s all; -webkit-transition:linear .4s all; -o-transition: linear .4s all;}

.inews .left{ float:left; width: 40%; padding: 0 5% 0 10%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.inews .left h3{ font-size: 7.2em; color: #fff; font-weight: 800; font-style: italic;}
.inews .left h4{ margin: 20px 0 25px 0; line-height: 24px; font-size: 1.4em; color: #fffefe; opacity: 0.6;}
.inews .left span{ display: inline-block; width: 100px; height: 20px; background-image:linear-gradient(90deg,#e58320 0%,#e58320 40%,#a35e18 40%,#a35e18 60%,#754413 60%,#754413 80%,#4a2c0d 75%,#4a2c0d 100%);  margin-bottom: 45px;}
.inews .left p{ font-size: 2.4em; color: #fffefe; font-weight: bold; line-height: 36px;}
.inews .right{ float:right; width: 60%; padding-left: 60px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.inews .news1-slider{ padding-bottom: 100px;}
.inews .news1-slider .swiper-slide{ overflow:hidden; position:relative;}
.inews .news1-slider .swiper-slide .txt:after{ position:absolute; bottom:0; left:0%; height:6px; width:0%; content:""; background:#f08519;}
.inews .news1-slider .swiper-slide a{ display:table; width:100%;}
.inews .news1-slider .swiper-slide a>*{ display:table-cell; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; vertical-align:middle;}
.inews .news1-slider .swiper-slide .date{ background: rgba(240,133,25,0.6); width:18%; padding:8px 15px;}
.inews .news1-slider .swiper-slide .date h3{ font-style: italic;  font-size:45px; color: #fff; text-align:center; opacity:0.6; padding:25px 0 50px 0;}
.inews .news1-slider .swiper-slide .txt{  background: rgba(255,255,255,0.3);  padding:25px 24px; width:77%;  position:relative;}
.inews .news1-slider .swiper-slide .txt h3{ font-size:18px; line-height:30px; color:#fff; margin-bottom:14px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1; height:30px;}
.inews .news1-slider .swiper-slide .txt p{ width:90%; color:rgba(255,255,255,0.6); font-size:14px; line-height:24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:3; height:72px;}
.inews .news1-slider .swiper-slide .btn{ background:#f08519; text-align:center; opacity:0;}
.inews .news1-slider .swiper-slide:hover .txt{ width:75%; background: #fff;}
.inews .news1-slider .swiper-slide:hover .btn{ opacity:1;}
.inews .news1-slider .swiper-slide:hover .date{ background: rgba(240,133,25,1);}
.inews .news1-slider .swiper-slide:hover .date h3{ opacity: 1; }
.inews .news1-slider .swiper-slide:hover .txt h3{color: #f08519; font-size: 24px; font-weight: bold;}
.inews .news1-slider .swiper-slide:hover .txt p{ color: rgba(0,0,0,0.6);}
.inews .news1-slider .swiper-slide:hover .txt:after{width:100%;}
.inews .news1-slider .swiper-pagination-bullet{ width:10px; height:10px; background:#f08519; border-radius:0; opacity:1;}
.inews .news1-slider .swiper-pagination-bullet-active{ background:#fff;}
.inews .news1-slider .swiper-button-next{ right:0; background-image:url(../images/n-n.png);}
.inews .news1-slider .swiper-button-prev{ left:0; background-image:url(../images/n-p.png);}
.inews .news1-slider .swiper-button-next,.inews .news1-slider .swiper-button-prev{ background-size: auto; border:1px solid #f08519; width:58px; height:58px; background-color:#f08519;}
.inews .news1-slider .btns{  position:absolute; bottom:40px; right:45px; width:130px;}
.inews .news1-slider .swiper-button-disabled{ opacity:1; background-color:transparent;}

/*tits*/
.tits h3{ font-size: 4.8em; color: #e5e5e5 ; text-transform: uppercase;  font-weight: bold;}
.tits h4{ font-size: 3em; color: #333; font-weight: bold; margin:10px 0;}
.tits p{ font-size: 1.4em; color: #333; line-height: 24px;}

/*banners*/
.banners{ height: 600px; background-size: cover !important;}
.banners .txts{ display: table; width: 100%; height: 600px;}
.banners .txt{display: table-cell; vertical-align: middle;}
.banners .txt h3{ font-weight: 800; font-size: 7.2em; text-transform: uppercase; color: #fff; font-style: italic; margin-bottom: 12px;}
.banners .txt h3 span{ display: inline-block; font-size: 1.6em; color: #f08519; }
.banners .txt h4{  color: #fff; font-size: 2.4em; }

.about{ background: url(../images/banners/about-banner.jpg) center center no-repeat;}
.contact{ background: url(../images/banners/contact-banner.jpg) center center no-repeat;}
.recruitment{ background: url(../images/banners/recruitment-banner.jpg) center center no-repeat;}
.news{ background: url(../images/banners/news-banner.jpg) center center no-repeat;}

/*news*/
.news-t .n1 .txts .dot,.news-t .n1 .txts .dot *,.news-t .n2 .dot,.news-t .n2 .dot *{ transition:linear .4s all;-moz-transition: linear .4s all; -webkit-transition:linear .4s all; -o-transition: linear .4s all;}
.news-t{ background: #000; padding: 130px 0 60px 0;}
.news-t .n1{ overflow: hidden;}
.news-t .n1 .img{ width: 42%; float:left;}
.news-t .n1 .img img{ max-width: 100%;}
.news-t .n1 .txts{ padding-left: 40px; width: 58%; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.news-t .n1 .txts .dot a{ display: table; width: 100%; padding: 30px 0;}
.news-t .n1 .txts .dot a>*{ display: table-cell; vertical-align: middle;}
.news-t .n1 .txts .dot a .date{ width: 130px; text-align: center;}
.news-t .n1 .txts .dot a .date h3{  transform: scaleX(0.7); font-size: 5.9em; font-weight: 800; color: #fff; opacity: 0.5; display: inline-block; border-bottom: 1px solid rgba(255,255,255,0); padding-bottom: 4px; margin-bottom: 6px;}
.news-t .n1 .txts .dot a .date h4{ font-size: 2em; color: #fff; opacity: 0.5; transform: scaleX(0.8);}
.news-t .n1 .txts .dot a .t{ width: clac(100% - 200px);}
.news-t .n1 .txts .dot a .t h3{ font-size: 1.8em; color: #fff; opacity: 0.5; font-weight: bold; margin-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,0.3);  line-height: 36px; height: 36px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;}
.news-t .n1 .txts .dot a .t p{ font-size: 1.4em; color: #fff; opacity: 0.3; line-height: 24px; height: 48px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;}
.news-t .n1 .txts .dot a span{ opacity: 0; width: 80px; text-align: center;} 
.news-t .n1 .txts .dot:hover{ background: rgba(230,33,41,0.8);}
.news-t .n1 .txts .dot:hover .date h3,.news-t .n1 .txts .dot:hover .date h4,.news-t .n1 .txts .dot:hover .t h3,.news-t .n1 .txts .dot:hover a span{ opacity: 1;}
.news-t .n1 .txts .dot:hover .t p{ opacity: 0.8;}
.news-t .n1 .txts .dot:hover .date h3{ border-bottom: 1px solid #fff;}
.news-t .n1 .txts .dot:hover{ width: 120%; margin-left: -20%;}
.news-t .n2{ overflow: hidden; margin-top: 100px; width: calc(100% + 60px); margin-left: -30px;}
.news-t .n2 .dot{ float:left; width: calc(33.33% - 60px); margin: 0 30px;}
.news-t .n2 .dot .img{ overflow: hidden;}
.news-t .n2 .dot .img img{ width: 100%;}
.news-t .n2 .dot .txt{ background: rgba(255,255,255,0.9); padding: 30px 25px 0 25px;}
.news-t .n2 .dot .txt h3{ text-align: center; text-transform: uppercase; font-size: 1.6em; color: #000; line-height: 24px; font-weight: bold; margin-bottom: 12px; height: 24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1; }
.news-t .n2 .dot .txt p{ font-size: 1.4em; color: #737373; line-height: 22px; height: 66px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:3;}
.news-t .n2 .dot .txt .t{ padding: 12px 0; border-top:1px solid #b2b2b2; margin-top: 45px; overflow: hidden; }
.news-t .n2 .dot .txt .t h4{ float:left; font-size: 1.2em; color: #000; opacity: 0.5;}
.news-t .n2 .dot .txt .t h4:first-child{ opacity: 0;}
.news-t .n2 .dot .txt .t h4:last-child{ float:right; }
.news-t .n2 .dot .txt .t h4 span img{ margin: 0 3px -1px 0; -webkit-filter:grayscale(100%);	-moz-filter:grayscale(100%);	-ms-filter:grayscale(100%);	-o-filter:grayscale(100%);	filter:grayscale(100%);}
.news-t .n2 .dot:hover .img img{ transform: scale(1.1);}
.news-t .n2 .dot:hover .txt{ background: #fff;}
.news-t .n2 .dot:hover .txt h3,.news-t .n2 .dot:hover .txt h4{ color: #b81a21;}
.news-t .n2 .dot:hover .txt p{ color: #999; opacity: 1;}
.news-t .n2 .dot:hover .txt h4:first-child,.news-t .n2 .dot:hover .txt h4{ opacity: 1;}
.news-t .n2 .dot:hover .txt .t h4 span img{ -webkit-filter:grayscale(0%);	-moz-filter:grayscale(0%);	-ms-filter:grayscale(0%);	-o-filter:grayscale(0%);	filter:grayscale(0%);}
/*fy2*/
.fy2{ clear:both; margin-top:  60px; text-align: right;}
.fy2 *{ line-height: 24px; margin: 0 5px; display: inline-block; color: rgba(255,255,255,0.5); }
.fy2 a{ font-size: 2.2em;}
.fy2 p{ font-size: 1.4em;}
.fy2 span{ font-size: 1.2em; color: #fff;}
.fy2 a:hover{ color: #fff;}


/*newsshow*/
.newsshow{ background: #000; padding:80px 0 80px 0;}
.newsshow .boxs{ background:#f5f5f5; }

.newsshow .tit{ padding:40px; text-align:center;}
.newsshow .tit h3{ font-size:2em; color:#333333;  line-height:24px; margin-bottom:20px;}
.newsshow .tit .dot{ background:#666; 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:#000 !important; color:#fff !important;}

/*recruitment*/
.recruitment-t .join .left .btn .fc-btn,.recruitmentshow .txt .btn a{ transition:linear .4s all;-moz-transition: linear .4s all; -webkit-transition:linear .4s all; -o-transition: linear .4s all;}
.recruitment-t{ background: #000;}
.recruitment-t .rec-line .warp2>h3{ font-style: italic; padding-top:120px; font-size:6em; line-height:70px; font-weight:800; color:#fff; text-align:center; text-transform:uppercase;; margin-bottom:30px;}
.recruitment-t .rec-line .warp2>p{ text-align:center; font-size:2em; line-height:30px; color:#fff;}
.recruitment-t .rec-line .warp2 .tit{ padding-top:100px; color:#fff;}
.recruitment-t .rec-line .warp2 .tit h3{ font-weight:bold; font-size:3.2em; margin-bottom:10px;}
.recruitment-t .rec-line .warp2 .tit h4{ font-size:2.4em; line-height:28px;}
.recruitment-t .join{ display:table; width:100%; margin-top:60px; overflow:hidden;}
.recruitment-t .join>*{ display:table-cell; vertical-align:middle;}
.recruitment-t .join .left{ width:30%; background:url(../images/recruitment/rec.jpg) center center no-repeat; background-size:cover; padding: 6% 4% 6% 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.recruitment-t .join .right{ background:#f6f9ff; width:60%;}
.recruitment-t .join .left form{ float:right; max-width: 50%;}
.recruitment-t .join .left h3{ font-size:2.4em; font-weight:bold; margin-bottom:35px; text-transform:uppercase; color:#fff;}
.recruitment-t .join .left input{ border:none; outline:none;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.recruitment-t .join .left .fc-input{ padding:12px 10px; font-size:1.4em; line-height:24px; color:#333;border-bottom:1px solid #e1e1e1; margin:0 0px 20px 0px; width:100%; }
.recruitment-t .join .left .dot .fc-input{ color:#333; width:100%; margin:0 0px 20px 0px; }
.recruitment-t .join .left .fc-input::-webkit-input-placeholder {  color:#737373;}
.recruitment-t .join .left .fc-input:-moz-placeholder {   color:#737373;}
.recruitment-t .join .left .fc-input::-moz-placeholder {  color:#737373;}
.recruitment-t .join .left .fc-input:-ms-input-placeholder {  color:#737373;}
.recruitment-t .join .left .btn .fc-btn{ text-transform: uppercase; margin-top: 30px; padding:12px 35px; font-size:1.6em; color:#fff; line-height:24px; cursor:pointer; background:#f08519; float:right; box-shadow:0 5px 5px rgba(0,0,0,0.34); }
.recruitment-t .join .left .btn .fc-btn:hover{ background:#000;}
.recruitment-t .join .right{ background:url(../images/recruitment/rec-bg.jpg) right bottom no-repeat; background-size:cover;}
.recruitment-t .join .right .dots{ width:100%; max-width:990px; overflow:hidden;}
.recruitment-t .join .right .dots .dot h3{ font-size:1.8em; color:#000; line-height:24px; text-transform:uppercase; margin-bottom:35px;}
.recruitment-t .join .right .dots .dot .do{ overflow:hidden; margin-bottom:15px;}
.recruitment-t .join .right .dots .dot .do>*{ float:left; line-height:15px;}
.recruitment-t .join .right .dots .dot .do span{ opacity: 0.5; width:30px;}
.recruitment-t .join .right .dots .dot .do h4{ font-size:1.2em; color:#7a7a7a; padding-right:10px;}
.recruitment-t .join .right .dots .dot .do p{ font-size:1.2em; color:#7a7a7a;}
.recruitment-t .join .right .dots .dot .do:nth-child(4) p{ width:calc(100% - 180px); height: 15px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.recruitment-t .join .right .dots .dot{ float:left; width:50%; border-right:1px solid #c4c6ca; border-bottom:1px solid #c4c6ca; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding:6% 4% 4% 4%;}
.recruitment-t .join .right .dots .dot a{ font-size:1.2em; color:#7a7a7a; margin-top:15px; display:inline-block;}
.recruitment-t .join .right .dots .dot a:hover{ color:#222;}

/*recruitmentshow*/
.recruitmentshow{ background: #000; color:#fff; padding:60px 0;}
.recruitmentshow .tit h3{ font-size:2em; text-align:center; line-height:24px; margin-bottom:30px;}
.recruitmentshow .txt .t1{ overflow:hidden;}
.recruitmentshow .txt .t1 p{ width:50%; float:left; border-bottom:1px solid #fff; font-size:1.4em; line-height:24px; padding:12px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.recruitmentshow .txt .t2{ padding:30px 12px;}
.recruitmentshow .txt .t2 p{ font-size:1.4em; line-height:24px;}
.recruitmentshow .txt .t2 h3{ font-size:1.8em; font-weight:bold; margin:20px 0 10px 0; line-height:24px;}
.recruitmentshow .txt .btn a{ border:1px solid #fff; margin:12px; font-size:2em; font-weight:bold; padding:12px 20px; display:inline-block; color:#fff; }
.recruitmentshow .txt .btn a:hover{ background:#fff; color:#000;}


/*contact*/
/*map*/
.content-window-card { position: relative; box-shadow: none; bottom: 0; left: 0; width: auto; padding: 0;}
.content-window-card p { height: 2rem;}
.custom-info {border: solid 1px silver;}
div.info-top { position: relative; background: none repeat scroll 0 0 #F9F9F9; border-bottom: 1px solid #CCC; border-radius: 5px 5px 0 0;}
div.info-top div { display: inline-block; color: #333333; font-size: 14px; font-weight: bold; line-height: 31px; padding: 0 30px 0 10px;}
div.info-top img { position: absolute; top: 10px; right: 10px; transition-duration: 0.25s;}
div.info-top img:hover { box-shadow: 0px 0px 5px #000;}
div.info-middle { font-size: 12px; padding: 10px 6px; line-height: 20px;}
div.info-bottom {height: 0px; width: 100%; clear: both; text-align: center;}
div.info-bottom img { position: relative;  z-index: 104;}
#map span { margin-left: 5px; font-size: 11px;}
.info-middle img { float: left; margin-right: 6px;}
#container{ height:530px; opacity: 0.7;}
.map{ background: #000;}
.map:hover #container{ opacity: 1;}

.contact-t{ background:url(../images/contact/contact-bg.jpg) bottom center no-repeat; background-size: cover !important;  padding: 130px 0 85px 0;}
.contact-t .tit{ margin-bottom: 65px;}
.contact-t .tit h3{ font-weight: bold; font-size: 3.2em; color: #fff; margin-bottom: 6px;  }
.contact-t .tit h4{ font-size: 2em; color: #fff; line-height: 40px;}
.contact-t .dots{ display: table; width: 100%;}
.contact-t .dots .dot{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 25%; text-align: center; display: table-cell; vertical-align: middle; border-left: 1px solid #505050;}
.contact-t .dots .dot:first-child{ border-left:none; }
.contact-t .dots .dot h3{ margin-top: 6px; font-size: 1.6em; color: #6c6c6c; line-height: 24px;}
.contact-t .dots .dot span{ width: 25px; height: 3px; background: #b3b3b3; display: inline-block; margin: 8px 0 12px 0;}
.contact-t .dots .dot h4{ font-size: 1.4em; color: #9d9d9d; line-height: 20px; margin: 0 auto;}


.contact-t .form{ margin-top: 60px;}
.contact-t .form .dot{  width: calc(100% + 110px); margin: 0 0 0 -55px;}
.contact-t .form .dot .fc-input{ float:left; width: calc(50% - 110px); margin: 10px 55px;}
.contact-t .btn .fc-btn,.contact-t  input,.contact-t  textarea,#container{transition:ease .5s all; -moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.contact-t  input,.contact-t  textarea{ opacity: 0.9; font-size: 1.4em; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  line-height:24px; color:#000;  border:none;  background: #f5f5f5; padding: 10px 15px;}
.contact-t .fc-input{ width: 100%; }
.contact-t textarea{ width:100%; margin:20px 0 60px 0; font-family: "Arial","Microsoft Yahei";}
.contact-t .fc-input::-webkit-input-placeholder,.contact-t  textarea::-webkit-input-placeholder { color:#666; font-family: "Arial","Microsoft Yahei";}
.contact-t  .fc-input:-moz-placeholder,.contact-t  textarea:-moz-placeholder { color:#666; font-family: "Arial","Microsoft Yahei";}
.contact-t  .fc-input::-moz-placeholderT,.contact-t  textarea::-moz-placeholder { color:#666; font-family: "Arial","Microsoft Yahei";}
.contact-t  .fc-input:-ms-input-placeholder,.contact-t  textarea:-ms-input-placeholder { color:#666; font-family: "Arial","Microsoft Yahei";}
.contact-t  .btn{ text-align: right; }
.contact-t  .btn .fc-btn{ opacity: 1; border-radius: 13px; color: #f08519; border: 2px solid #f08519; text-transform: uppercase;  padding: 4px 10px 4px 37px;  font-size:1.6em;  line-height:24px; cursor:pointer; background:url(../images/contact/send.png) left center no-repeat;}
.contact-t  .btn .fc-btn:hover{background:url(../images/contact/send.png) left center no-repeat #f08519; color: #fff;}
.contact-t  input:hover,.contact-t  textarea:hover{ opacity: 1;}

/*models*/
.models .mods .modb .box,.models .mods .modb .box *{transition:ease .5s all; -moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.models{ background: url(../images/product/pro-bg.jpg) center center no-repeat; background-size: cover !important; padding-bottom: 200px;}
.models .tit .txts{ display: table; width: 100%; height: 460px;}
.models .tit .txt{display: table-cell; vertical-align: middle;}
.models .tit .txt h3{ font-weight: 800; font-size: 7.2em; text-transform: uppercase; color: #fff; font-style: italic; margin-bottom: 12px;}
.models .tit .txt h3 span{ display: inline-block; font-size: 1.6em; color: #f08519; }
.models .tit .txt h4{  color: #fff; font-size: 2.4em; }
.models .mods .modl{ overflow: hidden; background:#fff; padding: 60px 8%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center;}
.models .mods .modl a{ float:left; width: 10%;}
.models .mods .modl a img{ max-width: 80%;}
.models .mods .modl a p{ text-transform: uppercase; font-size: 1.4em; line-height: 24px; color: #000;}
.models .mods .modl a:hover p,.models .mods .modl a.lock p{ color: #f08519 !important; font-weight: bold;}
.models .mods .modb{ background: rgba(255,255,255,0.8);  padding: 90px 8%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; overflow: hidden; }
.models .mods .modb .box{ float:left; width: calc(33.33% - 40px); margin: 25px 20px;}
.models .mods .modb .box img{ width: 100%;}
.models .mods .modb .box .txt{ overflow: hidden; padding: 20px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.models .mods .modb .box .txt h3{ font-size: 2.4em; color: #000; font-weight: 800; float:left;  width: calc(100% - 90px); text-transform: uppercase; line-height: 28px; height: 28px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.models .mods .modb .box .txt span{ margin-top: 6px; float:right; font-size: 1.2em; color: #000; border: 1px solid #828282; border-radius: 40px; padding: 2px 10px; display: inline-block; }
.models .mods .modb .box:hover{ background: #f08519; box-shadow: 8px 8px 16px rgba(0,0,0,0.4);}
.models .mods .modb .box:hover .txt{ padding: 20px 5%;}
.models .mods .modb .box:hover .txt h3{ color: #fff;}
.models .mods .modb .box:hover .txt span{ border: 1px solid #fff; color: #fff;}
.models .mods .modb .fy2 *{ color: rgba(0,0,0,0.5);}
.models .mods .modb .fy2 span,.models .mods .modb .fy2 a:hover{ color: #000;}

/*about*/
.about-t .ab2 .dots .dot .img img{transition:ease .5s all; -moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.about-t{ background: #000;}
.about-t .ab1{ background: url(../images/about/ab-bg.jpg) center center no-repeat;}
.about-t .ab1 .tit{ text-align: center; padding: 120px 0 100px 0;}
.about-t .ab1 .tit h3{ font-size: 6em; line-height: 70px; font-weight: 800; font-style: italic;  color: #fff; text-transform: uppercase; margin-bottom: 26px;}
.about-t .ab1 .tit p{ font-size: 2em; color: #fff; line-height: 30px;}
.about-t .ab1 .txt{ overflow: hidden; padding-bottom: 110px;}
.about-t .ab1 .txt .img{ float:left; width: 60%; margin:0 40px 30px 0;}
.about-t .ab1 .txt .img img{ max-width: 100%;}
.about-t .ab1 .txt .t p{ font-size: 1.4em; line-height: 28px; color: #fff; margin-bottom: 24px; text-align: justify;}

.about-t .ab-tit h3{ font-size: 3.2em; font-weight:bold; color: #fff; text-transform: uppercase;  margin-bottom: 6px;}
.about-t .ab-tit h4{ font-size: 2.2em; line-height: 40px; color: #fff;}

.about-t .ab2{ background: #000; padding-bottom: 100px;}
.about-t .ab2 .dots{ overflow: hidden;  width: calc(100% + 60px); margin: 100px 0px 0px -30px; text-align: center;}
.about-t .ab2 .dots .dot{ position: relative; float:left; width: calc(25% - 60px); margin: 0 30px;}
.about-t .ab2 .dots .dot .img img{ width: 100%; opacity: 0.2;}
.about-t .ab2 .dots .dot .d{ position: absolute; top:40%; left: 0; width: 100%;}
.about-t .ab2 .dots .dot .d h3{ font-size: 2em; color: #fff; text-transform: uppercase;  line-height: 24px; margin-top: 10%;}
.about-t .ab2 .dots .dot.dot1{ background: #2b1f14;}
.about-t .ab2 .dots .dot.dot2{ background: #472400;}
.about-t .ab2 .dots .dot.dot3{ background: #7e4e1e;}
.about-t .ab2 .dots .dot.dot4{ background: #976432;}
.about-t .ab2 .dots .dot:hover img { opacity: 0.6;}

.about-t .ab3 .box{ margin-top: 55px; background: #1b1b1b; display: table; }
.about-t .ab3 .box>*{ display: table-cell; vertical-align: top;}
.about-t .ab3 .box img{ width: 100%;}
.about-t .ab3 .box .t .tt{ padding: 15% 20% 40px 20%;}
.about-t .ab3 .box .t .tt p{ font-size: 2em; color: #fff; font-weight: bold; line-height: 32px;}
.about-t .ab3 .box .t .tt p span{ margin: 0 15px 5px 0; background: #fff;  width: 6px; height: 6px; border-radius: 2px; display: inline-block;}

.about-t .ab4{ padding: 90px 0 150px 0;}
.about-t .ab4 .ab4-slider{ margin-top: 50px; padding-bottom: 40px;}
.about-t .ab4 .ab4-slider .swiper-slide{ overflow: hidden; border-radius: 15px;}
.about-t .ab4 .ab4-slider .swiper-slide img{ width: 100%;}
.about-t .ab4 .ab4-slider .swiper-pagination{ bottom: 0;}
.about-t .ab4 .ab4-slider .swiper-pagination-bullet{ margin:0 8px; background:#fff;width: 20px; height: 4px; border-radius: 8px;}
.about-t .ab4 .ab4-slider .swiper-pagination-bullet-active{ background:#f08519; }




