﻿.container-fluid .textchinese,
.container-fluid .textenglish {
    color: #333;
}

/*移动端*/
@media screen and (max-width:768px) {
    .hline {
        border-bottom-width: 3px;
        border-bottom-style: solid;
        border-bottom-color: #1599d7;
        width: 80px;
        padding: 0;
        margin: 0 auto;
    }

    .container-fluid .textchinese p {
        margin-bottom: 8px;
    }
    #map {
        min-height: 200px;
    }
}

/*pc端*/
@media screen and (min-width:768px) {
    .container-fluid .textchinese {
        font-size: 24px;
        margin-top: 30px;
        width: 100%;
    }
    .contactusinfo .row  .item{
       width:50%;
       height:auto;
       min-height:300px;
    }

    .contactusinfo .row .companyname {
        font-size:18px;
    }

    .contactusinfo .row .shortinfo,
    .contactusinfo .row .address,
    .contactusinfo .row .email,
    .contactusinfo .row .phone {
        font-size: 14px;
    }

    #map{
        height:100%;
    }
}
