@charset "UTF-8";
a:focus,
a:hover {
    color: #008BF6;
    text-decoration: none;
    cursor: pointer;
}

body {
    overflow-x: hidden;
    position: relative;
}

* {
    margin: 0;
    padding: 0;
    color: #444;
}

ul li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

.cl {
    clear: both;
}

@font-face {
    font-family: "iconfont";
    src: url("../font/iconfont.eot");
    /* IE9*/
    src: url("../font/iconfont.eot#iefix") format("embedded-opentype"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"), url("../font/iconfont.svg#iconfont") format("svg");
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    display: inline-block;
    font-size: 1rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background: #f5f5f5;
}

.foot {
    /* margin-top: 90px; */
}

.banner.bannerny .btext p {
    width: 50%;
}

.nybanner.banner .btext {
    margin-top: -42px;
}

.nybanner.banner .btext h2 {
    margin-bottom: 30px;
}

.solu_list {
    margin: 90px auto;
    background: #FFF;
}

.solu_list .left {
    width: 20%;
}

.solu_list ul {
    margin-bottom: 0px;
}

.solu_list li {
    text-align: center;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    padding: 20px 0;
    cursor: pointer;
    transition: all 0.3s;
    background: -webkit-linear-gradient(bottom, #030b1a, #0b172c);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, #030b1a, #0b172c);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, #030b1a, #0b172c);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, #030b1a, #0b172c);
    /* 标准的语法 */
}

.solu_list li:nth-last-child(1) {
    background: #08101e;
}

.solu_list li i {
    height: 0;
    overflow: hidden;
}

.solu_list li i img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    transform: scale(0);
    transition: 0.3s;
}

.solu_list li h3 {
    font-size: 16px;
    width: 100%;
    margin: 0;
    color: #FFF;
}

.solu_list li.on {
    background: -webkit-linear-gradient(right, #169aff, #006ee9);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #169aff, #006ee9);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #169aff, #006ee9);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #169aff, #006ee9);
    /* 标准的语法 */
}

.solu_list li.on i {
    height: auto;
}

.solu_list li.on i img {
    transform: scale(1);
}

.solu_list .right {
    width: 80%;
}

.solu_list .right .showtab {
    padding: 60px 0 0 60px;
}

.solu_list .right p {
    padding-right: 60px;
    color: #666666;
    text-align: justify;
    line-height: 24px;
    margin-bottom: 20px;
}

.solu_list .right h4 {
    font-size: 24px;
    margin: 0 0 20px;
    color: #333;
}

.solu_list.jc .right h4.mainshow {
    margin: 20px 0;
}

.solu_list.jc .right .linklogo a {
    background: none;
    color: #666;
    width: 24%;
    text-align: center;
}

.solu_list.jc .right .linklogo .iconfont {
    font-size: 40px;
    display: block;
    color: #666;

}

.solu_list.jc .right .linklogo a:hover, .solu_list.jc .right .linklogo a:hover .iconfont {
    color: #006ee9;
}

.solu_list .right p a {
    margin: 0 10px 10px 0;
    padding: 0 10px;
    width: auto;
    border: 1px solid rgba(245, 245, 245, 1);
    background: #FFF;
    color: #666;
}

.solu_list .right p a:hover {
    color: #FFF;
}

.solu_list .right a {
    color: #FFF;
    font-size: 16px;
    background: #008bf6;
    width: 135px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    display: inline-block;
    margin: 60px 0;
    transition: all 0.3s;
}

.solu_list .right a:hover {
    background: #06154a;
}

.solu_list .right .linklogo {
    padding-bottom: 60px;
    /* border-top: 1px solid #e5e5e5; */
    display: flex;
    align-items: center;
}

.solu_list .right .linklogo h3 {
    padding-right: 25px;
}

.detail h3 {
    text-align: center;
    margin: 100px 0 20px;
}

.tips {
    padding-bottom: 60px;
    color: #999;
    display: block;
    text-align: center;
    font-size: 14px;
}

.conp {
    text-indent: 2em;
    line-height: 22px;
    font-size: 14px;
    color: #666;
}

.conp p {
    margin-bottom: 20px;
}

.tabtitle {
    border-bottom: 1px solid #ccc;
}

.tabtitle h2 {
    font-size: 14px;
}

.listser li {
    line-height: 30px;
    font-size: 14px;
}

.listser li a {
    color: #444;
}

.listser li span {
    float: right;
}

.listser {
    padding-top: 20px;
}

#flip_box {
    text-align: center;
}

#flip_box a {
    background: #FFF;
    font-size: 14px;
    margin: 0 5px;
    border-radius: 3px;
    padding: 5px 10px;
    color: #666;
}

#flip_box a.lf_pager_num_select {
    background: #008BF6;
    color: #fff;
}

.navlist {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.4);

}

.navlist .maxwidth {
    display: flex;
    justify-content: space-between;
    /* align-items: flex-end; */
}

.navlist.pos {
    position: fixed;
    left: 0;
    top: 65px;
    width: 100%;
    background: rgb(6, 21, 74);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 1990;
}

.navlist a {
    color: #FFF;
    transition: all 0.3s;
    display: block;
}

.navlist a:hover {
    color: #008BF6;
}

.cominfo ul li img {
    max-width: 100px;
    max-height: 100px;
}

.datainfo {
    overflow: hidden;
}

.cominfo.datainfo ul li img {
    max-width: 200px;
    max-height: 200px;
}

.img_label{
    width: 15px;
    padding-bottom: 3px;
}

.img_label:hover{
    width: 16px;
}

.fazhan {
    /* height:100vh;  */
    height: 800px;
    /* max-height: 830px; */
    /* max-width: 1230px; */
    /* margin: 0 auto; */
    position: relative;
}

.fazhanmaxwidth{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    min-width: 1100px;
    box-sizing: border-box;
}

.fazhan .showcon {
    display: flex;
    justify-content: space-between;
    /* padding-top: 185px; */
    /* height: 55%; */
    background-size: 100%;
    /* background: url('../images/2018line.png') no-repeat; */
    position: relative;
    z-index: 80;
    left: 0%;
    top: -1%;
    max-width: 1466px;
    /* width: 1180px !important;
    margin-left: -590px; */
}

.fazhan hr {
    position: absolute;
    top: 368px;
    border-color: #ccc;
    left: 0;
    width: 100%;
}

.showcon .block {
    /* width: 16.6%; */
    z-index: 1;
    height: 195px;
    width: 200px;
    position: relative;
    /* position: absolute; */
    /* left: -79px; */
    left: 0 !important;
}

.showcon .block:nth-child(1) {
    top: 212px;
}

.showcon .block:after {
    position: absolute;
    width: 16px;
    height: 16px;
    /*border-radius: 50%;*/
    /*background: #424242;*/
    content: url('line_dot.png');
    left: 50%;
    bottom: 0;
    margin-left: -8px;
    z-index: 1;
}

.htit {
    position: relative;
    width: 100%;
    height: auto !important;
    /* border:1px solid #F00; */
    background: #FFF;
    left: 0%;
    top: 0px;
    z-index: 1;
}

.showcon .block:nth-child(2n) .htit {
    /* top: inherit; */
    /* bottom: -170px;
    padding-top: 48px; */
}

.showcon .block:nth-child(2n) .htit:after {
    /* display: none; */
}

.showcon .block:nth-child(2n) .htit em {
    /* bottom: inherit;
    top: 0; */
}

.showcon .block:nth-child(2n) .htit em:after {
    /* position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 15px 7.5px;
    border-color: transparent transparent #424242 transparent;
    top: -14px;
    left: 50%;
    margin-left: -7.5px; */
}

.htit h3 {
    font-size: 16px;
    color: #333;
    text-align: center;
    position: relative;
    font-weight: bold;
    display: none;
}

.htit h3:after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #999;
    width: 15px;
    left: 50%;
    margin-left: -7.5px;
    bottom: -10px;
}

.htit span {
    font-size: 16px;
    display: block;
    color: #666;
    text-align: center;
    padding: 20px;
     min-height:80px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}
.showcon .block:nth-child(1) .htit{
    top:10px;
}
.showcon .block:nth-child(2) .htit span, .showcon .block:nth-child(5) .htit span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
}

.showcon .block:nth-child(2) .htit, .showcon .block:nth-child(5) .htit {
    height: 150px;
}

.showcon .block:nth-child(2) {
    height: 200px;
    top: 168px;
    /* left: 155px; */
}
.showcon .block:nth-child(3){
    top: 41px;
}
.showcon .block:nth-child(3), .showcon .block:nth-child(4) {
    height: 285px;
    left: 408px;
}

.showcon .block:nth-child(3) .htit span, .showcon .block:nth-child(4) .htit span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: initial;
}

.showcon .block:nth-child(3) .htit, .showcon .block:nth-child(4) .htit {
    height: 150px;
    top: 85px;
}

.showcon .block:nth-child(4) {
    top: 4px;
    left: 667px;
}

.showcon .block:nth-child(5) {
    top: 36px;
    left: 928px;
    /*right: 118px;*/
}
.showcon .block:nth-child(6) {
    top: -44px;
    /* left: 928px; */
    /*right: 118px;*/
}
.showcon .block:nth-child(7) {
    top: -108px;
    /* left: 928px; */
    /*right: 118px;*/
}
.htit em {
    background: #424242;
    position: initial !important;
    bottom: 0;
    height: 48px;
    line-height: 48px;
    font-size: 22px;
    color: #FFF;
    text-align: center;
    width: 100%;
    z-index: 1;
    display: block;
}

.htit:after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -7.5px;
    width: 0;
    height: 0;
    border-width: 13.0px 7.5px 0 7.5px;
    border-style: solid;
    border-color: #424242 transparent transparent transparent;
    z-index: 1;
}

.tabmenu {
    text-align: center;
}

.tabmenu a {
    font-size: 20px;
    color: #333;
    padding-bottom: 45px;
    display: inline-block;
    margin: 0 20px;
}

.tabmenu a.on {
    color: #008BF6;
    position: relative;
}

.tabmenu a.on:after {
    content: '';
    position: absolute;
    width: 15px;
    left: 50%;
    margin-left: -7.5px;
    bottom: 30px;
    border-bottom: 1px solid #008BF6;

}

.tabbox {
    position: relative;
}

.tabbox .honor_list {
    background: #fff;
    box-sizing: border-box;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 20px;
}

.honor_list ul {
    /* flex-direction: row; */
    width: 100%;

    justify-content: space-between;
    /* padding-bottom: 20px; */

}

.honor_list ul li {
    /* width: 48%; */
}

/* .tabbox ul{
  width: 300%;
  left:0;
} */
#showhonor.page {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 430px;
}

/* .tabbox li{

  float: left;

  width: 300px;
  text-align: center;
  margin-right: 40px;
  font-size: 16px;
  color: #666;
}
.tabbox li span{
  display: flex;
  border:1px solid #e5e5e5;
  padding: 40px;
  height: 390px;
  margin-bottom: 20px;
}
.tabbox li img{
  width: 100%;
} */

.page-control a {
    position: absolute;
    top: 40%;
    font-size: 40px;
    color: rgba(153, 153, 153, 0.3);
    transition: all 0.3s;
}

.page-control a:hover {
    color: rgba(153, 153, 153, 1)
}

.page-control .prev {
    left: -45px;
}

.page-control .next {
    right: -45px;
}

.jyln {
    height: 650px;
    color: #FFF;
}

.jyln .title h2 {
    color: #FFF;
}

.jyln .showcon ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 400px;
}

.jyln ul li {
    color: #FFF;
    font-size: 18px;
    text-align: center;
}

.jyln ul li img {
    margin-bottom: 24px;
}

.aboutlogo .showcon ul {
    display: flex;
    flex-wrap: wrap;
}

.aboutlogo .showcon li {
    width: 20%;
    margin-bottom: 16px;
}

.contact .showcon .text {
    height: 380px;
    width: 170px;
    color: #FFF;
    font-size: 30px;
    /* writing-mode:tb-rl; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.contact .showcon .text em {
    color: #FFF;
    position: absolute;
    bottom: 10px;
    left: 18px;
    width: 30px;
    line-height: 36px;

}

.contact .showcon ul {
    display: flex;
    flex-wrap: wrap;
}

.contact .showcon li {
    width: 48%;
    height: 530px;
    position: relative;
    /* border: 1px solid #c7c7c7; */
    overflow: hidden;
    margin-bottom: 20px;
}

.contact .showcon li:nth-child(2n) {
    margin-left: 4%;
}

.contact .showcon li p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 18px;
    color: #333;
    line-height: 28px;
    
    height: 130px;
}

.contact .showcon li p span {
    color: #999;
    font-size: 16px;
    display: block;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.mapdiv {
    /* margin-left: 170px; */
    /* border: 1px solid #c7c7c7; */
    position: absolute;
    top: -30px;
    width: 510px;
    height: 410px;
    right: 0;
    z-index: 1;
    overflow: hidden;
}

.case {
    background: 50% 50% url('../images/casebg.png') no-repeat;
    height: 683px;
    background-size: cover;
}

.case ul {
    display: flex;
}
.title.cfff h2{
    color: #FFF;
}
.case .title h2 {
    color: #FFF;
}

.case ul li {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    width: 23%;
    margin-right: 2%;
    padding-left: 20px;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
    height: 60px;
    line-height: 26px;
    transition: all 0.3s;
    cursor: pointer;

    display: flex;
    align-items: center;
}

.case ul li:hover {
    box-shadow: 0 10px 44px 0 rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.3);
}

.case ul li a {
    color: #666;
}

.case ul li a:hover {
    color: #006ee9;
}

.case ul {
    display: flex;
    flex-wrap: wrap;
}

.topdesc {
    padding: 20px;
}

.topdesc p {
    font-size: 16px;
    line-height: 30px;
}

.showerji dl {
    display: flex;
    /* justify-content: space-between; */
    padding-top: 36px;
    padding-right: 60px;
    flex-wrap: wrap;
}
.showerji{
    position: relative;
}
.showerji .swiper-button-prev,.showerji .swiper-container-rtl .swiper-button-next{
    left: -40px;
}
.showerji .swiper-button-next,.showerji .swiper-container-rtl .swiper-button-prev{
    right: 20px;
}
.maxwidth .showerji  .swiper-button-next,.maxwidth .showerji  .swiper-button-prev{
    width: 30px;
    border-radius: 50%;
    background-size: 30px;
}
.maxwidth .showerji .swiper-button-next:hover {
    background: #008bf6 url(../images/newleft.png) 50% 50% no-repeat;
    border: 1px solid #008bf6;
    background-size: 30px;
}
.maxwidth .showerji .swiper-button-prev:hover {
    background: #008bf6 url(../images/newright.png) 50% 50% no-repeat;
    border: 1px solid #008bf6;
    background-size: 30px;
}
.showerji dd {
    width: 23%;
    background-repeat: no-repeat;

    text-align: center;
    height: 300px;
    color: #FFF;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    /* background-size: 100% 100%; */
    background-position: 0% 0%;
}
.showerji .swiper-container{
    padding-bottom: 40px;
}
.showerji dd h3, .right .showerji dd p {
    color: #FFF;
    padding-right: 0;
}

.showerji dd h3 {
    position: absolute;
    top: 135px;
    left: 0;
    width: 100%;
    font-size: 17px;
    margin-top: 0;
    transition: all 0.3s;
}

.showerji dd p {
    position: absolute;
    line-height: 24px;
    bottom: -150px;
    /* top:113px; */
    width: 160px;
    margin-left: -80px;
    left: 50%;
    text-align: left;
    transition: all 0.3s;
    /* opacity: 0; */
    height: 134px;
    color: #FFF;
}

.showerji dd.on h3 {
    transform: translateY(-95px);
}

.showerji dd.on p {
    transform: translateY(-215px);
    /* top:113px; */
    /* opacity: 1; */
}

.showerji dd.on img {
    display: none;
}

.showerji dd h3:after {
    content: "";
    position: absolute;
    bottom: -13px;
    width: 20px;
    border-bottom: 1px solid #FFF;
    left: 50%;
    margin-left: -10px;
}

.showerji dd img {
    width: 45px;
    position: absolute;
    top: 78px;
    left: 50%;
    margin-left: -22.5px;
    transition: all 0.3s;
}

.showerji.lonely dd {
    height: 446px;
}

.showerji.lonely dl {
    padding-right: 0;
}

.showerji.lonely dd img {
    top: 106px;
    width: 80px;
    margin-left: -40px;
}

.showerji.lonely dd.on p {
    transform: translateY(-241px);
    line-height: 33px;
    text-align: center;
    /* top:113px; */
    /* opacity: 1; */
}

.showerji.lonely dd p {
    text-align: center;
    font-size: 16px;
}

.showerji.lonely dd.on h3 {
    transform: translateY(-85px);
}

.showerji.lonely dd h3 {
    top: 220px;
    font-size: 22px;
}

.showerji.lonely.ser dd {
    width: 33%;
}

.showerji.lonely.ser dd.on h3 {
    transform: translateY(-105px);
}

.showerji.lonely.ser dd.on p {
    transform: translateY(-200px);
}

.warningser ul {
    overflow: hidden;
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
}
.warningser ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
}
.warningser ul li:nth-child(3n){
    margin-right: 0;
}
.warningser h3 {
    /* background: #fff; */
    box-sizing: border-box;
    color: #333;
    font-size: 20px;
    padding-left: 40px;
    height: 100px;
    line-height: 100px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.warningser ul li {
    width: 31%;
    background: #FFF;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    height: 100px;

}

.warningser ul li em {
    font-size: 70px;
    position: absolute;
    left: -20px;
    top: -24px;
    color: #f5f5f5;
    z-index: 1;

}

.warningser p {
    font-size: 14px;
    line-height: 28px;
    margin: 0;
    padding: 33px 40px;
}

.serteam img {
    width: 100%;
}

.tablockbox .cominfo ul li p {
    color: #333;
    padding: 5px 20px;
}

.tablockbox .cominfo.ser ul li {
    height: 300px;
}

.topdsec p {
    padding: 0 20%;
    text-align: center;
    color: #666;
    line-height: 28px;
}

.topdsec {
    height: 342px;
    background: 50% 50% url('../images/infobg.png') no-repeat;

}

.conhonor ul li {
    width: 25%;
    margin-right: 0;
    position: relative;
}

.conhonor ul li h3 {
    /* font-size: 16px; */
    font-weight: normal;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.companystep {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
}

.steplist .block {
    font-size: 16px;
    color: #666;
    display: inline-block;
    line-height: 28px;
    position: relative;
    padding-left: 15px;
}

.steplist .impor {
    /* font-size: 16px;
    color: #333; */
}

.steplist .block:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-right: 5px solid #42424F;
}

.comnumber {
    display: flex;
    justify-content: space-between;
}

.esponsibility li {
    display: flex;
    align-items: center;
}

.esponsibility .bx-wrapper .bx-viewport {
    background: none;
}

.esponsibility .lef {
    background: #FFF;
    padding: 58px 64px;
    box-sizing: border-box;
    width: 50%;
    height: 50%;
    font-size: 16px;
}

.esponsibility .lef span {
    color: #666;
}

.esponsibility .lef p {
    color: #666;
    line-height: 28px;
    margin-top: 10px;
}

.esponsibility .rig {
    width: 50%;
}

.esponsibility .bx-wrapper .bx-pager, .esponsibility .bx-wrapper .bx-controls-auto {
    bottom: -50px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
}

.callcenter ul {
    justify-content: space-between;
}

.callcenter li {
    width: 30%;
    background: #FFF;
}

.callcenter li .topimg {
    position: relative;

}

.callcenter li img {
    width: 100%;
}

.callcenter li em {
    position: absolute;
    color: #FFF;
    font-size: 90px;
    left: 20px;
    bottom: 0;
}

.callcenter li h4 {
    padding-bottom: 30px;
    padding-left: 20px;
    margin-top: 0;
}

.sercenter {
    background: #171C23;
    height: 460px;
}

.sercenter dl dd {
    display: flex;
    align-items: center;
    color: #FFF;
    flex-flow: column;
    justify-content: center;
    width: 25%;
    position: relative;
    overflow: hidden;
}

.sercenter dl dd img {
    width: 100px;
    height: 100px;
}

.sercenter dl dd p {
    position: absolute;
    color: #FFF;
    /* display: none; */
    width: 100%;
    height: 100%;
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0.1) 0%, #0069B9 100%);

    transition: all 0.3s;
    transform: translateY(460px);
}

.sercenter dl dd.on img, .sercenter dl dd.on h3 {
    display: none;
}

.sercenter dl dd.on p {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    padding: 0 20px;
    font-size: 16px;
    transform: translateY(0);

}

.sercenter dl dd p span {
    color: #FFF;
    font-size: 20px;
    padding-bottom: 40px;
}

.serareany {
    padding: 1px 0 90px;
}

.serareany .maxwidth {
    width: 1100px;
    margin: 0 auto;
}

.serareany .left {
    width: 350px;
    display: flex;
    padding-left: 5%;
    align-items: center;
    height: 510px;
    flex-wrap: wrap
    /* margin-top: 80px; */
}

.serareany .left p {
    width: 100%;
    line-height: 30px;
    padding-top: 50px;
}

.serareany .left em i {
    text-align: center;
}

.serareany .left .comnumber {
    padding-top: 0;
}

.serareany dl dd {
    font-size: 16px;
    color: #333;
    line-height: 40px;
}
/* .serareany .right div:nth-last-child(3),
.serareany .right div:nth-last-child(2){
    display: none !important;
} */
.serareany .right {
    background: url("../images/bitmap.png") no-repeat;
    height: 510px;
    width: 660px;
    background-size: 660px;
    position: relative;
    background-position: 50% 50%;
}
.serareany .right > div{
    cursor: pointer;
}
.serareany .right em {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    left: 465px;
    top: 200px;
    z-index: 9999;
    text-align: center;
}

.serareany .right em:nth-child(2) {
    left: 470px;
    top: 222px;
}

.serareany .right em:nth-child(3) {
    left: 485px;
    top: 238px;
}

.serareany .right em:nth-child(4) {
    left: 450px;
    top: 238px;
}

.serareany .right em:nth-child(5) {
    left: 381px;
    top: 278px;
}

.serareany .right em:nth-child(6) {
    left: 339px;
    top: 340px;

}

.serareany .right span {
    /*position: absolute;*/
    left: 50%;
    top: 50%;
    /*margin-left: -5px;*/
    /*margin-top: -5px;*/
    background: #008BF6;
    color: #666;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all 0.3s;
    z-index: 9;

}

.serareany .right i {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px;
    background: #008BF6;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all 0.3s;
    z-index: 99;
}

/* .serareany .right span::after {
  content: '';
  position: absolute;
  border: 1px solid #008BF6;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 0;
  top: 0;
  animation: radiusScale 2s infinite;
}

.serareany .right span::before {
  content: '';
  position: absolute;
  border: 1px solid #008BF6;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 0;
  top: 0;
  animation: radiusScale2 2s infinite;
} */

.serareany .right span:hover {
    transform: scale(1.2);
}

.city-cross {
    background: url('../images/tchbg.png') no-repeat;
    width: 500px;
    height: 485px;
    background-size: 100%;
    margin: 0 auto;
    position: relative;
}

.block-cross.lef {
    padding-right: 130px;
    left: -283px;
}

.block-cross {
    width: 410px;
    position: absolute;
    top: 0;
}

.block-cross.rig {
    right: -283px;
    padding-left: 130px;
}

.block-cross.rig h4 {
    right: initial;
    left: 0;
}

.block-cross.cross-2 {
    top: auto;
    bottom: 0;
}

.block-cross.lef {
    text-align: right;

}

.block-cross.lef p {
    padding-right: 10px;
}

.block-cross.rig {
    text-align: left;

}

.block-cross.rig p {
    padding-left: 10px;
}

.block-cross p {
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    line-height: 32px;
    color: #666;
    font-size: 16px;
}

.block-cross h4 {
    width: 128px;
    height: 128px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    line-height: 34px;
    color: #333;
    font-weight: bold;
}

.datashow ul {
    flex-wrap: wrap;
    justify-content: space-between;
}

.datashow ul li {
    /* width: 23%; */
    text-align: center;
    color: #333;
    line-height: 30px;
    margin-bottom: 2%;
}

.datashow dd {
    width: 30%;
}

.datashow .bx-controls-direction {
    bottom: initial;
    position: absolute;
    width: 100%;
    height: 30px;
    top: 40%;
    margin-top: -15px;
}

.datashow .bx-wrapper .bx-controls-direction a {
    width: 30px;
    transition: all 0.3s;
}

.datashow .bx-wrapper .bx-viewport {
    background: none;
}

.datashow .bx-wrapper .bx-prev {
    left: -20px;
    background: #f8fbfe url(../images/newright.png) 50% 50% no-repeat;
    border: 1px solid #CCC;
    transition: all 0.3s;
}

.datashow .bx-wrapper .bx-prev:hover {
    background: #008bf6 url(../images/newright.png) 50% 50% no-repeat;
    border: 1px solid #008bf6;

}

.datashow .bx-wrapper .bx-next {
    right: -20px;
    background: #f8fbfe url(../images/newleft.png) 50% 50% no-repeat;
    border: 1px solid #CCC;
    transition: all 0.3s;
}

.datashow .bx-wrapper .bx-next:hover {
    background: #008bf6 url(../images/newleft.png) 50% 50% no-repeat;
    border: 1px solid #008bf6;
}

.datashow dl {
    justify-content: space-around;
}

.datashow dl dd {
    font-size: 16px;
}

.contextzp p {
    line-height: 30px;
}

.contextzp {
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.recruit li.on .contextzp {
    height: auto;
}

.yywin {
    height: 575px;
}

#carousel {
    width: 100%;

    height: 215px;
    position: relative;
    clear: both;

}

#carousel a {
    visibility: hidden;
    display: inline-block;

    /* hide images until carousel can handle them */
    cursor: pointer;
    width: 100px;
    /* otherwise it's not as obvious items can be clicked */
}

#carousel a img {
    width: 90px;
}

.yywin .line {
    background: 50% 50% url('../images/yyline.png') no-repeat;
    height: 13px;
}

.carousel-tab p {
    color: #FFF;
    font-size: 16px;
    line-height: 30px;
    padding: 30px 0 0;
}

.cloud_case {
    color: #333;
    align-items: center;
}

.cloud_case .right {
    width: 70%;
    background: #FFF;
    padding: 60px;
    box-sizing: border-box;
}

.cloud_case .left {
    width: 30%;
    background: #363C40;
    height: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cloud_case h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
}

.honorlist {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.honorlist a {
    display: inline-block;
    border: 1px solid #ccc;
    font-size: 14px;
    width: 275px;
    color: #333;
    height: 48px;
    line-height: 48px;
    text-align: center;
    /* overflow: hidden;
    text-overflow: ellipsis; */
    white-space: nowrap;
    margin: 5px 0;
}

.cloud_case .encont.company em {
    padding: 0;
}

.cloud_case .comnumber {
    padding: 0;
}

.cloud_case .comnumber .danwei {
    font-size: 16px;
    display: inline;
    color: #008BF6;
}

.encont.company .comnumber .nums {
    font-size: 40px;
    display: inline;
    color: #008BF6;
}

.comline ul {
    height: 490px;
    position: relative;
}

.comline ul:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    border-bottom: 1px solid #CCC;
    width: 100%;
}

.comline ul li .htit {
    height: 190px;
}

.comline .htit span {
    line-height: 30px;
    padding: 0px 5px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.comline ul li:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #424242;
    left: 50%;
    bottom: -27px;
    margin-left: -8px;
    z-index: 1;
}

.comline .htit em {
    font-size: 16px;
}

.comline ul li {
    position: absolute;
    width: 18%;
    left: 0;
    height: 200px;
    top: 25px;
}

.comline ul li.first {
    left: -22px;
    width: auto;
    text-align: center;
    top: 260px !important;
}

.comline ul li.first:after {
    top: -22px !important;
}

.comline .iconfont {
    font-size: 30px;
}

.comline ul li:nth-last-child(1) {
    width: auto;
    text-align: center;
    top: 177px;
    height: 50px;
}

.comline ul li:nth-child(2) {
    left: 7%;
}

.comline ul li:nth-child(3) {
    left: 21%;

}

.comline ul li:nth-child(4) {
    left: 35%;
}

.comline ul li:nth-child(5) {
    left: 48%;
}

.comline ul li:nth-child(6) {
    left: 62%;
}

.comline ul li:nth-child(7) {
    left: 74%;
}

.comline ul li:nth-child(8) {
    right: -22px;
    left: initial;
}

.comline ul li:nth-child(odd) {

    top: 275px;
}

.comline ul li:nth-child(odd):after {

    top: -38px;
    bottom: initial;
}

.comline ul li:nth-child(odd) .htit em {
    bottom: initial;
    top: 0;
}

.comline ul li:nth-child(odd) .htit:after {
    bottom: initial;
    top: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 13px 7.5px;
    border-color: transparent transparent #424242 transparent;
}

.comline ul li:nth-child(odd) .htit span {
    /* padding: 70px 5px 0; */
    margin-top: 48px;
}

.value {
    background: url('../images/vbg.png') no-repeat 50% 50%;
    height: 820px;
}

.around {
    background: url('../images/vcloud.png') no-repeat 50% 50%;
    height: 393px;
    margin: 50px auto 0;
    color: #FFF;
    position: relative;
    width: 1100px;

}

.around .tit {
    color: #FFF;
    font-size: 16px;
}

.around .disflex {
    align-items: center;
    height: 345px;
    position: relative;
    left: -47px;
    top: -17px;
}

.threeline {
    position: relative;
    height: 20px;
    width: 100px;
    margin-left: 60px;
    top: 7px;
}

.threeline span {
    color: #FFF;
    position: absolute;
    left: 0;
    width: 100px;
}

.threeline span:nth-child(1) {
    top: -135px;
    transform: rotate(-17deg);
}

.threeline span:nth-child(3) {
    bottom: -205px;
    transform: rotate(18deg);
}

.around .rig {
    position: absolute;
    right: -40px;
    left: initial;

}

.around .rig span:nth-child(1) {
    transform: rotate(17deg);
    top: -120px;
}

.around .rig span:nth-child(3) {
    transform: rotate(-17deg);
    bottom: -180px;
}

.around .disflex img {
    margin: 0 10px;
    position: relative;
    animation: updown 1.5s infinite ease-out;
}

.around .top img {
    animation: updown 2s infinite ease-out;
}

.around .bottom img {
    animation: updown 2.5s infinite ease-out;
}

.around .top {
    position: absolute;
    top: -65px;
    text-align: center;
    left: 0;
    width: 100%;
    /* line-height: 45px; */
}

.around .top .tit {
    margin-bottom: 15px;
}

.around .bottom {
    position: absolute;
    bottom: -87px;
    text-align: center;
    left: 0;
    width: 100%;
    /* line-height: 45px; */
}

.around .bottom .tit {
    margin-top: 15px;
}

@keyframes updown {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(8px)
    }
    100% {
        transform: translateY(0px)
    }
}

.swiper-slide {
    text-align: center;
    line-height: 40px;

}

.swiper-slide img {
    width: 80%;
    /* filter: blur(1px); */
}

.maxwidth .swiper-button-next {
    background: #f8fbfe url(../images/newleft.png) 50% 50% no-repeat;
}

.maxwidth .swiper-button-prev {
    background: #f8fbfe url(../images/newright.png) 50% 50% no-repeat;

}

.maxwidth .swiper-button-next, .maxwidth .swiper-button-prev {
    border: 1px solid #CCC;
    width: 20px;
    transition: all 0.3s;
    height: 30px;
}

.maxwidth .swiper-button-next:hover {
    background: #008bf6 url(../images/newleft.png) 50% 50% no-repeat;
    border: 1px solid #008bf6;
}

.maxwidth .swiper-button-prev:hover {
    background: #008bf6 url(../images/newright.png) 50% 50% no-repeat;
    border: 1px solid #008bf6;
}

.esponsibility .bx-wrapper .bx-pager.bx-default-pager a:hover, .esponsibility .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #444;
}

.esponsibility .bx-wrapper .bx-pager.bx-default-pager a {
    background: #ccc;
}

.jzt{
    position:relative;
    height: 610px;
    width: 880px;
    margin:0 auto;
}
.jzt .lef{
    background:url(../images/jzt.png) 50% 50% no-repeat;
    width: 610px;
    height: 510px;
    position: relative;
    top: 50px;
    z-index: 2;
  
    color:#FFF;
    font-size: 24px;
    box-sizing: border-box;
    padding-top: 60px;
}
.jzt .lef a{
    color: #FFF;
    display: inline-block;
    height: 97px;
    width: 100%;
    text-align: center;
    
}
.jzt .rig{
    position: absolute;
    right: 0;
    top: 100px;
    z-index: 1;
    width: 185px;
}
.jzt .rig h3{
    height:100px;
    font-size:24px;
    color:#444;
    position: relative;
}
.jzt .rig h3:after{
    position: absolute;
    left: -12px;
    border-right:3px solid #008bf6;
    top:2px;
    content: '';
    height: 18px;
}
.jzt .rig h3:before{
    content: '';
    position: absolute;
    left: -330px;
    width: 300px;
    border-bottom:2px dashed #81c8f2;
    top: 22px;
}
.jzt .rig h3:nth-child(2):before{
    left: -270px;
    width: 240px;
}
.jzt .rig h3:nth-child(3):before{
    left: -205px;
    width: 175px;
}
.jzt .rig h3:nth-child(4):before{
    left: -145px;
    width: 115px;
}
.jzt .rig h3:nth-child(5):before{
    left: -85px;
    width: 55px;
}
.jzt h3 em{
    color:#666;
    font-size:16px;
    display:inline-block;
    width:100%;
    padding-top: 8px;
}
.compname{
    flex-wrap: wrap;
    justify-content: space-between;
}
.compname li{
    width:48.2%;
    height: 138px;
    background: rgba(0, 0, 0, 0.3);
    color: #FFF;
    font-size: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
    flex-flow: column;
}
/* .compname li:nth-child(2n){
    margin-left: 40px;
} */
.compname li p{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #FFF;
    padding-top: 10px;
}
.gonggaogupiao:hover i{
    color: #008bf6 !important;
    border-bottom-color: #008bf6 !important;
}
@media screen and (max-width: 1466px) {
    .showcon .block{
        width: 160px;
    }
    .showcon{
        padding: 0 20px;
    }
    .htit span{
        font-size: 14px;
    }
    .linebg{
      
      
    }
    .showcon .block:nth-child(6){
        top: -24px;
    }
}
@media screen and (max-width: 1400px) {
    .showcon .block:nth-child(6){
        top: 20px;
    }
    .showcon .block:nth-child(7){
        top: -60px;
    }
}
@media screen and (max-width: 1367px) {
    .title h2 {
        font-size: 24px;
    }
    .compname li{
        font-size: 20px;
    }
    .tabmenu a{
        font-size: 18px;
    }
    .showcon .block:nth-child(3){
        top: 60px;
    }
    .showcon .block:nth-child(4){
        top: 15px;
    }
    .showcon .block:nth-child(5){
        top: 73px;
    }
    .showcon .block:nth-child(6){
        top: 40px;
    }
    .showcon .block:nth-child(7){
        top: -46px;
    }
}
.aligncenter{
    text-align: center;
}
