html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 12px;  /* 默认字体大小 */
}
body{
    margin: 0;
    padding: 0;
    font-family: "微软雅黑", Arial;
}
/* 24寸及以上显示器 */
@media screen and (min-width: 2560px) {
    html {
        font-size: 14px; /* 针对更大的显示器，可适当增加字体大小 */
    }
}

/* 21寸显示器 */
@media screen and (min-width: 1921px) and (max-width: 2559px) {
    html {
        font-size: 14px;
    }
}

/* 14-15寸笔记本显示器 */
@media screen and (max-width: 1920px) {
    html {
        font-size: 12px;
    }
}



/*通用样式开始*/
.c-b {
    margin: 0 auto;
    display: block;
    clear: both;
}
a {
    text-decoration: none;
    color: #000;
}
.clear {
    clear: both;
    height: 1px;
    margin-top: -px;
    overflow: hidden;
}

.ad {
    max-width: 1440px;
    min-width: 1000px;
    height: auto;
    overflow: hidden;
    clear: both;
    margin: 10px auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mar-top-10 {
    margin-top: 10px;
}

.mar-top-20 {
    margin-top: 20px;
}

.mar-bom-10 {
    margin-bottom: 10px;
}

.mar-bom-20 {
    margin-bottom: 20px;
}

.pad-top-10 {
    padding-top: 10px;
}

.pad-top-20 {
    padding-top: 20px;
}

.pad-bom-10 {
    padding-bottom: 10px;
}

.pad-bom-20 {
    padding-bottom: 20px;
}

.data-title {
    text-align: center;
    margin-bottom: 20px;
}

.data-title .big-title {
    font-size: 2rem;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
    position: relative;
}

.data-title .subtitle {
    font-size: 1rem;
    line-height: 2rem;
    color: #999;
    position: relative;
}

.data-title .big-title::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 1px;
    background-color: #007bff;
}

.data-title p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 30px;
    line-height: 22px;
    text-align: left;
}
.data-title .bottom-bg1{
    background: url(/static/index/images/20.png) no-repeat center center;
    background-size: auto 100% ;  /* 宽度填满，高度自适应 */
    width: 100%;
    height: auto;  /* 或者移除固定高度 */
    min-height: 600px;  /* 设置最小高度 */
}
.data-title .bottom-bg21{
    background: url(/static/index/images/21.png) no-repeat center center;
    background-size: auto 100% ;  /* 宽度填满，高度自适应 */
    width: 100%;
    height: auto;  /* 或者移除固定高度 */
    min-height: 700px;  /* 设置最小高度 */
}
.data-title .bottom-bg2{
    /*background: url(/static/index/images/5.png) no-repeat center center;*/
    /*background-size: auto 100%;*/
    /*width: 100%;*/
    /*height: 300px; !* 根据实际高度调整 *!*/
    background: url(/static/index/images/18.png) no-repeat center center;
    background-size: auto 100% ;  /* 宽度填满，高度自适应 */
    width: 100%;
    height: auto;  /* 或者移除固定高度 */
    min-height: 450px; /* 设置最小高度 */
}
.data-title .bottom-bg3{
    /*background: url(/static/index/images/6.png) no-repeat center center;*/
    /*background-size: auto 100%;*/
    /*width: 100%;*/
    /*height: 400px; !* 根据实际高度调整 *!*/
    background: url(/static/index/images/6.png) no-repeat center center;
    background-size: auto 100% ;  /* 宽度填满，高度自适应 */
    width: 100%;
    height: auto;  /* 或者移除固定高度 */
    min-height: 500px;  /* 设置最小高度 */
}
.data-title .bottom-bg4{
    background: url(/static/index/images/7.png) no-repeat center center;
    background-size: auto 100% ;  /* 宽度填满，高度自适应 */
    width: 100%;
    height: auto;  /* 或者移除固定高度 */
    min-height: 750px;  /* 设置最小高度 */
}
.data-title .bottom-bg5{
    background: url(/static/index/images/8.png) no-repeat center center;
    background-size: auto 100% ;  /* 宽度填满，高度自适应 */
    width: 100%;
    height: auto;  /* 或者移除固定高度 */
    min-height: 250px;  /* 设置最小高度 */
}
.data-title .bottom-bg6{
    background: url(/static/index/images/9.png) no-repeat center center;
    background-size: auto 100% ;  /* 宽度填满，高度自适应 */
    width: 100%;
    height: auto;  /* 或者移除固定高度 */
    min-height: 705px;  /* 设置最小高度 */
}
.data-title .bottom-bg7{
    background: url(/static/index/images/10.png) no-repeat center center;
    background-size: auto 100% ;  /* 宽度填满，高度自适应 */
    width: 100%;
    height: auto;  /* 或者移除固定高度 */
    min-height: 315px;  /* 设置最小高度 */
}
.data-title .bottom-bg8 {
    background: url(/static/index/images/11.png) no-repeat center center;
    background-size: auto 100% ;  /* 宽度填满，高度自适应 */
    width: 100%;
    height: auto;  /* 或者移除固定高度 */
    min-height: 655px;  /* 设置最小高度 */
}
.data-title .bottom-bg9{
    background: url(/static/index/images/12.jpg) no-repeat center center;
    background-size: auto 100% ;  /* 宽度填满，高度自适应 */
    width: 100%;
    height: auto;  /* 或者移除固定高度 */
    min-height: 315px;  /* 设置最小高度 */
}
.data-title .bottom-bg11{
    background: url(/static/index/images/17.png) no-repeat center center;
    background-size: auto 100% ;  /* 宽度填满，高度自适应 */
    width: 100%;
    height: auto;  /* 或者移除固定高度 */
    min-height: 605px;  /* 设置最小高度 */
}

/*制作流程样式开始*/

.zzlc-body {
    /*max-width: 1440px;*/
    /*min-width: 1000px;*/
    width: 80%;
    margin: 0 auto 47px auto;
    overflow: hidden;
    padding: 0 10%;
}

.zzlc-body h1 {
    font-size: 22px;
    color: #2498d4;
    margin-bottom: 22px;
}

.zzlc-body p {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 30px;
    line-height: 28px;
    letter-spacing: 2px;
    text-align: left;
}

.zzlc-body a {
    text-decoration: underline;
}

.zzlc-body h2 {
    font-size: 1rem;
    color: #444;
    margin-bottom: 18px;
}

.zzlc-body h3 {
    font-size: 1rem;
    color: #2498d4;
    font-weight: bold;
}

.zzlc-body h2 span {
    color: #2498d4;
    font-size: 17px
}

.zzlc-body em {
    color: #555;
    margin-bottom: 18px;
    display: block;
    font-size: 1rem;
}

.zzlc-body em img {
    padding: 0 5px;
}

.zzlc-body dd {
    width: 100%;
    height: 1px;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
    background: #e9e7e7;
}

.zzlc-body-tp {
    width: 100%;
    height: 1554px;
    background: url(/templets_s/images/wmdy.jpg) no-repeat;
}

.zzlc-body-tps {
    width: 100%;
    height: 1554px;
    background: url(/templets_s/images/wmdyss.jpg) no-repeat;
}

/*制作流程样式结束*/

/*分页样式*/
.list_fy {
    padding: 10px;
    text-align: center;
    margin: 0px auto;
    float: right;
}

.list_fy li {
    display: block;
    widht: auto;
    padding: 4px 10px;
    border: 1px solid #ccc;
    background: #fff;
    float: left;
    margin: 0px 0px 0px 10px;
    cursor: pointer;
}

.list_fy li a:hover {
    color: #000;
}

.list_fy li.thisclass {
    border: 1px solid #2199e5;
}

/*内容页分页样式*/
.art_fy {
    height: auto;;
    text-align: center;
    margin: 0px auto;
    float: right;
    padding-top: 20px;
    clear: both;
}

.art_fy li {
    display: block;
    widht: auto;
    padding: 0px 5px;
    border: 1px solid #ccc;
    background: #fff;
    float: left;
    margin: 0px 0px 5px 5px;
    cursor: pointer;
}

.art_fy li a:hover {
    color: #000;
}

.art_fy li.thisclass {
    border: 1px solid #479e2b;
}

/*AJAX分页样式*/
.ajax_list_fy {
    padding: 10px;
    text-align: center;
    margin: 0px auto;
    float: right;
}

.ajax_list_fy span, .ajax_list_fy a, .ajax_list_fy strong {
    display: block;
    widht: auto;
    padding: 4px 10px;
    border: 1px solid #ccc;
    background: #fff;
    float: left;
    margin: 0px 0px 0px 10px;
    cursor: pointer;
}

.ajax_list_fy a:hover {
    color: #000;
}

.ajax_list_fy strong {
    border: 1px solid #2199e5;
}


/* common.css - 全局样式文件 */
/* 头部样式 */
.header {
    background-color: #319cc9;
    align-items: center;
    width: 100%;
    margin: 0 auto; /* 居中显示 */
}

/* 头部样式 */
.header-top {
    padding: 10px 10% 20px 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*max-width: 1440px;*/
    /*min-width: 1000px;*/
    /*width: 100%;*/
    margin: 0 auto; /* 居中 */
}

.logo2 {
    /*display: flex;*/
    align-items: center;
}

.logo-text {
    font-size: 2.8rem;
    color: white;
    font-weight: bold;
    font-family: "微软雅黑", Arial;
}

.logo-subtitle {
    font-size: 1rem;
    color: rgba(255,255,255,0.8);
    margin-top: 10px;
    /*margin-left: 10px;*/
}

/* common.css - 全局样式文件 */
.search-bar {
    display: flex;
    flex-direction: column; /* 改为垂直排列 */
    align-items: center;
    width: 400px;
}

.search-bar .phone {
    display: flex;
    flex-direction: column; /* 改为垂直排列 */
    align-items: center;
    width: 400px;
}

.search-bar .phone .phone-number {
    font-size: 1rem;
    color: white;
    text-align: right;
    margin-bottom: 10px;
    width: 100%;
}

.search-bar .phone .Number {
    width: 187px;
    height: 22px;
    margin-top: 28px;
    margin-left: 33px;
    float: right;
    background: url(/templets_s/images/dianhua.jpg) no-repeat;
    display: block;
}

.search-bar .search-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 400px;
    margin-top: 10px;
}

.search-bar .search-div input {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    outline: none;
}

.search-bar .search-div button {
    background-color: #e73c7e;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}


.nav-menu {
    background-color: white;
    padding: 10px 10%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.nav-menu ul {
    list-style: none;
    display: flex;
    justify-content: center;
    /*max-width: 1440px;*/
    /*min-width: 1000px;*/
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.nav-menu li {
    /*margin: 0 4%;*/
    text-align: center;
    width: 100%;
}

.nav-menu a {
    text-decoration: none;
    color: #333;
    /*font-weight: bold;*/
    font-size: 1.2rem;
}

.nav-menu a:hover {
    color: #e73c7e;
}

/* 在 common.css 中添加 active 样式 */
.nav-menu a.active {
    color: #e73c7e !important;
    font-weight: bold;
}

/* 中间搜索栏 */
.search-center {
    background-color: #e0f2f7;
    padding: 15px 0;
    text-align: center;
    margin: 0;
}

.search-center form {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.search-center input {
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 40%;
}

.search-center button {
    background-color: #e73c7e;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
}



.banner {
    height: 500px;
    /*margin-bottom: 20px;*/
}

.lys-xbanner {
    height: 300px;
}

/* banner图样式开始*/
.flexslider {
    position: relative;
    height: 500px;
    overflow: hidden;
    background: url(/templets_s/images/loading.gif) 50% no-repeat;
}

.flexslider .slides {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0;
}

.flexslider .slides li {
    height: 500px;
}
/*.flexslider .slides li::marker {*/
/*    display: none;*/
/*}*/

.flexslider .flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flexslider .flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flexslider .flex-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    background: url(/templets_s/images/dot.png) right 0 no-repeat;
    cursor: pointer;
}

.flexslider .flex-control-nav .flex-active {
    background-position: 0 0;
}

.flexslider .flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
    left: 50%;
    margin-left: -500px;
}

.flexslider .flex-direction-nav li a {
    display: block;
    width: 60px;
    height: 77px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flexslider .flex-direction-nav li a.flex-prev {
    left: 0px;
    background: url(/templets_s/images/prev.png) center center no-repeat;
}

.flexslider .flex-direction-nav li a.flex-next {
    right: 0px;
    background: url(/templets_s/images/next.png) center center no-repeat;
}

.flexslider .flex-direction-nav li a.flex-prev:hover {
    background: url(/templets_s/images/prev-hover.png) center center no-repeat;
}

.flexslider .flex-direction-nav li a.flex-next:hover {
    background: url(/templets_s/images/next-hover.png) center center no-repeat;
}

/* banner图样式结束*/

/* 内容区 */
.content {
    /*max-width: 1440px;*/
    /*min-width: 1000px;*/
    width: 100%;
    margin: 40px auto;
    padding: 0;
}

.breadcrumb {
    color: #666;
    font-size: 1rem;
    margin-bottom: 30px;
}

.breadcrumb a {
    color: #0095d5;
    text-decoration: none;
}

.article-title {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #333;
}

.article-date {
    text-align: center;
    color: #666;
    margin-bottom: 30px;
}

.article-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    text-align: justify;
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* 底部样式 */
.footer {
    background-color: #319cc9;
    color: white;
    font-size: 1rem;
}

.footer-content {
    /*max-width: 1440px;*/
    /*min-width: 1000px;*/
    width: 80%;
    margin: 0 auto;
    padding: 30px 10% 0 10%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.footer-section {
    flex: 1;
    min-width: 200px;
}

.footer-section2 {
    flex: 3;
    min-width: 400px;
}

.footer-section h3 {
    margin-bottom: 10px;
    font-size: 1rem;
    color: white;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 1rem;
}

.footer-links a:hover {
    text-decoration: none;
}

.contact-info {
    margin-bottom: 20px;
}

.contact-info p {
    margin-bottom: 10px;
}

.qr-code {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
}

.qr-item {
    text-align: center;
    margin-bottom: 15px;
}

.qr-item img {
    width: 90px;
    height: 90px;
    border-radius: 8px;
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.qr-item p {
    margin-top: 10px;
    font-size: 1rem;
    color: white;
}

.bottom-info {
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid rgba(255,255,255,0.3);
    color: #999;
    font-weight: bold;
    background-color: #f9f9f9;
    font-size: 1rem;
}

.bottom-info p {
    margin: 5px 0;
}

.bottom-info .friend-links {
    margin-top: 0;
}

.bottom-info .friend-links a {
    color: #999;
    font-weight: normal;
    text-decoration: none;
    font-size: 1rem;
}

.bottom-info .friend-links a:hover {
    text-decoration: underline;
}


.lys-xbanner{margin-bottom: 40px}