*{
	margin: 0;
	padding:0;
}
body{
	margin: 0;
	padding:0;
	font-family:"微软雅黑";
}

.header-right-left form input.sousuo{
	width:30px;
	background: none;
	position: relative;
	right: 10px;
	background: url(../images/sousuo.png) no-repeat center;
}
	.main{
		width: 100%;

		transition: all .5s;
		}
	.activehead{
   background-color: rgba(0,0,0,0.5);
  	box-shadow: 0px 0px 15px 0px rgba(170, 170, 170, 0.15);
	}
	.headers{
		width: 100%;
	}

.banner{
	width:100%;
	height: 620px;
	margin: 0 auto;
	background: url("../images/banner.png") center center no-repeat;
	background-size: cover;
}
.header{
	width: 1200px;
	height: 80px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	line-height: 90px;
}
.header-right{
	width: 37%;
	display: flex;
	justify-content: space-between;
	color: white;
	margin-top: -7px;
}
.header-right-left{
	width: 302px;
	height: 30px;
	background-color: white;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.header-right-right{
	line-height: 90px;
}
.header-right-right a{
	color: white;
	font-size: 13px;
}
.header-right-right a:nth-child(2):hover{
	border-bottom: 1px solid white;
}
.header-right-left img{
	position: relative;
	top: -28px;
	right: 10px;
}
.header-right-left input{
	position: relative;
	top: -30px;
	width: 270px;
	outline:none;
}
input{
	border:none;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
.nav{
	width: 100%;
	height: 50px;
	margin:  0 auto;
	background-color: #e60012;
}
.nav-center{
	width: 1200px;
	height: 50px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.ul-1{
	display: flex;
	justify-content: space-between;
	line-height: 50px;
}
.ul-1 li a{
	color: white;
	display: inline-block;
	height: 40px;
}
.ul-1 li{
	padding-left: 79px;
	text-align: center;
}
.ul-1 li a:hover{
	border-bottom: 1px solid white;
}
.ul-1 img{
	position: relative;
	top: 5px;
	width: 85%;
}
.content{
	width: 1000px;
	margin: 0 auto;
}
.ul-2{
	display: flex;
	justify-content: space-between;
	padding-top: 98px;
}
.ul-2 li{
	text-align: center;
}
.ul-2 li a{
	color: #666666;
	font-size: 20px;
	font-weight: 500
}
.li-1 .a-1{
	display: inline-block;
	width: 120px;
	height: 120px;
	background: url("../images/gywm1.png");
	transition: all 0.5s;
}
.a-2{
	display: inline-block;
	width: 120px;
	height: 120px;
	background: url("../images/cpxx1.png");
	transition: all 0.5s;
}
.a-2:hover{
	background: url("../images/cpxx.png");
	transform: scale(1.01);
}
.a-3{
	display: inline-block;
	width: 120px;
	height: 120px;
	background: url("../images/cpyy1.png");
	transition: all 0.5s;
}
.a-3:hover{
	background: url("../images/cpyy.png");
	transform: scale(1.01);
}
.a-4{
	display: inline-block;
	width: 120px;
	height: 120px;
	background: url("../images/jsfw1.png");
	transition: all 0.5s;
}
.a-4:hover{
	background: url("../images/jsfw.png");
	transform: scale(1.01);
}
.a-1:hover{
	background: url("../images/gywm.png");
	transform: scale(1.01);
}
.ul-2 li p{
	margin-top: 20px;
}
.footer{
	padding-top: 90px;
	padding-bottom: 20px;
	width: 1200px;
	margin:0 auto;
}
.footer-top{
	display: flex;
	justify-content: space-between;
}
.ul-3{
	display: flex;
	justify-content: space-between;
}
.ul-3 li a{
	color: #666666;
	font-size: 14px;
}
.ul-3 li{
	margin:0 15px;
}
.ul-3 li.xian{
	width:1px;
	background-color:#666666;
	margin: 4px 0;
}
.ul-3 li:nth-child(3){
	border:none;
}
.footer-bottom{
	display: flex;
	justify-content: space-between;
}
.footer-bottom-right{
	padding-top: 10px;
	color: #999999;
	font-size: 15px;
}
.footer-bottom-right img{
	position: relative;
	top: 5px;
}
.footer-bottom-right p{
	position: relative;
	left: -32px;
}
.content-right ul li{
	display:flex;
	justify-content:flex-start;
	background-color: #eeeeee;
}
.content-right ul li .description{
	display:flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
	padding: 0 40px;
	line-height: 26px;
	}
	.content-right ul li .picture{
	}
