
@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../fonts/SourceHanSansCN-Regular.eot");
    src: url("../fonts/SourceHanSansCN-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
    url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
    url("../fonts/SourceHanSansCN-Regular.svg#SourceHanSansCN-Regular") format("svg");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "SourceHanSerifCN-Bold";
    src: url("../fonts/SourceHanSerifCN-Bold.otf");
}

@font-face {
    font-family: "Calisto MT";
    src: url("../fonts/CALIST.TTF");
}

@font-face {
    font-family: "Anton";
    src: url("../fonts/Anton.ttf");
}
html{position: relative;overflow-x: hidden;}
/*-----------------[初始化]--------------*/
body{color: #333;font-size: 12px;line-height: 1.5;font-family:"SourceHanSansCN-Regular","微软雅黑","Microsoft Yahei";
    overflow-x: hidden;
}
a{color: #333;}
a:hover{color: #0756A0;}
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","微软雅黑","Microsoft Yahei";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: #999;}
::-moz-placeholder {color: #999; }
::-ms-input-placeholder {color: #999;}

.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: 16rem;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


/*******************************
  -------[=头部]-------
********************************/
.header{position: fixed;top: 0;left: 0;right: 0;z-index: 109;
    padding: 0 1.23rem 0 1rem;border: 1px solid rgba(216, 216, 216, 0.3);
}
.header:after{content: '';position: absolute;top: 0;left: 0;right: 0;height: 2.76rem;z-index: -1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0) 100%);
}
.header.fixed:after{height: 1.2rem;background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);}
.logo{float: left;line-height: 1.08rem;font-size: 0;}
.logo img{display: inline-block;vertical-align: middle;height: .67rem;}
.hdr{float: right;padding-top: .17rem;}
.header .link{text-align: right;margin-bottom: .13rem;}
.header .link a{font-size: .16rem;color: #fff;margin-left: .15rem;}
.header .hd{position: relative;}
.nav{}
.nav li{float: left;margin-left: .5rem;position: relative;}
.nav li .v1{display: block;font-size: .2rem;color: #fff;position: relative;
    padding-bottom: .24rem;
}
.nav li .v1:after{content: '';position: absolute;bottom: -1px;left: 50%;right: 50%;height: 1px;
    background-color: #F49C5A;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.nav li.on .v1:after,.nav li:hover .v1:after{left: 0;right: 0;}

.nav .sub{position: absolute;top: 100%;left: 50%;transform: translateX(-50%);width: 1.6rem;padding-top: .25rem;opacity: 0;visibility: hidden;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.nav .sub-c{padding: .1rem 0;text-align: center;background: #fff;border-radius: .05rem;box-shadow: 0 0 10px rgba(0,0,0,.1);position: relative;}
.nav .sub-c a{color: #666;display: block;;padding: .1rem;font-size: .18rem ;position: relative;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;  
}
.nav li.hover .sub{opacity: 1;visibility: visible;}
.nav .sub-c a:hover{background-color: #F49C5A;color: #fff;}

.so-btn{position: absolute;left: 100%;width: .31rem;height: .31rem;cursor: pointer;
    border: 1px solid #fff;border-radius: .06rem;margin-left: .28rem;
    background: url(../images/i-01.png) no-repeat center;
    -o-background-size: .16rem auto;
    -ms-background-size: .16rem auto;
    -moz-background-size: .16rem auto;
    -webkit-background-size: .16rem auto;
    background-size: .16rem auto;
}
.so{position: absolute;top: .6rem;width: 2.8rem;right: -.6rem;display: none;}
.so .inp{display: block;width: 100%;height: .5rem;border-radius: .25rem;
    background-color: transparent;border: 1px solid #fff;color: #fff;font-size: .18rem;
    padding: 0 .5rem 0 .2rem;
}
.so .btn{position: absolute;right: 0;top: 0;width: .5rem;height: .5rem;border: 0;cursor: pointer;
    background: url(../images/i-01.png) no-repeat center;
    -o-background-size: .16rem auto;
    -ms-background-size: .16rem auto;
    -moz-background-size: .16rem auto;
    -webkit-background-size: .16rem auto;
    background-size: .16rem auto;
}
/*******************************
    -------[=导航]-------
********************************/
.menuBtn{position: relative;z-index: 9;display: none;float: right;
    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: #fff;
    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;position: relative;z-index: 2;margin-bottom: -.4rem;}
.banner .slick-slider,.banner .slick-list,.banner .slick-track,.banner .slick-slide{height: 100%;}
.banner .slick-slide .con{
    display: block;
    height: 100%;
    outline: 0;
    position: relative;
    background-position: center top;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner .slick-dots{position: absolute;right: 2.4rem;bottom: .83rem;z-index: 2;font-size: 0;}
.banner .slick-dots li{display: inline-block;margin-left: .18rem;}
.banner .slick-dots li button{display: block;width: .36rem;height: .32rem;
    font-size: 0;line-height: 0;text-indent: 9999px;border: 0;position: relative;
    background-color: transparent;cursor: pointer;
    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;
}
.banner .slick-dots li button:after{content: '';position: absolute;top: 50%;left: 50%;
    width: .14rem;height: .14rem;border-radius: 50%;
    background-color: #fff;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.banner .slick-dots li.slick-active button{
    background-image: url(../images/i-02.png);
    -webkit-animation: play 10s linear infinite;
    -moz-animation: play 10s linear infinite;
    animation: play 10s linear infinite;
}
.banner .slick-dots li.slick-active button:after{opacity: 0;}
.banner .more{position: absolute;line-height: .32rem;bottom: .83rem;right: 1.5rem;
    font-size: .14rem;color: #fff;padding-left: .27rem;
}
.banner .more:after{content: '';position: absolute;left: 0;top: 50%;width: 1px;height: .18rem;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@-webkit-keyframes play {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes play {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes play1 {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@-moz-keyframes play1 {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

.btn-down{position: absolute;left: 50%;width: .4rem;height: .4rem;bottom: .42rem;z-index: 3;
    background: url(../images/i-03.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: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    animation: myfirst infinite linear alternate 1s;
    -moz-animation: myfirst infinite linear alternate 1s;
    -webkit-animation: myfirst infinite linear alternate 1s;
    -o-animation: myfirst infinite linear alternate 1s;
}
@keyframes myfirst {
    0% {bottom: 35px;}
    100% {bottom: 10px;}
}
@-moz-keyframes myfirst{
    0% {bottom: 35px;}
    100% {bottom: 10px;}
}
@-webkit-keyframes myfirst{
    0% {bottom: 35px;}
    100% {bottom: 10px;}
}
@-o-keyframes myfirst{
    0% {bottom: 35px;}
    100% {bottom: 10px;}
}

/*******************************
  -------[=底部]-------
********************************/
.footer{margin-top: -.5rem;color: #fff;overflow: hidden;padding: .93rem 0 0;
    background: url(../images/fd-bg.png) no-repeat center top;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.fd-link{float: left;}
.fd-tit{font-size: .36rem;border-bottom: 1px solid rgba(216, 216, 216, 0.2);
    padding-bottom: .22rem;margin-bottom: .22rem;
}
.fd-link .t-c{font-size: .18rem;line-height: 2;}
.fd-link .t-c a{color: #fff;margin-right: .24rem;}
.fd-link .t-c a:last-child{margin-right: 0;}
.fd-txt{float: left;margin-left: .5rem;}
.fd-txt .t-c{font-size: .18rem;line-height: 2;}
.fd-shre{float: right;}
.fd-shre .item{display: block;position: relative;}
.fd-shre .ico{display: block;width: .43rem;height: .43rem;margin-bottom: .2rem;opacity: .3;
    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-shre .weix{background-image: url(../images/i-24.png);}
.fd-shre .ship{background-image: url(../images/i-25.png);}
.fd-shre .douy{background-image: url(../images/i-26.png);}
.fd-shre .sina{background-image: url(../images/i-27.png);}
.fd-shre .qr{position: absolute;bottom: .03rem;right: .54rem;display: none;
    width: .89rem;height: .84rem;padding: .08rem .16rem 0 .05rem;
    background: url(../images/i-bg3.png) no-repeat center;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.fd-shre .qr img{width: 100%;display: block;}
.fd-shre .item:hover .ico{opacity: 1;}
.fd-shre .item:hover .qr{display: block;}
/*******************************
    -------[=正文]-------
********************************/
.hide-dn{height: 0;overflow: hidden;}

.fix-right{position: fixed;right: .33rem;top: 50%;z-index: 105;width: .64rem;
    background-color: #fff;padding-top: .3rem;padding-bottom: .3rem;
    border-radius: .32rem;box-shadow: 0px 4px 14px 0px rgba(7, 86, 160, 0.26);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fix-right:before{content: '';position: absolute;left: 0;right: 0;top: -.33rem;height: .56rem;
    background: url(../images/i-40.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;
}
.fix-right .con{display: block;height: .75rem;padding-top: .13rem;
    border-bottom: 1px solid #D8D8D8;position: relative;
}
.fix-right .ico{display: block;width: .24rem;height: .24rem;margin: 0 auto .05rem;}
.fix-right .t1{text-align: center;font-weight: normal;font-size: 12px;
    color: #666;
}
.fix-right .con:hover .t1{color: #005BAC;}
.fix-right .i4 .con{border-bottom: 0;}
.fix-right .top{font-size: 0;cursor: pointer;text-align: center;display: block;padding-top: .05rem;}
.fix-right .top img{display: inline-block;vertical-align: middle;
    width: 39px;cursor: pointer;
}
.fix-right .qr{position: absolute;bottom: .03rem;right: .74rem;display: none;
    width: .89rem;height: .84rem;padding: .08rem .16rem 0 .05rem;
    background: url(../images/i-bg3.png) no-repeat center;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.fix-right .qr img{width: 100%;display: block;}
.fix-right .con:hover .qr{display: block;}




.pageTips {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.pageTips .container {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 630px;
  margin-left: -315px;
  margin-top: -160px;
}

.pageTips .container .img {
  text-align: center;
}
.pageTips .container .msg {
  font-size: 18px;
  line-height: 36px;
  padding-top: 30px;
}
.pageTips .container a {
  color: #fff;
  text-decoration: underline;
}
