@charset "utf-8";
/* CSS Document */
html{font-size:62.5%}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 	 font-weight: normal;
	}
a{ 
	text-decoration:none;
	color:#555;
	}
ul{ 
	padding:0;
	margin:0;
	list-style:none;
	}
p{
	text-indent:2em;
	text-align:justify}

body {
 	font-size: 1.4rem;
  	line-height: 2.8rem;
	color:#444;
	background:url(images/head.jpg) #19216f center top no-repeat;
	}


.head{
	height: 270px;
	background: url(images/head.jpg)  center top no-repeat
}

.wrap{
	width:1170px;
	margin: 0 auto;
}

.content{
	background: #fff;
	padding: 30px 55px;
	overflow: hidden;

}
.zhuanye{
	background: #fbfcff;
	padding: 30px 20px;
	margin-top: 20px;
}
.zhuanye .title{
	background: url(images/title.jpg);
	width: 366px;
	height: 74px;
	margin: 0 auto;
}
ul.zhylist{
	overflow: hidden
}
ul.zhylist li{
	border:1px solid #ddd;
	background: #fff;
	height: 147px;
	width: 373px;
	padding: 15px;
	float: left;
	margin-top: 30px;
	margin-left: 90px;
}
.f16{
	font-size:16px;
}
.dianhua{
	text-align: center;
	padding: 10px 0;
	margin-top: 20px;
}
.footer{
	color: #fff;
	text-align: center;
	line-height: 80px;
}
.footer a{
	color: #ff8b2d;
}

@media (min-width: 768px) and (max-width: 979px) {

	
}


@media (min-width: 980px){
	
}
