﻿.main_content {
    width: 100%;
    margin: 0;
    padding: 0;
}
map area{ outline: none; }

/* 典型案例 */

.dxal {
    padding: 70px 0 80px;
    background: url(/Content/Areas/Common/images/main//BG.png);
}

.dxal .ft {
    position: relative;
    /* overflow: hidden; */
}

.dxal .ft a img {
    width: 100%;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.29);
}

.dxal .ft a {
    transition: all 0.3s;
    display: block;
    width: 50%;
    box-sizing: border-box;
    font-size: 0;
    cursor: default;
}

.dxal .ft a:hover {
    transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}

.dxal .ft.mobile {
    display: none;
}


/* 左侧 */

.dxal .ft .num1 {
    float: left;
    width: 29.1666%;
}

.dxal .ft .num1 a:nth-child(1) {
    float: left;
    padding-right: 1.7857%;
}

.dxal .ft .num1 a:nth-child(2) {
    float: right;
    margin-top: 5.2631%;
    padding-left: 1.7857%;
}

.dxal .ft .num1 a:nth-child(3) {
    float: right;
    padding-left: 1.7857%;
    margin-top: 3.7037%;
}


/* 中部 */

.dxal .ft .num3 {
    display: block;
    width: 39.5833%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dxal .ft .num3:hover {
    transform: translate(-50%, -51%);
}


/* 右侧 */

.dxal .ft .num2 {
    float: right;
    width: 29.1666%;
}

.dxal .ft .num2 a:nth-child(1) {
    float: right;
    padding-left: 1.7857%;
}

.dxal .ft .num2 a:nth-child(2) {
    float: left;
    margin-top: 5.2631%;
    padding-right: 1.7857%;
}

.dxal .ft .num2 a:nth-child(3) {
    float: left;
    margin-top: 3.7037%;
    padding-right: 1.7857%;
}

.count {
    font-size: 0;
    max-width: 1280px;
    margin: 40px auto 0;
    text-align: center;
}

.count div {
    display: inline-block;
    max-width: 22.0338%;
    text-align: left;
    /* margin: 0 8.4745%; */
    margin: 0 8.4753%;
    position: relative;
    vertical-align: top;
}

.count div:first-child {
    margin-left: 0;
}

.count div:last-child {
    margin-right: 0;
}

.count div .tit {
    font-size: 36px;
    line-height: 46px;
    color: #000;
    margin-bottom: 6px;
}

.count div .con {
    color: #999;
    font-size: 14px;
    line-height: 27px;
}

.count div .con.mobile {
    display: none;
}


/* 客户名单 */

.khmd {
    width: 100%;
    padding: 70px 0 80px;
    background: #fff;
}

.khmd.mob {
    display: none;
}

.list_cont {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.swiper-container {
    position: relative;
    overflow: hidden;
}

#sw3 {
    height: 517px;
}

.MainPadd .swiper-wrapper,
.MainPadd .swiper-slide {
    height: 400px !important;
}

.MainPadd .swiper-slide {
    float: left;
}

.MainPadd .swiper-slide span {
    display: inline-block;
    width: 300px;
    padding-left: 40px;
    box-sizing: border-box;
    margin-bottom: 60px;
    font-size: 18px;
    background: url(/Content/Areas/Common/images/main/slide_bg.png) no-repeat right center;
}

.MainPadd .swiper-slide span:nth-child(4n) {
    background: none;
}

.MainPadd .swiper-slide img {
    width: 100%;
}

.arrow-left {
    display: inline-block;
    width: 71px;
    height: 71px;
    background: url(/Content/Areas/Common/images/main/left_arrow.png);
    position: absolute;
    top: 50%;
    left: -71px;
}

.arrow-left:hover {
    background: url(/Content/Areas/Common/images/main/left_arrow_click.png);
    background-size: 100%;
}

.arrow-right {
    display: inline-block;
    width: 71px;
    height: 71px;
    background: url(/Content/Areas/Common/images/main/right_arrow.png);
    position: absolute;
    top: 50%;
    right: -71px;
}

.MainPadd .arrow-right:hover {
    background: url(/Content/Areas/Common/images/main/right_arrow_click.png);
    background-size: 100%;
}


/* 独家观点 */

.djgd {
    width: 100%;
    padding: 70px 0 80px;
    background: #F7F8FA;
}

.gd_cont {
    width: 1280px;
    margin: 0 auto;
}

.gd_cont .slide {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    box-sizing: border-box;
    cursor: pointer;
    padding: 0 25px;
}

.gd_cont .slide .outer {
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .12);
    transition: all .3s;
}

.gd_cont .slide .inner {
    padding: 30PX 20px 30px;
}

.gd_cont .slide:hover .outer {
    box-shadow: 0 0 6px rgba(0, 0, 0, .1), 0 4px 6px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}

.gd_cont .slide img {
    width: 100%;
    height: auto;
}

.gd_cont .slide .tit {
    font-size: 17px;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
    font-weight: bold;
    /* text-align: center; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.gd_cont .slide .cont {
    font-size: 16px;
    color: rgba(153, 153, 153, 1);
    line-height: 28px;
    margin-top: 5px;
}

.gd_cont .slide .tag {
    margin-top: 15px;
}

.gd_cont .slide .tag img {
    width: 35px;
    height: 38px;
    margin-right: 15px;
    float: left;
}

.gd_cont .slide .tag span {
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: 38px;
    font-weight: bold;
}


/* 地图 */

.b3_s1_mapbox {
    position: relative;
}

.b3_s1_mapbox img {
    width: 100%;
}

.b3_s1_mapbox img:not(:first-child) {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.scrollY {
    padding: 30px 20px 20px;
    float: right;
    width: 253px;
    border-radius: 10px;
    background: rgba(0, 246, 255, 0.1);
    border: 1px solid #167C97;
}

.b3_countrylist {
    box-sizing: border-box;
    overflow-y: auto;
    max-height: 650px;
}

.b3_countrylist::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 2px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 80px;
}

.b3_countrylist::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    width: 2px;
    background: #fff;
}

.b3_countrylist::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    background: #264658;
}

.b3_countrylist>li {
    display: none;
}

.b3_countrylist>li.selected {
    display: block;
}

.b3_countrylist>li {}

.city {
    width: 4px;
    position: relative;
    cursor: pointer;
    z-index: 49;
    height: 4px;
    border: 4px solid #00b9f1;
    border-radius: 50%;
    display: block;
}

.b3_coun_lisbox {
    /* position: absolute;
    z-index: 50; */
    /* display: none; */
    /* top: 0px;
    left: 19px; */
}

.city_xl {
    transition: all 0.3s;
    width: 100%;
    /* background: rgba(0, 246, 255, 0.1);
    border: 1px solid #167C97;
    padding: 10px 20px 0px; */
    box-sizing: border-box;
    border-radius: 0;
}

.city_xl .more {
    color: #fff;
}

.city_xl h1 {
    font-size: 18px;
    line-height: 20px;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.city_xl p {
    color: #fff;
    margin-bottom: 10px;
}

.city_xl p b {
    color: rgba(0, 246, 255);
    margin: 0 5px;
}

.city_xl ul {
    font-size: 12px;
    line-height: 20px;
}

.city_xl ul li {
    margin: 6px 0;
    width: 100%;
    float: left;
    text-align: center;
    color: #333;
}
.city_xl ul li:hover a{
    color: #002985;    
}
.city_xl ul li a {
    color: #fff;
}

@keyframes move {
    from {
        transform: rotateZ(0deg);
    }
    to {
        transform: rotateZ(360deg);
    }
}

.clientMap {
    /* background: url(/Content/Areas/Common/images/main/Map_bg.png) no-repeat; */
    overflow: hidden;
    padding: 50px 0;
}

.box_map {
    width: 928px;
    height: 705px;
    float: left;
    background: url(/Sites/Uploaded/UserUpLoad/20240429/20240429133633.png) no-repeat;
    background-size: contain;
}

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

.w1280 {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

.tabTitles {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tabTitle {
    background: #D9E0EF;
    color: #002985;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    cursor: pointer;
}

.tabTitle.active {
    background: #002985;
    color: #fff;
}

.tabMains {
    background: #fff;
    border: 1px solid #002985;
    width: 100%;
    margin-top: 50px;
    padding: 50px;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.tabMain {
    display: none;
}

.tabMain.selected {
    display: block
}

.tabMain ul {
    overflow: hidden;
}

.tabMain ul li {
    float: left;
    text-align: center;
    width: 18%;
    margin: 0 1% 20px;
    height: 192px;
}

.tabMain ul li .img_box {
    width: 110px;
    margin: 20px auto;
    height: 110px;
    display: flex;
    align-items: center;
}

.tabMain ul li img {
    display: block;
    width: 100%;
    height: auto;
}

.tabMain ul li span {
    font-size: 18px;
}

@media screen and (max-width:1600px) {
    .coun_hlj {
        top: 179px;
        right: 380px;
    }
    .coun_bj {
        top: 329px;
        right: 510px;
    }
    .tabMain ul li .img_box {
        width: 75px;
    }
}

@media screen and (min-width:1080px) and (max-width:1440px) {
    .count,
    .list_cont {
        width: 1200px;
    }
    .list_cont {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .arrow-left {
        left: -50px;
    }
    .arrow-right {
        right: -50px;
    }
    .MainPadd .swiper-slide span {
        width: 280px;
    }
    .banner_box img.kw {
        width: 250px;
    }
    #sw3 {
        height: 400px;
    }
    .w1280 {
        width: 1000px;
    }
    .box_map {
        width: 700px;
        height: auto;
        float: left;
    }
    .region_button {
        width: 100%;
        height: auto;
    }
    .b3_countrylist {
        box-sizing: border-box;
        overflow-y: auto;
        max-height: 466px;
    }
    .scrollY {
        width: 216px;
    }
}

@media only screen and (max-width:768px) {
    #sw3 {
        display: none;
    }
    .clientMap {
        display: none;
    }
    .banner_phone .kw {
        width: 3.38rem;
    }
    .banner_box .kw {
        width: 60%;
    }
    .title_head {
        margin-bottom: 20px;
    }
    .main_content {
        /*padding: 0 30px;*/
        box-sizing: border-box;
    }
    .dxal {
        padding: 0.3rem 0px 0.4rem;
    }
    .dxal .ft {
        display: none;
    }
    .dxal .ft.mobile {
        display: block;
        max-width: 100%;
        padding: 0 0.2rem;
    }
    .dxal .ft.mobile a {
        margin: 4px 0 0 0 !important;
        padding: 0 !important;
        position: absolute;
        height: 100%;
        top: 0;
        overflow: hidden;
        outline: 0;
    }
    .dxal .ft.mobile a.num3 {
        display: block;
        position: static;
        transform: translate(0, 0);
        width: 100%;
        margin-bottom: 10px !important;
    }
    /* 左侧 */
    .dxal .ft.mobile .num1 {
        float: none;
        width: 100%;
        position: relative;
        font-size: 0;
    }
    .dxal .ft.mobile .num1>img {
        width: 100%;
    }
    .dxal .ft.mobile .num1 a,
    .dxal .ft.mobile .num2 a {
        float: none;
        padding: 0;
    }
    .dxal .ft.mobile .num1 a:nth-child(1) {
        width: 34.1333%;
    }
    .dxal .ft.mobile .num1 a:nth-child(2) {
        /* width: 46.2666%; */
        width: 34.2666%;
        left: 0;
    }
    .dxal .ft.mobile .num1 a:nth-child(3) {
        width: 39.6%;
        left: 34.2666%;
    }
    .dxal .ft.mobile .num1 a:nth-child(4) {
        left: 73.8666%;
        width: 27%;
    }
    /* 右侧 */
    .dxal .ft.mobile .num2 {
        float: none;
        width: 100%;
        position: relative;
        font-size: 0;
        margin-bottom: 10px;
    }
    .dxal .ft.mobile .num2>img {
        width: 100%;
    }
    .dxal .ft.mobile .num2 a:nth-child(1) {
        width: 19.6%;
    }
    .dxal .ft.mobile .num2 a:nth-child(2) {
        /* width: 46.2666%; */
        width: 25.2666%;
        left: 0;
    }
    .dxal .ft.mobile .num2 a:nth-child(3) {
        width: 45.1333%;
        left: 25.2666%;
    }
    .dxal .ft.mobile .num2 a:nth-child(4) {
        left: 70.3999%;
        width: 30%;
    }
    .khmd {
        padding: 0.2rem;
        box-sizing: border-box;
        display: none;
    }
    .khmd.mob {
        /* display: block; */
    }
    .count {
        width: 100%;
    }
    .count div {
        width: 33.3%;
        text-align: center;
        max-width: 33.3%;
        /* box-sizing: border-box; */
        margin: 0;
    }
    .count div .tit {
        font-size: 16px;
        line-height: 19px;
    }
    .count div .con {
        display: none;
    }
    .count div .con.mobile {
        display: block;
    }
    .list_cont {
        width: 100%;
        padding: 0;
    }
    .arrow-left,
    .arrow-right {
        position: static;
        margin-bottom: 0;
        width: 0.71rem;
        height: 0.71rem;
        background-size: 100%;
    }
    .arrow-left {
        /* left: 0; */
        margin-left: 30%;
        float: left;
    }
    .arrow-right {
        /* right: 0; */
        float: right;
        margin-right: 30%;
    }
    .MainPadd .swiper-slide span {
        width: 48%;
        padding-left: 20px;
    }
    .MainPadd .swiper-container {
        width: 100%;
        padding: 0.2rem 0 0;
        margin-bottom: 0.25rem;
    }
    .mobile_shadow {
        border-radius: 10px;
        /* box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2); */
        height: 6.2rem;
    }
    .MainPadd .swiper-slide {
        padding: 0 0.2rem;
        box-sizing: border-box;
        display: block;
        justify-content: center;
    }
    .gd_cont {
        width: 100%;
    }
    .gd_cont .slide {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .gd_cont .slide a img {
        /* display: none; */
    }
    .gd_cont .slide .tag img {
        width: 0.5rem;
        height: auto;
    }
    .gd_cont .slide {
        padding: 0 0.2rem;
    }
    .djgd {
        padding: 0.3rem 0;
    }
    .MainPadd .swiper-slide span {
        margin-bottom: 20px;
    }
    .MainPadd .swiper-slide span:nth-child(4n) {
        background: url(./images/slide_bg.png) no-repeat right center;
    }
    .MainPadd .swiper-slide span:nth-child(2n) {
        background: none;
    }
    .MainPadd .swiper-wrapper,
    .MainPadd .swiper-slide {
        height: auto !important;
    }
    .banner_box {
        margin-bottom: 0;
    }
    .gd_cont .slide .tag {
        margin-top: 0.2rem;
        font-size: 0;
        display: flex;
        align-items: center;
    }
    .gd_cont .slide .inner {
        padding: 0;
    }
    .gd_cont .slide .tit {
        font-size: 16px;
    }
    .gd_cont .slide .cont,
    .gd_cont .slide .tag span {
        font-size: 14px;
    }
    .gd_cont .slide .outer {
        padding: 0.2rem;
    }
    .tabTitle {
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 12px;
    }
    .w1280 {
        width: 100%;
    }
    .tabMain ul li {
        width: 48%;
        margin: 0 1% 0.2rem;
        height: 2.5rem;
    }
    .tabMain ul li .img_box {
        /* display: block; */
        width: 1.5rem;
        margin: 0.2rem auto;
        height: 1.5rem;
    }
    .tabMain ul li a {
        font-size: 0.2rem;
        display: block;
    }
    .tabMains {
        background: #fff;
        border: 1px solid #002985;
        width: 100%;
        margin-top: 0.2rem;
        padding: 0.2rem;
        box-sizing: border-box;
        margin-bottom: 0.2rem;
    }
}