.indexr {
    background-color: #fff;
}
.indexr .title {
    text-align: center;
}
.indexr .title h2 {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 26px;
    padding-top: 50px;
    color: #111;
}
.indexr .title .summary {
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 60px;
}
.indexr .wrapper {
    width: 1430px;
}
.indexr .com {
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
}

.indexr .com .list .oimg {
    //box-shadow: 0 0 11px 0 #D2D2D2;
}
.indexr .com .list h2 {
    font-size: 17px;
    margin-top: 10px;
    text-align: center;
    line-height: 26px;
}
.indexr .com .list .left:hover {
    color: #A2672D;
}
.indexr .com .swiper.mySwipercate {
    height: 780px;
    padding-bottom: 50px;
}
.indexr .com .swiper.mySwipercate .list {
    height: 336px;
    text-align: center;
}
.indexr .com .swiper.mySwipercate .list h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.indexwindow .wrapper {
    padding-bottom: 60px;
}
.indexwindow .title {
    padding: 90px 0 40px;
    color: #fff;
}
.indexwindow .title .titletop h2 {
    font-size: 36px;
    font-weight: 600;
}
.indexwindow .title .summary {
    font-size: 25px;
    margin-top: 12px;
    letter-spacing: 3px;
}
.indexwindow .title .titletop a {
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
    margin-top: 6px;
    white-space: nowrap;
    padding-left: 30px;
}
.indexwindow .title .titletop a:hover {
    color: #7EAE00;
    text-decoration: underline !important;
}

.indexwindow .toplist {
    margin-bottom: 35px;
}
.indexwindow .toplist .left {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 6px 12px 0 #D2D2D2;
}
.indexwindow .toplist .right {
    width: 444px;
    flex-shrink: 0;
}
.indexwindow .toplist .right .oimg {
    border-radius: 20px;
    box-shadow: 0px 6px 12px 0 #D2D2D2;
}
.indexwindow .toplist .right h2 {
    font-size: 16px;
    text-align: center;
    margin-top: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.4;
    padding: 0 8px;
}
.indexwindow .bottomlist .oimg {
    border-radius: 20px;
    box-shadow: 0px 6px 12px 0 #D2D2D2;
}
.indexwindow .bottomlist h2 {
    font-size: 16px;
    text-align: center;
    margin-top: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.4;
    padding: 0 8px;
}
.indexwindow .toplist .right h2:hover,.indexwindow .bottomlist h2:hover {
    color: #A2672D;
}

.indexwindows {
    margin: 10px 0 20px;
}
.indexwindows .swiper {
    padding-bottom: 30px;
}
.indexwindows .title {
    position: relative;
    margin-bottom: 25px;
}
.indexwindows .title h2 {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    color: #111;
}
.indexwindows .title a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #7EAE00;
    text-decoration: underline !important;
    font-size: 16px;
}
.indexwindows .title a:hover{
    color: #A2672D;
}
.indexwindows .list h2 {
    margin: 14px 0;
    font-size: 16px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.4;
    padding: 0 8px;
}
.indexwindows .list h2 p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.indexwindows .swiper .swiper-button-nextss,.indexwindows .swiper .swiper-button-prevss {
    background: #C4C4C4;
    padding: 8px 6px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #C4C4C4;
    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: 0;
}
.indexwindows .swiper .swiper-button-prevss {
    left: 0;
}
.indexwindows .swiper .swiper-button-nextss:hover,.indexwindows .swiper .swiper-button-prevss:hover {
    background: #7EAE00;
}
.indexwindows .list h2:hover {
    color: #A2672D;
}


.aboutvideo {
    padding: 100px 0;
}
.aboutvideo .videor {
    width: 48%;
}
.aboutvideo .aboutus {
    width: 44%;
    color: #fff;
}
.aboutvideo .videor img {
    width: 100%;
}
.aboutvideo .aboutus h2 {
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 600;
}
.aboutvideo .aboutus .p {
    font-size: 18px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 14;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.aboutvideo .aboutus a {
    color: #7EAE00;
    text-decoration: underline !important;
    font-size: 16px;
    margin-top: 14px;
    display: inline-block;
}
.aboutvideo .aboutus a:hover {
    color: #A2672D;
}
.aboutvideo .videor .video {
    position: relative;
}
.aboutvideo .videor .video a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/video_doc_03.png") no-repeat center center;
}
.aboutvideo .videor .video a:hover{
    background: url("../images/video_doc_05.png") no-repeat center center;
}
.indexyuia .list {
    margin: 50px 0;
    text-align: center;
    color: #7EAE00;
    font-size: 20px;
}
.indexyuia .list .h2 {
    font-size: 50px;
    font-weight: 600;
}
.indexyuia .list .title {
    letter-spacing: 1px;
    margin-top: 6px;
}
.indexrili {
    margin: 0px 0;
}
.indexrili .wrap {
    max-width: 1460px;
    margin: 0 auto;
    width: 100%;
    overflow-x: auto;
}
.indexrili .wrap .wrauto {
    width: 100%;
    position: relative;
    padding: 0 10px;
}
.indexrili .wrap .wrauto .line {
    height: 4px;
    position: relative;
    margin: 180px 0;
}
.indexrili .wrap .wrauto .line .sublist {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
}
.indexrili .wrap .wrauto .line .sublist .dian,.indexrili .wrap .wrauto .line .sublist .dianjian {
    position: relative;
}

.indexrili .wrap .wrauto .line .sublist .dian::after {
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    background: linear-gradient(90deg, rgb(173, 234, 3), rgb(129, 176, 2));
    border-radius: 50%;
    top: -4px;
    position: absolute;
    right: 5px;
}
.indexrili .wrap .wrauto .line .sublist .dian::before {
    content: " ";
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    border: 3px solid #E3F2B9;
    border-radius: 50%;
    top: -9px;
    right: 0px;
}
html[lang=ar] .indexrili .wrap .wrauto .line .sublist .dian::before {
    content: " ";
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    border: 3px solid #E3F2B9;
    border-radius: 50%;
    top: -9px;
    right: unset;
    left: 0;
}
html[lang=ar] .indexrili .wrap .wrauto .line .sublist .dian::after {
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    background: linear-gradient(90deg, rgb(173, 234, 3), rgb(129, 176, 2));
    border-radius: 50%;
    top: -4px;
    position: absolute;
    right: unset;
    left: 5px;
}
.indexrili .wrap .wrauto .line .sublist .dian span, .indexrili .wrap .wrauto .line .sublist .dianjian span {
    display: block;
    height: 4px;
    background: #7EAE00;
    width: 120px;
}
.indexrili .wrap .wrauto .line .sublist .dianjian span {
    width: 100px;
}
.indexrili .wrap .wrauto .line .sublist .dianjian::after {
    content: " ";
    position: absolute;
    top: -7px;
    right: -3px;
    border-style: solid;
    width: 0;
    height: 0;
    z-index: 99999;
    border-color: transparent transparent transparent #7EAE00;
    border-width: 9px 0px 9px 15px;
}
html[lang=ar] .indexrili .wrap .wrauto .line .sublist .dianjian::after {
    content: " ";
    position: absolute;
    top: -7px;
    right: unset;
    border-style: solid;
    width: 0;
    height: 0;
    z-index: 99999;
    border-color: transparent #7EAE00 transparent transparent;
    border-width: 9px 15px 9px 0px;
    left: -3px;
}
.indexrili .wrap .wrauto .sumlist {
    position: absolute;
    top: -180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 360px;
}
.indexrili .wrap .wrauto .sumlist .list {
    width: 220px;
    border: 3px solid #fff;
    box-shadow: 0 4px 12px 0 #ccc;
    margin: 28px 10px;
    border-radius: 12px;
    padding: 5px 8px;
    background: linear-gradient(180deg, #F3F7E6, #FFF);
    position: relative;
    transition: all 0.3s;
}
.indexrili .wrap .wrauto .sumlist .list:hover {
    transform: scale(1.05);
    z-index: 99;
}
.indexrili .wrap .wrauto .sumlist .sumlist-top {
    margin-left: -10px;
}
html[lang=ar] .indexrili .wrap .wrauto .sumlist .sumlist-top {
    margin-left: unset;
    margin-right: -10px;
}
.indexrili .wrap .wrauto .sumlist .sumlist-bottom {
    margin: 0 110px;
}
.indexrili .wrap .wrauto .sumlist .list h2::before {
    content: " ";
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #101012;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -4px;
    margin-left: 8px;
}
.indexrili .wrap .wrauto .sumlist .list h2 {
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 4px;
    color: #101012;
}
.indexrili .wrap .wrauto .sumlist .list .p {
    line-height: 24px;
    font-size: 16px;
    color: #B8BFC7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.indexrili .wrap .wrauto .sumlist .sumlist-top .list::after {
    content: " ";
    border-style: solid;
    width: 0;
    height: 0;
    border-color: #FFF transparent transparent transparent;
    border-width: 18px 13px 0px 13px;
    display: block;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}
.indexrili .wrap .wrauto .sumlist .sumlist-bottom .list svg {
    width: 25px;
    position: absolute;
    top: -58px;
    left: 50%;
    transform: translateX(-50%);
}

.indexrili .wrap::-webkit-scrollbar {
    width: 6px;
    border-radius: 10px;
}


.indexrili .wrap::-webkit-scrollbar-thumb {
    background-color: #7EAE00;
    border-radius: 10px;
    border: 1px solid white;
}

.indexrili .wrap::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.2);
}

.indexliuc {
    margin: 40px 0;
}
.indexliuc .title {
    text-align: center;
}
.indexliuc .title h2 {
    font-size: 42px;
    font-weight: bold;
    color: #111;
}
.indexliuc .title p {
    font-size: 16px;
    color: #2C2C2C;
    margin-top: 6px;
    margin-bottom: 40px;
}
.indexliuc .liuc .list {
    position: relative;
    padding-top: 50px;
    width: calc(100% / 6 - 16.8px);
    transition: all 0.3s;
}
.indexliuc .liuc .list:hover {
    transform: translateY(-10px);
}
.indexliuc .liuc .list .zishu {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 15px;
    font-size: 22px;
    width: 45px;
    text-align: center;
    color: #fff;
}
.indexliuc .liuc .list .zishu::before {
    content: " ";
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    background: #7EAE00;
    border-radius: 50%;
    top: 0;
    z-index: -1;
    left: 0;
    right: 0;
}
.indexliuc .liuc .list .zishu::after {
    content: " ";
    display: block;
    position: absolute;
    top: 30px;
    z-index: -1;
    left: 0;
    right: 0;
    border-style: solid;
    width: 0;
    height: 0;
    border-color: #7EAE00 transparent transparent transparent;
    border-width: 58px 24px 0px 26px;
}

.indexliuc .liuc .list .h2 {
    font-size: 16px;
    text-align: center;
    margin-top: 12px;
    font-weight: bold;
    line-height: 22px;
}
.indexliuc .liuc .list:last-child {
    width: 36%;
    margin-left: 40px;
    padding-top: 0;
}
.indexliuc .liuc .list:last-child .zishu {
    display: none;
}
.indexliuc .liuc .list:last-child .h2 {
    display: none;
}


.indexd .title h2 {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #111;
    margin-top: 30px;
}
.indexd {
    margin: 10px auto 40px;
}
.indexd .swiper {
    padding-bottom: 54px;
}

.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: 50px 0;
}
.indexoem .title {
    text-align: center;
}
.indexoem .title h2 {
    font-size: 42px;
    font-weight: bold;
    color: #111;
}
.indexoem .title p {
    font-size: 16px;
    color: #2C2C2C;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 30px;
    line-height: 24px;
}
.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 #A2672D7D;
}
.indexoem .list .img {
    text-align: center;
    margin-bottom: 6px;
}
.indexoem .list .h2 {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    color: #2B2B2B;
}
.indexoem .list .img img {
    width: 88px;
    height: 88px;
    object-fit: contain;
}
.indexoem .list .p {
    color: #9D9D9D;
    text-align: center;
    padding: 0 24px;
    line-height: 24px;
    font-size: 16px;
}

.indexkui {
    margin: 50px 0;
}
.indexkui .title h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 25px;
    color:#111;
}
.indexkui .top {
    margin-bottom: 25px;
}
.indexkui a {
    position: relative;
    display: block;
    border: 2px solid #CDCDCF;
}
.indexkui a h2 {
    position: absolute;
    bottom: 15px;
    color: #fff;
    left: 15px;
    font-size: 22px;
    font-weight: bold;
    text-shadow: -2px -2px 0 #101112, 2px -2px 0 #101112, -2px 2px 0 #101112, 2px 2px 0 #101112;
}
.indexkui .top .left {
    width: 66%;
}
.indexkui .top .right {
    width: 32%;
}
.indexkui .top .right .p {
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: 110px;
    min-height: 130px;
    display: flex;
    align-items: end;
}
html[lang=ar] .indexkui .top .right .p {
    background-repeat: no-repeat;
    background-position: left 0;
}

.indexkui .top .right .p p {
    font-size: 33px;
    line-height: 32px;
    font-style: italic;
    color: #7EAE00;
    font-weight: bold;
    font-family: Times New Roman,Arial, Helvetica, sans-serif;
}

.indexiol .indexubg {
    padding: 90px 0;
}
.indexiol .title {
    padding-top: 10px;
    margin-bottom: 40px;
    text-align: center;
}
.indexiol .title h2 {
    font-size: 42px;
    font-weight: bold;
    color:#111111;
}
.indexiol .con .list img {
    border-radius: 20px;
}
.indexiol .indexubg .con .list {
    width: 180px;
    flex-shrink: 0;
    margin: 15px 0;
}
.indexiol .indexubg .con .list h2 {
    text-align: center;
    font-size: 17px;
    margin-top: 12px;
    font-weight: bold;
}

.indextyu .indextyubg {
    padding: 100px 0;
}
.indextyu .indextyubg .title h2 {
    text-align: center;
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
}
.indextyu .indextyubg .con .swiper.index984-mysSwiper {
    margin: 0 14%;
}
.indextyu .indextyubg .con {
    position: relative;
}
.indextyu .indextyubg .con .list a {
    color: #fff;
}

.indextyu .indextyubg .con .list {
    background: url(../images/Clientssay5.png) no-repeat center center;
    background-size: auto;
    background-size: 100%;
    height: 310px;
}
.indextyu .indextyubg .con .list .toux {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.indextyu .indextyubg .con .list .toux .titles h2 {
    font-size: 18px;
    color: #7EAE00;
    text-align: left;
    font-weight: bold;
}
.indextyu .indextyubg .con .list .titles {
    margin-left: 15px;
}
.indextyu .indextyubg .con .list .titles h3 {
    font-size: 20px;
    margin-top: 6px;
    font-family: Calibri, sans-serif;
}
.indextyu .indextyubg .con .list .toux img {
    width: 87px;
    height: 94px;
    object-fit: cover;
}
.indextyu .indextyubg .con .list .bdcon {
    position: absolute;
    left: 0;
    right: 0;
    top: 26px;
    text-align: center;
}
.indextyu .indextyubg .con .list .p {
    text-align: center;
    top: 82px;
    position: absolute;
    left: 55px;
    right: 55px;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.indextyu .indextyubg .con .swiper-button-nextss, .indextyu .indextyubg .con .swiper-button-prevss {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 999;
}
.indextyu .indextyubg .con .swiper-button-prevss {
    left: 0;
}
.indextyu .indextyubg .con .swiper-button-nextss {
    right: 0;
}
.indextyu .indextyubg .con .swiper-button-nextss .EFfx, .indextyu .indextyubg .con .swiper-button-prevss .EFfx {
    font-size: 26px;
}

.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: #1B1B1B;
}
.indexnews .con .list .p {
    font-size: 15px;
    color: #808080;
}
.indexnews .con .list .conui{
    padding:0 12px 20px;
}
.indexnews .con .list .p {
    font-size: 15px;
    color: #808080;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.indexnews .con .list .a {
    color: #7EAE00;
    display: inline-block;
    text-decoration: underline;
    margin-top: 6px;
    font-size: 16px;
}
.indexnews .con .list .a:hover {
    color: #A2672D;
}

.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: #7EAE00;
}
.indexnews .title h2 {
    font-size: 42px;
    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 {
    width: 1200px;
    margin: 0 auto;
}
.index7 .title h2 {
    font-size: 36px;
    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: 42%;
    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: #A2672D;
    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%;
    }
    .indexwindow .toplist .left .oimg {
        width: 100%;
        height: 100%;
    }
    .indexwindow .toplist .left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .indexiol .indexubg .con .list {
        width: 140px;
        flex-shrink: 0;
        margin: 15px 0;
    }

    .indextyu .indextyubg .con .list {
        background: url(../images/Clientssay5.png) no-repeat center center;
        background-size: 100%;
        height: 270px;
    }
    .indexliuc .liuc .list .zishu::before {
        content: " ";
        width: 45px;
        height: 45px;
        display: block;
        position: absolute;
        background: #7EAE00;
        border-radius: 50%;
        top: 0;
        z-index: -1;
        left: 0;
        right: 0;
    }
    .indexliuc .liuc .list .zishu::after {
        content: " ";
        display: block;
        position: absolute;
        top: 27px;
        z-index: -1;
        left: 0;
        right: 0;
        border-style: solid;
        width: 0;
        height: 0;
        border-color: #7EAE00 transparent transparent transparent;
        border-width: 40px 22px 0px 23px;
    }

}
@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;
    }
    .indexr .com .swiper.mySwipercate {
        height: 780px;
        padding-bottom: 50px;
    }

    .indexwindow .wrapper {
        padding: 0 10px;
        padding-bottom: 60px;
    }
    .indexwindow .toplist .right {
        width: auto;
        flex-shrink: 1;
    }
    .indexwindow .toplist .left .oimg {
        width: 100%;
        height: 100%;
    }
    .indexwindow .toplist .left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .indexaboutus {
        padding: 10px 10px;
    }
    .indexaboutus .com .left {
        width: 46%;
        font-size: 14px;
        line-height: 1.55;
        margin-right: 2%;
    }

    .indexliuc .liuc .list {
        position: relative;
        padding-top: 50px;
        width: calc(100% / 5 - 16px);
    }
    .indexliuc .liuc .list:last-child {
        width: 100%;
        margin-left: 0;
        padding-top: 10px;
        text-align: center;
    }

    .indexkui .top .right .p p {
        font-size: 24px;
        line-height: 30px;
        font-style: italic;
        color: #7EAE00;
        font-weight: bold;
        font-family: Times New Roman,Arial, Helvetica, sans-serif;
    }
    .indexiol .indexubg .con .list {
        width: 110px;
        flex-shrink: 0;
        margin: 15px 0;
    }
    .indexiol .indexubg .con .list h2 {
        text-align: center;
        font-size: 14px;
        margin-top: 12px;
        font-weight: bold;
    }

    .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) {

    .indexliuc .liuc .list {
        position: relative;
        padding-top: 50px;
        width: calc(100% / 5 - 8px);
    }
    .indexliuc .liuc .list:last-child {
        width: 100%;
        margin-left: 0;
        padding-top: 10px;
        text-align: center;
    }
    .indexiol .indexubg {
        padding: 100px 0;
        background-size: cover;
    }
    .indexiol .indexubg .con .list {
        width: auto;
        flex-shrink: 0;
        margin: 15px 0;
        text-align: center;
    }
    .indextyu .indextyubg .con .list {
        height: 220px;
    }

    .indextyu .indextyubg .con .list .bdcon .bd {
        width: 10%;
    }
    .indextyu .indextyubg .con .list .p {
        text-align: center;
        top: 60px;
        position: absolute;
        left: 38px;
        right: 38px;
        font-size: 17px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .indextyu .indextyubg .con .list .toux img {
        width: 67px;
        height: 74px;
        object-fit: contain;
    }
    .indextyu .indextyubg .con .list .toux .titles h2 {
        font-size: 16px;
        color: #7EAE00;
        text-align: left;
        font-weight: bold;
    }
    .indextyu .indextyubg .con .list .titles h3 {
        font-size: 18px;
        margin-top: 6px;
    }
    .indextyu .indextyubg .con .list .titles {
        margin-left: 8px;
    }

}
@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;
    }
    .indexwindow .wrapper .window .title h2 {
        text-align: center;
        font-size: 32px;
        font-weight: bold;
    }
    .indexwindow {
        padding: 32px 0;
    }
    .indexaboutus .title h2 {
        font-size: 32px;
        font-weight: bold;
    }
    .indexaboutus .com {
        flex-direction: column-reverse;
    }
    .indexaboutus .com .left {
        width: 100%;
        font-size: 16px;
        line-height: 1.55;
        margin-right: 0;
        margin-top: 20px;
    }
    .indexaboutus .com .video {
        width: 100%;
        position: relative;
        text-align: center;
    }
    .indexkui .top .right .p {
        background-repeat: no-repeat;
        background-position: right 0;
        background-size: 90px;
        min-height: 100px;
        display: flex;
        align-items: end;
    }
    html[lang=ar] .indexkui .top .right .p {
        background-repeat: no-repeat;
        background-position: left 0;
    }
    .indexkui .top .right .p p {
        font-size: 22px;
        line-height: 25px;
        font-style: italic;
        color: #7EAE00;
        font-weight: bold;
        font-family: Times New Roman,Arial, Helvetica, sans-serif;
    }

    .indexd .title h2 {
        padding-top: 160px;
        text-align: center;
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 30px;
        color: #333;
    }
    .indexiol .indexubg .con .lista {
        display: none;
    }
    .indexiol .indexubg .con .list {
        text-align: center;
        width: auto;
        margin: 0;
    }
    .indexiol .indexubg .con .list a {
        display: inline-block;
        width: 100px;
    }
    .indexiol .indexubg {
        padding: 60px 0;
        background-size: cover;
    }

    .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;
    }


}
@media only screen and (max-width: 900px) {
    .indextyu .indextyubg .con .swiper.index984-mysSwiper {
        margin: 0 8%;
    }
}
@media only screen and (max-width: 800px) {
    .indexr .com .swiper.mySwipercate {
        height: 700px;
        padding-bottom: 50px;
    }
    .indexr .com .swiper.mySwipercate .list {
        height: 280px;
        text-align: center;
    }
    .indexwindow .wrapper .window .content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        margin-top: 50px;
    }
    .indexwindow .title .titletop h2 {
        font-size: 26px;
        font-weight: 600;
    }
    .indexwindow .title .summary {
        font-size: 18px;
        margin-top: 6px;
        letter-spacing: 2px;
    }
    .aboutvideo {
        padding: 60px 0;
        background-size: cover;
    }
    .aboutvideo .videor {
        width: 100%;
    }
    .aboutvideo .aboutus {
        width: 100%;
        color: #fff;
        margin-top: 30px;
    }
    .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: #7EAE00;
        text-decoration: underline !important;
        font-size: 16px;
        text-align: center;
        width: 100%;
        display: block;
        margin-top: 8px;
    }
    .indexkui .top .right .p {
        background-repeat: no-repeat;
        background-position: right 0;
        background-size: 90px;
        min-height: 88px;
        display: flex;
        align-items: end;
    }
    html[lang=ar] .indexkui .top .right .p {
        background-repeat: no-repeat;
        background-position: left 0;
    }
    .indexkui .top .right .p p {
        font-size: 18px;
        line-height: 22px;
        font-style: italic;
        color: #7EAE00;
        font-weight: bold;
        font-family: Times New Roman,Arial, Helvetica, sans-serif;
    }

    .indextyu .indextyubg .con .swiper.index984-mysSwiper {
        margin: 0 4%;
    }
}
@media only screen and (max-width: 700px) {
    .indexkui .top .right .p {
        background-repeat: no-repeat;
        background-position: right 0;
        background-size: 60px;
        min-height: 60px;
        display: flex;
        align-items: end;
    }
    html[lang=ar] .indexkui .top .right .p {
        background-repeat: no-repeat;
        background-position: left 0;
    }
    .indexkui .top .right .p p {
        font-size: 16px;
        line-height: 18px;
        font-style: italic;
        color: #7EAE00;
        font-weight: bold;
        font-family: Times New Roman,Arial, Helvetica, sans-serif;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .indextyu .indextyubg .con .list {
        height: 186px;
    }
    .indextyu .indextyubg .con .list .p {
        text-align: center;
        top: 60px;
        position: absolute;
        left: 38px;
        right: 38px;
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        line-height: 20px;
    }
    .indextyu .indextyubg .con .list .toux img {
        width: 47px;
        height: 54px;
        object-fit: contain;
    }
    .indextyu .indextyubg .con .list .titles {
        margin-left: 5px;
    }
    .indextyu .indextyubg .con .list .toux .titles h2 {
        font-size: 14px;
        color: #7EAE00;
        text-align: left;
        font-weight: bold;
    }
    .indextyu .indextyubg .con .list .titles h3 {
        font-size: 16px;
        margin-top: 6px;
    }
}
@media only screen and (max-width: 600px) {
    .indexliuc .liuc .list {
        position: relative;
        padding-top: 50px;
        width: calc(100% / 3 - 7px);
    }
    .indexliuc .liuc .list:last-child {
        width: 100%;
        margin-left: 0;
        padding-top: 10px;
    }
    .indexwindows .title a {
        position: unset;
        top: 50%;
        right: 0;
        transform: none;
        color: #7EAE00;
        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;
    }
    .indexwindow .toplist .right {
        width: 100%;
        flex-shrink: 1;
    }
    .indexwindow .toplist .right .oimg img {
        width: 100%;
    }
    .indexkui .top {
        margin-bottom: 25px;
        flex-wrap: wrap;
    }
    .indexkui .top .left {
        width: 100%;
    }
    .indexkui .top .right {
        width: 100%;
    }
    .indexkui .top .right .p {
        background-repeat: no-repeat;
        background-position: right 0;
        background-size: 90px;
        min-height: 120px;
        padding-bottom: 20px;
    }
    html[lang=ar] .indexkui .top .right .p {
        background-repeat: no-repeat;
        background-position: left 0;
    }
    .indexkui .top .right .p p {
        font-size: 32px;
        line-height: 36px;
        font-style: italic;
        color: #7EAE01;
        font-weight: bold;
        font-family: Times New Roman,Arial, Helvetica, sans-serif;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        padding-right: 80px;
        padding-left: 0px;
    }

    .indexkui a img {
        width: 100%;
    }
    .indexkui .bottom {
        flex-wrap: wrap;
    }
    .indexkui .bottom a {
        width: 100%;
    }

    .indextyu .indextyubg .con .list {
        height: 270px;
    }
    .indextyu .indextyubg .con .list .toux img {
        width: 67px;
        height: 74px;
        object-fit: contain;
    }
    .indextyu .indextyubg .con .list .titles {
        margin-left: 14px;
    }
    .indextyu .indextyubg .con .list .toux .titles h2 {
        font-size: 16px;
        color: #7EAE00;
        text-align: left;
        font-weight: bold;
    }
    .indextyu .indextyubg .con .list .titles h3 {
        font-size: 18px;
        margin-top: 6px;
    }
    .indextyu .indextyubg .con .list .p {
        text-align: center;
        top: 70px;
        position: absolute;
        left: 55px;
        right: 55px;
        font-size: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        line-height: 30px;
    }
    .indextyu .indextyubg .con .swiper.index984-mysSwiper {
        margin: 0 8%;
    }
}
@media only screen and (max-width: 580px) {
    .indexr .com .swiper.mySwipercate {
        height: 530px;
        padding-bottom: 50px;
    }
    .indexr .com .swiper.mySwipercate .list {
        height: 200px;
        text-align: center;
    }


    .indexr .title h2 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 23px;
        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;
    }
    .indexwindow .title .titletop h2 {
        font-size: 18px;
        font-weight: 600;
    }
    .indexwindow .title .titletop a {
        font-size: 14px;
        color: #fff;
        text-decoration: underline;
        margin-top: 6px;
        white-space: nowrap;
        padding-left: 30px;
    }
    .indexwindow .title .summary {
        font-size: 14px;
        margin-top: 6px;
        letter-spacing: 2px;
    }

    .indexwindow .toplist .right {
        width: 100%;
        flex-shrink: 1;
    }
    .indexwindow .toplist .right .oimg img {
        width: 100%;
    }
    .indexwindow .toplist .right h2 {
        font-size: 14px;
    }
    .indexwindows .title h2 {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        color: #111;
    }
    .indexwindows .title a {
        font-size: 14px;
    }
    .indexwindow .bottomlist h2 {
        font-size: 14px;
        text-align: center;
    }
    .indexwindows .list h2 {
        margin: 14px 0;
        font-size: 14px;
    }
    .aboutvideo .aboutus h2 {
        margin-bottom: 15px;
        font-size: 18px;
        font-weight: 600;
    }
    .aboutvideo .aboutus .p {
        font-size: 14px;
        line-height: 26px;
        display: -webkit-box;
        -webkit-line-clamp: 14;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .aboutvideo .aboutus a {
        font-size: 14px;
    }
    .indexaboutus .title h2 {
        font-size: 24px;
        font-weight: bold;
    }
    .indexaboutus .title a {
        font-size: 15px;
        margin-bottom: 0;
        color: #333;
        font-weight: bold;
    }
    .indexaboutus .com .left {
        width: 100%;
        font-size: 16px;
        line-height: 1.55;
        margin-right: 0;
        margin-top: 20px;
    }
    .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 {
        margin: 10px auto 10px;
    }
    .indexiol .indexubg {
        padding: 30px 0;
    }
    .indexd .title h2 {
        padding-top: 0;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 30px;
        color: #333;
    }
    .indexkui {
        margin: 20px 0;
    }
    .indexkui .title h2 {
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 25px;
        color: #111;
    }
    .indexkui a h2 {
        font-size: 14px;
    }
    .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;
    }
    .indexrili .wrap .wrauto .line {
        height: 4px;
        position: relative;
        margin: 150px 0;
    }
    .indexrili .wrap .wrauto .sumlist .list .p {
        line-height: 24px;
        font-size: 14px;
    }
    .indexliuc .title h2 {
        font-size: 18px;
        font-weight: bold;
        color: #111;
    }
    .indexliuc .title p {
        font-size: 14px;
        color: #2C2C2C;
        margin-top: 6px;
        margin-bottom: 40px;
    }
    .indexoem .title h2 {
        font-size: 18px;
        font-weight: bold;
        color: #111;
    }
    .indexoem .title p {
        font-size: 14px;
    }
    .indexkui .top .right .p p {
        font-size: 18px;

        padding-right: 80px;
        padding-left: 0;
    }
    .indexiol .title h2 {
        font-size: 18px;
        font-weight: bold;
        color: #111111;
    }
    .indextyu .indextyubg .title h2 {
        font-size: 18px;
    }
    .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;
    }
    .indextyu .indextyubg .con .list .p {
        text-align: center;
        top: 68px;
        position: absolute;
        left: 38px;
        right: 38px;
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
        line-height: 22px;
    }
    .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: #1B1B1B;
    }
    .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 {
        color: #7EAE00;
        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;
    }
    .indexrili .wrap .wrauto .sumlist .list h2 {
        font-size: 18px;
        font-weight: 600;
        font-style: italic;
        margin-bottom: 4px;
        color: #101012;
    }
    .indexwindow .wrapper {
        padding: 0 10px;
        padding-bottom: 40px;
    }
    .indexwindow {
        padding: 28px 0 0;
    }
    indexliuc {
        margin: 20px 0;
    }
    .indexoem {
        margin: 30px 0;
    }
    footer .copyright {
        text-align: center;
        background: #F6F6F6;
        padding: 20px 0 80px;
        clear: both;
        font-size: 14px;
        float: left;
        width: 100%;
        color: #2a2a2a;
        border-top: 1px solid #DCDCDC;
    }
}

@media only screen and (max-width: 500px) {
    .indexyuia {
        margin-top: 20px;
    }
    .indexyuia .list {
        margin: 20px 0;
        text-align: center;
        color: #7EAE00;
        font-size: 18px;
        width: 50%;
    }
    .indexoem .list .p {
        color: #9D9D9D;
        text-align: center;
        padding: 0 2px;
        line-height: 24px;
        font-size: 14px;
    }


    .indextyu .indextyubg .con .list .p {
        text-align: center;
        top: 48px;
        position: absolute;
        left: 38px;
        right: 38px;
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
        line-height: 22px;
    }
    .indextyu .indextyubg .con .list .toux .titles h2 {
        font-size: 14px;
        color: #7EAE00;
        text-align: left;
        font-weight: bold;
    }
    .indextyu .indextyubg .con .list .titles h3 {
        font-size: 14px;
        margin-top: 6px;
    }
    .indextyu .indextyubg .con .list {
        height: 218px;
    }
}
@media only screen and (max-width: 498px) {
    .indextyu .indextyubg .con .list .bdcon {
        position: absolute;
        left: 0;
        right: 0;
        top: 10px;
        text-align: center;
    }
    .indextyu .indextyubg .con .list .toux img {
        width: 47px;
        height: 54px;
        object-fit: contain;
    }

}
@media only screen and (max-width: 420px) {
    .indexr .com .swiper.mySwipercate .list {
        height: 190px;
        text-align: center;
    }
    .indexr .com .swiper.mySwipercate {
        height: 450px;
        padding-bottom: 30px;
    }

    .indexwindow .title {
        padding: 60px 0 20px;
        color: #fff;
    }
    .indexwindow .title .summary {
        font-size: 14px;
        margin-top: 6px;
        letter-spacing: 2px;
    }


    .indexwindow {
        padding: 20px 0 0;
    }

    .aboutvideo .aboutus .p {
        font-size: 14px;
        line-height: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 14;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .indexliuc .title p {
        font-size: 14px;
        color: #2C2C2C;
        margin-top: 6px;
        margin-bottom: 30px;
    }
    .indexliuc .liuc .list .h2 {
        font-size: 14px;
        text-align: center;
        margin-top: 10px;
        font-weight: bold;
        line-height: 20px;
    }


}
@media only screen and (max-width: 400px) {
    //.indexr .com .swiper.mySwipercate {
    //    height: 460px;
    //    padding-bottom: 50px;
    //}
    //.indexr .com .swiper.mySwipercate .list {
    //    height: 150px;
    //    text-align: center;
    //}

    .indexr .com {
        overflow: hidden;
        position: relative;
        padding-bottom: 10px;
    }

    .indexliuc .liuc .list {
        position: relative;
        padding-top: 50px;
        width: calc(100% / 2 - 5px);
    }
    .indexliuc .liuc .list:last-child {
        width: 48%;
        margin-left: 0;
        padding-top: 0;
        margin-top: auto;
        margin-bottom: 30px;
    }

    .indexiol .indexubg .con .list h2 {
        text-align: center;
        font-size: 12px;
        margin-top: 12px;
        font-weight: bold;
    }
    .indextyu .indextyubg .con .list {
        height: 206px;
    }
    .indextyu .indextyubg .con .list .bdcon {
        position: absolute;
        left: 0;
        right: 0;
        top: 20px;
        text-align: center;
    }
    .indextyu .indextyubg .con .list .p {
        text-align: center;
        top: 58px;
        position: absolute;
        left: 30px;
        right: 30px;
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        line-height: 21px;
    }
    .indextyu .indextyubg .con .list .toux img {
        width: 47px;
        height: 64px;
        object-fit: contain;
    }
    .indextyu .indextyubg .con .list .titles {
        margin-left: 5px;
    }
    .indextyu .indextyubg .con .list .titles h3 {
        font-size: 14px;
        margin-top: 6px;
    }
    .indextyu .indextyubg .con .list .toux .titles h2 {
        font-size: 14px;
        color: #7EAE00;
        text-align: left;
        font-weight: bold;
    }

}