
.index-swiper-container{
	position: relative;
	width: 100%;
	overflow: hidden;
}


.index_banner_item{
  position: relative;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  background-position: bottom center;
}



.index_banner_item .content{
	position: absolute;
	height: 100%;
	width: 76%;
	left: 50%;
	top: 0;
	display: flex;
	flex-direction: column;
	color: #fff;
	justify-content: space-around;
	transform: translateX(-50%);
}
.index_banner_item .content .more i:after{
	content: "";
	width: 4px;
	height: 4px;
	display: block;
	position: absolute;
	left: 50%;
	background: #cf302c;
	top: 50%;
	transform: translate(-50%,-50%);
}
.index_banner_item .content .more i{
	width: 30px;
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
	border-radius: 50%;
	position: relative;
	height: 30px;
	border: 1px solid rgba(250,250,250,0.4);
}
.index_banner_item .content .more a:hover{
	color: #ea433f;
}
.index_banner_item .content .more a{
	color: #fff;
}
.index_banner_item .content .more {
	padding-left: 34px;
	font-size: 14px;
	margin-top: 4%;
}
.index_banner_item .content h5{
	font-size: 24px;
	padding-left: 34px;
	margin-top: 14px;
}
.index_banner_item .content h3 img{
	margin-right: 20px;
	vertical-align: top;
}
.index_banner_item .content h3 {
	font-size: 50px;
}

.index_banner_item >img{
	width: 100%;
}


.index-product-container{
	box-sizing: border-box;
	padding-top: 4%;
	background-color: #d7d7d7;
	height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content:center;
	width: 100%;
	position: relative;
	flex-direction: column;
}
.index-product-container .img:first-of-type{
	display:block;
}
.index-product-container .img{
	position: absolute;
	display: none;
    left: 0;
    width: 100%;
    height: 100%;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.index-product-container .title .subtitle{
	font-size: 20px;
	margin: 2% 0 4%;
}

.index-product-container .title h6{
	font-size: 40px;
	font-weight: 600;
}

.index-product-container .title{
	text-align: center;
}
.section_swiper_container{
	position: relative;
	overflow: hidden;
	height: 100vh;
}

.index-product-container .title i{
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #fff;
	display: inline-block;
	margin-right:8px;
}

.product-swiper-container{
	width: 86%;
	--swiper-navigation-size: 30px;/* 设置按钮大小 */
	 --swiper-theme-color: #fff;/* 设置Swiper风格 */
}

.product-swiper-container  .product-item{
	text-align: center;
	margin:4% 0;
}

.product-time-item .img img{
	width: 40px;
}

.product-time-swiper-out{
	width: 100%;
    margin: 0 auto;
    margin-top: 0%;
    position: absolute;
    bottom: 12%;
}

.line-container{
	width: 100%;
	display: flex;
	min-height: 120px;
	align-items: center;
	justify-content: space-around;
}

.line-container .circle{
	width: 8px;
	display: inline-block;
	height: 8px;
	border-radius: 50%;
	background: #fff;
}

.line-two-container{
	max-width: 1536px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
	
}

.line-two-container .icon.on h5,
.line-two-container .icon.on h6,
.line-two-container .icon:hover h5,
.line-two-container .icon:hover h6{
	color: #cf302c;
}
.line-two-container .icon.on img,
.line-two-container .icon:hover img{
	display: none;
}
.line-two-container .icon.on img:nth-child(2),
.line-two-container .icon:hover img:nth-child(2){
	display: inline-block;
}
.line-two-container .icon img:nth-child(2){
	display: none;
}
.line-two-container .icon{
	margin: 0 20px;
	cursor: pointer;
	position: relative;
}
.line-two-container .line{
	background: rgba(250,250,250,.8);
	flex: 1;
	height: 1px;
}
.line-two-container .t{
	min-width: 200px;
	position: absolute;
	bottom: 0;
	left: 50%;
	text-align: center;
	line-height: 1.5;
	transform: translate(-50%,130%);
}
.line-two-container .t h5{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.line-two-container .t h6{
	font-size: 16px;
	white-space: nowrap;
	color: #fff;
	font-weight: bold;
}

.product-time-swiper-out .outline-lf{
    position: absolute;
    left: calc(50% + 110px);
    top: 52%;
    width: 50%;
    transform: translateY(-50%);
    height: 1px;
    background: rgba(250,250,250,.4);
}

.product-time-swiper-out .outline-rt{
	position: absolute;
    right: calc(50% + 110px);
    transform: translateY(-50%);
    top: 52%;
    width: 50%;
    height: 1px;
    background: rgba(250,250,250,.4);
}

.index-works-container .title .line span,
.brand-right-wrap .title .line span{
	width: 60px;
    background: #cf302c;
    height: 2px;
    display: inline-block;
}
.index-works-container .title .line,
.brand-right-wrap .title .line{
	margin-top: 20px;
    font-size: 0;
    text-align: center;
    line-height: 1;
}

.brand-right-wrap .title img{
	transform: translateY(-10px);
}
.brand-swiper-container .date span{
	font-size: 20px;
}
.product-time-swiper{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	text-align: center;
	padding: 20px 0;
}

.line-container .pl{
	transform: translateX(32px);
}

.line-container .pr{
	transform: translateX(-32px);
}

.line-container .big-circle{
    width: 120px;
    height: 120px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-flex;
    margin-bottom: 30px;
    flex-direction: column;
    justify-content: center;
}



.product-time-item .name{
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
}

.index-product-container .more a{
	width: 110px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	background: #cf302c;
	border-radius: 15px;
	font-size: 14px;
	color: #fff;
}

.product-time-item   .img{
	transform: translateY(-20px)
}

.swiper-slide-active .product-time-item .img{
	transform: translateY(-14px)
}

.product-time-item{
	text-align: center;
}


.index_banner_item video {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: cover;
}

.index-works-container{
	height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/bb.jpg);
}



.index-works-container .title{
	font-size: 34px;
	color: #fff;
	margin-top: 2%;
}



.index-works-container .title img{
	transform: translateY(-10px);
}
.index-works-container  .view-more a{
	color: #fff;
}
.index-works-container  .view-more{
	text-align: center;
	margin-top: 3%;
	font-size: 14px;
}

.index-works-container  .view-more i:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #cf302c;
}
.index-works-container .view-more i{
	width: 30px;
	height: 30px;
	position: relative;
	display: inline-block;
	border: 1px solid rgba(250,250,250,.2);
    vertical-align: middle;
    margin-right: 15px;
    border-radius: 50%;
}

.index-works-wrap{
	width: 100%;
	margin-top: 5%;
	overflow: hidden;
}
.works-swiper-container .words-item{
	text-align: center;
	position: relative;
}
.works-swiper-container .words-item .text{
	font-size: 14px;
	position: absolute;
	left: -124px;
	transform:rotate(90deg);
	top: 85px;
	width:180px;
	white-space: nowrap;
	color: rgba(250,250,250,.5);
}
.works-swiper-container .words-item .text .idx{
	font-size: 17px;
	vertical-align: bottom;
	font-weight: bold;

}

.works-swiper-container .words-item .text .line{
	width: 80px;
	height: 1px;
	vertical-align: middle;
	display: inline-block;
	margin: 0 10px;
	background-color: rgba(250,250,250,.5);
}

.works-swiper-container .words-item .people-content{
	position: absolute;
	opacity: 0;
	transition: all 1.5s;
	bottom: 8%;
	text-align: right;
}

.works-swiper-container .swiper-slide-prev .words-item .people-content{
	
	right: 110px;
}
.works-swiper-container .swiper-slide-active .words-item .people-content{
	opacity: 1;
	right: -110px;
}

.works-swiper-container .swiper-slide-next .words-item .people-content{
	right: -200px;
}

.works-swiper-container .words-item .people-content .name{
	font-size: 20px;
	color:#cf302c;
	margin-bottom: 10px;
	font-weight: bold;
}

.works-swiper-container .words-item .people-content .name span{
	width: 60px;
	margin-left: 20px;
	display: inline-block;
	height: 1px;
	background-color: #cf302c;
}
.works-swiper-container .words-item .people-content .c{
	max-width: 430px;
	line-height: 1.8;
	margin-bottom: 2%;
	font-size: 14px;
	color:rgba(250,250,250,.6);
}
.works-swiper-container .words-item .people-content .tag{
	font-size: 40px;
	line-height: 1.8;
	color: #fff;
}

.works-swiper-container .words-item .img{
    width: 76%;
    position: relative;
    padding-top: 40%;
    margin: 0 auto;
    background-size: cover;
}

.works-swiper-container .words-item .img-box{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.works-swiper-container .words-item .img-box img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition:  all .5s;
    height: 100%;
}

.works-swiper-container .words-item .img-box:hover img{
   transform: scale(1.1);
} 

.works-swiper-container .swiper-slide-active .img-box img{
	transform: scale(1.02);
}

.works-swiper-container{
	width: 63%;
	margin:  0 auto;
}
.brand-left-wrap .title img{
	margin-top: -20px;
	margin-right: 10px;
}
.brand-left-wrap .title{
	font-size: 40px;
}
.brand-left-wrap .tips{
	font-size: 18px;
	margin-top: 60px;
	line-height: 2;
	color: #999999;
}

.brand-left-wrap .button-wrap {
	margin-top: 230px;
}

.brand-left-wrap .button-wrap button{
	border-radius: 50%;
	width: 60px;
	font-size: 0;
	height: 60px;
	margin:  0 20px;
	border:1px dashed #e2e3e3;
}
.brand-left-wrap .button-wrap i{
	display: inline-block;
}

.brand-left-wrap{
	width: 28%;
	padding-left: 10%;
	display: flex;
	justify-content: center;
	flex-direction: column;

	box-sizing: border-box;
	height: 100%;
	border-right: 1px solid #efefef;
}

.brand-right-wrap{
	width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    height: 100%;
}


.brand-right-wrap .title{
	font-size: 34px;
    color: #333;
    margin-top: 2%;
}

.brand-right-wrap .img{
	overflow: hidden;
	position: relative;
	padding-top: 64%;
}

.brand-right-wrap .img:hover img{
	transform: scale(1.1);
}

.brand-right-wrap .img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s;
}

.index-brand-container {
	height: 100vh;
	display: flex;
}

.brand-swiper-container .a a i{
	width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    margin-right: 8px;
}
.brand-swiper-container .a a{
	width: 110px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    background: #cf302c;
    border-radius: 15px;
    font-size: 14px;
    color: #fff;
}

.brand-right-wrap .box{
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 5%;
}
.brand-swiper-container{
	width: 100%;
	overflow: hidden;
	position: relative;
}

.brand-swiper-container .date{
	font-size: 14px;
    box-sizing: border-box;
    padding: 10px;
    line-height: 1.4;
    width: 60px;
    text-align: center;
    background: #ccc;
    margin-left: 20px;
    transform: translateY(25px);
    z-index: 1;
    position: relative;
}


.brand-swiper-container .date  span,
.brand-swiper-container .date  i,
.brand-swiper-container .date  em
{
	display: block;
}



.brand-swiper-container .c{
	padding-bottom: 7%;
	margin-bottom: 7%;
	padding-top: 5%;
	border-bottom: 1px solid #efefef
}

.brand-swiper-container .date em{
	font-size: 10px;
}

.brand-swiper-container .tit{
	font-size: 18px;
	margin-bottom: 5%;
}
.brand-swiper-container .line{
	margin-bottom: 5%;
    font-size: 0;
    line-height: 1;
}

.brand-swiper-container .line span{
	width: 60px;
	background: #cf302c;
	height: 2px;
	display: inline-block;
}

.brand-swiper-container .des{
	font-size: 14px;
	line-height: 1.8;
	color: #999;
	min-height: 50px;
	padding-right: 20px;
}

.circle-out{
	flex: 1;
	text-align: center;
}


@media screen and (min-width:769px) and (max-width:1440px) {
	.index_banner_item .content h3,.index-product-container .title h6{
		font-size: 40px;
	}
	
}
@media screen and  (min-width:768px) {
    .index-swiper-container .swiper-pagination-bullet em{
		position: absolute;
		padding-right: 40px;
		right: 0;
		font-size: 12px;
		width: auto;;
		top: 50%;
		color: #fff;
		display: none;
		transform: translateY(-50%);
	}

	.index-swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active em{
		display: block;
	}
	.index-swiper-container .swiper-pagination-bullet{
		width: 20px;
		height: 1px;
		opacity: 1;
		position: relative;
		margin: 10px 0 !important; 
		background-color: rgba(250,250,250,.4);
	}

	.index-swiper-container .swiper-pagination{
		width: 30px;
		left: inherit;
		text-align: center;
		right: 3%;
		top: 50%;
		bottom: inherit;
		transform: translateY(-50%);
		text-align: center;
	}

	.index-swiper-container  .swiper-pagination-bullet.swiper-pagination-bullet-active{
		background: #cf302c;
		width: 30px;
	}
}

@media screen and  (max-width:768px) {
	.line-two-container .icon img{
		width: 15px;
	}
	.brand-right-wrap .title img{
		width: 6px;
	}
	.brand-right-wrap .title{
		font-size: 0.34rem;
	}
	.index-product-container .title h6{
		font-size: 0.5rem;
	}
	.index-product-container .title .subtitle{
		font-size: 0.2rem;
	}

	.product-swiper-container .product-item{
		margin: 1rem 0;
	}

	.product-swiper-container .product-item img{
        width: 80%;
	}

	.index-product-container .more a{
		width: 1.2rem;
		font-size: 0.18rem;
		line-height: 2;
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
		display: none;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
		display: none;
	}
	.index_banner_item .content h3, .index-product-container .title h6{
		font-size: 0.6rem;
	}

	.index_banner_item .content h5{
		font-size: 0.24rem;
	}

	.index_banner_item .content .more i{
		width: 0.3rem;
		height: 0.3rem;
	}
	.index_banner_item{
        background-position: bottom;
        bottom: 0;
        left: 0; 
	}
	.index_banner_item .content{
		height: 58%;
	}

	.line-container .pl,
	.line-container .pr{
		display: none;
	}
    .works-swiper-container{
    	width: 94%;
    }
   
    .product-time-item .img{
    	transform: translateY(-10px);
    }
    .product-time-swiper-out .outline-rt{
    	right: calc(50% + 55px);
    }
    .product-time-swiper-out .outline-lf{
    	left: calc(50% + 55px);
    }
    .swiper-slide-active .product-time-item .img{
    	transform: translateY(-7px);
    }
	.line-container .big-circle{
		height: 70px;
		width: 70px;
		margin-bottom: 15px;
	}
    .product-time-item .img img{
    	width: 20px;
    }
	.product-time-item .name{
		font-size: 0.14rem;
		margin-top: 10px;
	}

	.index-works-container .title{
		font-size: 0.34rem;
	}
	.works-swiper-container .words-item .text{
		font-size: 0.24rem;
		text-align: left;
		margin-bottom: 0.3rem;
		transform: rotate(0deg);
		width: 100%;
		position: static;
		color: rgba(250,250,250,.5);
	}

	.index-brand-container{
		display: block;
	}

	.works-swiper-container .words-item .img-box img{
		position: static;
	}

	.works-swiper-container .words-item .img-box{
		position: static;
	}

	.works-swiper-container .words-item .people-content{
		position: static;
		text-align: left;
		padding: 5% 0; 
	}

	.works-swiper-container .words-item .text .idx{
		font-size: 0.24rem;
	}

	.works-swiper-container .words-item .people-content .name{
		font-size: 0.24rem;
	}

	.works-swiper-container .words-item .people-content .c{
		line-height: 1.5;
		font-size: 0.18rem;
	}

	.works-swiper-container .words-item .people-content .tag{
		font-size: 0.3rem;
		margin: 0.1rem 0 ;

	}
	.brand-left-wrap{
		width: 100%;
		text-align: center;
		padding:4%;
		height: auto;
	}

	.brand-left-wrap .title img{
		width: 6px;
		margin-top: -10px;
        margin-right: 5px;
	}

	.brand-left-wrap .button-wrap{
		display: none;
	}
	.brand-left-wrap .title{
		font-size: 0.34rem;
		margin-top: 0.3rem;
	}

	.brand-left-wrap .tips{
		margin-top: 0.24rem;
		font-size: 0.18rem;
	}
	.brand-left-wrap .tips br{
		display: none;
	}
	.brand-swiper-container .date span{
		font-size: 14px;
	}
	.brand-right-wrap{
		width: 100%;
		height: auto;
	}
	.brand-swiper-container .date{
		font-size: 0.4rem;
	}

	.index-brand-container{
		height: auto;
	}

	.brand-swiper-container{
		width: 100%;
	}
    .works-swiper-container .words-item .people-content .name span{
    	margin-left: 0px;
    }
	.brand-swiper-container .tit{
		font-size: 0.3rem;
	}

	.brand-swiper-container .des{
		font-size: 0.18rem;
	}


	.brand-swiper-container .line span{
		width: 30px;
	}

	.brand-swiper-container .date i{
		font-size: 10px;
	}

	.brand-swiper-container .date em{
		font-size:12px;
	}

	.brand-swiper-container .a a{
		 width:  1.5rem ; 
		 font-size: 8px;
		 line-height: 2;
	}

	.brand-swiper-container .a{
		margin-bottom: 7%;
	}
    .index-works-container .view-more{
    	font-size: 8px;
    }

    .line-two-container .t{
    	min-width: auto;
    }

    .line-two-container .t h6,
    .line-two-container .t h5{
    	font-size: 0.24rem;
    }

    .works-swiper-container .words-item .img{
    	padding-top: 0;
    	width: 90%
    }
	.index-works-container .view-more i{
		width: 16px;
		margin-right: 8px;
		height: 16px;
	}
	.product-time-swiper-out{
		width: 94%;
	}
}