
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video,input{margin:0;padding:0;border:0;font-size:100%}
article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block}
body{line-height:1.42857143}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
table{border-collapse:collapse;border-spacing:0}
a{color:inherit;text-decoration:none;-webkit-backface-visibility:hidden;cursor:pointer}
a:hover{text-decoration:none}
a:active{text-decoration-line:none}
li{list-style:none}
::-webkit-scrollbar{width:5px;height:5px}
::-webkit-scrollbar-track-piece{background-color:rgba(0,0,0,0.2);-webkit-border-radius:6px}
::-webkit-scrollbar-thumb:vertical{height:5px;background-color:rgba(125,125,125,0.7);-webkit-border-radius:6px}
::-webkit-scrollbar-thumb:horizontal{width:5px;background-color:rgba(125,125,125,0.7);-webkit-border-radius:6px}
html,body{width:100%}
body{-webkit-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}
i,em{font-style:normal}
.clearfix::after{content:'';display:table;clear:both}
.fl{float:left}
.fr{float:right}
.text-center{text-align:center}
.thumbnail{padding:0;border:0;border-radius:0;position:relative}
.clear{clear:both}
a:hover,a:focus{color:#333;text-decoration:none}
*{font-family:'Montserrat-Light',Microsoft Yahei,PingFang SC,Verdana,Helvetica Neue,Hiragino Sans GB,Microsoft Sans Serif,Arial;font-weight:200}
.text-justify{text-align:justify}
*{box-sizing:border-box}
img{max-width:100%}
input:focus, button:focus, textarea:focus {
    outline: none;
}
h1, h2, h3, h4, h5, h6 {font-weight:normal;  }

/************************************************重置样式结束************************************************/


.container {
    min-height: 768px;
    margin: 88px auto 0;
}
@media (max-width: 1080px){
    .container {
        margin: 55px auto 0;
    }
}


.layout {
    width: 75%;
    margin: 0 auto;
    overflow: hidden;
}
@media (max-width: 1680px) {
    .layout {
        width: 96%;
    }
}
@media (max-width: 768px) {
    .layout {
        width: 96%;
    }
}




.list-1,.list-2,.list-3,.list-4,.list-5,.list-6,.list-7,.list-8,.list-9,.list-10,.list-11,.list-12{font-size:0;margin:0 -15px}
.list-1 li,.list-2 li,.list-3 li,.list-4 li,.list-5 li,.list-6 li,.list-7 li,.list-8 li,.list-9 li,.list-10 li,.list-11 li,.list-12 li{display:inline-block;vertical-align:top;transition:all 1s}
.list-1 li{width:100%}
.list-2 li{width:50%}
.list-3 li{width:33.33333333%}
.list-4 li{width:25%}
.list-5 li{width:20%}
.list-6 li{width:16.66666667%}
.list-7 li{width:14.28571428571429%}
.list-8 li{width:12.5%}
.list-9 li{width:11.11111111111111%}
.list-10 li{width:10%}
.list-11 li{width:9.090909090909091%}
.list-12 li{width:8.33333333%}
@media (max-width:1024px){.list-1 li,.list-2 li,.list-3 li,.list-4 li,.list-5 li,.list-6 li,.list-7 li,.list-8 li,.list-9 li,.list-10 li,.list-11 li,.list-12 li{width:50%}}
@media (max-width:768px){
    .list-1 li,.list-2 li,.list-3 li,.list-4 li,.list-5 li,.list-6 li,.list-7 li,.list-8 li,.list-9 li,.list-10 li,.list-11 li,.list-12 li{
        width:100%
    }

    .list-1,.list-2,.list-3,.list-4,.list-5,.list-6,.list-7,.list-8,.list-9,.list-10,.list-11,.list-12{
        font-size:0;margin:0 -10px}
    }



.btn-warp{
    text-align: center;
    margin: 24px auto;
}
.btn{
    padding: 17px 50px;
    border: 2px solid #bfbfbf;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.btn-xs{
    padding: 8px 15px;
}

.btn:hover {
    background-color: #e60012;
    border-color: #e60012;
    color: #fff;
}





.mt-20{
    margin-top: 20px;
}






@media (min-width: 1024px){
    .banner-wrapper .swiper-slide img {
        height: 100vh;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
    .banner-wrapper .img-responsive {
        min-height: 576px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}






























.swiper-wrapper{
    width: 100%;
    height: 100%;
}
.banner-wrapper {
    position: relative;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}
@media (min-width: 1024px){
    .banner-wrapper {
        height: 100vh;
    }
    .banner-wrapper .swiper-slide img {
        height: 100vh;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .banner-wrapper .img-responsive {
        min-height: 576px;
        -o-object-fit: cover;
        object-fit: cover;
    }

}















.container-bg{
    background-color: #f9f9f9;
}
.container-ptb80 {
    padding-top: 80px;
    padding-bottom: 80px;
}


@media (max-width:1024px){
    .container-ptb80 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media (max-width:768px){
    .container-ptb80 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.index-title .description-title{
    color: #131313;
    font-weight: 800;
    font-size: 36px;
    text-align: left;
}
.index-title .index-mark-bar-content{
    margin-top: 16px;
    border-top-color: #e60012;
    border-top-width: 8px;
    border-top-style: solid;
    border-right: 6px solid rgba(0,0,0,0);
    width: 52px;
    height: 0;
}
.index-title .description-content{
    margin-top: 24px;
    margin-bottom: 24px;
    color: #545454;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}
@media (max-width: 1024px){
    .index-title .description-title{
        font-size: 28px;
        text-align: center;
        margin:  12px;
    }
    .index-title .index-mark-bar-content{
        margin: 0px auto;
        height: 0;
    }
    .index-title .description-content{
        margin: 24px;
        text-align: center;
        max-height: 192px;
        overflow: hidden;
        font-weight: 300;
        font-size: 14px;
        width: auto;
    }
}
.news-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.news-container .news-content-container{
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.news-container .news-content-container .news-item:first-child {
    margin-top: 0;
}
.news-container .news-content-container .news-item{
    width: 100%;
    height: 194px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    margin-top: 20px;
    transition:all 1s
}
.news-container .news-content-container .news-item .image-box{
    position: relative;
    width: 305px;
    height: 194px;
    overflow: hidden;
}
.news-container .news-content-container .news-item .image-box .image{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.news-container .news-content-container .news-item .image-box .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.news-container .news-content-container .news-item:hover .image{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.news-container .news-content-container .news-item .text-box{
    margin: 24px 26px 0 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}
.news-container .news-content-container .news-item .text-box .title{
    color: #000;
    font-weight: 600;
    font-size: 16px;
    display: -webkit-box;
    max-height: 56px;
    overflow: hidden;
    line-height: 28px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.news-container .news-content-container .news-item:hover .text-box .title{
    color: #e60012;
}
.news-container .news-content-container .news-item .text-box .description{
    color: #545454;
    font-weight: 300;
    display: -webkit-box;
    max-height: 48px;
    overflow: hidden;
    line-height: 24px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    margin-top: 8px;
}
.news-container .news-content-container .news-item .text-box .tag-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
}
.news-container .news-content-container .news-item .text-box .tag-box .tag{
    padding: 6px 12px;
    text-align: center;
    background-color: #f3f3f3;
    color: #e60012;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    margin-right: 12px;
}
.news-container .news-content-container .news-item .text-box .tag-box .date{
    color: #545454;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}
.newslist-container{
    width: 358px;
    height: 100%;
    margin-left: 20px;
    padding: 16px 26px 17px;
    background-color: #fff;
}
.newslist-container .news-item {
    margin-top: 20px;
    display: inline-block;
}
.newslist-container .news-item:first-child{
    margin-top: 0px;
}
.newslist-container .news-item .text-box{
    margin-top:26px;
    margin-bottom: 0;
}
.newslist-container .news-item:last-child{
    margin-top:29px;
}
.newslist-container .news-item .text-box .title{
    color: #000;
    font-weight: 600;
    font-size: 16px;
    display: -webkit-box;
    max-height: 48px;
    overflow: hidden;
    line-height: 24px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.newslist-container .news-item:hover .text-box .title{
    color: #e60012;
}
.newslist-container .news-item .text-box .tag-box{
    font-size: 12px;
    margin-top: 12px;
}
.newslist-container .news-item .text-box .date{
    color: #545454;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}
.newslist-container .news-item .image-box{
    position: relative;
    width: 305px;
    height: 194px;
    overflow: hidden;
    font-size: 0;
}
.newslist-container .news-item .image-box .image{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: absolute;
    top: 0;
}
.newslist-container .news-item .image-box .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.newslist-container .news-item:hover .image-box .image{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}





@media (max-width: 1024px){
    .news-container .news-content-container .news-item {
        display: block;
        height: auto;
        background-color: #f9f9f9;
    }
    .news-container .news-content-container .news-item .image-box {
        width: 100%;
        height: 194px;
        overflow: hidden;
    }
    .news-container .news-content-container .news-item .text-box{
        margin: 15px;
    }
    .news-container{
        display: block;
    }
   .news-container .news-content-container {
        display: block;
   }
   .newslist-container{
        width: 100%;
        margin-left: 0px;
        padding:0;
        margin-top: 20px;
    }
    .newslist-container .news-item{
        display: block;

    }
    .newslist-container .news-item .image-box{
        width: 100%;
    }
    .newslist-container .news-item .text-box{
         margin: 15px;
    }
    .newslist-container .news-item .text-box .title{
        font-size: 16px;
    }
}




/*******************************新闻模块END**************************************/


.list-thumbnail .item-thumbnail {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    background: #fff;
}
.list-thumbnail .item-thumbnail a{
    display: block;
}
.list-thumbnail .item-thumbnail .image-box {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    font-size: 0;
    position: relative;
    height: 260px;
}
.list-thumbnail .item-thumbnail .image-box .image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
}

.list-thumbnail .item-thumbnail:hover .text-box .title{
    color: #e60012;
}
.list-thumbnail .item-thumbnail .image-box .image img {
    object-fit: cover;
    object-position: center center;
    margin: 0px auto;
    text-align: center;
    display: flex;
    max-width: 100%;
    max-height: 100%;
}
.list-thumbnail .item-thumbnail .text-box {
    padding:30px;
}
.list-thumbnail .item-thumbnail .text-box .title {
    color: #303233;
    font-size: 18px;
    min-height: 24px;
    line-height: 1.2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 1;*/
    /*overflow: hidden;*/
    font-weight: 200;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.list-thumbnail .item-thumbnail .text-box .description {
    color: #999;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    width: 100%;
    margin-top: 16px;
    -webkit-box-orient: vertical;
}
.list-thumbnail .item-thumbnail .text-box .detail {
    font-size: 14px;
    color: #333;
    margin-top: 16px;
    display: inline-block;
}

@media (max-width:768px){
    .list-thumbnail .item-thumbnail {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
        background: #fff;
    }
    .list-thumbnail .item-thumbnail .image-box {
        height: 200px;
    }
    .list-thumbnail .item-thumbnail .text-box {
        padding:15px;
    }

    .list-thumbnail .item-thumbnail .text-box .title {
        font-size: 20px;
    }
    .list-thumbnail .item-thumbnail .text-box .description {
        font-size: 14px;
        margin-top: 10px;
    }
    .list-thumbnail .item-thumbnail .text-box .detail {
        font-size: 12px;
        margin-top: 10px;
    }
}






.list-thumbnail-box .item-thumbnail {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}
.list-thumbnail-box .item-thumbnail .image-box {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    font-size: 0;
    position: relative;
    height: 580px;
}
.list-thumbnail-box .item-thumbnail .image-box .image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
}
.list-thumbnail-box .item-thumbnail:hover .image{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.list-thumbnail-box .item-thumbnail .image-box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.list-thumbnail-box .item-thumbnail .text-box {
    margin-top: 50px;
}
.list-thumbnail-box .item-thumbnail .text-box .title a{
    color: #303233;
    font-size: 18px;
    min-height: 24px;
    margin-bottom: 18px;
    line-height: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: 700;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.list-thumbnail-box .item-thumbnail .text-box a {
    -webkit-transition: color .4s;
    transition: color .4s;
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(17,17,17,0.8);
    margin-bottom: 12px;
    display: inline-block;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.list-thumbnail-box .item-thumbnail .text-box .title:hover a{
    color: #e60012;
}
.list-thumbnail-box .item-thumbnail .text-box p:hover a{
    color: #e60012;
}

@media (max-width:768px){
    .list-thumbnail-box .item-thumbnail {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .list-thumbnail-box .item-thumbnail .text-box {
        margin-top: 30px;
    }
}






.list-thumbnail-left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.list-thumbnail-left .content-container{
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.list-thumbnail-left .content-container .item {
    width: 100%;
    height: 500px;
    background-color: #fff;
    margin-top: 40px;
    transition: all 1s;
}
.list-thumbnail-left .content-container .item:first-child {
    margin-top: 0;
}
.list-thumbnail-left .text-box{
    width: 50%;
    height: 500px;
    padding: 40px 40px 20px 40px;
    position: relative;
    top: 0;
    display: inline-block;
}
.list-thumbnail-left .text-box h3 {
    display: block;
    color: #333;
    font-weight: 400;
    letter-spacing: 1px;
    vertical-align: top;
    font-size: 30px;
    -moz-transition: all 0.5s cubic-bezier(0.32, 0.17, 0, 1);
    -o-transition: all 0.5s cubic-bezier(0.32, 0.17, 0, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.32, 0.17, 0, 1);
    transition: all 0.5s cubic-bezier(0.32, 0.17, 0, 1);
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.list-thumbnail-left .text-box .description {
    font-size: 14px;
    letter-spacing: 1px;
    color: #999;
    line-height: 26px;
    line-height: 28px;
    margin-top: 30px;
    /*display: -webkit-box;*/
    /*overflow: hidden;*/
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.list-thumbnail-left .image-box {
    display: inline-block;
    width: 50%;
    overflow: hidden;
    font-size: 0;
    position: relative;
    height: 500px;
}
.list-thumbnail-left .image-box .image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
}
.list-thumbnail-left .image-box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.list-thumbnail-left  .detail {
    font-size: 14px;
    color: #333;
    -moz-transition: all 0.5s cubic-bezier(0.32, 0.17, 0, 1);
    -o-transition: all 0.5s cubic-bezier(0.32, 0.17, 0, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.32, 0.17, 0, 1);
    transition: all 0.5s cubic-bezier(0.32, 0.17, 0, 1);
    padding: 17px 50px;
    border: 2px solid #bfbfbf;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-top: 30px;
}

.list-thumbnail-left .item:nth-child(odd) .image-box {
    float: left;
}
.list-thumbnail-left .item:nth-child(even) .image-box{
    float: right;
}
.list-thumbnail-left .item:hover .detail {
    background-color: #e60012;
    border-color: #e60012;
    color: #fff;
}
.list-thumbnail-left .item:hover .image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 1024px){
    .list-thumbnail-left .text-box h3 {
        font-size: 20px;
    }
    .list-thumbnail-left .content-container .item {
        height: auto;
    }
    .list-thumbnail-left .text-box{
        width: 100%;
        height: auto;
        padding: 20px;
    }
    .list-thumbnail-left .image-box {
        width: 100%;
        height: 300px;
    }
    .list-thumbnail-left .text-box .description {
        margin-top: 15px;
    }
    .list-thumbnail-left  .detail {
        margin-top: 15px;
        padding: 10px 25px;
    }

}




.article-detail .header .title{
    font-size: 36px;
}
.article-detail .header .time{
    margin-top: 30px;
    display: inline-block;
}
.article-detail .content-box{
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.article-detail .content-box .content-box-left{
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.article-detail .content-box .content-box-right{
    width: 500px;
    height: 100%;
    margin-left: 100px;
    padding: 16px 26px 17px;
}
.article-detail .content-box .content-box-right .content-box-right-title{
    font-size: 18px;
    color: rgba(17,17,17,0.5);
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 24px;
}
.article-detail .content-box .content-box-left p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 20px;
}
.article-detail .content-box .content-box-right .news-item{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition: all 1s;
    border-top: 1px solid rgba(112,112,112,0.1);
    padding: 30px 0;
}
.article-detail .content-box .content-box-right .news-item:last-child {
    border-bottom: 1px solid rgba(112,112,112,0.1);
}
.article-detail .content-box .content-box-right .news-item .image-box {
    position: relative;
    width: 140px;
    height: 80px;
    overflow: hidden;
}
.article-detail .content-box .content-box-right .news-item .image-box .image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.article-detail .content-box .content-box-right .news-item:hover .image-box .image{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.article-detail .content-box .content-box-right .news-item .image-box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.article-detail .content-box .content-box-right .news-item .text-box {
    margin: 0px 0px 0 17px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}
.article-detail .content-box .content-box-right .news-item .text-box .title {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    display: -webkit-box;
    max-height: 56px;
    overflow: hidden;
    line-height: 28px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.article-detail .content-box .content-box-right .news-item:hover .text-box .title {
    color: #e60012;
}
.article-detail .content-box .content-box-right .news-item .text-box .description {
    color: #545454;
    font-weight: 300;
    display: -webkit-box;
    max-height: 48px;
    overflow: hidden;
    line-height: 24px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    margin-top: 8px;
}
.list-toggle-full div {
    margin-bottom: 14px;
}
.list-toggle-full a {
    -webkit-transition: color ease-out 0.4s;
    transition: color ease-out 0.4s;
    display: inline-block;
    font-size: 14px;
    color: #111;
    line-height: 1.6;
    letter-spacing: 1px;
}
.list-toggle-full div a:hover {
    color: #e60012;
}
@media (max-width: 1024px){
    .article-detail .content-box{
        display: block;
    }
    .article-detail .content-box .content-box-left{
        display: block;
    }
    .article-detail .content-box .content-box-right{
        width: 100%;
        margin: 0;
        padding: 0;
        margin-top: 40px;
    }
    .show-sm{
        display: block!important;
    }
    .show-md{
        display: none!important;
    }
}
.show-sm{
    display: none
}
.show-md{
    display: block
}
.case-banner{
    font-size: 0;
    text-align: center;
}
.case-banner img{
    margin: 0 auto;
    height: 100vh
}
.case-details-left {
  width: 66%;
  display: inline-block;
  float: left;
}
.case-details-right {
  width: 34%;
  padding-left: 9%;
  display: inline-block;
  float: left;
}
.case .caption .title {
  font-size: 34px;
  color: #202020;
  letter-spacing: 1px;
  margin-bottom: 18px;
}
.case .caption .descript {
  display: inline-block;
  font-size: 14px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: 18px;
  position: relative;
  padding-bottom: 6px;
  margin-top: 10px;
}
.case-content {
  margin-top: 30px;
}
.case-content .case-list p {
  position: relative;
  width: 38%;
  font-size: 14px;
  color: rgba(17, 17, 17, 0.5);
  line-height: 1.5;
  letter-spacing: 1px;
  padding-left: 90px;
  padding-right: 30px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
.case-content .case-list span {
  width: 90px;
  position: absolute;
  left: 0;
  top: 0;
}
.case-content .case-list strong {
  font-weight: 400;
  color: rgba(17, 17, 17, 0.8);
}
.case-details .case-descript {
  margin-top: 40px;
  color: rgba(17, 17, 17, 0.8);
  text-align: justify;
  letter-spacing: 1px;
}
.case-details .case-descript p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .case .caption .title {
    font-size: 24px;
  }
  .case-banner img{
        margin: 0 auto;
        height: 100%
    }
}
@media (max-width: 1100px) {
  .case-details-left {
    width: 100%;
  }
  .case-details-right {
    width: 100%;
  }
  .case-details-right {
    padding-left: 0;
    margin-top: 65px;
  }
}
@media (max-width: 1366px) {
  .case-content .case-list p {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .case-content .case-list p {
    width: 100%;
  }
  .case .caption .title {
    font-size: 22px;
  }
}














.new-footer{
  transition: all 1s;
} 
.new-footer a:hover{
  color: #fff;
}
.new-footer-breadcrumbs{
    margin: 0 auto;
    font-size: 12px;
    color: #f9f9f9;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 12px;
}
.new-footer .new-footer-main {
    display: flex;
    justify-content: space-between;
    padding:80px 0;
}
.new-footer .new-footer-main .new-footer-left{
  width: 25%;
  transition: all 1s;
}
.new-footer .new-footer-main .new-footer-center{
  width: 50%;
  transition: all 1s;
}

.new-footer .new-footer-main .new-footer-left>img {
    margin-bottom: 30px;
    width: 140px;
    height:33px;
    -o-object-fit: cover;
    object-fit: cover;
}
.new-footer .new-footer-main .new-footer-left .new-footer-addr {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    font-family: PingFangSC-Light,PingFang SC;
}
.new-footer .new-footer-main .new-footer-left .new-footer-code {
    display: flex;
}
.new-footer .new-footer-main .new-footer-left .new-footer-addr>div {
    margin-bottom:10px;
}
.new-footer .new-footer-main .new-footer-left .new-footer-addr>div:last-child {
    margin-bottom: 30px;
}
.new-footer .new-footer-main .new-footer-left .new-footer-code .new-footer-code-item img{
  width: 100px;
  margin-right: 10px;
}
.new-footer .new-footer-main .new-footer-center .new-footer-contactus .new-footer-contactus-item:hover{
    font-weight: 400;
    font-family: PingFangSC-Regular,PingFang SC;
    text-decoration: underline;
}
.new-footer .new-footer-main .new-footer-center .new-footer-contactus .new-footer-contactus-item:hover a{
    color: #fff;
}


.new-footer .new-footer-main .new-footer-center .new-footer-contactus {
    display: flex;
    align-items: center;
    margin-bottom:30px;
}
.new-footer .new-footer-main .new-footer-center .new-footer-contactus .new-footer-contactus-item {
    color: #fff;
    font-size:14px;
    font-weight: 300;
    font-family: PingFangSC-Light,PingFang SC;
}
.new-footer .new-footer-main .new-footer-center .new-footer-contactus .new-footer-contactus-split {
    margin:0 20px;
    width: 4px;
    height:4px;
    background: #fff;
    opacity: .5;
}
.new-footer .new-footer-main .new-footer-center .new-footer-links .new-footer-links-title {
    margin-bottom:20px;
    color: #ffffff99;
    font-size: 14px;
    font-weight: 300;
    font-family: PingFangSC-Light,PingFang SC;
}
.new-footer .new-footer-main .new-footer-center .new-footer-links .new-footer-links-detail {
    display: flex;
}
.new-footer .new-footer-main .new-footer-center .new-footer-links .new-footer-links-detail .new-footer-links-item {
    position: relative;
    margin-bottom:10px;
    color: #fff;
    font-size:14px;
    font-weight: 300;
    font-family: PingFangSC-Light,PingFang SC;
}
.new-footer .new-footer-main .new-footer-center .new-footer-links .new-footer-links-detail .new-footer-links-item .links-item-name{
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 10px;
}
.new-footer .new-footer-main .new-footer-center .new-footer-links .new-footer-links-detail .new-footer-links-item .links-item-name:hover{
    font-weight: 400;
    font-family: PingFangSC-Regular,PingFang SC;
    text-decoration: underline;
}
.new-footer .new-footer-main .new-footer-right .new-footer-support {
    margin-bottom: 30px;
}
.new-footer .new-footer-main .new-footer-right .new-footer-support .new-footer-support-header {
    display: flex;
    align-items: center;
    margin-bottom:10px;
}
.new-footer .new-footer-main .new-footer-right .new-footer-support .new-footer-support-title {
    margin-right: 10px;
    color: #ffffff99;
    font-size: 14px;
    font-weight: 300;
    font-family: PingFangSC-Light,PingFang SC;
}
.new-footer .new-footer-main .new-footer-right .new-footer-support .new-footer-support-item {
    color: #fff;
    font-size:35px;
    font-family: Roboto-Medium,Roboto;
}
.new-footer .new-footer-main .new-footer-right .new-footer-support .new-footer-support-content {
    display: flex;
}
.new-footer .new-footer-main .new-footer-right .new-footer-support .new-footer-support-content div {
    margin-right: 20px;
    color: #ffffff99;
    font-size:14px;
    font-weight: 300;
    font-family: PingFangSC-Light,PingFang SC;
}
.new-footer .new-footer-copyright {
    margin: 0 auto;
    padding: 20px 0;
    font-size: 12px;
}
.new-footer .new-footer-copyright>:nth-child(1) {
    text-align: center;
    color: #ffffff99;
    font-size:12px;
    font-weight: 300;
    font-family: PingFangSC-Light,PingFang SC;
}
.new-footer .new-footer-copyright>:nth-child(1) a {
    color: #ffffff99;
}
.new-footer .new-footer-copyright>:nth-child(2) {
    text-align: center;
}
.new-footer .new-footer-copyright>:nth-child(2) a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.new-footer .new-footer-copyright>:nth-child(2) img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
.new-footer .new-footer-copyright>:nth-child(2) span {
    color: #ffffff99;
    font-size:12px;
    font-weight: 300;
    font-family: PingFangSC-Light,PingFang SC;
}
@media (max-width: 1024px) {
    .new-footer .new-footer-main {
        display: block;
        justify-content: space-between;
        padding:30px 0;
  }
  .new-footer .new-footer-main .new-footer-left{
        width: 100%;
        margin-bottom: 20px;
  }
  .new-footer .new-footer-main .new-footer-center{
        width: 100%;
  }
  .new-footer .new-footer-main .new-footer-center .new-footer-contactus{
        display: inline-block;
        width: 100%;
  }
  .new-footer .new-footer-main .new-footer-center .new-footer-contactus .new-footer-contactus-item {
        display: flex;
        float: left;
        width: 50%;
        margin-bottom: 10px;
  }
  .new-footer .new-footer-main .new-footer-center .new-footer-contactus .new-footer-contactus-split {
        display: none;
  }
}




.ny-nav {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    position: relative;
    z-index: 1;
    background: #f6f8fb;
}
.ny-nav .ny-nav-wrap {
    max-width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.ny-nav .ny-nav-wrap a {
    display: inline-block;
    margin-right: 60px;
    padding: 20px 0;
    font-size: 14px;
    position: relative;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
}
.ny-nav .ny-nav-wrap a.active:before {
    content: '';
    width: 20px;
    height: 2px;
    background: #e60012;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    margin-left: -10px;
}
.ny-nav .ny-nav-wrap a.active, .ny-nav .ny-nav-wrap a:hover{
    color: #e60012;
}
@media (max-width: 1024px){
   .ny-nav .ny-nav-wrap a {
        margin-right: 30px;
        padding: 15px 0;
    }
}

/*************************************栏目菜单结束********************************************/



.case-detail-main{
    background-color: #fafafa;
    padding-bottom: 70px;
}
.details-banner{
    min-height: 720px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.details-banner:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    opacity: .5;
    min-height: 720px;
    background: #000000;
}
.case-detail{
    margin-top: -432px;
    position: relative;
}
.container-title-content{
    padding-bottom: 70px;
}
.case-detail .case-details-title{
    color: #fff;
    font-family: HYQiHei-FES;
    font-size: 56px;
    letter-spacing: 2px;
    text-align: left;
    line-height: 78px;
}
.case-detail .case-details-time{
    margin-top: 20px;
    color: #fff;
}
.case-detail .case-detail-wrapper{
    background-color: #fff;
    padding: 68px 200px 96px;
}
.case-detail .case-detail-wrapper p{
    margin-bottom: 30px;
    line-height: 36px;
}
@media (max-width: 1024px){
    .case-detail .case-details-title{
        font-size: 38px;
    }
    .case-detail .case-detail-wrapper{
        background-color: #fff;
        padding: 30px;
    }
    .details-banner{
        min-height: 487px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .details-banner:before {
        content: "";
        top: 0;
        left: 0;
        right: 0;
        position: absolute;
        opacity: .5;
        min-height: 487px;
        background: #000000;
    }
}

.footer-box{
    padding: 48px 0 100px;
    border-top: 1px solid #eaeaea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-box .is-outlined-primary{
    background-color: rgba(0,0,0,0);
    border-color: #bfbfbf;
    color: #000;
}
.footer-box .next-page{
    margin-left: 36px;
}
.footer-box .button-box{
    margin: 0px auto;
}
.footer-box .button-box .is-outlined-primary:hover {
    background-color: #e60012;
    border-color: #e60012;
    color: #fff;
}





.list-partner-card .img-box{
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #f9f9f9;
}
.list-partner-card .img-box .image {
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.list-partner-card .img-box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.list-partner-card .list-card{
    margin: 0px 15px;
    display: block;
}
.list-partner-card .text-box{
    padding: 10px 0;
}
.list-partner-card .text-box .title{
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: center;
    font-weight: 200;
}
.list-partner-card .list-card:hover .img-box .image img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 1024px){
    .list-partner-card li{
        width: 25%;
    }
    .list-partner-card .img-box{
        height: 100%;
    }
    .list-partner-card .list-card{
        margin: 0 10px;
    }
}
@media (max-width: 768px) {
    .list-partner-card li{
        width: 25%;
    }
    .list-partner-card .img-box{
        height: 100%;
    }
    .list-partner-card .list-card{
        margin: 0 10px;
    }
}
/*****************************åˆä½œä¼™ä¼´end*********************************/




.list-solution-card .list-card{
    margin: 0 15px;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 614px;
    overflow: hidden;
    color: #fff;
    margin-bottom: 30px;
}

.list-solution-card .list-card .background-image{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}
.list-solution-card .list-card .background-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.list-solution-card .list-card .mask{
    left: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(16,30,55,.5)),to(#0b1b39));
    background: -o-linear-gradient(top,rgba(16,30,55,.5) 0,#0b1b39 100%);
    background: linear-gradient(180deg,rgba(16,30,55,.5),#0b1b39);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.list-solution-card .list-card .top-progress-back{
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 4px;
    background: #333e5c;
    left: 0;
}
.list-solution-card .list-card .top-progress{
    position: absolute;
    top: 0;
    z-index: 1;
    width: 0;
    height: 4px;
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    background: #d42d26;
    left: 0;
}
.list-solution-card .list-card .description{
    position: relative;
    z-index: 1;
    width: 75%;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.list-solution-card .list-card .title-mask{
    left: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(#264684));
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,#264684 100%);
    background: linear-gradient(180deg,rgba(0,0,0,0),#264684);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    position: absolute;
    top: 0;
    width: 100%;
    height: 232px;
    opacity: .6;
}
.list-solution-card .list-card .title{
    position: relative;
    z-index: 1;
    width: 85%;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    margin: 60px 0 36px;
}
.list-solution-card .list-card .link-button{
    -webkit-transform: translateY(96px);
    -ms-transform: translateY(96px);
    transform: translateY(96px);
    left: 0;
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 96px;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 17px 38px;
    background-color: #e60012;
    border-color: #e60012;
    color: #fff;
    opacity: 0;
    font-size: 18px;
}
.list-solution-card .list-card:hover .mask,.list-solution-card .list-card:hover .description{
    visibility: visible;
    opacity: 1;
}
.list-solution-card .list-card:hover .top-progress{
    width: 100%;
}
.list-solution-card .list-card:hover .link-button{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
}
.list-solution-card .list-card .link-button:hover {
    background-color: #eb3341;
    border-color: #eb3341;
    color: #fff;
}
.slider-case{
    overflow: hidden;
}

@media (max-width: 1024px) {
    .list-solution-card .list-card{
        margin: 0 10px;
        margin-bottom: 20px;
        min-height: 351px;
    }

}








.product-details .product-item .image-box{
    width: 50%;
    display: inline-block;
    float: left;
}
.product-details .product-item .text-box{
    width: 40%;
    display: inline-block;
    font-size: 14px;
    float: right;
    background-color: #fafafa;
}
.product-details .product-item .text-box .title{
    font-size: 40px;
    font-weight: 700;
}
.product-details .product-item .text-box .description{
    margin-top: 30px;
    font-size: 16px;
}
@media (max-width: 1024px) {
    .product-details .product-item .image-box{
        width: 100%;
        display: inline-block;
        float: none;
    }
    .product-details .product-item .text-box{
        width: 100%;
        display: inline-block;
        font-size: 14px;
        float: none;
        margin-top: 50px;
    }
    .product-details .product-item .text-box .title{
        font-size: 20px;
    }
    .product-details .product-item .text-box .description{
        margin-top: 20px;
    }
}









.product-tabs-wrap .heading .tabs {
    overflow: hidden;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.product-tabs-wrap .heading .tabs:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 1px;
    background-color: #EDEDED;
    z-index: 2;
}

.product-tabs-wrap .heading .tabs:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #EDEDED;
    z-index: 2;
}

.product-tabs-wrap .heading .tabs a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.product-tabs-wrap .heading .tabs ul li {
    display: table-cell;
    white-space: nowrap;
    font-size: 18px;
    text-align: center;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    position: relative;
    padding: 21px 25px;
    font-weight: 700;
}

.product-tabs-wrap .heading .tabs ul li.active {
    border-bottom-color: #e60012;
    color: #e60012;
}

.product-tabs-wrap .heading .cont {
    display: none;
}
.product-tabs-wrap .heading .cont p{
    margin-bottom: 20px;
}
.product-tabs-wrap .heading .cont.active {
    display: block;
}


.swiper-pagination-bullet-active{
    background-color: #e60012!important;
}


.page-bannerr .title {
  position: relative;
  height: 214px;
  top: 50%;
  margin-top: -107px;
  left: 8%;
}
.page-banner .title h3 {
  font-size: 48px;
  line-height: 48px;
  height: 48px;
  position: relative;
  font-weight: bold;
  color: #0e1c5d;
  margin-bottom: 17px;
}
.page-banner .active h3 span {
  transform: translateY(0);
  opacity: 1;
}
.page-banner .active h3:after {
  width: 217px;
  opacity: 1;
}
.page-banner .title .color-f {
  color: #fff;
}
.page-banner .title h4 {
  color: #0e1c5d;
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  transform: translateY(40px);
  opacity: 0;
  transition: all .4s linear 1s;
  -webkit-transition: all .4s linear 1s;
}
.page-banner .active h4 {
  transform: translateY(0);
  opacity: 1;
}
.page-banner .title .ico i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/ico_16.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
  animation: downico 1.5s ease-out infinite;
}
.page-banner .title .ico {
  display: block;
  margin-top: 80px;
  box-sizing: border-box;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
  transform: translateY(40px);
  opacity: 0;
  transition: all .4s linear 1.4s;
  -webkit-transition: all .4s linear 1.4s;
}
.page-banner .active .ico {
  transform: translateY(0);
  opacity: 1;
}
@keyframes downico {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: 50%;
    opacity: 0;
  }
  65% {
    top: -50%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.page-banner {
  position: relative;
  height: 430px;
  color: #fff;
}
.page-banner .banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f5f7f7;
  z-index: 0;
}

.page-banner .banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f5f7f7;
  z-index: 0;
}
.page-banner .slogin {
  position: absolute;
  left: 0;
  top: 50%;
  max-width: 490px;
  transform: translateY(-50%);
}
.page-banner .layout {
  position: relative;
  height: 100%;
  z-index: 2;
}
@media (max-width: 640px) {
  .page-banner .title h3 {
    font-size: 32px;
    height: 34px;
  }
  .page-banner .title h4 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none!important;
  }
}



.pagination{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0;
}
.pagination .pagination-btn{
    padding: 10px 15px;
    border: 1px solid #eaeaea;
    cursor: pointer;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0px 5px;
}
.pagination .pagination-btn.active-btn{
    background-color: #e60012;
    color: #fff;
    hidden

}
@media (max-width: 1024px){
    .sm-hidden{
        display: none !important;
    }
}





input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-results-button,input[type="search"]::-webkit-search-results-decoration{display:none}
.cd-main-content,.cd-main-header{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);will-change:transform}
.cd-main-content,.cd-main-header{position:relative;-webkit-transition:-webkit-transform 0.3s;-moz-transition:-moz-transform 0.3s;transition:transform 0.3s}
@media only screen and (max-width:1169px){.cd-main-content.nav-is-visible,.cd-main-header.nav-is-visible{-webkit-transform:translateX(-260px);-moz-transform:translateX(-260px);-ms-transform:translateX(-260px);-o-transform:translateX(-260px);transform:translateX(-260px)}
.nav-on-left .cd-main-content.nav-is-visible,.nav-on-left .cd-main-header.nav-is-visible{-webkit-transform:translateX(260px);-moz-transform:translateX(260px);-ms-transform:translateX(260px);-o-transform:translateX(260px);transform:translateX(260px)}
}.cd-main-header{height:80px;background:#ffffff;z-index:3;border-bottom:1px solid #e2e3df}
.nav-is-fixed .cd-main-header{position:fixed;top:0;left:0;width:100%}
@media only screen and (min-width:1170px){.cd-main-header{height:80px}
.cd-main-header::after{clear:both;content:"";display:table}
}.cd-logo{position:absolute;top:12px;left:5%}
.cd-logo img{display:block}
@media only screen and (max-width:1169px){.nav-on-left .cd-logo{left:auto;right:5%}
}@media only screen and (min-width:1170px){.cd-logo{top:15px;left:4em;width:200px}
}.cd-header-buttons{position:absolute;display:inline-block;top:15px;right:5%}
.cd-header-buttons li{display:inline-block}
@media only screen and (max-width:1169px){.nav-on-left .cd-header-buttons{right:auto;left:5%}
.nav-on-left .cd-header-buttons li{float:right}
}@media only screen and (min-width:1170px){.cd-header-buttons{top:18px;right:4em}
}.cd-search-trigger,.cd-nav-trigger{position:relative;display:block;width:44px;height:44px;overflow:hidden;white-space:nowrap;color:transparent;z-index:3}
.cd-search-trigger::before,.cd-search-trigger::after{content:'';position:absolute;-webkit-transition:opacity 0.3s;-moz-transition:opacity 0.3s;transition:opacity 0.3s;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}
.cd-search-trigger::before{top:11px;left:11px;width:18px;height:18px;border-radius:50%;border:3px solid #2e3233}
.cd-search-trigger::after{height:3px;width:8px;background:#2e3233;bottom:14px;right:11px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.cd-search-trigger span{position:absolute;height:100%;width:100%;top:0;left:0}
.cd-search-trigger span::before,.cd-search-trigger span::after{content:'';position:absolute;display:inline-block;height:3px;width:22px;top:50%;margin-top:-2px;left:50%;margin-left:-11px;background:#2e3233;opacity:0;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:opacity 0.3s,-webkit-transform 0.3s;-moz-transition:opacity 0.3s,-moz-transform 0.3s;transition:opacity 0.3s,transform 0.3s}
.cd-search-trigger span::before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.cd-search-trigger span::after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.cd-search-trigger.search-is-visible::before,.cd-search-trigger.search-is-visible::after{opacity:0}
.cd-search-trigger.search-is-visible span::before,.cd-search-trigger.search-is-visible span::after{opacity:1}
.cd-search-trigger.search-is-visible span::before{-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}
.cd-search-trigger.search-is-visible span::after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.cd-nav-trigger span,.cd-nav-trigger span::before,.cd-nav-trigger span::after{position:absolute;display:inline-block;height:3px;width:24px;background:#2e3233}
.cd-nav-trigger span{position:absolute;top:50%;right:10px;margin-top:-2px;-webkit-transition:background 0.3s 0.3s;-moz-transition:background 0.3s 0.3s;transition:background 0.3s 0.3s}
.cd-nav-trigger span::before,.cd-nav-trigger span::after{content:'';right:0;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-origin:0% 50%;-moz-transform-origin:0% 50%;-ms-transform-origin:0% 50%;-o-transform-origin:0% 50%;transform-origin:0% 50%;-webkit-transition:-webkit-transform 0.3s 0.3s;-moz-transition:-moz-transform 0.3s 0.3s;transition:transform 0.3s 0.3s}
.cd-nav-trigger span::before{top:-6px}
.cd-nav-trigger span::after{top:6px}
.cd-nav-trigger.nav-is-visible span{background:rgba(46,50,51,0)}
.cd-nav-trigger.nav-is-visible span::before,.cd-nav-trigger.nav-is-visible span::after{background:#2e3233}
.cd-nav-trigger.nav-is-visible span::before{-webkit-transform:translateX(4px) translateY(-3px) rotate(45deg);-moz-transform:translateX(4px) translateY(-3px) rotate(45deg);-ms-transform:translateX(4px) translateY(-3px) rotate(45deg);-o-transform:translateX(4px) translateY(-3px) rotate(45deg);transform:translateX(4px) translateY(-3px) rotate(45deg)}
.cd-nav-trigger.nav-is-visible span::after{-webkit-transform:translateX(4px) translateY(2px) rotate(-45deg);-moz-transform:translateX(4px) translateY(2px) rotate(-45deg);-ms-transform:translateX(4px) translateY(2px) rotate(-45deg);-o-transform:translateX(4px) translateY(2px) rotate(-45deg);transform:translateX(4px) translateY(2px) rotate(-45deg)}
@media only screen and (min-width:1170px){.cd-nav-trigger{display:none}
}.cd-primary-nav,.cd-primary-nav ul{position:fixed;top:0;right:0;height:100%;width:260px;background:#2e3233;overflow:auto;z-index:999}
.cd-primary-nav a,.cd-primary-nav ul a{display:block;padding:20px;color:#ffffff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #3a3f40;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);will-change:transform,opacity;-webkit-transition:-webkit-transform 0.3s,opacity 0.3s;-moz-transition:-moz-transform 0.3s,opacity 0.3s;transition:transform 0.3s,opacity 0.3s}
.cd-primary-nav.is-hidden,.cd-primary-nav ul.is-hidden{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}
.cd-primary-nav.moves-out > li > a,.cd-primary-nav ul.moves-out > li > a{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%);opacity:0}
@media only screen and (max-width:1169px){.nav-on-left .cd-primary-nav,.nav-on-left .cd-primary-nav ul{right:auto;left:0}
}.cd-primary-nav .see-all a{color:rgba(0,0,0,.85)}
.cd-primary-nav .cd-nav-gallery .cd-nav-item h3,.cd-primary-nav .cd-nav-icons .cd-nav-item h3{overflow:hidden;text-overflow:ellipsis}
.cd-primary-nav .cd-nav-gallery .cd-nav-item{padding-left:90px}
.cd-primary-nav .cd-nav-gallery .cd-nav-item img{position:absolute;display:block;height:40px;width:auto;left:20px;top:50%;margin-top:-20px}
.cd-primary-nav .cd-nav-icons .cd-nav-item p{color:#2e3233;font-size:14px;display:none}
@media only screen and (max-width:1169px){.cd-primary-nav{visibility:hidden;-webkit-transition:visibility 0s 0.3s;-moz-transition:visibility 0s 0.3s;transition:visibility 0s 0.3s}
.cd-primary-nav.nav-is-visible{visibility:visible;-webkit-transition:visibility 0s 0s;-moz-transition:visibility 0s 0s;transition:visibility 0s 0s}
}@media only screen and (min-width:1170px){.cd-primary-nav{position:static;padding:0 150px 0 0;height:auto;width:auto;float:right;overflow:visible;background:transparent}
.cd-primary-nav::after{clear:both;content:"";display:table}
.cd-primary-nav.moves-out > li > a{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);opacity:1}
.cd-primary-nav ul{position:static;height:auto;width:auto;background:transparent;overflow:visible;z-index:3}
.cd-primary-nav ul.is-hidden{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}
.cd-primary-nav ul.moves-out > li > a{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);opacity:1}
.cd-primary-nav > li{float:left;margin-left:3em}
.cd-primary-nav > li > a{position:relative;display:inline-block;height:80px;line-height:80px;padding:0 10px;color:rgba(0,0,0,.85);overflow:visible;border-bottom:none;-webkit-transition:color 0.3s,box-shadow 0.3s;-moz-transition:color 0.3s,box-shadow 0.3s;transition:color 0.3s,box-shadow 0.3s;text-decoration:none}
.cd-primary-nav > li > a:hover{color:rgba(0,0,0,.85)}
.cd-primary-nav > li > a.selected{color:rgba(0,0,0,.85);box-shadow:inset 0 -2px 0 #000}
.cd-primary-nav .go-back,.cd-primary-nav .see-all{display:none}
.cd-primary-nav .cd-secondary-nav,.cd-primary-nav .cd-nav-gallery,.cd-primary-nav .cd-nav-icons{position:absolute;top:80px;width:100vw;background:#ffffff;padding:48px 64px 130px;box-shadow:inset 0 0px 0 #e2e3df,0 3px 6px rgba(0,0,0,0.05);-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);-webkit-transition:opacity .3s 0s,visibility 0s 0s;-moz-transition:opacity .3s 0s,visibility 0s 0s;transition:opacity .3s 0s,visibility 0s 0s}
.cd-primary-nav .cd-secondary-nav::after,.cd-primary-nav .cd-nav-gallery::after,.cd-primary-nav .cd-nav-icons::after{clear:both;content:"";display:table}
.cd-primary-nav .cd-secondary-nav.is-hidden,.cd-primary-nav .cd-nav-gallery.is-hidden,.cd-primary-nav .cd-nav-icons.is-hidden{opacity:0;visibility:hidden;-webkit-transition:opacity .3s 0s,visibility 0s .3s;-moz-transition:opacity .3s 0s,visibility 0s .3s;transition:opacity .3s 0s,visibility 0s .3s}
.cd-primary-nav .cd-secondary-nav > .see-all,.cd-primary-nav .cd-nav-gallery > .see-all,.cd-primary-nav .cd-nav-icons > .see-all{display:block;position:absolute;left:0;bottom:0;height:80px;width:100%;overflow:hidden;margin:0;padding:0}
.cd-primary-nav .cd-secondary-nav > .see-all a,.cd-primary-nav .cd-nav-gallery > .see-all a,.cd-primary-nav .cd-nav-icons > .see-all a{position:absolute;width:100%;height:100%;top:0;left:0;font-size:22px;font-weight:bold;text-align:center;line-height:80px;border-top:1px solid #e2e3df;border-bottom:none;margin:0;padding:0;-webkit-transition:color 0.2s,background 0.2s,border 0.2s;-moz-transition:color 0.2s,background 0.2s,border 0.2s;transition:color 0.2s,background 0.2s,border 0.2s}
.cd-primary-nav .cd-secondary-nav > .see-all a:hover,.cd-primary-nav .cd-nav-gallery > .see-all a:hover,.cd-primary-nav .cd-nav-icons > .see-all a:hover{background:rgba(0,0,0,.85);border-color:rgba(0,0,0,.85);color:#ffffff}
.cd-primary-nav .cd-secondary-nav > li{height:340px;width:23%;float:left;margin-right:2.66%;border-right:1px solid #e2e3df;overflow:hidden;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;margin-bottom:30px}
.cd-primary-nav .cd-secondary-nav > li:nth-child(4n+2){margin-right:0;border-right:none}
.cd-primary-nav .cd-secondary-nav > li > a{color:rgba(0,0,0,.85);font-weight:bold;font-size:16px;margin-bottom:.6em}
.cd-primary-nav .cd-secondary-nav a{height:44px;line-height:44px;padding:0 18% 0 0;color:rgba(0,0,0,.85);border-bottom:none;font-size:14px;text-decoration:none}
.cd-primary-nav .cd-secondary-nav ul{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}
.cd-primary-nav .cd-secondary-nav ul ul{position:absolute;top:0;left:0;height:100%;width:100%}
.cd-primary-nav .cd-secondary-nav ul ul.is-hidden{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}
.cd-primary-nav .cd-secondary-nav ul ul .go-back{display:block}
.cd-primary-nav .cd-secondary-nav ul ul .go-back a{color:transparent}
.cd-primary-nav .cd-secondary-nav ul ul .see-all{display:block}
.cd-primary-nav .cd-secondary-nav .moves-out > li > a{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}
.cd-primary-nav .cd-nav-gallery li{width:10%;float:left;margin:0 4% 40px 0}
.cd-primary-nav .cd-nav-gallery li:nth-child(7n+2){margin-right:0}
.cd-primary-nav .cd-nav-gallery .cd-nav-item{border-bottom:none;padding:0;height:auto;line-height:1.2}
.cd-primary-nav .cd-nav-gallery .cd-nav-item img{position:static;margin-top:0;height:auto;width:100%;margin-bottom:.6em}
.cd-primary-nav .cd-nav-gallery .cd-nav-item h3{color:rgba(0,0,0,.85);font-weight:bold;padding:0 .4em;text-align:center}
.cd-primary-nav .cd-nav-icons li{width:32%;float:left;margin:0 2% 20px 0}
.cd-primary-nav .cd-nav-icons li:nth-child(3n+2){margin-right:0}
.cd-primary-nav .cd-nav-icons .cd-nav-item{border-bottom:none}
.cd-primary-nav .cd-nav-icons .cd-nav-item .figure-block{float:left;width:64px;height:64px;margin-right:20px}
.cd-primary-nav .cd-nav-icons .cd-nav-item .figure-block-right{float:left}
.cd-primary-nav .cd-nav-icons .cd-nav-item:hover{background:rgba(0,0,0,.04)}
.cd-primary-nav .cd-nav-icons .cd-nav-item h3{color:rgba(0,0,0,.85);font-weight:bold}
.cd-primary-nav .cd-nav-icons .cd-nav-item p{display:block;margin-top:10px}
.cd-primary-nav .cd-nav-icons .cd-nav-item::before{left:25px}
}.has-children > a,.go-back a{position:relative}
.has-children > a::before,.has-children > a::after,.go-back a::before,.go-back a::after{content:'';position:absolute;top:50%;margin-top:-1px;display:inline-block;height:2px;width:10px;background:#464c4e;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.has-children > a::before,.go-back a::before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.has-children > a::after,.go-back a::after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
@media only screen and (min-width:1170px){.has-children > a::before,.has-children > a::after,.go-back a::before,.go-back a::after{background:rgba(0,0,0,.85)}
.has-children > a:hover::before,.has-children > a:hover::after,.go-back a:hover::before,.go-back a:hover::after{background:rgba(0,0,0,.85)}
}.has-children > a{padding-right:40px}
.has-children > a::before,.has-children > a::after{right:20px;-webkit-transform-origin:9px 50%;-moz-transform-origin:9px 50%;-ms-transform-origin:9px 50%;-o-transform-origin:9px 50%;transform-origin:9px 50%}
.cd-primary-nav .go-back a{padding-left:40px}
.cd-primary-nav .go-back a::before,.cd-primary-nav .go-back a::after{left:20px;-webkit-transform-origin:1px 50%;-moz-transform-origin:1px 50%;-ms-transform-origin:1px 50%;-o-transform-origin:1px 50%;transform-origin:1px 50%}
@media only screen and (min-width:1170px){.has-children > a::before,.has-children > a::after{right:15%}
.cd-primary-nav > .has-children > a{padding-right:30px !important}
.cd-primary-nav > .has-children > a::before,.cd-primary-nav > .has-children > a::after{width:9px;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;background:#c9cbc4;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:width 0.3s,-webkit-transform 0.3s;-moz-transition:width 0.3s,-moz-transform 0.3s;transition:width 0.3s,transform 0.3s;font-size:14px}
.cd-primary-nav > .has-children > a::before{right:12px}
.cd-primary-nav > .has-children > a::after{right:7px}
.cd-primary-nav > .has-children > a.selected::before,.cd-primary-nav > .has-children > a.selected::after{width:14px}
.cd-primary-nav > .has-children > a.selected::before{-webkit-transform:translateX(5px) rotate(-45deg);-moz-transform:translateX(5px) rotate(-45deg);-ms-transform:translateX(5px) rotate(-45deg);-o-transform:translateX(5px) rotate(-45deg);transform:translateX(5px) rotate(-45deg)}
.cd-primary-nav > .has-children > a.selected::after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.cd-secondary-nav > .has-children > a::before,.cd-secondary-nav > .has-children > a::after{display:none}
.cd-primary-nav .go-back a{padding-left:20px}
.cd-primary-nav .go-back a::before,.cd-primary-nav .go-back a::after{left:1px}
}.cd-search{position:absolute;height:50px;width:100%;top:50px;left:0;z-index:3;opacity:0;visibility:hidden;-webkit-transition:opacity .3s 0s,visibility 0s .3s;-moz-transition:opacity .3s 0s,visibility 0s .3s;transition:opacity .3s 0s,visibility 0s .3s}
.cd-search form{height:100%;width:100%}
.cd-search input{border-radius:0;border:none;background:#ffffff;height:100%;width:100%;padding:0 5%;box-shadow:inset 0 0px 0 #e2e3df,0 3px 6px rgba(0,0,0,0.05);-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none}
.cd-search input::-webkit-input-placeholder{color:#c9cbc4}
.cd-search input::-moz-placeholder{color:#c9cbc4}
.cd-search input:-moz-placeholder{color:#c9cbc4}
.cd-search input:-ms-input-placeholder{color:#c9cbc4}
.cd-search input:focus{outline:none}
.cd-search.is-visible{opacity:1;visibility:visible;-webkit-transition:opacity .3s 0s,visibility 0s 0s;-moz-transition:opacity .3s 0s,visibility 0s 0s;transition:opacity .3s 0s,visibility 0s 0s}
.nav-is-fixed .cd-search{position:fixed}
@media only screen and (min-width:1170px){.cd-search{height:120px;top:80px}
.cd-search input{padding:0 2em;font-size:32px;font-weight:300}
}.cd-overlay{position:fixed;z-index:2;height:100%;width:100%;top:0;left:0;cursor:pointer;background-color:rgba(105,170,111,0.8);visibility:hidden;opacity:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:opacity 0.3s 0s,visibility 0s 0.3s,-webkit-transform 0.3s 0s;-moz-transition:opacity 0.3s 0s,visibility 0s 0.3s,-moz-transform 0.3s 0s;transition:opacity 0.3s 0s,visibility 0s 0.3s,transform 0.3s 0s}
.cd-overlay.is-visible{opacity:1;visibility:visible;-webkit-transition:opacity 0.3s 0s,visibility 0s 0s,-webkit-transform 0.3s 0s;-moz-transition:opacity 0.3s 0s,visibility 0s 0s,-moz-transform 0.3s 0s;transition:opacity 0.3s 0s,visibility 0s 0s,transform 0.3s 0s}
@media only screen and (max-width:1169px){.cd-overlay.is-visible{-webkit-transform:translateX(-260px);-moz-transform:translateX(-260px);-ms-transform:translateX(-260px);-o-transform:translateX(-260px);transform:translateX(-260px)}
.nav-on-left .cd-overlay.is-visible{-webkit-transform:translateX(260px);-moz-transform:translateX(260px);-ms-transform:translateX(260px);-o-transform:translateX(260px);transform:translateX(260px)}
.cd-overlay.is-visible.search-is-visible,.nav-on-left .cd-overlay.is-visible.search-is-visible{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}
}.no-js .cd-primary-nav{position:relative;height:auto;width:100%;overflow:visible;visibility:visible;z-index:2}
.no-js .cd-search{position:relative;top:0;opacity:1;visibility:visible}
@media only screen and (min-width:1170px){.no-js .cd-primary-nav{position:absolute;z-index:3;display:inline-block;width:auto;top:0;right:150px;padding:0}
.no-js .nav-is-fixed .cd-primary-nav{position:fixed}
}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}




/************************************************顶部菜单结束************************************************/



#kf5support-container .float-contact {
    display: none;
    position: fixed;
    right: 72px;
    bottom: 94px;
    padding-right: 8px;
    z-index: 1000;
}
.float-contact .mask {
    content: ' ';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
    z-index: -1;
}
#kf5support-container .float-contact .main {
    background: #fff;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 16%);
    border-radius: 1px;
    padding: 24px;
    width: 335px;
}
#kf5support-container .float-contact .item {
    padding-bottom: 12px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-content: stretch;
    cursor: pointer;
}
#kf5support-container .float-contact .item .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}
#kf5support-container .float-contact .item .title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 28px;
    margin-bottom: 0;
}
#kf5support-container .float-contact .item .content a {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}
#kf5support-container:hover .float-contact {
    display: block;
}
#kf5support-container .stay-btn .icon, #return-top .icon-return {
    width: 26px;
    height: 24px;
    background-image: url(../img/fixed-message.af6e2900.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#return-top .icon-return {
    width: 22px;
    height: 19px;
    background-image: url(../img/fixed-backtop.8f990743.png);
}
#kf5support-container .stay-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 16%);
    font-size: 16px;
    color: #0e57a2;
    line-height: 24px;
    position: fixed;
    right: 24px;
    bottom: 94px;
    width: 50px;
    height: 50px;
    border-radius: 2px;
    cursor: pointer;
    background-color: #fff;
    z-index: 100;
    transition: all .3s;
}
#kf5support-container .float-contact .item:hover .title {
    color: #0e57a2;
}
#kf5support-container .float-contact .item .value {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}
#return-top {
    background: #fff;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 16%);
    border-radius: 1px;
    bottom: 24px;
}
#fixed-code, #return-top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 24px;
    z-index: 100;
    transition: all .3s;
    cursor: pointer;
    opacity: 1;
}

@media (max-width: 1024px) {
  #kf5support-container{
    display: none;
  }
}






.section-search .top {
    background-color: #f9f9f9;
    padding: 50px 0;
}
.section-search .top .title {
    font-size: 40px;
    color: #000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 55px;
}
.section-search .top .search-wrapper {
    background-color: #fff;
    border: 1px solid #eaeaea;
    max-width: 810px;
    margin: 0 auto;
}
.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.form-controls {
    display: block;
    width: 100%;
    height: 66px;
    padding: 0px 20px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    outline: none!important;
    -webkit-appearance: none;
}
.section-search .top .search-wrapper .search-button {
    font-size: 24px;
    height: 66px;
    width: 66px;
    padding: 0 20px;
    background: url(../img/ss.png) no-repeat center;
    border: 0;
}
.section-search .search-result {
    padding: 24px 0 100px;
}
.section-search .search-result .text {
    border-bottom: 1px solid #eaeaea;
    font-size: 20px;
    padding-bottom: 24px;
    color: #000;
    margin-bottom: 30px;
}







.product-container-outer{
    width: 100%;
    overflow: hidden;
    padding-bottom: 1px;
    padding-left: 1px;
}
.product-container-outer .product-container{
    position: relative;
    float: left;
    width: calc(25% - 1px);
    transition: border 0.5s;
    -webkit-transition: border 0.5s;
}
.product-container-outer .product-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    border: 1px solid #cccccc;
    box-sizing: border-box;
}
.product-container-outer .product-container a {
    display: block;
    box-sizing: content-box;
    padding: 30px;
    height: 380px;
}
.product-container-outer .product-container a:before {
    content: '';
    position: absolute;
    width: calc(100% + 2px);
    height: 100%;
    left: -1px;
    top: 0;
    border: 2px solid #e60012;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}
.product-container-outer .product-container .product-name {
    font-size: 24px;
    padding-bottom: 12px;
    font-weight: 700;
}
.product-container-outer .product-container .product-name:after {
    display: inline-block;
    content: '';
    width: 10px;
    height: 16px;
    margin-left: 8px;
    margin-bottom: 1px;
    background: url(../img/btn_go_black.png) no-repeat;
    background-size: contain;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.product-container-outer .product-container:hover .product-name:after {
    margin-left: 12px;
}
.product-container-outer .product-container .product-img-box {
    height: 250px;
    text-align: center;
    margin: 0 auto;
}
.product-container-outer .product-container .product-img-box .product-img {
    position: relative;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
}
.product-container-outer .product-container .product-img-box .product-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    margin-left: 0;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.clear:after {
    display: block;
    content: "";
    clear: both;
}

.product-container-outer .product-container .product-info{
    padding-top: 20px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.product-container-outer .product-container:hover a:before {
    opacity: 1;
}
@media (max-width: 1024px) {
    .product-container-outer .product-container{
        width: calc(33.333% - 1px);
    }
}
@media (max-width: 768px) {
    .product-container-outer .product-container{
        width: calc(100% - 1px);
    }
}



.product-visual-area{
    text-align: center;
}
.product-visual-area .swiper-slide img{
    max-height: 800px;
}
.product-top{
    height: auto;
    padding: 18px 0px;
    background: #fff;
    z-index: 60;
    border-bottom: solid 1px #dfdfdf;
}
.product-top .product-name{
    font-size: 30px;
    letter-spacing: -1px;
    word-break: break-all;
}
.product-detail-describe .product-detail-title{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 60px;
}
.product-detail-describe .product-detail-content p{
    margin-bottom: 30px;
}







.product-detail-describe .product-detail-content table{
    border: 1px solid #dee2e6;
    width: 100%;
    margin-bottom: 20px;
}
.product-detail-describe .product-detail-content table td,.product-detail-describe .product-detail-content table th{
    padding:20px;
    border: 1px solid #dee2e6;
}
.product-detail-describe .product-detail-content table th{
    font-weight: 700;
    text-align: left;
}





@media (max-width: 1024px) {
    .product-detail-describe .product-detail-title{
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 30px;
    }
}








.list-history .box li {
    padding-left: 158px;
    position: relative;
}
.list-history .box li time {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    text-align: right;
    color: #5a5858;
    padding: 12px 0 12px 10px;
    border-radius: 5px;
    font-weight: bold;
}
.list-history .box li time span {
    display: none;
}
.list-history .box li .txt {
    position: relative;
    border-left: 2px solid #eee;
    padding-left: 42px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.list-history .box li .txt i {
    position: absolute;
    content: '';
    left: -2px;
    top: 20px;
    width: 22px;
    height: 2px;
    background: #eee;
}
.list-history .box li .txt i::before {
    position: absolute;
    content: '';
    left: -2px;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background: #5a5858;;
}
.list-history .box li .txt dt {
    width: 15%;
}
.list-history .box li .txt dt img {
    display: block;
    width: 100%;
    border: none;
    max-width: 100%;
    vertical-align: middle;
}

.list-history .box li .txt dd {
    font-size: 16px;
    line-height: 26px;
    width: 81%;
    margin-left: 4%;
    border-bottom: 1px solid #eee;
    padding-top: 1%;
    padding-bottom: 2%;
    color: #5a5858;
}
.list-history .box li .txt dd p{
    margin-bottom: 10px;
}

@media (max-width: 768px){
    .list-history .box li {
        border-left: 2px solid #eee;
        padding-left: 30px;
    }
    .list-history .box li .txt i {
        left: -32px;
        top: -32px;
    }
    .list-history .box li time {
        position: relative;
        display: block;
        margin-bottom: 10px;
        color: #5a5858;;
        padding: 12px 0 12px 10px;
        border-radius: 5px;
        font-weight: bold;
        width: 100%;
        text-align: left;
    }
    .list-history .box li .txt {
        border-left: 0;
        padding-left: 0;
    }
    .list-history .box li .txt dt {
        width: 30%;
    }
    .list-history .box li .txt dd {
        width: 66%;
        font-size: 14px;
    }

}


.product-sliding-module{
    overflow: hidden;
    position: relative;
    padding: 60px  0;
}
.product-sliding-module .product-container .product-name{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.product-sliding-module .product-container{
    text-align: center;
}


.product-sliding-module .product-container .product-img-box {
    height: 250px;
    text-align: center;
    margin: 0 auto;
}
.product-sliding-module .product-container .product-img-box .product-img {
    position: relative;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
}
.product-sliding-module .product-container .product-img-box .product-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    margin-left: 0;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}



.swiper-banner{
    overflow: hidden;
    height: 100vh;
    position: relative;
}
/*.swiper-banner .swiper-slide .bg-container{ 
    position: absolute;
    top: -10%;
    left: 0;
    right: 0;
    bottom: -10%;
    transition-property: none;
}
.swiper-banner .swiper-slide-active .bg-container {
    transition: transform 35s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(-8%);
}*/
.swiper-banner .banner-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f5f7f7;
    z-index: 0;
}
.swiper-banner .swiper-slide .text-container {
    position: absolute;
    top: 50%;
    left: 12vw;
    transform: translate(0,-50%);
}
.swiper-banner .swiper-slide .text-container h3 {
    font-size: 56px;
    letter-spacing: 2.8px;
    font-weight: 700;
    color: #ffffff;
    margin: 35px auto 75px;
}
.swiper-banner .swiper-slide .text-container p {
    font-size: 16px;
    line-height: 28px;
    max-width: 520px;
    word-break: keep-all;
    color: #d2d2d2;
    max-width: 580px;
    word-break: break-all !important;
}
.swiper-banner .swiper-slide .text-container .gu-btn-area{
    overflow: hidden;
    padding-top: 55px;
    font-size: 0;
}
.swiper-banner .swiper-slide .text-container .gu-btn-area .btn1{
    transform: translate(0%,0%);
    transition: transform 800ms cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 500ms;
    border-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 56px;
    border: 1px solid #bcbcbc;
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 0;
    padding: 0 30px;
    color: #222;
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate(0%,0%);
    transition: transform 800ms cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 500ms;
    border-color: #fff;
    background: #fff;
}
.swiper-banner .swiper-slide .text-container .gu-btn-area .btn1:before {
    content: '';
    position: absolute;
    background: #222;
    color: #fff;
    border-color: #222;
    width: 0;
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.swiper-banner .swiper-slide .text-container .gu-btn-area .btn1 .label {
    font-size: 16px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding-right: 28px;
}
.swiper-banner .swiper-slide .text-container .gu-btn-area .btn1 .outlink {
    position: absolute;
    background: url(../img/ico_outlink_black.svg) 50% 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    -webkit-background-size: contain;
    background-size: contain;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.swiper-banner .swiper-slide .text-container .gu-btn-area .btn1:hover:before {
    width: calc(100% + 2px);
}
.swiper-banner .swiper-slide .text-container .gu-btn-area .btn1:hover .outlink {
    background-image: url(../img/ico_outlink_white.svg);
}
.swiper-banner .swiper-slide .text-container .gu-btn-area .btn1:hover {
    color: #fff;
}


@media (max-width: 1024px) {
    .swiper-banner .swiper-slide .text-container {
        left: 36px;
    }
    .swiper-banner .swiper-slide .text-container .gu-btn-area .btn1{
        height: 42px;
        padding: 0 14px;
    }
}

@media (max-width: 768px){
    .swiper-banner .swiper-slide .text-container {
        left: 20px;
        margin-top: 28px;
        max-width: 320px;
    }
    .swiper-banner .swiper-slide .text-container h3 {
        font-size: 36px;
        letter-spacing: 1.8px;
        margin: 20px auto 34px
    }
    .swiper-banner .swiper-slide .text-container p {
        color: #d2d2d2;
        max-width: 275px;
        font-size: 14px;
        line-height: 24px;
    }
    .swiper-banner .swiper-slide .text-container .gu-btn-area{
        overflow: hidden;
        padding-top: 55px;
        font-size: 0;
    }
    .swiper-banner .swiper-slide .text-container .gu-btn-area .btn1 .label {
        padding-right: 26px;
        font-size: 12px;
    }
    .swiper-banner .swiper-slide .text-container .gu-btn-area .btn1 .outlink {
        width: 14px;
        height: 14px;
        right: 16px;
    }
}




.section-about .title{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    max-width: 1274px;
    margin: 0px auto;
}
.section-about .description{
    margin-top: 60px;
    line-height: 30px;
    text-align: center;
}
.section-about .slider-about-imges{
    margin-top: 60px;
    overflow: hidden;
    position: relative;
}
.section-about .slider-about-imges img{
    width: 100%;
}



.section-about .machine-top {
    margin-top: 30px;
}
.section-about .machine-top .img-box{
    height: 94px;
    text-align: center;
    margin: 0 auto;
}
.section-about .machine-top .img-box .img{
    position: relative;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
}
.section-about .machine-top .img-box .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    margin-left: 0;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.section-about .machine-top .text-container .title{
    font-size: 30px;
    text-align: center;
}
.section-about .machine-top .text-container .description{
    margin-top: 10px;
    font-size: 16px;
}
.section-about .machine-top .section-about-item{
    margin: 0px 15px;
}

@media (max-width: 768px){
    .section-about .title{
        font-size: 20px;
    }
    .section-about .description{
        margin-top: 40px;
    }
    .section-about .imges{
        margin-top: 40px;
    }
    .section-about .machine-top .section-about-item {
        margin: 0px 10px;
    }
}






.board-wrap{
    max-width: 1274px;
    margin: 0px auto;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.board-wrap thead th {
    padding: 15px;
    border: 1px solid #ddd;
    font-weight: 700;
    background: #f0f4f7;
}
.board-wrap table{
    width: 100%;
    text-align: center;
    border: 1px solid #ddd;
}
.board-wrap td {
    padding: 15px;
    border: 1px solid #ddd;
}
.board-wrap td .date {
    font-size: 14px;
    color: #666;
}
.board-wrap td .btn-down {
    text-align: center;
    padding: 6px 30px;
    position: relative;
    display: inline-block;
    border: 2px solid #ccc;
    font-size: 14px;
    font-weight: 500;
}
.board-wrap td .btn-down:hover{
    border: 2px solid #e60012;
    color: #e60012;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

@media (max-width: 768px){
    .board-wrap thead th {
        padding: 10px;
    }
    .board-wrap td {
        padding: 10px;
        border: 1px solid #ddd;
    }
}












.wrapper-footer {
    background: #0175c2;
}
.wrapper-footer .footer-global{
    padding: 60px 0px;
}
.footer-global .sitemap>ul {
    display: table;
    width: 100%;
    word-break: break-all!important;
    font-family: NotoSansSC,Roboto,sans-serif!important;
}
.footer-global .sitemap>ul>li {
    display: table-cell;
    padding: 0 5px;
    word-wrap: break-word;
}
.footer-global .sitemap h3 a{
    font-weight: 700;
}
.footer-global .sitemap>ul>li>a {
    display: block;
    font-weight: 500;
    font-size: 16px;
}
.footer-global .sitemap a {
    text-decoration: none;
    color: #fff;
}
.footer-global .sitemap .depth02 {
    margin-top: 24px;
    font-size: 14px;
}
.footer-global .sitemap .depth02 a{
    margin-top: 24px;
    font-size: 14px;
    opacity: 0.6;
}
.footer-global .sitemap .depth02 a:hover{
    opacity: 1;
}
.footer-global .sitemap .depth02 li{
    margin-bottom: 10px;
}
.footer-global .copyright p {
    color: #fff;
    font-size: 12px;
    opacity: .6;
    font-weight: 300;
    padding-top: 20px;
}
.footer-global .menu {
    margin-top: 56px;
}
.footer-global .menu ul li {
    position: relative;
    vertical-align: top;
    padding-right: 40px;
    display: inline-block;
}
.footer-global .menu ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.footer-global .menu ul li:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 20px;
    display: inline-block;
    width: 1px;
    height: 14px;
    margin: 0;
    vertical-align: middle;
    opacity: .2;
    background-color: #fff;
}


@media (max-width: 768px){
    .footer-global .sitemap>ul>li {
        display:inline-block;
        width: 50%;
        padding: 0 5px;
        margin-bottom: 20px;

    }
    .wrapper-footer .footer-global {
        padding: 60px 0px;
    }
    .footer-global .sitemap .depth02 {
        margin-top: 14px;
    }
    .footer-global .menu {
        margin-top: 16px;
    }
    .footer-global .menu ul li {
        padding-right: 20px;
    }
    .footer-global .menu ul li:before {
        right: 5px;
    }
}














.section-product .content-section {
    border-top: 1px solid #e5e5e5;
    padding-top: 140px;
}
.section-product .detail-top {
    margin-bottom: 100px;
}
.section-product .detail-top .picture {
    float: left;
    position: relative;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 63%;
    background-color: #fff;
    overflow: hidden;
}
.section-product .detail-top .picture .swiper-container-horizontal {
    width: 500px;
    margin: 0 auto;
    overflow: hidden;
}
.section-product .detail-top .picture .swiper-slide img {
    display: block;
    width: 100%;
}
.section-product .detail-top .summary {
    float: left;
    width: 368px;
}
.section-product .detail-top .summary .head em {
    font-size: 24px;
    font-weight: 500;
    color: #666;
}
.section-product .detail-top .summary .head h2 {
    margin-top: 11px;
    font-family: Roboto,sans-serif;
    font-size: 48px;
    font-weight: 700;
}
.section-product .detail-top .summary .head .description{
    margin-top: 30px;
}
.section-product .detail-top .summary .btns {
    margin-top: 60px;
}
.section-product .detail-top .summary .btns .btn-white.download {
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
    color: #111;
    background-color: #fff;
    border: 1px solid #000b25;
    height: 60px;
    line-height: 60px;
    font-size:18px;
    text-align: center;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in;
    position: relative;
    overflow: hidden;
}
.section-product .detail-top .summary .btns .btn-white.download:hover{
    background-color: #e60012;
    border: 1px solid #fff;
    color: #fff;
}
.section-product .group-detail .header h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.33em;
    margin-bottom: 30px;
}
.section-product .group-detail table{
    border: 1px solid #dee2e6;
    width: 100%;
    margin-bottom: 20px;
}
.section-product .group-detail table td,.section-product .group-detail table th{
    padding:20px;
    border: 1px solid #dee2e6;
}
.section-product .group-detail .content{
    margin-bottom: 30px;
}
.section-product .group-detail .content p{
    margin-bottom: 10px;
    line-height: 36px;
}
.section-product .group-detail table tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}


@media (max-width: 1024px) {
    .section-product .content-section {
        border-top: 1px solid #e5e5e5;
        padding-top: 60px;
    }
    .section-product .detail-top .picture {
        width: 100%;
    }
    .section-product .detail-top .picture .swiper-container-horizontal {
        width: 100%;
    }
    .section-product .detail-top .summary {
        width: 100%;
    }
    .section-product .detail-top .summary .head h2 {
        margin-top: 11px;
        font-size: 28px;
        font-weight: 700;
    }
    .section-product .detail-top .summary .head .description{
        margin-top: 20px;
    }
    .section-product .detail-top .summary .btns {
        margin-top: 40px;
    }
}










.contact-list li .contact-item{
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 40px;
    background: #fff;
    height: 304px;
    padding:40px;
}
.contact-list li .contact-item .contact-content .title{
    font-size: 20px;
    font-weight: 500;
    color: #333;
    letter-spacing: .6px;
    line-height: 24px;
    margin-bottom: 20px;
}
.contact-list li .contact-item .contact-content .list{
    font-size: 14px;
    letter-spacing: .4px;
    color: #333;
    letter-spacing: .4px;
    line-height: 26px;
    color: #999;
}
.titlepage{
    font-size: 30px;
    font-weight: blod;
}
.share-links{
    margin-top: 30px;
}
.share-links .slick-slide {
    text-align: center;
    display: inline-block;
    margin-right: 20px;
}
.share-links .slick-slide .slick-slide-img{
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    padding: 5px;
    border: 1px solid #f7f7f7;
    background: #F2F2F2;
    width: 120px;
}
.share-links .slick-slide .slick-slide-title{
    font-size: 14px;
}
.message{
    margin: 0 -12px;
}
.message .group {
    width: 50%;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    padding: 0 12px;
    margin-top: 40px;
    position: relative;
    float: left;
}
.message .group .group-control{
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    width: 100%;
    height: 46px;
    background-color: #fff;
    padding: 0 20px;
    margin-top: 10px;
    border: 1px solid #fff;
}
.message .group>img {
    position: absolute;
    top: 34px;
    right: -169px;
}
.message .msg-group{
    width: 100%;
}
.message .group .msg-group-control{
    height: 160px;
    resize: none;
    padding: 20px;
}
.message .group .group-control:focus {
    border: 1px solid #999;
}
@media (max-width: 768px){
    .message .group {
        width: 100%;
    }
    .titlepage{
        font-size: 18px;
        font-weight: blod;
    }
.cert-list li {
  
  flex: 1 1 100%;
}
}
/*****************************联系我们end*********************************/
.cert-list {
  display: flex;
  flex-wrap: wrap; /* 如果条目过多需要换行 */
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 10px; /* 可选：控制间距 */
}
.cert-list li {
  
  flex: 1 1 20%; 
  background: #ffffff;
  padding: 0px;
  border: 1px solid #eee; /* 仅用于演示边界 */
  box-sizing: border-box;
}
@media (max-width: 768px){
   
.cert-list li {
  
  flex: 1 1 100%;
}
}
@media (max-width: 1024px) {
    .cert-list li {
  
  flex: 1 1 40%;
}
}











