/* 公共处理 */
p {
    margin: 0;
    line-height: 13px;
    font-family: '思源黑体' 'CN';
}

::-webkit-scrollbar {
    display: none;
}

h1 {
    margin: 0  !important;
    font-family: '思源黑体' 'CN';
}

i {
    margin: 0;
    font-family: '钉钉进步体';
}

h3 {
    margin: 0;
}

ul {
    padding: 0;
    list-style-type: none;
}

/* 顶部导航 */
.TopNavigation {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 86px;
    color: rgb(1, 14, 39);
    background: rgba(255, 255, 255);
    /* opacity: 0.1; */
    backdrop-filter: blur(27px);
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgba(234, 234, 234, 0.5);
}

/* 顶部导航栏浏览器适配盒子 */
.TopNavigation .center {
    width: 1600px;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

/* 顶部导航盒子 */
.TopNavigation .center .homebox {
    width: 1000px;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

/* logo */
.TopNavigation .center .logo {
    margin-top: 23px;
    height: 41px;
}

/* 导航盒子首页 */
.TopNavigation .center .homebox a {
    width: 90px;
    height: 86px;
    text-align: center;
    padding-top: 23px;
    display: block;

    color: rgba(1, 14, 39, 0.7);
    text-decoration: none;
}

.TopNavigation .center .homebox a .chinese {
    font-size: 18px;
    line-height: 26px;
}

.TopNavigation .center .homebox a .english {
    font-size: 10px;
}

/* 导航盒子点击后变化 */
.extract {
    border-bottom: 4px solid #0069B5;
    color: #0069B5 !important;
    /* background-color: rgba(27, 61, 130,1); */
    display: table;
}

.titlenone {
    display: none !important;
}

/* 顶部图片 */
.topimg {
    width: 100%;
    height: 590px;
    background-image: url(../img/aboutus/zuhe526.png);
    background-size: cover;
    display: flex;
    justify-content: center;
    margin-top: 86px;
}

.topimg .center {
    width: 1400px;
    height: 100%;
    padding-top: 140px;
}

.topimg .center .title h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 75px;
    color: #fff;
}

.topimg .center .title p {
    width: 599px;
    margin-top: 13px;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
}

.gydscx{
    width: 100%;
    height: 435px;
    position: relative;
}

.gydscx img{
    position: absolute;
    right: 0;
}
.gydscx .title{
    position: absolute;
    font-size: 40px;
    line-height: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.gydscx .title span{
    font-size: 20px;
    line-height: 40px;
    color: rgb(153, 153, 153);
    width: 120px;
    position: absolute;
    right: -130px;
    top: 12px;
}

.gydscxtext{
    width: 965px;
    height: 336px;
    position: absolute;
    background-color: #fff;
    z-index: 94;
    top: 60px;
    padding-top: 10px;
}
.gydscxtext p{
    font-size: 16px;
    line-height: 24px;
    color: rgb(153, 153, 153);
    margin-bottom: 20px;
}
/* 中间内容 */
.centent2 {
    width: 100%;
    height: 1300px;
    display: flex;
    justify-content: center;
}

.centent2 .center {
    width: 1543px;
    padding-top: 60px;
    height: 100%;
}

/* 动态盒子 */
.ln {
    width: 100%;
    height: 522px;
    margin-top: 25px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}

.lnBox {
    width: 446px;
    height: 100%;
    position: relative;
}

.l1 {
    background-image: url(../img/aboutus/c.png);
}

.l2 {
    background-image: url(../img/aboutus/p.png);
}

.l3 {
    background-image: url(../img/aboutus/f.png);
}

.topwh {
    width: 100%;
    height: 175px;
    position: absolute;
    z-index: 666;
}

.l1Top {
    background-image: url(../img/aboutus/ct.png);
}

.l2Top {
    background-image: url(../img/aboutus/pt.png);
}

.l3Top {
    background-image: url(../img/aboutus/ft.png);
}

.lntext {
    /* width: 50px;
    height: 50px; */
    /* background-color: pink; */
    position: absolute;
    z-index: 888;
    left: 30px;
    top: 30px;
}

.lntext h3 {
    font-size: 40px;
    line-height: 60px;
    color: #000;
    font-weight: 400;
}

.lntext P {
    font-size: 16px;
    line-height: 24px;
    color: rgb(153, 153, 153);
}

.lntext2 {
    position: absolute;
    bottom: 24.18px;
    left: 28px;
    right: 24px;
    font-size: 20px;
    line-height: 30px;
    color: rgb(255, 255, 255);
    display: none;
}
.zz{
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: none;
}


.active1 {
    display: none;
}

.active2 {
    color: #fff !important;
}

.active3 {
    display: block;
}

.imgCenter {
    width: 100%;
    display: flex;
    justify-content: center;
}


/* 底部 */
.about {
    width: 100%;
    height: 282px;
    background-color: rgb(32, 35, 36);
    padding-top: 34px;
    display: flex;
    justify-content: center;
}

.center9 {
    width: 1400px;
    height: 100%;
}

.logobox {
    width: 100%;
}

.logobox img {
    width: 101px;
}

.logobox p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.top .dz {
    width: 370px;
    padding-top: 23px;
    margin-right: 300px;
}

.top .dz p {
    color: rgb(159, 159, 169);
    font-size: 14px;
    line-height: 21px;
    width: 400px;
    margin-bottom: 10px;
}



/* 上方盒子 */
.about .top {
    width: 1400px;
    height: 128px;
    display: flex;
    justify-content: space-between;
}

/* 左侧全部跳转选项盒子 */
.about .top .left {
    width: 400px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin-right: 98px;
}

/* 每一项 */
.about .top .left ul li {
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 18px;
    color: rgb(159, 159, 169)
}

/* 标题 */
.about .top .left ul .title {
    font-size: 12px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-bottom: 31px;
}

/* 右侧二维码 */
.about .top .code {
    width: 128px;
    height: 128px;
    z-index: 121;
}

/* 右侧文字盒子 */
.about .top .number {
    width: 173px;
    height: 118px;
    border-bottom: 1px solid rgb(53, 57, 65);
    border-right: 1px solid rgb(53, 57, 65);
    border-top: 1px solid rgb(53, 57, 65);
    padding-left: 12px;
    padding-top: 10px;
    margin-top: 4px;
}

.about .top .number h1 {
    font-size: 20px;
    color: rgb(255, 255, 255);
    line-height: 24px;
    font-style: italic;
}


.about .top .number .p1 {
    font-size: 12px;
    line-height: 24px;
    color: rgb(159, 159, 169);
    margin-bottom: 31px;
}

.about .top .number .p2 {
    font-size: 12px;
    line-height: 18px;
    color: rgb(159, 159, 169);
}



/* 最下方文字 */
.about .xuhui {
    color: rgb(159, 159, 169);
    font-size: 12px;
    line-height: 18px;
    margin-top: 25px;
}
