.banner {height: auto; width: 100%; aspect-ratio: 509 / 228; overflow: hidden; position: relative;}
.banner .swiper-slide img {width: 100%}
.banner .swiper-controller{
    width: 80px;
    height: 180px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -80px;
    z-index: 1000;
}
.banner .swiper-prev-button, .banner .swiper-next-button{
    width: 80px;
    height: 80px;
    background: #5a6271;
    color: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: bold;
}
.banner .swiper-prev-button:hover, .banner .swiper-next-button:hover{
    background: var(--theme-color);
}
.banner .swiper-next-button{
    top: 100px;
}
.banner .swiper-prev-button::after{
    content: "＜";
}
.banner .swiper-next-button::after{
    content: "＞";
}

.Ad {height: auto; width: 1200px; aspect-ratio: 12 / 1; overflow: hidden; position: relative; margin: 30px auto 0;}
.Ad .swiper-slide img {width: 100%}

.Block {display: flex; flex-direction: column; align-items: center}

.bulletin {height: 60px; width: 100%; background: #f6f6f6; display: flex; align-items: center; justify-content: center; gap: 20px; user-select: none}
.bulletin .icon {width: 2.3rem; height: 100%; font-size: 1.5rem; line-height: 60px; color: var(--theme-color, #1b6d85); text-align: center;}
.bulletin .list {width: calc(1200px - 130px); height: 30px; font-size: 1rem; overflow: hidden}
.bulletin .list .bulletin_item {line-height: 30px; display: flex; justify-content: space-between}
.bulletin .list .bulletin_item .title {color: #000000; max-width: calc(100% - 120px);}
.bulletin .list .bulletin_item .date {width: auto;}
.bulletin .more {width: 80px; text-align: center; height: 30px; background: #e9e9e9; line-height: 30px;}

/* introduce 园区介绍 */
.introduceBox {background-color: #FFFFFF; width: 100%;}
.introduce {width: 1200px; height: auto; margin: 2rem auto; display: flex; gap: 30px;}
.introduce .name {display: flex; gap: 10px; color: #cccccc;}
.introduce .name .line1 {writing-mode: vertical-lr; writing-mode: tb-lr; font-size: 0.55rem}
.introduce .name .line2 {writing-mode: vertical-lr; writing-mode: tb-lr; font-size: 22px;}
.introduce .video {width: 640px;}
.introduce .video video {width: 100%; background: #333333; height: 100%;}
.introduce .content {flex: 1; display: flex; flex-direction: column; justify-content: space-between;}
.introduce .content .title {font-size: 26px; color: var(--theme-color); font-weight: bold; line-height: 40px;}
.introduce .content .context {line-height: 2rem; display: flex; gap: 0.7rem; flex-direction: column;}
.introduce .content .context p { font-size: 1.1rem;}
.introduce .more {width: 7rem; height: 2rem; background-color: var(--theme-color); color: #ffffff; line-height: 2rem; text-align: center; cursor: pointer; align-self: flex-end;}

.fastLinkBox {width: 100%; background-color: #FFFFFF;}
.fastLink {width: 1200px; height: 10rem; margin: 20px auto; display: flex; justify-content: space-between; gap: 30px;}
.fastLink .linkItem {flex: 1; cursor: pointer; overflow: hidden; background-color: #eeeeee; text-align: center; font-size: 2rem; color: #999999;}
.fastLink .linkItem img {transition: transform 0.3s;}
.fastLink .linkItem:hover img {transform: scale(1.05);}

.activity {width: 1200px; margin: 40px auto;}
.activity .head {text-align: center; position: relative;}
.activity .head::before {content: ""; position: absolute; left: 50%; margin-left: -16px; width: 32px; background-color: var(--theme-color); height: 5px; bottom: -2px;}
.activity .head .cn_name {font-size: 28px; line-height: 42px; color: #333333;}
.activity .head .en_name {font-size: 14px; color: #999999; line-height: 42px; border-bottom: 1px solid #e8e8e8;}
.activity .body {margin-top: 30px; display: flex; gap: 30px;}
.activity .body .item {width: 380px; box-shadow: 0 0 10px 0 #c9c9c9; display: block;}
.activity .body .item .image {width: 100%; height: 226px; overflow: hidden;}
.activity .body .item .image img {transition: all .3s linear; width: 100%; object-fit: cover; height: 100%;}
.activity .body .item .image.notImage {background: url("/images/svg/notImage.svg") #eeeeee center center no-repeat; background-size: contain;}
.activity .body .item:hover .image img {transform: scale(1.1)}
.activity .body .item .info {background-color: #ffffff; padding: 23px; display: flex; flex-direction: column; gap: 10px;}
.activity .body .item .info .name {font-size: 1.2rem; line-height: 2rem;}
.activity .body .item .info .date {color: #999999;}
.activity .more {width: 140px; height: 40px; line-height: 38px; text-align: center; border: 1px solid #d5d5d5; margin: 30px auto 0; display: block;}
.activity .more:hover {border-color: var(--theme-color);}

.partitionBox {width: 100%; background: #FFFFFF url("/images/tmp/function_bg.3b445fb4.png") bottom center no-repeat;}
.partition {width: 1200px; padding: 40px 0; margin: 0 auto;}
.partition .head {text-align: center; position: relative;}
.partition .head::before {content: ""; position: absolute; left: 50%; margin-left: -16px; width: 32px; background-color: var(--theme-color); height: 5px; bottom: -2px;}
.partition .head .cn_name {font-size: 28px; line-height: 42px; color: #333333;}
.partition .head .en_name {font-size: 14px; color: #999999; line-height: 42px; border-bottom: 1px solid #e8e8e8;}
.partition .body {margin-top: 30px; display: flex; align-items: stretch; justify-content: space-between;min-height: 500px}
.partition .body .left {width: 300px; display: flex; flex-direction: column; justify-content: space-between; padding: 20px; background: rgba(0, 0, 0, 0.1); gap: 20px;}
.partition .body .left .item {height: 50px; max-height: 20vh; line-height: 24px; transition: all .3s; cursor: pointer; width: 100%; text-align: center; vertical-align: middle;display: flex; align-items: center; justify-content: center; background-color: #ffffff; box-sizing: border-box; position: relative; animation-duration: 0.2s; animation-fill-mode: forwards; border-radius: 10px; overflow: hidden; border-left: 0px solid transparent;}
.partition .body .left .item * {pointer-events: none;}
.partition .body .left .item:last-child {border-bottom: none;}
.partition .body .left .item:hover {color: var(--theme-color); transform: translateX(5px); }
/*.partition .body .left .item::before {*/
/*    content: "";*/
/*    width: 0;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    transition: width 0.3s;*/
/*    background: #2259fd;*/
/*}*/
.partition .body .left .item.active {
    background: var(--theme-color);
    color: #ffffff;
    border-width: 5px;
    border-color: #2259fd;
}
.partition .body .left .item.active::before {
    content: "";
    width: 10px;
}
/*.partition .body .left .item.active{animation-name: animate_1; background-color: var(--theme-color); color: #FFFFFF;}*/
@keyframes animate_1 {
    from {
        -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 50%, 100% 50%, 100% 100%, 0 100%, 0 0);
        clip-path: polygon(100% 0, 100% 50%, 100% 50%, 100% 50%, 100% 100%, 0 100%, 0 0);
    }
    to {
        -webkit-clip-path: polygon(100% 0, 100% 43%, 96% 50%, 100% 57%, 100% 100%, 0 100%, 0 0);
        clip-path: polygon(100% 0, 100% 43%, 96% 50%, 100% 57%, 100% 100%, 0 100%, 0 0);
    }
}
.partition .body .right {width: calc(100% - 300px); height: 500px; margin-left: 30px; overflow: hidden;}
.partition .body .right .item {height: 100%; width: 100%;}

.partition .body .right .item .body_box {position: relative; overflow: hidden;height: calc(100% - 40px);}
.partition .body .right .item .body_box .subitem { overflow: hidden; position: relative; z-index: 5;}
.partition .body .right .item .body_box .subitem .sub_item_header {display: flex; align-items: center; width: 100%; min-height: 50px; border-bottom: 3px var(--theme-color) solid; margin-bottom: 15px;}
.partition .body .right .item .body_box .subitem .sub_item_header .name { font-size: 20px; font-weight: bold; color: var(--theme-color);}
.partition .body .right .item .body_box .subitem .sub_item_header .ent_name {margin: auto; font-size: 16px;}
.partition .body .right .item .body_box .subitem .sub_item_header .link_way {color: #7d7d7d; line-height: 1.5;}
.partition .body .right .item .body_box .subitem .sub_item_header .link_way .contacts_way {white-space: break-spaces;}
.partition .body .right .item .body_box .subitem .desc {white-space: pre-wrap; line-height: 2; text-indent: 2em;}
.partition .body .right .item .body_box .subitem .picture {margin-top: 15px}
.partition .body .right .item .body_box .subitem .picture .pictureBox {width: 100%; display: grid; grid-template-columns: repeat(1, 1fr); grid-template-rows: auto; gap: 20px}
.partition .body .right .item .body_box .subitem .picture .pictureBox .picture_item {background: var(--img-url) center center no-repeat; padding: 1px; border: 1px solid #cccccc; background-size: cover; height: 200px}
.partition .body .right .item .body_box .subitem .ent_business {margin-top: 15px;white-space: pre-wrap; line-height: 2; text-indent: 2em;}

.partition .body .right .item .control {width: 100%; height: 30px; margin-top: 10px; text-align: center; display: flex; align-items: center; justify-content: center; gap: 15px; user-select: none;}
.partition .body .right .item .control .pagination {
    width: auto;
    color: #717171;
}
.partition .body .right .item .control .button-next,
.partition .body .right .item .control .button-prev {
    width: auto;
    height: 30px;
    padding: 0 10px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    border-radius: 5px;
    background: var(--theme-color);
    cursor: pointer;
}
.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
}
/*.partition .body .right .item:nth-child(4n-3){*/
/*    grid-template-areas:*/
/*            "name"*/
/*            "desc"*/
/*            "focus_map";*/
/*}*/
/*.partition .body .right .item:nth-child(4n-2){*/
/*    grid-template-areas:*/
/*            "desc"*/
/*            "focus_map"*/
/*            "name";*/
/*}*/
/*.partition .body .right .item:nth-child(4n-1){*/
/*    grid-template-areas:*/
/*            "focus_map"*/
/*            "name"*/
/*            "desc";*/
/*}*/
/*.partition .body .right .item:nth-child(4n){*/
/*    grid-template-areas:*/
/*            "desc"*/
/*            "name"*/
/*            "focus_map";*/
/*}*/
/*.partition .body .right .item .name{grid-area: name; height: 50px; line-height: 50px; font-size: 1.9rem; font-weight: bold; color: var(--theme-color); transform: translateX(100%); transition: all .3s;}*/
/*.partition .body .right .item.active .name{transform: translateX(0%)}*/
/*.partition .body .right .item .desc{grid-area: desc; font-size: 1.4rem; line-height: 2.8rem; transform: translateX(100%); transition: all .3s; transition-delay: .1s}*/
/*.partition .body .right .item.active .desc{transform: translateX(0%)}*/
/*.partition .body .right .item .focus_map{grid-area: focus_map; height: 300px; overflow: hidden; transform: translateX(100%); transition: all .3s; transition-delay: .2s; width: 100%;}*/
/*.partition .body .right .item.active .focus_map{transform: translateX(0%)}*/
/*.partition .body .right .item.active .focus_map img{display: block; width: 100%; height: 100%; object-fit: cover;}*/
/*.partition .body .right .item .bg{grid-area: bg; height: 100%; width: 300px; background: url("/images/tmp/build.png") bottom right no-repeat; transform-origin: center center; background-position-x: 300%; transition: all .3s; display: none;}*/
/*.partition .body .right .item.active .bg{background-position-x: 100%;}*/
/*.partition .body .right .item > *{opacity: 0;}*/
/*.partition .body .right .item.active > *{opacity: 1;}*/
.mission {width: 1200px; margin: 40px auto;}
.mission .head {text-align: center; position: relative;}
.mission .head::before {content: ""; position: absolute; left: 50%; margin-left: -16px; width: 32px; background-color: var(--theme-color); height: 5px; bottom: -2px;}
.mission .head .cn_name {font-size: 28px; line-height: 42px; color: #333333;}
.mission .head .en_name {font-size: 14px; color: #999999; line-height: 42px; border-bottom: 1px solid #e8e8e8;}
.mission .body {margin-top: 30px; display: flex; gap: 30px;}
.mission .body .item {flex: 1; position: relative; background-color: #eeeeee;}
.mission .body .item .image {width: 100%; height: 343px; overflow: hidden;}
.mission .body .item .image img {display: block; width: 100%; transition: all .3s linear;}
.mission .body .item:hover .image img {transform: scale(1.1);}
.mission .body .item .info {position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; align-items: center;}
.mission .body .item .info .icon {width: 92px; height: 92px; background-color: #FFFFFF; border-radius: 50%; box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5);}
.mission .body .item .info .name {line-height: 50px; font-size: 28px; color: #FFFFFF; margin-top: 50px; font-weight: bold;}
.mission .body .item .info .desc {line-height: 30px; margin-bottom: 50px; font-size: 12px; font-weight: bold; color: #FFFFFF;}

/* 新版 界面 CSS */
.Activity{width: 1200px; height: auto; padding: 80px 0 60px; margin: 0 auto; display: flex; flex-direction: column; gap: 50px;}
.Activity .hd{display: flex; flex-direction: column; align-items: center; gap: 15px; color: #333333;}
.Activity .hd::after{content: ""; display: block; width: 40px; height: 3px; background: #c9a268;}
.Activity .hd .cn_name{font-size: 34px;}
.Activity .hd .en_name{font-size: 16px; opacity: 0.5; text-transform: uppercase;}
.Activity .bd{width: 100%; height: auto; min-height: 300px; display: flex; gap: 30px;}
.Activity .bd .item{flex: 1; display: flex; flex-direction: column; box-shadow: 0 0 10px rgba(0,0,0,.25); position: relative; border-bottom: 3px solid var(--theme-color)}
.Activity .bd .item .image{width: 100%; aspect-ratio: 16 / 9; position: relative; overflow: hidden;}
.Activity .bd .item .image img{width: 100%; height: 100%; object-fit: cover; transition: all 0.3s}
.Activity .bd .item .image:hover img{transform: scale(1.1, 1.1)}
.Activity .bd .item .image .date{position: absolute; left: 0; bottom: 0; background: var(--theme-color); width: 90px; height: 90px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: #FFFFFF;}
.Activity .bd .item .image .date .day{font-size: 22px;}
.Activity .bd .item .image .date .month{}
.Activity .bd .item .detail{display: flex; padding: 30px 30px 60px; flex-direction: column; gap: 30px; background: #f6f6f6;}
.Activity .bd .item .detail .title{font-size: 17px; line-height: 22px; font-weight: bold; height: 44px; overflow: hidden; color: #666666;}
.Activity .bd .item .detail .desc{font-size: 14px; line-height: 20px; height: 40px; overflow: hidden; text-indent: 2em; color: #666666;}
.Activity .bd .item .btn{width: 120px; height: 36px; color: #FFFFFF; background: var(--theme-color); display: flex; align-items: center; justify-content: center; position: absolute; top: calc(100% - 18px); left: 50%; margin-left: -60px;}
.Activity .bd .item .btn:hover{animation: -scaleBig .3s linear forwards;}
@keyframes -scaleBig {from {scale: 1 1} to{scale: 1.2 1.2} }
.Activity .more{display: flex; justify-content: center; margin-top: 30px; color: #0ea5e9;}

/* 园区服务 */
.Service{padding: 80px 0 0; height: auto; margin: 0 auto; display: flex; flex-direction: column; gap: 50px; background: #f4f4f4;}
.Service .hd{display: flex; flex-direction: column; align-items: center; gap: 15px; color: #333333;}
.Service .hd::after{content: ""; display: block; width: 40px; height: 3px; background: #c9a268;}
.Service .hd .cn_name{font-size: 34px;}
.Service .hd .en_name{font-size: 16px; opacity: 0.5; text-transform: uppercase;}
.Service .bd{width: 100%; height: auto; display: flex;}
.Service .bd .item{flex: 1; display: flex; align-items: center; justify-content: center; aspect-ratio: 1 / 1.2; flex-direction: column; position: relative; background: var(--bg); background-size: cover; gap: 2cqh;}
.Service .bd .item .icon{position: relative; z-index: 2; width: 30px; height: 30px; background: #0ea5e9;}
.Service .bd .item .name{font-size: 18px; color: #FFFFFF; font-weight: bold;position: relative; z-index: 2}
.Service .bd .item::after{content: ""; width: 30px; height: 3px; background: #0ea5e9;position: relative; z-index: 2}
.Service .bd .item::before{content: ""; position: absolute; inset: 0; background: transparent; z-index: 1;transition: all .3s;}
.Service .bd .item:hover::before{background: rgba(6,87,156,.7);}

/* 企业招聘 */
.Recruitment{width: 1200px; margin: 70px auto; display: flex;}
.Recruitment .hd{display: flex; flex-direction: column; align-items: flex-start; gap: 15px; color: #ffffff; width: 326px; height: 423px; background: url("/images/ijoin.jpg"); padding: 30px; position: relative;}
.Recruitment .hd::after{content: ""; display: block; width: 40px; height: 3px; background: #FFFFFF;}
.Recruitment .hd .cn_name{font-size: 34px; font-weight: 100;}
.Recruitment .hd .en_name{font-size: 16px; opacity: 0.5; text-transform: uppercase;}
.Recruitment .hd .more{width: 120px; height: 40px; border-radius: 20px; position: absolute; bottom: 30px; left: 30px; background: rgba(255,255,255,0.8); display: flex; align-items: center; justify-content: center; color: var(--theme-color); cursor: pointer;}
.Recruitment .hd .more:hover{background: rgba(255,255,255,1);}
.Recruitment .bd{flex: 1; background: #f4f4f4; padding: 30px; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(4, 1fr); gap: 10px 80px;}
.Recruitment .bd .item{display: flex; gap: 20px; align-items: center; border-bottom: 1px solid #cccccc;}
.Recruitment .bd .item .date{width: 54px; height: 54px; border-radius: 27px; background: var(--theme-color); display: flex; align-items: center; justify-content: center; color: #FFFFFF;}
.Recruitment .bd .item .detail{display: flex; flex-direction: column; gap: 15px;}
.Recruitment .bd .item .detail .name1{font-size: 17px; font-weight: bold; color: #5c5c5c;}
.Recruitment .bd .item .detail .name2{color: #9a9a9a;}

/* 入驻企业 */
.Settled{padding: 60px calc((100% - 1200px) / 2); height: auto; margin: 0 auto; display: flex; flex-direction: column; gap: 50px; background: #f4f4f4;}
.Settled .hd{display: flex; flex-direction: column; align-items: center; gap: 15px; color: #333333;}
.Settled .hd::after{content: ""; display: block; width: 40px; height: 3px; background: #c9a268;}
.Settled .hd .cn_name{font-size: 34px;}
.Settled .hd .en_name{font-size: 16px; opacity: 0.5; text-transform: uppercase;}
.Settled .bd{width: 100%; height: auto; min-height: 300px; padding: 30px 0 10px;}
.Settled .bd .item{width: 100%; height: 100%; user-select: none; float: left; background: #FFFFFF; display: flex; flex-direction: column; position: relative; padding: 30px; transition: transform 0.3s; gap: 15px;}
.Settled .bd .item:last-child{margin-right: 0;}
.Settled .bd .item:hover{
    transform: translateY(-20px);
}
.Settled .bd .item .image{width: 100%; height: 100px; position: relative; overflow: hidden; padding: 5px;}
.Settled .bd .item .image img{width: 100%; height: 100%; object-fit: contain; transition: all 0.3s;}
.Settled .bd .item .image .no-logo{width: 100%; height: 100%; text-align: center; background: #f9f9f9; line-height: 100px; color: #b1b1b1;}
.Settled .bd .item .name{font-size: 17px; line-height: 22px; font-weight: bold; height: 22px; overflow: hidden; text-align: center;}
.Settled .bd .item .desc{font-size: 14px; text-indent: 2em; line-height: 20px; height: 80px; overflow: hidden; color: #666666;}
.Settled .bd .item .link{width: 120px; height: 36px; color: #FFFFFF; background: var(--theme-color); display: flex; align-items: center; justify-content: center; position: absolute; top: calc(100% - 18px); left: 50%; margin-left: -60px;}
.Settled .bd .item .link:hover{animation: -scaleBig .3s linear;}
.Settled .bd .item .attr{display: flex; flex-direction: column; gap: 10px;}
.Settled .bd .item .attr .attr-item{padding: 10px;}
.Settled .bd .item .attr .attr-item .attr-name{width: 85px; text-align: right; float: left;}
.Settled .bd .item .attr .attr-item .attr-value{float: right; width: calc(100% - 85px); overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.Settled .more{display: flex; justify-content: center; color: #0ea5e9; align-items: center; gap: 30px;}
.Settled .more .prev, .Settled .more .next{width: 30px; height: 30px; text-align: center; line-height: 28px; font-size: 17px; font-weight: bold; background: #FFFFFF; cursor: pointer; user-select: none;}
.Settled .more .prev:hover, .Settled .more .next:hover{
    background: var(--theme-color);
    color: #FFFFFF;
}
.Settled .menu{width: 100%; height: 300px; display: flex; justify-content: center; align-items: stretch; margin-bottom: 150px;}
.Settled .menu .item{flex: 1; background: var(--bg); padding: 50px; position: relative;}
.Settled .menu .item .name{font-size: 26px; color: #FFFFFF;}
.Settled .menu .item .e_name{font-size: 16px; color: var(--c, #FFFFFF); margin-top: 15px; opacity: 0.5;}
.Settled .menu .item img{position: absolute; bottom: 0; right: 25px;}
.Settled .menu .item:hover img{animation: flipInX 1s;}


/* 关于我们 */
.About{width: 100%; height: 360px; background: #e1f3ff url("/images/tmp/iabout.png") right bottom no-repeat; background-size: 43%; padding-bottom: 65px; position: relative}
.About .hd{width: 32%; padding-left: 50px; height: 110px; background: var(--theme-color); margin-left: calc((100% - 1200px) / 2); position: relative; transform: translateY(-50%); display: flex; align-items: center; justify-content: flex-start; font-size: 26px; font-weight: bold; color: #FFFFFF; gap: 15px;}
.About::after{
    content: "";
    display: block;
    width: calc((100% - 1200px) / 2);
    height: 110px;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%);
    background: var(--theme-color);
}

.About .hd::before{
    content: "";
    display: block;
    border-width: 55px 40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) var(--theme-color) var(--theme-color);
    position: absolute;
    left: 100%;
    bottom: 0;
}

.About .hd .cn_name{font-weight: normal; font-size: 24px;}
.About .bd{
    width: 600px;
    height: auto;
    min-height: 180px;
    margin-left: calc((100% - 1200px) / 2 + 50px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.About .bd p{
    text-indent: 2em;
    line-height: 22px;
    color: #4c4c4c;
}
.About .bd .button{
    width: 100px;
    height: 40px;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
}





