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;
    position:relative;
}
.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: #9e7230;
}
.container {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
.dy {
    background: url(../images/dy.png) 875px center no-repeat;
    margin-top: 390px;
    padding: 20px 290px 20px 30px;
    text-align: justify;
    text-indent: 2em;
    font-size:18px;
    line-height: 1.8;
}
.slide-box {
    overflow: hidden;
    padding-bottom: 60px;
    position: relative;
    background:url(../images/content.jpg) center no-repeat;
    width: 1144px;
    height: 684px;
}
.slide-box .hd {
    height: 35px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    bottom: 80px;
    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;
    margin-left:50px;
}
.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;
    padding-top: 30px;
}
.slide-box .bd .u-tit a{
    color:#9e7230;
}
.slide-box .bd .u-tit a:hover{
    text-decoration: underline;
}
.slide-box .bd .u-ct {
    line-height: 2.3;
    float: right;
    width: 500px;
    margin-right:50px;
    text-align: justify;
    font-size:18px;
}
.more {
    width: 120px;
    height: 115px;
    display:block;
    bottom:30px;
    right:0;
    position:absolute;
}