/* 产品中心 */
.banner-img {
    width: 100%;
    object-fit: fill;
}

.Profile {
    padding-top: 57px;
}

.Profile .lists {
    padding-top: 42px;
    display: flex;
}

.Profile .lists>li {
    width: 50%;
}

.Profile .lists .cont {
    font-size: 18px;
    line-height: 28px;
    color: #707070;
    text-align: justify;
}

.Profile .Profile-img {
    border-radius: 8px;
    margin-left: 13px;
}

.Profile .Profile-img img {
    width: 100%;
}

.Profile .introP {
    display: flex;
    justify-content: space-between;
    padding-top: 44px;
}

.Profile .introWarp {
    width: 48%;
    height: 222px;
    background-image: url('https://tiyu1.oss-cn-hangzhou.aliyuncs.com/tiyu/1680232299156.png');
    background-size: 100% 100%;
    text-align: center;
    padding: 58px 40px;
}

.Profile .introWarp .title {
    height: 27px;
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    color: #1A1A1A;
    width: 100%;
    position: relative;
}

.Profile .introWarp .text {
    position: relative;
    z-index: 1;
}

.Profile .introWarp .point {
    width: 24px;
    height: 24px;
    background: linear-gradient(55deg, #FFFFFF 0%, #81B8FF 100%);
    border-radius: 50%;
    position: absolute;
    right: 37%;
    top: -8px;
}

.Profile .introWarp .cont {
    width: 100%;
    height: 53px;
    line-height: 53px;
    background: rgba(239, 246, 255, 0.39);
    opacity: 1;
    margin-top: 27px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.introduce .culture {
    padding: 37px 0;
    background-color: #F6FBFF;
}

.introduce .cultureItem {
    width: 100%;
    padding: 0 0 23px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #d1d6d9;
}

.introduce .cultureItem div {
    font-weight: bold;
}

.introduce .cultureItem span {
    display: inline-block;
    padding-right: 9px;
    font-size: 24px;
    color: #333333;
    width: 34px;
}

.introduce .cultureItem p {
    padding-left: 34px;
    padding-top: 10px;
}

.history {
    padding-top: 48px;
}

.history .lists {
    display: flex;
    justify-content: space-around;
    margin-top: 48px;
}

.history .historyItem {
    width: 24%;
    background: rgba(255, 255, 255, 0.39);
    box-shadow: 0px 3px 16px rgba(51, 51, 51, 0.12);
    border-radius: 4px;
    text-align: center;
    padding: 34px 19px 50px;
}

.history .historyItem .year {
    font-size: 54px;
    font-weight: bold;
    line-height: 66px;
    color: #0092FF;
}

.history .historyItem .historyTitle {
    font-size: 24px;
    color: #232323;
    padding: 39px 0 9px;
}

.triangle-top {
    width: 11px;
    height: 7px;
}

.describe {
    font-size: 14px;
    line-height: 19px;
    color: #232323;
    text-align: justify;
}

.describe:nth-of-type(1) {
    padding-top: 37px;
}

.describe2 {
    text-align: center;
    font-size: 24px;
    color: #232323;
    padding-top: 32px;
}

.line {
    margin: 33px auto 31px;
    width: 135px;
    height: 1px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, #858585 52%, rgba(255, 255, 255, 0) 100%);
}

.mapWarp {
    padding-top: 40px;
    padding-bottom: 47px;
}

.mapImg {
    margin: 30px 0;
    width: 100%;
}

.honor {
    padding-top: 65px;
}

.honorLists {
    display: flex;
    justify-content: space-around;
    padding: 66px 0 46px;
    text-align: center;
}

.honorLists img {
    height: 63px;
}


.honorLists .name {
    font-size: 14px;
    font-weight: 400;
    color: #232323;
    padding: 30px 10px;
}

.honorLists .num {
    font-size: 36px;
    font-weight: bold;
    color: #0092FF;
}

.Contact {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #666666;
}

.Contact .contactTop {
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    color: #4AAEFF;
    padding-bottom: 11px;
}

.Contact .contactTop img {
    margin-right: 5px;
    vertical-align: -2px;
    height: 20px;
}

.img-responsive {
    height: 31px;
}

.fixedTit {
    position: sticky;
    top: 0;
    width: 100vw;
    height: 85px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    line-height: 85px;
    z-index: 999;
}

.fixedTit ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.fixedTit li {
    font-size: 18px;
    font-family: Segoe UI;
    font-weight: 400;
    line-height: 24px;
    color: #999999;
    width: 116px;
    text-align: center;
    padding: 33px 0 24px;
    cursor: pointer;
}


.fixedTit .onLi {
    font-weight: bold;
    color: #008EFF;
    border-bottom: 4px solid #008EFF;
}