body {
}

.center {
    width: 1190px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.center2 {
    width: 1190px;
    margin: 0 auto;
    position: relative;
}
.cl {
    clear: both;
}

a {
    text-decoration: none;
    color: #0e0e0e;
}


.nav {
    width: 100%;
    height: 50px;
    /*background: #0071e3;*/
    background-image: linear-gradient(#577df8, #6ca6f7);
}

    .nav li {
        float: left;
        height: 50px;
        /*background: #0071e3;*/
    }

        .nav li:nth-child(1) {
            margin-right: 30px;
        }

            .nav li:nth-child(1) a {
                border-bottom: 0;
            }

                .nav li:nth-child(1) a:hover {
                    border-bottom: 0;
                }

        .nav li a {
            display: block;
            height: 42px;
            text-align: left;
            color: #fff;
            line-height: 50px;
            margin: 0 35px;
            /*border-bottom: 2px solid #0071e3;*/
            color: white;
            font-size:16px;
        }

            .nav li a:hover {
                border-bottom: 2px solid #fff;
            }

        .nav li.cur a {
            border-bottom: 2px solid #fff;
        }

    .nav .logo {
        padding-top: 13px;
    }
.nav_add{
    position:absolute;
    top:0px;
    right:30px;
    cursor:pointer;
    z-index:999;
}
.nav_add .entrance{
    color: #fff;
    line-height: 50px;
    display: block;
    width: 100px;
    text-align: center;
}
.nav_add ul {
    width:100px;
    text-align:center;
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 3333333;
    background: #6ca6f7;
    color:#fff;
    display:none;
}
.nav_add ul li {
    /*background: #0071e3;*/
}
.nav_add ul a {
    color: #fff;
    line-height: 50px;
}
.nav_add ul a:hover{
    text-decoration:underline;
}
.navList{
    overflow:hidden;
    float:left;
}
.navList li {
    float: left;
    height: 50px;
    /*background: #0071e3;*/
}

.navList li:nth-child(1) {
    margin-right: 30px;
}

.navList li:nth-child(1) a {
    border-bottom: 0;
}

.navList li:nth-child(1) a:hover {
    border-bottom: 0;
}

.navList li a {
    display: block;
    height: 42px;
    text-align: left;
    color: #fff;
    line-height: 50px;
    margin: 0 35px;
    /*border-bottom: 2px solid #0071e3;*/
    font-size:16px;
}

.navList li a:hover {
    border-bottom: 2px solid #fff;
}

.navList li.cur a {
    border-bottom: 2px solid #fff;
}


.banner {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bleft {
    width: 835px;
    float: left;
    margin-right: 15px;
    position: relative;
}
.bleft2{
    display: block;
}
.bleft3{
    display: none;
}
.bright {
    float: left;
    width: 336px;
}

    .bright li {
        float: left;
        width: 163px;
        height: 147px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .bright li:nth-child(1) {
            background: url(../images/r1.jpg) top center no-repeat;
        }

        .bright li:nth-child(2) {
            background: url(../images/r2.jpg) top center no-repeat;
            margin-right: 0;
        }

        .bright li:nth-child(3) {
            background: url(../images/r3.jpg) top center no-repeat;
        }

        .bright li:nth-child(4) {
            background: url(../images/r4.jpg) top center no-repeat;
            margin-right: 0;
        }

        .bright li a {
            display: block;
            width: 100%;
            height: 100%;
            position: relative;
        }

            .bright li a p {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 96%;
                background: rgba(0,0,0,0.7);
                color: #fff;
                font-size: 14px;
                line-height: 20px;
                padding: 10px 2%;
            }





.swiper {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        object-fit: cover;
    }

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

.swiper-slide a {
    display: block;
    position: relative;
}

    .swiper-slide a span {
        position: absolute;
        left: 0;
        bottom: 0px;
        color: #fff;
        background: rgba(0,0,0,0.4);
        width: 100%;
        height: 30px;
        text-align: left;
        text-indent: 10px;
        font-size: 14px;
        line-height: 30px;
        z-index:2;
    }

#swiper-pagination {
    width: 81px;
    left: 759px;
    bottom: 10px;
    z-index:9;
}

.zixun {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.fixed-banner {
    position: fixed;
    z-index: 1;
    top: 50%;
}
.fixed-banner.l {
    left: 50px;
}
.fixed-banner.r {
    right: 50px;
}
.fixed-banner img {
    width: 150px;
}

.guanyuwomen .fixed-banner img{
    width: 150px;
}

.leftpart {
    width: 835px;
    float: left;
    margin-right: 15px;
}

.typenav {
    overflow: hidden;
    margin-bottom: 27px;
    border-bottom: 1px solid #e6ebf2;
    box-sizing: border-box;
}

    .typenav li {
        float: left;
        margin-right: 90px;
    }

        .typenav li.cur a {
            color: #0071e3;
            border-bottom: 3px solid #0071e3;
        }

    .typenav a {
        display: block;
        height: 48px;
        color: #4d4d4d;
        text-align: left;
        border-bottom: 3px solid #fff;
        line-height: 48px;
        font-size: 22px;
    }

.typezixun {
    position: relative;
    height: auto;
}

    .typezixun ul {
        display: none;
    }

        .typezixun ul.cur {
            display: block;
        }

    .typezixun li {
        margin-bottom: 20px;
    }

        .typezixun li a {
            display: block;
            overflow: hidden;
        }

            .typezixun li a img {
                float: left;
                margin-right: 13px;
            }

        .typezixun li .zixunxiangqing {
            float: left;
            width: 580px;
        }

        .typezixun li a h3 {
            font-size: 20px;
            color: #0e0e0e;
            line-height: 30px;
            margin-bottom: 12px;
        }

        .typezixun li a p {
            font-size: 14px;
            color: #8a9099;
        }

        .typezixun li a span {
            float: left;
            margin-top: 20px;
        }

            .typezixun li a span s {
                float: left;
                background: #f2f7ff;
                border-radius: 40px;
                padding: 2px 10px;
                margin-right: 20px;
                color: #a1a8b3;
                font-size: 14px;
                text-decoration: none;
            }

        .typezixun li a b {
            float: right;
            margin-top: 20px;
            color: #8a9099;
            font-size: 14px;
            font-weight: normal;
        }

.rightpart {
    float: left;
    width: 330px;
    margin-left: 10px;
}

.mokuai {
    margin-bottom: 30px;
}

    .mokuai h4 {
        color: #0e0e0e;
        font-size: 20px;
        font-weight: bold;
        position: relative;
        z-index: 6;
        float: left;
        margin-bottom: 15px;
    }

.reyi h4 {
    margin-bottom: 25px;
    margin-top: 20px;
}

.mokuai h4 a {
    position: relative;
    z-index: 6;
}

.mokuai h4:before {
    content: "";
    width: 100%;
    height: 6px;
    background: #a6cbff;
    position: absolute;
    left: 0;
    bottom: 0px;
    border-bottom: none;
    z-index: 5;
}

.reyi ul {
    clear: both;
    border-left: 1px solid #e6ebf2;
}

    .reyi ul li {
        padding-left: 18px;
        position: relative;
    }

        .reyi ul li:before {
            content: "";
            display: inline-block;
            background: #fff;
            width: 4px;
            height: 4px;
            border: 4px solid #b3ccf4;
            border-radius: 100%;
            position: absolute;
            top: 5px;
            left: -6px;
            z-index: 1;
        }

.mokuai ul li p {
    color: #0e0e0e;
    margin-bottom: 10px;
}
.mokuai ul li a {
    overflow: hidden;
    display: block;
}
.mokuai ul li span {
    display: block;
    color: #a1a8b3;
    font-size: 14px;
    margin-bottom: 20px;
}

.yuanchuang img {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.yuanchuang h4 {
    margin-bottom: 20px;
}

.yuanchuang div a p {
    font-size: 18px;
    margin-bottom: 8px;
}

.yuanchuang ul {
    margin-bottom: 20px;
}

.yuanchuang div a span {
    display: block;
    color: #a1a8b3;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 24px;
}
.yuanchuang div:last-child a span{
    margin-bottom:0;
}
.top5 ul {
    clear: both;
}

    .top5 ul .topimg {
        float: left;
        position: relative;
    }

        .top5 ul .topimg s {
            width: 14px;
            height: 14px;
            position: absolute;
            top: 0;
            left: 0;
            background: #b81f26;
            color: #fff;
            font-size: 12px;
            text-align: center;
            line-height: 14px;
            text-decoration: none;
        }

            .top5 ul .topimg s.hui {
                background: #f2f7ff;
                color: #a1a8b3;
            }

    .top5 ul li {
        overflow: hidden;
        border-bottom: 1px solid #e6ebf2;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

        .top5 ul li:last-child {
            border-bottom: 0;
        }

    .top5 ul .topzixun {
        float: left;
        width: 170px;
        padding-left: 10px;
    }

        .top5 ul .topzixun p {
            font-size: 14px;
        }

        .top5 ul .topzixun span {
            font-size: 12px;
        }





.copyright {
    width: 100%;
    background: #242424;
    padding: 70px 0;
    padding-bottom: 20px;
}

    .copyright ul {
        overflow: hidden;
    }

        .copyright ul li {
            float: left;
            width: 250px;
        }
            .copyright ul li:nth-child(1){
                margin-left:185px;
            }
            .copyright ul li a {
                font-size: 14px;
                color: #a2a5ac;
                margin-top: 10px;
                display: block;
                cursor: pointer;
            }

            .copyright ul li span {
                font-size: 14px;
                color: #a2a5ac;
                margin-top: 10px;
                display: block;
            }

            .copyright ul li a:hover {
                text-decoration: underline;
            }

            .copyright ul li img {
                display: block;
                margin-top: 10px;
                width: 140px;
            }

            .copyright ul li p {
                color: #fff;
                font-size: 16px;
                margin-bottom: 15px;
            }
            .gywm{
                text-align: center;
                color: #757575;
                font-size: 12px;
                padding-bottom: 10px;
                display: flex;
                align-items: center;
                justify-content: center;
            }
.gywm a{
    color: #757575;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.gywm  img{
    width:60px;
    border-radius:3px;
    position:relative;
}
.friend-link{
    text-align: center;
    color: #757575;
    font-size: 12px;
    padding-bottom: 10px;
}
.friend-link a{
    color: #757575;
    text-decoration: none;
    margin-right: 10px;
}
    .copyright .information {
        text-align: center;
        color: #757575;
        font-size: 12px;
        padding-bottom: 10px;
    }

        .copyright .information a {
            color: #757575;
            text-decoration: none;
            /*display:block;*/
            /*margin-bottom:20px;*/
            margin-right: 10px;
        }
            .copyright .information a img{
                width:60px;
                border-radius:3px;
                position:relative;
                top:5px;
            }
            .copyright .bqlianxi {
                text-align: center;
                font-size: 14px;
                color: #a2a5ac;
                margin-bottom:20px;
                overflow:hidden;
            }
                .copyright .bqlianxi span{
               
                }
                .copyright .bqlianxi span.gl {
                    font-weight:bold;
                }
                .copyright .bqlianxi a {
                    text-align: center;
                    font-size: 14px;
                    color: #a2a5ac;
                }


/*�ͷ�*/
.shangwuhezuo {
    height: 240px;
    position: fixed;
    right: 0;
    bottom: 100px;
    text-align: center;
    cursor: pointer;
}

    .shangwuhezuo .contact {
        color: #0071e3;
        width: 60px;
        position: absolute;
        right: 0;
        top: 0;
        background: #fff;
        border-radius: 5px 0 0 5px;
        box-shadow: 0px 0px 10px #dae2fc;
        padding: 5px;
        padding-bottom: 10px;
    }

.swtip {
    color: #a1a8b3;
    font-size: 14px;
    border-bottom: 1px solid #eff0f1;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.cooperation .sw_icon {
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/hz.png) center center no-repeat;
    margin: 0 auto;
    background-size: 30px;
    padding-top: 15px;
}

.cooperation:hover .sw_icon {
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/hz_h.png) center center no-repeat;
    margin: 0 auto;
    background-size: 30px;
    padding-top: 15px;
}

.wechat .sw_icon {
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/wx.png) center center no-repeat;
    margin: 0 auto;
    background-size: 30px;
    padding-top: 15px;
}

.wechat:hover .sw_icon {
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/wx_h.png) center center no-repeat;
    margin: 0 auto;
    background-size: 30px;
    padding-top: 15px;
}

.swtip:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.swtip:hover {
    color: #0071e3;
}

.swtip img {
    width: 30px;
    display: block;
    margin: 0 auto;
    padding-top: 10px;
    margin-bottom: 5px;
}

.kefu2 {
    width: 160px;
    background: #fff;
    padding-top: 15px;
    cursor: pointer;
    padding-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #dae2fc;
    display: none;
    position: relative;
    z-index: 2;
    margin-right: 75px;
}

    .kefu2 img.mfimg {
        width: 20px;
        float: left;
    }

    .kefu2 img.ewm {
        display: block;
        width: 82%;
        margin: 0 auto;
        border-radius: 5px;
        margin-bottom: 5px;
    }

    .kefu2 a {
        text-decoration: none;
        font-size: 14px;
        display: block;
        text-align: center;
        color: #1d1d1f;
        margin-bottom: 5px;
    }

    .kefu2 span {
        font-size: 16px;
        display: block;
        text-align: center;
        color: #1d1d1f;
    }

        .kefu2 span.swhz {
            color: #0071e3;
            font-weight: bold;
            font-size: 20px;
            padding-bottom: 10px;
        }



.zujian {
    position: absolute;
    right: 2px;
    top: 1px;
    color: #fff;
    z-index: 66;
}

 .zujian span {
        background: #e2e2e2;
        margin-right: 3px;
        height: 14px;
        line-height: 14px;
        float: left;
        font-size: 10px;
    }

 .zujian .zj_yiwen {
        width: 14px;
        border-radius: 10px;
        text-align: center;
        cursor: pointer;
    }


.des_yiwen {
    width: 400px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -90px;
    margin-left: -200px;
    z-index: 88;
    background: #fff;
    border: 2px solid #ff8d5b;
    box-shadow: 0px 0px 10px #FF5003;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 14px;
    color: #757575;
    line-height: 24px;
    display: none;
}
 .zujian .close_all {
    width: 14px;
    border-radius: 10px;
    text-align: center;
    margin-right: 0;
    line-height: 11px;
    cursor: pointer;
}

.close_yiwen {
    position: absolute;
    top: -3px;
    right: 5px;
    cursor: pointer;
}







.nav_add{
    position:absolute;
    top:0px;
    right:30px;
    cursor:pointer;
    z-index:999;
}
.nav_add .entrance{
    color: #fff;
    line-height: 50px;
    display: block;
    width: 100px;
    text-align: center;
}
.nav_add ul {
    width:100px;
    text-align:center;
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 3333333;
    background: #6ca6f7;
    color:#fff;
    display:none;
}
.nav_add ul li {
    /*background: #0071e3;*/
}
.nav_add ul a {
    color: #fff;
    line-height: 50px;
}
.nav_add ul a:hover{
    text-decoration:underline;
}
.nav_add:hover .nav_addList{
    display: block;
}

.nav_addList li{
    float: none !important;
}
.nav_addList li a{
    text-align: center;
    margin: 0;
}
.nav_addList li:nth-child(1){
    margin: 0 !important;
}



.gcw_infoFTh4EGXAW{
    display: none;
}






