*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
outline:none;
}
*:focus {
outline:none;
}
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
    margin: 0px;
    padding: 0px;
   /* outline: none; */
    border: 0px;
}

li {
    list-style: none;
}

body {
    text-align: left;
    font-family: '微软雅黑';
    color: #333333;
    background: #fff;
}

html {
    font-size: 16px;
}

a,
ins {
    text-decoration: none;
}

a {
    color: #333333;
}

a:hover {
    text-decoration: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

a:visited, a:active, a:focus {
    text-decoration: none;
}

.contentWidth {
    width: 1200px;
}

.lf {
    float: left;
}

.rf {
    float: right;
}

.hidden {
    display: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}
.contentHF {
    max-width: 1400px;
      width: 100%;
      margin: 0 auto;
  }
 .contentHF.level{
    margin-top:29px;
}
body{
    background:url(bg.png);
    background-size: 100% 100%;
}

.gzdt{
    background: linear-gradient(white,#eff8f8);
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    padding:20px;
}
.gzdt .swiperFirst{
    float: left;
    width: 600px;
    margin-right: 29px;
}
.gzdt .swiperFirst .swiper-slide{
    position: relative;
}
.gzdt .swiperFirst .swiper-slide img{
    width: 100%;
    height: 460px;
    /* object-fit: cover; */
    border-radius: 10px;
}
.gzdt .swiperFirst .swiper-slide .slideTit{
    position: absolute;
    bottom: -2px;
    background: url(slidebg.png) no-repeat center;
    padding-left: 17px;
    width: 100%;
    border-radius: 0 0 10px 10px;
}
.gzdt .swiperFirst .swiper-slide .slideTit a{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 60px;
}
.gzdt .swiperFirst.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 20px;
    width: 30%;
    left: 76%;
}
.gzdt .swiperFirst .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}
.gzdt .swiperFirst .swiper-pagination-bullet-active{
    background-color: #f57d21;
}
.gzdtList{
  float: right;
  width: calc(100% - 629px);
  min-height:470px;
}
.gzdtList .gzdtTit{
    border-bottom: 1px solid #eeeeee;
}
.gzdtList .gzdtTit .title li{
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-right: 52px;
}
.gzdtList .gzdtTit>li{
    float: left;
}
.gzdtList .gzdtTit>li:last-child{
    float: right;
}
.gzdtList .gzdtTit .titleMore{
    font-size: 14px;
    color: #1a5284;
    line-height: 30px;
}
.gzdtList .gzdtTit .titleMore li{
    display: none;
}
.gzdtList .gzdtTit .titleMore li a{
   color:#1a5284
}
.gzdtList .gzdtTit .title li.on{
    border-bottom: 3px solid #1a5284;
    padding-bottom: 10px;
    color: #1a5284;
}
.Con .list{
    display: none;
}
.list li{
    border-bottom: 1px dashed #eee;
    line-height: 43px;
    font-size: 16px;
}
.list li:last-child{
    border-bottom: 0;
}
.list li::before{
    content: "";
    width: 5px;
    height: 5px;
    float: left;
    background-color: #1a5284;
    margin: 20px 8px 0 8px;
    border-radius: 100%;
}
.list li a{
    color: #333;
   max-width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
}
.list li a:hover{
    color: #1a5284;
}
.list li span{
    float: right;
    color: #999;
}
.list .inDetail{
    border-bottom: 1px dashed #eee;
}
.list .inDetail>a{
    color: #1a5284;
    font-size: 18px;
    font-weight: bold;
    line-height: 44px;
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.list .inDetail p{
    font-size: 14px;
    line-height: 20px;
    color: #666;
    width: 100%;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.list .inDetail .time span{
    font-size: 14px;
    color: #666;
    line-height: 33px;
    float: left;
}
.list .inDetail .time a{
    float: right;
    line-height: 33px;
}
/* 专题专栏 */
.ztzl .title{
    margin-bottom: 19px;
}
.ztzl .title p{
    float: left;
    color: #1a5284;
    font-size: 24px;
    font-weight: bold;
    background: url(ztzl.png) no-repeat center left;
    padding-left: 60px;
    padding-top: 12px;
}
.ztzl .title a{
    float: right;
    font-size: 14px;
    color: #1a5284;
    line-height: 57px;
}
.ztzl .Swiper{
    position: relative;
}
.ztzl .Swiper .swiper-slide{
    overflow: hidden;
}
.ztzl .Swiper .swiper-slide>a>img{
    width:453px;
    height: 257px;
    object-fit: cover;
    transition: all ease-out .5s;
}
.ztzl .Swiper .swiper-slide .slidetit{
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    line-height: 50px;
    padding: 0 20px;
    width: 100%;
}
.ztzl .Swiper .swiper-slide .slidetit p{
    float: left;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.ztzl .Swiper .swiper-slide .slidetit a{
    float: right;
    margin-right: 10px;
    line-height: 44px;
}
.ztzl .Swiper .swiper-slide>a>img:hover{
    transform: scale(1.1);
}
.ztzl .Swiper .swiperbutton{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    background: url(ztzlnext.png) no-repeat center;
    opacity: 1;
    cursor: pointer;
 /*   z-index:9999;   */
}
.ztzl .Swiper .swiperbutton.swiper-button-next{
    right: -58px;
}
.ztzl .Swiper .swiperbutton.swiper-button-prev{
    left: -58px;
    transform: rotateY(180deg);
}
/* 政务公开 */
.zwdt .title{
    margin-bottom: 19px;
}
.zwdt .title p{
    float: left;
    color: #1a5284;
    font-size: 24px;
    font-weight: bold;
    background: url(zwgk.png) no-repeat center left;
    padding-left: 60px;
    padding-top: 12px;
}
.zwdt .cont{
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
border-radius: 4px;
}
.zwdt .zwdtLeft{
    margin-right: 22px;
    float: left;
}
.zwdt .zwdtRight{
  float: right;
  width: 390px;
  border-radius: 4px;
}
.zwdt .zwdtRight>div{
    text-align: center;
}
.zwdt .zwdtLeftCono{
    float: left;
    width: 546px;
    border-radius: 4px;
}
.zwdt .contTit{
    border-bottom: 1px solid #eeeeee;
}
.zwdt .contTit>li{
    font-size: 20px;
    font-weight: bold;
}
.zwdt .contTit>li{
    float: left;
}
.zwdt .contTit>li:last-child{
    float: right;
}
.zwdt .contTit li a{
    font-size: 14px;
    color: #1a5284;
    line-height: 30px;
    font-weight: 500;
}
.zwdt .contTit li.on{
    border-bottom: 3px solid #1a5284;
    padding-bottom: 10px;
    color: #1a5284;
}
.zwdt .conList li{
    border-bottom: 1px dashed #eee;
    line-height: 44px;
}
.zwdt .conList li::before{
    content: "";
    width: 5px;
    height: 5px;
    float: left;
    background-color: #1a5284;
    margin: 20px 8px 0 8px;
    border-radius: 100%;
}
.zwdt  .conList li a{
    font-size: 16px;
    color: #333;
    max-width: 77%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
}
.zwdt  .conList li a:hover{
    color: #1a5284;
}
.zwdt  .conList li p{
    width: 36px;
    line-height: 20px;
    color: #fff;
    background-color: #f57d21;
    font-size: 12px;
    font-weight: bold;
    float: left;
    text-align: center;
    margin-top: 12px;
    border-radius: 4px 4px 4px 0;
}
.zwdt .zwdtLeftCono .conList li>span{
    float: right;
    font-size: 14px;
    color: #999;
}
.zwdtLeftCont{
    margin-left: 30px;
    width: 370px;
    float: right;
}
.zwdt .zwdtLeftCont .conList li a{
    max-width: 92%;
}
.zwdt .zfxxgkCon{
    margin-top: 15px;
    padding-bottom: 15px;
}
.zwdt .zfxxgkCon li{
    width: 50%;
    height: 100px;
    background-position-y: 25px !important;
    padding-top: 20px;
}
.zwdt .zfxxgkCon li:nth-child(2n+1){
    padding-right: 28px;
    border: 1px solid #eee;
    border-top: 0;
    border-left: 0;
    float: left;
}
.zwdt .zfxxgkCon li a{
    margin-top: 12px;
    text-align: center;
    width: 64px;
    float: right;
}
.zwdt .zfxxgkCon li img{
    float: left;
}
.zwdt .zfxxgkCon li:nth-child(2n){
    border-bottom: 1px solid #eee;
    float: right;
    padding-left: 29px;
}
.zwdt .zfxxgkCon li:nth-child(5){
    border-bottom: 0;
}
.zwdt .zfxxgkCon li:nth-child(6){
    border-bottom: 0;
}

/* 领导信息 */
.ldxx>div.left .Con{
    padding: 20px 20px 18px 20px;
}
.ldxx>div .Con{
    background-color: #fff;
  /*  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); */
    padding: 20px 20px 16px 20px;
    border-radius: 4px;
}
.ldxx .left{
    float: left;
    width: 340px;
    margin-right: 20px;
}
.ldxx .right{
    float: right;
    width: calc(100% - 360px);
}
.ldxx .title{
    margin-bottom: 19px;
}
.ldxx .title p{
    float: left;
    color: #1a5284;
    font-size: 24px;
    font-weight: bold;
    padding-left: 60px;
    padding-top: 12px;
}
.ldxx .left .title p{
    background: url(ldxx.png) no-repeat center left;
}
.ldxx .right .hudong{
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border: 4px;
}
.ldxx .right .title p{
    background: url(zmhd.png) no-repeat center left;
}
.ldxx .ldcon{
    background: url(ldxxbg.png) no-repeat;
    background-size:100% 100%;
    height:401px;
}
.ldxx .ldcon .tit li:first-child{
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #1a5284;
    line-height: 35px;
}
.ldxx .ldcon .tit li:last-child{
    float: right;
    line-height: 35px;
}
.ldxx .ldcon .tit li a{
    font-size: 14px;
    color: #1a5284;
}
.ldxx .ldcon .Center{
  border-radius: 4px;
  border:1px solid #dee8ee;
  padding: 16px 10px 12px 10px;
}
.ldxx .ldcon .Center .top{
border-bottom: 1px dashed #eeeeee;
padding-bottom: 12px;
}
.ldxx .ldcon .Center .top>img{
    float: left;
    max-width: 80px;
    max-height: 110px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 10px;
}
.ldxx .ldcon .Center .top p span{
    display: block;
}
.ldxx .ldcon .Center .top p span:first-child{
    font-size: 16px;
    font-weight: bold;
    color: #222;
    /* margin-bottom: 9px; */
}
.ldxx .ldcon .Center .top p span:last-child{
    font-size: 14px;
    color: #666;
}
.ldxx .ldcon .Center  .abstract{
    margin-top: 5px;
    font-size: 14px;
    color: #666;
    line-height: 22px;
}
.ldxx .ldcon .Center  .abstract p{
    margin-bottom: 9px;
    text-indent: 2rem;
}
.ldxx .ldcon .Center .abstract .btn{
    width: 100%;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    background-color: #006eab;
    text-align: center;
}
.ldxx .ldcon .Center  .abstract .btn a{
    display: inline-block;
    width: 100%;
    color: #fff;
}

.ldxx>div .ConLeft{
    float: left;
    padding-right: 30px;
    max-width: 740px;
}
.ldxx .ConLeft ul.hdtit{
    line-height: 44px;
    background-color: #f0f3f5;
    font-size: 15px;
    color: #1a5284;
}
.ldxx .ConLeft ul.hdtit li{
    float: left;
    font-weight: bold;
}
.ldxx .ConLeft ul.hdtit li:first-child{
    width: 164px;
    text-align: center;
}
.ldxx .ConLeft ul.hdtit li:nth-child(2){
  width: 306px;
  padding-left: 37px;
  text-align: left;
}
.ldxx .ConLeft ul.hdtit li:nth-child(3){
    width: 103px;
    text-align: center;
}
.ldxx .ConLeft ul.hdtit li:nth-child(4){
    width: 117px;
    text-align: center;
}
.ldxx .ConLeft tr:nth-child(2n+1){
    background-color: #fbfbfb;
}
.ldxx .ConLeft tr:nth-child(2n){
    background-color: #f2f5f7;
}
.ldxx .ConLeft .listBtn li{
    float: left;
    margin-right: 20px;
    width: calc((100% - 60px)/4);
    border: 1px solid #006eab;
    border-radius: 4px;
    background-color: #e1f0f8;
    margin-top: 19px;
   transition: all ease-out .5s;
}
.ldxx .ConLeft .listBtn li:last-child{
    margin-right: 0;
}
.ldxx .ConLeft .listBtn li a{
    text-align: center;
    color: #006eab;
    font-size: 14px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.ldxx .ConLeft .listBtn li:hover{
background-color: #006eab;
}
.ldxx .ConLeft .listBtn li:hover a{
color:#fff;
}
.ldxx .ConRight{
    float: right;
    background: url(bjcxbg.png) no-repeat;
    padding: 58px 20px 25px 20px;
    font-size: 14px;
}
.ldxx .ConRight p{
    line-height: 25px;
    color: #666;
    font-weight: bold;
line-height:40px;
}
.ldxx .ConRight input{
    width: 260px;
    height: 40px;
    padding-left: 12px;
    border: 1px solid #eee;
    border-radius: 4px;
    color: #aaa;
}
.ldxx .ConRight .yzm input{
  float:left;
width:160px;
}
.ldxx .ConRight .yzm img{
  float:right;
width:90px;
height:40px
}

.ldxx .ConRight input.btn{
    width: 100%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #006eab;
    border-radius: 4px;
    margin-top: 20px;
}
/* 发改数据和普法宣传栏目隐藏 */
.fgsj,.pfxc{
display:none;
}
/* 发改数据 */
.fgsj .title{
    margin-bottom: 19px;
}
.fgsj .title p{
    float: left;
    color: #1a5284;
    font-size: 24px;
    font-weight: bold;
    background: url(fgsj.png) no-repeat center left;
    padding-left: 60px;
    padding-top: 12px;
}
.fgsj .title .sjlist{
    margin:10px 0 0 67px;
}
.fgsj .title .sjlist,.fgsj .title .sjlist li{
    float: left;
}
.fgsj .title .sjlist li{
    padding: 0px 30px;
    background-color: #fff;
    border-radius: 20px;
    color: #666;
    font-size: 15px;
    line-height: 40px;
    font-weight: bold;
    margin-right: 16px;
    cursor: pointer;
}
.fgsj .title .sjlist li.on{
    background-color: #006eab;
    color: #fff;
}
.fgsj .fgsjCon{
    background: url(fgsjbg.png) no-repeat center;
    padding: 28px 30px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.fgsj .fgsjCon p{
    font-size: 14px;
    line-height: 25px;
    color: #666;
    margin-bottom: 17px;
}
.fgsj .fgsjConTit,.fgsj .fgsjConList{
    border: 1px solid #f4fbff;
    line-height: 52px;
}
.fgsj .fgsjConList{
    border-top: 0;
    line-height: 48px;
}
.fgsj .fgsjCon .List li{
    float: left;
    text-align: center;
}
.fgsj .fgsjCon .List li:nth-child(1){
    width: 25%;
}
.fgsj .fgsjCon .List li:nth-child(2){
    width: 25%;
}
.fgsj .fgsjCon .List li:nth-child(3){
    width:25%;
}
.fgsj  .fgsjCon .List li:nth-child(4){
    width: 25%;
}
.fgsj  .fgsjCon .List li:nth-child(5){
    width: 10.44%;
}
.fgsj .fgsjCon .List li:nth-child(6){
    width: 8.95%;
}
.fgsj .fgsjCon .List li:nth-child(7){
    width: 10.29%;
}
.fgsj .fgsjCon .List li:nth-child(8){
    width: 8.95%;
}
.fgsj .fgsjCon .List li:nth-child(9){
    width:10.57%;
}
.fgsj .fgsjConTit{
    background-color: #e1eefa;
    font-size: 16px;
    color: #666;
    font-weight: bold;
}
.fgsj .listCon .fgsjConList li{
    font-size: 16px;
    color: #666;
    
}
.fgsj .listCon .fgsjConList{
    background-color: #fff;
transition: all .25s ease;
position: relative;
    z-index: 10;
}
.fgsj .listCon .fgsjConList:hover{
box-shadow: 0 0 15px rgba(0,0,0,0.2);
z-index: 20;
}
.fgsj .listCon .fgsjConList:nth-child(2n){
    background-color: #f3f9fd;
}
/* 行政执法 */
.sgsCent .sgsUl,.sgsCent .sgsCon,.xzxkCon{
    float: left;
  }
  .sgsCent .sgsUl li{
    max-width: 40px;
    background-color: #cbe0f2;
    color: #1a5284;
    font-size: 15px;
    display: block;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 40px 13px;
    margin-right: 40px;
cursor: pointer;
  }
  .sgsCent .sgsUl li.on{
    background-color: #006eab;
    color: #fff;
    font-weight: bold;
  }
  .sgsCent .sgsCon .sgs_form,.xzxkCon .xzxk_form{
      position: relative;
      height: 40px;
      width: 436px;
  }
  .sgsCent .sgsCon .sgsConTxt,.xzxk_form .xzxkConTxt{
    position: absolute;
    left: 0;
    border-radius: 22px;
    border: 1px solid #cbe0f2;
    background-color: #f1f8fe;
    font-size: 16px;
    color: #aaa;
    padding-left: 22px;
    line-height: 39px;
    width: 100%;
  }
  .sgsCent .sgsCon .sgs_cx,.xzxk_cx{
    position: absolute;
    right: 0;
    width: 92px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    background:  url(/picture/1147/2305051117473457261.png) #006eab no-repeat 20px center;
    border-radius: 20px;
    text-indent: 32px;
  }
  .sgsCent .sgsCon .sgs_cz,.xzxk_cz{
    position: absolute;
    right: -100px;
    width: 92px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    background-color: #f57d21;
    bottom: 0;
    border-radius: 20px;
  }
  .sgsCent .sgsCon .ConNum,.ConNum{
    margin: 35px 0 18px 0;
    font-size: 14px;
    color: #666;
  }
  .sgsCent .sgsCon .ConNum span,ConNum span{
    color: #f57d21;
    font-weight: bold;
  }
  .sgsConLi,.xzxkConLi{
    width: 1242px;
  }
  .sgsConLi .sgsConLiTit,.xzxkConLi .xzxkConLiTit{
    background-color: #e1eefa;
    line-height: 53px;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    border: 1px solid #ddeaf2;
  }
  .sgsConLi li,.xzxkConLi li{
    float: left;
  }
  .sgsConLi .sgsConLiO,.xzxkConLiO{
    width: 30%;
    text-align: left;
    padding-left: 33px;
  }
  .sgsConLi .sgsConLit,.xzxkConLit{
    width: 30%;
    text-align: left;
  }
  .sgsConLi .sgsConLiTr,.xzxkConLiTr{ 
    width: 20%;
    text-align: center;
  }
  .sgsConLi .sgsConLif,.xzxkConLif{
    width: 20%;
    text-align: center;
  }
  .sgsConLiCon.sgsConUl ul,.xzxkConUl ul{
    background-color: #fff;
    border: 1px solid #ddeaf2;
    border-top: 0;
  }
  .sgsConLiCon.sgsConUl ul:nth-child(2n),.xzxkConUl ul:nth-child(2n){
    background-color: #f3f9fd;
  }
  .sgsConLiCon.sgsConUl ul li,.xzxkConUl ul li{
    line-height: 45px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 15px;
  }
/* 分页 */
 .result_paging{
    width: auto;
    margin: 20px auto 0 auto;
  }
  .result_paging .pagebg{
  display:flex;
  justify-content: center;
  }
  .result_paging .pagebg li{
    float: left;
      border: 1px solid #d9e2ea;
      background-color: #eff7fb;
      border-radius: 5px;
      height: 28px;
      line-height: 28px;
      min-width: 30px;
      text-align: center;
      padding: 0px 5px;
      margin-left: 5px;
      color: #a6a7a8;
  cursor: pointer;
  }
  .result_paging .pagebg li.xl-active,.result_paging .pagebg li:hover{
  background-color: #006eab;
      color: #FFF;
      cursor: default;
  }

  .result_paging  .pagebg li.xl-prevPage.xl-disabled,.result_paging  .pagebg li.xl-nextPage.xl-disabled,.result_paging  .pagebg li.xl-disabled:hover{
  background: none;
      color: #c0b8b8;
      cursor: not-allowed;
  }
  .result_paging  .pagebg li.xl-jumpText,.result_paging  .pagebg li.xl-jumpButton{
    display: none;
  }
/* 发改数局结束 */
/* 普法宣传 */
.pfxc .title{
    margin-bottom: 19px;
}
.pfxc .title p{
    float: left;
    color: #1a5284;
    font-size: 24px;
    font-weight: bold;
    background: url(pfxc.png) no-repeat center left;
    padding-left: 60px;
    padding-top: 12px;
}
.pfxc .title a{
    float: right;
    font-size: 14px;
    color: #1a5284;
    line-height: 57px;
    background: url(zy.png) no-repeat center left;
    width: 427px;
    padding-left: 385px;
}
.pfxc .pfxcList>div{
    float: left;
    padding: 20px 20px 0 20px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 4px;
}
.pfxc .pfxcList .ListLeft{
    padding-bottom: 38px;
}
.pfxc .pfxcList .ListLeft .video{
    float: left;
    position: relative;
    height: 320px;
}
.pfxc .pfxcList .ListLeft .video img{
    width: 570px;
   height: 100%;
    border-radius: 4px;
    cursor: pointer;
}
.pfxc .pfxcList .ListLeft .video>p{
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}
.pfxc .pfxcList .ListLeft .video>p a{
    color: #fff;
    font-size: 18px;
}
.pfxc .pfxcList .ListLeft .video>img{
  /*  position: absolute;
    bottom: calc(50% - 72px/2);
    left: calc(50% - 72px/2);
    cursor: pointer; */
}
.pfxc .pfxcList .ListLeft .videoList{
    float: right;
    margin-left: 20px;
}
.pfxc .pfxcList .ListLeft .videoList>div{
    position: relative;
    overflow: hidden;
}
.pfxc .pfxcList .ListLeft .videoList>div img{
    width: 249px;
    height: 150px;
    object-fit: cover;
    border-radius: 4px;
    transition: all ease-out .5s;
}
.pfxc .pfxcList .ListLeft .videoList>div img:hover{
    transform: scale(1.1);
}
.pfxc .pfxcList .ListLeft .videoList>div p{
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 33px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 0 0 4px 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
padding: 0 5px;
}
.pfxc .pfxcList .ListLeft .videoList>div:last-child{
    margin-top: 20px;
}
.pfxc .pfxcList .ListRight{
    margin-left: 20px;
    padding-right: 29px;
    padding-bottom: 20px;
}
.pfxc .pfxcList .ListRight li{
    margin-bottom: 19px;
}
.pfxc .pfxcList .ListRight li:last-child{
    margin-bottom: 0px;
}
.pfxc .pfxcList .ListRight li img{
    width: 150px;
    height: 100px;
    border-radius: 4px;
    transition: all ease-out .5s;
    overflow: hidden;
    object-fit: cover;
    float: left;
}
.pfxc .pfxcList .ListRight li img:hover{
    transform: scale(1.1);
}
.pfxc .pfxcList .ListRight li p{
    float: left;
    margin-left: 16px;
    position: relative;
    height: 100px;
    max-width: 285px;
    font-size: 18px;
    color: #222;
    line-height: 28px;
}
.pfxc .pfxcList .ListRight li span{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    color: #998;
}
.contentHF.swiperLink{
 position: relative;   
 margin-bottom: 36px;
}
.swiperLink .slidelink .swiper-slide{
    width:23.9%;
    overflow: hidden;
}
.swiperLink .slidelink .swiper-slide img{
    width: 100%;
    height: 100px;
    object-fit: cover;
    transition: all ease-out .5s;
}
.swiperLink .slidelink .swiper-slide img:hover{
    transform: scale(1.1);
}
.swiperLink .slidelinkButton{
    position: absolute;  
    background: url(bottomperv.png) no-repeat center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    top: 50%;
    opacity: 1;
cursor: pointer;
}
.swiperLink .slidelinkButton.slidelinkprev{
    left: -52px;
}
.swiperLink .slidelinkButton.slidelinkNext{
    transform: rotateY(180deg);
    right: -52px;
}

.BayWindow{
        display: none;
    }
.BayWindow2{
    position: fixed;
    top: 50%;
    right: 60px;
    z-index: 999;
}
.BayWindow2 li{margin-bottom: 5px;}
.BayWindow2 li:last-child{
    cursor: pointer;
}
.BayWindow2 li.erweim{
    position: relative;
}
.BayWindow2 li.erweim>div{
    display: none;
    position: absolute;
    background: url(ewmbg.png) no-repeat center;
    width: 91px;
    height: 96px;
    right: 62px;
    top: -18px;
    transform: rotate(90deg);
    box-shadow:0 8px 24px rgba(81,87,103,.26);
}
.BayWindow2 li.erweim:hover div{
    display: block;
    text-align: center;
}
.BayWindow2 li.erweim:hover div img{
margin: 16px auto 0 auto;
}
.hdphone{
display:none;
}
/* 兼容1366 */
@media (max-width:1399px) {
    .contentHF {
        padding-left:1%;
        padding-right:1%;
    }
.swiperLink .slidelinkButton,.ztzl .Swiper .swiperbutton{
        display: none;
    }
    .zwdt .zwdtLeft {
        margin-right: 12px;
    }
    .zwdt .zwdtLeftCono{
        width: 500px;
    }
    .zwdtLeftCont {
        width: 360px;
    }
	.zwdt .zwdtRight{
		width: 374px;
	}
    .ldxx .left {
        width: 330px;
        margin-right: 10px;
    }
    .ldxx .right {
        width: calc(100% - 340px);
    }
    .ldxx>div .ConLeft {
        padding-right: 20px;
        max-width: 667px;
    }
    .pfxc .pfxcList .ListRight {
        padding-right: 20px;
    }
    .ldxx .ConLeft ul.hdtit li:nth-child(2) {
        width: 258px;
    }
    .ldxx .ConLeft ul.hdtit li:nth-child(4) {
        width: 98px;
    }
    .pfxc .pfxcList .ListLeft .video img{
        width: 517px;
    }
    .zwdt .conList li a{
        max-width: 75%;
    }
}
/* 手机端 */
@media (max-width:500px) {
    .BayWindow2{
        display: none;
    }
.hdpc{
display:none;
}
.hdphone{
display:block;
}
    .swiper-button-next,.swiper-button-prev{
        display: none;
    }
    .zwdt .cont{
        padding: 10px;
        width:100%;
    }
    .title p {
        font-size: 20px !important;
    }
    .gzdt,.level{
        padding:10px;
        background:none;
    }
    .gzdt .swiperFirst {
        width: 100%;
        margin-right: 0;
    }
    .gzdt .swiperFirst .swiper-slide img {
        height: 263px;
        border-radius: 4px;
    }
    .gzdtList {
        float: right;
        width: 100%;
        margin-top: 15px;
        background: #ffffff;
        padding: 10px;
    }
    .gzdtList .gzdtTit .title li {
        font-size: 16px;
        padding: 5px 12px;
        background-color: #F5F7FB;
        border-radius: 25px;
        margin-right: 5px;
    }
    .gzdtList .gzdtTit .title li.on{
        color: #1a5284;
        margin-right: 5px;
        background: #DCF3FF;
        border-bottom: 0px;
        padding-bottom: 0px;
    }
    .gzdtList .gzdtTit .titleMore li a {
        color: #999999;
        padding-top: 6px;
        display: inline-block;
    }
    .gzdtList .gzdtTit .title li:last-child{
        margin-right: 0;
    }
    .list li a {
        width: 90%;
    }
    .list li span {
        display: none;
    }
    .ztzl .Swiper .swiper-slide {
        width: 100%;
    }
    .ztzl .Swiper .swiper-slide>a>img {
        width: 100%;
        height: auto;
    }
    .zwdt .zwdtLeft{
        width: 100%;
        margin-right: 0;
    }
    .zwdt .zwdtLeftCono,.zwdtLeftCont{
        width:100%;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .zwdt .conList li a{
        max-width: 65%;
    }
    .ldxx>div .Con{
        padding: 10px;
        width: 100%;
        overflow-x: auto;
    }
    .ldxx>div .ConLeft {
        padding-right: 10px;
    }
    .ldxx .left,.ldxx .right{
        width: 100%;
        margin-right: 0;
    }
    .ldxx .right{
        margin-top: 15px;
    }
    .ldxx>div .ConLeft .scroll{
        width: 100%;
        overflow-x: auto;
    }
    .ldxx>div .ConLeft .scroll ul ,.ldxx>div .ConLeft .scroll table{
        width: 690px;
        max-width: 690px;
    }
    .ldxx .ConRight {
        padding: 100px 20px 25px 20px;
        font-size: 14px;
        width: 100%;
        background-size: 100%;
    }
    .ldxx .ConRight>input {
        width: 100%;
    }
.fgsj .fgsjCon {
    padding: 20px 10px;
    background-size: 100%;
}
    .fgsj .title .sjlist{
        margin: 10px 0 0 0;
    }
    .fgsj .title .sjlist li{
        padding: 0 20px;
    }
    .fgsj .title .sjlist li:last-child{
        margin-right: 0;
    }
    .fgsj .fgsjCon .jgjcCon{
        padding: 10px;
        background-size: 100% 100%;
        width: 100%;
        overflow-x: auto;
    }
    .fgsj .fgsjConTit,.listCon{
        width: 1400px;
    }
.sgsCent .sgsCon{
width:100%;
}
.sgsCent .sgsUl{
    display: flex;
    justify-content: space-around;
    width: 100%;
  }
  .sgsCent .sgsUl li{
    padding: 10px 13px;
    margin-right: 2%;
    max-width: 48%;
    width: 48%;
    text-align: center;
  }
  .sgsCent .sgsUl li:last-child{
   margin-right: 0;
  }
  .sgsCent .sgsCon .sgs_form{
    width: 250px;
  }
  .sgsCent .sgsCon .sgsConLi{
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
  }
  .sgsConLi .sgsConUl{
    width:1200px;
  }

    .pfxc .title a{
        color: #999999;
        background: none;
        padding-left: 0;
        width: auto;
    }
    .pfxc .pfxcList .ListLeft .video{
        height: auto;
        width: 100%;
    }
    .pfxc .pfxcList .ListLeft .video img{
        width: 100%;
        max-height: 200px;
        object-fit: fill;
    }
    .pfxc .pfxcList .ListLeft .video>img{
        width: 40px;
        bottom: calc(50% - 40px/2);
        left: calc(50% - 40px/2);    
    }
    .pfxc .pfxcList .ListLeft .video>p{
        bottom: 3px;
    }
    .pfxc .pfxcList .ListLeft .videoList{
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
display:none;
    }
    .pfxc .pfxcList .ListLeft .videoList>div img{
        width: 100%;
        max-height: 233px;
        height: auto;
    }
    .pfxc .pfxcList .ListRight{
        margin-left: 0;
    }
    .pfxc .pfxcList .ListRight li p {
        max-width: calc(100% - 166px);
        font-size: 16px;
    }
    .pfxc .pfxcList .ListRight li p a{
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .ztzl .title a,.zwdt .contTit li a,.ldxx .ldcon .tit li a{
        color:#999999;
    }
    .gzdtList .gzdtTit {
        border-bottom:0px;
    }
    .fgsj .title p{
        float:none;
    }
    .zwdt .contTit {
        border-bottom: 0px;
    }
    .zwdt .contTit li.on{
        padding: 5px 12px;
        background-color: #DCF3FF;
        border-radius: 25px;
        margin-right: 5px;
        border-bottom: 0px;
    }
}
@media (max-width:400px) {
    .ldxx .ConLeft .listBtn li {
        margin-right: 10px;
        width: calc((100% - 40px)/4);
    }
}