﻿body {
    background: #f1f1f1;
}

.page-slide-inner {
    width: 100%;
    height: 360px;
}

.Design {
    width: 1150px;
    padding: 0 25px;
    min-height: 450px;
    background: #fff;
    margin: -185px auto 0;
    padding-top: 30px;
}

.Design-tab {
    position: relative;
    background: #f2f2f2;
    padding: 28px 0;
    margin-bottom: 50px;
}


.tab-button-next,
.tab-button-prev {
    width: 25px;
    height: 25px;
    cursor: pointer;
    outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.tab-button-prev {
    left: 19px;
    background: url(/public/img/Designl.png) no-repeat;
    background-size: 110% 110%;
}

.tab-button-next {
    right: 19px;
    background: url(/public/img/Designr.png) no-repeat;
    background-size: 110% 110%;
}

.Design-swiper {
    width: 90%;
    margin: 0 auto;
    /* padding-bottom: 20px; */
}

.Design-swiper .swiper-slide {
    position: relative;
    color: #666666;
    font-size: 16px;
    padding: 10px 0;
    cursor: pointer;
    text-align: center;
}

.Design-swiper .swiper-slide::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: '';
    display: block;
    clear: both;
    width: 0%;
    height: 2px;
    background: #259aec;
    transition: all 0.5s;
}

.Design-swiper .swiper-slide.active::after {
    width: 60%;
}

/* ----------------------------- */

.Design-tab-nav {
    padding-bottom: 25px;
    border-bottom: 1px dotted #dddddd;
    margin-bottom: 35px;
}

.Design-tab-nav>ul>li {
    float: left;
    font-size: 14px;
}

.Design-tab-nav>ul>li:nth-child(1) {
    height: 27px;
    line-height: 27px;
    background: url(/public/img/tabIcon.png) no-repeat left center;
    background-size: auto 65%;
    padding-left: 20px;
}

.Design-tab-nav>ul>li>a {
    color: #444;
    font-size: 15px;
    display: block;
}

.Design-tab-nav>ul>li:nth-child(1)>a {
    color: #444;
}

.Design-tab-nav>ul>li:nth-child(5) {
    color: #444;
    padding: 0 3px;
    height: 27px;
    line-height: 27px;
}

.Design-tab-nav>ul>li.mar {
    color: #888;
    height: 27px;
    margin: 0 2px;
    line-height: 27px;
}

.Design-tab-nav>ul>li.marSelect {
    position: relative;
}

.Design-tab-nav>ul>li.marSelect>a {
    color: #444;
    position: relative;
    padding: 0 10px 0 5px;
    height: 27px;
    line-height: 27px;
    border-radius: 3px;
}

.Design-tab-nav>ul>li.marSelect>a>span{
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    display: none;
    background: url(/public/img/upselect.png) no-repeat;
    background-size: 100% auto;
}

.Design-tab-nav>ul>li:hover a {
    color: #1894eb;
}

.tab-title-cen  {
    line-height: 40px;
    margin-bottom: 20px;
}

.tab-title-cen  p{
    float: left;
    color: #d9d9d9;
    font-size: 40px;
    text-transform: uppercase;
}

.tab-title-cen span {
    float: left;
    color: #484848;
    font-size: 24px;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 3px;
}

/* ------------ */

.Design-nav {
    margin-bottom: 42px;
}

.Design-nav li {
    float: left;
    width: 108px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    margin-right: 20px;
    transition: all 0.5s;
}

.Design-nav li a {
    color: #333;
    font-size: 20px;
    display: block;
    transition: all 0.5s;
}

.Design-nav li.active {
    background: #1894eb;
}

.Design-nav li.active a {
    color: #fff;
}

.Design-nav li:hover {
    background: #1894eb;
}

.Design-nav li:hover a {
    color: #fff;
}

.designBeam {
    display: none;
}

/* 项目动态 */

.Design-main {
    padding-bottom: 195px;
}

.Design-main-title {
    margin-bottom: 27px;
}

.Design-main-title li {
    float: left;
    color: #999999;
    font-size: 14px;
}

.Design-itmes-01 {
    width: 475px;
}

.Design-itmes-02 {
    width: 425px;
}

.Design-itmes-03 {
    width: 250px;
}

.Design-main-center li {
    height: 62px;
    line-height: 62px;
}

.Design-main-center li:nth-child(odd) {
    background: #dcf0ff;
}

.Design-main-center li:nth-child(even) {
    background: #f5f5f5;
}

.Design-main-center li a {
    position: relative;
    display: block;
}

.Design-main-center li a::before {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    content: '';
    display: block;
    clear: both;
    width: 6px;
    height: 6px;
    background: url(/public/img/Design.png) no-repeat;
}

.Design-main-center .items {
    float: left;
    color: #666;
    font-size: 14px;
}

.Design-main-proje {
    width: 465px;
    text-indent: 25px;
    white-space: nowrap;
 
    text-overflow: ellipsis;
 
    overflow: hidden;
    margin-right: 10px;
}

.Design-main-name {
    width: 425px;
}

.Design-main-state {
    width: 250px;
}

.Design-main-center li:hover .items {
    color: #1e80ff;
}

.Design-main-center li:hover a::before {
    background: url(/public/img/DesignActive.png) no-repeat;
}

/* 项目成果  */


.Achi-content ul {
    width: 1185px;
}

.Achi-content li {
    float: left;
    width: 356px;
    height: 325px;
    overflow: hidden;
    margin-right: 39px;
    margin-bottom: 70px;
}

.Achi-content li a {
    position: relative;
    display: block;
    height: 325px;
}


.Achi-content .Achi-img {
    width: 356px;
    height: 220px;
    overflow: hidden;
}

.Achi-content .Achi-img img {
    width: 100%;
    max-width: none;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.Achi-content .Achi-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 110px;
    background: #fff;
    transition: height .5s;
}

.Achi-content .Achi-h1 {
    color: #333333;
    font-size: 16px;
    padding-top: 20px;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Achi-content .Achi-key {
    color: #999999;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.Achi-content .Achi-bak {
    color: #fff;
    height: 58px;
    line-height: 58px;
    background: #fff;
    transition: all .5s;
}

.Achi-content .Achi-bak p {
    padding-left: 10px;
    display: inline-block;
}

.Achi-content .Achi-bak span {
    float: right;
    width: 28px;
    height: 28px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    /* border: 1px solid #fff; */
    margin-top: 14px;
    margin-right: 8px;
    display: block;

    border: 1px transparent solid;
    border-image: linear-gradient(to bottom, #f1f1f1, #fff) 1 10;

    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}


.Achi-content li:hover .Achi-text {
    height: 200px;
    transition: height 1s;
}

.Achi-content li:hover .Achi-img img {
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
}

.Achi-content li:hover .Achi-bak {
    background: #b9c0cd;
}