.shop-top{
	height:80px;
	background-color:#fff;
}
.shop-top .logo{
	display:block;
	height:80px;
	margin-right:10px;
}
.shop-top .shop-info{
	width:480px;
	overflow:hidden;
	margin-top:16px;
}
.shop-top .shop-info h1{
	font-size:20px;
	color:#333;
	margin-bottom:3px;
	position: relative;
}
.shop-top .shop-info h1 .ercode{
	width:22px;position: absolute;top: 10%;margin-left: 6px;
}
.pop-code{
	text-align:center;font-size:12px;color:#666;height:30px;line-height:30px;
}
.shop-top .shop-info p{
	white-space:nowrap;
	font-size:12px;
	color:#777;
	text-overflow:ellipsis;
	overflow:hidden;
	display:flex;
}
.shop-top .search{
	height:40px;
	display:flex;
	align-items:center;
}
.shop-top .search .input{
	width:300px;
	height:40px;
	padding:0 10px;
	border:1px #236de8 solid;
}
.shop-top .search .btn{
	width:80px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:16px;
	border:none;
	cursor:pointer;
}
.shop-top .search .btn1{
	background-color:#236de8;
}
.shop-top .search .btn2{
	background-color:#1949b5;
	margin-left:5px;
}
.shop-nav-height{
	height:40px;
}
.shop-nav{
	height:40px;
	line-height:40px;
	background-color:#0b6de6;
}
.shop-nav.fixed{
	position:fixed;
	width:100%;
	left:0;
	top:0;
	z-index:10;
}
.shop-nav .nav-list>li{
	float:left;
}
.shop-nav .w150{
	width:150px;
	padding:0;
}
.shop-nav .nav-list>li>a{
	display:block;
	max-width:150px;
	margin:0 30px;
	color:#fff;
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.shop-nav .nav-list>li.active,.shop-nav .nav-list>li:hover{
	background-color:#e5f1ff;
}
.shop-nav .nav-list>li.active>a,.shop-nav .nav-list>li:hover>a{
	color:#ff3600;
}
.shop-nav li:last-of-type{
	background-image:none;
}
.shop-nav .more-category{
	width:100%;
	border:1px #236de8 solid;
	border-top:1px #fff solid;
	background-color:#e5f1ff;
	text-align:center;
	position:absolute;
	top:100%;
	left:-1px;
	display:none;
	z-index:10;
	box-sizing:content-box;
}
.shop-nav .nav-list>li:hover .more-category{
	display:block;
}
.shop-nav .more-category li{
	border-bottom:1px #fff solid;
}
.shop-nav .more-category li:last-child{
	border:none;
}
.shop-nav .more-category li a{
	display:block;
	margin:0 15px;
	color:#333;
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.shop-nav .more-category li:hover a{
	color:#236de8;
}
.shop-banner{
	width:100%;
	overflow:hidden;
	position:relative;
}
.shop-banner .swiper-banner{
	position:relative;
	width:1920px;
	left:50%;
	margin-left:-960px;
}
.shop-left{
	width:810px;
}
.s-l-block{
	padding:20px;
	background-color:#fff;
}
.s-l-block .block-tit{
	font-size:20px;
	font-weight:normal;
	color:#333;
	margin-bottom:20px;
	display:flex;
	align-items:center;
}
.s-l-block .block-tit:before{
	content:"";
	display:block;
	width:3px;
	height:18px;
	background-color:#ff3600;
	margin-right:10px;
}
.gsjs{
	padding-bottom:30px;
	position:relative;
}
.gsjs.height{
	height:70px;
	overflow:hidden;
}
.gsjs .btn{
	position:absolute;
	bottom:0;
	width:100%;
	height:30px;
	padding-top:16px;
	background:linear-gradient(rgba(255,255,255,.6),#fff);
	display:flex;
	align-items:center;
	justify-content:center;
	color:#666;
	cursor:pointer;
}
.gsjs .btn:before,.gsjs .btn:after{
	content:"";
	display:block;
	width:3em;
	height:1px;
	background-color:#cdcdcd;
}
.gsjs .btn:before{
	margin-right:1em;
}
.gsjs .btn:after{
	margin-left:1em;
}
.gsjs .btn .icon{
	display:block;
	width:1em;
	height:1em;
	background-size:100% 100%;
	margin-left:5px;
}
.gsjs .btn.show .icon{
	background-image:url(../images/icon_down.png);
}
.gsjs .btn.off .icon{
	background-image:url(../images/icon_up.png);
}
.gsjs p{
	font-size:1.3rem;
	line-height:1.8em;
	color:#666;
	text-align:justify;
}
.gsjs p:last-of-type{
	margin-bottom:0;
}
.video-container {
	position: relative;
	z-index: 0;
	margin: 1em 0;
	background-color: #000
}
.video-container video {
	width: 100%;
	object-fit: contain;
}
.shop-left .pro-category{
	margin-right:-20px;
}
.shop-left .pro-category.fixed{
	width:860px;
	background-color:#fff;
	position:fixed;
	padding:20px;
	top:0;
	left:50%;
	margin-left:-600px;
	z-index:2;
}
.shop-left .pro-category li{
	width:12.5%;
	float:left;
	margin-bottom:10px;
	font-size:12px;
}
.shop-left .pro-category .category{
	margin-right:20px;
	padding:0 10px;
	height:30px;
	line-height:30px;
	text-align:center;
	border-radius:15px;
	background-color:#f0f0f0;
	color:#666;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	cursor:pointer;
}
.shop-left .pro-category .category.active{
	background-color:#ec7d09;
	color:#fff;
}
.shop-left .pro-page{
	padding:0;
}

.pro-page{
	padding:10px;
}
.pro-page .pro-list{
	overflow:hidden;
	padding:3px;
}
.pro-page .pro-list ul{
	margin-right:-15px;
}
.pro-page .pro-list li{
	width:25%;
	float:left;
	margin-bottom:20px;
}
.pro-list li a{
	display:block;
	margin-right:34px;
	border-radius:5px;
	overflow:hidden;
	background-color:#fff;
}
.pro-page .pro-list li a{
	margin-right:15px;
}
.pro-list li a .pro-name{
	height:3em; 
	line-height:1.5; 
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color:#666;
	margin:10px;
}
.pro-list li:hover a{
	box-shadow:1px 1px 4px #cdcdcd,-1px -1px 4px #cdcdcd;
}
.pro-list li .img-box{
	position:relative;
}
.pro-list li:hover  .img-box:before{
	content:"";
	display:block;
	width:100%;
	height:30px;
	background:rgba(0,0,0,.7);
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
}
.pro-list li .img-box .btn-text{
	display:none;
}
.pro-list li:hover  .img-box .btn-text{
	display:block;
	width:120px;
	height:30px;
	line-height:30px;
	color:#fff;
	text-align:center;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-60px;
	z-index:2;
}
.pro-list li img{
	display:block;
	width:100%;
}
/*2022-06-15 newslist*/
.gsnews-list-cont
{
	background-color:#FFF;
	padding: 15px 0;
}
.gsnews-list .gsnews-item{
	padding:20px 0;
    border-bottom: 1px #dedede dashed;
}
.gsnews-list .gsnews-item:first-child{
	padding:5px 0 20px;
}

.gsnews-item .news-imgbox {
    width: 150px;
	height: 100px;
    max-height: 100px;
    overflow: hidden;
    float: left;
	margin: 0 10px;
}
.gsnews-item .news-imgbox .img-box img {
    max-width: 100%;
}
.gsnews-list .gsnews-item .news-contbox {margin-left:10px;}
.gsnews-item .news-contbox .news-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 20px 10px 0;
}
.gsnews-item .news-contbox .news-title a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.gsnews-item .news-contbox .news-title a:hover {
    color: #f00;
}
.gsnews-item .news-contbox p.news-desc {
    font-size: 14px;
    color: #999;
    height: 40px;
    line-height: 20px;
    display: -webkit-box;
    display: box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    margin: 0 20px 10px 0;
    text-align: justify;
}
 .news-contbox .news-bottom .news-type-left {
	float: left;
	font-size: 12px;
	color: #fdaa01;
	padding: 0 5px;
	border: 1px #fdaa01 solid;
	border-radius: 4px;
}
.news-contbox .news-bottom .news-date-right {
	float: right;
    font-size: 12px;
    color: #999;
	margin-right: 30px;
}

/**/
.shop-right{
	width:370px;
}
.s-r-block{
	background-color:#fff;
	border:1px #dedede solid;
}
.shop-contact .contact-tit{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	padding:20px 10px;
	vertical-align:middle;
}
.shop-contact .contact-tit .shop-logo{
	width:50px;
	height:50px;
	border-radius:50%;
	margin-right:10px;
	flex-shrink:0;
	vertical-align:text-top;
}
.shop-contact .contact-tit h2{
	font-size:20px;
	color:#333;
	display:inline-block;
}
.shop-contact  .contact-con{
	padding:0 20px 20px;
}
.shop-contact .contact-con .contact-item{
	margin-bottom:10px;
	display:flex;
	display:-webkit-flex;
	align-items:flex-start;
}
.shop-contact  .contact-con .contact-item .i-left{
	flex-shrink:0;
	margin-right:10px;
	color:#666;
	padding-bottom:10px;
}
.shop-contact  .contact-con .contact-item .i-right{
	flex-grow:1;
	color:#333;
	font-size:12px;
}
.shop-contact  .contact-con .contact-item.phone .i-right{
	font-size:16px;
}
.s-r-block .contact-item.center{
	text-align:center;
	justify-content:center;
}

.collect{
	display:inline-block;
	height:3em;
	line-height:3;
	width:8em;
	text-align:center;
	background-color:#dedede;
	color:#666;
	font-size: 1.2rem;
	border-radius:0.5em;
	cursor:pointer;
}
.collected{
	background-color:#F60;
	color:#fff;
}
.s-r-block .contact-item .go-shop{
	display:inline-block;
	height:3em;
	line-height:3;
	width:8em;
	text-align:center;
	background:#236de8;
	color:#fff;
	font-size: 1.2rem;
	border-radius:0.5em;
	margin-left:1em;
}
.ly-fixed{
	position:fixed;
	width:370px;
	top:50px;
	left:50%;
	margin-left:230px;
}
.s-r-block .block-tit{
	padding:20px 10px;
	border-bottom:1px #f0f0f0 solid;
	font-size:20px;
	color:#333;
	display:-webkit-flex;
	display:flex;
	align-items:center;
}
.s-r-block .block-tit img{
	margin-right:10px;
}
.s-r-block .block-con{
	padding:20px 10px;
}
.s-r-block .block-news-list{
	padding:10px 10px;
}
.s-r-block .block-news-list li{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	line-height:32px;
}
/*.s-r-block .block-news-list li:before{
	content:"";
	display:block;
	width:4px;
	height:4px;
	border-radius:50%;
	margin-right:5px;
	background-color:#999;
}
.s-r-block .block-news-list li:hover:before{
	background-color:#ff3600;
}*/
.s-r-block .block-news-list li a{
	font-size:16px;
	color:#666;
}
.s-r-block .block-news-list li:hover a{
	color:#ff3600;
	text-decoration:underline;
}
.s-r-block .block-cont{
	padding:0 10px 20px;
}
.b-r-block .line-group{
	height:32px;
	line-height:32px;
	border-bottom:1px #f0f0f0 solid;
	vertical-align:middle;
	margin-top:20px;
}
.s-r-block .block-con .textarea{
	width:100%;
	height:8em;
	border:1px #dedede solid;
	text-align:justify;
	outline:none;
	color:#666;
	padding:10px;
}
.s-r-block .block-con .textarea-input{
	width:100%;
	border:1px #dedede solid;
	text-align:justify;
	outline:none;
	color:#666;
	padding:10px;
	resize:none;
	line-height:26px; 
	height:3em;
}
.s-r-block .block-con .line-group{
	display:flex;
	height:36px;
	border:1px #dedede solid;
	margin-top:20px;
	padding:0 10px
}
.s-r-block .line-group .group-tit{
	display:inline-block;
	width:50px;
	flex-shrink:0;
	display:flex;
	align-items:center;
	color:#333;
}
.s-r-block .line-group .group-tit .orange{
	color:#ff3600;
	margin-left:5px;
}
.s-r-block .line-group .input{
	width:272px;
	height:34px;
	border:none;
}
.s-r-block .line-group.border-none{
	border:none;
	height:32px;
	margin-right:5px;
}
.s-r-block .line-group.border-none select{
	margin-right:10px;
	border:1px #cdcdcd solid;
	color:#666;
}
.ly-pinlei .tit{
	color:#333;
	margin:10px 0 10px 5px;
}
.ly-pinlei .tit .orange{
	margin-left:5px;
}
.ly-pinlei-list li{
	width:33.3333%;
	margin-bottom:10px;
	float:left;
}
.ly-pinlei-list li .t-o-1{
	margin-right:15px;
	border:1px #dedede solid;
	height:2em;
	line-height:2;
	border-radius:5px;
	color:#666;
	cursor:pointer;
	padding:0 5px;
}
.ly-pinlei-list .active .t-o-1{
	background-color: #ff3600;
    border:none;
    color: #fff;
}
.s-r-block .submit{
	display:block;
	width:240px;
	height:36px;
	margin:20px auto 10px;
	border-radius:5px;
	text-align:center;
	background-color:#236de8;
	border:none;
	font-size:16px;
	color:#fff;
	cursor:pointer;
}
.same-factory li{
	border-bottom:1px #dedede solid;
	padding:10px 0;
}
.same-factory li .pro-img{
	float:left;
	width:100px;
	height:100px;
	object-fit:cover;
	margin-right:10px;
}
.same-factory li .name{
	color:#393939;
	font-size:16px;
	font-weight:bold;
}
.main-goods{
	color:#333333;
}
.same-factory li .name:hover{
	color:#ff3600;
}
.factory-list li{
	background-color:#fff;
	padding:20px;
	margin-bottom:10px;
}
.factory-list li:hover{
	box-shadow:0 0 6px #dedede;
}
.factory-list li .li-left{
	width:200px;
	height:200px;
	float:left;
	border:1px #dedede solid;
}
.factory-list li .li-left a{
	display:block;
	width:100%;
	height:100%;
}
.factory-list li .li-left a img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.factory-list li .li-right{
	width:560px;
	float:right;
}
.factory-list li .li-right .r-top{
	position:relative;
}
.factory-list li .li-right .r-top .factory-name{
	display:block;
	width:480px;
	font-size:22px;
	color:#333;
	font-weight:bold;
}
.factory-list li .li-right .r-top .factory-name:hover{
	color:#236de8;
}
.factory-list li .li-right .r-top .address{
	position:absolute;
	height:30px;
	top:50%;
	margin-top:-15px;
	right:0;
	display:flex;
	align-items:center;
	font-size:12px;
	color:#777;
	vertical-align:middle;
}
.factory-list li .li-right .r-top .address img{
	margin-right:5px;
}
.factory-list li .li-right .desc{
	color:#666;
	margin:15px 0;
}
.factory-list li .li-right .r-bottom img{
	width:90px;
	height:90px;
	margin-right:10px;
	border:1px #dedede solid;
}
.product-name{
	font-size:20px;
	color:#333;
}
.product-img .img-box{
	width:500px;
	box-sizing:content-box;	
}

.product-img .img-box .img-container{
	width:100%;
	height:500px;
	/*padding:5px;*/
	border:1px #dedede solid;
	overflow:hidden;
}

.product-img .img-box .img-container .img-cont{
	width:100%;
	height:auto;
	display:block;
}

.product-img .img-box .img-container .pic-index { position:absolute; z-index:1;}
.product-img .img-box .img-container .pic-index.swiper-pagination-bullets {text-align:center;}

.product-img .img-box .img-container-bottom{
	padding: 10px 0 5px 0;
	font-size:12px;
	color:#333;
}

.product-img .img-box .img-container-bottom .img-container-bl{
	float:left;
}

.product-img .img-box .img-container-bottom .img-container-br{
	float:right;
}

.product-img .img-box .img-container-bottom .img-container-br img{
	width: 20px;
    vertical-align: middle;
}

.pro-related{
	width:240px;
	overflow:hidden;
	position:relative;
}
.pro-related .tit-text{
	height:40px;
	font-size:16px;
	color:#666;
}
.pro-related .related-list{
	height:480px;
	overflow:hidden;
}
.pro-related .related-list li{
	height:120px;
	overflow:hidden;
}
.pro-related .related-list li img{
	width:110px;
	height:110px;
	object-fit:cover;
	margin-right:10px;
	cursor:pointer;
}
.pro-related .hd{
	position:absolute;
	top:0;
	right:10px; 
}
.pro-related .hd .prev,.pro-related .hd .next{
	display:block;
	width:9px;
	height:9px; 
	float:right;
	margin-right:5px;
	margin-top:10px;
	overflow:hidden;
	cursor:pointer;
	background:url("../images/arrow.png") no-repeat;
}
.pro-related .hd .prev{
	background-position:0 -100px;
}
.pro-related .hd .next{
	background-position:0 -140px;
}
.product-detail .block-con{
	color:#666;
}
/*2022-06-15 goods meta*/
.params-container {
    font-size: 14px;
    line-height: 0;
    background: #fff;
}
.params-contain {
	margin-bottom: 20px;
}
.params-container .item-cantainer {
    display: inline-block;
    box-sizing: border-box;
    width: 49.6666666666666666%;
    padding-right: 16px;
    margin-bottom: 16px;
    line-height: 22px;
    vertical-align: top;
}
.params-container .item-cantainer:nth-child(2n) {
    padding-right: 0;
}
@media screen and (min-width: 1260px){
	.params-container .item-cantainer {
		padding-right: 24px;
	}
}
.params-container .item-cantainer .name {
    float: left;
    box-sizing: border-box;
    width: 80px;
    padding-right: 12px;
    color: #999;
    word-break: break-all;
}
@media screen and (min-width: 1260px){
	.params-container .item-cantainer .name {
		width: 100px;
		padding-right: 16px;
	}
}
.params-container .item-cantainer .value {
    margin-left: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (min-width: 1260px){
	.params-container .item-cantainer .value {
		margin-left: 100px;
	}
}
.params-container .expand {
    position: relative;
    border-top: 1px solid #eee;
    margin-top: 15px;
}

.shop-xin {
    width: 1200px;
    margin: 16px auto;
}
.describe-container {
    padding: 24px 0;
    margin-bottom: 16px;
    background: #fff;
}
.describe-item {
    display: inline-block;
    width: 49.8%;
    padding: 0 24px;
    vertical-align: top;
}

.describe-item:first-child {
    border-right: 1px solid #eee;
}

.describe-item .title {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 8px;
}

.describe-item .content {
    height: 120px;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.describe-item .content .auth-container.no-business {
    margin-top: 29px;
}
.tip-container {
    cursor: default;
}
.describe-item .content .auth-container .auth {
    display: inline-block;
    margin-right: 25px;
}
.ivu-icon {
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 200;
    font-variant: normal;
    text-transform: none;
    text-rendering: optimizeLegibility;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -.125em;
    text-align: center;
}
.describe-item .content .auth-container .auth .auth-icon {
    width: 16px;
    height: 16px;
    margin: 7px 0 0 0;
    vertical-align: top;
}
.describe-item .content .auth-container .auth .ef1f1f {
	color: #ef1f1f;
}
.describe-item .content .auth-container .auth .eee666 {
	color: #666;
}
.tip-content-leave-active {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.tip-content-leave-to{
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.tip-content-container {
    position: absolute;
    z-index: 100;
}
.tip-content-container .tip-content {
    background: #fff;
    box-shadow: 0 2px 12px rgb(107 66 66 / 8%);
    border-radius: 2px;
}
.describe-item .content .auth-container .auth .auth-tip {
    display: inline-block;
    max-width: 240px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 20px;
}
.business-info {
    padding: 24px;
    margin-bottom: 16px;
    background: #fff;
}
.business-info .title-container .title-remark, .business-info .title-container .title {
    display: inline-block;
}
.business-info .title-container .title{
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
}
.business-info .title-container .title-remark {
    padding-left: 8px;
    font-size: 14px;
    line-height: 30px;
    color: #4a4a4a;
}
.business-info .table-container {
    margin: 8px 0;
}
.business-info .table-container table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 23px;
    text-align: left;
}

.business-info .table-container td, .business-info .table-container th{
    padding: 12px 16px;
    border: 1px solid #eee;
    word-break: break-all;
}
.business-info .table-container th {
    color: #999;
    font-weight: 400;
    background: #fafafa;
    vertical-align: top;
}
.business-info .table-container .color-link {
    color: #249afe;
    cursor: pointer;
}
/**/
.product-detail .block-con img{
	display:block;
	margin:0 auto;
}

.related-category .hd{
	position:absolute;
	top:20px;
	right:10px;
}
.picScroll-left .hd .prev,.picScroll-left .hd .next{
	display:block;
	width:5px; 
	height:9px; 
	float:right; 
	margin-right:5px; 
	margin-top:10px;  
	overflow:hidden;
	cursor:pointer; 
	background:url("../images/arrow.png") no-repeat;
}
.picScroll-left .hd .next{ 
	background-position:0 -50px;
}
.picScroll-left .hd .prevStop{
	background-position:-60px 0;
}
.picScroll-left .hd .nextStop{
	background-position:-60px -50px;
}
.picScroll-left .hd ul{
	float:right;
	overflow:hidden; 
	zoom:1; 
	margin-top:10px; 
	zoom:1; 
}
.picScroll-left .hd ul li{
	float:left; 
	width:9px; 
	height:9px; 
	overflow:hidden; 
	margin-right:5px; 
	text-indent:-999px; 
	cursor:pointer; 
	background:url("../images/icoCircle.gif") 0 -9px no-repeat;
}
.picScroll-left .hd ul li.on{
	background-position:0 0;
}
.picScroll-left .hd .prev{
	background-position:0 0;
}
.picScroll-left .hd .next{
	background-position:0 -50px;
}
.related-category .bd{
	width:100%;
	overflow:hidden;
}
.related-category .picList li{
	width:147px;
	float:left;
	overflow:hidden;
	margin-right:10px;
}
.related-category .picList li .img-box{
	width:140px;
	height:140px;
	overflow:hidden;
}
.related-category li .img-box img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.related-category .picList li p{
	font-size:12px;
	color:#777;
	text-align:center;
	padding:5px;
}
.page-more{
	width:100px;
	height:36px;
	line-height:34px;
	border:1px #dedede solid;
	border-radius:5px;
	color:#333;
	text-align:center;
	margin:20px auto;
	cursor:pointer;
}

.no-more{
	width:150px;
	height:36px;
	line-height:34px;
	color:#333;
	text-align:center;
	margin:20px auto;
}

.msgtel{
	color: #395de2;
    text-decoration: underline;
    cursor:pointer;
}
.site-bottom{
	background-color:#4b6796;
	height:120px;
}
.site-bottom .w1200{
	display:flex;
	height:100%;
	justify-content:space-between;
}
.site-bottom .item{
	width:260px;
	height:100%;
}
.site-bottom .b1{
	background:url(../images/b_1.png) no-repeat center;
}
.site-bottom .b2{
	background:url(../images/b_2.png) no-repeat center;
}
.site-bottom .b3{
	background:url(../images/b_3.png) no-repeat center;
}
.site-bottom .b4{
	background:url(../images/b_4.png) no-repeat center;
}

.ruzhu-block {
    padding: 40px 0 0;
}

.ruzhu-block h2 {
    font-size: 36px;
    color: #333;
    text-align: center;
    margin: 40px auto;
}

.ruzhu-block-top{
	padding-top:0;
}

.kf-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.kf-list li {
    width: 32%;
    background-color: #fff;
    border: 1px #f0f0f0 solid;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.kf-list li .text {
    margin-right: 10px;
}

.kf-list li .text1 {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.kf-list li .text2 {
    color: #666;
}

.kf-list li img {
    width: 80px;
    height: 80px;
}

.footer-store{
	padding-bottom: 10px;border-bottom: solid 1px #e1e1e1;margin-top: -10px;margin-bottom: 15px;color: #555555;
}
.footer-store-address{
	margin-left: 15px;
}