﻿@charset "utf-8";

/*轮播图*/
#swiper, #swiper img {
    width: 100%;
    min-height: 1.6rem;
}

#swiper .swiper-pagination {
    bottom: 0.3rem;
}

#swiper .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.16rem;
    margin: 0 0.08rem;
    background: rgba(255, 255, 255, 0.6);
    opacity: 1;
    transition: .3s;
}

#swiper .swiper-pagination-bullet-active {
    width: 0.48rem;
    background: #fff;
    border-radius: 0.16rem;
}

section > div {
    padding: 0.8rem 0;
}

.title {
    margin-bottom: 0.4rem;
}

.title div p {
    font-size: 0.21rem;
    color: #B2B2B2;
    font-family: SourceHanSansCN-Medium;
    line-height: 1em;
    margin-bottom: 0.05rem;
}

.title h2 {
    font-family: SourceHanSansCN-Bold;
    font-size: 0.28rem;
    color: var(--varColor);
    line-height: 1em;
    padding-left: 1em;
    background: url("../images/title.png") no-repeat;
    background-size: contain;
}

.title div:nth-of-type(2) {
    display: inline-flex;
    align-items: center;
}

.title div a {
    color: #fff;
    font-size: 0.21rem;
    font-family: SourceHanSansCN-Medium;
    padding: 0.1rem 0.2rem;
    background: var(--varColor);
}

.title div a:hover {
    border-radius: 0.2rem 0;
}

.title div span {
    width: 0.8rem;
    height: 1px;
    margin: 0 0.3rem 0 1.6rem;
    background: var(--varColor);
}

.title div img {
    height: 0.48rem;
}

/*团队概况*/
.intro .title {
    margin-bottom: 0;
}

.intro, .intro-img {
    width: 48%;
}

.intro-text {
    color: #B2B2B2;
    text-align: justify;
    margin: 0.3rem 0;
    padding: 0.2rem 0.25rem;
    background: #F7F7F7 url("../images/intro-bg.jpg") no-repeat center;
    background-size: cover;
}

.intro-more {
    align-items: center;
}

.intro-more a {
    position: relative;
    color: var(--varColor);
    font-size: 0.21rem;
    font-family: SourceHanSansCN-Medium;
    padding: 0.1rem 0.2rem;
    border: 1px solid var(--varColor);
}

.intro-more a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 80%;
    height: 1px;
    background: var(--varColor);
    transform: translateX(120%);
    transition: .3s;
}

.intro-more a:hover {
    color: #fff;
    background: var(--varColor);
    border-radius: 0 0.2rem;
}

.intro-more a:hover::after {
    width: 100%;
}

.intro-more img {
    height: 0.48rem;
    transform: rotateY(180deg);
}

.intro-img img {
    height: 100%;
}

/*新闻公告*/
.news {
    background: #EDEDED;
}

.news .title {
    padding-right: 0.74rem;
}

#news .swiper-slide .img {
    height: 3.38rem;
}

#news .swiper-slide h3 {
    font-size: 0.24rem;
    font-family: SourceHanSansCN-Bold;
    height: 2.4em;
    line-height: 1.2em;
    margin: 0.2rem 0 0.15rem;
}

#news .swiper-slide h3 a {
    color: #000;
}

#news .swiper-slide h3 a:hover {
    color: var(--varColor);
}

#news .swiper-slide p {
    font-size: 0.24rem;
    color: #5B5B5B;
    font-family: SourceHanSansCN-Medium;
}

#news .swiper-slide p span {
    font-size: 0.21rem;
    color: #B2B2B2;
    font-family: SourceHanSansCN-Regular;
}

.news .swiper-button-prev::after, .news .swiper-button-next::after {
    display: none;
}

.news .swiper-button-prev, .news .swiper-button-next {
    top: 0;
    margin-top: 0;
    width: 0.53rem;
    height: 0.54rem;
    background: url("../images/prev.png") no-repeat;
    background-size: contain;
}

.news .swiper-button-prev {
    left: auto;
    right: 2.18rem;
}

.news .swiper-button-next {
    right: 0;
    background-image: url("../images/next.png");
}

/*项目与成果*/
.project .item {
    width: 48.5%;
}

.project .item .img {
    height: 5.2rem;
}

.project span {
    display: inline-flex;
    font-size: 0.28rem;
    color: var(--varColor);
    font-family: SourceHanSansCN-Bold;
    margin: 0.2rem 0 0.1rem;
}

.project h3 {
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;
    font-size: 0.24rem;
    height: 2.4em;
    line-height: 1.2em;
    margin-bottom: 0.15rem;
}

.project p {
    color: #B2B2B2;
    height: 5.32em;
    line-height: 1.33em;
}

.project ul {
    width: 48.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.project ul li {
    width: 47%;
}

.project ul li .img {
    height: 2.5rem;
}

.project ul li span {
    margin: 0.1rem 0 0.05rem;
}

/*联系我们*/
.contact {
    background: #EDEDED;
}

.contact ul {
    width: 60%;
}

.contact ul li:not(:last-of-type) {
    margin-bottom: 0.6rem;
}

.contact ul li p {
    font-size: 0.24rem;
    color: #5B5B5B;
    font-family: SourceHanSansCN-Medium;
    margin-bottom: 0.1rem;
}

.contact ul li span {
    color: #B2B2B2;
}

.contact .map {
    width: 30%;
}

.contact .map img {
    height: 100%;
}