body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: #140903;
    overflow: hidden;
}
/* banner */
.banner {
	height: 808px;
	width: 100%;
	margin-top: 151px;
	position: relative;
}
.banner .swiper-container {
	width: 100%;
	height: 100%;
}
.banner img {
	width: 100%;
	height: 100%;
}
.swiper-pagination-bullet {
	opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 80px;
}
.jiejian {
    width: 350px;
    height: 95px;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    background: #15100f;
    position: fixed;
    right: 80px;
    top: 68%;
    z-index: 1003;
    padding: 15px;
    color: #e6a701;
}
.bt {
    font-size: 16px;
}
.bt a {
    color: #e6a701;
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.text {
    font-size: 12px;
    text-indent: 25px;
    line-height: 25px;
    margin-top: 5px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
/* 左侧导航 */
.nav_left {
    width: 185px;
    height: 464px;
    background: url(../images/bj.jpg);
    position: fixed;
    left: 50px;
    top: 21%;
    z-index: 1002;
    border-radius: 10px;
    padding: 15px;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.zcd {
    width: 185px;
    height: 56px;
    background: url(../images/nav_bj.png);
    margin-top: 10px;
    font-size: 24px;
    text-align: center;
    color: #e6a701;
    line-height: 56px;
}
.nav_list {
    line-height: 40px;
    font-size: 14px;
    margin: 30px 0 0 22px;
}
.nav_list li {
    background: url(../images/nav_list.png) no-repeat left center;
}
.nav_list a {
    color: #e6a701;
    padding-left: 15px;
}
.nav_list a:hover {
    color: #FFF;
}
.zxyd {
    width: 158px;
    height: 78px;
    background: url(../images/zxyd.png) no-repeat;
    margin: 40px 0 0 15px;
}
.yd {
    margin: 0 auto;
    width: 145px;
    height: 34px;
    margin-top: 30px;
}
/* 底部信息 */
.footer {
    height: 60px;
    width: 100%;
    background: #140903;
    position: fixed;
    z-index: 1004;
    bottom: 0;
}
.phone {
    width: 290px;
    height: 22px;
    background: url(../images/phone.jpg) no-repeat;
    margin: 18px 0 0 30px;
    float: left;
}
.nav {
    line-height: 60px;
    width: 750px;
    float: left;
    position: relative;
    left: 15%;
}
.nav a {
    color: #e6a701;
    font-size: 12px;
    padding: 0 5px 0 10px;
    background: url(../images/line.jpg) left center no-repeat;
}
.copy {
    line-height: 60px;
    font-size: 12px;
    color: #e6a701;
    float: right;
    padding-right: 30px;
}
.copy a {
    color: #e6a701;
}