@keyframes scrollFloat {
    0% {
        bottom: 60px;
    }

    50% {
        bottom: 80px;
    }

    100% {
        bottom: 60px;
    }
}

.scroll {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    animation: scrollFloat 2s ease-in-out infinite;
}

.index_company .companyright .xinxi ul li .num,
		.index_company .companyright .xinxi ul li #span2 span,
		.index_company .companyright .xinxi ul li #span1 span,
		.index_company .companyright .xinxi ul li #span3 span,
		.index_company .companyright .xinxi ul li #span4 span{
			font-size: 24px;
			color: #01a0ea;
			font-weight: 500;
		}
		.index_company .companyright .xinxi ul li h2{
		    display: flex;
		    justify-content: center;
		}

header.active .lan-default {
    display: none;
}

header.active .lan-hover {
    display: block !important;
}

.pull-right:hover .lan-default {
    display: none;
}

.pull-right:hover .lan-hover {
    display: block !important;
}

.amap-overlays {
    z-index: 110;
    cursor: default;
    top: -40px;
    left: -15px;
}

.amap-info-sharp {
    background: url(/assets/images/index/mapicon4.png) center no-repeat;
    /* background: none; */
}

.amap-container {
    height: 100%;
}

.amap-info-content {
    border: 1px solid #e50044;
    background-color: #e50044;
}

.amap-container {
    cursor: url(https://webapi.amap.com/theme/v1.3/openhand.cur), default;
}

.amap-drag {
    cursor: url(https://webapi.amap.com/theme/v1.3/closedhand.cur), default;
}

.fx {
    position: absolute;
    right: 0;
    top: 300px;
    z-index: 99;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    width: 62px;
    overflow: visible;
}

.fx-a {
    width: 100%;
    margin-bottom: 5px;
    position: relative;
    max-width: unset;

}

.fx-img2 {
    display: none;
}

.fx-a:hover .fx-img1 {
    display: none;
}

.fx-a:hover .fx-img2 {
    display: block;
}

.fx-hover {
    position: absolute;
    top: 50%;
    right: -179px;
    transform: translateY(-50%);
    transition: right 0.3s ease-in-out;
    width: 179px;
    height: 62px;
    display: block;
}

.fx-a:hover .fx-hover,
.fx-a:hover .fx-hover2 {
    right: 70px;
}

.fx-a:hover .fx-hover3 {
    right: 10px;
}

.fx-hover2 {
    position: absolute;
    top: 50%;
    right: -179px;
    transform: translateY(-50%);
    transition: right 0.3s ease-in-out;
    width: 179px;
    height: 62px;
    display: block;
}

.fx-hover2 img {
    height: 62px;
}

.fx-hover3 {
    position: absolute;
    top: 0%;
    right: -179px;
    transform: translateY(-50%);
    transition: right 0.3s ease-in-out;
    width: 179px;
    height: 62px;
    display: block;
}


.right img {
    max-width: 24px;
}

.xinxi ul {
    /* overflow: auto !important; */
    display: flex;
}
.projectcaseright .btns a{
    cursor: pointer;
}
.index_projectcase .projectcasefix .projectcaseright a.active{
    background-color: #01A0EA;
    border: 1px solid #01A0EA;
}
@media(max-width:1880px) {
    .index_marketlayout .diqiu {
        bottom: unset;
        top: 35%;
    }
}

@media(max-width:1600px) {
    .index_company .companyright .videocompany {
        width: 100%;
    }

    .index_company .backcompany .backtext p {
        padding-top: 0;
    }

    .index_company .companyright {
        top: 24%;
    }

    .index_company .backcompany .backtext .jiantou {
        margin-top: 20px;
    }

    .index_marketlayout .diqiu {
        bottom: 15%;
        left: 0;
    }

    .index_company .companyright {
        width: 50%;
    }

    .index_company .companyright .xinxi ul li {
        padding: 0 15px;
    }
}

@media(max-width:1200px) {
    .index_company .companywhole {
        display: flex;
        flex-wrap: wrap;
    }

    .companylefet {
        width: 100% !important;
    }

    .companyright {
        width: 100% !important;
        position: relative !important;
    }

    .index_company .companyright {
        right: unset;
        margin-top: 50px;
    }

    .index_company .backcompany .backtext p {
        width: 100%;
    }

    .index_company {
        height: auto;
    }

    .index_company .companyright .xinxi ul li {
        width: 23%;
    }

    .leftpadd img {
        display: unset;
    }

    .index_company .companylefet {
        height: auto;
    }


}

@media(max-width:768px) {
    .index_projectcase .projectcasefix h5 {
        bottom: 10%;
        right: 0%;
        width: 45%;
        color: #333;
    }
    

    .index_company .companywhole {
        padding-top: 30px;
    }

    .allindex_product {
        margin-top: 0;
    }

    .index_contact .contactleft {
        width: 100%;
        /*padding-left: 26px;*/
    }

    .index_contact .logocon {
        margin-bottom: 20px;
    }

    .index_contact {
        margin-top: 0%;
    }

    .index_marketlayout {
        margin-top: 10%;
    }
    .index_contact .contactright {
        width: 100%;
        margin-top: 0;
        float: unset;
    }
    .contactzong{
        display: flex;
        flex-wrap: wrap;
    }
    .index_contact .contactzong{
        padding: 60px 0px 20px 0;
    }
    .body_show{
        overflow: hidden;
    }
    .index_contact .context img{
        margin-bottom: 20px;
    }
    .index_contact .context h2{
        font-size: 20px;
    }
    .index_contact .context a{
        font-size: 14px;
    }
}

.b52 {
    display: none;
}

@media(max-width:576px) {
    .index_projectcase .projectcasefix .projectcaseright h2 {
        font-size: 24px;
    }

    .b51 {
        display: none;
    }

    .b52 {
        display: block;
    }

    .logocon img {
        width: 300px;
    }

    .index_company .companyright .xinxi {
        position: relative;
        z-index: 20;
    }

    .index_marketlayout .diqiu img {
        width: 80%;
        margin: auto;
    }

    .index_marketlayout .diqiu {
        background: none;
    }

    .scroll {
        display: none;
    }

    .index_contact .contactright {
        width: 100%;
        margin-right: 0;
        margin-top: 0;
    }

    .index_marketlayout .lianjie {
        padding-top: 20px;
    }

    .index_marketlayout .backmarket {
        background-image: url('/assets/images/back5.png');
        background-size: 100%;
    }

    .index_company {
        background: url('/assets/images/s-back1.png');
        background-size: 100%;
    }

    .index_product {
        background: url('/assets/images/s-back2.png')no-repeat;
        background-size: 100%;
    }

    .index_producttow {
        background: url('/assets/images/s-back3.png')no-repeat;
        background-size: 150%;
    }

    .index_projectcase {
        background: url('/assets/images/s-back4.png')no-repeat;
        background-size: 100%;
    }

    .index_marketlayout .backmarket {
        height: 60%;
    }

    .index_news_box {
        padding-top: 30px;
    }

    .banenrtext {
        top: 55%;
    }

    .index_product .leftvideo .videoeject {
        top: 200px;
    }

    .fx {
        display: none;
    }

    .banenrtext h2 {
        font-size: 32px;
        width: 70%;
    }

    .banenrtext {
        left: 26px;
    }

    .banenrtext p {
        font-size: 16px;
        line-height: 22px;
        width: 75%;
    }

    .index_company .companywhole {
        padding-top: 5%;
    }

    .leftpadd img {
        margin: auto;
    }

    .index_company .backcompany .backtext p {
        padding-top: 30px;
    }

    .index_company .companylefet .backcompany {
        margin-top: 0;
    }

    .index_banner .btnswiper {
        bottom: 15% !important;
        width: 100% !important;
        left: 0 !important;
        margin: auto;
    }

    .index_banner .btnswiper span {
        width: 16px;
        height: 16px;
    }

    .index_company .companyright {
        top: 50%;
        right: unset;
    }

    .index_company .companyright .videocompany {
        margin: auto;
    }

    .index_company .companyright .xinxi ul li {
        width: 49%;
        margin-right: 2%;
    }

    .index_company .companyright .xinxi ul li:nth-of-type(2n) {
        border-right: none;
        margin-right: 0;
    }

    .index_company .companyright .xinxi ul li:nth-child(2n-1) {
        margin-left: unset;
    }

    .index_product .prodimghide {
        height: 540px;
    }

    .index_product .productright .textprodright .jiantou {
        max-width: 77px;
        font-size: 12px;
        line-height: 12px;
        padding: 10px 5px;
        margin-top: 5px;
    }

    .index_product .textprodright .texta {
        margin-bottom: 15px;
        font-size: 20px;
        font-weight: 500;
    }

    .index_product .textprodright h3 {
        font-size: 32px;
        font-weight: 700;
    }

    .index_product .textprodright {
        right: unset;
        left: 26px;
        float: left;
    }

    .index_product .textprodright {
        bottom: 250px;
    }

    .index_product .productright {
        overflow: unset;
    }

    .index_producttow {
        height: 420px;
    }

    .index_producttow .productright {
        height: 420px;
        overflow: unset;
    }

    .index_producttow .textprodright {
        float: right;
        text-align: right;
        margin-top: 0;
        margin-left: unset;
        margin-right: 26px;
        margin-top: -25px;
    }

    .index_producttow .textprodright h3 {
        font-weight: 700;
        font-size: 32px;
    }

    .index_producttow .textprodright .texta {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 0px;
    }

    .textprodright img {
        display: unset;
    }

    .index_producttow .productright .textprodright .jiantou {
        margin-top: 0;
        font-size: 12px;
        padding: 10px 5px;
        max-width: 77px;
        display: unset;
    }

    .index_producttow .textprodright p {
        margin-top: 10px;
    }

    .index_projectcase .projectcasefix h5 {
        color: #333;
        bottom: 10%;
        right: 5%;
        width: 40%;
        font-size: 12px;
    }

    .index_marketlayout h2 {
        font-size: 32px;

    }

    .index_marketlayout .markettext {
        padding-top: 5% !important;
    }

    .index_marketlayout .markettext {
        padding-left: 10px;
    }

    .backmarket .textneirong {
        opacity: 1;
        visibility: visible;
    }

    .index_marketlayout .diqiu {
        display: block;
        width: 80%;
        margin: auto;
        height: 25%;
        left: 10%;
        bottom: 0%;
        aspect-ratio: 1 / 1;
    }

    .index_marketlayout {
        height: 700px;
    }

    .index_news_tips_title {
        width: 100%;
        text-align: center;
    }

    .index_news_tips_title h2 {
        font-size: 32px;
    }

    .index_news_tips_title a {
        font-size: 20px;
        display: block;
    }

    .index_news_tips_title img {
        display: unset;
    }

    .index_news_item_title h3 {
        line-height: 18px;
        margin-bottom: 10px;
    }

    .btnas {
        display: flex;
    }

    .index_company .companyright .videocompany {
        max-height: 210px;
    }

    .index_company .companyright .xinxi ul li {
        padding: 0;
        margin-top: 5px;
    }

    .index_company .companyright .xinxi ul li .num,
    .index_company .companyright .xinxi ul li #span2 ,
    .index_company .companyright .xinxi ul li #span1 ,
    .index_company .companyright .xinxi ul li #span3 ,
    .index_company .companyright .xinxi ul li #span4 {
        font-size: 24px;
        color: #01a0ea;
        font-weight: 500;
    }

    .index_company .companyright .xinxi ul li h2 {
        display: flex;
        justify-content: center;
    }

    .index_product .producttext {
        padding-top: 30px;
    }

}

@media(max-width:499px) {
    .index_producttow .productright {
        top: 10%;
    }

    .index_product .textprodright .texta {
        margin-bottom: 0;
    }

    .index_company .companyright {
        top: 60%;
    }

    .index_marketlayout .diqiu img {
        width: 90%;
        margin: auto;
    }

    .index_projectcase .projectcasefix h5 {
        color: #333;
        bottom: 0%;
        right: 0%;
        width: 48%;
        font-size: 14px;
    }

    .section {
        margin-top: 170px !important;
    }

    .index_product .leftvideo .videoeject {
        top: 180px;
    }

    .index_product .textprodright {
        bottom: 200px;
    }

    .index_product .prodimghide {
        height: 380px;
    }

    .productright2 {
        height: 700px;
    }

    .index_producttow2 {
        height: 420px;
        margin-top: 20%;
    }

    .index_producttow .leftvideo {
        bottom: 65px;
    }

    .index_projectcase,
    .index_marketlayout,
    .index_contact {
        margin-top: 0 !important;
    }

    .allindex_product {
        margin-top: 0 !important;
    }

    .index_projectcase .projectcasefix .projectcase-pagination {
        right: 45%;
    }

    .index_projectcase .projectcasefix .projectcase-pagination {
        left: 5%;
    }
}
.clearfix .active{
    border-bottom: 1px solid #29BBFF;
    color: #29BBFF !important;
    padding-bottom: 5px;
}
.footernei img{
    width: 24px;
}
.lan-default2{
    display: none;
}
.scroll {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    animation: scrollFloat 2s ease-in-out infinite;
}