html,
body,
p {
    padding: 0;
    margin: 0;
}

body {
    /* width: 100vw; */
    height: 100vh;
    overflow: hidden;
    font-family: Microsoft YaHei;
}

.indexCenter {
    width: 100%;
    min-width: 1080px;
    height: calc(100% - 80px);
    overflow: hidden;
}

.swiperIndexBox {
    position: relative;
    width: 100%;
    min-width: 1080px;
    height: 100%;
    overflow: hidden;
}

.topSwiper{
    width: 100%;
    height: 100%;
}
.topswiper-img{
    width: 100%;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.indexBgc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.indexBoxTitle {
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding: 40px 0;
}

.exitTxt,
.mineChangeOk,
.mineChange,
.mineInput:hover {
    cursor: pointer;
}

@media (min-width: 1300px) and (max-width: 1500px) {
    .indexCenter {
        height: calc(100% - 60px);
    }
}

@media screen and (max-width: 1300px) {
    .indexCenter {
        height: calc(100% - 60px);
    }
}

@media screen and (max-width: 1100px) {
    .indexCenter {
        height: calc(100% - 50px);
    }
}


/* 第二页地图页 */

.map-img {
    width: 1500px !important;
    height: 760px !important;
    margin-left: calc(50% - 750px);
}

.mapInfo {
    position: relative;
    width: 70%;
    margin: 25px auto 0;
}

.mapInfoImg {
    width: 80%;
    height: 500px;
    margin-left: 10%;
    margin-bottom: 30px;
}

.mapInfoBox {
    position: absolute;
    bottom: -40px;
    left: 10%;

    width: 80%;
    /* display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; */


}

.mapInfoItem {
    width: 25%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.mapInfoItem img {
    width: 100px;
    height: 100px;
}

.mapInfoTxt {
    color: #fff;
    font-size: 14px;
    margin-left: 15px;
}

.mapTxt1 {}

.mapTxt2 {
    font-size: 18px;
    padding-top: 5px;
    font-weight: bold;
}

.mapMarker {
    display: flex;
    flex-wrap: nowrap;
    border: 1px solid #18C7C5;
    border-radius: 4px;
    font-size: 12px;
}

.markerName {
    padding: 2px;
    width: auto;
    white-space: nowrap;
}

.markerNum {
    padding: 2px;
    background-color: #18C7C5;
    color: #fff;
}

@media screen and (max-width: 1600px) {
    .mapInfo {
        width: 70%;
        margin-left: 15%;
    }
    .mapInfo {
        width: 80%;
        margin-left: 10%;
    }
}

@media screen and (max-width: 1200px) {
    .mapInfo {
        width: 90%;
        margin-left: 5%;
    }
}

@media screen and (max-width: 1100px) {}


/* 业务类型  */

.professType {
    width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
}

.proTypeItem {
    width: 320px;
    background-color: #fff;
    margin-right: 20px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 3px 6px #dedede;
}

.proTypeItem:nth-of-type(n+4) {
    margin-top: 40px;
}

.proTypeItem:nth-of-type(3n) {
    margin-right: 0;
}

.PtypeTop {
    width: 100%;
    padding-top: 18px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.PtypeIcon {
    width: 42px;
    height: 42px;
}

.PtypeTitle {
    margin-left: 20px;
}

.PtypeCenter {
    width: 90%;
    padding-top: 18px;
    margin-left: 5%;
}

.PtypeTxt {
    width: 100%;
    height: 60px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.PtypeAdver {
    text-align: center;
    padding-top: 18px;
    padding-bottom: 10px;
    color: #378BEC;
}

.PtypeBottom {
    width: 100%;
    text-align: center;
    padding: 7px 0;
    color: #666;
    border-top: 1px solid #eee;
}

.PtypeBottom:hover {
    background-color: #378BEC;
    color: #fff;
}

.proTypeItem:hover .PtypeTxt {
    transform: scale(1.05);
    transition: transform 0.5s;
}

.PtypeBottom,
.PtypeAdver:hover {
    cursor: pointer;
}

.home-down-img {
    position: absolute;
    bottom: 25px;
    width: 100%;
    color: #fff;
    text-align: center;
    z-index: 9999;
}

.home-down-img img {
    width: 32px;
    animation: dong 1s infinite;
}

@keyframes dong {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(0px, -10px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1100px) {}


/* 我们的优势 */

.advantageBox {
    width: 980px;
    min-width: 980px;
    margin: 0 auto;
    transform: translateY(40%);
    border-radius: 4px;
}

.advantageItem {
    width: 230px;
    background-color: #fff;
    padding: 20px 0;
    margin-right: 20px;
    border-radius: 4px;
}

.advantageItem:nth-of-type(4) {
    margin-right: 0;
}

.advantageImg {
    width: 100px;
    height: 100px;
    margin-left: 65px;
}

.advantageTitle {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #01061D;
    margin-top: 35px;
}

.advantageTxt {
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
    color: #666;
    padding: 0 10%;
    height: 133px;
    overflow: hidden;
    margin-top: 18px;
}

.advantageItem:hover {
    cursor: pointer;
    box-shadow: 0px 3px 6px #999;
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1100px) {}


/* 精选案例页 */

.supercaseBox {
    width: 1100px;
    min-width: 1100px;
    margin: 0 auto;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
}

.caseItem {
    width: 330px;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 20px;
    margin-right: 55px;
}

.caseItem:nth-of-type(3n) {
    margin-right: 0;
}

.caseImg {
    width: 100%;
    height: 248px;
    object-fit: cover;
}

.caseTxt {
    text-align: center;
    font-weight: bold;
    padding: 10px;
    font-size: 16px;
}

.caseBtn {
    width: 165px;
    height: 50px;
    margin-left: calc(50% - 82px);
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
    background-color: transparent;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    color: #acacac;
}

.caseBtn:hover {
    background-color: rgba(51, 51, 51, 0.8);
    color: #fff;
    cursor: pointer;
}

.caseItem:hover {
    cursor: pointer;
    box-shadow: 0px 3px 6px #d4d4d4;
}

@media screen and (max-width: 1500px) {}


/* 媒体库 */

.mediaBox {
    width: 60%;
    margin-left: 20%;
    transform: translateY(40%);
    margin-top: 20px;
}

.meadiaSwiperBtn {
    position: absolute;
    top: calc(50% - 20px);
    width: 50px;
    height: 50px;
    opacity: 0.3;
}

.mediaLeft {
    left: 8%;
}

.mediaRight {
    right: 8%;
}

.mSwiperBtnImg {
    width: 100%;
    height: 100%;
}

.meadiaSwiperBtn:hover {
    opacity: 1;
    cursor: pointer;
}

.mediaMoreBtn {

   margin-left: calc(50% - 82px);
margin-top: 50px;
    height: 50px;
    width: 165px;
    border: 0;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}

.mediaMoreBtn:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    cursor: pointer;
}

@media screen and (max-width: 1500px) {
    .mediaBox {
        width: 70%;
        margin-left: 15%;
    }
    .mediaLeft {
        left: 8%;
    }
    .mediaRight {
        right: 8%;
    }
}


/* 内容部分 */

.mediaSlide {
    border-radius: 4px;
    overflow: hidden;
}

.mediaItem {
    background-color: #fff;
    border-radius: 4px;
    padding-bottom: 14px;
    overflow: hidden;
}

.mediaImg {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.mediaTop {
    position: relative;
    width: 90%;
    margin-left: 5%;
    margin-top: 8px;
}

.mediaTopTitle {
    width: 80%;
    font-size: 16px;
    font-weight: bold;
}

.mediaToVR {
    position: absolute;
    right: 0;
    top: 0;
    padding: 1px 6px;
    border-radius: 2px;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    background-color: #378BEC;
}

.mediatopTxt {
    width: 90%;
    font-size: 13px;
    color: #666;
    line-height: 24px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-left: 5%;
    border-bottom: 1px solid #ccc;
}

.mediaItemTxt {
    font-size: 13px;
    line-height: 22px;
    color: #666;
    width: 90%;
    margin-left: 5%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mediaItem:hover {
    cursor: pointer;
    box-shadow: 1px 1px 5px 2px #333;
    /* transform: scale(1.05);
    transition: transform 0.5s, box-shadow 0.5s; */
}


/* 合作伙伴样式 */

.partnerBox {
    width: 1200px;
   margin: 0 auto;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
}

.partnerItem {
    width: 278px;
    height: 142px;
   margin-right: 17px;
    margin-top: 15px;
}

.partnerItem:nth-of-type(4n) {
    margin-right: 0;
}

.parenterImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.parenterImg:hover {
    cursor: pointer;
    transform: scale(1.1);
    transition: transform 0.5s
}

@media screen and (max-width: 1100px) {
    /* .partnerBox {
        width: 80%;
        margin-left: 10%;
    } */
}


/* 团队介绍页 */

.teamInfo,
.endBox {
    max-width: 100%;
    overflow: hidden;
}

.teamTxt {
    width: 60%;
    margin-left: 20%;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.teamImgBox {
    width: 40%;
    margin-left: 27%;
}

.teamImg {
    width: 100%;
    object-fit: contain;
    margin-top: 25px;
}


/* 底部信息页 */

.endBox {
    position: absolute;
    bottom: 30px;
    width: 60%;
    margin-left: 20%;
}

.endBoxTitle {
    width: 100%;
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
}

.endBoxTxt {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    font-size: 15px;
    line-height: 30px;
}

.endBoxCenter {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 86px;
    padding-bottom: 15px;
}

.endImgBox {
    width: 46%;
}

#bottomMap {
    width: 100%;
    height: 299px;
}

.endBoxInfo {
    width: 50%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.endInfoLeft {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.endInfoName {
    font-size: 24px;
    font-weight: bold;
}

.endInfoTop p {
    font-size: 13px;
}

.endInfoBottom {
    margin-top: 30px;
}

.endInfoPhone {
    font-size: 28px;
    font-weight: bold;
}

.endInfoRight {
    width: 40%;
    padding: 10px 0 30px 0;
    background-color: rgba(255, 255, 255, 0.6);
}

.endRightTitle {
    width: 100%;
    font-size: 14px;
    text-align: center;
}

.endRightImg {
    width: 70%;
    margin-left: 15%;
}

.endRightImg img {
    width: 100%;
}

.endBoxBottom {
    width: 100%;
    text-align: center;
    border-top: 1px solid #333;
    line-height: 24px;
    padding: 10px 0;
    font-size: 14px;
}

@media screen and (max-width: 1400px) {
    .endBox {
        width: 80%;
        margin-left: 10%;
    }
  .partnerBox {
        width: 940px;
        margin:0 auto;
    }
    .partnerItem {
        width: 278px;
        height: 142px;
       margin-right: 17px;
        margin-top: 15px;
    }
}
@media screen and (max-width: 1200px) {
 .mediaBox{
     width: 70%;
     margin-left: 15%;
 }
 .mediaTopTitle{
width: 50%;
 }
}

@media screen and (max-height: 850px) {
    .map-img {
        width: 900px !important;
        height: 560px !important;
        margin-left: calc(50% - 450px);
    }
    
.advantageBox {
    transform: translateY(20%);

}
.caseBtn {
 margin-top: 20px;
}
    .indexBoxTitle {
        padding: 20px 0;
    }
    .caseImg {
        height: 180px;
    }
    .mediaImg {
        height: 200px;
    }
    .endBoxTxt {
        line-height: 28px;
    }
    .endBoxCenter {
        margin-top: 60px;
    }
}
@media screen and (max-height: 680px) {
    .endBoxTxt {
        line-height: 26px;
    }
    .endBoxCenter {
        margin-top: 46px;
    }
    .map-img {
        width: 700px !important;
        height: 420px !important;
        margin-left: calc(50% - 350px);
    }
    .supercaseBox{
        width: 1000px;
        margin: 0 auto;
    }
    .indexBoxTitle {
        padding: 10px 0;
    }
    .teamImgBox {
        width: 36%;
        margin-left: 29%;
    }
    

    .caseItem{
        width: 280px;
        background-color: #fff;
        border-radius: 4px;
        overflow: hidden;
        margin-top: 20px;
        margin-right: 105px;
    }
    .caseImg {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
    .partnerItem{
        width: 220px;
        height: 110px;
    }
    #bottomMap{
        height: 230px;
    }
    .PtypeTop{
padding-top: 5px;
    }
    .PtypeAdver{
        padding-top: 8px;

    }
    .home-down-img{
        bottom: 25px;
    }
}