.about-grid{
    height: 100%;
}
.about-title{
    position: relative;
    padding-top: 40px;
    height: 626px;
    background-image: url("../img/data/bgc-title2.png");
        background-repeat: no-repeat;
            /* 不重复 */
            background-position: center;
            /* 居中显示 */
            background-size: cover;
            /* 拉伸铺满容器 */
    
}

.about-title-bg{
    height: 768px;
    width: 100%;
    
}
html {
    overflow-y: scroll;
}
.about-title-text{
    height: 61px;

}


.about-title-text h1{
    font-family: Alimama ShuHeiTi;
        font-weight: bold;
        line-height: normal;
        letter-spacing: 0.1em;
    font-size: 72px;
    color: #DAF7FF;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.85), 0px 4px 10px rgba(0, 0, 0, 0.3);
}
.about-title-text-text{
    display: flex;
    margin-left: 18.7%;
    margin-top: 20px;
}

.bt-1{
    margin-left: 18.7%;
    margin-top: 140px;
}


.bt-3{
    margin-left: 10px;
}

.about-rm-box{
    height: 447px;
    width: 384px;
    background: linear-gradient(140deg, #000000 -27%, #1C7F9B 221%);
    box-shadow: 0px 7.8px 19.51px 0px rgba(0, 0, 0, 0.3), 0px 7.8px 19.51px 0px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 110px;
    right: 14.8%;
}

.about-rm-box-text{
    display: flex;
    background: linear-gradient(180deg, rgba(243, 240, 236, 0) 0%, #145668 100%);
}

.bt-ti{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-top: 32px;
}

.bt-4{
    display: flex;
    margin-left: 24px;
    font-size: 18px;
    font-weight: bold;
    color: hsl(0, 0%, 100%);
    text-align: center;
    justify-content: center;
        /* 水平居中 */
        align-items: center;
        /* 垂直居中 */
    margin-left: 6px;
    padding-top: 4px;
    
}

.bt-bgc{
    margin-top: 24px;
    margin-left: 160px;
}


.box-info-li{
    height: 82px;
    margin-left: 23px;
    width: 337px;
    border-bottom:  1px solid #D9D8D7;
    display: flex;
    justify-items: center;
    align-self: center;
}
.lj-info{
    display: flex;
    align-self: center;
    font-size: 14px;
    font-weight: normal;
    color: white;
    width: 100%;
    text-decoration: none;
    justify-content: flex-start;
    text-align: left;
        /* 左对齐 */
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

.info-jt{
    margin-left: 190px;
}

.box-info-li-text-h1:hover{
    color: #1EFF92;
}
.info-jtc{
    margin-left: 176px;
}

.about-title-bg{
    height: 214px;
    background-image: url("../img/data/bgc-io.png");
    background-repeat: no-repeat;
            /* 不重复 */
    background-position: center;
            /* 居中显示 */
    background-size: cover;
            /* 拉伸铺满容器 */
    width: 1198px;
    margin: 0px  auto 100px auto;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3), 0px 4px 10px 0px rgba(0, 0, 0, 0.3), 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    
}

.about-title-bg{
    display: flex;
    position: relative;
}
.xb-top img{
    position: absolute;
    height: 350px;
    top: -136px;
    right: 43px;
}

.xb-top{
    display: flex;
    align-items: center;
    margin-left: 60px;
    flex-direction: column;
    justify-content: center
}

.xb-top h1 {
    font-size: 32px;
    font-weight: bold;
    color: hwb(0 100% 0%);
    margin-bottom: 20px;
}

.xb-top p {
    font-size: 18px;
    font-weight: bold;
    color: hsl(0, 0%, 100%);
}

.bg-bgc{
        background-image: url("../img/data/bgc-bg.png");
            background-repeat: no-repeat;
            /* 不重复 */
            background-position: center;
            /* 居中显示 */
            background-size: cover;
            /* 拉伸铺满容器 */
    width: 100%;
    height: 100%;
    padding-top: 110px;
}

/* 第二个盒子 */
.about-title-bg-a {
    height: 214px;
    background: linear-gradient(140deg, #000000 -27%, #1C7F9B 221%);
    background-image: url("../img/data/bgc-1.png");
    background-repeat: no-repeat;
    /* 不重复 */
    background-position: center;
    /* 居中显示 */
    background-size: cover;
    /* 拉伸铺满容器 */
    width: 1198px;
    margin: 0px auto 100px auto;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3), 0px 4px 10px 0px rgba(0, 0, 0, 0.3), 0px 4px 10px 0px rgba(0, 0, 0, 0.3);

}

.about-title-bg-a {
    display: flex;
    position: relative;
}

.xb-top-a img {
    position: absolute;
    height: 350px;
    top: -136px;
    left: 24px;
}

.xb-top-a {
    display: flex;
    align-items: center;
    margin-right: 238px;
    flex-direction: column;
    justify-content: center
}

.xb-top-a h1 {
    font-size: 32px;
    font-weight: bold;
    color: hwb(0 100% 0%);
    margin-bottom: 20px;
}

.xb-top-a p {
    font-size: 18px;
    font-weight: bold;
    color: hsl(0, 0%, 100%);
}


/* 第三个盒子 */
.about-title-bg-b {
    height: 214px;
    width: 1198px;
    margin: 0px auto 100px auto;
   

}

.about-title-bg-b {
    display: flex;
    position: relative;
}

.box-l-box-b{
    display: flex;
    background: linear-gradient( #000000 -27%, #1C7F9B 221%);
    height: 224px;
    width: 580px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3), 0px 4px 10px 0px rgba(0, 0, 0, 0.3), 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    margin-right: 40px;
    align-items: center;
}

.box-l-box-b svg{
    margin-left: 33px;
}
.box-r-box-b svg {
    margin-left: 33px;
}

.box-r-box-b{
    display: flex;
    background: linear-gradient( #000000 -27%, #1C7F9B 221%);
    height: 224px;
    width: 580px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3), 0px 4px 10px 0px rgba(0, 0, 0, 0.3), 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    margin-right: 40px;
    align-items: center;
            
}

.xb-top-b:hover{
       color: #1EFF92;
}

.xb-top-b img {
    position: absolute;
    height: 350px;
    top: -136px;
    left: 24px;
}

.xb-top-b {
    display: flex;
    align-items: center;
    margin-right: 200px;
    flex-direction: column;
    justify-content: center
}

.xb-top-b h1 {
    font-size: 32px;
    font-weight: bold;
    color: hwb(0 100% 0%);
    margin-bottom: 20px;
}

.xb-top-b h1:hover {
  color: #1EFF92;
}

.xb-top-b p {
    font-size: 18px;
    font-weight: normal;
    color: hsl(0, 0%, 100%);
}

.xb-top-b p:hover {
    color: #1EFF92;
}


.cc-info{
    height: 40px;
    width: 100%;
}

.box-l-box-b:hover{
        filter: brightness(0.9);
            transform: scale(1.05);
}

.box-r-box-b:hover {
    filter: brightness(0.9);
    transform: scale(1.05);
}

.about-title-bg:hover{
    transform: scale(1.05);
}

.about-title-bg-a:hover{
    transform: scale(1.05);
}

.box-l-box-b,
.box-r-box-b {
    transition: filter 0.3s, transform 0.3s;
}

.xb-top-b h1,
.xb-top-b p {
    transition: color 0.3s;
}

.about-title-bg,
.about-title-bg-a {
    transition: filter 0.3s, transform 0.3s;
}

.box-info-li:hover{
    transform: scale(1.05);
    transition: filter 0.3s, transform 0.3s;
}



/* 协议装饰 */
.core-title{
    height: 300px;
    background-image: url("../img/data/s11q.png");
    background-repeat: no-repeat;
    /* 不重复 */
    background-position: center;
    /* 居中显示 */
    background-size: cover;
    /* 拉伸铺满容器 */
    display: flex;
    justify-content: center;
    align-items: center;

}


.content-info-inner {
    margin-left: 68px;
    margin-top: 30px;
}

.content-info-inner span{
    font-size: 16px;
        font-weight: 500;
        text-align: center;
        color: #FFFFFF;
        margin-left: 20px;
}

.bt-content{
    width: 70%;
    margin-top: 80px;
    margin-left: 15%;
    margin-right: 15%;
    height: 100%;
    


}

.bt-hl{
    width: 61px;
    height: 6px;
    background: #D8D8D8;
}

.bt-content h1{
    font-size: 46px;
    width: 100%;
        font-weight: 500;
        line-height: normal;
        color: #FFFFFF;
        margin-top: 28px;
        margin-bottom: 28px;
}

.fgx{
    border-top: 2px dashed #D8D8D8;
    width: 100%;
}

.bt-content h2{
width: 100%;
    /* 让标题和副标题占满父容器 */
    text-align: left;
    /* 文字居中 */
    font-size: 30px;
        font-weight: 500;
        line-height: 200%;
        letter-spacing: 0em;
    color: #FFFFFF;
    margin-top: 48px;
    
}


.bt-content h3 {
    width: 100%;
    /* 让标题和副标题占满父容器 */
    text-align: left;
    /* 文字居中 */
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-top: 48px;

}

.bt-content h4 {
    width: 100%;
    /* 让标题和副标题占满父容器 */
    text-align: left;
    /* 文字居中 */
    font-size: 24px;
    font-weight: 500;
line-height: 38px;
    letter-spacing: 0.2em;
    color: #FFFFFF;
    margin-top: 28px;
    margin-left: 40px;

}

.bt-content p {
    width: 100%;
    /* 让标题和副标题占满父容器 */
    text-align: left;
    /* 文字居中 */
    font-size: 16px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0.2em;
    color: #FFFFFF;
    margin-top: 16px;
    margin-left: 60px;

}