*{
	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;
}
.container{
	background: inherit;
}
/*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;
}


.banner{
	z-index: -1;
}
.allfont{
	padding: 25px 25px 0px;
	border-radius: 30px;
	box-shadow:  0 0 10px #e1e1e1;
	margin-top: -50px;
	z-index: 2;
	position: relative;
	background: #fff;
}
.allfont h4{
	font-size: 32px;
	color: #333333;display: block;
	text-align: center;
}

.allfont a{
	float: right;
	margin-top: 18px;
	margin-bottom: 25px;
}
.allfont p{
	font-size: 18px;
	color: #666666;
	padding-top: 25px;
	line-height: 30px;
}
.allfont a i::before{
	content: url('../images/jt2.png')
}
.allfont:hover i::before{
	content: url('../images/jt1.png')				
}
.pageT{
	text-align: center;
}
.pageT h5{
	font-size:36px;
	color: #333;
	font-weight: 400;
}
.pageT img{
	display: inline-block;
}
.pageT p{
	text-transform: uppercase;
	color: #999999;
}
.marjor .item{
	
	position: relative;
}
.marjorFont{
	position: absolute;
	left:0px; 
	top: 0px;
	padding: 25px;
	width: 100%;
	height: 100%;
}
.marjor .item img{
	display: block;
	box-shadow:  0 0 10px #e1e1e1;
}
.marjorFont a:first-child{
	font-size: 20px;
	color: #333;
	display: block;
	font-weight: bold;
}
.marjorFont a:first-child span{
	color: #ff3700;
}

.marjorFont p{
	font-size: 18px;
	line-height: 24px;
	padding-right: 116px;
	color: #666666;
	margin-top: 12px;
	margin-bottom: 25px;
}
.marjorFont a:last-child{
	margin-top: 25px;
}
.marjorFont a:last-child i::before{
	display: block;
	content: url('../images/xx.png');
}
.marjor .item:hover .marjorFont a:last-child i::before{
	content: url('../images/xx1.png');
}


.xd{
	background-color: #fafafa;
	padding: 40px 0;
}


.dq{
	background-color: #fafafa;
	padding: 40px 0;
}

.dq .Font{
	padding: 18px 40px;
}
.dq .Font a:first-child{
	float: left;
	font-size: 20px;
	color: #333333;
	line-height: 32px;
	height: 32px;
	display: block;
}
.dq .Font a:last-child{
	float: right;
	font-size: 20px;
}
.Font a:last-child i::before{
	display: block;
	transform: translateY(5px);
	content: url('../images/xx.png');
}
.dq .item:hover .Font a:last-child i::before{
	content: url('../images/xx1.png');
}
.dq .item .Font{
	box-shadow: 0 0 10px #e1e1e1;
}
.qus{
	background-color: #fafafa;
	padding: 40px 0;
}
.qus>div{
	position: relative;
}
.qus{
	text-align: center;
}
.qus img{
	display: inline-block;
}
.qus a{
	font-size: 18px;
	color: #ffffff;
	display: inline-block;
	position: absolute;
}
.qus .a1{
	left: 125px;
	top: 35px;
}
.qus .a2{
	    left: 108px;
    top: 113px;
}
.qus .a3{
	left: 112px;
	top: 192px;
}
.qus .a4{
	right: 120px;
	top: 35px;
}
.qus .a5{
   right: 102px;
   top: 113px
}
.qus .a6{
	right: 103px;
	top: 192px;
}