* {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
}
body{
	font-family: "黑体";
	max-width: 1440px;
	margin: 0 auto;
}
a,
a:hover {
	text-decoration: none;
}
a:focus{
	text-decoration: none;
}



/* 页头 */

.shensuoliutong .yetou img {
	width: 100%;
}

/* 头部 */
.shensuoliutong .head {
	width: 95%;
	margin: auto;
	display: flex;
	height: 70px;
}

.shensuoliutong .head .logo img {
	width: 100%;

}

.shensuoliutong .head .logo {
	width: 10%;
	line-height: 70px;
}

.shensuoliutong .head .middle {
	width: 80%;
	border: 1px #fff solid;
	line-height: 70px;
        min-width: 1100px;
}

.shensuoliutong .head .middle ul {
	display: flex;

}

.shensuoliutong .head .middle ul li {

	font-size: 17px;
	/* line-height: 50px; */
	margin: auto;
	padding: 0 15px;
	
	
}

.shensuoliutong .head .middle ul li:hover {
	height: 70px;
	background: rgba(193, 226, 255, 0.4);
	transition: height 4s linear 200ms,background 4s linear 200ms;
}

.shensuoliutong .head .middle ul li a {
	color: #666666;
}

.shensuoliutong .head .middle ul li a:hover {
	color: #ffaa00;
}

.shensuoliutong .head .icon {
	width: 2%;
	text-align: right;
	line-height: 65px;
}

.shensuoliutong .head .icon img {
	width: 70%;


}

.shensuoliutong .head .rexian {
	width: 8%;
        min-width:100px;
	line-height: 70px;

}

.shensuoliutong .head .rexian h3 {
	font-size: 10px;
	margin: 8px 4px;
	/* text-align: center; */

}

.shensuoliutong .head .rexian h3:nth-child(1) {
	color: #aaaa7f;
	padding-top: 10px;
	font-size: 5px;
}
.shensuoliutong .head .rexian h3:nth-child(2){
	
}

.shensuoliutong .tiaozhuan {
	background: #e6e6e6;
	width: 100%;
	height: 35px;
}

.shensuoliutong .tiaozhuan ul {
	width: 80%;
	margin: 0 auto;
	display: flex;
}

.shensuoliutong .tiaozhuan ul li {
	line-height: 35px;
	padding-left: 10px;

}

.shensuoliutong .tiaozhuan ul li a {
	color: #5E5E5E;
}





.shensuoliutong .banner {
	background: url(../img2/shensuoliutongbanner.png);
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0;
}

.shensuoliutong .banner .button {
	width: 45%;
    /* margin-left: 160px; */
	padding-bottom: 100px;
	padding-top: 370px;
	text-align: right;
}

.shensuoliutong .banner .button a {
	 border: 2px solid #fff;
	color: #fff;
	font-size: 26px;
	padding: 15px 40px;
	margin-right: 100px;
	border-radius: 14px;
	}
.shensuoliutong .banner .button a:nth-child(2){
	margin-right: 0;
}



.shensuoliutong .content_pro {
	width: 85%;
	margin: 0 auto;
	padding-top: 50px;
	justify-content: space-between;
	display: flex;
}

.shensuoliutong .product {
	width: 549px;
	height: 332px;

	position: relative;
	overflow: hidden;
}

.shensuoliutong .product .lunbo #frame {

	width: 300px;
	height: 200px;
	overflow: hidden;
	border-radius: 5px;
}

.shensuoliutong .product .lunbo #frame #photos {
	position: absolute;
	z-index: 9px;
	width: calc(549px * 5);
}

.shensuoliutong .product .lunbo #frame .play {
	animation: ma 20s ease-out infinite alternate;
}

.shensuoliutong .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;
	}
}

.shensuoliutong .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;
}

.shensuoliutong .product .lunbo #frame .num:hover {
	background: #55aaff;
}

.shensuoliutong .product .lunbo #frame .num:hover,
#photos:hover {
	animation-play-state: paused;
}

.shensuoliutong .product .lunbo #frame .num:nth-child(2) {
	margin-right: 30px
}

.shensuoliutong .product .lunbo #frame .num:nth-child(3) {
	margin-right: 60px
}

.shensuoliutong .product .lunbo #frame .num:nth-child(4) {
	margin-right: 90px
}

.shensuoliutong .product .lunbo #frame .num:nth-child(5) {
	margin-right: 120px
}

.shensuoliutong .product .lunbo #frame #a1:hover~#photos {
	animation: ma1 .5s ease-out forwards;
}

.shensuoliutong .product .lunbo #frame #a2:hover~#photos {
	animation: ma2 .5s ease-out forwards;
}

.shensuoliutong .product .lunbo #frame #a3:hover~#photos {
	animation: ma3 .5s ease-out forwards;
}

.shensuoliutong .product .lunbo #frame #a4:hover~#photos {
	animation: ma4 .5s ease-out forwards;
}

.shensuoliutong .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;
	}
}



.shensuoliutong .content_pro .right {
	width: 50%;
}

.shensuoliutong .content_pro .right .title {
	font-size: 28px;
	letter-spacing: 5px;
}

.shensuoliutong .content_pro .right .p {
	line-height: 33px;
	margin-top: 20px;
	color: #9d9d9d;
	font-size: 16px;
	letter-spacing: 5px;
}

.shensuoliutong .content_pro .right .click {
	display: flex;
	justify-content: space-between;
	margin-top: 63px;
}

.shensuoliutong .content_pro .right .click .c_left {
	background-color: #f7931e;
	width: 260px;
	height: 78px;
	line-height: 78px;
	text-align: center;
	color: #fff;
	font-size: 20px;

}
.shensuoliutong .content_pro .right .click .c_left a{
	color: #fff;
}

.shensuoliutong .content_pro .right .click .c_right {
	border: 2px solid #d9d9d9;
	padding-top: 10px;
	width: 260px;
	height: 78px;
}

.shensuoliutong .content_pro .right .click .c_right div {
	text-align: center;
    font-size: 20px;
}

.shensuoliutong .banner2 {
	margin-top: 20px;
}

.shensuoliutong .banner2 img {
	width: 100%
}


.shensuoliutong .param {
	width: 80%;
	margin: 0 auto;
	margin-top: 80px;
	border: 1.5px solid #5E5E5E;

}

.shensuoliutong .param .form {
	border-top: 1px solid #5E5E5E;
}


.shensuoliutong .param .form:nth-child(1) {
	border-top: none;
	background-color: #cccccc;
	color: #fff;
}

.shensuoliutong .param .form ul {
	display: flex;
	height: 60px;
	line-height: 60px;
	margin: 0;

}

.shensuoliutong .param .form ul:nth-child(1) {
	
}

.shensuoliutong .param .form ul li {
	width: 10%;
	font-size: 18px;
	/* padding-top: 10px; */
	border-right: 1px solid #5E5E5E;
	text-align: center;
	
}

.shensuoliutong .param .form ul:hover {
	background-color: #3671CF;
    color: #fff;
}
/* 隔断 */
.shensuoliutong .geduan{
	width: 100%;
	height: 20px;
	background: #f2f2f2;
	margin: 70px 0;
}
/* 相关案例 */
.shensuoliutong .case{
	width: 80%;
	margin: 0 auto;

}
.shensuoliutong .case .title{
	text-align: center;
	font-size: 28px;
	letter-spacing: 5px;
}
.shensuoliutong .case .case_list{
	text-align: center;
	display: flex;
	margin-top: 40px;
	justify-content: space-between;
	
}
.shensuoliutong .case .case_list .anli div{
	font-size: 16px;
	padding-top: 10px;
	letter-spacing: 5px;
}
.shensuoliutong .case .case_list .anli img{
	width: 100%;
}
.shensuoliutong .case .gengduo{
	margin-top: 30px;
	text-align: center;
}
.shensuoliutong .case .gengduo div{
	font-size: 16px;
	background: #f7931e;
	width: 80px;
	margin: auto;
	padding: 6px;
}
.shensuoliutong .case .gengduo div a{
	color: #fff;
}
/* 保养指南 */
.zhinan{
	width: 85%;
	margin: 0 auto;

}
.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: 16px;
	margin-top: 20px;
	line-height: 25px;
	text-align: left;
	color: #9d9d9d;
	letter-spacing: 5px;
}


/* 更多产品 */
.shensuoliutong .gengduo_pro{
	width: 80%;
	margin: 0 auto;

}
.shensuoliutong .gengduo_pro .title{
	text-align: center;
	font-size: 28px;
	letter-spacing: 5px;
}
.shensuoliutong .gengduo_pro .pro_list{
	text-align: center;
	display: flex;
	margin-top: 40px;
	justify-content: space-between;

}
.shensuoliutong .gengduo_pro  .pro_list .jiqi div{
	font-size: 16px;
	padding-top: 10px;
	letter-spacing: 5px;
}
.shensuoliutong .gengduo_pro  .pro_list .jiqi img{
	width: 90%; 
}




.shensuoliutong .gengduo_pro .gengduo{
	margin-top: 30px; 
	text-align: center;
}
.shensuoliutong .gengduo_pro .gengduo div{
	font-size: 16px;
	background: #f7931e;
	width: 80px;
	margin: auto;
	padding: 6px;
}
.shensuoliutong .gengduo_pro .gengduo div a{
	color: #fff;
}

/* 尾部 */
.shensuoliutong .footer{
	background: #113160;
	width: 100%;
	margin-top: 30px;
	
	
}
.shensuoliutong .footer .wire{
	border-top: 1px solid #566ea5;
	margin-top: 30px;
}
.shensuoliutong .footer .footer_list{
	display: flex;
	width: 80%;
	margin: 0 auto;
	justify-content: space-between;
	padding-top: 30px;
}
.shensuoliutong .footer .footer_list .title_list ul li{
	padding-top: 10px;
}
.shensuoliutong .footer .footer_list .title_list ul li a{
	color: #fff;
	font-size: 16px;
}
.shensuoliutong .footer .footer_list .title_list .active a{
	font-size: 30px;
	
}
.shensuoliutong .footer .footer_footer{
	width: 80%;
	margin: 0 auto;
	justify-content: space-between;
	display: flex;
	margin-top: 20px;
	padding-bottom: 10px;

}
.shensuoliutong .footer .footer_footer .footer_left ul{
	display: flex;
}
.shensuoliutong .footer .footer_footer .footer_left ul li{
	color: #566ea5;
	font-size: 16px;
	padding-left: 10px;
}
.shensuoliutong .footer .footer_footer .footer_right ul{
	display: flex;
}
.shensuoliutong .footer .footer_footer .footer_right ul li {
	
	font-size: 16px;
	padding-left: 10px;
}
.shensuoliutong .footer .footer_footer .footer_right ul li a{
	color: #566ea5;
}