.text-black{color:#000}body{color:#212529!important;margin:0;line-height:1.8;font-family:-apple-system,"SF UI Text",Arial,PingFangSC-Medium,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif}html{font-size:14px}p{font-size:unset;line-height:unset}.breadcrumb{float:unset;padding:0}.breadcrumb a{color:#000}h1{font-size:1.4rem;font-weight:600}li{list-style:none}figure{margin:0 0 1rem}iconpark-icon{vertical-align:sub}.Content{font-size:1.1rem!important}.Content .image{display:table;clear:both;text-align:center;margin:1em auto}.Content .Inlink{color:#fc8a09!important;padding-left:2px;padding-right:2px}.Content .Inlink:hover{text-decoration:underline}.swiper{width:100%;height:100%}.swiper-slide{text-align:center;font-size:18px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}.mySwiper2{height:20%;box-sizing:border-box;padding:10px 0}.mySwiper2 .swiper-slide{width:25%;height:100%;opacity:.4}.mySwiper2 .swiper-slide-thumb-active{opacity:1}.swiperBanner{height:560px}.indexNewsImg{width:120px}.CateBannerPic{height:380px}.Content img{max-width:100%}.font-weight-1{font-weight:700!important}.Content .table table{border:1px double #b3b3b3;border-collapse:collapse;border-spacing:0;height:100%;width:100%}.Content .ck-content .table table th,.Content .table table td{border:1px solid #bfbfbf;min-width:2em;padding:.4em}.Content .media{display:block!important}.Content hr{background:#dedede;border:0;height:1px;margin:15px 0}.Content .marker-yellow{background-color:#fdfd77}.Content .marker-green{background-color:#62f962}.Content .marker-pink{background-color:#fc7899}.Content .marker-blue{background-color:#72ccfd}.Content .ck-content .text-tiny{font-size:.7em}.Content .ck-content .text-small{font-size:.85em}.Content .text-big{font-size:1.4em}.Content .text-huge{font-size:1.8em}.Content .page-break{align-items:center;clear:both;display:flex;justify-content:center;padding:5px 0;position:relative}.Content span[lang]{font-style:italic}.Content .raw-html-embed,.Content pre{background:hsla(0,0%,78%,.3);border:1px solid #c4c4c4;border-radius:2px;color:#353535;direction:ltr;font-style:normal;min-width:200px;padding:1em;tab-size:4;text-align:left;white-space:pre-wrap}.Content blockquote{border-left:5px solid #ccc;font-style:italic;margin-left:0;margin-right:0;overflow:hidden;padding-left:1.5em;padding-right:1.5em}.swiper-button-next, .swiper-button-prev {
    color: #fff !important;
    background: rgba(0,0,0,0.3);
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    top: 50% !important;
    transform: translateY(-50%);
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    background: rgba(0,0,0,0.6);
}
.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 24px !important;
    font-weight: bold;
}
.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: rgba(255,255,255,0.6) !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active {
    background: #fff !important;
    width: 30px !important;
    border-radius: 6px !important;
}
@media (max-width:991.98px){.swiperBanner{height:260px}.indexNewsImg{width:100%}.CateBannerPic{height:200px}}
@media (max-width:767.98px){.mb-50{margin-bottom:20px!important}}

.advantage {
    padding: 60px 0;
    background: linear-gradient(135deg, #fff5f0 0%, #fff 100%);
}
.advantage-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    margin-bottom: 20px;
}
.advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}
.advantage-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff8800 0%, #ff6600 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 32px;
    color: #fff;
}
.advantage-card h3 {
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}
.advantage-card p {
    color: #666;
    line-height: 1.6;
    font-size: 14px;
}

#contact.contact {
    background-color: #ff8800;
    color: #ffffff;
    padding: 60px 0;
    margin-bottom: 0;
}
#contact.contact .contact-info h3,
#contact.contact .contact-info p,
#contact.contact .contact-info i {
    color: #fff;
}
#contact.contact .form-label {
    color: #fff;
}
#contact.contact .form-control {
    border: none;
    border-radius: 2px;
    padding: 10px 12px;
}
#contact.contact .btn-light {
    background: #ffffff;
    color: #000000;
    border: none;
    padding: 8px 20px;
}

.footer-wrap{
    background-color: #333333;
    color: #ffffff;
    padding: 60px 0 30px;
    margin-top: -1px;
    border-top: 3px solid #ff8800;
}
.footer-wrap h3{
    color: #fff;
    font-size: 2.2rem;
    font-weight: normal;
    margin-bottom: 24px;
}
.footer-wrap p{
    color:#fff;
    font-size: 1.2rem;
    margin-bottom: 24px;
}
.footer-link{
    color:#fff;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 2.2;
}
.footer-link:hover{
    color:fff;
}
.footer-link:visited{
    color:fff;
}
.footer-social a{
    margin-right: 20px;
    color:#fff;
    font-size: 26px;
}
.footer-copyright{
    margin-top: 40px;
    text-align: center;
    color:#fff;
    font-size: 1.1rem;
}
.footer-copyright a{
    color:#fff;
    text-decoration: none;
}
.footer-copyright img{
    height: 20px;
    vertical-align: middle;
    margin:0 4px;
}