.mainBannerSlide{
    position: relative;
    width: 100%;
    height: 580px;
    overflow: hidden;
    padding-top: 46px;
}

.mainBannerSlide .bd{position:relative;height: 100%;}

.mainBannerSlide .d1{
    position:absolute;
    left:0;
    top:0;
    display:block;
    width:100%;
    height:100%;
    /*background-size: 100% !important;*/
}

.mainBannerSlide .hd {
    position: absolute;
    bottom: 23px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
}

.mainBannerSlide .hd li {
    display: inline-block;
    width: 50px;
    height: 6px;
    margin:0 10px;
    background: #e6e6e6;
    cursor: pointer;
}

.mainBannerSlide .hd li.on{
    background: #005BAC;
}

.indexbg{
    padding:45px 0;
    background: url(index_bg.jpg) left top repeat;
}

.indexbg2{
    padding:45px 0 73px;
}

.maincont .contLeft{
    float: left;
    width:774px;
    /* padding:0 0 32px; */
    background: #fff;
    box-shadow: 0px 0px 3px rgba(178, 178, 178, 0.1);
    box-sizing: border-box;
    height: 530px;
}

.contTitle{
    position: relative;
    padding:30px;
}

.contTitle2{padding:30px 30px 16px;}

.contTitle:before{
    content: '';
    position: absolute;
    top:30px;
    left:0;
    width:5px;
    height: 34px;
    background:#005BAC;
}

.contTitle h1{
    display: inline-block;
    padding-top: 3px;
    font-size: 30px;
    line-height: 31px;
    color:#1a1a1a;
    font-weight: normal;
}

.contTitle h1 a{color:#1a1a1a;}

.contTitle2 h1 a{color:#CAA846;margin-right: 50px;}
.contTitle2 h1 a.on{color:#005BAC;}

.contTitle .more{
    float: right;
    font-size: 16px;
    color:#005BAC;
    line-height: 26px;
    padding-top: 8px;
    padding-right: 18px;
    background: url(icon_more.png) right 16px no-repeat;
}

.contPicT{
    margin:0 30px 10px;
    padding:10px 19px 10px 10px;
    border:1px solid #ebebeb;
    border-radius: 4px;
    overflow: hidden;
}

.contPicT .img{float: left;margin-right: 21px;}

.contPicT .img img{
    display: block;
    width:236px;
    height: 133px;
    border-radius: 4px;
}

.contPicT .contRightT a{padding-bottom:9px;font-size: 20px;color: #333;line-height: 36px;}

.contPicT .contRightT p{font-size: 16px;color: #999;line-height: 24px;}

.contTextList{
    padding:0 30px;
}

.contTextList li{
    padding: 14px 0 14px;
    border-bottom:1px dashed #d2dbe5;
    overflow: hidden;
}

.contTextList li a{
    padding-left: 29px;
    font-size: 17px;
    color: #333;
    line-height: 30px;
    height: 30px;
    background: url(icon_doc.png) 4px 8px no-repeat;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 600px;
    float: left;
}

.contTextList3{display: none;}
.contTextList3 li{padding:14px 0;}

.contTextList3 li a{line-height: 26px;background:url(icon_doc.png) 4px 6px no-repeat; width: 100%;}

.contTextList li a .new{display:inline-block;position: relative; top:-8px;width:33px;height: 18px;margin-left:6px;background: url(icon_new.png) no-repeat;}

.contTextList li .time{float:right;font-size: 16px;color:#aab9c4; margin-top: 5px;}

.index_tabT2 .contTextList2{display: none;}

.contTextList2 li{
    position:relative;
    padding: 15px 0 15px;
    background: url(icon_arrow.png) no-repeat center right;
}

/* .contTextList2 li:after{
    content: '';
    position: absolute;
    top:26px;
    right:6px;
    width:6px;
    height: 10px;
    background: url(icon_arrow.png) no-repeat;
} */

.contTextList2 li a{
    width: 100%;
    /* width: 530px; */
    box-sizing: border-box;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-right: 20px;
    box-sizing: border-box;
}

.contTextList3 li:last-child{border-bottom: none;}


.contPicT .contRightT a:hover,.contTextList li a:hover,.contTextList li a:hover .time{color:#005BAC;}

.maincont .contRight{
    float: right;
    width:586px;
}

.maincont .contRight .contRightC{
    width:586px;
    height: 530px;
    /* padding:0 0 30px; */
    background: #fff;
    box-shadow: 0px 0px 3px rgba(178, 178, 178, 0.1);
    box-sizing: border-box;
}

.contTitleTab{
    position: relative;
    padding:30px 30px 18px;
}

.contTitleTab a{
    position: relative;
    display: inline-block;
    padding-top: 3px;
    margin-right: 45px;
    font-size: 30px;
    line-height: 31px;
    color:#CAA846;
    font-weight: normal;
}

.contTitleTab a.on{color:#005BAC;}

.contTitleTab a.on:before{
    content: '';
    position: absolute;
    top:-30px;
    left:0;
    width:100%;
    height: 5px;
    background:#005BAC;
}

.contTitleTab .moreC {
    position: absolute;
    right:30px;
    top:30px;
}

.contTitleTab .moreC .more{
    display: none;
    font-size: 16px;
    color:#005BAC;
    line-height: 26px;
    margin:0;
    padding-top: 8px;
    padding-right: 18px;
    background: url(icon_more.png) right 16px no-repeat;
}

.contRight .contRPic{
    display: block;
    margin:11px auto 0;
}

.contRight .contRPic img{
    display: block;
    width:585px;
    height: 110px;
}

.index_hyzc{
    height: 343px;
    background:#005BAC url(index_hyzc_bg.jpg) center top no-repeat;
}

.index_hyzc_title{
    position: relative;
    padding-top: 51px;
    padding-left: 30px;
    font-size: 30px;
    color: #fff;
    line-height: 34px;
}

.index_hyzc_title a{color: #fff;}

.index_hyzc_title:before{
    content: '';
    position: absolute;
    top:51px;
    left:0;
    width:5px;
    height: 34px;
    background: rgba(255,255,255,0.7);
}

.index_hyzc ul{
    display: flex;
    justify-content:space-between;
    padding-top: 40px;
}

.index_hyzc ul li{
    position: relative;
    display: inline-block;
    text-align: center;
    min-width:111px;
    margin-right: 142px;
}

.index_hyzc ul li:last-child{margin-right: 0;}

.index_hyzc ul li.index_hyzc_xsrm .img_normal{
    background: url(icon_hy1_v2.png) no-repeat;
}

.index_hyzc ul li.index_hyzc_xsrm .img_hover{
    background: url(icon_hy1_v2_h.png) no-repeat;
}

.index_hyzc ul li.index_hyzc_hyrx .img_normal{
    background: url(icon_hy6.png) no-repeat;
}

.index_hyzc ul li.index_hyzc_hyrx .img_hover{
    background: url(icon_hy6_h.png) no-repeat;
}

.index_hyzc ul li.index_hyzc_fxr .img_normal{
    background: url(icon_hy7.png) no-repeat;
}

.index_hyzc ul li.index_hyzc_fxr .img_hover{
    background: url(icon_hy7_h.png) no-repeat;
}

.index_hyzc ul li.index_hyzc_tzr .img_normal{
    background: url(icon_hy4.png) no-repeat;
}

.index_hyzc ul li.index_hyzc_tzr .img_hover{
    background: url(icon_hy4_h.png) no-repeat;
}

.index_hyzc ul li.index_hyzc_zjjg .img_normal{
    background: url(icon_hy3.png) no-repeat;
}

.index_hyzc ul li.index_hyzc_zjjg .img_hover{
    background: url(icon_hy3_h.png) no-repeat;
}

.index_hyzc ul li.index_hyzc_hjgl .img_normal{
    background: url(icon_hy9.png) no-repeat;
}

.index_hyzc ul li.index_hyzc_hjgl .img_hover{
    background: url(icon_hy9_h.png) no-repeat;
}

/* .index_hyzc ul li.index_hyzc_hymd .img_normal{
    background: url(icon_hy2.png) no-repeat;
}

.index_hyzc ul li.index_hyzc_hymd .img_hover{
    background: url(icon_hy2_h.png) no-repeat;
} */

.index_hyzc ul li.index_hyzc_hymd .img_normal{
    background: url(icon_hy2_1000.png) no-repeat;
    background-size: 100%;
}

.index_hyzc ul li.index_hyzc_hymd .img_hover{
    background: url(icon_hy2_1000_h.png) no-repeat;
    background-size: 100%;
}




.index_hyzc ul li.index_hyzc_kqkp .img_normal{
    background: url(icon_hy8.png) no-repeat;
}

.index_hyzc ul li.index_hyzc_kqkp .img_hover{
    background: url(icon_hy8_h.png) no-repeat;
}


.index_hyzc ul li a{
    display: block;
    font-size: 22px;
    color: #fff;
    line-height: 24px;
    text-align: center;
}

.index_hyzc ul li .img_normal{
    width:100%;
    height: 111px;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    margin-bottom: 20px;
}
.index_hyzc ul li .img_hover{
    width:100%;
    height: 111px;
    visibility: hidden;
    opacity: 0;
    position:absolute;
    top:0;
    left:0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.index_hyzc ul li:hover .img_normal{
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.index_hyzc ul li:hover .img_hover{
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.maincont .contLeft2{
    float: left;
    width:748px;
    height: 450px;
    background: #fff;
    box-shadow: 0px 0px 3px rgba(178, 178, 178, 0.1);
    box-sizing: border-box;
}

.maincont .contRight2{
    float: right;
    width:611px;
    height: 450px;
    background: #fff;
    box-shadow: 0px 0px 3px rgba(178, 178, 178, 0.1);
    box-sizing: border-box;
}

.contRight2 .contTitle{padding:30px 30px 18px;}
.contRight2 .contTextList li{/*padding:18px 0 17px;*/}
.contRight2 .contTextList li:last-child{border:none;}
.contRight2 .contTextList li a{/*background:url(icon_doc.png) 4px 6px no-repeat*/}

.index_tabT2 {
    position: relative;
}

.loading {
    width: 100%;
    height: 100%;
    background: #333 url(loading.gif) no-repeat center;
    background-size: 10%;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.contLeft_navLink{position:relative;padding:14px 0 11px 30px;}

.contLeft_navLink li{float: left;margin-right: 30px;}
.contLeft_navLink li:last-child{margin-right: 0;}

.contLeft_navLink li a{
    padding-right: 18px;
    font-size: 18px;
    color: #CAA846;
    line-height: 30px;
    background: url(icon_arrow3.png) right center no-repeat;
}

.contLeft_navLink li .contTitleS {position:absolute; top:-47px; left:197px; padding-right:18px;font-size: 26px; color:#CAA846;background: url(icon_arrow3.png) right center no-repeat;}

.contLeft_navLink li a.on,.contLeft_navLink li a:hover{color: #005BAC;background: url(icon_arrow3_h.png) right center no-repeat;}

.index_ywzt{
    height:278px;
    margin:45px auto 0;
    background: #fff;
    box-shadow: 0px 0px 3px rgba(178,178,178,0.1);
    box-sizing: border-box;
}

.ztSlide{position:relative;height:209px;overflow: hidden;}
.ztSlide .swiper-slide{
    float: left;
    overflow: hidden;
}

.ztSlide ul li{
    float: left;
    width: 424px;
    height: 138px;
    margin-right: 33px;
}

.ztSlide ul li:first-child{
    margin-left: 30px;
}

.ztSlide ul li:last-child{
    margin-right: 0;
}

.ztSlide ul li a img{
    width: 424px;
    height: 138px;
    border-radius: 6px;
}

.ztSlide-pagination {
    position: absolute;
    bottom: 27px;
    left: 0;
    width: 100%;
    text-align: center;
}

.ztSlide .swiper-pagination-switch {
    display: inline-block;
    width: 40px;
    height: 6px;
    margin:0 11px;
    background: #e6e6e6;
    cursor: pointer;
}

.ztSlide .swiper-active-switch {
    background: #005BAC;
}


/* old-fastEnter start */
.index_enter {
    height:289px;
    margin:45px auto 0;
    background: #fff;
    box-shadow: 0px 0px 3px rgba(178, 178, 178, 0.1);
    box-sizing: border-box;
}

.index_enter ul {
    padding-left: 30px;
}

.index_enter ul li{
    float: left;
    width:426px;
    height: 152px;
    padding:25px 25px 0 30px;
    border: 1px solid #d9cda8;
    background:#f8f7f6;
    border-radius: 10px;
    margin-right: 30px;
    box-sizing: border-box;
}

.index_enter ul li:hover{background: #fef9f3;}

.index_enter ul li:last-child{margin-right: 0;}

.index_enter ul li .icon{
    float: left;
    display: block;
    width:100px;
    height: 100px;
    margin-right: 29px;
    border-radius: 20px;
    background:#f8f7f6;
    border: 1px solid #d9cda8;
}

.index_enter ul li.xxfwxt .icon{
    background: url(icon_xt1.png) center center no-repeat;
}

.index_enter ul li.hyglxt .icon{
    background: url(icon_xt2.png) center center no-repeat;
}

.index_enter ul li.pxxt .icon{
    background: url(icon_xt3.png) center center no-repeat;
}

.index_enter ul li .info h6{
    padding-bottom: 6px;
    font-size: 18px;
    color: #333;
    line-height: 23px;
    font-weight: normal;
}

.index_enter ul li .info h6 a{color: #333;}
.index_enter ul li .info h6 a:hover{color:#005BAC;}

.index_enter ul li .info p{
    font-size: 14px;
    color: #999;
    line-height: 20px;
}

.index_enter ul li .info .detail{
    display: inline-block;
    width:95px;
    height: 23px;
    margin-top: 8px;
    font-size: 14px;
    color: #fff;
    line-height: 23px;
    text-indent:9px;
    background: url(btn_bg.png) center center no-repeat;
}
/* old-fastEnter end */


/* new-fastEnter start */

.index_fastEnter {
    height:310px;
    margin:45px auto 0;
    background: #fff;
    box-shadow: 0px 0px 3px rgba(178, 178, 178, 0.1);
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.index_fastEnter .zhptrk {
    width: 1370px;
    margin: 0 auto;
    overflow: hidden;
}

.index_fastEnter ul li{
    float: left;
    padding: 10px 16px;
}

.index_fastEnter .swiper-slideIn {
    height: 152px;
    padding:25px 15px 0 25px;
    border: 1px solid #d9cda8;
    background:#f8f7f6;
    border-radius: 10px;
    box-sizing: border-box;
}

.index_fastEnter ul li .swiper-slideIn:hover{ background: #fef9f3; }

.index_fastEnter ul li .swiper-slideIn:last-child{ margin-right: 0; }

.index_fastEnter ul li .icon{
    float: left;
    display: block;
    width:100px;
    height: 100px;
    margin-right: 25px;
    border-radius: 20px;
    background:#f8f7f6;
    border: 1px solid #d9cda8;
}

/* .index_fastEnter ul li.xxfwxt .icon{
    background: url('/images/icon_xt1.png') center center no-repeat;
}

.index_fastEnter ul li.hyglxt .icon{
    background: url('/images/icon_xt2.png') center center no-repeat;
}

.index_fastEnter ul li.pxxt .icon{
    background: url('/images/icon_xt3.png') center center no-repeat;
} */

.index_fastEnter ul li .info h6{
    padding-bottom: 6px;
    font-size: 18px;
    color: #333;
    line-height: 23px;
    font-weight: normal;
}

.index_fastEnter ul li .info h6 a{color: #333;}
.index_fastEnter ul li .info h6 a:hover{color:#005BAC;}

.index_fastEnter ul li .info p{
    font-size: 14px;
    color: #999;
    line-height: 20px;
}

.index_fastEnter ul li .info .detail{
    display: inline-block;
    width:95px;
    height: 23px;
    margin-top: 8px;
    font-size: 14px;
    color: #fff;
    line-height: 23px;
    text-indent:9px;
    background: url(btn_bg.png) center center no-repeat;
}

.index_fastEnter .pagination_zhptrk {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
}

.index_fastEnter .pagination_zhptrk .swiper-pagination-switch {
    width: 40px;
    height: 5px;
    display: inline-block;
    background-color: #e6e6e6;
    margin: 0 5px;
    cursor: pointer;
}

.index_fastEnter .pagination_zhptrk .swiper-active-switch {
    background-color: #005bac;
}

/* new-fastEnter end */


@media screen and (min-width: 1920px) {
    .mainBannerSlide .d1{
        background-size: auto 100% !important;
    }
}

@media screen and (max-width: 1600px) {
    .mainBannerSlide {
        height: 480px;
    }
}

@media screen and (max-width: 1440px) {
    .mainBannerSlide{
        position: relative;
        width: 100%;
        height: 380px;
        overflow: hidden;
        padding-top: 46px;
    }

    .mainBannerSlide .hd {
        position: absolute;
        bottom: 19px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .mainBannerSlide .hd li {
        display: inline-block;
        width: 42px;
        height: 5px;
        margin:0 9px;
        background: #e6e6e6;
        cursor: pointer;
    }

    .indexbg{
        padding:23px 0;
        background: url(index_bg1000.jpg) left top repeat;
    }

    .indexbg2{
        padding:23px 0 45px;
    }

    .maincont .contLeft {
        float: left;
        width: 672px;
        height: 440px;
        /* padding: 0 0 27px; */
    }

    .maincont .contRight{
        width:508px;
    }

    .maincont .contRight .contRightC {
        width: 508px;
        height: 440px;
        /* padding: 0 0 4px; */
    }

    .contTitle:before {
        content: '';
        position: absolute;
        top: 30px;
        left: 0;
        width: 4px;
        height: 28px;
        background: #005BAC;
    }

    .contTitle {
        position: relative;
        padding: 28px 22px 22px 17px;
    }

    .contTitle2{
        padding: 28px 22px 18px 17px;
    }

    .contTitle h1 {
        padding-top:0;
        font-size: 24px;
        line-height: 28px;
    }

    .contTitle2 h1 a{margin-right: 35px;}

    .contTitle .more {
        float: right;
        font-size: 14px;
        color: #005BAC;
        line-height: 28px;
        padding-top: 0;
        padding-right: 15px;
        background: url(icon_more1000.png) right 10px no-repeat;
    }

    .contTitleTab .moreC .more{
        display: none;
        font-size: 14px;
        color:#005BAC;
        line-height: 28px;
        margin:0;
        padding-top: 0;
        padding-right: 15px;
        background: url(icon_more1000.png) right 10px no-repeat;
    }

    .contPicT {
        margin: 0 22px 5px 17px;
        padding: 10px 14px 10px 10px;
        border: 1px solid #ebebeb;
        border-radius: 4px;
        overflow: hidden;
    }

    .contPicT .img {
        margin-right: 14px;
    }

    .contPicT .img img {
        display: block;
        width: 191px;
        height: 107px;
        border-radius: 4px;
    }

    .contPicT .contRightT a {
        padding:5px 0 4px;
        font-size: 16px;
        color: #333;
        line-height: 24px;
    }

    .contPicT .contRightT p {
        font-size: 14px;
    }

    .contTextList li a {
        padding-left: 23px;
        font-size: 15px;
        line-height: 25px;
        background: url(icon_doc.png) 2px 6px no-repeat;
        width: 482px;
        height: 25px;
    }

    .contTextList {
        padding: 0 15px;
    }

    .contTextList li a .new{position: relative; top:-8px;width:28px;height: 15px;margin-left:5px;background: url(icon_new1000.png) no-repeat;}

    .contTextList li .time{font-size: 14px;margin-top: 3px;}

    .contTitleTab {
        position: relative;
        padding: 28px 24px 15px;
    }

    .contTitleTab a {
        position: relative;
        display: inline-block;
        padding-top: 3px;
        margin-right: 58px;
        font-size: 24px;
        line-height: 28px;
    }

    .contTitleTab2 a{margin-right: 35px;}

    .contTitleTab a.on:before {
        content: '';
        position: absolute;
        top: -30px;
        left: 0;
        width: 100%;
        height: 4px;
        background: #005BAC;
    }

    .contTextList2 li{
        position:relative;
        padding:12px 0 12px;
        background: url(icon_arrow.png) no-repeat center right;
    }

    .contTextList2 li a {
        padding-right: 20px;
        box-sizing: border-box;
    }

    /* .contTextList2 li:after {
        content: '';
        position: absolute;
        top: 22px;
        right: 3px;
        width: 6px;
        height: 10px;
        background: url(icon_arrow1000.png) no-repeat;
    } */

    .contRight .contRPic{
        display: block;
        margin:9px auto 0;
    }

    .contRight .contRPic img{
        display: block;
        width:508px;
        height: 90px;
    }

    .index_hyzc {
        height: 230px;
        background:#005BAC url(index_hyzc_bg1000.jpg) center top no-repeat;
        background-size:100% 100%;
    }

    .index_hyzc_title {
        padding-top: 25px;
        padding-left: 25px;
        font-size: 25px;
        line-height: 28px;
    }

    .index_hyzc_title:before {
        content: '';
        position: absolute;
        top: 27px;
        left: 0;
        width: 4px;
        height: 28px;
        background: rgba(255,255,255,0.7);
    }

    .index_hyzc ul {
        padding-top: 20px;
    }

    .index_hyzc ul li {
        min-width: 100px;
        margin-right: 50px;
    }

    .index_hyzc ul li .img_normal{
        height: 100px;
        margin-bottom: 12px;
    }

    .index_hyzc ul li .img_hover{
        height: 100px;
    }

    .index_hyzc ul li.index_hyzc_xsrm .img_normal{
        background: url(icon_hy1_v2_1000.png) no-repeat;
    }

    .index_hyzc ul li.index_hyzc_xsrm .img_hover{
        background: url(icon_hy1_v2_1000_h.png) no-repeat;
    }

    .index_hyzc ul li.index_hyzc_hyrx .img_normal{
        background: url(icon_hy6_1000.png) no-repeat;
    }

    .index_hyzc ul li.index_hyzc_hyrx .img_hover{
        background: url(icon_hy6_1000_h.png) no-repeat;
    }

    .index_hyzc ul li.index_hyzc_fxr .img_normal{
        background: url(icon_hy7_1000.png) no-repeat;
    }

    .index_hyzc ul li.index_hyzc_fxr .img_hover{
        background: url(icon_hy7_1000_h.png) no-repeat;
    }

    .index_hyzc ul li.index_hyzc_tzr .img_normal{
        background: url(icon_hy4_1000.png) no-repeat;
    }

    .index_hyzc ul li.index_hyzc_tzr .img_hover{
        background: url(icon_hy4_1000_h.png) no-repeat;
    }

    .index_hyzc ul li.index_hyzc_zjjg .img_normal{
        background: url(icon_hy3_1000.png) no-repeat;
    }

    .index_hyzc ul li.index_hyzc_zjjg .img_hover{
        background: url(icon_hy3_1000_h.png) no-repeat;
    }

    .index_hyzc ul li.index_hyzc_hjgl .img_normal{
        background: url(icon_hy9_1000.png) no-repeat;
    }

    .index_hyzc ul li.index_hyzc_hjgl .img_hover{
        background: url(icon_hy9_1000_h.png) no-repeat;
    }

    .index_hyzc ul li.index_hyzc_hymd .img_normal{
        background: url(icon_hy2_1000.png) no-repeat;
        background-size: 100%;
    }

    .index_hyzc ul li.index_hyzc_hymd .img_hover{
        background: url(icon_hy2_1000_h.png) no-repeat;
        background-size: 100%;
    }

    .index_hyzc ul li.index_hyzc_kqkp .img_normal{
        background: url(icon_hy8_1000.png) no-repeat;
    }

    .index_hyzc ul li.index_hyzc_kqkp .img_hover{
        background: url(icon_hy8_1000_h.png) no-repeat;
    }

    .index_hyzc ul li a {
        display: block;
        font-size: 16px;
        line-height: 18px;
    }

    .maincont .contLeft2 {
        float: left;
        width: 672px;
        height: 380px;
        background: #fff;
        box-shadow: 0px 0px 3px rgb(178 178 178 / 10%);
        box-sizing: border-box;
    }

    .contLeft_navLink li {
        margin-right: 16px;
    }

    .contLeft_navLink li a {
        padding-right: 11px;
        font-size: 16px;
        line-height: 23px;
        background: url(icon_arrow3_1000.png) right center no-repeat;
    }

    .contLeft_navLink li a.on,.contLeft_navLink li a:hover{background: url(icon_arrow3_h1.png) right center no-repeat;}

    .maincont .contRight2 {
        width: 508px;
        height: 380px;
    }

    .contRight2 .contTitle {
        padding: 28px 18px 15px;
    }

    .contRight2 .contTextList li a {
        line-height: 22px;
        background:url(icon_doc.png) 2px 4px no-repeat;
    }

    .contRight2 .contTextList li {
        padding: 14px 0;
    }

    .contLeft_navLink {
        padding: 6px 0 7px 20px;
    }

    .contTextList3 li{
        padding:13px 0 12px;
    }

    .contTextList3 li a{
        line-height: 22px;
        background:url(icon_doc.png) 2px 4px no-repeat;
        width: 100%;
    }

    .index_ywzt {
        height: 240px;
        margin: 23px auto 0;
    }

    .ztSlide{height:151px;}

    .ztSlide ul li {
        float: left;
        width: 374px;
        height: 100px;
        margin-right: 20px;
    }

    .ztSlide ul li:first-child {
        margin-left: 20px;
    }

    .ztSlide ul li a img {
        width: 370px;
        height: 127px;
        border-radius: 5px;
    }


    .ztSlide-pagination {
        position: absolute;
        bottom: 19px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .ztSlide .swiper-pagination-switch {
        display: inline-block;
        width: 33px;
        height: 5px;
        margin:0 10px;
    }

    /* old-fastEnter start */

    .index_enter {
        height: 240px;
        margin: 23px auto 0;
    }

    .index_enter ul {
        padding-left: 20px;
    }

    .index_enter ul li {
        width: 374px;
        height: 126px;
        padding: 20px 14px 0 25px;
        border-radius: 8px;
        margin-right: 20px;
    }

    .index_enter ul li .icon {
        width: 84px;
        height: 84px;
        margin-right: 23px;
        border-radius: 16px;
    }

    .index_enter ul li.xxfwxt .icon{
        background: url(icon_xt1_1000.png) center center no-repeat;
    }

    .index_enter ul li.hyglxt .icon{
        background: url(icon_xt2_1000.png) center center no-repeat;
    }

    .index_enter ul li.pxxt .icon{
        background: url(icon_xt3_1000.png) center center no-repeat;
    }

    .index_enter ul li .info h6 {
        padding-bottom: 3px;
        font-size: 16px;
        line-height: 21px;
    }

    .index_enter ul li .info p {
        font-size: 12px;
        line-height: 18px;
    }

    .index_enter ul li .info .detail {
        width: 80px;
        height: 20px;
        margin-top: 4px;
        font-size: 12px;
        line-height: 20px;
        text-indent: 7px;
        background: url(btn_bg1000.png) center center no-repeat;
    }

    /* old-fastEnter end */


    /* new-fastEnter start */
    .index_fastEnter .zhptrk {
        width: 1180px;
        height: 140px;
    }
    .index_fastEnter {
        height: 270px;
        margin: 23px auto 0;
    }

    .index_fastEnter ul li .icon {
        width: 84px;
        height: 84px;
        margin-right: 25px;
        border-radius: 16px;
    }

    .index_fastEnter ul li{
        padding: 10px;
    }

    .index_fastEnter .swiper-slideIn {
        height: 126px;
        padding: 20px 15px 0 25px;
        border-radius: 8px;
        box-sizing: border-box;
    }

    .index_fastEnter ul li .info h6{
        padding-bottom: 3px;
        font-size: 16px;
        line-height: 21px;
    }

    .index_fastEnter ul li .info p{
        font-size: 12px;
        line-height: 18px;
    }
    .index_fastEnter ul li .info .detail{
        width: 80px;
        height: 20px;
        margin-top: 4px;
        font-size: 12px;
        line-height: 20px;
        text-indent: 7px;
        background: url(btn_bg1000.png) center center no-repeat;
    }
    /* new-fastEnter end */



    .contTitleTab .moreC {
        position: absolute;
        right:20px;
        top:28px;
    }

    .contLeft_navLink li .contTitleS {position:absolute; top:-41px; left:142px; padding-right:14px;font-size: 20px; color:#CAA846;background: url(icon_arrow3_1000.png) right center no-repeat;}

    .contTextList li {
        padding: 12px 0 12px;
        border-bottom: 1px dashed #d2dbe5;
        overflow: hidden;
    }

}