* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
.clearfix::after,
.clearfix::before {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both
}
.clearfix {
	zoom: 1
}

img {
	max-width: 100%;
	display: block;
}

.banner img {
	width: 100%;
	display: block;
}

.m_center {
	padding-left: 12px;
	padding-right: 12px;
}
.d_flex {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
}

/*zhaoheng all style*/
/*margin-top*/
.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt17 {
	margin-top: 17px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt45 {
	margin-top: 45px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

/*margin-bottom*/
.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb17 {
	margin-bottom: 17px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb70 {
	margin-bottom: 70px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb100 {
	margin-bottom: 100px;
}

/*padding-top*/
.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt25 {
	padding-top: 25px;
}

.pt30 {
	padding-top: 30px;
}

.pt35 {
	padding-top: 35px;
}

.pt38 {
	padding-top: 38px;
}

.pt40 {
	padding-top: 40px;
}

.pt45 {
	padding-top: 45px;
}

.pt50 {
	padding-top: 50px;
}

.pt55 {
	padding-top: 55px;
}

.pt60 {
	padding-top: 60px;
}

.pt70 {
	padding-top: 70px;
}

.pt80 {
	padding-top: 80px;
}

.pt100 {
	padding-top: 100px;
}

/*padding-bottom*/
.pb5 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb14 {
	padding-bottom: 14px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb17 {
	padding-bottom: 17px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb25 {
	padding-bottom: 25px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb35 {
	padding-bottom: 35px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb45 {
	padding-bottom: 45px;
}

.pb50 {
	padding-bottom: 50px;
}

.pb60 {
	padding-bottom: 60px;
}

.pb70 {
	padding-bottom: 70px;
}

.pb80 {
	padding-bottom: 80px;
}

.pb100 {
	padding-bottom: 100px;
}

.flex_n {
	flex: none;
	-webkit-flex: none;
	-ms-flex: none;
}

.flex_1 {
	flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
}

.mr_2n0>*,
.mr_3n0>*,
.mr_4n0>*,
.mr_5n0>* {
	float: left;
}
.mr_2n0>*{
	width: calc((100% - 12px)/2);
	margin-right: 12px;
	margin-bottom: 12px;
}
.mr_3n0>*{
	width: calc((100% - 24px)/3);
	margin-right: 12px;
	margin-bottom: 12px;
}
.mr_4n0>*{
	width: calc((100% - 36px)/4);
	margin-right: 12px;
	margin-bottom: 12px;
}
.mr_5n0>*{
	width: calc((100% - 48px)/5);
	margin-right: 12px;
	margin-bottom: 12px;
}
.mr_2n0>*:nth-child(2n) {
	width: calc((100% - 12px)/2);
	margin-right: 0px !important;
}

.mr_3n0>*:nth-child(3n) {
	margin-right: 0px !important;
}

.mr_4n0>*:nth-child(4n) {
	margin-right: 0px !important;
}

.mr_5n0>*:nth-child(5n) {
	margin-right: 0px !important;
}



a {
	color: #333;
}

.page_title {
	width: 100%;
	text-align: center;
}

.page_title p {
	font-size: 18px;
	color: #1c6ec8;
}

.page_title h2 {
	font-size: 20px;
	margin-top: 2px;
}

.page_title h3 {
	font-size: 20px;
	margin-top: 2px;
	font-weight: 400;
}

.page_title h2 span {
	color: #d51414;
}

.page_title p img {
	width: 100%;
}

.page_title font {
	display: block;
	font-size: 13px;
	color: #666666;
}

.cnxj>div {
	box-shadow: 0 0 10px #ccc;
	padding: 12px 0;
	margin-right: 12px;
	margin-bottom: 12px;
	text-align: center;
	width: calc((100% - 12px)/2);
}

.cnxj .font_ico span {
	display: block;
	width: 50px;
	font-weight: bold;
	line-height: 50px;
	margin: auto;
	color: #fff;
	border-radius: 50%;
	background: #1c6ec8;
}

.cnxj>div p {
	margin-top: 10px;
	font-size: 14px;
}

.cnxj>div a {
	margin-top: 10px;
	color: #1c6ec8;
	font-size: 14px;
	display: inline-block;
	border-radius: 25px;
	padding: 4px 10px;
	border: 1px solid #1c6ec8;
}

.zy_list {
	text-align: center;
	color: #333;
	margin-bottom: 15px;
}

.zy_list .zy_title {
	font-size: 17px;
}

.zy .zy_bl span {
	display: inline-block;
}

.zy .zy_bl span:first-child {
	width: 11px;
	margin-right: 2px;
}

.zy .zy_bl span img {
	width: 100%;

	transform: translateY(1px);
}

.zy .zy_bl span:last-child {
	color: #d51414;
	font-size: 15px;
	margin-bottom: 10px;

}

.zy_list .zy_img {
	font-size: 17px;
}

.zy_list .zy_font {
	font-size: 14px;
}

.zy_list .zy_font .flex_1 {
	font-weight: bold;
}

.zy_list .zy_font .flex_1 span {
	font-weight: 400;
}

.zy_list .zy_font {
	text-align: left;
	color: #333;
	padding: 15px 10px;
	width: 100%;
	background-color: #eeeeee;
	box-sizing: border-box;
}

.zy_list .zy_font a {
	text-align: center;
	padding: 5px 10px;
	margin-left: 10px;
	margin-top: 7px;
	font-size: 14px;
	display: block;
	color: #fff;
	border-radius: 50px;
	background: #1c6ec8;
}

.mr_2n0>.zy_list {
	width: calc((100% - 12px)/2);
	margin-right: 12px;
	margin-bottom: 12px;
}

.mr_2n0>.zy_list .zy_font {
	padding: 8px 12px 10px;
}

.mr_2n0>.zy_list .zy_font a {
	text-align: center;
	padding: 5px 10px;
	margin-left: 10px;
	margin-top: 7px;
	font-size: 14px;
	display: inline-block;

	color: #fff;
	border-radius: 50px;
	background: #1c6ec8;
}

.zy_font_dj {
	text-align: center;
}

.xxhj a {
	display: block;
	margin-bottom: 8px;
	margin-right: 8px;
	width: calc((100% - 8px)/2);
}

.xxhj a:nth-child(2n) {
	margin-right: 8px !important;
}

.img_title {
	background: #1c6ec8;
	text-align: center;
	padding: 15px 0px;
}

.img_title p {
	text-align: center;
	margin-bottom: 3px;
	font-size: 15px;
	color: #fff;
}

.img_title span {
	font-size: ;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	text-align: center;
}

.mq>div:last-child {
	margin-top: 12px;
}

.mq .d_flex {
	padding: 8px 15px;
	border: 1px solid #cfcfcf;
	border-top: 0px;
}

.mq img {
	display: block;
}

.mq .flex_n img {
	width: 35px;
}

.mq .flex_1 {
	font-size: 15px;
	line-height: 35px;
	padding-left: 8px;
}

.page_font {
	margin-top: 10px;
	text-indent: 2em;
	font-size: 13px;
	line-height: 24px;
}

.byxz_list {
	padding: 3px;
	width: calc((100% - 12px)/2);
	border: 1px solid #d4d4d4;
	margin-bottom: 12px;
	margin-right: 12px;
}
.gzsj a{
	width: calc((100% - 16px)/3);
	margin-bottom: 8px;
	margin-right:8px;
}
.byxz_list {
	padding: 3px;
	width: calc((100% - 12px)/2);
	border: 1px solid #d4d4d4;
	margin-bottom: 12px;
	margin-right: 12px;
}
.byxz .byxz_font {
	font-size: 14px;
	line-height: 22px;
	padding: 10px 5px 0px;
}

.mTitle h4{
	display: block;
	font-size: 20px;
	font-weight: 400;
	background: url(../images/2.png) no-repeat;
	background-size: 100% 100%;
	width: 280px;
	text-align: center;
	line-height: 40px;
	margin: auto;
	color: #fff;
	
}
.mTitle p{
	font-size: 14px;
	color: #5d5d5d;
	line-height: 20px;
}
.container{
	padding-left: 12px;
	padding-right: 12px;
	background: inherit;
}


.ys .mr_2n0>a{
	position: relative;
	width: calc((100% - 8px)/2);
	margin-right: 8px;
	margin-bottom: 8px;
}
.ys .mr_2n0 span{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 55px;
	height: 55px;
	border-radius: 50px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 55px;
	background: #0c9ad8;
}
.allbut a{
	line-height: 45px;
	width: 100%;
	border-radius:5px ;
	text-align: center;
	display: block;
	color: #fff;
	background: #0c9ad8;
	font-size: 17px;
}

.zy{padding: 18px 0px}
.zy ul{background: inherit;}
.zy ul li{
	width: calc((100% - 8px)/2);
	margin-right: 8px;
	margin-bottom: 8px;
}
.zy .font{background: #fff;padding: 8px;}
.zy .font .top a{
	font-size: 16px;
	float: left;
	display: block;
	color: #262626;
}
.zy .font .top span{
	display: block;
	font-size: 14px;
	float: right;
	line-height: 26px;
	color: #5b5b5b;
}
.zy .font .bot{
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #5b5b5b;
	margin-top: 3px;
}
.zy .font .bot a{
	display: block;
	font-size: 14px;
	color: #5b5b5b;
	border: 1px solid #0c9ad8;
	float: right;
	border-radius: 4px;
	color: #0c9ad8;
	line-height: 22px;
	margin-top: 1px;
	padding:0px 2px;
}

.msfc{padding-bottom: 30px;}
.swiper-pagination-msfc{
	text-align: center;
	width: 100%;
	display: block;
	margin-top: 5px;
	position: inherit!important;
}
.swiper-pagination-msfc span{
	display: inline-block;
	margin:0px 2px;
}

.msfc2 .mr_2n0 a{
	width: calc((100% - 8px)/2);
	margin-right: 8px;
	margin-bottom: 8px;
}

.swiper-pagination-msfc2{
	text-align: center;
}
.swiper-pagination-msfc2 span img{
	width: 40px;
}
.swiper-pagination-msfc2 span{
	opacity: 0.5;
	margin: 0px 5px;
	display: inline-block;
	cursor: pointer;
}
.swiper-pagination-msfc2 span:last-child{
	opacity: 1;
}
.swiper-pagination-msfc2 span:focus{
	outline: none;
}