﻿@charset "utf-8";
.swiper_con{
	width: 100%;
	position: relative;
}
.swiper-1,
.swiper-1 .swiper_img{
	width: 100%;
}
.swiper_img_con{
	position: relative;
	width: 100%;
}
.video_dian{
	position: absolute;
	width: 36px;
	height: 36px;
	background:url(../img/product/gif.gif) no-repeat center center;
	background-size: 100% 100%;
	z-index: 101;
	cursor: pointer;
}
.swiper-slide:nth-child(1) .video_dian1{
	left: 86%;
    top: 43%;
}
.swiper-slide:nth-child(1) .video_dian2{
	left: 57.6%;
	top: 60%;
}
.swiper-slide:nth-child(2) .video_dian1{
	left: 28%;
    top: 43%;
}
.swiper-slide:nth-child(2) .video_dian2{
	left: 49%;
	top: 60%;
}
.jcc_inner{
	width: 609px;
	height: 60%;
	background:rgba(255,255,255,0.7);
	position: absolute;
	top: 43%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	box-sizing: border-box;
	padding: 0 48px;
}
.swiper-slide:nth-child(1) .jcc_inner{
	left: 3.75%;
}
.swiper-slide:nth-child(2) .jcc_inner{
	right: 3.75%;
}
.jcc_inner .jcc_inner_title{
	color:#c30d23;
	font-size: 38px;
	line-height: 38px;
	margin-top: 8%;
}
.jcc_inner .jcc_inner_subtitle{
	color:#333333;
	font-size: 16px;
    line-height: 24px;
	margin-top: 20px;
}
.jcc_inner .jcc_inner_content{
	border-top: 1px solid #e5e5e5;
	height: 40%;
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 96px);
	margin: 0 48px;
}
.jcc_inner .jcc_inner_nav_img{
	height: 105px;
	margin-bottom: 10px;
}
.jcc_inner .jcc_inner_nav_img div{
	max-height: 100%;
	max-width: 100%;
}
.jcc_inner .jcc_inner_nav_img .img2{
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.jcc_inner .jcc_inner_nav{
	text-align: center;
	line-height: 22px;
	font-size:14px;
	margin-right: 80px;
	height: 100%;
}
.jcc_inner .jcc_inner_nav:last-child{
	margin-right: 0;
}
.jcc1_box{
	position: absolute;
	bottom: 0;
	height: 15.8%;
	width: 100%;
	z-index: 10;
}
.jcc1_box:after{
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0,0,0,0.7);
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
}
.jcc1_box .jcc1_nav{
	margin:0 15px 0 0;
	cursor: pointer;
	height: 80%;
}
.jcc1_box .jcc1_nav:last-child{
	margin-right: 0;
}
.jcc1_box .jcc1_nav .img{
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    max-height: 100%;
}
.jcc1_box .jcc1_nav.on,
.jcc1_box .jcc1_nav:hover{
	position: relative;
	z-index: 10;
}
.jcc1_box .jcc1_nav.on .img,
.jcc1_box .jcc1_nav:hover .img{
	-webkit-filter: initial;
    -moz-filter: initial;
    -ms-filter: initial;
    -o-filter: initial;
    filter: initial;
    filter: initial;
}
.jcc1_box .jcc1_nav .jcc1_nav_title{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	text-align: center;
	color: #fff;
	font-size: 16px;
	display: none;
	padding: 8px 0;
}
.jcc1_box .jcc1_nav.on .jcc1_nav_title,
.jcc1_box .jcc1_nav:hover .jcc1_nav_title{
	display: block;
}
.al_video{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
}


.al_video .al_video_inner{
	width: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 10;
}
.al_video .video_box{
	width: 100%;
	border:2px solid #fff;
}
.al_video .close{
	position: absolute;
	right: 0;
	top: -40px;
	z-index: 10;
	cursor: pointer;
}
/*响应式适配*/

@media screen and (max-width: 1861px) {
	.jcc_inner .jcc_inner_nav_img{
		height: 85px;
	}
}
@media screen and (max-width: 1681px) {
	.jcc_inner .jcc_inner_content{
		height: 40%;
	}
	.jcc_inner .jcc_inner_nav_img{
		height: 80px;
	}
	.jcc1_box .jcc1_nav .jcc1_nav_title{
		font-size: 14px;
	}
}
@media screen and (max-width: 1450px) {
	.jcc_inner{
		width: 660px;
		padding: 0 28px;
	}
	.jcc_inner .jcc_inner_nav_img{
		height: 60px;
	}
	.jcc1_box .jcc1_nav .jcc1_nav_title{
		font-size: 12px;
	}
	.jcc_inner .jcc_inner_nav{
		font-size: 14px;
		line-height: 20px;
	}
	.jcc_inner .jcc_inner_title{
		font-size: 20px;
    	line-height: 28px;
    	margin-top: 5%;
	}
	.jcc_inner .jcc_inner_subtitle{
    	margin-top: 10px;
	}
}
@media screen and (max-width: 1335px) {
	.jcc_inner .jcc_inner_nav_img{
		height: 46px;
	}
}
@media screen and (max-width: 1200px) {
	.jcc_inner .jcc_inner_title{
		font-size: 16px;
    	line-height: 24px;
	}
	.jcc_inner .jcc_inner_nav_img{
		height: 32px;
	}
	.jcc_inner .jcc_inner_title{
		margin-top: 4%;
	}
	.jcc_inner .jcc_inner_content{
		width: calc(100% - 48px);
		margin: 0 24px;
	}
}
@media screen and (max-width: 1100px) {
	.jcc_inner{
		width: 50%;
		height: 70%;
	}
	.jcc_inner .jcc_inner_subtitle{
		font-size: 14px;
    	line-height: 18px;
	}
}
@media screen and (max-width: 1000px) {
	.jcc_inner{
		width: 48%;
	}
}
@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 500px) {
	.al_video .al_video_inner{
		width: 90%;
	}
	.al_video .close{
		width: 20px;
	}
	.video_dian{
		width: 22px;
		height: 22px;
	}
	.jcc_inner{
		left: 10px !important;
		width: calc(100% - 20px);
		position: relative;
		-webkit-transform: initial;
		transform: initial;
		margin-bottom: 10px;
		padding: 0 10px;
	}
	.jcc_inner .jcc_inner_content{
		position: initial;
		margin: 10px 0 0 0;
		width: 100%;
		padding: 10px 0;
	}
	.jcc_inner .jcc_inner_nav{
		margin-right: 20px;
	}
	.jcc_inner .jcc_inner_subtitle{
		font-size: 12px;
		line-height: 18px;
		margin-top: 5px;
	}
	.jcc_inner .jcc_inner_title{
		padding-top: 10px;
	}
	.jcc1_box{
		position: relative;
		height: auto;
		width: calc(100% - 20px);
		margin: 0 10px;
	}
	.jcc1_box .jcc1_nav{
		width: 33.33%;
		margin-right: 0;
	}
	.jcc1_box .jcc1_nav .img{
		width: 100%;
	}
	.jcc_inner .jcc_inner_nav_img {
	    height: 28px;
	}
	.swiper-slide:nth-child(1) .video_dian1{ 
		left: 84.5%;
	    top: 40%;
	}
	.swiper-slide:nth-child(2) .video_dian1 {
	    left: 26%;
	    top: 41%;
	}
}