/*css reset*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;}
html,body,p{ padding: 0; margin: 0; font-family: "syr","微软雅黑","Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; font-size: 12px;line-height: 1;}
html.ie,.ie body,.ie p{font-family: "微软雅黑","Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;}
ol, ul {list-style: none; padding: 0; margin: 0;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; }
table {border-collapse: collapse; border-spacing: 0;}
th,td { vertical-align: middle;padding: 0;}
a{text-decoration:none;	outline: none;hlbr:expression(this.onFocus=this.blur());}
input, select {vertical-align: middle;padding: 0;border: 0 none;}
img, iframe {border: none; text-decoration:none;}
img{vertical-align: top;}
strong {font-weight: bold;}
h1,h2,h3,h4,h5,h6{padding: 0; margin: 0;}
:focus {outline: 0;}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #999;
}
@font-face {
  font-family: "itcdemi";
  src: url("../fonts/ITCAVANTGARDESTD-DEMI.woff2") format("woff2"),
       url("../fonts/ITCAVANTGARDESTD-DEMI.woff") format("woff"),
       url("../fonts/ITCAVANTGARDESTD-DEMI.ttf") format("truetype"),
       url("../fonts/ITCAVANTGARDESTD-DEMI.eot") format("embedded-opentype"),
       url("../fonts/ITCAVANTGARDESTD-DEMI.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "itcbk";
  src: url("../fonts/ITCAvantGardeStd-Bk.woff2") format("woff2"),
       url("../fonts/ITCAvantGardeStd-Bk.woff") format("woff"),
       url("../fonts/ITCAvantGardeStd-Bk.ttf") format("truetype"),
       url("../fonts/ITCAvantGardeStd-Bk.eot") format("embedded-opentype"),
       url("../fonts/ITCAvantGardeStd-Bk.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "syr";
  src: url("../fonts/SourceHanSansCN-Regular.woff2") format("woff2"),
       url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
       url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
       url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
       url("../fonts/SourceHanSansCN-Regular.svg") format("svg");
}
/*css common*/
.clearfix:after{content: "";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;font-size:0;}
.clearfix{*zoom:1;}
html{margin: 0 auto;max-width: 1920px;}
html, body{height: 100%;}
body{
	background-color: #fff;
}
.mobile{
	display: none;
}
.web{
	display: block;
}
.inner{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
#main{
	min-height: 100%;
	padding-top: 140px;
	padding-bottom: 300px;
}
#header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 60;
	width: 100%;
	height: 140px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	padding: 0 60px;
}
#header .nav-box{
	font-size: 0;
}
#header .nav-box .level1{
	display: inline-block;
	vertical-align: middle;
	margin-right: 35px;
	position: relative;
}
#header .nav-box .level1:last-child{
	margin-right: 0;
}
#header .nav-box .level1 > a{
	font-size: 16px;	
	color: #333;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
#header .nav-box .level1:hover > a,#header .nav-box .level1.active > a{
	color: #2fa1da;
}
#header .nav-box .level1 .sub-nav{
	box-shadow: 0 0 20px rgba(0,0,0,0.07);
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 60px;
	margin-left: -90px;
	width: 180px;
	border-radius: 4px;
	text-align: center;
	display: none;
}
#header .nav-box .level1 .sub-nav a{
	font-size: 14px;
	color: #333;
	line-height: 44px;
	height: 44px;
	display: block;
	width: 100%;
}
#header .nav-box .level1 .sub-nav a:hover{
	color: #00467f;
}
#header .nav-box .level1 .sub-nav a.active{
	background-color: #f5f8fa;
}
#header .nav-box .level1 .sub-nav a .tri{
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	border-width: 0 9px 9px 9px;
	position: absolute;
	left: 50%;
	margin-left: -9px;
	top: -9px;
}
#header .nav-box .level1 .sub-nav a.active .tri{
	border-color: transparent transparent #f5f8fa transparent;
}
#header .logo{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#header .tel.web{
	font-size: 22px;
	color: #2fa1da;
	font-family: "itcdemi";
	display: inline-block;
	vertical-align: middle;
}
#header .tel.web span{
	color: #00467f;
}
#header .tel.web img{
	vertical-align: middle;
	margin-right: 12px;
}
#header .language{
	font-size: 14px;
	color: #a3c630;
	border: 2px solid #a3c630;
	width: 40px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}
#header .language:hover{
	color: #fff;
	background-color: #a3c630;
}
#header .menu{
	display: none;
}
#footer{
	background-color: #34373a;
	margin-top: -300px;
}
#footer .inner{
	padding-top: 68px;
	height: 300px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
}
#footer .left .nav-box{
	font-size: 0;
	margin-bottom: 38px;
}
#footer .left .nav-box a{
	font-size: 14px;
	color: #fff;
	opacity: 0.7;
}
#footer .left .nav-box a:hover{
	opacity: 1;
}
#footer .left .nav-box .line{
	display: inline-block;
	vertical-align: sub;
	margin: 0 20px;
	width: 1px;
	height: 12px;
	background-color: rgba(104,106,108,0.4);
}
#footer .left .copyright{
	font-size: 0;
}
#footer .left .copyright img{
	vertical-align: middle;
	margin-right: 50px;
}
#footer .left .copyright p{
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	font-weight: lighter;
	color: rgba(255,255,255,0.4);
	line-height: 30px;
}
#footer .left .copyright p img{
	margin-right: 10px;
}
#footer .left .copyright p a{
	font-size: inherit;
	color: inherit;
}
#footer .right .tel{
	font-size: 24px;
	color: rgba(255,255,255,0.5);
	font-family: "itcbk";
	font-weight: normal;
	margin-bottom: 40px;
}
#footer .right .tel img{
	vertical-align: middle;
	margin-right: 12px;
}
#footer .right .link-box{
	font-size: 0;
	text-align: right;
}
#footer .right .link-box a{
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.15);
	position: relative;
}
#footer .right .link-box a:hover{
	border-color: #a3c630;
	background-color: #a3c630;
}
#footer .right .link-box a.wx{
	margin-right: 10px;
}
#footer .right .link-box a .icon{
	opacity: 0.5;
}
#footer .right .link-box a:hover .icon{
	opacity: 1;
}
#footer .right .link-box a .qr{
	position: absolute;
	left: 50%;
	top: -127px;
	margin-left: -55px;
	display: none;
}
#footer .right .link-box a:hover .qr{
	display: block;
}
#sidenav{
	display: none;
}
#floatright{
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -155px;
	z-index: 52;
	font-size: 0;
	width: 100px;
}
#floatright img{
	width: 100%;
}
#floatright .img1{
	margin-bottom: 10px;
}
/*咨询弹框*/
#zixun{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	z-index: 99;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
	display: none;
}
#zixun.active{
	display: flex;
	-webkit-display: flex;
}
#zixun .box{
	background-color: #fff;
	width: 800px;
	position: relative;
	max-width: 92%;
	height: 72%;
}
#zixun .box .close{
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 12px;
}
#zixun .box .title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	background-color: #0e487e;
	height: 120px;
	padding: 0 5%;
}
#zixun .box .title .logo{
	height: 45%;
}
#zixun .box .title .tel{
	font-size: 20px;
	color: #a3c630;
	font-family: "itcdemi";
}
#zixun .box .title .tel img{
	vertical-align: middle;
	margin-right: 15px;
}
#zixun .box .content{
	padding: 120px 5% 0;
	overflow: hidden;
	height: 100%;
	margin-top: -120px;
}
#zixun .box .content .top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	padding: 32px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
#zixun .box .content .top .text h5{
	font-size: 44px;
	color: #0e487e;
	font-weight: bold;
	margin-bottom: 24px;
}
#zixun .box .content .top .text p{
	font-size: 18px;
	color: #333;
}
#zixun .box .content .bottom{
	overflow: auto;
	max-height: 70%;
}
#zixun .box .content .phase-box{
	display: none;
}
#zixun .box .content .phase-box.active{
	display: block;
}
#zixun .box .content .phase-box.phase1{
	padding: 60px 0 80px;
	font-size: 0;
	text-align: center;
}
#zixun .box .content .phase-box.phase1 a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	-webkit-display: inline-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
	vertical-align: top;
	width: 41.67%;
	height: 250px;
	margin: 0 2.78%;
	border-radius: 8px;
}
#zixun .box .content .phase-box.phase1 a.baojia{
	background-color: #2fa1da;
	box-shadow: 0 -6px 0 rgba(0,70,127,0.3) inset;
}
#zixun .box .content .phase-box.phase1 a.yuyue{
	background-color: #0e487e;
	box-shadow: 0 -6px 0 rgba(0,0,0,0.3) inset;
}
#zixun .box .content .phase-box.phase1 a img{
	margin-bottom: 30px;
	width: 25%;
}
#zixun .box .content .phase-box.phase1 a p{
	font-size: 24px;
	color: #fff;
}
#zixun .box .content .phase-box.phase1 a img,#zixun .box .content .phase-box.phase1 a p{
	max-width: 100%;
}
#zixun .box .content .phase-box.phase2{
	padding: 50px 0 60px;
}
#zixun .box .content .phase-box.phase2 li{
	margin-bottom: 40px;
	font-size: 0;
}
#zixun .box .content .phase-box.phase2 li h5{
	font-size: 18px;
	color: #333;
	font-weight: normal;
	margin-bottom: 28px;
}
#zixun .box .content .phase-box.phase2 li > input{
	width: 100%;
	background-color: #f5f8fa;
	height: 70px;
	line-height: 68px;
	font-size: 18px;
	color: #666;
	padding: 0 4.17%;
	border-radius: 4px;
	border: 1px solid #2fa1da;
}
#zixun .box .content .phase-box.phase2 li > textarea{
	width: 100%;
	background-color: #f5f8fa;
	height: 140px;
	font-size: 18px;
	line-height: 30px;
	color: #666;
	padding: 20px 4.17%;
	border-radius: 4px;
	resize: none;
	border: 0 none;
	border: 1px solid #2fa1da;
}
#zixun .box .content .phase-box.phase2 li .time-line{
	margin-bottom: 90px;
	background-color: #f5f8fa;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	height: 10px;
}
#zixun .box .content .phase-box.phase2 li .time-line a{
	position: relative;
	z-index: 1;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 3px solid #2fa1da;
}
#zixun .box .content .phase-box.phase2 li .time-line a.active{
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	background-color: #2fa1da;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#zixun .box .content .phase-box.phase2 li .time-line a p{
	font-size: 16px;
	color: #333;
	position: absolute;
	top: 100%;
	width: 5em;
	margin: 20px auto 0;
}
#zixun .box .content .phase-box.phase2 li .time-line a:nth-child(1) p{
	left: 0;
}
#zixun .box .content .phase-box.phase2 li .time-line a:nth-child(2) p,#zixun .box .content .phase-box.phase2 li .time-line a:nth-child(3) p,#zixun .box .content .phase-box.phase2 li .time-line a:nth-child(4) p{
	left: 50%;
	margin-left: -2.5em;
	text-align: center;
}
#zixun .box .content .phase-box.phase2 li .time-line a:nth-child(5) p{
	right: 0;
	text-align: right;
}
#zixun .box .content .phase-box.phase2 li .time-line .line{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #2fa1da;
	border-radius: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
#zixun .box .content .phase-box.phase2 li .mianji-box{
	background-color: #f5f8fa;
	font-size: 0;
}
#zixun .box .content .phase-box.phase2 li .mianji-box a{
	width: 16.66%;
	border: 1px solid #dcdfe1;
	height: 100px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	-webkit-display: inline-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	vertical-align: top;
	text-align: center;
}
#zixun .box .content .phase-box.phase2 li .mianji-box a.active{
	background-color: #2fa1da;
}
#zixun .box .content .phase-box.phase2 li .mianji-box a p{
	font-size: 14px;
	line-height: 28px;
	color: #333;
}
#zixun .box .content .phase-box.phase2 li .mianji-box a p span{
	font-size: 16px;
}
#zixun .box .content .phase-box.phase2 li .mianji-box a.active p{
	color: #fff;
}
#zixun .box .content .phase-box.phase2 li .mianji-box a input{
	width: 40%;
	background-color: transparent;
	border-bottom: 1px solid #333;
	font-size: 14px;
	color: #333;
}
#zixun .box .content .phase-box.phase2 li .mianji-box a.active input{
	border-color: #fff;
	color: #fff;
}
#zixun .box .content .phase-box.phase2 .submit{
	width: 100%;
	display: block;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 35px;
	background-color: #2fa1da;
	color: #fff;
	font-size: 18px;
}
#zixun .box .content .phase-box.phase3{
	padding: 40px 0 60px;
}
#zixun .box .content .phase-box.phase3 li{
	margin-bottom: 40px;
	font-size: 0;
}
#zixun .box .content .phase-box.phase3 li h5{
	font-size: 18px;
	color: #333;
	font-weight: normal;
	margin-bottom: 28px;
}
#zixun .box .content .phase-box.phase3 li > input{
	width: 100%;
	background-color: #f5f8fa;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	color: #666;
	padding: 0 4.17%;
	border-radius: 4px;
}
#zixun .box .content .phase-box.phase2 li .radio-box{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	font-size: 16px;
	color: #333;
}
#zixun .box .content .phase-box.phase2 li .radio-box span{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	border: 3px solid #2fa1da;
	border-radius: 50%;
}
#zixun .box .content .phase-box.phase2 li .radio-box.active span{
	border-width: 7px;
}
#zixun .box .content .phase-box.phase3 .submit{
	width: 100%;
	display: block;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 35px;
	background-color: #2fa1da;
	color: #fff;
	font-size: 18px;
}
#zixun .box .content .phase-box.phase4{
	text-align: center;
	padding: 10% 0 8%;
}
#zixun .box .content .phase-box.phase4 img{
	margin-bottom: 5%;
	max-width: 80%;
}
#zixun .box .content .phase-box.phase4 p{
	font-size: 20px;
	color: #333;
	margin-bottom: 10%;
}
#zixun .box .content .phase-box.phase4 .submit{
	width: 100%;
	display: block;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 35px;
	background-color: #2fa1da;
	color: #fff;
	font-size: 18px;
}
@media only screen and (max-width:1500px){
	#header .nav-box .level1{
		margin-right: 25px;
	}
}
@media only screen and (max-width:1440px){
	#sidenav{
		position: fixed;
		left: -100%;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.7);
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		text-align: center;
		z-index: 61;
		display: block;
	}
	#sidenav.active{
		left: 0;
	}
	#sidenav .close{
		position: absolute;
		left: 40px;
		top: 56px;
	}
	#sidenav .nav-box{
		width: 500px;
		background-color: #fff;
		height: 100%;
		padding-top: 130px;
		max-width: 100%;
	}
	#sidenav .level1{
		margin-bottom: 34px;
	}
	#sidenav .level1:last-child{
		margin-bottom: 0;
	}
	#sidenav .level1 > a{
		font-size: 18px;
		color: #333;
		position: relative;
	}
	#sidenav .level1.active > a{
		color: #2fa1da;
	}
	#sidenav .level1 > a .icon{
		height: 6px;
		background-repeat: no-repeat;
		background-image: url(../images/sidenav_icon_bg.png);
		background-size: 100% auto;
		background-position: center top;
		position: absolute;
		left: 100%;
		top: 50%;
		margin-top: -3px;
		margin-left: 15px;
	}
	#sidenav .level1.active > a .icon{
		background-position: center bottom;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
	#sidenav .level1 .sub-nav{
		background-color: #f5f8fa;
		transition: all 0.5s linear;
		-webkit-transition: all 0.5s linear;
		overflow: hidden;
		height: 0;
	}
	#sidenav .level1.active .sub-nav{
		padding: 16px 0;
		height: auto;
		margin-top: 20px;
	}
	#sidenav .level1 .sub-nav a{
		font-size: 18px;
		color: #333;
		line-height: 30px;
		display: block;
	}
	#sidenav .level1 .sub-nav a.active{
		color: #00467f;
	}
	#header .nav-box{
		display: none;
	}
	#header .menu{
		position: relative;
		display: block;
	}
	#header .menu .line1{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #333;
	}
	#header .menu .line2{
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: 2px;
		margin-top: -1px;
		background-color: #333;
	}
	#header .menu .line3{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 2px;
		background-color: #333;
	}
}
@media only screen and (max-width:1366px){
	#zixun .box .content .bottom{
		max-height: 63%;
	}
}
@media only screen and (max-width:1024px){
	#header .tel.web{
		font-size: 16px;
	}
	#header .language{
		margin-left: 15px;
	}
	/*咨询弹框*/
	#zixun .box .close{
		left: auto;
		right: 0;
		top: auto;
		bottom: 100%;
		margin-left: 0;
		margin-bottom: 12px;
	}
}
@media only screen and (max-width:830px){
	#footer .left .copyright img{
		margin-right: 25px;
		width: 95px;
	}
	#footer .left .copyright p img{
		width: 19px;
		margin-right: 10px;
	}
}
@media only screen and (max-width:768px){
	html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;font-size: 16px;}
	body{
		 font-size: 62.5%;
	}
	.mobile{
		display: block;
	}
	.web{
		display: none;
	}
	#floatright{
		width: 2.5rem;
		margin-top: -4.84375rem;
	}
	#floatright .img1{
		margin-bottom: 0.3125rem;
	}
	.inner{
		width: 86.66%;
	}
	#main{
		padding-top: 3.75rem;
		padding-bottom: 13.4375rem;
	}
	#header{
		height: 3.75rem;
		padding: 0 0.9375rem;
	}
	#header .tel.web{
		display: none;
	}
	#header .language{
		width: 1.4375rem;
		height: 1.4375rem;
		margin-left: 0.25rem;
		border-width: 0.0625rem;
		line-height: 1.3125rem;
		font-size: 0.625rem;
	}
	#header .tel.mobile{
		width: 1.4375rem;
		text-align: center;
		height: 1.4375rem;
		border: 0.0625rem solid #3da7dc;
		line-height: 1.3125rem;
		border-radius: 50%;
		display: inline-block;
		vertical-align: middle;
	}
	#header .tel.mobile img{
		width: 0.6875rem;
		vertical-align: middle;
	}
	#header .menu img{
		width: 1rem;
	}
	#header .menu .line1{
		height: 0.0625rem;
		transition: all 0.5s linear;
		-webkit-transition: all 0.5s linear;
	}
	#header .menu .line2{
		height: 0.0625rem;
		margin-top: -0.03125rem;
		transition: all 0.5s linear;
		-webkit-transition: all 0.5s linear;
	}
	#header .menu .line3{
		height: 0.0625rem;
		transition: all 0.5s linear;
		-webkit-transition: all 0.5s linear;
	}
	#header .menu.active .line1{
		margin-top: -0.03125rem;
		top: 50%;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	#header .menu.active .line2{
		opacity: 0;
	}
	#header .menu.active .line3{
		margin-bottom: -0.03125rem;
		bottom: 50%;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#header .logo{
		height: 1.6875rem;
	}
	#footer{
		margin-top: -13.4375rem;
		text-align: center;
	}
	#footer .inner{
		padding-top: 0;
		height: 13.4375rem;
		align-items: center;
		justify-content: center;
		flex-direction: column-reverse;
		-webkit-align-items: center;
		-webkit-justify-content: center;
		-webkit-flex-direction: column-reverse;
	}
	#footer .left .nav-box{
		display: none;
	}
	#footer .left .copyright img{
		display: none;
	}
	#footer .left .copyright p{
		font-size: 0.5625rem;
		line-height: 1.125rem;
	}
	#footer .left .copyright p img{
		display: inline-block;
		width: 0.625rem;
		margin-right: 0.3125rem;
	}
	#footer .right .tel{
		font-size: 1rem;
		margin-bottom: 1.1875rem;
	}
	#footer .right .tel img{
		margin-right: 0.625rem;
		width: 1.3125rem;
	}
	#footer .right .link-box{
		text-align: center;
		margin-bottom: 1.375rem;
	}
	#footer .right .link-box a.wx{
		margin-right: 0.625rem;
	}
	#footer .right .link-box a .icon{
		width: 1.5rem;
	}
	#sidenav{
		background-color: #fff;
		padding-top: 3.75rem;
		z-index: 59;
	}
	#sidenav .close{
		width: 0.875rem;
		left: 1rem;
		top: 1.5rem;
	}
	#sidenav .nav-box{
		padding-top: 4.3125rem;
	}
	#sidenav .level1{
		margin-bottom: 1.875rem;
	}
	#sidenav .level1 > a{
		font-size: 1rem;
	}
	#sidenav .level1 > a .icon{
		height: 0.25rem;
		margin-top: -0.125rem;
		margin-left: 0.625rem;
	}
	#sidenav .level1.active .sub-nav{
		padding: 0.8125rem 0;
		margin-top: 1.25rem;
	}
	#sidenav .level1 .sub-nav a{
		font-size: 0.875rem;
		line-height: 2rem;
	}
	/*咨询弹框*/
	#zixun .box .close{
		width: 0.75rem;
		margin-bottom: 0.625rem;
	}
	#zixun .box .title{
		height: 3.75rem;
		padding: 0 0.9375rem;
	}
	#zixun .box .title .logo{
		height: 1.6875rem;
	}
	#zixun .box .title .tel{
		font-size: 0.625rem;
	}
	#zixun .box .title .tel img{
		margin-right: 0.5rem;
		width: 0.875rem;
	}
	#zixun .box .content{
		padding: 3.75rem 0.9375rem 0;
		margin-top: -3.75rem;
	}
	#zixun .box .content .top{
		padding: 1rem 0;
	}
	#zixun .box .content .top .qr{
		width: 4.3125rem;
	}
	#zixun .box .content .top .text h5{
		font-size: 1.375rem;
		margin-bottom: 0.75rem;
	}
	#zixun .box .content .top .text p{
		font-size: 0.75rem;
	}
	#zixun .box .content .bottom{
		max-height: 76%;
	}
	#zixun .box .content .phase-box.phase1{
		padding: 1.875rem 0 2.5rem;
	}
	#zixun .box .content .phase-box.phase1 a{
		height: 7.8125rem;
		border-radius: 4px;
	}
	#zixun .box .content .phase-box.phase1 a.baojia{
		box-shadow: 0 -3px 0 rgba(0,70,127,0.3) inset;
	}
	#zixun .box .content .phase-box.phase1 a.yuyue{
		box-shadow: 0 -3px 0 rgba(0,0,0,0.3) inset;
	}
	#zixun .box .content .phase-box.phase1 a img{
		margin-bottom: 0.875rem;
	}
	#zixun .box .content .phase-box.phase1 a p{
		font-size: 0.875rem;
	}
	#zixun .box .content .phase-box.phase2{
		padding: 1.25rem 0 1.5625rem;
	}
	#zixun .box .content .phase-box.phase2 li{
		margin-bottom: 1rem;
	}
	#zixun .box .content .phase-box.phase2 li h5{
		font-size: 0.875rem;
		margin-bottom: 0.875rem;
	}
	#zixun .box .content .phase-box.phase2 li > input{
		height: 2.5rem;
		line-height: 2.4375rem;
		font-size: 0.75rem;
		padding: 0 0.9375rem;
		border-width: 0.03125rem;
	}
	#zixun .box .content .phase-box.phase2 li > textarea{
		height: 5rem;
		font-size: 0.75rem;
		line-height: 1.25rem;
		padding: 0.625rem 0.9375rem;
		border-width: 0.03125rem;
	}
	#zixun .box .content .phase-box.phase2 li .time-line{
		margin-bottom: 2.625rem;
		height: 0.3125rem;
	}
	#zixun .box .content .phase-box.phase2 li .time-line a{
		width: 0.625rem;
		height: 0.625rem;
		border: 0.125rem solid #2fa1da;
	}
	#zixun .box .content .phase-box.phase2 li .time-line a.active{
		width: 0.625rem;
		height: 0.625rem;
		border: 0.125rem solid #fff;
		box-shadow: 0 0 0.3125rem rgba(0,0,0,0.1);
	}
	#zixun .box .content .phase-box.phase2 li .time-line a p{
		font-size: 0.5625rem;
		margin: 0.625rem auto 0;
	}
	#zixun .box .content .phase-box.phase2 li .time-line .line{
		border-radius: 0.15625rem;
	}
	#zixun .box .content .phase-box.phase2 li .mianji-box a{
		height: 3.125rem;
	}
	#zixun .box .content .phase-box.phase2 li .mianji-box a p{
		font-size: 0.5625rem;
		line-height: 0.875rem;
	}
	#zixun .box .content .phase-box.phase2 li .mianji-box a p span{
		font-size: 0.625rem;
	}
	#zixun .box .content .phase-box.phase2 li .mianji-box a input{
		font-size: 0.5625rem;
	}
	#zixun .box .content .phase-box.phase2 .submit{
		height: 2.5rem;
		line-height: 2.5rem;
		border-radius: 1.25rem;
		font-size: 0.875rem;
	}
	#zixun .box .content .phase-box.phase3{
		padding: 40px 0 60px;
	}
	#zixun .box .content .phase-box.phase3 li{
		margin-bottom: 1rem;
	}
	#zixun .box .content .phase-box.phase3 li h5{
		font-size: 0.875rem;
		margin-bottom: 0.875rem;
	}
	#zixun .box .content .phase-box.phase3 li > input{
		height: 2.5rem;
		line-height: 2.5rem;
		font-size: 0.75rem;
		padding: 0 0.9375rem;
	}
	#zixun .box .content .phase-box.phase2 li .radio-box{
		width: 50%;
		font-size: 0.75rem;
		margin-bottom: 0.9375rem;
	}
	#zixun .box .content .phase-box.phase2 li .radio-box:nth-last-child(1),#zixun .box .content .phase-box.phase2 li .radio-box:nth-last-child(2){
		margin-bottom: 0;
	}
	#zixun .box .content .phase-box.phase2 li .radio-box span{
		margin-right: 0.3125rem;
		width: 0.9375rem;
		height: 0.9375rem;
		border: 0.09375rem solid #2fa1da;
	}
	#zixun .box .content .phase-box.phase2 li .radio-box.active span{
		border-width: 0.3125rem;
	}
	#zixun .box .content .phase-box.phase3 .submit{
		height: 2.5rem;
		line-height: 2.5rem;
		border-radius: 1.25rem;
		font-size: 0.875rem;
	}
	#zixun .box .content .phase-box.phase4 p{
		font-size: 0.75rem;
	}
	#zixun .box .content .phase-box.phase4 .submit{
		height: 2.5rem;
		line-height: 2.5rem;
		border-radius: 1.25rem;
		font-size: 0.875rem;
	}
}
@media only screen and (max-width:768px) and (orientation : landscape){
	#floatright{
		width: 1.5rem;
		margin-top: -2rem;
	}
}
@media only screen and (max-width:414px){
	
}
@media only screen and (max-width:320px){

}