.wrapper {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.indeximg {
    height: 170px;
}
.indeximg .wrapper {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.indeximg .wrapper .title h2 {
    font-size: 52px;
    font-weight: bold;
}
.indeximg .wrapper .title a:hover {
    background: #C42C21;
}
.indeximg .wrapper .title a {
    display: inline-block;
    margin-top: 26px;
    background: #FF2A2A;
    color: #fff;
    padding: 8px 30px;
    font-size: 22px;
    border-radius: 14px;
}
.indeximg .wrapper .title {
    margin-left: 35px;
}

.index-video .title {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
}
.index-video .title h2 {
    font-size: 30px;
    font-weight: bold;
}
.index-video .list .videolist {
    position: relative;
    text-align: center;
    box-shadow: 0 4px 18px 0 #E9E9E7;
}
.index-video .list .videolist a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: url("../images/video_docm.png") no-repeat center center;
}
.index-video .list .videolist a:hover {
    background: url("../images/mvideo_doc.png") no-repeat center center;
}
.index-video .list h2 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
}
.index-video .list h2:hover {
    color: #C42C21;
}

.indexr .title {
    text-align: center;
}
.indexr .title h2 {
    margin-bottom: 50px;
    padding-top: 70px;
    color: #111111;
    font-size: 30px;
    font-weight: bold;
}


.indexr .wrapper {
    padding: 0 10px;
}
.indexr .com {
    padding-bottom: 10px;
    gap: 8px;
}
.indexr .com .left .flexa-container.flexa-wrap {
    gap: 9px;
}

.indexr .com .left {
    width: 100%;
    max-width: 1424px;
}
.indexr .com .right {
    width: 100%;
    max-width: 468px;
}
.indexr .com .left .list {
    max-width: 468px;
    width: 100%;
}
.indexr .com .right .list {
    max-width: 470px;
    width: 100%;
}
.indexr .com .left .list .oimgs img {
    height: 360px;
    object-fit: cover;
    width: 100%;
}
.indexr .com .right .list .oimgs img {
    height: 805px;
    object-fit: cover;
    width: 100%;
}
.indexr .com .list .oimgs {
    border-radius: 20px;
}
.indexr .com .list .titles {
    padding: 27px 6px 10px;
}

.indexr .com .list h2 {
    font-size: 13px;
    color: #111111;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    height: 40px;
}
.indexr .com .list h2 span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.indexr .com .list:hover h2 {
    color: #E1493E;
}


.indexabouts {
    margin: 40px 0;
}
.indexabouts .wrapper {
    padding: 0 10px 80px;
}
.indexabouts .title {
    position: relative;
    padding-top: 62px;
    margin-bottom: 40px;
}
.indexabouts .title h2 {
    text-align: center;
    color: #111111;
    font-size: 30px;
    font-weight: bold;
}
.indexabouts .title a {
    position: absolute;
    bottom: -8px;
    right: 0;
    padding: 8px 22px;
    border: 1px solid #111;
    font-size: 16px;
    font-weight: bold;
}
.indexabouts .title a:hover {
    background: #111;
    color: #fff;
}
.indexabouts .com .left {
    width: 48.4%;
}
.indexabouts .com .right {
    width: 47%;
}
.indexabouts .com .left .videoabout {
    position: relative;
}
.indexabouts .com .left .videoabout a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: url("../images/video_docm.png") no-repeat center center;
}
.indexabouts .com .left .videoabout a:hover {
    background: url("../images/mvideo_doc.png") no-repeat center center;
}
.indexabouts .com .right .summary .p {
    font-size: 18px;
    color: #8A8A8A;
}
.indexabouts .com .right .addlist {
    margin-top: 46px;
    padding: 0 50px;
    text-align: center;
}
.indexabouts .com .right .addlist h2 {
    font-weight: bold;
    font-size: 26px;
    margin-top: 10px;
}
.indexabouts .com .right .addlist img {
    max-width: 135px;
    max-height: 135px;
}

.indexoem {
    margin: 70px 10px;
}

.indexoem .title {
    text-align: center;
    position: relative;
}
.indexoem .title h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 14px;
}
.indexoem .title p {
    font-size: 16px;
}
.indexoem .title a {
    position: absolute;
    top: 16px;
    right: 0;
    padding: 8px 22px;
    border: 1px solid #111;
    font-size: 16px;
    font-weight: bold;
}
.indexoem .title a:hover {
    background: #111;
    color: #fff;
}
.indexoem .com {
    margin-top: 50px;
}
.indexoem .com .list {
    text-align: center;
    box-shadow: 0 4px 14px 0 #D8D8D8;
    padding: 18px 50px;
    transition: all 0.3s;
}
.indexoem .com .list:hover {
    transform: translateY(-12px);
}
.indexoem .com .list h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0 14px;
}
.indexoem .com .list .summary {
    font-size: 16px;
    color: #808080;
    text-align: left;
}


.indexcase {
    margin: 70px 10px 50px;
}

.indexcase .title h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 14px;
    text-align: center;
}
.indexcase .title p {
    font-size: 16px;
    color: #5D5D5D;
    line-height: 26px;
}

.indexcase .com {
    margin-top: 50px;
}
.indexcase .com .list {
    text-align: center;
    transition: all 0.3s;
}
.indexcase .com .list:hover {
    transform: translateY(-12px);
}
.indexcase .com .list h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 25px 0 14px;
}



.indexwys {
    margin: 50px 10px 50px;
}

.indexwys .title h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 14px;
    text-align: center;
}
.indexwys .title p {
    font-size: 16px;
    color: #5D5D5D;
    line-height: 26px;
}

.indexwys .com {
    margin-top: 50px;
    background: #808080;
}
.indexwys .com .list {
    transition: all 0.3s;
    background: #fff;
}
.indexwys .com .list .oimg {
    flex-shrink: 0;
    max-width: 131px;
    margin: 50px;
}
.indexwys .com .list:hover {
    //transform: translateY(-10px);
}
.indexwys .com .list h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 50px 0 16px;
}
.indexwys .com .list .summary {
    margin-bottom: 50px;
    font-size: 18px;
    color: #808080;
    padding-right: 10px;
}


.index-pp {
    background: #F5F5F5;
    padding-top: 50px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.index-pp .title h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.index-pp .title p {
    font-size: 16px;
    color: #7F7F7F;
    line-height: 1.6;
}
.index-pp .con {
    margin-bottom: 30px;
    margin-top: 40px;
}
.index-pp .con .swiper {
    padding: 8px 0px 70px;
}

.index-pp .swiper-slide .list {
    background: #fff;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 18px 0 #E3E3E3;
}
.index-pp .swiper-slide h2 a {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    color: #111111;
    display: block;
}
.index-pp .swiper-slide h2 {
    padding: 40px 0px 50px;
}
.index-pp .swiper-slide:hover h2 a {
    color: #C42C21;
}
.index-pp .swiper-slide .img {
    overflow: hidden;
}
.index-pp .swiper-slide .img img {
    display: block;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.index-pp .swiper-slide .img:hover img{
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}


.index-pp .swiper .swiper-button-nexts,.index-pp .swiper .swiper-button-prevs {
    background: #fff;
    padding: 14px 8px;
    color: #111;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index:999;
}
.index-pp .swiper .swiper-button-nexts .EFfx, .index-pp .swiper .swiper-button-prevs .EFfx {
    font-size: 26px;
    display: block;
}
.index-pp .swiper .swiper-button-nexts {
    right: 8px;
}
.index-pp .swiper .swiper-button-prevs {
    left: 8px;
}
.index-pp .swiper .swiper-button-nexts:hover, .index-pp .swiper .swiper-button-prevs:hover {
    background: #111;
    color: #fff;
}




.inquiry {
    padding: 40px 0;
}
.inquiry  .title .titleh1{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 35px;
    color: #3F3F3F;
}
.inquiry .title p {
    text-align: center;
    color: #808080;
    font-size: 16px;
}
.inquiry .conter {
    margin-top: 25px;
    padding: 0px 10px;
}
.inquiry .conter .grid-container {
    gap: 15px 30px;
}
.inquiry .conter .textareas {
    margin-top: 15px;
    position: relative;
}
.inquiry #homeform .list {
    position: relative;
}
.inquiry #homeform label span {
    color: red;
}
.inquiry input, .inquiry textarea {
    padding: 5px 20px;
    border-radius: 30px;
    width: 100%;
    height: 50px;
    border: none;
    background-color: #F5F5F5;
}
input, textarea {
    outline: 0;
}
.inquiry textarea {
    height: 130px;
    font-family: arial;
    position: relative;
}
.inquiry .yanz {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    margin-top: 10px;
    position: relative;
    max-width: 615px;
}
.inquiry #homeform label {
    position: absolute;
    left: 20px;
    top: 9px;
    pointer-events: none;
    transition: all 0.3s;
    color: #808080;
    font-weight: inherit;
}
.inquiry #homeform input:not(:placeholder-shown) ~ label,.inquiry #homeform textarea:not(:placeholder-shown) ~ label{
    top: -15px;
}
.inquiry #homeform input:focus ~ label,.inquiry #homeform textarea:focus ~ label {
    top: -15px;
}
.inquiry #homeform .verify {
    width: 100%;
    margin-top: 0;
    margin-right: 10px;
}
.inquiry .yanz .verbox {
    flex-shrink: 0;
}
.inquiry #homeform .yanz img {
    width: 130px;
    display: block;
}
.inquiry #homeform .btn {
    padding: 9px 40px;
    background-color: #111;
    border: 2px solid #111;
    color: #fff;
    text-align: center;
    border-radius: 36px;
    font-size: 16px;
    transition: all 0.3s;
}
.inquiry #homeform .btn:hover {
    background-color: #fff;
    border: 2px solid #111;
    color: #111;
}
.inquiry .conter .formbut {
    text-align: center;
    margin-top: 40px;
}

/*.required::placeholder {*/
/*    color: red;*/
/*}*/
.required::placeholder:after {
    content:" *";
    color: red;
}
.required::-webkit-input-placeholder:after {
    content:" *";
    color: red;
}

.required:-moz-placeholder:after {
    content:" *";
    color: red;
}

.required:-ms-input-placeholder:after {
    content:" *";
    color: red;
}

.oimg{
    overflow: hidden;
}
.oimg img{
    transition: all 0.3s;
    display: inline-block;
}
.oimg img:hover{
    transform: scale(1.1);
}
.pnome {
    display:none;
}
.mnome {
    display:block;
}

@media only screen and (max-width: 1700px) {
    .inquiry .conter {
        margin: 40px 10px 0;
    }
}
@media only screen and (max-width: 1680px) {
    .indexr .com .left .list .oimgs img {
        height: 312px;
        object-fit: cover;
        width: 100%;
    }
    .indexr .com .right {
        width: 100%;
        max-width: 412px;
    }
    .indexr .com .right .list .oimgs img {
        height: 709px;
        object-fit: cover;
        width: 100%;
    }
}
@media only screen and (max-width: 1560px) {

}
@media only screen and (max-width: 1440px) {
    .indexabouts .com .right .summary .p {
        font-size: 16px;
        color: #8A8A8A;
        line-height: 1.5;
    }
    .indexabouts .com .right .addlist img {
        max-width: 100px;
        max-height: 100px;
    }
    .indexabouts .com .right .addlist h2 {
        font-weight: bold;
        font-size: 18px;
    }
    .indexoem .com .list .summary {
        line-height: 1.5;
    }
    .indexwys .com .list .summary {
        margin-bottom: 50px;
        font-size: 16px;
        color: #808080;
        line-height: 1.5;
    }
    .indexr .com .left .list .oimgs img {
        object-fit: cover;
        width: 100%;
        height: 265px;
    }
    .indexr .com .right {
        width: 100%;
        max-width: 358px;
    }
    .indexr .com .right .list .oimgs img {
        object-fit: cover;
        width: 100%;
        height: 616px;
    }
}
@media only screen and (max-width: 1400px) {
    .indexr .wrapper {
        width: 100%;
    }
    .wrapper {
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }


}
@media only screen and (max-width: 1380px) {

}
@media only screen and (max-width: 1280px) {

}
@media only screen and (max-width: 1200px) {
    .indeximg {
        height: 120px;
        background-size: cover !important;
    }
    .indeximg .wrapper .title a {
        display: inline-block;
        margin-top: 18px;
        background: #FF2A2A;
        color: #fff;
        padding: 6px 24px;
        font-size: 18px;
        border-radius: 14px;
    }
    .indeximg .wrapper .title h2 {
        font-size: 34px;
        font-weight: bold;
    }
    .indexr .com .right {
        display: none;
    }
    .indexr .com .left .list .oimgs img {
        height: auto;
        object-fit: cover;
        width: 100%;
    }
    .wrapper {
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }
    .indexr .wrapper {
        width: 100%;
    }



}

@media only screen and (max-width: 1024px) {
    .pnome {
        display:block;
    }
    .mnome {
        display:none;
    }
    .indexabouts .com .left {
        width: 100%;
        text-align: center;
    }
    .indexabouts .com .right {
        width: 100%;
        margin-top: 20px;
    }
    .indexabouts .title {
        text-align: center;
    }
    .indexabouts .title a {
        position: unset;
        margin-top: 10px;
        display: inline-block;
    }
    .indexoem .title a {
        position: unset;
        display: inline-block;
        margin-top: 18px;
    }

}
@media only screen and (max-width: 980px) {




}
@media only screen and (max-width: 900px) {


}
@media only screen and (max-width: 880px) {

}
@media only screen and (max-width: 800px) {


}
@media only screen and (max-width: 770px) {
    .indeximg {
        height: 90px;
        background-size: cover !important;
    }
    .indeximg .wrapper .title h2 {
        font-size: 24px;
        font-weight: bold;
        padding: 0 12px;
        line-height: 1.5;
    }
    .indeximg .wrapper .title a {
        display: inline-block;
        margin-top: 12px;
        background: #FF2A2A;
        color: #fff;
        padding: 4px 18px;
        font-size: 16px;
        border-radius: 14px;
    }
    .indexcase .com .list h2 {
        font-size: 16px;
        line-height: 1.5;
    }
}
@media only screen and (max-width: 700px) {

}
@media only screen and (max-width: 600px) {

    .index-video .list h2 {
        margin-bottom: 10px;
    }
    .indexwys .com .list .oimg {
        max-width: 100px;
        margin: 20px;
    }
    .indexwys .com .list h2 {
        font-size: 20px;
        margin: 20px 0 6px;
    }
    .indexwys .com .list .summary {
        margin-bottom: 20px;
        font-size: 16px;
        padding-right: 0px;
    }

}
@media only screen and (max-width: 580px) {
    .indeximg {
        height: 60px;
        background-size: cover !important;
    }
    .indeximg .wrapper .title h2 {
        font-size: 16px;
        font-weight: bold;
    }
    .indeximg .wrapper .title a {
        display: inline-block;
        margin-top: 5px;
        background: #FF2A2A;
        color: #fff;
        padding: 1px 10px;
        font-size: 12px;
        border-radius: 14px;
    }
    .indeximg .wrapper .title {
        margin-left: 20px;
    }
    .indexr .com {
        flex-wrap: wrap;
    }
    .indexr .com .right {
        display: block;
        max-width: 100%;
    }
    .indexr .com .right .list {
        max-width: 470px;
        width: 100%;
        margin: 0 auto;
    }
    .indexr .com .right .list .oimgs img {
        height: auto;
        object-fit: cover;
        width: 100%;
    }


    .inquiry .conter {
        margin: 40px 10px 0;
        padding: 20px 0px;
    }


    .indexr .com .list .titles {
        padding: 20px 6px 22px;
    }


    .index-pp .swiper-slide h2 a {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
        color: #111111;
        display: block;
    }
    .index-pp .con {
        margin-bottom: 30px;
    }

}

@media only screen and (max-width: 500px) {
    .index-video .title {
        text-align: center;
        margin-top: 40px;
        margin-bottom: 24px;
    }
    .index-video .title h2 {
        font-size: 24px;
        font-weight: bold;
    }
    .index-video .list h2 {
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        margin-top: 20px;
    }
    .indexr .title h2 {
        margin-bottom: 30px;
        padding-top: 51px;
        color: #111111;
        font-size: 24px;
        font-weight: bold;
    }

    .indexabouts {
        margin: 20px 0;
    }
    .indexabouts .wrapper {
        padding: 0 10px 50px;
    }
    .indexabouts .title {
        position: relative;
        padding-top: 40px;
        margin-bottom: 30px;
    }
    .indexabouts .title h2 {
        text-align: center;
        color: #111111;
        font-size: 24px;
        font-weight: bold;
    }
    .indexabouts .title a {
        padding: 4px 14px;
        font-size: 13px;
    }
    .indexabouts .com .right .addlist {
        margin-top: 20px;
        padding: 0 10px;
        text-align: center;
    }
    .indexabouts .com .right .addlist img {
        max-width: 80px;
        max-height: 80px;
    }
    .indexoem {
        margin: 50px 10px;
    }
    .indexoem .title h2 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 14px;
    }
    .indexoem .title a {
        padding: 4px 14px;
        font-size: 13px;
    }
    .indexcase {
        margin: 50px 10px;
    }
    .indexcase .title h2 {
        font-size: 24px;
    }
    .indexwys {
        margin: 50px 10px 30px;
    }
    .indexwys .title h2 {
        font-size: 24px;
    }
    .indexwys .com {
        margin-top: 20px;
        background: unset;
    }
    .grid-gap-1 {
        gap: 0px;
    }
    .indexwys .com .list .oimg {
        max-width: 80px;
        margin: 12px 15px 12px 0;
    }
    .indexwys .com .list h2 {
        font-size: 16px;
        margin: 12px 0 2px;
    }
    .indexwys .com .list .summary {
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 1.6;
    }
    .index-pp {
        padding-top: 50px;
    }
    .index-pp .title h2 {
        font-size: 24px;
    }
    .index-pp .con {
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .inquiry .title .titleh1 {
        font-size: 24px;
        padding: 10px 0 15px;
    }
    .inquiry {
        padding: 50px 0 40px;
    }
    .inquiry .conter {
        margin: 10px 10px 0;
        padding: 20px 0px;
    }
}
@media only screen and (max-width: 498px) {

    .index-pp .swiper-slide h2 {
        margin: 15px 0px 6px;
        padding: 20px 0px 30px;
    }
    .index-pp .swiper-slide h2 a {
        font-size: 14px;
    }
    .index-pp .swiper-slide .p {
        margin-bottom: 65px;
        font-size: 14px;
        color: #111111;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }

}
@media only screen and (max-width: 440px) {
    .indexoem .com .list {
        padding: 18px 15px;
    }
}
@media only screen and (max-width: 400px) {
    .indexwys .com .list .oimg {
        max-width: 70px;
        margin: 12px 10px 12px 0;
    }
}
@media only screen and (max-width: 390px) {


}