.page-nav {
    padding: 20px 0;
    max-width: 1200px;
    margin: auto;
}

.nav-text {
    font-family: "PuHuiTi";
    font-weight: 400;
    font-size: 16px;
    color: #14212f;
    line-height: 16px;
    cursor: pointer;
}

.nav-text a {
    color: #14212f;
}

.nav-text:hover a {
    color: var(--hhs-font-color);
}

.on-select {
    color: var(--hhs-font-color);
}

.nav-icon {
    font-size: 16px;
    color: #14212f;
    padding: 0 10px;
    line-height: 16px;
}

.nav-icon svg {
    margin-top: 2px;
}

.content-container {
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto 20px auto;
    box-sizing: border-box;
}

.content-container-left {

}

.left-container {
    border-radius: 12px;
    background: #fff;
    padding: 18.5px 50px;
}

.content-container-right {
    margin-left: 20px;
    width: 400px;
}

.container-header {
    padding: 30px 0 20px 0;
}

.container-header h1 {
    text-align: center;
}

.container-header div:nth-of-type(1) {
    font-family: "PuHuiTi";
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    color: #333;
}

.container-header div:nth-of-type(2) {
    margin-top: 12px;
    font-family: "PuHuiTi";
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    color: #333;
}

.content-swiper {
}

.page-lable {
    margin-top: 50px;
}

.page-lable div:nth-of-type(1) {
    width: 4px;
    height: 20px;
    border-radius: 2px;
    background: #e5a614;
}

.page-lable div:nth-of-type(2) {
    width: 4px;
    height: 15px;
    border-radius: 2px;
    background: #e5a614;
    opacity: 0.3;
}

.page-lable div:nth-of-type(3) {
    font-family: "PuHuiTi";
    font-weight: 700;
    font-size: 24px;
    color: #14212f;
    margin-left: 11px;
}

.text a {
    color: #333333 !important;
    cursor: text !important;
    text-decoration: none !important;
    border-bottom: none !important;
}

.text p {
    text-indent: 2em;
    line-height: 38px !important;
}

.l17 {
    margin-left: 17px;
}

.programme {
    flex-wrap: wrap;
    margin-top: 20px;
}

.programme-list {
    border-radius: 8px;
    background: #fff;
    border: 1px solid #6daf32;
    padding: 12px 15px;
    width: fit-content;
    margin-left: 10px;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.4s;
    color: var(--hhs-font-color);
}

.programme-list:hover {
    background: var(--hhs-font-color);
    color: #ffffff;
    transform: translateY(-2px);
}

.cooperation {
    flex-wrap: wrap;
    margin-top: 20px;
}

.cooperation-list {
    margin-left: 10px;
    margin-top: 10px;
    width: 247.57px;
    height: 109.69px;
    background: transparent;
    border: 0.28px solid #E9E9E9;
    border-radius: 8px;
}

.cooperation-list:hover {
    box-shadow: 0 0 20px 0 rgba(2, 38, 135, 0.09);
    transform: translateY(-2px);
}

.Jump {
    background: #FFFFFF;
    padding: 31px 50px;
    box-sizing: border-box;
    border-radius: 12px;
    margin: 20px auto 60px auto;
}

.jump-lable div {
    color: #14212f;
    font-size: 18px;
    font-face: Alibaba PuHuiTi 2.0;
    font-weight: 65 Medium;
    letter-spacing: 0;
    cursor: pointer;
}

.jump-lable:hover div {
    color: var(--hhs-font-color);
}

.jump-lable .data {
    color: var(--hhs-font-color) !important;
    margin: 0 50px;
    width: fit-content;
    white-space: nowrap;
}

.no-data {
    color: #14212F !important;
    margin: 0 50px;
}

.container-lable .time div:nth-of-type(1) {
    width: 12.94px;
}

.container-lable .time div:nth-of-type(1) img {
    width: 100%;
}

.lable {
    margin-left: 30px;
}

.container-lable .time div:nth-of-type(2) {
    margin-left: 10px;
    font-family: "PuHuiTi";
    font-size: 14px;
    color: #6e7a88;
}

.project-msg {
    border-radius: 12px;
    background: #fff;
    padding: 30px 30px 45px 30px;
    box-sizing: border-box;
    width: 400px;
}

.project-title {
    font-family: "PuHuiTi";
    font-weight: 700;
    font-size: 20px;
    color: #14212f;
    padding-bottom: 4px;
    box-sizing: border-box;
}

.project-list {
    font-family: "PuHuiTi";
    font-weight: 400;
    font-size: 16px;
    color: #14212f;
    margin-top: 13px;
}

.case-list {
    margin-top: 20px;
    border-radius: 12px;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}

.case-title {
    font-family: "PuHuiTi";
    font-weight: 700;
    font-size: 20px;
    color: #14212f;
}

.case-box {
    padding: 15px 0;
}

.case-img {
    width: 340px;
    height: 240px;
    border-radius: 12px;
    overflow: hidden;
}

.case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
}

.case-box:hover .case-img img {
    transform: scale(1.05);
}

.case-box:hover .case-name, .case-box:hover .case-lable {
    color: var(--hhs-font-color);
}

.case-name {
    font-family: "PuHuiTi";
    font-weight: 700;
    font-size: 20px;
    color: #14212f;
    margin-top: 10px;
    transition: all 0.4s;
}

.case-lable {
    margin-top: 5px;
    font-family: "PuHuiTi";
    font-weight: 400;
    font-size: 14px;
    color: #6e7a88;
    transition: all 0.4s;
}


.swiper {
    height: 180px;
    margin: 50px auto;
    position: relative;
}

.swiper .pic {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper .pic li {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    width: 250px;
    border-radius: 12px;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -144px;
    overflow: hidden;
}

.swiper .pic .prev {
    margin-left: -124px;
}

.swiper .pic .next {
    margin-left: -164px;
}

.swiper .pic li img {
    width: 100%;
    display: block;
}

.now {
    z-index: 9;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    width: 720px;
}

.next {
    z-index: 6;
    -webkit-transform: translateX(190px);
    -moz-transform: translateX(190px);
    -o-transform: translateX(190px);
    -ms-transform: translateX(190px);
    transform: translateX(190px);
}

.prev {
    z-index: 6;
    -webkit-transform: translateX(-190px);
    -moz-transform: translateX(-190px);
    -o-transform: translateX(-190px);
    -ms-transform: translateX(-190px);
    transform: translateX(-190px);
}

._bg {
    background-color: var(--hhs-font-color) !important;
}

.swiper .cricle {
    display: none;
}


.swiper .btns {
    /*display: none;*/
    display: block !important;
    position: absolute;
    left: 0;
    width: 100%;
    height: 28px;
    z-index: 9;
    top: calc(50% - 19px);
}

.swiper .btns .leftbtn,
.swiper .btns .rightbtn {
    height: 100%;
    width: 28px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
}


.swiper .btns .leftbtn::after,
.swiper .btns .rightbtn::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;

}

.swiper .btns .leftbtn::after {
    -webkit-transform: translate(12px, 8px) rotate(-45deg);
    -moz-transform: translate(12px, 8px) rotate(-45deg);
    -o-transform: translate(12px, 8px) rotate(-45deg);
    -ms-transform: translate(12px, 8px) rotate(-45deg);
    transform: translate(12px, 8px) rotate(-45deg);
}

.swiper .btns .rightbtn::after {
    -webkit-transform: translate(4px, 8px) rotate(135deg);
    -moz-transform: translate(4px, 8px) rotate(135deg);
    -o-transform: translate(4px, 8px) rotate(135deg);
    -ms-transform: translate(4px, 8px) rotate(135deg);
    transform: translate(4px, 8px) rotate(135deg);
}

.leftBox,
.rightBox {
    height: 300px;
    position: absolute;
    top: 30px;
    z-index: 99;
}

.leftBox {
    width: 182px;
    left: 0;
}

.rightBox {
    width: 222px;
    right: 0;
}

.one-photo {
    width: 60%;
    margin: 30px auto 0 auto;
    border-radius: 12px;
    overflow: hidden;
}

.one-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.two-box {
    width: 50%;
    overflow: hidden;
    border-radius: 12px;
    margin-top: 30px;
}

.two-box:nth-of-type(2) {
    margin-left: 30px;
}

.two-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
