

/*产品列表*/
.list_proo{
	margin: 35px 0;
	min-height: 320px;
}
.proo_item{
	/* background: #f8f8f8; */
	width: 23%;
	float: left;
	margin: 0 1%;
	margin-bottom: 25px;
	transition: .3s;
	position: relative;
}
.proo_item .neww{
	background: #FF3D00;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	width: 60px;
	padding: 6px 0;
	position: absolute;
	top: 10px;
	z-index: 111;
}
.proo_item .neww span{
	color: #fff;
}

/* .proo_item:hover h3{
	color: #FF3D00;
} */
.proo_item .img_box{
	position: relative;
	height: 207px;
}
.proo_item .img_box .img{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	display: none;
}
.proo_item .img_box .img img{
	height: 100%;
	display: inline-block;
}


.proo_item .desc{
	padding: 0px 5px 5px;
	box-sizing: border-box;
	text-align: center;
}
.proo_item h3 {
    font-family: futura,"Microsoft Yahei","Arial",Verdana,Arial,sans-serif;
    font-size: 20px;
    color: #333;
    line-height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 22
px
;
    transition: .3s;
    margin: 0;
}
.proo_item span{
	font-family:  futura,"Microsoft Yahei","Arial",Verdana,Arial,sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 22px;
}
.proo_item .pro_color{
	transition: .3s;
	opacity: 0;
	margin-top: 15px;
	text-align: center;
}
.proo_item .pro_color ul{
	display: inline-block;
}
.proo_item .pro_color ul li{
	float: left;
	margin: 0 8px;
}
.proo_item .pro_color ul li i{
	display: block;
	height: 16px;
	width: 16px;
	border-radius: 100%;
	position: relative;
	cursor: pointer;
}
.proo_item .pro_color ul li i:after{
	position: absolute;
	content: "";
	display: block;
	height: 26px;
	width: 26px;
	border: 1px solid #ededed;
	border-radius: 100%;
	transition: .3s;
	top: -5px;
	left: -5px;
	box-sizing: border-box;
}
.proo_item .pro_color ul li.active i:after{
	border: 1px solid #b5b5b5;
}
.proo_item .color_name{	
	transition: .3s;
	opacity: 0;
	font-family:  futura,"Microsoft Yahei","Arial",Verdana,Arial,sans-serif;
	font-size: 14px;
	color: #666666;
	height: 20px;
	position: relative;
}
.proo_item strong{
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.proo_item:hover .pro_color,.proo_item:hover .color_name{
	opacity: 1;
}

.list_proo1 .pro_color{
	margin-top: 5px;
}
.list_proo1 .proo_item{
	transition-duration: .3s;
	padding-top: 30px;
}
.list_proo1 .proo_item:hover{
	margin-top: -10px;
	margin-bottom: 35px;
	box-shadow: 3px 4px 4px #c5bdbd;
	
}


/*产品详情*/
.show_xq{
	margin-top: 30px;
	margin-bottom: 50px;
}
.show_xq .left{
	width: 600px;
	float: left;
	position: relative;
}
.show_xq .swiper-pagination-bullet{
	width: 12px;
    height: 12px;
    border: 1px solid #9C9C9C;
    background: none;
    opacity: 1;
	transition: .3s;
}
.show_xq .swiper-pagination-bullet-active{
	background: #fff;
	border: 1px solid #fff;
}
.sml_img .swiper-slide.active .img {
	box-sizing: border-box;
    border: 1px solid #1daf3e;
}
.show_xq .swiper-button-next,.show_xq .swiper-button-prev{
	height: 40px;
    width: 40px;
    background: url(../images/sec3_np2.png) no-repeat;
    transition: .3s;
	top: 50%;
	margin-top: -20px;
}
.show_xq .swiper-button-next{
	background-position: -127px 0 !important;
	right: 0px;
	transition: .3s;
}
.show_xq .swiper-button-prev{
	left: 0px;
	transition: .3s;
}

.show_img_item .img{
	height: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid transparent;
}
.sml_img1 .img {
	border: 1px solid #ccc;
}
.show_img_item .img img{
	height: 100%;
	display: inline-block;
}
.cloudzoom-blank *{
	background: none !important;
	border: none !important;
	box-shadow: none !important;
}
.cloudzoom-zoom{background: #222;}


.show_xq .right{
	width: 590px;
	float: left;
	box-sizing: border-box;
	padding-top: 20px;
}

.show_xq .right h1{
	color: #1da838;
	font-family:  futura,"Microsoft Yahei","Arial",Verdana,Arial,sans-serif;
	font-size: 30px;
	margin-top: 0;
}
.show_xq .right i.x{
	display: none;
	width: 20px;
	height: 2px;
	background: #9C9C9C;
	margin-top: 25px;
	margin-bottom: 20px;
}
.show_xq .right h2{
	color: #9C9C9C;
	font-size: 30px;
	margin-bottom: 20px;
	font-family: futura,"Microsoft Yahei","Arial",Verdana,Arial,sans-serif;
}
.show_xq .right .pro_info{
	font-size: 20px;
	/*color: #666666;*/
	color:#333;
	font-family:  futura,"Microsoft Yahei","Arial",Verdana,Arial,sans-serif;
	display: block;
}
.show_xq .right .pro_info p{
	margin-top: 10px;
}
.color_list{
	margin-top: 10px;
	margin-bottom: 15px;
}

.show_xq .color_list ul li{
	float: left;
    margin: 0 8px;
}
.show_xq .color_list ul li i{
	display: block;
    height: 16px;
    width: 16px;
    border-radius: 100%;
    position: relative;
    cursor: pointer;
}
.show_xq .color_list ul li i:after {
    position: absolute;
    content: "";
    display: block;
    height: 26px;
    width: 26px;
    border: 1px solid #666;
    border-radius: 100%;
    transition: .3s;
    top: -5px;
    left: -5px;
	box-sizing: border-box;
}
.show_xq .color_list ul li.active i:after{
	border: 1px solid #fff;
}

.show_xq .color_name{
	position: relative;
}
.show_xq .color_name ul li{
	margin-top: 15px;
	display: none;
	font-family:  futura,"Microsoft Yahei","Arial",Verdana,Arial,sans-serif;
    font-size: 14px;
    color: #666666;
	overflow: visible;
	position: absolute;
	top:0;
	left: 0;
}
.show_xq .color_name ul li span{
	height: auto;
}

.gmlj{
	margin-top: 100px;
}
.gmlj ul li{border: 1px solid #666;display: block;width: 32.33%;margin-right: 1%; box-sizing: border-box;float: left; padding: 8px 5px 3px 5px;text-align: center;}
.gmlj ul li a{display: inline-block;}
.gmlj ul li img{width: 30px;float: left;margin-right: 5px;}
.gmlj ul li span{line-height: 30px;display: block;float: left;height: auto !important;}

.crumbs{
	height: 40px;
	line-height: 40px;
	background: #222;	
	color: #999;
	border-bottom: 1px solid #2d2d2da;
}
.crumbs a{
	color: #999;
}

.ny_banner img{
	width: 100%;
}

#contactForm {
	width: 100%;
	margin-bottom: 20px;
}
#contactForm input{
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	padding: 0 10px;
	outline: none;
	float: left;
	width: 49%;
	margin-bottom: 20px;
	border: 1px solid #d4d4d4;
	color: #999;
}
#contactForm #name{
	margin-right: 2%;
}
#contactForm #email{
	width: 100%;
}
#contactForm textarea{
	width: 100%;
	height: 200px;
	color: #999;
	outline: none;
	border: 1px solid #d4d4d4;
	box-sizing: border-box;
	padding: 10px;	
	resize: none;
}
.tem01-title .title strong{
	font-size: 24px;
	font-family:  futura,"Microsoft Yahei","Arial",Verdana,Arial,sans-serif;
}

#contactForm input[type=submit]{
	margin: 0 auto;
	width: 120px;
	margin-top: 20px;
	float: none;
	transition: .3s;
	display: block;
	margin: 0 auto;
	background: #1DA838;
	color: #fff!important;
	cursor: pointer;
}
#contactForm input[type=submit]:hover{
	color: #fff;
}


.input-qudong .qd-s-b{
	border: none;
	background: url(../images/ssss.png) no-repeat;
	background-size: 25px;
	background-position: 16px 11px;
	outline: none;
}
.filtr-item input{
	position: absolute;
	background: url(../images/downl.png) no-repeat;
	height: 30px;
	width: 30px !important;
	display: block;
	bottom: 5px;
	right: 20px;
	border: none;
	background-size: 30px;
}



@media screen and (max-width:1199px) {
	.proo_item{width: 31.3333%;}
	.show_xq .left{width: 400px;}
	.show_xq .right{width: calc(100% - 400px);box-sizing: border-box;padding-left: 20px;}
	.swiper-container_img{width: 400px !important;height: 400px !important; margin-left: 0 !important;}
	.show_img_item .img img{max-height: 400px;}
	.sml_img{margin: 0 50px !important;}
	.show_xq .swiper-button-next{right: 0px !important;}
	.show_xq .swiper-button-prev{left: 0px !important;}
	.sml_img .img img{height: 49px !important;}
	.show_xq .swiper-button-next, .show_xq .swiper-button-prev{margin-bottom: 15px !important;}
	
}
@media screen and (max-width:780px) {
	.proo_item{width: 48%;}
	.show_xq .right{width: 100%;float: none;}
	.show_xq .left{width: 100%;float: none;margin-bottom: 40px;}
	.swiper-container_img{margin: 0 auto !important;margin-bottom: 20px !important;}
	.sml_img{display: none;}
	.show_xq .swiper-button-next, .show_xq .swiper-button-prev{bottom: 50%!important;margin-bottom: -20px!important;}
}
@media screen and (max-width:560px) {
	.proo_item{width: 100%;}
	.swiper-container_img{width: 100% !important;height: auto !important;}
	.show_img_item{padding: 0 60px !important;box-sizing: border-box;}
	.show_img_item .img img{max-width: 100%;}
	.swiper-container_img1 .swiper-wrapper{align-items: center;}
}
