.move_body {
    overflow: hidden;
    font-size: 14px;
}

.move_body a {
    color: inherit;
    text-decoration: none;
}

.move_body .contaner {
    width: 1200px;
    margin: 0 auto;
    padding: 70px 0;
    overflow: hidden;
}

.move_body .contaner h1 {
    width: 100%;
    text-align: center;
}

.move_body .contaner .tips {
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    color: #888;
    line-height: 25px;
    margin-top: 10px;
    font-size: 20px;
}

.move_body .contaner ul {
    width: 100%;
    margin-top: 60px;
}

.move_body .wx-1 {
    width: 100%;
    height: 1120px;
    background: #f4f9fd;
}

.move_body .wx-1 .tab {
    width: 1200px;
    margin: 0;
}

.move_body .wx-1 .tab li:not(:first-child) {
    margin-left: 30px;
}

.move_body .wx-1 .tab li:hover img {
    transform: rotateY(360deg)
}

.move_body .wx-1 .tab li {
    width: 376px;
    height: 144px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    background: #fff;
}

.move_body .wx-1 .tab li img {
    margin-left: 30px;
    transition: all 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}

.move_body .wx-1 .tab li div {
    width: 220px;
    margin-left: 20px;
    text-align: center;
}

.move_body .wx-1 .tab li div h3 {
    color: #496db5;
    margin-bottom: 10px;
}

.move_body .wx-1 .tab li div p {
    color: #999;
    margin-bottom: 10px;
}

.move_body .wx-1 .tab2 li:not(:first-child) {
    margin-left: 30px;
}

.move_body .wx-1 .tab2 li {
    width: 174px;
    height: 60px;
    border: 1px solid #e5e5e5;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #5b8dda;
    background: #fff;
    cursor: pointer;
}

.move_body .active {
    background: #496db5 !important;
    color: #fff !important;
    border: 1px solid #496db5 !important;
}

.move_body .child-tips {
    width: 880px;
    margin: 0 auto;
    color: #777;
    line-height: 25px;
    margin-top: 30px;
    text-align: center;
}

.move_body .tab3 {
    margin-top: 0px !important;
}

.move_body .tab3 li {
    width: 16.6%;
    text-align: center;
    margin-top: 90px;
}

.move_body .tab3 li div {
    width: 56px;
    height: 52px;
    margin: 0 auto;
}

.move_body .tab3 li p {
    margin-top: 20px;
    color: #5b8dda;
    font-weight: bold;
}

.move_body .wx-2 ul li {
    width: 278px;
    height: 450px;
    margin-left: 28px;
    margin-top: 30px;
}

.move_body .wx-2 ul li:hover .wx-2-bot p {
    animation: aaa 0.5s 1 forwards;
}

.move_body .wx-2 ul li:hover .wx-2-bot div {
    animation: aaa 0.5s 1 forwards;
}

@keyframes aaa {
    0% {
        top: 0px;
    }
    100% {
        top: -10px;
    }
}

.move_body .wx-2-top {
    width: 100%;
    height: 225px;
    background: #6d86ba;
    border: 1px solid #6d86ba;
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.move_body .wx-2-bot {
    width: 100%;
    height: 225px;
    border: 1px solid #e5e5e5;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    overflow: hidden;
}

.move_body .wx-2-bot p {
    padding: 0 25px;
    margin-top: 35px;
    color: #6b86c0;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.move_body .wx-2-bot div {
    padding: 0 25px;
    margin-top: 20px;
    color: #999;
    position: relative;
}

.move_body .noMargin {
    margin-left: 0px !important;
}

.wx_inside_banner {
    position: relative;
}

.wx_inside_banner img {
    width: 100%;
}

.move_body .wx-1 .tab li:nth-child(1) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.move_body .wx-1 .tab li:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.move_body .message .flex-vertical-center:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.move_body .message .flex-vertical-center:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    animation-delay: 0.2s;
}