@charset "utf-8";

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
a,
samp,
strong,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
label,
table,
tbody,
tr,
th,
td,
img {
	border: 0 none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: '思源黑体';
	list-style-type: none;
	line-height: 150%;
	letter-spacing: 1px;
}
html{
	min-width: 1500px;
}
body {
	background: #fff;
min-width: 1500px;

}

img {
	max-width: 100%;
	max-height: 100%;
}

a {
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.fc {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: -webkit-center;
	align-items: -moz-center;
	align-items: center;
}

.fl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}


.container {
	margin: 0 auto;
	display: block;
}


.post_bj {
	background: #f5f5f5;
}
.head_nav {
	justify-content: center;
}
.head_nav .logo {
	margin-right: 5%;
}

.head_nav_li a {
	display: inline-block;
	margin: 0 1rem;
	color: #333;
	font-size: 1rem;
	position: relative;
	/*border-bottom: 2px solid #fff;*/
}
.head_nav_li a.on{
	color: #4c5c80;
	font-weight: bold;
	/*border-bottom: 2px solid #4c5c80;*/
}
.head_nav_li a.on:before{
    position: absolute;
    content: '';
    width: 1rem;
    height: 0.2rem;
    left: 0;
    bottom: -5px;
    background: #4c5c80;
}
.head_nav_li a:hover{
	color: #4c5c80;
    font-weight: bold;

}
.head_nav_li a:hover:before{
  position: absolute;
    content: '';
    width: 3rem;
    height: 0.15rem;
    left: 50%;
    	transform: translate(-50%,0);
    bottom: -5px;
    background: #4c5c80;

}
.head_nav .logo img{
	max-width: 15rem;
}
.head{
	background: #fff;
	z-index: 9999;
	position: relative;
	padding: 1rem 0;
}


.index_img img{
	display: block;
	width: 100%;
}

.head.on{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	background: rgba(255,255,255,0.6);
}



.footer{
	background: #4c5b82;
}
.footer_left{
	flex: 1;
}
.footer_left .d1 {
	text-align: center;

}
.footer_left .d2 a{
	font-size: 1rem;
	padding: 0 0.7rem;
	color: #fff;
	display: inline-block;
	border-right: 1px solid #fff;
	line-height: 100%;
}
.footer_left .d2 a:hover{
	color: #3f70e9;
}
.footer_left .d2 a:last-child{
	border: 0;
}
.footer_left .d2{
	text-align: center;
	padding: 1.5rem 0;
}

.footer_right{
	width: 35%;
}

.footer_right .d1 img{
	width: 5rem;
	margin: 0 auto;
	display: block;
	
}
.footer_ul{
	padding: 2rem 0;
	border-bottom: 1px solid #687295;
}

.footer_right .d1{
	display: flex;
}
.footer_right .d1 p{
	padding: 0 1rem;
}
.footer_right .d1 span{
	display: block;
	text-align: center;
	font-size: 0.95rem;
	color: #fff;
	padding-top: 0.3rem;
}

.footer_left .d1 img{
	max-height: 3rem;
	margin:0 1rem;
}

.footer_left .d3{
	text-align: center;
	font-size: 1rem;
	color: #fff;
}

.footer_b{
	text-align: center;
	padding: 1rem 0;
	color: #fff;
	font-size: 0.85rem;
}



.index_about{
	background: #f5f5f5;
	padding: 6% 0;
}
.index_title{
	text-align: center;
	font-size: 1.7rem;
	color: #333;
	font-weight: bold;
	padding-bottom: 2rem;
	letter-spacing: 2px;
}
.index_title img{
	display: block;
	margin: 0 auto;
	max-width: 14rem;
	margin-bottom: 1rem;
}

.index_about_p p{
	text-indent: 2em;
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 2px;
	color: #555;
	line-height: 180%;
	margin-bottom: 0.5rem;
}


.index_stxq{
	padding-top: 7%;
}
.index_stxq_ul{
	clear: both;
	overflow: hidden;
}
.index_stxq_li{
	display: inline-block;
	float: left;
	width: 50%;
}
.index_news_con_li{
	min-height: 200px;
}

.index_stxq_li .dd{
	background: #f5f5f5;
	border-radius: 2rem;
	padding: 5%;
	margin: 1rem;
	  background: -webkit-linear-gradient(left,#f5f5f5 0,#e9eff7 100%);
    background: -moz-linear-gradient(left,#f5f5f5 0,#e9eff7 100%);
    background: -o-linear-gradient(left,#f5f5f5 0,#e9eff7 100%);
    background: linear-gradient(left,#f5f5f5 0,#e9eff7 100%);
}
.index_stxq_li .dd:hover{
    box-shadow: 0 0 0.5rem #b8d8ff;
    transition: 0.5s;
}
.index_stxq_li .dd .d1{
	font-size: 1rem;
	color: #fff;
	display: inline-block;
	padding: 0.4rem 1.2rem;
	border-radius: 2rem;
	background: #3f70e9;
    background: -webkit-linear-gradient(right,#3f70e9 0,#9ec3f1 100%);
    background: -moz-linear-gradient(right,#3f70e9 0,#9ec3f1 100%);
    background: -o-linear-gradient(right,#3f70e9 0,#b8d8ff 100%);
    background: linear-gradient(right,#3f70e9 0,#b8d8ff 100%);
}
.index_stxq_li .dd .d2{
	font-size: 1.5rem;
	color: #333;
	padding: 0.5rem 0;
	font-weight: bold;
}
.index_stxq_li .dd .d3{
	height: 7.5rem;
	font-size: 0.9rem;
}
.index_stxq_li .dd .d4 {
	text-align: right;
}
.index_stxq_li .dd .d4 a{
	display: inline-block;
	padding: 0.5rem 1.5rem;
	border-radius: 2rem;
	background: #3f70e9;
	color: #fff;
	font-size: 0.9rem;

}
.index_stxq_li .dd .d4 a{
    background: #becdf3;
}

/*.index_stxq_li .dd .d4 a:hover{*/
/*	background: #72a0e9;*/
/*}*/


.hide{
	display: none;
}



.swiper_banner_li{
	display: inline-block;
	float: left;
	width: 50%;
}

.swiper_banner_li a{
	border-radius: 0.5rem;
	box-shadow: 0 0 0.5rem #ccc;
	padding: 1rem;
	display: flex;
	margin: 1rem;
	align-items: center;
}

.swiper_banner_li .dd_left{
		flex: 1;
}
.swiper_banner_li .dd_left .dd_1{
	font-size: 1.1rem;
	font-weight: bold;
	color: #333;
	padding-bottom: 0.5rem;
}
.swiper_banner_li .dd_left .dd_2{
	font-size: 0.95rem;
	color: #555;
	height: 50px;
	overflow: hidden;
}
.swiper_banner_li .dd_right{
		width: 12rem;
		margin-left: 1rem;
}
.swiper_banner_li .dd_right img{
	border-radius: 1rem;
	display: block;
	width: 100%;
	height: 7rem;
}

.swiper_banner_li a:hover{
	box-shadow: 0 0 0.5rem #3f70e9;
}
.index_news_tab{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2rem;
}
.index_news_tab_li a{
	display: inline-block;
	background-color: #6084ee;
	border-radius: 2rem;
	padding: 0.4rem 1rem;
	color: #fff;
	opacity: 0.5;
	font-weight: bold;
	font-size: 0.95rem;
	margin: 0 1rem;
}
.index_news_tab_li.on a{
    opacity: 1;
	background-color: #6084ee;
	
}
.index_news_tab_li a:hover{
    opacity: 1;
	background-color: #6084ee;
	
}

.index_news_con_li{
	position: relative;
	
}


.index_news_con .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: -25px;
}
.index_news_con .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: -25px;
}


.index_zzjg_ul{
	display: flex;
}
.index_zzjg_li{
	flex: 1;
}
.index_zzjg_li .dd{
	background: #fff;
	border-radius: 1.5rem;
	padding: 2rem;
	box-shadow: 0 0 1rem #ccc;
	margin: 0 1rem;
	
}
.index_zzjg_li .dd:hover{
    box-shadow:  0 0 1rem #6084ee;
    transition: 0.5s;
}
.index_zzjg_li .dd .d1 img{
	width: 9rem;
	height: 9rem;
	border-radius: 50%;
	display: block;
	margin: 1rem auto;
}



.index_zzjg_li .dd .d2{
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	color: #333;
	margin-bottom: 1rem;
	
}


.index_zzjg_li .dd .d3{
	height: 6rem;
	font-size: 0.95rem;
	color: #333;
	text-align: center;
}

.index_zzjg{
	padding-top:5%;
}

.index_dkzp_ul{
	display: flex;
}
.index_dkzp_li{
	flex: 1;
	margin: 1rem 0;
}
 .index_dkzp_ul_d1{
	 width: 80%;
	 margin-left: 10%;
 }
 .index_dkzp_li .dd{
	 text-align: center;
 }
 .index_dkzp_li .d1 img{
	 width: 13rem;
	 height: 13rem;
	 display: block;
	 margin: 0 auto;
	 position: relative;
	 top: 0;
 }
  .index_dkzp_li:hover .d1 img{
      top: -0.5rem;
      transition: 0.5s;
  }
  .index_dkzp_li .d2{
	  text-align: center;
	  font-size: 1.2rem;
	  font-weight: bold;
	  color: #000;
	  padding: 0.5rem 0;
  }
    .index_dkzp_li .d2 span{
		display: inline-block;
		position: relative;
		padding: 0 1rem;
	}
 .index_dkzp_li .d2 img{
	 position: absolute;
	 left: -0.5rem;
	 bottom: 0.3rem;
	 width: 5rem;
	 height: 1rem;
 }

 .index_dkzp_li .d3{
	 font-size: 1rem;
	 font-weight: bold;
	 color: #444;
	 text-align: center;
 }


.index_jxsz_li .dd{
	display: flex;
}
.index_jxsz_li .dd .dd_left{
	width: 10rem;
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	font-weight: bold;
	color: #333;
}
.index_jxsz_li {
	border-bottom: 1px solid #eee;
	padding: 0.8rem 0;
}
.index_jxsz_li .dd .dd_right{
	flex: 1;
	padding-left: 10%;
}

.index_jxsz_li .dd .dd_left img{
	width: 3rem;
	margin-right: 0.5rem;
}

.index_jxsz_li .dd .dd_right .d1{
	display:flex;
	align-items: center;
	width: 33%;
	font-size: 0.95rem;
	font-weight: bold;
	float: left;
	color: #555;
}

.index_jxsz_li .dd .dd_right .d1 img{
	width: 1.1rem;
	display: inline-block;
	margin-right: 0.3rem;
}

.index_csqy{
	background: #f9faff;
	padding: 2rem 0;
	margin-top: 2rem;
}
.index_csqy .d1{
	font-size: 1rem;
	color: #333;
	padding: 0.5rem 0;
	display: flex;
}
.index_csqy .d1 img{
	width: 1.1rem;
	height: 1.3rem;

	display: block;
	margin-right: 0.5rem;
}

.index_csqy_img img{
	width: 9rem;
	margin-bottom: 1rem;
}



.index_sslc_ul{
	display: flex;
	padding: 2rem 0 4rem 0;
}
.index_sslc_li{
	flex: 1;
}
.index_sslc_li .dd{
	position: relative;
}
.index_sslc_li .dd img{
	display: block;
	margin: 0 auto;
}
.index_sslc_li .d1{
	position: absolute;
	top: 10rem;
	text-align: center;
	width: 62%;
	text-align: center;
	left: 18%;
}

.index_sslc_li span{
	display: block;
	text-align: center;
	font-size: 0.85rem;
	color: #333;
}
.index_sslc_li span a{
    color: #051682;
}

.index_sslc_li .s1{
	font-weight: bold;
	color: #051682;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.index_sslc_ul{
	position: relative;
}
.index_sslc_img1{
	position: absolute;
	top: 11rem;
	z-index: 99;
	left: 21.6%;
}

.index_sslc_img2{
	position: absolute;
	top: 11rem;
	left: 46.7%;
	z-index: 99;
}

.index_sslc_img3{
	position: absolute;
	top: 11rem;
	left: 71.7%;
	z-index: 99;
}


.post_ul {
    position: relative;
    background: #fff;
    padding: 5% 10%;
    border-radius: 0.5rem;
    top: -4rem;
}

.post_t {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
  
    padding: 1rem;
    text-align: center;
}
.post_t1 {
    font-size: 1rem;
    color: #999;
	border-bottom: 1px solid #eee;
    text-align: center;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}
.post_ul p{
	text-indent: 2em;
	font-size: 1.1rem;
	color: #666;
	line-height: 200%;
	margin-bottom: 1.5rem;
}

.post_ul p img{
	display: block;
	width: auto;
	margin: 0.5rem auto;
}
.post_ul p span{
	display: block;
	text-indent: 0
}
.post_ul p span.s1{
	color: #f00;
	font-weight: bold;
}


@media(min-width: 1400px) {
	.container {
		width: 1300px;
	}
}


.hjmd_img img{
    display: block;
    width: 100%;
}


.head_nav_li{
	position: relative;
}
.head_nav_li .downli{
	display: inline-block;
}
.head_nav_li .downli:hover .nav_down{
	display: block;
}
.head_nav_li .nav_down{
	position: absolute;
	top: 25px;
	left: 55px;
	background: #f5f5f5;
	border-radius: 0.2rem;
	padding: 0.5rem;
	color: #333;
	width: 7rem;
	display: none;
	text-align: center;
}
.head_nav_li .nav_down .dli .d1{
	margin: 0.3rem 0;
}
.head_nav_li .nav_down .dli .d1 a{
	font-size: 0.9rem;
	color: #333;
	clear: both;
	overflow: hidden;
	display: block;
	margin: 0;
	border: 0;
    padding: 5px 0;

}
.head_nav_li .nav_down .dli .d1 a:hover{
    color: #3f70e9;
}
.head_nav_li .nav_down .dli .d2 a{
	padding-left: 1rem;
	padding: 0.5rem 0 0.5rem 1.2rem;
	border: 0;
	display: block;
	margin: 0;
	font-size: 0.9rem;
	color: #333;
	clear: both;
	overflow: hidden;
}

.notice_ul .tp{
	font-size: 1.4rem;
	font-weight: bold;
	color: #333;
	text-indent: 0;
}


.post_ul1 p{
    margin-bottom: 0.5rem;
}


.go_top:hover{
	background: #333;
}
.go_top{
	position: fixed;
	bottom: 5%;
	right: 3%;
	z-index: 9999;
	background: #3f70e9;
	width: 4rem;
	height: 4rem;
	text-align: center;
	display: none;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	cursor: pointer;
}
.go_top.on{
	display: flex;
}



.index_news_con_li_one .swiper_banner_li{
    width: 80%;
    margin-left: 10%;
}
.index_news_con_li_one .swiper_banner_li .dd_left .dd_1{
    font-size: 1.3rem;
}

.index_news_con_li_one .swiper_banner_li .dd_left .dd_2{
    font-size: 1rem;
}
.index_news_con_li_one .swiper_banner_li .dd_right img{
    height: 8rem;
}
.swiper_banner_img .swiper_banner_li{
    width: 33.3%;
}
.swiper_banner_img .swiper_banner_li img{
    padding: 10px;
    width: calc(100% - 20px);
    border-radius: 25px;
}
.swiper_banner_img .swiper_banner_li img:hover{
   	transform: scale(1.1);
    transition: 0.5s;
}


















