﻿.pageAbout{
    width:100%;
    height: auto;overflow: hidden;
    background-color: #f8f8f8;
    padding:50px 0;
}
.pageAboutTitle{
    width:100%;
    height: auto;overflow: hidden;
    margin-bottom: 30px;
}
.pageAboutTitle h2{
    line-height: 50px;
    font-size: 30px;
    font-weight: bold;
    color:#005bac;
}
.pageAboutTitle s{
    display: block;
    width:40px;
    height: 2px;
    background-color: #f9a634;
}
.pageAboutContent{
    width:100%;
    height: auto;overflow: hidden;
    line-height: 40px;
    font-size: 16px;
}
.pageAboutSpeak{
    width:100%;
    height: auto;overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pageAboutSpeakImg{
    width:40%;float: left;
    margin-right: 10%;;
}
.pageAboutSpeakImg img{
    width:100%;
}
.pageAboutSpeakContent{
    width:40%;float: left;
    margin-right: 10%;
    line-height: 55px;
    font-size: 30px;
    color:#005bac;
    font-family: "楷体";
}

/* 联系我们 */
.pageContactContent{
    width:50%;float: left;
    padding-top:20px;
    line-height: 30px;
}
.pageContactMap{
    width:46%;float: left;
    margin:0 2%;
}
.pageContactMap img{
    max-width: 100%;
    border-radius: 10px;
}

.pageDealer{
    width:100%;
    height: auto;overflow: hidden;
}
.pageDealer li{
    width:27%;
    float: left;
    margin:10px 1%;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    padding:20px 2%;
    border-radius: 5px;
    transition:all 0.5s;
}
.pageDealer li:hover{
    box-shadow: 0 0 10px #ccc;
}
.pageDealer li h1{
    line-height: 40px;
    font-size:20px;
    font-weight: bold;
    color:#005bac;
}
.pageDealer li h2{
    line-height: 30px;
    font-size:18px;
    font-weight: bold;
    color:#333;
}
.pageDealer li h3{
    line-height: 30px;
    font-size:14px;
    color:#666;
}

/*招商加盟*/
.pagePartnerTitle{
    width:100%;
    height: auto;overflow: hidden;
    line-height: 50px;
    font-size: 40px;
    font-weight: bold;
    color:#005bac;
    text-align: center;
}
.pagePartnerList{
    width:100%;
    height: auto;overflow: hidden;
    margin:30px auto;
}
.pagePartnerList li{
    width: 280px;
    float: left;
    margin:10px 10px;
    border: 1px solid #eee;
    text-align: center;
    padding:10px 10px;
    transition:all 0.5s;
}
.pagePartnerList li:hover{
    box-shadow: 0 0 10px #eee;
}
.pagePartnerList li h2{
    font-size: 18px;
    color:#000;
    line-height:40px;
}
.pagePartnerList li h3{
    color:#666;
}


.pageJoin{
    width:100%;
}
.pageJoin h2{
    font-size: 24px;
    line-height: 50px;
    font-weight: bold;
    color:#000;
    margin-bottom: 5px;
    margin-top:20px;
}
.pageJoin h3 {
    width: 98%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    color: #666;
    margin-top:10px;
    font-size: 16px;
    padding-left: 15px;
}
.pageJoin h3::before{
    display: inline-block;
    content: '';
    width:10px;
    height: 10px;
    background-color: #f9a634;
}
.pageJoin h4{
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    color: #666;
    margin-top:20px;
}
.pageBook{
    width:500px;
    margin:30px auto;
}
.pageBookTitle{
    font-size: 24px;
    line-height: 50px;
    font-weight: bold;
    color:#f9a634;
    margin-bottom: 20px;
    text-align: center;  
}


@media (max-width:720px) {
    .pageAboutSpeak{
        display: block;
    }
    .pageAboutSpeakImg{
        width:100%;
        margin-right: 0;
    }
    .pageAboutSpeakImg img{
        width:100%;
    }
    .pageAboutSpeakContent{
        width:100%;
        margin-right: 0;
        line-height: 50px;
        margin-top:20px;
    }
    
    /* 联系我们 */
    .pageContactContent{
        width:100%;
    }
    .pageContactMap{
        width:96%;
        margin-top:20px;
    }
    
    .pageDealer li{
        width:90%;
        padding:20px 4%;
    }
    /*招商加盟*/

    .pageBook{
        width:94%;
        margin:30px auto;
    }
    .pageBookTitle{
        font-size: 24px;
        line-height: 40px;
        font-weight: bold;
        color:#f9a634;
        margin-bottom: 20px;
        text-align: center;  
    }

}