*{
	margin:0;
	padding:0;
	font-family: arial, 'Hiragino Sans GB', 'Microsoft Yahei', 微软雅黑, 宋体, 宋体, Tahoma, Arial, Helvetica, STHeiti;
}
ul,li{
	list-style: none;
}
.industry-bg{
	min-width: 952px;
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: center 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    zoom: 1;
    background-color: rgb(64, 64, 64);
    background-image: url("../image/chooseIndustryBg.jpg");
}
.head-wrap{
	width: 952px;
	margin:0 auto;
}
.industry-type{
    width: 1000px;
    background-color: #FCFCFA;
    background-color: rgba(252, 252, 250, 0.85);
    height: 430px;
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -245px;
    margin-left: -500px;
    padding: 30px;
}
.industry-type .title{
    padding-top: 15px;
	 padding-bottom: 35px;
    color: #444;
    font-weight: normal;
    z-index: 5;
    position: relative;
    text-align: center;
    font-size: 30px;
}

.industry-type li{
    float: left;
    /* background-color: #FFFFFF; */
    /* border-top: 1px solid #f0f0f0; */
    /* border-left: 1px solid #f0f0f0; */
    height: 165px;
    width: 140px;
    cursor: pointer;
    padding-top: 15px;

}
.industry-type li em{
	width: 60px;
	height: 60px;
	display: block;
	margin:0 auto;
	background: url(../image/chooseIndustryIcon.png) no-repeat;
}
.industry-type li span{
	color: #555555;
	text-align: center;
	display: block;
	margin-top: 20px;
	font-size: 16px;
}
.industry-type li.type-item-1 em{
	background-position: -240px -120px;
}
.industry-type li.type-item-1:hover em{
	background-position: -240px -180px;
}
.industry-type li.type-item-2 em{
	background-position: 0 0;
}
.industry-type li.type-item-2:hover em{
	background-position: 0 -60px;
}
.industry-type li.type-item-3 em{
	background-position: -60px 0;
}
.industry-type li.type-item-3:hover em{
	background-position: -60px -60px;
}
.industry-type li.type-item-4 em{
	background-position: -120px 0;
}
.industry-type li.type-item-4:hover em{
	background-position: -120px -60px;
}
.industry-type li.type-item-5 em{
	background-position: -180px 0;
}
.industry-type li.type-item-5:hover em{
	background-position: -180px -60px;
}
.industry-type li.type-item-6 em{
	background-position: -240px 0;
}
.industry-type li.type-item-6:hover em{
	background-position: -240px -60px;
}
.industry-type li.type-item-7 em{
	background-position: -300px 0;
}
.industry-type li.type-item-7:hover em{
	background-position: -300px -60px;
}
.industry-type li.type-item-8 em{
	background-position: -360px 0;
}
.industry-type li.type-item-8:hover em{
	background-position: -360px -60px;
}
.industry-type li.type-item-9 em{
	background-position: -420px 0;
}
.industry-type li.type-item-9:hover em{
	background-position: -420px -60px;
}
.industry-type li.type-item-10 em{
	background-position: 0 -120px;
}
.industry-type li.type-item-10:hover em{
	background-position: 0 -180px;
}
.industry-type li.type-item-11 em{
	background-position: -60px -120px;
}
.industry-type li.type-item-11:hover em{
	background-position: -60px -180px;
}
.industry-type li.type-item-12 em{
	background-position: -120px -120px;
}
.industry-type li.type-item-12:hover em{
	background-position: -120px -180px;
}
.industry-type li.type-item-13 em{
	background-position: -180px -120px;
}
.industry-type li.type-item-13:hover em{
	background-position: -180px -180px;
}
.industry-type li.type-item-14 em{
	background-position: -300px -120px;
}
.industry-type li.type-item-14:hover em{
	background-position: -300px -180px;
}
.industry-type li.type-item-15 em{
	background-position: -360px -120px;
}
.industry-type li.type-item-15:hover em{
	background-position: -360px -180px;
}
.industry-type li.type-item-16 em{
	background-position: -420px -120px;
}
.industry-type li.type-item-16:hover em{
	background-position: -420px -180px;
}
.industry-type li:hover{
	transition:  .5s;
	-moz-transition:  .5s; /* Firefox 4 */
	-webkit-transition:  .5s; /* Safari 和 Chrome */
	-o-transition:  .5s; /* Opera */
}
.industry-type li:hover em{
	transition:  .5s;
	-moz-transition:  .5s; /* Firefox 4 */
	-webkit-transition:  .5s; /* Safari 和 Chrome */
	-o-transition:  .5s; /* Opera */
}

/*演示账套获取手机号界面*/
.registerDiv {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
.content {
    width: 600px;
    background-color: #fff;
    height: 353px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -176.5px;
    margin-left: -315px;
    border-radius: 5px;
    z-index: 999999;
    font-family: 'Microsoft Yahei',tahoma,arial,'Hiragino Sans GB','Hiragino Sans GB W3',宋体;
}
.content .pagetitle {
    padding: 10px 24px;
    background-color: #444A63;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.table-row {
    display: table;
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
}
.table-row .table-cell {display: table-cell;vertical-align: top;}
.table-row .table-cell ul {padding-right: 15px;}
.list-style {list-style-type: none;}
 .table-row .table-cell li {padding: 10px 0 5px 15px;font-size: 14px;line-height: 1.42857143;color: #333;}
.content .register_form {padding: 24px;padding-left: 0 !important;}
.content .register_form .form-item {position: relative;margin-bottom: 16px;overflow: hidden;}
.content .register_form .form-item .form-text {
    display: block;
    width: 100%;
    border: 1px solid #C3CDD7;
    font-size: 18px;
    color: #333;
    text-indent: 10px;
    outline-color: #C3CDD7;
    box-sizing: border-box;
    padding-left: 0px;
    height: 44px;
    line-height: 44px;
}
.content .register_form .form-item .form-btn {display: block;width: 40%;height: 44px;font-size: 18px;background-color: #5091f9;color: #Fff;border: none;outline: none;cursor: pointer;}
.required {position: absolute;right: 10px;top: 12px;color: red;font-size: 18px;}
.msg-error{color: red;display: none;}
.content .register_login {position: absolute;right: 0;top: 0;height: 45px;line-height: 45px;color: #949AA7;}
.content .register_login a {color: #5091f9;}
.disabled {opacity: 0.6;}
.hide{display:none;}
.form-item.codetext .text {width: 40%;}
.register_form .form-item .text {float: left;}
.form-item.codetext .codetips{float:left;margin-left:10px;width:auto;display:none;}
.form-item.codetext .codetips .codetips-btn{color:#ff9052;padding-bottom:1px;text-decoration: none;}
.register_form .form-item .btn-wrap {width: 30%;float: left;margin-left: 10px;height: 100%;cursor: pointer;}
.register_form .form-item .btn-wrap .form-btn {width: 100%;height: 44px;background-color: #ff9052;	line-height: 38px;border: none;outline: none;}