body{margin: 0;padding:0;font-family: "微软雅黑";}
ul,li,p,h2,h3,h4,h5,h6{margin: 0;padding:0;}
li{list-style: none;}
a{text-decoration: none;color: #fff;}
img{vertical-align: middle;}
button{
    outline: none;
}



/**********头部************/
body{font-family:Helvetica;}
.top{
	overflow: hidden;
	padding:15px;
	background: #0c0f22;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99
}
.top>img{
	width: 25%;
	float: left;

}
.top h3{
	float: right;
	color: #fca006;
	font-weight: normal;
	font-size: 14px;
}
.top h3 a{
    color: #fca006;
    display: inline-block;
}
a{
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.top h3 img{
    height: 17px;
    margin-top: 2px;
   
}
.top .more{
	float: right;
	margin-left: 20px;


}
.top .more img{
	width: 20px;

}
.top .more img.close{
	width: 20px;
	/*margin-left: 22px*/
}
.banner{
    width:100%; 
    position:relative; 
    z-index:8;
    margin-top: 49px
    
}
.banner img{width:100%; height:auto; }

.nav{
	overflow: hidden;
	padding:20px 0;
}
.nav li{
	float: left;
	width: 33.3%;
	text-align: center;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 30px;
}
.nav li img{
	width: 50px;
}
.nav li p{
	margin-top: 5px
}


.Solution{
	background: #faf7fa;
	padding:15px;
	overflow: hidden
}
.Solution h3{
	text-align: center;
	/*font-weight: 700;*/
	margin-bottom: 20px;
	color: #454245;
	font-size: 18px;
}
.Solution li{
	position: relative;
	width: 45%;
	margin:1.5%;
	float: left;
	text-align: center;
	background: #fff;
	padding:10px 1%;
	height: 283px;
	box-shadow: 0 0 14px 0 hsla(0,0%,69.4%,.22);
	border-radius: 5px;

}
.retail-ul li{
    height: 220px !important;
}

.Solution li img{
	width: 50px;
}
.Solution li h4{
	/*font-weight: normal;*/
	margin:15px 0;
}
.Solution li p{
	font-size: 14px;
	text-align: left
}
.Solution li .smart-line{
	position: absolute;
	left: 30%;
	bottom: 20px;
	width: 40%;
    height: 6px;
    border-radius: 3px;
    background: linear-gradient(180deg,#21c4fd,#1ab2fc,#0b8cfb,#0987fa);
   
}

.service{
	width: 100%
}
.service img{
	width: 100%
}

.list{
	overflow: hidden;
	padding:15px;
}
.list li{
	float: left;
	text-align: center;
	width: 38%;
	margin:1% 1% 3% 1%;
	padding:0 5%;
}
.list li img{
	width: 50px;
}
.list li h4{
	margin:10px 0;
	color: #454245
}
.list li p{
	font-size: 13px;
	line-height: 1.5;
	text-align: left
}


/*尾部*/
.foot{
	width: 100%
}
.foot .foot_bottom{
	padding:20px;
	background: url(../images/index/foot_bg.png);
	background-size: cover;
	color: rgba(255,255,255,0.8);
	margin-bottom: 50px;
}
.foot .foot_bottom .foot_b_l{
	font-size: 13px;
	line-height: 1.5;
	width: 100%;
}
.foot .foot_bottom .foot_b_l p{
	margin-bottom: 20px
}
/*.foot .foot_bottom .foot_b_r{
	width: 40%;
	float: right;
	overflow: hidden;

}
.foot .foot_bottom .foot_b_r li{
	width:38%;
	float: left;
	width:50%;
	text-align: center;
	font-size: 12px;
}
.foot .foot_bottom .foot_b_r li img{
	width: 40px;
	margin-bottom: 10px
}*/
.foot .foot_bottom .foot_tel{
 	color: #e69f1d;
 	font-size: 14px;
 	text-align: center;
 	border:1px solid #ccc;
 	padding:10px 0;
 	width: 100%;
 	border-radius: 5px
}
.foot .foot_bottom .foot_tel a{
    color: #e69f1d;
}
.foot .foot_bottom p{
	font-size: 12px;
	margin-top: 10px;
	line-height: 2
}
.foot .foot_top{
	background: url(../images/index/foot1_bg.png);
	background-size: cover;
	padding:20px;
}
.foot .foot_top h4{
	text-align: center;
	color: rgba(255,255,255,0.8);
	margin:10px 0;
	font-size: 18px;
}
.foot .foot_top .form{
	margin-top: 20px;

}
.foot .foot_top .form input{
	background:rgba(255,255,255,0.5);
	border-radius: 5px;
	padding:10px 5px;
	border:none;
	margin-bottom: 15px;
	outline: medium;
	width: 44%;
    float: left;
}
.foot .foot_top .form textarea{
	background:rgba(255,255,255,0.5);
	border-radius: 5px;
	padding:10px 5px;
	border:none;
	width: 97%;
	outline: medium;
	font-family: "微软雅黑"
}
.foot .foot_top .form button{
	background: #0c1736;
	color:#fff;
	font-family: "微软雅黑";
	border-radius: 5px;
	width: 100%;
	text-align: center;
	padding:15px 0;
	border:none;
	margin-top: 20px;
}

.t_nav{
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 49px;left: 0;
	z-index: 101;
	display: none;
	overflow: scroll;
}
.t_nav .nav_main{

}
.t_nav .nav_main>ul>li{
	text-align: left;
	line-height: 40px;
	background: #0e1636;
	color: #fff;	
	overflow: hidden;
}
.t_nav .nav_main>ul>li .li{
	border-bottom: 1px solid #2a305e;
	padding:0 10px;
	font-size: 16px;


}
.t_nav .nav_main .two>li{
    font-size: 16px;
}
.t_nav .nav_main>ul>li .li img{
	float: right;
	width: 40px;
}
.t_nav .nav_main>ul>li ul{

}
.t_nav .nav_main>ul>li ul li{
	border-bottom: 1px solid #2a305e;
	padding:0 10px;
	
}
.t_nav .nav_main>ul>li>ul>li{
    font-size: 16px;
}
.t_nav .nav_main>ul>li ul li>img{
	width: 35px;
	margin:0 2%;
} 
.t_nav .nav_main>ul>li ul li span img{
	width:40px;
	float: right;
}
.t_nav .nav_main .two>li>img{
	width: 20px
}
.t_nav .nav_main .three img{
	width: 20%
}
.t_nav .nav_main>ul>li ul li>img.new{
	width: 35px !important;

}
.t_nav .nav_main .three{
	overflow: hidden;
	padding:20px 5px;
}
.t_nav .nav_main .three li{
	width: 45%;
	padding:1.5%;
	height: 40px;
	line-height: 40px;
	margin:1%;
	float: left;
	background: #020a2e;
	border:none;
	text-align: center;
	/*font-size: 0.8em;*/
	border-radius: 5px;
	font-size: 14px;

}

.suspension{
	 background:#fff;
	 width:100%;
	 position: fixed;
	 bottom: 0;
	 left: 0;
	 z-index: 100;
	 box-shadow: 0 5px 15px #ccc;
}
.suspension ul{
    overflow: hidden;
}
.suspension ul li{

	text-align: right;
	padding:13px 0 10px 0;
	color: #fff;
	font-size: 12px;
	width: 33.3%;
	float: left;

}
.suspension ul li img{
	width: auto;
	margin-bottom: 5px;
	height: 22px;
}
.suspension ul li p{
    display: inline-block;
    color: #535353;
    font-size: 14px;
    border-right: 1px solid #eeeeee;
    padding-right: 23px;
}
.suspension ul li:nth-child(3) p{
    border-right: 0;
}


/**********新闻中心*************/
.new_top{
	background:#fff;
	width: 93%;
	padding:15px;
}
.news{

}
.news h3{
	text-align: center;
	padding:10px 0;
	font-size: 18px;

}
.news h3 span{
	width: 15px;
	height: 15px;
	background: #fe9600;
	border-radius: 50px;
	display: inline-block;
	margin-right: -10px;
    margin-bottom: 4px;
}
.news ul{
	overflow: hidden;
	padding:0 15px 30px 15px;
}
.news ul li{
	width: 48%;
	margin:1%;
	border:1px solid #edeaed;
	box-sizing: border-box;
	float: left;
	padding-bottom:5px
}
.news ul li img{
	width: 100%;
	height: 100px;
}
.news ul li h4{
	color: #333;
	padding:5px;
	font-size: 15px;
	text-overflow: ellipsis; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 38px;
}
.news ul li p{
	font-size: 12px;
	padding:5px;
}
.news ul li p span{
	font-size: 12px;
	color: #989599;
	float: right;
}
.news_detail{
	padding:0 15px;
	margin-bottom: 30px
}
.news_detail h3{
	font-weight: 700
}
.news_detail p{
	text-indent: 2em
}

/**********************联系我们**************************/

.us-title{
	text-align: center;
	padding:20px 0;
}
.us-title h3{
	font-weight: 600;
	color: #333;
	letter-spacing:2px;
}
.us-title h3 span{
	background:#f2a327;
	width: 90px;
	height: 4px;
	display: inline-block;
	margin-right: -85px;
	margin-bottom: -3px;

}
.us-title ul{
	padding:5%;
}
.us-title ul li{
	position: relative;
	background:#fff;
	padding:10px;
	box-shadow: 0 5px 15px #e9e8e9;
	text-align: left;
	margin:20px 0 50px 0;

}
.us-title ul li img{
	width: 50px;
	top:-25px;
	left: 30px;
	position: absolute;
}
.us-title ul li h3{
	color: #f6a428;
	margin-left:10px;
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 25px;
}
.us-title ul li .clear{
	overflow: hidden;
}
.us-title ul li p{
	margin-left: 10px;
	float: left;
	width: 74%;
	line-height: 1.5
}
.us-title ul li span{
	float: right;
	background:#333033;
	color: #fff;
	width: 20%;
	display: inline-block;
	text-align: center;
	padding:5px 0;
	font-size:14px;

}

/************电商一体化解决方案***************/
.hlw_title{
	text-align: center;
	padding:20px 0;
}
.hlw_title h3{
	color: #333;
	margin-bottom: 20px;
    font-size: 18px;
}
.hlw_title img{
	width: 60%
}
.hlw_title .summary{
	background: #fff;
	padding:5%;
	width: 80%;
	margin:5% auto;
	box-shadow: 0 5px 15px #e9e8e9;
}
.hlw_title .summary h4{
	margin-bottom: 20px
}
.hlw_title .summary p{
	line-height: 2;
	text-indent: 2em;
	text-align: left;

}
.hlw_title .box li{
	overflow:hidden;
	padding:3% 5%; 
}
.hlw_title .box li .fl{
	float: left;
	text-align: left;

}
.hlw_title .box li .item-icon{
	width: 12px;
    height: 12px;
    border: 3px solid #6975fd;
    border-radius: 50%;
    margin-right: 15px;
    margin-top: 2px;
}
.hlw_title .box li .item-detail{
	width: 83%;
	text-align: left

}
.hlw_title .box li .item-detail h4{
	margin-bottom: 10px;
}
.hlw_title .box>h4{
	text-align: left;
	margin:0 20px;
	font-size: 18px;
}
.hlw_title .box>p{
	margin:10px 20px;
	text-align: left;
}
.hlw_title .box li .item2{
	width: 87%;
	padding-left: 2%
}
.hlw_title .box li .item2 h4{
	margin-bottom: 5px;
}
.hlw_title .box li .item2 p{
	font-size: 12px;
}
.hlw_title .box li .fl1{
	width: 10%;

}
.hlw_title .box li .fl1 img{
	width: 85%;
	/*margin-top: 5px;*/
}
.item-detail p{
	font-size: 12px;
}
.icon-ic{
	background: #2661d1;
	border:3px solid #2661d1 !important
}
.crm>h3{
	margin:20px 0;
}
.clearfix{
	overflow: hidden;
	padding:15px;
}
.clearfix li{
	width: 48%;
	margin:1%;
	float: left;
}
.clearfix li img{
	width: 100%
}
.clearfix2{
	overflow: hidden
}
.clearfix2 li{
	width: 31%;
	margin:1%;
	float: left
}
.clearfix2 li img{
	width: 100%
}
.zn-item li{
	padding:5% 1% 1% 1%;
}


.baby{
	padding-top: 0
}
.baby-box{
	border:1px dashed #fe4a66;
	width: 90%;
	margin:10px auto;
	padding:5% 0;
}
.hlw_title .baby-box li{
	padding:2% 5%;
}
.hlw_title .baby-box li .item-icon{
	border:1px solid #fe4a66;
	width: 8px;
	height: 8px;
	border-radius: 50%;
    margin-right: 15px;
    margin-top: 6px;
    background: #fe4a66;

}
.hlw_title .baby-box li .item-detail h4{
	color: #fd6979
}
.hlw_title .title-p{
	padding:0 20px;
	font-size: 12px;
}
.baby-ul{
	padding:20px;
	overflow: hidden
}
.baby-ul li{
	width:25%;
	text-align: center;
	float: left;
	height: 91px;
	margin-bottom: 15px
}
.baby-ul li img{
	width: 70%;
	margin-bottom: 5px;
}
.baby-ul li p{
	font-size: 14px;
}
.qd{
	background: #f8f6f9;
	padding:2% 0;
}
.qd-ul li{
	width: 33.3%
}
.qd-ul li:nth-child(4){
	margin-left: 16%
}
.c-baby{
	overflow: hidden;
	padding:20px;
}

.c-baby>img{
	width: 35%;
	float: left;
}
.c-baby ul{
	width: 65%;
	float: right;
}
.c-baby ul li{
    height: 55px;
	border-radius: 5px;
    box-shadow: 0 0 10px 0 hsla(0,0%,85.5%,.6);
    font-size: 12px;
    width: 30%;
    margin-left:3.3%;
    float: left;
    margin-bottom: 3.3%;
}

.c-baby ul li img{
	width: 50%
}
.margin-ul li:nth-child(4){
	margin-left: 3.3%
}

.o2{
	margin-top: 40px
}
.hlw_title .o2>h4{
	font-size: 16px;
}
.hlw_title .o2>p{
	font-size: 13px;
}
.hlw_title .o2 p.o2-red{
	width: 55%;
	margin:20px auto;
	color: #ff3652;
    padding: 20px;
    background-color: #f0edf1;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
}
.hlw_title .o2o-box li .o2-icon{
	width: 12%;
}
.hlw_title .o2o-box li .o2-icon img{
	width: 100%;
	margin-top:15px
}
.hlw_title .o2o-box{
	overflow: hidden;
	padding:20px;
}
.hlw_title .o2o-box li{
	border:1px solid #ebebeb;
	float: left;
	width: 48%;
	margin:1%;
	padding:3% 2%;
	box-sizing: border-box;
	height: 95px;
}
.hlw_title .o2o-box li .item-detail{
	width: 80%;
	float: right;
}
.hlw_title .o2o-box li .item-detail h4{
	color: #fd646a;
	margin-bottom: 5px;
	font-weight: normal;
}

.hlw_title .ment{
	background:url(../images/hlw/ment/img5.png);
	background-size: cover;
	color: #fff;
	width: 90%
}
.ment-ul{
	background: #fff
}
.ment-ul ul{
	margin-top: 20px
}
.ment-ul li{
	padding:0;
	width: 47%;
	height: 250px
}
.ment-ul li img{
	width: 100%;
	height: 30%;
}
.ment-ul li h4{
	padding:0 5%;
}
.ment-ul li p{
	padding:0 5%;
	font-size: 13px;
}
.hlw_title .ment-p{
	text-align: left;
	line-height: 1.5;
	font-size: 14px;
	padding:0 20px;
}
.ment-img{
	margin-top: 40px
}
.ment-img img{
	margin-bottom: 20px

}
.ment-img h3{
	padding: 0 20px;
}
.nuw li{
	box-shadow: 0 0 16px 0 hsla(0,0%,72.2%,.6);
	overflow: scroll;
}
.nuw li img{
	margin-bottom: 10px;
	border-radius: 5px 5px 0 0;
	height: 35%
}
.nuw li p{
	line-height: 1.5;
	font-size: 14px
}

.new-ul{
	background: url(../images/hlw/new/bg.png);
	background-size: cover;
}
.new-ul h3{
	color: #fff;

}
.new-ul li{
	height: 200px;
	background: none;
	box-shadow: none;
	color: #f3ecfa;
	overflow: scroll;
}
.new-box{
	padding:0 20px;
}
.new-box li{
	box-shadow: 0 0 16px 0 hsla(0,0%,66.3%,.2);
	margin-bottom: 10px
}
.hlw_title .new-box li .fl1 img{
	margin-top:50%;
}
.new-box li h4{
	font-weight: normal;
}

.pfn-ul{
	background: #fff
}
.pfn-ul ul{
	overflow: hidden;
	/*height: 333px;
	background: url(../images/hlw/pfn/bg2.png) no-repeat bottom center;
	background-size: contain;
	background-size: 75%;*/
}
.pfn-ul li{
	width: 28%;
	background: none;
	box-shadow: none;
	height: auto
}

.pfn-ul li .li{
	height: 150px;
	width: 100%;
	margin:1.5%;
	border-radius: 5px;
	float: left;
    text-align: center;
    background: #fff;
    padding: 10% 2%;
    box-shadow: 0 0 14px 0 hsla(0,0%,69.4%,.22);

}
.pfn-ul li .li img{
	width: 30%;
}
.pfn-ul li>img{
	margin-top: 40px;
}
.pfn-ul li .li p{
	 font-size: 13px
}
.pfn-ul li:nth-child(odd){
	margin-top: 50px
}
.item-ul ul li{
	background: none;
	box-shadow: none;
	width: 37%;
	padding: 10px 5%;
	overflow: scroll;
}
.item-ul ul li .img{
	width: 100px;
	height: 100px;
	background: #fff;
	border-radius: 50px;
	margin:0 auto;
	align-items:center; display: -webkit-flex;justify-content:center;
	box-shadow: 0 0 14px 0 hsla(0,0%,69.4%,.22);
}
.item-ul ul li h4{
	color: #2272e3
}
.pfn-img{
	overflow: hidden;
}
.pfn-img img{
	float: left;
	width: 28%;
	margin:3% 2.6%;
}
.pfn-img img:nth-child(2){
	margin-top: 60px
}
.botm-ul li:nth-child(odd){
	margin-top: 0;
}
.botm-ul li:nth-child(2){
	margin-top: 50px;
}

.online-text{
	box-shadow: 0 0 21px 0 hsla(0,0%,83.1%,.6);
	width: 90%;
	margin:0 auto;
	padding-bottom: 10px;
	margin-bottom: 20px
}
.online-text img{
	float: left;
	width: 40%
}
.online-text h5{
	padding-top: 10px;
}
.online-text p{
	padding-right: 10px;
	padding-top: 5px;
	font-size: 14px;
	text-align: left;
	
}
.online-orange{
	background: #fd9802
}
.online-orange h3{
	color: #fff
}
.hlw_title .online-box{
	overflow: hidden;
	padding-top: 20px;
}
.hlw_title .online-box li{
	width: 45%;
	height: 65px;
	float: left;
	padding:2%;
	overflow: scroll;
}
.hlw_title .online-box li .fl1{
	width: 18%
}
.hlw_title .online-box li .fl1 img{
	margin-top: 18%
}
.hlw_title .online-box li:nth-child(odd){
	margin-right: 2%
}
.hlw_title .online-box li .item2{
	width: 80%;
}
.hlw_title .online-box li .item2 p{
	font-size: 14px
}

.waste-text{
	background: url(../images/hlw/waste/bg.png) no-repeat;
	background-size: 100% 100%;
	padding:20px 10px;
	box-shadow: none;
	overflow: hidden
}
.waste-text p{
	width: 54%;
	float: right;
	font-size: 12px;
	padding:0;
}
.waste-ul {
	padding:0 15px;
}
.waste-ul li{
	background: none;
	box-shadow: none;
	height: 160px;
}
.waste-ul li img{
	width: 45%
}
.waste-ul li h4{
	color: #6e9c01
}
.waste-ul li p{
	text-align: center;
}
.waste-img{
	margin-top: 24px
}

.hlw_title .supply{
	background: url(../images/hlw/supply/bg.png) no-repeat center center;
	background-size: cover;
	color: #fff;
	border-radius: 10px;
	margin-bottom: 0
}
.hlw_title .supply p{
	font-size: 14px;
	line-height: 1.5
}
.supply-ul{

}
.supply-ul li{
	border-radius: 5px;
	overflow: scroll;
}
.supply-ul li .sup-img{
	background: #0f183d;
	text-align: center;
	padding:20px 0;
	height: 40px;
}
.supply-ul li .sup-img img{
	width: 21%;
	height: auto

}
.supply-ul li h4{
	color: #ee1b5c
}

.hlw_title .sup-box li{
	padding:0;
	height: 78px;
	border-radius: 5px;
	overflow: scroll;
}
.hlw_title .sup-box li .fl1{
	background-image: linear-gradient(to right,#ec344b, #ff6400);
	align-items:center; display: -webkit-flex;justify-content:center;
	height: 100%;
	width: 12%

}
.hlw_title .sup-box li .fl1 img{
	width: 50%;
	margin-top: 0
}
.hlw_title .sup-box li .item2{
	padding:10px 1.5%;
	width: 85%
}
.hlw_title .sup-box li.nth .item2 h4{
	text-align: center;
	text-overflow: ellipsis; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.hlw_title .sup-box li .item2 h4{
	text-overflow: ellipsis; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.hlw_title .box li .bea-ic{
	background: #fb4d4c;
	border:none;
	margin-top: 5px;
	margin-right: 10px
}
.hlw_title .box li .item-detail h4{
	margin-bottom: 0;
	font-weight: normal;
	font-size: 15px
}

.beau-ul{
	background: #fff
}
.beau-ul li{
	background-image:linear-gradient(#f18860, #ee6c5f);
	color: #fff;
	height: 170px;
	padding:20px 3%;
	width: 24%;
	overflow: scroll;
 
}
.beau-ul li img{
	width: 30%
}
.beau-ul li p{
	font-size: 12px;
}
.swiper-container{
	padding-bottom: 20px;
}
/*.swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 0 !important
}*/
/*.swiper-pagination-bullet-active{
	background: #f74128 !important
}*/
.swiper-pagination-bullet{
	width: 10px !important;
	height: 10px !important;
	margin:0 3px !important;
}

.fresh-ul li{
	width: 48%;
	height: 200px
}
.fresh-ul li img{
	width:50%
}
.fresh-ul li h4{
	margin-top: 5px
}
.fresh-ul li p{
	margin-top: 5%;
	padding:0 20px;
}
.fresh-box{
	background: #f7f4f8;
	padding:20px;
}
.fresh-box button{
	margin-top: 20px;
    width: 25%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border:none;
    padding:10px 0;
    background-color: #6a9b0b;
    border-radius: 5px
}
.fresh-box h4,.fresh-box p{
	text-align: left
}
.fresh-box p{
	margin-bottom: 20px;
}
.fresh-item{
	background: #fff !important;
}

.fre-ul li{
	background: none;
	height: auto;
}
.fre-ul li img{
	height: 30px;
	width: auto
}
.fre-ul li h4{
	color: #333;
	font-size: 14px;
	 text-overflow: ellipsis; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; 

}
.chain-ul ul li h4{
	color: #333;
	margin-top: 10px
}
.chain-ul ul li p{
	padding:0;
}
.chain-ul ul{
	padding-top: 0
}
.chain-ul ul li .img img{
	width: 42%;
}
.chain-ul .chain-box li{
	width: 90%;
	padding:1% 5%;
}
.chain-ul .chain-box li .item-icon{
	margin-top: 14px;
	background: linear-gradient(180deg,#21c4fd,#1ab2fc,#0b8cfb,#0987fa);
}
.chain-ul .chain-box li .item-detail h4{
	font-weight: bold;
}
.chain-bg{
	padding:20px;
}
.chain-bg>ul>li{
	box-shadow: 0 0 21px 0 hsla(0,0%,83.1%,.6);
	border-radius: 5px;
	margin-bottom: 5%
}
.chain-bg>ul>li .chain-top{
	overflow: hidden;
}
.chain-bg>ul>li .chain-top .c-t-left{
	background: linear-gradient(to right,#7f59ff,#578fff);
	color: #fff;
	text-align: center;
	padding:10px 0;
	float: left;
	width: 40%;
	border-radius: 5px
}
.chain-bg>ul>li .chain-top .c-t-item{
	background: linear-gradient(to right,#fe7d7c,#fd9b80);
}
.chain-bg>ul>li .chain-top .c-t-xfz{
	background: linear-gradient(to right,#9d58f5,#e08ea3);
}
.chain-bg>ul>li .chain-top p{
	float: right;
	text-align: center;
	padding:10px 1%;
	margin-bottom: 15px;
	width: 58%;
	font-size: 14px;

}
.chain-bg>ul>li .chain-bottom{
	overflow: hidden;
	padding:0 5%;
}
.chain-bg>ul>li .chain-bottom div i{
	width: 8px;
	height: 8px;
	background: #fe7d7c;
	border-radius: 50px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 2px
}
.chain-bg ul>li .chain-bottom div{
	float: left;margin-bottom: 10px;
	margin-right: 4%;
	font-size: 14px;
}
.chain-bg>ul>li .chain-bottom div.border{
	border-radius:5px;
	border:1px solid #b068de;
	font-size: 12px;
	padding:2% 2%;
	box-sizing: border-box;
	margin-right: 4%
}
.chain-bg ul>li .chain-bottom div span{
	color: #7860ff;
	font-size: 16px;
}
.chain-bg ul>li .chain-bottom div span.black{
	color: #333
}
.chain-bg ul>li .chain-bottom div {
	
}

.custom-ul ul li{
	width: 28%;
	margin:1.5%;
	height: 180px;
	overflow: scroll;
}
.custom-ul ul li img{
	height: 40px;
	width: auto
}
.custom-ul h3{
	margin:20px 0;
}

.visua-ul li{
	box-shadow: 0 0 21px 0 hsla(0,0%,83.1%,.6);
	width: 42%;
    margin: 4%;
    padding:2% 0;
    height: 210px;
    overflow: scroll;
    border-radius: 5px
}
.visua-ul li p{
	padding:0 5%;
	text-align: left
}
.visua-box ul li{
	background-image: linear-gradient(#498ff5,#2e4fcf)

}
.visua-box ul li h4{
	color: #fff
}

.btns button{
	margin-top: 20px;
    width: 25%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: none;
    padding: 10px 0;
    background-color: #3967de;
    border-radius: 5px;
}
.btns {
	margin-bottom: 10px
}
.dus-ul li{
	height: auto
}
.dus-ul li h4{
	margin:20px 0;
}

.dus-img {
	overflow: hidden;
	padding:0 20px;
}
.dus-img li{
	width: 48%;
	margin:1%;
	float: left;
}
.dus-img li img{
	width: 100%;
	border-radius: 5px;
}


.thing_border{
	width: 50px;
	height: 3px;
	border-radius: 3px;
	background: #2363df;
	margin:0 auto;
}
.door_border{
	background: #ffa200
}
.mail-ul li img{
	width: 30%;
	margin-top: 30px
}
.door-ul li{
	height: 240px
}
.door-ul li img{
	width: 30%;
	margin-top: 5px
}
.bgcolor{
	background: #c5c2c6;
	padding:4%;
}
.door_li{
	background: url(../images/hlw/door/bg.png) no-repeat top center;
	background-size: cover;
	width: 90%;
	margin:5% auto;
	padding:20px 0;
	overflow: hidden
}
.door_li li{
	width: 44%;
	float: left;
	padding:3%;
	height:150px;
	overflow: scroll;
}
.door_li li h4{
	color: #ffa200;
	text-align: center;
}
.door_li li p{
	color: #fff;
	font-size: 12px;
	text-align: left;
	margin-top: 10px
}
.door_swiper li{
	width: 30%;
	float: left;
	margin:1%;
}
.door_swiper {
	padding:0 20px;
}
.door_swiper li img{
	width: 100%
}

.it-ul{
	overflow: hidden;
	padding:20px;
}
.it-ul li{
	width: 26%;
	margin:1.6%;
	float: left;
	box-shadow: 0 0 14px 0 hsla(0,0%,69.4%,.22);
	padding:5% 2%;
	height: 210px;
	overflow: scroll;
}
.it-ul li img{
	height: 40px;
	width: auto;
	margin-bottom: 10px
}
.it-ul li h4{
	color: #095ed7
}
.it-ul li p{
	font-size: 14px;
	text-align: left;
	margin-top: 10px
}

.it-box{
	overflow: hidden;
	padding:20px;
}
.it-box li{
	float: left;
	margin:1%;
	width: 40%;
	box-shadow: 0 0 14px 0 hsla(0,0%,69.4%,.22);
	padding:5% 4%;
	height: 100px;
}
.it-box li h4{
	color: #055cd2;
	text-align: left;
	margin-bottom: 10px
}
.it-box li p{
	float:left;
	width: 50%;
	text-align: left;
	font-size: 14px
}
.it-box li span{
	text-align: left;
	width: 100%;
	display: inline-block;
}

.about-box{
	background:url(../images/hlw/about/bg.png) no-repeat top center;
	background-size: cover;
	overflow: hidden;
	color: #fff;
	padding:5% 3%;
	width: 80%;
	margin:0 auto;
}

.about-box  h3{

}
.about-box p{
	color: #fff;
	line-height: 1.5;
	text-align: left;
	font-size: 14px
}
.about-box p span{
	font-size: 16px;
	margin-bottom: 10px;
	display: inline-block;
}
.about-box img{
	float: right;
	width: 30%;
	margin-left: 8px;
	margin-bottom: 3px
}

.item-ul .erp-ul{
	padding-top: 20px
}
.item-ul .erp-ul li{
	box-shadow: 0 0 14px 0 hsla(0,0%,69.4%,.22);
	width: 43%;
    padding: 10px 2%;
    height: 185px;

}
.item-ul .elderly{
	background:url(../images/product/erp/bg.png) no-repeat top center;
	background-size: 100% 100%;
	width: 90%;
	margin:20px auto;
	padding:5% 10px;
}
.item-ul .elderly li .erp-ic{
	width: 10px;
	height: 10px;
	background: #fdbc2d;
	border-radius: 50px;
	margin-top: 5px;
	margin-right: 5px;
}
.item-ul .elderly li{
	margin:5px 0;

}
.item-ul .erp-ul li:nth-child(odd){
	margin-right: 6%
}
.item-ul .erp-ul li img{
	width: 40%;
	margin-top: 5px
}
.item-ul .erp-ul li h4{
	font-size: 14px;
}
.item-ul .erp-ul li p{
	font-size: 12px;
}
.chain-box .erp-ic{
	width: 10px;
	height: 10px;
	background: #6a77fd;
	border-radius: 50px;
	margin-top: 5px;
	margin-right: 5px;
}

.erp-box{
	background:#fcf9fc;
	padding:20px 0;
}
.erp-box .fl h4{
	margin-top: 0
}


.anti-ul{
	background: #fbf8fb;
	padding-top: 20px
}
.item-ul .anti-ul li{
	background: #fff !important;
	width: 38%;
}
.item-ul .anti-ul li img{
	width: 30%;
	margin-top: 10px
}
.item-ul .anti-ul li:nth-child(odd){
	margin-right: 4%	
}
.item-ul .anti-ul li h4{
	color: #3a47d6
}
.anti-box h4,.anti-box>p{
	color: #4352e4
}
.at-ul li img{
	width: 30%
}
.hlw_title .hou-box{
	margin-top: 20px
}
.hlw_title .hou-box h4,.hlw_title .hou-box p{
	font-size: 12px
}
.hlw_title .house-box{
	padding:20px;
	background: #fcf9fc
}

.hlw_title .house-box{
	overflow: hidden;
	background: #fff
}
.hlw_title .house-box li{
	width: 44%;
	padding:2%;
	height: 72px;
    margin-bottom: 4%;
	float: left;
	box-shadow: 0 0 14px 0 hsla(0,0%,69.4%,.22);
	overflow: scroll;
}
.hlw_title .house-box li:nth-child(odd){
	margin-left: 4%
}
.hlw_title .house-box li h4{
	margin-top: 0
}
.hlw_title .house-box li .fl1{
	width: 15%;
}
.hlw_title .house-box li .fl1 img{
	margin-top: 15px
}
.hlw_title .house-box li .item2{
	width: 83%
}
.hlw_title .hou2-box{
	background: #fcf9fc;
	padding:20px 0;
}
.hlw_title .house_img{
	overflow: hidden;
	padding:0 10px;
}
.hlw_title .house_img img{
	float: left;
	width:50%;
	
}
.hlw_title .o2o-ul {
	overflow: hidden;
	padding:20px;
}
.hlw_title .o2o-ul li{
	width: 31%;	
	box-shadow: 0 0 14px 0 hsla(0,0%,69.4%,.22);
	border:1px solid #f4f6f8;
	padding:0;
	float: left;
	padding-bottom: 2%;
	height: 200px;
	overflow: scroll;
}
.hlw_title .o2o-ul li:nth-child(1){
	margin-right: 2%;
}
.hlw_title .o2o-ul li:nth-child(2){
	margin-right: 2%;
}
.hlw_title .o2o-ul li .o-top{
	position: relative;
	height: 70px;
	overflow: hidden;
}
.hlw_title .o2o-ul li .o-top img{
	width: 100%;
	position: absolute;
	top: 0;left: 0;
	border-radius: 15px 15px 0 0;
}
.hlw_title .o2o-ul li .o-top p{
	position: absolute;
	top: 0;
	font-size: 12px;
	width: 100%;
	text-align: center;
	left: 0;
	color: #fff;
	line-height: 70px;
}
.hlw_title .o2o-ul li>p{
	font-size: 13px;
	margin-top: 5px;
	text-align: left;
	padding:0 5%;
}
.hlw_title .o2o-ul li>span{
	color: #309eec;
	font-size: 14px;
	text-align: left;
	display: inline-block;
	margin-top: 10px;
	padding:0 5%;
}

.o-cover{b2bstore
	padding:20px;
	background: #f0edf1;

}
.o-cover img{
	width: 90%;
	margin:20px 0;
}
.o-ms{
	padding:20px 0;
}
.o-ms img{
	margin-top: 30px;
	width: 90%
}

.item-ul .b2b-ul{
	padding:20px;
}
.item-ul .b2b-ul li {
	height: auto;
	width: 27%;
	height: 120px;
	float: left;
	padding:2%;
	background: #fff;
	border-radius: 5px;

}
.item-ul .b2b-ul li:nth-child(1){
	margin-right: 3%
}
.item-ul .b2b-ul li:nth-child(2){
	margin-right: 3%
}
.item-ul .b2b-ul li img{
	height: 30px;
	width: auto;
	margin:0;
}
.item-ul .b2b-ul li h4{
	font-size: 14px;
}
.item-ul .b2b-ul li p{
	text-align: left;
}

.samec-h3 {
	padding: 10px 0;
	/*margin-top: 20px*/
}
.samec-h3 h3{
	margin-bottom: 0
}

.samec-ul{
	padding:20px;
	overflow: hidden
}
.samec-ul li{
	width: 33.3%;
	float: left;
	text-align: left;
	margin-bottom: 10px

}
.samec-ul li .s_li_img{
	width:70px;
	height: 70px;
	border-radius: 50px;
	align-items:center; display: -webkit-flex;justify-content:center;
	background: #fff;
	margin:0 auto;
	box-shadow: 0 0 14px 0 hsla(0,0%,69.4%,.22);
}
.samec-ul li .s_li_img img{
	width: 50%;
}
.samec-ul li p{
	margin-top: 10px;
	text-align: center;
	font-size: 14px
}
.samec-box .span{
	width: 50px;
    height: 5px;
    background: #6765f9;
    display: inline-block;
    border-radius: 2px;
    margin-left: 20px;
    margin-bottom: 8px
}
.samec-box{
	text-align: left;

}
.hlw_title .samec-box li{
	padding:1% 5%;
}
.hlw_title .samec-box li .samec-ic{
	background: #6975fd;
	width: 10px;height: 10px;
	border-radius: 10px;

}
.hlw_title .samec-box li .fl1{
	width: 7%
}
.take-title>img{
	width: 80%
}

.way-ul{
	overflow: hidden;
	padding:0 20px;
	margin-top:40px;
}
.way-ul li{
	width: 48%;
	margin:30px 1%;
	position: relative;
	border:1px solid #f4f6f8;
	float: left;
	box-sizing: border-box;
	height: 150px;
	padding-bottom: 10px;
	/*overflow: scroll;*/

}
.way-ul li .way-li{
	margin-top: 40px;
	padding:0 5%;
}
.way-ul li img{
	width: 30%;
	position: absolute;
	top: -33px;
	left: 30%;
	z-index: 9

}
.way-ul li .way-li h4{
	margin-bottom: 10px;
	text-align: left;
	color: #333;
	font-size: 16px
}
.way-ul li .way-li p{
	text-align: left;
	font-size: 14px
}
.take-ul{
	overflow: hidden;
	padding:0 20px;
}
.take-ul li{
	float: left;
	width: 48%;
	margin:1%;
	box-shadow:0 0 14px 0 hsla(0,0%,69.4%,.22);
	padding:10px 0;
	height: 225px;
	border-radius: 5px;
	overflow: scroll;
}
.take-ul li div{
	padding-left: 15%;
	margin:0 auto;
	text-align: left;
	font-size: 14px;

}
.take-ul li img{
	width: 30%
}
.take-ul li h4{
	margin:10px 0;
	color: #ff9901
}
.take-ul li div span{
	width: 10px;
	height: 10px;
	background: #333;
	border-radius: 50px;
	margin-right: 10px;
	display: inline-block;
}

.copy-ul li{
	height: 225px;
	width: 46%;
    margin: 2%;
}
.copy-ul li h4{
	color: #ff0d08
}
.copy-ul li img{
	width: 40%
}
.good-ul li{
	width: 40%;
	margin:5%;
	height: 170px;
	margin-bottom: 20px
}
.good-ul li img{
	width: 40%
}
.good-ul li h4{
	margin-bottom: 20px;
	margin-top: 10px
}
.hlw_title .wxd{
	background: url(../images/product/wx/bg.png) no-repeat;
	background-size: cover;
}
.hlw_title .wxd p{
	font-size: 14px;
	text-align: center;

}
.wx-ul{
	margin-bottom: 0
}
.wx-ul li{
	width: 32%;
    margin: 2% 9%;
    height: 144px;
    overflow: scroll;
}
.wx-ul li.first{
	height: 102px;
}
.wx-ul li img{
	width: 60%
}
.wx-ul li p{
	margin-top: 5px;
	text-align: center;
}

.hlw_title .box li .store h4{
	color: #8e57d3
}

.hlw_title .box li .store-ic{
	background: #8e57d3
}
.hlw_title .o2o-box li .store-icon{
	width: 17%
}

.mange-ul{
	overflow: hidden;
	padding:20px;
}
.mange-ul li{
	width: 50%;
	float: left;
	margin-bottom: 15px
}
.mange-ul li p{
	text-align: left;
	font-size: 14px;
	text-overflow: ellipsis; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; 
}
.mange-ul li span{
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	background: #ec3171;
	padding:2px 5px;
	font-size: 12px;
	width: 80%;
	margin-top: 5px;
	margin-right: 20%;
	text-overflow: ellipsis; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; 
}

.cover-img h3{
	color: #fff;
}
.cover-img{
	background: url(../images/product/manage/img3.png);
	/*height: 150px;*/
	padding-top: 15px;
	padding-bottom: 160px;
	background-size: contain;
	margin-bottom: 20px
}

.hlw_title .manges-ul{
	padding-bottom: 0
}
.hlw_title .manges-ul li{
	height: 100px;
	margin-bottom: 2%;
	border:1px solid #f4f6f8;
	box-shadow: none
}
.hlw_title .manges-ul li p{
	font-size: 12px
}
.hlw_title .manges-ul li .o-top p{
	line-height: 40px;
	font-size: 14px;
}
.hlw_title .manges-ul li .o-top img{
	border-radius: 0;
}
.hlw_title .manges-ul li .o-top{
	padding:22px 0;
	height: 0
}
.hlw_title .manges-ul li:nth-child(4){
	margin-left: 17%
}
.hlw_title .manges-ul li:nth-child(5){
	margin-left: 2%
}
.dsys{
	background:none;
}
.dsys li{
	height: 200px;
	padding-top: 20px
}
.dsys li p{
	text-align: center;
	margin-bottom: 10px
}
.dsys li .smart-line{
	background: #ff4e02;
	bottom: 0
}

.d-but{
	background: #0c1736;
	
}
.button{
	color:#fff;
	font-family: "微软雅黑";
	border-radius: 5px;
	width:30%;
	text-align: center;
	padding:10px 0;
	border:none;
	margin-top: 20px;
}
.buy-span{
	background: rgba(23,55,193,.24);
	width: 30%;
	height: 10px;
	display: inline-block;
	margin-left: -28%;
	margin-bottom: -5px;
}

.buy li .smart-line{
	background: linear-gradient(190deg,#21c3fd,#1ab1fb,#0b8bfb,#0987f9);
}
.buy-box{
	background: url(../images/product/buy/bg1.png) no-repeat;
	background-size: cover;
	color: #fff;
	padding:20px;
}
.buy-box h3{
	color: #fff
}
.buy-box img{
	margin-top: 20px
}
.buy-box h4{
	font-weight: normal;
	font-size: 16px;
	margin-top: 20px;
	text-align: left;
}
.buy-box p{
	text-align: left;
	font-size: 14px;
	margin-top: 10px
}

.tit-main{
	margin-top: 20px
}
.p-main{
	padding:20px;
	font-size: 14px;
	text-align: left;
}
.buy-bg{
	background:url(../images/product/buy/bg2.png) no-repeat;
	background-size: cover;
	padding:20px;
	color: #fff;
	text-align: center;
}
.buy-bg img{
	margin-bottom: 20px
}
.livedi-ul{
	padding:20px;
	overflow: hidden;
}
.livedi-ul ul li{
	float: left;
	width: 29%;
    margin: 2%;
}
.livedi-ul li h4{
	margin:10px 0;
}
.livedi-ul li p{
	font-size: 14px
}
.vidio{
	text-align: center;
	background: #4899eb;
	padding:20px;
}
.vidio img{
	width: 100%
}
.live li {
	width: 46%;
    margin: 2%;
    height: 180px;
}
.live li img{
	width: 30%
}
.live li h4{
	font-size: 14px
}
.live li p{
	font-size: 12px
}
.dis-ul{
	background:#fbf8fb;
}
.dis-ul li h4{
	color: #4899eb;
	margin-bottom: 10px
}
.dis-ul li img{
	width: 50%
}

.live-main{
	overflow: hidden;
	margin-top: 20px
}
.live-main li{
	width: 25%;
	float: left;
	margin-bottom: 30px
}
.live-main li img{
	width: auto;
	height: 40px;
	margin-bottom: 10px
}
.live-main li p{
	font-size: 14px	
}
/**************** 轮播图 ****************/
.swiperMain .swiper-slide{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.swiperMain .swiper-slide .block{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	color:#FFF;
	font-size:14px;
}
.swiperMain .swiper-slide .block img{
	margin-top:20px;
	width:2rem;
}
.swiperMain .swiper-slide .block p{
	width:60%;
	margin:auto;
	margin-top:15px;
	font-size: 12px
}
.swiperMain .swiper-slide .none{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	color:#FFF;
	font-size:14px;
	background: rgba(166,103,202);
	height:100%;
	display: none;
}
.swiperMain .swiper-slide .none p{
	width:90%;
	margin:auto;
	font-size:0.8rem;
}
.swiperMain .swiper-slide .none .title{
	font-size:1rem;
	margin:7px auto;
	width:80%;
}
.swiperMain .swiper-slide .none img{
	width:2rem;
	margin-top:0.5rem;
}

#content{
	/*padding:0 20px;*/
}
#content h3{
	font-weight: bold;
	text-align: center;
}
.keep-top{
	background: #f6f6f6;
	width: 100%;
	padding:20px 0;
	text-align: center;
}
.keep-top img{
	width: 80%;
	margin-top: 30px
}
.keep-h3 h3{
	margin:20px;
}
.kep{
	background: #fff;
}
.kep h3{
	padding:0 40px;
}
.kep li{
	height: 165px
}
.kep li img{
	height: 40px;
	width: auto
}
.kep li p{
	text-align: center;
}
.kep li .smart-line{
	background: linear-gradient(85deg,#e995da,#6488f3,#7092f5);
}
.kep-ul{
	overflow: hidden;
	padding:10px;
}
.kep-ul li{
	width: 48%;
	margin:1%;
	float: left;
	height: 100px
}
.kep-ul li span{
	background: #ce9fe5;
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	margin-top: 7px
}
.kep-ul li div{
	float: right;
	text-align: left;
	width: 90%
}
.kep-ul li div h4{
	margin-bottom: 10px;
}
.kep-ul li div p{
	font-size: 14px
}
.kep-box{
	overflow: hidden;
	padding:10px;
}
.kep-box li{
	float: left;
	width: 44%;
	margin: 3%;
	text-align: center;
	padding:40px 0;
	border-top: 5px solid #8c97f1;
	box-shadow: 0 5px 15px #d6d7d8;
	height: 85px;

}
.kep-box li img{
	width: 30%;
	margin-bottom: 20px
}
.kep-box li p{
	font-size: 14px
}
#content .title-p{
	padding:20px;
	font-size: 12px;
	text-align: center;
}
.none-bg{
	background:#fff;
}
.crose{
	background: #fff
}
.crose li{
	height: 220px;
	padding:10px 2%;
	width: 43%;
	box-shadow: 0 5px 15px #e2e6ea;
}
.crose li img{
	width: 40%
}
.cro-border{
	border:1px solid #dfe0e1;
	padding:10%;
	width: 70%;
	margin:0 5%;
	border-radius: 5px
}
.cro-border span{
	margin-right: 5%;
	margin-bottom: 5%;
	display: inline-block;
	font-size: 14px
}
.soec-txt{
	text-align: left;
	padding:5px 20px;
}
.soec-txt p{
	color: #2b63d8;
	margin-bottom: 5px;
	font-size: 14px;
}
.soec-txt span{
	color: #333;
	font-size: 12px
}
.soec{
	background: #fff
}
.soec li{
	padding:0;
	height: 230px;
	padding-bottom: 10px;

	
}
.soec li img{
	width: 100%;
	
}
.soec li p{
	padding:0 10px;
	text-align: center;
}
.soec li .smart-line{
	background: #ff7c1f
}

.teamdiv{
	background: #fff
}
.teamdiv li{
	border:1px solid #dcdcdc;
	height: auto;
	height: 200px;
	box-sizing: border-box;
	overflow: scroll;
}
.teamdiv li img{
	margin-top: 15px
}
.teamdiv li p{
	padding:0 20px;
	text-align: center;
}
.soec-txt h4{
	margin-top: 10px;
	margin-bottom: 5px;
	color: #333;
	font-size: 14px;
	font-weight: normal;
}
.arediv-txt{
	width: 92%;
	margin:20px auto;
	overflow: hidden;
	box-shadow: 0 5px 15px #dbdddf;
	height: 115px;

}
.arediv-txt img{
	width: 35%;
	float: left;
	height: 100%;
	margin-top: 0
}
.arediv-txt p{
	width: 61%;
	float: right;
	font-size: 14px;
	padding:10px 0;
	padding-right: 1%;
	text-align: left;
	text-overflow: ellipsis; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: scroll; 
}
.area-p{
	text-align: left;
	font-size: 14px;
	padding:20px;
	font-weight: 600
}

.item-ul .b2c-ul{
	overflow: hidden;
	padding-top: 0
}
.item-ul .b2c-ul li{
	height: 150px;
	padding:5% 2%;
	box-shadow: 0 0 15px #f4f6f8
}
.item-ul .b2c-ul li p{
	font-size: 12px;
}
.item-ul .b2c-ul li h4{
	font-size: 14px;	
	font-weight: normal;
	margin-bottom: 10px
}
.item-ul .bc-ul{
	padding:0 20px;
	overflow: hidden
}
.item-ul .bc-ul li{
	width: 48%;
	margin:1%;
	float: left;
	border:1px solid #f4f6f8;
	box-sizing: border-box;
	height: 190px;
	overflow: scroll;
	padding:0;
	border-radius: 10px
}
.item-ul .bc-ul li div{
	padding:15px 0;
}
.item-ul .bc-ul li h4{
	margin-bottom: 10px
}
.item-ul .bc-ul li img{
	width: 40px;
	height: 40px;
}
.item-ul .bc-ul li p{
	font-size: 12px;
	text-align: left;
	margin-top: 5px;
	padding:0 10px;
}

