@import "common.css";

.html .wnservice{
	position: relative;
	height: 220px;
	z-index: 2;
}
.html .wnservice .form{
	position: absolute;
	right: 0px;
	top: -390px;
	width: 480px;
	height: 540px;
	border: 1px solid #e3e3e3;
	background-color: rgba(255,255,255,0.9);
	padding: 35px 45px;
	box-sizing: border-box;
}
.html .wnservice .form .title{
	height: 85px;
	color: #b62506;
	font-size: 26px;
}
.html .wnservice .form .dl{
	display: flex;
	margin-bottom: 10px;
}
.html .wnservice .form .dl .dt{
	width: 150px;
}
.html .wnservice .form .dl .dt .label{
	font-size: 18px;
}
.html .wnservice .form .dl .dd{
	width: 70%;
	position: relative;
}
.html .wnservice .form .dl .dd.star:after{
	content:'*';
	position: absolute;
	top: 10px;
	right: -20px;
	color: red;
}
.html .wnservice .form .dl .dd .input{
	width: 100%;
	height: 40px;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	padding: 0 5px;
}
.html .wnservice .form .dl .dd .textarea{
	width: 100%;
	height: 90px;
	border: 1px solid #e8e8e8;
}
.html .wnservice .form .btn{
	text-align: right;
}
.html .wnservice .form .btn .button{
	width: 150px;
	height: 46px;
	line-height: 46px;
	font-size: 20px;
	cursor: pointer;
	color: #fff;
	text-align: center;
	background-color: #fc6120;
	display: inline-block;
}

.zizhishenpi .r-flash{
	height: 526px;
	background-image: url(img/zizhishenpi/zizhishenpi-flash.jpg);
	background-position: center;
	background-size: contain;
	border-bottom: 7px solid #bfbfbf;
}
.zizhishenpi .zzsp-head{
	padding: 60px 0 30px;
}
.zizhishenpi .zzsp-head .title{
	font-size: 28px;
	margin-bottom: 5px;
}
.zizhishenpi .zzsp-head .subtitle{
	font-size: 14px;
	color: #a9a9a9;
}
.zizhishenpi .zzsp-list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.zizhishenpi .zzsp-list dl{
	width: 47.5%;
}
.zizhishenpi .zzsp-list dl dt{
	height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.zizhishenpi .zzsp-list dl dt:before{
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	opacity: 0;
	transition: opacity 0.5s;
	z-index: 1;
}
.zizhishenpi .zzsp-list dl dt:hover:before{
	opacity: 1;
}
.zizhishenpi .zzsp-list dl dt .find{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.5s;
	z-index: 2;
	display: flex;
}
.zizhishenpi .zzsp-list dl dt:hover .find{
	opacity: 1;
}
.zizhishenpi .zzsp-list dl dt .find .zixun{
	box-sizing: border-box;
	padding-top: 40px;
	margin: auto;
	background-image: url(img/zizhishenpi/zizhishenpi-search-ico.png);
	background-repeat: no-repeat;
	background-position: center 2px;
	color: #fff;
	font-size: 18px;
}

.zizhishenpi .zzsp-list dl dd .title{
	padding: 10px 0;
	font-size: 18px;
	text-align: center;
}
.zizhishenpi .zzsp-list dl dd .content{
	font-size: 13px;
	line-height: 20px;
	color: #6c6c6c;
}
.bjp{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.bjp .pictxt{
	width: 74%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bjp .pictxt dl{
	width: 32.5%;
	margin-bottom: 10px;
}
.bjp .pictxt dl a{
	text-decoration: none;
}
.bjp .pictxt dl:nth-child(n+4){
	margin-bottom: 0px;
}
.bjp .pictxt dl dt{
	height: 191px;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	position: relative;
}
.bjp .pictxt dl:nth-of-type(1) dt{
	background-image: url(img/zizhishenpi/zizhishenpi-pic3.jpg);
}
.bjp .pictxt dl:nth-of-type(2) dt{
	background-image: url(img/zizhishenpi/zizhishenpi-pic4.jpg);
}
.bjp .pictxt dl:nth-of-type(3) dt{
	background-image: url(img/zizhishenpi/zizhishenpi-pic5.jpg);
}
.bjp .pictxt dl:nth-of-type(4) dt{
	background-image: url(img/zizhishenpi/zizhishenpi-pic6.jpg);
}
.bjp .pictxt dl:nth-of-type(5) dt{
	background-image: url(img/zizhishenpi/zizhishenpi-pic7.jpg);
}
.bjp .pictxt dl:nth-of-type(6) dt{
	background-image: url(img/zizhishenpi/zizhishenpi-pic8.jpg);
}
.bjp .pictxt dl dt .title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	padding: 10px 20px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 0 5px 0 #999;
	cursor: pointer;
}
.bjp .xgtj{
	width: 24%;
}


.news-left-inc{
	border: 1px solid #ccc;
	border-top: 3px solid #b62506;
}
.news-left-inc .head{
	height: 44px;
	line-height: 44px;
	padding-left: 20px;
	border-bottom: 1px solid #ccc;
}
.news-left-inc .list{
	padding: 20px;
}
.news-left-inc .list ul li{
	border-bottom: 1px dotted #ddd;
	padding: 10px 0;
	font-size: 14px;
}
.news-left-inc .list ul li .sort{
	display: inline-block;
	width: 18px;
	height: 18px;
	font-size: 12px;
	border-radius: 20px;
	background-color: #b62506;
	color: #fff;
	text-align: center;
	line-height: 18px;
	margin-right: 10px;
}