* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
*:focus{
		outline: none;
}
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% - 8px)/2);
	margin-right: 8px;
	margin-bottom: 8px;
}
.mr_3n0>*{
	width: calc((100% - 24px)/3);
	margin-right: 12px;
	margin-bottom: 12px;
}
.mr_4n0>*{
	width: calc((100% - 24px)/4);
	margin-right: 8px;
	margin-bottom: 8px;
}
.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;
}

.container{padding-left: 12px;
padding-right: 12px;}

a {
	color: #333;
}

.M_itle{
	color: #2f2f2f;
	font-size: 20px;
	text-align: center;
	border-bottom: 1px solid #c3c3c3;
	padding-bottom: 10px;
	position: relative;
}

.M_itle i{
	height:3px;
	background: #e93411;
	width: 36px;
	display: block;
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform:translateX(-50%)
	
}

.cspx{
	border: 1px solid #c3c3c3;
	padding:10px 10px;
	border-radius: 7px;
}
.cspx p{
	font-size: 14px;
	line-height: 22px;
}

.cspx .allImg{margin-bottom: 8px;}

.cyss ul{padding-bottom: 20px;}
.cyss li .d_flex{
	margin-top: 8px;
	box-shadow: 0 0 10px #ccc;
	padding:8px;
	border-radius: 10px;
	background: #FFFFFF;
}
.cyss li .flex_n{margin-right: 12px;}
.cyss li .flex_n span{
	width: 38px;
	display: inline-block;
}
.cyss li .flex_1 b{
	line-height: 28px;
	font-size: 15px;
	display: inline-block;
}
.cyss li .flex_1 p{
	line-height: 20px;
	font-size: 14px;
	color: #5e5e5e;
	display: inline-block;
	height: 40px;
}
.zy li{box-shadow: 0 0 10px #c1c1c1;}
.zy li .font{padding: 5px ;}
.zyName{
	text-align: center;
	font-weight: bold;
}
.zyName img{
	display: inline-block;
}
.zyName img:last-child{
	transform: rotate(180deg);
}
.zy li .font>p{
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 10px;
}

.zyBut a{
	font-size: 14px;
	text-align: center;
	border: 1px solid #c80000;
	line-height: 30px;
	color: #c80000;
	border-radius: 5px;
}
.zyBut a:first-child{
	background: #c80000;
	color: #fff;
}
.dqkc_xxk span{
	display: block;
	text-align: center;
	border: 1px solid #eae2e2;
	font-size: 14px;
	line-height: 34px;
	height: 34px;
	border-radius: 7px;
	opacity: 1;
	background: #fff;
}

.dqkc_xxk span.swiper-pagination-bullet-active{
	color: #fff;
	background-color: #c80000;
	border: 1px solid #c80000;
}

.dqzy{padding-bottom: 20px;}
.dqzy ul li img{
	display: block;
}
.dqzy ul li{
	width: calc((100% - 7px)/2);
	margin-right: 7px;
	margin-bottom: 7px;
	float: right;
}


.classSay{margin-bottom:25px ;}
.classSay li{
	width: 100%;
	line-height: 50px;
	position: relative;
	font-size: 14px;
	padding:0 18px;
	box-shadow: 0 0 5px #c1c1c1;
	margin-bottom: 8px;
	overflow: hidden;
}
.classSay li a {
    display: block;
    position: relative;
    z-index: 2;
}
.classSay li img{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
}
.classSay li span{
	color: #c80000;
	font-weight: bold;
}
.classSay li button{
	padding: 2px 10px;
	width: 25%;
	height: 60%;
	background: url(../images/25.jpg);
	background-size: 100% 100%;
	border: 0;
	color: #fff;
	position: absolute;
	right: 10px;
	border-radius: 7px;
	top:50%;
	transform: translateY(-50%);
}


@media only screen and (max-width:400px) {
	.cyss li .flex_1 p{
		height: 40px;
	}
}
@media only screen and (max-width:424px){
	.zyName{
		font-size: 14px;
		font-weight: bold;
	}
	.zy li .font>p {
	    font-size: 12px;
	    height: 32px;
		margin-bottom:0px;
	}
}
@media only screen and (max-width:375px){
	.zy li:last-child .font>p {
	    height: 33px;
	}
}
.xc li:nth-child(2n+1){
	margin-right: 0;
}