@charset "utf-8";

/* 首页banner按钮 */

.banner .slick-arrow{
    opacity: 0;
}
.banner:hover .slick-arrow{
    opacity: 1;
}
.banner .slick-arrow:hover {
    opacity: 0.7;
}

/* 首页banner按钮end */



body {
    overflow-x: hidden;
}


.header{background: url('../images/header_bg.png') no-repeat; background-size: cover; height: 222px;}
.w1260{width: 1260px; margin: 0 auto;}
.logo{width: 417px; float: left; margin-top: 60px;}
.logo img{width: 100%;}
.zi_box{width: 400px; height: 50px; float: left; margin-left: 85px; margin-top: 86px;}
.zi_box img{width: 100%;}
.yy_box{float: right; margin-top: 37px;}
.yy_box p{font-size: 14px; color: #3B9AA1; text-align: center; margin-top: 5px;}
#dl-menu {
	display: none;
}

ul.menu {
    padding: 0;
    list-style: none;

    /* box-shadow: 0px 0px 25px #00000070; */

  }
  ul.menu .list1 {
    font-size: 14px;

    position: relative;
    width: 100%;
    box-sizing: border-box;
    clear: both;
  }
  ul.menu .list1:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 17px;
    top: 17px;
    padding: 0px 5px;
    color: #fff;
  }
  ul.menu .list1:before {
    content: '\f07b';
    font-family: FontAwesome;
    position: absolute;
    left: 17px;
    top: 17px;
    padding: 0px 5px;
    color: #fff;
  }
  ul.menu .list1 a {
    text-decoration: none;
    color: #fff;
    padding: 17px 0px 17px 45px;
    display: block;
    height: 100%;
    box-sizing: border-box;
  }
  ul.menu .list1 a:hover {
    background-color: #324252;
    transition: 300ms all;
    color: #09fbd2;
  }
  ul.menu .list1 .items {
    height: 0px;
    overflow: hidden;
  }
  ul.menu .list1 .items a {
    padding: 17px;
  }
  ul.menu .list1 .items a:hover {
    background-color: #3f5d79;
    color: #fff;
    transition: 300ms all;
  }
  ul.menu .list1:last-child {
    border-bottom: none;
  }
  ul.menu .active:after {
    content: "\f106";
    font-family: FontAwesome;
    position: absolute;
    right: 17px;
    top: 17px;
    padding: 0px 5px;
    color: #fff;
  }
  ul.menu .active:before {
    content: '\f07c';
    font-family: FontAwesome;
    position: absolute;
    left: 17px;
    top: 17px;
    padding: 0px 5px;
    color: #fff;
  }
  ul.menu .active > .items {
    display: block;

    padding: 0px;
    height: auto;

    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 200ms;
    clear: both;
    float: left;
    width: 100%;
  }
  ul.menu .active > .items li {
    padding: 0px;
    border-bottom: 1px solid #324252;
    list-style: none;
  }
  ul.menu .active > .items li:last-child {
    border-color: transparent;
    padding-bottom: 0px;
  }
  ul.menu .active > .items .active > .items {
    background-color: #2f4b67;
  }
  ul.menu .active > a {
    color: #46efa4;
    font-weight: bold;
  }
  ul.menu .active .list1 {
    background: #697d92;
  }
  ul.menu .active .list1 a {
    padding: 17px 0px 17px 45px;
  }
  .nav ul li:first-child{margin-top: 0px; margin-left: 0px;}
  .ul li {

      position: relative;

  }

  .nav ul li a {


      display: block;

      font-size: 16px;
      color: #fff;
      padding: 10px 10px;
      text-align: center;
      line-height: 33px;

  }
  .on{ border-bottom: 2px solid #fff;
      font-weight: 700;   }
  .er_nav {

      overflow: hidden;

      position: absolute;

      top: 64px;

      z-index: 99999;

  }

  .active1  {
      background: #f6f6f6;
  }

  .submenu {

      left: 0;

      max-height: 0;

      position: absolute;

      top: 100%;

      z-index: 0;

      -webkit-perspective: 400px;

      -moz-perspective: 400px;

      -ms-perspective: 400px;

      -o-perspective: 400px;

      perspective: 400px;

  }



  .submenu li {

      opacity: 0;

      -webkit-transform: rotateY(90deg);

      -moz-transform: rotateY(90deg);

      -ms-transform: rotateY(90deg);

      -o-transform: rotateY(90deg);

      transform: rotateY(90deg);

      -webkit-transition: opacity .4s, -webkit-transform .5s;

      -moz-transition: opacity .4s, -moz-transform .5s;

      -ms-transition: opacity .4s, -ms-transform .5s;

      -o-transition: opacity .4s, -o-transform .5s;

      transition: opacity .4s, transform .5s;

      /*实现下拉菜单螺旋淡出*/

  }



  .menu .submenu li:hover a {



      border-radius: 0;


  }



  .menu > li:hover .submenu, .menu > li:focus .submenu {

      max-height: 2000px;

      z-index: 10;

  }



  .menu > li:hover .submenu li, .menu > li:focus .submenu li {

      opacity: 1;

      -webkit-transform: none;

      -moz-transform: none;

      -ms-transform: none;

      -o-transform: none;

      transform: none;

  }

  /*动画递进的时间 实现一个个螺旋子菜单*/

  .menu li:hover .submenu li:nth-child(1) {

      -webkit-transition-delay: 0s;

      -moz-transition-delay: 0s;

      -ms-transition-delay: 0s;

      -o-transition-delay: 0s;

      transition-delay: 0s;

  }



  .menu li:hover .submenu li:nth-child(2) {

      -webkit-transition-delay: 50ms;

      -moz-transition-delay: 50ms;

      -ms-transition-delay: 50ms;

      -o-transition-delay: 50ms;

      transition-delay: 50ms;

  }



  .menu li:hover .submenu li:nth-child(3) {

      -webkit-transition-delay: 100ms;

      -moz-transition-delay: 100ms;

      -ms-transition-delay: 100ms;

      -o-transition-delay: 100ms;

      transition-delay: 100ms;

  }



  .menu li:hover .submenu li:nth-child(4) {

      -webkit-transition-delay: 150ms;

      -moz-transition-delay: 150ms;

      -ms-transition-delay: 150ms;

      -o-transition-delay: 150ms;

      transition-delay: 150ms;

  }



  .menu li:hover .submenu li:nth-child(5) {

      -webkit-transition-delay: 200ms;

      -moz-transition-delay: 200ms;

      -ms-transition-delay: 200ms;

      -o-transition-delay: 200ms;

      transition-delay: 200ms;

  }



  .menu li:hover .submenu li:nth-child(6) {

      -webkit-transition-delay: 250ms;

      -moz-transition-delay: 250ms;

      -ms-transition-delay: 250ms;

      -o-transition-delay: 250ms;

      transition-delay: 250ms;

  }



  .menu li:hover .submenu li:nth-child(7) {

      -webkit-transition-delay: 300ms;

      -moz-transition-delay: 300ms;

      -ms-transition-delay: 300ms;

      -o-transition-delay: 300ms;

      transition-delay: 300ms;

  }



  .menu li:hover .submenu li:nth-child(8) {

      -webkit-transition-delay: 350ms;

      -moz-transition-delay: 350ms;

      -ms-transition-delay: 350ms;

      -o-transition-delay: 350ms;

      transition-delay: 350ms;

  }



  .submenu li:nth-child(1) {

      -webkit-transition-delay: 350ms;

      -moz-transition-delay: 350ms;

      -ms-transition-delay: 350ms;

      -o-transition-delay: 350ms;

      transition-delay: 350ms;

  }



  .submenu li:nth-child(2) {

      -webkit-transition-delay: 300ms;

      -moz-transition-delay: 300ms;

      -ms-transition-delay: 300ms;

      -o-transition-delay: 300ms;

      transition-delay: 300ms;

  }



  .submenu li:nth-child(3) {

      -webkit-transition-delay: 250ms;

      -moz-transition-delay: 250ms;

      -ms-transition-delay: 250ms;

      -o-transition-delay: 250ms;

      transition-delay: 250ms;

  }



  .submenu li:nth-child(4) {

      -webkit-transition-delay: 200ms;

      -moz-transition-delay: 200ms;

      -ms-transition-delay: 200ms;

      -o-transition-delay: 200ms;

      transition-delay: 200ms;

  }



  .submenu li:nth-child(5) {

      -webkit-transition-delay: 150ms;

      -moz-transition-delay: 150ms;

      -ms-transition-delay: 150ms;

      -o-transition-delay: 150ms;

      transition-delay: 150ms;

  }



  .submenu li:nth-child(6) {

      -webkit-transition-delay: 100ms;

      -moz-transition-delay: 100ms;

      -ms-transition-delay: 100ms;

      -o-transition-delay: 100ms;

      transition-delay: 100ms;

  }



  .submenu li:nth-child(7) {

      -webkit-transition-delay: 50ms;

      -moz-transition-delay: 50ms;

      -ms-transition-delay: 50ms;

      -o-transition-delay: 50ms;

      transition-delay: 50ms;

  }



  .submenu li:nth-child(8) {

      -webkit-transition-delay: 0s;

      -moz-transition-delay: 0s;

      -ms-transition-delay: 0s;

      -o-transition-delay: 0s;

      transition-delay: 0s;

  }

/* 一级菜单容器 - 添加层级控制 */
.ul.tab-title.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #3B9AA1;
    font-family: 'Microsoft YaHei', sans-serif;
    position: relative; /* 新增：建立层叠上下文 */
    z-index: 100; /* 控制一级菜单层级 */
}

/* 一级菜单项 - 保持原有布局 */
.tab-title.menu > li {
    position: relative;
    display: inline-block; /* 保持行内块布局 */
    padding: 0;
    margin: 0;
    transition: all 0.3s ease;
    vertical-align: top; /* 确保对齐 */
}

/* 一级菜单链接 - 文字居中方案 */
.tab-title.menu > li > a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 15px 0px;
    font-size: 16px;
    text-align: center; /* 新增：文字水平居中 */
    line-height: 1.5; /* 新增：垂直居中 */
}

/* 当前选中项 */


/* 一级菜单悬停效果 */
.tab-title.menu > li:hover {
    box-shadow: inset 0 4px 8px rgba(0,0,0,0.2);
    background: linear-gradient(to bottom, #3B9AA1, #2a7a80);
    transform: translateY(1px);
}

/* 二级菜单容器 - 关键层级提升 */
.er_nav.submenu {
    position: absolute;
    width: auto;
    min-width: 450px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    display: none;
    padding: 15px;
    z-index: 9999; /* 提升到最高层级 */
    left: 0;
    top: 100%;
    column-count: 3;
    column-gap: 20px;
    border-radius: 4px;
    margin-top: 0; /* 消除间隙 */
}

/* 二级菜单项 */
.er_nav.submenu li {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    break-inside: avoid;
    margin-bottom: 10px;
}

/* 二级菜单链接 */
.er_nav.submenu li a {
    display: block;
    padding: 8px 12px;
    color: #333;
    transition: all 0.3s;
    border-left: 3px solid transparent;
}

/* 二级菜单悬停效果 */
.er_nav.submenu li a:hover {
    color: #3B9AA1;
    background: #f5f5f5;
    border-left-color: #3B9AA1;
}

/* 显示二级菜单 - 防消失机制 */
.tab-title.menu > li:hover .er_nav.submenu,
.er_nav.submenu:hover { /* 新增：鼠标在二级菜单时保持显示 */
    display: block;
}





      .clearfix li:hover {

  transform: rotate(360deg);

  -webkit-transform: rotate(360deg);

  -moz-transform: rotate(360deg);

  -o-transform: rotate(360deg);

  -ms-transform: rotate(360deg);

  }
  .nav ul li {
    float: left;
	width: 85px;
	height: 53px;
    margin-left: 5px;
    box-sizing: border-box;
}

.nav ul li:first-child{margin-top: 0px; margin-left: 0px;}

#dl-menu {
	display: none;
}

.nav_box{background-color:#3B9AA1; height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner{
    position: relative;
}

.nav{height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;}
.big_box .link_box {
        display: flex;
    }
.search_box{overflow: hidden; padding-top: 20px; padding-bottom: 20px; background-color: #fff;}
.search_left{font-size: 16px; float: left; margin-top: 40px;}

.search_right{width: 50%; float: right; position: relative; }
.search_right input{margin-left: 238px; background: url('../images/4.png') no-repeat; background-size: cover; display: block;border: 0px; width: 403px; height: 58px;margin-top: 20px;
position: relative; line-height: 58px; text-indent:60px; outline: none;font-size: 18px;
}
.search_right img{position: absolute; left: 263px; top: 40px; width: 25px; height: 25px;}
.search_right a{color: #fff; position: absolute; top: 40px; right: 12px;}








/* banner */

.banner {
    width: 100%;
    position: relative;
    /* border-radius: 1rem 1rem 0 0; */
    overflow: hidden;
    z-index: 2;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 7;
    transition: all 8s;
}

.banner .slick-slide a p {
    position: absolute;
    width: 100%;
    left: 50%;
    max-width: 13rem;
    transform: translateX(-50%);
    font-size: 0.3rem;
    bottom: 0.4rem;
    color: #fff;
    z-index: 9;
}

.banner .slick-dots {
    font-size: 0;
    text-align: center;
    bottom: .45rem;
}

.banner .slick-dots li {
    display: inline-block;
    border-radius: 50%;
    margin: 0 .05rem;
    transition: all 0.3s;
    vertical-align: middle;
    width: 0.1rem;
    height: 0.1rem;
    background-color: #ffffff;
}

@keyframes cilcle {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.banner .slick-slide.slick-current a img {
    animation: img_scale linear 6s;
}


@keyframes img_scale {
    0% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }

}


.banner .slick-dots li button {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
    margin: 0;
    padding: 0;
    display: none;
}

.banner .slick-dots li.slick-active {
    background: #203C8A;
}

.banner .slick-dots li.slick-active button {
    background: #fff;
}

.section1 {
    margin-top: -.73rem;
    position: relative;
    z-index: 3;
}

.index {
    position: relative;
    z-index: 1;
}

a {
    display: block;
}

.s1-c {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0rem 0.04rem 0.16rem 0rem rgba(0, 74, 140, 0.2);
    border-bottom: 0.04rem solid #45B6BE;
    padding: .3rem 1.55rem;
}

.s1-l {
    flex: 1;
    min-width: 0;
    padding: 0 .3rem;
    border: 1px solid #CACACA;
    border-radius: .3rem;
}

.s1-l input {
    display: block;
    width: 100%;
    line-height: 0.54rem;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: normal;
    color: #333;
    height: 0.54rem;
    background: none;
}

.s1-l input::placeholder {
    color: #999999;
}

.s1-r {
    opacity: 1;
    overflow: hidden;
    margin-left: .3rem;
}

.s1-r input {
    display: block;
    width: 100%;
    height: 0.56rem;
    width: 1.6rem;
    border-radius: .3rem;
    padding-left: .2rem;
    border: none;
    color: #fff;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.22rem;
    color: #FFFFFF;
    background: #45B6BE url(/s1-icon-search.png) no-repeat;
    background-position: .3rem center;
    background-size: .24rem;
    cursor: pointer;
    transition: all 0.5s;
}

.s1-r input:hover {
    border-radius: 0.1rem;
    letter-spacing: .02rem;
}

/* s2 */
.section2 {
    padding-top: .97rem;
    padding-bottom: 0.75rem;
    /* background: url(/s2-bg.png) no-repeat left bottom; */
    background-size: 9.2rem;
    max-width: 19.2rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.s2-tx {
    width: 4.6rem;
    padding-top: .4rem;
}

.s2-tx h3 {
    font-size: 34px;
    font-weight: bold;
    line-height: .4rem;
    color: #45B6BE;
    margin-bottom: .37rem;
}

.s2-tx p {
    font-size: .18rem;
    line-height: .34rem;
    text-align: justify;
    color: #666666;
}

.s2-tx p span {
    display: none;
}

.section2 .w16 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    max-width: 100%;
    width: 100%;
}

.section2 {
    position: relative;
}

.section2>span {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 4.6rem;
    font-weight: bold;
    color: rgba(0, 91, 172, 0.07);
    z-index: 0;
}

.s2-r {
    padding-left: .69rem;
    flex: 1;
}

.s2-r ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2-r ul li {
    width: 1.69rem;
    height: 3.6rem;
    padding-top: .53rem;
    position: relative;
    animation: shake 3s infinite linear;
}

.s2-r ul li:nth-child(even) {
    animation: shake2 3s infinite linear;
}


.s2-r ul li::after {
    content: '';
    height: 15%;
    border-right: 1px solid rgba(226, 226, 226, 0.8);
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    z-index: -1;
}

.s2-r ul li:nth-child(even) {
    margin-top: 1.6rem;
}

.s2-r ul li:nth-child(1) {
    background: url('../images/s2-bg1.png') no-repeat;
    background-size: 100% 100%;
}

.s2-r ul li:nth-child(2) {
    background: url('../images/s2-bg2.png') no-repeat;
    background-size: 100% 100%;
}

.s2-r ul li:nth-child(3) {
    background: url('../images/s2-bg3.png') no-repeat;
    background-size: 100% 100%;
}

.s2-r ul li:nth-child(4) {
    background: url('../images/s2-bg4.png') no-repeat;
    background-size: 100% 100%;
}


.s2-r ul li a .ico img {
    max-width: .68rem;
    max-width: .8rem;
    margin: 0 auto;
    display: block;
    transition: all 0.5s;

}

.s2-ifo {
    margin-top: .25rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.s2-ifo h3 {
    font-size: .28rem;
    font-weight: bold;
    color: #FFFFFF;
    width: .28rem;
    line-height: 1.1;
}

.s2-ifo img {
    margin-right: .08rem;
    max-width: 0.5rem;
    max-height: 1.7rem;
}

.s2-r ul li a:hover .ico>img {
    animation: jello 1s;
}

/* s3 */
.section3 {

    background: url('../images/17.png') no-repeat;
    background-size: 100% 68%;

}



.s3-tit {
    width: 11.02rem;
    height: 2.78rem;
    background: url('../images/10.png') no-repeat;
    background-size: 35% 62%;
    background-position-x: 50%;
    position: absolute;
    left: 21%;
    top: 0;
    text-align: center;
}


.s3-tit-c h3 b {
    display: block;
    font-family: 'sy';
    font-size: .5rem;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 20px;
}

.s3-tit-c h3 span {
    display: block;
    font-family: Georgia;
    font-size: .24rem;
    color: #FFFFFF;
}

.s3-tit-c .ico img {
    transform-origin: top;
    animation: swing 3s infinite linear;
}

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.tit {
    font-size: 0;
    text-align: center;
}

.s3 .tit {
    text-align: left;
}

.tit {
    position: relative;
    margin-bottom: .45rem;
}

.tit h3 b {
    font-size: .4rem;
    font-weight: bold;
    color: #333333;
    font-family: 'sy';
    position: relative;
}


.tit h3 b:last-child {
    color: #45B6BE;
    margin-left: .3rem;
}

.tit h3 b:last-child::after {
    content: '';
    width: .06rem;
    height: .06rem;
    background: url(/s3-dots.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: -0.2rem;
    transform: translateY(-50%);
}

.tit a {
    font-size: 16px;
    line-height: .5rem;
    color: #45B6BE;

    display: flex;
    align-items: center;

    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);

}

.tit a img {
    width: .3rem;
    vertical-align: middle;
    margin-right: .08rem;
    transition: all 0.5s;
    /* animation: cilcle2 3s infinite linear; */
}

/* @keyframes cilcle2 {
    0% {
        transform: rotateY(0);
    }

    100% {
        transform: rotateY(360deg);
    }
} */

.tit a:hover img {
    transform: rotateX(180deg);
}

.s3-l {
    width: 65.5%;
}

.s3-ltop ul li {
    width: 48%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

/* .s3-ltop ul li::after {
    content: '';
    width: 1.86rem;
    height: 1.86rem;
    background-color: #45B6BE;
    position: absolute;
    left: -0.06rem;
    top: -0.06rem;
    z-index: 0;
}

.s3-ltop ul li:last-child:after {
    left: auto;
    right: -0.06rem;
    background: #45B6BE;
} */

.s3-ltop ul li a {
    position: relative;
    z-index: 1;
}

.s3-ltop ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s3-ltop ul li a .pic {
    padding-top: 64%;
}

.s3-tx {
    padding: .2rem .3rem;
    background: #ffffff;
}

.s3-tx h3 {
    font-size: .18rem;
    line-height: .32rem;
    height: .64rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify;
    color: #333333;
    margin-bottom: .2rem;
    font-weight: normal;
}

.s3-tx p {
    font-size: .14rem;
    line-height: .25rem;
    height: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify;
    color: rgba(51, 51, 51, 0.6);
}

.s3-lbot ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.s3-lbot ul li {
    width: 48%;
    margin-top: .3rem;
}

.s3-lbot ul li a {
    flex-direction: column;
    display: flex;
    justify-content: center;
    padding: 0 .3rem;
    background: #ffffff;
    border-left: 2px solid #45B6BE;
    height: 1.1rem;
}

.s3-lbot ul li a h3 {
    font-weight: normal;
    font-size: .18rem;
    max-height: .64rem;
    line-height: .32rem;
    text-align: justify;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.s3 .titline i {
    background-image: linear-gradient(#45B6BE, #45B6BE);
}

.s3 a:hover .titline {
    color: #45B6BE;
}

.s3-r {
    width: 29.25%;

}

.s3 .w16 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s3-date {
    text-align: center;
    padding-right: 10px;
    position: relative;

    margin: .3rem 0;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

.s3-date b {
    font-family: Lucida;
    display: block;
    font-size: .3rem;
    color: #45B6BE;
}

.s3-date::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-right: 1px solid #DCDCDC;
    height: .4rem;
}

.s3-date span {
    display: block;
    font-family: Lucida;
    font-size: .13rem;
    color: #45B6BE;
}

.s3-lt ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #DCDCDC;
    border-left: 2px solid transparent;
    transition: all 0.5s;
    padding-right: .15rem;
    position: relative;
}

.s3-lt ul li a h3 {
    width: calc(100% - .62rem);
    padding-left: .22rem;

    font-size: .18rem;
    line-height: .32rem;
    text-align: justify;
    color: #333;
    max-height: .64rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: normal;
    position: relative;
    z-index: 1;
}

.s3-r .tit {
    margin-bottom: 42px;
    margin-top: 10px;
}

.s3-lt ul li a:hover h3,
.s3-lt ul li a:hover span,
.s3-lt ul li a:hover b {
    color: #45B6BE;
}

.s3-lt ul li a:hover {

    padding-left: 35px;

    border-left-color: #45B6BE;
    border-bottom-color: transparent;
}

.s3-lt ul li a::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    background: #ffffff;
    left: 0;
    top: 0;
    z-index: 0;
    transition: all 1s;
    opacity: 0;
}

.s3-lt ul li a:hover:after {
    width: 137%;
    opacity: 1;
}

.s3 {
    padding-top: .8rem;
    padding-bottom:90px;
    max-width: 1920px;
    /* overflow-x: hidden; */
    margin: 0 auto;
    position: relative;

}

/* s4 */
.section4 {
    position: relative;
    margin-top: -2.5rem;

}

/* .s4::before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    background-color: #0163b2;
}

.s4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 100%;
    height: 98.8%;
    background-color: #1f74bf;
} */

.s4 {
    background: url('../images/28.png') no-repeat;
    background-size: 100% 100%;
    max-width: 19.2rem;
    margin: 0 auto;
    position: relative;
    padding-bottom: 1rem;
}

.section5 {
    margin: 0 auto;
    /* margin-top: -1rem; */
    position: relative;
    z-index: 2;
    background: linear-gradient(to bottom, #fff 50%, transparent);
    border-radius: 0 1rem 0 0;
    max-width: 19.2rem;

}

.s4 .w16 {
    position: relative;
}

.s4-tit {
    background: url('../images/27.png') no-repeat;
    background-size: 100% 100%;
    width: 2.67rem;
    height: 2.43rem;
    text-align: center;
    position: absolute;
    bottom: 88%;
    left: 1.85rem;
    z-index: 2;
    animation: shake 3s infinite linear;
}

@keyframes shake {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes shake2 {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(10px);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.s4-tit .s3-tit-c {
    margin-right: 0;
}

.s4-item h2 img {
    width: .6rem;
    height: .6rem;
}

.s4-item.on h2 img {
    margin-right: .18rem;
}

.s4-item h2 b {
    width: 100%;
    text-align: center;
    line-height: .6rem;
}

.s4-item h2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

.s4-item.on h2 {
    justify-content: flex-start;
}

.s4-item.on h2 b {
    width: auto;
}

.s4-item h2 b {
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: 'sy';
}

.s4-c {
    display: flex;
    flex-wrap: nowrap;
}

.s4-item {
    width: 17.66%;
    padding: 1.7rem .14rem .9rem .14rem;
    border-left: 1px solid rgba(255, 255, 255, .1);
    transition: width 0.8s;
    height: 8.93rem;
    position: relative;
}

.s4-c .s4-item:nth-child(even) .s4-pic {
    bottom: 0;
}

.s4-c .s4-item:nth-child(4),
.s4-c .s4-item:nth-child(3),
.s4-c .s4-item:nth-child(2) {
    padding-top: 2.2rem;
}

.s4-c .s4-item.on .s4-pic {
    width: 0;
}

.s4-pic {
    width: 100%;
    height: 4.8rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: 100% 100% !important;
    transition: all 0.8s;
}

.s4-item:last-child {
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.s4-item.on {
    width: 41%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, .3) 100%);
}


.s4-item ul li {
    width: 48%;
    margin-top: .1rem;
}

.s4-item ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    display: none;
}

.s4-item ul li a {
    font-size: .18rem;
    line-height: .51rem;
    text-align: justify;
    color: #FFFFFF;
    padding-left: .5rem;
    padding-right: .3rem;
    background: url('../images/s4-d1.png') no-repeat left .2rem center;
    background-size: .18rem;
    border-radius: .1rem .1rem 0 0;
    border-bottom: .02rem solid transparent;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s4-item ul li a::after {
    content: '';
    width: .15rem;
    height: .15rem;
    position: absolute;
    top: 50%;
    right: .15rem;
    transform: translateY(-50%);
    background: url(/s4-add.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    transition: all 0.5s;
}

.s4-item ul li.on a {
    color: #45B6BE;
    border-color: #45B6BE;
    font-weight: 600;
    background: url(/s4-d2.png) no-repeat left .2rem center #fff;
    background-size: .18rem;
}

.s4-item ul li.on a:after {
    opacity: 1;
    transform: translateY(-50%) rotate(180deg);
}

.s4-ifo {
    font-size: .18rem;
    line-height: .32rem;
    text-align: justify;
    color: #DBF7FF;
    margin-top: .3rem;
    display: none;
}

.s4-ifo h3 img {
    width: 1.56rem;
    margin-right: .1rem;
}

.s4-line {
    width: 1.56rem;
    height: .32rem;
    background: url(/s4-line.png) repeat-x 0 center;
    margin-right: .1rem;
    animation: line 20s infinite linear;
}

@keyframes line {
    0% {
        background-position: 0 center;
    }

    100% {
        background-position: -10rem center;
    }
}

.s4-ifo h3 {
    font-size: .18rem;
    line-height: .32rem;
    text-align: justify;
    color: #DBF7FF;
    margin-bottom: .12rem;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.s4-ifo p {
    font-size: .14rem;
    line-height: .25rem;
    height: .75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: justify;
    color: #DBF7FF;
}

.s4-ifo p a {
    display: inline;
    color: #78E0FF;
}

.s4-item.on ul {
    display: flex;
}

.s4-item.on .s4-ifo {
    display: block;
}

.s4-c .s4-item h2::after {
    content: '';
    width: 110px;
    height: 110px;
    background-size: 100%;
    background-position: center center;
    position: absolute;
    bottom: .5rem;
    left: .3rem;
}

.s4-c .s4-item.on h2::after {
    left: .2rem;
    bottom: 0;
}

.s4-c .s4-item:nth-child(1) h2::after {
    background: url(/1.png) no-repeat;
}

.s4-c .s4-item:nth-child(2) h2::after {
    background: url(/2.png) no-repeat;
}

.s4-c .s4-item:nth-child(3) h2::after {
    background: url(/3.png) no-repeat;
}

.s4-c .s4-item:nth-child(4) h2::after {
    background: url(/4.png) no-repeat;
}

.s4-c .s4-item:nth-child(5) h2::after {
    background: url(/5.png) no-repeat;
}

.s4-c .s4-item:nth-child(6) h2::after {
    background: url(/6.png) no-repeat;
}

.s4-c .s4-item:nth-child(7) h2::after {
    background: url(/7.png) no-repeat;
}

/* 移动端科室介绍 */
.wap-ks {
    background: url('../images/76.png') no-repeat;
    background-size: cover;
    display: none;
}

.ks-tit h2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ks-tit {
    padding: .2rem;
    padding-left: .6rem;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
}

.ks-tit h2 b {
    font-size: .28rem;
    font-weight: bold;
    color: #FFFFFF;
    font-family: 'sy';
}

.ks-tit h2 img {
    width: .6rem;
    height: .6rem;
    margin-right: .18rem;
}

.wk-item ul li {
    width: 33.3%;
    margin: .1rem 0;
}

.wk-item ul i {
    width: 33.3%;
    height: 0;
}

.wk-item ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 .6rem;
}

.wk-item span {
    width: .4rem;
    height: .5rem;
    background: url('../images/wap-down.png') no-repeat center center;
    background-size: 100%;

    position: absolute;
    top: 50%;
    right: .5rem;
    transform: translateY(-50%);
}

.wk-item span.on {
    background: url(/wap-sj.png) no-repeat center center;
    background-size: 100%;
}


.wk-item ul li a {
    font-size: .18rem;
    line-height: .51rem;
    text-align: justify;
    color: #FFFFFF;
    padding-left: .5rem;
    padding-right: .3rem;
    background: url('../images/s4-d1.png') no-repeat left .2rem center;
    background-size: .18rem;
    border-radius: .1rem .1rem 0 0;
    border-bottom: .02rem solid transparent;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wk-item ul li a::after {
    content: '';
    width: .15rem;
    height: .15rem;
    position: absolute;
    top: 50%;
    right: .15rem;
    transform: translateY(-50%);
    background: url(/s4-add.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    transition: all 0.5s;
}

.wk-item ul li a:hover {
    color: #45B6BE;
    border-color: #45B6BE;
    font-weight: 600;
    background: url(/s4-d2.png) no-repeat left .2rem center #fff;
    background-size: .18rem;
}

.wk-item ul li a:hover:after {
    opacity: 1;
    transform: translateY(-50%) rotate(180deg);
}

.wk-item {
    margin-bottom: .15rem;
}

.wk-item .ks-lt {
    display: none;
}

.wk-item.active .ks-lt {
    display: block;
}

















/* s5 */
.s5-lt ul li a {
    padding: .4rem .3rem;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0rem .04rem .16rem 0rem rgba(0, 74, 140, 0.2);
    transition: all 0.5s;
}

.s5-lt ul li a:hover {
    box-shadow: 0rem .04rem .16rem 0rem rgba(0, 74, 140, 0.5);
}

.s5-lt ul li {
    transition: all 0.5s;
    margin: .2rem 0;
}

.s5-lt ul li .s5-pt {
    padding: .6rem .2rem;
    height: 4.22rem;
    transition: all 0.6s;
}

.s5-lt ul li.slick-current+li .s5-pt {
    padding-top: 0;
    padding-bottom: 0;
}

.s5-lt ul li.slick-current+li {
    transform: scale(1);
}

.s5-lt ul li.slick-current+li a {
    padding: .3rem;
}

.s5-lt ul li .s5-top {
    display: none;
}

.s5-lt ul li.slick-current+li .s5-top {
    display: flex;
}

.s5-lt ul li.slick-current+li a {
    background: url('../images/76.png') no-repeat;
    background-size: 100% 100%;
}

.s5-lt ul li.slick-current+li .s5-tx h3 {
    color: #ffffff;
    font-weight: 600;
    margin: .15rem 0;
    font-size: .2rem;
}

.s5-lt ul li.slick-current+li .s5-tx p,
.s5-lt ul li.slick-current+li .s5-tx span {
    color: #ffffff;
}

.s5-tx span {
    display: block;

    font-size: .18rem;
    color: #45B6BE;
}

.s5-tx h3 {
    font-size: .18rem;
    line-height: .32rem;
    height: .64rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify;
    color: #333333;
    margin: .25rem 0;
    font-weight: normal;
}

.s5-tx p {
    font-size: .14rem;
    line-height: .25rem;
    height: .75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: justify;
    color: rgba(51, 51, 51, 0.6);
}

.s5-top {
    height: 176px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
}

.bg-box {
    border-radius: 50%;
    width: 1.7rem;
    height: 1.7rem;
    padding: .05rem;
    background-color: rgba(255, 255, 255, .5) !important;
    transition: all 0.3s;
}

.bg-box:hover {
    padding: .08rem;
}

.bg-box:hover .s5-bg {
    background-position: 20% 20% !important;
}

.s5-bg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: 10% 10% !important;
    transition: all 0.5s;
}

.s5-top .bg-box:first-child {
    margin-right: -0.5rem;
}

.section5 .titline i {
    background-image: linear-gradient(#fff, #fff);
}

.section5 a:hover .titline {
    color: #45B6BE;
}

.s5-arrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: .4rem;
}

.s5-arrow>div {
    width: .52rem;
    height: .52rem;
    margin: 0 .15rem;
    border-radius: 50%;
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
}

.s5-prev {
    background: url('../images/50.png') no-repeat center center;
    background-size: 100% 100%;
}

.s5-prev:hover {
    background: url('../images/77.png') no-repeat center center;
    background-size: 100% 100%;
}

.s5-next {
    background: url('../images/51.png') no-repeat center center;
    background-size: 100% 100%;
}

.s5-next:hover {
    background: url('../images/81.png') no-repeat center center;
    background-size: 100% 100%;
}

.section5 {
    padding-top: .75rem;
    position: relative;
    z-index: 2;
}


/* s6 */
.section6 {
    padding-top: 1.86rem;
    padding-bottom: .6rem;
    position: relative;
    z-index: 2;
}

.s69 {
    background: url(/s69.png) no-repeat #f0f5fa;
    background-size: cover;
    position: relative;
}

.s69::after {
    content: '';
    width: 7.37rem;
    height: 3.94rem;
    background: url(/s5-fj.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 100%;
    bottom: 85%;
    z-index: 0;
    transition: all 5s;
    animation: shake 3s infinite linear;
}

.s69.fj::after {
    right: 5%;
    bottom: 94%;
}

.s69::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3.8rem;
    background: url(/s6-wave.png) no-repeat;
    background-size: 100%;
    z-index: 0;
}


.s6-lt ul li {
    width: 25%;
}

.s6-lt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.s6-lt ul li a {
    display: flex;
    flex-wrap: wrap;
}

.s6-lt ul li a .pic {
    width: 100%;
    padding-top: 70%;
}

.s6-tx {
    width: 100%;
    padding: .25rem;
    padding-bottom: .4rem;
    position: relative;
    background: #ffffff;
}

.s6-lt ul li:nth-child(even) .s6-tx {
    border-top: 1px solid #45B6BE;
}

.s6-lt ul li:nth-child(odd) .s6-tx {
    border-bottom: 1px solid #45B6BE;
}

.s6-tx::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 100%;
    background: url(/s6-tbg.jpg) no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s;
}

.s6-lt ul li a:hover .s6-tx::after {
    width: 100%;
}

.s6-lt ul li:nth-child(even) {
    margin-top: .5rem;
}

.s6-lt ul li:nth-child(even) .pic {
    order: 2;
}

.s6-lg img {
    height: .3rem;
}

.s6-lg img:first-child {
    display: block;
}

.s6-lg img:last-child {
    display: none;
}

.s6-lt ul li a:hover .s6-lg>img:first-child {
    display: none;
}

.s6-lt ul li a:hover .s6-lg>img:last-child {
    display: block;
}


.s6-lt ul li a:hover p {
    color: #ffffff;
}


.s6-lt ul li a:hover h3 {
    color: #ffffff;
}

.s6-ld {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: .2rem;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.s6-tx h3 {
    font-size: .18rem;
    font-weight: normal;
    line-height: .32rem;
    height: .64rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333333;
    position: relative;
    z-index: 2;
}


/* s7 */
.s7 {
    padding-top: .6rem;
    padding-bottom: 1.2rem;
}

.s7-tit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: .6rem;
}

.s7-tit b {
    line-height: .56rem;
    width: 1.7rem;
    margin: .15rem;

    font-size: .24rem;
    color: #45B6BE;
    border-radius: .99rem;
    text-align: center;

    background: #FFFFFF;
    border: 1px solid rgba(0, 91, 172, 0.4);
    cursor: pointer;
    font-family: 'sy';
    transition: all 0.5s;
}

.s7-tit b.on {
    background: #45B6BE;
    color: #ffffff;
}

.s7-tit b:hover {
    background: #45B6BE;
    color: #ffffff;
}


.s7-c>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.s7-l {
    width: 41.75%;
}

.s7-r {
    width: 54.75%;
}

.s7-l ul li a p {
    font-size: .16rem;
    color: #45B6BE;
    margin-bottom: .05rem;
}

.s7-l ul li a h3 {
    font-size: .18rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;

}

.s7-l ul li a {
    padding: .21rem .22rem;
    border-left: 2px solid #45B6BE;

    background: url(/s7-tbg.jpg) no-repeat #fff;
    background-size: 0% 100%;
    transition: all 0.5s;
}

.s7-l ul li {
    margin-bottom: .3rem;
}

.s7-l ul li a:hover p,
.s7-l ul li a:hover h3 {
    color: #ffffff;
}

.s7-l ul li a:hover {

    background-size: 100% 100%;
}

.s7-pt a {
    position: relative;
    width: 100%;
    margin-bottom: .2rem;
}

.s7-pt .pic {
    width: 100%;
    height: 2.8rem;
    padding-top: 0;
}

.s7-pt h3 {
    font-size: .18rem;
    line-height: .36rem;
    color: #FFFFFF;
    padding-left: .42rem;
    background: url(/s7-play.png) no-repeat;
    background-size: auto 100%;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s7-tx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .15rem;
    z-index: 2;
}

.s7-pt a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 91, 172, 0.5) 100%);
    background-position: center bottom;
    z-index: 1;
}

.s7-r>div {
    width: 49%;
}

.s7-r {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.s7-r .s7-pt:nth-child(2) {
    padding-top: .5rem;
}

.s7-pt .titline i {
    background-image: linear-gradient(#fff, #fff);
}

.s7-pt a:hover .titline {
    color: #fff;
}

/* s8 */

.section8 {
    margin-top: -2.5rem;
    /* background: url(/s8-bg.png) no-repeat #edf2f8; */
    background-size: 100% 100%;
    max-width: 19.2rem;
    margin: 0 auto;
    border-radius: 1rem 0 0 0;
}

.s8-tit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .6rem;
    position: relative;
    z-index: 2;
}

.s8-tit h3 {
    font-size: .4rem;
    font-weight: bold;
    color: #FFFFFF;
    font-family: 'sy';
    margin-right: 20px;
}

.s8-line {
    flex: 1;
    border: 1px dashed rgba(255, 255, 255, .3);
}

.s8-mt>div {
    width: .52rem;
    height: .52rem;
    border-radius: 50%;
    margin-left: .18rem;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    z-index: 3;
}

.s8-mt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.s8-mt>div:first-child {
    margin-left: 0;
}

.s8-mt .wx {
    background: url(/wx.png) no-repeat;
    background-size: 100% 100%;
}

.s8-mt .wb {
    background: url(/wb.png) no-repeat;
    background-size: 100% 100%;
}

.s8-mt .dy {
    background: url(/dy.png) no-repeat;
    background-size: 100% 100%;
}

.s8-mt .xhs {
    background: url(/xhs.png) no-repeat;
    background-size: 100% 100%;
}

.s8-mt .sp {
    background: url(/sp.png) no-repeat;
    background-size: 100% 100%;
}

.s8-mt>div:hover {
    transform: scale(1.1);
}

.s8-ewm {
    position: absolute;
    left: 50%;
    top: 150%;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 1.25rem;
    height: 1.25rem;
}

.s8-ewm img {
   object-fit:cover;
    width: 100%;
    height: 100%;
    display: block;
}

.s8-ewm::before {
    content: '';
    position: absolute;
    top: .01rem;
    left: 50%;
    transform: translate(-50%, -100%);
    border-top: .1rem solid transparent;
    border-right: .1rem solid transparent;
    border-bottom: .1rem solid #fff;
    border-left: .1rem solid transparent;
}

.s8-mt>div:hover .s8-ewm {
    visibility: visible;
    opacity: 1;
    top: 120%;
}

.s8-c a {
    position: relative;
}

.s8-tx {
    position: absolute;
    left: 50%;
    bottom: .25rem;
    transform: translateX(-50%);
    width: 95%;
    padding-left: .56rem;
    background-size: .45rem !important;
    z-index: 2;
}

.s8-tx p {
    font-size: .12rem;
    line-height: .24rem;
    color: #FFFFFF;
}

.s8-tx h3 {
    font-size: .16rem;
    line-height: .32rem;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s8-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s8-l {
    width: 71%;
}

.s8-r {
    width: 29%;
}

.s8-l ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s8-l .pic img,
.s8-r .pic img {
    object-fit: cover;
}

.s8-l .pic {
    padding-top: 0;
    height: 3.78rem;
}

.s8-l ul li:nth-child(1) {
    width: 54%;
}

.s8-l ul li:nth-child(2) {
    width: 46%;
}

.s8-l ul li:nth-child(3) {
    width: 46%;
}

.s8-l ul li:nth-child(4) {
    width: 54%;
}

.s8-c a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.6) 100%);
    background-position: center bottom;
    z-index: 1;
}

.s8 .titline i {
    background-image: linear-gradient(#fff, #fff);
}

.s8 a:hover .titline {
    color: #fff;
}

.s8-r .pic {
    padding-top: 0;
    height: 7.56rem;
}


/* s9 */

.s9-lt .pic {
    border-radius: .1rem;
    padding-top: 66.8%;
}



/*cxy*/
.magintop60{margin-top: 100px;}
#title h3{float: left; display: block; font-size: 25px; margin-left: 30px; padding: 5px 10px; font-weight: 300;}
#title h3:first-child{margin-left: 0px;}
#title{overflow: hidden;}
#title .titin{color: #fff; background-color:#45B6BE; border-radius: 25px;}
view{display: block;}
.one{display: none;}
#title h3 a{display: none;}
#title .titin a{display: block; color:#45B6BE;}
.tit h3{font-size: 25px; font-weight: bold; color: #45B6BE;}
.s3-lt{background-color: #fff; border-radius: 20px;}
.jyzn_main{
    margin-top: 0;
    padding-bottom: 5rem;
}
.h2{font-size: 35px; font-weight: bold; color: #45B6BE; margin-bottom: 30px; margin-top: 30px;}
.jyzn_box{overflow: hidden;}
.jyzn_box ul li{float: left; margin-left: 20px;}
.jyzn_box ul li:first-child{margin-left: 0px;}
.s3-tit-c h3{margin-top: 20px;}
.tjzx_main{overflow: hidden; padding-top: 20px;}
.tjzx_box{overflow: hidden; position: relative;}
.s3-tit-c .top73{margin-top: 73px;}
.right{float: right;}
.r_box{overflow: hidden; width: 75%;}
.left{float: left;}
.tjzx_img{width: 77%; height: 100%;}
.tjzx_img img{width: 100%; height: 100%;}
.tjzx_text{width: 23%; background-color: #45B6BE; height: auto; overflow: hidden; padding: 0px 15px;}
.tjzx_text ul li{padding: 10px; border-bottom: 1px solid #fff; margin-bottom: 22px;}
.tjzx_text ul li:last-child{border-bottom: none;}
.tjzx_text ul li img{width: 45%; display: block; margin: 0 auto;}
.tjzx_text ul li p{margin-top: 10px; font-size: 25px; color: #fff; font-weight: bold; text-align: center;}
.l_box{background-color: #fff; padding: 20px;box-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.15); position: absolute; top: 95px; width: 564px;}
.l_box h3{color: #45B6BE; font-size: 30px; font-weight: bold;}
.l_box p{font-size: 16px;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 45px;
    color: rgba(0, 0, 0, 1);
    text-align: justify;
    vertical-align: middle; margin-top: 20px;}
.l_box a{background: url('../images/41.png') no-repeat; background-size: cover; width: 87px; height: 50px; margin-top: 30px;}

/*健康讲堂*/
.jkjt h3{font-size: 35px;}
.jkjt p{font-size: 26px; text-align: center; color: #45B6BE;}
.s5-top img{width: 100%;height: 176px;object-fit: cover;}
.s5-top:not(:has(img)) {
    height: 176px;
    padding: 0;
    margin: 0;
    border: none;
}

/*技术设备*/
.jssb_box{padding-top: 20px; padding-bottom: 20px; background: url('../images/80.png') no-repeat; background-size: cover;}
.jssb_main{overflow: hidden;}
.jssb_left{width: 50%;position: relative; height: 417px;}
.jssb_left img{width: 100%; height: 417px;object-fit: cover;}
.jssb_left p{text-align: center; color: #fff; width: 100%; position: absolute; bottom: 8px; background-color: rgba(0, 0, 0, 0.5); padding-top: 10px; padding-bottom: 10px;}
.jssb_right{overflow: hidden; width: 49%; }
.jssb_right {overflow: hidden;}
.jssb_right .xiao4{width: 48%; float: left; margin-left: 10px; position: relative; margin-bottom: 10px; }
.jssb_right .xiao4 a img{width: 100%;height: 200px;object-fit: cover;}
.jssb_right .xiao4 a p{text-align: center; color: #fff; width: 100%; position: absolute; bottom: 8px; background-color: rgba(0, 0, 0, 0.5); padding-top: 10px; padding-bottom: 10px;}
.h2 a{color: #45B6BE; font-size: 16px; float: right; margin-top: 10px;}
/*护理风采*/
.hlfc_box{background: url('../images/57.png') no-repeat; background-size: cover; padding-top: 20px; padding-bottom: 20px;}
.hlfc_main{overflow: hidden;}
.hlfc_main ul{overflow: hidden;}
.hlfc_main ul li{width: 48%; margin-left: 20px; float: left; padding-bottom: 10px; border-bottom: 1px solid #999; margin-bottom: 20px;}
 .rq{overflow: hidden; margin-bottom: 15px;}
 .rq img{width: 9px; height: 9px; float: left; margin-right: 10px; margin-top: 6px;}
.rq span{color: #45B6BE; font-size: 16px; float: left;}
.hlfc_main ul li p{font-size: 16px; color: #111; margin-bottom: 10px;}
/*医院风采*/
.msfc_box{overflow: hidden; padding-bottom: 30px;}
.msfc_box ul li{width: 25%; float: left; position: relative;}
.msfc_box ul li img{width: 100%;height: 268px;object-fit: cover;}
.msfc_box ul li p{text-align: center; display: block; background-color: rgba(19, 0, 0, 0.5);
    width: 100%; height: 50px; line-height: 50px; font-size: 18px; position: absolute; bottom: 2px; color: #fff;}
    .hover_box{width: 315px; height: 269px; background-color: rgb(8, 160, 183,0.7);  position: absolute; top: 0px; left: 0px; display: none;}
    .hover_box p{text-align: center; color: #fff;}
    .hover_box img{width: 50% !important; margin: 0 auto; margin-top: 17%; margin-left: 75px;}
    .hover_box i{display: block;
        position: relative;
        width: 113px;
        height: 112px;
        margin: 60px auto 20px;}


    /* 动画库 */
    @keyframes clockwise {
        from{
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
        }

        to {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
        }
    }

    @keyframes counterclockwise {
        from{
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
        }

        to {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
        }
    }

    @keyframes rotateImage {
        from { transform: rotate(90deg); }
        to { transform: rotate(-90deg); }
      }
    .hover_box i:before,
    .hover_box i:after { width: 100%; height: 100%; display: block; content: ""; opacity: 0.5; position: absolute; top: 0; left: 0;}
    .hover_box i:before{
        background: url('../images/001.png') no-repeat;
        animation: clockwise 15s linear infinite;
    }

    .hover_box i:after{
        background: url('../images/002.png') no-repeat;
        animation: counterclockwise 15s linear infinite;
    }
    .hover_box i span{width: 50px; height: 50px; background: url('../images/photo.png') no-repeat; display: block;position: absolute;
        top: 32px;
        left: 32px;}
    .hover_box h3{color: #fff; text-align: center;}
    .msfc_box ul li:hover .hover_box{
        display: block;
    }
    .msfc_box ul li:hover p{display: none;}
/*专题专栏*/
.ztzl_box{overflow: hidden; padding-bottom: 50px;}
.overflow{overflow: hidden;}
.mySwiper .swiper-slide img{width: 100%;}
.section9{margin-bottom: 50px;}

/*footer*/
.footer{overflow: hidden;}
.footer_top{background-color: #F9F9F9; height: 75px;}
.yl_box{overflow: hidden;}
.yl_box ul{overflow: hidden;}
.yl_box ul li{width: 20%; float: left;}
.yl_box ul li select{ width: 210px;
    height: 33px;
    opacity: 1;
    border-radius: 5px;
    background: #FFFFFF; margin-top: 20px; border: none;}

.footer_footer{background: url('../images/71.png') no-repeat; background-size: cover;}
.footer_footer img{width: 520px; display: block; margin: 0 auto; padding-top: 30px; padding-bottom: 40px;}
.footer_text{overflow: hidden; padding-bottom: 20px;}
.footer_text ul li{width: 20%; font-size: 14px; float: left;}
.footer_text ul li:nth-child(2){width: 40%;}
.footer_bottom{background-color: #dde4f0; height: 54px;}
.footer_bottom p{text-align: center; line-height: 54px;}
.footer_bottom p img{display: inline-block; }

/*list*/
.list_left{width: 270px; float: left; overflow: hidden; margin-top: 60px;}
.list_right{width: 912px; float: left; margin-left: 18px; min-height: 30px; margin-top: 60px;}
.list_title{background: url('../images/list_title.png') no-repeat; color: #fff; font-size: 20px; width: 100%; height: 65px; line-height: 65px; text-indent: 20px;}
.list_nav_list{min-height: 308px; background-color: rgba(240, 246, 255, 1); font-size: 16px;}
.list_nav_list ul li{text-align: left; padding: 10px; margin-bottom: 10px;}
.list_nav_list ul li a{color: #00aba0; font-size: 16px; margin-left: 30px;}
.list_nav_list .jy{overflow: hidden;}
.list_nav_list .jy li{ float: left; width: 105px; height:120px; margin-left: 15px;}
.list_nav_list .jy li a{margin-left: 10px;}
.list_nav_list .jy li a img{width: 100%; }
.list_nav{margin-bottom: 30px;}

    .lx{font-size: 18px; margin-bottom: 10px;}
    .lx img{margin-right: 5px;}
    .list_left p{ font-size: 14px; margin-top: 10px;}
    .view_title{overflow: hidden; border-bottom: 1px solid #d3d3d3;
         padding-top: 10px;
        /* background-color: rgba(240, 246, 255, 1); */
        }
    .view_title_left{float: left;font-size: 18px;background-color: #00aba0; color: #fff; padding: 10px;}

    .view_title_right{margin-right: 10px;line-height: 24px; }
    .view_mian h1 {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px dashed #d3d3d3;
      }

    .view_title_right .bread_img {
        width: 23px;
        position: relative;
        top: -3px;
    }

    .bread_nav {
        text-align: right !important; /* 强制容器居中 */
    }

    .breadbox {
        display: block !important; /* 转换为块级元素 */
        width: 100% !important;
        white-space: normal; /* 允许换行 */
    }

    .breadbox a {
        display: inline-block; /* 保持元素在同一行 */
        margin: 0 3px;
        vertical-align: middle;
    }
    .view_title_right .bread_img{
        width: 20px;
        position: relative;
        top: 2px;
    }
    .bread {
        color: #00aba0 !important;

    }
    .breadbox .bread::before {
        content: ">";
    }

      .news_list{overflow: hidden;}
      .news_list ul li{border-bottom: 1px dashed #d3d3d3; margin-top: 30px;overflow: hidden;}
      .riqi{float: left; width: 65px; height: 80px;}
      .ti{background-color: #edf2f7; color: #45B6BE; font-size: 20px; font-weight: bold; text-align: center; line-height: 53px;}
      .year{background-color:#45B6BE; color: #edf2f7; font-size:14px; text-align: center; line-height: 27px;}
      .news_title{float: left; margin-left: 10px;}
      .news_title h2{font-size:16px; font-weight: bold;margin-top: 15px;  margin-bottom: 10px;}
      .news_title p{font-size: 14px; }


        .newslistTab .page {
            padding-top: 26px;
            padding-bottom: 32px;
            text-align: right;
            padding-left:10px;
            padding-right:25%;
        }
        .newslistTab .page .num {
            padding: 6px 16px;
            border:1px solid #e7e7e7;
            font-size: 15px;
            color:#686666;
            background:#fff;
            display: inline-block;
        }
        .newslistTab .page .num.current,.newslistTab .page .num:hover {
            background:#45B6BE;
            border-color:#45B6BE;
            color:#fff;
            cursor: pointer;
        }
.list_nav_list .on{width: 80%; background-color: #ffffff; margin: 0 auto; box-shadow: 8px 8px 5px #888888; }
.list_nav_list .on a{margin-left: 0px;}
.list_nav_list .list_list_nav li:hover{width: 80%; background-color: #ffffff; margin: 0 auto; box-shadow: 8px 8px 5px #888888;}
.list_nav_list .jy li{padding: 0px; padding-top: 10px;}
.list_nav_list .list_list_nav li:hover a{margin-left: 0px;}
.list_list_nav{padding-top: 10px;}

.clearfix {
    overflow: hidden;

}
.ny_zjhc li {
    width: 46%;
    height: 140px;
    border: 1px solid #e5e5e5;
    padding: 9px;
    margin: 0px 0px 20px 2%;
    float: left;
    position: relative;
}

.ny_zjhc li .zpic {
    width: 92px;
    height: 140px;
    position: absolute;
    top: 9px;
    left: 9px;
}
.ny_zjhc li .zpic img {
    width: 100%;
}
.ny_zjhc li .zrt {
    margin-left: 110px;
}
.ny_zjhc li .zrt h3 {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    margin-top: 10px;
}
.ny_zjhc li .zrt p.tit {
    color: #333;
    line-height: 24px;
}

.ny_zjhc li .zrt p.p {
    color: #666;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-top: 10px;
    text-indent: 20px;
}
.page .pagination {
    width: 100%;

	text-align: center;

    margin-top: 30px;
}

.pagination li{
    display: inline-block;
}
.pagination .page-link {
	padding: 6px 16px;
	border:1px solid #e7e7e7;
	font-size: 15px;
	color:#686666;
	background:#fff;
	display: inline-block;
}
.pagination .active .page-link,.pagination .page-link:hover {
	background:#45B6BE;
	border-color:#45B6BE;
	color:#fff;
	cursor: pointer;
}

.pagination-simple{
    display: none;
}

.Doctorinfo {
    padding: 19px 185px 0px 175px;
    position: relative;
    height: 224px;
}
.Doctorinfo .pic {
    position: absolute;
    left: 0px;
    top: 32px;
}
.Doctorinfo .pic img {
    width: 160px;
    height: 180px;
}
.Doctorinfo li {
    line-height: 40px;
    border-bottom: 1px dashed #d3d3d3;
    padding-left: 17px;
    font-size: 16px;
}
.Doctorinfo li span {
    display: inline-block;
    width: 66px;
    color: #bab9b9;
}
.Titsub {

    padding-top: 28px;
    line-height: 38px;
    height: 39px;
}
.Titsub h2 {
    float: left;
    color: #00aba0;
    font-size: 30px;

}
.SinglePage {
    padding-top: 18px;
    word-wrap: break-word;
    line-height: 33px;
    padding-bottom: 20px;
}

.Contain{overflow: hidden;}

/*view*/
.view_box{overflow: hidden;}
.view_box h4{font-size: 20px; color: #45B6BE;text-align: center; margin-top: 20px; margin-bottom: 20px;}
.time{background-color: #F0F6FF; padding: 5px; width: 90%; margin: 0 auto; text-align: center; color: #686666; font-size: 14px; margin-bottom: 30px;}
.view_main{ line-height: 45px; text-align: justify;overflow: hidden;  word-wrap: break-word; /* 处理长文本 */}

.view_main img {
    max-width: 100%;  /* 图片最大宽度不超过容器 */
    height: auto;     /* 高度自动按比例缩放 */
    display: block;   /* 消除图片底部间隙 */
    margin: 0 auto;   /* 水平居中 */
}


/*photo_list*/
.photo_list ul.photo {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 0;
    list-style: none;
    gap: 8px; /* 使用gap替代margin控制间距 */
}

/* 默认桌面端布局 - 每行4个 */
.photo_list ul.photo li {
    flex: 1 0 calc(23% - 10px); /* 允许 flex-grow 填充剩余空间 */
    max-width: calc(25% - 10px); /* 限制最大宽度 */
    margin-bottom: 20px;
    background: none;
    box-sizing: border-box; /* 包含padding和border */
}

.photo_list ul.photo li img {
    width: 100%;
    height: 155px;
    object-fit: cover;
    display: block;
}

.photo_list ul.photo li p {
    text-align: center;
    font-size: 16px;
    background-color: #fff;
    margin-top: 5px;
    padding: 5px 0;
}

/*科室*/
/*科室首页*/
.about_list p {
    padding-top: 50px;
    margin-top: 0px;
}
.about_list p {
    font-size: 20px;
    padding-top: 30px;
}
.about_list p img {
    width: 22px;
    height: 22px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.department_name{
	float: left;
	width: 150px;
	height: 55px;
	text-align: center;
	color: #fff;
	line-height: 55px;
	font-size: 16px;
	background: url('../image/name.png') no-repeat;
	background-size: 100%;
	margin-top: 45px;
	margin-left: 100px;
	font-weight: bold;
}
.department_input{
	width: 240px;
	height: 40px;
	float: left;
	margin-top: 55px;
	margin-left: 60px;
}

.department_input .Search input{
	width: 160px;
	border-top-left-radius:20px;
	border-bottom-left-radius: 20px;
}

.department_input .Search label{

	border-top-right-radius:20px;
	border-bottom-right-radius: 20px;

}
.ks_box{overflow: hidden; margin-top: 30px;}
.Center_swperi {
    width: 100%;
    height: 475px;
    float: left;
    overflow: hidden;
}
.bannernews {
    width: 100%;
    height: 475px;
    position: relative;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
}

.bannernews .swiper-slide .title {
    background: rgba(0,0,0,.9);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 47px;
    line-height: 47px;
    padding-right: 20%;
    color: #fff;
    font-size: 16px;
    z-index: 2;
    text-indent: 10px;
}
.w50 {
    width: 49%;
    float: left;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}



.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.bannernews .swiper-pagination {
    right: 25px;
    left: auto;
    width: auto;
    /* width: 172px; */
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    position: absolute;
    top: 93%;
    bottom: 0px;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10;
}
.bannernews .swiper-pagination-bullet {
    background: none;
    opacity: 1;
    cursor: pointer;
    width: 12px !important;
    height: 12px !important;
    border: 1px solid #fff;
	margin-left: 10px;
	display: inline-block;
}

.bannernews .swiper-pagination-bullet-active {
    background-color: #00ABA0;
    border: #00ABA0;
}

.ksjj{margin-left: 20px;}
.ksjj .cxy_title{font-size: 24px; font-weight: bold; color: #00A78EFF; margin-bottom: 10px;}
.ksjj img{margin-bottom: 10px;}
.ksjj h4{font-size: 20px; font-weight: bold; color: #111; margin-bottom: 10px; text-align: center;}
.ksjj p{text-align: justify;
    line-height: 24px;
    text-indent: 20px;
    font-size: 14px;}
.hx{margin-top: 20px; margin-bottom: 20px; width: 100%;}
.tempWrap{width: 1300px !important;}
.keshi_list_box {margin-bottom: 50px;}
.keshi_list_box ul{overflow: hidden;}
.keshi_list_box ul li{padding-left: 15px;
    position: relative;
    line-height: 30px;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px dashed #969696;
    width: 48%;
    margin-left: 20px;

    float: left;
    margin-bottom: 15px;}
	.keshi_list_box ul li::before{
		content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #00ABA0;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 13px;
	}


.keshi_list_box ul li span{float: right; margin-right: 10px;}
.keshi_title_box h2{background: url('../image/keshi_title3.png') no-repeat; background-size: cover; color: #fff;line-height: 65px; height: 65px; margin-bottom: 50px; text-indent: 20px;}
.keshi_title_box h2 span{float: right; margin-right: 20px; color: #111; font-weight: normal; font-size: 16px;}


.keshi_list_box2 ul li span{float: right; margin-right: 10px;}
.keshi_title_box2 h2{background: url('../image/keshi_title3.png') no-repeat; background-size: 100%; color: #fff;line-height: 65px; height: 65px; margin-bottom: 50px; text-indent: 20px;}
.keshi_title_box2 h2 span{float: right; margin-right: 20px; color: #111; font-weight: normal; font-size: 16px;}
/*科室3轮播*/
.ProductIntroduction {
	position: relative;
	width: 100%;

	overflow: hidden;
	background-color:#fff;
	box-shadow: 0px 0px 25px #ccc;
}

.ProductExhibition {
	position: relative;
	width: 100%;
	height: 0px;
	text-align: right;
}

.ProductExhibition .Exhibition_num .Exhibition_item {
	margin-right: 15px;
	height: 125px;
}

.ProductExhibition .Exhibition_num .Exhibition_item img {
	width: 193px;
	height: 119px;
	border-radius: 6px;
	opacity: 0.5;
	vertical-align: top;
	box-sizing: border-box;
	padding: 15px;

}

.ProductExhibition_box,
.ProductExhibition_box .Exhibition_Img,
.ProductExhibition_box .Exhibition_Img img {
	width: 100%;
	height: 622px;
}

.ProductExhibition_box .Exhibition_Img img {
	box-sizing: border-box;
	padding: 15px;
	border-radius: 20px;
}

.Exhibition_items::after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	border-radius: 0 3px 0 0;
	border-color: #af5000 #af5000 transparent transparent;
	border-style: solid;
	border-width: 6px;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	left: -5px;
	/* right: 0; */
	background: -o-linear- n(45deg,  rgba(255, 255, 255, 0)  0, rgba(255, 255, 255, 0) 49%, #af5000 50%, #af5000 100%) no-repeat border-box;
	background: linear-gradient(45deg,  rgba(255, 255, 255, 0) , rgba(255, 255, 255, 0) 49%,#af5000 50%, #af5000) no-repeat border-box;
	content: "";
}

.Exhibition_items {
	position: absolute;
	right: 28px;
	top: 13px;
	width: 168px;
	height: 92px;
	box-sizing: border-box;
	border: 0;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 3px #af5000;
	box-shadow: inset 0 0 0 3px #af5000;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
	-o-transition: transform .5s cubic-bezier(.86, 0, .07, 1);
	transition: transform .5s cubic-bezier(.86, 0, .07, 1);
	transition: transform .5s cubic-bezier(.86, 0, .07, 1), -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
}

.icon_LImg img,
.icon_RImg img {
	width: 5px;
	height: 9px;
	margin-top: 6px;
}

.icon_LImg,
.icon_RImg {
	position: absolute;
	z-index: 30;
	width: 26px;
	height: 26px;
	border-radius: 2rem;
	background-color: black;
	text-align: center;
	line-height: 23px;
	opacity: .5;
}

.icon_LImg {

	transition: all .3s;
	right: 85px;
}

.icon_RImg {
	right: 85px;
	transition: all .3s;
	top: 640px;
}

.icon_LImg:hover,
.icon_LImg:focus,
.icon_RImg:hover,
.icon_RImg:focus {
	opacity: .8;
}

.ProductExhibition:hover .icon_LImg {
	top: -50px;
}

.ProductExhibition:hover .icon_RImg {
	top: 594px;
}

.icon_LImg img {
	transform: rotate(90deg);
}

.icon_RImg img {
	transform: rotate(-90deg);
}

.ProductExhibition .Exhibition_num .czt_active img {
	opacity: 1;
}

.ProductExhibition_wrap {
	position: relative;
	width: 1090px;
	height: 622px;
}

.ProductExhibition_box {
	position: absolute;
	height: 120000px;
	transition: all .5s;
}

.ProductExhibition_box img {
	width: 646px;
	height: auto;
}
.Exhibition_Img{position: relative;}

.Teamscroll{ overflow:hidden; margin-top:30px; margin-bottom: 30px;}
.Teamscroll ul{ overflow:hidden; zoom:1; }
.Teamscroll ul li{ position:relative; width:196px; float:left; margin-right:4px;display:inline; }
.Teamscroll ul li img{ width:196px; height:270px;}
.Teamscroll ul li .infotxt{ position:absolute; background:url(../images/filter50.png); width:100%; height:100%; left:0px; top:0px;filter:alpha(opacity=0);-moz-opacity: 0;opacity:0;}
.Teamscroll ul li .infotxt .con{ padding:10px;}
.Teamscroll ul li .infotxt .con dt{ font-size:16px; padding:5px 0px; color:#fff;}
.Teamscroll ul li .infotxt .con dt b{ color:#52a4df; font-size:20px; margin-right:5px;}
.Teamscroll ul li .infotxt .con p{color:#fff;}
.Teamscroll ul li .infotxt .con .p{ line-height:17px; color:#e6e5e5; font-size:12px; padding-top:8px;}
.Teamscroll ul li .infotxt .con a.detail{ border-radius:5px; text-align:center; width:100px; line-height:33px; background:#fff; color:#52a4df; display:block; margin-top:10px;}
.Teamscroll ul li:hover .infotxt{filter:alpha(opacity=100);-moz-opacity: 1;opacity:1;}
.more{float: right; font-size:16px;}

.ks_nav_box{overflow: hidden;}
.ks_title{overflow: hidden; margin-top: 20px; margin-bottom: 20px;}
.ks_title img{width: 80px; height: 80px; float: left;}
.ks_title span{font-size: 28px; font-weight: bold; color: #00A78EFF; line-height: 80px; margin-left: 20px;}
.ks_nav_list{overflow: hidden;}
.ks_nav_list ul li{width: 18%; padding: 10px; float: left;
    border: 1px solid #00A78EFF; margin-left: 20px; border-top-left-radius: 10px; border-top-right-radius: 10px;
    background: url('../images/ks_dian.png') no-repeat;
    background-position: 10px 15px; text-indent: 30px; margin-bottom: 20px;

}
.ks_nav_list ul li:hover{background: url('../images/ks_hover.png') no-repeat;
    background-size: 50px;background-size: 30px; background-position: 3px 7px;
    border: none; border-bottom: 2px solid #00A78EFF; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.ks_nav_list ul .ks_on{background: url('../images/ks_hover.png') no-repeat;
    background-size: 30px; background-position: 3px 7px;
    border: none; border-bottom: 2px solid #00A78EFF;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);}
















































@media screen and (max-width: 1600px) {
    .s8-mt>div:last-child .s8-ewm {
        left: auto;
        right: 0;
        transform: translateX(0);
    }

    .s8-mt>div:last-child .s8-ewm:before {
        left: 83%;
    }
}



@media screen and (max-width: 1400px) {
    .s2-r ul li {
        width: 1.5rem;
    }


}

@media screen and (max-width: 1200px) {
    .s2-tx {
        width: 100%;
        max-width: none;
        margin-bottom: .2rem;
    }

    .s2-r {
        width: 100%;
        flex: auto;
        padding: 0;
    }

    .s2-r ul li::after {
        display: none;
    }

    .section2>span {
        font-size: 2.6rem;
        bottom: .7rem;
    }

    .s3-l {
        width: 100%;
    }

    .s3-r {
        width: 100%;

    }

    .s3-tit {
        display: none;
    }

    .section2 {
        padding-top: .3rem;
        padding-bottom: .5rem;
    }

    .section2>span {
        bottom: 0;
    }


    .tit h3 b {
        font-size: .3rem;
    }


    .banner {
        border-radius: 0;
    }

    .wap-ks {
        display: block;
    }

    .section4 {
        display: none;
    }


    .s3 {
        padding: .3rem 0;
    }

    .section5 {
        padding-top: .3rem;
    }

    .section6 {
        padding-top: .8rem;
        padding-bottom: .3rem;
    }

    .s6-lt ul li {
        width: 48%;
    }

    .s5-lt ul li.slick-current+li .s5-top {
        display: none;
    }

    .s5-lt ul li.slick-current+li a {
        background-size: 0;
    }

    .s5-lt ul li a {
        padding: .2rem !important;
    }

    .s5-lt ul li .s5-pt {
        height: auto;
        padding: 0 .15rem !important;
    }

    .s5-tx h3 {
        margin: 20px 0 !important;
    }

    .s5-lt ul li.slick-current+li .s5-tx h3 {
        color: #333333;
        font-weight: normal;
    }

    .s5-lt ul li.slick-current+li .s5-tx p {
        color: rgba(51, 51, 51, 0.6);
    }

    .s5-lt ul li.slick-current+li .s5-tx span {
        color: #45B6BE;
    }

    .s7-l {
        width: 100%;
    }

    .s7-r {
        width: 100%;
    }

    .s7-pt .pic {
        height: auto;
        padding-top: 64%;
    }

    .s7-r .s7-pt:last-child {
        padding-top: 0;
    }

    .s7-tit {
        margin-bottom: .25rem;
    }

    .s7-tit b {
        line-height: .4rem;
        font-size: .24rem;
        margin: .1rem;
    }



    .s8-l .pic {
        height: 3.3rem;
    }

    .s8-r .pic {
        height: 6.6rem;
    }

    .s7 {
        padding: .3rem 0;
    }

    .section8 {
        padding: .3rem 0;
        border-radius: 0;
    }

    .s8-tit h3 {
        font-size: .24rem;
    }

    .s8-mt>div {
        width: .4rem;
        height: .4rem;
    }

    .s8-tit {
        margin-bottom: .25rem;
    }

    .section5 {
        margin-top: 0;
    }
}

@media screen and (max-width: 1024px) {
    .s1-c {
        padding: .3rem;
    }

    .s2-tx h3 {
        font-size: .24rem;
        margin-bottom: .1rem;
    }

    .s2-tx {
        padding-top: 0;
    }

    .section2 {
        background-size: 5rem;
    }

    .s69::after {
        zoom: 0.6;
    }

    .s69.fj::after {
        right: 5%;
        bottom: 98%;
    }

    .s8-l .pic {
        height: 3rem;
    }

    .s8-r .pic {
        height: 6rem;
    }



}

@media screen and (max-width: 900px) {
    .s8-l {
        width: 100%;
    }

    .s8-r {
        width: 100%;
    }


    .s8-r .pic {
        padding-top: 132%;
        height: auto;
    }

}

@media screen and (max-width: 768px) {
    .s8-line {
        display: none;
    }
    .banner >img{
        height: auto;
    }
    .s8-l .pic {
        height: auto;
        padding-top: 64%;
    }

    .s8-l ul li {
        width: 100% !important;
        margin-bottom: .1rem;
    }

    .s69.fj::after {
        display: none;
    }

    .s2-r ul li {
        width: 18%;
        margin: 0;
    }

    .wk-item ul li {
        width: 50%;
        margin: .1rem 0;
    }

    .wk-item ul i {
        width: 50%;
        height: 0;
    }

    .ks-tit {
        padding: .1rem .3rem;
    }

    .ks-tit h2 img {
        width: .45rem;
        height: .45rem;
    }

    .ks-tit h2 b {
        font-size: .24rem;
    }

    .wk-item span {
        right: .2rem;
        background-size: .2rem !important;
    }

    .wk-item ul {
        padding: 0 .2rem;
    }
}

@media screen and (max-width: 640px) {
    .s5-arrow {
        display: none;
    }

    .s6-lt ul li {
        margin-top: 20px !important;
    }

    .s6-lt ul li:first-child {
        margin-top: 0 !important;
    }

    .tit {
        text-align: left;
    }

    .section6 {
        padding-top: .5rem;
        padding-bottom: 0;
    }

    .s6-lt ul li {
        width: 100%;
    }

    .s3-ltop ul li {
        width: 100%;
    }

    .s6-lt ul li:nth-child(even) .pic {
        order: 0;
    }

    .s3-ltop ul li:first-child {
        margin-bottom: .25rem;
    }

    .s2-r ul li a .ico img {
        width: .5rem;
    }

    .s2-ifo img {
        zoom: 0.8;
    }

    .s2-ifo h3 {
        font-size: .24rem;
    }

    .s2-r ul li {
        height: 3rem;
    }

    .s2-r ul li:nth-child(even) {
        margin-top: 0;
    }

    .section9 {
        padding-bottom: .8rem;
    }

    .s6-tx {
        padding: .15rem;
        padding-bottom: .2rem;
    }

    .s6-lt ul li:nth-child(even) .s6-tx {
        border-top: none;
        border-bottom: 1px solid #45B6BE;
    }
}

@media screen and (max-width: 480px) {
    .s8-mt {
        padding-top: 0;
        width: 100%;
        justify-content: flex-end;
    }

    .s7-r>div {
        width: 100%;
    }

    .s3-lbot ul li {
        width: 100%;
    }

    .s1-r input {
        width: .8rem;
        font-size: .16rem;
        padding-left: 0;
        text-align: center;
        background-size: 0;
    }

    .s1-r {
        margin-left: .1rem;
    }

    .s1-c {
        padding: .2rem;
    }

    .section1 {
        margin-top: .2rem;
    }

    .s2-ifo img {
        display: none;
    }
    .nav{display: none;}
    #dl-menu{display: block;}
    .w1260{width: 100%;}
    .logo{width: 100%;
        margin-top: 20px;
    }
    .zi_box{width: 70%; margin-left: 70px; margin-top: 20px;}
    .yy_box{display: none;}

    .search_left{margin-top: 10px; font-size: 14px;}
    .search_right{width: 100%;}
    .search_right input{margin-left: 10px;width: 355px;}
    .search_right a{right: 40px;}
    .search_box{padding-bottom: 0px;}
    .magintop60{margin-top: 20px;}
    #title h3{font-size: 16px; margin-left: 20px;}

    .jyzn_main{margin-top: 10px; padding-bottom: 30px;}
    .h2{margin-top: 0px; font-size: 20px; margin-left: 10px;}
.jyzn_box{overflow: hidden;width: 100%; padding: 10px;}
.jyzn_box ul li{width: 45%; float: left; margin-left: 10px;overflow: hidden;
    margin-bottom: 10px; height: 160px;}
.jyzn_box ul li:first-child{margin-left: 10px;}
.jyzn_box ul li img{width: 100%; height: 160px;}
.r_box{width: 100%; margin-bottom: 20px;}
.l_box{width: 100%; position: static;}
.tjzx_text{width: 100%;}
.tjzx_img{width: 100%;}
.tjzx_text ul li{width: 50%; margin: 0 auto;}
.jssb_left{width: 100%;}
.jssb_right{width: 100%;}
.jssb_right .xiao4{width: 46%;}
.h2 a{margin-top: 5px;}
.jkjt h3{font-size: 25px;}
.jkjt p{float: left; font-size: 16px;}
.hlfc_main ul li{width: 90%;}
.msfc_box ul li {
width: 50%;
}
.section9{padding-bottom: 0px; margin-bottom: 20px;}
.yl_box ul li{width: 60%;}
.footer_top{height: auto;}
.yl_box ul li select{margin-left: 86px;}
.footer_footer img{width: 100%;}
.footer_text ul li{width: 100%; margin-bottom: 10px;}
.footer_text ul li:nth-child(2){width: 100%;}
.footer_text{padding-left: 10px;}

.logo img{width: 80%; margin-left: 10px;}

/*list*/
.list_left{width: 100%;}
.list_title{background-size: cover;}
.list_right{width: 100%; margin-left: 0px; margin-top: 20px;}
.news_title{width: 78%;}
.news_list ul li{padding-left: 5px;}
.view_main{padding: 10px;}
.photo_list ul li{width: 42%;}
.w50{width: 100%;}
.bannernews,.Center_swperi{height: 300px;}
.ksjj{margin-left: 0px; margin-top: 20px; padding: 10px;}
.keshi_list_box ul li{width: 95%;}

.msfc_box ul li p{font-size: 12px;}

.ks_nav_list ul li{width: 90%;}


.page {
    display: none;
}



.pagination-simple{
    display: block;
}
    .pagination-simple {
        display: flex;
        justify-content: space-between;
        margin: 15px 0;
        gap: 10px; /* 控制按钮间距 */
        font-family: system-ui, -apple-system, sans-serif;
    }

    .pagination-simple__item {
        flex: 1; /* 等宽分布 */
        padding: 8px 12px;
        min-width: auto; /* 取消最小宽度限制 */
        font-size: 14px;
        background-color: #f5f5f5;
        color: #00aba0;
        border-radius: 4px;
        text-align: center;
        text-decoration: none;
        border: 1px solid #e0e0e0;
        transition: background-color 0.2s;
    }

    .pagination-simple__item--disabled {
        color: #aaa;
        background-color: #f0f0f0;
        cursor: default;
    }

    /* 触摸反馈效果 */
    .pagination-simple__item:active:not(.pagination-simple__item--disabled) {
        background-color: #e0f2f1;
    }


    .photo_list ul.photo {
        gap: 4px;
        justify-content: center;
    }

    .photo_list ul.photo li {
        flex: 1 0 calc(43% - 4px);
        max-width: calc(43% - 4px);
    }

    .photo_list ul.photo li img {
        height: 100px;
    }
    .list_nav_list {
        min-height: 200px;
    }
}

/* @media screen and (max-width: 420px) {
    .wk-item ul li {
        width: 100%;
        margin: .05rem 0;
    }

    .wk-item ul li a {
        line-height: .4rem;
    }

    .s7-tit b {
        width: 1.6rem;
        font-size: .2rem;
        margin: .05rem;
    }
} */
