.pro-recommend {
	margin: 0 auto;
}

.pro-recommend-ul {
	margin: 60px 0 100px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.pro-recommend-ul li {
	width: 23%;
	height: 260px;
	text-align: center;
	background-color: #F5F5F5;
	border-radius: 10px;
	overflow: hidden;
}

.pro-recommend-ul li .pro-recommend-img {
	display: block;
	height: 200px;
	border-bottom: 1px solid #FFFFFF;
}

.pro-recommend-ul li .pro-recommend-img img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.pro-recommend-ul li h2.pro-recommend-title a {
	font-size: 16px;
	color: #333333;
	line-height: 60px;
}

.pro-recommend-ul li:hover h2.pro-recommend-title {
	background-color: #246ACE;
	transition: all ease .3s;
}

.pro-recommend-ul li:hover h2.pro-recommend-title a {
	color: #FFFFFF;
}
.steam-list-ul {
	margin-top: 60px;
}
.steam-list-ul li {
	float: left;
	width: 22.858%;
	height: 380px;
	margin-right: 40px;
	margin-bottom: 40px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #E6E6E6;
	text-align: center;
	padding: 60px 0 0;
	transition: all .5s;
	border-radius: 10px;
}
.steam-list-ul li:nth-child(4n){
	margin-right: 0;
}
.pro-list-img {
	display: block;
	margin-bottom: 20px;
}

.pro-list-img img {
	width: 240px;
}

.steam-list {
	margin: 100px auto 60px;
}

.steam-list-ul li:hover {
	padding-top: 20px;
}

.steam-list-ul li:hover h2 a {
	color: #246ACE;
}

.steam-list-ul li:hover .pro-list-btn {
	opacity: 1;
}

.vacuum-list {
	margin-bottom: 0;
}

.vacuum-list-ul {
	padding-bottom: 60px;
}

.vacuum-list-ul li .pro-list-img {
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 30px;
	padding-bottom: 18px;
}

.vacuum-list-ul li h2 a {
	margin-bottom: 15px;
}

.vacuum-list-ul li .pro-list-btn {
	display: none;
	margin-top: 0;
	transition: all .4s;
}

.vacuum-list-ul li:hover {
	padding-top: 40px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.vacuum-list-ul li:hover span {
	display: none;
}

.vacuum-list-ul li:hover .pro-list-btn {
	display: block;
}


/*产品列表*/

.steam-list-bg {
	width: 100%;
	height: 240px;
	border-radius: 10px;
	background: url(../img/banner/steam-list-bg.jpg)no-repeat center;
	background-size: 100% 100%;
}
.water-list-bg {
	width: 100%;
	height: 240px;
	border-radius: 10px;
	background: url(../img/banner/water-list-bg.jpg)no-repeat center;
	background-size: 100% 100%;
}
.vacuum-list-bg {
	width: 100%;
	height: 240px;
	border-radius: 10px;
	background: url(../img/banner/vacuum-list-bg.jpg)no-repeat center;
	background-size: 100% 100%;
}
.electric-list-bg {
	width: 100%;
	height: 240px;
	border-radius: 10px;
	background: url(../img/banner/electric-list-bg.jpg)no-repeat center;
	background-size: 100% 100%;
}
.steam-list-inner {
	width: 70%;
	float: right;
	position: relative;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
}

.steam-list-inner h2 {
	margin-bottom: 20px;
}

.steam-list-inner p {
	color: #666666;
	line-height: 24px;
}
.steam-list-cont {
	margin: 0 auto;
}

.steam-list-cont .steam-list-ul {
	margin-top: 100px;
	padding: 0;
}


/*产品详情*/
.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    margin: 0 auto;
    background: #f5f5f5;
}
.pro-detail-banner {
	max-width: 1800px;
	height: 480px;
	margin: 0 auto;
	border-radius:30px 30px 0px 0px;
	background: url(../img/banner/pro-detail-bg.png) no-repeat center;
	background-size: 100% 100%;
}

.pro-detail-wrap {
	margin: 0 auto;	
}

.pro-detail-wrap-l {
	width: 54%;
}

.pro-detail-wrap-r {
	width: 42.9%;
}

.pro-detail-wrap-l h2 {
	font-size: 30px;
	margin-top: 100px;
}

.pro-detail-wrap-l p {
	color: #666666;
	line-height: 28px;
	margin: 20px 0 60px;
}

.pro-detail-wrap-ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.pro-detail-wrap-ul li span {
	display: block;
	font-size: 24px;
	line-height: 28px;
	color: #246ACE;
	margin-bottom: 10px;
}


/*轮播*/

.focusBox {
	position: relative;
	margin: 40px auto;
	overflow: hidden;
}

.focusBox .pic img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px;
}

.focusBox .hd {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
	font-size: 0;
	z-index: 1;
}

.focusBox .hd li {
	margin: 0 5px;
	overflow: hidden;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #246ACF;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.focusBox .hd .on {
	width:30px;
	height:10px;
	background:#246ACF;
	border-radius:5px;
}
.pro-detail-btn{
	position: absolute;
	bottom:20px;
	left: 20px;
}
.pro-detail-btn i{
	color: #246ACE;	
	font-size: 32px;
}
.pro-detail-nav{
	max-width: 1800px;
	height:80px;
	margin: 0 auto;
	background-color:#F5F5F5;
	border-radius:0px 0px 30px 30px;
}
.pro-detail-nav-wrap{
	margin: 0 auto;
	line-height: 80px;
}
.pro-detail-nav-wrap ul{
	width: 50%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.pro-detail-nav-wrap ul li a{
	display: block;
	color: #666666;
	font-size: 16px;
}
.pro-detail-nav-wrap ul li:hover a{
	color: #E62129;
	border-bottom: 1px solid #E62129;
}
.pro-detail-nav-wrap ul li a.on{
	color: #E62129;
	border-bottom: 1px solid #E62129;
}
.pro-detail-r{
	margin: 0;
}
.pro-detail-r span{
	font-size: 14px;
}
.pro-detail-r form {
    display: inline-block;
    margin-left: 15px;
}

.pro-detail-r form input {
    width: 180px;
}
.pro-detail-r form button {
    width: 80px;
}
.pro-detail-advan,
.pro-detail-tech{
	margin: 100px auto 80px;
}
.pro-detail-title h2{
	font-size: 30px;
	float: left;
}
.pro-detail-title i{
	float: left;
	position: relative;
	top: 35px;
	box-sizing: border-box;
	width: 88%;
	height:1px;
	margin-left: 1%;
	background:rgba(240,240,240,1);
}
.pro-tech-ul{
	margin: 60px 0 100px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.pro-tech-ul li{
	width: 48.572%;
}
.pro-tech-img{	
	width: 100%;
	height: 200px;
	position: relative;	
}
.pro-tech-img img{
	position: absolute;
	border-radius:10px 10px 0px 0px;
}
.pro-tech-img h2{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-size: 30px;
	color: #FFFFFF;
	text-align: center;	
	line-height: 200px;
}
.pro-tech-text{
	width: 100%;
	height: 200px;
	border-radius:0px 0px 10px 10px;
	box-sizing: border-box;
	padding: 40px;
	background-color: #FAFAFA;
	color: #666666;
	line-height: 24px;
	position: relative;
}
.pro-tech-text .pro-list-btn{
	opacity: 1;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}
.pro-detail-parameter{
	max-width: 1800px;
	margin: 100px auto;
	border-radius:15px;
	background-color: #FAFAFA;
}
.pro-detail-parameter-wrap{
	margin: 0 auto;
	padding: 100px 0;
}
.notice {
    color: #888;
    font-size: 12px;
    line-height: 24px;
}
.red{
	color: #E62129;
}
.com {
	border-collapse: collapse;
}

.com td,.com th {
	padding: 20px;
	border: 1px solid #CCCCCC;
	text-align: center;
}

.s_com td {
	padding: 10px 20px;
}

.com .com_bc{
	background-color: #246ACE;
}
.com .com_bc td{
	color: #FFFFFF;
}
.com .tcl {
	text-align: justify;
	text-align-last: left;
	-moz-text-align-last: left;
}
table.no_plr td {
    padding: 20px 0;
}
.pro-detail-parameter-cont{
	margin-top: 60px;
}
.related-case .in-case-ul li:hover{
	box-shadow:0px 0px 20px 0px rgba(4,0,0,0.15);
	background-color: #FFFFFF;
}
/*常见问题*/
.pro-ques-ul{
	margin-top: 60px;
}
.pro-ques-ul li{
	width: 48.572%;
	float: left;
	margin-bottom: 35px;
}
.pro-ques-ul li:hover h3 a{
	color: #246ACE;
}
.pro-ques-ul li:nth-child(2n){
	float: right;
}
.pro-ques-ul li:nth-child(3),
.pro-ques-ul li:nth-child(4){
	margin-bottom: 0;
}
.pro-detail-ques{
	margin: 100px auto 0;
}
.pro-ques-li-title{
	margin-bottom: 25px;
}
.pro-ques-li-title i{
	font-size: 20px;
	color: #666666;
}
.pro-ques-li-title h3{
	width: 80%;
	display: inline-block;	
	margin-left: 15px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.pro-ques-li-title h3 a{
	font-size: 16px;
	color: #333333;
}
.pro-ques-li-inner{
	padding: 15px 30px 25px;
	background-color: #F5F5F5;
	border-radius: 10px;
}
.pro-ques-li-inner p{
	color: #666666;
	text-indent: 2em;
	margin-top: 20px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pro-ques-li-inner-h i{
	font-size: 20px;
	margin-right: 5px;
	color: #666666;
}
/*=============*/
.part_gallery_wrap{
	padding-top: 0 !important;
}
.part_gallery_wrap .part_gallery_div{
	margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 30px;
    padding:0 60px 80px;
    background-color: #FAFAFA;
}
.part_gallery_wrap .part_gallery_div img{
	margin-top: 80px;
    border-radius: 15px;
}
.part_gallery_wrap .part_gallery_div img:nth-child(3),
.part_gallery_wrap .part_gallery_div img:nth-child(4){
	margin-bottom: 0px;
}




