* {
    font-size: 14px;
    font-family: "微软雅黑";
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
}

ul {
    list-style: none;
}

.l {
    float: left;
}

.r {
    float: right;
}

input,
textarea,
button {
    outline: none;
}

.clear::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0
}

.title {
    margin: 0 auto;
    text-align: center;
    width: 20%;
    position: relative;
}

.title::after {
    content: "";
    position: absolute;
    right: -30%;
    top: 50%;
    width: 50%;
    height: 2px;
    background-color: #0d8346;
}

.title::before {
    content: "";
    position: absolute;
    left: -30%;
    top: 50%;
    width: 50%;
    height: 2px;
    background-color: #0d8346;
}

.title>h2 {
    font-size: 2rem;
    line-height: 3rem;
    height: 3rem;
    overflow: hidden;
}

/* 通栏大图 */

.bigimg {
    width: 100%;
}

.bigimg img {
    width: 100%;
    display: block;
}


/* 留言板 */

.message {
    padding: 3% 0%;
}

.message_content {
    margin-top: 5%;
}

.message_content .form {
    width: 60%;
}

.message_content .form p {
    margin-bottom: 3%;
}

.message_content input {
    width: 100%;
    line-height: 3rem;
    height: 3rem;
    padding: 0 10px;
    border: 1px solid #cecece;
    color: #666;
}

.message_content textarea {
    border: 1px solid #cecece;
    width: 100%;
    max-width: 100%;
    padding: 2%;
}

.message_content a {
    display: inline-block;
    width: 200px;
    background-color: #008610;
    color: #f5f5f5;
    line-height: 3rem;
    border-radius: 5px;
}

.message_info {
    width: 25%;
}

.message_info p:nth-child(1) {
    line-height: 3rem;
    height: 3rem;
    font-size: 1.25rem;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 5%;
}

p.t1 {
    line-height: 2rem;
    height: 2rem;
    color: #666;
}


/* 网站地图 */

.map {
    padding: 3% 0%;
    background-color: #f5f5f5;
}

.my-map {
    margin: 0 auto;
    width: 100%;
    height: 420px;
    margin-top: 5%;
}

.my-map .icon {
    background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}

.my-map .icon-flg {
    height: 32px;
    width: 29px;
}

.my-map .icon-flg-red {
    background-position: -65px -5px;
}

.amap-container {
    height: 100%;
}
