<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contact-moudle {
    display: flex;
    justify-content: space-between;
}

img {
    cursor: pointer;
}

.index-sermain {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.index-ser {
    margin-bottom: 147px;
}

.contact-call {
    font-size: 20px;
}

.sermain-box {
    background: #3F3D56;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 50px;
    overflow: hidden;
    margin: 80px 0 20px 0;
    overflow: hidden;
    transition: all .8s;
    cursor: pointer;
}

.sermain-box:hover {
    transform: scale(1.1);
}

.sermain-box&gt;img {
    width: 90%
}

.module-img {
    width: 60%;
    box-sizing: border-box;
    overflow: hidden;
}

.module {
    width: 40%;
    box-sizing: border-box;
    padding-right: 50px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.module-img&gt;img {
    width: 100%;
    transition: all .8s;
}

.module-img:hover&gt;img {
    transform: scale(1.1);
}

.contact-index {
    position: relative;
}

.module-img::after {
    content: "";
    width: 40%;
    height: 326px;
    background: #FAEBEB;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
}

.module-main {
    line-height: 24px;
    width: 100%;
}

.index&gt;div {
    margin-bottom: 100px;
}

.more {
    position: relative;
}

.more&gt;a {
    /* text-align: right; */
    position: absolute;
    right: 0;
    bottom: 0;
    color: red;
    border: 1px solid red;
    padding: 15px 20px;
    cursor: pointer;
    transition: all .4s;
}

.more&gt;a:hover {
    background: red;
    color: #fff;
}

.index-aboutsub {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index-aboutsub&gt;li {
    width: 33.33333%;
    box-sizing: border-box;
    height: 300px;
    overflow: hidden;
    transition: all .8s;
    cursor: pointer;
}

.index-aboutsub&gt;li:nth-of-type(2n) {
    background: rgb(154, 0, 0);
    color: #fff;
    text-align: center;
}

.index-aboutsub-tit {
    font-size: 28px;
}

.index-aboutsub-txt {
    margin-top: 20px;
}

.index-aboutsub&gt;li&gt;div {
    margin-top: 100px;
}

.index-inline {
    width: 40px;
    height: 4px;
    background: #fff;
    margin: 0 auto;
    margin-top: 10px;
}

.index-aboutsub&gt;li:nth-of-type(2n):hover {
    background: #00144D;
}

.index-aboutsub img {
    transition: all .6s;
}

.index-aboutsub&gt;li:nth-of-type(2n-1):hover img {
    transform: scale(1.1);
}

.index-content {
    display: flex;
    justify-content: space-between;
}

.index-content&gt;li {
    width: 22%;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .16);
}

.index-content-tit {
    font-weight: bold;
}

.index-content-lin {
    width: 32px;
    height: 4px;
    background: red;
    margin-top: 16px;
}

.index-content-txt {
    line-height: 20px;
    font-size: 14px;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.index-se {
    z-index: 99;
    background: #fff;
}

.index-advan {
    background: url("../images/index-bg.jpg") no-repeat center;
    background-size: cover;
    padding: 80px 0;
    z-index: -1;
    margin-top: -180px;
    color: #fff;
    margin-bottom: 0 !important;
}

.index-advan .module-tit {
    margin-top: 80px;
    color: #fff;
    border-left: 12px solid #fff;
}

.index-advan-ma {
    color: #fff;
    margin-top: -10px;
}

.index-advan-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index-advan-main&gt;li {
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 20px;
    width: 48%;
    background: #EB5959;
    border-left: 12px solid #fff;
    height: 200px;
    overflow: hidden;
}

.index-main-tit {
    font-size: 20px;
    line-height: 33px;
    font-weight: bold;
    padding: 20px 0;
}

.index-main-txt {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 40px;
}

@media screen and (max-width:950px) {
    .search {
        display: none;
    }
    .wrap {
        width: 950px;
    }
    html {
        width: 950px;
    }
    .module-img::after {
        content: "";
        width: 40%;
        height: 300px;
    }
}

/* åœ¨çº¿ç•™è¨€ */

.module-form {
    width: 50%;
}

.modules-sub {
    display: flex;
    justify-content: space-between;
    margin-top: 102px;
}

.iw_poi_title {
    color: #CC5522 !important;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

#dituContent {
    width: 45%;
    height: 340px;
    border: #ccc solid 1px;
}

.module-form input {
    text-indent: 1rem;
    width: 100%;
    box-sizing: border-box;
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
    padding: 5px 0;
}

.form-tel {
    display: flex;
    justify-content: space-between;
}

.form-tel input {
    width: 48%;
    display: inline-block;
    box-sizing: border-box;
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
}

textarea {
    height: 200px !important;
    width: 100% !important;
    overflow: hidden;
    text-indent: 1rem;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #CCCCCC;
    background-color: #F5F5F5;
    line-height: 26px;
}

.module-form li {
    margin: 12px 0;
}

.module-form li:first-of-type {
    margin-top: 0;
}

.contact-submit {
    text-align: left;
    box-sizing: border-box;
}

.contact-submit a {
    color: #fff;
    background: red;
    padding: 8px 20px;
    display: inline-block;
    margin-top: 12px;
    box-sizing: border-box;
    transition: all .4s;
}
.contact-submit:hover a{
    color: red;
    background: #fff;
}

/* section{
    margin-bottom: 160px;
} */

.footer-back {
    background: #F5F5F5;
    background: url("../images/index-footerbg.jpg");
    padding: 120px 0;
    margin-top: 116px;
    margin-bottom: 0 !important;
}


.footer-back .module-tit {
    color: #F5F5F5;
    border-left: 12px solid #F5F5F5;
}</pre></body></html>