* {
	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;
}




.swiper-pagination-bullet-active {
	opacity: 1!important;
	background: #fff!important;
}

.pageT {
	position: relative;
	text-align: center;
}

.pageT p {
	font-size: 36px;
	color: #000000;
}

.pageT span {
	display: block;
	font-size: 20px;
	margin-top: 10px;
	color: #000000;
}

.pageT red {
	color: #cc0101;
}

.pageT img {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.kjbut {
	text-align: center;
}

.kjbut a {
	display: inline-block;
	width: 140px;
	line-height: 36px;
	background-color: #ed1b95;
	border-radius: 18px;
	color: #fff;
	margin: 0 14px;
}

.abox {
	box-shadow: 0px 0px 10px 0px rgba(196, 196, 196, 0.8);
	border-radius: 8px;
	padding: 60px 18px;
}

.aboxT span {
	line-height: 31px;
	display: inline-block;
	float: left;
	margin-right: 20px;
	font-size: 24px;
	color: #171717;
}

.aboxT span img {
	margin-top: 4px;
}

.abox hr {
	margin-top: 10px;
	width: 100%;
	height: 1px;
	background-color: #000000;
	opacity: 0.2;
}

.allfonts {
	margin-top: 25px;
	font-size: 16px;
	line-height: 24px;
	color: #171717;
	text-indent: 2em;
}

.allImg >* {
	width: calc((100% - 30px)/4);

}
.allbut {
	text-align: center;
}

.allbut a {
	display: inline-block;
	width: 200px;
	line-height: 50px;
	background-color: #ffffff;
	border-radius: 8px;
	border: solid 1px #cc0101;
	font-size: 20px;
	color: #cc0101;
	text-align: center;
	margin: 0 20px;
}

.allbut a:last-child {
	background-color: #cc0101;
	color: #fff;
}

.ejnav {
	padding: 0px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ejnav a {
	display: inline-block;
	width: 84px;
	height: 84px;
	display: flex;
	justify-content: center;
	align-items: center;

}

.ejnav a:hover {
	background-color: #f7f7f7;
}

.ejnav a img {
	margin: auto;
}

.ejnav a p {
	margin-top: 10px;
	font-size: 16px;
	color: #000000;

}

.marjor .list {
	position: relative;
	padding: 5px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(196, 196, 196, 0.8);
	border-radius: 10px;
	width: calc((100% - 24px)/3);
}

.marjor .list>img {
	display: block;
	position: absolute;
	right: 0;
	top: 0px;
}

.marjor>.list {
	margin-bottom: 15px;
}

.marjor>.list a {
	display: block;

}

.marjor .font .top {
	display: block;
	margin-top: 22px;
	margin-bottom: 15px;
}

.marjor .font .top a {
	font-size: 20px;
	line-height: 22px;
	color: #000000;
	display: inline-block;
}

.marjor .font .top span {
	font-size: 16px;
	float: right;
	display: inline-block;
	color: #000000;
}

.marjor .font p {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}

.marjor .bot {
	text-align: center;
	padding-bottom: 20px;
}

.marjor .bot a {
	width: 140px;
	line-height: 40px;
	background-color: #cc0101;
	border-radius: 7px;
	margin: 0 10px;
	text-align: center;
	color: #fff;
	display: inline-block;
	border: solid 1px #cc0101;
}

.marjor .bot a:last-child {
	background-color: #fff;
	color: #cc0101;
}

.xxhj a {
	width: calc((100% - 24px)/3);
	margin-bottom: 12px;
}


.ques .item{
	width: calc((100% - 40px)/2);
	margin-bottom: 20px;
	margin-right: 40px;
	padding: 30px 20px;
	position: relative;
	box-shadow: 0px 0px 10px 0px rgba(196, 196, 196, 0.8);
	border-radius: 8px;
}

.ques .item p{
		font-size: 20px;
		color: #cc0101;
}
.ques .item span{
	display: block;
	margin-top: 15px;
		font-size: 16px;
		color: #000000;
}
.ques  red {
	color: #cc0101;
}
.ques  a {
	display: inline-block;
	color: #fff;
		font-size: 18px;
		line-height: 40px;
		color: #ffffff;
		padding: 0 10px;
	background-color: #cc0101;
	border-radius: 8px 0px 0px 8px;
	position: absolute;
	right: 0;
	top: 0;
}

.youshi .list{
	border-radius: 8px;
	width: calc((100% - 33px)/4);
	margin-bottom: 11px;
	margin-right: 11px;
	justify-content: center;
	padding: 17px 0;
}
.youshi .list p{
		font-size: 36px;
		color: #cc0101;
		text-align: center;
}
.youshi .list p span{
		    text-align: center;
		    font-size: 18px;
		    color: #171717;
		    transform: translateY(-15px);
		    display: inline-block;
		    margin-left: 5px;
		}
.youshi .list>span{
	display: block;
		font-size: 18px;
		color: #171717;
		text-align: center;
}

.allImg2 >* {
	width: calc((100% - 24px)/3);
	margin-bottom: 12px;
}
.allImg2 P{
	line-height: 60px;
	background-color: #f7f7f7;
	border-radius: 0px 0px 10px 10px;
	font-size: 20px;
	color: #171717;
	text-align: center;
}