.banner{
	    min-width: 1200px;
}
.slideBox {
    width: 100%;
/*    height: 600px;*/
	height: 800px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 12px;
    z-index: 1;
}

.slideBox .hd ul {
    width: 100%;
    text-align: center;
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    display: inline-block;
    margin-right: 20px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #015548;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    width: 100%;

}

.slideBox .bd li div {
    width: 100%;
/*    height: 600px;*/
	height: 800px;
}

.slideBox .bd img {
    width: 100%;
    height: 600px;
    display: block;
}

.slideBox .prev {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 50px;
    height: 50px;
    background: url('../img/icon_2.png') no-repeat center;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    position: absolute;
    right: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 50px;
    height: 50px;
    background: url('../img/icon_3.png') no-repeat center;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.home-nav {
    width: 100%;
    height: 80px;
    background-color: #303232;
	    min-width: 1200px;
}

.home-nav ul {
    width: 1202px;
    margin: 0 auto;
}

.home-nav ul li {
    float: left;
    width: 198px;
    height: 80px;
    border-right: 2px solid #fff;
    text-align: center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.home-nav ul li.active{
	background-color: #024438
}
.home-nav ul li:first-child {
    border-left: 2px solid #fff;
}

.home-nav ul li a {
    display: block;
    padding: 19px 0;
    color: #fff;
}

.home-nav ul li a p {
    padding-bottom: 10px;
    font-size: 18px;
}


.home-nav ul li a span {
    font-size: 14px;
}

.home-nav ul li:hover {
    background-color: #024438;
}
.raiders{
    width: 100%;
    height: 257px;
    background: url("../img/bg_1.jpg") no-repeat center center;
    background-size: cover;
}
.raiders ul{
     width: 1163px;
     padding: 30px 18px 0 19px;
     margin: 0 auto;
 }
.raiders ul li{
    float: left;
    width: 351px;
    height: 184px;
    margin-left: 30px;
    position: relative;
}
.raiders ul li:first-child{
    margin-left: 0;
}
.raiders ul .raiders-1{
     border-top: 7px solid #ddcca4;
     border-right: 8px solid #ddcca4;
     border-bottom: 6px solid #ddcca4;
     border-left: 7px solid #ddcca4;
    background: url("../img/raiders_1.jpg") no-repeat center center;
 }
.raiders ul .raiders-2{
    border-top: 7px solid #ddcca4;
    border-right: 9px solid #ddcca4;
    border-bottom: 6px solid #ddcca4;
    border-left: 8px solid #ddcca4;
    background: url("../img/raiders_2.jpg") no-repeat center center;
}
.raiders ul .raiders-3{
    border-top: 7px solid #ddcca4;
    border-right: 7px solid #ddcca4;
    border-bottom: 6px solid #ddcca4;
    border-left: 8px solid #ddcca4;
    background: url("../img/raiders_3.jpg") no-repeat center center;
	cursor: pointer;
}
.raiders ul li a{
	display: block;
	width: 100%;
    height: 100%;
}
.raiders ul li a:hover{
    color: #880002;
}
.about-news{
    width: 100%;
    height: 311px;
    background-color: #fafafa;
}
.about-news>div{
    padding: 30px 0;
}
.about-news .about{
    float: left;
    width: 734px;
    padding: 18px 10px 26px 10px;
    height: 203px;
    border: 1px solid #dac8a8;
}
.about-news .news{
    float: right;
    padding: 18px 10px 13px 10px;
    width: 378px;
    height: 216px;
    border: 1px solid #dac8a8;
}
.about-news .title{
    border-bottom: 1px solid #dac8a8;
}
 h3{
    float: left;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #880002;
    padding-left: 50px;
    background: url("../img/icon_4.png") no-repeat left center;
    padding-bottom: 6px;

}
.about-news .title a{
    float: right;
}
.about-news .title a:hover{
    color: #880002;
}
.about .content{
    margin-top: 26px;
}
.about .content .about-pic{
    float: left;
    width: 250px;
    border: 1px solid #dac8a8;
}
.about .content .about-desc{
    float: right;
    width: 450px;
}
.about .content .about-desc p{
    text-indent: 2em;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
/*    margin-top: 8px;*/
}
.news li{
    height: 39px;
    line-height: 39px;
    border-top: 1px dashed #e6e6e6;
}
.news li a{
    float: left;
    width: 255px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news li a:hover{
    color: #880002;
}
.news li span{
    float: right;
	color: #666
}
.ad {
    width: 100%;
    min-width: 1200px;
    height: 400px;
    background: url("../img/ad.jpg") no-repeat center;
    background-size: cover;
    transition: all 20s;
}
.show{
    width: 100%;
    min-width: 1200px;
    /*height: 501px;*/
    background: url("../img/bg_2.jpg") no-repeat center;
    background-size: cover;
}
.show ul{
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 50px 0;
}
.show li{
    float: left;
    width: 381px;
    height: 314px;
    padding: 5px 5px 0 5px;
    margin-right: 10px;
    border: 1px solid #dac8a8;
    margin-top: 10px;
}
.show li img{
    border: 1px solid #f1f1f1;
	width: 379px;
	height: 267px;
}
.show li .show-box{
    position: relative;
    overflow: hidden;
}
.show li .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    transition: all 0.5s;
}
.show li .mask p{
    text-align: center;
    color: #fff;
    line-height: 270px;
    font-size: 16px;
    transform: translate(0,269px);
    transition: all 0.5s;
}
.show li div .title{
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
.show li:hover .mask{
    opacity: 1;
}
.show li:hover .mask p{
    transform: translate(0,0);
}
.show-24{
	width: 100%;
	min-width: 1200px;
	height: 168px;
	background: url("../img/24_title.jpg") no-repeat center;
/*	background-size: cover;*/
}