<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{width:100%;overflow-x: hidden;max-width: 750px;min-width: 320px;margin: 0 auto;}
body{
    background-color: #191a1f;
}
img{vertical-align: middle;}
.top{
    height: 40px;
    position: absolute;
    z-index: 100;
    top: 20px;
    width: 100%;
}
.top .left{
    display: inline-block;
    height: 55px;
    line-height: 40px;
    color: #FFF;
    vertical-align: middle;
    background: url(../images/icon_home.png) 50% 50% no-repeat;
    background-size: 162px auto;
    width: 197px;
}
.top .left a{
    display: block;
    height: 100%;
}
.top .right{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    vertical-align: middle;
    background: url(../images/icon_menu.png) 55% 50% no-repeat;
    background-size: 18px auto;
    width: 45px;
    position: absolute;
    right: 0;
}
.nav{
    position: absolute;
    top: 40px;
    width: 100%;
    display: none;
}

.nav .nav-item,
.nav .nav-items .nav-son-wrapper .nav-son-tiem-li{
    display: block;
    position: relative;
    width: 104px;
    padding: 0 18px;
    border-bottom: 1px solid #000000;/* 背景颜色更换2 */
    background: white;
    height: 36px;
    line-height: 36px
}
.nav .nav-item{
    z-index: 10;
    width: 100%;
    text-align: center;
    padding: 0;
}
.nav .nav-item:after {
    /*content: "&gt;";*/
    position: absolute;
    right: 10px;
}
.nav .nav-items:first-child .nav-item{
    /*background: #000000/* 背景颜色更换3 */*/
}
.nav .nav-items .nav-son-wrapper{
    z-index: 5;
    width: 100%;
    position: absolute;
    padding-left: 140px;
    top: 0;
    background: #000000;/* 背景颜色更换3 */
    display: none;
    
}
.nav .nav-items:first-child .nav-son-wrapper{
    display: block
}
.nav .nav-items .nav-son-wrapper .nav-son-tiem-li{
    width: 100%;
    background: none
}
.nav .nav-items .nav-item.hover{
    background-color: #000;
}
.nav .nav-items .nav-item.hover{
    color: #fff;
}

.index_one{
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
    color: #000;
    font-size: 22px;
    line-height: 36px; 
    text-align:center;
letter-spacing:3px;
}
.index_sj{
    margin-top: 15px;
}
.index_sj .w{
    margin-left: 10px;
    margin-right: 10px;
}
.index_sj .w .item{
    width: 30%;
    float: left;
    margin-right: 3.3%;
    border-radius: 50%;
    overflow: hidden;
}
.index_sj .wrap{
    margin-right: -3.3%;
}
.index_title{
    text-align: center;
    padding-top: 1px;
}
.index_title .img{
    margin-top: 15px;
}
.index_title .line{
    background-color: rgb(253, 60, 61);
    width: 68px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.index_title .tit{
    font-size: 13px;
    color: #fff;
    line-height: 13px;
    margin-top: 10px;
}
.index_video{
    margin-left: 10px;
    margin-right: 10px;
    margin-top:25px;

}
.mt15{margin-top: 15px;}


.footer{
    background-color: #2b2e35;
    color: #fff;
    font-size: 10px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 60px;
    margin-top: 10px;
    line-height: 1.8;
}
.footerb{
    background-color: #000;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    z-index: 100;
}
.footerb .item{
    float: left;
    color: #fff;
    width: 25%;
    
    text-align: center;
}
.footerb .item img{
    width: 16px;
    margin-right: 5px;
}
.footerb .item a{
    display: block;
    color: #fff;
font-size: 16px;
}
.titles{
    margin:  0 auto;
    background: #fff; /*背景颜色1*/
    width: 90px;
    height: 23px;
    line-height: 23px;
    margin-top: 10px;
    text-align: center;
    color: white;
    margin-bottom: 10px;
    color: #000;
}
.img_lists{
    font-size: 0;
    line-height: 0;
    margin-top: 10px;
}
.img_lists .items{
    /*display: inline-block;*/
    width: 50%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
}
.img_lists .items img{
    width: 92%;
}
.content_content{
    line-height: 2;
    font-size: 12px;
    padding: 0 10px;
    color: #fff;
}
.content_content img{
    width: 100%;
}
.title_content{
    text-align: center;
    font-size: 14px;
    line-height: 3;
    font-weight: 600;
    color: #fff;
}
.titles_news{
    position: relative;
    /* width: 98%; */
    box-sizing: border-box;
    /* margin: 0 auto; */
     overflow: hidden; 
}
.titles_news:before,.titles_news:after{
    content: '';
    width: 1900px;
    height: 1px;
    position: absolute;
    background: #b9b9b9;
    top: 11px;
    
}
.titles_news:before{
    left:  -1900px;
}
.titles_news:after{   
    right:  -1900px;
}
.news_lists{
    
}
.news_lists .items{
    position: relative;
    height: 55px;
    margin-top: 20px;
    border: 1px solid #8e8e8e;
    padding: 10px;
}
.news_lists .items .left{
    position: absolute;
    left:  10px ;
    width: 50px;
    height: 50px;
    background: #fd3c3d; /*背景颜色1*/
    text-align: center;
    z-index: 10;
    color: white;
}
.news_lists .items .left .day{
    font-size: 19px;
    height: 38px;
    line-height: 30px;
}
.news_lists .items .left .ym{
    margin-top: -9px;
    border-top: 1px solid #000
}
.news_lists .items .right{
    position: absolute;
    width: calc(100% - 35px);
    right: 0;
    box-sizing: border-box;
    padding-left: 40px;
    /*top: -8px;*/
    /*border: 1px solid #333;*/
    height: 67px;
    overflow: hidden;
    padding-right: 10px;
    line-height: 1.8
}
.news_lists .items .right .t{
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    font-size: 13px;
    color: #fff;
    margin-top: -4px;
}
.news_lists .items .right .t a{
    color: #fff;
}
.news_lists .items .right .b{
    line-height: 1.5;
    overflow: hidden;
    height: 36px;
}
.news_lists .items .right .b a{
    color: #afafaf;
}
.prv,.next{
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    color: #fff;
}
.prv a,.next a{
    color: #fff;
}
.clearfix::after {
    content: '';
    clear: both;
    display: block;
}
.over {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pl15{
    padding-left: 15px;
}
.pr15{
    padding-right: 15px;
}

.mt20 {
    margin-top: 20px;
}


.p15 {
    padding: 15px;
}
.index_news_more {
  background-color: rgb(0, 0, 0);
  margin-top: 10px;
  width: 84px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 10px;
  margin-left: auto;
  margin-right: auto;
}
.index_news_more a{
    display: block;
    color: #acacac;
}

.nei_massage{

    margin: 0 auto;
}
.nei_massage li{
    
    margin: 0 auto;
    margin-top: 20px;

}
.nei_massage li label{
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}
.nei_massage input{
    width: calc(100% - 90px);
    height: 35px;
    line-height: 35px;
    padding-left: 20px;
    border: 1px solid #ddd;
}
.nei_massage span{
    color: red;
}
.nei_massage input:hover,
.nei_massage textarea:hover{
    border:1px solid #b8197b;
    outline: none;
}
.nei_massage textarea{
    width: calc(100% - 90px);
    padding-left: 20px;
    line-height: 35px;
    border: 1px solid #ddd;
}
.nei_massage .sub{
    width: 143px;
    height: 35px;
    border: 1px solid #eee;
    cursor: pointer;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background-color: #b8197b;
    padding-left: 0;
    margin: 0 auto;
    display: inline-block;
}</pre></body></html>