.index-banner{
	position: relative;
}
.button-index-banner{
	position: absolute;
	bottom:30px;
	width: 100%;
	box-sizing: border-box;
}
.button-index-banner .container{
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
	max-width:1400px;
}
/* .pc-banner{
	margin-top:90px;
} */
.pc-banner video {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    min-width: 100%;
	/* max-height: calc(100vh - 90px); */
}
.pc-banner .swiper-slide{
	position: relative;
	overflow: hidden;
	height:calc(100vh - 90px);
}
.pc-banner img{
	height: calc(100vh - 90px);
}
.wap-banner{
	display:none;
	margin-top:54px;
}
.button-banner{
	width:100%;
}
.button-banner .swiper-slide{
	padding:20px;
	box-sizing: border-box;
	background-color:rgb(0,0,0,0.5);
	border-radius: 5px;
	cursor: pointer;
	border-bottom: 4px solid rgb(0,0,0,0);
}
.button-banner .swiper-slide img{
	display: block;
	width:40px;
	height:40px;
}
.banner-p1{
	font-size:18px;
	font-weight: 800;
	color:#fff;
	line-height: 1;
}
.banner-p2{
	font-size:15px;
	font-weight: 400;
	color:#fff;
	margin-top:10px;
	line-height: 1;
}
.button-banner .swiper-slide.swiper-slide-on{
	background-color: rgb(7,89,160,0.5);
	border-bottom: 4px solid rgb(7,89,160);
}
/* @media(max-width:1400px){
	.button-banner .swiper-slide img{
		display: none;
	}
} */
@media(max-width:1000px){
	.button-banner{
		display: none;
	}
	.pc-banner{
		margin-top:54px;
		display: none;
	}
	.wap-banner{
		display:flex;
		margin-top:54px;
	}
}
.pc-banner img{
	display:block;
	width:100%;
	user-select:none;
	user-drag:none;
	-webkit-user-drag: none;
}
.wap-banner img{
	display:block;
	width:100%;
}
.index-next{
	width:100px!important;
	height:100px!important;
	line-height:100px!important;
	right:0!important;
	text-align:center!important;
	background: rgb(0,0,0,0.6)!important;
}
.index-next:after{
	color:#fff!important;
	font-size:30px!important;
}
.index-prev{
	width:100px!important;
	height:100px!important;
	line-height:100px!important;
	left:0!important;
	text-align:center!important;
	background: rgb(0,0,0,0.6)!important;
}
.index-prev:after{
	color:#fff!important;
	font-size:30px!important;
}

@media(max-width:1000px){
	.index-banner img{
		width:100%;
	}
	.index-prev{
		height:auto!important;
		width:auto!important;
		padding:10px!important;
	}
	.index-next{
		height:auto!important;
		width:auto!important;
		padding:10px!important;
	}
	
}
.index-title{
	padding:50px 0;
}	
.index-p1{
	font-size:30px;
	color:#2a2a2a;
}
.index-p2{
	font-size:16px;
	color:#b7b7b7;
	margin-top:15px;
}
@media(max-width:1000px){
	.index-title{
		padding:30px 0;
	}
}

/*s5*/
.s5{
	padding-bottom: 50px;
	background-image: url(../image/s5bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	margin-top:100px;
}
.s5 img{
	transition: 0.3s;
	width:calc((100% - 100px) / 6);
	margin-bottom:20px;
}
.s5swiper{
	padding-bottom: 50px!important;
}
.s5 .swiper-slide{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.s5 img:hover{
	transform: translate(0px,-5px);
}
@media(max-width:1000px){
	.s5 img{
		width: calc((100% - 20px) / 3);
	}
}
/*s4*/
.s4con{
	width:100%;
}
.s4left{
	width:50%;
}
.s4right{
	width:calc(50% - 40px);
}
.s4left .v{
	position: relative;
	display: block;
	width:100%;
	padding:80px;
	box-sizing: border-box;
	border-radius: 10px;
	overflow:hidden;
	/* background-image: url(../image/news.jpg); */
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	color:#fff;
	transition: 0.3s;
	height:100%;
}
.s4left .v:hover{
	transform: translate(0px,-5px);
	box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.09);
}
.s4left .play-btn{
	width:100%;
	height:100%;
	display: flex;
	align-items:center;
	cursor: pointer;
}
.s4left .play-btn img{
	width:80px;
	margin:0 auto;
	transition:1s;
}
.s4left .play-btn:hover img{
	transform: rotate(360deg);
}
.s4left video{
	background: #000;
}
.s4text{
	position: absolute;
	bottom:0px;
	left:0px;
	padding:80px;
	width:100%;
	box-sizing: border-box;
}
.s4p1{
	font-size:30px;
}
.s4p2{
	font-size:18px;
}
.s4right a{
	display: block;
	width: calc(50% - 20px);
	width: 100%;
	background: #0759a0;
	border-radius: 10px;
	padding:30px;
	box-sizing: border-box;
	margin-bottom:40px;
	color:#fff;
	position: relative;
	overflow:hidden;
}
.s4right a:nth-child(3),.s4right a:nth-child(4){
	margin-bottom:0px;
}
.s4p3{
	line-height: 2;
	font-size:20px;
	height:80px;
	overflow: hidden;
}
.s4p4{
	line-height: 2;
	font-size:18px;
	color:#ddd;
}
.s4more{
	margin-top:10px;
}
.s4cover{
	position: absolute;
	height:100%;
	width:100%;
	left:0;
	top:100%;
	/* top:0; */
	transition: 0.3s;
	z-index: 5;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.s4right a:hover .s4cover{
	top:0px;
}
.indexsp{
	height: 400px;
    width: 100%;
    overflow: hidden;
    font-size: 0;
    min-height: inherit;
    overflow: hidden;
	background-image: url(../image/videobg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	background-attachment:fixed ;
}
.ispmb{
	height: 400px;
    width: 100%;
    position: absolute;
    z-index: 10;
    background: rgb(0,0,0,0.6);
    text-align: center;
    padding-top: 100px;
    box-sizing:border-box;
}
.ispmb1{
	text-align: center;
	font-size: 40px;
	color: #fff;
}
.ispmb2{
	text-align: center;
	font-size: 16px;
	color: #fff;
	height: 80px;
	line-height: 80px;
}
.ispbf{
	margin:0 auto;
	width:75px;
	height: 75px;
	border-radius: 50px;
	display: block;
	transition:1s; 
}
/* .v:hover{
	background: rgb(7,89,160,0.5);
} */


.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;
}
@media(max-width:800px) {
	.indexsp{height:210px;}
	.ispmb{height: 210px;padding-top: 35px}
	.ispmb1{font-size: 20px;}
	.ispmb2{font-size: 16px;height: 40px;line-height: 40px;}
}
@media(max-width:1000px){
	.s4left{
		width:100%;
		min-height: 200px;
		margin-bottom:20px;
	}
	.s4text{
		padding:20px;
	}
	.s4right{
		width:100%;
	}
	.s4p1 {
	    font-size: 20px;
	}
	.s4right a{
		width:100%;
		padding:20px 20px;
		margin-bottom: 20px;
	}
	.s4more {
	    margin-top: 20px;
	}
	.s4p3{
		font-size:18px;
	}
	.s4p4{
		font-size:15px;
	}
	.s4right a:nth-child(3), .s4right a:nth-child(4) {
	    margin-bottom: 20px;
	}
}
.s3con{
	padding:60px 0;
	background-image: url(../image/s3bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.s3-1{
	padding:50px 30px;
	background: #0759a0;
	color:#fff;
	width:25%;
	box-sizing: border-box;
}
.s3p1{
	font-size:24px;
}
.s3p2{
	height:2px;
	width:50px;
	background: #fff;
	margin:20px 0;
}
.s3p3{
	font-size:14px;
	line-height: 2;
	text-align: justify;
	max-height: 160px;
	overflow: hidden;
}
.s3-2{
	width:25%;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.s3-2 img{
	width:100%;
	display: block;
	box-sizing: border-box;
}
.s3cover{
	text-align: center;
	width:100%;
	height:100%;
	background: rgb(0,0,0,0.5);
	position: absolute;
	top:100%;
	transition: 0.3s;
	font-size:20px;
	font-weight: 800;
	color:#fff;
	line-height: 100%;
}
.s3-2:hover .s3cover{
	top:0%;
}
.s3cover p{
	position:absolute;
	top:55%;
	left:50%;
	transform:translate(-50%,-50%);
	line-height: 2;
	width:100%;
}
.s3cover img{
	position:absolute;
	top:30%;
	width:70%;
	left:15%;
	right:15%;
}
.s3nav{
	align-items:center;
}
.s3nav2{
	display: block;
	height: 48px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	background: #0759a0;
	color: #fff;
	width:180px;
	margin-left:20px;
}
.s3nav2:hover{
	background: #086dc4;
	color: #fff;
}
@media(max-width:1500px){
	.s3-1{
		padding:20px;
	}
}

@media(max-width:1000px){
	.s3nav2{
		margin-left: 0;
		width:calc(50% - 10px);
		margin-bottom:20px;
	}
	.s3-1{
		width:100%;
	}
	.s3-2{
		width:50%;
		box-sizing: border-box;
	}
	.s3cover p{
		font-size:14px;
	}
}

/*s2*/
.s2con{
	background: #f6f7f8;
	position: relative;
}
.s2left{
	width:calc(100% - 1200px);
	background: #0759a0;
	padding:120px 8%;
	box-sizing: border-box;
	color:#fff;
	transition:0.3s;
	position: relative;
}
.s2_close{
	position: absolute;
	right:60px;
	top:60px;
	border:2px solid #fff;
	color:#fff;
	border-radius: 50%;
	width:30px;
	height:30px;
	line-height: 28px;
	text-align: center;
	font-size:20px;
	transition: 0.3s;
	display: none;
}
.s2_open{
	display: block;
	position: absolute;
	right:20px;
	top:50%;
	transition: 0.3s;
	cursor: pointer;
	display: none;
}
.s2_close:hover{
	background:#3476f2;
	cursor: pointer;
}
@media(max-width:1700px){
	.s2left{
		padding:120px 4%;
	}
}
@media(max-width:1600px){
	.s2left{
		position: absolute;
		padding:120px 8%;
		z-index: 9;
		width:550px;
		height:100%;
		box-sizing: border-box;
		left:-490px;
	}
	.s2_close{
		display: block;
	}
	.s2_open{
		display: block;
	}
	.s2right{
		margin:0 auto
	}
}
@media(max-width:1366px){
	.s2left{
		display: none;
	}
}
.s2right{
	width:1200px;
	background: #f6f7f8;
	padding:200px 100px;
	box-sizing: border-box;
	position: relative;
}
.s2right img{
	max-width:100%;
}
.s2p1{
	font-size:22px;
}
.s2p2{
	width:100%;
	overflow-x: auto;
}
.s2icon{
	padding:50px 0;
	flex-wrap: nowrap;
	width: 800px;
}
.s2p2::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: #919191;
    display: block;
}
.s2p2::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 10px
}
.s2p2::-webkit-scrollbar-thumb:hover {
    background-color: #b5ceff
}
.s2_tab {
	cursor: pointer;
	margin-right:40px;
}
.s2_tab img{
	display: block;
	margin:0 auto;
}
.s2_tab_p{
	text-align: center;
	margin-top:10px;
}
.s2p3{
	margin-top:40px;
}
.s2_tab_c{
	display: none;
	padding-right:30px;
	box-sizing: border-box;
}
.s2_tab_c_active{
	display: block;
	width:100%;
}
.s2_tab_c a{
	width:100%;
	padding:20px 0;
	border-bottom: 1px solid #83acd0;
	color:#fff;
	font-size:15px;
	font-weight: 800;
}
.s2_tab_c a span{
	padding:0 20px;
	font-family: "宋体";
	transform: translate(0px,2px);
}
.s2_tab_c a:hover{
	border-bottom: 1px solid #fff;
	color:#fff;
}
.s2right_tab{
	position: absolute;
}

.s2rimg2{
	display: none;
}
.s2right_tab:hover .s2rimg1{
	display: none;
}
.s2right_tab:hover .s2rimg2{
	display: block;
}
.s2right_tab1{
    left: 540px;
    top: 420px;
}
.s2right_tab2{
	left: 760px;
	top: 255px;
}
.s2right_tab3{
	left: 760px;
	top: 370px;
}
.s2right_tab4{
	left: 520px;
	top: 275px;
}
.s2right_tab5{
	left: 335px;
	top: 520px;
}
@media(max-width:1000px){
	.s2right{
		padding:30px 20px;
		overflow: hidden;
	}
}

/*s1*/
.indmh {
	width: 100%;
	position: relative;
	height: 400vh;
}

.indmh-sticky {
	width: 100%;
	top: 0;
	left: 0;
	position: sticky;
	overflow: hidden;
}

.indmh-bg {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.indmh-logo {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

.indmh-logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.indmh-text {
	width: 100%;
	position: absolute;
	z-index: 3;
	justify-content: center;
	left: 0;
	top: 86vh;
	color: #333;
	transition: all .4s ease;
	font-size:60px;
	font-weight: 800;
}

.indmh-text span {
	position: relative;
	margin-left: 24px;
}

.indmh-text span:first-child {
	margin-left: 0;
}

.indmh-text.active {
	opacity: 0;
}

.indmh-shade {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
}

.indmh-content {
	position: absolute;
	width: 100%;
	z-index: 4;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
}

.indmh-desc {
	max-width: 710px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	color: #fff;
	line-height: 30px;
	font-size: 16px;
	margin-top: 22px;
}

.indmh-num {
	width: 100%;
	color: #fff;
}

.indmh-num li {
	width: 25%;
	text-align: center;
}

.indmh-num li .num {
	font-family: impact;
	line-height: 1;
	font-weight: 400;
	font-size: 66px;
}
.indmh-num li .text{
	line-height: 1;
	font-weight: 800;
	font-size: 16px;
	margin-top:20px;
}
.indmh-num li .title {
	line-height: 1.1;
}

.indmh-more {
	width: 100%;
	justify-content: center;
	margin-top:80px;
}

.indmh-more a {
	display: block;
	height: 48px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	background: #0759a0;
	color: #fff;
	width: 180px;
	margin-left: 20px;
}


.indmh-more a:hover {
	background: #0056b8;
	border-color: #0056b8;
}

.indmh-more a:hover::after {
	transform: translateX(-26px);
}
/* -- */
.indmh-content {
	opacity: 0;
	pointer-events: none;
	transition: all .8s ease;
}

.indmh-content.active {
	opacity: 1;
	pointer-events: auto;
}

.indmh-content.active .indTitle {
	animation: indmhRun 1s ease both .4s;
}

.indmh-content.active .indmh-desc {
	animation: indmhRun 1s ease both .6s;
}

.indmh-content.active .indmh-num {
	animation: indmhRun 1s ease both .8s;
	margin-top:100px;
}

.indmh-content.active .indmh-more {
	animation: indmhRun 1s ease both 1s;
}

@keyframes indmhRun {
	0% {
		opacity: 0;
		transform: translateY(60px);
		filter: blur(6px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
		filter: blur(0);
	}
}
.indTitle {
	width: 100%;
	text-align: center;
	position: relative;
	padding-top: 24px;
}

.indTitle .text {
	line-height: 1;
	position: absolute;
	width: 100%;
	text-align: center;
	color: #f5f7f9;
	text-transform: uppercase;
	left: 0;
	top: 0;
}

.indTitle .title {
	line-height: 1;
	color: #333;
	position: relative;
	z-index: 2;
}

.indTitle.white .text {
	color: #fff;
	opacity: 0.1;
	font-size: 60px;
}

.indTitle.white .title {
	color: #fff;
	font-size:48px;
	font-weight:800;
}
@media(max-width:1440px){
	.indmh-content.active .indmh-num{
		margin-top:20px;
	}
}
@media(max-width:1000px){
	.s1{
		display: none;
	} 
	.indmh-logo{
		display: none;
	}
}


.home-title{
	padding: 80px 0 80px; 
	text-align: center;
}
.home-title b{
	color: #0759a0;
	display: block;
	font-size: 48px;
	line-height:1;
}
.home-title b:after {
    background-color: #0759a0;
    content: "";
    display: block;
    height: 3px;
    margin: 20px auto;
    width:100px;
}
.home-title span {
    color: #000;
    display: block;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
}
.s7 .home-title b{
	color:#fff;
}
.s7 .home-title b:after{
	background-color:#fff;
}
.s7 .home-title span{
	color:#fff;
}
/* .s6 .home-title{
	background-image: url(../image/s6bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	background-attachment: fixed;
} */
.s7 .home-title{
	background-image: url(../image/s7bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	background-attachment: fixed;
}
/* .s8 .home-title{
	background-image: url(../image/s8bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	background-attachment: fixed;
} */
.home-con{
	display: flex;
	flex-wrap:wrap;
	justify-content:start;
}
.home-con li{
	width:calc(100% / 3);
	list-style: none;
}
.s6 .home-con li:nth-child(4),.s6 .home-con li:nth-child(5){
	width:50%;
}
.s7 .home-con li{
	width:50%;
}
.s8 .home-con li:nth-child(4),.s8 .home-con li:nth-child(5){
	width:50%;
}
.home-con li a {
    display: block;
    overflow: hidden;
    position: relative;
}
.home-con li a:before {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
	background: rgba(0,0,0,.5);
	content: "";
	display: block;
	z-index: 2;
}

    
.home-con .icon{
	background:none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	border: 2px solid #fff;
	border-radius: 100%;
	height:125px;
	width:125px;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-transition: all .5s;
	transition: all .5s;
	padding:25px;
	box-sizing: border-box;	
	margin:0 auto;
}

.home-con .icon img{
	width:100%;
}
.home-con li a .txt {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 5;
	height: 100%;
	transition: all .5s;
	width: 100%;
	position: absolute;
	top:0;
	left:0;
}
.home-con li a .txt span{
	display: inline-block;
	padding:25px 0;
	font-size:30px;
	font-weight: 800;
}
.home-con li a .lozadbg{
    object-fit: cover;
    -webkit-transition: all 1s;
    transition: all 1s;
    width: 100%;
	max-height: 400px;
}
.home-con li a .lozadbg img{
	display: block;
	max-height: 400px;
}
.home-con li a:hover .icon{
	border: 2px solid #fff;
}
.home-con li a:hover .icon img{
	filter:brightness(100);
}
.home-con li a:hover .txt{
	transform: translate(0px,-15px);
}
.home-con li a:hover span{
	color:#fff;
}
.home-con li a:hover:before{
	background: rgba(22, 138, 251, .9);
}

@media(max-width:1440px){
	.home-con .icon{
		height: 100px;
		width: 100px;
	}
}
@media(max-width:1370px){
	.home-con .icon{
		height: 90px;
		width: 90px;
	}
}
@media(max-width:1000px){
	.home-con .icon{
		height: 100px;
		width: 100px;
	}
	.home-con li{
		width:100%;
		min-height:250px;
	}
	.s6 .home-con li:nth-child(4), .s6 .home-con li:nth-child(5){
		width:100%;
	}
	.s8 .home-con li:nth-child(4), .s8 .home-con li:nth-child(5){
		width:100%;
	}
	.s7 .home-con li{
		width:100%;
	}
	.home-title{
		padding:50px 0;
	}
	.home-con li a{
		height:100%;
	}
	.home-title b{
		font-size:30px
	}
	.home-title span{
		font-size:16px;
	}
	.home-con li a .lozadbg{
		height:400px;
		width:auto;
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		position: absolute;
		left: 0;
		top: 0;
		transition: 0.5s;
	}
}
