﻿.logo img{
    width: auto;
    height: auto;
}

.logo{
    display: flex;
    align-self: center;
    align-items: center;
    height: 100px;
}

.header{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999999;
	background: #fff;
}

.gaoo{
	width: 100%;
	height: 100px;
}

.nav{
    width: 51%;
}
.nav ul{
    font-size: 0;
}
.nav ul li{
    line-height: 100px;
    display: inline-block;
    padding: 0 2.3%;
    font-size: 16px;
    position: relative;

}

.moreee{
	margin-top: 20px !important;
}

.nav ul li a{
    color: #333333;
    display: block;
    width: 100%;
    height: 100%;
}

.nav ul li:hover a{
    color: #fff;
}

.nav ul li:hover{
    background: #353b91;
}

.nav ul li.liang{
    background: #353b91;
}

.nav ul li.liang a{
    color: #fff;
}

.zhongying{
    display: flex;
    align-self: center;
    align-items: center;
    height: 100px;
    width: 9%;
}

.zhongying ul{
    font-size: 0;
    width: 100%;
}

.zhongying ul li{
    display: inline-block;
    width: 50%;
    line-height: 30px;
    border: 1px solid #353b91;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    color: #353b91;
    font-weight: bold;
}

.zhongying ul li.on{
    background: #353b91;
    color: #fff;
}

.footer{
    background: #202e36;
}

.footer_s{
    padding: 50px 0 70px;
}

.footer_s ul{
    font-size: 0;
}

.footer_s ul li{
    width: 33.33%;
    display: inline-block;
    vertical-align: top;

}
.shengchan_w{
    padding-top: 30px;
}
.footer_s_img img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.footer_s_img{
    margin-bottom: 30px;
}

.footer_s ul li h2{
    font-size: 24px;
    color: #ffffff;
    text-align: center;
}

.footer_x_z{
    width: 15%;
    margin-right: 8%;
}

.logo_di{
    margin-bottom: 40px;
}

.footer_x_xx ul li{
    padding-left: 60px;
    background-image: url("../images/a2_03.png");
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 40px;
    font-size: 24px;
    color: #fff;
}

.footer_x_xx ul li:last-of-type{
    background-image: url("../images/a3_07.png");
}

.footer_x_zz{
    width: 63%;
}

.footer_x_zz ul{
    font-size: 0;
}

.footer_x_zz ul li{
    display: inline-block;
    padding-right: 2%;
    vertical-align: top;
    width: 25%;
}
.footer_x_zz ul li:first-of-type{
    width: 18%;
}

.footer_x_zz ul li:nth-of-type(2){
    width: 32%;
}

.footer_x_zz ul li:last-of-type{
    margin-right: 0;
}

.footer_x_zz ul li h2{
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
}

.footer_x_zz ul li h2::after{
    width: 72px;
    height: 1px;
    background: #fff;
    content: "";
    display: block;
    margin-top: 20px;
}

.footer_x_zz ul li dl dt{
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 20px;
}

.footer_x_zz ul li.kuan h2::after{
    width: 211px;
}

.footer_x_zz ul li.kuan dl{
    font-size: 0;
}

.footer_x_zz ul li.kuan dl dt{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.footer_x_y{
    width: 11%;
    border-left: 1px solid #999999;
    padding-left: 74px;
}
.footer_x_y_ma_img{
    margin-bottom: 20px;
}
.footer_x_y_ma_img img{
    width: 100%;
}

.footer_x_y_ma h2{
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}

.banquan{
    border-top: 1px solid #999999;
}

.banquan_w{
    padding: 20px 0;
}

.banquan h2{
    font-size: 14px;
    color: #999999;
    text-align: center;
    margin-bottom: 20px;
}

.banquan h2:last-of-type{
    margin-bottom: 0;
}

.sj_nav ul li{
    font-size: 16px;
    color: #333;
    line-height: 40px;
}

.sj_nav{
    position: fixed;
    width: 100%;
    top: 100px;
    left: 0;
    height: 100%;
    background: #fff;
    z-index: 99999999;
    display: none;
}

.mianbao{
    display: none;
    height: 100px;
    width: 8%;
    align-self: center;
    align-items: center;
}
.mianbao img{
    width: 100%;
}

.nav_nei{
    font-size: 0;
 
}

.nav_nei h1{
    display: inline-block;
    width: 25%;
    line-height: 130px;
    background: #353b91;
    vertical-align: top;
    font-size: 24px;
    color: #ffffff;
    font-weight: normal;
    text-align: right;
    padding-right: 90px;
}

.nav_nei_ul{
    display: inline-block;
    width: 75%;
    vertical-align: top;
}

.nav_nei_ul ul{
    width: 100%;
    display: flex;
}

.nav_nei_ul ul li{
    flex: 1;
    text-align: center;
    height: 130px;
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.nav_nei_img{
    margin-bottom: 20px;
}
.nav_nei_img img{
    max-width: 100%;
    margin: 0 auto;

}

.nav_nei_ul ul li h2{
    font-size: 16px;
    color: #333333;
    text-align: center;
}

.nav_nei_ul ul li.on{
    background: #dadada;
}

/* .shengchan{
    padding: 150px 0 0;
} */


.shengchan_tit{
    font-size: 0;
    border-bottom: 2px solid #bfbfbf;
    position: relative;
}

.shengchan_tit_w{
    padding-left: 200px;
    padding-bottom: 20px;
}
.shengchan_tit h2{
    display: inline-block;
    font-size: 48px;
    color: #333333;
    margin-right: 2%;
}

.shengchan_tit h3{
    display: inline-block;
    font-size: 18px;
    color: #666666;
}

.shengchan_tit::before{
    display: block;
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 554px;
    height: 2px;
    background: #000000;
}
.box{
    padding: 85px 0 0;
}
.box h2{
    font-size: 36px;
    color: #353b91;
    text-align: center;
    margin-bottom: 70px;
    font-weight: bold;
}
.box_ul ul{
    font-size: 0;
}
.box_img img{
    width: 100%;
}

.box_ul ul li{
    display: inline-block;
    vertical-align: top;
    width: 24%;
    margin-bottom: 70px;
    margin-right: 1.3%;
    background: #fff;
    cursor: pointer;

}

.box_ull ul li{
	width: 49%;
	margin-right: 2%;
}

.box_ull ul li:nth-of-type(2n){
	margin-right: 0%; 
}



.box_ul ul li:nth-of-type(4n){
    margin-right: 0;
}


.box_ul ul li h3{
    line-height: 84px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}

.shengchan_tit_w{
    padding: 0;
    padding-top: 150px;
}
.shengchan_tit_z{
    width: 55%;
}
.shengchan_tit_z p{
    font-size: 20px;
    color: #333333;

}

/*.shengchan_tit_z p a{
    padding: 0 1%;
}*/

.shengchan_tit_y{
    width: 45%;
}
.shengchan_tit_y_ul{
    padding-top: 10px;
}
.shengchan_tit_y_ul ul{
    font-size: 0;
    text-align: right;
}

.shengchan_tit_y_ul ul li{
    font-size: 18px;
    color: #333333;
    display: inline-block;
    vertical-align: top;
    margin-right: 4%;
}

.shengchan_tit_y_ul ul li:last-of-type{
    margin-right: 0;
}

.shengchan_tit_y_ul ul li.on{
    color: #353b91;
 
}

.shengchan_xq_w{
    padding: 90px 0 0 ;
}

.shengchan_titt h2{
    font-size: 24px;
    color: #353b91;
    text-align: center;
    font-weight: bold;
    margin-bottom: 60px;
}

.shengchan_xq_nr img{
    width: 100%;
}

.shengchan_xq_nr h2{
    font-size: 18px;
    color: #353b91;
    margin-bottom: 50px;
    font-weight: bold;
}

.shengchan_xq_nr_1{
    margin-bottom: 60px;
}



.shengchan_xq_nr_2 a{
    font-size: 18px;
    color: #333333;
    margin-right: 2%;
}

.shengchan_xq_nr_2 img{
    margin: 60px auto 0;
}
.shengchan_xq_nr_3{
    padding: 0px 0 0 ;
    font-size: 16px;
    color: #666666;
    line-height: 2;
    margin-bottom: 35px;
}
.shengchan_xq_nr_3 h3{
    font-size: 18px;
    color: #353b91;
    font-weight: bold;
    margin-bottom: 30px;
}

.shengchan_xq_nr_3 img{
    width: 100%;
}
.xiangguan .swiper-slide ul {
    font-size: 0;
}
.xiangguan .swiper-slide ul li img{
    width: 100%;
    border-radius: 20px;
}

.xiangguan .swiper-slide ul li{
    display: inline-block;
    width: 24.6%;
    margin-right: 0.5%;
    border-radius: 20px;
    border: 1px solid #9ea7ab;
    margin-bottom: 80px;
}

.xiangguan .swiper-slide ul li:nth-of-type(4n){
    margin-right: 0;
}



.xiangguan .swiper-pagination-bullet{
    width:10px!important;
    height: 10px!important;
    background: #9598c3!important;
    border-radius: 100%!important;
    display: inline-block!important;
    margin: 0 5px!important;
    opacity: 1!important;
}
.xiangguan .swiper-pagination-bullet-active{
    opacity: 1!important;
    background-color: #353b91!important;
}

.zaixian_ly h2{
    text-align: center;
    font-size: 24px;
    color: #353b91;
    font-weight: bold;
    margin-bottom: 60px;
}

.zaixian_ly_w{
    padding: 80px 0;
}

.zaixian_ly_inpit{
    margin-bottom: 50px;
}

.zaixian_ly_inpit ul{
    font-size: 0;
}

.zaixian_ly_inpit ul li{
    display: inline-block;
    vertical-align: top;
    width: 22.6%;
    margin-right: 3.2%;
}

.zaixian_ly_inpit ul li:last-of-type{
    margin-right: 0;
}

.zaixian_ly_inpit ul li h4{
    display: inline-block;
    vertical-align: middle;
    width: 24%;
    font-size: 18px;
    color: #333333;
}

.zaixian_ly_inpit ul li h4 span{
    color: #ff0000;
}

.zaixian_ly_inpit ul li input{
    width: 76%;
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    border:1px solid #bfbfbf;
    background: #fff;
    padding: 0 20px;
    font-size: 18px;
    color: #333;
}

.zaixian_ly_textarea{
    font-size: 0;
}
.zaixian_ly_textarea h4{
    display: inline-block;
    vertical-align: top;
    width: 5.1%;
    font-size: 18px;
    color: #333333;
}

.zaixian_ly_textarea  h4 span{
    color: #ff0000;
}


.zaixian_ly_textarea textarea{
    width: 94.9%;
    display: inline-block;
    vertical-align: top;
    height: 160px;
    border:1px solid #bfbfbf;
    background: #fff;
    padding: 20px;
    font-size: 18px;
    resize: none;
    color: #333;
}

.subbbtt{
    width: 200px;
    height: 60px;
    display: block;
    border: none;
    cursor: pointer;
    margin: 0 auto;
    background: #353b91;
    font-size: 18px;
    color: #fff;
    margin-top: 50px;
}


.fan{
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: space-between;
    height: 66px;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    margin-top: 80px;
}

.fan a{
    font-size: 18px;
    color: #333333;
}

.fan a:hover{
    color: #353b91;
}

.banner img{
    width: 100%;
}

.xiangguan_sj{
    display: none;
}

.xiangguan_sj .swiper-slide ul li{
    width: 48%;
    margin-right: 4%;
}

.xiangguan_sj .swiper-slide ul li:nth-of-type(2n){
    margin-right: 0;
}

.xiangguan_sj .swiper-wrapper{
    padding-bottom: 30px;
}

.boa{
    background: #fff;
    font-size: 0;
    margin-bottom: 50px;
}

.boa_z{
    width: 53%;
    display: inline-block;
    vertical-align: middle;
}
.boa_y{
    width: 47%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 125px;
}

.boa_y_nr h2{
    font-size: 18px;
    color: #353b91;
    margin-bottom: 30px;
    font-weight: bold;
}
.boa_z .swiper-slide img{
    width: 100%;
    border: 1px solid #bfbfbf;
}

.boa_z .swiper-slide h2{
    text-align: center;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 65px;
}


.boa_z .swiper-button-next{
    width: 38px;
    height: 80px;
    background: url("../images/yyy_03.jpg") center center no-repeat;
    background-size: 100% 100%;
    right: 0;
}

.boa_z .swiper-button-prev{
    width: 38px;
    height: 80px;
    background: url("../images/zzz_03.jpg") center center no-repeat;
    background-size: 100% 100%;
    left: 0;
    right: 0;
}

.boa_y_nr, .boa_y_nr *{
    font-size: 16px;
    color: #666666;
    line-height: 2;
}

.box_ms{
    padding: 30px;
}

.box_ms h2{
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
}

.box_ul ul li:hover .box_ms h2{
    color: #353b91;
    font-weight: bold;
}

.box_ul ul li h4{
    text-align: right;
    font-size: 16px;
    color: #333333;
}

.anli{
    margin-bottom: 150px;
}

.anli_tit h2{
    font-size: 24px;
    color: #353b91;
    margin-bottom: 25px;
    font-weight: bold;
    text-align: center;
}


.anli_tit h3{
    text-align: center;
    font-size: 14px;
    color: #999999;
}
.anli_show_w{
    padding: 90px 0 0;
}

.anli_tit{
    margin-bottom: 50px;
}

.anli_show_nr img{
    max-width: 100%;
    display: block;
    margin: 0 auto 40px;
    height: auto;
}

.anli_show_nr, .anli_show_nr *{
    font-size: 16px;
    color: #333333;
    line-height: 2;
}

.anli_show{
    margin-bottom: 150px;
}

.anli_w{
    padding: 90px 0 0 ;
}



#pages { padding:14px 0 10px; font-family:宋体 ;text-align: right; 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:#353b91; border:1px solid #353b91; 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; }




.ldlpoi {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.ldlpoi_cen {
    width: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: #fff 10px solid;
    border-radius: 10px;
}

.ldlpoi video {
    display: block;
    width: 100%;
    height: 100%;
}

.ldlpoi_cen i{
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    top: -25px;
    right: -25px;
    text-shadow: none;
    cursor: pointer;
    background-size: 100% 100%;
}


.erjii{
    position: absolute;
    width: 200px;
    background: #353b91;
    left: 0;
    padding: 35px 0;
    z-index: 9999;
    opacity: 0;  /*菜单透明到显示 0到1*/
    visibility: hidden; /*隐藏（动画过渡的固定写法）*/
}


.erjii p{
    line-height: 40px;
    text-align: left;
    padding: 0 18px;
}

.erjii p a{
    color: #fff !important;
    text-align: left;
}

.erjii p:hover{
    background: #5d62a7;
}


.nav ul li:hover .erjii{
    opacity: 1;
    transition: opacity 1s; /*动画过渡*/
    visibility: visible; /*显示（动画过渡的固定写法）*/
}

.shengchan_tit_ww{
    padding-left: 200px;
}

.sanxiang_ul ul{
    display: flex;
}

.sanxiang_ul ul li{
    flex: 1;
    text-align: center;
    position: relative;
}

.sanxiang_ul ul li::after{
    position: absolute;
    width: 1px;
    height: 88px;
    right: 0;
    top: 50%;
    display: block;
    content: "";
    transform: translate(0%,-50%);
    background: #000000;
}

.sanxiang_ul ul li:last-of-type::after{
    display: none;
}

.sanxiang_ul ul li:first-of-type::before{
    position: absolute;
    width: 1px;
    height: 88px;
    left: 0;
    top: 50%;
    display: block;
    content: "";
    transform: translate(0%,-50%);
    background: #000000;
}

.sanxiang_ul ul li h2{
    font-size: 36px;
    color: #32388b;
    text-align: center;
    margin-bottom: 20px;
}

.sanxiang_ul ul li h3{
    font-size: 16px;
    color: #32388b;
    text-align: center;
}

.sanxiang_w{
    padding: 100px 0 0;
}

.gk_miaoshu_nr, .gk_miaoshu_nr *{
    font-size: 18px;
    color: #333333;
    line-height: 2;
}

.gk_miaoshu_nr{
    padding: 60px 0 0 ;
}

.gk_list_ul{
    background: #bfbfbf;
    font-size: 0;
    margin-bottom: 100px;
}

.gk_list_ul_bt{
    display: inline-block;
    width: 20%;
    vertical-align: middle;
}

.gk_list_ul_bt h2{
    font-size: 48px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.gk_list_ul_bt h3{
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

.gk_list_ul_lb{
    width: 80%;
    display: inline-block;
    vertical-align: middle;
}

.gk_list_ul_lb ul{
    font-size: 0;
}

.gk_list_ul_lb ul li{
    display: inline-block;
    width: 25%;
}

.gk_list_ul_lb ul li img{
    width: 100%;
}

.gk_list_w{
    padding: 100px 0 0;
}

.jishu_list_ul ul{
    font-size: 0;
}

.jishu_list_ul ul li{
    border: 1px solid #bfbfbf;
    padding: 50px 0 0;
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 100px;
    min-height: 200px;
}

.jishu_list_ms{
    display: inline-block;
    vertical-align: middle;
    padding-left: 50px;
    width: 66%;
}

.jishu_list_ms, .jishu_list_ms *{
    font-size: 18px;
    color: #333333;
    line-height: 2.6;
    font-weight: bold;
}

.jishu_list_w{
    padding: 90px 0 0;
}


.jishu_bd_k{
    width: 48%;
}
.jishu_list_ul ul li:nth-of-type(3n){
    margin-right: 0;
}

.jishu_list_img{
    display: inline-block;
    vertical-align: middle;
    width: 34%;
}

.jishu_list_img img{
    max-width: 100%;
    margin: 0 auto;
}

.jishu_bd form{
    width: 100%;
}

.jishu_bd_k ul{
    font-size: 0;
    width: 100%;
}

.jishu_bd_k ul li{
    margin-bottom: 30px;
}
.jishu_bd_k ul li h2{
    width: 15%;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #333333;
}

.jishu_bd_k ul li input{
    width: 85%;
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    color: #333;
    background: none;
    border: 1px solid #bfbfbf;
}
.jishu_bd_k ul li input#photoimg_1{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.jishu_bd_k ul li .ct1{
    position: relative;
    width: 85%;
    display: inline-block;
    vertical-align: top;
    height: 230px;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
}
.jishu_bd_k ul li .ct1 img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.jishu_bd_k ul li input#photoimg_2{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.jishu_bd_k ul li .ct2{
    position: relative;
    width: 85%;
    display: inline-block;
    vertical-align: top;
    height: 230px;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
}
.jishu_bd_k ul li .ct2 img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.jishu_bd_k ul li.on{
    vertical-align: top;
}

.jishu_bd_k ul li textarea{
    width: 85%;
    display: inline-block;
    vertical-align: top;
    height: 230px;
    padding: 20px;
    font-size: 16px;
    color: #333;
    background: none;
    resize: none;
    border: 1px solid #bfbfbf;
}

.suub{
    background: #353b91 !important;
    font-size: 18px !important;
    color: #ffffff !important;
    cursor: pointer;
    padding: 0 !important;
    border: none !important;
}




.jishu_bd_k ul li p{
    font-size: 18px;
    color: #999999;
    width: 85%;
    display: inline-block;
    vertical-align: middle;
}

.jishu_bd{
    margin-bottom: 80px;
}

.hezuo_list_w{
    padding: 90px 0 0 ;
}


.hezuo_list{
    margin-bottom: 150px;
}
.box_ul_hz ul{
    font-size: 0;
}

.box_ul_hz ul li{
    width: 13.581%;
}
.box_ul_hz ul li{
    display: inline-block;
    vertical-align: top;
    margin-right: 0.823%;
    margin-bottom: 40px;
}


.box_ul_hz ul li:nth-of-type(7n){
    margin-right: 0;
}

.jiaru_list h1{
    font-size: 36px;
    color: #353b91;
    text-align: center;
    margin-bottom: 60px;
    font-weight: bold;
}

.jiaru_list_w{
    padding: 80px 0 0;
}

.jiaru_list_tit{
    height: 70px;
    border: 1px solid #bfbfbf;
    background: #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    padding: 0 40px;
    cursor: pointer;
    
}




.jiaru_list_tit h2{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.jiaru_list_nr{
    padding: 70px 40px;
    background: #fff;
    border: 1px solid #bfbfbf;
    border-top: none;
}


.jiaru_list_nr_nr, .jiaru_list_nr_nr *{
    font-size: 16px;
    color: #333333;
    line-height: 2;
}

.jiaru_list_nr{
    display: none;
    box-shadow: 0 0 2px 2px #dcdcdc;
}

.jiaru_list_jt{
    transition: all 0.5s;
}


.jiaru_list ul li.bg .jiaru_list_jt{
    transform: rotate(-180deg);
}


.jiaru_list ul li{
    margin-bottom: 70px;
}

.all_show_z{
    width: 51%;
}

.all_show_z img{
    width: 100%;
}

.all_show_s{
    padding: 90px 0 0;
}

.all_show_y{
    width: 45%;
}

.all_show_y h2{
    font-weight: bold;
    font-size: 24px;
    color: #353b91;
    margin-bottom: 40px;
}

.all_show_nr, .all_show_nr *{
    font-size: 16px;
    color: #666666;
    line-height: 1.9;
}

.all_show_nr span{
    font-size: 18px;
    color: #353b91;
    font-weight: bold;
}

.all_show_x ul{
    font-size: 0;
}

.all_show_x ul li{
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 60px;
}
.all_show_x ul li img{
    width: 100%;
}
.all_show_x ul li:nth-of-type(2n){
    margin-right: 0;
}

.all_show_x{
    padding: 80px 0 0 ;
}

.all_show_x h2{
    font-size: 24px;
    color: #353b91;
    font-weight: bold;
    margin-bottom: 45px;
}

.shengchan_tit_www{
    padding-left: 260px;
}

.lx_list_w{
    max-width: 1200px;
    width: 93%;
    margin:0 auto;
 
}

.lx_list ul{
    font-size: 0;
}

.lx_list ul li{
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.lx_list_w{
    padding: 100px 0 150px;
}
.lx_list_img{
    height: 100px;   
    margin-bottom: 30px;
}

.lx_list_img img{
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}

.lx_list_ms h2{
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-bottom: 4px;
}

.lx_list_ms h3{
    font-size: 16px;
    color: #333333;
    text-align: center;
}


.shengchan_tit_b{
    background: #fff;
}


.lx_list{
    background: #fff;
}

.lx_bd_w{
    max-width: 1200px;
    width: 93%;
    margin:0 auto;
}

.lx_bd_w{
    padding: 70px 0;
}

.lx_bd ul{
    font-size: 0;
}

.lx_bd ul li{
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-bottom: 50px;
    margin-right: 4%;
}

.lx_bd ul li:nth-of-type(2n){
    margin-right: 0;
}




.lx_bd ul li h2{
    display: inline-block;
    width: 18%;
    vertical-align: middle;
    font-size: 18px;
    color: #333333;
}

.lx_bd ul li input{
    display: inline-block;
    width: 82%;
    padding: 0 10px;
    vertical-align: middle;
    height: 58px;
    font-size: 16px;
    color: #333;
    border: 1px solid #bfbfbf;
}

.lx_bd ul li h2 span{
    color: #ff0000;
}

.lx_bd ul li.on h2{
    vertical-align: top;
    width: 8.7%;
}
.lx_bd ul li.on{
    width: 100%;
    display: block;
}
.lx_bd ul li.on textarea{
    width: 91.3%;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    height: 165px;
    border: 1px solid #bfbfbf;
    resize: none;
    font-size: 16px;
    color: #333;
}

.subbbit{
    width: 200px;
    height: 60px;
    background: #353b91;
    font-size: 18px;
    color: #ffffff;
    margin: 0 auto;
    cursor: pointer;
    display: block;
    border: none;
}

.lunbo .swiper-slide img{
    width: 100%;
}



.lunbo .swiper-pagination-bullet{
    width:60px!important;
    height: 5px!important;
    background: #fff!important;
    border-radius: 10px!important;
    display: inline-block!important;
    margin: 0 5px!important;
    opacity: 0.5!important;
}
.lunbo .swiper-pagination-bullet-active{
    opacity: 1!important;
    background-color: #fff!important;
}
.index_si{
    background: #fff;
}
.index_si_w{
    max-width: 1200px;
    margin: 0 auto;
    width: 93%;
}

.index_si ul{
    font-size: 0;
}

.index_si ul li{
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.index_si_img img{
    max-width: 100%;
    margin: 0 auto;
    height: 80px;
}

.index_si_w{
    padding: 100px 0 80px ;
}

.index_si ul li h2{
    font-size: 18px;
    color: #333333;
    text-align:center ;
}

.index_si ul li:hover h2{
    color: #353b91;
}

.index_si_img{
    margin-bottom: 40px;
}

.moree{
    width: 130px;
    line-height: 40px;
    border: 1px solid #353b91;
    font-size: 16px;
    color: #353b91;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.moree:hover{
	background: #353b91;
	color: #fff;
}

.shengchan_www{
    padding-bottom: 50px;
}

.index_al{
    background: #fff;
}

.index_al_ul ul{
    font-size: 0;
}

.index_al_ul ul li{
    display: inline-block;
    vertical-align: top;
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 40px;
    position: relative;
}

.index_al_ul ul li:nth-of-type(4n){
    margin-right: 0;
}

.index_al_ul ul li img{
    width: 100%;
}

.meng{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;  /*菜单透明到显示 0到1*/
    visibility: hidden; /*隐藏（动画过渡的固定写法）*/
}

.meng_k{
    position: absolute;
    width: 90%;
    height: 90%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #353b91;
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.index_al_ul{
    padding-top: 90px;
}


.index_al_ul ul li:hover .meng{
    opacity: 1;
    transition: opacity 1s; /*动画过渡*/
    visibility: visible; /*显示（动画过渡的固定写法）*/
}

.chaa{
    display: block;
    width: 130px;
    line-height: 40px;
    text-align: center;
    background: #353b91;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.index_al_w{
    padding: 0 0 150px;

}


.index_guanyu{
    background: #fff;
}

.index_guanyu_z{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 50px 30px 20px 40px;
}

.index_guanyu_y{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.index_guanyu_k{
    background: #f6f6f6;
    font-size: 0;
}

.index_guanyu_y img{
    width: 100%;
}

.index_guanyu_nr, .index_guanyu_nr *{
    font-size: 16px;
    color: #333333;
    line-height: 2;
}

.sanxiang_www{
    padding: 0 0 30px;
}

.index_guanyu_k{
    margin-top: 90px;
}

.chaaa{
    margin-top: 40px;
}

.index_hezuo_w{
    font-size: 0;
    text-align: right;
}

.index_hezuo_ul{
    display: inline-block;
    width: 58%;
    vertical-align: middle;
    margin-right: 4%;
}

.index_hezuo_tit{
    display: inline-block;
    width: 58%;
    vertical-align: middle;
    width: 16%;
}

.index_hezuo_ul ul{
    font-size: 0;
}

.index_hezuo_ul ul li{
    display: inline-block;
    vertical-align: top;
    width: 21.6%;
    margin-right: 2%;
    margin-bottom: 60px;
}


.index_hezuo_ul ul li:nth-of-type(4n){
    margin-right: 0;
}

.index_hezuo_ul ul li img{
    width: 100%;
}

.index_hezuo_w{
    padding: 160px 0 100px;
}

.index_hezuo_tit h2{
    font-size: 48px;
    color: #333333;
    margin-bottom: 10px;
}


.index_hezuo_tit h3{
    font-size: 18px;
    color: #666666;
}

.sj_index_hezuo{
    display: none;
}

.shengchan_tit_wwww{
    padding-top: 0;
}


.show_video_w{
    padding: 100px 0;
}


.show_video video{
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
}


.jishu_bd_k h1{
    font-size: 30px;
    color: #353b91;
    text-align: center;
    margin-bottom: 50px;
    font-weight: normal;
}