/* ==========================================================================
   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: #024099;
}

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: 1150px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
}

.wrapper:after,
.row:after {
    content: "";
    display: table;
    clear: both;
}


/* ==========================================================================
   Header
   ========================================================================== */
.logo {
    width: 429px;
    height: 90px;
    overflow: hidden;
    line-height: 90px;
    position: absolute;
    left: 10px;
    top: 0;
}

.logo img {
    max-width: 100%;
}

.gpdm {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    position: absolute;
    left: 465px;
    top: 0;
    padding-left: 20px;
    border-left: 1px solid #cccccc;
}

.gpdm p.txt01 {
    color: #024099;
    font-size: 18px;
}

.langbox {
    position: absolute;
    right: 50px;
    font-size: 16px;
    top: 30px;
    z-index: 3;
    line-height: 30px;
    color: #555555;
}

.langbox a {
    color: #555555;
}

.langbox a:hover {
    color: #024099;
}

.langbox .on {
    color: #024099;
    font-weight: 600;
}

.langbox i {
    color: #024099;
}

#globalnav.mini_top .langbox,
#globalnav.mini_top .langbox a {
    color: #1f3586;
}


.globalsearch2 {
    width: 240px;
    border: 1px solid #b7b7b7;
    border-radius: 18px;
    position: absolute;
    right: 200px;
    top: 30px;
}

.globalsearch2 .write {
    float: left;
    border: 0 none;
}

.globalsearch2 .search-btn {
    float: right;
    border: 0 none;
}

.globalsearch2 .write {
    width: calc(100% - 50px);
    height: 18px;
    margin: 6px 10px;
    margin-right: 0;
    line-height: 18px;
    font: 300 14px/18px microsoft yahei;
    color: #000;
}

.globalsearch2 .search-btn {
    width: 30px;
    padding: 0;
    margin: 0;
    height: 30px;
    cursor: pointer;
    background: url(../images/search.png) no-repeat center;
}


.serchinco {
    display: none;
    position: absolute;
    width: 40px;
    color: #024099;
    text-align: center;
    height: 30px;
    right: 0;
    top: 30px;
    line-height: 30px;
    cursor: pointer;
    z-index: 999;
    font-size: 16px;
}

.serchinco:hover {
    color: #024099;
}

.globalsearch {
    display: none;
}

.globalsearch {
    position: absolute;
    top: 90px;
    right: 0;
    width: 280px;
    padding: 15px;
    z-index: 99;
    background: #024099;
}

.globalsearch .warp {
    background: #fff;
}

.globalsearch .write {
    float: left;
    border: 0 none;
}

.globalsearch .search-btn {
    float: right;
    border: 0 none;
}

.globalsearch .write {
    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;
}

@media only screen and (max-width:1200px) {
    .globalsearch2 {
        width: 150px;
    }
}

@media only screen and (max-width:920px) {
    .globalsearch2 {
        display: none;
    }

    .serchinco {
        display: block;
        right: 48px;
        top: 0;
    }

    .globalsearch {
        top: 48px;
    }

    .logo,
    .toptel,
    .langbox {
        display: none;
    }

    .topbar {
        height: 0;
    }

    .serchinco {
        width: 48px;
        height: 48px;
        line-height: 48px;
        border: 0;
        font-size: 16px;
        text-align: center;
    }

    .serchinco span {
        display: none;
    }

    .gpdm p {
        display: inline-block;
        font-size: 14px;
    }

    .gpdm p.txt01 {
        margin-left: 10px;
        font-size: 14px;
        font-weight: bold;
    }

    .gpdm {
        margin-top: 12px;
        left: 295px;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 520px) {
    .gpdm {
        display: none;
    }

    .serchinco {
        right: 25px;
    }
}

@media only screen and (max-width: 480px) {
    .globalsearch {
        width: calc(100% - 30px);
    }
}

/* ==========================================================================
   Nav
   ========================================================================== */
.bgnav {
    background-color: rgb(237, 244, 250);
}




/* ==========================================================================
   第一部分关于我们
   ========================================================================== */
.bccpart01 {
    height: 735px;
    background: url(../assets/index01.png) no-repeat 100%;
    position: relative;
    width: 100%;
    background-size: cover;
}

.bccpart01 .aboutarea {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1)0%, rgba(255, 255, 255, 1)70%, rgba(255, 255, 255, 0)75%);
    width: 780px;
    position: absolute;
    right: 0px;
    padding: 50px 10px 60px 10px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 1280px) {
    .bccpart01 {
        background: url(../assets/index01.png) no-repeat 70%;
    }

    .bccpart01 .aboutarea {
        width: 600px;
    }
}
@media only screen and (max-width: 1115px) {
    .bccpart01 .aboutarea {
        width: 500px;
    }
}

.bccpart01 .aboutarea .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.bccpart01 .aboutarea .main h2 {
    font-size: 30px;
    font-family: "Microsoft YaHei";
    color: #000;
    font-weight: bold;
}

.bccpart01 .aboutarea .main .xxnr {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #1656b1;
}

.bccpart01 .aboutarea .main .xxnr img {
    margin: 0 10px;
}

.bccpart01 .aboutarea .text {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #555555;
    line-height: 2;
    text-indent: 2em;
    margin-bottom: 60px;
}


.bccpart01 .aboutarea .ywfblist li {
    width: 25%;
    float: left;
    text-align: center;
    text-transform: Uppercase;
}

.bccpart01 .aboutarea .ywfblist li a {
    display: block;
    color: #024099;
}

.bccpart01 .aboutarea .ywfblist li .inco {
    margin-bottom: 10px;
}

.bccpart01 .aboutarea .ywfblist li .inco img {
    transition-duration: 800ms;
}

.bccpart01 .aboutarea .ywfblist li:hover .inco img {
    transform: rotateY(360deg);
}

.bccpart01 .aboutarea .ywfblist li h3 {
    font-size: 16px;
    font-weight: normal;
}

.zhanwei {
    height: 144px;
}

@media only screen and (max-width: 1280px) {
    .bccpart01 {
        height: 635px;
    }
}


@media only screen and (max-width: 920px) {
    .bccpart01 {
        height: 600px;
    }

    .zhanwei {
        display: none;
    }

    .bccpart01 .aboutarea {
        background-color: #fff;
width: 490px;
    }
    
}

@media only screen and (max-width: 780px) {
    .bccpart01 .aboutarea {
        width: 400px;
        padding: 10px 50px;
    }

    .bccpart01 .aboutarea .main .xxnr {
        font-size: 14px;
    }
}

@media only screen and (max-width: 500px) {
    .bccpart01 .aboutarea {
        width: 300px;
        padding: 10px;
    }
    .bccpart01 {
        background: url(../assets/index01.png) no-repeat;
    }
}


/* ==========================================================================
   第二部分 产品
   ========================================================================== */
.bccpart02 {
    background: url(../assets/index02.png) no-repeat center;
    background-size: cover;
    padding: 50px 0;
}

.bccpart02 .wrapper {
    display: flex;
    align-items: center;
}

.bccpart02 .productleft {
    width: calc(40% - 40px);
    color: #fff;
}

.bccpart02 .productleft h2 {
    font-size: 30px;
    font-family: "Microsoft YaHei";
    color: #fff;
    margin-bottom: 20px;
}

.bccpart02 .productleft .text {
    text-indent: 2em;
    font-family: "Microsoft YaHei" !important;
    line-height: 2;
    font-size: 16px;
}

.bccpart02 .productright {
    width: 60%;
    margin-left: 100px;
}

.bccpart02 .productright .productlist li {
    background-color: rgba(4, 38, 87, 0.8);
    width: 33%;
    float: left;
    height: 68px;
    line-height: 68px;
    margin: 1px;
    color: #fff;
    font-size: 18px;
}

.book {
    /* vertical-align: text-bottom; */
    margin-left: 40px;
}

.bccpart02 .productright .productlist li .pro {
    color: #fff;
    font-size: 18px;
    margin: 0 10px 0 20px;
}

.tuijian {
    background-color: #e60012;
    padding: 0 8px;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    display: none;
}

.rexiao {
    background-color: #ec6a00;
    padding: 0 8px;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    display: none;
}

.prototal {
    margin-left: 40px !important;
}

.bccpart02 .productright .productlist li:nth-child(6) {
    background-color: rgba(2, 84, 182, .8);
}

@media only screen and (max-width:1440px) {

    .bccpart02 .productright {
        margin-left: 60px;
    }
}

@media only screen and (max-width:1280px) {

    .bccpart02 .productright {
        width: 72%;
    }
}

@media only screen and (max-width: 1200px) {
    .bccpart02 .wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .bccpart02 .productleft {
        width: 100%;
        margin-bottom: 10px;
    }

    .bccpart02 .productright {
        width: 100%;
        margin-left: 0;
    }

}

@media only screen and (max-width: 850px) {
    .bccpart02 .productright .productlist li .pro {
        font-size: 16px;
        margin: 0 10px;
    }

    .book {
        /* vertical-align: text-bottom; */
        margin-left: 30px;
    }

}

@media only screen and (max-width: 768px) {
    .bccpart02 .productright .productlist li {
        width: 49%;
        height: 58px;
        line-height: 58px;
    }
}

@media only screen and (max-width: 500px) {
    .book {
        vertical-align: text-bottom;
        margin-left: 10px;
    }

    .bccpart02 .productright .productlist li .pro {
        font-size: 14px;
        margin: 0 5px;
    }

    .prototal {
        margin-left: 5px !important;
    }
}

@media only screen and (max-width: 420px) {
    .bccpart02 .productright .productlist li {
        width: 100%;
        height: 58px;
        line-height: 58px;
    }

    .book {
        vertical-align: text-bottom;
        margin-left: 40px;
    }

    .bccpart02 .productright .productlist li .pro {
        margin: 0 10px;
    }

    .prototal {
        margin-left: 40px !important;
    }
}



/* ==========================================================================
   第三部分 最新资讯
   ========================================================================== */
.bccpart03 .wrapper {
    display: flex;
    padding: 50px 0px;
}

.bccpart03 .infbox {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
}

.bccpart03 .partnerbox {
    box-sizing: border-box;
    width: 50%;
    padding: 0 10px;
}

.bccpart03 .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.bccpart03 .main h2 {
    font-size: 30px;
    font-family: "Microsoft YaHei";
    color: #000;
    font-weight: bold;
}

.bccpart03 .main .xxnr {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #1656b1;
}

.bccpart03 .main .xxnr img {
    margin: 0 10px;
}

.hnewsbox {
    background: #fff;
    margin: 10px 5px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.hnewsbox .pic {
    position: relative;
    height: auto;
    overflow: hidden;
}

.hnewsbox .bgimg {
    width: 100%;
}

.hnewsbox .uppic {
    width: 100%;
    transition: transform 1s;
    position: absolute;
    left: 0;
    top: 0;
}

.hnewsbox:hover .uppic {
    transform: scale(1.05);
}

.hnewsbox .txtarea {
    background: #fff;
    font-size: 16px;
    padding: 20px;
}

.hnewsbox .txtarea .tit {
    line-height: 24px;
    height: 50px;
    margin-top: 5px;
    overflow: hidden;
}

.hnewsbox .txtarea .date {
    color: #0750a4;
    font-size: 14px;
}

.hnewsbox:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.everypartner {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    height: 109px;
    line-height: 109px;
    margin: 10px;
    background: #fff;
    position: relative;
}

.everypartner img {
    max-width: 90% !important;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.everypartner:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.partnerbox #owl-partner .owl-dots .owl-dot span,
.infbox #owl-hnews .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #024099;
}

.partnerbox #owl-partner .owl-dots .owl-dot.active span,
.partnerbox #owl-partner .owl-dots .owl-dot:hover span,
.infbox #owl-hnews .owl-dots .owl-dot.active span,
.infbox #owl-hnews .owl-dots .owl-dot:hover span {
    background: #024099;
}

@media only screen and (max-width: 1440px) {
    .everypartner {
        height: 103px;
        line-height: 103px;
    }
}

@media only screen and (max-width: 1280px) {
    .everypartner {
        height: 94px;
        line-height: 94px;
    }
}

@media only screen and (max-width: 1180px) {
    .everypartner {
        height: 89px;
        line-height: 89px;
    }
}

@media only screen and (max-width: 1080px) {
    .everypartner {
        height: 80px;
        line-height: 80px;
    }
}

@media only screen and (max-width: 1000px) {
    .everypartner {
        height: 110px;
    }
}

@media only screen and (max-width: 920px) {
    .bccpart03 .wrapper {
        flex-direction: column;
    }

    .bccpart03 .infbox {
        width: 100%;
    }

    .bccpart03 .partnerbox {
        width: 100%;
    }

    .everypartner img {
        max-width: 60% !important;
        max-height: 60%;
    }
}



/* ==========================================================================
   Footer
   ========================================================================== */
footer {
    font-size: 14px;
    padding: 60px 0 0 0;
    color: #cfcfd2;
    background: #252529;
    position: relative;
}

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: 16px;
    line-height: 24px;
    color: #cfcfd2;
    font-weight: normal;
}

.fn-col h3 {
    color: #cfcfd2;
}

.fn-col h3 a:hover {
    text-decoration: underline;
    color: #fff;
}

.fn-col li {
    line-height: 30px;
    font-size: 14px;
    color: #e4e4e4;
}

.fn-col li a {
    color: #9b9ba3;
}

.fn-col li a:hover {
    text-decoration: underline;
    color: #fff;
}

.fn-contact {
    width: 250px;
    overflow: hidden;
    color: #cfcfd2;
    line-height: 1.5em;
    padding-right: 30px;
}

.fn-contact p.tel {
    font-size: 30px;
    margin: 10px 0;
}

.fn-contact p.img {
    margin-bottom: 30px;
}

.fn-ewm {
    padding-left: 30px;
    width: 150px;
}

.fn-ewm .txt01 {
    font-size: 16px;
    text-align: center;
}

.fn-ewm img {
    margin-bottom: 10px;
    max-width: 100%;
}

.foothd {
    padding: 15px 0;
    text-transform: Uppercase;
    color: #7a7b83;
    font-size: 14px;
    border-top: 1px solid #000000;
    background: #000000;
    position: relative;
}

.foothd a {
    color: #7a7b83;
}

.foothd a:hover {
    text-decoration: underline;
}

.foothd .left {
    float: left;
}

.foothd .right {
    float: right;
}


@media only screen and (max-width: 1440px) {
    footer {
        padding-top: 30px;
    }

    .foothd {
        padding: 10px 0;
        font-size: 12px;
    }
}

@media only screen and (max-width: 1200px) {
    .foothd span {
        margin: 0 10px;
    }
}

@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;
    }
}


@media only screen and (max-width: 768px) {
    footer {
        padding: 0;
    }

    .footer-nav {
        display: none;
    }

    .foothd .right,
    .foothd .left {
        float: none;
    }

}

.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);
    }
}


.dropdown {
    position: absolute;
    z-index: 999;
    background: #fff;
    background: rgba(255, 255, 255, .9);
    display: none;
    padding: 15px 20px;
    border-bottom: 3px solid #024099;
    top: 100%;
    min-width: 110px;
}

.dropdown:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 0 dashed transparent;
    overflow: hidden;
    border-top-style: solid;
    border-width: 5px 5px 0;
    border-top-color: #024099;
    left: 50%;
    margin-left: -5px;
    top: 0px;
}

.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 only screen and (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: #024099;
}