.nav_bar{
	position: fixed;
}
.banner img{
	display: block;
	width:100%;
}
.banner .p_scrool {
    position: absolute;
    left: calc((100% - 90px) / 2);
    bottom: 40px;
    color: #fff;
    width: 90px;
    z-index: 10;
    cursor:pointer;
}

.banner .p_scrool span {
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-family: arial;
    line-height: 20px;
    margin-top: 12px;
    font-size: 12px
}

.banner .p_scrool i {
    display: block;
    width: 20px;
    height: 30px;
    margin: 0 auto;
    border-radius: 12px;
    border: 2px #fff solid;
    position: relative
}

.banner .p_scrool i:before {
    content: "";
    display: block;
    width: 4px;
    height: 10px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: 3px;
    animation: scrollmouse 2s linear infinite
}

@keyframes scrollmouse {
    from {
        transform: translate(-50%,0);
        opacity: 1
    }

    to {
        transform: translate(-50%,10px);
        opacity: 0
    }
}
@media(max-width:999px){
	.banner .p_scrool{
		display: none;
	}
	.nav_bar{
		position: relative;
	}
	.fixedHeader{
		position: fixed;
	}
}
.s5{
	padding:100px 0;
}
/* 左侧图片新闻区域 */
.s5-left-section {
    flex: 1;
    margin-right:0px;
}
.s5-left-section a{
	display: block;
	position: relative;
}
.s5-left-section a:after{
	content:'';
	position: absolute;
	display: block;
	z-index: 2;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgb(0,0,0,0.6);
}
.news-image {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom:100px;
}

.news-info {
	position: absolute;
	z-index: 3;
	left:0;
	bottom:0;
	width:100%;
	box-sizing: border-box;
    padding: 50px;
}

.date1 {
    font-size:50px;
    font-weight: 800;
    color: #f54000;
    display:block;
    margin-bottom: 10px;
}
.date2 {
    font-size: 18px;
    font-weight: 400;
    color: #e0e0e0;
    display:block;
    margin-bottom: 40px;
}
.news-info h2 {
    font-size: 24px;
	font-weight:800;
    margin-bottom: 15px;
    color: #fff;
}

.news-info p {
	color:#e0e0e0;
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 1.8;
	text-align: justify;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow: hidden;
}

.news-info .more-btn {
    display: inline-block;
    padding: 8px 16px;
    background-color: #e0e0e0;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.more-btn:hover {
    background-color: #fff;
}

/* 右侧新闻列表区域 */
.s5-right-section {
    flex: 1;
	margin-top:100px;
}

.news-card {
	display: block;
    background-color: #e5e5e5;
    padding: 40px;
    margin-bottom: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.news-card .date1 {
    font-size:50px;
    font-weight: 800;
    color: #f54000;
    display:block;
    margin-bottom: 10px;
}
.news-card .date2 {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    display:block;
    margin-bottom: 25px;
}

.news-card h3 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #333;
}

.news-card p {
	color:#666666;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.8;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow: hidden;
}

.news-card .more-btn2 {
    display: inline-block;
    color: #f54000;
    text-decoration: none;
}
.news-card:hover{
	background: #eee;
}
@media(max-width:1500px){
	.s5-right-section{
		margin-top:0;
	}
	.news-image{
		margin-bottom:0px;
	}
}
@media(max-width:999px){
	.s5{
		padding:30px 0;
	}
	.s5-left-section{
		width:100%;
		flex:auto;
	}
	.news-info{
		padding:20px;
	}
	.news-info p{
		margin-bottom:0;
	}
	.news-info h2{
		font-size:20px;
	}
	.news-info .more-btn{
		display: none;
	}
	.s5-right-section{
		flex:auto;
		width:100%;
		margin-top:20px;
	}
}

.s1{
	background-image: url(../image/s1bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	padding:100px 0;
}
.s1-left{
	width:520px;
}
.s1-right{
	width:calc(100% - 520px);
}

.index-p{
	font-size:48px;
	color:#1a1a1a;
	font-weight:800;
	margin-bottom:20px;
	line-height:1;
}
.index-title .more-btn{
	font-size:18px;
	color:#f54000;
	font-weight:400;
	line-height:1;
}
.s1-t{
	width:100%;
	margin-top:120px;
}
.index-title .more-btn:hover{
	background: none;
}
.s1-tab{
	width:100%;
	padding-left:30px;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.s1-tab-left{
	display: flex;
	flex-wrap:wrap;
	align-items:center;
	align-content: center;
}
.swiper-pagination-current{
	color:#f54000;
}
.s1-tab-hover{
	background-image: url(../image/si-tab-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.s1-tab2.s1-tab-hover{
	background-image: url(../image/si-tab-bg2.jpg);
}
.s1-tab-left span{
	font-size:30px;
	font-weight:800;
	color:#1a1a1a;
	margin-bottom:15px;
	display: block;
	width:100%;
}
.s1-tab-hover span{
	color:#fff;
}
.s1-tab-hover .more-btn3{
	color:#fff;
}
.s1-right .swiper{
	display:none;
}
.s1-right .s1-swiper-hover{
	display: flex;
}
.s1-right .swiper img{
	display: block;
	max-width:100%;
	margin:0 auto;
}
.s1-right p{
	color:#1a1a1a;
	font-weight:800;
	font-size:48px;
	text-align: center;
	margin-top:20px;
}
.s1-right .swiper-num{
	position: absolute;
	bottom:0px;
	text-align: center;
	font-size:22px;
	font-weight:800;
	font-style: italic;
	width:100%;
}
.s1-right .swiper-num  .active{
	color:#f54000;
}
.s1-right .swiper-wrapper{
	padding-bottom:40px !important;
}
.s1-right .zy{
	position: absolute;
	bottom:0px;
	text-align: center;
	font-size:22px;
	font-weight:800;
	left:calc(50% - 80px);
	width:160px;
	height: 20px;
}
.zy .swiper-button-next{
	color:#000;
}
.zy .swiper-button-next:after{
	font-size:20px!important;
}
.zy .swiper-button-prev{
	color:#000;
}
.zy .swiper-button-prev:after{
	font-size:20px!important;
}
@media(max-width:999px){
	.s1{
		padding:30px 0;
		background:#ddd;
	}
	.index-p{
		font-size:24px;
	}
	.index-title .more-btn{
		display: none;
	}
	.s1-t{
		margin-top:30px;
	}
	.s1-tab{
		padding-left: 20px;
	}
	.s1-tab-left{
		width:30%;
	}
	.s1-tab-left span{
		font-size:22px;
	}
	.s1-tab-right{
		width:50%;
	}
	.s1-tab-right img{
		max-width:100%;
	}
	.s1-right{
		width:100%;
	}
	.s1-right .swiper img{
		max-width:80%;
	}
		
	.s1-right p{
		font-size:24px;
	}
}
.s2{
	background-image: url(../image/s2bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	padding:100px 0;
}
.s2 .index-p{
	color:#fff;
}
.s2-left{
	width:50%;
}

.s2con1{
	font-size:16px;
	line-height:2;
	color:#b4b4b4;
	margin-top:50px;
}
.btm {
    display: flex;
    justify-content: flex-start;
    align-items: center;
	margin-top:50px;
}
.s2-more {
    font-size: 18px;
    padding: 0 35px 0 10px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    z-index: 9;
    overflow: hidden;
    height: 45px;
    line-height: 45px;
    z-index: 3;
    display: inline-block;
}
.s2-more:hover{
	color: #fff;
}
.s2-more:hover:after {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    width: 140%;
    right: -20px
}

.s2-more:before {
    content: "";
    position: absolute;
    right: 10px;
    background: #f54000;
    width: 20px;
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    top: 0;
    height: 110%;
    z-index: -1;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.s2-more:after {
    content: "";
    position: absolute;
    right: 40px;
    width: 80px;
    height: 110%;
    top: 0;
    background: #f54000;
    z-index: -1;
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg)
}
.s2 .videobox {
    width: 200px;
    height: 200px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 40px;
	position: relative;
	right: 0;
	margin-left: 40px;
}


.s2 .videobox i {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-animation: round 10s linear infinite;
    -moz-animation: round 10s linear infinite;
    animation: round 10s linear infinite
}

.s2 .videobox .play:before {
    background: #f54000
}

.s2 .videobox .play:after {
    background: #f54000
}

.play2 {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.play2:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 100%;
    background: 0 0;
    background: #fff;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1
}

.play2:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 100%;
    background: #fff;
    background: 0 0;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}

@-webkit-keyframes round {
    from {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@-moz-keyframes round {
    from {
        -moz-transform: rotateZ(0);
        transform: rotateZ(0)
    }

    100% {
        -moz-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@keyframes round {
    from {
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        transform: rotateZ(0)
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@-webkit-keyframes ks {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    80% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: .3
    }

    to {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

@-moz-keyframes ks {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    80% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: .3
    }

    to {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

@keyframes ks {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    80% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: .3
    }

    to {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

.s2 .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
}
.s2-right {
	width:50%;
    padding: 0 8%;
    height: 512px;
    overflow-y: auto;
	margin-top:50px;
}
.grid-box {
    font-size: 0;
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
	width: 100%;
}
.s2-right ul.datalist li{
    margin-bottom: 35px;
}
.s2-right ul.datalist li .item {
    width: 100%;
}

.s2-right ul.datalist li .item span {
    font-size: 16px;
    text-transform: uppercase;
    color: #7e7e7e
}

.s2-right ul.datalist li .item .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #7e7e7e
}

.s2-right ul.datalist li .item .bottom span {
    font-size: 80px;
    color: #f54000;
    margin-right: 50px;
    line-height: 1;
	/* font-family: 'Rubik', sans-serif; */
	font-weight:800;
}
.s2-right ul.datalist li .item .bottom .text {
    color: #fff;
    max-width: 200px;
	font-size: 18px;
}
@media(max-width:999px){
	.s2-left{
		width:100%;
	}
	.s2-right{
		width:100%;
	}
	.datalist{
		padding-left:0;
	}
	.s2{
		padding:50px 0  20px;
	}
}
.s3{
	padding:100px 0;
}
.s3con{
	width:100%;
	height:100%;
}
.s3tab{
	position: relative;
	width:18%;
	height:100%;
	min-height:700px;
	box-sizing: border-box;
	justify-content:center;
	align-items:center;
	align-content:center;
	color:#fff;
	cursor: pointer;
	padding-left:50px;
	padding-right:50px;
	border-right: 1px solid #fff;
	transition: 0.3s;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.s3tab:before{
	content: '';
	display: block;
	width:100%;
	height:100%;
	background:rgb(0,0,0,0.5);
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
}
.s3-c{
	position: relative;
	z-index: 2;
	width:100%;
	height:100%;
}
.s3tab:after{
	content: '';
	display: block;
	width:3px;
	height:80px;
	background: #fff;
	position: absolute;
	top:30%;
	right:-2px;
	z-index: 3;
}
.s3tab:nth-child(4):after{
	display: none;
}
.s3tab:nth-child(4){
	border-right:none;
}
.s3tab_active{
	width:46%;
	padding-left:100px;
	padding-right:100px;
	background: rgb(0,0,0,0.5);
}
.s3p1{
	font-size:18px;
	width:100%;
	color:#f54000;
}
.s3p2{
	font-size:36px;
	font-weight: 800;
	margin-top:25px;
	width:100%;
	
}
.s3p3{
	font-size:15px;
	font-weight: 400;
	margin-top:40px;
	width:100%;
	display: none;
	line-height: 2;
	text-align: justify;
}
.s3p4{
	margin-top:60px;
	width:100%;
	display: none;
}
.s3p4 a{
	display: block;
	width:50px;
	height:50px;
	text-align: center;
	line-height: 50px;
	background: #f54000;
	color:#fff;
}
.s3tab_active .s3p3{
	display: block;
}
.s3tab_active .s3p4{
	display: block;
}
@media(max-width:1000px){
	.s3{
		padding:30px 0;
	}
	.s3tab{
		width:50%;
		height: 50%;
		text-align: center;
		padding:0;
		min-height:200px;
	}
	.s3tab:nth-child(1),.s3tab:nth-child(2){
		border-bottom: 1px solid #fff;
	}
	.s3tab:nth-child(2){
		border-right: none;
	}
	.s3tab_active{
		width:50%;
		padding:0;
		text-align: center;
	}
	.s3tab_active .s3p3{
		display:none;
	}
	.s3tab_active .s3p4{
		display:block;
		margin-top:15px;
		text-align:center;
	}
	.s3p4 a{
		margin-left:auto;
		margin-right:auto;
		margin-top:0px;
		width:30px;
		height:30px;
		line-height: 30px;
	}
	.s3p1{
		display:none;
	}
	.s3p2{
		font-size:20px;
		margin-top: 0;
	}
	.s3tab:after{
		display: none;
	}
}


.s4 {
    padding-top: 150px;
    padding-bottom: 475px;
    background: url(../image/s4bg.jpg) top center no-repeat;
    background-size: cover
}

.s4 .ui.container .top {
    text-align: center
}
.s4 ul li{
	list-style: none;
}
.s4 .ui.container .top span.tag {
    color: #fff!important
}

.s4 .ui.container .top .h3 {
    color: #fff;
    margin-bottom: 40px;
    text-shadow: 6px 5px 20px #000
}

.s4 .ui.container .main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.s4 .ui.container .main ul li {
    position: relative
}

.s4 .ui.container .main ul li.mb-60 {
    margin-bottom: 60px
}

.s4 .ui.container .main ul li:hover .box .top i img {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.s4 .ui.container .main ul li .box .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.s4 .ui.container .main ul li .box .top i img {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.s4 .ui.container .main ul li .box .top .h4 {
    max-width: 253px;
    color: #000;
    line-height: 1.2
}

.s4 .ui.container .main ul li .box .content {
    color: #737373
}

.s4 .ui.container .main ul li .nums {
    font-size: 95px;
    color: #f54000;
    line-height: 1;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    overflow: hidden
}

.s4 .ui.container .main ul li .nums i {
    width: 82px;
    height: 142px;
    position: absolute
}

.s4 .ui.container .main .left {
    width: 40%;
    max-width: 415px
}

.s4 .ui.container .main .left ul li {
    padding-left: 55px
}

.s4 .ui.container .main .left ul li .box {
    text-align: left
}

.s4 .ui.container .main .left ul li .box .top {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.s4 .ui.container .main .left ul li .box .top .h4 {
    margin-left: 5px;
    text-align: left
}

.s4 .ui.container .main .left ul li .nums {
    left: 0;
    top: 0
}

.s4 .ui.container .main .left ul li .nums i {
    bottom: -19px;
    right: -5px;
    z-index: 3
}

.s4 .ui.container .main .left ul li .nums i.three {
    bottom: -5px;
    right: -14px
}

.s4 .ui.container .main .right {
    width: 40%;
    max-width: 415px
}

.s4 .ui.container .main .right ul li {
    padding-right: 55px
}

.s4 .ui.container .main .right ul li .box {
    text-align: right
}

.s4 .ui.container .main .right ul li .box .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.s4 .ui.container .main .right ul li .box .top .h4 {
    margin-right: 15px;
    text-align: right
}

.s4 .ui.container .main .right ul li .nums {
    position: absolute;
    right: 0;
    top: 0
}

.s4 .ui.container .main .right ul li .nums i {
    left:15px;
    top: -35px;
    z-index: 3;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    width: 60px
}

.s4 .ui.container .main .right ul li .nums i.three {
    top: -11px;
    left: -7px
}

@media(max-width:999px){
	.s4 {
		padding: 80px 0;
		background: #fff
	}

	.s4 .ui.container {
		width: 80%
	}

	.s4 .ui.container .main {
		width: 100%;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.s4 .ui.container .main .left {
		width: 100%;
		max-width: none
	}

	.s4 .ui.container .main .right {
		width: 100%;
		max-width: none
	}

	.s4 .ui.container .main>a.more {
		color: #000;
		margin: 20px auto
	}
}
.vidcontainer{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    background-color: rgba(0,0,0,0.8);
    cursor: pointer;
    z-index: 99999;
}
.vidcontainer .closevid{
    width: 40px;
    height: 40px;
    background: url(../image/close-vid2.png) no-repeat center/100% auto;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index:999;
    cursor: pointer;
}
.vidcontainer video{
    position: absolute;
    width: 90%;
    height:auto;
    top: 0;
    max-width:1200px;
    max-height:80%;
    left: 0;
    background-color: #000;
    bottom: 0;
    right: 0;
    margin: auto;
}