.one-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.one-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clearfix:after, .clearfix::before {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0;
}
.flex{ display: flex; align-items: center;}
.flex-c{ display: flex; align-items: center;}
.flex-cc{ display: flex; align-items: center; justify-content: center;}
.flex-cb{ display: flex; align-items: center; justify-content: space-between;}
.flex-ce {display: flex;align-items: center;ustify-content: flex-end;}
.flex-1{ flex: 1;}
body {
    line-height: 1;
}

.container-full {
    width: 100%;
    min-width: 1400px;
}

.container-center {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.fix-top{
    height: 100px;
    background: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.sub-header{
    background: #fff !important;
}
.language{
    cursor: pointer;
    position: relative;
}
.language .menu{
    width: 100%;
    text-align: center;
    height: 36px;
    line-height: 36px;
    position: absolute;
    left: 0px;
    top: 35px;
    background: #fff;
    z-index: 999;
    display: none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;
}
.language .menu a{
    display: block;
    height: 36px;
    line-height: 36px;
    color: #333;
}
.language:hover .menu{
    display: block;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 0;

}
.header .logo {
    width: 200px;
    height: 64px;
    overflow:hidden
}
.header .logo a,
.header .logo img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.header .nav .link {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    margin-right: 40px;
}
.header .nav .link:hover,.header .nav .link.hover{
    color:#d71718;
}
.sub-header .header .nav .link {
    color: #000;
}
.sub-header .header .nav .link:hover,.sub-header .header .nav .link.hover{
    color:#d71718;
}
.header .search {
    font-size: 20px;
    color: #707070;
    margin-right: 50px;
    display: none;
}
.header .space_icon {
    width: 1px;
    height: 20px;
    background: #cacaca;
    margin-right: 30px;
}
.header .language .header {
    display: flex;
    align-items: center;
}
.header .language .header .iconfont {
    font-size: 22px;
    color: #fff;
}
.sub-header .header .language .header .iconfont{
    color: #707070;
}
.header .language .header .text {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin: 0 7px;
}
.sub-header .header .language .header .text {
    color: #222222;
}
.header .language .header .icon-xiasanjiaoxing {
    font-size: 14px;
}

.home-swiper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.home-swiper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.home-swiper .home-swiper-buttons {
    position: absolute;
    pointer-events: none;
    width: 1400px;
    height: 60px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    display: flex;
    justify-content: space-between;
}
.home-swiper .home-swiper-buttons .button {
    pointer-events: all;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
}
.home-swiper .home-swiper-buttons .button .iconfont {
    font-size: 20px;
}
.home-swiper .home-pagination {
    width: 400px !important;
    height: 50px !important;
    text-align: left;
    left:50% !important;
    margin-left: -700px;
    bottom: 80px !important;
}
.home-swiper .home-pagination .swiper-pagination-bullet {
    background: none;
    color: #fff;
    opacity:1;
    margin-right: 30px !important;
    font-size: 22px;
    font-weight: bold;
    width: auto;
    height: auto;
    border-radius: 0;
}
.home-swiper .home-pagination .swiper-pagination-bullet-active {
    border-bottom: 2px solid #fff;
}


.case-bg{
    background: url(../images/index1.jpg) no-repeat center center/100% auto;
    color: #fff;
    padding: 100px 0;
}
.server-bg{
    background: url(../images/index3.jpg) no-repeat center center/100% 100%;
    color: #fff;
    padding: 100px 0;
}
.guanyu-bg{
    background: url(../images/index4.jpg) no-repeat center center/100% 100%;
    color: #fff;
    padding: 100px 0;
    position: relative;
}
.guanyu-bg:after{
    content: '';
    width: 50%;
    height: 100%;
    background: #F00;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    background: url(../images/mouse.jpg) no-repeat center center/100% 100%;
}
.check-bg{
    background: url(../images/index2.jpg) no-repeat center bottom/100% 100%;
    color: #fff;
    padding: 100px 0;
}
.cate{
    font-size: 30px;
    font-weight: bold;
    background: url(../images/dot.png) no-repeat left center;
    padding-left: 20px;
    margin-bottom: 30px;
}
.intro{
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 80px;
}
.cate-name{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 40px;
}
.case-swiper,.check-swiper{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.case-swiper .pic{
    width: 327px;
    height: 357px;
    overflow: hidden;
    border-radius: 5px;
}
.case-swiper .pic img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.case-swiper .topic{
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    color: #fff;
}
.case-swiper .btns {
    position: absolute;
    pointer-events: none;
    width: 120px;
    height: 50px;
    margin: 0 auto;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    display: flex;
    justify-content: space-between;
}
.case-swiper .btns .btn {
    pointer-events: all;
    width: 50px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
}
.swiper-button-disabled{
    opacity:0.5;
}
.case-swiper .btns .btn .iconfont {
    font-size: 20px;
}
.check .cate{
    margin-bottom: 160px;
}
.check-swiper .intro{
    margin-bottom: 30px;
}
.check-swiper .tips{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 100px;
}
.guanyu-bg .more,.check-swiper .more{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    height: 54px;
    line-height: 54px;
    border-radius: 27px;
    border: 1px solid #fff;
    display: inline-block;
    padding: 0 40px;
    margin-bottom: 200px;
}
.guanyu-bg .more span,.check-swiper .more span{
    font-weight: normal;
}
.guanyu-bg .about-data{
    margin-top: 0;
    flex-wrap:wrap;
}
.guanyu-bg .about-data .item{
    width: calc(50% - 50px);
    margin-right: 50px;
    
}
.guanyu-bg .about-data .text{
    color: #fff;
    width: 100%;
}
.guanyu-bg .about-data .num{
    color: #fff;
    font-size: 70px;
    color: #0075cf;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    align-items: end;
    font-weight: 600;
    width:100%;
    border-bottom: 1px solid #4177c5;
    font-weight: normal;
    
    
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #1763cc !important;
}
.swiper-pagination-progressbar{
    background: #fff !important;
}

.check-swiper .btns {
    position: absolute;
    width: 120px;
    height: 50px;
    margin: 0 auto;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    
}
.check-swiper .btns .btn {
    color: #fff !important;
}
.check-swiper .swiper-pagination-progressbar{
    bottom: 0 !important;
    top:unset !important;
}

.server-list{
    margin-top: 100px;
    display: flex;
    
}
.server-list .items{
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 30px;
    margin-right: 30px;
    cursor: pointer;
}
.server-list .items:hover,.server-list .items.hover{
    background: rgba(255,255,255,0.1)
}
.server-list h1{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}
.server-list p{
    font-size: 16px;
    text-transform:uppercase;
}
.server-list span{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 25px;
    display: block;
    margin-top: 60px;
    color: #fff;
}






.about-bg {
    background: url(../images/bg1.png) no-repeat center center/100% 100%;
}

.about {
    padding: 100px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.about .about-head {
    position: relative;
}
.about .about-head .about-title {
    position: absolute;
    font-size: 40px;
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    color: #222222;
    line-height: 43px;
    background: linear-gradient(270deg, #0075cf 0%, #11c7c9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: 43px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.about .about-head .title {
    font-size: 124px;
    font-weight: bold;
    color: #d8e3eb;
    -webkit-user-select: none;
    user-select: none;
}
.about h4 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-top: 50px;
}
.about p {
    color: #555555;
    font-size: 16px;
    line-height: 30px;
    width: 1170px;
    margin-top: 30px;
}

.mod-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 56px;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    font-weight: 600;
    background: url(../images/rencai.png) #11c7c9 no-repeat left 40px center;
    margin: 0 auto;
}
.mod-more .text {
    margin-right: 10px;
    text-transform: uppercase;
    color: #fff;
}

.about-data {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 88px;
}
.about-data .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-data .num {
    font-size: 60px;
    font-weight: 700;
    color: #0075cf;
    background: linear-gradient(270deg, #0075cf 0%, #11c7c9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.about-data .num .uint {
    font-size: 40px;
}
.about-data .text {
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    margin-top: 15px;
}

.service-bg {
    background: url(../images/bg2.png) no-repeat center center/100% 100%;
}

.service {
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service .head {
    text-align: center;
    color: #fff;
}
.service .head .en {
    font-size: 46px;
    text-transform: uppercase;
}
.service .head .cn {
    font-size: 30px;
    margin-top: 10px;
}
.service-cards {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.service-cards .card {
    width: 448px;
    height: 280px;
    margin-right: 28px;
    margin-top: 28px;
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.service-cards .card:nth-child(1) {
    background: url(../images/bg3.png) no-repeat center center/100% 100%;
}
.service-cards .card:nth-child(2) {
    background: url(../images/bg4.png) no-repeat center center/100% 100%;
}
.service-cards .card:nth-child(3) {
    background: url(../images/bg5.png) no-repeat center center/100% 100%;
}
.service-cards .card:nth-child(4) {
    background: url(../images/bg6.png) no-repeat center center/100% 100%;
}
.service-cards .card:nth-child(5) {
    background: url(../images/bg7.png) no-repeat center center/100% 100%;
}
.service-cards .card:nth-child(6) {
    background: url(../images/bg8.png) no-repeat center center/100% 100%;
}
.service-cards .card:nth-child(3n) {
    margin-right: 0;
}
.service-cards .card > h3 {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 30px;
}
.service-cards .card > span {
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 12px;
}
.service-cards .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}
.service-cards .icon img {
    max-width: 100%;
    min-height: 100%;
}

.news-bg{
    background: #f2f1f7;
}
.news-center {
    padding: 80px 0;
}
.news-center .news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dcdcdc;
}
.news-center .news-header .news-title .en {
    color: #0075cf;
    font-size: 30px;
    font-weight: bold;
    background: url(../images/dot_blue.png) no-repeat left center;
    padding-left: 20px;
    margin-bottom: 30px;
    
}
.news-center .news-header .news-title .cn {
    font-size: 46px;
    color: #222222;
    margin-bottom: 30px;
}
.news-center .news-header .tabs {
    display: flex;
}
.news-center .news-header .tabs .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 46px;
    border: 1px solid #cfcfcf;
    border-radius: 23px;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
    margin-left: 15px;
}
.news-center .news-header .tabs .active {
    background-color: #0075cf;
    color: #ffffff;
    border: 0;
}

.tabs-wap {
    margin-top: 40px;
}

.news-poster {
    display: flex;
    padding-bottom: 40px;
    border-bottom: 1px solid #f3f3f3;
}
.news-poster .img {
    flex-shrink: 0;
    width: 448px;
    height: 290px;
    overflow: hidden;
    margin-right: 50px;
}
.news-poster .img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.news-poster .poster-text {
    padding: 35px 0;
    display: flex;
    flex-direction: column;
}
.news-poster .poster-text .head {
    display: flex;
    align-items: center;
}
.news-poster .poster-text .head h3 {
    font-size: 26px;
    font-weight: 400;
    color: #222222;
    width: 815px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-poster .poster-text .head .tag {
    background: #0075cf;
    color: #fff;
    font-size: 14px;
    padding: 10px 12px;
}
.news-poster .poster-text .time {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    margin: 20px 0;
}
.news-poster .poster-text .time .iconfont {
    font-size: 20px;
    margin-right: 7px;
}
.news-poster .poster-text p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-poster .poster-text .more {
    width: 160px;
    height: 50px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
}
.news-poster .poster-text .more .text {
    font-size: 15px;
    color: #444444;
    text-transform: uppercase;
}
.news-poster .poster-text .more .iconfont {
    font-size: 20px;
    margin-left: 10px;
}

.news-ul {
    display: flex;
    flex-wrap: wrap;
}
.news-ul .news-li {
    margin-right: 30px;
    margin-top: 0px;
    width: 445px;
    background: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 3px;
}
.news-ul .news-li:nth-child(3n) {
    margin-right: 0;
}
.news-ul .news-li h4 {
    font-size: 20px;
    font-weight: 400;
    color: #222222;
}
.news-ul .news-li .date {
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 30px;
}
.news-ul .news-li .date .iconfont {
    font-size: 15px;
    margin-right: 5px;
}
.news-ul .news-li .date .text {
    font-size: 18px;
    color: #999;
}
.news-ul .news-li p {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-ul .news-li .link {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #0075cf;
    
}
.news-ul .news-li .iconfont {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #999999;
    border-radius: 25px;
    display: block;
    color: #999999;
    background: #fff;

}
.news-ul .news-li .link .icon {
    display: block;
    border-bottom: 1px solid;
    margin-right: 10px;
    width: 20px;
}

.news-ul .news-li:hover{
    background: #1763cc;
}
.news-ul .news-li:hover .date .text,.news-ul .news-li:hover h4,.news-ul .news-li:hover p,.news-ul .news-li:hover .link{
    color: #fff
}
.news-ul .news-li:hover .date {
    border-color: #3f7dd1;
}
.news-ul .news-li:hover .iconfont {
    color: #1763cc;
    background: #fff;
    border-color: #1763cc;
}
.join-bg {
    background: url(../images/bg9.jpg) no-repeat center center/100% 100%;
}

.join {
    padding: 100px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.join .left {
    width: 100%;
    text-align: center;
}
.join .left h3 {
    font-size: 42px;
    font-weight: bold;
    color: #eef2f6;
}
.join .left p {
    font-size: 20px;
    font-weight: 400;
    color: #eef2f6;
    line-height: 34px;
    margin-top: 38px;
    margin-bottom: 50px;
}
.join .right {
    display: flex;
}
.join .link {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 150px;
}
.join .link .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 140px;
    background: url(../images/bg10.png) no-repeat center center/100% 100%;
}
.join .link .icon img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.join .link:hover .icon {
    background: url(../images/bg11.png) no-repeat center center/100% 100%;
}
.join .link h4 {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 30px;
}
.join .link .space_icon {
    width: 20px;
    height: 2px;
    background: #ffffff;
    opacity: 0.4;
    display: block;
    margin: 20px 0;
}
.join .link p {
    font-size: 16px;
    font-weight: 400;
    color: #9fb2ff;
    white-space: nowrap;
}

.footer-one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 38px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .foot-logo {
    width: 200px;
    height: 64px;
}
.footer .foot-logo img,
.footer .foot-logo a {
    display: block;
    width: 100%;
    height: 100%;
}
.footer .foot-social {
    display: flex;
    align-items: center;
}
.footer .foot-social .foot-link {
    width: 40px;
    height: 40px;
    border: 1px solid #727272;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 17px;
}
.footer .foot-social .foot-link .iconfont {
    font-size: 22px;
    color: #b6b6b6;
}
.footer .foot-social .code-img {
    display: flex;
    margin-left: 40px;
}
.footer .foot-social .code-img .img {
    width: 80px;
    height: 80px;
    overflow: hidden;
}
.footer .foot-social .code-img .img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.footer .foot-social .code-img .desc {
    width: 100px;
    height: 80px;
    background: rgba(55, 55, 55, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}
.footer-two {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-navs {
    display: flex;
}
.footer .foot-news {
    margin-right: 100px;
}
.footer .foot-news .title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}
.footer .foot-news .link {
    display: block;
    color: #777777;
    font-size: 14px;
    margin-top: 15px;
}
.footer .footer-hot {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}
.footer .footer-hot h4 {
    align-items: center;
    display: flex;
}
.footer .footer-hot .iconfont {
    margin-right: 10px;
}
.footer .footer-hot .num {
    font-size: 36px;
    font-weight: bold;
    color: #d71718;
    margin-top: 17px;
    display: block;
    margin-bottom: 30px;
}
.footer .footer-hot .info {
    width: 250px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 26px;
}
.footer-three {
    padding: 25px 0;
    line-height: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-three span {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}
.footer-three a {
    color: #777777;
    font-size: 14px;
    margin-left: 10px;
}
.footer .cp {
    font-size: 14px;
    font-weight: 400;
    color: #888888;
}
.footer .cp a{
    color: #888888;
}

.sub-banner {
    width: 100%;
}
.sub-banner img {
    width: 100%;
}

.sub-title {
    font-size: 43px;
    font-weight: bold;
    color: #222222;
    text-align: center;
}

.sub-service-bg {
    background: url(../images/bg12.png) no-repeat center center/100% 100%;
}

.sub-customer-bg {
    background: url(../images/bg13.png) no-repeat center center/100% 100%;
}

.customer {
    height: 470px;
    display: flex;
    justify-content: space-between;
    margin-top: 54px;
}
.customer .cust {
    width: 326px;
    overflow: hidden;
    border-radius: 20px;
}
.customer .cust img {
    width: 100%;
    height: 390px;
}
.customer .cust span {
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    background-color: #0075cf;
    font-size: 20px;
}

.control-bt {
    border-bottom: 1px solid #ececec;
}

.control {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.control .sub-tabs {
    height: 80px;
    display: flex;
}
.control .sub-tabs .link {
    display: block;
    height: 100%;
    line-height: 80px;
    color: #222222;
    font-size: 16px;
    margin-right: 80px;
}
.control .sub-tabs .link:hover {
    color: #0083fe;
    box-shadow: inset 0px -2px 0 0 #0083fe;
}
.control .sub-tabs .active {
    color: #0083fe;
    box-shadow: inset 0px -2px 0 0 #0083fe;
}

.history {
    font-size: 14px;
    color: #666666;
}
.sub-news-list{
    min-height: 400px;
}
.sub-news-list .new-link {
    display: flex;
    padding: 40px 0;
    border-bottom: 1px solid #eeeeee;
}
.sub-news-list .new-link .img {
    width: 270px;
    height: 174px;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 30px;
}
.sub-news-list .new-link .img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    border:1px solid #f5f5f5;
    border-radius:5px;
}
.sub-news-list .new-link .desc {
    width: 1100px;
    display: flex;
    flex-direction: column;
    padding: 15px 0;
}
.sub-news-list .new-link .desc h3 {
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sub-news-list .new-link .desc p {
    font-size: 15px;
    font-weight: 400;
    color: #777777;
    line-height: 26px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 30px;
}

.sub-news-list .new-link .desc span {
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    margin-top: auto;
}

.sub-page-about .num {
    background: transparent;
    color: #0075cf;
    -webkit-text-fill-color: #0075cf;
}

.sub-about .img {
    width: 636px;
    height: 575px;
    overflow: hidden;
}
.sub-about .img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.sub-about .about-title {
    position: relative;
}
.sub-about .about-title .en {
    font-size: 94px;
    font-weight: bold;
    color: #f8f8f8;
    text-transform: uppercase;
}
.sub-about .about-title .cn {
    font-size: 42px;
    font-weight: bold;
    color: #222222;
    position: absolute;
    left: 0;
    bottom: 0;
}
.sub-about .about-desc {
    width: 630px;
    height: 375px;
    margin-top: 60px;
    overflow: auto;
    padding-right: 20px;
}
.sub-about .about-desc p {
    font-size: 15px;
    font-weight: 400;
    color: #555555;
    line-height: 30px;
    margin-top: 30px;
    text-indent: 30px;
}
.sub-about .about-desc::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.sub-about .about-desc::-webkit-scrollbar-thumb {
    background-color: #0075cf;
}
.sub-about .about-desc::-webkit-scrollbar-track {
    background-color: #eeeeee;
}

.partys .party {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.partys .party:nth-child(even) {
    flex-direction: row-reverse;
}
.partys .desc {
    width: 650px;
    padding: 50px 0;
}
.partys .desc > p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-top: 40px;
}
.partys .namex {
    display: flex;
    align-items: center;
}
.partys .namex .icon_bar {
    width: 44px;
    height: 42px;
    overflow: hidden;
    margin-right: 20px;
}
.partys .namex .icon_bar img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.partys .namex .name {
    font-size: 32px;
    font-weight: 500;
    color: #222222;
}
.partys .img {
    width: 665px;
    height: 450px;
    overflow: hidden;
    flex-shrink: 0;
}
.partys .img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}

.sub-honor {
    padding: 80px 0;
    position: relative;
}
.sub-honor .sub-honor-title {
    font-size: 43px;
    font-weight: bold;
    color: #222222;
    text-align: center;
}
.sub-honor .honor-swiper {
    position: relative;
    height: 430px;
    overflow: hidden;
    margin-top: 60px;
}
.sub-honor .honor-swiper img {
    width: 100%;
    height: 390px;
    -o-object-fit: contain;
    object-fit: contain;
    cursor: pointer;
}
.sub-honor .honor-swiper .name {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sub-honor .honor-button-prev,
.sub-honor .honor-button-next {
    position: absolute;
    top: 355px;
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    z-index: 30;
    font-size: 20px;
    color: #1c88ff;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
}
.sub-honor .honor-button-prev {
    left: -90px;
}
.sub-honor .honor-button-next {
    right: -90px;
}

.sub-serveice-card {
    width: 680px;
    height: 279px;
    background: #ffffff;
    border: 1px solid #dddddd;
    padding: 60px;
    display: flex;
}
.sub-serveice-card .icon_bar {
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
}
.sub-serveice-card .icon_bar img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.sub-serveice-card .desc {
    display: flex;
    flex-direction: column;
}
.sub-serveice-card .desc > h4 {
    font-size: 26px;
    font-weight: 500;
    color: #000000;
}
.sub-serveice-card .desc > p {
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    line-height: 28px;
    margin-top: 30px;
}
.sub-serveice-card .desc .more {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    color: #0075cf;
    margin-top: auto;
}
.sub-serveice-card .desc .more span {
    text-transform: uppercase;
    font-weight: 600;
}
.sub-serveice-card .desc .more .iconfont {
    font-size: 14px;
    margin-left: 25px;
}


#about-con{min-width:1200px;width:100%;min-height:400px;}
#about-con .container{min-width:1200px;box-sizing:border-box;padding:40px 0;line-height:34px;}
#about-con .news-ul{width:580px;margin-right:40px;margin-bottom:40px; box-shadow:0px 0px 9px #ddd; box-sizing:border-box;padding:10px 15px; }
#about-con .news-ul:nth-child(2n){margin-right: 0;}
#about-con .news-title>a{font-size:20px;color:#000;font-weight:500}
#about-con .news-intro{font-size:16px;color:#666666;padding:10px 0}
#about-con .newstime{font-size:12px;color:#666}
#about-con .pull-right{margin-bottom:10px;}
#about-con .pull-right a{font-size:14px;color:#585858;padding:5px 10px; border:1px solid #ddd}
#about-con .pull-right:hover{border-color:#4c83d5}
#about-con .pull-right:hover a{color:#4c83d5}
.pages{text-align: center;}

.article-pager{width:1200px;height:38px;margin:0px auto 30px auto;clear:both;text-align:center}
.article-pager li{width:128px;height:38px;border:solid 1px #ddd;text-align:center;display:inline-block;line-height:38px;box-sizing:border-box;border-radius:2px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,0.1);margin-right:7px}
.article-pager li a{width:100%;height:38px;display:block;color:#333}
.article-pager li:hover a{color:#fff;background:#2572e4}
.article-pager li a img{position:relative;top:2px;margin:auto 4px}
.article-pager li:hover a img{opacity:0.1}


.mbanner{width: 400px;height: 250px;float: right;margin-right: 200px;}
.mbanner img{display: block;width: 100%;height: 100%;}

.container .article-header{ margin:0px auto 10px auto; overflow:hidden; text-align:center;}
.container .article-head{ font-size:23px; line-height:120%; margin-bottom:10px;font-family:"微软雅黑"; color:#333;}
.container .article-tags{ width:100%; height:45px;line-height:45px;  border-top:solid 1px #ececec; border-bottom:solid 1px #ececec; margin:15px auto 20px auto; color:#666; font-family:"微软雅黑"; clear:both; text-align:center; }
.container .article-tags span{ margin-right:25px;}
.container .tags-grroup{ cursor:pointer;}
.icon{margin-right: 5px;}
.icon img{vertical-align: middle;margin-top: -3px;}
.bread{width: 1200px;height: 50px;line-height: 50px;margin: auto;color: #5a5a5a;margin-top: 30px;}
.bread a{color: #5a5a5a;}


.sidebar{
    width: 250px;
    float: left;
}
.rigth-content{
    width: 1100px;
    float: right;
}
.rigth-content .right-title{
    border-bottom: 2px solid #f1f1f1;
    position: relative;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
}
.rigth-content .right-title h1{
    margin: 0px;
    font-size: 28px;
    color: #0075cf;
    font-weight: bold;
    border-bottom: 2px solid #0075cf;
    display: inline-block;
    height: 60px;
    line-height: 60px;
}
.rigth-content .right-title .history{
    float: right;
}


.news-more{
    width: 130px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    background: #f0f0f0;
    text-align: center;
    margin-top: 10px;
}
.news-more span{
    color: #888 !important;
    text-transform: uppercase;
}
.news-more:hover{
    background: #11c7ca;
}
.news-more:hover span{
    color: #fff !important;
}
.rigth-content .desc p{
    margin-top: 0px !important;
    -webkit-line-clamp: 1 !important;
}
.rigth-content .new-link .desc h3{
    font-size: 18px !important;
    font-weight: bold;
}
.sidebar .side-title{
    background: #0075cf;
    color: #fff;
    padding:20px 30px;
    border-radius: 0 20px 0 0;
}
.sidebar .side-title h1{
    font-size: 28px;
    margin: 0;
}
.sidebar .side-title p{
    font-size: 16px;
    text-transform: uppercase;
    margin: 5px 0 0
}
.sidebar .side-item{
    margin-top: 10px;
}
.sidebar .side-item a{
    display: block;
    margin-bottom: 5px;
    background: url(../images/arrow.png) #f1f3f8 no-repeat right 10px top 20px;
    color: #444;
    font-size: 16px;
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-overflow:ellipsis;white-space: nowrap;
}

.sidebar .side-item a:hover,.sidebar .side-item a.active{
    background-position: right 10px top -40px;
    color: #0075cf;
    font-weight: bold;
}


.sq_mouse{
    position: absolute;
    bottom: 10%;
    left:50%;
    margin-left:-10px;
    z-index:3;
    cursor: pointer;
}
.sq_m_small{
    position: absolute;
    top:5px;
    left:50%;
    margin-left:-1px;
    width:2px;
    height:8px;
    border-radius: 6px;
    background: #fff;
    animation: smallDown 1.5s forwards infinite;
    -webkit-animation: smallDown 1.5s forwards infinite;
}
@keyframes smallDown {
    0%{top:7px;opacity: 1;}
    50%{top:9px;opacity: 0.5;}
    100%{top:10px;opacity: 0}
}
@-webkit-keyframes smallDown {
    0%{top:7px;opacity: 1;}
    50%{top:9px;opacity: 0.5;}
    100%{top:10px;opacity: 0}
}