.indexr .title {
    text-align: center;
}
.indexr .title h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-top: 60px;
    color: #292929;
}

.indexr .com {
    padding-bottom: 10px;
}
.indexr .com .list {
    position: relative;
    margin-bottom: 10px;
}
.indexr .com .list h2 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.indexr .com .list .a {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    line-height: 1;
    display: none;
}
.indexr .com .list:hover h2 {
    display: flex;
}
.indexr .com .list:hover .a {
    display: block;
}
.indexr .com .list:hover .a:hover {
    color: #8FC31E;
    border-color: #8FC31E;
}


.inderes {
    padding: 190px 0;
    max-width: 1920px;
    margin: 0 auto;
}
.inderes .comtop {
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}
.inderes .comtop .title h2 {
    font-size: 36px;
    font-weight: bold;
}
.inderes .comtop .title {
    position: relative;
    margin-bottom: 20px;
}
.inderes .comtop .title a {
    top: 14px;
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    border-bottom: 2px solid #fff;
}
.inderes .comtop .title a:hover {
    color: #8FC31F;
    border-bottom: 2px solid #8FC31F;
}
.inderes .comtop .com {
    max-width: 1100px;
    margin: 0 auto;
    font-size: 16px;
}
.inderes .combottom .oimg {
    border-radius: 6px;
    text-align: center;
}
.inderes .combottom .swiper-button-next, .inderes .combottom .swiper-button-prev {
    background: #767875;
    padding: 6px 7px;
    width: 38px;
    height: 60px;
}
.inderes .combottom .swiper-button-next:hover, .inderes .combottom .swiper-button-prev:hover {
    background: #006837;
}
.inderes .combottom .swiper-button-next::after, .inderes .combottom .swiper-button-prev::after {
    color:#fff;
    font-size: 30px;
}
.inderes .combottom .swiper-button-next{
    right:0
}
.inderes .combottom .swiper-button-prev{
    left:0
}

.indexwindows {
    margin: 20px 0 50px;
}
.indexwindows .title {
    position: relative;
    margin-bottom: 40px;
    padding-top: 40px;
}
.indexwindows .title h2 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #111111;
}

.indexwindows .list h2 {
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    padding: 14px 5px 14px;
    color: #1B1B1B;
    background: #fff;
}
.indexwindows .list h2 p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.indexwindows .list:hover h2 {
    color: #8FC31E;
}
.indexwindows .list .a {
    text-align: right;
}
.indexwindows .list .a span {
    font-weight: bold;
    font-size: 16px;
    border-bottom: 2px solid #1B1B39;
    margin-left: 5px;
}
.indexwindows .list .a span:hover {
    border-bottom: 2px solid #8FC31E;
    color: #8FC31E;
}

.indexwindows .list .oimg {
    border: 1px solid #B2B2B2;
}

.indexadr {
    max-width: 1920px;
    margin: 0 auto;
    padding: 190px 0;
}
.indexadr .title {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    color: #fff;
}
.indexadr .title h2 {
    font-size: 36px;
    font-weight: bold;
}
.indexadr .title a {
    top: 14px;
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    border-bottom: 2px solid #fff;
}
.indexadr .title a:hover {
    color: #8FC31E;
    border-bottom: 2px solid #8FC31E;
}
.indexadr .com {
    position: relative;
}
.indexadr .com .swiper.myindexadr {
    margin: 0 70px;
}
.indexadr .com .swiper.myindexadr .oimg {
    border-radius: 14px;
}
.indexadr .com .swiper.myindexadr .h2 h2 {
    font-size: 16px;
    margin-top: 10px;
    color: #fff;
    line-height: 1.5;
    padding: 0 4px;
    text-align: center;
}

.indexadr .com .swiper-button-next, .indexadr .com .swiper-button-prev {
    background: #fff;
    padding: 6px 7px;
    width: 38px;
    height: 60px;
}
.indexadr .com .swiper-button-next:hover, .indexadr .com .swiper-button-prev:hover {
    background: #006837;
}
.indexadr .com .swiper-button-next::after, .indexadr .com .swiper-button-prev::after {
    color:#006837;
    font-size: 30px;
}
.indexadr .com .swiper-button-next:hover::after, .indexadr .com .swiper-button-prev:hover::after {
    color:#fff;
}
.indexadr .com .swiper-button-next{
    right:0
}
.indexadr .com .swiper-button-prev{
    left:0
}
.indexadr .com .swiper.myindexadr .h2:hover h2 {
    color: #8FC31F;
}
.indexvideo {
    padding: 50px 0;
}
.indexvideo .title {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    color: #333;
}
.indexvideo .title h2 {
    font-size: 36px;
    font-weight: bold;
}
.indexvideo .title a {
    top: 14px;
    position: absolute;
    right: 0;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    border-bottom: 2px solid #333;
}
.indexvideo .title a:hover {
    color: #8FC31E;
    border-bottom: 2px solid #8FC31E;
}
.indexvideo .com .list .video {
    position: relative;
    text-align: center;
}
.indexvideo .com .list .video a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/video_doc_03.png") no-repeat center center;
}
.indexvideo .com .list .video a:hover {
    background: url("../images/video_doc_05.png") no-repeat center center;
}
.indexvideo .com .list .titles h2 {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 12px;
    text-align: center;
}
.indexvideo .com .list .titles:hover h2 {
    color: #8FC31E;
}
.indexzs .wrapper {
    padding: 70px 0px;
}
.indexzs .wrapper .title h2 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 50px;
}
.indexzs .com .list {
    text-align: center;
}
.indexzs .wrapper .swiper-button-next, .indexzs .wrapper .swiper-button-prev {
    background: #fff;
    padding: 6px 7px;
    width: 38px;
    height: 60px;
}
.indexzs .wrapper .swiper-button-next:hover, .indexzs .wrapper .swiper-button-prev:hover {
    background: #006837;
}
.indexzs .wrapper .swiper-button-next::after, .indexzs .wrapper .swiper-button-prev::after {
    color:#006837;
    font-size: 30px;
}
.indexzs .wrapper .swiper-button-next:hover::after, .indexzs .wrapper .swiper-button-prev:hover::after {
    color:#fff;
}
.indexzs .wrapper .swiper-button-next{
    right:0
}
.indexzs .wrapper .swiper-button-prev{
    left:0
}
.indexzs .wrapper .swiper.myindexadr .h2:hover h2 {
    color: #8FC31E;
}


.indexraq .title {
    padding: 20px 0 40px;
    text-align: center;
}
.indexraq .title h2 {
    font-size: 36px;
    font-weight: bold;
}
.indexraq .com {
    margin: 0 0 60px;
}
.indexraq .com .left {
    width: 48%;
}
.indexraq .com .right {
    width: 48%;
}

.indexraq .com .left h2 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 38px;
    color: #006837;
}
.indexraq .com .left .ul .li {
    padding: 22px 0px 22px 70px;
}
.indexraq .com .left .ul .li.tel {
    background: url("../images/phone12.png") no-repeat 0 12px;
}
.indexraq .com .left .ul .li.whatsapp {
    background: url("../images/whatsapp12.png") no-repeat 0 12px;
}
.indexraq .com .left .ul .li.email {
    background: url("../images/e-mail-b.png") no-repeat 0 12px;
}
.indexraq .com .left .ul .li.address {
    background: url("../images/add12.png") no-repeat 0 12px;
}
.indexraq .com .left .ul .li a, .indexraq .com .left .ul .li {
    font-size: 18px;
    font-weight: bold;
}
.indexraq .com .left .ul .li.address label {
    flex-shrink: 0;
    margin-right: 6px;
}



.indexraq .com .right h2 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 38px;
    color: #006837;
}

.indexraq .com .right label {
    display: block;
}
.indexraq .com .right .item {
    width: 100%;
    margin-bottom: 10px;
}
.indexraq .com .right .item.verify_status {
    width: 60%;
}

.indexraq .com .right .item #YourMessageb {
    width: 100%;
    border: 1px solid #006837;
    border-radius: 0;
    height: 120px;
    padding: 0 6px;
}
.indexraq .com .right .item input {
    width: 100%;
    border: 1px solid #006837;
    border-radius: 0;
    height: 48px;
    padding: 0 6px;
}
.indexraq .com .right .item.verify_status img {
    width: 114px;
    margin-left: 8px;
}
.indexraq .com .right .item span ,.indexraq .com .right .p > span{
    color: red;
}
.indexraq .com .right .p p {
    line-height: 1.4;
}
.indexraq .com .right .p {
    margin: 14px 1px;
}
.indexraq .com .right .btnwei #Inquiryb {
    padding: 10px 50px;
    color: #fff;
    background: #006837;
    font-size: 18px;
    margin-top: 34px;
    border-radius: 6px;
}
.indexraq .com .right .btnwei #Inquiryb:hover {
    background: #8FC320;
}


.topadd {
    position: relative;
    padding: 60px 0;
}
.topadd .swiper-pagination {
    position: unset;
    width: unset;
}
.topadd .swiper-button-nexta, .topadd .swiper-button-preva ,.topadd .swiper-pagination-current,.topadd .swiper-pagination-total{
    margin: 0 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #959595;
    border-radius: 50%;
    background: #FFF;
    color: #909090;
    line-height: 40px;
    font-weight: bold;
    font-size: 15px;
}
.topadd .swiper-button-nexta:hover, .topadd .swiper-button-preva:hover{
    cursor: pointer;
    background: #EC8415;
    border: 1px solid #EC8415;
    color: #fff;
}

.indexnews {
    padding: 50px 0;
}
.indexnews .title {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    color: #333;
}
.indexnews .title h2 {
    font-size: 36px;
    font-weight: bold;
}
.indexnews .title a {
    top: 14px;
    position: absolute;
    right: 0;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    border-bottom: 2px solid #333;
}
.indexnews .com .left {
    width: 48%;
}
.indexnews .com .right {
    width: 48%;
}
.indexnews .com .left .img {
    margin-bottom: 12px;
}
.indexnews .com .left .h2 h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 12px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.indexnews .com .left .h2 h2:hover {
    color: #8FC31E;
}
.indexnews .com .left .h2 p {
    font-size: 14px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.indexnews .com .right .list {
    background: #F1F7F5;
}
.indexnews .com .right .list + .list {
    margin-top: 30px;
}
.indexnews .com .right .list .riqi {
    background: #006837;
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
}
.indexnews .com .right .list .riqi .ri {
    display: block;
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
}
.indexnews .com .right .list .riqi .nyr {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.indexnews .com .right .list .titles {
    width: calc(100% - 170px);
    margin-right: 20px;
}
.indexnews .com .right .list .titles h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: bold;
}
.indexnews .com .right .list .titles h2:hover {
    color: #8FC31E;
}


.indexnews .com .right .list .titles .p {
    display: -webkit-box;
    margin-top: 12px;
    line-height: 1.5;
    font-size: 14px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.indexnews .title a:hover {
    color: #8FC31E;
    border-bottom: 2px solid #8FC31E;
}




.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: 1400px) {
    .indexr .wrapper {
        width: 100%;
    }
    .wrapper {
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }
    .indexzs .wrapper {
        padding: 70px 10px;
    }

}
@media only screen and (max-width: 1200px) {

    .wrapper {
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }
    .indexr .wrapper {
        width: 100%;
    }
    .indexr .com {
        overflow: hidden;
        position: relative;
    }







}

@media only screen and (max-width: 1024px) {
    .pnome {
        display:block;
    }
    .mnome {
        display:none;
    }





}
@media only screen and (max-width: 980px) {

    .indexr .title h2 {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 23px;
    }





}
@media only screen and (max-width: 900px) {

}
@media only screen and (max-width: 800px) {

    .indexraq .com .left {
        width: 100%;
        margin-bottom: 30px;
    }
    .indexraq .com .right {
        width: 100%;
    }





}
@media only screen and (max-width: 700px) {


}
@media only screen and (max-width: 600px) {

    .indexr .com .list {
        position: relative;
        margin-bottom: 10px;
        width: 100%;
    }
    .indexr .com img {
        width: 100%;
    }
    .indexnews .title a {
        top: 14px;
        position: unset;
        right: 0;
        color: #333;
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
        border-bottom: 2px solid #333;
        margin-top: 14px;
        display: inline-block;
    }
    .indexnews .com .left {
        width: 100%;
        margin-bottom: 30px;
    }
    .indexnews .com .right {
        width: 100%;
    }
    .indexnews .com .right .list + .list {
        margin-top: 20px;
    }
    .indexnews .com .left .h2 h2 {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.3;
        margin-bottom: 12px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
    }
    .indexnews .com .right .list .titles h2 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
        font-weight: bold;
    }

}
@media only screen and (max-width: 580px) {

    .indexr .com .list h2 {
        font-size: 20px;
        font-weight: bold;
        color: #333;
        background: unset;
        position: unset;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        margin-top: 10px;
        text-align: center;
    }
    .indexr .com .list:hover h2 {
        display: block;
    }

    .indexr .title h2 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 23px;
    }

    .indexr .com {

        padding-bottom: 0;
    }




    .indexwindows .title h2 {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
    }

    .indexvideolist .title h2 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 18px;
        padding-top: 30px;
        color: #292929;
    }

    .index7 .title h2 {
        font-size: 20px;
        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;
    }

    .indexraq .com .right .item.verify_status {
        width: 100%;
    }

    .indexraq .title h2 {
        font-size: 24px;
        font-weight: bold;
    }
    .indexraq .com .left h2 {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 20px;
        color: #006837;
    }
    .indexraq .com .right h2 {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 20px;
        color: #006837;
    }


}

@media only screen and (max-width: 500px) {

    .indexadr .com .swiper.myindexadr {
        margin: 0 20px;
    }
    .indexadr .com .swiper.myindexadr .h2 h2 {
        font-size: 18px;
        margin-top: 10px;
        color: #fff;
        line-height: 1.5;
        padding: 0 20px;
    }

}
@media only screen and (max-width: 498px) {

    .indexr .title h2 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
        padding-top: 30px;
        text-align: center;
    }
    .indexwindows .title h2 {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
    }
    .inderes .comtop .title h2 {
        font-size: 18px;
        font-weight: bold;
    }
    .indexraq .title {
        padding: 10px 0 25px;
        text-align: center;
    }
    .indexraq .title h2 {
        font-size: 18px;
        font-weight: bold;
    }
    .indexadr .title h2 {
        font-size: 18px;
        font-weight: bold;
    }
    .indexvideo .title h2 {
        font-size: 18px;
        font-weight: bold;
    }
    .indexzs .wrapper .title h2 {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 50px;
    }
    .indexnews .title h2 {
        font-size: 18px;
        font-weight: bold;
    }

    .indexraq .com .left h2 {
        font-size: 16px;
        font-weight: bold;
        max-width: 500px;
        line-height: 1.2;
        margin-bottom: 12px;
    }
    .indexraq .com .left .but .contactus {
        background: #EC8415;
        color: #fff;
        padding: 8px 20px;
        border-radius: 6px;
        font-size: 16px;
        font-weight: bold;
        margin-right: 24px;
        width: auto;
        margin-bottom: 8px;
    }
    .indexraq .com .left .but span {
        display: inline-block;
        width: 2px;
        height: 38px;
        background: #EC8415;
        margin-right: 24px;
        margin-bottom: 8px;
    }
    .indexraq .com .left .but .whatApp {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .indexraq .com .right {
        width: 100%;
    }
    .indexraq .com .right .item {
        width: 100%;
        margin-bottom: 10px;
    }
    .indexr .com .list h2 {
        font-size: 14px;
        font-weight: bold;
        color: #333;
        text-align: center;
    }
    .indexr .com .list .a {
        font-size: 14px;
    }
    .inderes .comtop .title a{
        font-size: 14px;
        position: unset;
    }
    .inderes .comtop .com {
        font-size: 14px;
    }
    .inderes .combottom .swiper-button-next, .inderes .combottom .swiper-button-prev {
        background: rgba(118,120,117,0.5);
    }
    .inderes .combottom .swiper-button-next, .inderes .combottom .swiper-button-prev {
        background: rgba(118,120,117,0.5);
        padding: 6px 7px;
        width: 25px;
        height: 35px;
    }
    .inderes .combottom .swiper-button-next::after, .inderes .combottom .swiper-button-prev::after {
        color: #fff;
        font-size: 25px;
    }
    .inderes {
        padding: 100px 0;
    }
    .indexwindows {
        margin: 10px 0px 10px;
    }
    .indexadr {
        padding: 100px 0;
    }
    .indexwindows .list .a span {
        font-weight: bold;
        font-size: 14px;
    }
    .indexwindows .list h2 {
        font-size: 14px;
    }
    .indexadr .title a {
        position: unset;
        font-size: 14px;
    }
    .indexadr .com .swiper-button-next, .indexadr .com .swiper-button-prev {
        background: rgba(255,255,255,0.6);
        padding: 6px 7px;
        width: 25px;
        height: 35px;
    }
    .indexadr .com .swiper-button-next::after, .indexadr .com .swiper-button-prev::after {
        color: #006837;
        font-size: 25px;
    }
    .indexvideo .title a {
        top: 14px;
        position: unset;
        font-size: 14px;
    }
    .indexvideo .com .list .titles h2 {
        font-size: 14px;
    }
    .indexzs .wrapper {
        padding: 30px 10px;
    }
    .indexzs .wrapper .title h2 {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 20px;
    }
    .indexzs .wrapper .swiper-button-next, .indexzs .wrapper .swiper-button-prev {
        background: rgba(255,255,255,0.6);
        padding: 6px 7px;
        width: 25px;
        height: 35px;
    }
    .indexzs .wrapper .swiper-button-next::after, .indexzs .wrapper .swiper-button-prev::after {
        color: #006837;
        font-size: 25px;
    }
    .indexnews .title a {
        font-size: 14px;
    }
    .indexnews .com .left .h2 h2 {
        font-size: 14px;
    }
    .indexnews .com .right .list .titles h2 {
        font-size: 14px;
        font-weight: bold;
    }
    .indexnews .com .right .list .riqi {
        background: #006837;
        width: 100px;
        height: 100px;
    }
    .indexnews .com .right .list .titles {
        width: calc(100% - 120px);
        margin-right: 20px;
    }
    .indexraq .com .left .ul .li a, .indexraq .com .left .ul .li {
        font-size: 14px;
        font-weight: bold;
    }
    #linkspan span {
        font-size: 18px !important;
    }
    .indexraq .com .right h2 {
        font-size: 18px;

    }
    .indexraq .com .right .btnwei #Inquiryb {
        padding: 8px 36px;
        font-size: 18px;
        margin-top: 10px;
    }
    #linkspan a img {
        max-height: 30px !important;
    }
    .indexwindows .title {
        position: relative;
        margin-bottom: 20px;
        padding-top: 10px;
    }
    .indexwindows .pnome .swiper-button-next, .indexwindows .pnome .swiper-button-prev ,.indexvideo .pnome .swiper-button-next, .indexvideo .pnome .swiper-button-prev{
        background: rgba(118,120,117,0.5);
        padding: 6px 7px;
        width: 25px;
        height: 35px;
    }
    .indexwindows .pnome .swiper-button-next::after, .indexwindows .pnome .swiper-button-prev::after,.indexvideo .pnome .swiper-button-next::after, .indexvideo .pnome .swiper-button-prev::after {
        color: #fff;
        font-size: 25px;
    }
    .indexwindows .pnome .swiper-button-next,.indexvideo .pnome .swiper-button-next{
        right:0
    }
    .indexwindows .pnome .swiper-button-prev,.indexvideo .pnome .swiper-button-prev{
        left:0
    }
    .indexwindows .list .span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .indexvideo {
        padding: 20px 0 40px;
    }

}
@media only screen and (max-width: 420px) {
}
@media only screen and (max-width: 400px) {


}