﻿.bx-nav-tow>.bx-nav>ul>li>a.focus::after, .bx-nav-tow>.bx-nav>ul>li>a:hover::after {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    content: '';
    height: 2px;
    background: #0151ba;
}
.mamam .bx-nav-tow > .bx-nav > ul > li > a.focus::after, .mamam .bx-nav-tow > .bx-nav > ul > li > a:hover::after {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    content: '';
    height: 2px;
    background: #0151ba;
}
.banner img{
    width:100% !important;
}

.bx-nav-tow>.bx-nav>ul>li>a.focus,.bx-nav-tow>.bx-nav>ul>li>a:hover {
    color: #0d3d88 !important;
}
.lllll a{
    display:inline-block !important;
}
.bx-pt100 {
    padding: 100px 0;
}

.bt {
    text-align: center;
}
.ASHENY .col-md-6{
    position:relative;
}
.ASHENY .img {
    width: 100%;
    position:relative;
    z-index:2;
}
.anniu{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:3;
    cursor:pointer;
    
}
.video {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.bt h4 {
    font-weight: 600;
    font-size: 36px;
    color: #000812;
}

    .bt h5 {
        font-size: 18px;
        color: #cecece;
        font-weight: 600;
    }

    .bt span {
        width: 20px;
        height: 3px;
        background: #0151ba;
        display: inline-block;
    }

.khal {
    padding-bottom: 80px;
    padding-top: 40px;
}

    .khal ul li {
        padding: 10px;
    }

        .khal ul li h5 {
            font-size: 16px;
            color: #000812;
        }

        .khal ul li p {
            font-size: 14px;
            color: #999999;
        }

.yyhy {
    padding-top: 40px;
}

    .yyhy ul li {
        padding: 10px;
    }

        .yyhy ul li a {
            display: block;
            position: relative;
        }

            .yyhy ul li a h5 {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                background: rgba(0,0,0,0.6);
                height: 45px;
                line-height: 35px;
                margin: 0;
                padding: 0 15px;
                font-size: 16px;
                color: #ffffff;
            }

                .yyhy ul li a h5::after {
                    content: '';
                    position: absolute;
                    width: 15px;
                    height: 1.5px;
                    background: #fff;
                    bottom: 10px;
                    left: 15px;
                }

.yiduan {
    margin-bottom: 15px;
    padding-right: 25px;
}

    .yiduan .yiduan1 {
        display: inline-block;
        vertical-align: middle;
        width: 35px;
    }

    .yiduan .yiduan2 {
        vertical-align: middle;
        display: inline-block;
        width: calc(100% - 40px);
    }

        .yiduan .yiduan2 span {
            font-weight: 600;
        }

        .yiduan .yiduan2 span, .yiduan .yiduan2 p, .yiduan .yiduan2 p a {
            font-size: 16px;
            color: #333333;
            line-height: 25px;
        }
.head_top {
    position: fixed;
    top: 0;
    width: 100%;
    height: 35px;
    background: rgba(34, 75, 141, 0.9);
    z-index:999;
}
.zc{
    float:left;
}
.yc{
    float:right;
}
.zc, .yc {
    font-size: 12px;
    line-height: 35px;
    color: #fff;
}
.zxly {
    width: 100%;
    background: url(../img/bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 50px 0;
    margin-top: 80px;
}

.lxwm {
    padding-top: 80px;
}

.zxly .zxlx h5 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 600;
}

.zxly .zxlx h6 {
    font-size: 18px;
    color: #ffffff;
}

.input1 span ,.text span{
    display: inline-block;
    width: 88px;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
}

.input1 input, .text textarea {
    width: calc(100% - 170px);
    height: 48px;
    line-height: 48px;
    background: none;
    border-radius: 6px;
    border: 1px solid #fff;
    padding: 0 15px;
    color: #fff;
    font-size: 16px;
}
    .text textarea{
        height:105px;
        outline:none;
        resize:none;
        color:#fff;
        font-size:16px;
    }
.text{
    margin-bottom:30px;
}
.zxlx_nr a {
    display: block;
    width: 120px;
    height: 50px;
    background: #fff !important;
    border-radius: 6px;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    color: #0151ba;
    font-size:18px;
}
    .zxlx_nr a:hover{
        opacity:0.6;
    }

    .input1 input::-webkit-input-placeholder {
        font-size: 16px;
        color: #f5f5f5;
    }
        

.input1 input::-moz-placeholder {
    font-size: 16px;
    color: #f5f5f5;
}
    /* firefox 19+ */
    .input1 input:-ms-input-placeholder {
        font-size: 16px;
        color: #f5f5f5;
    }
    /* ie */
    .input1 input:-moz-placeholder {
        font-size: 16px;
        color: #f5f5f5;
    }
.input{
    margin-bottom:30px;
}
.text textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: #f5f5f5;
}


.text textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 16px;
    color: #f5f5f5;
}

.text textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 16px;
    color: #f5f5f5;
}

.text textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 16px;
    color: #f5f5f5;
}
.zxlx_nr{
    text-align:center;
}
.wmdfw .bt{
    text-align:left;
    margin-bottom:40px;
}
.fw_you{
    padding-left:60px !important;
}
.wmdfw_nr {
    font-size: 14px;
    color: #999999;
    line-height:27px;
}
    .wmdfw_nr ul {
        text-align:center;
        margin-top:30px;
    }
        .wmdfw_nr ul li{
            float:left;
            width:50%;
        }
        .wmdfw_nr ul h5 {
            font-size: 24px;
            color: #0151ba;
        }

        .wmdfw_nr ul p {
            font-size: 14px;
            color: #000812;
        }
.fwfw {
    padding: 100px 0 0;
    text-align: center;
}
.btbai h5, .btbai h4 {
    color: #fff
}
.fwfw ul{
    padding-top:40px;
}
.fwfw ul li {
    width: 19.5%;
    display: inline-block;
    margin-bottom:80px;
}
    .fwfw ul li img{
        width:120px;
        height:120px;
        border-radius:50%;
    }
    .fwfw ul li p {
        font-size: 18px;
        color: #ffffff;
        padding-top:10px;
    }
.cgzz{
    padding:100px 0;
}
.qyjj{
    text-align:center;
    padding-top:100px;
}
.dbldg{
    padding:40px 0;
    color:#333;
}
.qygs ul{
    background-size:100% 100%;
    height:190px;
    overflow:hidden;
}
.qygs ul li {
    width: 16.666666666666%;
    float:left;
    height:190px;
    overflow:hidden;
    background:rgba(1,81,186,0.6);
    padding:50px 60px 0;
    text-align:center;
    color:#fff;
    cursor:pointer;
}
    .qygs ul li:hover {
        background: rgba(1,81,186,1);
    }
    .qygs ul li h5{
        font-size:16px;
    }
    .qygs ul li p{
        font-size:16px;
    }
.qyln{
    padding:50px 0;
    text-align:center;
}
    .qyln ul li{
        padding:0 20px;
    }
        .qyln ul li h5 {
            padding: 15px 0 5px;
            font-size: 16px;
            color: #333333;
            margin:0;
        }
        .qyln ul li p {
            font-size: 14px;
            color: #999999;
        }
.ppsm{
    position:relative;
    min-height:480px;
}
    
    .ppsm .ppsm_bt {
        position: absolute;
        top: 100px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }
        .ppsm .ppsm_bt h4, .ppsm .ppsm_bt h5 {
            color: #fff;
        }
.ppsm_nr{
    position:absolute;
    width:60%;
    left:50%;
    transform:translate(-50%,0);
    top:220px;
    text-align:center;
    line-height:25px;
    color:#fff;
    font-size:14px;
}
.zuxm {
    max-width: 1200px;
    background: #fff;
    height: 175px;
    box-shadow: 0 3px 3px 2px #fafafa;
    position:absolute;
    bottom:-85px;
    left:50%;
    transform:translate(-50%,0);
    width:100%;
    padding: 30px  50px;
}
    .zuxm ul li .zuoce{
        width:110px;
        display:inline-block;
        vertical-align:middle;
    }

    .zuxm ul li .youce {
        width: calc(100% - 115px);
        display: inline-block;
        vertical-align: middle;
    }
    .zuxm ul li h5{
        font-size:16px;
        color:#333;
    }
    .zuxm ul li p {
        font-size: 14px;
        color: #999999;
    }
.ppjy{
    padding:170px 0 0 ;
}
.ppjy_zong{
    padding-top:50px;
}
.ppjy_zuo {
    width: 49.5%;
    display: inline-block;
    vertical-align: middle;
    padding: 80px 60px;
    background: url(../img/pp1.png) no-repeat top left, url(../img/pp2.png) no-repeat bottom right;
    font-size: 18px;
    color: #000812;
    line-height:25px;
}
.ppjy_you {
    padding-left:30px;
    width: 49.5%;
    display: inline-block;
    vertical-align: middle;
}
.qyzz{
    padding-top:85px;
}
.qyzz_nr{
    padding:40px;
    position:relative;
}
    .qyzz_nr .swiper-slide .img{
        position:relative;
        width:100%;
    }
        .qyzz_nr .swiper-slide .img img{
            width:100%;
        }
        .qyzz_nr .swiper-slide .img p {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 40px;
            line-height: 40px;
            background: rgba(0,0,0,0.5);
            color: #fff;
            font-size: 14px;
            padding: 0 15px;
            width: 100%;
        }
    .qyzz_nr .swiper-button-prev, .qyzz_nr .swiper-button-next {
        position: absolute;
        top: 50%;
        width: 30px;
        height: 30px;
        margin-top: -15px;
        z-index: 10;
        cursor: pointer;
        background-size: 30px 30px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .qyzz_nr .swiper-button-next, .qyzz_nr .swiper-container-rtl .swiper-button-prev {
        background-image: url(../img/you1.png);
        right: 1px;
        left: auto;
    }
    .qyzz_nr .swiper-button-prev, .qyzz_nr .swiper-container-rtl .swiper-button-next {
        background-image: url(../img/zuo1.png);
        left: 1px;
        right: auto;
    }
        .qyzz_nr .swiper-button-prev.swiper-button-disabled {
            background-image: url(../img/zuo.png);
            opacity: 1;
        }
    .qyzz_nr .swiper-button-next.swiper-button-disabled {
        background-image: url(../img/you.png);
        opacity: 1;
    }
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 1;
}
.qyfc{
    padding:50px 0;
}
.qyfc_nr ul li {
    padding: 15px;

}
    .qyfc_nr ul li p {
        position: relative;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        color: #000000;
        margin-top:10px;
    }
        .qyfc_nr ul li p::after{
            content:'';
            position:absolute;
            width:12px;
            height:3px;
            background:#000;
            bottom:0;
            left:0;
        }

.bx-sidem ul li {
    padding: 10px;
}
    .bx-sidem ul li h5 {
        font-size: 16px;
        color: #000812;

    }
    .bx-sidem ul li:hover h5{
        color:#0151ba;
    }
.lxwm_p {
    width: 100%;
    padding: 20px;
    background: #f1f2f2;
}
    .lxwm_p p i{
        display:inline-block;
        width:15px;
        vertical-align:top;
    }
    .lxwm_p p span {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 19px);
        line-height: 22px;
        font-size: 14px;
        color: #333333;
    }
.ewm{
    text-align:center;
    padding:20px;
}
.bx-head {
    position: relative;
}
.mamam .toutongde {
    top: 60px;
}
.toutongde {
    width: 100%;
    position: absolute;
    top: 88px;
    left: 0;
    background: #f0f0f1;
    padding: 20px;
    overflow: hidden;
    transform: scaleY(0);
    transition: all .25s cubic-bezier(0,0.6,0.94,1);
    transform-origin: top center;
    z-index: 10;
}
.liliya:hover .toutongde{
    transform: scaleY(1);
    /*top: auto;
    bottom: 0;*/
}
.toutongde ul > li {
    float: left;
    padding: 10px;
    width: 16.66666666%;
    padding: 0 !important;
}
        .toutongde ul > li h3 a {
            font-size: 16px;
            color: #000812;
            line-height:30px;
            text-align:left !important;
        }
        .toutongde ul > li ol li{
            padding:0 !important;
            display:block !important;
            float:none !important;
        }
        .toutongde ul  li  a:hover{
            color:#0151ba !important;
        }
        .toutongde ul > li ol li a {
            font-size: 14px;
            color: #000812;
            line-height: 30px;
            display:block;
            text-align:left !important;
        }
.ASHENY {
    background: #ececec;
}
.ASHENY_you {
    padding: 150px 50px 0 !important;
    width: 75%;
}
    .ASHENY_you h5 {
        font-size: 33px;
        color: #333333;
        margin-bottom:30px;
    }
    .ASHENY_you ul li {
        width: 23.5%;
        display: inline-block;
        text-align: center;
        font-size: 18px;
        color: #0151ba;
        margin-bottom:30px;
    }
    .ASHENY_you p{
        font-size:14px;
        color:#999;
    }
.qyjj_sy {
    width: 100%;
    padding: 100px 0;
    background: url(../img/bg1.png) no-repeat ;
    background-size:100% 100%;
}
    .qyjj_synr{
        padding-top:40px;
    }
.qyjj_synr_z a {
    display: block;
    width: 100px;
    height: 40px;
    background: #0151ba !important;
    color:#fff;
    text-align:center;
    line-height:40px;
    font-size:14px;
    border-radius:4px;
    margin-top:50px;
}
.qyjj_synr_z, .qyjj_synr_z p, .qyjj_synr_z span {
    font-size: 14px !important;
    color: #ffffff !important;
    line-height: 25px !important;
}
.qyjj_synr_y ul li{
    width:50%;
    float:left;
    text-align:center;
}
.qyjj_synr_y ul li .quan {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    line-height: 80px;
    display:inline-block;
    color:#fff;
    font-size:14px;
}
    .qyjj_synr_y ul li p{
        font-size:16px;
        color:#fff;
        margin-top:8px;
        margin-bottom:30px;
    }
    .qyjj_synr_y ul li .quan span {
        font-size: 18px;
    }
.yyhy_sy{
    padding:100px 0;
}
.yyhy_sy ul {
    padding-top: 40px;
}
.yyhy_sy ul li a {
    display: block;
    position: relative;
}
.yyhy_sy ul li .zy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
    .yyhy_sy ul li .zy p {
        position: absolute;
        top: 50%;
        left: 50%;
       transform:translate(-50%,-50%);
        color: #fff;
        font-size: 18px;
        color: #ffffff;
    }
    .yyhy_sy ul li img{
        width:100%;
    }
    .yyhy_sy ul li:hover .zy{
        background:rgba(1,81,186,0.8);
    }
    .yyhy_sy ul li .zy p::after {
        content: '';
        width: 16px;
        height: 2px;
        background: #fff;
        position: absolute;
        bottom: -3px;
        left: 50%;
        transform: translate(-50%,0);
    }
.khal_xmd{
    padding-top:80px;
}
.khal_xmd ul li {
    float: left;
    width: 33.3%;
    text-align: center;
}
    .khal_xmd ul li a {
        display: inline-block;
        width: 80%;
        height: 350px;
        background: url(../img/shouye1_03.png) no-repeat;
        background-size:100% 100%;
        padding:100px 40px 0;
    }
        .khal_xmd ul li a h5 {
            font-size: 18px;
            color: #000812;
        }
        .khal_xmd ul li a span {
            display: inline-block;
            width: 30px;
            height: 2px;
            background: #0151ba;
        }
    .khal_xmd ul li a p {
        font-size: 14px;
        color: #999999
    }
        .khal_xmd ul li a:hover {
            transform: scale(1.2);
        }
.hzhb{
    padding:100px 0;
}
.hzhb_nr a {
    display: block;
    border: 1px solid #e0e0e0;
}
.footer{
    background:#333;
    padding-top:40px;
}
.footer_zhong, .ewml {
    padding-top: 60px;
}
.footer .col-md-3 .h1 {
    font-size: 18px;
    color: #fff;
    margin: 15px 0;
}
    .footer .col-md-3 p {
        font-size: 14px;
        color: #d7d5d5;
    }
.footer_top {
    padding-bottom: 50px;
    border-bottom: 1px solid #5c5c5c;
}
.ewml {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}
    .ewml p{
        margin-top:15px;
    }
.footer_zhong ul li {
    width: 33.3%;
    float:left;
}
    .footer_zhong ul li:nth-child(1){
        padding-left:40px;
    }
    .footer_zhong ul li h3 {
        font-size: 16px;
        color: #ffffff;
        margin-bottom: 15px;
    }
    .footer_zhong ul li div span {
        font-size: 14px;
        color: #ffffff
    }
    .footer_zhong ul li div p {
        font-size: 14px;
        color: #d7d5d5;
    }
    .footer_zhong ul li a {
        display: block;
        font-size: 14px;
        color: #d7d5d5;
        line-height: 25px;
    }
.footer_bottom {
    line-height: 75px;
    font-size: 14px;
    color: #6e6e6e;
    text-align: center
}
.xq_ye{
    text-align:center;
    max-width:800px;
    margin:0 auto;
}
    .xq_ye img {
        box-shadow: 0 0 3px 2px #f0f0f0;
    }
    .xq_ye h3 {
        text-align: left;
        font-weight: 600;
        color: #333333;
        font-size:20px;
        position:relative;
        margin-top:30px;
    }
    .xq_ye .h3 {
        text-align: left;
        font-weight: 600;
        color: #333333;
        font-size: 20px;
        position: relative;
        margin-top: 30px;
    }
        .xq_ye h3::after{
            position:absolute;
            content:'';
            width:30px;
            height:3px;
            background:#0151ba;
            bottom:-10px;
            left:0;
        }
.xq_xmnr{
    padding-top:100px;
}
.xq_xmnr .a_1 {
    display:inline-block;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    margin-right:60px;
    border-bottom:2px solid rgba(0,0,0,0);
    line-height:40px;
}
    .xq_xmnr .a_1.cur {
        border-bottom: 2px solid #0151ba;
    }
    .dbnr {
        padding: 40px;
    }
.b_1{
    display:none;
}
.hqmfbj,.xgtj {
    padding-top: 50px;
}
    .hqmfbj h3, .xgtj  h3{
        border-left: 2px solid #0151ba;
        font-size: 20px;
        color: #333333;
        padding-left: 15px;
        font-weight: 600;
    }
.mfhqbj_1{
    padding-top:50px;
}
.input2 .input{
    width:50%;
    float:left;
}
    .input2 .input input {
        width: 80%;
        line-height: 48px;
        border: 1px solid #cccccc;
        border-radius:4px;
        padding:0 15px;
    }
    .input2 .input span, .input3 span, .text1  span{
        color: red;
        margin-right: 8px;
    }
.input3 input {
    width: 90%;
    line-height: 48px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 0 15px;
}
.text1 {
    margin-top: 30px;
}
    .text1 textarea {
        width: 90%;
        height: 150px;
        padding: 10px;
        border: 1px solid #cccccc;
        border-radius: 4px;
        outline:none;
        resize:none;
    }
.input9{
    padding-left:9px;
}
.mfhqbj_1 #aaaa{
    display:block;
    margin:0 auto;
    width:100px;
    height:40px;
    color:#fff;
    background:#0151ba;
    border-radius:6px;
    text-align:center;
    line-height:40px;
    font-size:16px;
    margin-top:40px;
}
.imgimgimg {
    object-fit: cover;
    width: auto;
    min-width:100%;
    max-width:none;
    height: 580px;
}
.ewml img{
    width:80px !important;
}
.ewml p{
    margin-bottom:20px;
}
.zddt{
    min-height:500px;
}
    .zddt .ul>li{
        margin-bottom:15px;
    }
    .zddt .ul li > a {
        font-size: 20px;
        color: #000;
        line-height: 35px;
    }
    .zddt h3 a{
        font-size:18px;
    }
    .zddt ol li a {
        font-size: 16px !important;
    }
    .zddt .ul li h4 {
        font-size: 16px;
    }
.msdg li{
    display:inline-block;
    margin:5px 20px;

}
.zddt .ul li ul li a {
    font-size: 12px !important;
}
.zx_tj ul li a{
    display:block;
    background:none !important;
    padding:5px 20px;
    font-size:14px !important;
}
.zx_tj p{
    font-size:16px;
    font-weight:600;
    padding:10px 20px;
    text-align:center;
}
.tnndex ul li a{
    display:block !important;
    padding:10px 20px !important;
    background:none !important;

}

.xw_bta {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
    .xw_bta a {
        display: inline-block;
        cursor: pointer;
        text-align: center;
        width: 140px;
        height: 34px;
        line-height: 34px;
        cursor: hand;
        margin-left: 15px;
        font-size: 14px;
        list-style-type: none;
        border-radius: 10px;
        background-color: #f8f8f8 !important;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
    }
        .xw_bta a:hover, .xw_bta a.cur{
            background:#0151ba !important;
            color:#fff;
        }
.xw_sylb ul li{
    padding: 8px 15px;
}
    .xw_sylb ul li:nth-child(1), .xw_sylb ul li:nth-child(2){
        padding:15px;
    }
    .xw_sylb ul li:nth-child(3){
        padding-top:15px;
    }
    .xw_sylb ul li a {
        display: block;
        background: #f5f5f5 !important;
        padding-top: 20px;
    }
        .xw_sylb ul li a h5{
            padding:0 15px;
            font-size:16px;
            color:#333;
            font-weight:600;
            line-height:30px;
            margin-top:0;
        }
        .xw_sylb ul li a p {
            padding: 0 15px;
            font-size: 14px;
            color: #333;
            overflow: hidden !important;
            text-overflow: ellipsis !important;
            white-space: nowrap !important;
            height: 25px !important;
            line-height: 25px !important;
            margin-bottom: 8px !important;
            display:block !important;
        }
        .xw_sylb ul li a .img {
            display: none;
        }
    .xw_sylb ul li:nth-child(1) a .img, .xw_sylb ul li:nth-child(2) a .img{
        display:block;
    }
    .xw_sylb ul li:nth-child(1) a .sw_rq, .xw_sylb ul li:nth-child(2) a .sw_rq{
        display:none;
    }
    .xw_sylb ul li a .sw_rq {
        width: 75px;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        background: #afafaf;
        color:#fff;
        border-radius:15px;
    }
    .xw_sylb ul li:hover a .sw_rq {
        background: #0151ba
    }
        .xw_sylb ul li a .sw_rq p {
            font-size: 16px;
            color: #fff;
        }
        .xw_sylb ul li a .sw_rq p{
            font-size:14px;
            color:#fff;
        }
        .xw_sylb ul li a .xw_nrnr {
            display: inline-block;
            width: calc(100% - 80px);
            vertical-align: top;
        }
    .xw_sylb ul li:nth-child(1) a .xw_nrnr, .xw_sylb ul li:nth-child(2) a .xw_nrnr {
        width: 100%;
    }
  
    .xw_sylb ul li a h5{
        margin-bottom:5px;
    }
    .xw_sylb ul li:nth-child(1) a h5, .xw_sylb ul li:nth-child(2) a h5 {
        margin-bottom: 10px;
    }
    .xw_sylb ul li:nth-child(1) a p, .xw_sylb ul li:nth-child(2) a p {
        line-height: 25px !important;
        height: 50px !important;
        overflow: hidden !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        margin-bottom: 10px !important;
        white-space:normal !important;
    }
        @media(max-width:1500px) {
            .ASHENY_you {
        padding: 90px 50px 0 !important;
        width: 75%;
    }
    .qygs ul li {
        width: 16.666666666666%;
        float: left;
        height: 190px;
        overflow: hidden;
        background: rgba(1,81,186,0.6);
        padding: 20px 20px 0;
        text-align: center;
        color: #fff;
        cursor: pointer;
    }

}
@media(max-width:1400px) {
    .ASHENY_you {
        padding: 50px 50px 0 !important;
        width: 75%;
    }
        .ASHENY_you h5 {
            font-size: 20px;
            color: #333333;
            margin-bottom: 30px;
        }
        .ASHENY_you ul li {
            width: 23.5%;
            display: inline-block;
            text-align: center;
            font-size: 13px;
            color: #0151ba;
            margin-bottom: 30px;
        }
        .ASHENY_you p {
            font-size: 12px;
            color: #999;
        }
}
@media (max-width:1200px) {
    .wmdfw .bt {
        text-align: left;
        margin-bottom: 10px;
    }
    .wmdfw_nr ul {
        text-align: center;
        margin-top: 10px;
    }
    .wmdfw_nr ul img{
        width:90px;
    }
}

@media (max-width:1000px) {
    .ewml div{
        float:left;
        width:50%;
    }
    .footer_zhong, .ewml {
        padding-top: 10px;
    }
    .bx-nav-tow > .bx-nav > ul > li > a.focus::after, .bx-nav-tow > .bx-nav > ul > li > a:hover::after {
        display: none;
    }
    .lxwm {
        padding-top: 20px;
    }
    .zxly {
        width: 100%;
        background-size: auto 100%;
        padding: 20px 0;
        margin-top: 20px;
    }
    .input1 input {
        width: calc(100% - 120px);
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
    }
    .text textarea {
        width: calc(100% - 120px);
        height: 150px;
        line-height: 40px;
        padding: 0 10px;
    }
    .text {
        margin-bottom: 20px;
    }
    .input {
        margin-bottom: 20px;
    }
    .zxlx{
        text-align:center;
    }
    .zxly .zxlx h5 {
        font-size: 22px;
    }
    .zxly .zxlx h6 {
        font-size: 16px;
    }

    .khal {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .bt h4 {
        font-size: 22px;
    }
    .bt h5 {
        font-size: 16px;
        margin-bottom:0;
    }
    .khal ul li {
        padding: 5px;
    }
    .yyhy ul li a h5 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0,0,0,0.6);
        height: 35px;
        line-height: 30px;
        margin: 0;
        padding: 0 15px;
        font-size: 14px;
        color: #ffffff;
    }
        .yyhy ul li a h5::after {
            content: '';
            position: absolute;
            width: 15px;
            height: 1.5px;
            background: #fff;
            bottom: 5px;
            left: 15px;
        }
    .bx-pt100 {
        padding: 20px 0;
    }
    .bx-nav-tow .bx-nav ul li a.focus::after {
      display:none;
    }
    .fw_you {
        padding-left: 0 !important;
    }
    .fwfw {
        padding: 20px 0 0;
        text-align: center;
        background-size: auto 100% !important;
    }
        .fwfw ul li {
            width: 49.5%;
            display: inline-block;
            margin-bottom: 10px;
        }
        .fwfw ul li img{
            width:80px;
            height:80px;
        }
        .fwfw ul {
            padding-top: 20px;
        }
            .fwfw ul li p {
                font-size: 14px;
                color: #ffffff;
                padding-top: 5px;
            }
    .wmdfw_nr ul h5 {
        font-size: 16px;
        color: #0151ba;
    }
    .wmdfw .bt {
        text-align: center;
        margin-bottom: 10px;
    }
    .cgzz {
        padding: 20px 0;
    }
    .ASHENY_you {
        padding: 20px 20px 20px !important;
        width: 100%;
    }
        .ASHENY_you h5 {
            font-size: 18px;
            color: #333333;
            margin-bottom: 15px;
        }
        .ASHENY_you ul li {
            width: 23.5%;
            display: inline-block;
            text-align: center;
            font-size: 16px;
            color: #0151ba;
            margin-bottom: 15px;
        }
    .sy_cp .bx-side {
        display:none;
    }
    .qyjj_sy {
        width: 100%;
        padding: 20px 0;
        background: url(../img/bg1.png) no-repeat;
        background-size: 100% 100%;
    }
    .qyjj_synr {
        padding-top: 20px;
    }
    .qyjj_synr_y ul li p {
        font-size: 13px;
        color: #fff;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .qyjj_synr_y ul li .quan span {
        font-size: 15px;
    }
    .qyjj_synr_z a {
        display: block;
        width: 100px;
        height: 40px;
        background: #0151ba !important;
        color: #fff;
        text-align: center;
        line-height: 40px;
        font-size: 14px;
        border-radius: 4px;
        margin:0 auto;
        margin-top: 20px;
        margin-bottom:20px;
    }
    .yyhy_sy {
        padding: 20px 0;
    }
        .yyhy_sy ul {
            padding-top: 20px;
        }
    .khal_xmd ul li {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom:20px;
            
    }
    .khal_xmd {
        padding-top: 20px;
    }

        .khal_xmd ul li a {
            display: inline-block;
            width: 80%;
            height: auto;
            background: url(../img/shouye1_03.png) no-repeat;
            background-size: 100% 100%;
            padding: 30px 20px 30px;
        }
    .hzhb {
        padding: 20px 0;
    }
    .footer {
        background: #333;
        padding-top: 20px;
    }
    .zouzouzou{
        display:none;
    }
    .footer_zhong ul li:nth-child(1){
        display:none;
    }
    .footer_zhong ul li:nth-child(2) {
        display: none;
    }
    .footer_zhong ul li {
        width: 100%;
        float: left;
    }
    .footer_top {
        padding-bottom: 20px;
        border-bottom: 1px solid #5c5c5c;
    }
    .footer_bottom {
        line-height: 35px;
        font-size: 14px;
        color: #6e6e6e;
        text-align: center;
    }
    .qyjj {
        text-align: center;
        padding-top: 20px;
    }
    .dbldg {
        padding: 20px 0;
        color: #333;
    }
    .qygs ul li {
        width: 100%;
        float: left;
        height:auto;
        overflow: hidden;
        background: rgba(1,81,186,0.6);
        padding: 20px 20px 20px;
        text-align: center;
        color: #fff;
        cursor: pointer;
    }
    .qygs ul {
        background-size: auto 100% !important;
        height: auto;
        overflow: hidden;
    }
    .qyln {
        padding: 20px 0;
        text-align: center;
    }
    .qyln img{
        width:50px;
    }
    .ppsm .ppsm_bt {
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        width:100%;
    }
    .ppsm_nr {
        position: absolute;
        width: 100%;
        left: 50%;
        transform: translate(-50%,0);
        top: 100px;
        text-align: center;
        line-height: 25px;
        color: #fff;
        font-size: 14px;
    }
    .imgimgimg {
        object-fit: cover;
        width: 100%;
        min-width: 100%;
        max-width: none;
        height: 580px;
    }
    .zuxm {
        max-width: 1200px;
        background: #fff;
        height: auto;
        box-shadow: 0 3px 3px 2px #fafafa;
        position: absolute;
        bottom: -85px;
        left: 50%;
        transform: translate(-50%,0);
        width: 100%;
        padding: 20px 20px;
    }
        .zuxm ul li .zuoce img{
            width:50px;
        }
        .zuxm ul li .zuoce {
            width: 60px;
            display: inline-block;
            vertical-align: middle;
        }
        .zuxm ul li .youce {
            width: calc(100% - 70px);
            display: inline-block;
            vertical-align: middle;
        }
    .ppjy {
        padding: 90px 0 0;
    }
    .ppjy_zuo {
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        padding: 30px 20px;
        background: url(../img/pp1.png) no-repeat top left, url(../img/pp2.png) no-repeat bottom right;
        background-size: 30px 30px;
        font-size: 14px;
        color: #000812;
        line-height: 25px;
    }
    .ppjy_you {
        padding-left: 0px;
        width: 100%;
        display: inline-block;
        vertical-align: middle;
    }
    .qyzz {
        padding-top: 20px;
    }
    .qyzz_nr {
        padding: 20px;
        position: relative;
    }
    .qyfc {
        padding: 20px 0;
    }
    .ppjy_zong {
        padding-top: 20px;
    }
    .bx-side {
        width: 220px;
        float: left;
        position: absolute;
        top: 0;
        left: -220px;
        transition: all 0.5s;
        z-index:999;
    }
    .lxwm_p, .lxwm_bt {
        display: none;
    }
    .bx-side-fl ul li a{
        padding:10px !important;
    }
    .toutongde{
        display:none !important;
    }
    .input2 .input {
        width: 100%;
        float: left;
    }
        .input2 .input input {
            width: 90%;
            line-height: 48px;
            border: 1px solid #cccccc;
            border-radius: 4px;
            padding: 0 15px;
        }
    .input9 input {
        width: 92.5% !important;
    }
  
    .zc {
        display: none;
    }
  
}
