.product_wrapper .h_title{margin-bottom:35px;}

.c_introduce{position:relative;margin-bottom:40px;}
.c_introduce .c_left{width:40%;}
.c_introduce .c_left p{margin-bottom:17px;text-align:justify;}
.c_introduce .c_left img{width:100%;}
.c_introduce .c_right{width:60%;padding-left:60px;}
.c_introduce .c_right .img{position:relative;width:100%;height:100%;overflow:hidden;border:10px solid rgba(255,255,255,0.9);}
.c_introduce .c_right img{width:100%;}
.c_introduce .href{position:absolute;top:22px;right:0;}
.c_introduce .href a{display:block;width:150px;height:50px;line-height:50px;text-align:center;color:#fff;font-size:16px;background:url(../images/btn_bg.png) no-repeat;background-size:100% 100%;border-radius:50px;margin-bottom:15px;}
.c_introduce .href a:hover{text-shadow:2px 2px 1px rgba(0,0,0,0.5);}

.ele_cabin .tit{width:100%;height:36px;line-height:36px;background:url(../images/tit.png) no-repeat;background-size:100% 100%;font-size:18px;color:#fff;padding-left:45px;}
.eleList{}
.eleList li{position:relative;float:left;width:23.2%;;margin:0 0.8% 27px;cursor:pointer;}
.eleList li .b_img{width:100%;overflow:hidden;border:1px solid #898989;padding:15px;background:rgba(255,255,255,0.9);position: relative; height: 320px;}
/*.eleList li .b_img:after {content: "";width: 100%;height: 0;background-color: rgba(0,0,0,.1);position: absolute;left: 0;bottom: 0;transition: all .5s;}*/
.eleList li img{width:100%;}
.eleList li:hover .b_img:after {height: 100%;}
.eleList li h2 {font-size: 18px;text-align: center;margin-top: 15px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.eleList .c_mark{position:absolute;width:100%;height:100%;background:url(../images/cabin_mark.png) no-repeat;background-size:100% 100%;top:0;left:0;display:none;}
.eleList .c_mark p{position:absolute;width:100%;left:0;bottom:26px;}
.eleList .c_mark span{display:block;width:100%;text-align:center;color:#fff;font-size:20px;padding:0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.eleList .c_mark .en{font-family: Arial;}
.eleList li:hover .c_mark{display:block;}
.eleList li .download {display: block;text-align: center;margin-top: 5px;}
.eleList li .download i {display: inline-block;background: url(../images/download.png) no-repeat center right;background-size: 20px;padding-right: 25px;}

.ele_cabin_info{position:fixed;width:100%;height:100%;background:rgba(13,13,13,0.95);top:0;left:0;z-index:10;display:none;}
.ele_cabin_info .container{position:absolute;width:74%;height:74%;left:13%;top:13%;}
.ele_cabin_info .close{position:absolute;width:52px;height:52px;background:url(../images/icon_6.png) no-repeat;background-size:100% 100%;top:-70px;right:0;cursor:pointer;}
.ele_cabin_info .close:hover{background:url(../images/icon_6_cur.png) no-repeat;background-size:100% 100%;}
.ele_cabin_info .swiper-container{width:100%;height:100%;overflow:hidden;}
.ele_cabin_info .swiper-wrapper{width:999999px;height:100%;}
.ele_cabin_info .swiper-slide{position:relative;float:left;height:100%;font-size:14px;color:#fff;overflow-y:auto;}
.ele_cabin_info .swiper-slide .img{width:27%;padding:0 34px;}
.ele_cabin_info .swiper-slide .b_img{width:100%;height:100%;padding:15px;background:rgba(255,255,255,0.9);}
.ele_cabin_info .swiper-slide .b_img img{width:100%;}
.ele_cabin_info .swiper-slide .text{width:73%;padding-right:30px;}
.ele_cabin_info .swiper-slide h2{font-size:26px;margin-bottom:35px;}
.ele_cabin_info .swiper-slide p{text-indent:2em;margin-bottom:15px;text-align:justify;}
.arrows{position:absolute;width:100%;height:52px;text-align:center;left:0;bottom:-75px;}
.arrows .swiper-button{display:inline-block;width:52px;height:52px;margin:0 10px;cursor:pointer;}
.arrows .swiper-button-next{background:url(../images/icon_right_cur.png) no-repeat;background-size:100% 100%;}
.arrows .swiper-button-prev{background:url(../images/icon_left_cur.png) no-repeat;background-size:100% 100%;}
.arrows .swiper-button-next.swiper-button-disabled{background:url(../images/icon_right.png) no-repeat;background-size:100% 100%;cursor:default;}
.arrows .swiper-button-prev.swiper-button-disabled{background:url(../images/icon_left.png) no-repeat;background-size:100% 100%;cursor:default;}

@media screen and (min-width:1200px) and (max-width:1400px){
	.c_introduce .c_right{padding-left:40px;}

	.ele_cabin_info .swiper-slide h2{font-size:24px;}

}

@media screen and (min-width:992px) and (max-width:1199px){
	.product_wrapper .h_title{margin-bottom:30px;}
	.c_introduce .c_right{padding-left:40px;}
	.c_introduce .href a{height:45px;line-height:45px;font-size:15px;}

	.eleList li{padding:10px;}

	.ele_cabin_info .swiper-slide .b_img{padding:10px;}
	.ele_cabin_info .swiper-slide .img{padding:0 20px;}
	.ele_cabin_info .swiper-slide .text{padding-left:20px;}
	.ele_cabin_info .swiper-slide h2{font-size:22px;}
}	

@media screen and (min-width:768px) and (max-width:991px){
	.product_wrapper .h_title{margin-bottom:20px;}
	.c_introduce{margin-bottom:30px;}
	.c_introduce .c_left{width:45%;}
	.c_introduce .c_right{width:55%;padding-left:30px;}
	.c_introduce .href a{height:45px;line-height:45px;font-size:15px;}
	
	.ele_cabin .tit{font-size:16px;padding-left:38px;}
	.eleList{padding:30px 13px 20px;}
	.eleList li{padding:10px;margin-bottom:10px;}

	
	.ele_cabin_info .swiper-slide .b_img{padding:10px;}
	.ele_cabin_info .swiper-slide .b_img img{height:100%;}
	.ele_cabin_info .swiper-slide .img{position:absolute;left:0;top:0;padding:0 20px;height:100%;max-height:397px;display:none;}
	.ele_cabin_info .swiper-slide .text{width:100%;padding:0;}
	.ele_cabin_info .swiper-slide h2{font-size:20px;}
	.arrows{height:45px;bottom:-65px;}
	.arrows .swiper-button{width:45px;height:45px;}
	.ele_cabin_info .close{width:40px;height:40px;}
}

@media screen and (min-width:0px) and (max-width:767px){
	.product_wrapper .h_title{margin-bottom:20px;}
	.classifyNav a{height:60px;}
	.c_introduce{margin-bottom:20px;}
	.c_introduce .c_left{width:100%;margin-bottom:15px;}
	.c_introduce .c_right{width:100%;padding-left:0;}
	.c_introduce .c_right .img{height:auto;}
	.c_introduce .href a{height:40px;line-height:40px;font-size:14px;}
	
	.ele_cabin .tit{height:30px;line-height:30px;font-size:15px;padding-left:30px;}
	.eleList{padding:20px 0 15px;}
	.eleList li{width:48%;padding:10px;margin-bottom:10px;margin:0 1% 10px;}
	.eleList .c_mark{display:block;height:55px;top:auto;bottom:0;background:rgba(235,92,26,0.8);}
	.eleList .c_mark p{bottom:8px;}
	.eleList .c_mark span{font-size:15px;}

	.ele_cabin_info .container{width:90%;left:5%;}
	.ele_cabin_info .swiper-slide .b_img{padding:10px;}
	.ele_cabin_info .swiper-slide .b_img img{height:100%;}
	.ele_cabin_info .swiper-slide .img{position:absolute;left:0;top:0;padding:0 20px;height:100%;max-height:397px;display:none;}
	.ele_cabin_info .swiper-slide .text{width:100%;padding:0;}
	.ele_cabin_info .swiper-slide h2{font-size:16px;margin-bottom:20px;}

	.arrows{height:40px;bottom:-50px;}
	.arrows .swiper-button{width:40px;height:40px;}
	.ele_cabin_info .close{width:35px;height:35px;top:-50px;}
}