.header_box .pc_header_box .header_area .menu_list li:nth-child(6) a{
	color: #2d4ecb !important;
  font-weight: bold;
}
.header_box .pc_header_box .header_area .menu_list li:nth-child(6)::after{
  background-color: #2d4ecb;
}
.about_area .banner{
  width: 100%;
	height: 610px;
  display:flex;
  align-items: center;
  flex-direction: column;
  justify-content:center;
  background-image: url("../img/about-banner.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.about_area .banner .title{
  font-size: 72px;
	font-weight: bold;
	color: #ffffff;
}
.about_area .about_us{
  width: 100%;
  padding-top: 100px;
  box-sizing: border-box;
}
.about_content{
  width: 100%;
  position:relative;
  height:710px;
  margin-top: 80px;
  background: #f8f8f8;
}
.about_content .img{
  position:absolute;
  left: 0;
  top: 0;
  width: 950px;
	height: 710px;
  z-index: 1;
}
.about_content .content{
  width: 1021px;
	height: 533px;
	background-color: #ffffff;
  position:absolute;
  right: 0;
  top: 50%;
  transform:translateY(-50%);
  z-index: 2;
  padding:50px 390px 0 160px;
  box-sizing: border-box;
  border-radius:14px 0 0 14px;
}
.about_content .content .title{
  font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #333333;
}
.about_content .content .desc{
  font-size: 16px;
	line-height: 34px;
	letter-spacing: 1px;
	color: #4d4d4d;
  margin-top: 30px;
}
.about_list{
  width:1200px;
  margin: 70px auto 0;
  display:flex;
  flex-wrap: wrap;
}
.about_list li{
  width: 583px;
	height: 400px;
  margin-top: 30px;
  margin-right: 30px;
  display:flex;
  align-items: center;
  justify-content:center;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.about_list li:first-child{
  background-image: url('../img/about1.png');
}
.about_list li:nth-child(2){
  background-image: url('../img/about2.png');
}
.about_list li:nth-child(3){
  background-image: url('../img/about3.png');
}
.about_list li:nth-child(4){
  background-image: url('../img/about4.png');
}
.about_list li:nth-child(2n){
  margin-right: 0;
}
.about_list li .desc{
  width: 390px;
	font-size: 18px;
	line-height: 28px;
	color: #e6e6e6;
  margin: 50px auto 0;
  text-align: center;
}
.about_list li .title{
  font-size: 28px;
	letter-spacing: 2px;
	color: #ffffff;
}
.about_list li .title span{
  font-size: 50px;
	color: #ffce24;
}



/* =============新样式=========== */
.ys_content{
  width:1200px;
  margin: 0 auto;
}
.about_us{
  background-image: url('../img_new/about_02.png');
  background-position: center;
  background-size: 100% 100%;
  margin-bottom: 125px;
}
.about_us_content{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 36px;
  margin-top: 56px;
}
.about_us_img{
	width: 100%;
  /* height: 479px; */
  margin-top: 60px;
}
/* 旗下品牌 */
.brand{
  padding: 85px 0 115px;
  background-image: url('../img_new/旗下品牌-底图.png');
  background-position: center;
  background-size: 100% 100%;
}
.brand .area_title{
	color: #fff;
  margin-bottom: 136px;
}
.brand .area_title::after{
  background-image: none;
  background-color: #fff;
}
.brand .brand_body{
	display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.brand .brand_item{
	width: 386px;
  /* height: 480px; */
  background: #FFFFFF;
  border-radius: 20px 20px 20px 10px;
  position: relative;
}
.brand .brand_item .brand_img{
    width: 182px;
    height: 182px;
    /* background: #FFFFFF; */
    /* box-shadow: 0px 4px 29px 0px rgba(50,78,188,0.38); */
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -88px;
    margin-left: -91px;
}
.brand .brand_item h3{
  font-size: 28px;
    font-weight: 400;
    color: #333333;
    padding: 132px 10% 27px;
}
.brand .brand_item .brand_dec{
	font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  margin: 0 10%;
  min-height: 64px;
}
.brand .brand_item .brand_content{
  font-size: 16px;
  color: #808080;
  line-height: 32px;
  margin: 20px 10% 35px;
  min-height: 165px;
}
.brand .brand_item .brand_buts{
	  display: flex;
    justify-content: space-between;
    padding: 0 15% 70px;
}
.brand .brand_item .brand_buts .brand_buts_01{
	  width: 105px;
    line-height: 40px;
    background: #5372E7;
    border: 1px solid #5372E7;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.brand .brand_item .brand_buts .brand_buts_01:last-child{
  background-color: #fff;
  color: #5372E7;
}
/* 企业文化 */
.culture{
  padding: 100px 0 118px;
}
.culture  .title{
	
}
.culture .culture_body{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
.culture .culture_item{
  position: relative;
	width: 33.3333%;
  text-align: center;
}
.culture .culture_item .culture_img{
  width: 100%;
  height: 210px;
}
.culture .culture_item h3{
	font-size: 24px;
  color: #5372E7;
  margin: 46px 10% 29px;
}
.culture .culture_item p{
  font-size: 15px;
}
.culture .culture_item .culture_desc{
  font-size: 14px;
  color: #666666;
  margin: 0 10%;
  line-height: 24px;
  height: 210px;
  overflow: hidden;
}
.culture .culture_item .culture_desc p{
	
}
.culture .culture_item:nth-of-type(2n){
  padding-bottom: 210px;
}
.culture .culture_item:nth-of-type(2n) .culture_img{
  position: absolute;
  left: 0;
  bottom: 0;
}
/* 企业荣誉 */
.honor{
  padding: 100px 0 50px;
  background-image: url('../img_new/about_04.png');
  background-position: center;
  background-size: 100% 100%;
  height: 559px;
}
.honor .area_title{
	color: #fff;
  margin-bottom: 60px;
}
.honor .area_title::after{
  background-image: none;
  background-color: #fff;
}
.honor .honor_body{
  overflow: hidden;
}
.honor .swiper{
  height: 430px;
}
.honor .swiper-slide{
  background-position: center;
  background-size: cover;
  width: 502px;
  height: 391px;
  overflow: hidden;
  box-shadow: 5px 5px 5px 0 #0000002e;
}
.honor .swiper-slide img {
  width: 100%;
  /* height: 299px; */
  display: block;
  background: #D2BB9F;
  /* padding: 44px 88px 39px; */
}
.honor .swiper-slide  h4{
  text-align: center;
    padding: 36px 0 38px;
    font-size: 18px;
    background-color: #fff;
}
/* 发展历程 */
.course{
  padding: 110px 0 120px;
}
.course .area_title{
}
.course .course_desc{
 text-align: center; 
 margin: 56px 5% 40px;
 font-size: 15px;
 color: #666;
 line-height: 28px;
}
.course .course_body{
	position: relative;
  min-height: 620px;
}
.course .course_line{
	height: 220px;
  position: absolute;
  top: 0;
  width: 88%;
  right: 2%;
  border: 1px solid #ddd;
  border-left: none;
  border-radius: 0 200px 200px 0;
}
.course .course_line:last-child{
  top: 220px!important;
  border: 1px solid #ddd!important;
  border-radius: 200px 0 0 200px!important;
  border-right: none!important;
  /* border-top: none!important; */
  left: 2%!important;
}
.course .course_item{
  position: absolute;
	width: 200px;
  z-index: 9;
}
.course .course_item::before{
  content: "●";
  position: relative;
  color: #5372E7;
  font-size: 30px;
  margin-left: 27px
}
.course .course_item .course_item_year{
  height: 24px;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
}
.course .course_item .course_item_dec{
	width: 230px;
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  margin-top: 15px;
}
.course .course_item:nth-of-type(1),.course .course_item:nth-of-type(8n){
  left: 7%;
  top: -17px;
}
.course .course_item:nth-of-type(2),.course .course_item:nth-of-type(7){
    left: 30.5%;
    top: -17px;
}
.course .course_item:nth-of-type(3),.course .course_item:nth-of-type(6){
    left: 54%;
    top: -17px;
}
.course .course_item:nth-of-type(4),.course .course_item:nth-of-type(5){
  left: 77.5%;
  top: -17px;
}
.course .course_item:nth-of-type(8),.course .course_item:nth-of-type(7),.course .course_item:nth-of-type(6),.course .course_item:nth-of-type(5){
  top: 204px;
}
.course .course_item:nth-of-type(9){
  left: 7%;
  top: 424px;
}
.course .course_item:nth-of-type(10){
  left: 30.5%;
  top: 424px;
}
.course .course_item:nth-of-type(11){
  left: 54%;
  top: 424px;
}
/* 我们的团队 */
.team{
	
}
.team .title{
	
}
.team .team_body{
	padding: 60px 0 120px;
  position: relative;
}
.team .team_img{
	display: inline-block;
}
.team_body .team_img:nth-of-type(1){
  width: 587px;
  height: 423px;
  margin-right: 17px;
}
.team_body .team_img:nth-of-type(2){
  width: 278px;
  height: 201px;
  position: absolute;
}
.team_body .team_img:nth-of-type(3){
  width: 278px;
  height: 201px;
}
.team_body .team_img:nth-of-type(4){
  width: 295px;
  height: 423px;
  float: right;
}
.team_body .team_img:nth-of-type(5){
  width: 885px;
  /* height: 377px; */
  margin-top: 17px;
}
.team_body .team_img:nth-of-type(6){
  width: 296px;
  /* height: 377px; */
  float: right;
  margin-top: 17px;
}

/* 公司环境 */
.environment{
}
.environment .title{
	
}
.environment .environment_body{
	background: #D8D8D8;
  margin: 58px 0 20px;
}
.environment .environment_body>div{
  display: flex;
}
.environment .environment_body img{
	width: 400px;
  height: 322px;
  display: block;
}

/* =========================招商入驻==================== */
/* banner内容 */
.banner_desc{
  width: 759px;
  height: 385px;
  border: 2px solid #FFFFFF;
  color: #fff;
  text-align: center;
}
.banner_desc .banner_desc_title{
  width: 100%;
  font-size: 48px;
  text-align: center;
  padding-top: 63px;
  height: 48px;
}
.banner_desc .banner_desc_content{
  font-size: 28px;
  margin: 42px 10% 54px;
  line-height: 40px;
}
.banner_desc .banner_desc_but{
  width: 200px;
  line-height: 50px;
  background: #5372E7;
  border-radius: 25px;
  font-size: 20px;
  margin: 0 auto;
  cursor: pointer;
}
/* 优势赋能 */
.advant{
  margin: 120px auto 60px;
}
.advant .area_title{

}
.advant .advant_body{
  margin: 92px auto 0;
}
.advant_body .advant_item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}
.advant_body .advant_item_left{
  width: 520px;
  line-height: 34px;
}
.advant_body .advant_item .advant_img{
  max-width: 548px;
}
.advant_body .advant_item .advant_img_two{
  display: block;
}
.advant_body .advant_item .advant_img_therr{
  display: none;
}
.advant_body .advant_item h3{
  font-size: 28px;
  font-weight: 400;
}
.advant_body .advant_item .advant_dec{
  font-size: 20px;
  color: #494A4D;
  margin: 30px 0 15px;
}
.advant_body .advant_item .advant_content{
    
}
.advant_body .advant_item .advant_content p{
  font-size: 16px;
  color: #797B80;
  line-height: 36px;
  padding-left: 15px;
}
.advant_body .advant_item .advant_content p::after{
  content: '●';
  color: #5372E7;
  position: absolute;
  left: 0;
}
/* 合作范围 */
.cooperate{
  background-image: url('../img_new/beckon_04.png');
  background-position: center;
  background-size: 100% 100%;
  padding: 120px 0;
}
.cooperate .area_title{
	color: #fff;
  margin-bottom: 60px;
}
.cooperate .area_title::after{
  background-image: none;
  background-color: #fff;
}
.cooperate .cooperate_body{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.cooperate_body .cooperate_item{
  width: 386px;
  min-height: 410px;
  background: #FFFFFF;
  text-align: center;
}
.cooperate_body .cooperate_item .cooperate_img{
  width: 100%;
  /* height: 233px; */
}
.cooperate_body .cooperate_item h4{
  line-height: 67px;
  font-size: 24px;
  font-weight: 400;
  color: #393939;
}
.cooperate_body .cooperate_item .cooperate_dec{
  font-size: 16px;
  color: #797B80;
  line-height: 28px;
  margin: 0 15%;
}
/* 入驻要求 */
.enter{
  padding: 112px 0 124px;
}
.enter .area_title{

}
.enter .enter_body{
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.enter_body .enter_item{
  background-image: url('../img_new/beckon_05.png');
  background-position: center;
  background-size: 100% 100%;
  width: 571px;
  height: 290px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  color: #fff;
}
.enter_body .enter_item .cooperate_dec{
  font-size: 25px;
  padding: 0 40% 0 32px;
  line-height: 49px;
}
/* 合作伙伴 */
.partners{
  background-image: url('../img_new/beckon_06.png');
  background-position: center;
  background-size: 100% 100%;
  padding: 110px 0 10px;
}
.partners .area_title{
  margin-bottom: 65px;
  color: #fff;
}
.partners .partners_body{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.partners_body .partners_img{
  width: 172px;
  height: 172px;
  border-radius: 50%;
  margin: 0 28px 55px;
}
/* 入驻招商 */
.form{
  padding: 110px 0 100px;
}
.form .form_title{
  text-align: center;
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5372E7;
  line-height: 42px;
  margin-bottom: 35px;
}
.form .form_body{
  display: flex;
  justify-content: space-between;
}
.form .form_body_left{
  text-align: center;
  padding-top: 15px;
  width: 40%;
}
.form .form_body_left h5{
  font-size: 32px;
  color: #000000;
}
.form .form_body_left_01{
  font-size: 20px;
  margin: 33px 0 17px;
}
.form .form_body_left_02{
  width: 208px;
  height: 208px;
  margin: 0 auto;
} 
.form .form_body_right{
  width: 420px;
  margin-right: 12%;
}
.form .form_body_right .required{

}
.form .form_body_right_label{
  font-size: 15px;
  padding: 18px 0 10px 10px;
}
.form .form_body_right_input {
  width: 94%;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 10px 3%;
}
.form .form_body_right_radio{
  color: #808080;
  margin-top: 10px;
}
.form .form_body_right_radio:first-child{
  margin-top: 0;
}
.form .form_body_right_radio input{
  cursor: pointer;
  margin: 0 7px -5px;
  float: left;
}
.form button{
  width: 322px;
  height: 42px;
  background: #5372E7;
  border-radius: 4px;
  margin-top: 30px;
  border: none;
  color: #fff;
  font-size: 15px;
}
/* 
手机端样式 
*/
@media screen and (max-width: 750px) {
  .about_area .banner{
    height: 10rem;
    background-image: url("../img/about-banner-mobile.png");
    background-position: center;
  }
  .about_area .banner .title{
    font-size: .96rem;
  }
  .about_area .about_us{
    padding-top: 1.33rem;
    margin-bottom: 55px;
  }
  .about_content{
    height:8.7rem;
    margin-top: .53rem;
    background: none;
  }
  .about_content .img{
    display:none;
  }
  .about_content .content{
    width: 100%;
    height: 100%;
    top: 0;
    transform:translateY(0);
    padding:0 .4rem;
    box-sizing: border-box;
    border-radius:0;
  }
  .about_content .content .title{
    display:none
  }
  .about_content .content .desc{
    font-size: .42rem;
    line-height: .63rem;
    letter-spacing: .01rem;
    margin-top: 0;
  }
  .about_list{
    width:100%;
    justify-content:center;
    margin: .67rem auto 0;
  }
  .about_list li{
    width: 4.64rem;
    height: 3.2rem;
    margin-top: .27rem;
    margin-right: .27rem;
  }
  .about_list li .desc{
    width: 4rem;
    font-size: .32rem;
    line-height: .57rem;
    margin: .4rem auto 0;
  }
  .about_list li .title{
    font-size: .37rem;
    letter-spacing: .03rem;
  }
  .about_list li .title span{
    font-size: .67rem;
  }

  /*  新样式 */
.ys_content{
  width: 94%;
}
.about_us_content{
  margin-top: 40px;
}
.about_us_img{
  height: auto;
  margin-top: 30px;
}
.brand{
  padding: 35px 0 65px;
  background-size:auto!important;
}
.brand .area_title {
  margin-bottom: 76px;
}
.brand .brand_body{
  display: block;
}
.brand .brand_item{
  width: 100%;
  margin-top: 100px;
}
.brand .brand_item .brand_buts{
  display: none;
}
.culture {
  padding: 40px 0 60px;
}
.culture .culture_body{
  display: block;
  margin-top: 30px;
}
.culture .culture_item{
  width: 100%;
}
.culture .culture_item h3{
  font-size: 22px;
}
.culture .culture_item .culture_img{
  height: auto;
}
.culture .culture_item:nth-of-type(2n) .culture_img{
  position: inherit;
}
.culture .culture_item:nth-of-type(2n){
  padding-bottom: 0;
}
.honor{
  padding: 20px 0 0;
  background-size: auto;
}
.course {
  padding: 40px 0 60px;
}
.course .area_title{
  margin-bottom: 28px;
}
.course .course_item{
  width: 100%;
  margin-left: 14%!important;
  position: initial!important;
}
.course .course_item::before {
  left: -6.5%;
  top: 24px;
  margin-left: 0;
}
.course .course_item .course_item_dec{
  width: 86%;
}
.course .course_line {
  top: 5%;
  left: 10%;
  border: none;
  border-left: 1px solid #ddd;
  z-index: -1;
  height: 90%;
}
.course .course_line:last-child{
  display: none;
}
.team .team_body {
  padding: 40px 0 60px;
  overflow: auto;
}
.team_body .team_img{
  width: 100%!important;
  position: initial!important;
  margin:0 0 5px!important;
  height: auto!important;
}
.environment .environment_body {
  margin: 38px 0 0px;
}
.environment .environment_body>div{
  display: block;
}
.environment .environment_body img{
  width: 100%;
  margin-bottom: 5px;
}
.brand .brand_item{
  height: 430px;
}
.brand .brand_item h3{
  font-size: 20px;
  padding: 102px 10% 17px;
}
/* 入驻招商 */
.banner .banner_desc{
  width: 78%;
  height: 60%;
}
.banner .banner_desc_title{
  font-size: 26px;
  padding-top: 43px;
}
.banner .banner_desc_content{
  margin: 12px 10% 24px;
  font-size: 12px;
  line-height: 20px;
}
.banner .banner_desc_but{
  width: 46%;
  line-height: 35px;
  font-size: 14px;
}
.advant{
  margin: 40px auto 60px;
}
.advant .advant_body{
  margin: 32px auto 0;
}
.advant_body .advant_item{
  display: block;
    text-align: center;
    margin-bottom: 50px;
}
.advant_body .advant_item .advant_img{
  max-width: 100%;
}
.advant_body .advant_item .advant_img_two{
  display: none;
}
.advant_body .advant_item .advant_img_therr{
  display: block;
}
.advant_body .advant_item_left{
  width: 100%;
  line-height: 34px;
}
.advant_body .advant_item h3{
  font-size: 18px;
}
.advant_body .advant_item .advant_dec{
  font-size: 16px;
}
.advant_body .advant_item .advant_content p{
  text-align: left;
  padding-left: calc(10% + 20px);
}
.advant_body .advant_item .advant_content p::after{
  left: 10%;
}
.cooperate{
  padding: 40px 0 60px;
}
.cooperate .area_title{
  margin-bottom: 30px;
}
.cooperate .cooperate_body{
  display: block;
}
.cooperate_body .cooperate_item{
  width: 100%;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.cooperate_body .cooperate_item .cooperate_img{
  height: auto;
}
.cooperate_body .cooperate_item h4{
  font-size: 18px;
}
.cooperate_body .cooperate_item .cooperate_dec{
  font-size: 14px;
}
.enter{
  padding: 40px 0 60px;
}
.enter .enter_body{
  display: block;
  padding-top: 30px;
}
.enter_body .enter_item{
  width: 100%;
    height: 187px;
    margin-bottom: 10px;
}
.enter_body .enter_item .cooperate_dec{
  font-size: 14px;
    line-height: 36px;
}
.partners{
  padding: 40px 0 10px;
  background-size:auto;
}
.partners_body .partners_img{
  width: 22%;
  height: auto;
  margin: 0 0 10px 0;
}
.form{
  padding: 40px 0 60px;
}
.form .form_title{
  font-size: 20px;
    margin-bottom: 6px;
}
.form .form_body{
  display: block;
}
.form .form_body_left{
  width: 100%;
}
.form .form_body_left h5{
  font-size: 18px;
}
.form .form_body_left_01{
  font-size: 15px;
    margin: 20px 0 17px;
}
.form .form_body_right{
  width: 88%;
  margin: 0 auto
}

}


