.head_banner{
	position: relative;
	overflow: hidden;
}
.head_banner.current{
	z-index: -1;
}
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !;
    display: inline-block;
    border: 1px solid #fff !important;
    border-radius: 100%;
    opacity: 1.2 !important;
	background: 0 !important;
}
.swiper-pagination-bullet-active{
	background: #fff !important;
}
.swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .swiper {
        margin-left: auto;
        margin-right: auto;
      }

.teamwork {
  height: 440px;
  background-color: #f6f6f6;
}
.teamwork .teamwork_aa {
  height: 100%;
}
.teamwork .teamwork_aa .more {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
.teamwork .teamwork_aa .more li {
  width: 300px;
  /* height: 300px; */
 
  border-radius: 10px;
}
.teamwork .teamwork_aa .more li .tupian {
  height: 172px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.teamwork .teamwork_aa .more li .title {
  padding: 0 35px;
      font-size: 14px;
      line-height: 28px;
      text-align: center;
}
.teamwork .teamwork_aa .more li .even_more {
  width: 120px;
  height: 35px;
  margin: 20px auto 0;
  border: 1px solid #aaaaaa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #666666;
  cursor: pointer;
}
.teamwork .teamwork_aa .more li:hover .even_more{
	background: #d5a062;
	color: #fff;
	border: 0;
	transition: 1s;
}
.tit{
	text-align: center;
	font-size: 16px;
	color: #333333;
	font-weight: 600;
	margin-bottom: 20px;
}
.teamwork .teamwork_aa .more li:nth-child(1){
	width: 330px;
}
.teamwork .teamwork_aa .more li:nth-child(2){
	width: 380px;
}
.teamwork .teamwork_aa .more li:nth-child(3){
	width: 330px;
}
.need_box{
	display: flex;
	align-items: center;
	height: 400px;
	background: url(../images/IMG.png)no-repeat;
}
.need_tit{
	margin-bottom: 21px;
	font-size: 30px;
	font-weight: 600;
	color: #fff;
  text-align: center;
}
.need_text{
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.need_btn{
	margin-top: 96px;
	display: flex;
	justify-content: center;
}
.need_btn>div{
	cursor: pointer;
	border-radius: 10px;
	margin-left: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 148px;
	color: #fff;
	height: 50px;
	border: 1px solid #dedede;
}
.need_btn>div:hover{
	background: #d5a062;
	color: #fff;
	transition: 1s;
	border: 0;
}




/* 弹框 */
.fram-box{
	display: none;
}
.fram_bg{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0,0.5);
}
.fram_close{
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
}
.fram_main{
	border-radius: 10px;
	width: 58%;
	/* padding: 40px; */
	padding-top: 40px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	background: #fff;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.fram_tit{
	text-align: center;
	margin-bottom: 40px;
	background: #fff;
	position: relative;
}
.fram_tit::before{
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	z-index: -1;
	transform: translate(-50%,-50%);
	width: 20px;
	height: 75px;
	border: 1px solid #dfdfdf;
}
.fram_tit>p:nth-child(1){
	color: #333333;
	font-size: 24px;
	margin-bottom: 10px;
	
}
.fram_tit>p:nth-child(2){
	color: #888888;
	font-size: 12px;
}
.fram_text{
	margin-bottom: 15px;
	width: 100%;
	font-size: 14px;
	color: #666666;
}
.include_text>div:nth-child(1){
	font-size: 14px;
	color: #333333;
	font-weight: 600;
	margin-bottom: 30px;
}
.include_text>div:nth-child(2) p{
	color: #666;
	font-size: 14px;
	margin-bottom: 15px;
}
.include_text>div:nth-child(2) p:last-child{
	margin-bottom: 0;
}
.qidi_text{
	margin-top: 30px;
	color: #666666;
	font-size: 14px;
	line-height: 28px;
	width: 99%;
}

.fram_text{
	line-height: 25px;
}
.include_text > div:nth-child(1){
	margin-bottom: 15px;
}
.qidi_text{
	margin-top: 15px;
	line-height:25px;
}

.fram_tit{
	margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
	.nav-bar{
		height: 64px;
	}
	.head_banner{
		padding-top: 68px;
	}
	.fram_main{
		width: 75%;
		padding-top: 30px;
		top: 55%;
	}
	.fram_close{
		z-index: 1;
		
	}
	.fram_tit{
		margin-bottom: 22px;
	}
	.fram_text{
		margin-bottom: 0;
		line-height: 30px;
	}
}