﻿@charset "utf-8";

/*--默认--*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    margin: 0;
    padding: 0;
}

body {
    font-family: 微软雅黑, 黑体;
    font-size: 12px;
    color: #707070;
}

ol, ul, li {
    list-style: none outside none;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    border: none;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

tr, td, th {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #474747;
    line-height: 100%;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

i, em, b, strong {
    font-style: normal;
    font-weight: normal;
}

input, textarea, select {
    padding: 0;
    border: 1px solid #CCC;
    font-family: inherit;
    outline: none;
    resize: none;
    background: none;
}

/*@font-face{
    font-family:'AvianRegular';
    src: url('AvianRegular.eot');
    src: url('AvianRegular.eot?#iefix') format('embedded-opentype'),
         url('AvianRegular.woff2') format('woff2'),
         url('AvianRegular.woff') format('woff'),
         url('AvianRegular.ttf') format('truetype'),
         url('AvianRegular.svg#AvianRegular') format('svg');
    font-weight:normal;
    font-style:normal;
}*/

/*--类--*/
.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.left {
    float: left;
    padding-top: 20px;
}

.right {
    float: right;
}

.footer_f {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

/*--通用--*/
body {
    font-size: 14px;
    color: #707070;
    background: #000;
}

html, body {
    height: 100%;
    box-sizing: border-box;
}

.block {
    width: 1230px;
    height: 100%;
    margin: 0 auto;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 3;
    padding: 25px 70px 0;
    height: 47px;
}

.header .logo {
    float: left;
    background: url(../images/index/logo.png) center center no-repeat;
    width: 235px;
    height: 80px;
    opacity: 0;
    margin-left: -50px;
    transition: all 0.7s ease-out 0s;
    -webkit-transition: all 0.7s ease-out 0s;
}

.loaded .header .logo {
    margin-left: 0;
    opacity: 1;
}

.header ul.nav_list {
    margin-top: 50px;
    position: fixed;
    left: 30%;
}

.header ul.nav_list li {
    margin-right: 7px;
    float: left;
    padding: 0 10px 8px;
}

.header ul.nav_list li:hover {
    border-bottom: 3px solid #fff;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
}

.header ul.nav_list li.active {
    border-bottom: 3px solid #fff;
}

.header ul.nav_list li a {
    font-size: 16px;
    color: #fff;
}

.header .menu {
    position: absolute;
    right: 0;
    top: -8px;
    width: 30px;
    cursor: pointer;
    height: 30px;
    display: none;
}

.header .menu i {
    float: right;
    border-top: 1px solid #fff;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
}

.header .menu i:nth-child(1) {
    width: 100%;
    position: absolute;
    right: 0;
    top: 10px;
}

.header .menu i:nth-child(2) {
    width: 60%;
    position: absolute;
    right: 0;
    top: 20px;
}

.header .menu i:nth-child(3) {
    width: 85%;
    position: absolute;
    right: 0;
    top: 30px;
}

.header .menu:hover i {
    width: 80%;
}

/*导航*/
.header .r .t {
    float: left;
    position: relative;
    bottom: 8px;
}

/*横向一级菜单样式设置*/
.header .r .t ul {
    list-style: none;
}

.header .r .t ul li {
    float: left;
    line-height: 40px;
    text-align: center;
    position: relative;
}

.header .r .t a {
    text-decoration: none;
    color: #fff;
    display: block; /*将a行内元素转变成块级元素*/
    width: 130px;
    height: 40px;
}

.header .r .t a:hover {
    color: #000;
}

.header .r .t ul li ul li a {
    color: rgba(0,0,0,0.5);
}

.header .r .t ul li ul li a i {
    margin: 0 5px;
}

/*二级下拉菜单样式设置*/
.header .r .t ul li ul li {
    float: none;
    background-color: #dce4ef;
}

.header .r .t ul li ul {
    position: absolute;
    top: 40px;
    left: 0;
    display: none; /*默认状态下或鼠标离开时隐藏*/
}

/*鼠标滑过一级菜单的元素时显示下拉菜单*/
.header .r .t ul li:hover ul {
    display: block;
}

.header .r {
    margin-top: 50px;
    float: right;
    height: 100%;
    margin-right: -50px;
    opacity: 0;
    position: relative;
    color: #fff;
}

.loaded .header .r {
    margin-right: 0;
    opacity: 1;
}

.loaded .header .s {
    float: left;
}

.header .act .s {
    opacity: 0;
}

.header .r .s .search {
    padding: 2px 0;
    width: 215px;
    color: #fff;
    float: left;
}

.header .r .s .search-btn {
    width: 28px;
    height: auto;
    background: url("../images/index/search-btn.png") no-repeat center;
    border: 0;
    line-height: 26px;
    position: absolute;
    margin-left: -30px;
     float: left;
}

.header .r.act {
    color: #333;
}

.header .r.act .menu i {
    /*border-color: #333;*/
   border-color: #fff;
}

.header .r.act i:nth-child(1) {
    transform: translate(0, 10px) rotate(45deg);
    width: 80%;
}

.header .r.act i:nth-child(2) {
    opacity: 0;
}

.header .r.act i:nth-child(3) {
    transform: translate(0, -10px) rotate(-45deg);
    width: 80%;
}

.nav_main {
    position: fixed;
    right: -465px;
    top: 0;
    bottom: 0;
    width: 465px;
 /*   background: url(../image/bg_w.png);*/
 background-color: rgba(00, 00, 00, 0.8);
    z-index: 2;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    transition: all 0.6s cubic-bezier(0, 1, 1, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0, 1, 1, 1) 0s;
}

.nav_main.show {
    right: 0;
}

.nav_main .inner {
    padding: 0 70px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.nav_main .d {
    position: relative;
}

.nav_main .d span {
    position: absolute;
    font-size: 72px;
    color: #ddd;
    right: 10%;
    bottom: 10%;
    transform: translate(-0%, 0%);
}

.nav_main .d:before {
    width: 0%;
    height: 0px;
    border: 1px solid #aaa;
    border-bottom: none;
    position: absolute;
    left: 0%;
    top: 0;
    content: "";
    opacity: 0;
}

.nav_main .d:after {
    width: 0%;
    height: 0px;
    border: 1px solid #aaa;
    border-top: none;
    position: absolute;
    right: 0%;
    bottom: 0;
    content: "";
    opacity: 0;
}

.nav_main .d:nth-child(even):before {
    right: 0;
    left: auto;
}

.nav_main .d:nth-child(even):after {
    left: 0;
    right: auto;
}

.nav_main .d:hover:before {
    animation: nav 0.5s cubic-bezier(0, 1, 1, 1) 0s 1 both;
    -webkit-animation: nav 0.5s cubic-bezier(0, 1, 1, 1) 0s 1 both;
}

.nav_main .d:hover:after {
    animation: nav 0.5s cubic-bezier(0, 1, 1, 1) 0s 1 both;
    -webkit-animation: nav 0.5s cubic-bezier(0, 1, 1, 1) 0s 1 both;
}

.nav_main .d a {
    display: block;
    padding: 50px 28px;
    color: #333;
    text-align: center;
    position: relative;
}

.nav_main .d h3 {
    font-size: 30px;
    font-family: '微软雅黑', serif;
    /*color: #000;*/
   color: #fff;
   cursor: pointer;
}

.nav_main .d h3 i {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    vertical-align: middle;
    margin: 0 10px 4px;
    background: #333;
    line-height: 0;
}

.nav_main .d p {
    margin-top: 5px;
    line-height: 1.5;
}

@-webkit-keyframes nav {
    0% {
        width: 0%;
        height: 0;
    }
    1% {
        width: 0%;
        height: 0;
        opacity: 1;
    }
    50% {
        width: 100%;
        height: 0;
        opacity: 1;
    }
    100% {
        width: 100%;
        height: 30px;
        opacity: 1;
    }
}

@keyframes nav {
    0% {
        width: 0%;
        height: 0;
    }
    1% {
        width: 0%;
        height: 0;
        opacity: 1;
    }
    50% {
        width: 100%;
        height: 0;
        opacity: 1;
    }
    100% {
        width: 100%;
        height: 30px;
        opacity: 1;
    }
}

.footer {
    height: 82px;
    font-size: 12px;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 70px 0px 70px;
    color: #fff;
    opacity: 0;
    z-index: 1;
    transition: all 0.7s ease-out 0s;
    -webkit-transition: all 0.7s ease-out 0s;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
}

.loaded .footer {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
}

.footer .left .d {
    line-height: 1.8;
}

.footer-links li {
    float: left;
    margin-right: 10px;
}

.footer-info {
    clear: left;
}

.footer .left2 {
    float: left;
    display: none;
    padding-top: 10px;
}

.footer .left2 .d {
    float: left;
    padding-right: 38px;
    line-height: 1.2;
}

.footer .m {
    display: none;
    text-align: center;
}

.footer .right {
    padding: 5px 0 0 0;
    text-align: center;
}

.arrow2:hover .arrow2-img {
    display: none;
}

.arrow2:hover .footer2 {
    display: block;
}

.footer2 {
    position: relative;
    background-color: #fff;
    width: 100px;
    height: 100px;
    display: none;
    bottom: 60px;
    margin: 0 auto;
    z-index: 99999;
}

.footer2 img {
    width: 100px;
    height: 100px;
}

.scan-qr .arrow2:hover+.footer1 {
    position: relative;
    bottom: 58px;
}

.body {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.body .a_l {
    background: url(../images/index/nav-left.png) center center no-repeat;
    position: absolute;
    left: 70px;
    top: 50%;
    width: 180px;
    height: 85px;
    margin-top: -68px;
    z-index: 1;
    border-left: 3px solid #fff;
    clip: rect(68px 72px 68px 0);
    transition: all 0.7s ease-out 0s;
    -webkit-transition: all 0.7s ease-out 0s;
}

.body .a_l:hover {
    background-color: rgba(255, 255, 255, 0.35);
}

.body .a_l:after {
    content: "";
    position: absolute;
    left: -3px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #4461a0;
    clip: rect(68px 3px 0 0);
    transition: all 0.3s cubic-bezier(0, 1, 1, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0, 1, 1, 1) 0s;
}

.body .a_l:hover:after {
    clip: rect(0px 3px 136px 0);
}

.body .a_r {
    background: url(../images/index/nav-right.png) center center no-repeat;
    position: absolute;
    right: 70px;
    top: 50%;
    width: 180px;
    height: 85px;;
    margin-top: -68px;
    z-index: 1;
    border-right: 3px solid #fff;
    clip: rect(68px 72px 68px 0);
    transition: all 0.7s ease-out 0s;
    -webkit-transition: all 0.7s ease-out 0s;
}

.body .a_r:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.body .a_r:after {
    content: "";
    position: absolute;
    right: -3px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #4461a0;
    clip: rect(68px 3px 0 0);
    transition: all 0.3s cubic-bezier(0, 1, 1, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0, 1, 1, 1) 0s;
}

.body .a_r:hover:after {
    clip: rect(0px 3px 136px 0);
}

.loaded .body .a_l {
    clip: rect(0 256px 136px 0);
}

.loaded .body .a_r {
    clip: rect(0 256px 136px 0);
}

.banner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.banner .frame {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.banner .child {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.banner .vbg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    display: none;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.banner .vbgm {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    display: none;
}

.b_nav {
    position: absolute;
    left: 0;
    bottom: 50px;
    right: 0;
    text-align: center;
}

.b_nav i {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    border-radius: 100%;
    margin: 0 8px;
    cursor: pointer;
    line-height: 6px;
    vertical-align: middle;
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}

.b_nav i.now {
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.8);
}

.b_nav i.now:after {
    content: "";
    width: 20px;
    height: 20px;
    margin-top: -5px;
    margin-left: -5px;
    border-radius: 50px;
    display: inline-block;
    background: #fff;
}

.main {
    position: absolute;
    left: 70px;
    top: 105px;
    right: 70px;
    bottom: 80px;
    background: rgba(255, 255, 255, 0);
}

.main .bdr {
    position: absolute;
    background: #ddd;
    transition: all 1s cubic-bezier(0, 1.3, 0.7, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0, 1.3, 0.7, 1) 0s;
}

.main .b1 {
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
}

.loaded .main .b1 {
    width: 100%;
}

.main .b2 {
    right: 0;
    top: 0;
    width: 1px;
    height: 1px;
}

.loaded .main .b2 {
    height: 100%;
}

.main .b3 {
    right: 0;
    bottom: 0;
    width: 1px;
    height: 1px;
}

.loaded .main .b3 {
    width: 100%;
}

.main .b4 {
    left: 0;
    bottom: 0;
    width: 1px;
    height: 1px;
}

.loaded .main .b4 {
    height: 100%;
}

.home {
    position: relative;
    height: 100%;
}

.titbox {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    color: #fff;
    width: 700px;
    cursor: default;
    display: none;
    transform: translate(-50%, -56%);
    -webkit-transform: translate(-50%, -56%);
}

.titbox:first-child {
    display: block;
}

.titbox h3 {
    font-size: 70px;
    font-family: Impact, Arial;
    color: #fff;
    text-transform: uppercase;
}

.titbox h4 {
    font-size: 42px;
   /* font-family: '幼圆';*/
  font-family: 微软雅黑, 黑体;
    margin-top: 6px;
    color: #fff;
}

.titbox p {
    font-size: 20px;
    margin-top: 10px;
}

.titbox2 {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    color: #fff;
    width: 600px;
    cursor: default;
    opacity: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.s .titbox2 {
    animation: ht 4s linear 0.3s 1 both;
    -webkit-animation: ht 4s linear 0.3s 1 both;
}

.s.dly .titbox2 {
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
}

.titbox2 h3 {
    font-size: 60px;
    font-family: Impact;
    color: #fff;
    text-transform: uppercase;
}

.titbox2 h4 {
    font-size: 42px;
    font-family: '幼圆';
    margin-top: 5px;
    color: #fff;
}

.titbox2 p {
    font-size: 20px;
    margin-top: 8px;
}

@-webkit-keyframes ht {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        filter: blur(0);
    }
    10% {
        -webkit-transform: translate(-50%, -48.5%) scale(1.05);
        opacity: 0.7;
        filter: blur(2px);
    }
    30% {
        -webkit-transform: translate(-50%, -46.5%) scale(1.3);
        opacity: 0;
        filter: blur(3px);
    }
    100% {
        -webkit-transform: translate(-50%, -46.5%) scale(1.3);
        opacity: 0;
        filter: blur(3px);
    }
}

@keyframes ht {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        filter: blur(0);
    }
    10% {
        transform: translate(-50%, -48.5%) scale(1.05);
        opacity: 0.7;
        filter: blur(2px);
    }
    30% {
        transform: translate(-50%, -46.5%) scale(1.3);
        opacity: 0;
        filter: blur(3px);
    }
    100% {
        transform: translate(-50%, -46.5%) scale(1.3);
        opacity: 0;
        filter: blur(3px);
    }
}

#client {
    position: absolute;
    width: 1075px;
    bottom: 100px;
    left: 50%;
    margin-left: -537px;
}

#client .scroll {
    height: 80px;
    width: 203px;
    float: left;
    overflow: hidden;
    margin-left: 15px;
}

#client .scroll:first-child {
    margin-left: 0;
}

#client .child {
    height: 80px;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}

#client .child span {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    height: 80px;
    line-height: 36px;
    display: block;
    overflow: hidden;
    text-align: center;
}

#client .child span img {
}

#client .child h2 {
    font-size: 14px;
    font-weight: normal;
    height: 18px;
    padding-left: 150px;
    margin-top: 15px;
}

#client .child h3 {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    height: 32px;
    padding-left: 150px;
}

#client .child p {
    line-height: 130%;
}

.aboutshadow {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.about .content {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1000px;
    height: 410px;
    margin: -205px 0 0 -500px;
    color: #fff;
    text-align: center;
}

.about .content h1 {
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    font-size: 72px;
    color: inherit;
}

.about .content h2 {
    font-size: 30px;
    color: inherit;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: Georgia;
}

.about .content h3 {
    font-size: 16px;
    color: inherit;
    margin-top: 15px;
}

.about .content h4 {
    font-size: 20px;
    color: inherit;
    font-family: Arial;
    margin-top: 10px;
}

.about .content .txt {
    line-height: 1.2;
    font-size: 14px;
    margin-top: 30px;
}

.about .content .btn {
    display: block;
    margin: 30px auto 0;
    width: 210px;
    height: 36px;
    font-size: 12px;
    position: relative;
    opacity: 0;
}

.about .content .btn a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 36px;
}

.about .content .btn svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    fill: none;
}

.about .content .btn path {
    stroke: #eee;
    stroke-width: 1px;
}

.case {
    height: 100%;
}

.caseshadow {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.nicescroll-rails {
    border-radius: 4px;
}

.case .svg {
    height: 100%;
    margin: auto;
    position: relative;
    perspective: 2000px;
}

.case .svg .polygon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.case .svg .polygon .p {
    position: absolute;
    opacity: 0;
}

.case .svg .polygon .p .pic2 {
    transform: translate(15%, 21%) scale(0.7);
    -webkit-transform: translate(15%, 21%) scale(0.7);
}

.case .svg .polygon .p .bdr {
    stroke: rgba(255, 255, 255, 0);
    fill: #fff;
    opacity: 0;
    animation: svg1 8s linear 0s infinite;
    -webkit-animation: svg1 8s linear 0s infinite;
}

.case .svg .polygon .h .bdr {
    animation: svg1 5s linear 0s 1;
    -webkit-animation: svg1 5s linear 0s 1;
}

@-webkit-keyframes svg1 {
    0% {
        opacity: 0;
    }
    3% {
        opacity: 0.5;
    }
    6% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes svg1 {
    0% {
        opacity: 0;
    }
    3% {
        opacity: 0.3;
    }
    6% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.case #line {
    pointer-events: none;
}

.case #line path {
    stroke: rgba(255, 255, 255, 0.5);
    stroke-width: 1;
    fill: none;
}

.case .title {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 310px;
    height: 140px;
    margin: -50px 0 0 -155px;
    color: #fff;
    text-align: center;
    cursor: default;
}

.case .title h1 {
    color: inherit;
    font-family: Impact;
    font-size: 110px;
}

.case .title p {
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
}

.case .list {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    display: none;
    padding: 35px 85px 35px 35px;
}

.case .list .close {
    background: url(../image/close.png) left center no-repeat;
    width: 40px;
    height: 40px;
    right: 25px;
    top: 35px;
    position: absolute;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.case .list .close:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.case .list .inner {
    height: 100%;
    overflow: hidden;
    transition: all 0.6s ease-out 0s;
    -webkit-transition: all 0.6s ease-out 0s;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
}

.case .list.show .inner {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.case .list .item {
    width: 31.5%;
    position: relative;
    float: left;
    margin: 0 1.5% 1.5% 0;
    overflow: hidden;
}

.case .list .item img {
    width: 100%;
    height: auto;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}

.case .list .item .mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
}

.case .list .item .mask .b {
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
    border: 1px solid #ddd;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
}

.case .list .item .mask h3 {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
}

.case .list .item .mask h3 a {
    display: table-cell;
    width: 100%;
    height: 100%;
    font-family: Arial;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.case .list .item .mask h3 a strong {
    font-size: 24px;
    display: block;
    line-height: 1;
}

.case .list .item .mask h3 a em {
    font-size: 10px;
    margin-top: 5px;
    display: block;
}

.case .list .item:hover .mask {
    opacity: 1;
}

.case .list .item:hover .mask .b {
    left: 25px;
    top: 25px;
    right: 25px;
    bottom: 25px;
}

.case .list .item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.case_detail {
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background: rgba(20, 20, 20, 0.95);
    display: none;
    overflow: hidden;
}

.case_detail .close {
    background: url(../images/close.png) center center no-repeat;
    width: 40px;
    height: 40px;
    right: 25px;
    top: 35px;
    position: absolute;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.case_detail .close:hover {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.case_detail .scrollarea {
    position: absolute;
    left: 35px;
    top: 35px;
    right: 85px;
    bottom: 35px;
    overflow: hidden;
}

.case_detail .content .pic {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding-right: 50%;
    text-align: center;
    line-height: 3;
}

.case_detail .content .detail {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding-right: 50%;
    text-align: center;
    line-height: 3;
}

.case_detail .content .pic .d {
    display: none;
}

.case_detail .content .pic img {
    max-width: 100%;
}

.case_detail .content .des {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 500px;
    left: 50%;
    margin-left: 55px;
    box-sizing: border-box;
    padding: 20px 0 0;
    color: #fff;
}

.case_detail .content .des h1 {
    font-size: 24px;
    color: #fff;
}

.case_detail .content .des h3 {
    font-size: 36px;
    color: #fff;
    font-family: Arial;
    margin-top: 10px;
}

.case_detail .content .des .txt {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.5;
}

.case_detail .content .des .attr {
    font-size: 18px;
    margin-top: 20px;
}

.case_detail .content .des .attr p {
    margin: 5px 0;
}

.case_detail .content .labels {
    margin-top: 27px;
}

.case_detail .content .labels a {
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border: 1px solid #fff;
    margin-right: 15px;
    opacity: 0.5;
    vertical-align: middle;
    cursor: pointer;
}

.case_detail .content .labels .a1 {
    background: url(../image/ico_pc.png) center center no-repeat;
}

.case_detail .content .labels .a2 {
    background: url(../image/ico_phone.png) center center no-repeat;
}

.case_detail .content .labels .a3 {
    font-size: 27px;
    color: #fff;
}

.case_detail .content .labels a.act {
    opacity: 1;
}

.case_detail .content .mpic {
    margin-top: 20px;
    display: none;
}

.case_detail .content .mpic img {
    width: 100%;
    height: auto;
}

.case_detail .content .des .tip {
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 55px;
    font-size: 12px;
    line-height: 1.5;
}

.case_detail .loading {
    position: absolute;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}

.spinner {
    height: 100%;
    position: relative;
}

.container1 > div, .container2 > div {
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s ease-in-out 0s infinite;;
    animation: bouncedelay 1.2s ease-in-out 0s infinite;
}

.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.circle1 {
    top: 0;
    left: 0;
}

.circle2 {
    top: 0;
    right: 0;
}

.circle3 {
    right: 0;
    bottom: 0;
}

.circle4 {
    left: 0;
    bottom: 0;
}

.container1 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0);
    }
    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.service {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.serviceshadow {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.rotate .left {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: relative;
    transform-origin: right center;
    -webkit-transform-origin: right center;
    transition: all 0.6s ease-in 0s;
    -webkit-transition: all 0.6s ease-in 0s;
}

.rotate .right {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: relative;
    transform-origin: left center;
    -webkit-transform-origin: left center;
    transition: all 1s ease-in 0s;
    -webkit-transition: all 1s ease-in 0s;
}

.rotate .zoom {
    transition: all 6s linear 0s;
    -webkit-transition: all 6s linear 0s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.rotate .d {
    width: 1680px;
    height: 300%;
    position: absolute;
    top: -100%;
    background-size: 1680px auto;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.rotate .left .d {
    right: 0;
    transform-origin: right center;
    background-position: 840px center;
    margin-top: -10px;
}

.rotate .right .d {
    left: 0;
    transform-origin: left center;
    background-position: -840px center;
}

.rotate .d.now {
    transform: rotate(0deg);
}

.service .d {
    width: 100%;
    height: 100%;
    top: 0;
}

.service .d .inner {
    height: 100%;
    width: 100%;
    display: table;
}

.service .d .cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.service .box1 {
    text-align: center;
}

.service .box1 h2 {
    font-size: 36px;
    font-family: '幼圆';
    color: #fff;
}

.service .box1 h3 {
    font-size: 44px;
    color: #fff;
    margin-top: 8px;
    font-family: Georgia;
    text-transform: uppercase;
}

.service .box1 h4 {
    font-size: 16px;
    color: #fff;
    margin-top: 8px;
}

.service .box1 .text {
    color: #fff;
    font-size: 12px;
    margin-top: 25px;
    line-height: 1.6;
}

.service .box1 i {
    display: inline-block;
}

.showtit 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;
}

.showtit.act i {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.showtxt i {
    display: inline-block;
    text-align: left;
}

.showtxt 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;
}

.showtxt i b.h {
    width: 0;
}

.showtxt.act i b.h {
    width: 100%;
    opacity: 1;
}

.service .d .text2 {
    display: none;
}

.service .box2 {
    width: 100%;
    height: 100%;
    margin: auto;
}

.svg1 {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.svg1 path {
    fill: none;
    stroke: #d0d0d1;
    stroke-width: 3;
}

.service .box3 {
    width: 320px;
    height: 320px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -160px 0 0 -160px;
    border-radius: 100%;
}

.service .box3 .d1 {
    background: url(../image/png2_1.png) center center no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
}

.service .box3 .d2 {
    background: url(../image/png2_2.png) center center no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
}

.service .box3 .d3 {
    background: url(../image/png2_3.png) center center no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
}

.service .now .box3 .d1 {
    opacity: 1;
    transition: all 1.5s ease-in 0s;
    -webkit-transition: all 1s ease-out 0s;
}

.service .now .box3 .d2 {
    opacity: 1;
    transition: all 1.5s ease-in 0.5s;
    -webkit-transition: all 1s ease-out 0s;
}

.service .now .box3 .d3 {
    opacity: 1;
    transition: all 1.5s ease-in 1s;
    -webkit-transition: all 1s ease-out 0s;
}

.service .box4 {
    position: absolute;
    left: 50%;
    top: 50%;
}

.service .box4 img {
    transition: all 0.5s cubic-bezier(.45, 1.12, .58, 1.45) 0s;
    -webkit-transition: all 0.5s cubic-bezier(.45, 1.12, .58, 1.45) 0s;
    transform: translate(0, 0) scale(0);
    -webkit-transform: translate(0, 0) scale(0);
}

.service .box4 .a1 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -61px 0 0 -61px;
}

.service .box4 .a2 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -52px 0 0 -48px;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

.service .box4 .a3 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -65px 0 0 -65px;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

.service .box4 .a4 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -71px 0 0 -73px;
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
}

.service .box4 .a5 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -65px;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
}

.service .box4 .a6 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -55px 0 0 -54px;
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
}

.service .box4 .a7 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -73px 0 0 -74px;
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
}

.service .now .box4 .a1 {
    transform: translate(0, 0) scale(1);
    -webkit-transform: translate(0, 0) scale(1);
}

.service .now .box4 .a2 {
    transform: translate(-53px, -100px) scale(1);
    -webkit-transform: translate(-53px, -100px) scale(1);
}

.service .now .box4 .a3 {
    transform: translate(61px, -100px) scale(1);
    -webkit-transform: translate(61px, -100px) scale(1);
}

.service .now .box4 .a4 {
    transform: translate(-122px, 5px) scale(1);
    -webkit-transform: translate(-122px, 5px) scale(1);
}

.service .now .box4 .a5 {
    transform: translate(124px, 6px) scale(1);
    -webkit-transform: translate(124px, 6px) scale(1);
}

.service .now .box4 .a6 {
    transform: translate(-55px, 94px) scale(1);
    -webkit-transform: translate(-55px, 94px) scale(1);
}

.service .now .box4 .a7 {
    transform: translate(62px, 110px) scale(1);
    -webkit-transform: translate(62px, 110px) scale(1);
}

.service .box5 {
    position: absolute;
    left: 50%;
    top: 50%;
}

.service .box5 .a1 {
    background: url(../image/png4_1.png) center center no-repeat;
    width: 232px;
    height: 196px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -180px;
    opacity: 0;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.service .box5 .a1 .b1 {
    background: url(../image/png4_2.png) left top no-repeat;
    position: absolute;
    left: 17px;
    top: 17px;
    width: 0;
    height: 0;
}

.service .box5 .a1 .b2 {
    background: url(../image/png4_3.png) left top no-repeat;
    position: absolute;
    left: 17px;
    top: 88px;
    width: 0;
    height: 44px;
}

.service .box5 .a1 .b3 {
    background: url(../image/png4_3.png) left top no-repeat;
    position: absolute;
    left: 63px;
    top: 88px;
    width: 0;
    height: 44px;
}

.service .box5 .a1 .b4 {
    background: url(../image/png4_3.png) left top no-repeat;
    position: absolute;
    left: 109px;
    top: 88px;
    width: 0;
    height: 44px;
}

.service .box5 .a1 .b5 {
    background: url(../image/png4_3.png) left top no-repeat;
    position: absolute;
    left: 154px;
    top: 88px;
    width: 0;
    height: 44px;
}

.service .box5 .a2 {
    background: url(../image/png4_4.png) center center no-repeat;
    width: 204px;
    height: 164px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 37px 0 0 -28px;
    opacity: 0;
    transform: translate(-38px, -145px);
    -webkit-transform: translate(-38px, -145px);
}

.service .box5 .a2 .b1 {
    background: url(../image/png4_4a.png) left top no-repeat;
    position: absolute;
    left: 25px;
    top: 17px;
    width: 0;
    height: 0;
}

.service .box5 .a2 .b2 {
    background: url(../image/png4_4b.png) left top no-repeat;
    position: absolute;
    left: 25px;
    top: 75px;
    width: 0;
    height: 46px;
}

.service .box5 .a2 .b3 {
    background: url(../image/png4_4b.png) left top no-repeat;
    position: absolute;
    left: 95px;
    top: 75px;
    width: 0;
    height: 46px;
}

.service .box5 .a2 .b4 {
    background: url(../image/png4_4b.png) left top no-repeat;
    position: absolute;
    left: 25px;
    top: 105px;
    width: 0;
    height: 46px;
}

.service .box5 .a2 .b5 {
    background: url(../image/png4_4b.png) left top no-repeat;
    position: absolute;
    left: 95px;
    top: 105px;
    width: 0;
    height: 46px;
}

.service .box5 .a3 {
    background: url(../image/png4_5.png) center center no-repeat;
    width: 97px;
    height: 154px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 11px 0 0 -113px;
    opacity: 0;
    transform: translate(118px, 31px);
    -webkit-transform: translate(118px, 31px);
}

.service .box5 .a3 .b1 {
    background: url(../image/png4_5a.png) left top no-repeat;
    position: absolute;
    left: 11px;
    top: 22px;
    width: 75px;
    height: 0;
}

.service .box5 .a3 .b2 {
    background: url(../image/png4_5b.png) left top no-repeat;
    position: absolute;
    left: 11px;
    top: 84px;
    width: 75px;
    height: 0;
}

.service .now .box5 .a1 {
    margin-left: -80px;
    opacity: 1;
}

.service .now .box5 .a1 .b1 {
    width: 198px;
    height: 85px;
    transition: all 0.5s ease-out 0.5s;
    -webkit-transition: all 0.5s ease-out 0.5s;
}

.service .now .box5 .a1 .b2 {
    width: 61px;
    transition: all 0.3s ease-out 1s;
    -webkit-transition: all 0.3s ease-out 1s;
}

.service .now .box5 .a1 .b3 {
    width: 61px;
    transition: all 0.3s ease-out 1.2s;
    -webkit-transition: all 0.3s ease-out 1.2s;
}

.service .now .box5 .a1 .b4 {
    width: 61px;
    transition: all 0.3s ease-out 1.4s;
    -webkit-transition: all 0.3s ease-out 1.4s;
}

.service .now .box5 .a1 .b5 {
    width: 61px;
    transition: all 0.3s ease-out 1.6s;
    -webkit-transition: all 0.3s ease-out 1.6s;
}

.service .now .box5 .a2 {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s;
}

.service .now .box5 .a2 .b1 {
    width: 154px;
    height: 74px;
    transition: all 0.5s ease-out 0.7s;
    -webkit-transition: all 0.5s ease-out 0.7s;
}

.service .now .box5 .a2 .b2 {
    width: 84px;
    transition: all 0.3s ease-out 1.2s;
    -webkit-transition: all 0.3s ease-out 1.2s;
}

.service .now .box5 .a2 .b3 {
    width: 84px;
    transition: all 0.3s ease-out 1.5s;
    -webkit-transition: all 0.3s ease-out 1.5s;
}

.service .now .box5 .a2 .b4 {
    width: 84px;
    transition: all 0.3s ease-out 1.8s;
    -webkit-transition: all 0.3s ease-out 1.8s;
}

.service .now .box5 .a2 .b5 {
    width: 84px;
    transition: all 0.3s ease-out 2.1s;
    -webkit-transition: all 0.3s ease-out 2.1s;
}

.service .now .box5 .a3 {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s;
}

.service .now .box5 .a3 .b1 {
    height: 77px;
    transition: all 0.5s ease-out 1s;
    -webkit-transition: all 0.5s ease-out 1s;
}

.service .now .box5 .a3 .b2 {
    height: 46px;
    transition: all 0.5s ease-out 1.5s;
    -webkit-transition: all 0.5s ease-out 1.5s;
}

.service .box6 {
    background: url(../image/png5_1.png) center center no-repeat;
    position: relative;
    width: 209px;
    height: 370px;
    padding: 64px 25px 0;
    box-sizing: border-box;
    margin: auto;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    opacity: 0;
    transition: all 0.6s ease-out 0s;
    -webkit-transition: all 0.6s ease-out 0s;
}

.service .box6 .in {
    overflow: hidden;
}

.service .box6 .in div {
    background: url(../image/png5_2.png) 0 0 no-repeat;
    width: 43px;
    height: 42px;
    float: left;
    margin: 4px;
    transform: translateX(-210px);
    -webkit-transform: translateX(-210px);
    transition: all 0.5s ease-out 0.7s;
    -webkit-transition: all 0.5s ease-out 0.7s;
}

.service .box6 .in .a2 {
    background-position: -51px 0;
}

.service .box6 .in .a3 {
    background-position: -101px 0;
}

.service .box6 .in .a4 {
    background-position: 0 -50px;
}

.service .box6 .in .a5 {
    background-position: -51px -50px;
}

.service .box6 .in .a6 {
    background-position: -101px -50px;
}

.service .box6 .in .a7 {
    background-position: 0 -100px;
}

.service .box6 .in .a8 {
    background-position: -51px -100px;
}

.service .box6 .in .a9 {
    background-position: -101px -100px;
}

.service .box6 .in .a10 {
    background-position: 0 -150px;
}

.service .box6 .in .a11 {
    background-position: -51px -150px;
}

.service .now .box6 {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.service .now .box6 .in div {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.service .box7 {
    position: absolute;
    left: 50%;
    top: 50%;
}

.service .box7 .a4 {
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../image/png6_1.png) center center no-repeat;
    width: 180px;
    height: 185px;
    margin: 20px 0 0 0;
    opacity: 0;
    transform: translate(60px, 50px);
    -webkit-transform: translate(60px, 50px);
}

.service .box7 .a5 {
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../image/png6_2.png) center center no-repeat;
    width: 181px;
    height: 211px;
    margin: -180px 0 0 0;
    opacity: 0;
    transform: translate(60px, -50px);
    -webkit-transform: translate(60px, -50px);
}

.service .box7 .a6 {
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../image/png6_3.png) center center no-repeat;
    width: 149px;
    height: 150px;
    margin: -72px 0 0 -108px;
    opacity: 0;
    transform: translate(-60px, 0px);
    -webkit-transform: translate(-60px, 0px);
}

.service .now .box7 .a4 {
    transform: translate(0, 0);
    opacity: 1;
    transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s;
}

.service .now .box7 .a5 {
    transform: translate(0, 0);
    opacity: 1;
    transition: all 0.8s ease-out 0.5s;
    -webkit-transition: all 0.8s ease-out 0.5s;
}

.service .now .box7 .a6 {
    transform: translate(0, 0);
    opacity: 1;
    transition: all 0.8s ease-out 1s;
    -webkit-transition: all 0.8s ease-out 1s;
}

@-webkit-keyframes hand {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.3);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
    }
}

@keyframes hand {
    0% {
        opacity: 0;
        transform: scale(1.3);
    }
    60% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.nav_service {
    position: absolute;
    left: 50%;
    top: 0px;
    bottom: 0px;
    padding-top: 80px;
    z-index: 1;
    color: #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.7);
    display: none;
}

.nav_service .line {
    border-left: 3px solid rgba(255, 255, 255, 1);
    position: absolute;
    top: 1px;
    left: -2px;
    padding-top: 86px;
    width: 45px;
}

.nav_service .line span {
    border-top: 3px solid rgba(255, 255, 255, 1);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
}

.nav_service .inner {
    position: relative;
}

.nav_service .item {
    margin-bottom: 25px;
    padding: 0 0 0 60px;
    position: relative;
}

.nav_service .item:before {
    content: "";
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    left: 0;
    top: 7px;
    width: 45px;
    position: absolute;
}

.nav_service .item_l {
    margin-bottom: 20px;
}

.nav_service h3 {
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.nav_service .cur {
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
}

.nav_service h4 {
    font-size: 14px;
    font-family: Arial;
    color: #fff;
    margin-top: 6px;
    text-transform: uppercase;
    cursor: pointer;
}

.nav_service ul {
    border-left: 1px solid rgba(255, 255, 255, 0.7);
    display: none;
    position: relative;
    top: -30px;
    left: 200px;
}

.nav_service ul li {
    margin: 14px 0;
    position: relative;
    padding-left: 30px;
}

.nav_service ul li:first-child:before {
    width: 50px;
    left: -25px;
}

.nav_service ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -1px;
    border-top: 3px solid rgba(255, 255, 255, 0.7);
    width: 25px;
}

.nav_service ul li span {
    position: relative;
    top: -8px;
}

.nav_sm {
    position: absolute;
    left: 0;
    bottom: 0%;
    text-align: center;
    width: 50%;
    display: none;
}

.nav_sm i {
    display: inline-block;
    width: 0.1rem;
    height: 0.1rem;
    border: 2px solid #fff;
    border-radius: 100%;
    margin: 0 0.05rem;
    opacity: 0;
    transform: translateY(0.25rem);
    -webkit-transform: translateY(0.25rem);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.nav_sm i:nth-child(2) {
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
}

.nav_sm i:nth-child(3) {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

.nav_sm i:nth-child(4) {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

.nav_sm i:nth-child(5) {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
}

.nav_sm i:nth-child(6) {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
}

.nav_sm i:nth-child(7) {
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
}

.nav_sm.show i {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.nav_sm i.now {
    background: #fff;
}

.body .a_l.none,.body .a_r.none {
    width: inherit;
}



/*新闻详细页*/

.newsDe {
  /*  width: 100%;*/
    padding: 0 10%;
}
.newsDe .newsDeHeader {
    text-align: center;
    border-bottom: 1px #fff solid;
    padding: 20px;
   /* background-color: rgba(97, 50, 93, 0.9);*/
}

.newsDe .newsDeHeader h1 {
    color: #fff;
    font-size: 25px;
    letter-spacing: 5px;
}

.newsDe .newsDeHeader h3 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 5px;
    margin-top: 5px;
}

.newsDe .content {
	padding-top: 20px;
}

.newsDe .content p {
    color: #fff;
    line-height: 25px;
}

.newsDe .content .img {
    float: left;
    margin: 20px;
}

.newsDe .content .img img {
    width: 45%;
}

/*案例中心*/

.case1 {
    width: 100%;
    height: 100%;
}

.case1 .ll {
    float: left;
    width: 50%;
    height: 100%;

    background-color: rgba(228,151,57,0.9);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9D58E37,endColorstr=#7D58E37);
}

.case1 .ll div.l1 {
    position: relative;
    width: 100%;
}

.case1 .ll div.l1 .l1-1 {
    position: relative;
    top: -15px;
    left: 100px;
}

.case1 .ll div.l1 .l1-2 {
    position: relative;
    top: 30px;
}

.case1 .ll div.l2 .img {
    background: url("../images/case1/img3.png") no-repeat center center;
    width: 100px;
    height: 100px;
}

.case1 .ll div.l2 .content {
    padding: 0 45px;
    position: relative;
    top: -52px;
}

.case1 .ll div.l2 .content p {
    color: #fff;
}

.case1 .ll div.l3 {
    width: 100%;
    position: absolute;
}

.case1 .ll div.l3 .close {
    width: 50px;
    height: 50px;
    background: url("../images/case1/img4.png") center center no-repeat;
    border: 0;
    position: relative;
    right: 100%;
    left: 45%;
}

/*.case1 .rr {
    float: right;
    width: 50%;
    height: 100%;
    
    background: url("../images/case1/rrbg.png") no-repeat center center;
    background-size: cover;
}*/

/*案例中心2

.case2 {
    width: 100%;
    height: 100%;
}

.case2 .ll {
    float: left;
    width: 50%;
    height: 100%;
    background-color: rgba(228,151,57,0.9);

    display: flex;
    flex-wrap: wrap;
}

.case2 .ll .getImg {
    width: 25%;
    height: 150px;
    padding-top: 30px;
}

.case2 .ll .getImg img {
    width: 100%;
    margin-left: 20px;
}

.case2 .rr {
    float: right;
    width: 50%;
    height: 100%;
}

.case2 .rr .info {
    color: #fff;
    text-align: right;
    position: relative;
    top: 50%;
    right: 10px;
}*/

.body .a_l.noneOne:hover+.a_ll {
    display: block;
}

.body .a_ll {
    font-size: 15px;
    color: #fff;
    width: 10px;
    position: absolute;
    left: 25px;
    top: 50%;
    height: 85px;
    margin-top: -68px;
    z-index: 1;
    transition: all 0.7s ease-out 0s;
    -webkit-transition: all 0.7s ease-out 0s;
    display: none;
}

.body .a_r.noneOne:hover+.a_rr {
    display: block;
}

.body .a_rr {
    font-size: 15px;
    color: #fff;
    width: 10px;
    position: absolute;
    right: 24px;
    top: 50%;
    height: 85px;
    margin-top: -68px;
    z-index: 1;
    transition: all 0.7s ease-out 0s;
    -webkit-transition: all 0.7s ease-out 0s;
    display: none;
}

/*.body .a_r.noneOne:hover>.a_rr {
    display: block;
}

.body .a_rr {
    font-size: 15px;
    color: #fff;
    width: 10px;
    position: absolute;
    right: -24px;
    top: 80%;
    height: 85px;
    margin-top: -68px;
    z-index: 1;
    transition: all 0.7s ease-out 0s;
    -webkit-transition: all 0.7s ease-out 0s;
    display: none;
}*/

/*业务中心1*/

.business1 {
    width: 100%;
    height: 100%;
}

.business1 .ll {
    float: left;
    width: 50%;
    height: 100%;
}

.business1 .ll .info {
    color: #fff;
    text-align: left;
    position: relative;
    top: 50%;
    left: 10px;
}

.business1 .rr {
    float: right;
    width: 50%;
    height: 100%;
    background-color: rgba(101,186,232,0.9);

    display: flex;
    flex-wrap: wrap;
}

.business1 .rr .aa {

}

.business1 .rr .aa img {
    position: relative;
    left: -20px;
}

.business1 .rr .aa .aat {
    position: relative;
    float: right;
    font-size: 30px;
    color: #fff;
    top: 100px;
    right: 125px;
}

.business1 .rr .aa .aal {
    position: relative;
    float: right;
    color: #fff;
    top: 50px;
    left: 110px;
}

.business1 .rr .aa .aal li {
    line-height: 25px;
    border-bottom: 1px solid #fff;
    width: 100px;
    text-align: right;
    margin-top: 5px;
}

.business1 .rr .bb img {
    position: absolute;
    top: -18px;
    right: -16px;;
}

.business1 .rr .bb .aat {
    position: relative;
    float: right;
    font-size: 30px;
    color: #fff;
    top: 280px;
    right: 115px;
}

.business1 .rr .bb .aal {
    position: relative;
    float: right;
    color: #fff;
    top: 280px;
    left: 110px;
}

.business1 .rr .bb .aal li {
    line-height: 25px;
    border-bottom: 1px solid #fff;
    width: 100px;
    text-align: right;
    margin-top: 5px;
}

.business1 .rr .cc img {
    position: absolute;
    bottom: 0;
    right: 550px;
}

.business1 .rr .cc .aat {
    position: relative;
    float: right;
    font-size: 30px;
    color: #fff;
    bottom: 209px;
    left: 15px;
}

.business1 .rr .cc .aal {
    position: relative;
    float: right;
    color: #fff;
    bottom: 170px;
    left: 120px;
}

.business1 .rr .cc .aal li {
    line-height: 25px;
    border-bottom: 1px solid #fff;
    width: 100px;
    text-align: right;
    margin-top: 5px;
}

.business1 .rr .dd img {
    position: absolute;
    right: 300px;
}

.business1 .rr .dd .aat {
    position: relative;
    float: right;
    font-size: 30px;
    color: #fff;
    left: 40px;
    top: 48px;
}

.business1 .rr .dd .aal {
    position: relative;
    float: right;
    color: #fff;
    left: 265px;
}

.business1 .rr .dd .aal li {
    line-height: 25px;
    border-bottom: 1px solid #fff;
    width: 100px;
    text-align: right;
    margin-top: 5px;
}

.business2 {
    width: 100%;
    height: 100%;
}

.business2 .ll {
    width: 50%;
    float: left;
    background: url("../images/business1/bg1.png") no-repeat center center;
    height: 100%;
}

.business2 .rr {
    width: 50%;
    float: right;
    background-color: rgba(101,186,232,0.9);
    height: 100%;
}

.business2 .rr .l1 {
    position: relative;
    width: 100%;
}

.business2 .rr .l1 .l1-1 {
    position: absolute;
    right: 96px;
    top: 48px;
}

.business2 .rr .l1 .l1-2 {
    position: absolute;
    right: -3px;
    top: -18px;
}

.business2 .rr .l2 {
    position: relative;
    padding: 0 60px;
    top:25%;
}

.business2 .rr .l2 p {
    line-height: 20px;color: #fff;
}

.business2 .rr .l2 .img {
    background: url("../images/business1/he.png") center center no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 15px;
    top: -46px;
}

.business2 .rr .l3 {
    position: absolute;
    bottom: -95%;
    right: 0;
}

.business2 .rr .l3 button {
    border: none;
}