﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

#loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #d2d2d2;
    z-index: 99999;
    display: flex;
    flex-direction: row;
    justify-content: center
}

#loading .circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    z-index: -11111;
    position: relative;
    top: 5%
}

#loading .circle h2 {
    color: #f8f8f8
}

#loading .circle .inline-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

#loading .circle .inline-circle .round {
    width: 20px;
    height: 20px;
    background: #eee8aa;
    border-radius: 50%;
    position: absolute;
    bottom: 0
}

body,
html {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-family: 'Microsoft YaHei', '微软雅黑', "Microsoft JhengHei", '华文细黑', STHeiti, MingLiu;
    color: #2f363b
}

footer,
header,
section {
    width: 100%;
    height: 60rem;
    overflow: hidden
}

.bgc-f4 {
    background: #f8f8f8
}

.bgc-f8 {
    background: #f8f8f8
}

.bgc-32 {
    background: #3280f1
}

.color-ff {
    color: #fff
}

.color-2f {
    color: #2f363b
}

.color-32 {
    color: #3280f1
}

.color-65 {
    color: rgba(65, 68, 88, .8)
}

.color-66 {
    color: #666
}

.color-88 {
    color: rgba(88, 99, 126, .8)
}

.color-2d {
    color: #2d3048
}

.color-6f {
    color: #6f7b99
}

.color-99 {
    color: #999
}

.ft-weight {
    font-weight: 700
}

.color-58 {
    color: #58637e
}

.f-75 {
    font-size: 4.6875rem
}

.f-48 {
    font-size: 3rem
}

.f-44 {
    font-size: 2.75rem
}

.f-36 {
    font-size: 2.25rem
}

.f-30 {
    font-size: 1.875rem
}

.f-16 {
    font-size: 1rem
}

.f-18 {
    font-size: 1.125rem
}

.f-20 {
    font-size: 1.25rem
}

.f-22 {
    font-size: 1.375rem
}

.f-24 {
    font-size: 1.5rem
}

.f-14 {
    font-size: .875rem
}

.f-13 {
    font-size: .8125rem
}

.f-12 {
    font-size: .75rem
}

.f-28 {
    font-size: 1.75rem
}

.f-17 {
    font-size: 1.0625rem
}

ul {
    list-style: none
}

a {
    color: #2f363b;
    text-decoration: none;
    cursor: pointer
}

#wrap {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    overflow: hidden
}

.content {
    position: relative;
    width: 75rem;
    margin: 0 auto
}

.container {
    width: 95rem;
    height: auto;
    margin: 0 auto
}

header .nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 3.75rem;
    background: rgba(0, 0, 0, 0);
    z-index: 999
}

@media only screen and (min-width:1200px) {
    header .nav-bar .container {
        width: 1200px
    }
}

@media only screen and (max-width:1200px) {
    header .nav-bar .container {
        width: 1200px
    }
}

@media only screen and (min-width:1349px) {
    header .nav-bar .container {
        width: 1349px
    }
}

.bg-trans {
    transition: background 1s;
    -moz-transition: background 1s;
    -webkit-transition: background 1s;
    -o-transition: background 1s
}

header .nav-bar.active {
    background: #fff;
    box-shadow: 0 1px 15px #adadad
}

.nav-left,
.nav-right {
    height: 100%
}

.nav-left {
    margin-left: 1rem
}

header .nav-bar ul {
    width: 100%;
    height: 100%
}

header .nav-bar ul li {
    float: left;
    height: 100%
}

header .nav-bar ul li a {
    display: block;
    height: 2rem
}

header .nav-bar .nav-l-ul li a {
    margin-top: 1.125rem;
    margin-right: .5rem
}

header .nav-bar .nav-r-ul li {
    margin-right: 2rem;
    height: 2rem;
    transform: translateY(50%);
    -ms-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -o-transform: translateY(50%)
}

header .nav-bar .nav-r-ul li a {
    color: #fff;
    font-size: .875rem;
    text-align: center;
    padding: 0 .8rem;
    line-height: 2rem
}

header .nav-bar .nav-r-ul li a.current,
header .nav-bar .nav-r-ul li a:hover,
header .nav-bar .nav-r-ul li.ljkh a {
    color: #fff !important;
    background: #3280f1;
    border-radius: .25rem;
    padding: 0 .8rem
}

header .nav-bar .nav-r-ul li div.drop-div ul li a.current,
header .nav-bar .nav-r-ul li div.drop-div ul li a:hover {
    border-radius: 0
}

header .nav-bar .nav-r-ul li div.drop-div ul li:first-of-type a.current {
    border-radius: .25rem .25rem 0 0
}

header .nav-bar .nav-r-ul li div.drop-div ul li:last-of-type a.current {
    border-radius: 0 0 .25rem .25rem
}

header .nav-bar .nav-r-ul li.ljkh {
    /* width: 6.25rem; */
    height: 2.5rem;
    line-height: 2.5rem;
    margin-left: .5rem;
    transform: translateY(25%);
    -ms-transform: translateY(25%);
    -moz-transform: translateY(25%);
    -webkit-transform: translateY(25%);
    -o-transform: translateY(25%)
}

header .nav-bar .nav-r-ul li.ljkh a {
    width: 100%;
    height: 100%;
    font-size: 1rem;
    line-height: 2.5rem;
    padding: 0 .8rem;
    vertical-align: middle
}

header .banner {
    background: url(../images/banner1.png) top center/cover no-repeat;
    width: 100%;
    height: 60rem;
    position: relative
}

.left {
    float: left
}

.right {
    float: right
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

header .nav-bar .nav-right .drop-kf,
header .nav-bar .nav-right .drop-sf,
header .nav-bar .nav-right .drop-zx {
    position: relative
}

header .nav-bar .nav-right .drop-kf:hover .drop-div,
header .nav-bar .nav-right .drop-sf:hover .drop-div,
header .nav-bar .nav-right .drop-zx:hover .drop-div {
    display: block
}

header .nav-bar .nav-right .drop-kf .drop-div,
header .nav-bar .nav-right .drop-sf .drop-div,
header .nav-bar .nav-right .drop-zx .drop-div {
    position: absolute;
    top: 15px;
    left: -50%;
    display: block;
    /* width: 110px; */
    height: 120px;
    display: none
}

header .nav-bar .nav-right .drop-kf .drop-div {
    left: -12%
}

header .nav-bar .nav-right .drop-div .trangle {
    border: 15px solid rgba(0, 0, 0, .5);
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotateX(120deg);
    position: absolute;
    top: 11.4px;
    left: 2.8125rem;
    z-index: 1
}

header .nav-bar .nav-right .drop-div ul.drop-menu {
    top: 30px;
    min-width: 7rem;
    height: 160px;
    position: relative;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    height: auto;
    overflow: hidden
}

header .nav-bar .nav-right .drop-sf .drop-div ul.drop-menu {
    /* height: 160px */
}

header .nav-bar .nav-right .drop-kf .drop-div ul.drop-menu {
    /* height: 240px */
}

header .nav-bar .nav-right .drop-div ul.drop-menu li {
    width: 100%;
    height: 40px;
    margin: 0;
    transform: translateY(0)
}

header .nav-bar .nav-right .drop-div ul.drop-menu li a {
    font-size: 12px;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    color: #fff !important
}

header .nav-bar .nav-right .drop-div ul.drop-menu li a:hover {
    color: #fff !important;
    background: #3280f1;
    border-radius: 0
}

header .nav-bar .nav-right .drop-div ul.drop-menu li:first-child a:hover {
    border-radius: 5px 5px 0 0
}

header .nav-bar .nav-right .drop-div ul.drop-menu li:last-child a:hover {
    border-radius: 0 0 5px 5px
}

header .banner .bannerimg {
    width: 100%;
    height: 100%
}

header .banner .prev {
    position: absolute;
    z-index: 998;
    display: none
}

header .banner img.btn {
    position: absolute;
    margin-top: -28px;
    top: 0;
    cursor: pointer;
    z-index: 999;
    top: 50%
}

header .banner img.lf-btn {
    left: 60px
}

header .banner img.rg-btn {
    right: 60px
}

header .banner ul.bancircle {
    position: absolute;
    display: flex;
    flex-direction: row;
    bottom: 40px;
    left: 50%;
    width: 200px;
    justify-content: space-around;
    justify-content: space-evenly;
    align-items: center;
    margin-left: -100px
}

header .banner ul.bancircle li {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%
}

header .banner ul.bancircle li:first-of-type {
    background: #fff
}

footer {
    height: auto;
    background: #2b3238;
    overflow: visible;
    box-sizing: content-box
}

footer #ft-top {
    width: 100%;
    height: auto;
    color: #fff
}

footer #ft-top .ft-t-l {
    width: 10rem;
    margin-right: 11.5rem;
    padding-top: 2.9375rem
}

footer #ft-top .ft-t-l img {
    margin-bottom: 1.25rem
}

footer #ft-top .ft-t-m {
    width: auto;
    margin-right: 7.125rem
}

footer #ft-top .ft-t-m p:first-of-type {
    margin-bottom: .625rem;
    text-align: center
}

footer #ft-top .ft-t-m p.f-12 {
    text-align: center;
    margin-bottom: 1.875rem
}

footer #ft-top .ft-t-m p:nth-of-type(2) {
    margin-bottom: 1.25rem
}

footer #ft-top .ft-t-m>p {
    margin-bottom: 1.25rem
}

footer #ft-top .ft-t-m>p:last-of-type {
    margin-bottom: 0
}

footer #ft-top .ft-t-m,
footer #ft-top .ft-t-r {
    padding-top: 1.875rem
}

footer #ft-top .ft-t-r {
    position: relative;
    width: 440px
}

footer #ft-top .ft-t-r .weixin {
    position: absolute;
    top: 8.5rem;
    left: -42%;
    display: none;
    width: 12.875rem;
    height: 14.6875rem;
    background: #fff;
    text-align: center;
    padding: 10px 16px;
    font-size: 12px;
    border-radius: 10px;
    color: #666;
    box-shadow: 0 0 3px gray
}

footer #ft-top .ft-t-r .weixin2 {
    top: -95px;
    left: -100px
}

footer #ft-top .ft-t-r .weixin3 {
    top: -150px;
    left: -100px
}

footer #ft-top .ft-t-r .weixin .trangle {
    border: 10px solid #fff;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    z-index: 1;
    bottom: -20px;
    left: 50%
}

footer #ft-top .ft-t-r .weixin2 .trangle2 {
    top: 235px;
    transform: rotateZ(0)
}

footer #ft-top .ft-t-r .weixin .img-weixin img {
    width: 10.875rem;
    height: 10.875rem
}

footer #ft-top .ft-t-r p:first-of-type {
    margin-bottom: 2.5rem;
    text-align: center
}

footer #ft-top .ft-t-r p:nth-of-type(2),
footer #ft-top .ft-t-r p:nth-of-type(4) {
    margin-right: 2.5rem
}

footer #ft-top .ft-t-r>p {
    margin-bottom: 1.25rem;
    line-height: 2.0625rem
}

footer #ft-top .ft-t-r p i {
    display: block;
    width: 1.75rem;
    height: 1.5625rem;
    margin-right: 1.25rem
}

footer #ft-top .ft-t-r .f-14 .wx-fw,
footer #ft-top .ft-t-r .f-14 .wx-zx {
    background: url(../images/wexin1.png) center center no-repeat
}

footer #ft-top .ft-t-r .f-14 .weibo {
    background: url(../images/weibo.png) center center no-repeat
}

footer #ft-top .ft-t-r .f-14 .xueqiu {
    background: url(../images/xq.png) center center no-repeat
}

footer #ft-btm {
    height: 1.875rem;
    background: #2f363b;
    text-align: center;
    color: #c2c2c2;
    line-height: 1.875rem;
    font-size: 12px
}

footer #ft-btm p a {
    color: #c2c2c2
}

footer #ft-btm p,
footer #ft-btm p a {
    font-size: 12px
}

#cnzz_stat_icon_1276727456 {
    display: none
}

.language-switcher {
    position: absolute;
    top: 10px;
    right: 10px;
    margin-right: 0;
    display: inline-block;
    margin-right: 0 !important;
    width: 80px;
}

.language-switcher a {
    float: left;
    margin-left: 10px;
    padding: 0 3px !important;

}