/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: middle;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}
/* HTML5 display-role reset for older browsers*/
 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content:'';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
}
.clear {
    zoom: 1;
    clear: both;
}
.clear:after {
    content:"";
    clear: both;
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
}
.fl {
    float: left;
    display: inline;
}
.fr {
    float: right;
    display: inline;
}
.fw {
    font-weight: bold;
}
.fn {
    font-weight: normal;
}
/* class */
 .box {
    box-sizing: border-box;
}
.radius5 {
    border-radius: 5px;
}
.radius10 {
    border-radius: 10px;
}
.cursor {
    cursor: pointer;
}
.cursorNo {
    cursor: default;
}
.textleft {
    text-align: left;
}
.textcenter {
    text-align: center;
}
.textright {
    text-align: right;
}
.textflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 定义网站要求 */
 html, body {
    height: 100%;
    width: 100%;
    font-family:"Microsoft YaHei" !important;
}

/* Common styles of menus */

/* index.css */
 @charset"utf-8";
 body {
    width: 100%;
    font-family: Arial, "Microsoft YaHei"!important;
}
/* 头部 */
 .header {
    width: 100%;
    height: 88px;
    position: absolute;
    top: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.1);
}
.header_scroll {
    position: fixed;
    width: 100%;
    height: 88px;
    top: 0;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10000;
}
.top {
    width: 1200px;
    height: 88px;
    line-height: 88px;
    color: #fff;
    margin: 0 auto;
}
.logo {
    display: block;
    float: left;
    width: 136px;
    height: 48px;
}
.logo img {
    height: 100%;
}
.nav {
    float: right;
}
.nav li {
    float: left;
    margin-left: 30px;
    height: 88px;
}
.nav li a {
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 0 10px;
    height: 88px;
}
.nav li a:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.1);
    font-weight: bold;
}
.nav li a.hover {
    color: #ffffff;
    font-weight: bold;
}
.nav li a.qst-weixin {
    position: relative;
}
.weixin {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 65px;
    left: -35px;
    display: none;
}
.weixin p {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #fff;
    margin: 0 auto;
}
.weixin img {
    width: 100%;
    height: 100%;
}
/*滚动banner*/
 
.index_banner .banner {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.register_div {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    margin-top: 296px;
}
.register_div p {
    width: 1200px;
}
.floatingBlock {
    padding-top: 100px;
    width: 1200px;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    margin-top: -50px;
    -webkit-box-shadow: #999 0px 0px 30px;
    -moz-box-shadow: #999 0px 0px 30px;
    box-shadow: #999 0px 0px 30px;
    background: #fff;
    padding-bottom: 100px;
    overflow: hidden;
}
.floatingBlock1 {
    width: 100%;
    margin: 0 auto;
    background: #1f4049;
    margin-top: -50px;
    padding-bottom: 100px;
    padding-top: 120px;
}
.floatingBlock2 {
    width: 100%;
    margin: 0 auto;
    background: url(/img/index/_home_digital.png);
    /*background: #303030;*/
    margin-top: -50px;
    padding-bottom: 100px;
    padding-top: 120px;
}
.floatingBlock3 {
    padding-top: 120px;
    width: 1200px;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    margin-top: -50px;
    -webkit-box-shadow: #999 0px 0px 30px;
    -moz-box-shadow: #999 0px 0px 30px;
    box-shadow: #999 0px 0px 30px;
    background: #fff;
    overflow: hidden;
    padding-bottom: 100px;
}
/* 服务内容 */
 .textDiv {
    width: 1200px;
    margin: 0 auto;
}
.textDiv h2 {
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #1f4049;
    font-size: 36px;
}
.textDiv h3 {
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #1f4049;
    font-size: 18px;
    margin-top: 30px;
    padding-bottom: 80px;
}
.textDiv p {
    line-height: 18px;
    text-align: center;
    color: #333;
    font-size: 16px;
    padding-bottom: 30px;
}
/* 资讯 */
 .textDiv1 {
    width: 1200px;
    margin: 0 auto;
}
.textDiv1 h2 {
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 36px;
}
.textDiv1 h3 {
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
    padding-bottom: 100px;
}
.textDiv1 p {
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    font-size: 1px;
    padding-bottom: 50px;
}

/* 案例 */
 .case-list {
    width: 1150px;
    margin: 0 62px;
}
.case-list li {
    float: left;
    width: 330px;
    margin-right: 50px;
}
.case-list li .logo-div {
    width: 330px;
    height: 228px;
    line-height: 228px;
    text-align: center;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.case-list li .case-title {
    margin-top: 25px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    color: #fff;
    padding-bottom: 0px;
}
.case-list li .case-content {
    margin-top: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@-webkit-keyframes flipOutYtest {
    from {
        -webkit-transform: perspective(1400px);
        transform: perspective(1400px);
    }
    40% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
        opacity: 1;
    }
    50% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
    to {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
        opacity: 0;
    }
}
.test {
    -webkit-animation: flipOutYtest 0.75s linear;
    animation: flipOutYtest 0.75s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes flipInYtest {
    from {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
        opacity: 0;
    }
    50% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(1400px);
        transform: perspective(1400px);
        opacity: 1;
    }
}
.test2 {
    -webkit-animation: flipInYtest 0.75s linear;
    animation: flipInYtest 0.75s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*关于我们*/
 .about {
    width: 1200px;
    margin: 40px auto;
    background: #fff;
}
.map-img {
    width: 1000px;
    margin: 20px auto;
}
.map-img img {
    width: 100%;
    height: 100%
}
.about p {
    width: 1000px;
    margin: 0 auto;
    line-height: 30px;
    margin-top: 20px;
}
/* 返回顶部 */
 .side_nav_1 {
    position: fixed;
    right: 20px;
    bottom: 50px;
    display: none;
    width: 54px;
    height: 54px;
    z-index: 999;
    overflow: hidden;
}
.side_nav_1 img {
    width: 54px;
    height: 54px;
}
/*酷炫流程*/
 .section-two {
    width: 100%;
    height: 996px;
}
.section-two .top {
    width: 100%;
    height: 396px;
    background: #fbfbfb !important;
}
.section-two .top .top-inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding-top: 50px;
    box-sizing: border-box;
}
.section-two .top .top-inner .top-title {
    position: relative;
    top: 100px;
    opacity: 0;
}
.section-two .top .top-inner .top-title h3 {
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #444444;
}
.section-two .top .top-inner .top-title p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #666666;
    opacity: 0.8;
    margin-top: 5px;
}
.section-two .top .top-inner .top-serve {
    width: 100%;
    margin-top: 20px;
}
.section-two .top .top-inner .top-serve ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.section-two .top .top-inner .top-serve ul li {
    position: relative;
    top: 150px;
    opacity: 0;
    text-align: center;
}
.section-two .top .top-inner .top-serve ul li a {
    text-decoration: none;
    color: #000;
    font-family: PingFang SC;
    text-align: center;
    white-space: nowrap;
}
.section-two .top .top-inner .top-serve ul li a img {
    transform: scale(0.8);
}
.section-two .top .top-inner .top-serve ul li a h3 {
    font-size: 18px;
    font-weight: bold;
    color: #444444;
    padding: 14px 0;
    position: relative;
}
.section-two .top .top-inner .top-serve ul li a h3 .line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 40px;
    height: 1px;
    background: #00a4ff;
}
.section-two .top .top-inner .top-serve ul li a p {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    margin-top: 6px;
}
.section-two .bottom {
    width: 100%;
    height: 420px;
    overflow: hidden;
}
.section-two .bottom ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.section-two .bottom ul li {
    width: 25%;
    height: 100%;
    position: relative;
    cursor: pointer;
}
.section-two .bottom ul li:hover .more {
    border: 1px solid #ccc;
}
.section-two .bottom ul li .item-topText {
    transition: transform 0.5s 0s;
}
.section-two .bottom ul li .item-topText:hover {
    transform: translateY(-25px);
}
.section-two .bottom ul li .item-topText:hover .item-top span {
    transform: rotate(90deg);
}
.section-two .bottom ul li .item-topText .item-top {
    text-align: center;
    margin-top: 60px;
    position: relative;
    top: 100px;
    opacity: 0;
}
.section-two .bottom ul li .item-topText .item-top img {
    width: 35px;
    height: 34px;
}
.section-two .bottom ul li .item-topText .item-top h3 {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #ffffff;
    margin-top: 46px;
}
.section-two .bottom ul li .item-topText .item-top span {
    display: inline-block;
    width: 26px;
    height: 1px;
    background: #ffffff;
    margin-top: 59px;
    transition: all 0.5s 0s;
}
.section-two .bottom ul li .item-topText .item-text {
    text-align: center;
    margin-top: 40px;
    position: relative;
    top: 100px;
    opacity: 0;
}
.section-two .bottom ul li .item-topText .item-text p {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #ffffff;
    opacity: 0.8;
    padding: 10px 35px;
}
.section-two .bottom ul li .item-topText .item-text p:nth-child(2) {
    padding: 0 70px;
    box-sizing: border-box;
    margin-top: 45px;
}
.section-two .bottom ul li .more {
    width: 59px;
    height: 16px;
    text-align: center;
    border: none;
    transition: all 0.5s 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    opacity: 0;
}
.section-two .bottom ul li .more a {
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top;
    font-size: 12px;
    line-height: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #ffffff;
    opacity: 0.8;
}
.section-two .bottom ul li:nth-child(1) {
    background: url(/img/bbg1.jpg);
    background-size: cover;
}
.section-two .bottom ul li:nth-child(2) {
    background: url(/img/bbg2.jpg);
    background-size: cover;
}
.section-two .bottom ul li:nth-child(3) {
    background: url(/img/bbg3.jpg);
    background-size: cover;
}
.section-two .bottom ul li:nth-child(4) {
    background: url(/img/bbg4.jpg);
    background-size: cover;
}
/*浮动*/
 @keyframes Shake {
    0% {
        transform: translateX(0) translateY(0px);
    }
    100% {
        transform: translateX(10px) translateY(20px);
    }
}
.ripple {
    width: 6px;
    height: 6px;
}
.ripple span {
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 23px;
    text-align: center;
    font-size: 25px;
    color: orangered;
    border-radius: 50%;
    background: #00a4ff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}
.ripple b {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00a4ff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.ripple b:nth-of-type(1) {
    animation: rippleSport2 1s 0s linear infinite;
}
.ripple b:nth-of-type(2) {
    animation: rippleSport3 1s 0s linear infinite;
}
.section-three {
    width: 100%;
    overflow: hidden;
    /* height: 1134px; */
    position: relative;
}
.section-three .dot-line {
    position: absolute;
    display: inline-block;
}
.section-three .dot-line .ripple {
    position: absolute;
    right: 0;
    top: 0;
}
.section-three .dot-line .line {
    width: 0;
    height: 350px;
    border: 0.5px dashed #04c8dc;
    position: relative;
    top: 10px;
    left: -2px;
}
.section-three .dot-line1 {
    left: 318px;
    top: 200px;
    animation: Shake 2s linear 0s infinite alternate;
}
.section-three .dot-line2 {
    left: 318px;
    top: 300px;
    animation: Shake 4s linear 2s infinite alternate;
}
.section-three .dot-line2 .line {
    height: 120px;
}
.section-three .dot-line3 {
    right: 250px;
    top: 200px;
    animation: Shake 3s linear 3s infinite alternate;
}
.section-three .dot-line4 {
    right: 250px;
    top: 300px;
    animation: Shake 2s linear 1s infinite alternate;
}
.section-three .dot-line4 .line {
    height: 100px;
}
.section-three .section-inner {
    width: 1200px;
    margin: 0 auto;
}
.section-three .top {
    width: 100%;
    height: 510px;
}
.section-three .top .title {
    font-family: PingFang SC;
    margin-top: 56px;
}
.section-three .top .title h3 {
    font-size: 26px;
    font-weight: 500;
    color: #666666;
}
.section-three .top .title p {
    font-size: 14px;
    font-weight: 300;
    color: #444444;
    opacity: 0.8;
    margin-top: 5px;
}
.section-three .top .content {
    width: 100%;
    height: 80%;
    z-index: 99;
}
.section-three .top .content .content-top {
    position: relative;
    height: 250px;
}
.section-three .top .content .content-top .content-item {
    height: 95px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
}
.section-three .top .content .content-top .content-item .line1 {
    width: 0;
    height: 120px;
    border: 0.5px dashed #04c8dc;
    position: absolute;
    left: 29px;
    top: 58px;
}
.section-three .top .content .content-top .content-item .line2 {
    width: 0;
    height: 240px;
    border: 0.5px dashed #04c8dc;
    position: absolute;
    left: 29px;
    top: 58px;
}
.section-three .top .content .content-top .content-item .line3 {
    width: 0;
    height: 135px;
    border: 0.5px dashed #04c8dc;
    position: absolute;
    left: 29px;
    top: 58px;
}
.section-three .top .content .content-top .content-item .line4 {
    width: 0;
    height: 290px;
    border: 0.5px dashed #04c8dc;
    position: absolute;
    left: 29px;
    top: 58px;
}
.section-three .top .content .content-top .content-item .line5 {
    width: 0;
    height: 125px;
    border: 0.5px dashed #04c8dc;
    position: absolute;
    left: 29px;
    top: 58px;
}
.section-three .top .content .content-top .content-item .line6 {
    width: 0;
    height: 205px;
    border: 0.5px dashed #04c8dc;
    position: absolute;
    left: 29px;
    top: 58px;
}
.section-three .top .content .content-top .content-item .line7 {
    width: 0;
    height: 255px;
    border: 0.5px dashed #04c8dc;
    position: absolute;
    left: 129px;
    top: 58px;
}
.section-three .top .content .content-top .content-item .line8 {
    width: 0;
    height: 110px;
    border: 0.5px dashed #04c8dc;
    position: absolute;
    left: 29px;
    top: 58px;
}
.section-three .top .content .content-top .content-item:nth-child(1) {
    position: absolute;
    left: 0;
    top: 169px;
    animation: Shake 3s linear 0s infinite alternate;
}
.section-three .top .content .content-top .content-item:nth-child(2) {
    position: absolute;
    left: 186px;
    top: 34px;
    animation: Shake 4s linear 0.5s infinite alternate;
}
.section-three .top .content .content-top .content-item:nth-child(3) {
    position: absolute;
    left: 308px;
    top: 154px;
    animation: Shake 2s linear 1s infinite alternate;
}
.section-three .top .content .content-top .content-item:nth-child(4) {
    position: absolute;
    left: 495px;
    top: 7px;
    animation: Shake 3s linear 0s infinite alternate;
}
.section-three .top .content .content-top .content-item:nth-child(5) {
    position: absolute;
    left: 561px;
    top: 177px;
    animation: Shake 3s linear 1.5s infinite alternate;
}
.section-three .top .content .content-top .content-item:nth-child(6) {
    position: absolute;
    left: 759px;
    top: 88px;
    animation: Shake 4s linear 1s infinite alternate;
}
.section-three .top .content .content-top .content-item:nth-child(7) {
    position: absolute;
    left: 885px;
    top: 16px;
    animation: Shake 3s linear 1s infinite alternate;
}
.section-three .top .content .content-top .content-item:nth-child(8) {
    position: absolute;
    left: 1035px;
    top: 161px;
    animation: Shake 2s linear 2s infinite alternate;
}
.section-three .top .content .content-top .content-item .text {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #444444;
    line-height: 24px;
    white-space: nowrap;
    opacity: 0;
    position: absolute;
    left: 70px;
    top: 17px;
    transition: all 0.7s 0s;
}
.section-three .top .content .content-top .content-item .active {
    opacity: 1;
}
.section-three .top .content .content-top .content-item .desc .img {
    display: inline-block;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    overflow: hidden;
}
.section-three .top .content .content-top .content-item .desc .img-1 {
    background: url(/img/index/_home_icon1_default.png);
}
.section-three .top .content .content-top .content-item .desc .img-1:hover {
    background: url(/img/index/_home_icon1_selected.png);
}
.section-three .top .content .content-top .content-item .desc .img-2 {
    background: url(/img/index/_home_icon2_default.png);
}
.section-three .top .content .content-top .content-item .desc .img-2:hover {
    background: url(/img/index/_home_icon2_selected.png);
}
.section-three .top .content .content-top .content-item .desc .img-3 {
    background: url(/img/index/_home_icon3_default.png);
}
.section-three .top .content .content-top .content-item .desc .img-3:hover {
    background: url(/img/index/_home_icon3_selected.png);
}
.section-three .top .content .content-top .content-item .desc .img-4 {
    background: url(/img/index/_home_icon4_default.png);
}
.section-three .top .content .content-top .content-item .desc .img-4:hover {
    background: url(/img/index/_home_icon4_selected.png);
}
.section-three .top .content .content-top .content-item .desc .img-5 {
    background: url(/img/index/_home_icon5_default.png);
}
.section-three .top .content .content-top .content-item .desc .img-5:hover {
    background: url(/img/index/_home_icon5_selected.png);
}
.section-three .top .content .content-top .content-item .desc .img-6 {
    background: url(/img/index/_home_icon6_default.png);
}
.section-three .top .content .content-top .content-item .desc .img-6:hover {
    background: url(/img/index/_home_icon6_selected.png);
}
.section-three .top .content .content-top .content-item .desc .img-7 {
    background: url(/img/index/_home_icon7_default.png);
}
.section-three .top .content .content-top .content-item .desc .img-7:hover {
    background: url(/img/index/_home_icon7_selected.png);
}
.section-three .top .content .content-top .content-item .desc .img-8 {
    background: url(/img/index/_home_icon8_default.png);
}
.section-three .top .content .content-top .content-item .desc .img-8:hover {
    background: url(/img/index/_home_icon8_selected.png);
}
.section-three .top .content .content-top .content-item .desc span {
    display: inline-block;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #444444;
    line-height: 58px;
    vertical-align: top;
    margin-left: 10px;
    opacity: 1;
    transition: all 0.5s 0s;
}
.section-three .top .content .content-top .content-item .desc span:last-child {
    margin-left: 0;
}
.section-three .bottom {
    width: 100%;
    height: 568px;
    font-family: PingFang SC;
    position: relative;
}
.section-three .bottom .title {
    margin-top: 47px;
}
.section-three .bottom .title h3 {
    font-size: 26px;
    font-weight: 500;
    color: #666666;
}
.section-three .bottom .title p {
    font-size: 14px;
    font-weight: 300;
    color: #444444;
    opacity: 0.8;
    margin-top: 5px;
}
.section-three .bottom .content {
    width: 100%;
    height: 331px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 67px;
}
.section-three .bottom .content .content-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section-three .bottom .content .content-left .item-title {
    position: relative;
}
.section-three .bottom .content .content-left .item-title .ripple {
    position: absolute;
    right: 7px;
    top: 12px;
}
.section-three .bottom .content .content-left .item-title .ripple b {
    display: none;
}
.section-three .bottom .content .content-left .title-top {
    padding-right: 30px;
    box-sizing: border-box;
}
.section-three .bottom .content .content-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.section-three .bottom .content .content-right .content-item .item-title {
    text-align: left;
    position: relative;
}
.section-three .bottom .content .content-right .content-item .item-title .ripple {
    position: absolute;
    left: 7px;
    top: 12px;
}
.section-three .bottom .content .content-right .content-item .item-title .ripple b {
    display: none;
}
.section-three .bottom .content .content-right .content-item .item-title .title-top {
    padding-left: 30px;
    box-sizing: border-box;
}
.section-three .bottom .content .content-right .content-item .item-title .title-bottom {
    text-align: left;
}
.section-three .bottom .content .content-item {
    cursor: pointer;
    position: relative;
}
.section-three .bottom .content .content-item:hover .item-title .ripple b {
    display: inline-block;
}
.section-three .bottom .content .content-item .item-title {
    width: 360px;
    text-align: right;
}
.section-three .bottom .content .content-item .item-title .title-top {
    font-family: PingFang SC;
}
.section-three .bottom .content .content-item .item-title .title-top b {
    font-size: 20px;
    font-weight: bold;
    color: #00a4ff;
}
.section-three .bottom .content .content-item .item-title .title-top span {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
}
.section-three .bottom .content .content-item .item-title .title-bottom {
    width: 360px;
    height: 45px;
    text-align: right;
    font-size: 16px;
    line-height: 23px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    margin-top: 17px;
}
.section-three .bottom .bottom-desc {
    width: 427px;
    height: 427px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.section-three .bottom .bottom-desc>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: Rotate 5s 0s linear infinite;
}
.section-three .bottom .bottom-desc .year-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.section-three .bottom .bottom-desc .year-wrapper p:nth-child(1) {
    position: relative;
    left: 30px;
}
.section-three .bottom .bottom-desc .year-wrapper p:nth-child(1) img {
    transform-style: preserve-3d;
    animation: RotateY 5s linear 0s infinite normal;
}
.section-three .bottom .bottom-desc .year-wrapper p:nth-child(1) span {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #5abaff;
}
.section-three .bottom .bottom-desc .year-wrapper p:nth-child(2) {
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #00a4ff;
    margin-top: 17px;
}
/*banner动画*/
 .section-one .content .content-right .home_banner_img {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -225px;
    width: 491px;
    height: 491px;
}
.section-one .content .content-right .home_img1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 491px;
    height: 491px;
    background: url(/img/index/yuanquan2.png) no-repeat;
    animation: scaleRotate 1s linear forwards, Rotate 5s 2s linear infinite;
    -webkit-animation: scaleRotate 1s linear forwards, Rotate 5s 2s linear infinite;
    -moz-animation: scaleRotate 1s linear forwards, Rotate 5s 2s linear infinite;
    -o-animation: scaleRotate 1s linear forwards, Rotate 5s 2s linear infinite;
}
.section-one .content .content-right .home_img2 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -179px;
    margin-left: -179px;
    width: 358px;
    height: 358px;
    background: url(/img/index/yuanquan1.png) no-repeat;
    animation: scaleRotate 1.5s linear forwards, Rotate1 3s 3s linear infinite;
    -webkit-animation: scaleRotate 1.5s linear forwards, Rotate1 3s 3s linear infinite;
    -moz-animation: scaleRotate 1.5s linear forwards, Rotate1 3s 3s linear infinite;
    -o-animation: scaleRotate 1.5s linear forwards, Rotate1 3s 3s linear infinite;
}
.section-one .content .content-right .home_zhixiu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.section-one .content .content-right .home_item {
    animation-delay: 1.5s;
}
.section-one .content .content-right .home_item .circle {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 100%;
}
.section-one .content .content-right .home_item p {
    margin: 10px 0;
    font-size: 16px;
    color: #fff;
}
.section-one .content .content-right .home_banner_img .home_item1 {
    position: absolute;
    top: -50px;
    left: 160px;
}
.section-one .content .content-right .home_banner_img .home_item .circle {
    margin: 0 auto;
}
.section-one .content .content-right .home_banner_img .home_item1 {
    position: absolute;
    top: -16px;
    left: 216px;
}
.section-one .content .content-right .home_banner_img .home_item2 {
    position: absolute;
    top: 144px;
    right: -17px;
}
.section-one .content .content-right .home_banner_img .home_item3 {
    position: absolute;
    bottom: 17px;
    right: 32px;
}
.section-one .content .content-right .home_banner_img .home_item4 {
    position: absolute;
    bottom: 17px;
    left: 33px;
}
.section-one .content .content-right .home_banner_img .home_item5 {
    position: absolute;
    bottom: 273px;
    left: -12px;
}
.section-one .content .content-right .filter_bg {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#0076be, endcolorstr=#03c7ff, gradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#0076be, endcolorstr=#03c7ff, gradientType=0);
    background: -webkit-linear-gradient(90deg, #0076be, #03c7ff);
    background: -o-linear-gradient(90deg, #0076be, #03c7ff);
    background: -moz-linear-gradient(90deg, #0076be, #03c7ff);
    background: -ms-linear-gradient(90deg, #0076be, #03c7ff);
    background: linear-gradient(90deg, #0076be, #03c7ff);
}
.home_img1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 491px;
    height: 491px;
    background: url(/img/yuanquan2.png) no-repeat;
    animation: scaleRotate 1s linear forwards, Rotate 5s 2s linear infinite;
    -webkit-animation: scaleRotate 1s linear forwards, Rotate 5s 2s linear infinite;
    -moz-animation: scaleRotate 1s linear forwards, Rotate 5s 2s linear infinite;
    -o-animation: scaleRotate 1s linear forwards, Rotate 5s 2s linear infinite;
}
.home_img2 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -179px;
    margin-left: -179px;
    width: 358px;
    height: 358px;
    background: url(/img/yuanquan1.png) no-repeat;
    animation: scaleRotate 1.5s linear forwards, Rotate1 3s 3s linear infinite;
    -webkit-animation: scaleRotate 1.5s linear forwards, Rotate1 3s 3s linear infinite;
    -moz-animation: scaleRotate 1.5s linear forwards, Rotate1 3s 3s linear infinite;
    -o-animation: scaleRotate 1.5s linear forwards, Rotate1 3s 3s linear infinite;
}
@keyframes scaleRotate {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes scaleRotate {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@-o-keyframes scaleRotate {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@-moz-keyframes scaleRotate {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes Rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes Rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-o-keyframes Rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-moz-keyframes Rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes Rotate1 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
}
@-webkit-keyframes Rotate1 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
}
@-o-keyframes Rotate1 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
}
@-moz-keyframes Rotate1 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
}
.sun_banner {
    width: 100%;
    height: 700px;
    background: -webkit-linear-gradient(#25252D, #515263);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#25252D, #515263);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#25252D, #515263);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(#25252D, #515263);
    /* 标准的语法 */
}
.Yl-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.Yl-container .Yl-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.Yl-container .Yl-wrapper i {
    list-style: none;
    font-style: normal;
}
.Yl-container .Yl-wrapper .Yl-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    display: none;
}
.Yl-container .Yl-wrapper .Yl-slide.active {
    display: block;
}
.Yl-container .Yl-wrapper .Yl-slide .Yl-img0 {
    width: 100%;
    height: 100%;
    background: url(/img/b1.jpg) top center no-repeat;
    position: absolute;
    z-index: 0;
}
.Yl-container .Yl-wrapper .Yl-slide .Yl-img1 {
    width: 100%;
    height: 100%;
    background: url(/img/b2.jpg) top center no-repeat;
    position: absolute;
    z-index: 0;
}
.Yl-container .Yl-wrapper .Yl-slide .Yl-img2 {
    width: 100%;
    height: 100%;
    background: url(/img/b3.jpg) top center no-repeat;
    position: absolute;
    z-index: 0;
}
.Yl-container .Yl-wrapper .Yl-slide .Yl-img3 {
    width: 100%;
    height: 100%;
    background: url(/img/b4.jpg) top center no-repeat;
    position: absolute;
    z-index: 0;
}

.Yl-container .Yl-wrapper .Yl-slide .Yl-font0, .Yl-container .Yl-wrapper .Yl-slide .Yl-font1, .Yl-container .Yl-wrapper .Yl-slide .Yl-font2 {
    width: 1200px;
    height: auto;
    text-align: left;
    margin: 0 auto;
}
.Yl-container .Yl-wrapper .Yl-slide .Yl-font0 {
    font-size: 60px;
    color: #fff;
    margin-top: 200px;
    padding: 0 100px
}
.Yl-container .Yl-wrapper .Yl-slide .Yl-font1 {
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
    padding: 0 100px
}


.Yl-container .Yl-pagination {
    width: 100%;
    height: 22px;
    position: absolute;
    bottom: 55px;
    z-index: 3;
    text-align: center;
}
.Yl-container .Yl-pagination span {
    display: inline-block;
    width: 30px;
    height: 7px;
    margin: 0 5px;
    cursor: pointer;
    line-height: 6px;
    vertical-align: middle;
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    background: #ffffff;
}
.Yl-container .Yl-pagination span:hover {
    background: #00A4FF;
}
.Yl-container .Yl-wrapper .Yl-slide .fadeInUp i {
    opacity: 0;
    display: inline-block;
    vertical-align: text-bottom;
    transform: translateY(120px);
    -webkit-transform: translateY(120px);
    transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
}
.Yl-container .Yl-wrapper .Yl-slide .fadeInUp.act i {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}
.Yl-container .Yl-pagination-bullet-active {
    background: #00A4FF !important;
}
.Yl-container .Yl-Button {
    position: relative;
    z-index: 2;
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    text-align: left;
    margin-top: 50px;
}
.Yl-container .Yl-Button a {
    display: inline-block;
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    background: none;
    margin-top: 20px;
    border: 1px #fff solid;
    text-decoration: none;
}
.Yl-container .Yl-Button a:hover {
    background: #fff;
    color: #000;
}
.Yl-container .Yl-wrapper .Yl-slide .slideInLeft {
    position: relative;
    z-index: 1;
}
.Yl-container .Yl-wrapper .Yl-slide .slideInLeft i {
    display: inline-block;
    text-align: left;
}
.Yl-container .Yl-wrapper .Yl-slide .slideInLeft i b {
    opacity: 0;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.6s ease-out 0s;
    -webkit-transition: all 0.6s ease-out 0s;
    width: 10%;
}
.Yl-container .Yl-wrapper .Yl-slide .slideInLeft.act i b {
    width: 100%;
    opacity: 1;
}
@keyframes Yl-img_an {
    0% {
        transform: scale(1, 1);
    }
    /*100%{transform:scale(1.5,1.5);}*/
}
.layer_code {
    position: absolute;
    border-radius: 10px !important;
    background: rgba(0, 0, 0, .6);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1;
}
.case-list li:hover .layer_code {
    display: block;
}
.layer_code span {
    display: block;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 4px;
    margin: 100px auto 60px;
    text-align: center;
}
.layer_code span img {
    width: 90%;
    margin: 5% auto;
}
.layer_code p {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    margin-top: -60px;
    width: 100%;
    padding-bottom: 0;
}
.bookrack {
    width: 450px;
    margin: auto;
    position: relative;
    height: 400px;
}
.bookrack a {
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    height: calc(100% - 4px) !important;
    position: absolute;
    bottom: 0px;
    border: 2px solid rgb(211, 215, 239);
    width: auto;
    height: 400px;
}
.bookrack span {
    display: none;
    position: absolute;
    color: #fff;
    background: #000000;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px;
    top: 30px;
    left: 0;
}
.bookrack span big {
    color: red;
    font-size: 14px;
}
.bookrack img {
    width: auto;
    height: 100%;
    display: block;
    border: 0;
}
#footer {
    padding: 55px 0 25px 0;
    width: 100%;
    background: #333438;
    position: relative;
}
#footer .footer-fix {
    width: 100%;
    height: 80px;
    position: fixed;
    bottom: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: #fff;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.16);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#footer .zixun-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    vertical-align: middle;
    background: url("/images/website/zixun_icon.png") no-repeat;
}
#footer .footer-content ul, #footer .footer-content .address, #footer .footer-content .erweima {
    display: inline-block;
    margin-right: 3%;
}
#footer .footer-content .footer-logo {
    width: 120px;
    height: 190px;
    vertical-align: top;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .footer-content .footer-nav {
    vertical-align: top;
}
#footer .footer-content .footer-nav.qwrz {
    color: #96989f;
    font-size: 14px;
}
#footer .footer-content .footer-nav li {
    margin-bottom: 10px;
}
#footer .footer-content .footer-nav li a {
    color: #96989f;
    font-size: 14px;
}
#footer .footer-content .footer-nav .head {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 20px;
}
#footer .footer-content .address {
    vertical-align: top;
    display: inline-block;
    height: 225px;
}
#footer .footer-content .address .telephone-h {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 25px;
}
#footer .footer-content .address .phone-number {
    color:#2c7cff;
    font-family: Helvetica Neue;
    margin: 25px 0 15px 0;
    font-size: 26px;
}
#footer .footer-content .address .address-text, #footer .footer-content .address .maxwon-url {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color:#96989f;
    margin-top: 20px;
}
#footer .footer-content .address .maxwon-url:hover, #footer .footer-content .address .phone-number:hover {
    color: #2c7cff;
}
/*#footer .footer-content .address .maxwon-url:hover {
	color: #00cc33;
}*/
 #footer .footer-content .erweima {
    vertical-align: top;
    margin-right: 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
#footer .footer-content .erweima .img_erweima {
    display: inline-block;
    width: 105px;
    height: 105px;
    margin-top: 20px;
}
#footer .footer-content .erweima p {
    margin-bottom: 0;
}
#footer .footer-content .erweima span {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
}
#footer .footer-content .dropdown-lists {
    margin-left: 10px;
    margin-top: 10px;
}
.copyRightIndex {
    text-align: center;
    padding: 18px 0 100px 0;
    font-size: 14px;
    color: #96989f;
    background: #2e2f34;
    width: 100%;
    position: relative !important;
    bottom: 0 !important;
}
.copyRightIndex a {
    height: 20px;
    line-height: 20px;
    color: #96989f;
    margin-top: 18px;
    display: block;
}
.copyRightIndex a img {
    vertical-align: bottom;
}
.originCopyRightIndex {
    text-align: center;
    padding: 18px 0px;
    font-size: 14px;
    line-height:25px;
    color: #96989f;
    background: #2e2f34;
    width: 100%;
    position: relative !important;
    bottom: 0 !important;
}
.originCopyRightIndex a {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #96989f;
    margin-top: 10px;
    display: block;
}
.originCopyRightIndex a img {
    vertical-align: middle;
}
#footer-mobile, #mobile-righter, #new-mobile-righter {
    display: none;
}
#MEIQIA-BTN-HOLDER, #MEIQIA-PANEL-HOLDER {
    right: 0 !important;
}
.mainStyle {
    width: 1000px;
    margin: 0 auto;
}
.case-list .tab.active {
    background: #ffffff !important;
}
/*行业资讯*/
 .newsi_lis_right {
    width:500px;
    height:380px;
    background: #fff;
    text-align: center;
    position: relative;
    margin: auto;
}
.newsi_lis_right ul {
    margin:0 10px;
    width: 96%;
}
.newsi_lis_right ul li {
    display:block;
    padding:30px 5px 15px 5px;
    overflow: hidden;
    cursor: pointer;
}
/*.newsi_lis_right ul li:hover .newsi_date{background:#ff6000;}*/
 .newsi_lis_right ul li:hover .newsi_date a {
    color:#2c7cff;
}
.newsi_lis_right ul li:hover .newsi_info a span {
    color:#2c7cff;
}
.newsi_lis_right ul li:nth-child(2n+2) {
    border-top:2px solid #e5e5e5;
    border-bottom:2px solid #e5e5e5;
}
.newsi_lis_right ul li .newsi_date {
    display: block;
    float: left;
    border-right: 1px solid #e5e5e5;
    width:90px;
}
.newsi_lis_right ul li .newsi_date span {
    display:block;
    font-size:40px;
}
.newsi_lis_right .newsi_info {
    float: right;
    text-align: left;
    padding-left: 15px;
    /* float: left; */
    width: calc(100% - 106px);
}
.newsi_lis_right .newsi_info span {
    font-size: 20px;
    color: #232323;
}
.newsi_lis_right .newsi_info p {
    font-size:14px;
    color:#747474;
    line-height: 20px;
    padding-bottom: 0;
    text-align: left;
    margin-top:10px;
    margin-right:10px
}
.newsi_more {
    padding:60px 0;
    text-align: center;
}
.newsi_more span {
    font-size:24px;
    color: #ff6000;
    padding:12px 50px;
    border: 1px solid #ff6000;
    margin-top:30px;
    border-radius: 30px;
}
.newsi_lis_left li {
    box-shadow:0px 0px 20px 1px #dddddd;
}
.newsi_lis_right {
    box-shadow:0px 0px 20px 1px #dddddd;
}
.partner-group{padding:50px 0 100px 0;overflow: hidden;}
.partner-item{
	width: 25%;float: left;height: 50px;margin-bottom: 30px;
}
.partner-item img{
	position: relative;display: block;
}
/*客户案例*/
.Case{
	width:1150px !important;background-color:#ffffff ;padding:25px;display: none;
}
.Case-left{
	width:600px;float:left;height: 400px;
}
.Case-left .title-warp img{
	width:auto;height:60px;border-radius:10px;display: block;float: left;margin-right: 20px;
}
.Case-left .title-warp .title{font-size: 25px;color:#000000;font-weight: 600;height:60px;line-height:60px;float:left}
.info-block-wrap{
	margin-top: 30px;
}
.info-block{
	width:500px;background-color: #E3E5F4;padding:0 20px;
}
.info-block .title{
	height:50px;line-height:50px;color:#7277AB;font-size: 16px;border-bottom: 1px solid #d5d5eb;
}
.info-block .info{
	height:50px;line-height:50px;color:#7277AB;font-size: 16px;
}
.txt-info{
	margin-top: 50px;color:#000000;font-size:16px;line-height: 30px;
}
.Case-right{float: right;width: 450px;position: relative;}
@media (min-width:320px) and (max-width:480px) {
	
	.section-three .top .content .content-top .content-item:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
    animation: Shake 3s linear 0s infinite alternate;
    z-index: 10;
}
.section-three .top .content .content-top .content-item:nth-child(2) {
    position: absolute;
    left: 12%;
    top: 60px;
    animation: Shake 4s linear 0.5s infinite alternate;
    z-index: 9;
}
.section-three .top .content .content-top .content-item:nth-child(3) {
    position: absolute;
    left: 24%;
    top: 120px;
    animation: Shake 2s linear 1s infinite alternate;
    z-index: 8;
}
.section-three .top .content .content-top .content-item:nth-child(4) {
    position: absolute;
    left: 35%;
    top: 180px;
    animation: Shake 3s linear 0s infinite alternate;
    z-index: 7;
}
.section-three .top .content .content-top .content-item:nth-child(5) {
    position: absolute;
    left: 48%;
    top: 120px;
    animation: Shake 3s linear 1.5s infinite alternate;
    z-index: 9;
}
.section-three .top .content .content-top .content-item:nth-child(6) {
    position: absolute;
    left: 55%;
    top: 60px;
    animation: Shake 4s linear 1s infinite alternate;
    z-index: 10;
}
.section-three .top .content .content-top .content-item:nth-child(7) {
    position: absolute;
    left: 55%;
    top: 0;
    animation: Shake 3s linear 1s infinite alternate;
    z-index: 11;
}
}
@media (min-width:480px) and (max-width:1200px) {
	
	.section-three .top .content .content-top .content-item:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
    animation: Shake 3s linear 0s infinite alternate;
}
.section-three .top .content .content-top .content-item:nth-child(2) {
    position: absolute;
    left: 10%;
    top: 60px;
    animation: Shake 4s linear 0.5s infinite alternate;
    
}
.section-three .top .content .content-top .content-item:nth-child(3) {
    position: absolute;
    left: 20%;
    top: 120px;
    animation: Shake 2s linear 1s infinite alternate;
}
.section-three .top .content .content-top .content-item:nth-child(4) {
    position: absolute;
    left: 40%;
    top: 180px;
    animation: Shake 3s linear 0s infinite alternate;
}
.section-three .top .content .content-top .content-item:nth-child(5) {
    position: absolute;
    left: 60%;
    top: 120px;
    animation: Shake 3s linear 1.5s infinite alternate;
}
.section-three .top .content .content-top .content-item:nth-child(6) {
    position: absolute;
    left: 70%;
    top: 60px;
    animation: Shake 4s linear 1s infinite alternate;
}
.section-three .top .content .content-top .content-item:nth-child(7) {
    position: absolute;
    left: 80%;
    top: 0;
    animation: Shake 3s linear 1s infinite alternate;
}
.section-three .top .content .content-top .content-item:nth-child(8) {
    position: absolute;
    left: 1035px;
    top: 161px;
    animation: Shake 2s linear 2s infinite alternate;
}
}

@media (min-width:320px) and (max-width:1200px) {	
	.header {
    height: 45px;
}
.header_scroll {
    height: 45px;
}
	.top {
    	width: 100%;
    	height: 45px;
    line-height: 45px;
    } 
    .nav{
    	display: none;
    }  
    .logo {
    width: 100%;
    height: 100%;
    text-align: center;
} 
    .logo img {
   
    height:25px
}
.sun_banner {
    width: 100%;
    height: 250px;
    }
    .Yl-container .Yl-wrapper .Yl-slide .Yl-font0, .Yl-container .Yl-wrapper .Yl-slide .Yl-font1, .Yl-container .Yl-wrapper .Yl-slide .Yl-font2 {
    width: auto;
    
}
.Yl-container .Yl-pagination span:hover {
    background: #ffffff;
}
.Yl-container .Yl-wrapper .Yl-slide .Yl-font0 {
    font-size: 20px;
    color: #fff;
    margin-top: 60px;
    padding: 0 20px
}
.Yl-container .Yl-wrapper .Yl-slide .Yl-font1 {
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
    padding: 0 20px
}
.floatingBlock {
    padding-top: 100px;
    width: 1200px;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    margin-top: -50px;
    -webkit-box-shadow: #999 0px 0px 30px;
    -moz-box-shadow: #999 0px 0px 30px;
    box-shadow: #999 0px 0px 30px;
    background: #fff;
    padding-bottom: 100px;
    overflow: hidden;
} 
.floatingBlock {
    padding: 10px;
    width: calc(100% - 40px);
    margin: 0 10px;
    margin-top: -50px;
}
.textDiv h2 {
    height: 36px;
    line-height: 36px;
    font-size: 20px;
}
.textDiv h3 {
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    margin-top: 10px;
    padding-bottom: 20px;
}
   .textDiv {
    width: 100% !important;
} 
.textDiv p {
    line-height: 18px;
    font-size: 14px;
}
.newsi_lis_right {
    width: 100%;
    height: auto;
}
.newsi_lis_right .newsi_info span {
    font-size: 16px;
}
.newsi_lis_right .newsi_info p {
    font-size: 12px;
    margin-top: 5px;
    margin-right: 0;
}
.floatingBlock1 {
    width: 100%;
    margin-top: 0;
    padding-bottom: 70px;
    padding-top: 40px;
}
.textDiv1 {
    width: 100%;
}
.textDiv1 h3 {
    
    margin-top: 10px;
    padding-bottom: 20px;
}
.section-two .bottom {
    height: auto;
}
.section-two .bottom ul{
	display: block;
}
.section-two .bottom ul li{
	width: 100%;
}
.section-two .bottom ul li .item-topText .item-top {
    padding-top: 20px;
    margin-top: 0;
}
.section-two .bottom ul li .item-topText .item-top h3 {
    font-size: 20px;
    margin-top: 30px;
}
.section-two .bottom ul li .item-topText .item-top span {
    margin-top: 30px;
}
.section-two .bottom ul li .item-topText .item-text {
    margin-top: 10px;
}
.section-two .bottom ul li .item-topText .item-text p {
    font-size: 14px;
    padding: 10px 20px 40px;
}
canvas{
	margin-left: -200px;
	min-width: 1200px !important;
}

.section-three .top .content .content-top .content-item .line1 {
    width: 0;
    height: 250px;
    border: 0.5px dashed #04c8dc;
    position: absolute;
    left: 29px;
    top: 58px;
}
.section-three .top .content .content-top .content-item .line2 {
    width: 0;
    height: 180px;
    border: 0.5px dashed #04c8dc;
    position: absolute;
    left: 29px;
    top: 58px;
}
.section-three .top .content .content-top .content-item .line3 {
    width: 0;
    height: 110px;
    border: 0.5px dashed #04c8dc;
    position: absolute;
    left: 29px;
    top: 58px;
}
.section-three .top .content .content-top .content-item .line4 {
    width: 0;
    height: 90px;
    border: 0.5px dashed #04c8dc;
    position: absolute;
    left: 29px;
    top: 58px;
}
.section-three .top .content .content-top .content-item .line5 {
    width: 0;
    height: 125px;
    border: 0.5px dashed #04c8dc;
    position: absolute;
    left: 29px;
    top: 58px;
}
.section-three .top .content .content-top .content-item .line6 {
    width: 0;
    height: 205px;
    border: 0.5px dashed #04c8dc;
    position: absolute;
    left: 29px;
    top: 58px;
}
.section-three .top .content .content-top .content-item .line7 {
    width: 0;
    height: 255px;
    border: 0.5px dashed #04c8dc;
    position: absolute;
    left: 110px;
    top: 58px;
}
.section-three .top .content .content-top .content-item .line8 {
    width: 0;
    height: 110px;
    border: 0.5px dashed #04c8dc;
    position: absolute;
    left: 29px;
    top: 58px;
}

.section-three .top .content .content-top .content-item .text {
    font-size: 12px;
    line-height: 24px;
    white-space: normal;
    background-color: #ffffff;
    z-index: 100;
}
.section-three .top .content .content-top .content-item .desc span {
    display: inline-block;
    font-size: 14px;
    line-height: 58px;
}
.textDiv1 h2 {
    height: 36px;
    line-height: 36px;
    font-size: 20px;
}
.textDiv1 h3 {
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    margin-top: 10px;
    padding-bottom: 20px;
}
.section-three,#block5{
	padding-top: 30px !important;
}
.section-three .top {
    height: 400px;
}
.case-list {
    width: 100% !important;
}
.case-list li {
    float: left;
    width: calc(100% - 80px) !important;
    margin-left: 10px;
    margin-bottom: 10px;
}
.case-list li .case-title{
	font-size: 20px;
}
.case-list li .case-content{
	padding-bottom: 0;
	height: auto;
	font-size: 14px;
}
.case-list li .logo-div{
	height: 90px !important;
    line-height: 90px !important;
}
.case-list li .logo-div img{
	height: 50px !important;
}
.section-one .content .content-right .home_banner_img {
    /*margin-top: -225px;*/
    width: 250px;
    height: 250px;
}
.section-one .content .content-right .home_img1 {
    width: 250px;
    height: 250px;
    background: url(/img/index/yuanquan2_S.png) no-repeat; 
}
.section-one .content .content-right .home_img2 {
    width: 150px;
    height: 150px;
    margin-top: -75px;
    margin-left: -75px;
    background: url(/img/index/yuanquan1_S.png) no-repeat; 
}
.section-one .content .content-right .home_zhixiu img{
	width: 70px;
}
.section-one .content .content-right .home_item .circle {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
}
.section-one .content .content-right .home_item p{
	font-size: 12px;
}
.section-one .content .content-right .home_banner_img .home_item1{
	width: 60px;
	left:50%;
	margin-left: -30px;
	top:-10px
}
.section-one .content .content-right .home_banner_img .home_item2{
	top:50%;
	margin-top: -40px
}
.section-one .content .content-right .home_banner_img .home_item3{
	bottom: -35px !important;
	right:0
}
.section-one .content .content-right .home_banner_img .home_item4{
	bottom: -35px !important;
	left:0
}
.section-one .content .content-right .home_banner_img .home_item5{
	top:50%;
	margin-top: -40px;
	left: -18px;
}
#block7 p{
	height: auto !important;
    padding: 0px 10px !important;
    line-height: 26px !important;
    font-size: 14px !important;
}
.section-one h2,.section-one h3{
	font-size: 12px !important;
	line-height: 30px;
	height: auto;
}
.about {
    width: 100%;
    margin: 40px auto;
}
.about h3{
	padding-bottom: 0 !important;
}
.partner-item {
    width: 50%;
    float: left;
    height: 50px;
    margin-bottom: 20px;
}
.partner-item:nth-child(1) img {
    height: 30px !important;
}
.partner-item:nth-child(2) img {
    height: 40px !important;
    margin:5px auto 0 !important;
}
.partner-item:nth-child(3) img {
    height: 46px !important;
    margin:2px auto 0 !important;
}
.partner-item:nth-child(4) img {
    height: 30px !important;
    margin:10px auto 0 !important;
}
.partner-item:nth-child(5) img {
    height: 46px !important;
    margin:2px auto 0 !important;
}
.partner-item:nth-child(6) img {
    height: 20px !important;
    margin:15px auto 0 !important;
}
.partner-item:nth-child(7) img {
    height: 34px !important;
    margin:8px  auto 0;
}
.partner-item:nth-child(8) img {
    height: 40px !important;
    margin:5px auto 0 !important;
}
.partner-group{padding:50px 0 30px 0;overflow: hidden;}
.mainStyle {
    width:calc(100% - 20px);
    padding: 0 10px;
    overflow: hidden;
}
#footer .footer-content .footer-logo{
	display: none;
}
.pc-nav,.erweima,.address,.qwrz,.moblie-nav{
	width: 100% !important;
	margin-bottom: 20px;
}
.address{
	height: auto !important;}
.pc-nav li,.moblie-nav li,.qwrz li{
	text-align: center;
}
#footer .footer-content .address .phone-number{
	width: 100%;
	display: block;
}
.telephone-h,#footer .footer-content .address .phone-number,
#footer .footer-content .address .address-text, #footer .footer-content .address .maxwon-url{
	text-align: center;
}
.side_nav_1{
	display: none !important;
}
/*客户案例*/
#tab,#block5 .case-list-group{width:calc(100% - 20px) !important;margin-left: 10px !important;}
#block5 .case-list-group{
	margin-bottom: 10px !important;
}
#tab li{width: 25% !important;padding: 0 !important;}
#tab li div{
	font-size: 12px !important;
}
#block5 .case-list .Case{
	padding: 10px !important;
	margin: 0 !important;
	width: calc(100% - 20px) !important;
}
.Case .Case-left{
	width:100% !important;
	height:auto
	}

.Case-left .title-warp img{
	width:auto;height:30px;display: block;margin-right: 20px;
}
.Case-left .title-warp .title{font-size: 20px;height:30px;line-height:30px;}
.info-block-wrap{
	margin-top: 17px;
}
.info-block{
	width:calc(100% - 10px);padding:0 5px;
}
.info-block .title{
	height:auto;line-height:30px;color:#7277AB;font-size: 12px;border-bottom: 1px solid #d5d5eb;
}
.info-block .info{
	height:auto;line-height:30px;color:#7277AB;font-size: 12px;overflow: hidden;
}
.txt-info{
	margin-top: 30px;color:#000000;font-size:12px;line-height: 30px;
}
.Case-right{width: 100%;}
.bookrack {
    height: 250px;
    margin-top: 20px;
}
.bookrack a {
    height: 250px;
}
.qmzx-warp .Case-right img{
	margin-top: 20px !important;
}
.section-three .section-inner{
	width: 100%;
}
}