@charset "utf-8";
/* CSS Document */
*,html,body
{
	margin:0px;
	padding:0px;
	font-family:"微软雅黑";
}
a
{
	text-decoration:none;
}
ul,li
{
	list-style:none;
}
.head_img
{
	width:100%;
	height:130px;
	background:url(../image/head_img.png) repeat-x;
}
.head_contact
{
	text-align:right;
	width:1280px;
	height:130px;
	margin:0 auto;
	color:#fff;
	font-size:12px;
	position:relative;
}
.right_cont
{
	padding-top:5px;
}
.right_cont>a
{
	color:#fff;
	font-size:12px;
	padding-top:5px;
}
.logo
{
	position:absolute;
	width:100%;
	height:130px;
	top:0px;
	left:0px;
}
.header
{
	width:100%;
	height:39px;
	background:url(../image/nav_img.png) repeat-x;	
}
.header>nav>ul
{
	width:1280px;
	margin:0 auto;
}
.header>nav>ul>li
{
	width:116px;
	height:39px;
	line-height:39px;
	float:left;
	text-align:center;
	background:url(../image/n_bor.gif) right no-repeat;
}
.header>nav>ul>li:nth-child(11)
{
	background:none;
}
.header>nav>ul>li>a
{
	color:#fff;
	font-weight:bold;
	font-size:15px;
}
.header>nav>ul>li>a:hover
{
	text-decoration:underline;
}
.footer
{
	width:100%;
}
.footer>nav
{
	width:100%;
	height:38px;
	background:url(../image/f_nav.gif) repeat-x;
}
.footer>nav>ul
{
	width:950px;
	height:38px;
	margin:0 auto;
	color:#fff;
	font-size:12px;
}
.footer>nav>ul>li
{
	height:38px;
	line-height:38px;
	float:left;
	text-align:center;
}
.footer>nav>ul>li>a
{
	padding:0 10px;
	color:#fff;
	font-size:14px;
}
.copyright
{
	width:1280px;
	margin:0 auto;
	color:#666;
	font-size:14px;
	text-align:center;
	padding-top:10px;
}
.copyright p
{
	font-family:arial,helvetica,clean,sans-serif;
}
.content
{
	width:1280px;
	margin:0 auto;
	padding-top:10px;
}
.content > .cont_left
{
	width:633px;
	height:500px;
	margin-right: 10px;
	float:left;
	overflow: hidden;
	border: 1px solid #008EDA;
}
.content > .cont_right
{
	width:633px;
	height:500px;
	float:left;
	border: 1px solid #008EDA;
}
.content > .cont_left img,.content > .cont_right img{
	width: 100% !important;
	height: 100% !important;
	display: block;
}
.content > .cont_bottom
{
	width:1280px;
	height:110px;
	margin-top:10px;
	margin-bottom:10px;
}
.left_content
{
	/*padding:10px;*/
	/*height:426px;*/
	overflow:hidden;
	color:#333;
	word-break: break-all; 
	word-wrap:break-word;
	display:none;
}
.left_content p{
	height: 500px;
}
.right_img
{
	display:none;
}
.right_img>img
{
	display:block;
	/*width:640px;*/
	height:500px;
	/*border:1px solid #D6E7F3;*/
}
.cont_bottom>ul>li
{
	width:152px;
	margin-right:9px;
	text-align:center;
	float:left;
	font-size:14px;
}
.cont_bottom>ul>li:nth-child(8)
{
	margin-right:0px;
	margin-left:1px;
}
.cont_bottom>ul>li>a
{
	display:block;
	color:#666;
	position:relative;
}
.cont_bottom>ul>li>a>img
{
	display:block;
	width:150px;
	height:109.63px;
	border:1px solid #D6E7F3;
	border-radius:10px;
	margin-bottom: 5px;
}
.zz
{
	width:152px;
	height:111.63px;
	position:absolute;
	top:0;
	background-color:rgba(182,233,251,0.5);
	border-radius:10px;
}
.zz1
{
	width:152px;
	height:107px;
	position:absolute;
	top:0;
	border-radius:10px;
}
.item
{
	font-size:12px;
	margin:10px;
}
.item a
{
	color:#333;
	font-size:12px;
}