﻿/* CSS Document */
.c-box{ display:block; background:url(../images/bg.jpg) #3489fc top right no-repeat; overflow: hidden;min-height: 850px;}
.c-box-main{ margin:0 auto; width:1200px;}
.c-box-main ul li{ float:left; margin-top:170px;display: grid;}
.c-box-main ul li.c1, .c-box-main ul li.c2{ width:27%;}
.c-box-main ul li.c3{ width:46%;}
.bjpg{ display:block; background:#ff581b; border-radius:5px; height:480px; text-align:center; margin:0 10px;}
.bjimg{ display:block;}
.bjimg img{ width:100%; height:auto;}
.bjpg h2{ font-size:36px; font-weight:bold; color:#fff; margin:50px auto 10px;}
.bjpg p{ font-size:18px; color:#fff; margin-bottom:20px;}
.bj-btn{ margin:0 auto; }
.bj-btn a{display:inline-block; border-radius:50px; padding:10px 60px; font-size:18px;background:#fff; color:#333; }
.bj-btn a:hover{background:#333; color:#fff; }

.dkcs{ display:block; background:#fff; border-radius:5px; height:480px; text-align:center; margin:0 10px;}
.dkcs-tit{ min-height:137px; border-bottom:1px solid #f0f0f0;}
.dkcs h2{ font-size:36px; font-weight:bold; color:#333; margin:50px auto 10px;}
.dkcs p{ font-size:18px; color:#999; margin-bottom:20px;}

.dkcs-con{ padding:20px; height: 240px;}
.bbox{ position: relative; display:block; text-align:left; font-size:18px;display: -webkit-box; margin-bottom:20px;}
.bbox .iconfont{ font-size:28px; color:#999;}
.bbox a{ position: absolute; top: 0; right: 0; margin-top: 10px; background:#ff581b ; border-radius:5px; padding:5px 10px; color:#fff; font-size:14px;}
.bbox a:hover{ background:#333 ; color:#fff;}

.mnsj{ display:block; background:#fff; border-radius:5px; height:480px; text-align:center; margin:0 10px;}
.mnsj-tit{ min-height:137px; border-bottom:1px solid #f0f0f0;}
.mnsj h2{ font-size:36px; font-weight:bold; color:#333; margin:50px auto 10px;}
.mnsj p{ font-size:18px; color:#999; margin-bottom:20px;}

.mnsj-con{ padding:20px; height: 240px; }
.dbox{ display:block; text-align:left; font-size:18px;display: -webkit-box; margin-bottom:20px; padding: 0 20px;}
.d-icon{ width: 50px;}
.d-icon i{ font-size: 48px;}
.d-con{}
.d-tit{ float: left; height: 38px; line-height: 48px;}
.d-tit i{ color: #ff581b; margin-left: 10px;}
.d-tit a.download{ color: #999; font-size: 16px;}
.d-tit a.download:hover{ color: #ff581b;}

.d-tit a.cback{ background: #ff581b; color: #fff; border-radius: 5px; padding: 5px 10px; font-size: 14px; margin-left: 20px;}
.d-tit a.cback:hover{ background: #333; color: #fff;}
.d-de{ font-size: 14px; color: #999;}
.blist-name{ width: 150px;
    color: #0e0e0e;
    line-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.slist-name{ float: left; width: 210px;
    color: #0e0e0e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


/*预约弹出框*/
.layui-layer-title{ font-size:16px; font-weight:bold;}
.submit-layer{ margin:0 auto; width:800px; height:450px; background:#fff; overflow:hidden;}
.sub-layer-l,.sub-layer-r,.sub-Privacy{ float:left; width:50%;}
.sub-layer-l{ height:450px;}
.sub-layer-l img{width: 100%;}
.sub-layer-r{}
.sub-Privacy p{ padding:20px 40px; color:#666;}
.sub-Privacy a{ color:#999; text-decoration:underline;}
.sub-Privacy a:hover{ color:#ff6600; text-decoration:underline;}

.sub-yy{ display:block; padding:20px 40px;}
.form-input{text-indent:50px;}
.form-control {
    display: block;
    width: 95%;
    padding: 6px 0;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-horizontal{
		background: #fff;
		border-radius: 15px;
	}
.form-horizontal .heading{
	display: block;
	font-size: 35px;
	font-weight: 700;
	padding: 35px 0;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 30px;
}
.form-horizontal .form-group{
	margin:20px 0;
	position: relative;
	width:100%;
	float:left;
}

.form-horizontal .form-control{
    background: #fff;
    border: 0;
	border-bottom:1px solid #e0e0e0;
	box-shadow: none;
	height: 50px;
	transition: all 0.3s ease 0s;
}
.form-horizontal .form-control:focus{
	background: #f0f0f0;
	box-shadow: none;
	outline: 0 none;
}
.form-horizontal .form-group i{
	position: absolute;
	top: 17px;
	left: 20px;
	font-size: 17px;
	color: #c8c8c8;
	transition : all 0.5s ease 0s;
}
.form-horizontal .form-control:focus + i{
	color: #00b4ef;
}
.form-horizontal .fa-question-circle{
	display: inline-block;
	position: absolute;
	top: 12px;
	right: 60px;
	font-size: 20px;
	color: #808080;
	transition: all 0.5s ease 0s;
}
.form-horizontal .fa-question-circle:hover{
	color: #000;
}
.form-horizontal .main-checkbox{
	float: left;
	width: 20px;
	height: 20px;
	background: #11a3fc;
	border-radius: 50%;
	position: relative;
	margin: 5px 0 0 5px;
	border: 1px solid #11a3fc;
}
.form-horizontal .main-checkbox label{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.form-horizontal .main-checkbox label:after{
	content: "";
	width: 10px;
	height: 5px;
	position: absolute;
	top: 5px;
	left: 4px;
	border: 3px solid #fff;
	border-top: none;
	border-right: none;
	background: transparent;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.form-horizontal .main-checkbox input[type=checkbox]{
	visibility: hidden;
}
.form-horizontal .main-checkbox input[type=checkbox]:checked + label:after{
	opacity: 1;
}
.form-horizontal .text{
	float: left;
	margin-left: 7px;
	line-height: 20px;
	padding-top: 5px;
	text-transform: capitalize;
}
.form-horizontal .btn{
	display:block;
	font-size: 16px;
	color: #fff;
	background: #3489fc;
	border-radius: 50px;
	padding: 10px 25px;
	border:1px solid #1f6fbf;
	text-transform: capitalize;
	transition: all 0.5s ease 0s;
	cursor:pointer;
	height:64px;
}
.form-horizontal .btn:hover{ background:#1f6fbf;}
.form-horizontal .m-b-35{ margin-bottom:35px;}


/*背景评估*/
.pinggu{ margin: 50px auto; width: 1200px; background: #fff; overflow: hidden;}
.pinggu-top, .pinggu-bottom{ display: block}
.pinggu-top{ background: #f1f7f7; padding: 50px 0;}
.pinggu-top h3{ text-align: center; font-size: 56px;  color: #333;}
.pinggu-top p{ text-align: center; font-size: 14px;  color: #999;}
.pinggu-bottom{ padding: 50px; padding-bottom: 150px;}
.process{ margin: 0 auto; width: 80%; overflow: hidden;}
.process ul li{ float: left; width: 16.5%; text-align: center; color: #999; position: relative;}
.process ul li:after{
	content: '';
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    height: 1px;
    position: absolute;
    bottom: 15px;
    background: #999;
	z-index: 10;
}
.process ul li.on{ color: #ff6600;}
.process ul li.on:after{
	content: '';
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    height: 1px;
    position: absolute;
    bottom: 15px;
    background: #ff6600;
	z-index: 10;
}
.process ul li i{ font-size: 20px; position: relative; z-index: 11;}

.s_contain { margin:20px auto; width: 80%; 
}
.s_step {
    margin: 0 auto;
	display: ;
}
.s_step ul{ overflow: hidden;}
.s_step ul li.stepname {
    padding: 10px 0;
}
.s_step ul li.stepname {
    font-size: 24px;
    width: 100%;
    display: block;
}
.process, .stepnum{ display: none;}
.s_step ul li {
    float: left;
    width: 50%;
    line-height: 40px;
    font-size: 14px;
}
.s_step ul li label{ display: block; border: 1px solid transparent; font-size: 16px; cursor: pointer; padding: 10px; color: #666;}
.s_step ul li label:hover{ border: 1px solid #ff6600;}
li.check{ background: #f1f7f7; }

.s_btn{ margin-top: 50px; overflow: hidden;}
.s_btn a{ display: block;  background: #ff6600; text-align: center; color: #fff; padding: 15px 0; border-radius: 50px; font-size: 24px; }
.s_btn a:hover{ background: #ff3300;}


@media screen and (max-width:640px){

    .c-box-main{ margin:0 auto; width:100%;}
    .c-box-main ul li{ margin-top:10px;}
    .c-box-main ul li.c1, .c-box-main ul li.c2{ width:100%;}
    .c-box-main ul li.c3{ width:100%;}

    .dbox {
        display: block;
        text-align: left;
        font-size: 18px;
        display: -webkit-box;
        margin-bottom: 30px;
        padding: 0;
    }
    .d-con {
        display: grid;
    }
    .d-tit, .d-de{ float: left;}
    .d-tit i {
        color: #ff581b;
        margin-left: 0;
    }
    .d-tit a.download{ float: left; line-height: 25px;margin-left: 20px;}
    .d-tit a.cback {
        float: left;
        display: table-cell;
        background: #ff581b;
        color: #fff;
        border-radius: 5px;
        padding: 5px 10px;
        font-size: 14px;
        margin-left: 0;
        line-height: 20px;
    }
    .mnsj {
        padding-bottom: 80px;}

    .d-tit span{ float: left; width: 100%; display: block; margin-top: 30px;}

 
    .sub-layer-l{ display: none;}
    .sub-layer-l,.sub-layer-r,.sub-Privacy{ float:left; width:100%;}

    .submit-layer {
        margin: 0 auto;
        width: 100%;
        height: 450px;
        background: #fff;
        overflow: hidden;
    }
	.layui-layer-content{ max-width: 0 20px;}
	


	/*背景评估*/
	.pinggu {
		margin: 0 auto;
		width: 100%;
	}
	.pinggu-top {
		background: #fff2e9;
		padding: 30px 20px;
	}
	.pinggu-top h3 {
		text-align: center;
		font-size: 36px;
		color: #333;
	}
	.pinggu-top p {
		text-align: left;
		font-size: 14px;
		color: #999;
	}
	.pinggu-bottom {
		padding: 30px 20px;
	}
	.process {
		margin: 0 auto;
		width: 100%;
		overflow: hidden;
	}
	.s_contain {
		margin: 20px auto;
		width: 100%;
	}
	.s_step ul li.stepname {
		font-size: 16px;
		font-weight: bold;
		width: 100%;
		display: block;
	}
	.s_step ul li {
		float: left;
		width: 100%;
		line-height: 40px;
		font-size: 14px;
	}
	.s_step ul li label {
		display: block;
		font-size: 16px;
		cursor: pointer;
		padding: 10px;
		color: #666;
	}
	.s_btn a{ display: block; float: none; text-align: center; }

	#topcontrol{ display: none}

}
