/* banner图1 */
.banner {
    height: 3.5rem;
}

.banner .swiper-container {
    height: 100%;
    position: relative;
}

.banner .swiper-container .swiper-wrapper {
    height: 100%;
}

.banner .swiper-container .swiper-wrapper .swiper-slide {
    height: 100%;
    background: no-repeat center center / cover;
}

.banner .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
    height: 100%;
}

.banner .swiper-container .swiper-pagination {
    bottom: 0.24rem;
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 6px;
    background-color: #fff;
    opacity: 1;
    box-sizing: border-box;
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 22px;
    background-color: #fff;
    border-radius: 5px;
}


/* title公共样式 */
.title {
    padding-top: 0.5rem;
    padding-bottom: 0.44rem;
}

.title h2 {
    float: left;
    font-size: 0.3rem;
    color: #333333;
    font-weight: bold;

    /* background-size: contain; */
    padding-left: 58px;
}

.title a {
    float: right;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    background: url(/statics/images/home/more.png) no-repeat right center;
    padding-right: 36px;
}

/* 新闻动态 */
.news {
    margin-bottom: 0.56rem;
    height:6.8rem;
}

.news .title h2 {
    background: url(/statics/images/home/news-icon.png) no-repeat left center;
}

.news .news-box {
    float: left;
    width: 100%;
}

.news .news-box .news-left {
    float: left;
    width: 7.14rem;
    height: 5.46rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.news .news-box .news-left .pic-content {
    width: 100%;
    height: 4.25rem;
    overflow: hidden;
}

.news .news-box .news-left .pic-content .pic1 {
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: all 0.5s ease;
}

.news .news-box .news-left .pic-content .pic1:hover {
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.news .news-box .news-left .text-content {
    height: 1.2rem;
    box-sizing: border-box;
    padding: 25px 28px 27px 42px;
    background-color: #ffffff;
}

.news .news-box .news-left .text-content h3 {
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.3rem;
    color: #333333;
    padding-left: 18px;
    border-left: 4px solid #0041a1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    margin-bottom: 0.2rem;
}

.news .news-box .news-left .text-content h3:hover {
    color: #003f88;
}

.news .news-box .news-left .text-content .time {
    position: relative;
    float: left;
    width: 0.95rem;
    height: 0.79rem;
    color: #ffffff;
    background-color: #0041a1;
    text-align: center;
    margin-top: -0.68rem;
    margin-right: 0.42rem;
}

.news .news-box .news-left .text-content .time .d {
    display: block;
    font-size: 0.3rem;
    margin-top: 5px;
}

.news .news-box .news-left .text-content .time .y {
    display: block;
    font-size: 0.16rem;
}

.news-right {
    float: right;
    width: 8.35rem;
}

.news-list {
    width: 100%;
}

.news-list .list-item {
    width: 100%;
    height: 0.7rem;
    border-bottom: 1px solid #e9e9e9;
    box-sizing: border-box;
    transition: all 0.25s ease-in-out;
    padding-left: 10px;
    padding-right: 10px;
}

.news-list .list-item a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0.2rem 0;
    box-sizing: border-box;
}

.news-list .list-item .content .date {
    float: left;
    box-sizing: border-box;
}

.news-list .list-item .time {
    float: left;
    display: none;
    width: 1.2rem;
    height: 0.6rem;
    color: #fbfbfb;
    text-align: center;
    margin-top: 10px;
    border-right: 1px solid #4272b9;

}

.news-list .list-item .time .d {
    display: inline-block;
    font-size: 0.3rem;
    width: 100%;

}

.news-list .list-item .time .y {
    display: inline-block;
    font-size: 0.18rem;
    width: 100%;

}

.news-list .list-item .content .date .d {
    color: #003f88;
    font-size: 0.24rem;
}

.news-list .list-item .content .date .y {
    color: #999999;
    font-size: 0.16rem;
}

.news-list .list-item .content .date .xiegang {
    font-size: 0.22rem;
    color: #999999;
    padding: 0 3px;
}

.news-list .list-item .content .info {
    padding-left: 1.5rem;
}

.news-list .list-item .content .info h3 {
    color: #333333;
    font-size: 0.18rem;
    line-height: 0.3rem;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

.news-list .list-item .content .info p {
    display: none;
    font-size: 14px;
    color: #fff;
    line-height: 0.28rem;
    margin-top: 10px;

}

.news-list .list-item.selected {
    height: 1.24rem;
    background-color: #003f88;
}

.news-list .list-item.selected a {
    padding: 0.15rem 0;
}

.news-list .list-item.selected .content .info h3 {
    color: #ffffff;
}

.news-list .list-item.selected .date {
    display: none;

}

.news-list .list-item.selected .time {
    display: inline-block;

}

.news-list .list-item.selected .content .info p {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 模块 */
.module {
    padding-top: 0.95rem;
    padding-bottom: 0.9rem;
    background: url(/statics/images/home/fastlink-bg.png) no-repeat center center;
    /* background-size: cover; */
}

.module ul li {
    float: left;
    width: 25%;
    height: 3.68rem;
    text-align: center;
}

.module ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1rem 1rem 0 1rem;
    box-sizing: border-box;
}

.module ul li:first-child {
    background: url(/statics/images/home/bg1.png) no-repeat center center;
    background-size: cover;
}

.module ul li:nth-child(2) {
    background: url(/statics/images/home/bg2.png) no-repeat center center;
    background-size: cover;
}

.module ul li:nth-child(3) {
    background: url(/statics/images/home/bg3.png) no-repeat center center;
    background-size: cover;
}

.module ul li:nth-child(4) {
    background: url(/statics/images/home/bg4.png) no-repeat center center;
    background-size: cover;
}

.module ul li:nth-child(5) {
    background: url(/statics/images/home/bg5.png) no-repeat center center;
    background-size: cover;
}

.module ul li:nth-child(6) {
    background: url(/statics/images/home/bg6.png) no-repeat center center;
    background-size: cover;
}

.module ul li:nth-child(7) {
    background: url(/statics/images/home/bg7.png) no-repeat center center;
    background-size: cover;
}

.module ul li:nth-child(8) {
    background: url(/statics/images/home/bg8.png) no-repeat center center;
    background-size: cover;
}

.module ul li img {
    width: 0.99rem;
    transition: all 0.5s ease;

}

.module ul li p {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.46rem;
    color: #ffffff;
    margin-top: 0.2rem;
}

.module ul li:nth-child(4) a {
    text-align: right;
}

.module ul li:nth-child(4) span:first-child {
    font-size: 0.36rem;
    color: #ffffff;
    font-weight: bold;
    display: block;
}

.module ul li:nth-child(4) span:nth-child(2) {
    font-size: 0.2rem;
    color: #ffffff;
    line-height: 0.4rem;
}

.module ul li:nth-child(4) img {
    margin-top: 0.3rem;
    transition: all 0.5s ease;
    width: unset;
}

.module ul li:nth-child(5) p {
    font-size: 0.22rem;
    font-weight: normal;
}

.module ul li:hover img {
    transform: rotateY(180deg);
    transition: all 0.5s ease;

}

/* 组内人员 */
.m-group-box {
    display: none;
}

.group .title h2 {
    background: url(/statics/images/home/group-icon.png) no-repeat left center;
}

.group-box {
    height: 6rem;
    padding-bottom: 0.5rem;
}

.group-box .swiper-container {
    height: 100%;
    padding: 0 8px;
}

.group-box .swiper-container .swiper-wrapper {
    height: 100%;
}

.group-box .swiper-container .swiper-wrapper .swiper-slide {
    height: 5.35rem;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    /* padding: 0 10px; */
}

.group-box .swiper-slide .pic {
    width: 100%;
    height: 4.2rem;
    overflow: hidden;
    /* position: relative; */
}

.group-box .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}

.group-box .swiper-slide .pic .name {
    position: absolute;
    width: 1.2rem;
    height: 0.42rem;
    line-height: 0.42rem;
    background-color: #003f88;
    font-size: 0.24rem;
    color: #ffffff;
    text-align: center;
    margin-top: -0.23rem;
    left: 50%;
    transform: translateX(-50%);

}

.group-box .swiper-slide:hover .pic img {
    transform: scale(1.1);
    transition: all 0.5s ease;

}

.group-box .content {
    font-size: 0.16rem;
    color: #666666;
    height: 1.15rem;
    margin-top: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
}

.group-box .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0 10px;
    background-color: #d2d2d2;
    opacity: 1;
    box-sizing: border-box;
}

.group-box .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 54px;
    background-color: #2063b1;
    border-radius: 5px;
}

/* 快速链接 */
.fast-links {
    background-color: #f8f8f8;
    padding-bottom: 0.5rem;
}

.fast-links .title h2 {
    background: url(/statics/images/home/fast-links-icon.png) no-repeat left center;
    background-size: contain;
}

.fast-links-box a {
    display: inline-block;
    width: 20%;
    /* height: 0.74rem; */
    margin-right: 6%;
    box-sizing: border-box;
}

.fast-links-box a img {
    max-width: 100%;
    height: 100%;
}

.fast-links-box a:nth-child(4n) {
    margin-right: 0;
}

.fast-links-box a:nth-child(n+5) {
    margin-top: 0.2rem;
}

@media screen and (max-width:1700px) {
    .news .news-box .news-left {
        width: 45%;
    }

    .news-right {
        width: 52%;
    }
}

@media screen and (max-width:1500px) {
    .module ul li a {
        padding: 0.8rem 0.8rem 0 0.8rem;
    }

}

@media screen and (max-width:1400px) {
    .title h2 {
        font-size: 0.32rem;
    }

    .news .news-box .news-left .text-content h3 {
        font-size: 0.22rem;
    }

    .news-list .list-item .content .info h3 {
        font-size: 0.2rem;
    }

    .news .news-box .news-left .text-content .time {
        width: 1rem;
        height: 0.9rem;
        margin-top: -0.7rem;
        margin-right: 0.42rem;
    }

    .news .news-box .news-left .text-content .time .d,
    .news-list .list-item .time .d {
        font-size: 0.32rem;
    }

    .news .news-box .news-left .text-content .time .y,
    .news-list .list-item .content .date .y {
        font-size: 0.18rem;
    }

    .news-list .list-item .time .y {
        font-size: 0.2rem;
    }

    .news-list .list-item .content .date .d {
        font-size: 0.26rem;
    }

    .module ul li p {
        font-size: 0.26rem;
    }

    .group-box .content {
        font-size: 0.18rem;
    }
}

@media screen and (max-width:1239px) {
    .title h2 {
        font-size: 0.34rem;
    }

    .news .news-box .news-left .text-content h3 {
        font-size: 0.24rem;
    }

    .news-list .list-item .content .info h3 {
        font-size: 0.22rem;
    }

    .module ul li p {
        font-size: 0.28rem;
    }

    .group-box {
        height: 6.8rem;
    }

    .group-box .swiper-container .swiper-wrapper .swiper-slide {
        height: 5.85rem;
    }

    .group-box .content {
        font-size: 0.2rem;
    }

    .group-box .swiper-slide .pic {
        height: 4.7rem;
    }

    .group-box .swiper-slide .pic .name {
        position: absolute;
        width: 1.3rem;
        height: 0.5rem;
        line-height: 0.5rem;
        font-size: 0.26rem;
        text-align: center;
        margin-top: -0.25rem;
    }
}

@media screen and (max-width:1125px) {
     .news {
    height: 7.5rem;
      }
    .news .news-box .news-left {
        height: 5.8rem;
    }

    .news-list .list-item .content .info p {
        line-height: 0.3rem;
        margin-top: 6px;
    }

    .news .news-box .news-left .text-content h3 {
        font-size: 0.26rem;
        line-height: 0.36rem;
    }

    .news-list .list-item .content .info h3 {
        font-size: 0.24rem;
    }

    .news .news-box .news-left .text-content .time {
        width: 1.2rem;
        height: 1rem;
    }

    .news .news-box .news-left .text-content .time .d,
    .news-list .list-item .time .d {
        font-size: 0.34rem;
    }

    .news .news-box .news-left .text-content .time .y,
    .news-list .list-item .content .date .y {
        font-size: 0.2rem;
    }

    .news-list .list-item .time .y {
        font-size: 0.22rem;
    }

    .news-list .list-item .content .date .d {
        font-size: 0.28rem;
    }

    .news-list .list-item {
        height: 0.77rem;
    }

    .news-list .list-item .content .info {
        padding-left: 1.8rem;
    }

    .module ul li p {
        font-size: 0.28rem;
    }

    .module ul li a {
        padding: 0.6rem 0.6rem 0 0.6rem;
    }

    .group-box {
        height: 6.8rem;
    }

    .group-box .swiper-container .swiper-wrapper .swiper-slide {
        height: 5.85rem;
    }

    .group-box .content {
        font-size: 0.2rem;
    }

    .group-box .swiper-slide .pic {
        height: 4.7rem;
    }

    .group-box .swiper-slide .pic .name {
        position: absolute;
        width: 1.3rem;
        height: 0.5rem;
        line-height: 0.5rem;
        font-size: 0.26rem;
        text-align: center;
        margin-top: -0.25rem;
    }

    .fast-links-box a {
        display: inline-block;
        width: 21%;
        /* height: 0.74rem; */
        margin-right: 4%;
        box-sizing: border-box;
    }

}

@media screen and (max-width:985px) {
    .group-box {
        height: 6.3rem;
    }

    .group-box .swiper-container .swiper-wrapper .swiper-slide {
        height: 5.4rem;
    }

    .group-box .swiper-slide .pic {
        height: 4.2rem;
    }
}

@media screen and (max-width:900px) {
     .news {
    height: auto;
}
    .news .news-box .news-left {
        width: 100%;
    }

    .news-right {
        width: 100%;
        margin-top: 30px;
    }

    .news .news-box .news-left .pic-content {
        height: 5.5rem;
    }

    .news .news-box .news-left {
        height: 7.2rem;
    }

    .news .news-box .news-left .text-content h3 {
        font-size: 0.28rem;
        line-height: 0.4rem;
    }

    .news-list .list-item {
        height: 0.8rem;
    }

    .module ul li {
        width: 33.333%;
    }

    .group-box {
        height: 7rem;
    }

    .group-box .swiper-slide .pic {
        height: 5rem;
    }

    .group-box .swiper-container .swiper-wrapper .swiper-slide {
        height: 6.2rem;
    }

    .group-box .content {
        font-size: 0.22rem;
    }

    .group-box .swiper-slide .pic .name {
        position: absolute;
        width: 1.5rem;
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.28rem;
        text-align: center;
        margin-top: -0.3rem;
    }

    .group-box .content {
        margin-top: 0.4rem;
    }

    .fast-links-box a {
        width: 28%;
        margin-right: 6%;
    }

    .fast-links-box a:nth-child(4n) {
        margin-right: 6%;
    }

    .fast-links-box a:nth-child(3n) {
        margin-right: 0;
    }


}

@media screen and (max-width:700px) {
    .module ul li {
        width: 50%;
        height: 4.3rem;
    }

    .module ul li a {
        padding: 1rem 1rem 0 1rem;
    }

    .module ul li p {
        font-size: 0.32rem;
    }

    .module ul li:nth-child(4) span:first-child {
        font-size: 0.4rem;
    }

    .module ul li:nth-child(4) span:nth-child(2) {
        font-size: 0.24rem;
        color: #ffffff;
        line-height: 0.46rem;
    }

    .group-box {
        height: 8.5rem;
    }

    .group-box .swiper-slide .pic {
        height: 6.2rem;
    }

    .group-box .swiper-container .swiper-wrapper .swiper-slide {
        height: 7.35rem;
    }

    .group-box .content {
        font-size: 0.22rem;
    }

    .group-box .swiper-slide .pic .name {
        position: absolute;
        width: 1.5rem;
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.28rem;
        text-align: center;
        margin-top: -0.3rem;
    }

    .fast-links-box a {
        width: 45%;
        margin-right: 7%;
    }

    .fast-links-box a:nth-child(3n) {
        margin-right: 7%;
    }

    .fast-links-box a:nth-child(2n) {
        margin-right: 0%;
    }

    .fast-links-box a:nth-child(n+3) {
        margin-top: 30px;
    }

}

@media screen and (max-width:600px) {
    .module ul li p {
        font-size: 0.30rem;
    }

    .module ul li a {
        padding: 1rem 0.8rem 0 0.8rem;
    }

    .group-box {
        height: 8rem;
    }

    .group-box .swiper-slide .pic {
        height: 5.6rem;
    }

    .group-box .swiper-container .swiper-wrapper .swiper-slide {
        height: 7rem;
    }

    .group-box .content {
        font-size: 0.24rem;
        line-height: 0.4rem;
    }

}

@media screen and (max-width:550px) {
   .title h2{
        background-size:contain!important;
        padding-left: 50px;
    }
    .module ul li a {
        padding: 0.8rem 0.6rem 0 0.6rem;
    }

    .module ul li {
        width: 50%;
        height: 4rem;
    }
}

@media screen and (max-width:483px) {
    .news .news-box .news-left {
        height: 5.8rem;
    }

    .news .news-box .news-left .pic-content {
        height: 4.2rem;
    }

    .news .news-box .news-left .text-content h3 {
        font-size: 0.3rem;
    }

    .news .news-box .news-left .text-content .time {
        width: 1.4rem;
        height: 1.1rem;
        margin-top: -0.9rem;
    }

    .news .news-box .news-left .text-content {
        height: 1.2rem;
        box-sizing: border-box;
        padding: 18px 20px 20px 30px;
        background-color: #ffffff;
    }

    .news .news-box .news-left .text-content .time .d,
    .news-list .list-item .time .d {
        font-size: 0.38rem;
    }

    .news .news-box .news-left .text-content .time .y,
    .news-list .list-item .content .date .y {
        font-size: 0.24rem;
    }

    .news-list .list-item .time {
        width: 1.4rem;
    }

    .news-list .list-item .time .d {
        margin-top: -10px;
    }

    .news-list .list-item .content .info h3 {
        font-size: 0.26rem;
    }

    .news-list .list-item.selected {
        height: 1.3rem;
    }

    .module ul li {
        width: 100%;
        height: 4.6rem;
    }

    .module ul li a {
        padding: 1.2rem 1rem 0 1rem;
    }

    .module ul li img {
        width: 1.2rem;
    }

    .module ul li p {
        font-size: 0.32rem;
    }

    .module ul li:nth-child(5) p {
        font-size: 0.28rem;
        font-weight: normal;
    }

    .pc-group-box {
        display: none;
    }

    .m-group-box {
        display: block;
        height: auto;
    }

    .m-group-box .swiper-container .swiper-wrapper {
        display: block;

    }

    .m-group-box .swiper-container .swiper-wrapper .swiper-slide {
        height: auto;
        margin-top: 30px;
    }

    .m-group-box .swiper-container .swiper-wrapper .swiper-slide:first-child {
        margin-top: 0;
    }

    .m-group-box .swiper-container .swiper-wrapper .swiper-slide:last-child {
        margin-bottom: 10px;
    }

    .m-group-box .swiper-slide .pic {
        height: auto;
    }

    .m-group-box .swiper-slide .pic .name {
        position: absolute;
        width: 1.8rem;
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 0.34rem;
        text-align: center;
        margin-top: -0.4rem;
    }

    .m-group-box .content {
        font-size: 0.28rem;
        line-height: 0.44rem;
    }

    .m-group-box .content {
        margin-top: 0.46rem;
    }

    .news .title h2,
    .group .title h2 {
        background-size: contain;
    }

    .title h2 {
        padding-left: 50px;
    }

}

@media screen and (max-width:446px) {
    .title h2 {
        font-size: 0.38rem;
    }

    .news-list .list-item .content .info h3 {
        font-size: 0.28rem;
        font-weight: normal;
    }

    .news-list .list-item.selected {
        height: 1.5rem;
    }

    .news-list .list-item .content .info p {
        line-height: 0.4rem;
    }

    .news-list .list-item .time {
        height: 0.8rem;
    }
}

/*@media screen and (max-width:400px) {
    .news-list .list-item .content .info h3 {
        font-size: 0.3rem;
        font-weight: normal;
        line-height: 0.4rem;
    }

    .news-list .list-item.selected {
        height: 1.6rem;
    }

    .news-list .list-item .content .info p {
        line-height: 0.4rem;
    }

    .news-list .list-item .time {
        width: 1.5rem;
        height: 0.8rem;
    }

    .news-list .list-item .content .date .d {
        font-size: 0.32rem;
    }

    .news .news-box .news-left .text-content .time .y,
    .news-list .list-item .content .date .y {
        font-size: 0.26rem;
    }

    .news-list .list-item .content .info {
        padding-left: 2rem;
    }

    .news-list .list-item .time .y {
        font-size: 0.26rem;
    }

    .news .news-box .news-left .text-content .time .d,
    .news-list .list-item .time .d {
        font-size: 0.4rem;
    }

    .news .news-box .news-left .text-content h3 {
        font-size: 0.34rem;
        line-height: 0.46rem;
    }
}*/