/* 新闻 */
.news_infotitle{
	margin-top: 80px;
	margin-bottom: 30px;
}
.news_infotitle>p:first-child{
    font-size: 40px;
    font-weight: 800;
    color: #61c1be;
    font-family: auto;
}
.news_infotitle>p:last-child{
	font-size: 36px;
	color: #61c1be;
}
.swiper-container .swiper-slide{
	height: 688px!important;
	overflow: hidden;
}
.swiper-container .swiper-slide>a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.swiper-container .swiper-slide>a>img{
	width: 100%;
	height: 100%;
}
.paginations{
	    position: absolute;
	    bottom: 20px;
	    width: 100%;
	    text-align: center;
}
.paginations>span{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: white;
	border-radius: 100%;
	margin: 0 5px;
	cursor: pointer;
}
.paginations>span.swiper-active-switch{
	background: #61c1be;
}
.arrow_style .arrow-left{
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left:20px;
	width: 61px;
	height: 72px;
}
.arrow_style .arrow-right{
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right:20px;
	width: 61px;
	height: 72px;
}
.arrow_style>a>img{
	width: 100%;
	height: 100%;
}
.news_list{
	width: 70%;
	margin: 0 auto!important;
	min-width: 1200px;
}
.news_list>li{
	width: 100%;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px dashed #cbcbcb;
}
.news_list>li:nth-child(2n){
	margin-right: 0px!important;
}
.news_list>li>a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.news_list>li>a>div.left:first-child{
	width: 320px;
	height: 150px;
	border-radius: 10px;
	position: relative;
}
.news_list>li>a>div.left:first-child>p{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
	line-height:30px;
	text-align: left!important;
	left: 0;
	background: rgba(0,0,0,0.4);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	color: white;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_list>li>a>div.left:first-child>div{
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
}
.news_list>li>a>div.left:first-child>div>img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border-radius: 10px;
}
.news_list>li>a:hover>div.left:first-child>div>img{
	transform: scale(1.1);
		transition: all 2s ease 0s;
		-webkit-transform: scale(1.1);
		-webkit-transition: all 2s ease 0s;
}
.news_list>li>a>div.left:nth-child(2){
	width: calc(100% - 335px);
	margin-left: 15px;
	height: 150px;
	position: relative;
}
.news_list>li>a>div.left:nth-child(2)>div.news_title{
	position: absolute;
	text-align: left!important;
	top: 15px;
	width: 100%;
	text-align: left!important;
}
.news_list>li>a>div.left:nth-child(2)>div.news_title>p:first-child{
	font-size: 20px;
	font-weight: 800;
	color: #666;
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_list>li>a:hover>div.left:nth-child(2)>div.news_title>p:first-child{
	color: #61c1be!important;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.news_list>li>a>div.left:nth-child(2)>p.news_time{
	position: absolute;
	bottom: 0;
	text-align: left!important;
	border: 1px solid #61c1be;
	width: 110px;
	text-align: center!important;
}
/* 加盟优势 */
.Advantage{
	width: 80%;
	margin: 0 auto!important;
	min-width: 1200px;
}
.Advantage_ul{
	display: inline-block;
	width: 100%;
}
.Advantage_ul>li img{
	width: 100%;
}
.Advantage_ul>li:nth-child(2n+1){
	margin-right: 2%;
}
.Advantage_ul>li{
	float: left;
	width: 49%;
	margin-top:20px;
	/*width: calc((100% - 50px)/2);*/
	/*margin-right: 10px;*/
	/*border: 1px solid #dcdcdc;*/
	/*position: relative;*/
}
.Advantage_ul>li>div.Advantage_ul_name{
	position: absolute;
	width: 100%;
	bottom: 1px;
	height: 30%;
	background: #61c1be;
	color: white;
	text-align: center;
}
.Advantage_ul>li>div.Advantage_ul_name>p{
	width: 100%;
	position: absolute;
	top: 50%;
	font-size: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	left: 50%;
	transform: translateX(-50%)translateY(-50%);
}
.Advantage_ul>li:last-child{
	margin-right: 0px!important;
}
.Advantage_ul_count>p{
	  font-size: 158px;
	   color: #61c1be;
	   font-family: auto;
	      text-align: center;
}
.chart>div>img{
	max-width: 100%;
	margin-bottom: 120px;
}
/* 详情 */
.detailContent{
	width: 70%;
	margin: 0 auto!important;
	min-width: 1200px;
}
.detailContent .detailTop>div>p {
	font-size: 25px;
}

.detailContent .detailTop {
	margin: 30px 0;
}

.detailContent .detailTop .smallTitle {
	padding: 15px;
	border-bottom: 1px dotted #DDDDDD;
}

.detailContent .detailTop .smallTitle span {
	font-size: 13px !important;
}

.detailContent img {
	max-width: 100%;
	margin: 5px 0;
}
/* 关于我们 */
.about_us{
	width:70%;
	margin: 0 auto;
	min-width: 1200px;
}
.about_us_first_img{
	margin-top: 70px;
}
.about_us_first_img_t{
	margin-bottom: 1%;
}
.about_us_first_img_t>div.left{
	width: 49.5%;
	height: 790px;
}
.about_us_first_img_t>div.left>img{
	width: 100%;
	height: 100%;
}
.about_us_first_img_t>div.left:first-child{
	margin-right: 1%;
}
.about_us_first_img_t>div.left:nth-child(2)>div:first-child{
	margin-bottom: 15px;
}
.about_us_first_img_t>div.left:nth-child(2)>div,
.about_us_first_img_t>div.left:nth-child(2)>div>img{
	width: 100%;
	height: 387px;
}
.about_us_first_img-b>div.left:first-child{
	width: 60%;
	height: 470px;
}
.about_us_first_img-b>div.left:nth-child(2){
	width: 39%;
	margin-left: 1%;
	height: 470px;
}
.about_us_first_img-b>div.left>img{
	width: 100%;
	height: 100%;
}
.about_us_two{
	margin: 100px 0;
	padding-bottom: 100px;
	border-bottom: 1px dashed #000000;
}
.about_us_two>div.left{
	margin-right: 2%;
	width: 60%;
}
.about_us_two>div.right{
	width: 38%;
}
.about_us_two_info>p{
	font-size: 18px;
	    color: #666;
	    line-height: 35px;
}
.about_us_two>div.left>img{
	max-width: 100%;
}
.about_us_three>ul{
	display: inline-block;
	width: 100%;
}
.about_us_three>ul>li{
	float: left;
	width: 16%;
	margin-right: 5%;
	margin-bottom: 20px;
}
.about_us_three>ul>li:nth-child(5n){
	margin-right: 0px!important;
}
.about_us_three>ul>li>div.about_us_three_ul_img{
	width: 100%;
	height: 320px;
	line-height: 320px;
	border: 1px solid #61c1be;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}
.about_us_three>ul>li>div.about_us_three_ul_img>img{
    max-width: 95%;
    max-height: 95%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%)translateY(-50%);
}
.about_us_three_ul_text>p.about_us_three_ul_time{
	font-weight: 800;
	color: #737373;
}
