@charset 'UTF-8';
@charset 'UTF-8';


/*首頁編輯器*/

.edit-box {
    text-align: center;
}

.edit-box .title span {
    display: inline-block;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0.05em;
    color: #2E3092;
    position: relative;
}

.edit-box .title span::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    width: 40px;
    height: 4px;
    background: linear-gradient(90deg, #2E3092 0%, #3787FF 100%);
}

.edit-box .more-btn {
    padding: 80px 0;
}

@media (max-width: 991px) {
    .edit-box .more-btn {
        padding: 40px 0 20px;
    }
}

.edit-box .more-btn a {
    display: flex;
    width: 160px;
    background: linear-gradient(97.96deg, #2E3092 28.51%, #3787FF 79.99%);
    text-decoration: none;
    color: #fff;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 5px 10px;
}

.edit-box .more-btn a:hover {
    background: linear-gradient(-97.96deg, #2E3092 28.51%, #3787FF 79.99%);
}

.about-box .text-box p {
    font-weight: bold;
    margin: 80px 0;
}

@media (max-width: 991px) {
    .about-box .text-box p {
        margin: 40px 0;
    }
}

.about-box .text-box .image-box {
    display: flex;
    justify-content: center;
}

.about-box .text-box .image-box .img-list {
    display: flex;
    flex: 1;
    justify-content: space-around;
}

.about-box .text-box .image-box .img-div {
    border-radius: 50%;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 25%);
    overflow: hidden;
    background-image: url(/UserFiles/image/image/01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 289px;
    height: 100%;
    position: relative;
}

@media (max-width: 1399px) {
    .about-box .text-box .image-box .img-div {
        width: 250px;
    }
}

@media (max-width: 1199px) {
    .about-box .text-box .image-box .img-div {
        width: 210px;
    }
}

@media (max-width: 991px) {
    .about-box .text-box .image-box {
        flex-direction: column;
    }

    .about-box .text-box .image-box .img-list {
        margin-bottom: 30px;
    }
}

@media (max-width: 520px) {
    .about-box .text-box .image-box .img-list {
        flex-direction: column;
        align-items: center;
        margin: 0;
    }

    .about-box .text-box .image-box .img-div {
        margin: 10px 0;
        width: 289px;
    }
}

.about-box .text-box .image-box .img-div:nth-child(2) {
    background-image: url(/UserFiles/image/image/02.jpg);
}

.about-box .text-box .image-box .img-list.sec .img-div {
    background-image: url(/UserFiles/image/image/03.jpg);
}

.about-box .text-box .image-box .img-list.sec .img-div:nth-child(2) {
    background-image: url(/UserFiles/image/image/04.jpg);
}

.about-box .text-box .image-box .img-div::before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.about-box .text-box .image-box .img-div .ser-name {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    line-height: 60px;
}

.about-box .text-box .image-box .img-div .ser-name span {
    color: #fff;
}

/*works*/

.work-box .con-box {
    align-items: center;
    justify-content: spce-evenly;
    margin-top: 80px;
}

.work-box .con-box .link-div {
    margin-right: 4%;
}

@media (max-width: 991px) {
    .work-box .con-box {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .work-box .con-box .link-div {
        margin-right: 0;
    }
}

.work-box .con-box .link-div:last-child {
    margin: 0;
}

.work-box .con-box .link-div a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.work-box .con-box .link-div a span {
    font-size: 18px;
    font-weight: bolder;
    position: relative;
    color: #000;
    margin-top: 25px;
}

.work-box .con-box .link-div a span:not(.img-div)::before {
    content: '';
    position: absolute;
    top: -25px;
    left: 50%;
    width: 5px;
    height: 25px;
    background: linear-gradient(90deg, #2E3092 7.05%, #3787FF 100%);
}

.work-box .con-box .link-div a .img-div {
    overflow: hidden;
}

.work-box .con-box .link-div a:hover .img-div img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.3s ease-in;
}

/*最新消息*/

.home-news_0 {
    background-image: url(/UserFiles/image/index/news_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.home-news_0 .home-news.type-2 {
    padding: 0 0 80px 0;
}

@media (max-width: 991px) {
    .home-news_0 .home-news.type-2 {
        padding: 0 0 40px 0;
    }
}

.home-news_0 .home-news.type-2 .home-title {
    border: none;
}

.home-news_0 .home-news.type-2 .home-title .text {
    font-size: 30px;
    color: #2E3092;
}

.home-news_0 .home-news.type-2 .home-title .text::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    width: 40px;
    height: 4px;
    background: linear-gradient(90deg, #2E3092 0%, #3787FF 100%);
}

.home-news_0 .home-news.type-2 .news-list {
    overflow: hidden;
    margin-top: 80px;
}

@media (max-width: 991px) {
    .home-news_0 .home-news.type-2 .news-list {
        margin-top: 40px;
    }
}

.home-news_0 .home-news.type-2 .news-list .item {
    flex: 0 0 432px;
    background-color: rgba(241, 239, 255, 0.5);
    border-radius: 0;
    border: none;
}

@media (max-width: 1399px) {
    .home-news_0 .home-news.type-2 .news-list .item {
        flex: 0 0 361px;
    }
}

@media (max-width: 1199px) {
    .home-news_0 .home-news.type-2 .news-list .item {
        flex: 0 0 301px;
    }
}

@media (max-width: 991px) {
    .home-news_0 .home-news.type-2 .news-list .item {
        flex: 1;
    }

    .home-news_0 .home-news.type-2 .news-list {
        height: 560px;
    }
}

.home-news_0 .home-news.type-2 .news-list .item:hover {
    background-color: rgba(241, 239, 255, 0.9);
    transition: all 0.3s ease-in;
}

.home-news.type-2 .news-list .item .date {
    background: linear-gradient(225deg, #2E3092 0%, #3787FF 100%);
    border-radius: 30px;
}


.home-news.type-2 .news-list .item .name {
    margin-bottom: 8px;
    min-height: 70px;
}

.home-news_0 .home-news.type-2 .news-list .item .name a {
    color: #000;
}

.home-news_0 .home-news.type-2 .news-list .item .content {
    display: none;
}

.home-news.type-2 .news-list .item .news-more-btn {
    display: block;
    border-top: 1px #D9DDFF solid;
    width: 100%;
    text-align: right;
}

.home-news.type-2 .news-list .item .news-more-btn span {
    position: relative;
    top: -14px;
    background: #fff;
    width: 97px;
    line-height: 30px;
    display: inline-block;
    text-align: left;
    padding: 0 10px;
}

.home-news.type-2 .news-list .item:hover .news-more-btn span {
    background: #2E3092;
    color: #fff;
    transition: all 0.3s ease-in;
}

.home-news.type-2 .news-list .item .news-more-btn span::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/UserFiles/image/index/dashicons_arrow_right_alt2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    background-color: #2E3092;
    z-index: 1;
}

.home-news.type-2 .more-btn {
    margin-top: 80px;
}

@media (max-width: 991px) {
    .home-news.type-2 .more-btn {
        margin-top: 60px;
    }
}

.home-news.type-2 .more-btn a {
    min-width: 160px;
    background: linear-gradient(90deg, #2E3092 0%, #3787FF 100%);
}

.home-news.type-2 .more-btn a:hover {
    background: linear-gradient(-90deg, #2E3092 0%, #3787FF 100%);
    transition: all 0.3s ease-in
}

.home-news.type-2 .more-btn a span {
    padding-right: 35px;
}

.home-news.type-2 .more-btn a span::before {
    content: '';
    background-image: url(/UserFiles/image/index/dashicons_arrow_right_alt2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
}

.home-3 {
    position: relative;
    min-height: 250px;
    overflow: hidden;
    background-image: url(/UserFiles/image/index/con_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: inherit;
}

@media (max-width: 991px) {
    .home-3 {
        background-attachment: unset;
    }
}

/* .home-3::before{
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(/UserFiles/image/index/con_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} */

.home-3 .home-contact {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 5px rgb(136 136 136 / 25%);
    width: 100%;
    max-width: 1320px;
    padding: 10px;
    justify-content: space-around;
}

.home-3 .home-contact::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 80px;
    background-color: #D4D4D4;
}

@media (max-width: 767px) {
    .home-3 .home-contact::before {
        content: none;
    }
}

.home-3 .home-contact .tel-box .tel-con {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-3 .home-contact .tel-box .tel-con span {
    font-size: 40px;
    color: #003C87;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 10px;
}

.home-3 .home-contact .tel-box .info {
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
    position: relative;
}

.home-3 .home-contact .tel-box .info p {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
}

/* .home-3 .home-contact .tel-box .info::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    z-index: -1;
}*/

.home-3 .home-contact .contact-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .home-3 .home-contact .contact-box {
        margin: 20px 0;
    }
}

.home-3 .home-contact .contact-box a {
    min-width: 300px;
    background-color: #274A9D;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    font-weight: bolder;
    letter-spacing: 3px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.home-3 .home-contact .contact-box a:hover {
    background-color: #2E3092;
}

.home-3 .home-contact .contact-box a i {
    height: 55px;
}