* {
	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% - 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% - 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;
}
ul{overflow: hidden;}


.title b{
	font-size: 22px;
	display: block;
	color: #3d3d3d;
	text-align: center;
	
}

.title p{
	font-size:14px;
	display: block;
	color: #2f2f2f;
	text-align: center;
	margin-top: 5px;
}


.kcxx img{
	display: block;
}
.kcxx li{
	margin-right: 10px;
	width: calc((100% - 10px)/2);
}
.kcxx li .font{
	background: #ffe8e0;
	padding:4px 4px;
}
.kcxx .font h4{
	display: block;
	font-size: 16px;
	color: #3e3e3e;
	text-align: center;
	padding: 10px 0 0px;
}
.kcxx p{
	display: block;
	text-align: center;
	color: #c80000;
	font-size: 14px;
	margin-bottom: 3px;
}
.kcxx p:last-child{
	color: #3d3d3d;
	text-align: left;
}

.butw a{
	width: 45%!important;
	text-align: center;
	display: block;
	border: 1px solid #ff0100;
	line-height: 42px;
	border-radius: 7px;
	font-size: 16px;
	background: #fff;
	margin-right: 0px;
	color: #ff0100;
}
.butw a:last-child{
	float: right;
	color: #fff;
	background: #ff0100;
}




.jxsj li{
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.jxsj li:nth-child(2n){
	width: 49%;
}




.zyss{overflow: inherit;}
.zyss li{
	margin-bottom: 12px;
	/* border: 1px solid #f2502c; */
	box-shadow: 0px 1px 2px #f2502c;
}
.zyss li .flex_n{
	width: 160px;
}
.zyss .font{
	padding: 0px 10px;
}
.zyss .font a{
	display: block;
	font-size: 17px;
	text-align: center;
	margin-bottom: 4px;
	color: #ff4b2a;
	font-weight: 400;
}
.zyss p{
	font-size: 14px;
	color: #454545;
}
	

.zyss .butw a{
	width: 45%;
	text-align: center;
	display: block;
	border: 1px solid #ff0100;
	line-height: 32px;
	border-radius: 7px;
	font-size: 14px;
	background: #fff;
	margin-right: 0px;
	color: #ff0100;
	margin-bottom: 0px;
}
.zyss .butw a:last-child{
	float: right;
	color: #fff;
	background: #ff0100;
}


.zytj{
	color: #3d3d3d;
	margin-top: 5px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
}

.zytj li{
	margin-bottom: 0px;
}

.szll{
	padding-left:30px ;
	padding-right: 12px;
}

.szll .szll—box{
	transform: translate(-14px,-45px);
}
.szll .szll—box .swiper-container{
	padding-top: 30px;
}

.szll .swiper-slide{
	background: #ffe8e0;
	}
.szll .swiper-slide img{
	width: 50%;
	float: right;
	margin-top: -30px;
	transform: translateX(100%);
	
}
.swiper-pagination{
	text-align: center;
	width: 100%;
	margin-top: -30px;
}
.swiper-pagination-bullet-active{
	background: #ff0100!important;
}
.swiper-pagination span{
    width: 8px;
    height: 8px;
    margin: 0px 2px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
    border: 1px solid #ff0100;
}
.szll .swiper-slide .font{
	width: 70%;
	font-size: 14px;
	color: #3d3d3d;
	position: absolute;
	padding: 12px;
}
.szll .swiper-slide .font h4{
	font-size: 17px;
}