/* index.css */

/* 我们的服务 */
.our-services {
    min-width: 1300px;
    height: 870px;
    background-image: url("../imgs/our-services.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.our-services .main-title h2 {
    color: #fff;
    padding-top: 66px;
}

.our-services .main-title p {
    color: #C8C5C5;
}
.our-services .bottom{
    margin-top: 90px;
    zoom: .9;
}
.our-services .bottom .circle {
    position: relative;
    width: 522px;
    height: 522px;
    margin: 0 auto;
}
.our-services .bottom .circle::before {
    content: "";
    position: absolute;
    width: 158px;
    height: 116px;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -58px;
    margin-left: -79px;
    background-image: url("../imgs/logo_icon.png");
    background-repeat: no-repeat;
    background-size: cover;

}
.our-services .bottom .circle li {
    position: absolute;
}

.our-services .bottom .circle li .item {
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    transition: all .3s;
}

.our-services .bottom .circle li .item::before {
    content: "";
    position: absolute;
    width: 478px;
    height: 74px;
    background-repeat: no-repeat;
    background-size: cover;
}

.our-services .bottom .circle li .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

.our-services .bottom .circle li .item .goItem{
    position: absolute;
    top: 0;
    left: 0;
}
.our-services .bottom .circle li img {
    width: 40px;
    height: 40px;
}

.our-services .circle .one .item {
    width: 220px;
    height: 258px;
    background-image: url("../imgs/green1.png");
    top: 0;
    left: 268px;
    padding-top: 76px;
    padding-left: 48px;
}

.our-services .circle .two .item {
    width: 180px;
    height: 258px;
    background-image: url("../imgs/green2.png");
    top: 135px;
    left: 342px;
    padding-top: 146px;
    padding-left: 36px;
}

.our-services .circle .three .item {
    width: 297px;
    height: 125px;
    background-image: url("../imgs/green3.png");
    top: 397px;
    left: 186px;
    padding-top: 20px;
    padding-right: 62px;
}

.our-services .circle .four .item {
    width: 220px;
    height: 258px;
    background-image: url("../imgs/green4.png");
    top: 263px;
    left: 33px;
    padding-top: 90px;
    padding-right: 68px;
}

.our-services .circle .five .item {
    width: 180px;
    height: 258px;
    background-image: url("../imgs/green5.png");
    top: 127px;
    left: 0;
    padding-top: 18px;
}

.our-services .circle .six .item {
    width: 297px;
    height: 125px;
    background-image: url("../imgs/green6.png");
    top: 0;
    left: 38px;
    padding-top: 38px;
    padding-left: 60px
}

.our-services .circle li.one .item::before {
    width: 473px;
    top: -20px;
    left: 130px;
    background-image: url("../imgs/green_line1.png");
}

.our-services .circle li.two .item::before {
    width: 419px;
    top: 70px;
    left: 161px;
    background-image: url("../imgs/green_line2.png");
}

.our-services .circle li.three .item::before {
    width: 463px;
    top: 50px;
    left: 232px;
    background-image: url("../imgs/green_line3.png");
}

.our-services .circle li.four .item::before {
    width: 463px;
    height: 64px;
    top: 185px;
    right: 147px;
    background-image: url("../imgs/green_line4.png");
}

.our-services .circle li.five .item::before {
    width: 419px;
    height: 63px;
    top: 77px;
    right: 163px;
    background-image: url("../imgs/green_line5.png");
}

.our-services .circle li.six .item::before {
    width: 473px;
    height: 60px;
    top: 2px;
    right: 215px;
    background-image: url("../imgs/green_line6.png");
}

.our-services .circle li .text {
    position: absolute;
    z-index: 9;
    width: 500px;
    height: 69px;
    line-height: 34px;
    color: #fff;
    font-size: 16px;
    transition: all .3s;
}

.our-services .circle li .text a {
    display: inline;
    color: #fff;
    padding: 0 10px;
}

.our-services .circle .one .text {
    top: -53px;
    left: 90px;
    text-align: right;
}

.our-services .circle .two .text {
    top: 108px;
    left: 70px;
    text-align: right;
}
.our-services .circle .three .text {
    top: 88px;
    left: 180px;
    text-align: right;
}

.our-services .circle .four .text {
    top: 214px;
    left: -378px;
}
.our-services .circle .five .text {
    top: 104px;
    left: -390px;
}
.our-services .circle .six .text {
    top: -32px;
    left: -380px;
}

/* 我们的服务hover 事件 */

.our-services .bottom .circle .text a:hover {
    color: #FA9A09;
    font-weight: bold;
    cursor: pointer;
}

.our-services .bottom .circle .one:hover .item {
    top: -19px;
    background-image: url("../imgs/yellow1.png");
}

.our-services .bottom .circle .one:hover .item::before {
    background-image: url("../imgs/yellow_line1.png");
}

.our-services .bottom .circle .two:hover .item{
    top: 125px;
    left: 362px;
    background-image: url("../imgs/yellow2.png");
}
.our-services .bottom .circle .two:hover .item::before{
    background-image: url("../imgs/yellow_line2.png");
}

.our-services .bottom .circle .three:hover .item{
    top: 407px;
    left: 206px;
    background-image: url("../imgs/yellow3.png");
}
.our-services .bottom .circle .three:hover .item::before{
    background-image: url("../imgs/yellow_line3.png");
}
.our-services .bottom .circle .four:hover .item{
    top: 283px;
    background-image: url("../imgs/yellow4.png");
}
.our-services .bottom .circle .four:hover .item::before{
    background-image: url("../imgs/yellow_line4.png");
}

.our-services .bottom .circle .five:hover .item{
    top: 137px;
    left: -20px;
    background-image: url("../imgs/yellow5.png");
}
.our-services .bottom .circle .five:hover .item::before{
    background-image: url("../imgs/yellow_line5.png");
}
.our-services .bottom .circle .six:hover .item{
    top: -10px;
    left: 18px;
    background-image: url("../imgs/yellow6.png");
}
.our-services .bottom .circle .six:hover .item::before{
    background-image: url("../imgs/yellow_line6.png");
}
/* 案例展示 */
.case-show {
    width: 100%;
}
.case-show .main-title h2{
    padding-top: 40PX;
}
.case-show .bottom .b-content{
    position: relative;
    margin-top: 0;
    min-height: 840px;
}
.case-show .bottom .b-content .itemLi{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.case-show .bottom .b-content .itemLi .more{
    margin-top: 28px;
}
.case-show .bottom .b-content .itemLi:first-child{
    display: block;
}
.case-show .info .item{
    position: relative;
    float: left;
    width: 433px;
    height: 342.48px;
    text-align: center;
    cursor: pointer;
}
.case-show .info .backg{
    width: 433px;
    height: 322.48px;
    background-image: url("../imgs/backg-case2.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.case-show .info .backg .img{
    display: block;
    position: relative;
    top: 66px;
    left: 61px;
    width: 313px;
    height: 180px;
    overflow: hidden;
}
.case-show .info .backg img{
    position: relative;
    width: 100%;
}
.case-show .info .item .title{
    position: relative;
    width: 100%;
}
.case-show .info .item .text{
    position: absolute;
    width: 100%;
}
.case-show .info .butbox{
    position: absolute;
    width: 100%;
    bottom: -34px;
    display: none;
}

.case-show .info .butbox a{
    float: right;
    width: 160px;
    height: 50px;
    background: #FF920F;
    box-shadow: 0px 5px 15px rgba(255, 146, 15, 0.14);
    border-radius: 3px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    margin-right: 45px;
}
.case-show .info .butbox a:first-child{
    float: left;
    background: #09C383;
    margin-right: 0;
    margin-left: 45px;
    box-shadow: 0px 5px 15px rgba(9, 195, 131, 0.14);
}
/* hover */
/* .case-show .info .item .title:hover .text{
    display: none;
}
.case-show .info .item .title:hover .butbox{
    display: block;
} */
.case-show .info .butbox a:hover{
    font-size: 16px;
}
.main-more{
    width: 140px;
    height: 50px;
    background: #09C383;
    border: 1px solid #09C383;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
}
.main-more:hover{
    font-size: 16px;
    font-weight: bold;
}
/* 案例展示-APP开发-微信开发 */
.appCase{
    padding-top: 42px;
}
.appCase li {
    float: left;
    position: relative;
    width: 22%;
    height: 625px;
    margin-right: 4%;
    text-align: center;
    cursor: pointer;
    background-image: url(../imgs/backg_wap2.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.appCase li:nth-child(4n) {
    margin-right: 0;
}
.appCase .img{
    display: block;
    position: relative;
    top: 47px;
    left: 16px;
    width: 253px;
    height: 480px;
    overflow: hidden;
}

.appCase p{
    position: relative;
    top: 110px;
    font-size: 16px;
    color: #444444;
}
.appCase .mask{
    display: block;
    position: absolute;
    top: 12px;
    left: 16px;
    width: 253px;
    height: 545px;
    border-radius: 30px;
    overflow: hidden;
    background-color: rgba(17, 17, 17, 0.3);
    display: none;
}
.appCase .mask .sub{
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -80px;
}
.appCase .mask a{
    width: 160px;
    height: 50px;
    background: #09C383;
    box-shadow: 0px 5px 15px rgba(9, 195, 131, 0.14);
    border-radius: 3px;
    font-size: 14px;
    line-height: 50px;
    color: #FFFFFF;
    text-align: center;
}
.appCase .img img{
    position: relative;
    width: 100%;
}
.appCase .mask a:last-child{
    margin-top: 20px;
    background: #FF920F;
    box-shadow: 0px 5px 15px rgba(255, 146, 15, 0.14);
}

.appCase li:hover .mask{
    display: block;
}
.appCase .mask a:hover{
    font-size: 16px;
    font-weight: bold;
}

/* 案例展示-知识产权-运营推广*/
.intellectual{
    padding-top: 12px;
}
.intellectual li{
    width: 31%;
    height: 391px;
    background: #FFFFFF;
    border-radius: 4px 4px 0px 0px;
    margin-right: 3.5%;
    cursor: pointer;
    margin-top: 30px;
}

.intellectual li:nth-child(3n){
    margin-right: 0;
}
/* hover */
.intellectual li:hover{
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.intellectual .img:hover img{
    transform: scale(1.1);
}
.intellectual li:hover .title{
    display: none;
}
.intellectual li:hover .handle{
    display: block;
}
.intellectual .img{
    width: 100%;
    height: 302px;
    overflow: hidden;
}
.intellectual .img img{
    width: 100%;
    /* height: 100%; */
    transition: all .3s;
    box-sizing: border-box;
}

.intellectual .title{
    height: 89px;
    line-height: 89px;
    font-size: 16px;
    color: #444444;
    text-align: center;
}
.intellectual .handle{
    line-height: 89px;
    text-align: center;
    margin-left: 38px;
    margin-top: 19.5px;
    display: none;
}
.intellectual .handle a{
    float: left;
    width: 160px;
    height: 50px;
    line-height: 50px;
    background: #FF920F;
    border-radius: 3px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    box-shadow: 0px 5px 15px rgba(255, 146, 15, 0.14);
}
.intellectual .handle a:hover{
    font-size: 16px;
    font-weight: bold;
}
.intellectual .handle a:first-child{
    background: #09C383;
    margin-right: 20px;
    box-shadow: 0px 5px 15px rgba(9, 195, 131, 0.14);
}
/* 广告条1 */
.advertising1 {
    width: 100%;
    min-width: 1300px;
    height: 105px;
    background: rgba(0, 0, 0, 0);
}

.advertising1 a {
    display: block;
    width: 100%;
    background: center 100%;
}
.advertising1 .advertising1-one a {
    display: block;
    width: 100%;
    height: 105px;
    margin-right: .5%;
}
.advertising1 .advertising1-two a {
    float: left;
    width: 49%;
    height: 105px;
    margin-right: .5%;
}
.advertising1 .advertising1-two a:last-child {
    margin-right: 0;
    margin-left: .5%;
}
/* 关于我们 */
.about-us {
    min-width: 1300px;
    height: 857px;
    background: #ECF0F7;
}

/* 以下几个栏目共用标题样式 */
.main-title {
    text-align: center;
}

.main-title h2 {
    font-size: 40px;
    color: #444444;
    font-weight: lighter;
    padding-top: 79px;
}

.main-title>p {
    font-size: 16px;
    line-height: 60px;
    color: #757575;
}

.about-us .bottom {
    margin-top: 40px;
}

.about-us .bottom .box {
    position: relative;
    width: 630px;
    height: 504px;
    background-color: #fff;
}

.about-us .bottom .box .img {
    display: block;
    width: 630px;
    height: 504px;
    overflow: hidden;
}
.about-us .bottom .box img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.about-us .bottom .box:hover img {
    transform: scale(1.1);
}

.about-us .bottom .box .videobox {
    width: 630px;
    height: 504px;
    background-color: #000;
    overflow: hidden;
}
.about-us .bottom .box p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: rgba(12, 12, 12, 0.5);
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    color: #F8F8F8;
}

.about-us .bottom .about-info {
    width: 630px;
    margin-left: 40px;
}

.about-us .bottom .about-info .text {
    height: 328px;
}

.about-us .bottom .about-info .text p {
    height: 300px;
    font-size: 16px;
    line-height: 30px;
    color: #454545;
    overflow: hidden;
}

.about-us .bottom .about-info .text a {
    font-size: 16px;
    line-height: 24px;
    color: #09C383;
}

.about-us .bottom .about-info .text a:hover {
    font-weight: bold;
}

.about-us .bottom .about-info .whtjgs {
    width: 100%;
    height: 145px;
    margin-top: 31px;
    box-sizing: border-box;
}

.about-us .whtjgs .item {
    width: 210px;
    text-align: center;
    height: 145px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    transition: all .2s linear;
}

.about-us .whtjgs .item a{
    display: block;
    width: 210px;
    height: 125px;
    margin-top: 10px;
    padding-top: 10px;
    border-right: 1px solid rgba(208, 208, 208, .39);
}
.about-us .whtjgs .item:hover {
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}

.about-us .whtjgs .item:last-child a{
    border-right: none;
}

.about-us .whtjgs .item .iconfont {
    display: block;
    width: 47px;
    height: 47px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
}
.about-us .whtjgs .item:first-child .iconfont {
    background-image: url('../imgs/icon/icon_site_max.png');
}
.about-us .whtjgs .item:nth-child(2) .iconfont {
    background-image: url('../imgs/icon/icon_mobile_max.png');
}
.about-us .whtjgs .item:last-child .iconfont {
    background-image: url('../imgs/icon/icon_email_max.png');
}

.about-us .whtjgs .item span {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 18px;
    color: #444444;
    display: block;
    padding: 0 20px;
    line-height: 1.5;
    text-align: center;
}

/* 我们的优势 */
.our-advantages {
    position: relative;
    min-width: 1300px;
    height: 836px;
    background-image: url("../imgs/our-advantages.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.our-advantages .bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.our-advantages .main-title h2 {
    color: #fff;
    padding-top: 60px;
}

.our-advantages .main-title>p {
    color: #F5F5F5;
}

.our-advantages .bottom {
    color: #fff;
}

.our-advantages .bottom li {
    float: left;
    width: 650px;
    height: 84px;
    margin-top: 60px;
    cursor: pointer;
    transition: all .3s;
}

.our-advantages .bottom li:hover .title,
.our-advantages .bottom li:hover .content{
    /* color: #09C383; */
    font-weight: bold;
}
.our-advantages .bottom li:hover .content{
    transform: scale(1.06);
}
.our-advantages .bottom li:hover .iconfont{
    transform: rotate(360deg)
}
.our-advantages .bottom li:nth-child(even) {
    padding-left: 40px;
}

.our-advantages .bottom .iconfont {
    float: left;
    display: block;
    width: 84px;
    height: 84px;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .3s;
}
.our-advantages .bottom li:nth-child(1) .iconfont {
    background-image: url('../imgs/icon/wmdys/left1.png');
}
.our-advantages .bottom li:nth-child(2) .iconfont {
    background-image: url('../imgs/icon/wmdys/right1.png');
}
.our-advantages .bottom li:nth-child(3) .iconfont {
    background-image: url('../imgs/icon/wmdys/left2.png');
}
.our-advantages .bottom li:nth-child(4) .iconfont {
    background-image: url('../imgs/icon/wmdys/right2.png');
}
.our-advantages .bottom li:nth-child(5) .iconfont {
    background-image: url('../imgs/icon/wmdys/left3.png');
}
.our-advantages .bottom li:nth-child(6) .iconfont {
    background-image: url('../imgs/icon/wmdys/right3.png');
}
.our-advantages .bottom li:nth-child(7) .iconfont {
    background-image: url('../imgs/icon/wmdys/left4.png');
}
.our-advantages .bottom li:nth-child(8) .iconfont {
    background-image: url('../imgs/icon/wmdys/right4.png');
}

.our-advantages .bottom .content {
    width: 526px;
    height: 80px;
    padding-left: 38px;
    box-sizing: border-box;
    transition: all .3s;
}

.our-advantages .bottom .content .title {
    font-size: 22px;
    font-weight: lighter;
    padding-bottom: 10px;
}

.our-advantages .bottom .content .text {
    font-size: 14px;
    line-height: 22px;
}

/* 新闻资讯 */
.news-information {
    min-width: 1300px;
    background: #FFFFFF;
}

.news-information .main-title h2 {
    color: #444444;
    padding-top: 60px;
}

.news-information .main-title>p {
    color: #999999;
}
.news8{
    width: 454px;
    height: 114px;
    padding: 30px;
    box-sizing: border-box;
    background: #ECF0F7;
}
.news8 h4 {
    font-size: 18px;
    color: #353535;
    padding-bottom: 8px;
}
.news8:hover {
    color: #09C383;
}
.news8 p {
    font-size: 14px;
    line-height: 24px;
    color: #757575;
}
/* 板块切换公用样式 */
.swiper-main-body .bottom {
    position: relative;
    width: 100%;
}

.swiper-main-body .bottom .b-item {
    width: max-content;
    margin: 0 auto;
    height: 61px;
}

.swiper-main-body .bottom .b-item .item {
    padding: 0 20px;
}

.swiper-main-body .bottom .b-item .item a {
    position: relative;
    font-size: 18px;
    color: #666666;
    line-height: 60px;
}

.swiper-main-body .bottom .b-item .item a:hover {
    color: #09C383;
}

.swiper-main-body .bottom .b-item .item a:hover::after {
    width: 100%;
}

.swiper-main-body .bottom .b-item .item a:after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: #09C383;
    margin: -2px auto 0;
    transition: all .3s;
}

.swiper-main-body .bottom .b-item .active a {
    color: #09C383;
}

.swiper-main-body .bottom .b-item .active a::after {
    width: 100%;
}

.news-information .bottom .b-content {
    position: relative;
    width: 100%;
    height: 600px;
    margin-top: 70px;
}

.news-information .bottom .b-content .itemLi {
    position: absolute;
    top: 0;
    left: 0;
    height: 686px;
    width: 100%;
    display: none;
}
.news-information .bottom .b-content .itemLi:first-child {
    display: block;
}
/* 查看更多按钮 */
.more{
    margin: auto; 
    text-align: center; 
    padding: 20px 0 30px;
}
.news-information .bottom .b-content .left .swiper-container {
    width: 454px;
    height: 486px;
}
.news-information .swiper-container-horizontal > .swiper-pagination-bullets, 
.news-information .swiper-pagination-custom, 
.news-information .swiper-pagination-fraction{
    bottom: 140px;
}
.news-information .swiper-button-next, 
.news-information .swiper-button-prev{
    top: 38%;
}
.swiper-container-newsItem .swiper-slide .img{
    display: block;
    width: 454px;
    height: 352px;
    overflow: hidden;
}
.swiper-container-newsItem .swiper-slide .img img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.news-information .bottom .b-content .left img:hover {
    transform: scale(1.1);
}
.news-information .bottom .b-content .left:hover .content h4{
   color:#09C383;
}
.news-information .left .content {
    width: 454px;
    height: 114px;
    padding: 30px;
    box-sizing: border-box;
    background: #ECF0F7;
}
.news-information .left .content li{
    display: none;
}
.news-information .left .content li:first-child{
    display: block;
}

.news-information .left .content h4 {
    font-size: 18px;
    color: #353535;
    padding-bottom: 8px;
}

.news-information .left .content p {
    font-size: 14px;
    line-height: 24px;
    color: #757575;
}

.news-information .center {
    width: 454px;
    height: 486px;
    box-sizing: border-box;
    margin-left: 34px;
}

.news-information .center .item {
    margin-top: 15px;
}

.news-information .center .item:hover .date {
    background: #09C383;
    border: 1px solid #09C383;
}

.news-information .center .item:hover .date span {
    color: #fff;
}

.news-information .center .item:hover .news h4 {
    color: #09C383;
}

.news-information .center .item:first-child {
    margin-top: 0;
}

.news-information .center .item:last-child .news {
    border-bottom: none;
}

.news-information .center .item .date {
    width: 80px;
    height: 64px;
    border-radius: 3px;
    text-align: center;
    font-family: Gadugi;
    font-weight: 400;
    padding: 10px;
    border: 1px solid #D0D0D0;
    box-sizing: border-box;
}

.news-information .center .item .date span {
    line-height: 24px;
    display: block;
}

.news-information .center .item .date .day {
    font-size: 24px;
    color: #666;
}

.news-information .center .item .date .yearMonth {
    font-size: 14px;
    color: #999;
}

.news-information .center .item .news {
    width: 354px;
    border-bottom: 1px solid #D8D8D8;
    padding: 10px 0 16px;
    margin: 0 10px;
}

.news-information .center .item .news h4 {
    font-size: 18px;
    color: #444444;
    padding-bottom: 6px;
}

.news-information .center .item .news p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

/* 热点导视 */
.news-information .right {
    width: 304px;
    margin-left: 40px;
}

.news-information .right .img {
    width: 304px;
    height: 84px;
    line-height: 88px;
    text-indent: 36px;
    background-image: url("../imgs/rdds.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.news-information .right .img h4 {
    font-size: 24px;
    font-weight: bold;
    color: #09C383;
}

.news-information .right .rdds-list {
    position: relative;
    height: 392px;
    overflow: hidden;
}

.news-information .right .item {
    height: 56px;
}

.news-information .right .item:hover .status,
.news-information .right .item:hover .sign {
    background: #FF920F;
}

.news-information .right .item:hover .text {
    color: #FA9A09;
}

.news-information .right .status {
    display: block;
    float: left;
    width: 40px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background: #09C383;
    border-radius: 2px;
    margin-top: 18px;
    overflow: hidden;
    font-size: 14px;
}

.news-information .right .sign {
    position: relative;
    display: block;
    float: left;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #09C383;
    margin: 25px 17px 0;
}

.news-information .right .sign::before {
    position: absolute;
    content: "";
    top: -20px;
    left: 2.5px;
    width: 1px;
    height: 20px;
    background: #E8EFED;
}

.news-information .right .sign::after {
    position: absolute;
    content: "";
    top: 6px;
    left: 2.5px;
    width: 1px;
    height: 30px;
    background: #E8EFED;
}

.news-information .right .text {
    display: block;
    float: left;
    width: 224px;
    margin-top: 16px;
}

/* 我们的客户 */
.our-clients {
    min-width: 1300px;
    height: 1015px;
    background: #ECF0F7;
}

.our-clients .main-title p {
    color: #999;
}

.our-clients .bottom .clientList {
    position: relative;
    height: 348px;
    overflow: hidden;
}

.our-clients .bottom .client1 {
    position: relative;
    margin-top: 8px;
    overflow: hidden;
}

.our-clients .client1 .item {
    float: left;
    width: 176.66px;
    height: 85px;
    border-radius: 3px;
    margin: 14px 20px;
    box-sizing: border-box;
    background-color: #fff;
}

.our-clients .client1 .item a {
    transition: all .3s;
}

.our-clients .client1 .item a:hover {
    transform: scale(1.1);
}

.our-clients .client1 .item img {
    width: 176.66px;
    height: 85px;
    border-radius: 3px;
}

.our-clients .bottom .client2 {
    position: relative;
    width: 100%;
    height: 310px;
    padding: 0 40px;
    margin: 60px auto 0;
}

.our-clients .swiper-container-client2 .swiper-wrapper {
    height: 290px;
    margin-top: 10px;
}

.our-clients .swiper-container-client2 .swiper-slide {
    height: 290px;
    border-radius: 3px;
    text-align: center;
    background-color: #fff;
    transform: scale(.9);
    transition: all .3s;
}

.our-clients .swiper-container-client2 .swiper-slide-active {
    transform: scale(1);
    box-shadow: 0px 0px 15px rgba(64, 79, 93, 0.1);
}

.our-clients .swiper-container-client2 img {
    width: 175px;
    height: 54px;
    margin-top: 36px;
}

.our-clients .swiper-container-client2 .praise {
    position: relative;
    width: 300px;
    height: 120px;
    text-align: left;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.our-clients .swiper-container-client2 .praise span {
    display: block;
    width: 100%;
    height: 120px;
    line-height: 30px;
    text-indent: 36px;
}

.our-clients .swiper-container-client2 .praise::before,
.our-clients .swiper-container-client2 .praise::after {
    content: "“";
    position: absolute;
    top: -36px;
    left: -36px;
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 102px;
    font-family: Helvetica;
    font-weight: 400;
    line-height: 85px;
    color: #EDEDED;
}

.our-clients .swiper-container-client2 .praise::after {
    content: "”";
    top: 92px;
    left: 292px;
}

.our-clients .swiper-container-client2 .Job {
    text-align: right;
    padding-right: 68px;
}

@media screen and (max-width: 1300px) {
    /* 我们的服务 */
    .our-services .bottom{
        zoom: .8;
    }
}