@charset "utf-8";

.welcome {
    background: url(../images/welcome-bj.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    position: relative;
}

.welcome-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 1.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.logo a {
    display: block;
}

.logo a img {
    display: block;
    margin: 0 auto;
    max-height: 1.8rem;
    max-width: 75%;
}

.list {
    margin-top: 8vh;
}

.list ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.list ul li {
    width: calc(25% - .1rem);
    padding-top: 25%;
    position: relative;
    padding-bottom: .4rem;
    transition: all 0.5s;
}

.list ul li.ksrk2,.list ul li.welcome-ewm  {
    margin-top: .4rem;
}

.list ul li a {
    transition: all 0.5s;
    position: absolute;
    left: -.4rem;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    box-shadow: 0rem 0.1rem 0.2rem 0rem rgba(52, 87, 131, 0.4);
    border-radius: 0.1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.list ul li a .icon {
    width: 1.69rem;
    height: 1.69rem;
    background: url(../images/welcome-icon4.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list ul li a .info {
    text-align: center;
}

.list ul li a .info h2 {
    font-size: 0.36rem;
    line-height: .4rem;
    font-weight: normal;
    color: #ffffff;
}

.list ul li a .info p {
    font-family: TamilMN;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #ffffff;
    opacity: 0.7;
}

.list ul li a .more {
    height: 0.51rem;
    background: url(../images/welcome-icon5.png) no-repeat;
    background-size: auto 100%;
    width: 100%;
    background-position: center center;
}

.list ul li.ksrk1 a {
    margin-left: 0;
    background: url(../images/welcome-block-bj11.png) no-repeat;
    background-size: 100% 100%;
}

.list ul li.ksrk2 a {
    background: url(../images/welcome-block-bj21.png) no-repeat;
    background-size: 100% 100%;
}

.list ul li.ksrk3 a {
    background: url(../images/welcome-block-bj31.png) no-repeat;
    background-size: 100% 100%;
}

.list ul li.welcome-ewm a {
    background: url(../images/welcome-block-bj4.png) no-repeat;
    background-size: 100% 100%;
}

.list ul li a img {
    display: block;
    max-width: 60%;
    max-height: 60%;
}

.list ul li.welcome-ewm a {
    flex-direction: row;
    justify-content: center;
}

.list ul li.welcome-ewm a>div {
    max-width: 40%;
    width: 1rem;
    margin: 0 2%;
}

.list ul li.welcome-ewm a>div .pics img {
    max-width: 100%;
    max-height: 100%;
}

.list ul li.welcome-ewm a p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.46rem;
    color: #1e8c7a;
    text-align: center;
}
.list ul li:hover{
    transform: scale(1.1);
}
.list ul li a:hover{
    box-shadow: 0rem 0.1rem 0.3rem 0rem rgba(52, 87, 131, 0.6);
}

.bq {
    position: absolute;
    left: 0;
    right: 0;
    bottom: .4rem;
}

.bq p {
    font-size: 0.2rem;
    line-height: 0.36rem;
    padding: .05rem;
    color: #2c759d;
    opacity: 0.6;
    text-align: center;
}


@media screen and (max-width:1600px) {

    .list ul li a .icon {
        width: 1.2rem;
        height: 1.2rem;
    }

    .list {
        margin-top: 6vh;
    }

    .list ul li a .info h2 {
        font-size: .3rem;
    }

    .list ul li a .info p {
        font-size: .16rem;
    }

    .list ul li.welcome-ewm a p {
        font-size: .16rem;
    }

    .bq p {
        font-size: .18rem;
        line-height: .3rem;
    }
}

@media screen and (max-width:1400px) {}

@media screen and (max-width:1200px) {
    .list ul li a .info h2 {
        font-size: .24rem;
    }

    .list ul li a .more {
        height: 0.4rem;
    }

    .bq p {
        font-size: .16rem;
        line-height: .24rem;
    }
}
@media screen and (max-width:1023px) {
    .welcome {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: auto;
        min-height: 150vh;
    }

}
@media screen and (max-width:769px) {
    .welcome {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: auto;
        min-height: 100vh;
    }

    .bq {

        position: static;
    }

    .list ul {
        display: block;
    }

    .list {
        margin-top: .2rem;
    }

    .list ul li {
        width: auto;
        padding-top: .8rem;
    }

    .list ul li a {
        left: 0;
        flex-direction: row;
        justify-content: flex-start;
        padding: 0 .2rem;
    }

    .welcome-box {
        position: static;
    }

    .logo a img {
        width: 3rem;
        max-width: 90%;
        margin-left: 0;
    }

    .list ul li.ksrk1 a {
        background: #139e87;
    }

    .list ul li.ksrk2 a {
        background: #eeca7d;
    }

    .list ul li.ksrk3 a {
        background: #25c4ce;
    }

    .list ul li:welcome-ewm a {
        background: #fff;
    }

    .list ul li.ksrk2 ,.list ul li.welcome-ewm{
        margin-top: .2rem;
        margin-bottom: .2rem;
    }

    .list ul li a .more {
        height: 0.255rem;
        background-size: auto 100%;
        flex: 1;
        background-position: right center;
    }

    .list ul li a .icon {
        width: 0.8rem;
        height: 0.8rem;
    }

    .list ul li a img {
        max-width: 50%;
        max-height: 50%;
        width: 1.1rem;
        margin: 0 auto;
    }

    .list ul li a .info h2 {
        font-size: .2rem;
    }

    .list ul li a .info {
        text-align: left;
        padding-left: .2rem;
    }

    .list ul li.welcome-ewm {
        padding: 0;
    }

    .list ul li.welcome-ewm a {
        position: static;
        padding: .15rem .2rem;
    }

    .list ul li.welcome-ewm a>div {
        width: 50%;
    }

    .list ul li.welcome-ewm a p {
        line-height: .2rem;
        margin-top: .1rem;
    }
}