a:hover {
	color: #4169e2;
}
.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: #ddd;
	top: 0;
	left: 0;
	transform: rotate(20deg);
}
.banner .name::before{
	position: absolute;
	content: "";
	width: 4px;
	height: 20px;
	background-color: #4169e2;
	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: #ddd;
	top: 0;
	left: 0;
	transform: rotate(20deg);
}
.products .list .titles::before{
	position: absolute;
	content: "";
	width: 4px;
	height: 20px;
	background-color: #4169e2;
	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: 16px;
	line-height: 16px;
	padding-left: 20px;
	position: relative;
	color: #333;
	transition: all .6s;
}
.products .list .lists .name::after{
	position: absolute;
	content: "";
	width: 3px;
	height: 8px;
	background-color: #ddd;
	top: 0;
	left: 0;
	transform: rotate(20deg);
}
.products .list .lists .name::before{
	position: absolute;
	content: "";
	width: 3px;
	height: 8px;
	background-color: #4169e2;
	top: 0;
	left: 6px;
	transform: rotate(20deg);
}
.products .list .lists .ioc{
	position: absolute;
	right: 40%;
	color: #FFFFFF;
}
.products .list .lists::after{
	background: #4169e2;
	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: 30px 0;
    line-height: 28px;
    font-size: 14px;
}
.productslists .navsub span{
	color: #4169e2;
}
.productslists .search{
	width: 20%;
}

.productslists .search .clear{
	width: 100%;
	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;
	margin-bottom: 10px;
}
.productslists .search .clear::after{
	position: absolute;
	content: "";
	bottom: 0;
	height: 2px;
	background-color: #666666;
	width: 90px;
	left: 0;
}
.productslists .search .clear .form{
	width: 100%;
}
.productslists .search .clear .f_search{
	width: 100%;
	height: 40px;
	display: flex;
}
.productslists .search .clear .f_search .txt{
	width: 70%;
	line-height: 40px;
	font-size: 16px;
}
.productslists .search .clear .f_search .btnn{
	float: right;
    background: #4169e2;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 40px;
    padding: 0 20px;
    /* border-radius: 22px; */
    width: 80px;
}

.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: 16px;
	color: #000000;
}
.productslists .search .list{
	padding: 15px 20px;
    border-bottom: 2px solid #fff;
    background: #efefef;
}
.productslists .search .texts{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #333333;
	font-size: 16px;
}
.productslists .search .texts a{

	color: #333333;
	font-weight: bold;
}
.productslists .search .texts .ioc{
	width: 16px;
	height: 16px;
	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: 14px;
    line-height: 28px;
    display: flex;
    align-items: center;
    padding: 1% 5%;
}
.productslists .search .lists a{
	color: #666666;
}
.productslists .search .lists:hover {
	background: #4169e2;
}
.productslists .search .lists:hover a{
	color: #fff;
}
.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: #4169e2;
}
.productslists .right{
	width: 78%;
}
.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: #4169e2;
	height: 44px;
	padding: 0 40px 0 30px;
	line-height: 44px;
	color: #FFFFFF;
	font-size: 16px;
}
.productslists .right .titles .names img{
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-left: 30px;
}
.productslists .right .titles .num{
	margin-left: 50px;
	color:#999999;
}
.productslists .right .titles .num span{
	color: #4169e2;
}
.productslists .right .mains{
	width: 100%;
	margin-top: 20px;
}
.productslists .right .list{
	width: 100%;
	border: 1px solid #e7e7e7;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.productslists .right .list .img{
	width: 30%;
	margin-right: 2%;
}
.productslists .right .list .img img{
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: all 0.6s;
}
.productslists .right .list .img:hover img{
	transform: scale(1.1);	
}
.productslists .right .list .text_main{
	width: 70%;
}
.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: 2% 0;
}
.productslists .right .list .names{
	font-size: 18px;
	color: #666666;
	margin-bottom: 20px;
}
.productslists .right .list .text{
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	margin: 2% 0;
	text-align: justify;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; 
}
.productslists .right .list .text_main:hover .name{
	color: #4169e2;
}

.productslists .right .list .scene{
	font-size: 16px;
	color: #000000;
}
.productslists .right .list .scene_main{
	font-size: 14px;
	line-height: 28px;
	margin: 3% 0;
}
.productslists .right .list .scene_main a{
	padding: 5px 10px;
	background: #4169E2;
	color: #fff;
}
.productslists .right .list .scene_main:hover a{
	background: #ff9800;
}
.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: #4169e2;
	top: 0;
	right: 0;
	transform: rotate(20deg);
}
.img_main .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
	color: #4169e2;
}
.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: #4169E2;
	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: #4169e2;
	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: #4169E2;
	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;
}
@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: 50%;
		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: 2% 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{
		display: inline-flex;
        font-size: 14px;
        line-height: 28px;
        padding: 0 2%;
	}
	.productslists .right{
		width: 100%;
		margin-top: 5%;
	}
	.productslists .right .titles .names{
		height: 40px;
        line-height: 40px;
        font-size: 16px;
        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: 14px;
	}
	.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: 24px;
        line-height: 24px;
        padding-left: 12px;
		font-weight: 700;
	}
	.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: 14px;
	}
	.products .list .lists{
		height: 40px;
		line-height: 40px;
	}
	.products .list .lists .name{
		font-size: 16px;
	}
	.productslists .search .clear .f_search{
		display: unset;
	}
}
