@charset "utf-8";

@font-face {
    font-family: "Bebas";
    src: url("../fonts/bebas-webfont.woff2") format("woff2"), url("../fonts/bebas-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "GOTHICB_0";
    src: url("../fonts/GOTHICB_0.TTF");
}
.maxwidth {
    width: 90%;
    max-width: 1644px;
    margin: 0 auto;
}
.max_desc1223{
    max-width: 1223px;
    width: 80%;
}
.maxwid1200{
    max-width: 1200px;
    width: 92%;
    margin: 0 auto;
}
.f60{font-size: 36px; line-height: 1;  }
.f40{font-size: 30px; line-height: 1;}
.f36 {font-size: 36px; line-height: 1; }
.f34 {font-size: 34px; line-height: 1;}
.h1 {font-size: 24px; line-height: 1;}
.h2 {font-size: 28px; }
.h3 {font-size: 24px; }
.f22{font-size: 22px;}
.h4 { font-size: 18px; }
.h5 { font-size: 16px; }
.h6 { font-size: 16px; }
.fcff{
    color: #fff;
}
.fc2b{
    color: #2B2B2B;
}
.fc28{
    color: #282828;
}
.fc47{
    color: #474747;
}
.fc5d{
    color: #5D5D5D;
}
.fc99{
    color: #999;
}
.fcb4{
    color: #B4B4B4;
}
.fc06{
    color: #0067B2;
}
.fccc{
    color: #cccccc;
}
.fl1875{
    line-height: 1.875;
}
.fl172{
    line-height: 1.72;
}
.fl167{
    line-height: 1.67;
}
.fw600{
    font-weight: 600;
}
.bgf8{
    background: #f8f9fd;
}
.bgfff{
    background: #ffffff !important;
}
.bgccc{
    background: #cccccc !important;
}
@media only screen and (max-width: 1600px) {
    .h2 { font-size: 26px;}
    .f60{font-size: 34px;}
    .f40{font-size: 28px;}
    .f36 { font-size: 34px;}
    .f34 { font-size: 32px;}
}
@media only screen and (max-width: 1366px) {
    .maxwidth {width: 92%; }
}
@media only screen and (max-width: 1043px) {
    .f60{font-size: 32px;}
    .f40{font-size: 26px;}
    .f36 { font-size: 32px;}
    .f34 { font-size: 30px;}
    .h1 {font-size: 22px;}
    .h2 { font-size: 24px;}
    .h3 {font-size: 22px;}
    .h4 { font-size: 16px;}
    .h5 {font-size: 15px;}
    .h6 {font-size: 15px;}
}
@media only screen and (max-width: 960px) {
    .f60{font-size: 30px; }
    .f40{font-size: 24px; }
    .f36 {font-size: 30px;}
    .f34 {font-size: 28px;}
    .h1 {font-size: 20px;}
    .h2 { font-size: 22px;}
    .h3 {font-size: 20px;}
}
@media only screen and (max-width: 768px) {
    .f60{font-size: 22px; }
    .f40{font-size: 20px;}
    .f36 { font-size: 22px; }
    .f34 { font-size: 30px;} 
    .h1 {font-size: 18px;}
    .h2 {font-size: 20px;}
    .h3 {font-size: 18px;}
}
.mt12{
    margin-top: 12px;
}
.mb20{
    margin-bottom: 20px;
}
.mb90{
    margin-bottom: 90px;
}
.mt45{
    margin-top: 45px;
}
.mt50{
    margin-top: 50px;
}
.mt70{
    margin-top: 70px;
}
.mt90{
    margin-top: 80px;
}
.pt80{
    padding-top: 80px;
}
.pt90{
    padding-top: 80px;
}
.pb90{
    padding-bottom: 80px;
}
.none {
    display: none;
}

.scroll_top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #036EB8;
    position: fixed;
    right: 1%;
    bottom: 20%;
    border-radius: 3px;
    z-index: 99;
    transform: translateX(110%);
    transition: all .4s;
    opacity: 0;
}
.scroll_top.show {
    transform: translateX(0);
    opacity: 1;
}

.crumbs {
    height: 64px;
    background: #F8F8F8;
}
.crumbs .item-l .link a{
    color: #6C6C6C;
}
.crumbs .item-l .link::after{
    content: ">";
    display: block;
    margin: 0 5px;
}
.crumbs .item-l .link:last-child a{
    color: #0067B3;
}
.crumbs .item-l .link:last-child::after{
    display: none;
}


.product_bgimg{
    background: url(../img/product_bgimg.jpg) no-repeat center/cover;
}
.product_bgimg .maxwidth {
    height: 413px;
}
.product_bgimg .box{
    max-width: 792px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product_bgimg .box .con{
    margin: 30px 0 50px;
}
.contact_us_btn{
    width: 205px;
    height: 52px;
    background: #0067B2;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
}



.about_stoty .list {
    /* margin-bottom: 50px; */
    border-radius: 10px;
    overflow: hidden;
    width: 32.8%;
    margin-right: 0.8%;
    background: #FFFFFF;
    transition: all .4s;
}
.about_stoty .list:nth-child(3n) {
    margin-right: 0;
}
.about_stoty .list .texts {
    padding: 40px 45px 40px 35px;
    box-sizing: border-box;
}
.about_stoty .list .con {
    line-height: 1.35;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.about_stoty .list:hover {
    box-shadow: 1px 6px 18px 3px rgba(12, 30, 44, 0.05);
    transform: translateY(-7px);
}
.about_stoty .list:hover .tit {
    color: #0067B2;
}



.product_list .list{
    padding: 28px 35px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
}

.product_list .list .img{
    margin-bottom: 20px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.product_list .list .img img{
    transition: all .4s;
    max-height: 100%;
}
.product_list .list .tit{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product_list .list .con {
    margin-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product_list .list::after{
    content: "";
    display: block;
    height: 4px;
    background: #0067B3;
    width: 0;
    transition: all .4s;
    position: absolute;
    left: 0;
    bottom: 0;
}
.product_list .list:hover .img img{
    transform: scale(1.08);
}
.product_list .list:hover .tit{
    color: #0067B3;
}

.swiper_scoll .product_list {
    position: relative;
}
.swiper_scoll .product_list .swiper-container{
    position: initial;
}
.swiper_scoll .product_list .swiper-pagination{
    top: initial;
    bottom: 0;
}
.swiper_scoll .product_list .swiper-pagination-progressbar {
    background: #E8E8E8;
    height: 2px;
}
.swiper_scoll .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #0067B2;
}

@media only screen and (max-width: 1600px) {
    .product_list .list .img{
        height: 212px;
    }
}
@media only screen and (max-width: 1480px) {
    .product_list .list .img {
        height: 186px;
    }
}
@media only screen and (max-width: 1366px) {
    .product_list .list .img {
        height: 183px;
    }
}
@media only screen and (max-width: 1280px) {
    .product_list .list .img {
        height: 163px;
    }
}
@media only screen and (max-width: 1200px) {
    .pt90 {
        padding-top: 70px;
    }
    .pb90 {
        padding-bottom: 70px;
    }
    .pt80 {
        padding-top: 70px;
    }
    .mt70 {
        margin-top: 60px;
    }
    .product_list .list{
        padding: 28px 25px;
    }
}
@media only screen and (max-width: 1043px) {
    .pt90 {
        padding-top: 60px;
    }
    .pb90 {
        padding-bottom: 60px;
    }
    .pt80 {
        padding-top: 60px;
    }
    .mt70 {
        margin-top: 45px;
    }
    .mt45 {
        margin-top: 30px;
    }
    .mt50 {
        margin-top: 35px;
    }
}
@media only screen and (max-width: 768px) {
    .pt90 {
        padding-top: 30px;
    }
    .pb90 {
        padding-bottom: 30px;
    }
    .pt80 {
        padding-top: 30px;
    }
    .mt70 {
        margin-top: 30px;
    }
    .mt45 {
        margin-top: 25px;
    }
    .mt50 {
        margin-top: 25px;
    }
    .page_tit {text-align: center;}
    .page_desc {text-align: center;}
    .max_desc1223{
        width: 100%;
    }

    .about_stoty .list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .about_stoty .list:last-child{
        margin-bottom: 0;
    }
    .about_stoty .list .texts {
        padding: 25px 15px;
    }
}