* {
	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::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 {
	display: block;
}


.d_flex {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
}

.d_flex_c {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
	flex-wrap: wrap;
}

/*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;
}

.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% - 10px)/2);
	margin-right: 10px;
	margin-bottom: 10px;
}

.mr_3n0>* {
	width: calc((100% - 20px)/3);
	margin-right: 10px;
	margin-bottom: 10px;
}

.mr_4n0>* {
	width: calc((100% - 30px)/4);
	margin-right: 10px;
	margin-bottom: 10px;
}

.mr_5n0>* {
	width: calc((100% - 40px)/5);
	margin-right: 10px;
	margin-bottom: 10px;
}

.mr_2n0>*:nth-child(2n) {
	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;
}

.pageT {
	text-align: center;
	font-weight: bold;
}

.pageT div {
	margin: auto;
	text-align: center;
	font-size: 36px;
	line-height: 62px;
	display: inline-block;
}

.pageT div::before {
	display: inline-block;
	width: 202px;
	height: 14px;
	content: ' ';
	background: url(../images/tl.jpg) no-repeat;
	margin-top: 25px;
	margin-right: 30px;
	float: left;
}

.pageT div::after {
	display: inline-block;
	width: 202px;
	height: 14px;
	content: ' ';
	background: url(../images/tr.jpg) no-repeat;
	margin-top: 25px;
	margin-left: 30px;
	float: right;
}

.pageT p {
	display: inline-block;
	line-height: 30px;
	padding: 0 30px;
	text-align: center;
	background-color: #d8310e;
	border-radius: 15px;
	color: #fff;
}

.allfont p {
	text-indent: 2em;
	line-height: 26px;
}

.imgBox img {
	width: calc((100% - 66px)/4);
}

.allbut {
	text-align: center;
}

.allbut a {
	display: inline-block;
	width: 180px;
	line-height: 50px;
	background-color: #ffffff;
	border-radius: 8px;
	border: solid 1px #d8310e;
	margin: 0 20px;
	text-align: center;
	font-size: 20px;
	color: #d8310e;
}

.allbut a:last-child {
	background-color: #d8310e;
	color: #fff;

}


.phb .list .flex_n {
	margin-right: 15px;
}

.phb .list {
	margin-top: 37px;
}

.phb .list .flex_1 .top {
	padding: 0px 17px 0px 40px;
	background-color: #f7f7f7;
	font-size: 22px;
	line-height: 52px;
	color: #ffffff;
}

.phb .list .flex_1 .top a {
	width: 70px;
	float: right;
	display: inline-block;
	line-height: 36px;
	background-color: #ffffff;
	border-radius: 18px;
	font-size: 18px;
	text-align: center;
	margin-top: 8px;
	color: #d8310e;
}

.phb .list .flex_1 .bottom {
	padding: 0 15px;
	background-color: #f7f7f7;
	height: 157px;
	padding-top: 20px;
}

.phb .list .flex_1 .bottom img {
	display: inline-block;
	transform: translateY(2.5px);
}

.phb .list .flex_1 .bottom p {
	text-indent: 2em;
	font-size: 16px;
	;
	line-height: 24px;
	color: #171717;
}

.phb .list .flex_1 .bottom span:last-child {
	margin-left: 90px;
}

.marjor .item {
	height: 160px;
	position: relative;
	width: calc((100% - 62px)/3);
	background-color: #e7f1ff;
	border-radius: 8px;
	padding: 27px 34px;
	margin-bottom: 30px;
}

.marjor .item a:nth-child(2) {
	font-size: 20px;
	color: #171717;
	font-weight: bold;
	position: relative;
}


.marjor .item p {
	font-size: 16px;
	color: #171717;
	position: relative;
}
.marjor .item a:last-child {
	margin-top: 20px;
	width: 108px;
	line-height: 32px;
	background-color: #d8310e;
	border-radius: 16px;
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	text-align: center;
}

.marjor .item img {
	position: absolute;
	right: 30px;
	top: 0;
}