@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
    /*font-family: "PingFang SC", "HanHei SC", "Helvetica Neue", Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;*/
    font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "\9ED1\4F53", Arial, sans-serif;
    font-weight: 200;
}

.menu-hd {
    position: fixed;
    width: 95%;
    padding: 0px 2.5%;
    height: 120px;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    color: #7AA9F9;
    top: 0;
    transition: all .3s ease;
    /*background-image: url('/home/img/menu_bg.png');*/
    background-color: #1C6FCF;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#menuLogo {
    width: 250px;
}

.menu-hd-fixed {
    height: 60px;
    position: fixed;
    background-color: #FFF;
    box-shadow: 0 2px 3px rgb(150 150 150 / 40%);
}

a {
    text-decoration: none;
    color: #000;
}

.menu-box div {
    /*width:634px;*/
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
}

.menu-box a {
    margin-left: 50px;
    color: #7AA9F9;
    padding-bottom: 10px;
    border-bottom: 1px solid transparent;
}

.menu-box-checked {
    border-bottom: 1px solid #fff !important;
    color: #FFF !important;
}

.menu-box a:hover {
    cursor: pointer;
}

.menu-off {
    display: none;
    cursor: pointer;
}

.menu-off-show {
    height: 20px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.menu-off span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #000;
}

.menu-close {
    position: fixed;
    bottom: 5%;
    display: none;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    z-index: 99999;
    transition: all .3s;
}

.menu-close:hover {
    transform: rotate(360deg);
}

.white {
    color: #FFF !important;
}

.index-about-hd {
    width: 1080px;
    margin: 0 auto;
    padding: 120px 0px 124px;
    cursor: pointer;
}

.index-about-hd div:nth-child(1) {
    font-size: 36px;
    color: #000;
    margin-bottom: 64px;
}

.index-about-hd div:nth-child(2) {
    font-size: 14px;
    color: #666666;
    line-height: 2rem;
    transition: all .3s ease;
}

.index-about-hd div:nth-child(2):hover {
    color: #000;
}

.index-more-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 450px;
}

.index-more-btn .more-btn {
    width: 220px;
    height: 60px;
    font-size: 24px;
    color: #B3B3B3;
    border: 1px solid #B3B3B3;
    text-align: center;
    line-height: 60px;
    transition: all .3s ease;
    cursor: pointer;
}

.index-more-btn .more-btn:hover {
    transform: scale(1.1);
    color: #000;
    border: 1px solid #000;
}

.index-value-hd {
    width: 100%;
}

.index-value-hd img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.footer-hd {
    width: 100%;
    height: calc(313px - 130px);
    color: #FFF;
    padding: 90px 0px 40px 0px;
    clear: both;
    /*background-image: url('/home/img/menu_bg.png');*/
    background-color: #1C6FCF;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.footer-box {
    width: 80%;
    margin-left: 10%;
    display: flex;
    justify-content: space-between;
}

.footer-copyright {
    width: 100%;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.footer-copyright a {
    color: #FFF;
}

.footer-contact-box {
    width: 84%;
    margin-left: 8%;
    display: flex;
    justify-content: space-between;
}

.footer-address {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.footer-qrcode {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    text-align: right;
    justify-content: flex-end;
    align-items: flex-end;
}

.footer-qrcode img {
    width: 100px;
    margin-bottom: 24px;
}

.contact-hd {
    margin-top: 168px;
    width: 68%;
    margin-left: 12%;
    min-height: 800px;
    display: flex;
    justify-content: space-between;
}

.contact-box {
    line-height: 2em;
}

.contact-company-name {
    font-size: 40px;
    margin-bottom: 80px;
    line-height: 1.5em;
}

.contact-basic {
    font-size: 20px;
    color: #1A1A1A;
    margin-bottom: 80px;
    line-height: 2em;
}

.contact-new-dynamic {
    font-size: 20px;
    color: #1A1A1A;
    margin-bottom: 100px;
}

.contact-new-dynamic img {
    margin-bottom: 20px;
}

.profile-custom-hd {
    margin-top: 175px;
    width: 82%;
    margin-left: 9%;
}

.profile-custom-title {
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    color: #333333;
}

.profile-custom-list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    border-bottom: 1px dashed #C4C4C4;
    margin-bottom: 34px;
    /*filter: grayscale(1);*/
}

.profile-custom-list div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% / 7);
    height: 140px;
}

.profile-custom-list img {
    width: 150px;
    height: 70px;
    object-fit: contain;
}


.service-intro-hd {
    display: flex;
    justify-content: flex-start;
    width: 84%;
    margin-top: 196px;
}

.service-intro-title {
    font-size: 40px;
    margin-right: 240px;
}

.service-list-hd {
    margin-top: 200px;
}

.service-list-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 175px;
}

.service-list-item-project {
    width: 996px;
    height: 560px;
    /*width:58%;*/
    background-color: #999;
    margin-right: 150px;
}

.service-list-item-project img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.service-list-content-item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 560px;
}

.case-item {
    margin-top: 4px;
    width: 550px;
}

.bg {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-origin: content-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-bg {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    /*transform: scale(.9);*/
    transform-origin: center center;
    background-origin: content-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.swpier-hd {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
}

.service-list {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    margin-bottom: 50px;
}

.service-list p:hover {
    text-decoration: underline;
    cursor: pointer;
}

.service-list-title:hover {
    text-decoration: underline;
    cursor: pointer;
}

.intro-editor-content {
    width: 88%;
    margin-left: 6%;
    margin-top: 168px;
    line-height: 32px;
}

.park-info-hd {
    width: 100%;
    height: 140px;
    margin-top: -70px;
    background-color: #FFFFFF;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.park-info-box {
    border-right: 1px solid #D4D2D2;
    height: 116px;
    width: 200px;
    margin: 12px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.park-info-box:last-child {
    border-right: none;
}

.home-title-hd {
    margin: 64px 0px 18px 0px;
    font-size: 24px;
    color: #646464;
    font-weight: 700;
}

.home-title-display {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #C4C4C4;
    padding-bottom: 28px;
}

.home-title-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.home-title-item div {
    font-size: 16px;
    color: #646464;
    margin-left: 50px;
    font-weight: normal;
    cursor: pointer;
}

.min-title-hd{
    display: none;
    margin-top: 100px;
}

.content-container-hd {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.content-container-title {
    font-size: 36px;
}

.content-container-title-cn {
    font-weight: 700;
    color: #646464;
}

.content-container-title-en {
    font-weight: 300;
    color: #7AA9F9;
}

.content-item-box {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    padding-bottom: 90px;
    color: #19438D;
}

.about-content-box{
    max-width: 800px;
}

.contact-us-title {
    font-size:30px;
    font-weight: 700;
}

.contact-tel-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: 700;
    line-height: 70px;
}

.contact-us-icon{
    width: 46px;
    margin-right: 10px;
    margin-top: 10px;
}

.contact-us-icon-box {
    font-size:30px;
}

.contact-us-tel {
    font-size: 46px;
}

.contact-qrcode-box {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 30px 0px;
    border-top: 1px solid #646464;
    border-bottom: 1px solid #646464;
    width: 518px;
    margin-top: 40px;
    flex-direction: column;
}

.contact-qrcode-box img {
    width: 112px;
    height: 112px;
}

.content-hd {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.content-menu-hd {
    color: #646464;
    font-size: 16px;
    margin-right: 170px;
}

.content-menu-hd div {
    margin-bottom: 30px;
}

.content-menu-hd a {
    color: #646464;
}

.content-menu-hd-selected {
    border-bottom: 1px solid #19438D;
    color: #19438D !important;
}

.content-menu-hd div:hover {
    text-decoration: underline;
    cursor: pointer;
}

.news-list-hd {
    width: calc(100% - 340px);
    min-height: 624px;
    /*overflow: scroll;*/
}

.news-list-item {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 70px;
    font-size: 16px;
    color: #646464;
    border-bottom: 1px solid #B5B1B1;
}

.news-list-item > div:first-child{
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.news-list-item:hover {
    text-decoration: underline;
    cursor: pointer;
}

.news-list-item-time {
    font-weight: 700;
}

.news-list-more{
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-list-more-btn{
    width: 100px;
    height: 30px;
    border-radius: 5px;
    border:1px solid #19438D;
    color: #19438D;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .3s;
}

.news-list-more-btn:hover{
    background-color: #19438D;
    color: #FFF;
}

.news-detail-header {
    width: 100%;
    border-bottom: 1px dashed #C4C4C4;
    min-height: 190px;
    margin-bottom: 46px;
}

.news-detail-title {
    color: #646464;
    font-size: 30px;
    line-height: 60px;
    width: 100%;
    text-align: center;
    font-weight: 700;
}

.news-detail-time-box {
    width: 76px;
    height: 73px;
    background-color: #19438D;
    color: #FFF;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: 500;
}

.news-detail-time-box div:nth-child(1) {
    border-bottom: 1px solid #FFF;
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: 700;
}

.news-detail-author-count {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #646464;
    font-size: 14px;
}

.news-detail-author-count div:nth-child(1) {
    margin-right: 60px;
}

.news-detail-author-count div:last-child {
    margin-right: 0;
}

.home-news-hd {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.home-news-lg-box {
    position: relative;
    width: 512px;
    height: 472px;
    background: #F7F7F7;
}

.home-news-lg-poster-box {
    position: relative;
    width: 100%;
    height: 290px;
}

.home-news-lg-poster {
    width: 100%;
    height: 290px;
    object-fit: cover;
}

.home-news-lg-time-box {
    position: absolute;
    background: #19438D;
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 40px;
    bottom: 0;
    right: 0;
}

.home-news-lg-title {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 700;
    color: #646464;
    margin-bottom: 20px;
    width: calc(100% - 56px);
    margin-left: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-news-lg-content {
    width: calc(100% - 56px);
    margin-left: 28px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #646464;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-news-md-box {
    position: relative;
    width: 616px;
    height: 472px;
    /*background: #F7F7F7;*/
}

.home-news-md-item-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 290px;
}

.home-news-md-items {
    position: relative;
    width: 300px;
    height: 290px;
}

.home-news-md-items-poster-box {
    position: relative;
    width: 300px;
    height: 192px;
}

.home-news-md-items-poster {
    width: 100%;
    height: 192px;
    object-fit: cover;
}

.home-news-md-time-box {
    position: absolute;
    background: #19438D;
    color: #FFF;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 26px;
    bottom: 0;
    right: 0;
}

.home-news-md-title {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 700;
    color: #646464;
    margin-bottom: 20px;
    width: calc(100% - 30px);
    margin-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-news-sm-box {
    width: 100%;
    color: #646464;
    font-size: 14px;
    font-weight: 400;
}

.home-news-sm-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #B5B1B1;
    height: 56px;
    color: #646464;
}

.home-news-sm-item-time {
    width: 76px;
    font-weight: 700;
    text-align: right;
}

.service-hd {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    height: 104px;
}

.service-lg-title {
    font-size: 38px;
    font-weight: 700;
    color: #19438D;
    line-height: 58px;
}

.service-md-title {
    color: #7AA9F9;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.service-plat-hd {
    position: relative;
    /*border-bottom: 1px dashed #5B5B5B;*/
    border-top: 1px dashed #5B5B5B;
    width: 100%;
    height: 696px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-plat-form-hd {
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(25, 67, 141, .8);
    border-radius: 10px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    min-height: 200px;
    margin-top: -40px;
    padding: 0px 0px 20px 0px;
}

.service-plat-form-box {
    width: calc(100% - 108px);
    height: calc(100% - 60px);
    padding: 30px 54px;
}

.service-plat-form-item-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.service-plat-form-item-box input{
    width:340px;
    height: 30px;
    border: none;
    border-bottom: 1px solid #7AA9F9;
    margin-right: 36px;
    background: transparent;
    font-size:16px;
    color:#FFF;
    margin-bottom: 30px;
}

.service-plat-form-item-box input:nth-child(3n){
    margin-right: 0;
}

::-webkit-input-placeholder {
    color: #FFFFFF;
}

.service-plat-btn{
    width:170px;
    height: 30px;
    line-height: 30px;
    background: #FFFFFF;
    color: #19438D;
    font-weight: 500;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
}

.service-plat-slogan-hd{
    position: absolute;
    width:342px;
    height: 342px;
    left:calc(50% - 171px);
    top:calc(50% - 171px);
    border-radius: 100%;
    border:1px solid #8AAFEE;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-plat-slogan-box{
    position: relative;
    width:304px;
    height: 304px;
    border-radius: 100%;
    background-color: rgba(128, 171, 246, .3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-plat-slogan-item{
    position: relative;
    width:266px;
    height: 266px;
    border-radius: 100%;
    background-color: rgba(128, 171, 246, .3);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.service-plat-en-box{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color:#7AA9F9;
}

.service-plat-en-lg-title{
    font-size:40px;
    font-weight: 900;
}

.service-plat-en-sm-title{
    font-weight: 500;
    font-size: 14px;
}

.service-plat-ch-lg-title{
    font-size:32px;
    font-weight: 700;
    line-height: 30px;
    color:rgba(25, 67, 141, 1);
    margin-top: 20px;
}

.service-plat-ch-sm-title{
    font-weight: 300;
    font-size: 32px;
    color:rgba(25, 67, 141, 1);
}

.line1{
    position: absolute;
    left:-133px;
    top: 1px;
}

.line2{
    position: absolute;
    right:-133px;
    top: 2px;
}

.line3{
    position: absolute;
    right:-140px;
    top: 133px;
}

.line4{
    position: absolute;
    right:-110px;
    top: 233px;
}

.line5{
    position: absolute;
    left:133px;
    top: 265px;
}

.line6{
    position: absolute;
    left:-110px;
    top: 233px;
}

.line7{
    position: absolute;
    left:-140px;
    top: 133px;
}

.service-plat-content-hd{
    position: relative;
    width:100%;
    height: 100%;
}

.service-plat-content-item{
    width:200px;
    transition: all .3s;
    cursor: pointer;
}


.service-plat-content-item1{
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    color:#999898;
    flex-direction: column;
    top:120px;
    left:134px;
}

.service-plat-content-item2{
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color:#999898;
    flex-direction: column;
    top:170px;
    right:134px;
}

.service-plat-content-item3{
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color:#999898;
    flex-direction: column;
    top:335px;
    right:134px;
}

.service-plat-content-item4{
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color:#999898;
    flex-direction: column;
    top:480px;
    right:164px;
}

.service-plat-content-item5{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
    color:#999898;
    flex-direction: column;
    top:580px;
    left: calc((100% - 180px) / 2);
}

.service-plat-content-item6{
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    color:#999898;
    flex-direction: column;
    top:480px;
    left:164px;
}

.service-plat-content-item7{
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    color:#999898;
    flex-direction: column;
    top:335px;
    left:134px;
}

.service-plat-content-title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.service-plat-content-sm-title{
    font-size: 12px;
    font-weight: 700;
}

.service-plat-content-desc{
    font-size: 12px;
}

.service-plat-content-desc:nth-child(1){
    font-size: 12px;
    font-weight: 700;
}

.service-plat-content-item:hover {
    color:#FFF !important;
    background: #7AA9F9;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.industry-home-box{
    position:relative;
    overflow:hidden;
    width:100%;
    height: 630px;
}

.swiper-containers {
    position: relative;
    width: 100%;
    height: 100%;
}

.swiper-slide{
    width: 100%;
    height: 100%;
}

.swiper-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination{
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper{
    --swiper-theme-color: #FFFFFF;
    --swiper-pagination-color: #FFFFFF;/* 两种都可以 */
}

.product-build-hd{
    position: relative;
    width:100%;
    margin-top: 40px;
    font-size:22px;
    font-weight: 700;
    color:#646464;
    border-bottom: 1px solid #646464;
    padding:12px 0px;
}

.product-build-menu-box{
    position: relative;
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    overflow: scroll;
    margin-bottom: 40px;
    /*!* 一直显示滚动条*/
    scrollbar-width: thin;
}

.product-build-menu-item{
    padding: 0px 20px;
    cursor: pointer;
    width:140px;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #646464;
}

.product-build-menu-item:last-child{
    border-right: none;
}

.product-build-item{
    border-radius: 5px;
    background-color: #F7F7F7;
    width:240px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}

.product-build-item-active{
    background-color: #7AA9F9;
    color:#FFF;
}

.product-build-item:hover{
    background-color: #7AA9F9;
    color:#FFF;
}

.product-content-item{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
}


@media screen and (max-width: 1440px) {
    .service-list-item-project {
        width: 796px;
        height: 460px;
        background-color: #999;
        margin-right: 50px;
    }

    .service-list-item-project img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

    .service-list-content-item {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        height: 460px;
    }

    .profile-custom-list div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(100% / 5);
        height: 140px;
    }

    .case-item {
        margin-top: 4px;
        width: auto;
    }
}

@media screen and (max-width: 1000px) {
    .menu-box {
        display: none;
    }

    .menu-box div {
        clear: both;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, .9);
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        z-index: 99999;
        color: #FFF;
        line-height: 100px;
        font-size: 40px;
    }

    .menu-box a {
        color: #FFF;
        margin-left: 0px;
    }

    /*.menu-box span:nth-child(2) {*/
    /*    display: none;*/
    /*    transition: all .3s;*/
    /*}*/
    /*.menu-box a:hover span:nth-child(2) {*/
    /*    display: block;*/
    /*}*/
    /*.menu-box a:hover span:nth-child(1) {*/
    /*    display: none;*/
    /*}*/
    .menu-off {
        display: block;
    }

    .contact-hd > div:nth-child(1) {
        display: none;
    }

    .contact-box {
        width: 100% !important;
    }

    .service-intro-title {
        display: none;
    }

    .service-intro-hd {
        width: 100%;
    }

    .index-about-hd {
        width: 90%;
        margin-left: 5%;
    }

    .service-list-box {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 175px;
    }

    .service-list-item-project {
        width: 100%;
        height: 560px;
        background-color: #999;
        margin-right: 150px;
    }

    .footer-copyright {
        width: 100%;
        font-size: 14px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .profile-custom-list div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(100% / 3);
        height: 140px;
    }

    .case-item {
        margin-top: 4px;
        width: auto;
    }

    /*园区信息*/

    .park-info-hd {
        width: 80%;
        margin-left: 10%;
        height: 140px;
        margin-top: -70px;
        background-color: #FFFFFF;
        border-radius: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }

    .park-info-box {
        border-right: 1px solid #D4D2D2;
        height: 116px;
        width: 200px;
        margin: 12px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .park-info-box:last-child {
        border-right: none;
    }

    .home-title-hd {
        width:80%;
        margin-left: 10%;
        /*margin: 64px 0px 18px 0px;*/
        font-size: 24px;
        color: #646464;
        font-weight: 700;
    }

    .home-title-display {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px dashed #C4C4C4;
        padding-bottom: 28px;
    }

    .home-title-item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .home-title-item div {
        font-size: 16px;
        color: #646464;
        margin-left: 50px;
        font-weight: normal;
        cursor: pointer;
    }

    .content-container-hd {
        width: 100%;
        display: none;
        /*justify-content: space-between;*/
        /*align-items: flex-start;*/
    }

    .content-container-title {
        font-size: 36px;
    }

    .content-container-title-cn {
        font-weight: 700;
        color: #646464;
    }

    .content-container-title-en {
        font-weight: 300;
        color: #7AA9F9;
    }

    .content-item-box {
        width: 90%;
        margin-left: 5%;
        margin-top: 40px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 90px;
        color: #19438D;
    }

    .about-content-box{
        width: 100%;
    }

    .contact-tel-box {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        font-weight: 700;
        line-height: 70px;
    }

    .contact-qrcode-box {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 30px 0px;
        border-top: 1px solid #646464;
        border-bottom: 1px solid #646464;
        width: 518px;
        margin-top: 40px;
        flex-direction: column;
    }

    .contact-qrcode-box img {
        width: 112px;
        height: 112px;
    }

    .content-hd {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .content-menu-hd {
        color: #646464;
        font-size: 16px;
        margin-right: 170px;
        display: none;
    }

    .content-menu-hd div {
        margin-bottom: 30px;
    }

    .content-menu-hd a {
        color: #646464;
    }

    .content-menu-hd-selected {
        border-bottom: 1px solid #19438D;
        color: #19438D !important;
    }

    .content-menu-hd div:hover {
        text-decoration: underline;
        cursor: pointer;
    }

    .news-list-hd {
        /*width: calc(100% - 340px);*/
        width: 90%;
        margin-left: 5%;
        min-height: 624px;
        /*overflow: scroll;*/
    }

    .news-list-item {
        width: 100%;
        height: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        line-height: 70px;
        font-size: 16px;
        color: #646464;
        border-bottom: 1px solid #B5B1B1;
    }

    .news-list-item > div:first-child{
        width: calc(100% - 200px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;
    }

    .news-list-item:hover {
        text-decoration: underline;
        cursor: pointer;
    }

    .news-list-item-time {
        font-weight: 700;
    }

    .news-list-more{
        width: 100%;
        margin-top: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .news-list-more-btn{
        width: 100px;
        height: 30px;
        border-radius: 5px;
        border:1px solid #19438D;
        color: #19438D;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: all .3s;
    }

    .news-list-more-btn:hover{
        background-color: #19438D;
        color: #FFF;
    }

    .news-detail-header {
        width: 80%;
        margin-left: 10%;
        border-bottom: 1px dashed #C4C4C4;
        height: auto;
        margin-bottom: 46px;
    }

    .news-detail-title {
        color: #646464;
        font-size: 30px;
        line-height: 60px;
        width: 100%;
        text-align: left;
        font-weight: 700;
    }

    .news-author-time-box{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0px;
    }

    .news-detail-time-box {
        width: 176px;
        height: auto;
        background-color: #FFF;
        color: #646464;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
        font-weight: 500;
        font-size: 20px;
    }

    .news-detail-time-box div:nth-child(1) {
        border-bottom:none;
        font-size: 20px;
        padding-bottom: 5px;
        margin-bottom: 5px;
        font-weight: 700;
        margin-right: 10px;
    }

    .news-detail-author-count {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        color: #646464;
        font-size: 14px;
    }

    .news-detail-author-count div:nth-child(1) {
        margin-right: 60px;
    }

    .news-detail-author-count div:last-child {
        margin-right: 0;
    }

    .home-news-hd {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }

    .home-news-lg-box {
        position: relative;
        width: 80%;
        margin-left: 10%;
        height: 472px;
        background: #F7F7F7;
    }

    .home-news-lg-poster-box {
        position: relative;
        width: 100%;
        height: 290px;
    }

    .home-news-lg-poster {
        width: 100%;
        height: 290px;
        object-fit: cover;
    }

    .home-news-lg-time-box {
        position: absolute;
        background: #19438D;
        color: #FFF;
        font-weight: 700;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100px;
        height: 40px;
        bottom: 0;
        right: 0;
    }

    .home-news-lg-title {
        margin-top: 40px;
        font-size: 18px;
        font-weight: 700;
        color: #646464;
        margin-bottom: 20px;
        width: calc(100% - 56px);
        margin-left: 28px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .home-news-lg-content {
        width: calc(100% - 56px);
        margin-left: 28px;
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        color: #646464;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .home-news-md-box {
        position: relative;
        width: 80%;
        margin-left: 10%;
        margin-top: 20px;
        height: 472px;
        /*background: #F7F7F7;*/
    }

    .home-news-md-item-box {
        width: 100%;
        display: flex;
        justify-content: space-between;
        height: 290px;
    }

    .home-news-md-items {
        position: relative;
        width:calc((100% / 2) - 10px);
        height: 290px;
    }

    .home-news-md-items-poster-box {
        position: relative;
        width: 100%;
        height: 192px;
    }

    .home-news-md-items-poster {
        width: 100%;
        height: 192px;
        object-fit: cover;
    }

    .home-news-md-time-box {
        position: absolute;
        background: #19438D;
        color: #FFF;
        font-weight: 700;
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 26px;
        bottom: 0;
        right: 0;
    }

    .home-news-md-title {
        margin-top: 16px;
        font-size: 14px;
        font-weight: 700;
        color: #646464;
        margin-bottom: 20px;
        width: calc(100% - 30px);
        margin-left: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .home-news-sm-box {
        width: 100%;
        color: #646464;
        font-size: 14px;
        font-weight: 400;
    }

    .home-news-sm-item {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px dashed #B5B1B1;
        height: 56px;
        color: #646464;
    }

    .home-news-sm-item-time {
        font-weight: 700;
    }

    .service-hd {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 104px;
    }

    .service-lg-title {
        font-size: 38px;
        font-weight: 700;
        color: #19438D;
        line-height: 58px;
    }

    .service-md-title {
        color: #7AA9F9;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .service-plat-hd {
        position: relative;
        /*border-bottom: 1px dashed #5B5B5B;*/
        border-top: 1px dashed #5B5B5B;
        width: 100%;
        height: auto;
        display: inline-block;
    }

    .service-plat-form-hd {
        position: relative;
        width: 80%;
        margin-left: 10%;
        padding: 20px 0;
        background: rgba(25, 67, 141, .8);
        border-radius: 10px;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
        min-height: 200px;
        margin-top: -40px;
    }

    .service-plat-form-box {
        width: calc(100% - 108px);
        height: calc(100% - 60px);
        padding: 30px 54px;
    }

    .service-plat-form-item-box{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }

    .service-plat-form-item-box input{
        width:100%;
        height: 30px;
        border: none;
        border-bottom: 1px solid #7AA9F9;
        margin-right: 0px;
        background: transparent;
        font-size:16px;
        color:#FFF;
        margin-bottom: 30px;
    }

    .service-plat-form-item-box input:nth-child(3n){
        margin-right: 0;
    }

    ::-webkit-input-placeholder {
        color: #FFFFFF;
    }

    .service-plat-btn{
        width:170px;
        height: 30px;
        line-height: 30px;
        background: #FFFFFF;
        color: #19438D;
        font-weight: 500;
        border-radius: 3px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .service-plat-slogan-hd{
        position: relative;
        width:342px;
        height: 342px;
        border-radius: 100%;
        border:1px solid #8AAFEE;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

    .service-plat-slogan-box{
        position: relative;
        width:304px;
        height: 304px;
        border-radius: 100%;
        background-color: rgba(128, 171, 246, .3);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .service-plat-slogan-item{
        position: relative;
        width:266px;
        height: 266px;
        border-radius: 100%;
        background-color: rgba(128, 171, 246, .3);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .service-plat-en-box{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color:#7AA9F9;
    }

    .service-plat-en-lg-title{
        font-size:40px;
        font-weight: 900;
    }

    .service-plat-en-sm-title{
        font-weight: 500;
        font-size: 14px;
    }

    .service-plat-ch-lg-title{
        font-size:32px;
        font-weight: 700;
        line-height: 30px;
        color:rgba(25, 67, 141, 1);
        margin-top: 20px;
    }

    .service-plat-ch-sm-title{
        font-weight: 300;
        font-size: 32px;
        color:rgba(25, 67, 141, 1);
    }

    .line{
        display: none;
    }

    .line1{
        position: absolute;
        left:-133px;
        top: 1px;
    }

    .line2{
        position: absolute;
        right:-133px;
        top: 2px;
    }

    .line3{
        position: absolute;
        right:-140px;
        top: 133px;
    }

    .line4{
        position: absolute;
        right:-110px;
        top: 233px;
    }

    .line5{
        position: absolute;
        left:133px;
        top: 265px;
    }

    .line6{
        position: absolute;
        left:-110px;
        top: 233px;
    }

    .line7{
        position: absolute;
        left:-140px;
        top: 133px;
    }

    .service-plat-content-hd{
        position: relative;
        width:80%;
        margin-left: 10%;
        height: auto;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-top: 50px;
    }

    .service-plat-content-item{
        width:180px;
        transition: all .3s;
        cursor: pointer;
        margin-right: 30px;
        margin-bottom: 30px;
    }

    .service-plat-content-item1{
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        color:#999898;
        flex-direction: column;
        clear: both;
        top:auto;
        left: auto;
        right: auto;
        bottom:auto;
    }

    .service-plat-content-item2{
        clear: both;
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        color:#999898;
        flex-direction: column;
        top:auto;
        left: auto;
        right: auto;
        bottom:auto;
    }

    .service-plat-content-item3{
        clear: both;
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        color:#999898;
        flex-direction: column;
        top:auto;
        left: auto;
        right: auto;
        bottom:auto;
    }

    .service-plat-content-item4{
        clear: both;
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        color:#999898;
        flex-direction: column;
        top:auto;
        left: auto;
        right: auto;
        bottom:auto;
    }

    .service-plat-content-item5{
        clear: both;
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        color:#999898;
        flex-direction: column;
        top:auto;
        left: auto;
        right: auto;
        bottom:auto;
    }

    .service-plat-content-item6{
        clear: both;
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        color:#999898;
        flex-direction: column;
        top:auto;
        left: auto;
        right: auto;
        bottom:auto;
    }

    .service-plat-content-item7{
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        color:#999898;
        flex-direction: column;
        clear: both;
        top:auto;
        left: auto;
        right: auto;
        bottom:auto;
    }

    .service-plat-content-title{
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 12px;
    }

    .service-plat-content-sm-title{
        font-size: 12px;
        font-weight: 700;
    }

    .service-plat-content-desc{
        font-size: 12px;
    }

    .service-plat-content-desc:nth-child(1){
        font-size: 12px;
        font-weight: 700;
    }

    .service-plat-content-item:hover {
        color:#FFF !important;
        background: #7AA9F9;
        padding: 10px;
        border-radius: 10px;
        cursor: pointer;
    }

    .industry-home-box{
        position:relative;
        overflow:hidden;
        width:80%;
        margin: 0 auto;
        height: 630px;
    }

    .swiper-containers {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .swiper-slide{
        width: 100%;
        height: 100%;
    }

    .swiper-img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .swiper-pagination{
        position: absolute;
        text-align: center;
        transition: .3s opacity;
        transform: translate3d(0, 0, 0);
        z-index: 10;
    }

    .swiper{
        --swiper-theme-color: #FFFFFF;
        --swiper-pagination-color: #FFFFFF;/* 两种都可以 */
    }

    .profile-custom-list {
        width: 80%;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        flex-direction: row;
        border-bottom: 1px dashed #C4C4C4;
        margin-bottom: 34px;
        /*filter: grayscale(1);*/
    }

    .product-build-hd{
        position: relative;
        width:100%;
        margin-top: 40px;
        font-size:22px;
        font-weight: 700;
        color:#646464;
        border-bottom: 1px solid #646464;
        padding:12px 0px;
    }

    .product-build-menu-box{
        position: relative;
        width:100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }

    .product-build-menu-item{
        padding: 0px 20px;
        cursor: pointer;
        width:28%;
        height: 50px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        border-right: 1px solid #646464;
    }

    .product-build-menu-item:last-child{
        border-right: none;
    }

    .product-build-item{
        border-radius: 5px;
        background-color: #F7F7F7;
        width:240px;
        height: 44px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all .3s;
    }

    .product-build-item-active{
        background-color: #7AA9F9;
        color:#FFF;
    }

    .product-build-item:hover{
        background-color: #7AA9F9;
        color:#FFF;
    }

    .product-content-item{
        display: flex;
        justify-content: center;
        align-items: center;
        width:100%;
    }
}

@media screen and (max-width: 750px) {

    .banner {
        display: none;
    }

    .content {
        top: 0px !important;
    }

    .case-item {
        margin-top: 4px;
        width: auto;
    }

    .profile-custom-list div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(100% / 2);
        height: 140px;
    }

    .service-list {
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        margin-bottom: 50px;
        flex-wrap: wrap;
    }

    .service-list > div {
        width: 50%;
        margin-bottom: 50px;
    }

    /*园区信息*/

    .park-info-hd {
        width: 80%;
        margin-left: 10%;
        height: auto;
        margin-top: 170px;
        background-color: #FFFFFF;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }

    .park-info-box {
        border-bottom: 1px solid #D4D2D2;
        border-right: none;
        height: 116px;
        width: 200px;
        margin: 12px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .park-info-box:last-child {
        border-bottom: none;
        border-right: none;
    }

    .home-title-hd {
        width:90%;
        margin-left: 5%;
        /*margin: 64px 0px 18px 0px;*/
        font-size: 18px;
        color: #646464;
        font-weight: 700;
    }

    .home-title-display {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px dashed #C4C4C4;
        padding-bottom: 28px;
    }

    .home-title-item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .home-title-item div {
        font-size: 14px;
        color: #646464;
        margin-left: 10px;
        font-weight: normal;
        cursor: pointer;
    }

    .footer-hd {
        width: 100%;
        height: auto;
        color: #FFF;
        padding: 90px 0px 40px 0px;
        clear: both;
        /*background-image: url('/home/img/menu_bg.png');*/
        background-color: #1C6FCF;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .footer-box {
        width: 80%;
        margin-left: 10%;
        display: flex;
        justify-content: flex-start;
    }

    .footer-copyright {
        width: 100%;
        font-size: 14px;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

    .footer-copyright a {
        color: #FFF;
    }

    .footer-contact-box {
        width: 84%;
        margin-left: 8%;
        display: flex;
        justify-content: space-between;
    }

    .footer-address {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }

    .footer-qrcode {
        display: flex;
        flex-direction: column;
        font-size: 14px;
        text-align: right;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .footer-qrcode img {
        width: 100px;
        margin-bottom: 24px;
    }

    .footer-contact-box {
        width: 100%;
        /*margin-left: 10%;*/
        /*margin-left: 8%;*/
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }

    .footer-address {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }

    .footer-qrcode {
        display: flex;
        flex-direction: column;
        font-size: 14px;
        text-align: left;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 20px;
    }

    .footer-qrcode img {
        width: 100px;
        margin-bottom: 24px;
    }

    .content-container-hd {
        width: 100%;
        display: none;
        /*justify-content: space-between;*/
        /*align-items: flex-start;*/
    }

    .content-container-title {
        font-size: 36px;
    }

    .content-container-title-cn {
        font-weight: 700;
        color: #646464;
    }

    .content-container-title-en {
        font-weight: 300;
        color: #7AA9F9;
    }

    .content-item-box {
        width: 90%;
        margin-left: 5%;
        margin-top: 40px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 90px;
        color: #19438D;
    }

    .contact-us-item-box{
        margin-top: 100px;
    }

    .about-content-box{
        width: 100%;
    }

    .contact-us-title {
        font-size:28px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .contact-us-icon{
        width: 33px;
        margin-right: 10px;
        margin-top: 1px;
    }

    .contact-us-icon-box {
        font-size:28px;
    }

    .contact-tel-box {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        font-weight: 700;
        line-height: 40px;
    }

    .contact-qrcode-box {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 30px 0px;
        border-top: 1px solid #646464;
        border-bottom: 1px solid #646464;
        width: 100%;
        margin-top: 40px;
        flex-direction: column;
    }

    .contact-us-tel {
        font-size: 24px;
    }

    .contact-qrcode-box img {
        width: 112px;
        height: 112px;
    }

    .content-hd {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .content-menu-hd {
        color: #646464;
        font-size: 16px;
        margin-right: 170px;
        display: none;
    }

    .content-menu-hd div {
        margin-bottom: 30px;
    }

    .content-menu-hd a {
        color: #646464;
    }

    .content-menu-hd-selected {
        border-bottom: 1px solid #19438D;
        color: #19438D !important;
    }

    .content-menu-hd div:hover {
        text-decoration: underline;
        cursor: pointer;
    }

    .news-list-hd {
        /*width: calc(100% - 340px);*/
        width: 90%;
        margin-left: 5%;
        min-height: 624px;
        /*overflow: scroll;*/
    }

    .news-list-item {
        width: 100%;
        height: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        line-height: 70px;
        font-size: 16px;
        color: #646464;
        border-bottom: 1px solid #B5B1B1;
    }

    .news-list-item div:first-child{
        width: 80%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .news-list-item:hover {
        text-decoration: underline;
        cursor: pointer;
    }

    .news-list-item-time {
        font-weight: 700;
    }

    .news-list-more{
        width: 100%;
        margin-top: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .news-list-more-btn{
        width: 100px;
        height: 30px;
        border-radius: 5px;
        border:1px solid #19438D;
        color: #19438D;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: all .3s;
    }

    .news-list-more-btn:hover{
        background-color: #19438D;
        color: #FFF;
    }

    .news-detail-header {
        width: 80%;
        margin-left: 10%;
        border-bottom: 1px dashed #C4C4C4;
        height: auto;
        margin-bottom: 46px;
    }

    .news-detail-title {
        color: #646464;
        font-size: 30px;
        line-height: 60px;
        width: 100%;
        text-align: left;
        font-weight: 700;
    }

    .news-author-time-box{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0px;
    }

    .news-detail-time-box {
        width: 176px;
        height: auto;
        background-color: #FFF;
        color: #646464;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
        font-weight: 500;
        font-size: 20px;
    }

    .news-detail-time-box div:nth-child(1) {
        border-bottom:none;
        font-size: 20px;
        padding-bottom: 5px;
        margin-bottom: 5px;
        font-weight: 700;
        margin-right: 10px;
    }

    .news-detail-author-count {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        color: #646464;
        font-size: 14px;
    }

    .news-detail-author-count div:nth-child(1) {
        margin-right: 60px;
    }

    .news-detail-author-count div:last-child {
        margin-right: 0;
    }

    .home-news-hd {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }

    .home-news-lg-box {
        position: relative;
        width: 90%;
        margin-left: 5%;
        height: 472px;
        background: #F7F7F7;
    }

    .home-news-lg-poster-box {
        position: relative;
        width: 100%;
        height: 290px;
    }

    .home-news-lg-poster {
        width: 100%;
        height: 290px;
        object-fit: cover;
    }

    .home-news-lg-time-box {
        position: absolute;
        background: #19438D;
        color: #FFF;
        font-weight: 700;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100px;
        height: 40px;
        bottom: 0;
        right: 0;
    }

    .home-news-lg-title {
        margin-top: 40px;
        font-size: 18px;
        font-weight: 700;
        color: #646464;
        margin-bottom: 20px;
        width: calc(100% - 56px);
        margin-left: 28px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .home-news-lg-content {
        width: calc(100% - 56px);
        margin-left: 28px;
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        color: #646464;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .home-news-md-box {
        position: relative;
        width: 90%;
        margin-left: 5%;
        margin-top: 20px;
        height: 472px;
        /*background: #F7F7F7;*/
    }

    .home-news-md-item-box {
        width: 100%;
        display: flex;
        justify-content: space-between;
        height: 290px;
    }

    .home-news-md-items {
        position: relative;
        width:calc((100% / 2) - 10px);
        height: 290px;
    }

    .home-news-md-items-poster-box {
        position: relative;
        width: 100%;
        height: 192px;
    }

    .home-news-md-items-poster {
        width: 100%;
        height: 192px;
        object-fit: cover;
    }

    .home-news-md-time-box {
        position: absolute;
        background: #19438D;
        color: #FFF;
        font-weight: 700;
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 26px;
        bottom: 0;
        right: 0;
    }

    .home-news-md-title {
        margin-top: 16px;
        font-size: 14px;
        font-weight: 700;
        color: #646464;
        margin-bottom: 20px;
        width: calc(100% - 30px);
        margin-left: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .home-news-sm-box {
        width: 100%;
        color: #646464;
        font-size: 14px;
        font-weight: 400;
    }

    .home-news-sm-item {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px dashed #B5B1B1;
        height: 56px;
        color: #646464;
    }

    .home-news-sm-item-time {
        font-weight: 700;
    }

    .service-hd {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: auto;
        /*margin-top: 30px;*/
    }

    .service-lg-title {
        font-size: 38px;
        font-weight: 700;
        color: #19438D;
        line-height: 58px;
    }

    .service-md-title {
        color: #7AA9F9;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .service-plat-hd {
        position: relative;
        /*border-bottom: 1px dashed #5B5B5B;*/
        border-top: 1px dashed #5B5B5B;
        width: 100%;
        height: auto;
        display: inline-block;
    }

    .service-plat-form-hd {
        position: relative;
        width: 80%;
        margin-left: 10%;
        padding: 20px 0;
        background: rgba(25, 67, 141, .8);
        border-radius: 10px;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
        min-height: 200px;
        margin-top: -40px;
    }

    .service-plat-form-box {
        width: calc(100% - 108px);
        height: calc(100% - 60px);
        padding: 30px 54px;
    }

    .service-plat-form-item-box{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }

    .service-plat-form-item-box input{
        width:100%;
        height: 30px;
        border: none;
        border-bottom: 1px solid #7AA9F9;
        margin-right: 0px;
        background: transparent;
        font-size:16px;
        color:#FFF;
        margin-bottom: 30px;
    }

    .service-plat-form-item-box input:nth-child(3n){
        margin-right: 0;
    }

    ::-webkit-input-placeholder {
        color: #FFFFFF;
    }

    .service-plat-btn{
        width:170px;
        height: 30px;
        line-height: 30px;
        background: #FFFFFF;
        color: #19438D;
        font-weight: 500;
        border-radius: 3px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .service-plat-slogan-hd{
        position: relative;
        width:342px;
        height: 342px;
        border-radius: 100%;
        border:1px solid #8AAFEE;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

    .service-plat-slogan-box{
        position: relative;
        width:304px;
        height: 304px;
        border-radius: 100%;
        background-color: rgba(128, 171, 246, .3);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .service-plat-slogan-item{
        position: relative;
        width:266px;
        height: 266px;
        border-radius: 100%;
        background-color: rgba(128, 171, 246, .3);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .service-plat-en-box{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color:#7AA9F9;
    }

    .service-plat-en-lg-title{
        font-size:40px;
        font-weight: 900;
    }

    .service-plat-en-sm-title{
        font-weight: 500;
        font-size: 14px;
    }

    .service-plat-ch-lg-title{
        font-size:32px;
        font-weight: 700;
        line-height: 30px;
        color:rgba(25, 67, 141, 1);
        margin-top: 20px;
    }

    .service-plat-ch-sm-title{
        font-weight: 300;
        font-size: 32px;
        color:rgba(25, 67, 141, 1);
    }

    .line{
        display: none;
    }

    .line1{
        position: absolute;
        left:-133px;
        top: 1px;
    }

    .line2{
        position: absolute;
        right:-133px;
        top: 2px;
    }

    .line3{
        position: absolute;
        right:-140px;
        top: 133px;
    }

    .line4{
        position: absolute;
        right:-110px;
        top: 233px;
    }

    .line5{
        position: absolute;
        left:133px;
        top: 265px;
    }

    .line6{
        position: absolute;
        left:-110px;
        top: 233px;
    }

    .line7{
        position: absolute;
        left:-140px;
        top: 133px;
    }

    .service-plat-content-hd{
        position: relative;
        width:100%;
        height: auto;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-left:5%;
        flex-wrap: wrap;
        margin-top: 50px;
    }

    .service-plat-content-item{
        width:180px;
        transition: all .3s;
        cursor: pointer;
        margin-right: 10px;
        margin-bottom: 30px;
        background: #7AA9F9;
        padding: 10px;
        border-radius: 10px;
        cursor: pointer;
        color: #FFFFFF !important;
    }

    .service-plat-content-item1{
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        color:#999898;
        flex-direction: column;
        clear: both;
        top:auto;
        left: auto;
        right: auto;
        bottom:auto;
    }

    .service-plat-content-item2{
        clear: both;
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        color:#999898;
        flex-direction: column;
        top:auto;
        left: auto;
        right: auto;
        bottom:auto;
    }

    .service-plat-content-item3{
        clear: both;
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        color:#999898;
        flex-direction: column;
        top:auto;
        left: auto;
        right: auto;
        bottom:auto;
    }

    .service-plat-content-item4{
        clear: both;
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        color:#999898;
        flex-direction: column;
        top:auto;
        left: auto;
        right: auto;
        bottom:auto;
    }

    .service-plat-content-item5{
        clear: both;
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        color:#999898;
        flex-direction: column;
        top:auto;
        left: auto;
        right: auto;
        bottom:auto;
    }

    .service-plat-content-item6{
        clear: both;
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        color:#999898;
        flex-direction: column;
        top:auto;
        left: auto;
        right: auto;
        bottom:auto;
    }

    .service-plat-content-item7{
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        color:#999898;
        flex-direction: column;
        clear: both;
        top:auto;
        left: auto;
        right: auto;
        bottom:auto;
    }

    .service-plat-content-title{
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 12px;
    }

    .service-plat-content-sm-title{
        font-size: 12px;
        font-weight: 700;
    }

    .service-plat-content-desc{
        font-size: 12px;
    }

    .service-plat-content-desc:nth-child(1){
        font-size: 12px;
        font-weight: 700;
    }

    .service-plat-content-item:hover {
        color:#FFF !important;
        background: #7AA9F9;
        padding: 10px;
        border-radius: 10px;
        cursor: pointer;
    }

    .industry-home-box{
        position:relative;
        overflow:hidden;
        width:90%;
        margin: 0 auto;
        height: 200px;
    }

    .swiper-containers {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .swiper-slide{
        width: 100%;
        height: 100%;
    }

    .swiper-img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .swiper-pagination{
        position: absolute;
        text-align: center;
        transition: .3s opacity;
        transform: translate3d(0, 0, 0);
        z-index: 10;
    }

    .swiper{
        --swiper-theme-color: #FFFFFF;
        --swiper-pagination-color: #FFFFFF;/* 两种都可以 */
    }

    .profile-custom-list {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        flex-direction: row;
        border-bottom: 1px dashed #C4C4C4;
        margin-bottom: 34px;
        /*filter: grayscale(1);*/
    }

    .product-build-hd{
        position: relative;
        width:100%;
        margin-top: 40px;
        font-size:22px;
        font-weight: 700;
        color:#646464;
        border-bottom: 1px solid #646464;
        padding:12px 0px;
    }

    .product-build-menu-box{
        position: relative;
        width:100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }

    .product-build-menu-item{
        padding: 0px 20px;
        cursor: pointer;
        width:28%;
        height: 50px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        border-right: 1px solid #646464;
    }

    .product-build-menu-item:last-child{
        border-right: none;
    }

    .product-build-item{
        border-radius: 5px;
        background-color: #F7F7F7;
        width:240px;
        height: 44px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all .3s;
    }

    .product-build-item-active{
        background-color: #7AA9F9;
        color:#FFF;
    }

    .product-build-item:hover{
        background-color: #7AA9F9;
        color:#FFF;
    }

    .product-content-item{
        display: flex;
        justify-content: center;
        align-items: center;
        width:100%;
    }
}
