@charset "utf-8";
/*reset*/
*{margin:0;padding:0;color: #8c8c8c;font-size:12px;font-family:Microsoft yahei,Hiragino Sans GB,arial;}
a,a:hover,a.visited,a:link,a:active{text-decoration:none;}
ul,li{margin:0;padding:0;list-style-type:none;}
input:focus{outline: 0;}
/*reset*/

html,body{
	margin:0;
	padding:0;
	height:100%
}

/*清除浮动*/
.clearfix:after{  
   content: "020";  
   display: block;  
   height: 0;  
   clear: both;  
   visibility: hidden;   
} 
 .clearfix {  
   /* 触发 hasLayout */  
   zoom: 1;  
}

/*导航部分*/
.nav{
	width: 100%;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #E8E8E8;
}
.nav_left{
	height: 80px;
	line-height: 80px;
	float: left;
	margin-left: 30px;
}
.nav_logo{
	display: inline-block;
	height: 45px;
	margin-top:20px;
}
.nav_logo img{
	float: left;
}
.nav_logo_title{
	float: left;
	display: inline-block;
	margin-left:20px;
	border-left: 1px solid #2BB7AA;
	height: 43px;
	line-height: 43px;
	padding: 0 20px;
	color: #333;
	font-size: 18px;
	box-sizing: border-box;
}
.nav_right{
	float: right;
	margin-right: 30px;
}
.nav_right a{
	font-size: 14px;
	color: #6D6D6D;
}
.nav_right .nav_home{
	color: #7FD2C9;
}
.nav_right span{
	font-size: 14px;
	color: #BABABA;
}
.nav_line{
	width: 2px;
	height: 16px;
	display: inline-block;
	background: #979797;
	margin:2px 2px 0;
	vertical-align:text-bottom;
}
/*导航部分*/

/*状态部分*/
.contain_show{
	margin-top: 50px;
	width: 100%;
	text-align: center;
}
/*状态部分*/

/*表单部分*/
.register_item{
	width: 100%;
	margin-top:50px;
	position: relative;
}
.register1{
	width: 350px;
	margin:0 auto;
	position: relative;
}
.register_item p{
	margin-top: 15px;
}
.register_item label{
	float: left;
	line-height: 32px;
	height: 32px;
	display: inline-block;
	font-size: 14px;
	color: rgb(50,50,50);
}
.register1 input{
	box-sizing: border-box;
	padding-left: 8px;
	width: 250px;
	height: 32px;
	float: right;
	color: #666;
}
.register_item .item_code{
	width: 120px;
}
.register_item .item_codebtn{
	text-align: center;
	line-height: 32px;
	float: right;
	display: inline-block;
	width: 120px;
	height: 32px;
	color: rgb(255,255,255);
	background: #2CB9AB;
	margin-left:10px;
	border:none;
	cursor: pointer;
	padding:0;
	border-radius: 3px;
}
.register_item .item_encodebtn{
	width: 120px;
	height: 32px;
	color: rgb(255,255,255);
	background: #B3B3B3;
	margin-left:10px;
	border:none;
	padding:0;
	border-radius: 3px;
}
.item_imp{
	float: left;
    display: inline-block;
    margin: 2px 10px 0 0;
    color: red;
    font-size: 14px;
    height: 11px;
}
.register_item .item_nextbtn{
	margin: 20px 149px 30px 0;
	background: #2BB8A8;
	border:none;
	color: #fff;
	cursor: pointer;
	width: 100px;
	padding:0;
	clear: both;
}
.register_item .item_nextbtn:hover{
	background: #54d1c5;
}
.register1_hidden{
	width: 147px;
    position: absolute;
    top: -15px;
    right: -160px;

}
.register1_hidden p{
	visibility: hidden;
	height: 32px;
	margin-top: 15px;
	line-height: 32px;
}
.item_wrong {
	background: url(../../image/register/error.png) no-repeat left center;
	padding-left:26px; 
	color: red;
}
.item_correct{
	background: url(../../image/register/correct.png) no-repeat left center;
	padding-left:26px; 
}
.item_mg16{
	margin-left: 16px;
}

/*企业信息部分*/
.register_item .register2{
	width: 710px;
	position: relative;
	margin: 0 auto;
}
.register_item .item_radio{
	width: 14px;
	float: left;
	margin:0 8px;
}
.register_item .item_right label{
	padding-left:12px;
}
.item_logo{
	float: left;
	display: inline-block;
	width: 100px;
	height: 100px;
	border:1px solid #CCC;
	background-position: center center;
	margin-left: 14px;
	background: url(../../image/register/basic.png) no-repeat center;
}
.register_item .item_logolb{
	height: 100px;
	line-height: 100px;
}
.register_item .item_upload{
	float: left;
	width: 100px;
	height: 32px;
	padding: 0;
	border: 1px solid #CCC;
	background: #F5F5F5;
	margin:40px 0 0 20px;
}
.register2 .m_L20{
	margin-left: 35px;
}
.register2 .fimg1{
	margin-top: 40px;
}
.register2 input{
	margin-left:22px;
	box-sizing: border-box;
	padding-left: 8px;
	width: 250px;
	height: 32px;
	color: #666;
}
.item_basic{
	display: inline-block;
	height: 32px;
	line-height: 32px;
	margin-left: 10px;
	padding-left:26px; 
	background: url(../../image/register/att.png) no-repeat left center;
}
.register2 .item_tel{
	width: 80px;
	margin:0 5px 0 22px;
}
.register2 .item_tel1{
	width: 100px;
	margin: 0 5px;
}
.register2 .item_tel2{
	width: 80px;
	margin-left: 5px;
}

.item_error{
	display: inline-block;
	height: 32px;
	line-height: 32px;
	margin-left: 10px;
	padding-left:26px; 
	color: red;
	background: url(../../image/register/error.png) no-repeat left center;
}
.item_correct{
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding-left:26px; 
	color: #fff;
	background: url(../../image/register/correct.png) no-repeat left center;
}
.item_hidden{
	display: none;
}

.register2 .item_apply{
	width: 180px;
	margin-right: 6px;
}
.register2 select{
	box-sizing: border-box;
	padding: 0 0 0 10px;
	float: left;
	margin-left:10px;
	width: 90px;
	height: 32px;
	outline: none;
}
.register2 select:first-of-type{
	margin-left:22px;
}
.register2 option{
	box-sizing: border-box;
	padding: 0 0 0 10px;
}
.register2 select+input {
	margin-left:10px;
	width: 312px;
}
.register2  .item_idc{
	height: 100px;
	line-height: 100px;
	margin-left: 16px;
}
.register2 textarea{
	width: 500px;
	height: 100px;
	margin-left: 22px;
	resize:none;
	padding: 5px;
	color: rgb(100,100,100);
	outline: none;
}
.register2 .item_check{
	width: 14px;
	margin: -7px 10px 0 114px;
	float: left;
}
.register2 .item_applyRe{
	margin:0 0 30px 114px;
}
/*注册成功部分*/
.register3_title{
	height: 30px;
	font-size: 20px;
	color: rgb(122,189,84);
	line-height: 30px;
	text-align: center;
}
.register3_title img{
	vertical-align:bottom;
}
.register3_tel{
	text-align: center;
	font-size: 20px;
	color: rgb(122,189,84);
}
.register3_btn{
	display: block;
	width: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin:50px auto;
	cursor: pointer;
	border:1px solid #CCC;
	background: #F4F4F4;
	color: #666;
}
.error_item{
	color: #ff0000;
}
/*表单部分*/
/*底部部分*/
.footer_msg_copy{
	position: absolute;
	bottom: 0px;
	height: 40px;
	line-height: 40px;
    width:100%;
    background: #2E3643;
    font-family:'宋体';
    font-size:12px;
    color:#e5e5e5;
    text-align:center;
    font-weight: 700;
    clear:both;
}
.footer_msg_copy span{
    font-family:'Arial';
    font-size:12px;
    color:#e5e5e5;
}
/*底部部分*/

.register2_layout{
	display: none;
	padding-bottom:40px;
}
.register3_layout{
	padding-bottom:40px;
}
.layout{
	min-height:100%;
	height:auto !important;
	height:100%;/*ie6不识别min-height,如上述处理*/
	position:relative;
	overflow: hidden;
}
.register1_layout{
	padding-bottom:40px;
}
.page_left{
	display: none;
}
.nav_logomb{
	display: none;
}
.nav_rightmb{
	display: none;
}

/*适配手机端 begin*/
@media screen and ( max-width: 720px){
	.register_item .item_nextbtn{
		position: relative;
		z-index: 2;
	}
	.page{
        position: relative;
        background: #fff;
    }
    .page_layout{
        overflow: hidden;
    }
	.mobile_trun{
        display: block;
    }  
    .nav_bg{
        width: 100%;
        height: 70px; 
        min-width: 320px;
        background: #fff;
        border-bottom: none;
        top: -70px;
    }
    .fixednav{
        position: absolute;
        top: -70px !important;
    }
    .nav_right,.nav_tel,.nav_list,.nav_logo{
        display: none;
    }
    .nav_Logo{
        float: right;
    }
    .nav_logomb{
        display: block;
        margin: 6px 20px 13px 0;
    }
    .nav_rightmb{
    	display: block;
    	float: right;
    	margin: 18px 20px 0 0
    }
     .nav_mobile{
        margin: 25px 0 18px 20px;
        display: inline-block;
    }
    .banner {
        margin-top: 70px !important;
    }
    .page_left{
        display: block;
        position: absolute;
        width: 70%;
        box-sizing: border-box;
        padding: 20px;
    }
    .page_left ul li{
        line-height: 46px;
        border-bottom: 1px solid #e8e8e8;
        color: #64C6BA;
        font-size: 16px;
        padding-left: 20px;
        width: 100%;
    }
    .page_left ul li a{
        color: #64C6BA;
        display: inline-block;
        height: 46px;
        line-height: 46px;
        font-size: 16px;
        width: 100%;
    }
    .page_hidden{
        display: none;
    }
    .page_left .page_hidden li{
        padding-left: 40px;
    }
    .page_down{
        margin: 22px 20px 0 0;
        width: 12px;
        height: 12px;
        float: right;
        border-top: 1px solid #D2D2D2;
        border-right: 1px solid #D2D2D2;
        transform: rotate(135deg);
        -webkit-transform-origin: top center;
        transform-origin: top center;
        transition: all 0.5s; 
    }
    .contain_show{
    	display: none;
    }
    .register1{
    	width: 248px;
    }
    .label_form{
    	position: relative;
    	z-index: 1;
    }
    .register1_hidden {
	    width: 147px;
	    position: absolute;
	    top: 38px;
	    left: -3px;
	    z-index: 0;
	}
	.register1_hidden p {
	    height: 64px;
	}
	.register_item p {
	    margin-top: 25px;
	}
	.register_item .register2{
		width: 100%;
	}
	.register_item .item_right label{
		width: 296px;
	}
	.register_item .register2{
		margin-top: 25px;
	}
	.register2 input{
		margin-left: 6px;
	}
	.register2 .m_L20{
		margin-left: 15px;
	}
	.register2 .item_apply{
		margin-left: 15px;
	}
	.register2 input{
		margin-left: 15px;
	}
	.register2 select+input {
	    margin-top: 15px;
	    margin-left: 22px;
	    width: 289px;
	}
	.register2 .item_idc {
	    height: 50px;
	    line-height: 50px;
	    margin-left: 15px;
	}
	.register2 textarea{
		width: 276px;
	}
	.register2 .item_check{
		margin: -7px 10px 0 23px;
	}
	.item_logolb {
	    height: 70px;
	    line-height: 70px;
	}
}
/*适配手机端 end*/