@import url(head.css);
body {
    background-color: #f0eeed;
}

.header {
    position: initial;
}

.content {
    width: 96%;
    margin: 0 2%;
    margin-top: 40px;
}

.content_wrap {
    width: 100%;
}

.content_wrap h1 {
    margin-bottom: 30px;
    font-family: 'DIN Next LT Pro';
    font-weight: 300;
}

.content_wrap h6 {
    font-family: 'DIN Next LT Pro';
    font-weight: 300;
}

.content_text {
    margin-bottom: 0;
}

.content_text p {
    font-weight: 300;
} 

.content_text p:nth-child(3) {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 20px;
    color: #969696;
}

.content_left {
    margin-bottom: 36px;
}

.content_left img {
    width: 100%;
}

.content_down_img_w {
    width: 80%;
}

.content_down {
    background-color: #b2aeae;
    border-radius: 30px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.content_dark {
    background-color: #47626F;
}

.content_down .content_down_wrap:nth-child(2) {
    border-right: 1px solid #ccc;
}

.about_person {
    margin-bottom: 35px;
    font-family: 'DIN Next LT Pro';
}

.contont_tit {
    margin-left: 0;
}

.contont_tit span,
.contont_tit a {
    border-radius: 12px;
    background-color: #C9C9C9;
    padding: 4px 10px;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.contont_tit a {
    text-decoration: none;
    background-color: #C9C9C9;
} 

.content_img_tit {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
}  

.content_img_tit_wrap,
.boxMap_tit_wrap {
    width: 92%;
    border-radius: 46px 46px 26px 26px;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 22px;
}  


.boxMap_tit_wrap {
    width: 100%;
}

.contont_tit .on {
    background-color: #2383C6;
    font-weight: 600;
}

.news_content h3 {
    font-weight: 400;
    text-transform: Uppercase;
    color: black;
    word-break:break-word;
    overflow:hidden;
}

.news_content p {
    font-size:14px;
    font-family: 'DIN Next LT Pro';
    line-height: 26px;
    color:#666666;
    margin-top: 20px;
    margin-bottom: 20px;
}

.news_content {
    margin-top: 16px;
    margin-left: 16px;
}

.content_img_tit_wrap_active { 
    width: 92%;
    border-radius: 46px 46px 26px 26px;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 22px;
    background-color: #2484C6;
}

.content_img_tit_wrap_active h3 {
    font-weight: 400;
    text-transform: Uppercase;
    color: white;
    word-break:break-word;
    overflow:hidden;
}

.content_img_tit_wrap_active p {
    font-size:14px;
    font-family: 'DIN Next LT Pro';
    line-height: 26px;
    color:white;
    margin-top: 20px;
    margin-bottom: 20px;
}

.content_right h2:nth-child(2) {
    margin-bottom: 35px;
    font-weight: 300;
    margin-top: 8px;
}

.btn-wrap {
    margin-bottom: 20px;
}

.btn-wrap button {
    border-radius: 12px;
    background-color: #C9C9C9;
    padding: 4px 10px;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.about_person_text h2 {
    font-weight: 300;
}  

.content_down .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.content_down .col-md-6 {
    padding-right: 0;
    padding-left: 6px;
}

.content_down_wrap h4 {
    margin-bottom: 10px;
    font-family: 'DIN Next LT Pro';
}

.content_down_wrap p {
    color: #fff;
    font-family: 'DIN Next LT Pro';
}

.contetn_d_text {
    width: 94%;
}

.content_down_img {
    // margin-right: 10px;
}

.footer {
    position: absolute;
    // top: -46px;
    z-index: 99;
    font-size: 12px;
    line-height: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    // margin: 0 38%;
    // bottom:0;
}

.foot_tit {
    position: initial;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer a {
    color: #838080;
}


/*弹框*/

.boxMap {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
}

.boxMap .content_img_tit_wrap {
    position: relative;
    width: 100%;
}

.boxMap .content_img_tit {
    height: auto;
    position: relative;
    left: 33%;
    margin-top: 1%;
    border-radius: 36px;
    overflow: hidden;
}

.boxMap .about_person_text p:nth-child(2) {
    margin-top: 20px;
}

.boxMap img {
    position: relative;
    width: 100%;
}

.boxMap span {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    right: 14px;
    top: 0;
    line-height: 30px;
    text-align: center;
}

.closeMap {
    color: #fff;
    background-color: #2383C6;
    cursor: pointer;
}

.closeMap_wrap,
.closeMap_wrap .col-xs-12 {
    height: 14px;
}

.boxMap .about_person_text {
    margin-left: 8%;
    margin-top: 30px;
}
@media (max-width:1280px) {
    .auto-y{
        height: 200px;
        overflow-y: auto;
        padding-bottom:2%;
        padding-right:20px;
    }
    .auto-y p:last-child{
        padding-bottom:8%;
    }
}

@media (max-width: 767px) {
    .content_right {
        width: 96%;
        margin: 0 2%;
        padding-right: 0 !important;
    }
    .content_left {
        margin-bottom: 0;
    }
    .content_wrap h1 {
        margin-bottom: 0px;
    }
    .content_right p {
        margin-bottom: 10px;
    }
    .content_right h6 {
        text-align: left;
    }
    .footer {
        margin-bottom: 20px !important;
    }
    .boxMap .content_img_tit {
        width: 80%;
        position: relative;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin-left: 0;
        margin: 0 auto;
        margin-top: 30px;
    }
    .about_person {
        margin-bottom: 0;
    }
}
