.disnone {
    display: none;
}


/* 布局样式 */

.flex {
    display: flex;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex-vertical-center {
    display: flex;
    align-items: center;
}

.flex-vertical-center2 {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.flex-cross-centser {
    display: flex;
    justify-content: center;
}

.flex-all-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-all-center2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


/* 常用文字样式 */

.move_body .mrlf0 {
    margin-left: 0px !important;
}

.move_body .tip {
    color: #898989;
    margin-top: 10px;
    font-size: 18px;
}

.move_body .text-more {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.move_body .text-more-2 {
    width: 100%;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.move_body .text-more-3 {
    width: 100%;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.move_body .white-a a {
    color: #fff !important;
}

.move_body .pub-title {
    font-size: 38px !important;
    color: #000;
    width: 100%;
    text-align: center;
}

.move_body .wx {
    margin-right: 30px;
}

.move_body .text {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.move_body .text .tip {
    margin-top: 30px !important;
    font-size: 14px;
    position: relative;
}

.move_body .date {
    font-size: 40px;
    font-weight: bold;
    color: #b5b5b5;
    margin-top: 5px;
}

.move_body .month {
    color: #b5b5b5;
}

.chooise-us {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.chooise-us .pub-title {
    text-align: center;
    margin-top: 70px;
}

.chooise-us .tips {
    text-align: center;
    color: #888;
    margin-top: 10px;
    font-size: 20px;
}

.chooise-us ul {
    margin-top: 70px;
}

.chooise-us ul li:not(:first-child) {
    margin-left: 26px;
}

.chooise-us ul li {
    width: 180px;
    height: 260px;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}

.chooise-us ul li .select-item {
    width: 100%;
    height: 100%;
    background: #4f607a;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    transition: all 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
}

.chooise-us ul li .flex-all-center {
    margin: 0 auto;
    margin-top: 56px;
    width: 65px;
    height: 70px;
}

.chooise-us ul li:hover .select-item {
    transform: rotateY(360deg)
}

.chooise-us ul li p {
    margin: 0 auto;
    margin-top: 40px;
    width: 110px;
    text-align: center;
    line-height: 20px;
}


/* 解决方案 */

.smalltext {
    width: 80%;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    opacity: 0;
    line-height: 24px;
}

.cs-more {
    background: #496db5;
    width: 120px;
    height: 42px;
    margin: 20px auto 0;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    line-height: 42px;
    display: block;
}

.blue-d {
    margin-right: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #496db5;
    display: none;
}

.db {
    height: 248px;
    overflow: hidden;
}

.move_body .yingcang .tips {
    margin-top: 5px;
    font-size: 14px;
    width: 200px;
}

.move_body .yingcang {
    width: 100%;
    height: 248px;
    display: none;
    align-items: center;
    justify-content: center;
    background: #496db5;
}

.move_body .yingcang img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.yc-title {
    font-size: 20px;
}

.contaner-solution {
    width: 100%;
    height: 782px;
    background: url(../images/wx/bg-index-solution.png) no-repeat;
    background-size: 100% 782px;
    position: relative;
}

.solution-box {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.solution {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    overflow: hidden;
}

.solution .flex li:not(:first-child) {
    margin-left: 26px;
}

.solution h1 {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.solution-tip {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
}

.solution ul {
    margin-top: 78px;
}

.solution li {
    width: 278px;
    height: 448px;
    border-radius: 10px;
    border: 1px solid #898989;
    text-align: center;
    overflow: hidden;
}

.solution li .db img {
    margin-top: 92px;
}

.solution li .db h2 {
    margin-top: 24px;
}

.db .tips {
    margin-top: 14px;
}

.solution li .texing {
    margin-top: 20px;
    overflow: hidden;
}

.solution li .texing p {
    margin-top: 10px;
}


/* 为何选择我们另加 */

.chooise-box {
    width: 1325px;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -100px;
    background: #fff;
}

.chooise-box h1 {
    margin-top: 50px !important;
}

.new-contaner-said {
    padding-top: 460px !important;
}


/* AI资讯 */

.move_body .message {
    width: 1200px;
    margin: 0 auto;
    padding: 70px 0;
}

.me-title {
    font-size: 38px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px
}

.move_body .message .tip {
    width: 100%;
    text-align: center
}

.move_body .message .flex {
    margin-top: 40px;
}

.me-item {
    width: 33.3%;
    margin-left: 30px;
}

.me-item li {
    border-bottom: 1px solid #e5e5e5;
}

.me-item .flex-vertical-center {
    padding: 0 20px;
    height: 50px;
}

.me-item li p {
    font-size: 14px;
    color: #999;
}

.me-item ul {
    width: 330px
}

.me-top p {
    font-size: 20px !important;
    margin-left: 10px;
    color: #000 !important;
}

.me-more {
    margin-left: auto;
}

.ai-select .chooise-box {
    width: 1200px;
    position: relative !important;
    z-index: 1;
    left: 0 !important;
    transform: none !important;
    margin-top: 0px !important;
    background: #fff;
    margin: 0 auto;
}


/* hover */

.public-right-active:hover {
    background: #5b8dda;
    animation: public-right-active 0.4s 1 forwards;
}

@keyframes public-right-active {
    0% {
        width: 50px;
    }
    100% {
        width: 180px;
    }
}

.public-right-active:hover p {
    display: block;
}

#gototop:hover {
    background: #5b8dda
}

.top-right ul .top-yj:hover ul {
    display: block;
    background: rgba(0, 0, 0, 0.5)
}


/* .top-right ul .top-yj:hover{
	background : rgba(0,0,0,0.5)
} */

.solution-box li {
    transition: all .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
}

.solution-box li .yingcang {
    transition: all .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
}

.solution-box li:hover .yingcang {
    display: flex;
    animation: yingcang 0.4s 1 forwards;
}

.solution-box li:hover .db {
    height: 0px;
}

.solution-box li:hover .smalltext {
    opacity: 1;
}

.solution-box li:hover .blue-d {
    display: inline-block;
}

.intro-item {
    transition: all .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
}

.intro-item:hover {
    animation: intro-item 0.4s 1 forwards;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

@keyframes intro-item {
    0% {
        top: 0px;
    }
    100% {
        top: -5px;
    }
}

@keyframes yingcang {
    0% {
        height: 248px;
    }
    100% {
        height: 100px;
    }
}

.said-right-item-right:hover .text-more-2 {
    animation: said-center 0.5s 1 forwards;
}

@keyframes said {
    0% {
        left: 0px;
    }
    25% {
        left: 10px;
    }
    50% {
        left: 0px;
    }
    75% {
        left: 10px;
    }
    100% {
        top: 0px;
    }
}

.said-center-item:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

@keyframes said-center {
    0% {
        top: 0px;
    }
    100% {
        top: -5px;
    }
}

.swiper-button-prev,
.swiper-button-next {
    opacity: 0;
    transition: all 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
}

#header-swiper:hover .swiper-button-prev {
    opacity: 1;
}

#header-swiper:hover .swiper-button-next {
    opacity: 1;
}

.module4 .partners .item {
    transition: all 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
}

.module4 .partners .item:hover {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}

.icon-more3 {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}

.topnav-box {
    width: 100%;
    padding: 10px 0;
    background: #fff;
    position: absolute;
    top: 104px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.topnav {
    width: 1200px;
    margin: 0 auto;
}

.topnav .topnav-item:not(:first-child) {
    margin-left: 47px;
}

.topnav-item {
    width: 245px;
}

.first-item {
    width: 100%;
    height: 70px;
    overflow: hidden;
    font-size: 20px;
    color: #5E5E5E;
    font-weight: bold;
}

.first-item .flex-all-center {
    width: 32px;
    height: 28px;
    margin-left: 10px;
}

.first-item p {
    margin-left: 20px;
}

.other-item:hover {
    background: #5086D8;
    color: #fff;
}

.other-item {
    width: 100%;
    height: 60px;
    background: #F7F7F7;
    margin-top: 10px;
    border-radius: 5px;
    color: #434343;
}

.oi-title {
    width: 200px;
    font-size: 16px;
}

.oi-name {
    width: 200px;
    font-size: 14px;
    margin-top: 5px;
}

.oi-title span {
    display: inline-block;
    width: 31px;
    height: 16px;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    margin-left: 10px;
    position: relative;
    top: -1px;
}

.move_body .hot {
    background: #F35C06;
}

.move_body .new {
    background: linear-gradient(0deg, rgba(80, 134, 216, 1) 1%, rgba(30, 219, 242, 1) 100%);
}

.oi-name {
    display: none;
}