a {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #9a0004;
    text-decoration: none;
}
.h_top {
  border-bottom: 1px solid #dddddd;
  color: #000;
  z-index: 88;
  font-size:15px;
}
.h_top_box {
    display: flex;
    align-items: center;
    padding: 6px 0px;
}
.h_top_hy {
    display: flex;
    align-items: center;
    flex:1;
}
.h_top_fw {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
#back-to-top{
  position: fixed;
  bottom: 100px;
  right: 2%;
  z-index:9999;
}
#back-to-top img{
  width:60px;
}
.search-box {
    position: relative;
    border: 1px solid #9b0004;
}
.search-box input {
    outline: none;
    height: 36px;
    line-height: 36px;
    border: 0;
    color: #999;
    padding: 0 0 0 10px;
}
.wp_search tr td{
  display:inline-block;
  padding:0;
  height:36px;
}
.wp_search .search {
    width: 48px;
    height: 36px;
    background: url(../images/search.png) no-repeat right center;
}
.neirongbox .title {
  font-size:24px;
  padding:10px 0px 20px 0px;
  text-align:center;
  margin:0px;
  font-weight:bold;
}
.shijian{
  padding:0px 0px 20px 0px;
  text-align:center;
  margin-bottom:20px;
  color:#999999;
  font-size:15px;
  border-bottom:1px solid #f6f6f6;
}
.h_top img {
  vertical-align: middle;
  padding-bottom: 3px;
  margin-right: 8px;
}
.wap-hidden{
  display:block;
}
.pc-hidden{
  display:none;
}

.h_top span,
.h_top a {
  display: inline-block;
}

.ht_fl {
  float: left;
}

.ht_fr {
  float: right;
}

.h_center {
  padding: 20px 0;
  z-index: 99;
  display:flex;
  align-items:center;
}
.h_center img {
    width: 590px;
    display:block;
}
.h_center .h_cen_fl {
  flex:1;
  float: left;
}

.h_center .h_cen_fr {
  float: right;
  text-align: center;
}

.h_center .h_cen_fr img {
  width: 326px;
}

.h_center .h_cen_fr p {
  text-align: center;
  font-size: 14px;
  color: #999;
}

.road1 {
  background: #5676ba;
  margin-bottom: 2px !important;
}

.back {
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 9999;
}

.back img {
  border: 1px solid #9a0004;
  border-radius:50%;
  overflow:hidden;
  display:block;
  background:#9a0004;
  width: 60px;
  height: 60px;
}

.road2 {
  background: #ba5656;
  margin-bottom: 2px !important;
}

.road3 {
  background: #4c9d88;
}

.road4 {
  background: #e6bc6b;
}
/*导航下拉*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  list-style: none;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99999;
}

.one_ul li {
  width: calc(1300px / 8);
}

.oneli:hover {
  background: #026bc6;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu {
  background: #990004;
  width: 100%;
}

#cssmenu ul {
  font-size: 0;
  text-align: center;
}

#cssmenu ul li {
  float: left;
}

#cssmenu ul li:hover{
  background: #cb0c11;
}

#cssmenu ul li a {
  text-align: center;
  padding: 15px 4px;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff !important;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

/*#cssmenu ul .has-sub a {
  padding-right: 25px;
}*/

#cssmenu .has-sub .after_has_a {
  background: url(../images/jiantou.png) no-repeat 124px center;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}

#cssmenu .has-sub:hover .show_ul {
  left: auto;
}

#cssmenu .show_ul .has-sub:hover ul {
  left: auto;
}

#cssmenu ul ul ul {
  margin-left: 143%;
  top: 0;
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}

#cssmenu ul li:hover ul li {
  height: 45px;
}

#cssmenu ul ul li a {
  font-size: 14px;
  font-weight: normal;
  background: rgba(153,0,4,.9);
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*height: 42px;
  line-height: 42px;*/
}

#cssmenu ul ul li:hover a,
#cssmenu ul ul li a:hover {
  color: #fff;
}

#cssmenu ul .show_ul .has-sub .after_has_a {
  background: url(../images/xiangyou.png) no-repeat 140px center, #333 !important;
}

.addposit {
  display: none;
}

/*导航下拉结束*/

.pc_banner {
  width: 100%;
}

.pc_banner img {
  width: 100%;
  vertical-align: bottom;
}

.move_show {
  display: none;
}

.first_box {
  /* border: 1px solid #dddcdd;
  padding: 20px;
  width: calc(100% - 42px); */
  margin-bottom: 36px;
}

.flbox {
  float: left;
  width: 69%;
  padding-right: 18px;
  border-right: 1px solid #dddcdd;
}

.flbox dl,
.frbox dl,
.twoflbox dl,
.twofrbox dl,
.rightactive .twofrbox1 dl,
.rightactive .twofrbox2 dl,
.last1 dl,
.last2 dl {
  line-height: 46px;
  margin-bottom: 20px;
  margin-top: 0;
  border-bottom: 2px solid #d9d9d9;
}

.flbox dl {
  background: url(../images/tit1.png) no-repeat left center;
}

.frbox dl {
  background: url(../images/tit2.png) no-repeat left center;
}

.addpad dl {
  background: url(../images/tit3.png) no-repeat left center;
}

.addpad2 dl {
  background: url(../images/tit4.png) no-repeat left center;
}

.addpad3 dl {
  background: url(../images/tit7.png) no-repeat left center;
  height: 46px;
}

.last1 dl {
  background: url(../images/tit5.png) no-repeat left center;

}

.last2 dl {
  background: url(../images/tit6.png) no-repeat left center;

}

.addpad3 li {
  width: calc(100% - 40px);
  border-bottom: 0 !important;
}

.fir_li_p {
  margin-bottom: 0px;
}

.li1,
.li2,
.li3 {
  margin-bottom: 16px;
}

.li1,
.li2,
.li3,
.li4 {
  padding: 9px 20px;
}
.li1:hover,.li2:hover,.li3:hover,.li4:hover{
  background:#9a0004;

}
.li1 img,
.li2 img,
.li3 img,
.li3 img,
.li4 img {
  float: left;
  width: 46px;
  margin-right: 12px;
}

.li1 span,
.li2 span,
.li3 span,
.li3 span,
.li4 span {
  font-size: 18px;
  float: left;
  font-weight: bold;
  color: #fff;
  width: 100%;
  text-align: center;
  letter-spacing: 0px !important;
  line-height:38px;
}
.li1 span font,
.li2 span font,
.li3 span font,
.li3 span font,
.li4 span font{
    font-size: 14px;
    float: left;
    font-weight: normal;
    color: #fff;
    width: 100%;
    text-align: center;
    letter-spacing: 0px;
  }
.li1 {
  background: #e6bc6a;
  height: auto;
}

.li2 {
  width: 100%;
  background: #5776b9;
  height: auto;
}

.li3 {
  width: 100%;
  background: #ba5656;
  height: auto;
}

.li4 {
  width: 100%;
  background: #4b9d87;
  height: auto;
}

.leftactive .twoflbox dl {
  background: url(../images/tit5.png) no-repeat left center;
}

.rightactive .twofrbox1 dl {
  background: url(../images/tit6.png) no-repeat left center;
}

.rightactive .twofrbox2 dl {
  background: url(../images/tit7.png) no-repeat left center;
}

.leftactive {
  float: left;
  width: 46%;
}

.leftactive .twoflbox {
  width: 100%;
  border-right: 0;
}

.leftactive .twofrbox {
  width: 100%;
}

.leftactive .twoflbox ul li {
  float: left;
  width: calc(33.33333% - 14px);
  margin: 0 7px;
}

.leftactive .twoflbox ul li img {
  width: 100%;
}

.rightactive {
  float: right;
  width: 46%;
}

.rightactive .twofrbox1,
.rightactive .twofrbox2 {
  width: 48%;
}

.rightactive .twofrbox1 {
  float: left;
  border-right: 1px solid #dddcdd;
  padding-right: 10px
}

.rightactive .twofrbox2 {
  float: right;
}

.flbox dt,
.frbox dt,
.twoflbox dt,
.twofrbox dt,
.leftactive .twoflbox dt,
.rightactive .twofrbox1 dt,
.rightactive .twofrbox2 dt,
.last1 dt,
.last2 dt {
  float: left;
  color: #990004;
  padding-left: 40px;
  font-weight: bold;
  font-size: 22px;
  border-bottom: 2px solid #990004;
  position: absolute;
}

.flbox dd,
.frbox dd,
.twoflbox dd,
.twofrbox dd,
.leftactive .twoflbox dd,
.rightactive .twofrbox1 dd,
.rightactive .twofrbox2 dd,
.last1 dd,
.last2 dd {
  font-size: 14px;
  color: #333;
  float: right;
  font-weight: bold;
}

.frbox {
  float: right;
  width: 28%;
}

.news_list .left {
  float: left;
  width: 45%;
  margin-right: 0px;
  box-shadow: 0px 0px 10px #cccccc;
}

.news_list .left img {
  width: 100%;
}

.news_list .right {
  float: right;
  width: 52%;
}

.news_list .right li,
.frbox .right li {
  border-bottom: 1px dashed #dedede;
  line-height: 50px;
    background: url(../images/dot.png) no-repeat left center;
}
.news_list .right li:hover,
.frbox .right li:hover {
    background: url(../images/dot_hover.png) no-repeat left center;
}
.twofrbox .right li {
  border-bottom: 1px dashed #dedede;
  line-height: 50px;
	border-radius:8px;
}

.news_list .right li .span1 {
  width: 67%;
}

.frbox .right li {
  width: 100%;
}

.frbox .right li .span1 {
  width: 67%;
}

.news_list .right li .span1,
.frbox .right li .span1 {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_list .right li .span1 i,
.frbox .right li .span1 i {
  font-weight: bold;
  color: #e6bd43;
  font-style: normal;
}

.news_list .right li .span2 {
  width: 21%;
}

.frbox .right li .span2 {
  width: 25%;
}

.news_list .right li .span2,
.frbox .right li .span2 {
  float: right;
  color: #999;
  font-size: 14px;
}

.news_list .describe,
.frbox .right .describe {
  width: 100%;
}

.news_list .describe img,
.frbox .right .describe img{
  width: 100%;
  display:block;
}

.twofrbox1 div {
  width: 100%;
}

.twofrbox1 div img {
  width: 100%;
}

.ad {
  margin-bottom: 36px;
  z-index: 233;
}

.smallban {
  width: 100%;
  margin-bottom:36px;
}

.smallban img {
  width: 100%;
  display:block;
}

.fir_li .leftimg {
  float: left;
  width: 45%;
  margin-right:10px;
}

.fir_li div {
/*  float: right;
  width: 51%;
  border-bottom: 1px dashed #dedede;
  padding-bottom: 6px;*/
}

.fir_li {
  border-bottom: 0 !important;
}
.fir_li div .one_p {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 20px;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fir_li div .two_p {
  line-height: 20px;
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display:-webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.fir_li div .two_p2{
  overflow: hidden;
  text-overflow: ellipsis;
  display:-webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*选项卡   切换*/
.move_tab {
  display: none;
  border-bottom: 1px solid #4c9d88;
}

.first1 {
  position: relative;
}

.twoflbox {
  float: left;
  width: calc(33% - 20px);
  border-right: 1px solid #dddcdd;
}

.twofrbox {
  width: calc(33% - 30px);
  float: left;
}

.addpad {
  padding: 0 20px 0 0;
}

.addpad2 {
  padding: 0 20px;
}

.addpad3 {
  padding-left: 20px;
}

.tabs_default .horizontal li {
  float: left;
  width: 98px;
  background: #4c9d88;
  text-align: center;
  padding: 6px 0;
  margin: 0 5px;
}

.tabs_default .horizontal li a {
  color: #fff;
}

.tabs_default div .more {
  position: absolute;
  top: 34px;
  right: 51%;
  font-size: 14px;
  color: #666;
}

.tabs_default .horizontal {
  position: absolute;
  top: 28px;
  left: 142px;
}

.tabs_default .horizontal .active {
  background: none;
  border: 1px solid #4c9d88;
}

.tabs_default .horizontal .active a {
  color: #4c9d88;
  font-weight: bold;
}

.tabs_default div ul li {
  border-bottom: 1px dashed #dedede;
  line-height: 50px;
    background: url(../images/dot.png) no-repeat left center;
}

.tabs_default div ul li:hover {
    background: url(../images/dot_hover.png) no-repeat left center;
}

.tabs_default div ul li .span1,
.twofrbox .right li .span1 {
  float: left;
  width: 67%;
  overflow: hidden;
  text-overflow: hidden;
  white-space: nowrap;
}

.tabs_default div ul li .span2,
.twofrbox .right li .span2 {
  float: right;
  color: #999;
  font-size: 14px;
}

.twofrbox2 ul {
  margin: 0 auto;
  width: 95%;
}

.twofrbox2 ul li {
  float: left;
  margin: 6px;
  width: calc(45% - 4px);
  height: 63px;
}

.twofrbox2 ul li img {
  width: 100%;
}

.friendlink {
  line-height: 89px;
  border-top: 1px solid #990004;
}

.friendlink ul li {
  float: left;
  width: calc(100% / 10);
  text-align: center;
}

.friendlink ul li a:hover {
  color: #990004;
}

.pc_btm,
.move_btm {
  background: #990004;
  color: #fff;
  text-align: center;
  padding: 34px 0;
}

.mbxnav {
  line-height: 60px;
  background: #f0f0f0;
  padding: 0 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;

}

.neirongye {
  color: #666666;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 30px;
}

.neirongye h2 {
  text-align: center;
  margin: 0;
}

.neirongye .shijian {
  text-align: center;
  color: #9f9f9f;
  font-size: 16px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 14px;
  margin-top: 6px !important;
  margin-bottom: 36px;
}

.contquyu {
  padding: 0px;
font-family:"微软雅黑" !important;
}

.fanye {
  padding: 0 10px;
}

.contstart .leftlist {
  float: left;
  width: 28%;
  border-right: 1px solid #e6e6e6;
  padding-bottom: 100px;
}

.contstart .rightcont {
  float: right;
  width: 68%;
  padding-bottom: 30px;
}

.contstart .leftlist ul .bigtit {
  background: url(../images/listitbg.png) no-repeat left center;
  line-height: 46px;
  height: 58px;
  color: #fff;
  font-size: 18px;
  font-weight:bold;
  text-align:center;
  padding-right: 26px;
}

.contstart .leftlist ul .movemargin {
  width: 62%;
}

.contstart .leftlist ul .movemargin {
  background: #f6f6f6;
  line-height: 58px;
  height: 58px;
  color: #555;
  width: 54%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-top: 8px;
  margin-left: 20px;
  padding-left: 20px;
}

.contstart .leftlist ul .movemargin:hover {
  background: #fff0f0;
  color: #222;
}

.contstart .rightcont ul li {
  border-bottom: 1px solid #e8e8e8;
}

.contstart .rightcont ul li .datetz {
  font-size: 14px;
  color: #5676ba;
}

.contstart .rightcont ul li a .ptit {
  font-size: 16px !important;
  color: #333 !important;
  width: 60%;
}

.contstart .rightcont ul li a .ptit,
.contstart .rightcont ul li a .describe {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contstart .rightcont ul p {
  margin: 12px 0;
}

.sp_header,
.sjj_nav {
  display: none;
}

.move_btm {
  display: none;
}

.biaoti {
  float: left;
}

.last1 {
  width: 49%;
  float: left;
}

.last2 {
  width: 49%;
  float: right;
}
.moveleftimg{
  display:none;
}

.news_list .right li a:hover, .frbox .right li a:hover, .twofrbox .right li a:hover,.tabs_default div ul li a:hover{
  color:#990004;
}
.describe a{
  color:#999;
}
.fir_li div .one_p:hover  {
  color:#990004 !important;
}

.moveshow{
  display:none;
}

@media only screen and (max-width:1350px) {
  .bigbox {
    width: 96%;
  }
}

@media only screen and (max-width:1320px) {
  .fir_li .leftimg {
    height: 118px;
  }

  .fir_li .leftimg2 {
    height: 180px;
  }
}

@media only screen and (max-width:1300px) {
   .ad{
     width:1300px;
   }
  .h_top{
    border-bottom:0;
  }
  .h_top .bigbox{
    border-bottom: 1px solid #dddddd;
}
  .one_ul{
    display:block;
  }

  .pc_btm{
    width:1300px;
  }

  .owl-carousel{
    width:1300px;
  }

  .bigbox{
    width:1300px;
  }
  .h_center img {
    width: 100%;
  }
  #cssmenu{
  width:1300px;
  }
  .first_box{
    padding:20px;
  }
  .smallban{
    width:1300px;
  }
  /* .bigbox {
    width: 90%;
  } */
  #cssmenu .oneli {
    width: 144.44px;
  }

  #cssmenu ul li a {
    padding: 20px 0;
  }

  #cssmenu .has-sub .after_has_a {
    background: url(../images/jiantou.png) no-repeat 80px center;
  }

  .tabs_default .horizontal li {
    width: 80px;
  }

  .twofrbox2 ul li {
    height: 53px;
  }
  .friendlink{
    padding:0 20px;
    width:1260px;
  }
}

@media (min-width:1024px) and (max-width:1040px)  {
  .one_ul{
    display:block !important;
  }
}
@media (min-width:1024px) and (max-width:1078px)  {
  .frbox dt{
    width:11% !important;
  }
}
  @media only screen and (max-width:1023px) {
    .search-box {
        display: none;    
    }
	.wp_entry{
		width:auto;
		overflow:scroll;
		overflow-x:auto;
	}
	.contquyu{
 	 padding: 0px;
		padding-bottom:0px;
		width:auto;
		overflow:scroll;
		overflow-x:auto;
	}
    .moveshow{
      display:block;
      margin-bottom:36px;
    }
   .menu_show_tit{
      background:#9a0004;
      color:#fff;
      padding: 0 14px ;
      font-weight: bold;
      font-size: 18px;
      line-height:46px;

   }
.contstart .rightcont {
    padding-bottom: 20px;
}
.mbxnav {
    line-height: 50px;
    background: #f0f0f0;
    padding: 0px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
text-align:center;
}
   .oneimg,.twoimg{
     width:30px;
   }
   .oneimg{
     float:left;
     padding-top:8px;
     margin-right:10px;
   }
    .twoimg{
      float:right;
      padding-top:8px;

    }
    .moveshow li{
      border-bottom:1px solid #f0f0f0;
      line-height:46px;
      padding-left:13px;
      font-size:16px;
    }

    .moveshow li span{
      float:left;
    }

    .jinr{
      float:right;
      width:16px;
      padding-top:16px;
      padding-right:8px;  
    }


    .mbxnav {
      font-size: 14px;
    }
  
    .tabs_default .horizontal li {
      width: 72px;
    }
    .ad{
      width:100%;
    }
    .addpad {
      padding: 0 !important;
  }
  .fir_li div .one_p{
    border-bottom: 1px dashed #dedede;
    padding-bottom: 10px;
  }
  .moveleftimg{
    display:block;
    width:100%;
    margin-bottom:16px;
  }
  .news_list .describe, .frbox .right .describe{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 28px;
  
  }
  .leftimg{
    display:none;
  }
  .fir_li div .two_p {

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
  .li1 span, .li2 span, .li3 span, .li3 span, .li4 span{
    font-size: 16px;
    float: left;
    font-weight: bold;
    color: #fff;
    width: 100%;
    text-align: center;
    letter-spacing: 0px;
line-height: 40px;
  }
  .smallban {
    width: calc(100% - 30px);
    margin: 0 auto;
}
  .flbox {
    padding-right: 0 !important;
  }
  .addpad2,
  .addpad3 {
    padding: 0;
  }

  .last1,
  .last2 {
    width: 100%;

  }

  .fir_li .leftimg {
    width: 100%;
    margin-bottom: 16px;
  }

  .fir_li_p {
    display: none;
  }

  .fir_li div {
    width: 100%;
  }

  .describe img {
    width: 100%;
    ;
  }

  .back {
    display: none;
  }

  .h_cen_fr {
    display: none;
  }

  .pc_btm {
    display: none;
  }

  .move_btm {
    display: block;
    padding:12px 0;
  }

  .move_btm span {
    display: block;
    padding: 10px 0;
  }

  .sp_header,
  .sjj_nav {
    display: block;
  }

  .h_top {
    display: none;
  }

  .leftactive {
    display: none;
  }

  .tzbigbox {
    margin: 0 auto;
    padding: 0 10px;
  }

  .leftlist {
    display: none;
  }

  .rightcont {
    float: none !important;
    width: calc(100% - 40px) !important;
  }

  .neirongye {
    color: #666666;
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 30px;
  }

  .twofrbox2 ul li {
    float: left;
    width: calc(46% - 4px);
    text-align: center;
    height: auto;
    margin-bottom: 8px !important;
  }

  .twofrbox2 ul li img {
    width: 100%;
  }

  .leftactive,
  .rightactive {
    margin: 0 auto;
    background: #fff !important;
  }

  .move_tab {
    display: block;
    height: 36px;
  }

  .tabs_default .horizontal {
    width: 100%;
    top: 74px;
    left: 0;

  }

  .tabs_default .horizontal li {
    width: 20% !important;
    margin: 0 6px;
    font-size: 14px;
  }

  .cssmenu {
    display: none;
  }

  .addposit {
    display: block;
    position: relative;
    height: 50px;
  }

  .ht_fl {
    display: none;
  }

  .ht_fr {
    float: left;
  }

  .h_center img {
    width: 100%;
  }

  .sp_header {
    height: 0;
    /* background: #5676ba; */
    position: absolute;
    z-index: 10;
    width: 100%;
  }

  .sp_nav {
    width: 80px;
    float: right;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: -52px;

  }


  .sp_nav span {
    display: block;
    background: #990004;
    width: 40px;
    height: 3px;
    position: absolute;
    left: 30px;
    transition: all ease 0.35s
  }

  .sp_nav span:nth-of-type(1) {
    top: 0px
  }


  .sp_nav span:nth-of-type(2) {
    top: 10px
  }

  .sp_nav span:nth-of-type(3) {
    top: 20px
  }

  .sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
  }

  .sp_nav_se span:nth-of-type(2) {
    width: 0
  }

  .sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
  }

  .sjj_nav {
    position: absolute;
    z-index: 9;
    width: 100%;
    min-height: 368px;
    font-size: 14px;
    line-height: 40px;
    top: -2000%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
    background: #fff;
  }

  .nav_show {
    top: 81px;
    border-top: 1px solid #ddd;
  }

  .sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
  }

  .sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
  }

  .sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
  }

  .sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
  }

  .sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
  }

  .sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
  }

  .sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  .sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
  }

  .sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
  }

  .sjj_nav ul li ul {
    display: none
  }

  .sjj_nav ul li a {
    color: #666;
    width: 80%
  }

  .sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
  }

  .sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
  }

  .sjj_nav ul li .sjj_nav_i_se svg {
    fill: #c9141e
  }

  .sjj_nav ul li ul li>ul {
    margin-left: 10px
  }

  .move_show {
    display: block;
  }

  .pc_show {
    display: none;
  }

  .flbox,
  .frbox,
  .news_list .left,
  .news_list .right,
  .leftactive,
  .rightactive,
  .rightactive .twofrbox1,
  .rightactive .twofrbox2 {
    float: none !important;
    width: 100%;
  }

  .leftactive,
  .rightactive {
    width: calc(100% - 40px);
  }

  .flbox {
    border-right: 0;
  }

  .news_list,
  .twoflbox {

    margin-bottom: 36px;
  }

  /*.news_list .left img {
    height: 210px;
  }*/

  .twoflbox {
    width: 100%;
    border-right: none;
  }

  .twofrbox {
    width: 100%;

  }

  .addmar .twoflbox {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .rightactive .twofrbox1 {
    padding-bottom: 36px;
    border-right: 0;
  }

  .friendlink .bigbox {
    width: 100%;
  }

  .friendlink ul li {
    width: calc(50% - 34px);
    margin: 0;
    float: left;
    border-bottom: 1px dashed #dedede;
    padding: 0 16px;
    line-height: 36px;
    text-align: center;
    border-right: 1px solid #dedede;
  }

  .friendlink ul .noline {
    border-right: none;
  }

  .friendlink ul li a {
    color: #666;
  }

  .biaoti {
    background: #990004;
    line-height: 46px !important;
    border-bottom: 0 !important;
    text-align: left !important;
    padding: 0 12px;
    float: none !important;
	 color:#ffffff;
  }

  .biaoti a {
    color: #fff !important;
  }

  .pc_btm {
    font-size: 14px;
  }

  .pc_btm span {
    line-height: 32px;
  }

  .news_list .right li .span1,
  .frbox .right li .span1 {
    width: 70%;
  }

  .news_list .right li .span2,
  .frbox .right li .span2 {
    width: 25% !important;
    text-align: right;
  }


  .bigbox {
    width: 100%;
  }

  .news_list .describe,
  .frbox .right .describe {
    padding-bottom: 8px;
  }

  .first_box {
    padding: 10px;
    width: calc(100% - 28px);
    border: 0;
    background: none;
  }

  .tabs_default div .more {
    right: 2%;
  }

  .ad {
    margin-bottom: 0px;
  }

  .news_list,
  .twoflbox,
  .first_box {
    margin: 0 auto 10px auto;
  }

  .h_center {
    padding: 20px 10px;
    width: calc(100% - 20px);
  }

  .h_center img {
    width: 82%;
  }
	.wap-hidden{
		display:none;
	}
	.pc-hidden{
		display:block;
	}
	#wp_news_w12 .wp_article_list .list_item .pr_fields {
		display: inline;
		float: left;
		width: 73% !important;
	}
	#wp_news_w10 .wp_article_list .list_item .pr_fields {
		display: inline;
		float: left;
		width: 73% !important;
	}
	.wp_article_list .list_item .pr_fields {
		display: inline;
		float: left;
		width: 73% !important;
	}
	.wp_article_list .list_item .Article_Title {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		width: 94%;
	}
	.contstart .rightcont {
		overflow: hidden;
	}
	.mbxnav {
		margin-bottom: 10px;
		font-size:15px;
		font-weight: bold;
	}
	.mbxnav a{
		font-size:15px;
		font-weight: normal;
	}
	.wp_article_list .list_item .Article_PublishDate {
		font-size:14px;
		color: #aaaaaa;
	}
	.wp_article_list .list_item .Article_Index {
		display: none;
	}
	.fir_li {
		display:none;
	}
	.dtjt8_div_img {
		width:386px !important;
	
	}
	.addpad {
    	padding: 0px;
	}
	.twofrbox .right li {
		border-bottom: 0;
		line-height: 50px;
		border-radius: 0px;
	}
    .friendlink{
      width:100%;
      padding:0;
    }
   }
/*导航结束*/

@media only screen and (max-width:414px) {
.mbxnav {
    line-height: 26px;
    background: #f0f0f0;
    padding: 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    text-align:center;
}
.dtjt8_div_img {
    width: 350px !important;
    height:250px !important;
}
.dtjt8_div_img img{
    width: 350px !important;
    height:250px !important;
}
  .nav_show {
    top: 78px;
  }
.wp_entry img {
    max-width: 100% !important;
}
.contquyu img{
    max-width: 100% !important;
}
  .sp_nav {
    margin-top: -50px !important;

  }
}

@media only screen and (max-width:320px) {

  .news_list .right li .span2,
  .frbox .right li .span2 {
    width: 27% !important;
  }

  .sp_nav {
    margin-top: -40px;
    top: 0px;
  }
  .news_list .left img {
    height: 150px;
}
.li1 span, .li2 span, .li3 span, .li3 span, .li4 span{
  font-size: 14px;
}
.fir_li .leftimg {
 height:auto;
}
}