html,body{
    width: 100%;
}
/* 业务分布 */
.footprint{
    position: relative;
    width: 100%;
    height: calc(100% - 90px);
    padding-top: 85px;
    box-sizing: border-box;
}
.footprint .busnBg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.busniessBox{
    position: relative;
    width: 90%;
    top:50%;
    margin: 0 auto;
    box-sizing: border-box;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    /*display: flex;*/
    /*align-items: center;*/
    /*box-sizing: border-box;*/
}
.busniessBox .mapBox{
    position: relative;
    margin-right:4%;
    z-index: 9;
    width: 50%;
    top:0;
    box-sizing: border-box;
    /*transform: translateY(-50%);*/
    /*-webkit-transform: translateY(-50%);*/
}
.busniessBox .mapBox .map{
    width: 100%;
}
.busniessBox .mapBox .point{
    position: absolute;
    width: 16px;
    /*height: 21px;*/
    cursor: pointer;
}
.busniessBox .mapBox .point.action,
.busniessBox .mapBox .point:hover{
    transform: scale(1.5);
}
.busniessBox .mapBox .point[title="北京"]{
    top: 33.5%;
    left: 73.5%;
}
.busniessBox .mapBox .point[title="上海"]{
    top: 56.9%;
    left: 85.5%;
}
.busniessBox .mapBox .point[title="深圳"]{
    top: 82.5%;
    left: 72.5%;
}
.busniessBox .mapBox .point[title="广州"]{
    top: 81.5%;
    left: 69.5%;
}
.busniessBox .mapBox .point[title="杭州"]{
    top: 63.5%;
    left: 83.5%;
}
.busniessBox .mapBox .point[title="武汉"]{
    top: 61.5%;
    left: 71.5%;
}
.busniessBox .mapBox .point[title="成都"]{
    top: 63.5%;
    left: 50.5%;
}
.busniessBox .mapBox .point[title="西安"]{
    top: 53.5%;
    left: 60.5%;
}
.busniessBox .mapBox .point[title="太原"]{
    top: 43.5%;
    left: 66.5%;
}
.busniessBox .mapBox .point[title="天津"]{
    top: 36.9%;
    left: 75.9%;
}
.busniessBox .mapBox .point[title="济南"]{
    top: 45.5%;
    left: 76.5%;
}
.busniessBox .mapBox .point[title="青岛"]{
    top: 45.5%;
    left: 81.5%;
}
.busniessBox .mapBox .point[title="沈阳"]{
    top: 29.5%;
    left: 85%;
}
.busniessBox .mapBox .point[title="大连"]{
    top: 36.5%;
    left: 83.5%;
}
.mapPopUp{
    position: absolute;
    width: 408px;
    padding: 40px 40px 20px;
    box-sizing: border-box;
    background-color: #535353;
    display: none;
    z-index: 9;
}
.mapPopUp .close{
    position: absolute;
    width: 26px;
    height: 26px;
    top: 0px;
    right: 0px;
    padding: 15px;
    cursor: pointer;
}
.mapPopUp .cityName{
    color: #e5d4c2;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}
.mapPopUp .popTxt{
    color: #e5d4c2;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 10px;
}
.mapPopUp .popImg{
    width: 100%;
    max-height: 214px;
}
.busniessBox .footprintBox{
    width: 40%;
    height: 100%;
    position: absolute;
    top:0;
    right: 0;
    padding-top: 8%;
    box-sizing: border-box;
    /*transform: translateY(-50%);*/
    /*-webkit-transform: translateY(-50%);*/
}
.busniessBox .footprintBox .footprintTitle{
    position: relative;
    margin-bottom: 90px;
}
.busniessBox .footprintBox .footprintTitle .Eg{
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0,-16px);
    color: #777b7e;
    font-size: 40px;
    font-family: "Times New Roman";
}
.busniessBox .footprintBox .footprintTitle .cn{
    position: relative;
    color: #9B8357;
    font-size: 30px;
    margin-bottom: 15px;
}
.busniessBox .footprintBox .footprintTitle .line{
    width: 74px;
    height: 1px;
    background-color: #9B8357;
    transform: translate(-15px,0);
}
.busniessBox .footprintBox .footprintList{
    overflow: hidden;
    position: absolute;
    bottom:-30px;
    left:0;
    white-space: nowrap;
}
.busniessBox .footprintBox .footprintList .listBoxs{
    /*position: absolute;*/
    /*bottom:0;*/
    /*right:0;*/
}
.busniessBox .footprintBox .footprintList .listBoxs>div{
    display: block;
    /*text-align: center;*/
}
.busniessBox .footprintBox .footprintList .listBoxs>div:first-child{
    text-align: center;
}
.busniessBox .footprintBox .footprintList .listItem{
    position: relative;
    float: none;
    color: #9B8357;
    font-size: 16px;
    margin:0 0 30px 0;
    width: 84px;
    text-align: left;
    display: inline-block;
}
.busniessBox .footprintBox .footprintList .listItem input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.busniessBox .footprintBox .footprintList .listItem i{
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #9B8357;
    border-radius: 50%;
    box-sizing: border-box;
    vertical-align: middle;
}
.busniessBox .footprintBox .footprintList .listItem input:checked~i{
    background-color: #9B8357;
}
.busniessBox .footprintBox .footprintList .listItem span{
    vertical-align: middle;
}
.news_detail{
    margin-top: 85px;
    /*border: 1px solid #535353;*/
}
.serves_box.news_detail .serves_nav{
    margin-bottom: 0;
}
.news_cont{
    width: 1760px;
    max-width: 90%;
    transform: translate(0,-25px);
    padding: 4.5% 12.5%;
    background-color: #535353;
    margin: 0 auto 50px;
    box-sizing: border-box;
}
.news_cont .cont_title{
    text-align: center;
    font-size: 28px;
    color: #eeeeee;
    font-weight: 400;
    margin-bottom: 35px;
}
.news_cont .date{
    text-align: center;
    font-size: 12px;
    color: #808080;
    margin-bottom: 60px;
}
.news_cont .cont_txt{
    font-size: 14px;
    line-height: 28px;
    color: #bcbcbc;
    margin-bottom: 24px;
}
.news_cont .cont_txt p{
    margin-bottom: 26px;
}
.news_cont .cont_txt img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 26px;
}
.news_cont .cont_tab{
    padding-bottom: 20px;
    border-bottom: 1px solid #808080;
    margin-bottom: 20px;
    overflow: hidden;
}
.news_cont .cont_tab .bqBox{
    float: left;
    width: calc(100% - 40px);
}
.news_cont .cont_tab span,
.news_cont .cont_tab a{
    float: left;
    color: #808080;
    font-size: 14px;
    vertical-align: middle;
    margin: 0 5px 5px;
}
.news_cont .cont_tab span{
    margin-left: 0;
    padding: 3px 0;
}
.news_cont .cont_tab a{
    text-align: center;
    border-radius: 200px;
    min-width: 80px;
    padding: 3px 12px;
    border: 1px solid #808080;
    box-sizing: border-box;
}
.cont_bottom{
    overflow: hidden;
}
.cont_bottom .cont_btn{
    float: left;
    padding-top: 10px;
}
.cont_bottom .cont_btn a{
    display: block;
    max-width: 430px;
    font-size: 14px;
    color: #808080;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.cont_bottom .cont_share{
    float: right;
    height: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.cont_bottom .cont_share p{
    font-size: 14px;
    color: #808080;
    padding-right: 15px;
}
.cont_bottom .cont_share .bdsharebuttonbox{
    white-space: nowrap;
}
.cont_bottom .cont_share .bdsharebuttonbox a{
    width: 36px;
    height: 36px;
    background: url(../img/wx.png) no-repeat center center;
    background-size: 100%;
    padding: 0;
    margin: 0 0 0 5px;
}
.cont_bottom .cont_share .bdsharebuttonbox a.bds_tsina{
    background-image: url(../img/wb.png);
}
.cont_bottom .cont_share .bdsharebuttonbox a.bds_sqq{
    background-image: url(../img/qq.png);
}
.scrollTop{
    position: fixed;
    bottom: 15%;
    right: 5%;
    cursor: pointer;
}

/* 联系我们 */
.serves_box.contact{
    position: relative;
    padding: 0;
    padding-bottom: 74px;
}
.serves_box.contact .serves_top{
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 34%;
    margin: 0;
    padding: 4% 7% 5% 0;
    background-color: #262626;
    box-sizing: border-box;
}
.serves_box.contact .inner_tit{
    text-align: right;
}
.serves_box.contact .usMsg{
    padding: 0 4%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
}
.serves_box.contact .usMsg .msgLeft{
    width: 40%;
    background: url(../img/contactLeft.png) no-repeat center center;
    background-size: cover;
    padding: 4.5% 7.3%;
    box-sizing: border-box;
}
.serves_box.contact .usMsg .msgLeft .msgT{
    font-size: 28px;
    color: #9B8357;
    margin-bottom: 60px;
}
.serves_box.contact .usMsg .msgLeft .msg{
    font-size: 16px;
    color: #e5d4c2;
    margin-bottom: 50px;
}
.serves_box.contact .usMsg .msgLeft .msg p img,
.serves_box.contact .usMsg .msgLeft .msg p span{
    display: inline;
    vertical-align: middle;
}
.serves_box.contact .usMsg .msgLeft .msg p.light{
    font-size: 18px;
    font-weight: 700;
    padding-left: 22px;
    font-family: 'Times New Roman';
}
.serves_box.contact .usMsg .msgLeft .msg p.noBold{
    font-weight: 400;
}
.serves_box.contact .usMsg .msgLeft .ewm img{
    width: 114px;
    height: 110px;
    display: block;
    margin-bottom: 6px;
}
.serves_box.contact .usMsg .msgLeft .ewm p{
    color: #e5d4c2;
    font-size: 14px;
}
.serves_box.contact .usMsg .msgRight{
    width: 60%;
    padding: 4.5% 5.9%;
    box-sizing: border-box;
    background-color: #535353;
}
.serves_box.contact .usMsg .msgRight .rightT{
    color: #bcbcbc;
    font-size: 22px;
    text-align: left;
    margin-bottom: 45px;
}
.serves_box.contact .usMsg .msgRight form{
    overflow: hidden;
}
.serves_box.contact .usMsg .msgRight input,
.serves_box.contact .usMsg .msgRight textarea{
    float: left;
    color: #333;
    font-size: 14px;
    border: 1px solid #808080;
    background-color: #535353;
    box-sizing: border-box;
    padding: 10px;
}
.serves_box.contact .usMsg .msgRight input{
    width: 49%;
    height: 46px;
    margin-bottom: 20px;
    font-family: "微软雅黑";
}
.serves_box.contact .usMsg .msgRight input.name{
    margin-right: 2%;
}
.serves_box.contact .usMsg .msgRight textarea{
    width: 100%;
    height: 256px;
    resize: none;
    margin-bottom: 30px;
    font-family: "微软雅黑";
}
.serves_box.contact .usMsg .msgRight input::placeholder,
.serves_box.contact .usMsg .msgRight textarea::placeholder{
    color: #808080;
}
.serves_box.contact .usMsg .msgRight .btnBox{
    float: left;
    width: 100%;
}
.serves_box.contact .usMsg .msgRight button{
    float: right;
    width: 159px;
    height: 46px;
    border-radius: 50px;
    background-color: #9B8357;
    border-width: 0;
    font-size: 14px;
    color: #262626;
    font-family: "微软雅黑";
}
.m_show{
    display: none;
}

@media screen and (max-width: 1560px){
    .footprint{
        height: calc(100% - 60px);
        padding-top: 60px;
    }
    .news_detail{
        margin-top: 60px;
    }
}

@media screen and (max-width: 950px){
    .footprint{
        height: auto;
        min-height: calc(100% - 50px);
    }
    .busniessBox{
        width: 100%;
        padding: 0 20px;
        position: absolute;
        top:0;
        height: 100%;
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
    }
    .busniessBox .mapBox{
        width: 50%;
        position: relative;
        z-index: 9;
        top: 60px;
        left:50%;
        margin: 0 auto;
        box-sizing: border-box;
        transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
    }
    .busniessBox .mapBox .point {
        width: 12px;
    }
    .busniessBox .mapBox .map{
        width: 100%;
    }
    .busniessBox .footprintBox{
        width: auto;
        height: auto;
        position: absolute;
        z-index: 9;
        top: auto;
        bottom:40px;
        left:10%;
        box-sizing: border-box;
        /*transform: translate(-50%,0);*/
        /*-webkit-transform: translate(-50%,0);*/
    }
    .busniessBox .footprintBox .footprintList{
        position: static;
        /*margin-bottom: 40px;*/
        white-space: normal;
    }
    .busniessBox .footprintBox .footprintList .listItem{
        width: auto;
        margin: 0 10px 10px 0;
    }
    .busniessBox .footprintBox .footprintList .listBoxs>div{
        text-align: left !important;
    }
    .mapPopUp{
        max-width: 300px;
        padding: 15px;
    }
    .mapPopUp .close {
        padding: 5px;
    }
    .news_detail{
        margin-top: 50px;
    }
    .news_cont{
        padding: 4.5% 20px;
    }
    .news_cont .cont_title{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .news_cont .date{
        margin-bottom: 20px;
    }
    .cont_bottom .cont_btn{
        width: 100%;
    }
    .cont_bottom .cont_btn a{
        max-width: 100%;
    }
    .news_cont .cont_tab a{
        min-width: auto;
        padding: 3px 6px;
        margin: 0 2px 5px;
    }
    .serves_box.contact .serves_top{
        width: 50%;
    }
    .serves_box.contact .usMsg{
        padding: 0 20px;
        flex-wrap: wrap;
    }
    .serves_box.contact .usMsg .msgLeft,
    .serves_box.contact .usMsg .msgRight{
        width: 100%;
    }
    .serves_box.contact .usMsg .msgLeft .msgT{
        margin-bottom: 40px;
    }
    .serves_box.contact .usMsg .msgLeft .msg{
        margin-bottom: 30px;
    }
    .serves_box.contact .usMsg .msgRight .rightT{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .cont_bottom .cont_share{
        float: left;
    }
    .serves_box.contact .usMsg .msgLeft .msg{
        font-size: 14px;
    }
    .serves_box.contact .usMsg .msgLeft .msg p.light{
        font-size: 14px;
        font-weight: normal;
    }
    .serves_box.contact .usMsg .msgLeft{
        padding: 4.5% 15px;
    }
    .serves_box.contact .usMsg .msgLeft .ewm{
        text-align: center;
    }
    .serves_box.contact .usMsg .msgLeft .ewm img{
        margin: 0 auto 5px auto;
    }
}
@media screen and (max-width: 768px){
    .busniessBox .mapBox{
        width: 60%;
        top: 80px;
    }
    .busniessBox .footprintBox .footprintTitle .Eg{
        font-size: 34px;
    }
    .busniessBox .footprintBox .footprintTitle .cn{
        font-size: 24px;
    }
}
@media screen and (max-width: 630px){
    .busniessBox .mapBox{
        width: 80%;
    }
    .busniessBox .footprintBox{
        bottom:30px;
        left: 5%;
    }
}

@media screen and (max-width: 450px){
    .busniessBox .footprintBox .footprintTitle .Eg{
        /*font-size: 30px;*/
    }
    .busniessBox .footprintBox .footprintTitle .cn{
        font-size: 20px;
    }
    .serves_box.contact .usMsg .msgLeft .msgT{
        font-size: 22px;
    }
    .serves_box.contact .usMsg .msgLeft .msg{
        margin-bottom: 20px;
    }
    .serves_box.contact .usMsg .msgRight .rightT{
        display: none;
    }
    .m_show{
        margin-bottom: 20px !important;
        display: block !important;
    }
    .busniessBox .footprintBox{
        width: 90%;
    }
    .busniessBox .footprintBox .footprintList .listItem span{
        font-size: 12px;
    }
    .busniessBox .mapBox .point {
        width: 10px;
    }
    .busniessBox .footprintBox .footprintTitle {
        position: relative;
        margin-bottom: 50px;
        margin-left: 20px;
    }
    .busniessBox .footprintBox .footprintList .listBoxs>div{
        text-align: center !important;
    }
}