.a-text a{
	text-decoration: none;
}
.container{
	width: 1200px !important;
}
 .top{
	margin-top:20px;
}
.top .text1{
	height: 68px;
	line-height:68px;
}
.top .text1 a{
	font-size: 16px;
	color: #333333;
}
.main-nav{
	background: #007ece;
	margin: 0px !important;
}
.u1{
	display: flex;
}
.u1 li{
	width:130px;
	text-align: center;
	margin-right: 50px;
	height: 45px;
	line-height:55px;
}

.u1 li a{
	font-size: 18px;
	color: #ffffff;
}
.u1 li:hover{
	border-bottom:2px solid #ffffff;
}
.main-img{
	width: 100%;
	border-radius: 0 0 40% 40%;
	overflow: hidden;
}
.main-img img{
	width: 100%;
}

/*  */
.global_module {
	position: relative;
	height: 160px;
	overflow: hidden;
	margin: 30px auto;
	margin-top: -110px;
	box-shadow: 0 2px 5px #dcdcdc ;
	display: flex;
	justify-content: space-between;
	background-color: #ffffff;
	border-radius: 25px;
}
.scrollNews{
	height:96px;
	margin-top: 26px;
	overflow: hidden;
	margin-left: 10px;
}

#ul1{
	padding: 10px;
	margin-left: 20px;
}
#ul2{
	padding: 10px;
	margin-left: 20px;
}
.scrollNews1{
	width: 600px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}
.scrollNews .li1 {
	height:30px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.scrollNews .li1 a{
	color: #707070;
	font-size: 16px;
	text-decoration: none;
}
/*  */
.scrollNews2{
	height:96px;
	margin-top: 26px;
	overflow: hidden;
}
.box2{
	float: left;
	margin: 15px;
	width: 80px;
	height:80px;
	line-height: 30px;
	background-color:#94d4fc;
	padding: 15px 10px;
	text-align: center;
	border-radius: 20%;
	color: #007ece;
	font-size: 20px;
}
#ul1{
	padding: 10px;
	margin-left: 20px;
	height:100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#ul2{
	padding: 10px;
	margin-left: 20px;
	height:100px;
	overflow: hidden;
	
}
.scrollNews2{
	width: 600px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}
.scrollNews2 .li2 {
	height:30px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.scrollNews2 .li2 a{
	color: #707070;
	font-size: 16px;
	text-decoration: none;
}
.box3{
	float: left;
	margin: 15px;
	width: 79px;
	height:80px;
	line-height: 30px;
	padding: 15px 10px;
	text-align: center;
	background-color:#fcd294;
	border-radius: 20%;
	color: #ce7500;
	font-size: 20px;
}
.main-text{
	margin-top: 20px;
	font-size: 24px;
	margin-bottom: 20px;
}
.main-text em{
	font-style:normal;
	border-bottom: 3px solid #5b94f9;
	border-radius: 4%;
	padding-bottom: 4px;
}
.main-text span{
	color: #dcdcdc;
	font-size: 16px;
}
video{
	width: 100%;
	height: 400px;
}
.main-right li{
	height: 146px;
}
.main-right .img-r .m1{
	margin-top: 20px;
}
.main-right .img-r .p-text h4{
	color: #333333;
	font-size: 20px;
}
.main-right .img-r .p-text p {
	color:#9c9096;
	font-size: 16px;
}
.p3{
	color: #707070;
	font-size: 16px;
	margin-bottom: 30px;
}
.c-right-top{
	height: 190px;
	overflow:hidden;
}
.c-right-top img{
	width: 100%;
	height: 100%;
	transition: 1s;
	transform:scale(1.2);
}
.c-right-top  img:hover{
	transform:scaleX(2);		/* 放大 */
	transform:scaleY(0.5);		/* 缩小 */
	transform:scale(1);
}
.c-right-conter{
	overflow:hidden;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	padding: 0 !important;
}
.img-top{
	width: 100%;
	height: 130px;
	overflow: hidden;
	padding: 0 !important;
	margin-right: 5px;
}
.img-dom{
	width: 100%;
	height: 130px;
	overflow: hidden;
	padding: 0 !important;
	margin-left: 5px;
}
.c-right-conter .img2{
	width: 100%;
	margin-right: 10px;
	transition: 1s;
	transform:scale(1.2);
	float: left;
}
.c-right-conter .img2:hover{
	transform:scaleX(2);		/* 放大 */
	transform:scaleY(0.5);		/* 缩小 */
	transform:scale(1);
}

.c-right-conter .img3{
	width: 100%;
	margin-right: 10px;
	transition: 1s;
	transform:scale(1.2);
	float: left;
}
.c-right-conter .img3:hover{
	transform:scaleX(2);		/* 放大 */
	transform:scaleY(0.5);		/* 缩小 */
	transform:scale(1);
}
.bo4 img{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.main-text1{
	margin-top: 20px;
	font-size: 24px;
	margin-bottom: 20px;
	
}
.main-text1 em{
	font-style:normal;
	border-bottom: 3px solid #5b94f9;
	border-radius: 4%;
	padding-bottom: 4px;
}
.main-text1 span{
	color: #dcdcdc;
	font-size: 16px;
}
.thumbnail{
	padding: 14px 14px 4px;
}
.thumbnail a >img{
	width: 240px;
	height: 159px;
	overflow: hidden;
}
.geng{
	border: 1px solid #d7d7d7;
	text-align: center;
	height:40px;
	width: 85px;
	line-height: 40px;
	border-radius: 25px;
	margin-top: 16px;

}
.geng a{
	color: #007ece;
}
.geng02{
	/* border: 1px solid #d7d7d7; */
	text-align: center;
	height:40px;
	width: 60px;
	line-height: 40px;
	/* border-radius: 18%; */
	margin-top: 16px;

}
.btn-join{
	background-color: #3184f7;
	border-radius: 18px;
}

.caption h4{
	text-align: center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.caption p{
	text-align: center;
	font-size: 14px;
	color: #9c9096;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.contain-down{
	background: url(../img/mg/op.png);
	/* height: 400px; */
}
.box5 .u2{
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.box5 .u2 li {
	width:320px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 15px 0;
} 
.box5 .u2 li img{
	width: 280px;
	height:100px;
}
.main-text1{
	padding: 0;
}
.box6-conter-right{
	background-color: #f5f5f5;
	height:163px;
	padding-top: 5px;
}
.box6-conter-right .p4{
	width: 240px;
	color: #9c9096;
	margin-top: 24px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.box6-conter-right .s4{
	margin-left: 6px;
	padding: 1px;
	background-color: #ff0000;
	color: #f5f5f5;
	width: 22px;
	height: 22px;
	border-radius: 20%;
	font-size: 14px;
	text-align: center;
}
.box6-conter-right a{
	font-size: 18px;
	color: #333333;
	text-decoration: none;
}
.box6-h4{
	width: 220px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.conter-img{
	padding: 0;
}
.box7{
	padding: 0px;
	margin-top: 10px;
	height: 110px;
	border-bottom: 1px solid #cccccc;
}
.box7 .biao5{
	color: #4c4c4c;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box7 .biao5 a{
	font-size: 18px;
	color: #4c4c4c;
	text-decoration: none;
}
.box7 .s5{
	margin-top: 8px;
	color: #9c9096;
	font-size: 16px;
	margin-left: 47px;
}
.box7 .p5{
	color: #9c9096;
	font-size: 14px;
	height: 45px;
	line-height: 25px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.box6-right{
	padding: 0;
}
.box7-left{
	margin-top: 25px;
	background: #f5f5f5;
	height: 107px;
}
.box7-left .box7-text{
	text-align: center;
	font-size: 20px;
}
.box7-left .box7-bo{
	text-align:center;
}
.box8{
	margin-top: 30px;
}
.box7-up {
	height:164px;
}
 .box7-dom .p6{
	 color: #9c9096;
	 font-size: 14px;
	 height: 75px;
	 line-height: 25px;
	 margin-top: 10px;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 3;
	 -webkit-box-orient: vertical;
 }
 /* footer */
 .dome-e{
	width: 100%;
	text-align: center;
	height: 60px;
	line-height: 25px;
	margin-top: 30px;
	border-top: 1px solid #7ed2fa;
	padding-top: 19px;
	padding-bottom: 30px;
}
.dome-f{
	color: #ffffff;
}
.dome-f a{
   color: #ffffff;
}

.z-footer{
	background-color: #3ebefb;
	color: #fff;
	padding: 30px;
	margin-top: 50px;
   }
   .z-our{
	font-size: 24px;
	margin-bottom: 30px;
   }
   .z-our span{
	font-size: 18px;
	margin-bottom: 30px;
   }
   .z-main2{
	padding: 0;
   }
   .z-tage{
	margin-bottom: 30px;
   }

/* 申请加盟弹窗 */
.modal-header{
	border: none;
}

.shen{
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 8px;
}
.call{
	text-align: center;
	font-size: 12px;
	color: #cccccc;
	padding-bottom: 45px;
}

.modal-footer{
	border: none;
	padding: 15px 15PX 50PX;
}

.captchaImg {
    height: 33px;
    width: 94px;
    border: 1px solid #cccccc;
	background-color: #3184f7;
	margin-top: 24px;
	border-radius: 4px
}
.btn-join02{
	background-color: #3184f7;
	border-radius: 4px;
}

@media only screen and (max-width: 768px) {
    .container{
    	width: 100% !important;
    }
	.u1 li{
		width:20%;
		text-align: center;
		margin-right: 0px !important;
		height: 45px;
		line-height:55px;
	}
	.u1 li:nth-child(1){
		width:15%;
		text-align: center;
		margin-right: 0px !important;
		height: 45px;
		line-height:55px;
	}
	.u1 li:nth-child(2){
		width:25%;
		text-align: center;
		margin-right: 0px !important;
		height: 45px;
		line-height:55px;
	}
	.u1 li a{
		font-size: 12px;
		color: #ffffff;
	}
	.news{
		display: none;
	}
	video{
		width: 100%;
		height: 215px;
	}
	.z-pading{
		padding: 0 15px !important;
	}
	.geng{
		border: 1px solid #d7d7d7;
		text-align: center;
		height:40px;
		width: 85px;
		line-height: 40px;
		border-radius: 25px;
		margin-top: 16px;
	}
	.box7{
		padding: 0px;
		margin-top: 10px;
		height: auto;
		border-bottom: 1px solid #cccccc;
	}
	.box6-conter-right .p4{
		width: auto;
	}
	.box7-left{
		margin-top: 18px;
		background: #f5f5f5;
		height: 96px;
	}
	.box8{
		margin-top: 20px;
	}
	.z-footer-h{
		display: none;
	}
	.dome-e{
		width: 100%;
		text-align: center;
		height: auto;
		line-height: 25px;
		margin-top: 30px;
		border-top: 1px solid #7ed2fa;
		padding-top: 19px;
		padding-bottom: 0px;
	}
}
  
