﻿

@font-face {
    font-family: "Cambria-Bold";
    src: url("../fonts/cambriab.ttf");
}
@font-face {
    font-family: "Arial-BoldMT";
    src: url("../fonts/arial-boldmt.otf");
}
@font-face {
    font-family: "Gilroy-Bold";
    src: url("../fonts/gilroy-bold.otf");
}
@font-face {
    font-family: "Gilroy-Regular";
    src: url("../fonts/gilroy-regular.otf");
}

/*-----------------[初始化]--------------*/
body{color: #222;font-size: 12px;line-height: 1.5;font-family:'ArialMT';}
a{color: #222;}
a:hover{color: #008CD6;}
img{max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
input,textarea,select{font-size: 12px;color: #333;
    font-family:"SourceHanSansCN-Regular";outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #B3B3B3;}
::-moz-placeholder {color: #B3B3B3; }
::-ms-input-placeholder {color: #B3B3B3;}

.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
*,*:after,*:before{outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
/*布局*/
.wp{width: 100%;max-width: 14.4rem;margin: 0 auto;}
.wp2{margin: 0 1.2rem;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


/*******************************
  -------[=头部]-------
********************************/
.header.transparent{position: absolute;top: 0;left: 0;right: 0;
    border-bottom-color: rgba(255,255,255,.2);
}
.header.transparent .top{border-bottom-color: rgba(255,255,255,.2);
    background-color: transparent;
}
.header.transparent .logo-ico:before{background-color: rgba(255,255,255,.2);}
.header.transparent .welcome,
.header.transparent .contact-btn{color: #fff;}
.header.transparent .contact-btn:hover{color: #fff;opacity: .8;}
.header.transparent .nav li .v1{color: #fff;}
.header.transparent .nav .down{border-top-color: #fff;}
.header.transparent .hd-lang .active{color: #fff;}
.header.transparent .hd-lang .active:after{border-top-color: #fff;}
.header.transparent .so-btn{background-image: url(../images/i-07-on.png);}
.header.transparent .vr-btn{background-image: url(../images/i-08-on.png);}
.header.transparent .share a{background-color: #fff;}
.header.transparent .share .link{background-image: url(../images/i-01-on.png);}
.header.transparent .share .face{background-image: url(../images/i-02-on.png);}
.header.transparent .share .inst{background-image: url(../images/i-03-on.png);}
.header.transparent .share .yout{background-image: url(../images/i-04-on.png);}
.header.transparent .share .douy{background-image: url(../images/i-05-on.png);}

.header{position: relative;z-index: 109;border-bottom: 1px solid #f0f0f0;}
.header .top{line-height: .39rem;border-bottom: 1px solid #E6E6E6;
    background-color: #F5F8FF;
}
.header .top .wp2{display: flex;justify-content: space-between;}
.header .welcome{text-transform: uppercase;font-size: .16rem;color: #666;}
.header .top-r{display: flex;flex-wrap: wrap;align-items: center;}
.header .share{display: flex;flex-wrap: wrap;}
.header .share a{display: block;width: .28rem;height: .28rem;
    background: #008CD6;border-radius: 2px;margin-left: .06rem;
    background-position: center;background-repeat: no-repeat;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.header .share .link{background-image: url(../images/i-01.png);}
.header .share .face{background-image: url(../images/i-02.png);}
.header .share .inst{background-image: url(../images/i-03.png);}
.header .share .yout{background-image: url(../images/i-04.png);}
.header .share .douy{background-image: url(../images/i-05.png);}
.header .share a:hover{opacity: .8;}
.header .contact-btn{margin-left: .28rem;font-size: .16rem;color: #222;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.header .contact-btn:hover{color: #008CD6;}
.header .hd{position: relative;}
.header .hd .wp2{display: flex;justify-content: space-between;}
.header .hdl{display: flex;flex-wrap: wrap;align-items: center;height: .88rem;}
.logo{margin-right: .2rem;}
.logo img{display: block;height: .43rem;}
.logo-ico{position: relative;padding-left: .23rem;}
.logo-ico:before{content: '';position: absolute;left: 0;top: 50%;width: 1px;height: .6rem;
    background-color: #e6e6e6;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.logo-ico img{display: block;height: .5rem;}
.header .hdr{display: flex;flex-wrap: wrap;}
.nav{padding-right: .14rem;}

.nav li{float: left;}
.nav li .v1{display: block;font-size: .18rem;color: #222;font-family: 'ArialMT';
    line-height: .88rem;position: relative;padding: 0 .18rem;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.nav .down{display: inline-block;vertical-align: middle;margin-left: .1rem;
    position: relative;top: -2px;
    border-top: 7px solid #008CD6;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.nav .down-mo{display: none;}
.nav li:hover .v1,.nav li.on .v1{color: #fff;
    background-color: #008CD6;
}
.nav li:hover .down,.nav li.on .down{border-top-color: #fff;}
.sub{position: absolute;top: 100%;left: 0;right: 0;padding: .81rem 0 .5rem;display: none;
    background: url(../images/p-bg6.jpg) no-repeat center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.sub .wp{display: flex;justify-content: space-between;}
.sub .left{width: 6.7rem;}
.sub dd a{display: block;font-size: .36rem;line-height: 2;color: #142D61;position: relative;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.sub dd a:after{content: '';position: absolute;right: 0;top: 50%;
    width: .16rem;height: .3rem;opacity: 0;
    background: url(../images/i-16.png) no-repeat center;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.sub dd:hover a,.sub dd.on a{color: #FFF;}
.sub dd:hover a:after,.sub dd.on a:after{opacity: 1;}
.sub .right{width: 6rem;}
.sub .tab-pic{overflow: hidden;border-radius: .1rem;}
.sub .tab-pic img{width: 100%;display: block;}
.hd-lang{position: relative;padding-left: .4rem;}
.hd-lang:after{content: '';position: absolute;left: 0;top: 50%;width: 1px;height: .5rem;
    background-color: rgba(0, 140, 214, .1);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hd-lang .active{font-size: .18rem;color: #008CD6;line-height: .88rem;position: relative;
    padding-right: .18rem;
}
.hd-lang .active:after{content: '';position: absolute;top: 50%;right: 0;
    border-top: 4px solid #000000;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.lang-box{position: absolute;right: -20px;top: calc(100% + 16px);padding: 8px;display: none;
    background: #FFF;width: 360px;
    border: 1px solid #EBEEF5;border-radius: 4px;
    box-shadow: 0px 2px 12px 0 rgba(0, 0, 0, .1);
}
.lang-box:before{content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #FFF;
    border-top: 1px solid #EBEEF5;
    border-left: 1px solid #EBEEF5;
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    top: -6px;
    left: 86%;
}
.lang-box dd{width: 50%;float: left;}
.lang-box dd a{display: block;line-height: 32px;font-size: 12px;padding: 0 6px;}
.lang-box dd img{display: inline-block;vertical-align: middle;width: 24px;height: 16px;margin-right: 4px;position: relative;top: -2px;}
.lang-box dd:hover a,.lang-box dd.on a{background-color: #eee;}

.so-btn{display: block;width: .4rem;height: .4rem;margin-top: .24rem;margin-left: .1rem;
    background: url(../images/i-07.png) no-repeat center;cursor: pointer;
    -o-background-size: .21rem auto;
    -ms-background-size: .21rem auto;
    -moz-background-size: .21rem auto;
    -webkit-background-size: .21rem auto;
    background-size: .21rem auto;
}
.vr-btn{width: .56rem;height: .56rem;margin-top: .16rem;margin-left: .4rem;
    background: url(../images/i-08.png) no-repeat center;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.so{position: absolute;top: 100%;margin-top: .1rem;right: 2.1rem;
    width: 2.8rem;display: none;box-shadow: 0px 0px .15rem rgba(0,0,0,.15);
}
.so .inp{display: block;width: 100%;height: .5rem;border-radius: .25rem;
    font-size: .18rem;border: 0;padding: 0 .5rem 0 .15rem;
}
.so .btn{position: absolute;right: 0;top: 0;width: .5rem;height: .5rem;
    cursor: pointer;border: 0;
    background: url(../images/i-07.png) no-repeat center;
    -o-background-size: .21rem auto;
    -ms-background-size: .21rem auto;
    -moz-background-size: .21rem auto;
    -webkit-background-size: .21rem auto;
    background-size: .21rem auto;
}

/*******************************
    -------[=导航]-------
********************************/
.menuBtn{position: relative;z-index: 9;display: none;margin-top: .2rem;
    width: .7rem;height: .7rem;padding: .07rem;cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: .06rem;background-color: #008CD6;
    margin: .06rem 0 .1rem;border-radius: .04rem;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: .05rem;top: 50%;width: .6rem;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}

/*******************************
  -------[=banner]-------
*******************************/
.banner{height: 100vh;}
.banner .slick-slider,.banner .slick-list,.banner .slick-track,.banner .slick-slide{height: 100%;}
.banner .slick-slide .con{outline: 0;position: relative;display: block;height: 100%;
    background-position: center bottom;background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner .wp{position: relative;height: 100%;}
.banner .txt{position: absolute;bottom: 0;left: 0;right: 0;height: 2.47rem;
    padding: .1rem 0 0 .3rem;color: #fff;border-left: .08rem solid #008CD6;
    background: url(../images/i-bg1.png) no-repeat left center;
    -o-background-size: auto 100%;
    -ms-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}
.banner .tit{font-size: 1rem;font-family: 'Cambria-Bold';line-height: 1.1;margin-bottom: .08rem;}
.banner .desc{font-size: .2rem;line-height: 1.2;max-width: 7rem;}

.banner .slick-dots{position: absolute;left: 50%;bottom: .33rem;width: 14.4rem;z-index: 3;
    padding: 0 .37rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.banner .slick-dots li{display: inline-block;margin-right: .2rem;}
.banner .slick-dots li button{display: block;width: 1.2rem;height: 4px;
    font-size: 0;line-height: 0;text-indent: 9999px;border: 0;
    background-color: #fff;opacity: .4;
}
.banner .slick-dots li.slick-active button{opacity: 1;}


.ban{height: 4.6rem;position: relative;
    background-position: center;background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.ban .txt{position: absolute;left: 0;right: 0;top: 18%;color: #fff;}
.ban .tit{font-family: 'Cambria-Bold';font-size: .6rem;position: relative;padding-bottom: .07rem;
    margin-bottom: .26rem;
}
.ban .tit:after{content: '';position: absolute;left: 0;bottom: 0;width: .5rem;height: .05rem;
    background-color: #fff;
}
.ban .desc{font-size: .3rem;line-height: 1.33;max-width: 6.4rem;}
.g-tab{position: relative;z-index: 2;font-size: 0;margin-top: -.64rem;}
.g-tab li{display: inline-block;margin-right: .05rem;}
.g-tab li a{display: block;font-size: .18rem;color: #fff;padding: 0 .18rem;position: relative;
    padding-top: 4px;line-height: .6rem;border-radius: .06rem .06rem 0 0;overflow: hidden;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.g-tab li a:after{content: '';position: absolute;top: 0;left: 50%;right: 50%;height: 4px;
    background-color: #fff;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.g-tab li:hover a,.g-tab li.on a{
    background-color: rgba(255,255,255,.2);
}
.g-tab li:hover a:after,.g-tab li.on a:after{left: 0;right: 0;}
/*******************************
  -------[=底部]-------
********************************/
.footer{
    background: url(../images/fd-bg.jpg) no-repeat center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.fd-con{padding: .92rem 0 .65rem;border-bottom: 1px solid rgba(255,255,255,.2);}
.fd-con .wp{display: flex;justify-content: space-between;}
.fd-l{padding-top: .08rem;}
.fd-logo{margin-bottom: .2rem;}
.fd-logo img{display: block;height: .46rem;}
.fd-adds{font-size: .18rem;color: #fff;margin-bottom: .36rem;}
.fd-share{display: flex;flex-wrap: wrap;margin-bottom: .51rem;}
.fd-share a{display: block;width: .36rem;height: .36rem;
    background: #fff;border-radius: .04rem;margin-right: .1rem;
    background-position: center;background-repeat: no-repeat;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fd-share .link{background-image: url(../images/i-11.png);}
.fd-share .face{background-image: url(../images/i-12.png);}
.fd-share .inst{background-image: url(../images/i-13.png);}
.fd-share .yout{background-image: url(../images/i-14.png);}
.fd-share .douy{background-image: url(../images/i-15.png);}
.fd-share a:hover{opacity: .8;}
.fd-btn{display: block;width: 1.4rem;height: .46rem;border-radius: .06rem;
    text-align: center;line-height: .46rem;font-size: .14rem;color: #fff;
    background: #008CD6;font-weight: bold;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fd-btn:after{content: '';width: .13rem;height: .18rem;margin-left: .23rem;
    display: inline-block;vertical-align: middle;position: relative;top: -2px;
    background: url(../images/i-10.png) no-repeat center;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.fd-btn:hover{opacity: .8;color: #fff;}
.fd-r{display: flex;flex-wrap: wrap;}
.fd-r dl{margin-right: .5rem;}
.fd-r dl:last-child{margin-right: 0;}
.fd-r dt{margin-bottom: .12rem;}
.fd-r dt a{display: block;font-size: .24rem;color: #fff;font-family: "Gilroy-Bold";position: relative;
    padding-bottom: .26rem;
}
.fd-r dt a:after{content: '';position: absolute;left: 0;bottom: 0;width: .4rem;height: .04rem;
    background-color: #fff;
}
.fd-r dd a{display: block;font-size: .16rem;line-height: 2.63;color: #CCC;position: relative;
    padding-right: .5rem;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fd-r dd a:before{content: '';position: absolute;right: 0;top: 50%;
    width: .13rem;height: .18rem;opacity: 0;
    background: url(../images/i-10.png) no-repeat center;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fd-r dd a:after{content: '';position: absolute;left: 0;bottom: 0;height: 1px;width: 0%;
    background-color: #F5F5F5;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fd-r dd a:hover{color: #fff;}
.fd-r dd a:hover:before{opacity: 1;}
.fd-r dd a:hover:after{width: 100%;}
.fd-copy{line-height: .75rem;font-size: .16rem;color: #999;}
.fd-copy a{color: #999;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fd-copy a:hover{color: #fff;}
/*******************************
    -------[=正文]-------
********************************/




