@media (min-width:1200px) {
    .container {
        max-width: 1130px;
    }
}

li {
    list-style: none;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a:hover {
    text-decoration: none;
}

h3,
h4 {
    margin: 0;
}

/* 头部 */
.header {
    background-image: url(/cjrhfzzx/tpl/10/images/bg.jpg);
    height: 120px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header h1 {
    height: 120px;
    display: inline-block;
}

.header .logo {
    float: left;
    width: 210px;
    height: 56px;
    margin-top: 32px;
    margin-right: 20px;
}

.header h1 .title {
    float: left;
    font-size: 34px;
    line-height: 120px;
    letter-spacing: -1px;
    color: #0b5caf;
}

.search_box {
    height: 30px;
    width: 186px;
    background: #fff;
    float: right;
    box-shadow: 5px 2px 5px 1px rgba(0, 0, 0, 0.05);
    margin-top: 45px;
}

input {
    border: 0;
    outline: none;
}

.input_div1 {
    width: 156px;
    float: left;
}

.input_div2 {
    float: right;
    text-align: right;
    background-color: #0b5caf;
}

.input_b {
    font-size: 12px;
    border-top: 0px;
    height: 30px;
    border-right: 0px;
    width: 186px;
    background: none transparent scroll repeat 0% 0%;
    border-bottom: 0px;
    color: #999;
    padding-left: 5px;
    border-left: 0px;
    line-height: 30px;
}

.input_s {
    cursor: pointer;
    border-top: 0px;
    height: 30px;
    border-right: 0px;
    width: 30px;
    background: url(/cjrhfzzx/tpl/10/images/search.png) no-repeat center center;
    border-bottom: 0px;
    border-left: 0px;
}

/* 导航 */
.navbar {
    width: 100%;
    padding: 0;
}

#navbarNav {
    width: 100%;
    z-index: 999;
}

.navbar-nav {
    width: 100%;
}

@media (min-width:992px) {
    .nav-item {
        width: 12.5%;
        text-align: center;
        position: relative;
    }

    .nav-item .nav-link {
        font-size: 18px;
        line-height: 54px;
        color: #fff !important;
        padding: 0;
    }

    .nav-down {
        display: none;
        padding-top: 16px;
        position: absolute;
        top: 54px;
        left: -10%;
        width: 120%;
        height: 120px;
        background-color: #0b5daf83;
        z-index: 999;
    }

    .nav-down li {
        height: 34px;
    }

    .nav-down li a {
        color: #fff;
    }

    .nav-link:hover~.nav-down {
        display: block;
    }

    .nav-down:hover {
        display: block;
    }

    .nav-down ul li a:hover {
        color: #333;
    }
}

.nav {
    width: 100%;
    height: 54px;
    background-color: #0b5caf;
}

@media (max-width:992px) {
    .header .container {
        position: relative;
    }

    .search_box {
        position: absolute;
        right: 0;
        margin-top: 0;
    }

    .input_div2 {
        background-color: #0275eb;
    }

    .navbar-light .navbar-toggler {
        border: 0;
    }

    .container .navbar {
        margin-top: 8px;
    }

    .nav .container .navbar-nav {
        background-color: #fff;
        margin-top: 8px;
    }

    .nav-link {
        color: #0b5caf !important;
    }

    .nav-down ul li a {
        color: #999;
        font-size: 14px;
    }
}

.navbar-light .navbar-toggler-icon {
    background-image: url(/cjrhfzzx/tpl/10/images/list.png);
}

@media (max-width:768px) {
    .header {
        height: 80px !important;
    }

    .logo {
        width: 160px !important;
        margin-top: 10px !important;
    }

    .logo a img {
        width: 160px;
        height: auto;
    }

    .header h1 {
        height: 80px !important;
    }

    .header h1 .title {
        font-size: 22px;
        line-height: 80px;
    }
}

@media (max-width:483px) {
    .logo {
        width: 90px !important;
        margin-right: 6px !important;
    }

    .logo a img {
        width: 90px;
        height: auto;
    }

    .header h1 .title {
        font-size: 17px;
        line-height: 80px;
    }
}

@media (max-width:334px) {
    .logo {
        display: none;
    }

    .header {
        height: 60px !important;
    }

    .header h1 .title {
        line-height: 60px;
    }

    .search_box {
        top: 72px;
    }
}

/* 轮播图 */
.banner {
    height: 440px;
}

.banner .carousel {
    height: 440px;
}

.banner .carousel-inner {
    height: 440px;
}

.banner .carousel-indicators li {
    width: 9px;
    height: 9px;
    border-radius: 4px;
    border: none;
    opacity: 1;
}

.banner .carousel-indicators .active {
    width: 18px;
    background-color: #0a3090;
    overflow: hidden;
}

@media (min-width:1200px) {
    .banner {
        height: 440px;
    }

    .banner .carousel {
        height: 440px;
    }

    .banner .carousel-inner {
        height: 440px;
    }

    .banner .carousel-item img {
        height: 440px;
    }
}

@media (max-width:1200px) and (min-width:992px) {
    .banner {
        height: 360px;
    }

    .banner .carousel {
        height: 360px;
    }

    .banner .carousel-inner {
        height: 360px;
    }

    .banner .carousel-item img {
        height: 440px;
    }
}

@media (max-width:992px) and (min-width:768px) {
    .banner {
        height: 300px;
    }

    .banner .carousel {
        height: 300px;
    }

    .banner .carousel-inner {
        height: 300px;
    }

    .banner .carousel-item img {
        height: 440px;
    }
}

@media (max-width:768px) {
    .banner {
        height: 230px;
    }

    .banner .carousel {
        height: 230px;
    }

    .banner .carousel-inner {
        height: 230px;
    }

    .banner .carousel-item img {
        height: 440px;
    }
}

.carousel-item img {
    width: 100%;
    object-fit: cover;
}


/* 新闻发布 */
.news {
    margin-top: 32px;
    overflow: hidden;
}


h3 .title {
    font-size: 20px;
    font-weight: 800;
}

.news .top {
    height: 20px;
    margin-bottom: 28px;
}

h3 {
    font-size: 20px;
}

.more a {
    font-size: 14px;
    color: #0a3090;
    cursor: pointer;
}

.news .small {
    padding-right: 20px;
    height: 300px;
    float: left;
}

.news .carousel-item {
    height: 300px;
}

.news .carousel-item img {
    height: 300px;
}

.news .right {
    width: 530px;
    height: 300px;
    float: right;
}

.news .time {
    float: left;
    margin-right: 16px;
    cursor: pointer;
}

.news .time .year {
    width: 53px;
    height: 22px;
    border-radius: 4px 4px 0 0;
    background-color: #0a3090;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
}

.news .time .date {
    width: 53px;
    height: 31px;
    background-color: #e6e6e6;
    border-radius: 0 0 4px 4px;
    color: #0a3090;
    font-size: 19px;
    line-height: 31px;
    text-align: center;
}

.news .con .title {
    margin-bottom: 10px;
    height: 24px;
}

.news .con .title a {
    font-size: 16px;
    color: #333;
    width: 461px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.news .con .title a:hover {
    color: #0a3090;
}

.news .con .detail {
    font-size: 14px;
    color: #999;
    width: 461px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.news .right .xx {
    height: 150px;
    margin-bottom: 6px;
}

.news .xt {
    height: 150px;
}


.news .right .xx li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ececec;
}

.news .xt li a {
    display: inline-block;
    width: 410px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333;
}

.news .xt li a:hover {
    color: #0a3090;
}

.news .xt li span {
    float: right;
    cursor: pointer;
}

@media (min-width:992px) {
    .news .small {
        width: 50%;
    }

    .news .right {
        width: 50%;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .news .con .detail {
        width: 396px;
    }

    .news .con .title a {
        width: 396px;
    }

    .news .xt li a {
        width: 360px;
    }
}

@media (max-width:992px) {
    .news .small {
        width: 100%;
        padding-right: 0;
    }

    .news .right {
        width: 100%;
        margin-top: 26px;
    }

    .news .con .detail {
        width: 621px;
    }

    .news .con .title a {
        width: 621px;
    }

    .news .xt li a {
        width: 460px;
    }
}

@media (max-width:768px) {
    .news .small {
        width: 100%;
        padding-right: 0;
    }

    .news .right {
        width: 100%;
        margin-top: 26px;
    }

    .news .con .detail {
        width: 80%;
    }

    .news .con .title a {
        width: 80%;
    }

    .news .xt li a {
        width: 70%;
    }
}

/* 公示公告、需求发布 */
.bg-big {
    width: 100%;
    height: 364px;
    margin-top: 32px;
    background-image: url(/cjrhfzzx/tpl/10/images/bg-big.png);
    background-size: cover;
    padding-top: 26px;
}

.notice {
    width: 50%;
    float: left;
    padding-right: 20px;
}

.publish {
    width: 50%;
    float: left;
    padding-left: 20px;
}

.notice .top,
.publish .top {
    height: 24px;
    margin-bottom: 26px;
}

.con ul li a em {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-bottom: 3px;
    border-radius: 50%;
    background-color: #333;
}

.bg-big .con ul li {
    margin-bottom: 10px;
}


.bg-big .con ul li a {
    display: inline-block;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333;
}

.bg-big .con ul li a:hover {
    color: #0a3090;
}

.bg-big .con ul li .time {
    float: right;
    font-size: 16px;
    color: #999;
}

@media (max-width:992px) {
    .bg-big {
        height: 716px;
    }

    .notice {
        width: 100%;
        padding-right: 0;
    }

    .publish {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
}

/* 成果汇编、团队风采 */
.cate {
    margin-top: 30px;
    height: 320px;
}

.cate .top {
    margin-bottom: 26px;
    height: 24px;
}

.result {
    width: 50%;
    float: left;
    padding-right: 20px;
    height: 320px;
}

.cate .con .item,
.cate .con .patent {
    width: 50%;
    float: left;
}

.cate .item {
    padding-right: 12px;
}

.cate .patent {
    padding-left: 12px;
}

.cate .item ul,
.cate .patent ul {
    margin-top: 20px;
}

.cate .item ul li a,
.cate .patent ul li a {
    font-size: 16px;
    line-height: 16px;
    color: #333;
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cate .item ul li,
.cate .patent ul li {
    padding-bottom: 14px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 14px;
}

.team {
    width: 50%;
    float: left;
    padding-left: 20px;
    height: 320px;
}

.team .con ul li a {
    font-size: 16px;
    line-height: 16px;
    color: #333;
    width: 80%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.team .con ul li {
    padding-bottom: 13px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 13px;
}

.team .con ul li span {
    color: #999;
    float: right;
}

@media (max-width:992px) {
    .result {
        width: 100%;
        float: none;
        padding-right: 0px;
    }

    .team {
        width: 100%;
        float: none;
        padding-left: 0px;
        margin-top: 20px;
    }

    .cate {
        height: 640px;
    }

}

/* 版权 */
.footer {
    width: 100%;
    height: 256px;
    background-color: #0b5caf;
    padding-top: 36px;
    position: relative;
}

.footer .container #footer {
    width: 33.333%;
    height: 150px;
}

.footer .container {
    overflow: hidden;
}

.footer_left {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.footer_right {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 32px;
}

.footer h5 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0 !important;
}

.footer ul {
    margin-top: 20px;
}

.footer ul li {
    width: 45.2%;
    float: left;
}

.footer .footer_right ul li {
    width: 50%;
}

.footer ul li a {
    font-size: 14px;
    color: #fff;
}

.img {
    width: 210px;
    height: 56px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.location {
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.tel {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.footer_certer {
    display: none;
}

.copy {
    width: 100%;
    height: 40px;
    background-color: #02468b;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    position: absolute;
    bottom: 0;
}

@media (max-width:992px) {
    .footer {
        margin-top: 22px;
        height: 320px;
    }
    .footer .container #footer {
        width: 50%;
    }
    .footer .d-lg-none {
        margin-top: 16px;
    }
}
@media (max-width:1200px) {
    .footer .container #footer {
        height: 160px;
    }
}