/* section#eSalaryThree {
  background-image: url(/uploads/image/20190830/5d68c892468d9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  position: relative;
}

section#eSalaryThree:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(49, 54, 60, 0.8);
} */
#eSalaryOne.bg-gray{
  background:#fff;
}
#eSalaryOne .container{
  /* max-width:935px; */
}
#eSalaryOne .eS1-top .top-des{
  font-size: 20px;
  line-height: 1.7;
  color: #626262;
  text-align:left;
}

p.item-title {
  color: #fff;
}

#eSalaryThree{
  background: #fff;
}
#eSalaryThree .eS3-left .item-des {
  color: #fff;
}

.eS3-top.text-center.m-b-100 {
  position: relative;
}

#eSalaryThree .title-h2 {
  color: #f39900;
}
section#eSalaryTwo{
  padding-top:80px;
}
#eSalaryTwo .title-h2:after {
  content: '';
  display: block;
  width: 64px;
  height: 2px;
  background: #e2e2e2;
  margin: 25px auto 0;
}
#eSalaryTwo .lie {
  width: 100%;
}
#eSalaryTwo .m-b-90{
  margin-bottom:60px;
}
#eSalaryTwo .lie .lie_s {
  width: 100%;
}

#eSalaryTwo .lie .lie_s .lie_c {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
}

#eSalaryTwo .lie .lie_s .lie_c .img_left {
  width: 76px;
  height: 76px;
  margin-right: 30px;
}

#eSalaryTwo .lie .lie_s .lie_c p {
  width: 100%;
  line-height: 1.6;
  font-size: 18px;
  /* font-family:PingFang-SC-Regular; */
  font-weight: 400;
  padding-left: 20px;
}

#eSalaryTwo .lie .lie_s .lie_c p:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #F08200;
  border: none;
  margin-right: 10px;
  margin-left: -20px;
}

#eSalaryTwo .lie .lie_s .lie_c p.tits {
  font-size: 20px;
  font-weight: bold;
  padding-left: 0px;
}

#eSalaryTwo .lie .lie_s .lie_c p.tits:before {
  display: none;
}
#eSalaryThree  .tis{
  width:100%;
  position:relative;
}
#eSalaryThree  .tis .con{ 
  width:90%;margin:0 auto;
}
#eSalaryThree  .tis .prevs{ 
  position:absolute;
  top: calc( 50% - 24px);
  left:0px;
  outline:none;
  cursor:pointer;
  opacity:0.6;
  transition:all linear .5s;
}

#eSalaryThree  .tis .nexts{ 
  position:absolute;
  top: calc( 50% - 24px);
  right:0px;
  outline:none;
  cursor:pointer;
  opacity:0.6;
  transition:all linear .5s;
}
#eSalaryThree  .tis .prevs:hover{
  opacity:1;
}
#eSalaryThree  .tis .nexts:hover{
  opacity:1;
}
#eSalaryThree  .tis .prevs img,#eSalaryThree  .tis .nexts img{
  width:48px;
}
#eSalaryThree  #swiper_2 .swiper-wrapper{
  padding:50px 0px;
}
#eSalaryThree  #swiper_2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: none;
  transition: 300ms;
  transform: scale(0.6);
  box-sizing:border-box;
  width:calc(100% / 3 - 30px);
  margin:0px 15px;
  overflow:visible;
}
#eSalaryThree  #swiper_2 .swiper-slide img{
    margin-bottom:55px;
    box-shadow:0px 0px 29px 0px rgba(0,119,238,0.32);
}
#eSalaryThree  #swiper_2 .swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1.2);
}
#eSalaryThree  #swiper_2 .swiper-slide-active img{
    margin-bottom:25px;
}
#eSalaryThree  #swiper_2 .swiper-slide p{
    font-size:20px;
    /* font-family:PingFang SC; */
    font-weight:400;
    color:rgba(98,98,98,1);
    line-height:30px;
   
}
#eSalaryThree  #swiper_2 .swiper-slide-active p{
    color:#F39900;
}

section#eSalaryFour {
  background-image: url(../img/bg_tt.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  position: relative;
}
#eSalaryFour .container{
  width:90%;
  max-width:1300px;
}
section#eSalaryFour:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(49, 54, 60, 0.8);
}
p.item-title {
  color: #fff;
}

#eSalaryFour .eS3-left .item-des {
  color: #fff;
}

.eS3-top.text-center.m-b-100 {
  position: relative;
}

#eSalaryFour .title-h2 {
  color: #fff;
}

#eSalaryFour .contents{
  width:100%;position:relative;margin-bottom:450px;
}
#eSalaryFour .contents .white_center{
  width:280px;height:280px;border-radius:100%;background:#fff;margin:0 auto;
}

@keyframes mymove
{
    from {
      -webkit-transform:rotateZ(0deg);
      transform:rotateZ(0deg);
    }
    to {
      -webkit-transform:rotateZ(360deg);
    transform:rotateZ(360deg);
    }
}

@-moz-keyframes mymove /* Firefox */
{
  from {
    -webkit-transform:rotateZ(0deg);
    transform:rotateZ(0deg);
  }
  to {
    -webkit-transform:rotateZ(360deg);
    transform:rotateZ(360deg);
    }
}

@-webkit-keyframes mymove /* Safari and Chrome */
{
  from {
    -webkit-transform:rotateZ(0deg);
    transform:rotateZ(0deg);
  }
  to {
    -webkit-transform:rotateZ(360deg);
    transform:rotateZ(360deg);
    }
}

@-o-keyframes mymove /* Opera */
{
  from {
    -webkit-transform:rotateZ(0deg);
    transform:rotateZ(0deg);
  }
  to {
    -webkit-transform:rotateZ(360deg);
    transform:rotateZ(360deg);
    }
}

#eSalaryFour .contents .white_center:before{
  content:'';
  display:block;
  width:410px;
  height:410px; 
  border:6px dashed #fff;
  position:absolute;
  top: -65px;
  left: calc(50% - 410px / 2);
  border-radius:100%;
  animation:mymove 28s infinite linear;
  -moz-animation:mymove 28s infinite linear; /* Firefox */
  -webkit-animation:mymove 28s infinite linear; /* Safari and Chrome */
  -o-animation:mymove 28s infinite linear; /* Opera */
}

#eSalaryFour .contents .white_center p{
  line-height:280px;font-size:32px;color:#F39900;text-align:center;
}
#eSalaryFour .contents .items{
  position:absolute;
  cursor: pointer;
  /* top: 0px;
  left: calc( 50% - 112px / 2 - 410px / 2);
  border:1px solid red; */
}

#eSalaryFour .contents .items .tb_content{
  width:112px;
  height:112px;
  background:#fff;
  border-radius:100%;
  padding:29px;
  transition:all linear .5s;
}
#eSalaryFour .contents .items .tb_content svg{
  width:54px;
  height:auto;
}

#eSalaryFour .contents .items .nr_content{
  width:280px;
  background:none;
  position: absolute;

}
#eSalaryFour .contents .items .nr_content .title_top{
  font-size:20px;
  /* font-family:PingFang SC; */
  font-weight:bold;
  color:rgba(255,255,255,1);
  margin-bottom:40px;
  opacity:0.3;
}
#eSalaryFour .contents .items .nr_content p{
  font-size:18px;
  /* font-family:PingFang SC; */
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:1.6;
  opacity:0.3;
}


#eSalaryFour .contents .items:nth-of-type(1){
  top: -70px;
  left: calc( 50% - 112px / 2 - 410px / 2 + 70px /2);
}
#eSalaryFour .contents .items:nth-of-type(1) .nr_content{
  top: 0px;
  right: 152px;
}
#eSalaryFour .contents .items:nth-of-type(2){
  top: calc(50% - 112px / 2);
  right: calc( 50% - 112px / 2 - 410px / 2 - 30px);
}
#eSalaryFour .contents .items:nth-of-type(2) .nr_content{
  top: calc( 112px / 2 - 410px / 2);
  left: 152px;
}
#eSalaryFour .contents .items:nth-of-type(3){
  top: calc(100% + 30px);
  left: calc( 50% - 112px / 2);
}
#eSalaryFour .contents .items:nth-of-type(3) .nr_content{
  top: calc(100% + 40px );
  left: calc(0px - 640px / 2 + 112px / 2);
  width: 640px;
}

#eSalaryFour .contents .items.hovers .tb_content{
  background:#F39900;
}
#eSalaryFour .contents .items.hovers .nr_content .title_top{
  opacity:1;
  transition:all linear .5s;

}
#eSalaryFour .contents .items.hovers .nr_content p{
  opacity:1;
  transition:all linear .5s;
}
#eSalaryFour .contents .items.hovers .tb_content svg path{
  fill:#ffffff;
}
#eSalaryFour .tu_contents{
  width:100%;
  position:relative;
}
#eSalaryFour .tu_contents p{
  font-size:32px;
  /* font-family:PingFang SC; */
  font-weight:bold;
  color:rgba(243,153,0,1);
  margin-bottom:40px;
  text-align:center;
  /* line-height:1.5; */
}
#eSalaryFour .tu_contents img{
  width:100%;
  height:auto;
}
#eSalaryFour .m-b-100{
  margin-bottom:165px;
}
#eSalaryFive{
  padding:140px 0px 140px;
}
#eSalaryFive:before{
  display:none;

}
#eSalaryFive .title-h2{
  text-align: left;
  font-size: 32px;
  font-weight: bold;
  /* padding-left: 36px; */
}
#eSalaryFive .eS4-top {
  margin-bottom: 50px;
  /* margin-left: 5%; */
}
#eSalaryFive .f_lisr {
  width:100%;
  margin:0 auto;
}
#eSalaryFive .f_lisr .item{
  width:100%;display:flex;justify-content: flex-start;position:relative;margin-bottom:20%;
}
#eSalaryFive .f_lisr .item:nth-of-type(3){
  margin-bottom:140px;
}
#eSalaryFive .f_lisr .item .img_right{
  position: absolute;
  width: 50%;
  box-sizing: border-box;
  height: 100%;
  /* display: flex; */
  flex-direction: column;
  justify-content: center;
  /* background: url(../img/image1.png) no-repeat; */
  /* background-size: cover; */
  background-position: center;
  background: none;
  padding: 0% 6%;
  margin-left:-6%;
}
#eSalaryFive .f_lisr .item:nth-child(2n+1) .img_right{
  margin-left:6%;
}
#eSalaryFive .f_lisr .item .title_content{
  width:100%;height:100%;display:flex;justify-content:flex-end;
}
#eSalaryFive .f_lisr .item .title_content{
  left:10%;
}
#eSalaryFive .f_lisr .item:nth-child(2n+1){
  justify-content: flex-end;
}
#eSalaryFive .f_lisr .item:nth-child(2n+1) .title_content{
  justify-content: flex-start;
  margin-left:-15%; 
}

#eSalaryFive .f_lisr .item .img_right img.img_show{
  width:100%;
  box-sizing:border-box;
  margin-top: 6%;
  box-sizing: border-box;
  /* height:100%; */
}

 #eSalaryFive .f_lisr .item .img_right .bg_item{
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
 }
 #eSalaryFive .f_lisr .item .img_right .bg_item img.bg{
   width:100%;
    /* width:530px; */
   object-fit: contain;
 }

#eSalaryFive .f_lisr .item .title_content .title_show{
  width:52%;
  margin-right:-11%;
  /* padding:36px; */
  box-sizing:border-box;
  display:flex;justify-content: center;flex-direction: column;
}
#eSalaryFive .f_lisr .item:nth-child(2n+1) .title_content .title_show{
  margin-left:-5%;
}

#eSalaryFive .f_lisr .item .title_content .title_show p{
  width:100%;
  font-size:18px;
  /* font-family:PingFang SC; */
  font-weight:400;
  color:rgba(98,98,98,1);
  line-height:1.6;
  padding-left:20px;
}
#eSalaryFive .f_lisr .item .title_content .title_show p:before{
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #F08200;
  border: none;
  margin-right: 10px;
  margin-left: -20px;
  border-radius:100%;
}
#eSalaryFive .f_lisr .item .title_content .title_show p.title_top{
  font-size:20px;
  font-weight:bold;
  color:rgba(17,17,17,1);
  padding-left:0px;
  margin-bottom:30px;
}
#eSalaryFive .f_lisr .item .title_content .title_show p.title_top:before{
  display:none;
}

#eSalaryFive .title-line:after{
  display:none;
}

section#eSalarySix {
  background-image: url(/uploads/image/20190830/5d68c892468d9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  position: relative;
}
#eSalarySix .container{
  /* max-width:1420px; */
}
section#eSalarySix:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(49, 54, 60, 0.8);
}
section#eSalarySix .contents{
  width:100%;
  display:flex;
  justify-content: space-between;
  margin:0px auto;
}
section#eSalarySix .contents .swiper_content{
  width:70%;
  /* opacity:0.89; */
  border-radius:50px;
  border-bottom-right-radius:0px;
  background:rgba(255,255,255,0.89);
  padding:30px 40px;
  position:relative;
}
section#eSalarySix .contents .swiper_content #swiper_5{
  margin-bottom:40px;
}
section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide p{
  font-size:18px;
  /* font-family:PingFang SC; */
  font-weight:400;
  color:rgba(98,98,98,1);
  line-height:1.6;
}

/* section#eSalarySix .contents .swiper_content p{
  font-size:18px;
  font-family:PingFang SC;
  font-weight:400;
  color:rgba(98,98,98,1);
  line-height:30px;
} */

section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide p.titles_top{
  font-size:32px;
  /* font-family:PingFang SC; */
  font-weight:bold;
  color:rgba(243,153,0,1);
  margin-bottom:30px;
}

/* section#eSalarySix .contents .swiper_content p.titles_top{
  font-size:32px;
  font-family:PingFang SC;
  font-weight:bold;
  color:rgba(243,153,0,1);
} */

section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide p img{
  /* margin: 40px 0px; */
  width:100%;
}
section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom p{
  font-size:18px;
  /* font-family:PingFang SC; */
  font-weight:400;
  color:rgba(98,98,98,1);
  line-height:1.6;
  position:relative;
  text-indent: 0px;
  margin-left: 25px;
}
/* section#eSalarySix .contents .swiper_content .t_bottom p{
  font-size:16px;
  font-family:PingFang SC;
  font-weight:400;
  color:rgba(98,98,98,1);
  line-height:30px;
  position:relative;
  text-indent: 0px;
  margin-left: 30px;
} */

section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom p:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: rgba(243,153,0,1);
  border: none;
  position: absolute;
  right: calc(100% + 18px);
  top: 12px;
}
section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom p.active:before{
  background: #F08200;
}
/* section#eSalarySix .contents .swiper_content .t_bottom p:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 7px;
  background: #F08200;
  border: none;
  position: absolute;
  right: calc(100% + 10px);
  top: 10px;
} */

section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom .title_bottom{
  font-size:20px;
  /* font-family:PingFang SC; */
  font-weight:bold;
  color:rgba(17,17,17,1);
  margin-left:0px;
  margin-bottom:30px;
}

/* section#eSalarySix .contents .swiper_content .t_bottom .title_bottom{
  font-size:18px;
  font-family:PingFang SC;
  font-weight:bold;
  color:rgba(17,17,17,1);
  margin-left:0px;
} */

/* section#eSalarySix .contents .swiper_content .t_bottom .title_bottom:before {
  display: none;
} */

section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom .title_bottom:before {
  display: none;
}

section#eSalarySix .contents .btn_p{
  position:absolute;
  bottom:0px;
  right:0px;
  width:160px;
  height:60px;
  display:flex;
  justify-content: center;
  margin-top:40px;
  
}
section#eSalarySix .contents .btn_p .prev{
  /* width:50%;
  background:#fff; */
  width: 50%;
  background: #f08200;
  display: flex;
  justify-content: center;
  flex-direction: column;
  cursor:pointer;
  outline:none;
}

section#eSalarySix .contents .btn_p .next{
  /* width:50%;
  background:#FFF39900; */
  width: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  cursor:pointer;
  outline:none;
}
section#eSalarySix .contents .btn_p .prev img,section#eSalarySix .contents .btn_p .next img{
  transition: all linear .5s;
  height:30px;
  width:30px;
  margin:0 auto;
}
section#eSalarySix .contents .btn_p .prev:hover img ,section#eSalarySix .contents .btn_p .next:hover img{
  transform:scale(1.1)
}
section#eSalarySix .contents .mmenu{
  margin-top: calc(77px / 2);
  position:relative;
  max-width: 215px;
  /* display:flex;
  justify-content: space-between; */
}
section#eSalarySix .contents .mmenu .tb_menu{
  position:relative;
  padding:0px 0px;
}
section#eSalarySix .contents .mmenu .tb_menu p{
  font-size:20px;
  /* font-family:PingFang SC; */
  /* font-weight:bold; */
  color:rgba(255,255,255,1);
  margin-bottom:70px;
  cursor:pointer;
}

section#eSalarySix .contents .mmenu .an_menu{
  width:6px;
  height:100%;
  background:#fff;
  position: absolute;
  top: 0px;
  left: -15%;
}
section#eSalarySix .contents .mmenu  p.active{
  /* opacity:0.6; */
  color:rgba(243,153,0,1);
}
section#eSalarySix .contents .mmenu .an_menu .white_me{
  width:20px;
  height:77px;
  content:'';
  display:block;
  background:#fff;
  position:absolute;
  top:calc(0px - (77px - 26px) / 2);
  left:calc(0px - 20px / 2 + 50%);
  transition:all linear .5s;
}
/* section#eSalarySix .contents .mmenu .an_menu .white_me:hover{
  transition:none;
} */
ul.footer-list{
  width:100% !important;
  white-space:normal !important;
}
#swiper_6 .swiper-slide img{
  width:100%;
}
#swiper_6 ,#swiper_7{
  margin-top:40px;
}

#swiper_6 .swiper-pagination-bullet, #swiper_7 .swiper-pagination-bullet{
  width: 30px;
  height: 8px;
  /* display: inline-block; */
  border-radius:0px;
  background: rgba(243,153,0,1);
  opacity: .2;
}
#swiper_6 .swiper-pagination-bullet-active,#swiper_7 .swiper-pagination-bullet-active{
  opacity: 1;
  color:rgba(243,153,0,1);
}
section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom.tabs_1{
  width:100%;
}
section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom.tabs_1 .tabs_me{
  width:100%;display:flex;flex-wrap:wrap;
  /* justify-content: space-between; */
}

section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom.tabs_1 .tabs_me p{
  cursor:pointer;
  width: 20%;
  padding: 6px 20px;
  background: none;
  color: #F08200;
  border-radius: 35px;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 0px;
  line-height: 20px;
  min-height: 55px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border:1px solid #F08200;
  /* margin-left: calc(10% / 2 + 30px); */
  margin-left:calc(10% / 2 + 10%);
  word-break: break-all;
  white-space: pre-wrap;
}

section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom.tabs_1 .tabs_me p:before{
 display:none;
}
/* section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom.tabs_1 .tabs_me p.active:before{
  background:rgba(243,153,0,1);
} */
section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom.tabs_1 .tabs_me p.active,
section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom.tabs_1 .tabs_me p:hover{
  /* color:rgba(243,153,0,1); */
  background:#F08200;
  color:#fff;
}
section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom.tabs_1 .tabs_me p:nth-child(3n+1){
  margin-left:0px;
}
section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom.tabs_1 .tabs_lis{
  width:100%;
  /* display:flex; */
  
}
/* section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom.tabs_1 .tabs_lis .itts_1{
  display:none;
} */

section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom.tabs_1 .tabs_lis .itts_1{
  display:none;
  flex-wrap:wrap;
  /* justify-content: space-between; */
}
section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom.tabs_1 .tabs_lis .itts_1:first-of-type{
  display:flex;
}
section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom.tabs_1 .tabs_lis .itts_1 p{
  width: calc(30% - 25px);
  margin-left: calc(10% / 2 + 25px);

}
section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom.tabs_1 .tabs_lis .itts_1 p:nth-child(3n+1){
  margin-left:25px;
}
section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom.tabs_1 .tabs_lis .itts_1:nth-of-type(1){
  display:flex;
}
/* section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom.tabs_1 .tabs_lis p{

} */
section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom.tabs_1 .tabs_lis p:before{
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #F08200;
  border-radius: 100%;
  /* margin-right: 10px;
  margin-left: -20px;
  margin-top:3px; */
  right: calc(100% + 20px);
}
section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom.tabs_2{
  width:100%;display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
}

section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom.tabs_2 .tabs_me{
  width:22%;
  /* margin-left:4%; */
  margin-bottom:20px;
}
section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom.tabs_2 .tabs_me:nth-child(2n+1){
  /* margin-left:0%; */
}
section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom.tabs_2 .tabs_me p{
  /* cursor:pointer; */
  padding:6px 0px;
  background:#F08200;
  color:#fff;
  border-radius:35px;
  text-align:center;
  margin-bottom:20px;
  margin-left:0px;
  line-height:20px;
  height:55px;
  display:flex;
  justify-content: center;
  flex-direction: column;

}
section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom.tabs_2 .tabs_me p:before{
  display:none;
}
section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom.tabs_2 .tabs_me img{
  width:100%;
}
/* section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom.tabs_2 .tabs_lis{
  width:50%;
}
section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom.tabs_2 .tabs_lis .itts_1{
  display:none;
}
section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom.tabs_2 .tabs_lis .itts_1:nth-of-type(1){
  display:block;
} */
section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom.tabs_1 .tabs_lis .itts_1 img{
  width:100%;
}
section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide p{
  margin-bottom:20px;
}
@media screen and (min-width:1160px) and (max-width:1330px){
  section#eSalarySix .contents .mmenu .an_menu{
    left: -15%;
  }
}
@media screen and (min-width:1024px) and (max-width:1160px){
  section#eSalarySix .contents .mmenu .an_menu{
    left: -10%;
  }
  section#eSalarySix .contents .mmenu .tb_menu p{
    font-size:18px;
  }
}
@media screen and (max-width:1023px) {
  section#eSalarySix .contents .mmenu{
    display:none;
  }
  section#eSalarySix .contents .swiper_content{
    width:100%;
  }
}
@media screen and (max-width:1300px) {
  
  #eSalaryFive .f_lisr .item{
    margin-bottom:60px;
  }
  #eSalaryFive{
    padding:80px 0px;
  }
}
@media screen and (max-width:1150px) {
#eSalaryFive .f_lisr{
  width:90%;
}
}
@media screen and (max-width:767px) {
  #eSalaryFive .f_lisr{
    width:100%;
  }
  #eSalaryFive .f_lisr .item:nth-of-type(3){
    margin-bottom:0px;
  }
  #eSalaryFive{
    padding:40px 0px;
  }
  #eSalaryFive .f_lisr .item{
    flex-wrap:wrap;
  }
  #eSalaryFive .f_lisr .item .img_right{
    position: relative; 
    width: 100%;
    padding: 0% 12%;
    margin-bottom: 15%;
  }
  #eSalaryFive .eS4-top{
    margin-bottom: 80px;
  }
  #eSalaryFive .title-h2{
    text-align: center;
  }
 
  /* #eSalaryFive .f_lisr .item .img_right{
    position: relative; 
    width: 70%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    background-position: center;
    background: none;
    margin: 0 auto;
    margin-bottom: 15%;
  }
  #eSalaryFive .f_lisr .item .img_right .bg_item{
    top: -27%;
    left: 0%;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
  } */
  #eSalaryFive .f_lisr .item .title_content .title_show{
    margin-left:0px !important;
    margin-right:0px !important;
  }
  #eSalaryFive .f_lisr .item .title_content .title_show{
    width:100%;
  }
  #eSalaryFive .f_lisr .item .title_content{
    margin-bottom:5%;
  }
  #eSalaryFive .f_lisr .item .img_right{
    margin-left:0px !important;
    left:0px !important;
  }
}

@media screen and (max-width:567px) {
  #eSalaryFive .eS4-top{
    margin-bottom: 50px;
  }
}
@media screen and (max-width:1300px) {
  #eSalaryFour .contents .white_center{
    width:200px;
    height:200px;
  }
  #eSalaryFour .contents .white_center p{
    line-height:200px;
    font-size:24px;
  }
  #eSalaryFour .contents .white_center:before{
    width: 340px;
    height: 340px;
    top: -70px;
    left: calc(50% - 340px / 2);
  }
  #eSalaryFour .contents .items .tb_content{
    width:80px;
    height:80px;
    padding:22px;
  }
  #eSalaryFour .contents .items .tb_content svg{
    width:36px;
  }
  #eSalaryFour .contents .items:nth-of-type(1){
    left:calc( 50% - 80px / 2 - 410px / 2 + 130px /2);
  }
  #eSalaryFour .contents .items:nth-of-type(1) .nr_content{
    right: 100px;
  }
  #eSalaryFour .contents .items:nth-of-type(2){
    top: calc(50% - 80px / 2);
    right: calc( 50% - 80px / 2 - 340px / 2 - 15px);
  }
  #eSalaryFour .contents .items:nth-of-type(2) .nr_content{
    top: calc( 112px / 2 - 340px / 2);
    left: 100px;
  }
  #eSalaryFour .contents .items:nth-of-type(3) {
    top: calc(100% + 45px);
    left: calc( 50% - 80px / 2);
  }
  #eSalaryFour .contents .items:nth-of-type(3) .nr_content{
    left: calc(0px - 640px / 2 + 80px / 2);
  }
}

@media screen and (max-width:1100px) {
  #eSalaryFour .contents .white_center {
    width: 150px;
    height: 150px;
  }
  #eSalaryFour .contents .white_center:before {
    width: 280px;
    height: 280px;
    top: -70px;
    left: calc(50% - 280px / 2);
  }
  #eSalaryFour .contents .white_center p {
    line-height: 150px;
    font-size: 15px;
  }
  #eSalaryFour .contents .items:nth-of-type(1) {
    left: calc( 50% - 60px / 2 - 280px / 2 + 100px /2);
    top:-85px;
  } 
  #eSalaryFour .contents .items .tb_content svg {
    width: 30px;
  }
  #eSalaryFour .contents .items .tb_content {
    width: 60px;
    height: 60px;
    padding: 15px;
  } 
  #eSalaryFour .contents .items .nr_content{
    width:250px;
  }
  #eSalaryFour .contents .items:nth-of-type(2) {
    top: calc(50% - 60px / 2);
    right: calc( 50% - 60px / 2 - 280px / 2 - 15px);
  }
  #eSalaryFour .contents .items:nth-of-type(2) .nr_content {
    top: calc( 20px / 2 - 280px / 2);
    left: 80px;
  }
  /* #eSalaryFour .contents .items:nth-of-type(3) .nr_content {
    top: calc(100% + 40px );
    left: calc(0px - 560px / 2);
    width: 640px;
  }  */
}

@media screen and (max-width:930px) {
  #eSalaryFour .contents {
    /* width: 100%;
    position: relative; */
    margin-bottom: 610px;
  }
  #eSalaryFour .contents .items .nr_content{
    width:640px;
  }
  #eSalaryFour .contents .items:nth-of-type(1) .nr_content {
    right: -410px;
    left: calc(0px - 640px / 2 + 60px / 2 + 280px / 2 - 100px / 2);
    top: 360px;
  }
  #eSalaryFour .contents .items .nr_content .title_top{
    margin-bottom:10px;
  }
  #eSalaryFour .contents .items:nth-of-type(2) .nr_content {
    top: 380px;
    /* left: -415px; */
    /* calc( 50% - 60px / 2 - 280px / 2 - 15px); */
    left:calc(0px - 640px / 2 + 60px / 2 - 15px - 280px / 2);
  }
  #eSalaryFour .contents .items:nth-of-type(3) .nr_content {
    top: 405px;
    /* left: -250px; */
    
    width: 640px;
}
 
}
@media screen and (max-width:730px) {
  #eSalaryFour .contents .items .nr_content{
    width:500px;
  }
  #eSalaryFour .contents .items:nth-of-type(1) .nr_content {
    left: calc(0px - 500px / 2 + 60px / 2 + 280px / 2 - 100px / 2);
    top: 360px;
  }
  #eSalaryFour .m-b-100{
    margin-bottom:130px;
  }
  #eSalaryFour .contents .items:nth-of-type(2) .nr_content {
    top: 380px;
    left:calc(0px - 500px / 2 + 60px / 2 - 15px - 280px / 2);
  }
  #eSalaryFour .contents .items:nth-of-type(3) .nr_content {
    top: 405px;
    left: -198px;
    left: calc(0px - 500px / 2 + 80px / 2);
    width: 500px;
  }
}
@media screen and (max-width:560px) {
  #eSalaryFour .contents .items .nr_content{
    width:750px;
  }
  #eSalaryFour .contents {
    margin-bottom: 1040px;
  } 
  #eSalaryFour .contents .items:nth-of-type(1) .nr_content {
    left: calc(0px - 350px / 2 + 60px / 2 + 280px / 2 - 100px / 2);
    top: 360px;
  }
  #eSalaryFour .contents .items:nth-of-type(2) .nr_content {
    top: 430px;
    left:calc(0px - 350px / 2 + 60px / 2 - 15px - 280px / 2);
  } 
  #eSalaryFour .contents .items:nth-of-type(3) .nr_content {
    top: 480px;
    left: calc(0px - 350px / 2 + 80px / 2);
    width: 350px;
  }
  #eSalaryFour .contents .items .nr_content{
    width: 350px;
  }
  #eSalaryFour .contents{
    margin-bottom:740px;
  }
}

@media screen and (max-width:400px) {
  #eSalaryFour .contents .white_center:before {
    width: 200px;
    height: 200px;
    top: -24px;
    left: calc(50% - 200px / 2);
  }
  #eSalaryFour .m-b-100{
    margin-bottom:70px;
  }
  #eSalaryFour .contents .items:nth-of-type(1) {
    left: calc( 50% - 60px / 2 - 200px / 2 + 60px /2);
    top: -40px;
  }
  #eSalaryFour .contents .items:nth-of-type(2) {
    top: calc(50% - 60px / 2);
    right: calc( 50% - 60px / 2 - 200px / 2 - 15px);
  }
  #eSalaryFour .contents .items:nth-of-type(3) {
    top: calc(100% + 10px);
    left: calc( 50% - 80px / 2);
  }
  #eSalaryFour .contents {
    margin-bottom: 870px;
  }
  #eSalaryFour .contents .items .nr_content{
    width:250px;  
  }
  #eSalaryFour .contents .items:nth-of-type(1) .nr_content {
    left: calc(0px - 250px / 2 + 60px / 2 + 200px / 2 - 60px / 2);
    top: 280px;
  }
  #eSalaryFour .contents .items:nth-of-type(2) .nr_content {
    top: 450px;
    left:calc(0px - 250px / 2 + 60px / 2 - 15px - 200px / 2);
  }
  #eSalaryFour .contents .items:nth-of-type(3) .nr_content {
    top: 600px;
    left: calc(0px - 250px / 2 + 80px / 2);
    width: 250px;
  }
}
@media screen and (max-width:767px) {
  #eSalaryThree .tis .prevs img,#eSalaryThree .tis .nexts img{
    width:24px;
    height:24px;

  }
  #eSalaryThree .tis .prevs,#eSalaryThree .tis .nexts{
    top: calc( 50% - 12px);
  }
  section#eSalarySix .contents .swiper_content{
    padding:40px;
  }
  section#eSalarySix .contents .btn_p{
    width:120px;
    height:40px;
  }
  section#eSalarySix .contents .btn_p .prev img, section#eSalarySix .contents .btn_p .next img{
    height:20px;
    margin:0 auto;

  }
  section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide p{
    font-size:14px;
    line-height:24px;
  }
  #eSalaryOne .eS1-top .top-des{
    font-size:16px;
  }
  section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom.tabs_2 .tabs_me{
    }
}
@media screen and (max-width: 991px){
.title-h2 ,#eSalaryFive .title-h2,section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide p.titles_top{
    font-size: 26px;
}
#eSalaryTwo .lie .lie_s .lie_c p.tits,#eSalaryFive .f_lisr .item .title_content .title_show p.title_top{
  font-size:16px;
}
#eSalaryTwo .lie .lie_s .lie_c p{
  font-size:14px;
  line-height:24px;
}
#eSalaryFour .contents .items .nr_content .title_top{
  font-size:16px;
  margin-top:10px;
}
#eSalaryFour .contents .items .nr_content p,#eSalaryFive .f_lisr .item .title_content .title_show p{
  font-size:14px;
  line-height:24px;
}
section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom.tabs_2 .tabs_me p{
  font-size:14px;
}
}

@media screen and (max-width:767px) {
section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom.tabs_2 .tabs_me{
  width:45%;
}
section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide p.titles_top{
  font-size: 20px;
}
section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom .title_bottom{
  font-size:16px;
}
section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide p.titles_top,
section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom .title_bottom,
section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide p{
  margin-bottom:10px;
}
section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom p{
  line-height:24px;
  font-size:14px;
}
#eSalaryThree  #swiper_2 .swiper-slide,#eSalaryThree  #swiper_2 .swiper-slide-active,.swiper-slide-duplicate-active{ 
  text-align: center;
  font-size: 14px;
  background: none;
  transition: 300ms;
  transform: scale(0.8);
  box-sizing:border-box;
  width:100%;
  margin:0 auto;
  /* margin:0px 15px; */
  overflow:visible;
}
/* #eSalaryThree .tis .prevs, #eSalaryThree .tis .nexts{
  top:calc( 40% - 12px);
} */
}
#eSalaryFour .contents .items .tb_content .hover{
  display:block;
}
#eSalaryFour .contents .items .tb_content .nohover{
  display:none;
}
#eSalaryFour .contents .items.hovers .tb_content .hover{
  display:none;
}
#eSalaryFour .contents .items.hovers .tb_content .nohover{
  display:block;
}
#eSalaryFour .tu_contents{
  text-align:center;
}
#eSalaryFour .tu_contents img{
  width:70%;
}
@media screen and (max-width:767px){
  #eSalaryFour .tu_contents img{
    width:90%;
  }
}
/*lg*/
@media screen and (min-width:1202px){

}
/*md*/
@media screen and (min-width:992px) and (max-width:1201px){

}
/*sm*/
@media screen and (min-width:768px) and (max-width:991px){

}
/*xs*/
@media screen and (max-width:767px){
  section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom.tabs_1 .tabs_me{
    display:block;
  }
  /* section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom.tabs_1 .tabs_lis .itts_1{
    display:block;
  } */
  section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom.tabs_1 .tabs_lis .itts_1 p{
    width:100%;
    margin-left:25px;
  }
  section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom.tabs_1 .tabs_me p{
    width:auto;
    margin-left:0px;
  }
}
#eSalaryFive .f_lisr .item .img_right{
  /* right:0px; */
  left:0px;
}
#eSalaryFive .f_lisr .item:nth-child(2n+1) .img_right{
  left:52%;
  /* left:0px; */
}
/*lg*/
@media screen and (min-width:1202px){

}
/*md*/
@media screen and (min-width:992px) and (max-width:1201px){

}
/*sm*/
@media screen and (min-width:768px) and (max-width:991px){

}
/*xs*/
@media screen and (max-width:767px){
  #eSalaryFour .tu_contents p,#eSalaryFive .title-h2{
    line-height:1.3;
  }
}

/* 分辨率调整 */

@media screen and (max-width:1440px){
  #eSalaryOne .eS1-top .top-des{
    font-size:16px;
  }
  #eSalaryTwo .lie .lie_s .lie_c p.tits,section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom .title_bottom{
    font-size:16px;
  }
  #eSalaryTwo .lie .lie_s .lie_c p,#eSalaryFour .contents .items .nr_content p,section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide p{
    font-size:14px;
    line-height:24px;
  }
  #eSalaryThree #swiper_2 .swiper-slide p{
    font-size:16px;
  }
  #eSalaryFour .contents .items .nr_content .title_top{
    font-size:16px;
  }
  #eSalaryFour .tu_contents p{
    font-size:30px;
  }
  #eSalaryFive .title-h2{
    font-size:30px;
  }
  section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide p.titles_top{
    font-size:30px;
  }
  section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide .t_bottom p{
    font-size:14px;
    line-height:24px;
  }
  section#eSalarySix .contents .mmenu .tb_menu p,#eSalaryFive .f_lisr .item .title_content .title_show p.title_top{
    font-size:17px;
  }
  #eSalaryFive .f_lisr .item .title_content .title_show p{
    font-size:14px;
    line-height:24px;
  }
}

@media screen and (max-width:1150px){
  #eSalaryFive .title-h2{
    width:90%;margin:0 auto;
  }
}

@media screen and (max-width:991px){
  #eSalaryFour .tu_contents p{
    font-size:26px;
  }
  section#eSalarySix .contents .swiper_content #swiper_5 .swiper-slide p.titles_top{
    font-size:26px;
  }
}
@media screen and (max-width:1300px){
section#eSalarySix .contents .mmenu .an_menu .white_me{
  top:calc(0px - (77px - 22px) / 2);
}
}