@charset "utf-8";

.app{ position: relative; min-height: 100vh; overflow: hidden;}

.container{ margin:0 auto; position:relative; width:1780px; max-width:calc(100% - 48px);}
.container.c1562{width:1562px;}
.container.c1440{width:1440px;}
.container.c1400{width:1400px;}
.container.c1280{width:1280px;}
.container.c1204{width:1204px;}

.tc-White{color: #ffffff;}
.tc-EGreen{color: #0ba541;}
.tc-DBlue{color: #1861ba;}
.color-CGray{color: #2a2f38;}
.tc-SGray{color: #545d68;}
.tc-LGray{color: #d2d2d2;}
.tc-OWhite{color: #efefef;}
.tc-Black{color: #000000;}

.h45{ height: 45px; width: 100%; clear: both; }

.loading{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999; background-color: rgba(255,255,255,0.8); }

.min-banner{ min-height: 320px; object-fit: cover; object-position: center; }

.page-main{ overflow: hidden; }

/* ------------------- Header Start ------------------- */
.header { position: relative; display: flex;align-items:baseline;justify-content: center;position: fixed;top: -90px;left: 0;z-index: 99;width: 100%;transition: all 0.3s;}
.header.header-default{ }
.header:after{opacity:0;content:'';position:absolute;height:0;width:100%;top:0;left:0;background-color:rgba(0,0,0,0.5);transition:all 0.4s;}
.header:before,
.header.header-default:before{ opacity: 0; position:absolute;content:''; top:0;left:0;width:100%;height:0; background-color:rgba(0,0,0,0.5);transition: all 0.5s;}
.header.header-default:before{height:90px; opacity: 1; }
.header_height{height:90px;}
.header.header-mask:after{ content:'';position:absolute; height: 100vh; opacity: 1; }
.header.scrolled {}
.header.scrolled:before{height:90px; opacity: 1; }
.header.visible {top: 0;}
.header .header-wrap{ display: flex; justify-content: space-between; align-items: center; height:90px; }
.header .brand {position: relative;z-index: 5;height:50px; width:auto; color: #000;overflow: hidden;flex-shrink: 0;}
.header .brand a {width: 100%;display: inline-block; height:inherit; }
.header .brand .logo{height:inherit;margin-top: 0;}
.header .navigation {display: inline-flex; justify-content: space-between; align-items: center; height: inherit; z-index: 5;}
.header .navigation .item { margin-right:40px;line-height:1;position:relative;-webkit-box-flex:1;-ms-flex:auto;flex:auto;display:inline-flex;align-items:center;justify-content:center;height: inherit;}
.header .navigation .item>p {white-space: nowrap;font-weight: 500;font-style: normal;font-size:18px;position:relative;display:inline-flex; align-items: center; z-index: 100;}
.header .navigation .item>p>a {color: white;font-weight: 700;text-decoration: none;position: relative;display: inline-block;}
.header .navigation .item>p>.icon-more{ display: inline-block; padding-left:20px; height:4.2px;}
.header .navigation .item>p>.icon-more i{display:block; width:8.5px; height: inherit; background-position: center; background-repeat: no-repeat; background-size: 8.5px auto; background-image: url(../images/icon-arrow-down-white.svg); transition: all 0.5s;}
.header .navigation .item:hover>p>.icon-more i{ transform: rotate(180deg); }
.header .navigation .item .sub_menu {position: absolute;top:90px;left: 50%;width: 100%;z-index: 99;opacity: 0;transition: 0.48s;visibility: hidden;transform: translateX(-50%);}
.header .navigation .item:hover .sub_menu {opacity: 1;visibility: visible; }
.header .navigation .item .sub_menu .sub_menu__wrap {white-space: nowrap;min-width: fit-content;overflow: hidden;}
.header .navigation .item .sub_menu .sub_menu__wrap .menu {display: flex;flex-flow: wrap;padding-right: 28.5px;}
.header .navigation .item .sub_menu .sub_menu__wrap a {display: inline-block;line-height:48px;font-size:18px;font-weight: 500;color: rgba(255,255,255,0.6);text-align: left;text-decoration: none;width: 100%;white-space: nowrap;position: relative;}
.header .navigation .item .sub_menu .sub_menu__wrap a:hover {color: white;}
.header .navigation .item .sub_menu .sub_menu__wrap a:hover .icon {background-image: url(../images/icon-arrow-down.svg);}
.header .navigation .other{ display:inline-flex; align-items: center; }
.header .navigation .other .lang,
.header .navigation .other .search{font-size: 13px; color: white;justify-content: center; display: inline-flex ; align-items: center; width: 26px; height: 26px; border: 2px solid white; margin-right: 10px;font-family:'Microsoft YaHei';}
.header .navigation .other .search{background-image: url(../images/icon-search-white.svg); background-repeat: no-repeat; background-position: center; background-size: 15px;}
.header .navigation .other a:last-child{ margin-right: 0; }

.header .navigation.tree__menu { flex-wrap: wrap; width: 100%; position: absolute;top: 0; right: 0; }
.header .navigation.tree__menu .item{ width: 100%; }

.header .menu-handler {padding-left: 50px;height: 50px;display: none;cursor: pointer;background-color: transparent; z-index: 9;}
.header .menu-handler.show {display: inline-block;}
.header .menu-handler span {position: relative;display: block;margin: 25px auto 0;width: 22px;height: 2px;background-color: white;-webkit-transition-duration: .3s,.3s;-moz-transition-duration: .3s,.3s;-ms-transition-duration: .3s,.3s;-o-transition-duration: .3s,.3s;transition-duration: .3s,.3s;}
.header .menu-handler span:after,.header .menu-handler span:before {content: "";position: absolute;display: inline-block;width: 100%;height: 2px;left: 0;background-color: white;-webkit-transition-duration: .3s,.3s;-moz-transition-duration: .3s,.3s;-ms-transition-duration: .3s,.3s;-o-transition-duration: .3s,.3s;transition-duration: .3s,.3s;}
.header .menu-handler span:before {top: -7px;-webkit-transition-property: top,transform;-moz-transition-property: top,transform;-ms-transition-property: top,transform;-o-transition-property: top,transform;transition-property: top,transform;}
.header .menu-handler span:after {bottom: -7px;-webkit-transition-property: bottom,transform;-moz-transition-property: bottom,transform;-ms-transition-property: bottom,transform;-o-transition-property: bottom,transform;transition-property: bottom,transform;}
.header .menu-handler.active span {background-color: transparent;-webkit-transition-delay: 0s,0s;-moz-transition-delay: 0s,0s;-ms-transition-delay: 0s,0s;-o-transition-delay: 0s,0s;transition-delay: 0s,0s;}
.header .menu-handler.active span:after,.header .menu-handler.active span:before {background-color: white;-webkit-transition-delay: 0s,0s;-moz-transition-delay: 0s,0s;-ms-transition-delay: 0s,0s;-o-transition-delay: 0s,0s;transition-delay: 0s,0s;}
.header .menu-handler.active span:before {top: 0;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.header .menu-handler.active span:after {bottom: 0;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
@media screen and (max-width:1600px) {
    .header { top: -80px; }
    .header.scrolled:before,
    .header.header-default:before{height:80px;}
    .header .header-wrap{ height:80px; }
    .header_height{height:80px;}
    .header .brand { height:48px;}
    .header .navigation .item .sub_menu{ top: 80px; }
    .header .navigation .item>p{ font-size: 16px; }
    .header .navigation .item .sub_menu .sub_menu__wrap a{ font-size: 16px; line-height:42px; }
}
@media screen and (max-width:1440px) {
    .header .brand { height:42px;}
    .header .navigation .item { margin-right:24px;}
    .header .navigation .item>p>.icon-more{ padding-left:12px;}
}
@media screen and (max-width:1280px) {
    .header .brand { height:36px;}
    .header .navigation .item { margin-right:16px;}
    .header .navigation .item>p>.icon-more { padding-left: 4px; }
}
@media screen and (max-width:1160px) {
    .header .navigation .item { }
    .header .navigation .item>p>.icon-more {  }
    .header .navigation .other .lang{ font-size: 12px; }

    .header .navigation{ display: none; }
    .header .navigation.tree__menu { position: fixed;overflow-y: auto; height:calc(100vh - 80px); margin-top: 80px; width: 100%;padding: 0 24px;}
    .header .navigation.tree__menu .item{margin-right: 0;min-height: 60px; height: auto;flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,.1);}
    .header .navigation.tree__menu .item>p{min-height: inherit;justify-content: space-between; width: 100%;}
    .header .navigation.tree__menu .item>p>.icon-more { padding:10px; }
    .header .navigation.tree__menu .item:hover>p>.icon-more i{ transform: rotate(0deg); }
    .header .navigation.tree__menu .item>p.active>.icon-more i{ transform: rotate(180deg); }
    .header .navigation.tree__menu .item .sub_menu{position:unset;opacity:1;visibility:unset;transform: none;display: none;}
    .header .navigation.tree__menu .item .sub_menu .sub_menu__wrap .menu{ padding-right: 0; }
    .header .navigation.tree__menu .item .sub_menu .sub_menu__wrap a{  }
    .header .navigation.tree__menu .other{ justify-content: center; width: 100%;height: 60px; border-top: 1px solid rgba(255,255,255,.1);}
    .header .menu-handler {display: inline-block;}
}
@media screen and (max-width:768px) {
    .header:after{ background-color:rgba(0,0,0,0.7); }
    .header:before{ background-color:rgba(0,0,0,0.7); }
    .header .brand {height:26px;}
    .header { top: -60px; }
    .header.scrolled:before,
    .header.header-default:before{height:60px;}
    .header_height{height:60px;}
    .header .header-wrap{ height:60px; }
    .header .navigation .item .sub_menu{ top: 0px;  }
    .header .navigation.tree__menu {margin-top:60px;height: calc(100vh - 60px); }
}
/* ------------------- Header End --------------------- */


/* ------------------- Footer Start ------------------- */
.footer{ background-color: #292e37;color: white;padding-top: 32px; }
.footer .footer-title{ font-size:30px; font-weight: 700; color: white;  margin-bottom: 38px; line-height: 1; }
.footer .footer-content{ display: flex; justify-content: space-between; padding-bottom: 42px; }
.footer .footer-content .content__links{ width:calc(100% - 436px); flex-shrink:0; display: inline-grid;grid-template-columns:repeat(3, 1fr);gap: 36px 24px; }
.footer .footer-content .content__links dl{ font-size: 18px; }
.footer .footer-content .content__links dt{  margin-bottom:36px; font-weight:700;}
.footer .footer-content .content__links dd{ line-height: 34px; }
.footer .footer-content .content__links a{color:rgba(255,255,255,.6); display:block;}
.footer .footer-content .content__links a:hover{ color: white; }
.footer .footer-content .content__contact{ display: flex; justify-content:right; flex-wrap:wrap; }

.footer .footer-content .content__contact .qrcode{ margin-right: 0px; display:inline-block; flex-shrink: 0; order:2; }
.footer .footer-content .content__contact .qrcode img{ width: 150px;max-height: 150px; }
.footer .footer-content .content__contact .qrcode p{line-height: 1; padding: 12px 0; font-size: 13px; text-align: center; }
.footer .footer-content .content__contact .contact{ width: 100%; text-align: right;flex-shrink: 0;line-height: 1;}
.footer .footer-content .content__contact .contact img{ width: 322px; height: auto; margin-bottom: 18px; }
.footer .footer-content .content__contact .contact p{ margin-top: 14px; }
.footer .footer-content .content__contact .contact .tel{ font-size: 44px;font-weight: 700; }
.footer .footer-content .content__contact .contact .label{ font-size: 18px; }
.footer .footer-content .content__contact .contact .value{ font-size: 16px; line-height: 1.5; }
.footer .footer-copyright{ font-size: 16px;padding: 24px 0 26px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid white;flex-wrap: wrap; line-height: 24px;}
.footer .footer-copyright a{ color: white; }
.footer .footer-copyright a:hover{ color: white; }
@media screen and (max-width:1600px) {
    .footer .footer-title{ font-size: 28px; }
    .footer .footer-content .content__links {gap: 26px;}
    .footer .footer-content .content__links dl { font-size: 16px; }
    .footer .footer-content .content__links dt { margin-bottom: 32px; }
    .footer .footer-content .content__contact .qrcode { margin-right: 0px;}
    .footer .footer-content .content__contact .qrcode img{ width: 140px; }
    .footer .footer-content .content__contact .contact img{ width: 280px; }
    .footer .footer-content .content__contact .contact .label{ font-size: 16px; }
    .footer .footer-content .content__contact .contact .tel{ font-size: 42px; }
    .footer .footer-copyright{ font-size: 14px;}
}
@media screen and (max-width:1440px) {
    .footer .footer-content .content__links { gap: 16px; }
    .footer .footer-content .content__contact .qrcode {margin-right: 0px;}
    .footer .footer-content .content__contact .qrcode img{ }
    .footer .footer-content .content__contact .qrcode p{ font-size:12px; }
    .footer .footer-content .content__contact .contact { }
    .footer .footer-content .content__contact .contact img { width: 260px; }
    .footer .footer-content .content__contact .contact .label { font-size: 15px; }
    .footer .footer-content .content__contact .contact .tel { font-size: 36px; }
    .footer .footer-content .content__contact .contact .value { font-size: 14px; }
}
@media screen and (max-width:1280px) {
    .footer .footer-title { font-size: 24px;margin-bottom: 32px;}
    .footer .footer-content .content__links { width: calc(100% - 300px);}
    .footer .footer-content .content__links dt { margin-bottom: 24px; }
    .footer .footer-content .content__contact { flex-wrap: wrap; }
    .footer .footer-content .content__contact .qrcode{ display: ; }
    .footer .footer-content .content__contact .contact { width:100%; }
}
@media screen and (max-width:1000px) {
    .footer .footer-title{ display: none; }
    .footer .footer-content .content__links{  grid-template-columns: repeat(3, 1fr);gap: 24px 16px;}
    .footer .footer-content .content__contact{ justify-content: flex-end;}
    .footer .footer-content .content__contact .qrcode{ display: inline-block; margin-right: 0;position: relative; order: 2; }
    .footer .footer-content .content__contact .contact {  }
    .footer .footer-content .content__contact .contact img { width: 200px; }
    .footer .footer-content .content__contact .contact .label { font-size: 14px; }
    .footer .footer-content .content__contact .contact .tel { font-size: 28px; }
}
@media screen and (max-width:820px) {
    .footer .footer-content{ flex-wrap: wrap; }
    .footer .footer-content .content__links{display: none;}
    .footer .footer-content .content__contact{width: 100%;justify-content: space-between;}
    .footer .footer-content .content__contact .qrcode{ order: 2; }
    .footer .footer-content .content__contact .contact{ text-align: left; width: 360px;}
    .footer .footer-content .content__contact .contact p{ margin-top: 14px; }
    
    /*.footer .footer-content .content__contact .contact .tel,*/
    /*.footer .footer-content .content__contact .contact .value{ font-weight:700; }*/

}
@media screen and (max-width:560px) {
    .footer .footer-content{padding-bottom: 32px;}
    .footer .footer-content .content__contact{width: 100%;justify-content: flex-start;}
    .footer .footer-content .content__contact .qrcode{ order: 2; margin-top: 32px; }
    .footer .footer-content .content__contact .contact{ width: 100%;text-align: left;}
    .footer .footer-copyright{ justify-content:flex-end; flex-wrap: wrap; }
    .footer .footer-copyright p{ width: 100%;line-height: 2; }

}
/* ------------------- Footer End --------------------- */


/* ------------------- Header Banner Start ------------------- */
.head-swiper{width: 100%;max-height: 100vh;min-height:360px;position: relative;overflow: hidden;}
.head-swiper .slide-item{ position: relative;background-color: #2a2f38; }
.head-swiper .slide-item.half-mask:after{ background:linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent);
; width: 100%;height: 100%; top: 0;left: 0;content: '';position: absolute; }
.head-swiper .slide-item.mask:after{ background: rgba(0, 0, 0, 0.3);
; width: 100%;height: 100%; top: 0;left: 0;content: '';position: absolute; }
.head-swiper .slide-item .video{object-fit: cover;background:#000; display: block; width: 100%;height: 100vh;}
.head-swiper .slide-item .video:focus {outline: none;}
.head-swiper .slide-item img{width: 100%;object-fit: cover; object-position: center;}
.head-swiper .slide-item .video{display: block;}
.head-swiper .slide-item img.pc{display: block;}
.head-swiper .slide-item img.mobile{display: none;}
.head-swiper .slide-item .swiper-content{ height: 100%; width: 100%; position: absolute;top: 0;left: 0;z-index: 9; }
.head-swiper .slide-item .content__box{ display: flex; }
.head-swiper .slide-item .content__box.box__left__center{ justify-content: left; align-items: center; }
.head-swiper .slide-item .content__box.box__right__center{ text-align: right; justify-content: right; align-items: center; }
.head-swiper .slide-item .content__box.box__left__bottom{justify-content: left; align-items: flex-end; padding-bottom: 85px;}
.head-swiper .slide-item .content__box.box__right__bottom{text-align: right; justify-content: right; align-items: flex-end; padding-bottom: 85px;}
.head-swiper .slide-item .content__box.box__button{ padding-bottom:48px; }
.head-swiper .slide-item .info { }
.head-swiper .slide-item .info__color_white .title,
.head-swiper .slide-item .info__color_white .subtitle,
.head-swiper .slide-item .info__color_white .subtitle2,
.head-swiper .slide-item .info__color_white .desc{ color: white; }
.head-swiper .slide-item .info__color_green .title{ color: #0ba541; }
.head-swiper .slide-item .info__color_green .subtitle,
.head-swiper .slide-item .info__color_green .subtitle2,
.head-swiper .slide-item .info__color_green .desc{color: #545d68; }
.head-swiper .slide-item .info__color_greenwhite .title,
.head-swiper .slide-item .info__color_greenwhite .subtitle{ color: #0ba541; }
.head-swiper .slide-item .info__color_greenwhite .subtitle2,
.head-swiper .slide-item .info__color_greenwhite .desc{color: #fff; }

.head-swiper .slide-item .info .title,
.head-swiper .slide-item .info .subtitle,
.head-swiper .slide-item .info .subtitle2,
.head-swiper .slide-item .info .desc,
.head-swiper .slide-item .info .button { opacity: 0; transition: all .5s; -webkit-transition: all .5s; -moz-transition: all .5s;}
.head-swiper .slide-item.swiper-slide-active .info .title {opacity: 1; -webkit-animation: fadeInRight .6s; -moz-animation: fadeInRight .6s; animation: fadeInRight .6s; }
.head-swiper .slide-item.swiper-slide-active .info .subtitle {opacity: 1; -webkit-animation: fadeInLeft .9s; -moz-animation: fadeInLeft .9s; animation: fadeInLeft .9s;}
.head-swiper .slide-item.swiper-slide-active .info .subtitle2 {opacity: 1; -webkit-animation: fadeInLeft 1.2s; -moz-animation: fadeInLeft 1.2s; animation: fadeInLeft 1.2s;}
.head-swiper .slide-item.swiper-slide-active .info .desc {opacity: 1; -webkit-animation: fadeInLeft 1.5s; -moz-animation: fadeInLeft 1.5s; animation: fadeInLeft 1.5s;}
.head-swiper .slide-item.swiper-slide-active .info .button {opacity: 1; -webkit-animation: fadeInRight 1.2s; -moz-animation: fadeInRight 1.2s; animation: fadeInRight 1.2s;}

.head-swiper .slide-item .info___medium_size{ max-width:60%; }
.head-swiper .slide-item .info___medium_size .title{ font-size: 66px; line-height: 1; margin-bottom: 20px; }
.head-swiper .slide-item .info___medium_size .subtitle{font-size: 66px;line-height: 1; margin-bottom: 14px;font-weight: 700;}
.head-swiper .slide-item .info___medium_size .subtitle2{font-size: 46px;line-height: 1; margin-bottom: 0px; font-weight: 400;}
.head-swiper .slide-item .info___medium_size .desc{font-size: 46px;line-height:1.2; font-weight: 700; }
.head-swiper .slide-item .info___medium_size .button{ margin-top: 38px; }
.head-swiper .slide-item .info___small_size{ max-width:595px; }
.head-swiper .slide-item .info___small_size .title{ font-size: 36px;font-weight: 700;line-height: 1; margin-bottom: 14px;}
.head-swiper .slide-item .info___small_size .subtitle{font-size: 36px;line-height: 1;margin-bottom: 14px;font-weight: 700;}
.head-swiper .slide-item .info___small_size .subtitle2{font-size: 20px;line-height: 1;margin-bottom: 14px;font-weight: 700;}
.head-swiper .slide-item .info___small_size .desc{font-size: 20px;line-height:1.5;}
.head-swiper .slide-item .info___small_size .button{margin-top: 38px; }
.head-swiper .swiper-pagination-progressbar{ background: rgba(255,255,255,.8); }
.head-swiper .swiper-pagination-progressbar:after{position: relative;}

.head-swiper.full-screen .slide-item img,
.head-swiper.full-screen .slide-item video,
.head-swiper.full-screen .slide-item .content__box{ height: 100vh; }
.head-swiper.half-screen .slide-item img,
.head-swiper.half-screen .slide-item video,
.head-swiper.half-screen .slide-item .content__box{ height: 660px; }

/*.head-swiper.auto-screen{ max-height: none;min-height: auto; height: 100vh;}
.head-swiper.auto-screen .swiper-wrapper{ height: auto; }*/
.head-swiper.auto-screen .slide-item img,
.head-swiper.auto-screen .slide-item video,
.head-swiper.auto-screen .slide-item .content__box{ height: 100vh; }
/*.head-swiper.auto-screen .slide-item img{ min-height: 320px; max-height: none; }*/
.head-swiper.auto-screen2{ max-height: 100vh;min-height: auto; height: auto;}
.head-swiper.auto-screen2 .container{ height: inherit; }
.head-swiper.auto-screen2 .swiper-wrapper{ height: inherit; }
.head-swiper.auto-screen2 .slide-item img,
.head-swiper.auto-screen2 .slide-item video,
.head-swiper.auto-screen2 .slide-item .content__box{ height: inherit; max-height: 100vh;}
.head-swiper.auto-screen2 .slide-item img{ min-height: 320px;  }

/*.head-swiper .slide-item .content__box.box__right__bottom{padding-bottom: 40px;}*/

.head-swiper .swiper-pagination{ bottom: 40px; }
.head-swiper .swiper-pagination-bullet{ margin: 0 6px!important; width: 18px; height: 18px; opacity: 1; background-color: white; }
.head-swiper .swiper-pagination-bullet-active{ background-color: #0ba541; }

@media screen and (max-width:1600px){
    .head-swiper .slide-item .info___medium_size .title,
    .head-swiper .slide-item .info___medium_size .subtitle{font-size: 54px;}
    .head-swiper .slide-item .info___medium_size .subtitle2,
    .head-swiper .slide-item .info___medium_size .desc{font-size: 42px;}
    .head-swiper .slide-item .content__box.box__left__bottom,
    .head-swiper .slide-item .content__box.box__right__bottom{padding-bottom: 80px;}
}

@media screen and (max-width:1440px){
    .head-swiper .slide-item .info___medium_size .title,
    .head-swiper .slide-item .info___medium_size .subtitle{font-size: 48px;}
    .head-swiper .slide-item .info___medium_size .subtitle2,
    .head-swiper .slide-item .info___medium_size .desc{font-size: 36px;}
    .head-swiper .slide-item .content__box.box__left__bottom,
    .head-swiper .slide-item .content__box.box__right__bottom{padding-bottom: 70px;}
    .head-swiper .swiper-pagination{ bottom: 30px; }
    .head-swiper .swiper-pagination-bullet{ margin: 0 5px!important; width: 16px; height: 16px;}
}
@media screen and (max-width:1280px){
    .head-swiper .slide-item .info___medium_size .title,
    .head-swiper .slide-item .info___medium_size .subtitle{font-size: 42px;}
    .head-swiper .slide-item .info___medium_size .subtitle2,
    .head-swiper .slide-item .info___medium_size .desc{font-size: 32px;}
    .head-swiper .slide-item .info___small_size .title,
    .head-swiper .slide-item .info___small_size .subtitle{font-size: 32px;}
    .head-swiper .slide-item .info___small_size .subtitle2,
    .head-swiper .slide-item .info___small_size .desc{font-size: 18px;}
    .head-swiper .slide-item .info___small_size .button { margin-top: 32px; }
    .head-swiper .slide-item .content__box.box__left__bottom,
    .head-swiper .slide-item .content__box.box__right__bottom{padding-bottom: 60px;}
    .head-swiper .swiper-pagination{ bottom: 20px; }
    .head-swiper .swiper-pagination-bullet{  width: 14px; height: 14px;}
}
@media screen and (max-width:1024px) {
    .head-swiper.auto-screen{ max-height: none;min-height: auto; height: auto;}
    .head-swiper.auto-screen .container{ height: inherit; }
    .head-swiper.auto-screen .swiper-wrapper{ height: inherit; }
    .head-swiper.auto-screen .slide-item img,
    .head-swiper.auto-screen .slide-item video,
    .head-swiper.auto-screen .slide-item .content__box{ height: inherit; }
    .head-swiper.auto-screen .slide-item img{ min-height: 320px; max-height: none; }
    .head-swiper .slide-item .content__box.box__left__bottom,
    .head-swiper .slide-item .content__box.box__right__bottom{padding-bottom: 40px;}
}
@media screen and (max-width:768px) {
    .head-swiper .slide-item .info___medium_size,
    .head-swiper .slide-item .info___small_size{ max-width:100%; }
    .head-swiper .slide-item .info___medium_size .title,
    .head-swiper .slide-item .info___medium_size .subtitle{font-size: 36px;}
    .head-swiper .slide-item .info___medium_size .subtitle2,
    .head-swiper .slide-item .info___medium_size .desc{font-size: 28px;}
    .head-swiper .slide-item .info___small_size .title,
    .head-swiper .slide-item .info___small_size .subtitle{font-size: 28px;}
    .head-swiper .slide-item .info___small_size .subtitle2,
    .head-swiper .slide-item .info___small_size .desc{font-size: 16px;}
    .head-swiper .slide-item .content__box.box__left__bottom,
    .head-swiper .slide-item .content__box.box__right__bottom{padding-bottom: 32px;}
    .head-swiper .slide-item .info___small_size .button {margin-top: 24px;}
    .head-swiper .swiper-pagination{ bottom: 12px; }
    .head-swiper .swiper-pagination-bullet{  width: 12px; height: 12px;}
}
@media screen and (max-width:540px) {
    .head-swiper .slide-item .info___medium_size .title,
    .head-swiper .slide-item .info___medium_size .subtitle{font-size: 32px;}
    .head-swiper .slide-item .info___medium_size .subtitle2,
    .head-swiper .slide-item .info___medium_size .desc{font-size: 24px;}
    .head-swiper .slide-item .info___small_size .title,
    .head-swiper .slide-item .info___small_size .subtitle{font-size: 24px;}
    .head-swiper .slide-item .info___medium_size .title{ margin-bottom: 12px; }
    .head-swiper .slide-item .info___small_size .subtitle2,
    .head-swiper .slide-item .info___small_size .desc{font-size: 14px;}
    .head-swiper .slide-item .content__box.box__left__bottom,
    .head-swiper .slide-item .content__box.box__right__bottom{padding-bottom: 24px;}
    .head-swiper .slide-item .info___small_size .button { margin-top: 16px; }
}
/* ------------------- Header Banner End ------------------- */


/* ------------------- Common Button Start ------------------- */
.common-button{display: inline-flex; align-items: flex-start; min-width:148px;}
.common-button span{ font-weight: 700;position: relative; display: inline-block; min-width: 130px; line-height: 50px; border-radius: 24px; text-align: center; color: white; background-color: #0ba541; font-size: 16px; padding: 0 24px;margin-right: 2px;transition: all 0.3s;}
.common-button:hover span{ background-color: #545d68; }
.common-button:hover span:after{ background-color: white;  }
.common-button i{ position:relative;display:inline-block;text-align:initial;width:12px;height:12px;transition: transform 0.3s ease;}
.common-button i::before,.common-button i::after { content: ''; position: absolute; background-color: #0ba541; transition: all 0.3s ease;}
.common-button i::before {width: 100%; height: 2px; top: 50%; transform: translateY(-50%);}
.common-button i::after {width: 2px; height: 100%; left: 50%; transform: translateX(-50%);}
.common-button:hover i {animation: spin 1s linear infinite;}
.common-button:hover i::before,.common-button:hover i::after {background-color: #545d68;}
@media screen and (max-width:1280px){
    .common-button span{ line-height: 42px; font-size: 14px;}
}
/* ------------------- Common Button End ------------------- */


/* ------------------- Common Button2 Start ------------------- */
.common-button-more{display:inline-flex;align-items: center; justify-content: space-between; min-width:92px; background-color: #0ba541; border-radius: 17.5px; height: 35px;transition: all 0.3s;}
.common-button-more span{ font-weight: 700;position: relative; display: inline-block;color: white; font-size: 16px; padding: 0 14px; line-height: 1;}
.common-button-more .icon{ width:25px;height: 25px; display: inline-block; font-size: 0; background-position: center; background-size: 25px;background-repeat: no-repeat; background-image: url(../images/icon-yuanjia.svg); margin-right: 5px;transition: transform 0.3s ease; }
.common-button-more:hover{ background-color: #545d68; }
.common-button-more:hover .icon{animation: spin 1s linear infinite;}
@media screen and (max-width:1280px){
    .common-button-more{border-radius: 16px; height: 32px;min-width:90px;}
    .common-button-more span{ font-size: 14px; }
    .common-button-more .icon{ width:23px;height: 23px;background-size: 23px;}
}
/* ------------------- Common Button2 End ------------------- */


/* ------------------- Common Title Start ------------------- */
.common-title{display: inline-flex; clear: both; position: relative;}
.common-title:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 73px; height: 6px; background-color: #0ba541;}
.common-title:before{content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 6px;  background-color: #d2d2d2;}
.common-title img{ height: 37px; }
.common-title span{ font-size: 38px; padding-bottom: 14px;font-weight: 700; }
@media screen and (max-width:1600px){
   .common-title span{ font-size: 34px; } 
   .common-title:after{ width: 70px; }
}
@media screen and (max-width:1280px){
    .common-title img{ height: 32px; }
   .common-title span{ font-size: 32px; } 
   .common-title:after{ width: 64px; }
}
@media screen and (max-width:1024px){
   .common-title span{ font-size: 30px; } 
   .common-title:after{ width: 60px; }
}
/* ------------------- Common Title End ------------------- */

/* ------------------- Common SubCategory Start ------------------- */
.common-sub-category{ padding: 34px 0; }
.common-sub-category .items{ display: flex; align-items: center; justify-content: center;flex-wrap: wrap; }
.common-sub-category .items .item{ position: relative; padding: 12px 28px; display: inline-block;  }
.common-sub-category .items .item span{line-height: 1;font-size: 26px; display: inline-block;}
.common-sub-category .items .item:after{ height: 24px; width: 1px; background-color: #545d68; position: absolute; content:''; top: 0; bottom: 0; right: 0; margin: auto; }
.common-sub-category .items .item:last-child:after{ display: none; }
.common-sub-category .items .item.active{ color: #0ba541; }
@media screen and (max-width:1600px){
    .common-sub-category .items .item{font-size: 24px; }
}
@media screen and (max-width:1440px){
    .common-sub-category .items .item{padding: 6px 26px; }
}
@media screen and (max-width:1000px){
    .common-sub-category .items .item{padding: 6px 24px;  }
    .common-sub-category .items .item span,
    .common-sub-category .items .item:after{ font-size: 20px;line-height: 1.6;}
}
@media screen and (max-width:768px){
    .common-sub-category .items .item{ background-color: #545d68;color: white; padding: 5px 18px;margin: 5px;}
    .common-sub-category .items .item span{font-size: 18px;line-height: normal;}
    .common-sub-category .items .item:hover,
    .common-sub-category .items .item.active{ background-color: #0ba541; color: white; }
    .common-sub-category .items .item:after{ display: none; }
}
/* ------------------- Common SubCategory End ------------------- */


/* ------------------- Common Renwu Start ------------------- */
.common-renwu{ position: relative;padding: 0.64rem 0;}
.common-renwu.bg{ background-color: #f1f1f1; }
.common-renwu .container { z-index: 9; }
.common-renwu .renwu__content_box{position: relative; flex-wrap: wrap; display: flex; justify-content: space-between;align-items:flex-start;margin-top: 36px; }
.common-renwu .renwu__content{ margin-right: 0.64rem; width:calc(100% - 600px - 0.64rem); }
.common-renwu .renwu_detail{  font-size: 20px; color: #545d68; line-height:36px;position: relative; z-index: 2;}
.common-renwu .renwu_sign { margin-top: -32px; text-align: right;position: relative; z-index: 1; }
.common-renwu .renwu_sign img{ width: 288px; }
.common-renwu .renwu_about{ width:600px; max-width: 600px; flex-shrink: 0; }
.common-renwu .renwu_info{ background-color: #ebebeb; padding: 15px 24px; min-height: 1.36rem; line-height:2; }
.common-renwu .renwu_info .truename{ font-size: 20px; font-weight: 700; }
.common-renwu .renwu_info .zhicheng{ position: relative;display: flex;  gap:0px; flex-wrap: wrap; }
.common-renwu .renwu_info .zhicheng .item{  }
/*.common-renwu .renwu_info .zhicheng .item:nth-child(2n+0){ padding-left: 10px; border-left: 1px solid #ccc; }*/
.common-renwu .renwu_info .zhicheng .item p{ font-size: 20px;}
@media screen and (max-width:1440px){
    .common-renwu{ position: relative;padding:54px 0;}
    .common-renwu .renwu__content{ width:calc(100% - 500px - 0.64rem); }
    .common-renwu .renwu_detail{ font-size: 16px; }
    .common-renwu .renwu_about{ width:500px; }
    .common-renwu .renwu_info .truename{ font-size:18px; }
    .common-renwu .renwu_info .zhicheng .item p{ font-size: 16px;}
}
@media screen and (max-width:1280px){
    .common-renwu .renwu__content{ width:calc(100% - 400px - 0.64rem); }
    .common-renwu .renwu_detail{ font-size: 16px; }
    .common-renwu .renwu_about{ width:400px; }
    .common-renwu .renwu_info .zhicheng{ gap:0; }
    .common-renwu .renwu_info .zhicheng .item:nth-child(2n+0){padding-left: 0px; border-left:none;}
}
@media screen and (max-width:1024px){
    .common-renwu .renwu__content{ margin-right:20px; width:calc(50% - 10px); }
    .common-renwu .renwu_detail{ font-size: 16px; }
    .common-renwu .renwu_about{ width:calc(50% - 10px); }
}
@media screen and (max-width:820px){
    .common-renwu .renwu__content{ margin-right:0px; width:100%; order: 2; }
    .common-renwu .renwu_about{ margin-bottom: 45px; width:100%; order: 1;}
    .common-renwu .renwu_sign img{ width: 240px; }
    /*.common-renwu .renwu_info .zhicheng { gap: 10px; }*/
    /*.common-renwu .renwu_info .zhicheng .item { width: calc(50% - 5.5px); }*/
    /*.common-renwu .renwu_info .zhicheng .item:nth-child(2n+0){ padding-left: 10px; border-left: 1px solid #ccc; }*/
}
@media screen and (max-width:540px){
    .common-renwu .renwu_info .zhicheng { gap: 0px; }
    /*.common-renwu .renwu_info .zhicheng .item { width:100%; }*/
    /*.common-renwu .renwu_info .zhicheng .item:nth-child(2n+0){ padding-left: 0px; border-left:none; } */
}
/* ------------------- Common Renwu End ------------------- */


/* ------------------- Common contentImageItems Start ------------------- */
.common-con-img-items{ padding:90px 0; }
.common-con-img-items.bg{ background-color: #fcfcfc; }
.common-con-img-items .con-img-items-wrap{ display: flex; justify-content: space-between; flex-wrap: wrap;align-items: flex-start;}
.common-con-img-items .con-box__content{ margin-left: 148px; margin-right: 52px;}
.common-con-img-items .con-box{ width: calc(100% - 6.15rem - 0.78rem); }
.common-con-img-items .con-box .detail{ margin-top: 36px; font-size: 20px;line-height: 2; }
.common-con-img-items .con-box__image{ margin-top: 10px; }
.common-con-img-items .items-box{ width: 6.15rem;}
.common-con-img-items .items-box .swiper{ padding-bottom:54px; }
.common-con-img-items .items-box .swiper-slide{display: grid ; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.common-con-img-items .items-box .item{background-color: #0ba141; cursor: pointer;}
.common-con-img-items .items-box .thumb{ font-size: 0; overflow: hidden; }
.common-con-img-items .items-box .thumb img{transition: transform 0.5s ease; background-repeat: no-repeat; background-position: center; background-size: cover;width: 100%;}
.common-con-img-items .items-box .item:hover img{transform: scale(1.02);}
.common-con-img-items .items-box .title{ padding:0 5px;display:flex;justify-content:center;align-items:center;min-height:40px;text-align:center; }
.common-con-img-items .items-box .title span{ font-size: 20px; color: white;line-height: 2;}
.common-con-img-items .swiper-pagination-bullet{ margin: 0 6px!important; width: 18px; height: 18px;  }
.common-con-img-items .swiper-pagination-bullet-active{ background-color: #0ba541; opacity: 1;}
@media screen and (max-width:1600px){
    .common-con-img-items{ padding:70px 0; }
    .common-con-img-items .con-box .detail{font-size:18px;}
    .common-con-img-items .items-box .title span{ font-size:18px;}
}
@media screen and (max-width:1440px){
    .common-con-img-items{ padding:54px 0; }
    .common-con-img-items .items-box .title span{ font-size:16px;}
    .common-con-img-items .swiper-pagination-bullet{ margin: 0 5px!important; width: 16px; height: 16px;  }
}
@media screen and (max-width:1280px){
    .common-con-img-items .con-box__content { margin-left:100px; margin-right: 20px; }
    .common-con-img-items .con-box .detail{font-size:16px;}
    .common-con-img-items .items-box .title span{ font-size:14px;}
    .common-con-img-items .swiper-pagination-bullet{ width: 14px; height: 14px;  }
}
@media screen and (max-width:1152px){
    .common-con-img-items .con-box{ width: calc(60% - 15px); }
    .common-con-img-items .items-box{ width: calc(40% - 15px);}
}
@media screen and (max-width:920px){
    .common-con-img-items .con-box{ width:100%; }
    .common-con-img-items .items-box{ width:100%;}
    .common-con-img-items .con-box__content { margin-left:0px; margin-right:0px; }
    .common-con-img-items .items-box{ margin-top: 45px;}
    .common-con-img-items .items-box .swiper-slide{grid-template-columns: repeat(3, 1fr); gap: 10px; }
    .common-con-img-items .items-box .title span{ font-size:12px;}
}
@media screen and (max-width:760px){
    .common-con-img-items { padding: 54px 0 16px; }
    .common-con-img-items .items-box .swiper-slide{  grid-template-columns: repeat(2, 1fr);}
    .common-con-img-items .swiper-pagination-bullet{ width: 12px; height: 12px;  }

}

/* ------------------- Common contentImageItems End ------------------- */




/* ------------------- Common AboutThumb Start ------------------- */
.common-about-thumb{ min-height: 100vh; position: relative; }
.common-about-thumb .container { z-index: 9; }
.common-about-thumb .about__content_box{ display: flex; justify-content: space-between;align-items: center; }
.common-about-thumb .about__content{ min-height: 100vh;flex-grow: 1; padding: 50px 90px 50px 0; display: flex ; align-items: center;}
.common-about-thumb .about__since{color: #d2d2d2; margin-top:45px;display:flex; position: relative;}
.common-about-thumb .about__since .tags{width: 100%;position: relative;}
.common-about-thumb .about__since .text{ margin-bottom: -0.1em; margin-top: -0.1em;flex-shrink: 0; padding-right: 8px; font-size: 68px;font-weight: 700;line-height:1;}
.common-about-thumb .about__since .sub{ font-weight: 700;position: absolute;bottom: 0; left: 0; font-size: 26px;text-transform: uppercase;}
.common-about-thumb .about__since .sup{ position: absolute;top: 0;left: 0; font-size: 14px; font-weight: 400; }
.common-about-thumb .about__title{ margin-top: 34px; font-size: 36px; font-weight: 700; color: #0ba541;}
.common-about-thumb .about__detail{ margin-top: 36px; font-size: 20px; color: #545d68; line-height:36px;}
.common-about-thumb .about__motto{margin-top: 42px; font-size: 26px; font-weight: 700; color: #545d68; }
.common-about-thumb .about__space{ width:calc(8rem - (100vw - 100%) / 2 + 9px); flex-shrink: 0;}
.common-about-thumb .about__button{margin-top: 50px; }
.common-about-thumb .about__thumb{ position: absolute; right: 0; top: 0; width: 8rem;  height: 100%;  }
.common-about-thumb .about__thumb .thumb{width: 100%;height: inherit; object-fit: cover; object-position: center;}
@media screen and (max-width:1600px){
    .common-about-thumb .about__since .text{ font-size: 64px;}
    .common-about-thumb .about__since .sub{font-size: 24px;}
    .common-about-thumb .about__since .sup{ font-size: 14px; }
    .common-about-thumb .about__title{ font-size: 32px; }
    .common-about-thumb .about__detail{ font-size: 18px; line-height:34px;}
    .common-about-thumb .about__motto{ font-size: 24px;}
}
@media screen and (max-width:1280px){
    .common-about-thumb .about__title { font-size: 28px; }
    .common-about-thumb .about__detail { font-size: 16px; line-height: 32px;margin-top: 32px;}
    .common-about-thumb .about__motto{ font-size:20px;line-height: 1.5;}
}
@media screen and (max-width:1024px){
    .common-about-thumb .about__content{ padding: 50px 25px 50px 0; }
    .common-about-thumb .about__motto{ line-height: 1.5;}
}
@media screen and (max-width:800px){
    .common-about-thumb .about__content{ padding: 50px 0; }
    .common-about-thumb .about__space{ display: none; }

    .common-about-thumb .about__thumb{ width:100%;filter: blur(1px); }
    .common-about-thumb .about__thumb:before{ position: absolute;top: 0;left: 0; content: ''; width: 100%; height: 100%; background-color: rgba(255,255,255,.9); }
}
/* ------------------- Common AboutThumb End ------------------- */


/* ------------------- Common SwiperGText Start ------------------- */
.common-swiper-GText{ background-color: #efefef; }
.common-swiper-GText .sgt__box{display: flex; padding: 78px 0; max-width: 1280px; margin: auto;}
.common-swiper-GText .swiper__content{ width: 50%; }
.common-swiper-GText .swiper__content .swiper__title{ display: flex; align-items: flex-end; height: 216px; padding-bottom: 42px; }
.common-swiper-GText .swiper-slide img,
.common-swiper-GText .item__box img{ background-size: cover; background-repeat: no-repeat; background-position: center; }
.common-swiper-GText .GText__content{ width: 50%;}
.common-swiper-GText .GText__content .item__box{ position: relative; }
.common-swiper-GText .GText__content .item__box .item__con{ position: absolute; bottom: 0; left: 0; width: 100%; padding:36px 50px 25px; }
.common-swiper-GText .GText__content .content__box{padding-left:50px;}
.common-swiper-GText .GText__content .box__title{ margin-bottom: 12px; font-size: 32px; font-weight: 700; color: #0ba541; }
.common-swiper-GText .GText__content .box__detail{ font-size: 18px; line-height: 1.5; color: #545d68; -webkit-line-clamp: 5; }
.common-swiper-GText .GText__content .content__box,
.common-swiper-GText .GText__content .item__box .item__con{ height: 216px;}
.common-swiper-GText .GText__content .item__box .item__con{ background-color: white; color: #545d68; }
.common-swiper-GText .GText__content .item__box .item__title{ font-weight: 700; margin-bottom: 12px; font-size: 26px; }
.common-swiper-GText .GText__content .item__box .item__desc{ font-size: 18px; line-height:1.4; -webkit-line-clamp: 3;}

.common-swiper-GText .swiper-pagination{ bottom: 40px; }
.common-swiper-GText .swiper-pagination-bullet{ margin: 0 6px!important; width: 18px; height: 18px; background-color: white; opacity: 0.5; }
.common-swiper-GText .swiper-pagination-bullet-active{ background-color: white; opacity: 1;}

@media screen and (max-width:1600px){
    .common-swiper-GText .GText__content .box__title{  font-size: 32px; }
    .common-swiper-GText .GText__content .box__detail{ font-size: 18px; }
    .common-swiper-GText .GText__content .item__box .item__title{ font-size: 24px; }
    .common-swiper-GText .GText__content .item__box .item__desc{ font-size: 18px; }
}
@media screen and (max-width:1440px){
    .common-swiper-GText .GText__content .box__detail{ font-size: 17px; }
    .common-swiper-GText .swiper-pagination{ bottom: 30px; }
    .common-swiper-GText .swiper-pagination-bullet{ margin: 0 5px!important; width: 16px; height: 16px;}
}
@media screen and (max-width:1280px){
    .common-swiper-GText .GText__content .box__title{  font-size: 28px;  }
    .common-swiper-GText .GText__content .box__detail{ font-size: 16px; }
    .common-swiper-GText .GText__content .item__box .item__title{ font-size: 22px; }
    .common-swiper-GText .GText__content .item__box .item__desc{ font-size: 16px; }
    .common-swiper-GText .swiper-pagination{ bottom: 20px; }
    .common-swiper-GText .swiper-pagination-bullet{  width: 14px; height: 14px;}
}
@media screen and (max-width:1024px){
    .common-swiper-GText .GText__content .box__title{  font-size: 24px;  }
    .common-swiper-GText .GText__content .box__detail{ font-size: 14px; }
}
@media screen and (max-width:1000px){
    .common-swiper-GText .GText__content .box__title,
    .common-swiper-GText .GText__content .item__box .item__title{ -webkit-line-clamp: 2; font-size: 24px; }
    .common-swiper-GText .GText__content .content__box { padding-left: 24px; }
    .common-swiper-GText .GText__content .box__detail{ -webkit-line-clamp: 6; }
    .common-swiper-GText .GText__content .item__box .item__con{padding:24px;}
    .common-swiper-GText .GText__content .item__box .item__desc{-webkit-line-clamp: 5;}
}
@media screen and (max-width:768px) {
    .common-swiper-GText .swiper-pagination{ bottom: 12px; }
    .common-swiper-GText .swiper-pagination-bullet{  width: 12px; height: 12px;}
}
@media screen and (max-width:640px){
    .common-swiper-GText .sgt__box{ max-width: 100%;flex-wrap: wrap; padding: 50px 0; }
    .common-swiper-GText .swiper__content,
    .common-swiper-GText .GText__content{ width: 100%;display: flex; flex-wrap: wrap; }
    .common-swiper-GText .swiper__content .swiper__box{ position: relative; order: 1;width: 100%; }
    .common-swiper-GText .swiper__content .swiper__title{ height: auto; position: relative; order: 0; }
    .common-swiper-GText .GText__content .content__box { padding: 24px 0;height: auto;}
    .common-swiper-GText .GText__content .item__box .item__con{ height: auto; }
    .common-swiper-GText .GText__content .box__title, .common-swiper-GText .GText__content .item__box .item__title{ font-size: 20px; }
    .common-swiper-GText .GText__content .box__detail { -webkit-line-clamp: 10; }
    .common-swiper-GText .GText__content .item__box .item__desc { font-size:14px; line-height: 1.8; }
}
/* ------------------- Common SwiperGText Start ------------------- */

/* ------------------- Common BannerCategoryItems Start ------------------- */
.common-banner-category-items{  }
.common-banner-category-items .banner{ min-height: 420px; object-fit: cover; object-position: center; }
.common-banner-category-items .banner__box{ position: relative;  }
.common-banner-category-items .box__wrap{position: absolute; top: 0; left: 0; width: 100%; height: 100%;display: flex; justify-content: center; align-items: center;}
.common-banner-category-items .box__info{ max-width:calc(100% - 48px); width: 720px;display: flex ; flex-wrap: wrap; }
.common-banner-category-items .box__info .common-title{ margin:auto; }
.common-banner-category-items .box__info .info__content{ margin-top: 24px; font-size: 20px; line-height: 36px; color: white; }
.common-banner-category-items{}
.common-banner-category-items .category__items{ margin-top: 20px;margin-bottom: 20px; display: inline-grid ; grid-template-columns: repeat(5, 1fr); gap: 25px;}
.common-banner-category-items .category__items .item{ border-top: 16px solid #545d68; display: inline-block; width: 100%;  transition: .3s linear all;}
.common-banner-category-items .category__items .thumb{ width: 100%; overflow: hidden; position: relative; }
.common-banner-category-items .category__items .thumb:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid rgba(84, 93, 104, 0.5); border-top: none; transition: .5s linear all; }
/*.common-banner-category-items .category__items .item:hover .thumb:after{ border-color: #0ba541; }*/
.common-banner-category-items .category__items .thumb img{ background-size: cover; background-repeat: no-repeat; background-position: center;  transition: transform 0.5s ease; }
.common-banner-category-items .category__items .title{ margin-top: 4px; padding:18px 0; font-size:24px; line-height: 1;color: #545d68; border-bottom: 0.5px solid rgba(83,94,104,0.3); text-align: center; }
.common-banner-category-items .category__items .item:hover{ border-top-color: #0ba541; }
.common-banner-category-items .category__items .item:hover .thumb img{transform: scale(1.02);}
.common-banner-category-items .category__items .item:hover .title{ color:#0ba541; }
@media screen and (max-width:1600px){
    .common-banner-category-items .category__items .title{ font-size: 22px; }
}
@media screen and (max-width:1440px){
    .common-banner-category-items .category__items .title{ font-size: 20px; }
}
@media screen and (max-width:1024px){
    .common-banner-category-items .category__items{gap: 15px;}
    .common-banner-category-items .category__items .title{ font-size: 18px; }
    .common-banner-category-items .box__info .info__content{ font-size: 18px; }
}
@media screen and (max-width:820px){
    .common-banner-category-items .category__items{grid-template-columns: repeat(3, 1fr);}
    .common-banner-category-items .box__info .info__content{ font-size: 16px; line-height: 1.8; }
}
@media screen and (max-width:540px){
    .common-banner-category-items .category__items{grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width:430px){
    .common-banner-category-items .category__items{grid-template-columns: 1fr;}
}
/* ------------------- Common BannerCategoryItems End ------------------- */

/* ------------------- Common CaseItems Start ------------------- */
.common-case-items{ padding: 64px 0 36px; }
.common-case-items .case__items_wrap{ display: flex; flex-wrap: wrap; }
.common-case-items .common-title{ margin: auto; }
.common-case-items .case__items{display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 1fr); grid-column-gap: 20px; grid-row-gap: 20px; margin-top: 38px;}
.common-case-items .case__items .item{ position: relative; overflow: hidden;display: block; }
.common-case-items .case__items .item:nth-child(1) { grid-area: 1 / 1 / 3 / 2; }
.common-case-items .case__items .item:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
.common-case-items .case__items .item:nth-child(3) { grid-area: 1 / 3 / 2 / 4; }
.common-case-items .case__items .item:nth-child(4) { grid-area: 2 / 2 / 3 / 3; }
.common-case-items .case__items .item:nth-child(5) { grid-area: 2 / 3 / 3 / 4; }
.common-case-items .case__items .item .item__info{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 28px; display: grid ; align-content: space-between; z-index: 9;transition: all 0.3s;background:linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent); }
.common-case-items .case__items .item .item__info .category{ line-height: 1; color: white; font-size: 36px; font-weight: 700; transition: all 0.6s; opacity: 0; margin-top: -100px;}
.common-case-items .case__items .item .item__info .info{color: white;}
.common-case-items .case__items .item .item__info .title{ font-size: 26px; font-weight: 700; line-height: 1.2; }
.common-case-items .case__items .item .item__info .desc{ margin-top: 10px; font-size: 20px; line-height: 32px;}
.common-case-items .case__items .item img{ background-size: cover; background-repeat: no-repeat; background-position: center; width: 100%; height: 100%; transition: transform 0.5s ease;}
.common-case-items .case__items .item:hover .item__info{ opacity: 0.8; }
.common-case-items .case__items .item:hover img{transform: scale(1.02);}
.common-case-items .case__items .item:hover .item__info .category{ opacity: 1;margin-top: 0; }
.common-case-items .case__items .item:hover .item__info{ background-color: rgba(0,0,0,0.5); }
.common-case-items .button-wrap{ margin-top: 36px; display: flex ; justify-content: flex-end; width: 100%; align-items: center;}
@media screen and (max-width:1600px){
    .common-case-items .case__items .item .item__info .category{ font-size: 32px; }
    .common-case-items .case__items .item .item__info .title { font-size: 24px;}
    .common-case-items .case__items .item .item__info .desc{ font-size: 18px; }
}
@media screen and (max-width:1440px){
    .common-case-items .case__items .item .item__info .category{ font-size: 28px; }
    .common-case-items .case__items .item .item__info .title { font-size: 20px;}
    .common-case-items .case__items .item .item__info .desc{ font-size: 16px; line-height: 1.6;}
}
@media screen and (max-width:1280px){
    .common-case-items .case__items{grid-column-gap:15px; grid-row-gap: 15px;}
    .common-case-items .case__items .item .item__info{ padding: 24px; }
    .common-case-items .case__items .item .item__info .desc{ }
}
@media screen and (max-width:1280px){
    .common-case-items .case__items .item .item__info .category{ font-size: 26px; }
    .common-case-items .case__items .item .item__info .title { font-size: 18px;}
    .common-case-items .case__items .item .item__info .desc{ font-size: 14px; }
}
@media screen and (max-width:1152px){
    .common-case-items .case__items .item .item__info .category{ font-size: 24px; }
}
@media screen and (max-width:1024px){
    .common-case-items .case__items{grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 1fr);}
    .common-case-items .case__items .item:nth-child(1) { grid-area: 1 / 1 / 3 / 2; }
    .common-case-items .case__items .item:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
    .common-case-items .case__items .item:nth-child(3) { grid-area: 2 / 2 / 3 / 3; }
    .common-case-items .case__items .item:nth-child(4) { grid-area: 3 / 1 / 4 / 2; }
    .common-case-items .case__items .item:nth-child(5) { grid-area: 3 / 2 / 4 / 3; }
}
@media screen and (max-width:640px){
    .common-case-items .case__items{ display: block; }
    .common-case-items .case__items .item{ margin-bottom: 15px; }
    .common-case-items .case__items .item:last-child{ margin-bottom: 0; }
}
/* ------------------- Common CaseItems End ------------------- */

/* ------------------- Common NewsItems Start ------------------- */
.common-news-items{ padding: 64px 0 36px; background-color:#d2d2d2; }
.common-news-items .news__items_wrap{ display: flex; flex-wrap: wrap;max-width: 100%; width: 1395px; margin: auto; }
.common-news-items .common-title{ }
.common-news-items .common-title:before{background-color: #fff;}
.common-news-items .news__items{display: grid; grid-template-columns: 580px 1fr;grid-template-rows: repeat(3, 1fr); grid-column-gap: 20px; grid-row-gap: 20px; margin-top: 38px; width: 100%;}
.common-news-items .news__items .item{background-color: #fff;position: relative; display: flex; overflow: hidden; }
.common-news-items .news__items .item:nth-child(1) { flex-wrap: wrap; grid-area: 1 / 1 / 4 / 2; }
.common-news-items .news__items .item:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
.common-news-items .news__items .item:nth-child(3) { grid-area: 2 / 2 / 3 / 3; }
.common-news-items .news__items .item:nth-child(4) { grid-area: 3 / 2 / 4 / 3; }
.common-news-items .news__items .item .thumb { overflow: hidden; background-color: #545d68; }
.common-news-items .news__items .item .thumb img{transition: transform 0.5s ease;background-size: cover; background-repeat: no-repeat; background-position: center;height: 100%;}
.common-news-items .news__items .item .date{transition: all 0.3s;width: 160px; height: 160px; display:inline-flex; justify-content: center;align-items: center;flex-wrap: wrap;flex-shrink: 0; background-color: #545d68; }
.common-news-items .news__items .item:nth-child(1) .date{ position: absolute;top: 0;left: 0; background-color:rgba(11,165,65,0.5); }
.common-news-items .news__items .item .date>div{ display: inline-block; width: min-content;text-align: center; }
.common-news-items .news__items .item .date span{font-size: 46px;color: white; display: inline-block; }
.common-news-items .news__items .item .info{ padding:24px 20px; height: 160px; color: #545d68; }
.common-news-items .news__items .item .info .title{transition: all 0.3s; font-size: 26px; font-weight: 700; line-height: 1.2; }
.common-news-items .news__items .item .info .desc{ transition: all 0.6s;font-size: 20px; line-height: 36px; margin-top: 10px; }
.common-news-items .news__items .item:hover .thumb img{transform: scale(1.02);}
.common-news-items .news__items .item:hover .date{ background-color: #0ba541; }
.common-news-items .news__items .item:nth-child(1):hover .date{ background-color: rgba(11,165,65,0.5); }
.common-news-items .news__items .item:hover .title,
.common-news-items .news__items .item:hover .desc{ margin-left: 5px; }
.common-news-items .button-wrap{ margin-top: 36px; display: flex ; justify-content: flex-end; width: 100%; align-items: center;}
@media screen and (max-width:1600px){
    .common-news-items .news__items .item .date span { font-size: 42px;}
    .common-news-items .news__items .item .info .title{ font-size: 24px; }
    .common-news-items .news__items .item .info .desc{ font-size: 18px; }
}
@media screen and (max-width:1440px){
    .common-news-items .news__items{grid-template-columns: 560px 1fr;}
    .common-news-items .news__items .item .date{ height: auto; width: 130px; }
    .common-news-items .news__items .item:nth-child(1) .date{height: 130px;}
    .common-news-items .news__items .item .date span { font-size: 32px;}
    .common-news-items .news__items .item .info{ height:130px; }
    .common-news-items .news__items .item .info .title{ font-size: 20px; }
    .common-news-items .news__items .item .info .desc{ font-size: 16px;line-height: 1.6;}
}
@media screen and (max-width:1280px){
    .common-news-items .news__items { grid-template-columns: 480px 1fr; }
    .common-news-items .news__items .item .date{ width: 135px; }
    .common-news-items .news__items .item:nth-child(1) .date{height: 135px;}
    .common-news-items .news__items .item .info { height: 135px; }
    .common-news-items .news__items .item .info .title { font-size: 18px; }
    .common-news-items .news__items .item .info .desc { font-size: 14px; line-height: 2; }
}
@media screen and (max-width:1152px){
    .common-news-items .news__items { grid-template-columns: 420px 1fr; }
    .common-news-items .news__items .item .date{ width: 130px; }
    .common-news-items .news__items .item:nth-child(1) .date{height: 130px;}
    .common-news-items .news__items .item .info { height: 130px; }
}
@media screen and (max-width:1024px){
    .common-news-items .news__items { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); }
    .common-news-items .news__items .item .thumb{ display: none; }
    .common-news-items .news__items .item:nth-child(1) { grid-area: 1 / 1 / 2 / 2;flex-wrap: nowrap; }
    .common-news-items .news__items .item:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
    .common-news-items .news__items .item:nth-child(3) { grid-area: 2 / 1 / 3 / 2; }
    .common-news-items .news__items .item:nth-child(4) { grid-area: 2 / 2 / 3 / 3; }
    .common-news-items .news__items .item .date{ width: 130px; }
    .common-news-items .news__items .item:nth-child(1) .date{position: relative;height: 130px;background-color: #545d68;}
    .common-news-items .news__items .item:hover:nth-child(1) .date{background-color:#0ba541 ;}
    .common-news-items .news__items .item .date span { font-size: 24px;}
    .common-news-items .news__items .item .info { height: 130px; }
}
@media screen and (max-width:980px){
    .common-news-items .news__items .item .date{ margin-left: -120px; }
    .common-news-items .news__items .item:hover .date{ margin-left: 0; }
}
@media screen and (max-width:640px){
    .common-news-items .news__items{ display: block; }
    .common-news-items .news__items .item .thumb{ display: inline-block; }
    .common-news-items .news__items .item{ margin-bottom: 15px; }
    .common-news-items .news__items .item:last-child{ margin-bottom: 0; }
    .common-news-items .news__items .item:nth-child(1){ flex-wrap: wrap; }
    .common-news-items .news__items .item:nth-child(1) .date{position: absolute;background-color:rgba(102,102,102,.5);margin-left: 0;}
    .common-news-items .news__items .item:nth-child(1):hover .date{ background-color: rgba(11,165,65,0.5); }
    .common-news-items .news__items .item .date span { font-size: 32px; }
}
/* ------------------- Common NewsItems End ------------------- */




/* ------------------- Common AboutCount Start ------------------- */
.common-about-count{ padding: 54px 0; }
.common-about-count .about__title{ font-size: 66px;color: #2a2f38; font-weight: 700; line-height: 1.2; margin-bottom: 24px;}
.common-about-count .about__subtitle{  font-size: 36px; color: #0ba541; font-weight: 700; line-height: 1.2;}
.common-about-count .about__detail{margin-top: 24px; font-size: 20px; line-height: 36px; color: #545d68; }
.common-about-count .about_count{margin-top:60px;display: flex; gap: 25px; justify-content: space-between; align-items: flex-start;}
.common-about-count .item{position: relative; padding-top: 20px;}
.common-about-count .item:before{ content: ''; position: absolute; background-color: #545d68; height: 6px; width: 73px; top: 0; left: 0;  }
.common-about-count .item .count{  color: #545d68; font-weight: 700; line-height: 1;display: flex ; align-items: flex-start; }
.common-about-count .item .count .text{ font-size: 57px; color:#0ba541; }
.common-about-count .item .count .unit{ font-size: 20px;margin-left: 5px;margin-top: 6px; }
.common-about-count .item .title{ margin-top: 5px; font-size: 20px; }
@media screen and (max-width:1600px){
    .common-about-count .about__title{ font-size: 64px;}
    .common-about-count .about__subtitle{ font-size: 34px;}
    .common-about-count .item .count .text { font-size: 54px; }
}
@media screen and (max-width:1440px){
    .common-about-count .about__title{ font-size:62px;}
    .common-about-count .about__subtitle{ font-size: 32px;}
    .common-about-count .item .count .text { font-size: 48px; }
    .common-about-count .item .count .unit{ margin-top:5px; }
}
@media screen and (max-width:1280px){
    .common-about-count .about__title{ font-size:58px;}
    .common-about-count .about__subtitle{ font-size: 28px;}
    .common-about-count .about__detail{ font-size: 18px; }
    .common-about-count .item .count .text { font-size: 42px; }
    .common-about-count .item .count .unit { font-size: 18px; }
}
@media screen and (max-width:1000px){
    .common-about-count .about__title{ font-size:48px;}
    .common-about-count .about__subtitle{ font-size: 24px;}
    .common-about-count .about__detail{ font-size: 16px; }
    .common-about-count .about_count{ flex-wrap: wrap;margin-top: 36px; }
    .common-about-count .item .count .unit { font-size: 16px; }
    .common-about-count .item .title{ font-size: 18px; }

}
@media screen and (max-width:768px){
    .common-about-count .about__title{ font-size:45px;}
    .common-about-count .about__subtitle{ font-size: 24px;}
    .common-about-count .about__detail{ font-size: 16px; }
}
/* ------------------- Common AboutCount End ------------------- */

/* ------------------- Common BrandItems Start ------------------- */
.common-brand-items{ position: relative;height: 880px;overflow: hidden; }
.common-brand-items .brand__box{ position: absolute; top: 0; left: 0; width: 100%; height: 100%;display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 1fr); grid-column-gap: 0px; grid-row-gap: 0px; background-size: cover; background-repeat: no-repeat; background-position: center; }
.common-brand-items .item{cursor:pointer;position:relative;display:flex;align-items: flex-end; justify-content: center; padding: 50px 25px;  }
.common-brand-items .item:nth-child(1) { grid-area: 1 / 1 / 3 / 2; border-right: 1px solid white; }
.common-brand-items .item:nth-child(2) { grid-area: 1 / 2 / 2 / 3; background-color: rgba(0, 0, 0, .4);border-bottom: 1px solid white;}
.common-brand-items .item:nth-child(3) { grid-area: 2 / 2 / 3 / 3; background-color: rgba(0, 0, 0, .4);}
.common-brand-items .item:nth-child(4) { grid-area: 1 / 3 / 3 / 4; border-left: 1px solid white;}
.common-brand-items .item:after{ position: absolute; content: ''; top: 0;left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.1); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); opacity: 0; transition: opacity 0.3s ease; }
.common-brand-items .item:hover:after{opacity: 1;}
.common-brand-items .item .box{ color: white; text-align: center; font-size: 36px; position: relative;z-index: 5; }
.common-brand-items .item .text{ line-height: 1.2;text-align: center; }
.common-brand-items .item .icon{margin:58px auto 0;width:77px;height:77px; display: flex; align-items: center; justify-content: center; }
.common-brand-items .item .icon img{ max-width: 100%; }
.common-brand-items .item .button{ display: inline-flex; align-items: center; justify-content: center; margin-top: 20px;font-weight: 700; color: #0ba541; height: 54px; padding: 0 15px; min-width: 245px; border-radius:27px; background-color: white;}
.common-brand-items .item .title{ margin-top: 24px;line-height: 1.2; text-align: center;}
@media screen and (max-width:1600px){
    .common-brand-items .item .box { font-size: 32px; }
}
@media screen and (max-width:1440px){
    .common-brand-items .item .box { font-size: 28px; }
    .common-brand-items .item .icon{margin:45px auto 0;width:64px;height:64px;}
}
@media screen and (max-width:1280px){
    .common-brand-items{ height:720px; }
    .common-brand-items .item .box { font-size: 24px; }
    .common-brand-items .item .icon{margin:45px auto 0;width:54px;height:54px;}
}
@media screen and (max-width:1152px){
    .common-brand-items{ height:640px; }
    .common-brand-items .item{ padding: 32px 24px; }
    .common-brand-items .item .box { font-size: 22px; }
    .common-brand-items .item .icon{margin:36px auto 0;width:42px;height:42px;}
    .common-brand-items .item .button{ min-width: 160px; height: 45px;}
}
@media screen and (max-width:1000px){
    .common-brand-items .brand__box{grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr);}
    .common-brand-items .item:nth-child(1) { grid-area: 1 / 1 / 2 / 2; background-color: rgba(0, 0, 0, .2);border-right:none; }
    .common-brand-items .item:nth-child(2) { grid-area: 1 / 2 / 2 / 3; background-color: rgba(0, 0, 0, .6);border-bottom:none;}
    .common-brand-items .item:nth-child(3) { grid-area: 2 / 1 / 3 / 2; background-color: rgba(0, 0, 0, .6);}
    .common-brand-items .item:nth-child(4) { grid-area: 2 / 2 / 3 / 3; background-color: rgba(0, 0, 0, .2);border-left:none;}
    .common-brand-items .item .button{ height: 42px;}
}
@media screen and (max-width:640px){
    .common-brand-items{ height:auto; }
    .common-brand-items .brand__box{ display:block; position: relative; }
    .common-brand-items .item{ border-bottom: 1px solid white!important; background-color: rgba(0, 0, 0, .5)!important; }
}
/* ------------------- Common BrandItems End ------------------- */


/* ------------------- Common ImageContent Start ------------------- */
.common-image-content{ padding: 90px 0; }
.common-image-content .content__wrap{ display: flex;flex-wrap: wrap; }
.common-image-content .image{ margin: 36px 0; }
.common-image-content .common-title{ margin: auto; }
.common-image-content .detail{ margin: auto; width: 890px; max-width: 100%; font-size: 20px; color: #545d68; line-height: 2;}
@media screen and (max-width:1280px){
    .common-image-content { padding: 64px 0; }
    .common-image-content .detail{font-size: 18px; line-height: 1.6;}
}
@media screen and (max-width:768px){
    .common-image-content { padding: 54px 0; }
    .common-image-content .detail{font-size: 16px; }
}
/* ------------------- Common ImageContent End ------------------- */

/* ------------------- Common HistoryItems End ------------------- */
.common-history-items{ min-height:10.10rem;  background-repeat: no-repeat; background-position: center; background-size: cover; position: relative;}
/*.common-history-items:after{ content: '';position: absolute;top: 0;left: 0; width: 100%; min-height:inherit; background-color: rgba(0,0,0,0.5);z-index: 1; }*/
.common-history-items .container{min-height:inherit; height: 100%; position: initial;}
.common-history-items .history__info{ min-height:inherit; height: 100%; padding: 0.54rem 0; display: flex ; flex-wrap: wrap; align-content: space-between;}
.common-history-items .history__other,
.common-history-items .history__meta{width: 100%; position: relative;  z-index: 9;}
.common-history-items .history__meta{display: flex ;align-items: flex-end;}
.common-history-items .history__other{ opacity: 1; }
.common-history-items .other__title{ font-size: 0.36rem; line-height: 1; color: white; }
.common-history-items .other__items{ margin-top: 0.36rem; display: inline-flex;flex-wrap: wrap;}
.common-history-items .other__items .item{ margin-right: 0.28rem; position: relative; font-size: 0.36rem; line-height: 1; padding-left: 8px; color: white;}
.common-history-items .other__items .item:after{ content: ''; position: absolute; top: 0; bottom: 0; left: 0; height:99%; width: 1px; background-color: white; }
.common-history-items .other__items .item p:last-child{ margin-top:0.10rem; }
.common-history-items .history__meta{pointer-events: none;}
.common-history-items .meta_box{}
.common-history-items .meta__title{ margin-top: 0.28rem; color: white; font-size: 0.68rem; line-height: 1; font-weight: 700; }

.common-history-items .timeline{position: absolute; top: 0; bottom: 0; left: 0; width: 100%; z-index: 9; height: 100%; margin: auto;}
.timeline-progress{position:relative;width:calc(100% + 5%); margin-left: -5%;pointer-events: auto;}
.timeline-progress .progress-bar{height:1px;background:rgba(255,255,255,0.6);position:relative;}
.timeline-progress .progress-fill{position:relative;height:100%;width:0;background:#0ba541;transition:width 0.6s cubic-bezier(0.22,0.61,0.36,1);}
.timeline-progress .current-year-marker{position: absolute; top: -4px; transform: translateX(-50%); transition: left 0.6s cubic-bezier(0.22,0.61,0.36,1); width: 9.5px; height: 9.5px; border-radius: 50%; background: white; z-index: 10;}
.timeline-progress .current-year{background:#0ba541;color:white;padding:5px 15px;font-weight:700;font-size:16px;border-radius:20px;position:absolute;top:-45px;left:50%;transform:translateX(-50%);white-space:nowrap;box-shadow:0 4px 10px rgba(0,0,0,0.2); display: none}
.timeline-progress .year-markers{display:flex;justify-content:space-between;margin-top:5px;position:relative;height:20px;}
.timeline-progress .year-marker{position: absolute; transform: translateX(-50%); cursor: pointer; transition: all 0.3s ease; color:rgba(255,255,255,0.8); min-width: 62px; text-align: center; font-weight: 700; z-index: 5; padding: 4px 8px; border-radius: 15px; font-size: 15px;}
.timeline-progress .year-marker:hover{background:rgba(255,255,255,0.1);}
.timeline-progress .year-marker.active{font-weight: 700; color: white;}
.timeline-progress .ellipsis{position:absolute;transform:translateX(-50%);padding:8px 15px;background:rgba(255,255,255,0.1);border-radius:30px;cursor:pointer;z-index:10;font-size:12px;color:#aaa;}
.timeline-progress .ellipsis:hover{background:rgba(255,255,255,0.2);}
.gallery-container{position: absolute; width: 100%; height: 100%; left: 0; margin: auto; top: 0; bottom: 0; overflow: hidden;}
.gallery-container .gallery-wrapper{ height: inherit; display: flex; align-items: center; }
.gallery-container .scroll-wrapper{height:auto;display:flex;align-items:flex-start;}
.gallery-container .scroll-wrapper:after{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color:rgba(0, 0, 0, 0); content: ''; }
.gallery-container .gallery{display:flex;gap:0px;padding:25px 380px;transition:transform 0.6s cubic-bezier(0.22,0.61,0.36,1);will-change:transform;cursor:grab;align-items:flex-start;height:100%;    z-index: 2;}
.gallery-container .gallery:active{cursor:grabbing;}
.gallery-container .item{flex:0 0 var(--item-width,380px);position:relative;transition:all 0.6s cubic-bezier(0.22,0.61,0.36,1);padding:0 45px;margin-top:0;height:auto;display:flex;flex-direction:column;justify-content:flex-start;transform:scale(0.9);z-index:1;perspective:1200px;}
.gallery-container .item.active-item{transform:scale(1) translateY(0);z-index:10;}
.gallery-container .item.prev-adjacent-1{transform:translateY(50px) scale(0.95);z-index:9;--offset-y:50px;}
.gallery-container .item.prev-adjacent-2{transform:translateY(100px) scale(0.92);z-index:8;--offset-y:100px;}
.gallery-container .item.prev-adjacent-3{transform:translateY(150px) scale(0.9);z-index:7;--offset-y:150px;}
.gallery-container .item.next-adjacent-1{transform:translateY(50px) scale(0.95);z-index:9;--offset-y:50px;}
.gallery-container .item.next-adjacent-2{transform:translateY(100px) scale(0.92);z-index:8;--offset-y:100px;}
.gallery-container .item.next-adjacent-3{transform:translateY(150px) scale(0.9);z-index:7;--offset-y:150px;}
.gallery-container .item:hover{}
.gallery-container .item-thumb{position:relative;width:100%;height:180px; border-radius: 10px; overflow:hidden;font-size:0;background:#2a2f38;border:2px solid white;transition:all 0.4s ease;}
/*.gallery-container .item-thumb figure{width:100%;height:calc(100% + 100px);top:-50px;left:0;position:absolute;margin:0;pointer-events:none;z-index:5;animation-duration:2.4s;}*/
.gallery-container .item-thumb figure{width:100%;height:100%;top:0px;left:0;position:absolute;margin:0;pointer-events:none;z-index:5;animation-duration:2.4s;}
.gallery-container .item-thumb img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 0.6s cubic-bezier(0.22,0.61,0.36,1);}
.gallery-container .item.active-item .item-thumb{border-color:white;}
.gallery-container .item-content{margin-top: -35px;position: relative; color: white; transition: all 0.4s ease; z-index: 5; width: 100%;}
.gallery-container .item-year{color:white;font-weight:bold;font-size:60px;z-index:3;transition: all 0.4s ease;}

.gallery-container .item.prev-adjacent-1 .item-year{margin-left:-80px;}
.gallery-container .item.active-item  .item-year{margin-left:-60px;}
.gallery-container .item.next-adjacent-1 .item-year{ margin-left:-40px;}

.gallery-container .item-desc{font-size: 18px; opacity: 0.9; line-height: 1.8;}
.gallery-container .item-desc li{padding: 0!important;}
.gallery-container .item-desc li+li{margin-top: 0!important;}

@media (max-width:1600px){
    .common-history-items{ }
    .gallery-container .item-content { margin-top: -32px;}
    .gallery-container .item-year{font-size:54px;}
    .gallery-container .item-desc { font-size: 16px;}

    .common-history-items .other__items .item{ font-size: 0.32rem; }
}
@media (max-width:1400px){
    .common-history-items{ min-height:100vh; }
    .gallery-container .item{--item-width:340px;}

    .gallery-container .item.prev-adjacent-1 .item-year{margin-left:-72px;}
    .gallery-container .item.active-item  .item-year{margin-left:-52px;}
    .gallery-container .item.next-adjacent-1 .item-year{ margin-left:-35px;}

    .gallery-container .item-thumb{ height:160px; }
}
@media (max-width:1200px){
    .gallery-container .item{--item-width:320px;}

    .gallery-container .item.prev-adjacent-1 .item-year{margin-left:-64px;}
    .gallery-container .item.active-item  .item-year{margin-left:-46px;}
    .gallery-container .item.next-adjacent-1 .item-year{ margin-left:-30px;}

    .gallery-container .item-content { margin-top: -28px;}
    .gallery-container .item-thumb{ height:150px; }
    .gallery-container .item-year{font-size:48px;}
    .gallery-container .item-desc { font-size: 14px;}

}
@media (max-width:900px){
    .common-history-items .other__title{ font-size: 24px; line-height: normal;}
    .common-history-items .other__items{margin-top: 20px;}
    .common-history-items .other__items .item{margin-right: 16px;font-size: 18px;}
    .common-history-items .other__items .item p:last-child{ margin-top: 8px; }

    .common-history-items .meta__title{ margin-top: 14px; font-size: 32px; }

    .gallery-container .item{--item-width:320px; padding: 0 36px;}

    .gallery-container .item.prev-adjacent-1 .item-year{margin-left:-67px;}
    .gallery-container .item.active-item  .item-year{margin-left:-49px;}
    .gallery-container .item.next-adjacent-1 .item-year{ margin-left:-32px;}

    .timeline-progress .year-marker{font-size:12px;min-width:50px;}
    .gallery-container .item-thumb{ height:140px; }
    .gallery-container .item-year{font-size:50px;}
}
@media (max-width:768px){
    .common-history-items .other__items { margin-top: 10px; }
    .common-history-items .other__items .item{ width: 50%; margin-right:0; padding-right: 10px;margin-bottom: 10px; }
    
    .timeline-progress { width: 100%; margin-left: 0;margin-bottom: 5px; }
    .gallery-container .scroll-wrapper:after,
    .timeline-progress .year-markers{ display:none; }
    .timeline-progress .current-year { padding: 3px 6px; font-size: 12px; border-radius: 8px; top: -6px; display: inline-block; }
    .gallery-container .scroll-wrapper{ height: 100%; }
    .gallery-container .item-thumb figure { width: 100%; height: 100%; top:0;}

}
@media (max-width:768px) and (orientation:portrait){
    .gallery-container{height:60vh;mask-image: linear-gradient(to bottom, transparent 0%,  black 10%, black 90%, transparent 100%);-webkit-mask-image: linear-gradient(to bottom,  transparent 0%,  black 10%, black 90%, transparent 100%);}
    .gallery-container .scroll-wrapper{flex-direction:column;padding:0;overflow-y:auto;overflow-x:hidden;width: 100%;}
    .gallery-container .gallery{flex-direction:column;width:100%;padding:20px;gap:30px;cursor:default;transform:none !important;height:auto;}
    .gallery-container .item{--item-width:290px;width:290px;max-width:400px;height:auto;padding:0;margin:0 auto !important;transform:none !important;filter:none !important;}
    .gallery-container .item .item-year{ margin: 5px 0; }
    .gallery-container .item.prev-adjacent-1 .item-year{margin-left:0;}
    .gallery-container .item.active-item .item-year{margin-left:0;}
    .gallery-container .item.next-adjacent-1 .item-year{ margin-left:0;}
    .gallery-container .item-thumb{height:180px;}
    .gallery-container .item-content{margin-top: 0;}
    .mobile-only{display:block;text-align:center;margin-top:10px;opacity:0.7;font-size:14px;}
    .desktop-only{display:none;}
    .timeline{margin-top:0;}
}
@media (max-width:600px){
    .gallery-container .item{--item-width:240px;padding:0 20px;}
    .gallery-container .item-thumb{height:180px;}
    .gallery-container .item-year{font-size:40px;}
    .gallery-container .item-desc{font-size:14px;}
}
@media (max-width:480px){
    .gallery-container .item{--item-width:220px;}
    .gallery-container .item-thumb{height:160px;}
    .timeline-progress .year-marker{font-size:10px;min-width:40px;}
}
/* ------------------- Common HistoryItems End ------------------- */


/* ------------------- Common HistoryItems End ------------------- */
.common-honor-items{ padding-top:98px; }
.common-honor-items .honor-items__box{ display:flex; justify-content: space-between;  background-repeat: no-repeat; background-position: right bottom;}
.common-honor-items .swiper__box{ width:830px; max-width: 100%; flex-shrink: 0; margin-right: 58px;background-position: right bottom; background-repeat: no-repeat;}
.common-honor-items .honor__swiper{ padding-bottom: 100px; }
.common-honor-items .swiper-slide{display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(3, 1fr); grid-column-gap: 50px; grid-row-gap: 36px;}
.common-honor-items .swiper-slide .thumb{text-align: center;}
.common-honor-items .swiper-slide .thumb img{ background-size: cover; }
.common-honor-items .swiper-slide .title{ margin-top: 20px; text-align: center; padding: 10px 0; font-size: 15px; line-height: 1.2; color:#545d68; border-bottom: 0.5px solid #545d68; }
.common-honor-items .swiper-pagination{ bottom: 32px; }
.common-honor-items .swiper-pagination-bullet{ margin: 0 6px!important; width: 18px; height: 18px;  }
.common-honor-items .swiper-pagination-bullet-active{ background-color: #0ba541; opacity: 1;}

.common-honor-items .content__box{ width: 100%; }
.common-honor-items .content__title{ margin-top: 40px; color: #0ba541; font-size: 36px; font-weight: 700; }
.common-honor-items .content_detail{ margin-top: 10px; color: #545d68; font-size: 20px; line-height: 2; }
.common-honor-items .content_image{ margin-top: 20px; text-align: center; }
@media screen and (max-width:1600px){
    .common-honor-items {padding-top: 78px;}
    .common-honor-items .swiper__box{ width:50%;}
    .common-honor-items .content__title{ font-size: 34px; }
    .common-honor-items .content_detail {font-size: 18px;}
}
@media screen and (max-width:1440px){
    .common-honor-items .swiper-pagination-bullet{ margin: 0 5px!important; width: 16px; height: 16px;  }
}
@media screen and (max-width:1280px){
    .common-honor-items {padding-top: 54px;}
    .common-honor-items .honor-items__box{ flex-wrap: wrap; }
    .common-honor-items .swiper__box{ order: 1; width: 100%; }
    .common-honor-items .swiper-slide{ grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(3, 1fr);}
    .common-honor-items .swiper-slide .title{ font-size: 14px; }
    .common-honor-items .content__box{ margin-bottom: 45px; }
    .common-honor-items .content__title{ font-size: 28px; }
    .common-honor-items .content_detail {font-size: 16px;}
    .common-honor-items .content_image{ position: absolute; bottom: 0; right: 0; opacity: 0.5; }
    .common-honor-items .swiper-pagination-bullet{ width: 14px; height: 14px;  }
}
@media screen and (max-width:1024px){
    .common-honor-items .swiper-slide{ grid-template-columns: repeat(3, 1fr);grid-column-gap: 24px; grid-row-gap: 24px;}
    .common-honor-items .content__title { font-size: 24px; }
}
@media screen and (max-width:768px){
    .common-honor-items .swiper-slide{ grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(4, 1fr);}
    .common-honor-items .swiper-pagination-bullet{ width: 12px; height: 12px;  }
}
@media screen and (max-width:430px){
/*    .common-honor-items .swiper-slide{display: block;}
    .common-honor-items .swiper-slide .item{ margin-bottom: 24px; }
    .common-honor-items .swiper-slide .item:last-child{ margin-bottom: 0; }*/
}
/* ------------------- Common HistoryItems End ------------------- */

/* ------------------- Common GlobalLayout Start ------------------- */
/*.common-global-layout{ position: relative; width: 100%; min-height:100vh; background-color: #333; }*/
.common-global-layout{ position: relative; width: 100%; min-height:320px; background-color: #333; display: flex ; flex-flow: wrap;}
.common-global-layout .map{ width: 100%; min-height: inherit; z-index: 1;}
.common-global-layout .map .image-container { position: relative;overflow: hidden; background: rgba(0, 0, 0, 0.2); min-height: inherit; transition: all 0.4s ease; } 
.common-global-layout .map .image-container img { display: block;min-height: inherit; object-fit: cover; object-position: center; transition: transform 0.5s ease; }
.common-global-layout .global__info_wrap{ pointer-events: none;display: flex; align-items: flex-end; justify-content: start; min-height: inherit; z-index: 2; position: absolute; left: 0; right: 0; bottom: 0; margin: auto; }
.common-global-layout .global__info_wrap .info__box{ width:80%;max-width: 1125px; background-color: rgba(42, 47, 56, 0.7); border: 0.5px solid rgba(255,255,255,0.3); padding: 24px 45px; margin-bottom: 48px;pointer-events: auto;}
.common-global-layout .global__info_wrap .box__title{ display: flex;align-items: self-start; flex-wrap: wrap; }
.common-global-layout .global__info_wrap .icon__title{  display:flex; align-items: center;    flex-wrap: wrap; }
.common-global-layout .global__info_wrap .icon__title .item{ margin-left: 25px; display: flex; align-items: center; }
.common-global-layout .global__info_wrap .icon__title img{ width: 28px; }
.common-global-layout .global__info_wrap .icon__title span{ display: inline-block; margin-left: 16px; color: white; font-size: 26px; line-height: 1; }
.common-global-layout .global__info_wrap .box_content{  margin-top: 30px; font-size: 20px; color: white; line-height: 2; }
@media screen and (max-width:1600px){
    .common-global-layout .global__info_wrap .info__box{ max-width: 1050px;}
    .common-global-layout .global__info_wrap .icon__title img{ width: 26px; }
    .common-global-layout .global__info_wrap .icon__title span{ font-size: 24px; }
    .common-global-layout .map .image-container {  cursor: grab; user-select: none;  overflow: hidden; }
    .common-global-layout .map .image-container.dragging { cursor: grabbing; }
    .common-global-layout .map .image-container img {object-fit: inherit; object-position: initial;width: auto;  display: block; position: relative; left: 0; transition: left 0.1s linear;max-width: 100%; }
}
@media screen and (max-width:1440px){
    .common-global-layout .global__info_wrap .info__box{ max-width: 1000px; }
    .common-global-layout .global__info_wrap .icon__title img{ width: 24px; }
    .common-global-layout .global__info_wrap .icon__title span{ font-size: 22px; }
    .common-global-layout .global__info_wrap .box_content{font-size: 18px; }
}
@media screen and (max-width:1280px){
    .common-global-layout .global__info_wrap .info__box{ width:auto;}
    .common-global-layout .global__info_wrap .icon__title .item{ margin-left:20px;}
    .common-global-layout .global__info_wrap .icon__title img { width: 20px; }   
}
@media screen and (max-width:1080px){
    

}
@media screen and (max-width:1000px){
    .common-global-layout .global__info_wrap .icon__title img{ width: 20px; }
    .common-global-layout .global__info_wrap .icon__title span{ font-size: 20px; }
    .common-global-layout .global__info_wrap .box_content{font-size: 16px; }
}
@media screen and (max-width:840px){
    .common-global-layout .global__info_wrap .icon__title{ width: 100%; margin-top: 20px; }
    .common-global-layout .global__info_wrap .icon__title .item:first-child{ margin-left:0 ; }
}
@media screen and (max-width:768px){
    .common-global-layout .map{ min-height: auto; }
    .common-global-layout .global__info_wrap{ position:relative; order: 2;max-width: 100%;min-height:auto;}
    
    .common-global-layout .global__info_wrap .info__box{ padding: 24px; margin-bottom: 0;}
    .common-global-layout .global__info_wrap .icon__title .item{ margin-left:0; margin-top: 10px; margin-right: 12px;  }
    .common-global-layout .global__info_wrap .icon__title .item:last-child{ margin-right: 0; }
    .common-global-layout .global__info_wrap .icon__title img{ width: 14px; }
    .common-global-layout .global__info_wrap .icon__title span { font-size: 18px;margin-left: 10px; }
}
/* ------------------- Common GlobalLayout End ------------------- */


/* ------------------- Common GraphicGrid Start ------------------- */
.common-graphic-grid{ padding: 32px 0; }
.common-graphic-grid .graphic__items{display: grid; grid-template-columns: repeat(3, 1fr); grid-column-gap:20px; grid-row-gap:20px;}
.common-graphic-grid .graphic__items .item{ background-color: #d2d2d2; cursor: pointer;transition: .3s linear all;}
.common-graphic-grid .graphic__items .item:hover{ }
.common-graphic-grid .graphic__items .thumb{overflow: hidden; }
.common-graphic-grid .graphic__items .thumb img{ transition: transform 0.5s ease;background-size: cover; background-repeat: no-repeat; background-position: center; }
.common-graphic-grid .graphic__items .item:hover .thumb img{transform: scale(1.02);}
.common-graphic-grid .graphic__items .info{ color: #545d68;padding: 24px; }
.common-graphic-grid .graphic__items .title{ font-size: 26px; font-weight: 700; }
.common-graphic-grid .graphic__items .desc{ font-size: 20px; line-height:1.6; margin-top: 12px; }
@media screen and (max-width:1600px){
    .common-graphic-grid .graphic__items .title{ font-size: 24px; }
    .common-graphic-grid .graphic__items .desc{ font-size: 18px;}
}
@media screen and (max-width:1440px){
    .common-graphic-grid .graphic__items .title{ font-size: 22px; }
    .common-graphic-grid .graphic__items .desc{ font-size: 16px;}
}
@media screen and (max-width:1280px){
    .common-graphic-grid .graphic__items .info{ padding: 22px; }
}
@media screen and (max-width:768px){
    .common-graphic-grid{ padding-top: 0; }
    .common-graphic-grid .graphic__items .title{ font-size: 18px; }
    .common-graphic-grid .graphic__items .desc{ font-size: 14px;}
}
@media screen and (max-width:540px){
    .common-graphic-grid .graphic__items{display: block;}
    .common-graphic-grid .graphic__items .item{ margin-bottom: 24px;  }
    .common-graphic-grid .graphic__items .item:last-child{ margin-bottom: 0; }
}
/* ------------------- Common GraphicGrid End ------------------- */


/* ------------------- Common ContentImage Start ------------------- */
.common-content-image{}
.common-content-image .conten_image__box{background-color: #545d68; }
.common-content-image .content__box{ margin: auto; width: 1460px; max-width: 100%; padding:28px; }
.common-content-image .content__box .title{ text-align: center; color: #0ba541; font-weight: 700; font-size: 36px; margin-bottom: 24px; }
.common-content-image .content__box .detail{ color: white; font-size: 20px; line-height: 2; }
@media screen and (max-width:1600px){
    .common-content-image .content__box .title{ font-size: 34px; }
}
@media screen and (max-width:1440px){
    .common-content-image .content__box .title{ font-size: 32px; }
}
@media screen and (max-width:1280px){
    .common-content-image .content__box .title{ font-size: 28px; }
    .common-content-image .content__box .detail{ font-size: 18px; }
}
@media screen and (max-width:1000px){
    .common-content-image .content__box .title{ font-size: 24px; }
    .common-content-image .content__box .detail{ font-size: 16px; }
}
/* ------------------- Common ContentImage End ------------------- */


/* ------------------- Common ContentImages Start ------------------- */
.common-content-images{padding-top:15px;}
.common-content-images .content__box{ padding: 28px 24px; }
.common-content-images .content__box.box_bg{background-color: #d2d2d2;  }
.common-content-images .content__info{ margin: auto; width: 1460px; max-width: 100%;}
.common-content-images .content__box .title{ text-align: center; color: #0ba541; font-weight: 700; font-size: 36px; margin-bottom: 24px; }
.common-content-images .content__box .detail{ color: #575d68; font-size: 20px; line-height: 2; }
.common-content-images .images__items{ margin-top: 18px; display: grid ; grid-template-columns: repeat(3, 1fr); grid-column-gap:20px; grid-row-gap:20px;}
.common-content-images .images__items .item{ cursor: pointer; }
.common-content-images .images__items .thumb{overflow: hidden; }
.common-content-images .images__items img{ transition: transform 0.5s ease;background-size: cover; background-repeat: no-repeat; background-position: center; }
.common-content-images .images__items .item:hover img{transform: scale(1.02);}

.common-content-images .logo_images__items_wrap{ margin-top: 42px; margin-bottom: 32px; display: flex; justify-content: center; flex-wrap: wrap;    align-items: baseline; }
.common-content-images .logo_images__items_wrap .logo{ border-radius: 6px; padding: 15px; border: 0.5px solid rgba(84,93,104,1); display: inline-block; margin: 0 auto 33px; position: relative; }
.common-content-images .logo_images__items_wrap .logo:after{position: absolute; content: ''; bottom: -34px; left: 0; right: 0; margin: auto; height:33px; width: 0.5px; background-color:rgba(84,93,104,1);}
.common-content-images .logo_images__items_wrap .logo img{height: 120px;}
.common-content-images .logo_images__items_wrap .logo_images__items{ position: relative; padding: 0 15px; width: 100%; display: grid ; grid-template-columns: repeat(4, 1fr); grid-column-gap:20px; grid-row-gap:20px;}
.common-content-images .logo_images__items_wrap .logo_images__items:after{ position: absolute; top: 0; left: 0; right: 0; width:calc(100% - 25% - 8px); content: ''; background-color: rgba(84,93,104,1); height: 0.5px; margin: auto;  }
.common-content-images .logo_images__items_wrap .item{ cursor: pointer;}
.common-content-images .logo_images__items_wrap .title{transition: .3s linear all;margin-bottom: 6px; height: 40px; display: flex; align-items: center; justify-content: center; background-color: #545d68; padding: 0 5px;}
.common-content-images .logo_images__items_wrap .item:hover .title{background-color: #0ba541;}
.common-content-images .logo_images__items_wrap .line{ margin-bottom: 5px; height: 33px; width: 100%; position: relative; }
.common-content-images .logo_images__items_wrap .line:after{ position: absolute; content: ''; top: 0; left: 0; right: 0; margin: auto; height: 100%; width: 0.5px; background-color:rgba(84,93,104,1) ; }
.common-content-images .logo_images__items_wrap .title span{ font-size: 20px; font-weight: 700; color: white; }
.common-content-images .logo_images__items_wrap .thumb{overflow: hidden; text-align: center;}
.common-content-images .logo_images__items_wrap .thumb img{ transition: transform 0.5s ease;background-size: cover; background-repeat: no-repeat; background-position: center; }
.common-content-images .logo_images__items_wrap .item:hover .thumb img{transform: scale(1.02);}


.common-content-images .logo_images__items_wrap{}
.common-content-images .logo_images__items_wrap{}
.common-content-images .logo_images__items_wrap{}
.common-content-images .logo_images__items_wrap{}

.common-content-images .swiper-banner{ margin-top: 18px; background-color: #2a2f38; }
.common-content-images .swiper-banner img{background-size: cover; background-repeat: no-repeat; background-position: center; }
@media screen and (max-width:1600px){
    .common-content-images .logo_images__items_wrap .title span{ font-size: 18px; }
    .common-content-images .content__box .title{ font-size: 34px; }
}
@media screen and (max-width:1440px){
    .common-content-images .content__box .title{ font-size: 32px; }
}
@media screen and (max-width:1280px){
    .common-content-images .logo_images__items_wrap .title{ padding:5px;height:50px;}
    .common-content-images .logo_images__items_wrap .title span{ font-size: 16px; }
    .common-content-images .content__box .title{ font-size: 28px; }
    .common-content-images .content__box .detail{ font-size: 18px; }
}
@media screen and (max-width:1000px){
    .common-content-images .logo_images__items_wrap .title span{  }
    .common-content-images .content__box.box_bg{padding: 24px; }
    .common-content-images .content__box .title{ font-size: 24px; }
    .common-content-images .content__box .detail{ font-size: 16px; }
    .common-content-images .swiper-banner img{ min-height: 360px; }
}
@media screen and (max-width:768px){
    .common-content-images .logo_images__items_wrap .logo_images__items{padding: 0 15px; grid-template-columns: repeat(2, 1fr); grid-column-gap:15px; grid-row-gap:5px;}
    .common-content-images .logo_images__items_wrap .logo_images__items:after{ width:calc(100% - 50% - 8px); }
    .common-content-images .images__items {margin-top: 12px;grid-column-gap: 10px;grid-row-gap: 10px;}
}
@media screen and (max-width:540px){
    .common-content-images .logo_images__items_wrap .logo_images__items{ display: block; }
    .common-content-images .logo_images__items_wrap .logo_images__items:after{ position: unset;}
    .common-content-images .logo_images__items_wrap .item{ width: 100%;margin-bottom:0; }
    .common-content-images .logo_images__items_wrap .item .line{margin-bottom:0;}
    .common-content-images .logo_images__items_wrap .item:first-child .line{ display: none; }
    .common-content-images .logo_images__items_wrap .title span{ font-size: 16px; }
    .common-content-images .images__items { display: block; }
    .common-content-images .images__items .item{ margin-bottom: 12px; }
    .common-content-images .images__items .item:last-child{ margin-bottom: 0; }
    .common-content-images .swiper-banner img { min-height: 280px;}
}
@media screen and (max-width:420px){
    .common-content-images .swiper-banner img { min-height: 240px;}
}
/* ------------------- Common ContentImages End ------------------- */


/* ------------------- Common GraphicGrid2 Start ------------------- */
.common-graphic-grid2{ padding: 70px 0; }
.common-graphic-grid2 .graphic__items{display: grid; grid-template-columns: repeat(3, 1fr); grid-column-gap:40px; grid-row-gap:20px;}
.common-graphic-grid2 .graphic__items .item{   }
.common-graphic-grid2 .graphic__items .thumb { font-size: 0; overflow: hidden;border: 0.5px solid rgba(84,93,104,0.3); }
.common-graphic-grid2 .graphic__items .thumb img{ transition: transform 0.5s ease;background-size: cover; background-repeat: no-repeat; background-position: center; width:100%; }
.common-graphic-grid2 .graphic__items .item:hover .thumb img{transform: scale(1.02);}
.common-graphic-grid2 .graphic__items .title{ font-size:15px;text-align: center; color: #545d68; line-height: 1; padding:20px 0 10px;}
@media screen and (max-width:1280px){
    .common-graphic-grid2{ padding: 60px 0; }
    .common-graphic-grid2 .graphic__items{ grid-column-gap:30px; grid-row-gap:20px;}
}
@media screen and (max-width:1024px){
    .common-graphic-grid2{ padding: 50px 0; }
    .common-graphic-grid2 .graphic__items{ grid-column-gap:20px; grid-row-gap:10px;}
    .common-graphic-grid2 .graphic__items .title{ font-size:14px;}
}
@media screen and (max-width:640px){
    .common-graphic-grid2 .graphic__items{grid-template-columns: repeat(2, 1fr); }
}
@media screen and (max-width:430px){
    .common-graphic-grid2 .graphic__items{ display: block; }
    .common-graphic-grid2 .graphic__items .item{ margin-bottom: 24px; }
    .common-graphic-grid2 .graphic__items .item:last-child{ margin-bottom: 0; }
}
/* ------------------- Common GraphicGrid2 End ------------------- */


/* ------------------- Common ImageText Start ------------------- */
.common-image-text{ margin-top: 35px; position: relative; min-height: 660px; max-height:680px; background-color: #efefef; }
.common-image-text .container{ min-height: inherit; }
.common-image-text .image_box{ position: absolute;top: 0;left: 0; width: 100%; height: 100%; display: flex;pointer-events: none;  }
.common-image-text .image_box .space,.common-image-text .image_box .thumb{ width: 50%; min-height:inherit ; }
.common-image-text .image_box .thumb img{ height: 100%; object-fit: cover; object-position: center; }
.common-image-text .content_box{ display: flex; align-items: baseline;min-height: inherit; }

.common-image-text .content_box .space,.common-image-text .content_box .content{ width: 50%; }
.common-image-text .content_box .content{ display: flex; align-items: center; justify-content: center; min-height: inherit;}
.common-image-text .content_box .content .detail-box{padding:24px; overflow-y:auto; max-height:680px; }
.common-image-text .content_box .content .title{ margin-bottom: 10px; font-size: 36px; font-weight: 700; color: #0ba541; }
.common-image-text .content_box .content .detail{ font-size: 20px; color: #545d68; line-height: 2; }

.common-image-text .content_box.cb-ar .space{ order: 1; }
.common-image-text .content_box.cb-ar .content{order: 2;}
.common-image-text .content_box.cb-ar .content .detail-box{direction: rtl;text-align: left;}
.common-image-text .content_box.cb-ar .content .detail-box .detail{direction: ltr;}


.common-image-text .image_box.cb-ar .space{order: 2;}
.common-image-text .image_box.cb-ar .thumb{order: 1;}


@media screen and (max-width:1600px){
    .common-image-text .content_box .content .title{ font-size: 34px; }
}
@media screen and (max-width:1440px){
    .common-image-text .content__box .content .title{ font-size: 32px; }
}
@media screen and (max-width:1280px){
    .common-image-text .content_box .content .title{ font-size: 28px; }
    .common-image-text .content_box .content .detail{ font-size: 18px; }
}
@media screen and (max-width:1000px){
    .common-image-text .content_box .content .title{ font-size: 24px; }
    .common-image-text .content_box .content .detail{ font-size: 16px; }
}
@media screen and (max-width:768px){
    .common-image-text{ min-height: auto; max-height:none; }
    .common-image-text .space{ display: none; }
    .common-image-text .image_box{ position: relative;}
    .common-image-text .content_box .content{ padding:42px 0; }
    .common-image-text .content_box .content .detail-box{ max-height:none;}
    .common-image-text .content_box .content .title{ text-align: center; }
    .common-image-text .content_box .content,.common-image-text .image_box .thumb{ width: 100%; }
}
/* ------------------- Common ImageText End ------------------- */


/* ------------------- Common Message Start ------------------- */
.common-message{ margin-top:36px; margin-bottom: 64px; }
.common-message .message__box{ display: flex; flex-wrap: wrap; }
.common-message .message__box .content,
.common-message .message__box .guestbook{ width: 50%; padding: 0 20px; }
.common-message .message__box .content{ overflow: hidden; }
.common-message .message__box .content .items{}
.common-message .message__box .content .items .item{ margin-bottom: 10px; }
.common-message .message__box .content .items .title{ margin-bottom: 5px; font-size: 26px; color: #0ba541; font-weight: 700; }
.common-message .message__box .content .items .desc{ font-size: 20px; color: #545d68; line-height: 2; }
.common-message .message__box .content .hotline{ margin-top: 15px; display: flex; align-items: baseline; }
.common-message .message__box .content .hotline .icon{ margin-right: 10px; display: inline-block; width: 30px; height: 30px; background-image: url(../images/icon-hotline.svg); background-size: 100%; background-repeat: no-repeat; background-position: center; }
.common-message .message__box .content .hotline .text{ line-height: 1; display: inline-block; font-size: 42px; color: #0ba541; font-weight: 700; }

.common-message .message__box .guestbook .guestbook__form{display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; grid-column-gap: 32px; grid-row-gap: 32px;}
.common-message .message__box .guestbook .guestbook__form .item:nth-child(1),
.common-message .message__box .guestbook .guestbook__form .item:nth-child(2) { width: calc(50% - 16px); }
.common-message .message__box .guestbook .guestbook__form .item { width: 100%; background-color: #d2d2d2; font-size: 0; }
.common-message .message__box .guestbook .guestbook__form .item .text_input{ padding:0 16px; height:50px;width: 100%; font-size: 20px; }
.common-message .message__box .guestbook .guestbook__form .item .text_area{ padding:16px;height:170px;width: 100%; border: none;background-color: transparent;font-size: 20px;  }
.common-message .message__box .guestbook .guestbook__form .item .text_input::placeholder,
.common-message .message__box .guestbook .guestbook__form .item .text_area::placeholder{ color: white; }
.common-message .message__box .guestbook .guestbook__form .item:last-child{ background-color: transparent; }
.common-message .message__box .guestbook .guestbook__form .item .submit{text-align: left; padding: 0 20px;font-size: 20px; color: white; background-color: #0ba541; height: 50px; width: 185px; font-weight: 700;}
@media screen and (max-width:1600px){
    .common-message .message__box .content .items .title{ font-size: 24px; }
    .common-message .message__box .content .items .desc{ font-size: 20px;}
}
@media screen and (max-width:1440px){
    .common-message .message__box .content .items .title{ font-size: 24px; }
    .common-message .message__box .content .items .desc{ font-size: 18px;}
    .common-message .message__box .content .hotline .icon{  width: 30px; height: 30px; }
    .common-message .message__box .content .hotline .text{ font-size: 38px;  }
    .common-message .message__box .guestbook .guestbook__form{grid-column-gap: 24px; grid-row-gap: 24px;}
    .common-message .message__box .guestbook .guestbook__form .item:nth-child(1), .common-message .message__box .guestbook .guestbook__form .item:nth-child(2) { width: calc(50% - 12px); }
    .common-message .message__box .guestbook .guestbook__form .item .text_input,
    .common-message .message__box .guestbook .guestbook__form .item .text_area,
    .common-message .message__box .guestbook .guestbook__form .item .submit{ font-size: 18px; }
}
@media screen and (max-width:1280px){
    .common-message .message__box .content,
    .common-message .message__box .guestbook{ padding: 0; }
    .common-message .message__box .content{ padding-right: 20px; }
    .common-message .message__box .content .items .title{ font-size: 20px; }
    .common-message .message__box .content .items .desc{ font-size: 16px;}
    .common-message .message__box .guestbook .guestbook__form{grid-column-gap: 20px; grid-row-gap: 20px;}
    .common-message .message__box .guestbook .guestbook__form .item:nth-child(1), .common-message .message__box .guestbook .guestbook__form .item:nth-child(2) { width: calc(50% - 10px); }
    .common-message .message__box .guestbook .guestbook__form .item .text_input,
    .common-message .message__box .guestbook .guestbook__form .item .text_area,
    .common-message .message__box .guestbook .guestbook__form .item .submit{ font-size: 16px; }
}
@media screen and (max-width:768px){
    .common-message .message__box .content,
    .common-message .message__box .guestbook{ width: 100%; padding: 0 20px; }
    .common-message .message__box .guestbook{margin-top: 42px;}
    .common-message .message__box .content .hotline .text { font-size: 32px; }
}
@media screen and (max-width:540px){
    .common-message .message__box .guestbook .guestbook__form .item:nth-child(1),
    .common-message .message__box .guestbook .guestbook__form .item:nth-child(2) { width:100%; }
}
/* ------------------- Common Message End ------------------- */


/* ------------------- Common Content Start ------------------- */
.common-content{ margin-top:64px; margin-bottom: 64px;}
.common-content .common-title{ margin-bottom: 42px; }
.common-content .content{ font-size: 20px;line-height:2;  }
@media screen and (max-width:1600px){}
@media screen and (max-width:1440px){}
@media screen and (max-width:1280px){
    .common-content .content{ font-size: 18px;}
}
@media screen and (max-width:768px){
    .common-content{ margin-top:54px; margin-bottom: 54px;}
    .common-content .content{ font-size: 16px;}
}
/* ------------------- Common Content End ------------------- */


/* ------------------- Common Pages Start ------------------- */
.page-navigation{display: flex ; align-items: center; justify-content: center; flex-wrap: wrap; width: 100%;}
.page-navigation .item{display: inline-flex ; min-width: 30px; height: 30px; border-radius: 15px; background-color: #d2d2d2; color: white; font-size: 20px; font-weight: 700; margin: 0 5px; align-items: center; padding: 0 5px; justify-content: center;}
.page-navigation .item:hover,
.page-navigation .item.current{ background-color: #0ba541; }
.page-navigation .item.disabled{ opacity: 0.3; }
.page-navigation .item.previous,
.page-navigation .item.next{ background-color: transparent;background-image: url(../images/icon-arrow-right.svg); background-repeat: no-repeat; background-size:11px 23px;background-position: center; }
.page-navigation .item.previous{ transform: rotate(180deg); }

/* ------------------- Common Pages End ------------------- */


/* ------------------- Common ProductList Start ------------------- */
.product-list-wrap{ margin-bottom: 35px; }
.product-list-wrap .items{margin-bottom: 35px; display: grid ; grid-template-columns: repeat(3, 1fr); grid-column-gap: 32px; grid-row-gap: 32px;}
.product-list-wrap .items .item{display: block;}
.product-list-wrap .items .thumb{position: relative;overflow: hidden; }
.product-list-wrap .items .thumb:after{ content: ''; position: absolute;top: 0;left: 0;width: 100%; height: 100%; border: 1px solid rgba(84, 93, 104, 0.5); }
.product-list-wrap .items .thumb img{transition: transform 0.5s ease;background-size: cover; background-repeat: no-repeat; background-position: center; }
.product-list-wrap .items .item:hover .thumb img{transform: scale(1.02);}
.product-list-wrap .items .meta{ padding: 24px 0 2px; }
.product-list-wrap .items .meta-catalog,
.product-list-wrap .items .meta-title{ text-align: center; font-size: 20px; line-height: 1.6;font-weight: 700; }
@media screen and (max-width:1600px){
    .product-list-wrap .items{grid-column-gap:30px; grid-row-gap: 30px;}
    .product-list-wrap .items .meta-catalog, 
    .product-list-wrap .items .meta-title { font-size: 18px; }
}
@media screen and (max-width:1440px){
    .product-list-wrap .items{grid-column-gap:28px; grid-row-gap: 28px;}
}
@media screen and (max-width:1280px){
    .product-list-wrap .items{grid-column-gap:24px; grid-row-gap: 24px;}
    .product-list-wrap .items .meta { padding: 18px 0 2px; }
    .product-list-wrap .items .meta-catalog, 
    .product-list-wrap .items .meta-title { font-size: 16px; }
}
@media screen and (max-width:768px){
    .product-list-wrap .items{grid-column-gap:20px; grid-row-gap: 20px;}
    .product-list-wrap .items .meta { padding: 16px 0 2px; }
    .product-list-wrap .items .meta-catalog, 
    .product-list-wrap .items .meta-title { font-size: 14px; }
}
@media screen and (max-width:640px){
    .product-list-wrap .items{grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width:430px){
    .product-list-wrap .items{ display: block;}
    .product-list-wrap .items .item{ margin-bottom: 24px; }
    .product-list-wrap .items .item:last-child{ margin-bottom: 0; }
}
/* ------------------- Common ProductList End ------------------- */




/* ------------------- Common CaseList Start ------------------- */
.case-list-wrap{ margin-bottom: 35px; }
.case-list-wrap .items{margin-bottom:35px; display:grid;grid-template-columns: repeat(3, 1fr); grid-column-gap:40px; grid-row-gap: 28px;}
.case-list-wrap .items .item{display: block;padding-top: 22px;position: relative;}
.case-list-wrap .items .item:after{ content: ''; position: absolute;top: 0;left: 0; height: 1px; background-color: rgba(84, 93, 104, 0.5); width: 100%;}
.case-list-wrap .items .item{display: block;}
.case-list-wrap .items .thumb{position: relative;overflow: hidden; }
.case-list-wrap .items .thumb img{transition: transform 0.5s ease;background-size: cover; background-repeat: no-repeat; background-position: center; }
.case-list-wrap .items .item:hover .thumb img{transform: scale(1.02);}
.case-list-wrap .items .meta{ padding-top: 24px; }
.case-list-wrap .items .meta-title{ font-size: 26px; line-height: 1.6; }
.case-list-wrap .items .meta-more{ margin-top: 32px; } 
@media screen and (max-width:1600px){
    .case-list-wrap .items{grid-column-gap:38px; grid-row-gap: 26px;}
    .case-list-wrap .items .meta-title { font-size: 24px; }
    .case-list-wrap .items .meta-more{ margin-top: 30px; } 
}
@media screen and (max-width:1440px){
    .case-list-wrap .items{grid-column-gap:36px; grid-row-gap: 24px;}
}
@media screen and (max-width:1280px){
    .case-list-wrap .items{grid-column-gap:30px; grid-row-gap: 20px;}
    .case-list-wrap .items .meta { padding-top: 22px; }
    .case-list-wrap .items .meta-title { font-size: 20px; }
    .case-list-wrap .items .meta-more{ margin-top: 26px; }
}
@media screen and (max-width:768px){
    .case-list-wrap .items{grid-column-gap:24px; grid-row-gap:18px;}
    .case-list-wrap .items .meta { padding-top: 20px; }
    .case-list-wrap .items .meta-title { font-size: 18px; }
    .case-list-wrap .items .meta-more{ margin-top: 20px; }
}
@media screen and (max-width:640px){
    .case-list-wrap .items{grid-template-columns: repeat(2, 1fr);}
    .case-list-wrap .items .meta { padding-top: 18px; }
    .case-list-wrap .items .meta-title { font-size: 16px; }
}
@media screen and (max-width:430px){
    .case-list-wrap .items{ display: block;}
    .case-list-wrap .items .item{ margin-bottom: 24px; }
    .case-list-wrap .items .item:last-child{ margin-bottom: 0; }
}
/* ------------------- Common CaseList End ------------------- */

/* ------------------- Common ArticleList Start ------------------- */
.article-list-wrap{ margin-bottom: 35px; }
.article-list-wrap .thumb-items{margin-bottom:24px;display:grid;grid-template-columns:repeat(3, 1fr);grid-column-gap:40px;grid-row-gap:20px;}
.article-list-wrap .thumb-items .item{ display:block;padding-top:22px;position:relative;}
.article-list-wrap .thumb-items .item:after{ content:''; position: absolute;top:0;left:0;height:1px;background-color:rgba(84, 93, 104, 0.5); width:100%;}
.article-list-wrap .thumb-items .thumb{position:relative;overflow:hidden;background-color: #d2d2d2;display:block; }
.article-list-wrap .thumb-items .thumb img{transition: transform 0.5s ease;background-size: cover; background-repeat: no-repeat; background-position: center; }
.article-list-wrap .thumb-items .item:hover .thumb img{transform: scale(1.02);}
.article-list-wrap .thumb-items .meta{ padding-top: 24px;font-size: 24px; }
.article-list-wrap .thumb-items .meta-date{  font-weight: 700; margin-bottom:8px; line-height: 1; } 
.article-list-wrap .thumb-items .meta-title{  line-height: 1.6; }
.article-list-wrap .video-items{    margin-bottom: 24px;}
.article-list-wrap .video-items .item{position: relative; padding-top: 30px; padding-bottom: 30px; display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap;}
.article-list-wrap .video-items .item:after{ content:''; position: absolute;top:0;left:0;height:1px;background-color:rgba(84, 93, 104, 0.2); width:100%;}
.article-list-wrap .video-items .thumb{width: 6.4rem; position: relative; }
.article-list-wrap .video-items .thumb .play-btn{background-color: rgba(0, 0, 0, .2); z-index: 3; background-image: url(../images/video-play-icon.png); background-size: auto; background-repeat: no-repeat; background-position: center; position: absolute; width: 100%; height: 100%; top: 0; left: 0;}
.article-list-wrap .video-items .thumb video{ background: #000;position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1; }
.article-list-wrap .video-items .thumb img{ background-size: cover; background-repeat: no-repeat; background-position: center; }
.article-list-wrap .video-items .meta{ width:calc(100% - 6.8rem);}
.article-list-wrap .video-items .meta-title{ margin-bottom: 10px; display: block; color: #0ba541; font-size: 26px; font-weight: 700;  line-height: 1.6; }
.article-list-wrap .video-items .meta-desc{ font-size: 20px; line-height:2; }
.article-list-wrap .items{ margin-bottom: 35px; }
.article-list-wrap .items .item{ padding:20px 0; border-top: 1px solid rgba(84, 93, 104, 0.3); font-size: 24px; display: flex; justify-content: space-between; align-items: center;}
.article-list-wrap .items .item:last-child{ border-bottom: 1px solid rgba(84, 93, 104, 0.3); }
.article-list-wrap .items .item .title{transition: .3s linear all; width: calc(100% - 160px); }
.article-list-wrap .items .item:hover .title{padding-left: 10px;}
.article-list-wrap .items .item .date span{ font-family: 'Microsoft YaHei'; }
@media screen and (max-width:1600px){
    .article-list-wrap .thumb-items{margin-bottom:22px; grid-column-gap:30px; grid-row-gap: 20px;}
    .article-list-wrap .thumb-items .item{padding-top: 20px;}
    .article-list-wrap .thumb-items .meta{ font-size: 22px; }
    .article-list-wrap .items .item{font-size: 22px;}

    .article-list-wrap .video-items .meta-title{ font-size: 24px; }
    .article-list-wrap .video-items .meta-desc{ font-size: 18px;}
}
@media screen and (max-width:1440px){
    .article-list-wrap .thumb-items{margin-bottom:20px; grid-column-gap:28px; grid-row-gap: 18px;}
    .article-list-wrap .thumb-items .meta{ font-size: 20px; }
    .article-list-wrap .items .item{font-size: 20px;}
    .article-list-wrap .video-items .item{ padding: 28px 0; }
    .article-list-wrap .video-items .meta-title{ font-size: 22px; }
}
@media screen and (max-width:1280px){
    .article-list-wrap .thumb-items{margin-bottom:18px; grid-column-gap:24px; grid-row-gap: 14px;}
    .article-list-wrap .thumb-items .item{padding-top: 18px;}
    .article-list-wrap .thumb-items .meta{ font-size: 18px; }
    .article-list-wrap .items .item{font-size: 18px;}
    .article-list-wrap .items .item .title { width: calc(100% - 120px); }
    .article-list-wrap .video-items .item{ padding: 26px 0; }
    .article-list-wrap .video-items .meta-title{ font-size: 20px; }
    .article-list-wrap .video-items .meta-desc{ font-size: 16px;}
}
@media screen and (max-width:768px){
    .article-list-wrap .thumb-items .meta{ font-size: 16px; }
    .article-list-wrap .items .item{font-size: 16px;line-height: normal;}

    .article-list-wrap .video-items{display:grid;grid-template-columns:repeat(2, 1fr);grid-column-gap:24px;grid-row-gap:0px;}
    .article-list-wrap .video-items .item{ padding: 24px 0;align-content: flex-start; }
    .article-list-wrap .video-items .thumb,
    .article-list-wrap .video-items .meta {flex: none;width: 100%;}
    .article-list-wrap .video-items .thumb .play-btn{background-size:54px;}

    .article-list-wrap .video-items .meta{ order: 2;padding-top: 20px; }
    .article-list-wrap .video-items .meta-title{ font-size: 18px; }
    .article-list-wrap .video-items .meta-desc{ line-height: 1.6; }
}
@media screen and (max-width:640px){
    .article-list-wrap .thumb-items{grid-template-columns: repeat(2, 1fr);}
    .article-list-wrap .video-items .meta-desc{ font-size: 14px;}
}
@media screen and (max-width:430px){
    .article-list-wrap .thumb-items{ display: block;}
    .article-list-wrap .thumb-items .item{ margin-bottom: 24px; }
    .article-list-wrap .thumb-items .item:last-child{ margin-bottom: 0; }
    .article-list-wrap .video-items{ display: block;}
}
/* ------------------- Common ArticleList End ------------------- */


/* ------------------- Common ArticleShow Start ------------------- */
.article-show-wrap{ margin-bottom: 35px; }
.article-show-wrap .article-show{ }
.article-show-wrap .article-main{ padding-top: 28px; border-top: 1px solid rgba(84,93,104,0.3); display: flex; justify-content: space-between;align-items: baseline;}
.article-show-wrap .article-content{ width: calc(100% - 4.8rem);}
.article-show-wrap .article-header{ }
.article-show-wrap .article-title{ font-size: 36px; font-weight: 700; color: #0ba541; }
.article-show-wrap .article-header{ }
.article-show-wrap .article-meta{ font-size: 18px; padding: 16px 0;opacity: 0.7; }
.article-show-wrap .article-detail{ font-size: 20px; line-height:2; padding-bottom:20px; margin-bottom:20px; border-bottom: 1px solid rgba(84, 93, 104, 0.3);}
.article-show-wrap .article-page{}
.article-show-wrap .article-page p{ margin-bottom: 10px; }
.article-show-wrap .article-page p:last-child{ margin-bottom: 0; }
.article-show-wrap .article-page .item{font-size: 18px; line-height: 2;display: inline-flex;    width: 100%;}
.article-show-wrap .article-page .item .text{ max-width: calc(100% - 30px);  }
.article-show-wrap .article-page .item i{ margin-left: 5px;transition: .3s linear all; }
.article-show-wrap .article-page .item:hover i{ margin-left: 15px; }
.article-show-wrap .article-page .previous,
.article-show-wrap .article-page .next{display: inline-block; width: 30px; height: 30px;  background-repeat: no-repeat; background-image: url(../images/icon-arrow-right.svg); background-position: center; }
.article-show-wrap .article-page .previous{transform: rotate(-90deg); margin-right: 36px; }
.article-show-wrap .article-page .next{transform: rotate(90deg); }
.article-show-wrap .article-related{ width: 4.4rem; position: sticky; top:30px;transition: .3s linear all;}
.article-show-wrap .related-title{ font-size: 36px; margin-bottom: 24px; }
.article-show-wrap .related-items{}
.article-show-wrap .related-items .item{ margin-bottom: 5px;display: block;}
.article-show-wrap .related-items .thumb{ position:relative;overflow:hidden;background-color: #d2d2d2;display:block;}
.article-show-wrap .related-items .thumb img{transition: transform 0.5s ease;background-size: cover; background-repeat: no-repeat; background-position: center; }
.article-show-wrap .related-items .item:hover .thumb img{transform: scale(1.02);}
.article-show-wrap .related-items .title{ padding:24px 0; font-size: 24px; line-height: 1.5; }
@media screen and (max-width:1600px){
    .article-show-wrap .article-title{ font-size: 34px;}
    .article-show-wrap .article-meta{ font-size: 18px; }
    .article-show-wrap .article-detail{ font-size: 20px; }
    .article-show-wrap .related-title{ font-size: 34px; }
    .article-show-wrap .related-items .title{font-size: 22px;}
}
@media screen and (max-width:1440px){
    .article-show-wrap .article-title{ font-size: 32px;}
    .article-show-wrap .article-meta{ font-size: 16px;padding: 15px 0; }
    .article-show-wrap .article-detail{ font-size: 18px; }
    .article-show-wrap .related-title{ font-size: 32px; }
    .article-show-wrap .related-items .title{font-size: 20px;}

}
@media screen and (max-width:1280px){
    .article-show-wrap .article-title,
    .article-show-wrap .related-title{ font-size: 30px; }
    .article-show-wrap .related-items .title{font-size: 18px;}
}
@media screen and (max-width:1024px){
    .article-show-wrap .article-main{display: block;}
    .article-show-wrap .article-content,
    .article-show-wrap .article-related{ width: 100%; }
    .article-show-wrap .article-detail,
    .article-show-wrap .article-page .item{ font-size: 16px; }
    .article-show-wrap .article-related{ margin-top: 64px;position: unset;}
    .article-show-wrap .article-title,
    .article-show-wrap .article-meta { text-align: center; }
    .article-show-wrap .article-title,
    .article-show-wrap .related-title{ font-size: 26px; }
    .article-show-wrap .related-items{ display: grid;grid-template-columns: repeat(4, 1fr); grid-column-gap:20px; grid-row-gap:20px; }
}
@media screen and (max-width:768px){
    .article-show-wrap .article-title,
    .article-show-wrap .related-title{ font-size: 24px; }
    .article-show-wrap .related-items { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (max-width:430px){
    .article-show-wrap .related-items{ display: block;}
    .article-show-wrap .related-items .item{ margin-bottom: 24px; }
    .article-show-wrap .related-items .item:last-child{ margin-bottom: 0; }
    .article-show-wrap .related-items{ display: block;}
}
/* ------------------- Common ArticleShow Start ------------------- */


/* ------------------- Common ProductShow Start ------------------- */
.product-show-wrap{ margin: 84px 0; }
.product-show-wrap .product-show{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.product-show-wrap .swiper-images{ width: 5rem; }
.product-show-wrap .swiper-images .swiper__product{border: 1px solid rgba(84,93,104,1); background-color: #545d68; }
.product-show-wrap .swiper-images .swiper-slide{font-size: 0;}
.product-show-wrap .swiper-images img{ background-size: cover; background-repeat: no-repeat; background-position: center; }

.product-show-wrap .swiper-pagination{ bottom: 20px; }
.product-show-wrap .swiper-pagination-bullet{ margin: 0 6px!important; width: 18px; height: 18px; opacity: 1; background-color: #d2d2d2; }
.product-show-wrap .swiper-pagination-bullet-active{ background-color: #0ba541; }

.product-show-wrap .product-content{ width: calc(100% - 5.7rem);  }
.product-show-wrap .product-content .title{ color: #2a2f38; font-weight: 700; font-size: 30px; line-height: 1.4; }
.product-show-wrap .product-content .specs_items{ margin-top: 42px; margin-bottom: 42px; }
.product-show-wrap .product-content .specs_items .item{ font-size: 20px; line-height:1.6; }
.product-show-wrap .product-content .specs_items .item .label{ font-weight:700;}
.product-show-wrap .product-content .dateil{font-size: 20px; line-height: 1.6;}
.product-show-wrap .product-content .content_items{ margin-top:20px; border-top: 1px solid rgba(84,93,104,0.5); }
.product-show-wrap .product-content .content_items dl{ border-bottom: 1px solid rgba(84,93,104,0.5); }
.product-show-wrap .product-content .content_items dt{ cursor: pointer; height: 60px; display: flex;justify-content: space-between; align-items: center; }
.product-show-wrap .product-content .content_items dt .text{ font-size:26px; color:#0ba541;}
.product-show-wrap .product-content .content_items dt .icon{display:inline-block;width:25px;height:25px;background-repeat:no-repeat;background-image:url(../images/icon-arrow-right.svg);transition:.3s linear all;transform:rotate(90deg);background-position:center;}
.product-show-wrap .product-content .content_items dd{ display: none; font-size: 20px; line-height: 1.6; padding-bottom: 16px; }
.product-show-wrap .product-content .content_items dl.active .icon{ transform: rotate(-90deg); }
.product-show-wrap .product-content .content_items dl.active dd{ display: block; }
@media screen and (max-width:1600px){
    .product-show-wrap { margin: 72px 0; }
    .product-show-wrap .product-content .title{ font-size: 28px; }
    .product-show-wrap .product-content .specs_items{ margin-top: 40px; margin-bottom: 40px; }
    .product-show-wrap .product-content .specs_items .item{ font-size: 18px;}
    .product-show-wrap .product-content .dateil{font-size: 18px;}
    .product-show-wrap .product-content .content_items dt{ height: 58px; }
    .product-show-wrap .product-content .content_items dt .text{font-size:24px;}
    .product-show-wrap .product-content .content_items dd{font-size: 18px;}
}
@media screen and (max-width:1440px){
    .product-show-wrap { margin: 64px 0; }
    .product-show-wrap .swiper-images{ width: 6rem; }
    .product-show-wrap .product-content{ width: calc(100% - 6.7rem);  }
    .product-show-wrap .product-content .title{ font-size: 26px; }
    .product-show-wrap .product-content .specs_items{ margin-top: 36px; margin-bottom: 36px; }
    .product-show-wrap .product-content .specs_items .item{ font-size: 16px;}
    .product-show-wrap .product-content .dateil{font-size: 16px;}
    .product-show-wrap .product-content .content_items dt{ height: 54px; }
    .product-show-wrap .product-content .content_items dt .text{font-size:22px;}
    .product-show-wrap .product-content .content_items dd{font-size: 16px;}
    .product-show-wrap .swiper-pagination-bullet{ margin: 0 5px!important; width: 16px; height: 16px;}
}
@media screen and (max-width:1280px){
    .product-show-wrap { margin: 54px 0; }
    .product-show-wrap .swiper-images{ width: calc(45% - 1rem); }
    .product-show-wrap .product-content{ width: 55%;  }

    .product-show-wrap .product-content .title{ font-size: 24px; }
    .product-show-wrap .product-content .specs_items{ margin-top: 32px; margin-bottom: 32px; }
    .product-show-wrap .product-content .content_items dt .text{font-size:20px;}
    .product-show-wrap .product-content .content_items dt .icon{ width: 20px; height: 20px; }

    .product-show-wrap .swiper-pagination-bullet{  width: 14px; height: 14px;}
}
@media screen and (max-width:768px){
    .product-show-wrap { margin:45px 0; }
    .product-show-wrap .swiper-images{ width: auto; max-width: 500px; margin: 0 auto 64px; }
    .product-show-wrap .product-content{ width: 100%;  }

    .product-show-wrap .swiper-pagination{ bottom: 12px; }
    .product-show-wrap .swiper-pagination-bullet{  width: 12px; height: 12px;}
}
@media screen and (max-width:500px){
    .product-show-wrap .swiper-images{ max-width: 100%;  margin: 0 auto 45px;}
}
/* ------------------- Common ProductShow End ------------------- */


.search-form{width: 720px; max-width: 100%; margin:25px auto 64px; position: relative;}
.search-form .text{width: 100%; height: 60px; opacity: 1; background-color: #eceff1; border-radius: 5px; border: 0px; padding-left: 24px; font-size: 16px;}
.search-form .submit{position: absolute; right: 0px;outline: none;touch-action: manipulation; cursor: pointer;font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle;display: inline-block; padding: 6px 12px;height: 60px; width:160px; background-color: #0ba541; border: 0px; color: #fff; border-radius: 4px; border-top-left-radius: 0px; border-bottom-left-radius: 0px; transition: all .7s ease 0s; font-size: 16px;}
@media screen and (max-width:768px){
    .search-form{margin:15px auto 45px;}
    .search-form .submit{ width:120px; }
}

.custom-icon.bounce img{
    animation: bounce 0.5s ease;
}
@keyframes load {
    0% {
        width: 0%;
    }
    100% {
        width: 73px;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}


@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}