.the_div{width: 100%;
	height: auto; 
	background-color:#fff; 
}

.head{width:1200px;
	height: 120px;
	border: 0px solid #000;
	margin:0 auto;
}

.menu{width:1200px;
	height: 50px;
	border-bottom: 2px solid #0060b5;
	margin:0 auto;
}

.menu ul{width: 1200px;
	height: 50px;
	list-style:none;
	padding:0;
}

.menu ul li{width: 150px;
    border: 0px #000000 solid;
    float: left;
    height: 50px;
    margin: 0;
    padding: 0;
    font-family: "Georgia";
    font-size: 20px;
    color: #000000;
    line-height: 50px;
    text-align: center;
    border-radius: 0px;
    list-style:none;
}
.menu ul li:hover{
    color: #fff;
    background-color: #0060b5;
    cursor:pointer;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s; /* Firefox 4 */
    -webkit-transition-duration: 0.5s; /* Safari 和 Chrome */
    -o-transition-duration: 0.5s; 
    text-decoration: none;
}

.content{width: 1200px;
	height: auto;
	border: 0px solid #000;
	margin:20px auto 0px auto;
	}

.group_img{
	width: 740px;
    float: left;
    height: 372px;
    overflow: hidden;
    border: 2px #0060b5 solid;
    border-radius: 2px;
    margin-left: 20px;
}

.news {
    width: 440px;    
    height: 372px;
    float: left;
    border: 2px #0060b5 solid;
    border-radius: 2px;
    overflow: hidden;
}

.newsup {
    width: 436px;
    height: 60px;
    font-size: 20px;
    color: #fff;
    font-family: "Georgia";
    line-height: 50px;
    border-bottom: 2px solid #ccc;
    background-color: #0060b5;
    padding-left: 20px;
}

.newsup a {
    float: right;
    font-size: 16px;
    color: #aaa;
    font-family: "Georgia";
    line-height: 60px;
    margin-right: 10px;
}

.newsdown {
	width: 436px;
    height: 302px;
    color: #000;
    font-family: "Georgia";
    margin-top: 0px;
    padding: 0px;
}

.newsdown ul{
	width: 436px;
    height: 302px;
    color:#000;
    font-family: "Georgia";
    padding: 0px;
    overflow: hidden;
    margin: 0px;
}

.newsdown ul li{
	width: 436px;
    height: 61px;
    color:#000;
    font-family: "Georgia";    
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    margin: 0px;
    border-bottom: 1px dashed #000;
}

.newsdown ul li:hover{	
    color:#fff;    
    background-color: #0060b5;
}

.contact {
	width: 440px;    
    height: 280px;
    float: left;
    border: 2px #0060b5 solid;
    border-radius: 2px;
    overflow: hidden;
}

.contactup{
	width: 436px;
    height: 60px;
    font-size: 20px;
    color: #fff;
    font-family: "Georgia";
    line-height: 50px;
    background-color: #0060b5;
    padding-left: 20px;
    border-bottom: 2px solid #ccc;
}

.contactdown{
	width: 436px;
    height: auto;
    font-size: 14px;
    color: #000;
    font-family: "Georgia";
    line-height: 36px;
    padding-left: 20px;
}

.introduction {
	width: 740px;    
    height: 280px;
    float: left;
    border: 2px #0060b5 solid;
    border-radius: 2px;
    overflow: hidden;
}

.introductionup{
	width: 736px;
    height: 60px;
    font-size: 20px;
    color: #fff;
    font-family: "Georgia";
    line-height: 50px;
    background-color: #0060b5;
    padding-left: 20px;
    border-bottom: 2px solid #ccc;
}

.introductiondown{
	width: 736px;
    height: auto;
    font-size: 14px;
    color: #000;
    font-family: "Georgia";
    line-height: 36px;
    padding-left: 20px;
}

.foot{ margin: 0px auto;
	width:1200px;
	height:120px;
	border-top:2px solid #0060b5;
}
.footcontent {float: left;
	width: 960px;
	text-align: center;
	font-family: "Georgia";
	font-size: 16px;
	color: #666;
	height: 120px;
	padding: 20px;
}

.yearhead{width:1160px;
 	border-right:0px solid #0060b5;
 	float:left; height:40px; 
 	text-align:center; 
 	font-size:18px; 
 	color:#000;  
 	font-family:"Georgia"; 
 	margin-top:10px;
 }

.yearhead ul{padding:0;
 	width:1160px; 
 	float:left; 
 	z-index:100;
  	position:relative; 
  	height:40px;
  	list-style: none;
}

.yearhead ul li{
	padding:0; 
	width:120px; 
	height: 40px;
	line-height:40px; 
	font-size:18px;
	color:#000;  
	font-family:"Georgia";
	margin-left: 22px;
	border:2px solid #0060b5;
	text-align:center;
	float:left; 
	cursor:pointer;
	list-style: none;
	cursor:pointer;
	transition: 0.15s ease-in-out;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.yearhead ul li:hover{
	color:#FFF !important;
	position:relative;
	line-height:40px; 
	font-size:18px;
	background-color:#0060b5 !important;  
	font-family:"Georgia"; 
	text-align:center;
	float:left;
	cursor:pointer;
	list-style: none;
	transition: 0.15s ease-in-out;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.yearhead_li_now{
	padding:0; 
	width:120px; 
	border:2px solid #0060b5 !important;
	height:40px; 
	color:#fff !important; 
	z-index:100; 
	position:relative;
	line-height:40px; 
	font-size:18px;
	background-color:#0060b5 !important; 
	font-family:"Georgia"; 
	text-align:center;
	float:left;
	cursor:pointer;
	list-style: none;
	transition: 0.15s ease-in-out;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.yearcontent{
	width:1120px;
 	border:2px solid #0060b5;
 	float:left;
 	min-height:360px; 
 	color:#000;
 	display: none;
 	padding:20px;
 	margin-left: 20px;
 	margin-top:20px;
 	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}


.member_dh{
	width:240px;
	height: auto;
	float: left;
	margin-left:0px;
	padding: 0;
	font-size:16px;
 	font-family:"Georgia"; 
	list-style: none;
}

.member_dh ul{
	width: 230px;
	height: auto;
	border: 0px solid #0060b5;
	margin:0;
	padding: 0;
	list-style: none;
}
.member_dh ul li{
	width: 226px;
	height: 40px;	
	border: 2px solid #0060b5;
	margin: 5px 0 0px 0;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 40px;
	list-style: none;
	border-radius: 0px 0 0 0px;
	cursor:pointer;
	transition: 0.15s ease-in-out;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}
.member_dh ul li:hover{
	background-color:#0060b5;
	color: #fff; 
    margin-left: 36px;
}

.member_dh_now{
	width: 226px;
	height: 40px;	
	border: 2px solid #0060b5;
	margin: 5px 0 0px 0;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 40px;
	list-style: none;
	border-radius: 0px 0 0 0px;
	cursor:pointer;
	transition: 0.15s ease-in-out;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
	background-color:#0060b5;
	color: #fff; 
    margin-left: 30px;
}

.membercontent{
	width:930px;
	min-height: 600px;
	border: 2px solid #0060b5;
	float: left;
	padding: 20px;
	display: none;
	margin-bottom: 20px;
	margin-left: 30px;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.image_div{
	width: 300px;
	height: 320px;
	float: left;
	margin-left: 70px;
	margin-top: 20px;
	padding: 0;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 4px;
    border: none;
    transition: 0.15s ease-in-out;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.image_div:hover{
	transform:scale(1.05);
}

.image_div img{
	width: 300px;
	height: 280px;
	float: left;
	margin:0;
}

.image_div span{
	width: 300px;
	height: 40px;
	float: left;
	margin:0;
	line-height: 40px;
	font-size: 16px;
	font-family: "微软雅黑";
	text-align: center;
}

.ontop{
	position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 64px;
    background: #FFF;
    box-shadow: rgb(170, 170, 170) 0px 2px 10px;
    text-align: center;
}

.year{
	width: 600px;
	height: 40px;	
	border-bottom: 2px solid #0060b5;
	margin: 5px 0 0px 0;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 40px;
	list-style: none;
	font-size: 18px;
	border-radius: 0px;
	color: #0060b5;
	font-family: "Georgia";
}


