.main-video{
	height: 500px;
	position: relative;
	overflow: hidden;
}
.main-video .main-video-object{
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	height: 500px;
}
.main-video .main-video-object video{
	width: 100%;
	position: relative;
    z-index: -1;
}

.main-video .img-cover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: top center;
}


.main-video .swiper-button-next,
.main-video .swiper-button-prev{
	background-repeat: no-repeat;
	width: 40px;
	height: 73px;
}
.main-video .swiper-button-next{
	background-image: url('home-video-next.png');
}
.main-video .swiper-button-prev{
	background-image: url('home-video-prev.png');
}

.main-video .cover-box{
	position: absolute;
	top: 180px;
	left: 50%;
	margin-left: 72px;
	color: #fff;
	z-index: 1000;
    max-width: 600px;

    text-shadow: 4px 4px 10px #333;
}

.main-video h3{
	font-size: 33px;
    padding-bottom: 5px;
}
.main-video h2{
	font-size: 80px;
	position: relative;
}
.main-video h2:after{
	content: '';
	position: absolute;
	width: 60px;
	height: 1px;
	background-color: #ffffff; 
	bottom: -20px;
	left: 0;
}
.main-video .des{
	padding-top: 51px;
	font-size: 18px;
    line-height: 30px;
    padding-bottom: 10px;
}
.main-video .btn-box button{
	background-color: transparent;
	color: #fff;
	margin-top: 10px;
}
.main-video .btn-box button .yorkg-icon{
	vertical-align: -1px;
	margin-left: 4px;
}

.main-video .swiper-pagination-bullet{
	width: 12px;
	height: 12px; 
	background-color: rgba(0, 0, 0, .3)
}

.main-video .swiper-pagination-bullet-active{
	background-color: #fff;
}

.main-video .swiper-container-horizontal>.swiper-pagination-bullets, 
.main-video .swiper-pagination-custom, 
.main-video .swiper-pagination-fraction{
	bottom: 50px;
}

.index-bg-inset{
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.index-bg-inset.right-bg {
	background-position: right 0;
}

.index-bg-inset.left-bg {
	background-position: left 0;
}








.xwdt{
	margin-bottom: 78px;
}
.xwdt .history-box .left-box{
	width: 640px;
	height: 400px; 
}
.xwdt .history-box .left-box .img-box{
	float: left;
	margin-right: 20px;
}
.xwdt .history-box .img-box img{
	width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.xwdt .history-box .img-box img:hover{
    transform: scale(1.1);
}

.xwdt .history-box .right-box{
	width: 532px;
	height: 400px; 
}

.des2{
	padding-left: 0px;
	font-size: 16px;
	line-height:26px;
}
.xwdt .news-item{
	padding-left: 0px;
	position: relative;
	margin-bottom: 20px;
}
.xwdt .news-item:hover .big-title{
    color: #e77817;
}

.xwdt .moon{
	float: left;
	width: 50px;
	height: 60px;
	color: #333;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: -8px;
}
.xwdt .moon:after{
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 25px;
	background-color: #ff8a00;
	right: 0;
	top: 12px;
}
.xwdt .moon .year{
	font-size: 10px;
    position: relative;
    top: -7px;
}
.xwdt .moon .mon{
	font-size: 36px;
    font-family: 'impact';

}

.xwdt .news-title{
	font-size: 18px;
    color: #333;
}
.xwdt .con .des{
	height: 18px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-top: 8px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #e5e5e5;
	box-sizing: content-box;
	position: relative;
	color: #666666;
}

@media all and (min-width: 800px) {
    .xwdt .news-item.active .big-title{
        /*font-weight: bold;*/
    }
    .xwdt .news-item.active{
        padding-left: 0px;
    }
    .xwdt .news-item.active .news-title{
        font-size: 22px;
        padding-bottom: 6px;
    }
    .xwdt .news-item.active .moon{
        display: none;
    }
    .xwdt .news-item.active .con .des{
        background-color:#f4e82a;
        padding: 15px;
        height: auto;
        border-bottom: none;
        white-space: inherit;
        border-radius: 6px;
        overflow: inherit;
        color: #333;
font-size: 15px;
    line-height: 31px;
    }

    .xwdt .news-title{
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
}

.xwdt .news-item .con .des:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 0;
	height: 0;
	border-width: 7px;
	border-color: transparent;
	border-style: solid;
	border-bottom-color: #f4e82a;
	left: 62px;
	top: -14px;
}
.xwdt .news-item a{
	color: inherit;
}
.xwdt .news-item a:hover{
	text-decoration: none;
}
.xwdt .news-item:last-child .des{
    border-bottom: none;
}
.hzhb{
	margin-bottom: 60px;
}
.hzhb img{
	width: 100%;
	border: 1px solid #e1e1e1;
    display: inline-block;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.hzhb img:hover{
    transform: scale(1.05);
    border-color: #e77817;
}
.hzhb .item{
	margin-bottom: 20px;
    padding:0 10px;
}



.hzhb .row{
	margin-left: -10px;
	margin-right: -10px;
}




