.about_main1 .m1_left .m1_bot .tit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .about_main1 .m1_left .m1_bot .tit p {
    margin-right: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .about_main1 .m1_left .m1_bot .tit p:last-child {
    margin-right: 0;
  }
  .about_main1 .m1_left .m1_bot .tit p.active {
    color: #066e3e;
    border-color: #066e3e;
  }
  .about_main1 .m1_left .note {
    line-height: 32px;
  }
  .about_main1 .m1_left .m1_bot .cont ul {
    height: 190px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px;
    display: none;
  }
  .about_main1 .m1_left .m1_bot .cont ul.active {
    display: block;
  }
  .about_main1 .m1_left .m1_bot .cont ul::-webkit-scrollbar {
    width: 3px;
    height: 2px;
  }
  .about_main1 .m1_left .m1_bot .cont ul::-webkit-scrollbar-thumb {
    background: #066e3e;
  }
  .about_main1 .m1_left .m1_bot .cont ul::-webkit-scrollbar-track {
    background: #eeeeee;
  }
  .p100 {
    padding-top: 100px;
  }
  .p100_ {
    padding-bottom: 100px;
  }
  .f18_666 {
    font-size: 18px;
    color: #666;
    line-height: 2;
  }
  .Popularization {
    background: url(../images/img5.png) no-repeat 50% 50%;
    background-size: 100% 100%;
  }
  
  .Popularization .about_main5{
	  background: none;
  }
  .Popularization .box1 {
    margin-top: 22px;
    width: min(860px, 100%);
    font-size: 18px;
    color: #666;
    line-height: 2;
  }
  .Popularization .box2 {
    margin-top: 90px;
  }
  .Popularization .box2 .banner .swiper-wrapper {
    padding: 10px 0 24px;
  }
  .Popularization .box2 .banner .swiper-slide {
    width: 478px;
    -webkit-box-shadow: 0px 0px 16px rgba(6, 110, 62, 0.1);
    box-shadow: 0px 0px 16px rgba(6, 110, 62, 0.1);
   position: relative;
    
  }
  .Popularization .box2 .banner .swiper-slide p{
      position: absolute;
      right: 35px;
      bottom: -24px;
      width: 112px;
      margin: 0;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s;
      opacity: 0;
  }
  .Popularization .box2 .banner .swiper-slide-active p{
      opacity: 1;
  }
  
  
  .Popularization .box2 .banner .swiper-slide p img{
      width: 100%;
  }
  .Popularization .box2 .banner .swiper-slide div{
       overflow: hidden;
  }
  .Popularization .box2 .banner .swiper-slide div>img {
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .Popularization .box2 .banner .swiper-slide:hover div>img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .feature .box {
    margin-top: 54px;
    display: grid;
    gap: 70px;
  }
  .feature .box .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feature .box .item .boxLeft {
    width: 31.25vw;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 20px rgba(6, 110, 62, 0.15);
    box-shadow: 0px 0px 20px rgba(6, 110, 62, 0.15);
  }
  .feature .box .item .boxLeft img {
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .feature .box .item .boxLeft:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .feature .box .item .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 95px 190px 0 140px;
    position: relative;
  }
  .feature .box .item .boxRight .content0 {
    font-size: 36px;
    color: #066e3e;
  }
  .feature .box .item .boxRight .content1 {
    font-size: 18px;
    color: #666;
    line-height: 2;
    margin-top: 25px;
  }
  .feature .box .item .boxRight .content2 {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .feature .box .item .boxRight .content2 img {
    width: 7.1875vw;
  }
  .feature .box .item .boxRight .content3 {
    position: absolute;
    top: 0;
    right: 0;
  }
  .feature .box .item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
  .feature .box .item:nth-child(even) .boxRight .content3 {
    right: auto;
    left: 0;
  }
  .feature .box .item:nth-child(even) .boxRight .content3 img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  .feature .box .item:nth-child(even) .boxRight .content2 {
    right: 100px;
  }
  .wish {
    position: relative;
  }
  .wish .img img {
    width: 100%;
  }
  .wish .position {
    position: absolute;
    top: 178px;
    left: 0;
    width: 100%;
  }
  .wish .position h6 {
    font-size: 30px;
    color: #066e3e;
    margin-bottom: 15px;
  }
  .wish .position .box {
    width: 560px;
    margin-top: 22px;
    font-size: 18px;
    color: #666;
    line-height: 2;
  }
  .TalentConcept .main {
    margin-top: 35px;
    font-size: 18px;
    color: #666;
    line-height: 2;
  }
  .TalentConcept .box {
    margin-top: 54px;
    position: relative;
  }
  .TalentConcept .box .img img {
    width: 100%;
  }
  .TalentConcept .box .position {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    grid-template-columns: repeat(3, 1fr);
  }
  .TalentConcept .box .position .item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
	border-right: 1px solid rgba(255,255,255,0.1);
	
  }
  .TalentConcept .box .position .item .ite {
    position: absolute;
    left: 0;
    bottom: -220px;
    padding: 0 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .TalentConcept .box .position .item .ite .content0 img {
    height: 72px;
  }
  .TalentConcept .box .position .item .ite .content1 {
    font-size: 30px;
    color: #fff;
    margin-top: 28px;
  }
  .TalentConcept .box .position .item .ite .content2 {
    font-size: 18px;
    color: #666;
    line-height: 2;
    color: #fff;
    margin-top: 16px;
    height: 252px;
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .TalentConcept .box .position .item:hover .ite {
    bottom: 70px;
  }
  .TalentConcept .box .position .item:hover .ite .content2 {
    opacity: 1;
  }
  .develop {
    position: relative;
  }
  .develop .img img {
    width: 100%;
  }
  .develop .position {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .develop .position .desc {
    margin-top: 22px;
    font-size: 18px;
    color: #666;
    line-height: 2;
    width: 380px;
  }
  .develop .position .image {
    text-align: right;
    margin-top: -156px;
  }
  .develop .position .image img {
    width: 60.8vw;
  }
  .join_container {
    position: relative;
    z-index: 1;
    margin-top: -152px;
  }
  .join_container .box {
    /* background: #fff; */
    background: url(../images/bg1.png) no-repeat 50% 50%;
    background-size: 100% 100%;
    -webkit-box-shadow: 0px 0px 16px rgba(6, 110, 62, 0.2);
    box-shadow: 0px 0px 16px rgba(6, 110, 62, 0.2);
    padding: 82px 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .join_container .box .content0 {
    font-size: 36px;
  }
  .join_container .box .content0 span {
    color: #066e3e;
  }
  .join_container .box .content1 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px;
  }
  .join_container .box .content1 .left h5 {
    font-size: 18px;
    color: #666;
  }
  .join_container .box .content1 .left p {
    font-size: 30px;
  }
  .join_container .box .content1 .left p a {
    color: #066e3e;
    border-bottom: 1px solid #066e3e;
  }
  .join_container .box .content1 .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ContactInformation .desc {
    font-size: 36px;
    margin-top: 46px;
    text-align: center;
  }
  .ContactInformation .box {
    margin-top: 58px;
    background: #f6faf8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 54px 120px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ContactInformation .box h5 {
    font-size: 18px;
    color: #666;
    margin: 0 0 15px;
  }
  .ContactInformation .box .item1 p a {
    font-size: 30px;
    color: #066e3e;
    line-height: 1;
  }
  .ContactInformation .box .item2 {
    font-size: 30px;
    line-height: 1;
  }
  .ContactInformation .box .item3 img {
    width: 105px;
  }
  .territory .desc {
    font-size: 36px;
    text-align: center;
  }
  .territory .box {
    margin-top: 54px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .territory .box .boxleft {
    width: 49%;
  }
  .territory .box .boxleft .list {
    position: relative;
    display: none;
    width: 627px;
  }
  .territory .box .boxleft .list .img {
    width: 100%;
  }
  .territory .box .boxleft .list .img img {
    width: 100%;
  }
  .territory .box .boxleft .list .dian {
    position: absolute;
  }
  .territory .box .boxleft .list .dian p {
    width: 20px;
    height: 20px;
    background: rgba(116, 173, 146, 0.7);
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
  }
  .territory .box .boxleft .list .dian p::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 14px;
    width: 50px;
    height: 1px;
    background: #066e3e;
    z-index: 2;
  }
  .territory .box .boxleft .list .dian p span {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    margin: auto;
    position: relative;
    z-index: 2;
  }
  .territory .box .boxleft .list .dian p::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(6, 110, 62, 0.4);
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .territory .box .boxleft .list .dian font {
    display: block;
    position: absolute;
    right: 78px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    white-space: nowrap;
  }
  .territory .box .boxleft .list .act font {
    color: #066e3e;
  }
  .territory .box .boxleft .list .act p::after {
    -webkit-animation: yuan 2s linear infinite;
    animation: yuan 2s linear infinite;
  }
  .territory .box .boxleft .list.active {
    display: block;
  }
  .territory .box .boxleft .list1 .fengxian {
    left: 58%;
    top: 82%;
  }
  .territory .box .boxleft .list1 .jingan {
    left: 45.7%;
    top: 49%;
  }
  .territory .box .boxleft .list1 .songjiang {
    left: 26%;
    top: 67%;
  }
  .territory .box .boxleft .list2 .anqing {
    left: 30%;
    top: 78%;
  }
  .territory .box .boxright {
    width: 49%;
  }
  .territory .box .boxright ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 54px;
  }
  .territory .box .boxright ul li {
    font-size: 18px;
    color: #333;
    margin-right: 75px;
    line-height: 30px;
    padding-bottom: 32px;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .territory .box .boxright ul li:hover {
    border-color: #066e3e;
  }
  .territory .box .boxright ul li:last-child {
    margin-right: 0;
  }
  .territory .box .boxright ul li.active {
    font-size: 23px;
    color: #066e3e;
    border-color: #066e3e;
  }
  .territory .box .boxright .listBox {
    margin-top: 54px;
    background: #f6faf8;
    padding: 76px 98px;
    border: 1px solid #eee;
  }
  .territory .box .boxright .listBox .list_item {
    display: none;
  }
  .territory .box .boxright .listBox .list_item.active {
    display: block;
  }
  .territory .box .boxright .listBox .list_item .item {
    display: none;
  }
  .territory .box .boxright .listBox .list_item .item.act {
    display: block;
  }
  .territory .box .boxright .listBox .list_item .item .title {
    font-size: 30px;
  }
  .territory .box .boxright .listBox .list_item .item .list {
    margin-top: 28px;
  }
  .territory .box .boxright .listBox .list_item .item .list p {
    line-height: 1.8;
  }
  .territory .box .boxright .listBox .list_item .item .list p a {
    font-size: 24px;
    color: #333;
  }
  @-webkit-keyframes yuan {
    0% {
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
      opacity: 1;
    }
    100% {
      -webkit-transform: translate(-50%, -50%) scale(2.2);
      transform: translate(-50%, -50%) scale(2.2);
      opacity: 0;
    }
  }
  @keyframes yuan {
    0% {
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
      opacity: 1;
    }
    100% {
      -webkit-transform: translate(-50%, -50%) scale(2.2);
      transform: translate(-50%, -50%) scale(2.2);
      opacity: 0;
    }
  }
  .layer_box {
    position: fixed;
    right: 20px;
    top: 50%;
    z-index: 10;
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 16px #f5f5f5;
    box-shadow: 0px 0px 16px #f5f5f5;
  }
  .layer_box figcaption {
    text-align: center;
    font-size: 16px;
    color: #333;
    padding: 40px 0 6px;
  }
  .layer_box figure {
    padding: 0 25px 32px;
  }
  .layer_box figure img {
    width: 7.4vw;
  }
  .layer_box .btn_box {
    text-align: center;
    padding: 12px 0;
    border-top: 1px solid #eeeeee;
    cursor: pointer;
  }
  .layer_box .btn_box svg {
    margin: auto;
  }
  
  
  .lpk_btn.m5_btn {
    text-align: center;
    z-index: 3;
  }
  .lpk_btn.m5_btn .prev {
    display: inline-block;
    width: 16px;
    height: 30px;
    background: url(../images/zuojian1.png) no-repeat center center;
    cursor: pointer;
    margin-right: 6rem;
  }
  .lpk_btn.m5_btn .prev:hover {
    background: url(../images/zuojian2.png) no-repeat center center;
  }
  .lpk_btn.m5_btn .next {
    display: inline-block;
    width: 16px;
    height: 30px;
    background: url(../images/youjian1.png) no-repeat center center;
    cursor: pointer;
  }
  .lpk_btn.m5_btn .next:hover {
    background: url(../images/youjian2.png) no-repeat center center;
  }
 @media screen and (max-width: 1600px) {
	  .wish .position{
		  top: 100px;
	  }
	  
  }
  
  @media screen and (max-width: 1440px) {
	  .qy_main2 .note {
	      max-width: 610px;
	  }
    .Popularization .box2 .banner .swiper-slide {
      width: 378px;
    }
    .feature .box .item .boxRight {
      padding: 65px 120px 0 120px;
      position: relative;
    }
    .feature .box .item .boxLeft {
      width: 40vw;
    }
    .container {
      width: 1280px;
    }
    .f18_666 {
      font-size: 16px;
    }
    .TalentConcept .box .position .item .ite .content2 {
      font-size: 16px;
    }
    .wish .position {
      top: 64px;
    }
	.TalentConcept .box .img img{
		height: 500px;
		object-fit: cover;
		
	}
	.TalentConcept .box .position .item .ite .content2{
		height: 1.8;
	}
	
	
  }
  @media screen and (max-width: 1366px) {
	  .qy_main2 .note {
	      max-width: 460px;
	  }
	  
	  
    .container {
      width: 1100px;
    }
    .about_main1 .m1_right {
      width: 350px;
    }
    .about_main1 .m1_left {
      margin-right: 490px;
    }
    .about_main1 .m1_left .note {
      font-size: 14px;
      line-height: 26px;
    }
    .about_main1 .m1_left .qianming img {
      width: 75px;
    }
    .about_main1 .m1_left .m1_bot .cont ul li {
      line-height: 32px;
    }
    .about_main1 .m1_left .m1_bot .cont ul {
      height: 160px;
    }
    .feature .box .item .boxLeft {
      width: 34vw;
    }
    .feature .box .item .boxRight .content1 {
      font-size: 14px;
    }
    .feature .box .item .boxRight {
      padding: 45px 90px 0 90px;
    }
    .feature .box .item .boxRight .content0 {
      font-size: 30px;
    }
    .ej_tit {
      font-size: 38px;
    }
    .wish .position h6 {
      font-size: 20px;
    }
    .join_container .box {
      padding: 62px 90px;
    }
    .join_container .box .content0 {
      font-size: 26px;
    }
    .join_container .box .content1 .left p,
    .ContactInformation .box .item1 p a,
    .ContactInformation .box .item2,
    .territory .box .boxright .listBox .list_item .item .title {
      font-size: 20px;
    }
    .join_container .box .content1 .left h5 {
      font-size: 16px;
    }
    .ContactInformation .desc {
      font-size: 26px;
    }
    .ContactInformation .box {
      padding: 44px 60px;
    }
    .ContactInformation .box h5 {
      font-size: 16px;
    }
    .territory .desc {
      font-size: 26px;
    }
    .territory .box .boxleft .list {
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8);
    }
    .territory .box .boxright .listBox .list_item .item .list p a {
      font-size: 16px;
    }
    .territory .p100_ {
      padding-bottom: 60px;
    }
  }
  @media screen and (max-width: 1280px) {
    .Popularization .box2 .banner .swiper-slide {
      width: 300px;
    }
    .TalentConcept .box .position .item .ite .content2 {
      font-size: 14px;
      line-height: 1.6;
    }
    .TalentConcept .box .position .item:hover .ite {
      bottom: -50px;
    }
    .TalentConcept .box .position .item .ite .content0 img {
      height: 56px;
    }
    .TalentConcept .box .position .item .ite .content1 {
      font-size: 20px;
    }
    .TalentConcept .box .position .item .ite {
      bottom: -220px;
      padding: 0px 40px;
    }
    .join_container {
      margin-top: -110px;
    }
    .territory .box .boxright .listBox {
      padding: 46px 70px;
    }
  }
  @media screen and (max-width: 1024px) {
    .layer_box {
      display: none;
    }
    .about_main1 .m1_left {
      margin-right: 0;
    }
    .container {
      width: 100%;
    }
    .about_main1 .m1_right {
      width: 100%;
    }
    .Popularization .box2 .banner .swiper-slide {
      width: 320px;
    }
    .feature .box .item .boxLeft {
      width: 100%;
    }
    .feature .box .item .boxRight {
      padding: 50px 90px 50px 0;
    }
    .feature .box .item:nth-child(even) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
    }
    .feature .box .item .boxRight .content3 {
      display: none;
    }
    .feature .box {
      gap: 50px;
    }
    .feature .box .item .boxRight .content1 {
      font-size: 18px;
    }
    .feature .box .item:nth-child(even) .boxRight .content2 {
      right: 0;
    }
    .feature .box .item .boxRight .content2 img {
      width: 10.1875vw;
    }
    .wish .img img {
      min-height: 440px;
      -o-object-fit: cover;
      object-fit: cover;
    }
    .ej_tit .hengxian {
      margin-top: 34px;
    }
    .join_container {
      margin-top: 0;
    }
    .join_container .box {
      padding: 62px 50px;
    }
    .develop .position .image {
      text-align: right;
      margin-top: -56px;
    }
    .develop .img img {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      min-height: 450px;
    }
    .territory .box {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .territory .box .boxleft {
      width: 100%;
    }
    .territory .box .boxright {
      width: 100%;
    }
    .territory .box .boxleft .list {
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      margin: auto;
    }
    .ContactInformation .box {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .ContactInformation .box > div {
      width: 50%;
    }
    .ContactInformation .box .item2,
    .ContactInformation .box .item3 {
      margin-top: 20px;
    }
    .territory .box .boxright .listBox {
      padding: 46px 40px;
    }
    .TalentConcept .box .position {
      display: block;
    }
    .TalentConcept .box .img img {
      min-height: 700px;
      -o-object-fit: cover;
      object-fit: cover;
    }
    .TalentConcept .box .position .item {
      text-align: center;
    }
    .TalentConcept .box .position .item .ite {
      bottom: 0;
      padding: 0px 20px;
    }
    .TalentConcept .box .position .item .ite .content2 {
      font-size: 14px;
      line-height: 1.6;
      opacity: 1;
      height: auto;
    }
    .TalentConcept .box .position .item:hover .ite {
      bottom: 0px;
    }
    .TalentConcept .box .position .item .ite .content1 {
      margin-top: 18px;
    }
    .TalentConcept .box .position .item .ite {
      position: initial;
    }
    .TalentConcept .box .position .item .ite .content0 img {
      height: 46px;
    }
    .TalentConcept .box .position .item .ite {
      padding: 30px 20px 0;
    }
  }
  @media screen and (max-width: 669px) {
    .ej_tit {
      font-size: 24px;
    }
    .p100 {
      padding-top: 50px;
    }
    .p100_ {
      padding-bottom: 50px;
    }
    .Popularization .box1 {
      font-size: 14px;
    }
    .Popularization .box2 {
      margin-top: 50px;
      padding-bottom: 30px;
    }
    .feature .box .item .boxRight .content0 {
      font-size: 20px;
    }
    .feature .box .item .boxRight .content1 {
      font-size: 14px;
    }
    .feature .box .item .boxRight .content2 img {
      width: 21.1875vw;
    }
    .wish .position .box {
      width: 100%;
      margin-top: 22px;
      font-size: 14px;
      color: #333;
      line-height: 2;
    }
    .wish .position {
      top: 50px;
    }
    .wish .img img {
      min-height: 376px;
    }
    .TalentConcept .main {
      font-size: 14px;
    }
    .TalentConcept .box .position .item .ite .content2 {
      height: 45px;
      overflow: auto;
    }
    .TalentConcept .box .img img {
      min-height: 597px;
    }
    .develop .position .desc {
      font-size: 14px;
      line-height: 2;
      width: 100%;
    }
    .develop .position .image img {
      width: 100%;
    }
    .develop .position .image {
      text-align: right;
      margin-top: 0;
    }
    .join_container .box .content0 {
      font-size: 18px;
    }
    .join_container .box {
      padding: 50px 25px;
    }
    .join_container .box .content1 {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .join_container .box .content1 .right {
      margin-top: 20px;
    }
    .ContactInformation .desc {
      font-size: 18px;
    }
    .ContactInformation .box {
      padding: 30px 20px;
    }
    .ContactInformation .box .item2 {
      font-size: 16px;
    }
    .ContactInformation .box > div {
      width: 100%;
    }
    .ContactInformation .box h5 {
      font-size: 18px;
    }
    .territory .desc {
      font-size: 20px;
    }
    .territory .box .boxleft .list {
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: scale(0.55);
      -ms-transform: scale(0.55);
      transform: scale(0.55);
      margin: -166px auto 0;
    }
    .territory .box .boxright {
      margin-top: -160px;
    }
    .territory .box .boxright ul li {
      font-size: 16px;
    }
    .territory .box .boxright ul li.active {
      font-size: 20px;
    }
    .territory .box .boxright .listBox {
      margin-top: 40px;
    }
    .territory .box .boxright .listBox {
      padding: 30px 20px;
    }
  }