* {
	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;
}

/*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;
}

.page_font {
	margin-top: 10px;
	text-indent: 2em;
	font-size: 13px;
	line-height: 24px;
}
.page_content{
	line-height: 22px;
	font-size: 14px;
}
.allfont {
	color: #2b2a29;
}
.allfont span{
	color: #c80000;
}

.modular1 p{
	margin-top: 5px;
	font-size: 14px;
	line-height:30px;
	text-align: center;
	color: #666666;
}
.modular1>a {
    margin-right: 8px;
    margin-bottom:8px;
	width: calc((100% - 8px)/2)!important;
}












.allbut a{
	display: block;
	width: 100%;
	line-height: 42px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #d96b21;
	border-radius: 4px;
}
/* anniu */
.allbut2 a{
	line-height: 40px;
	border: 1px solid #d50f0f;
	color: #fff;
	background: #d96b21;
	font-size: 16px;
	text-align: center;
	
}
.allbut2 a:last-child{
	color: #fff;
	background: #d50f0f;
}















/* title */
.alltitle h4{
	font-size: 20px;
	text-align: center;
	color: #361508;
}
.alltitle span{
	color: #d50f0f;
}
.allfont {
	text-indent: 2em;}


.zy ul li{
	border: 1px solid #d96b21;
	padding-bottom: 10px;
	border-radius: 5px;
    margin-right: 8px;
    margin-bottom:8px;
	overflow: hidden;
	width: calc((100% - 8px)/2)!important;
}
.zy ul li a{
	display: block;
	font-size: 16px;line-height:28px;
	text-align: center;
	font-weight: bold;
}
.zy ul li>a{
	margin-bottom: 5px;
	
}
.zy ul li .font{
	margin: 8px 0px;
}
.zy ul li .font a{
	display: flex;
	justify-content: center;
}
.zy ul li span:first-child{
	margin-right: 1px;
	transform: translateY(3px);
}
.zy ul li span{
	color: #361508;
}
.zy ul li .zy_but{
	display: flex;
	justify-content: center;
	padding: 0 8px;
}
.zy ul li .zy_but a {
    color: #fff;
    line-height: 30px;
    text-align: center;
    background: #d96b21;
    font-size: 12px;
    margin-right: 2%;
    width: 49%;
    border-radius: 5px;
    border: 1px solid #d96b21;
}
.zy ul li .zy_but a:last-child{
	color: #d96b21;
	background: #fff;
	border: 1px solid #d96b21;
	margin-right: 0px!important;
}












.yw li{
	list-style: decimal;
	margin-top: 5px;
	width: 100%;
	list-style-position: inside;
	border-bottom: 1px dashed #999999;
}
    

.yw li a{
	font-size: 16px;
	display: inline-block;
	padding-left: 10px;
	line-height: 38px;
	width: calc((100% - 16px))
}
.yw li a p{
	margin-top: 9px;
	float: right;
	width: 19px;
}














































































