﻿html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

a:hover {
    text-decoration: none;
}

.common-title {
    text-align: center;
    font-weight: 400;
    color: #333333;
    font-size: 32px;
}

    .common-title span {
        color: #3063d6;
    }

.nav-section {
    width: 100%;
    padding: 30px 0;
    margin: 0 auto;
    border-bottom: 1px solid #eeeeee;
}

.logo {
    width:200px;
    height:38px;
    position: absolute;
    left: 10%;
    z-index: 2;
    display:none;
}
.logo2 {
    position: absolute;
    left: 10%;
    z-index: 2;
}
.nav-content {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    position: relative;
    z-index: 2;
    height: 38px;
    line-height: 38px;
}

    .nav-content li {
        float: left;
        margin-right: 50px;
        border-bottom: 0px solid #333333;
        transition: .6s all 0s;
        position: relative;
    }

        .nav-content li:last-child {
            margin-right: 0;
        }

        .nav-content li a {
            color: #333333;
            font-size: 16px;
        }

        .nav-content li div {
            width: 0;
            height: 2px;
            background: #333333;
            position: absolute;
            left: 0;
            bottom: 0;
            transition: .6s all 0s;
        }

        .nav-content li:hover div {
            width: 100%;
            transition: .6s all 0s;
        }
    .nav-content-active{
        width:100%!important;
    }
    .banner-section {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

.banner-swiper {
    width: 100%;
    height: 100%;
}

.banner-cover {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover !important;
    background-position: 50% 100% !important;
    position: relative;
}

.banner-img {
    position: absolute;
    bottom: 10%;
    right: 5%;
}

.banner-slogin1 {
    position: absolute;
    bottom: 35%;
    left: 20%;
}

    .banner-slogin1 h3 {
        font-size: 48px;
        color: #ffffff;
        font-weight: 400;
        margin-bottom: 50px;
    }

    .banner-slogin1 div {
        font-size: 26px;
        color: #ffffff;
    }

.banner-slogin2 {
    position: absolute;
    height: 176px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

    .banner-slogin2 h3 {
        font-size: 48px;
        color: #ffffff;
        font-weight: 400;
        margin-bottom: 50px;
        text-align: center;
    }

    .banner-slogin2 div {
        font-size: 26px;
        color: #ffffff;
        text-align: center;
    }

.banner-swiper .swiper-slide {
    background: #ffffff;
}

.swiper-page {
    width: 500px;
    background: rgba(45,100,214,0.4);
    padding: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.swiper-page-content {
    width: 100%;
    height: 50px;
    position: relative;
}

.swiper-page-num {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

    .swiper-page-num span {
        color: #ffffff;
        margin-right: 3px;
    }

    .swiper-page-num .swiper-page-num-active {
        font-size: 26px;
        font-weight: 100;
    }

    .swiper-page-num .swiper-page-num-total {
        font-size: 18px;
    }

.swiper-page-content .swiper-pagination {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .swiper-page-content .swiper-pagination .swiper-pagination-bullet {
        width: 60px;
        height: 3px;
        display: inline-block;
        border-radius: 0;
        background: #fff;
        opacity: .4;
        margin-right: 10px;
    }

    .swiper-page-content .swiper-pagination .swiper-pagination-bullet-active {
        background: #fff;
        opacity: 1;
    }

.swiper-page-slogin {
    font-size: 18px;
    color: #ffffff;
    font-family: "Microsoft YaHei UI Light";
}

.swiper-page-autor {
    font-size: 18px;
    text-align: right;
    color: #ffffff;
    font-family: "Microsoft YaHei UI Light";
}

.about-section {
    width: 100%;
    height: 600px;
    overflow:hidden;
    position: relative;
    margin: 50px 0;
}

.about-cover {
    position: absolute;
    right: 7%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.about-info {
    background: #ffffff;
    border-radius: 10px;
    padding: 50px;
    position: relative;
    z-index: 2;
    left: 10%;
    margin-top: 50px;
}

.about-title {
    font-weight: 400;
    color: #333333;
    font-size: 32px;
    margin-top: 50px;
}

.about-title-p {
    display: none;
}

.about-title span {
    color: #3063d6;
}

.about-title img:first-child {
    margin: 0 15px;
}

.about-content {
    width: 50%;
}

.about-info-title {
    font-size: 24px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 30px;
}

.about-info-content p {
    font-size: 16px;
    color: #333333;
    line-height: 1.8em;
}

.about-honor {
    margin: 15px;
}

.product-section {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.product-container {
    margin: 50px 0;
    overflow: hidden;
}

.product-content {
    width: 25%;
    float: left;
    position: relative;
    overflow: hidden;
}

.product-content-bg {
    width: 100%;
    transition: .6s all 0s;
}

.product-content:hover .product-content-bg {
    transform: scale(1.2);
    transition: .6s all 0s;
}

.product-info {
    position: absolute;
    height: 170px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.product-info-icon {
    text-align: center;
    margin-bottom: 25px;
}

.product-info-title {
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 15px;
}

.product-info-des {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

.apply-section {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.apply-row {
    margin: 50px 0;
}

.apply-content-cover {
    width: 100%;
}

.apply-content-right {
    height: 410px;
    position: relative;
}

    .apply-content-right ul {
        width:100%;
        padding: 0;
        list-style: none;
        padding-left: 20%;
        height: 328px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }

        .apply-content-right ul li {
            display: inline-block;
            width: 39%;
            margin-bottom: 30px;
        }

            .apply-content-right ul li:last-child {
                margin-bottom: 0;
            }

            .apply-content-right ul li:nth-child(odd) {
                margin-right: 20%;
            }

            .apply-content-right ul li img {
                margin-right: 15px;
            }

            .apply-content-right ul li span {
                font-size: 16px;
                color: #616161;
            }

.case-row {
    margin: 50px 0;
}

    .case-row > div {
        margin-bottom: 30px;
    }

.case-content {
    position: relative;
    box-shadow:0 0 10px rgba(0,0,0,0.3);
}

.case-content-cover {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .case-content-cover img {
        width: 100%;
        height:160px;
    }

.case-content-title {
    border-top:1px solid #c2c2c2;
    text-align: center;
    padding:15px 0;
    transition: .6s all 0s;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}

    .case-content-title a {
        font-size: 14px;
        color: #333333;
        font-weight: bolder;
    }

        .case-content-title a:hover {
            color: #2d64d6;
        }

.case-content-hover {
    opacity: 0;
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    border-radius: 3px;
    padding: 15px;
    transition: .6s all 0s;
}

    .case-content-hover > div:first-child {
        text-align: left;
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 15px;
    }

    .case-content-hover > div:last-child {
        text-align: justify;
        color: #ffffff;
        font-size: 14px;
    }

.case-content:hover .case-content-hover {
    opacity: 1;
    height: 100%;
    transition: .6s all 0s;
}

    .case-content:hover.case-content-hover > img {
        transform: scale(1.2);
        transition: .6s all 0s;
    }

.m-case-swiper {
    display: none;
}

    .m-case-swiper .swiper-slide {
        width: 70% !important;
    }

.news-section {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.news-type {
    width: 80%;
    margin: 30px auto;
    padding: 15px 0;
    border-bottom: 1px solid #dcdcdc;
    text-align: center;
}

    .news-type span:nth-child(even) {
        margin: 0 30px;
    }

.news-type-name {
    font-size: 16px;
    color: #333333;
    display: inline-block;
    cursor: pointer;
}

.news-content {
    width: 100%;
    height: 180px;
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
    transition: .6s all 0s;
}

.news-content-cover {
    width: 150px;
}

.news-content-right {
    width: 72%;
    display: inline-block;
    padding-left: 20px;
    overflow: hidden;
    vertical-align: middle;
}

.news-content-title {
    width: 100%;
    margin-bottom: 5px;
}

    .news-content-title a {
        font-size: 18px;
        color: #333333;
        font-weight: bolder;
        transition: .6s all 0s;
    }

.news-content-time {
    font-size: 16px;
    color: #666666;
    margin-bottom: 15px;
}

.news-content-des {
    font-size: 14px;
    color: #666666;
    line-height: 1.6em;
}

.news-type-active {
    color: #3366cc;
}

.news-module {
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    z-index: 1;
}

.news-module-active {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    z-index: 3;
}

.news-section .container {
    position: relative;
   
}

.news-content:hover {
    border-bottom: 1px solid #2d64d6;
    transition: .6s all 0s;
}

    .news-content:hover .news-content-title a {
        color: #2d64d6;
        transition: .6s all 0s;
    }

.partner-section {
    width: 100%;
    padding: 60px;
    overflow: hidden;
    position: relative;
    background: url("../images/concrete-texture.png") repeat;
}

.partner-content {
    margin-top: 50px;
    overflow: hidden;
}

.partner-swiper img {
    width: 100%;
    height: 80px;
    border: 1px solid #a9b0b4
}

.foot-seciton {
    width: 100%;
    position: relative;
}

.message-title {
    width: 100%;
    overflow: hidden;
    padding-left: 10%;
}

.message-title-cn {
    font-size: 32px;
    color: #333333;
}

.message-title-en {
    font-size: 32px;
    color: #a19fa0;
}

.foot-seciton {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.foot-content {
    margin: 30px 0;
}

.foot-form > div {
    width: 100%;
    margin-bottom: 15px;
}

    .foot-form > div input::placeholder {
        color: #333333;
    }

    .foot-form > div textarea::placeholder {
        color: #333333;
    }

.form-input-name {
    width: 48%;
    padding: 6px 12px;
    margin-right: 2%;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    outline: none;
}

.form-input-tel {
    width: 48%;
    padding: 6px 12px;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    outline: none;
}

.form-input-email {
    width: 48%;
    padding: 6px 12px;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    outline: none;
}

.form-input-content {
    width: 100%;
    padding: 6px 12px;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    outline: none;
    resize: none;
}

.form-input-code {
    width: 130px;
    height: 40px;
    border: 1px solid #dcdcdc;
    vertical-align: middle;
    margin-right: 15px;
    outline: none;
}

.form-input-submit {
    padding: 10px 30px;
    border: 1px solid #2d64d6;
}

.foot-contact {
    width: 100%;
    overflow: hidden;
}

    .foot-contact > span {
        display: inline-block;
        padding: 15px 0;
        border-top: 2px solid #dcdcdc;
        margin-right: 15px;
        text-align: center;
        font-size: 14px;
        color: #333333;
    }

    .foot-contact a {
        font-size: 14px;
        color: #333333;
    }

.foot-info {
    color: #909090;
    font-size: 14px;
}

    .foot-info a {
        color: #909090;
        cursor: pointer;
    }
.foot-map-module{
    width:100%;
    position:relative;
}
.foot-map {
    width: 100%;
}
.selected-point,
.selected-point-mid,
.selected-point-center {
    display: block;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    position: absolute;
    background: transparent;
    z-index: 9999;
    top: 0px;
    left: 0px;
}

.selected-point {
    top: 100px;
    left: 200px;
}

.selected-point {
    animation-name: sploosh;
    animation-duration: 2s;
    animation-delay: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

.selected-point-mid {
    animation-name: sploosh1;
    animation-duration: 2s;
    animation-delay: 0.5s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

.selected-point-center {
    animation-name: sploosh2;
    animation-duration: 2s;
    animation-timing-function: ease-in;
    animation-delay: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

@keyframes sploosh {
    0% {
        box-shadow: 0 0 0 10px rgba(56,127,243, 0.30);
        background: rgba(56,127,74, 0.05);
    }

    100% {
        box-shadow: 0 0 0 50px rgba(56,127,243, 0.0);
        background: rgba(56,215,74, 0.0);
    }
}

@keyframes sploosh1 {
    0% {
        box-shadow: 0 0 0 0px rgba(56,127,243, 0.99);
        background: rgba(56,127,243, 0.90);
    }

    100% {
        box-shadow: 0 0 0 25px rgba(56,127,243, 0.0);
        background: rgba(255,215,74, 0.0);
    }
}

@keyframes sploosh2 {
    0% {
        box-shadow: 0 0 0 5px rgba(56,127,243, 0.60);
        background: rgba(56,127,243, 0.60);
    }

    100% {
        box-shadow: 0 0 0 45px rgba(56,127,243, 0.0);
        background: rgba(56,127,243, 0.0);
    }
} 
#canvas {
    cursor: pointer;
    border: 1px solid #c2c2c2;
    vertical-align: middle;
}

.foot-bottom{
    width:100%;
    padding:15px 0;
    border-top:1px solid #c2c2c2;
}
.foot-friend {
    color: #909090;
    font-size: 14px;
}
    .foot-friend a {
        color: #909090;
        font-size: 14px;
        margin-right:5px;
    }
    .about-list-section {
        overflow: hidden;
        margin: 30px 0;
    }

.about-detail-content {
    margin: 50px 0;
    overflow: hidden;
}

.about-detail-title {
    margin-bottom: 20px;
}

    .about-detail-title h3 {
        font-size: 32px;
        color: #333333;
        font-weight: 400;
    }

    .about-detail-title div {
        width: 80px;
        height: 5px;
        background: rgba(45,100,214,0.2);
    }

.about-detail-info {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}

.about-detail-info-title {
    font-size: 26px;
    color: #333333;
    font-weight: 400;
}

.about-detail-cover {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.about-detail-info-content {
    margin-top: 15px;
    padding-right: 50px;
}

    .about-detail-info-content p {
        font-size: 16px;
        color: #333333;
        text-align: justify;
        line-height: 1.8em;
    }

        .about-detail-info-content p span {
            font-size: 24px;
        }

.about-detail-cover img {
    width: 100%;
}

.team-content {
    overflow: hidden;
    margin-top: 50px;
}

.about-team-title {
    margin-bottom: 20px;
}

    .about-team-title h3 {
        font-size: 32px;
        color: #333333;
        font-weight: 400;
    }

    .about-team-title div {
        width: 50px;
        height: 5px;
        background: rgba(45,100,214,0.2);
    }

.about-team-row {
    margin: 50px 0;
}

.about-team {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    margin-bottom: 30px;
}

.about-team-cover {
    background: linear-gradient( 0deg, rgb(116,141,156) 0%, rgb(214,227,238) 100%);
    text-align: center;
}

.about-team-info {
    width: 100%;
    height: 111px;
    background: url("../images/team_info_c.png") no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
}

.about-team-p {
    font-size: 16px;
    color: #717171;
    text-align: center;
    margin: 30px 0 10px 0;
}

    .about-team-p span {
        font-size: 20px;
        color: #333333;
    }

.about-team-d {
    font-size: 16px;
    color: #717171;
    text-align: center;
}

.about-honor-title {
    margin-bottom: 20px;
}

    .about-honor-title h3 {
        font-size: 32px;
        color: #333333;
        font-weight: 400;
    }

    .about-honor-title div {
        width: 80px;
        height: 5px;
        background: rgba(45,100,214,0.2);
    }

.about-honor-des {
    font-size: 26px;
    color: #333333;
    font-weight: 400;
}

.about-honor-content {
    overflow: hidden;
    margin: 30px 0;
}

    .about-honor-content img {
        width: 100%;
    }

.news-list-top-title h3 {
    font-size: 32px;
    font-weight: 400;
    color: #333333;
}

.news-list-top-title div {
    width: 80px;
    height: 5px;
    background: rgba(45,100,214,0.2);
}

.news-list-top {
    overflow: hidden;
    margin-top: 50px;
}

.news-list-top-title {
    float: left;
}
.news-list-type-div{
   overflow:hidden;
   margin-top:30px;
}
.news-list-type {
    margin: 0;
    padding: 0;
    list-style: none;
    
}

    .news-list-type li {
        float: left;
        margin-right: 50px;
    }

        .news-list-type li:last-child {
            margin: 0;
        }

        .news-list-type li a {
            font-size: 16px;
            color: #333333;
        }

.news-list-type-active a{
    color: #2d64d6!important;
}
.news-list-module {
    margin: 50px 0;
}

.news-list-content {
    overflow: hidden;
    margin: 20px 0;
    padding: 30px 0;
    border-bottom: 1px solid #dcdcdc;
}

.news-list-cover {
    width: 150px;
    margin-left:6%;
}

.news-list-right {
    display: inline-block;
    width: 80%;
    padding-left: 50px;
    vertical-align: middle;
}

.news-list-title {
    width: 100%;
    margin-bottom: 5px;
}

    .news-list-title a {
        font-size: 24px;
        color: #333333;
        font-weight: bolder;
    }

.news-list-time {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #2d64d6!important;
}

.news-list-des {
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 400;
}

.news-detail {
    overflow: hidden;
    margin: 50px 0;
}

.news-detail-top h3 {
    font-size: 32px;
    color: #333333;
    font-weight: 400;
}

.news-detail-top div {
    width: 80px;
    height: 5px;
    background: rgba(45,100,214,0.2);
}

.news-detail-info {
    overflow: hidden;
    margin-bottom: 30px;
}

    .news-detail-info span {
        display: inline-block;
        line-height: 40px;
        font-size: 16px;
        color: #333333;
    }

.social-share {
    display: inline-block;
    float: right;
}

.case-list {
    width: 100%;
    height: 879px;
    overflow: hidden;
    margin: 50px 0;
    position: relative;
}

.case-list-left {
    position: absolute;
    width: 400px;
    height: 879px;
    background: url("../images/case_list_1.png")no-repeat;
    background-size: cover;
    left: 15%;
}

.case-list-right {
    width: 68%;
    height: 579px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.case-list-module {
    position: relative;
}

.case-list-top {
    width: 400px;
    position: relative;
    overflow: hidden;
}

.case-list-top-title {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

    .case-list-top-title h3 {
        text-align: center;
        font-size: 32px;
        color: #333333;
    }

.case-list-content {
    width: 100%;
    height: 615px;
    padding-left: 35%;
    position: absolute;
    bottom: 0;
    margin: auto;
    overflow: hidden;
}

.case-wrapper {
    display: none;
}

.case-wrapper-active {
    display: flex;
}

.case-list-swiper {
    width: 60%;
    position: absolute;
    left: 30%;
    top: 15%;
}
.case-swiper .swiper-slide {
    width: 60%;
}
.case-swiper .swiper-slide img{
    width:100%;
}
.case-list-slide-content{
    width:100%;
    height:0;
    position:absolute;
    bottom:0;
    background:rgba(0,0,0,0.4);
    transition:.6s all 0s;
    border-radius:5px;
 
}
.case-swiper .swiper-slide a:hover .case-list-slide-content {
    height: 100%;
 
    transition: .6s all 0s;
}
.case-swiper .swiper-slide a{
    font-size: 16px!important;
    color: #ffffff!important;
}
.case-list-slide-content-title div:first-child{
    margin-bottom:10px;
}
.case-list-slide-content-title{
    width:80%;
    margin:20px auto;
}
.case-list-slide-content-des {
    width: 80%;
    margin: 20px auto;
}
.case-list-slide-content-des div:first-child {
    margin-bottom: 10px;
}
    @keyframes mymove {
        from {
        left: 0px;
    }

    to {
        left: 200px;
    }
}

.case-list-content .swiper-container {
    overflow: initial;
    padding: 0 15px;
    height: 470px;
}

.case-list-content .swiper-slide {
    width: 55% !important;
}

.case-slide-content1 {
    position: relative;
    height: 100%;
}

    .case-slide-content1 img:first-child {
        width: 600px;
        position: absolute;
        z-index: 1;
        bottom: 0;
        visibility: visible !important;
    }

    .case-slide-content1 img:last-child {
        width: 200px;
        position: absolute;
        right: 0;
        top: 0;
        visibility: visible !important;
    }

.case-slide-content2 {
    position: relative;
}

    .case-slide-content2 img:first-child {
        width: 350px;
        margin-right: 50px;
        visibility: visible !important;
    }

    .case-slide-content2 img:last-child {
        width: 200px;
        visibility: visible !important;
    }

.case-list-bottom {
    overflow: hidden;
    padding-left: 10%;
    margin-top: 100px;
}

.case-list-type {
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: middle;
    display: inline-block;
    margin-right: 100px;
}

    .case-list-type li {
        font-size: 16px;
        color: #333333;
        margin-right: 15px;
        float: left;
        cursor: pointer;
    }

        .case-list-type li:last-child {
            margin: 0;
        }

.case-list-type-active {
    background: #2d64d6 !important;
}
    .case-list-type-active a{
        color:#ffffff!important;
    }
    .swiper-case-pn {
        vertical-align: middle;
        display: inline-block;
        margin-top: 80px;
    }

    .swiper-case-pn span {
        display: inline-block;
        background: #2d64d6;
        padding: 10px 16px;
        cursor: pointer;
    }

.swiper-line {
    width: 100%;
    height: 65px;
    background: url("../images/case_line.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 30%;
    z-index: 3;
}

.swiper-case-pn .swiper-button-disabled {
    opacity: .4;
}

.news-detail-content {
    overflow: hidden;
    margin: 50px 0;
}
.case-type{
   line-height:70px;
   float:right;
}
.case-detail-content-module {
    width: 50%;
    float: left;
    overflow: hidden;
}

.case-detail-content-info {
    margin-bottom: 30px;
}

    .case-detail-content-info h3 {
        font-size: 24px;
        color: #333333;
        font-weight: 400;
    }

    .case-detail-content-info div {
        font-size: 16px;
    }

.case-detail-content-des {
    font-size: 14px;
    line-height: 1.8em;
    color: #333333;
    text-align: justify;
}

.case-detail-content-input {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #2d64d6;
    font-size: 14px;
    color: #2d64d6;
    border-radius: 3px;
    cursor: pointer;
    transition: .6s all 0s;
}

    .case-detail-content-input:first-child {
        margin-right: 15px;
    }

    .case-detail-content-input i {
        font-size: 16px;
        margin-right: 5px;
    }

.case-detail-content-type {
    overflow: hidden;
    margin: 20px 0;
}

.case-detail-content-input:hover {
    background: #2d64d6;
    color: #ffffff;
    box-shadow: 0px 11px 12px 0px rgba(150, 184, 255, 0.67);
    transition: .6s all 0s;
}

.case-detail-content-input-active {
    background: #2d64d6;
    color: #ffffff;
    box-shadow: 0px 11px 12px 0px rgba(150, 184, 255, 0.67);
}

.case-detail-c1 {
    width: 100%;
    margin-top: 50px;
}

    .case-detail-c1 img {
        width: 95%;
    }

.case-detail-c2 {
    width: 100%;
    margin-top: 100px;
    text-align: right;
}

    .case-detail-c2 img {
        width: 95%;
    }

.case-detail-c3 {
    width: 95%;
    margin-top: 50px;
    text-align: right;
}

    .case-detail-c3 img {
        width: 95%;
    }

.m-case-type {
    display:none;
    overflow: auto;
    margin: 30px 0;
}

    .m-case-type ul {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 768px !important;
    }

        .m-case-type ul li {
            position: relative;
            float: left;
            border-radius: 2px;
            overflow: hidden;
            opacity: 0.6;
            transition: all 0.3s;
            padding: 6px 12px;
            border: 1px solid #2d64d6;
            margin-right: 10px;
        }

.m-case-list {
    display: none;
}
.case-section{
    width:100%;
    overflow:hidden;
    position:relative
}
@media (max-width: 1440px) {
    .banner-img {
        width: 650px;
    }

    .banner-slogin1 div {
        font-size: 20px;
    }

    .about-info {
        padding: 30px;
    }

    .about-cover {
        width: 680px;
    }

    .case-list-content {
        padding-left: 30%;
        bottom: -15%;
    }

        .case-list-content .swiper-slide {
            width: 70% !important;
        }
}

@media (max-width: 1280px) {
    .banner-img {
        width: 570px;
    }

    .about-cover {
        width: 630px;
        right: 5%;
    }

    .about-info {
        padding: 20px;
    }

    .case-list-content .swiper-slide {
        width: 80% !important;
    }
}

@media (max-width: 1080px) {
    .m-case-type{
        display:block;
    }
    .m-case-list {
        display: block;
    }

    .case-list {
        display: none;
    }

    .nav-section {
        position: relative;
    }

    .logo {
        left: 5%;
        width: 187px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .nav-content {
        display: none;
    }

    .common-title {
        font-size: 24px;
    }

    .banner-slogin1 {
        position: absolute;
        bottom: 50%;
        left: 5%;
    }

        .banner-slogin1 h3 {
            font-size: 32px;
            margin-bottom: 15px;
        }

        .banner-slogin1 div {
            font-size: 18px;
        }

    .banner-img {
        width: 250px;
        right: 0;
        bottom: 20%;
    }

    .banner-slogin2 h3 {
        font-size: 32px;
    }

    .banner-slogin2 div {
        font-size: 18px;
    }

    .swiper-page {
        width: 100%;
        padding: 15px;
    }

    .swiper-page-slogin {
        font-size: 14px;
    }

    .swiper-page-autor {
        font-size: 14px;
    }

    .swiper-page-content .swiper-pagination .swiper-pagination-bullet {
        width: 55px;
    }

    .about-section {
        height: auto;
    }

    .about-title {
        display: none;
    }

    .about-title-p {
        display: block;
        text-align: center;
        font-weight: 400;
        color: #333333;
        font-size: 24px;
    }

        .about-title-p span {
            color: #3063d6;
        }

    .about-content {
        width: 100%;
    }

    .about-info {
        margin-top: 50px;
        left: 0;
        padding: 0;
    }

    .about-info-title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .about-info-content p {
        font-size: 14px;
    }

    .about-cover {
        width: 100%;
        right: 0;
        position: initial;
    }

    .product-content {
        width: 50%;
        height: 230px;
    }

    .product-info-title {
        font-size: 18px;
    }

    .product-info-des {
        font-size: 12px;
    }

    .apply-content-right ul {
        padding-left: 0;
        height: 328px;
        position: initial;
        margin: auto;
    }

        .apply-content-right ul li {
            width: 46%;
        }

            .apply-content-right ul li:nth-child(odd) {
                margin-right: 6%;
            }

            .apply-content-right ul li img {
                margin-right: 10px;
            }

    .apply-content-right {
        height: 300px;
    }

        .apply-content-right ul li span {
            font-size: 14px;
        }

    .news-type {
        width: 90%;
    }

        .news-type span:nth-child(even) {
            margin: 0 5px;
        }

    .news-section .container {
       
    }

    .news-content {
        width: 90%;
        padding: 30px 0;
        margin: auto;
    }

    .news-content-right {
        width: 63%;
    }

    .news-content-time {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .news-content-des {
        font-size: 12px;
    }

    .news-content-cover {
        width: 120px;
    }

    .foot-info {
        margin-top: 10px;
        font-size: 12px;
    }

    .form-input-submit {
        margin-top: 15px;
    }
}
/** 移动端动画  **/
.mIcon {
    width: 50px;
    height: 50px;
    padding: 3px 10px;
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 0;
    display: none;
}

.icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    margin-top: 8px;
    margin-bottom: 8px;
    transition: all .4s ease;
    background: #000000;
}

.mIconActive .icon-bar:nth-child(1) {
    animation: 0.5s ease-out forwards animate1;
    -webkit-animation: 0.5s ease-out forwards animate1;
}

.mIconActive .icon-bar:nth-child(2) {
    opacity: 0;
}

.mIconActive .icon-bar:nth-child(3) {
    animation: 0.5s ease-out forwards animate2;
    -webkit-animation: 0.5s ease-out forwards animate2;
}

.mIconClose .icon-bar:nth-child(1) {
    animation: 0.5s ease-out forwards animate3;
    -webkit-animation: 0.5s ease-out forwards animate3;
}

.mIconClose .icon-bar:nth-child(2) {
    opacity: 1;
}

.mIconClose .icon-bar:nth-child(3) {
    animation: 0.5s ease-out forwards animate4;
    -webkit-animation: 0.5s ease-out forwards animate4;
}


@-webkit-keyframes animate1 {
    0% {
        -webkit-transform: rotate(0deg) translateY(0px);
    }

    100% {
        -webkit-transform: rotate(45deg) translateY(8px) translateX(8px);
    }
}

@keyframes animate1 {
    0% {
        transform: rotate(0deg) translateY(0px);
    }

    100% {
        transform: rotate(45deg) translateY(8px) translateX(8px);
    }
}

@-webkit-keyframes animate2 {
    0% {
        -webkit-transform: rotate(0deg) translateY(0px);
    }

    100% {
        -webkit-transform: rotate(-45deg) translateY(-7px) translateX(6px);
    }
}

@keyframes animate2 {
    0% {
        transform: rotate(0deg) translateY(0px);
    }

    100% {
        transform: rotate(-45deg) translateY(-7px) translateX(6px);
    }
}

@-webkit-keyframes animate3 {
    0% {
        -webkit-transform: rotate(45deg) translateY(8px) translateX(8px);
    }

    100% {
        -webkit-transform: rotate(0deg) translateY(0px);
    }
}

@keyframes animate3 {
    0% {
        transform: rotate(45deg) translateY(8px) translateX(8px);
    }

    100% {
        transform: rotate(0deg) translateY(0px);
    }
}

@-webkit-keyframes animate4 {
    0% {
        -webkit-transform: rotate(-45deg) translateY(-8px) translateX(8px);
    }

    100% {
        -webkit-transform: rotate(0deg) translateY(0px);
    }
}

@keyframes animate4 {
    0% {
        transform: rotate(-45deg) translateY(-8px) translateX(8px);
    }

    100% {
        transform: rotate(0deg) translateY(0px);
    }
}
/** 分隔 **/
.m-case-list-content {
    display: none;
}

.m-nav {
    display: none;
}

@media (max-width: 1080px) {
    .mIcon {
        display: block;
    }

    .m-nav {
        display: block;
        width: 0;
        height: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 2;
        opacity: 0;
        background: #2d64d6;
        transition: .6s all 0s;
        overflow:hidden;
    }

    .m-nav-active {
        width: 100%;
        height: 100%;
        opacity: 1;
        transition: .6s all 0s;
    }

    .m-index-top {
        overflow: hidden;
    }

    .about-detail-info {
        width: 100%;
    }

    .about-detail-cover {
        width: 100%;
    }

    .nav-section {
        width: 80%;
    }

    .news-list-right {
        width: 63%;
        padding-left: 20px;
    }

    .news-list-cover {
        width: 120px;
        margin-left:0;
    }

    .news-list-title a {
        font-size: 18px;
    }

    .news-list-time {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .news-list-des {
        font-size: 12px;
    }

    .case-detail-content-input {
        padding: 6px;
    }

    .case-list-top {
        width: 100%;
    }

    .case-list-top-title h3 {
        text-align: left;
    }

    .case-list-module {
        display: none;
    }

    .case-list-content {
        display: none;
    }

    .m-case-list-content {
        width: 100%;
        display: block;
        overflow: hidden;
        padding: 0 15px;
    }

    .case-list-top-title {
        position: relative;
    }

    .m-case-list-module-cover img {
        width: 100%;
    }

    .m-case-list-module-title {
        text-align: center;
        font-size: 14px;
        color: #333333;
        font-weight: 400;
        margin: 15px 0;
    }

    .m-nav {
        padding: 15px;
    }

        .m-nav ul {
            list-style: none;
            margin-top: 100px;
            padding: 0;
        }

            .m-nav ul a li {
                font-size: 14px;
                color: #ffffff;
                padding: 15px 0;
                border-bottom: 1px solid #ffffff;
            }

                .m-nav ul a li span {
                    color: #ffffff;
                    float: right;
                }

            .m-nav ul a:last-child li {
                border-bottom: none;
            }

    .case-row {
        display: none;
    }

    .m-case-swiper {
        display: block;
        padding: 0 15px;
        margin: 50px 0;
    }
}

.honor-swiper .swiper-slide {
    width: 60%;
}

    .honor-swiper .swiper-slide img {
        width: 100%;
    }

.honor-swiper {
    margin: 50px 0;
}

/*悬浮链接*/
.suspension {
    position: fixed;
    z-index: 55;
    right: 0;
    bottom: 85px;
    width: 44px;
    height: 240px;
}

.suspension-box {
    position: relative;
    float: right;
}

.suspension .a {
    display: block;
    width: 44px;
    height: 44px;
    background-color: #2d64d6;
    margin-bottom: 4px;
    cursor: pointer;
    outline: none;
}

    .suspension .a.active,
    .suspension .a:hover {
        background: #F05352;
    }

    .suspension .a .i {
        float: left;
        width: 44px;
        height: 44px;
        background-image: url(../images/fixedwindow/side_icon.png);
        background-repeat: no-repeat;
    }
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i {
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-left: 12px;
    background-image: url(../images/fixedwindow/suspension-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.suspension .a-service-phone .i {
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-left: 12px;
    background-image: url(../images/fixedwindow/suspension-bg.png);
    background-repeat: no-repeat;
    background-position: -27px 0;
}

.suspension .a-qrcode .i {
    background-position: -44px 0;
}
.qrcode-img img {
    width: 100px;
}
.suspension .a-cart .i {
    background-position: -88px 0;
}

.suspension .a-top .i {
    background-position: -132px 0;
}

.suspension .a-top {
    background: #D2D3D6;
    display: none;
}

    .suspension .a-top:hover {
        background: #c0c1c3;
    }

.suspension .d {
    display: none;
    width: 223px;
    background: #fff;
    position: absolute;
    right: 67px;
    min-height: 90px;
    border: 1px solid #E0E1E5;
    border-radius: 3px;
    box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}

    .suspension .d .arrow {
        position: absolute;
        width: 8px;
        height: 12px;
        background: url(../images/fixedwindow/side_bg_arrow.png) no-repeat;
        right: -8px;
        top: 31px;
    }

.suspension .d-service {
    top: 0;
}

.suspension .d-service-phone {
    top: 34px;
}

.suspension .d-qrcode {
    top: 78px;
}

.suspension .d .inner-box {
    padding: 8px 22px 12px;
}

.suspension .d-service-item {
    border-bottom: 1px solid #eee;
    padding: 14px 0;
}

.suspension .d-service .d-service-item {
    border-bottom: none;
}

.suspension .d-service-item .circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #F1F1F3;
    display: block;
    float: left;
}

.suspension .d-service-item .i-qq {
    width: 44px;
    height: 44px;
    background: url(../images/fixedwindow/side_con_icon03.png) no-repeat center 15px;
    display: block;
    transition: all .2s;
    border-radius: 50%;
    overflow: hidden;
}

.suspension .d-service-item:hover .i-qq {
    background-position: center 3px;
}

.suspension .d-service-item .i-tel {
    width: 44px;
    height: 44px;
    background: url(../images/fixedwindow/side_con_icon02.png) no-repeat center center;
    display: block;
}

.suspension .d-service-item h3 {
    float: left;
    width: 112px;
    line-height: 44px;
    font-size: 15px;
    margin-left: 12px;
}

.suspension .d-service-item .text {
    float: left;
    width: 112px;
    line-height: 22px;
    font-size: 15px;
    margin-left: 12px;
}

    .suspension .d-service-item .text .number {
        font-family: Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
    }

.suspension .d-service-intro {
    padding-top: 10px;
}

    .suspension .d-service-intro p {
        float: left;
        line-height: 27px;
        font-size: 12px;
        width: 50%;
        white-space: nowrap;
        color: #888;
    }

.suspension .d-qrcode {
    text-align: center;
}

    .suspension .d-qrcode .inner-box {
        padding: 20px 0;
    }

    .suspension .d-qrcode p {
        font-size: 16px;
        color: #93959c;
    }
/** 分页 **/
.news-pagination .paging{
    text-align:center;
}
.news-pagination .paging span {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #2d64d6;
    margin-right:5px;
}
    .news-pagination .paging span :last-child{
        margin:0;
    }
    .news-pagination .paging .current {
        background: #2d64d6;
        color:#ffffff;
    }
.pc{
    display:none!important;
    transition:.6s all 0s
}
.ph {
    display: none!important;
    transition: .6s all 0s
}
.p-active {
    display: block!important;
    transition: .6s all 0s
}
.m-case-type-active{
    background:#2d64d6;
    color:#ffffff;
}
.m-case-content{
    display:none;
}


.inner {
    max-width: 1170px;
    width: 100%;
    position: relative;
    height: 430px;
    background: #fff;
    margin: auto;
    overflow: hidden;
    box-shadow: 5px 5px 15px rgba(120,120,120,.1);
    z-index: 1;
    text-align: left;
    margin-top:50px;
}

.inner-one {
    /*  width:15%; */
    width: 11.25%;
    position: relative;
    transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
    float: left;
    height: 100%;
    cursor: pointer;
    box-sizing: border-box;
    opacity: .5;
}

    .inner-one .inner-one-left {
        width: 0;
        position: relative;
        transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
        -moz-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
        -ms-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
        height: 100%;
        float: left;
        overflow: hidden;
    }

        .inner-one .inner-one-left img {
            transition: .6s all 0s;
            position: absolute;
            top: 0;
        }

            .inner-one .inner-one-left img:hover {
                transform: scale(1.2);
            }

    .inner-one .inner-one-right {
        width: 100%;
        height: 90%;
        top: 5%;
        position: relative;
        transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
        -moz-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
        -ms-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
        float: left;
        border-right: 1px solid #dfdfdf;
    }

        .inner-one .inner-one-right .inner-one-right-box {
            margin: 15% 10% 15% 10%;
        }

        .inner-one .inner-one-right p {
            display: none;
        }

        .inner-one .inner-one-right font {
            display: none;
            transition: 1s all;
        }

        .inner-one .inner-one-right h4 {
            font-size: 24px;
            padding: 65% 0 0;
            transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            -webkit-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            -moz-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            -ms-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            -o-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            letter-spacing: .15em;
            color: #000;
        }

        .inner-one .inner-one-right h6 {
            font-size: 14px;
            line-height: 1.5em;
            width: 100%;
            margin-top: 30px;
            transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            -webkit-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            -moz-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            -ms-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            -o-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            width: 95%;
        }

        .inner-one .inner-one-right p {
            margin-top: 30px;
            margin-bottom: 40px;
            width: 100%;
            font-size: 14px;
            line-height: 22px;
            color: #808080;
            transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            -webkit-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            -moz-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            -ms-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            -o-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .inner-one .inner-one-right span {
            font-size: 14px;
            padding: 20px 0 0 0;
            transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            -webkit-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            -moz-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            -ms-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            -o-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
        }



.inner-oneac {
    width: 55%;
    transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 1;
    -webkit-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    box-shadow: 0px 0px 40px rgba(0,0,0,.33);
}

    .inner-oneac .inner-one-right .inner-one-right-box {
        margin: 8% 10% 3% 10%;
        border: none;
    }

    .inner-oneac .inner-one-left {
        width: 42%;
        margin-left: 3%;
        transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
        -moz-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
        -ms-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .inner-oneac .inner-one-right {
        width: 55%;
        transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
        -moz-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
        -ms-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
        border: none;
    }

        .inner-oneac .inner-one-right p {
            display: block;
        }

        .inner-oneac .inner-one-right font {
            display: block;
            position: absolute;
            bottom: 0;
        }

        .inner-oneac .inner-one-right h4 {
            font-size: 32px;
            padding: 10px 0 0;
            transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            -webkit-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            -moz-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            -ms-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            -o-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            color: #202020;
            font-weight: bolder;
        }

        .inner-oneac .inner-one-right h6 {
            margin-top: 16px;
            line-height: 1.5em;
            transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            width: 70%;
            -webkit-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            -moz-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            -ms-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            -o-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            color: #2d2d2d;
        }

        .inner-oneac .inner-one-right p {
            font-size: 14px;
            line-height: 1.5em;
            transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            -webkit-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            -moz-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            -ms-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            -o-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition-delay: 1s all;
            color: #636363;
        }

        .inner-oneac .inner-one-right span {
            font-size: 14px;
            padding: 20px 0 0 0;
            transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            -webkit-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            -moz-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            -ms-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
            -o-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
        }
.apply-li span{
    cursor:pointer;
}
    .apply-span-active{
        color:#2d64d6!important;
    }
    .apply-content-cover {
        display: none
    }
.apply-content-cover-active{
    display:block;
}
@media(max-width:1080px){
    .logo2 {
        position: absolute;
        left: 0; 
        width: 187px;
        z-index: 2;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .case-type{
        display:none;
    }
    .m-case-content{
        display:block
    }
}

/*live chat girl*/
@keyframes scaleToggleOne {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    50% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes scaleToggleTwo {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    20% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    60% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes scaleToggleThree {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    33% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    66% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.livechat-girl {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: fixed;
    bottom: 110px;
    right: 40px;
    opacity: 0;
    -webkit-box-shadow: 0 5px 10px 0 rgba(35,50,56,.3);
    box-shadow: 0 5px 10px 0 rgba(35,50,56,.3);
    z-index: 700;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    cursor: pointer;
    -webkit-transition: all 1s cubic-bezier(.86, 0, .07, 1);
    transition: all 1s cubic-bezier(.86, 0, .07, 1)
}

    .livechat-girl:focus {
        outline: 0
    }

    .livechat-girl.animated {
        opacity: 1;
        transform: translateY(-40px);
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px)
    }

    .livechat-girl:after {
        content: '';
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-image: linear-gradient(to bottom, #26c7fc, #26c7fc);
        position: absolute;
        right: 1px;
        top: 1px;
        z-index: 50
    }

    .livechat-girl .girl {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 50
    }

    .livechat-girl .animated-circles .circle {
        background: rgba(38,199,252,.25);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        position: absolute;
        z-index: 49;
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    .livechat-girl .animated-circles.animated .c-1 {
        animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards
    }

    .livechat-girl .animated-circles.animated .c-2 {
        animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards
    }

    .livechat-girl .animated-circles.animated .c-3 {
        animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards
    }

    .livechat-girl.animation-stopped .circle {
        opacity: 0 !important
    }

    .livechat-girl.animation-stopped .circle {
        opacity: 0 !important
    }

    .livechat-girl .livechat-hint {
        position: absolute;
        right: 40px;
        top: 50%;
        margin-top: -20px;
        opacity: 0;
        z-index: 0;
        -webkit-transition: all .3s cubic-bezier(.86, 0, .07, 1);
        transition: all .3s cubic-bezier(.86, 0, .07, 1)
    }

        .livechat-girl .livechat-hint.show_hint {
            -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
            opacity: 1
        }

        .livechat-girl .livechat-hint.hide_hint {
            opacity: 0;
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        .livechat-girl .livechat-hint.rd-notice-tooltip {
            max-width: 1296px !important
        }

            .livechat-girl .livechat-hint.rd-notice-tooltip .rd-notice-content {
                width: auto;
                overflow: hidden;
                text-overflow: ellipsis
            }
@media only screen and (max-width:1599px) {
    .livechat-girl .livechat-hint.rd-notice-tooltip {
        max-width: 1060px !important
    }
}

@media only screen and (max-width:1309px) {
    .livechat-girl .livechat-hint.rd-notice-tooltip {
        max-width: 984px !important
    }
}

@media only screen and (max-width:1124px) {
    .livechat-girl .livechat-hint.rd-notice-tooltip {
        max-width: 600px !important
    }
}

.rd-notice-tooltip {
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2);
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
    font-size: 14px;
    border-radius: 3px;
    line-height: 1.25;
    position: absolute;
    z-index: 65;
    max-width: 350px;
    opacity: 1
}

    .rd-notice-tooltip:after {
        position: absolute;
        display: block;
        content: '';
        height: 20px;
        width: 20px;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        z-index: 50
    }

    .rd-notice-tooltip .rd-notice-content {
        background: 0;
        border-radius: 3px;
        width: 100%;
        color: #fff;
        position: relative;
        z-index: 60;
        padding: 20px;
        font-weight: 400;
        line-height: 1.45
    }

.rd-notice-type-success {
    background-color: #26c7fc;
    -webkit-box-shadow: 0 5px 10px 0 rgba(38,199,252,.2);
    box-shadow: 0 5px 10px 0 rgba(38,199,252,.2)
}

    .rd-notice-type-success .rd-notice-content {
        background-color: #26c7fc
    }

    .rd-notice-type-success:after {
        background-color: #26c7fc;
        -webkit-box-shadow: 0 5px 10px 0 rgba(38,199,252,.2);
        box-shadow: 0 5px 10px 0 rgba(38,199,252,.2)
    }

.rd-notice-position-left {
    margin-left: -20px
}

    .rd-notice-position-left:after {
        right: -6px;
        top: 50%;
        margin-top: -10px
    }

.rd-notice-tooltip.single-line .rd-notice-content {
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    white-space: nowrap
}

/** 首页新闻样式 **/
.index-news{
   margin:50px auto;
    overflow:hidden;
}
.index-news-content{
    position:relative;
    width:100%;
}
.index-news-content-info{
    width:100%;
    padding:15px;
    
}
.index-news-cover{
    width:100%;
    height:220px;
}
.news-tj-cover img{
    width:100%;
    height:520px;
}
.index-news-col {
    margin-bottom: 15px;
}
.index-news-title a{
    color:#333333;
    font-size:16px;
}
.index-news-time{
    color:#ffffff;
    font-size:12px;
}
.index-news-des {
    color: #909090;
    font-size: 12px;
}
.index-case{
    overflow:hidden;
    margin-top:50px;
}
.index-case-content{
    position:relative;
}
.index-case-content img {
    width: 100%;
   
}
.case-button{
    overflow:hidden;
    text-align:right;
    margin:30px ;
}
.case-prev {
    width: 80px;
    height: 30px;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    background: #2d64d6
}
.case-next {
    width: 80px;
    height: 30px;
    cursor:pointer;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    background: #2d64d6
}
.case-button .swiper-button-disabled {
    background: none;
    color: #2d64d6;
    border: 1px solid #c2c2c2;
}
.index-case-title {
    position: absolute;
    width: 100%;
    padding: 15px;
    background: rgba(0,0,0,0.4);
    bottom: 0;
    left:100%;
    font-size: 16px;
    color: #ffffff;
    opacity: 0;
    transition: .6s all 0s
}
.index-case-content:hover .index-case-title{
    opacity:1;
    left:0;
    transition:.6s all 0s
}
.list-case-title {
    position: absolute;
    width: 100%;
    padding: 15px;
    background: rgba(0,0,0,0.4);
    bottom: 0;
    font-size: 16px;
    color: #ffffff;
    opacity: 0;
    transition: .6s all 0s
}
.index-case-content:hover .list-case-title{
    opacity:1;
    transition:.6s all 0s
}
.list-case-col{
  padding:0;
}
.index-case-module{
  width:100%;
 
}
.col-honor{
 width:20%;
 float:left;
 padding:0 15px;
 margin-bottom:20px;
}
.col-honor div img{
width:100%;
}
.col-honor div:last-child{
text-align:center;
font-size:14px;
color:#333333;
margin-top:15px;
}
@media(max-width:1080px){
.index-case-content img{
   height:auto
}
.col-honor{
 width:100%;
}
}
