* {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

a {
	color: #000;
	text-decoration: none;
}

.counts {}

.lun {
	width: 100%;
	height: 540px;
	box-sizing: border-box;
}

.lun img {
	width: 1920px;
	height: 540px;
}

.shop_count_box {
	width: 1200px;
	margin: 10px auto;
	display: flex;
	justify-content: space-between;
}

.shop_content_le {
	width: 325px;background: #fff;
}

.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: 14px;
	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: 14px;
	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: 14px;
	line-height: 40px;
	color: #2577e3;
}

.shop_content_ri {
	width: 850px;background: #fff;
}

.shop_content_ri .com_jieshao {
	background-color: #fff;
}

.com_js_title,
.com_zhuying_title,
.rexiao_title,
.kehu_title {
	height: 38px;
	line-height: 38px;
	color: #fff;
	font-size: 18px;
	text-indent: 20px;
	background-color: #2577e3;
}

.com_js_counts,
.rexiaoBox {
	/*height: 320px;*/
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.com_counts_left,
.com_counts_left img,
.rx_box,
.rx_box img {
	width: 280px;
	height: 280px;
}

.com_counts_right {
	width: 530px;
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}

.com_zhuying {}

.com_zhuying_Box,
.rexiaoBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.com_zhuying_Box::after,
.rexiaoBox::after {
	content: '';
	width: 257px;
}

.com_zhuying_box,
.rx_box {
	width: 257px;
	height: 289px;
	margin: 19px 0;
}

.com_zhuying_box a .com_zhuying_pic img,
.rx_box a .rx_pic img {
	width: 257px;
	height: 257px;
}

.com_zhuying_box a .com_zhuying_text,
.rx_box a .rx_title {
	height: 26px;
	color: #000000;
	line-height: 26px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-indent: 5px;
}

.kehu_box {
	height: 370px;
	display: flex;
	margin-top: 20px;
	justify-content: space-around;
}

.kehu_box_left {
	text-align: center;
}

.kehu_box_left i {
	color: red;
	margin-right: 8px;
}

.kehu_box_left input {
	width: 414px;
	height: 34px;
	border: 1px solid #eeeeee;
	line-height: 32px;
	border-radius: 4px;
	text-indent: 10px;
	outline: none;
	margin-bottom: 20px;
}

.kehu_box_right,
.kehu_box_right img {
	width: 260px;
	height: 350px;
}

.shuoming {
	display: flex;
}

input[type=submit] {
	width: 180px;
	height: 45px;
	line-height: 45px;
	border-radius: 3px;
	border: 0px;
	color: #fff;
	margin: 10px auto;
	background-color: #2577e3;
}
