   /* 顶部 */

   body {
    background: rgb(245, 245, 245);
    /* width: 1550px; */
    margin: auto;
}

header {
    background: #1f6dcd;
    background-size: 100% 100%;
}

header img {
    vertical-align: middle;
    padding: 20px;

}

.fgx {
    display: inline-block;
    width: 1px;
    height: 70px;
    background: rgba(255, 255, 255, 0.5);
    vertical-align: middle;
    border-radius: 10rem;
}

.title {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin-left: 20px;
    line-height: 1.5;
    vertical-align: middle;
}

/* 导航栏 */

nav {
    position: relative;
}

.layui-nav {
    background: linear-gradient(to bottom, #165cb2, #053573);
}

.layui-nav * {
    font-size: 17px;
}

.layui-nav .layui-nav-item {
    margin-left: 30px;
    line-height: 55px;
}

.layui-nav .layui-nav-item:nth-of-type(1) {
    margin-left: 140px;
}

.layui-nav-bar {
    background-color: #fff;
    height: 4px;
    border-radius: 10rem;
}

.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
    background-color: #fff;
    height: 4px;
    border-radius: 10rem;
}

.search input {
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10rem;
    height: 28px;
    border: none;
    padding-left: 15px;
    padding-right: 10px;
}

/* 主体部分-轮播图 */
.lbt {
    height: 700px;
}

/* 主体部分-成果简介 */

.row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.cgjj {
    flex-shrink: 0;
    background: #fff;
    overflow: hidden;
    width: 800px;
    margin-top: 50px;
    overflow: hidden;
    border: 1px solid rgb(221, 221, 221);
    height: 350px;
}

.bk-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bk-title p:nth-of-type(1) {
    background: #1f6dcd;
    width: 150px;
    text-align: center;
    transform: skewX(40deg) translateX(-30px);
    padding: 15px;
    font-size: 17px;
    color: white;
    padding-left: 30px;
}

.bk-title p:nth-of-type(2) {
    background: #1f6dcd;
    width: 80px;
    text-align: center;
    transform: skewX(-40deg) translateX(30px);
    padding: 15px;
    font-size: 17px;
    color: white;
    padding-right: 30px;
    cursor: pointer;
}

.bk-title .text1 span {
    display: inline-block;
    transform: skewX(-40deg);
}

.bk-title .text2 span {
    display: inline-block;
    transform: skewX(40deg);
}

.cgjj-content {
    padding: 30px;
    line-height: 32px;
    font-size: 17px;
}

/* 主体部分-成果背景 */

.cgbg {
    flex-shrink: 0;
    background: #fff;
    overflow: hidden;
    width: 500px;
    margin-top: 50px;
    overflow: hidden;
    border: 1px solid rgb(221, 221, 221);
    height: 350px;
    margin-left: 50px;
}

.cgbg-list {
    text-align: center;
    margin-top: 5px;
}

.cgbg-list img {
    flex-shrink: 0;
    background: rgb(245, 245, 245);
    padding: 12px;
    width: 30px;
    vertical-align: middle;
}

.list-title {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 300px;
    background: rgb(245, 245, 245);
    margin-left: 5px;
    height: 54px;
}

.list-title:hover {
    background: #165cb2;
}

.list-title:hover a {
    color: #fff;
}

.list-title a {
    font-size: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    color: #333;
}

/* 主体部分-申请书 */

.sqs {
    flex-shrink: 0;
    background: #fff;
    overflow: hidden;
    width: 800px;
    margin-top: 50px;
    overflow: hidden;
    border: 1px solid rgb(221, 221, 221);
    height: 500px;
}

.sqs-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 12px;
}

.sqs-row p {
    width: 210px;
    background: rgb(245, 245, 245);
    margin-top: 20px;
    padding: 15px;
    margin-left: 10px;
    font-size: 16px;
    cursor: pointer;
    color: #1f6dcd;
}

.sqs-row img,
.sqs-row span {
    vertical-align: middle;
}

.text2 a {
    color: white !important;
}

/* 主体部分-支撑材料 */

.zccl {
    flex-shrink: 0;
    background: #fff;
    overflow: hidden;
    width: 500px;
    margin-top: 50px;
    overflow: hidden;
    margin-left: 50px;
    border: 1px solid rgb(221, 221, 221);
    height: 500px;
}

.zccl-list {
    text-align: center;
    margin-top: 5px;
}

.zccl .list-title {
    height: 45px;
}

.zccl-list img {
    flex-shrink: 0;
    background: rgb(245, 245, 245);
    padding: 10px;
    width: 25px;
    vertical-align: middle;
}

footer {
    padding: 30px 90px 50px;
    background: #1f6dcd;
    color: rgb(226, 226, 226);
}

footer p {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}

footer span a {
    color: rgb(226, 226, 226) !important;
}

footer span {
    margin-left: 50px;
    cursor: pointer;
}

footer span:nth-of-type(1) {
    margin-left: 0;
}

.copyright {
    text-align: center;
    padding: 10px;
    background: #fff;
    color: #b3b3b3;
    padding-top: 20px;
    padding-bottom: 20px;
}


/*  */
/* 主体部分 */
.main {
    width: 80%;
    margin-left: 10%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.main ul {
    transform: translateY(-123px);
    border-bottom: solid #eee 700px;
    height: 100%;
}

.main ul li {
    width: 220px;
    padding: 20px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    background: #eee;
}

.main ul li:hover {
    background: #1f6dcd;
    color: white;
}

.main-title {
    font-size: 30px !important;
    background: rgba(12, 67, 168, 0.8) !important;
    height: 80px;
    line-height: 80px;
    color: white !important;
}

.content-show {
    width: calc(100% - 220px);
    margin-left: 50px;
    text-align: center;
}

.content-show>div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}

.content-show h2 {
    margin: 20px;
    margin-left: 0;
    margin-bottom: 2px;
    font-size: 28px;
}

.show-title {
    margin: 20px;
    text-align: center;
    font-size: 30px;
    color: #1f6dcd;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 50px;
}

.video {
    width: 800px;
    margin: auto;
    border: 15px solid white;
}

.pdf-content1 {
    height: 1000px;
    background: #eee;
    border: 15px solid white;
}

@media (max-width: 1360px) {
 .title {
     color: #fff;
     font-size: 20px;
     font-weight: bold;
     margin-left: 20px;
     line-height: 1.5;
     vertical-align: middle;
 }
    .cgjj {
        width: 700px;
    }
    .cgbg {
        width: 450px;
    }
    .sqs {
        width: 700px;
    }

    .zccl {
        width: 450px;
    }
}