﻿@charset "UTF-8";
@-webkit-keyframes lineAnimate {
    0% {
        left: 50%;
        right: 50%
    }
    50% {
        left: 0;
        right: 0
    }
    100% {
        left: 50%;
        right: 50%
    }
}

@-moz-keyframes lineAnimate {
    0% {
        left: 50%;
        right: 50%
    }
    50% {
        left: 0;
        right: 0
    }
    100% {
        left: 50%;
        right: 50%
    }
}

@-ms-keyframes lineAnimate {
    0% {
        left: 50%;
        right: 50%
    }
    50% {
        left: 0;
        right: 0
    }
    100% {
        left: 50%;
        right: 50%
    }
}

@keyframes lineAnimate {
    0% {
        left: 50%;
        right: 50%
    }
    50% {
        left: 0;
        right: 0
    }
    100% {
        left: 50%;
        right: 50%
    }
}

.case-list-banner {
    width: 100%;
    background: url(../Images/case_banner.jpg) no-repeat 0 96px;
    height: 550px;
    min-width: 1200px;
    padding-top: 96px
}

.case-detail-banner {
    width: 100%;
    height: 280px;
    background: url(../Images/case_banner.jpg) no-repeat center top;
    min-width: 1200px
}

.case-wrap {
    background: #f7f7f7
}

.case-wrap .case-hd {
    width: 100%;
    height: 50px;
    padding-top: 20px;
    background: #fff;
    min-width: 1200px
}

.case-wrap .case-hd .tit {
    float: left;
    line-height: 50px;
    font-size: 18px;
    color: #333;
    padding-left: 12px;
    position: relative
}

.case-wrap .case-hd .tit:before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 4px;
    height: 18px;
    background: #df0303
}

.case-wrap .case-hd ul {
    float: right
}

.case-wrap .case-hd .case-nav {
    float: left;
    margin-left: 68px
}

.case-wrap .case-hd .case-nav a {
    display: block;
    line-height: 48px;
    padding: 0 8px;
    color: #333
}

.case-wrap .case-hd .on {
    position: relative;
    border-bottom: 2px solid #df0303
}

.case-wrap .case-hd .on:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    margin-left: -4px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #df0303;
    border-width: 6px 4px
}

.case-wrap .case-hd .on a {
    color: #df0303
}

.case-wrap .case-bd {
    margin-top: 30px;
    overflow: hidden
}

.case-wrap .case-list {
}

.case-wrap .case-list li {
    float: left;
    width: 280px;
    height:250px;
    margin-bottom: 30px;
    margin-right: 23px;
    background: #fff;
    border: 1px solid #f5f5f5;
}
.pagelist li{
    float: right;
    margin: 0 auto;
    line-height: 30px;
}
.pagelist{
    overflow: hidden;
}
.pagelist span{
    font-size: 15px;
}
.pagelist strong{
    font-size: 15px;
}

.case-wrap .case-list .pic {
    width: 264px;

    border-bottom: 1px solid #f5f5f5;
    position: relative;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    display: table-cell
}

.case-wrap .case-list .pic img {
    width: 264px;
    height: 163px;
    overflow: hidden;
    transition: 500ms;
}
.pic img:hover{
    box-sizing: border-box;
    display: block;
    box-shadow: 3px 3px 10px #000000;
    -webkit-transform:translateY(-5px) ;
    -ms-transform:translateY(-5px) ;
    transform:translateY(-5px) ;
}

.case-wrap .case-list .pic .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 280px;
    height: 179px;
    /*background: url(../Images/head2.png) repeat;*/
    background: rgba(0, 0, 0, 0.5);
    display: none
}

.case-wrap .case-list .pic .mask .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 53px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    margin-left: -28px;
    margin-top: -28px;
    background: #fff;
    overflow: hidden;
    border-radius: 50%
}

.case-wrap .case-list .pic .mask .iconfont {
    font-size: 32px
}

.case-wrap .case-list .pic:hover .mask {
    display: block
}

.case-wrap .case-list .txt {
    display: block;
    padding-left: 12px;
    line-height: 44px;
    text-align: center
}

.case-wrap .page-wrap {
    height: 34px;
    text-align: center;
    margin-bottom: 66px
}

.case-wrap .detail-wrap {
    position: relative
}

.case-wrap .detail-tit {
    position: absolute;
    left: 0;
    top: -140px;
    width: 100%
}

.case-wrap .detail-tit h4 {
    float: left;
    padding-left: 15px;
    font-size: 24px;
    line-height: 48px;
    color: #fff;
    position: relative
}

.case-wrap .detail-tit h4 span {
    font-size: 22px;
    font-weight: normal;
    color: #919395
}

.case-wrap .detail-tit h4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 25px;
    background: #009dff;
    border-radius: 4px
}

.case-wrap .detail-tit .line {
    width: 842px;
    height: 1px;
    background: #919395;
    overflow: hidden;
    position: absolute;
    left: 250px;
    top: 26px
}

.case-wrap .detail-tit .return-btn {
    float: right;
    width: 100px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin-top: 12px;
    color: #fff;
    border: 1px solid #919395;
    background: transparent;
    border-radius: 12px
}

.case-wrap .detail-con {
    margin-top: -66px
}

.case-wrap .company-info {
    float: left;
    width: 220px;
    padding: 30px;
    background: #fff;
    margin-bottom: 30px;
    min-height: 616px
}

.case-wrap .company-info .name {
    font-size: 38px;
    line-height: 48px;
    color: #333;
    margin-bottom: 4px
}

.case-wrap .company-info .web {
    color: #999;
    margin-bottom: 15px
}

.case-wrap .company-info .tag-group {
    margin-bottom: 20px
}

.case-wrap .company-info .tag {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    background: #0087dc;
    color: #fff;
    margin-right: 4px;
    margin-bottom: 10px;
    border-radius: 2px
}

.case-wrap .company-info .intro {
    line-height: 26px;
    word-wrap: break-word;
    word-break: break-all;
    text-align: justify
}

.case-wrap .company-case {
    float: left;
    width: 700px;
    /*background: #fff url(../Images/macbook.png) no-repeat 95px 70px;*/
    padding: 70px 95px 0;
    margin-left: 30px;
    margin-bottom: 30px;
    min-height: 606px
}

.case-wrap .case-slide {
    width: 506px;
    height: 316px;
    margin-top: 20px;
    margin-left: 98px;
    position: relative
}

.case-wrap .case-slide .bd {
    overflow: hidden
}

.case-wrap .case-slide .bd li {
    float: left;
    width: 506px;
    height: 316px
}

.case-wrap .case-slide .bd img {
    width: 506px;
    height: 316px;
    overflow: hidden
}

.case-wrap .case-slide .prev, .case-wrap .case-slide .next {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-top: -25px;
    border: 2px solid #d8d8d8;
    color: #d8d8d8;
    font-size: 30px;
    font-family: simsun;
    font-weight: bold;
    cursor: pointer;
    background: transparent;
    border-radius: 50%;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.case-wrap .case-slide .prev:hover, .case-wrap .case-slide .next:hover {
    color: #fff;
    background: #ccc
}

.case-wrap .case-slide .prev {
    left: -100px
}

.case-wrap .case-slide .next {
    right: -100px
}

.case-wrap .bottom {
    margin-top: 116px;
    text-align: center
}

.case-wrap .bottom strong {
    font-size: 28px;
    color: #333;
    font-weight: normal;
    line-height: 24px
}

.case-wrap .bottom .advisory-btn {
    display: block;
    width: 220px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    background: #ff7a00;
    font-size: 24px;
    font-weight: bold;
    margin: 30px auto;
    position: relative
}

.case-wrap .bottom .advisory-btn b {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: url(../Images/advisory-btn.png) no-repeat;*/
    overflow: hidden
}

.w120 {
    margin: 0 auto;
    width: 1200px
}

.title {
    display: inline-block;
    width: 1200px;
    text-align: center;
    font: 32px/35px 'Microsoft Yahei', PingFangSC, sans-serif;
    padding: 50px 0
}

.center {
    margin: 0 auto
}
.center span{
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px;
    font-family: "Microsoft Yahei", "PingFang SC", sans-serif;
    color:#686868;
}

.w80 {
    width: 80px
}

.pd50 {
    padding: 50px 0
}

.pd96 {
    padding-top: 96px
}

.w80 span {
    display: block;
    line-height: 16px;
    text-align: center
}

.case_name {
    height: 200px
}

.case_img {
    display: block;
    width: 90%;
    margin: 0 auto;
    box-shadow: -6px 5px 10px #eeeeee
}
.case_img img{
    max-width: 100%;
    margin: 0 auto;
}

.jianjie{
    height: 240px;
}
.jianjie p {
    padding: 20px 0
}

.jianjie p:nth-of-type(1) {
    font: 25px/35px "Microsoft YaHei", serif;
    border-bottom: 1px dotted #666666
}

.jianjie a {
    display: block;
    width: 150px;
    height: 35px;
    line-height: 35px;
    margin: 50px auto;
    text-decoration: none;
    background-color: rgba(230, 0, 0, 1);
    color: #FFFFFF;
    text-align: center
}
.jianjie a:hover{
    background-color: #ffffff;
    border: 1px solid #cc0001;
}