.shuru {
    display: flex;
    height: 28px;
    width: 120px;
    align-items: center;
    align-self: center;
    border: 1px solid #54555b;
    border-radius: 15px;
    justify-content: center;
    /* position: relative;
    top: -5px; */
}

.shuru input {
    width: 95px;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0px 3px 0px 10px;
}

.shurubox {
    width: 150px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
}
.case_section{
    width:100%;
    background: #f5f5f5;
    padding: 1px 0 80px;
}
.content {
    width: 1130px;
    margin: 0 auto;
}

.titlebox {
    width: 260px;
    height: 70px;
    display: flex;
    align-items: center;
    border: 2px solid #32bd9e;
    cursor: pointer;
}

.tab {
    width: 80px;
    height: 59px;
    background-repeat: no-repeat;
    background-position: center;
}
.content_top .titlebox:first-child .tab{
    background-image: url("/img/promotional/ani.png");
}

.content_top .titlebox:last-child .tab{
    background-image: url("/img/promotional/pub.png");
}

.content_top {
    margin: 68px 0px;
    display: flex;
    justify-content: space-around;
}

.wenzibox {
    width: 120px;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.wenzi {
    cursor: pointer;
}

.imgbox:hover .wenzi{
    color: red;
    text-decoration: underline;
}

.wenzibox p {
    font-size: 25px;
    color: #262424;
    margin: 0px!important;
    padding: 0px!important;
}

.bg {
    width: 100%;
    height: 35px;
    background-color: #f3f3f3;
}

.imgbigbox {

}

.imgbox {
    margin-right: 3.5%;
    width:31%;
}

.imgbox:nth-child(3n) {
    margin-right: 0px;
}

.imgbox img{
    width: 100%;
    height: 175px;
}
.wenzi {
    font-size: 16.67px;
    color: #343232;
    line-height: 25px;
    margin: 20px 0px 50px auto;
}

.border {
    width: 347px;
    height: 180px;
    border-bottom: 1px solid #59cec0;
}

.bg2 {
    width: 100%;
    height: 80px;
    background-color: #f3f3f3;
    margin-top: 20px;
}

.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;
}

.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;
    margin-bottom: 50px;
}

.telephone {
    font-size: 25px!important;
    color: #2a2a2a!important;
    display: block;
    margin-top: 10px;
}

.border2 {
    width: 347px;
    height: 300px;
    border-bottom: 1px solid #59cec0;
}
.on{background: #3cd1b0;}
.on .wenzibox p{color:#fff;}
.borderxian {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 120px;
}
.border1 {
    width: 30%;
    height: 1px;
    background-color: #59cec0;
}
.typename_m{
    display: none;
    padding-bottom: 20px;
    font-size: 20px;
    color: #333;
    letter-spacing: 2px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 1200px){
    .content{width: 100%;padding: 40px 2vw;}

}

@media screen and (max-width: 768px){
    .typename_m{display: block;}
    .case_section{padding: 1px 0 0;}
    .content_top{display: none;}
    .imgbox{width: 100%;margin-right: 0!important;}
    .imgbox img{height: auto;}
    .wenzi{margin: 10px 0 20px;}
}
