@charset "gb2312";
/* CSS Document */
*{font-size:12px;font-family:"微软雅黑";color:#333;}
body,dl,dd,p{margin:0;}
a{text-decoration:none;}
img{display:block;}
input{margin:0;padding:0;border:none;outline:none;cursor:pointer;}
textaea{margin:0;padding:0;outline:none;}
h1,h2,h3{font-weight:normal;margin:0;}
ul{margin:0;padding:0;}
li{list-style:none;}
.clearfix{clear:both;}

/*title*/
.title-bg{width:100%;background:red;}
.title{max-width:1000px;margin: auto;margin-top:60px;}
.title h1{font-size:3em;font-weight:bold;text-align:center;color:#111;}
.title hr{width:80px;height:5px;background-color:#48a63e;border:#48a63e solid 1px;}

/*header*/
.header-bg{background:rgba(242,242,242,0.95);width:100%;position:fixed;}
.header{max-width:1000px;margin: auto;height:36px;overflow:hidden;}
.header .logo{float:left;margin-top:4px;margin-left:5px;}
.header .right{float:right;line-height:36px;text-align:right;font-size:14px;margin-right:10px;}
.header .right a:hover{color:#990000;}

/*banner*/
.banner{
	background-image:url(images/banner2.png);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

/*banner2*/
.banner2{
	display:none;
}

.banner2 img{
	width:100%;
}

/****/
.xzbg{
	width:100%;
	background:rgba(72,166,62,0.1);
	border-top:rgba(72,166,62,0.1) solid 5px;
	border-bottom:rgba(72,166,62,0.1) solid 5px;
	padding-bottom:30px;
}

.xz{
	max-width:900px;
	margin: auto;
	margin-top:30px;
}

.xz li{
	text-align:center;
	width:900px;
	height:100px;
	margin:10px 0;
	border:#555 solid 1px;
	border-radius:4px;
}

.xz li a{
	font-size:30px;
	font-weight:bolder;
	line-height:100px;
	display:inline-block;
	width:100%;
	height:100%;
}

.xz li:hover{
	background-color:#48a63e;
}

.xz li:hover a{
	color:#fff;
}

#show{
	position:relative;
}

#show img{
	position:absolute;
	left:268px;
	z-index:999;
	display:none;
	border:#48a63e solid 3px;
}

#show:hover img{
	display:block;
}

/*最新动态*/
.content-bg{
	max-width:1000px;
	margin: auto;
}

.content-bg a:hover{
	color:#fff;
}

.content{
	border:#555 solid 1px;
	width:320px;
	float:left;
	margin-top:10px;
}

.title2{
	background-color:#48a63e;
	height:30px;
	line-height:30px;
}

.title2 h2{
	float:left;
	margin-left:5px;
	font-size:16px;
	font-weight:bold;
	color:#111;
}

.title2 a{
	float:right;
	margin-right:2px;
	font-size:14px;
}

.title2 img{
	width:56px;
	height:26px;
	margin-top:2px;
}

.title2 a:hover{
	color:#fff;
}

.sd li{
	line-height:40px;
	text-align:center;
}

.sd a{
	font-size:16px;
	font-weight:bold;
}

.sd li:hover{
	border-bottom:#48a63e solid 2px;
}

.sd li:hover a{
	color:#48a63e;
}

/*高管声音*/
.bg{max-width:1000px;margin: auto;}

.ggbox{
	width:490px;
	margin: auto;
	border:#555 solid 1px;
	margin-top:30px;
	height:240px;
	float:left;
}

.gg-left{
	float:left;
	margin-top:4px;
	margin-left:1%;
	margin-right:1%;
	text-align:center;
	width:140px;
	overflow:hidden;
}

.gg-left img{
	width:100%;
}

.gg-left a{
	font-size:16px;
	font-weight:bold;
}

.gg-left a:hover{
	color:#111;
}

.gg-right{
	float:left;
	margin-top:10px
}

/*相关专题*/
.project{
	background-color:white;
	max-width:910px;
	height:295px;
	margin:0 auto;
	box-shadow:0 3px 0 #e3e3e3;
}

.project-content{
	width:940px;
	margin:0 auto;
	margin-top:20px;
}

.project-content a{
	float:left;
	margin:5px;
}

.project-content img{
	width:300px;
	height:80px;
}



.top_pb{
	overflow:hidden;
	width:1000px;
	margin:20px auto 0
}
.top_pb>ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	margin-right:60px;
}
.top_pb>ul>li{
	margin-bottom:10px;
	text-align:center;
}
.top_pb>ul>li:nth-child(1) img{
	height: 60px;
	width:116px;
}
.top_pb>ul>li:nth-child(2) img{
	height: 75px;
	width:116px;
}
.top_pb>ul>li>p{
	text-align:center;
/*	font-size:20px;*/
font-size: 16px;
	margin:0;
	padding:10px 0;

}
