@charset "utf-8";
/* CSS Document */
* {
	margin: 0px auto;
	padding: 0px;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
body {
	font-family: microsoft yahei;
	width: 100%;
	height: 100%;
	background-image: url(../img/news/news_02.jpg);
	background-position: right top;
	background-size: auto 100vh;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
img {
	display: block;
	max-width: 1200px;
}
ol, ul {
	list-style: none;
	padding: 0px;
}
.nav2{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 4%;
	height: 100%;
	background-color: #2da54b;
	overflow: hidden;
	z-index: 99;
}
.nav2 img{
	width: 0.9vw;
	margin-top: 2.1vw;
	cursor: pointer;
}
.navf2{
	width: 0%;
	height: 100%;
	overflow: hidden;
	left: 4vw;
	top: 0px;
	background-color: rgba(255,255,255,0.92);
	z-index: 99;
	position: fixed;
	text-align: center;
	font-size: 13px;
	line-height: 40px;
	box-sizing: border-box;
	padding-top: 10vh;
}
.navf2 p.hover a{
	color:#2da54b;
}
.navf2.show{
	width: 13%;
	
}
.navf2 a{
	color:#333;
	text-decoration: none;
}
.navf2 img{
	width: 70%;
	margin-bottom: 10vh;
}
.foot{
	color: #666;
}
.top{
	/*background-color: #fafafa;*/
}
.xcx{
	width: 1200px;
	height: auto;
	overflow: hidden;
	padding-top: 150px;
}
.xcx li{
	float: left;
	width: 225px;
	height: 398px;
	background-image: url(../img/anli/xcx/main_10.png);
	background-size:100% 100%;
	background-position: left top;
	margin-bottom: 80px;
	margin-right: 100px;
	box-sizing: border-box;
	padding-top: 30px;
	padding-left: 13px;
	padding-right: 12px;
	padding-bottom: 56px;
	position: relative;
}
.xcx li:nth-child(4n){
	margin-right: 0;
}
.img{
	width: 200px;
	height: 356px;
	overflow: hidden;
}
.img img{
	width: 100%;
}
.xcx_bg{
	background-color: rgba(0,0,0,0.3);
	width: 200px;
	height: 318px;
	top:30px;
	left:13px;
	z-index: 8;
	position: absolute;
	display: none;
}
.xcxewm{
	width: 170px;
	height: 170px;
	overflow: hidden;
	margin-top: 120px;
	position: absolute;
	z-index: 9;
	top:0;
	left:0;
	margin-left: 28px;
	display: none;
}
.xcx li:hover .xcx_bg{
	display: block;
}
.xcx li:hover .xcxewm{
	display: block;
}
.xcxewm img{
	width: 100%;
	
}
.name{
	font-size: 14px;
	text-align: center;
	color: #777;line-height:50px;
}