body {
    background: url(../images/bg.jpg) center 65px no-repeat;
}
.topnav {
    border-bottom: 5px solid #f3f3f3;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: '';
	display: block;
	float: none;
	clear: both;
}
.hide {
    display: none;
}
.mt-100 {
	margin-top: 100px;
}
.mb-170 {
    margin-bottom: 170px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.text-hide {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.slide-box .bd .u-tit a:hover,
.more a:hover {
    color: #e6383d;
}
.container {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
.dy {
    background: #F2F2F3 url(../images/dy.png) 875px center no-repeat;
    margin-top: 350px;
    padding: 20px 290px 20px 30px;
    text-align: justify;
    text-indent: 2em;
    line-height: 1.8;
}
.slide-box {
    overflow: hidden;
    padding-bottom: 60px;
    position: relative;
}
.slide-box .hd {
    height: 35px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    text-align: center;
}
.slide-box .hd ul {
    overflow: hidden;
    zoom: 1;
    text-align: center;
}
.slide-box .hd ul li {
    text-align: center;
    display: inline;
}
.slide-box .hd ul li span {
    display: inline-block;
    width: 80px;
    height: 10px;
    background: #fff;
    border: 1px solid #000;
    margin-right: 5px;
    cursor: pointer;
}
.slide-box .hd ul li.on span {
    background: #e6383d;
    color: #fff;
}
.slide-box .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.slide-box .bd li {
    zoom: 1;
    vertical-align: middle;
    width: 1140px;
    position: relative;
}
.slide-box .bd .u-pic {
    display: block;
    width: 500px;
    height: 375px;
    overflow: hidden;
    float: left;
}
.slide-box .bd img {
    width: 100%;
    display: block;
}
.slide-box .bd img:hover {
    opacity: .9;
}
.slide-box .bd .u-tit {
    font-size: 48px;
    text-align: center;
    font-weight: 600;
    margin: 30px 80px 30px;
}
.slide-box .bd .u-ct {
    line-height: 2.3;
    float: right;
    width: 600px;
    text-align: justify;
}
.more {
    width: 142px;
    height: 108px;
    line-height: 125px;
    background: url(../images/more.png) top center no-repeat;
    text-align: center;
    float: right;
    margin-top: -15px;
}