/* a{
    color:#333; 
} */
/* 头部 开始 */
.index_container{
    /* padding: 35px 0px 30px 0px; */
    /* display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between; */
}
.index_ul{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.index_li{
    display: inline-block;
    font-size: 18px;
    font-family: MicrosoftYaHei;    
    margin-left: 60px;
}
.index_a{
    color: #333;
}
.tab_en{
    color: #999;
}
.index_ul li:hover a{
    color: #0d75ce;
}
.index_ul li:hover span{
    color: #0d75ce;
}
.active{
    color: #0d75ce !important;
}
/* 头部 结束 */




.pic_name_box{
    text-align: center;    
}
.img_name_box{
    height: 133px;
}
.img_name_box img {
    height: 100%;
    width: auto;
}
.text_name{
    font-family: MicrosoftYaHei-Bold;
	font-size: 28px;
    color: #333;
    position: relative;
    top: -78px;
    font-weight: 700;
}
.contactway_box{
    width: 25%;
    display: block;
    float: left;
    text-align: center;
}

.contactway_box  span{
    display: block;
    font-weight: bold;
}
.contact_icon{
    width: 110px;
    height: 110px;
}

.contact_main {
    padding-top: 80px;
}
.contact_title{
    display: inline-block;
    margin-top: 26px;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: bold;
	color: #000003;
}
.phone{
    /* display: inline-block; */
    width: 100%;
    margin-top: 30px;
	font-family: Bahnschrift;
	font-size: 24px;
    color: #333;
}
.mail{
    /* display: inline-block; */
    width: 100%;
    margin-top: 32px;
	font-family: MicrosoftYaHei;
	font-size: 18px;
    color: #000003;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}
.address{
    display: inline-block;
    width: 100%;
    margin-top: 34px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
    color: #000003;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}
.map{
    margin-top: 100px;
}

/* 面包屑 结束 */

#map {
    height: 480px;
    width: 100%;
    margin-top: 98px;
}


.index_map_mark_name {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 25px;
}

.index_map_mark_text {
    font-size: 16px;
    color: #666;
}


@media (max-width:768px) {
    #map {
        height: 250px;
        width: 100%;
        margin-top: 20px;
    }
    .contact_main {
        padding-top: 20px;
    }
    .img_name_box {
        height: auto;
    }
    .img_name_box img {
        height: auto;
        width: 100%;
    }
    .text_name {
        font-size: 18px;
        color: #333;
        top: -36px;
        text-align: center;
        font-weight: bold;
    }
    .contactway_box {
        width: 50%;
        box-sizing: border-box;
        padding: 0px 10px;
        margin-bottom: 20px;
    }
    .contact_icon {
        width: 55px;
        height: auto;
    }
    .contact_title {
        margin-top: 12px;
        font-size: 16px;
    }
    .phone , .mail , .address {
        width: 100%;
        margin-top: 8px;
        font-size: 14px;
    }
    .index_map_mark_name {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .index_map_mark_text {
        font-size: 12px;
    }
}

.BMap_shadow img  {
    display: none;
}