@charset "utf-8";
html {
	background:none repeat scroll 0 0 #fff;
	color:#333;
	background:#F5F7FA
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, form, th, td {
	margin:0;
	padding:0
}
body, button, input, select, textarea {
	font:16px/1.8 "Microsoft YaHei", Tahoma, Arial, "\5b8b\4f53", sans-serif
}
body {
	background:#F5F4F4;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal
}
legend {
	color:#000
}
fieldset, img {
	border:0 none
}
button, input, select, textarea {
	font-size:100%
}
address, cite, dfn, em, var {
	font-style:normal
}
small {
	font-size:14px
}
img {
	vertical-align:middle
}
table {
	border-collapse:collapse;
	border-spacing:0
}
ul, ol {
	list-style:none outside none
}
a {
	text-decoration:none;
	color:#333
}
a:hover {
	color:#ff6600;
	text-decoration: underline;
}
.clear {
	clear:both;
}
.welcome {
	background:#F0F0F0;
	border-bottom:#DFDFDF solid 1px;
	padding:3px 0;
}
.header {
	border-bottom:#FF552E 2px solid;
	background:#fff;
}
.header .top {
	padding:20px 0;
}
.header ,logo{ text-align:center;}
.header .nav  ul{
}
.header .nav ul li {
	float:left;
	width:10%;
	text-align:center;
}
.header .nav ul li a {
	font-size:24px;
	font-weight:bold;
}
.header .nav ul li.hover {
	background-color:#F00;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}
.header .nav ul li.hover a {
	color:#fff;
}
.main {
	width:95%;
	margin:auto;
}
.main .bigbox {
	padding:1% 0;
	
}
.main .bigbox .bigtitle {
	border-bottom:5px solid #F00;
}
.main .bigbox .bigtitle .text {
	padding:0 15px;
	font-size:1.5rem;
	font-weight:bold;
	background:#F00;
	width: max-content;
	border-radius:10px 10px 0 0;
	margin:auto;
	color:#fff;
}
.main .bigbox .citylist {
	margin:auto;
	padding:1% 0;
}
.main .bigbox .citylist li {
	display:flex;
	text-align:left;
	float:left;
	text-align:center;
}
.main .bigbox .citylist li a {
	display:block;
	padding:3px 10px;
}
.main .bigbox .citylist li a.hover {
	background:#efefef;
	color:#333;
}
.main .bigbox .comlist {
	width:100%;
	margin:auto;
	padding:1% 0;
	background:#ffffff;
}
.main .bigbox .comlist li {
	width:25%;
	float:left;
}
.main .bigbox .comlist li .item {
	margin:2%;
	padding:2%;
	border:1px solid #efefef;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	
	background:#fff;
}
.main .bigbox .comlist li .title {
	font-size:18px;
	font-weight:bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height:65px;
}
.main .bigbox .comlist li .titleone{
		-webkit-line-clamp: 1;
		height:auto
	}
.main .bigbox .comlist li .desc a {
	color: rgb(51, 127, 245);
	background: rgb(235, 242, 254);
	padding:2px;
	border-radius:2px;
	margin:2px;
	margin-left:0px;
}
.main .bigbox .comlist li .desc a:nth-child(2){
	margin-left:2px;
	color: rgb(216, 52, 52);
    background: rgb(253, 243, 243);}
.footer {
	color: #efefef;
	text-align: center;
	background: #555;
	padding:20px 0;
}
.footer a {
	color:#fff;
}
/*商铺*/
.shop_logo {
	width: 80%;
	margin:20px;
	float: left;
}
.shop_logo .text b {
	display: block;
	clear: both;
	font-size: 30px;
	font-weight: bold;
	margin:10px 0;
}
.shop_logo .text span {
	display: block;
	clear: both;
	font-size: 14px;
	color: #666;
}
.shop_tel {
	font-size: 18px;
	color: #666;
	padding-top:25px;
}
.shop_tel span {
	color:red;
	display:block;
}
.shop_nav {
	color: #fff;
	background-color: #222;
	text-align:center;
	display:block;
}
.shop_nav a {
	color:#fff;
	margin:0 30px;
	font-size:18px;
	font-weight:bold;
	padding:15px 25px;
	display:inline-block;
}
.shop_nav a.hover {
	background:#F00;
	color:#fff;
}
.shop_left {
	width: 20%;
	overflow: hidden;
	float: left;
}
.shop_right {
	width: 78%;
	overflow: hidden;
	float:right;
}
.shop_box {
	border: 1px solid #e6e6e6;
	border-top: 1px solid #000;
	margin-bottom:20px;
	background:#fff;
}
.shop_box .title {
	background:#ddd;
	padding:10px 5px;
	font-size:18px;
	font-weight:bold;
}
.shop_box .title a {
	float:right;
	font-size:16px;
	font-weight:normal;
	background:#F00;
	padding:2px 10px;
	border-radius: 3px;
	color:#fff;
}
.shop_box .content {
	padding:10px 5px;
}
.shop_box .content .productlist li {
	float:left;
	width:25%;
	text-align: center;
}
.shop_box .content .productlist li img {
	border:1px solid #CCC;
	padding:1px;
	height:200px;
}
.shop_box .content .productlist li div {
	width:90%;
	margin:auto;
	height:60px;
}
.shop_box .content .productlist li div a {
	line-height:1.2rem;
}
.shop_box .content .productlist li {
	float:left;
	width:25%;
	text-align: center;
}
.shop_box .content .newslist li {
	float:left;
	display:block;
	width:100%;
	border-bottom:1px solid #efefef;
	line-height:2em;
}
.shop_box .content .newslist li span {
	float:right;
}
.shop_box .content .infolist li {
	float:left;
	width:50%;
}
.shop_position {
	padding:10px 0;
}
.b2blist li {
	width:calc(33.333% - 40px);
	float:left;
	margin:10px 10px;
	padding:10px;
	box-shadow: 5px 5px 15px 5px rgba(189, 179, 179, 0.3);
	-webkit-box-shadow: 5px 5px 15px 5px rgba(189, 179, 179, 0.3);
	-moz-box-shadow: 5px 5px 15px 5px rgba(189, 179, 179, 0.3);
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
}
.b2blist li:hover {
	box-shadow: 5px 5px 15px 5px rgba(189, 179, 179, 0.6);
	-webkit-box-shadow: 5px 5px 15px 5px rgba(189, 179, 179, 0.6);
	-moz-box-shadow: 5px 5px 15px 5px rgba(189, 179, 179, 0.6);
	transform: scale(1.01);
}
.b2blist li .title {
	font-size:18px;
	font-weight:bold;
}
