* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    font-size: 14px;
    font-family: "Microsoft Yahei";
    color: #333333;
}

.top {
    width: 100%;
    height: 539px;
    overflow: hidden;
    background: url(../images/banner.jpg) no-repeat center top;
}

.container {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../images/main-bg.jpg) no-repeat center top;
}

.main {
    width: 1000px;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
    margin: 0 auto;
}

.flash {
    width: 480px;
    height: 320px;
    padding: 10px;
    background: #ffffff;
    float: left;
}

.out-img {
    position: relative;
    width: 480px;
    height: 320px;
    overflow: hidden;
}

.out-img .img {
    width: 50000px;
    position: absolute;
    left: 0;
    top: 0;
}

.out-img .img li {
    float: left;
    position: relative;
}

.out-img .img li p {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    text-indent: 10px;
    line-height: 40px;
}

.out-img .num {
    width: 100%;
    position: absolute;
    text-align: right;
    left: 0;
    bottom: 10px;
    font-size: 0;
}

.out-img .num li {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 3px;
    display: inline-block;
    cursor: pointer;
}

.out-img .num li.on {
    background-color: #e01428;
}

.out-img .btn {
    position: absolute;
    width: 30px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 30px;
    line-height: 50px;
    font-family: "宋体";
    text-align: center;
    cursor: pointer;
    display: none;
}

.out-img:hover .btn {
    display: block;
}

.out-img .btn-l {
    left: 0;
}

.out-img .btn-r {
    right: 0;
}

.news {
    float: right;
    width: 440px;
    height: 320px;
    padding: 10px;
    background: #ffffff;
}

.news h1 {
    font-size: 16px;
    font-weight: bold;
    color: #ee4f02;
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.news p {
    width: 100%;
    height: 72px;
    line-height: 24px;
    overflow: hidden;
}

.news p a {
    color: #ee4f02;
}

.news ul {
    padding-top: 20px;
}

.news ul li {
    width: 100%;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    background: url(../images/icon1.gif) no-repeat center left;
    text-indent: 10px;
}

.news ul li a {
    color: #999999;
}

.news ul li a:hover {
    color: #ee4f02;
}

.cx-gs {
    width: 1000px;
    height: auto;
    overflow: hidden;
    padding-top: 315px;
}

.cx-gs p {
    width: 660px;
    height: auto;
    overflow: hidden;
    float: right;
    padding: 10px;
    color: #ffffff;
    line-height: 26px;
}

.cx-gs table {
    width: 660px;
    height: auto;
    overflow: hidden;
    float: right;
    margin-right: 10px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    color: #ffffff;
}

.cx-gs table td {
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
}

.cx-gs table td.tit {
    font-size: 16px;
    font-weight: bold;
}

.detalil{
	width: 1000px;
	height: auto;
	overflow: hidden;
	padding-top: 280px;
}

.del-left{
	float: left;
	width: 240px;
}

.del-left img{
	display: block;
	margin-bottom: 10px;
}

.del-mid{
	float: left;
	width: 240px;
	margin: 0 10px;
}

.del-mid img{
	display: block;
	margin-bottom: 10px;
}

.del-right{
	float: right;
	width: 480px;
	height: 500px;
}

.highlights{
	width: 1000px;
	height: auto;
	overflow: hidden;
	padding-top: 280px;
}

.high-li{
	float: right;
	width: 200px;
	height: 600px;
	overflow: hidden;
	margin-right: 40px;
	position: relative;
}

.high-li li{
	position: absolute;
	width: 60px;
	height: 80px;
	padding: 10px 20px;
	border-radius: 50px;
	background: #616161;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
}

.high-li li.on{
	background: #ee4f02;
}

.high-li li.one{
	left: 0;
	top: 0;
}

.high-li li.two{
	left: 65px;
	top: 112px;
}

.high-li li.three{
	left: 95px;
	top: 232px;
}

.high-li li.four{
	left: 65px;
	top: 344px;
}

.high-li li.five{
	left: 0;
	top: 456px;
}

.high-box{
	width: 280px;
	height: auto;
	overflow: hidden;
	margin-left: 400px;
	float: left;
	padding-top: 130px;
	display: none;
}

.high-box h2{
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 10px;
}

.high-box p{
	width: 200px;
	padding-left: 80px;
	color: #ffffff;
	line-height: 28px;
	margin-top: 30px;
}

.high-show{
	display: block;
}

.district{
	width: 1000px;
	height: auto;
	overflow: hidden;
	padding-top: 230px;
}

.district-left{
	width: 360px;
	height: 280px;
	padding: 10px;
	background: #ffffff;
	float: left;
}

.district-left img{
	display: block;
}

.district-left p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
}

.district-right{
	float: right;
	width: 580px;
	height: 300px;
	background: #ffffff;
}

.district-right h2{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #ee4f02;
	height: 48px;
	line-height: 48px;
	width: 100%;
	overflow: hidden;
}

.district-right p{
	width: 560px;
	height: 72px;
	overflow: hidden;
	line-height: 24px;
	padding: 0 10px;
}

.district-right p a{
	color: #ee4f02;
}

.district-right ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.district-right ul li{
	float: left;
	width: 180px;
	height: 160px;
	margin-right: 20px;
	text-align: center;
}

.district-right ul li img{
	display: block;
}

.district-right ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding: 0;
}

.district-right ul li.last{
	margin-right: 0;
}

.district-right ul li a{
	color: #333333;
}

.xg-cx{
	width: 1000px;
	height: auto;
	overflow: hidden;
	padding-top: 20px;
}

.xg-tit{
	width: 1000px;
	height: 56px;
	margin-bottom: 20px;
}

.xg-cx ul li{
	width: 220px;
	height: 187px;
	float: left;
	margin-right: 40px;
	background: #ffffff;
	margin-bottom: 20px;
}

.xg-cx ul li img{
	display: block;
}

.xg-cx ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
}

.xg-cx ul li a{
	color: #333333;
}

.xg-cx ul li.last{
	margin-right: 0;
}

.last-box{
	width: 1000px;
	height: auto;
	overflow: hidden;
	padding-top: 10px;
}

.topics{
	float: left;
	width: 320px;
	height: auto;
	overflow: hidden;
}

.last-tit{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 40px;
	font-weight: bold;
	color: #ee4f02;
}

.topics-img{
	width: 300px;
	height: 400px;
	overflow: hidden;
	padding: 10px;
	background: #ffffff;
	margin-top: 20px;
}

.topics-img p{
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
}

.topics-img a{
	color: #333333;
}

.online{
	width: 320px;
	margin: 0 20px;
	height: auto;
	float: left;
	overflow: hidden;
}

.news-lists{
	width: 320px;
	height: auto;
	overflow: hidden;
	float: left;
}

.topics-img ul li{
	width: 100%;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	background: url(../images/icon2.gif) no-repeat center left;
	text-indent: 10px;
}

.footer{
	width: 1000px;
	height: auto;
	overflow: hidden;
	text-align: center;
	padding-top: 20px;
}

