*{
	margin: 0;
	padding: 0;
}
a{
text-decoration: none;
}
li{
	list-style: none;
}
body{
	font-family:"Microsoft YaHei";
	-webkit-tap-highlight-color: transparent;
}
em{
	font-style: normal;
}
input{
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none;
}
img{
	overflow: hidden;
}
.hide{
	display: none !important;
}
.show{
	display: block;
}
.clearfix:after{
	display: block;
	clear: both;
	content: "";
}
/*公用class*/
/*横排列*/
.flec{
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

	-webkit-justify-content:center;
	justify-content:center;
	-moz-box-pack:center;
	-webkit--moz-box-pack:center;
	box-pack:center;
	-webkit-box-align: center;

	align-items:center;
	-webkit-align-items:center;
	box-align:center;
	-moz-box-align:center;
	-webkit-box-align:center;
}
.fles{
	display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

   	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-moz-box-pack:flex-start;
	-webkit--moz-box-pack:flex-start;
	box-pack:flex-start;
	-webkit-box-align: flex-start;

	align-items:center;
	-webkit-align-items:center;
	box-align:center;
	-moz-box-align:center;
	-webkit-box-align:center;
}
.flee{
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-justify-content:flex-end;
	justify-content:flex-end;
	-moz-box-pack:flex-end;
	-webkit--moz-box-pack:flex-end;
	box-pack:flex-end;
	-webkit-box-align: flex-end;
		align-items:center;
	-webkit-align-items:center;
	box-align:center;
	-moz-box-align:center;
	-webkit-box-align:center;
}
.flea{
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

	-webkit-justify-content:space-around;
	justify-content:space-around;
	-moz-box-pack:space-around;
	-webkit--moz-box-pack:space-around;
	box-pack:space-around;
	-webkit-box-align: space-around;
	align-items:center;
	-webkit-align-items:center;
	box-align:center;
	-moz-box-align:center;
	-webkit-box-align:center;
}
.fleb{
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

	-webkit-justify-content:space-between;
	justify-content:space-between;
	-moz-box-pack:space-between;
	-webkit--moz-box-pack:space-between;
	box-pack:space-between;
	-webkit-box-align: space-between;
		align-items:center;
	-webkit-align-items:center;
	box-align:center;
	-moz-box-align:center;
	-webkit-box-align:center;
}
.fle_wa{
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow:row wrap;
    -webkit-box-orient:horizontal;
    -webkit-box-lines:multiple;
　　-moz-flex-flow:row wrap;
    box-orient:horizontal;
    box-lines:multiple;
    flex-flow:row wrap;

    -webkit-justify-content:space-around;
	justify-content:space-around;
	-moz-box-pack:space-around;
	-webkit--moz-box-pack:space-around;
	box-pack:space-around;
	-webkit-box-align: space-around;
}
.fle_wb{
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
     -webkit-flex-flow:row wrap;
    -webkit-box-orient:horizontal;
    -webkit-box-lines:multiple;
　　-moz-flex-flow:row wrap;
    box-orient:horizontal;
    box-lines:multiple;
    flex-flow:row wrap;
   	-webkit-justify-content:space-between;
	justify-content:space-between;
	-moz-box-pack:space-between;
	-webkit--moz-box-pack:space-between;
	box-pack:space-between;
	-webkit-box-align: space-between;
}
.fle_ws{
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
     -webkit-flex-flow:row wrap;
    -webkit-box-orient:horizontal;
    -webkit-box-lines:multiple;
　　-moz-flex-flow:row wrap;
    box-orient:horizontal;
    box-lines:multiple;
    flex-flow:row wrap;
    -webkit-justify-content:flex-start;
	justify-content:flex-start;
	-moz-box-pack:flex-start;
	-webkit--moz-box-pack:flex-start;
	box-pack:flex-start;
	-webkit-box-align: flex-start;
}
/*竖排列*/
.fle_vcc{
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

	flex-direction: column;
	-webkit-justify-content:center;
	justify-content:center;
	-moz-box-pack:center;
	-webkit--moz-box-pack:center;
	box-pack:center;
	-webkit-box-align: center;

	align-items:center;
	-webkit-align-items:center;
	box-align:center;
	-moz-box-align:center;
	-webkit-box-align:center;
}
.fle_vcs{
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-direction: column;
	align-items:center;
	-webkit-align-items:center;
	box-align:center;
	-moz-box-align:center;
	-webkit-box-align:center;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-moz-box-pack:flex-start;
	-webkit--moz-box-pack:flex-start;
	box-pack:flex-start;
	-webkit-box-align: flex-start;
}
.fle_vss{
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-direction: column;
	align-items:flex-start;
	-webkit-align-items:flex-start;
	box-align:flex-start;
	-moz-box-align:flex-start;
	-webkit-box-align:flex-start;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-moz-box-pack:flex-start;
	-webkit--moz-box-pack:flex-start;
	box-pack:flex-start;
	-webkit-box-align: flex-start;
}
.fle_ves{
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
}
.fle_vse{
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-direction: column;
	align-items:flex-start;
	-webkit-align-items:flex-start;
	box-align:flex-start;
	-moz-box-align:flex-start;
	-webkit-box-align:flex-start;
	justify-content: flex-end;
}
.fle_vsc{
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-direction: column;
		align-items:flex-start;
	-webkit-align-items:flex-start;
	box-align:flex-start;
	-moz-box-align:flex-start;
	-webkit-box-align:flex-start;
	justify-content: center;
}
.fle_vce{
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-direction: column;
		align-items:center;
	-webkit-align-items:center;
	box-align:center;
	-moz-box-align:center;
	-webkit-box-align:center;
	justify-content: flex-end;
}
/**/
.main{
	margin: 0.5rem 0;
	
}
.content{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.header{
	width: 100%;
	height: 0.5rem;
	position: fixed;
	top: 0;
	left: 0;
	background: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 0 0.1rem;
	z-index: 9999999;
	
}
.header_le{
	width: 1.5rem;
}
.header_le a{
	display: block;
}
.header_le img{
	width: 1.5rem;
	display: block;
}
.header_le,.header_ri{

	/*background: rgba(0,0,0,0.1);*/
	font-size: 12px;
	border-radius: 5px;
}
.header_le p{
	width: 0.14rem;
	height: 0.12rem;
	background: url(/assets/phone/img/index.png);
	background-size:cover ;
}
.header_le a{
	width: 100%;
	height: 100%;
}
.header_ri p{
	width: 0.23rem;
	height: 0.20rem;
	background: url(/assets/phone/img/pub_menu1.png);
	background-size:cover ;
	margin-left: 0.21rem;
}
.header_ri .free{
	display: inline-block;
	width: 0.8rem;
	height: 0.3rem;
	border-radius:4px;
	background: #0A6DEE;
	line-height: 0.3rem;
	text-align: center;
	color: #fff;
	font-size: 0.14rem;
}
.header_mi{
	width: calc(100% - 0.7rem);
	height: 0.35rem;
}
.header_mi p{
	width: 0.75rem;
	height: 0.24rem;
	background: url(/assets/phone/img/logo.png);
	background-size:cover ;
}
.footer{
	width: 100%;
	height: 0.5rem;
	background: #ffffff;
	position: fixed;
	bottom: -1px;
	left: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	z-index: 9999999;
	overflow: hidden;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
}
.footer a{
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: relative;

}
.footer a:after{
	display: block;
	content: "";
	position: absolute;
	right: 0;
	top: 0.1rem;
	width: 1px;
	height: 0.31rem;
	background: #e5e5e5;
}
.footer a:nth-of-type(4):after{
	display: none;
	content: "";
}
.footer a p{
	width: 0.2rem;
	height: 0.18rem;
	background-size:cover ;
	margin-bottom: 0.03rem;
}
.footer a:nth-of-type(1) p{
	width: 0.2rem;
	height: 0.18rem;
}
.footer a:nth-of-type(2) p{
	width: 0.2rem;
	height: 0.18rem;
}
.footer a:nth-of-type(3) p{
	width: 0.18rem;
	height: 0.18rem;
}
.footer a:nth-of-type(4) p{
	width: 0.17rem;
	height: 0.19rem;
}
.footer a span{
	color: #666666;
	font-size: 0.11rem;
}
.footer a:nth-of-type(1) p{
	background: url(/assets/phone/img/icon3.png) no-repeat;
	background-size:cover ;
}
.footer a:nth-of-type(2) p{
	background: url(/assets/phone/img/icon1.png) no-repeat;
	background-size:cover ;
}
.footer a:nth-of-type(3) p{
	background: url(/assets/phone/img/icon2.png) no-repeat;
	background-size:cover ;
}
.footer a:nth-of-type(4) p{
	background: url(/assets/phone/img/icon4.png) no-repeat;
	background-size:cover ;
}
.footer a.selected:nth-of-type(1) p{
	background: url(/assets/phone/img/icon1s.png) no-repeat;
	background-size:cover ;
}
.footer a.selected:nth-of-type(1) span{
	color: #ff6a00;
}
.footer a.selected:nth-of-type(2) p{
	background: url(/assets/phone/img/icon2s.png) no-repeat;
	background-size:cover ;
}
.footer a.selected:nth-of-type(2) span{
	color: #ff6a00;
}
.footer a.selected:nth-of-type(3) p{
	background: url(/assets/phone/img/icon3s.png) no-repeat;
	background-size:cover ;
}
.footer a.selected:nth-of-type(3) span{
	color: #ff6a00;
}
.footer a.selected:nth-of-type(4) p{
	background: url(/assets/phone/img/icon4s.png) no-repeat;
	background-size:cover ;
}
.footer a.selected:nth-of-type(4) span{
	color: #ff6a00;
}
.return_top{
	position: fixed;
	bottom: 1.35rem;
	right: 0.1rem;
	width: 0.4rem;
	height: 0.4rem;
	background: rgba(0,0,0,0.4);
	border-radius: 5px;
	display: none;
	font-size: 0.12rem;
	line-height: 0.5rem;
	vertical-align: middle;
	text-align: center;
	z-index: 99999;
}
.return_top img{
	width: 0.18rem;
	height: 0.2rem;	
	display: inline-block;
}
.top_nav{
	width: 0.9rem;
	height: 2.49rem;
	background: rgba(255,255,255,0.8);
	position: fixed;
	right: 0;
	top: 0.45rem;
	display: none;
}
.top_nav ul{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 0.05rem;
}
.top_nav ul li{
	width: 100%;
	height: 0.3rem;
	border-bottom: 1px solid #cbcbcb;
}
.top_nav ul li:last-of-type{
	border: none;
}
.top_nav ul li a{
	height: 100%;
	font-size: 0.13rem;
	color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.top_nav ul li a.active{
	color: #ff5400;
}
.shadowpara{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 999999999999;
	box-sizing: border-box;
	padding: 0 0.1rem;
	display: none;
	
}

.shadowa{
	width: 3.4rem;
	height: 2.2rem;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: transparent;
}
.shadowBoxa{
	position: absolute;
	left: 0;
	right:0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 3.4rem;
	height: 2.4rem;
	box-shadow:0px 0px 20px 0px rgba(0,0,0,0.6);
	background: #ffffff;
	border-radius: 10px;
}
.closeShadowa{
	width: 0.26rem;
	height: 0.26rem;
	position: absolute;
	right: -0.1rem;
	top: -0.2rem;
	cursor: pointer;
	z-index: 999;
	
}
.closeShadowa img{
	width: 0.26rem;
	height: 0.26rem;
}
.shadowForma{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 0.2rem;
	box-sizing: border-box;
}
.formTitlea{
	width: 100%;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size:0.14rem;
	color: #2e3642;
	text-align: center;
}
.telboxa,.industrya,.codea,.prompta{
	width: 100%;
	height: 0.3rem;
	box-sizing: border-box;
	margin-bottom: 0.1rem;
}
.telboxa p,.industryLablea,.codeLablea{
	float: left;
	width: 0.8rem;
	height: 0.3rem;
	box-sizing: border-box;
	border: 1px solid #bfbfbf;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	color: #999999;
	font-size: 0.14rem;
	line-height: 0.3rem;
	text-align: center;
}
.telboxa input{
	float: left;
	width:calc(100% - 0.8rem);
	height: 0.3rem;
	box-sizing: border-box;
	border: 1px solid #bfbfbf;
	border-left: none;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px !important;
	border-top-left-radius: 0px !important;
	color: #999999;
	font-size: 0.14rem;
	line-height: 0.3rem;
	padding-left: 0.1rem;
	background: #f9f9f9;
	box-sizing: border-box;
}
.selectIndustrya{
	width: 250px;
	height: 40px;
	float: left;
	box-sizing: border-box;
	border-bottom: 1px solid #bfbfbf;
	border-top: 1px solid #bfbfbf;
	color: #999999;
	font-size: 16px;
	line-height: 38px;
	background: #f9f9f9;
	position: relative;
}
.selectIndustrya p{
	position: absolute;
	left: 0;
	top: 0;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-left: 10px;
	
	
}
.selectIndustrya ul{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	border: 1px solid #bfbfbf;
	border-top: none;
	border-bottom: none;
	box-sizing: border-box;
}
.selectIndustrya ul li{
	width: 100%;
	height: 39px;
	border-bottom: 1px solid #bfbfbf;
	box-sizing: border-box;
	padding-left: 12px;
	background: #f9f9f9;
	cursor: pointer;
	font-size: 14px;
}
.selectIndustrya ul li:hover{
	background: #ffffff;
}

.selectBtna{
	float: left;
	width: calc(100% - 340px);
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #bfbfbf;
	border-left: none;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	cursor: pointer;
	background: #f9f9f9;
	display: flex;
	justify-content: center;
	align-items: center;

}
.selectBtna p{
	width: 16px;
	height: 10px;
	background: #f9f9f9 url("/assets/www/image/layout/vicon.png") no-repeat;
	transition: all .3s ease-in-out;
}
.codea{
	margin-bottom: 0;
}
.codea input{
	float: left;
	width:1rem;
	height: 0.3rem;
	box-sizing: border-box;
	border: 1px solid #bfbfbf;
	border-left: none;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px !important;
	border-top-left-radius: 0px !important;
	color: #999999;
	font-size: 0.14rem;
	line-height: 0.3rem;
	padding-left: 0.1rem;
	background: #f9f9f9;
	box-sizing: border-box;
	
}
.codeImga{
	float: left;
	margin-left: 0.16rem;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	box-sizing: border-box;
	width:0.8rem;
	height: 0.3rem;
	background: #f3fbfe;
}
.prompta{
	width: 100%;
	height: 0.3rem;
	/*margin-bottom: 0;*/
	display: flex;
	justify-content: flex-start;
	align-items: center;
	
}
.prompta div{
	width: 0.2rem;
	height:0.2rem;
	background: url("/assets/phone/img/layout/prompt.png");
	background-size:cover ;
}
.prompta p{
	margin-left: 0.04rem;
	color: #999999;
	font-size: 0.12rem;
}
.applyBtna{
	width: 90%;
	height: 0.35rem;
	margin: 0 auto;
	border-radius: 5px;
	line-height: 0.35rem;
	text-align: center;
	background: -webkit-linear-gradient(left, #FF6800 , #FF7A22); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #FF6800, #FF7A22); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #FF6800, #FF7A22); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #FF6800 , #FF7A22);
  color: #ffffff;
  font-size: 0.16rem;
  cursor: pointer;
}
.nav{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	z-index: 99999999;
}
.nav_box{
	width: 3rem;
	height: 6.0rem;
	background:#fff;
	position: absolute;
	right: 0;
	top: 0;
}
.nav_to{
	width: 100%;
	height: 0.3rem;
	padding: 0 0.1rem;
	margin-top: 0.1rem;
	box-sizing: border-box;
}
.nav_to .btn_close{
	width: 0.3rem;
	height: 0.3rem;
	float: right;
}
.nav_to .btn_close img{
	width: 100%;
	display: block;
}
.nav_list{
	width: 100%;
	height: auto;
	padding: 0.07rem 0.2rem;
	box-sizing: border-box;
}
.nav_list ul{
	width: 100%;
	height: auto;
	padding: 0 0.2rem;
	box-sizing: border-box;
}
.nav_list ul li{
	width: 100%;
	height: auto;
}
.nav_list ul li:last-of-type .nav_name{
	border: none;
}
.nav_list ul .nav_name{
	width: 100%;
	height: 0.45rem;
	border-bottom: 1px solid #dedede;
	font-size: 0.17rem;
	color: #333333;
	/*font-weight: bold;*/
	line-height:0.45rem; 
	display: flex;
}
.nav_box .nav_list ul li a.active {
	color: #0A6DEE;
}
.nav_list ul .nav_name p{
	width: 0.12rem;
	margin-left: 0.1rem;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out; /* Firefox 4 */
-webkit-transition: all .3s ease-in-out; /* Safari 和 Chrome */
-o-transition: all .3s ease-in-out; /* Opera */
}
.nav_list ul .nav_name p img{
	width: 0.12rem;
}
.send_nav{
	width: 100%;
	display: none
}
.send_nav.selected{
	width: 100%;
	display: block;
}
.send_nav a{
	display: block;
	width: 50%;
	height: 0.35rem;
	line-height: 0.35rem;
	float: left;
	color: #666666;
	font-size: 0.15rem;
}