.pro_item .title a:hover {
    color: #9A6141;
}

.pro_class_more .icon::before {
    font-family: fontawesome;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
}

.solution_inner .swiper-slide,
.home_solu_item .solu_pic::before,
.home_solu_item::before,
.home_solu_info,
.home_solu_info .brief,
.home_solu_info .title::before,
.home_type_info .title,
.home_type_item,
.project_info .title,
.project_info .txt,
.project_item::before,
.ready_item::before,
.ready_info .title,
.ready_info .brief,
.home_news_info .title,
.home_news_info .brief,
.home_news_item {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.home_type_item .type_pic img,
.project_item .pro_pic img,
.ready_item .ready_pic img,
.home_news_item .news_pic img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.home_type_item:hover .type_pic img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.home_type_item:hover .type_pic img,
.project_item:hover .pro_pic img,
.ready_item:hover .ready_pic img,
.home_news_item:hover .news_pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.slider_banner .swiper-pagination {
    padding-bottom: 15px;
}

.slide-page-box {
    display: none;
}

.slider_banner {
    position: relative;
    margin-top: 98px;
}

.slider_banner .swiper-slide {
    overflow: hidden;
}

.slider_banner .swiper-button-next,
.slider_banner .swiper-button-prev {
    width: 66px;
    height: 66px;
    line-height: 64px;
    margin-top: -33px;
    opacity: 0;
    background-image: none;
    border-radius: 50%;
}

.slider_banner:hover .swiper-button-next,
.slider_banner:hover .swiper-button-prev {
    opacity: 1;
}

.slider_banner .swiper-button-prev {
    left: 0;
}

.slider_banner .swiper-button-next {
    right: 0;
}

.slider_banner:hover .swiper-button-prev {
    left: 20px;
}

.slider_banner:hover .swiper-button-next {
    right: 20px;
}

.slider_banner .swiper-pagination {
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 10px
}

.slider_banner .swiper-pagination .swiper-pagination-bullet {
    width: auto;
    height: auto;
    margin: 0 8px;
    border-radius: 0;
    padding: 8px 0;
    background: 0;
}

.slider_banner .swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    display: block;
    width: 36px;
    height: 6px;
    border-radius: 1em;
    background-color: rgba(0, 0, 0, .9)
}

.slider_banner .swiper-pagination .swiper-pagination-bullet-active:before {
    background-color: hsla(0, 0%, 100%, .9)
}

.slider_banner .swiper-slide img+img {
    position: absolute;
    left: 0;
    top: 0
}

.slider_banner .swiper-slide img {
    width: 100%;
    transition: 3s linear;
    transform: scale(1.08);
}

.slider_banner .swiper-slide.swiper-slide-active img {
    transform: scale(1);
}

.slider_banner .swiper-pagination-bullet {
    margin: 0 8px;
}

.banner_txt {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    padding: 0.78rem 0.6rem;
}

.banner_txt .title {
    font-size: 0.56rem;
    line-height: 0.64rem;
}

.banner_txt ul {
    float: left;
}

.banner_txt ul li {
    line-height: 0.28rem;
    color: #fff;
    font-size: 0.24rem;
    margin-top: 0.25rem;
}

.banner_txt ul li a {
    color: #fff;
}

.slider_banner-phone {
    display: none;
}

@media only screen and (max-width:950px) {
    .web_main {
        background: #fff;
    }

    .slider_banner {
        margin-top: 50px;
    }

    .slider_banner-phone {
        display: block;
        margin-top: 50px;
    }
}

.solution_inner {
    margin-top: 32px;
}

.solution_inner .swiper-slide {
    width: 20%;
}

.home_solu_item {
    position: relative;
}

.home_solu_item::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    background: linear-gradient(to top, rgba(1, 44, 77, 0.8), transparent);
    content: '';
    z-index: 2;
}

.home_solu_item .solu_pic {
    height: 480px;
    z-index: 1;
}

.home_solu_item .solu_pic::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, .26);
    z-index: 1;
}

.home_solu_info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* left: 0;
    right: 0;
    bottom: 0; */
    z-index: 3;
    text-align: center;
    padding: 0 20px 5%;
    color: #fff;
    width: 100%;
}

.home_solu_info .icon {
    height: 64px;
    display: none;
    margin: 0 auto;
}

.home_solu_info .title {
    font-family: 'Work Sans-Bold';
    line-height: 24px;
    margin: 10px 0;
    position: relative;
    max-height: 53px;
    overflow: hidden;
    padding: 0 0 8px;
}

.home_solu_info .title::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 34px;
    margin-left: -17px;
    height: 0;
    border-radius: 5px;
    background: #fff;
    content: '';
}

.home_solu_info .brief {
    line-height: 28px;
    height: 0;
    overflow: hidden;
    max-width: 480px;
    margin: 0 auto;
    /* max-height: 196px;
    overflow-y: auto; */
}

.solution_inner:hover .swiper-slide {
    width: 14%;
}

.solution_inner .swiper-slide:hover {
    width: 44%;
}

.solution_inner .swiper-slide:hover .home_solu_info .icon {
    display: none;
}

.solution_inner .swiper-slide:hover .home_solu_item .solu_pic::before {
    height: 0;
}

.solution_inner .swiper-slide:hover .home_solu_item::before {
    height: 100%;
}

.solution_inner .swiper-slide:hover .home_solu_info .title::before {
    height: 3px;
}

.solution_inner .swiper-slide:hover .home_solu_info {}

.solution_inner .swiper-slide:hover .home_solu_info .brief {
    height: unset;
    overflow: unset;
}

.solution-prev,
.solution-next {
    display: none;
}

.solution-pagination {
    display: none;
}

@media only screen and (max-width:1450px) {
    .home_solu_item .solu_pic {
        height: 450px;
    }
}

@media only screen and (max-width:1350px) {
    .home_solu_item .solu_pic {
        height: 400px;
    }
}

@media only screen and (max-width:1200px) {
    .home_solu_item .solu_pic {
        height: 400px;
    }
}

@media only screen and (max-width:950px) {
    .solution_inner {
        margin-top: 20px;
        padding: 0 20px 35px;
    }

    .solution_inner .swiper-slide {
        width: 100%;
    }

    .solution_inner:hover .swiper-slide {
        width: 100%;
    }

    .home_solu_item .solu_pic {
        height: 0;
        padding-bottom: 140%;
    }

    .home_solu_item .solu_pic::before {
        height: 0;
    }

    .home_solu_item::before {
        height: 100%;
    }

    .home_solu_info {
        height: 80%;
    }

    .home_solu_info .title {
        max-height: unset;
        padding-bottom: 8px;
    }

    .home_solu_info .title::before {
        height: 3px;
    }

    .home_solu_info .brief {
        opacity: 1;
        max-width: unset;
        max-height: 60%;
    }

    .solution-pagination {
        display: block;
    }
}

.home_type {
    background: #F5F5F5;
}

.home_type_inner {
    margin: 12px auto 0;
    position: relative;
}

.home_type_inner .swiper-container-horizontal {
    padding: 20px 12px;
}

.home_type_inner .swiper-slide {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    height: auto;
}

.home_type_item {
    padding: 10% 10%;
    box-shadow: 0px 4px 12px 0px rgba(2, 103, 179, 0.15);
    border-radius: 12px;
    border: 1px solid #DBDBDB;
    background: #fff;
    height: 100%;
}

.home_type_item .type_pic {
    padding-bottom: 100%;
}

.home_type_info .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    max-height: 3em;
    text-align: center;
}

.home_type_item:hover {
    box-shadow: 0px 4px 12px 0px rgba(2, 103, 179, 0.4);
}

.home_type_item:hover .title {
    color: var(--commonColor);
}

.type-pagination {
    display: none;
}

@media only screen and (max-width:1200px) {
    .home_type_item {
        padding: 24px 24px 30px;
    }

    .home_type_info .title {
        font-size: 22px;
    }
}

@media only screen and (max-width:950px) {
    .home_type {
        background: #fff;
        padding: 10px 0;
    }

    .home_type_inner {
        padding: 0 0 20px;
        margin-top: 0;
    }

    .home_type_inner .swiper-slide {
        width: 100%;
    }

    .home_type_item {
        padding: 20px 20px 20px;
    }

    .home_type_info .title {
        height: auto;
        max-height: unset;
        display: block;
        font-size: 20px;
    }

    .type-pagination {
        display: block;
    }

    .type-prev,
    .type-next {
        display: none;
    }
}

.home_power {
    position: relative;
    z-index: 1;
}

.home_power_inner {
    padding-top: 4%;
}

.power_left {
    width: 50%;
}

.power_left .power_pic {
    height: 100%;
    border-radius: 32px 0 0 32px;
}

.power_list {
    width: 50%;
    padding: 3.5% 3.3%;
    background: #fff;
    border-radius: 0 32px 32px 0;
}

.power_item {
    margin-top: 6%;
}

.power_item:first-child {
    margin-top: 0;
}

.power_item .power_icon {
    width: 88px;
    height: 88px;
    position: relative;
    margin-right: 5%;
}

.power_item .power_icon::before {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    border-radius: 9px;
    background: #6BB8F2;
    content: '';
    z-index: 0;
}

.power_item .power_icon img {
    position: relative;
    z-index: 1;
}

.power_item .power_info {
    flex: 1;
}

.power_item .power_info .title {
    font-weight: bold;
}

.power_item .power_info .row_item {
    margin-top: 10px;
    position: relative;
    padding-left: 12px;
    color: #666;
}

.power_item .power_info .row_item a {
    color: inherit;
}

.power_item .power_info .row_item a:hover {
    color: var(--commonColor);
}

.power_item .power_info .row_item::before {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #999;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.power_item .power_info {}

.power_item:hover .power_icon img {
    animation: swing 0.5s;
}

@media only screen and (max-width:1350px) {
    .power_item .power_icon {
        width: 68px;
        height: 68px;
        margin-right: 20px;
    }
}

@media only screen and (max-width:1200px) {
    .power_list {
        padding: 30px;
    }

    .power_item .power_icon {
        width: 60px;
        height: 60px;
        margin-right: 15px;
    }

    .power_item .power_info .row_item {
        margin-top: 8px;
    }
}

@media only screen and (max-width:950px) {
    .home_power_inner {
        flex-direction: column;
        padding-top: 20px;
    }

    .power_left {
        width: 100%;
    }

    .power_left .power_pic {
        height: 0;
        padding-bottom: 75%;
        border-radius: 12px;
    }

    .power_list {
        width: 100%;
        padding: 22px 0 0;
        border-radius: 0;
    }

    .power_item {
        flex-direction: column;
        margin-top: 24px;
        align-items: center;
    }

    .power_item .power_icon {
        width: 80px;
        height: 80px;
    }

    .power_item .power_info {
        width: 100%;
    }

    .power_item .power_info .row_item {
        padding-left: 10px;
    }

    .power_item .power_info .title {
        margin: 10px 0 15px;
        text-align: center;
    }
}

.home_num {
    background: var(--commonColor);
    margin-top: -30px;
    padding: 0 0;
}

.home_num .num_item {
    padding: 6% 12px 5%;
    width: 33%;
    color: #fff;
    font-family: 'Work Sans-Bold';
}

.home_num .alignCenter {
    font-weight: bold;
    justify-content: center;
}

.home_num .world-number {
    font-size: 64px;
    line-height: 1.25;
}

.home_num .world-number-l {
    font-size: 64px;
    line-height: 1.25;
}

.home_num .world-tip-b {
    line-height: 1.5;
    text-align: center;
    margin-top: 8px;
    font-size: 36px;
    font-weight: bold;
}

.home_num .world-unit {
    font-size: 36px;
}

@media only screen and (max-width:1450px) {
    .home_num .world-number {
        font-size: 54px;
    }

    .home_num .world-number-l {
        font-size: 54px;
    }

    .home_num .world-tip-b {
        font-size: 32px;
    }

    .home_num .world-unit {
        font-size: 34px;
    }
}

@media only screen and (max-width:1350px) {
    .home_num .world-number {
        font-size: 46px;
    }

    .home_num .world-number-l {
        font-size: 46px;
    }

    .home_num .world-tip-b {
        font-size: 30px;
    }

    .home_num .world-unit {
        font-size: 32px;
    }
}

@media only screen and (max-width:1200px) {
    .home_num .world-number {
        font-size: 36px;
    }

    .home_num .world-number-l {
        font-size: 36px;
    }

    .home_num .world-tip-b {
        font-size: 26px;
    }

    .home_num .world-unit {
        font-size: 30px;
    }
}

@media only screen and (max-width:950px) {
    .home_num {
        margin-top: 20px;
    }

    .home_num .world-number {
        font-size: 20px;
    }

    .home_num .world-number-l {
        font-size: 20px;
    }

    .home_num .world-tip-b {
        font-size: 16px;
    }

    .home_num .world-unit {
        font-size: 16px;
    }

    .home_num .num_item {
        padding: 30px 8px;
    }
}

.home_case_inner {
    margin-top: 35px;
}

.home_case_left {
    width: 28.5%;
}

.home_case_left .title {
    font-size: 42px;
    font-family: 'Work Sans-Bold';
    line-height: 1.5;
}

.home_case_left .brief {
    font-size: 20px;
    color: #666;
    line-height: 1.5;
    margin: 8% 0;
}

.home_case_map {
    width: 66.5%;
}

@media only screen and (max-width:1450px) {
    .home_case_left .title {
        font-size: 36px;
    }
}

@media only screen and (max-width:1350px) {
    .home_case_left .title {
        font-size: 32px;
    }
}

@media only screen and (max-width:1200px) {
    .home_case_left .title {
        font-size: 28px;
    }

    .home_case_left .brief {
        font-size: 18px;
    }
}

@media only screen and (max-width:950px) {
    .home_case_left .title {
        font-size: 20px;
    }

    .home_case_left .brief {
        font-size: 16px;
        margin: 15px 0 15px;
        line-height: 1.75;
    }

    .home_case_inner {
        flex-direction: column;
        margin-top: 20px;
    }

    .home_case_left {
        width: 100%;
    }

    .home_case_map {
        width: 100%;
        margin-top: 20px;
    }
}

.home_project {
    background: #F5F5F5;
}

.project_inner {
    margin: 32px auto 0;
    position: relative;
}

.project_inner .swiper-slide {
    width: calc((100% - 72px) / 4);
    margin-right: 24px;
    height: auto;
}

.project_item {
    position: relative;
    height: 100%;
}

.project_item::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: var(--commonColor);
    content: '';
    width: 0;
}

.project_item .pro_pic {
    padding-bottom: 80%;
    border-radius: 8px;
}

.project_info {
    padding: 10px 0;
}

.project_info .title {
    font-size: 20px;
    font-family: 'Work Sans-SemiBold';
}

.project_info .sub_title {
    line-height: 1.75;
    margin: 5px 0;
}

.project_info .txt {
    color: #666;
    line-height: 1.5;
}

.project_item:hover::before {
    width: 50%;
}

.project_item:hover .title {
    color: var(--commonColor);
}

.project_item:hover .sub_title {
    color: #333;
}

.project_item:hover .txt {
    color: #333;
}

.project-pagination {
    display: none;
}

@media only screen and (max-width:950px) {
    .project_inner .swiper-slide {
        width: 100%;
    }

    .project-prev,
    .project-next {
        display: none;
    }

    .project-pagination {
        display: block;
    }

    .project_inner {
        margin-top: 20px;
        padding-bottom: 32px;
    }

    .project_info {
        padding: 10px 0 5px;
    }
}

.ready_inner {
    margin: 32px auto 0;
    position: relative;
}

.ready_inner .swiper-slide {
    width: calc((100% - 64px) / 3);
    margin-right: 32px;
    height: auto;
}

.ready_item {
    position: relative;
    height: 100%;
}

.ready_item::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    background: var(--commonColor);
    content: '';
    width: 0;
}

.ready_item .ready_pic {
    padding-bottom: 70%;
    border-radius: 8px;
}

.ready_item .ready_pic .tag {
    position: absolute;
    left: 20px;
    top: 24px;
    display: inline-block;
    max-width: 80%;
    background: #fff;
    border-radius: 16px;
    line-height: 24px;
    padding: 6px 16px;
    color: var(--commonColor);
    font-family: 'Work Sans-SemiBold';
    z-index: 2;
}

.ready_info {
    padding: 10px 20px 15px;
    text-align: center;
}

.ready_info .title {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    line-height: 1.5;
    font-family: 'Work Sans-SemiBold';
}

.ready_info .brief {
    color: #666;
    line-height: 1.5;
}

.ready_item:hover::before {
    width: 40%;
    left: 50%;
    margin-left: -20%;
}

.ready_item:hover .title {
    color: var(--commonColor);
}

.ready_item:hover .brief {
    color: #333;
}

.ready-pagination {
    display: none;
}

@media only screen and (max-width:950px) {

    .ready-prev,
    .ready-next {
        display: none;
    }

    .ready-pagination {
        display: block;
    }

    .ready_inner .swiper-slide {
        width: 100%;
    }

    .ready_inner {
        margin-top: 20px;
        padding-bottom: 32px;
    }

    .ready_item .ready_pic .tag {
        top: 22px;
    }

    .ready_info {
        padding: 10px 0 5px;
    }

    .ready_info .title {
        height: auto;
        display: block;
        margin: 5px 0;
    }
}

.home_news {
    background: #F5F5F5;
}

.news_inner {
    margin: 32px auto 0;
    position: relative;
}

.news_inner .swiper_news {
    padding: 0 3px 6px;
}

.news_inner .swiper-slide {
    width: calc((100% - 64px) / 3);
    margin-right: 32px;
    height: auto;
}

.home_news_item {
    height: 100%;
    background: #fff;
    border-radius: 12px;
}

.home_news_item .news_pic {
    padding-bottom: 70%;
    border-radius: 12px 12px 0 0;
}

.home_news_info {
    padding: 6.5%;
}

.news_info::before {
    position: absolute;
    content: '';
    left: 0;
    top: 20px;
    width: 5px;
    height: 75px;
    background: #fff;
}

.home_news_info .news_date {
    padding-left: 36px;
    background: url(../img/icon_date.png) no-repeat left center/24px auto;
    line-height: 26px;
    color: #666;
}

.home_news_info .title {
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0;
    line-height: 1.5;
    font-family: 'Work Sans-SemiBold';
}

.home_news_info .brief {
    line-height: 1.75;
    color: #666;
}

.home_news_item:hover {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .08);
}

.home_news_item:hover .home_news_info .title {
    color: var(--commonColor);
}

.home_news_item:hover .home_news_info .brief {
    color: var(--commonColor);
}

.news-pagination {
    display: none;
}

@media only screen and (max-width:950px) {
    .news-pagination {
        display: block;
    }

    .news-prev,
    .news-next {
        display: none;
    }

    .news_inner {
        padding: 0 0 32px;
        margin-top: 20px;
    }

    .news_inner .swiper-slide {
        width: 100%;
    }

    .home_news_info {
        padding: 24px 20px 20px;
    }

    .home_news_info .title {
        height: auto;
        display: block;
    }

    .home_news_info .brief {
        height: auto;
    }
}