.container.case{
	padding-top: 60px;
	text-align: center;
}
.container.case .title,.container.product .title{
	color: #343434;
	font-size: 28px;
	margin-bottom: 40px;
	text-align: center;
}
.container.case .content{
	width: 1200px;
	margin: 0 auto;
}
.container.case .content ul{
	overflow: hidden;
}
.container.case .content li{
	position: relative;
	width: 590px;
	height: 390px;
	float: left;
	margin-bottom: 20px;
}
.container.case .content li:nth-child(2n){
	float: right;
}
.container.case .content li:hover .hover-show{
	display: block;
}
.hover-show{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(169,194,208,0.5);
	
}
.hover-show .point{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	width: 42px;
	height: 42px;
	background-color: #da6d06;
	border-radius: 50%;
	line-height: 42px;
	text-align: center;
	z-index: 0;
	cursor: pointer;
}
.hover-show .point:before,.hover-show .point:after{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #b2671c;
	border-radius: 50%;
	animation: circle-opacity 2s 1s infinite;
	z-index: -1;
}
.hover-show .point:after{
	background-color: #866640;
	animation: circle-opacity 2s infinite;
	
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: 100px!important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: 100px!important;
}
@keyframes circle-opacity{
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: scale(2);
    }
}
.container.product{
	position: relative;
	padding: 50px 40px 150px;
}
.container.product .bg{
	position: relative;
	height: 556px;
}
.container.product .bg>img{
	height: 100%;
	width: 100%;
}
.container.product .left-btn{
	left: 20px;
}
.container.product .right-btn{
	right: 20px;
}
.container.product .bg>img{
	width: 100%;
}
.container.product .content{
	position: absolute;
	padding-top: 100px;
	top: 100px;
	left: 50%;
	width: 1200px;
	transform: translateX(-50%);
	overflow: hidden;
}
.container.product .content .left{
	position: relative;
	float: left;
}
.container.product .content .left .h2{
	position: absolute;
	color: white;
	font-size: 30px;
}
.container.product .content .left .h2:before{
	position: absolute;
	bottom: 0;
	content: "";
	width: calc(100% + 30px);
	height: 15px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #3351a6;
	z-index: -1;
}
.container.product .content .left img{
	margin-top: 65px;
}
.container.product .content .right{
	float: right;
	width: 470px;
}
.container.product .content .right .h2{
	display: block;
	font-size: 30px;
	color: #fff;
	margin-bottom: 30px;
}
.container.product .content .right li{
	position: relative;
	color: white;
	font-size: 18px;
	margin-bottom: 20px;
	padding-left: 20px;
	width:96%; overflow:hidden;
	white-space:normal;
	text-overflow:ellipsis;
	height: auto;
	line-height: 22px;
}
.container.product .content .right li:before{
	position: absolute;
	left: 0;
	top: 6.7px;
	content: "";
	width: 14px;
	height: 14px;
	background-image: url(../images/icon.png);
}
.container.product .content>ul{
	height: 442px;
	white-space: nowrap;
	/* verflow: hidden; */
	transform: translateX(0);
	transition: all 0.3s;
} 
.container.product .content>ul>li{
	width: 1200px;
	height: 100%;
	display: inline-block;
	/* background: red; */
	top:-55px;
	position:relative;
}
.container.product .content>ul>li:first-child{
	position:static;
}
.container.product .content li .top{
	overflow: hidden;
}
.container.product .content .right .more{
	display: inline-block;
	width: 150px;
	height: 40px;
	font-size: 16px;
	background-color: #ac1f24;
	text-align: center;
	line-height: 40px;
	margin-top: 40px;
	margin-left: 40px;
}
.container.product .content .right .more a{
	display: block;
	color: #fff;
}
.container.product .content .bottom{
	margin-top: 75px;
}
.container.product .content .bottom ul{
	white-space: nowrap;
	transform: all 0.3s;
}
.container.product .content .bottom li{
	display: inline-block;
	width: 270px;
	border: 1px solid #e4e4e4;
	padding: 10px 0;
	padding-left: 10px;
	box-sizing: border-box;
	font-size: 16px;
	color: #666666;
	margin-right: 34px;
}
.container.product .content .bottom li.active,.container.product .content .bottom li:hover{
	background-color: #efefef;
}
.container.product .content .bottom li:last-child{
	margin-right: 0;
}
.container.product .content .bottom li img{
	vertical-align: middle;
	margin-right: 20px;
}
.container.header .banner ul{
	padding-top: 86px;
	white-space: nowrap;
	transition: all 0.3s;
	font-size: 0;
	box-sizing: border-box;
}
.container.header .banner ul li{
	display: inline-block;
}
@media screen and (max-width:768px){
	.container.product .bg{
		display: none;
	}
	.container.product .bg>img{
	width: 100%;
	height: 100%;
}
	body,html{
		min-width:100%!important;
	}
	.swiper-container{
		width:100!important;
	}
	.swiper-wrapper{
		
	}
	.swiper-slide{
		width:100%!important;
	}
	.swiper-slide img{
		width:100%;
		height:auto;
	}
	.container.case{
		padding-top: 20px;
	}
	.container.case .title, .container.product .title{
		font-size: 20px;
	}
	.container.case .content{
		width: 100%;
	}
	.container.case .content li{
		width: 100%!important;
		height: auto;
		margin-bottom: 10px;
	}
	.container.case .content li video{
		width: 100%!important;
		height: auto;
	}
	.container.case .content li img{
		width: 100%;
		display: block;
	}
	.container.product{
		padding:  20px 10px 20px;
	}
	.container.case .title, .container.product .title{
		margin-bottom: 20px;
	}
	.container.product .bg{
		width: 100%;
	}
	.container.product .content,.container.product .content>ul>li{
		width:100%;
		padding-bottom: 30px;
		background-color: #7fa7bf;
	}
	.container.product .content, .container.product .content>ul>li{}
	.container.product .content{
		position: relative;
		top: 0;
		padding-top: 0px;
	}
	.container.product .content .left{
		width: 100%;
		text-align: center;
		/* margin-left: 20px;
		margin-top: 17px; */
	}
	.container.product .content .right li:before{
		width: 10px;
		height: 10px;
		background-size: cover;
	}
	.container.product .content .left img{
		width: 100%;
		display: block;
	}
	.container.product .content .left .h2{
		position: relative;
		margin-top: 0;
		font-size: 22px;
		display: inline-block;
		margin-bottom: 30px;
		padding-top: 30px;
	}
	.container.product .content .right{
		width: 100%;
		margin-top: 25px;
		padding: 0 10px;
		box-sizing: border-box;
		
	}
	.container.product .content .right .h2{
		font-size: 16px;
		margin-bottom: 3px;
		display: inline-block;
	}
	.container.product .content .right li{
		font-size: 14px;
		margin-bottom: 0;
		overflow:hidden;  
     	text-overflow:ellipsis;  
     	white-space:nowrap; 
	}
	.container.product .content .right .more{
		display: block;
	}
	.container.product .content .right .more {
    width: 100px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
    margin-left: 40px;
}
	.container.product .content .bottom{
		margin-top: 15px;
		padding: 0 10px;
		width: 100%;
		box-sizing: border-box;
	}
	.container.product .content .bottom li{
		width: 50%;
		margin-right: 0;
		font-size: 14px;
	}
	.container.product .content .bottom li img{
		width: 45%;
		margin-right: 0;
		display: none;
	}
	.left-btn, .right-btn{
		display: none;
	}
	.left-btn, .right-btn{
		z-index: 4;
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
	.left-btn, .right-btn img{
		/*margin-top:5px;*/
		/*line-height: 25px;*/
	}
	.container.product .left-btn{
		left: 10px;
	}
	.container.product .right-btn{
		right: 10px;
	}
	.container.product .content>ul {
    height: auto;
	background-color: #7fa7bf;
}
.container.product .left-btn img {
   margin-top:5px;
}.container.product .right-btn img {
   margin-top:5px;
}
.container.product .content .bottom ul{
	white-space: normal;
}
.container.product .content .bottom li {
    width: 50%;
    font-size: 10px;
    padding: 12px 0;
	/* height: 40px; */
	margin-bottom: 20px;
	font-size: 16px;
}
.container.product .content .bottom li img {
    width: 100%!important;
}
.container.product .content .bottom li span {
   display: block;
   width:100%;
   text-align: center;
}
.footer{
	margin-top:30px;
}
}
@media only screen and (max-width: 320px) {
	.container.product .content .left {
    width: 30%;
    margin-left: 20px;
    margin-top: 30px;
}
}