.w1100 {
    width: 980px;
    margin: 0 auto;
}
.clear {
    clear: both;
}
.wb-header {
    height: 85px;
    display: flex;
    align-items: center;
    background-color: #fff;
}
.wb-header .w1100 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wb-header .logo {
    width: 170px;
}
.wb-header .slogen{
    width: 280px;
}
.wb-header img {
    width: 100%;
}
.wb-navs {
    margin-top: -40px;
    z-index: 99;
}
.wb-navs .navs ul{
    width: 100%;
    display: flex;
    align-items: center;
}
.wb-navs .navs ul li{
    flex: 1;
    height: 78px;
    margin: 0 5px;
    text-align: center;
    border: 1px solid transparent;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 10px #d9d9d9;
}
.wb-navs .navs ul li a{
    font-size: 16px;
    color: #000;
    font-weight: 500;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wb-navs .navs ul li.active a{
    font-weight: bold;
}
.wb-navs .navs ul li.active{
    border-color: #013f8c;
}
.wb-banner{
    min-width: 980px;
    height: 380px;
}
.wb-slogen {
    background: #042550;
    color: #fff;
    padding-top: 48px;
    height: 230px;
    font-size: 25px;
}
.wb-slogen h2 {
    font-weight: 500;
    letter-spacing: 1.5px;
    padding-bottom: 20px;
}
.wb-slogen h2:last-child {
    padding-left: 280px;
}
.wb-body{
    padding: 64px 0 0;
}
.wb-breadcrumb{
    display: flex;
    align-items: center;
    height: 34px;
    background-color: #042550;
    padding-top: 5px;
}
.wb-breadcrumb p{
    position: relative;
    font-size: 17px;
    color: #fff;
    padding-left: 20px;
    letter-spacing: 1px;
}
.wb-breadcrumb p span {
    margin: 0 10px;
}

.wb-content{
    padding: 25px 0 40px 0;
}
.wb-boxshadow {
    box-shadow: 0px 4px 10px #d9d9d9;
}
.wb-panel {
    display: flex;
}
.wb-panel .left-menu {
    width: 20%;
}
.wb-panel .tree-menu li {
    cursor: pointer;
    font-size: 15px;
    padding: 11px 20px;
    color: #042550;
    border-bottom: 1.5px solid #042550;
}
.wb-panel .tree-menu li.active {
    font-weight: bold;
}
.wb-panel .right-content {
    width: 80%;
    margin-left: 20px;
}
.wb-footer33{
    margin-top: 50px;
    height: 230px;
    background: #042550 url(../images/common/footer-bg.png) no-repeat;
    background-size: 85%;
    background-position: center 92%;
}
.wb-footer{
    margin-top: 50px;
    height: 199px;
    background: #042550 url(../images/common/footer-bg.png) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}
.wb-footer .wb-footer__line {
    background: #013f8c;
    height: 10px;
}
.wb-footer .copy_info{
    font-size: 13px;
    color: #e7e7e7;
}
.wb-footer .copy_info > div{
    display: flex;
    align-items: center;
    line-height: 24px;
    font-size: 14px;
    letter-spacing: 1px;
}
.wb-footer .copy_info > div img {
    margin-right: 5px;
}
.wb-footer .friendly_link {
    margin-left: 90px;
}
.wb-footer .friendly_link p {
    line-height: 20px;
}
.wb-footer .friendly_link p:hover a {
    color: #004785;
}
.wb-footer p,
.wb-footer a{
    color: #e7e7e7;
}

.wb-title h1{
    position: relative;
    font-size: 24px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: normal;
}
.wb-title.blue h1 {
    color: #042550;
}
.pagination {
    white-space: nowrap;
    padding: 15px 30px;
    color: #333;
}
.pagination::before {
    display: table;
    content: '';
}
.pagination .pager {
    user-select: none;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    padding: 0;
    margin: 0;
}
.pagination .pager li {
    padding: 0 4px;
    background: #fff;
    vertical-align: top;
    display: inline-block;
    font-size: 13px;
    min-width: 30px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    margin: 0 2px;
    border: 1px solid #333;
}
.pagination .pager li.active {
    color: #fff;
    background: #042550;
    cursor: default;
}
.pagination button {
    display: inline-block;
    font-size: 13px;
    min-width: 30px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    box-sizing: border-box;
    background: transparent;
    border: none;
    border: 1px solid #333;
    margin: 0 2px;
    padding: 0 10px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
}
.pagination .pagination__total {
    display: inline-block;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    box-sizing: border-box;
    margin-left: 10px;
    font-weight: 400;
    color: #565656;
}

.remark {
    padding: 0 30px;
    color: #565656;
    font-size: 15px;
}
.news {
    padding: 0 30px;
    margin-bottom: 20px;
    font-size: 15px;
}
.news .news-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 18px 0;
    color: #565656;
}
/* .news .news-item:hover {
    color: #004785;
} */
.news .news-title {
    display: flex;
    align-items: center;
	line-height:1;
}
.news .news-title .icon {
    padding-right: 7px;
}

.news-detail {
    color: #333;
    padding: 0 40px 50px;
}
.news-detail .title {
    color: #042550;
    font-size: 18px;
    margin-top: 10px;
}
.news-detail .poster {
    width: 60%;
    margin: 20px auto 0;
}
.news-detail .poster img {
    width: 100%;
}
.news-detail .content {
    font-size: 14px;
    margin-top: 20px;
    letter-spacing: 0.5px;
    line-height: 24px;
}

.article-detail {
    padding: 20px 30px 40px;
}
.article-detail .title2 {
    color: #042550;
    font-size: 14px;
    margin-top: 8px;
}
.article-detail .introduction {
    background-color: #eff4fc;
    margin-top: 20px;
    padding: 20px;
}
.article-detail .introduction .title2 {
    margin-top: 0;
}
.article-detail .introduction .content {
    margin-top: 5px;
}
.lists {
    padding: 20px 20px 0;
}

.lists .lists-item {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    cursor: pointer;
    color: #333;
    overflow: hidden;
}
.lists .lists-image {
    width: 30%;
    height: 150px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 60%;
    border: 1px solid #bdbdbd;
}
.lists .lists-image img {
    width: 100%;
}
.lists .lists-info {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-left: 20px;
}
.lists .lists-info .lists-info__title {
    color: #042550;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 23px;
    font-weight: bold;
}
.lists .lists-info .lists-info__content {
    letter-spacing: 1px;
    line-height: 22px;
    font-size: 13px;
    color: #606060;
}

.lists .lists-info .more {
    position: absolute;
    bottom: 10px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #042550;
    font-weight: bold;
    padding: 2px;
    font-size: 16px;
    cursor: pointer;
    background: #fff;
    z-index: 2;
}
.lists .lists-info .more .icon-plus {
    width: 14px;
    margin-left: 3px;
    display: flex;
    align-items: center;
}
.lists .lists-info .more .icon-plus img {
    width: 100%;
}


.scientist {
    padding: 20px;
}
.scientist .lists-item {
    position: relative;
    padding-top: 15px;
    padding-bottom: 30px;
}
.scientist .lists-info {
    display: flex;
}
.scientist .lists-info__user {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.scientist .name {
    color: #042550;
    font-size: 16px;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 12px;
}
.scientist .lists-info__title {
    color: #042550;
    font-size: 16px;
    font-weight: bold;
}

.scientist .lists-info__content {
    flex: 1;
    letter-spacing: 1px;
    line-height: 22px;
    font-size: 13px;
    color: #565656;
}

.scientist .lists-image {
    width: 151px;
    height: 180px;
    background-repeat: no-repeat;
    background-position: 17% 100%;
    border: 1px solid #042550;
    margin-left: 20px;
}

.lists2 {
    padding: 0 20px 30px;
}
.lists2 .lists-item {
    position: relative;
    padding-top: 45px;
    padding-bottom: 30px;
    border-bottom: 2px solid #042550;
    display: inline-block;
}
.lists2 .lists-info {
    width: 70%;
}
.lists2 .lists-image {
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 151px;
}
.lists2 .lists-image img {
    width: 100%;
}
.lists2 .lists-info__title {
    color: #042550;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.lists2 .lists-info__user {
    color: #042550;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.lists2 .lists-info__user .job {
    padding-right: 17px;
}
.lists2 .lists-info__user img,
.lists2 .lists-info__direction img {
    padding-right: 5px;
}
.lists2 .lists-info__direction {
    color: #042550;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.lists2 .lists-info__content {
    letter-spacing: 1px;
    line-height: 22px;
    font-size: 13px;
    color: #565656;
}


.grids {
    padding: 30px 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    width: 100%;
}
.grids2 {
    padding: 50px 40px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.grids .grids-item {
    width: 60%;
    margin: 0 auto;
}
.grids2 .grids-item {
    width: 90%;
    position: relative;
    height: 188px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.grids2 .icon-play {
    position: absolute;
    top: 50%;
    left: 51%;
    width:290px;
    height:182px;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.grids2 .icon-play img {
    width: 100%;
}
.grids .grids-item img {
    width: 100%;
}

.overview {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}
.overview .overview-info {
    width: 50%;
}
.overview .content {
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    line-height: 24px;
}
.overview .overview-poster {
    width: 45%;
    margin-left: 10px;
}
.overview .overview-poster img {
    width: 100%;
}

.mission {
    display: flex;
    flex-direction: column;
}
.mission .header {
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mission .header .logo {
    width: 32px;
    margin-bottom: 12px;
}
.mission .header .logo  img {
    width: 100%;
}
.mission .header .title {
    color: #042550;
    font-size: 17px;
}
.mission-content .content {
    padding: 0 30px;
    letter-spacing: 0.5px;
    line-height: 22px;
}
.mission > .mission-content {
    padding-bottom: 40px;
}
.mission > .flex {
    padding: 40px 30px 30px;
    border-top: 2px solid #042550;
}
.mission > .flex > .mission-content:first-child {
    width: 45%;
    border-right: 2px solid #042550;
}
.mission > .flex > .mission-content:last-child {
    width: 55%;
    padding-left: 30px;
}
.mission .container li {
    display: flex;
    align-items: center;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}
.mission .container li img {
    padding-right: 10px;
}

.home {
    position: relative;
}
.home-banner {
    position: relative;
    width: 100%;
    min-width: 1100px;
    font-size: 0;
}
.home-banner img {
    width: 100%;
}
.home .wb-header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
}

.overview-home {
    padding: 0;
    padding-bottom: 50px;
}
.overview-home .wb-title {
    padding-bottom: 10px;
}
.overview-home .readmore {
    margin-top: 40px;
}
.overview-home.poster {
    width: 80%;
    float: right;
}

.news-bg {
    background: #042550 url(../images/page1/news-bg.png) no-repeat;
    padding: 50px 0px 40px;
    background-size: 55% 100%;
    background-position: 82%;
}
.news-bg .news-lists2 {
    padding-bottom: 20px;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
}
.news-bg .news-lists2-item {
    color: #fff;
    display: flex;
    margin-bottom: 20px;
    line-height: 16px;
    letter-spacing: 1px;
    font-size: 14px;
}
.news-bg .news-lists2-item .icon {
    width: 16px;
    margin-right: 18px;
}
.news-bg .news-lists2-item .icon img {
    width: 100%;
}


.kepu {
    background: #042550;
    padding: 40px 0px;
}
.kepu .grids3 {
    display: flex;
    margin-top: 20px;
}
.kepu .grids-item {
    position: relative;
    width: 30%;
    height: 180px;
    background-repeat: no-repeat;
    border: 4px solid #fff;
}
.kepu .grids-item img {
    width: 100%;
}
.kepu .grids-item:nth-child(2) {
    margin: 0 5%;
}
.kepu .grids3 .icon-play {
    position: absolute;
    top: 50%;
    left: 51%;
    width:290px;
    height:182px;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.kepu .grids3 .icon-play img {
    width: 100%;
}

.activity .w1100 {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
}
.activity .activity-info{
    width: 60%;
}
.activity .activity-item {
    position: relative;
    height: 200px;
    display: flex;
    box-shadow: 0 0 10px #c7c7c7;
    margin-bottom: 20px;
    background-color: #fff;
}
.activity .activity-item:last-child {
    margin-bottom: 0;
}

.activity .avatar {
    box-shadow: 0 0 10px #c7c7c7;
    overflow: hidden;
    width: 126px;
    font-size: 0;
    display: flex;
    justify-content: center;
}
.activity .content {
    position: relative;
    padding: 17px;
    flex: 1;
}
.activity .content .title {
    color: #042550;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 12px;
}
.activity .content .user {
    width: 90px;
    display: flex;
    border-bottom: 1px solid #042550;
    padding-bottom: 10px;
    margin-bottom: 8px;
    align-items: flex-end;
}
.activity .content .user .job {
    font-size: 14px;
    padding-right: 5px;
    color: #333;
}
.activity .content .user .name {
    font-size: 18px;
    color: #042550;
}
.activity .content .desc {
    line-height: 23px;
    letter-spacing: 1px;
    font-size: 13px;
    color: #333;
}
.activity .content .more {
    position: absolute;
    bottom: 10px;
    right: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #042550;
    font-weight: bold;
    padding: 2px;
    font-size: 16px;
    cursor: pointer;
    background: #fff;
    z-index: 2;
}
.activity .content .more .icon-plus {
    width: 14px;
    margin-left: 3px;
    display: flex;
    align-items: center;
}
.activity .content .more .icon-plus img {
    width: 100%;
}

.activity-poster {
    margin-left: 30px;
    width: calc(40% - 30px);
}
.activity-poster .wb-title {
    margin-bottom: 15px;
}
.activity-poster .poster {
    position: relative;
    box-shadow: 0 0 10px #c7c7c7;
    width: 100%;
    height: calc(100% - 39px);
    background-color: #fff;
    padding: 10px;
}
.activity-poster .poster .readmore {
    position: absolute;
    bottom: 27px;
    left: 50%;
    transform: translate(-50%, 0);
}
.activity-poster .poster .bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.page6 {
    display: flex;
    justify-content: space-between;
    color: #2d4f78;
    padding-bottom: 50px;
}
.page6 .address {
    padding-left: 20px;
}
.page6 .address > div {
    display: flex;
    align-items: center;
    font-weight: bold;
    line-height: 28px;
    font-size: 15px;
}
.page6 .address .icon {
    width: 22px;
    display: flex;
    align-items: center;
}
.page6 .address > div img {
    padding-right: 8px;
    width: 100%;
}
.page6 .images {
    width: 300px;
    padding-right: 20px;
}
.page6 .images img {
    width: 100%;
}

.readmore {
    outline: none;
    border: none;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px #4a4a4a;
    display: inline-flex;
    align-items: flex-end;
    justify-content: space-between;
    color: #042550;
    font-weight: bold;
    padding: 9px 12px 10px;
    font-size: 15px;
    cursor: pointer;
}
.readmore.white {
    color: #fff;
    background: #042550;
    font-weight: normal;
    padding: 9px 12px;
    box-shadow: none !important;
    align-items: center;
}
.readmore .icon-plus {
    width: 16px;
    margin-left: 12px;
    display: flex;
    align-items: center;
}
.readmore.white .icon-plus {
    width: 15px;
}
.readmore .icon-plus img {
    width: 100%;
}