@charset "utf-8";
@import url("iconfont.css");
@font-face {
  font-family: 'SourceHanSansCN-Light';
  src: url('../ziti/SourceHanSansCNLight.otf') format('truetype');
}

body{margin:0 auto;padding:0;width:100%;color:#333;font:14px/1.5 Arial;font-family: SourceHanSansCNLight , sans-serif;webkit-font-smoothing:antialiased;font-size: 16px;}
input,button,select,textarea,img,p,h1,h2,h3,h4,h5{ margin:0; padding:0; border:0;font-family: SourceHanSansCNLight , sans-serif; }
a{ color:#333; text-decoration:none; }
a:hover{ color:#FF0000; text-decoration:none;   }
ol,ul,li,dl,dd{ margin:0; padding:0; list-style-type:none; }
i,em{ font-style:normal; }
table { border-collapse:collapse; border-spacing:0; }

 
.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
 
.none{ display:none;}

.clear{ clear:both; font-size:0px; height:0px; overflow:hidden; }
.line5{ clear:both; font-size:0px; height:5px; overflow:hidden; }
.line10{ clear:both; font-size:0px; height:10px; overflow:hidden; }
.line15{ clear:both; font-size:0px; height:15px; overflow:hidden; }


  
.picMarquee{ width:190px; height:380px; margin-top:5px; overflow:hidden; position:relative; }
 
.picMarquee .bd ul{ overflow:hidden; zoom:1; width:190px;  }
.picMarquee .bd ul li{ width:190px; height:auto; overflow:hidden; padding:10px 0; border-bottom:1px dashed #CCC; }
.picMarquee .bd ul li .img{ position:relative; float:left; width:54px; height:54px; overflow:hidden;}
.picMarquee .bd ul li .img img{width:54px; height:54px;}
.picMarquee .bd ul li .img i{ position:absolute; width:54px; height:54px; overflow:hidden; z-index:11; background:url(../images/user.png) no-repeat;}
.picMarquee .bd ul li .zhaiyao{ float:right; width:119px; overflow:hidden; font-size:12px; line-height:20px; color:#000;  } 

/* ========== 公共头部样式 ========== */
.header {
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 12px rgba(249, 65, 67, 0.15);
    transition: box-shadow 0.3s ease;
}

.navdl {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 20px;
    max-width: 1280px;
    width: 100%;
    padding: 20px 0;
    margin: 0 auto;
    min-height: 80px;
    margin-top: 40px;
}

.navdl .h_log {
    flex-shrink: 0;
    margin-right: 20px;
    max-width: 300px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.navdl .h_log:hover {
    transform: scale(1.02);
}

.navdl .ser {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
    margin: 0 auto;
    height: 44px;
}

.navdl .ser form {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(249, 65, 67, 0.15);
    transition: box-shadow 0.3s ease;
}

.navdl .ser form:hover {
    box-shadow: 0 4px 12px rgba(249, 65, 67, 0.2);
}

.navdl .ser .input-box {
    flex: 1;
    display: flex;
    align-items: center;
}

.navdl .ser input {
    flex: 1;
    width: 100%;
    padding: 0 20px;
    height: 44px;
    border: 2px solid #F94143;
    border-right: none;
    outline: none;
    border-radius: 22px 0 0 22px;
    font-size: 14px;
    color: #333;
    background: #fff;
    transition: all 0.3s ease;
}

.navdl .ser input::placeholder {
    color: #999;
}

.navdl .ser input:focus {
    border-color: #E03032;
    box-shadow: inset 0 0 0 1px rgba(249, 65, 67, 0.1);
}

.navdl .ser a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 44px;
    background: #F94143;
    color: #fff;
    border-radius: 0 22px 22px 0;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid #F94143;
    border-left: none;
    text-decoration: none;
}

.navdl .ser a i {
    font-size: 18px;
}

.navdl .ser a:hover {
    background: #E03032;
    border-color: #E03032;
}

.navdd {
    margin-left: 20px;
}

.navdd a {
    color: #575757;
    margin: 0 20px;
    transition: color 0.3s ease;
}

.navdd a:hover {
    color: #F94143;
}

.top_tel {
    color: #F94143;
    font-size: 20px;
    font-weight: 600;
    flex-shrink: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
}

.top_tel::before {
    content: '📞';
    font-size: 18px;
}

.header .topbox {
    background: linear-gradient(135deg, #fff5f5 0%, #ffffff 100%);
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid rgba(249, 65, 67, 0.15);
    box-shadow: 0 1px 3px rgba(249, 65, 67, 0.08);
}

.header .topbox .wrap {
    width: 1280px;
    margin: 0 auto;
}

.header .topbox .wrap .top {
    width: 1280px;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .topbox .wrap .top .top-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header .topbox .wrap .top .top-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header .topbox .wrap .top a.addSite,
.header .topbox .wrap .top a.top-link {
    font-size: 13px;
    color: #666;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
}

.header .topbox .wrap .top a.addSite:hover,
.header .topbox .wrap .top a.top-link:hover {
    color: #F94143;
}

.header .topbox .wrap .top .top-divider {
    color: #ddd;
    font-size: 12px;
    margin: 0 5px;
}

.header .topbox .wrap .top .top-info {
    font-size: 13px;
    color: #666;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.header .topbox .wrap .top .top-info i {
    color: #F94143;
}

.header .topbox .wrap .top a i,
.header .topbox .wrap .top .top-info i {
    font-size: 14px;
}

.nav_box {
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    z-index: 5;
}

.nav_box .topcenter {
    border-bottom: 2px solid #F94143;
    box-shadow: 0 2px 4px rgba(249, 65, 67, 0.1);
}

.nav1 {
    overflow: hidden;
    max-width: 1280px;
    margin: 0 auto;
    height: 47px;
}

.nav1 li:first-of-type {
    border-left: 1px solid #fff;
}

.nav1 li {
    float: left;
    text-align: center;
    width: 11%;
    position: relative;
    text-align: center;
    border-right: 1px solid #fff;
    box-sizing: border-box;
}

.nav1 li>a {
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    color: #333;
    padding: 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
}

.nav1 li>a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: #F94143;
    transition: width 0.3s ease;
}

.nav1 li:hover>a::after,
.nav1 li .cur>a::after {
    width: 80%;
}

.nav1 li .cur {
    color: #F94143;
    background: transparent;
    font-weight: 600;
}

.nav1 li:hover>a,
.nav1 li.cur>a {
    color: #F94143;
    background: transparent;
    font-weight: 600;
}

/* 响应式优化 */
@media (max-width: 1280px) {
    .header .topbox .wrap {
        width: 100%;
        padding: 0 20px;
    }

    .header .topbox .wrap .top {
        width: 100%;
        flex-wrap: wrap;
        height: auto;
        min-height: 40px;
        padding: 5px 0;
    }

    .header .topbox .wrap .top .top-left,
    .header .topbox .wrap .top .top-right {
        flex-wrap: wrap;
    }

    .navdl {
        width: 100%;
        padding: 15px 20px;
        flex-wrap: wrap;
        gap: 15px;
    }

    .navdl .h_log {
        max-width: 200px;
    }

    .navdl .ser {
        min-width: 100%;
        max-width: 100%;
        order: 3;
    }

    .navdl .top_tel {
        font-size: 16px;
        order: 2;
    }
}

@media (max-width: 768px) {
    .header .topbox .wrap .top .top-info {
        font-size: 12px;
    }

    .header .topbox .wrap .top a.addSite,
    .header .topbox .wrap .top a.top-link {
        font-size: 12px;
    }

    .header .topbox .wrap .top .top-divider {
        display: none;
    }
}

 