﻿/*通用*/
.pagePosition{
    width:94%;
    height:auto;overflow:hidden;
    line-height:30px;
    color:#666;
    padding:5px 2%;
    border-radius: 30px;
    border: 1px solid #eee;
    box-shadow: 5px 5px 5px #eee;
    margin:10px auto;
}
.pagePosition a{color:#666;}
.pagePosition a:hover{color:#f00;}

.pageWidth{
    width:94%;
    height:auto;overflow:hidden;
    line-height:30px;
    color:#666;
    padding:5px 2%;
    border-radius: 30px;
    border: 1px solid #eee;
    box-shadow: 5px 5px 5px #eee;
    margin:50px auto;
}

.pageTitle{
    width:100%;
    height: auto;overflow: hidden;
}
.pageTitle s{
    width: 40px;
    height: 2px;
    background-color: #0066ab;
    display: block;
}
.pageTitle h1{
    width:100%;
    height:50px;line-height:50px;
    font-size:36px;
    font-weight:bold;
    color:#000;
}
.pageTitle h2{
    width:100%;
    height:30px;line-height:30px;
    font-size:20px;
    color: #0068b7;
    text-transform: uppercase;
}
.pageContent {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
    margin: 50px auto;
}

    .pageContent img {
        max-width: 100%;
        margin: 5px 0;
    }

.pageContact{
    width:100%;
    height: auto;overflow: hidden;
}
.pageContact li{
    width: 100%;
    height: auto;overflow: hidden;
    line-height: 30px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 0 5px;
    padding-left: 40px;
    font-size: 15px;
    font-weight: 300;
}
.pageContact li h3{
    font-size: 18px;
    color:#333;
    line-height: 35px;
}
.pageContact li:nth-child(1){
    background-image: url(../Images/Icon/iconTel.png);
}
.pageContact li:nth-child(2){
    background-image: url(../Images/Icon/iconPosition.png);
}
.pageContact li:nth-child(3){
    background-image: url(../Images/Icon/iconEmail.png);
}
.pageContact li:nth-child(4){
    background-image: url(../Images/Icon/iconWeb.png);
}


@media(max-width:720px) {
    .pageWidth{
        width:90%;
        padding:5px 4%;
    }

    .pageContact li h3{
        font-size: 16px;
    }
}