
h2{font-size: 24px;margin:30px auto;text-align: center;}
.product{margin: 50px 0px;width: 100%;}
.product-pictures{display: inline-block;overflow: hidden;}

.pictures-small{width: 80px;display: inline-block;vertical-align:top;margin-right: 15px;}
.pictures-small>div{width: 80px;height: 80px;margin: 5px 0px;border: 1px solid #ccc;display: inline-block;overflow: hidden;}
.pictures-small>div:nth-of-type(1){margin-top: 0px;}
.pictures-small>div:hover{border: 1px solid #e8548f;}
.pictures-small>div>img{width: 100%;height: auto;}

.pictures-large{display: inline-block;margin-left: 25px;width: 450px;height: 450px;vertical-align:top;border: 1px solid #ccc;overflow: hidden;position: relative;background-color: white;}
.pictures-large>img{}
.fangda{width: 22px;height: 22px;position: absolute;bottom: 10px;right: 10px;cursor: pointer;}

.product-parameters{width: 600px;display: inline-block;vertical-align:top;margin-left: 40px;}
.product-parameters h3{font-size: 24px;line-height: 30px;color: #555;margin-top: 7px;}
.product-parameters>p{height: 1px;background: #e1e1e1;margin: 15px 0;}
.product-parameters span{color: #757575;line-height: 32px;display: block;}
.icon{margin-bottom: 15px;}
.icon a{width: 25px;height: 25px;margin-right: 10px;}
.icon a:nth-of-type(1){background: url(../images/pfx.png) no-repeat;background-size:100% 100%;}
.icon a:nth-of-type(2){background: url(../images/f.png) no-repeat;background-size:100% 100%;}
.icon a:nth-of-type(3){background: url(../images/you.png) no-repeat;background-size:100% 100%;}
.icon a:nth-of-type(4){background: url(../images/in.png) no-repeat;background-size:100% 100%;}
.icon a:nth-of-type(5){background: url(../images/g.png) no-repeat;background-size:100% 100%;}
.but{width: 100%;}
.but>div{display: inline-block;padding-left: 70px;background: url(../images/dianhuan.png) no-repeat;background-position: 0px 10px;}
.button {vertical-align:top;width: 140px;height: 44px;background-color: #e8548f; border: none;color: white;text-decoration: none;display: inline-block;font-size: 18px;border-bottom: 5px solid #db4883;border-radius:5px;margin-top: 10px;margin-right: 10px;}
.consult {vertical-align:top;width: 140px;height: 44px;background-color: #e8548f; border: none;color: white;text-decoration: none;display: inline-block;font-size: 18px;border-bottom: 5px solid #db4883;border-radius:5px;margin-top: 10px;margin-right: 10px;text-align: center;line-height: 40px;}
.but>div span{line-height: 24px;margin-top: 10px;}
.but>div p{font-size: 18px;line-height: 24px;color: #e8548f;}

.product-detailed-parameters{width: 100%;background: #fff;margin-top: 60px;}
.product-d-p-head{width: 100%;border-bottom: 1px solid #e5e5e5;}
.product-d-p-head h3{display: inline-block;font-size: 18px;line-height: 60px;border-bottom: 2px solid #e5e5e5;margin-left: 30px;padding: 5px 10px;color: #555;}
.product-d-p-head h3:hover{border-bottom: 2px solid #e8548f;color: #e8548f;}
.product-d-p-head h4{display: inline-block;font-size: 18px;line-height: 60px;border-bottom: 2px solid #e5e5e5;margin-left: 30px;padding: 5px 10px;color: #555;}
.product-d-p-head h4:hover{border-bottom: 2px solid #e8548f;color: #e8548f;}
.selection h3{border-bottom: 2px solid #e8548f;color: #e8548f;}



.tab{text-align: center;}
.tab img{width: 1134px;height: auto;}

.video{margin-left: 38px;margin-top: 30px; padding-bottom: 100px;}
.video h3{font-size: 18px;font-weight:1000;padding-bottom: 30px;}
.video iframe{width: 875px;height: 670px;}

.product-d-img{overflow: hidden;}
.product-d-a {padding-bottom: 50px;}
.product-d-a a{display: inline-block;transition: 0.5s;margin-left: 22px;}
.product-d-a a:nth-of-type(1){margin-left: 0px;}
.product-list{position: relative;text-align: center;width: 280px;height: 400px;background: #fff;transition: 0.5s;overflow: hidden;}
.product-list:hover{box-shadow: 3px 3px 8px #b3b3b3;}
.list-img{width: 220px;height: 200px;margin: 40px auto; overflow: hidden;}
.product-list>h4{font-size: 20px;color: #333;line-height: 30px;margin-bottom: 5px;}
.product-list>p{font-size: 14px;color: #d3d3d3;padding: 0 50px;line-height: 24px;}

.img-pocenter{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
}
.img-swiper{
	padding: 1px;
	width: 80px;
	height: 450px;
	overflow: hidden;
}
.img-swiper .swiper-slide{
    position: relative;
    width: 100%;
    height: 80px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.img-swiper .swiper-slide.on{
	border-color: #e8548f;
}
.img-pop { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 99; }
.img-pop .img-box { position: relative; margin: auto; top: 50%; transform: translate(0, -50%); width: 900px; height: 648px; background: #fff; }
.img-pop .img-box .close { position: absolute; top: -20px; right: -20px; width: 40px; height: 40px; text-align: center; line-height: 40px; background: #f6f6f6; border-radius: 50%; cursor: pointer; }