@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;
	/* font-weight: 30; */
	color: #000;}
img{
	border:none;}

li{
	list-style: none;}
.juzhong{
	width: 1200px;
	margin: 0 auto;}
.bor{
	width: 100%;
	height: 177px;
	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;
    overflow: hidden;
    min-width: 1200px;
    padding-top: 27px;}
.logo{
        display: flex;
	color:#cc201e;
	height: 80px;
	line-height: 80px;
	float: left;
}
.logo > .box.xiaoHui {
        width: 75px;
        height: 75px;
}
.logo > .box.xiaoHui > .xiaoHui {
        width: 100%;
        height: 100%;
}
.logo a{
	display: block;
	float: left;}
.logo a img{
	float: left;}
.logo .xgb_logo {
        margin-left: 10px;
}
.header-right{
	padding-right: 20px;
	overflow: hidden;
	float: right;
	margin-top: 32px;}
.header-right h5{
	font-family: "Microsoft YaHei";
	font-size:24px;
	color:rgb(13, 114, 57);
	float: left;
	height:38px;
	line-height: 38px;}
.nav{
	
	height: 60px;
	width: 100%;
	min-width: 1200px;
	margin-top: 20px;}
.nav .center>ul{
	margin: 0 auto;
	z-index: 999;
	position: relative;}
.nav .center>ul>li{
	float: left;
	/*width: 6.8%;*/
	height: 50px;
	line-height: 50px;
	text-align: center;}
.nav .center > ul > li:nth-of-type(n + 2){
        margin-left: 44px;
}

.nav .center>ul>li:hover{
	background: rgb(13, 114, 57);}
.nav .center>ul>li:hover ul{
	display: block;}
.nav .center>ul>li:hover>a{
	color:#fff;}
.nav .center>ul>li:hover .sub{
	display: block;}
.nav .center>ul>li>a{
	color: #000;
	font-size: 20px;
	padding: 23px 0;}
.nav .center>ul>li>a:hover{
	color:#fff;}
.nav .center>ul>li.current,
.nav .center>ul>li:hover{
	color:rgb(13, 114, 57);}

.sub{
	display: none;
	border: 1px solid rgb(13, 114, 57);}
.sub li{
	background:#fff;
	text-align: center;}

.sub li a{
	height: 40px;
	line-height: 40px;
	display: block;
	color:rgb(13, 114, 57);}
.sub li a:hover{
	background:rgb(13, 114, 57);
	color: #fff;}
.link{
	width:100%;
	min-width: 1200px;
	background:rgb(230, 230, 230);
	padding:15px 0;}
.link h1{
	font-size: 24px;
	width: 100px;
        line-height: 20px;
	text-align: center;
	border-left:2px solid rgb(13, 114, 57);
	color:rgb(13, 114, 57);
	float: left;
}
.link ul{
	float: left;
	margin-left:20px ;
	width:80%;}
.link ul li {
	float: left;
	margin-right: 15px;
	/*width:12%;*/
	/*text-align:center;*/
	height:30px;
	line-height: 30px;
	text-align: left;}
.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:rgb(13, 114, 57);
	padding:15px 0;
}
.footer p{
	float: left;
	margin-left: 28px;
	color: #ccc;
	font-size: 14px;}
.footer p a{
	color: #fff;
     text-decoration: none;!important
}


.content-center h1,.right h1,.left h1,.sidebar h1{
	background: url(../images/icon.png) no-repeat 3px 8px;
	border-bottom:2px solid rgb(13, 114, 57);
	font-size:24px;
	font-weight:30;
	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 rgb(13, 114, 57);
	
	color: rgb(13, 114, 57);}
.left table tr td a,.sidebar table tr td a{
	padding-left: 40px;
	color: #000;
	text-align: left;
	display: block;
	font-size:16px;
	font-weight: 30;}
.left table tr td a:hover,.sidebar table tr td a:hover{
	font-size: 24px;
	color: rgb(13, 114, 57);}
.center-title{
	margin-top:25px;}
.content-center table tr td a,.listtable tr td a{
	display: inline-block;
	color:#000;
	/* float: left; */
	font-size:16px;
	/*background: url(../images/icon2.png) no-repeat 1px center;*/
	/* text-indent:2em; */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;}