.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
 }
.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}
.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}
.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}
.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}
.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}
table.has-title {
    margin-bottom: 10px;
}

@media (min-width: 990px){
    .poorder {
        position: absolute;
        right: 20px;
        top: -27px;
    }
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor:pointer;
}

.poorder #ert {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-he.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder #uioi {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-su.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder .tab-list .list .current {
    background-image:url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image:url(../images/p-su-1.jpg) !important;
}


/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}
.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}

/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../images/menux.png) no-repeat center;
    font-family: "Candara", "SF Pro Display", "Arial";
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}

/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
    display: none;
}


@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/ 
    body.no-scroll, html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }

    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }

    .xymob-menu-click .xypg-left-news, 
    .xymob-menu-click .xypg-left-keys, 
    .xymob-menu-click .xypg-left-contact, 
    .xymob-menu-click .page-message-img {
        display: none;
    }

    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }

    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }

    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }

    .xymob-menu-click.click {
        left: 0;
    }
}


/* 内页左侧导航栏样式 */
.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav > li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav > li:last-child {
    border-bottom: none;
}

.xypg-left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav > li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav > li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav > li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav > li > a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li > a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav > li > a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li.clicked > a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}





body {
  position: relative;
  overflow-x: hidden;
}

:root {
  --color: #1F4FA4;
  --color2: #1DAAE8;
}

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  vertical-align: baseline;
}

p {
  word-break: break-all;
}

a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
}

a:hover {
  color: #333;
  text-decoration: none !important;
}

ol,
ul {
  list-style: none
}

@font-face {
  font-family: Avengero;
  src: url(../fonts/avengero.ttf);
}

.container {
  /* width: 1200px;
  max-width: 1200px; */
  margin: 0 auto;
  padding: 0;
}

@media screen and (min-width: 1600px) {
  .container {
    width: 1570px;
    max-width: 1570px;
  }
}

@media screen and (max-width: 1600px) {
  .container {
    width: 1410px;
    max-width: 1410px;
  }
}

@media screen and (max-width: 1440px) {
  .container {
    width: 1170px;
    max-width: 1170px;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }
}



/* end */
/* 隐藏video 全屏按钮 */
.video::-webkit-media-controls-fullscreen-button {
  display: none;
}

/* 隐藏video 播放按钮 */
.video::-webkit-media-controls-play-button {
  display: none;
}

/* 隐藏video 进度条 */
.video::-webkit-media-controls-timeline {
  display: none;
}

/* 隐藏video 观看的当前时间 */
.video::-webkit-media-controls-current-time-display {
  display: none;
}

/* 隐藏video 剩余时间 */


/* 搜索样式 */
.search {
  display: flex;
  align-items: center;
  width: 180px;
  border-radius: 20px;
  border: 1px solid #FFF;
  height: 40px;
}

.search input {
  background: #fff0;
  outline: aliceblue;
  padding-left: 15px;
  height: 32px;
  width: 100%;
  position: relative;
}

.search button {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background: #fff0;
  border-left: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search button img {
  width: 20px;
}

input:-internal-autofill-selected {
  background-color: #fff0;
}

.search input:focus-visible {
  border: 0;
  box-shadow: 0 0 0;
}

/* 单独设置左右宽度与主体宽度达到一致 */
@media screen and (min-width: 1700px) {
  :root {
    --positionLeft: calc((100vw - 1600px) / 2 + 15px);
    --positionRight: calc((100vw - 1600px) / 2 + 15px);
    --paddingLeft: calc((100vw - 1600px) / 2 + 15px);
    --paddingRight: calc((100vw - 1600px) / 2 + 15px);
  }
}

@media screen and (max-width: 1700px) and (min-width:0px) {
  :root {
    --positionLeft: calc((100vw - 1440px) / 2 + 15px);
    --positionRight: calc((100vw - 1440px) / 2 + 15px);
    --paddingLeft: calc((100vw - 1440px) / 2 + 15px);
    --paddingRight: calc((100vw - 1440px) / 2 + 15px);
  }
}

@media screen and (max-width: 1440px) and (min-width:0px) {
  :root {
    --positionLeft: calc((100vw - 1200px) / 2 + 15px);
    --positionRight: calc((100vw - 1200px) / 2 + 15px);
    --paddingLeft: calc((100vw - 1200px) / 2 + 15px);
    --paddingRight: calc((100vw - 1200px) / 2 + 15px);
  }
}

@media screen and (max-width: 1200px) and (min-width:0px) {
  :root {
    --positionLeft: 2vw;
    --positionRight: 2vw;
    --paddingLeft: 2vw;
    --paddingRight: 2vw;
  }
}

.paddingLeft {
  padding-left: var(--paddingLeft);
}

.paddingRight {
  padding-right: var(--paddingRight);
}



.header .nav {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: block;
  width: auto;
}

.navbar_nav {
  margin: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.header .navbar_nav li {
  position: relative;
  display: block;
}

.header .navbar_nav li>a {
  text-decoration: none;
  height: auto;
  display: block;
  font-size: 16px;
  text-align: center;
  transition: 1s;
  padding: 0 2vw;
}
.header .navbar_nav li>a:hover{color: #0e3a8b;}
.header .navbar_nav li.dropdown {
  display: flex;
  position: relative;
  justify-content: flex-start;
  flex-direction: column;
}


.header .navbar_nav li.dropdown .dropdown_menu {
  display: none;
  position: relative;
  min-width: 100%;
}

.header .navbar_nav li.dropdown .dropdown_menu a {
  display: block;
  font-size: 14px;
  color: #666;
  background: #fff0;
  text-align: center;
  transition: 0s;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.navIcon_2 a,
.navRightIcon,
.nav,
.navbar_nav {
  transition: 1s
}


#navToggle {
  display: none;
}

.m_nav {
  position: fixed;
  top: 0px;
  box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  overflow-y: auto;
  transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
  top: 0;
  transform: translateX(100%);
}

.m_nav.open {
  transform: translateX(0);
}

.m_nav .top {
  height: 60px;
  padding: 20px;
  box-sizing: border-box;
}

.m_nav .top .closed {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  float: right;
  cursor: pointer;
}

.m_nav .logo {
  width: 100%;
  margin: 0 auto;
}

.m_nav .logo img {
  height: 50px;
  max-width: 75vw;
  object-fit: contain;
  display: block;
  margin: 30px auto;
}

.m_nav .ul {
  margin-top: 30px;
}

.m_nav .ul li {
  padding: 0 20px;
  border-bottom: 1px solid #f5f5f5;
  transform: translateY(0);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
  opacity: 0;
}

.m_nav.open .ul li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.m_nav .ul li:nth-child(1) {
  -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(2) {
  -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(3) {
  -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(4) {
  -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(5) {
  -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(6) {
  -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  width: 100%;
}

.m_nav .ul li .dropdown_menu {
  display: none;
}

.m_nav .ul li.dropdown.active .dropdown_menu {
  display: block;
}

.m_nav .ul li .dropdown_menu a {
  font-size: 14px;
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 16px;
  box-sizing: border-box;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.m_nav .ul li .dropdown_menu a:last-child {
  border: none;
}



/* 导航 */
.media_pc {
  display: block !important;
}

.media_phone {
  display: none !important;
}



@media screen and (max-width: 992px) and (min-width: 0px) {
  .header {
    height: 60px !important;
  }

  .header.on {
    height: 60px !important;
  }

  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }

  .header #navToggle {
    height: 100%;
    padding: 9px 15px;
    margin-right: -15px;
    display: inline-block;
    float: right;
  }

  .header #navToggle span {
    position: relative;
    width: 25px;
    height: 1px;
    margin-top: 19px;
  }

  .header #navToggle span:before,
  .header #navToggle span:after {
    content: '';
    position: relative;
    width: 100%;
    height: 1px;
    left: 0;
  }

  .header #navToggle span,
  .header #navToggle span:before,
  .header #navToggle span:after {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    background: #fff;
  }

  .header.on #navToggle span,
  .header.on #navToggle span:before,
  .header.on #navToggle span:after {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    background: #fff;
  }

  .header #navToggle span:before {
    top: 8px;
  }

  .header #navToggle span:after {
    bottom: 10px;
  }

  .header #navToggle.open span:before {
    top: 10px;
    -webkit-transform: translateY(-11px) rotate(-45deg);
    -moz-transform: translateY(-11px) rotate(-45deg);
    -ms-transform: translateY(-11px) rotate(-45deg);
    -o-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg);
  }

  .header #navToggle.open span:after {
    bottom: 12px;
    -webkit-transform: translateY(10px) rotate(45deg);
    -moz-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }

  .header #navToggle.open span {
    background: none;
  }

  .header #navToggle.open span:before,
  .header #navToggle.open span:after {
    background: #4f4f4f;
  }

  .header .nav,
  .navRightIcon {
    display: none !important;
  }

  .header .logo {
    max-height: 60px !important;
  }

  .header .top {
    display: none;
  }

  .banner img {
    height: 600px;
    object-fit: cover;
  }

}

@media screen and (max-width: 640px) and (min-width: 0px) {
  .media_pc {
    display: none !important;
  }

  .media_phone {
    display: block !important;
  }
}

/* end-顶部导航 */
/* 基础导航样式 */
.header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff0;
  transition: 1s;
}

/* .header.on {
  height: 100px;
  background: #fff;
} */

.navBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*logo样式*/
.header .logo {
  width: auto;
  display: flex;
  transition: 1s;
}

.header.on .logo {
  height: 100px;
}

.header .logo a {
  display: flex;
  align-items: center;
}

.header.on .logo .img2 {
  display: flex;
}

.header.on .logo .img1 {
  display: none;
}

.header .logo .img2 {
  display: none;
}


.header .logo {
  transition: 1s;
  max-width: 320px;
  max-height: 100px;
}

.header .logo a {
  padding: 10px 0;
}

.header .logo a img {
  max-width: 100%;
  max-height: 100%;
}

.header .nav {
  display: flex;
  justify-content: flex-end;
}

.header .nav .navbar_nav {
  padding-left: 0;
  display: flex;
  justify-content: space-between;
}

.header .navbar_nav li>a {
  font-size: 16px;
  line-height: 100px;
  color: #fff;
  position: relative;
  font-family: 'bold';
}

.header .navbar_nav li.dropdown {
  width: auto;
}

.header .navbar_nav li.dropdown .dropdown_menu {
  position: absolute;
  top: 100%;
  width: 200px;
  left: calc(50% - 100px);
  background: #fff;
}

.header .navbar_nav li.dropdown .dropdown_menu a {
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}

.header .navbar_nav li.dropdown .dropdown_menu a:hover {
  color: #fff!important;
  background: var(--color);
}

.header.on .navbar_nav li a {
  color: #000;
}

/* 响应式代码 */
@media screen and (max-width: 992px) {

  .header.on #navToggle span,
  .header.on #navToggle span:before,
  .header.on #navToggle span:after {
    background: #000 !important;
  }

  .header #navToggle span,
  .header #navToggle span:before,
  .header #navToggle span:after {
    background: #000 !important;
  }

  .header .logo .img2 {
    display: flex;
  }

  .header .logo .img1 {
    display: none;
  }

  .header {
    background: #fff;
  }

 
}

/* 新加 - 模块 */
/* 导航更新代码 */

.header {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  border-bottom: 1px solid #909090;
}

.header .nav {
  max-width: initial;
}


.header .navbar_nav li>a {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

/* 导航图标代码 */
.HeaderRight {
  display: flex;
  align-items: center;
  margin-left: 40px;
}
.HeaderRight .language-group .btn{ border: 2px solid #000;font-size: 12px;
  font-weight: bold;color: #000;}



.language {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
}

footer {
background-color: #005ea3;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
  position: relative;
  z-index: 1;
}

.ydiusfj{
  text-align: center;
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #ffffff;
  margin-top: 2%;
}
.ydiusfj a{
  	color: #ffffff;
}
footer .container {
  position: relative;
  z-index: 3;
  padding: 75px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .logo{max-width: 139px;}
footer .logo img {
  max-width: 100%;
}

.FtNav {
  width: 100%;
  max-width: 600px;
  display: flex;
  justify-content: space-evenly;
}
.FtNav a:first-child{display: none;}
.FtNav a {
  color: #fff;
  font-size: 18px;
}

footer .text {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
}

footer .text .item {
  display: flex;
  align-items: flex-start;
}

footer .text img {
  width: 28px;
  padding: 4px;
  margin-right: 15px;
}

footer .text p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}
.containerss{
  max-width: 1570px;
  margin: 0 auto;
  padding: 0 2%;
}
.bandule{
  width: 60%;
}
.bandulele{
  width: 25%;
  text-align: left;
}
p{
  margin-bottom: 0rem!important;
}
.bandulele_a{
  font-size: 19px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #ffffff;
}
.bandulele_b {
  margin-top: 2%;
}
.bandulele_b li{
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
}
.bandulele_b li a{
  color: #ffffff;
}
.bandurt{
  width: 37%;
  font-size: 17px;
  font-weight: 200;
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: left;
}

/* 备案 */
.footer {
  background-color: #005ea3;
  position: relative;
  z-index: 3;
  padding: 3% 0;
  width: 100%;
  color: #C7C7C7;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

.footer a {
  color: #C7C7C7;
  font-size: 14px;
}

@media (max-width: 1440px) {
  .FtNav {
    max-width: 500px;
  }

  footer .text {
    max-width: 400px;
  }
}

@media (max-width: 1200px) {
  footer .container {
    padding: 75px 45px;
  }

  footer .text {
    margin-top: 30px;
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .FtNav {
    margin-top: 30px;
  }

  footer .text .item {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  footer .container {
    padding: 30px 15px;
  }

  .FtNav a {
    color: #fff;
    font-size: 16px;
  }

  footer .text p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }

  footer .text .item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

section {
    padding: 150px 0;
    position: relative;
    overflow: hidden;
}

section .title {
    text-align: center;
    padding-bottom: 30px;

    width: 100%;
    margin: 0 auto;
}

section .title h2 {
    font-family: SourceHanSansCN-Heavy;
	font-size: 58px;
	font-weight: 600;
	font-style: italic;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #ffffff;
}



.section6 .title h2 {
    font-family: SourceHanSansCN-Heavy;
	font-size: 58px;
	font-weight: 600;
	font-style: italic;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #ffffff;
}
.section6 .title{
  background: url(//wm.cdn.cn86.cn/hydelectric/2025/10/662630d9c5urrtb0.jpg) bottom center no-repeat;
}

.section3 .title h2 {
    font-family: SourceHanSansCN-Heavy;
	font-size: 58px;
	font-weight: 600;
	font-style: italic;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #005ea3;
}
.section3 .title{
  background: url(//wm.cdn.cn86.cn/hydelectric/2025/10/1809fe86c9b1hm2p.jpg) bottom center no-repeat;
}

.section4 .title h2 {
    font-family: SourceHanSansCN-Heavy;
	font-size: 58px;
	font-weight: 600;
	font-style: italic;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #005ea3;
}
.section4 .title{
  background: url(//wm.cdn.cn86.cn/hydelectric/2025/10/1809fe86c9b1hm2p.jpg) bottom center no-repeat;
}
.section5 .title h2 {
    font-family: SourceHanSansCN-Heavy;
	font-size: 58px;
	font-weight: 600;
	font-style: italic;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #005ea3;
}
.section5 .title{
  background: url(//wm.cdn.cn86.cn/hydelectric/2025/10/1809fe86c9b1hm2p.jpg) bottom center no-repeat;
}

@media (max-width: 1200px) {
    section {
        padding: 90px 0;
    }
       section .title h2 {
        font-size: 28px;
    }
}

@media (max-width: 640px) {
    section {
        padding: 60px 0;
    }

    section .title {
        width: 300px;
        padding-bottom: 15px;
    }

    section .title h2 {
        font-size: 24px;
    }
    body{padding-bottom: 70px;}
}

/* banner */
.bannerbigbox {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.bannerSwiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.bannerSlide {
    overflow: hidden;
    transform: scale(0.9) !important;
    transition: 0.5s;
}

.bannerSlide>img {
    position: relative;
    z-index: 1;
    width: 100%;
    object-fit: cover;
}

.bannerSlide.swiper-slide-active {
    transform: scale(1) !important;
}

.section2 {
    position: relative;
    background: url(//wm.cdn.cn86.cn/hydelectric/2025/10/901ac013abwgv4u6.jpg) top center no-repeat;
    background-size: 100% 100%;
}

.section2 .container {
    position: relative;
    z-index: 2;
}

.section2 .title {
    background: url(//wm.cdn.cn86.cn/hydelectric/2025/10/662630d9c5urrtb0.jpg) bottom center no-repeat;
}


.section2 .bj {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-position: bottom;
    object-fit: contain;
}

.box2 {
    margin-top: 30px;
}

.box2 .desc {
    width: 95%;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
}

.box2Number {
    margin: 60px 0 60px;
    border: 1px solid #81aed0;
    display: flex;
}

.box2Number .item {
    padding: 30px 10px;
    width: 100%;
    border-right: 1px solid #81aed0;
}

.box2Number .item:last-child {
    border: 0px;
}

.box2Number .item h3 {
    color: #FFF;
    font-size: 38px;
    line-height: 1;
    margin-bottom: 10px;
}

.box2Number .item span {
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    color: #fff;
}

.box2Number .item h2 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1px;
}

.box2 .add {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    text-transform: capitalize;
}

@media (max-width: 1600px) {
    .box2Number {
    
        border: 1px solid #8D8D8D;
        display: flex;
    }
}

@media (max-width: 1440px) {}

@media (max-width: 1200px) {
   
}

@media (max-width: 992px) {
    .box2Number .item {
        width: 33.333%;
    }

    .box2Number {
        display: flex;
        flex-wrap: wrap;
    }

    .box2Number .item:nth-child(1),
    .box2Number .item:nth-child(2),
    .box2Number .item:nth-child(3) {
        border-bottom: 1px solid #8D8D8D;
    }

    .box2Number .item:nth-child(3) {
        border-right: 0px;
    }

    .box2 .desc {
        font-size: 16px;
        line-height: 2;
    }
}

@media (max-width: 640px) {
    .box2Number {
        margin: 60px 0;
    }
    .box2Number .item h3{font-size: 31px;}
    .box2 .add {
        font-size: 18px;
        padding-bottom: 60px;
    }
}


.section3 {
    position: relative;
}

.box3 {
    position: relative;
    margin-top: 75px;
    display: flex;
}

.box3 .item {
    position: relative;
    overflow: hidden;
}

.box3 .item img {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    transition: 0.3s;
}

.box3 .item .text {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 60px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box3 .item .text .top {
    display: flex;
    flex-direction: column;
}

.box3 .item .text .top h3 {
    color: #FFF;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.box3 .item .text .top span {
    display: block;
    width: 55px;
    height: 2px;
    background: #FFF;
}

.box3 .item .text h2 {
    color: #FFF;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
}

.box3 .item:hover .text .top span {
    background: #FF5D17;
}

.box3 .item:hover img {
    transform: scale(1.08);
}

@media (max-width: 1600px) {}

@media (max-width: 1440px) {}

@media (max-width: 1200px) {
    .box3 .item .text h2 {
        font-size: 18px;
    }

    .box3 .item .text {
        padding: 30px 15px;
    }
}

@media (max-width: 992px) {
    .box3 {
        position: relative;
        margin-top: 75px;
        display: flex;
        flex-wrap: wrap;
    }

    .box3 .item {
        width: 50%;
    }

    .box3 .item .text {
        padding: 60px 30px;
    }
}

@media (max-width: 640px) {
    .box3 {
        margin-top: 15px;
    }

    .box3 .item {
        width: 80%;
        margin: 0 auto;
        margin-top: 15px;
    }

    .box3 .item .text {
        padding: 45px 20px;
    }

    .box3 .item .text .top h3 {
        font-size: 24px;
    }
}



.section4 {
    background: url(//wm.cdn.cn86.cn/hydelectric/2025/10/ee74f482a06yqjmz.jpg) no-repeat center;
    background-size: cover;
}

.box4 {
    margin-top: 90px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    align-items: center;
}

.box4 .item {
    width: calc(25% - 30px);
    margin: 0 15px;
    padding: 75px 0;
    background: #FFF;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s;
}

.box4 .imgBox {
    position: relative;

}

.box4 .imgBox .img1 {
    position: relative;
    z-index: 2;
    opacity: 1;
    transition: 0.3s;
}

.box4 .imgBox .img2 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: 0.3s;
}

.box4 .item h3 {
    margin-top: 45px;
    color: #333333;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: capitalize;
    padding: 0 3%;
}

.box4 .item:hover {
    background-color: #005ea3;
	box-shadow: 5px 7px 20px 0px 	rgba(0, 0, 0, 0.19);
    /*transform: scale(1.08);*/
    padding: 90px 0;
}
.box4 .item:hover .imgBox img{
  filter: invert(49%) sepia(93%) saturate(369%) hue-rotate(900deg) brightness(260%) contrast(93%);
}
.box4 .item:hover .imgBox .img1 {
    opacity: 0;
}

.box4 .item:hover .imgBox .img2 {
    opacity: 1;
}

.box4 .item:hover h3 {
    color: #fff;
}

@media (max-width: 1600px) {}

@media (max-width: 1440px) {
    .box4 .item {
        padding: 45px 15px;
    }

    .box4 .item h3 {
        font-size: 18px;
        line-height: 1.5;
        height: 54px;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 1200px) {}

@media (max-width: 992px) {
    .box4 {
        display: flex;
        flex-wrap: wrap;
    }

    .box4 .item {
        width: calc(50% - 30px);
        margin-bottom: 30px;
    }
}

@media (max-width: 640px) {
    .box4 {
        margin-top: 45px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .box4 .imgBox img {
        width: 60px;
    }

    .box4 .item h3 {
        margin-top: 15px;
    }

    .box4 .item {
        width: calc(50% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
}
.section5 {
    background: #E2E7EE;
    padding-bottom: 60px;
}

.box5 {
    margin-top: 45px;
}

.box5Swiper {
    padding-bottom: 60px;overflow: hidden;position: relative;
}
.box5Swiper  .box5Slide.swiper-slide-active{
 transform: scale(1.08);
}
.box5Swiper  .box5Slide{
 transform: scale(0.8);
    transition:0.5s;
}
.box5Slide img {
    width: 100%;
}

.box5Slide h3 {
    color: #333333;
    font-weight: 400;
    text-align: center;
    font-family: Serif;
    font-size: 29px;
    line-height: 2;
    text-transform: capitalize;
    opacity: 0;
    transition: 0.3s;
}

.box5Slide.swiper-slide-active h3 {
    opacity: 1;
}

.box5Swiper .swiper-pagination {
    display: flex;
}

.box5Swiper .swiper-pagination span {
    width: 100%;
    height: 5px;
    background: #BEBEBE;
    border-radius: 0;
    opacity: 1 !important;
    margin: 0 7px !important;
}

.box5Swiper .swiper-pagination span.swiper-pagination-bullet-active {
    background: #005ea3;
}

@media (max-width: 1600px) {
    .box5Slide h3{font-size: 32px;}
}

@media (max-width: 1440px) {}

@media (max-width: 1200px) {
    .box5Slide h3{font-size: 28px;}
}

@media (max-width: 992px) {
     .box5Slide h3{font-size: 24px;}
}

@media (max-width: 640px) {
     .box5Slide h3{font-size: 20px;}
     .box5Swiper{padding-bottom: 20px;}
     .section5{padding-bottom: 40px;}
}


.section6 {
  background-image: url(//wm.cdn.cn86.cn/hydelectric/2025/10/a14ebe8468rsfoha.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
  position: relative;
  z-index: 1;
  background-color: #01011d;
  padding-bottom: 7%;
}

.liyudnggf{
  margin-top: 3%;
}
.liyudnggfle{
  width: 47%;
  color: #ffffff;
}
.flex222{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.xdgfhuytle{
  width: 51px;
  height: 51px;
}
.xdgfhuytle img{
  max-width: 100%;
  height: auto;
}
.xdgfhuytrt{
  width: 90%;
  text-align: left;
}
.liyudnggfrt{
  width: 49%;
}
.xdgfhuytrt_b{
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
}
.liyudnggfle li{
  margin-bottom: 5%;
}
.xdgfhuytrt_a{
  font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
}

.liyudnggfrt .col-md-4{
  width: 100%!important;
  max-width: 100%!important;
}

.liyudnggfrt .btn{
  width: 30%!important;
  background-color: #005ea3!important;
	border-radius: 4px;
      border-color: #005ea3 !important;
    color: #fff;
    line-height: 45px;
    padding: 0 0px!important;
}


.box6 {
  margin-top: 75px;
  margin-bottom: 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.liyudnggfrt .form-control{
  background: #fff!important;
  border-radius: 3px!important;
}
.box6 .item {
  width: 600px;
  margin-bottom: 60px;
}

.box6 .item h3 {
  color: #FFF;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
}

.box6 .item span {
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  margin: 25px 0;
  display: block;
  width: 100%;
  height: 1px;
  position: relative;
}

.box6 .item span::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #FF5D17;
  transition: 1s;
  position: absolute;
  left: 0;
  top: 0;
}

.box6 .item:hover span::after {
  width: 100%;
}

.box6 .item .desc {
  color: #FFF;
  font-size: 18px;
  line-height: 2;
}


.box6 .item h2 {
  color: #FFF;
  font-size: 22px;
  line-height: 1;
  margin-top: 15px;
}

@media (max-width: 1440px) {
  .box6 .item {
    width: 500px;
  }

  .box6 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}

@media (max-width: 1200px) {
  .box6 .item {
    width: 400px;
  }

  .box6 .item h3 {
    font-size: 24px;
  }

  .box6 .item .desc {
    font-size: 16px;
  }

  .box6 .item h2 {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .box6 .item {
    width: 300px;
  }
}

@media (max-width: 640px) {
  .box6 .item {
    margin-bottom: 25px;
  }
    .box6 {
    margin-bottom: 0;margin-top: 30px;

}
    .box6 .item h3{font-size: 20px;}
    .box6 .item h2{font-size: 16px;}
  .NyNav ul .category{width: 100%;}
}



.page-banner{
     position: relative;
    z-index: -1;
    width: 100%;
    background: #000;
    display: flex;
    justify-content: center;
}
.page-banner img {
    position: relative;
    width: 100%;
    min-height: 175px;
    object-fit: cover;
    opacity: 0.75;
}
.page-banner .text {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.page-banner .text h3 {
    color: #FFF;
    font-family: Avengero;
    font-size: 48px;
    font-weight: 400;
    line-height: 2.5;
    text-transform: capitalize;
    position: relative;
}

.page-banner .text h3::after {
    content: "";
    display: block;
    width: 300px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media screen and (max-width: 1440px) {
    .page-banner .text h3 {
        font-size: 24px;
        text-align: center;
    }

    .page-banner .text h3::after {
        width: 200px;
        left: calc(50% - 100px);
    }
}



/* 面包屑样式 */
.dian {
    position: relative;
    top: -120px;
}

.NyNavMbx {
    background: #FFF;
    box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.10);
    position: relative;
    z-index: 3;
    top: -60px;
}
.mbx {
    padding: 10px 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
}

.mbx {
    padding: 0;
    height: 60px;
    border-bottom: 1px solid #D6D6D6;
}

.mbx a {
    color: #333;
    font-size: 14px;
    margin: 0 30px;
}

.mbx a:last-child {
    color: var(--color);
}

@media screen and (max-width: 640px) {

    .mbx a,
    .mbx {
        font-size: 12px;
    }
}


/* 分类 */
.NyNav {
    /*display: flex;*/
}
.NyNav .product-cate{
   /*overflow-x: scroll;*/
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
}

.NyNav ul .category{ position: relative;border-bottom: 1px solid #D6D6D6;}
.NyNav ul .category a{min-width: 200px;padding: 0 1.5vw;}
.NyNav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    border-right: 1px solid #D6D6D6;
    border-bottom: 3px solid #fff;
}

.NyNav a:last-child {
    border-right: 0px;
}

.NyNav a:hover,
.NyNav a.active {
    background: #fff;
    color: var(--color);
    border-bottom: 3px solid var(--color);
}

@media screen and (max-width: 640px) {
    .NyNav {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }

    .NyNav a {
        width: 100%;
        height: 40px;
    }
}

.map-category-list{
  display: none;
    position: absolute;
    background: rgb(245, 245, 245, 1);
    left: 0px;
    top: 100%;
    width: 100%;
    z-index: 99;
}
.map-category-list > li > a{
    display: block;
    line-height: 50px;
    height: 50px;
    text-align: center;
    font-size: 14px;
    color: #333;
}
.map-category-list > li > a:hover{
    background-color: var(--main-theme-color);
    color: #fff!important;
}


/*产品内页*/
.box1Swiper{width: 100%;overflow-x:hidden;}
.box1Swiper .swiper-slide{width:240px;border-right: 1px solid #D6D6D6;}
@media (max-width: 640px) {
          .box1Slide {
            width: auto !important;
          }

          .box1Slide a {
            padding: 0 20px;
          }
        }




@media (max-width: 640px) {
    .NyNavMbx {
        margin-top: 0;
        top: 0px;
    }

    .mbx {
        height: 45px;
    }

    .mbx a {
        margin: 0 5px;
    }

    .mbx img {
        width: 20px
    }
}

.hidnh{
  border-top: #80afd1 1px solid;
}





@media (max-width:1600px) {
  .box3 .item .text .top h3{
    font-size: 26px;
  }
  .box3 .item .text h2{
    font-size: 18px;
  }
  .section5 .title h2 , .section4 .title h2 ,.section6 .title h2 , .section3 .title h2{
    font-size: 50px;
  }
  .xdgfhuytrt_a{
    font-size: 18px;
    line-height: 28px;
  }
  .xdgfhuytrt_b{
    font-size: 16px;
    line-height: 28px;
  }
  .bandulele_a{
    font-size: 18px;
    line-height: 33px;
  }
}


@media (max-width:1500px) {
      .box5Slide h3 {
        font-size: 24px;
    }
    .box3 .item .text h2 {
        font-size: 16px;
    }
  section .title{
    padding-bottom: 20px;
  }
    .box3 .item .text .top h3 {
        font-size: 22px;
    }
  .box2Number .item h3{
    font-size: 32px;
  }
  .header .navbar_nav li>a{
    font-size: 17px;
  }
  section .title h2 ,.section5 .title h2 , .section4 .title h2 ,.section6 .title h2 , .section3 .title h2{
    font-size: 45px;
  }
}



@media (max-width:1440px) {
  .bandurt{
    font-size: 15px;
    line-height: 26px;
  }
      .xdgfhuytrt_b {
        font-size: 14px;
        line-height: 24px;
    }
      .xdgfhuytrt_a {
        font-size: 16px;
        line-height: 26px;
    }
      .box4 .item h3 {
        font-size: 15px;
        line-height: 1.5;
    }
      .box5Slide h3 {
        font-size: 20px;
    }
    .box3 .item .text .top h3 {
        font-size: 20px;
    }
      .box2Number .item h3 {
        font-size: 30px;
    }
  section{
    padding: 100px 0;
  }
    .header .navbar_nav li>a {
        font-size: 15px;
    }
      section .title h2, .section5 .title h2, .section4 .title h2, .section6 .title h2, .section3 .title h2 {
        font-size: 40px;
    }
}



@media (max-width:1366px) {
    .box3 .item .text .top h3 {
        font-size: 18px;
    }
      section .title h2, .section5 .title h2, .section4 .title h2, .section6 .title h2, .section3 .title h2 {
        font-size: 35px;
    }
    .box2 .desc{
      font-size: 16px;
    }
      .box2Number .item h3 {
        font-size: 25px;
    }
}



@media (max-width:1200px) {
  .bandulele_b li{
    font-size: 12px;
    line-height: 24px;
  }
      .box5Slide h3 {
        font-size: 18px;
    }
      section {
        padding: 50px 0;
    }
      section .title h2, .section5 .title h2, .section4 .title h2, .section6 .title h2, .section3 .title h2 {
        font-size: 30px;
        line-height: 30px;
    }
}


@media (max-width:1024px) {
      .bandurt {
        font-size: 12px;
        line-height: 22px;
    }
  .xdgfhuytrt {
    width: 85%;
    text-align: left;
}
      .box4 .item h3 {
        font-size: 13px;
        line-height: 1.5;
    }
      .box5Slide h3 {
        font-size: 16px;
    }
      .box3 .item .text .top h3 {
        font-size: 16px;
    }
      .header .navbar_nav li>a {
        font-size: 14px;
    }
    section .title h2, .section5 .title h2, .section4 .title h2, .section6 .title h2, .section3 .title h2 {
        font-size: 25px;
        line-height: 20px;
    }
}



@media (max-width:992px) {
   .liyudnggfrt .col-md-6{
     width: 100%!important;
     max-width: 100%!important;
   }
  .liyudnggfrt{
    width: 100%;
  }
  .liyudnggfle{
    width: 100%;
  }
      .box5Slide h3 {
        font-size: 14px;
    }
      section {
        padding: 25px 0;
    }
      section .title h2, .section5 .title h2, .section4 .title h2, .section6 .title h2, .section3 .title h2 {
        font-size: 20px;
        line-height: 13px;
    }
        .box2Number .item {
        width: 50%;
    }
    .box2Number .item:nth-child(3) {
        border-right: 1px solid #8D8D8D;
        border-bottom: none;
    }
    .box5Slide h3{
      overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
}


@media (max-width:500px) {
  .bandurt{
    width: 100%;
  }
  .bandule{
    display: none;
  }
      .box2 .desc {
        font-size: 13px;
    }
        .box3 .item {
        width: 100%;
        margin: 0 auto;
        margin-top: 15px;
    }
}