@charset "utf-8";
body {
	 font-family:'Microsoft YaHei','微软雅黑','Century Gothic', 'Helvetica', 'SimSun', '宋体', 'Heiti', '黑体', 'Arial', 'sans-serif';
	 font-size:14px;
	 width:100%;
	 height:100%;
	 color:#666;
	 -webkit-font-smoothing: antialiased;
}
*{
	 margin:0;
	 padding:0;
}
li {
	 list-style:none;
}
a {
	 text-decoration:none;
	 color:#666;
	 display: block;
	 transition:all 0.2s;
}
input,
select,
textarea {
	 border:none;
	 outline:none;
	 background:none;
	 font-family:'Microsoft YaHei';
	 padding: 0;
}
textarea {
	 resize:none;
	 overflow: hidden;
	 -webkit-appearance: none;
}
img {
	 border:none;
	 vertical-align: top;
}
table {
	 border:0;
	 border-collapse: collapse;
}
em,
i {
	 font-style:normal;
}
th{
	font-weight: normal;
}
.fr {
	 float:right;
}
.fl {
	 float:left;
}
.clear {
	 zoom:1;
}
.clear:after {
	 content:"";
	 display:block;
	 clear:both;
}
.contain{
	width: 1180px;
	margin: 0 auto;
}
button,input,select,textarea {font-size: 100%;margin: 0;padding: 0;outline: none;font:normal 12px /*'方正兰亭中黑_GBK',*/'Arial','Microsoft YaHei', '微软雅黑', 'SimSun', '宋体', 'Heiti', '黑体', 'sans-serif';}
table{width:100%;border-collapse:collapse;border-spacing:1;border-spacing:0;}

img{max-width: 100%;height: auto;}


.header{
	padding: 10px 0;
	border-bottom: 1px solid #f0f0f0;
}
.header .logo img{
	float: left;
	height: 50px;
}
.header .logo p{
	font-size: 14px;
	line-height: 80px;
	color: #333;
	float: left;
	margin-left: 10px;
}
.header .phone{
	color: #999;
	line-height: 50px;
}
.search{
	background: url(../images/bg.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
}
.search .main{
	width: 450px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-top: -100px;
	top: 50%;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.search .main .p1{
	font-size: 48px;
	color: #000;
	padding: 0 0 40px;
}

.search .tab{
	text-align: center;
	margin-bottom: 40px;
}
.search .tab a{
	width: 108px;
	line-height: 32px;
	border: 1px solid #fff;
	border-radius: 4px;
	margin: 0 3px;
	color: #fff;
	font-size: 15px;
	display: inline-block;
}
.search .tab a:hover,
.search .tab a.active{
	background: #fff;
	color: #333;
}
.search input{
	height: 43px;
	line-height: 43px;
	text-indent: 15px;
	float: left;
	font-size: 13px;
	width: calc( 100% - 50px );
	color: #9a9ea3;
}
.search .p2{
	color: #000;
	font-size: 12px;
	padding-top: 10px;
	margin-bottom: 20px;
	text-align: left;
}
.search .wapper{
	background: #fff;
	border-radius: 43px;
	border: 1px solid rgb(250,190,0);
}
.search .btn{
	color: #fff;
	width: 43px;
	height: 43px;
	border: 0;
	float: right;
	cursor: pointer;
	transition: 0.3s all;
	display: block;
	border-radius: 50%;
	background: url(../images/search1.png) no-repeat center rgb(250,190,0);
	background-size: 24px;
}
.search .btn span{
	padding-right: 25px;
	background: url(../images/dot.png) no-repeat right;
}
.search .btn:hover span{
	background: url(../images/dot1.png) no-repeat right;
}

.footer{
	padding: 30px 0;
	color: #999;
	text-align: center;
}
.footer.fixed{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.footer a{
	display: inline-block;
	color: #999;
}
.bread{
	padding-left: 18px;
	background:url(../images/home.png) no-repeat left;
}
.bread *{
	display: inline-block;
	vertical-align: middle;
}
.list .top{
	padding: 50px 0;
	color: #333;
	background:url(../images/t_bg.jpg) no-repeat center;
	background-size: cover;
}
.list .top .p1{
	font-size: 18px;
	font-weight: bold;
}
.list .top .p2{
	margin-top: 15px;
	color: #333;
}
.list .main .title{
	line-height: 60px;
	background: #BFDBFE;
	display: flex;
	align-items: center;
	padding: 0 20px;
}
.list .main .title .icon{
	font-size: 24px;
	color: #444;
}
.list .main .title span{
	color: #1E40AF;
	margin-left: 10px;
	font-size: 16px;
	font-weight: bold;
}
.list .main{
	border: 1px solid #e5e5e5;
	margin-top: 20px;
}
.list .main li{
	padding: 0 20px;
	display: flex;
	align-items: center;
	color: #999;
}
.list .main li .icon{
	font-size: 24px;
}
.list .main li .font{
	margin-left: 10px;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0;
}
.list .main li:last-child .font{
	border-bottom: 0;
}
.list .main li .font .p1{
	font-weight: bold;
	line-height: 24px;
}
.list .main li .font .p2{
	font-size: 12px;
	margin-top: 3px;
}
.list .main li.active{
	color: #16A34A;
}