* {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
}

.counts {}

.lun {
	width: 100%;
	height: 540px;
	box-sizing: border-box;
}

.lun img {
	width: 100%;
	height: 540px;
}

.shop_count_box {
	width: 1200px;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
}

.shop_content_le {
	width: 325px;
}

.dangan {
	background-color: #fff;
	padding-bottom: 8px;
}

.dangan_title,
.sousuo_title,
.fenlei_title,
.zhuying_title,
.zhaopin_title {
	height: 38px;
	line-height: 38px;
	color: #fff;
	text-indent: 10px;
	font-size: 18px;
	background-color: #2577e3;
}

.dangan_count .dangan_comName {
	background: #f8f8f8;
	height: 38px;
	line-height: 38px;
	color: #676767;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.comtex .text {
	width: 325px;
	height: 30px;
	line-height: 30px;
	margin-left: 20px;
	font-size: 14px;
	color: #666666;
	text-indent: 10px;
}

.comtex .lian {
	display: flex;
}

.comtex .lian span {
	display: block;
	margin-left: 6px;
}

.dangan_btn {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding-top: 10px;
	border-top: 1px solid #eeeeee;
}

.dangan_btn span {
	display: block;
	width: 92px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	background: #f7f7f7;
	border: 1px solid #eeeeee;
}

/* 产品搜索 */
.sousuo_Box {
	height: 60px;
}

.sousuo_Box form {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sousuo_Box form input[type="text"] {
	width: 182px;
	height: 35px;
	border: 2px solid #2577e3;
	text-indent: 10px;
}

.sousuo_Box form span {
	display: block;
	width: 90px;
	height: 39px;
	line-height: 39px;
	background-color: #2577e3;
	color: #fff;
	text-align: center;
}

/* 产品分类 */
.fenlei_count {
	width: 273px;
	margin: 8px auto;
}

.fl_count_title {
	height: 35px;
	line-height: 35px;
	padding-left: 25px;
	background: #f5f5f5;
	display: block;
	font-weight: 600;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
}

.fenlei_count ul li a {
	color: #666666;
	font-size: 12px;
	line-height: 30px;
}

.fenlei_count ul li:hover a {
	color: red;
}

.sousuo,
.fenlei,
.zhuying {
	margin-top: 10px;
}

.zhuying .zhuyingBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.zhuying .zhuyingBox .zy_box {
	margin-top: 10px;
}

.zhuying .zhuyingBox .zy_box a {
	display: block;
	width: 157px;
}

.zhuying .zhuyingBox .zy_box a .zy_pic img {
	width: 157px;
	height: 177px;
}

.zy_title {
	height: 24px;
	line-height: 18px;
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

/* 招聘信息 */
.zhaopin {
	margin-top: 10px;
}
.zhaopinBox{
	width: 260px;
	margin: 0 auto;
}
.zhaopinBox li{
	height: 40px;
	list-style: none;
	position: relative;
}
.zhaopinBox li::after{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #2577e3;
	position: absolute;
	left:-10px;top:17px;
}
.zhaopinBox li a{
	height: 40px;
	font-size: 12px;
	line-height: 40px;
	color: #2577e3;
}

.shop_content_ri {
	width: 850px;
}

.shop_content_ri .com_jieshao {
	background-color: #fff;
}

.com_js_title{
	height: 38px;
	line-height: 38px;
	color: #fff;
	font-size: 18px;
	text-indent: 20px;
	background-color: #2577e3;
}

.com_js_counts1{
	/*height: 320px;
	display: flex;
	justify-content: space-around;
	align-items: center;*/
	margin:20px;     line-height: 26px;
}

/* .com_counts_left,
.com_counts_left img{
	width: 280px;
	height: 280px;
}

.com_counts_right {
	width: 530px;
	font-size: 16px;
	color: #666666;
	line-height: 28px;
} */

/* 产品供应 */
.com_jieshao .chanpin_list{
	width: 950px;
	margin: 15px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.com_jieshao .chanpin_list::after{
	content: '';
	width: 230px;
}
.com_jieshao .chanpin_list li{
	width: 230px;
	height: 254px;
	/* margin-right: 10px; */
	margin-bottom: 15px;
}
.com_jieshao .chanpin_list li a img{
	width: 230px;
	height: 230px;
}
.com_jieshao .chanpin_list li a span{
	display: block;
	height:25px;
	font-size: 12px;
	color: #222222;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.chanpin_title{
	width: 950px;
}
/* 联系我们 */
.lxwm_count{
	width: 714px;
	font-size: 12px;
	margin: 15px auto;
}
.lxwm_count li{
	height: 28px;
	line-height: 28px;
}
.lxwm_count li:nth-child(1){
	color: #003366;
}
/* 留言 */
.liuy_box .liuY_title {
	width: 850px;
	height: 41px;
	line-height: 41px;
	background-color: #2577e3;
	font-size: 18px;
	color: #FFF;
	text-indent: 20px;
}

.liuY_box {
	width: 720px;
	margin: 20px auto;
	font-family: microsoft yahei, "黑体";
	font-size: 16px;
	text-align: center;
}

.shuoming {
	height: 120px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.liuY_box label {
	width: 88px;
	text-align: right;
	display: inline-block;
}

.liuY_box input[type="text"] {
	width: 563px;
	height: 40px;
	margin: 8px 0;
	text-indent: 14px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
}
.liuY_box input[type="submit"]{
	margin: 15px auto;
	outline: none;
	border: 1px solid transparent;
	width: 74px;
	height: 29px;
	line-height: 29px;
	background: url("../img/newshop2012_djfk.jpg");
}
.liuY_box span span{
	color: red;
	margin-right: 4px;
}


.com_js_counts1 .boxs {
    width: 820px;
    height: 167px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D7D7D7;
}.com_js_counts1 .boxs .leftbox {
    width: 163px;
    height: 103px;
}.com_js_counts1 .boxs .leftbox img {
    width: 163px;
    height: 103px;
}.com_js_counts1 .boxs .rightbox {
    width: 611px;
    margin-left: 20px;
}.com_js_counts1 .boxs .rightbox .dates {
    /* height: 22px; */
    display: flex;
}.com_js_counts1 .datesbox {
    display: flex;
    align-items: center;
}.com_js_counts1 .datesbox>span {
    display: block;
    font-size: 24px;
    font-family: .PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}.com_js_counts1 .spanbox span, .nums span {
    display: block;
    font-size: 6px;
    font-family: .PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-left: 5px;
}.com_js_counts1 .nums {
    margin-left: 10px;
}.com_js_counts1 .spanbox span, .nums span {
    display: block;
    font-size: 6px;
    font-family: .PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-left: 5px;
}

.com_js_counts1 .dycTitle {
    width: 611px;
    height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-family: Alibaba PuHuiTi 2.0-75 SemiBold, Alibaba PuHuiTi 20;
    font-weight: bold;
    color: #333333;
    line-height: 16px;
    margin-top: 6px;
}.com_js_counts1 .conts {
    font-size: 12px;
    font-family: .PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin-top: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

textarea#zixun{ width:562px;height: 100px;display: inline-block;resize: none;outline: none;text-indent: 4px;border: 1px solid #e5e5e5;
					border-radius: 4px; }

.caigouBox{
	margin-top:16px;
	border: 1px solid #D7D7D7;
}
.caigouBox table{
	font-size: 14px;
	border-collapse: collapse;
}
.caigouBox table tr{
	height:60px;
	border-bottom: 1px solid #D7D7D7;
}
.caigouBox table tr th{
	color: #333;
}
.caigouBox table tr td{
	color: #797979;
}
.caigouBox table tr:nth-child(1){
	background-color: #F2F2F2;
}

.caigouBox table tr th:nth-child(1),.caigouBox table tr td:nth-child(1){
	text-align: left;
	width: 360px;
	text-indent: 74px;
}
.caigouBox table tr th:nth-child(2),.caigouBox table tr td:nth-child(2),.caigouBox table tr th:nth-child(3),.caigouBox table tr td:nth-child(3),.caigouBox table tr th:nth-child(4),.caigouBox table tr td:nth-child(4){
	text-align: center;
	width: 160px;
	text-indent: 74px;
}
.caigouBox table tr th:nth-child(4){
	text-indent: 0;
}
.caigouBox table tr td{
	background: #FFFFFF;
}
.caigouBox table tr td:nth-child(4) a{
	width: 100px;
	height: 30px;
	line-height: 30px;
	display: block;
	font-size: 14px;
	font-family: Microsoft Yahei-Regular, Microsoft Yahei;
	font-weight: 400;
	color: #E60000;
	background: #FFFFFF;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #E60000;
	text-indent: 0;
	text-align: center;
	margin: 0 auto;
}



.goodsBoxList{
	    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;}
.goodsBox{
	display: block;
	width: 190px;
	height: 285px;
	border: 1px solid #E8E8E8;
	margin-bottom: 22px;
}
.goodsBox a .imgBox,.goodsBox a .imgBox img{
	width: 100%;
	height: 190px;
}
.goodsBox a .one{
	margin-top: 11px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-indent: 6px;
}
.goodsBox a .one .money{
	font-size: 12px;
	font-family: Helvetica-Semi Bold, Helvetica;
	font-weight: normal;
	color: #EF1F1F;
	
}
.goodsBox a .one .money .monNum{
	font-size: 18px;
}
.goodsBox a .one  .address{
	font-size: 12px;
	font-family: Helvetica-Regular, Helvetica;
	font-weight: 400;
	color: #999999;
	margin-right: 6px;
}

.titles{
	margin-top: 11px;
	font-size: 14px;
	font-family: Helvetica-Regular, Helvetica;
	font-weight: 400;
	color: #333333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	/*text-indent: 6px;*/    
	line-height: 20px;    height: 40px;
	padding: 0 6px;
}
.comBox{
	margin-top: 11px;
	font-size: 12px;
	font-family: Helvetica-Regular, Helvetica;
	font-weight: 400;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/*text-indent: 6px;*/
	padding: 0 6px;
}


.titles:hover{
	    color: #EF1F1F;
}
.goodsBox:hover{
    border-color: #e9e9e9;
    box-shadow: 0 0 2px 2px #f8f8f8;
}

.pagination li a, .pagination span {
    float: left;
    height: 36px;
    line-height: 36px;
    padding: 0 14px;
    margin-right: 5px;
    font-size: 14px;
}
.pagination li a:hover {
    text-decoration: none;
    box-shadow: 0 1px 1px rgb(0 1 1 / 8%);
}
.pagination li a, .pagination span  {
    color: #333;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
}

.pagination .disabled, .pagination .active, .pagination span {
    background: #fff;
    cursor: default;
    float: left;
}
.pages{ text-align: center;}
.pages ul{ display: -webkit-inline-box;}