.slides{
    display: block;
    width: 100%;
    height: 650px;
    background: url('../../images/index/banner1.png') center no-repeat;
    background-size: cover;
}

/* 方案 */
.partScheme{
    width: 100%;
    padding-top: 60px;
    padding-bottom: 48px;
    background-color: #FAFBFC;
}
.partScheme>p{
    width: 100%;
    font-family: phb;
    font-size: 40px;
    line-height: 52px;
    color: #333333;
    text-align: center;
}
.partScheme>div{
    width: 100%;
    height: 663px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}
.partScheme>div>.img{
    width: 541px;
    height: 663px;
    background: url('../../images/index/scheme0.png') center no-repeat;
    background-size: 100% 100%;
    margin: 0 30px;
    flex-shrink: 0;
}
.partScheme>div>.side{
    width: 444px;
    flex-shrink: 0;
}
.partScheme>div>.side>.item{
    width: 444px;
    padding-top: 60px;
    padding-left: 73px;
    margin-bottom: 48px;
    /* transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear; */
    animation:boxmove 1.5s ease-in-out infinite;
    -webkit-animation:boxmove 1.5s ease-in-out infinite;
}
.partScheme>div>.side>.item:last-child{
    margin-bottom: 0;
}
.partScheme .sh1{
    animation-delay: 0.2s !important;
}
.partScheme .sh2{
    animation-delay: 0.5s !important;
}
.partScheme .sh3{
    animation-delay: 0.8s !important;
}
.partScheme .sh4{
    animation-delay: 1.1s !important;
}
@keyframes boxmove
{
    0% {
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
    }
    50% {
        transform: translate(0,-10px);
        -webkit-transform: translate(0,-10px);
        -moz-transform: translate(0,-10px);
        -ms-transform: translate(0,-10px);
        -o-transform: translate(0,-10px);
    }
    100% {
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
    }
}
.partScheme>div>.side>.item>p{
    width: 100%;
    font-family: phb;
    font-size: 30px;
    line-height: 40px;
    color: #333333;
}
.partScheme>div>.side>.item>div{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
.partScheme>div>.side>.item>div>p{
    min-width: 148px;
    height: 54px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    font-family: phr;
    font-size: 18px;
    line-height: 1em;
    color: #171717;
}
.partScheme>div>.side>.item>div>p>span{
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: #FF6B3C;
    margin-right: 10px;
}
.partScheme .sh1{
    height: 284px;
    background: url('../../images/index/scheme1.png') center no-repeat;
    background-size: 100% 100%;
}
.partScheme .sh2{
    height: 284px;
    background: url('../../images/index/scheme2.png') center no-repeat;
    background-size: 100% 100%;
}
.partScheme .sh3{
    height: 284px;
    background: url('../../images/index/scheme3.png') center no-repeat;
    background-size: 100% 100%;
}
.partScheme .sh4{
    height: 304px;
    background: url('../../images/index/scheme4.png') center no-repeat;
    background-size: 100% 100%;
}
.partScheme .sh4>div{
    margin-top: 0 !important;
}

/* 满意 */
.satisfied{
    width: 100%;
    background-color: white;
    padding-top: 40px;
    padding-bottom: 23px;
}
.satisfied>p{
    width: 100%;
    font-family: phb;
    font-size: 40px;
    line-height: 52px;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
}
.satisfied>div{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.satisfied>div>img{
    display: none;
    width: 644px;
    height: 644px;
    flex-shrink: 0;
}
.satisfied>div>img.active{
    display: block;
}
.satisfied>div>div{
    width: 708px;
}
.satisfied>div.part1>div{
    padding-left: 176px;
}
.satisfied>div.part2>div{
    padding-left: 130px;
}
.satisfied>div>div>.p01{
    width: 100%;
    font-family: phr;
    font-size: 30px;
    line-height: 40px;
    color: #333333;
    margin-bottom: 10px;
}
.satisfied>div>div>.p02{
    width: 100%;
    display: flex;
    align-items: center;
    font-family: phl;
    font-size: 20px;
    line-height: 28px;
    height: 58px;
}
.satisfied>div>div>.p02>span{
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #FF5808;
    box-shadow: 0px 2px 4px 0px #F4A682;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    margin-right: 8px;
}
.satisfied>div>div>div{
    width: 392px;
    height: 182px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin-top: 20px;
}
.satisfied>div>div>div>.item{
    width: 62px;
    height: 62px;
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 100px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    border: 1px solid transparent;
}
.satisfied>div>div>div>.item:nth-child(3n){
    margin-right: 0;
}
.satisfied>div>div>div>.item.active{
    border: 1px solid #FF580B;
    box-shadow: 0px 0px 26px -13px #FC6D05;
}
.satisfied>div>div>div>.item>img{
    display: block;
    width: 100%;
    height: 100%;
}
.satisfied>div>div>div>.item>p{
    width: 120px;
    font-family: phr;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    text-align: center;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    position: absolute;
    left: 50%;
    bottom: -36px;
}

/* 服务 */
.service{
    width: 100%;
    background-color: white;
    padding-top: 40px;
    padding-bottom: 45px;
}
.service>p{
    width: 100%;
    font-family: phb;
    font-size: 40px;
    line-height: 52px;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
}
.service>div{
    width: 100%;
    height: 630px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service>div>div{
    height: 100%;
    background-color: rgba(255, 241, 231, 0.42);
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    overflow: hidden;
}
.service>div>div>.title{
    width: 100%;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF903F;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    font-family: phb;
    font-size: 26px;
    line-height: 1em;
    color: white;
}
.service>div>.statistic{
    width: 297px;
}
.service>div>.statistic>.list{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 30px 0 30px;
}
.service>div>.statistic>.list>div{
    width: 106px;
    height: 156px;
}
.service>div>.statistic>.list>div>img{
    display: block;
    width: 106px;
    height: 106px;
    margin-bottom: 10px;
    cursor: pointer;
}
.service>div>.statistic>.list>div>p{
    width: 100%;
    font-family: phr;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    text-align: center;
}
.service>div>.statistic>a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 153px;
    height: 35px;
    background-color: #FFF1E7;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin: 18px auto 0 auto;
    font-family: phr;
    font-size: 16px;
    line-height: 1em;
    color: #333333;
}
.service>div>.manage{
    width: 809px;
    margin: 0 20px;
}
.service>div>.manage>div{
    width: 100%;
    height: 564px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.service>div>.manage>div>div{
    width: 100%;
    height: 236px;
    position: relative;
}
.service>div>.manage>div>div>p{
    width: 78px;
    height: 150px;
    background: linear-gradient(90deg, #FE9F30 0%, #FC6D05 100%);
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    font-family: phb;
    font-size: 20px;
    line-height: 26px;
    color: white;
    display: flex;
    align-items: center;
    padding-left: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
}
.service>div>.manage>div>div>div{
    display: flex;
    flex-wrap: wrap;
    padding: 30px 37px 0 37px;
    justify-content: space-between;
    width: 680px;
    height: 236px;
    background-color: #FDDCB1;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    border: 3px solid white;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    position: absolute;
    top: 50%;
    left: 54px;
    z-index: 20;
}
.service>div>.manage>div>div>div>span{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: phr;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    text-align: center;
    flex-shrink: 0;
}
.service>div>.manage>div>div>div>span:nth-child(1){
    background: url('../../images/index/arr01.png') center no-repeat;
    background-size: 100% 100%;
    width: 139px;
    height: 80px;
}
.service>div>.manage>div>div>div>span:nth-child(2){
    background: url('../../images/index/arr04.png') center no-repeat;
    background-size: 100% 100%;
    width: 139px;
    height: 80px;
}
.service>div>.manage>div>div>div>span:nth-child(3){
    background: url('../../images/index/arr04.png') center no-repeat;
    background-size: 100% 100%;
    width: 139px;
    height: 80px;
}
.service>div>.manage>div>div>div>span:nth-child(4){
    background: url('../../images/index/arr04.png') center no-repeat;
    background-size: 100% 100%;
    width: 139px;
    height: 80px;
}
.service>div>.manage>div>div>div>span:nth-child(5){
    background: url('../../images/index/arr02.png') center no-repeat;
    background-size: 100% 100%;
    width: 132px;
    height: 80px;
}
.service>div>.manage>div>div>div>span:nth-child(6){
    background: url('../../images/index/arr03.png') center no-repeat;
    background-size: 100% 100%;
    width: 134px;
    height: 80px;
}
.service>div>.manage>div>div>div>span:nth-child(7){
    background: url('../../images/index/arr03.png') center no-repeat;
    background-size: 100% 100%;
    width: 134px;
    height: 80px;
}
.service>div>.manage>div>div>div>span:nth-child(8){
    background: url('../../images/index/arr03.png') center no-repeat;
    background-size: 100% 100%;
    width: 134px;
    height: 80px;
}
.service>div>.platform{
    width: 294px;
}
.service>div>.platform>div{
    width: 100%;
    height: auto;
    padding-top: 30px;
}
.service>div>.platform>div>a{
    width: 153px;
    height: 35px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: #FFF1E7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: phr;
    font-size: 16px;
    line-height: 1em;
    color: #333333;
    cursor: pointer;
    margin: 0 auto 32px auto;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
}
.service>div>.platform>div>a:last-child{
    margin-bottom: 0;
}
.service>div>.platform>div>a:hover{
    background-color: #FF903F;
    color: white;
}

/* 卡片展示 */
.cards{
    width: 100%;
    height: 800px;
    background: url('../../images/index/cardsBack.png') center no-repeat;
    background-size: cover;
    padding-top: 80px;
}
.cards>p{
    width: 100%;
    font-family: phb;
    font-size: 40px;
    line-height: 52px;
    color: white;
    text-align: center;
}
.cards>.list{
    width: 100%;
    height: 586px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.cards>.list>.item{
    width: 300px;
    height: 458px;
    background-color: white;
    position: relative;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    margin-right: 20px;
    overflow: hidden;
}
.cards>.list>.item:last-child{
    margin-right: 0;
}
.cards>.list>.item *{
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.cards>.list>.item>div{
     width: 100%;
     height: 100%;
}
.cards>.list>.item>.basic{
    padding-top: 80px;
    position: relative;
}
.cards>.list>.item>.hover{
    display: none;
}
.cards>.list>.item>.basic>.cardIcon{
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.cards>.list>.item>.hover>.cardIcon{
    width: 56px;
    height: 56px;
}
.cards>.list>.item>.basic>.p01{
    width: 100%;
    font-family: phr;
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    text-align: center;
    margin-top: 50px;
}
.cards>.list>.item>.basic>.p02{
    width: 192px;
    font-family: phl;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #333333;
    margin: 20px auto 0 auto;
}
.cards>.list>.item>.basic>span{
    display: block;
    width: 30px;
    height: 5px;
    background-color: #FC6D05;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    position: absolute;
    left: 50%;
    bottom: 46px;
}
.cards>.list>.item>.hover{
    position: relative;
    padding-top: 55px;
    padding-left: 35px;
}
.cards>.list>.item>.hover>.p01{
    width: 100%;
    font-family: phr;
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    margin-top: 10px;
    padding-left: 8px;
}
.cards>.list>.item>.hover>.p02{
    width: 437px;
    height: auto;
    font-family: phl;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-top: 20px;
    padding-left: 8px;
}
.cards>.list>.item>.hover>.p03{
    width: 432px;
    height: 50px;
    font-family: phb;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    position: absolute;
    left: 42px;
    bottom: 30px;
    z-index: 10;
}
.cards>.list>.item>.hover>.stars{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    background-color: white;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    padding-left: 30px;
}
.cards>.list>.item>.hover>.stars>span{
    display: block;
    width: 60px;
    height: 60px;
    background: url('../../images/index/funcStar.png') center no-repeat;
    background-size: 100% 100%;
    margin-right: 2px;
}
.cards>.list>.item:nth-child(1)>.basic>.cardIcon{
    background: url('../../images/index/func1.png') center no-repeat;
    background-size: 100% 100%;
}
.cards>.list>.item:nth-child(1)>.hover>.cardIcon{
    background: url('../../images/index/func10.png') center no-repeat;
    background-size: 100% 100%;
}
.cards>.list>.item:nth-child(2)>.basic>.cardIcon{
    background: url('../../images/index/func2.png') center no-repeat;
    background-size: 100% 100%;
}
.cards>.list>.item:nth-child(2)>.hover>.cardIcon{
    background: url('../../images/index/func20.png') center no-repeat;
    background-size: 100% 100%;
}
.cards>.list>.item:nth-child(3)>.basic>.cardIcon{
    background: url('../../images/index/func3.png') center no-repeat;
    background-size: 100% 100%;
}
.cards>.list>.item:nth-child(3)>.hover>.cardIcon{
    background: url('../../images/index/func30.png') center no-repeat;
    background-size: 100% 100%;
}
.cards>.list>.item:nth-child(4)>.basic>.cardIcon{
    background: url('../../images/index/func4.png') center no-repeat;
    background-size: 100% 100%;
}
.cards>.list>.item:nth-child(4)>.hover>.cardIcon{
    background: url('../../images/index/func40.png') center no-repeat;
    background-size: 100% 100%;
}
.cards>.list>.item.active{
    width: 520px;
    height: 560px;
    background-color: rgba(255, 255, 255, 0.8);

}
.cards>.list>.item.active>.basic{
    display: none;
}
.cards>.list>.item.active>.hover{
    display: block;
}

/* 礼品部分 */
.gifts{
    width: 100%;
    height: auto;
    background-color: white;
    padding-top: 60px;
}
.gifts>p{
    width: 100%;
    font-family: phb;
    font-size: 40px;
    line-height: 52px;
    color: #333333;
    text-align: center;
}
.gifts>div{
    width: 1440px;
    height: auto;
    margin: 60px auto 0 auto;
}
.gifts>div>.slogans{
    width: 100%;
    height: 224px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gifts>div>.slogans>div{
    width: 345px;
    height: 224px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.gifts>div>.slogans>div:nth-child(1){
    background: url('../../images/index/slo01.png') center no-repeat;
    background-size: 100% 100%;
}
.gifts>div>.slogans>div:nth-child(2){
    background: url('../../images/index/slo02.png') center no-repeat;
    background-size: 100% 100%;
}
.gifts>div>.slogans>div:nth-child(3){
    background: url('../../images/index/slo03.png') center no-repeat;
    background-size: 100% 100%;
}
.gifts>div>.slogans>div:nth-child(4){
    background: url('../../images/index/slo04.png') center no-repeat;
    background-size: 100% 100%;
}
.gifts>div>.slogans>div>.p01{
    width: 100%;
    font-family: phb;
    font-size: 34px;
    line-height: 45px;
    color: #333333;
    text-align: center;
    margin-bottom: 16px;
}
.gifts>div>.slogans>div>.p02{
    width: 100%;
    font-family: phr;
    font-size: 16px;
    line-height: 27px;
    color: #666666;
    text-align: center;
}
.gifts>div>.brands{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gifts>div>.brands>img{
    display: block;
    width: 222px;
    height: 76px;
    margin-top: 20px;
}
.gifts>div>.goods{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gifts>div>.goods>img{
    display: block;
    width: 222px;
    height: 154px;
    margin-top: 20px;
}

/* 案例 */
.cases{
    width: 100%;
    height: auto;
    background-color: white;
    padding-top: 60px;
}
.cases>p{
    width: 100%;
    font-family: phb;
    font-size: 40px;
    line-height: 52px;
    color: #333333;
    text-align: center;
}
.cases>div{
    width: 100%;
    height: 798px;
    display: flex;
    margin: 60px auto 0 auto;
}
.cases>div>.img{
    width: 50%;
    height: 798px;
    position: relative;
    overflow: hidden;
}
.cases>div>.img>div{
    display: none;
    width: 100%;
    height: 798px;
}
.cases>div>.img>div.active{
    display: block;
}
.cases>div>.img>div.caseImg1{
    background: url('../../images/index/case01.jpg') center right no-repeat;
    background-size: cover;
}
.cases>div>.img>div.caseImg2{
    background: url('../../images/index/case02.jpg') center right no-repeat;
    background-size: cover;
}
.cases>div>.img>div.caseImg3{
    background: url('../../images/index/case03.jpg') center right no-repeat;
    background-size: cover;
}
.cases>div>.img>div.caseImg4{
    background: url('../../images/index/case04.jpg') center right no-repeat;
    background-size: cover;
}
.cases>div>.info{
    width: 50%;
    height: 798px;
    background-color: #FC8130;
    padding-top: 60px;
    padding-left: 90px;
    overflow: hidden;
}
.cases>div>.info>.industry{
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
}
.cases>div>.info>.industry>a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 142px;
    height: 46px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: white;
    margin-right: 34px;
    font-family: phr;
    font-size: 16px;
    line-height: 1em;
    color: #333333;
}
.cases>div>.info>.industry>a:hover{
    font-family: phb;
    color: #FC8130;
}
.cases>div>.info>.industry>a.active{
    font-family: phb;
    color: #FC8130;
}
.cases>div>.info>.industry>a:last-child{
    margin-right: 0;
}
.cases>div>.info>span{
    display: block;
    width: 33px;
    height: 34px;
    background: url('../../images/index/quot.png') center no-repeat;
    background-size: 100% 100%;
    margin-top: 40px;
}
.cases>div>.info>.item{
    display: none;
}
.cases>div>.info>.item.active{
    display: block;
}
.cases>div>.info>.item>.text{
    width: 630px;
}
.cases>div>.info>.item>.text>p{
    font-family: phr;
    font-size: 20px;
    line-height: 26px;
    color: white;
}
.cases>div>.info>.item>.text>p>span{
    font-family: phb;
    line-height: 40px;
}
.cases>div>.info>.item>.text>p:nth-child(1){
    margin-top: 40px;
}
.cases>div>.info>.item>.text>p:nth-child(2){
    margin-top: 50px;
}
.cases>div>.info>.item>.text>p:nth-child(3){
    margin-top: 30px;
}
.cases>div>.info>.item>.tools{
    width: 100%;
    margin-top: 30px;
}
.cases>div>.info>.item>.tools>p{
    width: 100%;
    font-family: phb;
    font-size: 20px;
    line-height: 26px;
    color: white;
}
.cases>div>.info>.item>.tools>div{
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.cases>div>.info>.item>.tools>div>span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 136px;
    height: 46px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: white;
    margin-right: 34px;
    font-family: phr;
    font-size: 16px;
    line-height: 1em;
    color: #333333;
    cursor: default;
}
.cases>div>.info>.item>a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 136px;
    height: 46px;
    background-color: white;
    margin-top: 30px;
    font-family: phb;
    font-size: 16px;
    line-height: 1em;
    color: #FC8130;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.cases>div>.info>.item>a.btnEffect{
    background-color: #2C2C2C;
    color: white;
}

/* 新闻 */
.news{
    width: 100%;
    padding-top: 60px;
    background-color: white;
}
.news>p{
    width: 100%;
    font-family: phb;
    font-size: 40px;
    line-height: 52px;
    color: #333333;
    text-align: center;
    padding-bottom: 60px;
}
.news>div{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F1F1F1;
    padding: 60px 0;
}
.news>div>div{
    width: 710px;
    height: 700px;
    background-color: white;
    padding-top: 42px;
}
.news>div>div:first-child{
    margin-right: 20px;
}
.news>div>div>p{
    width: 100%;
    font-family: phb;
    font-size: 26px;
    line-height: 35px;
    color: #333333;
    padding: 0 25px;
    margin-bottom: 20px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.news>div>div>p>a{
    display: flex;
    align-items: center;
    font-family: phr;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
}
.news>div>div>p>a>img{
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
}
.news>div>div>.oneNews{
    display: block;
    width: 100%;
    height: auto;
    padding: 0 25px 25px 25px;
}
.news>div>div>.oneNews>.img{
    width: 660px;
    height: 300px;
}
.news>div>div>.oneNews>.p01{
    width: 100%;
    font-family: phb;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin-top: 18px;
}
.news>div>div>.oneNews>.p02{
    width: 100%;
    font-family: phr;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    margin-top: 10px;
}
.news>div>div>.list{
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(151, 151, 151, 0.14);
    padding: 25px;
}
.news>div>div>.list>.item{
    width: 100%;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 21px;
}
.news>div>div>.list>.item:last-child{
    margin-bottom: 0;
}
.news>div>div>.list>.item>a{
    display: block;
    flex: 1;
    font-family: phr;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
}
.news>div>div>.list>.item>p{
    flex-shrink: 0;
    width: 100px;
    font-family: phr;
    font-size: 16px;
    line-height: 21px;
    color: #999999;
    text-align: right;
}