.indexr {
    background-color: #fff;
}
.indexr .title {
    text-align: center;
    position: relative;
}
.indexr .title h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-top: 60px;
    color: #111;
}
.indexr .title a {
    position: absolute;
    bottom: 10px;
    right: 0;
    border-bottom: 2px solid #FF9801;
    font-size: 16px;
    color: #FF9801;
    font-weight: bold;
}
.indexr .title a:hover {
    color: #111;
    border-bottom: 2px solid #111;
}
.indexr .title .summary {
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 60px;
}

.indexr .com {
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
}

.indexr .com .list .oimg {
    box-shadow: 0 0 11px 0 #D2D2D2;
    border-radius: 22px;
}
.indexr .com .list .oimg img {
    width: 100%;
}
.indexr .com .list h2 {
    font-size: 18px;
    margin-top: 36px;
    text-align: center;
    line-height: 28px;
}
.indexr .com .list .left:hover {
    color: #FF9801;
}
.indexr .com .swiper.mySwipercate {
    padding-bottom: 50px;
}
.indexr .com .swiper.mySwipercate .list {
    text-align: center;
    margin-bottom: 15px;
}
.indexr .com .swiper.mySwipercate .list h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.indexr .com .grid-container {
    padding: 10px;
}

.indexvideo {
    padding: 30px 0;
}
.indexvideo .title {
    margin-bottom: 35px;
}
.indexvideo .title h2 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
}
.indexvideo .con {
    position: relative;
    padding: 0 10px;
}
.indexvideo .con .swiper-button-nextss, .indexvideo .con .swiper-button-prevss {
    position: absolute;
    top: 27%;
    z-index: 999;
    background: #9B9B9B;
    color: #fff;
    padding: 10px 10px;
}
.indexvideo .con .swiper-button-nextss:hover, .indexvideo .con .swiper-button-prevss:hover {
    background: #FF9801;
    color: #fff;
}
.indexvideo .con .swiper-button-nextss {
    right: 10px;
}
.indexvideo .con .swiper-button-prevss {
    left: 10px;
}
.indexvideo .con .swiper-button-nextss .EFfx, .indexvideo .con .swiper-button-prevss .EFfx{
    font-size: 22px;
}
.indexvideo .con .list .oimgs {
    text-align: center;
    position: relative;
}
.indexvideo .con .list .oimgs a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/video_doc_03.png") no-repeat center center;
}
.indexvideo .con .list .oimgs a:hover {
    background: url("../images/video_doc_05.png") no-repeat center center;
}
.indexvideo .con .list .titles {
    margin-top: 22px;
    text-align: center;
    padding: 0 10px;
}

.indexvideo .con .list .titles h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.indexvideo .con .list .titles h3 {
    font-size: 16px;
    line-height: 1.6;
}
.indexvideo .con .list .titles h2 a:hover {
    color: #FF9801;
}


.windowsrtitle .title {
    text-align: center;
    position: relative;
}
.windowsrtitle .title h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #111;
    padding: 50px 10px 0;
}
.windowsrtitle .title a {
    position: absolute;
    bottom: 10px;
    right: 0;
    border-bottom: 2px solid #FF9801;
    font-size: 16px;
    color: #FF9801;
    font-weight: bold;
}
.windowsrtitle .title a:hover {
    color: #111;
    border-bottom: 2px solid #111;
}


.indexwindows {
    margin: 10px 0 20px;
}
.indexwindows .swiper {
    padding: 10px 10px 40px;
}
.indexwindows .title {
    margin-bottom: 25px;
}
.indexwindows .title h3 {
    text-align: left;
    font-size: 24px;
    color: #111;
    font-weight: bold;
    padding: 0 10px;
}
.indexwindows .list h4 {
    margin: 28px 0 14px 0;
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
    padding: 0 8px;
    font-weight: bold;
}
.indexwindows .swiper .list .oimg {
    box-shadow: 0 4px 11px 0 #D2D2D2;
}
.indexwindows .swiper .swiper-button-nextss,.indexwindows .swiper .swiper-button-prevss {
    background: #BFBFBF;
    padding: 12px 10px;
    color: #fff;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index:999;
}
.indexwindows .swiper .swiper-button-nextss .EFfx, .indexwindows .swiper .swiper-button-prevss .EFfx {
    font-size: 26px;
    display: block;
}
.indexwindows .swiper .swiper-button-nextss{
    right: 10px;
}
.indexwindows .swiper .swiper-button-prevss {
    left: 10px;
}
.indexwindows .swiper .swiper-button-nextss:hover,.indexwindows .swiper .swiper-button-prevss:hover {
    background: #FF9801;
}
.indexwindows .list h4:hover {
    color: #FF9801;
}

.aboutus .aboutss {
    padding-top: 105px;
}
.aboutus .aboutss .com {
    width: 41%;
    float: right;
    background: #fff;
    padding: 30px 36px 20px;
}
.aboutus .aboutss .com h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 12px;
}
.aboutus .aboutss .com .p {
    line-height: 1.6;
    font-size: 16px;
}
.aboutus .aboutss .com .a a:hover {
    color: #111;
    border-bottom: 2px solid #111;
}
.aboutus .aboutss .com .a a {
    border-bottom: 2px solid #FF9801;
    font-size: 16px;
    color: #FF9801;
    font-weight: bold;
}
.aboutus .aboutss .com .a {
    margin-top: 10px;
}


.indexyuia .list {
    margin: 50px 0;
    text-align: center;
    color: #111;
    font-size: 17px;
}
.indexyuia .list .h2 {
    font-size: 50px;
    font-weight: 600;
    color: #FE9901;
}
.indexyuia .list .title {
    margin-top: 6px;
}
.aboutus .aboutss .com h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 12px;
}


.aboutusa .aboutssa {
    padding-top: 105px;
}
.aboutusa .aboutssa .com {
    width: 41%;
    float: left;
    background: #fff;
    padding: 30px 36px 20px;
}
.aboutusa .aboutssa .com h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 12px;
}
.aboutusa .aboutssa .com .p {
    line-height: 1.6;
    font-size: 16px;
}
.aboutusa .aboutssa .com .a a:hover {
    color: #111;
    border-bottom: 2px solid #111;
}
.aboutusa .aboutssa .com .a a {
    border-bottom: 2px solid #FF9801;
    font-size: 16px;
    color: #FF9801;
    font-weight: bold;
}
.aboutusa .aboutssa .com .a {
    margin-top: 10px;
}

.indexd .title h2 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 38px;
    color: #111;
    margin-top: 60px;
}
.indexd {
    margin: 10px auto 20px;
}
.indexd .con .list .h2 {
    font-size: 18px;
    text-align: center;
    margin-top: 24px;
    font-weight: bold;
}
.indexd .swiper {
    padding-bottom: 70px;
}
.indexd .swiper .swiper-button-nextss,.indexd .swiper .swiper-button-prevss {
    background: #C4C4C4;
    padding: 20px 10px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #C4C4C4;
    z-index:999;
}
.indexd .swiper .swiper-button-nextss .EFfx, .indexd .swiper .swiper-button-prevss .EFfx {
    font-size: 30px;
    display: block;
}
.indexd .swiper .swiper-button-nextss {
    right: 0;
}
.indexd .swiper .swiper-button-prevss {
    left: 0;
}
.indexd .swiper .swiper-button-nextss:hover,.indexd .swiper .swiper-button-prevss:hover {
    background: #EFD658;
}

.indexoem {
    margin: 60px 0 50px 0;
}
.indexoem .title {
    text-align: center;
    margin-bottom: 30px;
}
.indexoem .title h2 {
    font-size: 32px;
    font-weight: bold;
    color: #111;
}

.indexoem .oemc {
    gap: 80px;
}
.indexoem .list {
    padding: 30px 8px 22px;
    box-shadow: 0 3px 7px 0 #ccc;
    transition: all 0.3s;
}
.indexoem .list:hover {
    transform: translateY(-10px);
    box-shadow: 0 3px 7px 0 #FF98017D;
}
.indexoem .list .img {
    text-align: center;
    margin-bottom: 12px;
}
.indexoem .list .h2 {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #2B2B2B;
    line-height: 1.3;
    height: 54px;
}
.indexoem .list .h2 span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.indexoem .list .img img {
    max-width: 88px;
    max-height: 88px;
    object-fit: contain;
    border: 1px solid #F39A13;
    border-radius: 50%;
    padding: 10px;
}
.indexoem .list .p {
    color: #9D9D9D;
    text-align: center;
    padding: 0 32px;
    line-height: 24px;
    font-size: 16px;
    margin-top: 14px;
}




.indexnews {
    background: #F9F9F9;
    padding: 60px 0;
}
.indexnews .title {
    text-align: center;
    margin-bottom: 30px;
}
.indexnews .con .list {
    background: #fff;
}
.indexnews .con .list .riqi {
    margin-top: 8px;
    margin-bottom: 6px;
    font-size: 16px;
    color: #333;
}
.indexnews .con .list h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 8px;
    color: #242424;
}
.indexnews .con .list h2 span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.indexnews .con .list .p {
    font-size: 15px;
    color: #808080;
    height: 80px;
}
.indexnews .con .list .conui{
    padding:0 12px 20px;
}
.indexnews .con .list .p p{
    font-size: 15px;
    color: #808080;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.indexnews .con .list .a {
    color: #595959;
    display: inline-block;
    margin-top: 6px;
    font-size: 14px;
    font-weight: bold;
}
.indexnews .con .list .a:hover {
    color: #FF9801;
}

.indexnews .con .swiper-button-nextss, .indexnews .con .swiper-button-prevss {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 999;
    background: #9B9B9B;
    padding: 7px 4px;
}
.indexnews .con .swiper-button-prevss {
    left: 0;
}
.indexnews .con .swiper-button-nextss {
    right: 0;
}
.indexnews .con .swiper-button-nextss .EFfx, .indexnews .con .swiper-button-prevss .EFfx {
    font-size: 26px;
    display: block;
}
.indexnews .con .swiper-button-nextss:hover, .indexnews .con .swiper-button-prevss:hover {
    background: #FF9801;
}
.indexnews .title h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 8px;
    color:#111111;
}
.indexnews .title .p {
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    color:#111111;
}
.indexnews .con .list .oimg {
    width: 100%;
}
.indexnews .con .list .oimg img {
    width: 100%;
}

.index7 .right {
    width: 365px;
    margin-left: 106px;
}
.index7 .right img {
    margin-right: -106px;
}
.index7 {
    padding: 60px 0;
    background-image: url("../images/Contact-Us.png");
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}
.index7 .wrap {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}
.index7 .title h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 24px;
    color: #fff;
    text-align: center;
}
.index7 .title p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
}
.biaodan {
    position: relative;
}
.biaodan .item {
    width: 45%;
    border-bottom: 1px solid #fff;
    margin: 32px 0px;
    padding-bottom: 4px;
}
.biaodan .item label {
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
    margin-bottom: 0;
}
.biaodan .item label span {
    color: red;
}
.biaodan .item input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 0;
    outline: none;
    padding: 0 8px;
    font-size: 14px;
    color: #fff;
    height: 30px;
    background: unset;
}
.biaodan .item textarea {
    resize: none;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 30px;
    border: 0;
    padding: 8px;
    outline: none;
    color: #fff;
    font-size: 14px;
    background: unset;
}
.biaodan .item.verify_status {
    position: relative;
}
.biaodan .item.items {
    width: 100%;
}
.biaodan .item.verify_status img {
    width: 96px;
    position: absolute;
    top: 0px;
    right: 0;
}

html[lang=ar] .biaodan .item.verify_status img {
    width: 96px;
    position: absolute;
    top: 0px;
    right: unset;
    left: 0;
}
.btnwei {
    text-align: center;
    margin-top: 50px;
}
.btnwei input {
    padding: 10px 34px;
    border: 0;
    background: #fff;
    color: #333;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 18px;
    outline: none;
    font-family: arial;
    position: relative;
    border-radius: 2px;
    box-shadow: 0px 2px 8px -4px #fff;
    transition: all 0.5s;
}
.btnwei input:hover {
    background: #FF9801;
    color: #fff;
}


.oimg{
    overflow: hidden;
}
.oimg img{
    transition: all 0.3s;
    display: block;
}
.oimg img:hover{
    transform: scale(1.1);
}

@media only screen and (max-width: 1400px) {
    .wrapper {
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }
    .indexr .wrapper {
        width: 100%;
    }




}
@media only screen and (max-width: 1200px) {
    .indexr .title a {
        position: absolute;
        bottom: 6%;
        right: 0;
        border-bottom: 2px solid #FF9801;
        font-size: 16px;
        color: #FF9801;
        font-weight: bold;
    }
    .wrapper {
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }
    .indexr .wrapper {
        width: 100%;
    }
    .indexr .com {
        overflow: hidden;
        position: relative;
    }




    .index7 .wrap {
        width: 100%;
        margin: 0 auto;
    }

    .biaodan .item.items {
        width: calc(100% - 20px);
    }
    .biaodan .item {
        width: 44%;
        border-bottom: 1px solid #fff;
        margin: 32px 10px;
        padding-bottom: 4px;
    }




}

@media only screen and (max-width: 1024px) {
    .indexr .title a {
        position: absolute;
        bottom: 4%;
        right: 0;
        border-bottom: 2px solid #FF9801;
        font-size: 16px;
        color: #FF9801;
        font-weight: bold;
    }


}
@media only screen and (max-width: 980px) {

    .indexr .title h2 {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 23px;
    }
    .indexr .title .summary {
        line-height: 25px;
        font-size: 16px;
        margin-bottom: 34px;
    }




    .index7 .title h2 {
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 12px;
        color: #fff;
        text-align: center;
    }
    .index7 .title p {
        color: #fff;
        text-align: center;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .biaodan .item label {
        color: #fff;
        font-size: 14px;
        white-space: nowrap;
    }

    .biaodan .item {
        width: 47%;
        border-bottom: 1px solid #fff;
        margin: 20px 10px;
        padding-bottom: 4px;
    }
    .btnwei input {
        padding: 11px 28px;
        border: 0;
        background: #fff;
        color: #333;
        text-transform: uppercase;
        cursor: pointer;
        font-size: 16px;
        outline: none;
        font-weight: bold;
        font-family: arial;
        position: relative;
        border-radius: 2px;
        box-shadow: 0px 2px 8px -4px #fff;
        line-height: normal;
    }
    .aboutus .aboutss .com {
        width: 100%;
        float: right;
        background: #fff;
        padding: 30px 36px 20px;
    }
    .aboutusa .aboutssa .com {
        width: 100%;
        float: left;
        background: #fff;
        padding: 30px 36px 20px;
    }

}
@media only screen and (max-width: 900px) {

}
@media only screen and (max-width: 800px) {
    .indexr .com .swiper.mySwipercate {
        padding-bottom: 30px;
    }
    .indexr .title a {
        position: unset;
        bottom: 4%;
        right: 0;
        border-bottom: 1px solid #FF9801;
        font-size: 14px;
        color: #FF9801;
        font-weight: initial;
    }
    .indexr .title a:hover {
        color: #111;
        border-bottom: 1px solid #111;
    }
    .indexr .title h2 {
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 8px;
    }
    .indexr .com .grid-container {
        padding: 10px;
        margin-top: 24px;
    }
    .indexvideo .title h2 {
        text-align: center;
        font-size: 26px;
        font-weight: bold;
    }
    .indexvideo .con .list .titles h2 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .windowsrtitle .title a {
        position: unset;
        bottom: 10px;
        right: 0;
        border-bottom: 1px solid #FF9801;
        font-size: 14px;
        color: #FF9801;
        font-weight: initial;
    }
    .windowsrtitle .title a:hover {
        color: #111;
        border-bottom: 1px solid #111;
    }
    .windowsrtitle .title h2 {
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 6px;
        color: #111;
        padding: 50px 10px 0;
    }
    .windowsrtitle .title {
        text-align: center;
        position: relative;
        margin-bottom: 20px;
    }
    .indexwindows .title h3 {
        text-align: left;
        font-size: 18px;
        color: #111;
        font-weight: bold;
        padding: 0 10px;
    }
    .indexwindows .title {
        margin-bottom: 10px;
    }
    .aboutus .aboutss .com h2 {
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 12px;
    }
    .aboutus .aboutss .com .a a {
        border-bottom: 1px solid #FF9801;
        font-size: 14px;
        color: #FF9801;
        font-weight: initial;
    }
    .aboutus .aboutss .com .a a:hover {
        color: #111;
        border-bottom: 1px solid #111;
    }
    .aboutusa .aboutssa .com h2 {
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 12px;
    }
    .aboutusa .aboutssa .com .a a {
        border-bottom: 1px solid #FF9801;
        font-size: 14px;
        color: #FF9801;
        font-weight: initial;
    }
    .aboutusa .aboutssa .com .a a:hover {
        color: #111;
        border-bottom: 1px solid #111;
    }
    .indexoem .title h2 {
        font-size: 26px;
        font-weight: bold;
        color: #111;
    }
    .indexoem .list .h2 {
        font-size: 18px;
        text-align: center;
        font-weight: 600;
        color: #2B2B2B;
        line-height: 1.3;
        height: auto;
    }
    .indexoem .oemc {
        gap: 20px;
    }
    .indexyuia .list .h2 {
        font-size: 28px;
        font-weight: 600;
    }
    .indexyuia .list .title {
        letter-spacing: 1px;
        margin-top: 6px;
        font-size: 15px;
    }
    .indexwindows .title a {
        position: unset;
        top: 50%;
        right: 0;
        transform: none;
        color: #FF9801;
        text-decoration: underline !important;
        font-size: 16px;
        text-align: center;
        width: 100%;
        display: block;
        margin-top: 8px;
    }
    .indexd .title h2 {
        font-size: 26px;
    }
    .indexd .con .list .h2 {
        font-size: 16px;
        text-align: center;
        margin-top: 24px;
        font-weight: bold;
    }
    .indexnews {
        background: #F9F9F9;
        padding: 30px 0;
    }
    .indexnews .title h2 {
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 8px;
        color: #111111;
    }


}
@media only screen and (max-width: 700px) {



}
@media only screen and (max-width: 600px) {

    .indexwindows .title a {
        position: unset;
        top: 50%;
        right: 0;
        transform: none;
        color: #FF9801;
        text-decoration: underline !important;
        font-size: 16px;
        text-align: center;
        width: 100%;
        display: block;
        margin-top: 8px;
    }
    .indexyuia .list .title {
        letter-spacing: 1px;
        margin-top: 6px;
        font-size: 12px;
    }

}
@media only screen and (max-width: 580px) {


    .indexr .title h2 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 6px;
        padding-top: 30px;
    }

    .indexr .com .list h2 {
        font-size: 14px;
        margin-top: 10px;
        text-align: center;
        line-height: 26px;
    }

    .indexr .title .summary {
        line-height: 20px;
        font-size: 13px;
        margin-bottom: 20px;
    }
    .indexr .com {
        overflow: hidden;
        position: relative;
        padding-bottom: 0;
    }

    .indexvideo .title h2 {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
    }
    .indexvideo .con .list .titles h2 {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 4px;
    }
    .indexvideo .con .list .titles {
        margin-top: 18px;
        text-align: center;
        padding: 0 10px;
    }
    .windowsrtitle .title h2 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 4px;
        color: #111;
        padding: 20px 10px 0;
    }
    .indexwindows .title h3 {
        text-align: left;
        font-size: 16px;
        color: #111;
        font-weight: bold;
        padding: 0 10px;
    }
    .indexwindows .list h4 {
        margin: 28px 0 14px 0;
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
        padding: 0 8px;
        font-weight: bold;
    }

    .indexwindows .list h2 {
        margin: 14px 0;
        font-size: 14px;
    }
    .aboutus .aboutss .com h2 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 12px;
    }
    .aboutus .aboutss .com .p {
        line-height: 1.5;
        font-size: 14px;
    }
    .aboutusa .aboutssa .com h2 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 12px;
    }
    .aboutusa .aboutssa .com .p {
        line-height: 1.5;
        font-size: 14px;
    }

    .indexyuia .list .h2 {
        font-size: 18px;
        font-weight: 600;
    }
    .indexyuia .list .title {
        letter-spacing: 1px;
        margin-top: 6px;
        font-size: 14px;
    }
    .indexoem .list .img {
        text-align: center;
        margin-bottom: 10px;
    }
    .indexoem .list .h2 {
        font-size: 14px;
        text-align: center;
        font-weight: 600;
        color: #2B2B2B;
        margin-bottom: 4px;
    }
    .indexoem .list .p {
        color: #9D9D9D;
        text-align: center;
        padding: 0 24px;
        line-height: 24px;
        font-size: 14px;
    }
    .indexd .title h2 {
        padding-top: 80px;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 30px;
        color: #333;
    }
    .indexd .con .list .h2 {
        font-size: 14px;
        text-align: center;
        margin-top: 20px;
        font-weight: bold;
    }
    .indexd {
        margin: 10px auto 10px;
    }
    .indexd .swiper {
        padding-bottom: 60px;
    }
    .indexd .title h2 {
        padding-top: 0;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 30px;
        color: #333;
    }

    .indexnews {
        background: #F9F9F9;
        padding: 30px 0;
    }
    .index7 .title {
        padding: 0 10px;
    }
    .index7 .title h2 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 12px;
        color: #fff;
        text-align: center;
    }
    .index7 .title p {
        color: #fff;
        text-align: center;
        font-size: 14px;
        margin-bottom: 10px;
        padding: 0 10px;
    }

    .biaodan .biaodanlist.flexa-container {
        flex-wrap: wrap;
    }
    .biaodan .item.items label {
        width: 100%;
        flex: 0;
    }
    .btnwei input {
        font-size: 14px;
    }
    .biaodan .item {
        width: calc(100% - 20px);
        border-bottom: 1px solid #fff;
        margin: 20px 10px;
        padding-bottom: 4px;
    }
    .biaodan .item.verify_status {
        position: relative;
    }
    .biaodan .item.verify_status img {
        width: 96px;
        position: absolute;
        top: 0px;
        right: 0;
    }


    .indexoem .title h2 {
        font-size: 18px;
        font-weight: bold;
        color: #111;
    }
    .indexoem .title p {
        font-size: 14px;
    }


    .indexnews .title h2 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 8px;
        color: #111111;
    }
    .indexnews .title .p {
        font-size: 14px;
        max-width: 600px;
        margin: 0 auto;
        width: 100%;
        color: #111111;
    }

    .indexnews .con .list .riqi {
        margin-top: 8px;
        margin-bottom: 6px;
        font-size: 14px;
        color: #333;
    }
    .indexnews .con .list h2 {
        font-size: 14px;
        font-weight: bold;
        line-height: 24px;
        margin-bottom: 8px;
        color: #242424;
    }
    .indexnews .con .list .p {
        font-size: 14px;
        color: #808080;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .indexnews .con .list .a {
        display: inline-block;
        text-decoration: underline;
        margin-top: 6px;
        font-size: 14px;
    }
    .indexnews .con .swiper-button-nextss, .indexnews .con .swiper-button-prevss {
        position: absolute;
        top: 19%;
        transform: translateY(-50%);
        color: #fff;
        z-index: 999;
        background: #9B9B9B;
        padding: 7px 4px;
    }
    .indexnews .con .swiper-button-nextss .EFfx, .indexnews .con .swiper-button-prevss .EFfx {
        font-size: 16px;
        display: block;
    }


    .indexoem {
        margin: 30px 0;
    }

}

@media only screen and (max-width: 500px) {
    .indexyuia {
        margin-top: 20px;
    }
    .indexyuia .list {
        margin: 20px 0;
        text-align: center;
        font-size: 18px;
        width: 50%;
    }
    .indexoem .list .p {
        color: #9D9D9D;
        text-align: center;
        padding: 0 2px;
        line-height: 24px;
        font-size: 14px;
    }


}
@media only screen and (max-width: 498px) {


}
@media only screen and (max-width: 420px) {





}
@media only screen and (max-width: 400px) {

    .indexwindows .swiper .swiper-button-nextss .EFfx, .indexwindows .swiper .swiper-button-prevss .EFfx {
        font-size: 16px;
        display: block;
    }
    .indexwindows .swiper .swiper-button-nextss, .indexwindows .swiper .swiper-button-prevss {
        background: #BFBFBF;
        padding: 8px 6px;
        color: #fff;
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        z-index: 999;
    }
    .indexr .com {
        overflow: hidden;
        position: relative;
        padding-bottom: 10px;
    }


}