/* 通用 */
.p-line {
	width: 100%;
	height: 1px;
	background: #f0f0f0;
}

.home .p,
.home.p {
	width: 1200px;
}

.home .p-title {
	color: #333;
	/* font-size: 34px; */
	font-size: 42px;
	line-height: 42px;
	margin-bottom: 50px;
	text-align: center;
}
.home .module-desc, .clients-box .module-desc{
	line-height: 28px;
	color: #666666;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	margin-top: 10px;
}
.module-box{
	padding: 80px 0;
}
.module-box .p-title{
	margin-bottom: 0 !important;
}




/* 新闻资讯 2022-01-27 */
.news-ul{
    margin-top: 40px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-li{
 /* padding: 20px; */
 width: calc(50% - 10px);
 margin-bottom: 20px;
 cursor: pointer;
 display: inline-flex;
 background: #FBFBFB;
}
.news-box{
    padding: 20px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.news-img{
    width: 269px;
    height: 150px;
    background: #eee;
}
.news-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-info{
    width: calc( 100% - 289px);
    margin-left: 20px;
}
.news-title{
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;/*重点，不能用block等其他*/
    -webkit-line-clamp: 2;/*重点IE和火狐不支持*/
    -webkit-box-orient: vertical;/*重点*/
}
.news-summay{
    color:#999999;
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;/*重点，不能用block等其他*/
    -webkit-line-clamp: 3;/*重点IE和火狐不支持*/
    -webkit-box-orient: vertical;/*重点*/
}
.news-time{
    color:#999999;
    line-height: 22px;
    font-size: 16px;
}

/* 统计 */
.statistics-box{
	margin: 0 auto;
	height: 115px;
	border-radius: 14px;
	background: linear-gradient(187.86deg, #fafafa 7.71%, #ffffff 96.42%);
	box-shadow: 2px 0px 30px 10px #0000000d, 0px 4px 4px #ffffff40 inset;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-around;
	margin-top: -27px;
    position: relative;
    z-index: 2;
}
.stat-item{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.icon-img{
	width: 62px;
  	height: 77px;
	overflow: hidden;
	margin-right: 15px;
}
.icon-img img{
	width: 100%;
	height: 100%;
}
.content{

}
.count-box{
	color: #333333;
	font-family: PingFang SC;
	font-size: 14px;
}
.count-box .num{
	color: #333333;
	font-family: DIN Condensed;
	font-weight: bold;
	font-size: 40px;
	line-height: 40px;
	padding-right: 3px;
}
.content .des{
	color: #666666;
	font-family: PingFang SC;
	font-size: 16px;
}

/* 六大核心 产品竞争力 */
.core-box{
	margin: 0 auto;
	/* padding: 50px 0 24px; */
	color: #333333;
	font-family: PingFang SC;
}
.core-box .p-title{
	font-weight: bold;
	font-size: 42px;
	line-height: 42px;
	text-align: center;
}
.core-box .p-title.all-title{
	padding: 50px 0 20px 0;
}
.core-box .core-item{
	margin: auto;
}
.core-box .jzl-module{
	padding: 50px 0;
	margin: 0 auto;
}
.jzl-module .p-title{
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
}
.gray-bg{
	background: #f9fcfe;
}
/* 模块1 */
.module-wrap{}

.module-wrap .live-cont{
	height: 400px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}
.live-item{
	position: relative;
	color: #333333;
	font-family: PingFang SC;
	height: 400px;
}

.live-item.vertical{
	width: 300px;
	height: 100%;
	border-radius: 10px;
	flex-shrink: 0;
}
.live-item.horizontal{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.live-item .horizontal-item{
	position: relative;
	/* width: 430px; */
	height: 190px;
	border-radius: 10px;
	background: #f9fcfe;
	flex-shrink: 0;
}
/* .live-item .horizontal-item.blue-item{
	background: #0366f5;
	color: #FFFFFF;
} */
.live-item .text-item{
	padding: 30px;
}
.live-item .item-title{
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 20px;
}
.live-item.vertical .item-title{
	padding-bottom: 43px;
}
.live-item .item-desc{
	font-size: 14px;
	line-height: 24px;
	align-items: center;
  	text-align: justify;
	font-weight: 400;
}
/* .live-item .horizontal-item.blue-item .item-desc{
	color: #fff;
} */
.live-item .horizontal-item .item-desc{
	color: #666666;
}
.live-item.horizontal .icon-img{
	position: absolute;
	right: 0;
	top: 6px;
	width: 80px;
	height: 80px;
}
.live-item.vertical .icon-img{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 160px;
	height: 160px;
}
/* .live-item .icon-img1{
	width: 162px;
	height: 150px;
}
.live-item .icon-img2{
	width: 90px;
  	height: 95px;
}
.live-item .icon-img3{
	width: 62px;
  	height: 62px;
}
.live-item .icon-img4{
	width: 87px;
  	height: 81px;
}
.live-item .icon-img5{
	width: 75px;
  	height: 67px;
} */
.live-module-item{
	background: #f9fcfe;
}
.live-module-item.active{
	background: #0366f5;
	color: #FFFFFF;
}
.live-module-item.active .item-desc{
	color: #FFFFFF;
}
/* 按钮 */
.core-box .button-box{
	text-align: center;
}
.core-box .button-box .btn-item{
	width: 156px;
	height: 51px;
	line-height: 51px;
	border-radius: 5px;
	/* background: #0758f1; */
	border: 1px solid #0758f1;
	color: #0758f1;
	font-size: 14px;
	display: inline-block;
}
.core-box .button-box .btn-item.ty-btn{
	background: #fff;
	color: #0758F1;
	/* margin-left: 20px; */
}
.button-box .btn-item:hover{
	opacity: 0.8;
}

/* 知识店铺 */
.shop-wrap{

}
.shop-wrap .tab-ul{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.shop-wrap .tab-ul .tab-li{
	width: 142px;
	height: 55px;
	line-height: 55px;
	border-radius: 5px;
	background: #ebf2f9;
	box-shadow: 0px 0px 0px 1px #ffffff inset, 0px 4px 4px #0000000d;
	color: #333333;
	display: flex;
	display: -webkit-flex;
	margin-right: 52px;
	font-size: 18px;
	align-items: center;
	/* justify-content: center; */
	cursor: pointer;
}
.shop-wrap .tab-ul .tab-li:last-child{
	margin-right: 0;
}
.shop-wrap .tab-ul .tab-li.active{
	background: #0758f1;
	box-shadow: 0px 0px 3px 1px #ffffff7d inset;
	color: #FFFFFF;
	font-weight: bold;
}
.shop-wrap .tab-ul .tab-li .tab-img{
	width: 50px;
	height: 50px;
}
.shop-wrap .tab-wrap{
	padding-top: 40px;
}
.shop-wrap .tab-wrap .tab-cont{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
}
.shop-wrap .tab-wrap .tab-cont .shop-tab-text{
	flex: 1;
}
.shop-wrap .tab-wrap .tab-cont .shop-tab-text .title{
	color: #333333;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}
.shop-wrap .tab-wrap .tab-cont .shop-tab-text .desc {
	margin-bottom: 100px;
	position: relative;
}
.shop-wrap .tab-wrap .tab-cont .shop-tab-text .desc .desc-item .line::before{
	content: "";
    width: 4px;
    height: 20px;
    background-color: #0758f1;
    /* display: inline-block; */
    margin-right: 5px;
	position: absolute;
    top: 2px;
	left: 0;
}
.shop-wrap .tab-wrap .tab-cont .shop-tab-text .desc .desc-item{
	position: relative;
	color: #666666;
	font-size: 16px;
	line-height: 24px;
	margin-top: 30px;
	display: flex;
	align-items: center;
	padding-left: 10px;
}
.shop-wrap .tab-wrap .tab-cont .shop-tab-text .desc .desc-item h5{
	color: #666666;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.shop-wrap .tab-wrap .tab-cont .shop-tab-img{
	width: 619px;
	height: 457px;
	border-radius: 15px;
	background: #f1f6fe;
	overflow: hidden;
	margin-left: 20px;
}
.shop-wrap .tab-wrap .tab-cont .shop-tab-img img{
	width: 100%;
	height: auto;
}

/* 私域运营—用户精细化运营 */
.yunying-wrap{
	margin: 60px 0;
}
.yunying-ul{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.yunying-li{
	width: 420px;
	height: 527px;
	border-radius: 10px;
	border: 1px solid #0758f166;
	box-sizing: border-box;
	background: #f9fcfd;
	overflow: hidden;
	position: relative;
}

.yunying-li .yy-header{
	position: relative;
	width: 100%;
	height: 76px;
	text-align: center;
	line-height: 76px;
	background: #ebf0ff;
	overflow: hidden;
	color: #3969ff;
}
.yunying-li .yy-header .title{
	font-weight: bold;
	font-size: 24px;
}
.yunying-li .yy-header .circle{
	position: absolute;
	width: 120px;
	height: 120px;
	border-radius: 100%;
	background: #d9e3ff;
}
.yunying-li .yy-header .circle1{
	top: -57px;
	left: -61px;
}
.yunying-li .yy-header .circle2{
	bottom: -60px;
	right: -60px;
}

.yunying-li .desc-box{
	width: 340px;
    margin: 45px auto;
}
.yunying-li.yunying-li1 .desc-box{
	margin-right: 54px;
}
.yunying-li.yunying-li3 .desc-box{
	margin-left: 54px;
}
.yunying-li.active .desc-box{
	width: 360px;
	margin: 45px auto;
}
.yunying-li .desc-box .desc{
	color: #666666;
	font-size: 14px;
}
.yunying-li .desc-box .image{
	width: 100%;
  	/* height: 291px; */
	overflow: hidden;
	margin-top: 40px;
}
.yunying-li .desc-box .image img{
	width: 100%;
  	height: auto;
}

.yunying-li.active{
	z-index: 2;
	margin: 0 -30px 0 -30px;
	border: 1px solid #0758f1;
	box-shadow: 0px 5px 10px 5px #3969ff33;
}
.yunying-li.active .yy-header{
	background: #3969ff;
	color: #FFFFFF;
}
.yunying-li.active .yy-header .circle{
	background: #d9e3ff1a;
}

/* 私域营销—打造知识变现闭环 */
.bianx-wrap{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
}
.bianx-wrap .image{
	width: 623px;
	height: 464px;
	overflow: hidden;
}
.bianx-wrap .image img{
	width: 100%;
	height: auto;
}
.bianx-wrap .text-ul{
	/* margin-left: 80px; */
}
.bianx-wrap .text-ul .text-li-cont{
	padding: 20px 20px 18px 20px;
}
.bianx-wrap .text-ul .text-li{
	width: 488px;
	/* min-height: 145px; */
	border-radius: 5px;
	border: 1px solid #f9fcfe;
	cursor: default;
	margin-bottom: 20px;
}
.bianx-wrap .text-ul .text-li:last-child{
	margin-bottom: 0;
}
.bianx-wrap .text-ul .text-li.active{
	border: 1px solid #0758f1;
	background: #ffffff;
	box-shadow: 0px 0px 10px #0758f140;
}
.bianx-wrap .text-ul .text-li .title{
	width: 123px;
	height: 41px;
	line-height: 41px;
	border-radius: 20px 0px 20px 0px;
	background: #0758f11a;
	color: #333333;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.bianx-wrap .text-ul .text-li.active .title{
	width: 123px;
	height: 41px;
	line-height: 41px;
	border-radius: 20px 0px 20px 0px;
	background: #0758f1;
	color: #ffffff;
}
.bianx-wrap .text-ul .text-li .desc{
	color: #666666;
	font-size: 16px;
	padding-top: 20px;
	font-weight: 400;
}

/* 电商能力—满足多种带货场景 */
.ec-wrap{
	margin-bottom: 60px;
}
.ec-ul{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
}
.ec-li{
	width: 24%;
	height: 403px;
	border-radius: 10px;
	background: #ffffff;
}
.ec-text{
	padding: 30px 16px;
	height: 62%;
}
.ec-text .image{
	width: 97%;
	/* height: 158px; */
	overflow: hidden;
	margin: 0 auto;
}
.ec-text .image img{
	width: 100%;
	height: auto;
}
.ec-text .desc{
	color: #666666;
	font-size: 14px;
	padding-top: 10px;
	font-weight: 400;
}
.ec-bottom{
	height: 92px;
	line-height: 92px;
	text-align: center;
	border-radius: 0px 0px 10px 10px;
	background: #0758f1;
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
}

/*  */

/* 用户管理—连接用户定向营销 */
.usermanage-item{
	background: #ffffff;
	padding: 30px 0;
}
.usermanage-wrap{
}
.usermanage-tab-ul{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	cursor: default;
}
.usermanage-tab-li{
	color: #999999;
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 24px;
	line-height: 34px;
	height: 34px;
	padding: 0 60px;
	border-right: 1px solid #999999;
}
.usermanage-tab-li:last-child{
	border: none;
}
.usermanage-tab-li.active{
	color: #333333;
	font-weight: bold;
}
.usermanage-cont{
	margin-top: 30px;
	height: 350px;
	background: #e8f2ff4d;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.usermanage-cont .img{
	width: 38.5%;
	height: auto;
	border-radius: 10px;
}
.usermanage-cont .img img{
	width: 100%;
	height: 100%;
}
.desc-wrap{
	width: 48%;
    margin-left: 56px;
}
.desc-list{
	/* height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; */
}
.desc-item{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin-bottom: 30px;
	position: relative;
	padding-left: 10px;
}
.desc-item .text{
	color: #666666;
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	flex: 1;
	width: 0;

}
.desc-item .usermanage-line::before{
	width: 4px;
	height: 20px;
	background: #0758f1;
	margin-right: 5px;
	content: "";
    position: absolute;
    top: 2px;
    left: 0;
}

/* 私域直播应用场景 */
.privatelive{
	color: #fff;
	background: #000000;
	background-image: url("https://cdn.ixunke.cn/homePage/privatelive-bg.png");
	background-position: 0 0;
    background-size: cover;
    /* height: 700px; */
}
.privatelive-box{
	padding: 50px 0;
	margin: 0 auto;
}
.privatelive-box .p-title{
	line-height: 59px;
	color: #ffffff;
	font-weight: 400;
	font-size: 42px;
}
.privatelive-box .module-desc{
	color: #fff;
}
.privatelive-wrap{
	width: 100%;
	height: 401px;
	/* opacity: 0.2; */
	background: rgba(184, 184, 184, .2);
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin-top: 55px;
}
.privatelive-wrap .tab-list{
	width: 25%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
}
.privatelive-wrap .tab-list .tab-ul{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	align-items: center;
    justify-content: center;
    height: 100%;
}
.privatelive-wrap .tab-list .tab-ul .tab-li{
	/* width: 230px; */
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	margin-bottom: 16px;
	cursor: default;
}
.privatelive-wrap .tab-list .tab-ul .tab-li:last-child{
	margin-bottom: 0;
}
.privatelive-wrap .tab-list .tab-ul .tab-li.active{
	background: #0758f1;
}
.privatelive-wrap .tab-cont{
	/* width: 75%; */
	flex: 1;
	padding-left: 40px;
	color: #fff;
}
.privatelive-wrap .tab-cont .title{
	line-height: 31px;
	font-weight: 500;
	font-size: 22px;
}
.privatelive-wrap .tab-cont .tab-desc{
	line-height: 22px;
	font-weight: bold;
	font-size: 16px;
	/* padding: 40px 0; */
	padding: 32px 0 0;
    min-height: 72px;
	line-height: 24px;
}
.privatelive-wrap .tab-cont .icon-ul{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin-bottom: 50px;
}
.privatelive-wrap .tab-cont .icon-ul .icon-li{
	display: flex;
	display: -webkit-flex;
	align-items: center;
    justify-content: center;
	flex-direction: column;
	margin-right: 44px;
}
.privatelive-wrap .tab-cont .icon-ul .icon-li:last-child{
	margin-right: 0;
}
.privatelive-wrap .tab-cont .icon-ul .icon-li img{
	width: 60px;
	height: 60px;
}
.privatelive-wrap .tab-cont .icon-ul .icon-li p{
	line-height: 20px;
	font-size: 14px;
	padding-top: 0;
}
.privatelive-wrap .tab-cont .button-box{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.privatelive-wrap .tab-cont .button-box .btn-item{
	width: 140px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #ffffff;
	color: #fff;
	font-size: 16px;
}
.privatelive-wrap .tab-cont .button-box .btn-item.zx-btn{
	border: 1px solid #0758f1;
	background: #0758f1;
	margin-right: 40px;
}


/* 多终端渠道经营 */
.multiterminal{
	background: rgba(246, 250, 255, 0.8);
}
.multiterminal-box{
	margin: 0 auto;
}
.mul-ul{
	margin: 80px 0 50px 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	align-items: center;
	height: 460px;
}
.mul-li{
	/* flex: 1; */
	width: 21%;
	/* height: 100%; */
	border-radius: 10px;
	border: 1px solid #0758f14d;
	background: #fdfdff;
	/* padding: 40px 15px; */
	height: -webkit-fill-available;
}
.mul-li.active{
	/* flex: 2; */
	width: 35%;
	border: 1px solid #0758f1;
}
.mul-li .mul-header{
	text-align: center;
	padding-top: 40px;
}
.mul-li .mul-header .iconfont{
	font-size: 40px;
	color: #333333;
}
.mul-li .mul-header .mul-title{
	line-height: 28px;
	color: #333333;
	font-size: 20px;
	padding-top: 10px;
}
.mul-li .mul-desc{
	text-align: justify;
	color: #666666;
	font-weight: 400;
	font-size: 14px;
	padding: 15px 15px;
	height: 100px;
}
.mul-li .image{
	/* width: 156px; */
	width: 51%;
	/* height: 124px; */
	margin: 0 auto;
}
.mul-li .image.pc-img{
	width: 70%;
}
.mul-li .image img{
	width: 100%;
	height: 100%;
}
.mul-li.active .mul-header{
	/* width: 420px; */
	height: 55px;
	border-radius: 10px 10px 0px 0px;
	background: #0758f1;
	padding-top: 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}
.mul-li.active .mul-header .mul-title{
	padding-top: 0;
	color: #fff;
}
.mul-li.active .mul-header .iconfont{
	font-size: 27px;
	color: #fff;
	margin-right: 2px;
}
.mul-li.active .mul-desc{
	padding: 20px 15px;
	height: 52px;
}
/* .mul-li.active .image{
	width: 251px;
	height: 223px;
} */
.mul-li .try-btn{
	display: none;
}
.mul-li .try-btn:hover{
	opacity: 0.8;
}
.mul-li.active .try-btn{
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 10px;
	background: #0758f1;
	color: #ffffff;
	font-size: 16px;
	margin: 24px auto 0 auto;
}

.button-box{
	text-align: center;
}
.button-box .btn-item{
	width: 156px;
	height: 51px;
	line-height: 51px;
	border-radius: 5px;
	border: 1px solid #0758f1;
	color: #0758f1;
	font-size: 14px;
	display: inline-block;
}
.button-box .btn-item.blue-btn{
	border: 1px solid #0758f1;
	box-sizing: border-box;
	background: #0758f1;
	color: #fff;
	margin-right: 20px;
}

/* 客户案例 */
.customer-cases{
	background: #f7f9fa;
}
.customer-cases-box{
	margin: 0 auto;
	overflow: hidden;
}
.customer-cases-wrap{
	margin: 40px 0 40px 0;
}
.customer-cases-wrap .swiper-container{
	overflow: initial;
}
.cases-item{
	height: 440px;
	overflow: hidden;
	width: 90%;
	background: #ffffff;
	box-shadow: 2px 2px 30px #00000014;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin: 0 auto;

	justify-content: space-evenly;
	position: relative;
}
.cases-item .logo-img{
	width: 192px;
	height: 192px;
}
.cases-item .logo-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.cases-item .cases-desc{
	width: 100%;
	text-align: justify;
	color: #848484;
	font-weight: 500;
	font-size: 22px;
	line-height: 31px;
	font-family: PingFang SC;
}
.cases-summary{
	position: relative;
	width: 45%;
}
.cases-summary .icon-left, .cases-summary .icon-right{
	position: absolute;
}
.cases-summary .icon-left{
	top: -42px;
    left: -26px;
}
.cases-summary .icon-right{
	right: -62px;
}
.cases-summary .iconfont{
	font-size: 46px;
	color: #ededed;
}
.cases-swiper-slide a{
	width: 90%;
	height: 100%;
	margin: 0 auto;
	display: block;
	box-shadow: 2px 2px 30px #00000014;
}
.cases-swiper-slide img{
	width: 100%;
	height: 100%;
}
#second-swiper .swiper-button-prev, #second-swiper .swiper-button-next{
	width: 56px;
	height: 56px;
	background: #7c8392;
	line-height: 56px;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
	background-image:none;
}
#second-swiper .swiper-button-prev{
	left: 0;
}
#second-swiper .swiper-button-next{
	right: 0;
}
#second-swiper .swiper-button-prev i, #second-swiper .swiper-button-next i{
	font-size: 16px;
	color: #fff;
}
#second-swiper .swiper-button-prev:hover, #second-swiper .swiper-button-next:hover{
	opacity: .8;
}

.cases-swiper-pagination.swiper-pagination-custom{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	bottom: -15px;
}
.cases-swiper-pagination .cases-swiper-pagination-customs{
	border-radius: 50%;
	margin-right: 10px;
	width: 12px;
	height: 12px;
	background: #ededed;
}
.cases-swiper-pagination .cases-swiper-pagination-customs:last-child{
	margin-right: 0;
}
.cases-swiper-pagination .cases-swiper-pagination-customs.cases-swiper-pagination-customs-active{
	width: 16px;
	height: 16px;
	background: #0758f1;
}

/* 帮助各行各业获取成功案例 */
.clients{
	background: #ffffff;
}
.clients-box{
	margin: 0 auto;
	width: 1400px;
	position: relative;
}
.clients-box .p-title {
	color: #333;
	font-size: 42px;
	line-height: 42px;
	margin-bottom: 50px;
	text-align: center;
}
.clients-wrap{
	margin: 50px 0;
	padding: 10px 0;
	display: flex;
    display: -webkit-flex;
	overflow: auto hidden;
	overflow-x: scroll;
}
/* 对于Chrome, Safari和Opera，隐藏滚动条 */
.clients-wrap::-webkit-scrollbar {
	display: none;
}

.clients-wrap .swiper-container{
	overflow: initial;
}
#third-swiper .swiper-wrapper{
	height: 480px;
	flex-wrap: wrap;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
}
#third-swiper .swiper-slide.clients-swiper-slide{
	width: 224px !important;
	height: 80px;
	line-height: 80px;
	background: #ffffff;
	box-shadow: 2px 2px 10px #0000000d;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	color: #666666;
	font-size: 24px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#third-swiper .swiper-slide.clients-swiper-slide img{
	width: 40px;
	height: 40px;
	margin-right: 20px;
}

.clients-ul{
	height: 480px;
	/* flex-wrap: wrap;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items: center; */
}
.clients-li{
	width: 224px;
	height: 80px;
	line-height: 80px;
	background: #ffffff;
	box-shadow: 2px 2px 10px #0000000d;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: flex-start;
	color: #666666;
	font-size: 24px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
.clients-ul .clients-li:nth-child(5n){
	margin-bottom: 0;
}
.clients-li img{
	width: 40px;
	height: 40px;
	margin-right: 20px;
	object-fit: cover;
}
.clients-li span{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mask-left {
	position: absolute;
	left: 0;
	width: 209px;
	height: 480px;
	background: linear-gradient(93.26deg, #ffffff 37.5%, #ffffff99 75.5%, #ffffff1a 91.2%);
}
.mask-right {
	position: absolute;
	right: 0;
	width: 209px;
	height: 480px;
	background: linear-gradient(273.26deg, #ffffff 37.5%, #ffffff99 75.5%, #ffffff1a 91.2%);
}

/* 一站式服务平台，预约体验服务 */
.reserve{
	background-image: url(https://cdn.ixunke.cn/homePage/reserve-bg.png);
	background-position: 0 0;
    background-size: cover;
	color: #fff;
}
.reserve.module-box {
    padding: 40px 0;
}
.reserve-box{
	margin: 0 auto;
}
.reserve-box .module-desc{
	margin-top: 22px;
}
.reserve-box .p-title, .reserve-box .module-desc{
	color: #fff;
}
.reserve-box .button-box{
	margin-top: 36px;
}
.reserve-box .button-box .btn-item{
	color: #fff;
	border-color: #fff;
}
.reserve-box .button-box .blue-btn{
	background: #fe8623;
	border-color: #fe8623;
	color: #fff;
}

@media screen and (max-width: 1200px) {
	body{
		overflow-x: hidden;
	}
	.p-line {
		display: none;
	}
	.home .p,
	.home.p {
		padding: 0 16px;
		width: 100%;
		box-sizing: border-box;
	}
	.clients-box{
		padding: 0 16px;
		width: 100%;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 768px) {
	.p-line {
		display: none;
	}
	.home .p-title, .clients-box .p-title{
		margin-bottom: 20px;
		line-height: 1.7;
		font-size: 28px;
		font-weight: bold;
	}
}

/* 顶部轮播 */
#first-swiper a{
	display: block;
	width: 100%;
	height: 600px;
	font-size: 0;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

#first-swiper a img{
	height: 100%;
}
#first-swiper .swiper-pagination-bullet{
	width: 22px;
	height: 6px;
	border-radius: 10px;
}
/* .swiper-pagination-bullet {
	opacity: 1;
	width: 64px;
	height: 4px;
	background: rgba(3, 12, 76, 0.3);
	border-radius: 4px;
	position: relative;
	transition: all 0.3s;
} */
#first-swiper .swiper-pagination-bullet-active{
	background: #fff;
}

/* 轮播图 */
/* 自定义滚动条样式 */
.swiper-pagination.swiper-pagination-custom{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	bottom: 57px;
	
}
.swiper-pagination .swiper-pagination-customs{
	width: 80px;
	height: 4px;
	border-radius: 3px;
	background: #ffffff;
	margin-right: 5px;
	opacity: 1;
    position: relative;
    transition: all 0.3s;
	overflow: hidden;
}
.swiper-pagination .swiper-pagination-customs:last-child{
	margin-right: 0;
}
.swiper-pagination .swiper-pagination-customs.swiper-pagination-customs-active{
	background: #ffffff !important;
}
.swiper-pagination .swiper-pagination-customs::after {
    content: "";
    top: 0;
    left: 0;
    right: 100%;
    height: 4px;
	border-radius: 3px;
    background: #0758f1;
    position: absolute;
}
.swiper-pagination .swiper-pagination-customs.swiper-pagination-customs-active::after {
    animation: pagination 11s linear infinite;
}
@keyframes pagination{
	0% {
		width: 0;
	}
	100% {
		width: 80px;
	}
}

@media screen and (max-width: 1200px) {
	#first-swiper a{
		height: 500px;
	}
}
@media screen and (max-width: 1024px) {
	#first-swiper a{
		height: 400px;
	}
}
@media screen and (max-width: 768px) {
	#first-swiper a{
		height: 300px;
	}
}
@media screen and (max-width: 420px) {
	#first-swiper a{
		height: 180px;
	}
	#first-swiper .swiper-pagination{
		bottom: 0!important;
	}
	#first-swiper .swiper-pagination-bullet{
		width: 5px;
		height: 5px;
	}
}
@media screen and (max-width: 370px) {
	#first-swiper a{
		height: 170px;
	}
}

/* 行业解决方案 */
.home.p3 {
	width: 100%;
	margin: 100px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.home.p3 .p {
	margin: auto;
}

.home.p3 .p3-item {
	position: relative;
	padding: 50px 0;
	border-bottom: 1px solid #F0F0F0;
	height: 340px;
}

.home.p3 .p3-item .item-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 540px;
	height: 320px;
	padding: 20px 0;
}

.home.p3 .p3-item .item-content .p3-item-title {
	color: #333;
	font-size: 28px;
	line-height: 1;
	margin-bottom: 14px;
	font-weight: bold;
}

.home.p3 .p3-item .item-content .p3-item-subtitle {
	color: #666;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 40px;
	font-weight: normal;
}

.home.p3 .p3-item .item-content .p3-item-brief {
	color: #666;
	font-size: 14px;
	line-height: 2;
}

.home.p3 .p3-item .item-content .btn-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: auto;
}

.home.p3 .p3-item .item-content .btn-wrapper .btn1 {
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #0095FF;
	color: white;
	border: 1px solid #0095FF;
	border-radius: 2px;
	margin-right: 20px;
	cursor: pointer;
}

.home.p3 .p3-item .item-content .btn-wrapper .btn2 {
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #0095FF;
	border: 1px solid #0095FF;
	border-radius: 2px;
	cursor: pointer;
}

.home.p3 .p3-item .p3-item-pic-wrapper {
	width: 580px;
	position: absolute;
	right: 0;
	top: 50px;
	cursor: pointer;
}

.home.p3 .p3-item .p3-item-pic-wrapper .p3-item-pic {
	width: 100%;
	height: 100%;
	-o-object-fit: fill;
	object-fit: fill;
	margin-top: -20px;
}

.home.p3 .p3-tab-inter {
	width: 100%;
	height: 48px;
}

.home.p3 .p3-tabs {
	border-bottom: 1px solid #f0f0f0;
}

.home.p3 .p3-tabs.fixed {
	position: fixed;
	left: 0;
	top: 64px;
	width: 100%;
	padding-top: 24px;
	background: #fff;
	z-index: 999;
	-webkit-box-shadow: 0px 4px 20px rgba(32, 33, 39, 0.06);
	box-shadow: 0px 4px 20px rgba(32, 33, 39, 0.06);
}

.home.p3 .p3-tabs .tabs-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	position: relative;
}

.home.p3 .p3-tabs .tabs-inner .tab-item {
	width: 100%;
	color: #333;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}

.home.p3 .p3-tabs .tabs-inner .tab-item a {
	position: relative;
	display: inline-block;
	padding-bottom: 22px;
	-webkit-transition: color 300ms linear;
	transition: color 300ms linear;
	text-decoration: none;
}

.home.p3 .p3-tabs .tabs-inner .tab-item a.active,
.home.p3 .p3-tabs .tabs-inner .tab-item a:hover {
	color: #0095ff;
}

.home.p3 .p3-tabs .tabs-inner .tab-item .new {
	position: absolute;
	top: 3px;
	right: -26px;
	width: 24px;
	height: 12px;
	animation: float 1000ms linear infinite alternate-reverse;
	background: url("/static/home/images/global/new_icon.png") no-repeat center/cover;
}

@-webkit-keyframes float {
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	from {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
}

@keyframes float {
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	from {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
}

.home.p3 .p3-tabs .active-bar {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #0095ff;
	-webkit-transition: left 200ms linear;
	transition: left 200ms linear;
}

.home.p3 .p3-last-item {
	border-bottom: inherit;
	padding: 50px 0 0 0;
}

.home.p3 .p3-item-style2 .item-content {
	position: absolute;
	right: 0;
	top: 50px;
}

.home.p3 .p3-item-style2 .p3-item-pic-wrapper {
	position: inherit;
	left: inherit;
	top: inherit;
}

@media screen and (max-width: 1200px) {
	.home.p3 .p3-tabs{
		display: none;
	}
	.home.p3 .p3-item .item-content{
		width: 50%;
	}
	.home.p3 .p3-item .p3-item-pic-wrapper{
		width: 50%;
		top: 50%;
		transform: translateY(-50%);
	}
	.home.p3 .p3-item-style2 .p3-item-pic-wrapper{
		top: 50%;
	}
}
@media screen and (max-width: 420px) {
	.home.p3{
		margin: 0;
	}
	.home.p3 .p-title{
		display: none;
	}
	.home.p3 .p3-tabs{
		display: none;
	}
	.home.p3 .p3-item{
		padding: 20px 0;
		height: auto;
		border: none;
	}
	.home.p3 .p3-item .item-content{
		width: auto;
	}
	.home.p3 .p3-item .item-content .p3-item-subtitle{
		margin-bottom: 20px;
	}
	.home.p3 .p3-item .p3-item-pic-wrapper {
	    width: auto;
	    position: static;
		margin: 20px 0;
		transform: translateY(0);
	}
	.home.p3 .p3-item-style2 .item-content{
		position: static;
	}
}

/* 更多功能 */
.home.p4 {
	margin: 0 auto;
	padding: 50px 0 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.home.p4 .p4-item-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	width: 100%;
	margin-bottom: 32px;
}

.home.p4 .p4-item-content .p4-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 40px 0;
	border: 1px solid #E6E6E6;
	width: 1666.66667%;
	margin-right: -1px;
	background: white;
	-webkit-transform: inherit;
	transform: inherit;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.home.p4 .p4-item-content .p4-item .p4-item-icon {
	width: 50px;
	height: 50px;
	-o-object-fit: contain;
	object-fit: contain;
	margin-bottom: 34px;
}

.home.p4 .p4-item-content .p4-item .p4-item-title {
	color: #333;
	font-size: 16px;
}

.home.p4 .p4-item-content .p4-item .p4-item-line {
	width: 24px;
	height: 2px;
	background: #F0F0F4;
	margin: 14px 0;
}

.home.p4 .p4-item-content .p4-item .p4-item-brief {
	color: #999;
	font-size: 14px;
	text-align: center;
}

.home.p4 .p4-item-content .p4-item:hover {
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	-webkit-box-shadow: 0px 4px 20px rgba(32, 33, 39, 0.06);
	box-shadow: 0px 4px 20px rgba(32, 33, 39, 0.06);
}

.home.p4 .p4-btn {
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #0095FF;
	border: 1px solid #0095FF;
	border-radius: 4px;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.home.p4{
		padding-top: 50px;
	}
	.home.p4 .p4-item-content{
		flex-direction: column;
	}
	.home.p4 .p4-item-content .p4-item{
		padding: 10px 20px;
		box-sizing: border-box;
		border: none;
		border-top: 1px solid #e6e6e6;
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.home.p4 .p4-item-content .p4-item:last-child{
		border-bottom: 1px solid #e6e6e6;
	}
	.home.p4 .p4-item-content .p4-item .p4-item-icon{
		margin-bottom: 0;
	}
	.home.p4 .p4-item-content .p4-item .p4-item-line{
		display: none;
	}
	.home.p4 .p4-item-content .p4-item .p4-item-brief{
		width: 74px;
	}
}

/* 客户案例 */
#home-case{
	padding-top: 76px;
	margin-top: -80px;
}
.home.five {
	background-repeat: no-repeat;
	padding: 60px 0;
	background-image: url(/static/home/images/bg.jpg);
}

.home.five .datas {
	width: 1200px;
	margin: 100px auto 60px;
	justify-content: space-between;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	align-items: center;
	-webkit-align-items: center;
}

.home.five .friends {
	width: 1200px;
	margin: 100px auto 60px;
	flex-wrap: wrap;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	align-items: center;
	-webkit-align-items: center;
}

.home.five .friends {
	background-color: #fff
}

.home.five .tit {
	text-align: center;
	color: #fff;
	font-size: 30px;
	letter-spacing: 0;
	line-height: 46px;
	font-weight: 500
}

.home.five .numitem {
	text-align: center;
}

.home .num_box {
	line-height: 1.6;
}

.home .num_box span:first-child {
	font-size: 70px;
	color: #fff;
	letter-spacing: 0
}

.home .num_box span:nth-child(2) {
	font-size: 36px;
	color: #fff;
	letter-spacing: 0
}

.home .num_box span:last-child {
	font-size: 36px;
	color: #fff;
	letter-spacing: 0;
	vertical-align: top
}

.home .numitem .itemtit {
	font-size: 20px;
	color: #fff;
	letter-spacing: 0;
	text-align: center
}

.home.five .item2_child {
	width: 200px;
	height: 180px;
	position: relative;
	border: 1px solid #fafcff;
	box-sizing: border-box;
}

.home.five .item2_child:nth-child(12n+1),
.home.five .item2_child:nth-child(12n+3),
.home.five .item2_child:nth-child(12n+5),
.home.five .item2_child:nth-child(12n+8),
.home.five .item2_child:nth-child(12n+10),
.home.five .item2_child:nth-child(12n+12) {
	background-color: #f8f8f8;
}

.home.five .item2_child p {
	position: absolute;
	bottom: 36px;
	text-align: center;
	left: 0;
	right: 0;
	font-size: 14px;
	color: #333;
	z-index: 3;
}

.home.five .item2_child .itemimg {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
}

.home.five .item2_child .ewmimgbox {
	padding: 12px 12px 0;
	background: #fff;
	border: 1px solid #e7e7e7;
	-webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .1);
	-webkit-transition: all 1s;
	transition: all 1s;
	-moz-transition: all .3s;
	position: absolute;
	z-index: 4;
	opacity: 0;
	left: -12px;
	bottom: 0;
}

.home.five .item2_child .ewmimgbox:hover {
	display: block;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
	opacity: 1;
}

.home.five .item2_child .ewmimgbox .ewmimg {
	display: block;
	width: 200px;
}

.home.five .item2_child .ewmimgbox .text {
	font-size: 14px;
	color: #666;
	line-height: 40px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	#home-case{
		margin-top: -80px;
	}
	.home.five .tit{
		padding: 0 16px;
		font-size: 19px;
	}
	.home.five .datas{
		margin: 60px auto;
		width: 100%;
		display: block;
		font-size: 0;
	}
	.home.five .numitem{
		width: 50%;
		display: inline-block;
		margin-bottom: 20px;
	}
	.home .num_box span:first-child{
		font-size: 45px;
	}
	.home .num_box span:nth-child(2){
		font-size: 15px;
	}
	.home .num_box span:last-child{
		font-size: 15px;
	}
	.home .numitem .itemtit{
		font-size: 12.5px;
	}
	.home.five .friends{
		width: 100%;
		margin: 30px auto;
	}
	.home.five .item2_child{
		width: 50%;
		background: none!important;
		text-align: center;
	}
	.home.five .item2_child:nth-child(4n+1),
	.home.five .item2_child:nth-child(4n+4){
		background-color: #f8f8f8!important;
	}
}

/* 用户评价 */
.intro-section {
	background: #f9fbff;
	padding-bottom: 40px;
	padding-top: 80px;
	font-weight: 400;
}

.intro-section .swiper-container {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 70px;
}

.intro-section .swiper-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 1120px;
	height: 400px;
	margin-left: 40px;
}

.intro-section .swiper-item .avatar {
	position: absolute;
	left: 0;
	top: 0;
	width: 260px;
	height: 350px;
	z-index: 1;
}

.intro-section .content-wrapper {
	position: relative;
	width: 1040px;
	height: 340px;
	margin: 60px 0 0 80px;
	font-size: 22px;
	-webkit-box-shadow: 0 0 24px 0 rgba(73, 73, 73, 0.06);
	box-shadow: 0 0 24px 0 rgba(73, 73, 73, 0.06);
	border-radius: 4px;
	background: #fff;
}

.intro-section .content-wrapper .icon {
	position: absolute;
	left: 200px;
	top: 60px;
	width: 44px;
	height: 28px;
}

.intro-section .content-wrapper .brief {
	margin: 90px 80px 0 280px;
	text-align: left;
	font-size: 22px;
	line-height: 2;
	color: #666;
}

.intro-section .content-wrapper .name-wrapper {
	margin-top: 30px;
	margin-right: 50px;
	text-align: right;
}

.intro-section .content-wrapper .name-wrapper .name {
	color: #333;
}

.intro-section .content-wrapper .name-wrapper .tag {
	color: #999;
}
.intro-section ~ .news_ZX{
	padding-top: 50px;
}

@media screen and (max-width: 768px) {
	.intro-section .swiper-container{
		width: 100%;
	}
	.intro-section .swiper-item{
		display: block;
		margin: 0;
		width: 100%;
		height: auto;
		padding: 30px 10px 10px 44px;
		box-sizing: border-box;
	}
	.intro-section .swiper-item .avatar{
		width: 90px;
		height: 120px;
		left: 15px;
		top: 0;
	}
	.intro-section .content-wrapper{
		position: relative;
		margin: 0;
		width: auto;
		height: auto;
		padding-bottom: 10px;
	}
	.intro-section .content-wrapper .icon {
	    position: absolute;
	    left: 74px;
	    top: 14px;
	    width: 22px;
	    height: 14px;
	}
	.intro-section .content-wrapper .brief{
		margin: 0;
		font-size: 14px;
		padding: 34px 4px 10px 74px;
	}
	.intro-section .content-wrapper .name-wrapper{
		font-size: 13px;
		margin-top: 0;
		margin-right: 20px;
	}
}


/* 新闻资讯 */
.news_ZX {
	width: 1200px;
	margin: 0 auto;
	/* padding-bottom: 50px; */
	padding: 0;
	padding-top: 0;
}

.news_ZX .tit {
	color: #333;
	font-size: 34px;
	text-align: center;
}


.news_ZX .tit .tit-line{
	height: 1px;
	width: 100%;
	background-color:#e4e4e4;
	margin-bottom:-12px;
}
.news_ZX .tit .title{
	background-color:#fff;
	padding:0px 40px
}

.news_ZX .swiper-container {
	margin-top: 40px;
	height: 270px;
	padding: 20px
}

.news_ZX .swiper-container .swiper-slide {
	flex-wrap: wrap
}

.news_ZX .imgbox {
	padding-bottom: 56%;
	width: 100%;
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat
}

.news_ZX .textbox {
	padding: 20px;
	box-shadow: 0 2px 14px 0 rgba(0, 0, 0, .04);
	text-align: left
}

.news_ZX .textbox p:first-child {
	color: #333;
	letter-spacing: 0;
	font-size: 16px;
	height: 44px;
}

.news_ZX .textbox p:last-child {
	margin-top: 10px;
	color: #999;
	letter-spacing: 0;
	font-size: 14px
}

.news_ZX .swiper-button-next,
.news_ZX .swiper-button-prev {
	overflow: hidden;
	width: 40px;
	height: 100px;
	background-image: unset;
	font-size: 30px
}

.news_ZX .swiper-button-next i,
.news_ZX .swiper-button-prev i {
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #eee;
	color: #333;
	font-size: 30px;
	line-height: 100px
}

.news_ZX .swiper-button-next i {
	right: 50px;
	text-align: right
}

.news_ZX .swiper-button-prev i {
	left: -10px
}

.news_ZX .swiper-button-next i:before {
	margin-right: 13px
}

.news_ZX .swiper-button-prev i:before {
	margin-left: 13px
}

.news_ZX .swiper-button-next,
.news_ZX .swiper-button-prev {
	top: 40%;
}

.news-cases-box{
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.news_ZX{
		width: 100%;
	}
	.news_ZX .tit{
		margin-bottom: 20px;
		line-height: 1.7;
		font-size: 28px;
		font-weight: bold;
	}
	.news_ZX .tit .tit-line{
		margin-bottom:-24px
	}
	.news_ZX .swiper-container{
		margin-top: 20px;
	}
}


/* 战略合作伙伴 */
.cooperate {
	padding-bottom: 80px;
}

.cooperate .tit {
	color: #333;
	font-size: 34px;
	margin-bottom: 50px;
	text-align: center;
}

.cooperate p {
	width: 900px;
	margin: 56px auto;
	position: relative;
	font-size: 16px;
}

.cooperate p:before {
	display: block;
	font-size: 72px;
	position: absolute;
	color: #ccc;
	line-height: .3em;
	font-family: 'Helvetica Neue';
	content: '"';
	left: -40px;
	top: -5px;
}

.cooperate .logo-links {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.cooperate .logo-links a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
}

.cooperate .logo-links a img {
	display: block;
	width: auto;
	height: 48px;
	max-width: none;
	max-height: none;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.cooperate .logo-links a img:hover,
.cooperate .logo-links a img.hover {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	filter: none;
}

@media screen and (max-width: 768px) {
	.cooperate .tit{
		margin-bottom: 20px;
		line-height: 1.7;
		font-size: 28px;
		font-weight: bold;
	}
	.cooperate p{
		width: auto;
		padding: 0 20px;
		margin: 26px auto;
	}
	.cooperate .logo-links{
		width: 100%;
		font-size: 0;
		text-align: left;
	}
	.cooperate .logo-links a{
		width: 50%;
		margin: 0;
		margin-bottom: 20px;
		text-align: center;
	}
	.cooperate .logo-links a img{
		display: inline-block;
	}
}

/* form */
.home-form {
	border-top: 1px solid #F0F0F0;
	position: relative;
	background: #0095ff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 270px;
	overflow: hidden;
}

.home-form img {
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
	max-width: none;
	max-height: none;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.home-form .bg {
	background: #EC6E6E;
}

.home-form .center-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

.home-form .center-wrap .input-wrapper {
	margin-top: 34px;
	opacity: 0.8;
	background: transparent;
	width: 440px;
	height: 50px;
	display: flex;
	display: -webkit-flex;
	border: 1px solid #fff;
}

.home-form .center-wrap .input-wrapper input {
	padding: 0 10px;
	flex: 1;
	background: transparent;
	color: #fff;
	font-size: 18px;
}
.home-form .center-wrap .input-wrapper input::-webkit-input-placeholder {
    color: #fff;
}

.home-form .center-wrap .input-wrapper .submit {
	width: 160px;
	background-color: #fff;
	flex-shrink: 0;
	cursor: pointer;
}

.home-form .center-wrap .input-wrapper .submit .btn-text {
	color: #0095FF;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
}

.home-form .h4 {
	margin-top: 85px;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}

@media screen and (max-width: 768px) {
    .page-wrap{
        margin-top: 50px;
    }
	.home-form .h4 {
	    margin-top: 20px;
	    font-size: 20px;
	    font-weight: bold;
	    color: #fff;
	    line-height: 1.8;
	}
	.home-form .center-wrap .input-wrapper{
		width: 80%;
		height: auto;
		display: block;
		border: none;
	}
	.home-form .center-wrap .input-wrapper input{
		width: 100%;
		height: 50px;
		border: 1px solid #fff;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	.home-form .center-wrap .input-wrapper .submit{
		width: 100%;
		height: 50px;
	}
}
.none{
    display: none !important;
}






@media screen and (max-width: 1200px) {
    .news_ZX{
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .news-img {
        width: 140px;
        height: 100px;
    }
    .news-info {
        width: calc( 100% - 160px);
        margin-left: 20px;
    }
    .news-title {
        margin-bottom: 8px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .news-summay {
        margin-bottom: 6px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}
@media screen and (max-width: 600px) {
    .news-li {
        width: calc(100%);
        margin-bottom: 0;
    }
    .news-box {
        padding: 10px 20px;
    }
    .news-title {
        font-size: 16px;
        line-height: 22px;
    }
    .news-summay {
        line-height: 20px;
        font-size: 14px;
    }
    .news-time {
        line-height: 20px;
        font-size: 14px;
    }
}



.btn_all {
    cursor: default;
    background: #fff;
    width: 120px;
    height: 35px;
    border: 1px solid #dedede;
    text-align: center;
    font-size: 14px;
    color: #333;
    border-radius: 2px;
    display: block;
    margin: 40px auto 80px auto;
    clear: both;
    line-height: 35px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn.wu {
    background: #24b727;
    width: 120px;
    height: 35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
    display: block;
    margin: 40px auto 80px auto;
    clear: both;
    line-height: 35px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* .case .btn.wu:hover {
    background: #1ea721;
} */
.case .btn.wu:hover {
    background: #25B728;
}


/* 适配屏幕样式 */
@media screen and (max-width: 1200px) {
	.core-box .jzl-module {
		padding: 20px 0;
	}
	.module-box {
		padding: 40px 0;
	}
}
@media screen and (max-width: 1024px) {
	.core-box .jzl-module {
		padding: 16px 16px 40px;
		width: 100%;
	}
	.statistics-box.home.p{
		width: 97%;
		/* box-sizing: border-box; */
		margin-left: 16px;
		margin-right: 16px;
	}
	.core-box .p-title.all-title {
		padding: 40px 0 20px 0;
	}
	.home .p-title, .clients-box .p-title {
		margin-bottom: 40px;
	} 

	.live-item.vertical {
		width: 25%;
	}
	.live-item.horizontal {
		width: 35%;
	}
	.live-item .text-item {
		padding: 15px;
	}
	.live-item.vertical .item-title {
		padding-bottom: 30px;
	}
	.module-wrap .live-cont {
		margin-bottom: 40px;
	}

	.core-box .button-box .btn-item {
		width: 140px;
		height: 46px;
		line-height: 46px;
	}

	.button-box .btn-item {
		width: 140px;
		height: 46px;
		line-height: 46px;
	}

	.shop-wrap .tab-ul .tab-li {
		width: 129px;
		height: 50px;
		line-height: 50px;
	}
	.shop-wrap .tab-ul .tab-li .tab-img {
		width: 45px;
		height: 45px;
	}

	.yunying-wrap {
		margin: 40px 0;
	}
	.yunying-ul {
		justify-content: center;
	}
	.yunying-li .yy-header {
		height: 70px;
		line-height: 70px;
	}
	.yunying-li {
		width: 35%;
		height: 428px;
	}
	.yunying-li.yunying-li1 .desc-box {
		margin-right: 30px;
	}
	.yunying-li.yunying-li3 .desc-box {
		margin-left: 30px;
	}
	.yunying-li .desc-box {
		width: 86%;
		margin: 38px auto;
	}
	.yunying-li.active .desc-box {
		width: 80%;
		margin: 38px auto;
	}
	.yunying-li.active {
		margin: 0 -15px 0 -15px;
	}
	
	.bianx-wrap {
		position: relative;
	}
	.bianx-wrap .image {
		width: 51%;
		height: 464px;
	}
	.bianx-wrap .text-ul {
		width: 46%;
	}
	.bianx-wrap .text-ul .text-li {
		width: 100%;
		margin-bottom: 12px;
		/* min-height: 134px; */
	}
	.bianx-wrap .text-ul .text-li-cont {
		padding: 18px 18px 16px 18px;
	}

	.ec-wrap {
		margin-bottom: 40px;
	}
	.ec-text {
		padding: 20px 16px;
	}
	.ec-li {
		height: 372px;
	}
	.ec-bottom {
		height: 74px;
		line-height: 74px;
		font-size: 22px;
	}

	.privatelive-wrap .tab-cont .button-box .btn-item {
		width: 140px;
		height: 46px;
		line-height: 46px;
	}

	/* .home .module-desc {
		margin-top: 0;
	} */
	
	.mul-ul {
		margin: 40px 0 50px 0;
	}
	.mul-li .mul-desc {
		min-height: 30%;
	}

	.module-box .p-title {
		margin-bottom: 0;
	}

	#second-swiper .swiper-button-prev, #second-swiper .swiper-button-next {
		width: 45px;
		height: 45px;
		line-height: 45px;
	}

	.clients-wrap {
		margin: 40px 0;
	}

	.usermanage-tab-li {
		font-size: 18px;
		line-height: 24px;
		height: 24px;
		padding: 0 50px;
	}
	.desc-item {
		margin-bottom: 50px;
	}
	.desc-item .text {
		font-size: 15px;
	}
	.cases-item .cases-desc {
		font-size: 18px;
		line-height: 28px;
	}
	.cases-summary .iconfont {
		font-size: 38px;
	}
	.cases-summary .icon-left {
		left: -20px;
	}
	.cases-summary .icon-right {
		right: -45px;
	}
	.cases-item {
		height: 400px;
	}
}
@media screen and (max-width: 820px) {
	.core-box .p-title.all-title {
		padding: 30px 0 0px 0;
		font-size: 30px;
		line-height: 30px;
	}
	.home .p-title, .clients-box .p-title {
		margin-bottom: 30px;
		font-size: 20px;
		line-height: 20px;
	}
 

	.live-item .item-title {
		font-weight: bold;
		font-size: 20px;
		padding-bottom: 20px;
	}
	.live-item.vertical .icon-img {
		width: 120px;
		height: 120px;
	}
	.live-item.horizontal .icon-img {
		width: 60px;
		height: 60px;
	}

	.core-box .button-box .btn-item {
		width: 121px;
		height: 40px;
		line-height: 40px;
	}
	.privatelive-wrap .tab-cont .button-box .btn-item {
		width: 121px;
		height: 40px;
		line-height: 40px;
	}
	.button-box .btn-item {
		width: 121px;
		height: 40px;
		line-height: 40px;
	}

	.shop-wrap .tab-ul .tab-li {
		width: 16%;
		height: 50px;
		line-height: 50px;
		margin-right: 25px;
		font-size: 16px;
	}
	.shop-wrap .tab-ul .tab-li .tab-img {
		width: 45px;
		height: 45px;
	}
	.shop-wrap .tab-wrap {
		padding-top: 30px;
	}
	.shop-wrap .tab-wrap .tab-cont .shop-tab-img {
		width: 51%;
		/* 619 401
		457 */
		height: 296px;
		margin-left: 15px;
	}
	.shop-wrap .tab-wrap .tab-cont .shop-tab-text .title {
		font-size: 22px;
	}
	.shop-wrap .tab-wrap .tab-cont .shop-tab-text .desc {
		margin-bottom: 50px;
	}
	.shop-wrap .tab-wrap .tab-cont .shop-tab-text .desc .desc-item h5 {
		font-size: 15px;
	}
	.shop-wrap .tab-wrap .tab-cont .shop-tab-text .desc .desc-item {
		margin-top: 20px;
	}

	.yunying-li {
		width: 34%;
	}
	.yunying-li .yy-header {
		height: 60px;
		line-height: 60px;
	}
	.yunying-li .yy-header .title {
		font-size: 18px;
	}
	.yunying-wrap {
		margin: 30px 0 0;
	}

	.bianx-wrap {
		margin-bottom: 40px;
	}
	.bianx-wrap .text-ul .text-li-cont {
		padding: 16px 16px 14px 16px;
	}
	.bianx-wrap .text-ul .text-li .title {
		width: 120px;
		height: 38px;
		line-height: 38px;
		font-size: 16px;
	}
	.bianx-wrap .text-ul .text-li .desc {
		font-size: 15px;
		padding-top: 18px;
	}
	.bianx-wrap .text-ul .text-li {
		margin-bottom: 10px;
	}

	.ec-bottom {
		height: 66px;
		line-height: 66px;
		font-size: 18px;
	}
	.ec-text {
		padding: 18px 15px;
	}
	.ec-wrap {
		margin-bottom: 0;
	}

	.privatelive-wrap {
		margin-top: 32px;
		height: 320px;
	}
	.module-box .p-title {
		margin-bottom: 0;
		font-size: 30px;
		line-height: 30px;
	}
	.privatelive-wrap .tab-cont {
		padding-left: 30px;
	}
	.privatelive-wrap .tab-list .tab-ul .tab-li {
		font-size: 15px;
		margin-bottom: 17px;
	}
	.privatelive-wrap .tab-cont .title {
		font-size: 18px;
	}
	.privatelive-wrap .tab-cont .tab-desc {
		line-height: 20px;
		font-size: 14px;
		padding: 28px 0;
	}
	.privatelive-wrap .tab-cont .icon-ul .icon-li {
		margin-right: 32px;
	}

	.mul-li .mul-header .mul-title {
		font-size: 18px;
	}
	.mul-li.active .mul-header .iconfont {
		font-size: 25px;
	}
	.mul-li.active .try-btn {
		width: 126px;
		height: 36px;
		line-height: 36px;
		font-size: 15px;
	}
	.mul-li .mul-header .mul-title {
		font-size: 16px;
		padding-top: 8px;
	}
	.mul-li .mul-header .iconfont {
		font-size: 36px;
	}
	.mul-li .mul-desc {
		height: 158px;
	}
	.mul-ul {
		margin: 30px 0 40px 0;
	}

	.module-box {
		padding: 20px 0;
	}
	.home .module-desc, .clients-box .module-desc {
		line-height: 26px;
		font-size: 18px;
	}

	#second-swiper .swiper-button-prev, #second-swiper .swiper-button-next {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.cases-swiper-pagination .cases-swiper-pagination-customs {
		margin-right: 8px;
		width: 10px;
		height: 10px;
	}
	.cases-swiper-pagination .cases-swiper-pagination-customs.cases-swiper-pagination-customs-active {
		width: 14px;
		height: 14px;
	}

	.clients-wrap {
		margin: 30px 0;
	}

	.module-box {
		padding: 30px 0 20px 0;
	}

	.clients-li {
		width: 151px;
		height: 54px;
		line-height: 54px;
		font-size: 16px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.clients-ul {
		height: 328px;
	}
	.clients-li img {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
	.clients-wrap {
		margin: 20px 0;
	}

	.btn.wu {
		margin: 20px auto;
	}

	.reserve-box .module-desc {
		margin-top: 15px;
	}
	.reserve.module-box {
		padding: 30px 0;
	}
}
@media screen and (max-width: 420px) {
	.statistics-box {
		height: 90px;
	}
	.icon-img {
		width: 30px;
		height: 37px;
		margin-right: 4px;
	}
	.count-box {
		font-size: 12px;
	}
	.count-box .num {
		font-size: 24px;
		line-height: 24px;
		padding-right: 2px;
	}
	.content .des {
		font-size: 12px;
	}
	.statistics-box.home.p {
		width: 96%;
		padding: 0;
    	margin-left:auto;
    	margin-right:auto;
	}

	.core-box .p-title.all-title {
		padding: 20px 0 0px 0;
		font-size: 20px;
		line-height: 20px;
	}
	.core-box .jzl-module {
		padding: 15px 15px 30px;
	}

	.module-wrap .live-cont {
		margin-bottom: 20px;
		flex-direction: column;
		height: auto;
	}
	.live-item.vertical {
		width: 100%;
		margin-bottom: 10px;
	}
	.live-item.vertical .item-title {
		padding-bottom: 10px;
	}
	.live-item .item-title {
		font-size: 15px;
	}
	.live-item .item-desc {
		font-size: 12px;
		line-height: 20px;
	}
	.live-item.vertical .icon-img {
		width: 110px;
		height: 110px;
	}
	.live-item.horizontal {
		width: 100%;
	}
	.live-item {
		height: auto;
	}
	.live-item .horizontal-item {
		height: auto;
		margin-bottom: 8px;
	}
	.live-item .item-title {
		padding-bottom: 8px;
	}

	.core-box .button-box .btn-item {
		width: 100px;
		height: 33px;
		line-height: 33px;
		font-size: 12px;
	}
	.shop-wrap .button-box .btn-item.blue-btn {
		margin-right: 0;
    	margin-bottom: 10px;
	}
	.privatelive-wrap .tab-cont .button-box .btn-item {
		width: 100px;
		height: 33px;
		line-height: 33px;
		font-size: 12px;
	}
	.button-box .btn-item {
		width: 100px;
		height: 33px;
		line-height: 33px;
		font-size: 12px;
	}


	.shop-wrap {
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.shop-wrap .tab-ul {
		flex-direction: row;
		margin-right: 10px;
		width: 100%;
		justify-content: space-around;
	}
	.shop-wrap .tab-ul .tab-li .tab-title{
		display: none;
	}
	.shop-wrap .tab-ul .tab-li.active .tab-title{
		display: block;
	}
	.shop-wrap .tab-ul .tab-li.active{
		width: 100px;
	}
	
	.shop-wrap .tab-ul .tab-li {
		width: 45px;
		height: 34px;
		line-height: 14px;
		margin-right: 0;
		font-size: 14px;
		padding-bottom: 0;
		margin-bottom: 10px;
		align-items: center;
    	justify-content: center;
	}
	.shop-wrap .tab-ul .tab-li .tab-img {
		width: 30px;
		height: 30px;
		/* margin-top: -3px; */
		margin-top: 0;
	}
	.shop-wrap .tab-wrap {
		padding-top: 0;
	}
	.shop-wrap .tab-wrap .tab-cont .shop-tab-text .title {
		font-size: 15px;
	}
	.shop-wrap .tab-wrap .tab-cont .shop-tab-text .title {
		margin-bottom: 0;
	}
	.shop-wrap .tab-wrap .tab-cont .shop-tab-text .desc {
		margin-bottom: 20px;
	}
	.shop-wrap .tab-wrap .tab-cont .shop-tab-text .desc .desc-item h5 {
		font-size: 12px;
		line-height: 18px;
	}
	.shop-wrap .tab-wrap .tab-cont .shop-tab-text .desc .desc-item .line::before {
		width: 3px;
		height: 15px;
		margin-right: 0px;
	}
	.shop-wrap .tab-wrap .tab-cont .shop-tab-text .desc .desc-item {
		position: relative;
		color: #666666;
		font-size: 12px;
		line-height: 24px;
		margin-top: 30px;
		display: flex;
		align-items: center;
		padding-left: 6px;
	}
	.shop-wrap .tab-wrap .tab-cont .shop-tab-img {
		margin-left: 6px;
		display: flex;
		align-items: center;
	}
	.core-box .jzl-module {
		padding: 15px 15px 20px;
	}


	.yunying-ul {
		flex-direction: column;
	}
	.yunying-li {
		width: 100%;
		margin-bottom: 10px;
    	height: auto;
	}
	.yunying-li .yy-header {
		height: 42px;
		line-height: 42px;
	}
	.yunying-li .yy-header .title {
		font-size: 15px;
	}
	.yunying-li .yy-header .circle {
		width: 100px;
		height: 100px;
	}
	.yunying-li .yy-header .circle1 {
		top: -64px;
    	left: -48px;
	}
	.yunying-li .yy-header .circle2 {
		bottom: -65px;
		right: -55px;
	}
	.yunying-li .desc-box {
		width: 94%;
		margin: 16px auto;
	}
	.yunying-li.yunying-li1 .desc-box {
		margin-right: auto;
	}
	.yunying-li .desc-box .desc {
		font-size: 12px;
		line-height: 20px;
	}
	.yunying-li .desc-box .image {
		margin-top: 16px;
	}
	.yunying-li.active {
		margin: 0 0 10px 0;
	}
	.yunying-li.active .desc-box {
		width: 94%;
		margin: 16px auto;
	}
	.yunying-li.yunying-li3 .desc-box {
		margin: 16px auto;
	}

	.bianx-wrap {
		margin-bottom: 20px;
	}
	.bianx-wrap .image {
		width: 40%;
		height: auto;
	}
	.bianx-wrap .text-ul {
		width: 58%;
	}
	.bianx-wrap .text-ul .text-li-cont {
		padding: 10px 8px;
	}
	.bianx-wrap .text-ul .text-li.active .title {
		width: 90px;
		height: 30px;
		line-height: 30px;
		border-radius: 10px 0px 10px 0px;
		font-size: 14px;
	}
	.bianx-wrap .text-ul .text-li .title {
		width: 90px;
		height: 30px;
		line-height: 30px;
		border-radius: 10px 0px 10px 0px;
		font-size: 14px;
	}
	.bianx-wrap .text-ul .text-li .desc {
		font-size: 12px;
		padding-top: 10px;
		line-height: 18px;
	}
	.bianx-wrap .text-ul .text-li {
		margin-bottom: 4px;
	}

	.ec-ul {
		flex-direction: column;
	}
	.ec-li {
		width: 100%;
		height: auto;
	}
	.ec-text {
		padding: 10px;
	}
	.ec-text .desc {
		font-size: 12px;
		padding-top: 4px;
		line-height: 18px;
	}
	.ec-bottom {
		height: 45px;
		line-height: 45px;
		font-size: 15px;
	}
	.ec-wrap {
		margin-bottom: 20px;
	}

	.module-box {
		padding: 20px 0 20px 0;
	}
	.home .module-desc, .clients-box .module-desc {
		line-height: 20px;
		font-size: 15px;
	}

	.privatelive-wrap {
		margin-top: 26px;
		height: auto;
		flex-direction: column;
	}
	.privatelive-wrap .tab-list .tab-ul {
		flex-direction: row;
	}
	.privatelive-wrap .tab-list {
		width: 100%;
		height: 100%;
	}
	.privatelive-wrap .tab-list .tab-ul .tab-li {
		font-size: 12px;
		margin-bottom: 10px;
		width: 100%;
		height: 40px;
		line-height: 40px;
	}

	.privatelive-wrap .tab-cont {
		padding: 20px 15px;
	}
	.privatelive-wrap .tab-cont .title {
		font-size: 16px;
	}
	.privatelive-wrap .tab-cont .tab-desc {
		line-height: 18px;
		font-size: 12px;
		padding: 12px 0;
	}
	.privatelive-wrap .tab-cont .icon-ul {
		margin-bottom: 30px;
		justify-content: space-between;
	}
	.privatelive-wrap .tab-cont .icon-ul .icon-li {
		margin-right: 10px;
	}
	.privatelive-wrap .tab-cont .icon-ul .icon-li p {
		font-size: 12px;
	}
	.privatelive-wrap .tab-cont .icon-ul .icon-li img {
		width: 30px;
		height: 30px;
	}
	.privatelive-wrap .tab-cont .button-box {
		justify-content: center;
	}
	.privatelive-wrap .tab-cont .button-box .btn-item.zx-btn {
		margin-right: 30px;
	}

	.mul-ul {
		margin: 26px 0 15px;
		flex-direction: column;
		height: auto;
	}
	.mul-li {
		width: 100%;
		margin-bottom: 10px;
		padding-bottom: 15px;
	}
	.mul-li.active .mul-header {
		height: 45px;
	}
	.mul-li .mul-header .mul-title {
		font-size: 15px;
		padding-top: 8px;
	}
	.mul-li.active .mul-header .iconfont {
		font-size: 22px;
	}
	.mul-li.active .mul-desc {
		padding: 15px 10px;
		height: 40px;
		font-size: 12px;
	}
	.mul-li.active .mul-desc, .mul-li .mul-desc {
		padding: 15px 10px;
		height: auto;
		font-size: 12px;
		min-height: 10%;
	}
	.mul-li.active .try-btn {
		width: 115px;
		height: 33px;
		line-height: 33px;
		font-size: 12px;
		margin: 12px auto 0 auto;
	}
	.mul-li .mul-header {
		padding-top: 24px;
	}
	.mul-li .mul-header .iconfont {
		font-size: 30px;
	}
	.mul-li .mul-header .mul-title {
		font-size: 14px;
		padding-top: 0;
		line-height: 20px;
	}
	.mul-li .mul-desc {
		height: auto;
		font-size: 12px;
		padding: 15px 10px;
		line-height: 20px;
	}

	#second-swiper .swiper-button-prev, #second-swiper .swiper-button-next {
		width: 18px;
		height: 18px;
		line-height: 18px;
	}
	#second-swiper .swiper-button-prev i, #second-swiper .swiper-button-next i {
		font-size: 12px;
	}
	.cases-swiper-pagination.swiper-pagination-custom {
		bottom: -8px;
	}
	.cases-swiper-pagination .cases-swiper-pagination-customs.cases-swiper-pagination-customs-active {
		width: 10px;
		height: 10px;
	}
	.cases-swiper-pagination .cases-swiper-pagination-customs {
		margin-right: 5px;
		width: 8px;
		height: 8px;
	}
	.customer-cases-wrap {
		margin: 20px 0 30px 0;
	}
	.mask-left,.mask-right {
		width: 18%;
		height: 240px;
	}


	.clients-li {
		width: 140px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		margin-right: 8px;
		margin-bottom: 10px;
	}
	.clients-ul {
		height: auto;
	}
	.clients-wrap {
		margin: 10px 0 0;
	}


	.news-ul {
		margin-top: 20px;
	}
	.news-box {
		padding: 10px 15px;
	}

	.reserve-box .button-box {
		margin-top: 30px;
	}

	.module-box .home .p-title {
		font-size: 20px;
		line-height: 20px;
	}
	.home .p-title, .clients-box .p-title {
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 18px;
	}

	.mul-li.active {
		width: 100%;
	}

	.shop-wrap{
		margin-top: 30px;
	}
	.shop-wrap .tab-ul {
		margin-bottom: 10px;
	}

	.usermanage-tab-li {
		font-size: 15px;
		line-height: 20px;
		height: 20px;
		padding: 0 22px;
	}
	.usermanage-tab-ul {
		margin-top: 20px;
	}
	.usermanage-cont {
		margin-top: 20px;
		flex-direction: column;
	}
	.usermanage-cont .img {
		width: 90%;
	}
	.desc-wrap {
		width: 90%;
		margin-left: 0;
		margin-top: 20px;
	}
	.desc-item {
		margin-bottom: 68px;
	}

	.cases-item {
		flex-direction: column;
	}
	.cases-summary {
		width: 84%;
	}
	.cases-item .cases-desc {
		font-size: 15px;
		line-height: 22px;
	}
	.cases-summary .iconfont {
		font-size: 26px;
	}
	.cases-summary .icon-left {
		top: -30px;
		left: -10px;
	}
	.cases-summary .icon-right {
		right: -20px;
	}
}

@media screen and (max-width: 370px) {
	
}