*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
*:focus{
	outline: none;
}
a{
	text-decoration: none;
}
.container{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.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 {
	display: block;
}


.d_flex {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
}

/*zhaoheng all style*/
/*margin-top*/
.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt12 {
	margin-top: 12px;
}
.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;
}
.mt55 {
	margin-top: 55px;
}
.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

/*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;
}

/*padding-bottom*/
.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;
}


.mTitle{
	color: #3a3940;
	font-size:22px ;
	text-align: center;
	font-weight: bold;
}
.mTitle center{
	font-size: 16px;
	color: #3a3940;
	font-weight: 400;
}
.mFont{
		font-size: 14px;
		color: #3a3940;
		text-indent: 2em;
}

.xxys{
	/* padding: 25px; */
	position: relative;
}

.xxys .hBoxList{
	padding: 10px;
}
.xxys i:nth-child(1){
	position: absolute;
	top: 0px;
	left:15px;
}
.xxys i:nth-child(2){
	position: absolute;
	top:0px;
	right:15px;
}
.xxys i:nth-child(2) img{
	transform: rotate(180deg);
}
	
.xxys i:nth-child(3) img{
	position: absolute;
	bottom: 0px;
	left:15px;
}
.xxys i:nth-child(3) img{
	transform: rotate(-90deg);
}
.xxys i:nth-child(4){
	position: absolute;
	bottom: 0px;
	right:15px;
	transform: rotate(180deg);
}
.xxys i:nth-child(4) img{
	transform: rotate(90deg);
}

.allbut a{
	background: #f74702;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 7px;
	width: 100%;
	line-height:38px;
	display: block;
}

.marjor li{
	border: 1px solid #9ea5a6;
	padding: 5px;
}
.marjor li >a{
	display: block;
	border-radius: 5px;
}
.marjor li p{
	font-size:16px ;
	color: #3a3940;
	text-align: center;
	margin-top: 10px;
}
.marjor li p span{
	font-size:14px;
	
	color: #3a3940;
}

.marjor_but{
	text-align: center;
}
.marjor_but a{
	background: #f74702;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-radius: 7px;
	line-height:30px;
	display: block;
	border: 1px solid #f74702;
}
.marjor_but a:first-child{
	background: #fff;
	color: #f74702;
}
.allimg p{
	background: #f4f4f4;
	color: #3a3940;
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
	line-height: 38px;
}


.xszp a{
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}


@media only screen and (max-width: 400px) {
	.marjor li p{
		font-size:14px ;
	}
	.marjor li p span{
		font-size:12px;
	}
	.allimg p{
		font-size: 12px;
	}
}