﻿@charset "utf-8";

/* ===================首页样式========================== */
.indban {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.indban-img {
    width: 100%;
    position: relative;
}

.indban-imgpc,
.indban-imgmb {
    width: 100%;
    object-fit: cover;
}

.indban-imgmb {
    display: none;
}

.indban .swiper-pagination {
    bottom: 30px;
    z-index: 2;
    height: 12px;
}

.indban .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    vertical-align: middle;
    margin: 0 6px !important;
    background: transparent !important;
    border: 2px solid #fff;
    opacity: 1;
}

.indban .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    opacity: 1;
    border: 2px solid #3ac1c8;
}

.indban-wd {
    position: absolute;
    z-index: 2;
    top: 42%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: right;
}

.indban-wd h2 {
    font-size: 38px;
    color: #fff;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase;
}

.indban-wd p {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
}

.indban-wd-link {
    width: 100%;
    font-size: 0;
    margin-top: 35px;
}

.indban-wd-link a {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    width: 202px;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    border-radius: 26px;
    margin-right: 14px;
}

.indban-wd-link a:first-child::after {
    opacity: 1;
}

.indban-wd-link a:last-child {
    margin-right: 0;
}

.indban-wd-link a span {
    position: relative;
    z-index: 2;
    padding-right: 20px;
    background: url('../fonts/indarrh.svg') no-repeat right -10px top -5px /32px auto;
}

.indban-wd-link a::before {
    content: "";
    position: absolute;
    z-index: 1;
    border: 2px solid #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 26px;
    transition: all .4s ease;
}

.indban-wd-link a::after {
    content: "";
    opacity: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, #f6bb39, #f3a22e);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 26px;
    transition: all .4s ease;
}

.indban-wd-link a:hover::before {
    opacity: 0;
}

.indban-wd-link a:hover::after {
    opacity: 1;
}

/* ---- */
.indban-wd h2,
.indban-wd p,
.indban-wd-link {
    opacity: 0;
}

.swiper-slide-active .indban-wd h2 {
    animation: indbanCt 1s ease both .8s;
}

.swiper-slide-active .indban-wd p {
    animation: indbanCt 1s ease both 1s;
}

.swiper-slide-active .indban-wd-link {
    animation: indbanCt 1s ease both 1.2s;
}

@keyframes indbanCt {
    0% {
        opacity: 0;
        transform: translateY(60px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ---- */

.ind-title {
    width: 100%;
    text-align: center;
}

.ind-title h2 {
    font-size: 46px;
    color: #10436b;
    font-weight: 700;
    padding-bottom: 10px;
}

.ind-title p {
    font-size: 18px;
    color: #7e8c97;
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 20px;
}

.toLink {
    display: inline-block;
    font-size: 18px;
    color: #345772;
    font-weight: 700;
    margin-top: 20px;
    position: relative;
}

.toLink span {
    position: relative;
    z-index: 2;
    padding-right: 20px;
    background: url('../fonts/indarr.svg') no-repeat right -10px top -3px /32px auto;
}

.toLink::before {
    content: "";
    width: 0;
    height: 1px;
    background: #345772;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all .4s ease;
}

.toLink:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}

.indwe {
    width: 100%;
    background: #f6f8f7 url('../images/indwebg.jpg') no-repeat left top;
    padding-top: 40px;
    overflow: hidden;
}

.indwe-wdbox {
    width: calc(100% - 700px);
    display: flex;
    align-items: center;
    float: left;
    height: 368px;
    padding-right: 60px;
}

.indwe-wdbox .ind-title {
    text-align: left;
}

.indwe-img {
    width: 700px;
    float: right;
    text-align: right;
}

.indwe-img img {
    max-width: 100%;
    object-fit: cover;
}

.indwhy {
    width: 100%;
    padding: 100px 0 84px;
    overflow: hidden;
}

.indwhy .ind-title p {
    max-width: 1020px;
    margin: 8px auto 0;
}

.indwhy-list {
    width: 100%;
    margin-top: 36px;
}

.indwhy-list a {
    width: 33.3333%;
    float: left;
    overflow: hidden;
    padding: 44px 22px;
    background: #f7f7f7;
}

.indwhy-img {
    width: 74px;
    float: left;
}

.indwhy-img img {
    max-width: 64px;
}

.indwhy-wd {
    width: calc(100% - 74px);
    float: right;
}

.indwhy-wd h2 {
    font-size: 18px;
    color: #345772;
    font-weight: 700;
    transition: all .4s ease;
    margin-bottom: 12px;
    overflow: hidden;
    height: 42px;
}

.indwhy-wd p {
    font-size: 16px;
    color: #8a959e;
    line-height: 22px;
    height: 90px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.indwhy-list a:hover .indwhy-wd h2 {
    color: #3ac1c8;
}

.indwhy-list a:hover img {
    animation: indScale .8s ease-in-out both;
}

@keyframes indScale {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(.8);
    }

    50% {
        transform: scale(1);
    }

    70% {
        transform: scale(.9);
    }

    100% {
        transform: scale(1);
    }
}

.indwho {
    width: 100%;
    overflow: hidden;
    padding-bottom: 110px;
}

.indwho-item {
    width: 100%;
    margin-top: 38px;
}

.indwho-item:first-child {
    margin-top: 0;
}

.indwho-img {
    border: 1px solid #f5f5f5;
}

.indwho-img .pic:after {
    padding-bottom: 65.5%;
    content: '';
    display: block;

}

.middleCenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto;
}

.indwho-img .swiper-pagination {
    bottom: 30px;
    z-index: 2;
    height: 12px;
}

.indwho-img .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    vertical-align: middle;
    margin: 0 6px !important;
    background: transparent !important;
    border: 2px solid #3ac1c8;
    opacity: 0.6;
}

.indwho-img .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    opacity: 1;
    border: 3px solid #3ac1c8;
    background: #3ac1c8 !important;
}

.indwho-img,
.indwho-wdbox {
    width: 50%;
}

.indwho-img {
    float: left;
    border-radius: 8px;
    overflow: hidden;
}

.indwho-wdbox {
    float: right;
    display: flex;
    align-items: center;
    padding-left: 64px;
}

.indwho-img img {
    /*width: 101.2%;object-fit: cover;*/
    transition: all .6s ease;
}

.indwho-wdbox {
    height: 400px;
}

.indwho-wdbox .ind-title {
    text-align: left;
}

.indwho-item:first-child .indwho-img {
    float: right;
}

.indwho-item:first-child .indwho-wdbox {
    float: left;
    padding-left: 0;
    padding-right: 64px;
}

.indwho-wdbox .ind-title a {
    margin-right: 32px;
}

.indwho-img:hover img {
    transform: translateX(-1%);
}

.indvd {
    width: 100%;
    overflow: hidden;
}

.indvd-item {
    width: 100%;
    position: relative;
}

.indvd-item img {
    width: 100%;
    object-fit: cover;
    height: 384px;
}

.indvd-wd {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    top: 110px;
}

.indvd-wd .ind-title {
    cursor: pointer;
    width: 588px;
    margin: 0 auto;
}

.indvd-wd .ind-title h2 {
    color: #fff;
}

.indvd-wd i {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: url('../images/indvdic.png') no-repeat;
    display: block;
    margin: 6px auto 0;
}

.indvd-wd .ind-title:hover i {
    animation: indScale .8s ease-in-out both;
}



/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {

    /* 1440 × (900/1050) */
    .indban-wd h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .indban-wd-link a {
        width: 188px;
        height: 48px;
        line-height: 48px;
    }

    .indban-wd p {
        font-size: 16px;
        line-height: 26px;
    }

    .indban-wd-link {
        margin-top: 32px;
    }

    .ind-title h2 {
        font-size: 38px;
        padding-bottom: 6px;
    }

    .ind-title p {
        line-height: 22px;
    }

    .indwe-wdbox {
        padding-right: 40px;
        width: calc(100% - 542px);
        height: 320px;
    }

    .indwe-img {
        width: 542px;
    }

    .indwhy {
        padding: 80px 0 68px;
    }

    .indwhy-list a {
        padding: 32px 14px;
    }

    /*.indwho-img img, .indwho-wdbox{height: 318px;}*/
    .indwho-wdbox {
        padding-left: 44px;
    }

    .indwho-item:first-child .indwho-wdbox {
        padding-right: 44px;
    }

    .indwho {
        padding-bottom: 88px;
    }

    .indvd-item img {
        height: 284px;
    }

    .indvd-wd {
        top: 48px;
    }

    .indwhy-wd p {
        height: 110px;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }

}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {

    /* 1152 × (864) */
    .indban-imgpc {
        height: 580px !important;
    }

    .indban-wd {
        top: 50%;
    }

    .ind-title h2 {
        font-size: 32px;
    }

    .indwho {
        padding-bottom: 68px;
    }

    .indwhy {
        padding: 68px 0 60px;
    }

    .indvd-wd .ind-title {
        width: 460px;
    }

    .indwho-img img,
    .indwho-wdbox {
        height: 300px;
    }

    .indwe-img {
        width: 488px;
    }
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {

    /* 平板设备 720 适配 */
    .indban-wd h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .indwe-wdbox {
        padding-right: 0;
        width: 100%;
        height: auto;
    }

    .indwe-img {
        width: 100%;
        text-align: right;
        margin-top: 20px;
    }

    .indwhy-list a {
        width: 100%;
        margin-top: 10px;
    }

    .indwhy-list a:first-child {
        margin-top: 0;
    }

    .indwho-img,
    .indwho-wdbox {
        width: 100%;
    }

    .indwho-img img,
    .indwho-wdbox {
        height: auto;
    }

    .indwho-wdbox {
        padding: 32px 0 0 !important;
    }

    .ind-title h2 {
        font-size: 28px;
    }

    .indvd-item img {
        height: 220px;
    }

    .indvd-wd {
        top: 36px;
    }

    .indwe {
        padding: 40px 0;
    }
}

@media all and (max-width:640px) {

    /* 移动终端以上 360 适配 */
    .indban-imgpc {
        display: none;
    }

    .indban-imgmb {
        display: block;
    }

    .indban-wd p {
        font-size: 12px;
        line-height: 16px;
    }

    .indban-wd h2 {
        font-size: 14px;
        line-height: 20px;
    }

    .indban-wd-link {
        margin-top: 20px;
    }

    .ind-title p {
        font-size: 16px;
    }

    .indban-wd-link a {
        width: 128px;
        height: 34px;
        font-size: 14px;
        margin-right: 8px;
        line-height: 34px;
    }

    .indban .swiper-pagination {
        bottom: 20px;
    }

    .ind-title h2 {
        font-size: 24px;
        padding-bottom: 6px;
    }

    .ind-title p {
        margin-top: 4px;
    }

    .toLink {
        margin-top: 16px;
    }

    .indwe {
        background-color: #f5f6f8;
    }

    .indwhy {
        padding: 44px 0 40px;
    }

    .indwhy-list a {
        padding: 24px 14px;
    }

    .indwhy-list {
        margin-top: 28px;
    }

    .indwho-wdbox {
        padding: 24px 0 0 !important;
    }

    .indwho-item {
        margin-top: 32px;
    }

    .indwho-wdbox .ind-title a:nth-last-of-type(1) {
        margin-top: 4px;
    }

    .indwho {
        padding-bottom: 40px;
    }

    .indvd-wd .ind-title {
        width: 100%;
    }

    .indvd-wd i {
        width: 42px;
        height: 42px;
        background-size: 42px auto;
    }

    .indvd-wd {
        top: 28px;
    }

    .indvd-item img {
        min-height: 160px;
        height: auto;
    }

    .indwhy-img img {
        max-width: 44px;
    }

    .indwhy-img {
        width: 60px;
    }

    .indwhy-wd {
        width: calc(100% - 60px);
    }

    .indwhy-wd h2 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .indwhy-wd p {
        font-size: 14px;
        line-height: 20px;
        height: 60px;
    }
}