@charset "utf-8";
/* 定义主颜色变量 */
:root{
    --primary-color: #0363c3;
}
/* 全局样式 */
html,body,a,p,ul,img,h3,h2,h1{
    padding:0;
    margin:0;
    list-style:none;
    border:none;
    font-family: "微软雅黑",
    Microsoft YaHei, serif;
    font-size:14px;
    color:#333333;
}
img{
    max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    border:none;
    vertical-align:middle;
}
p{
    line-height:25px;
}
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;}

/* 修正IE6振动bug */
* html,* html body{background-image:url(about:blank);background-attachment:fixed;}

/*@font-face {
    font-family: "Oswald";
    src: url("../fonts/Oswald-Bold.ttf") format("truetype");
}*/
@font-face {
    font-family: "Bahnschrift";
    src: url("../fonts/bahnschrift.ttf") format("truetype");
}

/* 手机导航 */
.menuBtn{width: 50px;height: 50px;display: block;float: right;margin-top: 10px;margin-bottom: 8px;cursor: pointer;-o-background-size: cover;-ms-background-size: cover;-moz-background-size: cover;-webkit-background-size: cover;background-size: cover;}
.mobile-nav{float:right;width:50px;height:50px;position: absolute;right: 12px;top: 0;z-index:3;background:#b4b4b4;margin-left:1px;padding:17px 10px}
.mobile-nav span{width:30px;height:2px;background:#fff;display:block;margin-bottom:5px;position:relative}
.mobile-nav.on{background: var(--primary-color);padding:18px 10px}
.mobile-nav.on span{transform-origin:center;transition:transform .3s}
.mobile-nav.on span.line2{display:none}
.mobile-nav.on span.line1{transform:rotate(45deg);top:4px}
.mobile-nav.on span.line3{transform:rotate(-45deg);top:-3px}

#aside{width: 100%;position: absolute;/*top: 0;*/left: 0;background-color: #444;z-index: 999;display: none;}

.nv li a{display: block;line-height: 50px;color: #fff;font-size: 14px; padding-left: 40px;border-bottom: 1px solid #595959;height: 50px;overflow: hidden;}
.nv li dl{display: none;}
.nv li dd a{text-transform: uppercase;padding-left: 60px;}
.nv li .v1{background: url(../image/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(../image/ico-nv1-on.png);}
.nv li:first-child .v1{background: 0;}

.form-search input[type=search] {
    -webkit-appearance: textfield;
    font-family: inherit;
    font-size: 100%;
}
.form-search input::-webkit-search-decoration,
.form-search input::-webkit-search-cancel-button {
    display: none;
}
.form-search input[type=search] {
    background: url('../image/icon_26.png') no-repeat 10px center;
    background-size: 18px 18px;
    border-color: transparent;
    padding: 6px 10px 6px 32px;
    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;
}
.form-search input[type=search]:hover {
    background-color: #fff;
}
.form-search input[type=search]:focus {
    border-color: #007bff;
    width: 200px;
    /*padding-left: 32px;*/
    color: #000;
    background-color: #fff;
    cursor: auto;
    -webkit-box-shadow: 0 0 5px #99caff;
    -moz-box-shadow: 0 0 5px #99caff;
    box-shadow: 0 0 5px #99caff;
}
.form-search input[type=search]:focus::-moz-placeholder {
    color: #999;
}
.form-search input[type=search]:focus::-webkit-input-placeholder {
    color: #999;
}
.form-search input::-moz-placeholder {
    color: transparent;
}
.form-search input::-webkit-input-placeholder {
    color: transparent;
}

/*头部*/
.top-bg{
    background: #333333;
    padding: 10px 0;
    color:#fff;
}
.top-bg .hotline p:nth-child(1){
    background: url(../image/icon_12.png) no-repeat left center;
    color: #fff;
    padding-left: 30px;
    padding-right: 13px;
    margin-right: 13px;
    border-right: 2px solid #999999;
}
.top-bg .hotline p:nth-child(2){
    background: url(../image/icon_14.png) no-repeat left center;
    padding-left: 30px;
    color: #fff;
}
.top-bg .share a{
    padding: 0 7px;
}

/*导航*/
.nav-dh{
    height:100%;
}
.nav-dh .nav-item{
    position: relative;
}
.nav-dh .nav-item .v1{
    height: 100%;
}
.nav-dh .nav-item:after{
    content: "";
    display: block;
    width: 75px;
    height: 0;
    margin: 0 auto;
    background-color: var(--primary-color);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}
.nav-dh .nav-item:hover:after,
.nav-dh .nav-item.active:after{
    height: 2px;
}
.nav-dh .nav-item:hover .v1,
.nav-dh .nav-item.active .v1{
    color: var(--primary-color);
    font-weight: bold;
}
.nav-dh .nav-item .subnav{
    position: absolute;
    z-index: 999;
    /*background: url(../../images/images/nav-bg1.png) repeat;*/
    background: #FFFFFF;
    display: none;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    border-top: solid 0 #cc7746;
    border-bottom: solid 2px #cccccc;
}
.nav-dh .nav-item .subnav a{
    display: block;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    font-size: 12px;color: #333;
    line-height: 20px;
    padding: 16px 5px;
}
.nav-dh .nav-item .subnav a:hover{
    background-color:#f5f5f5;
    color: var(--primary-color);
}

/*Banner*/
.banner{position: relative;}
.banner .swiper {
    width: 100%;
    height: 100%;
}
.banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .swiper {
    margin-left: auto;
    margin-right: auto;
}

/* 主体 */
.title-bt{
    text-align: center;
    background: url("../image/title-bg.png") no-repeat center bottom;
    padding: 40px 0 30px;
    margin-bottom: 40px;
}
.title-bt h2{
    font-size: 48px;
    font-weight: bold;
    color: #000000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    margin: auto;
}
.index-product-bg{
    background: #f3f3f3;
    background-size: 100%;
    padding-bottom: 30px;
}
.index-product-list li{
    margin-bottom: 35px;
}
.index-product-list a{
    display: block;
    border: 1px solid #eee;
    background-color: #fff;
}
.index-product-list .index-product-item{
    overflow: hidden;
    height: 0;
    padding-bottom: 90%;
}
.index-product-list .index-product-item img{
    width: 100%;
    transition: .5s;
}
.index-product-list .index-product-title{
    font-size: 20px;
    color: var(--primary-color);
    border-top: 1px solid #f3f3f3;
    text-align: center;
    padding: 20px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-product-list li:hover .index-product-item img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.index-about{
    padding-top: 70px;
    padding-bottom: 70px;
}
.index-about .about-title{
    text-align: left;
    background: none;
    padding: 0;
}
.index-about .about-title p{
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    padding: 25px 0 30px;
}
.index-about .about-title:after{
    content: "";
    display: block;
    width: 60px;
    height: 6px;
    background-color: var(--primary-color);
    position: absolute;
    bottom: 0;
    left: 0;
}
.index-about .about-content,
.index-about .about-content p{
    font-size: 16px;
    color: #888888;
    line-height: 30px;
}
.index-about .about-more{
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 0 20px;
    margin-top: 35px;
    margin-bottom: 35px;
    width: 218px;
    line-height: 50px;
    position: relative;
    z-index: 1;
}
.index-about .about-more span,
.index-about .about-more i {
    position: relative;
    z-index: 1;
}
.index-about .about-more:after {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    transition: all .3s;
}
.index-about .about-more:hover,
.index-about .about-more:hover i {color: #ffffff;}
.index-about .about-more:hover:after {
    background: var(--primary-color);
    width: 100%;
    left: 0;
    z-index: 0;
}
.advantages-bg{
    background: url("../image/advantages-bg.jpg") no-repeat center;
    background-size: cover;
    padding: 30px 0 40px;
}
.advantages-bg .title-bt h2{
    color: #fff;
}
.advantages-list li .item{
    background: #fff;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    margin: 60px 0;
}
.advantages-list li .item h3{
    font-family: "Bahnschrift", serif;
    font-size: 24px;
    color: #333333;
    padding: 25px 0;
}
.news-bg{
    background: url("../image/news-bg.jpg") no-repeat center;
    background-size: cover;
    padding: 30px 0;
}
.news-list li{
    margin-bottom: 30px;
}
.news-list a{
    display: block;
    background: #fff;
    padding: 10px;
    border: 1px solid #eeeeee;
}
.news-list .index-news-img{
    overflow: hidden;
    height: 0;
    padding-bottom: 57%;
}
.news-list .index-news-img img{
    transition: .8s;
}
.news-list .index-news-time{
    width: 65px;
    height: 65px;
    background: rgba(3, 99, 195, .8);
    text-align: center;
    position: relative;
    top: 0;
    left: -10px;
    z-index: 1;
    margin-top: -40px;
}
.news-list .index-news-time h3{
    font-size: 30px;
    color: #fff;
}
.news-list .index-news-time p{
    font-size: 14px;
    color: #fff;
}
.news-list .index-news-title h3{
    font-size: 14px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 12px 0;
    position: relative;
}
.news-list .index-news-title h3:after{
    content: "";
    display: block;
    width: 23px;
    height: 2px;
    background-color: var(--primary-color);
    position: absolute;
    bottom: 0;
    left: 0;
}
.news-list .index-news-title p{
    line-height: 16px;
    font-size: 12px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 12px 0;
}
.news-list li:hover a{
    background-color: var(--primary-color);
}
.news-list li:hover .index-news-img img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.news-list li:hover .index-news-time{
    background-color: rgba(255, 255, 255, .8);
}
.news-list li:hover .index-news-time h3,
.news-list li:hover .index-news-time p{
    color: #333333;
}
.news-list li:hover .index-news-title h3,
.news-list li:hover .index-news-title p{
    color: #fff;
}
.news-list li:hover .index-news-title h3:after{
    background: #fff;
}
.message-bg{
    background: url("../image/message-bg.jpg") no-repeat center;
    background-size: cover;
    padding: 45px 0;
}
.message-bg .message-title{
    padding-top: 25%;
}
.message-bg .message-title h2{
    text-transform: uppercase;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
}
.message-bg .message-title p{
    font-size: 16px;
    color: rgba(255, 255, 255, .7);
    padding: 10px 0;
}
.message-bg .message-white{
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}
.message-bg .message-white h2{
    font-size: 30px;
    color: #333333;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0 30px;
}
.message-bg .message-white .layui-input{
    height: 50px;
    line-height: 50px;
    background: #f5f5f5;
    border-radius: 5px;
    border-width: 0;
}
.message-bg .message-white .layui-btn-blue{
    background: #0363c3;
}
.message-bg .message-white .layui-input:focus, .message-bg .message-white .layui-textarea:focus{
    border-color: #0363c3 !important;
    box-shadow: 0 0 0 3px rgba(3, 99, 195, .08);
}



/* footer */
footer{
    background: #0363c3 url("../image/footer-bg.jpg") no-repeat center;
    background-size: cover;
    padding-top: 50px;
}
#footer h2{
    font-weight: 500;
    font-size:30px;
    color: #fff;
    margin-bottom: 15px;
}
.footer-share{
    display: flex;
    align-items: center;
}
.footer-share a{
    padding: 5px 10px 0;
}
.footer-contact,
.footer-contact p{
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
    padding: 5px 0;
}
.footer-contact{
    padding: 25px 0 35px;
}
.footer-prodcuts,
.footer-quick{
    padding-bottom: 35px;
}
.footer-prodcuts a{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    padding: 8px 0;
}
.footer-quick a{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    padding: 8px 0;
}
.footer-inner{
    text-align: center;
    padding: 20px 0;
    color: rgba(255, 255, 255, .5);
    font-size: 16px;
    background: rgba(0, 0, 0, .1);
}
.footer-inner a{
    color: rgba(255, 255, 255, .5);
    font-size: 16px;
}


/* Page Banner */
.page-banner{
    position: relative;
    height: 0;
    padding-bottom: 25%;
    overflow: hidden;
}
.page-banner h2{
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    transform: translateY(-50%);
    font-size: 60px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

/* 面包屑 */
.breadcrumb{
    padding: 15px 10px;
    border-bottom: 1px solid #dedede;
}

/* Page */
.page-content{padding-top: 40px;padding-bottom: 40px;min-height: 500px;}
.left-nav{border-right: 0 solid #dedede;background: #f5f5f5;padding: 0 0 20px;}
.left-nav h2{font-size: 20px;color: #fff;font-weight: bold;padding: 30px 0;text-align: center;border-bottom: 1px solid #dedede;background: var(--primary-color);}
.left-nav ul li{position: relative;border-bottom: 1px solid #eee;}
.left-nav ul li a{display: block;text-align: center;padding: 20px 0;/*color: rgba(169, 169, 169, 1);*/transition: all .3s;position: relative;z-index: 1;}
.left-nav ul li a span{position: relative;z-index: 1;}
.left-nav ul li:after{content: "";display: block;width: 0;height: 100%;position: absolute;top: 0;left: 0;bottom: 0;right: 0;transition: all .3s;z-index: 0;}
.left-nav ul li.active a{font-weight: bold;color: #000;}
.left-nav ul li:hover a{color: #ffffff;}
.left-nav ul li:hover:after{background: var(--primary-color);width: 100%;left: 0;z-index: 0;}

/* 图文 */
.product-item .card {border-radius: 3px;position: relative;padding: 12px;margin: 0 auto 20px;-webkit-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);-moz-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);-o-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);border: 1px solid #eee;min-height: 250px;overflow: hidden;background-color: #fff;}
.product-item .card .thumb {position: relative;-webkit-transition: all 0.5s ease-out 0s;-moz-transition: all 0.5s ease-out 0s;-o-transition: all 0.5s ease-out 0s;transition: all 0.5s ease-out 0s;margin: -12px;}
.product-item .card .thumb > .preview-link::before {background: rgba(0, 0, 0, 0.2);opacity: 0;z-index: 1;position: absolute;top: 0;left: 0;bottom: 0;right: 0;content: "";-webkit-transition: all 0.5s ease-out 0s;-moz-transition: all 0.5s ease-out 0s;-o-transition: all 0.5s ease-out 0s;transition: all 0.5s ease-out 0s;}
.product-item .card .thumb > .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-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);}
.product-item .card:hover {-webkit-transform: translateY(-6px);-moz-transform: translateY(-6px);-o-transform: translateY(-6px);-ms-transform: translateY(-6px);transform: translateY(-6px);-webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);-moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.product-item .card:hover .operate .pull-right {display: block;}
.product-item .card .image {position: relative;width: 100%;height: 1px;overflow: hidden;padding-bottom: 75%;background-repeat: no-repeat;background-size: cover;background-position: center center;}
.product-item .card .title {padding-top: 10px;}
.product-item .card h2 {color: #000;padding: 0;margin-bottom: 5px;height: 24px;margin-top: 15px;font-size: 14px;font-weight: 400;line-height: 24px;text-align: left;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp: 1;}
.product-item .card .operate {height: 31px;overflow: hidden;}
.product-item .card .text-gray {color: #d2d6de !important;}
.product-item .card .operate .pull-right {display: none;}

.sticky-top{background: none;}
.sticky-top .panel-sidebar{padding: 0;}
.sticky-top .panel-sidebar li{border-bottom: 0;}
.sticky-top .panel-sidebar li a{text-align: left;}

.product-list h3{display: block;margin-bottom: 30px;font-size: 24px;color: #666;font-weight: 500;}
.product-list .product-item a .col-4{padding: 0;}
.product-list .product-item a .image img{transition:all 0.6s;}
.product-list .product-item a:hover .image img{transform:scale(1.11);}
.product-list .product-item .title{font-size: 18px;color: #000;margin-bottom: 5px;font-weight: 500;}
.product-list .product-item .subhead{margin-bottom: 10px;color: #666;}
.product-show-title h3{font-weight: bold;font-size: 24px;display: block;margin-bottom: 10px;}
.product-show-title h5{font-size: 18px;color: #666;}
.introduction{padding: 20px 0;margin: 20px 0;border-top: 1px solid #f1f1f1;}
.introduction p{line-height: 30px;font-size: 16px;color: #666;}

/* 内容页 */
.article-metas .metas-title {line-height: 1.45;margin-bottom: 20px;display: block;font-size: 26px;font-weight: 500;color: #444;}
.article-metas .data{text-align: left;color: #999;margin-bottom: 40px;font-size: 14px;}

.hot-article {border-radius: 2px;margin: 30px 0 30px 20px;padding: 20px;box-shadow: 0 0 3px #ccc;}
.hot-article h4{font-size: 18px;padding: 5px 0;}
.hot-article .card-body{padding: 10px 0;}
.hot-article .card-body .card-title{overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp: 2;font-size: 14px;line-height: 24px;margin-bottom: 0;}
.hot-article .list-group-item{overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp: 2;font-size: 14px;line-height: 24px;padding: 12px 0;}

.channelsel{margin-bottom: 45px;background: url(../../../img/product-select-jt.png) 90% center no-repeat;padding: 0 20px;font-size: 20px;border: 2px solid #3d3d3d;height: 60px;line-height: 60px;border-radius: 50px;overflow: hidden;appearance: none;-moz-appearance: none;-webkit-appearance: none;-ms-appearance: none;min-width: 230px;color: #3d3d3d;}

.entry-meta ul {overflow: hidden;margin: 0 0 10px 0;padding: 0 0 10px 0;border-bottom: 1px solid #eeeeee;}
.entry-meta ul li {line-height: 26px;}
.related-article,
.gallery-article {margin-top: 10px;}
.related-article .row,
.gallery-article .row {margin: 0 -5px;}
.related-article .col-sm-3,
.gallery-article .col-sm-3 {padding: 0 10px;}
.related-article .col-sm-3 a,
.gallery-article .col-sm-3 a {display: block;}
.related-article .embed-responsive-4by3,
.gallery-article .embed-responsive-4by3 {border-radius: 5px;}
@media (max-width: 480px) {
    .related-article .row,
    .gallery-article .row {margin: 0 -5px !important;}
    .related-article .col-sm-3,
    .gallery-article .col-sm-3 {padding: 0 5px 10px 5px;}
}
.img-zoom {overflow: hidden;display: inline-block;}
.img-zoom img {-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.img-zoom:hover img {-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.embed-responsive {position: relative;display: block;height: 0;padding: 0;overflow: hidden;}
.embed-responsive img {position: absolute;object-fit: cover;width: 100%;height: 100%;border: 0;}
.embed-responsive-16by9 {padding-bottom: 56.25%;}
.embed-responsive-4by3 {padding-bottom: 95%;}
.embed-responsive-square {padding-bottom: 100%;}
.related-article h5 {font-size: 14px;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp: 1;font-weight: normal;height: 15px;margin: 8px auto;}


/* 新闻 */
.recommend{margin-top: 24px;background: #242424;}
.recommend img{max-height: 550px;}
.recommend .txt{padding: 15% 10%;}
.recommend .txt h3{margin-bottom: 20px;display: block;font-size: 24px;color: #f8fcff;padding-bottom: 20px;border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.recommend .txt p{margin-bottom: 50px;color: #f8fcff;font-size: 16px;line-height: 28px;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp: 3;}
.recommend .txt a{padding: 0 30px;display: inline-block;height: 40px;line-height: 40px;font-size: 14px;color: #fff;border: 1px solid #fff;border-radius: 50px;}
.recommend .txt a:hover{background: rgba(255,255,255,0.3);}

.article-list{padding-top: 30px;margin-bottom: 30px;}
.article-list .article-item a{margin-bottom: 35px;border: 1px solid #dddddd;display: block;}
.article-list .article-item a .article-img{height: 0;padding-bottom: 60%;}
.article-list .article-item a .article-img img{transition:all 0.6s;}
.article-list .article-item:hover a .article-img img{transform:scale(1.11);}
.article-list .article-item a .article-title{padding: 10px 0;display: block;font-size: 18px;color: #000000;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.article-list .article-item a .article-intro{height: 52px; margin-bottom: 20px;color: #999;font-size: 14px;line-height: 26px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.article-list .article-item a .btn{padding: 0 30px;display: inline-block;height: 40px;line-height: 40px;font-size: 14px;color: #333333;border: 1px solid #333333;border-radius: 50px;}

.nav-tabs.nav-c{padding-top: 30px;}
.nav-tabs.nav-c .nav-link{background: none;border: none; margin-bottom: -2px; border-bottom: 3px solid transparent; border-radius: 0;padding: 0.8rem 0;margin-right: 2rem;color: #333333;font-size: 20px;}
.nav-tabs.nav-c .nav-link.active{color:#000000;border-bottom:3px solid #000000;}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{color:#000000; border-bottom:3px solid #000000;border-radius: 0;}

/* 搜索 */
.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 0;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}
.panel-default > .panel-heading .panel-title {
    font-size: 16px;
}
.article-list .article-item a .article-title span.highlight {
    color: red;
}





@media (min-width: 769px) {

}
@media (min-width: 1300px) {
    .container{max-width: 1330px;}
}
@media (max-width: 768px) {
    .top-bg .hotline p{
        font-size: 12px;
    }
    .top-bg .share{padding: 10px 0 0;}
    .title-bt h2{font-size: 30px;}
    .title-bt p{font-size: 14px;}
    .advantages-list li{padding-bottom: 20px;}
    .advantages-list li .item{margin: 0;height: 100%;padding: 10px;}
    .advantages-list li .item h3{font-size: 18px;padding: 10px 0 0 0}
    .footer-nav,
    .footer-qrcode,
    .footer-contact{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footer-contact{
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .page-banner h2{
        font-size: 35px;
        top: 50%;
    }
    #footer{
        margin-bottom: 37px;
    }
    #footer h2{
        font-size: 20px;
    }
}
