/* 
    pc端适配方案开始
*/

html,
body {
    overflow-x: hidden;
}
#divid .appContent{
    display: none;
}
.gongsi{
    
    font-size: 17px;
    position: relative;
    margin-top: 20px;
}
.gongsi img{
    width: 40px;
    height:40px;
}
.gongsi .ss{
    position: absolute;
    left: 110px;
    top: 7px;
    width: 60%;
}
.gongsi:after{
    content: '';
    display: block;
    clear: both;
}
.appContent{
    width: 95%;
    margin: auto;
}
#divid .container {
    margin: 0 auto;
    width: 1200px;
    height: auto;
    display: flex;
}

.container_content {
    padding-top: 70px;
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
}

.container_content .line {
    display: block;
    width: 50px;
    height: 3px;
    background-color: #DA9B00;
    border-radius: 3px;
}

.container_content .title {
    margin: 15px 0px;
    font-size: 36px;
}

.container_content .englishtitle {
    font-size: 24px;
}

.mapsCon {
    width: 300px;
}

.contact_content {
    /* margin-bottom: 50px; */
    width: 50%;
    height: auto;
    display: flex;
    /* display: none; */
    flex-direction: column;
}

.tel {
    margin-top: 20px;
    display: flex;
}

.tel p {
    display: flex;
    align-items: center;
}

.tel p img {
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 20px;
}

.tel p span {
    font-size: 17px;
    font-family: Alibaba;
    font-weight: normal;
    color: #333333;
}

.add {
    margin-top: 20px;
    display: flex;
}

.add p {
    display: flex;
    align-items: center;
}

.add p img {
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 20px;
}
.apptel p img{
     width: 40px;
    height: 40px;
    display: block;
    margin-right: 5px;
}
.apptel p{
    display: flex;
    align-items: center;
    font-size: 17px;
    font-family: Alibaba;
    font-weight: normal;
    color: #333333;
}
.apptel{
     margin-top: 20px;
}
.add p span {
    font-size: 17px;
    font-family: Alibaba;
    font-weight: normal;
    color: #333333;
}

#divid .container {
    height: 500px;
    /* margin-left: 15%; */
}

 #divid .container .contact_content {
    margin-top: 100px;
    height: auto;
}

.company p {
    font-size: 20px;
    color: #000000;
    margin-top: 70px;
    font-size: 30px;
    font-weight: bold;
    color: #2C2C34;
    width: 100%;
    display: block;
    font-family: AliMedium;
}

.content1 p:nth-child(2) {
    font-size: 16px;
    color: #838383;
}

.content2 p:nth-child(1) {
    font-size: 20px;
    color: #000000;
}

.content2 p:nth-child(2) {
    font-size: 16px;
    color: #838383;
}

.contactFooter {
    width: 100%;
    height: auto;
}

.contactFooter img {
    width: 100%;
    height: auto;
}

#divid {
    width: 100%;
    margin: 0 auto;
    min-height: 70vh;
}

.aboutBannerF ooter img {
    width: 100%;
    height: auto;
    display: block;
}

/* 地图 */
.mapsCon {
    width: 20%;
    margin-top: 49px;
    /* display: none; */
}

/* 
    pc端适配方案结束
*/

/* 
    移动端适配方案开始
*/
/* 媒体查询 */
@media (max-width: 767px) {
    .company p {
    font-size: 20px;
    color: #000000;
    margin-top: 70px;
    font-size: 27px;
    font-weight: bold;
    color: #2C2C34;
    width: 100%;
    display: block;
    font-family: AliMedium;
}
    .add p img {
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 5px;
}
    .add p {
    display: flex;
    /*align-items: start;*/
    }
    #divid .appContent{
    display: block;
}
    #divid .container{
        display: none;
    }
    .contact_content {
        /* border: 1px solid blueviolet; */
        display: none;
    }
    .newsDetailNav{
        display: none;
    }
    .mapsCon {
        width: 100%;
        height: auto;
        margin-left: 0.4rem;

    }

    .mapsCon .bdmap {
        width: 100%;
        height: 100%;
    }

    .mapsCon .bdmap iframe {
        border: 1px solid blue;
        /* display: none; */
        width: 32%;
        height: 100%;

    }

    .fl {
        /*width: 10%;*/
        /*display: none;*/
    }

    .logofl {
        width: 30%;
        height: 4.7rem;
    }

    .logofl img {
        margin-top: -1rem;
        width: 40%;
        height: 100%;
        margin-left: 0.1rem;
    }

    .btn_menu_wrap {
        margin-left: -2rem;
    }

    .mapsCon {
        display: none;
    }

    #ditumap {
        border: 1px solid blue;
        width: 32%;
        height: 20rem;
        margin-left: 0.5rem;
        margin-top: 5.5rem;
        /* border: 1px solid blue; */
    }

    #ditumap img {
        width: 93%;
        height: 70%;
    }

    #xiangqing {
        border: 1px solid blue;
        font-size: 1.3rem;
        text-align: center;
        color: blue;
        margin-top: -0.5rem;
        position: relative;
        top: -4rem;
    }
}
/* 
    移动端适配方案结束
*/