
/* 改版加表单增加的CSS */
.banner_box{
	width: 100%;

}
.banner_box > img{
	width: 100%;
	margin: auto;
}
.increase_AD_BOX{
	position: relative;
	width: 100%;
	margin-top: 15px;
	padding: 45px 0 40px 0;
}
.increase_AD_BOX3{
	padding: 25px 0 30px 0;
}
.increase_AD_BOX > h5{
	font-size: 24px;
	color: #f8df0f;
	text-align: center;

	font-weight: bold;
	padding: 0 0 10px 0;
}
.increase_AD_BOX > h6{
	width: 90%;
	/* padding: 15px;
	background-color: rgba(255,255,255,0.2) !important; */
	margin: auto;
	/* border-radius: 50px;
	border:1px solid #fff; */
	font-size: 24px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-weight: bold;
}



.form_box_big{
	width: 86%;
	margin: auto;
	overflow: hidden;
	margin-top:30px;
}
.form_box_big2{
	margin-top: 25px;
}
.form_box_big > .input_box{
	float: left;
	width: 33%;
}

.form_box_big > .input_box > input{
	width: 100%;
	height: 36px;
	background-color: #fff;
	padding: 0 15px;
	color: #181818;
	font-size: 16px;
}
.telephone_input_box{
	margin-left: 1px;
}
.enterprise_name_input > input{
	border-radius: 8px 0 0 8px;
}
.form_box_btn{
	float: left;
	width: 33.33%;
	height: 36px;
	background-image: url(../images/productInfo/top_line.png);
	color: #fff;
	outline: none;
	margin: 0;
    padding: 0;
	border: 1px solid transparent; 
	list-style-type:none;
	font-size: 16px;
	border-radius: 0 8px 8px 0;
}

/* 相关政策 */
.Related_policies_box{
	margin-top: 15px;
	margin-bottom: 30px;
}
.Related_policies_box > dt{
	position: relative;
	font-size: 18px;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 15px;
}
.Related_policies_box > dt::before{
	content: "";
	position: absolute;
	width: 4px;
	height: 16px;
	background-color: #228cf0;
	top: 6px;
	left: 0;
}
.Related_policies_box > dd{
	overflow: hidden;
	margin-bottom: 8px;
}
.Related_policies_box > dd > a{
	display: block;
	float: left;
	max-width: 90%;
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.Related_policies_box > dd > .policies_time{
	float: right;
	font-size: 14px;
	color: #666666;
}
/* 百万奖励金表单 */
.reward_box_big{
	padding-bottom: 30px;
}
.reward_box_big > h5{
	font-size: 30px;
	color: #f8df0f;
	text-align: center;
	padding: 20px 10px 15px 15px;
	font-weight: bold;
}
.reward_box_big > h6{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 0 0 26px 0;
}
.reward_box_big > .input_box{
	width: 86%;
	margin: auto;
}
.reward_box_big > .input_box > input{
	width: 100%;
	background-color: #fff;
	padding: 0 5%;
	height: 36px;
	font-size:16px;
	color: #181818;
	border-radius: 8px;
}
.reward_enterprise_name > input{
	margin-bottom: 15px;
}
.reward_btn_box{
	width: 86%;
	height: 36px;
	background-image: url(../images/productInfo/top_line.png);
	color: #fff;
	outline: none;
    padding: 0;
	border: 1px solid transparent; 
	list-style-type:none;
	font-size: 16px;
	margin: auto;
	border-radius: 8px;
	margin-top: 15px;
	display: block;
}

/* 在线咨询 */
.Online_consultation_box{
	display: block;
	position: absolute;
	width: 89px;
	height: 32px;
	background-image: url(../images/productInfo/top_line.png);
	right: 0;
	top: 26px;
	border-radius: 50px 0 0 50px;
}
.Online_consultation_box > i{
	float: left;
	width: 18px;
	height: 18px;
	background-image: url(../images/productInfo/consulting.png);
	margin: 7px 0 0 10px;

}
.Online_consultation_box > p{
	font-size: 12px;
	color: #fff;
	float: left;
	line-height: 32px;
	margin-left: 6px;
}

@media only screen and (max-width: 770px) {  
  /* 改版政策的手机端 */
.topNav{
	margin-top: 0;
}
.policyInfo_ctn_left{
	border-top: 0px solid #e3e3e3;
}
.Online_consultation_box{
	top: 0;
	border-radius: 0px 0 0 8px;
}
.increase_AD_BOX{
  width: 92%;
  margin: auto;
  margin-top: 20px;
  border-radius: 4px;
}
.increase_AD_BOX > h5{
	width: 90%;
	margin: auto;
	font-size: 20px;
	line-height: 1.5;
}
.increase_AD_BOX > h6{
	overflow: visible;
	white-space: inherit;
	font-size: 20px;
	line-height: 1.5;
}
.increase_AD_BOX{
	padding: 45px 0 30px 0;
}

.form_box_big > .input_box{
	width: 100%;
	margin-bottom: 10px;
}
.form_box_btn{
	width: 100%;
}
.form_box_big > .input_box > input{
	border-radius: 4px;
}
.form_box_btn{
	border-radius: 4px;
	margin-top: 10px;
}

/* 推荐政策 */
.Related_policies_box{
	margin-top: 20px;
}
.Related_policies_box > dd{
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 15px;
}
.Related_policies_box > dd > a{
	width: 100%;
	max-width: 100%;
	float: none;
	font-size: 17px;
	color: #666666;
	overflow: visible;
	white-space: inherit;
	line-height: 1.7;
}
.Related_policies_box > dd > .policies_time{
	float: right;
	font-size: 17px;
	color: #666666;
	margin-top: 10px;
}
.details_title{
	margin-top: 0;
	padding-top: 20px;
	margin-bottom: 20px;
}
.ctn_left_box{
	margin-top: 20px;
}
.right_recommend_box_da_big{
	padding: 0;
}
.right_recommend_box_da {
	border-top: 0px solid #1c78cd;
}
.right_information_box{
	margin-top: 5px;
}
.list_product_content > ul > li{
	float: left;
	width: 48.5%;
}
.list_product_content > ul > li:nth-child(odd){
	margin-right: 3%;
}
.list_product_content > ul > li > a{
	padding: 15px 10px 10px 10px;
}
.list_product_switch > dd:nth-child(1){
	margin-right: 15px;
}
.list_product_content > ul > li > a > h4{
	height: 54px;
	font-size: 16px;
	overflow: visible;
	white-space: inherit;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.list_product_content > ul > li > a > ul > li{
	font-size: 14px;
	color: #999;
}
.swiper-container{
	padding-bottom: 4px;
}
.policyInfo_ctn_box{
	margin-bottom: 0;
}

.list_product{
	position: relative;
	padding-left: 15px;
}
.list_product::before{
	content: "";
	position: absolute;
	width: 4px;
	height: 15px;
	background-color: #228cf0;
	top: 6px;
	left: 0;

}
}