/* 定义主颜色变量 */
:root{
    --primary-color: #f1720f;
    --light-blue-color: #2ea7e0;
    --red-color: #D92430;
    --grey3-color: #333333;
    --grey6-color: #666666;
    --grey7-color: #777777;
    --grey8-color: #888888;
    --grey9-color: #999999;
    --white-color: #ffffff;
}

/* 全局样式
-------------------------------------------------------------- */
html,body,a,p,ul,h3,h2,h1{ padding:0; margin:0; list-style:none; border:none;font-family: Microsoft YaHei, PingFang SC, Arial, Metropolis, Helvetica Neue, Helvetica, Tahoma, sans-serif, serif; font-size:16px; color:var(--grey3-color);}
p{line-height:25px;}
img{max-width: 100%;transition: .3s;-ms-transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;border:none;vertical-align:middle;}
td{vertical-align:center; font-size:12px;}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    background: #f6f6f6;
    /*border-radius: 2px;*/
}
::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    /*border-radius: 2px;*/
}
::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color);
}
::-webkit-scrollbar-corner {
    background: #f6f6f6;
}

/* 链接样式 */
a {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}

/* 常用元素 */
.clear { clear:both;}
.left{float: left;}
.right{float: right;}


* html,* html body /* 修正IE6振动bug */{background-image:url(about:blank);background-attachment:fixed;}
/*body{background: #f9fcff;}*/
.container{margin: auto;}
.wow { visibility: hidden; }

/*头部*/
#header.navbar-bg{position: fixed;left: 0;right: 0;top: 0;z-index: 999;}
#header .top-welcome{background: var(--primary-color);}
#header .form-search{margin-right: 10px;height: 40px;position: relative;width: 35px;}
#header .form-search input::-webkit-search-decoration,
#header .form-search input::-webkit-search-cancel-button {display: none;}
#header .form-search input[type=search] {
    -webkit-appearance: textfield;
    font-family: inherit;
    font-size: 100%;
    background: url('../images/search.png') no-repeat center;
    background-size: 26px 26px;
    border-color: transparent;
    padding: 0;
    width: 35px;
    -webkit-border-radius: 10em;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10em;
    -moz-background-clip: padding;
    border-radius: 10em;
    background-clip: padding-box;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    height: inherit;
    cursor: pointer;
    box-shadow: none;
    color: transparent;
    position: absolute;
    right: 0;
}
/*#header .form-search input[type=search]:hover {background-color: rgba(255,255,255,.5);}*/
#header .form-search input[type=search]:focus {
    border-color: var(--primary-color);
    width: 300px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    background-position: 8px center;
    background-size: 20px 20px;
    cursor: auto;
    -webkit-box-shadow: 0 0 5px #99caff;
    -moz-box-shadow: 0 0 5px #99caff;
    box-shadow: 0 0 5px #99caff;
}
#header .form-search input[type=search]:focus::-moz-placeholder {color: #999;}
#header .form-search input[type=search]:focus::-webkit-input-placeholder {color: #999;}
#header .form-search input::-moz-placeholder {color: transparent;}
#header .form-search input::-webkit-input-placeholder {color: transparent;}
#header .search{}
#header .lang{}
#header .top-bg{background: var(--primary-color);}
#header .nav-bg{}
#header .nav-bg ul.nav{height: 100%;}
#header .nav-bg ul.nav li{position: relative;text-align: center;}
#header .nav-bg ul.nav li a{display: block;font-size: 18px;font-weight: bold;color: #f5f5f5;padding: 35px 0;}
#header .nav-bg ul.nav li a:hover,
#header .nav-bg ul.nav li.active a{color: var(--white-color);}
/*#header .nav-bg ul.nav li:hover::after,
#header .nav-bg ul.nav li.active::after{content: '';display: block;width: 80px;height: 2px;background: var(--primary-color);margin: auto;position: absolute;left: 0;right: 0;bottom: 0;}*/

.menuBtn{width: 50px;height: 50px;display: none;float: right;margin-top: 2px;cursor: pointer;-o-background-size: cover;-ms-background-size: cover;-moz-background-size: cover;-webkit-background-size: cover;background-size: cover;}
.nav li dl{position: absolute;width: 100%;z-index: 999;background: #FFFFFF; background-clip: padding-box; display: none;margin-top: 0px; border-top: solid 0 #cc7746;border-bottom: solid 2px #cccccc;}
.nav li.nav-li .nav_down{left: 50%; right: 0;transform: translateX(-50%);-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);box-shadow: 0 6px 12px rgba(0, 0, 0,0.175);}
.nav li.nav-li .nav_down dd{margin: 0;}
.nav li.nav-li .nav_down dd a{display: block;text-align: center;border-bottom: 1px solid #cccccc;font-size: 16px!important;color: #333!important;line-height: 25px;padding: 15px 5px!important;text-transform: uppercase;}
.nav li.pro-li{position: static!important;}
.nav li.pro-li .nav_down{left: 0;-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);box-shadow: 0 6px 12px rgba(0, 0, 0,0.175);padding: 3rem 0;text-align: left;}
.nav li.pro-li .nav_down a{font-size: 14px!important;font-weight: normal!important;padding: 18px 10%!important;}
.nav li.pro-li .nav_down a.has_child_no{position: relative;}
.nav li.pro-li .nav_down .item2,
.nav li.pro-li .nav_down .item3{display: none;}
.nav li.pro-li .nav_down .item2 a{position: relative;}
.nav li.pro-li .nav_down a.has_child_no::after,
.nav li.pro-li .nav_down .item2 a::after{content: '';width: 12px;height: 12px;background: url(../images/pro_down_icon1.png) no-repeat center / cover;transition: .5s ease;position: absolute;right: 5%;top: 50%;margin-top: -6px;}
.nav li.pro-li .nav_down .item a:hover,
.nav li.pro-li .nav_down .item a.on,
.nav li.pro-li .nav_down .item a.active{background-color: rgba(0, 153, 68, 0.5);color: var(--primary-color);}
.nav li.pro-li .nav_down .item3 li{display: none;}
.nav li.pro-li .nav_down .item3 li a{padding: 0 5%;}
.nav li.pro-li .nav_down .item3 li.active{display: block!important;}
.nav li.pro-li .nav_down .item3 li .has_child_img{text-align: center;}
.nav li.pro-li .nav_down .item3 li .has_child_title{border-bottom: 1px solid #E5E5E5;padding-bottom: 15px;margin-bottom: 15px;text-align: left;font-size: 20px;color: #333333;}
.nav li.pro-li .nav_down .item3 li .has_child_title i{display: inline-block;width: 38px;height: 38px;background: url(../images/pro_down_icon3.png) no-repeat center / cover;margin-left: 10px;vertical-align: -11px;}


.mobile-nav{float:right;width:50px;height:50px;position:absolute;right: 15px;top: 5px; z-index:3;background:#b4b4b4;margin-left:1px;padding:17px 10px}
.mobile-nav span{display: block;position: relative;height: 3px;width: 100%;background: #fff;border-radius: 9px;opacity: 1;margin-bottom:5px;transform: rotate(0deg);transition: .25s ease-in-out;}
.mobile-nav.on{background:#0260bc;padding:18px 10px}
.mobile-nav.on span{transform-origin:center;transition:transform .3s}
.mobile-nav.on span.line2{display:none;transform-origin: left center;}
.mobile-nav.on span.line1{transform:rotate(45deg);top:-6px;left: 4px;transform-origin: left center;}
.mobile-nav.on span.line3{transform:rotate(-45deg);top:50%;left: 4px;transform-origin: left center;}
#aside{width: 100%;position: absolute;/*top: 0;*/left: 0;background-color: #444;z-index: 999;display: none;}
#aside .top{background-color: #FFFFFF;padding: 0px 0 0px 15px;}
#aside .close{width: 60px;height: 60px;position: absolute;top: 0;right: 0;background: #0260bc no-repeat center center;opacity:1;}
.nv li a{display: block;color: #fff;font-size: 14px; padding-left: 40px;border-bottom: 1px solid #595959;overflow: hidden;}
.nv li dl{display: none;}
.nv li dd a{text-transform: uppercase;padding-left: 50px!important;}
.nv li .v1{background: url(../images/ico-nv1.png) no-repeat right 20px center;text-transform: uppercase;-o-background-size: 35px auto;-ms-background-size: 35px auto;-moz-background-size: 35px auto;-webkit-background-size: 35px auto;background-size: 35px auto;}
.nv li .v1.on{background-color: #303030;background-image: url(../images/ico-nv1-on.png);}

/* 主体 */
.myBanner{}
.myBanner .swiper-slide{overflow: hidden;}
.myBanner .slide-inner{position: relative;}
/*.myBanner .swiper_video{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.myBanner .swiper_video video{width: 100%;height: 100%;object-fit: cover;}
.myBanner .swiper_cont{position: absolute;width: 100%;left: 0;top: 20%;}
.myBanner .swiper_tit{width: 100%;font-size: 50px;font-weight: bold;color: #fff;line-height: 1.5;margin-bottom: 5px;}
.myBanner .myBanner .swiper_text{width: 455px;}
.myBanner .swiper_text p{color: #fff;font-size: 14px;line-height: 19px;}
.myBanner .swiper_play{position: absolute;width: 100%;border-radius: 50%;bottom: 20%;left: 0;}
.myBanner .swiper_play_img{width: 62px;position: relative;display: block;cursor: pointer !important;margin-left: 20px;}
.myBanner .swiper_play_img img{width: 100%;}
.myBanner .swiper_play_img span{
    !* width: calc(100% + 16px);
    height: calc(100% + 16px); *!
    animation: banner_play 4s linear infinite both;
}
.myBanner .swiper_play_img::after{
    !* width: calc(100% + 46px);
    height: calc(100% + 46px); *!
    animation: banner_play 4s 1.333333333s linear infinite;

}
.myBanner .swiper_play_img::before{
    !* width: calc(100% + 32px);
    height: calc(100% + 32px); *!
    !* animation: banner_play 4s 0.4s ease infinite; *!
    animation: banner_play 4s 2.666666666s linear infinite both;
}
.myBanner .swiper_play_img::after,
.myBanner .swiper_play_img::before,
.myBanner .swiper_play_img span {width: 100%;height: 100%;content: "";border-radius: 50%;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);border: 1px solid #fff;display: inline-block;}
@keyframes banner_play {
    to{
        transform: translate(-50%,-50%) scale(1.6);
        opacity: 0;
    }
}
@keyframes banner_play2 {
    to{
        transform: translate(-50%,-50%) scale(2.4);
        opacity: 0;
    }
}*/
.myBanner .swiper_tit{opacity: 0;}
.myBanner .swiper_text{opacity: 0;}
.myBanner .swiper-slide-active .swiper_tit{animation: hcfadeInUp .5s 0.1s ease-in-out both;}
.myBanner .swiper-slide-active .swiper_text{animation: hcfadeInUp .5s 0.3s ease-in-out both;}
.myBanner .swiper-slide-active .swiper_play{animation: hcfadeInUp .5s 0.5s ease-in-out both;}
.home_news .home_news_item {margin-bottom: 0 !important;}
.myBanner .banner_img img{width: 100%;transform: scale(1.4);}
.myBanner .swiper-slide-active .banner_img img{animation: enlargement 4s both;}
@keyframes enlargement {
    to{
        transform: scale(1);
    }
}
.myBanner .swiper-pagination{bottom: 40px;left: 50%;transform: translateX(-50%) !important;}
.myBanner .swiper-pagination-bullet{width: 20px !important;height: 4px !important;border-radius: 4px !important;background-color: #fff !important;opacity: 0.5;transition: all 0.36s;margin: 0 6px;}
.myBanner .swiper-pagination-bullet-active{opacity: 1 !important;width: 46px !important;}

/*首页栏目标题*/
.title-bt{text-align: center;}
.title-bt h2{font-size: clamp(30px, 6vw, 48px);font-weight: bold;color: var(--grey3-color);text-transform: uppercase;position: relative;padding-bottom: 6px;}
.title-bt h2:after{content: '';display: block;width: 63px;height: 4px;background: var(--primary-color);position: absolute;bottom: 0;left: 0;right: 0;margin: auto;}
.title-bt p{font-size:  clamp(13px, 6vw, 16px);padding: 30px 0;}

/*首页产品*/
.product-list{}
.product-list .swiper-slide .img{position: relative;padding-bottom: 100%;}
.product-list .swiper-slide .img img {position: absolute;max-height: 100%;top: 50%;left: 50%;height: 100%;transform: translate(-50%, -50%);transition: all 0.6s;}
.product-list .swiper-slide .txt{background: #f3f3f3;}
.product-list .swiper-slide .txt .title{word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size: 18px;}
.product-list .swiper-slide .txt span{background: var(--primary-color);color: #fff;line-height: 1;}
.product-list .swiper-slide:hover .title{color: var(--primary-color);}
.product-list .swiper-slide:hover .img img{transform:translate(-50%, -50%) scale(1.1); }


/*首页简介*/
.home-about-bg{background: #f6f6f6 url("../images/aboutbg_13.jpg") no-repeat center center;background-size: cover;position: relative;min-height: 780px;}
/*.home-about{padding: 6% 3% 3% 26%;}*/
.home-about .about-title{position: relative;text-transform: uppercase;padding-bottom: 15px;}
.home-about .about-title h2{font-size: clamp(60px, 15vw, 100px);font-weight: bold;color: rgba(0,0,0, .1);text-transform: uppercase;line-height: 1;}
.home-about .about-title h3{font-size: clamp(24px, 6vw, 48px);font-weight: bold;color: var(--grey3-color);position: absolute;top: 32px;left: 0;bottom: 10px;}
.home-about .about-title:after{content: '';display: block;width: 50px;height: 3px;background: var(--primary-color);position: absolute;bottom: 0;left: 0;z-index: -1;}
.home-about .about-subtitle{font-size: 20px;font-weight: bold;color: var(--primary-color);text-transform: uppercase;margin: 25px 0 0;}
.home-about .about-subtitle span{color: var(--primary-color);}
.home-about .about-content{padding: 30px 0 20%;max-width: 100%;}
.home-about .about-content p{font-size: 16px;color: #666666;line-height: 36px;}
.about-img {position: absolute;top: 0;left: 50%;right: 0;bottom: 0;}
.about-img p{height: 100%;}
.about-img img{height: 100%;}

.more a{max-width: 184px;background: var(--primary-color);color: #fff;line-height: 21px;border-radius: 12px;font-size: 18px;}
.more a span{margin-left: 25px;}
.more .icon{color: var(--white-color);}

.home-about-list-bg{background-color: var(--primary-color);}
.home-about-list{}
.home-about-list .item{color: var(--white-color);position: relative;}
.home-about-list .item .title{font-size: clamp(25px, 6vw, 40px);font-weight: bold;}
.home-about-list .item .title span{font-size: clamp(12px, 6vw, 16px);font-weight: normal;}
.home-about-list .item p{color: var(--white-color);font-size: clamp(14px, 6vw, 18px);text-transform: uppercase;}
.home-about-list .item::after{content: '';display: block;width: 1px;background: linear-gradient(to top, rgba(255, 255, 255,.08) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255,.08) 100%);position: absolute;bottom: 0;right: 0;top: 0;}
.home-about-list .item:last-child::after{display: none;}

/*首页解决方案*/
.solution-bg{background: url("../images/solutionbg_16.jpg") no-repeat fixed center center;background-size: cover;position: relative;z-index: -2;}
.solution-bg:after{content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;z-index: -1;background: rgba(0,0,0, .7);}
.solution-text p{font-size: clamp(24px, 6vw, 40px);color: var(--white-color);line-height: 1.4;text-align: center;}
.learn-more{text-align: center;}
.learn-more a{background: var(--primary-color);font-size: 16px;color: #fff;max-width: 250px;margin: auto;padding: 20px 0;border-radius: 30px;}


.network-bg{background: #f4f8fa;}
.network-map{text-align: center;}

/*首页新闻*/
.home-news-bg{background: #fff;background-size: cover;}
.home-news-bg .title-bt{}
.home-news-bg .title-bt a{width: 175px;border: 1px solid var(--primary-color);text-align: center;font-size: 18px;color: var(--primary-color);border-radius: 27px;padding: 12px;}
.home-news-bg .title-bt a:nth-child(1){margin-right: 20px;}
.home-news-bg .title-bt a:hover{background: var(--primary-color);color: #fff; border:0;}
/*.home-news-list .img{overflow: hidden;height: 0;padding-bottom: 56.25%;}*/
/*.home-news-list .img img{transform:scale(1.2);transition: all 0.56s;height: 100%;}*/
.home-news-list .img{position: relative;padding-bottom: 60%;overflow: hidden;}
.home-news-list .img img {position: absolute;max-height: 100%;top: 50%;left: 50%;height: 100%;transform: translate(-50%, -50%);transition: all 0.6s;}
.home-news-list .img .type{background: var(--primary-color);width: 150px;text-align: center;color: #fff;}
.home-news-list .txt{background: #f5f5f5;}
.home-news-list .txt .time{font-size: 16px;color: var(--primary-color);}
.home-news-list .txt .title{word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size: 18px;color: #000;}
.home-news-list .txt .description{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;font-size: 14px;line-height: 20px;color: var(--grey9-color);}
.home-news-list li {border: 1px solid #f5f5f5;}
.home-news-list li:hover {border: 1px solid var(--primary-color);}
.home-news-list li:hover img{transform:translate(-50%, -50%) scale(1.1);}

/*底部*/
.footer{background: url("../images/footerbg.jpg") no-repeat center top;background-size: cover;position: relative;z-index: -2;}
.footer:after{content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;z-index: -1;background: rgba(0,0,0, .7);}
.footer-link-bg{background: var(--grey7-color);}
.footer-link{border-bottom: 1px solid rgba(255, 255, 255, .25);margin-bottom: 20px;}
.footer-link h2{font-size: 24px;color: #fff;}
.footer-link .txt{font-size: 24px;color: #fff;flex: auto;}
.footer-link .txt a{display: flex;align-items: center;color: #fff;font-size: 16px;}
.footer-contact .content{margin-top: 20px;}
.footer-contact .content p{font-size: 16px;color: rgba(255, 255, 255, .5);padding: 5px 0;}
.footer-quick h2{font-size: 20px;color: #fff;padding: 20px 0 10px;margin-bottom: 10px; position: relative;}
.footer-quick h2:after{content: '';display: block;width: 25px;height: 2px;background-color: var(--light-blue-color);position: absolute;left: 0;bottom: 0;}
.footer-quick a{padding: 10px 0;color: rgba(255, 255, 255, .5);}
.footer-qrcode{padding: 20px 0;text-align: center;}
.footer-qrcode p{font-size: 14px;color: rgba(255, 255, 255, .5);margin-top: 15px;}
.footer-inner{margin-top: 25px;padding: 16px 0;border-top: 1px solid rgba(255, 255, 255, .25); }
.footer-inner p,
.footer-inner a{color: rgba(255, 255, 255, .5);text-align: center;line-height: 30px;font-size: 16px;}


/* 公共 */
.page_banner {width: 100%;position: relative;}
.page_banner>img {width: 100%;}
.page-nav-title{text-align: center;text-transform: uppercase;font-size: clamp(22px, 6vw, 30px);font-weight: bold;color: var(--white-color);background: linear-gradient(to right, var(--primary-color) 0%, var(--primary-color) 100%);padding: 15px 0;border-radius: 10px 10px 0 0}
.page_nav{border: 1px solid #ddd;position: relative;}
.page_nav .page_nav_item{border-bottom: 1px solid #ddd;}
.page_nav .page_nav_item:last-child{border-bottom: none;}
.page_nav .page_nav_item .page_nav_link{display: block;padding: 10px;color: var(--grey3-color);background: #f5f5f5;font-size: 18px}
.page_nav .page_nav_item .page_nav_child{padding: 0 10px;margin-bottom: 5px;}
.page_nav .page_nav_item .page_nav_child dd{margin-top: 5px;}
.page_nav .page_nav_item .page_nav_child dd a{display: block;padding: 15px 10px;font-size: 14px;border-bottom: 1px solid #eee;}
.page_nav .page_nav_item .page_nav_child dd:last-child a{border-bottom: none;}
.page_nav .page_nav_item .page_nav_child dd.active a,
.page_nav .page_nav_item .page_nav_child dd:hover a{border-radius: 10px;}
.page_nav .page_nav_item .page_nav_link:hover,
.page_nav .page_nav_item.active .page_nav_link,
.page_nav .page_nav_item .page_nav_child dd:hover a,
.page_nav .page_nav_item .page_nav_child dd.active a{background: var(--primary-color);color: #fff;}

.breadcrumb li{display: flex;align-items: center;}
.breadcrumb .fa{font-size: 26px;margin-right: 5px;}
.panel-body{background: #ffffff;min-height: 450px;margin-bottom: 40px;}
.panel-body .article-metas{border-bottom: 0px solid #eee;}
.panel-body .article-metas .metas-title{font-size: 30px;font-weight: bold;text-align: center;padding: 30px 0 15px;margin-bottom: 15px;border-bottom: 2px solid var(--primary-color);}
.panel-body .article-metas .metas-body{text-align: center;color: var(--grey9-color);padding-bottom: 10px;}
.panel-body .article-metas .metas-body span{margin-right: 5px;}
.panel-body .article-metas .metas-body i{margin-right: 5px;}
.panel-body .article-text{margin-top: 15px;margin-bottom: 25px;}
.panel-body .article-text,
.panel-body .article-text span,
.panel-body .article-text p{font-size: 16px;line-height: 45px;margin-top: 15px; /*text-indent: 2em!important;*/}
.panel-body .article-text img{
    /*max-width: 70%;*/
    margin: auto;
    /*position: relative;*/
    /*left: 50%;*/
    /*transform: translate(-50%, 0%);*/
    /*margin-left: -2em;*/
}

/* 新闻 */
.panel-default {border: none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;-webkit-border-radius: 2px;-webkit-background-clip: padding-box;-moz-border-radius: 2px;-moz-background-clip: padding;border-radius: 2px;background-clip: padding-box;}
.panel-default > .panel-heading {position: relative;padding: 15px;background: #f7f7f7;border-bottom: 1px solid #f5f5f5;margin-bottom: 20px;}
.panel-default > .panel-heading .panel-title {font-size: 18px;}
.panel-default > .panel-heading .panel-title .more a{font-size: 14px; color: var(--grey8-color)}
.entry-meta{margin-top: 20px;}
.entry-meta ul {overflow: hidden;margin: 0 0 10px 0;padding: 0 0 10px 0;border-bottom: 1px solid #eeeeee;}
.entry-meta ul li, .entry-meta ul li a {line-height: 26px;color: var(--grey8-color);}
.article-prevnext {color: var(--grey6-color);}
.article-list .article-item a{transition: all 0.36s;border: 1px solid #f5f5f5;color: #222222;}
.article-list .article-item a .article-img{overflow: hidden;position: relative;padding-top: 69.047619%;border-radius: 10px;margin-bottom: 20px;}
.article-list .article-item a .article-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.article-list .article-item a .media-body .article-title{font-size: 18px;line-height: 1.6;margin-bottom: 15px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.article-list .article-item a .media-body .article-intro {font-size: 16px;color: var(--grey6-color);display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.article-list .article-item a .media-body .article-time{color: rgba(0, 0, 0, 0.4);font-size: 14px;margin: 10px auto;}
.article-list .article-item a:hover{border-color: var(--primary-color);}
.article-list .article-item a:hover .article-img img{transform: scale(1.03);}
.article-list .article-item a:hover .article-title{color: var(--primary-color);}


/*
.article-list .article-item .media .media-left .img{height: 0;padding-bottom: 50%;}
.article-list .article-item .media .media-body .article-title{padding: 15px 0;}
.article-list .article-item .media .media-body .article-title a{font-size: 20px;font-weight: bold;}
.article-list .article-item .media .media-body .article-intro {font-size: 16px;color: var(--grey6-color);display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.article-list .article-item .media .media-body .article-tag{padding: 10px 0;}
.article-list .article-item .media .media-body .article-tag a,
.article-list .article-item .media .media-body .article-tag span {font-size: 16px;color: var(--grey6-color);}
*/

/* 图文 */
.product-list{position: relative;}
.product-list .product-item{margin-bottom: 25px;transition: all 0.36s;border-radius: 8px;}
.product-list .product_item:last-child{margin-bottom: 0;}
.product-list .product_item a{border: 1px solid #f2f2f2;height: 100%;}
.product-list .product_txt{display: flex;flex-direction: column;height: 100%;justify-content: space-between;padding: 20px 0 30px;}
.product-list .product_title{font-size: 20px;color: #222222;line-height: 1.25;font-weight: bold;margin-bottom: 18px;transition: all 0.36s;word-break: keep-all;word-wrap: break-word;white-space: normal;/*word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;*/;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.product-list .product_description{color: #666666;transition: all 0.36s;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.product-list .product_btn{display: flex;align-items: center;justify-content: center;font-size: 15px;border-radius: 7px;transition: all 0.36s;border: 1px solid var(--primary-color);background-color: transparent;width: 140px;height: 40px;margin-top: 20px;}
.product-list .product_btn span{margin-left: 10px;}
.product-list .product_img{padding-top: 69%;overflow: hidden;position: relative;}
.product-list .product_img img{position: absolute;top: 50%;left: 50%;height: 100%;transform: translate(-50%, -50%); transition: all 0.36s;}
.product-list .product_item:hover a{box-shadow: 0px 5px 10px 0px rgba(0, 90, 174, 0.12);}
.product-list .product_item:hover .product_title{color: var(--primary-color);}
.product-list .product_item:hover .product_img img{transform: translate(-50%, -50%) scale(1.03);}
.product-list .product_item:hover .product_btn{background-color: var(--primary-color);color: #fff;}
.product-list .product_item:hover .product_btn span{transform: translateX(5px);}

.panel-body .img{width: 100%;height: 0;padding-bottom: 85%;border: 1px solid #ddd;position: relative;overflow: hidden;}
.panel-body .img img {position: absolute;max-height: 100%;top: 50%;left: 50%;height: 100%;transform: translate(-50%, -50%);transition: all 0.6s;}
.banner2 {position: relative;}
.banner2 .gallery-thumbs {margin: 10px auto 0;width: calc(100% - (38px * 2));padding: 0 10px;}
.banner2 .gallery-thumbs .swiper-slide-thumb-active {border: 1px solid var(--primary-color);}
.banner2 .button p {position: absolute;top: 50%;z-index: 6;cursor: pointer;height: 100%;transform: translateY(-50%);display: flex;align-items: center;justify-content: center;background: #f5f5f5;width: 38px;transition: all 0.6s;color: rgba(0, 0, 0, 0.68);font-size: 20px;}
.banner2 .button .prev {left: 0;}
.banner2 .button .next {right: 0;}
.panel-content .table-title{background: rgba(0, 0, 0, 0.1);margin-bottom: 32px;border-radius: 4px;overflow: hidden;}
.panel-content .table-title .active{display: inline-block;padding: 12px 20px;font-size: 18px;color: #fff;transition: all 0.6s;cursor: pointer;border-radius: 4px;background:  rgba(241, 114, 15, 1);}

.layui-table td, .layui-table th, .layui-table-col-set, .layui-table-fixed-r, .layui-table-grid-down, .layui-table-header, .layui-table-mend, .layui-table-page, .layui-table-tips-main, .layui-table-tool, .layui-table-total, .layui-table-view, .layui-table[lay-skin=line], .layui-table[lay-skin=row] {
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
}
.layui-table td,
.layui-table td p,
.layui-table th,
.layui-table th p{word-break: break-all; line-height: 25px!important;}

/*.product-list .card{height: 100%;overflow: hidden;}
.product-list .card .thumb{height: 0;padding-bottom: 100%;overflow: hidden;}
.product-list .quickview-link{display: block;width: 40px;height: 40px;position: absolute;top: 0;right: 0;left: 0;bottom: 0;margin: auto;line-height: 40px;text-align: center;z-index: 10;background: #000;border-radius: 50%;opacity: 0;visibility: hidden;color: #fff;transform: scale(0);-webkit-transform: scale(0);transition: all 0.3s ease-out 0s;-webkit-transition: all 0.3s ease-out 0s;}
.product-list .quickview-link i{font-size: 20px;}
.product-list .title,
.product-list .operate{background: #fff;}
.product-list .title{display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;margin: 10px;}
.product-list .operate{padding: 0 10px 10px 10px;}
.product-list .operate .pull-left{color: #d2d6de !important;}
.product-list .operate .pull-right{display: none;}
.product-item .card .thumb:hover .preview-link::before {opacity: 1;}
.product-item .card .thumb:hover .quickview-link {opacity: 1;visibility: visible;transform: scale(1);-webkit-transform: scale(1);}*/

/* 人才招聘 */
.job_title{margin-bottom: 40px;text-align: center;font-size: 26px;}
.job_hd{border-color: var(--primary-color);color: var(--primary-color);font-size: 18px;}
.job_list .job_item {border: 1px solid #f5f5f5;border-radius: 10px;overflow: hidden;transition: all 0.36s;margin-bottom: 18px;}
.job_list .job_item .job_content{background-color: #f5f5f5;}
.job_list .job_item.active {border-color: var(--primary-color);}
.job_list .job_item.active .job_content {background-color: var(--primary-color);color: #fff;}
.job_context p{color: var(--grey7-color);}

/* 荣誉 */
.honor_list{}
.honor_list .product_item{border: 1px solid #eee;}
.honor_list .product_item .honor_img{padding-bottom: 120%!important;overflow: hidden;position: relative;}
.honor_list .product_item .honor_img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;transition: all 0.36s;}
.honor_list .product_item .txt{text-align: center;padding: 15px;font-size: 16px;background-color: #f5f5f5;}
.honor_list .product_item:hover .honor_img img{transform: scale(1.08);}
.honor_list .product_item:hover .txt{color: #fff;background-color: var(--light-blue-color);}

.myHonor{position: relative;padding: 0 50px;max-height: 150px;}
.myHonor li{cursor: pointer;}
.myHonor .honor_cont{text-align: center;}
.myHonor .honor_text{font-size: 24px;color: #666666;transition: all 0.36s;margin-bottom: 25px;font-family: Arial;}
.myHonor .honor_cont .round{display: block;width: 23px;height: 23px;border-radius: 50%;border: 1px solid var(--primary-color);padding: 5px;background-clip: content-box;background-color: var(--primary-color);margin: 0 auto ;transition: all 0.36s;}
.myHonor .honor_cont .line{margin: 0 auto ;display: block;width: 1px;height: 95px; /* background: linear-gradient(to bottom,#005aaa 20%,transparent); */position: relative;}
.myHonor .honor_cont .line::after{content: "";position: absolute;width: 100%;height: 0%;left: 0;top: 0;background: linear-gradient(to bottom,var(--primary-color) 20%,transparent);transition: all 0.36s;}
.myHonor::after {content: "";position: absolute;width: calc(100% + 80px);height: 1px;background:linear-gradient(to right,transparent,var(--primary-color),transparent);left: 50%;transform: translateX(-50%);top: 75px;z-index: -1;}
.myHonor .swiper-slide-thumb-active .honor_text{color: var(--primary-color);transform: translateY(-3px) scale(1.2);}
.myHonor .swiper-slide-thumb-active .line::after {height: 100%;}
.myHonor2{box-shadow: 0px 5px 10px 0px rgba(0, 90, 174, 0.12);}
.myHonor2 .honor_item{font-size: 40px;line-height: 1.3;color: var(--primary-color);font-family: Arial;padding-bottom: 12px;border-bottom: 1px solid #bed9f0;margin-bottom: 34px;}
.myHonor2 .honor_text{margin-bottom: 50px;}
.myHonor2 .honor_tex p{font-size: 16px;line-height: 1.7;color: #222222;}
.myHonor2 .honor_tex p{margin-bottom: 8px;}
.myHonor2 .honor_img{position: relative;overflow: hidden;padding-top: 70%;height: 100%;}
.myHonor2 .honor_img img{position: absolute;top: 0;left: 0;/*width: 100%;*/height: 100%;}

/* 联系我们 */
.sitename{font-size: 22px;color: var(--primary-color);padding-bottom: 15px;margin-bottom: 20px;margin-top: 20px;}
.contact-list{}
.contact-list li{text-align: center;}
.contact-list li .img{width: 50px;height: 50px;padding: 0;border: 0;}
.contact-list li .title{font-size: 18px;font-weight: bold;padding: 10px 0;}
.contact-list li .text{}


/* 搜索页面 */
.page-search{max-width: 800px;margin: 15px auto;}

/* 分页 */
.pager{padding: 25px 0 10px;}
.pager .pagination{display: flex;justify-content: center;}
.pager .pagination li:nth-child(1) .page-link{border-radius: 5px 0 0 5px;}
.pager .pagination li:last-child .page-link{border-radius: 0 5px 5px 0;}
.pager .pagination li:last-child .page-link {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
.pager .pagination li:not(:first-child) .page-link {
    margin-left: calc(-1 * 1px);
}
.pager .page-link {position: relative;display: block;padding: 0.375rem 0.75rem;font-size: 1rem;color: var(--primary-color);text-decoration: none;background-color: #fff;border: 1px solid #dee2e6;transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;}
.disabled>.page-link,
.page-link.disabled{pointer-events: none;background-color: #e9ecef;border-color: #dee2e6;}
.pager .page-link.active,
.pager .active > .page-link{background-color: var(--primary-color);border-color: var(--primary-color);color: #fff;}



@media (min-width: 1400px) {
    .layui-col-space64>*{padding: 32px;}
    .container{max-width: 1400px!important;}
}
@media (max-width: 1399px) {
    .container{max-width: 100%!important;;}
}
@media (max-width: 767px) {
    .header .top_bg{padding-bottom: 10px;}
    .menuBtn{display: block;top: 12px;}
    .nv{text-align: left!important;}
    .nv li a{padding: 10px 0 10px 40px!important;}
    .home-about-bg{min-height: auto;padding: 40px 0;}
    .home-about .about-title h2{font-size: 75px;}
    .home-about .about-title h3{font-size: 38px; top: 20px;}
    .home-about .about-content p {line-height: 28px;}

    .page_banner {height: 200px;}
    .page_banner>img{width: auto;max-width: initial;height: 100%;position: absolute;left: 50%;top: 0;transform: translateX(-50%);}

    .panel-body .article-metas .metas-title{font-size: 22px;padding: 14px 0 16px;}
    .panel-content .table-title .active{padding: 15px 28px;font-size: 15px;}

}

@media screen and (max-width: 480px) {
    .page_banner {height: 190px;}
}