.banner-pagination{
	height: 40px !important;
	width: 20px !important;
	left: auto !important;
	right:50px !important;
	bottom:50% !important;
}
.banner-pagination .swiper-pagination-bullet{
	background: #fff!important;
	opacity: 1!important;
}
.banner img{
	display: block;
	width:100%;
}
.banner .swiper-slide{
	position: relative;
	overflow: hidden;
	height:calc(100vh - 98px);
}
.banner video {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    min-width: 100%;
}
@media(max-width:999px){
	.banner .swiper-slide{
		height:auto;
	}
	.banner video{
		position: relative;
		top:auto;
		left:auto;
		transform:translate(0,0);
		width:100%;
	}
}
.index-left{
	font-size:48px;
	color:#2a2a2a;
	font-weight:700;
}
.index-right{
	font-size: 16px;
	color:#2a2a2a;
	font-weight:400;
}
.s1{
	padding-bottom:100px;
}
.s1-con{
	margin-top:-120px;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	background: #fff;
	position: relative;
	z-index: 99;
	padding:80px 40px;
	box-sizing: border-box;
	border-bottom: 2px solid #06316a;
}
.s1-left{
	width:55%;
}
.s1-p1{
	font-size:36px;
	color:#2a2a2a;
	font-weight:700;
	line-height:50px;
}
.s1-right{
	width:calc(45% - 40px);
}
.s1-video{
	margin-top:35px;
	display: block;
	background: #0b54b6;
	color:#fff;
	border-radius: 20px;
	width:215px;
	height:40px;
	line-height: 40px;
	text-align: center;
	transition:0.3s;
}
.s1-video:hover{
	color:#fff;
	background: #002c68;
}
.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(../index/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;
}
@media(max-width:999px){
	.s1-con{
		margin:0;
		padding: 30px 0px;
	}
	.s1-left{
		width:100%;
	}
	.s1-right{
		width:100%;
		padding:0;
	}
	.s1-p1{
		font-size:26px;
	}
	.s1-right{
		margin-top:20px;
	}
	.s1{
		padding-bottom: 30px;
	}
}
.s2{
	padding-bottom:100px;
}
.s2-p1{
	font-size:40px;
	color:#2a2a2a;
	font-weight:600;
	line-height: 50px;
}
.s2-left{
	width:50%;
	padding-right:100px;
	box-sizing: border-box;
}
.s2-right{
	width:50%;
	box-sizing: border-box;
	border-radius: 20px;
	overflow: hidden;
	background: #000;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height:640px;
	/* padding:0 20px; */
}
.s2-tab{
	display: none;
	background: #000;
	position: relative;
	width:100%;
	height:100%;
}
	
.s2-tab video{
	width:auto;
	height:640px;
	text-align: center;
}
/* .s2-tab img{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
} */
.s2-tab:nth-child(1){
	background-image: url(../index/pro1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.s2-tab:nth-child(2){
	background-image: url(../index/pro2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.s2-tab:nth-child(3){
	background-image: url(../index/pro3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.s2-tab:nth-child(4){
	background-image: url(../index/pro4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.s2-tab-active{
	display: block;
}
.s2-tc{
	border-top:2px solid #f7f7f7;
	margin-top:50px;
}
.s2-tc-tab{
	padding:25px 0;
	border-bottom:2px solid #f7f7f7;
	cursor:pointer;
}
.s2-p2{
	font-size:24px;
	color:#2a2a2a;
	font-weight:400;
	position: relative;
}
.s2-p2:after{
	content:'+';
	display: block;
	top:0;
	right:20px;
	position: absolute;
	z-index: 2;
	font-size:24px;
	color:#707070;
	cursor:pointer;
}
.s2-p3{
	font-size:16px;
	color:#2a2a2a;
	font-weight:400;
	margin-top:25px;
	display: none;
}
.s2-p4{
	margin-top:25px;
	color:#083a7e;
	font-size:16px;
	border-bottom: 1px solid  #083a7e;
	display: none;
}
.s2-tc-tab-active .s2-p3{
	display: block;
}
.s2-tc-tab-active .s2-p4{
	display: inline-block;
}
.s2-tc-tab-active .s2-p2{
	color:#083a7e;
	font-weight:600;
} 
.s2-tc-tab-active .s2-p2:after{
	content:'-';
	color:#083a7e;
}

.s2 .videobox {
    width: 200px;
    height: 200px;
    display: block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}


.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: #cb1617
}

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

.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
    }
}

@media(max-width:999px){
	.s2-left{
		width:100%;
		padding-right:0;
	}
	.s2-right{
		width:100%;
		height:250px;
	}
	.s2-p1{
		font-size:26px;
	}
	.s2-tc{
		margin-top:10px;
	}
	.s2{
		padding-bottom: 30px;
	}
}
.s3{
	padding-bottom:100px;
}
.s3 .index-left{
	text-align: center;
}
.s3-con{
	margin-top:70px;
}

.s3-tab{
	position: relative;
	display: block;
	border-radius: 20px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}

.s3-tab:after{
	content:'';
	display: block;
	position: absolute;
	left:0;
	top:0;
	z-index:1;
	width:100%;
	height:100%;
	background: rgb(0,0,0,0.2);
}
.s3-tab p{
	width:100%;
	color:#fff;
	padding:25px 30px;
	box-sizing: border-box;
	position: absolute;
	left:0;
	bottom:0;
	z-index: 2;
	font-weight:400;
}
.s3-left{
	background-image:url('../index/sol25.jpg');
	width:calc((100% / 3) - 15px);
	height:915px;
}
.s3-top{
	background-image:url('../index/sol26.jpg');
	height:330px;
	margin-bottom:30px;
}
.s3-bot1{
	width:calc((100% / 2) - 15px);
}
.s3-bot2{
	width:calc((100% / 2) - 15px);
}
.s3-bot-s{
	width:100%;
	height:190px;
}
.s3-bot-x{
	width:100%;
	height:340px
}
.s3-bot1 .s3-bot-s{
	background-image:url('../index/sol28.jpg');
	margin-bottom:30px;
}
.s3-bot1 .s3-bot-x{
	background-image:url('../index/sol27.jpg');
}
.s3-bot2 .s3-bot-x{
	background-image:url('../index/sol23.jpg');
	margin-bottom:30px;
}
.s3-bot2 .s3-bot-s{
	background-image:url('../index/sol24.jpg');
}
.s3-right{
	width:calc(((100%/ 3) * 2) - 15px);
	height:915px;
}
@media(max-width:999px){
	.s3-con{
		margin-top:20px;
	}
		
	.s3-left{
		width:100%;
		height: 300px;
	}
	.s3-right{
		width:100%;
		margin-top:30px;
		height:auto;
	}
	.s3-bot1{
		width:100%;
	}
	.s3-bot2{
		width:100%;
		margin-top:30px;
	}
	.s3-bot-s{
		height:300px;
	}
	.s3-bot-x{
		height:300px;
	}
	.s3{
		padding-bottom: 30px;
	}
}
.s4{
	padding-bottom:100px;
}

.s4-left{
	width:calc(50% - 15px);
}
.s4-right{
	width:calc(50% - 15px);
	align-items: stretch;
	align-content: space-between;
}
.s4-con{
	margin-top:70px;
}
.s4-a1{
	position: relative;
	height:520px;
	width:100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	border-radius:20px;
	overflow: hidden;
}
.s4-text1{
	width:100%;
	color:#fff;
	padding:45px 35px;
	box-sizing: border-box;
	position: absolute;
	left:0;
	bottom:0;
}
.s4-p1{
	font-size:24px;
	font-weight:700;
	line-height: 24px;
	text-shadow: 0 4px 5px rgb(0 0 0 / 40%);
	transition:0.3s;
}
.s4-p2{
	font-size:14px;
	font-weight:600;
	line-height: 24px;
	margin-top:10px;
	text-shadow: 0 4px 5px rgb(0 0 0 / 40%);
	transition:0.3s;
}
.s4-a2{
	position: relative;
	
}
.s4-img2{
	width:260px;
	height:150px;
	border-radius:20px;
}
.s4-text2{
	width:calc(100% - 280px);
}
.s4-p3{
	color:#2a2a2a;
	font-size:18px;
	font-weight:700;
	line-height: 2;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow: hidden;
	height:100px;
	transition:0.3s;
}
.s4-p4{
	color:#999;
	font-size:14px;
	font-weight:600;
	line-height: 24px;
	margin-top:10px;
	transition:0.3s;
}
.s4-a1:hover .s4-p1{
	color:#1a73e9;
}

.s4-a2:hover .s4-p3{
	color:#1a73e9;
}
@media(max-width:999px){
	.s4{
		padding:30px 0;
	}
	.index-left{
		font-size:24px;
	}
	.s4-left{
		width:100%;
		margin-bottom:20px;
	}
	.s4-right{
		width:100%;
		margin-bottom:20px;
	}
	.s4-a1{
		height:300px;
	}
	.s4-img2{
		width:100%;
		height: 200px;
	}
	.s4-text2{
		width:100%;
		margin-top:10px;
	}
	.s4-a2{
		margin-bottom:20px;
	}
}
