* {
    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;
}

.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: -50%;
    top: 50%;
    width: 50%;
    height: 2px;
    background-color: #0d8346;
}

.title::before {
    content: "";
    position: absolute;
    left: -50%;
    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;
}


/* 选择列表 */

.chose {
    background-color: #f5f5f5;
}

.chose_list {
    margin-bottom: 3%;
}

.chose_list span {
    display: inline-block;
    cursor: pointer;
    line-height: 5rem;
    height: 5rem;
    padding: 0 10px;
    /* transition-duration: .5s; */
}
.chose_list span  a{
	color:black;
	display: block;
}
.chose_list span a:hover {
    color: #008641;
}
span.on {
    border-bottom: 2px solid #008610;
}
span.on a{
	 color: #008641;
}


/* 服务中心 */

.service {
    width: 100%;
}

.service_title {
    padding: 0 20%;
}

.service_box {
    margin-top: 3%;
    display: none;
    margin: 3% 0;
}

.service_box li {
    margin-bottom: 3%;
    border: 1px solid #c5c5c5;
    padding: 2%;
    cursor: pointer;
}

.service_box li:nth-child(1) .box_img {
    margin-left: 7%;
}

.service_box .box_img {
    width: 10%;
    height: 8rem;
    margin-left: 4%;
}

.box_img img {
    width: 100%;
    display: block;
}

.service_box .box_text {
    width: 80%;
    padding-right: 10%;
}

.box_text h3 {
    line-height: 4rem;
    font-size: 2rem;
}

.box_text p {
    line-height: 1.5rem;
    color: #666;
}

.case_list li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    transition-duration: 0.5s;
    margin-bottom: 3%;
    padding: 0;
}

.case_list li:nth-child(4n) {
    margin-right: 0;
}

.case_list .img {
    overflow: hidden;
    background-color: #fff;
    height: 186px;
}

.case_list .img img {
    width: 100%;
    display: block;
    transition-duration: .5s;
}

.case_list .case_text {
    background-color: #fff;
    padding: 3% 5%;
    line-height: 1.5rem;
}

.case_text .t1 a {
    font-size: 1.2rem;
    margin-bottom: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}

.case_text .t2 {
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    transition-duration: 0.5s;
}

.case_text .t3 {
    text-align: center;
}

.case_text .t3 a {
    display: inline-block;
    line-height: 2rem;
    height: 2rem;
    padding: 0 10px;
    background-color: #008641;
    color: #fff;
    width: 80%;
    margin-top: 5%;
    margin-bottom: 5%;
}

.case_list li:hover img {
    transform: scale(1.1);
}

.case_list li:hover {
    box-shadow: 1px 4px 15px 0 #DDDDDD;
}

.page {
    width: 100%;
    text-align: center;
    margin-top: 6%;
}

.page_list {
    display: inline-block;
}

.page_list a {
    line-height: 2rem;
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #0d8346;
    color: #0d8346;
    height: 2rem;
    transition-duration: .5s;
}

.page_list a:hover {
    background-color: #0d8346;
    color: #f5f5f5;
}

.service_box .tit {
    color: #008641;
    font-size: 1.2rem;
    line-height: 2rem;
}

/* 物品详情 */

.cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    display: none;
}

.cover_box {
    position: relative;
    width: 100%;
    height: 100%;
}

.cover_content {
    position: absolute;
    top: 50%;
    left: 50%;
    background: white;
    padding: 15px;
    transform: translate(-50%, -50%);
}
.cover_content  img{
	width:550px;
	height:auto;
}