/*社区团购*/
.shequ-banner{
	display: block;
	width: 100%;
	height: 562px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.shequ-silu{
	padding: 66px 0 88px;
	font-size: 17px;
	color: #666666;
	line-height: 36px;
	text-align: center;
	position: relative;
}
.shequ-silu h3{
	font-size: 40px;
	color: #000000;
	line-height: 58px;
	margin-bottom: 20px;
	font-weight: bold;
}
.shequ-silu h3 span{
	color: #626dfb;
}
.shequ-silu-in{
	position: relative;
}
.shequ-silu-in>span{
	display: block;
	width: 194px;
	height: 217px;
	position: absolute;
	top: 58px;
	left: 50%;
	margin-left: -97px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	/*background-image: url(../images/shequJt.png);*/
	z-index: 9;
	animation:myshequ 3s infinite;
	-moz-animation:myshequ 3s infinite; /* Firefox */
	-webkit-animation:myshequ 3s infinite; /* Safari and Chrome */
	-o-animation:myshequ 3s infinite; /* Opera */
}
@keyframes myshequ{
	0%{background-image: url(../images/shequJt_01.png);}
	33%{background-image: url(../images/shequJt_02.png);}
	66%{background-image: url(../images/shequJt_03.png);}
	100%{background-image: url(../images/shequJt_01.png);}
}

@-moz-keyframes myshequ{
	0%{background-image: url(../images/shequJt_01.png);}
	33%{background-image: url(../images/shequJt_02.png);}
	66%{background-image: url(../images/shequJt_03.png);}
	100%{background-image: url(../images/shequJt_01.png);}
}

@-webkit-keyframes myshequ{
	0%{background-image: url(../images/shequJt_01.png);}
	33%{background-image: url(../images/shequJt_02.png);}
	66%{background-image: url(../images/shequJt_03.png);}
	100%{background-image: url(../images/shequJt_01.png);}
}

@-o-keyframes myshequ{
	0%{background-image: url(../images/shequJt_01.png);}
	33%{background-image: url(../images/shequJt_02.png);}
	66%{background-image: url(../images/shequJt_03.png);}
	100%{background-image: url(../images/shequJt_01.png);}
}

.shequ-youshi{
	display: block;
	padding-top: 126px;
	background-image: url(../images/shequ_07.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 482px;
}
.shequ-youshi-in{
	height: 686px;
	background: #fff;
	padding-top: 76px;
	width: 1480px;
	margin: 0 auto;
}
.shequ-youshi-in h3{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	line-height: 58px;
	color: #000;
}
.shequ-youshi-in h3 span{
	color: #626dfb;
}
.shequ-youshi-in h4{
	text-align: center;
	font-size: 18px;
	color: #666666;
	line-height: 28px;
	text-transform: uppercase;
	margin-top: 12px;
}
.shequ-youshi-ul{
	display: block;
	text-align: center;
	margin-top: 44px;
	height: 344px;
}
.shequ-youshi-in>a{
	display: block;
	width: 210px;
	height: 65px;
	border-radius: 33px;
	border: 2px solid #626dfb;
	text-align: center;
	line-height: 60px;
	font-size: 22px;
	color: #626dfb;
	margin: 0 auto;
	position: relative;
}
.shequ-youshi-in>a:hover{
	background: #626dfb;
	color: #fff;
}
.shequ-youshi-in>a:hover::after{
	content: "";
	display: block;
	width: 224px;
	height: 79px;
	border: 7px solid #eff0ff;
	box-sizing: border-box;
	position: absolute;
	top: -8px;
	left: -8px;
	border-radius: 50px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
.shequ-youshi-ul>div{
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: 100%;
	padding: 0 30px;
}
.shequ-youshi-ul>div span{
	display: block;
	width: 162px;
	height: 162px;
	margin: 0 auto 22px;
	border-radius: 50%;
}
.shequ-youshi-ul>div h2{
	font-size: 22px;
	font-weight: bold;
	color: #282828;
	line-height: 32px;
	margin-bottom: 14px;
	text-align: center;
}
.shequ-youshi-ul>div:hover h2{
	color: #3846ff;
}
.shequ-youshi-ul>div p{
	font-size: 15px;
	line-height: 24px;
	color: #666666;
	text-align: left;
}
.shequ-youshi-ul>div:hover span{
	animation:myshequys 2s infinite;
	-moz-animation:myshequys 2s infinite; /* Firefox */
	-webkit-animation:myshequys 2s infinite; /* Safari and Chrome */
	-o-animation:myshequys 2s infinite; /* Opera */
}
@keyframes myshequys{
	0%{box-shadow: 0 0 36px 0 rgba(98, 109, 251, 0.4);}
	25%{box-shadow: 0 0 36px 0 rgba(98, 109, 251, 0.3);}
	50%{box-shadow: 0 0 36px 0 rgba(98, 109, 251, 0.2);}
	75%{box-shadow: 0 0 36px 0 rgba(98, 109, 251, 0.3);}
	100%{box-shadow: 0 0 36px 0 rgba(98, 109, 251, 0.4);}
}
@-moz-keyframes myshequys{
	0%{box-shadow: 0 0 36px 0 rgba(98, 109, 251, 0.4);}
	25%{box-shadow: 0 0 36px 0 rgba(98, 109, 251, 0.3);}
	50%{box-shadow: 0 0 36px 0 rgba(98, 109, 251, 0.2);}
	75%{box-shadow: 0 0 36px 0 rgba(98, 109, 251, 0.3);}
	100%{box-shadow: 0 0 36px 0 rgba(98, 109, 251, 0.4);}
}
@-webkit-keyframes myshequys{
	0%{box-shadow: 0 0 36px 0 rgba(98, 109, 251, 0.4);}
	25%{box-shadow: 0 0 36px 0 rgba(98, 109, 251, 0.3);}
	50%{box-shadow: 0 0 36px 0 rgba(98, 109, 251, 0.2);}
	75%{box-shadow: 0 0 36px 0 rgba(98, 109, 251, 0.3);}
	100%{box-shadow: 0 0 36px 0 rgba(98, 109, 251, 0.4);}
}
@-o-keyframes myshequys{
	0%{box-shadow: 0 0 36px 0 rgba(98, 109, 251, 0.4);}
	25%{box-shadow: 0 0 36px 0 rgba(98, 109, 251, 0.3);}
	50%{box-shadow: 0 0 36px 0 rgba(98, 109, 251, 0.2);}
	75%{box-shadow: 0 0 36px 0 rgba(98, 109, 251, 0.3);}
	100%{box-shadow: 0 0 36px 0 rgba(98, 109, 251, 0.4);}
}

.shequ-xt{
	padding-top: 74px;
	padding-bottom: 96px;
}
.shequ-xt a{
	display: block;
	width: 210px;
	height: 65px;
	border-radius: 33px;
	border: 2px solid #626dfb;
	text-align: center;
	line-height: 60px;
	font-size: 22px;
	color: #626dfb;
	margin: 8px auto 0;
	position: relative;
}
.shequ-xt a:hover{
	background: #626dfb;
	color: #fff;
}
.shequ-xt a:hover::after{
	content: "";
	display: block;
	width: 224px;
	height: 79px;
	border: 7px solid #eff0ff;
	box-sizing: border-box;
	position: absolute;
	top: -8px;
	left: -8px;
	border-radius: 50px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
.shequ-xt h3{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	line-height: 58px;
	color: #000;
}
.shequ-xt h3 span{
	color: #626dfb;
}
.shequ-xt h4{
	text-align: center;
	font-size: 18px;
	color: #666666;
	line-height: 28px;
	text-transform: uppercase;
	margin-top: 12px;
}
.shequ-zhanshi{
	display: block;
	width: 100%;
	height: auto;
	background-color: #f6f6f6;
	padding: 130px 0 124px;
}

.shequSlide{
	width: 1200px;
	height: 812px;
	position: relative;
	margin: 0 auto;
}
.shequSlide .hd{
	display: block;
	width: 616px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 34px;
	z-index: 9;
}
.shequSlide .hd h3{
	font-size: 40px;
	font-weight: bold;
	line-height: 58px;
	color: #000;
	padding-right: 18px;
}
.shequSlide .hd h3 span{
	color: #626dfb;
}
.shequSlide .hd>p{
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	color: #666666;
	margin: 20px 0 36px;
	padding-right: 18px;
}
.shequSlide .hd ul{
	display: block;
	width: 100%;
	height: 428px;
}
.shequSlide .hd ul li{ 
	cursor:pointer; 
	float: left;
	width: 290px;
	height: 86px;
	margin-bottom: 20px;
	margin-right: 18px;
	background-color: #fff;
	font-size: 24px;
	color: #000000;
	line-height: 86px;
	padding-left: 68px;
	position: relative;
	transition: padding-left 0.5s;
}
.shequSlide .hd ul li span{
	display: inline-block;
	float: left;
	width: 35px;
	height: 100%;
	line-height: 86px;
	text-align: center;
	margin-right: 22px;
}
.shequSlide .hd ul li span img{
	display: inline-block;
}
.shequSlide .hd ul li span img.img2{
	display: none;
}
.shequSlide .hd ul li em{
	display: block;
	width: 19px;
	height: 14px;
	position: absolute;
	right: 52px;
	top: 50%;
	margin-top: -7px;
	transition: all 0.8s;
	opacity: 0;
}
.shequSlide .hd ul li em img{
	display: block;
}
.shequSlide .hd ul li.on{ 
	background-color: #626dfb;
	box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.3);
	color: #fff;
	padding-left: 32px;
}
.shequSlide .hd ul li.on em{
	right: 26px;
	opacity: 1;
}
.shequSlide .hd ul li.on span img.img1{display: none;}
.shequSlide .hd ul li.on span img.img2{display: inline-block;}
.shequSlide-but{
	display: block;
	width: 210px;
	height: 65px;
	border-radius: 33px;
	border: 2px solid #626dfb;
	text-align: center;
	line-height: 60px;
	font-size: 22px;
	color: #626dfb;
	position: relative;
	margin-top: 60px;
}
.shequSlide-but:hover{
	background: #626dfb;
	color: #fff;
}
.shequSlide-but:hover::after{
	content: "";
	display: block;
	width: 224px;
	height: 79px;
	border: 7px solid #eff0ff;
	box-sizing: border-box;
	position: absolute;
	top: -8px;
	left: -8px;
	border-radius: 50px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.shequSlide .bd{
	display: block;
	width: 415px;
	height: 812px;
	margin-left: 712px;
}
.shequSlide .bd li{ 
	zoom:1; 
	vertical-align:middle; 
	width: 415px;
	height: 812px;
}
.shequSlide .bd img{ 
	display: block;
	max-width: 100%;
	max-height: 100%;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.shequSlide .prev,
.shequSlide .next{
	display: block;
	width: 52px;
	height: 52px;
	position: absolute;
	top: 392px;
	right: 505px;
	z-index: 9;
	background-image: url(../images/shequ-left1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.shequSlide .next{
	right: 2px;
	background-image: url(../images/shequ-right1.png);
}
.shequSlide .prev:hover{
	background-image: url(../images/shequ-left2.png);
}
.shequSlide .next:hover{
	background-image: url(../images/shequ-right2.png);
}

.shequ-zhibo{
	margin: 134px auto 90px;	
}
.shequ-zhibo-left{
	display: inline-block;
	width: 642px;
	height: auto;
	float: left;
}
.shequ-zhibo-right{
	display: inline-block;
	float: right;
	width: 532px;
	height: auto;
	padding: 60px 0 0;
}
.shequ-zhibo-right h2{
	font-size: 40px;
	font-weight: bold;
	color: #000000;
	line-height: 56px;
}
.shequ-zhibo-right h2 span{
	color: #626dfb;
}
.shequ-zhibo-right h4{
	display: block;
	width: 100%;
	height: 76px;
	margin: 42px auto 28px;
	text-align: center;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	line-height: 76px;
	background-color: #ffcc00;
	border-radius: 6px;
}
.shequ-zhibo-right h5{
	font-size: 20px;
	color: #010101;
	line-height: 36px;
	margin-bottom: 24px;
}
.shequ-zhibo-right h5 span{
	display: inline-block;
	min-width: 130px;
	padding: 0 28px;
	position: relative;
}
.shequ-zhibo-right h5 span::after{
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	background: #e8e8e8;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}
.shequ-zhibo-right h5 span:last-child::after{
	display: none;
}
.shequ-zhibo-right p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.shequ-zhibo-right a{
	display: block;
	width: 210px;
	height: 65px;
	border-radius: 33px;
	border: 2px solid #626dfb;
	text-align: center;
	line-height: 60px;
	font-size: 22px;
	color: #626dfb;
	position: relative;
	margin-top: 68px;
}
.shequ-zhibo-right a:hover{
	background: #626dfb;
	color: #fff;
}
.shequ-zhibo-right a:hover::after{
	content: "";
	display: block;
	width: 224px;
	height: 79px;
	border: 7px solid #eff0ff;
	box-sizing: border-box;
	position: absolute;
	top: -8px;
	left: -8px;
	border-radius: 50px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.shequ-shiyi{
	padding: 96px 0 98px;
	background: #f2f3ff;
	text-align: center;
}
.shequ-shiyi h3{
	font-size: 40px;
	font-weight: bold;
	color: #000;
	line-height: 58px;
	text-align: center;
}
.shequ-shiyi h3 span{
	color: #626dfb;
}
.shequ-shiyi h4{
	text-align: center;
	font-size: 18px;
	color: #666666;
	line-height: 28px;
	margin: 14px auto 38px;
	text-transform: uppercase;
}
.shequ-hexin{
	display: block;
	width: 100%;
	height: auto;
	padding: 86px 0 62px;
	background-color: #262730;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/shequ_21.jpg);
}
.shequ-hexin-title{
	text-align: center;
	color: #fff;
}
.shequ-hexin-title h3{
	font-size: 40px;
	font-weight: bold;
	line-height: 58px;
}
.shequ-hexin-title h4{
	font-size: 18px;
	line-height: 28px;
	margin-top: 14px;
	text-transform: uppercase;
}
.shequ-hexin-ul{
	margin-top: 46px;
}
.shequ-hexin-ul li{
	display: block;
	width: 100%;
	height: 148px;
	margin-bottom: 22px;
	border-radius: 8px;
	background-color: #3d3e46;
	color: #c1c1c1;
	line-height: 28px;
	padding: 30px 220px 0 54px;
	position: relative;
}
.shequ-hexin-ul li h3{
	color: #fff;
	font-size: 28px;
	line-height: 40px;
	margin-bottom: 15px;
}
.shequ-hexin-ul li:hover{
	background-color: #2e2f3b;
}
.shequ-hexin-ul li em{
	display: block;
	width: 85px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 92px;
	text-align: center;
	line-height: 148px;
}
.shequ-hexin-ul li em img{
	display: inline-block;
	max-width: 100%;
}
.shequ-hexin-in{
	height: 104px;
	margin: 84px auto 0;
	padding-left: 30px;
}
.shequ-hexin-in li{
	float: left;
	width: 26%;
	height: 100%;
	position: relative;
	font-size: 22px;
	line-height: 36px;
	color: #a9a9a9;
	padding-left: 24px;
	margin-right: 120px;
}
.shequ-hexin-in li:last-child{
	margin-right: 0;
}
.shequ-hexin-in li em{
	display: block;
	width: 8px;
	height: 36px;
	background-color: #5360ff;
	position: absolute;
	left: 0;
	top: 16px;
}
.shequ-hexin-in li h2{
	height: 68px;
	line-height: 68px;
	font-size: 24px;
	color: #fff;
}
.shequ-hexin-in li h2 span{
	font-size: 53px;
	padding-right: 15px;
}
.shequ-foot{
	display: block;
	width: 100%;
	height: 155px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.shequ-case-tit{
	margin: 82px auto 18px;
	text-align: center;
}
.shequ-case-tit h3{
	font-size: 40px;
	font-weight: bold;
	color: #000;
	line-height: 58px;
}
.shequ-case-tit h4{
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	margin-top: 14px;
	text-transform: uppercase;
}

.shequCase{
	display: block;
	width: 1278px;
	height: 740px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding: 0;
}
.shequCase .bd{ 
	position:relative; 
	height:100%; 
	z-index:0; 
	width: 100%;
}
.shequCase .bd li{ 
	zoom:1; 
	vertical-align:middle; 
	width: 426px;
	height: 100%;
	/*padding: 20px 38px;*/
}
.shequCase .bd .shequCaseImg{
	display: block;
	width: 350px;
	height: 680px;
	text-align: center;
	line-height: 680px;	
	margin: 20px auto;
	position: relative;
}
.shequCase .bd .shequCaseImg img{
	display: inline-block;
	max-width: 100%;
}
.shequCase .bd .shequCaseImg:hover::after{
	content: "";
	display: block;
	width: 340px;
	height: 670px;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 40px;
	box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.2);
}
.shequCase .prev{
	display: block;
	width: 33%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}
.shequCase .next{
	display: block;
	width: 33%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
}


/*美业*/
.meiye-banner{
	display: block;
	width: 100%;
	height: 610px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.meiye-title{
	display: block;
	height: auto;
	text-align: center;
}
.meiye-title h3{
	font-size: 45px;
	color: #000;
	line-height: 64px;
}
.meiye-title p{
	font-size: 16px;
	text-transform: uppercase;
	line-height: 32px;
	color: #aaaaaa;
}
.meiye-hangye{
	height: auto;
	margin-bottom: 92px;
}
.meiye-hangye li{
	float: left;
	width: 120px;
	height: 138px;
	position: relative;
	margin-right: 34px;
	font-size: 24px;
	color: #333333;
	line-height: 36px;
	text-align: center;
	margin-bottom: 20px;
}
.meiye-hangye li:nth-child(8n){
	margin-right: 0;
}
.meiye-hangye li span{
	display: block;
	width: 76px;
	height: 76px;
	margin: 0 auto 24px;
}
.meiye-hangye li span img{
	display: block;
	transition: all 0.3s;
}
.meiye-hangye li:hover{
	color: #dd6868;
}
.meiye-hangye li:hover span img{
	transform: translateY(-5px);
}
.meiye-vip{
	display: block;
	width: 100%;
	height: auto;
	padding: 72px 0 0;
	background-color: #f6f6f6;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	background-image: url(../images/meiye_03.jpg);
}
.meiye-vipSlide{
	display: block;
	width: 1200px;
	height: 688px;
	margin: 0 auto;
}
.meiye-vipSlide .hd{
	display: block;
	width: 100%;
	height: 88px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.08);
	padding: 0 25px;
}
.meiye-vipSlide .hd ul li{
	float: left;
	width: 14.28%;
	height: 88px;
	position: relative;
	text-align: center;
	line-height: 80px;
	font-size: 18px;
	color: #666666;
	cursor: pointer;
}
.meiye-vipSlide .hd ul li.on{
	font-size: 20px;
	color: #dd6868;
}
.meiye-vipSlide .hd ul li.on::after{
	content: "";
	display: block;
	width: 38px;
	height: 4px;
	background: #dd6868;
	position: absolute;
	bottom: 16px;
	left: 50%;
	margin-left: -19px;
}
.meiye-vipSlide .hd ul li:hover{
	color: #dd6868;
}
.meiye-vipSlide .bd{
	display: block;
	width: 100%;
	height: 508px;
	margin-top: 90px;
	position: relative;
}
.meiye-vipSlide .bd ul li{
	display: block;
	width: 100%;
	height: 508px;
	position: relative;
}
.meiye-vip-right{
	display: inline-block;
	float: right;
	width: 584px;
	height: 100%;
	padding-top: 10px;
}
.meiye-vip-right h3{
	font-size: 40px;
	color: #000000;
	line-height: 58px;
	height: 58px;
	margin-bottom: 34px;
}
.meiye-vip-right p{
	font-size: 18px;
	color: #636363;
	line-height: 36px;
}
.meiye-vip-right a{
	display: block;
	width: 188px;
	height: 62px;
	background: #dd6868;
	text-align: center;
	line-height: 62px;
	font-size: 20px;
	color: #fff;
	margin-top: 100px;
}
.meiye-vip-left{
	display: inline-block;
	float: left;
	width: 566px;
	position: relative;
	height: 100%;
	margin-left: 8px;
	background: url(../images/meiye-yuan.png) no-repeat bottom center;
	background-size: 100% auto;
}
.meiye-vip-left-img{
	display: block;
	width: 320px;
	height: 458px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 140px;
	z-index: 3;
}
.meiye-vip-left span{
	display: block;
	height: 107px;
	/*background-image: url(../images/meiye-xz.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;*/
	position: absolute;
	top: 192px;
	left: 46px;
	z-index: 4;
	width: 508px;
	/*transform: rotatez(-90deg) scale(0.4,1.6);*/
}
.meiye-vip-left span img{
	display: inline-block;
	width: auto;
	height: 100%;
}
.meiye-vip-left span img.img1{
	float: left;
}
.meiye-vip-left span img.img2{
	float: right;
}

.meiye-yg{
	display: block;
	width: 100%;
	height: auto;
	padding: 85px 0 110px;
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background: url(../images/meiye_09.jpg);
}
.meiye-ygList li{
	display: block;
	float: left;
	width: 582px;
	height: 142px;
	border: 6px;
	background: #fff;
	margin-bottom: 36px;
}
.meiye-ygList li:nth-child(2n){
	float: right;
}
.meiye-title.active h3{color: #fff;}
.meiye-title.active p{color: #fff;}

.meiye-ygList li span{
	display: block;
	width: 82px;
	height: 100%;
	float: left;
	margin: 0 25px 0 45px;
	padding: 21px 0;
	line-height: 100px;
}
.meiye-ygList li div{
	float: left;
	width: 412px;
	height: 100%;
	font-size: 20px;
	color: #666666;
	line-height: 30px;
	padding-top: 20px;
}
.meiye-ygList li div h3{
	font-size: 26px;
	color: #000;
	line-height: 40px;
	height: 40px;
	margin-bottom: 5px;
}
.meiye-boss{
	display: block;
	width: 100%;
	height: auto;
	padding-top: 80px;
	background-color: #f4f4f4;
	padding-bottom: 1px;
}

.meiye-ggw{
	display: block;
	width: 100%;
	height: 155px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.meiye-ylTop{
	height: auto;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 45px;
}
.meiye-ylTop span{
	display: inline-block;
	float: left;
	width: 326px;
	height: 82px;
	text-align: center;
	line-height: 82px;
	font-size: 25px;
	color: #000000;
	position: relative;
	cursor: pointer;
}
.meiye-ylTop span:nth-child(3n-1){
	margin: 0 110px;
}
.meiye-ylTop span.active{
	color: #dd6868;
}
.meiye-ylTop span:hover{
	color: #dd6868;
}
.meiye-ylTop span.active::after{
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #dd6868;
	position: absolute;
	bottom: 0;
	left: 0;
}
.meiye-ylIn{
	height: auto;
	margin-bottom: 130px;
}
.meiye-ylIn>div{
	display: none;
	font-size: 15px;
	line-height: 28px;
	text-align: center;
	color: #535353;
}
.meiye-ylIn>div.active{
	display: block;
}
.meiye-ylIn ul{
	display: block;
	width: 100%;
	height: auto;
	padding-top: 20px;
}
.meiye-ylIn ul li{
	float: left;
	width: 250px;
	height: 488px;
	margin-top: 20px;
	margin-right: 66px;
	border-radius: 5px;
}
.meiye-ylIn ul li img{
	display: block;
	border-radius: 5px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.meiye-ylIn ul li:nth-child(4n){
	margin-right: 0;
}
.meiye-ylIn ul li:hover img{
	border-radius: 5px;
	box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.3);
}
/*end*/

/*小程序直播*/
#zhibo-top{
	display: block;
	width: 100%;
	height: 610px;	
	background: #000;
	overflow: hidden;
	position: relative;
	background: url(../images/zhibo_01.png) no-repeat center;
	background-size: cover;
	text-align: center;
	position: relative;
	padding-top: 100px;
}
.zhibo-banner{
	position: absolute;
	padding-top: 156px;
	top: 0;
	left: 50%;
	margin-left: -600px;
	text-align: left;
}
.zhibo-banner span{
	position: absolute;
	top: 158px;
	right: -36px;
	display: block;
	width: 550px;
	height: auto;
}
.zhibo-banner a{
	display: block;
	width: 124px;
	height: 42px;
	border-radius: 21px;
	background: #fff;
	text-align: center;
	font-size: 18px;
	color: #00b389;
	line-height: 42px;
	margin-top: 62px;
	margin-left: 4px;
	position: relative;
}
.zhibo-banner a::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 4px solid rgba(255, 255, 255, 0.26);
	border-radius: 25px;
	position: absolute;
	top: -4px;
	left: -4px;
}
.zhibo-banner a:hover{
	background-color: #00b389;
	color: #fff;
}
.zhibo-title{
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #585858;
}
.zhibo-title h3{
	font-size: 40px;
	font-weight: bold;
	line-height: 52px;
	margin-bottom: 24px;
	color: #000000;
}
.zhibo-title p{
	margin-top: 24px;
}
.zhibo-title em{
	display: block;
	width: 56px;
	height: 8px;
	border-radius: 4px;
	background: #00b389;
	margin: 0 auto;
}
.zhibo-jiazhi{
	height: 320px;
	text-align: center;
	margin: 22px auto 56px;
	font-size: 0;
}
.zhibo-jiazhi li{
	display: inline-block;
	width: 280px;
	position: relative;
	height: 320px;
	margin: 0 52px;
	font-size: 16px;
	color: #959595;
	line-height: 28px;
}
.zhibo-jiazhi li h3{
	font-size: 20px;
	color: #000000;
	line-height: 30px;
	margin-bottom: 20px;
}
.zhibo-jiazhi li span{
	display: block;
	width: 100%;
	height: 188px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.zhibo-wan{
	padding: 72px 0 76px;
	display: block;
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/zhibo_02.png);
}
.zhibo-but{
	display: block;
	width: 138px;
	height: 40px;
	border-radius: 5px;
	background: #00b389;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	margin: 0 auto;
}
.zhibo-wan-in{
	padding-bottom: 40px;
}
.zhibo-wan-in li{
	float: left;
	width: 290px;
	margin-bottom: 20px;
	height: 382px;
	background: #fff;
	margin-right: 13px;
	padding: 64px 20px 20px;
	text-align: center;
	font-size: 18px;
	line-height: 38px;
	color: #696969;
	transition: all 0.3s;
}
.zhibo-wan-in li:nth-child(4n){
	margin-right: 0;
}
.zhibo-wan-in li h3{
	font-size: 28px;
	line-height: 40px;
	margin: 42px 0 20px;
	color: #000000;
}
.zhibo-wan-in li:hover{
	box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.3);
	transform: scale(1.03);
}
.zhibo-title h3 span{
	color: #00b389;
}
.zhibo-zizhu{
	display: inline-block;
	float: right;
	width: 600px;
	padding: 20px 40px 10px 10px;
}
.zhibo-zizhu h2{
	font-size: 32px;
	line-height: 50px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 35px;
}
.zhibo-zizhu-ul{
	padding-bottom: 1px;
	margin-bottom: 30px;
}
.zhibo-zizhu-ul li{
	padding-left: 28px;
	line-height: 30px;
	font-size: 18px;
	color: #000000;
	margin-bottom: 15px;
	position: relative;
}
.zhibo-zizhu-ul li::before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #00b389;
	position: absolute;
	left: 0;
	top: 10px;
}
.zhibo-zizhu a{
	display: block;
	width: 138px;
	height: 40px;
	border-radius: 5px;
	background: #00b389;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
}
.zhibo-zizhu-in{
	margin-bottom: 46px;
	position: relative;
}
.zhibo-zizhu-in li{
	float: left;
	width: 110px;
	width: 110px;
	margin-right: 110px;
}
.zhibo-zizhu-in li:nth-child(3n){
	margin-right: 0;
}
.zhibo-jt1{
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	top: 34px;
	left: 124px;
	transition: all 0.2s;
	animation:myzhibo1 1.4s infinite;
	/*-moz-animation:myzhibo1 3s infinite; 
	-webkit-animation:myzhibo1 3s infinite; 
	-o-animation:myzhibo1 3s infinite; */
}
.zhibo-jt2{
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	top: 34px;
	left: 344px;
	transition: all 0.2s;
	animation:myzhibo2 1.4s infinite;
}
@keyframes myzhibo1{
	0%{transform: translateX(10px);opacity: 1;}
	10%{transform: translateX(20px);opacity: 0.75;}
	20%{transform: translateX(30px);opacity: 0.5;}
	30%{transform: translateX(40px);opacity: 0.25;}
	40%{transform: translateX(50px);opacity: 0;}
	50%{transform: translateX(0px);opacity: 0;}
	60%{transform: translateX(0px);opacity: 0;}
	70%{transform: translateX(0px);opacity: 0;}
	80%{transform: translateX(0px);opacity: 0;}
	90%{transform: translateX(0px);opacity: 0;}
	100%{transform: translateX(0px);opacity: 0;}
}
@keyframes myzhibo2{
	0%{transform: translateX(0px);opacity: 0;}
	10%{transform: translateX(0px);opacity: 0;}
	20%{transform: translateX(0px);opacity: 0;}
	30%{transform: translateX(0px);opacity: 0;}
	40%{transform: translateX(0px);opacity: 0;}
	50%{transform: translateX(0px);opacity: 0;}
	60%{transform: translateX(0px);opacity: 1;}
	70%{transform: translateX(10px);opacity: 0.75;}
	80%{transform: translateX(20px);opacity: 0.5;}
	90%{transform: translateX(30px);opacity: 0.25;}
	100%{transform: translateX(40px);opacity: 0;}
}

.zhibo-shengji{
	display: inline-block;
	float: left;
	width: 520px;
	height: 580px;
	position: relative;
	margin-left: 26px;
}
.swiper-zhiboSj{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.swiper-zhiboSj span{
	display: block;
	width: 330px;
	text-align: center;
	line-height: 580px;
	margin: 0 auto;
}
.zhibo-shengji .arrow-left,
.zhibo-shengji .arrow-right{
	display: block;
	width: 52px;
	height: 52px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-image: url(../images/zhibo-14.png);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -26px;
	z-index: 19;
}
.zhibo-shengji .arrow-left:hover{
	background-image: url(../images/zhibo-15.png);
}
.zhibo-shengji .arrow-right{
	left: auto;
	right: 0;
	background-image: url(../images/zhibo-16.png);
}
.zhibo-shengji .arrow-right:hover{
	background-image: url(../images/zhibo-17.png);
}
.zhibo-youshi{
	display: block;
	width: 100%;
	height: auto;
	padding: 68px 0 80px;
	background: #f6f6f6;
}
.zhibo-zixun{
	display: block;
	width: 138px;
	height: 40px;
	border-radius: 5px;
	background: #00b389;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
}
.zhibo-youshi-in{
	position: relative;
	height: 506px;
	margin-bottom: 40px;
}
.swiper-youshi{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.zhibo-ys{
	display: block;
	width: 372px;
	height: 474px;
	margin: 16px auto;
	position: relative;
	transition: 300ms;
	transform: scale(0.9);
	background: #fff;
	border: 2px solid #fff;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
}
.zhibo-ys span{
	display: block;
	width: 58px;
	height: 58px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-image: url(../images/zhibo-18.png);
	position: absolute;
	left: 0px;
	top: 0px;
	padding-right: 10px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	transition: 300ms;
}
.zhibo-ys h2{
	display: block;
	width: 100%;
	height: auto;
	line-height: 56px;
	font-weight: bold;
	font-size: 30px;
	color: #000000;
	margin: 80px 0 20px;
	text-align: center;
}
.zhibo-ys p{
	font-size: 14px;
	line-height: 24px;
	color: #8a8a8a;
	padding: 0 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.zhibo-ys h4{
	font-size: 14px;
	color: #000000;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	padding: 0 48px;
}
.zhibo-ys em{
	display: block;
	width: 110px;
	height: 44px;
	border-radius: 22px;
	border: 2px solid #00b389;
	text-align: center;
	line-height: 40px;
	margin: 30px auto 20px;
	font-size: 18px;
	color: #00b389;
	font-weight: bold;
}
.swiper-youshi .swiper-slide-active .zhibo-ys{
	transform: scale(1);
	box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.2);
	border-color: #00b389;
}
.swiper-youshi .swiper-slide-active .zhibo-ys h2{
	background: #00b389;
	margin: 0;
	padding: 52px 48px 38px;
	margin-bottom: 26px;
	color: #fff;
}
.swiper-youshi .swiper-slide-active .zhibo-ys span{
	background-image: url(../images/zhibo-29.png);
	color: #00b389;
}
.zhibo-youshi-in .zhibo-left,
.zhibo-youshi-in .zhibo-right{
	display: block;
	width: 400px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 19;
}
.zhibo-youshi-in .zhibo-right{
	left: auto;
	right: 0;
}
.zhibo-foot{
	display: block;
	width: 100%;
	height: 156px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 50px auto 60px;
}

.zhibo-shiyong{
	display: block;
	padding: 62px 0 60px;
	background: #f6f6f6;
}
.zhibo-hangye{
	padding-top: 24px;
}
.zhibo-hangye li{
	float: left;
	width: 120px;
	height: 190px;
	margin-right: 96px;
	text-align: center;
	font-size: 18px;
	color: #000000;
	line-height: 28px;
}
.zhibo-hangye li span{
	display: block;
	width: 100%
	height: 120px;
	text-align: center;
	margin-bottom: 15px;
	transition: all 0.4s;
}
.zhibo-hangye li:nth-child(6n){
	margin-right: 0;
}
.zhibo-hangye li:hover{
	color: #00b389;
}
.zhibo-hangye li:hover span{
	transform: translateY(-10px);
}
.zhibo-gn{
	height: 688px;
	position: relative;
}
.zhibo-gn .bd{
	display: block;
	width: 700px;
	height: 600px;
	position: absolute;
	right: 0;
	top: 44px;
	overflow: hidden;
}
.zhibo-gn .bd li{ 
	zoom:1; 
	vertical-align:middle; 
	width: 700px;
	height: 600px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto;
}
.zhibo-gn .hd{
	display: block;
	width: 420px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 120px;
	font-size: 18px;
	line-height: 32px;
	color: #555555;
}
.zhibo-gn .hd h2{
	font-size: 40px;
	font-weight: bold;
	color: #000000;
	line-height: 64px;
	margin-bottom: 35px;
}
.zhibo-gn .hd .zhibo-ul1{
	display: block;
	width: 324px;
	height: auto;
	border-radius: 10px;
	border: 2px solid #eaeaea;
	margin-bottom: 26px;
	overflow: hidden;
}
.zhibo-gn .hd .zhibo-ul1 li{
	line-height: 68px;
	border-bottom: 2px solid #eaeaea;
	text-align: center;
	font-size: 24px;
	color: #000;
	font-weight: bold;
	cursor: pointer;
}
.zhibo-gn .hd .zhibo-ul1 li:hover{
	color: #00B389;
}
.zhibo-gn .hd .zhibo-ul1 li:last-child{
	border-bottom: none;
}
.zhibo-gn .hd .zhibo-ul1 li.on{
	background-color: #00b389;
	color: #fff;
}
.zhibo-gn .hd a{
	display: block;
	width: 138px;
	height: 40px;
	border-radius: 5px;
	background: #00b389;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	margin: 22px 0 20px;
}
.zhibo-gn .hd .zhibo-ul2>div{
	display: none;
}
.zhibo-gn .hd .zhibo-ul2>div.on{
	display: block;
}
.zhibo-jz{
	height: 64px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	line-height: 65px;
	text-align: center;
	background-image: url(../images/zhibo_03.png);
	font-size: 32px;
	color: #00b389;
}

/*end*/
/*直播分销商城*/
.fxSC-banner{
	display: block;
	width: 100%;
	height: 590px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.fxSC-title{
	text-align: center;
}
.fxSC-title h3{
	font-size: 44px;
	line-height: 58px;
}
.fxSC-title.active h3{
	color: #fff;
}
.fxSC-title p{
	font-size: 18px;
	line-height: 28px;
	color: #6a6a6a;
	margin-top: 22px;
}
.fxSC-title.active p{
	color: #dbdbdb;
}
.fxSC-title em{
	display: block;
	width: 72px;
	height: 8px;
	margin: 10px auto 0;
}
.fxSC-but{
	display: block;
	width: 184px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #5607a7;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-image: url(../images/fenxaioSC_54.png);
}
.fxSC-but:hover{
	background-image: url(../images/fenxaioSC_33.png);
	color: #fff;
}
.fxSC-proMian{
	display: block;
	width: 100%;
	height: auto;
	padding: 76px 0 120px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-image: url(../images/fenxaioSC_07.jpg);
}
.fxSC-proUl{
	padding: 60px 0;
}
.fxSC-proUl li{
	float: left;
	width: 24.8%;
	height: 396px;
	border-radius: 6px;
	/*background-color: #fff;*/
	margin-right: 0.2%;
	position: relative;
}
.fxSC-pro{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0;
	background-color: #fff;
	border-radius: 6px;
	transition: all 0.4s;
	z-index: 19;
}
.fxSC-pro:hover{
	width: 380px;
	height: 516px;
	left: 50%;
	top: 50%;
	margin-top: -258px;
	margin-left: -190px;
	box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.2);
	z-index: 29;
}
.fxSC-proTop{
	display: block;
	width: 100%;
	height: 194px;
	text-align: center;
	padding: 50px 34px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 0.4s;
}
.fxSC-pro:hover .fxSC-proTop{
	height: 230px;
	padding-top: 32px;
	background-image: url(../images/fenxaioSC_43.png);
}
.fxSC-proTop span{
	display: block;
	width: 100%;
	text-align: center;
	height: 65px;
	margin: 0 auto 20px;
	overflow: hidden;
	transition: all 0.4s;
}
.fxSC-proTop span img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}
.fxSC-proTop span img.img2{
	display: none;
}
.fxSC-pro:hover span{
	margin-bottom: 12px;
	height: 82px;
}
.fxSC-pro:hover span img.img1{
	display: none;
}
.fxSC-pro:hover span img.img2{
	display: block;
}
.fxSC-proTop h2{
	font-size: 28px;
	color: #000000;
	line-height: 40px;
	
}
.fxSC-pro:hover h2{
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	line-height: 52px;
}
.fxSC-proTop em{
	display: block;
	width: 100%;
	height: 1px;
	background: #e1e1e1;
	margin-top: 18px;
}
.fxSC-pro:hover em{
	display: none;
}
.fxSC-proBut{
	display: block;
	width: 124px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	color: #5607a7;
	margin: 30px 0 0 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-image: url(../images/fenxaioSC_42.png);
	opacity: 0;
	transition: all 0.4s;
}
.fxSC-proBut:hover{
	background-image: url(../images/fenxaioSC_33.png);
	color: #fff;
}
.fxSC-pro:hover .fxSC-proBut{
	opacity: 1;
}
.fxSC-proText{
	display: block;
	font-size: 16px;
	color: #888888;
	line-height: 28px;
	padding: 30px 50px 0;
	transition: all 0.4s;
}
.fxSC-proText p{
	margin-bottom: 4px;
	padding-left: 20px;
	position: relative;
}
.fxSC-pro:hover .fxSC-proText{
	color: #000000;
}
.fxSC-pro:hover .fxSC-proText p{
	margin-bottom: 10px;
}
.fxSC-proText p::before{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #d2d2d2;
	position: absolute;
	left: 0;
	top: 12px;
}
.fxSC-liyou li{
	float: left;
	width: 574px;
	height: 110px;
	border-radius: 8px;
	margin-bottom: 28px;
	float: left;
	position: relative;
	padding: 26px 10px 0 142px;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	transition: all 0.3s;
}
.fxSC-liyou li:hover{
	transform: scale(1.04);
	box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.2);
}
.fxSC-liyou li:nth-child(2n){
	float: right;
}
.fxSC-liyou li span{
	display: block;
	width: 72px;
	height: 72px;
	position: absolute;
	left: 36px;
	top: 50%;
	margin-top: -36px;	
}
.fxSC-liyou li span img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.fxSC-liyou li h2{
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	line-height: 34px;
}
.fxSC-koubei{
	display: block;
	width: 100%;
	height: auto;
	padding: 58px 0 72px;
	background: #f4f4f4;
}
.fxSC-kouBei li{
	float: left;
	width: 250px;
	height: 216px;
	margin-bottom: 54px;
	text-align: center;
	font-size: 25px;
	color: #000000;
	line-height: 36px;
	margin-right: 66px;
}
.fxSC-kouBei li:nth-child(4n){
	margin-right: 0;
}
.fxSC-kouBei li span{
	display: block;
	width: 100%;
	height: 158px;
	margin: 0 auto 22px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.fxSC-foot{
	display: block;
	width: 100%;
	height: 214px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.fxSC-case{
	width: 1236px;
	height: 536px;
	margin: 0 auto;
	position: relative;
}
.swiper-fxSC-case{
	width: 1236px;
	height: 536px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.swiper-fxSC-case a{
	display: block;
	width: 264px;
	height: 536px;
	text-align: center;
	margin: 0 auto;
	text-align: center;
	line-height: 536px;
}
.swiper-fxSC-case a img{
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	/*transition: all 0.3s;*/
}
.swiper-fxSC-case a:hover{
	/*transform: scale(1.02);*/
	border-radius: 60px;
	box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.2);
}
.fxSC-case .left,
.fxSC-case .right{
	display: block;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-image: url(../images/fenxaioSC_50.png);
	position: absolute;
	left: -84px;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
}
.fxSC-case .right{
	left: auto;
	right: -84px;
	background-image: url(../images/fenxaioSC_52.png);
}
.fxSC-case .left:hover{
	background-image: url(../images/fenxaioSC_51.png);
}
.fxSC-case .right:hover{
	background-image: url(../images/fenxaioSC_53.png);
}
.fxSC-kouBei li:hover{
	color: #5003a7;
}

/*end*/
/*物联*/
.wulianBanner{
	display: block;
	width: 100%;
	height: 496px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.wulianTitle1{
	text-align: center;
	font-size: 16px;
	color: #5f626b;
	line-height: 34px;
	margin: 65px auto 58px;
}
.wulianTitle1 h3{
	font-size: 40px;
	line-height: 60px;
	margin-bottom: 46px;
	color: #111111;
}
.wulianTitle1 h3 span{
	position: relative;
	display: inline-block;
}
.wulianTitle1 h3 span::before{
	content: "";
	display: block;
	width: 64px;
	height: 18px;
	background: url(../images0615/wulianTit_07.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	top: 16px;
	left: -76px;
}
.wulianTitle1 h3 span::after{
	content: "";
	display: block;
	width: 64px;
	height: 18px;
	background: url(../images0615/wulianTit_10.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	top: 24px;
	right: -76px;
}
.wulianTop{
	display: block;
	text-align: center;
	margin-bottom: 92px;
	font-size: 0;
}
.wulianTop li{
	display: inline-block;
	vertical-align: top;
	width: 410px;
	height: 320px;
	text-align: center;
	font-size: 16px;
	color: #5f626b;
	line-height: 28px;
	padding: 48px 26px 10px;
	margin: 0 10px;
	transition: all 300ms;
}
.wulianTop li:hover{
	background: #fff;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.wulianTop li div{
	height: 58px;
}
.wulianTop li h3{
	font-size: 22px;
	color: #181a21;
	margin: 30px 0 10px;
	line-height: 32px;
}
.wulianTop li em{
	display: block;
	height: 5px;
	width: 100%;
	background: url(../images0615/wulian-dian_19.png) no-repeat center;
	background-size: auto;
	margin-bottom: 10px;
}
.wulianTitle2{
	text-align: center;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #666666;
}
.wulianTitle2 h3{
	font-size: 40px;
	line-height: 50px;
	color: #111111;
	margin-bottom: 12px;
}
.wulianCase{
	display: block;
	margin-bottom: 82px;
}
.wulianCase li{
	margin-bottom: 20px;
	margin-right: 18px;
	float: left;
}
.wulianCase li:nth-child(3n){
	margin-right: 0;
}
.wulianCaseList{
	display: block;
	width: 388px;
	height: 310px;
	position: relative;
}
.wulianCase-img{
	display: block;
	width: 100%;
	height: 250px;
	overflow: hidden;
	background-color: #8ea0bc;
}
.wulianCase-img span{
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 400ms;
}
.wulianCase-text{
	display: block;
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #f7f7f7;
	padding: 0 70px 0 20px;
	font-size: 16px;
	color: #2e2e2e;
	line-height: 60px;
	background-repeat: no-repeat;
	background-position: 336px center;
	background-image: url(../images0615/wulian-02.png);
}
.wulianCaseList:hover .wulianCase-img span{
	transform: scale(1.06);
}
.wulianShen{
	display: block;
	width: 100%;
	height: 250px;
	background: url(../images0615/wulian_17.jpg) no-repeat center;
	background-size: cover;
	padding: 54px 0 0;
	text-align: center;
	font-size: 40px;
	color: #fff;
	line-height: 60px;
	min-width: 1280px;
}
.wulianShen a{
	display: block;
	width: 200px;
	height: 52px;
	font-size: 18px;
	color: #2473fe;
	text-align: center;
	line-height: 52px;
	margin: 28px auto 0;
	background: #fff;
}
.wulianDiv2{
	display: block;
	margin-bottom: 120px;
}
.wulianDiv2 li{
	float: left;
	width: 220px;
	height: 390px;
	position: relative;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 400ms;
}
.wulianDiv2 li:last-child{
	margin-right: 0;
}
.wulianDiv2 li>em{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 400ms;
}
.wulianDiv2 li>a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	padding: 44px;
	padding-right: 20px;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.wulianDiv2 li>a h3{
	font-size: 24px;
	line-height: 44px;
	margin-bottom: 36px;
}
.wulianDiv2 li>a div{
	opacity: 0;
	transition: all 400ms;
}
.wulianDiv2 li>a span{
	display: block;
	position: absolute;
	left: 44px;
	bottom: 35px;
}
.wulianDiv2 li.active{
	width: 510px;
}
.wulianDiv2 li.active em{
	opacity: 0;
}
.wulianDiv2 li.active>a div{
	opacity: 1;
}
.wulianDiv2 li.active>a h3{
	font-size: 30px;
}
.wulianDz{
	display: block;
	width: 100%;
	height: auto;
	background: #1c3eab url(../images0615/wulianBg_03.png) no-repeat center;
	background-size: cover;
	padding: 70px 0 62px;
	min-width: 1280px;
}
.wulianDz h2{
	text-align: center;
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	margin-bottom: 34px;
}
.wulianDzTab{
	border-bottom: 1px solid #3a58b4;
	font-size: 0;
	text-align: center;
}
.wulianDzTab a{
	display: inline-block;
	vertical-align: top;
	width: auto;
	line-height: 68px;
	font-size: 20px;
	color: #a5bce6;
	margin: 0 44px;
	position: relative;
}
.wulianDzTab a.active{
	color: #fff;
}
.wulianDzTab a.active::before{
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #31a5ff;
	position: absolute;
	bottom: -1px;
}
.wulianDzTab a:hover{
	color: #fff;
}
.wulianDzIn{
	display: block;
	width: 100%;
	height: 478px;
	overflow: hidden;
	margin-top: 60px;
}
.picScroll-wulian{
	display: block;
	width: 1200px;
	height: 478px;
	margin: 0 auto;
	overflow: visible;
	position: relative;
}
.picScroll-wulian .hd{ 
	display: block;
	width: 100%;
	height: 6px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.picScroll-wulian .hd .prev,
.picScroll-wulian .hd .next{
	display: block;
	width: 78px;
	height: 78px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-image: url(../images0615/left-05.png);
	position: absolute;
	top: -302px;
	left: -118px;
	z-index: 90;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	cursor: pointer;
}
.picScroll-wulian .hd .next{
	left: auto;
	right: -118px;
	background-image: url(../images0615/left-06.png);
}
.picScroll-wulian .hd ul{ 
	width: 100%;
	height: 6px;
	text-align: center;
}
.picScroll-wulian .hd ul li{ 
	display: inline-block;
	vertical-align: top; 
	width:6px; 
	height:6px; 
	border-radius: 50%;
	color:#fff;
	background: #fff;
	margin: 0 10px;
	position: relative;
}
.picScroll-wulian .hd ul li.on{margin-right: 60px;}
.picScroll-wulian .hd ul li.on::after{ 
	content: "";
	display: block;
	width: 52px;
	height: 1px;
	background: #fff;
	opacity: 0.3;
	position: absolute;
	top: 3px;
	left: 14px;
}
.picScroll-wulian .bd{
	display: block;
	width: 1200px;
	height: 478px;
	overflow: visible !important;
}
.picScroll-wulian .bd>div{
	overflow: visible !important;
}
.picScroll-wulian .bd ul{ 
	overflow:visible !important; 
	zoom:1;
	width: 1200px;
	height: 420px;
}
.picScroll-wulian .bd ul li{
	float:left; 
	_display:inline; 
	overflow:hidden; 
	text-align:center; 
	width: 1200px;
	height: 420px;
	background: #fff;
	margin-right: 75px;
	position: relative;
}
.wulianDzIn-img{
	display: inline-block;
	float: left;
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.wulianDzIn-text{
	display: block;
	width: 600px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	padding: 68px 56px 40px 74px;
	font-size: 15px;
	line-height: 28px;
	color: #4c5875;
	text-align: left;
	z-index: 19;
	overflow: auto;
}
.wulianDzIn-text h3{
	font-size: 34px;
	line-height: 46px;
	margin-bottom: 16px;
}
.wulianDzIn-text p{
	margin-bottom: 16px;
}
.wulianDzIn-shu{
	display: block;
	font-family: arial;
	font-size: 200px;
	line-height: 210px;
	color: #f2f3f5;
	position: absolute;
	left: 630px;
	top: 20px;
	font-weight: bold;
}



