/* 公共样式表css */
/* @media (min-width: 1200px){
    .container {
        width: 1200px;
    }
    } */

    body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    /* font-family: 'webfont';
    padding-top: 59px !important; */
    }
html,body {
   
    height: 100%;
   
}



a {
    text-decoration: none;
    color: #000;
}

img {
    border: 0;
}

body {
    background: #fff;
    color: #666;
    font-family: 'Microsoft Yahei', 'PingFangSC', sans-serif;
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #08acee;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #666;
}

a:hover {
    color: #eee;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

/* 必要布局样式css */
.map-content {
    padding: 30px 0;
	    padding-top: 0px;
}

.map-module {
    width: 1200px !important;
    margin: 0 auto;
    position: relative;
    transition: all .3s ease;
}

.map-title {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin: 50px 0;
    position: relative;
}

.map-branch .map-title {
    margin: 20px 0 0;
    z-index: 1;
}

.map-title:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid;
    border-color: #20B09F transparent transparent;
}
.modal_div #myLargeModalLabel{
    display: none;
}


.map-title:after {
    content: "";
    position: absolute;
    width: 52px;
    height: 3px;
    background-color: #20B09F;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.map-content-info {
    position: relative;
    margin-bottom: 30px;
}
.table-responsive.introduce_cs_tab .firstRow{
    text-align: center;
}
.table-responsive.introduce_cs_tab .firstRow td{
    vertical-align: middle;
}
.table-responsive.introduce_cs_tab tr td{
     vertical-align: middle;
}
.table-responsive.introduce_cs_tab tr td:nth-child(1){
    text-align: center;
}

.table-responsive.introduce_cs_tab tr td:last-child{
    text-align: center;
}

.branch-map-l {
    width: 849px;
    height: 575px;
    position: relative;
}

.map-content-box {
    width: 100%;
    height: 100%;
    background: url("../img/14.png") no-repeat center;
    position: relative;
}

.map-dot {
    position: absolute;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

.beijing {
    left: 585px;
    top: 220px;
}

.tianjin {
    left: 641px;
    top: 240px;
}

.hebei {
    left: 575px;
    top: 254px;
}

.shanxi {
    left: 540px;
    top: 276px;
}

.liaoning {
    left: 660px;
    top: 196px;
}

.jilin {
    left: 696px;
    top: 167px;
}

.heilongjiang {
    left: 676px;
    top: 106px;
}

.shanghai {
    left: 663px;
    top: 321px;
}

.jiangsu {
    left: 646px;
    top: 310px;
}


.changshu{
	
	left: 622px;
    top: 304px;
	
	}
.zhejiang {
    left: 641px;
    top: 352px;
}

.taizhou {
        left: 620px;
    top: 365px;
}

.anhui {
    left: 628px;
    top: 325px;
}

.fujian {
    left: 624px;
    top: 437px;
}

.jiangxi {
    left: 595px;
    top: 402px;
}

.shandong {
    left: 611px;
    top: 291px;
}

.henan {
    left: 562px;
    top: 316px;
}

.hubei {
    left: 570px;
    top: 356px;
}

.hunan {
    left: 545px;
    top: 409px;
}

.guangdong {
    left: 575px;
    top: 466px;
}

.guangxi {
    left: 563px;
    top: 461px;
}

.chongqing {
    left: 495px;
    top: 364px;
}

.sichuan {
    left: 425px;
    top: 354px;
}

.guizhou {
    left: 484px;
    top: 424px;
}

.yunnan {
    left: 405px;
    top: 462px;
}

.shanxi1 {
    left: 502px;
    top: 312px;
}

.map-dot:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    margin: 0 auto;
    background-color: #e60012;
    border-radius: 50%;
}

/* .map-dot.beijing:after {
    width: 13px;
    height: 12px;
    border-radius: 0;
    background: url("../img/icon-star.png") no-repeat center;
} */

.branch-map-data {
    position: absolute;
    box-sizing: border-box;
    width: 430px;
    border: 1px solid #e60012;
    box-shadow: 0 0 2px 2px #e9e9e9;
    background-color: #fff;
    padding: 10px 30px;
    z-index: 1;
    display: none;
}
.map-dot.zhejiang::after{
    position: absolute;
    top: -10px;
    left: 8px;
}
.branch-map-data-title {
    border-bottom: 1px solid #eee;
}

.branch-map-data-title p {
    font-size: 18px;
    color: #333;
    line-height: 28px;
}

.branch-map-data-info {
    max-height: 236px;
    overflow-y: auto;
}

.data-branch {
    border-bottom: 1px dashed #eee;
    padding: 6px 0;
    box-sizing: border-box;
}

.data-branch:last-child {
    border: none;
}

/* a, button, input, textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
} */

.data-branch .data-name {
    font-size: 14px;
    color: #666;
    line-height: normal;
    margin-bottom: 5px;
}

.data-branch p {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.data-branch p {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.branch-map-data:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent #e60012 transparent transparent;
}

.branch-map-data:after {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent #fff transparent transparent;
}
.map-dot.cur::after{
    background: #0054a7;
}
/* .map-dot.cur:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #01B7BD;
    animation: dot 4s infinite;
} */

/* @keyframes dot {
    100% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translateX(-50%) scale(1.5);
        opacity: .1;
    }
} */
@media(max-width:1024px){
    .branch-map-data{
        position: static;
        width: auto;
        margin-top: 25px;
        margin-left: 30px;
    }
    .map-module{
        width: auto;
    }
}
@media(max-width:768px){
    .map-content-box{
        background:none;
        display: table;
        content: " ";
       
    }
    .branch-map-data{
        position: static;
        width: auto;
        margin-top: 25px;
        margin-left: 0px;
    }
    .map-dot{
        position: static;
        float: left;
        width: 20%;
        border: 1px solid #eee;
        padding: 8px 0;
    }
    .map-module{
        width: auto !important;
    }
    .branch-map-l{
        width: 100%;
        height: auto;
    }
    .map-dot:after{
        height: auto;
        width: auto;
    }
    .map-dot.beijing:after{
        background: none;
        height: auto;
        width: auto;
    }
    .map-dot.cur:before{
        width: auto;
        height: auto;
        border: none;
    }
    .map-content-info {
        padding: 50px 15px 0 15px;
    }
    .branch-map-data:after,
    .branch-map-data:before{
        border:none !important;
       border-color: none !important;
    }
    .map-dot.cur{
        color: #3c99c5;
    }
}
@media(max-width:480px){
    .map-content-box{
        background:none;
        display: table;
        content: " ";
       
    }
    .branch-map-data{
        position: static;
        width: auto;
        margin-top: 25px;
    }
    .map-dot{
        position: static;
        float: left;
        width: 20%;
        border: 1px solid #eee;
        padding: 8px 0;
    }
    .map-module{
        width: auto !important;
    }
    .branch-map-l{
        width: 100%;
        height: auto;
    }
    .map-dot:after{
        height: auto;
        width: auto;
    }
    .map-dot.beijing:after{
        background: none;
        height: auto;
        width: auto;
    }
    .map-dot.cur:before{
        width: auto;
        height: auto;
        border: none;
    }
    .map-content-info {
        padding: 50px 15px 0 15px;
    }
    .branch-map-data:after,
    .branch-map-data:before{
        border:none !important;
       border-color: none !important;
    }
    .map-dot.cur{
        color: #3c99c5;
    }
}
.tdfc-lunbos .swiper-slide img{
    width: 100%;
}