/************************************************company screen p01************************************************/
/*left*/
.left-p01{
	float: left;
	width: 240px;
	height: 464px;
	background: #f9f9f9;
	position: relative;
}

.left-p01 .prod-type{	
	background-image: url('images/type_bg.png');	
	background-repeat: no-repeat;
	height: 49px;
	line-height: 49px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	position: relative;
}
.left-p01 .type-icon{
	float: left; width: 50px; height: 68px; line-height: 68px; text-align: center; border-bottom: 1px solid #eaeaea;	
}
.left-p01 .type-icon img{
	width: 36px; height: 36px; object-fit: cover;
}
.left-p01 .type-cont{
	float: left; width: 166px; padding-left: 10px; height: 60px; color: #666; line-height: 20px; font-size: 12px; border-bottom: 1px solid #eaeaea;	
	padding-top: 8px;
}
.left-p01 .type-cont b{
	line-height: 30px; width: 100%; color: #333; font-size: 14px;
}
.left-p01 .type-cont h3 {
    line-height: 30px;
    width: 100%;
    color: #333;
    font-size: 14px;
    font-weight: bold;
}
.left-p01 .type-cont a {
	display: inline-block;
	width: 80px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
  }

.left-p01 .type-arrow{
	float:right;
	height: 69px;
	width: 14px;
	margin-left: -10px;
	line-height: 69px;
	padding-top: 15px;
	border-bottom: 1px solid #eaeaea;
    box-sizing: border-box;
}

/* 2023-4-1 */
.sub-menu{
	position: absolute;
	background-color: #fff;
	width: 650px;
	height: 462px;
	z-index: 1000;
	left: 240px;
	top: 0px;
	box-shadow: 8px 0px 8px 0px #67b3dd;	
	display: none;
	padding: 0 15px 15px 15px;
	box-sizing: border-box;
}
.sub-menu h3{
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px;	
}
.sub-menu .acont{
	border-bottom: 1px dashed #eee;
	padding-bottom: 10px;
}
.sub-menu .acont a{
	font-size: 12px;
	display: inline-block;
	margin-right: 10px;		
}
.sub-menu .acont a:hover{
	text-decoration: underline;
}

.sub-menu .mcont{
	border-bottom: 1px dashed #eee;
	padding-bottom: 4px;
	
}
.sub-menu .mcont .p{	
	width: 192px; 
	height: 150px; 
	margin-right: 14px;	
	display: inline-block;
	overflow: hidden;
}
.sub-menu .mcont .p:last-child{
	margin-right: 0px;
}

.sub-menu .mcont .p .a{
	display: inline-block;
	width: 190px; 
	height: 120px; 
	overflow: hidden;
	border:1px solid #eee;
}

.sub-menu .mcont .png{
	object-fit: cover; 
	width: 190px; 
	height: 120px;
	box-sizing: border-box;	
	overflow: hidden;
	transition: all 0.6s;
}

.sub-menu .mcont .png:hover{	
	transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
} 

.sub-menu .mcont span{	
	display: block;
	text-align: center;
	line-height: 30px;
	height: 30px;
	font-size: 13px;
	overflow: hidden;
}
/*  */
.sub-menu .pcont{
	border-bottom: 1px dashed #eee;
	padding-bottom: 5px;
	
}
.sub-menu .pcont .p{	
	width: 96.5px; 
	height: 70px; 
	margin-right: 2px;
	display: inline-block;
	overflow: hidden;
}
.sub-menu .pcont .p:last-child{
	margin-right: 0px;
}

.sub-menu .pcont .p .a{
	display: inline-block;
	width: 94px; 
	height: 68px; 
	overflow: hidden;
	border:1px solid #eee;
	border-radius: 10px;
}

.sub-menu .pcont .png{
	object-fit: cover; 
	width: 100%; 
	height: 100%;	
	box-sizing: border-box;	
	overflow: hidden;
	transition: all 0.6s;
}

.sub-menu .pcont .png:hover{	
	transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
} 
/*middle*/
.middle-p01{
	float: left;
	margin-left: 10px;
	width: 640px;
	height: 464px;
	background-color: #fff;
}

.middle-p01 .cont{
	background-color: #eee; width: 620px; height: 133px; margin: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.middle-p01 .cont .item{
	width: 200px;
	height: 133px;
	background-color: #555;
	overflow: hidden;
}
.middle-p01 .cont .item .png{
	width: 200px;
	height: 133px;
	object-fit: cover;
	transition: all 0.6s;
}

.middle-p01 .cont .item .png:hover {
    transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}


/*right*/
.right-p01{
	float: right;
	margin-left: 10px;
	width: 300px;
	height: 464px;
	background-color: #fff;
}

.right-p01 .cont01{
	width: 300px;
	height: 230px;
	/* background-color: green; */
	
}
/*
.right-p01 .cont01 .subject{
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}
.right-p01 .cont01 .header_pic{
	height: 60px;
	text-align: center;
}
.right-p01 .cont01 .header_pic img{		
	width: 60px;
	height: 60px;
	border-radius: 50%;	
}
.right-p01 .cont01 .user_name{
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
}
.right-p01 .cont01 .tail{
	border-top: 1px dashed #ccc;;
	height: 100px;	
	width: 300px;
	text-align: center;
	font-size: 14px;
	
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 3px;
}
.right-p01 .cont01 .tail .tail_item{
	width: 128px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	font-size: 12px;
	border-radius: 10px;
	border: 1px solid #ccc;
	margin: 0 10px;
}


*/



.right-p01 .cont02{
	width: 300px;
	height: 204px;
	/* background-color: #eee; */
	margin-top: 10px;
}
.right-p01 .cont02 .t1{
	width: 300px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #eee;
	/* background-color: #ccc; */
}
.right-p01 .cont02 .t1 h3{
	padding:0 5px;
	font-size: 15px;
	color: #666;
	display: inline-block;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	font-weight: bold;
}
.right-p01 .cont02 .t1 .active{
	color: #137ec1;
	border-bottom: 2px solid #137ec1;
}

.right-p01 .cont02 .t2{
	width: 300px;
	height: 168px;
	/* background-color: #eee; */
	margin-top: 3px;
}
.right-p01 .cont02 .t2 .item{
	width: 300px;
	height: 26px;
	line-height: 26px;
	/* background-color: #ccc;	 */
	overflow: hidden;
}

.right-p01 .cont02 .t2 .item span{
	color: #999;
    width: 20px;
    display: inline-block;
    text-align: center;
}

/************************************************company screen 02************************************************/
.common-title .tail{
	float: right; 
	width: auto;
	
	margin-right: 15px;
}
.common-title .tail a{
	display: inline-block;
	margin: 0 6px;
	font-size: 16px;
	height: 48px;
	line-height: 48px;
}
.com-pic{
	background: #fff;
	width: 1200px;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 10px;
	box-sizing: border-box;
	overflow: hidden;
}

.com-pic .item{
	width: 226px;
	height: 115px;	
	background: #fff;
	/* border: 1px solid #eee; */
	margin: 10px 0px;
	/* background-color: #ccc; */
	box-sizing: border-box;
	overflow: hidden;
}
.com-pic .item .pic{
	width: 140px;
	height: 80px;
	overflow: hidden;
    margin: 0 auto;
}
.com-pic .item .png{
	width: 140px;
	height: 80px;		
	object-fit: cover;
	transition: all 0.6s;	
}
.com-pic .item .png:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.com-pic .item .title{
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	text-align: center;
}


/************************************************company screen 03************************************************/

.left-p03{
	float: left;
	width: 910px;
	height: auto;
	background: #fff;	
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 10px;
}
.left-p03 .item{
	width: 210px;
	height: 200px;	
	margin: 10px 0px;
	box-sizing: border-box;
	overflow: hidden;
}






/*2023-08-27 update*/
.left-p03  .item .pic{
	width: 210px;
	height: 140px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}

.sbox{
	position: absolute;
	background-color: #137ec1;
	bottom: 0px;
	width: 210px;
	height: 75px;
	line-height: 22px;
	opacity: 0.8;	
	z-index: 100;	
	box-sizing: border-box;
	overflow: hidden;
	display: none;
}
.stext{
	position: absolute;	
	bottom: 0px;
	width: 210px;
	height: 75px;
	line-height: 22px;
	color: #fff;
	z-index: 1000;
	/* font-weight: bold; */
	padding: 5px;
	box-sizing: border-box;
	overflow: hidden;
	display: none;
}
.stext a{
    color:#fff;
}
.stext a:hover{
    
    text-decoration: underline;
}




.left-p03  .item .png{
	width: 140px;
	height: 80px;		
	object-fit: cover;
	transition: all 0.6s;
	padding-top: 30px;
	
}
.left-p03 .item .png:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.left-p03 .item .t1{
	height: 28px;
	line-height: 28px;
	font-size: 15px;
	width: 100%;
	text-align: center;
	padding: 0 5px;
	margin-top: 5px;
	overflow: hidden;
	box-sizing: border-box;
}

.left-p03 .item .t2{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	width: 100%;
	padding: 0 5px;
}

.left-p03 .item .t2 span{
	display: inline-block;
	height: 20px;
	line-height: 20px;	
	font-size: 14px;
	padding: 0px 5px;
	border:1px solid #ccc;
	border-radius: 5px;
}

.left-p03 .tail{
	width: 100%;
	height: auto;	
	margin-top: 10px;
	overflow: hidden;
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	border-top: 1px dashed #ccc;
	padding-top: 10px;
	position: relative;
}
.left-p03 .tail .subject{
	width: 60px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #137ec1;
	box-sizing: border-box;
	overflow: hidden;
	color: #137ec1;
	height: 40px;
	height: 49px;
    padding: 5px 0px;
    margin-top: 5px;
}



.left-p03 .tail .cont{
	flex: 1;	
	box-sizing: border-box;
	overflow: hidden;
	margin-left: 10px;	
	box-sizing: border-box;
	overflow: hidden;
	height: 60px;	
	position: relative;
}
.cont ul{
	margin: 0;
	padding: 0;
	list-style: none
}

.cont li{
	width: 820px;
	height: 60px;
	line-height: 30px;	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	/* background-color: #ccc; */
}

.cont li span{
	width: 190px;
	height: 25px;	
	line-height: 25px;
	box-sizing: border-box;
	overflow: hidden;
}






.right-p03{
	float: right;
	width: 280px;
	height: 580px;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
	
}
.right-p03 .item{
	border-bottom: 1px dashed #ccc;
	background-color: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.right-p03 .item .t1{
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 14px;	
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 4px;
	padding: 0 5px;
}
.right-p03 .item .t1 span{
	color: #999;
	width: 10px;	
	text-align: center;
	display: inline-block;
}

.right-p03 .item .t2{
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 12px;	
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 3px;
	padding-left: 15px;
	padding-right: 5px;
	color: #999;	
}





/*企业列表 company-list*/
.notice{
	width:100%;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;

}

.notice	.title{
	width: 100px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	/* background-color: #ccc; */
	padding-left: 10px;

}
.notice .cont{
	width: 1090px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	/* border-left: 1px solid #ccc; */
	box-sizing: border-box;	
}

.notice .cont a{
	font-size: 14px;
}

.notice .tail{
	width: 10px;
	/* background-color: #333; */
}






.company-list{
	width: 1200px;
	height: auto;
}

.company-list .left{
	float: left;
	width: 840px;
	height: auto;
	/*background-color: #ccc;*/
}
.company-list .left .item{	
	width: 830px;
	height: auto;
	background-color: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
	padding:10px;	
	box-sizing: border-box;
	/* border-bottom: 1px dashed #ccc; */
}
.company-list .left .item .t1{
	float: left;
	width: 300px;
	height: 150px;
	background-color: #fff;
}
.company-list .left .item .t1 .r1{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	box-sizing: border-box;
	overflow: hidden;
	/* background-color: #fff; */
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.company-list .left .item .t1 .r1 a{
	flex: 1;
}
.company-list .left .item .t1 .r1 span{
	width: 45px;
	text-align: right;
}

.company-list .left .item .t1 .r2{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	box-sizing: border-box;
	overflow: hidden;
	color: #999;
}
.company-list .left .item .t1 .r2 span{
	display: inline-block;
	border: 1px solid #999;
	border-radius: 4px;
	padding: 0 2px;
	height: 18px;
	line-height: 18px;
	color: #999;
	font-size: 13px;
	box-sizing: border-box;
}

.company-list .left .item .t1 .r3{
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	box-sizing: border-box;
	overflow: hidden;
	color: #999;
	margin-top: 4px;
}


.company-list .left .item .t1 .r4{
	height: 42px;
	line-height: 21px;
	font-size: 14px;
	box-sizing: border-box;
	overflow: hidden;
	/*text-indent: 2em;*/
	/* background-color: #333; */
}

.company-list .left .item .t1 .r5{
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	box-sizing: border-box;
	overflow: hidden;
	color: #999;	
}

.company-list .left .item .t1 .r5 span{
	display: inline-block;
	border: 1px solid #999;
	border-radius: 4px;
	padding: 0 2px;
	height: 18px;
	line-height: 18px;
	color: #999;
	font-size: 13px;
	box-sizing: border-box;
}


.company-list .left .item .t2{
	float: right;
	width: 500px;
	height: 150px;
	/* background-color: #eee; */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	align-items: right
	
	
}

.company-list .left .item .t2 .p{
	width: 166px;
	height: 140px;
	margin-top: 10px;
	/* background-color: #ff0000; */
}
.company-list .left .item .t2 .p .pic{
	width: 156px;
	height: 110px;
	overflow: hidden;
	box-sizing: border-box;
}
.company-list .left .item .t2 .p .png{
	width: 156px;
	height: 110px;
	object-fit: cover;
	overflow: hidden;
	box-sizing: border-box;
	transition: all 0.6s;
}

.company-list .left .item .t2 .p .png:hover{	
	transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
} 


.company-list .left .item .t2 .p span{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	display: inline-block;
}







.company-list .right{
	float: right;
	width: 360px;
	/*height: 500px;*/
	background-color: #fff;
}


.company-list .right .cont01{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	
}
.company-list .right .cont01 .title{
	width: 340px;
	padding: 0 5px;
	
	box-sizing: border-box;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	font-size: 14px;

}

.company-list .right .cont01 .title span{ 
	color: #666; 
	background-color: #ccc; 
	display: inline-block; 
	height: 20px; 
	line-height: 20px; 
	width: 20px; 
	margin:0px 10px;
	text-align: center;

}

.company-list .right .cont01 .title:first-child span{
	color: #fff;
	background-color: #ff9e33;
}
.company-list .right .cont01 .title:nth-child(2) span{
	color: #fff;
	background-color: #ff9e33;
}
.company-list .right .cont01 .title:nth-child(3) span{
	color: #fff;
	background-color: #ff9e33;
}


/* 新添加的 2023-08-18 */
.company-list .right .cont02{
	width: 360px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;	
}
.company-list .right .cont02 .item{
	width: 360px;
	height: 100px;
	overflow: hidden;
	/*background-color: #eee;*/
	border-bottom: 1px dashed #eee;

}
.company-list .right .cont02 .item .s1{
	float: left;
	width: 135px;
	height: 90px;
	overflow: hidden;
	margin-left: 10px;
	position: relative;
}
.company-list .right .cont02 .item .s1 .png{
	width: 135px;
	height: 90px;
	overflow: hidden;
	border-radius: 8px;
	transition: all 0.6s;
}

.company-list .right .cont02 .item .s1 .cert{
	position: absolute; 	
	width: 68px; 
	height: 68px; 
	left: 67px; 	
	top: 0px;	
	z-index: 100;
}
.company-list .right .cont02 .item .s1 .png:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}
.company-list .right .cont02 .item .s2{
	float: right;
	width: 195px;
	height: 90px;
	overflow: hidden;
	margin-right: 10px;
	/*background-color: #666;*/
}
.company-list .right .cont02 .item .s2 .t1{
	width: 190px;
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	overflow: hidden;
	margin-top: 5px;

}
.company-list .right .cont02 .item .s2 .t2{
	width: 190px;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	color: #999;
	overflow: hidden;
	margin-top: 15px;
}



