.baner {
    width: 100%;
    overflow: hidden;
    line-height: 0px;
    position: relative;
}
.baner img {
    width: 100%;
}
.baner .banertiten {
    position: absolute;
    z-index: 1;
    top: calc(50% - 24px);
    left: 20%;
    font-size: 24px;
    color: #fff;
    font-weight: 200;
}
.baner .banertit {
    position: absolute;
    z-index: 1;
    top: calc(50% + 24px);
    left: 20%;
    font-size: 42px;
    color: #fff;
    font-weight: 200;
}
.news {
    width:80%;
    margin: auto;
    margin-top: 45px;
    overflow: hidden;
    margin-bottom: 30px;
}
.newsl {
    width: 300px;
    background-color: #fff;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px;
    float: left;
    margin-top: 15px;
}
.newslfix {
    position: fixed;
    left: 10%;
    top: 100px;
    z-index: 999;
}
.newsr {
    width: calc(100% - 330px);
    overflow: hidden;
    float: right;
}
.newslist {
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    padding: 30px;
    margin-bottom: 30px;
    margin-top: 15px;
}
.newslist .newspic {
    float: left;
    width: 270px;
    height: 180px;
    overflow: hidden;
    line-height: 0px;
}
.newslist .newspic img {
    width: 100%;
    transition: 1s all;
}
.newslist .newslistr {
    width: calc(100% - 290px);
    float: right;
    height: 180px;
    overflow: hidden;
}
.newslist .newslistr .dtime {
    font-size: 16px;
    height: 16px;
    overflow: hidden;
    line-height: 16px;
    margin-top: 5px;
    color: #999;
    background: url(icon-time.png) left center no-repeat;
    background-size: auto 16px;
    text-indent: 20px;
    font-weight: 200;
}
.newslist .newslistr .newstit {
    font-size: 24px;
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    margin-top: 15px;
}
.newslist .newslistr .newsdes {
    color: #999;
    line-height: 22px;
    height: 44px;
    margin-top: 6px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newslist .newslistr .newsbtn {
    width: 75px;
    height: 28px;
    border-radius: 5px;
    line-height: 28px;
    border: #ddd 1px solid;
    text-align: center;
    color: #999;
    margin-top: 10px;
    font-size: 12px;
}
.newslist:hover .newslistr .newstit ,.newslist:hover .newslistr .newsdes ,.newslist:hover .newslistr .dtime {
    color: #006DB2;
}
.newslist:hover .newslistr .newsbtn {
    background-color: #006DB2;
    border: #006DB2;
    color: #fff;
}
.newslist:hover .newslistr .dtime {
    background: url(icon-time-on.png) left center no-repeat;
    background-size: auto 16px;
}
.newslist:hover .newspic img {
    transform: scale(1.1);
}
.newscattit {
    font-size: 24px;
    background: url(icon-add.png) 10px center no-repeat;
    background-size: auto 18px;
    text-indent: 40px;
}
.newscats {
    padding-top: 20px;
    overflow: hidden;
}
.newscats li {
    width: calc(100% - 10px);
    margin: 5px;
    margin-bottom: 20px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    box-shadow: #eee 0px 0px 5px;
    font-weight: 200;
    background: url(icon-jian.png) 15px center no-repeat;
    background-size: 10px auto;
    text-indent: 35px;
}
.newscats li:hover {
    background-color: #006DB2;
}
.newscats .active ,.newscats li:hover a {
    background-color: #006DB2;
    color: #fff;
}
.newscats .active a {
    color: #fff;
}
.newsmain {
    background-color: #fff;
    background-color: #fff;
    overflow: hidden;
    padding: 40px;
    box-sizing: border-box;
}
.newstitle {
    font-size: 30px;
    text-align: center;
    padding-bottom: 10px;
}
.newsinfo {
    color: #999;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: #ddd 1px solid;
}
.newscontent {
    font-size: 18px;
    color: #555;
    width: 100%;
    overflow: hidden;
    padding-left: 30px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 40px;
    line-height: 180%;
}
.honor {
    width: 100%;
    overflow: hidden;
}
.honor ul {
    background-color: #fff;
    width: calc((100% - 80px) / 5);
    float: left;
    margin-right: 20px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
}
.honor ul:nth-of-type(5n) {
    margin-right: 0px;
}
.honor ul li:nth-child(1) {
    background: url(zlbg.jpg) center no-repeat;
    background-size: 100%;
    overflow: hidden;
    height:  0;
    padding-top: 70%;
    padding-bottom: 70%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.honor ul li:nth-child(1) img {
    width:calc(100% - 40px);
}
.honor ul li:nth-child(2) {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    overflow: hidden;
    margin-top: 20px;
    text-align: center;
} 
.stores {
    width: 100%;
    overflow: hidden;
}
.stores ul {
    background-color: #fff;
    width: calc((100% - 80px) / 5);
    float: left;
    margin-right: 20px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
}
.stores ul:nth-of-type(5n) {
    margin-right: 0px;
}
.stores ul li:nth-child(1) {
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stores ul li:nth-child(1) img {
    width: 100%;
}
.stores ul li:nth-child(2) {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    overflow: hidden;
    margin-top: 20px;
    text-align: center;
} 
.bigimg{position: fixed;left: 0;top: 0; right: 0;bottom: 0;margin:auto;display: none;z-index:99999;border: 10px solid #fff; background-color: #006DB2;}
.imgbox:hover{cursor:zoom-in}
.mask{position: fixed;left: 0;top: 0; right: 0;bottom: 0;background-color: #000;opacity:0.5;filter: Alpha(opacity=50);z-index: 9999;transition:all 1s;display: none}
.mask:hover{cursor:zoom-out}
.mask>img{position: fixed;right:10px;top: 10px;width: 60px;}
.mask>img:hover{cursor:pointer}