html,body,div, ul,li,h1,h2,h3,p{ margin: 0; padding: 0; border: 0;list-style:none; }
body{
	min-width: 750px;
    background-image: url(../images/icon_top_banner.png);
    background-position: top;
    background-repeat: no-repeat;
}
.block{ width:750px; height:auto; display:block; margin:0 auto;  position:relative; overflow: hidden; }
.blocks{ width:750px; height:auto; display:block; margin:0 auto;  position:relative; }
.wb100{
	width:100%;height:auto; display:block; margin:0 auto;  position:relative;
}
.voerfl{overflow:hidden;}
.overf{overflow:inherit;}
a{text-decoration:none;}

.flex{display:flex;}
.f-left { float: left; }
.f-right { float: right; }
.t-center{text-align:center;}

.more{font-size:20px;font-weight:normal;color: #2d98ff;}
.more img{margin-top:-4px;}


.m_t_5 { margin-top: 5px; }
.m_t_10 { margin-top: 10px; }
.m_t_15 { margin-top: 15px; }
.m_t_20 { margin-top: 20px!important; }
.m_t_25 { margin-top: 25px; }
.m_t_30 { margin-top: 30px!important; }
.m_t_35 { margin-top: 35px; }
.m_t_40 { margin-top: 40px; }
.m_t_45 { margin-top: 45px; }
.m_t_50 { margin-top: 50px; }
.m_t_55 { margin-top: 55px; }
.m_t_60 { margin-top: 60px; }
.m_t_65 { margin-top: 65px; }
.m_r_15 { margin-right: 15px; }
.m_l_20 { margin-left: 20px!important; }

.p_t_20 {padding-top:20px;}
.p_t_30 {padding-top:30px;}
.p_t_50 {padding-top:50px;}


/****/
/* 轮播图 */

.swiper-banner {
    position: relative;
    height: 27rem;
    margin-top: 0.15rem;
    overflow: hidden;
}

.swiper-banner .swiper-slide {
    position: relative;
    height: 25rem;
}

.swiper-banner .swiper-slide:after {
    content: '';
    position: absolute;
    left: 0.4rem;
    bottom: -0.1rem;
    z-index: -1;
    width: 5.48rem;
    height: 0.15rem;
    background: rgba(140, 140, 140, 1);   
    -webkit-filter: blur(0.08rem); 
     -moz-filter: blur(0.08rem);
     -ms-filter: blur(0.08rem); 
     -o-filter: blur(0.08rem);
     filter: blur(0.08rem);
     filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='8');
}

.swiper-banner .swiper-slide>a {
    display: block;
    height: 100%;
    width: 100%;
}

.swiper-banner .swiper-slide .title {
    width: 100%;
    height: 1.28rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    border-radius: 0.08rem;
    position: absolute;
    left: 0;
    bottom: 0;
}

.swiper-banner .swiper-slide .title>h3 {
    color: #FFFFFF;
    position: absolute;
    left: 0.25rem;
    bottom: 0.27rem;
    font-size: 1.34rem;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.swiper-banner .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 0.8rem;
}

.swiper-banner .swiper-slide-prev, .swiper-banner .swiper-slide-next {
    transform: scale(0.8);
    transition: all 300ms;
}

.swiper-banner .swiper-pagination {
    width: auto;
    left: auto;
    right: 0.74rem;
    bottom: 0.5rem;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 0.4rem;
}

.swiper-banner .swiper-pagination-total {
    color: #FFFFFF;
    font-size: 0.34rem;
}

.swiper-banner .swiper-pagination-current {
    color: #FF1F1F;
}

.swiper-banner .swiper-pagination-bullet{
	background:#2d55cf;
    width: 1.4rem;
    border-radius: 2rem;
	cursor:pointer;
}
.swiper-banner .swiper-pagination-bullet-active{
	background:#2d55cf;
    width: 4.4rem;
}

/**/

.div_nav{
	margin: 0 6%;
}
.div_nav li{
	background: url(../images/icon_nav_bg.png) center no-repeat;
	background-size: contain;
	width: 31%;
	float: left;
	margin: 0 1.2%;
	height: 5.813rem;
	margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.div_nav li:nth-child(3n){
	margin-right:0;
}
.div_nav li a{
	
}
.div_nav li img{
	
}


.div_zbls{}
.div_zbls ul{
    display: flex;
    justify-content: center;
}
.div_zbls ul li{
	background: url(../images/icon_zb_bg.png) 0rem 1.6rem no-repeat;
	width: 21rem;
	height: 26rem;
	float: left;
	margin: 0 0.5%;
}
.div_zbls ul li .img{
	border-radius:100%;
	width:105px;
	height:105px;
}
.div_zbls ul li h3{
    font-size: 1.9rem;
    color: #343434;
    margin: 0.5rem 0;
}
.div_zbls ul li p.title_scly{
	background: #4369dd3b;
	margin: 0.9rem 29%;
	padding: 0.5rem;
	border-radius: 50px;
	color: #343434;
	font-weight: bold;
	font-size: 1.46rem;
}
.div_zbls ul li p.list_scly{
    color: #343434;
    font-size: 1.5rem;
    padding: 0 2rem;
    padding-bottom: 0.5rem;
    overflow: hidden;
    height: 5.5rem;
}
.div_zbls ul li p.list_scly span{
	width:100%;
	float:left;
	margin: 0.4rem 0;
}
.div_zbls ul li div img{
	
}

.div_nav_title{
	display:flex;
    align-items: center;
    padding: 0.8rem 1.5rem;
}
.div_nav_title h3{
	width:100%;
	text-align:left;
    font-size: 1.8rem;
    color: #222;
}
.div_nav_title h3.div_nav_zxdp{
	background:url(../images/icon_nav_title_dp.png) bottom left no-repeat;
	padding-left:2.5rem;
}
.div_nav_title a{
	float:right;
}

.div_zxdp_list{
    margin: 0.5rem 1rem;
}
.div_zxdp_list li{
    margin: 1.5rem 0;
    padding: 1rem;
    text-align: left;
    box-shadow: 0px 0px 1.2rem #e3e7ec;
}
.div_zxdp_list li h2{
    margin: 0 0 0.5rem 0;
    background: url(../images/icon_rep_img.png) right no-repeat;
    background-size: contain;
}
.div_zxdp_list li h2 a{
    color: #222;
}
.div_zxdp_list li p{
    display: flex;
    align-items: center;
}
.div_zxdp_list li p span{
    color: #0637db;
    font-size: 1rem;
    width: 100%;
    padding: 0.5rem 0;
}
.div_zxdp_list li p i{
    width: 35%;
    font-weight: normal;
    font-style: normal;
    color: #222;
}

.div_nav_title h3.div_nav_zxdy{
	background:url(../images/icon_nav_title_lsdy.png) bottom left no-repeat;
	padding-left:2.5rem;
}

.swiper-reco{
    padding: 1rem;

}
.swiper-reco .swiper-slide{
    height: 342px;
    /* background: url(../images/icon_zxdy_title_bg.png) top left no-repeat; */
    box-shadow: 0px 0px 1.2rem #e3e7ec;
}
.swiper-reco .swiper-slide .title{
    color: #fff;
    height: 3.5rem;
    line-height: 2.5rem;
    padding: 0 3rem;
    background: url(../images/icon_zxdy_title_bg.png) top left no-repeat;
    margin-left: -0.8rem;
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 1rem;
}
.swiper-reco .swiper-slide .summary{
	width: auto;
	height: 14.2rem;
	padding: 0.2rem 1.5rem;
	line-height: 1.7;
	font-size: 1.2rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}
.swiper-reco .swiper-slide .more{
    text-align: right;
    padding: 0 0.5rem;
}







.div_nav_title h3.div_nav_zfdb{
	background:url(../images/icon_nav_title_db.png) bottom left no-repeat;
	padding-left:2.5rem;
}
.div_zfdb_list{
	padding: 0.5rem 1rem;
    background: #f4fbff;
}
.div_zfdb_list li{
    margin: 1.5rem 0;
    padding: 1rem;
    text-align: left;
    border-bottom: 1px dashed #cccccc;
}
.div_zfdb_list li:last-child{border:none;}
.div_zfdb_list li h2 a{
    color: #222;
}
.div_zfdb_list li p{
    display: flex;
    align-items: center;
}
.div_zfdb_list li p span{
    color: #0637db;
    font-size: 1rem;
    width: 100%;
    padding: 1rem 0;
    display: flex;
    align-items: center;
}
.div_zfdb_list li p span img{margin-right:0.5rem;}
.div_zfdb_list li p i{
    width: 35%;
    font-weight: normal;
    font-style: normal;
    color: #222;
}









.div_nav_title h3.div_nav_lssf{
	background:url(../images/icon_nav_title_lssf.png) bottom left no-repeat;
	padding-left:2.5rem;
}

.div_lssf_list{
	padding:0.8rem 1.5rem;
}
.div_lssf_list li{
	box-shadow: 0px 0px 1.2rem #e3e7ec;
    background: #fff url(../images/icon_lssf_list_bg.png) top no-repeat;
    background-size: contain;
    padding: 0.5rem;
    margin: 1.5rem 0;
    height: auto;
}
.div_lssf_list li h3{
    height: 4.1rem;
    line-height: 4.1rem;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    font-size: 1.6rem;
    color: #fff;
}
.div_lssf_list li h3 a{
    color: #fff;
}
.div_lssf_list li p{
    padding: 0.7rem 1rem;
    font-size: 0.8rem;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 3.3rem;
}
    /* box-shadow: 0px 0px 1.2rem #e3e7ec; */


.footer{
    position: fixed;
    bottom: 0;
    width: 46.875rem;
    height: 8.8rem;
	background:url(../images/icon_down_nav.png) center bottom no-repeat;
}

.nav_footer{
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    text-align: center;
    margin: 1.6rem 2.2rem;
}
.nav_footer li{
    width: 100%;
}

















