/* 主页样式 */
body,div,ul,li,p,span,a {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Microsoft YaHei", sans-serif;
}

.main {
    width: 100%;
}

.top {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.top .topbd {
    /* border: 1px solid #000; */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top .topbd .toplt {
    display: flex;
    align-items: center;
}

.top .topbd .toplt .logo {
    width: 200px;
    height: 50px;
    background: url('/images/logo.png') no-repeat;
    background-size: contain;
}

.top .topbd .toprt {
    width: 40%;
    display: none;
}

.top .topbd .menu {
    width: 40px;
    height: 40px;
    /* border: 1px solid #000; */
    background: url('/images/menu.png') no-repeat;
    background-size: contain;
    margin-right: 8px;
}

/* banner */
.banner {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.banner {
    position: relative;
}
.swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    display: none;
}
.swiper-pagination-bullet {
    background: rgba(255,255,255,0.8);
}
.swiper-pagination-bullet-active {
    background: rgba(255,255,255,1.0);
}
/* 导航按钮白色 */
.swiper-button-prev, .swiper-button-next {
    color: #ffffff !important;
    display: none !important;
}

/* choice */
.choice {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
    margin-top: 30px;
    position: relative;
    background: url('/images/choice.png') center center no-repeat;
    background-size: cover;
}
.choice::before {
    content: "";
    display: block;
    width: 60px;
    height: 20px;
    background: url('/images/decoration.png') no-repeat;
    background-size: contain;
    position: absolute;
    top: 28px;
    left: 13%;
    transform: translateX(-50%);
}
.choice::after {
    content: "";
    display: block;
    width: 60px;
    height: 20px;
    background: url('/images/decoration.png') no-repeat;
    background-size: contain;
    position: absolute;
    top: 26px;
    right: 13%;
    transform: translateX(50%) rotate(180deg);
}
.choice .choice-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #2c3d54;
}
.choice .choice-cont {
    font-size: 14px;
    color: #696969;
}
.choice .choice-list {
    padding-top: 20PX;
    padding-bottom: 40PX;
}
.choice .choice-list ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.choice .choice-list ul li {
    width: 25%;
    padding: 20px;
    border-radius: 10px;
}
.choice .choice-list ul li:nth-child(3),.choice .choice-list ul li:nth-child(4) {
    margin-top: 20px;
}
.choice .choice-list ul li p:first-child {
    font-size: 24px;
    font-weight: bold;
    color: #2c3d54;
}
.choice .choice-list ul li p:last-child {
    font-size: 14px;
    color: #696969;
    margin-top: 10px;
}

/* about */
.about {
    width: 100%;
    height: 510px;
    padding: 50px 10px;
    box-sizing: border-box;
    background: url('/images/gywm1.jpg') center center no-repeat;
    background-size: cover;
}
.about-main {
    width: 100%;
    border-radius: 10px;
    z-index: 2;
}
.about-left {
    width: 100%;
    text-align: left;
}
.about-left .about-title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}
.about-left .about-title::before {
    content: "";
    display: block;
    width: 60px;
    height: 20px;
    background: url('/images/decoration.png') no-repeat;
    background-size: contain;
    position: absolute;
    top: 8px;
    left: 20%;
    transform: translateX(-50%);
}
.about-left .about-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 20px;
    background: url('/images/decoration.png') no-repeat;
    background-size: contain;
    position: absolute;
    top: 8px;
    right: 20%;
    transform: translateX(50%) rotate(180deg);
}
.about-left .about-cont {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    font-weight: bold;
}
.about-left .more {
    margin-top: 20px;
    text-align: center;
}
.about-left .more a {
    display: block;
    width: 120px;
    margin: 0 auto;
    padding: 10px 0;
    background: #2c3d54;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}
.about-right {
    width: 100%;
    background: url('/images/gywm2.jpg') center center no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 20px;
}
.about-right img {
    width: 98% !important;
    border-radius: 10px;
}

/* server */
.server {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
    background: #f5f5f5;
}
.server .server-main {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.server .server-main::after {
    content: "";
    display: block;
    width: 60px;
    height: 20px;
    background: url('/images/decoration.png') no-repeat;
    background-size: contain;
    position: absolute;
    top: 8px;
    left: 23%;
    transform: translateX(-50%);
}
.server .server-main::before {
    content: "";
    display: block;
    width: 60px;
    height: 20px;
    background: url('/images/decoration.png') no-repeat;
    background-size: contain;
    position: absolute;
    top: 8px;
    right: 23%;
    transform: translateX(50%) rotate(180deg);
}
.server .server-main .server-title {
    font-size: 24px;
    font-weight: bold;
    color: #2c3d54;
    margin-bottom: 20px;
}
.server .server-main .server-cont {
    font-size: 16px;
    color: #696969;
}
.server .server-main .server-list {
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.server .server-main .server-list li {
    width: 45%;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    box-sizing: border-box;
    margin-bottom: 20px;
}
.server .server-main .server-list li .sl-title {
    font-size: 14px;
    font-weight: bold;
    color: #2c3d54;
    margin-bottom: 10px;
}
.server .server-main .server-list li .sl-cont {
    font-size: 12px;
    color: #696969;
    line-height: 20px;
    text-align: left;
}
.server .server-main .server-list li:nth-child(1) .sl-title::after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background: url('/images/server1.png') no-repeat;
    background-size: contain;
    margin: 20px auto;
}
.server .server-main .server-list li:nth-child(2) .sl-title::after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background: url('/images/server2.png') no-repeat;
    background-size: contain;
    margin: 20px auto;
}
.server .server-main .server-list li:nth-child(3) .sl-title::after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background: url('/images/server3.png') no-repeat;
    background-size: contain;
    margin: 20px auto;
}
.server .server-main .server-list li:nth-child(4) .sl-title::after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background: url('/images/server4.png') no-repeat;
    background-size: contain;
    margin: 20px auto;
}

/* customize */
.customize {
    width: 100%;
    padding: 50px 0;
}
.customize .customize-main {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.customize .customize-main::after {
    content: "";
    display: block;
    width: 60px;
    height: 20px;
    background: url('/images/decoration.png') no-repeat;
    background-size: contain;
    position: absolute;
    top: 10px;
    left: 16%;
    transform: translateX(-50%);
}
.customize .customize-main::before {
    content: "";
    display: block;
    width: 60px;
    height: 20px;
    background: url('/images/decoration.png') no-repeat;
    background-size: contain;
    position: absolute;
    top: 8px;
    right: 16%;
    transform: translateX(50%) rotate(180deg);
}
.customize .customize-main .customize-title {
    font-size: 24px;
    font-weight: bold;
    color: #2c3d54;
    margin-bottom: 10px;
}
.customize .customize-main .customize-cont {
    font-size: 14px;
    color: #696969;
}
.customize .customize-main .customize-list {
    margin-top: 20px;
}
.customize .customize-main .customize-list li {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    display: flex;
    flex-direction: column;
    border-left: 1px dashed #4A90E2;
    position: relative;
}
.customize .customize-main .customize-list li .cc-title {
    width: 80%;
    margin-left: 20%;
    font-size: 16px;
    font-weight: bold;
    color: #464646;
    margin-bottom: 5px;
    padding-top: 15px;
    position: relative;
    text-align: left;
}
.customize .customize-main .customize-list li .cc-title::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 30px;
    background: #4A90E2;
    position: absolute;
    top: 45px;
    left: -25%;
    transform: translate(-50%);
}
.customize .customize-main .customize-list li .cc-title::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    opacity: 0.3;
    border-radius: 30px;
    background: #4A90E2;
    position: absolute;
    top: 41px;
    left: -25%;
    transform: translate(-50%);
}
.customize .customize-main .customize-list li .cc-cont {
    width: 80%;
    margin-left: 20%;
    font-size: 14px;
    color: #696969;
    line-height: 25px;
    text-align: left;
}
.customize .customize-main .customize-list li:nth-child(1) .cc-icon {
    width: 50px;
    height: 50px;
    background: url('/images/customize1.png') center center no-repeat;
    background-size: 60%;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    position: absolute;
    left: 4%;
    top: 15%;
}
.customize .customize-main .customize-list li:nth-child(2) .cc-icon {
    width: 50px;
    height: 50px;
    background: url('/images/customize3.png') center center no-repeat;
    background-size: 60%;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    position: absolute;
    left: 4%;
    top: 15%;
}
.customize .customize-main .customize-list li:nth-child(3) .cc-icon {
    width: 50px;
    height: 50px;
    background: url('/images/customize2.png') center center no-repeat;
    background-size: 60%;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    position: absolute;
    left: 4%;
    top: 15%;
}
.customize .customize-main .customize-list li:nth-child(4) .cc-icon {
    width: 50px;
    height: 50px;
    background: url('/images/customize4.png') center center no-repeat;
    background-size: 60%;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    position: absolute;
    left: 4%;
    top: 15%;
}
.customize .customize-main .customize-list li:nth-child(5) .cc-icon {
    width: 50px;
    height: 50px;
    background: url('/images/customize5.png') center center no-repeat;
    background-size: 60%;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    position: absolute;
    left: 4%;
    top: 15%;
}

/* footer */
footer {
    width: 100%;
    background-color: #22242c;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}
footer .footer-main {
    width: 100%;
    margin: 0 auto;
}
footer .footer-main p {
    font-size: 14px;
    line-height: 25px;
}