* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	height: 100%;
}

ul {
	list-style: none;
}

#wrap {
	width: 100%;
}
.index_nav{
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: transparent;
}
.nav{
	padding-left: 0;
	margin-bottom: 0;
}
#headerjs{
	width: 100%;
	background: #FFFFFF;
}
.hr70{
	width: 100%;
	height: 70px;
}
#content{
	width: 100%;
}
.mjbanner{
	min-width: 1200px;
}
.mjbanner img{
	width: 100%;
}
.anliul{
	padding-top: 70px;
	padding-bottom: 102px;
	width: 1004px;
	margin: auto;
	overflow: hidden;
}
.anliul li{
	float: left;
	width: 50%;
	height: 359px;
}
.anliul li img{
	width: 100%;
}
.article{
	padding-left: 65px;
	padding-top: 65px;
}
.article h3,.leftarc h3{
	font-weight: 800;
	color: #bb4234;
	font-size: 20px;
	margin-bottom: 28px;
	margin-top: 0;
}
.article p{
	font-size: 18px;
	color: #221815;
}
.leftarc{
	padding-top: 54px;
	overflow: hidden;
}
.leftarc div{
	float: left;
}
.leftarc div:nth-of-type(1){
	margin-right: 70px;
}
.leftarc span,.leftarc p{
	font-size: 18px;
	color: #221815;
	display: inline-block;
	margin-bottom: 13px;
}

#zixun{
	width: 100%;
	background: #f4f4f4;
	padding-top: 80px;
}
#zixun h3{
	font-size: 40px;
	color: #333333;
	text-align: center;
	margin-top: 0;
	margin-bottom: 38px;
}
.zxdiv{
	text-align: center;
}
.zxdiv span{
	font-size: 30px;
	margin-left: 30px;
	margin-right: 30px;
}
/*咨询区域*/
.zxul{
	width: 1378px;
	margin: auto;
	padding-top: 75px;
	padding-bottom: 63px;
	overflow: hidden;
}
.zxul li{
	background: #ffffff;
	float: left;
	width: 316px;
}

.mr{
	margin-right: 37px;
}
.h86{
	margin-bottom: 86px;
}	
.zxul li div img{
	width: 100%;
}
.zxul li>p{
	font-size: 20px;
	color: #666666;
	margin: 0;
	padding: 18px 0px 18px 18px;
}
.show{
	position: relative;
}
.zxul li .maskk{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	color: #FFFFFF;
	display: none;
	opacity: 0.6;
	padding: 15px 13px 0 13px;
}
.zxul .maskp{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 30px;
}
.zxul .last{
	line-height: 26px;
}
/*底部区域*/
#bottom{
	width: 100%;
	background: #5c5c5c;
	padding-bottom: 20px;
}
.bot_center{
	width: 1200px;
	margin: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
}
.bot_left{
	padding-left: 10px;
}
.btlogodiv{
	padding-top: 49px;
	margin-bottom: 18px;
}
.bot_left span{
	font-size: 18px;
	color: #ffffff;
}
.bot_right{
	padding-top: 40px;
	display: flex;
}
.erweimadiv{
	margin-right: 77px;
}
.erweimadiv p{
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	color: #FFFFFF;
}
.bot_right ul{
	display: flex;
	padding-right: 25px;
}
.bot_right ul li:nth-of-type(2){
	margin-left: 57px;
	margin-right: 57px;
}
.num1{
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.pb{
	font-size: 16px;
	text-align: center;
	margin-bottom: 15px;
}
.pb a{
	color: #9e9e9e;
}
.botp1,.botp2{
	text-align: center;
	color: #9e9e9e;
	font-size: 16px;
}
.botp1{
	margin-bottom: 18px;
}
@media (max-width: 1400px){
		.zxul{
			width: 1200px;
		}
		.zxul li{
			width: 273px;
		}
		.mr{
			margin-right: 30px;
		}
		.zxul .maskp{
			font-size: 14px;
			line-height: 25px;
		}
		.zxul .last{
			line-height: 22px;
		}
}
