@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.box {
    margin: auto;
    background-color: #f7f7f7;
    overflow: hidden;
}

.box>.bj {
    background-image: url(../img/service-img/服务背景.jpg);
    width: 2560px;
    height: 908px;
    position: relative;
}

.container {
    width: 1200px;
    top: 0;
    margin-top: -900px;
    z-index: 1;
}

.serch-box {
    width: 100%;
    margin-top: 437px;
    text-align: center;
}

.serch-box>span:first-child {
    font-size: 46px;
    line-height: 54px;
    color: #242933;
    margin-bottom: 15px;
}

.serch-box>span:nth-child(2) {
    font-size: 24px;
    line-height: 28px;
    color: #575c66;
}

.serch {
    width: 590px;
    box-sizing: border-box;
    margin-top: 44px;
    border-radius: 25px;
    background-color: #fff;
}

.serch>input {
    padding: 17px 46px 15px 0;
    width: 100%;
    margin-left: 30px;
    color: #242933;
    border: none;
    outline: none;
}

.serch>.iconfont {
    font-size: 22px;
    margin-right: 18px;
}

.serch>input::placeholder {
    color: #8a949f;
    font-weight: bold;
    letter-spacing: 2px;
}

/* 服务模块 */
.service-item {
    width: 100%;
    height: 376px;
    border-radius: 24px;
    box-sizing: border-box;
    padding: 12px 0 11px;
    background-color: #fff;
    flex-wrap: wrap;
    margin-top: 100px;
}

.service-item>.comm-box {
    vertical-align: top;
    width: 300px;
    height: 190px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    padding-bottom: 22px;
}

.comm-box>img {
    width: 76px;
    height: 80px;
    cursor: pointer;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 5px;
    transition: all 0.2s linear;
}

.comm-box>img:hover {
    transform: scale(1.2)
}

.comm-box>p {
    font-size: 18px;
    margin-bottom: 6px;
}

.comm-box>span {
    font-size: 14px;
    color: #98a29c;
}

/* 服务中心 */
.service-center {
    width: 100%;
}

.comm-title {
    text-align: center;
    height: 46px;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    color: #242933;
    padding: 100px 0 40px;
}

.service-center>.center-photo {
    width: 100%;
    height: 360px;
}

.center-photo>img {
    width: 100%;
    height: 100%;
}

.center-tips {
    margin-top: 20px;
    font-size: 14px;
    line-height: 32px;
    color: #8a8f99;
    text-align: center;
    font-weight: bold;
}

/* 服务活动 */
.active {
    width: 100%;
}

.active-one {
    width: 100%;
}

.comm2-box {
    width: 588px;
    height: 466px;
    background-color: #fff;
    border-radius: 24px;
    overflow: hidden;
    cursor: pointer;
}

.p {
    width: 100%;
    height: 330px;
    overflow: hidden;
}

.p>img {
    width: 100%;
    border-radius: 24px 24px 0 0;
    overflow: hidden;
    transition: all 0.2s linear;
}

.p>img:hover {
    transform: scale(1.1);
}

.comm2-text {
    margin-top: 24px;
    width: 100%;
    text-align: center;
}

.comm2-text>p {
    margin: 8px 0;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
}

.comm2-text>span {
    color: #8a8f99;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
}

.active-two {
    width: 100%;
    margin-top: 22px;
}

.more {
    width: 100%;
    text-align: center;
    height: 28px;
}

.more-box {
    margin-top: 30px;
    cursor: pointer;
}

.more>span {
    font-size: 20px;
    color: #242933;
}

.more>.icon-lejiexiangqingicon {
    margin-left: 5px;
    font-size: 27px;
}

/* 热门问题 */
.question-box {
    width: 100%;
}

.comm-title {
    width: 100%;
}

.item-box {
    background-color: #fff;
    width: 1200px;
    height: 552px;
    border-radius: 24px;
    padding: 27px 60px 0;
    box-sizing: border-box;
}
.items{
    width: 520px;
    height: 84px;
    border-bottom:1px solid #edeff2 ;
    font-size: 20px;
    line-height: 84px;
    color: #242933;
    font-weight: bold;
    cursor: pointer;
}
.items>.icon-fanhui2{
    margin-right:6px ;
}
.items:hover{
    color: #415fff;
}
.item-box>.more{
    margin-top: 40px;
}
.item-box>.more:hover{
    cursor: pointer;
}
/* 联系我们 */
.connection-box{
    width: 100%;
}
.connection-box>img{
    width: 100%;
    height: 100%;
    border-radius: 24px;
    cursor: pointer;
}
