@charset "utf-8";
body{background-color: #f3f3f3;}
/* 政策申报的好处 */
.benefit_box_big{
	width: 86%;
	background-color: #fff;
	margin: auto;
	box-shadow: 0px 4px 16px 0 rgba(0,0,0,.2);
	margin-top: 20px;
	padding: 0 3% 20px 3%;
	border-radius: 7px;
}
.benefit_title {
	padding: 15px 0;
	text-align: center;
}

.benefit_title  > span{
	font-size: 18px;
	color: #333333;
	padding-left: 20px;
	position: relative;
	font-weight: bold;
}
.benefit_title  > span ::before{
	position: absolute;
	content:"";
	width: 14px;
	height: 17px;
	display: block;
	background-image: url(../images/index/logo_icon.png);
	background-repeat: no-repeat;
	left: 0;
	top: 5px;
}
.benefit_title > h6{
	font-size: 12.5px;
	color: #666666;
	font-weight: normal;
	margin-top: 5px;
}
/* 好处的内容 */
.benefit_ctn_box{
	overflow: hidden;
}
.benefit_ctn_box > li{
	float: left;
	width: 25%;
	margin-top: 20px;
}
.benefit_ctn_box > li > a{
	display: block;
	padding: 0 5px;
}
.benefit_ctn_box > li > a > i{
	width: 32px;
	height: 32px;
	display: block;
	background-image: url(../images/index/Top_icon1.png);
	background-size: 100%;
	margin: auto;
}
.benefit_ctn_box > li:nth-child(1) > a > i{
	background-image: url(../images/policy/policy1.jpg);
}
.benefit_ctn_box > li:nth-child(2) > a > i{
	background-image: url(../images/policy/policy2.jpg);
}
.benefit_ctn_box > li:nth-child(3) > a > i{
	background-image: url(../images/policy/policy3.jpg);
}
.benefit_ctn_box > li:nth-child(4) > a > i{
	background-image: url(../images/policy/policy4.jpg);
}
.benefit_ctn_box > li:nth-child(5) > a > i{
	background-image: url(../images/policy/policy5.jpg);
}
.benefit_ctn_box > li:nth-child(6) > a > i{
	background-image: url(../images/policy/policy6.jpg);
}
.benefit_ctn_box > li:nth-child(7) > a > i{
	background-image: url(../images/policy/policy7.jpg);
}
.benefit_ctn_box > li:nth-child(8) > a > i{
	background-image: url(../images/policy/policy8.jpg);
}
.benefit_ctn_box > li > a > h6{
	font-size: 14px;
	color: #333333;
	text-align: center;
	font-weight: normal;
	margin-top: 10px;
}
/* 品牌资质 */
.qualifications_ctn_box{
	overflow: hidden;
}
.qualifications_ctn_box > li{
	width: 48%;
	float: left;
	margin-bottom: 12px;
}
.qualifications_ctn_box > li > a{
	width: 80%;
	background-color: #fcf3f3;
	display: block;
	padding: 20px 10% 15px 10%;
}
.qualifications_ctn_box > li:nth-child(odd){
	margin-right: 4%;
}
.qualifications_ctn_box > li > a > h5{
	height: 40px;
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.qualifications_ctn_box > li > a > ul > li{
	font-size: 12.5px;
	color: #999999;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.qualifications_ctn_box > li > a > ul > li > span{
	font-size: 14px;
	color: #e93030;
	margin-right: 8px;
}
.qualifications_ctn_box > li > a > p{
	width: 84px;
	height: 20px;
	position: relative;
	border:1px solid #f65252;
	color: #e43d3d;
	border-radius: 30px;
	font-size: 12.5px;
	text-align: center;
	line-height: 20px;
	margin-top: 20px;
}
.qualifications_ctn_box > li > a > p::after{
	position: absolute;
	content:"";
	width: 5px;
	height: 7px;
	background-image: url(../images/policy/into.png);
	right: 8px;
	top: 7px;
	background-size: 100%;
}
.qualifications_ctn_box > li > a > p > span{
	margin-left: 5px;
}
.Load_more_box > p{
	width: 94px;
	height: 32px;
	border:1px solid #dbdbdb;
	border-radius: 30px;
	font-size: 14.5px;
	color: #666666;
	text-align: center;
	line-height: 32px;
	margin: auto;
	cursor: pointer;
	margin-top: 10px;
}
/* 服务流程 */
.process_box_big{
	width: 92%;
	background-color: #fff;
	margin: auto;
	box-shadow: 0px 4px 16px 0 rgba(0,0,0,.2);
	margin-top: 20px;
	border-radius: 7px;
}
.process_title{
	border-bottom: 1px solid #dbdbdb;
}
.process_ctn_box {
	overflow: hidden;
}
.process_ctn_box > li{
	width: 50%;
	float: left;
	position: relative;
	border-bottom: 1px solid #dbdbdb;
	padding: 20px 0 30px 0;
}
.process_ctn_box > li:nth-child(odd)::after{
	position: absolute;
	content:"";
	width: 20px;
	height: 20px;
	background-image: url(../images/policy/arrow.jpg);
	background-size: 100%;
	right: -10px;
	top: 50px;
}
.process_ctn_box > li:last-child::after{
	width: 0px;
}
.process_ctn_box > li > div{
	width: 64px;
	margin: auto;
}
.process_ctn_box > li > div > i{
	width: 40px;
	height: 40px;
	display: block;
	background-size: 100%;
	margin: auto;
}
.process_ctn_box > li > div > p{
	font-size: 12.5px;
	color:#333;
	text-align: center;
	margin-top: 10px;
}
.process_ctn_box > li:last-child{
	width: 50%;
	float: left;
	margin-left: 25%;
}
/* 专家团队 */
.team_ctn_box{
	width: 100%;
	position: relative;
}
.team_ctn_box > img{
	width: 100%;
}
.team_txt_box{
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	margin: auto;
}
.team_txt_box > h5{
	font-size: 16.5px;
	color: #fff;
	text-align: center;
}
.team_txt_box > h5 > span{
	color: #d71e1e;
}
.team_txt_box > p{
	font-size: 9px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}
/* 常见问题 */
.problem_ctn_box{
	overflow: hidden;
}
.problem_ctn_box > li{
	width: 49.8%;
	float: left;
	border-top: 1px solid #dbdbdb;
}
.problem_ctn_box > li:nth-child(odd){
	border-right: 1px solid #dbdbdb;
}
.problem_ctn_box > li > a{
	width: 90%;
	padding: 0 5%;
	display: block;
	padding-bottom: 14px;
}
.problem_label{
	width: 22px;
	height: 25px;
	background-color: #ee3745;
	color: #fff;
	font-size: 12.5px;
	line-height: 25px;
	text-align: center;
	border-radius: 0 0 5px 5px;
	font-weight: bold;
}
.problem_ctn_box > li > a > h5{
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	margin-top: 7px;
	margin-bottom: 15px;
}
.problem_ctn_box > li > a > h6{
	height: 38px;
	font-size: 12.5px;
	color: #666666;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.5;
	font-weight: normal;
}
.problem_ctn_box > li > a > p{
	font-size: 12.5px;
	color: #ee3745;
	margin-top: 10px;
}
/* 热门政策 */
.hot_policy_ctn{
	padding: 0 5%;
}
.hot_policy_ctn > li > a{
	display: block;
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #d5d5d5;
}
.hot_policy_ctn > li:last-child > a{
	border-bottom: 0px solid #d5d5d5;
}
.hot_policy_ctn > li > a > h5{
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}
.hot_policy_ctn > li > a > h6{
	height: 38px;
	font-size: 12.5px;
	color: #999999;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.5;
	font-weight: normal;
	margin: 10px 0 5px 0;
}
.hot_policy_ctn > li > a > p{
	font-size: 11px;
	color: #999999;
	text-align: right;
}

/* 版权信息 */
.Copyright_box_big{
	font-size: 12.5px;
	background-color:  rgba(163, 95, 95, 0);
	padding-top: 0px;
	margin-top: 25px;
}

