﻿* {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
}

body {
	font-family: "黑体";
	max-width: 1440px;
	margin: 0 auto;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}




.shewopao .tiaozhuan {
	background: #e6e6e6;
	width: 100%;
	height: 35px;
}

.shewopao .tiaozhuan ul {
	width: 80%;
	margin: 0 auto;
	display: flex;
}

.shewopao .tiaozhuan ul li {
	line-height: 35px;
	padding-left: 10px;

}

.shewopao .tiaozhuan ul li a {
	color: #5E5E5E;
}



.shewopao .banner {
	background: url(../img/banner.png);
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;

	background-size: cover;

	background-position: center 0;
}

.shewopao .banner .button {
	width: 80%;
	margin: auto;

	padding-bottom: 100px;
	padding-top: 320px;
}

.shewopao .banner .button img {
	width: 19%;
	margin-left: 40px;
}

.shewopao .banner .button img:nth-child(1) {
	cursor: pointer;
}


.shewopao .content_pro {
	width: 85%;
	margin: 0 auto;
	padding-top: 50px;
	justify-content: space-between;
	display: flex;
}

.shewopao .product {
	width: 549px;
	height: 332px;

	position: relative;
	overflow: hidden;
}

.shewopao .product .lunbo #frame {

	width: 300px;
	height: 200px;
	overflow: hidden;
	border-radius: 5px;
}

.shewopao .product .lunbo #frame #photos {
	position: absolute;
	z-index: 9px;
	width: calc(549px * 5);
}

.shewopao .product .lunbo #frame .play {
	animation: ma 20s ease-out infinite alternate;
}

.shewopao .product .lunbo #frame #photos img {
	float: left;
	width: 549px;
	height: 332px;
}

@keyframes ma {

	0%,
	20% {
		margin-left: 0px;
	}

	25%,
	40% {
		margin-left: -549px;
	}

	45%,
	60% {
		margin-left: -1098px;
	}

	65%,
	80% {
		margin-left: -1647px;
	}

	85%,
	100% {
		margin-left: -2196px;
	}
}

.shewopao .product .lunbo #frame .num {
	position: absolute;
	z-index: 10;
	display: inline-block;
	right: 200px;
	top: 290px;

	border-radius: 100%;
	background: rgba(255, 255, 255, 0.3);
	width: 25px;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	color: #fff;
	text-align: center;
	opacity: 0.8;
}

.shewopao .product .lunbo #frame .num:hover {
	background: #55aaff;
}

.shewopao .product .lunbo #frame .num:hover,
#photos:hover {
	animation-play-state: paused;
}

.shewopao .product .lunbo #frame .num:nth-child(2) {
	margin-right: 30px
}

.shewopao .product .lunbo #frame .num:nth-child(3) {
	margin-right: 60px
}

.shewopao .product .lunbo #frame .num:nth-child(4) {
	margin-right: 90px
}

.shewopao .product .lunbo #frame .num:nth-child(5) {
	margin-right: 120px
}

.shewopao .product .lunbo #frame #a1:hover~#photos {
	animation: ma1 .5s ease-out forwards;
}

.shewopao .product .lunbo #frame #a2:hover~#photos {
	animation: ma2 .5s ease-out forwards;
}

.shewopao .product .lunbo #frame #a3:hover~#photos {
	animation: ma3 .5s ease-out forwards;
}

.shewopao .product .lunbo #frame #a4:hover~#photos {
	animation: ma4 .5s ease-out forwards;
}

.shewopao .product .lunbo #frame #a5:hover~#photos {
	animation: ma5 .5s ease-out forwards;
}

@keyframes ma5 {
	0% {
		margin-left: -1200px;
	}

	100% {
		margin-left: -0px;
	}
}

@keyframes ma4 {
	0% {
		margin-left: -1200px;
	}

	100% {
		margin-left: -549px;
	}
}

@keyframes ma3 {
	100% {
		margin-left: -1098px;
	}
}

@keyframes ma2 {
	100% {
		margin-left: -1647px;
	}
}

@keyframes ma1 {
	100% {
		margin-left: -2196px;
	}
}

.shewopao .content_pro .right {
	width: 50%;
}

.shewopao .content_pro .right .title {
	font-size: 25px;
	letter-spacing: 5px;
}

.shewopao .content_pro .right .p {
	line-height: 33px;
	margin-top: 20px;
	color: #666;
	font-size: 15px;
	letter-spacing: 5px;
}

.shewopao .content_pro .right .click {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.shewopao .content_pro .right .click .c_left {
	background-color: #f7931e;
	width: 260px;
	height: 78px;
	line-height: 78px;
	text-align: center;
	color: #fff;
	font-size: 20px;

}

.shewopao .content_pro .right .click .c_left a {
	color: #fff;
}

.shewopao .content_pro .right .click .c_right {
	border: 2px solid #d9d9d9;
	padding-top: 10px;
	width: 260px;
	height: 78px;
}

.shewopao .content_pro .right .click .c_right div {
	text-align: center;
	font-size: 20px;
}

.shewopao .banner2 {
	margin-top: 20px;
}

.shewopao .banner2 img {
	width: 100%
}

.yingyongchangjing {}

.biankuang {
	width: 98%;
	margin: 50px auto;
	box-shadow: 0 0 12px 0 rgba(47,48,57,0.23);
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	transition: height .3s;
	background: url(http://www.jieyantech.com/a/chanpin20201222/img/introbg.png) no-repeat right bottom;
	padding: 40px;
}
.biankuang::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
  height: 130px;
  border-bottom-right-radius: 100%;
  background: #f4f8fe;
  z-index: -99;
}

.title_title {
	text-align: center;
	font-size: 20px;
	letter-spacing: 3px;
	margin: 0 0 60px;
}

.yycj_img {
	display: flex;
	padding-bottom: 50px;
	text-align: center;
}

.yycj_img .list_img {
	width: 20%;
	color: #000;
}

.yycj_img .list_img :hover {
	color: #3b77b3;

}
.yycj_img .list_img h5 {
	font-size: 14px;
	padding-top: 15px;
	letter-spacing: 3px;
}



.peijian_list {
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
}

.peijian_list div {
	width: 50%;
	text-align: center;

}

.peijian_list .peijian_left h5,
.peijian_right h5 {
    color: #666;
	font-size: 16px;
	letter-spacing: 3px;
}

.peijian_list .peijian_left h5:first-child,
.peijian_right h5:first-child {}

.peijian_list .peijian_left img,
.peijian_right img {
	width: 60%;

}


.fengji_list {
	display: flex;
	text-align: center;
	margin: 0 auto;
	padding: 0 100px;
}

.fengji_list div {
	width: 25%;
}

.fengji_list .middle {
	width: 50%;
}

.fengji_list .middle img {
	width: 100%;
}

.fengji_list .fengji_left,
.fengji_right {
	padding-top: 100px;
}

.fengji_list .fengji_left h4,
.fengji_right h4 {
	font-size: 20px;
	letter-spacing: 3px;
	font-weight: bold;
}

.fengji_list .fengji_left p,
.fengji_right p {
	font-size: 16px;
	letter-spacing: 3px;
	text-align: left;
	line-height: 30px;
}
.fengji_bottom {}
.fengji_bottom .f_b_p {

	width: 600px;
	margin: 0 auto;
	padding-left: 250px;
}

.pro_wupao {
	text-align: center;
}

.pro_wupao .pro_p p {
	font-size: 16px;
	color: #666;
	letter-spacing: 3px;
	line-height: 30px;
}

.pro_wupao .pro_p img {
	padding-top: 30px;
                width: 600px;
}

.gongshui_list {
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin: 0 auto;
}

.gongshui_list div {
	width: 33.33%;
	text-align: center;

}

.gongshui_list img {
	width: 80%;

}
.gongshui_list p {
	width: 70%;
	text-align: left;
	margin: 0 auto;
	letter-spacing: 3px;
	font-size: 14px;
	line-height: 22px;
}

.gongshui_list h4 {
	font-size: 16px;
	letter-spacing: 3px;
	font-weight: bold;
	margin-top: 20px;

}
.param_img {
	text-align: center;
}

.param_img img {
	width: 35%;
}
.shewopao .param {
	
	margin: 0 auto;
	margin-top: 80px;
	border: 1.5px solid #5E5E5E;
}
.shewopao .param .form {
	border-top: 1px solid #5E5E5E;
}
.shewopao .param .form:nth-child(1) {
	border-top: none;
	background-color: #cccccc;
	color: #fff;
}
.shewopao .param .form ul {
	display: flex;
	height: 60px;
	line-height: 60px;
	margin: 0;
}
.shewopao .param .form ul li {
	width: 20%;
	font-size: 16px;
	/* padding-top: 10px; */
	border-right: 1px solid #5E5E5E;
	text-align: center;

}
.shewopao .param .form ul li:last-child {
	border-right: none;
}
.shewopao .param .form ul:hover {
	background-color: #3671CF;
	color: #fff;
}

/* 隔断 */
.shewopao .geduan {
	width: 100%;
	height: 20px;
	background: #f2f2f2;
	margin: 70px 0;
}

/* 相关案例 */
.shewopao .case {
	width: 80%;
	margin: 0 auto;

}

.shewopao .case .title {
	text-align: center;
	font-size: 28px;
	letter-spacing: 5px;
}

.shewopao .case .case_list {
	text-align: center;
	display: flex;
	margin-top: 40px;
	justify-content: space-between;

}

.shewopao .case .case_list .anli div {
	font-size: 16px;
	padding-top: 10px;
	letter-spacing: 5px;
}

.shewopao .case .case_list .anli img {
	width: 350px;
	height: 240px;
}

.shewopao .case .gengduo {
	margin-top: 30px;
	text-align: center;
}

.shewopao .case .gengduo div {
	font-size: 18px;
	background: #f7931e;
	width: 120px;
	margin: auto;
	padding: 6px;
               border-radius: 20px;
}

.shewopao .case .gengduo div a {
	color: #fff;
}

/* 保养指南 */

.zhinan .zhinan_title {
	text-align: center;
	font-size: 28px;
	letter-spacing: 5px;
}

.zhinan .zhinan_con {
	/* justify-content: space-between; */
	display: flex;
	margin-top: 60px;
	text-align: center;
}

.zhinan .zhinan_con .zhinan_left {
	width: 45%;
}

.zhinan .zhinan_con .zhinan_left img {
	width: 60%;

}

.zhinan .zhinan_con .zhinan_right {
	width: 45%;
}

.zhinan .zhinan_con .zhinan_right .title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 40px;
	text-align: left;
	letter-spacing: 5px;
}

.zhinan .zhinan_con .zhinan_right .p {
	font-size: 14px;
	margin-top: 20px;
	line-height: 25px;
	text-align: left;
	color: #666;
	letter-spacing: 5px;
}


/* 更多产品 */
.shewopao .gengduo_pro {
	margin: 0 auto;

}

.shewopao .gengduo_pro .title {
	text-align: center;
	font-size: 28px;
	letter-spacing: 5px;
}

.shewopao .gengduo_pro .pro_list {
	text-align: center;
	display: flex;
	margin-top: 40px;
	justify-content: space-between;

}

.shewopao .gengduo_pro .pro_list .jiqi a {
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.shewopao .gengduo_pro .pro_list .jiqi div {
	font-size: 18px;
	padding-top: 10px;
	letter-spacing: 5px;
}

.shewopao .gengduo_pro .pro_list .jiqi img {
	width: 90%;
	top: 0;
	position: relative;
	left: 0;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	transition: transform 0.3s;
}

.gengduo_pro .pro_list .jiqi img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.shewopao .gengduo_pro .gengduo {
	margin-top: 30px;
	text-align: center;

}

.shewopao .gengduo_pro .gengduo div {
	font-size: 18px;
	background: #f7931e;
	width: 120px;
	margin: auto;
	padding: 6px;
                 border-radius: 20px;
}

.shewopao .gengduo_pro .gengduo div a {
	color: #fff;
}
