﻿@keyframes txt {

  0% {

    opacity: 0;

  }

  50% {

    opacity: 0.5;

  }

  100% {

    opacity: 1;

  }

}

.mybanner {

  height: 100vh;

  display: flex;

  align-items: center;

  justify-content: center;

  background-position: center;

  background-repeat: no-repeat;
  background-size: cover;
  image-rendering: pixelated;

}

.mybanner h1 {

  font-size: 72px;

  color: #fff;
  letter-spacing: 6px;
  /* animation: txt 4s linear; */
	font-family: OPPOSans-B;
}

.content-tab .main .title {

  display: flex;

  line-height: 172px;

}

.content-tab .main .title > div {

  width: 50%;

}

.content-tab .main .title .pageli {

  display: flex;

  justify-content: center;

}

.content-tab .main .pageli span {

  padding: 0 65px;

  font-size: 24px;

  color: #333333;

  opacity: 0.5;

  cursor: pointer;
	font-family: OPPOSans-R;
}

.content-tab .main .title .lg {

  font-size: 30px;

  color: #333333;

  font-weight: 600;

  padding-left: 202px;
	font-family: OPPOSans-B;
}

.content-tab .list-item {

  display: flex;

}

.content-tab .list-item > div {

  width: 50%;

  height: 570px;

}

.content-tab .list-item .wrap-l {

  padding: 54px 0px;

  padding-left: 202px;

  padding-right: 67px;

}

.content-tab .list-item .wrap-l p {

  font-size: 17px;

  line-height: 37px;

  color: #555555;

    text-align: justify;
    font-family: OPPOSans-M;
}

.content-tab .list-item .wrap-l .line {

  width: 43px;

  height: 2px;

  margin: 47px 0;

  background-color: #b2b2b2;

}

.content-tab .list-item .wrap-l h5 {

  font-size: 30px;

  color: #333333;

  opacity: 0.63;
	font-family: OPPOSans-M;
}

.content-tab .list-item .wrap-r img {

  width: 100%;

  height: 100%;
  image-rendering: pixelated;

}

.active {

  font-size: 24px;

  color: #333333;

  opacity: 1 !important;

}

.list-item2 .ico-txt1 {

  display: flex;
  margin-bottom: 86px;
  width: 63%;
  margin: 0 auto;
  margin-bottom: 86px;
  margin-right: 0;

}

.list-item2 .ico-txt1 .txt h5{
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 2px;
	color: #111111;
}

.list-item2 .ico-txt1 .txt h6{
  font-size: 18px;
  font-weight: 600;
	color: #111111;
  margin: 2px 0 10px;
}

.list-item2 .ico-txt1 .txt p{
	font-size: 18px;
	letter-spacing: 1px;
	color: #111111;
	/* white-space: nowrap; */
}

.list-item2,

.list-item3 {

  height: 546px;

  display: flex;

  align-items: center;

  justify-content: center;

}

.list-item2 > div {

  width: 50%;

  padding-right: 160px;

}
.list-item2 .wrap-l{
    padding-right: 0;
}

.list-item2 .wrap-l .ico-txt1 .img {

  margin-right: 20px;

  padding-top: 6px;
  width: 51px;

}

.list-item2 .wrap-l .ico-txt1 .txt {
  width: calc(100% - 51px);
}

.list-item2 .wrap-r > div {

  width: 59%;

  margin-bottom: 86px;

}

.list-item2 .wrap-r > div p {

  font-size: 12px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #727171;

  opacity: 0.8;

}

.list-item2 .wrap-r > div h5 {

  font-size: 24px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 16px;

  letter-spacing: 0px;

  color: #727171;

  opacity: 0.8;

  margin-bottom: 14px;

}

.list-item2 .wrap-r {

  padding-left: 270px;

}

.list-item3 .handle {

  width: 47.5%;

}

.list-item3 .handle {

  display: flex;

  align-items: center;

  justify-content: space-between;

}

.handle .myle .caseli {

  display: flex;

  margin-bottom: 65px;

}
.handle .myle .caseli div:nth-child(1){
    width: 46px;
}

.handle .myle .caseli .text h5 {

  font-size: 24px;

  line-height: 37px;

  letter-spacing: 2px;

  color: #111111;
  margin-bottom: -3px;

}

.handle .myle .caseli .text {

  margin-left: 42px;

}

.handle .myle .caseli:nth-child(2) .text {

  margin-left: 42px;

}

.handle .myle .caseli .text p {

  font-size: 18px;

  line-height: 37px;

  letter-spacing: 1px;

  color: #111111;

}

.handle .myle .caseli img {

  margin-top: 10px;

}

.handle .myri .caseli {

  margin-bottom: 85px;

  display: flex;

  align-items: center;

}

.handle .myri .caseli div h5{
	font-size: 24px;
	color: #727171;
	opacity: 0.8;
	font-weight: 500;
}
.handle .myri .caseli div p{
    	font-size: 12px;
	color: #727171;
	opacity: 0.8;
}
.list-item2,

.list-item3 {

  display: none;

}

.content-fzlc .main {

  overflow: hidden;

  padding-bottom: 97px;

  position: relative;
  display: flex;
  align-items: center;

}


.content-fzlc .main .lc-prev{
  margin-top: -8px;
  position: relative;
  background: none;
  left: 5%;
  width: 50px;
  height: 99px;
  background: rgba(0,0,0,.7);
  padding: 15px;
  border-radius: 5px;
  outline: none;
}


.content-fzlc .main .lc-next{
  margin-top: -8px;
  position: relative;
  background: none;
  right: 5%;
  width: 50px;
  height: 99px;
  background: rgba(0,0,0,.7);
  padding: 15px;
  border-radius: 5px;
  outline: none;
}

.content-fzlc .main .lc-next:after{
  color: #fff;
  font-size: 35px;
}

.content-fzlc .main .lc-prev:after{
  color: #fff;
  font-size: 35px;
}
.content-fzlc h1 {

  text-align: center;
  font-size: 50px;
	font-family: OPPOSans-B;
}

.content-fzlc .main {

  //margin-left: 207px;

}

/* .content-fzlc .main .outside {

  display: flex;

  align-items: center;

} */

.content-fzlc .main .swiper-slide {

  /* width: 402px !important; */

  height: 380px;

  display: flex;

  flex-direction: column;

  align-content: center;

}

.content-fzlc .longline-z {

  position: relative;

  min-width: 100%;

  height: 2px;

  //background-color: #a4a4a4;

}

.content-fzlc .longline-z::before {

  content: "";

  width: 17px;

  height: 24px;

  position: absolute;

  top: -9px;

  left: 11%;

  background-position: center;

  background-repeat: no-repeat;

  display: inline-block;

  background-image: url(../images/round.png);

}

.content-fzlc .swiper-slide:nth-child(odd) .longline-z::before {

  transform: rotate(180deg);

}
.swiper-container22{
    padding-top: 12px;
    position: relative;
    padding-bottom: 26px;
}
.content-fzlc .main::after{
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #a4a4a4;
    top: 39.6%;
    transform: translateY(-50%);
}
.main-lcont{
    margin-left: 208px;
    overflow: hidden;
    margin-right: 208px;
}
.swiper-container22 .swiper-wrapper{
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}
.content-fzlc .swiper-slide:nth-child(5){
  overflow: hidden;
}
.content-fzlc .swiper-slide .kong-b div{
  margin-top: 8px;
}

.content-fzlc .swiper-slide:nth-child(odd) .kong-b div{
  margin-bottom: 8px;
}

.content-fzlc .swiper-slide:nth-child(odd) {

  display: flex;

  flex-direction: column;

  flex-wrap: wrap;

  flex-direction: column-reverse;

}

.content-fzlc .text-t {

  width: 100%;

  height: 189px;

}

.content-fzlc .kong-b {

  min-width: 100%;

  height: 189px;

  padding-top: 24px;

}

.content-fzlc .swiper-slide:nth-child(odd) .kong-b {

  display: flex;

  flex-direction: column-reverse;

  align-items: flex-start;

  padding-bottom: 24px;

}

.content-fzlc {

  padding-top: 131px;

}

.content-fzlc .main {

  margin-top: 50px;

}

.content-jtry {

  height: 962px;

  overflow: hidden;

  background-position: center;

  background-repeat: no-repeat;
  background-size: cover;

}


.content-jtry .jtry-con{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ry-prev{
  margin-top: 0;
  position: relative;
  background: none;
  left: 4%;
  width: 50px;
  height: 99px;
  background: rgba(0,0,0,.7);
  padding: 15px;
  border-radius: 5px;
  outline: none;
  top: 30px;
}

.ry-next{
  margin-top: 0;
  position: relative;
  background: none;
  right: 4%;
  width: 50px;
  height: 99px;
  background: rgba(0,0,0,.7);
  padding: 15px;
  border-radius: 5px;
  outline: none;
  left: inherit;
  top: 30px;
}
.ry-next:after{
  content:'next';
  color: #fff;
  font-size: 35px;
}
.ry-prev:after{
  color: #fff;
  font-size: 35px;
}
.content-jtry .swiper-container33 {
  width: 82%;

  margin: auto;

}

.kong-b h5 {

  font-size: 30px;

  font-weight: bold;

  font-stretch: normal;

  line-height: 37px;

  letter-spacing: 2px;

  color: #111111;

}

.kong-b p {

  font-size: 18px;

  line-height: 24px;

  color: #555555;
  white-space: nowrap;
	font-family: OPPOSans-R;
}

.content-jtry > h1 {

  text-align: center;
  font-size: 50px;
	font-family: OPPOSans-B;
}

.content-jtry {

  padding-top: 139px;

}

.content-jtry .swiper-container33 {

  overflow: hidden;

  margin-top: 72px;

}

.content-jtry .swiper-container33 .swiper-slide {

  height: 600px;

  background-color: #fff;

  padding-top: 78px;

  padding-left: 56px;

  padding-right: 43px;

}

.content-jtry .swiper-container33 .swiper-slide h1{
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: OPPOSans-H;
}

.content-jtry .swiper-slide .txt1 p,

.content-jtry .swiper-slide .txt2 p {

  font-size: 16px;
  color: #000;
  line-height: 24px;
  margin-top: 12px;

}
.content-jtry .swiper-slide .txt1 p span,

.content-jtry .swiper-slide .txt2 p span {

  color: #000;
  font-weight: 900;
  font-family: OPPOSans-R;

}
.content-jtry .swiper-slide .txt1 h5,.content-jtry .swiper-slide .txt2 h5{
  font-size: 20px;
  color: #666;
  letter-spacing: 4px;
  font-weight: 400;
  font-family: OPPOSans-R;
}
.content-jtry .swiper-slide .txt1 p,.content-jtry .swiper-slide .txt2 p{
  font-size: 16px;
  color: #000;
  font-family: OPPOSans-R;
}

.content-jtry .swiper-slide > div {

  padding-bottom: 1px;

  padding-top: 15px;

}

.content-fzlc .swiper-slide > div h5 {

  font-size: 30px;

  line-height: 40px;

  letter-spacing: 2px;

  color: #111;
	font-family: OPPOSans-B;
}

.content-leader {

  padding-top: 129px;

}

.content-leader h1 {

  text-align: center;
  font-size: 50px;
	font-family: OPPOSans-B;
}

.content-leader .swiper-container44 {

  margin-top: 112px;

}

.content-leader .details {

  /* height: 812px; */

  display: flex;

}

.content-leader .details .myleft {

  width: 41%;

  background-color: #f9f9f9;

  padding-top: 6.1%;

  padding-left: 8.4%;

}

.content-leader .details .myright {

  width: 59%;

}
.content-leader .details .myright img{
  width: 100%;
  image-rendering: pixelated;
}

.details .round {

  width: 110px;

  height: 110px;

  border: solid 2px rgb(160,160,160);

  /* opacity: 0.51; */

  border-radius: 100%;

  display: flex;

  align-items: center;

  flex-direction: column;

  justify-content: center;

  position: relative;

}

.details .round .line {

  width: 51%;

  height: 3px;

  background-color: #898989;

  opacity: 0.51;

}

.details .round .p1 {

  margin-bottom: 13px;

  color: #ec6800;

  opacity: 0.9;

  font-size: 22px;
	font-family: OPPOSans-B;
}

.details .round .p2 {

  margin-top: 14px;

  color: #333333;

  opacity: 0.51;

  font-size: 22px;
	font-family: OPPOSans-B;
}

/* .details .round .bany1 {

  position: absolute;
  right: -2px;
  top: -2px;
  width: 50%;
  height: 50%;
  border-radius: 0% 100% 0 0%;
  border: 2px solid #333;
  border-left: none;
  border-bottom: none;

}

.details .round .bany2 {

  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 50%;
  height: 50%;
  border-radius: 0% 0 100% 0%;
  border: 2px solid #333;
  border-top: 0;
  border-left: 0;

}

.details .round .bany3 {

  position: absolute;
  left: -2px;
  bottom: -2px;
  width: 50%;
  height: 50%;
  border-radius: 0% 0 0% 100%;
  border: 2px solid #333;
  border-top: 0;
  border-right: 0;

}

.details .round .bany4 {

  position: absolute;
  left: -2px;
  top: -2px;
  width: 50%;
  height: 50%;
  border-radius: 100% 0 0% 0%;
  border: 2px solid #333;
  border-bottom: 0;
  border-right: 0;

} */

.details .myleft .people-t {

  width: 74%;

  font-weight: normal;

  letter-spacing: 0px;

  color: #555555;

  margin-top: 119px;

}

.details .myleft .people-t .mybd {

  margin-top: 15px;


}
.details .myleft .people-t .mybd h2{
    /* font-family: fantasy;
    font-size: 92px;
    height: 53px; */
    color: #555;
}
.details .myleft .people-t .mybd h2:nth-child(1){
  margin-top: 25px;
  margin-bottom: 18px;
}
.details .myleft .people-t .mybd h2:last-child{
  margin-top: 9px;
}
.details .myleft .people-t .mybd p {

  font-size: 20px;
  text-indent: 2em;
  color: #555;
  line-height: 39px;
}

.details .myleft .title .sp1 {

  font-size: 50px;

  line-height: 72px;

  color: #333333;
	font-family: OPPOSans-M;
}

.details .myleft .title .sp2 {

  font-size: 24px;

  line-height: 72px;

  color: #333333;

  margin-left: 5%;
	font-family: OPPOSans-M;
}

.details .myleft .title {

  border-bottom: 1px solid #ec6800;

  padding: 15px 0;
  white-space: nowrap;

}

.content-office {

  /* height: 1063px;

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100%; */
  /*background: rgb(253,253,253);*/
  /*padding-bottom: 50px;*/
  position: relative;

}
.content-office img{
    image-rendering: pixelated;
}
.content-office h1{
    font-size: 50px;
    margin-bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 88px;
    font-family: OPPOSans-B;
}

.content-office {

  /*padding-top: 119px;*/

  text-align: center;

}

.content-datas {

  padding-bottom: 125px;

  text-align: center;

  padding-top: 93px;

  background-color: #f9f9f9;

}

.content-datas h1 {

  margin-bottom: 80px;
  font-size: 50px;
  font-family: OPPOSans-B;
}

.content-datas .lists {

  width: 82%;

  display: flex;

  flex-wrap: wrap;

  margin: auto;

  justify-content: space-between;

}

.content-datas .lists > div {

  width: 32.5%;

  padding: 66px;

  background-color: #fff;

  margin-bottom: 23px;

  box-shadow: 5px 12px 17px 1px rgba(0, 0, 0, 0.07);

  font-size: 16px;

  transition: all 0.2s linear;
  display: inline;
  white-space: nowrap;

}
.content-datas .lists > div p{
  display: inline;
  font-size: 24px;
  font-family: OPPOSans-B;
}
.content-datas .lists > div .p2{
  display: block;
  color: #666;
  white-space: nowrap;
  	font-family: OPPOSans-R;
}

.content-datas .lists > div strong {
  font-size: 50px;
  color: #ec6800;
}

.content-datas .lists .sbox:hover {

  transform: translate3d(0, -8px, 0);

}

.content-friend {

  text-align: center;

  padding-top: 113px;

  padding-bottom: 103px;

}
.content-friend img{
    image-rendering: pixelated;
}

.content-friend h1 {

  margin-bottom: 109px;
  font-size: 50px;
	font-family: OPPOSans-B;
}

@media screen and (min-width: 1366px) and (max-width: 1700px) {

  .content-tab .list-item .wrap-l {

    padding: 28px 0px;

    padding-left: 127px;

    padding-right: 44px;

  }
  .content-fzlc .main{
    /* margin-left: 118px; */
  }

  .kong-b p {

    font-size: 16px;

    line-height: 24px;

    color: #555555;

  }

  .content-leader .details .myleft {

    width: 41%;

    background-color: #f9f9f9;

    padding-top: 4.1%;

    padding-left: 5.4%;

  }

  .content-jtry .swiper-container33 {

    width: 89%;

    margin: auto;

    margin-top: 30px;

  }

  .ry-prev{
    left: 1.5%;
  }

  .ry-next{
    right: 1.5%;
  }

  .content-jtry .swiper-container33 .swiper-slide{
    height: 628px;
  }

  .content-jtry .swiper-container33 .swiper-slide {

    height: 526px;

    background-color: #fff;

    padding-top: 30px;

    padding-left: 36px;

    padding-right: 29px;

  }

  .content-jtry .swiper-slide .txt1,

  .content-jtry .swiper-slide .txt2 p {

    font-size: 13px;

    margin-top: 10px;

  }

  .content-jtry {

    height: 750px;

  }

  .content-jtry {

    padding-top: 65px;

  }

  .content-leader {

    padding-top: 75px;

  }

  .content-leader .swiper-container44 {

    margin-top: 65px;

  }

  .details .myleft .people-t {

    width: 74%;

    font-weight: normal;

    letter-spacing: 0px;

    color: #555555;

    margin-top: 30px;

  }

  .content-office {

    padding-top: 50px;

    text-align: center;

  }

  .content-office {

    /* height: 620px; */

  }

  .content-datas {

    padding-bottom: 75px;

    text-align: center;

    padding-top: 80px;

    background-color: #f9f9f9;

  }

  .content-datas h1 {

    margin-bottom: 40px;

  }

  .content-datas .lists > div {

    width: 32.5%;

    padding: 30px 68px;

    background-color: #fff;

    margin-bottom: 23px;

    box-shadow: 5px 12px 17px 1px rgb(0 0 0 / 7%);

    font-size: 16px;

    transition: all 0.2s linear;

  }

  .content-friend h1 {

    margin-bottom: 45px;

  }

  .content-friend {

    text-align: center;

    padding-top: 70px;

    padding-bottom: 103px;

  }

  .content-tab .main .pageli span {

    padding: 0px 40px;

  }

  .mybanner h1 {

    font-size: 55px;

  }

  .main-lcont {
    margin-left: 124px;
    margin-right: 124px;
  }

}

/* padpro端 */

@media screen and (min-width: 991px) and (max-width: 1366px) {

  .content-datas .lists > div p{
    font-size: 21px;
  }


  
  .content-tab .list-item .wrap-l {

    padding: 28px 0px;

    padding-left: 127px;

    padding-right: 44px;

  }
  .content-house h1{
    margin-bottom: 9px;
  }
  .content-fzlc .main{
    /* margin-left: 118px; */
  }

  .main-lcont {
    margin-left: 68px;
    margin-right: 68px;
  }
  .content-fzlc .main .lc-prev{
    left: 2%;
  }

  .content-fzlc .main .lc-next{
    right: 2%;
  }

  .kong-b p {

    font-size: 16px;

    line-height: 24px;

    color: #555555;

  }

  .content-leader .details .myleft {

    width: 41%;

    background-color: #f9f9f9;

    padding-top: 4.1%;

    padding-left: 5.4%;

  }

  .content-jtry .swiper-container33 {

    width: 88%;

    margin: auto;

    margin-top: 30px;

  }


  .ry-prev{
    left: 1%;
  }
  .ry-next{
    right: 1%;
  }
  .content-jtry .swiper-container33 .swiper-slide {

    height: 535px;

    background-color: #fff;

    padding-top: 30px;

    padding-left: 36px;

    padding-right: 29px;

  }

  .content-jtry .swiper-slide .txt1,

  .content-jtry .swiper-slide .txt2 p {

    font-size: 13px;

    margin-top: 10px;

  }

  .content-jtry {

    height: 750px;

  }

  .content-jtry {

    padding-top: 65px;

  }

  .content-leader {

    padding-top: 75px;

  }

  .content-leader .swiper-container44 {

    margin-top: 65px;

  }

  .details .myleft .people-t {

    width: 74%;

    font-weight: normal;

    letter-spacing: 0px;

    color: #555555;

    margin-top: 30px;

  }

  .content-office {

    padding-top: 50px;

    text-align: center;

  }

  .content-office {

    /* height: 620px; */

  }

  .content-datas {

    padding-bottom: 75px;

    text-align: center;

    padding-top: 80px;

    background-color: #f9f9f9;

  }

  .content-datas h1 {

    margin-bottom: 40px;

  }

  .content-datas .lists > div {

    width: 32.5%;

    padding: 30px 68px;

    background-color: #fff;

    margin-bottom: 23px;

    box-shadow: 5px 12px 17px 1px rgb(0 0 0 / 7%);

    font-size: 16px;

    transition: all 0.2s linear;

  }

  .content-friend h1 {

    margin-bottom: 45px;

  }

  .content-friend {

    text-align: center;

    padding-top: 70px;

    padding-bottom: 103px;

  }

  .content-tab .main .pageli span {

    padding: 0px 25px;

  }

  .content-tab .main .title .lg {

    font-size: 26px;

    color: #333333;

    font-weight: 600;

    padding-left: 120px;

  }

  .content-tab .list-item .wrap-l p {

    font-size: 17px;

    line-height: 25px;

    color: #555555;

  }

  .list-item2 > div {

    width: 50%;

    padding-right: 45px;

  }

  .list-item2 .wrap-r {

    padding-left: 160px;

  }

  .details .round {

    width: 78px;

    height: 78px;

  }

  .details .round .p2 {

    margin-top: 0;

  }

  .details .round .p1 {

    margin-bottom: 0;

  }

  .details .myleft .title .sp1 {

    font-size: 30px;

    line-height: 25px;

  }

  .details .myleft .title .sp2 {

    font-size: 18px;

    line-height: 25px;

  }

  .content-leader .details .myleft {

    padding-top: 1.1%;

    padding-left: 4.4%;

  }

  .details .myleft .people-t .mybd p {

    font-size: 17px;
    font-family: OPPOSans-R;
  }

  .details .myleft .people-t {

    width: 95%;

    margin-top: 16px;

  }

  .list-item3 .handle {

    width: 80.5%;

  }

  .list-item2,

  .list-item3 {

    height: 450px;

  }

  .mybanner h1 {

    font-size: 45px;

  }

  .content-fzlc {

    padding-top: 90px;

  }

  .content-fzlc h1,

  .content-jtry h1,

  .content-leader h1,

  .content-office h1 {

    font-size: 30px;

  }

}

/* pad端 */



@media screen and (max-width: 1266px) {
  .content-jtry .swiper-container33 .swiper-slide{
    height: 573px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .content-tab .list-item .wrap-l {

    padding: 5px 0px;

    padding-left: 65px;

    padding-right: 27px;

  }

  .kong-b p {

    font-size: 12px;

    line-height: 22px;

    color: #555555;

  }

  .content-leader .details .myleft {

    width: 41%;

    background-color: #f9f9f9;

    padding-top: 4.1%;

    padding-left: 5.4%;

  }

  .content-jtry .swiper-container33 {

    width: 95%;

    margin: auto;

    margin-top: 30px;

  }

  .content-jtry .swiper-container33 .swiper-slide {

    height: 480px;

    background-color: #fff;

    padding-top: 30px;

    padding-left: 36px;

    padding-right: 29px;

  }

  .content-jtry .swiper-slide .txt1,

  .content-jtry .swiper-slide .txt2 p {

    font-size: 13px;

    margin-top: 10px;

  }

  .content-jtry {

    height: 585px;

  }

  .content-jtry {

    padding-top: 30px;

  }

  .content-leader {

    padding-top: 75px;

  }

  .content-leader .swiper-container44 {

    margin-top: 65px;

  }

  .details .myleft .people-t {

    width: 74%;

    font-weight: normal;

    letter-spacing: 0px;

    color: #555555;

    margin-top: 30px;

  }

  .content-office {

    padding-top: 50px;

    text-align: center;

  }

  .content-office {

    /* height: 460px; */


  }

  .content-datas {

    padding-bottom: 75px;

    text-align: center;

    padding-top: 80px;

    background-color: #f9f9f9;

  }

  .content-datas h1 {

    margin-bottom: 30px;

    font-size: 30px;

  }

  .content-datas .lists > div {

    width: 32.5%;

    padding: 30px 68px;

    background-color: #fff;

    margin-bottom: 23px;

    box-shadow: 5px 12px 17px 1px rgb(0 0 0 / 7%);

    font-size: 16px;

    transition: all 0.2s linear;

  }

  .content-friend h1 {

    margin-bottom: 45px;

    font-size: 30px;

  }

  .content-friend {

    text-align: center;

    padding-top: 30px;

    padding-bottom: 103px;

  }

  .content-tab .main .pageli span {

    padding: 0px 13px;

  }

  .content-tab .main .title .lg {

    font-size: 23px;

    padding-left: 66px;

  }

  .content-tab .main .pageli span {

    padding: 0 15px;

    font-size: 16px;

    color: #333333;

    opacity: 0.5;

    cursor: pointer;

  }

  .content-tab .list-item .wrap-l p {

    font-size: 17px;

    line-height: 25px;

    color: #555555;

  }

  .list-item2 > div {

    width: 45%;

    padding-right: 45px;

  }

  .list-item2 .wrap-r {

    padding-left: 90px;

  }

  .details .round {

    width: 78px;

    height: 78px;

  }

  .details .round .p2 {

    margin-top: 0;

  }

  .details .round .p1 {

    margin-bottom: 0;

  }

  .details .myleft .title .sp1 {

    font-size: 30px;

    line-height: 25px;

  }

  .details .myleft .title .sp2 {

    font-size: 18px;

    line-height: 25px;

  }

  .content-leader .details .myleft {

    padding-top: 1.1%;

    padding-left: 4.4%;

  }

  .details .myleft .people-t .mybd p {

    font-size: 17px;

  }

  .details .myleft .people-t {

    width: 95%;

    margin-top: 16px;

  }

  .list-item3 .handle {

    width: 80.5%;

  }

  .list-item2,

  .list-item3 {

    height: 450px;

  }

  .mybanner h1 {

    font-size: 45px;

  }

  .content-fzlc {

    padding-top: 45px;

  }

  .content-fzlc h1,

  .content-jtry h1,

  .content-leader h1,

  .content-office h1 {

    font-size: 30px;

  }

  .content-tab .list-item .wrap-l .line {

    width: 43px;

    height: 2px;

    margin: 30px 0;

    background-color: #b2b2b2;

  }

  .handle .myle .caseli {

    display: flex;

    margin-bottom: 60px;

  }

  .content-jtry .swiper-container33 .swiper-slide {

    height: 445px;

    background-color: #fff;

    padding-top: 30px;

    padding-left: 36px;

    padding-right: 29px;

  }

  .details .myleft .people-t {

    width: 100%;

    margin-top: -4px;

  }

  .details .myleft .people-t .mybd p {

    font-size: 12px;

  }

  .details .myleft .people-t .mybd {

    margin-top: 6px;

  }

  .content-datas {

    padding-bottom: 30px;

    padding-top: 45px;

  }

  .content-datas .lists > div {

    width: 32.5%;

    padding: 25px 25px;

  }

  .content-friend {

    padding-bottom: 60px;

  }

}

