* {
    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: -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;
}


/* 公司荣誉 */

.honor {
    padding: 3% 0%;
    background-color: #f5f5f5;
}
.honor_list {
    margin-top: 3%;
}

.honor_list li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    transition-duration: 0.5s;
    margin-bottom: 3%;
}

.honor_list li:nth-child(4n) {
    margin-right: 0;
}

.honor_list .img {
    overflow: hidden;
    background-color: #fff;
    height: 186px;
}

.honor_list .img img {
    width: 100%;
    display: block;
    transition-duration: .5s;
}

.honor_list .case_text {
    background-color: #fff;
    padding: 3% 5%;
    line-height: 1.5rem;
    text-align: center;
}

.honor_list .t1 a {
    font-size: 1.2rem;
    margin-bottom: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
    color: #000;
}

.honor_list li:hover img {
    transform: scale(1.1);
}

.honor_list li:hover {
    box-shadow: 1px 4px 15px 0 #DDDDDD;
}


.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;
}