.main {
    max-width: 1300px;
    padding: 0 10px;
    margin: auto;
}
.headerInfo .main {
    max-width: 1600px;
}

/* pc导航 */
.header {
    width: 100%;
    border-bottom: 1px solid #d9d8d8;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.header .headerInfo {
    width: 100%;
    position: relative;
}

.headerBox {
    /* height: 100px; */
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

.headerBox .logo {
    display: flex;
    align-items: center;
    height: 100%;
}

.headerBox .logo a {
    display: block;
    height: 40px;
}

.headerBox .headerNav {
    display: flex;
    flex-direction: row;
}

.headerBox .headerNav .navList {
    border-right: 1px solid #d9d8d8;
    padding-right: 24px;
}

.headerBox .headerNav .navList .navUl {
    height: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}

.headerBox .headerNav .navList .navUl .navItem {
    margin: 0 14px;
    display: flex;
    align-items: center;
}

.headerFunction .search form {
    margin-top: 15px;
}

.headerFunction .search form .headerBtn {
    margin-top: 5px;
}

.headerBox .headerNav .navList .navUl .navItem a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.headerFunction {
    display: flex;
    flex-direction: row;
    /* margin-top: 10px; */
}

.headerFunction .language {
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-right: 1px solid #d9d8d8;
    padding-top: 4px;
}

.headerFunction .language p {
    padding-left: 20px;
    margin-top: 17px;
    background: url(../images/icon1.png) no-repeat center left;
}
.headerFunction .language #currentLanguage {
    word-break: keep-all;
}
.headerFunction .language p a {
    display: block;
    padding-right: 24px;
    background: url(../images/icon2.png) no-repeat center right;
}

.headerFunction .language a {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.headerFunction .search {
    display: flex;
    align-items: center;
    padding: 0 20px;
    position: relative;
    padding-top: 4px;
}
.headerFunction .search form {
    width: 30px;
    height: 30px;
}
.headerFunction .search .headerSearch {
    background: initial;
    border: initial;
    height: 24px;
    font-size: 12px;
    width: 170px;
    display: none;
    /* width: 220px; */
}

.headerFunction .search .headerSearch::placeholder {
    font-size: 14px;
    color: #fff;
}

.headerFunction .search .headerBtn {
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: initial;
    background: url(../images/search.png) no-repeat center center;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
#languageDropdown {
    font-size: 14px;
}

.Outer {
    display: flex;
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
}

.Outer p {
    margin: 0 24px;
}

.Outer p a {
    font-size: 14px;
    color: #fff;
}

/* 首页banner */
.swiper_banner {
    width: 100%;
    height: 100%;
}

.swiper_banner .bannerRotation {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.bannerText {
    width: 100%;
}

.bannerText .textBox h3 {
    /* font-size: 48px; */
    font-size: 38px;
    /* line-height: 60px; */
    line-height: 50px;
    color: #fff;
    /* margin-bottom: 20px; */
    margin-bottom: 16px;
    font-weight: 400;
}

.bannerText .textBox .text {
    max-width: 39%;
}

.bannerText .textBox .text p {
    /* font-size: 24px; */
    font-size: 20px;
    /* line-height: 40px; */
    line-height: 32px;
    color: #fff;
    font-weight: 300;
}

.textBox .more {
    /* margin-top: 50px; */
    margin-top: 40px;
}

.more a {
    font-size: 14px;
    display: inline-block;
    line-height: 24px;
    color: #fff;
    padding: 13px 70px 13px 30px;
    background: #015db2 url(../images/icon3.png) no-repeat center right 30px;
}

.swiper-button-next.banner_btn,
.swiper-button-prev.banner_btn {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}

.swiper-button-next.banner_btn {
    background: url(../images/next.png) no-repeat center center;
    /* right: 10%; */
    right: 5%;
}

.swiper-button-prev.banner_btn {
    background: url(../images/prve.png) no-repeat center center;
    /* left: 10%; */
    left: 5%;
}

#fp-nav {
    left: 3%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    width: 4px !important;
    height: 50px !important;
    background: rgba(255, 255, 255, .6) !important;
    left: -10px !important;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    width: 4px !important;
    height: 50px !important;
    margin: 10px !important;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    width: 4px !important;
    height: 50px !important;
    margin: -2px -3px 0 -2px !important;
    background: #015db2 !important;
    border-radius: 0 !important;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 0 !important;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    margin: -2px -3px 0 -2px !important;
}

/* 关于松森 */
.indexAbout .fp-tableCell {
    display: flex;
    justify-content: center;
    align-items: center;
}
.indexAbout .main {
    display: flex;
    flex-direction: row;
}
.indexAbout .aboutLeft {
    width: 50%;
    display: flex;
    justify-content: right;
    align-items: flex-end;
}

.indexAbout .aboutRight {
    width: 50%;
}

.indexAbout .aboutRight .box {
    margin: auto;
    width: 42%;
    padding: 100px 0;
    border-top: 1px solid rgba(255, 255, 255, .5);
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.indexAbout .aboutRight .box p {
    /* font-size: 24px; */
    font-size: 20px;
    color: #fff;
    line-height: 32px;
    text-align: center;
}

.indexAbout .aboutRight .box h3 {
    /* font-size: 48px; */
    font-size: 38px;
    color: #fff;
    text-align: center;
}

.indexAbout .aboutRight .links {
    width: 100%;

    padding: 100px 80px 0;
    gap: 12px;
    display: flex;
    flex-wrap: wrap;
}
.indexAbout .aboutRight .links .link-item {
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 999px;
    overflow: hidden;
    transition: all .3s linear;
}
.indexAbout .aboutRight .links .link-item a {
    color: inherit;
    padding: 8px 18px;
    display: block;
}
.indexAbout .aboutRight .links .link-item:hover {
    font-weight: bold;
    background-color: #015db2;
    border-color: transparent;
}
.aboutLeft .leftBox {
    width: 76%;
    /* height: 76%; */
    background: rgba(255, 255, 255, .1);
    padding: 100px 80px;
}

.leftBox h5 {
    /* font-size: 38px; */
    font-size: 30px;
    color: #fff;
    font-weight: 400;
}

.leftBox .text {
    margin-top: 20px;
}

.leftBox .text p {
    /* font-size: 16px; */
    font-size: 14px;
    /* line-height: 28px; */
    line-height: 26px;
    color: #fff;
    text-align: justify;
}

.leftBox .more {
    /* margin-top: 40px; */
    margin-top: 32px;
}

.indexProduct {
    position: relative;
}

.indexProduct::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/bg.png) no-repeat center bottom;
    left: 0;
    bottom: 0;
    z-index: 5;
}

.indexProduct .fp-tableCell {
    display: flex;
    flex-direction: row;
}

.indexProduct .item {
    position: relative;
    z-index: 10;
    width: 33.33%;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.indexProduct .item:last-child {
    border-right: none;
}

.indexProduct .item {
    display: flex;
    align-items: flex-end;
    position: relative;
}

.indexProduct .item .itemx {
    text-align: center;
    width: 100%;
    padding: 30px 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.indexProduct .item .itemx p {
    /* font-size: 20px; */
    font-size: 16px;
    color: #fff;
}

.indexProduct .item .itemx p img {
    margin: 0 auto 10px;
}

.indexProduct .item:hover .itemBox {
    opacity: 1;
}

.itemBox {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 10;
    background: rgba(0, 140, 211, .3);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.indexProduct .item:hover .itemx {
    opacity: 0;
}

.itemBox .box {
    position: relative;
    z-index: 20;
    text-align: center;
    width: 100%;
    margin-top: 100px;
}

.itemBox h5 {
    /* font-size: 38px; */
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    /* margin-bottom: 100px; */
    /* margin-bottom: 70px; */
}

.itemBox p img {
    margin: auto;
}

.itemBox h6 {
    /* font-size: 28px; */
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    /* margin-top: 30px; */
    margin-top: 24px;
}

.itemBox i {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #015db2;
    margin: 30px auto;
}

.itemBoxText {
    margin-top: 30px;
    width: 50%;
    display: inline-block;
}

.itemBoxText p {
    max-width: 80%;
    margin: auto;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    border-top: 1px solid rgba(255, 255, 255, .3);
}

.itemBoxText p:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.itemBox .jstext p {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    max-width: 50%;
    margin: 20px auto 0;
}


.indexProduct .item .more {
    margin-top: 50px;
}

.indexIndustry .fp-tableCell {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.indexIndustryBox {
    width: 137%;
}

.indexIndustryBox .industryBoxSwiper {
    padding-bottom: 70px;
}

.indexIndustryBox .industryBoxSwiper .swiper-slide {
    min-height: 540px;
    display: flex;
    align-items: flex-end;
    /* padding: 30px; */
}

.indexIndustry h5 {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 24px;
    margin-top: 100px;
}

.indexIndustryBox .industryBoxSwiper .swiper-slide .text {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 20px;
    border-top: 4px solid rgba(255, 255, 255, .2);
    position: relative;
    padding: 0 30px;
    padding-top: 20px;
    padding-bottom: 30px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .6), transparent);
}

.indexIndustryBox .industryBoxSwiper .swiper-slide .text::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 4px;
    background-color: #008cd3;
    top: -4px;
    right: 0;
}

.indexIndustryBox .industryBoxSwiper .swiper-slide .text p {
    font-size: 16px;
    color: #fff;
}

.indexIndustryBox .industryBoxSwiper .swiper-slide .text p.img {
    width: 60px;
    text-align: center;
}

.indexIndustryBox .industryBoxSwiper .swiper-slide .text p.img img {
    display: inline-block;
}

.swiper-button-next.choice_btn,
.swiper-button-prev.choice_btn {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    left: initial;
    right: initial;
    top: initial;
    bottom: 0;
}

.indexIndustryBox .industryBoxSwiper .swiper-button-prev.choice_btn {
    background: url(../images/prve.png) no-repeat center center;
    left: 0;
}

.indexIndustryBox .industryBoxSwiper .swiper-button-next.choice_btn {
    background: url(../images/next.png) no-repeat center center;
    left: 70px;
}

.indexContact .fp-tableCell {
    display: flex;
    flex-direction: row;
}

.indexContact .leftBox {
    width: 50%;
    display: flex;
    align-items: center;
    position: relative;
}

.indexContact .leftBox::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    top: 0;
    left: 0;
    z-index: 5;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.indexContact .leftBox:hover::after {
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    background: rgba(0, 140, 211, .3);
}

.indexContact .leftBox .box {
    margin: auto;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.indexContact .leftBox h5 {
    /* font-size: 32px; */
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 24px;
}

.indexContact .leftBox p {
    padding-left: 25px;
}

.indexContact .leftBox p,
.indexContact .leftBox p a {
    font-size: 14px;
    line-height: 36px;
    color: #fff;
}

.indexContact .leftBox .dz {
    background: url(../images/icon11.png) no-repeat top 10px left;
}

.indexContact .leftBox .dh {
    background: url(../images/icon12.png) no-repeat top 10px left;
}

/* .indexContact .leftBox p.em{
    background: url(../images/em.png) no-repeat center left;
} */
.indexContact .rightBox {
    width: 50%;
}

.indexContact .rightBox .item {
    width: 100%;
    height: 50%;
}

.indexContact .rightBox .dow {
    display: flex;
    align-items: center;
    position: relative;
}

.indexContact .rightBox .dow::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    left: 0;
    top: 0;
    z-index: 5;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.indexContact .rightBox .dow:hover::after {
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    background: rgba(0, 140, 211, .3);
}

.indexContact .rightBox .dow a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
}

.indexContact .rightBox .dow a .box {
    width: 100%;
}

.indexContact .rightBox .dow a .box .text {
    max-width: 35%;
    margin: 20px auto 0;
}

.indexContact .rightBox .dow a .box .text p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    text-align: center;
}

.indexContact .rightBox .dow a h5 {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    width: 100%;
}

.indexContact .rightBox .follow {
    display: flex;
    align-items: center;
    position: relative;
}

.indexContact .rightBox .follow::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    background: rgba(0, 0, 0, .3);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.indexContact .rightBox .follow:hover::after {
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    background: rgba(0, 140, 211, .3);
}

.indexContact .rightBox .follow .box {
    margin: auto;
    position: relative;
    z-index: 10;
}

.indexContact .rightBox .follow .box h5 {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

.indexContact .rightBox .follow ul {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.indexContact .rightBox .follow ul li {
    position: relative;
    margin: 0 10px;
    width: 42px;
}

.indexContact .rightBox .follow ul li a.wfEditorMode {
    position: absolute;
    top: 0;
}

/* 页脚 */
.footer {
    background: #151721;
    padding: 30px 0;
}

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

.footerBottom p,
.footerBottom p a {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.footerBottom .public {
    position: relative;
    margin-left: 40px;
}

.footerBottom .public::before {
    content: '';
    position: absolute;
    left: -20px;
    top: -5px;
    width: 20px;
    height: 20px;
    background: url(../images/police-icon.png) no-repeat center;
}

.footerNav {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.footerNav .dl {
    width: 23%;
}

.footerNav .dl .dt {
    font-size: 14px;
    line-height: 40px;
    color: #008cd3;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    margin-bottom: 10px;
}
.footerNav .dl .dd ~ .dd {
    margin-top: 12px;
}
.footerNav .dl .dd a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    position: relative;
    /* text-transform: capitalize; */
}

.footerNav .dl .dd a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #008cd3;
    left: 0;
    bottom: 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.footerNav .dl .dd a:hover {
    color: #008cd3;
}

.footerNav .dl .dd a:hover::after {
    width: 100%;
}



.banner {
    height: 540px;
}

.crumbs {
    border-bottom: 1px solid #d9d8d8;
    padding-top: 100px;
}

.crumbs p {
    padding: 10px 0;
}

.crumbs a img {
    display: inline-block;
    vertical-align: text-bottom;
}

.crumbs a {
    display: inline-block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    margin-right: 40px;
    position: relative;
}

.crumbs a::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 9px;
    top: 50%;
    right: -24px;
    background: url(../images/icon13.png) no-repeat center center;
    z-index: 5;
    transform: translateY(-50%);
}

.crumbs a:last-child:after {
    display: none;
}

.Navigation {
    position: relative;
    margin-top: -100px;
}

.Navigation .NavigationUl {
    display: flex;
    flex-direction: row;
    /* border-top: 2px solid rgba(255, 255, 255, .2); */
    flex-wrap: wrap;
}

.Navigation .NavigationUl li {
    width: 25%;
    height: 50px;
    border-top: 2px solid rgba(255, 255, 255, .2);
}

.Navigation .NavigationUl li a {
    width: 100%;
    display: flex;
    align-items: center;
    line-height: 16px;
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
    position: relative;
    height: 100%;
    justify-content: center;
    text-align: center;
    /* text-transform: capitalize; */
}

.Navigation .NavigationUl li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    background: #008cd3;
    left: 0;
    top: -2px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.Navigation .NavigationUl li a:hover::after,
.Navigation .NavigationUl li a.active::after {
    width: 100%;
}

.vision {
    background: #eff0f1;
    padding: 100px 0;
}

.vision .visionBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.vision .visionBox .visionItem {
    width: 25%;
    height: 270px;
    display: flex;
    align-items: center;
}

.vision .visionBox .visionItem>div {
    margin: auto;
}

.vision .visionBox .visionItem p {
    text-align: center;
    font-size: 20px;
    color: #333333;
    line-height: 1;
    margin: 10px 0;
}

.vision .visionBox .visionItem p.img {
    height: 90px;
    display: flex;
    align-items: center;
}

.vision .visionBox .visionItem p img {
    display: inline-block;
    margin: auto;
}

.vision h5 {
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    color: #000000;
    margin-bottom: 35px;
}

.vision .visionBox .visionItem:nth-child(1),
.vision .visionBox .visionItem:nth-child(3),
.vision .visionBox .visionItem:nth-child(6),
.vision .visionBox .visionItem:nth-child(8) {
    background: #fff;
}

.vision .visionBox .visionItem:nth-child(2),
.vision .visionBox .visionItem:nth-child(4),
.vision .visionBox .visionItem:nth-child(5),
.vision .visionBox .visionItem:nth-child(7) {
    background: #f7f8f8;
}

.brief {
    /* padding: 100px 0; */
    padding-top: 100px;
    background: #eff0f1;
}

.brief .title {
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    color: #000000;
    margin-bottom: 35px;
}

.briefBox .text {
    margin-top: 30px;
    margin-bottom: 10px;
}

.briefBox .text strong {
    font-style: initial;
    font-weight: revert;
}

.briefBox .text p {
    font-size: 14px;
    line-height: 26px;
    color: #000000;
    padding-bottom: 20px;
    text-align: justify;
}
.briefBox .text p >strong {
    text-decoration: underline #333;
}

.briefItems {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 100px;
    width: calc(100% + 30px);
    /* border-bottom: 1px solid #d3d5d6; */
}

.briefItems .item {
    width: calc(25% - 30px);
    margin-right: 30px;
    background: #fff;
    padding: 40px 30px 40px 40px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.briefItems .item:nth-of-type(2),
.briefItems .item:nth-of-type(3) {
    display: none !important;
}

.briefItems .item:hover {
    box-shadow: 0 0 10px #ccc;
}

.briefItems .item .left {
    display: flex;
    align-items: center;
}

.briefItems .item .left h6 {
    font-size: 20px;
    color: #000000;
}

.briefItems .item .left h6 span {
    font-size: 40px;
    line-height: 1;
    color: #000;
}

.briefItems .item .left p {
    font-size: 14px;
}

.briefItems .item .right {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
}

.briefItems .item .right img {
    display: inline-block;
    margin: auto;
}

@media (max-width: 1366px) {
    .briefItems {
        width: calc(100% + 20px);
    }

    .briefItems .item {
        width: calc(25% - 20px);
        margin-right: 20px;
        padding: 24px 18px 24px 20px;
    }

    .briefItems .item .left h6 span {
        font-size: 28px;
    }
}

.organization {
    margin-top: 60px;
}

.organization .organizationTitle {
    font-size: 28px;
    color: #000;
    font-weight: 300;
    margin-bottom: 60px;
}

.tc_organization {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 500;
    padding: 40px 60px;
}

.tc_organization .icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    background-color: #015db2;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 550;
    cursor: pointer;
}

.tc_organization .icon img {
    margin: auto;
}

.layout {
    padding: 100px 0;
    background-color: #eff0f1;
}

.layout h5 {
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    color: #000000;
    margin-bottom: 35px;
}

.layout .img {
    position: relative;
}

.layout .img .pos {
    background: url(../images/tu20.png) no-repeat center center;
    width: 16rem;
    height: 9.09rem;
    margin: 0 auto;
    background-size: contain;
    max-width: 100%;
    position: relative;
}

.layout .pos span {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    background: #015db2;
    border: .2rem solid #bfd3e4;
    border-radius: 50%;
    z-index: 0;
    position: relative;
    cursor: pointer;
}

.layout .pos li:hover span {
    background: #fff;
    border: .2rem solid #015db2;
}

.layout .pos i {
    position: absolute;
    top: -2.54rem;
    left: 0.36rem;
    width: 2.32rem;
    height: 2.77rem;
    z-index: 1;
    display: none;
}

.layout .pos .layoutBox {
    padding: .2rem;
    background-color: #fff;
    width: 3.8rem;
    position: absolute;
    top: -3rem;
    left: 2.6rem;
    z-index: 5;
    display: none;
    box-shadow: 0 0 10px #ccc;
}

.layout .pos .layoutBox .text {
    margin-top: 10px;
}

.layout .pos .layoutBox .text h6 {
    font-size: 16px;
    line-height: 30px;
    color: #015db2;
    word-break: break-all;
}

.layout .pos .layoutBox .text p {
    font-size: 14px;
    line-height: 30px;
    color: #333333;
}

.layout .img .pos li i .bgicon1 {
    display: none;
}

.layout .img .pos li:hover i {
    display: block;
}

.layout .img .pos li:hover .layoutBox {
    display: block;
}

.layout .img .pos .li_1 {
    position: absolute;
    left: 5.5rem;
    top: 3.2rem;
    display: none;
}

.layout .img .pos .li_9 {
    position: absolute;
    left: 5.1rem;
    top: 3.9rem;
}

.layout .img .pos .li_10 {
    position: absolute;
    left: 4.85rem;
    top: 5.7rem;
}

.layout .img .pos .li_2 {
    position: absolute;
    left: 2.8rem;
    top: 1.5rem;
}

.layout .img .pos .li_3 {
    position: absolute;
    left: 1.2rem;
    top: 3rem;
}

.layout .img .pos .li_4 {
    position: absolute;
    left: 3.9rem;
    top: 4.7rem;
}

.layout .img .pos .li_5 {
    position: absolute;
    left: 6rem;
    top: 3.3rem;
}

.layout .img .pos .li_6 {
    position: absolute;
    left: 6.7rem;
    top: 3.1rem;
}

.layout .img .pos .li_7 {
    position: absolute;
    left: 12.6rem;
    top: 3rem;
}

.layout .img .pos li.li_7 i .bgicon {
    display: none;
}

.layout .img .pos li.li_7 i .bgicon1 {
    display: block;
    position: absolute;
    top: 2.7rem;
    left: -1.6rem;
    width: 1.5rem;
    height: 2rem;
    z-index: 1;
}

.layout .pos li.li_7 .layoutBox {
    top: 1rem;
    left: -5rem;
}

.layout .img .pos .li_8 {
    position: absolute;
    left: 4.8rem;
    top: 5.3rem;
}

.factory {
    padding: 100px 0;
    background-color: #eff0f1;
}

.factory .title {
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    color: #000000;
    margin-bottom: 35px;
}

.factorySwiper .swiper-slide {
    position: relative;
}

.factorySwiper .swiper-slide img {
    width: 100%;
}

.factorySwiper .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 190px;
    background: url(../images/bg1.png) no-repeat center bottom;
    background-size: cover;
    z-index: 10;
}

.factorySwiper .swiper-slide p {
    position: absolute;
    z-index: 20;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    padding: 25px 40px;
    left: 0;
    bottom: 0;
}

.factoryBox .factorySwiper {
    padding-bottom: 50px;
}

.factoryBox .factorySwiper .swiper-pagination {
    display: inline-block;
    text-align: right;
    font-size: 14px;
    padding-right: 15px;
}

.factoryBox .factorySwiper .factory_btn {
    width: 34px;
    height: 34px;
    background-size: 34px 34px;
    top: initial;
    bottom: 0;
    z-index: 50;
}

.factoryBox .factorySwiper .factory_btn.factory_btnnext {
    background: url(../images/icon30-1.png) no-repeat center center;
    /* right: 15px; */
    right: initial;
    left: 70px;
}

.factoryBox .factorySwiper .factory_btn.factory_btnprev {
    background: url(../images/icon31-1.png) no-repeat center center;
    left: 15px;
}

.factoryBox .item_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.factoryBox .item_box .left {
    width: 40%;
}

.factoryBox .item_box .right {
    width: 50%;
}

.factoryBox .item_box .left h6 {
    font-size: 26px;
    color: #015db2;
    font-weight: 300;
}

.factoryBox .item_box .left .leftText p {
    font-size: 16px;
    color: #000000;
}

.factoryBox .item_box .right .top {
    display: flex;
    justify-content: space-between;
}

.factoryBox .item_box .right .top .info {
    width: 50%;
    padding-bottom: 20px;
    border-bottom: 2px solid #d3d5d6;
    position: relative;
}

.factoryBox .item_box .right .top .info::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    background: #015db2;
    left: 0;
    bottom: -2px;
}

.factoryBox .item_box .right .top .info p {
    font-size: 14px;
    color: #000000;
}

.factoryBox .item_box .right .top .info h4 {
    font-size: 18px;
    color: #015db2;
}

.factoryBox .item_box .right .top .info h4 sup {
    font-size: 12px;
}

.factoryBox .item_box .right .top .info h4 span {
    font-size: 36px;
    line-height: 48px;
}

.factoryBox .item_box .right .rightText {
    margin-top: 24px;
}

.factoryBox .item_box .right .rightText p {
    font-size: 14px;
    line-height: 26px;
    color: #000;
}

.factoryBox .item {
    padding-bottom: 50px;
    border-bottom: 1px solid #d3d5d6;
    padding-top: 60px;
}

.factoryBox .item:first-child {
    padding-top: 0;
}

.qhseTab {
    background: #eff0f1;
}

.qhseTab .main {
    display: flex;
    justify-content: space-between;
}

.qhseTab p {
    width: 50%;
    position: relative;
}

.qhseTab p a {
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 50px;
    background: #e0e2e4;
    text-align: center;
}

.qhseTab p.active::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #015db2;
}

.qhseTab p:hover::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #015db2;
}

.qhseTab p.active a {
    background: #015db2;
    color: #fff;
}

.qhseTab p:hover a {
    background: #015db2;
    color: #fff;
}

.qhse {
    padding: 100px 0;
    background: #eff0f1;
}

.qhse .title {
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    color: #000000;
    margin-bottom: 35px;
}

.qhse .qhseText {
    padding-left: 30px;
    position: relative;
    margin-bottom: 80px;
}

.qhse .qhseText::after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 2px;
    height: 120%;
    background: #015db2;
}

.qhse .qhseText p {
    font-size: 20px;
    line-height: 32px;
    color: #010101;
}
.qhse .internship {
    padding-top: 0;
}
.qhse .internship .internshipItem .main .right h2 {
    font-size: 28px;
    font-weight: bold;
}
.qhse .internship .internshipItem .main .right h6 {
    font-size: 16px;
    margin-bottom: 10px;
}

.hsePolicy {
    padding-top: 60px;
    border-top: 1px solid #d3d5d6;
    padding-bottom: 80px;
}

.hsePolicy h6 {
    /* font-size: 28px; */
    font-size: 24px;
    line-height: 1;
    color: #000;
    font-weight: 400;
}

.hsePolicy .hsePolicyBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 35px;
}

.hsePolicy .hsePolicyBox .item {
    width: 31.25%;
    background: #fff;
}

.hsePolicy .hsePolicyBox .item .itemText {
    padding: 25px 0;
}

.hsePolicy .hsePolicyBox .item .itemText p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.promise {
    padding: 120px 0;
}

.promise .promiseBox h6 {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
}

.promise .promiseBox .text {
    max-width: 50%;
    margin-top: 20px;
}

.promise .promiseBox .text p {
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    position: relative;
    padding-left: 10px;
}

.promise .promiseBox .text p::after {
    content: '';
    width: 3px;
    height: 3px;
    background-color: #fff;
    top: 10px;
    left: 0;
    position: absolute;
}

.targetBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 30px;
    border-bottom: 1px solid #d3d5d6;
}

.targetBox .targetItem {
    width: 31.25%;
    padding: 30px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.targetBox .targetItem .left {
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.targetBox .targetItem .left span {
    display: inline-block;
    font-size: 12px;
    width: 32px;
    line-height: 32px;
    border-radius: 50%;
    background: #eff0f1;
    color: #015db2;
    text-align: center;
    font-weight: bold;
}

.targetBox .targetItem .left p {
    width: 100%;
    font-size: 14px;
    color: #000;
}

.targetBox .targetItem .right {
    display: flex;
    align-items: center;
}

.targetBox .targetItem .right p {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
}

.targetBox .targetItem .right p img {
    margin: auto;
}

.target h6 {
    font-size: 24px;
    line-height: 1;
    color: #000;
    font-weight: 400;
    margin-bottom: 30px;
}

.target {
    padding-top: 60px;
}

.systemBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.systemBox .item {
    width: 48.5%;
    height: 340px;
    background: #fff;
    display: flex;
    justify-content: space-between;
}

.systemBox .item .left {
    width: 45%;
    background: url(../images/bg2.png) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.systemBox .item .left>div {
    margin: auto;
    box-shadow: 12px 12px 20px #bbb;
}

.systemBox .item .right {
    width: 55%;
    display: flex;
    align-items: center;
}

.systemBox .item .right h6 {
    margin: auto;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.system h6 {
    font-size: 24px;
    line-height: 1;
    color: #000;
    font-weight: 400;
    margin-bottom: 30px;
}

.system {
    padding-top: 60px;
}

.qualitytarget h6 {
    font-size: 28px;
    line-height: 1;
    color: #000;
    font-weight: 400;
    margin-bottom: 35px;
}

.qualitytargetBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 80px;
    border-bottom: 1px solid #d3d5d6;
}

.qualitytargetBox .item {
    width: 31.25%;
    padding: 30px;
    background: #fff;
    display: flex;
    justify-content: space-between;
}

.qualitytargetBox .item .left {
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.qualitytargetBox .item .left p {
    font-size: 16px;
    color: #000;
}

.qualitytargetBox .item .left .sz {
    font-size: 28px;
    color: #015db2;
}

.qualitytargetBox .item .left .sz span {
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
}

.qualitytargetBox .item .right {
    display: flex;
    align-items: center;
}

.qualitytargetBox .item .right p {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
}

.qualitytargetBox .item .right p img {
    margin: auto;
}

.qualitytarget {
    padding-top: 80px;
}

.csrItemBox .distributed-pic {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 510px;
}

.csrItemBox .distributed-pic .info {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 1s;
}

.csrItemBox .distributed-pic .info:hover {
    width: 70% !important;
}

.csrItem {
    padding-top: 60px;
    border-top: 1px solid #d3d5d6;
    margin-bottom: 80px;
}

.csrItem:last-child {
    margin-bottom: 0;
}

.csrItem h6 {
    font-size: 24px;
    line-height: 1;
    color: #000;
    font-weight: 400;
    margin-bottom: 30px;
}

.csrItemBox .masking-black {
    padding: 30px;
    transform: translateY(calc(100% - 80px));
    transition: all 1s;
    position: relative;
    z-index: 5;
    width: 100%;
}

.csrItemBox .masking-black .title {
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    margin-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    position: relative;
}

.csrItemBox .masking-black .title::after {
    content: '';
    position: absolute;
    width: 40px;
    background: #008cd3;
    height: 1px;
    left: 0;
    top: -1px;
}

.csrItemBox .masking-black .text p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.csrItemBox .distributed-pic .info {
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    position: relative;
}

.csrItemBox .distributed-pic .info:hover .masking-black {
    transform: translateY(0);
}

.csrItemBox .distributed-pic .info::after {
    width: 100%;
    height: 190px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/bg3.png) no-repeat center center;
    background-size: cover;
    opacity: 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.csrItemBox .distributed-pic .info:hover::after {
    opacity: 1;
}

.advantage {
    padding: 100px 0;
    background: #eff0f1;
}

.advantage .title {
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    color: #000000;
    margin-bottom: 5px;
}

.advantage .advantageBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.advantage .advantageBox .item {
    width: 48.5%;
    display: flex;
    flex-direction: row;
    height: 260px;
    justify-content: space-between;
    margin-top: 40px;
}

.advantage .advantageBox .item .left {
    width: 32%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #f7f7f8;
}

.advantage .advantageBox .item .left p {
    margin: auto;
}

.advantage .advantageBox .item .right {
    width: 68%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 55px;
    background: #fff;
}

.advantage .advantageBox .item .right h6 {
    font-size: 24px;
    line-height: 1;
    color: #000;
    font-weight: 400;
}

.advantage .advantageBox .item .right .text {
    margin-top: 25px;
}

.advantage .advantageBox .item .right .text p {
    font-size: 14px;
    color: #000;
    line-height: 30px;
    padding-left: 10px;
    background: url(../images/icon45.png) no-repeat top 12px left;
}

.productFl .productFlBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 2px solid rgba(255, 255, 255, .2);
}

.productFl .productFlBox .item {
    width: 33.33%;
    position: relative;
    padding: 14px 0;
}

.productFl .productFlBox .item::after {
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    background: #008cd3;
    left: 0;
    top: -2px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.productFl .productFlBox .item:hover::after {
    width: 100%;
}

.productFl .productFlBox .item.active::after {
    width: 100%;
}

.productFl .productFlBox .item a {
    display: block;
    width: 100%;
}

.productFl .productFlBox .item a .img {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    margin: auto;
}

.productFl .productFlBox .item a .img img {
    margin: auto;
}

.productFl .productFlBox .item a p {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

.productFl {
    position: relative;
    z-index: 10;
    margin-top: -120px;
}

.productTab .productTabBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #e0e2e4;
}

.productTab .productTabBox p {
    /* width: 12.5%; */
    width: auto;
    position: relative;
}

.productTab .productTabBox p a {
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 50px;
    background: #e0e2e4;
    text-align: center;
    padding: 0 20px;
}

.productTab .productTabBox p.active a {
    background: #015db2;
    color: #fff;
}

.productTab .productTabBox p.active::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #015db2;
}

.productTab .productTabBox p:hover a {
    background: #015db2;
    color: #fff;
}

.productTab .productTabBox p:hover::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #015db2;
}

.productTab {
    background: #eff0f1;
}

.Feasibility {
    padding: 100px 0;
    background: #eff0f1;
}

.FeasibilityBox .title {
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    color: #000000;
    margin-bottom: 35px;
}

.FeasibilityBox .text {
    padding-left: 30px;
    position: relative;
    margin-bottom: 40px;
}

.FeasibilityBox .text p {
    font-size: 20px;
    line-height: 32px;
    color: #010101;
}

.FeasibilityBox .text::after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 2px;
    height: 120%;
    background: #015db2;
}

.FeasibilityItems {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.FeasibilityItems .item {
    width: 31.25%;
    background: #fff;
    min-height: 430px;
    margin-top: 40px;
}

.FeasibilityItems .item .img {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    background: #f7f8f8;
}

.FeasibilityItems .item .img p {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    margin: auto;

}

.FeasibilityItems .item .img p img {
    display: inline-block;
    margin: auto;
}

.FeasibilityItems .item .itemText {
    padding: 30px;

}

.FeasibilityItems .item .itemText h6 {
    font-size: 18px;
    line-height: 24px;
    color: #015db2;
    margin-bottom: 10px;
    font-weight: 400;
}

.FeasibilityItems .item .itemText .text p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    /* text-indent:1em; */
    position: relative;
    padding-left: 20px;
}

.FeasibilityItems .item .itemText .text p::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 6px;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
}

.DesignBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.DesignBox .item {
    width: 31.25%;
    background: #fff;
    position: relative;
    padding: 30px;
    margin-bottom: 40px;
}

.DesignBox .item .img {
    display: flex;
    align-items: center;
    height: 120px;
    width: 100%;
}

.DesignBox .item .img p {
    width: 130px;
    height: 100px;
    display: flex;
    align-items: center;
    margin: auto;
}

.DesignBox .item .img p img {
    display: inline-block;
    margin: auto;
}

.DesignBox .item .text {
    position: relative;
    padding-top: 25px;
    border-top: 1px solid #cecece;
}

.DesignBox .item .text::after {
    content: '';
    width: 40px;
    height: 1px;
    background: #015db2;
    position: absolute;
    top: -1px;
    right: 0;
}

.DesignBox .item .text p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.DesignBox .item .num {
    width: 32px;
    height: 32px;
    background: #eff0f1;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
    color: #015db2;
    font-weight: bold;
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 2;
}

.Feasibility .Design {
    padding-top: 40px;
}

.DesignBottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #fff;
}

.DesignBottom .left,
.DesignBottom .right {
    width: 50%;
    overflow: hidden;
}

.DesignBottom .left img {
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
}

.DesignBottom:hover .left img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.DesignBottom .right {
    display: flex;
    align-items: center;
    padding: 0 60px;
}

.DesignBottom .right .box {
    margin: auto;
}

.DesignBottom .right .box p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.Design .purchase {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.Design .purchase .item {
    width: 48.5%;
    min-height: 240px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px;
    background: #fff;
    position: relative;
}

.Design .purchase .item .left {
    width: 60%;
}

.Design .purchase .item .left .box {
    margin-top: 50px;
}

.Design .purchase .item .left .box p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    text-align: justify;
}

.Design .purchase .item .right {
    width: 30%;
    display: flex;
    align-items: center;
}

.Design .purchase .item .right p {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    margin: auto;
}

.Design .purchase .item .right p img {
    display: inline-block;
    margin: auto;
}

.Design .purchase .item .num {
    width: 32px;
    height: 32px;
    background: #eff0f1;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
    color: #015db2;
    font-weight: bold;
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 2;
}

.build .item .top {
    position: relative;
}

.build .item .top .text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    padding: 0 60px;
}

.build .item .top::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/bg4.png) no-repeat center left;
    background-size: cover;
    z-index: 2;
}

.build .item .top .text h6 {
    font-size: 26px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}

.build .item .top .text .content {
    max-width: 45%;
}

.build .item .top .text .content p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: justify;
}

.build {
    margin-top: 100px;
}

.build .item .type p {
    font-size: 14px;
    line-height: 26px;
    color: #000;
}

.build .item .type p strong {
    color: #015db2;
    font-weight: bold;
}

.build .item .type {
    padding: 50px 0 50px;
}

.build .item {
    padding-top: 80px;
    border-bottom: 1px solid #d3d5d6;
}

.build .item:first-child {
    padding-top: 0;
}

.build .item:last-child {
    border-bottom: initial;
}

.build .item:last-child .type {
    padding-bottom: 0;
}

.build .item .top .text .info {
    width: 100%;
}

.debugging {
    padding: 100px 0;
    background: #eff0f1;
}

.debugging .debuggingBox .title {
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    color: #000000;
    margin-bottom: 35px;
}

.debugging .debuggingBox .debuggingText {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.debugging .debuggingBox .debuggingText .left {
    width: 51.56%;
    padding: 0 70px 0 30px;
    position: relative;
}

.debugging .debuggingBox .debuggingText .left::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: #015db2;
    top: 0;
    left: 0;
}

.debugging .debuggingBox .debuggingText .left p {
    font-size: 20px;
    line-height: 38px;
    color: #000000;
}

.debugging .debuggingBox .debuggingText .right {
    width: 48.44%;
}

.Aftersales {
    padding: 100px 0;
    background: #eff0f1;
}

.Aftersales .title {
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    color: #000000;
    margin-bottom: 5px;
}

.AftersalesItem {
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    --gap: 40px;
    gap: var(--gap);
    flex-wrap: wrap;
}

.AftersalesItem .item {
    width: calc((100% - 2 * var(--gap)) / 3);
    /* margin-top: 40px; */
    /* background: #fff; */
    position: relative;
    overflow: hidden;
}

.AftersalesItem .item .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    z-index: 5;
    transform: translateY(calc(100% - 120px));
    transition: all 1s;
    background: url(../images/icon63.png) no-repeat top 42px right 30px;
}

.AftersalesItem .item:hover .text {
    transform: translateY(0);
    background: rgba(1, 93, 178, .8) url(../images/icon64.png) no-repeat top 42px right 30px;
}

.AftersalesItem .item .text h6 {
    font-size: 16px;
    line-height: 24px;
    height: 72px;
    padding-right: 50px;
    color: #fff;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    position: relative;
}

.AftersalesItem .item .text h6::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    background: #fff;
    top: -1px;
    right: 0;
    z-index: 5;
}

.AftersalesItem .item .text .txt {
    margin-top: 15px;
}

.AftersalesItem .item .text .txt p {
    font-size: 14px;
    line-height: 24px;
    padding-left: 10px;
    color: #fff;
    position: relative;
}

.AftersalesItem .item .text .txt p::after {
    content: '';
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 5;
}

.AftersalesItem .item:last-child {
    display: flex;
    align-items: center;
}

.AftersalesItem .item:last-child .img {
    margin: auto;
}

.achievement {
    padding: 100px 0;
    background: #eff0f1;
}

.achievementBox .title {
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    color: #000000;
    margin-bottom: 5px;
}

.achievementBox .achievementItem {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.achievementBox .achievementItem .item {
    width: 31.25%;
    margin-top: 40px;
    background: #fff;
    cursor: pointer;
}

.achievementBox .achievementItem .item:last-child:nth-child(3n - 1) {
    margin-right: calc(31.25% + 6.25% / 2);
}

.achievementBox .achievementItem .item .text {
    padding: 35px 30px 35px 50px;
    position: relative;
}

.achievementBox .achievementItem .item .text::after {
    content: '';
    position: absolute;
    top: 35px;
    left: 30px;
    width: 2px;
    height: 28px;
    background: #015db2;
}

.achievementBox .achievementItem .item .text h6 {
    font-size: 24px;
    color: #000;
    line-height: 1;
    font-weight: 400;
}

.achievementBox .achievementItem .item .text .txt {
    margin-top: 30px;
}

.achievementBox .achievementItem .item .text .txt p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.achievementBox .achievementItem .item .img {
    overflow: hidden;
}

.achievementBox .achievementItem .item .img img {
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
}

.achievementBox .achievementItem .item:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.achievementpop {
    display: none;
}

.achievementTc {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
}

.achievementTc .achievementCon {
    max-width: 70%;
    margin: auto;
    padding: 40px;
    background: #fff;
    position: relative;
}

.achievementTc .achievementCon .btn {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 2001;
    background: #015db2 url(../images/icon65.png) no-repeat center center;
    top: 0;
    right: 0;
    cursor: pointer;
}

.achievementTcBox .achievementTcSwiper {
    padding-bottom: 60px;
}

.achievementTcBox .achievementTcSwiper .swiper-pagination {
    display: inline-block;
    text-align: right;
    font-size: 14px;
    padding-right: 80px;
    bottom: 20px;
}

.achievementTcBox .achievementTcSwiper .factory_btn {
    width: 34px;
    height: 34px;
    background-size: 34px 34px;
}

.achievementTcBox .achievementTcSwiper .factory_btn.factory_btnnext {
    background: url(../images/icon30-1.png) no-repeat center center;
    /* right: 15px; */
    top: 95%;
    left: 40px;
    z-index: 88;
}

.achievementTcBox .achievementTcSwiper .factory_btn.factory_btnprev {
    background: url(../images/icon31-1.png) no-repeat center center;
    /* left: 15px; */
    top: 95%;
    left: 0;
    z-index: 88;
}

.achievementCon .achiText {
    padding-left: 20px;
    position: relative;
}

.achievementCon .achiText::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 28px;
    background: #015db2;
}

.achievementCon .achiText h6 {
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
    color: #000;
}

.achievementCon .achiText .txt {
    margin-top: 30px;
}

.achievementCon .achiText .txt p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.modular {
    padding: 100px 0;
    background-color: #eff0f1;
}

.modular .item .factorySwiper .swiper-slide p {
    background-color: rgba(0, 0, 0, .4);
    padding: 10px 20px;
    left: 20px;
    bottom: 20px;
    font-size: 16px;
}

.modular .item .factorySwiper .swiper-slide::after {
    display: none;
}

.modular .modularBox .item .item_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.modular .modularBox .item .item_box .modularLeft {
    width: 30%;
}

.modular .modularBox .item .item_box .modularLeft h6 {
    font-size: 24px;
    color: #000;
    font-weight: 400;
    line-height: 1;
}

.modular .modularBox .item .item_box .modularRight {
    width: 68%;
}

.modular .modularBox .item .item_box .modularRight .modularText p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

.modular .modularBox .item .item_box .modularRight .modularText ul li {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    padding-left: 20px;
    position: relative;
    background: url(../images/icon66.png) no-repeat top 8px left;
}

.modular .modularBox .item .item_box {
    padding-top: 20px;
    min-height: 120px;
}

.modular .modularBox .item:last-child {
    border: initial;
    padding-bottom: 0;
}

.modular .modularBox .title {
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    color: #000000;
    margin-bottom: 30px;
}

.equipmentBox .factorySwiper {
    padding-bottom: 50px;
}

.equipmentBox .factorySwiper .swiper-pagination {
    display: inline-block;
    text-align: right;
    font-size: 14px;
    padding-right: 15px;
}

.equipmentBox .factorySwiper .factory_btn {
    width: 34px;
    height: 34px;
    background-size: 34px 34px;
    top: initial;
    bottom: 0px;
    z-index: 100;
}

.equipmentBox .factorySwiper .factory_btn.factory_btnnext {
    background: url(../images/icon30-1.png) no-repeat center center;
    right: initial;
    left: 70px;

}

.equipmentBox .factorySwiper .factory_btn.factory_btnprev {
    background: url(../images/icon31-1.png) no-repeat center center;
    left: 15px;

}

.equipmentBox .factorySwiper .swiper-slide::after {
    display: none;
}

.equipment {
    padding: 100px 0 50px;
    background: #eff0f1;
}

.equipment .equipmentBox .title {
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    color: #000000;
    margin-bottom: 30px;
}

.equipmentList .equipmentListItem {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

.equipmentList .equipmentListItem .ListItem {
    width: 48.5%;
    height: 100%;

}

.equipmentList .equipmentListItem .ListItem .Item {
    width: 100%;
    padding: 35px 40px 25px;
    margin-bottom: 40px;
    cursor: pointer;
    background: #fff url(../images/icon67.png) no-repeat right 45px top 48px;
}

.equipmentList .equipmentListItem .ListItem.active .Item {
    background: #015db2 url(../images/icon68.png) no-repeat right 40px top 48px;
    position: relative;
}

.equipmentList .equipmentListItem .ListItem.active .Item::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #015db2;
}

.equipmentList .equipmentListItem .ListItem .Item h5 {
    font-size: 20px;
    color: #000;
    line-height: 1;
    font-weight: 300;
    border-top: 1px solid rgba(0, 0, 0, .2);
    padding-top: 25px;
    position: relative;
    padding-right: 70px;
}

.equipmentList .equipmentListItem .ListItem .Item h5::after {
    content: '';
    position: absolute;
    top: -1px;
    right: 0;
    width: 60px;
    height: 1px;
    background: #015db2;
}

.equipmentList .equipmentListItem .ListItem.active .Item h5::after {
    content: '';
    position: absolute;
    top: -1px;
    right: 0;
    width: 60px;
    height: 1px;
    background: #fff;
}

.equipmentList .equipmentListItem .ListItem.active .Item h5 {
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.equipmentList .equipmentListItem .ListItem .Itemtext {
    width: calc(203% + 20px);
    background: #e0e2e4;
    position: relative;
    display: none;
    z-index: 1;
    padding: 60px 0 30px;
    margin-top: 80px;
    margin-bottom: 80px;
}

.equipmentList .equipmentListItem .ListItems.active .Itemtext {
    z-index: 20;
}

.equipmentList .equipmentListItem .ListItem .Itemtext .box {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.equipmentList .equipmentListItem .ListItem .Itemtext .box .left {
    width: 62.5%;
}

.equipmentList .equipmentListItem .ListItem .Itemtext .box .right {
    width: 31.25%;
}

.equipmentList .equipmentListItem .ListItem:nth-child(even) .Itemtext {
    left: calc(-103% - 20px);
}

.equipmentList .equipmentListItem .ListItem .Itemtext .left {
    position: relative;
    z-index: 20;
}

.equipmentList .equipmentListItem .ListItem .Itemtext::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    background: #e0e2e4;
}

.equipmentList .equipmentListItem .ListItem.active .Item h5 {
    color: #fff;
}

.equipmentList {
    overflow: hidden;
    background: #eff0f1;
}

.equipmentList .equipmentListItem .ListItem .Itemtext .box .left p {
    font-size: 14px;
    line-height: 26px;
    color: #000;
    margin-bottom: 20px;
    text-align: justify;
}

.ListItem .ListItemSwiper {
    padding-bottom: 40px;
}

.ListItem .ListItemSwiper .swiper-pagination-bullet {
    width: 20px;
    height: 2px;
    border-radius: initial;
}

.ListItem .Itemtext .tab {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    z-index: 50;
}

.ListItem .Itemtext .tab .info {
    width: 33.33%;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    color: #333333;
    background: #fff;
    padding: 17px;
    cursor: pointer;
    position: relative;
}

.ListItem .Itemtext .tab .info::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #015db2;
    top: 0;
    left: 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.ListItem .Itemtext .tab .info.active {
    color: #015db2;
}

.ListItem .Itemtext .tab .info.active::after {
    width: 100%;
}

.ListItem .Itemtext .tab .info:hover {
    color: #015db2;
}

.ListItem .Itemtext .tab .info:hover::after {
    width: 100%;
}

.ListItem .Itemtext .infoBox {
    position: relative;
    z-index: 50;
    margin-top: 48px;
}

.ListItem .Itemtext .infoBox .infoBoxli {
    width: 100%;
    display: none;
}

.ListItem .Itemtext .infoBox .infoList {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ListItem .Itemtext .infoBox .infoList .infoLeft {
    width: 62.5%;
}

.ListItem .Itemtext .infoBox .infoList .infoRirht {
    width: 31.25%;
}

.ListItem .Itemtext .infoBox .infoList .infoLeft .infoT {
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
}

.ListItem .Itemtext .infoBox .infoList .infoLeft .numBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 50px;
}

.ListItem .Itemtext .infoBox .infoList .infoLeft .numBox .lest {
    width: 48.5%;
    position: relative;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
}

.ListItem .Itemtext .infoBox .infoList .infoLeft .numBox .lest::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    background: #015db2;
    left: 0;
    bottom: -2px;
}

.ListItem .Itemtext .infoBox .infoList .infoLeft .numBox .lest p {
    font-size: 14px;
    color: #000;
}

.ListItem .Itemtext .infoBox .infoList .infoLeft .numBox .lest h6 {
    font-size: 18px;
    color: #015db2;
}

.ListItem .Itemtext .infoBox .infoList .infoLeft .numBox .lest h6 span {
    font-size: 38px;
    color: #015db2;
}

.ListItem .Itemtext .infoBox .infoList .infoLeft .lestText p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

.Feasibility .recruit {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 40px;
}

.Feasibility .recruit .recruitLi {
    width: 48.4%;
}

.Feasibility .recruit .recruitLi a {
    display: block;
    position: relative;
}

.Feasibility .recruit .recruitLi a .recruitText {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    padding: 30px;
    width: 100%;
}

.Feasibility .recruit .recruitLi a .recruitText .texts {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 30px;
    position: relative;
}

.Feasibility .recruit .recruitLi a .recruitText .texts::after {
    content: '';
    position: absolute;
    top: -1px;
    right: 0;
    width: 60px;
    height: 1px;
    background: #fff;
}

.Feasibility .recruit .recruitLi a .recruitText .texts h6 {
    font-size: 24px;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 15px;
}

.Feasibility .recruit .recruitLi a .recruitText .texts p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    display: inline-block;
    padding-right: 10px;
    background: url(../images/icon69.png) no-repeat center right;
}

.Feasibility .recruit .recruitLi .recruitLiImg {
    overflow: hidden;
}

.Feasibility .recruit .recruitLi .recruitLiImg img {
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
}

.Feasibility .recruit .recruitLi:hover .recruitLiImg img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.promise.university {
    padding: 95px 0;
    margin-top: 80px;
}

.backbone .backboneBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.backbone .backboneBox .backboneLi {
    width: 31.25%;
    background: #fff;
}

.backbone .backboneBox .backboneLi .img {
    overflow: hidden;
}

.backbone .backboneBox .backboneLi .img img {
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
}

.backbone .backboneBox .backboneLi:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.backbone .backboneBox .backboneLi .backboneText {
    padding: 40px 30px;
}

.backbone .backboneBox .backboneLi .backboneText p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.backbone .backbonet {
    font-size: 24px;
    line-height: 1;
    color: #000;
    font-weight: 400;
    margin-bottom: 30px;
}

.backbone {
    padding-top: 80px;
}

.internshipLi {
    position: relative;
}

.internshipLi .left {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    height: 100%;
    width: 50%;
    overflow: hidden;
}

.internshipLi .left img {
    display: block;
    width: 100%;
    height: 100%;
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
}

.internshipLi:hover .left img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.internshipLi:nth-child(even) .left {
    right: 0;
    left: initial;
}

.internshipLi .right .main {
    position: relative;
    z-index: 5;
}

.internship .internshipItem .main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.internship .internshipLi:nth-child(even) .internshipItem .main {
    flex-direction: row-reverse;
}

.internship .internshipItem .main .le {
    width: 50%;
}

.internship .internshipItem .main .right {
    width: 50%;
    min-height: 440px;
    padding-left: 10%;
    display: flex;
    align-items: center;
}

.internship .internshipLi:nth-child(even) .internshipItem .main .right {
    padding-left: 0;
    padding-right: 6%;
}

.internship .internshipItem .main .right h6 {
    font-size: 28px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
}

.internship .internshipItem .main .right .internshipText p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-align: justify;
}

.Feasibility .FeasibilityBox.internshippadding {
    padding-bottom: 60px;
    border-bottom: 1px solid #d3d5d6;
}

.internship {
    padding-top: 80px;
}

.Feasibility .Classroom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 60px;
}

.Feasibility .Classroom .ClassroomItem {
    width: 25%;
    position: relative;
}

.Feasibility .Classroom .ClassroomItem .Classroomimg {
    overflow: hidden;
}

.Feasibility .Classroom .ClassroomItem .Classroomimg img {
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
}

.Feasibility .Classroom .ClassroomItem:hover .Classroomimg img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.Feasibility .Classroom .ClassroomItem .ClassroomText {
    height: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    padding: 0px 30px 40px;
    width: 100%;
}

.Feasibility .Classroom .ClassroomItem .ClassroomText .cltxt {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 15px;
    position: relative;

}

.Feasibility .Classroom .ClassroomItem .ClassroomText .cltxt::after {
    content: '';
    position: absolute;
    top: -1px;
    width: 60px;
    right: 0;
    height: 1px;
    background: #fff;
}

.Feasibility .Classroom .ClassroomItem .ClassroomText h6 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
}

.Feasibility .Classroom .ClassroomItem .ClassroomText .ClassroomP {
    min-height: 50px;
    margin-top: 10px;
}

.Feasibility .Classroom .ClassroomItem .ClassroomText .ClassroomP p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.download .downloadBox .title {
    font-size: 38px;
    line-height: 1;
    font-weight: 400;
    color: #000000;
    margin-bottom: 45px;
}

.download .downloadBox .downloadItem {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.download .downloadBox .downloadItem .item {
    width: 31.25%;
    margin-bottom: 40px;
    background: #fff;
}

.download .downloadBox .downloadItem .item:last-child:nth-child(3n - 1) {
    margin-right: calc(31.25% + 6.25% / 2);
}

.download .downloadBox .downloadItem .item .img {
    overflow: hidden;
}

.download .downloadBox .downloadItem .item .img img {
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
}

.download .downloadBox .downloadItem .item:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.download .downloadBox .downloadItem .item .text {
    padding: 40px 40px 60px 60px;
    position: relative;
}

.download .downloadBox .downloadItem .item .text::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 26px;
    background: #015db2;
    top: 40px;
    left: 40px;
    z-index: 5;
}

.download .downloadBox .downloadItem .item .text h6 {
    font-size: 28px;
    color: #000;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 15px;
}

.download .downloadBox .downloadItem .item .text .num {
    font-size: 14px;
    color: #000;
    line-height: 1;
}

.download .downloadBox .downloadItem .item .text .infos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
}

.download .downloadBox .downloadItem .item .text .infos p {
    width: 50%;
}

.download .downloadBox .downloadItem .item .text .infos p a {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #015db2;
    padding-right: 20px;
    background: url(../images/icon70.png) no-repeat center right;
}

.download {
    padding: 100px 0 60px;
    background: #eff0f1;
}

.contact {
    padding: 100px 0;
    background: #eff0f1;
}

.contact .contactBox .title {
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    color: #000000;
    margin-bottom: 35px;
}

.contact .contactaddress {
    width: 100%;
    height: 760px;
    background: url(../images/bg5.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contact .contactaddress .contactleft {
    /* width: 68.75%; */
    width: 55%;
    height: 100%;
    display: flex;
    align-items: center;
}

.contact .contactaddress .contactleft .contactinfo {
    margin: auto;
}

.contact .contactaddress .contactright {
    /* width: 31.25%; */
    width: 45%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, .3);
}

.contact .contactright {
    padding: 30px;
}

.contact .contactright li .contactText {
    display: none;
}

.contact .contactright li h6 {
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    padding: 21px 0;
    cursor: pointer;
    background: url(../images/icon71.png) no-repeat center right 15px;
}

.contact .contactright li h6.active {
    background: url(../images/icon72.png) no-repeat center right 15px;
}

.contact .contactright li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.contact .contactright li::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 60px;
    height: 1px;
    background: #fff;
}

.contact .contactright ul {
    border-top: 1px solid rgba(255, 255, 255, .2);
    position: relative;
}

.contact .contactright ul::after {
    content: '';
    position: absolute;
    top: -1px;
    right: 0;
    width: 60px;
    height: 1px;
    background: #fff;
}

.contact .contactright .top p {
    font-size: 14px;
    color: #fff;
    line-height: 1;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 24px;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
    margin-bottom: 20px;
}

.contact .contactright .top p.active {
    background: #015db2;
    border: 1px solid #015db2;
}

.contact .contactright .addresscontact .item .img {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.contact .contactright .addresscontact .item .img img {
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
}

.contact .contactright .addresscontact .item:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.contact .contactright .addresscontact .item .img p {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    padding: 5px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
}

.contact .contactright .addresscontact .item .communication {
    padding: 10px 0;
}

.contact .contactright .addresscontact .item .communication p {
    padding-left: 45px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    position: relative;
}

.contact .contactright .addresscontact .item .communication p.site {
    background: url(../images/icon73.png) no-repeat top 7px left;
}

.contact .contactright .addresscontact .item .communication p.phone {
    background: url(../images/icon74.png) no-repeat top 7px left;
}

.contact .contactright .addresscontact .item .communication p.email {
    background: url(../images/icon75.png) no-repeat top 8px left;
}

.contact .contactright .addresscontact .item .communication p.site::after {
    content: 'A:';
    position: absolute;
    left: 30px;
    top: 0;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.contact .contactright .addresscontact .item .communication p.phone::after {
    content: 'T:';
    position: absolute;
    left: 30px;
    top: 0;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.contact .contactright .addresscontact .item .communication p.email::after {
    content: 'E:';
    position: absolute;
    left: 30px;
    top: 0;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.contact #allmap {
    width: 510px;
    height: 510px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
}

.contact #allmap .location:nth-of-type(1) {
    top: 170px;
    right: 245px;
}

.contact #allmap .location:nth-of-type(2) {
    top: 155px;
    right: 260px;
}

.contact #allmap .location:nth-of-type(3) {
    top: 175px;
    left: 170px;
}

.contact #allmap .location:nth-of-type(4) {
    top: 179px;
    left: 150px;
}

.contact #allmap .location:nth-of-type(5) {
    top: 240px;
    left: 135px;
}

.contact #allmap .location:nth-of-type(6) {
    top: 230px;
    left: 90px;
}

.contact #allmap .location {
    position: absolute;
    top: 0;
    z-index: 88;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

.contact #allmap .location .dot-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #015db2;
    border: 2px solid #fff;
    border-radius: 50%;
}

.contact #allmap .location>div {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    animation: amplificationAn 3s linear infinite;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
}

.contact #allmap .location>div>div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    animation: amplificationAn 3s 1.2s linear infinite;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
}

@keyframes amplificationAn {
    to {
        transform: translate(-50%, -50%);
        width: 50px;
        height: 50px;
    }
}

.contact #allmap::after {
    content: '';
    width: 510px;
    height: 510px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/dq1.png) no-repeat center center;
    background-size: cover;
    z-index: 10;
    overflow: hidden;
    border-radius: 50%;
}

.contact #allmap::before {
    content: '';
    width: 608px;
    height: 608px;
    position: absolute;
    top: -10px;
    left: -26px;
    background: url(../images/dq2.png) no-repeat center center;
    z-index: 15;
}

/* .contact #allmap img{
    transform: rotate(360deg);
    animation: rotation 300s linear infinite;
} */
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.courseLi {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.courseLi .left {
    width: 24%;
}

.courseLi .left .leftNum {
    position: sticky;
    top: 20%;
    z-index: 10;
}

.courseLi .left p {

    color: inherit;
    font-size: 260px;
    line-height: 1;
    color: #015db2;
    padding-top: 20px;
}

.courseLi .right {
    width: 76%;
    padding-top: 0px;
}

.courseLi .right .courseYear {
    position: relative;
    margin-top: -40px;
    z-index: 5;
}

.courseLi .right .year {
    font-size: 260px;
    line-height: 1;
    color: #015db2;
    width: 28%;
}

.courseLi .right .year span {
    display: none;
}

.courseLi .right .num .box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.courseLi .right .box .text {
    width: 60%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 28px;
}

.courseLi .right .box .text p {
    font-size: 20px;
    line-height: 32px;
    color: #000;
    /* word-break: break-all; */
}

.courseLi .right li {
    border-bottom: 1px solid #d3d5d6;
    padding-top: 20px;
    padding-bottom: 60px;
}

.course {
    padding: 100px 0;
    background: #eff0f1;
}

.course .title {
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    color: #000000;
    margin-bottom: 35px;
}

.courseLi .right .num .img {
    margin-top: 20px;
}

.courseLi .right .courseYear {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

.courseLi .right .courseYear .courseYearBox {
    width: 90%;
}

.courseLi .right .courseYear::after {
    content: '';
    position: absolute;
    width: 92%;
    height: 1px;
    background: #d3d5d6;
    top: 50%;
    left: 4%;
    transform: translateY(-50%);
}

.courseLi .right .courseYear .courseYearBox p {
    font-size: 14px;
    line-height: 1;
    color: #666666;
    padding: 9px 12px;
    border: 1px solid #999999;
    border-radius: 20px;
    background: #fff;
    cursor: pointer;
    position: relative;
    z-index: 5;
    text-align: center;
}

/* .courseLi .right .courseYear .courseYearBox .swiper-slide.swiper-slide-active p{
    background: #015db2;
    border: 1px solid #015db2;
    color: #fff;
} */
.courseLi .right .courseYear .courseYearBox .swiper-slide.active p {
    background: #015db2;
    border: 1px solid #015db2;
    color: #fff;
}

.courseLi .right .courseYear .icon {
    width: 34px;
    cursor: pointer;
    border-radius: 50%;
}

.courseLi .right .courseYear {
    position: sticky;
    top: 130px;
    z-index: 10;
}

.courseYear .year_btn {
    width: 34px;
    height: 34px;
    background-size: 34px 34px;
    top: 20px;
}

.courseYear .year_btn.year_btnnext {
    background: url(../images/icon77.png) no-repeat center center;
    right: 0;
}

.courseYear .year_btn.year_btnprev {
    background: url(../images/icon76.png) no-repeat center center;
    left: 0;
}


.headers .imgC {
    display: none;
}

.headers.active .imgC {
    display: block;
}

.headers.active .img {
    display: none;
}

.headers.active {
    background-color: #eff0f1;
    box-shadow: 0px 0px 5px 6px rgb(0 0 0 / 10%);
}

.headers.active .headerBox .headerNav .navList .navUl .navItem a {
    color: #000;
}

.headerIn.headerbg .headerFunction .language p {
    color: #000;
}


.headers.active .headerFunction .language a {
    color: #000;
}

.headers.active .headerFunction .search .headerSearch::placeholder {
    color: #000;
}

.headers.active .headerFunction .search .headerSearch {
    color: #000;
}

.headers.active .Outer p a {
    color: #000;
}

.headers.active .headerFunction .search .headerBtn {
    background: url(../images/search1.png) no-repeat center center;
}

.headers.active .headerFunction .language p {
    background: url(../images/icon1-1.png) no-repeat center left;
}

.headers.active .headerFunction .language p a {
    background: url(../images/icon2-1.png) no-repeat center right;
}

/* 首页 */
.headerIn .imgC {
    display: none;
}

.headerIn.headerbg .imgC {
    display: block;
}

.headerIn.headerbg .img {
    display: none;
}

.headerIn.headerbg {
    background-color: #fff;
    box-shadow: 0px 0px 5px 6px rgb(0 0 0 / 10%);
}

.headerIn.headerbg .headerBox .headerNav .navList .navUl .navItem a {
    color: #000;
}

.headerIn.headerbg .headerFunction .language a {
    color: #000;
}

/* 在你的 fullpage.css 中添加这个类 */
.light-text {
    color: white;
}
.dark-text {
    color: black;
}


.headerIn.headerbg .headerFunction .search .headerSearch::placeholder {
    color: #000;
}

.headerIn.headerbg .headerFunction .search .headerSearch {
    color: #000;
}

.headerIn.headerbg .Outer p a {
    color: #000;
}

.headerIn.headerbg .headerFunction .search .headerBtn {
    background: url(../images/search1.png) no-repeat center center;
}

.headerIn.headerbg .headerFunction .language p {
    background: url(../images/icon1-1.png) no-repeat center left;
}

.headerIn.headerbg .headerFunction .language p a {
    background: url(../images/icon2-1.png) no-repeat center right;
}

.headerFunction .language p {
    color: #fff;
}

.active .headerFunction .language p {
    color: #000;
}


/* 导航下拉菜单 */
.popup-submenu-list {
    width: 100%;
    /* height: 0; */
    position: absolute;
    left: 0;
    /* top: 100px; */
    top: 80px;
    z-index: 810;
}

.popup-submenu {
    position: absolute;
    background-color: white;
    width: calc(38vw + 205px);
    /* left: 10%; */
    left: 7%;
    right: 0;
    margin: auto;
    display: none;
}

.popup-submenu .box {
    padding: 40px;
    display: flex;
    counter-increment: marginLeft 1;
    border: 1px solid #d3d3d3;
}

.popup-submenu .left {
    flex: 0 0 60%;
    padding-right: 50px;
}

.popup-submenu .left h5 {
    font-size: 28px;
    line-height: 1;
    color: #000;
    font-weight: 400;
}

.popup-submenu .left .navText {
    margin-top: 20px;
}

.popup-submenu .left .navText p {
    font-size: 14px;
    line-height: 22px;
    color: #666666;
}

.popup-submenu .left .navm {
    display: inline-block;
    margin-top: 20px;
    border-radius: 50%;
    overflow: hidden;
}

.popup-submenu .right {
    flex: 0 0 40%;
    border-left: 1px solid #dedede;
    padding-left: 20px;
}

.popup-submenu .right li {
    position: relative;
    margin-bottom: 8px;
}

.popup-submenu .right li::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 0%;
    background: #015db2;
    top: 0;
    left: -21px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.popup-submenu .right li:hover::after {
    height: 100%;
}

.popup-submenu .right li a {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    color: #333333;
    /* text-transform:capitalize; */
}

.popup-submenu .right li:hover a {
    color: #015db2;
}


.phoneheader {
    display: none;
}

.Design .purchase .item .left .img {
    display: none;
}

.swiper_Product {
    display: none;
}


/* 分页 */
.pagebox {
    text-align: center;
    position: relative;
    margin-top: 45px;
}

.pagebox ul {
    line-height: 50px;
}

.pagebox ul li {
    display: inline-block;
    vertical-align: middle;
}

.pagebox ul li a {
    margin: 0px;
    font-size: 18px;
    color: #000;
    position: relative;
    display: block;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.pagebox ul .page a {
    height: 42px;
    width: 42px;
    border: 1px solid #898989;
    border-radius: 50%;
    line-height: 42px;
    margin: 0px 5px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.pagebox ul .previous a:before {
    content: '';
    background: url('../images/icon56-1.png') no-repeat left center;
    width: 19px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
}

.pagebox ul .previous a {
    font-size: 16px;
    color: #999999;
}

.pagebox ul .previous {
    margin-right: 10px;
}

.pagebox ul .next a:after {
    content: '';
    background: url('../images/icon57-1.png') no-repeat left center;
    width: 19px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -3px;
}

.pagebox ul .next a {
    font-size: 16px;
    color: #999999;
}

.pagebox ul .next {
    margin-left: 10px;
}

.pagebox ul li.first {
    display: none;
}

.pagebox ul li.last {
    display: none;
}

.pagebox ul li.page:hover a,
.pagebox ul li.selected a {
    color: #fff;
    background: #008cd3;
    border: 1px solid #008cd3;
}

.pagebox ul .previous a:hover {
    color: #008cd3;
}

.pagebox ul .next a:hover {
    color: #008cd3;
}

.pagebox ul .previous a:hover:before {
    content: '';
    background: url('../images/icon56_m.png') no-repeat left center;
}

.pagebox ul .next a:hover:after {
    content: '';
    background: url('../images/icon57_m.png') no-repeat left center;
}

.indexContact .rightBox .follow ul li {
    position: relative;
}

.indexContact .rightBox .follow ul li .ewm {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -300%;
    width: 100px;
    height: 100px;
    z-index: 50;
}

.indexContact .rightBox .follow ul li.ewms:hover .ewm {
    display: block;
}




/* 页脚新增2022-9-23 */
.aboutFooter {
    margin-top: 30px;
}

.aboutFooter ul {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.aboutFooter ul li {
    margin: 0 10px;
    width: 42px;
    position: relative;
}

.aboutFooter ul li .ewm {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -300%;
    width: 100px;
    height: 100px;
    z-index: 50;
}

.aboutFooter ul li.ewms:hover .ewm {
    display: block;
}


.TopUp {
    width: 40px;
    height: 40px;
    background: #015db2 url(../images/top.png) no-repeat center center;
    background-size: 36px 36px;
    cursor: pointer;
    position: fixed;
    top: 90%;
    right: 50px;
    z-index: 50;
    border-radius: 50%;
    display: none;
}


.aboutFooter ul li a.wfEditorMode {
    position: absolute;
    top: 0;
}

.sustainable-page {
    padding-top: 100px;
}

.sustainable-page h5.title {
    font-size: 30px;
}

.sustainable-page .section-1 {
    padding-top: 60px;
    padding-bottom: 20px;
    margin-top: 55px;
    border-top: 1px solid #d3d5d6;
    border-bottom: 1px solid #d3d5d6;
}

.sustainable-page .section-1 .s-title {
    font-size: 28px;
}

.sustainable-page .section-1 .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.sustainable-page .section-1 .list .item {
    position: relative;
    width: calc((100% - 80px) / 3);
    height: 362px;
    overflow: hidden;
    margin-bottom: 40px;
}

.sustainable-page .section-1 .list .item:nth-child(3n + 2) {
    margin: 0 40px;
}

.sustainable-page .section-1 .list .item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0) 50%);
}

.sustainable-page .section-1 .list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.sustainable-page .section-1 .list .item:hover img {
    transform: scale(1.1);
}

.sustainable-page .section-1 .list .item .text {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    width: 88%;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
    color: #fff;
}

.sustainable-page .section-1 .list .item .text::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20%;
    height: 1px;
    background-color: #008cd3;
}

.sustainable-page .section-1 .list .item .text::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 80%;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
}

.sustainable-page .section-2 {
    padding: 60px 50px;
    padding-bottom: 10px;
    margin-top: 60px;
    color: #fff;
}

.sustainable-page .section-2 .s-title {
    font-size: 28px;
}

.sustainable-page .section-2 .top-text .text {
    width: 520px;
    margin-top: 25px;
    font-size: 16px;
}

.sustainable-page .section-2 .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
}

.sustainable-page .section-2 .list .item {
    position: relative;
    width: calc((100% - 80px) / 3);
    margin-bottom: 40px;
}

.sustainable-page .section-2 .list .item:nth-child(3n + 2) {
    margin: 0 40px;
    margin-bottom: 40px;
}

.sustainable-page .section-2 .list .item .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.sustainable-page .section-2 .list .item .text-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 30px;
    line-height: 1.8;
}

.sustainable-page .section-2 .list .item .text-content .name {
    text-align: center;
}

.sustainable-page .section-2 .list .item .text-content .more-text {
    display: none;
    margin-top: 20px;
    font-weight: 300;
    overflow-y: auto;
    font-size: 16px;
    line-height: 1.5;
}

/* 滚动条整体样式 */
.sustainable-page .section-2 .list .item .text-content .more-text::-webkit-scrollbar {
    width: 3px;
    height: 10px;
    background-color: #dfdfdf;
    border-radius: 10px;
}

/* 滚动条轨道样式 */
.sustainable-page .section-2 .list .item .text-content .more-text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
    overflow: hidden;
}

/* 滚动条滑块样式 */
.sustainable-page .section-2 .list .item .text-content .more-text::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #008cd3;
}

.sustainable-page .section-2 .list .item .text .serial {
    position: absolute;
    top: 25px;
    left: 30px;
    font-size: 20px;
}

.sustainable-page .section-2 .list .item .text .name {
    font-size: 28px;
}

.sustainable-page .section-2 .list .item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    transition: all .5s;
}

.sustainable-page .section-2 .list .item:hover::after {
    background-color: rgba(0, 0, 0, .6);
}


.sustainable-page .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
    border-top: 1px solid #d3d5d6;
    border-bottom: 1px solid #d3d5d6;
}

.sustainable-page .section-3 .title {
    font-size: 28px;
}

.sustainable-page .section-3 .help-swiper {
    position: relative;
    margin-top: 60px;
    overflow: hidden;
}

.sustainable-page .section-3 .swiper-slide {
    display: flex;
    flex-direction: row-reverse;
    width: 80%;
    height: auto;
    padding-right: 40px;
    color: #fff;
    font-size: 18px;
    transform: scale(.8);
    transform-origin: top left;
    transition: all .5s;
}

.sustainable-page .section-3 .swiper-slide.swiper-slide-active {
    transform: scale(1);
}

.sustainable-page .section-3 .swiper-slide .text {
    width: 40%;
    max-height: 600px;
    overflow-y: auto;
    padding: 50px;
    line-height: 1.5;
    background-color: #015db2;
    font-size: 16px;
}

/* 滚动条整体样式 */
.sustainable-page .section-3 .swiper-slide .text::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #015db2;
}

/* 滚动条轨道样式 */
.sustainable-page .section-3 .swiper-slide .text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #015db2;
}

/* 滚动条滑块样式 */
.sustainable-page .section-3 .swiper-slide .text::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fff;
}

.sustainable-page .section-3 .swiper-slide .image {
    width: 60%;
}

.sustainable-page .section-3 .swiper-slide .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sustainable-page .section-3 .help-swiper .function-area {
    position: absolute;
    right: 0;
    bottom: 0;
}

.sustainable-page .section-3 .help-swiper .function-area .swiper-pagination {
    position: relative;
}

.sustainable-page .section-3 .help-swiper .function-area .swiper-pagination .swiper-pagination-current {
    font-size: 24px;
    color: #015db2;
}

.sustainable-page .section-3 .help-swiper .function-area .swiper-button {
    display: flex;
}

.sustainable-page .section-3 .help-swiper .function-area .swiper-button-prev,
.sustainable-page .section-3 .help-swiper .function-area .swiper-button-next {
    position: relative;
    content: '';
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    background: none;
    width: auto;
    height: auto;
    margin: auto;
}

.sustainable-page .section-3 .help-swiper .function-area .swiper-button-next {
    margin-left: 20px;
}

.sustainable-page .section-3 .help-swiper .function-area .swiper-button-next img {
    transform: rotate(180deg);
}

.sustainable-page .section-4 {
    padding-top: 100px;
    padding-bottom: 70px;
    margin-top: 60px;
}

.sustainable-page .section-4 .title {
    font-size: 28px;
    text-align: center;
    color: #fff;
}

.sustainable-page .section-4 .list {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    margin: 0 auto;
    margin-top: 100px;
}

.sustainable-page .section-4 .list .item {
    display: flex;
    flex-direction: column;
    width: calc((100% - 100px) / 3);
    padding: 25px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    background-color: #fff;
    border-radius: 10px;
}

.sustainable-page .section-4 .list .item:nth-child(3n + 2) {
    margin: 0 50px;
    margin-bottom: 40px;
}

.sustainable-page .section-4 .list .item .image {
    display: flex;
    flex-direction: column;
    height: 100px;
}

.sustainable-page .section-4 .list .item .image img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.sustainable-page .section-4 .list .item .text {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
}

.sustainable-page .section-5 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 730px;
    padding-bottom: 30px;
    margin-top: 120px;
}

.sustainable-page .section-5::before {
    content: '';
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d3d5d6;
}

.sustainable-page .section-5 .top-content {
    width: 620px;
    padding: 50px;
    /* text-align: justify; */
    color: #fff;
}

.sustainable-page .section-5 .top-content .title {
    font-size: 28px;
}

.sustainable-page .section-5 .top-content .text {
    margin-top: 20px;
    line-height: 1.8;
}

.sustainable-page .section-5 .list {
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
    padding-bottom: 0;
}

.sustainable-page .section-5 .list .item {
    width: calc((100% - (8 * 20px)) / 9);
    margin-bottom: 20px;
    margin-right: 20px;
}

.sustainable-page .section-5 .list .item:nth-child(9n + 9) {
    margin-right: 0;
}

.sustainable-page .section-5 .list .item img {
    width: 100%;
}

.sustainable-page .section-5 .swiper-agenda {
    overflow: hidden;
}

.sustainable-page .section-5 .swiper-agenda .swiper-slide {
    width: auto;
}

.sustainable-page .section-6 {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid #d3d5d6;
}

.sustainable-page .section-6 .title {
    font-size: 28px;
}

.sustainable-page .section-6 .list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 60px;
    margin-top: 40px;
}

.sustainable-page .section-6 .list .item {
    position: relative;
    width: calc((100% - 80px) / 3);
    margin-bottom: 40px;
    height: 362px;
    overflow: hidden;
}

.sustainable-page .section-6 .list .item:nth-child(3n + 2) {
    margin: 0 40px;
}

.sustainable-page .section-6 .list .item a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0) 50%);
}

.sustainable-page .section-6 .list .item img.bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.sustainable-page .section-6 .list .item:hover img.bg {
    transform: scale(1.1);
}

.sustainable-page .section-6 .list .item .text {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 88%;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
    color: #fff;
}

.sustainable-page .section-6 .list .item .text::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20%;
    height: 1px;
    background-color: #008cd3;
}

.sustainable-page .section-6 .list .item .text::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 80%;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
}

.sustainable-page .section-6 .list .item .text p {
    flex: 1;
}

@media screen and (max-width: 1280px) {
    .bannerText .textBox h3 {
        font-size: 28px;
    }
    .bannerText .textBox .text p {
        font-size: 16px;
    }
    .more a {
        font-size: 12px;
        padding: 10px 50px 10px 10px;
    }
    .leftBox h5 {
        font-size: 24px;
    }
    .leftBox .text p {
        font-size: 12px;
    }
    .indexAbout .aboutRight .links .link-item {
        font-size: 14px;
        padding: 4px 12px;
    }
    .itemBox h5 {
        font-size: 20px;
    }
    .itemBox img {
        max-height: 80px;
    }
    .itemBox h6 {
        font-size: 16px;
    }
    .itemBoxText p {
        font-size: 12px;
    }
    .indexIndustry h5 {
        font-size: 20px;
    }
    .indexIndustryBox .industryBoxSwiper .swiper-slide .text p {
        font-size: 14px;
    }
    .swiper-button-next.choice_btn, .swiper-button-prev.choice_btn {
        width: 30px;
        height: 30px;
        background-size: cover !important;
    }
    .indexContact .leftBox h5,
    .indexContact .rightBox .dow a h5,
    .indexContact .rightBox .follow .box h5 {
        font-size: 20px;
    }
    .indexContact .rightBox .follow ul li {
        width: 30px;
    }
    .footerNav .dl .dt,
    .footerNav .dl .dd a {
        font-size: 12px;
    }
    .footerLogo img {
        height: 30px;
    }
    .aboutFooter ul li {
        width: 30px;
    }
    .popup-submenu-list .popup-submenu .left h5 {
        font-size: 20px;
    }
    .popup-submenu .left .navText p {
        font-size: 12px !important;
    }
    .popup-submenu .left .navm img {
        max-width: 30px;
    }
    .popup-submenu .right li a {
        font-size: 12px !important;
    }
    .Navigation .NavigationUl li a {
        font-size: 12px;
    }
    .course .title,
    .factory .title,
    .brief .title,
    .vision h5,
    .layout h5,
    .qhse .title {
        font-size: 24px;
    }
    .vision .visionBox .visionItem p {
        font-size: 14px;
    }
    .vision .visionBox .visionItem p.img img {
        max-height: 60%;
    }
    .layout .pos .layoutBox .text h6 {
        font-size: 14px;
    }
    .layout .pos .layoutBox .text p {
        font-size: 12px;
    }
    .factoryBox .item_box .left h6 {
        font-size: 16px;
        padding-top: 12px;
    }
    .factoryBox .factorySwiper .factory_btn {
        width: 24px;
        height: 24px;
        background-size: cover !important;
    }
    .factoryBox .factorySwiper {
        padding-bottom: 30px;
    }
    .factoryBox .item {
        padding: 25px 0;
    }
    .factorySwiper .swiper-slide p {
        font-size: 16px;
        padding: 20px;
    }
    .factoryBox .item_box .left .leftText p {
        font-size: 14px;
    }
    .factoryBox .item_box .right .top .info h4 span {
        font-size: 30px;
        line-height: 36px;
    }
    .factoryBox .item_box .right .top .info {
        padding-bottom: 12px;
    }
    .factoryBox .item_box .right .rightText {
        margin-top: 12px;
    }
    .factoryBox .item_box .right .rightText p {
        font-size: 12px;
        line-height: 20px;
    }
    .courseLi .left {
        width: 14%;
    }
    .courseLi .left p,
    .courseLi .right .year {
        font-size: 140px !important;
    }
    .courseLi .right {
        width: 85% !important;
    }
    .courseLi .right .courseYear {
        top: 100px;
    }
    .courseLi .right .box .text p {
        font-size: 16px !important;
    }
    .courseLi .right .box .text {
        padding-bottom: 12px;
    }
    .courseLi .right .num .img {
        margin-top: 12px;
    }
    .qhse {
        padding-top: 50px;
    }
    .qhse .title {
        margin-bottom: 14px;
    }
    .qhse .qhseText p {
        font-size: 14px;
    }
    .qhse .qhseText {
        padding-left: 14px;
        margin-bottom: 40px;
    }
    .hsePolicy {
        padding-top: 30px;
    }
    .hsePolicy h6 {
        font-size: 18px;
    }
    .qualitytarget h6,
    .system h6,
    .promise .promiseBox h6 {
        font-size: 18px;
    }
    .promise .promiseBox .text p {
        font-size: 12px;
    }
    .hsePolicy .hsePolicyBox {
        margin-top: 20px;
    }
    .hsePolicy .hsePolicyBox .item .itemText p {
        font-size: 14px;
    }
    .qualitytarget {
        padding-top: 40px;
    }
    .system,
    .promise {
        padding-top: 30px;
    }
    .qhse .internship .internshipItem .main .right h2 {
        font-size: 20px;
    }
    .internship .internshipItem .main .right .internshipText p {
        font-size: 14px;
    }
    .advantage,
    .sustainable-page {
        padding-top: 50px;
    }
    .advantage .title {
        font-size: 24px;
    }
    .advantage .advantageBox .item .right h6 {
        font-size: 16px;
    }
    .advantage .advantageBox .item .right h6 {
        font-size: 16px !important;
    }
    .advantage .advantageBox .item .left img {
        max-width: 80px;
    }
    .sustainable-page h5.title {
        font-size: 24px;
    }
    .sustainable-page .section-1 {
        margin-top: 20px;
        padding-top: 20px;
    }
    .sustainable-page .section-1 .s-title {
        font-size: 18px;
    }
    .sustainable-page .section-1 .list {
        margin-top: 20px;
    }
    .sustainable-page .section-1 .list .item .text {
        font-size: 14px;
        padding: 20px 0;
    }
    .sustainable-page .section-2 .s-title {
        font-size: 18px;
    }
    .sustainable-page .section-2 .top-text .text {
        font-size: 14px;
    }
    .sustainable-page .section-2 .list {
        margin-top: 30px;
    }
    .sustainable-page .section-2 .list .item .text .name {
        font-size: 18px;
    }
    .sustainable-page .section-2 .list .item .text .serial {
        font-size: 16px;
    }
    .sustainable-page .section-3 {
        padding-top: 30px;
        margin-top: 20px;
    }
    .sustainable-page .section-3 .help-swiper {
        margin-top: 30px;
    }
    .sustainable-page .section-3 .title {
        font-size: 18px;
    }
    .sustainable-page .section-3 .swiper-slide .text {
        font-size: 14px;
    }
    .sustainable-page .section-3 .help-swiper .function-area .swiper-button-prev img,
    .sustainable-page .section-3 .help-swiper .function-area .swiper-button-next img {
        max-width: 30px;
    }
    .sustainable-page .section-4 .title {
        font-size: 18px;
    }
    .sustainable-page .section-4 .list .item .text {
        font-size: 12px;
    }
    .sustainable-page .section-4 {
        padding: 30px 0;
    }
    .sustainable-page .section-4 .list {
        margin: 30px auto;
    }
    .sustainable-page .section-4 .list .item {
        margin-bottom: 20px;
    }
    .sustainable-page .section-5 .top-content .title {
        font-size: 18px;
    }
    .sustainable-page .section-5 .top-content .text {
        font-size: 14px;
    }
    .sustainable-page .section-6 {
        margin-top: 30px;
        padding-top: 30px;
    }
    .sustainable-page .section-6 .title {
        font-size: 18px;
    }
    .sustainable-page .section-6 .list .item .text p {
        font-size: 14px;
    }
    .productFl .productFlBox .item a .img {
        width: 40px;
        height: 40px;
    }
    .productFl .productFlBox .item a .img img {
        max-width: auto;
        max-height: 100%;
    }
    .Feasibility {
        padding: 50px 0;
    }
    .FeasibilityBox .title {
        font-size: 24px;
        margin-bottom: 14px;
    }
    .FeasibilityBox .text {
        margin-bottom: 30px;
    }
    .FeasibilityBox .text p {
        font-size: 14px !important;
    }
    .FeasibilityItems .item .img p {
        width: 60px;
    }
    .build .item .type {
        padding: 30px 0;
    }
    .build .item {
        padding-top: 40px;
    }
    .build .item .top .text h6 {
        font-size: 18px;
    }
    .build .item .top .text .content p {
        font-size: 12px;
    }
    .debugging {
        padding: 50px 0;
    }
    .debugging .debuggingBox .title {
        font-size: 24px;
        margin-bottom: 14px;
    }
    .debugging .debuggingBox .debuggingText .left p {
        font-size: 14px !important;
    }
    .Aftersales {
        padding: 50px 0;
    }
    .Aftersales .title {
        font-size: 24px;
        margin-bottom: 14px;
    }
    .AftersalesItem .item .text {
        background-size: 30px 30px;
    }
    .AftersalesItem .item .text h6 {
        font-size: 14px;
    }
    .AftersalesItem .item .text .txt p {
        font-size: 12px;
    }
    .modular,
    .achievement,
    .equipment {
        padding: 50px 0;
    }
    .modular .modularBox .title,
    .achievementBox .title,
    .equipment .equipmentBox .title {
        font-size: 24px;
    }
    .achievementBox .achievementItem .item .text h6 {
        font-size: 16px !important;
    }
    .achievementBox .achievementItem .item .text .txt p {
        font-size: 12px;
    }
    .modular .modularBox .item .item_box {
        padding-top: 12px;
    }
    .modular .modularBox .item .item_box .modularLeft h6 {
        font-size: 16px;
    }
    .modular .modularBox .item .item_box .modularRight .modularText ul li,
    .modular .modularBox .item .item_box .modularRight .modularText p {
        font-size: 12px;
    }
    .equipmentBox .factorySwiper .factory_btn {
        width: 24px;
        height: 24px;
        background-size: cover !important;
    }
    .equipmentList .equipmentListItem .ListItem .Item {
        background-size: 30px 30px !important;
    }
    .equipmentList .equipmentListItem .ListItem .Item h5 {
        font-size: 16px !important;
    }
    .ListItem .Itemtext .tab .info {
        font-size: 14px;
    }
    .ListItem .Itemtext .infoBox {
        margin-top: 24px;
    }
    .ListItem .Itemtext .infoBox .infoList .infoLeft .infoT {
        font-size: 16px;
    }
    .ListItem .Itemtext .infoBox .infoList .infoLeft .numBox .lest h6 span {
        font-size: 30px;
    }
    .ListItem .Itemtext .infoBox .infoList .infoLeft .numBox {
        margin-bottom: 30px;
    }
    .ListItem .Itemtext .infoBox .infoList .infoLeft .lestText p {
        font-size: 14px;
    }
    .backbone {
        padding-top: 40px;
    }
    .backbone .backbonet {
        font-size: 18px;
    }
    .backbone .backboneBox .backboneLi .backboneText {
        padding: 20px;
        font-size: 14px;
    }
    .internship .internshipItem .main .right h6 {
        font-size: 18px;
    }
    .Feasibility .Classroom .ClassroomItem .ClassroomText h6 {
        font-size: 16px;
    }
    .Feasibility .Classroom .ClassroomItem .ClassroomText .ClassroomP {
        font-size: 14px;
    }
}