@charset "gb2312";
/* CSS Document */

*{
	padding:0;
	margin:0;
	box-sizing: border-box;
	font-family: "Microsoft YaHei";}
@font-face{
	font-family:"Microsoft YaHei";
src:url('../fonts/Microsoft YaHei.ttf') format('trueType');
	font-weight:normal;
	font-style:normal;}
@font-face{
	font-family:"STKaiti";
src:url(../fonts/stkaiti.ttf) format('trueType');
	font-weight:normal;
	font-style:normal;}
body{
	width:100%;}
a{
	text-decoration: none;
	color: #666;
	outline:none;
	-webkit-tap-highlight-color:transparent;}
img{
	border:none;}

li{
	list-style: none;}
.juzhong{
	width: 1200px;
	margin: 0 auto;}
.bor{
	width: 100%;
	height: 187px;
	border-bottom: 3px solid rgb(230,230,230);}
.center{
	width: 1200px;
	overflow: hidden;
	height:auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;}

.header{
	width: 100%;
    height: 103px;
    min-width: 1200px;
    padding-top: 27px;}
.logo{
	float: left;}
.logo a{
	display: block;
	float: left;}
.logo a img{
	float: left;
	height: 100px;}
.header-right{
	padding-right: 20px;
	overflow: hidden;
	float: right;
	margin-top: 32px;}
.header-right h5{
	font-family: "STKaiti";
	font-size:24px;
	color:#96d2dc;
	float: left;
	height:38px;
	line-height: 38px;}
.centernav>ul{
	min-width:500px;
	float: right;
	z-index: 999;
	position: relative;}
.centernav>ul>li{
	float: left;
	min-width:120px;
	/*padding: 0 20px;*/
	height: 80px;
	line-height: 80px;
	text-align: center;}
.centernav>ul>li:hover ul{
	display: block;}
.centernav>ul>li:hover .sub{
	display: block;}
.centernav>ul>li>a{
	color: #666;
	font-size: 20px;
	padding: 0 20px;
	padding: 23px 0;}
.centernav>ul>li>a:hover{
	color:#96d2dc;}
.centernav>ul>li.current,
.centernav>ul>li:hover{
	border-bottom: 3px solid #96d2dc;
	color:#96d2dc;}

.sub{
	display: none;
	border: 1px solid #96d2dc;}
.sub li{
	background:#fff;
	text-align: center;}

.sub li a{
	height: 40px;
	line-height: 40px;
	display: block;
	color:#000;}
.sub li a:hover{
	background:#96d2dc;
	color: #fff;}
.link{
	width:100%;
	min-width: 1200px;
	background:rgb(230, 230, 230);
	padding:15px 0;}
.link h1{
	font-size: 16px;
	width: 100px;
	text-align: center;
	border-left:2px solid #96d2dc;
	color:#96d2dc;
	float: left;}
.link ul{
	float: left;
	margin-left:50px ;
	width:80%;}
.link ul li {
	float: left;
	width:25%;
	text-align:center;
	height:30px;
	line-height: 30px;}
.link ul li a{
	font-size: 14px;}
.link ul li a:hover{
	color:#000;}
.link .more{
	float: right;
	font-size:12px;
	color: #999;
	text-decoration: none;}
.link .more:hover{
	text-decoration: underline;}


.footer{
	width:100%;
	min-width: 1200px;
	background:#96d2dc;
	padding:15px 0;}
.footer p{
	float: left;
	margin-left: 30px;}
.footer>.center>div{
	line-height: 30px;
	margin-left: 40px;}
.copy{
	overflow: hidden;}


.content-center h1,.right h1,.left h1,.sidebar h1{
	background: url(../images/icon.png) no-repeat 3px 8px;
	border-bottom:2px solid #96d2dc;
	font-size:20px;
	font-weight:300;
	color:#000;
	padding:5px 0;
	text-indent: 2em;}
.left table,.sidebar table{
	text-align: center;
	width: 100%;
	table-layout: fixed;}
.left table tr td,.sidebar table tr td{
	padding:10px 0;
	border-bottom: 1px solid #e5e5e5;}
.left table tr td:hover,.sidebar table tr td:hover{
	border-left: 3px solid #96d2dc;
	color: #96d2dc;}
.left table tr td a,.sidebar table tr td a{
	color: #666;
	display: block;
	font-size:16px;}
.left table tr td a:hover,.sidebar table tr td a:hover{
	font-size: 24px;
	color: #96d2dc;}
.center-title{
	margin-top:25px;}
.content-center table tr td a,.listtable tr td a{
	display: inline-block;
	color:#666;
	float: left;
	font-size:14px;
	background: url(../images/icon2.png) no-repeat 1px center;
	text-indent:2em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;}