* {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    text-decoration: none;
}

body {
    color: #222;
    
     width: 100%;
     max-width: 430px;
     margin: 0 auto; 
     padding: 0;
     left: calc( (100% - 430px) / 2 );
  
}

.clear {
    clear: both;
    width: 100%;
}

.head {
    width: 100%;
    height: 50px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9998;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    
    width: 100%;
     max-width: 430px;
     margin: 0 auto; 
     padding: 0;
     left: calc( (100% - 430px) / 2 );
}

.head1200 {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9998;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    
    width: 100%;
     max-width: 430px;
     margin: 0 auto; 
     padding: 0;
     left: 0px;
     right: 0px;
}

.head1200>a {
    display: block;
    width: 100px;
}

.head1200>a>.logo {
    width: 80px;
    margin-left: 10px;
}

.location {
    width: 80px;
    color: #fb7c14;
}

.location_more {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(255, 255, 255, 0.8);
    
    width: 100%;
     max-width: 430px;
     margin: 0 auto; 
     padding: 0;
     left: 0px;
     right: 0px;
}

.location_more>li {
    border: 1px solid #ccc;
    width: calc((100% - 4px) / 3);
    float: left;
    line-height: 30px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    text-decoration: none;
    border-collapse: collapse;
    margin-left: -1px;
}

.location_more>li>a {
    display: block;
    width: 100%;
    height: 100%;
    color: #222;
}

.location_more>li>a.now {
    color: #fb7c14;
}

.location_more>li>a.close {
    color: #f00;
}

.location_more>li:nth-child(3n+1) {
    margin-left: 0px;
}

.location_more>li:nth-child(-n+3) {
    margin-top: 50px;
}

.search {
    width: calc(100% - 220px)
}

.search>input {
    float: left;
    width: calc(80% - 2px);
    outline: none;
    height: 26px;
    border: 1px solid #ccc;
    border-radius: 3px;
    border-right: 0px;
    text-indent: 3px;
}

.search>button {
    float: left;
    width: calc(20% - 2px);
    border: 1px solid #ccc;
    height: 28px;
    margin-left: -2px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.menu {
    width: 40px;
    height: 30px;
    line-height: 30px;
    float: right;
    text-align: center;
    margin-right: 2px;
    cursor: pointer;
}

.menu_more {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(255, 255, 255, 0.8);
    
    width: 100%;
     max-width: 430px;
     margin: 0 auto; 
     padding: 0;
     left: 0px;
     right: 0px;
}

.menu_more>li {
    border: 1px solid #ccc;
    width: calc((100% - 4px) / 3);
    float: left;
    line-height: 30px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    text-decoration: none;
    border-collapse: collapse;
    margin-left: -1px;
}

.menu_more>li>a {
    display: block;
    width: 100%;
    height: 100%;
    color: #222;
}

.menu_more>li>a.now {
    color: #fb7c14;
}

.menu_more>li>a.close {
    color: #f00;
}

.menu_more>li:nth-child(3n+1) {
    margin-left: 0px;
}

.menu_more>li:nth-child(-n+3) {
    margin-top: 50px;
}

.index_pics {
    width: 100%;
    height: 160px;
    margin-top: 50px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.index_pics_img {
    width: 100%;
    height: 100%;
}

.nav_mobile {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 每行3列，每列占据等宽 */
    gap: 10px;
    /* 设置列与列之间的间距 */
    margin-top: 20px;
}

.nav_mobile>li {
    text-align: center;
    margin-bottom: 10px;
}

.nav_mobile>li>a {
    text-decoration: none;
}

.nav_mobile>li>a>img {
    width: 60%;
    aspect-ratio: 1/1;
}

.nav_mobile>li>a>p {
    color: #333;
    text-decoration: none;
}

.linyuan_content {}

.linyuan_content>li {
    clear: both;
    height: auto;
}

.linyuan_content>li>.img {
    float: left;
    width: 160px;
    height: 100px;
    margin-left: 10px;
}

.linyuan_content>li>.img img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.linyuan_content>li>h3 {
    float: left;
    margin-left: 10px;
    width: calc(100% - 160px - 30px);
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    font-size: 16px;
}
.linyuan_content>li>h3>span.qu{
 float: right;
 font-weight: normal;
 font-size: 13px;
}

.linyuan_content>li>p {
    display: none;
}

.linyuan_content>li>.other {
    float: left;
    margin-left: 10px;
    width: calc(100% - 160px - 30px);
}

.linyuan_content>li>.other>span {
    color: #fb7c14;
    font-weight: bold;
}

.linyuan_content>li>.other>i {
    display: none;
}

.linyuan_content>li>p.mobile {
    display: block;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.linyuan_content>li>p.mobile>span {
    font-size: 14px;
    margin-right: 10px;
}

.linyuan_content>li>p.clear {
    width: calc(100% - 20px);
    height: 26px;
    line-height: 26px;
    border-radius: 3px;
    margin-top: 5px;
    font-size: 14px;
    clear: both;
    margin-bottom: 10px;
    background-color: #f9f2ec;
    overflow: hidden;
}

.linyuan_content>li>p.clear>span {
    font-weight: bold;
    margin: 0px;
}

.linyuan1200>h5 {
    width: calc(100% - 20px);
    margin-left: 10px;
    line-height: 40px;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.linyuan1200>h5>a.more{
  font-size: 16px;
  float:right;
  padding-top: 0px;
  color: #222;
}

.linyuan_content>a {
    display: block;
    width: calc(100% - 20px);
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
    background-color: #f9f2ec;
    color: #fb7c14;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    border-radius: 3px;
    text-decoration: none;
}

.shengtai_list_mobile {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 每行3列，每列占据等宽 */
    gap: 10px;
    /* 设置列与列之间的间距 */
    margin: 10px;
}

.shengtai_list_mobile>a {
    text-decoration: none;
    display: block;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding-bottom: 10px;
}

.shengtai_list_mobile>a>li {}

.shengtai_list_mobile>a>li>img {
    width: 100%;
    aspect-ratio: 4/3;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.shengtai_list_mobile>a>li>h3 {
    color: #333;
    font-weight: normal;
    font-size: 16px;
}

.shengtai_list_mobile>a>li>h4 {
    font-size: 14px;
    color: #999;
    height: 30px;
    padding: 5px;
}

.shengtai1200>h3 {
    width: calc(100% - 20px);
    margin-left: 10px;
    line-height: 40px;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    margin-top: 10px;
}

.baike1200>h3 {
    width: calc(100% - 20px);
    margin-left: 10px;
    line-height: 40px;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    margin-top: 10px;
}

.baike1200>ul.baike_tab {
    display: flex;
}

.baike1200>ul.baike_tab>li {
    width: 25%;
    text-align: center;
}

.baike1200>ul.baike_tab>li>a {
    display: block;
    color: #222;
}

.baike1200>ul.baike_tab>li.now>a {
    display: block;
    color: #fb7c14;
}

.baike1200>ul.baike_tab>li>a>i {
    font-size: 40px;
}

.baike1200>ul.baike_tab>li>a>h3 {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
}

.baike1200>ul.baike_content {
    display: none;
    margin-top: 20px;
}

.baike1200>ul.baike_content.now {
    display: block;
}

.baike1200>ul.baike_content>li {
    margin-bottom: 15px;
}

.baike1200>ul.baike_content>li>a {
    color: #222;
}

.baike1200>ul.baike_content>li>a>img {
    float: left;
    width: 160px;
    height: 100px;
    margin-left: 10px;
    border-radius: 3px;
}

.baike1200>ul.baike_content>li>a>h3 {
    float: left;
    width: calc(100% - 160px - 30px);
    margin-left: 10px;
    font-size: 16px;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
}

.baike1200>ul.baike_content>li>a>p {
    float: left;
    width: calc(100% - 160px - 30px);
    margin-left: 10px;
    font-size: 14px;
    line-height: 24px;
    height: 50px;
    overflow: hidden;
    color: #999;
}

.baike1200>ul.baike_content>li>a>div.other {
    float: left;
    width: calc(100% - 160px - 30px);
    margin-left: 10px;
    line-height: 20px;
}

.baike1200>ul.baike_content>li>a>div.other>span {
    float: left;
    font-size: 14px;
    color: #fb7c14;
}

.baike1200>ul.baike_content>li>a>div.other>i {
    float: right;
    color: #999;
    font-size: 14px;
    line-height: 20px;
}

.baike1200>ul.baike_content>a {
    display: block;
    background-color: #f2dfcf;
    color: #fb7c14;
    text-align: center;
    width: 80%;
    line-height: 50px;
    margin: 10px auto;
    border-radius: 5px;
    font-weight: bold;
}

.footer>.info {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #222;
    font-family: '楷体';
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #fb7c14;
    border-bottom: 1px solid #aaa;
}

.footer>.info_bottom {
    padding: 6px 20px;
    text-align: justify;
    width: calac(100% - 40px);
    background-color: #222;
    border-bottom: 1px solid #aaa;
    line-height: 24px;
    font-size: 15px;
    color: #ddd;
}

.footer>.info_bottom>a {
    color: #fb7c14;
}

.about {
    width: 100%;
    background-color: #222;
    border-bottom: 1px solid #aaa;
    height: 40px;
    line-height: 40px;
}

.about>li {
    float: left;
    width: 25%;
    text-align: center;
}

.about>li>a {
    color: #fb7c14;
}

.copyright {
    width: 100%;
    background-color: #222;
    border-bottom: 1px solid #aaa;
    height: 28px;
    line-height: 28px;
    margin-bottom: 50px;
}

.copyright>a {
    float: left;
    color: #ddd;
    margin-left: 10px;
    font-size: 13px;
}

.copyright>span {
    float: right;
    color: #ddd;
    margin-right: 10px;
    font-size: 13px;
}

#contact_bottom {
    width: 100%;
    height: 46px;
    padding: 2px 0px;
    background-color: #fff;
    position: fixed;
    left: 0px;
    bottom: 0px;
    
    width: 100%;
     max-width: 430px;
     margin: 0 auto; 
     padding: 0;
     left: 0px;
     right: 0px;
}

#contact_bottom>#yuyue {
    margin-left: 2%;
    float: left;
    height: 100%;
    width: 20%;
    text-align: center;
    
    
}

#contact_bottom>#yuyue>i::before {
    font-size: 24px;
}

#contact_bottom>#yuyue>p {
    font-size: 16px;
}

#contact_bottom>#weixin {
    float: left;
    width: 36%;
    height: 100%;
    line-height: 46px;
    margin-left: 2%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-indent: 35%;
    border-radius: 4px;
}

#contact_bottom>#weixin_pic {
    display: none;
    position: absolute;
    width: 36%;
    aspect-ratio: 1 / 1;
    bottom: 46px;
    left: 24%;
}

#contact_bottom>#weixin_pic>img {
    width: 100%;
    height: 100%;
}

#contact_bottom>#tel {
    float: left;
    width: 36%;
    height: 100%;
    line-height: 46px;
    margin-left: 2%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-indent: 35%;
    border-radius: 4px;
}

#contact_bottom>#tel>a {
    font-size: 18px;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

#contact_bottom>#lianxi2 {
    display: none;
    position: absolute;
    width: 100%;
    margin-top: 20px;
    background-color: rgba(0, 0, 0, 0.9);
    bottom: 50px;
    left: 0px;
}

#contact_bottom>#lianxi2>#yuyue {
    width: 100%;
    padding-bottom: 10px;
    float: left;
    aspect-ratio: 6 / 5;
}

#contact_bottom>#lianxi2>#yuyue>h3 {
    font-size: 32px;
    line-height: 48px;
    margin-left: 3%;
    margin-top: 5%;
    font-weight: normal;
    color: #fff;
}

#contact_bottom>#lianxi2>#yuyue>p {
    font-size: 14px;
    line-height: 26px;
    margin-left: 3%;
    margin-top: 2%;
    color: #fff;
}

#contact_bottom>#lianxi2>#yuyue>.text {
    margin-left: 3%;
    margin-top: 2%;
    float: left;
    width: 45.5%;
    height: 40px;
    outline: none;
    font-size: 16px;
    line-height: 18px;
    text-indent: 10px;
    border: 0px;
    background-color: #fff;
}

#contact_bottom>#lianxi2>#yuyue>.textarea {
    margin-left: 3%;
    margin-top: 2%;
    width: calc(94% - 20px);
    aspect-ratio: 4 / 1;
    padding: 10px;
    outline: none;
    border: 0px;
    background-color: #fff;
    resize: none;
    font-size: 16px;
}

#contact_bottom>#lianxi2>#yuyue>.button {
    border: 0px;
    background-color: #127e6d;
    color: #fff;
    font-size: 18px;
    width: 45%;
    height: 50px;
    float: right;
    margin-right: 3%;
    margin-top: 2%;
    cursor: pointer;
}

#contact_bottom>#lianxi2>#yuyue>.button_close {
    border: 0px;
    background-color: #999;
    color: #fff;
    font-size: 18px;
    width: 45%;
    height: 50px;
    float: right;
    margin-right: 3%;
    margin-top: 2%;
    cursor: pointer;
}

#contact_bottom>#lianxi2>#map {
    display: none;
}

.jiri>h3 {
    width: calc(100% - 20px);
    margin-left: 10px;
    line-height: 40px;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    margin-top: 10px;
}

.year {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.year>li {
    width: calc((100% - 20px));
    margin-left: 10px;
    margin-bottom: 20px;
    background-color: #fefefe;
    text-align: center;
    line-height: 50px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
    padding-bottom: 20px;
}

.year>li>h3 {
    width: 100%;
    line-height: 36px;
    font-size: 18px;
    text-align: left;
    text-indent: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.year>li>table {
    margin: 0 auto;
    width: 94%;
    border: 1px solid #ccc;
}

.year>li>table,
.year>li>table td {
    border: 1px solid #ccc;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
}

.year>li>table td.im {
    background-color: #ff8f00;
}

.baike_detail_top {
    width: calc(100% - 20px);
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
}

.baike_detail_top>ul {}

.baike_detail_top>ul>li {
    float: left;
    margin-right: 5px;
}

.baike_detail_top>ul>li>a {
    color: #fb7c14;
}

.baike_detail {
    width: calc(100% - 20px);
    margin-left: 10px;
}

.baike_detail>h3 {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    padding: 10px 0px;
}

.baike_detail>.baike_detail_extra {
    text-align: center;
    color: #999;
    height: 26px;
}

.baike_detail>.baike_detail_extra>.fa-clock-o {
    float: left;
    margin-left: 40px;
}

.baike_detail>.baike_detail_extra>.fa-eye {
    float: right;
    margin-right: 40px;
}

.baike_detail>.baike_detail_content {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.baike_detail>.baike_detail_content>p {
   text-align: justify;
   text-indent:2rem;
   line-height: 200%;
}

.baike_detail>.baike_detail_content>p:has(img) {

   text-indent:0;

}

.baike_detail>.baike_detail_content img{
 width: 100%;
 height: auto;
}

.prev_next {
    width: calc(100% - 20px);
    margin-left: 10px;
    padding: 5px 0px;
}

.prev_next>li {
    color: #333;
}

.prev_next>li>a {
    color: #fb7c14;
    font-size: 14px;
}

.prev_next>li>span {
    color: #666;
    font-size: 14px;
}

.shengtai_top {
    width: calc(100% - 20px);
    margin-left: 10px;
}

.shengtai_top>h3 {
    line-height: 40px;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    margin-top: 10px;
}

.shengtai_top>.shengtai_biaoqian {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.shengtai_top>.shengtai_biaoqian>li {
    flex-grow: 1;
    text-align: center;
}

.shengtai_top>.shengtai_biaoqian>li>a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background-color: #eee;
    color: #222;
    padding: 8px 1px;
    font-size: 14px;
}

.shengtai_top>.shengtai_biaoqian>li>a.now {
    background-color: #fb7c14;
    color: #fff;
}

.fuwu_content>li>h4 {
    margin: 20px;
    line-height: 30px;
    color: #fb7c14;
}

.fuwu_content>li>h3>a {
    color: #fb7c14;
}

.fuwu_content>li:not(:last-child)>.clear {
    width: calc(100% - 20px);
    margin-left: 10px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.fuwu_detail_content img {
    width: 100%;
}

.linyuan_content>li>h3>a {
    color: #222;
}

.tips{
 padding: 5px 8px;
 background-color: rgba(0,0,0,0.75);
 color: #fff;
 display: none;
 position: fixed;
 top:55%;
 left: 38%;
 z-index: 9999999;
 border-radius: 3px;
}


         .fuwu {
    width: calc(100% - 20px );
   margin: 0px auto;
    background-color: #fff;
    padding-bottom: 30px;
}

.fuwu1200 {
   
     
    margin: 0px auto;
}

 

.fuwu1200>h4 {
    margin: 0px auto;
    margin-top: 15px;
    font-size: 16px;
    color: #666;
    text-align: center;
    font-weight: normal;
}

.fuwu1200>ul {
    
    width: 100%;
     
    margin-top: 20px;
    position: relative;
}

 

.fuwu1200>ul>li {
     
    text-align: left;
    position: relative;
    border-left: 1px solid #ccc;
    margin-left: 50px;
    padding-bottom: 30px;
}
.fuwu1200>ul>li:nth-child(7) {
    border-left:0px;
}

.fuwu1200>ul>li>i {
    font-size: 40px;
    text-align: center;
    margin-left: 30px;
}

.fuwu1200>ul>li:nth-child(1)>i {
    color: #f45b60;
}

.fuwu1200>ul>li:nth-child(2)>i {
    color: #1aa2dc;
}

.fuwu1200>ul>li:nth-child(3)>i {
    color: #fb7c14;
}

.fuwu1200>ul>li:nth-child(4)>i {
    color: #6b4ced;
}

.fuwu1200>ul>li:nth-child(5)>i {
    color: #6cab1e;
}

.fuwu1200>ul>li:nth-child(6)>i {
    color: #17c9bb;
}

.fuwu1200>ul>li:nth-child(7)>i {
    color: #e50c29;
}

.fuwu1200>ul>li>h3 {
    color: #333;
    line-height: 30px;
    font-size: 16px;
    margin-left: 30px;
}

.fuwu1200>ul>li>h4 {
    color: #666;
    line-height: 24px;
    font-size: 14px;
    margin-left: 30px;
}

.fuwu1200>ul>li>span {
    display: inline-block;
    height: 34px;
    width: 34px;
    line-height: 34px;
    border-radius: 34px;
    border: 1px solid #ccc;
     
    margin-left: -18px;
    position: absolute;
    z-index: 998;
    background-color: #fff;
    left: 0px;
    top: 0px;
    
    transition: all 0.5s;
    text-align: center;
}

.fuwu1200>ul>li:hover>span {
    background-color: #ff8f00;
    color: #fff;
}

.fuwu1200>ul>li:nth-child(1):hover>span {
    background-color: #f45b60;
}

.fuwu1200>ul>li:nth-child(2):hover>span {
    background-color: #1aa2dc;
}

.fuwu1200>ul>li:nth-child(3):hover>span {
    background-color: #fb7c14;
}

.fuwu1200>ul>li:nth-child(4):hover>span {
    background-color: #6b4ced;
}

.fuwu1200>ul>li:nth-child(5):hover>span {
    background-color: #6cab1e;
}

.fuwu1200>ul>li:nth-child(6):hover>span {
    background-color: #17c9bb;
}

.fuwu1200>ul>li:nth-child(7):hover>span {
    background-color: #e50c29;
}   

