.Introduction_Info {
    padding-bottom: 55px;
}

.Company_text {
    padding: 0;
}

.preface_Info p{
    text-indent: 32px;
}
.Img_title {
    text-align: center;
    padding-top: 80px;
}

.Img_title p {

    width: 100%;
    font-size: 30px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    font-style: italic;
    color: #356CFF;
}

.Company_text p {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    padding-top: 24px;
    text-indent: 32px;
}

.infoText {
    padding-top: 30px;
}

.Large-scale_Instruments {
    height: auto;
}

.ContentArea {
    padding: 28px 0 80px 0;
}

.ContentText {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-indent: 32px;
}

.ContentArea img {
    padding-top: 60px;
    padding-bottom: 87px;
}

.ContentItem {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.instrument {
    width: 28.5%;
    min-width: calc(369px - 40px - 28px);
    ;
    height: 610px;
    background: #FFFFFF;
    box-shadow: 0px 8px 10px 0px rgba(131, 131, 131, 0.2);
    border-radius: 12px;
    padding: 20px 20px 0 20px;
    margin-bottom: 26px;
}

.Image_Box {
    width: 329px;
    height: 322px;
    background: #FFFFFF;
    border-radius: 8px;
}

.Image_Box img {
    padding: 0;
}

.instrument_Title {
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #333333;
    line-height: 25px;
    height: 43px;
    padding: 23px 0 14px 0;
}

.instrument_Text {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    padding-bottom: 8px;
    font-style:italic
}

.instrument_text {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    text-align:justify
}

.instrument_SE {
    height: 80px;
    padding-bottom: 14px;
}

.instrument_TH {
    padding-bottom: 14px;
}

.More_resource {
    width: 100%;
    text-align: end;
    margin-top: 30px;
}

.More_resource p a {
    font-size: 26px;
    font-weight: 500;
    color: #356CFF;
    cursor: pointer;
}

.classic_case .Instruments_Content .classicImage {
    padding-top: 50px;
}

.classicImage img {
    padding-top: 0;
    padding-bottom: 26px;
}

.classicImage {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.area {
    width: 40%;
}

.area ul {
    width: 100%;
    height: 100%;
}

.area ul li {
    width: 100%;
    display: flex;
    height: 30px;
    align-items: center;
    padding-bottom: 24px;
}

.area ul li img {
    width: 20px;
    height: 20px;
}

.area ul li p {
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    margin-left: 14px;
}

.LJ {
    color: #356CFF;
}

.EWM {
    width: 453px;
    height: 193px;
    margin-right: 24px;
}

.DT {
    width: 218px;
    height: 193px;
}

.Contact_Information {
    height: auto;
    padding-bottom: 77px;
}

.more a {
    font-size: 40px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #356CFF;
    cursor: pointer;
    display: block;
}

.more a span {
    position: relative;
    animation: my-words 1.4s infinite;
}

.more a span:nth-child(1) {
    animation-delay: 0.1s;
}

.more a span:nth-child(2n) {
    animation-delay: 0.15s;
}

.more a span:nth-child(3) {
    animation-delay: 0.2s;
}

.more a span:nth-child(4) {
    animation-delay: 0.25s;
}

.more a span:nth-child(5) {
    animation-delay: 0.3s;
}

.more a span:nth-child(6) {
    animation-delay: 0.25s;
}

.more a span:nth-child(7) {
    animation-delay: 0.2s;
}

.more a span:nth-child(8) {
    animation-delay: 0.15s;
}

.more a span:nth-child(9) {
    animation-delay: 0.1s;
}

.more a span:nth-child(10) {
    animation-delay: 0.15s;
}

.more a span:nth-child(11) {
    animation-delay: 0.2s;
}

.more a span:nth-child(12) {
    animation-delay: 0.25s;
}

.more a span:nth-child(13) {
    animation-delay: 0.3s;
}

.more a span:nth-child(14) {
    animation-delay: 0.25s;
}

.more a span:nth-child(15) {
    animation-delay: 0.2s;
}

@keyframes my-words {
    0% {
        top: 0;
    }

    50% {
        top: -20px;
    }

    100% {
        top: 0;
    }
}


.videoShow {
    width: 100%;
    display: flex;
    padding-bottom: 80px;
}

.videoText {
    width: 440px;
    padding-right: 18px;

}

.title {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 29px;
    padding-bottom: 24px;
}

.video_text {
    font-size: 16px;
    font-weight: 400;
    background: #FFF9EE;
    line-height: 35px;
    text-align: justify;
    margin-top: 22px;
    color: #4B4535;
    padding: 36px 15px;
    text-indent: 32px;
}

.videos {
    flex: 1;
    height: auto;
}

.videoWin {
    width: 100%;
     height: 313px; 
}

    .reservationBtn{
        position: relative;
        width: 100%;
        height: 50px;
        background-color: #F2AC3D;
        font-size: 18px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 30px;
        cursor: pointer;
        bottom: -20px;

    }