@charset "utf-8";
body{ margin:0px; padding:0px;position: relative;}
a{ text-decoration:none;}
ul{ list-style:none; margin:0px; padding:0px;}
h1, h2, h3, h4, h5, h6, ol, dd, dl{ list-style:none;margin:0;padding:0px;}
li {
    list-style: none;
}
p{ margin:0px;}
.width{ width:1200px; margin:0 auto;}
.both{ clear:both;}
a{ color:#000; transition:0.5s;}
#box{ width:100%; position:relative; overflow:hidden; height:500px;}
#box img{ transition:0.3s; position:absolute; top:0px; left:0px; height:100%; width:100%; object-fit:cover;}
.arrow{width:100%;}
.arrow a{ position:absolute; top:45%; background-color:rgba(255,255,255,0.8);border-radius:50%; color:#333; font-size:24px; padding:10px 15px; opacity:0;}
#box:hover .arrow a{ opacity:1;}
.yjbh {
    display:none;
}
/* 返回顶部 */
.back-top {position: fixed; bottom: 30px; right: 30px; width: 45px; height: 45px; background: #00b42a; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 99; box-shadow: 0 3px 10px rgba(0,0,0,0.2);}
.back-top:hover {background: #009623;}


h3.miya_template_left_box_title.nybtdds {
    background: #165dff;
    padding: 10px 20px;
    color: #fff;
    position: relative;
}
.miya_message_right form button {
    background-color: #165dff;
}
.miya_message_right form button:hover {
    background: #ff7d00;
}
.miya_info_right_product_center p img {
    width: 100%;
}

.clear {
  clear: both;
}
.top {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #ddd;
    color: #333;
    background:#fff;
}
.footer-lists li a{
	color:#fff;
}
.p-left .p-title a {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}

.top a {
    line-height: 35px;
    font-size: 14px;
    color:#333;
}
.clear{clear:both;}
.fl{
    float: left;
}
.fr{
    float: right;
}
.remen h1 {
    font-weight: bold;
    float:right;
    margin: 0;
    color: #333;
    font-size: 14px;
}
/* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Microsoft YaHei', sans-serif;
        }
        
        /* 全局变量 */
        :root {
            --primary: #165DFF;
            --secondary: #FF7D00;
            --dark: #1A1A2E;
            --light: #F5F7FA;
            --gray: #666;
            --shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        
        body {
            overflow-x: hidden;
            color: var(--dark);
        }
        ul.fenl {
    display: block;
    text-align: center;
    margin-bottom: 47px;
}

ul.fenl li {
    display: inline-block;
    background: var(--primary);
    padding: 0 30px;
    line-height: 33px;
    margin-bottom:10px;
    
}
ul.fenl li a{
   color: #fff;
}

.service-card:nth-child(4n) {
    margin-right: 0;
}
        
        /* 头部导航 */
        .header {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 999;
            background: rgba(255,255,255,0.95);
            backdrop-filter: blur(10px);
            box-shadow: var(--shadow);
        }
        
        .top-bar {
    background: var(--primary);
    color: white;
    padding: 12px 0;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
        
        .nav-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1400px;
            margin: 0 auto;
            padding: 15px 20px;
        }
        
        .logo {
            font-size: 41px;
            font-weight: bold;
            color: var(--primary);
            text-decoration: none;
        }
        
        .nav-menu {
            display: flex;
            list-style: none;
            gap: 40px;
        }
        
        .nav-menu a {
            text-decoration: none;
            color: var(--dark);
            font-size: 18px;
            font-weight: 500;
            transition: 0.3s;
            position: relative;
        }
        
        .nav-menu a:hover {
            color: var(--primary);
        }
        
        .nav-menu a::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 0;
            height: 2px;
            background: var(--primary);
            transition: 0.3s;
        }
        
        .nav-menu a:hover::after {
            width: 100%;
        }
        
        /* 横幅区域 */
        .banner {
            margin-top: 120px;
            height: 600px;
            background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('/public/boots/image/bn.jpg');
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
            position: relative;
        }
        
        .banner-content h1 {
            font-size: 52px;
            margin-bottom: 20px;
            text-shadow: 0 2px 10px rgba(0,0,0,0.3);
        }
        
        .banner-content p {
            font-size: 20px;
            max-width: 800px;
            margin: 0 auto 40px;
            opacity: 0.9;
        }
        
        .contact-btn {
            display: inline-block;
            padding: 15px 40px;
            background: var(--secondary);
            color: white;
            text-decoration: none;
            border-radius: 50px;
            font-size: 18px;
            font-weight: 500;
            transition: 0.3s;
            box-shadow: 0 5px 15px rgba(255,125,0,0.3);
        }
        
        .contact-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(255,125,0,0.4);
        }
        
        /* 通用区块样式 */
        .section {
            max-width: 1400px;
            margin: 80px auto;
            padding: 0 20px;
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 60px;
            position: relative;
        }
        
        .section-title h2 {
            font-size: 36px;
            color: var(--dark);
            display: inline-block;
            position: relative;
        }
        
        .section-title h2::before {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: var(--primary);
        }
        
        .section-title p {
            color: var(--gray);
            margin-top: 20px;
            font-size: 16px;
        }
        
        /* 服务项目轮播 */
        .service-slider {
            position: relative;
            overflow: hidden;
            height: 773px;
        }
        
        .service-slide-container {
            position: absolute;
            width: 100%;
            animation: slide 63s linear infinite;
        }
        
        @keyframes slide {
            0% { transform: translateY(0); }
            100% { transform: translateY(-2100px); }
        }
        
        .service-row {
            display: block;
            gap: 20px;
            margin-bottom: 30px;
                width: 100%;
        }
        
        .service-card {
            flex: 1;
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: var(--shadow);
            transition: 0.4s;
            width: 23%;
            float: left;
            margin-right: 20px;
            margin-bottom: 16px;
        }
        
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.15);
        }
        
        .service-img {
            height: 238px;
            overflow: hidden;
         }
        
        .service-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: 0.5s;
        }
        
        .service-card:hover .service-img img {
            transform: scale(1.1);
        }
        
        .service-info {
            padding: 20px;
            text-align: center;
        }
        
        .service-info h3 {
            font-size: 20px;
            margin-bottom: 10px;
            color: var(--dark);
            overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
        }
        
        .service-info p {
            color: var(--gray);
            font-size: 14px;
        }
        
        /* 服务优势 */
        .advantage {
            background: var(--light);
            padding: 100px 0;
            margin: 0;
            width: 100%;
        }
        
        .advantage-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }
        
        .advantage-card {
            background: white;
            padding: 40px 30px;
            border-radius: 15px;
            text-align: center;
            transition: 0.3s;
            position: relative;
            overflow: hidden;
        }
        
        .advantage-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 5px;
            height: 100%;
            background: var(--primary);
            transition: 0.3s;
        }
        
        .advantage-card:hover::before {
            width: 100%;
            opacity: 0.05;
        }
        
        .advantage-card:hover {
            transform: translateY(-5px);
        }
        
        .advantage-icon {
            width: 70px;
            height: 70px;
            margin: 0 auto 20px;
            background: rgba(22,93,255,0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary);
            font-size: 28px;
        }
        
        .advantage-card h3 {
            font-size: 22px;
            margin-bottom: 15px;
        }
        
        .advantage-card p {
            color: var(--gray);
            line-height: 1.6;
        }
        
        /* 关于我们 */
        .about {
            display: flex;
            gap: 50px;
            align-items: center;
        }
        
        .about-img {
            flex: 1;
            height: 450px;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: var(--shadow);
        }
        
        .about-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .about-content {
            flex: 1;
        }
        
        .about-content h2 {
            font-size: 32px;
            margin-bottom: 25px;
            color: var(--dark);
        }
        
        .about-content p {
            color: var(--gray);
            line-height: 1.8;
            margin-bottom: 20px;
            font-size: 16px;
        }
        
        /* 服务流程 */
        .process {
            background: var(--dark);
            color: white;
            padding: 100px 0;
            margin: 0;
            width: 100%;
        }
        
        .process .section-title h2 {
            color: white;
        }
        
        .process-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            position: relative;
        }
        
        .process-container::before {
            content: '';
            position: absolute;
            top: 40px;
            left: 80px;
            right: 80px;
            height: 2px;
            background: rgba(255,255,255,0.2);
            z-index: 1;
        }
        
        .process-step {
            text-align: center;
            position: relative;
            z-index: 2;
            width: 18%;
        }
        
        .step-number {
            width: 80px;
            height: 80px;
            background: var(--primary);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: bold;
            margin: 0 auto 20px;
            border: 5px solid var(--dark);
        }
        
        .process-step h3 {
            font-size: 18px;
            margin-bottom: 10px;
        }
        
        .process-step p {
            color: rgba(255,255,255,0.7);
            font-size: 14px;
        }
        
        /* 新闻资讯 */
        .news-container {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
        }
        
        .news-card {
            border-radius: 15px;
            overflow: hidden;
            box-shadow: var(--shadow);
            transition: 0.3s;
        }
        
        .news-card:hover {
            transform: translateY(-8px);
        }
        
        .news-img {
            height: 200px;
        }
        
        .news-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .news-content {
            padding: 25px;
        }
        
        .news-date {
            color: var(--primary);
            font-size: 14px;
            margin-bottom: 10px;
            display: inline-block;
        }
        
        .news-content h3 {
            font-size: 18px;
            margin-bottom: 15px;
            line-height: 1.5;
        }
        
        .news-content p {
            color: var(--gray);
            font-size: 14px;
            line-height: 1.6;
            margin-bottom: 20px;
        }
        
        .read-more {
            color: var(--primary);
            text-decoration: none;
            font-weight: 500;
            display: inline-flex;
            align-items: center;
            gap: 5px;
        }
        
        /* 底部 */
        .footer {
            background: var(--dark);
            color: white;
            padding: 60px 0 20px;
            text-align: center;
        }
        
        .footer-info {
            max-width: 1400px;
            margin: 0 auto 30px;
            padding: 0 20px;
        }
        
        .footer-logo {
            font-size: 30px;
            font-weight: bold;
            color: white;
            margin-bottom: 20px;
            display: inline-block;
        }
        
        .footer-contact {
            display: flex;
            justify-content: center;
            gap: 40px;
            margin: 30px 0;
            flex-wrap: wrap;
        }
        
        .footer-contact div {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .copyright {
            padding-top: 20px;
            border-top: 1px solid rgba(255,255,255,0.1);
            color: rgba(255,255,255,0.6);
            font-size: 14px;
        }
        
        /* 响应式 */
        @media (max-width: 1200px) {
            .service-row {
                flex-wrap: wrap;
            }
            .service-card {
                flex: 0 0 48%;
            }
        }
        
        @media (max-width: 992px) {
            .about {
                flex-direction: column;
            }
            .advantage-container {
                grid-template-columns: repeat(2, 1fr);
            }
            .news-container {
                grid-template-columns: repeat(2, 1fr);
            }
            .process-container {
                flex-wrap: wrap;
                gap: 30px;
            }
            .process-step {
                width: 45%;
            }
            .process-container::before {
                display: none;
            }
        }
        
        @media (max-width: 768px) {
            
            .banner-content h1 {
                font-size: 36px;
            }
            .service-card {
                flex: 0 0 100%;
            }
            .advantage-container {
                grid-template-columns: 1fr;
            }
            .news-container {
                grid-template-columns: 1fr;
            }
            .process-step {
                width: 100%;
            }
        }

h1.rmgjc a {
    color: #fff;
    font-weight: bold;
}
h1.rmgjc {
    display: inline-block;
    font-size: 14px;
}




@media screen and (max-width: 980px) {
*{-webkit-text-size-adjust:none;}
#box{ height:300px;}
.width{ width:98%;}
.yjbh {
    display: block;
    position: fixed;
    top: 50%;
    right: 0px;
    z-index: 9999;
    width: 20%;
}

.news-img {
    height: 278px;
}
.yjbh a img {
    width: 100%;
    float: right;
}
h1.rmgjc{
	display:none;
}

    .process-step {
        width: 45%;
    }

.nav-container {
    display: block;
    justify-content: space-between;
    align-items: center;
    max-width: 98%;
    margin: 0 auto;
    padding: 15px 20px;
}
.logo {
    font-size: 41px;
    font-weight: bold;
    color: var(--primary);
    text-decoration: none;
    text-align: center;
    display: block;
}
.nav-menu {
    display: flex
;
    list-style: none;
    gap: 9px;
}
ul.nav-menu li {
    background: var(--primary);
    padding: 0 9px;
    line-height: 40px;
}
.nav-menu a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s;
    position: relative;
}

.service-card {
    flex: 1;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: 0.4s;
    width: 47.1%;
    float: left;
    margin-right: 20px;
    margin-bottom: 16px;
}
.service-card:nth-child(2n) {
    margin-right: 0;
}
.service-img {
    height: 189px;
    overflow: hidden;
}


a.reman{
    display:none
}
.head .logo {
    color: #333;
    font-size: 29px;
    font-weight: bold;
    margin-top: 32px;
    width: 50%;
}

.logo_tel {
    padding-top: 23px;
    height: 100px;
    float: right;
    background: url(../img/phone.png) left center no-repeat;
    padding-left: 36px;
    box-sizing: border-box;
    margin-top: 13px;
    background-size: 14%;
}
.logo_tel p span {
    display: block;
    font-size: 29px;
    color: #e70303;
    height: 30px;
    line-height: 26px;
    font-weight: bold;
}




/*内页*/
.miya_page_about {
    width: 98%;
    margin: 40px auto;
}

.miya_page_about_left {
    display: none;
}
.miya_page_about_right {
    width: 100%;
    float: right;
    position: relative;
}

.miya_sort_left{
	display:none;
}
.miya_sort {
    width: 98%;
    margin: 40px auto;
}
.miya_sort_right {
    width: 98%;
    margin: 40px auto;
}
.miya_sort_right {
    width: 100%;
}
.miya_info_left{
	display:none;

}
.miya_info {
    width: 98%;
    margin: 40px auto;
}
.miya_info_right {
    width: 100%;
    float: right;
}
.miya_info_right_product_top_left {
    float: left;
    width:100%;
}
.miya_info_right_product_top_right {
   display: none;
}
.miya_sort_right_product_li:nth-child(2n) {
    margin-right: 0;
}

.miya_sort_right_product_li:nth-child(3),.miya_sort_right_product_li:nth-child(9),.miya_sort_right_product_li:nth-child(15),.miya_sort_right_product_li:nth-child(21) {
    margin-right: 20px;
}
.miya_sort_right_product_li {
    float: left;
    width: 44.7%;
    margin-right: 20px;
    padding: 10px;
    background: #f9f9f9;
    margin-bottom: 20px;
}
.miya_sort_right_product_li_img img {
    max-width: 100%;
    height: 230px;
    object-fit: cover;
    width: 100%;
}

.miya_message_left{
	display:none;
}
.miya_message {
    width: 98%;
    margin: 40px auto;
}
.miya_message_right {
    float: right;
    width: 100%;
}

.miya_info_right_info_link_li {
    float: left;
    width:19.4%;
    margin-right: 16px;
    padding: 10px;
    background: #fafafa;
    margin-bottom: 10px;
}
.miya_info_right_info_link_li:nth-child(4n) {
    margin-right: 0px;
}



}
