@font-face{font-family:CeraGR;src:url(../assets/fonts/ceragr/CeraGR-Black.eot?1510719092);src:url(../assets/fonts/ceragr/CeraGR-Black.eot?&1510719092#iefix) format('embedded-opentype'),url(../assets/fonts/ceragr/CeraGR-Black.woff?1510719092) format('woff'),url(../assets/fonts/ceragr/CeraGR-Black.ttf?1510719092) format('truetype');font-weight:700;font-style:normal}
a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;text-transform:none;text-decoration:none}
body{font-family:"Noto Sans CJK","Source Han Sans","Microsoft YaHei",Arial,SimSun,sans-serif;font-size:16px}
:focus{outline:0}
table{border-collapse:separate;border-spacing:0}
caption,td,th{text-align:left;font-weight:400}
a img,iframe{border:none}
ol,ul{list-style:none}
button,input[type=text],input[type=password],select,textarea{font-size:100%;font-family:inherit;-webkit-appearance:none}
select{margin:inherit}
ol{margin-left:2em}
.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden}
.clearfix{display:inline-block}
* html .clearfix{height:1%}
.clearfix{display:block;clear:both;float:none}
strong{font-weight:700}
*{-webkit-tap-highlight-color:transparent}
body{-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none}
input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #fff inset}
.iconfont:after,[class*=" icon-"],[class^=icon-]{font-family:iconfont;speak:none;font-style:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.center{text-align:center}
.hide{display:none}
.show{display:block}
.wrap{position:relative;max-width:1440px;margin:0 auto;overflow:hidden}
.line{height:1px;background-color:#eee}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top:30px}
.mt40{margin-top:40px}
.mt50{margin-top:50px}
.mt60{margin-top:70px}
.mt70{margin-top:70px}
.mt80{margin-top:80px}
.mt100{margin-top:100px}
.mt110{margin-top:110px}
.main{min-height:calc(100vh - 264px)}
.txtcenter{text-align: center;}
@media (max-width:1600px){
    .wrap{width:auto;max-width:auto;margin-right:80px;margin-left:80px}
}
@media (max-width: 1366px){
    .wrap{width: 1200px;margin-right: auto;margin-left: auto;}
}
.wow{visibility:hidden}
.no-csstransforms .wow{visibility:visible!important}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:0}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}
.slick-track:after,.slick-track:before{display:table;content:''}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left;height:100%;min-height:1px}
[dir=rtl] .slick-slide{float:right}
.slick-slide img{display:block;width: 100%;}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}
.btn-link{display:inline-block;font-size:14px;line-height:30px;color:#000;border-bottom:1px solid #000;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}
.btn-link:hover{color:#207ab5;border-bottom-color:#207ab5}
@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}
to{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}
to{opacity:1;-webkit-transform:none;transform:none}
}
@-webkit-keyframes fadeInUpSmall{from{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}
to{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInUpSmall{from{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}
to{opacity:1;-webkit-transform:none;transform:none}
}
.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
.fadeInUpSmall{-webkit-animation-name:fadeInUpSmall;animation-name:fadeInUpSmall}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.container{padding-top:70px}
.header{position:fixed;z-index:100;top:0;left:0;width:100%;background-color:#fff;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.header:after{content:"";position:absolute;right:0;bottom:0;left:0;height:1px;background-color:#e9e8e8}
.header-inner{height:70px;position:relative}
.logo{position:absolute;top:10px;left:50%;margin-left:-70px;width:140px;height:50px}
.logo img{display:block;width:170px}
.btn-menu{position:absolute;top:50%;left:0;margin-top:-15px;width:20px;height:30px;cursor:pointer}
.btn-menu span{position:absolute;left:0;width:20px;height:2px;background-color:#000}
.btn-menu span:first-of-type{top:9px}
.btn-menu span:last-of-type{bottom:9px}
.btn-menu span:nth-of-type(2){top:14px}
.no-cssvwunit .btn-menu{background:url(../assets/images/ico_menu.png) no-repeat center center}
.no-cssvwunit .btn-menu span{display:none}
.no-cssvwunit .menu-open .btn-menu{background:url(../assets/images/ico_menu_close.png) no-repeat center center}
.nav-wrap{font-size:0;padding:20px 0 0 70px}
.nav-item{display:inline-block;vertical-align:top;margin:0 20px}
.nav-link{font-size:14px;line-height:30px;color:#666;/*letter-spacing:.08em;*/-moz-transition:color .3s ease-out;-o-transition:color .3s ease-out;-webkit-transition:color .3s ease-out;transition:color .3s ease-out}
.nav-link:hover{color:#207ab5}
.user{position:absolute;top:20px;right:0}
.user > ul{display: inline-block;vertical-align: top}
.user-nav{margin-right: 10px}
.user-nav li{display:inline-block;vertical-align:top}
/*.user-nav li:last-of-type .user-link{padding-right:0}
.user-nav li:last-of-type .user-link:after{display:none}*/
.user-link{position:relative;padding-left:30px;padding-right:17px;display:block;font-size:14px;line-height:30px;color:#666;/*letter-spacing:.08em;*/-moz-transition:color .3s ease-out;-o-transition:color .3s ease-out;-webkit-transition:color .3s ease-out;transition:color .3s ease-out}
.user-link:after{content:"";position:absolute;top:50%;right:0;margin-top:-7px;width:1px;height:14px;background-color:#c2c2c2}
.user-link:hover{color:#207ab5}
.user-link i{position:absolute;top:0;left:10px;width:20px;text-align:left;line-height:30px}
.header-dropdown{position:fixed;z-index:50;top:70px;right:0;left:0;padding:55px 0 55px;background-color:#fff;-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-webkit-transform:translateY(-100%);transform:translateY(-100%);opacity:0;-moz-transition:-moz-transform .3s ease-out,opacity .3s ease-out;-o-transition:-o-transform .3s ease-out,opacity .3s ease-out;-webkit-transition:-webkit-transform .3s ease-out,opacity .3s ease-out;transition:transform .3s ease-out,opacity .3s ease-out}
.header-dropdown:after{content:"";display:block;position:absolute;right:0;bottom:-5px;left:0;height:5px;box-shadow:inset 0 4px 8px -3px rgba(17,17,17,.06)}
.no-csstransforms .header-dropdown{display:none}
.header-dropdown-inner{position:relative;font-size:0}
.dropdown-item{display:inline-block;vertical-align:top;-moz-transform:translateY(-5px);-ms-transform:translateY(-5px);-webkit-transform:translateY(-5px);transform:translateY(-5px);opacity:0;-moz-transition:-moz-transform .3s ease-out,opacity .3s ease-out;-o-transition:-o-transform .3s ease-out,opacity .3s ease-out;-webkit-transition:-webkit-transform .3s ease-out,opacity .3s ease-out;transition:transform .3s ease-out,opacity .3s ease-out}
.dropdown-cate{-moz-transition-delay:.2s;-o-transition-delay:.2s;-webkit-transition-delay:.2s;transition-delay:.2s}
.dropdown-sub{-moz-transition-delay:.3s;-o-transition-delay:.3s;-webkit-transition-delay:.3s;transition-delay:.3s}
.dropdown-img{-moz-transition-delay:.4s;-o-transition-delay:.4s;-webkit-transition-delay:.4s;transition-delay:.4s}
.dropdown-other{-moz-transition-delay:.5s;-o-transition-delay:.5s;-webkit-transition-delay:.5s;transition-delay:.5s}
.dropdown-cate{width:220px}
.dropdown-sub{width:500px;border:solid #e9e8e8;border-width:0 1px;min-height:240px}
.dropdown-img{width:390px}
.dropdown-other{width:330px;padding-left:80px}
.list-cate{padding-top:10px}
.list-cate.list-cate-product li{margin-bottom: 20px;}
.list-cate li{display:inline-block;vertical-align:top;margin-bottom:40px}
.list-cate li a{display:inline-block;line-height:20px;-moz-transition:color .3s ease-out;-o-transition:color .3s ease-out;-webkit-transition:color .3s ease-out;transition:color .3s ease-out}
.list-cate.top-cate li{width:100%;/*text-align:center*/}
.list-cate.top-cate li.is-current a{color:#207ab5}
.list-cate.top-cate li.is-current a:after{border-bottom-color:#207ab5}
.list-cate.top-cate a{position:relative;padding:0 22px;font-size:18px;color:#000; min-width: 128px;}
.list-cate.top-cate a:after{content:"";position:absolute;right:0;bottom:0;border-bottom:6px solid #000;border-left:6px solid transparent}
.list-cate.sub-cate{margin:0 50px;display:none}
.list-cate.sub-cate.is-active{display:block}
.list-cate.sub-cate li{width:50%;/*text-align:center*/}
.list-cate.sub-cate a{font-size:14px;color:#666}
.list-cate.sub-cate a:hover{color:#207ab5}
.header-cate-img{text-align:right;display:none}
.header-cate-img img{display:inline-block}
.header-cate-img.is-active{display:block}
.list-other{height:200px}
.list-other a{font-size:14px;line-height:30px;color:#000}
.list-other a:hover{color:#207ab5}
.user-nav-other{font-size:0}
.user-nav-other li{padding:0 20px;display:inline-block;vertical-align:top;border-left:1px solid #e9e8e8;font-size:14px;line-height:32px}
.user-nav-other li:first-of-type{padding-left:0;border-left:0}
.user-nav-other li:last-of-type{padding-right:0}
.user-nav-other li i{margin:0 3px}
.user-nav-other a{color:#000}
.user-nav-other a:hover{color:#207ab5}
.user-nav-other a.current{color:#207ab5}
.no-cssvwunit .user-nav-other li{padding:0 15px}
.no-cssvwunit .user-nav-other li:first-child{padding-left:0;border-left:0}
.no-cssvwunit .user-nav-other li:last-child{padding-right:0}
@media (max-width: 1600px){
    .dropdown-cate{width: 16%;}
    .dropdown-sub{width: 34%;}
    .dropdown-img{width: 27%;}
    .dropdown-other{width: 23%;}
    .header-cate-img img{width: 80%;}
    .user-nav-other{width: 300px;margin-left: -100px;}
    .user .user-nav-other{width: auto;margin-left: 0;}
}
.header-bg{position:fixed;z-index:25;top:0;right:0;left:0;height:0;background-color:#207ab5;filter:alpha(Opacity=0);opacity:0;cursor:pointer;-moz-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out}
.menu-open .btn-menu span{-moz-transition:-moz-transform .3s ease-out .1s;-o-transition:-o-transform .3s ease-out .1s;-webkit-transition:-webkit-transform .3s ease-out;-webkit-transition-delay:.1s;transition:transform .3s ease-out .1s}
.menu-open .btn-menu span:first-of-type{top:14px;-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}
.menu-open .btn-menu span:last-of-type{bottom:14px;-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
.menu-open .btn-menu span:nth-of-type(2){opacity:0}
.menu-open .header-dropdown{-moz-transform:translateY(0);-ms-transform:translateY(0);-webkit-transform:translateY(0);transform:translateY(0);opacity:1}
.menu-open .nav-top,.menu-open .user{visibility:hidden;opacity:0}
.menu-open .header-bg{height:100vh;filter:alpha(Opacity=80);opacity:.8}
.menu-open .dropdown-item{-moz-transform:translateY(0);-ms-transform:translateY(0);-webkit-transform:translateY(0);transform:translateY(0);opacity:1}
.no-csstransforms .menu-open .header-dropdown{display:block}
.no-csstransforms .menu-open .header-bg{height:100%}
.footer{background-color:#191717}
.footer .wrap{overflow:visible}
.footer-social{padding:25px 0 15px;text-align:center}
.footer-social-item{padding:0 50px 12px;display:inline-block;vertical-align:top;text-align:left}
.footer-social-item .title{margin-bottom:15px;font-size:14px;font-family:CeraGR;color:#207ab5;text-transform:uppercase}
.footer-social-item.rb{padding-right:20px;border-right:1px solid #333}

.share-link, .page-share .bdsharebuttonbox .share-link{background-image: none;float: none;text-indent: 0;margin-top: 0;margin-bottom: 0;margin-right:30px;display:inline-block;vertical-align:top;width:30px;height:30px;border:1px solid #fff;border-radius:50%;font-size:16px;line-height:28px;text-align:center;color:#fff;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}
.share-link i{pointer-events: none;}
.share-link:hover, .page-share .bdsharebuttonbox .share-link:hover{background-color:#207ab5;border-color:#207ab5;opacity: 1;}
.share-weixin, .page-share .bdsharebuttonbox .share-weixin{position:relative;overflow: visible;}
.share-weixin img, .page-share .bdsharebuttonbox .share-weixin img{position:absolute;bottom:40px;left:50%;margin-left:-70px;width:0;height:0;opacity:0}
.share-weixin:hover img, .page-share .bdsharebuttonbox .share-weixin:hover img{width:140px;height:140px;opacity:1}
.shop-link{height:30px;font-size:60px;color:#fff;line-height:30px;overflow:hidden}
.shop-link i{position:relative;top:-15px;left:-6px;-moz-transition:color .3s ease-out;-o-transition:color .3s ease-out;-webkit-transition:color .3s ease-out;transition:color .3s ease-out}
.shop-link:hover i{color:#207ab5}


.footer-bottom{position:relative;border-top:1px solid #333;height:50px;overflow:hidden}
.footer-copyright{position:absolute;top:0;left:0;font-size:14px;line-height:50px;color:#666}
.footer-copyright a{color:#666}
.footer-copyright a:hover{text-decoration:underline}
.footer-link{position:absolute;top:0;right:100px}
.footer-link a{margin:0 20px;font-size:14px;line-height:50px;color:#666;-moz-transition:color .3s ease-out;-o-transition:color .3s ease-out;-webkit-transition:color .3s ease-out;transition:color .3s ease-out}
.footer-link a:hover{color:#fff}
.go-top{position:absolute;top:0;right:0;font-size:14px;line-height:50px;color:#fff;cursor:pointer}
.go-top i{font-size:16px}
.banner-item{position:relative;height:calc(100vh - 70px);background-repeat:no-repeat;background-position:center center;background-size:cover}
.no-cssvwunit .banner-item{height:750px}
.banner-wrap{position:absolute;top:0;left:50%;width:1440px;height:100%;margin-left:-720px}
@media (max-width:1600px){.banner-wrap{right:80px;left:80px;width:auto;margin-left:0}
}
.banner-txt{position:absolute;bottom:120px;left:40px;color:#fff}
.banner-txt h3,.banner-txt h4{-moz-transform:translateX(40px);-ms-transform:translateX(40px);-webkit-transform:translateX(40px);transform:translateX(40px);opacity:0;-moz-transition:-moz-transform .5s ease-out,opacity .5s ease-out;-o-transition:-o-transform .5s ease-out,opacity .5s ease-out;-webkit-transition:-webkit-transform .5s ease-out,opacity .5s ease-out;transition:transform .5s ease-out,opacity .5s ease-out}
.banner-txt h3{font-size:64px;font-family:CeraGR;text-transform:uppercase;line-height:.78125;-moz-transition-delay:.5s;-o-transition-delay:.5s;-webkit-transition-delay:.5s;transition-delay:.5s}
.banner-txt h4{margin-top:36px;font-size:30px;font-family:"Ping Hei";font-weight:300;letter-spacing:.2em;line-height:1;-moz-transition-delay:.8s;-o-transition-delay:.8s;-webkit-transition-delay:.8s;transition-delay:.8s}
.slick-current .banner-txt h3,.slick-current .banner-txt h4{-moz-transform:translateX(0);-ms-transform:translateX(0);-webkit-transform:translateX(0);transform:translateX(0);opacity:1}
.banner-dots{position:absolute;bottom:30px;right:0;left:0;font-size:0;text-align:center}
.banner-dots li{margin:0 12px;display:inline-block;vertical-align:top}
.banner-dots li button{position:relative;display:block;width:12px;height:15px;border:0;background-color:transparent}
.banner-dots li button:before{content:"";position:absolute;top:50%;left:0;margin-top:-5px;width:12px;height:12px;border:2px solid #919295;border-radius:50%;box-sizing:border-box;-moz-transition:border .3s ease-out;-o-transition:border .3s ease-out;-webkit-transition:border .3s ease-out;transition:border .3s ease-out}
.banner-dots li button:after{display: none;content:"";position:absolute;top:50%;left:50%;margin-left:-11px;margin-top:-1px;width:20px;height:2px;background-color:#207ab5;-moz-transform:rotate(-60deg) scale(.2);-ms-transform:rotate(-60deg) scale(.2);-webkit-transform:rotate(-60deg) scale(.2);transform:rotate(-60deg) scale(.2);opacity:0;-moz-transition:-moz-transform .3s ease-out .2s,opacity .3s ease-out;-o-transition:-o-transform .3s ease-out .2s,opacity .3s ease-out;-webkit-transition:-webkit-transform .3s ease-out,opacity .3s ease-out;-webkit-transition-delay:.2s,0s;transition:transform .3s ease-out .2s,opacity .3s ease-out}
.banner-dots li.slick-active button:before{border:2px solid #207ab5;background-color: #207ab5;}
.banner-dots li.slick-active button:after{-moz-transform:rotate(-60deg) scale(1);-ms-transform:rotate(-60deg) scale(1);-webkit-transform:rotate(-60deg) scale(1);transform:rotate(-60deg) scale(1);opacity:1}
.no-cssvwunit .banner-dots li button{overflow:visible}
.no-cssvwunit .banner-dots li button:after{left:50%;margin-left:-13px;display:none}
.no-cssvwunit .banner-dots li.slick-active button:after{display:block}
.section-title{position:relative}
.section-title:before{content:"";position:absolute;right:0;bottom:0;left:0;height:1px;background-color:#eee}
.section-title:after{content:"";position:absolute;bottom:0;left:50%;margin-left:-80px;width:160px;height:1px;background-color:#fff}
.section-title h2{position:relative;z-index:1;padding-bottom:34px;font-size:24px;line-height:1;text-align:center;font-weight:700;letter-spacing:.05em}
.section-title h2:before{content:"";position:absolute;bottom:-10px;left:50%;margin-left:-10px;width:20px;height:20px;background:url(../assets/images/series.png) no-repeat center center}
.section-title h2.f18{font-size:18px;font-weight:400;color:#333}
.index-series{position:relative;left:-40px;font-size:0;width:calc(100% + 80px)}
.index-series-item{padding:0 40px;width:33.3333%;display:inline-block;vertical-align:top}
.index-series-title{position:absolute;right:0;left:0;font-size:18px;line-height:1;color:#000;-moz-transition:color .3s ease-out;-o-transition:color .3s ease-out;-webkit-transition:color .3s ease-out;transition:color .3s ease-out}
.index-series-title span{display:block;text-align:center}
.index-series-title span.en{font-family:CeraGR;text-transform:uppercase}
.index-series-title span.cn{margin-top:10px;letter-spacing:.25em}
.index-series-img{position:relative}
.index-series-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(32,122,181,.76);opacity:0;-moz-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out}
.index-series-img img{display:block;width:100%}
.index-series-warp{display:block}
.index-series-warp:hover .index-series-title{color:#207ab5}
.index-series-warp:hover .index-series-img:after{opacity:1}
.index-series-item .index-series-warp{position:relative;padding-bottom:68px}
.index-series-item .index-series-warp .index-series-title{bottom:0}
.index-series-item.center .index-series-warp{padding-top:68px;padding-bottom:0}
.index-series-item.center .index-series-warp .index-series-title{top:0}
.no-cssvwunit .index-series{width:1520px;left:-40px}
.no-cssvwunit .index-series-item{padding-right:40px;padding-left:40px}
.index-video{position:relative}
.video-box{position:relative;overflow:hidden}
.video-box[data-playing=true] .video-bg{opacity:0}
.video-box:before{content:"";display:block;padding-top:34.7222%}
.video-box video{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000}
.no-csscalc .video-box .error{position:relative;z-index:5;margin-top:-30px;font-size:14px;line-height:30px;text-align:center;color:#666}
.video-bg{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-position:center center;background-size:cover;cursor:pointer;opacity:1;-moz-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out}
.video-bg:after,.video-bg:before{content:"";position:absolute;top:50%;left:50%}
.video-bg:before{z-index:2;margin:-9px 0 0 -8px;border-left:13px solid #fff;border-top:9px solid transparent;border-bottom:9px solid transparent}
.video-bg:after{margin:-32px 0 0 -36px;width:64px;height:64px;border-radius:50%;background-color:#207ab5;-moz-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease;transition:all .5s ease}
.video-bg span.play{position:absolute;top:50%;right:0;left:0;margin-top:42px;font-size:16px;color:#207ab5;letter-spacing:.25em;text-align:center}
.video-bg:hover:after{-moz-transform:scale(1.05);-ms-transform:scale(1.05);-webkit-transform:scale(1.05);transform:scale(1.05)}
.new-prod-txt{position:relative;font-size:0;text-align:center;background-color:rgba(32,122,181,.8)}
.new-prod-txt:after,.new-prod-txt:before{content:"";position:absolute;top:0;width:1px;height:100%;background-color:#fff}
.new-prod-txt:before{left:33.3333%}
.new-prod-txt:after{right:33.3333%}
.prod-txt-item{padding:17px 0;display:inline-block;vertical-align:top;width:33.3333%;color:#fff}
.ico-new-prod{display:inline-block;vertical-align:top;margin-right:20px;width:26px;height:26px}
.ico-new-prod img{display:block;width: 100%;}
.ico-newp-title{padding-right:40px;margin-right:20px;font-size:14px;line-height:26px;display:inline-block;vertical-align:top;font-weight: 300;background:url(../assets/images/ico_newpt_bg.png) no-repeat right center}
.newpt-slider{display:inline-block;vertical-align:top;font-size:14px;line-height:26px;font-weight: 300;text-align:left;white-space: nowrap;}
.index-star{position:relative}
.index-star:after{content:"";position:absolute;top:0;right:0;bottom:0;width:130px;background-color:#207ab5;filter:alpha(Opacity=75);opacity:.75}
.index-star-slider{position:relative}
.star-img img{display:block;width:100%}
.index-star-info{position:absolute;top:0;right:130px;bottom:0;width:655px;background-color:#fff}
@media (max-width:1600px){.index-star-info{width:auto;left:655px}
}
.starinfo-item{padding-top:100px;margin:0 auto;width:300px}
.starinfo-item h3{font-size:40px;line-height:1;color:#000;font-family:CeraGR}
.starinfo-item h4{margin-top:20px;font-size:18px;color:#000}
.starinfo-item .title{margin-top:40px;font-size:18px;line-height:30px;color:#999}
.starinfo-item .film{margin-top:20px;font-size:14px;line-height:30px;color:#999}
.starinfo-item .btn-link{margin-top:60px}
.starinfo-item .btn-link,.starinfo-item .film,.starinfo-item .title,.starinfo-item h3,.starinfo-item h4{-moz-transform:translateX(30px);-ms-transform:translateX(30px);-webkit-transform:translateX(30px);transform:translateX(30px);opacity:0;-moz-transition:-moz-transform .3s ease-out,opacity .3s ease-out;-o-transition:-o-transform .3s ease-out,opacity .3s ease-out;-webkit-transition:-webkit-transform .3s ease-out,opacity .3s ease-out;transition:transform .3s ease-out,opacity .3s ease-out}
.slick-current .starinfo-item .btn-link,.slick-current .starinfo-item .film,.slick-current .starinfo-item .title,.slick-current .starinfo-item h3,.slick-current .starinfo-item h4{-moz-transform:translateX(0);-ms-transform:translateX(0);-webkit-transform:translateX(0);transform:translateX(0);opacity:1}
.slick-current .starinfo-item h3{-moz-transition-delay:.3s;-o-transition-delay:.3s;-webkit-transition-delay:.3s;transition-delay:.3s}
.slick-current .starinfo-item h4{-moz-transition-delay:.5s;-o-transition-delay:.5s;-webkit-transition-delay:.5s;transition-delay:.5s}
.slick-current .starinfo-item .title{-moz-transition-delay:.7s;-o-transition-delay:.7s;-webkit-transition-delay:.7s;transition-delay:.7s}
.slick-current .starinfo-item .film{-moz-transition-delay:.9s;-o-transition-delay:.9s;-webkit-transition-delay:.9s;transition-delay:.9s}
.slick-current .starinfo-item .btn-link{-moz-transition-delay:1.1s;-o-transition-delay:1.1s;-webkit-transition-delay:1.1s;transition-delay:1.1s}
.starinfo-arrow{position:absolute;right:100px;bottom:80px;width:80px}
.starinfo-arrow .slick-arrow{position:absolute;bottom:0}
.starinfo-arrow .slick-prev{left:0}
.starinfo-arrow .slick-next{right:0}
.slick-arrow{width:40px;height:40px;font-size:30px;line-height:40px;text-align:center;color:#000;cursor:pointer}
.slick-arrow:hover{color:#207ab5}
.index-news-img {text-align: center;}
.index-news-img img{display: inline; /*display:block;width:100%*/}
.index-news-intro{display:block;padding-top:10px;text-align:center}
.index-news-intro .date{line-height:30px;color:#000;font-size:16px;font-family:CeraGR}
.index-news-intro p{font-size:14px;line-height:24px;color:#666}
.index-news-intro .date,.index-news-intro p{-moz-transition:color .3s ease-out;-o-transition:color .3s ease-out;-webkit-transition:color .3s ease-out;transition:color .3s ease-out}
.index-news:hover .index-news-intro .date{color:#207ab5}
.index-news:hover .index-news-intro p{color:#207ab5}
.page-title{margin-top:50px;font-size:12px;line-height:1;color:#ccc}
.page-title a{color:#ccc}
.page-title a:hover{color:#207ab5}
.user-form{position: relative;font-size:0;text-align:center}
.products-search{position: absolute;top: 0;right: 100px;}
.products-search-box{position: relative;padding-right: 35px;border: 1px solid #eee;border-radius: 15px;}
.products-search-box input{display: block;width: 100%;height: 30px;border: 0;padding: 0 0 0 15px;font-size: 14px;line-height: 30px;background-color: transparent;}
.products-search-box button{position: absolute;top: 0;right: 5px;width: 30px;height: 30px;border: 0;background-color: transparent;text-align: center;font-size: 20px;line-height: 1.5;color: #999;outline: 0;}
.form-item{display:inline-block;vertical-align:top;text-align:left}
.form-item.login{margin:0 100px;width:380px}
.form-item.register{width:780px}
.form-item.service{width:960px}
.form-title{margin-bottom:40px;font-size:18px;line-height:1;color:#000;letter-spacing:.1em}
.form-title span{/*margin-right:15px;*/font-family:CeraGR;letter-spacing:0;text-transform:uppercase}
.form-title.center{text-align:center}
.form-title.center span{/*margin-right:40px*/}
.user-tab{position:relative;font-size:0;text-align:center}
.user-tab-item{position:relative;padding:0 25px;display:inline-block;vertical-align:top;font-size:16px;color:#999}
.user-tab-item:before{content:"";position:absolute;top:5px;left:0;width:1px;height:20px;background-color:#000}
.user-tab-item:first-child:before{display:none}
.user-tab-item a{color:#999}
.user-tab-item i,.user-tab-item span{display:inline-block;vertical-align:top;line-height:30px}
.user-tab-item i{font-size:24px}
.user-tab-item.is-current{color:#207ab5}
.user-tab-item.is-current span{border-bottom:1px solid #207ab5}
.user-tab-item.is-current a{color:#207ab5}
.user-tab-item:hover{color:#207ab5}
.user-tab-item:hover a{color:#207ab5}
.form-tip{font-size:14px;line-height:30px;color:#000}
.input-box{margin-bottom:10px}
.input-box label{display:block;font-size:14px;line-height:30px;color:#999}
.input-box input{padding-left:10px;display:block;width:100%;height:40px;border:1px solid #ccc;font-size:14px;line-height:38px;color:#333}
.input-box input.is-active{border-color:#207ab5}
.input-box input::-webkit-input-placeholder{color:#999}
.input-box input::-moz-placeholder{color:#999}
.input-box input:-ms-input-placeholder{color:#999}
.input-box input:-moz-placeholder{color:#999}
.input-box textarea{display:block;width:100%;resize:none;font-size:14px;line-height:24px;padding:10px;border:1px solid #ccc}
.input-box textarea.is-active{border-color:#207ab5}
.input-box textarea::-webkit-input-placeholder{color:#999}
.input-box textarea::-moz-placeholder{color:#999}
.input-box textarea:-ms-input-placeholder{color:#999}
.input-box textarea:-moz-placeholder{color:#999}
.input-verify input{display: inline-block;vertical-align: top;width: 150px;}
.input-verify button{padding: 0 1em;border: 0;display: inline-block;vertical-align: top;margin-left: 20px;height: 40px;font-size: 14px;background-color: #207ab5;color: #fff; cursor: pointer;}
.input-verify img{display: inline-block;vertical-align: top;width: 150px;margin-left: 20px;}
.radio-box{padding-top:15px;padding-bottom:25px}
.radio-box label{display:block;font-size:14px;line-height:30px;color:#333;letter-spacing:.1em}
.radio-box input{display:none}
.radio-box input:checked+i:before{content:"\e730"}
.radio-box i{margin-right:5px;font-size:16px;color:#000}
.regform-line{font-size:0}
.regform-line .input-box{width:380px;display:inline-block;vertical-align:top}
.regform-line .input-box:first-child{margin-right:20px}
.ico-pwd,.ico-user{padding-left:20px;background-repeat:no-repeat;background-position:left center}
.ico-user{background-image:url(../assets/images/ico_user.png)}
.ico-pwd{background-image:url(../assets/images/ico_pwd.png)}
.forgot-pwd{margin-bottom:25px}
.forgot-pwd a{font-size:14px;line-height:30px;color:#333}
.forgot-pwd a:hover{color:#207ab5;text-decoration:underline}
.form-error,.form-error2{margin-bottom:20px;height:30px;font-size:14px;line-height:30px;color:red}
.form-error.center,.form-error2.center{text-align:center}
.btn-form{display:block;width:380px;height:55px;border:0;font-size:18px;line-height:55px;text-align:center;letter-spacing:.1em;background-color:#333;color:#fff;cursor:pointer;-moz-transition:background .3s ease-out;-o-transition:background .3s ease-out;-webkit-transition:background .3s ease-out;transition:background .3s ease-out}
.btn-form:hover{background-color:#207ab5}
.btn-form.center{margin-right:auto;margin-left:auto}
.login-social-title{position:relative;text-align:center}
.login-social-title:before{content:"";position:absolute;top:50%;right:0;left:0;height:1px;background-color:#ccc}
.login-social-title span{position:relative;display:inline-block;vertical-align:top;padding:0 20px;font-size:14px;line-height:30px;background-color:#fff;color:#999}
.login-social-link{margin-top:20px;font-size:0;text-align:center}
.login-social-link a{margin:0 15px;display:inline-block;vertical-align:top;width:50px;height:50px;border:1px solid #000;border-radius:50%;color:#000;font-size:28px;line-height:50px;text-align:center;-moz-transition:background .2s,color .2s;-o-transition:background .2s,color .2s;-webkit-transition:background .2s,color .2s;transition:background .2s,color .2s}
.login-social-link a:hover{background-color:#207ab5;color:#fff;border-color:#207ab5}
.service-search{position:relative;margin-top:30px;border:1px solid #ccc}
.service-search input{padding:0 0 0 15px;display:block;width:100%;height:50px;border:0;font-size:14px;line-height:50px}
.service-search button{position:absolute;top:0;right:0;bottom:0;padding:0;border:0;width:70px;background-color:transparent;font-size:24px;cursor:pointer}
.service-search button .i{font-size:24px;line-height:50px}
.service-result{position:relative;margin-top:10px;border:1px solid #ccc;font-size:14px}
.service-result-txt{margin:100px 0;font-size:16px;text-align:center}
.service-result-txt h3{line-height:30px;color:#333}
.service-result-txt p{line-height:24px;color:#999}
.result-table{width:560px;margin:40px auto;font-size:16px;line-height:30px}
.result-table caption{padding-bottom:20px;text-align:center;color:#000}
.result-table tr td:first-of-type{padding-left:40px}
.result-table thead tr td{border-top:1px solid #ccc;border-bottom:1px solid #ccc;line-height:35px}
.result-table tbody tr:first-of-type td{padding-top:20px}
.result-table tbody tr:nth-of-type(2n){/*background-color:#207ab5; color:#fff;*/ background-color: #f5f9fb;}
.list-news{margin-top:20px}
.list-news li{margin-bottom:80px}
.list-news li:hover .index-news-intro .date{color:#207ab5}
.list-news li:hover .index-news-intro p{color:#207ab5}
.view-more{margin-right:auto;margin-left:auto;width:100px;text-align:center;font-size:14px;line-height:20px;color:#aaa;cursor:pointer;-moz-transition:color .3s;-o-transition:color .3s;-webkit-transition:color .3s;transition:color .3s}
.view-more span{display:block}
.view-more span.en{font-family:CeraGR}
.view-more span .i{font-size:20px}
.view-more:hover{color:#207ab5}
.article{margin-right:auto;margin-left:auto;width:840px}
.article h1{font-size:18px;line-height:1.5;color:#000;text-align:center}
.article .time{font-size:14px;font-family:CeraGR;color:#999;text-align:center}
.article-main{font-size:14px;line-height:24px;color:#999;letter-spacing:.08em}
.article-pager{position:relative;margin-right:auto;margin-left:auto;width:380px;font-size:14px;text-align:center}
.article-pager a{color:#000;line-height:20px;-moz-transition:color .3s;-o-transition:color .3s;-webkit-transition:color .3s;transition:color .3s}
.article-pager a:hover{color:#207ab5}
.article-pager .next,.article-pager .prev{position:absolute;top:0}
.article-pager .next:after,.article-pager .prev:after{content:"";position:absolute;right:0;bottom:1px;left:0;height:1px;background-color:#000}
.article-pager .next:hover:after,.article-pager .prev:hover:after{background-color:#207ab5}
.article-pager .prev{left:0}
.article-pager .next{right:0}
.article-pager .list{font-size:20px}
.related-title h2{position:relative;margin:0 auto;width:280px;color:#000;text-align:center}
.related-title h2 span{display:block;font-size:18px;line-height:1}
.related-title h2 span.en{margin-bottom:8px;font-family:CeraGR;text-transform:uppercase}
.related-title h2:after,.related-title h2:before{content:"";position:absolute;bottom:9px;width:50px;height:1px;background-color:#000}
.related-title h2:before{left:0}
.related-title h2:after{right:0}
.list-image{margin-top:30px}
.list-image li{margin-bottom:30px}
.image-item{position:relative}
.image-item .video-box:before{padding-top:41.6665%}
.image-item .video-bg:after,.image-item .video-bg:before{display:none}
.image-img{position:relative;overflow:hidden}
.image-img:before{content:"";display:block;padding-top:41.6665%}
.image-img img{position:absolute;top:0;left:0;width:100%;height:auto}
.image-intro{position:absolute;top:50%;right:0;left:0;margin-top:-70px;text-align:center}
.image-intro h3{margin-bottom:60px}
.image-intro span{display:block;font-size:18px;line-height:1;color:#fff;letter-spacing:.2em}
.image-intro span.en{margin-bottom:20px;font-family:CeraGR;font-size:30px;text-transform:uppercase;letter-spacing:0}
.image-intro a{display:inline-block;font-size:14px;letter-spacing:.08em;color:#207ab5;text-decoration:underline}
.fancybox-caption{font-family:CeraGR;text-transform:uppercase}
.star-video{font-size:0}
.star-video .video-box{display:inline-block;vertical-align:top;width:50%}
.star-video .video-box:before{padding-top:58.3333%}
.star-intro{display:inline-block;padding:90px 120px 0;vertical-align:top;width:50%;font-size:14px}
.star-intro h3{display:inline-block;padding-bottom:20px;font-size:18px;line-height:1;color:#000;border-bottom:1px solid #000}
.star-intro h4{margin-top:20px;margin-bottom:40px;font-size:14px;color:#999}
.star-intro p{font-size:16px;line-height:1.5;color:#000;letter-spacing:.08em}
.live-title{position:relative;padding-bottom:15px}
.live-title:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:1px;background-color:#000}
.live-title span{display:block;font-size:18px;line-height:24px;color:#000}
.live-title span.en{font-family:CeraGR;text-transform:uppercase}
.list-live{position:relative;left:-20px;width:calc(100% + 40px);font-size:0}
.list-live li{display:inline-block;vertical-align:top;width:33.3333%}
.no-csscalc .list-live{width:1480px}
.live-item{margin:0 20px;text-align:center}
.live-item img{margin-bottom:24px;display:block;width:100%}
.live-item p{font-size:16px;line-height:1.5;color:#999}
.img-box{margin-top:25px}
.img-box img{display:block;width:100%}
.terminal-img{margin-top:25px}
.list-terminal{position:relative;left:-35px;width:calc(100% + 70px);font-size:0}
.list-terminal li{display:inline-block;vertical-align:top;width:25%}
.no-csscalc .list-terminal{width:1510px}
.terminal-item{margin:0 35px}
.terminal-item dt{margin-bottom:40px;font-size:14px;letter-spacing:.05em}
.terminal-item dt span{display:block;font-family:CeraGR;font-size:16px;text-transform:uppercase;letter-spacing:0}
.terminal-item dd{margin-bottom:20px;color:#333}
.terminal-item dd h3{margin-bottom:10px;font-size:14px;line-height:1;letter-spacing:.05em}
.terminal-item dd p{font-size:12px;line-height:16px;letter-spacing:.05em}
.link-more{display:block;margin-right:auto;margin-left:auto;width:200px;height:50px;font-size:14px;line-height:50px;background-color:#000;color:#fff;text-align:center;-moz-transition:background .3s;-o-transition:background .3s;-webkit-transition:background .3s;transition:background .3s}
.link-more:hover{background-color:#207ab5}
.protection-main{margin-right:auto;margin-left:auto;width:960px}
.protection-des{padding:50px 0 30px;font-size:16px;line-height:26px;color:#999}
.protection-des h4{font-size:18px;color:#000}
.protection-des ul li{padding-left:20px;background:url(../assets/images/circle.png) no-repeat 0 9px}
.job-intro{font-size:16px;line-height:26px;color:#aaa}
.job-intro a{border-bottom:1px solid #207ab5;color:#207ab5}
.list-job{position:relative;left:-25px;width:calc(100% + 50px);font-size:0}
.list-job>li{margin-bottom:30px;display:inline-block;vertical-align:top;width:33.3333%}
.job-item{padding:20px 0;margin:0 25px;border:solid #000;border-width:1px 0}
.job-item h3{position:relative;margin-bottom:30px;font-size:18px;line-height:20px;text-align:center;cursor:pointer}
.job-item h3 i{position:absolute;top:0;right:5px;width:20px;height:20px;line-height:20px;-moz-transition:-moz-transform .2s;-o-transition:-o-transform .2s;-webkit-transition:-webkit-transform .2s;transition:transform .2s}
.job-item.is-active h3 i{-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg)}
.job-item.is-active .job-des{height:auto}
.job-des{height:40px;overflow:hidden;font-size:14px;line-height:20px;color:#666}
.job-des li{list-style:decimal inside}
.link-job{margin-top:20px;width:auto}
.business-contact{margin-bottom:50px}
.business-contact h3{position:relative;margin-bottom:20px;font-size:18px;line-height:40px}
.business-contact h3:after{content:"";display:block;position:absolute;bottom:0;left:0;width:50px;height:1px;background-color:#000;color:#000}
.business-contact p{font-size:16px;line-height:20px;color:#666}
.business-main{font-size: 0;}
.business-form,.business-left{display:inline-block;vertical-align:top}
.business-left{width:480px}
.business-form{width:720px}
@media (max-width: 1400px) {
    .business-left{width:40%;}
    .business-form{width:60%;}
}
.business-form .input-box{margin-bottom:20px}
.business-form .input-box input{height:50px;line-height:50px}
.btn-business{display:block;padding:0;width:300px;height:50px;border:0;font-size:14px;background-color:#000;color:#fff;cursor:pointer;-moz-transition:background .3s;-o-transition:background .3s;-webkit-transition:background .3s;transition:background .3s}
.btn-business.center{margin-right:auto;margin-left:auto}
.btn-business:hover{background-color:#207ab5}
.faq-main{margin-right:auto;margin-left:auto;width:960px}
.list-faq{border-bottom:1px solid #ccc}
.faq-item{border-top:1px solid #ccc}
.faq-item h3{position:relative;padding:20px 0 20px 60px;font-size:18px;line-height:30px;color:#000}
.faq-item h3 i{position:absolute;top:20px;left:0;font-size:24px;line-height:30px}
.faq-item h3 i.arrow{right:0;left:auto;width:30px;height:30px;font-size:18px;line-height:30px;text-align:center;-moz-transition:-moz-transform .3s;-o-transition:-o-transform .3s;-webkit-transition:-webkit-transform .3s;transition:transform .3s}
.faq-item .des{position:relative;padding-left:60px;padding-bottom:30px;font-size:16px;line-height:26px;color:#666;display:none}
.faq-item .des i{position:absolute;top:0;left:0;font-size:24px;line-height:40px;color:#000}
.faq-item.is-active h3 i.arrow{-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg)}
.faq-item.is-active .des{display:block}
.history-intro{margin-right:auto;margin-left:auto;width:720px;font-size:16px;line-height:26px;color:#999;text-align:center}
.history-tab{position:relative;height:50px;margin-right:auto;margin-left:auto;width:960px}
.history-tab:after,.history-tab:before{content:"";position:absolute;right:0;left:0;height:1px;background-color:#ccc}
.history-tab:before{top:0}
.history-tab:after{bottom:0}
.history-tab .slick-arrow{position:absolute;top:5px;font-size:24px;color:#999}
.history-tab .slick-arrow:hover{color:#207ab5}
.history-tab .slick-prev{left:0}
.history-tab .slick-next{right:0}
.history-slider{margin:0 auto;width:600px}
.history-year{position:relative;font-size:16px;line-height:50px;text-align:center;font-family:CeraGR;font-weight:700;cursor:pointer}
.history-year:before{content:"";position:absolute;top:0;left:50%;margin-left:-18px;width:36px;height:2px}
.slick-current .history-year{color:#207ab5}
.slick-current .history-year:before{background-color:#207ab5}
.history-detail{margin-top:35px;margin-right:auto;margin-left:auto;width:960px}
.history-detail-item{text-align:center}
.hd-img{display:inline-block;vertical-align:top;width:400px}
.hd-img img{display:block;max-width:100%;margin:0 auto}
.hd-des{padding:5px 20px;display:inline-block;vertical-align:top;width:470px;font-size:16px;line-height:2;color:#000;text-align:left}
.pro-filter{position:relative}
.filter-range{margin-top:20px;margin-right:10px;margin-left:10px}
.filter-item .theme-green .back-bar .selected-bar{background:#207ab5}
.filter-item .theme-green .back-bar .pointer{width:20px;height:20px;top:-7px;border:1px solid #207ab5;background:#fff}
.btn-filter{position:absolute;top:-62px;right:0;padding-right:30px;width:80px;font-size:16px;line-height:30px;color:#000;text-align:right;cursor:pointer}
.btn-filter i{position:absolute;top:0;right:0;width:30px;height:30px;font-size:12px;line-height:30px;text-align:center;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;-webkit-transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out}
.btn-filter.is-active i{-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg)}
.list-product{font-size:0;text-align:center}
.list-product ul{position:relative;left:-80px;width:calc(100% + 160px)}
.list-product li{display:inline-block;vertical-align:top;width:25%}
.no-csscalc .list-product ul{width:1600px}
.product-item{margin:0 auto 25px;width:310px;height:310px}
.product-item a{display:block}
.product-item:hover .pro-img img{-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);-webkit-transform:translateY(-10px);transform:translateY(-10px)}
.product-item:hover .pro-img span{opacity:1}
.product-item:hover .pro-num{opacity:1}
.pro-img{position:relative;overflow:hidden}
.pro-img:before{content:"";display:block;padding-top:80%}
.pro-img img{position:absolute;top:0;left:0;width:100%;-moz-transition:-moz-transform .5s ease-out;-o-transition:-o-transform .5s ease-out;-webkit-transition:-webkit-transform .5s ease-out;transition:transform .5s ease-out}
.pro-img span{position:absolute;right:0;bottom:0;left:0;font-size:14px;line-height:35px;text-align:center;background-color:#207ab5;color:#fff;opacity:0;-moz-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out}
.pro-name{padding:10px 0 0;font-size:16px;line-height:1.5;color:#000}
.pro-num{font-size:14px;line-height:30px;font-style:italic;color:#aaa;opacity:0;-moz-transition:opacity .3s ease-out .2s;-o-transition:opacity .3s ease-out .2s;-webkit-transition:opacity .3s ease-out;-webkit-transition-delay:.2s;transition:opacity .3s ease-out .2s}
.product-header{position:relative;margin-right:auto;margin-left:auto;width:270px;text-align:center}
.product-header span{display:block;font-size:18px;line-height:24px}
.product-header span.en{font-family:CeraGR;text-transform:uppercase}
.product-header:after,.product-header:before{content:"";position:absolute;top:50%;width:50px;height:1px;background-color:#000}
.product-header:before{left:0}
.product-header:after{right:0}
.filter-list{font-size:0;text-align:left;border-bottom:1px solid #eee;display:none}
.filter-item{display:inline-block;vertical-align:top;width:33.3333%;padding-right:40px}
.filter-label{margin-top:30px;margin-bottom:10px;font-size:12px;color:#ccc}
.filter-label span{color:#000}
.filter-header{position:relative;padding-right:24px;display:inline-block;font-size:16px;line-height:20px;cursor:pointer}
.filter-header:after{content:"\e60e";position:absolute;top:0;right:0;width:20px;height:20px;font-size:14px;text-align:center;line-height:20px;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;-webkit-transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out}
.filter-header.is-active:after{-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg)}
.filter-body{display:none;margin-top:10px}
.filter-body label{margin-right:30px;display:inline-block;vertical-align:top;font-size:14px;line-height:24px;color:#aaa;cursor:pointer;}
.filter-body label:hover{color:#207ab5}
.filter-body input{display: none;}
.product-main{font-size:0}
.product-img,.product-intro{display:inline-block;vertical-align:top;width:50%}
.product-img img{display:block;width:100%}
.slider-terminal-small{position: relative;font-size: 0;margin-top: 4px;}
.pro-small-img{position: relative;display: inline-block;vertical-align: top;width: 64px;height: auto;margin-right: 4px;cursor: pointer;}
.pro-small-img img{width: 100%;}
.pro-small-img:after{content: '';position: absolute;top: 0;right: 0;bottom: 0;left: 0;}
.slider-terminal-small .slick-current .pro-small-img:after{background-color: rgba(21,122,181,.6);}
.product-intro{padding:30px 40px 0 120px}
.product-name{margin-bottom:10px;font-size:24px;line-height:30px;color:#000}
.product-number{font-size:18px;line-height:24px;color:#ccc;font-style:italic}
.product-subtitle{margin-top:30px;font-size:18px;line-height:30px;color:#000}
.product-subtitle span{display:block}
.product-subtitle span.en{font-family:CeraGR;text-transform:uppercase}
.product-design{margin-top:25px;font-size:14px;line-height:24px;color:#aaa;letter-spacing:.1em}
.product-tech{margin-top:25px;font-size:14px;color:#aaa;line-height:56px}
.product-tech p{position:relative;border-top:1px solid #e5e5e5;/*text-align:right*/padding: 16px 0px 16px 125px; line-height: 24px;}
.product-tech p span{position:absolute;top:16px;left:5px;color:#333}
.product-desimg{position:relative;left:-1px;font-size:0;width:calc(100% + 2px)}
.product-desimg.desimg-grid{text-align: center;}
.product-desimg.desimg-grid img{margin-bottom: 10px;}
.desimg-item{padding:2px 1px;display:inline-block;vertical-align:top}
.desimg-item.grid1{width:100%}
.desimg-item.grid2{width:50%}
.desimg-wrap img{display:block;width:100%}
.gift-form{margin-right:auto;margin-left:auto;width:960px}
.gift-form .input-box{margin-bottom:20px}
.gift-form .input-box input{height:50px;line-height:50px}
.gift-input-line{font-size:0}
.gift-input-line .input-box{width:465px;display:inline-block;vertical-align:top}
.gift-input-line .input-box:first-of-type{margin-right:30px}
.gift-input-line .input-box:first-child{margin-right:30px}
.list-gift{position:relative;left:-12px;width:calc(100% + 24px);font-size:0}
.list-gift li{width:33.3333%;display:inline-block;vertical-align:top}
.gift-item{margin:0 12px 20px}
.gift-item p{padding:20px 0;font-size:18px;line-height:24px;color:#000;-moz-transition:color .3s;-o-transition:color .3s;-webkit-transition:color .3s;transition:color .3s}
.gift-item:hover .gift-img .bg{filter:alpha(Opacity=80);opacity:.8}
.gift-item:hover .gift-img span{-moz-transform:translateY(0);-ms-transform:translateY(0);-webkit-transform:translateY(0);transform:translateY(0);filter:alpha(enabled=false);opacity:1}
.gift-item:hover p{color:#207ab5}
.gift-img{position:relative;overflow:hidden}
.gift-img:before{content:"";display:block;padding-top:84.0517%}
.gift-img img{position:absolute;top:0;left:0;width:100%}
.gift-img .bg{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#207ab5;filter:alpha(Opacity=0);opacity:0;-moz-transition:opacity .3s;-o-transition:opacity .3s;-webkit-transition:opacity .3s;transition:opacity .3s}
.gift-img span{position:absolute;z-index:2;top:50%;right:0;left:0;font-size:12px;line-height:16px;text-decoration:underline;color:#fff;text-align:center;-moz-transform:translateY(10px);-ms-transform:translateY(10px);-webkit-transform:translateY(10px);transform:translateY(10px);filter:alpha(Opacity=0);opacity:0;-moz-transition:-moz-transform .2s ease-out .2s,opacity .3s ease-out .2s;-o-transition:-o-transform .2s ease-out .2s,opacity .3s ease-out .2s;-webkit-transition:-webkit-transform .2s ease-out,opacity .3s ease-out;-webkit-transition-delay:.2s,.2s;transition:transform .2s ease-out .2s,opacity .3s ease-out .2s}
.store-mian{position:relative;padding-left:240px;min-height:200px}
.store-aside{position:absolute;top:0;left:0;width:240px}
.store-aside h2{margin-bottom:20px}
.store-aside p{font-size:14px;line-height:20px;color:#207ab5}
.store-aside h3{ font-size: 14px; font-weight: bold; margin-top: 20px; padding-right: 60px;}

.store-list{font-size:0}
.store-list li{display:inline-block;vertical-align:top;width:50%}
.store-item{padding:30px 0 40px;width:76%;border-top:1px solid #ccc;font-size:14px;line-height:22px;color:#333}
.store-name{position:relative;padding-left:20px;font-size:18px;/*height:66px;*/height: 40px; line-height:24px;color:#207ab5;letter-spacing:.08em}
.store-name i{position:absolute;top:2px;left:0;width:20px;height:20px;text-align:left;line-height:20px;font-size:16px}
.store-line{margin-top:10px;color:#666}
.store-line span{display:inline-block;vertical-align:top}
.store-tel{width:220px}
.store-map{height:420px}
.store-map .BMapLabel{border:none!important}
.store-map .anchorBL{display:none!important}
.store-search{position:relative;padding-right:56px;margin-top:25px;margin-right:auto;margin-left:auto;width:960px}
.store-position{position:absolute;top:0;right:0;width:50px;height:50px;font-size:30px;line-height:50px;text-align:center;background-color:#207ab5;color:#fff;cursor:pointer}
.store-form{position:relative}
.store-form input{padding-left:20px;display:block;width:100%;height:50px;border:1px solid #ccc;font-size:14px}
.store-form button{position:absolute;top:0;right:0;width:50px;height:50px;border:0;padding:0;font-size:24px;background-color:transparent;cursor:pointer}
.link-reserv{margin-top:20px;width:auto}
.layer{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:none}
.layer-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#207ab5;filter:alpha(Opacity=80);opacity:.8}
.layer-reserv{position:absolute;top:50%;left:50%;margin:-320px 0 0 -290px;width:580px;height:640px;background-color:#fff}
.reserv-form{position:relative;margin-right:50px;margin-left:50px}
.reserv-form h3{margin-top:60px;margin-bottom:40px;font-size:18px;line-height:1;color:#333;text-align:center;letter-spacing:.08em}
.reserv-form .input-box{margin-bottom:20px}
.reserv-form .input-verify{margin-bottom: 10px;}
.reserv-form .input-box input{height:50px;line-height:50px}
.reserv-form .form-error{margin-bottom:0}
.layer-close{position:absolute;top:30px;right:50px;width:40px;height:40px;font-size:24px;line-height:40px;text-align:center;color:#207ab5;cursor:pointer;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;-webkit-transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out}
.layer-close:hover{-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}
.feedback-intro{padding:40px 0;font-size:14px;line-height:14px;color:#333;text-align:center}
.feedback-tab .user-tab-item{font-size:14px}

.loginout{padding-left: 12px;}

.input-radio{margin-bottom: 20px;}
.input-radio label{margin-right: 20px; color: #666; font-size: 14px;}
.input-radio input{}

.img-hide img{display: none;}
.img-from p{line-height: 25px; margin-bottom: 5px;}
.img-from p.active{color: #207ab5;}
.ajax-rs img{max-width: 100% !important;}

.info404{margin-bottom: 50px;}
.info404 h2 {text-align: center; font-weight: bold; font-size: 18px;}
.info404 a{color: #207ab5; text-align: center;width: 100px; margin:30px auto 0px auto; font-size: 14px; display: block;}

.product-exist{text-align: center;font-size: 14px;}
.truefalse-box {font-size: 14px; text-align: center;}
.wx-box{text-align: center;}
.wx-box img{width: 200px; }
.wx-box p{font-size: 12px; color: #999;}

.youku-div{position: absolute;top: 0px; left: 0px; width: 100%; height: 100%;}
.width-auto img{width: auto;display: inline;}

.news-page .article{width: 1000px;}
.news-page .article-main p{font-size: 16px;}

.input-box .sexradio{float: left;height: 40px; line-height: 40px;margin-right: 30px;}
.input-box .sexradio input{display: none !important; float: left;}
.input-box .sexradio input:checked+i:before{content:"\e730"}
.simple-main{max-width: 960px;margin-right: auto;margin-left: auto;font-size: 14px;line-height: 2;color: #666;}