﻿@charset "UTF-8";
@import url(./public_01.css);
@import url(./header.css);
@import url(./footer.css);
@import url(./Navlist.css);
.crumbs {
    width: 1180px;
    margin: 0px auto;
    min-width: 1080px;
}
body {
    background: #F7F7F7;
}
.main {
    width: 100%;
    background: #F7F7F7;
    min-width: 1080px;
}

.wrapper {
    width: 1180px;
    margin: 0 auto;
    display: flex;
}
@media (max-width: 1919px) and (min-width: 768px) {
    body {
        zoom: 90%;
        background: #F7F7F7;
    }
}
@media (max-width: 1919px) and (min-width: 768px){
    .main {
        zoom:100%;
    }
    @-ms-viewport { width: 1920px; }
}
@font-face {
    font-family: "my font1"; /* 定义字体名 */
    src: url("../fonts/DreamHanSansCN-W9.ttf"); /* 引入本体字体文件 */
}
@font-face {
    font-family: "my font2"; /* 定义字体名 */
    src: url("../fonts/DreamHanSansCN-W10.ttf"); /* 引入本体字体文件 */
}
@font-face {
    font-family: "my font3"; /* 定义字体名 */
    src: url("../fonts/DreamHanSansCN-W15.ttf"); /* 引入本体字体文件 */
}
.maint_top{
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
}

.banner{
    width: 100%;
    height: 100%;
    position: relative;
}
.banner .maint-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #D3A56F;
}
.banner .swiper-pagination-bullet{
    width: 15px !important;
    height:2px !important;
    border-radius: 10px !important;
}

.contant{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top:60px;
}

/* 自助服务 */
.self_service{
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}
.self_service_title{
    width:1200px;
    margin: 0 auto;
    font-family: "my font3";
    font-weight: 600;
    font-size: 32px;
    color: #4F2926;
    margin-bottom: 30px;
}
.self_service_info{
    width:1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.self_service_ul{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom:25px;
}
.self_service_li{
    width: 24%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5%;
    box-shadow: 0px 2px 4px 0px rgba(155,155,155,0.25);
    border-radius: 10px;
    border: 1px solid #d1d1d199;
    cursor: pointer;
}
.self_service_li:last-child{
    margin-right: 0;
}
.self_service_li img{
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.self_service_li span{
    font-family: "my font2";
    font-weight: 400;
    font-size: 22px;
    color: #1E1E1E;
}
.self_count{
    background: #FAF6F5 !important;
    border: none !important;
}
.self_service_list{
    width: 100%;
    display: flex;
}
.tab{
    width: 100%;
    display: flex;
}
.tab_item{
    width: 100%;
    display: none;
}
.self_service_info_list{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.self_service_info_item{
    width: 32%;
    display: flex;
    flex-direction: column;
    margin-right: 2%;
    border-radius: 10px;
    background: #FFFBFA;
    cursor: pointer;
    padding: 30px 27px;
    margin-bottom: 25px;
}
.self_service_info_item:nth-child(3n){
    margin-right: 0;
}
.self_service_info_item p{
    font-family: "my font3";
    font-weight: 500;
    font-size: 22px;
    color: #333333;
    margin-bottom: 12px;
}
.self_service_info_item p a{
    font-weight: 500;
    font-size: 22px;
    color: #333333;
}
.self_service_info_item .self_t01{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.self_t01 div{
    width: 95%;
    font-family: "my font2";
    font-weight: 400;
    font-size: 17px;
    color: #666666d6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.self_t01 img{
    width:7px;
}

