@charset "utf-8";
.goleeContact1 .goleeContact1-pic div#dituContent {
    height: 600px;
}
.goleeContact1 {
    width: 100%;
    line-height: 1.2em;
    position: relative;
    margin: 120px 0 100px;
}

.goleeContact1 .goleeContact1-pic {
    width: 85.5%;
    margin: 0 auto;
}

.goleeContact1 .goleeContact1-pic::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: url(/img/contact/减去/ 2.png) no-repeat;
    background-size: 100% 100%;
}

.goleeContact1 .goleeContact1-t {
    top: 25%;
    width: 25%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 10px 1% 20px;
    background: url(/img/contact/联合/ 1.png) transparent top left no-repeat;
    background-size: 100% 100%;
}

.goleeContact1-t1 {
    width: 85px;
    height: 85px;
    background-color: #ffffff;
    border-radius: 1px;
    background: url(/img/contact/组/ 10999.png) #fff center center no-repeat;
    background-size: 75px auto;
    margin-right: 15px;
}

.goleeContact1-t3 {
    font-weight: 500;
    color: #ffffff;
    font-size: 20px;
}

.goleeContact1-t4 {
    font-weight: 300;
    color: #ffffff;
    font-size: 13px;
    margin-top: 10px;
}

.goleeContact1-circle1 {
    opacity: 9%;
    width: 155px;
    height: 155px;
    animation: goleeAnimation1 5s infinite;
    border-radius: 50%;
    background-color: #cc0000;
}

.goleeContact1-circle2 {
    opacity: 31%;
    border-radius: 50%;
    width: 89px;
    /* animation: goleeAnimation1 5s infinite; */
    height: 89px;
    background-color: #cc0000;
}

.goleeContact1-circle3 {
    width: 49px;
    height: 49px;
    background-color: #cc0000;
    border-radius: 50%;
    /* animation: goleeAnimation1 5s infinite; */
}

.goleeContact1-icon {
    width: 15px;
    height: 18px;
    background: url(/img/contact/组/ 11001.png) no-repeat;
    background-size: 100% 100%;
    animation: goleeTopIcon 2s linear infinite;
}

.goleeContact2-con {
    width: 100%;
    margin: 40px 0 110px;
    position: relative;
}

.goleeContact2-sfae {
    width: 85%;
    display: flex;
    justify-content: space-between;
}

.goleeContact2-single {
    width: 20.5%;
    color: #000000;
    position: relative;
    padding: 60px 10px;
    text-align: center;
    background-color: rgba(203, 32, 32, 0.1);
    border-radius: 36px;
}

.goleeContact2-single::after {
    content: '';
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: rgba(204, 0, 0, 0.1);
    position: absolute;
    bottom: -20px;
    transform: translateY(50%);
    right: 10%;
}

.goleeContact2-t {
    font-family: HarmonyOS Sans SC-Medium;
    font-size: 18px;
    margin: 40px 0 5px;
    line-height: 24px;
}

.goleeContact2-t1,.goleeContact2-t1 a {
    color: #000;
}

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

.goleeContact3 {
    padding: 0 7%;
}

.goleeContact3 h2 {
    padding: 15px 0 15px 70px;
    position: relative;
    border-bottom: 1px solid rgba(112, 112, 112, 0.15);
    text-align: left;
    background: url(/img/contact/组/ 11396.png) left center no-repeat;
    background-size: auto 70%;
}

.goleeContact3 h2::after {
    content: '';
    width: 0;
    height: 2px;
    background-color: #d70c18;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: all 1s ease;
}
.goleeContact3:hover h2::after{
    width: 16%;
    transition: all 1s ease;
}
.goleeContact3-con {
    margin: 80px 0 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.goleeContact .goleeContact3-pic,
.goleeContact3-form {
    width: 50%;
}

.goleeContact3-single {
    width: 100%;
}

.goleeContact3-t {
    color: #666666;
    font-size: 18px;
}

.goleeContact3-single input,
.goleeContact3-single textarea {
    height: 48px;
    width: 90%;
    margin: 10px 0 20px;
    border: 1px solid #d4d4d4;
}

.goleeContact3-single textarea {
    height: 100px;
    margin-bottom: 30px;
}

.goleeContact3-button button {
    width: 170px;
    height: 50px;
    background-color: #cc0000;
    border-radius: 26px;
    border: none;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.5s ease;
}
.goleeContact3-button button:hover {
    transform: rotate3d(1, 0, 0, 30deg);
    transition: all 0.5s ease;
}

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

@media screen and (max-width:1550px) {
    .goleeContact1 {
        margin: 100px 0 80px;
    }
    .goleeContact1-t3 {
        font-size: 18px;
    }
    .goleeContact1-t4 {
        font-size: 12px;
    }
    .goleeContact1 .goleeContact1-t {
        width: 26%;
        padding: 5px 0.5% 15px;
    }
    .goleeContact1-circle2 {
        width: 80px;
        height: 80px;
    }
    .goleeContact1-circle3 {
        width: 40px;
        height: 40px;
    }
    .goleeContact1-circle1 {
        width: 145px;
        height: 145px;
    }
    .goleeContact2-single {
        padding: 50px 10px;
    }
    .goleeContact2-t {
        margin: 30px 0 5px;
    }
    
    .goleeContact3-single textarea {
        height: 80px;
        margin-bottom: 20px;
    }
    .goleeContact3-single input, .goleeContact3-single textarea {
        height: 40px;
        margin: 10px 0 15px;
    }
    .goleeContact3-button button {
        width: 160px;
    }
}

@media screen and (max-width:1400px) {
    .goleeContact2-t {
        font-size: 16px;
        margin: 20px 0 5px;
        line-height: 20px;
    }
    .goleeContact2-t1 {
        font-size: 14px;
    }
    .goleeContact3-con {
        margin: 60px 0 50px;
    }
    .goleeContact3-t {
        color: #666666;
        font-size: 16px;
    }
    .goleeContact3-button button {
        width: 150px;
    }
    .goleeContact2-single::after {
        border: 15px solid transparent;
        bottom: -15px;
        right: 14%;
    }
    .goleeContact2-single {
        padding: 35px 10px;
    }
}

@media screen and (max-width:1300px) {
    .goleeContact3-single input, .goleeContact3-single textarea {
        margin: 5px 0 10px;
    }
    .goleeContact1 {
        margin: 80px 0 60px;
    }
}

.goleeContact2-pic.ph{
    display: none;
}
@media screen and (max-width:1024px) {
    
    .goleeContact2-pic{
        display: none;
    }
    .goleeContact2-pic.ph{
        display: block;
    }
    .goleeContact3 h2::after {
        width: 50%;
    }
    .goleeContact3-con {
        display: block;
    }
    .goleeContact3-con .goleeContact3-form {
        width: 100%;
    }
    .goleeContact3-pic.golee-pic {
        display: none;
    }
    .goleeContact3-single input[type="text"] {
        width: 100%;
    }
    .goleeContact3-con .goleeContact3-single textarea {
        width: 100%;
        height: 100px;
    }
    .goleeContact3-button {
        text-align: center;
        margin-top: 30px;
    }
    .goleeContact3 h2 {
        padding: 15px 0 15px 40px;
        background-size: auto 50% !important;
    }
    .goleeContact3-single {
        margin-bottom: 20px;
    }
    .goleeContact2-sfae.golee-position {
        width: 100%; 
        flex-wrap: wrap;
    }
    .goleeContact2-single {
        padding: 30px 0;
        margin: 30px auto;
        width: 90%;
        border-radius: 30px;
        display: block;
    }
    .goleeContact2-single::after {
        border: 14px solid transparent;
        border-top-color: rgba(204, 0, 0, 0.1);
        bottom: -14px;
        right: 16%;
    }
    .goleeContact2-single:nth-child(2n+1)::after {
        right: unset;
        left: 16%;
    }
    .goleeContact1 .goleeContact1-pic {
        width: 90%;
    }
    .goleeContact1 .goleeContact1-pic div#dituContent {
        height: 550px;
    }
    .goleeContact1 .goleeContact1-pic::after{
        display: none;
    }
    .goleeContact1-circle1 {
        width: 120px;
        height: 120px;
    }
    .goleeContact1-circle2 {
        width: 70px;
        height: 70px;
    }
    .goleeContact1 .goleeContact1-t {
        width: 85%;
        padding: 5px 1% 15px;
    }
    .goleeContact1-t1 {
        width: 65px;
        height: 65px;
        background-size: 65px auto !important;
        margin-right: 10px;
    }
    .goleeContact2-pic1 {
    height: 40px;
}
    .goleeContact2-pic1 img {
    height: 100%;
}
.goleeContact1-t2 {
    flex: 1;
}
}

@media screen and (max-width:500px) {
    .goleeContact2-con {margin: 40px 0 60px;}
    .goleeContact2-single {
        padding: 20px 0;
        margin: 15px 1%;
        width: 47%;
        zoom: .8;
    }
}

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