@charset "utf-8";

/*全局*/
body{background:#fff;padding:0;margin:0;font-size:16px;line-height:30px;font-family:'Microsoft YaHei';}
ul,form,dd,dt,dl,h1,h2,h3,h4,p{padding:0;margin:0;}
a{color:#333333;text-decoration:none;}
a:hover{color:#ff9724 !important;}
i{text-decoration:none;font-style:normal}
.W{width:1200px;margin:0 auto;}
.CL{clear:both;}
li{list-style:none;}
img{border:0;}
.Mt7{margin:10px 0 0 0;}
.Non{display:none;}

html,body{height:100%;overflow:hidden;}

.box{width:1920px;height:100%;background:url('http://fj.news.cn/zhuanti/2025/hqf/images/p1.jpg') no-repeat center 50%;background-size:100% 100%;position:relative;}

.p1{top:0;left:0;bottom:0;right:0;position:absolute;}

.biaoti{background-image:url('http://fj.news.cn/zhuanti/2025/hqf/images/biaoti.png');background-size:100% auto;background-repeat:no-repeat;width:1308px;height:99px;position:absolute;left:50%;margin:0 0 0 -654px;top:200px;animation: pulse1 1.5s;-moz-animation: pulse1 1.5s;-webkit-animation: pulse1 1.5s;-o-animation: pulse1 1.5s;}
.biaoti1{background-image:url('http://fj.news.cn/zhuanti/2025/hqf/images/biaoti1.png');background-size:100% auto;background-repeat:no-repeat;width:1417px;height:218px;position:absolute;left:50%;margin:0 0 0 -708px;top:350px;animation: zoomIn 3s;-moz-animation: zoomIn 3s;-webkit-animation: zoomIn 3s;-o-animation: zoomIn 3s;}
.logo{background-image:url('http://fj.news.cn/zhuanti/2025/hqf/images/logo.png');background-size:100% auto;background-repeat:no-repeat;width:343px;height:101px;position:absolute;left:2%;top:2%;animation: fadeIn 3s;-moz-animation: fadeIn 3s;-webkit-animation: fadeIn 3s;-o-animation: fadeIn 3s;}

/*收缩*/
@-webkit-keyframes heightOut {

  0% {
  height:100%;
  overflow:hidden;
  }

  100% {
  height:0;
  overflow:hidden;
  }
}

@keyframes heightOut {

  0% {
  height:100%;
  overflow:hidden;
  }
  100% {
  height:0;
  overflow:hidden;
  }
}
.heightOut {
  animation: zoomOut 2s;-moz-animation: zoomOut 2s;-webkit-animation: zoomOut 2s;-o-animation: zoomOut 2s;animation-fill-mode: forwards;-moz-animation-fill-mode: forwards;-webkit-animation-fill-mode: forwards;
}

.p2{display:none;}
.p2.on{top:0;left:0;bottom:0;right:0;position:absolute;display:block;}

.biaoti2{background-image:url('http://fj.news.cn/zhuanti/2025/hqf/images/biaoti2.png');background-size:100% auto;background-repeat:no-repeat;width:640px;height:400px;position:absolute;left:0;top:43%;margin:-250px 0 0 0;animation: bounceInLeft 3s;-moz-animation: bounceInLeft 3s;-webkit-animation: bounceInLeft 3s;-o-animation: bounceInLeft 3s;}

.con{width:1000px;height:800px;position:absolute;left:700px;top:50%;margin:-400px 0 0 0;animation: bounceInRight 3s;-moz-animation: bounceInRight 3s;-webkit-animation: bounceInRight 3s;-o-animation: bounceInRight 3s;}

.nav{width:1000px;height:110px;position:absolute;left:0;bottom:30px;text-align:center;}
.nav li{background-image:url('http://fj.news.cn/zhuanti/2025/hqf/images/nav.png');background-repeat:no-repeat;width:205px;height:110px;display:inline-block;cursor:pointer}
.nav li.on{background-image:url('http://fj.news.cn/zhuanti/2025/hqf/images/nav1.png');}

.nav li:nth-child(1){background-position:0 0;}
.nav li:nth-child(2){background-position:-200px 0;}
.nav li:nth-child(3){background-position:-400px 0;}
.nav li:nth-child(4){background-position:-600px 0;}

.tab{width:1000px;height:660px;display:none;}
.tab.on{display:block;}

h1{font-size:36px;font-weight:600;color:#902200;height:100px;line-height:100px;background:url('http://fj.news.cn/zhuanti/2025/hqf/images/hbg.png') repeat-x 0 bottom;text-align:center;}
h1 a{color:#902200;}

.left01{width:560px;float:left;padding:40px 0 0 0;}
.right01{width:420px;float:right;padding: 0;}

/*焦点图*/
.jdtnews {
  width:560px; height:380px; overflow:hidden; position:relative;
}
.jdtnews .swiper-slide {
  text-align: center;
  width:560px; 
  height:380px; 
}

.jdtnews .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jdtnews .swiper-slide div{position:relative;display:block;height:50px;top:-50px;color:#fff;font-size:16px;padding:0 0 0 15px;line-height:50px;text-align:left;background: rgba(0, 0, 0, .65); background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .65))); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%); background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);}
.jdtnews .swiper-slide div a{color:#fff !important;}

.jdtnews .swiper-pagination-bullet {
  width:10px; height:10px; background:#fff; cursor:pointer;text-indent:-999em;opacity:1;border-radius:5px;transition: All 0.6s ease-in-out;-webkit-transition: All 0.6s ease-in-out; -moz-transition: All 0.6s ease-in-out;-o-transition: All 0.6s ease-in-out;
}

.jdtnews .swiper-pagination-bullet-active {
  background:#dd6b06;border-radius:5px;opacity:1;width:25px;
}
.jdtnews .swiper-pagination{text-align:right;width:99% !important;}


.dh01{display:none;}
.dh02{height:150px;background:url('http://fj.news.cn/zhuanti/2025/hqf/images/dh02.png') no-repeat center 50%;display:block;}
.dh03{height:150px;background:url('http://fj.news.cn/zhuanti/2025/hqf/images/dh03.png') no-repeat center 50%;display:block;}
.dh04{height:150px;background:url('http://fj.news.cn/zhuanti/2025/hqf/images/dh04.png') no-repeat center 50%;display:block;}
.dh05{height:150px;background:url('http://fj.news.cn/zhuanti/2025/hqf/images/dh05.png') no-repeat center 50%;display:block;}



.xpage-more-btn {
    width: 100px;
    text-align: center;
    border:1px solid #bbb;
    background: #eee;
    line-height: 2em;
    border-radius: 0.5em;
    cursor: pointer;
    clear:both;
    margin:10px auto;
    }
    .xpage-more-btn:hover {
    background: #ddd;
    }
    .xpage-more-btn:active {
    background: #ccc;
    }
    .xpage-content-list{height:450px;overflow-y:scroll;margin:35px 0 0 0;}
    .xpage-content-list li{padding:6px;width:400px;border-bottom: 2px dashed #cdcdcd}
    .xpage-content-list .a a{display:block;font-size:16px;line-height:1.8em;font-weight:400;}
    .xpage-content-list .aa .img{width:120px;height:80px;float:left;overflow:hidden;}
    .xpage-content-list .aa img{width:100%;height:100%;border-radius:5px;}
    .xpage-content-list .aa .C{width:270px;float:right;min-height:80px;display:table;}
    .xpage-content-list .aa .C h3{font-size:16px;line-height:1.5em;font-weight:400;display:table-cell;vertical-align:middle;}
    .xpage-content-list .aa .C p{color:#777777;font-size:16px;line-height:1.8em;text-indent:2em;text-align:justify;}
    .xpage-content-list .aaa dl{display:block;clear:both;padding:5px 0;}
    .xpage-content-list .aaa dt{display:inline-block;background:#165cd0;padding:0 10px;color:#fff;margin:0 10px 0 0;}
    .xpage-content-list .aaa dl a{font-size:16px;line-height:1.1em;font-weight:400;}
    .xpage-content-list .aaa .img a{display:inline-block;width:120px;height:75px;padding:0 5px;overflow:hidden;}
    .xpage-content-list .aaa .img img{width:100%;height:100%;border-radius:5px;}
    .xpage-content-list::-webkit-scrollbar
    {
    width: 3px;
    height: 3px;
    background-color: #cdcdcd;
    opacity:1;
    }
    .xpage-content-list:hover::-webkit-scrollbar
    {
    width: 3px;
    height: 3px;
    background-color: #cdcdcd;
    opacity:1;
    }
    .xpage-content-list::-webkit-scrollbar-track
    {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 2px;
    background-color: #f5f5f5;
    }
    /*定义滑块 内阴影+圆角*/
    .xpage-content-list::-webkit-scrollbar-thumb
    {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
    }

  .list-more{text-align: center;padding:50px 0;}
  .list-more span{display:inline-block;font-size:16px;line-height: 46px;background-color: #2461c7;color: #fff;border-radius: 8px;width: 270px;cursor: pointer;}

  .left02{width:605px;float:left;}
  .right02{width:380px;float:right;}

  .left02 li{position:relative;width:295px;height:485px;float:left;}
  .left02 li img{width:100%;height:100%;display:block;}
  .left02 li div{background:rgba(0,0,0,0.6);position:absolute;left:0;right:0;bottom:0;padding:10px;font-size:16px;color:#fff;line-height:1.5em;}
  .left02 li div a{color:#fff;}
  .left02 li:last-child{float:right;}

  .right02 li{position:relative;height:235px;display:block;}
  .right02 li img{width:100%;height:100%;display:block;}
  .right02 li div{background:rgba(0,0,0,0.6);position:absolute;left:0;right:0;bottom:0;padding:10px;font-size:16px;color:#fff;line-height:1.5em;}
  .right02 li div a{color:#fff;}
  .right02 li:last-child{margin:15px 0 0 0;}

.tw02{background:url('http://fj.news.cn/zhuanti/2025/hqf/images/lbg.png') repeat-x 0 bottom;padding:10px 0;height:100px;clear:both;}
.tw02 img{width:135px;height:100px;float:left;}
.tw02 div{position:relative;width:450px;height:100px;float:right;}
.tw02 div h2{font-size:20px;font-weight:500;line-height:1.2em;padding:0 0 5px 0;}
.tw02 div p{text-indent:2em;font-size:16px;color:#555555;line-height:1.5em;}
.tw02 .more{color:#e82a11;position:absolute;right:10px;bottom:-10px;}

.left03{width:600px;float:left;}
.right03{width:330px;float:right;}

.right03 li{width:330px;height:235px;display:block;}
.right03 li img{width:100%;height:100%;}
.right03 li:first-child{margin:0 0 15px 0;}


.left04{width:480px;float:left;}
.right04{width:480px;float:right;}

.tw04{width:480px;height:190px;position:relative;}
.tw04 img{position:absolute;width:210px;height:150px;top:0;right:0;z-index:2;}
.tw04 div{background:#efefef;width:240px;height:150px;padding:20px 70px 20px 20px;}
.tw04 div h2{font-size:18px;font-weight:500;line-height:1.4em;padding:0 0 5px 0;}
.tw04 div p{text-indent:2em;font-size:16px;color:#555555;line-height:1.5em;text-align:justify;}
.tw04 .more{color:#fff;position:absolute;right:0px;bottom:0px;background:#f05342;display:inline-block;width:65px;height:27px;line-height:27px;font-size:14px;text-align:center;}


.tw04a{position:relative;float:right;background:url('http://fj.news.cn/zhuanti/2025/hqf/images/lbg.png') repeat-x 0 bottom;padding:20px 0;clear:both;}
.tw04a h2{font-size:20px;font-weight:500;line-height:1.2em;padding:0 0 10px 0;}
.tw04a p{text-indent:2em;font-size:16px;color:#555555;line-height:1.5em;}
.tw04a .more{color:#e82a11;position:absolute;right:10px;bottom:5px;}

#part3 {
    width: 1000px;
    height:450px;
    /*height: 950px;*/
    overflow: hidden;
    position:relative;
    /*border:1px solid red;*/
}
#part3 ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 28px;
}
#part3 .swiper-container{
}
#part3 figure{
    width: 800px;
    height: 442px;
}
#part3 figure img{
width:100%;
height:100%;
    display: inline-block;
}

figure{padding:0;margin:0;}
.swiper-slide div{position:absolute;display:block;height:40px;bottom:0;width:800px;color:#fff;background:rgba(0,0,0,0.5);font-size:16px;line-height:40px;text-align:center;}
.swiper-slide div a{color:#fff !important;}

#part3 .swiper-button-prev{background:url('http://fj.news.cn/2021zt/yjfjsdsycddh/images/prev.png') no-repeat 0 0;width:50px;height:70px;position:absolute;top:200px;left:0;z-index:9999;}
#part3 .swiper-button-next{background:url('http://fj.news.cn/2021zt/yjfjsdsycddh/images/prev.png') no-repeat right 0;width:50px;height:70px;position:absolute;top:200px;right:0;z-index:9999;}

.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right{display:none;}

.tw01a{display:none;}

.ads_tgxx{position:absolute;top:0px;left:70%;width:100px;height:30px;font-size:16px;background:#222222;}
.ads_tgxx p{font-family:'微软雅黑';font-size:16px;line-height:30px;color:#fff;text-align: center;}