<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'PuHui_B';
    src: url('../fonts/Alibaba-PuHuiTi-Bold.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PuHui_L';
    src: url('../fonts/Alibaba-PuHuiTi-Light.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PuHui_M';
    src: url('../fonts/Alibaba-PuHuiTi-Medium.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PuHui_R';
    src: url('../fonts/Alibaba-PuHuiTi-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PuHui_h';
    src: url('../fonts/Alibaba-PuHuiTi-Heavy.otf');
    font-weight: normal;
    font-style: normal;
}

.w1200 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

body {
    font-family: 'PuHui_R' !important;
}

.banner {
    height: 75vh;
    position: relative;
}
.sbanner {
    height: 40vh;
    position: relative;
}


.banner img {
    height: 100%;
    width: 100%;
    display: block;
}

.search {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 100%;
    max-width: 1200px;
    display: flex;
}

.search input {
    width: 100%;
    height: 50px;
    font-size: 16px;
}

.search .layui-input-wrap {
    width: 80%;
    line-height: 50px;
}

.search .layui-icon-search {
    font-size: 16px;
}

.search .layui-btn {
    min-width: 100px;
    width: 10%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.layui-input:focus,
.layui-textarea:focus {
    border: 1px solid #da251c !important;
}

.about {
    display: flex;
    background-color: #ebebeb;
    position: relative;
}

.about .ateam1 {
    width: 50%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    max-width: 1200px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    ;
}

.about .ateam1 h1 {
    font-size: 50px;
    line-height: 1.5;
    color: #b3b4b6;
}

.about .ateam1 h2 {
    font-size: 40px;
    line-height: 1.5;
    color: #515253;
}

.about .ateam1 p.text {
    width: 500px;
    text-align: justify;
    font-size: 16px;
    margin: 10px 0 20px 0;
}

.about .ateam1 .time {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #a1232e;
    padding: 15px 0;
    box-sizing: border-box;
    color: #fff;
    width: 140px;
    position: relative;
}

.about .ateam1 .time p {
    text-align: center;
    margin: 0;
}

.about .ateam1 .time h3 {
    text-align: center;
    font-size: 38px;
    line-height: 1.5;
}

.about .ateam1 a {
    display: flex;
    width: 100px;
    align-items: center;
    padding: 5px 0;
    box-sizing: border-box;
    border: 1px solid #ff0000;
    color: #cb0909;
    justify-content: center;
    margin-top: 20px;
}

.about .ateam1 a i {
    font-size: 14px;
}

.about img {
    width: 50%;
}

.about .ateam1 .time2 {
    padding: 10px 0;
    box-sizing: border-box;
    width: 600px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    background-color: rgba(255, 255, 255, .5);
    color: #525252;
}

.about .ateam1 .time2 ul {
    display: flex;
    width: 100%;
    justify-content: space-around;
}


/* дёљеЉЎд»‹з»Ќ */
.ywjs {
    padding: 50px 0;
    box-sizing: border-box;
}

.ywjs h1 {
    font-size: 40px;
    color: #a1232e;
    line-height: 1.5;
    text-align: center;
}

.ywjs p.text {
    font-size: 20px;
    color: #343333;
    line-height: 1.5;
    margin-bottom: 50px;
    text-align: center;
}

.ywjs ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.ywjs ul a {
    width: 24%;
    box-shadow: 1px 2px 10px #eee;
    transition: all linear .2s;
    margin-bottom: 1.333%;
}

.ywjs ul a:hover{
    box-shadow: 1px 2px 10px 5px #eee
}

.ywjs ul a h3 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    line-height: 1.25;
    margin: 10px 0;
}

.ywjs ul a p {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 66px;
}

.ywjs ul a h4 {
    display: flex;
    align-items: center;
    padding: 5px 0;
    box-sizing: border-box;
    color: #727070;
    justify-content: flex-start;
    padding-left: 15px;
    padding-bottom: 15px;
}
.ywjs ul a h4 p {
    padding: 0;
    min-height:auto;
}

.ywjs ul a h4 i {
    font-size: 14px;
}

/* е…¬еЏёдјеЉї */

.company {
    padding: 50px 0 60px 0;
    box-sizing: border-box;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.company h1 {
    font-size: 40px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
}

.company p.text {
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 50px;
    text-align: center;
    
}
p.text {
    font-family: PuHui_L;
}
.company ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.company ul li {
    width: 15%;
    box-shadow: 1px 2px 10px #eee;
    transition: all linear .2s;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 300px;
}

.company ul li:hover{
    box-shadow: 1px 2px 10px 5px #eee
}
.company ul li .heng {
    width: 50px;
    height: 3px;
    background-color: #982329;
    margin-bottom: 20px;
}
.company ul li img {
    width: 100px;
}
.company ul li p {
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    height: 75px;
}
footer {
    padding-top: 50px;
    box-sizing: border-box;
    background-color: #2f333c;
}
footer .team {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #76797c;
}
footer .team .contact {
    width: 50%;
}
footer .team .layui-form {
    width: 50%;
    padding-right: 10%;
    box-sizing: border-box;
}
footer .team .layui-form .layui-input,
footer .team .layui-form .layui-select, 
footer .team .layui-form .layui-textarea {
    background-color: #6d7174;
    color: #eee !important;
    border-width: 1px;
    border-color: #6d7174 !important;
    border-radius: 5px;
}
footer .team .layui-form .layui-input::placeholder,
footer .team .layui-form .layui-textarea::placeholder
{
    color: #eee !important;
}
footer .team .layui-form .layui-btn {
    background-color: #9f1822;
    color: #eee;
    width: 150px;
    border-radius: 5px;
    font-size: 16px;
}

footer .team .contact h2 {
    font-size: 30px;
    line-height: 1.5;
    color: #9d9a95;
    font-family: "PuHui_L";

}
footer .team .contact img {
    margin: 20px 0 0 0;
}
footer .team .contact h4 {
    display: flex;
    font-size: 20px;
    margin: 30px 0;
    color: #eee;
}
footer .team .contact h4 p {
    font-family: "PuHui_L";
}

footer .team2 {
    padding-top: 50px;
    padding-bottom: 50px;
    box-sizing: border-box;
    display: flex;
}
footer .team2 ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
footer .team2 ul li {
    width: 16%;
    display: flex;
    flex-direction: column;
}
footer .team2 ul li a {
    color: #9d9a95;
    font-size: 16px;
    margin-bottom: 10px;
}
footer .team2 ul li a:first-of-type {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}
footer .team2 .contact {
    padding-left: 40px;
    box-sizing: border-box;
    width: 15%;
    border-left: 1px solid #eee;
}
footer .team2 .contact p {
    color: #9d9a95;
    font-size: 16px;
    margin-bottom: 10px;
}
footer .team2 .contact p:first-of-type {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}
footer .team2 .contact p:nth-of-type(3) {
    color: #fff;
}
.contacticon {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.contacticon a i {
    color: #9d9a95;
    font-size: 30px;
}
.copyright {
    height: 50px;
    background-color: #1f2229;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: 9d9a95;
}
.kong {
    width: 50%;
}
.swiper-slide h4{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #ab2832 ;
    font-size: 50px;
    line-height: 1;
}
.liuyan {
    margin: 50px auto; 
}
.liuyan .layui-inline {
    width: 49%;
    margin-right: 0;
}
.liuyan .layui-form-item {
    display: flex;
    justify-content: space-between;
}
.liuyan .layui-form-item:after {
    display: none;
}
.liuyan .layui-form-label {
    text-align: left;
}
.liuyan .lt {
    position: relative;
}
.liuyan .lt::after {
    position: absolute;
    content: " ";
    width: 3px;
    height: 12px;
    background-color: #ab2832;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.liuyan .layui-btn {
    background-color: #ab2832;
}

.map {
    width: 1300px;
    margin: 20px auto;
}
.map iframe{ 
    height: 500px;
}
.lxfs {
    display: flex;
    flex-wrap: wrap;
}
.lxfs li {
    width: 50%;
    margin: 50px auto;
    position: relative;
}
.lxfs li img {
    display: block;
    width: 80%;
    margin: 0 auto;
}
.lxfs li div {
    position: absolute;
    width: 70%;
    height: 100%;
    left: 17.5%;
    top: 10%;
    line-height: 2;
}
.lxfs li div h2 {
    margin: 15px 0;
    font-size: 20px;
    color: #fff;
}
.sxp {
    width: 100%;
    display: block;
    border-top: #ccc 1px dashed;
    padding: 30px 0 !important;
    margin-top: 50px;
}

.prevsxp,
.nextsxp {
    display: flex;
}

.fuwulist {
    display: flex;
    flex-direction: column;
}
.fuwulist li {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fuwulist li:last-of-type {
    margin-bottom: 50px;
}
.fuwulist li div {
    width: 45%;
}
.fuwulist li div h2{
    font-size: 30px;
    line-height: 2;
}
.fuwulist li div p{
    font-size: 16px;
    line-height: 2;
}
.fuwulist li img {
    width: 45%;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .banner {
        height: 50vh;
    }

    .banner img {
        object-fit: cover;
    }
    .search .layui-btn {
        padding: 0;
        min-width: 80px;
        font-size: 14px;
    }
    .search input {
        font-size: 14px;
    }
    .about .ateam1 .time {
        display: none;
    }
    .kong {
        width: 100%;
    }
    .about {
        flex-direction: column;
    }
    .about img {
        width: 100%;
    }
    .about .ateam1 {
        position: relative;
        transform: translateX(0) translateY(0);
        top: 0;
        left: 0;
        text-align: center;
    }
    .about .ateam1 a {
        margin: 0 auto 20px auto; 
    }
    .about .ateam1 p.text {
        width: 90%;
        margin: 20px auto;
    }
    .about .ateam1 h1 {
        margin-top: 20px;
        font-size: 25px;
    }
    .about .ateam1 h2 {
        font-size: 20px;
    }
    .ywjs {
        padding: 20px 5%;
    }
    .ywjs h1 {
        font-size: 20px;
    }
    .ywjs p.text {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .ywjs ul {
        flex-wrap: wrap;
    }
    .ywjs ul a {
        width: 48%;
        margin-bottom: 5%;
    }
    .ywjs ul a h3 {
        font-size: 18px;
        margin: 5px auto;
    }
    .company{
        padding: 20px 4%;
    }
    .company h1 {
        font-size: 20px;
    }
    .company p.text {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .company ul {
        flex-wrap: wrap;
    }
    .company ul li {
        width: 48%;
        margin-bottom: 4%;
    }
    .company ul li img {
        width: 75px;
    }
    .company ul li {
        height: 250px;
    }
    footer {
        padding: 20px 0 0 0;
    }
    footer .team {
        flex-wrap: wrap;
    }
    footer .team .contact {
        width: 90%;
        margin: 0 auto;
    }
    footer .team .layui-form {
        width: 90%;
        margin: 0 auto;
        padding-right: 0;
    }
    footer .team2 {
        flex-wrap: wrap;
    }
    footer .team2 ul {
        width: 90%;
        margin: 0 auto;
        flex-wrap: wrap;
    }
    footer .team2 ul li {
        width: 33.33%;
        margin-bottom: 10px;
    }
    footer .team2 .contact {
        width: 90%;
        margin: 0 auto;
        padding-left: 0;
        border-left: none;
    }
    footer .team .contact img {
        width: 75%;
    }
    footer .team .contact h2 {
        font-size: 25px;
    }
    footer .team .contact h4 p {
        font-size: 16px;
    }
    footer .team .contact h4 i {
        font-size: 25px !important;
        margin-right: 10px !important;
    }
    .contacticon {
        justify-content: flex-start;
    }
    .contacticon a{
        margin-right: 20px;
    }
    footer .team2 ul li a:first-of-type {
        font-size: 18px;
    }
    footer .team2 ul li a {
        font-size: 14px;
    }
    .copyright {
        font-size: 12px;
    }
    .swiper-slide h4 {
        font-size: 30px;
        white-space: nowrap;
    }
    .CModulePCLeft, .CModulePRLeft {
        float: none !important;
        width: 95% !important;
        margin: 0 auto !important;
    }
    .CModulePC, .CModulePR, .TitleModule {
        margin-right: 0 !important;
    }
    #row_23 {
        padding: 20px 0 !important;
    }
    .MoHead1 {
        display: none !important;
    }
    .MoHead2 {
        margin-top: 20px;
    }
    #row_23 .customModule,.copyMo_1714128_2,.copyMo_1714128_2 .MoBodyC {
        width: 100% !important;
        margin: 0 auto !important;
    }
    .oneClassList {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .oneClassList dt {
        width: 48%;
    }
    #Mo_26 {
        width: 100% !important;
    }
    #Mo_26 .MoBodyM {
        overflow-x: scroll;
    }
    .w1200 {
        width: 95%;
    }
    .map {
        width: 95%;
        margin: 20px auto;
    }
    .map iframe{ 
        height: 300px;
    }

    .lxfs li {
        width: 100%;
        margin: 20px auto;
        position: relative;
        height: 260px;
    }
    .lxfs li img {
        display: block;
        width: 90%;
        height: 100%;
        margin: 0 auto;
    }
    .lxfs li div {
        position: absolute;
        width: 80%;
        height: 100%;
        left: 12.5%;
        top: 30px;
        line-height: 1.5;
    }
    .lxfs li div h2 {
        margin: 15px 0;
        font-size: 16px;
        color: #fff;
        margin-left: -20px;
    }
    .lxfs li div p:nth-of-type(1) {
        padding-top: 5px;
    }
    .fuwulist li div {
        width: 100%;
    }
    .fuwulist li img {
        width: 100%;
    }
    .fuwulist li {
        flex-wrap: wrap;
        margin-top: 25px;
    }
    .fuwulist li:last-of-type {
        margin-bottom: 25px;
    }
    .fuwulist li:nth-of-type(1) img{
        order: 1;
    }
    .fuwulist li:nth-of-type(1) div{
        order: 2;
    }
    .fuwulist li:nth-of-type(3) img{
        order: 1;
    }
    .fuwulist li:nth-of-type(3) div{
        order: 2;
    }
    .fuwulist li div h2{
        font-size: 20px;
    }
    .fuwulist li div p{
        font-size: 14px;
    }
}
</pre></body></html>