.index{
    width: 100%;
}
@font-face {font-family: "IMPACT";
    src: url('./font/impact.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    font-display: swap; /* 关键 */
    font-weight: normal;
}

.wrap {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}
.imgbg {
    text-align: center;
    margin-bottom: 30px;
}
.chald{
    padding-bottom: 23px;
    width: 100%;
}

.chald dl{
    width: 100%;
    margin-top: 50px;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.chald dl.grid-container {
    gap: 36px 70px;
}
.chald dl dd {
    text-align: left;
    position: relative;
    background: #eeeeee;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1), 0 4px 8px 0 rgba(0,0,0,0.2);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.chald dl dd .ouiiis {
    padding: 10px 9px;
    cursor: pointer;
}
.chald dl dd:hover {
    background: #e4e4e4;
}
.chald dl dd:hover>a {
    text-decoration: none;
    color:#0868B2;
}

.chald dl dd div>a{
    color: #686868;
    font-size: 16px;
    padding-left: 9px;
    display: block;
    line-height: 18px;
    border-left: 4px solid #0868B2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.chald dl dd img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.chald dl dd ul{
    display: none;
    position: absolute;
    top: 100%;
    background: #0868B2;
    width: 100%;
    z-index: 2;
    left: 0;
}
.chald dl dd:hover ul ,.chald dl dd ul.active{
    display: block;
}
.chald dl dd ul li{
    display: block;
    padding: 8px 7px;
    border-bottom: 1px solid #ddd;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.chald dl dd ul li a{
    font-size: 16px;
    color: white;
    display: block;
}
.chald dl dd ul li:hover {
    background: #457C96;
}
.chald dl dd ul li:hover a {
    text-decoration: none;
    border-left: 4px solid #62c3d0;
}

.chuchuan{
    width: 100%;
}
.chuchuan .chubox .swiper {
    padding-bottom: 60px;
}
.chuchuan .chubox .swiper .EFfx {
    font-size: 32px;
    display: block;
}
.chuchuan .chubox .swiper .swiper-button-nexts {
    position: absolute;
    top: 25%;
    left: 0;
    z-index: 999;
    background: #7D7D7D;
    color: #fff;
    padding: 16px 8px;
}
.chuchuan .chubox .swiper .swiper-button-prevs {
    position: absolute;
    top: 25%;
    right: 0;
    z-index: 999;
    background: #7D7D7D;
    color: #fff;
    padding: 16px 8px;
}
.chuchuan .chubox .swiper .swiper-button-prevs:hover ,.chuchuan .chubox .swiper .swiper-button-nexts:hover {
    background: #111;
}
.chuchuan .chuchuan_top {
    position: relative;
    margin-bottom: 30px;
}

.chuchuan .chuchuan_top h3 {
    font-family: "Times New Roman",Times,serif;
    font-size: 28px;
    margin-left:10px;
    color: #0868B2;
}
.chuchuan .chuchuan_top h2 {
    font-size: 50px;
    font-family: "Times New Roman",Times,serif;
    text-align: center;
    padding-top: 48px;
    color: #FFF;
    font-weight: 200;
    font-family: "IMPACT",serif;
}

//.chuchuan .chubox .chubox_right {
//    display: grid;
//    grid-template-columns: repeat(3,1fr);
//    grid-gap: 30px 36px;
//}

.chuchuan .chubox .swiper .item h2 {
    margin-top: 22px;
}
.chuchuan .chubox .swiper .item h2 a {
    font-size: 16px;
    //font-family: "Times New Roman",Times,serif;
}

.chuchuan .chubox .chubox_right .swiper {
    padding-bottom: 0;
}
.chuchuan .chubox .chubox_right .swiper .swiper-button-prevs {
    top: 35%;
}
.chuchuan .chubox .chubox_right .swiper .swiper-button-nexts {
    top: 35%;
}

.oimg{
    overflow: hidden;
    display: block;
}
.oimg img{
    display: block;
    width: 100%;
    transition: all 0.5s;
}
.oimg:hover img{
    transform: scale(1.1);
}
.chuchuan .chubox .item .pic{
    overflow: hidden;
    display: block;
}
.chuchuan .chubox .item img {
    display: block;
    width: 100%;
    transition: all 0.5s;
}
.chuchuan .chubox .item:hover img {
    transform: scale(1.1);
}
.chuchuan .wrap {
    margin-bottom: 30px;
}

.chuchuan .chubox .item h2 {
    padding: 4px 0;
    text-align: center;
    transition: all 0.5s;
    margin-top: 10px;
}
.chuchuan .chubox .item h2 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    padding: 0px 6px;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
}
.chuchuan .chubox .item h2 a:hover{
    color:#02A0E6;
}
.chuchuan .chubox .swiper-container {
    padding-bottom: 40px;
}

.index-case {
    margin: 60px 0;
}
.index-case .swiper .left, .index-case .swiper .right {
    width: 50%;
}
.index-case .swiper .left {
    background: #fff;
    padding: 55px 60px;
}
.index-case .swiper .left h2 {
    text-align: center;
    font-family: "Times New Roman",Times,serif;
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 200;
    font-family: "IMPACT",serif;
}
.index-case .swiper .left .link {
    text-align: center;
    display: block;
    font-size: 16px;
    margin-bottom: 18px;
}

.index-case .swiper .right .grid-container {
    gap: 50px 15px;
}

.index-case .swiper .right h2 {
    color: #fff;
    margin-top: 33px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;

}
.index-case .swiper .right h2 span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.index-case .swiper .swiper-pagination {
    margin-top: 40px;
    position: unset;
}
.index-case .swiper .right h2:hover ,.index-case .swiper .left .link:hover{
    color: #02A0E6;
    text-decoration: underline;
}



.code1 {
    display: block;
}
.codea1{
    background: url("../images/product.png") no-repeat center bottom;
}
.chubody{
    margin-top: 10px;
}
.chubody .item{background: white;text-align: center;margin-bottom: 16px;float: left;width: 250px;margin-right: 66px;}
.chubody .item img{
    max-width: 100%;
    display: block;
}
.chubody .item:nth-of-type(4n+1) {
    clear: both;
}
.chubody .item:nth-of-type(4n) {
    margin-right: 0;
}
.chubody .item h2 {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 0 10px;
    overflow: hidden;
    height: 3.8rem;

}
.chubody .item h2 a {
    color: #686868;
    font-size:1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.anniuzu{
    clear: both;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.anniuzu .btncp{
    display: inline-block;
    padding: 5px 30px;
    margin: 0 6px;
    border: 1px solid #cecece;
    cursor: pointer;
    color: #cecece;
    font-size: 21px;
    transition: all .5s;
    -moz-transition: all .5s; /* Firefox 4 */
    -webkit-transition: all .5s; /* Safari å’Œ Chrome */
    -o-transition: all .5s; /* Opera */
}
.anniuzu .btncp:hover {
    background: #ffffff;
}

.

.nkjsss{
    padding-top: 59px;
    padding-bottom: 80px;
    float: left;
    width: 100%;
}

.teambox {
    width: 100%;
    margin-top: 40px;
    position: relative;
}
.teambox .swiper-slide{
    _float: left;
    _width: 260px;
    margin-right: 10px;
}
.teambox .swiper-slide img {
    width: 100%;
    display: block;
    background: #fff;
}
.teambox .swiper-slide h2 {
    text-align: center;
    font-size: 16px;
    margin-top: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    color: #FFF;
}
.teambox .swiper-slide a {
    text-decoration: none;
}
.teambox .swiper-slide a:hover h2 ,.newall .newbody .item a:hover h2{

    color: #0868B2;
    color: #02A0E6;

}
.newall{
    float: left;
    width: 100%;
    clear: both;
    margin-top: 68px;
    margin-bottom: 50px;
}
.newall .newbody {

    margin-top: 50px;

}

.newall h3 {
    color: #FFF;
    font-size: 50px;
    margin-bottom: 10px;
    font-family: "Times New Roman",Times,serif;
    text-align: left;
}
/*.newall h3::after {*/

/*    content: " ";*/
/*    display: block;*/
/*    height: 10px;*/
/*    background: url("../images/xian.png") no-repeat center center;*/
/*    margin-top: 4px;*/
/*    margin-bottom: 46px;*/

/*}*/
.newall .newbody .item img {

    width: 100%;
    display: block;

}
.newall .newbody .item {
    width: calc(100% / 3 - 20px);
    float: left;
    margin-right: 30px;
}
.newall .newbody .item:nth-child(3n) {

    margin-right: 0;

}
.newall .newbody .item h2 {
    padding: 4px 0px;
    font-size: 17px;
    color: #FFF;
    text-align: left;
    font-weight: bold;
    line-height: 24px;
}
.newall .newbody .item p.summary {
    font-size: 15px;
    color: #E2E2E2;
}
.newall .newbody .item a {
    text-decoration: none;
}
.newall .newbody .item .date {
    font-size: 15px;
    line-height: 12px;
    margin-bottom: 6px;
    color: #fff;
    margin-top: 14px;
}


.chubox_product .chubody {

    width: 100%;
    float: left;
    margin-bottom: 40px;

}
.chubox_product .video {
    margin-top: 25px;
    margin-bottom: 25px;
}
.chubox_product .chubody .item {

    background: white;
    text-align: center;
    margin-bottom: 20px;
    float: left;
    width: 279px;
    margin-right: 24px;
    border: 1px solid #ddd;

}
.chubox_product .chubody .item:nth-of-type(4n) {

    margin-right: 0;

}

.chubox_product .chubox_product_title {

    height: 44px;
    line-height: 44px;
    margin-bottom: 18px;
}
.chubox_product .chubox_product_title h3 {
    font-size: 32px;
    color: #494949;
    text-align: center;
    font-weight: bold;
}
.chubox_product .chubox_product_title a {

    float: right;
    font-size: 14px;
    padding-right: 12px;
    color: #878787;
    font-weight: bold;

}
.chubox_product .con img {

    max-width: 100%;

}
.Process {

    background: url("../images/lishi.png") no-repeat;
    background-size: 100% 100%;

}
.Process .Process_con {

    width: 1200px;
    margin: 0 auto;

}
.Process .Process_con h2 {

    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #494949;
    margin: 40px 0;

}
.Process .Process_con .Process_list div {

    height: 162px;
    width: 200px;
    text-align: center;
    float: left;

}
.Process .Process_con .Process_list div.Process_top , .Process .Process_con .Process_list div.Process_bottom {
    width: 190px;
    margin-left: 10px;
}

.Process .Process_con .Process_list {

    background: url("../images/lishi1.png") no-repeat center 120px;
    background-size: 1124px;
    padding-bottom: 50px;
    margin-top: 70px;

}
.Process .Process_con .Process_list .Process_bottom {

    margin-top: 190px;

}
.Process .Process_con .Process_list div h3 {

    font-size: 16px;
    color: #3F3F3F;

}
.about-us .about-us-con {
    margin: 70px auto 0px;
    height: 460px;
}
.about-us .about-us-con .about-us-title h2{

    font-size: 50px;
    font-family: "Times New Roman",Times,serif;
    text-align: center;
    color: #FFF;
}
/*.about-us .about-us-con .about-us-title::after {*/

/*    content: " ";*/
/*    display: block;*/
/*    height: 10px;*/
/*    background: url("../images/xian.png") no-repeat center center;*/
/*    margin-top: 4px;*/
/*    margin-bottom: 46px;*/

/*}*/
.about-us .about-us-con .about-us-left {

    float: left;
    width: 35.5%;
    height: 600px;
}
.about-us .about-us-con .about-us-left iframe{
    height: 600px;
    display: block;
}
.about-us .about-us-con .about-us-right {

    float: right;
    width: 64.5%;
    height: 600px;
    position: relative;
    background: url("../images/aboutus.png") no-repeat;
    background-size: 100%;
    background-attachment: fixed;
}
.about-us .about-us-con .about-us-right::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);

}
.about-us .about-us-con .about-us-right .us-right-top {
    position: relative;
    z-index: 999;
}
.about-us .about-us-con .about-us-right h2 {
    margin-top: 50px;
    font-size: 32px;
    font-family: "Times New Roman",Times,serif;
    color: #fff;
    text-align: center;
    font-weight: 200;
    font-family: "IMPACT",serif;
}

.about-us .about-us-con .about-us-right .p {
    margin-top: 20px;
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    text-align: center;
}
.about-us .about-us-con .about-us-right .p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 11;
    overflow: hidden;
}
.about-us .about-us-con .about-us-right .More{
    text-align: center;
    margin-top: 30px;
}
.about-us .about-us-con .about-us-right a {
    display: inline-block;
    padding: 6px 26px 6px;
    background: rgba(225,182,42,0.65);
    color: #fff;
    border-radius: 44px;
    font-size: 15px;
}
.about-us .about-us-con .about-us-right a .EFfx.icon-right-circle {
    margin-left: 6px;
}
.about-us .about-us-con .about-us-right a:hover {
    background: #0868B2;
    color: #fff;
    text-decoration: none !important;
}

.about-us .about-us-con .about-us-right .list {
    margin: 30px 180px;
    color: #fff;
}
.about-us .about-us-con .about-us-right .list li{text-align: center;}
.about-us .about-us-con .about-us-right .list li h3 {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}
.about-us .about-us-con .about-us-right .list li .h2 {
    font-size: 46px;
    margin-top: 8px;
    color: #fff;
    font-weight: 800;
    line-height: 1.3;
}
.about-us .about-us-con .about-us-right .list li span {
    font-size: 48px;
    margin-left: 6px;
    color: #fff;
    font-weight: bold;
    font-family: "Times New Roman",Times,serif;
    margin-top: 8px;
}

.swbtn.swbtnleft {
    width: 30px;
    height: 40px;
    background: #7D7D7D;
    position: absolute;
    top: 50%;
    right: 1px;
    z-index: 999;
    transform: translateY(-50%);
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.swbtn.swbtnright {
    width: 30px;
    height: 40px;
    background: #7D7D7D;
    position: absolute;
    top: 50%;
    left: 1px;
    z-index: 999;
    transform: translateY(-50%);
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.swbtn.swbtnright ,.swbtn.swbtnleft {

}




.index10 {
    margin:90px 0 0;
    padding-bottom: 20px;
}
.index10 .title h2 {
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    color: #333;
    margin-bottom: 42px;
    margin-top: 60px;
}
.index10 .con .img img {
    display: block;
    max-width: 915px;
    height: 100%;
    object-fit: cover;
}
.index10 .con .article_one {
    background-color: #0D334B;
    color: #fff;
    width: 100%;
    padding: 44px 80px 30px 25px;
    position: relative;
    max-width: 470px;
}
.index10 .con .article_one .title {
    font-size: 50px;
    font-weight: 200;
    font-family: "Times New Roman",Times,serif;
    font-family: "IMPACT",serif;
    line-height: 1;
    margin-bottom: 100px;
}
.index10 .con .article_one .datetime span {
    font-size: 17px;
    margin-bottom: 100px;
}
.index10 .con .article_one h2 a {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index10 .con .article_one p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 17px;
    line-height: 26px;
    font-size: 16px;
}
.index10 .con .article_one .swiper-pagination {
    bottom: 35px;
    left: 25px;
    width: 90%;
    text-align: left;
}
.index10 .con .article_one .swiper-pagination-clickable .swiper-pagination-bullet div {
    display: none;
}
.index10 .con .article_one .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active div {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 0;
    font-size: 20px;
    font-weight: bold;
}
.index10 .con .article_one .swiper-pagination .swiper-pagination-bullet {
    background: #7DB8D3;
    margin-top: 80px;
    width: 60px;
    border-radius: unset;
    height: 2px;
    --swiper-pagination-bullet-horizontal-gap: 0;
}
.index10 .con .article_one .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #FFF;
}
.index10 .con .article_one h2 a:hover {
    color: #02A0E6;
}
.index10 .con .article_one p.date {
    margin-top: 8px;
}

.indexlogo .wrap {
    max-width: 1660px;
}
.indexlogo .wrap .title h2 {
    text-align: center;
    padding-top: 50px;
    font-size: 50px;
    font-family: "Times New Roman",Times,serif;
    color: #fff;
    font-weight: 200;
    padding-bottom: 100px;
    font-family: "IMPACT",serif;
}
.indexlogo .wrap .list {
    padding-bottom: 85px;
}
.indexlogo .wrap .list .swiper.indexlogob {
    margin: 0 60px;
}
.indexlogo .wrap .list .swiper.indexlogoa {
    margin-bottom: 6px;
}


.index55 {
    padding: 20px 0 40px;
}

.index55 .title{
    position: relative;
}
.index55 .title h2 {
    font-size: 34px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 60px;
}

.index55 .con {
    margin: 40px 0;
}
.index55 .con .list {
    //float: left;
    //width: calc(100% / 3 - 24px);
    //margin-right: 35px;
    box-shadow: 0 2px 8px -4px #303030;
    background: #0D334B;
}
.index55 .con .list:nth-child(3n) {
    margin-right: 0;
}
.index55 .con .list a {
    color: #fff;
    text-decoration: none !important;
}
.index55 .con .list .listcon .date {
    font-size: 16px;
    margin: 12px 0 16px;
    color: #fff;
}
.index55 .con .list .listcon h2 {
    font-size: 16px;
    margin-bottom: 16px;
    margin-top: 20px;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index55 .con .list .listcon .p {
    height: 52px;
}
.index55 .con .list .listcon .p p{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index55 .con .list a:hover {
    color: #02A0E6;
}
.index55 .con .list .listcon {
    padding: 0 18px;
    position: relative;
}
.index55 .con .list .listcon .iico {
    width: 30px;
    height: 18px;
    background: url("../images/news-04.png") no-repeat center center;
    display: block;
}
.index55 .con .list:hover .listcon h2 {
    color: #02A0E6;
}




@media only screen and (max-width: 1600px) {
    .about-us .about-us-con .about-us-right .list {
        margin: 30px 70px;
        color: #fff;
    }
}

@media only screen and (max-width: 1400px) {
    .about-us .about-us-con .about-us-right .p {
        font-size: 16px;
        color: #fff;
        line-height: 26px;
        text-align: center;
        margin-top: 20px;
        padding: 0 10px;
    }
    .about-us .about-us-con .about-us-right .list li .h2 {
        font-size: 38px;
    }
    .about-us .about-us-con .about-us-right .list li span {
        font-size: 38px;
    }
    .about-us .about-us-con .about-us-right .list li h3 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1300px) {

}

@media only screen and (max-width: 1200px) {
    .index10 .con .article_one .swiper-pagination {
        width: 90%;
        text-align: left;
        position: unset;
    }
    .chald dl.grid-container {
        gap: 26px 40px;
    }
    .about-us .about-us-con .about-us-left {
        float: left;
        width: 100%;
        height: auto;
    }
    .about-us .about-us-con .about-us-right {
        float: right;
        width: 100%;
        height: auto;
        background-size: cover;
        background-attachment: fixed;
    }
    .about-us .about-us-con .about-us-right .p {
        -webkit-line-clamp: 110;
    }
    .about-us .about-us-con .about-us-right .list {
        margin: 50px 70px;
        color: #fff;
    }
    .about-us .about-us-con {
        height: auto;
    }
}

@media only screen and (max-width: 1100px) {
    .index-case .swiper .left {
        background: #fff;
        padding: 14px 10px;
    }
}


@media only screen and (max-width: 980px) {
    .chuchuan .chubox .swiper .swiper-button-nexts ,.chuchuan .chubox .swiper .swiper-button-prevs{
        padding: 14px 2px;
    }
    .index10 .con .article_one .swiper-pagination .swiper-pagination-bullet {
        width: 16% !important;
        height: 2px !important;
    }
}


@media only screen and (max-width: 800px) {
    .chald dl.grid-container {
        gap: 18px 26px;
    }

    .about-us .about-us-con .about-us-right .list {
        margin: 50px 0;
        color: #fff;
    }
    .about-us .about-us-con .about-us-right .list .flexa-container.flexa-justify-between {
        flex-wrap: wrap;
        gap: 25px 6px;
    }
    .about-us .about-us-con .about-us-right .list li {
        text-align: center;
        width: calc(50% - 6px);
    }

    .index10 .con.flexa-container.flexa-justify-between {
        flex-direction: column;
    }
    .index10 .con .article_one {
        color: #fff;
        width: 100%;
        padding: 44px 25px 30px 25px;
        position: relative;
        max-width: 100%;
    }
}


@media only screen and (max-width: 700px) {
    .index-case .swiper .left, .index-case .swiper .right {
        width: 100%;
    }
    .index-case .swiper-slide .flexa-container.flexa-justify-between.grid-gap-15 {
        flex-direction: column;
    }
    .index-case .swiper .right .grid-container {
        gap: 30px 15px;
    }
}
@media only screen and (max-width: 668px) {
    .indexlogo .wrap .list .swiper.indexlogob {
        margin: 0;
    }

}
@media only screen and (max-width: 600px) {
    .chald dl dd ul {
        position: unset;
    }
    //.chuchuan .chubox .chubox_right {
    //    display: grid;
    //    grid-template-columns: repeat(2,1fr);
    //    grid-gap: 22px;
    //}
    .chald dl dd {
        max-width: calc(100vw - 20px);
    }
}

@media only screen and (max-width: 500px) {
    .index-case .swiper .right h2 {
        padding: 0 0;
    }
    .index10 .con .article_one .title {
        margin-bottom: 70px;
    }
}


@media only screen and (max-width: 400px) {

}

//.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 {
//    padding: 0 30px;
//    position: absolute;
//    bottom: 15px;
//    left: 0;
//    right: 0;
//}


.index7 .right {
    width: 365px;
    margin-left: 106px;
}
.index7 .right img {
    margin-right: -106px;
}
.index7 {
    padding: 50px 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: 50px;
    font-weight: 200;
    margin-bottom: 22px;
    color: #fff;
    text-align: center;
    font-family: "Times New Roman",Times,serif;
    font-family: "IMPACT",serif;
}
.index7 .title p {
    color: #fff;
    text-align: center;
    font-size: 22px;
    margin-bottom: 50px;
}
.biaodan {
    position: relative;
}
.biaodan .item {
    width: 45%;
    border-bottom: 1px solid #fff;
    margin: 16px 0px;
    padding-bottom: 4px;
}
.biaodan .item label {
    color: #fff;
    font-size: 20px;
    white-space: nowrap;
    margin-bottom: 0;
    font-weight: 500;
}
.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;
    margin: 50px 0 16px;
}
.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: 16px 56px;
    border: 0;
    background: rgba(225,182,42,0.65);
    color: #fff;
    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: #02A0E6;
    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: 1440px) {

}
@media only screen and (max-width: 1400px) {
    .wrapper {
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }

    .index7 .wrap {
        padding: 0 10px;
    }


}
@media only screen and (max-width: 1200px) {

    .index7 .wrap {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .biaodan .item.items {
        width: calc(100% - 20px);
    }
    .biaodan .item {
        width: 44%;
        border-bottom: 1px solid #fff;
        margin: 32px 10px;
        padding-bottom: 4px;
    }
    .biaodan .item.verify_status {
        margin: 50px 10px 26px;
    }


}

@media only screen and (max-width: 1024px) {


}
@media only screen and (max-width: 980px) {



    .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) {

}
@media only screen and (max-width: 800px) {

    .about-us .about-us-con .about-us-left iframe {
        height: 440px;
    }

}
@media only screen and (max-width: 700px) {

    .about-us .about-us-con {
        margin: 50px auto 0px;
    }
}
@media only screen and (max-width: 600px) {
    .about-us .about-us-con .about-us-left iframe {
        height: 300px;
    }

}
@media only screen and (max-width: 580px) {



    .index7 .title {
        padding: 0 10px;
    }
    .index7 .title h2 {
        font-size: 24px;
        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;
    }

    .index10 .con .article_one h2 a {
        font-size: 18px;
    }
    .index10 .con .article_one .title {
        font-size: 24px;
    }
    .indexlogo .wrap .title h2 {
        font-size: 24px;
    }
    .about-us .about-us-con .about-us-right h2 {
        font-size: 24px;
    }
    .index-case .swiper .left h2 {
        font-size: 24px;
    }
    .chuchuan .chuchuan_top h2 {
        font-size: 24px;
        padding-top: 10px;
    }
    .index-case {
        margin: 20px 0;
    }
    .about-us .about-us-con {
        margin: 20px auto 0px;
    }
    .indexlogo .wrap .title h2 {
        padding-top: 50px;
        padding-bottom: 35px;
    }
    .indexlogo .wrap .list {
        padding-bottom: 50px;
    }
    .index10 {
        margin: 50px 0 0;
        padding-bottom: 0px;
    }
    .index55 .con {
        margin: 0px 0;
    }
}

@media only screen and (max-width: 500px) {
    .chuchuan .chubox .item h2 a {
        font-size: 12px;
        line-height: 1.5;
    }
    .index-case .swiper .right h2 {
        margin-top: 20px;
        font-size: 13px;
    }
    .index-case .swiper .swiper-pagination {
        margin-top: 24px;
        position: unset;
    }


}
@media only screen and (max-width: 498px) {

}
@media only screen and (max-width: 420px) {

}
@media only screen and (max-width: 400px) {
    .about-us .about-us-con .about-us-left iframe {
        height: 213px;
    }
}