.head-container{
	max-width:1480px;
	padding:0 20px;
	margin:0 auto;
	width:100%;
	box-sizing: border-box;
}
.foot-container{
	max-width:1480px;
	padding:0 20px;
	margin:0 auto;
	box-sizing: border-box;
}
.container{
	max-width:1640px;
	padding:0 20px;
	margin:0 auto;
	box-sizing: border-box;
}
.foot-logo{
	margin-bottom:35px;
}
.foot-title{
	color:#fff;
	font-size:18px;
	font-weight:600;
}
.foot-p1{
	color:#fff;
	font-size:16px;
	font-weight:400;
}
.uk-flex-first-1{
	max-width:25%;
}
.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
* {
  scrollbar-width: none;
}
::-webkit-scrollbar {
    width: 7.5px;
    height: 6px;
    background-color: #f0f0f0;
    display: none
}
::-webkit-scrollbar-thumb {
    background-color: #b1b1b1;
    border-radius: 15px
}
::-webkit-scrollbar-thumb:hover {
    background-color: #777
}
.foot-container .uk-svg path{
	fill: #fff;
}
@media(max-width:1000px){
	.uk-flex-first-1{
		width:100%;
		max-width:100%;
	}
	.foot-nav{
		display: none;
	}
	.page-footer .page-footer-bottom{
		text-align: center;
		justify-content: center;
	}
	
}
.banner-pagination{
	width: 100px !important;
	left:15%!important;
	bottom: 30px !important;
}
.banner-pagination .swiper-pagination-bullet{
	background: #fff;
	opacity: 1;
	border-radius: 15px!important;
}
.banner-pagination .swiper-pagination-bullet-active{
	width:35px;
}

.s1 .p_scrool {
    position: absolute;
    left: calc((100% - 90px) / 2);
    bottom: 40px;
    color: #fff;
    width: 90px;
    z-index: 10;
    cursor:pointer;
}

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

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

.s1 .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:1000px){
	.s1 .p_scrool{
		display:none;
	}
	.banner-pagination{
		display:none;
	}
}
.index-title{
	text-align: center;
	font-size:50px;
	color:#2a2a2a;
	line-height: 1;
	font-weight:800;
	padding:50px 0;
	text-transform: uppercase;
}
.s2{
	position: relative;
}
.s2swiper1{
	position: relative;
}
.s2swiper2{
	position: absolute;
	left:0;
	bottom:0;
	z-index: 9;
	width:100%;
}
.s2swiper2 .swiper-slide{
	text-align: center;
	font-size:20px;
	font-weight:600;
	color:#fff;
	padding:50px 0;
	background: rgb(0,0,0,0.5);
	cursor:pointer;
}
.s2swiper2 .swiper-slide.swiper-slide-thumb-active{
	background: #f39807;
}

.s2 .s2-next{
	opacity: 1;
	cursor: pointer;
	pointer-events: auto;
	display: block;
	right:10%;
	width:30px;
	height:30px;
	line-height: 30px;
	text-align: center;
	border-radius: 10px;
	background: #2a2a2a;
}
.s2 .s2-prev{
	opacity: 1;
	cursor: pointer;
	pointer-events: auto;
	display: block;
	left:10%;
	width:30px;
	height:30px;
	line-height: 30px;
	text-align: center;
	border-radius: 10px;
	background: #2a2a2a;
}
.s2-next:after{
	color: #fff !important;
	font-size:15px!important;
}
.s2-prev:after{
	color: #fff !important;
	font-size:15px!important;
}
.s2-next:hover{
	background: #f39807;
}
.s2-prev:hover{
	background: #f39807;
}
@media(max-width:1400px){
	.s2swiper2 .swiper-slide{
		padding:30px 0;
	}
}
@media(max-width:1000px){
	.s2swiper2 .swiper-slide{
		padding:10px 0;
		font-size:15px;
		font-weight:400;
	}
	.s2swiper2{
		position: relative;
		top:auto;
		left:auto;
		bottom:auto;
	}
	.index-title{
		padding: 20px 0;
		font-size:26px;
	}
}
.s3-left{
	width:calc(100%  / 3);
	height:900px;
	background-image: url(../banner/s3-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	justify-content: center;
	align-items: center;
	align-content: center;
	color:#fff;
	padding:0 50px;
	box-sizing: border-box;
}
.s3-right{
	width:calc((100%  / 3) * 2);
	height:900px;
}
.s3-icon{
	display: block;
}
.s3-left span{
	display: block;
	width:100%;
	text-align: center;
}
.s3-span1{
	font-size:48px;
	font-weight:600;
	margin-top:50px;
}
.s3-span2{
	font-size:18px;
	font-weight:400;
	color:#c0c0c0;
	margin-top:80px;
}
.s3-left-a{
	margin-top:100px;
	background: rgb(255,255,255,50%);
	color:#fff;
	font-size: 18px;
	padding:20px 55px;
}
.s3-left-a:hover{
	color:#f39907;
}
.s3-tab{
	width:50%;
	height:450px;
	align-items: center;
	justify-content: center;
	position: relative;
}
.s3-tab img{
	max-width:100%;
	max-height:450px;
}
.s3-tab-title{
	position: absolute;
	bottom:20px;
	left:20px;
	font-size:20px;
	color:#000;
}
.s3-tab:nth-child(1){
	background:#ebebeb;
}
.s3-tab:nth-child(4){
	background:#ebebeb;
}
.s3-tab:hover .s3-tab-title{
	color:#f39907;
}
@media(max-width:999px){
	.s3-left{
		width:100%;
		height: 500px;
	}
	.s3-right{
		width:100%;
		height:auto;
	}
	.s3-tab{
		width:100%;
		height: 350px;
	}
	.s3-tab:nth-child(3){
		background:#f7f7f7;
	}
	.s3-span1{
		margin-top:20px;
		font-size:30px;
	}
	.s3-span2{
		margin-top:20px;
		font-size:16px;
	}
	.s3-left-a{
		margin-top:30px;
	}
}
.s4{
	background-image: url(../banner/s4-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	padding:200px 0;
}
.s4-con{
	background: #fff;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	padding:70px 60px 30px;
}
.s4-left{
	width: calc(62% - 25px);
}
.s4-right{
	width:38%;
	position: relative;
	background: url(../banner/s4-video.jpg) no-repeat center/100% 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: 999999999;
}
.vidcontainer .closevid{
    width: 40px;
    height: 40px;
    background: url(../banner/close.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;
}

.s4-right .videobox {
    width: 200px;
    height: 200px;
    display: block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.s4-right .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
}

.s4-right .videobox .play:before {
    background: #f39807
}

.s4-right .videobox .play:after {
    background: #f39807
}

.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
    }
}

.s4-left .index-title{
	padding:0;
	text-align: left;
}
.s4-left .index-line{
	margin:30px 0;
	width:60px;
	height:3px;
	background: #2a2a2a;
}
.s4-left-a{
	display: inline-block;
	margin-top:40px;
	background: #f39807;
	width:200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	color:#fff;
}
.index-text{
	font-size:16px;
	color:#666;
}
.s4-bottom{
	margin-top: 30px;
}
.s4-img{
	border:10px solid #2a2a2a;
	width:100%;
	box-sizing: border-box;
}
.s4-img img{
	display: block;
	width:100%;
}
.s4-tab{
	display: block;
	width:100%;
}
.s4-tab-title{
	display: block;
	width:100%;
	height:50px;
	line-height: 50px;
	font-size:18px;
	color:#2a2a2a;
	text-align: center;
	background: #f0f0f0;
	border-bottom-right-radius:25px;
}
.s4-tab:hover{
	text-decoration: none;
	color: #333;
}
.s4swiper{
	padding-bottom:80px;
}
.s4-next{
	right: 45% !important;
	top:auto!important;
	bottom:8px!important;
	width:30px;
	height:30px;
	line-height: 30px;
	text-align: center;
	border-radius: 10px;
	background: #2a2a2a;
}
.s4-prev{
	left: 45% !important;
	top:auto!important;
	bottom:8px!important;
	width:30px;
	height:30px;
	line-height: 30px;
	text-align: center;
	border-radius: 10px;
	background: #2a2a2a;
}
.s4-next:hover{
	background: #f39807;
}
.s4-prev:hover{
	background: #f39807;
}
.s4-next:after{
	color: #fff !important;
	font-size:15px!important;
}
.s4-prev:after{
	color: #fff !important;
	font-size:15px!important;
}
@media(max-width:999px){
	.s4{
		padding:20px 0;
	}
	.s4-con{
		padding:20px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.s4-left{
		width:100%;
	}
	.s4-right{
		width:100%;
		margin-top:20px;
		min-height:200px;
	}
	.s4-next{
		right: 20% !important;
	}
	.s4-prev{
		left: 20% !important;
	}
}
.s5-con{
	position: relative;
}
.s5-left-a{
	position: absolute;
	bottom:40px;
	right:0;
	color:#2a2a2a;
	font-size:16px;
	border-bottom: 1px solid #2a2a2a;
	padding:5px 0;
}
.s5-left-a:hover{
	text-decoration: none; 
}
.s5-pagination{
	bottom:0!important;
	top: auto !important;
}
.s5-bottom{
	position: relative;
	margin-top:
}
.s5swiper{
	width:calc(100% - 80px)!important;
}
.s5-button{
	width:80px;
	position: relative;
}
.s5-next{
	left: auto !important;
	right: 10px !important;
	top:100px!important;
	bottom:auto!important;
	width:30px;
	height:30px;
	line-height: 30px;
	text-align: center;
	border-radius: 10px;
	background: #2a2a2a;
}
.s5-prev{
	left: auto !important;
	right: 10px !important;
	top:150px!important;
	bottom:auto!important;
	width:30px;
	height:30px;
	line-height: 30px;
	text-align: center;
	border-radius: 10px;
	background: #2a2a2a;
}
.s5-next:after{
	color: #fff !important;
	font-size:15px!important;
}
.s5-prev:after{
	color: #fff !important;
	font-size:15px!important;
}
.s5-next:hover{
	background: #f39807;
}
.s5-prev:hover{
	background: #f39807;
}
.s5-tab-title{
	padding:25px 0;
	color:#2a2a2a;
	font-size:20px;
}
.s5-tab:hover{
	text-decoration:none;
}
.s5-pagination .swiper-pagination-progressbar-fill{
	background:#2a2a2a;
}
@media(max-width:999px){
	.s5-left-a{
		display: none;
	}
}
.s6-con{
	width:100%;
}
.s6-con img{
	display:block;
	width:100%;
}
.s7{
	background-image: url(../banner/s7-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.s7 .index-title{
	color:#fff;
}
.s7 .index-text{
	text-align: center;
	color:#fff;
}
.s7-con{
	margin-top: 40px;
	padding-bottom:100px;
}
.s7-left{
	width:65%;
	background: #fff;
}
.s7-right{
	width:calc(35% - 30px);
	background: #fff;
}
.s7-tab1{
	display: block;
	width:50%;
	background: #fff;
	padding:15px;
	box-sizing: border-box;
	border:1px solid #ccc;
}
.s7-tab1:hover{
	text-decoration: none;
}
.s7-img1{
	display: block;
	width:100%;
}
.s7-img1 img{
	display: block;
	width:100%;
}
.s7-tab-title1{
	font-size:18px;
	font-weight:600;
	color:#2a2a2a;
	margin:15px 0 0;
	/* height:50px; */
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
}
.s7-tab1 p{
	font-size:16px;
	font-weight:400;
	color:#666;
	margin-top:10px;
	margin-bottom:0;
	height:50px;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
}
.s7-right{
	border: 1px solid #ccc;
}
.s7-tab2{
	padding:15px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}

.s7-time{
	width:100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	color:#666666;
	border-right: 1px solid #ccc;
	text-align: center;
	box-sizing: border-box;
	padding-right:15px;
}
.s7-t{
	width:calc(100% - 100px);
	box-sizing: border-box;
	padding:15px;
}
.s7-time1{
	font-size:18px;
	display: block;
	width:100%;
}
.s7-time2{
	font-size:22px;
	font-weight: 600;
	display: block;
	width:100%;
}
.s7-tab-title2{
	font-size:22px;
	font-weight:600;
	color:#2a2a2a;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	overflow: hidden;
}
.s7-tab2 p{
	font-size:16px;
	color:#666;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	overflow: hidden;
	margin-bottom:0;
	margin-top:0px;
}

.s7-tab2:hover{
	text-decoration: none;
	background: #f39807;
}
.s7-tab2:hover .s7-time{
	color:#fff;
}
.s7-tab2:hover .s7-tab-title2,.s7-tab2:hover p{
	color:#fff;
}
@media(max-width:999px){
	.s7-tab1{
		width:100%;
	}
	.s7-left{
		width:100%;
	}
	.s7-right{
		width:100%;
		margin-top:10px;
	}
	.s7-time{
		display: none;
	}
	.s7-t{
		padding:0;
		width:100%;
	}
	.s7-tab2 p{
		-webkit-line-clamp: 2;
	}
	.s7-con{
		padding-bottom:20px;
	}
}