﻿@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;
}

/*-----------------[初始化]--------------*/
body {
    color: #333;
    font-size: 12px;
    line-height: 1.5;
    font-family: "SourceHanSansCN-Regular";
    overflow-x: hidden;
}

a {
    color: #333;
}

a:hover {
    color: #2A2D8C;
}

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: #CDCDCD;
}

::-moz-placeholder {
    color: #CDCDCD;
}

::-ms-input-placeholder {
    color: #CDCDCD;
}

.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: relative;
    z-index: 109;
    background-color: #fff;
}

.logo {
    position: absolute;
    left: .9rem;
    top: 0;
    line-height: .96rem;
    font-size: 0;
}

.logo img {
    display: inline-block;
    vertical-align: middle;
    height: .76rem;
}

.nav {
    text-align: center;
    font-size: 0;
}

.nav li {
    display: inline-block;
    margin: 0 .25rem;
}

.nav li .v1 {
    display: block;
    line-height: .96rem;
    font-size: .18rem;
    color: #333;
    position: relative;
}

.nav li .v1:after {
    content: '';
    position: absolute;
    bottom: .29rem;
    left: 50%;
    right: 50%;
    height: 2px;
    background-color: #E62129;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.nav li:hover .v1, .nav li.on .v1 {
    font-weight: bold;
    color: #E62129;
}

.nav li:hover .v1:after, .nav li.on .v1:after {
    left: 0;
    right: 0;
}

.nav .sub {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: .27rem 0 .6rem;
    background-color: #fff;
    border-top: 1px solid #E6E6EB;
    display: none;
}

.nav .sub .cont {
    max-width: 8.6rem;
    margin: 0 auto;
}

.nav .sub dl {
    float: left;
    width: 4.82rem;
}

.nav .sub dd {
    width: 50%;
    float: left;
}

.nav .sub dd a {
    font-size: .16rem;
    color: #555;
    line-height: .39rem;
    text-align: left;
    display: block;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.nav .sub dd a:hover {
    color: #2F318B;
    text-decoration: underline;
}

.nav .pic {
    float: right;
    width: 2.15rem;
}

.nav .pic img {
    width: 100%;
    display: block;
}


.header .r {
    position: absolute;
    right: .9rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header .tel {
    float: left;
    font-size: .18rem;
    color: #E62129;
}

.header .lang {
    float: right;
    margin-top: .15rem;
    margin-left: .3rem;
}

.header .lang a {
    float: left;
    width: .48rem;
    text-align: center;
    font-size: .16rem;
    border: 1px solid #ccc;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.header .lang .cn {
    border-right: 0;
}

.header .lang .en {
    border-left: 0;
}

.header .lang .on, .header .lang a:hover {
    background-color: #2F318B;
    border-color: #2F318B;
    color: #fff;
}


/*******************************
    -------[=导航]-------
********************************/
.menuBtn {
    position: relative;
    z-index: 9;
    display: none;
    float: right;
    width: .7rem;
    height: .7rem;
    padding: .07rem;
    cursor: pointer;
    margin-top: .18rem;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.menuBtn b {
    display: block;
    height: .06rem;
    background-color: #2F318B;
    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: 7.2rem;
}

.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;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner .video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.banner .video video, .banner .video source {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.banner .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 12px;
    text-align: center;
    z-index: 2;
    padding: .1rem .12rem;
    border-radius: .16rem;
    font-size: 0;
    background-color: rgba(0, 0, 0, .6);
    -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: 0 .06rem;
}

.banner .slick-dots li button {
    display: block;
    width: .12rem;
    height: .12rem;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: 9999px;
    border: 0;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    opacity: .6;
}

.banner .slick-dots li.slick-active button {
    opacity: 1;
}


/*******************************
  -------[=底部]-------
********************************/
.footer {
    background-color: #F5F5F5;
}

.fd-con {
}

.fd-top {
    overflow: hidden;
    padding: .56rem 0 .32rem;
    border-bottom: 1px solid #D8D8D8;
}

.fd-logo {
    float: left;
    margin-right: .24rem;
}

.fd-logo img {
    display: block;
    height: .76rem;
}

.fd-lang {
    float: left;
    padding-top: .14rem;
}

.fd-lang .t1 {
    font-size: .14rem;
    color: #999;
    margin-bottom: .1rem;
    display: block;
}

.fd-lang .t-c {
    overflow: hidden;
}

.fd-lang .t-c a {
    float: left;
    width: .48rem;
    text-align: center;
    font-size: .16rem;
    border: 1px solid #ccc;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.fd-lang .t-c .cn {
    border-right: 0;
}

.fd-lang .t-c .en {
    border-left: 0;
}

.fd-lang .t-c .on, .fd-lang .t-c a:hover {
    background-color: #2F318B;
    border-color: #2F318B;
    color: #fff;
}

.fd-r {
    float: right;
    padding-top: .18rem;
}

.fd-tips {
    float: left;
    font-size: .14rem;
    color: #999;
    margin-right: .4rem;
}

.fd-so {
    float: right;
    width: 2.83rem;
    position: relative;
}

.fd-so .inp {
    display: block;
    width: 100%;
    height: .36rem;
    padding: 0 .8rem 0 .12rem;
    font-size: 12px;
    border: 0;
}

.fd-so .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: .67rem;
    height: .36rem;
    border: 0;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    background-color: #2F318B;
}

.fd-bot {
    overflow: hidden;
    padding: .5rem 0 .72rem;
}

.fd-nv {
    float: left;
}

.fd-nv dl {
    float: left;
    margin-right: .88rem;
}

.fd-nv dt {
    margin-bottom: .23rem;
}

.fd-nv dt a {
    display: block;
    font-size: .22rem;
    color: #666;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.fd-nv dd a {
    display: block;
    font-size: .16rem;
    color: #999;
    line-height: .39rem;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.fd-nv dt a:hover, .fd-nv dd a:hover {
    color: #2F318B;
}

.fd-nv dl:last-child {
    margin-right: 0;
}

.fd-info {
    float: right;
}

.fd-info .item {
    margin-bottom: .22rem;
}

.fd-info .t1 {
    font-size: 14px;
    color: #9E9E9E;
    padding-left: .24rem;
    display: block;
    margin-bottom: .08rem;
    background-position: left center;
    background-repeat: no-repeat;
    -o-background-size: .16rem auto;
    -ms-background-size: .16rem auto;
    -moz-background-size: .16rem auto;
    -webkit-background-size: .16rem auto;
    background-size: .16rem auto;
}

.fd-info .t-c {
    font-size: .22rem;
    color: #999;
}

.fd-info .i1 .t1 {
    background-image: url(../images/i-05.svg);
}

.fd-info .i2 .t1 {
    background-image: url(../images/i-06.svg);
}

.fd-info .qr {
    overflow: hidden;
}

.fd-info .pic {
    float: left;
    width: 1rem;
    margin-right: .2rem;
}

.fd-info .pic img {
    width: 100%;
    display: block;
}

.fd-info .t2 {
    line-height: 1rem;
    font-size: .18rem;
}

.fd-copy {
    text-align: center;
    font-size: .22rem;
    color: #666;
    line-height: .96rem;
    background-color: #E0E0E0;
}

/*******************************
    -------[=正文]-------
********************************/
.hide-dn {
    height: 0;
    overflow: hidden;
}



