@charset "utf-8";
/* CSS Document */

/*header*/
.header {
	height: 100px;
	min-width: 1000px;
	/* border-bottom:1px solid #ddd; */
	overflow: hidden;
}

.header .inner p {
	height: 100px;
	line-height: 100px;
	font-size: 18px;
	font-weight: 800;
}

.header .logo {
	/* display:block; 
	width:244px; 
	height:43px; 
	margin-top:28px; 
	background:url('../images/logo.png') no-repeat 0 0; */
	width: 150px;
	height: 80px;
	margin: 10px 0 10px 100px;
}

/*content*/
.content {
	/* min-width: 1000px; */
	width: 100%;
	height: 580px;
	overflow: hidden;
	/* background:url(../images/01.jpg) no-repeat center top; */
}

.reg-content {
	background: url(../images/01.jpg) no-repeat center top;
}

.inner {
	position: relative;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/* 轮播图样式 */
.carousel-box {
	position: relative;
}

ul,
ol {
	list-style: none;
}

#img-box {
	min-width: 1200px;
	height: 580px;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}

#img-box #ul {
	position: absolute;
}

#img-box #ul li {
	float: left;
}

#img-box #ul li img {
	/* width:100%; */
	height: 580px;
}

#img-box #ol {
	position: absolute;
	bottom: 5px;
	left: 10px;
}

#img-box #ol li {
	width:8px;
	height:8px;
	border-radius:50%;
	margin:0 2px;
  display: inline-block;
  background: #ffffff;
}

#img-box button {
	position: absolute;
	top: 120px;
	font-size: 50px;
	display: none;
}

#img-box #prev {
	left: 10px;
}

#img-box #next {
	right: 10px;
}

#img-box #ol li.active {
	background: #ddd;
}

/* end */

.tips-banner {
	display: none;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	padding: 30px;
	background: #f00;
	color: #fff;
}

.tips-banner a {
	color: #fff;
	text-decoration: underline;
}

.l-sec-1 {
	width: 440px;
	margin: 20px auto;
	border: 1px solid #ddd;
	background-color: #fff;
}

.l-sec-1 .body {
	padding: 20px 40px 40px 40px;
}

.l-sec-1 .head {
	height: 60px;
	border-bottom: 1px solid #ddd;
	background-color: #f5f5f5;
}

.l-sec-1 .head h3 {
	float: left;
	width: 50%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	text-align: center;
	color: #666;
	cursor: pointer;
}

.l-sec-1 .head h3.active {
	color: #38BBFF;
}

.box-item {
	padding: 20px;
	text-align: center;
}

.box-item h4 {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}

.box-item .txt1 {
	line-height: 24px;
	color: #38BBFF;
	font-size: 16px;
}

.box-item .txt2 {
	padding-top: 5px;
	color: #999;
	font-size: 14px;
	line-height: 18px;
}

.l-box {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 400px;
	height: 200px;
	margin: auto;
	padding-left: 120px;
	background: url('../images/suc.png') no-repeat left 10px;
}

.l-box .head {
	height: 48px;
	line-height: 48px;
	color: #7ABD54;
	font-size: 30px;
	font-weight: bold;
}

.l-box .body {
	height: 30px;
	line-height: 30px;
	color: #404040;
	font-size: 16px;
}

.l-box .body strong {
	color: red;
	margin-right: 3px;
	margin-left: 3px;
}

.l-box .foot {
	font-size: 14px;
	color: #666;
}

.l-box .foot a {
	color: #06c;
	margin-left: 5px;
}

.l-box .foot a:hover {
	color: #06c;
	text-decoration: underline;
}

/* stepbar */
.stepbar {
	width: 360px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

.stepbar .stepbar-list {
	height: 30px;
}

.stepbar .stepbar-list .step-item {
	float: left;
	position: relative;
	width: 120px;
	height: 30px;
	border-top: 5px solid #ccc;
}

/*actived 已访问状态*/
.stepbar .stepbar-list .actived {
	border-color: #caecb6;
}

/*actived 正在访问状态*/
.stepbar .stepbar-list .active {
	border-color: #7abd54;
}

/*actived 被拒绝驳回状态*/
.stepbar .stepbar-list .off {
	border-color: #f90;
}

.stepbar .stepbar-list .step-item .step-hd {
	position: relative;
	width: 120px;
	height: 30px;
}

.stepbar .stepbar-list .step-item .step-hd h4 {
	position: absolute;
	top: -45px;
	left: 0;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: normal;
	color: #999;
	font-size: 14px;
}

.stepbar .stepbar-list .actived .step-hd h4 {
	color: #caecb6;
}

.stepbar .stepbar-list .active .step-hd h4 {
	color: #7abd54;
}

.stepbar .stepbar-list .off .step-hd h4 {
	color: #f90;
}

.stepbar ul .step-item .step-hd .step-num {
	position: absolute;
	left: 50%;
	top: -15px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 25px;
	margin-left: -12px;
	background-image: url('../images/step_circle.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #fff;
	font-style: normal;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.stepbar .stepbar-list .actived .step-hd .step-num {
	background-position: 0 -25px;
}

.stepbar .stepbar-list .active .step-hd .step-num {
	background-position: 0 -50px;
}

.stepbar .stepbar-list .off .step-hd .step-num {
	background-position: 0 -75px;
}

.step2 .stepbar-list .step-item {
	width: 180px;
}

.step2 .stepbar-list .step-item .step-hd,
.step2 .stepbar-list .step-item .step-hd h4 {
	width: 180px;
}


.tab-box {
	position: absolute;
	left: 78%;
	margin-left: -144px;
	width: 288px;
	border-radius: 5px;
	background: #FFF;
	padding: 15px 30px 30px;
	margin-top: 100px;
	bottom: 50%;
	margin-bottom: -200px;
}

.reg-tab-box {
	left: 50%;
	bottom: auto;
}

.tab-box .head {
	height: 40px;
	border-bottom: 1px solid #c4c4c4;
}

.tab-box .head h3 {
	float: left;
	width: 50%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #666;
	text-align: center;
	cursor: pointer;
}

.tab-box .head h3.active {
	position: relative;
	top: 0;
	height: 39px;
	line-height: 39px;
	color: #333;
	border-bottom: 2px solid #38BBFF;
}

form .form-item {
	margin-top: 15px;
}

form .form-item p.error {
	padding-top: 5px;
	font-size: 12px;
	color: #fd5f39;
}

form .form-item2 {
	line-height: 20px;
	font-size: 14px;
}

form .form-item2 a:hover {
	text-decoration: underline;
}

form .form-item img {
	width: auto;
	height: 44px
}

.tab-box .foot {
	height: 40px;
	line-height: 40px;
}

.tab-box-b {
	border-top: 1px dotted #ddd;
	padding-top: 10px;
	margin-top: 10px;
}

.tab-box-b h3 {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
}

.tab-box-b .bd {
	padding-bottom: 20px;
}

/* form */
.w338 {
	width: 338px;
}

.w228 {
	width: 208px;
}

.w266 {
	width: 266px;
}

.w156 {
	width: 136px;
}

.ipt-txt {
	height: 30px;
	line-height: 30px;
	border: 1px solid #c4c4c4;
	font-size: 14px;
	color: #333;
	padding: 6px 10px;
}

.ipt-txt:focus {
	border-color: #38BBFF;
}

input.error {
	border-color: #ff4351;
	background-color: #FFF8F0;
}

input.error:focus {
	border-color: #ff4351;
	background-color: #FFF8F0;
}

input.ipt-check {
	margin-right: 5px;
	vertical-align: -2px;
}

.btn {
	display: block;
	height: 44px;
	line-height: 44px;
	border: 0;
	color: #fff;
	background: #999;
	font-family: 'Source Han Sans CN';
	text-align: center;
}

.btn-blue {
	background-color: #38BBFF;
}

.btn-blue:hover {
	background-color: #26B4FF;
}

.btn-dis,
.btn-dis:hover {
	background-color: #999;
	color: #fff;
	cursor: not-allowed;
}


/*footer*/
.footer {
	padding: 10px 0 10px 30px;
	line-height: 30px;
	font-size: 14px;
	color: #808080;
}

.reg-footer {
	text-align: center;
}

.footer span {
	padding-left: 15px;
}

.icon16 {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url('../images/icon16.png');
	background-repeat: no-repeat;
	vertical-align: -3px;
}

.icon16-phone {
	background-position: 0 0;
}

.active .icon16-phone {
	background-position: 0 -16px;
}

.icon16-email {
	background-position: 0 -32px;
}

.active .icon16-email {
	background-position: 0 -48px;
}

/* layer */
.clause-dialog {
	padding: 20px;
}

.clause-dialog h5 {
	font-size: 14px;
	color: #000;
	margin-bottom: 1em;
}

.clause-dialog p {
	margin-bottom: 10px;
}