.cs {
    width: 100%;
    height: 100vh;
    background-color: aqua
}

.content {
    display: flex;
    justify-content: center;
    position: relative
}

.content2 {
    width: 88.542%
}

.con {
    overflow: hidden
}

.top {
    position: absolute;
    height: 85px;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    z-index: -1
}

.top2 {
    transform: translateY(-200%)
}

.jy-20 {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px
}

.jy-45 {
    font-size: 45px;
    font-weight: 700;
    line-height: 45px
}

.jy-40 {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px
}

.jy-16 p {
    font-size: 16px;
    font-weight: 400
}

.titBox h5 {
    margin-bottom: 9px
}

@font-face {
    font-family: 'D-DIN';
    src: url(../font/D-DIN-Bold.otf);
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'ArialBold';
    src: url(../font/Arial-Bold.ttf);
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Roboto';
    src: url(../font/Roboto-Medium-12.ttf);
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center
}

.page-item {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 400;
    color: #1F56AC;
    margin: 0 8px;
    position: relative;
    transition: all .5s
}

.page-item::after {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #1D419B 0%, #2485D1 100%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    content: '';
    border-radius: 50%;
    transition: all .5s
}

.page-item a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
    border-radius: 50%
}

.page-item:hover {
    color: #ffffff
}

.page-item:hover::after {
    opacity: 1
}

.active {
    color: #ffffff
}

.active::after {
    opacity: 1
}

.swiper-pbox .swiper-pagination-progressbar {
    background-color: #D8D8D8 !important
}

.swiper-pbox .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #1F56AC !important
}

.honor-swiper .swiper-pagination-bullet-active {
    background: linear-gradient(180deg, #1D419B 0%, #2485D1 100%) !important
}

.navBox {
    margin: 0;
    height: 85px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all .5s;
    color: #333333
}

.navBox:has(.head-listAct) {
    z-index: 1002
}

.navBox::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5)
}

.head-left a {
    display: flex;
    justify-content: center;
    align-items: center
}

.head-left p {
    font-weight: 500;
    font-size: 24px;
    color: #ffffff
}

.navBox2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    height: 100%;
    position: relative;
    z-index: 100
}

.head-navBox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.head-navUl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%
}

.head-navLi {
    margin: 0 2.1614583333vw;
    font-size: 16px;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Sans SC', 'SourceHanSansCN';
    font-weight: 400;
    color: #FFFFFF
}

.head-navA {
    cursor: pointer;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.head-a {
    font-weight: 400;
    font-size: 18px;
    display: block;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden
}

.head-a::after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: #ffffff;
    left: 0;
    transform: translateX(-100%);
    transition: none
}

.head-liAct .head-a::after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: #ffffff;
    left: 0;
    transform: translateX(0%)
}

.head-liAct .head-a {
    font-weight: 500
}

.head-a:hover::after {
    left: 0;
    width: 100%
}

.head-navLi:hover .head-secNav {
    max-height: 500px;
    transition: all 1s
}

.head-navLi:last-child {
    padding-right: 0
}

.head-secNav {
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    max-height: 0px;
    width: 222%;
    text-align: center;
    background-color: #fff;
    transition: all .5s;
    color: #333;
    top: 100%
}

.head-secLi {
    position: relative;
    font-size: 0
}

.head-secLi::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #EEEEEE;
    z-index: 1
}

.head-secLi::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 1px;
    background-color: #008AC8;
    z-index: 2;
    transition: all .5s
}

.head-secLi:hover:before {
    left: 0;
    width: 100%
}

.head-seA {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    color: #333333
}

.head-seA:hover {
    color: #008AC8
}

.head-listBut {
    height: 21px;
    display: none;
    justify-content: space-between;
    align-items: self-end;
    flex-direction: column;
    cursor: pointer
}

.head-listBut div {
    transition: all .5s;
    width: 25px;
    height: 3px;
    background-color: #fff
}

.head-listAct div:nth-child(2) {
    display: none
}

.head-listAct div:nth-child(1) {
    transform: translateY(9px) rotateZ(45deg)
}

.head-listAct div:nth-child(3) {
    transform: translateY(-9px) rotateZ(-45deg)
}

.head-listBox {
    overflow: hidden;
    width: 100%;
    height: 0;
    background-color: #ffffff;
    position: absolute;
    top: 100%;
    left: 0;
    transition: all .5s
}

.head-listLi2:has(.head-sonListAct) {
    background-color: #EDF6FD
}

.navBox:has(.head-listAct) .head-listBox {
    height: 100vh
}

.navBox:has(.head-listAct) .head-listBox {
    height: 100vh
}

.navBox:has(.head-listAct) {
    background-color: #fff
}

.head-listAct div {
    background-color: #333
}

.head-list {
    margin-top: 20px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.head-listLi {
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 0px
}

.head-listLiAct {
    color: #1F56AC
}

.iconfont {
    transition: all .5s
}

.head-right {
    transition: all .5s;
    cursor: pointer;
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.icon-right-1-copy {
    font-weight: 400;
    font-size: 14px !important
}

.head-listLi a {
    width: 100%
}

.head-listLi a:hover {
    color: #0B51A4
}

.head-listLi2 {
    width: 100%;
    padding: 0 10%;
    overflow: hidden;
    position: relative;
    transition: all .5s;
    opacity: 0
}

.head-listLi2::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 80%;
    height: 1px;
    background-color: #e5e5e5
}

.head-listLiAct::after {
    background-color: #0B51A4
}

.head-sonList {
    max-height: 0;
    transition: all .5s
}

.head-sonList ul {
    padding-bottom: 18px
}

.head-sonList ul li a:hover {
    color: #008AC8
}

.head-sonListAct {
    max-height: 500px;
    transition: all 1s
}

.head-sonList ul li {
    padding: 10px 0;
    padding-left: 3px;
    font-size: 14px
}

.head-list2 {
    width: 100%;
    height: 242px;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 85px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s
}

.head-listAct2 {
    opacity: 1;
    visibility: visible
}

.head-ul {
    display: flex;
    justify-content: flex-end
}

.head-li {
    margin-top: 20px;
    position: absolute;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transition: all .5s
}

.head-liAct2 {
    opacity: 1
}

.head-li a {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 14px
}

.head-li a:hover {
    font-weight: 500;
    color: #1F56AC
}

.head-logo2 {
    display: none
}

.head-act {
    background-color: #fff
}

.head-act .head-left p {
    color: #1F56AC
}

.head-act .head-navLi {
    color: #333333
}

.head-act .head-liAct {
    color: #1F56AC
}

.head-act .head-a::after {
    background-color: #1F56AC
}

.head-act .head-logo1 {
    display: none
}

.head-act .head-logo2 {
    display: block
}

.head-act .head-listBut div {
    background-color: #1F56AC
}

.head-an1::after {
    animation: an1 .4s forwards
}

.head-an2::after {
    animation: an2 .4s forwards
}

.navBox:hover {
    z-index: 1001
}

.foodBox {
    background: linear-gradient(92deg, #1D419B 10%, #1D419B 10%, rgba(27, 69, 172, 0.96) 48%, #2485D1 99%);
    padding-top: 4.5833333333vw;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.foodBox2 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 2.5520833333vw;
    position: relative
}

.foodBox2::after {
    content: '';
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4)
}

.food-messTit {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.food-mess1 {
    margin-bottom: 2.96875vw
}

.food-mess2 {
    margin-bottom: 0.8333333333vw
}

.food-mess1 .food-messTit {
    margin-bottom: 0.8333333333vw
}

.food-messTit img {
    margin-right: 0.78125vw
}

.food-messTit p {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 700;
    font-size: 18px
}

.food-messCon1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.4166666667vw
}

.food-messCon1 p {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    font-size: 16px;
    margin-right: 0.3125vw
}

.food-messCon1 a {
    font-weight: 500;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

.food-mess2 {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.food-mess2 .food-messTit {
    /*margin-right: 1.3541666667vw*/
}

.food-messCon2 {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    font-size: 16px
}
.food-mid {
    display: flex;
    justify-content: space-between;
    flex-direction: column
}
.food-rig {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column
}

.food-navBox {
    display: flex;
    justify-content: flex-end
}

.food-navTit {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.8333333333vw
}

.food-nav {
    margin-right: 1.5vw;
    max-width: 400px;
}

.food-nav p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.5208333333vw
}

.food-nav:last-child {
    margin-right: 0
}

.food-up {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    background-color: #1F53A9;
    overflow: hidden;
    cursor: pointer
}

.food-upBox {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    height: 200%
}

.food-up:hover .food-upBox {
    transform: translateY(-50%);
    transition: all .5s
}

.foodBox3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5625vw 0
}

.food-conleft3 {
    color: rgba(255, 255, 255, 0.6);
    display: inline;
    font-size: 16px;
    font-weight: 400
}

.food-conRig3 {
    color: rgba(255, 255, 255, 0.6);
    display: inline;
    font-size: 16px;
    font-weight: 400
}

.food-conleft3 p {
    display: inline;
    margin-right: 16px
}

.food-conRig3 p {
    display: inline
}

.food-nav p a {
    overflow: hidden;
    display: inline-block;
    position: relative
}

.food-left a {
    overflow: hidden;
    /*display: block;*/
    position: relative
}

.food-nav p a::after {
    position: absolute;
    width: 100%;
    height: 1px;
    transition: all .5s;
    content: '';
    left: 0;
    bottom: 0;
    background-color: #fff;
    animation: an2 .4s forwards
}

.food-nav p a:hover::after {
    animation: an1 .4s forwards
}

.food-nav p a:hover {
    color: #fff
}

.food-left a:hover::after {
    animation: an1 .4s forwards
}

.foodBox3 a:hover {
    color: #fff
}

.food-left a:hover {
    color: #fff
}

.banner-box {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative
}

.banner-box2 {
    height: 100%
}

.banner-swiper {
    height: 100%
}

.banner-img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    opacity: 1 !important
}

.banner-con {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%)
}

.banner-titBox {
    width: 100%;
    text-align: center;
    margin-bottom: 30px
}

.banner-titBox h1 {
    font-weight: 700;
    font-size: 76px;
    color: #ffffff;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5)
}

.banner-text {
    display: flex;
    justify-content: center;
    align-items: center
}

.banner-li {
    background-color: #2485D1;
    width: 150px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    margin: 0 0.5729166667vw
}

.banner-iconBox {
    position: absolute;
    right: 5.8333333333vw;
    bottom: 4.84375vw;
    z-index: 100;
    flex-direction: column;
    width: 46px;
    height: 46px;
    border: 1px solid #FFFFFF;
    border-radius: 50%
}

.banner-iconBox img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    animation: bannerIcon 3s linear infinite
}

@keyframes bannerIcon {
    50% {
        transform: translate(-50%, 12px)
    }
}

.ab-box {
    overflow: hidden;
    position: relative;
    padding-bottom: 9.9479166667vw
}

.ab-left {
    width: 40%;
    margin-top: 7.2916666667vw;
    position: relative
}

.ab-titBox {
    position: relative;
    padding-left: 1.875vw;
    margin-bottom: 5.2083333333vw
}

.ab-titBox h5 {
    margin-bottom: 0.3125vw;
    transform: translateX(4px);
    color: #1F56AC
}

.ab-titBox h3 {
    color: #333333
}

.ab-titBox img {
    position: absolute;
    top: -30px;
    left: 0
}

.ab-sinBox {
    position: absolute;
    right: 0;
    top: 46px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end
}

.ab-since {
    font-size: 55px;
    line-height: 71px;
    font-weight: 700;
    color: #1F56AC;
    opacity: 0.4;
    position: relative;
    margin-left: 1.0416666667vw
}

.ab-sinLine {
    transform: translateY(-20px);
    width: 100%;
    height: 1px;
    background-color: #E7E7E7
}

.ab-sinNum {
    font-family: 'Roboto';
    font-size: 80px;
    line-height: 80px;
    font-weight: 500;
    color: #1F56AC
}

.ab-textBox {
    margin-bottom: 5.46875vw
}

.ab-textBox p {
    font-size: 16px;
    line-height: 30px;
    color: #666666
}

.ab-numBox {
    display: flex;
    justify-content: space-between
}

.ab-numCon {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 0.5729166667vw
}

.ab-numCon2 {
    font-family: 'Roboto';
    overflow: hidden;
    font-size: 64px;
    line-height: 64px;
    font-weight: 600;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(177deg, #364BA8 21%, #2485D1 88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.ab-num {
    position: absolute;
    opacity: 0
}

.ab-num2 {
    position: relative
}

.ab-num2 span {
    opacity: 0
}

.numBox {
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1.5s ease-in-out
}

.numBox p {
    background: linear-gradient(177deg, #364BA8 21%, #2485D1 88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.ab-unit {
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
    background: linear-gradient(177deg, #364BA8 21%, #2485D1 88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.ab-numTit {
    font-size: 18px;
    font-weight: 500;
    color: #333333
}

.ab-rigth {
    position: absolute;
    right: 0;
    top: 0
}

.ab-rigImg {
    width: 51.8229166667vw;
    object-fit: cover
}

.ab-go {
    position: absolute;
    right: 5.6770833333vw;
    bottom: 3.125vw;
    width: 120px;
    height: 120px;
    background: linear-gradient(180deg, #1D419B 0%, #2485D1 100%);
    border-radius: 50%;
    z-index: 100;
    transition: all .5s
}

.ab-go a {
    width: 100%;
    height: 100%;
    display: block;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center
}

.ab-go:hover {
    transform: scale(1.1)
}

.sp-box {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 6.7708333333vw;
    padding-bottom: 11.1458333333vw;
    position: relative
}

.sp-box::after {
    width: 100%;
    bottom: 8.3333333333vw;
    left: 0;
    content: '';
    background-color: rgba(255, 255, 255, 0.6);
    height: 1px;
    position: absolute
}

.sp-ul {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.sp-li {
    width: 23%;
    height: 23.8020833333vw;
    border-radius: 20px;
    position: relative
}

.sp-li a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    border-radius: 20px
}

.sp-slowBox {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    overflow: hidden;
    transform: scale(1.1);
    transform-origin: center center;
    transition: all .5s
}

.sp-litier {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 25, 67, 0.7);
    transform: translate3d(0, 0, 0) scale(0.6);
    transform-origin: center center;
    opacity: 0;
    transition: all .5s;
    border-radius: 20px;
    position: relative
}

.sp-li a:hover .sp-litier {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
    border-radius: 20px
}

.sp-litier>img {
    margin-top: 7.2395833333vw;
    width: 120px;
    position: relative;
    left: calc(50% - 60px)
}

.sp-text {
    top: 50px;
    position: relative
}

.sp-text p {
    line-height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    display: inline;
    margin-right: 10px;
    transition: all .5s;
    position: relative;
    left: calc(50% - 40px)
}

.sp-text img {
    position: absolute;
    right: -24px;
    top: 3px;
    transition: all .5s
}

.sp-text:hover img {
    right: -34px
}

.sp-titBox {
    margin-top: 2.3958333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
    color: #ffffff;
    margin-bottom: 4.1145833333vw
}

.sp-titBox h5 {
    margin-bottom: 0.8333333333vw
}

.sp-titBox2 {
    margin-top: 2.3958333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
    color: #ffffff;
    margin-bottom: 4.1145833333vw
}

.sp-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    margin-bottom: 0.78125vw
}

.sp-titBox2 p {
    font-weight: 700;
    font-size: 30px;
    color: #ffffff
}

.sp-li a:hover .sp-slowBox {
    transform: none
}

.ed-box {
    background: #EDF6FD;
    padding-top: 5.9895833333vw;
    overflow: hidden;
    padding-bottom: 6.25vw
}

.ed-box2 {
    display: flex;
    justify-content: space-between
}

.ed-conBox {
    width: 80.72%
}

.ed-nav {
    transition: all .5s;
    width: 9.7395833333vw;
    height: 8.6458333333vw;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-bottom: 1.0416666667vw
}

.ed-nav:last-child {
    margin-bottom: 0
}

.ed-nav::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #1D419B 0%, #4CA6F0 100%);
    opacity: 0;
    transition: all .5s;
    z-index: 0
}

.ed-imgBox {
    width: 3.125vw;
    height: 3.125vw;
    overflow: hidden;
    margin-bottom: 12px;
    position: relative;
    z-index: 10
}

.ed-imgBox2 {
    width: 100%;
    height: 200%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .5s
}

.ed-imgBox2 img {
    width: 3.125vw
}

.ed-navTit p {
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    position: relative;
    z-index: 10;
    transition: all .5s
}

.ed-navAct::after {
    opacity: 1
}

.ed-navAct .ed-imgBox2 {
    transform: translateY(-50%)
}

.ed-navAct .ed-navTit p {
    color: #ffffff
}

.ed-nav:hover::after {
    opacity: 1
}

.ed-nav:hover .ed-imgBox2 {
    transform: translateY(-50%)
}

.ed-nav:hover .ed-navTit p {
    color: #ffffff
}

.ed-titBox h5 {
    color: #1F56AC;
    margin-bottom: 7px
}

.ed-titBox h3 {
    color: #333333
}

.ed-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 1.5625vw
}

.ed-more a {
    display: block;
    width: 144px;
    height: 52px;
    border-radius: 30px;
    border: 1px solid #1F56AC;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400
}

.ed-more a::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    border-radius: 30px;
    background: linear-gradient(180deg, #1E439D 0%, #4AA1EC 100%);
    z-index: 10;
    transform: translateX(-100%);
    transition: .4s cubic-bezier(.4, .4, 0, 1)
}

.ed-more a p {
    position: relative;
    z-index: 100;
    color: #1F56AC;
    transition: all .5s
}

.ed-more a::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    border-radius: 30px;
    background-color: rgba(31, 86, 172, 0.3);
    transform: translateX(-100%);
    transition: .4s cubic-bezier(.4, .4, 0, 1)
}

.ed-more a:hover::before {
    transform: translateX(0%)
}

.ed-more a:hover::after {
    transform: translateX(0%);
    transition-delay: 0.2s
}

.ed-more a:hover p {
    color: #ffffff
}

.ed-more a:hover {
    border: 1px solid transparent;
    transition: all .5s
}

.ed-text {
    width: 677px;
    overflow: hidden
}

.ed-text p {
    width: 677px;
    font-size: 16px;
    line-height: 27px;
    color: #666666;
    font-weight: 400
}

.ed-swCon {
    width: 100%;
    opacity: 1 !important
}

.ed-swCon a {
    display: block;
    background-color: #fff;
    padding: 0.6770833333vw;
    padding-bottom: 0;
    box-shadow: 0px 4px 10px 0px rgba(0, 55, 163, 0.1)
}

.ed-slBox1 {
    position: relative;
    cursor: pointer
}

.ed-slBox1::before {
    content: "";
    display: block;
    padding-top: 66.66%
}

.ed-slBox2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.ed-slBox2 img {
    width: 100%;
    height: 100%;
    transition: all .5s
}

.ed-swiperBox {
    position: relative;
    margin-right: -7.729%
}

.ed-swiper {
    padding-top: 2.7083333333vw;
    padding-bottom: 7.03125vw;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    transition: all .5s
}

.ed-swiperP {
    overflow: hidden;
    position: absolute
}

.ed-swiperAct {
    opacity: 1
}

.ed-swTit {
    padding: 1.3541666667vw 0;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ed-navBox2 {
    display: none
}

.swiper-pbox {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 10
}

.swiper-butBox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none
}

.swiper-butBox1 {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 1px solid #1F56AC;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .5s
}

.swiper-butBox1:first-child {
    margin-right: 32px
}

.swiper-butBox1::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 50%;
    background: linear-gradient(180deg, #1D419B 0%, #2485D1 100%);
    opacity: 0;
    transition: all .5s
}

.swiper-butimg2 {
    display: none
}

.swiper-butBox1 img {
    position: relative;
    z-index: 10
}

.swiper-pagination2 {
    width: calc(100% - 5.729% - 205px) !important;
    top: 50% !important;
    left: inherit !important;
    right: 0 !important;
    height: 1px !important
}

.swiper-butBox1:hover .swiper-butimg2 {
    display: block
}

.swiper-butBox1:hover .swiper-butimg1 {
    display: none
}

.swiper-butBox1:hover::after {
    opacity: 1
}

.swiper-butBox1:hover {
    border: 1px solid transparent
}

.ed-swCon:hover img {
    transform: scale(1.1)
}

.ed-swCon:hover .ed-swTit {
    color: #1D419B
}

.sc-box {
    padding-top: 7.3958333333vw;
    padding-bottom: 7.5vw;
    overflow: hidden;
    position: relative
}

.sc-box2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10
}

.sc-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 50vw;
    height: 100%
}

.sc-conBox {
    width: 92.77%;
    background: #EDF6FD;
    height: 32.5vw;
    position: relative;
    overflow: hidden
}

.sc-butBox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.sc-but {
    width: 72px;
    height: 72px;
    background: linear-gradient(180deg, #1D419B 0%, #2485D1 100%);
    border-radius: 50%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
    transition: all .5s;
    transform: scale(1);
    position: relative
}

.sc-but:hover {
    transform: scale(1.1)
}

.sc-but img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.sc-up {
    margin-bottom: 1.09375vw
}

.sc-conBox {
    padding: 6.5625vw 4.21875vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.sc-conLeft {
    width: 19%;
    height: 100%
}

.sc-conRig {
    width: 76%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.sc-titBox {
    margin-bottom: 2.5vw
}

.sc-titBox h5 {
    transform: translateX(4px);
    color: #1F56AC;
    margin-bottom: 9px
}

.sc-titBox h3 {
    color: #333333
}

.sc-conNav2 {
    height: 2.7604166667vw;
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.0416666667vw;
    position: relative
}

.sc-conNav2::after {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #1D419B 0%, #2485D1 100%);
    opacity: 0;
    transition: all .5s
}

.sc-conNav2 img {
    opacity: 0;
    position: relative;
    z-index: 10
}

.sc-conTit {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    position: relative;
    z-index: 10;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s
}

.sc-conNavAct img {
    opacity: 1
}

.sc-conNavAct::after {
    opacity: 1
}

.sc-conNavAct .sc-conTit {
    color: #ffffff
}

.sc-conNav2:hover::after {
    opacity: 1
}

.sc-conNav2:hover .sc-conTit {
    color: #ffffff;
    transform: translateX(0.5208333333vw)
}

.sc-conNav2:hover img {
    opacity: 1
}

.sc-con {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    opacity: 0;
    animation: scAn1 1s forwards
}

.sc-con a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%
}

.sc-conAct {
    animation: scAn2 1s forwards
}

@keyframes scAn1 {
    0% {
        transform: translateX(0%);
        opacity: 1
    }

    20% {
        opacity: 0
    }

    100% {
        transform: translateX(100%)
    }
}

@keyframes scAn2 {
    100% {
        transform: translateX(0%);
        opacity: 1
    }
}

.sc-slBox1 {
    width: 50%;
    position: relative;
    cursor: pointer;
    height: 100%
}

.sc-slBox1::before {
    content: "";
    display: block;
    padding-top: 66.66%
}

.sc-slBox2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.sc-slBox2 img {
    width: 100%;
    height: 100%;
    transition: all .5s
}

.sc-textBox {
    background-color: #fff;
    width: 50%;
    height: 100%;
    padding: 3.4895833333vw 3.3854166667vw 1.0416666667vw
}

.sc-rigTit h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 0.5208333333vw;
    transition: all .5s
}

.sc-rigline {
    width: 2.7083333333vw;
    height: 2px;
    background: linear-gradient(90deg, #1D419B 0%, #2485D1 100%);
    margin-bottom: 1.0416666667vw;
    transition: all .5s
}

.sc-rigText p {
    color: #666666;
    font-size: 16px;
    line-height: 27px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
    white-space: normal
}

.sc-rigText {
    margin-bottom: 20px
}

.sc-rigMore {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.sc-rigMore img {
    transition: all .5s
}

.sc-rigMore p {
    font-size: 16px;
    font-weight: 400;
    color: #1F56AC;
    margin-right: 0.5208333333vw
}

.sc-but21 {
    display: none
}

.sc-but22 {
    display: none
}

.sc-con a:hover .sc-slBox1 img {
    transform: scale(1.1)
}

.sc-con a:hover .sc-rigline {
    width: calc(2.7083333333vw + 20px)
}

.sc-con a:hover .sc-rigTit h4 {
    color: #1F56AC
}

.sc-rigMore:hover img {
    transform: translateX(10px)
}

.nc-box {
    padding-top: 6.1979166667vw;
    padding-bottom: 8.75vw
}

.nc-news {
    overflow: hidden
}

.nc-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 3.8020833333vw
}

.nc-titBox h5 {
    margin-bottom: 9px;
    color: #1F56AC
}

.nc-titBox h3 {
    color: #333333
}

.nc-conBox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
}

.nc-slBox1 {
    width: 48%;
    position: relative;
    cursor: pointer
}

.nc-slBox1::before {
    content: "";
    display: block;
    padding-top: 66.66%
}

.nc-slBox2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.nc-slBox2 a{
    width: 100%;
    height: 100%;
    display: block;
}
.nc-slBox2 img {
    width: 100%;
    object-fit: cover;
    transition: all .5s
}

.nc-det {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 37, 90, 0.3)
}

.nc-con1 {
    position: absolute;
    bottom: 2.1354166667vw;
    left: 50%;
    transform: translateX(-50%);
    width: 86%
}

.nc-date {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500
}

.nc-newsTit h4 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.04em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    white-space: normal
}

.nc-news2 {
    width: 24%;
    position: relative
}

.nc-news2::after {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #1D419B 0%, #2485D1 100%);
    opacity: 0;
    transition: all .5s
}

.nc-news2 a {
    border: 1px solid #D8D8D8;
    background: linear-gradient(180deg, rgba(54, 75, 168, 0) 0%, rgba(76, 166, 240, 0) 100%);
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    padding: 2.7083333333vw 1.7708333333vw 2.8645833333vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column
}

.nc-newsTit2 {
    overflow: hidden;
    position: relative;
    z-index: 10;
    padding-bottom: 1.6145833333vw;
    margin-bottom: 1.5625vw
}

.nc-newsTit2::after {
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #D8D8D8;
    z-index: 10
}

.nc-newsTit2 h4 {
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    letter-spacing: 0.04em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    white-space: normal
}

.nc-newsText {
    overflow: hidden
}

.nc-newsText p {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    white-space: normal
}

.nc-dateBox1 {
    width: 100%;
    overflow: hidden
}

.nc-dateBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.nc-dateBox img {
    transform: translateY(-50%)
}

.nc-dateimg2 {
    display: none
}

.nc-day {
    color: #333333;
    font-size: 40px;
    font-weight: 500
}

.nc-year {
    color: #666666;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto'
}

.nc-news1:hover img {
    transform: scale(1.1)
}

.nc-news2:hover:after {
    opacity: 1
}

.nc-news2:hover h4 {
    color: #ffffff
}

.nc-news2:hover p {
    color: #ffffff
}

.nc-news2:hover div {
    color: #ffffff
}

.nc-news2:hover .nc-dateimg1 {
    display: none
}

.nc-news2:hover .nc-dateimg2 {
    display: block
}

.ban-box {
    overflow: hidden;
    width: 100%;
    height: 43.2291666667vw;
    position: relative
}

.ban-box2 {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1 !important
}

.ban-titBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%
}

.ban-titBox h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 54px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 0.9375vw
}

.ban-titBox h5 {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5)
}

.ban-crumbs {
    position: absolute;
    right: 5.5208333333vw;
    bottom: 2.8645833333vw;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400
}

.ban-crumbs img {
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translate(-100%, -50%)
}

.ban-crumbs ul {
    display: inline
}

.ban-crumbs li {
    display: inline
}

.ban-crumbs li:last-child span {
    display: none
}

.ban-nav {
    background-color: #fff;
    width: 100%;
    height: 85px
}

.ban-nav2 {
    background-color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 10px 0px rgba(0, 55, 163, 0.1);
    z-index: 1000;
    left: 0;
    height: 85px;
    position: relative;
    top: 0;
    transition: all .5s
}

.ban-navBox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.ban-navBox2 {
    height: 100%;
    width: 250px;
    position: relative
}

.ban-navBox2 a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    position: relative
}

.ban-navBox2::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 30%;
    background-color: #D8D8D8;
    content: ''
}

.ban-navBox2:last-child::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 30%;
    background-color: #D8D8D8;
    content: ''
}

.ban-navBox2 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .5s
}

.ban-navBox2Act a {
    color: #1F56AC;
    font-weight: 500
}

.ban-navBox2Act img {
    opacity: 1
}

.ban-line {
    position: absolute;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #1F56AC;
    transition: all .5s
}

.ban-navBox2Act a::after {
    width: 100%;
    left: 0
}

.ban-navBox2:hover a {
    color: #1F56AC;
    font-weight: 500
}

.ban-navBox2:hover img {
    opacity: 1
}

.cp-box {
    position: relative;
    padding-top: 1.3541666667vw;
    padding-bottom: 3.8020833333vw;
    background: linear-gradient(180deg, #FAFDFF 67%, rgba(237, 246, 253, 0) 100%)
}

.cp-box2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
    overflow: hidden
}

.cp-left {
    padding-top: 2.96875vw;
    width: 47.5%;
    overflow: hidden
}

.cp-rig {
    width: 37.3958333333vw
}

.cp-rig img {
    width: 100%;
    object-fit: cover
}

.cp-titBox {
    margin-bottom: 2.0833333333vw
}

.cp-titBox h5 {
    color: #1F56AC
}

.cp-titBox h3 {
    color: #333333
}

.cp-text p {
    color: #333333;
    margin-bottom: 1.71875vw;
    line-height: 30px
}

.cp-text p:last-child {
    margin-bottom: 0
}

.cp-bg {
    position: absolute;
    left: 0;
    bottom: -0.3125vw;
    width: 100%
}

.cp-bg img {
    width: 100%;
    object-fit: cover
}

.data-box {
    background: linear-gradient(90deg, #1D419B 0%, #2485D1 100%)
}

.data-box2 {
    padding: 3.75vw 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.data-conBox {
    width: 20%;
    padding: 0 4.1666666667vw;
    flex-direction: column
}

.data-con {
    display: flex;
    align-items: flex-end
}

.data-num {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 3.75vw;
    color: #ffffff;
    line-height: 3.75vw;
    margin-right: 0.78125vw
}

.data-unit {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.9270833333vw;
    color: #ffffff
}

.data-tit h5 {
    font-weight: 500;
    color: #ffffff;
    font-size: 18px
}

.profile-box {
    overflow: hidden;
    height: 960px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EDF6FD;
    position: relative
}

.profile-box2 {
    height: 100%;
    width: 1571px;
    position: relative
}

.profile-img {
    width: 31.25vw;
    height: 31.25vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.profile-titBox {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.profile-titBox h5 {
    color: #1F56AC
}

.profile-titBox h3 {
    color: #333333
}

.profile-con li {
    position: absolute;
    width: 500px
}

.profile-titBox2 {
    display: none
}

.profile-con h5 {
    color: #333333;
    font-weight: 700;
    font-size: 28px;
    position: relative;
    padding-bottom: 0.5208333333vw
}

.profile-text {
    padding-top: 1.3541666667vw;
    position: absolute
}

.profile-con p {
    color: #666666;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px
}

.profile-con h5::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(180deg, #1D419B 0%, #2485D1 100%);
    position: absolute;
    right: -20px;
    bottom: -5px
}

.profile-con li:nth-child(2n) h5::before {
    left: -20px
}

.profile-con h5::after {
    content: '';
    display: inline-block;
    height: 1px;
    width: 50px;
    background: #D8D8D8;
    position: absolute
}

.profile-text::after {
    content: '';
    height: 1px;
    width: calc(50vw - 300px - 5.7291666667vw);
    background: #D8D8D8;
    position: absolute;
    top: 0
}

.profile-li1 .profile-text,
.profile-li3 .profile-text,
.profile-li5 .profile-text {
    right: 0
}

.profile-li1 {
    text-align: right;
    top: 109px;
    left: 0
}

.profile-li1 h5::after {
    right: -100px;
    bottom: -25px;
    width: 80px;
    transform: rotate(28deg)
}

.profile-li1 .profile-text::after {
    right: 0
}

.profile-li2 {
    text-align: left;
    right: 0;
    top: 109px
}

.profile-li2 h5::after {
    left: -100px;
    bottom: -25px;
    width: 80px;
    transform: rotate(-28deg)
}

.profile-li2 .profile-text::after {
    left: 0
}

.profile-li3 {
    text-align: right;
    top: 45%;
    left: -100px
}

.profile-li3 h5::after {
    right: -75px;
    bottom: 0px
}

.profile-li3 .profile-text::after {
    right: 0;
    width: calc(50vw - 400px - 5.7291666667vw)
}

.profile-li4 {
    text-align: left;
    top: 45%;
    right: -100px
}

.profile-li4 h5::after {
    left: -75px;
    bottom: 0px
}

.profile-li4 .profile-text::after {
    left: 0;
    width: calc(50vw - 400px - 5.7291666667vw)
}

.profile-li5 {
    text-align: right;
    bottom: 180px;
    left: 0
}

.profile-li5 h5::after {
    right: -76px;
    top: 32px;
    transform: rotate(332deg)
}

.profile-li5 .profile-text::after {
    right: 0
}

.profile-li6 {
    text-align: left;
    bottom: 180px;
    right: 0
}

.profile-li6 h5::after {
    left: -76px;
    top: 32px;
    transform: rotate(-332deg)
}

.profile-li6 .profile-text::after {
    left: 0
}

.honor-box {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 7.65625vw;
    padding-bottom: 9.6354166667vw;
    position: relative
}

.honor-pagination {
    display: none
}

.honor-bg {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    font-family: 'Roboto';
    font-size: 20.8333333333vw;
    color: #ffffff;
    opacity: 0.25;
    line-height: 20.8333333333vw
}

.honor-box2 {
    position: relative;
    z-index: 1
}

.honor-titBox {
    width: 100%;
    text-align: center;
    margin-bottom: 5.78125vw
}

.honor-titBox h5 {
    color: #1F56AC
}

.honor-titBox h3 {
    color: #333333
}

.honor-con {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%
}

.honor-con2 {
    width: 90%;
    overflow: hidden
}

.honor-slBox1 {
    position: relative;
    cursor: pointer
}

.honor-slBox1::before {
    content: "";
    display: block;
    padding-top: 66.66%
}

.honor-slBox2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.honor-slBox2 img {
    height: 100%;
    transition: all .5s
}

.honor-img img {
    max-width: 100%;
    object-fit: cover
}

.honor-name {
    margin-top: 2.0833333333vw;
    text-align: center;
    transition: all .5s;
    font-size: 24px;
    font-weight: 500;
    color: #333333
}

.honor-swiper .honor-slide {
    opacity: 0.6 !important;
    transform: scale(0.8) !important;
    transition: all .5s !important
}

.honor-swiper .honor-slide .honor-name {
    opacity: 0 !important
}

.honor-swiper .swiper-slide-active,
.honor-swiper .swiper-slide-duplicate-active {
    transform: scale(1) !important;
    transition: all .5s !important;
    opacity: 1 !important
}

.honor-swiper .swiper-slide-active .honor-name,
.honor-swiper .swiper-slide-duplicate-active .honor-name {
    opacity: 1 !important
}

.honor-but {
    width: 3.75vw;
    height: 3.75vw;
    border-radius: 50%;
    border: 1px solid #1F56AC;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
    cursor: pointer;
    z-index: 10
}

.honor-but img {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s
}

.honor-prev {
    left: 0
}

.honor-next {
    right: 0
}

.honor-icon2 {
    opacity: 0
}

.honor-but::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #1F56AC;
    background: linear-gradient(180deg, #1D419B 0%, #2485D1 100%);
    content: '';
    opacity: 0;
    transition: all .5s
}

.honor-but:hover::after {
    opacity: 1
}

.honor-but:hover .honor-icon2 {
    opacity: 1
}

.honor-but:hover .honor-icon1 {
    opacity: 0
}

.honor-but:hover {
    border: 1px solid transparent
}

.project-leftTop {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding-bottom: 2.3958333333vw;
    margin-bottom: 2.3958333333vw
}

.project-leftTop::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #D8D8D8;
    content: '';
    bottom: 0;
    left: 0
}

.project-leftTop::before {
    position: absolute;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, #1D419B 0%, #2485D1 100%);
    content: '';
    bottom: 0;
    left: 0;
    transform: translateY(50%);
    z-index: 10;
    transition: all .5s
}

.project-left {
    width: 34.2708333333vw
}

.project-rig {
    width: 35vw;
    border-radius: 20px;
    overflow: hidden
}

.project-leftTop img {
    width: 80px;
    margin-right: 1.875vw
}

.project-titBox h5 {
    font-weight: 700
}

.project-titBox h3 {
    color: #333333
}

.project-text p {
    width: 27.65625vw;
    color: #666666;
    line-height: 30px
}

.project-slBox1 {
    position: relative
}

.project-slBox1::before {
    content: "";
    display: block;
    padding-top: 66.66%
}

.project-slBox2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.project-slBox2 img {
    width: 100%;
    height: 100%;
    transition: all .5s
}

.project-conBox {
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 6.5625vw 0;
    background: #EDF6FD;
    position: relative
}

.project-conBox:nth-child(2n) {
    flex-direction: row-reverse;
    justify-content: flex-start;
    background: #ffffff
}

.project-conBox:nth-child(2n) .project-left {
    width: 46.6145833333vw;
    padding-left: 7.96875vw
}

.project-conBox:nth-child(2n-1) {
    padding-right: 12.34375vw
}

.project-conBox:hover .project-rig img {
    transform: scale(1.1)
}

.project-conBox:hover .project-leftTop::before {
    width: 27.65625vw
}

.project-pageBox {
    position: fixed;
    left: 5.7291666667vw;
    top: 50%;
    transform: translate(-50%);
    opacity: 0;
    transition: all .5s
}

.project-pageBox li {
    color: #D8D8D8;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 0.78125vw;
    padding-bottom: 0.3125vw
}

.project-pageBox li::after {
    position: absolute;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, #1D419B 0%, #2485D1 100%);
    content: '';
    bottom: 0;
    right: 0;
    transition: all .5s
}

.project-pageCon {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(86px);
    transition: all .5s
}

.project-page {
    font-family: 'Roboto';
    margin-right: 8px
}

.project-pageBox .project-pageAct {
    color: #1F56AC
}

.project-pageBox .project-pageAct::after {
    width: 100%
}

.project-pageBox .project-pageAct .project-pageCon {
    transform: translateX(0px)
}

.project-pageBox li:hover {
    color: #1F56AC
}

.project-pageBox li:hover::after {
    width: 100%
}

.project-pageBox li:hover .project-pageCon {
    transform: translateX(0px)
}

.case-box {
    padding-top: 6.5104166667vw;
    padding-bottom: 6.1979166667vw
}

.case-slBox1 {
    position: relative;
    cursor: pointer
}

.case-slBox1::before {
    content: "";
    display: block;
    padding-top: 66.66%
}

.case-slBox2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.case-slBox2 img {
    width: 100%;
    height: 100%;
    transition: all .5s
}

.case-conBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
    flex-wrap: wrap
}

.case-conBox2 {
    width: 30.3%;
    position: relative;
    margin-bottom: 4.4270833333vw
}

.case-conBox::after {
    content: "";
    width: 30.3%
}

.case-titBox {
    position: absolute;
    bottom: 1.3020833333vw;
    left: 50%;
    transform: translateX(-50%);
    width: 89.2%;
    background-color: #fff;
    height: 3.3854166667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    padding: 0 10px
}

.case-titBox h5 {
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.case-deg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 51, 131, 0.8);
    z-index: 1;
    transition: all .5s;
    opacity: 0
}

.case-more {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%) scale(0);
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: linear-gradient(180deg, #1D419B 0%, #2485D1 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    animation: cmore1 .5s forwards
}

.case-conBox2:hover .case-titBox h5 {
    color: rgba(31, 86, 172, 1);
    font-weight: 700
}

.case-conBox2:hover .case-deg {
    opacity: 1
}

.case-conBox2:hover .case-more {
    animation: cmore2 .5s forwards
}

@keyframes cmore1 {
    100% {
        opacity: 0
    }
}

@keyframes cmore2 {
    100% {
        opacity: 1;
        transform: translateX(-50%) scale(1)
    }
}

.case-conBox2:hover .case-slBox1 img {
    transform: scale(1.1)
}

.casedet-box {
    padding-top: 6.5104166667vw;
    padding-bottom: 9.1666666667vw;
    background-color: #EDF6FD
}

.casedet-box2 {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch
}

.casedet-conBox {
    width: 59.9479166667vw;
    padding: 3.6458333333vw 4.9479166667vw 2.9166666667vw;
    background-color: #fff
}

.casedet-tit {
    position: relative;
    text-align: center;
    padding-bottom: 1.875vw;
    margin-bottom: 2.8645833333vw
}

.casedet-tit::after {
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #D8D8D8
}

.casedet-tit h3 {
    font-weight: 700;
    font-size: 38px;
    color: #333333
}

.casedet-text p {
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #666 !important;
    line-height: 30px
}

.casedet-text p img {
    max-width: 100% !important;
    padding: 15px 0
}

.casedet-rigth {
    width: 22.1354166667vw
}

.casedet-recent {
    position: sticky;
    top: 100px;
    left: 0;
    overflow: hidden;
    flex-grow: 1
}

.casedet-rigTit {
    position: relative;
    padding-bottom: 0.5208333333vw;
    margin-bottom: 1.8229166667vw
}

.casedet-rigTit::after {
    width: 100%;
    height: 3px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #1D419B 0%, #2485D1 100%)
}

.casedet-rigTit h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1F56AC
}

.casedet-ul {
    width: 100%;
    margin-bottom: 15px
}

.casedet-li {
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px
}

.casedet-ul img {
    width: 100%;
    object-fit: cover;
    transition: all .5s
}

.casedet-rigcaT {
    padding: 0.9375vw 0
}

.casedet-rigcaT h5 {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.casedet-but {
    width: 100%;
    margin-bottom: 18px
}

.casedet-but a {
    transition: all .5s;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 30px
}

.casedet-but p {
    width: 100%;
    font-size: 18px;
    letter-spacing: 0.04em;
    font-weight: 500;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.casedet-but2 {
    padding-top: 20px
}

.casedet-butBox2 {
    display: none
}

.casedet-butBox3 {
    width: 80%
}

.casedet-li:hover img {
    transform: scale(1.1)
}

.casedet-li:hover .casedet-rigcaT h5 {
    color: #1F56AC
}

.casedet-but:hover p {
    color: #1F56AC
}

.equipment-box {
    padding-top: 6.4583333333vw;
    padding-bottom: 7.2916666667vw;
    background-color: #EDF6FD
}

.equipment-slBox1 {
    position: relative;
    cursor: pointer
}

.equipment-slBox1::before {
    content: "";
    display: block;
    padding-top: 66.66%
}

.equipment-slBox2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.equipment-slBox2 img {
    width: 100%;
    height: 100%;
    transition: all .5s
}

.equipment-conBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
    flex-wrap: wrap
}

.equipment-conBox2 {
    width: 30.3%;
    position: relative;
    margin-bottom: 4.4270833333vw
}

.equipment-conBox::after {
    content: "";
    width: 30.3%
}

.equipment-titBox {
    width: 100%;
    height: 77px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    background-color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden
}

.equipment-titBox h5 {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    position: relative;
    z-index: 10;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    white-space: normal
}

.equipment-titBox::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #1F56AC;
    background: linear-gradient(90deg, #1D419B 0%, #2485D1 100%);
    content: '';
    transition: all .5s;
    transform: translateY(100%)
}

.equipment-conBox2:hover .equipment-slBox1 img {
    transform: scale(1.1)
}

.equipment-conBox2:hover .equipment-titBox::after {
    transform: none
}

.equipment-conBox2:hover .equipment-titBox h5 {
    color: #ffffff;
    font-weight: 700
}

.cer-box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease
}

.cer-boxAct {
    visibility: visible;
    opacity: 1;
    z-index: 1003;
    background-color: rgba(0, 0, 0, 0.7)
}

.cer-boxAct2 {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    background-color: rgba(0, 0, 0)
}

.cer-contents img {
    height: 60vh
}

.cer-but {
    position: absolute;
    z-index: 9999;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 24px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    transition: all 0.3s;
    border-radius: 50%;
    cursor: pointer
}

.cer-close {
    top: 30px;
    right: 30px
}

.cer-prev {
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cer-next {
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cer-but:hover {
    background: linear-gradient(180deg, #1D419B 0%, #4CA6F0 100%)
}

.news-box {
    padding-top: 6.4583333333vw;
    padding-bottom: 7.2916666667vw;
    background-color: #EDF6FD
}

.news-top {
    display: flex;
    justify-content: space-between
}

.news-left {
    width: 54.01%;
    position: relative
}

.news-rigth {
    width: 36%
}

.news-leTit {
    padding: 1.5104166667vw 1.1458333333vw;
    position: absolute;
    bottom: 1.40625vw;
    left: 50%;
    transform: translateX(-50%);
    width: 44.7916666667vw;
    z-index: 10;
    background: linear-gradient(90deg, #1D419B 0%, #2485D1 100%);
    background-origin: 0.9
}

.news-slBox1 {
    position: relative;
    cursor: pointer;
    margin-bottom: 1.5625vw;
    overflow: hidden
}

.news-slBox1::before {
    content: "";
    display: block;
    padding-top: 66.66%
}

.news-slBox2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.news-slBox2 img {
    width: 100%;
    height: 100%;
    transition: all .5s
}

.news-go {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.6458333333vw;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1.875vw;
    transform: translateY(90%);
    transition: all .5s;
    background: linear-gradient(90deg, #1D419B 0%, #2485D1 100%)
}

.news-goBox {
    overflow: hidden;
    height: 100%;
    width: 36px
}

.news-goBox2 {
    transform: translateX(-100%);
    width: 250%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.news-conBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.3125vw;
    flex-wrap: wrap
}

.news-conBox2 {
    width: 30.3%;
    position: relative;
    margin-bottom: 3.90625vw
}

.news-conBox::after {
    content: "";
    width: 30.3%
}

.news-data p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-bottom: 9px
}

.news-titBox {
    width: 100%
}

.news-left .news-slBox1 {
    margin-bottom: 5.4166666667vw
}

.news-left .news-titBox h5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    white-space: normal
}

.news-rigth .news-titBox h5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    white-space: normal
}

.news-titBox h5 {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    white-space: normal
}

.news-conBox2 .news-titBox {
    height: 52px
}

.news-conBox2:hover .news-go {
    transform: none
}

.news-conBox2:hover .news-goBox2 {
    transform: translateX(0);
    transition: all .5s;
    transition-delay: 0.2s
}

.news-rigth:hover .news-go {
    transform: none
}

.news-rigth:hover .news-goBox2 {
    transform: translateX(0);
    transition: all .5s;
    transition-delay: 0.2s
}

.news-conBox2:hover .news-slBox2 img {
    transform: scale(1.1)
}

.news-conBox2:hover .news-titBox h5 {
    color: #1D419B
}

.news-leTit p {
    color: #ffffff
}

.news-leTit h5 {
    color: #ffffff
}

.news-left:hover img {
    transform: scale(1.1)
}

.news-rigth:hover img {
    transform: scale(1.1)
}

.news-rigth:hover .news-titBox h5 {
    color: #1D419B
}

.newsdet-ul {
    width: 100%;
    padding-bottom: 2.03125vw
}

.newsdet-li {
    margin-bottom: 2.2916666667vw
}

.newsdet-dateBox {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.newsdet-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-right: 19px;
    background: linear-gradient(180deg, #1D419B 0%, #2485D1 100%)
}

.newsdet-date {
    font-weight: 400;
    font-size: 16px;
    color: #666666
}

.newsdet-rigcaT {
    padding-left: 26px
}

.newsdet-rigcaT h5 {
    font-weight: 500;
    color: #333333;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    white-space: normal
}

.newsdet-li:hover .newsdet-rigcaT h5 {
    color: #1D419B
}

.contact-box {
    padding-top: 5vw;
    padding-bottom: 3.9583333333vw
}

.contact-titBox {
    text-align: center;
    margin-bottom: 2.8645833333vw
}

.contact-titBox h5 {
    color: #1F56AC
}

.contact-titBox h3 {
    color: #333333
}

.contact-map {
    width: 75.3125vw;
    height: 100%;
    float: right
}

.contact-map #container {
    width: 100%;
    height: 100%
}

#map{width:90%;aspect-ratio: 5 / 2.2;border:#ccc solid 1px;font-size:12px;margin-left:30%;}

.contact-conBox {
    position: relative;
    height: 34.6354166667vw
}

.contact-con {
    padding: 0.7291666667vw 10.6770833333vw;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 57.2916666667vw;
    background: linear-gradient(90deg, #1D419B 0%, #2485D1 100%);
    z-index: 10
}

.contact-icon {
    width: 4.0104166667vw;
    height: 4.0104166667vw;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    position: relative;
    margin-right: 3.28125vw
}

.contact-icon::after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transition: all .7s;
    transform: rotateY(90deg)
}

.contact-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
    z-index: 10
}

.contact-img2 {
    opacity: 0
}

.contact-li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 1.40625vw 0
}

.contact-li::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5)
}

.contact-li:last-child::after {
    display: none
}

.contact-conTit {
    font-size: 18px;
    font-weight: 400;
    color: #D8D8D8;
    letter-spacing: 0.04em;
    margin-bottom: 0.5208333333vw
}

.contact-conText span {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden
}

.contact-conText a {
    color: #ffffff;
    font-family: 'Roboto';
    font-size: 20px
}

.contact-conText a p {
    display: inline-block;
    transition: all .5s
}

.contact-conText a:hover p {
    transform: translateX(5px)
}

.contact-formBox {
    width: 78.0208333333vw;
    margin: 0 auto
}

.mess-box {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 5.8333333333vw;
    padding-bottom: 6.6666666667vw
}

.mes-formUl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.mes-formLi {
    border: 1px solid #D8D8D8;
    background-color: #fff;
    padding: 1.3020833333vw 1.875vw
}

.mes-formLi1 {
    width: 32%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1.6145833333vw
}

.mes-formLi1 .mes-tit {
    margin-right: 1.875vw
}

.mes-inp {
    width: 70%;
    font-size: 18px;
    font-weight: 400
}

.mes-tit {
    font-weight: 500;
    font-size: 20px;
    color: #333333
}

.mes-tit span {
    color: #1D419B !important
}

.mes-text {
    width: 100% !important;
    height: 70%;
    font-family: 'Noto Sans SC', 'Microsoft-YaHei'
}

.mes-formLi2 {
    width: 100%;
    height: 201px
}

.mes-formLi2 .mes-tit {
    margin-bottom: 1.0416666667vw
}

.mes-inp::placeholder {
    color: #D8D8D8
}

.mes-formLi4 {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    border-radius: 30px;
    background: transparent
}

.mes-formButBox {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 3.8541666667vw;
    position: relative;
    border-radius: 30px;
    transition: all .5s;
    background: linear-gradient(180deg, #1E429C 0%, #2485D1 100%)
}

.mes-but {
    cursor: pointer;
    width: 144px;
    height: 52px;
    border-radius: 30px;
    font-weight: 700;
    color: #ffffff;
    font-size: 18px;
    background: transparent;
    transition: all .5s;
    position: relative;
    z-index: 10
}

.mes-formLi4:hover .mes-formButBox {
    transform: translateY(-10px)
}

.anchorBL {
    display: none !important
}

@media only screen and (max-width:1680px) {
    .sc-textBox {
        padding: 3.489583vw 2.385417vw 1.0416666667vw
    }

    .sc-conNav2 img {
        width: 12px
    }

    .sc-rigText p {
        -webkit-line-clamp: 4
    }

    .sp-litier>img {
        width: 90px;
        left: calc(50% - 45px)
    }

    .cp-text p {
        margin-bottom: 1vw;
        line-height: 27px
    }

    .cp-rig {
        width: 41.395833vw
    }

    .profile-li2,
    .profile-li1 {
        top: 146px
    }

    .profile-li3 {
        left: -88px
    }

    .profile-li4 {
        right: -88px
    }

    .profile-li6,
    .profile-li5 {
        bottom: 216px
    }

    .profile-li3 .profile-text::after {
        width: 100%
    }

    .profile-li4 .profile-text::after {
        width: 100%
    }
}

@media only screen and (max-width:1540px) {
    .profile-con h5 {
        font-size: 26px
    }

    .profile-li2,
    .profile-li1 {
        top: 180px
    }

    .profile-li6,
    .profile-li5 {
        bottom: 246px
    }

    .project-pageCon {
        transform: translateX(85px)
    }

    .honor-img {
        height: 300px
    }

    .data-tit h5 {
        font-size: 16px
    }

    .honor-but img {
        width: 15px
    }

    .data-unit {
        font-size: 16px
    }

    .project-leftTop img {
        width: 70px
    }

    .project-conBox:nth-child(2n) .project-left {
        padding-left: 5.96875vw
    }

    .project-titBox h3 {
        font-size: 36px;
        line-height: 36px
    }

    .project-pageBox li {
        font-size: 20px
    }

    .project-left {
        width: 37.270833vw
    }

    .project-text p {
        width: 32.65625vw
    }

    .project-conBox:hover .project-leftTop::before {
        width: 32.65625vw
    }

    .contact-icon img {
        width: 28px
    }

    .mes-tit {
        font-size: 18px
    }

    .mes-formLi2 {
        width: 100%;
        height: 160px
    }

    .mes-inp {
        width: 70%;
        font-size: 16px
    }

    .mes-but {
        height: 44px;
        font-size: 16px
    }

    .contact-conTit {
        font-size: 16px
    }

    .contact-conText span {
        font-size: 18px
    }

    .contact-conText a {
        font-size: 18px
    }

    .sc-conTit {
        font-size: 16px
    }

    .sc-rigText p {
        font-size: 14px;
        line-height: 25px;
        -webkit-line-clamp: 5
    }

    .sc-rigTit h4 {
        font-size: 22px
    }

    .sc-rigMore p {
        font-size: 14px
    }

    .sc-textBox {
        padding: 1.489583vw 2.385417vw 1.0416666667vw
    }

    .sc-titBox {
        margin-bottom: 1.5vw
    }

    .ed-navTit p {
        font-size: 18px
    }

    .head-a {
        font-size: 16px
    }

    .head-logo {
        height: 65px
    }

    .head-left p {
        font-size: 22px
    }

    .banner-titBox h1 {
        font-size: 65px
    }

    .banner-li {
        font-size: 18px
    }

    .food-messTit p {
        font-size: 18px
    }

    .food-messCon1 p {
        font-size: 16px
    }

    .food-messCon1 a {
        font-size: 14px
    }

    .food-messCon2 {
        color: #D4D4D4;
        font-weight: 400;
        font-size: 16px;
        width: 244px;
    }
    
    .food-messTitbb {
        margin-top: -25px;
    }

    .food-nav {
        margin-right: 0.6vw;
        max-width: 220px;
    }

    .food-up {
        width: 70px;
        height: 70px
    }

    .jy-45 {
        font-size: 38px;
        line-height: 38px
    }

    .jy-40 {
        font-size: 38px;
        line-height: 38px
    }

    .swiper-butBox1 {
        width: 60px;
        height: 60px
    }

    .jy-20 {
        font-size: 18px;
        line-height: 20px
    }

    .ab-textBox {
        margin-bottom: 3.46875vw
    }

    .ab-box {
        padding-bottom: 7.947917vw
    }

    .ab-sinNum {
        font-size: 70px;
        line-height: 70px
    }

    .ab-numCon2 {
        font-size: 56px;
        line-height: 56px
    }

    .ab-since {
        font-size: 45px;
        line-height: 58px
    }

    .ab-go {
        width: 110px;
        height: 110px
    }

    .ab-go img {
        width: 25px
    }

    .sp-titBox p {
        font-size: 26px
    }

    .sp-litier>img {
        width: 80px;
        left: calc(50% - 40px)
    }

    .nc-date {
        font-size: 16px
    }

    .nc-newsTit h4 {
        font-size: 18px
    }

    .nc-newsTit2 h4 {
        font-size: 18px
    }

    .nc-newsText p {
        font-size: 14px
    }

    .nc-day {
        font-size: 36px
    }

    .ban-titBox h2 {
        font-size: 50px
    }

    .ban-titBox h5 {
        font-size: 22px
    }

    .ban-navBox2 a {
        font-size: 18px
    }

    .case-titBox h5 {
        font-size: 18px
    }

    .page-item {
        width: 45px;
        height: 45px
    }

    .casedet-tit h3 {
        font-weight: 700;
        font-size: 38px
    }

    .casedet-rigcaT h5 {
        font-size: 16px
    }

    .newsdet-rigcaT h5 {
        font-weight: 500;
        font-size: 16px
    }

    .equipment-titBox h5 {
        font-size: 18px
    }

    .equipment-titBox {
        height: 64px
    }

    .casedet-but p {
        font-size: 16px
    }

    .ed-more a {
        width: 125px;
        height: 40px
    }

    .equipment-titBox h5 {
        font-size: 20px
    }

    .honor-name {
        font-size: 22px
    }

    .ed-swTit {
        font-size: 18px
    }
}

@media only screen and (max-width:1494px) {
    .profile-li3 h5::after {
        right: -54px;
        width: 24px
    }

    .profile-li4 h5::after {
        left: -54px;
        width: 24px
    }
}

@media only screen and (max-width:1360px) {
    .project-leftTop img {
        width: 65px
    }

    .equipment-titBox {
        height: 54px
    }

    .equipment-titBox h5 {
        font-size: 18px
    }

    .head-li a {
        font-size: 14px
    }

    .profile-box {
        overflow: hidden;
        height: 760px
    }

    .profile-li3 {
        left: -156px
    }

    .profile-li6 {
        bottom: 171px;
        right: -70px
    }

    .profile-li5 {
        bottom: 171px;
        left: -70px
    }

    .profile-li1 h5::after {
        right: -72px;
        bottom: -17px;
        width: 40px
    }

    .profile-li2 h5::after {
        left: -72px;
        bottom: -17px;
        width: 40px
    }

    .profile-li1 {
        top: 108px;
        left: -24px
    }

    .profile-li2 {
        top: 108px;
        right: -24px
    }

    .sc-conTit {
        font-size: 14px
    }

    .profile-li6 h5::after,
    .profile-li5 h5::after {
        top: 24px
    }

    .profile-con h5 {
        font-size: 24px
    }

    .profile-text p {
        font-size: 14px;
        line-height: 22px
    }

    .profile-li4 {
        right: -156px
    }

    .honor-name {
        font-size: 20px
    }

    .data-tit h5 {
        font-size: 14px
    }

    .data-unit {
        font-size: 14px
    }

    .project-titBox h3 {
        font-size: 30px;
        line-height: 30px
    }

    .project-titBox h5 {
        font-size: 16px;
        line-height: 22px
    }

    .project-leftTop {
        padding-bottom: 1.5vw;
        margin-bottom: 1.395833vw
    }

    .mes-tit {
        font-size: 16px
    }

    .project-pageCon {
        transform: translateX(75px)
    }

    .project-pageBox li {
        font-size: 18px
    }

    .jy-16 p {
        font-size: 14px;
        font-weight: 400
    }

    .mes-inp {
        font-size: 14px
    }

    .sc-titBox {
        margin-bottom: 2.5vw
    }

    .ban-nav {
        height: 66px
    }

    .contact-li {
        padding: 1.5vw 0
    }

    .contact-conText span {
        font-size: 16px
    }

    .contact-conTit {
        font-size: 14px
    }

    .contact-con {
        padding: 0.7291666667vw 9.677083vw
    }

    .contact-icon img {
        width: 22px
    }

    .news-conBox2 .news-titBox {
        height: 48px
    }

    .news-data p {
        font-size: 14px
    }

    .news-titBox h5 {
        font-size: 16px
    }

    .equipment-titBox {
        height: 63px
    }

    .casedet-rigTit h3 {
        font-size: 22px
    }

    .casedet-but p {
        font-size: 14px
    }

    .casedet-text p {
        font-size: 14px !important;
        line-height: 24px !important
    }

    .casedet-tit h3 {
        font-size: 34px
    }

    .case-more {
        width: 60px;
        height: 60px
    }

    .case-titBox h5 {
        font-size: 16px
    }

    .ban-navBox2 a {
        font-size: 16px
    }

    .ban-titBox h2 {
        font-size: 45px
    }

    .ban-titBox h5 {
        font-size: 20px
    }

    .ban-navBox2 {
        height: 100%;
        width: 200px
    }

    .ban-nav2 {
        height: 66px
    }

    .sp-dot {
        width: 12px;
        height: 12px
    }

    .nc-dateBox img {
        width: 13px
    }

    .nc-day {
        font-size: 30px
    }

    .nc-date {
        font-size: 14px
    }

    .nc-newsTit2 h4 {
        font-size: 16px
    }

    .nc-newsTit h4 {
        font-size: 16px
    }

    .sc-but {
        width: 60px;
        height: 60px
    }

    .sc-conBox {
        padding: 5.5625vw 2.21875vw
    }

    .sc-rigText p {
        -webkit-line-clamp: 4
    }

    .sc-titBox h3 {
        font-size: 30px;
        line-height: 30px
    }

    .sc-titBox h5 {
        font-size: 16px;
        line-height: 16px
    }

    .ed-navTit p {
        font-size: 14px
    }

    .swiper-butBox1 {
        width: 56px;
        height: 56px
    }

    .swiper-pagination2 {
        width: calc(100% - 5% - 150px) !important
    }

    .swiper-butBox1 img {
        width: 15px
    }

    .sp-litier>img {
        width: 70px;
        left: calc(50% - 35px)
    }

    .sp-text p {
        line-height: 14px;
        font-size: 14px
    }

    .ed-swTit {
        font-size: 16px
    }

    .ed-text p {
        font-size: 14px;
        line-height: 25px
    }

    .ed-more a {
        width: 130px;
        height: 40px;
        font-size: 14px
    }

    .sp-text img {
        width: 16px
    }

    .sp-titBox2 p {
        font-size: 22px
    }

    .ab-numCon2 {
        font-size: 54px;
        line-height: 54px
    }

    .ab-numTit {
        font-size: 16px
    }

    .ab-unit {
        font-size: 16px;
        line-height: 30px
    }

    .ab-go {
        width: 96px;
        height: 96px
    }

    .ab-left {
        width: 47%;
        margin-top: 5.291667vw
    }

    .ab-sinNum {
        font-size: 65px;
        line-height: 65px
    }

    .ab-since {
        font-size: 41px;
        line-height: 55px
    }

    .ab-textBox p {
        font-size: 14px;
        line-height: 26px
    }

    .ab-rigImg {
        width: 48.822917vw
    }

    .jy-45 {
        font-size: 36px;
        line-height: 36px
    }

    .jy-40 {
        font-size: 34px;
        line-height: 34px
    }

    .banner-titBox h1 {
        font-size: 56px
    }

    .food-nav {
        margin-right: 3.7vw
    }

    .food-navTit {
        font-size: 16px
    }

    .food-nav p {
        font-size: 14px
    }

    .food-messCon1 a {
        font-size: 14px
    }

    .food-messCon1 p {
        font-size: 14px
    }

    .food-messTit img {
        height: 20px
    }

    .food-messCon2 {
        font-size: 14px
    }

    .banner-li {
        width: 135px;
        height: 34px;
        font-size: 16px
    }

    .food-conleft3 {
        font-size: 14px
    }

    .food-up {
        width: 60px;
        height: 60px
    }

    .food-upBox img {
        height: 17px
    }

    .food-conRig3 {
        font-size: 14px
    }

    .foodBox3 {
        padding: 1vw 0
    }

    .banner-iconBox {
        width: 40px;
        height: 40px
    }

    .banner-iconBox img {
        width: 25px
    }

    .content2 {
        width: 90%
    }

    .head-left p {
        font-size: 20px
    }

    .head-logo {
        height: 60px
    }

    .navBox {
        margin: 0;
        height: 70px
    }

    .head-list2 {
        top: 70px
    }

    .top {
        height: 70px
    }
}

@media only screen and (max-width:1300px) {
    .profile-li5 {
        left: -76px
    }

    .profile-li6 {
        right: -76px
    }

    .profile-li1 {
        left: -66px
    }

    .profile-li2 {
        right: -66px
    }
}

@media only screen and (max-width:1199px) {
    .sp-slowBox {
        transform: none
    }

    .sp-titBox2 p {
        font-size: 32px;
        animation-delay: 0.4s !important
    }

    .case-titBox {
        height: 4.385417vw
    }

    .case-titBox h5 {
        font-size: 18px
    }

    .profile-box {
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 6.7708333333vw;
        padding-bottom: 11.1458333333vw
    }

    .profile-con h5::before {
        bottom: -10px !important;
        left: 0 !important;
        z-index: 10
    }

    .profile-titBox2 {
        margin-bottom: 40px
    }

    .profile-con h5 {
        font-size: 22px
    }

    .profile-text::after {
        display: none
    }

    .profile-titBox2 {
        display: block;
        position: unset;
        transform: none;
        width: 100%;
        text-align: center
    }

    .profile-li {
        width: 100% !important;
        text-align: left !important;
        margin-bottom: 20px
    }

    .profile-text p {
        display: inline
    }

    .profile-li h5::after {
        top: unset !important;
        bottom: -5px !important;
        left: 0 !important;
        width: 100%;
        transform: none !important
    }

    .profile-box2 {
        width: 90%
    }

    .profile-img {
        display: none
    }

    .cp-box2 {
        flex-direction: column
    }

    .honor-but {
        min-width: 45px;
        min-height: 45px
    }

    .data-tit {
        width: 100%
    }

    .cp-rig img:first-child {
        width: 50%
    }

    .data-con {
        margin-bottom: 5px
    }

    .cp-rig {
        width: 100%
    }

    .cp-left {
        width: 100%;
        padding-top: 40px
    }

    .project-pageBox {
        display: none
    }

    .data-box2 {
        flex-wrap: wrap
    }

    .data-con {
        justify-content: center
    }

    .data-box2 {
        padding: 30px 0
    }

    .data-num {
        font-size: 45px;
        line-height: 45px
    }

    .data-conBox:first-child {
        display: none
    }

    .data-conBox {
        padding: 0;
        width: 25%;
        text-align: center
    }

    .jy-16 p {
        line-height: 25px
    }

    .project-conBox {
        justify-content: center;
        flex-direction: column
    }

    .project-conBox:nth-child(2n) {
        flex-direction: column;
        justify-content: center
    }

    .project-conBox:nth-child(2n-1) {
        padding-right: 0
    }

    .project-conBox:nth-child(2n) .project-left {
        padding-left: 0;
        width: 90%
    }

    .project-text {
        margin-bottom: 20px
    }

    .project-text p {
        width: 100%;
        font-size: 16px
    }

    .project-conBox:hover .project-leftTop::before {
        width: 100%
    }

    .project-left {
        width: 90%
    }

    .project-rig {
        width: 90%
    }

    .sc-box2 {
        flex-direction: column
    }

    .news-conBox2 {
        width: 48%
    }

    .case-conBox2 {
        width: 48%
    }

    .equipment-conBox2 {
        width: 48%
    }

    .news-top {
        flex-direction: column;
        margin-bottom: 30px
    }

    .news-left {
        width: 100%;
        margin-bottom: 20px
    }

    .news-leTit {
        width: 95%
    }

    .news-rigth {
        width: 100%
    }

    .sc-butBox {
        transform: rotate(90deg);
        display: none
    }

    .sc-bg {
        width: 100%;
        height: 50%
    }

    .sc-conBox {
        padding: 20px;
        padding-top: 60px;
        flex-direction: column;
        width: 100%;
        height: auto
    }

    .sc-conNav2 {
        padding: 20px 20px
    }

    .sc-conNav2 img {
        display: none
    }

    .sc-conLeft {
        width: 100%;
        height: auto
    }

    .sc-con {
        flex-direction: column
    }

    .sc-con a {
        flex-direction: column
    }

    .sc-textBox {
        width: 100%;
        height: auto;
        padding: 1.489583vw 2.385417vw 3.0416666667vw
    }

    .sc-slBox1 {
        width: 100%;
        height: auto
    }

    .sc-but:hover {
        transform: scale(1.1) rotate(-90deg)
    }

    .sc-but21 {
        display: flex;
        position: absolute;
        top: 50%;
        left: 10px;
        transform: rotate(-90deg)
    }

    .sc-but22 {
        display: flex;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: rotate(-90deg)
    }

    .sc-but2:first-child {
        left: 0
    }

    .sc-titBox {
        width: 100%;
        text-align: center
    }

    .sc-conRig {
        height: 700px
    }

    .sc-conNav {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        overflow-x: scroll;
        padding-bottom: 20px
    }

    .sc-conNav::-webkit-scrollbar {
        height: 1px
    }

    .sc-conNav::-webkit-scrollbar-thumb {
        background: #1F56AC
    }

    .sc-conNav::-webkit-scrollbar-track {
        background-color: #D8D8D8
    }

    .sp-box::after {
        display: none
    }

    .ed-swiperBox {
        position: relative;
        margin-right: 0
    }

    .ed-text {
        width: 100%;
        margin-bottom: 20px
    }

    .ed-text p {
        width: 100%
    }

    .ed-nav {
        width: 25%
    }

    .ed-navBox1 {
        display: none
    }

    .sp-litier {
        transform: scale(1) !important;
        opacity: 1;
        background-color: rgba(0, 25, 67, 0.4)
    }

    .sp-litier img {
        display: none
    }

    .sp-text {
        display: none
    }

    .sp-text:hover p {
        margin-right: 0px
    }

    .sp-text p {
        margin-right: 0
    }

    .ed-navBox2 {
        justify-content: space-between;
        display: flex
    }

    .ed-conBox {
        width: 100%
    }

    .sp-ul {
        justify-content: space-between;
        flex-wrap: wrap
    }

    .sp-li {
        width: 48%;
        margin-right: 0;
        position: relative;
        margin-bottom: 40px;
        height: 40vw
    }

    .sp-li a {
        width: 100%;
        height: 100%;
        display: block
    }

    .sp-dot {
        display: none
    }

    .sp-text {
        margin-bottom: 10%
    }

    .sp-titBox2 {
        margin-top: 0;
        margin-bottom: 0px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .sp-text>img {
        display: none
    }

    .food-navBox {
        display: none
    }

    .food-rig {
        justify-content: flex-end
    }

    .ab-left {
        width: 100%
    }

    .ab-go {
        width: 80px;
        height: 80px
    }

    .ab-go img {
        width: 20px
    }

    .ab-rigth {
        bottom: 30px;
        right: 0
    }

    .ab-numBox {
        justify-content: flex-start
    }

    .ab-numBox2 {
        width: 26vw
    }

    .ab-rigImg {
        display: none
    }

    .ed-nav {
        height: 11.645833vw
    }

    .profile-con li {
        position: inherit
    }

    .profile-text {
        position: inherit
    }

    .sc-conNav2:hover .sc-conTit {
        color: #ffffff;
        transform: none
    }

    .sc-con {
        transform: none
    }

    .head-navBox {
        display: none
    }

    .head-listBut {
        display: flex;
        position: absolute;
        right: 0
    }

    .casedet-rigth {
        display: none
    }

    .casedet-conBox {
        width: 100%
    }
}

@media only screen and (max-width:980px) {
    .sp-titBox2 p {
        font-size: 28px;
        animation-delay: 0.4s !important
    }

    .casedet-but {
        width: 60%
    }

    .casedet-but2 {
        padding-top: 10px
    }

    .case-titBox h5 {
        font-size: 16px
    }

    .profile-titBox2 {
        margin-bottom: 20px
    }

    .mes-inp {
        width: 83%
    }

    .mes-formLi1 {
        width: 100%
    }

    .contact-conBox {
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse
    }

    .contact-map {
        width: 100%;
        height: 220px
    }
    
    #map{width:100%;aspect-ratio: 5 / 2.2;border:#ccc solid 1px;font-size:12px;margin-left:0;}


    .contact-con {
        width: 100%;
        position: inherit;
        transform: none
    }

    .equipment-titBox h5 {
        font-size: 18px
    }

    .equipment-titBox {
        height: 60px
    }

    .casedet-butBox2 {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .casedet-conBox {
        padding: 27px 37px 22px
    }

    .casedet-text p {
        margin-bottom: 30px !important
    }

    .contact-icon {
        min-width: 38px;
        min-height: 38px;
        margin-right: 26px
    }

    .contact-con {
        padding: 6px 73px
    }

    .contact-icon img {
        width: 20px
    }

    .contact-conTit {
        margin-bottom: 4px
    }

    .contact-li {
        padding: 15px 0
    }

    .casedet-tit {
        padding-bottom: 14px;
        margin-bottom: 21px
    }

    .casedet-tit h3 {
        font-size: 30px
    }

    .ban-crumbs {
        display: none
    }

    .ban-titBox h5 {
        font-size: 18px
    }

    .ban-titBox h2 {
        font-size: 38px
    }

    .ban-navBox2 {
        width: 144px;
        padding: 0 5px
    }

    .ed-navTit p {
        font-size: 16px
    }

    .ed-imgBox2 img {
        width: 5vw
    }

    .ed-imgBox {
        width: 5vw;
        height: 5vw
    }

    .nc-conBox {
        flex-wrap: wrap;
        height: auto;
        justify-content: center
    }

    .nc-newsText {
        margin-bottom: 12vw
    }

    .nc-news2 {
        margin-top: 20px;
        width: 44%
    }

    .nc-news2:nth-child(2) {
        margin-right: 2%
    }

    .nc-slBox1 {
        width: 90%
    }

    .ab-numCon2 {
        font-size: 46px;
        line-height: 46px
    }

    .ab-unit {
        font-size: 14px;
        line-height: 26px
    }

    .ab-titBox {
        position: relative;
        padding-left: 15px;
        margin-bottom: 60px
    }

    .ab-textBox {
        margin-bottom: 26px
    }

    .ab-box {
        padding-bottom: 60px
    }

    .ab-numCon {
        margin-bottom: 4px
    }

    .ab-numCon2 {
        font-size: 44px;
        line-height: 44px
    }

    .ab-go {
        width: 70px;
        height: 70px
    }

    .ab-since {
        margin-left: 8px
    }

    .ed-swiper {
        padding-bottom: 9.03125vw
    }

    .ab-left {
        margin-top: 75px
    }

    .ab-numTit {
        font-size: 15px
    }

    .jy-45 {
        font-size: 30px;
        line-height: 30px
    }

    .jy-40 {
        font-size: 30px;
        line-height: 30px
    }

    .jy-20 {
        font-size: 16px;
        line-height: 16px
    }

    .ab-titBox img {
        height: 90px
    }

    .ab-sinBox {
        top: 34px
    }

    .ab-sinLine {
        transform: translateY(-16px)
    }

    .ab-since {
        font-size: 36px;
        line-height: 49px
    }

    .ab-sinNum {
        font-size: 56px;
        line-height: 56px
    }

    .banner-iconBox {
        display: none
    }

    .banner-box {
        height: 60vw
    }

    .banner-img {
        height: 60vw
    }

    .banner-text {
        flex-wrap: wrap
    }

    .banner-titBox h1 {
        font-size: 48px
    }

    .banner-li {
        width: 13%;
        font-size: 14px;
        margin-bottom: 20px
    }

    .head-list2 {
        display: none
    }

    .navBox2 {
        justify-content: flex-start;
        position: relative
    }

    .navBox::after {
        bottom: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: rgba(212, 212, 212, 0.4);
        content: ''
    }

    .navBox {
        background-color: #fff
    }

    .navBox .head-left p {
        color: #1F56AC
    }

    .navBox .head-navLi {
        color: #333333
    }

    .navBox .head-liAct {
        color: #1F56AC
    }

    .navBox .head-a::after {
        background-color: #1F56AC
    }

    .navBox .head-logo1 {
        display: none
    }

    .navBox .head-logo2 {
        display: block
    }

    .navBox .head-listBut div {
        background-color: #1F56AC
    }

    .case-deg {
        display: none
    }

    .con2,
    .con {
        margin-top: 70px
    }

    .cer-close2 {
        width: 10vw;
        height: 10vw;
        right: -9.9vw
    }

    .news-goBox2 img {
        width: 16px
    }
}

@media only screen and (max-width:768px) {
    .ed-navTit p {
        font-size: 16px
    }

    .sp-titBox2 p {
        font-size: 26px;
        animation-delay: 0.4s !important
    }

    .data-num {
        font-size: 40px;
        line-height: 40px
    }

    .data-unit {
        line-height: 20px
    }

    .sc-conBox {
        padding-top: 40px
    }

    .project-text p {
        font-size: 14px
    }

    .cp-titBox {
        margin-bottom: 20px
    }

    .cp-bg {
        position: absolute;
        left: 0;
        bottom: -2.3125vw
    }

    .profile-con h5 {
        padding-bottom: 10px
    }

    .honor-box {
        padding-top: 40px;
        padding-bottom: 60px
    }

    .honor-titBox {
        margin-bottom: 20px
    }

    .profile-box {
        padding-top: 40px;
        padding-bottom: 60px
    }

    .profile-text {
        padding-top: 10px
    }

    .honor-name {
        font-size: 16px
    }

    .honor-img {
        height: auto
    }

    .project-leftTop img {
        margin-right: 15px
    }

    .project-leftTop {
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .project-conBox {
        padding: 50px 0
    }

    .mes-formLi2 .mes-tit {
        margin-bottom: 10px
    }

    .mes-formLi {
        padding: 10px 14px
    }

    .mes-formLi1 .mes-tit {
        margin-right: 15px
    }

    .mes-tit {
        font-size: 14px
    }

    .mes-formLi1 {
        margin-bottom: 13px
    }

    .mes-but {
        width: 124px;
        height: 40px;
        font-size: 14px;
        letter-spacing: 0.1em
    }

    .mess-box {
        padding-top: 40px;
        padding-bottom: 60px
    }

    .mes-formLi4 {
        margin-top: 30px
    }

    .contact-box {
        padding-top: 40px;
        padding-bottom: 60px
    }

    .contact-titBox {
        margin-bottom: 20px
    }

    .news-go {
        height: 40px
    }

    .news-leTit {
        padding: 10px
    }

    .news-box {
        padding-top: 40px;
        padding-bottom: 60px
    }

    .news-data p {
        margin-bottom: 3px
    }

    .equipment-titBox h5 {
        font-size: 16px
    }

    .news-slBox1 {
        margin-bottom: 12px
    }

    .news-conBox2 {
        margin-bottom: 35px
    }

    .equipment-titBox {
        height: 56px
    }

    .case-box {
        padding-top: 40px;
        padding-bottom: 60px
    }

    .case-titBox {
        bottom: 20px;
        height: 40px
    }

    .sc-rigline {
        width: 40px
    }

    .page-item {
        width: 35px;
        height: 35px;
        font-size: 16px
    }

    .ban-navBox {
        width: 100%
    }

    .ban-navBox2 {
        padding: 0 5px;
        width: 25%
    }

    .ban-titBox h2 {
        font-size: 30px
    }

    .ban-nav {
        height: 55px
    }

    .ban-nav2 {
        height: 55px
    }

    .ban-navBox2 img {
        height: 40px
    }

    .ban-navBox2 a {
        font-size: 14px
    }

    .ban-titBox h5 {
        font-size: 16px
    }

    .sp-titBox {
        margin-top: 0px
    }

    .nc-box {
        padding-top: 40px;
        padding-bottom: 60px
    }

    .sc-titBox {
        margin-bottom: 20px
    }

    .sc-conNav {
        padding-bottom: 12px
    }

    .sc-rigTit h4 {
        font-size: 20px;
        margin-bottom: 10px
    }

    .sc-textBox {
        padding: 20px 18px
    }

    .sc-conRig {
        height: 588px
    }

    .ed-more a {
        width: 100px;
        height: 30px
    }

    .ed-swiper {
        padding-top: 20px;
        padding-bottom: 70px
    }

    .ed-nav {
        margin-bottom: 10px;
        height: 75px
    }

    .ed-top {
        margin-bottom: 24px
    }

    .ed-imgBox {
        margin-bottom: 3px
    }

    .ed-box {
        padding-top: 40px;
        padding-bottom: 60px
    }

    .ed-imgBox2 img {
        width: 38px
    }

    .ed-navTit p {
        font-size: 14px
    }

    .ed-imgBox {
        width: 30px;
        height: 30px
    }

    .ed-imgBox2 img {
        width: 30px
    }

    .sp-titBox {
        margin-top: 20px;
        margin-bottom: 30px
    }

    .swiper-butBox1 {
        width: 50px;
        height: 50px
    }

    .swiper-butBox1:first-child {
        margin-right: 16px
    }

    .sp-li {
        margin-bottom: 20px
    }

    .sp-box {
        padding-top: 40px;
        padding-bottom: 60p
    }

    .banner-titBox h1 {
        font-size: 36px
    }

    .ab-numTit {
        font-size: 14px
    }

    .food-mess1 .food-messTit {
        margin-bottom: 5px
    }

    .food-messTit img {
        margin-right: 5px
    }

    .foodBox2 {
        padding-bottom: 20px
    }

    .food-messCon1 p {
        margin-right: 4px
    }

    .food-mess1 {
        margin-bottom: 23px
    }

    .food-mess2 {
        margin-bottom: 7px
    }

    .messTit {
        margin-right: 12px
    }

    .foodBox3 {
        display: block;
        padding: 8px 0
    }

    .food-conleft3 p {
        margin-right: 10px
    }

    .food-conleft3 {
        margin-right: 20px
    }

    .food-messCon1 {
        margin-bottom: 5px
    }

    .foodBox {
        padding-top: 35px
    }

    .head-left p {
        font-size: 18px
    }

    .navBox {
        height: 60px
    }

    .con2,
    .con {
        margin-top: 60px
    }

    .head-logo {
        height: 45px
    }

    .top {
        height: 60px
    }

    .banner-li {
        width: 30%;
        height: 26px;
        margin-bottom: 10px
    }

    .ed-swCon a {
        padding: 20px;
        padding-bottom: 0
    }

    .ed-swTit {
        padding: 15px 0
    }

    .profile-con h5 {
        font-size: 20px
    }

    .cer-contents img {
        width: 60vw;
        height: auto
    }
}

@media only screen and (max-width:540px) {
    .ba {
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        animation: bbbb 2s forwards;
        opacity: 1;
        visibility: visible;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99
    }

    @keyframes bbbb {
        100% {
            opacity: 0;
            visibility: hidden
        }
    }

    .cp-rig img:first-child {
        width: 100%
    }

    .casedet-but {
        width: 100%
    }

    .page-item {
        width: 30px;
        height: 30px;
        font-size: 14px
    }

    .equipment-titBox {
        height: 46px
    }

    .honor-pagination {
        display: block;
        bottom: -30px !important
    }

    .ed-swCon a {
        padding: 10px;
        padding-bottom: 0
    }

    .ed-swTit {
        padding: 15px 0
    }

    .honor-but {
        border: none !important
    }

    .honor-prev {
        left: -15px
    }

    .honor-next {
        right: -15px
    }

    .honor-but::after {
        display: none
    }

    .honor-icon1 {
        opacity: 1 !important
    }

    .honor-icon2 {
        opacity: 0 !important
    }

    .data-box2 {
        padding: 25px 0
    }

    .data-conBox {
        width: 50%;
        margin-bottom: 20px
    }

    .data-conBox:nth-child(4),
    .data-conBox:nth-child(5) {
        margin-bottom: 0
    }

    .nc-newsText {
        margin-bottom: 12vw
    }

    .project-titBox h5 {
        font-size: 14px;
        line-height: 20px
    }

    .project-leftTop img {
        width: 50px
    }

    .project-titBox h3 {
        font-size: 24px;
        line-height: 24px
    }

    .contact-icon {
        margin-right: 14px
    }

    .contact-formBox {
        width: 100%
    }

    .contact-conTit {
        font-size: 13px
    }

    .mes-inp {
        width: 80%
    }

    .contact-con {
        padding: 0px 10px
    }

    .news-conBox2 {
        width: 100%
    }

    .contact-conTit {
        font-size: 13px
    }

    .contact-icon img {
        width: 18px
    }

    .contact-conText span {
        font-size: 14px
    }

    .contact-conText a {
        font-size: 15px
    }

    .news-conBox2 .news-titBox {
        height: auto
    }

    .equipment-conBox2 {
        width: 100%
    }

    .casedet-butBox3 {
        width: 100%
    }

    .casedet-butBox2 {
        flex-direction: column
    }

    .casedet-tit h3 {
        font-size: 22px
    }

    .case-conBox2 {
        width: 100%
    }

    .casedet-conBox {
        padding: 15px
    }

    .casedet-but {
        padding: 0 15px
    }

    .case-conBox2 {
        margin-bottom: 15px
    }

    .ban-titBox h5 {
        padding: 0 52px;
        font-size: 14px
    }

    .ban-titBox h2 {
        font-size: 28px
    }

    .ban-nav {
        height: 44px
    }

    .ban-nav2 {
        height: 44px
    }

    .ban-box {
        height: 230px
    }

    .ban-navBox2 a {
        font-size: 12px
    }

    .nc-news2 {
        margin-top: 20px;
        width: 100%
    }

    .nc-news2:nth-child(2) {
        margin-right: 0
    }

    .nc-slBox1 {
        width: 100%
    }

    .nc-news2 a {
        padding: 15px
    }

    .nc-con1 {
        bottom: 15px
    }

    .nc-newsText {
        margin-bottom: 40px
    }

    .head-left p {
        font-size: 16px
    }

    .sc-conRig {
        height: 110vw
    }

    .sc-rigText {
        margin-bottom: 12px
    }

    .food-conleft3 {
        font-size: 12px
    }

    .food-conRig3 {
        font-size: 12px
    }

    .food-messTit p {
        font-size: 16px
    }

    .sc-but {
        width: 45px;
        height: 45px
    }

    .sc-but img {
        width: 10px
    }

    .sc-rigText p {
        font-size: 14px;
        line-height: 22px
    }

    .sc-conRig {
        width: 100%
    }

    .sc-conTit {
        font-size: 14px
    }

    .sc-con {
        margin-top: 40px;
        justify-content: flex-start
    }

    .sc-con a {
        justify-content: flex-start
    }

    .swiper-butBox1 {
        width: 44px;
        height: 44px
    }

    .ed-navBox {
        flex-wrap: wrap
    }

    .ed-nav {
        width: 48%
    }

    .sp-text {
        margin-top: 5px;
        margin-bottom: 20px
    }

    .nc-newsTit2 {
        margin-bottom: 15px;
        padding-bottom: 15px
    }

    .sp-titBox2 p {
        font-size: 18px
    }

    .nc-newsText p {
        line-height: 22px
    }

    .sp-litier>img {
        width: 50px
    }

    .swiper-pagination2 {
        width: calc(100% - 5% - 100px) !important
    }

    .sp-text p {
        margin-right: 5px
    }

    .sp-titBox2 {
        margin-bottom: 10px
    }

    .sp-li {
        width: 48%;
        height: 180.47px
    }

    .ab-rigth {
        bottom: 83px;
        right: 31px
    }

    .sc-titBox h3,
    .jy-40,
    .jy-45 {
        font-size: 24px;
        line-height: 24px
    }

    .sc-titBox {
        margin-bottom: 17px
    }

    .ab-since {
        font-size: 28px;
        line-height: 33px
    }

    .ab-sinBox {
        top: 26px
    }

    .ab-sinLine {
        transform: translateY(-12px)
    }

    .ab-sinNum {
        font-size: 45px;
        line-height: 45px
    }

    .ab-titBox img {
        height: 78px
    }

    .jy-20 {
        font-size: 14px;
        line-height: 14px
    }

    .ab-go {
        right: 37px;
        bottom: 0
    }

    .ab-numBox {
        flex-wrap: wrap;
        justify-content: space-between
    }

    .ab-numBox2 {
        width: 50%;
        margin-bottom: 20px
    }

    .ab-numBox2:nth-child(2) {
        width: 114px
    }

    .ab-numBox2:nth-child(2) .ab-numCon {
        justify-content: flex-start
    }

    .ab-numBox2:nth-child(2) .ab-numTit {
        text-align: right
    }

    .food-mess2 {
        display: block
    }

    .food-up {
        width: 40px;
        height: 40px;
        position: fixed;
        right: 20px;
        bottom: 20px;
        z-index: 100
    }

    .food-mess2 .food-messTit {
        margin-bottom: 5px
    }

    .food-messTit img {
        height: 17px
    }

    .food-messCon1 a {
        font-size: 14px
    }

    .food-mess2 {
        margin-bottom: 10px
    }

    .food-upBox img {
        height: 13px
    }

    .banner-titBox {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 20px
    }

    .banner-titBox h1 {
        font-size: 30px
    }

    .banner-box {
        height: 300px
    }

    .banner-img {
        height: 300px
    }

    .navBox {
        height: 50px
    }

    .con2,
    .con {
        margin-top: 50px
    }

    .head-logo {
        height: 45px
    }

    .top {
        height: 50px
    }

    .cer-but {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px
    }

    .cer-prev {
        left: 10px
    }

    .cer-next {
        right: 10px
    }
    .foodBox{
        justify-content: flex-start;
        height: 720px;
    }
    .food-mid {
    display: block;
    position: absolute;
    top: 286px;
        
    }
    
   .food-mid .food-navBox {
        display: block;
    }
    .foodBox2{
        padding-bottom: 306px;
    }
    .food-mess2 {margin-top: 32px;}
    .food-messCon2{
        width:100%;
    }
    .food-messTitbb {
        padding-top: 0px;
    }
    .foodBox3{
       top: 600px;
    position: absolute; 
    }
    .food-nav{
        width:100%;
        max-width: 100%;
    }
}

@media only screen and (max-width:450px) {
    .sc-conRig {
        height: 120vw
    }
    
    .setSlow11 {
   
    position: unset;
   
}
}

@media only screen and (max-width:400px) {
    .sc-conRig {
        height: 125vw
    }
}

.setSlow1 {
    animation: slowAm1 1s forwards
}

.setSlow2 {
    animation: slowAm2 1s forwards
}

.setSlow3 {
    animation: slowAm3 1s forwards
}

.setSlow4 {
    animation: slowAm4 1s forwards
}

.setSlow5 {
    animation: slowAm5 1s forwards
}

.setSlow6 {
    animation: slowAm6 1s forwards
}

.setSlow7 {
    animation: slowAm7 1.5s forwards;
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.setSlow8 {
    animation: slowAm8 1s forwards
}

.setSlow9 {
    animation: slowAm9 4s forwards
}

.setSlow10 {
    animation: slowAm10 1.5s forwards
}

@media only screen and (max-width:1199px) {
    .setSlow10 {
        animation: slowAm4 1s forwards
    }
}

.setSlow11 {
    animation: slowAm11 1.5s forwards;
    /*bottom: 0;*/
    position: absolute;
    float: right;
    right: 5.8%;
}

.setSlow12 {
    animation: slowAm12 1s forwards
}

.setSlow13 {
    animation: slowAm13 1s forwards
}

.setSlow14 {
    animation: slowAm14 1s forwards;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s
}

.setSlow15 {
    animation: slowAm15 1s forwards
}

@keyframes slowAm1 {
    0% {
        opacity: 0;
        transform: translateY(100px)
    }

    100% {
        opacity: 1;
        transform: translateY(0px)
    }
}

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

    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes slowAm3 {
    0% {
        opacity: 0;
        transform: translateY(-40%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slowAm4 {
    0% {
        transform: translateX(-100%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slowAm5 {
    0% {
        transform: translateY(100%)
    }

    100% {
        opacity: 1;
        transform: translateY(0px)
    }
}

@keyframes slowAm6 {
    0% {
        opacity: 0;
        transform: scale(0.6);
        transform-origin: bottom
    }

    100% {
        opacity: 1;
        transform: scale(1);
        transform-origin: bottom
    }
}

@keyframes slowAm7 {
    0% {
        opacity: 0;
        transform: translateY(80px) rotateX(-60deg);
        transform-origin: 0 0;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    100% {
        opacity: 1;
        transform: none;
        transform-origin: 0 0;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }
}

@keyframes slowAm8 {
    0% {
        opacity: 0;
        transform: translateY(40%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slowAm9 {
    0% {
        transform: scale(1.1)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes slowAm10 {
    0% {
        opacity: 0;
        width: 0
    }

    30% {
        opacity: 1
    }

    100% {
        opacity: 1;
        width: 677px
    }
}

@keyframes slowAm11 {
    0% {
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        transform: translateX(0%)
    }
}

@keyframes slowAm12 {
    0% {
        opacity: 0;
        transform: translateX(100px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slowAm13 {
    0% {
        opacity: 0;
        transform: translateY(100px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slowAm14 {
    0% {
        opacity: 1;
        clip-path: inset(0 100% 0 0)
    }

    99% {
        opacity: 1;
        clip-path: inset(0 0 0 0)
    }

    100% {
        opacity: 1;
        clip-path: none
    }
}

@keyframes slowAm15 {
    0% {
        transform: translate3d(-100px, 0, 0)
    }

    100% {
        transform: none
    }
}

@keyframes an1 {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(0%)
    }
}

@keyframes an2 {
    0% {
        transform: translateX(0%)
    }

    100% {
        transform: translateX(100%)
    }
}
@media only screen and (max-width:450px) {
    
    .setSlow11 {
    position: unset;
    }
}
