._app._home{
    background-image: url("../images/body_bg.png");
    background-repeat: no-repeat;
    background-position: 0 60%;
    background-size: inherit;
}
.banner{
    text-align: center;
}
.banner img{
    margin: 0 auto;
}
.banner .slick-dots li{
    text-align: center;
    width: 26px;
    height: 26px;
    background: none;
    border: none;
    box-sizing: border-box;
    margin: 0 6px;
}
.banner .slick-dots li.slick-active{
    background: rgba(255,255,255,.5);
    border-radius: 14px;
    border: 1px solid #0055b1;
}
.banner .slick-dots li.slick-active button{
    background: #0055b1;
}
.banner .slick-dots li button{
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,.5);
    margin: 0 auto;
    position: relative;
    top: 50%;
    margin-top: -5px;
}
.banner .slick-dots{
    bottom: 49px;
}
.part{
    padding-top: 100px;
}
.part h3{
    color: #333333;
    font-size: 36px;
    line-height: 1;
    text-align: center;
}
.part h3:hover{
    color: #0055b1;
}
.index_product_list{
    height: auto;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

.index_product_list .slick-prev,.index_product_list .slick-next{
    width: 46px;
    height: 46px;
    background: #ffffff;
    border-radius: 23px;
    border: 1px solid #eeeeee;
    margin-top: inherit;
}
.index_product_list .slick-prev{
    left: 0;
}
.index_product_list .slick-next{
    right: 0;
}
.index_product_list .slick-prev:after, .index_product_list .slick-next:after{
    content: "";
    width: 19px;
    height: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -9.5px;
    margin-top: -6px;
}
.index_product_list .slick-prev:after{
    background: url("../images/arrow_left.png") no-repeat center center;
}
.index_product_list .slick-next:after{
    background: url("../images/arrow_right.png") no-repeat center center;
}

.index_product_list .slick-dots li{
    margin: 0 5px;
}
.index_product_list .slick-dots li button{
    border-radius: 0;
    width: 36px;
    height: 4px;
}
.index_product_list .slick-dots li.slick-active button{
    background: #0055b1;
}
.index_product_list .product_wrap{
    height: auto;
    overflow: hidden;
    padding-top: 88px;
}
.index_product_list .product_wrap ._left, .index_product_list .product_wrap ._right{
    width: 50%;
    float: left;
}
.index_product_list .product_wrap ._left {
    box-sizing: border-box;
    padding-left: 88px;
}
.index_product_list .product_wrap ._left ._title{
    line-height: 1;
    color: #333333;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 16px;
}
.index_product_list .product_wrap ._left ._desc{
    font-size: 20px;
    line-height: 1;
    color: #333333;
    margin-bottom: 52px;
}
.index_product_list .product_wrap ._left ._mainDesc{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index_product_list .product_wrap ._left ._more{
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    font-size: 16px;
    color: #ffffff;
    bakground: #0659b3;
    background: linear-gradient(to right,#56a7ff, #0659b3);
    background: -moz-linear-gradient(to right,#56a7ff, #0659b3);
    background: -o-linear-gradient(to right,#56a7ff, #0659b3);
    background: -webkit-linear-gradient(to right,#56a7ff, #0659b3);
    width: max-content;
    text-align: center;
    margin-top: 60px;
    padding: 0 54px;
    margin-bottom: 24px;
}
.index_product_list .product_wrap ._right img{
    display: block;
    width: 86%;
    margin: 0 auto;
    position: relative;
    top: -7%;
}
.index_product_list .product_wrap ._right {
    background: url("../images/product_index_bg.png") no-repeat center 0;
    background-size: auto;
}
.footer_wrap{
    background: #f3f7fc;
    height: auto;
    overflow: hidden;
    padding-bottom: 36px;
}
.footer.footer_pc{
    display: block;
    background: #f3f7fc;
}
.footer.footer_h5{
    display: none;
}

.footer{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
}
.footer .footer_main{
    width: 100%;
    height: auto;
    /*overflow: hidden;*/
    min-height: 200px;
    border-bottom: 1px solid #E0E0E0;
}
.footer .footer_main.footer_main_it ul {
    margin-right: 42px;
}
.footer .footer_main ul{
    float: left;
    margin-right: 136px;
}
.footer .footer_main.footer_main_en ul{
    margin-right: 56px;
    max-width: 260px;
}
.footer .footer_main.footer_main_en ul:first-child{
    width: 126px;
}
.footer .footer_main ul:last-child{
    margin-right: 0;
}
.footer .footer_main.footer_main_it ul li{
    max-width: 234px;
}
.footer .footer_main ul li{
    line-height: 1;
    color: #999999;
    font-size: 16px;
    margin-bottom: 18px;
    cursor: pointer;
    max-width: 244px;
}
.footer .footer_main ul li:hover{
    color: #0055b1;
}
.footer .footer_main ul li._title{
    color: #333333;
    font-size: 18px;
    cursor: inherit;
    margin-bottom: 24px;
}
.footer .footer_main ul .platform_icons{
    width: 100%;
    height: auto;
    overflow: inherit;
    position: relative;
}
.footer .footer_main ul .platform_icon{
    width: 24px;
    height: 24px;
    margin-right: 20px;
    float: left;
    cursor: pointer;
    /*position: relative;*/
}
.footer .footer_main ul .platform_icon:last-child{
    margin-right: 0;
}
.footer .footer_main ul .qrcode{
    position: absolute;
    z-index: 996;
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    left: -38px;
    top: 30px;
}
.footer .footer_main ul .platform_icon img{
    width: 100%;
    height: 100%;
}


.footer .footer_end{
    width: 100%;
    /*border-top: 1px solid #e0e0e0;*/
}
.footer .footer_end p{
    font-size: 16px;
    color: #b3b3b3;
    line-height: 1;
    padding: 26px 0 48px 0;
}
.news_wrap{
    max-width: 1200px;
    margin: auto;
    height: auto;
    overflow: hidden;
    padding-top: 88px;
    padding-bottom: 59px;
}
.news_wrap .left_part{
    width: 50%;
    float: left;
    height: auto;
    box-sizing: border-box;
    padding-right: 30px;
    min-height: 1px;
    aspect-ratio: 449 / 254;
}
.news_wrap .left_part img{
    display: none;
    width: 100%;
    /*height: 100%;*/
    border-radius: 8px;
    overflow: hidden;
}
.news_wrap .left_part img:nth-child(1){
    display: inline;
}
.news_wrap .right_part{
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-left: 50px;
}
.news_wrap .right_part p._time{
    line-height: 1;
    font-size: 16px;
    color: #999999;
}
.news_wrap .right_part li{
    padding-top: 30px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ededed;
}
.news_wrap .right_part li:hover{
    border-bottom: 1px solid #0055b1;
}
.news_wrap .right_part li:hover p._desc:hover{
    color: #0055b1;
}
.news_wrap .right_part li:first-child{
    padding-top: 0;
}
.news_wrap .right_part p._desc{
    color: #333333;
    font-size: 20px;
    line-height: 32px;
    height: 64px;
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
}
.about_wrap{
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 64px;
}
.about_wrap .about_message{
    padding-top: 36px;
    font-size: 20px;
    color: #333333;
    line-height: 36px;
    margin-bottom: 60px;
}
.about_wrap .unit_numbers{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.about_wrap .unit_numbers li{
    width: 25%;
    height: auto;
    float: left;
}
.about_wrap .unit_numbers li .unit_image{
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.about_wrap .unit_numbers li .p1{
    text-align: center;
    color: #333333;
    font-size: 36px;
    font-weight: bold;
    margin-top: 24px;
}
.about_wrap .unit_numbers li .p2{
    text-align: center;
    color: #333333;
    font-size: 16px;
    line-height: 1;
    padding-top: 18px;
}

.more_load{
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    font-size: 16px;
    color: #ffffff;
    bakground: #0659b3;
    background: linear-gradient(to right,#56a7ff, #0659b3);
    background: -moz-linear-gradient(to right,#56a7ff, #0659b3);
    background: -o-linear-gradient(to right,#56a7ff, #0659b3);
    background: -webkit-linear-gradient(to right,#56a7ff, #0659b3);
    width: 140px;
    text-align: center;
    margin-top: 100px;
    margin: 0 auto;
}


.banner-btn{
    display: block;
    position: absolute;
    background: #FFFFFF;
    color: #333333;
    font-size: 22px;
    top: inherit;
    line-height: 1;
    padding: 20px 50px;
    border-radius: 34px;
    left: 50%;
    z-index: 776;
    bottom: 21.05%;
    box-shadow: 0 0 0px 6px rgba(255,255,255,.4);
    cursor: pointer;
    margin-left: -592px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.banner-btn:hover{
    color: #333333;
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
}
.banner-btn img{
    display: inline;
    margin-left: 14px;
}
@media (max-width:1920px){
    /*margin-left: -32%;*/
    .banner-btn{
        left: 0;
        margin-left: 18.36%;
    }
}
@media (max-width:1200px) {
    .banner-btn {
        font-size: 16px;
        padding: 12px 24px;
        box-shadow: 0 0 0px 4px rgba(255,255,255,.4);
    }
    .banner-btn img{
        width: 20px;
        margin-left: 10px;
    }
}
