.flow {
    position: relative;
  }
  .flow::after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
  }
  .banner3 {
    width: 21vw;
    margin-top: 40px;
    position: relative;
    padding: 0 30px;
  }
  .banner3 .swiper-button-prev,
  .banner3 .swiper-button-next {
    background-image: none;
    line-height: 44px;
    font-size: 24px;
    font-weight: 600;
  }
  .banner3 .swiper-button-next {
    text-align: right;
  }
  .banner3 .swiper-slide {
    width: 100%;
    padding: 0 2vw;
  }
  .banner3 .swiper-slide img {
    width: 100%;
  }
  img {
    max-width: 100%;
  }
  .product-lists .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-lists .list .item {
    width: 260px;
    margin-top: 100px;
  }
  .product-lists .list .item a {
    display: block;
  }
  .product-lists .list .item a:hover .item-l .more span {
    color: #A6875F;
    border-bottom: 3px solid #A6875F;
  }
  .product-lists .list .item a .item-r {
    width: 260px;
    height: 260px;
  }
  .product-lists .list .item a .item-r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .product-lists .list .item a .item-l {
    margin-top: 20px;
    color: #333;
  }
  .product-lists .list .item a .item-l h2 {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5;
  }
  .product-lists .list .item a .item-l .desc {
    margin-top: 15px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
    -webkit-line-clamp: 5;
  }
  .product-lists .list .item a .item-l .more {
    text-align: right;
    margin-top: 20px;
  }
  .product-lists .list .item a .item-l .more span {
    display: inline-block;
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom: 3px solid #333333;
    width: 40%;
  }
  .news-search-main {
    text-align: right;
    margin-top: 50px;
  }
  .footer-main.m {
    display: none;
  }
  .footer-main.m img {
    max-width: 100%;
  }
  .footer-main.m .footer-r .link {
    display: flex;
    margin-top: 30px;
    justify-content: center;
  }
  .footer-main.m .footer-r .link .item {
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    height: 25px;
    color: #FFFCF2;
    border-right: 3px solid #FFFCF2;
    padding: 0 15px;
    position: relative;
  }
  .footer-main.m .footer-r .link .item:hover {
    color: #A6875F;
  }
  .footer-main.m .footer-r .link .item:hover a {
    color: #A6875F;
  }
  .footer-main.m .footer-r .link .item:hover .code {
    display: block;
  }
  .footer-main.m .footer-r .link .item p {
    cursor: pointer;
  }
  .footer-main.m .footer-r .link .item i {
    font-size: 20px;
    font-weight: 100;
  }
  .footer-main.m .footer-r .link .item:last-child {
    border-right: 0;
    padding-right: 0;
  }
  .footer-main.m .footer-r .link .item:first-child {
    padding-left: 0;
  }
  .footer-main.m .footer-r .link .item .code {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    box-sizing: border-box;
    z-index: 99;
    padding-bottom: 20px;
  }
  .footer-main.m .footer-r .link .item .code .code-main {
    padding: 10px;
    background-color: white;
  }
  .footer-main.m .footer-r .link .item .code .code-main img {
    width: 130px;
    height: 130px;
  }
  .footer-main.m .footer-r .link .item .code .code-main p {
    font-size: 14px;
    line-height: 14px;
    margin-top: 5px;
    color: #333333;
  }
  .footer-main.m .footer-r .link .item a {
    color: #FFFCF2;
  }
  .footer-main.m .footer-r .else-link {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer-main.m .footer-r .else-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
    font-size: 18px;
    color: white;
  }
  .footer-main.m .footer-r .else-link a:hover {
    text-decoration: underline;
  }
  .footer-main.m .footer-r .else-link a img {
    width: 30px;
    margin-right: 10px;
    display: block;
  }
  .footer-main.m .footer-r > p {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #FFFCF2;
  }
  .footer-main.pc {
    background: #05201D;
    padding: 50px 15%;
  }
  .footer-main.pc .mbr {
    display: none;
  }
  .footer-main.pc img {
    max-width: 100%;
  }
  .footer-main.pc .footer-l {
    display: flex;
    align-items: center;
  }
  .footer-main.pc .footer-l .footer-logo {
    height: 55px;
    margin-right: 50px;
  }
  .footer-main.pc .footer-l .footer-logo img {
    height: 100%;
  }
  .footer-main.pc .footer-r {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    align-items: center;
  }
  .footer-main.pc .footer-r .r-l {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: #FFFCF2;
    width: 35%;
  }
  .footer-main.pc .footer-r .r-r {
    width: 53%;
    margin-left: 2%;
  }
  .footer-main.pc .footer-r .r-r .link h3 {
    font-size: 16px;
    color: white;
  }
  .footer-main.pc .footer-r .r-r .link .list-b {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .footer-main.pc .footer-r .r-r .link .list-b .item {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    height: 20px;
    color: #FFFCF2;
    border-right: 3px solid #FFFCF2;
    padding: 0 10px;
    margin-bottom: 5px;
    position: relative;
  }
  .footer-main.pc .footer-r .r-r .link .list-b .item:hover {
    color: #A6875F;
  }
  .footer-main.pc .footer-r .r-r .link .list-b .item:hover a {
    color: #A6875F;
  }
  .footer-main.pc .footer-r .r-r .link .list-b .item:hover .code {
    display: block;
  }
  .footer-main.pc .footer-r .r-r .link .list-b .item p {
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  .footer-main.pc .footer-r .r-r .link .list-b .item i {
    font-size: 16px;
    font-weight: 100;
    margin-right: 5px;
  }
  .footer-main.pc .footer-r .r-r .link .list-b .item:last-child {
    border-right: 0;
    padding-right: 0;
  }
  .footer-main.pc .footer-r .r-r .link .list-b .item:first-child {
    padding-left: 0;
  }
  .footer-main.pc .footer-r .r-r .link .list-b .item .code {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    box-sizing: border-box;
    z-index: 99;
    padding-bottom: 20px;
  }
  .footer-main.pc .footer-r .r-r .link .list-b .item .code .code-main {
    padding: 10px;
    background-color: white;
  }
  .footer-main.pc .footer-r .r-r .link .list-b .item .code .code-main img {
    width: 130px;
    height: 130px;
  }
  .footer-main.pc .footer-r .r-r .link .list-b .item .code .code-main p {
    font-size: 14px;
    line-height: 14px;
    margin-top: 5px;
    color: #333333;
  }
  .footer-main.pc .footer-r .r-r .link .list-b .item a {
    color: #FFFCF2;
  }
  .footer-main.pc .footer-r .r-r .else-link {
    margin-top: 20px;
  }
  .footer-main.pc .footer-r .r-r .else-link h3 {
    font-size: 16px;
    color: white;
  }
  .footer-main.pc .footer-r .r-r .else-link .list-b {
    margin-top: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer-main.pc .footer-r .r-r .else-link .list-b a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 16px;
    color: white;
  }
  .footer-main.pc .footer-r .r-r .else-link .list-b a:hover {
    text-decoration: underline;
  }
  .footer-main.pc .footer-r .r-r .else-link .list-b a img {
    width: 20px;
    margin-right: 10px;
    display: block;
  }
  .footer-main.pc .footer-r .r-r > p {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFCF2;
  }
  .footer-main.pc .footer-r .r-c {
    width: 10%;
  }
  .footer-main.pc .footer-r .r-c .ccie .item {
    margin-left: 20%;
    width: 80%;
    margin-bottom: 15px;
  }
  .footer-main.pc .ba {
    font-size: 16px;
    color: white;
    text-align: center;
    margin-top: 20px;
  }
  .gnbWrap .gnb ul li.contact-us {
    height: 100%;
    position: relative;
  }
  .gnbWrap .gnb ul li.contact-us a:hover:before {
    background: #006039;
    opacity: 1;
  }
  .gnbWrap .gnb ul li.contact-us .contact-us-main {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
  }
  .gnbWrap .gnb ul li.contact-us .contact-us-main .logos {
    height: 54px;
  }
  .gnbWrap .gnb ul li.contact-us .contact-us-main .logos img {
    height: 100%;
  }
  .gnbWrap .gnb ul li.contact-us .contact-us-main .contact-us-list {
    margin-top: 100px;
    font-size: 20px;
    color: white;
    line-height: 30px;
  }
  .gnbWrap .gnb ul li .list {
    width: 100%;
    padding-top: 10px;
    display: none;
  }
  .gnbWrap .gnb ul li .list a {
    display: block;
    text-align: right;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #05201D;
    margin-top: 5px;
    padding-right: 10%;
  }
  .gnbWrap .gnb ul li .list a:hover {
    color: #A6875F;
  }
  .gnbWrap .gnb ul li .list > div {
    position: relative;
  }
  .gnbWrap .gnb ul li .list > div.on > a {
    color: #A6875F;
  }
  .gnbWrap .gnb ul li .list > div .lists {
    display: none;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 120%;
  }
  .gnbWrap .gnb ul li .list > div .lists a {
    text-align: left;
    padding-left: 10px;
  }
  .gnbWrap .link .item {
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    color: #006039;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    margin-top: 15px;
  }
  .gnbWrap .link .item:hover {
    color: #A6875F;
  }
  .gnbWrap .link .item:hover .code {
    display: block;
  }
  .gnbWrap .link .item:hover a {
    color: #A6875F;
  }
  .gnbWrap .link .item p {
    cursor: pointer;
  }
  .gnbWrap .link .item i {
    font-size: 20px;
  }
  .gnbWrap .link .item .code {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    box-sizing: border-box;
    z-index: 99;
    padding-bottom: 20px;
  }
  .gnbWrap .link .item .code .code-main {
    padding: 10px;
    background-color: white;
  }
  .gnbWrap .link .item .code .code-main img {
    width: 130px;
    height: 130px;
  }
  .gnbWrap .link .item .code .code-main p {
    font-size: 14px;
    line-height: 14px;
    margin-top: 5px;
    color: #333333;
  }
  .gnbWrap .link .item a {
    color: #006039;
  }
  ._product li a:hover .back {
    display: none;
  }
  ._product li a:hover .sub-info {
    display: block;
  }
  ._product li a:hover .sub-info h2 {
    color: #05201D;
    margin-top: 6vh;
    display: none;
  }
  ._product li a:hover .sub-info span {
    display: none;
  }
  ._product li a:hover .sub-info .img1 {
    display: none;
  }
  ._product li a:hover .sub-info .img2 {
    display: none;
  }
  ._product li a .back {
    display: none;
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 40%;
    z-index: 9;
    text-align: right;
  }
  ._product li a .back img {
    max-width: 100%;
  }
  ._product li a .sub-info {
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  ._product li a .sub-info .img1,
  ._product li a .sub-info .img2 {
    width: 75px;
    height: 75px;
    display: none;
  }
  ._product li a .sub-info .img1 img,
  ._product li a .sub-info .img2 img {
    width: 100%;
    height: 100%;
  }
  ._product li a .sub-info .img2 {
    display: none;
  }
  ._product li a .sub-info h2 {
    font-size: 28px;
    color: white;
  }
  ._product li a .sub-info span {
    display: block;
    margin-top: 3vh;
    padding-left: 100px;
    font-size: 28px;
  }
  .hero {
    position: relative;
  }
  .hero .tabs {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width: 100%;
  }
  .hero .tabs.tabFix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    margin-top: 0;
    border-bottom: 1px solid #e5e8ec;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  }
  .hero .tabs p {
    height: 80px;
    background: #FAF9F9;
    line-height: 80px;
    border-radius: 10px 10px 0 0;
    z-index: 9;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .hero .tabs p a {
    display: block;
    margin: 0 50px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    color: #333333;
  }
  .hero .tabs p a.on,
  .hero .tabs p a:hover {
    color: #A6875F;
  }
  .hero .tab .about-li {
    display: none;
  }
  .page_about .textBox .about-desc-main .about-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 32px;
  }
  .page_about .textBox .about-desc-main .more {
    display: block;
    text-align: right;
  }
  .page_about .textBox .about-desc-main .more a {
    color: #A6875F;
    font-size: 20px;
  }
  .page_about .history .item.first {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
  }
  .page_about .history .item .date span {
    display: block;
    margin: 0 0 25px;
  }
  .page_about .textBox2 div.qywh-desc {
    margin-top: 30px;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 32px;
    word-break: normal;
  }
  .page_about .textBox2 .more {
    display: block;
    text-align: right;
    margin-top: 50px;
  }
  .page_about .textBox2 .more a {
    color: #A6875F;
    font-size: 20px;
  }
  .text-detail {
    padding: 100px 0;
  }
  .text-detail .tit_section {
    font-size: 32px;
  }
  .text-detail ._cont {
    margin-top: 50px;
    word-break: normal;
  }
  .text-detail ._cont img {
    max-width: 100%;
  }
  .business-box {
    padding: 150px 0 150px;
  }
  .business-box .business-main {
    display: flex;
    justify-content: space-between;
  }
  .business-box .business-main .tit_section {
    width: 320px;
  }
  .business-box .business-main .business-desc-main {
    width: calc(100% - 320px);
  }
  .business-box .business-main .business-desc-main .business-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 32px;
    font-size: 20px;
    word-break: normal;
  }
  .business-box .business-main .business-desc-main .more {
    display: block;
    text-align: right;
  }
  .business-box .business-main .business-desc-main .more a {
    color: #A6875F;
    font-size: 20px;
  }
  .overlap {
    padding: 150px 0 150px;
  }
  .overlap .inner {
    position: relative;
    height: 700px;
  }
  .overlap .inner .text {
    width: 580px;
    position: relative;
    z-index: 9;
  }
  .overlap .inner .text .text-t {
    background-color: #05201D;
    padding: 40px 60px;
  }
  .overlap .inner .text .text-t .tit_section {
    font-size: 36px;
    font-family: SimHei;
    font-weight: 400;
    line-height: 48px;
    color: #F5F5F5;
  }
  .overlap .inner .text .text-t .text-desc {
    margin-top: 100px;
    font-size: 20px;
    line-height: 36px;
    color: #F5F5F5;
  }
  .overlap .inner .text .text-b {
    font-size: 20px;
    color: #05201D;
    width: 280px;
    border-bottom: 3px solid #707070;
    text-align: center;
    line-height: 50px;
    margin: 100px auto 0;
    display: block;
  }
  .overlap .inner .image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 855px;
  }
  .overlap .inner .image img {
    width: 100%;
  }
  .page_about .lab {
    position: relative;
    height: 700px;
    margin-top: 0;
    background: url(/assets/images/video_cover.png) no-repeat center top;
    background-size: cover;
  }
  .page_about .lab .inner {
    position: relative;
    height: 100%;
  }
  .page_about .lab .inner .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 740px;
    opacity: 0;
  }
  .page_about .lab .inner ._desc {
    position: relative;
    width: 100%;
    padding: 35px 45px;
    color: #fff;
  }
  .page_about .lab .inner ._desc > div {
    line-height: 26px;
  }
  .page_about .lab .inner ._desc > div .txt_deco {
    font-size: 32px;
  }
  .page_about .lab .inner ._desc > div .txt_main {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
    -webkit-line-clamp: 3;
    line-height: 35px;
  }
  .page_about .lab .inner ._desc .more {
    text-align: right;
  }
  .page_about .lab .inner ._desc .more a {
    display: inline-block;
    width: 230px;
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-weight: 500;
    text-align: center;
  }
  .page_about .lab .inner .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #05201D;
  }
  .flow {
    padding: 150px 0 150px;
  }
  .flow .inner .list {
    margin-top: 80px;
    height: 350px;
    background: url(/assets/images/flow_back.png) no-repeat center;
    position: relative;
  }
  .flow .inner .list.m {
    display: none;
  }
  .flow .inner .list .list-t {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
  }
  .flow .inner .list .list-t.en .item {
    font-size: 12px;
    line-height: 20px;
  }
  .flow .inner .list .list-t .item {
    width: 33.33%;
    margin: 0 2%;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
  }
  .flow .inner .list .list-b {
    position: absolute;
    bottom: 0;
    left: -5%;
    width: 110%;
    display: flex;
    justify-content: space-between;
  }
  .flow .inner .list .list-b.en .item {
    font-size: 12px;
    line-height: 20px;
  }
  .flow .inner .list .list-b .item {
    width: 25%;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
  }
  .flow .inner .list .list-b .item:last-child {
    margin-right: 0;
  }
  .product-list .inner .list .item {
    background: #FFFFFF;
    border: 1px solid #707070;
    margin-top: 60px;
  }
  .product-list .inner .list .item a {
    padding: 100px 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333333;
  }
  .product-list .inner .list .item a .item-l {
    width: 60%;
  }
  .product-list .inner .list .item a .item-l h2 {
    font-size: 34px;
    font-weight: 500;
  }
  .product-list .inner .list .item a .item-l div.desc {
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
    -webkit-line-clamp: 3;
    height: 90px;
  }
  .product-list .inner .list .item a .item-l div.more {
    text-align: right;
  }
  .product-list .inner .list .item a .item-l div.more span {
    display: inline-block;
    width: 280px;
    font-size: 20px;
    line-height: 30px;
    border-bottom: 3px solid #707070;
  }
  .product-list .inner .list .item a .item-r {
    width: 30%;
    max-height: 350px;
  }
  .product-list .inner .list .item a .item-r img {
    width: 100%;
    max-height: 100%;
  }
  .product-main {
    padding: 150px 0;
  }
  .product-detail-info {
    padding: 150px 0;
  }
  .product-detail-info .inner {
    display: flex;
    justify-content: space-between;
  }
  .product-detail-info .inner .product-banner {
    width: 550px;
  }
  .product-detail-info .inner .product-banner .banner-active {
    width: 550px;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #707070;
  }
  .product-detail-info .inner .product-banner .banner-active img {
    max-width: 100%;
    max-height: 100%;
  }
  .product-detail-info .inner .product-banner .banner-active .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: rgba(166, 135, 95, 0.7);
    background-size: 50%;
    cursor: pointer;
  }
  .product-detail-info .inner .product-banner .banner-active .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: rgba(166, 135, 95, 0.7);
    background-size: 50%;
    cursor: pointer;
  }
  .product-detail-info .inner .product-banner .swiper-container {
    width: 550px;
    margin-top: 20px;
  }
  .product-detail-info .inner .product-banner .swiper-container .swiper-slide p {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #e5e5e5;
  }
  .product-detail-info .inner .product-banner .swiper-container .swiper-slide p img {
    max-width: 98%;
    max-height: 98%;
  }
  .product-detail-info .inner .product-banner .swiper-container .swiper-slide.swiper-slide-active p {
    border: 1px solid #707070;
  }
  .product-detail-info .inner .info {
    width: calc(100% - 650px);
    padding-top: 50px;
  }
  .product-detail-info .inner .info .desc {
    margin-top: 30px;
  }
  .product-detail-info .inner .info .desc h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
  }
  .product-detail-info .inner .info .desc p {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.5;
  }
  .product-detail-info .inner .info .btns .item {
    margin-top: 30px;
  }
  .product-detail-info .inner .info .btns .item a {
    display: inline-block;
    font-size: 20px;
    color: #AF854E;
  }
  .product-detail-info .inner .info .btns .item a i {
    font-size: 20px;
    margin-right: 10px;
  }
  .product-detail-info .inner .info .btns .item a.btn {
    width: 196px;
    height: 55px;
    background: #AF854E;
    font-size: 20px;
    text-align: center;
    line-height: 55px;
    color: #F5F5F5;
  }
  .product-detail-main .detail-main {
    margin-top: 30px;
  }
  /* å¤–é¢ç›’å­æ ·å¼---è‡ªå·±å®šä¹‰ */
  .page_div {
    color: #666;
    margin: 20px 0;
    text-align: center;
  }
  /* é¡µæ•°æŒ‰é’®æ ·å¼ */
  .page_div button {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    background-color: #f9f9f9;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #firstPage,
  #lastPage,
  #nextPage,
  #prePage {
    width: 50px;
    color: #05201D;
    border: 1px solid #05201D;
  }
  #nextPage,
  #prePage {
    width: 70px;
  }
  .page_div .current {
    background-color: #05201D;
    border-color: #05201D;
    color: #FFF;
  }
  /* é¡µé¢æ•°é‡ */
  .totalPages {
    margin: 0 10px;
  }
  .totalPages span,
  .totalSize span {
    color: #05201D;
    margin: 0 5px;
  }
  /*buttonç¦ç”¨*/
  .page_div button:disabled {
    opacity: 0.5;
    cursor: no-drop;
  }
  .news-main {
    padding: 100px 0 150px;
  }
  .news-main .inner .item {
    margin-top: 80px;
  }
  .news-main .inner .item:first-child {
    margin-top: 0;
  }
  .news-main .inner .item a {
    display: flex;
    justify-content: space-between;
    color: #333333;
  }
  .news-main .inner .item a:hover {
    color: #006039;
  }
  .news-main .inner .item a .image {
    width: 260px;
    height: 160px;
    overflow: hidden;
  }
  .news-main .inner .item a .image img {
    width: 100%;
    object-fit: cover;
  }
  .news-main .inner .item a .info {
    width: calc(100% - 310px);
  }
  .news-main .inner .item a .info .tit_section .title {
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
  }
  .news-main .inner .item a .info .tit_section .title h2 {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }
  .news-main .inner .item a .info .tit_section .title span {
    font-weight: 600;
  }
  .news-main .inner .item a .info .desc {
    border-top: 1px solid #707070;
    padding-top: 20px;
  }
  .news-main .inner .item a .info .desc .desc-text {
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
  }
  .news-main .inner .item a .info .desc .more {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
  }
  .next-page {
    margin-top: 100px;
  }
  .next-page a {
    display: block;
    font-size: 20px;
    color: #333333;
  }
  .next-page a:hover {
    color: #A6875F;
  }
  .next-page a.off {
    color: #999999;
    cursor: no-drop;
  }
  .next-page a:last-child {
    margin-top: 45px;
  }
  .page_about .recruitments.hzhb {
    margin-top: 70px;
    padding-top: 70px;
  }
  .page_about .recruitments.hzhb ._cont {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page_about .recruitments.hzhb ._cont li {
    width: calc(90% / 6);
    margin-top: 70px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page_about .recruitments.hzhb ._cont li img {
    max-width: 100%;
    max-height: 100%;
  }
  @media (max-width: 767px) {
    .product-lists .list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .product-lists .list .item {
      width: 80vw;
      margin-top: 10vw;
    }
    .product-lists .list .item a {
      display: block;
    }
    .product-lists .list .item a:hover .item-l .more span {
      color: #A6875F;
      border-bottom: 3px solid #A6875F;
    }
    .product-lists .list .item a .item-r {
      width: 80vw;
      height: 80vw;
    }
    .product-lists .list .item a .item-r img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .product-lists .list .item a .item-l {
      margin-top: 5vw;
      color: #333;
    }
    .product-lists .list .item a .item-l h2 {
      font-size: 5vw;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      line-height: 1.5;
    }
    .product-lists .list .item a .item-l .desc {
      margin-top: 2vw;
      font-size: 4vw;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      line-height: 30px;
      -webkit-line-clamp: 5;
    }
    .product-lists .list .item a .item-l .more {
      text-align: right;
      margin-top: 2vw;
    }
    .product-lists .list .item a .item-l .more span {
      display: inline-block;
      font-size: 4vw;
      padding-bottom: 1vw;
      border-bottom: 1vw solid #333333;
      width: 40%;
    }
    .logo {
      position: fixed;
      height: 8vh;
      left: 0;
      padding-left: 5vw;
      background: white;
      width: 100%;
      justify-content: flex-start;
    }
    .logo-h {
      height: 8vh;
    }
    .banner3 .swiper-slide a::before{
      display: none;
    }
    .banner3 {
      width: 70%;
      margin: 7vw auto 0;
      position: relative;
      padding: 0 5%;
    }
    .banner3 .swiper-button-prev,
    .banner3 .swiper-button-next {
      background-image: none;
      line-height: 44px;
      font-size: 24px;
      font-weight: 600;
    }
    .banner3 .swiper-slide {
      width: 100%;
      padding: 0 20%;
      box-sizing: border-box;
    }
    .banner3 .swiper-slide a {
      display: block;
    border-bottom: 0;}
    .banner3 .swiper-slide img {
      width: 100%;
    }
  }
  @media (max-width: 767px) {
    .main_scenes .scene.scene02 ul {
      width: 90%;
      margin: 7vw auto 0;
      display: flex;
      flex-wrap: wrap;
    }
    .main_scenes .scene.scene02 ul li {
      margin: 2vw;
      width: calc((100% - 16vw) / 3);
    }
    .main_scenes .scene.scene02 p {
      margin-top: 7vw;
    }
    .main_scenes .scene.scene02 .link {
      margin-top: 10vw;
    }
    .news-search-main {
      margin-top: 10vw;
      text-align: left;
    }
    .news-search-main .el-date-editor.el-input,
    .news-search-main .el-date-editor.el-input__inner {
      width: 40vw;
    }
    .news-search-main .el-input__inner {
      width: 40vw;
      padding-right: 1vw !important;
    }
    .page_about .recruitments.hzhb {
      margin-top: 5vw;
      padding-top: 5vw;
    }
    .page_about .recruitments.hzhb ._cont {
      margin-top: 0;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }
    .page_about .recruitments.hzhb ._cont li {
      width: calc(95% / 3);
      margin-top: 10vw !important;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .page_about .recruitments.hzhb ._cont li img {
      max-width: 100%;
      max-height: 100%;
    }
    /* å¤–é¢ç›’å­æ ·å¼---è‡ªå·±å®šä¹‰ */
    .page_div {
      margin: 4vw 2vw 2vw 0;
    }
    /* é¡µæ•°æŒ‰é’®æ ·å¼ */
    .page_div button {
      min-width: 6vw;
      height: 6vw;
      font-size: 3vw;
      line-height: 6vw;
      margin: 1vw;
    }
    #firstPage,
    #lastPage,
    #nextPage,
    #prePage {
      width: 12vw;
    }
    #nextPage,
    #prePage {
      width: 14vw;
    }
    /* é¡µé¢æ•°é‡ */
    .totalPages {
      margin: 0 1vw;
    }
    .totalPages span,
    .totalSize span {
      margin: 0 1vw;
    }
    .product-main {
      padding: 10vw 0;
    }
    .footer-main.pc {
      display: none;
    }
    .footer-main.m {
      padding: 8vw 5vw 18vw;
      display: block;
      height: 92.5vh;
      background-color: #05201D;
    }
    .footer-main.m img {
      max-width: 100%;
    }
    .footer-main.m .footer-l .footer-logo {
      display: none;
      height: 15vw;
      text-align: center;
    }
    .footer-main.m .footer-l .footer-logo img {
      height: 100%;
    }
    .footer-main.m .footer-l .ccie {
      display: flex;
      margin-top: 5vw;
    }
    .footer-main.m .footer-l .ccie .item {
      width: 20vw;
      margin-right: 5vw;
    }
    .footer-main.m .footer-r {
      display: flex;
      flex-wrap: wrap;
      margin-top: 10vw;
      align-items: baseline;
    }
    .footer-main.m .footer-r .link {
      display: flex;
      flex-wrap: wrap;
      margin-top: 0;
      width: 50%;
      justify-content: left;
    }
    .footer-main.m .footer-r .link > h3 {
      font-size: 3vw;
      color: white;
      text-align: left;
      padding-bottom: 2vw;
    }
    .footer-main.m .footer-r .link .item {
      font-size: 3vw;
      font-weight: bold;
      border-right: 0;
      padding: 2vw;
      line-height: 1.5;
      position: relative;
      padding-left: 5vw;
      height: auto;
    }
    .footer-main.m .footer-r .link .item:hover .code {
      display: block;
    }
    .footer-main.m .footer-r .link .item p {
      cursor: pointer;
    }
    .footer-main.m .footer-r .link .item i {
      font-size: 3vw;
    }
    .footer-main.m .footer-r .link .item:last-child {
      border-right: 0;
      padding-right: 2vw;
    }
    .footer-main.m .footer-r .link .item:first-child {
      padding-left: 2vw;
    }
    .footer-main.m .footer-r .link .item .code {
      display: none;
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      width: 150px;
      box-sizing: border-box;
      z-index: 99;
      padding-bottom: 20px;
    }
    .footer-main.m .footer-r .link .item .code .code-main {
      padding: 10px;
      background-color: white;
    }
    .footer-main.m .footer-r .link .item .code .code-main img {
      width: 130px;
      height: 130px;
    }
    .footer-main.m .footer-r .link .item .code .code-main p {
      font-size: 14px;
      line-height: 14px;
      margin-top: 5px;
      color: #333333;
    }
    .footer-main.m .footer-r .else-link {
      width: 50%;
      margin-top: 0;
      justify-content: left;
    }
    .footer-main.m .footer-r .else-link > h3 {
      font-size: 3vw;
      color: white;
      text-align: left;
      padding-bottom: 2vw;
    }
    .footer-main.m .footer-r .else-link a {
      margin: 0;
      font-size: 3vw;
      color: white;
      padding: 2vw;
      padding-left: 5vw;
      line-height: 1.5;
      width: 100%;
      justify-content: flex-start;
    }
    .footer-main.m .footer-r .else-link a:hover {
      text-decoration: underline;
    }
    .footer-main.m .footer-r .else-link a img {
      width: 4vw;
      margin-right: 1vw;
      display: block;
    }
    .footer-main.m .footer-r .mbr {
      display: block;
    }
    .footer-main.m .footer-r > p {
      margin-top: 4vw;
      font-size: 3vw;
      line-height: 8vw;
      text-align: left;
    }
    .gnbWrap .gnb ul li.contact-us {
      height: 100%;
      position: relative;
    }
    .gnbWrap .gnb ul li.contact-us a:hover:before {
      background: #006039;
      opacity: 1;
    }
    .gnbWrap .gnb ul li.contact-us .contact-us-main {
      position: absolute;
    }
    .gnbWrap .gnb ul li.contact-us .contact-us-main .logos {
      height: 12vw;
      text-align: left;
    }
    .gnbWrap .gnb ul li.contact-us .contact-us-main .logos img {
      height: 100%;
    }
    .gnbWrap .gnb ul li.contact-us .contact-us-main .contact-us-list {
      margin-top: 12vw;
      font-size: 4vw;
      color: white;
      line-height: 9vw;
      text-align: left;
    }
    .gnbWrap .gnb ul li .list {
      width: 100%;
      padding-top: 2vw;
    }
    .gnbWrap .gnb ul li .list a {
      text-align: center;
      font-size: 4.5vw;
      font-weight: 400;
      line-height: 8vw;
      margin-top: 1vw;
      padding-right: 0%;
    }
    .gnbWrap .gnb ul li .list > div .lists {
      display: none;
      position: absolute;
      left: 100%;
      top: 50%;
      transform: translateY(-50%);
      width: 120%;
    }
    .gnbWrap .gnb ul li .list > div .lists a {
      text-align: left;
      padding-left: 0;
    }
    .gnbWrap .link .item {
      font-size: 4.5vw;
      line-height: 8vw;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 2vw;
    }
    .gnbWrap .link .item i {
      font-size: 3vw;
    }
    .gnbWrap .link .item .code {
      display: none;
      position: absolute;
      bottom: 100%;
      left: 50%;
      transform: translateX(-50%);
      width: 150px;
      box-sizing: border-box;
      z-index: 99;
      padding-bottom: 20px;
    }
    .gnbWrap .link .item .code .code-main {
      padding: 10px;
      background-color: white;
    }
    .gnbWrap .link .item .code .code-main img {
      width: 130px;
      height: 130px;
    }
    .gnbWrap .link .item .code .code-main p {
      font-size: 14px;
      line-height: 14px;
      margin-top: 5px;
      color: #333333;
    }
    ._product li a .back {
      right: 4vw;
      bottom: 4vw;
      width: 40%;
    }
    ._product li a:hover .back {
      display: none;
    }
    ._product li a:hover .sub-info {
      display: block;
    }
    ._product li a:hover .sub-info h2 {
      color: #05201D;
      text-align: left;
      display: none;
    }
    ._product li a:hover .sub-info span {
      display: none;
    }
    ._product li a:hover .sub-info .img1 {
      display: none;
    }
    ._product li a:hover .sub-info .img2 {
      display: none;
    }
    ._product li a .sub-info .img1,
    ._product li a .sub-info .img2 {
      width: 17vw;
      height: 17vw;
    }
    ._product li a .sub-info h2 {
      font-size: 6vw;
      color: white;
      margin-top: 3vh;
    }
    ._product li a .sub-info span {
      display: block;
      margin-top: 2vh;
      padding-left: 12vw;
      font-size: 6vw;
    }
    .hero {
      position: relative;
    }
    .hero .tabs {
      position: absolute;
      bottom: 0;
      left: 7.5vw;
      overflow: hidden;
      width: 85vw;
    }
    .hero .tabs p {
      height: 15vw;
      background: #FAF9F9;
      line-height: 15vw;
      border-radius: 2vw 2vw 0 0;
      z-index: 9;
      display: flex;
      justify-content: center;
      width: 100%;
    }
    .hero .tabs p a {
      display: block;
      margin: 0 2vw;
      font-size: 4vw;
      font-weight: 600;
      cursor: pointer;
    }
    .hero .tab .about-li {
      display: block;
    }
    .page_about .textBox .about-desc-main .about-desc {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      line-height: 4.8vw;
    }
    .page_about .textBox .about-desc-main .more {
      display: block;
      text-align: right;
    }
    .page_about .textBox .about-desc-main .more a {
      color: #A6875F;
      font-size: 3vw;
    }
    .page_about .history .item.first {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 4.8vw;
    }
    .page_about .history .item .date span {
      display: block;
      margin: 2vw 0;
    }
    .page_about .textBox2 div.qywh-desc {
      margin-top: 2vw;
      font-size: 2.9vw;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      line-height: 4.8vw;
      word-break: normal;
    }
    .page_about .textBox2 .more {
      display: block;
      text-align: right;
      margin-top: 2vw;
    }
    .page_about .textBox2 .more a {
      color: #A6875F;
      font-size: 3vw;
    }
    .text-detail {
      padding: 10vw 0;
    }
    .text-detail .tit_section {
      font-size: 6vw;
      line-height: 10vw;
    }
    .text-detail ._cont {
      margin-top: 4vw;
    }
    .text-detail ._cont img {
      display: block;
      height: auto;
    }
    .text-detail ._cont video {
      width: 100%;
      height: auto;
    }
    .business-box {
      padding: 10vw 0;
    }
    .business-box .business-main {
      display: block;
    }
    .business-box .business-main .tit_section {
      width: 100%;
    }
    .business-box .business-main .business-desc-main {
      width: 100%;
      margin-top: 5vw;
    }
    .business-box .business-main .business-desc-main .business-desc {
      line-height: 4.8vw;
      font-size: 3vw;
    }
    .business-box .business-main .business-desc-main .more {
      margin-top: 2vw;
    }
    .business-box .business-main .business-desc-main .more a {
      color: #A6875F;
      font-size: 3vw;
    }
    .overlap {
      padding: 10vw 0;
    }
    .overlap .inner {
      position: relative;
      height: auto;
    }
    .overlap .inner .text {
      width: 100%;
      position: relative;
      z-index: 9;
    }
    .overlap .inner .text .text-t {
      background-color: #05201D;
      padding: 4vw;
    }
    .overlap .inner .text .text-t .tit_section {
      font-size: 4.8vw;
      line-height: 8vw;
      color: #F5F5F5;
    }
    .overlap .inner .text .text-t .text-desc {
      margin-top: 4vw;
      font-size: 3vw;
      line-height: 4.8vw;
      color: #F5F5F5;
    }
    .overlap .inner .text .text-b {
      font-size: 3vw;
      color: #05201D;
      width: 20vw;
      border-bottom: 3px solid #707070;
      text-align: center;
      line-height: 6vw;
      margin: 3vw auto 0;
      display: block;
    }
    .overlap .inner .image {
      position: static;
      right: 0;
      bottom: 0;
      width: 100%;
      margin-top: 5vw;
    }
    .overlap .inner .image img {
      width: 100%;
    }
    .page_about .lab {
      height: 84vw;
    }
    .page_about .lab .inner {
      position: relative;
      height: 100%;
    }
    .page_about .lab .inner .txt {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 84vw;
      opacity: 0;
    }
    .page_about .lab .inner ._desc {
      position: relative;
      width: 100%;
      padding: 4vw;
      color: #fff;
    }
    .page_about .lab .inner ._desc > div {
      line-height: 4.8vw;
    }
    .page_about .lab .inner ._desc > div .txt_deco {
      font-size: 4.8vw;
    }
    .page_about .lab .inner ._desc > div .txt_main {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      line-height: 30px;
      -webkit-line-clamp: 3;
      line-height: 4.8vw;
      font-size: 3vw;
    }
    .page_about .lab .inner ._desc .more {
      text-align: right;
    }
    .page_about .lab .inner ._desc .more a {
      width: 20vw;
      margin-top: 2vw;
      padding-bottom: 1vw;
    }
    .page_about .lab .inner .cover {
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      background: #05201D;
    }
    .flow {
      padding: 10vw 0;
    }
    .flow .inner .list {
      margin-top: 4vw;
      height: auto;
      background-image: none;
    }
    .flow .inner .list.pc {
      display: none;
    }
    .flow .inner .list.m {
      display: block;
    }
    .flow .inner .list .list-t {
      display: block;
      width: 100%;
      margin: 0 auto;
    }
    .flow .inner .list .list-t.en .item {
      font-size: 12px;
      line-height: 20px;
    }
    .flow .inner .list .list-t .item {
      width: 100%;
      margin: 0 0%;
      margin-top: 4vw;
      text-align: center;
    }
    .flow .inner .list .list-t .item p {
      width: 50%;
      margin: 0 auto;
    }
    .flow .inner .list .list-t .item p img {
      display: block;
      width: 100%;
    }
    .flow .inner .list .list-t .item h2 {
      margin-top: 2vw;
      line-height: 6vw;
      font-size: 4vw;
      font-weight: 500;
    }
    .product-list .inner .list .item {
      margin-top: 4vw;
    }
    .product-list .inner .list .item a {
      padding: 4vw;
      display: block;
    }
    .product-list .inner .list .item a .item-l {
      width: 100%;
    }
    .product-list .inner .list .item a .item-l h2 {
      font-size: 4.8vw;
    }
    .product-list .inner .list .item a .item-l div.desc {
      margin-top: 2vw;
      font-size: 3vw;
      line-height: 4.8vw;
      height: 14.4vw;
    }
    .product-list .inner .list .item a .item-l div.more {
      text-align: right;
    }
    .product-list .inner .list .item a .item-l div.more span {
      display: inline-block;
      width: 20vw;
      font-size: 3vw;
      line-height: 6vw;
      border-bottom: 2px solid #707070;
    }
    .product-list .inner .list .item a .item-r {
      width: 60%;
      max-height: none;
      margin: 0 auto;
      margin-top: 4vw;
    }
    .product-list .inner .list .item a .item-r img {
      width: 100%;
      max-height: 100%;
    }
    .product-detail-info {
      padding: 10vw 0;
    }
    .product-detail-info .inner {
      display: block;
    }
    .product-detail-info .inner .product-banner {
      width: 100%;
    }
    .product-detail-info .inner .product-banner .banner-active {
      width: 86vw;
      height: 86vw;
    }
    .product-detail-info .inner .product-banner .swiper-container {
      width: 100%;
      margin-top: 4vw;
    }
    .product-detail-info .inner .product-banner .swiper-container .swiper-slide p {
      width: 20vw;
      height: 20vw;
    }
    .product-detail-info .inner .info {
      width: 100%;
      padding-top: 8vw;
    }
    .product-detail-info .inner .info .desc {
      margin-top: 4vw;
    }
    .product-detail-info .inner .info .desc h2 {
      font-size: 4.8vw;
      font-weight: 500;
      line-height: 1;
    }
    .product-detail-info .inner .info .desc p {
      margin-top: 4vw;
      font-size: 4vw;
      line-height: 1.5;
    }
    .product-detail-info .inner .info .btns .item {
      margin-top: 4vw;
    }
    .product-detail-info .inner .info .btns .item a {
      display: inline-block;
      font-size: 4vw;
      color: #AF854E;
    }
    .product-detail-info .inner .info .btns .item a i {
      font-size: 4vw;
      margin-right: 2vw;
    }
    .product-detail-info .inner .info .btns .item a.btn {
      width: 30vw;
      height: 10vw;
      background: #AF854E;
      font-size: 4vw;
      text-align: center;
      line-height: 10vw;
      color: #F5F5F5;
    }
    .product-detail-main .detail-main {
      margin-top: 4vw;
    }
    .news-main {
      padding: 10vw 0;
    }
    .news-main .inner .item {
      margin-top: 8vw;
    }
    .news-main .inner .item:first-child {
      margin-top: 0;
    }
    .news-main .inner .item a {
      display: block;
      color: #333333;
    }
    .news-main .inner .item a:hover {
      color: #006039;
    }
    .news-main .inner .item a .image {
      width: 100%;
      height: 53vw;
      overflow: hidden;
    }
    .news-main .inner .item a .image img {
      width: 100%;
      object-fit: cover;
    }
    .news-main .inner .item a .info {
      width: 100%;
      margin-top: 4vw;
    }
    .news-main .inner .item a .info .tit_section .title {
      font-size: 4vw;
      display: block;
      padding: 2vw 0;
    }
    .news-main .inner .item a .info .tit_section .title h2 {
      width: 100%;
      font-size: 4.8vw;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      line-height: 30px;
      line-height: 8vw;
      white-space: break-spaces;
    }
    .news-main .inner .item a .info .tit_section .title span {
      display: block;
      width: 100%;
      font-weight: 600;
    }
    .news-main .inner .item a .info .desc {
      border-top: 1px solid #707070;
      padding-top: 2vw;
      overflow: hidden;
    }
    .news-main .inner .item a .info .desc .desc-text {
      font-size: 4vw;
      font-weight: 600;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      line-height: 30px;
      line-height: 6vw;
    }
    .news-main .inner .item a .info .desc .more {
      margin-top: 4vw;
      width: 30vw;
      text-align: right;
      font-size: 3.5vw;
      font-weight: 600;
      line-height: 8vw;
      border-bottom: 1px solid #05201D;
      float: right;
    }
    .next-page {
      margin-top: 10vw;
    }
    .next-page a {
      display: block;
      font-size: 4vw;
      line-height: 6vw;
      color: #333333;
    }
    .next-page a:hover {
      color: #A6875F;
    }
    .next-page a.off {
      color: #999999;
      cursor: no-drop;
    }
    .next-page a:last-child {
      margin-top: 4vw;
    }
  }
  