.articlebox {
    width: 723px;
    margin-bottom: 50px;
    box-shadow: 2px 2px 2px #c3c3c3;
}
.picBox{
    width: 100%;
    height: 251px;
    overflow: hidden;
}
.article {
    width: 723px;
    background-color: #ffffff;
    padding: 30px 30px 20px 30px;
}

.time {
    font-size: 12.5px;
    color: #636262;
    line-height: 25px;
}

.name {
    font-size: 22.92px;
    color: #1a1a1a;
    font-weight: bold;
    margin: 20px 0;
}

.more a {
    font-size: 10.42px;
    color: #46a993;
    line-height: 25px;
    padding-top: 20px;
}

.center_content {
    margin: 68px auto;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}

.moredmore {
    width: 723px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 2px 2px 2px #c3c3c3;
    cursor: pointer;
}

.more2 a {
    font-size: 10.42px;
    color: #46a993;
}

.bg2 {
    width: 100%;
    height: 80px;
    background-color: #f3f3f3;
}

.bottom1 {
    width: 100%;
    background-color: #dcdcdc;
    margin-bottom: 30px;
}

.b_content {
    width: 1130px;
    margin: 0 auto;
    display: flex;
    padding-bottom: 50px;
    position: relative;
}

.bottom-left {
    padding-top: 25px;
}

.bottom_center {
    padding-top: 40px;
    display: flex;
}

.logo2 {
    width: 205px;
    height: 70px;
    /* position: relative;
    top: -40px; */
}

.bottom_center ul {
    padding: 0px;
    margin: 0px 30px;
}

.bottom_center ul li {
    list-style-type: none;
    width: 100px;
    height: 35px;
    text-align: center;
    align-items: center;
}

.bottom_center ul li a {
    font-size: 14.56px;
    color: #5f5b5b;
    line-height: 25px;
    text-decoration: none;
}

.bottom_center ul>li:first-child>a {
    font-size: 16.67px;
    color: #2c2a2a;
}

.bottom_center ul:nth-child(7) {
    width: 220px;
}

.bottom_center ul:nth-child(9) {
    width: 200px;
}

.bottom_center ul:nth-child(7)>li {
    width: 220px;
    text-align: left;
    height: auto;
}

.bottom_center ul:nth-child(9)>li {
    width: 200px;
    text-align: left;
    height: auto;
}

.topimg2 {
    position: absolute;
    top: 130px;
    right: -60px;
}

.happy2 {
    width: 1130px;
    margin: 0 auto 50px;
}

.telephone {
    font-size: 25px!important;
    color: #2a2a2a!important;
    display: block;
    margin-top: 10px;
}

.border2 {
    width: 347px;
    height: 300px;
    border-bottom: 1px solid #59cec0;
}

.articlebox img {
    transition: all 0.4s ease-in-out;
}

.articlebox img:hover {
    transform: scale(1.2, 1.2);
}

@media screen and (max-width: 768px){
    .center_content{margin: 68px auto 0;}
    .articlebox{width: 100%;margin-bottom: 30px;}
    .picBox{height: auto;}
    .articlebox img{width: 100%;}
    .article{width: 100%;padding: 15px;}
    .name{font-size: 16px;margin: 10px 0;}
    .time{line-height: 1.5;}
    .moredmore{width: 100%;height: 40px;background-color: #eaeaea;}

}