.col {
    display: flex;
    flex-direction: column;
}

.back {
    background: #6589d4 !important;
}

.header-height {
    /*height: 154px;*/
}

.img {
    /*width: 560px;*/
    /*height: 334px;*/
    margin: 30px
}

.about {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px 9px;
    overflow: hidden;
}

.about-do {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2px 10px;
    overflow: hidden;
    /*width: 20%;*/
}

.image-cur {
}

.image-cur2 {
}

.image-cur2:hover {
    cursor: pointer;
    /*width: 200px;*/
    /*height: auto;*/
    transform: scale(1.1);
}

.image-cur:hover {
    cursor: pointer;
    /*width: 400px;*/
    /*height: auto;*/
    transform: scale(1.1);
}

.img-box:hover .shadow:hover {
    /*background: black;*/
    /*opacity: 0.5;*/
    cursor: pointer;
}

.img-box-about {
    overflow: hidden;
}

.shadow-text {
    display: block;
}

.img-box, .img-box2, .img-box3, .img-box4, .img-box5, .img-box6 {

    overflow: hidden;
    margin: 10px 0px 10px 40px;
}

.img-box:hover, .img-box2:hover, .img-box3:hover, .img-box4:hover, .img-box5:hover, .img-box6:hover {
    cursor: pointer;
    margin-top: -5px;
}

.img-box:hover .shadow-text, .img-box2:hover .shadow-text, .img-box3:hover .shadow-text, .img-box4:hover .shadow-text, .img-box5:hover .shadow-text, .img-box6:hover .shadow-text {
    display: none;
}

.img-box:hover .img1, .img-box2:hover .img1, .img-box3:hover .img1, .img-box4:hover .img1, .img-box5:hover .img1, .img-box6:hover .img1 {
    display: none;
}

.img-box:hover .img2, .img-box2:hover .img3, .img-box3:hover .img4, .img-box4:hover .img5, .img-box5:hover .img6, .img-box6:hover .img7 {
    display: block;
    margin-top: -5px;
}

.img2, .img3, .img4, .img5, .img6, .img7 {
    display: none;
}

.client-text {
    font-size: 18px;
    color: #050d68;
    margin: 22px 0px;
}

.table-header {
    background:rgba(28,100,255,0.3);
    width: 100%;
    min-height: 40px;
    display: flex;
    /*align-items: center;*/
}

.up {
    width: 30px;
    height: 28px;
    background-image: url('../assets/img/sangualr/icon_default_shang.png');
}

.down {
    width: 30px;
    height: 28px;
    margin-top: 4px;
    background-image: url('../assets/img/sangualr/icon_default_xia.png')
}

.up:hover, .up:focus {
    cursor: pointer;
    width: 30px;
    height: 28px;
    background-image: url('../assets/img/sangualr/icon_pressed_shang.png');
}

.down:hover, .down:focus {
    cursor: pointer;
    width: 30px;
    height: 28px;
    background-image: url('../assets/img/sangualr/icon_pressed_xia.png');
}

.listhover {

}

.listhover:hover {
    cursor: pointer;
}

.listhover:focus {
    color: #6589d4;
}

.activeaction {
    color: #6589d4 !important;
}

body {
    border-top: 3px solid #6589d4;
}

.color-hover-gw:hover {
    color: #6589d4 !important;
}

.teamwork {
    flex-wrap: wrap;
    justify-content: flex-start;
    border-top: 1px solid #F5F5F5;
    /*min-width: 1080px;;*/
    text-align: center;
    padding-bottom: 40px
}

.margin {
    padding: 20px;
}

.chooselangualr {
    position: absolute;
    height: 40px;
    right:-1%;
}

.nav-padding li {
    width: 120px;
}

.team-work div {
    margin-top: 10px;
}

.action-text p {

    /*font-size: 16px;*/
    text-align: left;
}

.footer-margin {
    margin-bottom: 50px;
}

.footer-margin-index {
    margin-bottom: 34px;
}

.product-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

}

/*字间距*/
.text-spacing {
    letter-spacing: 2px;
}

.map-width .ver-center {
    letter-spacing: 0px !important;
}

.index-company-width {
    min-width: 90px;
}

/*颜色*/
.back-usua {
    background: #6589d4
}
.text-color-gray {
    color: #d7dce4;
}

.text-color-black {
    color: #050d68
}

.zh {
    color: #6589d4;
}

.us {
    color: #6589d4;
}

.color-white {
    color: #ffffff;
}

.background-white {
    background: #ffffff
}

.background-map {
    background: rgb(209, 221, 243)
}

/*字体*/
.fonts18 {
    font-size: 18px;
}

.word-wrap {
    word-wrap: break-word;
}

.fonts28 {
    font-size: 28px;
}

/*padding*/
.padding250 {
    padding: 25px 0px;
}

.padding1020 {
    padding: 10px 20px;
}

.padding010 {
    padding: 0px 10px;
    margin-top: 3px;
}

.action-box {
    flex-wrap: wrap;
    text-align: center;
    font-size: 16px;
    justify-content: center;
    padding: 0px 15px;
}
.action-box .about-do{
    /*width: 20%;*/
}

/**居中*/
.items-center {
    display: flex;
    align-items: center;
}

.just-center {
    display: flex;
    justify-content: center;
}

/**positiong*/
.rela {
    position: relative
}

/*radius*/
.top-radius {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}