.main{
	width: 100%;
	margin: 0 auto;
}
.main_1{
	height:500px;
	width: 1200px;
	margin: 0 auto;
}

.main .main_1 .sp{
	width: 500px;
	height: 200px;
	float:  left;
	margin-top: 50px;
	margin-left: 25px;
	margin-right: 25px;
}

.sp_left{
	float: left;
	width: 30%;
	height: 100%;
	line-height: 200px;
	text-align: center;
}
.sp_right{
	width: 70%;
	float: left;
	height: 100%;
	text-align: left;
}
.main .main_1 .sp:hover{
    box-shadow:5px 5px 5px gray;
	-moz-box-shadow:5px 5px 5px gray;
	-webkit-box-shadow:5px 5px 5px gray;
	border: 1px solid gainsboro;
}
.main .main_2{
	padding-top: 10px;
	margin-top: 20px;
	height: 500px;
	width: 100%;
	background-image: url(../test/index_banner2.png);
}
.main2_sp{
	width: 1200px;
	margin: 0 auto;
	height: 400px;
	text-decoration: none;
}
.main2_sp a:hover{
	text-decoration: none;
}

.main2_sp ul li{
	margin-top: 80px;
	width: 160px;
	height: 240px;
	float: left;
	margin-left: 160px;
	text-decoration: none;
}
.main2_sp ul li:first-child{
	margin-left: 0px;
}
.main2_sp ul li .spimg{
	width: 140px;
	height: 140px;
	background-color: white;
	text-align: center;
	line-height: 140px;
	border-radius: 70px;
}
.main2_sp ul li .spimg:first{
	margin-left: 0px;
	background-color: red;
}
.main2_sp ul li .spimg img{
	-webkit-transition: -webkit-transform 1s ease-in;
}
.main2_sp ul li .spimg img:hover{
	 -webkit-transform: rotateY( 360deg);
}

.biaoti{
	text-align: center;
	margin-top: 10px;	
}
.biaoti h1{
	font-size: 20px;
}
.biaoti hr{
	width: 300px;
	height: 1px;
	text-align: center;
	margin: 0 auto;
	background-color: #EEEEEE;
}

.news{
	width: 90%;
	height: 320px;
	margin: 0 auto;
	color: #4C4C4C;
}
.news .newImg{
	margin-top: 20px;
	width:400px;
	height: 90%;
	background-color: royalblue;
	float: left;
}
.news .newsCenter{
	padding-top: 10px;
	margin-top: 20px;
	float: right;
	width: 500px;
	height: 90%;
}
.newsCenter li{
	border-top: 1px dashed #E4E4E4;
	width: 100%;
	height: 30px;
	line-height: 30px;
}
.newsCenter a{
	color: #444444;
}
.news .newsCenter span{
	float: right;
}

.main .main_3{
	margin-top: 10px;
	width: 1200px;
	height: 450px;
	padding-top: 10px;
	margin: 0 auto;
}

.goods{
	margin: 0 auto;
	width: 100%;
	height: 350px;
	text-align: center;
}
.goods_left,.goods_right{
	width: 7%;
	float: left;
	font-size: 20px;
	line-height: 350px;
	color: #444444;
}
#goods:hover{
	color: #444444;
}
.good{
	float: left;
	width: 20%;
	height: 350px;
	border: 1px solid #E4E4E4;
	margin-left: 10px;
}
.good:hover{
	border: 2px solid  deepskyblue;
}

.main .main_4{
	width: 100%;
	margin: 0 auto;
	height: 500px;
}

.main_4  .box{
	height: 100%;
	width: 1200px;
	margin: 0 auto;	
	padding: 0px;
	padding-top: 30px;
}

.main_4 .box ul li{
	float: left;
	border-right: 1px solid white;
	
	width: 290px;
	height: 150px;
	
}
.main_4 .box  .ul1 li{
	border-bottom: 1px solid white;
}

.main_4 .box ul li .left{
	text-align: right;
	line-height: 150px;
	width: 100px;
	float: left;
	height: 100%;
}

.main_4 .box ul li .right{
	width: 188px;
	float: left;
	height: 100%;
	padding-left: 20px;
}

.main_4 .box ul li .right p{
	color: #4C4C4C;
	font-size: 25px;
	line-height: 150px;
}


.partner ul li{
	width: 20%;
	height:200px;
	float:left;
}
.partner ul li img{
	width:150px;
	height: 150px;
	line-height: 200px;
	margin: 0 auto;
	text-align: center;
	border-radius: 10px;
}
.partner ul li img:hover{
	border: 1px solid #DEDEDE;
}

