/* home start */
.home-menu .menu-content .menu-item-home {
    color: #0469D4;
}

.home-banner-big {
    width: 1200px;
    height: 100%;
}

.home-banner-big img {
    width: 100%;
    height: 400px;
}

.home-banner-big .swiper-pagination {
    bottom: 15% !important;
}

.home-banner-big .swiper-pagination-bullet {
    width: 36px;
    height: 5px;
}

.home-banner-big .my-bullet-active {
    background-color: #fff;
}

.home-content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 228px;
    height: 100%;
}

.home-banner-news {
    width: 100%;
    height: 410px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-banner-small {
    width: 570px;
    height: 380px;
    margin: 0;
}

.home-banner-small .swiper-container img {
    width: 100%;
    height: 100%;
}

.home-banner-small .swiper-pagination {
    text-align: right;
    right: 15px !important;
    left: auto;
    bottom: 14px !important;
}

.home-banner-small .swiper-pagination-bullet {
    margin: 0 5px !important;
    width: 22px;
    height: 5px;
    background: #fff;
    opacity: 0.8;
    border-radius: 0px;
}

.home-banner-small .my-bullet-active {
    background-color: #e9de10;
    opacity: 1;
}

.home-banner-small .banner-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 570px;
    height: 44px;
    line-height: 40px;
    padding-left: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
}

.home-content-news {
    width: 580px;
    height: 100%;
    color: #333;
}

.home-content-news-header {
    width: 100%;
    height: 32px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #ddd;
}

.home-content-news-tabs {
    width: 390px;
    height: 30px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.home-content-news-tab {
    height: 30px;
    cursor: pointer;
}

.home-content-news-tabs>:nth-child(2),
.home-content-news-tabs>:nth-child(4),
.home-content-news-tabs>:nth-child(3) {
    margin-left: 50px;
}

.home-active {
    color: #0469D4;
    border-bottom: 4px solid #0469D4;
}

.home-content-news-more {
    width: 50px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.home-content-news-content {
    width: 100%;
    height: 318px;
    margin-top: 30px
    /*display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between*/
}

.home-content-news-item {
    width: 100%;
    height: 100px;
    display: flex;
    margin-bottom: 9px;
    justify-content: space-between;
    /* border-bottom: 1px solid #EEE; */
    box-shadow: 0px 2px 5px 2px rgb(0 0 0 / 10%)
}
.home-content-news-item a{
    display:inline-block;
    width: 100%;
}
.home-content-news-text {
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
    height: 100px;
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-content-news-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #1871BB;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-content-news-detail {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-content-news-detail-text {
    width: 84%;
    font-size: 16px;
    margin: 0;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-content-news-detail-date {
    width: 16%;
    color: #666;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.home-content-menu {
    width: 1200px;
    height: 140px;
    margin-top: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.home-content-menu-item {
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    font-size: 16px;
    color: #0469D4;
    cursor: pointer;
}

.home-content-menu-item:hover {
    background-color: rgba(4, 105, 212, 0.1);
}

.home-content-menu-line {
    width: 1px;
    height: 60px;
    border-left: 1px solid #ccc;
}

.home-information {
    width: 1200px;
    height: 300px;
    margin-top: 50px;
    display: flex;
}

.home-information-member {
    width: 285px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.home-information-member-title {
    width: 100%;
    height: 64px;
    font-size: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../../images/common/menu-bg.png") center center no-repeat;
    background-size: 100% 100%;
}

.home-information-member-content {
    width: 100%;
    height: 236px;
    padding: 10px 15px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    background-color: rgba(81, 166, 229, 0.14);
}

.home-information-member-position {
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-information-member-position>:nth-child(2) {
    width: 100%;
    height: 120px;
    align-self: start;
}

.home-information-member-position-item {
    width: 100%;
    height: 30px;
    display: flex;
}

.home-information-member-position-item span {
    font-size: 16px;
    line-height: 30px;
}

.home-information-member-position-value {
    width: 80%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-information-member-name {
    width: 68%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-information-member-name-item {
    width: 100%;
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.home-information-member-name-item span {
    font-size: 16px;
}

.home-information-member-name>:nth-child(2) {
    height: 120px;
}

.home-information-member-name-value {
    min-width: 33%;
    text-align: left;
    height: 30px;
    line-height: 30px;
}

.home-information-line {
    width: 2px;
    height: 100%;
    margin: 0 24px;
    background-color: rgba(153, 153, 153, 0.3);
}

.home-information-one {
    width: 420px;
    height: 100%;
}

.home-information-header {
    width: 100%;
    height: 32px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #ddd;
}

.home-information-tabs {
    width: 285px;
    height: 30px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.home-information-one-tab {
    height: 30px;
    cursor: pointer;
}

.home-information-one-tabs>:nth-child(2),
.home-information-one-tabs>:nth-child(3) {
    margin-left: 50px;
}

.home-information-more {
    width: 50px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.home-information-two-tab {
    height: 30px;
    cursor: pointer;
}

.home-information-tabs>:nth-child(2),
.home-information-tabs>:nth-child(3) {
    margin-left: 50px;
}

.home-information-two {
    margin-left: 25px;
    width: 420px;
    height: 100%;
}

.home-information-one-content {
    width: 100%;
    height: 248px;
    margin-top: 20px;
    float: right;
}

.home-information-two-content {
    width: 100%;
    height: 248px;
    margin-top: 20px;
    float: right;
}

.home-information-one-content ul {
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-information-one-content li {
    width: 100%;
    height: 100%;
    height: 41px;
    line-height: 41px;
}

.home-information-two-content ul {
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-information-two-content li {
    height: 41px;
    line-height: 41px;
}

.home-information-content-item {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-information-content-icon {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
}

.home-information-content-detail {
    width: 80%;
    height: 100%;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-information-content-date {
    width: 22%;
    height: 100%;
    font-size: 16px;
}

.home-logo {
    width: 1200px;
    height: 110px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-logo-item {
    width: 285px;
    height: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.home-logo-big {
    width: 285px;
    height: 110px;
}

.home-logo-small {
    width: 285px;
    height: 50px;
}

.home-link {
    width: 1200px;
    height: 50px;
    margin-top: 50px;
    display: flex;
}

.home-link-title {
    width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #0469D4;
}

.home-link-content {
    width: 1100px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.home-link-content-item {
    width: 264px;
    height: 50px;
    position: relative;
    margin-right: 15px;
}

.home-link-content-item:last-child {
    margin-right: 0px;
}

.home-link-content-label {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    background-color: #F8F8F8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.home-link-content-label span {
    font-size: 16px;
}

.home-link-content-item ul {
    width: 264px;
    max-height: 252px;
    position: absolute;
    left: 0px;
    bottom: 50px;
    margin: 0;
    display: none;
    z-index: 9;
    background-color: #F8F8F8;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
    overflow-y: scroll;
    overflow-x: hidden;
}


.home-link-content-item ul::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    margin-left: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.home-link-content-item ul::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background: #D8D8D8;
}


.home-link-content-item ul li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin-left: 20px;
    border-bottom: 1px dashed #D8D8D8;
    cursor: pointer;
}

.home-link-content-item ul li:hover {
    color: #0469D4;
}

.home-mask {
    position: absolute;
    bottom: 75px;
    left: 0;
    width: 100%;
    height: 580px;
    background-color: #F8F8F8;
    z-index: -1;
}