* {
	padding: 0;
	margin: 0;
}

ul {
	list-style: none;
}

li {
	list-style-type: none;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.align_item {
	display: flex;
	align-items: center;

}

.grayColor {
	color: #989898;
}

.redColor {
	color: red;
}

.content_box {
	width: 100%;
	margin: 0 auto;
	background: #f4f5f5;
	padding-bottom: 80px;
}

.content_box>.content {
	width: 1250px;
	margin: 0 auto;
}

.content_box>.content>.begin_list {
	display: flex;
	justify-content: space-between;
}

.content_box>.content>.begin_list>.lef {
	width: 970px;
}

.content_box>.content>.begin_list>.lef>div {
	margin-bottom: 20px;
	background: white;
	padding: 0 20px;
	padding-bottom: 20px;
}

.content_box>.content>.begin_list>.lef>div:nth-child(1) {
	margin-top: 20px;
}

.content_box .title {
	padding: 20px 0;
}


/* 关于我们 */
#Aboutus>.title>a {
	font-size: 24px;
	font-weight: bold;
}

#Aboutus>.title>span {
	padding: 2px 5px;
	color: red;
	border: 1px solid red;
	border-radius: 5px;
	margin-left: 20px;
}

#Aboutus>.body>p {
	line-height: 30px;
	text-align: justify;
}

#Aboutus>.body>div {
	text-align: right;
}

#Aboutus>.body>div>span {
	cursor: pointer;
}

#Aboutus>.footer {
	margin-top: 20px;
	height: 260px;
	padding: 20px;
	background: #fdf9ed;
}

#Aboutus>.footer>.top {
	height: 90px;
	border-bottom: 2px solid #0f58d6;
}

#Aboutus>.footer>.top>ul {
	width: 100%;
	display: flex;
	justify-content: space-around;

}

#Aboutus>.footer>.top>ul>li {
	display: flex;
	align-items: center;
	text-align: center;
}

#Aboutus>.footer>.top>ul>li>span {
	font-size: 28px;
	margin-right: 10px;
}

#Aboutus>.footer>.top>ul>li>div>p {
	font-size: 16px;
	text-align: left;
	color: #989898;
}

#Aboutus>.footer>.top>ul>li>div>p:nth-child(2)>span {
	font-size: 20px;
	color: red;
	font-weight: bold;
}

#Aboutus>.footer>.bottom {
	padding-top: 30px;
}

#Aboutus>.footer>.bottom>div {
	display: flex;
}

#Aboutus>.footer>.bottom>div>label {
	width: 70px;
	line-height: 30px;
}

#Aboutus>.footer>.bottom>div>p {
	width: calc(100% - 80px);
	line-height: 30px;
}

#Aboutus>.footer>.bottom>div>div {
	width: calc(100% - 80px);
}

#Aboutus>.footer>.bottom>div>div>a {
	margin-right: 5px;
}

/* 新闻 */
#news>.newslist>ul>li {
	height: 120px;
	display: flex;
	justify-content: space-between;
}

#news>.newslist>ul>li:not(:last-child) {
	margin-bottom: 20px;
	border-bottom: 1px dashed #d6d6d6;
}

#news>.newslist>ul>li>.lef {
	width: 150px;
	height: 110px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

#news>.newslist>ul>li>.lef>img {
	width: auto;
	height: 100%;
}

#news>.newslist>ul>li>.rig {
	width: calc(100% - 170px);
	cursor: pointer;
}

#news>.newslist>ul>li>.rig:hover>a>h4 {
	color: #ff9000;
}

#news>.newslist>ul>li>.rig>a>p {
	line-height: 30px;
	font-size: 12px;
}



/* 商品详情 */
#Detaile {
	padding-top: 20px;
	display: flex;
	margin-top: 20px;
	justify-content: space-between;
}

#Detaile>.lef {
	width: 40%;
}

#Detaile>.lef .no_img {
	width: 360px;
	height: 360px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background: #d2d2d2;
	color: #7f7f7f;
}

#Detaile>.lef>.imgs {
	position: relative;
}

#Detaile>.lef>.imgs>.thumbnail {
	width: 370px;
	height: 360px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	overflow: hidden;
	border: 1px solid #e2e2e2;
}

#Detaile>.lef>.imgs>.thumbnail>.magnifier {
	width: 160px;
	height: 160px;
	background: rgba(254, 238, 167, .4);
	/* 半透明效果 */
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

#Detaile>.lef>.imgs>.origin {
	position: absolute;
	left: 390px;
	top: 0;
	width: 500px;
	height: 430px;
	background: white;
	right: 20px;
	overflow: hidden;
	display: none;
	z-index: 99;
}

#Detaile>.lef>.imgs>.origin>img {
	position: absolute;
	width: 900px;
	height: 900px;
}

#Detaile>.lef>.imgs>div:nth-child(1)>img,
#Detaile>.lef>.imgs>.Abbreviation>.Abbreviation_box>div>img {
	width: 100%;
	height: auto;
}

#Detaile>.lef>.imgs>.Abbreviation {
	margin-top: 10px;
	height: 50px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

#Detaile>.lef>.imgs>.Abbreviation button {
	border: 1px solid #d8d8d8;
	padding: 0 3px;
	color: #1a2ab9;
	background: white;
	outline: none;
}

#Detaile>.lef>.imgs>.Abbreviation>.Abbreviation_box {
	width: 320px;
	height: 50px;
	overflow: hidden;
}

#Detaile>.lef>.imgs>.Abbreviation>.Abbreviation_box>div {
	float: left;
	margin-left: 5px;
	width: 50px;
	height: 50px;
	text-align: center;
	overflow: hidden;
	border: 1px solid #d8d8d8;
	box-sizing: border-box;
	cursor: pointer;
}

#Detaile>.lef>.imgs>.Abbreviation>.Abbreviation_box>.active {
	border-color: #fb6600;
}

#Detaile>.lef>.search_list {
	margin-top: 15px;
	height: 58px;
}

#Detaile>.lef>.search_list .swiper-container {
	width: 100%;
	height: 100%;
}

#Detaile>.lef>.search_list .list {
	margin-bottom: 5px;
}

#Detaile>.lef>.search_list .list>div {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 7px;
	background: grey;
	display: flex;
	align-items: center;
	justify-content: center;
}

#Detaile>.lef>.search_list .list>div>img {
	width: 100%;
	height: auto;
	filter: blur(4px);
}

#Detaile>.lef>.search_list .list>div>span {
	color: white;
}

#Detaile>.rig {
	width: 57%;
	position: relative;
}

#Detaile>.rig>.detailes {
	background: #f9f9f9;
	padding: 20px;
}

#Detaile>.rig>.detailes>.order_num {
	display: flex;
	align-items: center;
	margin-top: 10px;
	color: #666;
}

#Detaile>.rig>.detailes>.order_num>span {
	line-height: 30px;
}

#Detaile>.rig>.detailes>.order_num button {
	width: 35px;
	height: 30px;
	background: white;
	outline: none;
	border: 1px solid gainsboro;
	cursor: pointer;
}

#Detaile>.rig>.detailes>.order_num input {
	outline: none;
	width: 59px;
	height: 30px;
	padding: 0 5px;
	box-sizing: border-box;
	border: 1px solid gainsboro;
	text-align: center;
}

#Detaile>.rig>.detailes p,
#Detaile>.rig>.two_detaile {
	line-height: 30px;
	color: #666;
}

#Detaile>.rig>.detailes .product_tit {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

#Detaile>.rig>.detailes .warm_tip {
	border: 1px dashed #0f58d6;
	padding: 1px 3px;
	color: #0f58d6;
	font-size: 12px;
}

#Detaile>.rig>.detailes>.jph_text:nth-child(1) {
	margin-top: 20px;
}

#Detaile>.rig>.detailes>.jph_text {
	color: #666;
}

#Detaile>.rig>.two_detaile {
	min-height: 150px;
}

#Detaile>.rig>.two_detaile>.code {
	position: absolute;
	bottom: -5px;
	right: 0;
	background: rgb(238 238 238);
}

#Detaile>.rig>.two_detaile>.code>div>p {
	text-align: center;
	line-height: 20px;
	font-weight: 100;
}

#Detaile>.rig>.two_detaile>.code>div>img {
	width: 100px;
	height: auto;
	display: block;
}

#Detaile>.rig>.two_detaile>.code>div {
	width: 100px;
	padding: 5px 8px 0px 8px;
}

#Detaile>.rig>.detailes .price {
	font-size: 26px;
	font-weight: bold;
	color: red;
}

#Detaile>.rig>.detailes .tag {

	/*margin: 0 10px;*/
	color: #666;
	padding: 2px 5px;
	/*border-radius: 5px;*/
	/*background: red;*/
}

#Detaile>.rig>.btns {
	padding: 15px 0;
	display: flex;
	/*justify-content: space-between;*/
}

#Detaile>.rig>.btns>button {
	width: 140px;
	line-height: 40px;
	border: none;
	color: #ffffff;
	outline: none;
	cursor: pointer;
	border-radius: 5px;
	font-size: 16px;
}

.kf {
	font-size: 14px;
	display: inline-block;
}

.kf span {
	white-space: nowrap;
}

#Detaile>.rig>.btns>.dg {
	background: #0f58d6;
}

#Detaile>.rig>.btns>.tel {
	background: #ffffff;
	color: #ff6100;
	border: 1px solid #ff6100;
	margin-right: 0;
}

#shop_detailes {
	margin-bottom: 0;
}

#shop_detailes>.nav {
	height: 42px;
	border-bottom: 1px solid #0f58d6;
	margin-left: -20px;
	margin-bottom: 15px;
}

#shop_detailes>.nav>span,
#shop_detailes>.nav>a {
	display: inline-block;
	width: 120px;
	line-height: 42px;
	text-align: center;
	font-weight: bold;
	height: 42px;
	cursor: pointer;
}

#shop_detailes>.nav>.active {
	background: #0f58d6;
	color: white;
}

#shop_detailes>.content ul>li ,#shop_detailes>.content .pro_info{
	padding: 5px;
	line-height: 25px;
	color: #666;
}

#shop_detailes>.content ul,#shop_detailes>.content .xl_tip {
	padding-bottom: 15px;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 15px;
}
#shop_detailes>.content .xl_tip {
	display: inline-block;
	width: 100%;
	padding-left: 5px;
	color: red;
}

#shop_detailes>.content>.title {
	display: flex;
}

#shop_detailes>.content>.title>p {
	font-weight: bold;
	font-size: 16px;
	margin-right: 15px;
}

#shop_detailes>.content>.tab_canshu {
	overflow-x: scroll;
}

#shop_detailes>.content>.tab_canshu>.g-scrolling-carousel {
	position: relative;
}

#shop_detailes>.content>.tab_canshu table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	white-space: nowrap;
}

#shop_detailes>.content>.tab_canshu table .tr_color {
	background-color: #cecaca;
}

#shop_detailes>.content>.tab_canshu table .tr_yellow {
	background-color: #fffdd9;
}

#shop_detailes>.content>.tab_canshu table td {
	height: 42px;
	border: 1px solid #efefef;
	padding: 0px 15px;
}

.shop_sc p {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 28px !important;
}

.shop_sc p span {
	font-family: '微软雅黑' !important;
	font-size: 14px !important;
	color: #666 !important;
}

.fljs {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.fljs p {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 28px !important;
	color: #666;
	text-indent: 2em;
}

/*产品详情图片*/
#shop_detailes>.content>.imgs {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

#shop_detailes>.content>.imgs>div {
	width: 150px;
	height: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ccc;
}

/*产品详情描述*/
#shop_detailes>.content>.imgs>div>img {
	width: auto;
	height: 100%;
}

#shop_detailes>.content>.shop_sc {
	margin-top: 20px;
}

#shop_detailes>.content>.shop_sc img {
	display: block;
	margin: 0 auto;
}

#shop_detailes>.content>.shop_sc table {
	width: 910px !important;
}


/* 店铺档案 */

#introduce {
	padding: 20px;
	background: white;
	height: 210px;
	display: inline-flex;
	margin-top: 20px;
	justify-content: space-between;
}

#introduce>.lef {
	width: 600px;
	padding-right: 20px;
	border-right: 1px solid #e6e6e6;
	box-sizing: border-box;
}

#introduce>.lef>div {
	margin-top: 20px;
	height: 160px;
	overflow: hidden;
}

#introduce>.lef>div>p {
	line-height: 32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

#introduce>.rig {
	width: 580px;
	padding: 0 20px;
}

#introduce>.rig>div {
	margin-top: 20px;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

#introduce>.rig>div>span>img {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

/* 企业资质 */
#qualifications {
	padding: 20px;
	background: white;
	height: 360px;
	display: flex;
	margin-top: 20px;
	justify-content: space-between;
}

#qualifications>.lef {
	width: 600px;
	padding-right: 20px;
	border-right: 1px solid #e6e6e6;
	box-sizing: border-box;
}

#qualifications>.lef>div {
	margin-top: 20px;
	/* height: 160px; */
	display: flex;
	align-items: center;
}

#qualifications>.lef>div>laber {
	display: inline-block;
	width: 150px;
}

#qualifications>.lef>div>p {
	width: 450px;
	line-height: 35px;
}

#qualifications>.lef>div:nth-child(2)>p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#qualifications>.lef>div:nth-child(4)>p {
	width: 100%;
}

#qualifications>.lef>div:nth-child(4)>p::before {
	content: '*';
	color: red;
	float: left;
}

#qualifications>.rig {
	width: 580px;
	padding: 0 20px;
}

#qualifications>.rig>div {
	width: 470px;
	height: 300px;
	margin: 30px auto;
}

#qualifications>.rig>div>.swiper-container {
	width: 100%;
	height: 100%;
}

#qualifications>.rig>div>.swiper-container>.swiper-wrapper>.swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

#qualifications>.rig>div .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	opacity: 1;
	background: rgb(251 102 0);
}

#qualifications>.rig>div .swiper-pagination-bullet-active {
	color: #fff;
	background: #0f58d6;
}

#qualifications>.rig>div>.swiper-container img {
	width: auto;
	height: 100%;
}

#shop {
	padding: 20px;
	background: white;
	/* height: 360px; */
	margin-top: 20px;
}

#shop>ul {
	margin-top: 20px;
}

#shop>ul>li {
	min-height: 50px;
	line-height: 50px;
	display: flex;
	border: 1px solid #f0f0f0;
	margin-top: -1px;
}

#shop>ul>li>div {
	width: 50%;
}

#shop>ul>li label {
	width: 145px;
	display: inline-block;
	background: #fafafa;
	color: #c1c2bd;
	padding: 0 15px;
	box-sizing: border-box;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	margin-left: -1px;
}

#shop>ul>li span {
	padding-left: 15px;
}

#shop>ul>li #see_tel,
#shop>ul>li #see_phone {
	color: red;
	cursor: pointer;
}

#shop>ul>li #show_tel,
#shop>ul>li #show_phone {
	display: none;
}

#shop>ul>.long>div {
	width: 100%;
	display: flex;
}

#shop>ul>.long>div>.imgs {
	width: calc(100% - 145px);
	display: flex;
	padding: 10px;
	box-sizing: border-box;
	flex-wrap: wrap;
}

#shop>ul>.long>div>.imgs>div {
	width: 100px;
	height: 100px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #d8d8d8;
	transition: all 0.5s;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 10px;
}

#shop>ul>.long>div>.imgs>div img {
	width: 100%;
	height: auto;
}

#shop>ul>.long>div>.imgs>div:hover {
	transform: scale(1.2);
}

#shop>ul>.long>div.imgs>div img {
	width: 100%;
	height: auto;
}

/* banner */
#banner {
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
	padding: 20px;
	box-sizing: border-box;
}

#banner .swiper-container,
#banner .swiper-container img {
	width: 100%;
	height: 100%;
}

#banner .swiper-container {
	--swiper-theme-color: #ff6600;
	/* 设置Swiper风格 */
	--swiper-navigation-color: #d0d0d0;
	/* 单独设置按钮颜色 */
	--swiper-navigation-size: 30px;
	/* 设置按钮大小 */
}




/* banner结束 */















.content_box>.content>.begin_list>.right {
	width: 270px;

}

.content_box>.content>.begin_list>.right>div {
	background: white;
	padding: 0 20px 20px 20px;
}

.content_box>.content>.begin_list>.right p {
	font-size: 12px;
}

.company,
.honor,
.inquiry {
	margin-top: 20px;
	padding: 20px !important;
}

.company>.top {
	height: 35px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d0d0d0;
	display: flex;
}

.company>.top>.lef {
	width: 55px;
	height: 35px;
	margin-right: 10px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.company>.top>.lef>img {
	width: 100%;
	height: auto;
}

.company>.list>ul {
	display: block;
	height: 275px;
}

.company>.list>ul li {
	display: flex;
	padding: 10px 0;
}

.company>.list>ul li .lef {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: grey;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.company>.list>ul li .lef span {
	color: white;
}

.company>.list>ul li .lef img {
	width: 100%;
	height: 100%;
	filter: blur(4px);
}

.company>.list>ul li .rig p:nth-child(1) {
	margin-bottom: 3px;
}

.company>.list>ul li .rig p:nth-child(2)>span {
	font-size: 12px;
	margin-right: 3px;
}

.company>.list>.btns {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.company>.list>.btns>button {
	width: 110px;
	height: 30px;
	color: white;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 5px;
	background: #ff9000;
	justify-content: space-around;
	padding: 0 5px;
	font-size: 12px;
}



.company>.list>.btns>button:nth-child(1)>p>span:nth-child(1) {
	font-size: 14px;
	margin-right: 7px;
}

.company>.list>.btns>a {
	height: 30px;
	line-height: 30px;
	color: white;
	border-radius: 5px;
	padding: 0 5px;
	font-size: 12px;
	background: #377cf1;
}

.inquiry>p {
	margin: 10px 0px 15px 0px;
}

.inquiry>from>.code {
	position: relative;
}

.inquiry>from>.code>span {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 12px;
	color: #377def;
	padding-left: 10px;
	border-left: 1px solid #377def;
	cursor: pointer;
}

.inquiry>from>div {
	margin-bottom: 15px;
}

.inquiry>from>div>input {
	outline: none;
	width: 100%;
	height: 35px;
	border: 1px solid #c5c5c5;
	box-sizing: border-box;
	padding-left: 10px;
	border-radius: 5px;
}

.inquiry>from>button {
	width: 100%;
	height: 30px;
	color: white;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 5px;
	background: #377cf1;
}

.honor>div {
	height: 350px;
	/*background: wheat;*/
	margin: 10px 0;
}

.honor>div .swiper-slide {
	text-align: center;
}

.honor>div img {
	width: 100%;
	height: 330px;
}

.enterprise>div {
	height: 500px;
	margin-top: 20px;
}

.enterprise>div>.swiper-container {
	width: 100%;
	height: 100%;
}

.enterprise>div>.swiper-container .img_box {
	width: 100%;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.enterprise>div>.swiper-container .img_box img {
	width: 100%;
	height: auto;
}

.enterprise>div>.swiper-container p {
	margin-top: 5px;
	text-align: center;
}

/* 新闻列表 */
#newsList {
	margin-top: 20px;
}

#newsList>.title>p {
	margin-left: 10px;
}

#newsList>.lists>ul>li {
	height: 50px;
	border-bottom: 1px dashed #d6d6d6;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

#newsList>.lists>ul>li>a {
	width: 800px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#newsList>.lists>ul>li:hover>a {
	color: #fb6600;
}

#newsList>.lists>ul>li>span {
	color: #929292;
	font-size: 12px;
}

#newsList>.paging {
	text-align: center;
	height: 50px;
	margin-top: 20px;
}

#newsList>.paging>div {
	display: inline-flex;
	margin-top: 7px;
	height: 36px;
}

#newsList>.paging>div>.btn {
	width: 65px;
	height: 36px;
	line-height: 36px;
	background: #dedede;
	outline: none;
	border: none;
	border-radius: 4px;
	margin-right: 7px;
}

#newsList>.paging>div>.pages {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: #dedede;
	border-radius: 4px;
	color: #3c3c3c;
	line-height: 37px;
}

#newsList>.paging>div>.pages:not(:last-child) {
	margin-right: 7px;
}

#newsList>.paging>div>.activ {
	background: red;
	color: white
}

/* 新闻列表结束 */
/* 新闻详情 */
#newsDetail>.top {
	border-bottom: 1px dashed #d6d6d6;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

#newsDetail>.top>.title {
	text-align: center;
}

#newsDetail>.top>.title>span {
	display: block;
	margin-top: 20px;
	color: #8c8c8c;
}

#newsDetail>.bottom {}

#newsDetail>.bottom>a {
	display: block;
	margin-bottom: 15px;
	color: #7d7d7d;
}

#newsDetail>.bottom>a:hover {
	color: #fb6600;
}

#newsDetail>.bottom>a>span {
	color: #8c8c8c;
}

/* 新闻详情结束 */



/* 关于我们 */
.margin_boom {
	height: 20px;
}

#contact {
	width: 100%;
	height: 450px;
	padding: 20px;
	background: white;
	display: inline-flex;
	/*margin-top: 40px;*/
	box-sizing: border-box;
	align-items: center;
	justify-content: space-between;
}

#contact>.lef {
	width: 630px;
	height: 410px;
}

#contact>.rig {
	width: 480px;
	display: inline-table;
	padding-left: 20px;
}

#contact>.rig>h3 {
	margin-top: 10px;
}

#contact>.rig>ul>li {
	height: 35px;
	display: flex;
	align-items: center;
	padding-top: 3px;
}

#contact>.rig>ul>.dhlx>span:nth-child(2) {
	color: red;
	cursor: pointer;
}

#contact>.rig>ul>li>span {
	color: #848484;
}

#contact>.rig>ul>li>span:nth-child(1) {
	margin-right: 15px;
	display: inline-block;
	width: 65px;
	text-align: justify;
	text-align-last: justify;
	text-justify: distribute-all-lines;
}

/* 关于我们结束 */
.small_contact>#contact {
	height: 280px;
	padding: 0;
}

.small_contact>#contact>#baiduMap {
	width: 540px;
	height: 275px;
}

.small_contact>#contact>.rig {
	width: 330px;
	display: inline-table;
	padding-left: 40px;
}

.hint {
	color: #999;
	margin-top: 8px;
}

.shop_denglu {
	cursor: pointer;
	background: #ffffff;
	color: #0f58d6;
	border: 1px solid #0f58d6;
	padding: 0 10px;
	border-radius: 3px;
}

.ckgd {
	background: #5f5f5f !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 30px;
}

.ckgd>a>p {
	color: #ffffff;
}

.customer {
	display: flex;
	align-items: center;
	color: #666;
}
.customer a{
	color: #666;
}
.customer a img {
	width: 20px;
	position: relative;
	top: 2px;
}

.customer_name {
	color: #000;
	margin-right: 5px;
}