.main{
	padding: 0 8%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
}
.details_h{
	height: 60px;
}
.banner{
	position: relative;
}
.banner img{
	vertical-align: middle;
	width: 100%;
}
.banner .name{
	position: absolute;
	left: 8%;
	top: 40%;
	color: #fff;
	font-size: 42px;
	line-height: 42px;
	padding-left: 30px;
}
.banner .name::after{
	position: absolute;
	content: "";
	width: 4px;
	height: 20px;
	background-color: #FF959D;
	top: 0;
	left: 0;
	transform: rotate(20deg);
}
.banner .name::before{
	position: absolute;
	content: "";
	width: 4px;
	height: 20px;
	background-color: #e70012;
	top: 0;
	left: 10px;
	transform: rotate(20deg);
}
.products{
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.products .list{
	width: 30%;
}
.products .list .titles{
	font-size: 38px;
	line-height: 38px;
	padding-left: 30px;
	position: relative;
}
.products .list .titles::after{
	position: absolute;
	content: "";
	width: 4px;
	height: 20px;
	background-color: #FF959D;
	top: 0;
	left: 0;
	transform: rotate(20deg);
}
.products .list .titles::before{
	position: absolute;
	content: "";
	width: 4px;
	height: 20px;
	background-color: #e70012;
	top: 0;
	left: 10px;
	transform: rotate(20deg);
}
.products .list .texts{
	margin-top: 20px;
	font-size: 16px;
	margin-bottom: 50px;
}
.products .list .lists{
	position: relative;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #0d04080d;
	overflow: hidden;
	padding-left: 10px;
}
.products .list .lists .name{
	font-size: 14px;
	line-height: 14px;
	padding-left: 20px;
	position: relative;
	color: #000000;
	transition: all .6s;
}
.products .list .lists .name::after{
	position: absolute;
	content: "";
	width: 3px;
	height: 8px;
	background-color: #FF959D;
	top: 0;
	left: 0;
	transform: rotate(20deg);
}
.products .list .lists .name::before{
	position: absolute;
	content: "";
	width: 3px;
	height: 8px;
	background-color: #e70012;
	top: 0;
	left: 6px;
	transform: rotate(20deg);
}
.products .list .lists .ioc{
	position: absolute;
	right: 40%;
	color: #FFFFFF;
}
.products .list .lists::after{
	background: #e70012;
	content: "";
	height: 100%;
	left: -90%;
	position: absolute;
	transform: skew(-18deg);
	transition: all .6s;
	width: 80%;
	z-index: -1;
}
.products .list .lists:hover .name{
	transform: translate(-15px);
	color: #fff;
}
.products .list .lists:hover::after{
	left: -10%;
}

.productslists{
	display: flex;
	justify-content: space-between;
	background: #fff url("../img/productlist_bg.png") no-repeat top;
	flex-wrap: wrap;
}
.productslists .navsub{
	width: 100%;
	padding: 40px 0;
}
.productslists .navsub span{
	color: #e70012;
}
.productslists .search{
	width: 25%;
}
.productslists .search .clear{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 50px;
	background-color: #FFFFFF;
	padding: 0 15px;
	color: #333333;
	border-bottom: 2px solid #e7e7e7;
	position: relative;
}
.productslists .search .clear::after{
	position: absolute;
	content: "";
	bottom: 0;
	height: 2px;
	background-color: #666666;
	width: 90px;
	left: 0;
}
.productslists .search .clear img{
	width: 20px;
	height: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
.productslists .search .name{
	line-height: 50px;
	border-bottom: 2px solid #e7e7e7;
	padding: 0 20px;
	font-size: 14px;
	color: #000000;
}
.productslists .search .list{
	padding: 15px 20px;
	border-bottom: 2px solid #e7e7e7;
}
.productslists .search .texts{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #333333;
	font-size: 14px;
}
.productslists .search .texts .ioc{
	width: 7px;
	height: 7px;
	display: flex;
	align-items: center;
	transform: rotate(0deg);
	transition: all 0.6s;
}
.productslists .search .texts .ioc img{
	width: 100%;
	height: 100%;
}
.productslists .search .hlist_main{
	clip-path: inset(0 0 100% 0);
	height: 0;
	transition: all 0.6s;
}
.productslists .search .list.ons .hlist_main{
	clip-path: inset(0 0 0 0);
	height: auto;
}
.productslists .search .list.ons .ioc{
	transform: rotate(-180deg);
}
.productslists .search .lists{
	color: #666666;
	font-size: 12px;
	line-height: 26px;
	display: flex;
	align-items: center;
}
.productslists .search .lists img{
	width: 14px;
	height: 14px;
	margin-right: 10px;
}
.productslists .search .lists .yes{
	display: none;
}
.productslists .search .lists.ons .yes{
	display: inline-block;
}
.productslists .search .lists.ons .none{
	display: none;
}
.productslists .search .lists.ons{
	color: #e70012;
}
.productslists .right{
	width: 72%;
}
.productslists .right .titles{
	display: flex;
	align-items: center;
}
.productslists .right .titles .names{
	clip-path: polygon(0% 0, 100% 0, 94% 100%, 0 100%);
	background-color: #e70012;
	height: 44px;
	padding: 0 40px 0 30px;
	line-height: 44px;
	color: #FFFFFF;
}
.productslists .right .titles .names img{
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-left: 30px;
}
.productslists .right .titles .num{
	margin-left: 50px;
	colo#999999
}
.productslists .right .titles .num span{
	color: #e70012;
}
.productslists .right .mains{
	margin-top: 20px;
}
.productslists .right .list{
	border: 1px solid #e7e7e7;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.productslists .right .list .img{
	width: 28%;
}
.productslists .right .list .img img{
	width: 100%;
}
.productslists .right .list .text_main{
	width: 50%;
}
.productslists .right .list .download{
	width: 15%;
	border-left: 1px solid #e7e7e7;
	line-height: 100px;
	text-align: center;
}
.productslists .right .list .download img{
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 10px;
}
.productslists .right .list .name{
	font-size: 24px;
	color: #333333;
	margin-bottom: 10px;
}
.productslists .right .list .names{
	font-size: 18px;
	color: #666666;
	margin-bottom: 20px;
}
.productslists .right .list .text{
	font-size: 12px;
	color: #666666;
	margin-bottom: 20px;
}
.productslists .right .list .scene{
	font-size: 16px;
	color: #000000;
}
.productslists .right .list .scene_main{
	font-size: 12px;
	color: #666666;
}
.productslists .right .list .scene_main span{
	margin-right: 20px;
	margin-bottom: 10px;
	padding-left: 18px;
	position: relative;
}
.productslists .right .list .scene_main span::after{
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	height: 8px;
	margin: auto 0;
	border: 2px solid #e7e7e7;
	width: 8px;
	left: 0;
	border-radius: 8px;;
}


.img_main .swiper {
	width: 80%;
	margin: 0 auto;
	height: 100%;
	padding: 60px 0 100px;
}
.img_main .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	transition: 300ms;
	transform: scale(1);
	z-index: 2;
	position: relative;
}
.img_main .swiper-slide::after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF80;
}
.img_main .swiper-slide img{
	width: 100%;
}
.img_main .swiper-slide.swiper-slide-next{
	transform: scale(1.1);
	z-index: 10;
}
.img_main .swiper-slide.swiper-slide-next::after{
	display: none;
}
.img_main .swiper .swiper-pagination-bullet{
	margin: 0 10px;
	padding-top: 8px;
	border-radius: 0;
	background: none;
	position: relative;
}
.img_main .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::after{
	position: absolute;
	content: "";
	width: 3px;
	height: 8px;
	background-color: #FF959D;
	top: 0;
	left: 0;
	transform: rotate(20deg);
}
.img_main .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
	position: absolute;
	content: "";
	width: 3px;
	height: 8px;
	background-color: #e70012;
	top: 0;
	right: 0;
	transform: rotate(20deg);
}
.img_main .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
	color: #e70012;
}
.productdetails{
	padding-top: 50px;
	padding-bottom: 50px;
}
.productdetails .synopsis{
	display: flex;
}
.productdetails .synopsis .text{
	width: 70%;
	font-size: 16px;
}
.productdetails .img_text{
	background-color: #F5F5F5;
	padding: 190px 70px 50px;
	width: 86%;
	margin: 100px auto 0;
	position: relative;
}
.productdetails .img_text .titles{
	font-size: 32px;
	color: #E70012;
	width: 36%;
}
.productdetails .img_text .name{
	font-size: 32px;
	color: #333333;
	width: 40%;
}
.productdetails .img_text .text{
	margin-top: 50px;
	font-size: 12px;
	color: #666666;
	width: 60%;
}
.productdetails .img_text .img{
	position: absolute;
	width: 60%;
	top: -50px;
	right: 0;
	opacity: 0;
}
.productdetails .content_main{
	margin-top: 100px;
}
.productdetails .content_main .titles{
	font-size: 32px;
	color: #333333;
	text-align: center;
}
.productdetails .content_main .ioc{
	width: 10px;
	height: 10px;
	margin: 0 auto;
	position: relative;
}
.productdetails .content_main .ioc::after{
	position: absolute;
	content: "";
	width: 4px;
	height: 14px;
	background-color: #FF959D;
	top: 0;
	left: 0;
	transform: rotate(20deg);
}
.productdetails .content_main .ioc::before{
	position: absolute;
	content: "";
	width: 4px;
	height: 14px;
	background-color: #e70012;
	top: 0;
	right: 0;
	transform: rotate(20deg);
}
.productdetails .content_main .mains{
	margin-top: 90px;
}
.productdetails .content_main .list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.productdetails .content_main .list:nth-child(2n){
	flex-direction: row-reverse;
}
.productdetails .content_main .left{
	display: flex;
	justify-content: space-between;
	width: 46%;
}
.productdetails .content_main .left .text_main{
	width: 80%;
}
.productdetails .content_main .left .text_main .titles{
	font-size: 20px;
	color: #333333;
	text-align: left;
	line-height: 20px;
}
.productdetails .content_main .left .text_main .name{
	font-size: 14px;
	color: #E70012;
	margin-top: 10px;
}
.productdetails .content_main .left .text_main .text{
	font-size: 12px;
	color: #666666;
	margin-top: 30px;
}
.productdetails .content_main .img{
	width: 48%;
	height: 300px;
	overflow: hidden;
}
.productdetails .content_main .img img{
	transform: scale(1);
	transition: all 0.6s;
}
.productdetails .content_main .list:hover .img img{
	transform: scale(1.1);
}
.productdetails .img_main{
	padding: 60px 0;
	background: url("../img/img_main_bg.jpg") no-repeat 50%;
	background-size: cover;
}
.productdetails .img_main .titles{
	font-size: 32px;
	color: #333333;
	margin-bottom: 20px;
}
.productdetails .video_main{
	margin-top: 70px;
}
.productdetails .video_main .titles{
	font-size: 32px;
	color: #333333;
}
.productdetails .video_main .mains{
	margin-top: 30px;
}
.productdetails .recommend{
	margin-top: 90px;
}
.productdetails .recommend .titles{
	font-size: 32px;
	color: #333333;
}
.productdetails .recommend .mains{
	margin-top: 30px;
	display: flex;
}
.productdetails .recommend .list{
	background: #f6f6f6;
	margin-right: 1.3%;
	width: 24%;
}
.productdetails .recommend .list .img{
	display: flex;
	align-items: center;
	overflow: hidden;
	height: 113px;
}
.productdetails .recommend .list .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: all 0.6s;
}
.productdetails .recommend .list:hover .img img{
	transform: scale(1.1);
}
.productdetails .recommend .list .text_main{
	padding: 26px 30px;
}
.productdetails .recommend .list .name{
	font-size: 14px;
	color: #222222;
}
.productdetails .recommend .list .time{
	margin-top: 10px;
	font-size: 12px;
	color: #666666;
}
.proddetails .navsub{
	width: 100%;
	padding: 40px 0;
	font-size: 14px;
}
.proddetails .navsub span {
    color: #e70012;
}
.proddetails .tops_img{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.proddetails .tops_img .left{
	width: 50%;
}
.proddetails .tops_img .left .mySwiper2 .swiper-slide{
	text-align: center;
	height: 450px;
}
.proddetails .tops_img .left .mySwiper{
	margin-top: 20px;
}
.proddetails .tops_img .left .mySwiper .swiper-slide{
	height: 100px;
	border: 1px dashed #cdcdcd;
	box-sizing: border-box;
	padding: 5px;
	text-align: center;
}
.proddetails .tops_img .left .mySwiper .swiper-slide.swiper-slide-thumb-active{
	border: 1px solid #9E9E9E;
	text-align: center;
}
.proddetails .tops_img .left img{
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}
.proddetails .tops_img .right{
	width: 46%;
}
.proddetails .tops_img .right .name{
	font-size: 32px;
	font-weight: bold;
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.proddetails .tops_img .right .p{
	font-size: 18px;
	color: #666;
	padding: 10px 0;
}
.proddetails .tops_img .right .p span{
	color: #333333;
    font-weight: bold;
	/*margin-right: 10px;*/
	/*display: inline-block;*/
	/*width: 100px;*/
}
.proddetails .tops_img .right .more{
	background-color: #e70012;
	clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
	cursor: pointer;
	height: 36px;
	position: relative;
	width: 110px;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}
.proddetails .tops_img .right .more::after {
    background: #ff9800;
    clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .4s cubic-bezier(.4,0,.2,1);
    width: 100%;
}
.proddetails .tops_img .right .more:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
}
.proddetails .tops_img .right .more a{
	color: #FFF;
	position: relative;
	transition: all .4s cubic-bezier(.4,0,.2,1);
	z-index: 3;
}
.proddetails .tops_img .right .more:hover a {
    letter-spacing: 2px;
}

.proddetails .content{
	padding-top: 40px;
	padding-bottom: 60px;
}
.proddetails .content .titles{
	padding-left: 20px;
	line-height: 24px;
	font-size: 24px;
	position: relative;
}
.proddetails .content .titles::after{
	position: absolute;
	content: "";
	width: 3px;
	height: 12px;
	background-color: #FF959D;
	top: 0;
	left: 0;
	transform: rotate(20deg);
}
.proddetails .content .titles::before{
	position: absolute;
	content: "";
	width: 3px;
	height: 12px;
	background-color: #e70012;
	top: 0;
	left: 6px;
	transform: rotate(20deg);
}
.proddetails .content .img_main{
	margin-top: 40px;
	font-size: 14px;
	line-height: 2em;
	text-align: justify;
}
@media (max-width: 1200px){
	.header .left .nav .list {
		margin-right: 10px;
	}
}
@media (max-width: 910px){
	.productdetails{
		padding: 5% 0;
	}
	.main{
		padding: 0 5%;
	}
	.details_h{
		height: 50px;
	}
	.banner .name{
		top: 30%;
		font-size: 24px;
		line-height: 24px;
		padding-left: 6px;
	}
	.banner .name::before{
		width: 2px;
		height: 14px;
		left: 6px;
	}
	.banner .name::after{
		width: 2px;
		height: 14px;
	}
	.productdetails .synopsis .text{
		width: 100%;
		font-size: 12px;
	}
	.productdetails .img_text{
		width: 90%;
		margin-top: 10%;
		padding: 5%;
	}
	.productdetails .img_text .img{
		position: relative;
		top: 0;
		width: 100%;
	}
	.productdetails .img_text .img img{
		vertical-align: middle;
	}
	.productdetails .img_text .titles{
		width: 100%;
		font-size: 18px;
		margin-top: 5%;
	}
	.productdetails .img_text .name{
		width: 100%;
		font-size: 16px;
	}
	.productdetails .img_text .text{
		width: 100%;
		margin-top: 5%;
	}
	.productdetails .content_main{
		margin-top: 5%;
	}
	.productdetails .content_main .titles{
		font-size: 18px;
	}
	.productdetails .content_main .ioc::before{
		width: 3px;
		height: 10px;
	}
	.productdetails .content_main .ioc::after{
		width: 3px;
		height: 10px;
	}
	.productdetails .content_main .mains{
		margin-top: 5%;
	}
	.productdetails .content_main .list{
		flex-wrap: wrap;
		margin-bottom: 5%;
	}
	.productdetails .content_main .left{
		width: 100%;
	}
	.productdetails .content_main .ioc{
		width: 8px;
		height: 8px;
	}
	.productdetails .content_main .left .text_main{
		width: 95%;
	}
	.productdetails .content_main .left .text_main .titles{
		font-size: 16px;
	}
	.productdetails .content_main .left .text_main .name{
		font-size: 14px;
		margin-top: 2%;
	}
	.productdetails .content_main .left .text_main .text{
		font-size: 10px;
		margin-top: 5%;
	}
	.productdetails .content_main .img{
		width: 100%;
		height: 200px;
		margin-top: 5%;
	}
	.productdetails .img_main{
		padding: 5% 0;
	}
	.productdetails .img_main .titles{
		font-size: 24px;
	}
	.img_main .swiper{
		padding: 15% 0;
	}
	.productdetails .video_main{
		margin-top: 5%;
	}
	.productdetails .video_main .titles{
		font-size: 24px;
	}
	.productdetails .video_main .mains{
		margin-top: 5%;
	}
	.productdetails .recommend{
		margin-top: 5%;
	}
	.productdetails .recommend .titles{
		font-size: 24px;
	}
	.productdetails .recommend .mains{
		margin-top: 5%;
		flex-wrap: wrap;
	}
	.productdetails .recommend .list{
		width: 100%;
		margin-right: 0;
		margin-bottom: 3%;
	}
	.productdetails .recommend .list .text_main{
		padding: 5% 4%;
	}
	.productdetails .recommend .list .name{
		font-size: 12px;
	}
	.productdetails .recommend .list .time{
		font-size: 10px;
		margion-text-align: left;
	}
	.productslists .navsub{
		padding: 5% 0;
	}
	.productslists .search{
		width: 100%;
	}
	.productslists .search .clear{
		height: 40px;
		font-size: 12px;
	}
	.productslists .search .name{
		line-height: 40px;
		font-size: 12px;
	}
	.productslists .search .list{
		padding: 2% 5%;
	}
	.productslists .search .lists{
		font-size: 10px;
	}
	.productslists .right{
		width: 100%;
		margin-top: 5%;
	}
	.productslists .right .titles .names{
		height: 36px;
		line-height: 36px;
		font-size: 10px;
		padding: 0 5%;
	}
	.productslists .right .titles .names img{
		margin-left: 10px;
	}
	.productslists .right .titles .num{
		margin-left: 5%;
	}
	.productslists .right .mains{
		margin-top: 5%;
	}
	.productslists .right .list{
		padding: 5%;
		flex-wrap: wrap;
	}
	.productslists .right .list .img{
		width: 100%;
		height: 230px;
		overflow: hidden;
	}
	.productslists .right .list .img img{
		height: 100%;
		object-fit: cover;
	}
	.productslists .right .list .text_main{
		width: 100%;
		margin-top: 5%;
	}
	.productslists .right .list .name{
		font-size: 16px;
	}
	.productslists .right .list .names{
		font-size: 14px;
	}
	.productslists .right .list .text{
		font-size: 12px;
	}
	.productslists .right .list .scene{
		font-size: 14px;
	}
	.productslists .right .list .download{
		width: 100%;
		border: none;
		line-height: 50px;
	}
	.products{
		flex-wrap: wrap;
		margin-top: 5%;
	}
	.products .list{
		width: 100%;
		margin-bottom: 10%;
	}
	.products .list .titles{
		font-size: 18px;
		line-height: 18px;
		padding-left: 12px;
	}
	.products .list .titles::before{
		width: 3px;
		height: 10px;
		left: 5px;
	}
	.products .list .titles::after{
		width: 3px;
		height: 10px;
	}
	.products .list .texts{
		margin-top: 5%;
		margin-bottom: 6%;
		font-size: 12px;
	}
	.products .list .lists{
		height: 40px;
		line-height: 40px;
	}
	.products .list .lists .name{
		font-size: 12px;
	}
	.proddetails .tops_img{
		flex-wrap: wrap;
	}
	.proddetails .tops_img .left{
		width: 100%;
	}
	.proddetails .tops_img .right{
		width: 100%;
		margin-top: 5%;
	}
	.proddetails .tops_img .left .mySwiper2 .swiper-slide{
		height: 325px;
	}
	.proddetails .tops_img .left .mySwiper{
		margin-top: 5%;
	}
	.proddetails .tops_img .left .mySwiper .swiper-slide{
		height: 80px;
	}
	.proddetails .tops_img .right .name{
		font-size: 18px;
		margin-bottom: 5%;
	}
	.proddetails .tops_img .right .p{
		font-size: 14px;
	}
	.proddetails .tops_img .right .more{
		width: 80px;
		height: 30px;
		font-size: 12px;
	}
	.proddetails .tops_img .right .more a{
		font-size: 12px;
	}
	.proddetails .content .titles{
		font-size: 18px;
	}
	.proddetails .content .ioc::before{
		width: 3px;
		height: 10px;
	}
	.proddetails .content .ioc::after{
		width: 3px;
		height: 10px;
	}
}
