header{
    width: 100%;
    height: 100px;
    box-shadow: 0 0 12px rgba(0,0,0,.12);
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
}
header.header_no_bg{
    background: none;
}
header.header_no_bg ._wrap .navs li > a{
    color: #ffffff;
}
header.header_no_bg{
    background: none;
}
header.header_no_bg ._wrap .logo_container img.logo_w{
    display: block;
}
header.header_no_bg ._wrap .logo_container img.logo{
    display: none;
}
header ._wrap .logo_container img.logo_w{
    display: none;
}
header ._wrap .logo_container img.logo{
    display: block;
}
header ._product_wrap{
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0%;
    height: 400px;
    background: #f6f6f7;
    border-radius: 18px;
    box-shadow: 0 0 10px rgba(0,0,0,.12);
    z-index: 997
}
header ._product_wrap ._product{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

header ._product_wrap ._product ._product_list_wrap{
    width: calc(100% - 280px);
    background: #ffffff;
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

header ._product_wrap ._product ._product_list_wrap::-webkit-scrollbar{
    display: none!important;
    width: 2px;
    /*background: rgba(0,0,0,0);*/
}
/*header ._product_wrap ._product ._product_list_wrap::-webkit-scrollbar-thumb{*/
/*    display: none!important;*/
/*    width: 2px;*/
/*}*/


header ._product_wrap ._product ._product_list_wrap ._product_list{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    /*padding-left: 98px;*/
}

header ._product_wrap ._product ._product_list_wrap ._product_list ._title{
    font-size: 16px;
    color: #333333;
    margin: 24px 0 0px 0;
    box-sizing: border-box;
    padding-left: 98px;
    margin-bottom: 36px;
}

header ._product_wrap ._product ._product_list_wrap ._product_list ._title_smaller{
    padding-left: 98px;
    padding-top: 0px;
    margin-bottom: 12px;
}

header ._product_wrap ._product ._product_list_wrap ._product_list ul {
    box-sizing: border-box;
    padding-left: 98px;
    height: auto;
    overflow: hidden;
    padding-top: 8px;
}

header ._product_wrap ._product ._product_list_wrap ._product_list ._product_one{
    width: 200px;
    height: 266px;
    box-sizing: border-box;
    padding-top: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.12);
    float: left;
    border-radius: 8px;
    cursor: pointer;
    margin-right: 26px;
    margin-bottom: 24px;
}

header ._product_wrap ._product ._product_list_wrap ._product_list ._product_one ._tit{
    line-height: 1;
    text-align: center;
    overflow: hidden;
    padding-top: 16px;
}

header ._product_wrap ._product ._product_list_wrap ._product_list ._product_one .img_wrap{
    width: 100%;
    min-height: 200px;
    height: auto;
}
header ._product_wrap ._product ._product_list_wrap ._product_list ._product_one .img_wrap img{
    display: block;
    width: 100%;
}

header ._product_wrap ._product ._product_toggles{
    width: 280px;
    float: left;
    box-sizing: border-box;
    padding-top: 23px;
}
header ._product_wrap ._product ._product_toggles li{
    width: 100%;
    box-sizing: border-box;
    height: 62px;
    line-height: 62px;
    font-size: 18px;
    color: #333333;
    padding-left: 42px;
    cursor: pointer;
}
header ._product_wrap ._product ._product_toggles li.active{
    background: #ffffff;
    position: relative;
}
header ._product_wrap ._product ._product_toggles li.active:after{
    position: absolute;
    width: 3px;
    height: 100%;
    background: #004ea2;
    content: "";
    left: 0;
    top: 0;
}
header ._search_wrap{
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0%;
    height: 282px;
    background: #f6f6f7;
    border-radius: 18px;
    box-shadow: 0 0 10px rgba(0,0,0,.12);
    z-index: 221;
}
header ._search_wrap .input_search{
    width: 24px;
    height: 24px;
    background: url("../images/icon_search_l.png");
    background-size: contain;
    float: right;
    margin-top: 20px;
    cursor: pointer;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
}

header ._search_wrap .input_search:hover{
    transform: scale(1.12);
    -moz-transform: scale(1.12);
    -webkit-transform: scale(1.12);
}

header ._search_wrap ._search {
    width: 650px;
    height: 64px;
    border-radius: 32px;
    background: #ffffff;
    margin: 0 auto;
    position: relative;
    top: 50%;
    margin-top: -32px;
    box-sizing: border-box;
    padding: 0 40px;

}

header ._search_wrap ._search .input_wrap{
    float: left;
    padding: 16px 0 ;
    width: calc(100% - 24px);
}
header ._search_wrap ._search .input_wrap input{
    color:#333333;
    border: none;
    outline: none;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    width: 100%;
}
header ._search_wrap ._search .input_wrap input::-webkit-input-placeholder {
    color: #999999;
}
header ._search_wrap ._search .input_wrap input:-moz-placeholder {
    color: #999999;
}
header ._search_wrap ._search .input_wrap input::-moz-placeholder {
    color: #999999;
}
header ._search_wrap ._search .input_wrap input:-ms-input-placeholder {
    color: #999999;
}
.button{
    cursor: pointer;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
}
.button:hover{
    transform: scale(1.12);
    -moz-transform: scale(1.12);
    -webkit-transform: scale(1.12);
}
.logo_container{
    float: left;
}
._wrap{
    width: 1682px;
    margin: 0 auto;
    height: auto;
    /*overflow: hidden;*/
}
._wrap .logo_container{
    width: 99px;
    height: 65px;
    float: left;
    margin-top: 18px;
}
._wrap .logo_container img{
    display: block;
    width: 100%;
}
.right_container{
    float: right;
}
.right_container .login_circle{
    color: #FFFFFF;
    height: 38px;
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    padding: 0 22px;
    line-height: 38px;
    margin-top: 30px;
    float: right;
}
.right_container .login_circle:hover{
    color: #0659b3;
    border: 1px solid #0659b3;
}
.right_container .login_circle.active{
    color: #0659b3;
    border: 1px solid #0659b3;
    background: none!important;
}
.right_container .login_circle.login_circle_h5{
    color: #0659b3;
    border: 1px solid #0659b3;
}
.right_container .login_circle .icon_login_w{
    display: inline;
}
.right_container .login_circle .icon_login{
    display: none;
}
.right_container .login_circle:hover .icon_login_w{
    display: none;
}
.right_container .login_circle:hover .icon_login{
    display: inline;
}
.right_container .login_circle.active .icon_login_w{
    display: none;
}
.right_container .login_circle.active .icon_login{
    display: inline;
}
.right_container .login_circle.login_circle_h5 .icon_login_w{
    display: none;
}
.right_container .login_circle.login_circle_h5 .icon_login{
    display: inline;
}
.right_container .download_circle{
    color: #ffffff;
    height: 40px;
    border-radius: 20px;
    padding: 0 22px;
    line-height: 40px;
    margin-top: 30px;
    float: right;
    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);
    margin-right: 20px;
}
.right_container .login_circle img{
    margin-right: 10px;
    position: relative;
    top: 2px;
    width: 22px;
}
.right_container .download_circle img{
    margin-right: 10px;
    position: relative;
    top: 4px;
}
header.header_no_bg .search{
    background: url("../images/icon_search_w.png");
    background-size: contain;
}
.search{
    width: 20px;
    height: 20px;
    background: url("../images/icon_search.png");
    background-size: contain;
    float: right;
    margin-top: 43px;
    margin-right: 40px;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
}
.search:hover{
    transform: scale(1.12);
    -moz-transform: scale(1.12);
    -webkit-transform: scale(1.12);
}

.lang_toggle{
    width: 114px;
    height: 100px;
    float: right;
    position: relative;
    box-sizing: border-box;
    padding-top: 42px;
    margin-right: 6px;
}
.lang_toggle .toggle {
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    text-align: center;
}
header.header_no_bg .lang_toggle .toggle span{
    color: #ffffff;
}
/*header.header_no_bg .right_container .login_circle{*/
/*    border-color: #004ea2;*/
/*    color: #004ea2;*/
/*}*/
.lang_toggle .toggle img{
    margin-right: 8px;
    position: relative;
    top: 2px;
}
.lang_toggle .toggles{
    width: max-content;
    position: absolute;
    background: #ffffff;
    top: 100%;
    padding: 22px 0;
    border-radius: 18px;
    box-shadow: 0 0 10px rgba(0,0,0,.12);
    z-index: 996;
}
.lang_toggle .toggles .toggle{
    margin-bottom: 20px;
    padding: 0 36px;
    text-align: left;
}
.lang_toggle .toggles .toggle:hover{
    color: #004ea2;
}
.lang_toggle .toggles .toggle:last-child{
    margin-bottom: 0px;
}
.lang_toggle .toggles .toggle:last-child img{
    margin-right: 14px;
}
ul.navs{
    float: right;
    padding-top: 44px;
    padding-right: 48px;
}
ul.navs li{
    float: right;
    margin-right: 68px;
    line-height: 1;
    position: relative;
    height: 56px;
}
ul.navs li:first-child{
    margin-right: 0;
}
ul.navs li a{
    color: #333333;
    font-size: 16px;
}
ul.navs li a:hover{
    color: #004ea2!important;
    transform: scale(1.12);
    -moz-transform: scale(1.12);
    -webkit-transform: scale(1.12);
    /*font-weight: bold;*/
}

ul.navs li .toggles{
    min-width: 214px;
    position: absolute;
    background: #ffffff;
    padding: 22px 0;
    border-radius: 18px;
    box-shadow: 0 0 10px rgba(0,0,0,.12);
    /*z-index: ;*/
    left: 50%;
    top: 56px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 7987;
}
ul.navs li .toggles .toggle{
    margin-bottom: 32px;
    text-align: center;
    line-height: 1.2;
    padding: 0 18px;
}
ul.navs li.toggles .toggle:hover{
    color: #004ea2;
}
ul.navs li .toggles .toggle:last-child{
    margin-bottom: 0px;
}

/*@media (max-width:1600px) {*/
/*    ul.navs li{*/
/*        margin-right: 42px;*/
/*    }*/
/*}*/
@media (max-width:1680px) {
    ._wrap{
        width: 100%;
        padding: 0 18px;
    }
    ul.navs li{
        margin-right: 32px;
    }
    ul.navs{
        padding-right: 0;
    }
}

@media (max-width:1480px) {
    .right_container .download_circle{
        margin-right: 6px;
    }
    .search{
        margin-right: 8px;
    }
    .lang_toggle{
        width: 80px;
    }
    ul.navs li{
        margin-right: 24px;
    }
}
@media (max-width:1240px) {
    ul.navs li{
        margin-right: 16px;
    }
}


/*@media (max-width:1200px) {*/
/*    ul.navs li{*/
/*        margin-right: 12px;*/
/*    }*/
/*}*/



body{
    background: #f3f7fc;


}
/*
*
*
*   媒体查询相关
*
*
*/
.header_pc{
    display: block;
}
.header_h5{
    display: none;
}
.banner_pc{
    display: block;
}
.banner_h5{
    display: none;
}
@media (max-width:1200px) {
    .header_pc{
        display: none;
    }
    .header_h5{
        display: block;
    }

    .footer.footer_pc{
        display: none;
    }
    .footer.footer_h5{
        display: block;
        box-sizing: border-box;
        padding: 0 25px;
        padding-top: 32px;
    }
    .footer .footer_main{
        min-height: 70px;
        padding-bottom: 20px;
        overflow: inherit;
        height: auto;
        border-bottom: none;
    }
    .footer .footer_end{
        border-top: none;
        width: 100%;
        clear: both;
        margin-top: 22px;
    }
    .footer.footer_h5 .footer_main ul .qrcode{
        left: 0;
    }
}
@media (max-width:640px) {
    .banner_pc{
        display: none;
    }
    .banner_h5{
        display: block;
    }
    body{
        padding-top: 52px;
        padding-bottom: 0px;
    }
    .part h3{
        font-size: 22px;
    }
    .about_wrap .about_message{
        font-size: 15px;
        line-height: 24px;
        padding: 0 20px;
        padding-top: 28px;
        margin-bottom: 26px;
    }
    .about_wrap .unit_numbers li{
        width: 50%;
        margin-bottom: 22px;
    }
    .about_wrap .unit_numbers li .unit_image{
        width: 40px;
        height: 40px;
    }
    .about_wrap .unit_numbers li .p1{
        font-size: 18px;
        margin-top: 6px;
    }
    .about_wrap .unit_numbers li .p2{
        font-size: 12px;
        margin-top: 7px;
        padding-top: 0;
    }
    .about_wrap{
        margin-bottom: 18px;
    }
    .footer.footer_h5 .footer_main{
        min-height: 70px;
        padding-bottom: 20px;
        overflow: inherit;
        height: auto;
        border-bottom: none;
    }
    .footer.footer_h5 .footer_main ul .qrcode{
        left: 0;
    }
    .footer .footer_end p{
        padding: 0;
        line-height: 1;
        margin-bottom: 12px;
        font-size: 12px;
    }
    .banner .slick-dots{
        bottom: 24px;
    }
    .about_center{
        background: #fff;
        padding-top: 36px!important;
        padding-bottom: 40px;
    }
    .about_center .button.more_load{
        margin-bottom: 0!important;
    }
    .news_wrap .right_part li{
        padding: 16px 0!important;
    }
    .news_wrap{
        box-sizing: border-box;
        padding: 0 20px;
        padding-top: 30px;
    }
    .news_wrap .left_part{
        width: 100%;
        float: inherit;
        padding-right: 0;
    }
    .news_wrap .left_part img{
        width: 100%;
        height: auto;
    }
    .news_wrap .right_part{
        width: 100%;
        float: inherit;
        padding-left: 0;
    }
    .news_wrap .news_list{
        padding-top: 6px;
    }
    .news_wrap .right_part p._desc{
        font-size: 15px;
        color: #333;
        line-height: 24px;
        height: 48px;
    }
    .news_center .button.more_load{
        margin-top: 25px;
    }
    .product_center .product_wrap{
        box-sizing: border-box;
        padding: 0 20px;
    }
    .product_center .product_wrap ._left{
        float: inherit;
        width: 100%;
        padding-left: 0;
        margin-bottom: 40px;
    }
    .product_center .product_wrap ._right{
        float: inherit;
        width: 100%;
        padding-right: 0;
    }
    .product_center .slick-arrow{
        display: none!important;
    }
    .index_product_list .product_wrap ._left ._title{
        font-size: 16px;
        text-align: center;
        margin-bottom: 12px;
    }
    .index_product_list .product_wrap ._left ._desc{
        font-size: 14px;
        text-align: center;
        margin-bottom: 0;
    }
    .index_product_list .product_wrap ._left ._mainDesc{
        font-size: 13px;
        margin-top: 16px;
        min-height: 210px;
    }
    .index_product_list{
        padding-top: 40px;
        padding-bottom: 48px;
    }
    .index_product_list .product_wrap ._left ._more{
        display: none;
    }
    .index_product_list .product_wrap ._right img{
        width: 100%;
    }
    .index_product_list .product_wrap ._right{
        background-size: 100% 100%;
    }
    .index_product_list  .button.more_load{
        display: block!important;
        margin-bottom: 24px;
    }
    .part.news_center{
        padding-top: 64px;
    }
    ._app._home{
        background-image: none;
    }
    .more_load{
        height: 34px;
        line-height: 34px;
        font-size: 13px;
        width: max-content;
        padding: 0 24px;
    }

}

/*
*
*
*   移动端补充样式
*
*
*/
header.header_h5{
    width: 100%;
    height: 52px;
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
}
.menu_toggle_items{
    position: fixed;
    width: 100%;
    height: calc(100% - 52px);
    background: #ffffff;
    z-index: 887;
    box-sizing: border-box;
    padding: 0 20px;
    padding-top: 12px;
    overflow: auto;
}
.menu_toggle_items .menu_toggles{
}
.menu_toggle_items .menu_toggles .header_h5_product_title{
    /*height: 34px;*/
    line-height: 1.4;
    /*min-height: 34px;*/
    font-size: 15px;
    color: #333333;
    box-sizing: border-box;
    padding: 12px 0;
    padding-left: 12px;
}
.menu_toggle_items .header_h5_product_seconds{
    padding: 6px 0;
}
.menu_toggle_items .header_h5_product_seconds p{
    font-size: 15px;
    color: #999999;
    box-sizing: border-box;
    padding-left: 15px;
}
.menu_toggle_items .menu_toggle_title{
    font-size: 16px;
    line-height: 1;
    padding: 15px 0;
    position: relative;
    color: #333333;
}
.menu_toggle_items .menu_toggle_title i{
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url("../images/h5_menu_toggle.png") no-repeat;
    background-size: 13px 26px;
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.menu_toggle_items .menu_toggle_title i.open{
    background: url("../images/h5_menu_toggle.png") no-repeat;
    background-size: 13px 26px;
    background-position: 0 -13px;
}
.h5_language_items{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 887;
    box-sizing: border-box;
    padding: 0 20px;
    padding-top: 12px;
    overflow-y: auto;
}
.h5_language_items .h5_language_item{
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    color: #333333;
}
.h5_language_items .h5_language_item img{
    width: 16px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
header.header_h5 ._wrap{
    width: 100%;
    padding: 0!important;
}
header.header_h5 ._wrap .logo_container{
    width: 50px;
    margin-left: 20px;
    margin-top: 10px;
}
header.header_h5 ._wrap .logo_container img{
    width: 100%;
}
.header_h5 .right_container .login_circle{
    height: 28px;
    line-height: 28px;
    margin-top: 12px;
    padding: 0 8px;
    font-size: 12px;
    margin-right: 8px;
}
.header_h5 .right_container .download_circle{
    height: 28px;
    line-height: 28px;
    margin-top: 12px;
    padding: 0 8px;
    font-size: 12px;
    margin-right: 6px;
}
.header_h5 .right_container .h5_toggle{
    width: 18px;
    height: 18px;
    background: url("../images/h5_toggles.png") no-repeat;
    background-size: 18px 36px;
    background-position: 0 -18px;
    float: right;
    margin-right: 12px;
    margin-top: 18px;
}
.header_h5 .right_container .h5_toggle.close{
    background-position: 0 0;
}
.header_h5 .right_container .language_toggle{
    width: 16px;
    height: 16px;
    float: right;
    margin-right: 8px;
    margin-top: 18px;
 }
.header_h5 .right_container .language_toggle.cn{
    background: url("../images/icon_h5_cn.png");
    background-size: cover;
}
.header_h5 .right_container .language_toggle.en{
    background: url("../images/icon_h5_en.png");
    background-size: cover;
}
.header_h5 .right_container .language_toggle.it{
    background: url("../images/icon_h5_it.png");
    background-size: cover;
}
