@charset "utf-8";

/*产品列表*/
.product_list {
	padding: 0 5px;
}

.product_list ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.product_list li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 12px;
	background: #fff;
	position: relative;
}

.product_list li:nth-child(2n) {
	margin-right: 0;
}

.product_list li a {
	display: block;
	overflow: hidden;
}

.product_list li .pic img {
	display: block;
	width: 100%;
}

.product_list li .title {
	margin-top: 10px;
	margin-bottom: 4px;
	color: #565656;
	font-size: 13px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*列表分页*/
.pageList {
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.pageList li {
	display: inline-block;
}

.pageList .active span {
	font-weight: bold;
	display: inline-block;
	background: #2040BB;
	color: #fff !important;
	border: 1px solid #2040BB;
	padding: 4px 8px;
	line-height: 21px;
}

.pageList a,
.pageList span {
	border: 1px solid #E9E9E9;
	padding: 4px 8px;
	margin-right: 4px;
}


/*详情页*/
.details {
	padding: 0 20px;
}

.details_header {
	text-align: center;
	padding: 30px 0;
}

.details_title {
	font-size: 17px;
	color: #444;
}

.details_info {
	color: #c1c1c1;
	font-size: 13px;
	margin-top: 4px;
}

.details_info span {
	padding: 0 10px;
}

.details_Etitle {
	color: #999;
	font-size: 12px;
}

.details_body {
	font-size: 14px;
	line-height: 26px;
	color: #aaa;
	padding-bottom: 10px;
}

.details_body img {
	height: auto !important;
}

.pagepre {
	border-top: 1px solid #ddd;
	padding: 8px 10px;
	margin-top: 10px;
	color: #666;
}

.pagepre p {
	padding: 5px 0;
	line-height: 1.5;
}

.pagepre a {
	color: #666;
}

/*产品详情页*/
.product_details_pic .swiper-slide img {
	display: block;
	width: 100%;
}

.product_details_pic .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	opacity: 1;
	background: #ddd;
	border-radius: 50%;
}

.product_details_pic .swiper-pagination-bullet-active {
	background: #a5a5a5;
}

.product_details_pic .swiper-button-prev,
.product_details_pic .swiper-button-next {
	width: 24px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	background: rgba(0, 0, 0, .6);
	margin-top: -25px;
	color: #fff;
}

.product_details_pic .swiper-button-prev:focus,
.product_details_pic .swiper-button-next:focus {
	outline: 0;
}

.product_details_pic .swiper-button-prev:before {
	content: "\e63e";
}

.product_details_pic .swiper-button-next:before {
	content: "\eeaa";
}

.product_details_pic .swiper-button-prev:hover,
.product_details_pic .swiper-button-next:hover {
	background: rgba(230, 141, 55, .6);
}

.product_details_info {
	padding: 20px 4%;
	background: #efefef;
}

.product_details_desc {
	margin-top: 20px;
	font-size: 13px;
	line-height: 22px;
	color: #777;
}

.product_details_mbtn {
	padding: 16px 0;
}

.product_details_mbtn a {
	display: block;
	float: left;
	margin-right: 16px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #d6d6d6;
	text-align: center;
	color: #666;
	padding: 0 32px;
}

.product_details_thead {
	width: 100%;
}

.product_details_thead ul {
	width: 100%;
	margin: 0 auto;
	height: 44px;
	background: #fff;
	border-top: 1px solid #e2e0e4;
	border-bottom: 1px solid #ddd;
}

.product_details_thead.fixed {
	position: fixed;
	left: 0;
	top: 54px;
}

.product_details_thead li {
	float: left;
	height: 43px;
	line-height: 43px;
	font-size: 13px;
	padding: 0 15px;
	cursor: pointer;
}

.product_details_thead li.active {
	border-bottom: 2px solid #f5c405;
}

.product_details_body {
	font-size: 14px;
	line-height: 26px;
	color: #666;
	padding: 20px 10px;
}

.product_details_body img {
	width: auto !important;
	height: auto !important;
}

/*联系我们*/
.contact {
	padding-bottom: 24px;
}

.contact_info {
	padding: 20px 0;
	border-bottom: 1px solid #d3d3d3;
}

.contact_name {
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
}

.contact_info p {
	font-size: 12px;
	color: #999;
	line-height: 22px;
	padding: 4px 0;
}

.contact_info p a {
	color: #999;
	text-decoration: underline;
}

.contact_map {
	width: 100%;
	height: 54vh;
	margin-top: 16px;
}

.contact_map img {
	max-width: none;
}

.contact .details_header {
	padding-top: 10px;
	padding-bottom: 20px;
}

/*在线留言*/
.messgae {
	padding: 24px 12px 10px 12px;
}

.messgae li {
	margin-bottom: 10px;
	position: relative;
}

.messgae li input[type="text"] {
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: #efefef;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 0 16px;
}

.messgae li textarea {
	display: block;
	width: 100%;
	height: 90px;
	line-height: 22px;
	background: #efefef;
	background: #efefef;
	padding: 8px 16px;
	border-radius: 4px;
	box-sizing: border-box;
}

.messgae li.code {
	padding-right: 150px;
}

.messgae li.code .code_img {
	width: 146px;
	height: 100%;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
}

.messgae li .submit {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #f7c105;
	color: #fff;
	border-radius: 4px;
}

/*人才招聘*/
.jobs_list li {
	background: #fff;
	margin-bottom: 12px;
	border-bottom: 1px solid #f5f5f5;
}

.jobs_listName {
	height: 40px;
	line-height: 40px;
	position: relative;
	padding: 0 10px;
	background: #f5f5f5;
	font-size: 15px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.jobs_listName i.iconfont {
	display: block;
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	float: right;
	margin-top: 10px;
	color: #999;
}

.jobs_listName i.iconfont:before {
	content: "\e7b8";
}

.jobs_listName.active {
	background: #f7c105;
	color: #fff;
}

.jobs_listName.active i.iconfont {
	color: #fff;
}

.jobs_listName.active i.iconfont:before {
	content: "\e62e";
}

.jobs_listBody {
	font-size: 14px;
	line-height: 26px;
	padding: 10px;
	color: #666;
	display: none;
}

.jobs_listBody_Name {
	font-size: 17px;
	color: #333;
	line-height: 30px;
}

/*单页*/
.single_page {
	padding-bottom: 20px;
}

/*联系我们*/
.col .txt p {
	line-height: 28px !important;
	background: none !important;
	position: relative;
	display: block;
}

.col .txt p.iconfont:before {
	display: block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 22px;
	text-align: center;
	color: #333;
	position: absolute;
	left: 2px;
	top: 10px;
}

.col .txt p.nstubiao1:before {
	content: "\e616";
}

.col .txt p.nstubiao5:before {
	content: "\e76c";
}

.col .txt p.nstubiao3:before {
	content: "\e699";
}

.col .txt p.nstubiao4:before {
	content: "\e615";
}

.UI-bubble {
	display: inline-block;
	width: 23px;
	height: 23px;
	overflow: hidden;
	background: url(../images/sicons.png) 0px 0px no-repeat;
}

.UI-ask {
	display: inline-block;
	width: 23px;
	height: 23px;
	overflow: hidden;
	background: url(../images/sicons.png) -25px 0px no-repeat;
}

/* questions */
#questions {
	width: 100%;
	margin: 20px auto;
	border: 1px solid #e7e7e7;
	padding-top: 14px;
}

#questions li h5 .UI-ask,
#questions li h5 .UI-bubble {
	position: absolute;
	left: 0px;
	top: 9px;
}

#questions li {
	border-bottom: 1px solid #e7e7e7;
	padding: 0 14px 5px 14px;
	vertical-align: bottom;
}

#questions li h5 {
	height: 40px;
	position: relative;
	color: #666;
	font-size: 14px;
	cursor: pointer;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding: 0 0 0 26px;
}

#questions li .foldContent {
	border-left: 3px solid #018ccb;
	padding: 10px 26px;
	border-top: 1px dashed #e2e2e2;
	line-height: 24px;
	background: #f3f3f3;
	color: #888;
}

.khfw_nr li {
	margin-bottom: 20px;
}

.khfw_nr li a {
	display: block;
	padding: 50px 5%;
	background: #f5f5f5;
}

.khfw_mc {
	height: 48px;
	line-height: 48px;
	background: url(../images/khfw_01.png) no-repeat left center;
	padding-left: 53px;
	font-size: 1.125rem;
}

.khfw_down {
	background: #2040BB;
	padding: 0 25px;
	color: #fff;
	height: 48px;
	line-height: 48px;
	transition: 0.5s;
}

.khfw_down img {
	margin-bottom: -8px;
	margin-right: 10px;
}

.khfw_down:hover {
	background: #2040BB;
	transition: 0.5s;
}

@media screen and (max-width:1024px) {
	.khfw_nr li a {
		padding: 30px 4%;
	}
}

@media screen and (max-width:520px) {
	.khfw_nr li {
		margin-bottom: 10px;
	}

	.khfw_nr li a {
		padding: 15px 2%;
	}

	.khfw_mc {
		height: 30px;
		line-height: 30px;
		background-size: auto 24px;
		padding-left: 24px;
		font-size: 0.875rem;
	}

	.khfw_down {
		padding: 0 10px;
		height: 30px;
		line-height: 30px;
		font-size: 0.875rem;
	}

	.khfw_down img {
		margin-bottom: 2px;
		height: 20px;
		margin-right: 5px;
	}
}

/*人才招聘*/
.zp-top {
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #EFEFEF;
	font-size: 20px;
	color: #333333;
	margin: 10px 0;
}

.zhaopin-ibox {
	padding-top: 20px;
	padding-bottom: 65px;
}

.join_in_ibox .post-ibox {
	width: 100%;
}

.join_in_ibox .zhaopin-ibox-right {
	float: right;
	width: 38%;
}

.join_in_ibox .zhaopin-ibox-right img {
	width: 100%;
}

.job_content {
	background: #fff;
	padding: 0;
}

.job_top {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
}

.job_top span {
	float: left;
	text-align: center;
	color: #444444;
	font-size: 14px;
	font-weight: bold;
}

.job_top span.p1 {
	width: 28%;
}

.panel-default>.panel-heading span.open_bar {
	width: 20px;
	height: 20px;
	background: url(../images/add22.png) no-repeat;
	position: absolute;
	top: 24px;
	right: 10px;
}

.panel-top[data-on="active"] .open_bar {
	background: url(../images/plus.png) no-repeat !important;
}

.job_top span.p2 {
	width: 26%;
}

.job_top span.p3 {
	width: 18%;
}

.job_top span.p4 {
	width: 13%;
}

.panel-default {
	border: none;
}

.panel-default>.panel-heading {
	background: #fff;
	border: none;
	padding: 0;
	box-shadow: none;
}

.panel-default>.panel-heading a {
	text-align: center;
	font-size: 12px;
	color: #444444;
	display: block;
	padding: 19px 0px;
	background: #fff;
	border-bottom: 1px solid #CCCCCC;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin: 0;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	background: url(../images/zhewu.png) no-repeat left center;
	background-size: 24px;
}

.panel-default>.panel-heading a span {
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.panel-default>.panel-heading a span.p1 {
	width: 28%;
}

.panel-default>.panel-heading a span.p2 {
	width: 26%;
}

.panel-default>.panel-heading a span.p3 {
	width: 18%;
}

/* .panel-default>.panel-heading a span.p4 {width: 13%;} */
.panel-default>.panel-heading a span.p5 {
	width: 13%;
}

.panel-collapse {
	padding: 15px;
	width: 100%;
	display: none;
}

.panel-body {
	padding: 0 15px;
	color: #999999;
	font-size: 14px;
	font-weight: 500;
	line-height: 36px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top: 0;
}

.join_in_ibox .zhaopin-ibox-right {
	float: right;
	width: 38%;
}

.join_in_ibox .zhaopin-ibox-right img {
	width: 100%;
}



.ny_font_c_bg {

	width: 100%;

	margin: 0 auto;

	background: #fff;

	margin-top: 15px;

}



.ny_contant_bg {

	background: none;

	padding-bottom: 0px !important;

}



.col-md-3s {

	float: left;

	width: 25%;

}



.contact_address {

	margin: 0 -15px;

}



.contact_address .item {

	background-color: #f6f6f6;

	margin: 0 15px;

	margin-bottom: 30px;

}



.contact_address .address_name {

	font-size: 21px;

	color: #333333;

	font-family: MicrosoftYaHei;

	position: relative;

	padding-left: 12px;

	background-color: #fff;

	padding-bottom: 15px;

}



.contact_address .address_name i {

	width: 4px;

	position: absolute;

	left: 0px;

	top: 4px;

	height: 24px;

	background-color: #5db532;

}



.contact_address .address_img {

	width: 100%;

	overflow: hidden;

}



.contact_address .address_img img {

	transition: transform 1.2s;

	width: 100%;

	-webkit-transition: transform 1.2s;

	-moz-transition: transform 1.2s;

	-ms-transition: transform 1.2s;

	-o-transition: transform 1.2s;

}



.contact_address .item:hover .address_img img {

	transform: scale(1.05);

	-webkit-transform: scale(1.05);

	-moz-transform: scale(1.05);

	-ms-transform: scale(1.05);

	-o-transform: scale(1.05);

}



.contact_address .address_text {

	padding: 16px 24px 26px;

}



.contact_address .address_text .text {

	font-size: 16px;

	color: #333333;

	font-family: MicrosoftYaHei;

	margin-bottom: 12px;

	height: 40px;

	line-height: 30px;

	background-position: 0px 5px !important;

}



.contact_address .address_text .text img {

	padding-right: 10px;

}



.contact_address .address_text .text1 {

	background: url(../images/add_img.png) no-repeat left top;

	line-height: 22px;

	padding-bottom: 20px;

	background-position: 0px 5px !important;

}



.contact_address .address_text .text2 {

	background: url(../images/add_img2.png) no-repeat left top;

}



.contact_address .address_text .text3 {

	background: url(../images/add_img3.png) no-repeat left top;

}



.headliner {

	height: 150px;

	margin-top: 30px;

	text-align: center;

}



.headliner b {

	line-height: 30px;

	font-size: 30px;

	padding-top: 27px;

	color: #333;

	z-index: 1;

	text-align: center;

	font-weight: bold;

	position: relative;

	letter-spacing: 1px;

	margin: 0 auto;

}



.headliner em {

	line-height: 43px;

	display: block;

	text-transform: uppercase;

	text-align: center;

	font-weight: bold;

	font-size: 100px;

	color: #f6f6f6;

	font-style: normal;

	position: relative;

	z-index: -1;

}



.headliner:nth-child(1) {

	left: 40%;

}



.headliner p {

	line-height: 40px;

	font-size: 18px;

	color: #999;

	text-align: center;

	margin-top: 0;

}



.contactus {

	/*height: 320px;*/

	width: 100%;

	margin: 0 auto;

	margin-bottom: 30px;

	/* padding-right: 1%; */

}



.contactus ul {

	list-style: none;

	padding: 0 !important;

	/*width: 70%;*/
	display: flex;
	justify-content: space-between;

}



.contactus ul li {

	float: left;

	/*width: 31%;*/
	width: 23%;
	margin-left: 2%;

	height: 320px;

	text-align: center;

	background: #fff;

	box-shadow: 0 0 10px #eee;

	transition: 0.6s;

}

.contactus ul li:first-child {
	margin-left: 0;
}


/*.contactus ul li+li{margin-left: 25px;}*/

.contactus ul li:hover {

	transition: 0.6s;

	transform: scale(1.1);

	box-shadow: -7px 2px 20px rgba(6, 33, 58, 0.4);

}



.contactus ul li:hover em {

	transform: scale(1);

}



.contactus ul li:hover i {

	transform: scale(1);

}



.contactus ul li:hover span {

	transform: scale(1);

}



.contactus ul li em {

	height: 60px;

	margin-top: 60px;

	display: block;

}



.contactus ul li em img {

	display: block;

	margin: 0 auto;

}



.contactus ul li i {

	display: block;

	font-style: normal;

	font-size: 24px;

	font-weight: bold;

	color: #FDB700;

}



.contactus ul li span {

	display: block;

	font-size: 19px;

	color: #999;

	padding: 50px 10px;

	line-height: 25px;

}



@media only screen and (max-width:1299px) {

	.contactus ul li span {

		padding: 50px 10px;

	}

	.contactus ul li {
		width: 100%;
	}

	.cont_Sol {

		background: url(/template/default/skin/images/rtf_kf3.jpg) no-repeat center;

		max-width: 100%;

		width: 100%;

		height: 700px;

		position: relative;

	}



	.sol_box {

		display: table;

		position: absolute;

		left: 50%;

		top: 50%;

		transform: translate(-50%, -50%);

		text-align: center;

		width: 100%;

	}



	.sol_top {

		color: #fff;

	}



	.sol_top em {

		margin-bottom: 35px;

		line-height: 80px;

		font-size: 80px;

		font-family: gothicb;

		color: #e4e4e4;

		display: block;

		font-style: inherit;

	}



	.sol_top b {

		display: block;

		line-height: 30px;

		font-size: 30px;

		color: #fff;

	}



	.sol_top i {

		background: #FDB700;

		margin-bottom: 80px;

		height: 5px;

		width: 40px;

		margin: 30px auto;

		display: inline-block;

	}



	.sol-share-one {

		position: relative;

		display: inline-block;

		border: 1px solid #706f6f;

		margin-right: 100px;

		-webkit-box-sizing: border-box;

		-moz-box-sizing: border-box;

		box-sizing: border-box;

		border-radius: 50%;

		text-align: center;

		vertical-align: top;

		cursor: pointer;

		padding: 20px;

		margin-top: 40px;

	}



	.sol-share-one:last-child {

		margin-right: 0;

	}



	.ss-one-qrcode {

		position: absolute;

		top: 80px;

		left: 50%;

		z-index: 10;

		transform: translateX(-50%) translateY(-20px);

		opacity: 0;

		visibility: hidden;

		transition: .35s .05s;

	}



	.ss-one-qrcode img {

		padding: 7px;

		background: rgba(255, 255, 255, .1);

	}



	.ss-one-qrcode .share-name {

		font-size: 12px;

		color: #dedede;

		line-height: 30px;

	}



	.sol-share-one:hover .ss-one-qrcode {

		transform: translateX(-50%) translateY(0px);

		opacity: 1;

		visibility: visible;

	}



	.ss-one-qrcode .wx {

		width: 100px;

	}



	a.call {

		position: relative;

		display: inline-block;

		height: 66px;

		line-height: 66px;

		text-align: center;

		margin-top: 40px;

	}



	.call-img {

		position: relative;

		z-index: 10;

		background: #5db532;

		border-radius: 50%;

		padding: 21px;

	}



	a.call img {

		position: relative;

		z-index: 10;

	}



	a.call::before,

	a.call::after {

		content: '';

		position: absolute;

		left: 0;

		top: 0;

		z-index: 1;

		width: 100%;

		height: 100%;

		background: #FDB700;

		border-radius: 50%;

		opacity: 0;

		animation: circleGo 2s linear infinite;

	}



	a.call::after {

		animation: circleGo 2s 1s linear infinite;

	}



	.call-desc {

		position: absolute;

		left: 0;

		top: 0;

		z-index: 5;

		width: 66px;

		height: 100%;

		border-radius: 100px;

		background: #2e2e2e;

		text-align: right;

		overflow: hidden;

		transition: .55s;

	}



	a.call:hover .call-desc {

		width: 168px;

	}



	.call-desc span.desc {

		position: relative;

		top: 0px;

		padding-right: 12px;

		display: inline-block;

		font-size: 14px;

		color: #fff;

	}



	.call-desc::after {

		content: '';

		position: absolute;

		top: 45px;

		right: 55px;

		transform: translateX(-100px);

		width: 15px;

		height: 8px;

		background-image: url(/template/default/skin/images/rtf_kf4.png);

		background-size: 15px 8px;

		transition: .45s;

	}



	a.call:hover .call-desc::after {

		transform: translateX(0px);

		transition: .55s;

	}



	@keyframes circleGo {

		0% {

			transform: scale(1);

			opacity: .5;

		}



		100% {

			transform: scale(2.2);

			opacity: 0;

		}

	}



	#map {

		border-left: none !important;

		border-right: none !important;

	}



	.ny_contant_tels_bg {

		width: 100%;

		background: #f5f5f5;

		padding: 30px 0px 120px 0px;

	}



	.ny_contant_tels_t {

		width: 1400px;

		height: 60px;

		margin: 0 auto;

		text-align: center;

		color: #fff;

		font-size: 25px;

		background: #006db8;

		line-height: 60px;

	}



	.ny_contant_tels_t:hover {

		background: #f02137;

	}



	.ny_contant_tels {

		width: 1400px;

		margin: 0 auto;

		margin-top: 10px;

	}



	.ny_contant_tels li {

		width: 293px;

		border: 1px solid #e2e2e2;

		margin-top: 20px;

		float: left;

		padding: 20px;

		margin-left: 20px;

		-webkit-box-shadow: 1px 1px 20px #e3e3e3;

		-moz-box-shadow: 1px 1px 20px #e3e3e3;

		box-shadow: 1px 1px 20px #e3e3e3;

		color: #484848;

	}



	.ny_contant_tels li:hover {

		transform: translateY(-15px);

		transition: all 0.8s;

		background: #f0f9ff;

		border: 1px solid #dae2e8;

		-webkit-box-shadow: 1px 1px 20px #c7ced3;

		-moz-box-shadow: 1px 1px 20px #c7ced3;

		box-shadow: 1px 1px 20px #c7ced3;

		color: #484848;

	}



	.ny_contant_tels li:nth-child(1),

	.ny_contant_tels li:nth-child(5) {

		margin-left: 0px;

	}



	.ny_contant_tels li .ny_c_hh9 {

		text-align: center;

		font-weight: bold;

		font-size: 18px;

	}



	.ny_contant_tels li .ny_c_hh10 {

		font-size: 16px;

		padding-top: 15px;

	}



	.ny_contant_tels li .ny_c_hh11 {

		font-size: 14px;

		color: #888;

		padding-top: 10px;

	}

	@media screen and (max-width:1200px) {

		.contactus {
			margin-bottom: 0;
		}

		.contactus ul {
			display: block;
			clear: both;
		}

		.contactus ul li {
			margin-left: 0;
			clear: both;
		}
	}
/* 联系我们 */
.lx-list{margin: 20px 0}
.lx-list ul li{margin-bottom: 20px; width: 100%;box-sizing: border-box; padding: 0 15px  30px;background: #304A8C;text-align: center;color: #fff;}
.lx-list ul li i{display: block;padding: 20px 0;}
.lx-list ul li .lx-t{font-size: 16px;}
.lx-list ul li .lx-info{font-size: 18px;}
.zxly{padding: 30px 15px;background-color: #FAFAFA;margin-bottom: 20px;}
.zxly-tit{text-align: center;font-size: 26px;}
.qs-subtit{text-align: center;font-size: 12px;}
.zxly form{margin-top: 20px;}
.zxly textarea,.zxly input{background-color: #F2F2F2;display: inline-block;box-sizing: border-box;}
.zxly textarea{width: 100%;height: 160px;padding: 15px;}
.zxly .ly-inp{margin-top: 20px;}
.zxly .ly-inp input{display: inline-block;width: 100%;height: 40px;margin-bottom: 20px; background-color: #F2F2F2;padding-left: 15px;box-sizing: border-box;}
.zxly .ly-sub{display: block;width: 100%;height: 40px;background: #304A8C;text-align: center;color: #fff;font-size: 18px;margin-top: 30px;cursor: pointer;}
.zp-top {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #EFEFEF;
    font-size: 20px;
    color: #333333;
    margin: 10px 0;
}
.rcln_qs {
		margin-top: 20px;
	}
.rcdesc_nr{text-align: center;padding: 10px;margin-bottom: 20px;background-color: #f2f2f2;}

.details{padding: 0 20px;}

.details_header{text-align: center; padding: 30px 0;}

.details_title{font-size: 17px; color: #444;}

.details_info{color: #c1c1c1; font-size: 13px; margin-top: 4px;}

.details_info span{padding: 0 10px;}

.details_Etitle{color: #999; font-size: 12px;}

.details_body{font-size: 14px; line-height: 26px; color: #aaa; padding-bottom: 10px;}

.details_body img{height: auto !important;max-width: 100%;}

.pagepre{border-top: 1px solid #ddd; padding: 8px 10px; margin-top: 10px; color: #666;}

.pagepre p{padding: 5px 0; line-height: 1.5;}

.pagepre a{color: #666;}