.logo{
    display: flex;
    align-items: center;
    align-self: center;
    height: 100px;
}
.logo img{
    width: auto;
    height: auto;
}

.sousuo{
    display: flex;
    align-items: center;
    align-self: center;
    height: 100px;
    width: 21.66%;
    position: relative;
}

.sousuo input{
    width: 100%;
    display: block;
    height: 30px;
    border: 1px solid #e6e6e6;
    padding: 0 20px;
    border-radius: 100px;
    padding-right: 40px;
    font-size: 16px;
    color: #333;
}

.sousuo input::-webkit-input-placeholder {
    color: #999999;
    font-size: 16px;
}
.sub{
    position: absolute;
    right: 20px;
    background: none;
    width: 16px !important;
    height: 16px !important;
    background-image: url("../images/fdj_03.png");
    background-position: center center;
    background-size: 100% 100%;
    top: 50%;
    transform: translate(0%,-50%);
    border: none !important;
    padding: 0 !important;
    cursor: pointer;

}
.header_nav{
    background: #f5f6fa;
}
.nav ul{
    font-size: 0;
    text-align: justify;
}
.nav ul li{
    display: inline-block;
    vertical-align: top;
    line-height: 60px;
    font-size: 18px;
    padding: 0 20px;
    position: relative;

}

.nav ul li a{
    color: #333333;
    display: block;
    width: 100%;
    height: 100%;
}

.nav ul li.las{
    width: 100%;
    height: 0;
}

.nav ul li:hover{
    background: #006db8;
}

.nav ul li:hover>a{
    color: #fff;
}


.nav ul li.liang{
    background: #006db8;
}

.nav ul li.liang a{
    color: #fff;
}

.nav ul li:hover .erji{
    opacity: 1;
    transition: opacity 1s; /*动画过渡*/
    visibility: visible; /*显示（动画过渡的固定写法）*/
}

.erji{
    position: absolute;
    width: 180px;
    left: 0;
    background: rgba(255, 255, 255, 0.4);
    padding: 20px;
    opacity: 0;  /*菜单透明到显示 0到1*/
    visibility: hidden; /*隐藏（动画过渡的固定写法）*/
    z-index: 99999;
    
}

.erji .p{
    font-size: 14px;
    margin-bottom: 20px;
    line-height: normal;
}

.erji .p a{
    color: #ffffff;
}

.erji .p:last-of-type{
    margin-bottom: 0;
}

.erji .p:hover a{
    color: #f3c808 ;
}

.footer{
    background: #4f5055;
}

.footer_s{
    padding: 60px 0 40px;
}

.logo_di{
    display: inline-block;
    vertical-align: middle;
    margin-right: 9%;
    width: 15%;
}

.logo_di img{
    width: 100%;
}

.footer_nav{
    width: 32%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9%;
}

.footer_nav ul{
   font-size: 0;
}
.footer_nav ul li{
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}   

.footer_xx{
    width: 33.33%;
    display: inline-block;
    vertical-align: middle;
   
}

.footer_nav ul li:nth-last-child(1){
    margin-bottom: 0;
}
.footer_nav ul li:nth-last-child(2){
    margin-bottom: 0;
}
.footer_nav ul li:nth-last-child(3){
    margin-bottom: 0;
}

.footer_xx_k{
    font-size: 0;
}

.footer_ma{
    display: inline-block;
    vertical-align: middle;
    width: 30.5%;
    margin-right: 9%;
}

.footer_ma img{
    width: 100%;
}

.footer_dz{
    width: 60%;
    display: inline-block;
    vertical-align: middle;
}

.footer_dz, .footer_dz *{
    font-size: 16px;
    color: #ffffff;
    line-height:2;
}

.footer_banq{
    border-top: 1px solid #999999;

}

.footer_banq p{
    line-height: 70px;
    font-size: 14px;
    color: #999999;
    text-align: center;
}

.sj_nav{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 100px;
    left: 0;
    background: #fff;
    display: none;
}

.sj_nav ul li{
    font-size: 16px;
    color: #333;
    line-height: 40px;
}

.sj_nav_w{
    padding: 20px 0;
}


.mianbao{
    display: none;
    align-items: center;
    align-self: center;
    height: 100px;
    width: 8%;
}

.mianbao img{
    width: 100%;
}

.banner{
    position: relative;
}
.banner img{
    width: 100%;
}

.banner_nav{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.banner_erji ul{
    font-size: 0;
    
}

.banner_erji ul li{
    display: inline-block;
    vertical-align: top;
    width: 20%;
    text-align: center;
    line-height: 40px;
    background: #555c61;
    font-size: 16px;
    letter-spacing: 0.1em;
    border-right: 1px solid #fff;

}

.banner_erji ul li:last-of-type{
    border-right: none;
}



.banner_erji ul li:nth-of-type(1){
    width: 50%;
    border-bottom: 1px solid #fff;
}
.banner_erji ul li:nth-of-type(2){
    width: 50%;
    border-bottom: 1px solid #fff;
    border-right: none;
}
.banner_erji ul li a{
    color: #fff;
}
.banner_erji ul li.on{
    background: #fbc300;
    
}


.banner_sanji ul{
    display: flex;
    
}

.banner_sanji ul li{
    flex: 1;
    text-align: center;
    line-height: 40px;
    background: #555c61;
    border-right: 1px solid #fff;
    font-size: 16px;
    letter-spacing: 0.1em;
}


.banner_sanji ul li a{
    color: #fff;
}


.erji_li h2{
    font-size: 30px;
    color: #006db8;
    text-align: center;
    margin-bottom: 20px;
}

.erji_li h4{
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-bottom: 50px;
}


.erji_li_w{
    padding: 70px 0;
}

.erji_li_ul ul{
    display: flex;
}
.erji_li_ul ul li{
    flex: 1;
}

.erji_img img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.erji_img{
    margin-bottom: 10px;
    height: 120px;
    display: flex;
    align-items: center;
    align-self: center;
}

.erji_li_ul ul li h3{
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-bottom: 15px;
}

.erji_li_ul ul li p{
    font-size: 16px;
    color: #666666;
    line-height:2;
    text-align: center;
}

.erji_li:nth-of-type(2n){
    background: #f5f6fa;
}

.sanji_li_w{
    padding: 90px 0;
}

.sanji_tit{
    padding: 90px 0;
}

.sanji_tit h2{
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-bottom: 10px;
}

.sanji_tit h2::after{
    display: block;
    content: "";
    width: 90px;
    height: 1px;
    background: #006db8;
    margin: 0 auto;
    margin-top: 10px;
}

.sanji_tit h3{
    font-size: 36px;
    color: #006db8;
    font-weight: bold;
    letter-spacing: 0.4em;
    text-align: center;
}
.sanji_li_w{
    font-size: 0;
}
.sanji_li_wz{
    display: inline-block;
    vertical-align: middle;
    width: 56.5%;
    margin-right: 8%;
}

.sanji_li_wz h2{
    font-size: 24px;
    color: #006db8;
    margin-bottom: 25px;
}


.sanji_li_wzz, .sanji_li_wzz *{
    font-size: 16px;
    color: #333333;
    line-height: 2;
}

.sanji_li_img{
    display: inline-block;
    vertical-align: middle;
    width: 35%;
}
.sanji_li_img img{
    width: 100%;
}

.sanji_li_imgg{
    margin-right: 8%;
}

.sanji_li_wwz{
    margin-right: 0;
}

.sanji_lii{
    background: #f5f6fa;
}

.yy_anli h2{
    font-size: 24px;
    color: #006db8;
    margin-bottom: 40px;
    float: left;
}

.yy_anli_w{
    padding: 90px 0;
}

.yy_anli_tit a{
    font-size: 16px;
    color: #333333;
    float: right;
}

.yy_anli_tit{
    margin-bottom: 40px;
}

.yy_anli_lb .swiper-slide{
    border: 1px solid #006db8;
    border-radius: 10px;
}

.yy_anli_lb .swiper-slide img{
    width: 100%;
}

.yy_anli_lb .swiper-container{
    padding-bottom: 50px;
}


.yy_anli_lb .swiper-pagination-bullet{
    width:10px!important;
    height: 10px!important;
    background: #006db8!important;
    border-radius: 100%!important;
    display: inline-block!important;
    margin: 0 5px!important;
    opacity: 1!important;
}
.yy_anli_lb .swiper-pagination-bullet-active{
    opacity: 1!important;
    background-color: #fbc300!important;
}

.yy_anli_lb .swiper-slide-active{
    border: 1px solid #fbc500;
    box-shadow: 0 0 4px 4px #ebebeb;
}

.sj_sanji_lm{
    display: none;
}

.anli_w{
    padding: 90px 0;
}

.lunbo .swiper-slide img {
    width: 100%;
}

.lunbo .swiper-pagination-bullet{
    width:10px!important;
    height: 10px!important;
    background: #fff!important;
    border-radius: 100%!important;
    display: inline-block!important;
    margin: 0 10px!important;
    opacity: 1!important;
}
.lunbo .swiper-pagination-bullet-active{
    opacity: 1!important;
    background-color: #fff!important;
}

.anli_ul ul{
    font-size: 0;
}

.anli_ul ul li{
    display: inline-block;
    vertical-align: top;
    width: 31.66%;
    margin-right: 2.5%;
    border: 1px solid #006db8;
    border-radius: 10px;
    margin-bottom: 40px;
}

.anli_ul ul li:nth-of-type(3n){
    margin-right: 0px;
}

.anli_ul ul li img{
    width: 100%;
}

.anli_ul ul li:hover{
    border: 1px solid #fbc500;
    box-shadow: 0 0 100px 4px #e0e1e4;
}

.gs_dongtai_w{
    padding: 90px 0;
}

.gs_dongtai_ul ul li{
    font-size: 0;
    padding: 30px 0;
}

.gs_dongtai_rq{
    display: inline-block;
    vertical-align: middle;
    width: 10%;
    border: 1px solid #006db8;
    padding: 20px 0;
    margin-right: 4%;
}

.gs_dongtai_rq h2{
    text-align: center;
    font-size: 48px;
    color: #333333;
    margin-bottom: 14px;
    
}

.gs_dongtai_rq h3{
    font-size: 14px;
    color: #333333;
    text-align: center;
}
.gs_dongtai_ul{
    padding-bottom: 90px;
}

.gs_dongtai_ul ul li:hover .gs_dongtai_rq{
    background: #006db8;
   
}

.gs_dongtai_ul ul li:hover .gs_dongtai_rq h2{
    color: #fff;
}

.gs_dongtai_ul ul li:hover .gs_dongtai_rq h3{
    color: #fff;
}

.gs_dongtai_tit{
    display: inline-block;
    vertical-align: middle;
    width: 12.5%;
    margin-right: 4%;
}

.gs_dongtai_tit h2{
    font-size: 18px;
    color: #006db8;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.gs_dongtai_tit h3{
    font-size: 14px;
    color: #333333;
    text-align: center;
}

.gs_dongtai_ms{
    width: 69%;
    display: inline-block;
    vertical-align: middle;
}

.gs_dongtai_ms h2{
    font-size: 18px;
    color: #333333;
    float: left;
    width: 70%;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;

}

.gs_dongtai_ms_tit{
    overflow: hidden;
    transition: all 0.5s;

}
.gs_dongtai_ms_tit .more{
    font-size: 14px;
    color: #333333;
    float: right;
    /* top: 15px; */
    padding-top: 15px;
    position: relative;
    transition: all 0.5s;
}


.gs_dongtai_nr, .gs_dongtai_nr *{
    font-size: 14px;
    color: #666666;
    line-height: 1.8;

}


.gs_dongtai_ul ul li:hover .gs_dongtai_ms_tit .more{
    padding-top: 0;
    color: #006db8;
}
.gs_dongtai_ul ul li:hover .gs_dongtai_ms_tit{
    margin-bottom: 20px;
}

.gs_dongtai_ul ul li:hover{
    background: #f5f6fa;
}
.xdh_w{
    overflow: hidden;
}

.xdh p{
    text-align: right;
    padding-left: 40px;
    background-image: url("../images/a5_03.png");
    background-position: left center;
    background-repeat: no-repeat;
    float: right;
    font-size: 14px;
    color: #666666;
}
.xdh_w{
    padding: 40px 0;
}
.dt_show_tit{
    margin-bottom: 30px;
}
.dt_show_tit h2{
    font-size: 24px;
    color: #006db8;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
.dt_show_tit p{
    text-align: center;

}

.dt_show_tit p span{
    font-size: 14px;
    color: #999999;
    display: inline-block;
    vertical-align: top;
    margin-right: 4%;
}

.dt_show_tit p span:last-of-type{
    margin-right: 0;
}

.dt_show_nr, .dt_show_nr *{
    font-size: 18px;
    color: #666666;
    line-height: 1.8;
}

.dt_show_nr img{
    max-width: 100%;
    height: auto;
    margin: 20px auto;
    
}

.fan{
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    margin-top: 60px;
    overflow: hidden;
}

.fan a{
    float: left;
    font-size: 18px;
    color: #333333;
    line-height: 70px;
    width: 50%;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}

.fan a:hover{
    color: #006db8;
}

.fan a:last-of-type{
    float: right;
    text-align: right;
}


#pages { padding:14px 0 10px; font-family:宋体 ;text-align: -webkit-center; font-size:14px;}
#pages a { display:inline-block; height:30px; line-height:30px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:0 10px}
#pages a.a1 { width:56px; padding:0 }
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none }
#pages span { display:inline-block; height:30px; line-height:30px; background:#fbc300; border:1px solid #fbc300; color:#fff; text-align:center;padding:0 10px}
.page .noPage { display:inline-block; width:56px; height:30px; line-height:30px; background:url(../img/icu/titleBg.png) repeat-x 0 -55px ; border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }


.sanji_titt{
    padding: 0;
}

.js_xiazai_w{
    padding: 90px 0;
}

.js_xiazai_ul{
    padding: 50px 0 0;
}

.js_xiazai_ul ul{
    font-size: 0;
}
.js_xiazai_ul ul li{
    display: inline-block;
    vertical-align: top;
    width: 31.66%;
    margin-right: 2.4%;
    padding: 26px;
    margin-bottom: 50px;
    border: 1px solid #eeeeee;
}

.js_xiazai_ul ul li:nth-of-type(3n){
    margin-right: 0;
}

.js_xiazai_ul ul li:hover{
    box-shadow: 0 0 2px 2px #f1f1f1;
}

.js_xiazai_img{
    margin-bottom: 20px;
}

.js_xiazai_img img{
    width: 100%;
}

.js_xiazai_xz img:last-of-type{
    display: none;
}





.js_xiazai_ul ul li:hover .js_xiazai_xz img:last-of-type{
    display: block;
}


.js_xiazai_ul ul li:hover .js_xiazai_xz img:first-of-type{
    display: none;
}

.js_xiazai_ul ul li h2{
    float: left;
    font-size: 18px;
    color: #333333;
    line-height: 40px;
    font-weight: bold;
}


.js_xiazai_ul ul li:hover h2{
    color: #006db8;
}

.js_xiazai_bt{
    margin-bottom: 30px;
}

.js_xiazai_wz h3{
    font-size: 14px;
    color: #333333;
    float: left;
    width: 50%;
}

.js_xiazai_wz h4{
    font-size: 14px;
    color: #333333;
    float: right;
    text-align: right;
    width: 50%;
}


.js_xiazai_wz h3 span{
    margin-right: 5%;
}
.js_xiazai_wz h4 span{
    margin-right: 5%;
}


.page_w{
    padding: 90px 0;
}
.page h2{
    font-size: 24px;
    color: #006db8;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.page_nr, .page_nr *{
    font-size: 16px;
    color: #666666;
    line-height: 2;
}

.page_nr img{
    margin:  50px auto;
    max-width: 100%;
    height: auto;
}

.qyzz_w{
    padding: 90px 0;
}

.qyzz_ul ul{
    font-size: 0;
}

.qyzz_ul ul li{
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-bottom: 60px;


}

.qyzz_ul ul li:nth-last-child(1){
    margin-bottom: 0;
}
.qyzz_ul ul li:nth-last-child(2){
    margin-bottom: 0;
}
.qyzz_ul ul li:nth-last-child(3){
    margin-bottom: 0;
}
.qyzz_ul ul li:nth-last-child(4){
    margin-bottom: 0;
}

.qyzz_img img{
    max-width: 100%;
    margin: 0 auto;
    height: 90px;
}

.qyzz_img{
    margin-bottom: 20px;
}

.qyzz_ul ul li p{
    font-size: 18px;
    color: #333333;
    line-height: 2;
    text-align: center;
}

.qyzz_lb .swiper-slide img{
    width: 100%;
}

.qyzz_lb .swiper-button-next{
    width: 38px;
    height: 80px;
    background: url("../images/yy_05.jpg") center center no-repeat;
    background-size: 100% 100%;
    right: -40px;
    outline: none;
}

.qyzz_lb .swiper-button-prev{
    width: 38px;
    height: 80px;
    background: url("../images/zz_03.jpg") center center no-repeat;
    background-size: 100% 100%;
    left: -40px;
    outline: none;
}

.qyzz_lb_w{
    padding-bottom: 90px;
}

.qiye_wh_ul ul li{
    display: flex;
    background: #f5f6fa;
    margin-bottom: 50px;

}

.qiye_wh_img{
    width: 66.66%;
}

.qiye_wh_img img{
    width: 100%;
}

.qiye_wh_ms{
    width: 33.34%;
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;


}
.qiye_wh_ms_img{
    margin-bottom: 20px;
}

.qiye_wh_ms_img img{
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.qiye_wh_ms h2{
    font-size: 24px;
    color: #fbc500;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
}

.qiye_wh_ms h3{
    font-size: 16px;
    color: #333333;
    text-align: center;
}


.h2{
    font-weight: bold;
    font-size: 36px;
    color: #006db8;
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 40px;

}

.xiangmu_ry{
    margin-bottom: 80px;
}



.xiangmu_ry_ul ul{
    font-size: 0;
}

.xiangmu_ry_ul ul li{
    display: inline-block;
    vertical-align: top;
    width: 31%;
    margin-right: 3%;
}

.xiangmu_ry_ul ul li:last-of-type{
    margin-right: 0;
}

.xiangmu_ry_ul ul li img{
    width: 100%;
}

.jiaru_wm_ul ul{
    font-size: 0;
}

.jiaru_wm_ul ul li{
    overflow: hidden;
    margin-bottom: 60px;
}

.jiaru_wm_img{
    width: 30%;
}

.jiaru_wm_img img{
    width: 100%;
}

.jiaru_wm_ms{
    width: 62.5%;
}

.jiaru_wm_ms_nr, .jiaru_wm_ms_nr *{
    font-size: 16px;
    color: #666666;
    line-height: 1.9;
}

.jiaru_wm_ms h2{
    font-size: 24px;
    color: #fbc300;
    margin-bottom: 10px;
    font-weight: bold;
}

.jiaru_wm_ms h3{
    font-size:18px;
    color: #333333;
    margin-bottom: 15px;
}

.jiaru_wm_ms_nr h4{
    color: #006db8;
    margin-bottom: 10px;
}

.anniu{
    font-size: 0;
    padding-top: 20px;
}

.anniu a{
    width: 26%;
    display: inline-block;
    margin-right: 6%;
    height: 40px;
}

.anniu a:last-of-type{
    margin-right: 0;
}
.anniu a img{
    width: 100%;
    height: 100%;
}

.lxwm_lm ul{
    text-align: center;

}

.lxwm_lm{
    margin-bottom: 40px;
}
.lxwm_lm ul li{
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    color: #666666;
    margin-right: 6%;
    cursor: pointer;
}

.lxwm_lm ul li:last-of-type{
    margin-right: 0;
}

.lxwm_lm ul li.on{
    color: #fbc300;
    font-weight: bold;
}

.lxwm_xx{
    background: #f5f6fa;
    margin-bottom: 90px;
}

.ditu{
    display: inline-block;
    vertical-align: middle;
    width: 54%;
    margin-right: 5%;
}

.lxwm_xx_xx{
    display: inline-block;
    vertical-align: middle;
    width: 40%;
}

.lxwm_xx_xx h2{
    font-size: 24px;
    color: #fbcb2a;
    margin-bottom: 30px;
}

.lxwm_xx_ul ul li p{
    font-size: 16px;
    color: #333;
}
.lxwm_xx_ul ul li{
    margin-bottom: 20px;
}
.lxwm_xx_ul ul li h3{
    font-size: 16px;
    color: #333333;
    padding-left: 30px;
    background-image: url('../images/c2_03.png');
    background-position: left center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.lxwm_xx_ul ul li:nth-of-type(2) h3{
    background-image: url('../images/c2_07.png');
}

.lxwm_xx_ul ul li:nth-of-type(2) h4{
    background-image: url('../images/c2_10.png');
}

.lxwm_xx{
    display: none;
}

.kefu{
    position: fixed;
    width: 70px;
    top: 50%;
    transform: translate(0%,-50%);
    right: 0;
    z-index: 999999;
}

.kefu ul li{
    width: 100%;
    height: 70px;
    background: #959699;
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    margin-bottom: 1px;
    position: relative;
}
.kefu ul li img{
    max-width: 100%;
    margin: 0 auto;
}

.kefu ul li:hover{
    background: #66a7d4;
}

.kefu ul li:last-of-type{
    height: 30px;
    cursor: pointer;
}

.mama{
    position: absolute;
    left: -130px;
    width: 120px;
    background: #66a7d4;
    padding: 10px;
    top: 0;
    opacity: 0;  /*菜单透明到显示 0到1*/
    visibility: hidden; /*隐藏（动画过渡的固定写法）*/
}


.mama img{
    width: 100%;
}


.kefu ul li:hover .mama{
    opacity: 1;
    transition: opacity 1s; /*动画过渡*/
    visibility: visible; /*显示（动画过渡的固定写法）*/
}

.cp_fa_ul ul{
    font-size: 0;
}


.cp_fa_ul ul li{
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 4%;
    position: relative;
}

.cp_fa_ul ul li:last-of-type{
    margin-right: 0;
}

.cp_fa_ul ul li h2{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.cp_fa_img img{
    width: 100%;
}

.cp_fa_ul ul li:hover h2{
    background: rgba(0, 109, 184, 0.5);
    font-weight: bold;
}

/* .sanji_titt{
    padding: 90px 0 60px;
} */

.sanji_ttt{
    padding: 90px 0 60px;
}

.cp_fa_ul ul li:hover{
    box-shadow: 0 0 10px 2px #d6d6d6;
}

.cp_fa_w{
    padding-bottom: 90px;
}

.index_anli{
    background: #f5f6fa;
}

.index_anli_ms{
    padding: 30px 10px;
}

.index_anli_ms h2{
    font-size: 18px;
    color: #333333;
    margin-bottom: 15px;
}

.index_anli_ms p{
    font-size: 16px;
    color: #999999;
    line-height: 1.8;
}

.index_anli_img{
    height: 70px;
    background: #fff;

}
.index_anli_img img{
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.index_anli_lb{
    position: relative;
}

.index_anli_lb .swiper-slide{
    background: #fff;
    box-shadow: 0 0 10px 2px #e6e7ea;
}

.index_anli_lb .swiper-slide:hover .index_anli_ms h2{
    color: #006db8;
    font-weight: bold;
}

.index_anli_lb .swiper-slide:hover .index_anli_ms p{
    color: #333333;
}

.index_anli_lb .swiper-button-next{
    width: 60px;
    height: 60px;
    background-size: 100% 100%;
    background: url('../images/yyy_05.png') center no-repeat;
    right: -40px;
    outline: none;
    
}


.index_anli_lb .swiper-button-prev{
    width: 60px;
    height: 60px;
    background-size: 100% 100%;
    background: url('../images/zzz_05.png') center no-repeat;
    left: -40px;
    outline: none;
    
}

.index_anli_lb .swiper-button-next:hover{
    background: url('../images/yy_l_03.png') center no-repeat;
}

.index_anli_lb .swiper-button-prev:hover{
    background: url('../images/zz_l_03.png') center no-repeat;
}

.index_guanyu_z{
    width: 50%;
}

.index_guanyu_w{
    padding: 90px 0;
}

.index_anli_w{
    padding-bottom: 90px;
}
.index_guanyu_tit{
    margin-bottom: 60px;
}
.index_guanyu_tit h2{
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
}

.index_guanyu_tit h2::after{
    display: block;
    width: 90px;
    height: 1px;
    background: #006db8;
    content: "";
    margin-top: 20px;
}

.index_guanyu_tit h3{
    font-size: 36px;
    color: #006db8;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.index_guanyu_nr, .index_guanyu_nr *{
    font-size: 16px;
    color: #666666;
    line-height: 2;
}

.index_guanyu_ul{
    padding-top: 40px;
}

.index_guanyu_ul ul{
    font-size: 0;
}

.index_guanyu_ul ul li{
    display: inline-block;
    vertical-align: top;
    margin-right: 8%;
}
.index_guanyu_ul ul li:last-of-type{
    margin-right: 0;
}

.index_guanyu_img{
    margin-bottom: 20px;
}
.index_guanyu_img img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.index_guanyu_ul ul li h2{
    font-size: 18px;
    color: #fbc500;
    text-align: center;
    margin-bottom: 10px;
}

.index_guanyu_ul ul li p{
    text-align: center;
    color: #333333;
    font-size: 16px;
    line-height: 1.8;
}

.index_guanyu_img img{
    max-width: 100%;
    height: 70px;
}

.index_guanyu_y{
    width: 45%;
}
.index_guanyu_y img{
    width: 100%;
}
.index_anli_imgg img{
    width: 100%;
}


.al_xq_w{
    padding: 50px 0;
}

.al_xq_tit h2{
    font-size: 24px;
    color: #006db8;
    text-align: center;
}

.al_xq_tit{
    margin-bottom: 50px;
}

.al_xq_nr{
    font-size: 18px;
    color: #666666;
    line-height: 1.8;
}

.al_xq_nr h2{
    font-size: 24px;
    color: #006db6;
    margin-bottom: 10px;
}

.al_xq_nr img{
    margin: 50px auto;
    max-width: 100%;
}

.al_xq_ul ul{
    font-size: 0;
}

.al_xq_ul ul li{
    display: inline-block;
    vertical-align: top;
    width: 23.33%;
    margin-right: 2.2%;
}

.al_xq_ul ul li:last-of-type{
    margin-right: 0;
}

.al_xq_ul ul li h3{
    line-height: 50px;
    background: #006db8;
    text-align: center;
    font-size: 18px;
    color: #f6ff00;

}

.al_xq_img img{
    width: 100%;
    margin: 0;
}


.al_xq_nrr{
    margin-bottom: 20px;
}




.al_xq_nrrr .swiper-button-next{
    width: 38px;
    height: 80px;
    background: url("../images/yy_05.jpg") center center no-repeat;
    background-size: 100% 100%;
    right: -40px;
    outline: none;
}

.al_xq_nrrr .swiper-button-prev{
    width: 38px;
    height: 80px;
    background: url("../images/zz_03.jpg") center center no-repeat;
    background-size: 100% 100%;
    left: -40px;
    outline: none;
}

.al_xq_nrrr .swiper-slide img{
    width: 100%;
    margin: 0;
}