/*重置*/
	* {
		font-family: "微软雅黑", Arial;
		margin: 0;
		padding: 0; 
	 }
	html,body,div,ul,ol,dl,li,dt,dd,a,img,h1,h2,h3,h4,h5,h6,p,span,br,hr,table,th,tr,td,form,input,textarea,button,label {
		margin: 0;
		padding: 0;
	}
	a {
		text-decoration: none;
	}
	ul,li{
		list-style: none;
	}
	body {
	  min-width: 1200px;
	  background: linear-gradient(90deg, #910705 0%, #e90c01 47%, #910705 100%);
	  font-size: 12px;
	  color: #333; 
	  }  
	.header_banner{
		background: url(../img/bg_banner.png) no-repeat top center;
		widows: 100%;
		height: 650px;
	}
	.banner{
		width: 1200px;
		margin: 0 auto;
		height: 550px;
	
	}
	.ws_box{
		width: 1200px;
		margin: 0 auto;
		margin-top: -30px;
	}
	.title_1{
		height: 182px;
	}
	.title_1>img{
		width: 100%;
	}	
	.content,.content_1{
		background: url(../img/content_bg.png) no-repeat center;		
		background-size: 100% 100%;		
		border-radius:6px;			
	}
	.content{		
		background: url(../img/content_bg1.png) no-repeat center;
		padding:70px 86px;
		background-size: 100% 100%;	
		margin-top:-2px;
	}
	
	.content_1{
		padding: 125px 86px;
	}
	.forms{
		padding:100px 86px 62px;
		position: relative;
	}
	.forms::before,.forms::after{
		content:"";
		background:url(../img/00.png) no-repeat center;
		width: 25px;
		height: 132px;
		position: absolute;
		top: -94px;
		left: 26%;
		background-size: 100% 100%;
	}
	.forms::after{
		left: 80%;
	}
	.forms ul{
		width:640px;
	
		margin:0 auto;
	}
	.forms ul li{
		height:38px;
		margin-bottom:30px;
	}
	.forms ul li label{
		font-size:16px;
		width:110px;
		line-height:38px;
		color:#fae58f;
	}
	.forms ul li input,.forms ul li select{
		width: 80%;
		border:none;
		border-radius:6px;
		padding:10px;
	}
	.form_btn{
		background: url(../img/btn.png) no-repeat center;
		width:250px;
		margin:0 auto;
		text-align:center;
		line-height:68px;
		background-size:100% 100%;
		color:#fae58f;
		font-size:18px;
	}
	.content_1 .qr{
		width: 496px;
		height: 216px;
		background: url(../img/consult_bg.png) no-repeat center;
		background-size: 100% 100%;
		border-radius: 10px;
		box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
		padding: 39px 46px;
		position: relative;
	}	
	.consult_ft p{
		font-size: 18px;
		color: #ffdd93;
	}
	.consult_tab{
		width: 134px;
		height: 110px;
		position: absolute;
		background: url(../img/content_tag.png) no-repeat;
		top: -14px;
		left: -16px;
	}
	.rule{
		width: 1200px;
		margin: 80px auto;
	}
	.rule span{
		font-size: 20px;
		color: #ffdd93;
	}
	.rule div p{
		font-size: 16px;
		color: #fff2be;
		line-height: 32px;
	}
	.nav_box{
		width: 1200px;
		margin: -60px auto 0;
	}
	.nav_box ul li{
		font-size: 24px;
		text-align: center;
		background: url(../img/li_bg.png) no-repeat;
		border-radius: 50px;
		margin: 0 10px;
		background-size: 100% 100%;
	}
	.nav_box ul li a{
		color: #d3433a;
		line-height: 50px;
		text-decoration: none;
	}
	.content_shi ul li{
		width: 215px;
		height: 215px;
		background: url(../img/pic_bg.png);
		float: left;
		margin-bottom: 60px;
		margin-right: 40px;
		position: relative;
	}
	.content_shi ul li img{
		width: 176px;
		height: 176px;	
		border-radius: 50%;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 9%;
		margin-left: 21px;
	}
	.content_shi ul li span{
		width: 136px;
		height: 40px;
		position: absolute;
		bottom: -2px;
		left: 0;
		right: 0;
		margin: 0 auto;
		background: url(../img/pic_btn.png) no-repeat;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		color: #6b0402;
	}
	.content_bai ul li{
		width: 186px;
		height: 186px;
		background-size: contain;
		margin-right: 19px;
	}
	.content_bai ul li img{
		width: 148px;
		height: 148px;
		top: 10%;
	}
	.content_bai ul li span{
		width: 118px;
		height: 36px;
		background-size: contain;
	}
