/*
 * @Author: omtech.cn
 * @Date: 2018-09-04 14:10:24
 * @LastEditors: luoyishan
 * @LastEditTime: 2022-03-02 11:03:24
 * @Description:
 */

@charset "utf-8";

/* backtop */
.backtop {
    position: fixed;
    right: 20px;
    bottom: 140px;
    z-index: 80;
    display: none;
    width: 50px;
    height: 50px;
    text-indent: -999em;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: url(https:/static.cdcppcc.gov.cn/qx/2022/jinniu/images/bg_backtop.png) no-repeat center top #d6d6d6;
    -webkit-transition: .5s;
    transition: .5s;
}
.backtop:hover {
    background-position: center bottom;
    background-color: #0b265b;
}
.bg-page {
    background-color: #f2f5fa;
}

/* alerts */
.alert {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -150px;
    z-index: 2;
    width: 300px;
    text-align: center;
    padding: 10px 0;
    border-radius: 4px;
    color: #999;
    -webkit-box-shadow: #666 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: #666 0px 0px 10px;
    background: #fff;
}

/*header*/
.header {
    width: 100%;
    height: 306px;
}
.header .main {
    height: 240px;
}
.header .main .logo {
    position: absolute;
    top: 30px;
    left: 0;
    width: 580px;
    height: 194px;
    overflow: hidden;
}
.header .main .logo a {
    display: block;
    height: 100%;
    text-indent: -999em;
    cursor: pointer;
    background: url(https:/static.cdcppcc.gov.cn/qx/2022/jinniu/images/header_logo.png) no-repeat;
}

.header .hdmove {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 1200px;
    height: 240px;
    background-color: #eee;
}
.slide-box {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}
.slide-box .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.slide-box .bd ul {
    height: 100%;
}
.slide-box .bd li {
    zoom: 1;
    vertical-align: middle;
    height: 100%;
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-position: center center;
}

/*.header .menu*/
.header .menu {
    position: relative;
    z-index: 1;
    background-color: #26509e;
}
.header .menu .wrap ul {
    height: 66px;

}
.header .menu li {
    position: relative;
    float: left;
    width: 98px;
    font-size: 16px;
    line-height: 66px;
    text-align: center;
}
.header .menu li.last {
    padding-right: 0;
}
.header .menu li a {
    position: relative;
    display: block;
    height: 66px;
    cursor: pointer;
    color: #fff;
}
.header .menu li a.on,
.header .menu li:hover a {
    background: #3878ce;
    font-weight: bold;
    text-decoration: none;
}
.header .menu li:hover .menu-li a {
    background:#fff;
}
.header .menu .wrap .search {
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 2;
    width: 118px;
    height: 30px;
    background: #fff;
    overflow: hidden;
}
.header .menu .wrap .search .text {
    width: 64px;
    height: 30px;
    font-size: 14px;
    padding: 0 12px;
}
.header .menu .wrap .search button {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    border: 0 none;
    cursor: pointer;
    background: #3878ce url(https:/static.cdcppcc.gov.cn/qx/2022/jinniu/images/icon_search.png) no-repeat 8px 8px;
    background-size: 16px 16px;
}
.header .menu li .menu-li {
    position: absolute;
    top: 66px;
    left: 0;
    width: 98px;
    height: auto;
    background-color: #fff;
    z-index: 2;
    box-shadow: 0 0 20px rgba(150, 150, 150, 0.8);
    overflow: hidden;
}
.header .menu li .menu-li a {
    display: block;
    height: 0;
    line-height: 50px;
    text-align: center;
    text-align-last: center;
    font-size: 16px;
    font-weight: normal;
    color: #656565;
    border-bottom: 0;
}
.header .menu li .menu-li a:hover,
.header .menu li .menu-li a:hover:after {
    border-bottom: 0;
    color: #3977cf;
    font-weight: bold;
    background-color: #eff4fa;
}
.header .menu li:hover .menu-li a {
    height: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/*news-item*/
.news-box {
    width: 100%;
    overflow: hidden;
}
.news-item li {
    overflow: hidden;
    height: 25px;
    line-height: 26px;
}
.news-item li.picnews {
    margin-bottom: 0;
    height: auto;
    overflow: hidden;
}
.news-item li.picnews a {
    display: inline;
    padding-left: 0;
    color: #333;
    background: none;
}
.news-item li.picnews .image {
    position: relative;
    display: block;
    width: 220px;
    height: 166px;
    margin-right: 20px;
    cursor: pointer;
}
.news-item li.picnews .image img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    transition: .5s;
}
.news-item li.picnews:hover a,
.news-item li.picnews .cont a:hover {
    color: #0073d5;
}
.news-item li.picnews .cont h4 {
    max-height: 60px;
    _height: 60px;
    overflow: hidden;
    font-size: 20px;
    line-height: 30px;
    color: #4d4d4d;
}

/* .s-model  */
.s-model,.s-model .model-title {
    width: 590px;
    margin-top: 10px;
}
.s-model .model-tab {
    width: 472px;
}
.s-model-list {
    width: 100%;
    margin-top: 10px;
}
.s-model-list li {
    height: 30px;
}
.s-model-list li a {
    font-size: 14px;
    color: #000;
    overflow: hidden;
    padding: 4px 5px 4px 10px;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: block;
    background: url(https:/static.cdcppcc.gov.cn/qx/2022/jinniu/images/bg_icon_item.png) no-repeat 0 11px;
    transition: .5s;
    -webkit-transition: .5s;
}
.s-model-list li a:hover {
    font-weight: 700;
    color: #3878ce;
    background: url(https:/static.cdcppcc.gov.cn/qx/2022/jinniu/images/bg_icon_item.png) no-repeat 0 -22px;

}

/* footer */
.footer {
    width: 100%;
    padding: 50px 0 30px;
    font-size: 16px;
    line-height: 30px;
    background: #26509e;
    background-size: 100% 100%;
}
.footer-info-wrap {
    margin-left:30px;
}
.footer,
.footer a,
.footer a:hover {
    color: #fff;
}
.footer .link a {
    margin: 0 10px;
}
.footer .logo {
    width: 80px;
    height: 80px;
    margin-top: 10px;
}
.footer .gaba img {
    display: inline-block;
    vertical-align: text-top;
}