.product-desc {
    position: relative;
    padding: 100px 50px;
    height: 480px;
    visibility: hidden;
}
.product-desc .text {
    font-weight: bold;
    line-height: 1.5;
}
.product-desc .text .line {
    visibility: hidden;
}
.product-desc .text .line span {
    -webkit-transition: all 3s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all 3s;
}
.product-desc .text .line-1 {
    font-size: 60px;
}
.product-desc .text .line-2 {
    position: relative;
    font-size: 70px;
}
.product-desc .text .line-2:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '　';
    width: 0;
    height: 4px;
    background-color: #666;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.product-desc .text .line-2.show:after {
    width: 320px;
}
.product-desc .text .line-3 {
    position: relative;
    padding: 12px 0;
    font-size: 40px;
    color: #555;
}
.product-desc .text .line-3:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '　';
    width: 0;
    height: 4px;
    background-color: #f28632;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.product-desc .text .line-3.show:after {
    width: 160px;
}
.product-desc .img {
    position: absolute;
    top: 0;
    left: 65%;
    height: 550px;
    opacity: 0;
    /*z-index: -1;*/
}


.system-product-service {
    text-align: center;
}
.container h2.title {
    padding: 20px 0;
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    visibility: hidden;
}
.system-product-category {
    overflow: auto;
    padding: 32px 0;
}
.system-product-category li {
    position: relative;
    top: 0;
    float: left;
    width: 25%;
    line-height: 2;
    padding: 60px 0 30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    visibility: hidden;
}
.system-product-category .img {
    height: 150px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.system-product-category .name {
    font-size: 23px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.system-product-category .desc {
    font-size: 18px;
    color: #777;
}
.system-product-category .more {
    margin-top: 20px;
    font-size: 18px;
    color: #fea606;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.system-product-category li:hover {
    top: -20px;
}
.system-product-category li:hover .img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.system-product-category li:hover .name {
    color: #fea606;
}
.system-product-category li:hover .more {
    opacity: 1;
}


.consultancy-service {
    margin-top: 35px;
    text-align: center;
}
.consultancy-service .title a:hover {
    color: #ff8500;
}
.consultancy-service .service-category-box {
    display: block;
    margin: 0 auto;
    width: 700px;
    padding: 0 50px 15px;
    border-radius: 8px;
    box-shadow: 0 0 0 transparent;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.consultancy-service .service-category-box:hover {
    box-shadow: 0 0 9px #e2a36c;
}
.consultancy-service .service-category {
    font-size: 18px;
    color: #9c9c9c;
    line-height: 3;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.consultancy-service .counseling {
    /*float: left;*/
    padding: 0 16px;
    margin-left: 16px;
}
.consultancy-service .counseling.right-line {
    position: relative;
}
.consultancy-service .counseling.right-line:after {
    position: absolute;
    right: 0;
    top: 15px;
    content: '　';
    width: 1px;
    height: 30px;
    background-color: #eee;
}
.consultancy-service .service-category .counseling > img {
    vertical-align: middle;
    width: 25px;
    margin-right: 8px;
}
.consultancy-service .service-category .counseling > span {
    display: inline-block;
    width: 150px;
}
/*.consultancy-service .service-category .counseling:nth-of-type(1) > span {*/
    /*letter-spacing: 8px;*/
/*}*/
.consultancy-service .service-category .counseling:nth-of-type(2) > span {
    letter-spacing: 5px;
}
.consultancy-service .service-category .vertical-line {
    display: inline-block;
    position: relative;
    top: 8px;
    width: 1px;
    height: 30px;
    background-color: #ddd;
}
.consultancy-service .service-img {
    position: relative;
    height: 450px;
    margin: 10px 0;
}
.consultancy-service .service-img .top {
    /*position: absolute;*/
    /*left: 50%;*/
    /*-webkit-transform: translateX(-50%);*/
    /*-moz-transform: translateX(-50%);*/
    /*-ms-transform: translateX(-50%);*/
    /*-o-transform: translateX(-50%);*/
    /*transform: translateX(-50%);*/
}
.consultancy-service .service-img .bottom {
    position: absolute;
    top: 95px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.consultancy-service .service-statistics .line .item {
    display: inline-block;
    padding: 12px 0;
    width: 250px;
}
.consultancy-service .service-statistics .line .item .name {
    color: #777;
}
.consultancy-service .service-statistics .line .item .value {
    color: #ff750d;
    font-weight: bold;
}
.consultancy-service .service-statistics .line-1 .item .name {
    font-size: 25px;
}
.consultancy-service .service-statistics .line-1 .item .value {
    font-size: 50px;
}
.consultancy-service .service-statistics .line-2 .item .name {
    font-size: 20px;
}
.consultancy-service .service-statistics .line-2 .item .value {
    font-size: 40px;
}
.consultancy-service .service-statistics .line-2 .item .value .unit {
    font-size: 30px;
}


.partner {
    position: relative;
    padding: 80px 0 50px;
}
.partner .tab {
    color: #ccc;
}
.partner .tab > span {
    color: #333;
    display: inline-block;
    border-radius: 16px;
    cursor: pointer;
}
.partner .tab span.active {
    padding: 8px 32px;
    background: -webkit-linear-gradient(45deg, #ffb404, #ff5417); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(45deg, #ffb404, #ff5417); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(45deg, #ffb404, #ff5417); /* Firefox 3.6 - 15 */
    background: linear-gradient(45deg, #ffb404, #ff5417); /* 标准的语法 */
    color: #fff;
}
.partner .partner-ul {
    position: relative;
    margin: 50px auto 0;
    width: 950px;
    height: 400px;
}
.partner .partner-ul li {
    position: absolute;
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    animation: upDownBounce 2s infinite alternate;
    opacity: 0;
}
.partner .partner-ul li:nth-child(1) {
    left: -100px;
}
.partner .partner-ul li:nth-child(2) {
    left: 110%;
    animation-delay: -.3s;
}
.partner .partner-ul li:nth-child(3) {
    left: -100px;
    animation-delay: -1.2s;
}
.partner .partner-ul li:nth-child(4) {
    left: 110%;
    animation-delay: -2.4s;
}
.partner .partner-ul li:nth-child(5) {
    left: -100px;
    animation-delay: -3s;
}
.partner .partner-ul li:nth-child(6) {
    left: 110%;
    animation-delay: -1.5s;
}
.partner .partner-ul li:nth-child(7) {
    left: -100px;
    animation-delay: -2.7s;
}
.partner .partner-ul li:nth-child(8) {
    left: -100px;
    animation-delay: -2.1s;
}
.partner .partner-ul li:nth-child(9) {
    left: 110%;
    animation-delay: -.9s;
}
.partner .partner-ul li:nth-child(10) {
    left: -100px;
    animation-delay: -1.8s;
}
.partner .partner-ul li:nth-child(11) {
    left: 110%;
    animation-delay: -.6s;
}

.partner .partner-ul li:hover {
    /*-webkit-transform: scale(1.2);*/
    /*-moz-transform: scale(1.2);*/
    /*-ms-transform: scale(1.2);*/
    /*-o-transform: scale(1.2);*/
    /*transform: scale(1.2);*/
    width: 120px;
    height: 120px;
    margin: -10px 0 0 -10px;
    box-shadow: 0 1px 8px #ff5205;
    border-color: transparent;
    animation: none;
}
.partner .partner-ul li img {
    width: 100%;
    height: 100%;
}
.partner-bg {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    z-index: -1;
}

@keyframes upDownBounce {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.partner .partner-paging {
    text-align: center;
}
.partner .partner-paging .paging-btn {
    display: inline-block;
    margin: 12px;
    cursor: pointer;
}
.partner .partner-paging .paging-btn.disabled {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: default;
}