@font-face {
    font-family: "alibaba";
    src: url("/fonts/AlibabaPuHuiTi-2-55-Regular.ttf") ;
}
@font-face {
    font-family: "alibaba";
    src: url("/fonts/AlibabaPuHuiTi-2-85-Bold.ttf");
    font-weight: bold;
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
a,img {
    border: 0;
    outline: none;
    text-decoration: none;
}
html,body {
    background-color: #fff;
    font-family: "alibaba";
    color: #333;
    z-index: 1;
    height: 100%;
    min-width: 1280px;
}
h1,h2,h3,h4,h5,h6,button,input,select,textarea {
    font-size: 100%
}
.clear {
    clear: both;
}

.header{
    height: 90px;
    margin: 0 auto;
    overflow: hidden;
}

.logo{
    height:58px;
    margin: 16px 0;
    width: 331px;
    float:left;
}

.logo img{
    height: 58px;
}

.navs{
    float:left;
    height: 22px;
    margin: 34px 0;
    margin-left: 30px;
}

.navs li{
    display: inline-block;
    margin: 0 30px;
    font-family: "microsoft yahei";
    font-size: 16px;
    line-height: 30px;
}

.friend{
    max-width: 1350px;
    margin: 40px auto;
}

.bottom{
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    font-size: 13px;
    color: #fff;
    font-family: "AlibabaPuHuiTi-Regular";
    text-align:center;
    max-width: 1460px;
    border-top: 1px solid #999;
}

.footer_qrcode{
    width: 270px;
    float:left;
    text-align:center;
}
.footer_qrcode img{
    width: 90px;
    height: 90px;
}
.footer_qrcode p{
    height: 18px;
    font-family: "AlibabaPuHuiTiM";
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0;
    margin-top: 20px;
}
.footer_links{
    width: 220px;
    float:left;
}

.content{
    width: 1400px;
    margin: 74px auto 107px;
}

.right{
    width: 1149px;
    float: right;
}

.news_content{
    width: 939px;
    float: right;
}

.news_box{
    margin-bottom: 20px;
}

.case_box{
    width: 473px;
    /*height: 396px;*/
    height: 196px;
    display:inline-block;
    position:relative;
    overflow: hidden;
}

@media (max-width: 1280px){
    /* body {
        width: 100vw;
        transform: scale(calc(100vw / 1400));
    } */

    .news_content{
        width: 809px;
    }

    .content{
        width: 1280px;
        margin: 74px auto 107px;
    }

    .right{
        width: 1029px;
        float: right;
    }

    .footer_qrcode{
        width: 200px;
    }

    .header{
        width: 1240px;
    }

    .logo{
        height:48px;
        margin: 20px 0;
        width: auto;
        float:left;
    }

    .logo img{
        height: 48px;
    }

    .navs{
        margin: 26px 0;
        margin-left: 10px;
    }

    .navs li{
        margin: 0 15px;
        font-family: "microsoft yahei";
        font-size: 16px;
        line-height: 30px;
    }

    .news_box{
        margin-right: 10px;
    }

    .case_box{
        width: 423px;
        /*height: 396px;*/
        height: 196px;
        display:inline-block;
        position:relative;
        overflow: hidden;
    }
}

.navs li a{
    color: #333;
    display: block;
}
.navs li a:hover{
    color: #00CBDB;
}
.navs li:hover{
    border-bottom: 2px solid #00CBDB;
}
.nav_hover{
    color: #00CBDB;
    border-bottom: 2px solid #00CBDB;
}
.nav_hover a{
    color: #00CBDB !important;
}
.tel{
    float: right;
    width: 250px;
    height: 22px;
    line-height:22px;
    color: #666;
    font-size: 16px;
    text-align:right;
    margin: 34px 10px 0 0;
}
.tel img{
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

.footer{
    height: 310px;
    background: url('/images/bg-footer.png') no-repeat center center;
    background-size: 100% 100%;
}

.bottom a{
    color: #fff;
}
.bottom a:hover{
    color: #00CBDB;
}
.footer_content{
    max-width: 1300px;
    height: 204px;
    padding-top: 44px;
    margin: 0 auto;
}

.footer_link_title, .footer_link{
    height: 18px;
    font-family: AlibabaPuHuiTiM;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0;
    margin-bottom: 15px;
}
.footer_link_title{
    font-weight: 500;
}
.footer_link a{
    color: #fff;
}
.footer_link a:hover{
    color: #00CBDB;
}
.footer_contact{
    float: left;
    width: 370px;
}
.footer_contact_content{
    position: relative;
    margin-top: 18px;
}
.footer_contact_box{
    /* width: 274px; */
    height: 124px;
    padding: 8px;
    border: 1px solid #999;
    border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -ms-border-radius: 8px 0 0 8px;
    -o-border-radius: 8px 0 0 8px;
    overflow: hidden;
}
.footer_contact_company_hover{
    width: 140px;
    height: 32px;
    /* transform: scaleX(-1); */
    background-image: linear-gradient(180deg, #B4E8FF 0%, #D4F9FF 100%);
    border: 0.5px solid #FFFFFF;
    border-radius: 8px 8px 0 0;
    /* transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -o-transform:rotate(90deg); */
    position: absolute;
    /* right: -8px; */
    /* top: 54px; */
    top: -34px;
    left: 5px;
    text-align:center;
    line-height: 32px;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
}
.footer_contact_company{
    width: 140px;
    height: 32px;
    /* transform: scaleX(-1); */
    border: 0.5px solid #FFFFFF;
    border-radius: 8px;
    /* float:left; */
    color: #fff;
    text-align:center;
    /* transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -o-transform:rotate(90deg); */
    position: absolute;
    /* top: 54px; */
    line-height: 32px;
    cursor: pointer;
    top: -33px;
}
.footer_contact_company:hover{
    background-image: linear-gradient(180deg, #B4E8FF 0%, #D4F9FF 100%);
    color: #333;
}
.footer_contact_company_middle{
    /* right: -41px; */
    left: 147px;
}
.footer_contact_company_right{
    /* right: -74px; */
    left: 289px;
}
.footer_contact_text{
    line-height: 18px;
    font-family: AlibabaPuHuiTi-Regular;
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.banner{
    background: url('/images/banner-index-new-cn.png') no-repeat center center;
    background-size: auto 100%;
    height: 600px;
    overflow: hidden;
}
.banner a{
    display:block;
    margin: 0 auto;
    width: 1280px;
    /* height:134px; */
    height:600px;
}
.banner_text{
    height: 82px;
    font-family: AlibabaPuHuiTiM;
    font-size: 60px;
    color: #1C303D;
    letter-spacing: 3px;
    margin-bottom:15px;
    margin-top:175px;
}
.banner_tips{
    height: 37px;
    opacity: 0.8;
    font-family: ArialMT;
    font-size: 33px;
    color: #14262D;
}

.title{
    height: 44px;
    max-width: 1350px;
    margin: 0 auto;
    position: relative;
}
.line{
    width: 100%;
    height: 1px;
    background-color: #3F3F3F;
    position: absolute;
    left: 0;
    bottom: 9px;
    z-index: 1;
}
.title_img{
    position: absolute;
    left: 578px;
    top: 0px;
    z-index: 2;
    background: #fff;
    width: 195px;
    height: 50px;
}
.title_img img{
    height: 50px;
    position: relative;
}
.title_youshi{
    padding-right: 13px;
    background: #e6faff;
}
.friend_box img{
    width: 220px;
    height: 142px;
}
.friend_box{
    margin-bottom:34px;
    margin-top: 16px;
}
.friend_box a{
    display: inline-block;
    width: 220px;
    height: 142px;
    margin: 22px;
    border: 1px dashed #dedede;
}
.friend_box a:hover{
    border: 1px dashed #00CBDB;
}
/* .title img{
    position: absolute;
    bottom: 0;
    left: 497px;
    z-index: 10;
} */
.superiority{
    background: url('/images/banner-arrow-new.png') no-repeat center center;
    height: 520px;
    background-size: auto 100%;
    overflow: hidden;
}
.superiority_content{
    width: 1350px;
    margin: 0 auto;
    position: relative;
    margin-top: 40px;
    height: 520px;
}
.superiority_box{
    height: 100px;
    padding: 15px;
    width: 330px;
    position: absolute;
    box-shadow: 0 2px 6px 0 #bde9fe8a;
    border-radius: 8px;
    background: #fff;
}
.superiority_positon1{
    left: 35px;
    bottom: 285px;
}
.superiority_positon2{
    left: 35px;
    bottom: 95px;
}
.superiority_positon3{
    right: 35px;
    bottom: 285px;
}
.superiority_positon4{
    right: 35px;
    bottom: 95px;
}
.superiority_title{
    height: 22px;
    font-family: AlibabaPuHuiTiM;
    font-size: 16px;
    color: #1A1A1A;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 8px;
}
.superiority_text{
    height: 80px;
    font-family: AlibabaPuHuiTi-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height:20px;
    overflow: hidden;
}
.case{
    max-width: 1429px;
    margin: 20px auto;
    margin-bottom: 100px;
}
.background_product{
    background: url('/images/category.png') no-repeat left center;
    background-size: 144px 23px;
}
.case_title{
    font-family: AlibabaPuHuiTiM;
    font-size: 24px;
    color: #0C0C0C;
    letter-spacing: 0;
    height: 42px;
    line-height: 60px;
    position: relative;
}
.case_title i{
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #00CBDB;
    vertical-align: 8%;
    margin-right: 7px;

}
.background_case{
    background: url('/images/solution.png') no-repeat left center;
    background-size: 144px 23px;
}
.case_content{
    /*height: 396px*/
    height: 196px;
    margin: 20px 0 40px;
}

.background_case1{
    background: url('/images/bg-case1.png') no-repeat top center;
    /* background: url('/images/bg-case1.png') no-repeat center center; */
    /* background-size: 100% 100%; */
    background-size: 100% auto;
}
.background_case2{
    background: url('/images/bg-case2.png') no-repeat top center;
    /* background: url('/images/bg-case2.png') no-repeat center center;
    background-size: 100% 100%; */
    background-size: 100% auto;
}
.background_case3{
    background: url('/images/bg-case3.png') no-repeat top center;
    /* background: url('/images/bg-case3.png') no-repeat center center;
    background-size: 100% 100%; */
    background-size: 100% auto;
}
.background_case4{
    background: url('/images/bg-case4.png') no-repeat top center;
    /* background: url('/images/bg-case4.png') no-repeat center center;
    background-size: 100% 100%; */
    background-size: 100% auto;
}
.background_case5{
    background: url('/images/bg-case5.png') no-repeat top center;
    /* background: url('/images/bg-case5.png') no-repeat center center;
    background-size: 100% 100%; */
    background-size: 100% auto;
}
.case_name{
    width: 387px;
    text-align:center;
    height: 30px;
    line-height: 30px;
    font-family: AlibabaPuHuiTiM;
    font-size: 22px;
    color: #1A1A1A;
    letter-spacing: 0;
    position: absolute;
    top: 168px;
    left: 43px;
}
.case_text{
    width: 387px;
    line-height: 26px;
    overflow: hidden;
    font-family: AlibabaPuHuiTi-Regular;
    font-weight: 400;
    font-size: 17px;
    color: #666666;
    letter-spacing: 0.2px;
    text-align: justify;
    position: absolute;
    top: 213px;
    left: 43px;
}
.case_tab{
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 200px;
}
.case_tab li{
    cursor: pointer;
    display: inline-block;
    line-height: 30px;
    font-family: AlibabaPuHuiTiM;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    margin: 0 20px;
}
.case_tab li:hover, .case_tab_hover{
    color: #00CBDB !important;
    border-bottom: 2px solid #00CBDB;
}
.friend_swiper{
    padding-left: 40px;
    position: relative;
}
.swiper-container{
    /* height: 240px; */
    height: 142px;
    overflow: hidden;
    margin: 20px auto;
}
.swiper-slide{
    /* width: 270px; */
    width: 220px;
    /* height: 240px; */
    height: 142px;
    border-radius: 10px;
}
.swiper-slide img{
    /* width: 270px; */
    width: 220px;
    /* height: 240px; */
    height: 142px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.swiper-button-next{
    /* margin-right: 45px; */
    margin-right: 10px;
    background-image: none !important;
}
.swiper-button-prev{
    /* margin-left: 15px; */
    background-image: none !important;
    position: absolute;
    top: 50%;
    left: -20px;
}
.swiper-button-next img, .swiper-button-prev img{
    width: 28px;
    height: 28px;
}
.banner_about{
    height: 400px;
    background: url('/images/banner-about-new-cn.png') no-repeat center center;
    background-size: auto 100%;
}
.about_content{
    max-width: 1400px;
    margin: 30px auto 90px;
    padding:0 20px;
}
.about_tab{
    height: 40px;
    border-bottom: 1px solid #d8d8d8;
}
.about_tab li{
    cursor: pointer;
    height: 38px;
    font-family: AlibabaPuHuiTiM;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    display:inline-block;
    margin-right: 50px;
    line-height: 38px;
    border-bottom: 2px solid #fff;
}
.about_tab_hover, .about_tab li:hover{
    border-bottom: 2px solid #00CBDB !important;
}
.abount_text{
    margin: 18px auto 50px;
    font-family: AlibabaPuHuiTi-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    text-indent: 30px;
}
.abount_text p{
    margin-bottom: 20px;
}
.abount_text img{
    max-width: 100%;
}
.about_title{
    height: 27px;
    font-size: 20px;
    color: #1C303D;
    letter-spacing: 1px;
    line-height: 27px;
}
.about_time{
    margin: 20px auto 50px;
}
.about_time_box{
    width: 350px;
    float:left;
    height: 135px;
    position: relative;
    border-top: 1px solid #dedede;
}
.about_time_tag{
    width: 5px;
    height: 5px;
    background: #00CBDB;
    position: absolute;
    left: 23px;
    top: -2.5px;
    z-index: 10;
}
.about_time_title{
    height: 20px;
    font-family: AlibabaPuHuiTi-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    margin: 7px auto 13px;
    padding-left: 8px;
}
.about_time_text{
    line-height: 20px;
    font-family: AlibabaPuHuiTi-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    padding-left: 8px;
}
.about_contact{
    border-top: 1px solid #dedede;
    margin-bottom: 10px;
    line-height: 30px;
    font-weight: 400;
    font-size: 13px;
    color: #333333;
    letter-spacing: 0;
    margin-top: 10px;
}
.about_contact img{
    width: 16px;
    height: 16px;
    vertical-align: -10%;
    margin-right: 5px;
}

.left{
    width: 229px;
    float: left;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
}

.menu_title{
    line-height: 60px;
    background: #F7F7F7;
    padding-left: 20px;
}
.banner_news{
    height: 400px;
    background: url('/images/banner-news-cn.png') no-repeat center center;
    background-size: auto 100%;
}
.banner_case{
    height: 400px;
    background: url('/images/banner-case-new-cn.png') no-repeat center center;
    background-size: auto 100%;
}
.banner_plan{
    height: 400px;
    background: url('/images/banner-plan-new-cn.png') no-repeat center center;
    background-size: auto 100%;
}
.banner_product{
    height: 400px;
    background: url('/images/banner-product-new-cn.png') no-repeat center center;
    background-size: auto 100%;
}
.menu_list{
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    font-family: AlibabaPuHuiTi-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
}
.menu_list:hover, .menu_hover{
    background: #EEFEFF;
}
.menu_hover a{
    color: #00CBDB !important;
}
.menu_list a{
    color: #333;
    display: block;
}
.news_image{
    width: 200px;
    height: 140px;
    float: left;
}
.news_image img{
    width: 200px;
    height: 140px;
}

.news_content_title{
    height: 20px;
    font-family: AlibabaPuHuiTiM;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 12px;
    position: relative;
}
.news_content_text{
    font-family: AlibabaPuHuiTi-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 15px;
    height: 60px;
    overflow: hidden;
}
.news_content_detail{
    font-family: AlibabaPuHuiTi-Regular;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
}
.news_content_detail a{
    color: #666666;
}
.news_content_detail a:hover{
    color: #00CBDB;
}

.news_image a{
    display: block;
}
.news_content_title a{
    color: #333;
}
.news_content_title a:hover{
    color: #00CBDB;
}
.news_content_date{
    position: absolute;
    width: 120px;
    text-align:right;
    font-family: AlibabaPuHuiTi-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    right: 0;
    top: 0;
}
.goods_box{
    width: 270px;
    height: 280px;
    float:left;
    margin: 0 6px 6px 6px;
    font-family: AlibabaPuHuiTiM;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
}
.goods_box img{
    width: 270px;
    height: 240px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.goods_box a{
    color: #333;
}
.goods_box a:hover{
    color: #00CBDB;
}
.info_title{
    text-align:center;
    font-size: 36px;
    font-family: AlibabaPuHuiTiM;
    letter-spacing: 0;
    height: 40px;
    line-height: 40px;
    margin-bottom: 30px;
}
.info_content{
    font-size: 16px;
    color: #333;
}
.info_content img{
    max-width: 100%;
}
.info_content p{
    text-indent: 30px;
    margin-bottom: 20px;
}
.info_navs{
    margin-top: 100px;
}
.info_navs a{
    color: #333;
}
.info_navs a:hover{
    color: #00CBDB;
}
.info_navs span{
    color: #999;
}
.pagination{
    text-align:center;
    margin: 50px 0;
}
.pagination li {
    display: inline;
    border-radius: 5px;
}
.pagination li:not(.active) a {
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 5px;
}
.pagination li:not(.active) a:hover {
    color: #fff;
    background-color: #00CBDB;
    border: 1px solid #00CBDB;
}
.pagination li.active {
    color: #fff;
    background-color: #00CBDB;
    border: 1px solid #00CBDB;
    padding: 5px 10px;
}
.pagination li.disabled span {
    color: #999;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 5px;
}
.about_image{
    width: 743px;
    float: left;
    margin-top: 20px;
    text-indent: 0px;
}
.about_links{
    width: 637px;
    float: right;
    margin-top: 20px;
    text-indent: 0px;
}
.welcome{
    text-align: center;
    margin: 50px auto;
    line-height: 50px;
    font-size: 26px;
    font-family: 'microsoft yahei';
}
.welcome_title{
    font-size: 36px;
    margin: 30px auto;
}
.home_product{
    text-align: center;
    font-size: 36px;
    line-height: 50px;
    margin-top: 100px;
}
.home_product_en{
    text-align: center;
    font-size: 26px;
    line-height: 50px;
    margin-top: 100px;
}
.home_product a, .home_product_en a{
    border: 1px solid #1C303D;
    color: #1C303D;
    height: 50px;
    padding: 5px 30px;
    border-radius: 10px;
    margin-top: 50px;
    display: inline-block;
    font-size: 32px;
}
.home_product a:hover, .home_product_en a:hover{
    color: #00CBDB;
    border: 1px solid #00CBDB;
}
.news_list{
    margin-bottom: 20px;
    padding: 20px;
}
.news_list_first{
    background: #EEFEFF;
}
.news_list_second{
    background: #f4f4f4;
}
.news_list_title{
    font-family: 'microsoft yahei';
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 12px;
    position: relative;
    border-bottom: 1px solid #00CBDB;
    font-weight: bold;
    position: relative;
}
.news_list_line{
    position: absolute;
    height: 3px;
    background-color: #00CBDB;
    left: 0;
    bottom: -3px;
    width: 100px;
}
.news_list_title a{
    color: #333;
}
.news_list_title a:hover{
    color: #00CBDB;
}
.news_list_content{
    line-height: 25px;
}
.news_list_more{
    text-align: right;
}
.news_list_more a{
    color: #fff;
    background: #00CBDB;
    padding: 5px 10px;
    font-size: 14px;
}
.news_list_more a:hover{
    opacity: 0.7;
}