@charset "utf-8";
/* CSS Document */
/*产品推荐*/
.comproduct{
	height:auto;
	overflow:hidden;}
.comproduct>h1{
    font-size: 24px;
    color: #fff;
    line-height: 42px;
    margin: 10px 0;
    text-align: center;
    background: #00676b;}
.comproduct_content{
	height:auto;
	overflow:hidden;}
.product_intro{
  margin-bottom: 10px;
  display: inline-block;
  float: left;
  border: 1px solid #00676B;
  width: 45%;
  height: auto;
  margin-left:3%;
  border-radius: 4px;
  text-align: center;
  overflow: hidden;
}
.product_intro img{
  width: 85%;
  height: auto;
  margin-right:15%;
  margin-top: 15px;
}
.product_intro h4{
  font-size: 16px;
  font-weight: bold;
  color: #00676b;
  margin-top: -10%;
}
.product_intro p{
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  line-height: 24px;
}
.product_intro .product_intro_bottom{
  background: #00676b;
  padding:10px 3%;
}
.product_intro .product_intro_bottom p{
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  line-height:20px;
  height:62px;
}
.comproduct>p{
	height: auto;
    overflow: hidden;
    padding: 0 4%;}
.comproduct>p>a{
    display: block;
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;}
/*推荐阅读*/
.COMtuijian	{
	height:auto;
	overflow:hidden;}
.COMtuijian>h1{
	line-height:38px;
	height:38px;
	width:92%;
	padding:0 4%;
	background:#00676b;
	color:#fff;}
.COMtuijian>P{
	height:auto;
	overflow:hidden;}
.COMtuijian_content{
	height:auto;
	padding:0 4%;}
.COMtuijian_content_top{
	line-height:40px;
	height:40px;
	}
.COMtuijian_content_top>a{
	display:block;
	font-size:16px;
	color:#555555;
	margin:0 2%;
	float:left;
    font-weight: bold;}
.com-selectDiv{
    width: 80px;
    height: 30px;
    line-height: 30px;
    margin: 5px auto;
    border: 1px solid #00676b;
    position: relative;
    cursor: pointer;
    float: right;
	}
.com-selectArraw{
    display: block;
    width: 16px;
    height: 16px;
    background: url(../../images/dwnicon.png) center no-repeat;
	background-size: 80%;
    position: absolute;
    top: 8px;
    right: 4px;
	}
.com-selectArrawUp{
	background:url(../../images/upicon.png) center no-repeat;
	background-size: 80%;
	}
.com-selectDiv>p{
	height: 30px;
    line-height: 30px;
    text-align: left;
    margin-left: 10px;
	}
.com-selectDiv>ul{
	display:none;
    width: 80px;
    height: auto;
    overflow: hidden;
    background: #fafafa;
    border: 1px solid #ccc;
    border-top: 0px;
    position: absolute;
    top: 31px;
    right: -1px;
z-index: 99;
	}
.com-selectDiv>ul>li{
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding-left: 10px;
    border-bottom: 1px dashed #ccc;
	}

.COMtuijian_content_bottom>a{
	margin:10px 0;
	display:block;
	position:relative;}
.COMtuijian_content_bottom>a>p{
	font-size:16px;
	font-weight:bold;
	opacity:0.8;
	position:absolute;
	width:96%;
	line-height:30px;
	height:30px;
	text-align:left;
	padding-left:4%;
	color:#fff;
	background:#00676b;
	bottom:0;
	left:0;
	}
.COMtuijian_content_bottom>a>span{
font-size: 16px;
    margin-top: 10px;
    /* line-height: 21px; */
    position: absolute;
    width: 100%;
    text-align: center;
    top: 10px;
    left: 0;
    color: #00676b;
    font-weight: bold;
	}
.COMtuijian_content_bottom>a>font{
font-size: 12px;
    line-height: 20px;
    position: absolute;
    width: 92%;
    text-align: center;
    top: 42px;
    left: 0;
    color: #555555;
    padding: 0 4%;

	}

/*相关推荐和系列产品*/
.comproduct_tj{
	height:auto;
	overflow:hidden;}
.comproduct_tj>h1{
    font-size: 16px;
    color: #fff;
    line-height: 42px;
    margin: 10px 0;
    text-align: left;
	padding-left:4%;
    background: #00676b;
	font-weight:bold;}
.comproduct_tj_content{
	height:auto;
	overflow:hidden;}
.comproduct_tj>p{
	height: auto;
    overflow: hidden;
    padding: 0 4%;}
.comproduct_tj>p>a{
    display: block;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;}

/*系列产品*/
.comproduct_show_box{
  padding: 0 15px;
}
.comproduct_intro2{
  margin-bottom: 10px;
  display: inline-block;
  /*border: 1px solid #00676B;*/
  background-color: #F3F3F3;
  width:100%;
  height: auto;
  margin:10px 0;
  border-radius:8px;
  text-align: center;
  overflow: hidden;
}
.comproduct_intro2 img{
  width: 85%;
  height: auto;
  margin-right: 15%;
  margin-top: 15px;
}
.comproduct_intro2 h4 {
  font-size: 16px;
  font-weight: bold;
  color: #00676b;
}
.comproduct_intro2 p {
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  line-height: 34px;
}
.comproduct_intro2 a{
  display: block;
  background-color: #E7ECEC;
  font-size: 16px;
  /*font-weight: bold;*/
  color: #00676b;
  line-height:40px;
}
.comproduct_intro .comproduct_intro_bottom{
  background: #00676b;
  padding:10px 3%;
}
.comproduct_intro .comproduct_intro_bottom p{
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  line-height:20px;
}
#nextTest,.prevTest{
	    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10%;
    line-height: 30px;
    cursor: pointer;
	}
