/*公共部分*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
	font-family: CustomFont, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
	font-size: 14px;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

img {
	border: none;
	vertical-align: middle;
}
body{
	background: url(../images/wugang.jpg) no-repeat;
	background-size: 100%;	
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input {
	outline: none;
}

.clear {
	clear: both;
}

.header {
	width: auto;
	height: 500px;
	
}

.subject {
	width: 1200px;
	margin: 0 auto;
}



/* 轮播图样式 开始*/
.slideshow {
	width: 590px;
	height: 350px;
}

.banner {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.banner * {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
}

.banner .list {
	width: 1000%;
	height: 100%;
	position: absolute;
	left: -100%;
	overflow: hidden;
}

.banner .list.active {
	transition: 1s;
}

.banner .list li {
	width: 10%;
	height: 100%;
	position: relative;
	float: left;
}

.banner .list li img {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
	transition: 1s;
}

.banner .list li img:hover {
	transform: scale(1.02);
}

.banner .list li p {
	position: absolute;
	bottom: 0;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	box-sizing: border-box;
	padding-right: 165px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	font-size: 14px;
	text-indent: 10px;
}

.banner .listIndex {
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 10px;
	z-index: 10;
}

.banner .listIndex li {
	width: 15px;
	height: 35%;
	background: #999999;
	display: inline-block;
	margin-right: 8px;
	cursor: pointer;
	vertical-align: top;
}

.banner .listIndex li.active {
	width: 20px;
	height: 40%;
	background: #e25348;
}

.news1 {
	width: 592px;
	float: right;
}

.news1-hd {
	background: url(../images/news-bg02.png) no-repeat center;
}

.news1-hd span {
	font-weight: normal;
	font-size: 28px;
	color: #EF3838;
	line-height: 32px;
	margin: 0 16px 25px 16px;
	float: left;
}

.more {
	padding: 0 14px;
	background: #EF3838;
	float: right;
	font-size: 12px;
	color: #ffe4e2;
	font-family: "宋体";
	line-height: 28px;
	text-align: center;
}

.news1-hd a { 
	margin: 5px 16px 0 16px;
	}
	
.news-line{
	height: 10px;
	background: url(../images/title-bg1.png);
}
.news-bd{}

.news1-bd ul{margin-top: 5px;}

.news1-bd ul li{
	padding-left: 25px;
	line-height: 40px;
	font-size: 17px;
	background: url(../images/listbg.png) -5px -2px no-repeat;
}
.s-line2{
	margin-top: 15px;
}
.news2 {
    float: left;
    width: 740px;
}

.news2-hd{}

.news2-hd img{
	
	float: left;
	width: 192px;
	height: 68px;
}

.news2-hd .news-line{
	float: left;
	width: 472px;
	margin-top: 30px;
	margin-left: 10px;
	
}

.news2-hd .more{
	float: left;
	margin-top: 20px;
}

.schedule{
	float: right;
	width: 400px;
}

.schedule-title{
	width: auto;
	height: 54px;
	margin-top: 20px;
    background: #e25348;
}

.schedule-title img {
    width: 54px;
    height: 54px;
	float: left;
    margin-right: 10px;
}

.schedule-title span {
	display: inline-block;
	color: #FFFFFF;
	font-size: 25px;
	line-height: 54px;
	font-weight: 600;
}

.schedule-list{
	margin-top: 10px;
}

.schedule-list li{
        float: left;
	text-align: center;
	width: 46%;
	height: 40px;
	line-height: 40px;
	margin: 0 5px;
	padding: 0 3px;
	font-size: 13px;
	background-color: #efefef;
}
