@charset "utf-8";

html,
body {
    font-family: "Ë¼Ô´ºÚÌå CN";
    font-weight: 400;
}

/*hide scroll*/
/* html,body{-ms-overflow-style: none;} */
::-webkit-scrollbar-track-piece {
    position: fixed;
    right: 0;
    background-color: var(--lineColor3);
}

::-webkit-scrollbar {
    width: 3px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--mainColor);
    background-clip: padding-box;
    min-height: 28px;
    cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--mainColor);
}

::-webkit-scrollbar-button {
    width: 3px;
    height: 10px;
}

:root {
    --mainColor: #63b62f;
    --fontColor: #efefef;
    --fontColora: #aaaaaa;
    --fontColorb: #bbbbbb;
    --fontColorc: #cccccc;
    --fontColord: #dddddd;
    --fontColore: #eeeeee;
    --fontColorf: #ffffff;
    --fontColor0: #000000;
    --fontColor1: #111111;
    --fontColor2: #222222;
    --fontColor3: #333333;
    --fontColor4: #444444;
    --fontColor5: #555555;
    --fontColor6: #666666;
    --fontColor7: #777777;
    --fontColor8: #888888;
    --fontColor9: #999999;
    --lineColor: #7bd841;
    --lineColor2: #f8f8f8;
    --lineColor3: #f7f8f9;
    --lineColor4: #0f1737;
    --lineColor5: #f4f5f7;
}

/* a{color: var(--mainColor);} */

.box {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.box_con {
    box-sizing: border-box;
    padding: 0 150px;
    margin: 0 auto;
}

.box_cons {
    padding: 0 120px;
    box-sizing: border-box;
}
.mains_con{
    max-width: 1340px;
    margin: 0 auto;
}
/* img{
    max-width: 100%;
    width: 100%;
    object-fit: cover;
} */

/* header */
/* background: rgba(99, 182, 47, 0.8); */
header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.fixed .head_nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

header h1 {
    line-height: 100px;
    max-width: 156px;
}
.head_top{
    background: var(--fontColorf);
}
.head_top .box_con {
    justify-content: space-between;
    align-items: center;
}

.head_top .head_right {
    width: auto;
}

.head_top .head_right .item {
    width: 220px;
    height: 40px;
    background: var(--fontColor);
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 20px;
}

.head_top .head_right .search {
    display: inline-flex;
}

.head_top .head_right .search .search_txt {
    background: none;
    border: none;
    height: 40px;
    line-height: 40px;
    width: calc(100% - 20px);
    font-size: 14px;
}

.head_top .head_right .search .search_btn {
    width: 20px;
    height: 40px;
    background: url(/static/module/index/default/images/search_btn.png) no-repeat center;
    border: none;
}

.head_top .head_right .crowd {
    margin-left: 30px;
}

.head_top .head_right .crowd .search_select {
    border: none;
    background: none;
    line-height: 40px;
    height: 40px;
    width: 100%;
    font-size: 14px;
}

.head_nav {
    background: rgba(99, 182, 47, 0.8);
}

.head_nav ul li {
    width: calc(100% / 8);
    text-align: center;
    height: 55px;
    position: relative;
    overflow: hidden;
}

.head_nav ul li a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: var(--fontColorf);
    line-height: 55px;
    transition: all 0.5s;
}

.head_nav ul li.active a,
.head_nav ul li:hover a {
    background: var(--lineColor);
    transition: all 0.5s;
}

.head_nav li a.hoverdir {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: -100%;
    transition: all 0.5s;
}

.head_nav li:hover a {
    transition: all 0.5s;
    transform: translateY(-100%);
}

.head_nav li:hover a.hoverdir {
    bottom: -100%;
    transition: all 0.5s;
}

/* footer */
.foot_top {
    padding: 60px 0 0;
    background: var(--lineColor2);
}

.foot_top_left {
    width: 73%;
}

.foot_top_left .item {
    width: calc(100% / 4 - 15.33px);
    margin-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.foot_top_left .item:nth-child(4n) {
    margin-right: 0;
}

.foot_top_left .item h3 {
    font-size: 24px;
    font-weight: bold;
    color: var(--fontColor3);
    line-height: 36px;
    position: relative;
    margin-bottom: 20px;
}

.foot_top_left .item h3::before {
    content: "";
    display: block;
    width: 3px;
    height: 20px;
    background: var(--fontColorb);
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -10px;
    border-radius: 2px;
}

.foot_top_left .item p {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
}

.foot_top_left .item p a {
    display: block;
    /* width: calc(100% / 2 - 10px); */
    width: calc(100%);
    font-size: 16px;
    line-height: 1.2;
    padding-bottom: 10px;
    margin-right: 20px;
    opacity: 0.5;
}

.foot_top_left .item p a:nth-child(2n) {
    margin-right: 0;
}

.foot_top_right {
    width: 24%;
    justify-content: space-between;
    margin-left: 3%;
}

.foot_top_right .information {
    width: 100%;
}

.foot_top_right .information dl {
    display: inline-flex;
    width: 100%;
    margin-bottom: 30px;
}

.foot_top_right .information dl dt {
    width: 50px;
    height: 50px;
    border: 1px solid var(--fontColorb);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}

.foot_top_right .information dl dt img {
    text-align: center;
    width: 25px;
    height: 25px;
    filter: grayscale(100%);
    transition: all 0.5s;
}

.foot_top_right .information dl dd {
    padding-left: 20px;
}

.foot_top_right .information dl dd p {
    font-size: 16px;
    color: var(--fontColor3);
    line-height: 1.5;
}

.foot_top_right .information dl dd b {
    font-size: 36px;
    color: var(--fontColor3);
    display: block;
}

.foot_top_right .information dl dd span {
    font-size: 18px;
    color: var(--fontColor6);
}

.foot_top_right .information dl dd em {
    width: 110px;
    height: 110px;
    overflow: hidden;
    display: block;
    box-shadow: 0 5px 20px rgba(1, 88, 98, 0.2);
}

.foot_top_right .information dl:hover dt {
    border: 1px solid var(--mainColor);
    transition: all 0.5s;
}

.foot_top_right .information dl:hover dt img {
    filter: grayscale(0%);
    transition: all 0.5s;
}

.foot_btm {
    background: var(--mainColor);
    text-align: center;
    border-top: 2px solid rgba(99, 182, 47, 0.3);
}

.foot_btm p {
    line-height: 36px;
    padding: 20px 0;
    font-size: 14px;
    color: var(--fontColorf);
}

.foot_btm p a {
    color: var(--fontColorf);
    margin: 0 10px;
}
footer a:hover {
    text-decoration: underline !important;
    color: var(--lineColor);
    opacity: 1 !important;
}
.pops {
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 9;
}

.pops .item {
    background: var(--mainColor);
    width: 90px;
    height: 90px;
    border-radius: 40px 0 0 40px;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 15px;
    box-sizing: border-box;
}

.pops .gotops {
    opacity: 0;
}

.pops .toshow {
    opacity: 1;
}

.pops .item a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.pops .item span {
    display: block;
    margin: 0px auto;
}

.pops .item p {
    font-size: 14px;
    line-height: 20px;
    color: var(--fontColorf);
    text-transform: uppercase;
}

/* banner */
.banner {
    height: 100vh;
}

.myBanner {
    position: relative;
    overflow: hidden;
}

.myBanner .swiper-slide a {
    display: block;
    height: 100vh;
    width: 100%;
    transform: scale(1.2);
    transition: all 3.5s;
}
.myBanner .swiper-slide-active a{transform: scale(1);transition: all 3.5s;}
.myBanner .swiper-pagination-banner {
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 2;
}

.myBanner .swiper-pagination-banner .swiper-pagination-bullet {
    width: 140px;
    height: 6px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
    margin: 0 15px;
}

.myBanner .swiper-pagination-banner .swiper-pagination-bullet::after {
    content: "";
    display: block;
    width: 0%;
    height: 100%;
    background: var(--mainColor);
}

.myBanner .swiper-pagination-banner .swiper-pagination-bullet-active {
    background: var(--fontColorf);
    transition: all 3.5s;
    overflow: hidden;
}

.myBanner .swiper-pagination-banner .swiper-pagination-bullet-active::after {
    width: 100%;
    transition: all 3.5s;
}

/*  */
.title span {
    font-size: 16px;
    line-height: 34px;
    color: var(--mainColor);
    padding-left: 20px;
    background: url(/static/module/index/default/images/title_icon.png) no-repeat left;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
}

.title h3 {
    font-size: 46px;
    color: var(--fontColor0);
    font-weight: bold;
    line-height: 1;
}

.title h3 p {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: var(--fontColor6);
    font-weight: 400;
    margin-left: 60px;
    max-width: 840px;
    width: 100%;
}

.more {
    text-align: center;
}

.more a {
    display: inline-flex;
    width: 280px;
    text-align: center;
    line-height: 50px;
    margin: 60px auto;
    border: 1px solid var(--fontColord);
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 35px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.more a span {
    text-indent: 1em;
    font-size: 18px;
    color: var(--fontColor3);
    transition: all 0.5s;
    position: relative;
    z-index: 1;
}

.more a em {
    display: block;
    width: 50px;
    height: 50px;
    background: var(--mainColor) url(../images/more_icon.png) no-repeat center;
    border-radius: 50px;
    position: relative;
    z-index: 1;
}

.more a::before {
    content: "";
    display: block;
    width: 280px;
    height: 280px;
    background: var(--mainColor);
    position: absolute;
    top: 50%;
    right: -35%;
    margin-top: -140px;
    z-index: 0;
    transform: scale(0) translate(100%);
    transition: all 0.5s;
    border-radius: 50%;
}

.more a:hover span {
    color: var(--fontColorf);
    transition: all 0.5s;
}

.more a:hover::before {
    transform: scale(1) translate(-34%);
    transition: all 0.5s;
}

/* news */
.news {
    padding: 70px 0 30px;
}

.news .news_tit {
    margin-top: -50px;
    position: relative;
    z-index: 2;
}

.news .news_tit ul {
    justify-content: flex-end;
}

.news .news_tit ul li a {
    display: block;
    width: 140px;
    line-height: 45px;
    text-align: center;
    margin-left: 30px;
    font-size: 16px;
    color: var(--fontColor3);
    border: 1px solid var(--fontColor3);
    border-radius: 25px;
}

.news .news_tit ul li.active a,
.news .news_tit ul li:hover a {
    background: var(--mainColor);
    color: var(--fontColorf);
    border: 1px solid var(--mainColor);
}

.news_con {
    padding: 60px 0 20px;
}

.news_con .news_left {
    width: 68%;
}

.news_con .news_left .item {
    width: calc(100% / 2 - 47.45px);
    margin-right: 50px;
    background: var(--lineColor3);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.news_con .news_left .item:nth-child(2n) {
    margin-right: 0;
}

.news_con .news_left .item .pic {
    width: 100%;
    height: 330px;
    overflow: hidden;
    position: relative;
}

.news_con .news_left .item .pic img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    transition: ease-in-out 0.5s;
    width: 100%;
    height: 100%;
}

.news_con .news_left .item:hover .pic img {
    transform: scale(1.1);
    transition: ease-in-out 0.5s;
}

.news_con .news_left .item .tct {
    padding: 20px 30px;
}

.news_con .news_left .item .tct span {
    display: block;
    font-size: 16px;
    line-height: 34px;
    color: var(--fontColor3);
    padding-left: 20px;
    background: url(/static/module/index/default/images/time_icon.png) no-repeat left;
}

.news_con .news_left .item .tct h3 {
    font-size: 24px;
    color: var(--fontColor0);
    font-weight: bold;
    line-height: 36px;
    margin: 10px 0;
    transition: ease-in-out 0.5s;
}

.news_con .news_left .item:hover .tct h3 {
    color: var(--mainColor);
    transition: ease-in-out 0.5s;
}

.news_con .news_left .item .tct p {
    font-size: 16px;
    line-height: 26px;
}

.news_con .news_right {
    width: calc(100% - 68%);
}

.myNews {
    position: relative;
    overflow: hidden;
    height: 490px;
}

.myNews .swiper-container {
    height: 100%;
}

.myNews .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.myNews .swiper-slide a {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--fontColord);
    box-sizing: border-box;
}

.myNews .swiper-slide .pic {
    width: 200px;
    height: 130px;
    border-radius: 10px;
    overflow: hidden;
}

.myNews .swiper-slide .pic img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    transition: ease-in-out 0.5s;
    width: 100%;
    height: 100%;
}

.myNews .swiper-slide :hover .pic img {
    transform: scale(1.1);
    transition: ease-in-out 0.5s;
}

.myNews .swiper-slide .tct {
    width: calc(100% - 200px);
    padding-left: 20px;
    box-sizing: border-box;
}

.myNews .swiper-slide .tct span {
    display: block;
    font-size: 16px;
    line-height: 34px;
    color: var(--fontColor3);
    padding-left: 20px;
    background: url(/static/module/index/default/images/time_icon.png) no-repeat left;
}

.myNews .swiper-slide .tct h3 {
    font-size: 24px;
    color: var(--fontColor0);
    font-weight: bold;
    line-height: 36px;
    margin: 10px 0;
    transition: all 0.5s;
}

.myNews .swiper-slide:hover .tct h3 {
    color: var(--mainColor);
    transition: all 0.5s;
}

/* business */
.business{padding-top: 60px;}
.business_con {
    padding: 60px 0 20px;
}

.business_con .item {
    width: calc(100% / 4 - 45.25px);
    margin-right: 60px;
    height: 530px;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
}

.business_con .item:hover {
    box-shadow: 0 10px 30px rgba(1, 88, 98, 0.2);
}

.business_con .item:nth-child(4n) {
    margin-right: 0;
}

.business_con .item .pic {
    width: 100%;
    height: 100%;
    background: var(--fontColor3);
}

.business_con .item .pic img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0.85;
    transition: all 0.5s;
}

.business_con .item:hover .pic img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.business_con .item .tct {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    box-sizing: border-box;
    background: url(/static/module/index/default/images/business_con_item_bg.png) no-repeat center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transform: translateY(50%);
    transition: all 0.5s;
    background-size: cover;
}

.business_con .item .tct h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: var(--fontColorf);
}

.business_con .item .tct span {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: var(--fontColorf);
    opacity: 0.6;
    font-weight: 200;
    margin: 20px 0;
}

.business_con .item .tct p {
    max-height: 140px;
    overflow-y: auto;
    padding-right: 20px;
    margin-top: 130px;
    height: 100%;
}

.business_con .item .tct p a {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: var(--fontColorf);
    font-weight: 300;
    margin-bottom: 15px;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
}

.business_con .item .tct p a::before {
    content: "";
    display: inline-flex;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--fontColorf);
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 12px;
    opacity: 0.5;
}

.business_con .item .tct p a:hover::before {
    background: var(--mainColor);
    opacity: 1;
}

.business_con .item .tct p a:hover {
    color: var(--mainColor);
    font-weight: 500;
}

.business_con .item:hover .tct {
    transform: translateY(0);
    transition: all 0.5s;
    transition-delay: 0.5s;
}

/* products */
.products {
    background: var(--lineColor2);
    padding: 70px 0;
    border-radius: 40px;
    overflow: hidden;
}

.products_con .products_item {
    display: none;
}

.products_con .products_item.active {
    display: block;
}

.products_con .products_item .products_item_left {
    width: calc(100% - 50%);
    padding-right: 7%;
    box-sizing: border-box;
}

.products_con .products_item .products_item_left h3 {
    font-size: 40px;
    line-height: 1;
    color: var(--mainColor);
    font-weight: bold;
    margin: 80px 0 30px;
}

.products_con .products_item .products_item_left p {
    font-size: 16px;
    line-height: 44px;
    color: var(--fontColor6);
}

.products_con .products_item .products_item_left .more {
    text-align: left;
}

.products_con .products_item .products_item_right {
    width: 50%;
    position: relative;
    max-height: 550px;
    border-radius: 30px;
    overflow: hidden;
    margin-top: -120px;
}

.products_con .products_item video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.products_con .products_item .video_btn {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -65px auto 0;
    width: 130px;
    height: 130px;
    cursor: pointer;
}

.products_con .products_item .video_btn img {
    max-width: 100%;
}

.products_tab .products_tit {
    margin: 60px auto 30px;
}

.products_tab .products_tit ul li {
    width: calc(100% / 3 - 40.33px);
    margin-right: 60px;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    color: var(--fontColor0);
    border: 1px solid var(--fontColord);
    border-radius: 35px;
    box-sizing: border-box;
    display: inline-flex;
    padding: 15px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.products_tab .products_tit ul li:nth-child(3n) {
    margin-right: 0;
}

.products_tab .products_tit ul li.active  {
    background: var(--mainColor);
    color: var(--fontColorf);
  
}
.products_tab .products_tit ul li.active a {
    color: var(--fontColorf);
}

/*  */
.service,
.case {
    padding: 60px 0 0;
}

.myService {
    padding: 60px 0 30px;
    position: relative;
}

.myService .swiper-slide a {
    display: block;
    max-width: 350px;
    margin-bottom: 20px;
}

.myService .swiper-slide .pic {
    display: block;
    width: 100%;
    max-height: 300px;
    height: auto;
    overflow: hidden;
    border-radius: 30px;
    background: var(--lineColor4);
    position: relative;
}

.myService .swiper-slide .pic img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.myService .swiper-slide .pic span {
    display: block;
    width: 75px;
    height: 75px;
    position: absolute;
    top: 50%;
    margin: -32.5px auto 0;
    left: 0;
    right: 0;
}

.myService .swiper-slide .pic span img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    transform: scale(0);
    transition: all 0.5s;
}

.myService .swiper-slide:hover .pic span img {
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s;
}

.myService .swiper-slide:hover .pic img {
    transform: scale(1.1);
    transition: all 0.5s;
    opacity: 0.3;
}

.myService .swiper-slide h3 {
    font-size: 30px;
    color: var(--fontColor3);
    font-weight: bold;
    padding: 30px 20px 10px;
    box-sizing: border-box;
    transition: all 0.5s;
}

.myService .swiper-slide:hover h3 {
    color: var(--mainColor);
    transition: all 0.5s;
}

.myService .swiper-slide em {
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
    color: var(--mainColor);
    padding: 0 20px;
    box-sizing: border-box;
    padding-right: 25px;
    background: url(/static/module/index/default/images/more_icon2.png) no-repeat right;
}

.swiper-scrollbar {
    z-index: 2 !important;
}

.swiper-scrollbar .swiper-scrollbar-drag {
    background: var(--mainColor);
}

/* case */
.case {
    background: var(--lineColor2);
    padding: 60px 0;
    border-radius: 40px;
    overflow: hidden;
}

.case .title {
    text-align: left;
}


.case_con .case_tit {
    margin: 60px auto;
}

.case_con .case_tit ul {
    position: relative;
}

.case_con .case_tit ul::before {
    content: "";
    height: 4px;
    width: 100%;
    background: var(--fontColord);
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 0;
    right: 0;
    z-index: 0;
}

.case_con .case_tit ul li {
    width: calc(100% / 6 - 50.16px);
    margin-right: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.case_con .case_tit ul li a {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: bold;
    color: var(--fontColor0);
    background: var(--lineColor2);
    border: 2px solid var(--fontColord);
    box-sizing: border-box;
    line-height: 70px;
    border-radius: 35px;
    transition: all 0.5s
}

.case_con .case_tit ul li:nth-child(6n) {
    margin-right: 0;
}

.case_con .case_tit ul li span {
    width: 28px;
    height: 28px;
    overflow: hidden;
    margin-right: 10px;
    position: relative;
}

.case_con .case_tit ul li span img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    max-width: 100%;
    max-height: 100%;
    opacity: 1;
    transition: all 0.5s;
}

.case_con .case_tit ul li.active span img,
.case_con .case_tit ul li:hover span img {
    filter: brightness(0) invert(1);
}

.case_con .case_tit ul li.active a,
.case_con .case_tit ul li:hover a {
    background: var(--mainColor);
    color: var(--fontColorf);
    border: 2px solid var(--mainColor);
    transition: all 0.5s;
}

.case_tct {
    width: 100%;
}

.case_tct .case_tct_item {
    display: none;
}

.case_tct .case_tct_item.active {
    display: block;
}

.case_tct .case_tct_left {
    margin-right: 30px;
    box-sizing: border-box;
    box-shadow: 0 8px 30px 10px #ddd;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box;
    max-height: 450px;
}

.case_tct .case_tct_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.case_tct .case_tct_left,
.case_tct .case_tct_right {
    width: calc(100% / 2 - 70px);
}

.case_tct .case_tct_right {
    margin-left: 30px;
    width: calc(100% / 2 + 10px);
}

.case_tct .case_tct_right .title {
    text-align: left;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 80px;
    box-sizing: border-box;
}

.case_tct .case_tct_right .title span {
    background: none;
    padding-left: 0;
}

.case_tct .case_tct_right .title p {
    font-size: 16px;
    line-height: 30px;
    color: var(--fontColor6);
    margin: 30px 0;
}

.myCase {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: 50px 0 50px 80px;
}

.myCase .swiper-container {
    overflow: visible !important;
}

.myCase .swiper-slide {
    width: 100%;
    height: 450px;
    box-sizing: border-box;
    opacity: 0.9;
}

.myCase .swiper-slide a {
    background: var(--lineColor2);
}

.myCase .swiper-slide-active {
    opacity: 1;
}

.myCase .swiper-slide a {
    width: 100%;
}

.myCase .swiper-pagination-case {
    position: absolute;
    bottom: 12%;
    z-index: 2;
    text-align: center;
    font-size: 22px;
    line-height: 34px;
    color: var(--fontColor6);
    padding-left: 120px;
}

.myCase .swiper-pagination-case .swiper-pagination-current {
    font-size: 40px;
    font-weight: 500;
    color: var(--mainColor);
}

.myCase .swiper-button-next,
.myCase .swiper-button-prev {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid var(--fontColord);
    top: 80%;
    opacity: 1;
    background: none;
}

.myCase .swiper-button-next::after,
.myCase .swiper-button-prev::after {
    background: url(/static/module/index/default/images/more_icon2.png) no-repeat center;
    font-size: 0;
    width: 16px;
    height: 16px;
}

.myCase .swiper-button-next {
    right: 0;
}

.myCase .swiper-button-prev {
    left: auto;
    right: 100px;
    transform: rotate(180deg);
}

.myCase .swiper-button-next:hover,
.myCase .swiper-button-prev:hover {
    background: var(--mainColor);
}

.myCase .swiper-button-next:hover::after,
.myCase .swiper-button-prev:hover::after {
    filter: brightness(0) invert(1);
}

/*  */
.cooperative {
    padding-bottom: 0;
    background: none;
}

.cooperative_con {
    padding-top: 60px;
}

.cooperative_con .item {
    width: calc(100% / 6 - 34.16px);
    margin-right: 40px;
}

.cooperative_con .item:nth-child(6n) {
    margin-right: 0;
}

.cooperative_con .item .item_top ul li {
    height: 120px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px;
}

.cooperative_con .item .item_top ul li a {
    height: 100%;
    align-items: center;
    justify-content: center;
}

.cooperative_con .item .item_top ul li a img {
    /* max-width: 70%; */
    max-height: 100%;
}

.myCooperative {
    position: relative;
    height: 280px;
    overflow-y: clip;
}

.myCooperative .swiper-slide {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin-bottom: 40px;
    overflow: hidden;
}

.myCooperative .swiper-slide a {
    height: 100%;
    align-items: center;
    justify-content: center;
}

.myCooperative .swiper-slide a img {
    /* max-width: 70%; */
    max-height: 100%;
}

.myCooperative .swiper-container {
    height: 100%;
    overflow: initial !important;
}

.myCooperative .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.ggt {
    text-align: center;
}

.container {
    position: relative;
    vertical-align: middle;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    -o-perspective: 900px;
    -ms-perspective: 900px;
    perspective: 900px;
}

.container .next {
    position: absolute;
    bottom: 3em;
    right: 5%;
    width: 3.5em;
    height: 3.5em;
    margin-left: -2.5em;
    line-height: 3.5em;
    border-radius: 100%;
    color: var(--fontColor9);
    text-decoration: none;
    border: solid 1px var(--fontColor9);
    z-index: 2;
    text-align: center;
}


/* ÄÚÒ³ */
.bar{height: 510px;}
.bar2{height: 430px;}
.bar3{height: 700px;}
.bar_con{height: 100%;}
.bar_tit{height: 100%;justify-content: space-between;align-content: flex-end;padding-bottom: 60px;box-sizing: border-box;align-items: flex-end;}
.bar_left{display: inline-flex;align-items: flex-end;}
.bar_left h3{font-size: 54px;color: var(--fontColor3);font-weight: bold;line-height: 1;}
.bar_left h4{font-size: 50px;color: var(--fontColor3);font-weight: bold;line-height: 1;}
.bar_left p{font-size: 20px;color: var(--fontColor3);opacity: 0.3;text-transform: uppercase;font-weight: bold;font-style: oblique;padding-left: 15px;}
.bar_right dl dt{background: url(/static/module/index/default/images/home_icon.png) no-repeat center;width: 20px;}
.bar_right dl dd a{color: var(--fontColor3);}
.bar_right dl dd a:hover,
.bar_right dl dd:last-child a{color: var(--mainColor);}
.bar_right p a{font-size: 20px;color: var(--fontColor3);align-items: center;}
.bar_right p img{margin-right: 10px;}

.main{padding: 60px 0;}
.main_con{justify-content: space-between;align-items: flex-start;}
.main_left{box-shadow: 0 10px 40px rgba(12, 32, 72, 0.1);width: 240px;}
.main_left h3{font-size: 36px;color: var(--fontColorf);line-height: 90px;background: url(/static/module/index/default/images/main_left_bg.jpg) no-repeat;background-size: cover;box-sizing: border-box;font-weight: bold;text-align: center;display: inline-flex;align-items: center;justify-content: center;width: 100%;}
.main_left h3 span{display: inline-flex;margin-right: 5px;}
.main_left ul{padding: 15px 30px;}
.main_left ul li{padding: 10px 0;position: relative;}
.main_left ul li a{display: block;font-size: 24px;line-height: 34px;color: var(--fontColor1);padding-right: 30px;}
.main_left ul li span{width: 30px;height: 30px;display: block;position: absolute;right: 0;top: 10px;cursor: pointer;}
.main_left ul li span::before,
.main_left ul li span::after{content: "";display: block;width: 20px;height: 2px;background: var(--fontColor9);position: absolute;top: 50%;left: 0;right: 0;margin: 2px auto 0;}
.main_left ul li span::after{transform: rotate(90deg);}
.main_left ul li.active>a{color: var(--mainColor);}
.main_left ul li.active span::before{background: var(--mainColor);}
.main_left ul li.active span::after{opacity: 0;}
.main_left ul li ul{padding: 15px 20px 0;}
.main_left ul li ul li a{font-size: 20px;line-height: 24px;}
.main_left ul li ul,
.main_left ul li ul li ul{display: none;}
.main_left ul li.active>ul,
.main_left ul li ul li.active>ul{display: block;}
.main_left ul li ul li ul li a{font-size: 16px;line-height: 1;}
.main_left .business_bd{padding: 30px;}
.main_left .business_bd form{position: relative;}
.main_left .business_bd input{background: #ebeef4;line-height: 60px;border:none;width: 100%;text-indent: 1em;}
.main_left .business_bd button{background:#ebeef4 url(../images/business_search.png) no-repeat center;width: 60px;height: 60px;position: absolute;right: 0;top: 0px;border:none;}
.main_right{width: calc(100% - 320px);}
.main_right .main_tit{padding: 25px 0 25px;}
.main_right .main_tit h3{font-size: 36px;font-weight: bold;color: var(--fontColor1);display: inline-flex;align-items: center;}
.main_right .main_tit h3::before{content: "";display: block;width: 5px;height: 36px;background: var(--mainColor);margin-right: 30px;}

.main_left2{width: 420px;background: var(--fontColorf);}
.main_right2{width: calc(100% - 480px);}

.culture .item{background: var(--lineColor5);border-radius: 5px;width: calc(100% / 3 - 27.99px);margin-right: 40px;position: relative;margin-top: 30px;}
.culture .item:nth-child(3n){margin-right: 0;}
.culture .item .pic{width: 100%;height: 100%;opacity: 0;transition: all 0.5s;overflow: hidden;}
.culture .item .pic img{width: 100%;height: 100%;}
.culture .item .tct{padding: 30px;box-sizing: border-box;position: absolute;bottom: 0;left: 0;right: 0;}
.culture .item h3{font-size: 32px;color: var(--fontColor2);line-height: 46px;font-weight: bold;}
.culture .item h3::after{content: "";display: block;width: 60px;height: 1px;background: rgba(99, 182, 47, 0.3);margin: 20px 0;}
.culture .item p{font-size: 22px;line-height: 36px;color: var(--fontColor2);min-height: 72px;}
.culture .item span{display: block;width: 54px;height: 54px;margin-top: 50px;}
.culture .item:hover .pic{opacity: 1;transition: all 0.5s;}
.culture .item:hover h3,
.culture .item:hover p{color: var(--fontColorf);transition: all 0.5s;}
.culture .item:hover h3::after{background: rgba(255, 255, 255, 0.4);transition: all 0.5s;}
.culture .item:hover span{filter: brightness(0) invert(1);transition: all 0.5s;}

.history{padding-left: 25px;position: relative;}
.history::before,
.history::after{content: "";display: block;width: 1px;height: 100%;background: var(--fontColorc);position: absolute;left: 12px;top: 0;}
.history::after{width: 23px;height: 14px;background: url(/static/module/index/default/images/jt_icon.png) no-repeat;left: 1px;}
.history .item{padding-left: 30px;box-sizing: border-box;margin-top: 40px;align-items: flex-start;justify-content: space-between;position: relative;}
.history .item::before,
.history .item::after{content: "";display: block;border-radius: 50%;position: absolute;left: -24px;top: 35px;}
.history .item::before{width: 20px;height: 20px;border:1px solid var(--mainColor);background: var(--fontColorf);}
.history .item::after{width: 10px;height: 10px;background: var(--mainColor);margin: 6px;}
.history .item .year{font-size: 16px;color: var(--fontColor5);width: 160px;}
.history .item .year b{font-size: 56px;color: var(--fontColor5);font-weight: bold;}
.history .item .txt{width: calc(100% - 180px);background: var(--lineColor5);padding: 30px;border-radius: 5px;box-sizing: border-box;}
.history .item .txt p{font-size: 18px;line-height: 26px;color: var(--fontColor3);margin: 10px 0;position: relative;padding-left: 15px;}
.history .item .txt p::before{content: "";display: block;width: 6px;height: 6px;background: var(--mainColor);border-radius: 50%;position: absolute;left: 0;top: 12px;}

.member .item{margin-top: 30px;transition: all 0.5s;}
.member .item a{padding: 20px 30px;background: var(--lineColor5);display: block;box-sizing: border-box;border-radius: 5px;}
.member .item h3{font-size: 28px;line-height: 36px;color: var(--lineColor);font-weight: bold;}
.member .item p{font-size: 16px;line-height: 30px;color: var(--fontColor3);margin: 10px 0;}
.member .item em{font-size: 14px;line-height: 36px;filter: brightness(0);opacity: 0.5;display: inline-flex;align-items: center;color: var(--mainColor);transition: all 0.5s;}
.member .item em::after{content: "";display: block;width: 14px;height: 14px;background: url(/static/module/index/default/images/more_icon2.png) no-repeat;background-size: contain;margin-left: 10px;}
.member .item:hover{box-shadow: 0 10px 20px rgba(1, 88, 98, 0.1);transition: all 0.5s;transform: translateY(-10px);transition: all 0.5s;}
.member .item:hover em{filter: brightness(1);opacity: 1;transition: all 0.5s;}

.honor{padding: 0 35px;box-sizing: border-box;}
.honor_tit ul li{font-size: 28px;line-height: 46px;color: var(--fontColor1);font-weight: bold;cursor: pointer;margin-right: 30px;border-bottom: 1px solid var(--fontColorf);padding: 10px 0;}
.honor_tit ul li.active{color: var(--mainColor);border-bottom: 1px solid var(--mainColor);}
.honor_con .items{display: none;}
.honor_con .items.active{display: block;}
.honor_con .items .item{width: calc(100% / 3 - 26.66px);margin-right: 40px;margin-top: 40px;transition: all 0.5s;}
.honor_con .items .item:nth-child(3n){margin-right: 0;}
.honor_con .items .item .pic{width: 100%;height: 320px;background: url(/static/module/index/default/images/honor_item_bg.jpg) no-repeat center;background-size: cover;text-align: center;display: inline-flex;justify-content: center;flex-direction: column;border-radius: 5px;overflow: hidden;}
.honor_con .items .item .pic img{max-height: 90%;max-width: 90%;}
.honor_con .items .item .tit{font-size: 18px;line-height: 26px;color: var(--fontColor3);text-align: center;margin-top: 5px;padding: 10px;}
.honor_con .items .item:hover{transform: translateY(-10px);transition: all 0.5s;box-shadow: 0 10px 20px rgba(1, 88, 98, 0.1);}

.news_list .item{margin-bottom: 40px;transition: all 0.5s;}
.news_list .item a{box-sizing: border-box;padding: 20px;border:1px solid #e8edf1;border-radius: 10px;align-items: center;}
.news_list .item .pic{max-width: 370px;border-radius: 10px;overflow: hidden;max-height: 200px;}
.news_list .item .tct{width: calc(100% - 450px);padding: 0 30px;box-sizing: border-box;}
.news_list .item .tct span{font-size: 18px;line-height: 24px;color: var(--fontColor3);padding-left: 25px;background: url(/static/module/index/default/images/time_icon.png) no-repeat left center;display: block;opacity: 0.6;}
.news_list .item .tct h3{font-size: 24px;line-height: 30px;color: var(--fontColor1);font-weight: bold;margin: 10px 0;transition: all 0.5s;}
.news_list .item .tct p{font-size: 16px;line-height: 26px;color: var(--fontColor6);}
.news_list .item .more{width: 80px;height: 80px;border: 1px solid var(--mainColor);border-radius: 50%;box-sizing: border-box;display: inline-flex;align-items: center;justify-content: center;filter: brightness(0);opacity: 0.5;transition: all 0.5s;}
.news_list .item .more span{display: inline-flex;align-items: center;width: 100%;height: 100%;}
.news_list .item:hover{box-shadow: 0 10px 20px rgba(1, 88, 98, 0.1);transition: all 0.5s;transform: translateY(-10px);}
.news_list .item:hover h3{color: var(--mainColor);transition: all 0.5s;}
.news_list .item:hover .more{filter: brightness(1);opacity: 1;transition: all 0.5s;}

.pages2{margin: 50px auto;position: relative;}
.pages2::after{content: "";display: block;border-top: 1px dashed var(--fontColorf);width: 55%;position: absolute;right: 190px;top: 50%;}
.pages2 .pages2_con{justify-content: space-between;align-items: center;}
.pages2 .pages2_con .pages2_left{width: 410px;position: relative;z-index: 1;}
.pages2 .pages2_con .pages2_left ul li a{display: block;font-size: 30px;color: var(--fontColorf);font-weight: 300;margin-right: 30px;}
.pages2 .pages2_con .pages2_left ul li.active a{color: var(--mainColor);font-weight: bold;}
.pages2 .pages2_con .pages2_right{width: 185px;justify-content: flex-end;}
.pages2 .pages2_con .pages2_right .pages2_prev a,
.pages2 .pages2_con .pages2_right .pages2_next a{display: block;width: 60px;height: 60px;border: 1px solid var(--fontColor3);cursor: pointer;border-radius: 50%;background: var(--fontColorf);opacity: 0.6;}
.pages2 .pages2_con .pages2_right .pages2_next{transform: rotateY(180deg);margin-left: 30px;}
.pages2 .pages2_con .pages2_right .pages2_prev a::after,
.pages2 .pages2_con .pages2_right .pages2_next a::after{content: "";display: inline-block;width: 16px;height: 16px;background: url(/static/module/index/default/images/more_icon2.png) no-repeat;margin: 22px;transform: rotate(180deg);filter: brightness(0);}
.pages2 .pages2_con .pages2_right .pages2_prev a:hover,
.pages2 .pages2_con .pages2_right .pages2_next a:hover{background: var(--mainColor);border: 1px solid var(--mainColor);opacity: 1;}
.pages2 .pages2_con .pages2_right .pages2_prev a:hover::after,
.pages2 .pages2_con .pages2_right .pages2_next a:hover::after{filter: brightness(0) invert(1);}

.pages{margin: 60px auto;}
.pages::after{border-top: 1px dashed var(--fontColorb);}
.pages .pages2_con .pages2_left{background:var(--fontColorf);}
.pages .pages2_con .pages2_left ul li a{color: var(--fontColor3);}

.news_titles{text-align: center;line-height: 1.5;border-bottom: 1px solid var(--fontColore);padding-bottom: 10px;margin-bottom: 40px;}
.news_titles h3{font-size: 34px;line-height: 44px;font-weight: bold;color: var(--fontColor3);width: 80%;margin: 0 auto;}
.news_titles p{font-size: 14px;color: var(--fontColor9);margin: 20px auto;}
.news_titles p span{margin: 0 10px;}

.news_page{justify-content: space-between;align-items: center;background: var(--lineColor2);padding: 30px;box-sizing: border-box;}
.news_page_left a{display: block;padding-left: 25px;background: url(/static/module/index/default/images/news_page_ico.png) no-repeat left center;font-size: 20px;color: var(--fontColor3);}
.news_page_right a{display: block;font-size: 16px;line-height: 36px;color: var(--fontColor3);font-family: Arial;}
.news_page_right a:hover{color: var(--mainColor);}

.investor_item{margin-bottom: 30px;position: relative;}
.investor_item::before{content: "";display: block;width: 100%;height: 1px;background: var(--fontColorc);position: absolute;top: 35px;}
.investor_item .tit{position: relative;justify-content: space-between;align-items: center;cursor: pointer;margin-bottom: 40px;padding-left: 20px;box-sizing: border-box;}
.investor_item .tit::before,
.investor_item .tit::after{content: "";display: block;border-radius: 50%;position: absolute;left: -2px;top: 24px;}
.investor_item .tit::before{width: 20px;height: 20px;border:1px solid var(--fontColorc);background: var(--fontColorf);}
.investor_item .tit::after{width: 10px;height: 10px;background: var(--fontColorc);margin: 6px;}
.investor_item .tit .year{font-size: 46px;font-weight: bold;color: var(--fontColor5);background: var(--fontColorf);background: var(--fontColorf);position: relative;z-index: 2;padding:0 20px;}
.investor_item .tit .more{width: 30px;background:var(--fontColorf);height: 30px;position: relative;z-index: 1;display: inline-flex;align-items: center;transition: all 0.5s;padding-left: 30px;}
.investor_item .tit .more::after{content: "";display: block;width: 23px;height: 14px;background:url(/static/module/index/default/images/jt_icon.png) no-repeat center;filter: brightness(0);opacity: 0.3;transition: all 0.5s;transform: rotate(90deg);}
.investor_item .item{display: none;}
.investor_item .item a{display: block;margin-top: 30px;padding: 20px 30px;background: var(--lineColor5);border-radius: 5px;box-sizing: border-box;}
.investor_item .item span{display: block;font-size: 16px;line-height: 24px;color: var(--fontColor3);padding-left: 25px;background: url(/static/module/index/default/images/time_icon.png) no-repeat left center;display: block;opacity: 0.6;}
.investor_item .item h3{font-size: 24px;line-height: 34px;color: var(--fontColor3);margin: 10px 0;transition: all 0.5s;}
.investor_item .item em{font-size: 14px;line-height: 24px;color: var(--mainColor);display: inline-flex;align-items: center;filter: brightness(0);opacity: 0.8;transition: all 0.5s;}
.investor_item .item em img{max-width: 14px;margin-left: 10px;}
.investor_item.active .item{display: block;}
.investor_item.active .more{transition: all 0.5s;}
.investor_item.active .more::after{filter: brightness(1);opacity: 1;transition: all 0.5s;transform: rotate(0deg);}
.investor_item.active .tit::before{border:1px solid var(--mainColor);}
.investor_item.active .tit::after{background: var(--mainColor);}
.investor_item .item a:hover{box-shadow: 0 10px 20px rgba(1, 88, 98, 0.1);}
.investor_item .item a:hover h3{color: var(--mainColor);transition: all 0.5s;}
.investor_item .item a:hover em{filter: brightness(1);opacity: 1;transition: all 0.5s;}
.investor_item .item.downfile a{display: inline-flex;justify-content: space-between; padding-left: 50px;background: url(/static/module/index/default/images/downfile_ico.png) no-repeat 15px;background-size: 2.5%;}
.investor_item .item.downfile a h3{width: 80%;}


.contact_top{margin: 70px auto;position: relative;}
.contact_con{justify-content: space-between;}
.contact_top .contact_left{width: 350px;margin-right: 30px;}
.contact_top .contact_left dl{margin-bottom: 40px;}
.contact_top .contact_left dl dt{font-size: 22px;color: var(--fontColor9);line-height: 50px;border-bottom: 1px solid var(--fontColorc);padding-bottom: 10px;margin-bottom: 10px;}
.contact_top .contact_left dl dt span{float: right;}
.contact_top .contact_left dl dd b{font-size: 46px;color: var(--mainColor);font-weight: bold;display: block;}
.contact_top .contact_left dl dd span{font-size: 24px;color: var(--fontColor3);font-weight: 500;}
.contact_top .contact_left dl dd p{font-size: 20px;line-height: 26px;color: var(--fontColor3);}
.contact_top .contact_left ul{margin-top: 20px;}
.contact_top .contact_left ul li{position: relative;margin-right: 10px;cursor: pointer;text-align: center;}
.contact_top .contact_left ul li span{display: inline-flex;align-items: center;width: 50px;height: 50px;background: var(--mainColor);border-radius: 14px;}
.contact_top .contact_left ul li p{width: 100px;height: 100px;overflow: hidden;}
/* .contact_top .contact_left ul li:hover p{height: 100px;transition: height 0.5s;} */
.contact_top .contact_right{width: calc(100% - 400px);height: 710px;}
#allmap{width: 100%;height: 100%;}

.contact_tit p{font-size: 22px;line-height: 36px;color: var(--mainColor);padding-bottom: 10px;}
.contact_tit h3{font-size: 42px;line-height: 46px;color: var(--fontColor3);font-weight: bold;}

.consult_txt{font-size: 22px;line-height: 36px;color: var(--fontColor3);margin: 20px 0;}
.consult_txt span{color: #f30b0b;}
.consult_bd{justify-content: space-between;}
.consult_bd .item{width: calc(100% / 2 - 20px);margin-top: 20px;position: relative;}
.consult_bd .item p{font-size: 20px;line-height: 30px;color: var(--fontColor3);margin: 15px 0;}
.consult_bd .item p span{color: #f30b0b;}
.consult_bd .item input,
.consult_bd .item textarea{width: 100%;line-height: 30px;border: 1px solid var(--fontColord);padding-left: 10px;box-sizing: border-box;border-radius: 10px;font-size: 16px;}
.consult_bd .item input{line-height: 60px;}
.consult_bd .item button{width: 280px;line-height: 60px;background: none;border: 1px solid var(--fontColor6);border-radius: 10px;display: inline-flex;justify-content: center;}
.consult_bd .item button span{filter: brightness(0);margin-left: 15px;}
.consult_bd .item .yzm{position: absolute;bottom: 8px;right: 2px;width: 130px;height: 45px;}

.join_txt{font-size: 16px;line-height: 30px;color: var(--fontColor1);margin: 20px 0;}
.join_item{margin-top: 40px;}
.join_item .tit{padding: 25px 35px;box-sizing: border-box;background: var(--lineColor5);align-items: center;border-radius: 15px;border-left: 5px solid var(--mainColor);cursor: pointer;}
.join_item .tit em{width: 50px;height: 50px;background: var(--mainColor);border-radius: 50%;position: relative;box-shadow: 0 5px 20px var(--mainColor);}
.join_item .tit em::before,
.join_item .tit em::after{content: "";display: block;width: 18px;height: 2px;background: var(--fontColorf);margin: 24px 16px;position: absolute;top: 0;}
.join_item .tit em::after{transform: rotate(90deg);}
.join_item .tit h3{width: 205px;font-size: 24px;line-height: 36px;color: var(--fontColor3);font-weight: bold;}
.join_item .tit p{width: calc(100% - 255px);}
.join_item .tit p span{font-size: 16px;line-height: 32px;color: var(--fontColor3);margin-right: 20px;}
.join_item .tct{padding: 25px 35px;box-sizing: border-box;background: var(--lineColor5);border-radius: 15px;margin-top: 20px;display: none;}
.join_item.active .tit em::after{display: none;}
.join_item.active .tct{display: block;}

.case_list .item{width: calc(100% / 3 - 19.99px);margin-right: 30px;background: var(--lineColor5);border-radius: 10px;margin-bottom: 30px;}
.case_list .item:nth-child(3n){margin-right: 0;}
.case_list .item .pic{width: 100%;max-height: 260px;overflow: hidden;border-radius: 10px;}
.case_list .item .pic img{transition: all 0.5s;}
.case_list .item .tit{font-size: 18px;line-height: 24px;color: var(--fontColor3);padding: 20px;box-sizing: border-box;text-align: center;}
.case_list .item:hover{box-shadow: 0 10px 20px rgba(1, 88, 98, 0.1);}
.case_list .item:hover .pic img{transform: scale(1.1);transition: all 0.5s;}


.service_list .item{background: var(--lineColor2) url(../images/service_list_bg.png) no-repeat right;align-items: center;width: 100%;transition: all 0.5s;margin-bottom: 60px;background-size: contain;}
.service_list .item a{display: block;position: relative;}
.service_list .item .nums{position: absolute;font-size: 120px;color: var(--fontColorc);opacity: 0.3;font-weight: bold;font-family: Arial;line-height: 1;top: 0;width: calc((100% - 1340px) / 2);text-align: center;height: 100%;background: var(--lineColor2);z-index: 2;display: inline-flex;align-items: center;justify-content: center;}
.service_list .item .service_con{justify-content: space-between;align-items: center;position: relative;z-index: 1;}
.service_list .item .service_con .pic{width: 860px;border-radius: 10px;overflow: hidden;max-height: 460px;}
.service_list .item .service_con .pic img{transition: all 0.5s;}
.service_list .item .service_con .tct{width: calc(100% - 920px);}
.service_list .item .service_con .tct h3{font-size: 32px;font-weight: bold;color: var(--fontColor3);line-height: 36px;margin-bottom: 30px;transition: all 0.5s;}
.service_list .item .service_con .tct p{font-size: 16px;line-height: 34px;color: var(--fontColor3);min-height: 102px;transition: all 0.5s;}
.service_list .item .service_con .tct span{display: inline-flex;align-items: center;justify-content: space-between;width: 220px;padding: 10px 20px;border:1px solid var(--fontColord);box-sizing: border-box;border-radius: 40px;text-indent: 1em;font-size: 18px;color: var(--fontColor3);margin-top: 60px;transition: all 0.5s;}
.service_list .item .service_con .tct span em{display: block;width: 50px;height: 50px;background: var(--mainColor) url(../images/more_icon.png) no-repeat center;border-radius: 50%;transition: all 0.5s;}
.service_list .item:hover a{background: linear-gradient(to right, #f8f8f8 40%, #83dc4b  50%, #68bb33);transition: all 0.5s;}
.service_list .item:hover .service_con .tct h3,
.service_list .item:hover .service_con .tct p{color: var(--fontColorf);transition: all 0.5s;}
.service_list .item:hover .service_con .tct span{background: #f1f5f9;color: var(--mainColor);box-shadow: 0 10px 20px rgba(1, 88, 98, 0.1);transition: all 0.5s;}
.service_list .item:hover .service_con .tct span em{box-shadow: 0 5px 10px rgba(99, 182, 47, 0.3);transition: all 0.5s;}
.service_list .item:hover .service_con .pic img{transition: all 0.5s;transform: scale(1.1);}

.service_txt{border-top: 1px solid var(--mainColor);padding: 30px 0;}
.service_next{display: block;box-shadow: 0 10px 20px rgba(1, 88, 98, 0.1);border: 1px solid var(--fontColord);margin: 40px auto;border-radius: 10px;}
.service_next a{box-sizing: border-box;padding: 30px 50px;background: var(--lineColor2);align-items: center;justify-content: space-between;border-radius: 10px;}
.service_next span{font-size: 16px;margin-right: 30px;border-right: 1px solid var(--fontColord);padding-right: 30px;font-weight: normal;}
.service_next h3{font-size: 34px;color: var(--fontColor3);display: inline-flex;align-items: center;font-weight: bold;}
.service_next em{display: block;width: 50px;height: 50px;background: var(--mainColor) url(../images/more_icon.png) no-repeat center;border-radius: 50%;box-shadow: 0 10px 20px rgba(99, 182, 47, 0.3);}

.business_list .item{width: calc(100% / 2 - 20px);margin-right: 40px;margin-bottom: 40px;background: var(--fontColorf);box-shadow: 0 10px 20px 10px rgba(1, 88, 98, 0.1);border-radius: 10px;}
.business_list .item:nth-child(2n){margin-right: 0;}
.business_list .item .pic{border-radius: 10px;width: 100%;max-height: 270px;overflow: hidden;}
.business_list .item .pic img{transition: all 0.5s;width: 100%;height:100%}
.business_list .item .tct{padding: 20px 30px;box-sizing: border-box;text-align: center;}
.business_list .item .tct h3{font-size: 24px;line-height: 34px;color: var(--fontColor2);font-weight: bold;}
.business_list .item .tct p{font-size: 14px;line-height: 20px;color: var(--fontColor2);margin: 20px 0;}
.business_list .item .tct span{font-size: 14px;line-height: 34px;color: #7f8c94;display: inline-flex;align-items: center;}
.business_list .item .tct span em{display: block;width: 30px;height: 30px;background: var(--mainColor) url(../images/more_icon.png) no-repeat center;border-radius: 50%;margin-left: 10px;box-shadow: 0 10px 20px rgba(99, 182, 47, 0.3);}

.business_list .item:hover .pic img{transition: all 0.5s;transform: scale(1.1);}
.business_list .item:hover .tct h3,
.business_list .item:hover .tct span{color: var(--mainColor);}

.business_top{justify-content: space-between;align-items: center;}
.business_top .pic{width: 50%;border-radius: 10px;max-height: 440px;overflow: hidden;box-shadow: 0 10px 20px rgba(1, 88, 98, 0.1);}
.business_top .tct{width: calc(100% - 50% - 40px);}
.business_top .tct .tit{font-size: 34px;color: var(--fontColor3);font-weight: bold;border-bottom: 1px solid var(--fontColord);padding-bottom: 30px;margin-bottom: 30px;}
.business_btm{margin: 60px auto 40px;}
.business_btm .tit{font-size: 30px;line-height: 1;font-weight: bold;color: var(--fontColor3);padding-left: 20px;border-left: 4px solid var(--mainColor);margin: 30px 0;box-sizing: border-box;}















