﻿/*公司简介*/
.pageAboutContent{
    width:55%;float:left;
    padding-top:30px;
    margin-right: 5%;
}
.pageAboutContent h2{
    line-height: 60px;
    font-size:30px;
    font-weight:bold;
}
.pageAboutContent h3{
    line-height: 35px;
    font-size: 16px;
}
.pageAboutPic{
    width:35%;float:left;
    text-align:center;
    margin-right:5%;
}
.pageAboutPic img{max-width:95%;}
.pageAboutWord{
    width:60%;float:left;
    padding-top:100px;
}
.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:14px;
    text-align:center;
    font-weight:bold;
}
.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;
        }


@media(max-width:720px) {
    /*公司简介*/
    .pageAboutContent{
        width:100%;
        margin-right: 0;
        margin-bottom: 20px;
        padding-top: 0;
    }
    .pageAboutPic {
        width: 100%;
        margin-right:0;
    }

        .pageAboutPic img {
            max-width: 95%;
        }

    .pageAboutWord {
        width: 100%;
        padding-top: 50px;
    }

        .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;
        }
}