html {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    color: #2a333c;
    word-wrap: break-word;
    word-break: break-word;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #408bcd !important;
}


/*服务与产品 SERVICES AND PRODUCTS*/

body {
    background-color: #0e1225;
}

.logo_img {
    width: 5vw;
}

.top-banner {
    width: 100%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}

.banner-text {
    position: absolute;
    display: flex;
}

.banner-text p {
    font-size: 60px;
    padding: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: white;
    margin-top: 30vh;
}

.banner-text-en {
    position: absolute;
    display: flex;
    margin-top: 43vh;
}

.banner-text-en p {
    color: #e7e4e4;
    font-size: 30px;
    padding: 8px;
}

.service-list {
    background-color: #0e1225;
    background-size: cover;
    background-position: center;
    padding-top: 8vh;
}

.headerContent {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.headerContent .title {
    margin-bottom: 3px;
    font-size: 42px;
    color: #ffffff;
    font-weight: 800;
}

.headerContent .description {
    font-size: 20px;
    color: #999999;
}

.service-list .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 93%;
    padding: 0;
    transform: translateY(-2vh);
}

.service-list .container .left {
    width: 31.5%;
    position: relative;
    background-color: #008cd0;
    background-size: cover;
    background-position: center;
    padding: 9% 5% 16% 5%;
    text-align: center;
    border-radius: 50px 0 50px 0;
}

.service-list .container .right {
    width: 68.5%;
    position: relative;
}

.service-list .img_a img {
    height: 66vh;
}

.contentTitle a {
    font-size: 38px;
    line-height: 38px;
    font-weight: bold;
    color: #ffffff;
}

.service-list .container .bar {
    width: 52px;
    height: 12px;
    background: #ffffff;
    border-radius: 25px 0 25px 0;
    margin: 8% auto;
}

.contentDesc {
    min-height: 195px;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

.service-list .more {
    display: block;
    top: unset;
    width: 36%;
    margin-left: 16%;
    background: #deaf30;
    position: absolute;
    margin-top: 22vh;
}

.service-list .more a {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 25% 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #ffffff;
}

.column_cont {
    display: none;
}

.img_a {
    display: none;
}

.act {
    display: block;
}

.page_ div {
    display: inline;
    padding-bottom: 14px;
    border-bottom: 1px solid #ffffff;
    font-size: 22px;
}

.page_ {
    color: #ffffff;
    margin-top: 12vh;
    margin-left: 9vw;
    position: absolute;
}

.service-list .current {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    color: #ffffff;
}

.service-list .tab {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.service-list .tab > div {
    display: flex;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.service-list .tab .tab_ {
    z-index: 2;
    flex: 1;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 25px;
    border-right: 1px solid #323238;
}

.service-list .tab .tab_ img {
    width: 63px;
}

.service-list .tab .tab_ div {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 32px;
}

.service-list .tab > div::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.63;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.about-list {
    background-image: url(../../static/img/g1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px auto;
    font-family: "Microsoft Ya Hei";
    padding-top: 140px;
    padding-bottom: 140px;
    margin-top: 10vh;
}

.about-list .container {
    margin: 0 auto;
    padding-right: 73px;
    display: flex;
    justify-content: space-between;
    width: 93%;
}


.about-list ul {
    margin: 0;
    padding: 0
}

.about-list li {
    list-style: none
}

.about-list .at_left {
    margin-top: 0
}

.about-list .at_left {
    width: 30%;
    float: left
}

.about-list .at_left {
    background-color: transparent;
    margin-left: 48vw;
}

.about-list .xhx {
    margin-bottom: 30px;
    display: block;
    font-size: 16px;
}

.about-list .xhx:after {
    width: 30px;
    height: 3px;
    background-color: #000;
    content: "";
    display: block
}

.about-list .numWrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 20vh;
}

.about-list .numWrapper li {
    text-align: center;
    position: relative
}

.about-list .ab_right {
    padding: 52px 80px;
}

.about-list .numWrapper li span {
    font-size: 38px;
    color: #408bcd
}

.about-list .numWrapper li i {
    font-size: 18px;
    top: 20px;
    text-align: right;
    margin-left: 5px;
    font-style: normal
}

.about-list .numWrapper li p {
    font-size: 18px;
    margin-top: 3px;
}

.about-list .indeximg + a {
    display: block
}

.about-list .at_left p.desc {
    margin-top: 30px;
    font-size: 18px;
    color: #ffffff
}

.about-list .at_left a {
    color: #ffffff;
    font-size: 42px;
    font-family: SourceHanSansCN;
    font-weight: 800
}

.about-list .at_left span.subtitle {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #ffffff
}

.about-list .more {
    width: 261px;
    height: 71px;
    margin-top: 36px;
    background: #408bcd;
    border-radius: 25px 0 25px 0
}

.about-list .more:hover {
    width: 261px;
    height: 71px;
    background: #deaf30
}

.about-list .more a {
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #ffffff
}

.about-list .more:hover a {
    color: #ffffff
}

.about-list .at_left .watchmore {
    display: inline-block;
    padding: 5px 40px;
    border: 1px solid;
    border-color: #408bcd;
    color: #408bcd;
    margin: 20px 0
}

.about-list h4 a {
    color: #000000;
}

.about-list .at_left li a {
    color: #999999;
}

.about-list h4 a:hover, .about-list .at_left li a:hover {
    color: #408bcd;
}

.about-list .img_1, .about-list .img_3 {
    position: absolute
}

.about-list .img_1 img, .about-list .img_2 img, .about-list .img_3 img {
    width: 100%;
    height: auto
}

.about-list .img_1 {
    z-index: 30
}

.about-list .img_2 {
    z-index: 10
}

.about-list .img_3 {
    z-index: 20
}

.about-list .img_1 {
    width: 60%;
    overflow: hidden;
    left: 10%;
    top: calc(20% + 30px)
}

.about-list .img_2 {
    width: 60%;
    overflow: hidden;
    margin-left: 5%
}

.about-list .img_3 {
    width: 44%;
    overflow: hidden;
    top: calc(40% - 20px);
    right: 0
}

.about-list .numWrapper li p {
    font-size: 18px;
    margin-top: 3px;
    color: #c4c1c1;
}

.service-list .swiper-slide {
    position: relative;
    height: 38vh;
    width: 12vw;
    margin-right: 2vw;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 40px;
    padding-top: 90px;
    border-radius: 25px 0 25px 0;
    background-color: #142139;
}

.service-list .swiper-slide:hover {
    background-color: #408bcd;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1;
}


.service-list .i-more {
    position: absolute;
    width: 120px;
    height: 70px;
    bottom: -16px;
    left: 50%;
    color: #ffffff;
    margin-left: -60px;
    background-color: #30415f;
}

.service-list .i-more a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    background-color: #30415f;
    color: #ffffff;
}

.service-list .swiper-slide:hover .i-more a {
    background-color: #deaf30;
}

.dr {
    display: flex;
    flex-direction: column;
}

.swiper-container {
    margin-top: 5vh;
}

.news-list {
    margin-top: 10vh;
}


.news-list {
    padding: 70px 0;
    background-color: #131729;
    background-size: cover;
    background-position: center
}

.news-list *:not(.container) {
    margin: 0;
    padding: 0
}

.news-list .headerContent {
    text-align: center
}

.news-list .headerContent .title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    position: relative;
    margin: 0 auto;
    display: inline-block
}

.news-list .title::before, .news-list .title::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -5px
}

.news-list .title > div::before, .news-list .title > div::after {
    content: '';
    display: inline-block;
    border: 1px solid #999999;
    width: 80px;
    position: absolute;
    left: calc(100% + 20px);
    top: 50%;
    margin-top: -1px
}

.news-list .btn_type.title::before, .news-list .btn_type.title::after, .news-list .btn_type.title > div::before, .news-list .btn_type.title > div::after {
    display: none
}

.news-list .title > div::after {
    left: unset;
    right: calc(100% + 20px)
}

.news-list .title::after {
    left: unset;
    right: -20px
}


.news-list .container {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch
}

.news-list .new_1 li:not(.li_one) {
    position: relative
}

.news-list .new_1 li:not(.li_one)::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #222c44;
    z-index: 1
}

.news-list .new_1 li:not(.li_one) .new_list {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10%;
    top: 0;
    left: 0;
    z-index: 2
}

.news-list .new_1 li:not(.li_one):hover:after {
    opacity: 0.6
}

.news-list .new_1 li:not(.li_one) .new_list .new_title a {
    -webkit-line-clamp: 2
}

.news-list .barrr {
    width: 38px;
    height: 4px;
    background-color: #deaf30;
    margin: 5% 0
}

.news-list .container > ul.new_1 {
    width: 66%;
    padding-right: 87px;
    border-right: 1px solid #999999;
    border-color: #424554;
}

.news-list .new_1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.news-list li.li_one {
    width: 100%;
    position: relative;
}

.news-list .container > ul.new_2 {
    width: 34%;
    padding-left: 74px;
}

.news-list li.li_one div.div_one {
    width: 49%;
    position: absolute;
    bottom: -14px;
    right: 0;
    padding: 5%;
    background-color: #408bcd;
    background-color: #408bcd;
    border-radius: 25px 0 25px 0;
}

.news-list .desc_one {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical;
    margin-bottom: 39px;
    font-size: 16px !important;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.news-list .time_one, .news-list .time {
    font-size: 16px !important;
    color: #999999;
    color: #ffffff;
    transform: translate3d(0px, 0px, 0px);
}

.news-list .new_des {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    color: #d7d8db;
    line-height: 24px;
}

.news-list .more_one a {
    line-height: 4.5vh;
    display: inline-block;
    width: 100%;
    height: 5vh;
    color: #ffffff;
    border: 2px solid #999999;
    text-align: center;
    border-color: #ffffff;
}

.news-list li.li_one .title_one a {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    color: #ffffff;
    -webkit-box-orient: vertical;
}

.news-list .new_1 li:not(.li_one) .new_list {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10%;
    top: 0;
    left: 0;
    z-index: 2;
}

.news-list .new_1 li:not(.li_one) img {
    width: 100%;
}

.news-list .new_1 li:not(.li_one) {
    width: 31.9%;
    margin-top: 24px !important;
}

.news-list .more_one {
    width: 10vw;
    height: 6vh;
}

.news-list li.li_one img {
    width: 60%;
    height: auto;
}

.news-list .new_title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 18px;
    font-family: Microsoft YaHei;
    transform: translate3d(0px, 0px, 0px);
    font-weight: 400;
    color: #ffffff;
}

.news-list .new_1 li:not(.li_one) a {
    font-size: 18px;
    font-weight: bold;
}

.new_2 .new_des {
    margin-top: 1vh;
    margin-bottom: 1vh;
}

.new_2 .time {
    margin-bottom: 1vh;
}

.more_one a:hover {
    color: #ffffff;
    border-color: #deaf30;
    background-color: #deaf30;
}

.adbanner {
    background-color: #ffffff;
    background-image: url(../../static/img/g7.jpg);
    background-size: cover;
    background-position: center;
    height: 70vh;
    margin-top: 10vh;
}

.adbanner .container {
    width: 93%;
    padding: 0;
    justify-content: center;
    padding-top: 16vh;
    flex-direction: column;
}

.adbanner .headerContent .description {
    width: 700px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 26px;
    color: #ffffff;
    text-align: center;
}

.adbanner .more {
    width: 163px;
    height: 66px;
    margin: 0 auto;
    margin-top: 1vh;
}

.adbanner .more a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #ffffff;
    background-color: #408bcd;
}

.more a:hover {
    color: #ffffff !important;
    background-color: #deaf30;
}

.i-more a:hover {
    color: #ffffff !important;
    background-color: #deaf30;
}

.more_one a:hover {
    color: #ffffff !important;
    background-color: #deaf30;
}

.sidebar {
    position: fixed;
    top: 40%;
    /*right: -50px;*/
    right: 0;
    width: 50px;
    height: 203px;
    z-index: 100;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.sidebar li {
    width: auto;
    height: 50px;
    position: absolute;
    z-index: 20
}

.sidebar li a {
    display: block;
    color: #FFF;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background-color: #0b3157;
    opacity: 0.8;
    border-radius: 6px
}

.sidebar li a img {
    display: block;
    float: left;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin: 12px 12px 14px 14px
}

.sidebar li a:hover {
    background-color: #56687f;
    opacity: 1
}

.sidebar li.to-wechat {
    position: absolute;
    top: 0px;
    left: 0;
    width: 126px
}

.sidebar li.message {
    position: absolute;
    top: 51px;
    left: 0;
    width: 126px
}

.sidebar li.telephone {
    position: absolute;
    top: 102px;
    left: 0;
    width: 172px
}

.sidebar li.wechat {
    top: 153px
}

.sidebar li.top {
    top: 204px
}

.sidebar li.top, .sidebar li.wechat {
    position: absolute;
    left: 0;
    width: 62px
}

.sidebar li.wechat .wechat-code {
    position: absolute;
    top: -88px;
    left: -200px;
    width: 216px;
    height: 216px;
    padding-bottom: 9px;
    display: none
}

.sidebar li.wechat .wechat-code img {
    display: block;
    padding: 14px;
    background-color: #FFF;
    width: 188px;
    height: 188px
}

.sidebar li:hover .wechat-code {
    display: block
}

.sidebar a:hover {
    color: #dbdbdb !important;
}