    .main-color {
        color: #0091ff;
    }
    
    .sub-color {
        color: #767676;
    }
    
    .color53 {
        color: #535353;
    }
    
    .colorfff {
        color: #fff;
    }
    
    .fs1 {
        font-size: 10px;
    }
    
    .fs2 {
        font-size: 11px;
    }
    
    .fs3 {
        font-size: 14px;
    }
    
    .fs4 {
        font-size: 15px;
    }
    
    .fs5 {
        font-size: 16px;
    }
    
    .fs6 {
        font-size: 18px;
    }
    
    .fs7 {
        font-size: 18px;
    }
    
    .fs8 {
        font-size: 20px;
    }
    
    .fs9 {
        font-size: 22px;
    }
    
    .fs1-1 {
        font-size: 24px;
    }
    
    .text-center {
        text-align: center;
    }
    
    .pos-rel {
        position: relative;
    }
    
    .mar-bottom1 {
        margin-bottom: 20px;
    }
    
    .mar-bottom2 {
        margin-bottom: 15px;
    }
    
    .mar-bottom3 {
        margin-bottom: 40px;
    }
    
    .pad-both {
        padding: 0 20px;
    }
    
    .pad-both1 {
        padding: 0 10px;
    }
    
    .pad-both2 {
        padding: 0 70px;
    }
    
    .pad-top {
        padding-top: 20px;
    }
    
    .pad-bottom {
        padding-bottom: 20px;
    }
    
    .font-weight {
        font-weight: bold;
    }
    
    body {
        font-size: 12px;
        color: #535353;
        min-width: 960px;
    }
    
    p {
        line-height: 1.9;
    }
    
    .flexCenter {
        /* display: -webkit-flex;
        display: -ms-flex;
        display: -moz-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: center; */
    }
    
    .box-shadow {
        box-shadow: 0 0 10px #ececec;
    }
    
    .nav-fixed {
        width: 220px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        height: 100%;
    }
    
    .logo-img {
        /* width: 65%; */
        width: 150px;
        height: 90px;
        text-indent: -9999999px;
        background: url(../images/logo_03.png) no-repeat 50% 50%;
        background-size: 100% auto;
        margin: 0 auto
    }
    
    .nav-list li {
        width: 100%;
        line-height: 36px;
        border-bottom: 1px solid #ededed;
    }
    
    .nav-list li a {
        display: inline-block;
        width: 100%;
        height: 100%;
        color: #535353;
    }
    
    .nav-list .cur-tab a {
        display: block;
        width: 100%;
        color: #0091ff;
        background: url(../images/xjt_03.png) no-repeat 75% 50%;
    }
    
    .nav-list li:hover a {
        width: 100%;
        color: #0091ff;
        /* background: url(../images/xjt_03.png) no-repeat 75% 50%; */
    }
    
    .content-wrap {
        padding-left: 220px;
        padding-right: 10px;
        overflow: hidden;
    }
    
    .content-detail {
        width: 100%;
        overflow: hidden;
    }
    
    .solo {
        font-size: 30px;
        word-spacing: 2px;
    }
    
    .text-wrap {
        padding-top: 15px;
        margin-bottom: 40px;
    }
    
    .arrow-d p .s-comp {
        display: inline-block;
        width: 95px;
        text-align: right;
    }
    
    .case-wrap .case-item .maskBg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .8);
        color: #fff;
        opacity: 0;
        display: table;
    }
    
    .maskBg>div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    
    .case-wrap .case-item .maskBg .mi-icon {
        margin-bottom: 6px;
        color: #ffbd36;
    }
    
    .case-wrap .case-item .maskBg .mi-icon span {
        font-size: 16px;
        padding-left: 26px;
        background: url(../images/icon.png) no-repeat 0 center;
        background-size: auto 20px;
    }
    
    .case-wrap .case-item {
        width: 24%;
        margin-right: 1%;
        overflow: hidden;
    }
    
    .case-wrap .case-item .case-img {
        width: 100%;
        height: 120px;
        overflow: hidden;
        position: relative;
    }
    
    .case-wrap .case-item img {
        display: inline-block;
        width: 100%;
    }
    
    .case-wrap .case-item p {
        margin: 15px 0;
    }
    
    .case-wrap .case-item:hover img {
        animation: myScale 1s ease-in-out 0s;
    }
    
    @-webkit-keyframes myScale {
        0% {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }
        100% {
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2);
        }
    }
    
    @-moz-keyframes myScale {
        0% {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }
        100% {
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2);
        }
    }
    
    @-ms-keyframes myScale {
        0% {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }
        100% {
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2);
        }
    }
    
    @-o-keyframes myScale {
        0% {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }
        100% {
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2);
        }
    }
    
    @keyframes myScale {
        0% {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }
        100% {
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2);
        }
    }
    
    .sType-wrap .sType-item {
        width: 23.5%;
        margin-right: 2%;
        border-radius: 4px;
        overflow: hidden;
        /* opacity: 0; */
    }
    
    .sType-wrap .sType-item:nth-child(4n) {
        margin-right: 0;
    }
    
    .sType-wrap .sType-item .line {
        height: 4px;
        /* background: -webkit-linear-gradient(-360deg, rgba(178, 86, 243, 0.65) 10%, rgba(12, 108, 185, 0.8) 100%);
    background: -moz-linear-gradient(-360deg, rgba(178, 86, 243, 0.65) 10%, rgba(12, 108, 185, 0.8) 100%);
    background: -ms-linear-gradient(-360deg, rgba(178, 86, 243, 0.65) 10%, rgba(12, 108, 185, 0.8) 100%);
    background: -o-linear-gradient(-360deg, rgba(178, 86, 243, 0.65) 10%, rgba(12, 108, 185, 0.8) 100%); */
        background: url(../images/bian_19.png) no-repeat 0 0;
        background-size: 100%;
        margin-bottom: 10px;
    }
    
    .sType-wrap .sType-item img {
        display: block;
        width: 100%;
    }
    
    .sType-wrap .sType-item p {
        padding: 15px 0 20px;
    }
    
    .sType-cont table {
        width: 100%;
        border-collapse: collapse;
        border: 1px solid #ececec;
    }
    
    .sType-text {
        width: 14%;
    }
    
    .sType-text .sType-text-item {
        padding: 10px 0;
    }
    
    .sType-text span {
        padding-left: 40px;
        background: url(../images/duihao_36.png) no-repeat 15px 50%;
        background-size: 14px;
    }
    
    .customer-item {
        width: 20%;
        margin: 0 auto;
        margin-bottom: 80px;
        /* opacity: 0; */
    }
    
    .customer-item img {
        display: inline-block;
        width: 60%;
    }
    
    .type-name div {
        width: 30%;
    }
    
    .type-name div span {
        margin-left: 15px;
    }
    
    .process-text {
        width: 99%;
        padding: 80px 0;
        margin: 0 auto;
    }
    
    .process-wrap {
        position: absolute;
        top: 0;
        width: 100%;
    }
    
    .process-wrap .process-item {
        width: 16.666%;
        height: 60px;
        position: absolute;
        top: 20px;
        left: 0%;
        /* opacity: 0; */
    }
    
    .process-wrap .process-item:nth-child(1) {
        left: -2%;
    }
    
    .process-wrap .process-item:nth-child(2) {
        left: 12.6%;
    }
    
    .process-wrap .process-item:nth-child(3) {
        left: 29.2%;
    }
    
    .process-wrap .process-item:nth-child(4) {
        left: 46.8%;
    }
    
    .process-wrap .process-item:nth-child(5) {
        left: 63.4%;
    }
    
    .process-wrap .process-item:nth-child(6) {
        left: 80%;
    }
    
    .process-wrap .process-item div {
        height: 50px;
        background: url(../images/txm_48.png) no-repeat 50% 100%;
        background-size: auto 40px;
        position: relative;
        top: -2px;
    }
    
    .process-wrap .process-item.down-type {
        top: 68px;
    }
    
    .process-wrap .process-item.down-type div {
        background: url(../images/txm_51.png) no-repeat 50% 100%;
        background-size: auto 40px;
        position: relative;
        bottom: 54px;
    }
    
    .line {
        border-bottom: 1px solid #ececec;
    }
    
    .about-wrap {
        height: 100%;
    }
    
    .about-img {
        width: 45%;
    }
    
    .about-img img {
        display: block;
        width: 100%;
        /* opacity: 0; */
    }
    
    .about-cont {
        width: 55%;
        position: absolute;
        bottom: 0;
        left: 45%;
        height: 90%;
        background: #000;
        /* opacity: 0; */
    }
    
    .about-cont .about-inner {
        width: 60%;
        position: absolute;
        top: 20%;
        left: 20%;
    }
    
    .about-line {
        display: block;
        width: 50%;
    }
    
    .footer {
        padding: 40px 0 20px;
        background: url(../images/dibgs_56.png) no-repeat 0 0;
        background-size: 100% 100%;
    }
    
    .footer .type-catogry span a {
        padding: 0 5px;
        color: #c5c5c5;
        font-size: 14px;
    }
    
    .footer p {
        margin: 5px 0;
    }
    
    .cotact-type>div {
        padding: 6px 0;
        padding-left: 30px;
    }
    
    .cotact-type .tel-icon {
        background: url(../images/icos_07.png) no-repeat 5px 50%;
        background-size: 20px;
    }
    
    .cotact-type .qq-icon {
        background: url(../images/icos_10.png) no-repeat 5px 50%;
        background-size: 20px;
    }
    
    .cotact-type .qq-icon a {
        display: block;
        width: 45%;
        line-height: 24px;
        border-radius: 10px;
        border: 1px solid #ececec;
        text-align: center;
    }
    
    .cotact-type {
        margin-top: 50px;
    }
    
    .cotact-type .addr-icon {
        background: url(../images/icos_13.png) no-repeat 5px 50%;
        background-size: 20px;
    }
    
    .cotact-type .comp-icon {
        background: url(../images/icos_16.png) no-repeat 5px 50%;
        background-size: 20px;
    }
    
    .audeo {
        position: absolute;
        right: -240px;
        top: -100px;
        z-index: -1;
        width: 60%;
    }
    
    .title-h2 {
        padding-top: 20px;
    }
    
    .code img {
        width: 100px;
    }
    
    @media screen and (min-width:1500px) {
        .pad-top {
            padding-top: 30px;
        }
        .fs1 {
            font-size: 12px;
        }
        .fs2 {
            font-size: 14px;
        }
        .fs3 {
            font-size: 16px;
        }
        .fs4 {
            font-size: 18px;
        }
        .fs5 {
            font-size: 20px;
        }
        .fs6 {
            font-size: 24px;
        }
        .fs7 {
            font-size: 28px;
        }
        .fs8 {
            font-size: 30px;
        }
        .fs9 {
            font-size: 32px;
        }
        .fs1-1 {
            font-size: 36px;
        }
        .nav-fixed {
            width: 310px;
        }
        .content-wrap {
            padding-left: 310px;
        }
        .mar-bottom1 {
            margin-bottom: 40px;
        }
        .mar-bottom2 {
            margin-bottom: 20px;
        }
        .solo {
            font-size: 44px;
        }
        .solo span {
            font-weight: bold;
            font-size: 46px;
        }
        .title-h2 {
            margin-top: 100px;
        }
        .nav-list li {
            line-height: 68px;
        }
        .process-text {
            padding: 120px 0;
        }
        .process-wrap .process-item {
            height: 100px;
            top: 58px;
        }
        .process-wrap .process-item.down-type {
            top: 108px;
        }
        .case-wrap .case-item .case-img {
            height: 200px;
        }
        .arrow-d p .s-comp {
            width: 115px;
        }
        .cotact-type>div {
            padding-left: 40px;
        }
        .cotact-type>div.icon {
            background-size: 22px;
        }
        .cotact-type .qq-icon a {
            line-height: 28px;
        }
        .cotact-type {
            margin-top: 120px;
        }
        .case-wrap .case-item .maskBg .mi-icon span {
            font-size: 22px;
            padding-left: 30px;
            background-size: auto 24px;
        }
    }