
@charset "UTF-8";
@media screen and (max-width: 1680px) {
   
}

@media screen and (max-width: 1440px) {
    .container {
        width: 1280px;
    }
    .window .content {
        width: 1280px;
    }


    .footer_logo dl dd span { font-size: 14px; }
    .footer_logo dl { margin-top: 20px; }
    .footer_logo dl dt strong { padding: 10px; }
    .footer_logo dl dt a { height: 48px; }
    .footer_logo dl dt strong:before { background-size: 25px auto; margin-right: 0px;}
    .footer_logo dl dd { top: 47px; }
    .footer_logo dl dt a { background-size: 18px auto; }
    .footer_logo h6 { font-size: 14px; color: #abadb1; margin-top: 10px; }
}

@media screen and (max-width: 1366px){
    .row .col.scroll{
        height: 21.84vw;
    }
    .row .hei{
        height: 21.84vw;
    }
}

@media screen and (max-width: 1280px){
    
}

@media screen and (max-width: 960px) {

    .about .p3 .right p { width: 30%; }

    .codepd .banner { height: 400px; }
    .code_tit a { padding: 10px 10px; margin-top: 10px; font-size: 14px; }
    .code_tit .down_text a { font-size: 14px; padding: 0px 8px; }
    .code { padding: 20px; }
    .code .list dl dt { font-size: 16px; line-height: 22px; padding: 15px; padding-right: 30px; background-size: 30px auto; }
    .code .list dl dt.active { background-size: 30px auto; padding-right: 30px; }
    .codepd { padding-bottom: 30px; }

    .header {
        height: 8rem;
        padding: 10px 5rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header:after {
        display: none;
    }
    .logo {
        height: 65%;
    }
    .body_wrap {
        margin-top: 8rem;
    }
    .menu {
        margin-top: 0;
        display: flex;
        align-items: center;
    }
    /*.banner.index {
        height: 60vh;
    }*/
    .banner_contain {
        padding-right: 20px;
    }
    .banner h2 {
        font-size: 5.5rem;
    }
    .banner p {
        font-size: 3rem;
    }
    .basic {
        padding: 1.8rem 3.5rem;
        font-size: 2.5rem;
    }
    .basic_deep {
        padding: 1.8rem 3.5rem;
        font-size: 2.5rem;
    }
    .basic_w {
        padding: 1.8rem 3.5rem;
        font-size: 2.5rem;
    }
    .basic_b {
        padding: 1.8rem 3.5rem;
        font-size: 2.5rem;
    }
    .home_au .au1 {
        width: 100%;
        height: auto;
        margin-top: 0;
    }
    .home_au .au1 .top {
        position: relative;
        height: auto;
        padding: 2rem 3rem;
        text-align: center;
    }
    .home_au .au1 .top .scroll_tip {
        float: initial;
        display: inline-block;
    }
    .home_au .au1 .bottom {
        height: auto;
        width: 100%;
        padding: 0 20px 40px;
    }
    .basic_tit {
        font-size: 6rem;
    }
    .home_au .au1 .bottom p {
        font-size: 2.5rem;
    }
    .au2 .left {
        float: left;
        width: 100%;
        height: 48.875vw;
    }
    .au2 .right {
        float: left;
        width: 100%;
        height: auto;
        padding: 40px 2.5rem;
    }
    .au2 .right .item .t {
        font-size: 2.5rem;
    }
    .au2 .right .item .num {
        font-size: 6rem;
    }
    .au2 .right .item .desc {
        font-size: 2.5rem;
    }
    .home_products {
        height: 78.5vw;
        padding-top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .home_products .left .tit {
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }
    .home_products .left .desc {
        font-size: 2.5rem;
    }
    .home_products .left {
        float: left;
        width: 60%;
        padding-right: 9vw;
    }
    .home_products .right {
        float: left;
        width: 40%;
    }
    .home_products .right ul li {
        padding-left: 2.3rem;
        line-height: 7rem;
        font-size: 2.5rem;
    }
    .home_products .right ul .line {
        height: 7rem;
    }
    .home_solution .top {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    .home_solution .top .right {
        margin-top: 2rem;
    }
    .home_solution .bottom .item {
        float: left;
        width: 100%;
        padding-left: 2.5rem;
        margin-bottom: 20px;
    }
    .home_solution .bottom .item .img {
        height: 44.7vw;
    }
    .home_solution .bottom .item .text {
        color: #204a78;
        font-size: 3rem;
        padding: 0 20px;
        line-height: 8rem;
    }
    .home_cu {
        padding: 40px 0;
    }
    .home_cu .address {
        margin-top: 20px;
    }
    .home_cu .address .item {
        float: left;
        width: 100%;
        height: auto;
        padding: 0 5rem;
        margin: 20px 0;
    }
    .home_cu .address .item .desc p {
        font-size: 2.5rem;
    }
    .home_cu .address .item:last-child {
        border-right: 1px solid rgba(255,255,255,.5);
    }
    .footer .top {
        padding: 40px 0;
    }
    .footer .top {
        padding: 40px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer_menu {
        width: 100%;
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .footer_menu .list {
        width: 50%;
        margin-bottom: 20px;
        padding-right: 20px;
    }
    .footer_menu .list .tit {
        font-size: 4rem;
    }
    .footer_menu .list > a {
        font-size: 3rem;
        margin-bottom: 2rem;
        line-height: 1.4;
    }
    .footer .bottom {
        padding: 20px 0;
    }
    .footer .bottom .left {
        font-size: 2.5rem;
    }
    .footer .bottom .icons {
        float: left;
        width: 100%;
        margin-top: 20px;
    }
    .footer .bottom .icons a {
        width: 30px;
        height: 30px;
    }
    .banner {
        height: 36rem;
    }
    .bread_crumb a {
        font-size: 3rem;
    }
    .banner h1 {
        font-size: 7rem;
    }
    .anchor {
        padding: 15px 0 0;
        text-align: left;
        top: 8rem;
    }
    .anchor a {
        font-size: 3rem;
        margin: 0 15px 15px;
    }
    .row .col {
        float: left;
        width: 100%;
        height: auto;
        padding: 30px 0;
        font-size: 2.5rem;
        margin: 10px 0;
    }
    .row .col.col1,.row .col.col3 {
        padding: 30px;
    }
    .row .col.img {
        height: 44vw;
    }
    .row .col p {
        font-size: 2.5rem;
    }
    .row .col.col4 .msg_wrap .name {
        font-size: 2.5rem;
    }
    .row .col.col4 .msg_wrap .num {
        font-size: 5rem;
    }
    .row .col.col4 .msg_wrap .desc {
        font-size: 2.5rem;
    }
    .about .p3 .left {
        float: left;
        width: 100%;
        padding-right: 0;
    }
    .about .p3 {
        padding: 30px 0;
    }
    .about .p3 .left p {
        font-size: 2.5rem;
    }
    p {
       font-size: 2.5rem;
    }
    .about .p3 .right {
        float: left;
        position: unset;
        width: 100%;
        height: auto;
        margin-top: 20px;
        display: block;
    }
    .about .p3 .right img {
        width: 18rem;
        margin: 2rem;
    }
    .products .p2 .desc {
        font-size: 2.5rem;
    }
    .products .p2 .datas .word {
        font-size: 2.5rem;
    }
    .products .p2 .datas .num {
        font-size: 5rem;
    }
    .products .p2 .datas .unit {
        font-size: 2.5rem;
    }
    .products .p2 .datas .item {
        margin: 0 10px;
    }
    .products .p2 .list .item {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
    .products .p2 .list .item .img {
        height: 39vw;
    }
    .products .p2 .list .item .text .top {
        font-size: 3rem;
    }
    .products .p2 .list .item .text .bottom {
        font-size: 2.5rem;
    }
    .products .p2 .list .item .text {
        padding: 15px;
    }
    .products .p3 .list .item {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
    .products .p3 .list .item .img {
        height: 30rem;
    }
    .products .p3 .list .item .text {
        font-size: 3rem;
        padding: 15px;
    }
    .contact .p1 .address .item {
        width: 100%;
        height: auto;
        padding: 15px 20px;
        border-right: none;
    }
    .contact .p1 .address .item .desc p {
        line-height: 1.6;
        font-size: 2.5rem;
    }
    .contact .p1 .knowus {
        font-size: 3rem;
    }
    .window .content {
        margin: 0;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
        padding: 20px;
        overflow: auto;
    }
    .window .content .close {
        position: fixed;
        background-color: #ffffff;
        right: 15px;
        top: 15px;
        width: 40px;
        height: 40px;
    }
    .window .content .tit {
        font-size: 3rem;
    }
    .window .content p {
        font-size: 2.5rem;
        word-break: break-all;
    }
    .window .content .list .item {
        float: left;
        width: 100%;
    }
    .table_style .line .col .name {
        font-size: 3rem;
    }
    .header_menu {
        padding-top: 8rem;
    }
    .header_menu .cover {
        padding: 0;
    }
    .top_menus .nav span {
        font-size: 6rem;
    }
    .top_menus .nav {
        margin: 4rem 0;
    }
    .top_menus .nav .menu_item {
        padding: 6rem 20px 0;
    }
    .top_menus .nav.active .menu_item a {
        height: 3rem;
        line-height: 2;
        font-size: 3rem;
    }
    .menu {
        margin-top: 0;
    }
    .bars {
        transform: none;
        position: relative;
    }
    .accordion_pc {
        display: none;
    }
    .accordion_phone {
        display: block;
    }
    .accordion.accordion_phone .item .content {
        opacity: 1;
    }
    .accordion.accordion_phone .item .content img {
        position: initial;
        left: 0;
        bottom: 0;
        max-width: 100% !important;
        max-height: unset !important;
        margin-top: 20px;
    }
    .accordion.accordion_phone .item .content .step {
        font-size: 4rem;
    }
    .accordion.accordion_phone .item .content .step_name {
        font-size: 3rem;
    }
    .accordion.accordion_phone .item .content p {
        font-size: 2.5rem;
    }
    .accordion.accordion_phone .item .content ul li {
        font-size: 2.5rem;
    }
    .accordion.accordion_phone .swiper-wrapper {
        height: auto !important;
    }
    .pc {
        display: none;
    }
    .mobile {
        display: block;
    }
    .au2 .left {
        display: none;
    }

    .code_tit .down_text { bottom: 100px; }
    .code_tit .down { padding: 15px 30px; font-size: 14px; }

    .footer_logo { width: 100%; }

    .scroll{
        display: table;
    }
    .p2 .data{
        padding: 0 80px;
    }
}

@media screen and (max-width: 768px) {
    
}

@media screen and (max-width: 640px) {
    .p2 .data{
        padding: 0 40px;
    }
}

@media screen and (max-width: 375px) {
     
}

