@font-face {
    font-family: 'Figtree-Regular';
    src: url('../fonts/Figtree-Regular.ttf');
}
body {
    line-height: 1.6;
    font-size: 16px;
    font-weight: 200;
    visibility: visible;
    font-family:'Figtree-Regular',arial,sans-serif;
    color: #000;
  }
  
p{
    margin-bottom: 10px;
}
ul,li{
    list-style: none;
}
ul{
    padding-left: 0px;
}
a{
    text-decoration: none !important;
}
.pc{
    display: block;
}@media(max-width:992px){
    .pc{
        display: none;
    }
}






.top{
    height: 50px;
    background: #000;
}
.top .top-nr{
    color: #ccc;
    font-size: 14px;
    line-height: 50px;
}
.top .top-nr a{
    color: #ccc;
}

.top .form-control{
    font-size: 14px;
    padding: 10px;
    height: 30px;
    border-radius: 0;
}
.top button{
    height: 30px;
    border: none;
    line-height: normal !important;
}

.top .input-group{
    margin-top: 10px;
}

.header{
    background: #fff;
}

.header .daohang{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.header .daohang .logo{
    padding-top:20px;
    padding-bottom: 20px;
}

.header .daohang .logo img{
    max-height: 50px;
}
.header .daohang .caidan ul{
    margin-bottom: 0px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.header .daohang .caidan ul li{
    line-height: 90px;
    padding: 0px 20px;
    background: #fff;
}
.header .daohang .caidan ul li a{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}
.header .daohang .caidan ul li:hover{
    background: #2c2e67;
}
.header .daohang .caidan ul li:hover a{
    color: #fff;
}

.m-nav{
    display: none;
}@media(max-width:992px){
    .m-nav{
        display: block;
        margin-top: 25px;
    }
    .m-nav .btn-primary{
        background: #2c2e67;
        border: 1px solid #2c2e67;
    }
}

.banner{
    padding: 0px !important;
    max-width: 2000px;
    margin: 0 auto;
}
.banner .swiper{
    --swiper-navigation-color: #000;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 48px;/* 设置按钮大小 */
  }


.newpro{
    padding-top: 100px;
    padding-bottom: 100px;
}
.newpro h2{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.newpro .hcp{
    margin-bottom: 30px;
}
.newpro .hcp .tupian{
    overflow: hidden;
}
.newpro .hcp .tupian img{
    transition: all .3s;
}
.newpro .hcp:hover .tupian img{
    transform: scale(1.1);
}
.newpro .hcp p{
    padding-top: 15px;
    text-align: center;
    font-weight: bold;
    color: #000;
}

.habout{
    background: #2c2e67;
    padding: 100px 0px;
}
@media (max-width:992px){
    .habout .wenzi{
        margin-bottom: 50px;
    }
}
@media (min-width:992px){
    .habout .wenzi{
        padding-right:5%;
        text-align: justify;
    }
}
.habout .wenzi h2{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.habout .wenzi p{
    color: #f5f5f5;
}

.habout .wenzi .more{
    margin-top: 50px;
}

.habout .wenzi .more a{
    padding: 10px 40px;
    background: #fff;
    color: #000;
}
.habout .wenzi .more:hover a{
    background: #000;
    color: #fff;
}

.news{
    padding-top:100px;
    padding-bottom: 100px;
}
.news h2{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.news .news-card{
    position: relative;
}@media (max-width:992px){
    .news .news-card{
        margin-bottom: 50px;
    }
}
.news .news-card .xian{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #000;
    height: 3px;
    width: 0%;
    transition: all .5s;
}
.news .news-card:hover .xian{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #000;
    height: 3px;
    width: 100%;
}

.news .news-card .tu{
    overflow: hidden;
}
.news .news-card .tu img{
    transition: all .3s;
}
.news .news-card:hover .tu img{
    transform: scale(1.1);
}

.news .news-card .n-wenzi{
    padding: 15px;
    padding-left: 0px;
    padding-right: 0px;
    /*transition: all .3s;
    box-shadow: 0px 3px 3px #ccc;*/
}

.news .news-card .n-wenzi .n-title{
    color: #000;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 58px;
}
.news .news-card .n-wenzi .times{
    color: #888;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 10px;
}
.news .news-card .n-wenzi .times img{
   padding-right: 5px; 
}  

.news .news-card .n-wenzi .jiejian{
    color: #888;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 77px;
}

.news .news-card .n-wenzi .rmore{
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
}


.footer{
    padding-top: 100px;
    padding-bottom: 50px;
    background: #000;
}

.footer .foot-it{
    margin-bottom: 25px;
}
.footer .foot-it .foot-dec{
    color: #ccc;
}@media (min-width:992px){
    .footer .foot-it .foot-dec{
        padding-left: 10px;
    }
}

.footer .foot-it h2{
    color: #ccc;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer .foot-it a{
    color: #ccc;
}

.footer .foot-it p{
    color: #ccc;
}
.footer .foot-it p i{
    padding-right: 5px;
}
.footer .foot-it .foot-inq{
    margin-top: 40px;
}
.footer .foot-it .foot-inq a{
    background: #fff;
    color: #000;
    padding: 10px 30px;
}

.dibu{
    border-top: 1px solid #333;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #ccc;
}


.ny-wz{
    padding: 50px 0px;
    background: #eee;
}

.ny-wz p{
    margin-bottom: 0px;
}

.ny-wz a{
    color: #000;
}

.about{
    padding-top:80px;
    padding-bottom: 80px;
}

.about h2{
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
}


.content{
    width: 100%;
}
.content img,.content table,.content video{
    max-width: 100%;
}

.lianxi{
    border: 1px solid #eee;
    padding: 50px 15px;
    text-align: center;
    min-height: 220px;
    margin-bottom: 20px;
}
.lianxi i{
    font-size: 36px;
    padding-bottom: 20px;
    color: #2c2e67;
}

.newslist{
    margin-bottom: 50px;
}

.newslist .tupian{
    overflow: hidden;
}
.newslist .tupian img{
    transition: all .5s;
}
.newslist:hover .tupian img{
    transform: scale(1.1);
}

.newslist .new-wenzi{
    padding-top: 15px;
    padding-bottom: 15px;
}

.news-nr{
    padding-top:80px;
    padding-bottom: 80px;
}

.news-nr h2{
    text-align: center;
    font-weight: bold;
}
.news-nr .news-02{
    text-align: center;
    color: #888;
}

.news-nr .content{
    padding: 50px 15px;
    border-bottom: 1px solid #eee;
}


.product{
    padding-top:60px;
    padding-bottom: 60px;
}
.product .zuo h2{
    padding: 20px 15px;
    background: #eee;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: bold;
}

.product .zuo a{
    color: #444;
}
.product .zuo a:hover{
    color: #2c2e67;
}

.zuo{
    order: 1;
}
.you{
    order: 2;
}@media (max-width:992px){

    .zuo{
        order: 2;
    }
    .you{
        order: 1;
    }
}

.product .you .chanpinlist{
    margin-bottom: 50px;
}
.product .you .chanpinlist .tupian{
    overflow: hidden;
}
.product .you .chanpinlist .tupian img{
    transition: all .5s;
}
.product .you .chanpinlist:hover .tupian img{
    transform: scale(1.1);
}
.product .you .chanpinlist p{
    color: #000;
    padding-top: 10px;
}


/* 分页样式 */
.frontier-paging { margin-top: 32px; }
.frontier-paging ul { display: inline-block; vertical-align: bottom; }
.frontier-paging ul span, 
.frontier-paging ul a { display: block; float: left; margin: auto 2px; padding: 4px 12px; background: #FFF; box-shadow: 0 0 8px rgba(0,0,0,0.07); border-radius: 2px; font-size: 14px; color: #999; }
.frontier-paging ul a.page-num-current,
.frontier-paging ul a:hover { background: #2c2e67; color: #FFF; }


.you h2{
    font-size: 24px;
    font-weight: bold;
}
.you .xunp{
    margin-top: 80px;
}
.you .xunp a{
    padding: 15px 50px;
    color: #FFF;
    background: #2c2e67;
    border: 1px solid #2c2e67;
}
.you .xunp a:hover{
    background: #FFF;
    color: #000;
}

.you .prodec{
    width: 100%;
    background: #eee;
    padding: 20px 15px;
    font-size: 20px;
    font-weight: bold;
}

.product .you .content{
    padding: 30px 15px;
    border: 1px solid #eee;
}