/* CSS Document */

.hide {display: none;}
.content {
	width: 1080px;
	margin: 0 auto;
}
.content:after { 
	content:"."; 
	display:block; 
	clear:both; 
	height:0;
	overflow:hidden;
}
.publicPop {
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 9999;
	font-family: "Microsoft YaHei","微软雅黑";
	background: url("../images/pc/pop/filter_bg.png");
}
.publicPop .popContainer {
	position: absolute;
	width: 88%;
	left: 50%;
	top: 50%;
	background: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.publicPop .popContainer .closeBtnItem {
	width: 15px;
    height: 15px;
	background: url("../images/pc/pop/closeBtn.png") no-repeat center;
	background-size: 15px auto;
	position: absolute;
	right: 5px;
	top: 5px;
}

/*表单弹出层*/
.form_pop .header_ele {
    padding: 20px 0;
	border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
}
.form_pop .header_ele h1 {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
}
.form_pop ul {
    padding: 20px 25px;
}
.form_pop ul .input-item {
    background: #f2f3f8;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #25262c;
    margin: 0 0 12px 0;
    width: 100%;
}
.form_pop .input-btn {
    width: 100%;
    height: 36px;
    background: #ffcc19;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    font-size: 14px;
    color: #fdf9db;
}
.form_pop .input-btn:active {
    opacity: 0.8;
}
.form_pop .alert_text {
    font-size: 12px;
    color: #999;
    padding: 0 0 20px 0;
}
.form_pop .alert_text span {
    color: #ffcc19;
}
.form_pop .gradient {
    background: -moz-linear-gradient(left, #45a879 0%, #50bd89 100%);
    background: -webkit-linear-gradient(left, #45a879 0%,#50bd89 100%);
    background: -o-linear-gradient(left, #45a879 0%,#50bd89 100%);
    background: -ms-linear-gradient(left, #45a879 0%,#50bd89 100%);
    background: linear-gradient(to right, #45a879 0%,#50bd89 100%);
}
.form_pop .gradient01 {
    background: #45a879;
	/*background: -moz-linear-gradient(top, #e1c180 0%, #d19e5d 100%);
    background: -webkit-linear-gradient(top, #e1c180 0%,#d19e5d 100%);
    background: -o-linear-gradient(top, #e1c180 0%,#d19e5d 100%);
    background: -ms-linear-gradient(top, #e1c180 0%,#d19e5d 100%);
    background: linear-gradient(to bottom, #e1c180 0%,#d19e5d 100%);*/
}

/*调研弹出层*/
.form_pop .radio-group {
	padding: 20px;
}
.form_pop .radio-group .tit {
	font-size: 14px;
	color: #333333;
	line-height: 20px;
}
.form_pop .radio-box {
	padding: 6px 0 0 0;
}
.form_pop .radio-box .radio-item {
	padding: 0 0 0 22px;
	background: url("../images/pc/pop/cpb/radio.png") no-repeat left center;
	margin: 0 15px 15px 0;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	cursor: pointer;
}
.form_pop .radio-box span.active {
	background: url("../images/pc/pop/cpb/radio_active.png") no-repeat left center;
}


/*banner*/
.banner {
    height: 545px;
    overflow: hidden;
}
.banner .swiper-slide a {
    display: block;
    height: 545px;
}
.swiper-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px !important;
    background: none;
    border: solid 1px #d19d5c;
    cursor: pointer;
    opacity: 1;
}
.swiper-container .swiper-pagination-bullet-active {
    background: #d19d5c;
}
.swiper-container .swiper-pagination {
    bottom: 26px;
}
.banner .gradient{
    background: #ffc571;
}
.banner .content {
    height: 0;
    z-index: 10;
	width: 1200px;
}
.banner .content .form-box {
    width: 280px;
    height: 350px;
    background: #fff;
    right: 0;
    top: 100px;
    overflow: hidden;
}
.banner .content .form-box .title {
    height: 90px;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
}
.banner .content .form-box .title p {
    padding: 16px 0 0 0;
}
.banner .content .form-box .alt-txt {
	font-size: 12px;
	color: #999999;
	line-height: 20px;
	padding: 12px 0 0 0;
}
.banner .content .form-box .alt-txt span {
	color: #ffcc19;
}
.banner .form_ele {
    padding: 46px 27px 0 27px;
}
.banner .form_ele .input-item {
    width: 100%;
    height: 36px;
    font-size: 14px;
    color: #212121;
    background: #f2f3f8;
    margin: 0 0 12px 0;
    text-align: center;
}
.banner .form_ele .submit-btn {
    width: 100%;
    height: 36px;
    margin: 12px 0 0 0;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    font-size: 14px;
    color: #333333;
    background: #ffc571;
}
.banner .form_ele .submit-btn:hover {
    opacity: 0.8;
}




