<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* header */

* {
    padding: 0;
    margin: 0;
    list-style: none;
}

.header {
    width: 100%;
    height: 101px;
    /* overflow: hidden; */
    margin: 0 auto;
    transition: all 0.5s ease;
}

.headerMainout {
    width: 1200px;
    height: 101px;
    margin: 0 auto;
    transition: all 0.5s ease;
}

.headerMain {
    width: 100%;
    height: 101px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.logo {
    width: 100px;
    height: 100px;
    margin-right: 28px;
    margin-top: 6px;
}

.tit {
    width: 116px;
    text-align: center;
    height: 21px;
    font-size: 15px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 21px;
    position: relative;
    /* overflow: hidden; */
}

/* .oversh{
    overflow: unset;
} */
.tit:hover {
    cursor: pointer;
}

.titmid {
    width: 11px;
    height: 29px;
    font-size: 21px;
    font-family: STSongti-SC-Bold, STSongti-SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 29px;
}

.PDbox {
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 0;
    bottom: -23px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}

.PDbox&gt;div {
    padding: 14px 0;
    font-size: 13px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    transition: all 0.5s ease;
}

.PDbox&gt;div:hover {
    color: rgb(255, 145, 145);
}

.PDboxadd {
    /* padding-top: 30px; */
    /* box-sizing: border-box; */
    /* height: auto; */
    height: 20px;
    overflow: visible;
    opacity: 1;
}

/*  */
.bgmask {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url('./image/bgmask.png');
    background-size: 100%;
}

/* .conMain{
    width: 1200px;
    margin: 0 auto;
} */
.conMain {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.5 ease;
}

/* 2 */
.conMain2 {
    background-color: #fff;
}

.txtMainbox {
    padding-top: 70px;
    padding-bottom: 70px;
    min-height: 100vh;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.txtMainbox_left {
    border-top: 4px solid #D7A15D;
    width: 639px;
    background: #F5F5F5;
    padding: 0 20px;
    box-sizing: border-box;
}

.txtMainbox_lefttit {
    width: 100%;
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #45474A;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 22px 0;
}

.txtMainbox_lefttxt {
    width: 100%;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #B3B3B3;
    line-height: 24px;
    margin-bottom: 14px;
}

.txtMainbox_leftimg {
    margin: 0 auto;
    height: 283px;
    margin-bottom: 14px;
}

.txtMainbox_right {
    width: 280px;
    margin-left: 20px;
}

.txtMainbox_righttit {
    width: 100%;
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #0A0E10;
    line-height: 25px;
    letter-spacing: 2px;
    overflow: hidden;
    margin-bottom: 12px;
}

.txtMainbox_rightvid {
    width: 279px;
    height: 186px;
    background: #131415;
    margin-bottom: 40px;
}

.txtMainbox_rightimg {
    width: 280px;
    height: 283px;
}

/* 3 */
.Loadview {
    width: 940px;
    height: 169px;
    background: #F5F5F5;
    margin: 0 auto;
    padding: 20px;
    border-top: 4px solid #D7A15D;
    box-sizing: border-box;
}

.Loadviewtop {
    width: 940px;
    height: 4px;
    background: #D7A15D;

}

.Loadviewtoptit {
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #45474A;
    line-height: 25px;
    margin: 20px 0;
}

.loadBtn {
    width: 240px;
    height: 50px;
    background: #D7A15D;
    box-shadow: 0px 6px 18px 0px rgba(236, 184, 117, 0.8);
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.loadBtnTxt {
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;

}

.loadBtnicon {
    width: 16px;
    height: 16px;

}

/* 4 */

.conMain4 {
    background-color: #fff;
    /* min-height: calc(100vh + 31px); */
}

.cooperationOut {
    background: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
    width: 100%;
}

.cooperation {
    width: 940px;
    margin: 0 auto;
    min-height: 100vh;
    box-sizing: border-box;
}

.Cline {
    width: 100%;
    height: 4px;
    background: #D7A15D;

}

.cooperationtit {
    width: 100%;
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #0A0E10;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 36px;
}

.cooperationmainOut {
    width: 940px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    
}
.cooperationmainOut:after {
    content: "";
    /* flex: auto; */
    width: 450px;
 }
.cooperationmain {
    width: 200px;
    margin-bottom: 38px;
}

.cooperationmainname {
    height: 49px;
    line-height: 49px;

    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #45474A;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.cooperationmainimg {
    width: 200px;
    height: 200px;
    display: block;
}

.cooperationmaintxt {
    width: 200px;
    height: 96px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #B3B3B3;
    line-height: 24px;
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
    overflow-x: hidden;
    overflow-y: scroll;
}

.cooperationmaintxt::-webkit-scrollbar {
    display: none; /* Chrome Safari */
  }
/* 5 */
.conMain5 {
    background-image: url('./image/bg.png');
    background-size: 100%;
}

.conMainadd {
    opacity: 1;
    min-height: calc(100vh - 101px);
    overflow: visible;
    border-top: 1px solid transparent;
}

.conMain5_box {
    width: 1200px;
    margin: 0 auto;
}

.conMain5_box_name {
    margin: 0 auto;
    width: 96px;
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 33px;
    margin-top: 22px;
}

.line {
    margin-top: 12px;
    width: 76px;
    margin: 0 auto;
    margin-bottom: 66px;
    border-bottom: 1px dashed #D7A15D;
}

.formMain {
    width: 790px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.formLeft {
    width: 500px;
}

.formLeftTit {
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;
    margin: 10px 0;
}

.formLeftinp {
    height: 45px;
    width: 500px;
    background: transparent;
    border: none;
    padding: 0 10px;
    box-sizing: border-box;
    color: #fff;
    border-bottom: 1px solid #fff;
    outline: none;
}

.heghtt {
    height: 80px;
    resize: none;
    outline: none;
}

.subBtn {
    width: 500px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #D7A15D;
    border-radius: 4px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 19px;
}

.subBtn:hover {
    cursor: pointer;
}

.formRight {
    width: 207px;
}

.formRight_tit {
    width: 72px;
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;
    margin-bottom: 30px;
}

.formRightMain {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 34px;
}

.formRight_l {
    width: 54px;
    height: 55px;
    border: 1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}

.formRight_l&gt;img {
    width: 14px;
    height: 14px;
}

.formRight_R {
    max-height: 118px;
    width: 50%;
    min-height: 24px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    overflow: hidden;
    word-break: break-all;
}</pre></body></html>