/*@charset 'utf-8';*/
/*remove the gray background color from tap, default value is inherit*/
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 1.375;
    outline: none;
}

html {
    -webkit-tap-highlight-color: transparent;
}

body {
    overflow-x: hidden;
    color: #7c7c7c;
    font-family: 'Arial', 'Microsoft Yahei';
    font-size: 14px;
    -webkit-overflow-scrolling: touch;
}

body, h1, h2, h3, h4, h5, h6, dl, dd, p, th, td, form, figure {
    margin: 0;
    padding: 0;
}

body, h1, h2, h3, h4, h5, h6, dl, dd, p, form, figure {
    border: 0;
}

ul, ol, li {
    margin: 0;
    padding: 0;
    list-style-type: none
}

img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    background: transparent;
    text-decoration: none;
    color: inherit;
}

/*a:hover{color: #fff;}*/
b, em, i {
    font-style: normal;
}

/*h1,h2,h3,h4,h5,h6{ font-weight: normal;font-size: 14px;}*/
button, input, optgroup, select, textarea {
    border: none;
    vertical-align: middle;
    font-family: 'Microsoft Yahei';
    outline: none;
}

button, input {
    border-radius: 0;
    padding: 0;
}

-webkit-appearance:none

;
textarea, input {
    -webkit-user-modify: read-write-plaintext-only; /*Android ä¸‹ input focus æ¶ˆé™¤é«˜äº®å¤–æ¡†*/
}

textarea {
    resize: none;
}

/**********å¸¸ç”¨ç±»ç®€å†™***********/
.mauto {
    max-width: 900px;
    margin: 0 auto;
}

.mauto0 {
    max-width: 1010px;
    margin: 0 auto;
}

.mauto2 {
    max-width: 1114px;
    margin: 0 auto;
}

.mauto1 {
    max-width: 1267px;
    margin: 0 auto;
}

.p-mauto {
    max-width: 1200px;
    margin: 0 auto;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.w100 {
    width: 100%;
}

.w50 {
    width: 50%;
}

.mauto:before, .mauto:after, .clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after, .mauto:after {
    clear: both;
}

.ov {
    overflow: hidden;
}

/*float*/
.fl {
    float: left;
}

.fr {
    float: right;
}

/*text-align*/
.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

/*font-weight*/
.fb {
    font-weight: bold;
}

/*display*/
.db {
    display: block;
}

.dn {
    display: none;
}

/*white-space*/
.text-ups {
    text-transform: uppercase;
}

.els {
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    display: inline-block;
}

.fz12 {
    font-size: 12px;
}

.mt5 {
    margin-top: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.mb20 {
    margin-bottom: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mr50 {
    margin-right: 50px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.pt30 {
    padding-top: 30px;
}

.pd15 {
    padding: 15px;
}

.pd20 {
    padding: 0 20px;
}

.pd30 {
    padding: 30px;
}

.pd50 {
    padding: 50px;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pr10 {
    padding-right: 10px !important;
}

.pr20 {
    padding-right: 20px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.li24 {
    line-height: 24px;
}

.li26 {
    line-height: 0.26rem;
}

.li28 {
    line-height: 0.28rem;
}

.li30 {
    line-height: 0.3rem;
}

.li35 {
    line-height: 0.35rem;
}

.li40 {
    line-height: 0.4rem;
}

.f14px {
    font-size: 14px;
}

.f16px {
    font-size: 16px;
}

.f18px {
    font-size: 18px;
}

.f20px {
    font-size: 0.2rem;
}

.f22px {
    font-size: 0.22rem;
}

.f24px {
    font-size: 0.24rem;
}

.f26px {
    font-size: .26rem;
}

.f28px {
    font-size: .28rem;
}

.f30px {
    font-size: .30rem;
}

.f32px {
    font-size: .32rem;
}

.ovh {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ovh2, .ovh3, .ovh4, .ovh5, .ovh6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
}

.ovh2 {
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
}

.ovh3 {
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
}

.ovh4 {
    -webkit-line-clamp: 4;
    -moz-line-clamp: 4;
    -ms-line-clamp: 4;
}

.ovh5 {
    -webkit-line-clamp: 5;
    -moz-line-clamp: 5;
    -ms-line-clamp: 5;
}

.ovh6 {
    -webkit-line-clamp: 6;
    -moz-line-clamp: 6;
    -ms-line-clamp: 6;
}

input[type=button], input[type=submit], input[type=reset], button {
    -webkit-appearance: none;
    outline: none;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w1440 {
    max-width: 1440px;
    margin: 0 auto;
}


::-moz-placeholder {
    color: #fff;
}

::-webkit-input-placeholder {
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

/* include */
#header {
    position: relative;
    height: 70px;
    background-color: #191821;
    z-index: 99;
}

#header .logo {
    line-height: 70px;
}

#header .mobFloat {
    position: relative;
}

#header .search, #header .searchForm {
    display: none;
}

#header .language {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 20px;
    width: 112px;
    text-align: center;
}

#header .language span {
    line-height: 70px;
    display: block;
    height: 70px;
    font-size: 12px;
    color: #8a889d;
}

#header .language span i {
    display: inline-block;
    vertical-align: middle;
}

#header .language:hover span {
    color: #6aa3ea;
    background-color: #fff;
}

#header .language:hover .languageType {
    display: block;
}

#header .language .languageType {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    display: none;
}

#header .language .languageType a {
    display: block;
    font-size: 12px;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #f6f6f6;
}

#header .language .languageType a:hover {
    color: #6aa3ea;
}

#header .nav {
    margin-left: 259px;
}

#header .nav ul li {
    float: left;
    position: relative;
    text-align: center;
}

#header .nav ul li .navA {
    color: #fff;
    display: block;
    line-height: 70px;
    height: 70px;
    padding: 0 30px;
    font-size: 16px;
    text-transform: Capitalize;
}

#header .nav ul li:hover .navA, #header .nav ul li.on .navA {
    color: #2276da;
    border-bottom: 5px solid #2276da;
}

#header .nav ul li:hover .nav_er {
    display: block;
}

#header .nav ul li .nav_er {
    display: none;
    position: absolute;
    min-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
}

#header .nav ul li .nav_er a {
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    /* height: 50px; */
    display: block;
    background-color: #2f2e3b;
    /* white-space: nowrap; */
    padding: 0 10px;
    text-transform: Capitalize;
    line-height: 1.4;
    padding: 15.9px 0;
}

#header .nav ul li .nav_er a:hover {
    color: #2276da;
}

.navMob {
    display: none;
}


/*foot*/
#footer {
    background-color: #191821;
}

#footer .w1108 {
    max-width: 1108px;
    margin: 0 auto;
    position: relative;
}

#footer .footT {
    padding: 40px 0 30px;
}

#footer .footT .logo {
    text-align: center;
    margin-bottom: 30px;
}

#footer .footT .logo a {
    width: 130px;
    display: block;
    margin: 0 auto;
}

#footer .footT .footNav li {
    width: 16.66666%;
    padding: 0 10px;
}

#footer .footT .footNav li h3 a {
    font-weight: normal;
    font-size: 14px;
    color: #bfbfd4;
    margin-bottom: 16px;
    line-height: 1;
}

#footer .footT .footNav li a {
    color: #5b5b73;
    font-size: 12px;
    line-height: 1.5;
    display: block;
}

#footer .footT .footNav li a:hover {
    color: #fff;
}

#footer .footB {
    background-color: #1e1d27;
    height: 36px;
    line-height: 36px;
}

#footer .footB span {
    line-height: 36px;
    color: #4e4c5c;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
}

#footer .footB .share {
    text-align: center;
}

#footer .footB .share a {
    display: inline-block;
    margin: 0 5px;
    line-height: 36px;
    vertical-align: middle;
}

#footer .footB .share a i {
    font-size: 20px;
    color: #2276da;
    line-height: 36px;
}

#footer .footB .share a:hover i {
    color: #fff;
}


@media screen and (max-width: 1300px) {
    .w1200 {
        width: 1100px;
    }

    #header .nav {
        /*margin-left: 220px;*/
    }

    #header .nav ul li .navA {
        padding: 0 20px;
    }

    .f28 {
        font-size: 24px;
    }

    .f26 {
        font-size: 22px;
    }

    .f24 {
        font-size: 20px;
    }

    .f22 {
        font-size: 18px;
    }

    .f20 {
        font-size: 16px;
    }

    .f18 {
        font-size: 14px;
    }

    .f16, .f14, .f12 {
        font-size: 12px;
    }

}


/*sidebar*/
#sidebar {
    display: none;
    position: fixed;
    right: 0;
    bottom: 10%;
    width: 46px;
    background-color: #fff;
    box-shadow: 0px 0px 24px 0px rgba(51, 51, 51, 0.21);
    z-index: 33;
}

#sidebar a {
    display: block;
    line-height: 45px;
    height: 45px;
    box-sizing: content-box;
    border-bottom: 1px solid #f4f4f4;
    text-align: center;
    font-size: 16px;
}

#sidebar a:hover {
    background-color: #2276da;
    color: #fff;
}

#sidebar a:last-child, #sidebar a.email {
    border-bottom: none;
}

#sidebar a i {
    font-size: 16px;
}


.comBanner {
    position: relative;
}

.comBanner h1 {
    font-size: 36px;
    color: #fff;
    line-height: 1;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    margin-top: -18px;
    font-weight: bold;
    z-index: 2;
}

.comBanner img {
    display: block;
}

.breadcrumb {
    line-height: 40px;
    color: #828282;
}

.breadcrumb a, .breadcrumb span {
    color: #828282;
}


@media screen and (max-width: 1300px) {

    .w1200 {
        width: 100%;
        padding: 0 30px;
    }

    #header .logo {
        width: 150px;
    }

    #header .nav {
        margin-left: 200px;
    }

    #header .nav ul li .navA {
        padding: 0 15px;
    }

    #footer .w1108 {
        padding: 0 30px;
    }

    #footer .footT {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    #footer .footB span {
        right: 30px;
    }

}

@media (max-width: 900px) {

    .w1200 {
        margin: 0 0.36rem;
        padding: 0;
        width: 6.78rem;
    }

    #header {
        height: 1.40rem;
        position: relative;
    }

    #header .logo {
        width: 2.58rem;
        line-height: 1.40rem;
    }

    #header .mobFloat {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background-color: #191821;
        padding: 0 0.63rem;
        padding-bottom: 1.05rem;
    }

    #header .navMob {
        display: block;
        position: relative;
        height: 1.40rem;
        width: 0.44rem;
        cursor: pointer;
    }

    #header .navMob i {
        font-size: 0.44rem;
        color: #fff;
        line-height: 1.40rem;
    }

    #header .nav {
        margin-left: 0;
        margin-bottom: 0.90rem;
    }

    #header .nav ul li {
        float: none;
        text-align: left;
        border-bottom: 1px solid #39374a;
    }

    #header .nav ul li .navA {
        line-height: 1.47rem;
        height: 1.47rem;
        font-size: 0.36rem;
    }

    #header .nav ul li .nav_er {
        position: relative;
        top: 0;
    }

    #header .nav ul li:hover .navA, #header .nav ul li.on .navA {
        border-width: 1px;
    }

    #header .nav ul li .nav_er {
        padding: 0.35rem 0;
    }

    #header .nav ul li .nav_er a {
        background-color: transparent;
        color: #5b5b73;
        font-size: 0.30rem;
        line-height: 0.80rem;
        height: 0.80rem;
    }

    #header .language {
        position: relative;
        float: left;
    }

    #header .language span, #header .search {
        display: block;
        line-height: 0.80rem;
        height: 0.80rem;
    }

    #header .search {
        font-size: 0.36rem;
        color: #fff;
    }

    #header .searchForm {
        position: absolute;
        height: 13.34rem;
        padding: 3.34rem 0.63rem 0;
        background-color: #191821;
        width: 100%;
        /*display: block;*/
        left: 0;
        top: 100%;
        margin-left: 0;
    }

    #header .searchForm form {
        display: block;
        line-height: 1.56rem;
        height: 1.56rem;
        position: relative;
        border-bottom: 1px solid #39374a;
    }

    #header .searchForm form input, #header .searchForm form button {
        height: 1.56rem;
        line-height: 1.56rem;
        background-color: transparent;
        border: none;
    }

    #header .searchForm form input {
        width: 100%;
        padding-right: 0.65rem;
        font-size: 0.36rem;
    }

    #header .searchForm form button {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 0.36rem;
        color: #fff;
    }


    .comBanner {
        height: 3.50rem;
    }

    .comBanner img {
        height: 100%;
        width: auto;
        max-width: inherit;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .comBanner h1 {
        left: 0.36rem;
        margin-left: 0;
    }


    #footer .footT {
        padding: 0.88rem 1.18rem;
    }

    #footer .footT .logo {
        margin-bottom: 0;
    }

    #footer .footT .logo a {
        width: 4.00rem;
    }

    #footer .footNav {
        display: none;
    }

    #footer .footB {
        height: auto;
        text-align: center;
        background-color: transparent;
    }

    #footer .footB span {
        position: static;
        width: 100%;
    }
}

@media (max-width: 579px) {

}

@media (max-width: 479px) {

}

@media (max-width: 379px) {

}