/*faqs*/
#about {
	margin-top: 40px;
}

#about .about-menu.kfzx {
	background-color: #fff;
	height: auto;
}

#about .about-menu.kfzx .menu-box {
	padding-top: 40px;
}

#about .about-menu.kfzx .menu-box ul li a {
	color: #a3a3a3;
}

#about .about-menu.kfzx .menu-box>ul>li>a {
	font-weight: bold;
}

#about .about-menu.kfzx .menu-box>ul>li>a.active,

#about .about-menu.kfzx .menu-box>ul>li>a:hover {
	background-color: unset;
}

#about .about-menu.kfzx .menu-box>ul>li>a::after {
	color: #a3a3a3;
}

#about .about-menu.kfzx .menu-box>ul>li .child-menu a.active,

#about .about-menu.kfzx .menu-box>ul>li .child-menu a:hover {
	background-color: #FE552E;
	color: #fff;
}

.about-box .faq-box .list {
	border: 1px solid #eee;
}

.about-box .faq-box .list .top {
	background-color: #fff;
	padding: 15px 30px;
	position: relative;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

.about-box .faq-box .list.active .top {
	background-color: #FE552E;
}

.about-box .faq-box .list .top .tit {
	font-size: 14px;
	color: #a3a3a3;
	font-family: "Gbold";
	line-height: 25px;
	width: 85%;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

.about-box .faq-box .list .top .aniu {
	font-size: 14px;
	position: absolute;
	top: 20px;
	right: 20px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	color: #a3a3a3;
}

.about-box .faq-box .list.active .top .tit,
.about-box .faq-box .list.active .top .aniu {
	color: #fff;
}

.about-box .faq-box .list .bottom {
	padding: 30px;
	display: none;
	font-size: 14px;
	line-height: 25px;
	color: #a3a3a3;
}

.about-box .pp-box {
	overflow: hidden;
	margin-top: 25px;
}

.about-box .pp-box .list {
	float: left;
	width: 25%;
	padding: 0 8px;
	font-size: 14px;
	color: #666666;
	margin-bottom: 55px;
	text-align: center;
}

.about-box .pp-box .list p {
	margin-top: 15px;
}

.about-box .about-txt {
	font-size: 14px;
	line-height: 25px;
	color: #666666;
}

.about-box .tsjy-box .list {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.about-box .tsjy-box .list:nth-child(3) {
	margin-right: 0;
}

.about-box .tsjy-box input.txt {
	padding: 0px 15px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	width: 100%;
	display: block;
	outline: unset;
	border: 0;
	border: 1px solid #eee;
}

.about-box .tsjy-box .list label {
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
	color: #979797;
}

.about-box .tsjy-box textarea {
	margin-bottom: 2%;
	width: 100%;
	padding: 15px 15px;
	outline: unset;
	border: 0;
	border: 1px solid #eee;
}

.about-box .tsjy-box .text-box label {
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
	color: #979797;
}

.about-box .tsjy-box .inp-sub {
	font-size: 16px;
	display: block;
	width: 180px;
	height: 37px;
	line-height: 37px;
	border-radius: 10px;
	margin-right: 0;
	margin-left: auto;
	background-color: #FE552E;
	color: #fff;
	outline: unset;
	border: 0;
	border: 1px solid #FE552E;
}