/* TOP广告联盟 - 公共样式 - 整合原站样式 */

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

html, body {
    line-height: 1.6;
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "PingFang SC", "微软雅黑", sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    overflow-x: hidden;
}

ul {
    list-style: none
}

a {
    text-decoration: none;
    color: inherit;
}

h3 {
    font-weight: normal;
}

.c-wrapper {
    width: 1176px;
    margin: 0 auto
}

/* 预加载动画 */
#loading {
    background-color: #336799;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    margin: 20% auto;
    position: relative;
    text-align: center;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-left: -75px;
}

.object {
    width: 20px;
    height: 20px;
    background-color: #FFF;
    float: left;
    margin-right: 20px;
    margin-top: 65px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

#object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}

#object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

#object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_one {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object_two {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_two {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object_three {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_three {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

/* 顶部导航 */
.m-head {
    position: fixed;
    z-index: 99;
    width: 100%;
    min-width: 1176px;
    top: 0;
}

.m-head a {
    color: inherit;
    text-decoration: none
}

.m-head .m-head-nav {
    width: 100%;
    height: 110px;
    color: #fff;
    font-size: 14px
}

.nav-l {
    background: rgba(255, 255, 255, 0.9);
}

.m-head .m-head-nav ul {
    width: 1100px;
    height: 110px;
    margin: 0 auto;
}

.m-head .m-head-nav ul a {
    display: block;
    font-size: 16px;
}

.m-head .m-head-nav ul li {
    float: left;
    height: 110px;
    line-height: 110px;
    color: #000;
}

.m-head .m-head-nav ul .m-head-nav-logo {
    background: url(../images/logo.png) no-repeat center;
    background-size: contain;
    margin-right: 20px;
    height: 110px;
    width: 300px;
}

.m-head .m-head-nav ul .m-head-nav-logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.m-head .m-head-nav ul li a {
    padding: 0 20px
}

.m-head .m-head-nav ul li.active {
    color: #fc5916
}

.m-head .m-head-nav ul li:hover {
    color: #dc6034
}

.m-head .m-head-nav ul .m-head-nav-right {
    float: right;
    margin-left: 20px
}

.m-head .m-head-nav ul .m-head-nav-right a {
    font-size: 14px;
    line-height: 30px;
    display: block;
    text-align: center;
    margin-top: 40px;
    float: left;
    background-color: #00baff;
    color: #fff;
    border-radius: 10px;
    padding: 0 20px;
}

/* 轮播 */
.slider-container {
    position: relative;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: all-scroll;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next {
    right: 10%;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027%2044%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M3.5%2018.5l19-19-19-19%22%2F%3E%3C%2Fsvg%3E');
}

.swiper-button-prev {
    left: 10%;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027%2044%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M23.5%2025.5l-19%2019%2019%2019%22%2F%3E%3C%2Fsvg%3E');
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    opacity: .5;
    margin: 0 5px;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

/* 联盟优势 */
.m-advantage {
    padding: 50px 0;
    background: #fff;
}

.m-advantage-list {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.m-advantage-item {
    text-align: center;
    padding: 30px 40px;
}

.m-advantage-item img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

.m-advantage-item h3 {
    font-size: 18px;
    color: #333;
}

/* 关于我们 */
.m-about {
    padding: 60px 0;
    background: #f8f8f8;
}

.m-about-title {
    text-align: center;
    margin-bottom: 30px;
}

.m-about-title h3 {
    font-size: 28px;
    color: #333;
    margin-bottom: 10px;
}

.m-about-title p {
    font-size: 14px;
    color: #999;
    letter-spacing: 3px;
}

.m-about-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    line-height: 2;
    color: #666;
}

.m-about-content p {
    margin-bottom: 15px;
}

.m-about-btn {
    text-align: center;
    margin-top: 30px;
}

.m-about-btn a {
    display: inline-block;
    padding: 12px 30px;
    background: #00baff;
    color: #fff;
    border-radius: 5px;
    margin: 0 10px;
    transition: background 0.3s;
}

.m-about-btn a:hover {
    background: #0099dd;
}

/* 最新动态 */
.m-news {
    padding: 60px 0;
    background: #fff;
}

.m-news-title {
    text-align: center;
    margin-bottom: 30px;
}

.m-news-title h3 {
    font-size: 28px;
    color: #333;
    margin-bottom: 10px;
}

.m-news-title p {
    font-size: 14px;
    color: #999;
    letter-spacing: 3px;
}

.m-news-title span {
    display: block;
    margin-top: 15px;
    color: #666;
}

.m-news-content {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.m-news-list {
    width: 400px;
}

.m-news-item {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.m-news-item a {
    color: #333;
    font-size: 15px;
}

.m-news-item a:hover {
    color: #00baff;
}

.m-news-icon {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #00baff;
    border-radius: 50%;
    margin-right: 10px;
}

.m-news-more {
    color: #999 !important;
    font-size: 13px !important;
}

.m-news-date .m-news-item {
    justify-content: flex-start;
    gap: 20px;
}

.m-news-date .m-news-item span {
    color: #999;
    font-size: 13px;
    min-width: 50px;
}

/* 合作案例 */
.m-partner {
    padding: 50px 0;
    background: #f8f8f8;
}

.m-partner-title {
    text-align: center;
    margin-bottom: 30px;
}

.m-partner-title h3 {
    font-size: 28px;
    color: #333;
}

.m-partner-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.m-partner-list a {
    display: block;
}

.m-partner-list img {
    width: 180px;
    height: 70px;
    object-fit: contain;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 8px;
    transition: all 0.3s;
}

.m-partner-list img:hover {
    border-color: #00baff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* 底部 */
.m-footer {
    background: #333;
    color: #fff;
    padding: 40px 0 20px;
}

.m-footer a {
    color: #aaa;
    transition: color 0.3s;
}

.m-footer a:hover {
    color: #fff;
}

.m-footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #444;
    margin-bottom: 30px;
}

.m-footer-link {
    display: flex;
    gap: 30px;
}

.m-footer-link a {
    font-size: 14px;
}

.m-footer-contact span {
    color: #aaa;
    font-size: 13px;
}

.m-footer-bottom {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.m-footer-logo {
    font-size: 36px;
    font-weight: bold;
    color: #00baff;
}

.m-footer-info h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.m-footer-info p {
    color: #aaa;
    font-size: 13px;
    line-height: 1.8;
}

.m-footer-copyright {
    text-align: center;
    color: #666;
    font-size: 12px;
    padding-top: 20px;
    border-top: 1px solid #444;
}

/* 响应式 */
@media (max-width: 1200px) {
    .c-wrapper {
        width: 100%;
    }
    
    .m-head .m-head-nav ul {
        width: 100%;
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .m-head .m-head-nav {
        height: auto;
    }
    
    .m-head .m-head-nav ul {
        flex-wrap: wrap;
        height: auto;
        padding: 10px 20px;
    }
    
    .m-head .m-head-nav ul li {
        height: 50px;
        line-height: 50px;
    }
    
    .m-head .m-head-nav ul .m-head-nav-logo {
        width: 100%;
        height: 60px;
    }
    
    .m-head .m-head-nav ul .m-head-nav-right {
        width: 100%;
        justify-content: center;
        margin-top: 10px;
        float: none;
    }
    
    .slider-container {
        margin-top: 180px;
    }
    
    .m-advantage-list {
        flex-direction: column;
        align-items: center;
    }
    
    .m-news-content {
        flex-direction: column;
        align-items: center;
    }
    
    .m-footer-top,
    .m-footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
}
