.pageTop {
    position: relative;
}

/* 我的服务 */
.myService {
    height: 743px;
    width: 100%;
    position: relative;
}

.serviceMark {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -85px;
}

.comTitle {
    text-align: center;
    padding-top: 100px;
}

.comTitle h4 {
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    margin-bottom: 14px;
}

.comTitle p {
    font-size: 18px;
    font-weight: 500;
    color: #666666;
    line-height: 22px;
}

.myServiceList {
    margin-top: 48px;
}

.myServiceList .imgBox {
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.myServiceList .mainBox {
    width: 144px;
    height: 144px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 99;
    background: #F6F6F6;
    position: absolute;
}

.myServiceList .imgBox span {
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    box-sizing: border-box;
    border: 2px solid #F1F1F1;
}

.blueCircular {
    width: 126px;
    height: 126px;
    left: -10px;
    top: -4px;
    /* background: #218BC7; */
    background: #F6F6F6;
}

.colourCircular {
    width: 156px;
    height: 156px;
    /* background: linear-gradient(180deg, #FF7124 0%, #FD407A 100%); */
    background: #F6F6F6;
    top: -4px;
    right: -20px;
}

.myServiceList ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 235px;
    text-align: center;
    padding-bottom: 12px;
}

.myServiceList ul li a:hover,.myServiceList ul li .hoverActi {
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.07);
}

/*2.2*/
/*.myServiceList ul li:hover .normal {*/
/*    display: none;*/
/*}*/

/*.myServiceList ul li:hover .active {*/
/*    display: block;*/
/*}*/

/*.myServiceList ul li:hover .serviceBtn {*/
/*    background: #218BC7;*/
/*}*/

/*.myServiceList ul li:hover .mainBox {*/
/*    border-color: transparent;*//* 5.7 */
.ourCase_newNavWrapper{
    margin-top: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.ourCase_newNav{

}

.ourCase_newNav>ul{
    display: flex;
    justify-content: center;
}

.ourCase_newNav>ul>li{
    position: relative;
    padding-bottom: 10px;
    padding-right: 55px;
    font-size: 18px;
    color: #666666;
    line-height: 24px;
    cursor: pointer;
}

.ourCase_newNav>ul>li:last-child{
    margin-right: 0;
}

.ourCase_newNav>ul>li>.navUnderLine{
    position: absolute;
    bottom: 0;
    left:calc(50% - 27px);
    transform: translateX(-50% );
    width: 0px;
    height: 4px;
    background: #218BC7;
    border-radius: 2px;
    transition: all .5s;
}
.navActive>.navUnderLine {
    width: 90px !important;
}

.ourCase_newContent{
    margin-top: 88px;
    padding: 0 20px;
}
.ourCase_moudle{
    display: flex;
}

.ourCase_content{
    width: 50%;
    display: flex;
    /*height: 700px;*/
}


.ourCase_contentBig{
    width: 50%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-right: 15px;
}

.ourCase_contentSmallWrapper{
    width: 50%;
}

.ourCase_contentSmall{
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 5px;
    /*height: 342px;*/

}

.caseBig{
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}

.caseSmall{
    width: 100%;
    height: auto;
}

.casemb15{
    margin-bottom: 15px;
}

.casemr15{
    margin-right: 15px;
}

.stickBottom{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 16px;
    width: 100%;
    height: 53px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 21px;
    border-radius: 0 0 5px 5px;
    background: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
}

.caseMask{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.51);
}

.caseMaskTitle{
    font-size: 24px;
    color: #FFFFFF;
    line-height: 33px;
}

.caseMaskDesc{
    margin: 8px 0 16px 0;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
}

.caseMaskButton{
    padding: 6px 13px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    border: 1px solid #FFFFFF;
}
/* 5.7 end */


.mainBox > .active {
    display: none;
}

.serviceBtn > .active {
    display: none;
}

.serviceTitle {
    font-size: 20px;
    font-weight: bold;
    color: #218BC7;
    line-height: 23px;
    margin: 36px auto 23px auto;
}

.serviceSub {
    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #757782;
    line-height: 24px;
    text-align: center;
}

.serviceBtn {
    margin-top: 22px;
    width: 90px;
    height: 34px;
    /* background: #218BC7; */
    background: transparent;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:all 2s ease;
}
.serviceBtn >img{
    width: 21px;
    height: 14px;
}

/* 我们的案例 */
/* 5.7 */
.ourCase_newNavWrapper{
    margin-top: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.ourCase_newNav>ul{
    display: flex;
    justify-content: center;
}

.ourCase_newNav>ul>li{
    position: relative;
    padding-bottom: 10px;
    margin-right: 55px;
    font-size: 18px;
    color: #666666;
    line-height: 24px;
    cursor: pointer;
}

.ourCase_newNav>ul>li:last-child{
    margin-right: 0;
}

.navActive>.navUnderLine{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 4px;
    background: #218BC7;
    border-radius: 2px;
}

.ourCase_newContent{
    margin-top: 88px;
    padding: 0 20px;
}
.ourCase_moudle{
    display: flex;
}

.ourCase_content{
    width: 50%;
    display: flex;
}


.ourCase_contentBig{
    width: 50%;
    position: relative;
    margin-right: 15px;
}

.ourCase_moudle >.ourCase_content:nth-child(2n+1){
    margin-right: 15px;
}

.ourCase_contentSmallWrapper{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*height: 392px;*/
}

.ourCase_contentSmall{
    position: relative;
}
.ourCase_contentSmallWrapper .ourCase_contentSmall:first-child{
    /*margin-bottom: 15px;*/
}

.caseSmall{
    width: 100%;
    height: 100%;
    display: block;
    /*object-fit: cover;*/
    /*height: auto;*/
}

.casemb15{
    margin-bottom: 15px;
}

.casemr15{
    margin-right: 15px;
}

.stickBottom{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 16px;
    width: 100%;
    height: 53px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 21px;
    border-radius: 0 0 10px 10px;
    background: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
}

.caseMask{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.51);
}

.caseMaskTitle{
    font-size: 24px;
    color: #FFFFFF;
    line-height: 33px;
}

.caseMaskDesc{
    margin: 8px 0 16px 0;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
}

.caseMaskButton{
    padding: 6px 13px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    border: 1px solid #FFFFFF;
}
/* 5.7 end */

/* 项目流程 */
.project {
    width: 100%;
    height: 659px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.project .comTitle {
    margin-bottom: 100px;
}

.project .comTitle h4 {
    color: #FFFFFF;
}

.project .comTitle p {
    color: #8ED1F1;
}

/* 我们的客户 */

.customersPie {
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
}

.img_brand {
    display: block;
    margin-top: 90px;
}

.customersPie ul {
    justify-content: space-around;
}

.customersPie ul li {
    text-align: center;
}

.customersPie ul li p {
    margin-top: 14px;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    line-height: 20px;
}

.pieBox {
    width: 160px;
    border-radius: 50%;
    height: 160px;
    background: #F9F9F9;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.pieNum {
    width: 126px;
    height: 126px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D9DEE5;
    font-size: 52px;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
}

.pie {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 160px;
    height: 160px;
    border-radius: 100%;
    list-style: none;
    overflow: hidden;
    transform: rotate(0deg) /*针对mac safari浏览器兼容*/
}

.slice {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 50%;
    transform-origin: 0% 100%;
    transform: rotate(0deg);
    background: #006AA5;
}

.customersPie ul li:hover {
    cursor: pointer;
}

.customersPie ul li:hover .slice {
    background: #C4C4C4;
}

.customersPie ul li:hover .pieNum {
    background: #006AA5;
}


/* 统计 */
.Statistics {
    width: 100%;
    height: 649px;
}

.Statistics .citTitle {
    margin-top: 0 !important;
}

.Statistics ul {
    justify-content: space-around;
    text-align: center;
    padding-top: 60px;
}

.Statistics ul li {
    font-size: 24px;
    font-weight: 500;
    margin-left: 60px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.Statistics ul li p {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 30px;
}

.Statistics ul li span {
    font-size: 16px;
    font-weight: 500;
    color: #ECECEC;
    display: inline-block;
    line-height: 28px;
    margin-top: 20px;
}

.Statistics ul li img {
    width: 144px;
    height: 144px;
}

.Statistics .comTitle {
    padding-top: 63px;
}

.Statistics .comTitle h4 {
    font-size: 26px;
    color: white;
    margin-bottom: 14px;
}

.Statistics .comTitle p {
    font-size: 18px;
    color: rgba(255, 255, 255, .7);
}

.news {
    width: 100%;
    overflow: hidden;
}

.news .swiper {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    position: relative;
}

.news .swiper::before {
    content: "";
    height: 2px;
    width: 100%;
    background: #E4E4E4;
    position: absolute;
    left: 0;
    top: 66px;
}

.news .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
}

.newsItem {
    width: 324px;
}

.newsItem img {
    width: 324px;
    height: 250px;
    display: block;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.news .timeBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.news .timeBox .times {
    padding: 2px 7px;
    font-size: 14px;
    color: #BEBEBE;
    border: 1px solid #BEBEBE;
    box-sizing: border-box;
}

.news .timeBox span {
    width: 22px;
    height: 22px;
    background: #BEBEBE;
    transform: rotate(45deg);
    display: block;
    margin-top: 30px;
}

.newsItem h4 {
    font-size: 18px;
    color: #414141;
    line-height: 22px;
    margin-bottom: 12px;
    margin-top: 31px;
}

.newsItem p {
    font-size: 14px;
    color: #A3A3A3;
    line-height: 24px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 30px;
    height: 48px;
}

.newsItem a {
    width: 324px;
    height: 250px;
    overflow: hidden;
    display: block;
}

.newsItem a.newsMore {
    width: 124px;
    height: 34px;
    border: 1px solid #828282;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #828282;
    box-sizing: border-box;
}

.news .swiper-slide:hover {
    cursor: pointer;
}

.news .swiper-slide:hover .times, .news .swiper-slide:hover .newsItem a:last-child {
    background: #006AA5;
    border-color: #006AA5;
    color: #FFFFFF;
}

.news .swiper-slide:hover .timeBox span {
    background: #006AA5;
}

.news .swiper-slide:hover .newsItem img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;

}

.news .swiper-slide:hover .newsItem .newsImg {
    transform: scale(1.2)
}

.newSwiperBtn {
    margin: 70px auto 160px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newSwiperBtn img {
    margin: 0 8px;
    cursor: pointer;
}

.new_information {
    width: 1200px;
    margin: 60px auto 0;
    display: flex;
}

.new_informationList {
    width: 1200px;
    margin: 20px auto 0;
    display: flex;
}

.informationItem {
    padding: 0 20px;
    margin-right: 20px;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    width: 386px;
    height: 65px;
    font-size: 18px;
    color: #373942;
    background: #FFFFFF;
    border: 1px solid #E7ECF8;
}
.informationItem span{
    position: relative;
}
.informationItem::before{
    transition: all 0.5s cubic-bezier(0.7, -0, 0.2, 1);
    content: '';
    width: 1%;
    height: 100%;
    background: #0AA5E6;
    position: absolute;
    top: 0;
    left: 0;
}

.informationItem:hover:before{
    background: #0AA5E6;
    width: 100%;
}

.informationItem:last-child,
.informationListItem:last-child {
    margin-right: 0;
}

.informationItemImg {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 26px;
    height: 26px;
    border-left: 1px solid #E5E5E5;
}

.informationListItem {
    margin-right: 20px;
    width: 386px;
}

.itemBg {
    position: relative;
    width: 386px;
    height: 200px;
    overflow: hidden;
}

.itemBg > img {
    width: 386px;
    height: 200px;
}

.itemText {
    position: absolute;
    left: 16px;
    bottom: 14px;
    width: 235px;
    font-size: 16px;
    color: #FFFFFF;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.itemList {
    margin-top: 30px;
}

.itemListItem {
    margin-bottom: 30px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
}

.informationTitle {
    width: 206px;
    font-size: 14px;
    line-height: 19px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.informationTitle:hover{
    color: #0AA5E6;
}
.informationTime {
    font-size: 14px;
    color: #999999;
    line-height: 19px;
}

.swiper-container {
    width: 100%;
    height: auto !important;
    /* height: 800px !important; */
}

.pageTop .swiper-slide > img {
    height: auto !important;
}

.citTitle {
    font-size: 26px;
    color: #333333;
    margin-top: 20px;
}

.citDes {
    font-size: 17px;
    color: #666666;
    margin-top: 14px;
}

.contentItemTop {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.certificateSwiper {
    width: 100%;
    margin-top: 40px;
    height: 373px;
}

.certificateBox {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}


.contentItem {
    flex-direction: column;
    align-items: flex-start;
}

.ourCase .w1200, .contentItemWrapper .w1200 {
    overflow: hidden;
}

.brandSwiper {
    height: 370px;
}

.brandSwiper img {
    width: 100%;
}

.brandSwiper .swiper-slide {
    height: 100%;
}

.advantage {
    background: #1D2A46;
}

.advantageBox {
    height: 150px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.advantageBoxItem {
    display: flex;
    align-items: center;
    color: white;
    font-size: 14px;
}

.advantageBoxItem > img {
    width: 70px;
    height: 70px;
}

.advantageBoxItem .advantRight {
    margin-left: 14px;
}

.advantageBoxItem .adrTop {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 8px;
}


.advantageBoxItem .adrTop > span {
    font-size: 28px;
    color: white;
    line-height: 28px;
    margin-right: 5px;
    transform: rotate(10deg);
}


.advantageBoxItem .adrTop .advantNum {
    font-size: 36px;
    line-height: 36px;
}

.contentItemWrapper {
    padding-bottom: 100px;
}

.contentItemWrapper .contentItem {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.contentItemWrapper .comTitle {
    padding-top: 90px !important;
}

/*03-08*/
.ourCase {
    padding-bottom: 100px;
}

/* 证书 */
.certificateItem {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 290px;
    height: 373px;
    /*background: url('/static/web/img/cerificate_bg.png');*/
    background-size: 100% 100%;
}

.certificateItem img {
    width: 184px;
    height: 260px;
}