@charset "UTF-8";
html, body {
  position: relative;
  height: 100%;
}

.indexbody {
  position: absolute;
  height: 100%;
  width: 100%;
}

.index-container {
  width: 100%;
  height: 100%;
}

.indexcon {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-42%);
     -moz-transform: translateY(-42%);
      -ms-transform: translateY(-42%);
       -o-transform: translateY(-42%);
          transform: translateY(-42%);
}

.indexbody .index-pagination {
  right: 4.8%;
}
.indexbody .index-pagination.indexbtn2 {
  right: auto;
  left: 4.8%;
}
.indexbody .index-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #B5B5B5;
  border-radius: 50%;
  opacity: 1;
  margin: 20px 0;
}
.indexbody .index-pagination .swiper-pagination-bullet-active {
  background: #d62831;
}
.indexbody .index-pagination.indexbtn4 .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.7);
}
.indexbody .index-pagination.indexbtn4 .swiper-pagination-bullet-active {
  background: #d62831;
}
.indexbody .index-pagination.indexbtn3 {
  overflow: hidden;
  top: 15%;
}
.indexbody .index-pagination.indexbtn3 span {
  float: left;
  margin: 0 10px;
}

.index-container > .swiper-wrapper > .swiper-slide {
  overflow: hidden;
}

.banner {
  position: relative;
  height: 100%;
}
.banner .swiper-slide > img {
  width: auto;
  min-width: 100%;
  height: 100%;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-animation: scale11 7s infinite;
     -moz-animation: scale11 7s infinite;
       -o-animation: scale11 7s infinite;
          animation: scale11 7s infinite;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.banner .swiper-slide > .phone-ban {
  display: none;
}
.banner .swiper-slide {
  position: relative;
}

@-webkit-keyframes scale11 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes scale11 {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.05);
         transform: scale(1.05);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@-o-keyframes scale11 {
  0% {
    -o-transform: scale(1);
       transform: scale(1);
  }
  50% {
    -o-transform: scale(1.05);
       transform: scale(1.05);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes scale11 {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
.bantxt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bantxt h2 {
  font-size: 40px;
  color: #FFF;
  margin-bottom: 20px;
}
.bantxt span {
  display: block;
  font-size: 18px;
  color: #FFF;
  opacity: 0.5;
  text-transform: uppercase;
}
.bantxt a {
  display: block;
  position: relative;
  font-size: 20px;
  color: #FFF;
  margin-top: 80px;
  z-index: 1;
  padding-left: 20px;
}
.bantxt a:before {
  content: "";
  width: 30px;
  height: 30px;
  background: -webkit-linear-gradient(30deg, #ff102d, #d62831);
  background: -moz-linear-gradient(30deg, #ff102d, #d62831);
  background: -o-linear-gradient(30deg, #ff102d, #d62831);
  background: linear-gradient(60deg, #ff102d, #d62831);
  z-index: -1;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
}
.bantxt a:hover {
  opacity: 0.9;
}

.banner-pagination {
  position: static;
  text-align: left;
  padding-left: 25%;
}

.banbtnbox {
  width: 22%;
  position: absolute;
  right: 4.8%;
  bottom: 80px;
  z-index: 6;
}
.banbtnbox .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  opacity: 0.3;
  border-radius: 0;
  margin: 0 5px;
  -webkit-transform: skew(-10deg);
     -moz-transform: skew(-10deg);
      -ms-transform: skew(-10deg);
       -o-transform: skew(-10deg);
          transform: skew(-10deg);
}
.banbtnbox .swiper-pagination-bullet-active {
  opacity: 1;
}

.banbtn {
  margin-top: 35px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.banbtn .swiper-button-next, .banbtn .swiper-button-prev {
  position: static;
  margin: 0;
  background: none;
  height: auto;
  width: 23.6%;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  opacity: 1;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.banbtn .swiper-button-next img, .banbtn .swiper-button-prev img {
  display: inline-block;
  width: auto;
  margin: 0 5px;
}
.banbtn .swiper-button-next:hover, .banbtn .swiper-button-prev:hover {
  border: 1px solid #FFF;
}
.banbtn .swiper-button-prev.swiper-button-disabled {
  background: none;
  border: 0 none;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.banbtn .swiper-button-prev.swiper-button-disabled span {
  display: none;
}
.banbtn .swiper-button-next.swiper-button-disabled {
  background: none;
  border: 0 none;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.banbtn .swiper-button-next.swiper-button-disabled span {
  display: none;
}
.banbtn .banbtnpic {
  width: 40%;
  border: 1px solid #FFF;
}

.maincon {
  position: absolute;
  width: 100%;
  top: 55%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mainbtn {
  position: absolute;
  width: 100%;
  bottom: 5px;
}

.aboutbox {
  width: 75%;
  margin-left: 25%;
}
.aboutbox .swiper-container {
  overflow: visible;
}
.aboutbox ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit--moz-box-pack: space-between;
  box-pack: space-between;
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.aboutbox li {
  width: 31%;
  box-shadow: 0px 10px 29px 2px rgba(183, 183, 183, 0.3);
  border-radius: 3px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 50px;
}
.aboutbox li h4 {
  font-size: 24px;
  line-height: 1.5em;
}
.aboutbox li h4 img {
  display: inline-block;
  width: auto;
  margin-right: 20px;
  vertical-align: middle;
}
.aboutbox li span {
  color: #666;
  margin-top: 30px;
  display: block;
}
.aboutbox li:hover {
  box-shadow: 0px 10px 29px 2px rgba(183, 183, 183, 0.6);
}
.aboutbox li:hover h4 {
  color: #d62831;
}

.abouttxt1 {
  color: #666;
  line-height: 1.8em;
  margin-top: 50px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-height: 5.4em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.abouttxt2 {
  color: #666;
  margin-top: 50px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  max-height: 10.5em;
  line-height: 1.5em;
}

.f2bg {
  background: #F2F2F2;
}

.ywlybox {
  width: 94.7%;
  margin-top: -80px;
  background: #FFF;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ywlypic {
  width: 94.7%;
  margin-left: 5.3%;
  position: relative;
  border-radius: 3px 0px 0px 0px;
}
.ywlypic h5 {
  position: absolute;
  font-size: 24px;
  color: #FFF;
  margin-left: 5%;
  z-index: 1;
  padding-left: 15px;
  top: 40%;
}
.ywlypic h5:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: -1;
  background: -webkit-linear-gradient(30deg, #d62831, #d62831);
  background: -moz-linear-gradient(30deg, #d62831, #d62831);
  background: -o-linear-gradient(30deg, #d62831, #d62831);
  background: linear-gradient(60deg, #d62831, #d62831);
  display: block;
  left: 0;
  top: -10px;
}

.picact {
  display: none;
}

.ywlybox ul {
  padding: 0 3%;
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.ywlybox li {
  width: 25%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 50px;
}
.ywlybox li:last-child {
  border: 0 none;
}
.ywlybox li .icon {
  width: 40px;
}
.ywlybox li.ywlyact .icon img {
  display: none;
}
.ywlybox li.ywlyact .icon .picact {
  display: block;
}
.ywlybox li .ywtxt-txt{
  font-size: 14px;
  color: #666;
  line-height: 1.5em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 4.5em;
  margin-top: 30px;
}
.ywlybox li .ywtxt-txt p{
  line-height: 1.5em;
}

.ywlybox .swiper-pagination {
  display: none;
}

.ywtit {
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ywtxt {
  margin-left: 20px;
}
.ywtxt h4 {
  font-size: 24px;
}
.ywtxt span {
  display: block;
  color: #999;
}

.ywlistpic {
  display: none;
}

.teambox li {
  padding: 0;
  box-shadow: none;
}
.teambox li h4 {
  margin-bottom: 0;
  font-size: 24px;
  margin-top: 50px;
}
.teambox li h5 {
  margin-top: 10px;
}
.teambox li:hover {
  box-shadow: none;
}
.teambox li:hover .aniimg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.cyqybox {
  background: #FFF;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.cyqymbox{
  display: none;
}
.cyqybox .swiper-scrollbar{
  display: none;
}
.cyqytxt {
  width: 33%;
  padding: 100px 50px;
  position: relative;
}
.cyqytxt h3 {
  font-size: 48px;
  font-weight: bold;
}
.cyqytxt p {
  margin-top: 50px;
  color: #666666;
  font-size: 24px;
}

.yuan {
  position: absolute;
  overflow: hidden;
  bottom: 60px;
}
.yuan i {
  display: block;
  width: 12px;
  height: 12px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  float: left;
  margin: 0 5px;
  -webkit-animation: ani 4s infinite linear;
     -moz-animation: ani 4s infinite linear;
       -o-animation: ani 4s infinite linear;
          animation: ani 4s infinite linear;
}
.yuan i:nth-child(2n) {
  -webkit-animation: ani2 4s infinite linear;
     -moz-animation: ani2 4s infinite linear;
       -o-animation: ani2 4s infinite linear;
          animation: ani2 4s infinite linear;
  background: #B59243;
}

@-webkit-keyframes ani {
  0% {
    background: rgba(0, 0, 0, 0.2);
  }
  50% {
    background: #B59243;
  }
  100% {
    background: rgba(0, 0, 0, 0.2);
  }
}

@-moz-keyframes ani {
  0% {
    background: rgba(0, 0, 0, 0.2);
  }
  50% {
    background: #B59243;
  }
  100% {
    background: rgba(0, 0, 0, 0.2);
  }
}

@-o-keyframes ani {
  0% {
    background: rgba(0, 0, 0, 0.2);
  }
  50% {
    background: #B59243;
  }
  100% {
    background: rgba(0, 0, 0, 0.2);
  }
}

@keyframes ani {
  0% {
    background: rgba(0, 0, 0, 0.2);
  }
  50% {
    background: #B59243;
  }
  100% {
    background: rgba(0, 0, 0, 0.2);
  }
}
@-webkit-keyframes ani2 {
  0% {
    background: #B59243;
  }
  50% {
    background: rgba(0, 0, 0, 0.2);
  }
  100% {
    background: #B59243;
  }
}
@-moz-keyframes ani2 {
  0% {
    background: #B59243;
  }
  50% {
    background: rgba(0, 0, 0, 0.2);
  }
  100% {
    background: #B59243;
  }
}
@-o-keyframes ani2 {
  0% {
    background: #B59243;
  }
  50% {
    background: rgba(0, 0, 0, 0.2);
  }
  100% {
    background: #B59243;
  }
}
@keyframes ani2 {
  0% {
    background: #B59243;
  }
  50% {
    background: rgba(0, 0, 0, 0.2);
  }
  100% {
    background: #B59243;
  }
}
.cyqycon {
  width: 67%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.cyqyleft {
  width: 50%;
  border-left: 1px solid #E5E5E5;
}

.cyqyright {
  width: 50%;
  border-left: 1px solid #E5E5E5;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.cyqyright:before{
  content:'';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background: #E5E5E5;
}
.cyqyright li {
  width: 50%;
  float: left;
  height: auto;
  border-radius: 0;
  background: none;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  padding: 40px 0;
  border-top: 1px solid #E5E5E5;
}
.cyqyright li:nth-child(1), .cyqyright li:nth-child(2) {
  border-top: 0 none;
}
.cyqyright li img {
  width: auto;
}

.cyqylogo {
  display: none;
}

.cyqylefttxt {
  padding: 60px 20px;
}
.cyqylefttxt p {
  text-align: center;
  color: #666;
}

.newsleft {
  width: 63%;
}
.newsleft .aniimg {
  width: 55.2%;
}

.newcon {
  width: 36.6%;
}
.newcon span {
  color: #999;
  display: block;
  margin-bottom: 20px;
}
.newcon h4 {
  font-size: 24px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  line-height: 1.5em;
  max-height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newcon p {
  color: #666;
  font-size: 14px;
  margin: 40px 0;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  line-height: 1.8em;
  max-height: 5.4em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.newcon i {
  display: block;
  width: 145px;
  height: 50px;
  line-height: 50px;
  font-style: normal;
  color: #FFF;
  text-align: center;
  background: #B59243;
}

.newsleft:hover .aniimg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.newsleft:hover h4 {
  color: #B59243;
}

.newsright {
  width: 31.3%;
}
.newsright li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px 0;
}
.newsright li:first-child {
  border: 0 none;
}
.newsright li .aniimg {
  width: 18%;
}
.newsright li .newstxt {
  width: 69%;
}
.newsright li .newstxt h4 {
  font-size: 18px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  line-height: 1.5em;
  max-height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newsright li .newstxt span {
  display: block;
  margin-top: 15px;
  color: #999;
  font-size: 14px;
}
.newsright li:hover .aniimg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.newsright li:hover h4 {
  color: #B59243;
}

.contactbox {
  position: relative;
}
.contactbox .content {
  position: absolute;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.contactbox .content .titbox {
  margin-top: 130px;
}

.tactlist {
  width: 395px;
  background: #FFF;
  position: fixed;
  right: 21%;
  top: 20%;
}
.tactlist:nth-child(2) {
  top: 40%;
  right: 13.2%;
}
.tactlist span {
  position: absolute;
  width: 10px;
  height: 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid red;
  display: block;
  box-sizing: border-box;
  z-index: 1;
  background: #FFF;
}
.tactlist:nth-child(1) span {
  top: 90px;
  left: -60px;
}
.tactlist:nth-child(2) span {
  top: 12px;
  left: -43px;
}
.tactlist span:before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  border-radius: 50%;
  -webkit-animation: rodflash 2s infinite;
     -moz-animation: rodflash 2s infinite;
       -o-animation: rodflash 2s infinite;
          animation: rodflash 2s infinite;
  background: #b54343;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -10px;
}
.tactlist .aniimg {
  width: 18%;
}
.HospitalMap {
  height: 84px;
}
.tactlist .tacttxt {
  width: 82%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.tactlist .tacttxt h4 {
  font-size: 18px;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 10px;
  /* margin-bottom: 15px; */
  font-weight: bold;
}
.tactlist .tacttxt img {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
}
.tactlist .tacttxt p {
  color: rgba(51, 51, 51, 0.6);
}
.tactlist .tacttxt a {
  color: rgba(51, 51, 51, 0.6);
}

@-webkit-keyframes rodflash {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0.2;
  }
}

@-moz-keyframes rodflash {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
         transform: scale(1, 1);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: scale(2, 2);
    -moz-transform: scale(2, 2);
         transform: scale(2, 2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(2, 2);
    -moz-transform: scale(2, 2);
         transform: scale(2, 2);
    opacity: 0.2;
  }
}

@-o-keyframes rodflash {
  0% {
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
       transform: scale(1, 1);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: scale(2, 2);
    -o-transform: scale(2, 2);
       transform: scale(2, 2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(2, 2);
    -o-transform: scale(2, 2);
       transform: scale(2, 2);
    opacity: 0.2;
  }
}

@keyframes rodflash {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
         transform: scale(1, 1);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: scale(2, 2);
    -moz-transform: scale(2, 2);
      -o-transform: scale(2, 2);
         transform: scale(2, 2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(2, 2);
    -moz-transform: scale(2, 2);
      -o-transform: scale(2, 2);
         transform: scale(2, 2);
    opacity: 0.2;
  }
}
.listban {
  position: relative;
}
.listban .phone-ban{
  display: none;
}
.listbantxt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.listbantxt div {
  margin-top: 100px;
}
.listbantxt h2 {
  font-size: 50px;
  color: #FFF;
  margin-top: 35px;
  text-align: center;
}
.listbantxt h3 {
  font-size: 72px;
  text-transform: uppercase;
  text-align: center;
  color: rgba(255, 255, 255, 0);
  font-weight: bold;
  opacity: 0.5;
  -webkit-text-stroke: 1px #FFFFFF;
  font-family: Arial;
  text-stroke: 1px #FFFFFF;
}

.listnav {
  border-bottom: 1px solid #E5E5E5;
}
.listnav li {
  text-align: center;
  width: 33.33%;
}
.listnav li a {
  font-size: 20px;
  padding: 30px 0;
  display: inline-block;
}
.listnav li.listnavact a, .listnav li:hover a {
  color: #B59243;
  border-bottom: 4px solid #B59243;
}

.yewunav li {
  width: 25%;
}

.abouttop {
  margin-bottom: 80px;
  align-items: flex-start;
}

.aboutpic {
  width: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-bottom: 50px;
  padding-left: 50px;
  position: relative;
  z-index: 1;
}
.aboutpic span {
  color: #FFF;
  text-transform: uppercase;
  opacity: 0.6;
  font-size: 32px;
  position: absolute;
  top: 100px;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
  left: 2px;
}
.aboutpic:before {
  content: "";
  position: absolute;
  left: 0;
  background: #B59243;
  right: 50px;
  z-index: -1;
  bottom: 0;
  top: 50px;
}

.abouttxt {
  width: 43.75%;
}
.abouttxt h2 {
  font-size: 48px;
  color: #B59243;
  margin-bottom: 50px;
}

.aboutrow p {
  font-size: 18px;
  line-height: 2em;
  color: #666;
  margin-top: 1.5em;
  text-align:justify;
  text-justify:inter-ideograph;
}

.teamcon {
  position: relative;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.teamrow {
  position: relative;
}
.teamrow::before {
  content: "";
  display: block;
  position: absolute;
  background: #F9F9F9;
  bottom: 0;
  top: 25%;
  width: 100%;
}
.teamrow i {
  font-style: normal;
  position: absolute;
  top: 55px;
  left: 40.6%;
  z-index: -1;
  font-size: 125px;
  line-height: 120px;
  display: block;
  line-height: 1em;
  -webkit-text-stroke: 2px #B59143;
  text-stroke: 2px #B59143;
  font-weight: bold;
  opacity: 0.2;
  color: rgba(255, 255, 255, 0);
}

.itempic {
  width: 34.4%;
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

.itemtxt {
  width: 59.4%;
}
.itemtxt h4 {
  font-size: 36px;
}
.itemtxt h4 span {
  font-size: 24px;
  color: #999;
}
.itemtxt h5 {
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 70px;
}
.itemtxt p {
  font-size: 14px;
  line-height: 2.5em;
  color: #666;
  text-align:justify;
  text-justify:inter-ideograph;
}

.teamitem li {
  width: 47.5%;
  background: #F9F9F9;
  border-radius: 2px;
  margin-bottom: 80px;
}
.teamitem li .aniimg {
  width: 30.5%;
}
.teamitem li:hover .aniimg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.teamitem li:hover h4 {
  color: #B59243;
}


.teamitemtxt {
  width: 63.2%;
}
.teamitemtxt h5 {
  color: #999;
}
.teamitemtxt h4 {
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 25px;
}
.teamitemtxt p {
  color: #666;
  margin-right: 60px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 3.6em;
  line-height: 1.8em;
  
}
.teamitemtxt span {
  display: block;
  width: 100%;
  margin-top: 20px;
  height: 30px;
  position: relative;
}
.teamitemtxt span:before{
  content: '';
  display: block;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  background: url(../images/teamjt.png) no-repeat left bottom;
  left: 0;
  width: 27px;
  height: 13px;
  position: absolute;
  bottom: 0;
  bottom: 0;
}
.teamitem li:hover span{
  border-top: 1px solid #ddd;

}
.teamitem li:hover span:before{
  background-image: url(../images/teamjtact.png);
  width: 33px;
}
.pagebox {
  line-height: 30px;
  text-align: center;
}
.pagebox a {
  width: 8px;
  height: 8px;
  vertical-align: middle;
  background: #C9C9C9;
  border-radius: 50%;
  display: inline-block;
  margin: 0 20px;
  border: 4px solid #FFF;
}
.pagebox .pageact, .pagebox a:hover {
  width: 26px;
  height: 26px;
  position: relative;
  border: 0 none;
  overflow: hidden;
  padding: 4px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-radius: 50%;
}
.pagebox .pageact:before, .pagebox a:hover:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background: #B59243;
}
.pagebox .pageact:after, .pagebox a:hover:after {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  height: 100%;
  background: #FFF;
  border-radius: 50%;
}

.teamdetailpic {
  width: 18.5%;
}

.teamdetailtxt {
  width: 75.3%;
}
.teamdetailtxt h4 {
  font-size: 50px;
  margin-bottom: 25px;
}
.teamdetailtxt h5 {
  font-size: 30px;
  font-weight: bold;
  color: rgba(153, 153, 153, 0);
  -webkit-text-stroke: 1px #AAAAAA;
  text-stroke: 1px #AAAAAA;
  margin-bottom: 80px;
}
.teamdetailtxt p {
  font-size: 18px;
  color: #666;
  line-height: 2em;
  margin-bottom: 2em;
}

.member li {
  width: 23.2%;
  float: left;
  margin-bottom: 30px;
  margin-right: 2.4%;
}
.member li:nth-child(4n) {
  margin-right: 0;
}
.member li h4 {
  text-align: center;
  font-size: 20px;
  padding: 15px 0;
}
.member li:last-child h4 {
  color: #666;
}
.member li:hover .aniimg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.member li:hover h4 {
  color: #B59243;
}

.memberpic {
  position: relative;
}
.memberpic .aniimg {
  position: absolute;
  width: 73%;
  top: 9px;
  height: 72%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  z-index: 2;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.memberpic .aniimg img {
  width: auto;
  max-width: 90%;
}

.newslist li {
  width: 32.2%;
  float: left;
  margin-right: 1.7%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 1px solid #E5E5E5;
  margin-bottom: 50px;
}


.newslist li:nth-child(3n) {
  margin-right: 0;
}
.newslist li:hover .aniimg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.newslist li:hover h4 {
  color: #AB893C;
}

.newslisttxt {
  padding: 40px;
}
.newslisttxt h4 {
  font-size: 24px;
  margin-bottom: 25px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.newslisttxt span {
  color: #999;
  display: block;
  margin-top: 30px;
}

.newsxq {
  position: relative;
}
.newsxq p {
  color: #666;
}
.newsxq i {
  font-style: normal;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1.8em;
  color: #AB893C;
}

.newsmain {
  background: #f6f6f6;
}

.detail {
  background: #FFF;
  margin-top: -100px;
  position: relative;
  z-index: 2;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 8%;
  padding-right: 8%;
}

.detailtit {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 30px;
}
.detailtit h1 {
  font-size: 40px;
  margin-bottom: 50px;
}

.newsdata li {
  color: #B59243;
  display: inline-block;
  margin-right: 50px;
}
.newsdata li img {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin-right: 10px;
}

.deshare {
  position: relative;
}
.deshare > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.deshare > a:hover {
  opacity: 0.9;
}

.wx-box {
  display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  padding: 15px;
  padding-top: 30px;
  border: 1px solid #EEE;
}

.wx-box-foot {
  text-align: center;
  font-size: 16px;
  color: #666;
}

.wx-box .wx-box-main canvas {
  width: 120px;
  height: 120px;
}

.wx-box .wx-box-head {
  position: absolute;
  right: 15px;
  top: 5px;
}
.wx-box .wx-box-head a {
  padding: 0 4px;
}
.wx-box .wx-box-head a:hover {
  color: #B59243;
}

.detailcon img {
  width: auto;
  display: block;
  margin: 40px auto;
  max-width: 100%;
}
.detailcon p {
  color: #666;
  text-align:justify;
  text-justify:inter-ideograph;
}

.detailfot {
  padding: 50px 0;
}
.detailfot ul {
  max-width: 70%;
}
.detailfot ul li {
  margin: 25px 0;
  padding-left: 50px;
  line-height: 30px;
  background: url(../images/prev.png) no-repeat left center;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.detailfot ul li a {
  color: #666;
  font-size: 18px;
}
.detailfot ul li:nth-child(2) {
  background: url(../images/next.png) no-repeat left center;
}
.detailfot ul li:hover {
  background: url(../images/prevact.png) no-repeat left center;
}
.detailfot ul li:hover:nth-child(2) {
  background: url(../images/nextact.png) no-repeat left center;
}
.detailfot ul li:hover a {
  color: #B59243;
  border-bottom: 1px solid #B59243;
  padding-bottom: 3px;
}

.back {
  width: 165px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #B59243;
  text-align: center;
  color: #B59243;
}
.back span {
  font-size: 18px;
  display: inline-block;
  padding-right: 15px;
  background: url(../images/fhlb.png) no-repeat right center;
}
.back:hover {
  opacity: 0.8;
}

.detit {
  margin-bottom: 80px;
}
.detit h2 {
  font-size: 50px;
  text-align: center;
}
.detit span {
  display: block;
  text-align: center;
  color: #999999;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 10px;
}

.denewtxt {
  padding: 40px;
}
.denewtxt > .wap-flex {
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.denewtxt > span {
  color: #B59243;
  display: block;
  margin-top: 35px;
}

.newtime b {
  font-size: 20px;
  display: block;
  font-weight: normal;
}
.newtime span {
  font-size: 14px;
  display: block;
  color: #666;
}

.denewtit {
  width: 80%;
}
.denewtit h4 {
  font-size: 20px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
  margin-bottom: 15px;
}
.denewtit p {
  color: #666;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-height: 3.6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.8em;
  overflow: hidden;
}

.tactbox {
  position: relative;
  padding-top: 160px;
}
.tactbox > img {
  border-top: 1px dashed #DDD;
}

.tactrow {
  position: absolute;
  top: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  height: 100%;
  width: 100%;
}
.tactrow .itemcon {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.tactcon {
  background: #F6F6F6;
  width: 400px;
  margin-left: 10%;
}

.tacttit {
  padding: 63px 30px 30px;
  height: 160px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.tacttit h2 {
  font-size: 30px;
  color: #A38239;
}
.tacttit span {
  color: #999999;
  font-size: 18px;
  opacity: 0.3;
  text-transform: uppercase;
  display: block;
}

.tactitem li {
  border-top: 1px dashed #ddd;
  padding: 70px 40px;
}
.tactitem li h4 {
  font-size: 24px;
}

.tactitem-row {
  position: relative;
  margin-top: 30px;
  padding-left: 75px;
}
.tactitem-row p {
  color: #999;
  font-size: 16px;
}
.tactitem-row a {
  color: #999;
  font-size: 16px;
}
.tactitem-row a:hover {
  color: #666;
}

.tacticon {
  width: 50px;
  height: 50px;
  background-color: #FFF;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
}

.segmentit {
  text-align: center;
}
.segmentit span {
  font-size: 72px;
  color: rgba(153, 153, 153, 0.1);
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  text-align: center;
  line-height: 1em;
}
.segmentit h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  margin-top: -0.7em;
}
.segmentit p {
  margin-top: 40px;
  font-size: 18px;
  text-align: center;
  color: #666;
  display: inline-block;
  padding: 0 35px;
  position: relative;
}
.segmentit p:before {
  content: "“";
  position: absolute;
  font-weight: bold;
  font-size: 20px;
  padding: 0 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.segmentit p:after {
  content: "”";
  position: absolute;
  font-weight: bold;
  font-size: 20px;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
}

.yewubox {
  z-index: 1;
  position: relative;
}
.yewubox .aniimg {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.3);
}
.yewubox .mtop{
  margin-top: 60px;
}
.yewubox .aniimg img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.yewubox .aniimg:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.yewubox:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 65%;
  background: #F5F5F5;
  top: 0;
  z-index: -1;
}
.yewubox:nth-child(2n) {
  background: #F5F5F5;
}
.yewubox:nth-child(2n):before {
  background: #FFF;
}

@media (max-width: 1800px) {
  .tactitem li {
    padding: 50px 30px;
  }
  /* .tactlist {
    right: 10.5%;
    top: 18.5%;
  }
  .tactlist:nth-child(2) {
    top: 48%;
    right: 6.8%;
  } */
  .tactlist {
    right: 19.5%;
    top: 24%;
  }
  .tactlist:nth-child(2) {
    right: 11.5%;
    top: 42%;
  }
}
@media (max-width: 1700px) {
  .listbantxt h3 {
    font-size: 64px;
  }
  .listbantxt h2 {
    font-size: 42px;
    margin-top: 30px;
  }
  .abouttxt h2 {
    font-size: 42px;
    margin-bottom: 45px;
  }
  /* .tactlist {
    right:7.5%;
  }
  .tactlist:nth-child(2) {
    right: 3.5%;
  } */
 .tactlist {
    right: 18%;
    top: 22%;
  }
  .tactlist:nth-child(2) {
    right: 10%;
    top: 44%;
  }
}
@media (max-width: 1600px) {
  .aboutbox li {
    padding: 40px;
  }
  .abouttxt1, .abouttxt2 {
    margin-top: 30px;
  }
  .aboutbox li span {
    margin-top: 20px;
  }
  .aboutbox li h4 img {
    margin-right: 10px;
  }
  .ywtxt h4 {
    font-size: 20px;
  }
  .ywlybox li .ywtxt-txt {
    margin-top: 20px;
  }
  .teambox li {
    padding: 0;
  }
  .teambox li h4 {
    margin-top: 30px;
    font-size: 20px;
  }
  .cyqytxt {
    padding: 60px 45px;
  }
  .cyqytxt h3 {
    font-size: 40px;
  }
  .cyqytxt p {
    margin-top: 40px;
  }
  .cyqylefttxt {
    padding: 50px 15px;
  }
  .cyqyright li {
    padding: 30px 0;
  }
  .newcon h4 {
    font-size: 20px;
  }
  .newsright li {
    padding: 25px 0;
  }
  .newsright li .newstxt span {
    margin-top: 10px;
  }
  
  /* .tactlist {
    right: 6.3%;
    top: 17%;
  }
  .tactlist:nth-child(2) {
    top: 47%;
    right: 2.4%;
  } */
  .tactlist {
    right: 16.5%;
    top: 20%;
  }
  .tactlist:nth-child(2) {
    right: 8.5%;
    top: 46%;
  }
  .newcon i {
    width: 120px;
    height: 40px;
    line-height: 40px;
  }
  .aboutbox li h4 {
    font-size: 20px;
  }
  .aboutbox li h4 img {
    width: 30px;
  }
  .ywlybox li {
    padding: 40px;
  }
  .ywlybox li .icon {
    width: 30px;
  }
  .bantxt a {
    margin-top: 50px;
    font-size: 18px;
  }
  .ywlypic {
    margin-top: 50px;
  }
  .bantxt h2 {
    font-size: 36px;
  }
  .bantxt span {
    font-size: 16px;
  }
  .ywtxt {
    margin-left: 15px;
  }
  .listbantxt div {
    margin-top: 75px;
  }
  .listbantxt h2 {
    font-size: 42px;
    margin-top: 20px;
  }
  .listbantxt h3 {
    font-size: 56px;
  }
  .listnav li a {
    font-size: 18px;
    padding: 20px 0;
  }
  .abouttop {
    margin-bottom: 60px;
  }
  .aboutpic span {
    font-size: 28px;
  }
  .abouttxt h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .aboutrow p {
    font-size: 16px;
  }
  .aboutpic {
    padding-bottom: 40px;
    padding-left: 40px;
  }
  .aboutpic span {
    font-size: 24px;
    top: 80px;
  }
  .aboutpic:before {
    right: 40px;
    top: 40px;
  }
  .teamrow i {
    top: 50px;
    font-size: 100px;
  }
  .itemtxt h4 {
    font-size: 30px;
  }
  .itemtxt h4 span {
    font-size: 20px;
  }
  .itemtxt h5 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 40px;
  }
  .itemtxt p {
    line-height: 2em;
  }
  .teamitem li {
    margin-bottom: 50px;
  }
  .teamitemtxt h4 {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .teamitemtxt p {
    margin-right: 50px;
  }
  .teamitemtxt span {
    margin-top: 15px;
  }
  .teamdetailtxt h4 {
    font-size: 34px;
    margin-bottom: 15px;
  }
  .teamdetailtxt h5 {
    font-size: 22px;
    margin-bottom: 50px;
  }
  .teamdetailtxt p {
    font-size: 14px;
  }
  .member li h4 {
    font-size: 18px;
    padding: 10px 0;
  }
  .memberpic .aniimg img {
    width: auto;
    max-width: 80%;
  }
  .newslisttxt {
    padding: 30px;
  }
  .newslisttxt h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .newslisttxt span {
    margin-top: 20px;
  }
  .detail {
    margin-top: -80px;
  }
  .detailtit {
    padding-bottom: 20px;
  }
  .detailtit h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .newsdata li {
    margin-right: 40px;
  }
  .deshare > a {
    margin: 0 3px;
  }
  .detailcon img {
    margin: 30px auto;
  }
  .detailfot {
    padding: 30px 0;
  }
  .detailfot ul li {
    margin: 15px 0;
    padding-left: 40px;
  }
  .detailfot ul li a {
    font-size: 16px;
  }
  .back {
    width: 140px;
    height: 45px;
    line-height: 45px;
  }
  .back span {
    font-size: 16px;
  }
  .detit {
    margin-bottom: 50px;
  }
  .detit h2 {
    font-size: 36px;
  }
  .detit span {
    font-size: 18px;
    margin-top: 5px;
  }
  .denewtxt {
    padding: 30px;
  }
  .denewtxt > span {
    margin-top: 25px;
  }
  .newtime b {
    font-size: 16px;
  }
  .denewtit {
    width: 80%;
  }
  .denewtit h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .tacttit h2 {
    font-size: 26px;
  }
  .tactbox {
    padding-top: 141px;
  }
  .tacttit {
    padding-top: 50px;
    height: 141px;
  }
  .tactitem li {
    padding: 40px 30px;
  }
  .tactitem li h4 {
    font-size: 20px;
  }
  .tactitem-row {
    padding-left: 55px;
  }
  .tactitem-row p, .tactitem-row a {
    font-size: 14px;
  }
  .tacticon {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .segmentit span {
    font-size: 60px;
  }
  .segmentit h2 {
    font-size: 40px;
  }
  .segmentit p {
    margin-top: 30px;
    font-size: 16px;
    padding: 0 30px;
  }
  .segmentit p:before {
    font-size: 18px;
  }
  .segmentit p:after {
    font-size: 18px;
  }
  .yewubox .mtop{
    margin-top: 40px;
  }
}
@media (max-width: 1500px) {
  .tactlist .tacttxt h4{
    font-size: 16px;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }
  .tactlist{
    width: 395px;
  }
  .tactlist .tacttxt{
    padding-left: 15px;
    padding-right: 15px;
  }
  /* .tactlist {
    right: 7%;
    top: 16%;
  }
  .tactlist:nth-child(2) {
    top: 49%;
    right: 1.5%;
  } */
 .tactlist {
    right: 14.5%;
    top: 18%;
  }
  .tactlist:nth-child(2) {
    right: 6.5%;
    top: 48%;
  }
}
@media (max-width: 1440px) {
  /* .tactlist {
    right: 5.3%;
    top: 17%;
  }
  .tactlist:nth-child(2) {
    right: 1.5%;
    top: 46%;
  } */
  
}
@media (max-width: 1400px) {
  .aboutbox {
    width: 80%;
    margin-left: 20%;
  }
  .aboutbox li {
    padding: 30px;
  }
  .abouttxt1, .abouttxt2 {
    margin-top: 20px;
  }
  .ywlybox li {
    padding: 30px;
  }
  .teambox li {
    padding: 0;
  }
  .cyqytxt h3 {
    font-size: 30px;
  }
  .cyqytxt p {
    margin-top: 30px;
  }
  .cyqyright li {
    padding: 20px 0;
  }
  .cyqyright li img {
    width: 80%;
  }
  .cyqylefttxt {
    padding: 30px 15px;
  }
  .newsright li {
    padding: 15px 0;
  }
  .newsright li .newstxt span {
    margin-top: 5px;
  }
  .tactlist {
    width: 395px;
  }
  .tactlist .tacttxt p {
    font-size: 14px;
  }
  .tactlist .tacttxt h4 {
    font-size: 16px;
    /* margin-bottom: 10px;
    padding-bottom: 5px; */
  }
  .indexbody .index-pagination .swiper-pagination-bullet {
    margin: 15px 0;
  }
  .indexbody .index-pagination.indexbtn3 span {
    margin: 0 8px;
  }
  /* .tactlist {
    right: 4.8%;
  }
  .tactlist:nth-child(2) {
    right: 1%;
  } */
  .tactlist {
    right: 12.5%;
    top: 16%;
  }
  .tactlist:nth-child(2) {
    right: 4.5%;
    top: 50%;
  }
}
/* @media (max-width: 1370px){
  .tactlist {
    right: 3.8%;
  }
  .tactlist:nth-child(2) {
    right: 13.2%;
    top: 56%;
  }
}
@media (max-width: 1300px){
  .tactlist {
    right: 0.8%;
    top: 15%;
  }
  .tactlist:nth-child(2) {
    right: -2.8%;
    top: 45%;
  }
} */

@media (max-width: 1300px) {
  .tactlist {
    right: 10%;
    top: 14%;
  }
  .tactlist:nth-child(2) {
    right: 2%;
    top: 52%;
  }
}