/* ==========================================================================
   Global
   ========================================================================== */

html {
    font-size: 62.5%;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}



body::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}



body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #bdb9b9;
}

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    background-color: #F5F5F5;
}



div::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}



div::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    background-color: #bdb9b9;
}

a {
    color: #333;
}

a:hover {
    color: #004894;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

body {
    color: #333;
    font: 14px/1.7 microsoft yahei, Arial, Helvetica, sans-serif;
}


@media only screen and (max-width: 768px) {
    body {
        font-size: 12px;
    }

}

.wrapper {
    max-width: 1540px;
    /*min-width: 980px; */
    _width: 1540px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
}

.wrapper:after,
.row:after {
    content: "";
    display: table;
    clear: both;
}



/* ==========================================================================
Header
========================================================================== */
header .wrapper {
    position: relative;
    z-index: 99;
}


.logo {
    position: absolute;
    left: 10px;
    width: 30%;
    height: 100px;
    overflow: hidden;
    line-height: 100px;
    background: url(../images/logo.png) no-repeat left center;
}

.logo img {
    max-width: 100%;
    display: none;
}

#globalnav.mini_top .logo {
    background: url(../images/logo-color.png) no-repeat left center;
}



.serchinco {
    position: absolute;
    width: 51px;
    height: 51px;
    right: 70px;
    top: 24.5px;
    line-height: 47px;
    cursor: pointer;
    z-index: 999;
    text-align: center;
    font-size: 24px;
    color: #000;
    border-radius: 50%;
    background-color: #fff;
}

.translation {
    position: absolute;
    width: 51px;
    height: 51px;
    right: 0px;
    top: 24.5px;
    line-height: 51px;
    cursor: pointer;
    z-index: 999;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
}

.translate {
    font-size: 22px;
    color: #000;
}


.globalsearch {
    display: none;
}

.globalsearch {
    position: absolute;
    top: 100px;
    right: 0;
    width: 280px;
    padding: 15px;
    z-index: 99;
    background: #004894;
}

.globalsearch .warp {
    background: #fff;
}

.globalsearch #q {
    float: left;
    border: 0 none;
}

.globalsearch .search-btn {
    float: right;
    border: 0 none;
}

.globalsearch #q {
    width: calc(100% - 70px);
    height: 18px;
    padding: 10px;
    line-height: 18px;
    background: #fff;
    border: 1px solid #fff;
    font: 300 12px/18px microsoft yahei;
}

.globalsearch .search-btn {
    width: 40px;
    padding: 0;
    margin: 0;
    height: 40px;
    cursor: pointer;
    background: url(../images/search.png) no-repeat center;
}

#globalnav.mini_top .serchinco {
    color: #fff;
    background-color: #004894;
}

#globalnav.mini_top .translation {
    background-color: #004894;
}

#globalnav.mini_top .translate {
    color: #fff;
}

@media only screen and (max-width: 1440px) {
    .serchinco {
        width: 40px;
        height: 40px;
        right: 50px;
        top: 30px;
        line-height: 37px;
        font-size: 20px;
    }

    .translation {
        width: 40px;
        height: 40px;
        right: 1px;
        top: 30px;
        line-height: 40px;
    }

    .translate {
        font-size: 18px;
    }
}




@media only screen and (max-width:920px) {
    .serchinco {
        right: 48px;
        top: 0;
    }

    .globalsearch {
        top: 48px;
    }

    .logo,
    .toptel,
    .translation,
    .envelope {
        display: none;
    }

    .wxinco {
        display: none;
    }

    .serchinco {
        width: 48px;
        height: 48px;
        line-height: 48px;
        border: 0;
        font-size: 16px;
    }

    #globalnav.mini_top .serchinco {
        background-color: transparent;
        color: #000;
    }


}

@media only screen and (max-width: 480px) {
    .globalsearch {
        width: calc(100% - 30px);
    }
}

/* ==========================================================================
Nav
========================================================================== */
.globalnav {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 16px;
}

.globalnav li {
    float: left;
}

#globalnav .gn-list {
    margin-right: 300px !important;
}


@media only screen and (max-width: 1440px) {
    #globalnav .gn-list {
        margin-right: 240px !important;
    }

    #globalnav .gn-content {
        max-width: 1340px !important;
    }
}

@media only screen and (max-width: 1280px) {
    #globalnav .gn-list {
        margin-right: 190px !important;
    }

    #globalnav .gn-content {
        max-width: 1200px !important;
    }
}

@media only screen and (max-width: 1080px) {
    #globalnav .gn-list {
        margin-right: 140px !important;
    }
}


.globalnav li a {
    display: block;
    color: #444;
    padding: 0 20px;
    font-size: 14px;
    line-height: 42px;
    font-family: microsoft yahei;
}


.globalnav .active a,
.globalnav li .active1 {
    color: #004894;
}


.dropdown {
    position: absolute;
    z-index: 999;
    background: #fff;
    background: rgba(255, 255, 255, .9);
    display: none;
    padding: 15px 20px;
    border-bottom: 3px solid #004894;
    top: 100%;
    min-width: 110px;
}

.dropdown:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 0 dashed transparent;
    overflow: hidden;
    border-bottom-style: solid;
    border-width: 0px 5px 5px;
    border-bottom-color: #fff;
    left: 50%;
    margin-left: -5px;
    top: -5px;
}

#globalnav.mini_top .dropdown:after {
    border-bottom-color: #004894;
}

.dropdown a {
    white-space: nowrap;
    line-height: 30px;
    font-size: 14px;
    float: left;
    padding: 0;
    color: #000;
    background: none;
    border-bottom: 0 none;
    width: 100%;
    display: block;
    text-align: center;
}

@media (max-width:920px) {
    .dropdown a {
        white-space: nowrap;
        font-size: 14px;
        width: 100%;
        text-align: left;
    }

    .dropdown {
        min-width: calc(100% - 40px);
        padding-top: 0;
    }
}

.dropdown a .fa {
    font-size: 12px;
    line-height: 30px;
    color: #ccc;
    padding-right: 5px;
}

.dropdown a:hover,
.dropdown a:hover .fa {
    color: #004894;
}

/* + */
.toggle-btn {
    display: none;
}

@media only screen and (max-width: 920px) {
    .toggle-btn {
        display: block;
        position: absolute;
        right: 20px;
        top: 10px;
        transition: all 0.5s;
    }

    .inner-cont>p img {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }

    .gn-item:hover .toggle-btn {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}









/* ==========================================================================
xwdlpart01
========================================================================== */
.index_box {
    padding: 70px 0;
}

.index_title {
    text-align: center;
    font-size: 48px;
    font-family: "Noto Sans S Chinese";
    color: rgb(0, 0, 0);
    position: relative;
}

.index_title::after {
    content: "";
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to right, #d71a1a 0%, #d71a1a 50%, #0a428a 51%, #0a428a 100%);
    width: 82px;
    height: 1px;
}

.ip_list {
    display: flex;
}

.ip_list li {
    flex: 1;
    cursor: pointer;
}

.ip_list .pic {
    overflow: hidden;
    position: relative;
    height: auto;
}

.ip_list .bgimg {
    width: 100%;
}

.ip_list .upimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.ip_list li:hover .upimg {
    transform: scale(1.08);
}

@media only screen and (max-width: 1440px) {
    .index_box {
        padding: 40px 0;
    }

    .index_title {
        font-size: 40px;
    }

    .index_title::after {
        top: 70px;
    }
}

@media only screen and (max-width: 920px) {
    .index_box {
        padding: 30px 0;
    }

    .index_title {
        font-size: 36px;
    }

    .index_title::after {
        top: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .index_title {
        font-size: 30px;
    }

    .index_title::after {
        top: 55px;
    }
}

@media only screen and (max-width: 500px) {
    .index_title {
        font-size: 26px;
    }

    .index_title::after {
        top: 50px;
    }

    .index_box {
        padding: 20px 0;
    }
}








/* ==========================================================================
xwdlpart02
========================================================================== */
.xwdlpart02 {
    padding: 0 0 80px;
}

.xwdlpart02 .index_box {
    padding: 70px 0 20px;
}

.wrapper3 img {
    max-width: 100%;
}

.xwdlpart02 .wrapper3 {
    max-width: 1424px;
    position: relative;
    margin: 0 auto;
}

.sign {
    position: absolute;
}

.wrapper2 {
    max-width: 1424px;
    text-align: center;
    display: none;
}

.wrapper2 img {
    max-width: 100%;
}

@media only screen and (max-width: 1440px) {
    .xwdlpart02 .index_box {
        padding: 40px 0 20px;
    }
}

@media only screen and (max-width: 1440px) {
    .xwdlpart02 .index_box {
        padding: 30px 0 20px;
    }
}

@media only screen and (max-width: 768px) {
    .xwdlpart02 .wrapper3 {
        display: none;
    }

    .xwdlpart02 .wrapper2 {
        display: block;
    }
}










/* ==========================================================================
xwdlpart03
========================================================================== */
.xwdlpart03 {
    background-color: rgb(244, 247, 253);
    padding: 0 0 100px;
}

.xwdlpart03 .xwdl_text {
    font-size: 20px;
    font-family: "Noto Sans S Chinese";
    color: rgb(85, 85, 85);
    line-height: 2.4;
    text-align: center;
    max-width: 935px;
    margin: 0 auto;
}

.xwdl03_list {
    margin: 0 auto;
    max-width: 1280px;
    margin-top: 70px;
}

.logoitem {
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    height: 92px;
    background: #fff;
    position: relative;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .02);
}

.logoitem img {
    max-width: 85%;
    max-height: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

#owl-xwdl03list .owl-prev,
#owl-xwdl03list .owl-next {
    display: block;
    width: 54px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 9;
    margin-top: -25px;
    color: transparent;
}

#owl-xwdl03list .owl-prev {
    background: url(../images/arrows01.png) center no-repeat;
    left: -75px;
}

#owl-xwdl03list .owl-next {
    background: url(../images/arrows02.png) center no-repeat;
    right: -75px;
}

@media only screen and (max-width: 1440px) {
    .xwdl03_list {
        max-width: 1100px;
        margin-top: 50px;
    }

    .xwdlpart03 {
        padding: 0 0 80px;
    }

}

@media only screen and (max-width: 1280px) {
    .xwdlpart03 .xwdl_text {
        font-size: 18px;
    }

    .xwdl03_list {
        max-width: 1000px;
        margin-top: 50px;
    }

    .logoitem {
        height: 80px;
    }
}

@media only screen and (max-width: 1150px) {
    .xwdl03_list {
        max-width: 850px;
    }

    .logoitem {
        height: 70px;
    }
}

@media only screen and (max-width: 999px) {
    .xwdl03_list {
        max-width: 700px;
    }
}

@media only screen and (max-width: 850px) {
    .xwdl03_list {
        max-width: 600px;
    }
}

@media only screen and (max-width: 768px) {
    .xwdlpart03 .xwdl_text {
        font-size: 16px;
    }

    .xwdl03_list {
        max-width: 500px;
    }

    #owl-xwdl03list .owl-next,
    #owl-xwdl03list .owl-prev {
        background-size: 20%;
    }
}

@media only screen and (max-width: 650px) {
    .xwdl03_list {
        max-width: 400px;
    }
}

@media only screen and (max-width: 540px) {
    .xwdl03_list {
        max-width: 300px;
    }

}

@media only screen and (max-width: 435px) {
    .xwdl03_list {
        max-width: 200px;
    }
}








/* ==========================================================================
xwdlpart04
========================================================================== */
.xwdlpart04 {
    padding: 0 0 100px;
}


.xwdlpart04 .index_box {
    display: flex;
    justify-content: center;
    align-items: center;
}


.xwdl04_title {
    font-size: 36px;
    font-family: "Noto Sans S Chinese";
    color: rgb(119, 119, 119);
    margin: 0 30px;
    cursor: pointer;
}

.xwdl04_title.on {
    font-size: 48px;
    color: rgb(0, 0, 0);
    position: relative;
}


.xwdl04_title.on::after {
    content: "";
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to right, #d71a1a 0%, #d71a1a 50%, #0a428a 51%, #0a428a 100%);
    width: 82px;
    height: 1px;
}

.zhhdbox {
    max-width: 1300px;
    margin: 0 auto;
}

.xwdl04box {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin: 10px;
}

.xwdl04box:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.xwdl04box .pic {
    overflow: hidden;
    position: relative;
    height: auto;
    cursor: pointer;
}

.xwdl04box .bgimg {
    width: 100%;
}

.xwdl04box .upimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.xwdl04box .pic:hover .upimg {
    transform: scale(1.05);
}

.xwdl04area {
    padding: 30px;
}

.xwdl04area .date {
    font-size: 16px;
    font-family: "Noto Sans S Chinese";
    color: rgb(85, 85, 85);
    line-height: 2;
    font-weight: 400;
}

.zhhd {
    margin-left: 10px;
}

.xwdl04area .text {
    font-size: 22px;
    font-family: "Noto Sans S Chinese";
    color: rgb(0, 0, 0);
    line-height: 1.5;
    height: 80px;
    overflow: hidden;
}

.xwdl04area .text:hover {
    color: #004894;
}

#owl-xwdl04list .owl-prev,
#owl-xwdl04list .owl-next {
    display: block;
    width: 70px;
    height: 107px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 9;
    margin-top: -53.5px;
    color: transparent;
}

#owl-xwdl04list .owl-prev {
    background: url(../images/arrows03.png) center no-repeat;
    left: -85px;
}

#owl-xwdl04list .owl-next {
    background: url(../images/arrows04.png) center no-repeat;
    right: -85px;
}

.ckqb {
    margin-top: 30px;
}

.ckqb a {
    font-size: 24px;
    font-family: "Noto Sans S Chinese";
    color: rgb(85, 85, 85);
    line-height: 1.167;
}

.ckqb img {
    margin-left: 20px;
    vertical-align: baseline;
}



@media only screen and (max-width: 1440px) {
    .zhhdbox {
        max-width: 1100px;
    }

    .xwdl04_title.on {
        font-size: 40px;
    }

    .xwdl04_title {
        font-size: 30px;
        margin: 0 20px;
    }

    .xwdl04_title.on::after {
        top: 70px;
    }

    .xwdl04area .text {
        font-size: 20px;
    }

    .ckqb a {
        font-size: 22px;
    }

    #owl-xwdl04list .owl-next,
    #owl-xwdl04list .owl-prev {
        background-size: 60%;
    }
}

@media only screen and (max-width: 1280px) {
    .zhhdbox {
        max-width: 1000px;
    }

    .xwdl04area .text {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1150px) {
    .zhhdbox {
        max-width: 850px;
    }
}

@media only screen and (max-width: 999px) {
    .zhhdbox {
        max-width: 700px;
    }
}

@media only screen and (max-width: 920px) {
    .xwdl04_title.on {
        font-size: 36px;
    }

    .xwdl04_title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 850px) {
    .zhhdbox {
        max-width: 600px;
    }
}

@media only screen and (max-width: 768px) {
    .zhhdbox {
        max-width: 500px;
    }

    .xwdl04area .text {
        font-size: 16px;
    }

    .xwdl04area .date {
        font-size: 14px;
    }

    .ckqb img {
        vertical-align: text-bottom;
    }

    .ckqb a {
        font-size: 18px;
    }

    .xwdl04area {
        padding: 20px;
    }
}

@media only screen and (max-width: 650px) {
    .zhhdbox {
        max-width: 400px;
    }
}

@media only screen and (max-width: 540px) {
    .zhhdbox {
        max-width: 300px;
    }

    .xwdl04_title.on {
        font-size: 26px;
    }

    .xwdl04_title {
        font-size: 20px;
    }

    .xwdl04_title.on::after {
        top: 50px;
    }
}

@media only screen and (max-width: 435px) {
    .zhhdbox {
        max-width: 200px;
    }

    .xwdl04area .text {
        font-size: 14px;
    }
}









/* ==========================================================================
   footer
   ========================================================================== */
footer {
    font-size: 16px;
    padding: 60px 0 0 0;
    color: #fff;
    position: relative;
    background-color: #004894;
}

.returnTop {
    position: absolute;
    right: 185px;
    top: -71px;
    width: 77px;
}

.rt_img {
    max-width: 100%;
}

footer a {
    color: #cfcfd2;
}

footer a:hover {
    text-decoration: underline;
    color: #fff;
}

.footer-nav {
    text-align: justify;
    margin-bottom: 20px;
}

.fn-col {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    *padding-right: 100px;
}

.footer-nav:after {
    content: "";
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.fn-col h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: normal;
}

.fn-col h3 a {
    color: #fff;
}

.fn-col h3 a:hover {
    text-decoration: underline;
    color: #fff;
}

.fn-col li {
    line-height: 30px;
    font-size: 16px;
    color: #a6cfee;
}

.fn-col li a {
    color: #fff;
}

.fn-col li a:hover {
    text-decoration: underline;
    color: #fff;
}

.fn-contact {
    width: 214px;
    overflow: hidden;
    color: #fff;
    line-height: 2em;
}

.fn-contact p.tel {
    font-size: 30px;
    margin: 10px 0;
}

.fn-contact p.img {
    margin-bottom: 30px;
}



.fn-ewm .txt01 {
    font-size: 16px;
    text-align: center;
}

.fn-ewm img {
    margin-bottom: 10px;
    max-width: 100%;
}

.foothd .wrapper {
    padding: 15px;
    text-transform: Uppercase;
    margin-top: 20px;
    color: #c3c8cd;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    background: #004894;
    border-top: 1px solid #1c60a7;
}


.foothd a:hover {
    text-decoration: underline;
}

.foothd .left {
    float: left;
}

.foothd .right {
    float: right;
}

footer::after {
    position: absolute;
    content: "";
    background-color: rgb(233, 70, 63);
    width: 1440px;
    height: 5px;
    right: 0;
    top: 0;
}

@media only screen and (max-width: 1600px) {
    .returnTop {
        right: 0;
        top: -74px;
    }
}

@media only screen and (max-width: 1440px) {
    footer {
        padding-top: 30px;
    }

    .foothd {
        padding: 10px 0;
        font-size: 12px;
    }
    .returnTop {
        top: -64px;
        width: 67px;
    }
}

@media only screen and (max-width: 1200px) {
    .foothd span {
        margin: 0 10px;
    }

    .foothd .left {
        float: none;
    }

    .foothd .right {
        float: none;
    }

    .fn-col li {
        font-size: 15px;
    }

    .returnTop {
        top: -55px;
        width: 57px;
    }

}

@media only screen and (max-width: 920px) {
    .fn-col li {
        font-size: 12px;
    }

    .fn-col h3 {
        font-size: 14px;
    }

    .foothd span.ewm {
        display: none;
    }

    .fn-contact,
    .fn-ewm {
        display: none;
    }


    .returnTop {
        top: -37px;
        width: 38.5px;
    }
}

@media only screen and (max-width: 768px) {
    footer {
        padding: 0;
    }

    .footer-nav {
        display: none;
    }

    .foothd .wrapper {
        margin-top: 0;
    }

    .foothd {
        padding: 0;
    }
}