﻿@font-face {
    font-family: 'Biome W01 Wide';
    src: url('Biome W01 Wide.ttf') format('truetype');
}
@font-face {
    font-family: 'SofiaPro-Light';
    src: url('SofiaPro-Light.otf') format('opentype');
}
body, html {
    background: #DFDFDF;
}
* {
    font-family: 'SofiaPro-Light' !important;
}
.img {
    overflow: hidden;
}

    .img img {
        width: 100%;
        display: block;
        transition: all .5s;
    }

.yih {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.erh {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.header_top {
    background: #61B5FB;
}
.header_top_pack{
    display:flex;
    justify-content:flex-end;
    padding:10px 0;
}
.header_top_navlist{
    display:flex;
}
    .header_top_navlist li a {
        display: block;
        padding: 5px 10px;
        font-size: 12px;
        color: #153B4D;
        text-transform: uppercase;
    }
    .header_top_navlist li a:hover {
        color:#fff;
    }
.header_pack {
    padding:12px 0;
}
.header_logo {
    display:flex;
    align-items:center;
}
.logo {
    width:33.333%;
    /*padding: 15px 0;*/
}
    .logo a {
        display: block;
        height: 200px;
    }
.logo img {
    max-height:100%;
    display:block;
}
.header_search {
    width:33.333%;
    padding:0 12px;
}
    .header_search input {
        width: 100%;
        border: solid 1px #e5e5e5;
        line-height:38px;
        font-size:16px;
        padding:0 5px;
        background:transparent;
    }
.w_nav {
    display:flex;
    padding:10px 0;
}
    .w_nav > li > a {
        display: block;
        padding: 15px 10px;
        font-size: 15px;
        color: #153B4D;
        /*color: #61B5FB;*/
        text-transform: uppercase;
        font-family: 'Biome W01 Wide' !important;
    }
    .w_nav > li.active > a {
        background: #153B4D;
        color:#fff;
    }
header {
    background: #DFDFDF;
    position: sticky;
    top: 0;
    z-index: 9999;
}
.public_nav {
    /*background: #f6f6f8;*/
    font-size:14px;
    padding:17px 12px;
}
.public_nav a {
    text-transform:uppercase;
}
.products{
    padding:50px 0 120px;
}
.products_cont_pack h3 {
    font-size:40px;
    line-height:56px;
    color:#333;
}
.products_cont_list{
    margin:15px -6px 0;
    display:flex;
    flex-wrap:wrap;
}
.products_cont_list li {
    width:25%;
    padding:0 6px;
    margin-bottom:12px;
}
.products_cont_list li a {
    display:block;
    height:100%;
    border:4px solid #ccc;
    padding:14px;
    position:relative;
}
.products_cont_img_text p {
    font-size:18px;
    line-height:22px;
    min-height:94px;
    color:#000;
    margin-bottom:8px;
    text-transform:uppercase;
    width:70%;
}
.products_cont_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.8);
    display: none;
    align-items: center;
    padding: 14px;
    text-align: center;
}
    .products_cont_text>div {
        max-height:90%;
        overflow:auto;
    }
    .products_cont_text h4 {
        font-size: 17px;
        color: #fff;
        margin-bottom: 20px;
    }
.products_cont_text p {
    font-size:14px;
    line-height:25px;
    color:#fff;
}
.products_cont_list li a:hover .products_cont_text {
    display:flex;
}
.products_detail_pack{
    display:flex;
    align-items:flex-start;
}
    .products_detail_pack>div {
        width:50%;
    }
    .products_detail_left_img {
        display:flex;
        align-items:flex-start;
    }
.products_detail_imglist {
    width: 16.66666667%;
    padding-right:30px;
}
    .products_detail_imglist li {
        margin-bottom:10px;
    }
    .products_detail_img {
        width: 83.333333%;
        position: relative;
    }
.products_detail_er_img {
    width: 300px;
    height: 400px;
    border: 1px solid #999;
    left:100%;
    top:0;
    z-index:10;
    position:absolute;
    display:none;
}
.layer {
    width: 204px;
    height: 273px;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    background: #CED4DA;
    cursor: move;
}
.imgdet .imgpart .bigpic {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 333;
    border: 1px solid #fff;
    overflow: hidden;
}

    .imgdet .imgpart .bigpic > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 250%;
        min-height: 250%;
        max-width:300%;
    }
.products_detail_right_cont {
    padding: 0 15px;
}

.pic {
    width:550px;
    max-width:100%;
}
.pic img {
    width:100%;
    display:block;
}
.products_detail_right_cont h3 {
    font-size:40px;
    margin-bottom:10px;
    color:#222;
}
.products_detail_desc {
    font-size: 14px;
    line-height: 24px;
    color: #153b4d;
    margin:30px 0 15px;
}
.products_detail_texts {
    margin-top: 40px;
    font-size: 14px;
    line-height: 24px;
    color: #878787;
}
.products_detail_texts p {
    margin:10px 0;
}
.products_detail_texts span {
    color:#000;
}
.products_detail  {
    padding-top:50px;
}
.products_detail_tags{
    display:flex;
}
.products_detail_tags li p {
    position:relative;
    padding:8px 16px;
    font-size:14px;
    color:#333;
    white-space:nowrap;
    border:1px solid transparent;
    cursor:pointer;
}
    .products_detail_tags li.active p {
        border-color: #dee2e6;
        border-radius: 4px 4px 0 0;
    }
    .products_detail_tags li.active p:after {
        content:"";
        width:100%;
        height:2px;
       position:absolute;
       bottom:-2px;
       left:0;
       background:#fff;
    }
.products_detail_content {
    border: 1px solid #caced6;
    border-radius:0 0 4px 4px;
    padding: 20px 25px;
    background:#fff;
}
.products_detail_content>div {
    min-height:100px;
}
.prodcudjssl{
    display:none;
}
.header_container {
    position:relative;
}
.header_select_nav {
    padding:0 10px;
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(100% - 22px);
    display:none;
    
}

.header_select_nav > ul {
    background: #153B4D;
    border-color: #153B4D !important;
    padding: 20px 15px;
}
.header_select_nav>ul>li {
    display:none;
}
        .header_select_nav > ul > li.active {
            display:flex;
            align-items:flex-start;
        }
        .header_select_nav > ul > li>div {
            width:25%;
            padding:0 12px;
            margin-bottom:10px;
        }
.header_select_erlist a {
    font-size: 16px;
    /*color: #153b4d;*/
    color: #61B5FB;
    font-family: 'Biome W01 Wide' !important;
}
    .header_select_erlist a:hover {
        color:#fff;
    }
    .header_select_sanlist li a {
        display: block;
        padding: 2px 5px;
        font-size: 14px;
        /*color: #153b4d;*/
        color: #61B5FB;
        position: relative;
        line-height: 24px;
        font-family: 'Biome W01 Wide' !important;
    }
    .header_select_sanlist li a::after {
        content:"";
        width: 0;
        left: 0;
        top: 0;
        height: 100%;
        display:block;
        background: #153b4d;
        transition:all .2s;
        position:absolute;
        z-index:0;
    }
    .header_select_sanlist li a span {
        position: relative;
        z-index: 1;
        font-family: 'Biome W01 Wide' !important;
    }
    .header_select_sanlist li a:hover::after {
        width: 100%;
    }
    .header_select_sanlist li a:hover {
        color: #fff;
    }
footer {
    background: #61B5FB;
}
.footer_pack {
    padding: 40px 0;
}
.footer_pack {
    display: flex;
    align-items: center;
    justify-content:space-between;
}
    .footer_pack .logo {
        width:auto;
    }
        .footer_pack .logo a {
            height:150px;
        }
        .footer_nav {
            width: 20%;
            padding: 0 12px;
        }
    .footer_nav a {
        display: block;
        font-size: 16px;
        line-height: 26px;
        color: #fff;
        text-transform: uppercase;
        font-family: 'Biome W01 Wide' !important;
    }
    .footer_nav a:hover {
        color: #666;
    }
.copyright {
    font-size:16px;
    line-height:26px;
    color:#fff;}
.copyright_cont {
    padding: 0 12px;
}
.copyright a {
    color: #fff;
}
.footer_plate1 {
    padding: 60px 0 120px;
    background: #CED4DA;
}
.footer_plate1_pack{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    width:85%;
    margin:auto;
}
.prodetail_video iframe {
    width:100%;
    min-height:500px;
}
.footer_plate1_pack > div {
    width: 33.3333%;
}
        .footer_plate1_pack > div h4 {
            font-size: 18px;
            line-height:1;
            margin-bottom:8px;
            color: #153b4d;
            text-transform:uppercase;
        }
.footer_plate1_leftcont {
    padding:10px 24px;
    /*background:#fff;*/
    font-size:16px;
    line-height:24px;
    color:#333;
}
.footer_palte_tidesc p{
    font-size:16px;
    color:#333;
    padding-bottom:16px;
    line-height:24px;
}
.footer_plate_form{
    display:flex;
    align-items:center;
}
    .footer_plate_form input {
        width: 66.666667%;
        padding: 0 12px;
        font-size: 16px;
        line-height: 43px;
        border: 1px solid #f1f1f1;
        border-radius:5px;
        max-width:250px;
        background:transparent;
    }
.footer_form_btn {
    padding: 10px 12px;
    margin-left: 30px;
    font-size: 16px;
    line-height: 1.5;
    color: #212529;
    text-transform: uppercase;
    cursor: pointer;
    border: 4px solid transparent;
    border-radius:10px;
}
    .footer_form_btn:hover {
        border-color: #ced4da;
    }
.qui {
    padding:12px 0 100px;
    min-height:300px;
}
.page_border {
    margin-top: 50px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #324b71;
}
.bannerswiper{
    overflow:hidden;
    padding:20px 0 25px;
}
.bannerswiper a {
    display:block;
}
.bannerswiper img {
    width:100%;
    display:block;
}
.home_plate1{
    padding:0 0 30px;
}
.home_plate1_list {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    margin:0 -5px;
}
.home_plate1_list li {
    width:25%;
    padding:0 5px;
    margin-bottom:10px;
}
.home_plate1_list a {
    display:block;
}
.home_plate1_list img {
    width:100%;
    display:block;
}
.contact{
    padding:0 0 120px;
}
.contact_title {
    font-size:40px;
    line-height:1;
    color: #333;
    margin-bottom:8px;
    text-transform:uppercase;
}
.contact_pack{
    display:flex;
    align-items:flex-start;
}
.contact_left{
    width:33.333%;
    padding:0 12px 0 0;
}
    .contact_left strong {
        font-size: 14px;
        color: #333;
        line-height: 25px;
    }
    .contact_left .contact_desc {
        font-size: 14px;
        color: #333;
        line-height: 25px;
    }
.contact_right p {
    font-size: 14px;
    line-height: 25px;
    color: #333;
    padding-bottom:16px;
}
.contact_right_inputlist hr {
    margin: 16px 0;
    background: currentColor;
    color: #333;
}
.contact_right_input {
    display:flex;
    align-items:flex-start;
    margin-bottom:10px;
}
.contact_right_input label {
    width:27%;
    padding:0 24px 0 0;
    font-size:14px;
    color:#333;
    font-weight:300;
    line-height:25px;
    margin:0;
}
    .contact_right_input select {
        width: 73%;
        font-size: 16px;
        padding: 5px 12px;
        font-weight: 400;
        line-height: 1.5;
        border: 1px solid #ced4da;
        color: #212529;
        height:36px;
        border-radius:5px;
background:transparent;
    }
    .contact_right_input input {
        width: 73%;
        font-size: 16px;
        padding: 5px 12px;
        line-height: 1.5;
        border: 1px solid #ced4da;
        color: #212529;
        border-radius: 5px;
background:transparent;
    }
        .contact_right_input input:focus {
            box-shadow: 0 0 0 4px rgba(51,51,51,.25);
            border-color:#999;
        }
        .contact_right_input textarea {
            width: 73%;
            font-size: 16px;
            padding: 5px 12px;
            line-height: 1.5;
            border: 1px solid #ced4da;
            color: #212529;
            border-radius: 5px;
            height: 252px;
            resize: none;
background:transparent;
        }
.prodetail_video{
    margin-top:30px;
    width:100%;
}
.prodetail_video video {
    width: 100%;
}
            .contact_right_input select:focus,
            .contact_right_input textarea:focus {
                box-shadow: 0 0 0 4px rgba(51, 51, 51, .25);
                border-color: #999;
            }
    .form_k_cont {
        display: flex;
        align-items: flex-start;
    }
.form_k_cont input {
    width:14px;
    margin-top:7px;
}
    .form_k_cont label {
        width: calc(100% - 14px);
        padding: 0 0 0 8px;
        font-size:14px;
        line-height:25px;
        font-weight:500;
        color:#333;
    }
.submit {
    width: 89px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin: 10px 0 0 calc(100% - 73%);
    background: #333;
    border:1px solid transparent;
    cursor:pointer;
    border-radius:5px;

}
.submit:hover {
    border-color:#333;
    background:#fff;
    color:#333;
}
.contact_right{
    width:66.667%;
}
@media(max-width:1400px) {
    .footer_plate1_pack > div {
        width:40%;
    }
}
@media(max-width:1000px) {
    /*.header_top_navlist li:nth-child(3) {
        display:none;
    }*/
    .header_top_pack{
        padding:5px 0;
    }
    .header_logo {
        position: relative;
    }
    .iconfont {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

        .iconfont i {
            width: 100%;
            height: 100%;
            position: absolute;
        }

        .iconfont .cha {
            background: url(../images/cha.png) no-repeat center/100% 100%;
            display: none;
        }

        .iconfont .nav {
            background: url(../images/nav.png) no-repeat center/100% 100%;
        }

    .logo {
        padding:0;
    }
    .bannerswiper{
        padding:0 0 10px;
    }
    .home_plate1_list li{
        width:49%;
    }
    .w_nav {
        display: block;
    }
    .header_search{
        width:55%;
    }
    .header_container {
        position:static;
    }
    .header_navlist,
    .header_select_nav {
        position: fixed;
        width: 100%;
        left: 0;
        height: 100vh;
        top: 0;
        background: rgba(0,0,0,.5);
        z-index: 200;
    }
        .w_nav,
        .header_select_nav > ul {
            width: 80%;
            height: 100%;
            overflow: auto;
            background: #fff;
            position: absolute;
            right: 0;
            top: 0;
        }
    .w_nav li {
        display:flex;
        align-items:center;
        position:relative;
        padding-right:40px;
    }
        .w_nav li a {
            width:calc(100% - 40px);
            padding:0 5px 0 10px;
            line-height:40px;
        }
        .w_nav li::after {
            content: "+";
            font-size: 20px;
            line-height: 40px;
            width: 40px;
            position: absolute;
            color: #153b4d;
            right: 0;
            top: 0;
            text-align:center;
        }
        .header_navlist::after,
        .header_select_nav::after{
            content: "+";
            transform: rotate(45deg);
            font-size: 50px;
            line-height: 60px;
            font-weight: 300;
            color: #fff;
            position: absolute;
            left: 10px;
            top: 0;
        }
    .header_select_nav {
        z-index:203;
    }
        .header_select_nav > ul {
            padding:10px;
        }
            .header_select_nav > ul > li > div{
                width:100%;
            }
    .header_navlist {
        display:none;
    }
    .w_nav li:last-child::after {
        display:none;
    }
    .w_nav li:last-child {
        padding:0;
    }
    .w_nav li:last-child a {
        width: 100%;
    }
    .header_pack {
        padding:0 0;
    }
    .products,
    .footer_plate1 {
        padding: 30px 0;
    }
    .products_cont_pack h3,
    .products_detail_right_cont h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .products_cont_list li{
        width:100%;
    }
    .page_border{
        margin-top:0;
        padding:10px 0 0 ;
    }
    .footer_plate1_pack{
        width:100%;
        display:block;
    }
        .footer_plate1_pack > div{
            width:100%;
        }
    .footer_plate1_left {
        margin-bottom:20px;
    }
    .footer_pack{
        padding:20px 0 5px;
    }
    .footer_nav {
        width:50%;
        padding:0 5px;
        margin-bottom:15px;
    }
    .footer_pack{
        flex-wrap:wrap;
    }
    .footer_nav a,
    .copyright {
        font-size: 14px;
        line-height: 24px;
    }
    .copyright{
        padding:5px 0;
    }
    .products_detail_pack{
        display:block;
    }
        .products_detail_pack > div{
            width:100%;
        }
    .layer,
    .imgdet .imgpart .bigpic {
        display: none !important;
    }
    .products_detail_img {
        width: 75%;
    }
    .products_detail_imglist {
        width:25%;
        padding-right:10px;
    }
    .products_detail_right_cont{
        padding:30px 0 0;
    }
    .products_detail_desc{
        margin:15px 0;
    }
    .products_detail_texts{
        margin-top:20px;
    }
    .products_detail{
        padding-top:20px;
        overflow:auto;
    }
    .products_detail_tags,
    .products_detail_content {
        min-width: 180%;
    }
    .contact_title {
        font-size:20px;
        line-height:30px;
    }
    .contact_pack{
        display:block;
    }
    .contact_left{
        width:100%;
    }
    .contact_right{
        width:100%;
        padding-top:20px;
    }
    .prodetail_video iframe {
        min-height: 100%;
        height:300px;
    }
    .logo a{
        height:70px;
    }
}