﻿/*公司简介*/
.pageAboutPic{
    width:35%;float:left;
    text-align:center;
    margin-right:5%;
}
.pageAboutPic img{max-width:95%;}
.pageAboutWord{
    width:51%;float:left;
   margin-top:40px;
   padding:30px 4%;
    border:1px solid #b99129;
}
.PageAboutList {
    width: 94%;
    height: auto;
    overflow: hidden;
    background-color: #f2eee3;
    padding:20px 3%;
}
.PageAboutList li{
    width:48%;float:left;
    height:auto;overflow:hidden;
    margin:30px 1%;
}

.pageContact {
    width: 90%;
    height: auto;
    overflow: hidden;
    border: 1px solid #b99129;
    padding:60px 4%;
}
.pageContactTitle{
    width:100%;
    height:auto;overflow:hidden;
    text-align:center;
}
    .pageContactTitle s{
        display:inline-block;
        width:100px;
        height:1px;
        background-color:#b99129;
        margin-bottom:10px;
    }
    .pageContactTitle h2{
        display:inline-block;
        width:300px;
        height:40px;
        line-height:40px;
        font-size:30px;
        color:#b2850e;
    }
.pageContactAddress{
    width:100%;
    height:50px;line-height:50px;
    overflow:hidden;
    font-size:16px;
    text-align:center;
    font-weight:900;
}
.pageContactList{
    width:70%;
    height:auto;overflow:hidden;
    margin:40px auto;
}
    .pageContactList li {
        width: 33%;
        float: left;
        text-align: center;
    }
        .pageContactList li h3 {
            font-weight: bold;
            font-size:16px;
        }

.pageJoin{
    width:90%;
    height:auto;overflow:hidden;
    border:1px solid #b99129;
    padding:30px 4%;
}


@media(max-width:720px) {
    /*公司简介*/
    .pageAboutPic {
        width: 100%;
        margin-right:0;
    }

        .pageAboutPic img {
            max-width: 95%;
        }

    .pageAboutWord {
        width: 95%;
        padding:50px 2%;
    }

        .PageAboutList li {
            width: 98%;
            float: left;
            height: auto;
            overflow: hidden;
            margin: 30px 1%;
        }

    .pageContactList {
        width: 90%;
        height: auto;
        overflow: hidden;
        margin: 40px auto;
    }

        .pageContactList li {
            width: 100%;
            float: left;
            text-align: center;
            margin-bottom:30px;
        }
}