*{
	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;
}

/*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;
}


#main{
	color: #333;
}

.pctitle {
	font-size: 36px;
	text-align: center;
	
}
.pctitle{
	color: #e21632;
}
.pctitle i::before{
	display: inline-block;
	content: url('../images/bt_01.png');
	
}
.pctitle b{
	font-weight: 400;
	display: inline-block;
	margin:0 20px;
	transform: translateY(-10px);
	color: #333;
}
.pctitle b span{
	color: #e21632;
}
.pctitle p{
	text-transform:uppercase;
	font-size: 16px;
	color: #999999;
	margin-top: -10px;

}
.allfont{
	font-size: 18px;
	line-height: 32px;
}




.zl .font{
	font-size: 18px;
	color: #666;
	padding:45px 15px 0px;
	line-height: 30px;
	border:1px solid #acacac;
	border-top: 0px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	height: 160px;
}
.zl .item .img{
	position: relative;
}
.zl_tag{
	position: absolute;
	display: inline-block;
		border-radius: 50px;
		background: #e21632;
		text-align: center;
		color: #FFF;
		line-height: 45px;
		width:80%;
		bottom:-22px;
		left: 50%;
		transform: translateX(-50%);
}





.gylc .item{
	overflow: hidden;
	border-radius: 7px;
}
.gylc .leftImg{
	width: 50%;
	position: relative;
	float: left;
}
.gylc .item .r-font{
	border: 1px solid #ccc;
	float: left;
	height: 100%;
	width: 50%;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
.gylc .leftImg_txt{
	position: absolute;
	top: 0px;
	left: 0px;
	    background: url(../images/jx_02.png) 100% 100% no-repeat;
	    background-size: 100% 50%;
	    width: 100%;
	    height: 100%;
		padding: 33% 30px 0px;
}
.gylc .leftImg_txt a{
	width: 120px;
	line-height: 40px;
	font-size: 20px;
	display: inline-block;
	color: #fff;
	text-align: center;
	background: #e21632;
}

.gylc  .leftImg_txt p{
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	margin-top: 20px;
}
.gylc .r-font{
	padding-top: 40px;    padding-bottom: 15px;
	padding-left: 40px;
}
.gylc h5{
	font-size: 20px;
}
.gylc .r-font-img{
	position: relative;
	
}
.gylc .r-font-img span{
	font-size: 20px;
	color: #fff;
	position: absolute;
}
.gylc .r-font>p{
	font-size: 18px;
	line-height: 34px;
}
.gylc .r-font>p >b{
	width: 54px;

}
.gylc .r-font>p >*{
	/* float: left; */
	margin-top: 5px;
}
.gylc .item:nth-child(2n) .r-font{
	border-radius: 0px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	padding-right: 25px;
	
}





.marjor .item{
	height: 200px;
	background-size: 100% 100%;
}
.marjor .p1{
	font-size: 20px;
	color: #d82f46;
}
.marjor .p2{
	font-size: 20px;
	color: #333;
}
.marjor>a{
	display: block;
	padding:  40px;
}

.marjor .p3::before{
	content: url(../images/jt_02.png);
}
.marjor>a:hover .p3::before{
	content: url(../images/jt_01.png);
}

.xszp .click_xz{
	text-align: center;
}
.xszp .click_xz a{
	display: inline-block;
	width: 120px;
	line-height: 40px;
	border-radius: 8px;
	color: #999999;
	border: 1px solid #999999;
	text-align: center;
	margin: 0px 15px;
	cursor: pointer;
}
 .click_xz a.active{
	color: #fff;
	background: #e21632;
	border: 1px solid #e21632;
}
.zp_cont ul{
	display: none;
}
.zp_cont ul.active{
	display: block;
}
