﻿.header {
    width: 100%;
    min-width: 1200px;
    height: 70px;
    background-color: #03331F;
    color: #fff;
}

.header_left {
    height: 100%;
}

.header_left img {
    width: 115px;
    height: 43px;
    margin-top: 11px;
}

.header_right {
    width: 60%;
    height: 100%;
}

.header_right ul {
    width: 100%;
    height: 100%;
}

.header_right ul li {
    float: left;
    width: 12.5%;
    height: 100%;
    position: relative;
}

.header_right ul li .A {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 70px;
    clear: both;


}



.select{
    width: 120%;
    max-height: 0;
    background: #03331F;
    position: absolute;
    z-index: 10;
    transition: all 0.5s;
    text-align: center;
    overflow: hidden;
}

/* .show{
    background: #fff;
    color: #000;
} */
/* .show{
    display: block;
    height: auto;
    transition: all 1s;
    text-align: center;
} */
.item:hover .select{
    width:120%;
    max-height:300px;
    display: block;
    margin: 0 auto;
    text-align: center;
    transition: all 0.5s;

}

.select a:hover{ 
     background: #01aa86;
}

.select a{
    display: block;
     line-height: 30px;
}



.footer {
    width: 100%;
    min-width: 1200px;
    height: 275px;
    color: #fff;
}

.footer_top {
    width: 100%;
    height: 194px;
    background-color: #26AB58;
}

.footer_top>div {
    overflow: hidden;
}

.footer_box {
    width: 40%;
    height: 115px;
    margin-top: 40px;
}

.footer_box p {
    margin-bottom: 10px;
}

.linkUrl {
    width: 100%;
    margin-bottom: 10px;
}

.linkUrl a {
    display: inline-block;
    width: calc(33.33% - 3px);
    box-sizing: border-box;
    border-right: 1px solid #fff;
    text-align: center;
    margin-bottom: 15px;
    color: #fff !important;
}

.linkUrl a:nth-of-type(3n) {
    border: none;
}

.footer_box_right {
    width: 35%;
    height: 137px;
    margin-top: 40px;
}

.footer_box_right div {
    float: left;
}

.imgBox {
    width: 107px;
    height: 100%;
    text-align: center;
    margin-right: 3%;
}

.imgBox img {
    width: 100%;
    margin-bottom: 5px;
}

.info {
    width: calc(97% - 107px);
    height: 100%;
    line-height: 29px;
}

.footer_bottom {
    width: 100%;
    height: 91px;
    background-color: #03331F;
    color: #fff;
	padding-top: 10px;
	box-sizing:border-box;
}

.footer_bottom div {
    overflow: hidden;
}

.footer_bottom p {
    width: 100%;
    line-height: 28px;
    text-align: center;
    margin: 0 auto;
}

/* 服务热线 */

.hotline {
    width: 44px;
    position: fixed;
    top: 48%;
    right: 0;
    z-index: 999;
}

.hotline .telphone {
    position: relative;
    width: 100%;
    height: 82px;
    border-radius: 5px;
    background-color: #009944;
    color: #fff;
    box-sizing: border-box;
    padding: 0 8px;
    padding-top: 10px;
    cursor: pointer;
    margin-bottom: 8px;
}

.telphone img {
    width: 22px;
    height: 22px;
    margin: 0 auto 6px;
}

.tel_left {
    position: absolute;
    top: -40px;
    right: 50px;
    width: 290px;
    height: auto;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    color: #333;
    box-sizing: border-box;
    padding: 30px 30px 24px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
}

.tel_left>div {
    color: #666;
}

.tel_left>div:first-of-type {
    font-size: 18px;
    color: #333;
}

.tel_left>div:nth-of-type(2) {
    margin: 15px 0;
}

.consulting {
    width: 100%;
    overflow: hidden;
}

.consulting>div:nth-of-type(2) {
    width: calc(90% - 70px);
}

.official {
    position: relative;
    width: 100%;
    height: 82px;
    border-radius: 5px;
    background-color: #009944;
    color: #fff;
    box-sizing: border-box;
    padding: 0 8px;
    padding-top: 10px;
    cursor: pointer;
    margin-bottom: 8px;
}

.official>img {
    width: 22px;
    height: 22px;
    margin: 0 auto 6px;
}

.public_pic {
    position: absolute;
    top: -15px;
    right: 50px;
    width: 120px;
    height: auto;
    background-color: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    padding: 10px;
    border-radius: 10px;
}

.public_pic img {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
}

.public_pic div {
    width: 100%;
    color: #333;
    text-align: center;
}

.goTop {
    width: 44px;
    height: 44px;
    border-radius: 5px;
    background-color: #009944;
    cursor: pointer;
    overflow: hidden;
}

.goTop img {
    width: 22px;
    height: 22px;
    margin: 11px auto;
}

/* 分页页码 */

.page-box {
    margin-bottom: 20px;
}

#pagination {
    overflow: hidden;
}

.page-box div.digg a {
    color: #26AB58;
}

.page-box div.digg a:hover {
    border-color: #26AB58;
}