/* banner */
.banner .swiper-wrapper{
	height: auto;
}
.banner .swiper-pagination-bullet{
	height: .14rem;
	width: .14rem;
	background: rgba(255,255,255,0.9);
}
.banner .swiper-pagination-bullet-active{
	width: .34rem;
	background-color: #fff;
	border-radius: .1rem;
	height: .14rem;
}
.banner .swiper-pagination{
	bottom:.35rem;
}
/* main_conten */
.main_content .main_title{
	padding: .42rem 0;
}
.main_content .main_title p{
	font-size: .36rem;
	color: #000;
	text-align: center;
	text-transform: capitalize;
}
.main_content .main_title .line{
	width: .28rem;
	height: 0.03rem;
	background-color: #41b2f3;
	margin: 0 auto;
	margin-top: .17rem;
}
.office_main .office_list{
	width: 24%;
	box-shadow: -1px 0px .1rem 2px rgb(0 0 0 / 10%);
	margin-bottom: 0.18rem;
	border-radius: .15rem;
	padding-bottom: .3rem;
}
.office_main .office_list .office_top{
	width: 100%;
	background: url(../img/index/office_1.png) no-repeat;
	    background-size: 100% 1.53rem;
	height: 1.53rem;
	line-height: 1.53rem;
	text-align: center;
	color: #fff;
	font-size: .18rem;
}
.office_main .office_list:nth-of-type(2) .office_top{
	background-image:url(../img/index/office_2.png) ;
}
.office_main .office_list:nth-of-type(3) .office_top{
	background-image:url(../img/index/office_3.png) ;
}
.office_main .office_list:nth-of-type(4) .office_top{
	background-image:url(../img/index/office_4.png) ;
}
.office_main .office_list:nth-of-type(5) .office_top{
	background-image:url(../img/index/office_5.png) ;
}
.office_main .office_list:nth-of-type(6) .office_top{
	background-image:url(../img/index/office_6.png) ;
}
.office_main .office_list:nth-of-type(7) .office_top{
	background-image:url(../img/index/office_7.png) ;
}
.office_main .office_list:nth-of-type(8) .office_top{
	background-image:url(../img/index/office_8.png) ;
}
.office_list .ul_list{
	
	padding: 0 .1rem;
	padding-top: .3rem;
}
.office_list .ul_list>*{
	width: 50%;
}
.office_list .ul_list>* a{
	display: inline-block;
	width: 100%;
	margin-bottom: .14rem;
	font-size: .12rem;
}
.main_content{
	margin-bottom: .3rem;
}
/* case */
.case{
	width: 100%;
	background-color: #f3f8fa;
}
.project li{
	width: 20%;
}
.project li .projet_top{
	    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    text-align: center;
    margin: 0 auto;
    background-color: #0094fd;
    display: flex;
    justify-content: center;
    align-items: center;
}
.project li .projet_top img{
	width: .56rem;
	vertical-align: middle;
}
.project li p{
	margin-top: 0.14rem;
	width: 100%;
	text-align: center;
	font-size: .18rem;
	margin-bottom: .5rem;
	text-transform: capitalize;
}
/* zy_sli */
.zy_sli{
	background-color: #198de3;
	padding-bottom: 0.6rem;
}
.zy_sli .main_title p{
	color: #fff;
}
.zy_sli .main_title .line{
	background-color: #fff;
}
.zy_sli .zy_content li .zy_sli_top{
	font-size: .36rem;
	color: #fff;
	position: relative;
	display: inline-block;
}
.zy_sli .zy_content li{
	text-align: center;
}
.zy_sli .zy_content li .zy_sli_top span{
	font-size: .14rem;
	color: #fff;
	position: absolute;
	top:0;
	right: -.2rem;
}
.zy_sli .zy_content .zy_sli_left{
	padding-right: 5%;
	width: 65%;
	border-right: 1px solid #5bace8;
}
.zy_sli .zy_content .zy_sli_right{
	padding-left: 5%;
	width: 35%;
}
.zy_sli .zy_content .zy_sli_right p{
	font-size: .18rem;
	color: #fff;
	margin-bottom: .18rem;
}
.zy_sli .zy_content .zy_sli_left li p{
	font-size: .18rem;
	color: #fff;
	margin-top: .2rem;
	
}
.zy_sli .zy_content .zy_sli_right p:nth-last-of-type(1){
	margin-bottom: 0;
}
.user .main_title .small_word{
	font-size: .18rem;
	color: #fff;
	text-align: center;
	margin-top: .1rem;
}
/* user */
.value{
	background: url(../img/index/user.jpg);
}
.value .main_content .main_title p{
	color: #fff;
}
.value .main_content .main_title .small_word{
	color: #fff;
	text-align: center;
	margin-top: .1rem;
}
.value .main_content .value_list{
	
	color:#fff;
}
.value .main_content .value_list .num{
	color:#fff;
}
.value .main_content .value_list .li_bottom{
	color:#fff;
}
.value .main_content .value_list{
	padding: 0 1rem;
	padding-bottom: .68rem;
}
.value .main_content .value_list li{
	width: 33.3%;
	text-align: center;
	padding: 0 8%;
	font-size: .16rem;
}
.value .main_content .value_list li .num{
	font-size: .6rem;
}
.choice{
	padding-bottom: .72rem;
}
/* news */
.news_list{
	display: none;
}
.news_list:nth-of-type(1){
	display:block;
}
.news{
	background-color: #f8f8f8;
}
.news_contain{
	padding: .32rem;
	background-color: #fff;
	
}
.news_content .news_left{
	
}
.news_content .news_right{
	width: 80%;
}
.news_contain .news_content h5{
	color: #222222;
	font-size: .2rem;
	font-weight: normal;
	line-height: 2;
}
.news_contain .news_content h5 a{
	font-size: .2rem;
}
.news_contain .news_content p{
	font-size: .14rem;
	margin: .2rem 0;
	color: #666;
}
.news_contain .news_content .date{
	color: #999999;
}
.news{
	padding-bottom:.64rem;
}
.news_tap{
	margin-bottom: .3rem;
}
.new_top{
	padding-bottom: .3rem;
	border-bottom:1px solid #f1f1f1 ;
}
.news_tap a{
	padding-right: .7rem;
	font-size:.22rem;
	padding-left: 0.2rem;
	border-left: 1px solid #fff;
}
.news_tap .active{
	border-left: 2px solid #0079D4;
	color: #0079d4;
}
/* new_bottom */
.new_bottom{
	padding: .26rem 0;
	padding-bottom: 0rem;
}
.new_bottom li{
	width: 45%;
	margin-bottom: .2rem;
}
.new_bottom li a{
	color: #666666;
}
@media screen and (max-width:1200px){
	.zy_sli .zy_content .zy_sli_left{
		width:60%;
	}
	.news_content .news_right{
		width: 75%;
	}
}
@media screen and (max-width:1024px) {
	.office_main .office_list{
		width:48%;
		border-radius: 0.3rem;
	}
	.zy_sli .zy_content .zy_sli_left{
		width:50%;
	}
	.news_content .news_right{
		width:72%;
	}
	.office_main .office_list{
		width:49%;
	}
	.news_content .news_right{
		width: 65%;
	}
	.new_bottom li{
		width:49%;
	}
	.office_list .ul_list{
		padding-top: 0;
	}
}
@media screen and (max-width:768px){
	.zy_sli .zy_content .zy_sli_left{
		width: 100%;
		padding-right: 0;
		border-right: none;
	}
	.zy_sli .zy_content .zy_sli_right{
		padding-left: 0;
		margin-top: .3rem;
		width: 100%;
	}
	.office_main .office_list .office_top{
		
		height:2rem;
		line-height: 2rem;
	}
	.project li{
		width:20%;
	}
	.project{
/*
		justify-content: flex-start;
		column-gap:.05rem;
*/
	}
	.project li .projet_top{
		width:1.2rem;
		height: 1.2rem;
	}
	.value .main_content .value_list{
		padding:0 0;
	}
	.value .main_content .value_list li{
		width:30%;
		padding: 0;
	}
	.value{
		padding-bottom: 1rem;
		background-size: cover;
	}
	.choice li{
		width: 32%;
	}
	.news_content .news_right{
		width:60%;
	}
	.news_content .news_left{
		
		width: 38%;
	}
	.news_contain .news_content p{
		overflow : hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 3;
	  -webkit-box-orient: vertical;
	  margin-top: .1rem;
	}
	.new_bottom li{
		width:100%;
	}
}