html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
}

/*通用样式开始*/
.c-b {
    margin: 0px auto;
    display: block;
    clear: both;
}

.clear {
    clear: both;
    height: 1px;
    margin-top: -px;
    overflow: hidden;
}

.ad {
    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;
}

/*分页样式*/
.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-top {
    background-color: #319cc9;
    padding: 10px 10% 20px 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    /*display: flex;*/
    align-items: center;
}

.logo-text {
    font-size: 26px;
    color: white;
    font-weight: bold;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
}

.logo-subtitle {
    font-size: 12px;
    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: 14px;
    color: white;
    text-align: right;
    margin-bottom: 10px;
    width: 100%;
}

.search-bar .search-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 400px;
}

.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 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.nav-menu ul {
    list-style: none;
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.nav-menu li {
    margin: 0 3.5%;
}

.nav-menu a {
    text-decoration: none;
    color: #333;
    /*font-weight: bold;*/
    font-size: 14px;
}

.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: 400px;
}

.search-center button {
    background-color: #e73c7e;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
}


/* Banner 区域 */
/*.banner {*/
/*    !*background: linear-gradient(to right, #0095d5, #00bfff);*!*/
/*    color: white;*/
/*    padding: 0;*/
/*}*/

/*.banner-content {*/
/*    max-width: 1200px;*/
/*    margin: 0 auto;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    padding: 0;*/
/*}*/

/*.banner-text h1 {*/
/*    font-size: 2.5rem;*/
/*    margin-bottom: 15px;*/
/*    text-align: left;*/
/*}*/

/*.banner-text p {*/
/*    font-size: 1.1rem;*/
/*    opacity: 0.9;*/
/*    text-align: left;*/
/*}*/

/*.map-container {*/
/*    width: 400px;*/
/*    height: 300px;*/
/*    background-color: #ccc;*/
/*    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="400" height="300" viewBox="0 0 400 300"><rect width="400" height="300" fill="%230095d5"/><text x="200" y="150" font-family="Arial" font-size="20" fill="white" text-anchor="middle">中国地图</text></svg>');*/
/*    background-size: cover;*/
/*    border-radius: 10px;*/
/*}*/
/*.carousel-container {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 310px; !* 根据实际需要调整高度 *!*/
/*    overflow: hidden;*/
/*}*/

/*.carousel-item {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    opacity: 0;*/
/*    transition: opacity 0.5s ease-in-out;*/
/*}*/

/*.carousel-item.active {*/
/*    opacity: 1;*/
/*}*/

/*.carousel-indicators {*/
/*    position: absolute;*/
/*    bottom: 20px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    display: flex;*/
/*    gap: 10px;*/
/*}*/

/*.indicator {*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    background-color: rgba(255, 255, 255, 0.5);*/
/*    border-radius: 50%;*/
/*    cursor: pointer;*/
/*    transition: background-color 0.3s ease;*/
/*}*/

/*.indicator.active {*/
/*    background-color: white;*/
/*}*/


.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: 1000px;
    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: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.breadcrumb {
    color: #666;
    font-size: 1.2rem;
    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: 0.8rem;
}

.footer-content {
    max-width: 1200px;
    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: 2;
    min-width: 400px;
}

.footer-section h3 {
    margin-bottom: 10px;
    font-size: 0.8rem;
    color: white;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 0.8rem;
}

.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: 0.9rem;
    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: 0.8rem;
}

.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: 0.8rem;
}

.bottom-info .friend-links a:hover {
    text-decoration: underline;
}
