.banner{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width:100%;
    height: 400px;
}
.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; */
}
.on{
    background: #3cd1b0;
}
.on .wenzibox p{
    color:#fff;
}
.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;
}

.content {
    width: 1130px;
    margin: 0 auto;
}

.titlebox {
    width: 260px;
    height: 70px;
    display: flex;
    align-items: center;
    border: 2px solid #3cd1b0;
    cursor: pointer;
}

.tab {
    width: 80px;
    display: flex;
    justify-content: center;
}

.content_top {
    margin: 68px 0px;
    display: flex;
    justify-content: space-around;
}

.wenzibox {
    width: 200px;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    justify-content: center;
}

.wenzibox p {
    font-size: 25px;
    color: #262424;
    margin: 0px!important;
    padding: 0px!important;
}

.title {
    font-size: 29.17px;
    color: #1d1111;
    text-align: center;
    line-height: 25px;
}

.title_first {
    padding-top: 40px;
    padding-bottom: 30px;
    margin: 0px;
}

.title_first1 {
    padding-top: 12px;
}

.title_last {
    padding-bottom: 40px;
    margin: 0px;
}

.xianbox {
    width: 100%;
    text-align: center;
    margin: 30px auto;
}
.xianbox img{
    display: inline-block;
}

.bigtitle {
    font-size: 33.33px;
    color: #4d4d4d;
    text-align: center;
    margin-bottom: 20px;
}

.companybox {
    border: 1px solid #e8e8e8;
    background-color: #ffffff;
    padding: 60px;
    box-shadow: 1px 1px 1px #d3d3d3;
    margin-bottom: 50px;
}

.companybox p {
    font-size: 18px;
    color: #7b7979;
    line-height: 25px;
}

.companytitle {
    font-size: 18.75px!important;
    color: #32bd9e!important;
    padding-bottom: 20px;
}

.bottom_img {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.left_img {
    width: 230px;
    height: 580px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.center_img {
    width: 290px;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bottom_left_top {
    width: 700px;
    height: 220px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bottom_left_bottom {
    width: 590px;
    height: 175px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.bottom_content {
    display: flex;
    flex-wrap: wrap;
}

.bottom_right {
    margin-left: 20px;
}

.center {
    background-color: #f5f5f5;
    padding-bottom: 80px;
    padding-top: 90px;
}

.xianbox2 {
    width: 100%;
    text-align: center;
}
.xianbox2 img{
    display: inline-block;
}

.m-pic1,.m-pic2,.m-pic3{
    display: none;
}

@media screen and (max-width: 1200px){
    .content_top{display: none;}
    .content{width: 100%;overflow: hidden}
    .center{padding-top: 20px;padding-bottom: 20px;padding-left: 2vw;padding-right: 2vw;overflow: hidden;}
    .title{font-size: 20px;}
    .title_first{padding: 10px 0;}
    .title_last{padding-bottom: 5px;}
    .xianbox{margin: 20px auto;}

    .bigtitle{font-size: 20px;margin-bottom: 26px;}

    .companybox{padding: 30px 4vw;box-shadow: none;}
    .companytitle{text-align: center;}
    .companybox p{font-size: 16px;}
    .swiper-pagination-bullet-active{background: #32bd9e;}

    .pc-pic1,.pc-pic2,.pc-pic3{display: none;}
    .m-pic1,.m-pic2,.m-pic3{display: block;}
    .swiper-slide{display: flex;justify-content: center;align-items: center;}
    .swiper-slide img{width: 100%;}
}

@media screen and (max-width: 768px){

}