#content-Company{
    width: 100%;
    height: 350px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 74px 0 0 0;
    animation: b-bg 1.6s both;
    border: 5px solid rgba(255,255,255,0);
}
#content-Company>.border {
    position: absolute;
    left: 50%;
    top: 50%;
    animation: b-border .8s ease-out 0.4s both;
    width: 600px;
    height: 86px;
    margin: -50px 0 0 -300px;
    z-index: 3;
}
#content-Company>.b-sub-title {
    width: 600px;
    height: 86px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    color: rgb(247, 244, 244);
    font-size: 28px;
    animation: b-title .6s 1s both;
    z-index: 3;
}
#content-Company>.b-sub-title-sub {
    width: 600px;
    height: 86px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    animation: b-title-sub .6s 1.2s both;
    z-index: 3;
}
#b-sub>.bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    filter: alpha(opacity=50);
    opacity: .5;
    z-index: 2;
    display: none;
}
#content-Company-part{
    height: 70px;
    border-bottom: 1px solid #e6e6e6;
}
#content-Company-part .wrap{
    width: 1080px;
    margin: auto;
}
#content-Company-part .wrap:after {
    content: '';
    display: block;
    height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    float: none;
}
#part-menu {
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 15px;
}
#part-menu>a.A {
    color: #F19919;
}
#part-menu>a {
    display: inline-block;
    height: 100%;
    padding: 0 20px;
    position: relative;
}
#part-menu>a.A:after {
    bottom: -1px;
    filter: alpha(opacity=100);
    opacity: 1;
}
#part-menu>a:after {
    height: 3px;
    background: #F19919;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    display: block;
    content: '';
    transition: all .16s;
    filter: alpha(opacity=0);
    opacity: 0;
}
#content-Company-main {
    width: 1080px;
    margin: 50px auto 0 auto !important;
}
.contact {
    font-size: 14px;
}
#content-Company-main .mtit {
    font-size: 36px;
    color: #F19919;
}
#content-Company-main .mtit-sub2 {
    font-size: 30px;
    color: #dadada;
    font-weight: bold;
    margin-bottom: 20px;
}
.contact p {
    margin-top: 9px;
}
#content-Company-map {
    position: relative;
    height: 500px;
}
#content-Company-map iframe html body .middle #companyMap{
    width: 100%!important;
    height: 500px!important;
}