.banner-swiper img{
    max-width:100%;
    min-height: 300px;
    object-fit: cover;
}

.swiper-pagination{
    position:absolute;
    display:flex;
    justify-content:center;
    align-items:center;
    bottom:30px !important;
    z-index:11;
}
.swiper-pagination .swiper-pagination-bullet{
    width: 24px !important;
    height: 4px !important;
    background-color:rgba(255, 255, 255, 0.53);
    margin:0 3px !important;
    border-radius:7px;
    opacity:1;
    border: solid 1px var(--white);
}
.swiper-pagination .swiper-pagination-bullet-active{
    width: 24px !important;
    background-color: var(--hight-orange);
}
.banner-swiper .swiper-slide{
    display:flex;
    justify-content:center;
    align-items:center;
}
.swiper-info{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.swiper-info .title{
    color: var(--white);
    font-size: 44px;
    font-weight: 400;
    line-height: 60px;
    padding-bottom: 20px;
}
.swiper-info .title span{
    color: var(--hight-orange);
}
.swiper-info .desc{
    font-size: 20px;
    color: var(--white);
    line-height: 36px;
    font-weight: 200;
    padding-bottom: 80px;
}
.swiper-info .desc em{
    padding: 0 15px;
}

.manage-container{
    border: solid 1px #c4c6c9;
}
.m-title-view{
    background-color: var(--hight-blue);
    height: 64px;
    padding: 0 12px;
    border-bottom: solid 1px #c4c6c9;
}
.m-title-view .title{
    font-size: 36px;
    color: var(--white);
    line-height: 40px;
}
.m-title-view .title .name{
    padding-left: 6px;
}
.m-title-view .desc{
    font-size: 16px;
    color: var(--white);
    padding-right: 12px;
}
.manage-content .context{
    padding: 40px;
}
.manage-content .context .title{
    font-size: var(--size26);
    color: var(--hight-blue);
    line-height: 36px;
}
.manage-content .context .desc{
    font-size: var(--size20);
    color: var(--hight-blue);
    line-height: 32px;
}
.management-item{
    flex:0 0 25%;
    width: 0;
    cursor: pointer;
}
.management-item{
    border-top: 1px solid #c4c6c9;
}
.management-item .info,
.cooperation-item .info{
    padding: 0 20px 20px 20px;
    color: var(--hight-blue);
    transition: background-color,color .2s ease;
    /*border-right: 1px solid #c4c6c9;*/
}
.cooperation-item .info{
    border-right: none;
}
.cooperation-item .info{
    background-color: var(--grayf5);
}
.management-item:last-child .info{
    border-right: none;
}
.management-item .info .title,
.cooperation-item .info .title{
    font-size: var(--size24);
    line-height: 36px;
    padding: 15px 0 8px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.management-item .info .desc,
.cooperation-item .info .desc{
    font-size: var(--size16);
    line-height: 26px;
    height: 78px;
    margin-bottom: 15px;
}
.management-img-view{
    aspect-ratio: 275 / 155;
    padding: 12px 12px 0 12px;
}
.management-item:hover,
.cooperation-item:hover{
    background-color: var(--orange);
}
.management-item:hover .info{
    color: var(--white);
}
.cooperation-item:hover .info{
    color: var(--black);
}
.cooperation-item:hover{
    box-shadow: 1px 2px 10px 4px #ccc;
}
.management-item:hover .more-btn2,
.cooperation-item:hover .more-btn3{
    background-color: var(--white);
    border-color: var(--white);
}
.classify-context{
    padding: 40px 140px;
    background-color: #f5f5f5;
}
.classify-context .title{
    font-size: 34px;
    color: var(--hight-blue);
    line-height: 40px;
    text-align: center;
    padding: 20px 0;
}
.classify-context .desc{
    font-size: 16px;
    color: var(--hight-blue);
    line-height: 30px;
}
.classify-list{
    padding-top: 10px;
}
.classify-item {
    width: calc((100% - 60px)/3);
    transition: all .5s ease;
    background-color: var(--grayf5);
}
.classify-img-view{
    position: relative;
    width: 100%;
    aspect-ratio: 380 / 300;
}
.classify-name{
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0;
    text-align: center;
    font-size: var(--size24);
    color: var(--white);
    background-color: rgba(27, 40, 65, 0.79);
    padding: 11px 0;
}
.classify-info{
    padding: 40px 20px;
    background-color: var(--grayf5);
}
.classify-tag{
    flex: 0 0 33.33%;
    box-sizing: border-box;
    padding-left: 5%;
    color: var(--black1b);
    font-size: var(--size16);
}
.classify-item:hover{
    box-shadow: 1px 2px 10px 4px #ccc;
}
.classify-item:hover .classify-info{
    background-color: var(--white);
}
.classify-item::after{
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: var(--grayf5);
}
.classify-item:hover::after{
    background-color: var(--orange);
}
.search-desc{
    font-size: var(--size24);
    line-height: 40px;
}
.search-content{
    padding: 35px 0;
    max-width: 820px;
    width: 100%;
}
.search-edit-input{
    flex:1;
    width: 0;
    height: 48px;
    border: solid 1px var(--hight-blue);
    padding: 14px 25px;
    line-height: 20px;
    font-size: 16px;
    color: var(--hight-blue);
    box-sizing: border-box;
}
.search-button{
    width: 116px;
    height: 48px;
    border: solid 1px var(--hight-blue);
    border-left: none;
    background-color: var(--hight-blue);
    box-sizing: border-box;
}
.search-button span{
    font-size: 16px;
    color: var(--white);
    padding-left: 10px;
}

.cooperation-banner{
    position: relative;
}
.cooperation-banner .cover{
    width: 100%;
    object-fit: cover;
    min-height: 240px;
}
.banner-cover-info{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
}
.cover-tips{
    min-width: 260px;
    height: 70px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-color: rgba(27, 40, 65, 0.79);
    color: var(--orange);
    font-size: 36px;
    line-height: 44px;
}
.cover-desc{
    color: var(--white);
    font-size: var(--size16);
    line-height: 30px;
    padding-top: 5px;
}
.cooperation-list{
    padding-top: 50px;
}
.cooperation-item{
    width: calc((100% - 60px)/3);
    transition: all .5s ease;
}

.news-container{
    padding: 60px 0;
    background-color: var(--grayf5);
}
.label-context .title{
    font-size: var(--size30);
    color: var(--hight-blue);
    line-height: 40px;
    padding:5px 0;
}
.label-context .desc{
    font-size: var(--size16);
    color: var(--hight-blue);
    line-height: 30px;
}

.news-swiper{
    padding: 50px 0 20px 0;
}
.news-img-view{
    width: 100%;
    aspect-ratio: 380 / 220;
    overflow: hidden;
}
.news-img-view img {
    /*width: 380px;*/
    height: 220px;
    transition: all .3s ease;
}
.news-img-view:hover .img {
    transform: scale(1.1);
}
.news-item .info {
    padding: 20px 25px;
    color: black;
}
.news-item .title{
	font-size:var(--size20);
	line-height:30px;
	height:60px;
	padding:0;
	margin:5px 0 15px 0;
}
.news-item .desc {
    font-size: var(--size16);
    line-height: 26px;
    height: 78px;
    color: #666666;
}
.news-swiper{
	max-width:100%;
	overflow:hidden;
}
.news-pagination-info{
    position: relative;
	background-color:var(--grayf4);
	height:60px;
	padding:0 10px;
}
.news-pagination-info::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #d0d9db;
}
.news-pagination-info::after{
    content: "";
    position: absolute;
    z-index: 1;
    width: 106px;
    height: 100%;
	background-color:var(--grayf4);
}
.news-pagination-page{
	flex:1;
	text-align:center;
	color:var(--primay1);
	font-size:20px;
}
.news-item {
    flex: 1;
    box-sizing: border-box;
    margin-right: 30px;
    max-width: 33.3333%;
    background-color: white;
}
.news-item:last-child {
    margin-right: 0;
}
.news-btn{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin: 0 2.5px;
    background-color: var(--orange);
}
.news-btn.swiper-button-disabled{
    background-color: #d0d9db;
}
.news-btn-prev .svg{
    transform: rotate(180deg);
}
.news-btn .svg{
    width: 12px;
    fill: #fff;

}
.news-btn.swiper-button-disabled .svg{
    fill: #7d7d7d;
}

.technology-container{
    padding: 60px 0;
}
.technology-info{
    padding: 50px 0 20px 0;
}
.technology-ul,
.technology-cover{
    width: 50%;
}
.technology-cover{
    position: relative;
    padding-left: 40px;
    box-sizing: border-box;
}
.technology-cover .more-btn3 .icon-more-arrow-white{
    transition: all .3s ease;
}

.technology-cover .more-btn3:hover .icon-more-arrow-white {
    transform: translateX(-8px);
}
.technology-ul{
    padding-right: 50px;
    box-sizing: border-box;
}
.technology-list{
    padding:25px 0;
    border-bottom: solid 1px #b2b2b2;
}
.technology-list:first-child{
    padding-top: 0;
}
.technology-list:last-child{
    border-bottom: none;
}
.technology-pdf{
    width: 180px;
    height: 140px;
    box-sizing: border-box;
    padding: 15px 10px;
    background-color: var(--grayf4);
}
.technology-pdf .img{
    object-fit: contain;
}
.technology-list .info{
    flex:1;
    width: 0;
    box-sizing: border-box;
    padding: 20px 0 20px 35px;
}
.technology-list .info .desc{
    color: var(--hight-blue);
    font-size: var(--size18);
    line-height: 36px;
    margin: 0 0 10px 0;
}
.technology-list .info .date{
    font-size: var(--size16);
    color: var(--hight-blue);
}
.cover-info{
    position: absolute;
    left: 0;
    bottom: 20px;
    width: calc(100% - 20px);
    background-color: rgba(27, 40, 60, 0.9);
    box-sizing: border-box;
    padding: 30px 30px 30px 50px;
}
.cover-info .desc{
    width: 0;
    flex:1;
    line-height: 36px;
    font-size: var(--size20);
    color: var(--white);
}

.partner-container{
    padding: 60px 0;
    background-color: var(--grayf5);
}
.partner-content{
    background-color: var(--white);
}
.partner-info{
	padding:40px 0;
	margin-bottom:20px;
}
.partner-item{
	display:flex;
	justify-content:center;
	align-items:center;
	height:160px;
	flex:0 0 25%;
}
.partner-item img{
	width:100%;
	height:100%;
    /*max-height: 60px;
    max-width: 200px;*/
	object-fit: contain;
}<!--ºÄÊ±1759009844.6963Ãë-->