/* 计量仪器 start */
.pro_instru_li{
	height: 0.3rem;
	line-height: 0.3rem;
	font-size: 0.16rem;
	display: inline-block;
	border-bottom: 1px solid #0A7FCF;
}
.content{
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}
.jlyq-item-mid p {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.product-list-wrap{
	margin-top: 116px;
}

.product-nav-title{
	width: 100%;
}

.product-nav-title a, .product-nav-title span{
	color: #333333;
	font-size: 16px;
}

.product-nav-title a:hover{
	color: #666666;
}

.jlyq-wrap{
	margin-top: 30px;
}

.jlyq-item{
	display: block;
	height: 161px;
	width: 100%;
	border: 1px solid rgb(204,204,204);
}

.jlyq-item:nth-child(n+2){
	margin-top: 25px;
}

.jlyq-item-left{
	margin-top: 9px;
	margin-left: 10px;
	float: left;
	width: 212px;
	height: 141px;
	line-height: 141px;
	text-align: center;
	/* border: 1px solid rgb(204,204,204); */
}

.jlyq-item-left img{
	height: 100%;
	max-width: 210px;
}

.jlyq-item-mid{
	width: 754px;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}

.jlyq-item-mid h3{
	font-size: 18px;
	color: rgb(51,51,51);
	font-weight: bold;
	line-height: 18px;
}

.jlyq-item-mid p{
	margin-top: 15px;
	font-size: 16px;
	color: rgb(102,102,102);
}

.jlyq-item-mid p:nth-child(2){
	line-height: 20px;
}

.jlyq-item-mid p:nth-child(3){
	line-height: 30px;
}

.jlyq-item-right{
	float: right;
	width: 163px;
	border-left: 1px solid rgb(204,204,204);
}

.jlyq-right-cart,.jlyq-right-kefu{
	height: 80px;
	line-height: 80px;
	width: 100%;
	text-align: center;
	cursor: pointer;
	color: #0A7FCF;
	border-bottom: 1px solid rgb(204,204,204);
}

.jlyq-right-cart img, .jlyq-right-kefu img{
	width: 24px;
	vertical-align: middle;
	margin-right: 5px;
}

/* 计量仪器 end */

/* 相关产品 start */
.ly_productbottom{
	margin-top: 60px;
}
.ly_product_title {
    width: 100%;
    padding-left: 15px;
    font-size: 18px;
    color: #666666;
    font-weight: bold;
	height: 50px;
    line-height: 50px;
    position: relative;
	border-bottom: 1px solid #eee;
	padding-bottom: 7px;
}

.ly_productbottom_list{
	width: 100%;
	margin-top: 10px;
	/*padding-bottom: 15px;*/
}

.ly_production_xg .ly_productbottom_list{
	border-bottom: none;
}


.ly_product_title::before {
    content: "";
    display: block;
    width: 4px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 16px;
    background: #0A7FCF;
}

.ly_productbottom_left {
    width: 50%;
    float: left;
}

.ly_productbottom_right {
    width: 50%;
    float: right;
}

.ly_product_ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.ly_product_ul li {
    width: 100%;
    margin-bottom: 8px;
}

.ly_product_ul li a {
    display: block;
    width: 96%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #666666;
    padding-left: 20px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-word;
    text-overflow: ellipsis;
	text-decoration: underline;
}

.ly_product_ul li a:hover{
	color: #0A7FCF;
}

.ly_product_ul li a::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 20px;
    border-radius: 50%;
    background: #928c8c;
}

.ly_product_ul li span {
    margin-left: 20px;
    color: #999999;
}

.ly_production_xg{
	margin-top: 30px;
}

/* 相关产品 end */

/* 计量仪器 详情 start */
.clearfix::after {
	content: "";
	display: block;
	visibility: hidden;
	opacity: 0;
	height: 0;
	clear: both;
}
.jlyq-wrap{
	margin-top: 40px;
	width: 100%;
}

.jlyq-left{
	width: 375px;
	float: left;
}

.jlyq-left-img{
	width: 100%;
	height: 371px;
	text-align: center;
	overflow: hidden;
	border: 1px solid rgb(204,204,204);
}

.jlyq-left-img img{
	width:100%;
	height: 371px;
	object-fit: cover;
}

.jlyq-left-top {
	padding-bottom: 60px;
	border-bottom: 1px solid rgb(204,204,204);
}

.jlyq-btn > p{
	display: inline-block;
	margin-top: 9px;
	font-size: 16px;
	color: rgb(51,51,51);
	line-height: 16px;
}

.jlyq-input{
	font-size: 16px;
	line-height: 20px;
	color: rgb(51,51,51);
	margin-top: 30px;
}

.jlyq-input-action{
	display: inline-block;
	font-size: 0;
}

.jlyq-input-action button{
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #FFFFFF;
	border: none;
	background-color: rgb(204,204,204);
}

.jlyq-input-action input{
	width: 40px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	border: 1px solid rgb(204,204,204);
}

.jlyq-btn span{
	display: inline-block;
	width: 140px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	cursor: pointer;
	float: right;
}

.jlyq-btn{
	margin-top: 30px;
}

.jlyq-btn span:nth-child(1) img{
	width: 23px;
	margin-right: 5px;
	vertical-align: sub;
}

.jlyq-btn span:nth-child(2) img{
	width: 26px;
	margin-right: 5px;
	/*vertical-align: text-bottom;*/
}

.jlyq-btn span:nth-child(1){
	border: 1px solid #0A7FCF;
	color: #0A7FCF;
	background-color: #FFFFFF;
}

.jlyq-btn span:nth-child(2){
	margin-left: 10px;
	background-color: #fff;
	color: #0A7FCF;
	border: 1px solid #0A7FCF;
}



.jlyq-right{
	width: 802px;
	float: right;
	padding-top: 10px;
}

.jlyq-right h3{
	font-size: 20px;
	color: #0A7FCF;
	font-weight: bold;
	line-height: 20px;
}

.jlyq-jie{
	margin-top: 47px;
	font-size: 16px;
	color: rgb(51,51,51);
	line-height: 32px;
}

.jlyq-jie span{
	font-weight: bold;
}

.jlyq-intro{
	margin-top: 30px;
}

.jlyq-intro > p, .jlyq-table > p{
	padding-left: 5px;
	height: 54px;
	line-height: 54px;
	font-size: 18px;
	color: rgb(51,51,51);
	background-color: rgb(204,204,204);
}

.jlyq-intro-content{
	padding: 15px;
	border: 1px solid rgb(204,204,204);
	line-height: 32px;
	font-size: 16px;
	color: rgb(51,51,51);
}

.jlyq-td-content{
	border-left: 1px solid rgb(204,204,204);
	border-right: 1px solid rgb(204,204,204);
	color: rgb(51,51,51);
	font-size: 0;
}

.jlyq-td-content span{
	display: inline-block;
	width: 194px;
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	background-color: rgb(238,238,238);
	padding-left: 10px;
	border-bottom: 1px solid rgb(204,204,204);
}

.jlyq-td-content p{
	display: inline-block;
	width: 606px;
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	padding-left: 25px;
	border-left: 1px solid rgb(204,204,204);
	border-bottom: 1px solid rgb(204,204,204);
}

.collectionimg{
	margin-left: 20px;
	margin-right: 22px;
	margin-top: 3px;
	width: 29px;
	height: 29px;
}

.jlyq_collection.hascollect, .jlyq_yescollection.notcollect {
	display: none;
}

.jlyq_collection.notcollect，.jlyq_yescollection.hascollect {
	display: inline;
}

/* 计量仪器 详情 end. */


/* 相关产品 start */

.jlyq_productbottom_left {
    width: 100%;
}

.jlyq_productbottom_right {
    width: 100%;
	padding-top: 30px;
}

.jlyq_productbottom_left .ly_product_ul{
	padding-bottom: 15px;
	margin-top: 15px;
	border-bottom: 1px solid rgb(153,153,153);
}
.jlyq_productbottom_right .ly_product_ul{
	padding-bottom: 15px;
	margin-top: 15px;
}



/* 相关产品 end */

footer{
	margin-top: 60px;
}
