/* 企业详情 */
.qy_home_about{
	display: flex;
	justify-content: space-between;
	margin: 30px auto;
}
.qy_home_about_pic{
	width: 660px;
	height: 565px;
	border-radius: 4px;
	overflow: hidden;
}
.qy_home_about_cont{
	width: 510px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	border-top: 6px solid #1C7CFF;
	box-sizing: border-box;
	padding: 30px 30px 40px;
	display: flex;
	flex-direction: column;
}
.qy_home_about_cont h3{
	font-size: 28px;
	color: #1D1D1D;
	font-weight: bold;
}
.qy_home_about_cont dl{
	margin-top: 30px;
	display: flex;
	font-size: 18px;
	flex: 1;
}
.qy_home_about_cont dd{
	flex: 1;
}
.qy_home_about_cont dd span{
	line-height: 30px;
	background: #EEEEEE;
	border-radius: 4px;
	padding: 0 12px;
	margin: 0 10px 10px 0;
	display: inline-block;
}
.qy_home_gzfs{
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}
.qy_home_gzfs span:nth-child(1){margin-right: 60px;}
.qy_home_gzfs b{
	font-size: 24px;
	margin-right: 10px;
}
.qy_home_gzfs span:nth-child(1) b{color: #F3752E;}
.qy_home_gzfs span:nth-child(2) b{color: #1C7CFF;}
.qy_home_about_cont p{
	line-height: 3;
	padding: 15px 0;
	font-size: 18px;
}
.qy_home_about_cont h6{
	display: flex;
}
.qy_home_about_cont h6 a{
	height: 71px;
	border-radius: 4px;
	font-size: 26px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
.qy_home_about_cont h6 a.btn_tel{
	background: #F3752E;
	color: #FFFFFF;
	flex: 1;
}
.qy_home_about_cont h6 a.btn_tel::before{
	content: '';
	width: 25px;
	height: 24px;
	background: url(../img/tel.png) no-repeat 0 0 / 100% 100%;
	margin-right: 12px;
}
.qy_home_about_cont h6 a.btn_gz{
	background: #EEEEEE;
	border: 1px solid #DDDDDD;
	color: #666666;
	margin-left: 10px;
	width: 108px;
}

/*  */
.qy_home_item{
	margin-top: 10px;
}
.qy_home_item_tit{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.qy_home_item_tit a{
	font-size: 16px;
	color: #666666;
}

.qy_home_ul,
.qy_home_product{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 35px;
}
.qy_home_ul dl{
	width: 285px;
	margin-top: 30px;
}
.qy_home_ul dl:not(:nth-child(4n)){
	margin-right: 20px;
}
.qy_home_ul dt{
	width: 285px;
	height: 200px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}
.qy_home_ul dt a{
	position: absolute; z-index: 2;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.qy_home_ul dt i{
	width: 20px;
	height: 20px;
	background: url(../img/del.png) no-repeat;
	position: absolute;z-index: 3;
	right: 15px;
	top: 15px;
}
.qy_home_gq dt::after{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 34px;
	height: 33px;
	color: #fff;
	border-radius: 4px 0 4px 0;
	border-left: 4px solid #fff;
	border-top: 4px solid #fff;
	font-size: 22px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.qy_gong dt::after{
	content: '供';
	background: #1c7cff;
}
.qy_qiu dt::after{
	content: '求';
	background: #F3752E;
}
.qy_home_ul h5{
	font-size: 16px;
	font-weight: bold;
	margin-top: 14px;
}
.qy_home_ul p{
	margin-top: 6px;
	height: 3em;
	-webkit-line-clamp: 2;
}
.qy_home_ul dd>span{
	font-size: 12px;
	line-height: 1;
	display: block;
	margin-top: 10px;
}
.qy_home_gq h6{
	border-top: 1px solid #ddd;
	padding: 10px 0;
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.qy_home_gq h6 span{
	margin-right: 86px;
	font-size: 16px;
	color: #999999;
	padding-left: 0;
	background: none;
	display: flex;
}
.qy_home_gq h6 span{
	margin-right: 86px;
	font-size: 16px;
	color: #999999;
	/* background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: 0 center;
	padding-left: 30px; */
}
.qy_home_gq h6 span.store{background-image: url(../img/jxsp_bfy_icon_scsp_hui.png);}
.store.cur{background-image: url(../img/jxsp_bfy_icon_scsp_cai.png);color: #F3752E;}
.qy_home_gq h6 span.pinglun{background-image: url(../img/jxsp_bfy_icon_pl_hui.png);}
.pinglun.cur{background-image: url(../img/jxsp_bfy_icon_pl_cai.png);color:#2B52F5;}

.qy_home_video dt::after{
	content: '';
	width: 51px;
	height: 51px;
	background: url(../img/sy_btn_bofang.png) no-repeat;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.qy_home_video h6{
	border-top: 1px solid #ddd;
	padding: 10px 0;
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.qy_home_video h6 span{
	width: 32px;
	height: 32px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
}
.qy_home_video h6 b{
	font-size: 12px;
	font-weight: normal;
}

.qy_home_product dl{
	width: 224px;
	margin-top: 30px;
}
.qy_home_product dl:not(:nth-child(5n)){
	margin-right: 20px;
}
.qy_home_product dt{
	width: 224px;
	height: 150px;
	border-radius: 4px;
	overflow: hidden;
}
.qy_home_product h5{
	font-size: 16px;
	font-weight: bold;
	margin-top: 14px;
}
.qy_home_product dd>span{
	font-size: 12px;
	line-height: 1;
	display: block;
	margin-top: 10px;
}
.qy_home_product h6{
	font-size: 16px;
	font-weight: bold;
	color: #DC0A0A;
	margin-top: 15px;
}

.new_list_item{
	margin-top: 40px;
}
.new_list_item:first-child{
	margin-top: 30px;
}
.new_list_item:last-child{
	padding-bottom: 50px;
}
.new_list_item h2{
	margin-bottom: 20px;
}
.new_list_item h2 a{
	font-size: 24px;
	font-weight: bold;
	color: #2B52F5;
	line-height: 1;
}
.new_list_item dl{
	display: flex;
}
.new_list_item dt,
.new_list_item li{
	width: 250px;
	height: 150px;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 20px;
}
.new_list_item dd{
	flex: 1;
}
.new_list_item p{
	font-size: 14px;
	line-height: 1.8;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.new_list_item h6{
	margin-top: 30px;
	display: flex;
	align-items: center;
}
.new_list_item h6 span{
	font-size: 12px;
	color: #999;
	margin-right: 60px;
}
.viewNums{
	display: flex;
	align-items: center;
}
.viewNums::before{
	content: '';
	width: 22px;
	height: 16px;
	background: url(../img/yanjing.png) no-repeat;
	margin-right: 13px;
}
.new_list_item ul{
	display: flex;
}

.qy_home_qy{
	background: url(../img/yzqy_qyzy_lxwm_pic.png) no-repeat center 0;
}
.qy_home_qy .tsw_content{
	padding: 65px 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.qy_home_qy img{
	max-height: 177px;
}
.qy_home_qy p{
	font-size: 24px;
	color: #1D1D1D;
	margin-top: 30px;
	line-height: 1.8;
}
.qy_home_qy h6{
	font-size: 16px;
	display: flex;
	justify-content: space-around;
	width: 100%;
}

/* 搜索结果 */
.serach_result{
	font-size: 16px;
	padding-top: 30px;
}
.serach_result b{
	color: #F3752E;
}

.qy_list{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
.qy_list li{
	width: 224px;
	background: #FFFFFF;
	border-radius: 4px;
	margin-top: 30px;
	padding-bottom: 20px;
	transition: all .5s;
}
.qy_list li:not(:nth-child(5n)){
	margin-right: 20px;
}
.qy_list li::before{
	content: '';
	height: 6px;
	background: linear-gradient(90deg, #1C7CFF, #1853FF);
	border-radius: 0 0 3px 3px;
	display: block;
}
.qy_list h5{
	padding: 15px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #1D1D1D;
}
.qy_list span{
	display: block;
	width: 204px;
	height: 120px;
	border-radius: 4px;
	overflow: hidden;
	margin: 0 auto;
}
.qy_list p{
	font-size: 12px;
	padding: 16px 10px;
	height: 57px;
	-webkit-line-clamp: 3;
}
.qy_list a{
	width: 170px;
	height: 56px;
	border: 1px solid #2A52F5;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	color: #2A52F5;
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 54px;
	transition: all .5s;
}
.qy_list li:hover{
	box-shadow: 0px 0px 16px 0px rgba(42, 82, 245, 0.2);
}
.qy_list li:hover a{
	background: #2A52F5;
	color: #fff;
}