@charset "utf-8";
/* CSS Document */

/***** 查看更多按钮 *****/
.more-btn {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #bbb;
}
.more-btn:before,
.more-btn:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #bbb;
    content: '';
    transition: width .3s;
}
.more-btn:after {
    z-index: 1;
    width: 0;
    background: #0ba690;
}
.more-btn:hover {
    color: #0ba690;
}
.more-btn:hover:after{
    width: 100%;
}


/***** 动态背景 *****/
.line-bg-before {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.line-svg {
    position: absolute;
    right: 0;
    top: 0;
    width: 1920px;
    height: 240px;
    transform: rotate(-10deg);
    transform-origin: 80% 0;
    pointer-events: none;
    opacity: 0.25;
}
.line-svg .parallax>use{animation:move-forever 18s linear infinite}
.line-svg .parallax>use:nth-child(1){animation-delay:-2s}
.line-svg .parallax>use:nth-child(2){animation-delay:-2s;animation-duration:8s}
.line-svg .parallax>use:nth-child(3){animation-delay:-4s;animation-duration:9s}
.line-svg .parallax>use:nth-child(4){animation-delay:-4s;animation-duration:12s}
@keyframes move-forever{
  0%{transform:translate(-90px,0)}
  100%{transform:translate(85px,0)}
}
@-webkit-keyframes mover {
    0% {
        -webkit-transform: translate(0,0) rotate(0);
        transform: translate(0,0) rotate(0)
    }

    20% {
        -webkit-transform: translate(73px,-1px) rotate(36deg);
        transform: translate(73px,-1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px,72px) rotate(72deg);
        transform: translate(141px,72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px,122px) rotate(108deg);
        transform: translate(83px,122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px,72px) rotate(144deg);
        transform: translate(-40px,72px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0,0) rotate(0);
        transform: translate(0,0) rotate(0)
    }
}


/***** 详情页宣传语 *****/
.propagate-body {
    padding: 80px 0;
    color: #000;
    text-align: center;
}
.propagate-body .china {
    font-size: 36px;
    line-height: 60px;
}
.propagate-body .en {
    font-size: 72px;
    line-height: 100px;
}
.propagate-body .tel {
    position: relative;
    margin-top: 65px;
    font-size: 36px;
    line-height: 40px;
}
.propagate-body .tel:before {
    position: absolute;
    top: -22px;
    left: 50%;
    width: 10px;
    height: 2px;
    margin-left: -5px;
    background: #000;
    content: '';
}
.propagate-body .info {
    font-size: 22px;
    line-height: 40px;
}
@media screen and (max-width: 540px) {
    .propagate-body {
        padding: 55px 0;
    }
    .propagate-body .china {
        font-size: 24px;
        line-height: 40px;
    }
    .propagate-body .en {
        font-size: 48px;
        line-height: 66px;
    }
    .propagate-body .tel {
        margin-top: 44px;
        font-size: 24px;
        line-height: 26px;
    }
    .propagate-body .tel:before {
        top: -14px;
    }
    .propagate-body .info {
        font-size: 14px;
        line-height: 26px;
    }
}


/***** 案例 *****/
.case-list-body .list {
    margin-top: -35px;
    margin-right: -15px;
}
.case-list-body li {
    float: left;
    width: 33.3%;
    padding: 35px 15px 0 0;
}
.case-list-body li .whole-pic:before {
    display: block;
    padding-bottom: 66.6%;
    content: '';
}
.case-list-body li .content {
    padding: 20px 10px 0;
}
.case-list-body li .title {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #38393b;
    line-height: 28px;
}
.case-list-body li .sub-title {
    font-size: 14px;
    color: #7a7d81;
    line-height: 24px;
}
.case-list-body li a:hover .title {
    text-decoration: underline;
	color: #0ba690;
}
.case-list-body li a:hover .img {
    transform: scale(1.1);
}
@media screen and (max-width: 540px) {
    .case-list-container .case-list-body {
        margin-top: -20px;
        margin-right: -10px;
    }
    .case-list-body li {
        width: 50%;
        padding: 20px 10px 0 0;
    }
    .case-list-body li .content {
        padding: 10px 5px 0;
    }
    .case-list-body li .title {
        margin-bottom: 0;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
    }
}


/***** 合作模式 *****/
.cooperation-body {
    position: relative;
}
.cooperation-body li {
    position: relative;
    float: left;
    width: 20%;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
}
.cooperation-body li:nth-child(1),
.cooperation-body li:nth-child(2),
.cooperation-body li:nth-child(3),
.cooperation-body li:nth-child(4),
.cooperation-body li:nth-child(5) {
    border-top: none;
}
.cooperation-body li:nth-child(5n) {
    border-right: none;
}
.cooperation-body li:before {
    display: block;
    padding-bottom: 56.25%;
    content: '';
}
.cooperation-body a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s;
}
.cooperation-body li:hover {
    z-index: 2;
}
.cooperation-body li:hover .img {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
}
@media screen and (max-width: 540px) {
    .cooperation-body li {
        width: 33.3%;
    }
    .cooperation-body li:nth-child(4),
    .cooperation-body li:nth-child(5) {
        border-top: 1px solid #eee;
    }
    .cooperation-body li:nth-child(5n) {
        border-right: 1px solid #eee;
    }
    .cooperation-body li:nth-child(3n) {
        border-right: none;
    }
}



/***** 服务范围 *****/
.service-block li {
    float: left;
    width: 12.5%;
}
.service-block li a {
    position: relative;
    padding: 70px 20% 80px;
    color: #38393b;
    font-weight: 700;
    transition: all .3s;
}
.service-block li a:before {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -6px;
    height: 6px;
    background: #7a7d81;
    content: '';
    opacity: 0;
    transition: opacity .3s;
}
.service-block li a:after {
    display: block;
    width: 24px;
    height: 2px;
    margin-top: 45px;
    background: #38393b;
    transition: background .3s;
    content: '';
}
.service-block .iconfont{
    display: block;
    font-size: 50px;
    line-height: 1;
    font-weight: 400;
    transition: transform .3s;
    transform-origin: 0 50% 0;
}
.service-block .en {
    margin: 40px 0 15px;
    height: 72px;
    font-size: 24px;
    font-family: 'Arial';
    line-height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.service-block .name {
    font-size: 18px;
    line-height: 28px;
}
.service-block a:hover {
    background: #38393b;
    color: #fff;
}
.service-block a:hover .iconfont {
    transform: scale(1.2);
}
.service-block a:hover:before {
    opacity: 1;
}
.service-block a:hover:after {
    background: #fff;
}
@media screen and (max-width: 900px) and (min-width: 540px) {
    .service-block li {
        width: 25%;
    }
}
@media screen and (max-width: 540px) {
    .service-block li {
        width: 33.3%;
    }
    .service-block li a {
        padding: 45px 15% 50px;
    }
    .service-block li a:after {
        margin-top: 30px;
    }
    .service-block .iconfont {
        font-size: 38px;
    }
    .service-block .en {
        height: 60px;
        margin: 25px 0 8px;
        font-size: 20px;
        line-height: 30px;
    }
    .service-block .name {
        font-size: 16px;
        line-height: 24px;
    }
}
.ie .service-block li a:before {
    visibility: hidden;
}
.ie .service-block a:hover:before {
    visibility: visible;
}