@charset "utf-8";
/* 全局 */
html {font-size: 10px;}
body,p,form,textarea,h1,h2,h3,h4,h5,dl,dd{margin:0}
input,button,ul,ol{margin:0;padding:0}
body,input,button,form,textarea{font-size:15px;line-height:28px;font-family:"Open Sans","Microsoft YaHei","Arial Black";color:#333}
h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal}
ul,ol{list-style:none}
img{border:0;display:block;margin:0;padding:0}
em,i,strong{font-style:normal}
button,input,select,textarea{font-size:100%}
table{border-collapse:collapse;border-spacing:0}
body{background:#fff;overflow-x:hidden;overflow-y:auto}
*{padding:0;margin:0}
div{margin:0;padding:0;border:0}
p{margin:0}
b,strong{font-weight:bold}
table{border-collapse:collapse;border-spacing:0}
li{list-style:none outside none}
a{text-decoration:none;color:#333;background:transparent;outline:0}
a:focus{outline:0}
a:visited{text-decoration:none}
form{margin:0}
button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}
audio, canvas, progress, video { display: inline-block; vertical-align: baseline;  *display: inline; *zoom: 1;}
::-webkit-scrollbar {width:10px;height:10px}
::-webkit-scrollbar-track {border-radius:0;background:rgba(0,0,0,0.1);}
::-webkit-scrollbar-thumb {background:rgba(0,0,0,0.2); border-radius: 5px;}
::-webkit-scrollbar-thumb:hover {background:rgba(0,0,0,0.4);background-color:#666;}
::-moz-selection {background: rgba(7, 47, 138, 0.7);color: #ffffff;}
::selection {background: rgba(173, 56, 56, 0.7);color: #ffffff;}

/* 字体加载 */
@font-face{font-family:'HELVETICANEUELTPRO-THEX';src:url('../fonts/HELVETICANEUELTPRO-THEX.OTF');font-weight:400;font-style:normal}
@font-face{font-family:'en_light';src:url('../fonts/GOTHAM-LIGHT.OTF');}
@font-face{font-family:'en_bold';src:url('../fonts/GOTHAM-BOLD.OTF');}
@font-face{font-family:'digit';src:url('../fonts/DINCond-Bold.otf');}
@font-face{font-family:'AvantGardeGothicITC';src:url('../fonts/AvantGardeGothicITC.eot?#iefix');src: url("../fonts/AvantGardeGothicITC.eot?#iefix") format("eot"), url("../fonts/AvantGardeGothicITC.ttf")}
@font-face {font-family: 'GOTHAM-BLACK'; src: url('../fonts/GOTHAM-BLACK.OTF');font-weight: normal;font-style: normal;}
@font-face{font-family:'just-web';src:url('../fonts/just-font.ttf');src: url("../fonts/just-font.woff")}

/* 网页通用 */
.bg_white {background-color: #FFF;background-repeat: no-repeat; background-size: 100%;}.f_white {color: #FFF;}
.bg_gray {background-color: #F7F7F7;background-repeat: no-repeat; background-size: 100%;}
.bg_light-blue {background-color: #f1f5f9;background-repeat: no-repeat; background-size: 100%;}
.clear{clear:both}.clear::after {content: "";clear:both;display: block;}.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;line-height:0}.clearfix{*zoom:1;}
.fl{float:left}.fr{float:right}
.hidden{display:none}
.column_container,.body-box {margin: 0 auto;}
.pt10 {padding-top: 10px;}.pt20 {padding-top: 20px;}.pt30 {padding-top: 30px;}.pt50 {padding-top: 50px;}.p10 {padding: 10px;}.p20 {padding: 20px;}.p30 {padding: 30px;}.p40 {padding: 40px;}.p50 {padding: 50px;}.p100 {padding: 100px;}.plr30{padding-left: 30px;padding-right: 30px;}.plr50 {padding-left: 50px;padding-right: 50px;}.plr100 {padding-left: 100px;padding-right: 100px;}.ptb50 {padding-top: 50px; padding-bottom: 50px;}.ptb100 {padding-top: 100px; padding-bottom: 100px;}.ptb150 {padding-top: 150px; padding-bottom: 150px;}.ptb200 {padding-top: 200px; padding-bottom: 200px;}.ptb50-100 {padding-top: 50px;padding-bottom: 100px;}.plr5 {padding-left: 5%;padding-right: 5%;}.plr10 {padding-left: 10%;padding-right: 10%;}
.mt10 {margin-top: 10px;}.mt15 {margin-top: 15px;}.mt20 {margin-top: 20px;}.mt30 {margin-top: 30px;}.mt50 {margin-top: 50px;}.mt100 {margin-top: 100px;}.margin-auto {margin-left: auto;margin-right: auto;}
.s13 {font-size: 1.3rem !important;}.s16 {font-size: 1.6rem !important;}.s18 {font-size: 1.8rem !important;}
.ov {overflow: hidden;}
.block{display: block;}.inline-block {display: inline-block;}
.text-c,.t-center {text-align: center;}.italic {font-style: italic;}
.t-justify {text-align: justify}.t-uppercase {text-transform: uppercase;}
.box_vertical {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.box-shadow {-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04); box-shadow: 0 0 20px #e0e0e0;}
.ellipsis {overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.ellipsis2,.ellipsis3,.ellipsis4 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ellipsis3 {-webkit-line-clamp: 3;}.ellipsis4 {-webkit-line-clamp: 4;}
.border1 {border: 1px solid #E5E5E5;}.border2 {border: 2px solid #eee;}
.radius-3 {border-radius: 3px;}.radius-5 {border-radius: 5px;}.radius-10{border-radius: 10px;}.radius-20{border-radius: 20px;}
.border-box {box-sizing: border-box; }
.relative {position: relative}
.font-txeh {font-family: 'HELVETICANEUELTPRO-THEX';letter-spacing: 1px;}.f-en_light {font-family:'en_light';}.f-en_bold {font-family:'en_bold';}.f-digit {font-family:'digit';}.f-gotham-black {font-family: 'GOTHAM-BLACK'}.f-ava {font-family:'AvantGardeGothicITC'}.f-just {font-family:'just-web';}
.f-jhenghei {font-family:'Microsoft JhengHei';}
.c_more a{border: rgba(255,255,255,.06) 1px solid; transition: all ease-out .3s; text-decoration: none; color: #999; border-radius: 50px; width: 150px; text-align: center; line-height: 24px; padding: 10px 0; display: block; margin: 0 auto;}
.c_more a:hover {background: #232323; border-color: #232323; color: #fff;}
.f0 {display: none}
.xk .w100 {width: 100%;}.xk .col-2 {width: 50%;}.xk .col-3 {width: 33.33%;}.xk .col-4 {width: 25%;}.xk .col-5 {width: 20%;}.xk .col-6 {width: 16.66%;}.xk .col7-3 {width: 70%;}.xk .col3-7 {width: 30%;}.xk .col6-4 {width: 60%;}.xk .col4-6 {width: 40%;}
.yd-3{transition:all .3s;}.yd-5 {transition:all .5s;}
.w-100 {width: 100%;}
.max100,.max100 img{max-width: 100%;}
.mini-1200 {min-width: 1180px; margin: 0 auto;}
.max-w1800 {max-width: 1800px;}.max-w1600 {max-width: 1600px;}
.zt-color{color: #eb5b26;}.tit-color {color: #222;}.sub-color {color: #738190;}.f-color {color: #FFF;}
.xk-hr::after {content: '';position: absolute;left: 0;bottom: 0;width: 50px;height: 2px;background: #eb5b26;}
.t-center.xk-hr::after,.text-c.xk-hr::after {right: 0; margin: 0 auto;}
.hover:hover {color: #eb5b26;}


/* 全局顶部 */
#header {width: 100%;}
#header #logo a {height: 80px;display: block;margin: 5px 0;width: 80px;background: url(../images/logo-x.png);background-repeat: no-repeat;overflow: hidden; background-size: auto 100%;background-position: center;}
#header #logo a img {max-height: 100%;width: auto;}
#header.head-top {z-index: 999;position: absolute;padding: 10px 0;transition:all .3s; background: url(../images/head_bg.png) repeat-x;}
#header.head-top.mini {position: fixed;background: rgb(255,255,255);padding: 0;/* border-bottom: 1px solid #F1F1F1; */box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);}
#header.head-top.mini #logo a {background: url(../images/logo-on.png);background-repeat: no-repeat;overflow: hidden; background-size: auto 100%;}
#header_main #nav{position:relative;height:90px;margin-right:30px}
#nav ul >li.navitem {float:left;display:block;list-style:none;font-size: 1.75rem;text-align:center;line-height:90px;position:relative;margin:0;-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s; font-weight: lighter;}
#nav ul >li.navitem a{display:block;text-align:center;color: #ccc;position: inherit;z-index: 3;transition:all .3s;}
#nav ul >li.navitem >a {padding: 0 28px;  text-shadow: 0 1px 3px #00000073;}
#nav ul >li.navitem::after {content: "";position: absolute;bottom: 15px;left: 0;right: 0;width: 0px;height: 2px;margin: 0 auto;background: #fff;transition: all .35s;z-index: 2;border-radius: 50px;opacity: 0;}
#nav ul >li.navitem.hover::after,#nav ul >li.navitem:hover::after {width: 35px;bottom: 15px;opacity: 1;}
#nav ul >li.navitem.hover >a,#nav ul >li.navitem:hover >a {color: #fff;}
#nav ul >li.navitem .subnav {position: absolute;margin-top: 20px;width: 180px;visibility: hidden;opacity: 0;transition: all .5s;-moz-transition: all .5s; -0-transition: all .4s;-webkit-transition: all .5s;left: 5px;box-shadow: 0 6px 10px rgba(0, 0, 0, .1);background: #fff;z-index: 109;    border-radius: 5px;}
#nav ul >li.navitem .subnav li {/* padding: 0 20px; */overflow: hidden;}
#nav ul >li.navitem .subnav li a:hover {background-color: #F5F5F5;}
#nav ul >li.navitem .subnav li:first-child { margin-top: 15px;}
#nav ul >li.navitem .subnav a {display: block;height: 40px;overflow: hidden;color: #333;font-size: 16px;line-height: 40px;text-align: left;text-transform: capitalize;padding: 0 25px;}
#nav ul >li.navitem .subnav a i {font-size: 12px; color: #ccc;transition:all .3s;}
#nav ul >li.navitem:hover .subnav {visibility: visible;opacity: 1;margin-top: 10px;overflow: visible;}
#nav ul >li.navitem .subnav li:last-child{border-bottom:0;margin-bottom: 15px;}
#nav ul >li.navitem .subnav::before {content: "";position: absolute;right: 0;top: -16px;left: 48px;display: block;width: 0;height: 0;border: 8px solid transparent;border-bottom: 8px solid #FFF;}
#nav ul >li.navitem .subnav li a:hover{color: #eb5b26;padding: 0 25px 0 32px;}
#nav ul >li.navitem .subnav li a:hover i {color: #eb5b26;}

#header.head-top.mini #nav ul >li.navitem >a {color: #333;text-shadow:none;}
#header.head-top.mini #nav ul >li.navitem::after {background: #eb5b26;bottom: -1px;height: 3px;}
#header.head-top.mini #nav ul >li.navitem.hover >a,#header.head-top.mini #nav ul >li.navitem:hover >a,#header.head-top.mini #nav ul >li.navitem .subnav li a:hover {color: #eb5b26;}

#header.head-top.mini #nav ul >li.navitem .subnav::before {border-bottom: none;width: 100%;height: 3px;background: #eb5b26;border: none;right: 0;top: 0;left: 0;}
#header.head-top.mini #nav ul >li.navitem .subnav {background: #ffffff;margin-top: 7px;left: 5px;}
#header.head-top.mini #nav ul >li.navitem:hover .subnav {opacity: 1; margin-top: -3px; overflow: hidden;left: 5px;}
#header.head-top.mini #nav ul >li.navitem .subnav a {color: #4f5a67;}
#header.head-top.mini #nav ul >li.navitem .subnav a i {color: #ddd;}
#header.head-top.mini #nav ul >li.navitem .subnav li a:hover {background-color: #f5f5f5;}

#nav ul >li.navitem.calss-008::after {display: none;}
#nav ul >li.navitem.calss-008 >a {line-height: 42px;margin: 24px 0 24px 20px;}
.calss-8 >a {cursor:pointer; pointer-events: none;}

#header.mini #nav ul >li.navitem.calss-008 >a {background: #EEE;}
#nav ul >li.navitem.calss-008 .subnav {width: 160px;}
#nav ul >li.navitem.calss-008 >a {background: rgba(255,255,255,.07);border-radius: 3px;padding: 0 15px;}
.calss-008 >a {font-weight: normal !important;}
.calss-008 i.gq {width: 20px;height: 20px;margin-right: 5px;background-repeat: no-repeat;display: inline-block;background-size: auto 100%;vertical-align: -3px;}
.calss-008 .gq_en {background: url(../images/icon/gq-en.png)}
.calss-008 .gq_cn {background: url(../images/icon/gq-cn.png)}

/*.calss-54 >a,.calss-13 >a {cursor:pointer; pointer-events: none;}*/
/*.calss-1 >a,.calss-8 >a,.calss-20 >a,.calss-23 >a,.calss-33 >a {cursor:pointer; pointer-events: none;}*/

/* 首页幻灯片 stat */
.body-wrap {width: 100%;position: relative;transition: all 0.5s ease 0s;z-index: 1;z-index: 89;}
.i-ban{position: relative; overflow: hidden; width: 100%; z-index: 1; height: 800px;}
.i-ban ul, .i-ban li{width: 100%; height: 100%;}
.i-ban li{background-size: cover !important; position: absolute; left: 100%; top: 0; overflow: hidden;}
.i-ban li .cent-cont{position: absolute;left: 0;top: 50%;margin-top: -160px;color: #fff;z-index: 3; right: 0;}
.i-ban li .gray-bg{display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/banner_bg.png); opacity: 0.6; filter: alpha(opacity=60);}
.i-ban li .word{color: #fff;line-height: 68px;width: 56%;}
.i-ban li .t-center .word {width: 65%;}
.i-ban li .word h3.title,.i-ban li .word p.description {font-size: 4.6rem;position: relative;opacity: 0;filter: alpha(opacity=0);top: 20px;text-shadow: 0 1px 3px rgba(0,0,0,.3);}
/*.i-ban li .word h3.title::before {content: '';position: absolute;left: 2px;bottom: -20px;width: 50px;height: 2px;background:  rgba(255,255,255,.5);}*/
.i-ban li .word p.description {font-size: 2.2rem;line-height: 35px;height: 140px; font-weight: normal; font-weight: lighter;}
.i-ban li .link {opacity: 0;}
.text-c .word h3.title::before,.t-center .word h3.title::before {margin: 0 auto; right: 2px;}
.i-ban li.active .word h3.title {top: 0;opacity: 1;filter: alpha(opacity=100);transform: rotate(0);transition: all 0.5s ease 0s;text-shadow: 0 2px 5px rgba(0,0,0,.3);}
.i-ban li.active .word p.description {top: 0;opacity: .9;filter: alpha(opacity=85);transition: all 0.3s ease .4s;}
.i-ban li.active .link{opacity: 1; filter: alpha(opacity=1); transition: all 0.5s ease 0.6s;}
.i-ban .btns{position: absolute; bottom: 76px; left: 0; z-index: 10; right: 0; margin: 0 auto; width: 100%;}
.i-ban .btns.t-center {left: 0;}
.i-ban .btns span{display: inline-block;width: 50px;height: 3px;margin-right: 10px;background-color: rgba(255,255,255,.1);position: relative;cursor: pointer;}
.i-ban .btns span i{display: block;height: 100%;position: absolute;width: 0;background-color: rgba(255,255,255,.85);}
.i-ban .btns .fl {float: none;}
.link{display: block;transition: all 0.3s ease 0s;overflow: hidden;opacity: 1;filter: alpha(opacity=0);background: #e8e8e8;width: 140px;height: 43px;}
.link a {color: #666;font-size: 1.6rem;height: 43px;line-height: 43px;display: block;text-align: center;border-left: 3px solid #eb5b26;position: absolute;z-index: 2;width: 100%;}
.link a i {/* position: absolute; *//* left: 100%; *//* width: 46px; *//* text-align: center; *//* background: #3c3c3c; *//* margin-left: 5px; */display: inline-block;opacity: 0;/* width: 0; */transition: all ease-out .5s;text-indent: 5px;}
.link::after {position: absolute;content: "";left: 0;top: 0;bottom: 0;z-index: 1;width: 3px;background: #eb5b26;transition: all 0.5s;} 
.link:hover::after {width: 100%;}
.link a:hover {color: #eee;}
.link a:hover i {/* background: #2856bf; */color: #eee;opacity: 1;width: auto;text-indent: 5px;}
.text-c .word .link a,.t-center .word .link a {/* color: #aaa; */background: rgba(255,255,255,.05);}
.h-f {height: 100%;}

.i-ban .link {background: rgba(255,255,255,0); overflow: visible;}
.i-ban .link::after {opacity: 0;display: none;}
.i-ban .link a {border: 2px solid rgba(255,255,255,.7);/* background: rgba(255,255,255,.05); */color: #eee;border-radius: 5px;line-height: 42px;}
.i-ban .link a i {/* background: rgba(0,0,0,.3); *//* top: -1px; *//* border: 1px solid rgba(255,255,255,.5); */transition: all 0.3s ease 0s;text-indent: -30px;}
.i-ban .link a:hover {border: 2px solid #FFF;color: #eb5b26;background: #FFF;box-shadow: 0 3px 5px rgba(0,0,0,.1);}
.i-ban .link a:hover i {text-indent: 5px;color: #eb5b26;}

/* more按钮 */
.i-more {border: 1px solid #ececec;height: 45px;line-height: 45px;padding: 0 40px;color: #666;font-size: 1.65rem;border-radius: 5px;overflow: hidden;}
.i-more .bgsqr1,.i-more .bgsqr2,.i-more .bgsqr3,.i-more .bgsqr4 {background: #eb5b26; position: absolute; top: 0; width: 0; height: 100%; -webkit-transition: all .4s; transition: all .4s; opacity: .35;}
.i-more .bgsqr1,.i-more .bgsqr4 {left: 0;}.i-more .bgsqr2,.i-more .bgsqr3 {right: 0;}.i-more .bgsqr3,.i-more .bgsqr4 {opacity: .75;}
.i-more:hover span,.i-more:hover p { color: #FFF;z-index: 1;}
.i-more:hover .bgsqr1,.i-more:hover .bgsqr2,.i-more:hover .bgsqr3,.i-more:hover .bgsqr4 {width: 100%;}.i-more:hover .bgsqr3,.i-more:hover .bgsqr4 {-webkit-transition-delay: .4s; transition-delay: .4s;}


/* 首页布局 */
#index_body .head {font-size: 18px; padding-bottom: 30px;line-height: 30px;}
#index_body .head h4.title {font-size: 4.2rem;line-height: 50px;letter-spacing: 0.05em;}
#index_body .head p.en-title {font-size: 7rem;line-height: 1em;color: rgba(0,0,0,.05);background: transparent;background: -moz-linear-gradient(top, rgba(242,241,235,1) 0%, rgba(255,255,255,0) 85%);background: -webkit-linear-gradient(top, rgb(236, 236, 236) 0%,rgba(255,255,255,0) 85%);-webkit-background-clip: text;-moz-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;-moz-text-fill-color: transparent;text-fill-color: transparent;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;margin-bottom: -25px;}
#index_body .head .subtitle {font-size: 1.6rem; line-height: 26px;}

/* 服务项目 */
#service .s-list {padding: 30px 0;}
#service .s-list ul li { width: 20%;padding: 1%;border-radius: 15px;}
#service .s-list ul li:hover { background: #F5F5F5;}
#service .s-list ul li .icon {width: 60px;height: 60px;line-height: 60px; margin-top: 10px;}
#service .s-list ul li .icon i {font-size: 55px;color: #666;}
#service .s-list ul li .icon i.zt-color {color: #eb5b26}
#service .s-list ul li .data {margin-left: 80px;line-height: 25px;}
#service .s-list ul li .data p.title {font-size: 2.4rem;line-height: 30px;}
#service .s-list ul li .data p.subtitle {font-size: 1.4rem;color: #ccc;}
#service .s-list ul li .data p.description {font-size: 1.5rem;color: #666;}
#service .s-list ul li:hover .icon div {margin-top: -60px;}

#service .s-list ul li:hover .data p.title { color: #eb5b26 !important;}


/* 作品案例 */
.case_column ul li {width: 150px; line-height: 46px; font-size: 16px; margin: 0 7px; display: inline-block;}
.bg_gray .case_column ul li a {background-color: #FFF;box-shadow: 0 0 2px rgba(0,0,0,.08);}
.case_column ul li a {display: block;background-color: #EFEFEF;color: #999;}
.case_column ul li a:hover {color: #FFF;background-color: #eb5b26;} 
.case_column ul li.cur a {background: #da2024; color: #FFF; border: 1px solid #da2024;}
#case .case_list ul {margin-right: -2%;}
#case .case_list li {width: 23%; margin-right: 2%; margin-bottom: 2%;box-shadow: 0 0 2px rgba(0,0,0,.05);}
#case .case_list li .pic_box {height: 0;width: 100%; padding-bottom: 63%;}
#case .case_list li .pic_box .img {position: absolute;left: 0; top: 0; width: 100%; height: 100%; z-index: 90;}
#case .case_list li .pic_box .img span {background-position: center; background-size: cover; display: block;height: 100%; width: 100%;}
#case .case_list li .pic_box .play {position: absolute;left: 20px;bottom: 20px;width: 55px;height: 40px;border-radius: 10px;border: 2px solid #fff;background: rgba(255,255,255,.1);z-index: 99;text-align: center;line-height: 40px;box-shadow: 0 0 3px rgba(0,0,0,.05);opacity: 0;}

#case .case_list li .pic_box .play i {font-size: 22px;color: #fff;}
#case .case_list li .case_info {padding: 20px 25px; line-height: 30px;}
#case .case_list li .case_info .title {font-size: 1.65rem; color: #000; line-height: 35px;}
#case .case_list li .case_info .data {font-size: 1.5rem; color: #999;}
#case .case_list li .case_info .data span {margin: 0 5px;}
#case .case_list li .case_info .data span i {margin-right: 5px;}
#case .case_list li .pic_box::after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; right: 0; z-index: 95; background: url(../images/case_bg.png) repeat-x left bottom; opacity: 0;transition: all .5s;}
#case .case_list li:hover {-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1); box-shadow: 0 15px 30px rgba(0,0,0,.1); -webkit-transform: translate3d(0,-5px,0);}
#case .case_list li:hover .case_info .title,.w-featureList .feature-item:hover .feature-text p.title {color: #eb5b26;}
#case .case_list li:hover .pic_box .play {opacity: .75;}
#case .case_list li .pic_box .play:hover { background: #eb5b26; border: 2px solid #eb5b26;opacity: 1;}
#case .case_list li .pic_box .play:hover i {font-size: 25px;}
#case .case_list li:hover .pic_box .img {transform: translateZ(0) scale(1.05); -webkit-transform: translateZ(0) scale(1.05); -ms-transform: translateZ(0) scale(1.05);}
#case .case_list li:hover .pic_box::after {opacity: .5;}
#case .case_list.style-2 li .pic_box .play,#case .case_list.style-2 li .pic_box::after {display: none;}
#case .case_list.style-2 li .pic_box::before {content: '';position: absolute; top: 0; right: 0; bottom: 0; left: 0; box-shadow: inset 0 0 180px rgba(0,0,0,.25); -webkit-box-shadow: inset 0 0 180px rgba(0,0,0,.25);  -ms-box-shadow: inset 0 0 180px rgba(0,0,0,.25); -moz-box-shadow: inset 0 0 180px rgba(0,0,0,.25); background: url(../images/icon/move_paly.png) no-repeat center center; background-size: auto 30%; transition: all 0.5s ease-in-out; opacity: 0; z-index: 100;}
#case .case_list.style-2 li:hover .pic_box::before {opacity: 1;}

/* 首页花絮 */
.w-featureList {padding: 0 60px;height: 0;padding-bottom: 43%;}
.w-featureList .swiper-slide {padding: 1%; padding-bottom: 70px;}
.w-featureList .swiper-slide:hover,.w-featureList .swiper-slide.swiper-slide-next {padding-bottom: 10px;}
.w-featureList .feature-img-box {width:100%; height: 0; padding-bottom: 65%;}
.w-featureList .feature-img-box .feature-img {position: absolute;left: 0;top: 0;width: 100%;height: 100%; background-position: center; background-size: cover;}
.w-featureList .feature-text {line-height: 30px;font-size: 1.6rem;height: 170px;padding: 25px 30px;}
.w-featureList .feature-text p.title {font-size: 2rem;/* font-weight: lighter; */}
.w-featureList .feature-text p.description {line-height: 28px;height: 84px;color: #999;font-weight: lighter;}
.w-featureList .i-more {font-size: 1.5rem;width: 95px;margin: 30px auto;opacity: 0;border: 1px solid #eb5b26;color: #eb5b26;height: 42px;line-height: 42px;}
.w-featureList .feature-item {box-shadow: 0 0px 1px rgba(0,0,0,.15);}
.w-featureList .feature-item:hover,.w-featureList .swiper-slide-next .feature-item {-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);box-shadow: 0 15px 30px rgba(0,0,0,.1);-webkit-transform: translate3d(0,-30px,0);}
.w-featureList .feature-item:hover .feature-text,.w-featureList .swiper-slide-next .feature-item .feature-text {height: 230px;}
.w-featureList .feature-item:hover .feature-text .i-more,.w-featureList .swiper-slide-next .feature-item .feature-text .i-more {opacity: 1;}
.w-featureList .button-prev,.w-featureList .button-next {width: 40px;height: 80px;background: #fff;border-radius: 5px;text-align: center;line-height: 80px;left: 5px;top: 50%;z-index: 99;margin-top: -40px;position: absolute;border: 1px solid #ffffff;box-shadow: 0 0 2px rgba(0,0,0,.07);}
.w-featureList .button-next {right: 5px; left: auto;}
.w-featureList .paging i {font-size: 2rem;}.w-featureList .paging:hover {background: #eb5b26;border: 1px solid #eb5b26;}
.w-featureList .paging:hover i {color: #FFF;}
.w-featureList .swiper-pagination-bullet-active {background: #eb5b26;}
.case-pagination {left: 0; right: 0;}
.case-pagination .swiper-pagination-bullet {margin: 0 5px;width: 10px;height: 10px;border-radius: 0;transition: all .4s;border-radius: 5px;}
.case-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {background: #eb5b26;width: 30px;}

/* 首页关于我们 */
#index_body #about .bg_about {width: 100%; position: absolute; top: 0; left: 0; bottom: 0; right: 0;background: #eb5b26;}
#index_body #about .bg_about video {position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; transform: translate(-50%,-50%); -o-object-fit: cover; object-fit: cover; z-index: 99;}
#index_body #about .bg_about::after {content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: url(../images/banner_bg.png);opacity: 0.8;filter: alpha(opacity=80);z-index: 100;}
#index_body #about .head p.en-title {background: -webkit-linear-gradient(top, rgba(255, 255, 255,.3) 0%,rgba(0, 0, 0, 0) 70%);-webkit-background-clip: text;}
#index_body #about .head .subtitle {color: #ddd;}
#index_body #about .about_box {position: inherit; z-index: 105;}

#index_body #about .data_box {width: 43%;height: 0;padding-bottom: 20%;}
#index_body #about .data {position: absolute;left: 5%;bottom: 10%;width: 100%;height: 100%;box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);}
#index_body #about .info {padding-left: 5%;width: 52%;position: absolute;right: 2%;top: 50%;transform: translate(0, -50%);}
#index_body #about .info .content {font-size: 16px;line-height: 28px;color: #EEE;}
#index_body #about .info .content p.title {font-size: 23px;letter-spacing: 0.1em;font-weight: bold;}
#index_body #about .info .content .description {max-height: 192px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden;}
#index_body #about .i-more {width: 100px; margin: 0 auto; border: none;background: rgba(255,255,255,.2); color: #eee;}
.union-data{text-align: center;}
.union-data li{display: inline-block;font-size: 50px;line-height: 20px;border-right: 1px solid rgba(153,153,153,0.15);padding-right: 10px;margin-right: 10px;width: 180px;color: #FFF;}
.union-data li:last-child{border-right: none; padding-right: 0;margin-right: 0;}
.union-data li em{font-style: normal;font-size: 15px;color: #eee;}
.union-data li span {font-size: 16px;margin-left: 5px;color: #ddd;}



.data_list ul {margin-right: -2%;}
.data_list ul li {width: 18%; margin-right: 2%;}
.data_list ul li .info {padding: 7% 0;width: auto;}
.data_list ul li .data-info {background: #f7f8fc;padding: 35px 10% 25px 15%;}
.data_list ul li .data-info::before {position: absolute;content: "";width: 100%;height: 100%;top: 10px;left: 10px;z-index: 80;background: rgba(0, 122, 255, 0.05);transition: all .5s;}
.data_list ul li .data-info p.number {height: 60px; margin-bottom: 10px;}
.data_list ul li .data-info .icon {position: absolute; right: 10px; top: 30px; width: 65px; height: 65px; line-height: 65px;}
.data_list ul li .data-info .icon i { font-size: 6rem;}
.data_list ul li .counterDX {font-size: 7rem;margin-top: 15px;line-height: 4.2rem;vertical-align: bottom;}
.data_list ul li .unit { position: relative; left: 5px; font-size: 1.6rem; vertical-align: bottom; bottom: 2px;}
.data_list ul li .title {font-size: 1.8rem;font-weight: bold;}

.data_list ul li:hover .data-info::before {top: 15px; left: 15px; background: rgba(0, 122, 255, 0.08);}
.data_list ul li:hover .icon {top: 40px;}


/* 首页新闻 */
.newsbox .news_column ul li {width: 130px;line-height: 45px;font-size: 1.65rem;margin-right: 10px;display: inline-block;}
.newsbox .news_column ul li a {display: block;background-color: #FFF;color: #111;border: 1px solid #E2E2E2;}
.newsbox .news_column ul li a:hover {color: #eb5b26; border: 1px solid #eb5b26;} 
.newsbox .news_column ul li.cur a {background: #eb5b26; color: #FFF; border: 1px solid #eb5b26;}
#news .newsbox {height: 450px;}
#news .newsbox .news-list {position: absolute;left: 0;top: 0;right: 0;}
.newsbox .news-index {width: 460px;}
.newsbox .news-index .news-img {width: 460px; height: 310px;}
.newsbox .news-index .news-img span.pic {position: absolute; left: 0; top: 0; bottom: 0; right: 0; background-position: center; background-size: cover; z-index: 9;}
.newsbox .news-index .news-img span.typename {position: absolute;left: 0;bottom: 0;background: #eb5b26;padding: 1px 15px;font-size: 1.5rem;color: #FFF;z-index: 19;opacity: 0;}
.newsbox .news-index .news-content p.title {font-size: 19px;height: 35px;line-height: 35px;/* font-weight: bold; */color: #333;}
.newsbox .news-index .news-content p.description {font-size: 15px;line-height: 25px;height: 50px;color: #666;font-weight: lighter;}
.newsbox .news-index .news-info {font-size: 14px;color: #bbb;}
.newsbox .news-index .news-info span {margin-right: 20px;}
.newsbox .news-index .news-info span i {margin-right: 5px;}
.newsbox .news-index:hover .news-img span.pic {transform: translateZ(0) scale(1.1); -webkit-transform: translateZ(0) scale(1.1); -ms-transform: translateZ(0) scale(1.1);}
.newsbox .news-index:hover .news-img span.typename {left: 10px; opacity: 1;}
.newsbox .news-index:hover .news-content p.title,#news .newsbox .n_list ul li:hover .n_content p.title  {color: #eb5b26;}
#news .newsbox .n_list {position: absolute;left: 490px;right: 0;}
#news .newsbox .n_list ul {margin-right: -1%;}
#news .newsbox .n_list ul li {height: 100px;margin-bottom: 10px;border: 1px solid #EEE;padding: 15px 10px;width: 49%;margin-right: 1%;font-weight: lighter;}
#news .newsbox .n_list ul li .data {/* height: 70px; */width: 80px;float: left;padding: 10px 0;font-size: 15px;color: #bbb;background: #F7F7F7;font-weight: normal;line-height: 25px;}
#news .newsbox .n_list ul li .data p.day {font-size: 26px;/* line-height: 35px; */}
#news .newsbox .n_list ul li .n_content {position: absolute;left: 100px;right: 20px;font-size: 1.6rem;}
#news .newsbox .n_list ul li .n_content p.title {font-size: 16px;color: #222;line-height: 25px;}
#news .newsbox .n_list ul li .n_content p.description {font-size: 14px;line-height: 20px;height: 40px;margin-top: 5px;color: #999;}
#news .newsbox .n_list ul li:hover .data {background: #eb5b26; color: #FFF;}
#news .newsbox .n_list ul li:hover {border: 1px solid #eb5b26;box-shadow: 0px 0px 15px rgba(235, 91, 38, 0.15);}



/* 合作伙伴 */
#partner .partner_list {}
#partner .partner_list ul {margin-right: -2%;}
#partner .partner_list ul li {width: 14.66%;margin-right: 2%;margin-bottom: 2%;height: 0;padding-bottom: 7.5%;background: #FFF;}
#partner .partner_list ul li .partner_box {position: absolute;left: 0;top: 0;width: 100%;height: 100%;border: 1px solid #eee;}
#partner .partner_list ul li .partner_img {width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
#partner .partner_list ul li .partner_img img {max-width: 85%;max-height: 75%;}
#partner .partner_list ul li:hover .partner_box {border: 1px solid #eb5b26;}


/* 全局底部 */
#footer.module {background: #20252b;}
#contactinfo{margin: 0 auto 0;overflow: hidden;/* width: 1300px; */max-width: 1400px;}
#contactinfo .footer_list {width: 33.33%;box-sizing: border-box;padding: 0 20px;color: #738190;}
#contactinfo .list-r {padding: 0 0 0 40px;}
#contactinfo .footer_list .footerLogo,#contactinfo .footer_list .footer_title {display: block;height: 60px;margin-bottom: 20px;position: relative;}
#contactinfo .footer_list .footerLogo {height: 80px;}
#contactinfo .footer_list .footerLogo img {height: 100%;}
#contactinfo .footer_list .footer_title {color: #EEE;font-size: 20px;line-height: 40px;font-weight: bold;}
#contactinfo .footer_list .footer_title::after {content: "";position: absolute;bottom: 5px;left: 0;height: 2px;width: 35px;background: #eb5b26;}
#contactinfo .footer_list .footer_links {overflow: hidden;}
#contactinfo .footer_list .footer_links li {float: left;width: 50%;line-height: 33px;margin-bottom: 5px;font-size: 17px;text-transform: uppercase;}
#contactinfo .footer_list .footer_links li a {color: #738190;}
#contactinfo .footer_list .footer_links li a:hover {color: #fff;}
#contactinfo .footer_list .footer_links li a i {margin-right: 7px;font-size: 13px;vertical-align: 1px;}
#contactinfo .site-info {padding: 0;}
#footer .module_container {padding: 20px; text-align: center; font-size: 15px; color: rgba(255,255,255,.2);background: rgba(255,255,255,.05)}
#footer .module_container a {color: #555;}#footer .module_container a:hover {color: #FFF;}
.site-info li{position: relative;padding: 0 0 0 25px;overflow: hidden;font-size: 16px;line-height: 30px;}
.site-info li a {color: #738190;}.site-info li + li{margin: 6px 0 0;}
.site-info .list-v i{width: 20px;height: 30px;overflow: hidden;position: absolute;text-align: center;top: 4px;left: 0;font-size: 20px;line-height: 25px;}
.site-info .list-v span {float: left;width: 50px;}.site-info .list-v p {float: left;width: 320px;}
.f-call .icon {width: 60px; height: 60px; line-height: 60px; color: #FFF;}
.f-call .icon i {font-size: 5rem;}.f-call .info {font-size: 1.6rem;/* margin-left: 10px; */line-height: 30px;/* color: #FFF; */}
.f-call .info p.number,.f-call .info p.number a {font-size: 3.2rem;color: #FFF;}
.caption {font-size: 1.75rem; letter-spacing: 0.1em; color: #333;}

/*底部产品搜索*/
.searchBox{overflow: hidden}
.searchBox input{float: left;display: block;line-height: 40px;color: #fff;transition: background 0.5s;text-indent: 15px;width: 71%;height: 40px;margin: 0px 0px 0px 0px;padding: 0px;border: 0px;background: rgba(255,255,255,0.1);outline: none;font-family: 'Microsoft JhengHei';}
.searchBox .searchSub{display: block;float: left;width: 25%;background: #eb5b26;color: #eee;border: 0;margin: 0;height: 40px;outline: none;font-family: 'Microsoft JhengHei';font-size: 15px;text-indent: 0;}
.searchBox .searchSub:hover{background: #ff6a33;}
.searchBox input:focus{background-color: #38404a;}
#smallSearch{display: none}

.social {margin-top: 50px;overflow: hidden;}
.social ul {overflow: hidden;}
.social ul li {float: left;width: 55px;height: 55px;margin-right: 15px;transition: all 0.4s ease-out;border-radius: 50%;background: rgba(255,255,255,.05);}
.social ul li a {display: block;line-height: 55px;text-align: center;color: #999;}
.social ul li:hover a {color: #eee;}
.social ul li i {font-size: 23px;}
.social ul li img {max-height: 100%;max-width: 100%;opacity: 0.5;transition: all 0.4s ease-out;}
.social ul li:hover {background: #eb5b26;}
.social ul li:hover img {opacity: 1}



@-webkit-keyframes rotation {from {-webkit-transform: rotate(0deg);}to {-webkit-transform: rotate(360deg);}}
/******** 自适应调整 ********/
@media (max-width: 1920px) {
	html {font-size: 9.5px;}
	#nav ul >li.navitem >a {padding: 0 24px;}
	#nav ul >li.navitem .subnav {left: 0;}
}
@media (max-width: 1500px) {
	#index_body .bg_core_img {width:720px;}
	#header.head-top.mini #nav ul >li.navitem .subnav {left: -5px;}
	.ptb100 {padding-top: 80px; padding-bottom: 80px;}
	#nav ul >li.navitem >a {padding: 0 15px;}
	#header #logo a {background-size: auto 85%;}
	#about .info .i-more.mt50 {margin-top: 35px;}
	#index_body .head p.en-title {font-size: 5rem;}
	#index_body .head h4.title {font-size: 3.2rem;}
	#index_body #about .info .head {padding-bottom: 15px;}
	#index_body #about .info .content .description {line-height: 30px; max-height: 180px;}
	#index_body #about .info .content .i-more,#about .clear.mt50.relative::before {display: none;}
	#index_body #about .info .head .i-more {display: block;}

}
@media (max-width: 1280px) {
	#nav ul >li.navitem >a {padding: 0 10px;}
	.ptb100 {padding-top: 60px; padding-bottom: 60px;}
}
@media (max-width: 800px) {
	
}
