/*修改默认-bootstrap*/
.container{max-width: 1240px !important;}
.dropdown:hover>.dropdown-menu {display: block;}
.dropdown>.dropdown-toggle:active {pointer-events: none;}


/*修改默认-style*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{font-weight:normal;}
.top-bar{padding:0;height: 2.7em;line-height:2.7em}
.top-bar p{font-size:1em}
.top-bar .btn{color:#999;font-weight:normal;font-size:1em}
.top-bar ul.link a {text-decoration: none !important;height: 26px;line-height: 26px;color: #999;text-align: center;border-radius: 0.4em;margin: 0;padding:0 0.5em;}
.top-bar ul.link a:hover {background:#da4d4d;color:#fff}


.navbar-brand .logo{height:45px !important}
#navbar .navbar-nav > li > a:hover{background-color:#da4d4d;color:#fff;border-color: #ca2a2a !important;}

#navbar .navbar-nav > li > a{font-size:1em;font-weight:normal;}
#navbar .dropdown-menu a.nav-link{font-size:0.95em}

.sticky #navbar .navbar-nav > li > a{padding-top:0.6em;padding-bottom:0.6em}
.sticky .navbar-brand .logo {height:38px !important;}






.wechat-list .home-blog-post{background:var(--white);border:1px solid #fff;margin-top:0;margin-bottom:10px}
.wechat-list .home-blog-post:hover{border-color:var(--red);}
.wechat-list .home-blog-post .image{margin-bottom:0}
.wechat-list .home-blog-post .author-category{font-size:.95em}
.wechat-list .home-blog-post h4{margin-top:0}


.news-list .h3{font-size:1.3em}

.news-list .image{height:8em;overflow:hidden;}
.news-list .image img{width:100%;min-height:100%}
.news-list .intro{height:3em;line-height:1.5em;overflow:hidden}

.news-show{}
.news-show #text-page{font-size:1.1em;line-height:2.2em}
.news-show #text-page h1{font-size:1.5em;line-height:1.5em}
.news-show #text-page p{text-indent: 2em}
.news-show #text-page img{display:block;max-width: 100%;margin:0 auto;border-radius:10px}

.previous-next a{display:inline !important}

.products-big .image {
    min-height: auto !important;
    max-height: 100% !important;
}

.product .image {
    overflow: hidden;
    max-height: 100%;
}






@media (max-width: 992px){
    .news-list .h3{font-size:1.1em}
	.news-list .image{display:none}
    .news-show  #text-page h1{font-size:1.2em;margin-top:0 !important}

    #navbar{padding-top:0;padding-bottom:0}
}