@charset "utf-8";
@font-face {
    font-family: HarmonyOS Sans SC;
    src: url('/fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_Regular.ttf');
}

@font-face {
    font-family: HarmonyOS Sans SC-Medium;
    src: url('/fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_Medium.ttf');
}

@font-face {
    font-family: HarmonyOS Sans SC-Bold;
    src: url('/fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_Bold.ttf');
}

@font-face {
    font-family: HarmonyOS Sans SC-Black;
    src: url('/fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_Black.ttf');
}

@font-face {
    font-family: DIN;
    src: url('/fonts/DIN-Black.otf');
}

@font-face {
    font-family: DINPro-Bold;
    src: url('/fonts/DINPro-Bold.otf');
}


::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background-color: #cc0000;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 5px;
    background-color: #d3dce6;
}

* {
    padding: 0;
    margin: 0;
}

body {
    overflow-x: hidden;
}

a {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-family: HarmonyOS Sans SC;
}

ul,
li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.goleeFlex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.golee-position {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.golee-pic {
    width: 100%;
    font-size: 0;
}

.golee-pic a {
    width: 100%;
    font-size: 0;
}

.golee-pic img {
    width: 100%;
}

h2 {
    line-height: 1em;
    font-weight: 700;
    color: #333333;
    font-size: 45px;
    text-align: center;
}

#golee {
    font-family: HarmonyOS Sans SC;
    font-size: 16px;

}

@keyframes goleeAnimation1 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes goleeAnimation2 {
    0% {
        width: 0%;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 0%;
    }
}



/* 除首页外其他页面顶部 */
.goleeTop {width:100%; position:relative; overflow:hidden;}

.goleeTopPic {width:100%; font-size:0; display:block;}

.goleeTopPic img {width:100%; transform:scale(1.2); height:auto;}

.goleeTopPic img.active {transform:scale(1); transition:all 1.5s ease-in-out;}

.goleeTopCon {
    width: 86%; position: absolute; bottom: 10%; left: 7%;
    display: flex; justify-content: space-between; align-items: flex-end;
    opacity: 0; transform: translateY(50px); transition: all 3s ease;
}
.goleeTopCon.active {opacity: 1; transform: none;}

.goleeTopCon-t h1 {
    line-height: 1.2em;
    color: #ffffff;
    font-size: 55px;
}

.goleeTopCon-t1 {
    margin-top: 15px;
    opacity: 90%;
    line-height: 24px;
    font-family: Segoe UI;
    font-weight: 600;
    font-style: italic;
    color: #ffffff;
    font-size: 18px;
}

.goleeTopCon-line {
    width: 80%;
    height: 1px;
    background-color: #fff;
    opacity: 0.46;
}

.goleeTopCon-icon {
    width: 20px; height: 20px;
    background: url(/img/public/banner标题箭头.png) no-repeat;
    background-size: 100% 100%;
    animation: goleeTopIcon 2s linear infinite;
}

@keyframes goleeTopIcon {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(5px);
    }

    50% {
        transform: translateY(15);
    }

    75% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* 为你提供更多服务 */
.goleHome5-botTit {
    padding: 110px 0 70px;
    border-bottom: 1px solid #e0e0e0;
    color: #000000;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
}

.goleHome5-botTit strong {
    margin-left: 10px;
    font-family: HarmonyOS Sans SC-Bold;
}

.goleHome5-con {
    display: flex;
    padding: 60px 0 95px 0;
    justify-content: space-around;
    align-items: center;
}

.goleHome5-single {
    text-align: center;
    position: relative;
}

.goleHome5-single:first-child:after {
    display: none;
}

.goleHome5-single::after {
    width: 1px;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    background-color: #c9c9c9;
    left: -60%;
}

.goleHome5-pic {
    width: 55px;
    height: 55px;
    margin: 0 auto;
    font-size: 0;
}

.goleHome5-pic img {
    width: 100%;
}

.goleHome5-single-t1 {
    color: #000000;
    line-height: 24px;
    margin: 20px 0 5px 0;
}

.goleHome5-single-t2 {
    color: #666666;
    font-size: 13px;
    line-height: 24px;
}
.goleHome5-single-t1, .goleHome5-single-t2 {
    transition: all 0.3s ease;
}

.goleHome5-single:hover .goleHome5-single-t1, .goleHome5-single:hover .goleHome5-single-t2 {
    transform: translateY(-5px);
    transition: all 0.3s ease;
}
/* 底部导航 */

.goleeBotNav {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    font-size: 14px;
    background-color: #1c1c1c;
}

.goleeToTop {
    width: 50px;
    height: 50px;
    background: url(/img/public/底部返回顶部箭头.png) #cc0000 center center no-repeat;
    background-size: 12px 6px;
    position: absolute;
    top: 70px;
    right: 20px;
    animation: goleeTopIcon 2s linear infinite;
}

.goleeBotNav a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.goleeBotNav1 {
    width: 100%;
    display: flex;
    padding: 60px 0 20px;
    box-sizing: border-box;
    align-items: center;
    position: relative;
    z-index: 999;
    justify-content: space-between;
}

.goleeBotNav-logo {
    width: 16%;
}

.goleeBotNav-logo a {
    width: 100%;
    font-size: 0;
}

.goleeBotNav-logo a img {
    width: 100%;
}

.goleeBotNav-link {
    position: relative;
    width: 246px;
    height: 40px;
    border: 1px solid;
    font-size: 16px;
    padding-left: 20px;
    box-sizing: border-box;
    border-color: #707070;
}

.goleeBotNav-tab {
    width: 90%;
    line-height: 40px;
    background: url(/img/public/相关链接箭头.png) right center no-repeat;
    transition: all 0.5s ease;
    background-size: 19px 10px !important;
}

.goleeBotNav-tab.isshow {}

.goleeBotNav-ul {
    display: none;
    position: absolute;
    left: 50%;
    line-height: 2;
    transform: translateX(-50%);
    width: 100%;
    padding: 10px 10%;
    background: #cc0000;
    box-sizing: border-box;
}

.goleeBotNav-ul.show {
    display: block;
}

.goleeBotNav2 {
    width: 100%;
    padding: 70px 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}

.goleeBotNav2-ul {
    width: 60%;
    display: flex;
    font-weight: 300;
    justify-content: space-between;
}

ul.goleeBotNav2-ul1 {
    margin-top: 30px;
}

.goleeBotNav2-li1 {
    margin-top: 10px;
}

.goleeBotNav2-li1 a {
    line-height: 24px;
    font-size: 14px;
    color: #b2b2b2;
}

.goleeBotNav2-li:hover>a,
.goleeBotNav2-li1 a:hover {
    color: #cc0000;
}

.goleeBotNav2-focus1,
.goleeBotNav2-contact2 {
    font-size: 16px;
}

.goleeBotNav2-us {
    width: 35%;
    display: flex;
    justify-content: space-between;
}

.goleeBotNav2-focus2 {
    margin-top: 30px;
    display: flex;
}

.goleeBotNav2-pic {
    width: 80px;
    font-size: 0;
    position: relative;
}

.goleeBotNav2-pic::after {
    content: '';
    width: 91px;
    height: 91px;
    border: 1px solid #707070;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.goleeBotNav2-pic::before {
    content: 'GOLE2010';
    position: absolute;
    font-size: 14px;
    width: 100%;
    left: 0;
    bottom: -35px;
    text-align: center;
}
.goleeBotNav2-pic:last-child::before {
    content: '公众号';
}
.goleeBotNav2-pic:last-child {
    margin-left: 30px;
}

.goleeBotNav2-pic img {
    width: 100%;
}

.goleeBotNav2-contact {
    width: 50%;
}

.goleeBotNav2-contact1 {
    padding-left: 30px;
    background: url(/img/public/组/ 11025.png) left top no-repeat;
}

.goleeBotNav2-contact1:last-child {
    margin-top: 40px;
    background: url(/img/public/组/ 11026.png) left top no-repeat;
}

.goleeBotNav2-contact3,div.goleeBotNav2-contact3 a {
    color: #8a8a8a;
    font-size:14px;
}

.goleeBotNav2-contact3 {
    margin-top: 10px;
    line-height: 24px;
}

.goleeBotNav3 {
    padding: 40px 0;
    color: rgba(255,255,255,0.5);
    width: 100%;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
}

.goleeBotNav3-t a{
    color: #b2b2b2;
}

.goleeBotNav3-t a:hover{
    color: #cc0000;
}

.goleeBotNav3-t span {
    margin: 0 10px;
}

.goleeBotNav3-t span:last-child {
    margin: 0 0 0 30px;
}

/* 页码 */
.epages {
    text-align: center;
}

.epages b,
.epages a {
    width: 39px;
    height: 39px;
    line-height: 39px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
}

.epages b,
.epages a:hover {
    background-color: #cc0000;
    color: #fff !important;
    font-weight: 300 !important;
}

.epages a {
    background-color: #ecedf0;
    color: #666666 !important;
}

.epages a.disabled.pre,
.epages a.disabled.next {
    margin: 20px;
}

/* 媒体查询 */
@media screen and (max-width:1700px) {}

@media screen and (max-width:1550px) {
    .goleeTopCon-t h1 {
        font-size: 45px;
    }

    .goleeTopCon-t1 {
        font-size: 16px;
    }

    h2 {
        font-size: 38px;
    }

    .goleHome5-botTit {
        font-size: 22px;
        padding: 90px 0 55px;
    }

    .goleeBotNav2-ul {
        width: 57%;
    }

    .goleeBotNav2-us {
        width: 38%;
    }

    .goleeBotNav2-li1 {
        margin-top: 15px;
    }

    .goleeToTop {
        width: 40px;
        height: 40px;
        right: 15px;
    }

    .goleeBotNav2 {
        padding: 60px 0;
    }

    .goleeBotNav3 {
        padding: 30px 0;
    }

    .goleeBotNav-link {
        width: 225px;
    }

}

@media screen and (max-width:1400px) {
    #golee {
        font-size: 14px;
    }

    .goleeNav-search input {
        line-height: 40px;
        font-size: 12px;
    }

    .goleeTopCon-t h1 {
        font-size: 40px;
    }

    .goleeNav-li>a {
        padding: 0 20px;
        line-height: 80px;
    }

    .goleeNav-tool {
        width: 15%;
    }

    h2 {
        font-size: 33px;
    }

    .goleeBotNav1 {
        padding: 50px 0 20px;
    }

    .goleeBotNav2-li1 {
        margin-top: 10px;
    }

    .goleeBotNav2 {
        padding: 50px 0;
    }

    .goleHome5-single::after {
        left: -30%;
    }

    .goleeNav a {
        font-size: 14px;
    }
}

@media screen and (max-width:1300px) {
    .goleeNav-li>a {
    padding: 0 15px;
    }
    .goleeTopCon-t1 {
        font-size: 14px;
    }

    .goleeTopCon-t h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 30px;
    }

    .goleHome5-botTit {
        font-size: 20px;
        padding: 70px 0 35px;
    }

    .goleHome5-con {
        padding: 50px 0 75px 0;
    }

    .goleeToTop {
        width: 35px;
        height: 35px;
    }

    .goleeBotNav2-contact3,div.goleeBotNav2-contact3 a {
        font-size: 12px;
        line-height: 20px;
    }
}

.mc_ph_hd,
.goleeBotNavPh,.goleHome5-botTit.ph {
    display: none;
}

@media screen and (max-width:1024px) {

    .goleeBotNavPh {
        display: block;
        background-color: #1c1c1c;
        padding: 50px 0 0 0;
        text-align: center;
    }

    .goleeBotNavPh-logo.golee-pic {
        width: 40%;
        margin: 0 auto 40px;
    }
    
    .goleeTopPic img {transform:none !important;}
    .goleeBotNavPh-t {
        font-family: HarmonyOS Sans SC-Bold;
        color: #8a8a8a;
        font-size: 16px;
        line-height: 24px;
    }

    .goleeBotNavPh-t1,.goleeBotNavPh-t1 a {
        color: #fff;
    }

    .goleeBotNavPh-t1 {
        font-size: 12px;
        line-height: 24px;
    }

    .goleeBotNavPh-t1.mail {
        margin: 0 auto 15px;
    }

    .goleeBotNavPh-t1.add {
        width: 60%;
        margin: 0 auto 40px;
    }

    .goleeBotNavPh-t1.pic {
        margin: 15px auto 45px;
    }

    .goleeBotNavPh-t1 span {
        width: 22%;
        margin: 0 5px;
        padding: 3px;
        border: 1px solid #707070;
        display: inline-block;
        line-height: 0;
    }

    .goleeBotNavPh-copy {
        background-color: rgba(255, 255, 255, 0.06);
        padding: 25px 0;
        color: rgba(229, 229, 229, 0.45);
        font-size: 12px;
        line-height: 1.5em;
    }

    .ul1 {
        min-height: calc(100% - 60px);
        padding: 35px 0 0 0;
        margin: 0;
    }

    ul.ul1>li {
        margin-bottom: 30px;
    }

    .goleeNav {
        display: none;
    }

    .goleeBotNav {
        display: none;
    }

    .goleHome5-single-t2 {
        display: none;
    }

    .goleHome5-pic {
        width: 35px;
        height: auto;
    }

    .goleHome5-single-t1 {
        margin: 10px 0 0px 0;
    }

    .goleHome5-single::after {
        display: none;
    }

    .goleHome5-botTit {
        display: none;
        border: none;
    }

    .goleHome5-botTit.ph {
        display: block;
        font-size: 24px;
        line-height: 36px;
        padding: 50px 0 0 0;
    }

    .goleHome5-botTit span {
        display: block;
        font-size: 16px;
    }

    .goleHome5-botTit.ph strong {
        margin-left: 5px;
    }

    .epages b,
    .epages a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0px 2px;
    }

    .epages a.disabled.pre,
    .epages a.disabled.next {
        margin: 15px 10px;
    }
}

@media screen and (max-width:1024px) {
    h2 {font-size: 26px;}
    
    .goleeTopPic img {max-height: 999px; object-fit: cover;}

    .goleeBotNavPh-copy a {
        color: #fff;
    }

    .goleeTopCon {
        display: block;
        text-align: center;
        bottom: 10%;
        height: 60%;
    }

    .goleeTopCon-t h1 {
        font-size: 36px;
    }

    .goleeTopCon-t1 {
        font-size: 18px;
        margin-top: 20px;
    }

    .goleeTopCon-line {
        display: none;
    }

    .goleeTopCon-icon {
        width: 44px;
        height: 44px;
        border: 1px solid #ffffff;
        box-shadow: 0px 3px 6px rgb(0 0 0 / 34%);
        border-radius: 50%;
        font-size: 0;
        background: url(/img/home/组/ 5.png) no-repeat center;
        animation: goleeTopIcon 2s linear infinite;
        position: absolute;
        left: calc(50% - 20px);
        bottom: 0;
    }
}

.goleeClause h2 {
    margin-bottom: 50px;
}
.goleeClause p {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 1em;
    color: #333;
}
.goleeClause .goleeClauseP{
    font-size: 16px;
    font-weight: bold;
}
.goleeClause .goleeClauseP.cen{
    font-size: 22px;
}<!--耗时1751471858.0254秒-->