@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;
	min-width: 1300px;
}


.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: #ebf2ff;
	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;

	letter-spacing: 2px;
	color: #555;
	line-height: 220%;
	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: 420px;
}

.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: 8.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 .dd{
	border-radius: 0.5rem;
	box-shadow: 0 0 0.5rem #ccc;
	padding: 1rem ;
	display: flex;
	margin: 1rem 1rem 0.5rem 1rem;
	align-items: center;
}

.swiper_banner_li .dd_left{
		flex: 1;
		margin-left: 2%;
}
.swiper_banner_li .dd_left .dd_1{
	font-size: 1.1rem;
	font-weight: bold;
	color: #333;
	padding-bottom: 0.2rem;
}
.swiper_banner_li a .dd_left .dd_1:hover {
	color: #3f70e9;
}
.swiper_banner_li .dd_left .dd_2{
	font-size: 0.95rem;
	color: #555;
	height: 45px;
	overflow: hidden;
}
.swiper_banner_li .dd_right{
		flex: 1;
		margin-right: 2%;
}
.swiper_banner_li .dd_right img{
	border-radius: 1rem;
	display: block;
	width: 100%;
	height: 9rem;
}
.swiper_banner_li .dd_left .dd_3 span {
    color: #333;
    display: inline-block;
    border-radius: 0.2rem;
    border: 1px solid #ccc;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 0.95rem;
    margin-top: 0.5rem;
	
}
.swiper_banner_li .dd_left .dd_3 span:hover{
	color: #3f70e9;
	border: 1px solid #3f70e9;
}
.index_news_tab{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2rem;
	border-bottom: 1px solid #eee;
}
.index_news_tab_li a{
	display: inline-block;
	
	border-radius: 0;
	padding: 0.6rem 1rem;
	color: #999;
	position: relative;
	font-weight: bold;
	font-size: 0.95rem;
	margin: 0 1rem;
}
.index_news_tab_li.on a{  
	color: #000;	
}
.index_news_tab_li.on a::after{
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	bottom: 0;
	content: '';
	width: 1rem;
	height: 3px;
	background: #3f70e9;
}


.index_news_con_li{
	position: relative;
	
}
.index_news_con{
	padding-bottom: 5%;
}

.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 .d1{
	position: relative;
	top: 0;
 }
.index_zzjg_li .dd:hover .d1{
	top: -0.5rem;
      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: 2rem 0;
	
}


.index_zzjg_li .dd .d3{
	height: 6rem;
	font-size: 1rem;
	color: #000;
	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: 90%;
	 height: auto;
	 display: block;
	 margin: 0 auto;
	 position: relative;
	 top: 0;
 }
  .index_dkzp_li:hover .d1 img{
     transform: scale(1.05);
      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: 10rem;
	margin: 1rem 0;
}

.index_csqy_img {
    margin: 0 1rem;
}
.index_csqy_text {
   margin: 0 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%;
	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;
	max-width: 800px;
	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: 56px;
	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: 100%;

}

.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;
	height: 10rem;
	padding: 1.5rem 0;
}
.index_news_con_li_one .swiper_banner_li .dd_left .dd_3 a{
	color: #333;
	display: inline-block;
	border-radius: 0.2rem;
	border: 1px solid #ccc;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 0.95rem;
	margin-top: 0.5rem;
}
.index_news_con_li_one .swiper_banner_li .dd_left .dd_3 a:hover{
	border: 1px solid #3f70e9;

	color: #3f70e9;
}

.index_news_con_li_one .swiper_banner_li .dd_right img{
    height: 25rem;
}
.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;
}

.index_news_con .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: -3rem;
}
.index_news_con .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: -3rem;
}
.index_news_con .fl{
	display: flex;
}

.index_zzjg1{
	/*margin-top: 5%;*/
	padding: 5% 0;
	background: #f5f5f5;
}


.jxsz_ul{
	display: flex;
}
.jxsz_ul_li{
	flex: 1;
	padding: 2rem;
	border-radius: 1rem;
	background: #fff;
	margin: 1rem;
}
.jxsz_ul_li .v1 img{
	display: block;
	margin: 0.5rem auto;
	width: 3.5rem;
}
.jxsz_ul_li .v1{

	font-weight: bold;
	color: #000;
	text-align: center;
	font-size: 1.5rem;
	padding-bottom: 1rem;
}
.jxsz_ul_li .v2 img{
	width: 0.8rem;
	display: inline-block;
	margin-right: 1rem;
}
.jxsz_ul_li .v2{
	font-size: 1rem;
	color: #333;
	justify-content: center;
	align-items: center;
	display: flex;
	line-height: 200%;
}
.jxsz_ul_li_1 .v2{
	line-height: 150%;
}
.jxsz_ul_li .v3{
	font-size: 0.9rem;
	padding-top: 1.5rem;
	color: #333;
}

.index_csqy_text .d1{
	font-size: 0.9rem;
	color: #666;
	line-height: 200%;
	padding: 0.5rem 0;
}

.index_sslc .hjmd_img{
	padding: 5% 0;
}
.sdxq_box{
	padding: 5% 0;
}
.sdxq_box_ul{
	display: flex;
}
.sdxq_box_li{
	flex: 1;
	margin: 1rem;
	padding: 2rem 1rem;
	background: #d9f5ff;
	border-radius: 2rem 0.2rem 2rem 0.2rem;
	box-shadow: 0.5rem 0rem 0.5rem #999;
}

.sdxq_box_li:nth-child(1){
	background: #edf5fd;
}
.sdxq_box_li:nth-child(2){
	background: #f0f1ff;
}
.sdxq_box_li:nth-child(3){
	background: #edfbfc;
}
.sdxq_box_li:nth-child(4){
	background: #fefff0;
}
.sdxq_box_li:nth-child(5){
	background: #edf5fd;
}
.sdxq_box_li .d1{
	font-size: 1rem;
	color: #000;
	padding-bottom: 0.5rem;
}
.sdxq_box_li .d2{
	font-size: 1.2rem;
	font-weight: bold;
	color: #000;
	padding: 0;
	height: 4.5rem;
}
.sdxq_box_li .d3{
	height: 68%;
	font-size: 0.9rem;
	color: #333;
}

.sdxq_box_li .d1 img{
	width: 7rem;
}
.sdxq_box_li .d4{
	text-align: center;
	padding-top: 1rem;
}
.sdxq_box_li .d4 a{
	display: inline-block;
	padding: 0.4rem 1.5rem;
	border-radius: 2rem;
	font-size: 1rem;
	color: #fff;
	background: #3f70e9;
}
.sdxq_box_li:nth-child(1) .d4 a{
	background: #63adf6;
}
.sdxq_box_li:nth-child(2) .d4 a{
	background: #7a82e8;
}
.sdxq_box_li:nth-child(3) .d4 a{
	background: #5ac6c6;
}
.sdxq_box_li:nth-child(4) .d4 a{
	background: #baba89;
}
.sdxq_box_li:nth-child(5) .d4 a{
	background: #66a4c0;
}
.sdxq_box_li a:hover{
	transform: scale(1.1);
	transition: 0.5s;
	box-shadow: 0 0 1rem #ccc;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background: url('../images/it (25).png') no-repeat;
	background-size: 100%100%;
	
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background: url('../images/it (24).png') no-repeat;
	background-size: 100%100%;
}
.swiper-button-next, .swiper-button-prev{
	width: 44px;
}
.swiper-button-prev, .swiper-button-next{
	width: 44px;
}

.sdxq_box_li:nth-child(2) .d3{
	line-height: 200%;
	font-size: 1rem;
}
.sdxq_box_li:nth-child(3) .d3{
	line-height: 200%;
	font-size: 1rem;
}.sdxq_box_li:nth-child(4) .d3{
	line-height: 200%;
	font-size: 1rem;
}

.index_about_p,.sdxq_box,.jxsz_ul,.index_csqy_img,.index_csqy_text   {
    max-width: 1300px;
    margin: 0 auto;
}





@media(max-width: 1000px) {
	.index_about_p p{
	    font-size: 0.7rem;
	}
}





