@CHARSET "UTF-8";
body {
	font-family: "Microsoft YaHei","Helvetica";
	font-size: 14px;
}
.head-bg {
	background: url(../images/head-bg.jpg) no-repeat center;
	height: 500px;
}
.head-shadow {
	width: 100%;
	background: url(../images/shadow.jpg) repeat-x;
	height: 7px;
}
@media (min-width: 1200px) {
	.container { padding-right: 95px;}
}
@media(min-width: 992px) and (max-width: 1199px) {
	.head-bg {
		background-size: auto 400px; 
		height: 400px;
	}
}
@media(min-width: 768px) and (max-width: 991px) {
	.head-bg {
		background-size: auto 350px; 
		height: 350px;
	}
}
@media(max-width: 767px) {
	.head-bg { height: auto;}
}

.head-text {
	margin-top: 60px;
	margin-bottom: 60px;
	font-size: 16px;
	line-height: 30px;
	color: #646464;
}
.head-text .title,
.head-text .title h1 {
	font-family: "Microsoft YaHei";
	font-size: 45px;
	line-height: 60px;
	color: #484848;
	margin: 0;
}

.lg-span-br, .xs-span-br { display: none;}
@media (min-width: 1200px) {
	.lg-span-br { display: inline!important;}
}
@media (min-width: 768px) {
	.xs-span-br { display: inline!important;}
}

@media (max-width: 767px) {
	.head-text {
		margin-top: 40px;
		margin-bottom: 30px;
		font-size: 14px;
		line-height: 26px;
	}
	.head-text .title,
	.head-text .title h1 {
		margin-bottom: 20px;
		font-size: 35px;
		line-height: 50px;
	}
}
.header-text p {
	font-size: 16px;
	font-family: "Microsoft YaHei";
	line-height: 30px;
	color: #646464;
}
.step-box { margin-bottom: 70px;}
.step-box .step-item { padding: 0;}
.step-box .step-item p {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #646464;
	margin-top: 18px;
	margin-bottom: 0;
}
.step-box .sprite { margin-bottom: 30px;}
@media (min-width: 992px) and (max-width: 1199px) {
	.step-box .step-item img.hidden-xs { width: 71px;}
	.step-box .bbth {
		height: 265px;
		float: right;
	}
}
@media (max-width: 991px) {
	.step-box .step-item p {
		font-size: 14px;
		line-height: 26px;
	}
	.step-box .bbth {
		height: 216px;
		float: right;
	}
	.step-box .bbth2 { margin-top: 30px;}
	.step-box .step-item img.hidden-xs { width: 54px;}
}

.bbcont .bbcont-htitle,
.bbcont .bbcont-htitle h1 {
	font-family: "Microsoft YaHei";
	font-size: 35px;
	line-height: 60px;
	color: #484848;
	margin-top: 20px;
	margin-bottom: 30px;
}
.bbcont .bbcont-vtitle {
	width: 80px;
	height: 409.6px;
	background-color: #5381d7;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	font-size: 35px;
	line-height: 80px;
	text-align: center;
	letter-spacing: 5px;
	float: left;
}
.bbcont .bbcont-imgbox {
	display: block;
	float: left;
	width: 100%;
	padding: 0 22.5px;
	position: relative;
	margin-bottom: 57px;
}
.bbcont .bbcont-imgbox .item { padding: 0 7.5px}
.bbcont-imgbox .img-box {
	border: 2px solid #afafaf;
	border-bottom: none;
}
.bbcont-imgbox .img-box img { width: 100%;}
.bbcont-imgbox .text-box {
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background-color: #5381d7;
	margin-bottom: 15px;
}
@media (min-width: 1200px) {
	.bbcont .bbcont-imgbox { width: 960px;}
	.bbcont-imgbox .change-pos {
		position: relative;
		left: 96px;
	}
	.bbcont .bbcont-vtitle { 
		position: relative;
		left: -315px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.bbcont .bbcont-imgbox { width: 875px;}
	.bbcont-imgbox .change-pos {
		position: relative;
		left: 96px;
	}
	.bbcont .bbcont-vtitle { 
		position: relative;
		height: 379.1px;
		left: -286.66px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bbcont .bbcont-vtitle { height: 630px;}
	.bbcont .bbcont-imgbox { width: 655px;}
}



.blue-bg {
	background-color: #1e528e;
	padding-top: 60px;
	padding-bottom: 70px;
}
.blue-bg h1 {
	font-size: 36px;
	margin: 0;
	line-height: 36px;
	color: #fff;
	font-family: "Microsoft YaHei";
	text-align: center;
}
.form-horizontal { padding-top: 47px;}
.form-horizontal .control-label {
	padding: 0;
	color: #1e528e;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: normal;
}
.form-horizontal .control-label .bg { background-color: #f2df3a;}
.form-horizontal .form-control {
	height: 50px;
	line-height: 50px;
	border: none;
	outline: none;
	border-radius: 0;
	box-shadow: none;
	font-size: 16px;
}
.form-horizontal .form-control.error,
.form-horizontal .form-control.error,
.form-horizontal .form-control.error {
	color: #f00;
}
.form-group { margin-bottom: 25px;}
.form-group .margins { margin-bottom: 25px;}
.form-group .type1 { padding-right: 0;}
.form-group .type2 {
	padding: 0;
	padding-left: 5px;
	color: #fff;
	line-height: 50px;
	font-size: 18px;
}
.form-group .type1.le2 { padding: 0;}
.input-group-addon {
	border-radius: 0;
	border: none;
	color: #1e528e;
	font-size: 18px;
}
.input-group-addon.level1 { background-color: #52f0b6;}
.input-group-addon.level2 { background-color: #1cd9ea;}
.input-group-addon.level3 { background-color: #47a8fb;}
.form-group .type1 .form-control { border-left: 1px solid #1e528e;}

.area-row { margin: 0 -9px;}
.area-item { 
	padding: 0 9px;
	position: relative;
}
.area-item span.caret {
	position: absolute;
    margin-left: 0;
	border-top: 7px solid #afafaf;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    top: 22px;
    right: 18px;
}
.form-horizontal .form-control[readonly] {
	background-color: #fff;
	cursor: pointer;
}
.area-item .data-list {
	width: 90%;
	position: absolute;
	z-index: 100;
	display: none;
	background-color: #fff;
	list-style: none;
	margin-top: 5px;
	padding: 10px 0;
    
}
.area-item .data-list>li {
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	text-align: center;
	cursor: pointer;
}
.area-item .data-list>li:hover { background-color: #ddd;}

.select-bg {
	line-height: 22px;
	padding: 9px 0;
}
@media(min-width: 768px) {
	.hidden-xs { display: inline;}
}

.form-horizontal .checkbox-inline {
	font-family: "simsun";
	font-size: 14px;
	padding-top: 0;
	color: #fff;
	line-height: 24px;
	padding-left: 15px;
	margin-right: 12px;
}
.checkbox-inline+.checkbox-inline { margin-left: 0;}
.form-horizontal input[type="checkbox"] {
	margin-top: 5px;
	margin-left: -15px;
}
.chkgroup {
	position: relative;
	top: -4px;
}
@media (max-width: 991px) {
	.form-horizontal .control-label { font-size: 16px;}
	.form-group .type2,
	.input-group-addon {
		font-size: 16px;
	}
	.area-item.mapaddr { margin-top: 25px;}
}
@media (max-width: 767px) {
	.blue-bg {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.blue-bg h1 {
		font-size: 21px;
		line-height: 36px;
	}
	.form-horizontal { padding-top: 27px;}
	.form-group .margins, .form-group { margin-bottom: 20px;}
	.form-horizontal .control-label {
		font-size: 12px;
		padding: 0 0 0 15px;
		height: 40px;
		line-height: 40px;
	}
	.form-horizontal .form-control {
		height: 40px;
		line-height: 16px;
		font-size: 12px;
	}
	.form-group .type2,
	.input-group-addon {
		font-size: 12px;
	}
	.form-group .type2 { line-height: 40px;}
	.form-group .type1.le2 { padding-left: 15px;}

	.area-item span.caret { 
		border-top: 4px solid #afafaf;
	    border-right: 4px solid transparent;
	    border-left: 4px solid transparent;
		top: 18px;
	}
	.chkgroup { top: 0;}
}
.dash-line {
	height: 25px;
	border-bottom: 2px dashed #d6dce6;
	margin-left: -15px;
	margin-bottom: 46px;
}
.solid-line {
	height: 25px;
	border-bottom: 2px solid #fff;
	margin-left: -15px;
	margin-bottom: 46px;
}
.subBtn {
	height: 52px;
	background-color: #eb6b5c;
	border: none;
	border-radius: 0;
	outline: none;
	padding-left: 24px;
	padding-right: 24px;
	font-size: 24px;
	color: #fff;
}
@media (max-width: 767px) {
	.dash-line,
	.solid-line {
		height: 10px;
		margin-left: 0;
		margin-bottom: 30px;
	}
	.subBtn {
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}
}

.contact {
	padding-top: 60px;
	padding-bottom: 70px;
}
.contact h1 {
	font-family: "Microsoft YaHei";
	font-size: 36px;
	line-height: 36px;
	margin: 0;
	color: #484848;
	text-align: center;
}
.contact .row { margin-top: 40px;}
.contact .item img {
	position: relative;
	float: left;
	margin-right: 20px;
	top: 3px;
}
.contact .item p {
	margin-bottom: 0;
	line-height: 30px;
	font-size: 16px;
	color: #484848;
}
.contact .item p.title {
	font-size: 20px;
	line-height: 34px;
}
.contact .lead-b p.title { margin-top: 15px;}
.contact .item p em.len05 {
	display: inline-block;
	width: 0.5em;
}
.contact .item p em.len2 {
	display: inline-block;
	width: 2em;
}
@media (max-width: 991px) {
	.contact .lead-b { margin-top: 30px;}
}
@media (max-width: 767px) {
	.contact .item img {
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
	.contact .item p {
		line-height: 30px;
		font-size: 14px;
	}
	.contact .item p.title {
		font-size: 18px;
		line-height: 34px;
	}
}

.footer {
	background-color: #1e528e;
	padding: 35px 0;
}
.footer ul,
.footer p,
.footer a {
	margin: 0;
	color: #fff;
	line-height: 26px;
	font-family: "宋体";
	font-size: 14px;
}
@media (max-width: 767px) {
	.footer ul,
	.footer p,
	.footer a {
		line-height: 24px;
		font-size: 12px;
	}
}

#fullbg {
    background-color: gray;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    z-index: 3;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

#dialog {
    background-color: #fff;
    border: 5px solid rgba(0,0,0, 0.4);
    height: 260px;
    left: 50%;
    margin: -200px 0 0 -200px;
    padding: 1px;
    position: fixed !important; /* 浮动对话框 */
    position: absolute;
    top: 50%;
    width: 400px;
    z-index: 5;
    border-radius: 5px;
    display: none;
}

    #dialog p {
        margin: 0 0 12px;
        height: 24px;
        line-height: 24px;

    }

        #dialog p.close {
            text-align: right;
            padding-right: 10px;
        }

            #dialog p.close a {
                color: #fff;
                text-decoration: none;
            }
#pyanzheng{
    color:red;
    font-size:22px;
}
.succ{
    text-align: center;
    line-height: 40px;
    padding-top: 50px;
}
.succp{
    font-size:22px;
}