<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body{min-width: 1350px;overflow-x: hidden;background-color: #eceef2;}
#all_con{position: relative;}
.inner{width: 1350px;margin: 0 auto;}
.header{width: 100%;background-color: #fff;line-height: 80px;height: 80px;}
.header .logo span{font-size: 24px;font-weight: 600;color: #070002;margin-left: 17px;}
.header .inner{width: 98%;min-width: 1400px;}
.menu_item {
    position: relative;
}
.menu_item {
    display: inline-block;
    margin-right: 25px;
    font-size: 16px;
    font-family: '微软雅黑 Light';
    position: relative;
}
.menu_item.active&gt;a {
    font-weight: 600;
}
.menu_item .arrow {
    margin-left: 2px;
    margin-top: 2px;
    border: solid rgba(0,0,0,0.8);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(
-45deg
);
    -webkit-transform: rotate(
-45deg
);
    transition: all .2s;
    position: absolute;
    right: -15px;
    top: 33px;
}
.menu_item .small_hover {
    position: absolute;
    top: 60px;
    left: 0;
    background: #ffffff;
    box-shadow: 0 6px 15px 0 rgb(168 182 191 / 40%);
    z-index: 1001;
    width: 180px;
    padding: 10px;
    display: none;
}
.menu_item:last-child .small_hover{
    left: auto;right: -30px;
}
.menu_item .small_hover li {
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
}
.menu_item .small_hover li a {
    font-size: 14px;
    font-family: '微软雅黑 Light';
}

.menu_item:hover&gt;a {
    font-weight: 600;
}
.menu_item:hover .small_hover{
    display:block;
}
.menu_item .small_hover li&gt;a:hover {
    font-weight: 600;
}
.bannerLine{width: 100%;}
.bannerLine .inner{position: relative;height: 880px;}
.bannerLine .inner&gt;img{position: absolute;top: 0;left: 50%;margin-left: -960px;width: 1920px;}
.downBTN{display: block;position: absolute;bottom:20px;left: 50%;transform: translateX(-50%);animation: move 2s linear 0s infinite alternate;}
@keyframes move {
    0% {
        bottom: 20px
    }
    50% {
        bottom: 0px
    }
    to {
        bottom:20px
    }
}
.timeBox{position: absolute;top: 480px;left: 50%;transform: translateX(-50%);color: #fff;width: 1300px;}
.timeBox h2{text-align: center;line-height: 2;font-size: 30px;font-weight: 500;margin-top: 40px;}


.itemTit{font-size: 36px;
    height: 60px;
    line-height: 60px;
    position: relative;
    margin-bottom: 45px;}
.itemTit .line{position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 3px solid #fc7f14;
    width: 143px;
    height: 1px;}
.section{padding-top: 60px; }
.swiper1{width: 1000px;position: relative;padding-bottom: 42px;}
.swiper1_1{height: 507px;}
.swiper1_1 .swiper-wrapper{height: 477px;}
.activeNews.fr{width: 300px;}
.activeNews.fr .img{width: 100%;height: 169px;overflow: hidden;}
.activeNews.fr img{display: block;width: 100%;}
.activeNews.fr .item{margin-bottom: 30px;display: block;}
.activeNews.fr p{color: #585858;font-size: 14px;line-height: 1.5;text-align: left;margin-top: 10px;display: -webkit-box;    
    -webkit-box-orient: vertical;    
    -webkit-line-clamp: 2;    
    overflow: hidden;}
.moreBtn{color: #000;font-size: 16px;display: none;}
.moreBtn.active{display: block;}
.more{text-align: right;margin-top: 40px;cursor: pointer;}
.swiper1 .swiper-pagination-bullets{bottom: 0;width: 100%;}
.swiper1 .swiper-pagination-bullet{
    margin:0 10px;
}
.more_l{margin-top: -40px;}

#second_show .newslist,#five_show .newlist,#three_show .newslist {
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 80px; */
    margin-top: 20px;
}
#second_show .newslist .newsitem,#five_show .newslist .newsitem,#three_show .newslist .newsitem {
    background: #ffffff;
    width: 320px;
    height: 250px;
    box-sizing: border-box;
    padding: 30px 35px;
    position: relative;
    white-space: normal;
}
#second_show .newslist .newsitem .top_title,#five_show .newslist .newsitem .top_title,#three_show .newslist .newsitem .top_title {
    font-size: 18px;
    font-family: '微软雅黑 Light';
    font-weight: 600;
    line-height: 30px;
    color: rgba(0,0,0,0.8);
}
#second_show .newslist .newsitem .news_des,#five_show .newslist .newsitem .news_des,#three_show .newslist .newsitem .news_des {
    width: calc(100% - 70px);
    position: absolute;
    bottom: 30px;
    left: 35px;
    font-size: 16px;
    border-top: 1px solid #fc7f14;
    padding-top: 15px;
}

#five_show{background-color: #ffd6d6;}
#second_show,#three_show{background-color: #a4d2f6;}
#second_show.last{background-color: #b9fee5;}
#menu{display: none;}
#all_con #menu_cover {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: 1001;
    display: none;
}


#all_con #menu_cover .menu_con {
    width: 200px;
    background: #ffffff;
    height: 100%;
}
#menu_cover .menu_con .menus_item {
    /* height: 36px; */
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    display: block;
    position: relative;
}
#menu_cover .menu_con .menus_item.active a {
    color: #fc7f14;
}
#menu_cover .small_hover li a {
    font-size: 14px;
}
#menu_cover .small_hover li{display: block;}
.tabBar{text-align: center;}
.tabBar .item{display: inline-block;
    margin: 30px;
    font-size: 20px;
    font-family: '微软雅黑 Light';
    font-weight: 600;
    padding-bottom: 8px;
    padding-left: 6px;
    padding-right: 6px;position: relative;}
#three_show .pic_list,#four_show .pic_list,#five_show .pic_list,#four_show .pic_list_item{
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }
    #six_show .con_item {display: block;}
    #six_show .tabCon .con_item:nth-child(n+2){
        display: none;
    }
    #three_show .tabCon .pic_list:nth-child(n+2), #four_show .tabCon .pic_list:nth-child(n+2),#six_show .tabCon .pic_list:nth-child(n+2),#five_show .tabCon .pic_list:nth-child(n+2),#four_show .tabCon .pic_list_item:nth-child(n+2){
        display: none;
    }
    #three_show .pic_list .picitem,#four_show .pic_list .picitem,#five_show .pic_list .picitem{
        margin-bottom: 40px;
        cursor: pointer;
    }

    #three_show .pic_list .picitem .bg-mask, #four_show .pic_list .picitem .bg-mask,#five_show .pic_list .picitem .bg-mask,.huigu .bg-mask{
        position: absolute;
        width: 430px;
        height: 260px;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, .6);
        display: none;
    }
    #three_show .pic_list .picitem .pic_con,#four_show .pic_list .picitem .pic_con,#five_show .pic_list .picitem .pic_con,.huigu .pic_con{position: relative;}
    #three_show .pic_list .picitem:hover .bg-mask,#four_show .pic_list .picitem:hover .bg-mask,#five_show .pic_list .picitem:hover .bg-mask, .picitem:hover .bg-mask{
        display: block;
    }
    #three_show .pic_list .picitem .pic_con img,#four_show .pic_list .picitem .pic_con img,#five_show .pic_list .picitem .pic_con img,.huigu .picitem .pic_con img{
        width: 430px;
        height: 260px;
    } #three_show .pic_list .picitem:hover .ba-ico,#four_show .pic_list .picitem:hover .ba-ico,#five_show .pic_list .picitem:hover .ba-ico {
        display: block;
        background-position: -46px 0;
    }
    #three_show .pic_list .picitem .ba-ico,#four_show .pic_list .picitem .ba-ico,#five_show .pic_list .picitem .ba-ico,.huigu .picitem .ba-ico {
        position: absolute;
        display: block;
        width: 46px;
        height: 46px;
        background: url(../img/ad.png);
        background-position: 0 0;
        left: 50%;
        /* margin-left: -23px; */
        top: 50%;
        transform: translate(-50%,-50%);
    
} 
.huigu .picitem .pic_con img{
    width: 360px;height: 200px;
}
.showlist {
   position: absolute;
   top:680px;
    margin-left: auto;
    margin-right: auto;
    width: 563px;
    left: 50%;
    margin-left: -281px;
}
.showlist .list_item:nth-child(1) {
    background: #00dce5;
}
.showlist .list_item:nth-child(2) {
    background: #72899d;
}
.showlist .list_item:nth-child(3) {
    background: #f13c60;
    width: 243px;
}
 .showlist .list_item {
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}
.showlist .list_item &gt; a {
    color: #ffffff;
    font-size: 18px;
    font-family: '微软雅黑 Light';
    font-weight: 500;
    display: inline-block;
    width: 160px;
    height: 40px;
}
.list_item:nth-child(3) &gt; a {
    width: 200px;
}
.pic_list .picitem .pic_con img {
        width: 430px;
        height: 260px;
    }
    #three_show .pic_list .picitem .name,#four_show .pic_list .picitem .name,#five_show .pic_list .picitem .name {
        font-size: 16px;
        text-align: left;
        line-height: 30px;
        margin-top: 8px;
        overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 430px;
    padding: 0 30px;
    font-weight: 600;

    }
    .tabBar .item.active {
        border-bottom: 2px solid #fc7f14;
    }


    #six_show{
        background: #dcfefc;
    }
    
    #six_show .inner{
        position: relative;
    }
    
    
    #six_show .inner .more_btn{
        position: absolute;
        right:0;
        bottom:40px;
    }
    
    #six_show #lunbo06,
    #six_show #lunbo0601,
    #six_show #lunbo0602,
    #six_show #lunbo0603
    {
        width:600px;
        height:450px;
        margin-left:40px;
    }

    #six_show #lunbo06 img,
    #six_show #lunbo0601 img,
    #six_show #lunbo0602 img,
    #six_show #lunbo0603 img
    {
        width:600px;
        height:400px;
    }
    
    #six_show #lunbo06  .newstitle,
    #six_show #lunbo0601  .newstitle,
    #six_show #lunbo0602  .newstitle,
    #six_show #lunbo0603  .newstitle
    {
        line-height:30px;
        font-size:16px;
        text-align: center;
        margin-top:5px;
    }
    
    #three_show{background-color: #a4d2f6;}
    
    #six_show  .fl_newsitem{
        line-height:30px;
    }
    #six_show .newlist{
        width:645px;
    }
    #six_show .newlist ul {
        position: relative;
        white-space: normal;
    }
    
    #six_show  .fl_newsitem a{
        font-size:16px;
    }
    
    #six_show  .fl_newsitem .titlenews{
        width:500px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.huigu{display: flex;justify-content: space-around;padding: 60px 0;flex-wrap: wrap;}
.intro_con .intro_txt {
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px;
}
.newlist .intro_con {
    height: 200px;
    position: relative;
    margin-bottom: 60px;
}
.newlist .intro_con .more_btn {
    position: absolute;
    right: 0;
    bottom: 0!important;
}
.articel_main{padding-bottom: 60px;}

.footer{width: 100%;background-color: #404040;padding:70px 0;text-align: center;font-size: 18px;}
.huigu .name{font-size: 16px;
    text-align: center;
    line-height: 30px;
    margin-top: 15px;}
.footer .item{display: flex;color: #fff;justify-content: space-around;margin-bottom: 20px;font-size: 16px;color: #fff;}
.footer .item span{width:150px;display: inline-block;}
.footer .item:nth-child(2) span{width: 60px;}
.swiper-star .swiper-slide{text-align: center;transform: translate3d(0, 0, 0);}
.swiper-star .newstitle{display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}
.starmobile{display: none;}
#four_show .ssbtn_con {
    position: absolute;
    bottom: -50px;
    left: -140px;
    width: 350px;
}
 #four_show .ssbtn_item {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    cursor: pointer;
    padding-bottom: 5px;
    padding-top: 5px;
}
#four_show .ssbtn_item.active{color: #fc7f14;}
#four_show .sbtn_item {
    position: relative;
    margin-bottom: 80px;
}
.swiper-star{width: 100%;}
.swiper-star .swiper-slide{width: 240px;overflow: hidden;}
.swiper-star .swiper-slide img{width: 240px;height: 240px;border-radius: 50%;}
/* #yxxl .picitem .ba-ico{display: none!important;} */
#four_show #xgst .picitem .pic_con img {
    width: 320px;height: 200px;
}
#four_show #xgst .picitem .bg-mask{
    width: 320px;height: 200px;
}
#four_show #xgst .picitem .name{
    width: 320px;
}
#four_show #wdyds .picitem .tie,#four_show #sybs .picitem .tie{padding: 3px 10px;font-size: 15px;}
.zpTie {width: 900px;margin: 20px auto;font-size: 16px;}
.zpTie p{margin: 10px 0;}
.swiper1 .swiper-slide img{width: 100%;height: 100%;}
@media screen and (max-width: 1000px){
    body, #all_con {
        min-width: 100px;
    }
    #menu {
        display: block;
    position: absolute;
    top: 15px;
    right: 5px;
    z-index: 1001;
}
    
    .header {width: 100%;}
    .inner {
     width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .header .logo span {
        font-size: 18px;
        font-weight: 500;
        margin-left: 5px;
    }
    .header .menu_con {
        display: none;
    }
    .small_hover {
        display: none;
    }
    #hover_menu {
        margin-top: 15px;
        margin-right: 5px;
        margin-bottom: 60px;
    }
    #menu_cover .menus_item.haschild .arrow {
        margin-left: 2px;
        margin-top: 2px;
        border: solid #000;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 4px;
        transform: rotate(
    -45deg
    );
        -webkit-transform: rotate(
    -45deg
    );
        transition: all .2s;
        position: absolute;
        right: 50px;
        top: 12px;
    }
    .bannerLine .inner&gt;img {
        position: relative;
        top: 0;
        left: 50%;
       transform: translateX(-50%);
        width: 200%;
        margin-left: 0;
    }
    .swiper1{width: 100%;height: auto;}
    .swiper1_1{height: auto;margin-bottom: 10px;}
    .swiper1_1 img{width: 100%;}
    .swiper1_1 .swiper-slide a{display: block;width: 100%;}
    .swiper1_1 .swiper-wrapper{height: auto;}
    .activeNews.fr{width: 100%;box-sizing: border-box;}
    .timeBox {
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        width: 100%;
        display: none;
    }
    .timeBox h2 {
        text-align: center;
        line-height: 2;
        font-size: 14px;
        font-weight: 500;
    }
    .bannerLine .inner{height: auto;overflow: hidden;}
    .section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #second_show .newslist{flex-wrap: wrap;margin-bottom: 20px;}
    #second_show .newslist .newsitem{width: 100%;margin-bottom: 10px;}
    /* .swiper1 .swiper-pagination-bullets{display: none;} */
    .activeNews.fr p{padding:0 10px;box-sizing: border-box;}
    .itemTit{font-size: 20px;}
    .tabBar{display: flex;flex-wrap: wrap;justify-content: space-around;}
    .tabBar .item{margin: 10px;font-size: 16px;}
    #three_show .pic_list .picitem .pic_con img, #four_show .pic_list .picitem .pic_con img, #five_show .pic_list .picitem .pic_con img,.huigu .picitem .pic_con img {
        width: 100%;height: auto;
    }
    #three_show .pic_list .picitem, #four_show .pic_list .picitem, #five_show .pic_list .picitem {
        margin-bottom: 10px;
    }
    
    .swiper-star{display: none;}
    .starmobile{display: block;}
    #six_show #lunbo06 .swiper-slide img, #six_show #lunbo0601 .swiper-slide img, #six_show #lunbo0602 .swiper-slide img, #six_show #lunbo0603 .swiper-slide img{width: 100%;height: auto;}
    #six_show #lunbo06, #six_show #lunbo0601, #six_show #lunbo0602, #six_show #lunbo0603{width: 100%;margin-left: 0;height: auto;}
    #six_show .newlist {
        width: 100%;
    }
    #six_show .fl_newsitem .titlenews {
        max-width: 70%;
        width: 70%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    #six_show .fl_newsitem {
        line-height: 30px;
        width: 100%;
    }
    .section{padding-left: 5px;padding-right: 5px;box-sizing: border-box;}
    .huigu{padding-top: 20px;}
    .footer p{width: 100%;}
    .footer p span{width: 100%!important;}
}

</pre></body></html>