/* about */
.about-body {
    overflow-y: auto;
}
html {
    font-size: 14px;
}
.menu-replace {
    width: 100%;
    height: 130px;
}

.company_top {
    background: url(/images/image2/company-top.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0px;
    width: 100%;
    /* height: calc(100vh * 250 / 900); */
    padding: 60px 14%;
    color: #FFF;
    display: flex;
    align-items: center;
    padding-left: calc(100vw * 380 / 1920);
}

.culture-bg {
    background: url(/images/image2/culture-bg.png) !important;
}

.product-bg {
    background: url(/images/image2/product-bg.png);
}

.investor-bg {
    background: url(/images/image2/investor-bg.png);
}

.news-bg {
    background: url(/images/image2/news-bg.png);
}

.build-bg {
    background: url(/images/image2/build-bg.png);
    height: 410px;
    background-repeat: no-repeat;
    background-size: contain;
}

.social-bg {
    background: url(/images/image2/social-top-bg.png);
}

.dt-bg {
    background: url(/images/image2/dt-bg.png);
}

.join-bg {
    background: url(/images/image2/join/join-bg.png);
}

.talent-bg {
    background: url(/images/image2/tanlent/top-bg.png);
}

.expert-bg {
    background-image: url("/images/image2/expert/expert-bg.png");
}

.company_top .top-title {
    font-size: 2rem;
    /* margin-bottom: 0.2rem; */
}

.company_top .top-en-title {
    font-size: 1.3rem;
}

.pos_c {
    padding: 23px 0 13px 13%;
    font-size: 1rem;
    display: flex;
    color: #666;
    align-items: center;
}

.pos_c_build {
    position: absolute;
    top: 370px
}

.pos_c a {
    color: #666;
}

.pos_c a:hover {
    color: #0A307F
}

hr {
    width: 74%;
    margin-left: 13%;
}

.pos_c img {
    margin-right: 10px;
}

.part-video {
    padding: 10px 13%;
    align-items: center;
    padding: calc(100vh * 10 / 900) 13%;
}

.part-video img {
    margin-right: 10px;
    width: 50%;
}

.part-video .title {
    font-size: 1.5rem;
    color: #333;
    text-align: center;
    font-weight: bold;
    line-height: 4rem;
}

.part-video .content {
    width: 100%;
}

.part-video .content .index-video-item {
    width: 90%;
    align-items: center;
    margin: auto;
}

.part-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: calc(100vh * 90 / 900) 13%;
}

.part-2 img {
    margin-right: 10px;
    width: 50%;
}

.part-2 .title {
    font-size: 1.5rem;
    color: #333;
    text-align: center;
    font-weight: bold;
    line-height: 6rem;
    margin-left: calc(100vw * 71 / 1920);
}

.part-2 .content {

    color: #666;
    margin-left: calc(100vw * 71 / 1920);
}

.part-2 .content p {
    text-indent: 2em;
    font-size: 1.1rem;
    line-height: 2.5rem;
    /* word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden; */
}

.part-3 {
    color: #0A307F;
    background: url(/images/image2/part-3-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* height: calc(100vh * 200 / 900); */
    padding: 20px 13%;
}

.part-3 .top {
    text-align: center;
}

.part-3 .des,
.part-3 .uni {
    font-size: 1rem;
    text-align: center;
}

.part-3 .add {
    font-size: 4rem;
    text-align: center;
}

.part-3 .des {
    color: #333;
}

.part-3 .count {
    font-size: 4rem;

}

.part-4 {
    padding: 90px 13%;
    background: #F9F9F9;
    /* display: ; */
}

.part-4 .content .left img,
.part-4 .content .right img {
    width: 16px;
    height: 25px;
}

.part-4 .title {
    color: #333;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 60px;
}

.part-4 .des {
    /* word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; */
}

.part-4 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.part-4 .des {
    font-weight: 400;
    color: #333333;
    line-height: 34px;
    font-size: 1.1rem;
    text-align: center;
    width: 100%;
}

.part-4 .des p {
    width: 55%;
    margin: 2rem auto
}

.swiper-container {
    /* margin:3rem 13%; */
    width: 90%;
    padding: 10px;

}

/* .swiper-wrapper{height: 250px;} */
.swiper-slide {
    text-align: center;
    /* font-size: 18px; */
    /* background: #fff; */

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.9);
    padding: 5px;
    background: #FFFFFF;
    border: 1px solid #999999;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
    opacity: 0.6;
    /* margin-right: 2rem !important; */
    /* height: 140px; */
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1.1);
    z-index: 3;
    opacity: 1;
    /* height: 200px; */
}

.part-5 {
    background: url(/images/image2/about-part5-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: calc(100vh * 90 / 900) 12%;
}

.part-5 img {
    margin-left: 10px;
    width: 50%;
}

.part-5 .title {
    font-size: 2rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

.part-5 .content {
    width: 30%;
    color: #333;
    /* margin-left: calc(100vw * 71 / 1920); */
}

.part-5 .content p {
    text-indent: 2em;
    font-size: 1.1rem;
    line-height: 2rem;
}

/* dev-history */
.history {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    padding: 40px 13%;
    background-image: url(/images/image2/dev-right-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.history .right {
    /* padding-right: 4%; */
    margin: 20px auto;
    width: 45%;
}

/* .history .right-img{
    background-image: url(/images/image2/dev-right-bg.png);
    position: absolute;
    background-size: auto;
    background-repeat: no-repeat;
    height: 741px;
    width: 500px;
    right: 0;
    bottom: 10;
} */
.aboutB-a {
    max-width: 500px;
    margin: 0 auto;

}

.a-fadeinB1 {
    -webkit-animation: 1s 0.2s ease-out backwards;
    -moz-animation: 1s 0.2s ease-out backwards;
    -ms-animation: 1s 0.2s ease-out backwards;
    animation: 1s 0.2s ease-out backwards;
}

.history .aboutB-b {
    float: left;
    position: relative;
    margin-top: 0;
}

.aboutB-b .c-menu {
    height: 500px;
    margin-left: 250px;
    width: 260px;
    overflow: hidden;
    position: relative;
}

.aboutB-b .items-list {
    left: -300px;
    /* left: -50px; */
    /* margin-left: -26px; */
    width: 500px;
    height: 500px;
    border-top: 2px solid #026EC6;
    border-right: 2px solid #026EC6;
    border-radius: 50%;
    position: absolute;
    top: 0;
    /* transform: rotate(25deg); */
}

.aboutB-b .list {
    /* left: -350px; */
    left: -50px;
    /* margin-left: -26px; */
    width: 500px;
    height: 500px;
    border-radius: 50%;
    position: absolute;
    top: 0;
}

.aboutB-b .item {
    width: 300px;
    padding-left: 25px;
    font-size: 18px;
    transition: font-size 1s;
    text-align: left;
    cursor: pointer;
    /* opacity: 0.5; */
    position: absolute;
    /* transform: rotate(-20deg); */
}

.aboutB-b .item a {
    color: #333;
}

.aboutB-b .item .a1 {
    opacity: 0.9;
}

.aboutB-b .item .a2 {
    opacity: 0.8;
}

.aboutB-b .item .a3 {
    opacity: 0.7;
}

.aboutB-b .item .a4 {
    opacity: 0.6;
}

.aboutB-b .item .a5 {
    opacity: 0.5;
}

.aboutB-b .item .a6 {
    opacity: 0.4;
}

.aboutB-b .item .hide {
    display: none;
    width: 300px;
    padding-left: 25px;
    font-size: 18px;
    transition: font-size 1s;
    text-align: left;
    cursor: pointer;
    opacity: 0.5;
    position: absolute;
    /* transform: rotate(-20deg); */
}

.aboutB-b .item a:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/images/image2/dev-cir1.png) no-repeat center;
    left: -0px;
    top: 50%;
    border-radius: 50%;
    margin-top: -14px;
}

.aboutB-b .img-bg {
    top: 20px;
    width: 500px;
    height: 500px;
    opacity: 1;
    transition: opacity, 2s;
    position: absolute;
    left: -100px;
    border-radius: 50%;
    background-image: url(/images/image2/dev-cir-bg.png);
    background-repeat: no-repeat;
}

.aboutB-b .img-box {
    background-image: url(/images/image2/dev-cir.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50px;
    width: 400px;
    height: 400px;
    opacity: 1;
    transition: opacity, 2s;
    position: absolute;
    left: 0px;
    border-radius: 50%;
    z-index: 2;
    /* border: 3px solid #718fea; */
}

.history .items {
    overflow: hidden;
    -ms-animation: fadeInRight 0.8s ease 0.5s both;
    animation: fadeInRight 0.8s ease 0.5s both;
    visibility: visible;
    height: 400px;
    /* width: 4120px; */
}

.history .item2 {
    /* width: 580px; */
    float: left;
}

/* .history .right{padding-right: 4%;} */
.history .right .item {
    margin-top: 20px;
}

.history .right .title {
    font-size: 2rem;
    font-weight: bold;
    color: #333333;
}

.history .right .des {
    /* width: 475px; */
    font-size: 1.2rem;
    height: 130px;
    font-weight: 400;
    color: #333333;
    background: #F9F9F9;
    padding: 20px;
}

.history .right .blue-border {
    border-top: 1px solid #1674CC;
}

.history .right .buttons {
    display: flex;
    margin-top: 30px;
}

.history .back-gray {
    background: #C6C6C6;
}

.history .back-blue {
    background: #1674CC;
}

.history .right .button {
    width: 131px;
    height: 41px;
    font-size: 1rem;
    background: #1674CC;
    border-radius: 21px;
    color: #FFF;
    line-height: 41px;
    text-align: center;
    cursor: pointer;
    border: none;
}

.founder {
    background: url(/images/image2/founder-bg.png);
    padding: 3rem 15%;
    background-size: cover;
    background-repeat: no-repeat;
}

.founder .part2 .title {
    text-align: center;
    font-size: 1.5rem;
    color: #333;
    font-weight: bold;
}

.founder .part2 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 1.5rem;
	margin-bottom: 2rem;
}

.founder .part2 .left {
    margin-right: 3rem;
    margin-top: 0.5rem;
	width: 60%;
}
.founder .part2 .left img{
    max-width: 100%;
	box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
}

.founder .part2 .right {
    width: 40%;
}
.founder .part2 .right li {
    padding: 3px 0
}

.founder .part2 .right li span {
    font-weight: bold;
    color: #333;
}

.founder .part2 .right .title1 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333333;
}

.founder .part2 .right .title2 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 2rem;
    color: #333333;
}

.founder .part2 .right .des {
    font-size: 1rem;
    font-weight: 400;
    color: #333;
    margin-top: 1.8rem;
    padding: 1.8rem 0
}

.founder .part2 .right .des-p {
    text-indent: 2rem;
    line-height: 1.8rem;
}

.founder .part4 .inner {
    background: #EDF6FF;
    border-radius: 20px;
    padding: 2rem;
}

.founder .part4 {
    /* margin:3rem 15%; */
    padding: 3rem 1rem 1rem 3rem;
    position: relative;
    font-size: 1rem;
    color: #333;
    background: #FFF;
    border-left: 10px solid #1674CC;
    border-top: 10px solid #1674CC;
    margin-bottom: 40px;

    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.founder .part4 .tt {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
}

.founder .part4 .content {
    display: flex;
    justify-content: center;
    align-items: end;
}

.founder .part4 .content p {
    text-indent: 2rem;
    font-size: 1rem;
    line-height: 2rem;
    color: #333;
    margin-right: 40px;
}

.founder .part4 .content img {
    width: 150px;
    height: 150px;
    max-width: none;
}

.culture .part2 {
    padding: 1.4rem 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
}

.culture .part2 .bg {
    background: url(/images/image2/cul-part2-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 8rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.culture .part2 .bg img {
    width: 400px;
}

.culture .part2 .right {
    width: 50%;
    margin-left: 8rem;
}

.culture .part2 .right .title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.culture .part2 .right .des {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2.8rem;
}

.culture .part3 {
    background: url(/images/image2/cul-part3-bg.png) no-repeat;
    padding: 4rem 15%;
    background-size: cover;
}

.culture .part3 .title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 4rem;
    text-align: center;
    color: #333;
}

.culture .part3 .items {
    display: flex;
    justify-content: space-between;
}

.culture .part3 .item {
    box-shadow: 0px 1px 8px 0px rgba(102, 102, 102, 0.5);
    width: 280px;
    margin: 1rem;
    background: linear-gradient(-30deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    text-align: center;
    padding: 4rem
}

.culture .part3 .item .title {
    font-size: 1.3rem;
    color: #333;
    margin: 2rem 0 1rem;
}

.culture .part3 .item .des {
    font-size: 1.1rem;
    line-height: 2rem;
    color: #666;
    text-align: left;
}

.culture .part4 {
    background: url(/images/image2/cul-part4-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 0;
}

.culture .part4 .title {
    font-size: 1.8rem;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 1rem;
}

.innovation .part4 {
    margin-bottom: 3rem;
}

.innovation .part4 .title,
.innovation .part5 .title,
.innovation .part6 .title {
    font-weight: bold;
    font-size: 1.5rem;
    width: 100%;
    text-align: center;
    color: #333;
    margin-bottom: 3rem;
}

.innovation .part4 .title {
    margin: 0 auto;
    margin-top: 5rem;
    margin-bottom: 3rem;
    width: 60%;
}

.innovation .part4 .items {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
}

.innovation .part4 .items .item_active {
    background: url(/images/image2/inno/part4-bg.png) no-repeat;
    background-size: cover;
    color: #FFF
}

.innovation .part4 .items .item {
    width: calc(100vw * 335 / 1920);
    padding: calc(100vh * 35 / 900) calc(100vw * 30 / 1920);
    margin: 0 calc(100vw * 20 / 1920);
    margin-bottom: calc(100vh * 20 / 900);
    box-shadow: 0px 1px 8px 0px rgba(102, 102, 102, 0.5);
}

.innovation .part4 .items .item .title {
    margin: 1.5rem 0;
    margin-bottom: calc(100vh * 40 / 900);
    margin-top: calc(100vh * 80 / 900);
    font-size: calc(100vw * 22 / 1920);
    font-weight: normal;
    width: 100%;
    text-align: left;
}

.innovation .part4 .items .item_active .title {
    color: #FFF;
}

.innovation .part4 .items .item .des {
    font-size: 1rem;
    line-height: 2rem;
}

.innovation .part5 {
    background: url(/images/image2/inno/part5-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3rem 13%;
    margin-bottom: 3rem;
}

.innovation .part5 .title {
    margin-bottom: 1.5rem;
}

.innovation .part5 .des {
    margin: 0 25%;
    width: 51%;
    text-align: center;
    line-height: 2rem;
}

.innovation .part5 .items {
    display: flex;
    justify-content: space-around;
    margin-bottom: 3rem;
}

.innovation .part5 .items .item {
    width: 20%;
    text-align: center;
    margin-top: 2rem;
    font-size: 1.2rem;
}

.innovation .part5 .items .item .num-item {
    color: #0A307F;
}

.innovation .part5 .items .item .num {
    font-size: 4rem;
}

.innovation .part5 .items .item .des1,
.innovation .part5 .items .item .des2 {
    color: #333;
    font-size: 1.2rem;
}

.innovation .part5 .items .item .des2 {
    margin-top: 2rem;
}

.innovation .part6 {
    margin: 3rem 13%
}

.innovation .part6 .title {
    margin: 6rem 0 0rem 0
}

.stock-content-label-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 70px;
    cursor: pointer;
}

.stock-content-label {
    font-size: 16px;
    color: #333;
    border-radius: 20px;
    padding: 0 53px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 30px;
    border: 1px solid rgba(10, 48, 127, 0.2);
}

.stock-content-label:last-child {
    margin-right: 0;
}

.stock-content-label-active {
    background: #1674CC;
    color: #fff;
    border: 1px solid #1674CC;
}

.expert-list-content {
    display: flex;
    /* justify-content: space-around; */
}

.expert-item {
    width: 20%;
    margin: 2.5%;
    box-sizing: border-box;
    /*border: 1px solid rgba(102,102,102,0.5);*/
    box-shadow: 0 0 3px rgba(102, 102, 102, 0.5);
    padding: 3% 2%;
    color: #666666;
    font-size: 1.1rem;
    margin-bottom: 3%;
    text-align: center;

}

.expert-item:last-child {
    margin-right: 0;
}

.expert-item-name {
    font-size: 22px;
    color: #333333;
    margin: 18px 0;
}

.expert-item-name2 {
    margin-bottom: 10px;
}

.expert-item .expert-item-container {
    display: flex;
    justify-content: center;
}

.expert-item img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
}

.expert-item-content {
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    text-align: left;

}

.investor .part2 {
    padding: 3rem 13%;
}

.investor .part2 .title {
    color: #333;
    font-weight: bold;
    font-size: 1.8rem;
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
}

.investor .part2 .items {
    display: flex;
    justify-content: center;
}

.investor .part2 .item {
    width: 300px;
    height: 400px;
    padding: 4rem 2rem;
    margin: 1rem;
    background: linear-gradient(-30deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    text-align: center;
    box-shadow: 0px 1px 8px 0px rgba(102, 102, 102, 0.5);
}

.investor .part2 .item .title {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 2rem 0
}

.investor .part2 .item .des {
    font-size: 1.2rem;
    color: #666
}

.investor .part3 {
    background: #1674CC;
    text-align: center;
    color: #FFF;
    font-size: 1rem;
    width: 140px;
    margin: 6rem auto;
    margin-top: 0;
    line-height: 40px;
}
.notice .part4 {
    background: #1674CC;
    text-align: center;
    color: #FFF;
    font-size: 1rem;
    width: 140px;
    margin: 6rem auto;
    margin-top: 0;
    line-height: 40px;
}
.notice .part4 a {
    color: #FFF;
    cursor: pointer;
}

.investor .part3 a {
    color: #FFF;
    cursor: pointer;
}

.news {
    font-size: 14px;
}

.news .top-tabs {
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
    color: #666;
    padding: 0 15%
}

.news .top-tabs .tab {
    background: #F7F5F5;
    margin: 3rem 0;
    padding: 0.8rem 0;
    width: 49%;
    text-align: center;
    cursor: pointer;
}

.news .top-tabs .tab:first-child {
    margin-right: 1%;
}

.news .top-tabs .tab:last-child {
    margin-left: 1%;
}

.news .top-tabs .active {
    background: #1674CC;
    color: #FFF;
    position: relative;
}

.news .top-tabs .active a {
    background: #1674CC;
    color: #FFF;
    position: relative;
}

.news .top-tabs .active .active-s {
    background: #1674CC;
    width: 0px;
    height: 0px;
    position: absolute;
    left: calc(50% - 10px);
    bottom: -10px;
    border-top: 10px solid #1674CC;
    border-right: 10px solid #FFF;
    border-left: 10px solid #FFF;
}

.news .top-three {
    background: #F7F5F5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem 15%
}

.news .top-three .left {
    margin-right: 2rem;
    width: calc(60vw);
    position: relative;
}

.news .top-three .left img {
    height: calc(40vh);
    max-width: none;
    width: calc(30vw);
    cursor: pointer;
}

.news .top-three .left .more {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #1674CC;
    color: #FFF;
    font-size: 1rem;
    padding: 0.3rem;
    width: 80px;
    height: 35px;
}

.news .top-three .left .more a {
    color: #FFF;
}

.news .top-three .left .more-s {
    position: absolute;
    right: 80px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 35px solid #1674CC;
}

.news .top-three .right li {
    display: flex;
    color: #666;
    font-size: 1rem;
    padding: 1.2rem
}

.news .top-three .right li:hover {
    background: #FFF;
    border-left: 3px solid #1674CC;
}

.news .top-three .right .hr {
    border-bottom: 1px solid #DDD;
}

.news .top-three .right .left-list .month {
    color: #1674CC;
    font-size: 1.5rem;
}

.news .top-three .right .left-list {
    text-align: left;
    margin-right: 1.2rem;
}

.news .top-three .right .title {
    color: #333;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.6rem;
    cursor: pointer;
}

.news .top-three .right .des {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news .search {
    background: #EFF4F9;
    display: flex;
    padding: 0.8rem;
    justify-content: center;
    align-items: center;
    margin: 0rem 15% 0 15%;
    color: #666;
    font-size: 1rem;
}

.news .search select {
    border: 1px solid #E5E5E5;
    height: 3rem;
    width: 35rem;
    color: #666;
    padding: 0 1rem;
    margin-right: 1.5rem;
}

/* 控制小图标的位置 */
.news .search .form-select--icon {
    background-position-x: 100px;
}

/* .form-select::-ms-expand { display: none; } */
.form-select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(/images/image2/down-arrow.png) no-repeat scroll 96% center;
    background-size: 10px;
    background-color: #FFF;
}

.news .search input {
    border: none;
    color: #666;
    padding: 0 1rem;
    height: 2.8rem;
    width: 70%;
}

.news .search input:focus {
    box-shadow: none;
}

.news .search .input-group {
    border: 1px solid #E5E5E5;
    height: 3rem;
    width: 42%;
    margin-right: 0rem;
    background: #FFF;
}

.news .search button {
    border: none;
    padding: 0 1rem;
    background: #FFF;
    float: right;
    height: 2.8rem;
    border-radius: 0rem;
}

.news .search .refresh {
    background: #1674CC;
    float: right;
    position: relative;
    padding-left: 0;
    padding-right: 1.3rem;
}

.news .search .tri {
    width: 0;
    height: 0;
    border-left: 15px solid #EFF4F9;
    border-right: 0 solid #EFF4F9;
    border-bottom: 2.85rem solid #1674CC;
}

.news .search .search-font {
    background: #1674CC;
    color: #FFF;
    position: relative;
    padding: 0.5rem;
    margin-right: 1.5rem;
}

.news .search .search-font .search-s {
    position: absolute;
    right: -5px;
    top: calc(50% - 5px);
    border-top: 5px solid #EFF4F9;
    border-bottom: 5px solid #EFF4F9;
    border-left: 5px solid #1674CC;
}

.news .news-list {
    padding: 2rem 15% 0 15%
}

.news .news-list li {
    display: flex;
    color: #666;
    font-size: 1rem;
    padding: 1.2rem 0
}

.news .news-list li img {
    width: 300px;
    min-width: 300px;
    height: 180px;
    margin-right: 2rem;
    cursor: pointer;
}

.news .news-list .hr {
    border-bottom: 1px solid #DDD;
}

.news .news-list .left-list {
    background: #F7F5F5;
    height: 79px;
    width: 110px;
    text-align: left;
    padding: 1.5rem;
    margin-right: 1.2rem;
}

.news .news-list .left-list .month {
    color: #1674CC;
    font-size: 1.5rem;
}

.news .news-list .title {
    color: #333;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.6rem;
    cursor: pointer;
}

.news .news-list .from {
    color: #999;
    font-size: 0.8rem;
}

.news .news-list .des a {
    color: #1674CC;
    cursor: pointer;
}

.news nav {
    text-align: center;
}

.news nav .pagination .page-item a {
    margin: 0 0.5rem;
    color: #666;
}

.news-detail {
    padding: 0 13%;
    color: #333;
    font-size: 1rem;
}

.news-detail .title {
    color: #333;
    font-size: 2rem;
    font-weight: bold;
    margin: 2rem 0;
    text-align: center;
}

.news-detail .time {
    background: #F4F9FD;
    color: #666;
    font-size: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.6rem 0;
    width: 100%;
    margin-bottom: 2rem;
}

.news-detail .img {
    text-align: center;
    margin: 2rem;
}

.news-detail p {
    text-indent: 2rem;
    margin-top: 1rem;
    line-height: 2rem;
    font-size: 1.2rem;
}

.news-detail p img {
    text-align: center;
}

.news-detail .bottom {
    display: flex;
    justify-content: center;
}

.news-detail .bottom .page {
    background: #EDF6FF;
    color: #1674CC;
    width: 49%;
    padding: 1rem;
    display: flex;
    justify-content: space-around;
    margin: 2rem 0;
    align-items: center;
}

.news-detail .bottom .page .left {
    width: 80%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.news-detail .bottom .page .dot {
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background: #1674CC;
    margin-right: 0.6rem;
}

.news-detail .bottom .page:first-child {
    margin-right: 1%;
}

.news-detail .bottom .page:last-child {
    margin-left: 1%;
}

.news-detail .bottom .page .pre,
.news-detail .bottom .page .next {
    width: 162px;
    background: #1674CC;
    color: #FFF;
    padding: 0.3rem 1rem;
    display: flex;
    align-items: center;
    border-radius: 21px;
}

.news-detail .bottom .page .pre a,
.news-detail .bottom .page .next a {
    background: #1674CC;
    color: #FFF;
    padding: 0.3rem 1rem;
    display: flex;
    align-items: center;
    border-radius: 21px;
}

.build .top {
    padding: 0 13%;
    margin-top: -100px;
}

.build .bottom {
    background: url(/images/image2/build-bottom.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    padding: 4rem 13%
}

.build .bottom .top-title {
    text-align: center;
    background: url(/images/image2/build-title.png) no-repeat;
    background-size: 100%;
    height: 80px;
    margin-bottom: 2rem;
}

/* .build .bottom .top-title{margin-bottom: 1rem;background: url(/images/image2/build-title.png);background-repeat: no-repeat;background-size: cover;height: 80px;} */
.build .top-three {
    display: flex;
    justify-content: center;
    align-items: center;
}

.build .top-three .left {
    margin-right: 2rem;
    width: calc(40vw);
    position: relative;
}
.build .top-three .left img{height: 365px;width: 100%;}

.build .top-three .left .more {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #DA161A;
    color: #FFF;
    font-size: 1rem;
    padding: 0.3rem;
    width: 80px;
    height: 35px;
}

.build .top-three .left .more a {
    color: #FFF;
}

.build .top-three .left .more-s {
    position: absolute;
    right: 80px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 35px solid #DA161A;
}

.build .top-three .right li {
    display: flex;
    color: #666;
    font-size: 1rem;
    padding: 1.2rem
}

.build .top-three .right li:hover {
    background: #FFF;
    border-left: 3px solid #DA161A;
}

.build .top-three .right .hr {
    border-bottom: 1px solid #DDD;
}

.build .top-three .right .left-list .month {
    color: #DA161A;
    font-size: 1.5rem;
}

.build .top-three .right .left-list {
    text-align: left;
    margin-right: 1.2rem;
}

.build .top-three .right .right-list {
    /* width: 80%; */
}

.build .top-three .right .title {
    color: #333;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.6rem;
    cursor: pointer;
}

.build-detail {
    padding: 0 13%;
    color: #333;
    /* font-size: 1rem; */
    background: url(/images/image2/build-bottom.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.build-detail .title {
    color: #333;
    font-size: 2rem;
    font-weight: bold;
    margin: 2rem 0;
    text-align: center;
}

.build-detail .time {
    background: #F4F9FD;
    color: #666;
    font-size: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.6rem 0;
    width: 100%;
    margin-bottom: 2rem;
}

.build-detail .img {
    text-align: center;
    margin: 2rem;
}

.build-detail p {
    text-indent: 2rem;
    margin-top: 1rem;
    line-height: 2rem;
}

.build-detail .bottom {
    display: flex;
    justify-content: center;
}

.build-detail .bottom .page {
    background: #EDF6FF;
    color: #1674CC;
    width: 49%;
    padding: 1rem;
    display: flex;
    justify-content: space-around;
    margin: 2rem 0;
    align-items: center;
}

.build-detail .bottom .page .left {
    width: 80%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.build-detail .bottom .page .dot {
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background: #1674CC;
    margin-right: 0.6rem;
}

.build-detail .bottom .page:first-child {
    margin-right: 1%;
}

.build-detail .bottom .page:last-child {
    margin-left: 1%;
}

.build-detail .bottom .page .pre,
.build-detail .bottom .page .next {
    width: 162px;
    background: #1674CC;
    color: #FFF;
    padding: 0.3rem 1rem;
    display: flex;
    align-items: center;
    border-radius: 21px;
}

.build-detail .bottom .page .pre a,
.build-detail .bottom .page .next a {
    background: #1674CC;
    color: #FFF;
    padding: 0.3rem 1rem;
    display: flex;
    align-items: center;
    border-radius: 21px;
}

.build-detail-hr {
    margin-top: -100px;
}

.build .top-three .right .des {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.build .top-three .right .des img{display: none;}
.build .top-three .right {
    width: calc(60vw);
    height: 380px;
    overflow: auto;
}

.social {
    margin: 0 13%
}

.social .part1 .title {
    text-align: center;
    font-size: 1.2rem;
    color: #333;
    margin: 0 auto;
    margin-top: 5rem;
    margin-bottom: 3rem;
    width: 500px;
}

.social .part1 .title span {
    font-size: 1.3rem;
    color: #1674CC;
    font-weight: bold;
}

.social .part1 .content {
    background: url(/images/image2/social-part1-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.social .part1 .content .left {
    width: 530px;
    margin-left: 3rem;
    background: linear-gradient(-10deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    padding: 3rem;
}

.social .part1 .content .left .title {
    color: #333;
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 3rem;
    text-align: left;
    font-weight: bold;
}

.social .part1 .content .left .des {
    font-size: 1.1rem;
    color: #333;
    text-indent: 2rem;
    line-height: 2rem;
}

.social .part1 .content .left .change-num {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.social .part1 .content .left .change-num .item {
    width: 50%
}

.social .part1 .content .left .change-num .item .top {
    color: #0A307F;
    font-weight: bold;
}

.social .part1 .content .left .change-num .item .top .num {
    font-size: 3rem;
}

.social .part1 .content .left .change-num .item .top .uni {
    font-size: 1rem;
}

.social .part1 .content .left .change-num .item .des {
    font-size: 1rem;
    color: #333;
    text-align: left;
    text-indent: 0;
}

.social .part2 .title,
.social .part3 .title {
    text-align: center;
    font-size: 1.5rem;
    color: #333;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 5rem;
    margin-bottom: 3rem;
    width: 500px;
}

.social .part2 .content .items {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.social .part2 .content .item {
    width: 33%;
    max-width: 445px;
    min-height: 250px;
    margin: 6px;
    padding: 1.5rem;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
    position: relative;
}

.social .part2 .content .item .item-exp {
    background: #FFF;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    border: 1px solid #1674CC;
    height: calc(200% + 10px);
}

.social .part2 .content .item .exp-down {
    background: #FFF;
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    border: 1px solid #1674CC;
    height: calc(200% + 10px);
}

.social .part2 .content .item .exp-down .up {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: url(/images/image2/social-part2-bg2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0 1rem;
    padding: 1.5rem;
    height: 50%;
}

.social .part2 .content .item .exp-down .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.social .part2 .content .item .exp-down .top .title {
    color: #FFF;
    font-size: 1.2rem;
    margin: 0;
    text-align: left;
}

.social .part2 .content .item .exp-down .top img {
    width: 14px;
    height: 7px;
}

.social .part2 .content .item .exp-down .des {
    color: #FFF;
    line-height: 2rem;
}

.social .part2 .content .item .exp-down .bottom-img {
    position: absolute;
    top: 0;
    height: 52%;
    z-index: -1;
    width: 100%;
}

.social .part2 .content .item .item-exp .up {
    background: url(/images/image2/social-part2-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0 1rem;
    padding: 1.5rem;
    height: 50%;
}

.social .part2 .content .item .item-exp .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.social .part2 .content .item .item-exp .top .title {
    color: #FFF;
    font-size: 1.2rem;
    margin: 0;
    text-align: left;
}

.social .part2 .content .item .item-exp .top img {
    width: 14px;
    height: 7px;
}

.social .part2 .content .item .item-exp .des {
    color: #FFF;
    line-height: 2rem;
}

.social .part2 .content .item .item-exp .bottom-img {
    position: absolute;
    bottom: 0;
    height: 52%;
    z-index: -1;
    width: 100%;
}

.social .part2 .content .item .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.social .part2 .content .item .top .title {
    color: #1674CC;
    font-size: 1.2rem;
    margin: 0;
    text-align: left;
}

.social .part2 .content .item .top img {
    width: 7px;
    height: 14px;
}

.social .part2 .content .item .des {
    color: #333;
    font-size: 1rem;
    line-height: 2rem;
}

.social .part3 .top {
    background: url(/images/image2/social-bottom-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3rem 2rem;
    line-height: 2rem;
    color: #FFF;
    font-size: 14px;
}

.social .part3 .bottom-title {
    margin-top: 1.5rem;
    display: flex;
    color: #666;
    font-size: 1.1rem;
    font-weight: bold;
    background: #FFF;
}

.social .part3 .bottom-title .active {
    color: #FFF;
    background: #1674CC;
}

.social .part3 .bottom-title div {
    width: 50%;
    text-align: center;
    line-height: 3rem;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
}

.social .part3 .bottom-content {
    display: flex;
    margin: 1.5rem 0 3rem 0;
    justify-content: space-between;
    flex-wrap: wrap;
}

.social .part3 .bottom-content .left,
.social .part3 .bottom-content .right {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
    width: 49%;
    background: url(/images/image2/social-part3-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1.5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social .part3 .bottom-content .des {
    width: 49%;
    font-size: 1rem;
    color: #333;
    line-height: 2rem;
}

.social .part3 .bottom-content .img-content {
    width: 49%;
    position: relative;
    overflow: hidden;
    height: 185px;
}

.social .part3 .bottom-content .img-content .imgs {
    height: 250px;
    width: 1700px
}

.social .part3 .bottom-content .img-content .imgs img {
    height: 250px;
    width: 324px;
}

.social .part3 .bottom-content .left-btn {
    position: absolute;
    top: calc(50% - 10px);
    left: 10px;
    background: rgba(19, 105, 192, 0.8);
    padding: 2px 3px;
    cursor: pointer;
}

.social .part3 .bottom-content .right-btn {
    position: absolute;
    top: calc(50% - 10px);
    right: 10px;
    background: rgba(19, 105, 192, 0.8);
    padding: 2px 3px;
    cursor: pointer;
}

.dt {
    margin: 0 13%
}

.dt .part1 .title,
.dt .part2 .title {
    text-align: center;
    font-size: 1.5rem;
    color: #333;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 5rem;
    margin-bottom: 3rem;
    width: 500px;
}

.dt .part1 .content {
    color: #FFF;
}

.dt .part1 .content img {
    width: 100%;
}

/* .dt .part1 .content img{position: relative;} */
.dt .part1 .content .right {
    display: none;
    width: 18%;
    background: #FFF;
    position: fixed;
    right: 15%;
    top: 1190px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
    padding: 1.5rem;
}

.dt .part1 .content .right .top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 5px;
    left: 0;
    background: linear-gradient(180deg, #1674CC, #FFFFFF);
}

.dt .part1 .content .right .title {
    color: #333;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 3rem;
    margin: 0;
    text-align: left;
}

.dt .part1 .content .right .des {
    color: #333;
    font-size: 1.1rem;
    line-height: 2rem;
}

.dt .part1 .content .right .des span {
    font-weight: bold;
    margin-right: 1rem;
}

.dt .part1 .content .big-out {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: linear-gradient(260deg, #9ACBEE, #0063B0);
}

/* .dt .part1 .content .big-out .items{position: relative;} */
.dt .part1 .content .big-out .item {
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 0.5rem;
    text-align: center;
    cursor: pointer;
}

.dt .part1 .content .big-out .item img {
    width: 40px;
}

.dt .part1 .content .big-out .big-int {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 290px;
    height: 290px;
    border: 1px solid #2BA4DE;
    border-radius: 50%;
    background: #FFF;
}

.dt .part1 .content .big-out .big-int .middle-out {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: -webkit-gradient(radial, 140 140, 0, 140 140, 140, from(#2BA4DE), to(#124D97));
}

.dt .part1 .content .big-out .big-int .middle-out .middle-int {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 180px;
    border: 1px solid #2BA4DE;
    border-radius: 50%;
    background: #FFF;
}

.dt .part1 .content .big-out .big-int .middle-out .middle-int .small-out {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 170px;
    border: 7px solid #1674CC;
    border-radius: 50%;
}

.dt .part1 .content .big-out .big-int .middle-out .middle-int .small-out .small-int {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 156px;
    height: 156px;
    border: 1px solid #124D97;
    border-radius: 50%;
}

.dt .part1 .content .big-out .big-int .middle-out .middle-int .small-out .small-int .center {
    background: -webkit-gradient(radial, 95 95, 0, 95 95, 95, from(#2BA4DE), to(#124D97));
    border-radius: 50%;
    width: 150px;
    height: 150px;
    text-align: center;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.dt .part1 .content .big-out .big-int .middle-out .middle-int .small-out .small-int .center .title1 {
    font-size: 1.3rem;
}

.dt .part1 .content .big-out .big-int .middle-out .middle-int .small-out .small-int .center .title2 {
    font-size: 0.8rem;
}

.dt .part1 .circular-text {
    width: 210px;
    height: 210px;
    /* margin: 100px; */
    font-size: 8px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    font-style: inherit;
    fill: #FFF;
    cursor: pointer;
    /* display: none; */
}

.dt .part1 .circular-text path {
    fill: none;
}

.dt .part1 .circular-text svg {
    display: block;
    overflow: visible;
}

.dt .part2 .content .top,
.dt .part2 .content .des,
.dt .part2 .content .imgs {
    display: flex;
    justify-content: space-around;
    margin-bottom: 3rem;
}

.dt .part2 .content .top .item-title {
    position: relative;
    font-size: 1.3rem;
    text-align: center;
    font-weight: bold;
    color: #1674CC;
    line-height: 44px;
    width: 25%;
    height: 44px;
    background: linear-gradient(-10deg, #E1F0FF 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.dt .part2 .content .top .item-title .item-line {
    position: absolute;
    top: 44px;
    left: 0;
}

.dt .part2 .content .top .item-title .item-line .line {
    border-left: 1px solid;
    border-image: linear-gradient(to bottom, #1674CC, #FFF) 1;
    width: 1px;
    height: 176px;
    z-index: 1;
    margin-left: 13px;
}

.dt .part2 .content .des {
    background: #1674CC;
    padding: 2rem 0;
    margin-bottom: 5rem;
}

.dt .part2 .content .des .item-des {
    font-size: 1rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 34px;
    width: 18%;
}

.dt .part2 .content .imgs img {
    box-shadow: 0px 1px 8px 0px rgba(102, 102, 102, 0.5);
    width: 40%;
}

.notice {
    margin: 2rem 13%
}

.stock-top {
    /*height: 252px;*/
    width: 100%;
    height: auto;
    background-image: url("/images/image2/stock/stock-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stock-top-left-one {
    font-weight: bold;
    font-size: 1.3rem;
    color: #333;
    cursor: pointer;
}

.stock-top-left-two {
    color: #DD0000;
    font-weight: bold;
    font-size: 2rem;
    margin: 14px 0 20px;
    display: flex;
    align-items: center;

}

.stock-top-left-two .num-two {
    font-size: 0.9rem;
    margin: 0 11px 0 15px;
}

.stock-top-left-two .num-img {
    width: 27px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stock-top-left-two .num-img img {
    width: 27px;
    height: 31px;
}

.stock-top-left-three {
    color: #666666;
    font-size: 0.9rem;
}

.stock-top-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 66%;
}

.stock-top-right-item-title {
    font-size: 1rem;
    font-weight: bold;
    color: #666;
}

.stock-top-right-item-num {
    font-size: 1.3rem;
    color: #333;
    margin-bottom: 20px;
}

.unit {
    color: #666;
    font-size: 0.9rem;
}

.stock-content-one-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-top: 60px;
}

.stock-content-label-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 40px;
    cursor: pointer;
}

.stock-content-label {
    font-size: 1.1rem;
    color: #333;
    border-radius: 20px;
    padding: 0 53px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 30px;
    border: 1px solid rgba(10, 48, 127, 0.2);
}

.stock-content-label:last-child {
    margin-right: 0;
}

.stock-content-label-active {
    background: #1674CC;
    color: #fff;
    border: 1px solid #1674CC;
}

.stock-content-one-content {
    padding: 50px;
    width: 100%;
    /*height:810px;*/
    height: auto;
    box-sizing: border-box;
    background-image: url("/images/image2/stock/content-bg.png");
    background-repeat: no-repeat;
    color: #333;
    font-size: 1.1rem;
    /*background-size: 100% 100%;*/
    background-size: cover;
    /* text-indent: 2rem; */
}

.notice .part3 .title {
    font-size: 1.5rem;
    color: #333;
    text-align: center;
    width: 100%;
    margin: 3rem 0;
    font-weight: bold;
    position: relative;
}
.notice .part3 .title .lin-notice{position: absolute;text-align: right;top: 0;right: 0;font-weight: normal;}

.notice .part3 .content {
    position: relative;
    width: 95%;
    overflow: hidden;
    height: 80px;
}

.notice .part3 .content .items {
    overflow: hidden;
    -ms-animation: fadeInRight 0.8s ease 0.5s both;
    animation: fadeInRight 0.8s ease 0.5s both;
    visibility: visible;
}

.notice .part3 .content .items .item {
    cursor: pointer;
    line-height: 60px;
    margin: 5px 0;
    height: 60px;
    float: left;
    text-align: center;
    color: #333;
    font-size: 1.2rem;
    border-bottom: 1px solid #026EC6;
}

.notice .part3 .content .items .active-item {
    font-size: 1.2rem;
    background: url(/images/image2/notice/part2-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #FFF;
}

.notice .part3 .content .item-imgs {
    position: absolute;
    top: 50px;
    z-index: 1;
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.notice .part3 .files {
    margin: 3rem 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.notice .part3 .files .file {
    cursor: pointer;
    margin: 10px;
    width: 45%;
    border-top: 1px solid #1674CC;
    box-shadow: 0px 0px 8px 0px rgba(212, 212, 212, 0.7);
    display: flex;
    padding: 2rem;
    font-size: 1.1rem;
    align-items: center;
}

.notice .part3 .files .file-des {
    margin-left: 1rem;
}

.notice .part3 .files .file .title {
    font-weight: bold;
    margin: 0;
    text-align: left;
    font-size: 1.1rem;
}

.notice .part3 .files .file .date {
    font-size: 1rem;
    line-height: 2rem;
}

.notice .part3 .leftButton,
.notice .part3 .rightButton {
    width: 16px;
    height: 26px;
}

.join .part1 {
    margin-top: -10px;
    margin-bottom: 60px;
    padding: 3rem 13%;
    background: url(/images/image2/join/part1-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: start;
    align-items: center;
}

.join .part1 .left {
    width: 60%;
}

.join .part1 .right {
    margin-left: 40px;
    margin-top: 40px;
}

.join .part1 .right .title {
    font-size: 1.6rem;
    font-weight: bold;
    color: #333;
}

.join .part1 .right .des {
    font-size: 1.2rem;
    color: #333;
    margin-top: 2rem;
    line-height: 3rem;
}

.join .part2 {
    margin: 0 13%;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.join .part2 .item {
    height: 300px;
    width: 31%;
    color: #333;
    text-align: left;
    border-top: 1px solid #333;
    padding: 2rem;
    margin-right: 20px;
    margin-bottom: 20px;
}

.join .part2 .item .title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.join .part2 .item .des {
    font-size: 1.1rem;
    color: #666;
    line-height: 2rem;
}

.join .part2 .item-active {
    background: url(/images/image2/join/part2-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    border-top: none;
}

.join .part2 .item-active .des {
    color: #FFF;
}

.join .part2 .item-active .des a {
    color: #FFF;
}

/* .talent{padding:0 13%} */
.talent .part1,
.talent .part2 {
    margin: 0 13%
}

.talent .part1 .title,
.talent .part2 .title,
.talent .part3 .title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    width: 100%;
    text-align: center;
    margin: 4rem 0 2rem 0;
}

.talent .part1 .content {
    background: url(/images/image2/tanlent/part1-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 2rem;
    color: #FFF;
    font-size: 1.1rem;
    font-weight: bold;
}

.talent .part1 .content .item {
    display: flex;
    align-items: center;
    margin: 5px 0
}

.talent .part1 .content .item img {
    margin-right: 1.5rem;
}

.talent .part2 .content1 {
    background: url(/images/image2/tanlent/part2-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 2rem;
    color: #FFF;
}

.talent .part2 .content1 .title {
    font-size: 1.5rem;
    margin: 1rem 0;
    text-align: left;
    color: #FFF;
}

.talent .part2 .content1 .des {
    font-size: 1.0rem;
    line-height: 2rem;
    width: 80%;
}

.talent .part2 .content2 .top {
    display: flex;
    justify-content: space-around;
    box-shadow: 0px 0px 10px 0px rgba(138, 138, 138, 0.3);
}

.talent .part2 .content2 .top .item {
    padding: 0.5rem;
    font-size: 1.1rem;
    color: #333;
    text-align: center;
    border: 1px solid #E4E4E4;
    width: 33.33%;
}

.talent .part2 .content2 .top .item-active {
    background: #1674CC;
    color: #FFF;
    position: relative;
}

.talent .part2 .content2 .content {
    margin-top: 20px;
}

.talent .part2 .content2 .content .top-title {
    font-size: 1rem;
    color: #1674CC;
    font-weight: bold;
    text-align: center;
    line-height: 3rem;
}

.talent .part2 .content2 .content .top-title .quote {
    font-size: 2rem;
    color: #96C0EA;
    font-weight: bold;
    font-family: cursive;
}

.talent .part2 .content2 .content .top-title .left {
    margin-top: -10px;
}

.talent .part2 .content2 .content .top-title .right {
    margin-top: 10px;
}

.talent .part2 .content2 .content .out {
    background: #96C0EA;
    width: 100%;
    border-top: 10px solid #F9F9F9;
    position: relative;
}

.talent .part2 .content2 .content .inner {
    position: absolute;
    border-top: 1px solid #96C0EA;
    width: calc(100% - 20px);
    top: -10px;
    left: 10px;
    background: #FFF;
    padding: 1rem;
}

.talent .part2 .content2 .content .inner .title {
    font-size: 1rem;
    font-weight: bold;
    margin: 1rem 0;
    text-align: left;
    color: #333;
}

.talent .part2 .content2 .content .inner .des {
    font-size: 1rem;
    color: #333;
    line-height: 1.5rem;
}

.talent .part2 .content2 .content .img-text {
    border-top: 1px solid rgba(150, 192, 234, 0.5);
    display: flex;
    align-items: center;
}

.talent .part2 .content2 .content .img-text .img {
    width: 35%;
    overflow-x: hidden;
}

.talent .part2 .content2 .content .img-text .img img {
    margin: 5px;
    width: 48%;
}

.talent .part2 .content2 .item3 .img-text .img {
    width: 55%;
}

.talent .part2 .content2 .item4 .img-text .img3 {
    width: 55%;
}

.talent .part2 .content2 .item3 .img-text .img img {
    width: 32%
}

.talent .part2 .content2 .item4 .img-text .img3 img {
    width: 32%
}

.talent .part2 .content2 .item3 .img-text .img7 img {
    width: 24%
}

.talent .part2 .content2 .content .img-text .text {
    width: 50%;
    overflow-x: hidden;
    padding-left: 10px;
}

.talent .part2 .content2 .content .img-text .text-1 {
    width: 65%;
}

.talent .part3 .content {
    margin: 3rem 0 0 0;
    padding: 3rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    background: #F9F9F9;
    background-image: url(/images/image2/tanlent/part3-bg.png);
    background-position: right;
    background-repeat: no-repeat;
}

.talent .part3 .content img {
    width: 35%;
    margin-left: 10%;
}

.talent .part3 .content .right {
    width: 35%;
    margin-left: 3rem;
}

.talent .part3 .content .right .title {
    text-align: left;
    margin: 2rem 0;
}

.talent .part3 .content .right .out {
    background: #96C0EA;
    width: 75%;
    height: 150px;
    border-top: 10px solid #F9F9F9;
    position: relative;
}

.talent .part3 .content .right .des {
    position: absolute;
    border-top: 1px solid #96C0EA;
    width: calc(100% - 20px);
    height: 140px;
    top: -10px;
    left: 10px;
    background: #FFF;
    padding: 2rem;
}

.talent .part2 .content2 .top .item-active .active-s {
    background: #1674CC;
    width: 0px;
    height: 0px;
    position: absolute;
    left: calc(50% - 10px);
    bottom: -10px;
    border-top: 10px solid #1674CC;
    border-right: 10px solid #FFF;
    border-left: 10px solid #FFF;
}

@media only screen and (max-width:1900px) {}

@media only screen and (max-width:1866px) {
    .founder .right-bottom-icon {
        bottom: calc(3rem + 259px - 36px);
    }

    .culture .part3 .items .item {
        padding: 3rem;
    }
}

@media only screen and (max-width:1800px) {
    /* .history .items{height: 400px;} */
}

@media only screen and (max-width:1580px) {

    /* .founder .part2{padding:3rem 10.5%} */
    .founder .part3 {
        padding: 3rem 10.5%
    }

    .culture .part2 {
        padding: 5rem 10.5%
    }

    .culture .part3 {
        padding: 5rem 10.5%
    }

    .culture .part2 .right {
        width: 60%
    }

    .social .part2 .content .item {
        width: 31%;
    }

    .news .search {
        margin: 0 14%
    }

    .news .top-three .right .des {
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .build .top-three .right {
        height: 330px;
    }
    .build .top-three .left img{height: 325px;}
    .news .search input{width: 68%;}
}

@media only screen and (max-width:1400px) {}

@media only screen and (max-width:1360px) {}

@media only screen and (max-width:1300px) {
    html {
        font-size: 12px;
    }

    .menu-replace {
        height: 90px;
    }

    .index {
        /* overflow-y: hidden !important; */
    }

    .part-2 {
        padding: calc(100vh * 50 / 900) 10%;
    }

    .part-3,
    /* .part-4, */
    .part-5 {
        padding: calc(100vh * 50 / 900) 5%;
    }

    .pos_c {
        padding: 13px 0 3px 5%;
    }

    hr {
        margin-left: 5%;
        width: 90%;
    }

    .history {
        padding: 20px 5%
    }

    .history .right {
        padding-right: 0;
    }

    .founder .right-bottom-icon {
        bottom: calc(3rem + 194px - 36px);
    }

    .culture .part3 .items .item {
        padding: 34px;
    }

    /* .founder .part2{padding:2rem 10.5%} */
    .culture .part2 .right {
        width: 70%;
        margin-left: 5rem;
    }

    .investor .part2 {
        padding: 2rem 5%
    }

    .investor .part2 .item {
        padding: 6rem 2rem;
    }

    .pos_c_build {
        top: 270px;
        padding: 13px 5%;
    }

    .build .bottom {
        padding: 4rem 5%
    }

    .build .top {
        padding: 0 5%
    }

    .build .top {
        margin-top: -165px;
    }

    .build-detail-hr {
        margin-top: -165px;
    }

    .social {
        margin: 0 5%
    }

    .social .part2 .content .item {
        min-height: 185px;
        width: 32%;
        margin: 6px
    }

    .social .part2 .content .item .item-exp {
        height: calc(200% + 12px);
    }

    .dt {
        margin: 0 10%
    }

    .join .part1 {
        padding: 0 5%
    }

    .join .part2 {
        margin: 3rem 5%
    }

    .join .part2 .item {
        height: 230px;
    }

    .talent .part1,
    .talent .part2 {
        margin: 0 5%
    }

    .talent .part2 .content2 .content .out {
        height: 350px;
    }

    .talent .part3 .content .right .des {
        height: 160px;
    }

    .talent .part3 .content .right .out {
        height: 170px;
    }

    .stockInformation {
        padding: 10px 5%;
    }

    .innovation .part4 {
        margin: 0 5%
    }

    .innovation .part5 {
        margin: 2rem 5%
    }

    .innovation .part6 {
        margin: 2rem 5%
    }

    .notice {
        margin: 2rem 5%
    }

    .dt .part1 .content {
        height: 830px;
    }

    .dt .part1 .content .right {
        top: 890px
    }

    .news .search {
        margin: 0 5%
    }

    .news .top-three {
        padding: 4rem 5%;
    }

    .news .news-list {
        padding: 2rem 5% 0 5%;
    }

    /* .history .item2{width: 450px;} */
    .news .top-three .left img {
        width: calc(30vw);
    }

    .history .right .des {
        height: 100px;
    }

    .history .items {
        height: 340px;
    }

    .build .top-three .right {
        height: 300px;
        width: 100%;
    }
    .build .top-three .left img{height: 265px;}

}

@media only screen and (max-width:999px) {
    .history {
        display: block;
    }

    .history .right {
        margin-top: 40px;
    }

    .history .right .item {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .history .right .des {
        margin-left: 20px;
    }

    .history .right .buttons {
        display: flex;
        justify-content: center;
    }

    .history .right-img {
        top: 800px;
    }

    /* .founder .part2 .right{width:414px} */
    .founder .part2 .right .title1 {
        margin-left: 1rem;
        font-size: 1.5rem;
    }

    .founder .part2 .right .title2 {
        margin-left: 1rem;
        font-size: 1.2rem;
        margin-top: 1rem;
    }

    .founder .part2 .right .des {
        padding: 10px;
        ;
        font-size: 1rem;
        margin-top: 1rem;
    }

    .culture .part2 .bg {
        padding: 3rem 1rem
    }

    .investor .part2 .item {
        height: 300px;
        padding: 2rem
    }

}

@media only screen and (max-width:950px) {
    .culture .part3 .items .item {
        padding: 1.5rem;
    }

    .culture .part2 {
        padding: 2rem 8.5%
    }

    .culture .part2 .bg {
        padding: 2rem 1rem
    }

    .culture .part3 {
        padding: 2rem 3%
    }

    .culture .part2 .right {
        width: 80%;
        margin-left: 2rem;
    }

    .investor .part2 .item {
        height: 300px;
        padding: 3rem 2rem
    }

    

    .build .top-three .left {
        margin: 10px auto;
    }

    .build .top-three .right .des{-webkit-line-clamp:2}
    .news .top-three {
        display: block;
        padding: 2rem 15px;
    }

    .news .top-three .left {
        margin: 0px auto;
        width: calc(70vw);
    }

    .news .top-three .left img {
        width: 100%;
        cursor: pointer;
    }

    .news .news-list li img {
        width: 200px;
    }

    .news .search {
        margin: 0 15px
    }

    .news .search select {
        width: 90%;
    }

    .news .search input {
        width: 60%;
    }

    .news .search .input-group {
        width: 60%;
    }

    .news .news-list {
        padding: 2rem 15px
    }

    .news-detail {
        padding: 0 5%;
    }

    .founder {
        padding: 2rem 15px
    }

    .social .part2 .content .item {
        min-height: 185px;
        width: 48%;
        margin: 6px
    }

    .social .part2 .content .item .item-exp {
        height: calc(200% + 12px);
    }

    .dt {
        margin: 0 15px
    }

    .join .part1 {
        padding: 0 15px
    }

    .join .part2 {
        margin: 3rem 15px
    }

    .join .part2 .item {
        width: 30%;
        margin-right: 10px;
    }

    .join .part1 .left {
        width: 50%;
    }

    .talent .part1,
    .talent .part2 {
        margin: 0 15px
    }

    .talent .part2 .content2 .content .out {
        height: 380px;
    }

    .talent .part3 .content .right .out {
        height: 190px;
        width: 95%;
    }

    .talent .part3 .content .right .out .des {
        height: 180px;
        padding: 1rem
    }

    .part-2 .title {
        line-height: 4rem;
    }

    .part-2 .content p {
        line-height: 2rem;
    }

    .part-3 .count {
        font-size: 3rem;
    }

    .part-3 .add {
        font-size: 3rem;
    }

    .history .items {
        height: 230px;
    }

    .history .right {
        width: 70%;
    }

    .history .right .des {
        width: 410px;
    }

    .history .right .des {
        height: 95px;
    }

    .dt .part1 .content {
        height: 630px;
    }

    .innovation .part-2 {
        padding: 2rem 3%
    }

    .innovation .part4 {
        margin: 0 3%
    }

    .innovation .part4 .items .item {
        width: 25%;
        padding: 5px;
        margin: 5px
    }

    .innovation .part4 .items .item .title {
        margin: 1.5rem 0
    }

    .innovation .part5 {
        margin: 2rem 3%;
        padding: 2rem 15px;
    }

    .innovation .part5 .des {
        margin: 0 auto;
        width: 60%;
    }

    .social .part3 .bottom-content .img-content .imgs img {
        width: 348px;
    }

    .social .part3 .bottom-content .left,
    .social .part3 .bottom-content .right {
        width: 100%;
    }
    .build .top-three .left img{height: 230px;}
}

@media only screen and (max-width:800px) {
    html {
        font-size: 10px;
    }

    .founder .right-bottom-icon {
        bottom: calc(3rem + 168px - 36px);
    }

    .talent .part2 .content2 .content .out {
        height: 405px;
    }
}

@media only screen and (max-width:600px) {
    .menu-replace {
        height: 75px;
    }

    html {
        font-size: 8px;
    }

    .part-2,
    .part-3,
    .part-4,
    .part-5 {
        padding: calc(100vh * 20 / 900) 10px;
    }

    .part-2 {
        display: block;
    }

    .part-2 img {
        width: 100%;
    }

    .part-3 .item-i {
        width: 14%
    }

    .part-3 .item-i .des {
        overflow: hidden;
        height: 20px;
    }

    .pos_c {
        padding: 13px 0 3px 10px;
    }

    .pos_c_build {
        top: 150px;
        padding: 13px 0 3px 10px;
    }

    hr {
        margin-left: 10px;
        width: calc(100% - 20px);
    }

    .build .top {
        padding: 13px 10px;
        margin-top: -295px;
    }

    .build .bottom {
        padding: 23px 10px;
    }


    .part-4 .item {
        width: 25%;
    }

    .part-4 .title {
        margin-bottom: 20px;
    }

    .part-4 .des p {
        width: 80%;
        line-height: 3rem;
    }

    .founder .part2 .content {
        display: block;
    }

    .founder .part2 .title1 {
        margin-top: 1rem;
    }

    .founder .part4 .content {
        display: block;
    }

    .founder .part4 .content img {
        display: none;
    }

    .investor .part2 .items {
        flex-wrap: wrap;
    }

    .investor .part2 .item {
        width: 150px;
        height: 250px;
        padding: 2.5rem 1rem
    }

    .news .news-list li {
        flex-wrap: wrap;
    }

    .news .search select {
        width: 100%;
        margin-right: 0.5rem;
    }

    .news .search input {
        width: 46%;
    }

    .news .search .input-group {
        width: 50%;
        margin-right: 0rem;
    }

    .news .search .refresh img {
        height: 12px;
    }

    .news .search button img {
        height: 12px;
    }

    .news .search {
        margin: 0
    }

    .build-detail-hr {
        margin-top: -275px;
    }

    .build-detail {
        padding: 0 15px
    }

    .build-detail .bottom .page .left {
        display: none;
    }

    .news-detail .bottom .page .left {
        display: none;
    }

    .build-detail .bottom .page .pre,
    .news-detail .bottom .page .next {
        justify-content: center;
    }

    .news-detail .bottom .page .pre,
    .news-detail .bottom .page .next {
        justify-content: center;
    }

    .news-detail {
        padding: 0 15px;
    }

    .social .part1 .content .left {
        width: 85%;
    }

    .social .part1 .title,
    .social .part2 .title,
    .social .part3 .title {
        width: 80%;
    }

    .social .part2 .content .item {
        width: 100%;
    }

    .social .part3 .bottom-content .left,
    .social .part3 .bottom-content .right {
        width: 100%;
    }

    .social .part2 .content .item {
        min-height: 108px;
    }

    .social {
        margin: 0 5%
    }

    .dt .part1 .title,
    .dt .part2 .title {
        width: 100%;
    }

    .dt .part1 .content {
        padding: 60px 0 150px 0
    }

    .dt .part1 .content .big-out {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        background: linear-gradient(260deg, #9ACBEE, #0063B0);
    }

    /* .dt .part1 .content .big-out .items{position: relative;} */
    .dt .part1 .content .big-out .item {
        position: absolute;
        width: 40px;
        height: 40px;
        font-size: 0.5rem;
        text-align: center;
        cursor: pointer;
    }

    .dt .part1 .content .big-out .big-int {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 210px;
        height: 210px;
        border: 1px solid #2BA4DE;
        border-radius: 50%;
        background: #FFF;
    }

    .dt .part1 .content .big-out .big-int .middle-out {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        background: -webkit-gradient(radial, 140 140, 0, 140 140, 140, from(#2BA4DE), to(#124D97));
    }

    .dt .part1 .content .big-out .big-int .middle-out .middle-int {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 150px;
        height: 150px;
        border: 1px solid #2BA4DE;
        border-radius: 50%;
        background: #FFF;
    }

    .dt .part1 .content .big-out .big-int .middle-out .middle-int .small-out {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 140px;
        height: 140px;
        border: 7px solid #1674CC;
        border-radius: 50%;
    }

    .dt .part1 .content .big-out .big-int .middle-out .middle-int .small-out .small-int {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 124px;
        height: 125px;
        border: 1px solid #124D97;
        border-radius: 50%;
    }

    .dt .part1 .content .big-out .big-int .middle-out .middle-int .small-out .small-int .center {
        width: 120px;
        height: 120px;
    }

    .dt .part1 .content .big-out .big-int .middle-out .middle-int .small-out .small-int .center .title1 {
        font-size: 1.3rem;
    }

    .dt .part1 .content .big-out .big-int .middle-out .middle-int .small-out .small-int .center .title2 {
        font-size: 0.8rem;
    }

    .dt .part1 .circular-text {
        width: 165px;
        height: 165px;
    }

    .dt .part2 .content .top .item-title {
        width: 30%;
    }

    .dt .part2 .content .des .item-des {
        width: 30%;
        font-size: 0.5rem;
        margin-left: 25px;
    }

    .join .part2 .item {
        width: 48%;
        margin-right: 5px;
    }

    .part-5 .content {
        width: 60%;
    }

    .innovation .part4 .items .item .des {
        font-size: 0.8rem;
    }

    .innovation .part4 .items .item .title {
        font-size: 1rem;
    }
    .build .top-three {
        display: block
    }

}

@media only screen and (max-width:550px) {

    .company_top {
        padding: 8px 12%;
    }

    .company_top .top-title {
        margin-bottom: 0rem;
    }

    .part-2 .title {
        font-size: 1.2rem;
    }

    .part-2 .content p {
        font-size: 0.8rem;
    }

    .part-3 .count {
        font-size: 1rem;
    }

    .part-3 .des,
    .part-3 .uni {
        font-size: 0.8rem;
    }

    .part-4 .item {
        padding: 5px;
    }

    .part-4 img {
        margin-bottom: 5px;
    }

    .part-5 .content p {
        font-size: 0.8rem;
    }

    .talent .part2 .content2 .content .img-text {
        display: block;
    }

    .talent .part2 .content2 .content .img-text .img {
        width: 100%;
    }

    .talent .part2 .content2 .content .img-text .text {
        width: 100%;
    }

    .talent .part2 .content2 .content .out {
        height: 623px;
    }

    .talent .part3 .content {
        padding: 0;
    }

    .talent .part3 .content .right {
        width: 50%;
    }

    .talent .part3 .content .right .title {
        margin: 5px 0;
        font-size: 1.3rem;
    }

    .talent .part3 .content .right .out .des {
        padding: 3px;
    }

    .aboutB-a {
        max-width: 300px;
    }

    .aboutB-b .c-menu {
        height: 300px;
        margin-left: 150px;
        width: 150px;
    }

    .aboutB-b .items-list {
        width: 300px;
        height: 300px;
        left: -200px;
    }

    .aboutB-b .item {
        width: 200px;
        font-size: 1rem;
    }

    .aboutB-b .img-box {
        width: 200px;
        height: 200px;
    }

    .aboutB-b .img-bg {
        width: 300px;
        height: 300px;
    }

    .history .right {
        width: 100%;
    }

    .history .right .des {
        width: 75%;
    }

    /* .culture .part2 .bg{display: block;} */
    .founder .part2 .right {
        margin-left: 0;
    }

    .culture .part2 {
        padding: 2rem 15px;
    }

    .culture .part2 .bg .right {
        width: calc(100vw - 170px);
    }

    .culture .part2 .bg .left img {
        width: 150px;
    }

    .culture .part3 {
        padding: 2rem 10px
    }

    .culture .part3 .item {
        margin: 2px;
        padding: 5px;
    }

    .social .part1 .content .left .title {
        margin-left: 0;
    }

    .news .top-three .left {
        width: calc(90vw);
    }

    .news .top-three .left img {
        height: 200px;
    }

    .news .news-list li img {
        width: calc(100vw - 120px);
        height: 150px;
        min-width: 100px !important;
    }

    .news .news-list .left-list {
        width: 60px;
        height: 65px;
    }

    .news-detail p img {
        width: calc(100vw - 30px);
        margin-left: -2rem;
    }

    .dt .part1 .content {
        height: 330px;
        padding: 0
    }

    .dt .part2 .content .des .item-des {
        line-height: 2rem;
    }

    .dt .part2 .content .top .item-title .item-line .line {
        height: 20px;
    }

    .part-3 .add {
        font-size: 1rem;
    }

    .innovation .part4 .items {
        flex-wrap: wrap;
    }

    .innovation .part4 .items .item {
        width: 45%;
        padding: 10px
    }

    .innovation .part4 .items .item img {
        width: 50px;
    }

    .innovation .part5 .des {
        width: 90%;
        font-size: 0.8rem;
    }

    .innovation .part5 .items .item .num {
        font-size: 1rem;
    }

    .innovation .part5 .items .item {
        width: 25%;
        font-size: 0.8rem;
    }

    .expert-list-content {
        flex-wrap: wrap;
    }

    .expert-item {
        width: 45%;
    }

    .notice .part3 .content .items .item {
        height: 30px;
        line-height: 30px;
    }

    .notice .part3 .content .item-imgs {
        top: 25px
    }

    .notice .part3 .files {
        margin: 1rem 0;
        flex-wrap: wrap;
    }

    .notice .part3 .files .file {
        width: 100%;
        padding: 1rem;
    }

    .notice .part3 .content {
        height: 70px;
    }

    .stock-top {
        padding: 20px 5px
    }

    .stock-top-left-two .num-img img {
        width: 10px;
    }

    .stock-top-left-two {
        margin: 10px 0
    }

    .stock-top-left-two .num-two {
        margin: 0 5px
    }

    .stock-top-right {
        width: 70%;
    }

    .stock-top-right-item-num {
        margin-bottom: 0;
    }

    .talent .part3 .content .right .out {
        font-size: 1rem;
        width: 75%;
    }

    .talent .part3 .content .right .out .des {
        height: 100px;
    }

    .talent .part3 .content .right .out {
        height: 110px;
    }

    .talent .part2 .content2 .content .img-text .img img {
        height: 100px;
    }

    .join .part1 .left {
        width: 100%;
    }

    .join .part1 .right .title {
        margin-top: 10px;
    }

    .join .part1 .right .des {
        line-height: 1.8rem;
        margin-top: 1rem;
    }
    .join .part1 .right{margin-top: 10px;}

    .join .part2 .item {
        height: 180px;
    }

    .join .part1 {
        margin-bottom: 20px;
        display: block;
    }

    .notice .part3 .content .item-imgs img {
        width: 20px;
        height: 20px;
    }

    .swiper-container {
        height: 75px;
    }

    .history .right .button {
        width: 80px;
        height: 30px;
        line-height: 30px;
    }

    .history .right .button img {
        width: 20px;
    }

    .founder .part2 .left {
        width: 100%;
    }

    .dt .part2 .content .imgs img {
        height: 200px;
    }

    .stock-content-label {
        height: 20px;
        line-height: 20px;
        padding: 0 10px;
    }

    .notice .part3 .leftButton,
    .notice .part3 .rightButton {
        width: 8px;
        height: 13px;
    }

    .build .top-three .left {
        width: 100%;
    }

    .join .part1 .right {
        margin-left: 10px;
    }

    .detail-page .detail-page-left img,
    .detail-page .detail-page-right img {
        width: 10px;
    }

    .social .part2 .content .item .exp-down {
        height: calc(300% + 20px);
    }

    .expert-item-name {
        font-size: 1.5rem;
    }

    .dongshizhang .position {
        float: left;
    }

    .build .top-three .left .more {
        height: 25px;
    }

    .build .top-three .left .more-s {
        border-left: 15px solid transparent;
        border-right: 0 solid transparent;
        border-bottom: 25px solid #DA161A;
    }

    .build .top-three .left .more {
        padding: 0;
        line-height: 25px;
    }

    .news-detail p img {
        margin-left: -2rem;
        width: 100%;
    }

}

@media only screen and (max-width:360px) {}