/*
 * @Author: omtech.cn
 * @Date: 2024-03-01 10:50:45
 * @LastEditors: luoyishan
 * @LastEditTime: 2024-03-08 17:23:59
 * @Description: 成都政协锦江区
 */

@charset "utf-8";

/*header*/
.header {
    width: 100%;
    height: 548px;
    background: url(https:/static.cdcppcc.gov.cn/qx/2024/jinjiang/images/bg_header.png) no-repeat center top;
}

/* topbar */
.header .topbar {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 2;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #fff;
}
.header .topbar .topbar-title {
    font-size: 14px;
    font-weight: bold;
}
.header .topbar a,
.header .topbar a:hover {
    color: #fff;
}
.header .topbar .fl span {
    margin-right: 10px;
}
.header .topbar .search {
    position: relative;
    float: right;
    width: 150px;
    height: 18px;
    margin-top: 8px;
    padding: 7px 52px 7px 10px;
    overflow: hidden;
    border-radius: 30px;
    background: rgba(255, 255, 255, .24);
}
.header .topbar .search .text {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    /*height: 32px;*/
    font-size: 14px;
    padding-left: 10px;
    /*line-height: 34px;*/
    color: #fff;
    border-right: 1px solid #fff;
    background: none;
}
.header .topbar .search .text::placeholder {
    color: #eee;
}
.header .topbar .search button {
    position: absolute;
    top: 6px;
    right: 10px;
    z-index: 2;
    display: block;
    width: 22px;
    height: 22px;
    border: 0 none;
    cursor: pointer;
    background: url(https:/static.cdcppcc.gov.cn/qx/2024/jinjiang/images/icon_header_search.png) no-repeat center/100% auto;
}

.header .main {
    height: 480px;
}
.header .main .logo {
    position: absolute;
    top: 206px;
    left: 0;
    width: 842px;
    height: 69px;
    overflow: hidden;
}
.header .main .logo a {
    display: block;
    height: 100%;
    text-indent: -999em;
    cursor: pointer;
    background: url(https:/static.cdcppcc.gov.cn/qx/2024/jinjiang/images/header_logo.png) no-repeat;
}

/*.header .menu*/
.header .menu {
    position: relative;
    z-index: 1;
    background-color: #2A7AF1;
}
.header .menu .wrap ul {
    height: 68px;
}
.header .menu li {
    position: relative;
    float: left;
    width: 171px;
    font-size: 20px;
    line-height: 68px;
    text-align: center;
}
.header .menu li.last {
    padding-right: 0;
}
.header .menu li a {
    position: relative;
    display: block;
    height: 68px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
}
.header .menu li a.on,
.header .menu li:hover a {
    background: #4A8EF3;
    text-decoration: none;
}
.header .menu li:hover .menu-li a {
    background:#fff;
}
.header .menu li .menu-li {
    position: absolute;
    top: 66px;
    left: 0;
    width: 171px;
    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: 70px;
    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: #fff;
    font-weight: bold;
    background-color: #4A8EF3;
}
.header .menu li:hover .menu-li a {
    height: 70px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* footer */
.footer {
    width: 100%;
    padding: 48px 0 30px;
    font-size: 12px;
    line-height: 30px;
    background: #2a7af1;
    background-size: 100% 100%;
    border-top: 4px solid #A4C9FF;
}
.footer-info-wrap {
    margin-left:30px;
}
.copyright,.support {
    text-align: center;
}
.footer,
.footer a,
.footer a:hover {
    color: #fff;
}
.footer .link a {
    margin: 0 10px;
}
.footer .logo {
    width: 80px;
    height: 80px;
    margin: 10px auto 0 auto;
}
.footer .gaba img {
    display: inline-block;
    vertical-align: text-top;
}