/*CSS Doument*/
html,body,h1,h2,h3,h4,h5,div,p,ul,ol,dl,dt,dd,fieldset,img,q,i,em,sub,sup{
	margin:0;
	padding:0;
	list-style:none;
	font-style: normal;
	font-weight:normal;
	border:0 none;
	}
html{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}
a{ 
   text-decoration:none; 
   color:#fff;
}
a:focus,input:focus,textarea:focus{
	outline:none;
	}
img { 
	border: 0;
	-ms-interpolation-mode: bicubic; 
	display:block;
	} 
body {
  margin: 0 auto;
  min-width: 320px;
  max-width: 640px;
  background-color:#fff;
  height: 100%;
  font: 14px/1.5 -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, sans-serif;
  color: #333;
  -webkit-text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
   -ms-text-size-adjust: 100% !important;
       text-size-adjust: 100% !important;
 }
/*顶部LOGO 电话*/
.nav_top{ 
	width:100%; 
	height:50px; 
	line-height:50px; 
	background:#0159bd; 
	position:relative;
	}
.nav_logo{ 
  position:absolute; 
  top:8px; 
  left:10px;
  }
.nav_phone{
	text-align:center; 
	font-weight:bold; 
	font-size:14px; 
	color:#fff; 
	font-family:"微软雅黑";
	}
.nav_home{
	position:absolute; 
	top:8px; 
	right:20px;
	}

/*焦点图*/
.step_jdt{width:100%; height:auto; overflow:hidden; margin:-1px auto 0;}
.step_jdt img{ width:100%; display:}
.xiaoqu{
	padding-top: -5.5rem;
	width: 5.6875rem;
	height: auto;
	overflow:hidden;
	margin:0px auto;
}
.footer .choose_btn{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin-bottom:.35rem}
.footer .choose_btn_list{
	width:8rem;
	height:1.8rem;
	background-color:#4671e6;
	border-radius:.25rem;
	font-size:1rem;
	line-height:1.4rem;
	text-align:center;
	color:#fff
	}
.footer .choose_address{
	font-size:.5rem;
	text-align:center;
	color:#494949}

.tab{
	width: 90%;
	height:1.5rem;
	padding:0% 5%;
     	}
.tab>li{
	float:left;
	color:#333;
	font-weight:bold;
	text-align:center;
	list-style: none;
	display: inline;
	margin:0% 3%;
	}
.tab>li:hover{
	border-bottom:2px solid #eb6849;
	}
#img img{
		width:100%;
		}
.banner{
	width:100%;
	height:19rem;
	background:url(../img/banner.png) center no-repeat;
	background-size:100% 100%
}
.what{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:16rem;
	}
.what > img{
	margin: auto;
	padding-top: 2.5rem;
}
.what > p{
	font-size: 1rem;
	font-weight: 400;
	font-family: 微软雅黑;
	color: #2f4b6e;
	text-align: center;
	line-height: 1.875rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.why{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:2.5rem;
	padding-top: 1.25rem;
}
.why > img{
	margin: auto;
}
.whyb{
	box-sizing:border-box;
	height:21.5rem;
	background: url(../img/矩形3.png) center no-repeat;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: 1.25rem;
	margin-top: 2.25rem;
}
.whyb img{
	height: 18rem;
	margin: auto;
	padding-top: 0.5rem;
}
.whyb >a{
	height: 10rem;
}
.youhui{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding-top: 1.5rem;
}
.youhui > img{
	margin: auto;
}
.youhuib{
	box-sizing:border-box;
	height:auto;
	width: 46.875rem;
	background: url(../img/优惠背景.png) center no-repeat;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	margin-top: 1.5rem;
}
.youhuib > p{
	font-family: 微软雅黑;
	font-size: 1.125rem;
	font-weight: 400;
	color: #293241;
	padding-top: 2.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	line-height: 1.875rem;
}
.form{
        margin-left: 12px;
        width:96%;
        height:15rem;
        background-size:100% 100%;
		padding-top: 1rem;
    }
	.form .wenzi{
		text-align: center;
		font-size: 1.5rem;
		font-weight: bold;
		font-family: 微软雅黑;
	}
	.form .msgInput{
		width:60%;
		height:2rem;
		font-size: 18px;
		border:1px solid #999;
		border-radius:3px;
		margin:4px 20% 3%;
		padding:0px 0px 0px 5px;
		}
	.form .nameInput{
		width:60%;
		height:2rem;
		font-size: 18px;
		border:1px solid #999;
		border-radius:3px;
		margin:30px 20% 2%;
		padding:0px 0px 0px 5px;
		}
	.btn-line{
		width:61.5%;
		height:2rem;
		background: linear-gradient(to top, #d24e00,#ffc666);
		font-size: 16px;
		font-weight:bold;
		color:#5e2a00;
		border-radius:3px;
		border:0;
		margin:0px 20% 1%;
		}
	.btn-line:hover{
		color: #FFFFFF;
		background: #d24e00;
		}
.biaoge{
	-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding-top: 1.5rem;
	}
.biaoge > img{
		margin: auto;
		padding-bottom: 1.5rem;
}
.text{
	margin:0px auto ;
	}
.three{
	margin: auto;
	background-color: #f2faff; 
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
	}
table{
	margin: auto;
	width: 100%;
	text-align: center;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	border-collapse:collapse;
	}
.three table th{
	background-color:#3d5a80;
	font-size:18px;
	color:#fff;
	height:45px;
	border:1px solid #98c1d9;
	}
.three table td{
	border:1px solid #98c1d9;
	line-height:30px;
	}
.jieda{
	box-sizing:border-box;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	}
.jieda > img{
	margin: auto;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.jiedab{
	box-sizing:border-box;
	height:40rem;
	background: url(../img/矩形3拷贝.png) center no-repeat;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1.5rem;
}
.jiedab > p{
	font-size: 1rem;
	font-weight: 400;
	font-family: 微软雅黑;
	line-height: 1.875rem;
	color: #3d5a80;
}
.fuwu{
	box-sizing:border-box;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
		}
.fuwu > img{
	margin: auto;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.fuwub{
	box-sizing:border-box;
	height:18.5rem;
	background: url(../img/矩形2拷贝15.png) center no-repeat;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: 1.25rem;
}
.fuwub img{
	height: 6.25rem;
	float: left;
	padding-top: 1.25rem;
	padding-left: 2rem;
}








/*底部信息*/
.step_dx{width:100%; height:auto; overflow:hidden; margin:0 auto 30px 0; }
.step_dx p{font-size:12px; text-align:center; line-height:1.5rem;  font-family:"微软雅黑"; color:#666; }
   
/*底部咨询*/
.zx {
  width: 100%;
  height: 50px;
  position: fixed;
  z-index: 3;
  left: 0;
  bottom: 0;
  background-color:#0159bd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.zx .zx-list {
  width: 25%;
  text-align: center;
  font-size: 13px;
  color: #fff;
  position: relative;
}

.zx .zx-list img{
  width: 14px;
  height: 14px;
  position: absolute;
  left: 55%;
  top: 5px;
}

.zx .zx-list .icon {
  width: 23px;
  height: 22px;
  display: block;
  margin: 5px auto 0;
}

.zx .zx-list:nth-child(1) .icon {
  background:url(../img/icon_01.png) no-repeat;
  background-size: 23px 22px;
}

.zx .zx-list:nth-child(2) .icon {
  background:url(../img/icon_02.png) no-repeat;
  background-size: 23px 22px;
}

.zx .zx-list:nth-child(3) .icon {
  background:url(../img/icon_03.png) no-repeat;
  background-size: 23px 22px;
}

.zx .zx-list:nth-child(4) .icon {
  background:url(../img/icon_04.png) no-repeat;
  background-size: 23px 22px;
}
