* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family:Î¢ÈíÑÅºÚ;
}

input,
img,
a {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.banner a {
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1024;
    padding: 0 .6rem;
}

.logo {
    float: left;
    margin-top: .55rem;
}

.logo img {
    height: .92rem;
    display: block;
}

.hdr {
    float: right;
}

.header .top {
    position: absolute;
    right: .6rem;
    top: 0;
    margin-top: .35rem;
}

.header .link {
    line-height: .4rem;
    float: left;
    font-size: .14rem;
    color: #fff;
}

.header .link a {
    color: #fff;
    padding: 0 .12rem 0 .15rem;
}

.header .link a:hover {
    opacity: .8;
}

.wp {
    width: 100%;
    max-width: 14rem;
    margin: 0 auto;
    font-size: 0;
}

.header .top:after,
.header .top:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.header .lang {
    float: left;
    font-family: arial;
    position: relative;
    margin-top: .05rem;
    margin-left: .22rem;
    padding-bottom: 1px;
}

.header .lang dt {
    width: .8rem;
    height: .3rem;
    border: 1px solid rgba(255, 255, 255, .35);
    line-height: .28rem;
    padding-left: .18rem;
    font-size: 14px;
    color: rgba(255, 255, 255, .52);
    border-radius: .15rem;
    background: url(/images/i-01.png) no-repeat right .14rem center;
}

.header .lang dd {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    background-color: #fff;
    border-radius: .05rem;
    padding: .05rem 0;
z-index:1000
}

.header .lang dd a {
    display: block;
    line-height: .3rem;
    font-size: 14px;
    padding-left: .18rem;
    color: #111;
}

.header .lang dd a:hover {
    background-color: #2f4361;
    color: #fff;
}

.nav {
    margin-top: .77rem;
}

.nav li {
    float: left;
    position: relative;
}

.nav li .v1 {
    display: block;
    font-size: .18rem;
    color: #fff;
    font-weight: bold;
    height: .5rem;
    line-height: .5rem;
    text-align: center;
    width: 1.3rem;
    position: relative;
}

.nav .has-child .v1:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: .2rem;
    margin-left: .05rem;
    margin-top: -1px;
    height: .2rem;
    background: url(/images/i-down.png) no-repeat center;
    -o-background-size: .2rem auto;
    -ms-background-size: .2rem auto;
    -moz-background-size: .2rem auto;
    -webkit-background-size: .2rem auto;
    background-size: .2rem auto;
}

.nav li.on .v1,
.nav li:hover .v1 {
    background-color: #2f4361;
}

.nav dl {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    text-align: center;
    padding-top: 1px;
    display: none;
}

.nav dd {
    border-bottom: 1px solid rgba(255, 255, 255, .33);
}

.nav dd a {
    line-height: .5rem;
    font-size: .16rem;
    display: block;
    color: #fff;
    background-color: rgba(0, 0, 0, .45);
}

.nav dd.ok a,
.nav dd:hover a {
    background-color: #083755;
}

.header .search{width:.2rem;height:.4rem;position:relative;z-index:20;margin-left: .15rem;
    float: left;
}
.header .search .btn{font-size:.18rem;opacity:.75;position:absolute;left:0;top:0;right:0;bottom:0;z-index:5;line-height:.4rem}
.header .search .btn input{width:100%;height:.4rem;cursor:pointer;position:absolute;
    z-index:1;left:0;right:auto;top:0;bottom:auto;border: 0;
    background: url(/images/i-so.png) no-repeat center;
}
.header .search .btn:hover{opacity:1}
.header .search .input{position:absolute;z-index:1;left:auto;right:-.12rem;top:0;font-size:0;
    bottom:auto;height:.4rem;width:.2rem;background: rgba(0,0,0,.8);
    opacity:0;visibility:hidden;transition: .3s
}
.header .search .input input{width:100%;height:.4rem;line-height:.4rem;font-size:.14rem;padding:0 .12rem;border: 0;color: #555;
    background-color: transparent;color: #fff;
}
.header .search:hover .btn{color:#2950b9}
.header .search:hover .input{width:3rem;opacity:1;visibility:visible}

/*******************************
    -------[=µ¼º½]-------
********************************/

.menuBtn {
    position: relative;
    z-index: 9;
    display: none;
    float: right;
    width: 40px;
    height: 40px;
    padding: 7px;
    cursor: pointer;
    margin-top: .05rem;
    margin-right: -.05rem;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.menuBtn b {
    display: block;
    height: 3px;
    background-color: #fff;
    margin: 3px 0 5px;
    border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.menuBtn.open b {
    display: none;
    margin: 0;
    position: absolute;
    left: 10px;
    top: 50%;
    width: 30px;
}

.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 .slide-banner .swiper-slide {
    overflow: hidden;
}

.banner .slide-banner .swiper-slide-active .imgPc a.pic .sc {
    transform: scale(1);
    transition: linear 5s;
}

.banner .slide-banner .imgPc a.pic .sc {
    transform: scale(1.1);
    height: 100%
}

.banner .slide-banner .imgPc a.pic {
    position: relative;
    display: block;
    height: 100vh;
    overflow: hidden;
}

.banner .slide-banner .imgPc a.pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    min-width: 100%;
    max-width: 1000%;
    max-height: inherit;
    transform: translate(-50%, -50%);
}


/*.banner .slide-banner a.pic:after{position: absolute;content: '';left: 0;bottom: 0;right: 0;z-index: 1;height: 30%;
background: url() no-repeat bottom center;background-size: 101% 101%}*/

.banner .slide-banner h4 {
    position: absolute;
    left: .5rem;
    bottom: .9rem;
    z-index: 5;
    right: .5rem
}

.banner .slide-banner h4 a {
    color: #fff;
    font-size: .28rem;
    display: block;
    line-height: 1.4em
}

.banner .baTool {
    position: absolute;
    right: 20%;
    left: auto;
    bottom: 1.1rem;
    z-index: 10;
}

.banner .baTool .next {
    color: #fff;
    font-size: .24rem;
    margin-left: .3rem;
    position: relative;
    top: .05rem;
}

.banner .swiper-pagination-bullets {
    width: auto;
    left: 0;
    position: static;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
    width: auto;
    height: auto;
    opacity: 1;
    color: #fff;
    background: transparent;
    border-radius: 0;
    margin: 0 8px;
    font-size: .22rem
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
    color: #fff;
    font-size: .26rem;
    font-weight: bold;
}

.banner .slide-banner .imgM {
    display: none
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet:after {
    content: "";
    border-top: 1px solid #fff;
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    margin-left: 8px;
    transition: all 0.5s ease-out 0s;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active:after {
    width: .6rem;
}


/*******************************
  -------[=µ×²¿]-------
********************************/

.footer {
    padding-bottom: .65rem;
    background: url(/images/p-bg11.jpg) no-repeat center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.fd-link {
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    padding: .6rem 0 .32rem;
}

.fd-link .tit {
    float: left;
    color: #fff;
    opacity: .73;
    font-size: .18rem;
    margin-right: .15rem;
}

.fd-link .con {
    overflow: hidden;
}

.fd-link .con a {
    font-size: .16rem;
    color: #fff;
    opacity: .73;
    margin-right: .55rem;
}

.fd-link .con a:hover {
    opacity: 1;
}

.fd-con {
    overflow: hidden;
    padding-top: .38rem;
}

.fd-logo {
    float: left;
}

.fd-logo img {
    display: block;
    height: 1.06rem;
}

.fd-r {
    float: right;
}

.fd-txt {
    float: left;
    font-size: .14rem;
    line-height: .32rem;
    color: #fff;
}

.fd-txt p {
    padding-left: .28rem;
    background-position: left center;
    background-repeat: no-repeat;
}

.fd-txt .i1 {
    background-image: url(/images/i-15.png);
}

.fd-txt .i2 {
    background-image: url(/images/i-16.png);
}

.fd-txt .i3 {
    background-image: url(/images/i-17.png);
}

.fd-qr {
    float: right;
    width: 1.31rem;
    margin-left: 1.67rem;
}

.fd-qr img {
    width: 100%;
    display: block;
}

.fd-copy {
    clear: both;
    font-size: .14rem;
    color: #fff;
    opacity: .8;
    padding-top: .1rem;
}


/*******************************
    -------[=ÕýÎÄ]-------
********************************/

 