.banner{
	position: relative;
}
.banner img{
	width:100%;
	display:block;
}
.swiper-button-next{
	right:5%!important;
	width:58px!important;
	height:58px!important;
	border:1px solid #dcdcdc;
}
.banner-next{
	background: rgb(0,0,0,0.3);
	border-radius: 50%!important;
	border:none;
}
.swiper-button-next:hover{
	background: #e21818!important;
	border-radius: 50%!important;
	border:1px solid #e21818;
}
.swiper-button-next:after{
	color:#fff!important;
	font-size:20px!important;
}
.swiper-button-prev{
	left:5%!important;
	width:58px!important;
	height:58px!important;
	border:1px solid #dcdcdc;
}
.banner-prev{
	background: rgb(0,0,0,0.3);
	border-radius: 50%!important;
	border:none;
}
.swiper-button-prev:hover{
	background: #e21818!important;
	border-radius: 50%!important;
	border:1px solid #e21818;
}
.swiper-button-prev:after{
	color:#fff!important;
	font-size:20px!important;
}
.banner_text{
	position: absolute;
	top:34%;
	left:26%;
	color:#fff;
	font-size:45px;
	line-height: 2;
	z-index: 999;
	font-weight:500;
}
.banner_a{
	color:#fff;
	font-size:18px;
	line-height: 1;
	margin-top:50px;
}
.banner_a a{
	display: block;
	width:200px;
	height:60px;
	line-height: 60px;
	text-align:center;
	background: #c00404;
	color:#fff;
}
.banner_a a:hover{
	color: #000 !important;
}

@media(max-width:1500px){
	.banner-next{
		right:10%!important;
	}
	.banner-prev{
		left:10%!important;
	}
}
@media(max-width:999px){
	.banner-next{
		display: none!important;
	}
	.banner-prev{
		display: none!important;
	}
}
.h2_main_menu{
	background: none;
}
.inner_main_nav_area >ul >li >a{
	color:#fff;
}
.inner_main_nav_area >ul >li >a>i{
	color:#fff;
}
.head-language-pc svg path{
	fill:#fff;
}
.main_nav_icons >i{
	color:#fff;
}
.s1{
	background: #313131;
}
.s1-con{
	justify-content:center;
	padding:10px 0;
}
.s1-tab{
	width:20%;
	justify-content:center;
	font-size: 24px;
	color:#fff;
	align-items:center;
	cursor:pointer;
}
.s1-tab img{
	display: block;
	transition: 0.3s;
}
.s1-tab:hover img{
	transform: rotateY(180deg);
}
@media(max-width:999px){
	.s1-con{
		justify-content:space-between;
		padding:10px 20px;
	}
}
.s2{
	padding-bottom:100px;
}
.s2a{
	width:100%;
}
.s2da{
	width:100%;
	background: #fff;
}
.s2 .swiper-slide{
	background: #fff;
}
.s2-tab{
	position: relative;
	padding-bottom:50px;
	display:none;
}
.s2-tab-active{
	display:flex;
}
.s2-left{
	width:50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
.s2-left p{
	margin-bottom:0;
}
.s2-right{
	width:50%;
	text-align:right;
	display:flex;
	justify-content: end;
}
.s2p1{
	font-size:60px;
	color: #1a1a1a;
	font-weight:800;
	line-height:1;
}
.s2p2{
	margin-top:30px;
	font-size:18px;
	color: #666;
	font-weight:400;
	line-height:2;
}
.s2d1{
	margin-top:50px;
	width:100%;
}
.s2d1-tab{
	width:240px;
	max-width:30%;
}
.s2p3{
	margin-top:30px;
	font-size:20px;
	color: #1a1a1a;
	font-weight:800;
	line-height:1;
	height:40px;
}
.s2p4{
	background: #d41717;
	font-size:30px;
	color: #fff;
	font-weight:800;
	line-height:1;
	text-align:center;
	padding:15px 0;
}
.s2-right img{
	display:block;
	max-width:100%;
}
.s2-zy2{
	position: absolute;
	width:150px;
	left:52%;
	bottom:20%;
}
.s2-zy1{
	position: absolute;
	width:350px;
	left:0%;
	bottom:0%;
}
.s2-zy1 i{
	width:100px;
	height:2px;
	background:#666;
	position: absolute;
	top: -55px;
	z-index: 99999999;
	left:100px;
}
.s2 .swiper-button-next{
	border-radius: 50%;
	background: #fff;
}
.s2 .swiper-button-next:after{
	color:#333333!important;
}
.s2 .swiper-button-next:hover{
	background:#e21818;
	border-radius:50px;
	transition:0.3s;
}
.s2 .swiper-button-next:hover:after{
	color:#fff!important;
}
.s2 .swiper-button-prev{
	border-radius: 50%;
	background: #fff;
}
.s2 .swiper-button-prev:after{
	color:#333333!important;
}
.s2 .swiper-button-prev:hover{
	background:#e21818;
	border-radius:50px;
	transition:0.3s;
}
.s2 .swiper-button-prev:hover:after{
	color:#fff!important;
}
.s2 .swiper-pagination{
	text-align:left;
	font-size:30px;
	color:#fff;
}
.s2 .swiper-pagination-current{
	font-size:72px;
	color:#d41717;
	font-weight:800;
	margin-right:20px;
	min-width:40px;
	display:inline-block;
}

.s2 .swiper-pagination-current::before {
    content: '0';
}

.s2 .swiper-pagination-total{
	font-size:36px;
	color:#666666;
	font-weight:400;
	margin-left:120px;
}
.s2 .swiper-pagination-total::before {
    content: '0';
}

.s2xa{
	width:50%;
	position:absolute;
	bottom:0;
	left:50%;
}
.s2xa img{
	display:block;
	width:90%;
}
.s2xa .swiper-slide{
	/* border:1px solid #eee; */
	border-radius:10px;
	cursor:pointer;
}
/* .s2xa .swiper-slide-thumb-active{
	border:1px solid #e21818;
} */
@media (max-width: 1300px) {

	.s2da{
		padding-bottom: 50px;
	}
}
@media (max-width: 999px) {
	.s2-left{
		width:100%;
		padding:20px 0;
	}
	.s2p1{
		font-size:30px;
	}
	.s2p2{
		font-size:14px;
		margin-top:10px;
	}
	.s2d1{
		margin-top:10px;
	}
	.s2d1-tab{
		width:100%;
		max-width:100%;
	}
	.s2p3{
		margin-top:10px;
		text-align:center;
		height:auto;
	}
	.s2p4{
		font-size:16px;
		padding:10px 0;
		margin-top:5px;
	}
	.s2-right{
		width:100%;
	}
	.s2-zy1{
		display:none;
	}
	.s2-zy2{
		display:none;
	}
	.s2da{
		padding-bottom:0px;
	}
	.s2-tab{
		padding-bottom:0px;
	}
	.s2xa{
		width:100%;
		left:0;
	}
	.s2-right img{
		max-width:90%;
		margin:0 auto;
	}
	.s2{
		padding:30px;
	}
}

.index-title{
	padding:80px 0;
	text-align: center;
}
.index-title-p1{
	font-size:48px;
	color:#fff;
	font-weight:800;
	line-height: 1;
}
.index-title-line{
	margin:30px auto;
	width:100px;
	transition:0.3s;
	background: #e21818;
	height:3px;
}
.index-title:hover .index-title-line{
	width:150px;
}
.index-title-p2{
	font-size:20px;
	color:#fff;
	font-weight:400;
	line-height: 2;
	max-width: 1200px;
	margin:0 auto;
}
.index-more{
	display: inline-block;
	font-size: 18px;
	padding: 10px 45px;
	background-color: var(--brcolor);
	background-color: #d41717;
	color: var(--whitec);
	border-radius: 5px;
}
.index-more:hover{
	color: #ddd;
}
.s3{
	background-image: linear-gradient(225deg, #1a1a1a 0%, #959595 100%);
}

.s3con{
	width:100%;
	height:100%;
}
.s3tab{
	position: relative;
	width:13%;
	height:100%;
	min-height:540px;
	box-sizing: border-box;
	justify-content:center;
	align-items:center;
	align-content:center;
	color:#fff;
	cursor: pointer;
	padding:0 30px;
	border-radius: 10px;
	/* border-right: 1px solid #fff; */
	transition: 0.3s;
	background-repeat: no-repeat;
	background-position: top center;
	background-size:cover;
	overflow: hidden;
}
.s3tab:before{
	content: '';
	display: block;
	width:100%;
	height:100%;
	background-image: linear-gradient(360deg, rgb(0,0,0,0.8) 0%,transparent 50%,transparent 100%);
	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:33%;
	padding-left:20px;
	padding-right:20px;
	align-content: flex-end;
}
.s3p1{
	font-size:18px;
	width:100%;
	color:#e21818;
}
.s3p2{
	font-size:20px;
	font-weight:600;
	margin-top:25px;
	width:100%;
	
}
.s3p3{
	font-size:16px;
	font-weight: 400;
	margin-top:40px;
	width:100%;
	/* display: none; */
	height:0;
	overflow: hidden;
	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: #e21818;
	color:#fff;
}
.s3tab_active .s3p3{
	display: block;
	height:250px;
}

.s3-bottom .flex{
	padding:80px 0;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	color:#fff;
}
.s3-left{
	font-size:30px;
	max-width:800px;
}
@media(max-width:1000px){
	.s3{
		padding:30px 0;
	}
	.s3tab{
		width:calc(50% - 5px);
		height: 50%;
		text-align: center;
		padding:0;
		min-height:200px;
		margin-bottom: 10px;
	}
	
	.s3tab:nth-child(2){
		border-right: none;
	}
	.s3tab_active{
		width:calc(50% - 5px);
		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;
	}
	.s3-bottom .flex{
		padding:20px;
	}
	.s3-left{
		font-size:20px;
		margin-bottom:10px;
	}
	.index-title{
		padding:30px 0;
	}
	.index-title-p1{
		font-size:36px;
	}
	.index-title-p2{
		font-size:16px;
		padding:0 20px;
	}
}
.s4{
	padding-bottom:100px;
}
.s4 .container{
	max-width:1430px;
}
.s4  .index-title-p1{
	color:#1a1a1a;
}
.s4  .index-title-p2{
	color:#666666;
}
.grid--4 {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    inline-size: 100%;
}
.flex-column-between-start {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.s4-list .item {
    border: 1px solid #DEDEDE;
    position: relative;
    padding: clamp(1.875rem, 1.563rem + 1.56vw, 3.125rem) clamp(0.938rem, 0.656rem + 1.41vw, 2.063rem);
}
.s4-list .item .item_t {
    position: relative;
    z-index: 2;
}
.s4-list .item .tt {
    color: #444;
    margin-bottom: clamp(0.625rem, 0.531rem + 0.47vw, 1rem);
}
.s4-list .item .text {
    color: #888;
    margin-bottom: clamp(1.563rem, 1.203rem + 1.8vw, 3rem);
}
.s4-list .item .icon {
    width: clamp(3.125rem, 2.656rem + 2.34vw, 5rem);
    height: clamp(3.125rem, 2.656rem + 2.34vw, 5rem);
    position: relative;
    z-index: 2;
}
.s4-list .item .icon .icon2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.s4-list .item::after {
    content: "";
    position: absolute;
    left: -13px;
    top: -13px;
    display: block;
    width: calc(100% + 26px);
    height: calc(100% + 26px);
    background: linear-gradient(to right, rgba(226, 24, 24) 0, rgba(145, 15, 16) 100%);
    border-radius: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
    opacity: 0;
    z-index: 1;
}
.s4-list .item:hover::after {
    opacity: 1;
}
.s4-list .item:hover .tt, .s4-list .item:hover .text {
    color: #fff;
}
.s4-list .item:hover .icon .icon1 {
    opacity: 0;
}
.s4-list .item:hover .icon .icon2 {
    opacity: 1;
}
@media (max-width: 1024px) {
    .grid--l-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 768px) {
    .grid--m-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
	.s4{
		padding-bottom:50px;
	}
}
.s5-top{
	height:500px;
	background-image: url(../index/s5bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
/* 	background-attachment: fixed; */
	position: relative;
}
.s5 .videobox {
    width: 200px;
    height: 200px;
    display: block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}


.s5 .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
}

.s5 .videobox .play:before {
    background: #e21818
}

.s5 .videobox .play:after {
    background: #e21818
}

.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
    }
}
.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(../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;
}



/*跑马灯*/
.s5-bottom{
	position: relative;
}
.carousel-container {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.carousel-row {
	display: flex;
	position: relative;
	white-space: nowrap;
}

.carousel-item-index {
	flex: 0 0 20%; /* 每行显示5个图片，每个占20% */
	padding: 5px;
}

.carousel-item-index img {
	width:100%;
	height:auto;
	object-fit: cover;
	border-radius:0px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	transition: transform 0.3s ease;
}

.carousel-item-index img:hover {
	transform: scale(0.9);
}

.controls {
	margin-top: 20px;
	display: flex;
	gap: 10px;
}



/* 初始错位设置 */
#row2 {
	margin-left: -10%; /* 半个图片宽度的偏移 */
}

#row3 {
	margin-left: -20%; /* 一个图片宽度的偏移 */
}
.s5-con{
	position: absolute;
	bottom:0;
	width:100%;
}
.s5-cover{
	background: rgb(255,255,255,0.9);
	max-width:1200px;
	margin:0 auto;
	padding:0 150px;
}
.s5 .index-title-line{
	margin-bottom:10px;
}

.s5 .index-title{
	padding-bottom:50px;
}
.s5 .index-title-p1{
	color:#1a1a1a;
	font-size:36px;
}
.s5 .index-title-p2{
	color:#666;
	margin-top:18px;
	line-height:1.5;
}
.s5 .index-title-p3{
	margin-top:60px;
}
.s5-p1{
	font-size:64px;
	font-weight:800;
	color:#e21818;
	line-height: 1;
}
.s5-p2{
	font-size:16px;
	font-weight:400;
	color:#666;
	line-height: 1;
	margin-top:28px;
}

@media(max-width:999px){
	.s5-con{
		position: relative;
	}
	.s5-top{
		height:200px;
	}
	.s5-cover{
		padding:0 20px;
	}
	.s5-tab{
		width:50%;
		text-align: center;
		margin-top:10px;
	}
	.s5-p1{
		font-size:24px;
	}
	
	.s5-p2{
		margin-top: 10px;
		margin-bottom: 0;
	}
}
.s6{
	padding-bottom:80px;
}
.s6 .swiper-button-next{
	background:#e21818;
	border-radius:50px;
	transition:0.3s;
}
.s6 .swiper-button-prev{
	background:#e21818;
	background:#fff;
	border-radius:50px;
	transition:0.3s;
}
.s6 .swiper-button-prev:after{
	color: #333 !important;
}
.s6 .swiper-button-prev:hover:after{
	color: #fff !important;
}
.s6 .index-title{
	padding-bottom: 20px;
}
.s6 .index-title-p1{
	text-align: left;
	color:#1a1a1a;
}
.s6 .index-title-line{
	margin-left: 0;
}
.s6 .index-title-p2{
	text-align: left;
	color:#666666;
	margin-right:300px;
	max-width:650px;
}
.s6-left{
	width:40%;
	align-items: flex-end;
}
.s6-con{
	background-image: linear-gradient(0deg, #e21818 0%, #961010 100%);
	border-top-left-radius:15px;
	border-bottom-left-radius:15px;
	color:#fff;
	align-items: center;
	align-content: center;
	padding: 10%;
	box-sizing: border-box;
	max-width:100%;
}
.s6-p1{
	font-size:28px;
	font-weight:800;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom:50px;
}
.s6-p2{
	font-size:18px;
}
.s6-p3{
	display: inline-block;
	font-size: 18px;
	margin-top:30px;
	padding: 10px 45px;
	background-color: #fff;
	color: #e21818;
	border-radius: 5px;
	transition:0.3s;
}
.s6-p3:hover{
	color:#000!important;
}
.s6-right{
	width:60%;
	box-sizing: border-box;
	
}
.s6-right img{
	width:100%;
	display: block;
	border-top-left-radius:15px;
	border-bottom-right-radius:15px;
	border-top-right-radius:15px;
}
.s6-zy{
	position: absolute;
	bottom:100px;
	right:150px;
	width:150px;
}
@media(max-width:999px){
	.s6-z{
		width:100%;
		text-align: center;
	}
	.s6 .index-title-p1{
		text-align: center;
	}
	.s6 .index-title-line{
		margin: 30px auto;
	}
	.s6 .index-title-p2{
		margin-right:0;
		padding:0;
		text-align: center;
	}
	.s6-left{
		width:100%;
		padding:0 20px;
		
	}
	.s6-right{
		width:100%;
		padding:0 20px;
		margin-top:20px;
	}
	.s6-right img{
		border-bottom-left-radius: 15px;
	}
	.s6-con{
		padding:20px;
		border-top-right-radius: 15px;
		border-bottom-right-radius: 15px;
	}
	.s6-p1 {
	    font-size: 18px;
	    white-space: normal;
	}
	.s6-p2{
		font-size:15px;
	}
	.s6swiper{
		padding-bottom:80px;
	}
	.s6-zy{
		bottom: 40px;
		right:auto;
		left:calc(50% - 75px);
	}
	.s6{
		padding-bottom:0;
	}
}
.s7{
	background-image: linear-gradient(225deg, #1a1a1a 0%, #959595 100%);
	padding-bottom:50px
}
.s7-a{
	width:calc(50% - 15px);
	margin-bottom:30px;
	border-radius: 15px;
	overflow: hidden;
	background: #fff;
	position: relative;
}
.s7-a:after{
	content:'';
	position: absolute;
	bottom:0px;
	display: block;
	height:3px;
	width:0px;
	left:50%;
	transition:0.3s;
	background: #e21818;
}
.s7-a:hover:after{
	width:80%;
	
	left:10%;
}
.s7-left{
	width:40%;
	overflow: hidden;
	position: relative;
}
.s7-left img{
	position:absolute;
	height:100%;
	top:0;
	left:0;
	max-width:none;
}
.s7-right{
	width:60%;
	overflow: hidden;
	padding:5%;
}
.s7-p1{
	font-size:20px;
	color:#1a1a1a;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
	font-weight:800;
}
.s7-p2{
	font-size:15px;
	color:#666666;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow: hidden;
	margin-top:20px;
}
.s7-p3{
	display: inline-block;
	font-size: 18px;
	margin-top:20px;
	padding: 10px 45px;
	background-color: #e21818;
	color: #fff;
	border-radius: 5px;
	transition:0.3s;
}
.s7 p{
	margin-bottom:0;
}
@media(max-width:999px){
	.s7-a{
		width:100%;
	}
	.s7-left{
		width:100%;
	}
	.s7-left img{
		width:100%;
		height:auto;
		position: relative;
	}
	.s7-right{
		width:100%;
	}
}
.s8{
	background-image: url(../index/s8bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position: relative;
}
.s8 .container{
	position: relative;
}
.s8 .index-title-p1{
	color:#1a1a1a;
}
.s8 .index-title-p1 span{
	color:#e21818;
}
.s8 .index-title-p2{
	color:#666;
}
.s8 .d-block{
	position: absolute;
	left:0;
	bottom:0px;
	width:100%;
	height:100%;
	display: block;
}



.eyesberg-card-btn {
	height: 20px;
	width: 20px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	opacity: 1;
	/*z-index: 5;*/
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition: top 0.6s ease-in-out;
	-moz-transition: top 0.6s ease-in-out;
	-ms-transition: top 0.6s ease-in-out;
	-o-transition: top 0.6s ease-in-out;
	transition: top 0.6s ease-in-out;
}
.eyesberg-card-btn.open-btn::before {
	position: absolute;
	display: block;
	content: '';
	width: 300%;
	height: 300%;
	margin-left: -100%;
	margin-top: -100%;
	border-radius: 50%;
	background: rgb(130 0 0 / 50%);
	-webkit-animation: pulse-ring 1.25s cubic-bezier(.19, .130, .0, 1) infinite;
	animation: pulse-ring 1.25s cubic-bezier(.19, .130, .0, 1) infinite;
	z-index: -1;
}
.eyesberg-card-btn.open-btn .eyesberg-card-btn-lg-circle {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	background-color: #fe0000;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.3);
	box-shadow: 0 0 8px rgba(0,0,0,.3);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.eyesberg-card-btn.open-btn .eyesberg-card-btn-sm-circle {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.3);
	box-shadow: 0 0 8px rgba(0,0,0,.3);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transition-property: width, height;
	-o-transition-property: width, height;
	transition-property: width, height;
}
@keyframes pulse-ring {
 0% {
 -webkit-transform:scale(.33);
 transform:scale(.33)
}
 100%, 80% {
 opacity:0
}
}
.open-btn:hover .eyesberg-card-btn-lg-circle {
	opacity: .75;
}
.open-btn:hover .eyesberg-card-btn-sm-circle {
	width: 20px;
	height: 20px;
}

.s8 .eyesberg-card-btn:nth-child(1){
	top: 44%;
    left: 15%;
}
.s8 .eyesberg-card-btn:nth-child(2){
	top: 48%;
    left: 19%;
}
.s8 .eyesberg-card-btn:nth-child(3){
	top: 70%;
	left: 26%;
}
.s8 .eyesberg-card-btn:nth-child(4){
	top: 79%;
	left: 29%;
}
.s8 .eyesberg-card-btn:nth-child(5){
	top: 39%;
	left: 59%;
}
.s8 .eyesberg-card-btn:nth-child(6){
	top: 43%;
	left: 61%;
}
.s8 .eyesberg-card-btn:nth-child(7){
	top: 44%;
    left: 68%;
}
.s8 .eyesberg-card-btn:nth-child(8){
	top: 52%;
    left: 73%;
}
.s8 .eyesberg-card-btn:nth-child(9){
	top: 52%;
    left: 54%;
}
.s8 .eyesberg-card-btn:nth-child(10){
	top: 58%;
    left: 58%;
}
.s8 .eyesberg-card-btn:nth-child(11){
	top: 68%;
    left: 78%;
}
.s8 .eyesberg-card-btn.open-btn .eyesberg-card-btn-sm-circle{
	background-color: #fe0000;
	width: 10px;
    height: 10px;
}
.s8 .eyesberg-card-btn.open-btn .eyesberg-card-btn-lg-circle{
	background-color: rgb(254 0 0 / 45%);
}
.s8 .eyesberg-card-btn.open-btn::before{
	background: rgb(130 0 0 / 50%);
}
.s8 .eyesberg-card-btn{
	height: 25px;
    width: 25px;
}
/* .s1,.s2,.s3,.s4,.s5,.s6,.s7{
	display: none;
} */