* {
    padding: 0;
    margin: 0;
}

body {
    color: #333333;
    font-size: 16px;
    min-width: 1050px;
}

html,
body {
    transition: all 0.5s ease;
}

li {
    list-style: none;
}

a {
    color: #333333;
    text-decoration: none;
}

img {
    display: block;
    width: 100%;
    height: 100%;
}

/* 隐藏浏览器滚动条 */
/* 
:-webkit-scrollbar {
	width: 0 !important 
}
body { 
	-ms-overflow-style: none; 
}
body {
	overflow: -moz-scrollbars-none; 
}
::-webkit-scrollbar {
	width: 0px;
	height: 0px;
} */





.title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title .titleImg {
    width: 300px;
    height: 84px;
}



body.active {
    background: #f4f4f4;
}

.new-list.active {
    background: #fff;
}

body.active footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}

.BMap_bubble_content {
    font-size: 14px;
}

/*.htmleaf-container{position:absolute;width:100%;top:0;}*/
.flexslider {
    position: relative;
    overflow: hidden;
    /* background: url(img/loading.gif) 50% no-repeat; */
}

.slides {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.slides li {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.flex-control-nav {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 20px;
    height: 8px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
    background: none;
    /* border: solid 1px #fff; */
    background-color: #d8d8d8;
    border-radius: 4px;
    transition: all 0.3s ease-in;
}

.flex-control-nav .flex-active {
    width: 35px;
    background: #2360EA;
    transition: all 0.3s ease-in;

}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
    display: none;
}

.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flex-direction-nav li a.flex-prev {
    left: 40px;
    /* background: url(images/prev.png) center center no-repeat; */
}

.flex-direction-nav li a.flex-next {
    right: 40px;
    /* background: url(images/next.png) center center no-repeat; */
}

section {
    width: 100%;
}

header {
    position: fixed;
    width: 100%;
    /* height: 40px; */
    z-index: 99999;
    background: rgba(0, 0, 0, 0);
    padding: 16px 0;
    transition: all 0.3s ease-in;
}

header.active {
    background-color: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);

}

nav {
    width: 63%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}

nav .logo {
    width: 180px;
    height: 40px;
}

nav .logo a {
    overflow: hidden;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/logo.png) no-repeat center;
    background-size: cover;
}

nav ul {
    display: flex;
    color: #fff;
    font-size: 16px;
}

nav ul li {
    margin: 0 20px;
}

nav ul li:last-child {
    margin-right: 0;
}

nav ul li a {
    display: block;
    position: relative;
}

nav ul li a:hover {
    color: #2360EA;
}


nav ul li.active {
    font-size: 18px;
    font-weight: bold;

}



nav ul li.active a:after {
    content: "";
    display: block;
    width: 35px;
    height: 4px;
    background: #2360EA;
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;

}

nav ul li a:hover:after {
    background: #2360EA;


}




/**banner轮播图**/
.banner ul {
    width: 100%;
    /* width: 63%; */
    height: 600px;
    margin: 72px auto 0;
}

.banner ul li {
    height: 100%;
}

.banner .sw-next-prev {
    display: none;
}

/*.banner{height: 500px;background: #1D1260;}*/
.swipslider.pc {
    display: none;
}



/* banner定位图标 */
.bannerPosLeft {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 72px;
    height: 177px;
    z-index: -1;
}

.bannerPosRight {
    position: absolute;
    right: 0;
    top: 72px;
    width: 71px;
    height: 189px;
    z-index: -1;
}



.banner,
.server .content,
.advantage,
.advantage .content,
.process,
.case,
.introduce {
    position: relative;
}




/**服务项目**/
.server,
.advantage,
.process,
.case,
.introduce,
.case-mian {
    width: 100%;

    padding-top: 120px;
}



/* 项目定位元素 */
.xiangmuPosRight {
    position: absolute;
    right: -15px;
    top: 105px;
    width: 69px;
    height: 79px;
    z-index: -1;
}

.content {
    /* width: 55%; */
    width: 63%;
    margin: auto;
}

.server ul {
    margin-top: 60px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
}

.server ul li {

    width: 15.8%;

    margin: 1% 1% 0 0;

}


.server ul li:nth-child(1),
.server ul li:nth-child(2),
.server ul li:nth-child(3),
.server ul li:nth-child(4),
.server ul li:nth-child(5),
.server ul li:nth-child(6) {
    margin-top: 0;
}



.server ul li:nth-child(6),
.server ul li:nth-child(12) {
    margin-right: 0;
}

.server ul li .animate-box {
    width: 100%;
    padding: 22px 0;
    background-color: #F1F7FF;
    transition: all 0.50s ease;
}



.server-box {
    width: 100%;
    margin: auto;
    text-align: center;
    /* color: #2360EA; */
}

.server ul li span {
    display: block;
    width: 66px;
    margin: 0px auto 15px;
}

/* .server ul li h3 {
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: bold;
} */


.server .server-box div {
    font-size: 18px;
    /* margin-bottom: 12px; */
    font-weight: bold;
}

.server ul li p {
    font-size: 12px;
}




/**服务优势**/

.advantage ul {
    margin-top: 60px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
}


.advantage ul li {
    width: 48%;
    margin: 3% 3% 0 0;
    border: 1px solid #E3E3E3;
    background-color: #FFFFFF;
}



.advantage ul li:nth-child(1) {
    margin-top: 0;
}


.advantage ul li:nth-child(2) {
    margin-top: 0;
    margin-right: 0;
}

.advantage ul li:nth-child(4) {
    margin-right: 0;
}

.advantContent {
    width: auto;
    height: auto;
    padding: 40px 0 40px 40px;
    display: flex;
    align-items: center;

}

.adLeftImgBj {
    width: 90px;
    height: 90px;
    background-color: #EEF9FF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.adLeftImg {
    width: 66px;
    height: 66px;
}

.adRight {
    width: 58%;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #333333;
    margin-left: 8%;
}

.adRight P:first-child {
    font-size: 18px;
    font-weight: bold;
}

.adRight P:last-child {
    font-size: 16px;
    line-height: 24px;
}

/* 优势定位图片 */
.youshiPosLeft {
    position: absolute;
    top: 0;
    left: 135px;
    width: 32px;
    height: 31px;
    z-index: -1;
}

.youshiPosRight {
    position: absolute;
    top: 50px;
    right: 0;
    width: 496px;
    height: 241px;
    z-index: -1;
}

.youshiPosBottom {
    position: absolute;
    right: 0;
    bottom: -8px;
    width: 16px;
    height: 16px;
    z-index: -1;
}


/* 服务流程 */

.process .title {
    margin-bottom: 60px;
}


.process ul {
    width: 100%;
    height: auto;
    /* margin-top: 70px; */
    display: flex;
    align-items: center;
}

.process ul li:nth-child(1),
.process ul li:nth-child(3),
.process ul li:nth-child(5),
.process ul li:nth-child(7) {
    /* width: 100px; */
    flex: 2;
    height: auto;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.lcImg {
    width: 80px;
    height: 80px;
    margin: 0 auto 8px;
}

.process ul li:nth-child(2),
.process ul li:nth-child(4),
.process ul li:nth-child(6) {
    flex: 3;
    height: auto;
    margin: auto;
}


.processContent {
    width: 95%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 12px 0;
}

.pContentImg {
    width: 27px;
    height: 120px;
}


/* 流程定位图片 */
.liuchengPosLeft {
    position: absolute;
    top: 0;
    left: 0;
    /* width: 299px;
    height: 634px; */
    width: 150px;
    height: 317px;
    z-index: -1;
}

.liuchengPosRight {
    position: absolute;
    top: 500px;
    right: 200px;
    width: 18px;
    height: 21px;
    z-index: -1;
}

/* 案例展示 */
.case ul {
    /* margin-top: 60px; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
}

/* 查看详细案例按钮 */
.caseButton {
    width: 15%;
    height: 40px;
    margin: 30px auto;
    background-color: #017BFC;
    border-radius: 20px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

}

.caseButton a {
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.caseButton a span:last-child {
    display: block;
    border: 2px solid #FFFFFF;
    width: 8px;
    height: 8px;
    margin-top: 2px;
    margin-left: 2px;
    transform: rotate(-45deg);
    border-left: none;
    border-top: none;
}



.case ul li {
    width: 12%;
    /* height: 150px; */
}

/* 案例定位图片 */
.anliPosLeft {
    position: absolute;
    top: 300px;
    left: 100px;
    width: 13px;
    height: 14px;
    z-index: -1;

}

.anliPosRight {
    position: absolute;
    top: 150px;
    right: 0;
    width: 119px;
    height: 290px;
    z-index: -1;
}




/* 企业介绍 */

.introduceBox {
    margin-top: 60px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.introduceText {
    /* width: 55%; */
    width: 100%;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
}

/* .introduceImg {
    width: 40%;
} */


.companyInfo {
    width: auto;
    height: auto;
    background-color: #017BFC;
    display: flex;
    align-items: center;
    padding: 40px;
    margin: 100px 0 50px;

}

.companyCode {
    width: 112px;
    height: 112px;
    margin-right: 40px;
}

.companyText {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
}


.footerText {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin-bottom: 50px;
}

.footerText a {
    color: #999999;
}

.jieshaoPosLeft {
    position: absolute;
    top: 150px;
    left: 0;
    width: 85%;
    height: 85%;
    z-index: -1;
}


/**右边悬浮**/
.suspend {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.suspend-box {
    /* width: 40px; */
    width: 40px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    box-sizing: border-box;
    background-color: #017BFC;
    /* background-color: #000000; */
    /* border-top-left-radius: 14px;
    border-bottom-left-radius: 14px; */
    /* line-height: 20px; */
}

.suspend-box>div {
    width: 60%;
    height: auto;
    color: #FFFFFF;
}

.suspend-box span {
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.suspend-box p {
    text-align: center;
    font-size: 12px;
    /* font-weight: bold; */
}

.suspendText {
    width: 50%;
    height: auto;
    font-size: 14px;
    margin: 5px auto 0;
}

.suspend-box .hover {
    position: absolute;
    top: 0;
    left: 10px;
    width: 0px;
    height: 170px;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
    color: #333333;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
    background-color: #FFFFFF;
    /* border-top-left-radius: 24px;
    border-bottom-left-radius: 24px; */
    transition: all 0.3s ease-in;
    z-index: -1;
    /* width: 130px;
    left: -127px; */
}


.suspend-box .hover div:last-child {
    margin-bottom: 5px;
}

.suspend-box .hover .ewm {
    width: 110px;
    height: 110px;
    margin: 5px auto 3px;
}

.suspend-box .hover .hengXian {
    width: 100px;
    height: 1px;
    background-color: #3376FF;
    margin: 0 auto 10px;

}

.phoneContent {
    width: 100px;
    display: flex;
    align-items: center;
    margin: 0 auto 5px;
    justify-content: space-around;
    font-size: 16px;
    font-weight: bold;
}

.phoneImg {
    width: 15px;
    height: 15px;
}


.suspend-box .hover {
    height: 200px;
}

.suspend-box:hover .hover {
    width: 130px;
    left: -127px;

}

.suspend-box.back-top {
    height: 45px;
}

.suspend-box.back-top span {
    border: solid 2px #FFFFFF;
    width: 8px;
    height: 8px;
    margin-top: 5px;
    transform: rotate(45deg);
    border-right: none;
    border-bottom: none;
}



/* 高德地图的调整 */
/* .amap-icon img {
    width: 20px;
}

.amap-marker-label {
    top: -23px !important;
    left: -18px !important;
} */



/* 客户案例 页面*/
.case-mian .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.case-mian .nav span {
    display: flex;
    align-items: center;
    justify-content: center;
    width:15%;
    margin: 1% 1% 1% 0 ;

    border: solid 1px #E0E0E0;
    height: 40px;
    cursor: pointer;
    border-radius: 20px;
}

.case-mian .nav span:nth-child(1),
.case-mian .nav span:nth-child(2),
.case-mian .nav span:nth-child(3),
.case-mian .nav span:nth-child(4),
.case-mian .nav span:nth-child(5),
.case-mian .nav span:nth-child(6){
    margin-top: 0;
}

.case-mian .nav span:nth-child(7),
.case-mian .nav span:nth-child(8),
.case-mian .nav span:nth-child(9),
.case-mian .nav span:nth-child(10),
.case-mian .nav span:nth-child(11),
.case-mian .nav span:nth-child(12){
    margin-bottom:0;
}


.case-mian .nav span.active {
    background-color: #017BFC;
    color: #fff;
    border-color: #017BFC;
}

.case-list {
    width: 100%;
    margin-top: 4% ;
}

.case-list ul {
    display: none;
}

.case-list ul.active {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 0 1%;
}

.case-list ul li {
    width: 30%;
    /* margin-top: 1% ;
    margin-bottom: 40px; */
    margin: 0 4% 4% 0;
    cursor: pointer;
    cursor:zoom-in;
    box-shadow:0 2px 10px 0 rgb(0 0 0 / 10%) ;
}

.case-list ul li:nth-child(1),
.case-list ul li:nth-child(2), 
.case-list ul li:nth-child(3) {
    margin-top: 1%;
}



.case-list ul li:nth-child(3),
.case-list ul li:nth-child(6) {
    margin-right: 0;
}

/*flex最后一行靠左解决办法 如果最后一行是2个元素 */
/* .case-list ul li:last-child:nth-child(3n - 1) {
    margin-right: calc( 30% + 10% / 2);
} */
.case-list ul li:nth-child(odd) {
    animation: bounceInRight 2s;
    
}

.marginRightNone {
    margin-right: 0 !important;
}

.case-list ul li:nth-child(even) {
    animation: bounceInLeft 2s;
}

.case-list ul li.active:nth-child(odd) {
    animation: bounceInRight 2s;
}

.case-list ul li.active:nth-child(even) {
    animation: bounceInLeft 2s;
}

/* .case-list ul li>span {
    display: block;
    width: 100%;
    height: 700px;
    padding-top: 60%;
    margin: auto;
    overflow: hidden;
} */

/*黑色弹框*/
.mask {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(21,21,21,0.6);
    z-index: 9;
    cursor:pointer;
    display: none;
}

.bigBox {
    position: fixed;
    top: 110px ;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    width:32%;
    height:800px;
    cursor:zoom-out;
    background-color: #FFFFFF;
    display: none;
   
}


/*加载框*/
.caseLoading {
    background-image: url(/Pc/Img/caseLoading.gif);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: center center;
}

/* 加载时的样式 */
.loadingBg {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #F5F5F5;
}





@media screen and (max-width: 1900px) {

    /*nav ul{margin-left: 40px;}*/
    nav ul li {
        margin: 0 15px;
    }
}

@media screen and (max-width: 1780px) {
    .skip p {
        width: 530px;
    }

    .article ul li span {
        width: 70%;
        padding-top: 70%;
    }

    .contact-btm h1 {
        font-size: 30px;
    }

    .contact-btm p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1710px) {

    /*nav ul{margin-left: 20px;}*/
    nav ul li {
        margin: 0 10px;
    }
}

@media screen and (max-width: 1640px) {
    .recruit-left {
        width: 360px;
    }
}

@media screen and (max-width: 1680px) {

    .news .news-title:before,
    .news .news-title:after {
        width: 35%;
    }
}

@media screen and (max-width: 1490px) {
    nav ul li {
        margin: 0 5px;
    }
}

@media screen and (max-width: 1570px) {
    .recruit-text .subhead span {
        font-size: 16px;
    }
}

@media screen and (max-width: 1500px) {
    .recruit-text {
        padding-left: 30px;
    }

    .recruit-main li:nth-child(even) .recruit-text {
        padding-right: 30px;
    }

    .case-list .case-text .case-box {
        padding: 15px;
    }
}

@media screen and (max-width: 1430px) {
    .case-list .case-text h1 {
        font-size: 16px;
    }

    .case-list .case-text p {
        display: block;
        margin-top: 5px;
    }

    .case-list .case-text p span {
        display: block;
        line-height: 20px;
    }

    .content,
    nav {

        width: 68%;
    }

    /*.skip p{width:400px;float:right;}*/
}

@media screen and (max-width: 1400px) {
    .recruit-main li {
        display: block;
    }

    .recruit-left {
        display: none;
    }

    .recruit-text {
        padding: 0;
    }

    .recruit-main li:nth-child(even) .recruit-text {
        padding: 0;
    }
}

@media screen and (max-width: 1390px) {
    .contact-right ul {
        margin-left: 60px;
    }

}

@media screen and (max-width: 1340px) {
    .content {
        /* width: 60%; */
        width: 68%;
    }
}

@media screen and (max-width: 1310px) {
    .contact-right ul {
        margin-left: 40px;
    }
}

@media screen and (max-width: 1270px) {}

@media screen and (max-width: 1210px) {

    .content,
    nav {
        /* width: 70%; */
        width: 78%;
    }
}

@media screen and (max-width: 1120px) {
    .skip p {
        width: 400px;
        float: right;
    }
}

@media screen and (max-width: 1080px) {

    .content,
    nav {
        /* width: 63%; */
        width: 83%;
    }

    .skip p {
        width: 400px;
        float: right;
    }
}

@media screen and (max-width: 1050px) {

    .subnav {
        min-width: 1050px;
    }
}