.list-head {
    width: 100%;
    min-width: 1280px;
    height: auto;
    position: relative;
}

.list-left-container {
    min-width: 332px;
    float: left;
    overflow: hidden;
    height: 800px;
    padding-top: 48px;
}

.list-category {
    position: relative;
    width: 332px;
    height: 88px;
    background: rgba(65, 65, 65, 1);
    line-height: 88px;
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    padding-left: 52px;
    margin-bottom: 23px;
}

    .list-category:hover, .list-category-active {
        background: rgba(228, 0, 20, 1);
        cursor: pointer;
    }

.list-category-r {
    position: absolute;
    bottom: 0;
    top: 50%;
    right: 45px;
    margin-top: -11px;
    width: 22px;
    height: 22px;
    overflow: visible;
}

.list-right-container {
    float: left;
    overflow: hidden;
    display: flex;
    flex-flow: row wrap;
    width: calc(100% - 332px);
    padding-top: 48px;
    position: relative;
}

.list-detail-item {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 30%;
    height: auto;
    background: rgba(10, 10, 10, 1);
    position: relative;
    /* border: 1px solid transparent; */
}

    .list-detail-item:hover {
        transition: 0.1s;
        box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 1);
    }

.list-detail-rt1 {
    height: 80px;
    line-height: 80px;
    padding-left: 22px;
    text-align: left;
    /*font-size: 20px;*/
    font-family: PingFang SC;
    font-weight: 400;
    overflow: hidden;
    color: rgba(255, 255, 255, 1);
}

.list-detail-rt2 {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.w-mail {
    background-image: url("../resource/workshop/bg.png");
    background-position: 0 300px;
}

.main-workshop {
    position: relative;
    overflow: visible;
    top: -290px;
    margin-bottom: -323px !important;
}

.workshow-video {
    width: 70%;
    min-width: 1280px;
    max-width: 1359px;
    /* width: 100%; */
    height: auto;
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
}

.w-video-new {
    width: 100%;
    height: 880px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.w-video-new-item {
    width: 49%;
    height: 378px;
}

.w-video-container {
    width: 98vw;
    height: 540px;
    overflow: hidden;
}

.w-video-container-div {
    width: 960px;
    height: 540px;
    margin: auto;
    overflow: visible;
    position: relative;
}

.w-video-item-m {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(0);
    transition: transform .2s ease-in;
}

.w-video-item-left {
    transform: translateX(-2000px);
}

.w-video-item-right {
    transform: translateX(2000px);
}

.w-video-item-hl {
    visibility: hidden;
}

.w-video-title {
    font-size: 63px;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    color: rgba(228, 0, 20, 1);
    line-height: 24px;
    text-align: center;
    width: 100%;
    height: 58px;
    margin-bottom: 77px;
}

.w-video-item-l {
    position: absolute;
    width: 960px;
    height: auto;
    left: -1000px;
    top: 0;
    /* opacity: 0.25; */
}

.w-video-item-hc {
    opacity: 0.5;
}

    .w-video-item-hc:hover {
        opacity: 0.75;
        cursor: pointer;
    }

.w-video-item-r {
    position: absolute;
    width: 960px;
    height: auto;
    left: 1000px;
    top: 0;
    /* opacity: 0.25; */
}

.workshop-imgcontent {
    width: 70%;
    min-width: 1280px;
    max-width: 1359px;
    /* height: auto; */
    /* background-color: red; */
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    height: 626px;
    margin-bottom: 155px;
}

.workshop-imgcontent-end {
    margin-bottom: -323px !important;
}

.workshop-content {
    height: 72px;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 46px;
    text-align: center;
    margin-bottom: 155px;
    padding-left: 220px;
    padding-right: 220px;
}

.main-companyprofile {
    position: relative;
    top: -54px;
    background-image: url("../resource/companyprofile/bg2.png");
    background-position: 0 480px;
}

.cp-part1 {
    position: absolute;
    width: 1000px;
    height: 300px;
    overflow: visible;
    text-align: center;
    color: red;
    top: 50%;
    left: 50%;
    margin-top: -175px;
    margin-left: -500px;
}

.cp-part1-row1 {
    height: 54px;
    font-size: 56px;
    font-family: PingFang SC;
    font-weight: 600;
    color: rgba(228, 0, 20, 1);
    line-height: 62px;
    margin-bottom: 70px;
}

.cp-part1-row2 {
    height: 156px;
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 48px;
    text-align: justify;
}

.cp-part2 {
    position: relative;
    top: -50px;
    margin-bottom: 117px;
}

.cp-part2-content {
    width: 600px;
    height: 275px;
    position: absolute;
    left: 56px;
    top: 138px;
    overflow: visible;
}

.cp-part2-row1 {
    width: 350px;
    height: 54px;
    font-size: 40px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(228, 0, 20, 1);
    line-height: 62px;
    margin-bottom: 47px;
    overflow: visible;
    white-space: nowrap;
}

.cp-part2-row2 {
    width: 581px;
    height: 167px;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
}

.cp-part3-row1 {
    margin-left: auto;
    margin-right: auto;
    height: 394px;
    margin-bottom: 47px;
}

.cp-part3-row2 {
    width: 1117px;
    height: 200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 47px;
}

.cp-part3-row21 {
    height: 54px;
    font-size: 56px;
    font-family: PingFang SC;
    font-weight: 600;
    color: rgba(228, 0, 20, 1);
    line-height: 62px;
    margin-bottom: 47px;
}

.cp-part3-row22 {
    letter-spacing: 1px;
    width: 1117px;
    height: 71px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 48px;
}

.cp-part4 {
    width: 700px;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 47px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.cp-part4-item {
    width: 250px;
    height: 220px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
}

.cp-part4-item1 {
    width: 147px;
    height: 170px;
}

.cp-part4-item2 {
    height: 23px;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 48px;
}

.cp-container {
    background-image: url('../resource/companyprofile/bg2.png');
    position: relative;
    width: 100%;
    height: auto;
}

.cp-container1 {
    background: url('../resource/companyprofile//发展理念领先bg.png') no-repeat center;
    height: 917px;
    width: 100%;
}

.cp-container1-context {
    position: absolute;
    height: 425px;
    width: 575px;
    top: 50%;
    left: 50%;
    margin-top: -225px;
    text-align: start;
}

.cp-1-text1 {
    height: 54px;
    font-size: 56px;
    font-family: PingFang SC;
    font-weight: 600;
    color: rgba(228, 0, 20, 1);
    line-height: 62px;
    margin-bottom: 88px;
}

.cp-1-text2 {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 36px;
    letter-spacing: 1px;
}

.cp-container2 {
    height: 1027px;
}

.cp-container2-p1 {
    height: 157px;
    width: 70%;
    min-width: 1280px;
    max-width: 1359px;
    margin-left: auto;
    margin-right: auto;
}

.cp-container2-p2 {
    height: 1270px;
}

.cp-c2-r1 {
    height: 517px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    max-width: 1360px;
    min-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.cp-c2r1-item {
    width: 320px;
    height: 267px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    /* margin-left: 120px; */
}

.cp-c2r1-item1 {
    width: 191px;
    height: 191px;
    border-radius: 50%;
}

.cp-c2r1-item2 {
    /* text-align: center; */
    /* min-width: 250px; */
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
}

.cp-c2-r2 {
    width: 70%;
    min-width: 1280px;
    max-width: 1359px;
    height: 356px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(228, 0, 20, 1);
    background-image: url('../resource/companyprofile/未来 bg.png');
    text-align: center;
    font-size: 33px;
    font-family: PingFang SC;
    font-weight: 600;
    color: rgba(228, 0, 20, 1);
    line-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
}

.contact-part1 {
    height: 786px;
}

.contact-logo {
    width: 312px;
    height: 124px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}

.contact-subtitle {
    text-align: center;
    overflow: visible;
    height: 25px;
    font-size: 25px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
    margin-top: 49px;
}

.contact-form {
    width: 1102px;
    height: 712px;
    background: rgba(13, 13, 13, 1);
    margin-top: 65px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 65px;
    padding: 36px;
    box-sizing: content-box;
}

.contact-form-title {
    width: 100%;
    height: 31px;
    font-size: 32px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
}

.contact-form-item {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

    .contact-form-item input {
        height: 68px;
        background: rgba(54, 54, 54, 0.19);
        font-size: 26px;
        font-family: PingFang SC;
        font-weight: 300;
        color: rgba(255, 255, 255, 1);
        width: 100%;
        padding: 17px;
        border: 1px solid rgba(255, 255, 255, 1);
    }

        .contact-form-item input::placeholder {
            font-size: 26px;
            font-family: PingFang SC;
            font-weight: 300;
            font-style: italic;
            color: rgba(170, 170, 170, 1);
        }

.contact-form-item-l input {
    margin-right: 12px;
}

    .contact-form-item-l input:last-child {
        margin-right: 0px;
    }

.contact-form-submit {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .contact-form-submit input {
        width: 268px;
        height: 68px;
        background: rgba(228, 0, 20, 1);
        font-size: 30px;
        font-family: PingFang SC;
        font-weight: 400;
        font-style: italic;
        color: rgba(255, 255, 255, 1);
        line-height: 68px;
        margin-top: 48px;
        cursor: pointer;
        border: hidden;
        /* box-shadow: white 0 1px  0 5px; */
    }

.companyhonor {
    top: 200px;
    margin-bottom: 200px;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: baseline;
}

.companyhonor-item {
    margin-bottom: 200px;
    width: 410px;
    height: 425px;
    overflow: hidden;
}

.companyhonor-item1 {
    height: 314px;
    width: 100%;
}

.companyhonor-item2 {
    height: 110px;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: flex-end;
}

    .companyhonor-item2 div {
        width: 164px;
        height: 65px;
        border: 1px solid rgba(236, 0, 29, 1);
        cursor: pointer;
    }

.contact-info {
    margin-top: 100px;
    height: 978px;
    min-width: 1100px;
    width: 100%;
    background: url(../resource/contact/bg2.png) no-repeat center;
}

.contact-info-title {
    text-align: center;
    width: 100%;
    height: 220px;
    font-size: 52px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(228, 0, 20, 1);
    line-height: 270px;
}

.contact-info-content {
    width: 1250px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
}

.contact-info-content1 {
    width: 404px;
    height: 433px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: white;
    line-height: 45px;
    font-style: normal;
}

    .contact-info-content1 i {
        font-family: PingFang SC;
        font-style: normal;
        font-size: 27px;
        font-weight: 600;
        color: rgba(228, 0, 20, 1);
        line-height: 80px;
    }

.report-c {
    height: 500px !important;
    min-height: 500px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    overflow: hidden;
    /* align-content: space-around; */
}

.report-item {
    width: 640px;
    height: 293px;
    background: rgba(14, 14, 14, 1);
    margin-top: 120px;
}

.report-item-img {
    width: 162px;
    height: 227px;
    float: left;
    margin-left: 75px;
    margin-top: 33px;
}

.report-item-title {
    width: 100%;
    height: 110px;
    line-height: 48px;
    font-size: 32px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.report-item-text {
    float: left;
    margin-left: 60px;
    /* width: 200px; */
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.report-item-btn:hover {
    cursor: pointer;
}

.showdoc {
    display: none;
    width: 1024px;
    height: 600px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -512px;
    margin-top: -300px;
    z-index: 5001;
    overflow: hidden;
}

.contact-adr {
    width: 100%;
    height: 600px;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 45px;
}

.contact-adr-info {
    width: 1102px;
    height: 339px;
    border: 2px solid rgba(228, 0, 20, 0.3);
    margin: 0 auto;
    position: relative;
    top: 20%;
    color: #FFFFFF;
    font-weight: 600;
}

.contact-adr-info-en {
    width: 1102px;
    height: 339px;
    border: 2px solid rgba(228, 0, 20, 0.3);
    margin: 0 auto;
    position: relative;
    top: 20%;
    color: #FFFFFF;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
}


.ui-menu-item {
    line-height: 40px;
}

.ui-autocomplete {
    height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.list-detail-d {
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 2005;
    background-color: black;
    color: white;
    width: 1000px;
    height: 650px;
    margin-top: -325px;
    margin-left: -500px;
    border: 1px solid rgba(255,255,255,1);
}

.list-detail-dl {
    width: 40%;
    height: 100%;
    float: left;
    margin-left: 35px;
}

.list-dl-1 {
    height: 35%;
    padding-top: 80px;
}

.list-dl-1c {
    margin-left: 60px;
    height: 35px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 600;
    color: rgba(255,255,255,1);
    line-height: 48px;
}

.list-dl-2 {
    /*border:1px dashed;*/
    margin-left: 25px;
}

.list-detail-dr {
    float: left;
    width: 52%;
    margin-left: 42px;
}

.list-dr-r0 {
    margin-top: 80px;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(255,255,255,1);
    line-height: 48px;
}

.list-dr-r1 {
    display: flex;
    flex-flow: column wrap;
    height: 200px;
}

.list-dr-r1-img {
    width: 24px;
    height: 24px;
    background: rgba(255,255,255,1);
}

.list-dr-r2 {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(255,255,255,1);
    line-height: 30px;
    margin-top: 30px;
}

.list-dr-r3 {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(255,255,255,1);
    line-height: 30px;
    margin-top: 30px;
}

.close {
    position: absolute;
    right: 5px;
    z-index: 5000;
    cursor: pointer;
    /*overflow:hidden;*/
    padding-top: 25px;
}

    .close::before, .close::after {
        content: '';
        width: 40px;
        height: 4px;
        background: #FFF;
        display: block;
    }

    .close::before {
        transform: rotate(45deg);
    }

    .close::after {
        transform: translateY(-4px) rotate(-45deg);
    }

.list-detail-i {
    display: flex;
    flex-flow: row wrap;
    justify-content:flex-start;
}

.list-detail-img {
    width: 30%;
}
