@charset "utf-8";
/*!  Project : 小黑牛
    +-----------css--------------+
    |                            |
    |    Author  |  yeshiqiu     |
    |    Q__Q    |  574442979    |
    |    Addr    |  SC_Chengdu   |
    |    Date    |  2019.01.28   |
    |                            |
    +--!-_-!--------------!-_-!--+
*/
.pa100{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.bgf{background-color: #fff;}
.bgf1{background-color: #f1f1f1;}
.bgf5{background-color: #f5f5f5;}
.bge{background-color: #eee;}
@-webkit-keyframes animateStay{0, 100%{opacity: 1;}}
@keyframes animateStay{0, 100%{opacity: 1;}}
.animateStay{-webkit-animation-name: animateStay; animation-name: animateStay;}
@-webkit-keyframes fadeIns{0%{opacity: 0.3;} to{opacity: 1;}}
@keyframes fadeIns{0%{opacity: 0.3;} to{opacity: 1;}}
.fadeIns{-webkit-animation-name: fadeIns; animation-name: fadeIns;}
@-webkit-keyframes dotShake{0%{-webkit-transform: none; transform: none;} 15%{-webkit-transform: translate3d(-8%, 0, 0) rotate(-4deg); transform: translate3d(-8%, 0, 0) rotate(-4deg);} 30%{-webkit-transform: translate3d(6.6%, 0, 0) rotate(2deg); transform: translate3d(6.6%, 0, 0) rotate(2deg);} 45%{-webkit-transform: translate3d(-5.5%, 0, 0) rotate(-2deg); transform: translate3d(-5.5%, 0, 0) rotate(-2deg);} 60%{-webkit-transform: translate3d(4.5%, 0, 0) rotate(1deg); transform: translate3d(4.5%, 0, 0) rotate(1deg);} 75%{-webkit-transform: translate3d(-2%, 0, 0) rotate(-1deg); transform: translate3d(-2%, 0, 0) rotate(-1deg);} to{-webkit-transform: none; transform: none;}}
@keyframes dotShake{0%{-webkit-transform: none; transform: none;} 15%{-webkit-transform: translate3d(-8%, 0, 0) rotate(-4deg); transform: translate3d(-8%, 0, 0) rotate(-4deg);} 30%{-webkit-transform: translate3d(6.6%, 0, 0) rotate(2deg); transform: translate3d(6.6%, 0, 0) rotate(2deg);} 45%{-webkit-transform: translate3d(-5.5%, 0, 0) rotate(-2deg); transform: translate3d(-5.5%, 0, 0) rotate(-2deg);} 60%{-webkit-transform: translate3d(4.5%, 0, 0) rotate(1deg); transform: translate3d(4.5%, 0, 0) rotate(1deg);} 75%{-webkit-transform: translate3d(-2%, 0, 0) rotate(-1deg); transform: translate3d(-2%, 0, 0) rotate(-1deg);} to{-webkit-transform: none; transform: none;}}
.dotShake{-webkit-animation-name: dotShake; animation-name: dotShake;}
@-webkit-keyframes rotate180{0%{-webkit-transform: none !important; transform: none !important;} 100%{-webkit-transform: rotate(360deg); transform: rotate(360deg);}}
@keyframes rotate180{0%{-webkit-transform: none !important; transform: none !important;} 100%{-webkit-transform: rotate(360deg); transform: rotate(360deg);}}
.rotate180{-webkit-animation-name: rotate180; animation-name: rotate180; -webkit-animation-duration: 500ms; animation-duration: 500ms; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-direction: normal; animation-direction: normal; -webkit-animation-play-state: running; animation-play-state: running; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
@-webkit-keyframes AniStriking{0%, 50%, to{-webkit-transform: scale(1); transform: scale(1);} 25%, 75%{-webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03);}}
@keyframes AniStriking{0%, 50%, to{-webkit-transform: scale(1); transform: scale(1);} 25%, 75%{-webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03);}}
.AniStriking{-webkit-animation-name: AniStriking; animation-name: AniStriking;}
@-webkit-keyframes AniOpStriking{0%, 50%, to{opacity: 1; -webkit-transform: scale(1); transform: scale(1);} 25%, 75%{opacity: .7; -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1);}}
@keyframes AniOpStriking{0%, 50%, to{opacity: 1; -webkit-transform: scale(1); transform: scale(1);} 25%, 75%{opacity: .7; -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1);}}
.AniOpStriking{-webkit-animation-name: AniOpStriking; animation-name: AniOpStriking;}
/*边距 5-50*/
.mt0{margin-top: 0 !important;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt35{margin-top: 35px;}
.mt40{margin-top: 40px;}
.mt45{margin-top: 45px;}
.mt50{margin-top: 50px;}
.mb0{margin-bottom: 0 !important;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb35{margin-bottom: 35px;}
.mb40{margin-bottom: 40px;}
.mb45{margin-bottom: 45px;}
.mb50{margin-bottom: 50px;}
.ml0{margin-left: 0 !important;}
.ml5{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.ml25{margin-left: 25px;}
.ml30{margin-left: 30px;}
.ml35{margin-left: 35px;}
.ml40{margin-left: 40px;}
.ml45{margin-left: 45px;}
.ml50{margin-left: 50px;}
.mr0{margin-right: 0 !important;}
.mr5{margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mr25{margin-right: 25px;}
.mr30{margin-right: 30px;}
.mr35{margin-right: 35px;}
.mr40{margin-right: 40px;}
.mr45{margin-right: 45px;}
.mr50{margin-right: 50px;}
.mlr5{margin-left: 5px; margin-right: 5px;}
.mlr10{margin-left: 10px; margin-right: 10px;}
.mlr15{margin-left: 15px; margin-right: 15px;}
.mlr20{margin-left: 20px; margin-right: 20px;}
.pt5{padding-top: 5px;}
.pb1{padding-bottom: 1px;}
.pb5{padding-bottom: 5px;}
.pl5{padding-left: 5px;}
.pl10{padding-left: 10px;}
.pr5{padding-right: 5px;}
/*文本 10-40 50 60 100*/
.f10{font-size: 10px;}
.f12{font-size: 12px;}
.f14{font-size: 14px;}
.f16{font-size: 16px;}
.f18{font-size: 18px;}
.f20{font-size: 20px;}
.f22{font-size: 22px;}
.f24{font-size: 24px;}
.f26{font-size: 26px;}
.f28{font-size: 28px;}
.f30{font-size: 30px;}
.f32{font-size: 32px;}
.f34{font-size: 34px;}
.f36{font-size: 36px;}
.f38{font-size: 38px;}
.f40{font-size: 40px;}
.f50{font-size: 50px;}
.f60{font-size: 60px;}
.f100{font-size: 100px;}
/* baseCss */
.en{word-break: keep-all;}
.tdu{text-decoration: underline;}
.oh{position: relative; overflow: hidden;}
.ma{margin-left: auto; margin-right: auto;}
.dib{display: inline-block; vertical-align: top;}
.unsel{-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.insel{-webkit-user-select: normal ; -moz-user-select: normal ; -ms-user-select: normal ; user-select: normal ;}
.op0{opacity: 0; filter: alpha(opacity=0); *zoom: 1;}
.op1{opacity: 1; filter: alpha(opacity=100);}
.taps a,
.tapList a,
.tap{-webkit-tap-highlight-color: rgba(0, 0, 0, 0.04); cursor: pointer;}
.tapList .link{display: block; width: 100%; height: 100%; -webkit-box-sizing: border-box; box-sizing: border-box;}
.lhd5{height: .5em;}
.ts{-webkit-transition: all 220ms ease 0s; transition: all 220ms ease 0s;}
.tsn{-webkit-transition: none !important; transition: none !important;}
.emptyList{text-align: center; font-size: 16px; background-color: #f5f5f5; color: #222; font-weight: bold;}
.hidePoint{position: absolute; height: 0; visibility: hidden; top: 0; left: 0;}
.viewport{position: relative;}
.hScroll{white-space: nowrap; font-size: 0; overflow-x: auto; overflow-y: hidden;}
.hScroll .scrollBox,
.hScroll .overview{display: inline-block; vertical-align: top;}
.vScroll{font-size: 0; overflow-y: auto; overflow-x: hidden;}
.invisible{visibility: hidden; position: absolute; z-index: -1;}
.ensp{display: inline-block; vertical-align: top; width: .5em; height: 1px;}
.cnsp{display: inline-block; vertical-align: top; width: 1em; height: 1px;}
/* resetEnd */
.c1{color: #d61919;}
.bgc1{background-color: #d61919;}
.c2{color: #3b3b3b;}
.bgc2{background-color: #3b3b3b;}
.ca{color: #000000;}
.cb{color: #333333;}
.cs{color: #999999;}
html{min-width: 1025px; max-width: 1920px;}
body{color: #333333; font: 14px/1 "Microsoft YaHei", "微软雅黑", Arial, sans-serif;}
a{color: #000000;}
a.on,
a:hover{color: #d61919;}
.vmbox{font-size: 14px; line-height: 1.4333; font-family: "Microsoft YaHei", "微软雅黑";}
.info{font-size: 14px; line-height: 1.7143;}
.imax{font-size: 14px; line-height: 1.7143; -webkit-transition: all 220ms ease 0s; transition: all 220ms ease 0s;}
@media screen and (max-width: 768px){.imax{font-size: 14px; line-height: 1.4333;}}
::-moz-selection{background: #a81414; color: #fff; text-shadow: none;}
::selection{background: #a81414; color: #fff; text-shadow: none;}
.pc ::-webkit-scrollbar{position: absolute; width: 4px; height: 4px; background: rgba(0, 0, 0, 0.1);}
.pc ::-webkit-scrollbar-thumb{width: 4px; height: 4px; border-radius: 3px; background-color: rgba(0, 0, 0, 0.25);}
.pc ::-webkit-scrollbar-track{background: #ababa7;}
.pc ::-webkit-scrollbar-corner{background: transparent; height: 0; width: 0;}
.loading{background-image: url(../images/loading.gif);}
.loading-m{background-image: url(../images/loading-m.gif);}
.load-error{background-image: url(../images/error.gif);}
@font-face{font-family: "FuturaBT Book"; src: url("fonts/FuturaBT Book.woff2") format("woff2"), url("fonts/FuturaBT Book.woff") format("woff"), url("fonts/FuturaBT Book.ttf") format("truetype"), url("fonts/FuturaBT Book.eot") format("embedded-opentype"), url("fonts/FuturaBT Book.svg") format("svg"); font-weight: normal; font-style: normal;}
/* ------------------- htmls ------------------- */
.scroll-wrap.pWap:after{position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); content: " ";}
.axdwords{position: relative; overflow: hidden;}
.axdwords.t1{padding: 16px 3.125%; color: #fff; background-color: #d61919; font-size: 34px; line-height: 42px;}
.axdwords.t1 .btn{float: right; width: 204px; height: 42px; text-align: center; background-color: #fff; border-radius: 21px; color: #d61919; font-size: 16px;}
.axdwords.t1 .btn:after{border-color: #000;}
@media screen and (max-width: 1440px){.axdwords.t1{font-size: 30px;}}
.toolsPN{position: fixed; z-index: 40; left: 0; bottom: 36px; width: 100%; height: 0;}
.toolsPN .ctr{position: absolute; top: 0; width: 168px; height: 50px; line-height: 50px; overflow: hidden; border-radius: 50px; color: #ffffff; -webkit-transition: all 220ms ease 0s; transition: all 220ms ease 0s; text-align: center;}
.toolsPN .ctr i{z-index: 1; position: absolute; top: 0; width: 50px; height: 50px; text-align: center; -webkit-transition: all 220ms ease 0s; transition: all 220ms ease 0s;}
.toolsPN .ctr i:before{content: " "; z-index: -1; position: absolute; top: 0; width: 50px; height: 50px; background-color: #fff; opacity: .5; -webkit-transition: all 400ms ease 0s; transition: all 400ms ease 0s; border-radius: 50px;}
.toolsPN .ctr s{font-family: "SimSun", "宋体" !important; color: #fff; font-size: 30px; font-weight: bold;}
.toolsPN .ctr b{z-index: 0; position: absolute; top: 0; width: 134px; height: 50px; border-radius: 50px; font-size: 16px; color: #fff; background-color: #2e2e2e; text-align: center; -webkit-transition: all 250ms ease 0ms; transition: all 250ms ease 0ms; opacity: 0; filter: alpha(opacity=0); *zoom: 1; visibility: hidden; /* *visibility: visible; */}
.toolsPN .ctr s{position: absolute; left: 0; top: 0; width: 100%; height: 100%; font-family: "SimSun", "宋体" !important; pointer-events: none;}
.toolsPN .ctr:hover{color: #ffffff;}
.ysqUEO .toolsPN .ctr s{overflow: hidden; text-indent: 100%;}
.ysqUEO .toolsPN .ctr s:before,
.ysqUEO .toolsPN .ctr s:after{content: " "; position: absolute; top: 50%; left: 50%; width: 16px; height: 1px; background-color: #ffffff; -webkit-transition: all 400ms ease 0s; transition: all 400ms ease 0s;}
.ysqUEO .toolsPN .ctr:hover s:before,
.ysqUEO .toolsPN .ctr:hover s:after{background-color: #ffffff;}
.ysqUEO .toolsPN .ctr.prev s:before,
.ysqUEO .toolsPN .ctr.prev s:after{margin-left: -7px; -webkit-transform-origin: 0% 50%; transform-origin: 0% 50%;}
.ysqUEO .toolsPN .ctr.prev s:before{-webkit-transform: rotate(-36deg) translateX(-0.5px); transform: rotate(-36deg) translateX(-0.5px);}
.ysqUEO .toolsPN .ctr.prev s:after{-webkit-transform: rotate(36deg) translateX(-0.5px); transform: rotate(36deg) translateX(-0.5px);}
.ysqUEO .toolsPN .ctr.prev:hover s:before{-webkit-transform: rotate(-40deg) translateX(-0.5px); transform: rotate(-40deg) translateX(-0.5px);}
.ysqUEO .toolsPN .ctr.prev:hover s:after{-webkit-transform: rotate(40deg) translateX(-0.5px); transform: rotate(40deg) translateX(-0.5px);}
.ysqUEO .toolsPN .ctr.next s:before,
.ysqUEO .toolsPN .ctr.next s:after{margin-left: -9px; -webkit-transform-origin: 100% 50%; transform-origin: 100% 50%;}
.ysqUEO .toolsPN .ctr.next s:before{-webkit-transform: rotate(-36deg) translateX(0.5px); transform: rotate(-36deg) translateX(0.5px);}
.ysqUEO .toolsPN .ctr.next s:after{-webkit-transform: rotate(36deg) translateX(0.5px); transform: rotate(36deg) translateX(0.5px);}
.ysqUEO .toolsPN .ctr.next:hover s:before{-webkit-transform: rotate(-40deg) translateX(0.5px); transform: rotate(-40deg) translateX(0.5px);}
.ysqUEO .toolsPN .ctr.next:hover s:after{-webkit-transform: rotate(40deg) translateX(0.5px); transform: rotate(40deg) translateX(0.5px);}
.toolsPN .ctr.prev{left: 6.125%;}
.toolsPN .ctr.prev b{left: -168px; padding-left: 34px;}
.toolsPN .ctr.prev:hover b,
.toolsPN .ctr.prev i,
.toolsPN .ctr.prev i:before{left: 0;}
.toolsPN .ctr.next{right: 6.125%;}
.toolsPN .ctr.next b{right: -168px; padding-right: 34px;}
.toolsPN .ctr.next:hover b,
.toolsPN .ctr.next i,
.toolsPN .ctr.next i:before{right: 0;}
.toolsPN .ctr[href="#"]{display: none;}
.toolsPN .ctr:hover{color: #fff;}
.toolsPN .ctr:hover i:before{background-color: #d61919 !important; opacity: 1;}
.toolsPN .ctr:hover b{-webkit-transition: all 250ms ease 0ms; transition: all 250ms ease 0ms; opacity: 1; filter: alpha(opacity=100); visibility: visible;}
.toolsPN.followed .ctr{-webkit-transition: all 400ms ease 200ms; transition: all 400ms ease 200ms;}
.toolsPN.followed .ctr i:before{background-color: #ccc;}
.toolsPN.followed .ctr.prev{left: 4.125%;}
.toolsPN.followed .ctr.next{right: 4.125%;}
@media screen and (max-width: 1280px){.toolsPN .ctr b{font-size: 14px;}}
.formItem{position: relative;}
.formItem .aftPD{position: absolute; left: 100%; top: 0; color: #f00; margin-left: 8px; white-space: nowrap; font-size: 14px; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.formItem .skin::-webkit-input-placeholder{color: #999999;}
.formItem .skin:-moz-placeholder{color: #999999;}
.formItem .skin::-moz-placeholder{color: #999999;}
.formItem .skin:-ms-input-placeholder{color: #999999;}
.formItem .skin._focus{border-color: #2e9fd9 !important; /* box-shadow: 0 0 1px 2px fade(@c1,15%); */}
.formItem.red .skin{color: #f00 ; border-color: #f00 ;}
.formItem.red .skin::-webkit-input-placeholder{color: #ff0000;}
.formItem.red .skin:-moz-placeholder{color: #ff0000;}
.formItem.red .skin::-moz-placeholder{color: #ff0000;}
.formItem.red .skin:-ms-input-placeholder{color: #ff0000;}
.vd-box{position: relative; overflow: hidden;}
.vd-box .pic,
.vd-box .play{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.vd-box .play{z-index: 2; background-color: rgba(0, 0, 0, 0.75); background-image: url(../images/ico-play.png); background-size: 3.5rem 3.5rem; background-position: 50% 50%; background-repeat: no-repeat;}
.vd-box .video{display: none; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 3; background-color: #000;}
.m-link{display: none;}
@media screen and (max-width: 1024px){.m-link{display: block; z-index: 11; position: absolute; left: 0; top: 0; width: 100%; height: 100%; cursor: pointer; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);}}
/* 组件 */
.ysqUEO .scs.hbgOn img,
.ysqUEO .scst.hbgOn img,
.ysqUEO .scs:hover img,
.ysqUEO .scst:hover img{-webkit-transform: scale(1.02); transform: scale(1.02);}
.ysqUEO .scs img{-webkit-transition-duration: 800ms; transition-duration: 800ms;}
.ysqUEO .scst img{-webkit-transition-duration: 300ms; transition-duration: 300ms; -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%;}
.ysqUEO .tfy3,
.ysqUEO .tfx3,
.ysqUEO .tfy-3,
.ysqUEO .tfx-3{-webkit-transition: all 220ms ease 0s; transition: all 220ms ease 0s;}
.ysqUEO .tfy3:hover{-webkit-transform: translateY(3px); transform: translateY(3px);}
.ysqUEO .tfx3:hover{-webkit-transform: translateX(3px); transform: translateX(3px);}
.ysqUEO .tfy-3:hover{-webkit-transform: translateY(-3px); transform: translateY(-3px);}
.ysqUEO .tfx-3:hover{-webkit-transform: translateX(-3px); transform: translateX(-3px);}
.ysqUEO .stereoUp{-webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0); box-shadow: 0 0 0 0px rgba(0, 0, 0, 0); -webkit-transition: all 400ms ease 0s; transition: all 400ms ease 0s;}
.ysqUEO .stereoUp:hover{-webkit-transform: translateY(-2px); transform: translateY(-2px); -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.25); box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.25);}
.hbg .op0{visibility: hidden; /* *visibility: visible; */ -webkit-transition: all 250ms cubic-bezier(0.46, 0.03, 0.52, 1) 0s; transition: all 250ms cubic-bezier(0.46, 0.03, 0.52, 1) 0s;}
.hbg:hover .op0,
.hbg.hbgOn .op0{-webkit-transition: all 250ms cubic-bezier(0.46, 0.03, 0.52, 1) 0ms; transition: all 250ms cubic-bezier(0.46, 0.03, 0.52, 1) 0ms; opacity: 1; filter: alpha(opacity=100); visibility: visible;}
.hbg:hover .op0.htfn,
.hbg.hbgOn .op0.htfn{-webkit-transform: none !important; transform: none !important;}
.hbg .front,
.hbg:hover .behind,
.hbg.hbgOn .behind{-webkit-transition: all 250ms ease 0ms; transition: all 250ms ease 0ms; opacity: 1; filter: alpha(opacity=100); visibility: visible;}
.hbg .behind,
.hbg:hover .front,
.hbg.hbgOn .front{-webkit-transition: all 250ms ease 0ms; transition: all 250ms ease 0ms; opacity: 0; filter: alpha(opacity=0); *zoom: 1; /* *visibility: visible; */ visibility: hidden; /* *visibility: visible; */ -webkit-transition: all 220ms ease 0s; transition: all 220ms ease 0s;}
/* keyframes use */
@-webkit-keyframes fadeInDown{0%{opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0);} to{opacity: 1; -webkit-transform: none; transform: none;}}
@keyframes fadeInDown{0%{opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0);} to{opacity: 1; -webkit-transform: none; transform: none;}}
.fadeInDown{-webkit-animation-name: fadeInDown; animation-name: fadeInDown;}
@-webkit-keyframes zoomIns{0%{opacity: 0; -webkit-transform: scale3d(0.77, 0.77, 0.77); transform: scale3d(0.77, 0.77, 0.77);} 50%{opacity: 1;}}
@keyframes zoomIns{0%{opacity: 0; -webkit-transform: scale3d(0.77, 0.77, 0.77); transform: scale3d(0.77, 0.77, 0.77);} 50%{opacity: 1;}}
.zoomIns{-webkit-animation-name: zoomIns; animation-name: zoomIns;}
.AnflashOver{position: relative; overflow: hidden; -webkit-animation-duration: 333ms; animation-duration: 333ms;}
.AnflashOver:before{-webkit-animation-name: AnflashOver; animation-name: AnflashOver; -webkit-animation-duration: 333ms; animation-duration: 333ms; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-direction: normal; animation-direction: normal; -webkit-animation-play-state: running; animation-play-state: running; -webkit-animation-fill-mode: both; animation-fill-mode: both; content: ""; position: absolute; overflow: hidden; width: 80px; height: 150px; left: 0; top: 0; background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%); -webkit-transform: skewX(-25deg); transform: skewX(-25deg);}
@-webkit-keyframes AnflashOver{0%{-webkit-transform: skewX(-25deg) translateX(-149px); transform: skewX(-25deg) translateX(-149px);} to{left: 100%; -webkit-transform: skewX(-25deg) translateX(149px); transform: skewX(-25deg) translateX(149px);}}
@keyframes AnflashOver{0%{-webkit-transform: skewX(-25deg) translateX(-149px); transform: skewX(-25deg) translateX(-149px);} to{left: 100%; -webkit-transform: skewX(-25deg) translateX(149px); transform: skewX(-25deg) translateX(149px);}}
@-webkit-keyframes fadeInDowns{0%{opacity: 0.3; -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0);} to{opacity: 1; -webkit-transform: none; transform: none;}}
@keyframes fadeInDowns{0%{opacity: 0.3; -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0);} to{opacity: 1; -webkit-transform: none; transform: none;}}
.fadeInDowns{-webkit-animation-name: fadeInDowns; animation-name: fadeInDowns;}
@-webkit-keyframes fadeInUp{0%{opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0);} to{opacity: 1; -webkit-transform: none; transform: none;}}
@keyframes fadeInUp{0%{opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0);} to{opacity: 1; -webkit-transform: none; transform: none;}}
.fadeInUp{-webkit-animation-name: fadeInUp; animation-name: fadeInUp;}
@-webkit-keyframes fadeInUps{0%{opacity: 0.3; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0);} to{opacity: 1; -webkit-transform: none; transform: none;}}
@keyframes fadeInUps{0%{opacity: 0.3; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0);} to{opacity: 1; -webkit-transform: none; transform: none;}}
.fadeInUps{-webkit-animation-name: fadeInUps; animation-name: fadeInUps;}
@-webkit-keyframes fadeInRight{0%{opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0);} to{opacity: 1; -webkit-transform: none; transform: none;}}
@keyframes fadeInRight{0%{opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0);} to{opacity: 1; -webkit-transform: none; transform: none;}}
.fadeInRight{-webkit-animation-name: fadeInRight; animation-name: fadeInRight;}
.abtnSc{position: relative; overflow: hidden; z-index: 1;}
.abtnSc:after{z-index: -1; content: " "; position: absolute; border-radius: 50%; left: 50%; top: 50%; margin-left: -120px; margin-top: -120px; border-width: 120px; border-color: #fff; border-style: dashed; width: 0; height: 0; -webkit-transition: all 250ms ease 0ms; transition: all 250ms ease 0ms; opacity: 0.1; filter: alpha(opacity=10); *zoom: 1; visibility: hidden; /* *visibility: visible; */ -webkit-transform: scale(0.1); transform: scale(0.1); pointer-events: none;}
.abtnSc:hover:after{-webkit-transition: all 350ms ease-in 0ms; transition: all 350ms ease-in 0ms; opacity: 0.15; filter: alpha(opacity=15); visibility: visible; -webkit-transform: none !important; transform: none !important;}
.abtnBg{position: relative; overflow: hidden; z-index: 0;}
.abtnBg:after{content: " "; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 250ms ease 0ms; transition: all 250ms ease 0ms; pointer-events: none; border-radius: inherit; background-color: rgba(0, 0, 0, 0);}
.abtnBg:hover:after{background-color: rgba(0, 0, 0, 0.08);}
.abtnMask{position: relative; overflow: hidden; z-index: 0;}
.abtnMask:after{content: " "; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 250ms ease 0ms; transition: all 250ms ease 0ms; pointer-events: none; border-radius: inherit; background-color: rgba(0, 0, 0, 0);}
.abtnMask:hover:after{background-color: rgba(0, 0, 0, 0.08);}
.abtnMask:after{z-index: 7 !important;}
.abtnBd{position: relative; overflow: hidden; z-index: 0;}
.abtnBd:after{content: " "; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 250ms ease 0ms; transition: all 250ms ease 0ms; pointer-events: none; border: 0 solid rgba(0, 0, 0, 0.08); border-radius: inherit; opacity: 1;}
.abtnBd:hover:after{border-width: 30px; opacity: 1; filter: alpha(opacity=100);}
.abtnBT{position: relative; overflow: hidden; z-index: 0;}
.abtnBT:after{content: " "; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 250ms ease 0ms; transition: all 250ms ease 0ms; pointer-events: none; background-color: rgba(0, 0, 0, 0.08); -webkit-transform: translateY(100%); transform: translateY(100%);}
.abtnBT:hover:after{-webkit-transform: none !important; transform: none !important;}
.abtnLR{position: relative; overflow: hidden; z-index: 0;}
.abtnLR:after{content: " "; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 250ms ease 0ms; transition: all 250ms ease 0ms; pointer-events: none; background-color: rgba(0, 0, 0, 0.08); -webkit-transform: translateX(-100%); transform: translateX(-100%);}
.abtnLR:hover:after{-webkit-transform: none !important; transform: none !important;}
.fzx138,
.sAbout .subpage-banner .dt{font-size: 138px;}
@media screen and (max-width: 1440px){.fzx138, .sAbout .subpage-banner .dt{font-size: 102px;}}
@media screen and (max-width: 1280px){.fzx138, .sAbout .subpage-banner .dt{font-size: 90px;}}
.fzx92,
.sContact .subpage-banner .contain .p2{font-size: 92px;}
@media screen and (max-width: 1440px){.fzx92, .sContact .subpage-banner .contain .p2{font-size: 72px;}}
@media screen and (max-width: 1280px){.fzx92, .sContact .subpage-banner .contain .p2{font-size: 66px;}}
.fzx70,
.sAbout .subpage-banner .dd .p1,
.sBusiness-ec-stats .p1{font-size: 70px;}
@media screen and (max-width: 1440px){.fzx70, .sAbout .subpage-banner .dd .p1, .sBusiness-ec-stats .p1{font-size: 56px;}}
@media screen and (max-width: 1280px){.fzx70, .sAbout .subpage-banner .dd .p1, .sBusiness-ec-stats .p1{font-size: 48px;}}
.fzx60,
.sContact .subpage-banner .contain .p1{font-size: 60px;}
@media screen and (max-width: 1440px){.fzx60, .sContact .subpage-banner .contain .p1{font-size: 44px;}}
@media screen and (max-width: 1280px){.fzx60, .sContact .subpage-banner .contain .p1{font-size: 36px;}}
.fzx56,
.sNews .subpage-banner .contain .p2,
.sBusiness-seo-item4 .dd .col i{font-size: 56px;}
@media screen and (max-width: 1440px){.fzx56, .sNews .subpage-banner .contain .p2, .sBusiness-seo-item4 .dd .col i{font-size: 40px;}}
@media screen and (max-width: 1280px){.fzx56, .sNews .subpage-banner .contain .p2, .sBusiness-seo-item4 .dd .col i{font-size: 34px;}}
.fzx48,
.sAbout-head .dd,
.sContact-section1 .dt,
.sContact-section2 .dt,
.sContact-section3 .contain .dt,
.sCase .subpage-banner .contain .p1,
.sCase-view-section2 .head .cn,
.sCase-view-section3 .dt,
.sCase-view-section4 .link .contain,
.sBusiness-banner .description .dt,
.sBusiness-relCases .dt,
.sBusiness-messageBoard .dt,
.sBusiness-ec-item4 .dt,
.sBusiness-seo-item4 .dt,
.sBusiness-sem-item4 .dt,
.sBusiness-sem-item4 .list .col,
.sBusiness-sem-cases .dt .en,
.sBusiness-operation-service .dt,
.sBusiness-operation-axdvantage .dt{font-size: 48px;}
@media screen and (max-width: 1440px){.fzx48, .sAbout-head .dd, .sContact-section1 .dt, .sContact-section2 .dt, .sContact-section3 .contain .dt, .sCase .subpage-banner .contain .p1, .sCase-view-section2 .head .cn, .sCase-view-section3 .dt, .sCase-view-section4 .link .contain, .sBusiness-banner .description .dt, .sBusiness-relCases .dt, .sBusiness-messageBoard .dt, .sBusiness-ec-item4 .dt, .sBusiness-seo-item4 .dt, .sBusiness-sem-item4 .dt, .sBusiness-sem-item4 .list .col, .sBusiness-sem-cases .dt .en, .sBusiness-operation-service .dt, .sBusiness-operation-axdvantage .dt{font-size: 36px;}}
@media screen and (max-width: 1280px){.fzx48, .sAbout-head .dd, .sContact-section1 .dt, .sContact-section2 .dt, .sContact-section3 .contain .dt, .sCase .subpage-banner .contain .p1, .sCase-view-section2 .head .cn, .sCase-view-section3 .dt, .sCase-view-section4 .link .contain, .sBusiness-banner .description .dt, .sBusiness-relCases .dt, .sBusiness-messageBoard .dt, .sBusiness-ec-item4 .dt, .sBusiness-seo-item4 .dt, .sBusiness-sem-item4 .dt, .sBusiness-sem-item4 .list .col, .sBusiness-sem-cases .dt .en, .sBusiness-operation-service .dt, .sBusiness-operation-axdvantage .dt{font-size: 32px;}}
.fzx40,
.sBusiness-mobile-item3 .item .dt{font-size: 40px;}
@media screen and (max-width: 1440px){.fzx40, .sBusiness-mobile-item3 .item .dt{font-size: 32px;}}
@media screen and (max-width: 1280px){.fzx40, .sBusiness-mobile-item3 .item .dt{font-size: 30px;}}
.fzx36,
.sContact-section1 .dd .p1 i,
.sCase-view-section1 h1,
.sMessageBoard-section2 .line,
.sBusiness-operation-service .list .ddt,
.sBusiness-operation-axdvantage .list .ddt{font-size: 36px;}
@media screen and (max-width: 1440px){.fzx36, .sContact-section1 .dd .p1 i, .sCase-view-section1 h1, .sMessageBoard-section2 .line, .sBusiness-operation-service .list .ddt, .sBusiness-operation-axdvantage .list .ddt{font-size: 28px;}}
@media screen and (max-width: 1280px){.fzx36, .sContact-section1 .dd .p1 i, .sCase-view-section1 h1, .sMessageBoard-section2 .line, .sBusiness-operation-service .list .ddt, .sBusiness-operation-axdvantage .list .ddt{font-size: 26px;}}
.fzx32,
.sNews .subpage-banner .contain .p1,
.sCase-view-section3 .link,
.sBusiness-sem-item4 .list .col h4{font-size: 32px;}
@media screen and (max-width: 1440px){.fzx32, .sNews .subpage-banner .contain .p1, .sCase-view-section3 .link, .sBusiness-sem-item4 .list .col h4{font-size: 26px;}}
@media screen and (max-width: 1280px){.fzx32, .sNews .subpage-banner .contain .p1, .sCase-view-section3 .link, .sBusiness-sem-item4 .list .col h4{font-size: 24px;}}
.fzx28,
.sBusiness-banner .description .ds,
.sBusiness-relCases .df,
.sBusiness-seo-item4 .dd .col .ddt{font-size: 28px;}
@media screen and (max-width: 1440px){.fzx28, .sBusiness-banner .description .ds, .sBusiness-relCases .df, .sBusiness-seo-item4 .dd .col .ddt{font-size: 22px;}}
@media screen and (max-width: 1280px){.fzx28, .sBusiness-banner .description .ds, .sBusiness-relCases .df, .sBusiness-seo-item4 .dd .col .ddt{font-size: 20px;}}
.fzx24,
.sAbout .subpage-banner .dd .p2,
.sAbout-head .dt,
.sContact-section1 .dd,
.sContact-section1 .dd .p1,
.sContact-section2 .dd,
.sContact-section4 .hr-list h3,
.sCase-view-section2 .foot .ctr,
.sCase-view-section2 .foot .link,
.sMessageBoard-section2 .enter,
.sBusiness-banner .L2_Nav,
.sBusiness-relNews .col .ddt,
.sBusiness-relNews .col .btn,
.sBusiness-ec-stats .p2,
.sBusiness-mobile-item3 .item .dd,
.sBusiness-seo-item4 .ds,
.sBusiness-seo-news .item h3,
.sBusiness-sem-item4 .dd,
.sBusiness-sem-cases .dt .cn{font-size: 24px;}
@media screen and (max-width: 1440px){.fzx24, .sAbout .subpage-banner .dd .p2, .sAbout-head .dt, .sContact-section1 .dd, .sContact-section1 .dd .p1, .sContact-section2 .dd, .sContact-section4 .hr-list h3, .sCase-view-section2 .foot .ctr, .sCase-view-section2 .foot .link, .sMessageBoard-section2 .enter, .sBusiness-banner .L2_Nav, .sBusiness-relNews .col .ddt, .sBusiness-relNews .col .btn, .sBusiness-ec-stats .p2, .sBusiness-mobile-item3 .item .dd, .sBusiness-seo-item4 .ds, .sBusiness-seo-news .item h3, .sBusiness-sem-item4 .dd, .sBusiness-sem-cases .dt .cn{font-size: 20px;}}
@media screen and (max-width: 1280px){.fzx24, .sAbout .subpage-banner .dd .p2, .sAbout-head .dt, .sContact-section1 .dd, .sContact-section1 .dd .p1, .sContact-section2 .dd, .sContact-section4 .hr-list h3, .sCase-view-section2 .foot .ctr, .sCase-view-section2 .foot .link, .sMessageBoard-section2 .enter, .sBusiness-banner .L2_Nav, .sBusiness-relNews .col .ddt, .sBusiness-relNews .col .btn, .sBusiness-ec-stats .p2, .sBusiness-mobile-item3 .item .dd, .sBusiness-seo-item4 .ds, .sBusiness-seo-news .item h3, .sBusiness-sem-item4 .dd, .sBusiness-sem-cases .dt .cn{font-size: 18px;}}
.fzx20,
.sBusiness-banner .description .dd,
.sBusiness-ec-item4 .contain .list .item{font-size: 20px;}
@media screen and (max-width: 1440px){.fzx20, .sBusiness-banner .description .dd, .sBusiness-ec-item4 .contain .list .item{font-size: 18px;}}
@media screen and (max-width: 1280px){.fzx20, .sBusiness-banner .description .dd, .sBusiness-ec-item4 .contain .list .item{font-size: 16px;}}
.fzx18,
.sAbout-head .ds,
.sCase .subpage-banner .contain .p2,
.sMessageBoard-section1 .formItem .checkbox,
.sBusiness-messageBoard .ds,
.sBusiness-sem-cases .dd,
.sBusiness-operation-service .list .ddd,
.sBusiness-operation-axdvantage .list .ddd{font-size: 18px;}
@media screen and (max-width: 1440px){.fzx18, .sAbout-head .ds, .sCase .subpage-banner .contain .p2, .sMessageBoard-section1 .formItem .checkbox, .sBusiness-messageBoard .ds, .sBusiness-sem-cases .dd, .sBusiness-operation-service .list .ddd, .sBusiness-operation-axdvantage .list .ddd{font-size: 16px;}}
@media screen and (max-width: 1280px){.fzx18, .sAbout-head .ds, .sCase .subpage-banner .contain .p2, .sMessageBoard-section1 .formItem .checkbox, .sBusiness-messageBoard .ds, .sBusiness-sem-cases .dd, .sBusiness-operation-service .list .ddd, .sBusiness-operation-axdvantage .list .ddd{font-size: 14px;}}
.fzx16,
.sBusiness-ec-item4 .contain .list .item .ddd,
.sBusiness-mobile-item3 .item .df,
.sBusiness-seo-item4 .dd .col .ddd{font-size: 16px;}
@media screen and (max-width: 1440px){.fzx16, .sBusiness-ec-item4 .contain .list .item .ddd, .sBusiness-mobile-item3 .item .df, .sBusiness-seo-item4 .dd .col .ddd{font-size: 14px;}}
.container,
.w{-webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 3.125%;}
@media screen and (min-width: 1025px){.pc-hide{display: none !important;}}
@media screen and (max-width: 1024px){.m-hide{display: none !important;}}
/* 自定义响应结构 */
/* ysq _ ROW | TR */
.ysqTr,
.ysqRow{display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.ysqTr > .ceil,
.ysqRow > .col{position: relative; overflow: hidden; z-index: 1; float: left; -webkit-transition: background 250ms,color 250ms,-webkit-transform 250ms; transition: background 250ms,color 250ms,-webkit-transform 250ms; transition: transform 250ms,background 250ms,color 250ms; transition: transform 250ms,background 250ms,color 250ms,-webkit-transform 250ms; -webkit-box-sizing: border-box; box-sizing: border-box;}
.ysqTr > .ceil3{width: 33.333%;}
.ysqTr > .ceil4{width: 25%;}
.ysqRow > .col3{width: 32%; margin-left: 2%;}
.ysqRow > .col3:nth-child(3n+1){margin-left: 0;}
.ysqRow > .col3:nth-child(1n+4){margin-top: 2.5%;}
.ysqRow > .col4{width: 23.5%; margin-left: 2%;}
.ysqRow > .col4:nth-child(4n+1){margin-left: 0;}
.ysqRow > .col4:nth-child(1n+5){margin-top: 2.5%;}
@media screen and (min-width: 1441px){.ysqRow > .col5{width: 18.4%; margin-left: 2%;} .ysqRow > .col5:nth-child(5n+1){margin-left: 0;} .ysqRow > .col5:nth-child(1n+6){margin-top: 2%;}}
@media screen and (max-width: 1440px){.ysqRow > .col5{width: 23.5%; margin-left: 2%;} .ysqRow > .col5:nth-child(4n+1){margin-left: 0;} .ysqRow > .col5:nth-child(1n+5){margin-top: 2%;}}
/* 滚动加载 */
.scrollAjax #loadState{position: relative; width: 200px; height: 40px; margin: 40px auto 0; cursor: pointer; text-align: center; line-height: 40px; background-color: #d61919; color: #fff; font-size: 16px;}
.scrollAjax #loadState.off{background-color: #ddd; color: #333; cursor: default; cursor: not-allowed;}
.scrollAjax #loadState.ing:after{content: " "; -webkit-animation-name: dotMove; animation-name: dotMove; -webkit-animation-duration: 1.6s; animation-duration: 1.6s; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: steps(4); animation-timing-function: steps(4); -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: normal; animation-direction: normal; -webkit-animation-play-state: running; animation-play-state: running; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
@-webkit-keyframes dotMove{0%, 100%{content: ".";} 33%{content: "..";} 66%{content: "...";}}
@keyframes dotMove{0%, 100%{content: ".";} 33%{content: "..";} 66%{content: "...";}}
.scrollAjax #loadState.retry{overflow: hidden; background-color: #d61919; cursor: pointer;}
.scrollAjax #loadState.retry:before{content: ""; position: absolute; overflow: hidden; width: 80px; height: 150px; left: 0; top: 0; background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%); -webkit-transform: skewX(-25deg) translateX(-149px); transform: skewX(-25deg) translateX(-149px); -webkit-transition: none 220ms ease 0s; transition: none 220ms ease 0s;}
.scrollAjax #loadState.retry:hover:before{left: 100%; -webkit-transform: skewX(-25deg) translateX(149px); transform: skewX(-25deg) translateX(149px); top: 0; -webkit-transition: all 600ms ease 0s; transition: all 600ms ease 0s;}
.scrollAjax .pageList{display: none;}
/* 模态窗 */
.TAlert{display: none; position: fixed; left: 0; top: 0; z-index: 99; overflow: hidden; width: 100%; height: 100%; text-align: center; overflow-x: hidden; overflow-y: auto;}
.TAlert .contain{display: inline-block; vertical-align: middle; position: relative; overflow: hidden; z-index: 9; max-width: 80%; width: 400px; -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5); text-align: left; line-height: 1.4333; font-size: 16px; border-radius: 5px ; max-width: 90%;}
.TAlert .contain .Tclose{position: absolute; top: 2px; right: 2px; width: 30px; height: 30px; padding: 5px; color: #666; font: bold 16px/30px "黑体"; cursor: pointer; text-align: center;}
.TAlert .contain .head{padding: 10px 15px; border-bottom: #cccccc solid 1px; color: #333; background-color: #fff;}
.TAlert .contain .body{padding: 15px; font-size: 14px; background-color: #fff; color: #444;}
.TAlert .contain .foot{position: relative; width: 100%; height: 40px; border-top: #cccccc solid 1px;}
.TAlert .contain .foot .btn{overflow: hidden; z-index: 0; position: absolute; top: 0; height: 40px; line-height: 40px; width: 50%; text-align: center; font-size: 15px;}
.TAlert .contain .foot .btn:before{content: " "; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 250ms ease 0ms; transition: all 250ms ease 0ms; pointer-events: none; background-color: rgba(0, 0, 0, 0);}
.TAlert .contain .foot .btn:hover:before{background-color: rgba(0, 0, 0, 0.1);}
.TAlert .contain .foot .btn.enter{left: 0; background-color: #d61919; color: #fff;}
.TAlert .contain .foot .btn.close{right: 0; background-color: #f1f1f1; border-left: #cfcfcf solid 1px; color: #333;}
.TAlert .contain .foot .btn.w100{border-left: none;}
.ysqUEO .TAlert .contain{opacity: 0; -webkit-transition: all 330ms ease 0s; transition: all 330ms ease 0s; -webkit-transform: translateY(-100%) scale(0.2); transform: translateY(-100%) scale(0.2);}
.ysqUEO .TAlert.on .contain{opacity: 1; -webkit-transform: none !important; transform: none !important;}
.pageListBox .pageList{margin-top: 2%; padding-bottom: 3%; position: relative; overflow: hidden; height: 34px; line-height: 32px; font-size: 0; text-align: center;}
.pageListBox .pageList ul{position: relative; float: none !important;}
.pageListBox .pageList ul,
.pageListBox .pageList ul li{display: inline-block; *display: inline; *zoom: 1; vertical-align: top;}
.pageListBox .pageList ul li{margin: 0 4px; font-size: 14px;}
.pageListBox .pageList ul .ctr a,
.pageListBox .pageList ul .start a,
.pageListBox .pageList ul .end a{font-weight: bold; font-size: 14px; font-family: "SimSun", "宋体" !important;}
.pageListBox .pageList a{display: block; border: #d8dce0 solid 1px; width: 32px; height: 32px; font-family: Arial, sans-serif, "Microsoft YaHei", "微软雅黑"; border-radius: 50%; color: #999; background-color: #fff; -webkit-transition: background 200ms, color 200ms; transition: background 200ms, color 200ms; font-size: 14px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04); cursor: pointer;}
.pageListBox .pageList a:hover,
.pageListBox .pageList a.selected{color: #fff; background-color: #d61919; border-color: #d61919;}
.pageListBox .pageList a:active{border-color: #fff !important;}
@media screen and (max-width: 768px){.pageListBox .pageList{height: 28px; line-height: 28px;} .pageListBox .pageList ul li{margin-left: 4px; margin-right: 4px;} .pageListBox .pageList a{width: 28px; height: 28px; line-height: 28px;}}
.nav{height: 102px; line-height: 102px; position: fixed; left: 0; top: 0; width: 100%; z-index: 20; -webkit-transition: all 220ms ease 0s; transition: all 220ms ease 0s; background-color: #fff;}
.nav .contain{height: 100%;}
.nav .logo{float: left; position: relative; top: 50%; margin-top: -37px; height: 74px; margin-left: 3.125%;}
.nav .logo img{display: block; height: 100%;}
.nav .firNav{position: absolute; left: 400px; margin-left: 3.125%; right: 11.97916667%; top: 0; font-size: 0; white-space: nowrap; text-align: right;}
.nav .firItem{display: inline-block; vertical-align: top; position: relative;}
.nav .firItem .link1{display: block; font-size: 16px; padding-left: 25px; padding-right: 25px;}
.nav .firItem.on .link1,
.nav .firItem:hover .link1{color: #d61919;}
.nav .navbtn{display: none;}
.nav .scheme{position: absolute; right: 0; top: 0; width: 9.375%; height: 100%; min-width: 88px; text-align: center; color: #fff; background-color: #d61919; font-size: 18px;}
.fixedNav .nav{-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);}
@media screen and (max-width: 1440px){.nav{height: 88px; line-height: 88px;} .nav .firItem .link1{padding-left: 15px; padding-right: 15px;} .nav .scheme{font-size: 16px;} .nav .logo{margin-top: -30px; height: 60px;}}
/* banner */
.banner{z-index: 1; position: relative; overflow: hidden; width: 100%; height: 100vh; -webkit-transition: all 220ms ease 0s; transition: all 220ms ease 0s; font-size: 18px;}
.banner .bannerBox{top: 102px; bottom: 68px; height: auto;}
.banner .bannerBox .item{z-index: 1; position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.banner .bannerBox .item img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-transition: all 300ms ease 0s; transition: all 300ms ease 0s;}
.ysqUEO .banner .bannerBox.dir_z .item.come{width: 0; z-index: 30 !important; margin-left: 50%;}
.ysqUEO .banner .bannerBox.dir_z .item.come.on{margin-left: 0; width: 100%; -webkit-transition: width 1200ms ease 0s,margin 1200ms ease 0s; transition: width 1200ms ease 0s,margin 1200ms ease 0s;}
.ysqUEO .banner .bannerBox.dir_z .item.leave{opacity: 1 !important;}
.ysqUEO .banner .bannerBox.dir_f .item.leave{width: 0; z-index: 30 !important; margin-left: 50%; -webkit-transition: width 1200ms ease 0s,margin 1200ms ease 0s; transition: width 1200ms ease 0s,margin 1200ms ease 0s;}
.ysqUEO .banner .bannerBox.dir_f .item.come{opacity: 1 !important;}
.banner .ctr{z-index: 20; position: absolute; bottom: 68px; right: 3.125%; margin-bottom: 40px; margin-right: 40px; width: 44px; height: 184px; background-color: #d61919; -webkit-animation-name: none !important; animation-name: none !important;}
.banner .ctr .viewport{overflow: hidden; position: absolute; right: 100%; top: 0; width: 274px; height: 100%;}
.banner .ctr .viewport img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%;}
.banner .ctr .viewport .copy{left: 100%;}
.banner .ctr .btn{height: 100%; font-size: 32px; font-weight: bold; line-height: 184px; color: #ffffff; -webkit-transition: all 220ms ease 0s; transition: all 220ms ease 0s; text-align: center;}
.banner .ctr .btn s{position: absolute; left: 0; top: 0; width: 100%; height: 100%; font-family: "SimSun", "宋体" !important; pointer-events: none;}
.banner .ctr .btn:hover{color: #ffffff;}
.ysqUEO .banner .ctr .btn s{overflow: hidden; text-indent: 100%;}
.ysqUEO .banner .ctr .btn s:before,
.ysqUEO .banner .ctr .btn s:after{content: " "; position: absolute; top: 50%; left: 50%; width: 16px; height: 1px; background-color: #ffffff; -webkit-transition: all 400ms ease 0s; transition: all 400ms ease 0s;}
.ysqUEO .banner .ctr .btn:hover s:before,
.ysqUEO .banner .ctr .btn:hover s:after{background-color: #ffffff;}
.ysqUEO .banner .ctr .btn s:before,
.ysqUEO .banner .ctr .btn s:after{margin-left: -9px; -webkit-transform-origin: 100% 50%; transform-origin: 100% 50%;}
.ysqUEO .banner .ctr .btn s:before{-webkit-transform: rotate(-36deg) translateX(0.5px); transform: rotate(-36deg) translateX(0.5px);}
.ysqUEO .banner .ctr .btn s:after{-webkit-transform: rotate(36deg) translateX(0.5px); transform: rotate(36deg) translateX(0.5px);}
.ysqUEO .banner .ctr .btn:hover s:before{-webkit-transform: rotate(-40deg) translateX(0.5px); transform: rotate(-40deg) translateX(0.5px);}
.ysqUEO .banner .ctr .btn:hover s:after{-webkit-transform: rotate(40deg) translateX(0.5px); transform: rotate(40deg) translateX(0.5px);}
.banner .ctr .btn.reject{display: none;}
.banner .ctr .btn:after{border-color: #111; z-index: -1;}
.banner .ctr:hover{width: 54px;}
.banner .leftBar,
.banner .rightBar{position: absolute; width: 3.125%; background-color: #d61919; color: #fff;}
.banner .rightBar{right: 0; top: 0; bottom: 68px; z-index: 15;}
.banner .leftBar{z-index: 17; height: 184px; left: 0; bottom: 0; text-align: center;}
.banner .leftBar span{position: absolute; top: 38px; left: 50%; margin-left: -0.5em; width: 1em; line-height: 26px; padding-bottom: 52px; background-image: url(../images/arrow-bannerDown.png); background-size: auto; background-position: 50% bottom; background-repeat: no-repeat; -webkit-transition: all 400ms ease 0s; transition: all 400ms ease 0s;}
.banner .leftBar:hover span{-webkit-transform: translateY(6px); transform: translateY(6px);}
.banner:before,
.banner .bottomBar{z-index: 16; position: absolute; bottom: 0; left: 3.125%; right: 0; height: 68px; background-color: #3b3b3b; line-height: 68px; color: #fff;}
.banner .announcement{position: absolute; left: 0; right: 50%; top: 0; bottom: 0; padding: 10px 2%; background-color: #fff; -webkit-box-sizing: border-box; box-sizing: border-box;}
.banner .announcement .shade{top: 50%; margin-top: -15px; height: 30px; line-height: 30px;}
.banner .announcement .item{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #fff;}
.banner .status{position: absolute; right: 0; padding-right: 3.125%; left: 50%; bottom: 0; top: 0; color: #fff; padding-left: 15px; -webkit-box-sizing: border-box; box-sizing: border-box;}
.banner .status i{font-size: 14px; color: #fff;}
.banner .status .process{position: relative; display: inline-block; vertical-align: middle; margin-left: 16px; margin-right: 16px; width: 92px; height: 1px; background-color: #626262;}
.banner .status .process s{position: absolute; bottom: 0; left: 0; height: 2px; background-color: #fff;}
.banner .status .btn{position: relative; float: right; font-size: 16px; padding-right: 42px; color: #fff;}
.banner .status .btn:after{content: " "; position: absolute; right: 5px; top: 50%; margin-top: -4px; overflow: hidden; width: 0; height: 0; border-width: 8px 6px; border-color: #ffffff transparent transparent transparent; border-style: solid dashed dashed dashed; font-size: 0; -webkit-transition: all 220ms ease 0s; transition: all 220ms ease 0s;}
.banner .status .btn:hover:after{-webkit-transform: translate(-3px, 1px); transform: translate(-3px, 1px);}
.banner.AniStart:before{content: " "; z-index: 15; left: 0;}
.banner.AniStart .next,
.banner.AniStart .rightBar,
.banner.AniStart .leftBar,
.banner.AniStart .bottomBar{-webkit-transition: all 0ms ease 0ms; transition: all 0ms ease 0ms; opacity: 0; filter: alpha(opacity=0); *zoom: 1; visibility: hidden; /* *visibility: visible; */ -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-direction: normal; animation-direction: normal; -webkit-animation-play-state: running; animation-play-state: running; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.banner.AniDid .next,
.banner.AniDid .rightBar,
.banner.AniDid .leftBar,
.banner.AniDid .bottomBar{-webkit-transition: all 250ms ease 0ms; transition: all 250ms ease 0ms; opacity: 1; filter: alpha(opacity=100); visibility: visible;}
.banner.AniDid .rightBar{-webkit-animation-name: fadeInUp; animation-name: fadeInUp; -webkit-animation-duration: 600ms; animation-duration: 600ms; -webkit-animation-delay: 0ms; animation-delay: 0ms;}
.banner.AniDid .bottomBar{-webkit-animation-name: fadeInRight; animation-name: fadeInRight; -webkit-animation-duration: 600ms; animation-duration: 600ms; -webkit-animation-delay: 550ms; animation-delay: 550ms;}
.banner.AniDid .leftBar{-webkit-animation-name: fadeInDown; animation-name: fadeInDown; -webkit-animation-duration: 600ms; animation-duration: 600ms; -webkit-animation-delay: 1050ms; animation-delay: 1050ms;}
@media screen and (max-width: 1440px){.banner{font-size: 16px;} .banner .bannerBox{top: 88px;} .banner .ctr, .banner .box, .banner .rightBar{bottom: 56px;} .banner:before, .banner .bottomBar{height: 56px; line-height: 56px;}}
/* floatRight */
.floatRight{position: fixed; z-index: 31; right: 5px; top: 50%; -webkit-transition: all 220ms ease 0s; transition: all 220ms ease 0s;}
.floatRight .item{display: block; position: relative; min-width: 38px; height: 38px; line-height: 38px; margin-bottom: 1px;}
.floatRight .item .stay{position: absolute; right: 0; top: 0; z-index: 2; width: 38px; height: 38px; line-height: 38px; background-color: #d61919;}
.floatRight .item .come{position: absolute; right: 38px; top: 0; min-width: 65px; text-align: right; color: #fff; -webkit-transform: translateX(3px); transform: translateX(3px);}
.floatRight .item .qrcode{width: 80px; height: 80px; padding: 5px ; background-color: #d61919;}
.floatRight .item:hover .stay{opacity: 1;}
.floatRight .item:hover .come{-webkit-transform: none !important; transform: none !important;}
/* index */
.index-business{padding: 3.125%;}
.index-business .head{position: relative; padding: 38px 44px;}
.index-business .head:before,
.index-business .head:after{content: " "; position: absolute; width: 24px; height: 20px; background-size: 100% 100%; background-position: 50% 50%; background-repeat: no-repeat;}
.index-business .head:before{background-image: url(../images/icoi-quoteL.png); left: 0; top: 0;}
.index-business .head:after{background-image: url(../images/icoi-quoteR.png); right: 0; bottom: 35%;}
.index-business .head .dt{font-size: 32px; margin-bottom: .5em; color: #000; font-weight: bold; line-height: 40px;}
.index-business .head .dd{font-size: 16px; line-height: 1.75;}
.index-business .head .btn{z-index: 1; position: absolute; right: 46px; bottom: 35%; padding-left: 72px; padding-right: 48px; width: 92px; height: 38px; line-height: 38px;}
.index-business .head .btn:before{content: " "; z-index: -1; position: absolute; left: 0; right: 20px; top: 50%; margin-top: -1px; height: 2px; background-color: #d61919;}
.index-business .head .btn:after{content: " "; position: absolute; right: 3px; top: 0; width: 38px; height: 38px; background-image: url(../images/btni-more1.png); background-size: 38px 38px; background-position: right 50%; background-repeat: no-repeat; -webkit-transition: all 1500ms ease 0s; transition: all 1500ms ease 0s;}
.index-business .head .btn span{position: absolute; left: 72px; top: 0; padding-left: 18px; padding-right: 18px; background-color: #fff; -webkit-transition: all 400ms ease 50ms; transition: all 400ms ease 50ms;}
.index-business .head .btn:hover span{left: 56px; padding-right: 22px;}
.index-business .head .btn:hover:after{-webkit-transform: rotate(720deg); transform: rotate(720deg);}
@media screen and (max-width: 1280px){.index-business .head .dt{font-size: 28px;} .index-business .head .dd{font-size: 14px;} .index-business .head .btn{padding-left: 66px;} .index-business .head .btn span{left: 66px;}}
.index-business .body{position: relative; overflow: hidden; width: 100%;}
.index-business .body.x{padding-bottom: 15px;}
.index-business .body.x .scrollbar{width: 100%; bottom: 0; background-color: #f1f1f1;}
.index-business .body.x .scrollbar,
.index-business .body.x .scrollbar .thumb,
.index-business .body.x .scrollbar .track{height: 5px;}
.index-business .body.x .scrollbar .thumb{width: 0; left: 0; background-color: #cccccc;}
.index-business .body.x .overview{display: inline-block;}
.index-business .body .scrollbar{display: none; position: absolute; z-index: 3; right: 0;}
.index-business .body .scrollbar .track{position: relative;}
.index-business .body .scrollbar .thumb{position: absolute; top: 0; cursor: pointer; border-radius: 2.5px; -webkit-transition: all 80ms ease 0s; transition: all 80ms ease 0s;}
.index-business .body .scrollbar .thumb .end{height: 5px; width: 5px;}
.index-business .body .viewport{position: relative; overflow: hidden; width: 100%; height: 100%;}
.index-business .body .disable{display: none;}
.index-business .body .overview{position: relative; -webkit-transition: all 150ms ease-in 0s; transition: all 150ms ease-in 0s; white-space: nowrap; font-size: 0; text-align: left; min-width: 100%;}
.index-business .body .link{position: relative; overflow: hidden; z-index: 1; display: inline-block; vertical-align: top; font-size: 14px; width: 240px; height: 420px; padding: 30px 20px; background-color: #fff; -webkit-transition: all 400ms ease 0s; transition: all 400ms ease 0s; white-space: normal; margin-left: 12px; text-align: left;}
.index-business .body .link:first-child{margin-left: 0;}
.index-business .body .link .ico{display: block; width: 80px; height: 80px; background-size: auto; background-position: right 0; background-repeat: no-repeat;}
.index-business .body .link .dt{margin-top: 20px; color: #000; font-size: 24px; line-height: 40px; font-weight: bold;}
.index-business .body .link .dd{margin-top: 30px; color: #666; font-size: 14px; line-height: 28px;}
.index-business .body .link .arrow{position: absolute; left: 20px; bottom: 50px; width: 50px; height: 10px; background-image: url(../images/btni-business.png); background-size: auto; background-position: right 0; background-repeat: no-repeat; -webkit-transition: all 400ms ease 0s; transition: all 400ms ease 0s;}
.index-business .body .link .dt,
.index-business .body .link .dd{-webkit-transition: all 220ms ease 0s; transition: all 220ms ease 0s;}
.index-business .body .link .bg{pointer-events: none;}
.index-business .body .link:hover .dt,
.index-business .body .link:hover .dd{color: #fff;}
.index-business .body .link:hover .arrow,
.index-business .body .link:hover .ico{background-position: left 0;}
@media screen and (max-width: 1440px){.index-business .body .link{height: 380px;} .index-business .body .link .dt{font-size: 22px; line-height: 34px;} .index-business .body .link .dd{margin-top: 20px; line-height: 24px;}}
@media screen and (max-width: 1280px){.index-business .body .link{width: 226px; height: 340px;} .index-business .body .link .dt{font-size: 20px; line-height: 30px;} .index-business .body .link .dd{margin-top: 20px; line-height: 22px;} .index-business .body .link .arrow{bottom: 30px;}}
.index-case{padding: 4.125%; background-color: #f5f5f5;}
.index-case .head{position: relative; margin-bottom: 40px; text-align: center;}
.index-case .head .dt{font-size: 36px; margin-bottom: .8em; color: #000; font-weight: bold; line-height: 40px;}
.index-case .head .dd{font-size: 16px; line-height: 2;}
@media screen and (max-width: 1280px){.index-case .head .dt{font-size: 30px;} .index-case .head .dd{font-size: 14px; line-height: 24px;} .index-case .head .btn{padding-left: 66px;} .index-case .head .btn span{left: 66px;}}
.index-case-list{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: start; align-content: flex-start;}
.index-case-list:after{display: none;}
.index-case-list .item{position: relative; overflow: hidden; width: 33.3333%; width: calc(100%/3); height: auto; font-size: 20px; background-color: #f1f1f1;}
.index-case-list .item .pic,
.index-case-list .item .more{display: block; height: 0; padding-bottom: 62.4137931%;}
.index-case-list .item .pic.imgLoaded{background-color: #000;}
.index-case-list .item .pic.imgLoaded img{opacity: .6; -webkit-transition: all 400ms ease 0s; transition: all 400ms ease 0s; -webkit-transform: scale(1.025); transform: scale(1.025);}
.index-case-list .item .pic:hover img{opacity: 1; -webkit-transform: none !important; transform: none !important;}
.index-case-list .item .more{background-color: #d61919; color: #fff; text-align: center; background-image: url(../images/bgi-casemore.png); background-size: cover; background-position: 50% 50%; background-repeat: no-repeat;}
.index-case-list .item .more span{position: absolute; left: 0; top: 50%; margin-top: -60px; width: 100%; padding-top: 102px;}
.index-case-list .item .more span:before{content: " "; position: absolute; left: 50%; top: 0; margin-left: -40px; width: 81px; height: 81px; background-image: url(../images/btni-casemore.png); background-size: 81px 81px; background-position: 50% 0; background-repeat: no-repeat; -webkit-transition: all 1200ms ease 50ms; transition: all 1200ms ease 50ms;}
.index-case-list .item .more:hover span:before{-webkit-transform: rotate(540deg); transform: rotate(540deg);}
@media screen and (max-width: 1440px){.index-case-list .item{font-size: 18px;}}
.index-about{border-top: #f5f5f5 solid 10px;}
.index-about .line1{padding: 6% 4.125% 8%;}
.index-about .sec1{float: left; max-width: 50%;}
.index-about .sec1 .dt{font-size: 16px; color: #000; white-space: nowrap; padding-bottom: 14px; border-bottom: #fc3f3f solid 2px; width: 26px;}
.index-about .sec1 .dd{margin-top: 36px; color: #000; font-size: 14px;}
.index-about .sec1 .dd strong{font-size: 26px;}
.index-about .sec1 .ds{margin-top: 44px; color: #666; font-size: 16px; line-height: 1.875;}
.index-about .sec2{float: right; max-width: 42%; text-align: right;}
.index-about .sec2 .keywords{font-size: 0; text-align: right;}
.index-about .sec2 .keywords .link{display: inline-block; vertical-align: top; font-size: 12px; padding: 8px 15px; margin-left: 10px; margin-bottom: 10px; border-radius: 2px; background-color: #f6f6f6; -webkit-transition: all 220ms ease 0s; transition: all 220ms ease 0s;}
.index-about .sec2 .keywords .link:hover{-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06); box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);}
.index-about .sec2 .age{display: inline-block; vertical-align: top; text-align: center; margin-top: 8%; font-size: 24px; color: #666; line-height: 30px; white-space: nowrap; max-width: 564px;}
.index-about .sec2 .age img{max-width: 100%;}
.index-about .line2{position: relative; text-align: right;}
.index-about .sec3{position: absolute; left: 0; bottom: 5%; width: 55.20833333%; background-color: #d61919; color: #fff; text-align: left; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 4.94791667% 4.125%;}
.index-about .sec3 .dt{font-size: 16px; color: #fff; white-space: nowrap; padding-bottom: 14px; border-bottom: #fff solid 2px; width: 26px;}
.index-about .sec3 .dd{margin-top: 30px; font-size: 18px; line-height: 20px;}
.index-about .sec3 .dd strong{display: block; font-size: 26px; margin-bottom: 15px;}
.index-about .sec3 .list{margin-top: 4%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: start; align-content: flex-start;}
.index-about .sec3 .list:after{display: none;}
.index-about .sec3 .list .item{width: 24%;}
.index-about .sec3 .list .item:nth-child(1n+5){margin-top: 1.5%;}
.index-about .sec3 .list .item .pic{height: 0; padding-bottom: 50%;}
.index-about .sec3 .list .item .load-error{background-size: contain;}
.index-about .sec4{width: 57.8125%;}
@media screen and (max-width: 1440px){.index-about .sec1{padding-bottom: 5%;} .index-about .sec1 .ds{margin-top: 40px; font-size: 14px;} .index-about .sec2 .age{margin-left: 5%; font-size: 18px;} .index-about .sec3 .dd{font-size: 14px;}}
.index-news{padding: 4.125%;}
.index-news .head{position: relative;}
.index-news .dt{font-size: 16px; color: #333; white-space: nowrap; padding-bottom: 14px; border-bottom: #d61919 solid 2px; width: 26px;}
.index-news .dd{margin-top: 30px;}
.index-news .dd .cn{font-size: 26px; font-weight: bold;}
.index-news .dd .en{margin-top: 15px; font-size: 18px;}
.index-news .dd .btn{z-index: 1; position: absolute; right: 0; bottom: 0; padding-left: 72px; padding-right: 48px; width: 92px; height: 38px; line-height: 38px;}
.index-news .dd .btn:before{content: " "; z-index: -1; position: absolute; width: 30px; right: 20px; top: 50%; margin-top: -1px; height: 2px; background-color: #d61919;}
.index-news .dd .btn:after{content: " "; position: absolute; right: 3px; top: 0; width: 38px; height: 38px; background-image: url(../images/btni-more1.png); background-size: 38px 38px; background-position: right 50%; background-repeat: no-repeat; -webkit-transition: all 1500ms ease 0s; transition: all 1500ms ease 0s;}
.index-news .dd .btn span{position: absolute; left: 72px; top: 0; padding-left: 18px; padding-right: 18px; background-color: #fff; -webkit-transition: all 400ms ease 50ms; transition: all 400ms ease 50ms;}
.index-news .dd .btn:hover:after{-webkit-transform: rotate(720deg); transform: rotate(720deg);}
.index-news-list{line-height: 60px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: start; align-content: flex-start; margin-top: 4.16666667%;}
.index-news-list:after{display: none;}
.index-news-list .item{position: relative; border-bottom: #cacaca solid 1px; width: 41.66666667%; min-width: 440px;}
.index-news-list .item:nth-child(2n+1){float: left;}
.index-news-list .item:nth-child(2n+2){float: right;}
.index-news-list .link{display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 18px; padding-right: 80px; -webkit-transition: all 220ms ease 0s; transition: all 220ms ease 0s;}
.ysqUEO .index-news-list .link:after{content: " "; position: absolute; bottom: -1px; left: 100% ; width: 0; border-bottom: solid 2px;}
.ysqUEO .index-news-list .link:after{-webkit-transition: all 200ms ease 0s; transition: all 200ms ease 0s;}
.ysqUEO .index-news-list .link:hover:after,
.ysqUEO .index-news-list .link.on:after{left: 0 ; width: 100%; -webkit-transition: width 400ms ease 0s; transition: width 400ms ease 0s;}
.index-news-list .link:before{content: ">"; font-family: "SimSun", "宋体" !important; position: absolute; right: 15px; bottom: 0; font-weight: bold;}
@media screen and (max-width: 1440px){.index-news-list{line-height: 50px;} .index-news-list .link{font-size: 16px;}}
.index-partner{z-index: 1; position: relative; padding: 35px 3.125%; background-color: #f6f6f6;}
.index-partner:after{content: " "; z-index: -1; position: absolute; right: 3.125%; margin-right: 30px; top: 0; background-image: url(../images/bgi-partner.png); background-size: auto 100%; background-position: right 50%; background-repeat: no-repeat; width: 1000px; height: 100%;}
.index-partner .contain{background-color: #ffffff; padding: 13px 30px; min-height: 20px; line-height: 20px;}
.index-partner .dt{float: left; font-size: 16px;}
.index-partner .dd{margin-left: 86px; margin-right: -10px;}
.index-partner .dd .link{color: #999; display: inline-block; vertical-align: top; margin-right: 10px; line-height: 20px; padding-bottom: 0;}
/* footer */
.footer{position: relative; z-index: 8; padding: 3% 4.125% 3.5%; background-color: #242526; background-image: url(../images/bg-footer.png); background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: start; align-content: flex-start;}
.footer,
.footer a{color: #ffffff;}
.footer:after{display: none;}
.footer .left{float: left; line-height: 20px; max-width: 45%;}
.footer .left .dt{margin-bottom: 30px;}
.footer .left .dd{margin-top: 6px; padding-left: 25px;}
.footer .left .dd .icoImg{float: left; margin-left: -25px;}
.footer .left .fNav{margin-top: 10px;}
.footer .left .fNav,
.footer .left .fNav a{color: #999999;}
.footer .left .fNav .link{display: inline-block; vertical-align: top;}
.footer .left .fNav s{margin-left: 4px; margin-right: 4px;}
.footer .middle{float: left; line-height: 26px;}
.footer .middle,
.footer .middle a{color: #999999;}
.footer .right{font-size: 0;}
.footer .right .item{padding: 10px; display: inline-block; vertical-align: top; margin-left: 40px; text-align: center; background-color: rgba(255, 255, 255, 0.1); font-size: 14px;}
.footer .right .item:first-child{margin-left: 0;}
.footer .right .item img{width: 92px; height: 92px; border-radius: 2px;}
.footer .right .item p{text-align: center; margin-top: 8px;}
@media screen and (max-width: 1600px){.footer .right .item{margin-left: 10px;}}
@media screen and (max-width: 1440px){.footer .right{display: none;} .footer .middle{text-align: right;}}
/* subpage */
.subpage{position: relative; overflow: hidden; z-index: 1; padding-top: 102px; background-color: #f0f0f0;}
.subpage-bg{position: absolute; left: 50%; width: 1920px; margin-left: -960px; z-index: -1; top: 102px; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.subpage-banner{position: relative; overflow: hidden; height: 648px;}
.subpage-banner .contain{top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);}
@media screen and (max-width: 1440px){.subpage{padding-top: 88px;} .subpage-bg{top: 88px; width: 1480px; margin-left: -740px;} .subpage-banner{height: 500px;}}
/* sNews */
.sNews .subpage-banner .contain{color: #fff; margin-top: -1em;}
.sNews .subpage-banner .contain .p1{margin-bottom: .5em;}
.sNews .subpage-banner .contain .p2{margin-top: 1em; font-weight: bold;}
.sNews-list{margin-top: 4.16666667%; padding-left: 2%; padding-right: 2%;}
.sNews-list .item{border-top: #d9d9d9 solid 1px; padding: 5% 1%; margin-top: 0 !important;}
.sNews-list .item .time{font-size: 16px; white-space: nowrap; padding-bottom: 20px; border-bottom: #d9d9d9 solid 4px; width: 20px; color: #666;}
.sNews-list .item h3{margin-top: 20px; font-size: 18px; line-height: 26px; font-weight: bold; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.sNews-list .item p{margin-top: 50px; line-height: 24px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; max-height: 72px; height: 72px; color: #666;}
.sNews-list .item .more{margin-top: 26px; display: inline-block; color: #999; padding-right: 32px; background-image: url(../images/btns-newsmore.png); background-size: auto; background-position: right 50%; background-repeat: no-repeat; -webkit-transition: all 220ms ease 0s; transition: all 220ms ease 0s;}
.sNews-list .item .more:hover{padding-right: 36px;}
.sNews-view{position: relative; padding: 5% 3.125% 2%; background-color: #fff;}
.sNews-view .view-head{position: relative;}
.sNews-view .view-head h1{line-height: 40px; padding-left: 14px; border-left: #d61919 solid 6px; font-size: 28px; color: #333; margin-right: 114px;}
.sNews-view .view-head .backToList{position: absolute; right: 0; top: 0; height: 40px; line-height: 40px; width: 96px; text-align: center; background-color: #e6e6e6; color: #333;}
.sNews-view .view-head .hr{margin-top: 10px; margin-bottom: 8px; background-color: #e6e6e6;}
.sNews-view .view-head .aside{padding: 10px 20px; background-color: #f3f3f3; color: #333; line-height: 18px;}
.sNews-view .view-body{margin-top: 30px;}
.sNews-view .view-follow{position: relative; overflow: hidden; margin-top: 36px; border-top: #c5c5c5 solid 1px; border-bottom: #c5c5c5 solid 1px; padding-top: 20px; padding-bottom: 20px; color: #666;}
.sNews-view .view-follow .tel{float: left; padding-left: 66px; height: 46px; line-height: 46px; background-image: url(../images/icos-viewtel.png); background-size: auto 100%; background-position: 0 50%; background-repeat: no-repeat; font-size: 24px;}
.sNews-view .view-follow .btn{float: right; border: #999 solid 2px; color: #333; height: 42px; line-height: 42px; padding-left: 36px; padding-right: 36px; font-size: 20px;}
.sNews-view .view-foot{position: relative; overflow: hidden; padding-top: 2%; padding-bottom: 2%; line-height: 20px; font-size: 14px;}
.sNews-view .view-foot .ctr{max-width: 45%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.sNews-view .view-foot .ctr.prev{float: left;}
.sNews-view .view-foot .ctr.next{float: right;}
@media screen and (max-width: 1440px){.sNews-view .view-follow{padding-top: 15px; padding-bottom: 15px;} .sNews-view .view-follow .tel{height: 36px; line-height: 36px; padding-left: 56px; font-size: 20px;} .sNews-view .view-follow .btn{height: 32px; line-height: 32px; font-size: 16px;}}
/* sAbout */
.sAbout{background-image: url(../images/bgs-about.jpg); background-repeat: no-repeat;}
.sAbout .subpage-banner{text-align: center; color: #fff;}
.sAbout .subpage-banner .dt{margin-bottom: .5em;}
.sAbout .subpage-banner .dd{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: center; align-content: center;}
.sAbout .subpage-banner .dd:after{display: none;}
.sAbout .subpage-banner .dd .col,
.sAbout .subpage-banner .dd .vr{display: inline-block; vertical-align: top;}
.sAbout .subpage-banner .dd .col{padding-left: 4%; padding-right: 4%; white-space: nowrap;}
.sAbout .subpage-banner .dd .vr{height: 104px; background-color: #fff; opacity: .20;}
.sAbout .subpage-banner .dd .numCountUp{font-weight: bold;}
.sAbout .subpage-banner .dd .p1{font-family: Arial, sans-serif, "Microsoft YaHei", "微软雅黑";}
.sAbout .subpage-banner .dd .p2{margin-top: 4px;}
@media screen and (max-width: 1440px){.sAbout .subpage-banner .dd .vr{height: 92px;}}
@media screen and (max-width: 1280px){.sAbout .subpage-banner .dd .vr{height: 84px;}}
.sAbout-head{text-align: center; color: #000;}
.sAbout-head .hr{margin-left: auto; margin-right: auto; margin-top: 15px; margin-bottom: 25px; width: 26px; height: 2px; background-color: #d61919;}
.sAbout-head .dd{font-weight: bold;}
.sAbout-head .ds{margin-top: 10px; line-height: 24px;}
.sAbout-section1{margin-left: auto; margin-right: auto; width: 1212px; max-width: 80%; padding-top: 140px; padding-bottom: 80px; text-align: center;}
.sAbout-section1 .sec1 .imax{margin-top: 3%; font-size: 24px; line-height: 1.91666667; color: #666;}
.sAbout-section1 .sec2{margin-top: 4%;}
.sAbout-section1 .sec2 .age{display: inline-block; vertical-align: top; text-align: center; font-size: 24px; color: #666; line-height: 30px; white-space: nowrap; color: #ef3f4a;}
.sAbout-section1 .sec2 .age img{max-width: 100%; margin-bottom: 10px;}
.sAbout-section1 .sec2 .keywords{margin-top: 3.5%; font-size: 0;}
.sAbout-section1 .sec2 .keywords .link{display: inline-block; vertical-align: top; font-size: 22px; padding: 15px 50px; margin: 10px; border-radius: 2px; background-color: #f6f6f6; color: #4e4e4e; -webkit-transition: all 220ms ease 0s; transition: all 220ms ease 0s;}
.sAbout-section1 .sec2 .keywords .link:hover{-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06); box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);}
@media screen and (max-width: 1440px){.sAbout-section1{padding-top: 106px; padding-bottom: 60px;} .sAbout-section1 .sec1 .imax{font-size: 20px;} .sAbout-section1 .sec2 .keywords .link{font-size: 18px; padding: 12px 34px; margin: 8px;}}
@media screen and (max-width: 1280px){.sAbout-section1 .sec1 .imax{font-size: 18px;}}
.sAbout-section2{position: relative; overflow: hidden; padding-top: 4.5%; padding-bottom: 5%; text-align: center; color: #fff;}
.sAbout-section2 .dt{font-size: 60px;}
.sAbout-section2 .hr{margin-left: auto; margin-right: auto; margin-top: 34px; margin-bottom: 34px; width: 92px; height: 4px; background-color: #fff;}
.sAbout-section2 .dd{font-size: 34px; line-height: 1.52941176;}
.sAbout-section2 .block{padding-bottom: 3.5%;}
@media screen and (max-width: 1440px){.sAbout-section2 .dt{font-size: 48px;} .sAbout-section2 .hr{margin-top: 24px; margin-bottom: 24px;} .sAbout-section2 .dd{font-size: 28px;}}
@media screen and (max-width: 1280px){.sAbout-section2 .dt{font-size: 40px;} .sAbout-section2 .dd{font-size: 22px;}}
.sAbout-section3{padding-top: 4.5%; padding-bottom: 3.5%; background-color: #fff;}
.sAbout-section3 .list{margin-left: auto; margin-right: auto; width: 1320px; max-width: 80%; margin-top: 3.5%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: start; align-content: flex-start;}
.sAbout-section3 .list:after{display: none;}
.sAbout-section3 .list .item{width: 15%;}
.sAbout-section3 .list .item:nth-child(1n+7){margin-top: 2%;}
.sAbout-section3 .list .item .pic{height: 0; padding-bottom: 50%;}
.sAbout-section3 .list .item .load-error{background-size: contain;}
.sAbout-section4{padding-top: 4.5%; background-color: #f5f5f5;}
.sAbout-section4 .list{margin-top: 2.5%;}
.sAbout-section4 .list .pic{height: 0; padding-bottom: 84.375%;}
/* sContact */
.sContact .subpage-banner .contain{color: #fff; margin-top: 1em;}
.sContact .subpage-banner .contain .p1{margin-bottom: .5em;}
.sContact .subpage-banner .contain .p2{margin-top: .5em; font-weight: bold;}
.sContact-section1{position: relative; background-color: #f5f5f5; padding: 5.5% 40% 5.5% 3.125%;}
.sContact-section1 .dt{color: #d61919; line-height: 54px;}
.sContact-section1 .dd{margin-top: 20px; line-height: 1.66666667;}
.sContact-section1 .dd .p1{color: #d61919;}
.sContact-section1 .dd .p1 i{font-weight: bold;}
.sContact-section1 .btn{display: block; margin-top: 5%; width: 240px; height: 50px; line-height: 50px; border-radius: 50px; color: #fff; background-color: #d61919; text-align: center; font-size: 24px;}
.sContact-section1 .qrcode{position: absolute; left: 75%; bottom: 120px; background-color: #d61919; padding: 30px; color: #fff; text-align: center;}
.sContact-section1 .qrcode img{width: 120px; height: 120px; margin-bottom: 8px; border-radius: 2px;}
@media screen and (max-width: 1440px){.sContact-section1 .btn{font-size: 18px; height: 44px; line-height: 44px; width: 200px;} .sContact-section1 .qrcode{bottom: 80px; padding: 20px;}}
@media screen and (max-width: 1280px){.sContact-section1 .btn{font-size: 16px;}}
.sContact-section2{position: relative; background-color: #ffffff; padding: 6% 40% 6% 3.125%;}
.sContact-section2:after{content: " "; position: absolute; top: 0; right: 0; width: 25%; height: 100%; background-color: #d61919;}
.sContact-section2 .dt{color: #d61919; line-height: 54px;}
.sContact-section2 .hr{margin-top: 40px; margin-bottom: 50px; width: 108px; height: 4px; background-color: #d61919;}
.sContact-section2 .dd{line-height: 1.66666667; color: #000;}
@media screen and (max-width: 1440px){.sContact-section2 .hr{margin-top: 30px; margin-bottom: 40px;}}
@media screen and (max-width: 1280px){.sContact-section2 .hr{margin-top: 22px; margin-bottom: 34px;}}
.sContact-section3{z-index: 1; position: relative; padding: 0 0 33.85416667%; color: #fff; height: 0;}
.sContact-section3 .contain{position: absolute; left: 3.125%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);}
.sContact-section3 .contain .dt{line-height: 54px;}
.sContact-section3 .contain .dd{margin-top: 25px; font-size: 18px; line-height: 32px;}
@media screen and (max-width: 1440px){.sContact-section3 .contain .dd{margin-top: 15px; font-size: 16px; line-height: 26px;}}
@media screen and (max-width: 1280px){.sContact-section3 .contain .dd{font-size: 14px; line-height: 24px;}}
.sContact-section4{z-index: 1; position: relative; padding: 5% 3.125%;}
.sContact-section4 .hr-list{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: start; align-content: flex-start;}
.sContact-section4 .hr-list:after{display: none;}
.sContact-section4 .hr-list .item{position: relative; width: 44.27083333%; min-width: 440px;}
.sContact-section4 .hr-list .item:nth-child(2n+1){float: left;}
.sContact-section4 .hr-list .item:nth-child(2n+2){float: right;}
.sContact-section4 .hr-list .item:nth-child(1n+3){margin-top: 1%;}
.sContact-section4 .hr-list .dt{position: relative; border-bottom: #666666 solid 1px;}
.sContact-section4 .hr-list h3{padding-top: 10px; padding-bottom: 10px; color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.sContact-section4 .hr-list .dd{padding-top: 10px; padding-bottom: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; line-height: 20px;}
.sContact-section4 .hr-list .spreadBtn{position: absolute; right: 0; bottom: 0; width: 30px; height: 30px; -webkit-transition: all 600ms ease 0s; transition: all 600ms ease 0s;}
.sContact-section4 .hr-list .spreadBtn s,
.sContact-section4 .hr-list .spreadBtn i{position: absolute; left: 50%; top: 50%; background-color: #000; -webkit-transition: all 220ms ease 50ms; transition: all 220ms ease 50ms;}
.sContact-section4 .hr-list .spreadBtn s{width: 2px; height: 12px; margin-left: -1px; margin-top: -6px;}
.sContact-section4 .hr-list .spreadBtn i{width: 12px; height: 2px; margin-left: -6px; margin-top: -1px;}
.sContact-section4 .hr-list .spreadBtn:hover{-webkit-transform: rotate(540deg); transform: rotate(540deg);}
/* sCase */
.sCase{background-color: #fff;}
.sCase .subpage-banner .contain{color: #fff; text-align: center;}
.sCase .subpage-banner .contain .p2{margin-top: 2em; line-height: 2;}
@media screen and (max-width: 1280px){.sCase .subpage-banner .contain .p2{line-height: 1.6;}}
.sCase-list{margin-top: 4.16666667%; margin-bottom: 3%;}
.sCase-banner{position: relative; width: 100%; height: 600px; height: calc(100vh - 102px); background-color: #a4b3b8;}
.sCase-banner .arrowTips{z-index: 8; position: absolute; left: 0; bottom: 36px; width: 100%; text-align: center; font-size: 20px; font-family: Arial, sans-serif, "Microsoft YaHei", "微软雅黑"; color: #fff; padding-bottom: 58px;}
.sCase-banner .arrowTips s{position: absolute; left: 50%; bottom: 0; width: 58px; height: 58px; margin-left: -29px; background-image: url(../images/arrow-sCaseBanner.png); background-size: auto; background-position: 50% 50%; background-repeat: no-repeat; -webkit-animation: fadeInDowns 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite backwards alternate; animation: fadeInDowns 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite backwards alternate;}
@media screen and (max-width: 1440px){.sCase-banner{height: calc(100vh - 88px);}}
.sCase-view-section1{padding: 5% 0 4.5%; text-align: center;}
.sCase-view-section1 h1{font-weight: bold; color: #333;}
.sCase-view-section1 .hr{margin-top: 20px; width: 36px; height: 4px; margin-left: auto; margin-right: auto; background-color: #d61919;}
.sCase-view-section1 .imax{margin-top: 30px; margin-left: auto; margin-right: auto; width: 944px; max-width: 90%;}
.sCase-view-section2{padding: 8% 0 4%; background-color: #f6f6f6;}
.sCase-view-section2 .contain{width: 1200px; margin-left: auto; margin-right: auto;}
@media screen and (max-width: 1440px){.sCase-view-section2 .contain{width: 86%;}}
.sCase-view-section2 .head{position: relative;}
.sCase-view-section2 .head .cn{color: #333;}
.sCase-view-section2 .head .en{color: #c5c4c4; margin-top: 20px; text-transform: uppercase;}
.sCase-view-section2 .head .warning{position: absolute; right: 0; top: 0; padding-top: 5px; line-height: 1.5; text-align: right;}
.sCase-view-section2 .head .en,
.sCase-view-section2 .head .warning{font-size: 24px;}
@media screen and (max-width: 1280px){.sCase-view-section2 .head .en, .sCase-view-section2 .head .warning{font-size: 20px;} .sCase-view-section2 .head .en{margin-top: 14px;}}
.sCase-view-section2 .body{margin-top: 30px; padding-top: 36px; border-radius: 4px 4px 0 0; background-color: #fff; background-image: url(../images/bgs-caseViewportT.png); background-size: auto; background-position: 0 0; background-repeat: no-repeat; -webkit-box-shadow: 0px 8px 41.4px 4.6px rgba(4, 0, 0, 0.1); box-shadow: 0px 8px 41.4px 4.6px rgba(4, 0, 0, 0.1);}
.sCase-view-section2 .foot{position: relative; margin-top: 4%; text-align: center; padding-left: 300px; padding-right: 300px; height: 64px;}
.sCase-view-section2 .foot .ctr{position: absolute; top: 0; width: 122px; height: 56px; line-height: 56px; background-size: auto 100%; background-position: 50% 50%; background-repeat: no-repeat; text-align: left; padding: 4px 50px; text-align: center;}
.sCase-view-section2 .foot .ctr.prev{left: 4px; padding-left: 94px; background-image: url(../images/arrow-sCasefootL.png); background-position: left 50%; border-right: #888 solid 2px;}
.sCase-view-section2 .foot .ctr.next{right: 4px; padding-right: 94px; background-image: url(../images/arrow-sCasefootR.png); background-position: right 50%; border-left: #888 solid 2px;}
.sCase-view-section2 .foot .ctr[href="#"]{cursor: not-allowed;}
.sCase-view-section2 .foot .link{line-height: 1.5;}
.sCase-view-section2 .foot .link p{font-size: 16px;}
@media screen and (max-width: 1280px){.sCase-view-section2 .foot{height: 54px;} .sCase-view-section2 .foot .ctr{width: 76px; height: 46px; line-height: 46px;}}
.sCase-view-section3{padding: 5% 3.125% 3%; color: #333; text-align: center;}
.sCase-view-section3 .link{display: inline-block; vertical-align: top; margin-top: .8em; padding: .3em .5em; border: #888 solid 1px;}
.sCase-view-section3 .link:after{border-color: #f5f5f5;}
.sCase-view-section4{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: start; align-content: flex-start; font-size: 0; white-space: nowrap;}
.sCase-view-section4:after{display: none;}
.sCase-view-section4 .link{position: relative; display: inline-block; vertical-align: top; width: 50%;}
.sCase-view-section4 .link .pic{height: 0; padding-bottom: 57.29166667%;}
.sCase-view-section4 .link .pic img{-webkit-transform: scale(1.05); transform: scale(1.05); -webkit-transition: all 400ms ease 0s; transition: all 400ms ease 0s;}
.sCase-view-section4 .link .contain{z-index: 8; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); line-height: 1.5; color: #fff;}
.sCase-view-section4 .link:hover .pic img{-webkit-transform: none !important; transform: none !important;}
/* sMessageBoard */
.sMessageBoard{background-color: #fff;}
.sMessageBoard .topLine{margin-top: -1px;}
.sMessageBoard-section1{padding: 8.22916667% 3.125% 5.20833333%; text-align: center;}
.sMessageBoard-section1 .dt{padding-bottom: 2.08333333%;}
.sMessageBoard-section1 .formItem{margin-top: 4.16666667%; font-size: 0;}
.sMessageBoard-section1 .formItem .focus{line-height: 1.6; display: block; margin-bottom: .5em;}
.sMessageBoard-section1 .formItem .checkbox{display: inline-block; vertical-align: top; position: relative; margin: .5em 1em;}
.sMessageBoard-section1 .formItem .checkbox label{padding-left: 1.8em;}
.sMessageBoard-section1 .formItem .checkbox input{position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 1em; height: 1em; pointer-events: none;}
.sMessageBoard-section1 .formItem textarea.skin{display: block; margin-left: auto; margin-right: auto; padding: 8px 14px; width: 600px; height: 110px; line-height: 24px; font-size: 16px; border: #aaaaaa solid 1px; border-radius: 4px;}
.sMessageBoard-section2{padding-top: 4.47916667%; padding-bottom: 5.20833333%; background-color: #f5f5f5; text-align: center;}
.sMessageBoard-section2 .dt{padding-bottom: 15px;}
.sMessageBoard-section2 .line{width: 862px; margin-top: 1em; margin-left: auto; margin-right: auto; line-height: 52px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: start; align-content: flex-start;}
.sMessageBoard-section2 .line:after{display: none;}
.sMessageBoard-section2 .skin{border: #dddddd solid 1px; width: 396px; height: 38px; line-height: 38px; padding: 6px 12px; background-color: #fff; font-size: 16px; border-radius: 4px;}
.sMessageBoard-section2 .yzm{font-size: 0;}
.sMessageBoard-section2 .yzm .skin{width: 150px;}
.sMessageBoard-section2 .yzm .bindClick{margin-left: 8px; margin-right: 15px; border: #dddddd solid 1px; width: 110px; height: 50px; background-color: #fff; vertical-align: top;}
.sMessageBoard-section2 .yzm .refreshVC{font-size: 16px; color: #666; vertical-align: top;}
.sMessageBoard-section2 .enter{width: 172px; height: 52px; border-radius: 4px; background-color: #d61919; color: #fff;}
@media screen and (max-width: 1280px){.sMessageBoard-section2 .line{line-height: 44px; width: 752px;} .sMessageBoard-section2 .skin{width: 336px; height: 30px; line-height: 30px;} .sMessageBoard-section2 .yzm .bindClick{height: 42px;}}
/* sBusiness */
.sBusiness{background-color: #fff;}
.sBusiness .TopLine{margin-top: -1px;}
.sBusiness .bgf5{background-color: #f5f5f5;}
.sBusiness .padWH{position: relative; width: 100%; height: 100vh; pointer-events: none; z-index: -2;}
.sBusiness-banner{position: relative; overflow: hidden; height: calc(100vh - 102px); color: #fff; -webkit-transition: all 0ms ease 0s; transition: all 0ms ease 0s;}
.sBusiness-banner .contain{height: 100%; padding: 0 4.125%;}
.sBusiness-banner .hanger{position: absolute; right: 0; margin-top: 1%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 100%; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.sBusiness-banner .L2_Nav{padding-top: 2em;}
.sBusiness-banner .L2_Nav .link{margin-right: 2em; color: #fff; padding-top: 2px; padding-bottom: 2px;}
.sBusiness-banner .L2_Nav .link.on{color: #f9d510;}
.sBusiness-banner .description{position: absolute; left: 4.125%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); margin-top: 2.4%; max-width: 44.79166667%;}
.sBusiness-banner .description .dt .cn{font-weight: bold;}
.sBusiness-banner .description .dt .en{margin-top: 10px; font-family: "FuturaBT Book";}
.sBusiness-banner .description .ds{margin-top: 1.5em; margin-bottom: 2em; line-height: 1.2;}
.sBusiness-banner .description .dd{line-height: 2;}
.sBusiness-banner.fixedSection{position: absolute !important; left: 0; top: 102px; overflow: hidden; z-index: -1; width: 100%;}
@media screen and (max-width: 1440px){.sBusiness-banner{height: calc(100vh - 88px);} .sBusiness-banner.fixedSection{top: 88px;}}
.sBusiness-relCases{padding: 4% 4.125% 3.5%; text-align: center; background-color: #fff;}
.sBusiness-relCases .dt{margin-bottom: 1em;}
.sBusiness-relCases .df{margin-top: 3%;}
.sBusiness-relCases .df .link{display: inline-block; vertical-align: top; border: solid 2px; padding: .5em 1em; margin-left: .8em; margin-right: .8em; -webkit-transition: all 220ms ease 0s; transition: all 220ms ease 0s;}
.sBusiness-relCases .df .link:after{border-color: #999;}
.sBusiness-relNews{padding: 4.16666667% 3.125% 5.20833333%; text-align: center; background-color: #fff;}
.sBusiness-relNews .dt{line-height: 1.4;}
.sBusiness-relNews .dd{margin-top: 3.125%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: start; align-content: flex-start;}
.sBusiness-relNews .dd:after{display: none;}
.sBusiness-relNews .col{position: relative; float: left; width: 16%; color: #fff; text-align: left; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 1.5em 2em; margin-bottom: .8%; -webkit-transition: all 400ms ease 0s; transition: all 400ms ease 0s;}
.sBusiness-relNews .col .ddt{margin-bottom: 1.5em; line-height: 1.5em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; max-height: 3em; height: 3em; position: relative; overflow: hidden;}
.sBusiness-relNews .col .ddd{overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.sBusiness-relNews .col .btn{position: relative; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); text-align: center;}
.sBusiness-relNews .col:after{border-color: #000;}
.sBusiness-relNews .col.i1{width: 32.8%; background-color: #3f3f3f !important;}
.sBusiness-relNews .col.i3{width: 32.8%; background-color: #3f3f3f !important;}
.sBusiness-relNews .col.i6{background-color: #3f3f3f !important;}
.sBusiness-relNews .col.i7{width: 32.8%;}
.sBusiness-relNews .col.i8{background-color: #3f3f3f !important;}
.sBusiness-relNews .col:hover{opacity: .9;}
@media screen and (max-width: 1280px){.sBusiness-relNews .col{padding: 1.2em 1.5em;}}
.sBusiness-messageBoard{padding: 4% 4.125%; text-align: center; background-color: #fff;}
.sBusiness-messageBoard .ds{margin-top: 1em; line-height: 1.5;}
.sBusiness-messageBoard .formCheck{position: relative; margin-top: 2.5%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: start; align-content: flex-start; padding-right: 170px; height: 54px;}
.sBusiness-messageBoard .formCheck:after{display: none;}
.sBusiness-messageBoard .formCheck .formItem{float: left; position: relative; height: 54px; margin-right: 10px; line-height: 54px;}
.sBusiness-messageBoard .formCheck .formItem .skin{position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; border: #595959 solid 1px; font-size: 16px; text-indent: 16px; line-height: 52px;}
.sBusiness-messageBoard .formCheck .formItem.i1,
.sBusiness-messageBoard .formCheck .formItem.i2{width: 28.02547771%;}
.sBusiness-messageBoard .formCheck .formItem.i3{width: 42.03821656%;}
.sBusiness-messageBoard .formCheck .formItem .aftPD{left: auto; right: 0%; width: 40px; text-align: center;}
.sBusiness-messageBoard .formCheck .enter{position: absolute; right: 0; top: 0; width: 170px; height: 54px; line-height: 54px; background-color: #d61919; color: #fff; border-radius: 4px; font-size: 18px;}
@media screen and (max-width: 1440px){.sBusiness-messageBoard .formCheck{padding-right: 150px;} .sBusiness-messageBoard .formCheck .enter{width: 150px;} .sBusiness-messageBoard .formCheck .formItem.i1{width: 180px;} .sBusiness-messageBoard .formCheck .formItem.i2{width: 240px;} .sBusiness-messageBoard .formCheck .formItem.i3{width: 80%;}}
.sBusiness-website-item4{position: relative; padding: 4.89583333% 3.125%; height: 346px; background-color: #fff;}
.sBusiness-website-item4 .hr{position: absolute; left: 0; width: 100%; top: 50%; margin-top: -18px; height: 36px; background-color: #5fbb5f;}
.sBusiness-website-item4 .contain{width: 100%; height: 100%;}
.sBusiness-website-item4 .item{position: absolute; height: 155px; padding-left: 92px; width: 316px;}
.sBusiness-website-item4 .item i{position: absolute; left: 0; width: 74px; height: 36px; text-align: center; font-size: 16px; line-height: 36px; color: #fff; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.sBusiness-website-item4 .item b{position: absolute; left: 35px; top: 0; width: 4px; height: 100%; background-color: #5fbb5f; pointer-events: none;}
.sBusiness-website-item4 .item .icoImg{position: absolute; left: 0; width: 74px; height: 74px; background-color: #5fbb5f; border-radius: 50%;}
.sBusiness-website-item4 .item .dt{color: #333; font-weight: bold; line-height: 72px; font-size: 0; *font-size: 54px;}
.sBusiness-website-item4 .item .dt:after,
.sBusiness-website-item4 .item .dt:before{content: "\00a0"; font-size: 0px; visibility: hidden;}
.sBusiness-website-item4 .item .dt .vmbox{font-size: 16px; line-height: 26px;}
.sBusiness-website-item4 .item .dd{padding-bottom: 12px; padding-top: 12px; font-size: 16px; line-height: 26px;}
.sBusiness-website-item4 .item.even,
.sBusiness-website-item4 .item.even .icoImg{bottom: 0;}
.sBusiness-website-item4 .item.even i{bottom: 155px;}
.sBusiness-website-item4 .item.even .dt{padding-top: 8px;}
.sBusiness-website-item4 .item.odd,
.sBusiness-website-item4 .item.odd .icoImg{top: 0;}
.sBusiness-website-item4 .item.odd i{top: 155px;}
.sBusiness-website-item4 .item.odd .dt{padding-top: 2px;}
.sBusiness-website-item4 .item.i1{left: 6.77083333%;}
.sBusiness-website-item4 .item.i2{left: 23.85416667%;}
.sBusiness-website-item4 .item.i3{left: 43.64583333%;}
.sBusiness-website-item4 .item.i4{left: 60.625%;}
@media screen and (max-width: 1280px){.sBusiness-website-item4 .item.i1{left: 0;} .sBusiness-website-item4 .item.i2{left: 15%;} .sBusiness-website-item4 .item.i3{left: 45%;} .sBusiness-website-item4 .item.i4{left: 60%;}}
.sBusiness-website-consult{padding: 3.125% 0 3.64583333%; background-color: #5fbb5f !important; color: #fff; text-align: center; line-height: 1.5;}
.sBusiness-website-consult .btn{display: inline-block; vertical-align: top; margin-bottom: 1em; padding: .25em 1em; border: #fff solid 2px; color: #fff;}
.sBusiness-website .sBusiness-relNews .col{background-color: #5fbb5f;}
.sBusiness-ec-item4{position: relative; padding: 4.16666667% 3.125% 2.91666667%; background-color: #fff;}
.sBusiness-ec-item4 .dt{margin-bottom: 3.125%; text-align: center;}
.sBusiness-ec-item4 .contain{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: center; align-content: center;}
.sBusiness-ec-item4 .contain:after{display: none;}
.sBusiness-ec-item4 .contain .pic{float: left; width: 50%; height: 0; padding-bottom: 28.22580645%;}
.sBusiness-ec-item4 .contain .list{float: right; padding: 1% 2%; width: 46%;}
.sBusiness-ec-item4 .contain .list .item{padding-left: 82px; min-height: 60px; margin-bottom: 6%; line-height: 1.5;}
.sBusiness-ec-item4 .contain .list .item .icoImg{float: left; margin-left: -82px;}
.sBusiness-ec-item4 .contain .list .item .ddt{color: #000;}
.sBusiness-ec-item4 .contain .list .item .ddd{color: #666; margin-top: .3em;}
@media screen and (max-width: 1280px){.sBusiness-ec-item4 .contain .list{padding: 1%; width: 48%;} .sBusiness-ec-item4 .contain .list .item{min-height: 50px; padding-left: 66px; margin-bottom: 20px;} .sBusiness-ec-item4 .contain .list .item .icoImg{margin-left: -66px; width: 50px; height: 50px;}}
.sBusiness-ec-stats{position: relative; z-index: 1; color: #fff; padding: 7.29166667% 3.125%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: center; align-content: center;}
.sBusiness-ec-stats:after{display: none;}
.sBusiness-ec-stats .col,
.sBusiness-ec-stats .vr{display: inline-block; vertical-align: top;}
.sBusiness-ec-stats .col{padding-left: 4%; padding-right: 4%; white-space: nowrap;}
.sBusiness-ec-stats .vr{height: 104px; background-color: #fff; opacity: .20;}
.sBusiness-ec-stats .numCountUp{font-weight: bold;}
.sBusiness-ec-stats .p1{font-family: Arial, sans-serif, "Microsoft YaHei", "微软雅黑";}
.sBusiness-ec-stats .p2{margin-top: 4px;}
.sBusiness-mobile-item3{background-color: #fff;}
.sBusiness-mobile-item3 .item{position: relative; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: center; align-content: center;}
.sBusiness-mobile-item3 .item:after{display: none;}
.sBusiness-mobile-item3 .item .pic{width: 50%; height: 0; padding-bottom: 36.45833333%; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.sBusiness-mobile-item3 .item .contain{position: absolute; padding: 5% 6%; width: 36%; line-height: 1.5; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);}
.sBusiness-mobile-item3 .item .dt{font-weight: bold; color: #333;}
.sBusiness-mobile-item3 .item .dd{margin-top: .5em; margin-bottom: 1.5em;}
.sBusiness-mobile-item3 .item.item3 .pic{padding-bottom: 41.66666667%;}
.sBusiness-mobile-item3 .item.even .contain{left: 50%; padding-right: 8%;}
.sBusiness-mobile-item3 .item.odd{-webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; background-color: #f5f5f5;}
.sBusiness-mobile-item3 .item.odd .contain{left: 0; padding-left: 8%;}
.sBusiness-seo-item4{padding: 3.75% 4.125% 4.6875%; text-align: center; color: #333; background-color: #fff;}
.sBusiness-seo-item4 .ds{margin-top: 1em; line-height: 1.6;}
.sBusiness-seo-item4 .dd{margin-top: 3.125%; margin-left: 3%; margin-right: 3%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: start; align-content: flex-start; border: #d9d9d9 solid 1px; border-left: none;}
.sBusiness-seo-item4 .dd:after{display: none;}
.sBusiness-seo-item4 .dd .col{float: left; width: 21%; padding: 2%; border-left: #d9d9d9 solid 1px; text-align: left;}
.sBusiness-seo-item4 .dd .col i{display: block; color: #8169f8;}
.sBusiness-seo-item4 .dd .col .ddt{margin-top: .6em; margin-bottom: 1em;}
.sBusiness-seo-item4 .dd .col .ddd{line-height: 1.6; height: 3.2em; color: #666;}
.sBusiness-seo-news{position: relative; overflow: hidden; padding: 3.75% 4.625% 4.6875%; color: #333; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: start; align-content: flex-start;}
.sBusiness-seo-news:after{display: none;}
.sBusiness-seo-news .item{width: 40%; padding: 10px 6% 6px 2%; border-left: #c1c1c1 solid 1px;}
.sBusiness-seo-news .item:nth-child(2n+1){float: left;}
.sBusiness-seo-news .item:nth-child(2n+2){float: right;}
.sBusiness-seo-news .item:nth-child(1n+3){margin-top: 2.5%;}
.sBusiness-seo-news .item .time{color: #777;}
.sBusiness-seo-news .item h3{margin-top: .2em; margin-bottom: .6em; line-height: 1.5;}
.sBusiness-seo-news .item p{overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; line-height: 20px; color: #777;}
.sBusiness-sem-item4{padding: 3.75% 4.125% 4.6875%; text-align: center; color: #333; background-color: #fff;}
.sBusiness-sem-item4 .dd{margin-top: 1em; line-height: 1.6;}
.sBusiness-sem-item4 .list{margin-top: 3.125%; margin-left: 6%; margin-right: 6%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: start; align-content: flex-start; border: #d9d9d9 solid 1px; border-left: none;}
.sBusiness-sem-item4 .list:after{display: none;}
.sBusiness-sem-item4 .list .col{position: relative; float: left; width: 25%; padding: 2% 0; border-left: #d9d9d9 solid 1px; text-align: left;}
.sBusiness-sem-item4 .list .col i{position: relative; display: block; color: #ed7171; padding-left: 10%; padding-right: 10%;}
.sBusiness-sem-item4 .list .col i:before{content: " "; position: absolute; top: 0; left: 0; width: 6px; height: 1em; background-color: #ed7171;}
.sBusiness-sem-item4 .list .col h4{padding-left: 10%; padding-right: 10%; margin-top: .5em;}
.sBusiness-sem-cases{padding: 3.75% 4.125% 2.08333333%; text-align: center; color: #333; background-color: #f5f5f5; background-image: url(../images/bgs-yw-sem-cases.png); background-size: 100% auto; background-position: 50% bottom; background-repeat: no-repeat;}
.sBusiness-sem-cases .dt .en{text-transform: uppercase; font-family: Tahoma, sans-serif; font-weight: bold;}
.sBusiness-sem-cases .dt .cn{margin-top: 1em;}
.sBusiness-sem-cases .dd{margin-top: 1.5em; margin-bottom: 2.5em; line-height: 1.6;}
.sBusiness-sem-cases .hr{margin-left: auto; margin-right: auto; width: 32px; height: 3px; background-color: #ed7171;}
.sBusiness-sem-cases-switch{position: relative; overflow: hidden; margin-top: 20px;}
.sBusiness-sem-cases-switch .shade{margin-left: auto; margin-right: auto; width: 1024px; max-width: 90%;}
.sBusiness-sem-cases-switch .box{position: relative !important; margin-left: auto; margin-right: auto; height: 0; padding-bottom: 63.4765625%;}
.sBusiness-sem-cases-switch .item{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.sBusiness-sem-cases-switch .item img {width: 100%;height: 100%;}
.sBusiness-sem-cases-switch .ctr{position: absolute; top: 50%; margin-top: -25px; width: 50px; height: 50px; background-color: #e4e4e4; border-radius: 50%; -webkit-transition: all 400ms ease 0s; transition: all 400ms ease 0s; color: #ffffff; -webkit-transition: all 220ms ease 0s; transition: all 220ms ease 0s; text-align: center;}
.sBusiness-sem-cases-switch .ctr s{font-family: "SimSun", "宋体" !important; color: #fff; font-size: 30px; font-weight: bold;}
.sBusiness-sem-cases-switch .ctr s{position: absolute; left: 0; top: 0; width: 100%; height: 100%; font-family: "SimSun", "宋体" !important; pointer-events: none;}
.sBusiness-sem-cases-switch .ctr:hover{color: #ffffff;}
.ysqUEO .sBusiness-sem-cases-switch .ctr s{overflow: hidden; text-indent: 100%;}
.ysqUEO .sBusiness-sem-cases-switch .ctr s:before,
.ysqUEO .sBusiness-sem-cases-switch .ctr s:after{content: " "; position: absolute; top: 50%; left: 50%; width: 16px; height: 1px; background-color: #ffffff; -webkit-transition: all 400ms ease 0s; transition: all 400ms ease 0s;}
.ysqUEO .sBusiness-sem-cases-switch .ctr:hover s:before,
.ysqUEO .sBusiness-sem-cases-switch .ctr:hover s:after{background-color: #ffffff;}
.ysqUEO .sBusiness-sem-cases-switch .ctr.prev s:before,
.ysqUEO .sBusiness-sem-cases-switch .ctr.prev s:after{margin-left: -7px; -webkit-transform-origin: 0% 50%; transform-origin: 0% 50%;}
.ysqUEO .sBusiness-sem-cases-switch .ctr.prev s:before{-webkit-transform: rotate(-36deg) translateX(-0.5px); transform: rotate(-36deg) translateX(-0.5px);}
.ysqUEO .sBusiness-sem-cases-switch .ctr.prev s:after{-webkit-transform: rotate(36deg) translateX(-0.5px); transform: rotate(36deg) translateX(-0.5px);}
.ysqUEO .sBusiness-sem-cases-switch .ctr.prev:hover s:before{-webkit-transform: rotate(-42deg) translateX(-0.5px); transform: rotate(-42deg) translateX(-0.5px);}
.ysqUEO .sBusiness-sem-cases-switch .ctr.prev:hover s:after{-webkit-transform: rotate(42deg) translateX(-0.5px); transform: rotate(42deg) translateX(-0.5px);}
.ysqUEO .sBusiness-sem-cases-switch .ctr.next s:before,
.ysqUEO .sBusiness-sem-cases-switch .ctr.next s:after{margin-left: -9px; -webkit-transform-origin: 100% 50%; transform-origin: 100% 50%;}
.ysqUEO .sBusiness-sem-cases-switch .ctr.next s:before{-webkit-transform: rotate(-36deg) translateX(0.5px); transform: rotate(-36deg) translateX(0.5px);}
.ysqUEO .sBusiness-sem-cases-switch .ctr.next s:after{-webkit-transform: rotate(36deg) translateX(0.5px); transform: rotate(36deg) translateX(0.5px);}
.ysqUEO .sBusiness-sem-cases-switch .ctr.next:hover s:before{-webkit-transform: rotate(-42deg) translateX(0.5px); transform: rotate(-42deg) translateX(0.5px);}
.ysqUEO .sBusiness-sem-cases-switch .ctr.next:hover s:after{-webkit-transform: rotate(42deg) translateX(0.5px); transform: rotate(42deg) translateX(0.5px);}
.sBusiness-sem-cases-switch .ctr.prev{left: 0;}
.sBusiness-sem-cases-switch .ctr.next{right: 0;}
.sBusiness-sem-cases-switch .ctr:hover{background-color: #c4c4c4;}
.sBusiness-sem-cases-switch .pagination{position: relative; margin-top: 20px; width: 100%; z-index: 3; height: 12px; line-height: 12px; text-align: center; white-space: nowrap;}
.sBusiness-sem-cases-switch .pagination .btn{display: inline-block; vertical-align: top; position: relative; overflow: hidden; z-index: 1; width: 0; height: 0; border-style: solid; border-width: 6px 6px; -webkit-transition: all 220ms ease 0s; transition: all 220ms ease 0s; text-indent: 100%; *text-indent: 0; *font-size: 0; margin: 0 10px; border-color: #e4e4e4; border-radius: 50%;}
.sBusiness-sem-cases-switch .pagination .btn.on{border-color: #ed7171;}
.sBusiness-operation-service{padding: 3.64583333% 3.125% 4.16666667%; background-color: #fff;}
.sBusiness-operation-service .dt{text-align: center; line-height: 1.5;}
.sBusiness-operation-service .list{margin-top: 3.125%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: start; align-content: flex-start;}
.sBusiness-operation-service .list:after{display: none;}
.sBusiness-operation-service .list .col{position: relative; overflow: hidden; width: 50%; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: center; align-content: center;}
.sBusiness-operation-service .list .col:after{display: none;}
.sBusiness-operation-service .list .contain{margin-left: 4%; text-align: left;}
.sBusiness-operation-service .list .icoImg{float: left; width: 216px;}
.sBusiness-operation-service .list .ddd{margin-top: 1em; line-height: 1.66666667;}
@media screen and (max-width: 1440px){.sBusiness-operation-service .list .icoImg{width: 158px;}}
@media screen and (max-width: 1280px){.sBusiness-operation-service .list .icoImg{width: 108px;}}
.sBusiness-operation-axdvantage{padding: 3.64583333% 3.125% 4.16666667%; background-color: #fff;}
.sBusiness-operation-axdvantage .dt{text-align: center; line-height: 1.5;}
.sBusiness-operation-axdvantage .list{margin-top: 3.125%; margin-left: auto; margin-right: auto; width: 1280px; max-width: 90%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: start; align-content: flex-start; line-height: 1.5;}
.sBusiness-operation-axdvantage .list:after{display: none;}
.sBusiness-operation-axdvantage .list .col{position: relative; overflow: hidden; width: 33%; text-align: center;}
.sBusiness-operation-axdvantage .list .icoImg{margin-left: auto; margin-right: auto; display: block; width: 129px;}
.sBusiness-operation-axdvantage .list .ddt{margin-top: 1em;}
.sBusiness-operation-axdvantage .list .ddd{margin-top: 1em;}
@media screen and (max-width: 1440px){.sBusiness-operation-axdvantage .list .icoImg{width: 110px;}}
