﻿@font-face {
    font-family: "SourceHanSerifSCBold";
    src: url(../font/SourceHanSerifSC-Bold.otf) format("woff"),
        /* chrome, firefox */
        url(../font/SourceHanSerifSC-Bold.otf) format("truetype"),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
        url("../font/SourceHanSerifSC-Bold.otf#FZZHUNYSK") format("svg");
    /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}

.banner {
    position: relative;
}

.ejlm {
    position: absolute;
    bottom: 0;
    left: 0px;
    text-align: center;
    width: 100%;
}

.ejlm .item {
    display: inline-block;
    padding: 23px 24px;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    transform: translateY(1px);
}

.ejlm .item.style {
    font-weight: 600;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url(../image/list4.png);
}

.ejlm .item.style::before {
    position: absolute;
    bottom: 0px;
    left: 0px;

}

.lanmu1 {}

.lanmu1 .list {
    width: calc(100% + 50px);
}

.lanmu1 .list .item {
    margin-bottom: 50px;
    margin-right: 50px;
    float: left;
    width: calc(33.33% - 50px);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}

.lanmu1 .list .img {
    overflow: hidden;
}

.lanmu1 .list .img img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.lanmu1 .list .text {
    box-sizing: border-box;
    padding: 30px;
}

.lanmu1 .list .text .title {
    font-size: 20px;
    font-weight: 600;
}

.lanmu1 .list .text .summary {
    line-height: 30px;
    color: #666666;
    margin-bottom: 20px;
    margin-top: 15px;
    height: 60px;
}

.lanmu1 .list .text .date {
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    color: #a3b0d3;
    background-repeat: no-repeat;
    background-position: top 24px right;
    background-image: url(../image/index42.png);
}

.lanmu1 .list .item:hover img {
    transition: all 0.4s;
    transform: scale(1.05);
}

.lanmu1 .list .item:hover .title,
.lanmu1 .list .item:hover .summary,
.lanmu1 .list .item:hover .text .date {
    transition: all 0.4s;
    color: #284ca7;
}

.banner img {
    min-height: 300px;
    object-fit: cover;
    height: calc(100vw/1920*500);
    width: 100%;
}

.lanmu2 .box {
    max-width: 1450px;
    padding-bottom: 20px;
}

.lanmu2 .item {
    background-color: #f7f7f7;
    margin-bottom: 50px;
}

.lanmu2 .img {
    width: 55%;
    float: right;
}

.lanmu2 .text {
    width: 45%;
    float: left;
    box-sizing: border-box;
    padding: 80px 50px;
}

.lanmu2 .item:nth-child(even) .img {
    float: left;
}

.lanmu2 .img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}


.lanmu2 .text .title {
    color: #284ca7;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
}

.lanmu2 .text .summary {
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.lanmu2 .text .summary p {
    line-height: 30px;
}

.lanmu2 .text .more {
    width: 150px;
    line-height: 40px;
    text-align: center;
    color: #284ca6;
    border-radius: 70px;
    border: 1px solid #284ca6;
    margin: auto;
    transition: all 0.4s;
}

.lanmu2 .text .more:hover {
    background-color: #284ca6;
    color: #ffffff;
}

.lanmu3 {
    background-size: cover;
    background-image: url(../image/list32.png);
}

.lanmu3 .text {
    text-align: center;
    position: relative;
}

.lanmu3 .text .etitle {
    color: rgba(13, 54, 118, 0.06);
    font-size: 100px;
    font-weight: 600;
}

.lanmu3 .text .title {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -10px;
    color: #284ca7;
    font-size: 40px;
    font-weight: 600;
}

.lanmu3 .summary {
    padding-top: 40px;
}

.lanmu3 .summary p {
    line-height: 34px;
    font-size: 18px;
    text-align: center;
}

.lanmu3 .list {
    width: calc(100% + 60px);
    padding-top: 70px;
}

.lanmu3 .list .item {
    width: calc(25% - 60px);
    margin-right: 60px;
    position: relative;
    float: left;
}

.lanmu3 .list .item img {
    width: 100%;
    object-fit: cover;
    /* height: 500px; */
}

.lanmu3 .list .item .back {
    position: absolute;
    background-color: rgba(40, 76, 167, 0.5);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.lanmu3 .list .item .text {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 40px;
}

.lanmu3 .list .item .text1 {
    color: #ffffff;
    font-family: 'SourceHanSerifSCBold';
    writing-mode: vertical-rl;
    font-size: 30px;
    letter-spacing: 3px;
}

.lanmu3 .list .item3 .text {
    height: 330px;
}

.lanmu3 .list .item4 .text {
    height: 400px;
}

.lanmu3 .list .item3 .text1,
.lanmu3 .list .item4 .text1 {
    line-height: 40px;
}

.lanmu3 .list .item:hover .back {
    background-color: rgba(40, 76, 167, 0.8);
    transition: all 0.4s;
}

.lanmu4 {
    background-size: cover;
    background-image: url(../image/list31.png);
}

.title4 {
    font-size: 40px;
    margin-bottom: 40px;
    color: #284ca7;
    font-weight: 600;
    text-align: center;
}

.lanmu4 .list {
    width: calc(100% + 50px);
}

.lanmu4 .list .item {
    width: calc(33.33% - 50px);
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px 25px;
    float: left;
    box-sizing: border-box;
    margin-right: 50px;
    margin-bottom: 20px;
}

.lanmu4 .list .name {
    font-weight: 600;
    font-size: 22px;
    color: #014fbb;
    padding-left: 20px;
    line-height: 26px;
    float: left;
    position: relative;
}

.lanmu4 .list .name::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 3px;
    border-radius: 5px;
    background-color: #284ca7;
}

.lanmu4 .list .fbt {
    line-height: 26px;
    font-size: 18px;
    text-align: right;
    padding-left: 10px;
}

.lanmu4 .list .item:hover {
    background-color: #284ca7;
    transition: all 0.4s;
}

.lanmu4 .list .item:hover .name {
    color: #ffffff;
    transition: all 0.4s;
}

.lanmu4 .list .item:hover .name::before {
    background-color: #e7b96a;
}

.lanmu4 .list .item:hover .fbt {
    color: #ffffff;
    transition: all 0.4s;
}

.lanmu4 .box {
    padding-bottom: 60px;
}

.lanmu5 {
    background-size: cover;
    background-image: url(../image/list33.png);
}

.lanmu5 .list {
    padding-top: 30px;
}

.lanmu5 .list .hang1 {
    text-align: center;
}

.lanmu5 .list .item {
    width: 210px;
    text-align: center;
    margin-bottom: 50px;
    display: inline-block;
}

.lanmu5 .list .sz {
    font-size: 80px;
}

.lanmu5 .list .hang2 .item {
    width: 260px;
}

.lanmu5 .list .text {}

@media only screen and (max-width: 1650px) {
    .lanmu1 .list .img img {
        height: calc((94vw - 100px)/3/50*38);
    }
}

@media only screen and (max-width: 1450px) {
    .lanmu3 .list .item4 .text {
        height: 322px;
    }

    .lanmu3 .list .item3 .text {
        height: 267px;
    }

    .lanmu3 .list .item .text1 {
        font-size: 24px;
    }

    .lanmu3 .list .item3 .text1,
    .lanmu3 .list .item4 .text1 {
        line-height: 32px;
    }

}

@media only screen and (max-width: 1200px) {
    .lanmu5 .list .item {
        width: 175px;
    }

    .lanmu5 .list .hang2 .item {
        width: 230px;
    }

    .lanmu4 .list {
        width: calc(100% + 20px);
    }

    .lanmu4 .list .item {
        width: calc(33.33% - 20px);
        margin-right: 20px;
    }

    .lanmu2 .img img {
        height: 356px;
    }

    .lanmu2 .text .title {
        font-size: 29px;
    }

    .lanmu2 .text {
        padding: 58px 35px;
    }

    .lanmu2 .text .summary {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .lanmu3 .list {
        width: calc(100% + 30px);
    }

    .lanmu3 .list .item {
        width: calc(25% - 30px);
        margin-right: 30px;
    }

    .lanmu3 .list .item img {
        min-height: 350px;
    }
}

@media only screen and (max-width: 1100px) {
    .lanmu1 .list .item {
        width: calc(50% - 50px);
    }

    .lanmu1 .list .img img {
        height: calc((94vw - 50px)/2/50*38);
    }
}

@media only screen and (max-width: 1000px) {
    .lanmu3 .list {
        padding-top: 30px
    }

    .lanmu3 .list .item {
        width: calc(50% - 30px);
        margin-top: 30px;
    }

    .lanmu4 .list .item {
        width: calc(50% - 20px);
    }

    .ejlm {
        overflow-x: scroll;
        white-space: nowrap;
    }

    .banner img {
        min-height: 150px;
    }

    .lanmu3 .summary p {
        font-size: 14px;
        line-height: 28px;
    }

    .lanmu3 .text .title {
        font-size: 22px;
    }

    .lanmu3 .text .etitle {
        font-size: 40px;
    }

    .lanmu3 .summary {
        padding-top: 30px;
    }

    .lanmu5 .list .text {
        font-size: 14px;
    }

    .lanmu5 .list .sz {
        font-size: 60px;
    }

    .lanmu5 .list .item {
        width: 142px;
    }

    .lanmu5 .list .hang2 .item {
        width: 200px;
    }
}

@media only screen and (max-width: 900px) {
    .lanmu2 .img img {
        height: 270px;
    }

    .lanmu2 .text .title {
        font-size: 22px;
    }

    .lanmu2 .text .more {
        width: 90px;
        line-height: 30px;
        font-size: 14px;
    }

    .lanmu2 .text .summary {
        margin-top: 15px;
        margin-bottom: 25px;
        font-size: 15px;
        line-height: 26px;
    }

    .lanmu2 .text .summary p {
        line-height: 26px;
    }

    .lanmu2 .text {
        padding: 46px 25px;
    }
}

@media only screen and (max-width: 800px) {
    .lanmu1 .list {
        width: calc(100% + 20px);
    }

    .lanmu1 .list .item {
        width: calc(50% - 20px);
        margin-bottom: 20px;
        margin-right: 20px;
    }

    .ejlm .item {
        font-size: 14px;
        padding: 16px 5px;
    }

    .ejlm .item.style {
        background-size: 40px auto;
    }

    .lanmu1 .list .text {
        padding: 20px;
    }

    .lanmu1 .list .text .title {
        font-size: 17px;
    }

    .lanmu1 .list .text .summary {
        line-height: 26px;
        color: #666666;
        margin-bottom: 20px;
        margin-top: 15px;
        font-size: 15px;
        height: 52px;
    }

    .lanmu4 .list .name {
        font-size: 18px;
        padding-left: 10px;
        line-height: 23px;
    }

    .lanmu4 .list .fbt {
        line-height: 23px;
        font-size: 16px;
    }

    .title4 {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .lanmu4 .box {
        padding-bottom: 10px;
    }

    .lanmu5 .list .item {
        width: 32% !important;
    }

    .lanmu5 .box {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (max-width: 600px) {
    .lanmu5 .list .sz {
        font-size: 40px;
    }

    .lanmu5 .box {
        padding-bottom: 15px;
    }

    .lanmu5 .list {
        padding-top: 10px;
    }

    .lanmu5 .list .item {
        margin-bottom: 20px;
    }

    .lanmu4 .list .item {
        width: calc(100% - 20px);
    }

    .lanmu2 .text,
    .lanmu2 .img {
        width: 100%;
    }

    .lanmu1 .list .item {
        width: calc(100% - 20px);
    }

    .lanmu1 .list .img img {
        height: calc((94vw)/1/50*38);
    }

    .lanmu2 .img img {
        height: calc(94vw/797*450)
    }

    .lanmu2 .text {
        padding: 25px 15px;
    }

    .lanmu3 .list .item3 .text1,
    .lanmu3 .list .item4 .text1 {
        line-height: 28px;
    }

    .lanmu2 .item {
        margin-bottom: 30px;
    }

    .lanmu3 .list .item .text1 {
        font-size: 18px;
    }

    .lanmu3 .list .item .text {
        padding-top: 0;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .lanmu3 .list .item4 .text {
        height: 220px;
    }

    .lanmu3 .list .item3 .text {
        height: 180px;
    }

    .lanmu3 .list .item3 .text {
        height: 180px;
    }

    .lanmu3 .list .item img {
        min-height: 240px;
    }

    /* .lanmu3 .list .item {
        width: calc(100% - 30px);
        margin-top: 20px;
    } */
    .lanmu3 .list .item {
        width: calc(50% - 15px);
        margin-top: 15px;
        margin-right: 15px;
    }

    .lanmu3 .list {
        width: calc(100% + 15px);
        padding-top: 10px;
    }
}

@media only screen and (max-width: 400px) {
    .lanmu3 .text .etitle {
        font-size: 32px;
    }

    .lanmu3 .text .title {
        font-size: 18px;
    }

    .lanmu3 .list .item .text1 {
        font-size: 16px;
    }

    .lanmu3 .list .item3 .text1,
    .lanmu3 .list .item4 .text1 {
        line-height: 22px;
    }

    .lanmu3 .list .item3 .text {
        height: 160px;
    }

    .lanmu3 .list .item4 .text {
        height: 200px;
    }

    .lanmu5 .list .text {
        font-size: 13px;
    }
}




@media only screen and (max-width: 500px) {

    /* .leave-message-tab select{
        width: 130px;
        margin-left: 12px;
    } */
    .typeMessage input {
        height: 28px !important;
        width: 68px !important;
        font-size: 12px !important;
        color: rgb(102, 102, 102);
        background-color: rgb(255, 255, 255);
        line-height: 12px !important;
        letter-spacing: 1px !important;
        margin-right: -6px;
        border: 1px solid rgb(239, 239, 239) !important;
        padding: 0px 0px !important;
    }

    .clearBoxStyle div:nth-child(1) {
        font-size: 14px !important;
    }

    .clearBoxStyle div:nth-child(2) {
        padding: 0px 10px !important;
        padding-top: 10px !important;
        padding-left: 0px !important;
    }

    .leave-message-tab {
        margin-left: 0px !important;
    }

    .show-reply {
        margin-top: 5px !important;
    }
}
