.sdgy-sec{
  width: 100%;
  overflow: hidden;
  background: url("nbg.png")top center no-repeat;
  height: auto;
  margin-top: 69px;
  background-size: 100%;
  margin-bottom: 35px;
}
.xyfc-sec{
  width: 100%;
  overflow: hidden;
  background: url("nbg.png")top center no-repeat;
  height: auto;
  margin-top: 69px;
  background-size: 100%;
  margin-bottom: 35px;
}

.xyfc-con{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
.sdgy-con{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
.sdgy-title {
  width: 100%;
  height: 70px;
  position: relative;
  margin-top: 70px;
}
.sdgy-title-ground {
  font-size: 38px;
  font-weight: bold;
  color: #cecdcd;
  text-align: center;
}
.sdgy-title-top {
  color: #9e2724;
  font-size: 28px;
  position: absolute;
  top: 17px;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  font-family: dqht;
  font-weight: bold;
  text-align: center;
}
.sec-con{
  width: 100%;
  max-width: 1280px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 25px;
  margin-top: 10px;
}
.sec-con-ts{
  width: 100%;
  max-width: 1300px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 25px;
  margin-top: 10px;
}

.sec-xyfc{
  width: 100%;
  overflow: hidden;
  margin-bottom: 25px;
  margin-top: 50px;
}
.xyfc-txt:nth-child(odd){
  width: 624px;
  float: left;
  height: 226px;
  overflow: hidden;
  margin-bottom: 60px;
  background: #f5f6f7;
}
.xyfc-txt:nth-child(even){
  width: 624px;
  float: right;
  height: 226px;
  overflow: hidden;
  margin-bottom: 60px;
  background: #f5f6f7;
}
.xyfc-img{
  float: left;
  width: 219px;
  height: 226px;
  overflow: hidden;
  background-color: #f5f6f7;
}
.xyfc-img img{
  width: 100%;
  height: 100%;
}
.img-text{
  float: right;
  width: 405px;
}
.img-text span{
  display: block;
  margin-top: 15px;
  height: 36px;
  line-height: 36px;
  font-family: dqht;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-indent: 25px;
}
.con-text{
  float: right;
  width: 355px;
  margin-right: 25px;
}
.con-text span {
  display: block;
  margin-top: 15px;
  height: 125px;
  line-height: 25px;
  font-size: 15px;
  color: #555;
  text-align: justify;
  letter-spacing: 0.5px;
  overflow: hidden;
  font-family: "STFangsong";
}

.img-text span i{
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #777;
}
.sec-title{
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-family: dqht;
  margin-bottom: 10px;
}
.sec-img1{
  width: 406px;
  float: left;
}
.sec-con-ts .sec-img1 {
  width: 412px;
  float: left;
  position: relative;
}
.sia img{
  width: 100%;
  height: 100%;
  display:block;
}
.sec-con-ts .sec-img2 {
  width: 412px;
  float: left;
  margin-left: 31px;
  position: relative;
}
.sec-con-ts .sec-img3 {
  width: 412px;
  float: left;
  margin-left: 31px;
  position: relative;
}
.sec-con-ts p{
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.sec-con-ts p a{
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 2px;
}
.sec-con p{
  text-align: center;
  display: block;
  margin: 0 auto;
  height: 35px;
  line-height: 35px;
  margin-top: 15px;
}
.sec-con p a{
  font-size: 17px;
  color: #416190;
  font-family: dqht;
}
.sia{
  display: block;
  overflow: hidden;
  position: relative;
}
.sec-con-ts .sia{
  border-radius: 8px;
  max-height: 337px;
}
.sec-img2{
  width: 406px;
  float: left;
  margin-left: 31px;
}
.sec-img3{
  width: 406px;
  float: right;
}
.sec-img1 img{
  transition: 0.5s;
}
.sec-img2 img{
  transition: 0.5s;
}
.sec-img3 img{
  transition: 0.5s;
}
.sec-con img{
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.sec-img1:hover img{

  transform: scale(1.05);

}
.sec-img2:hover img{

  transform: scale(1.05);

}
.sec-img3:hover img{

  transform: scale(1.05);

}
.sec-con img:hover{
  transform: scale(1.05);
}

.fanye {
  height: 80px;
  padding-top: 0;
  padding-bottom: 10px;
}

.page-navigation {
  text-align: center;
}
.page-navigation a:link {
  text-decoration: none;
}

.page-navigation a{
  border:1px solid #ccc;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-right: 10px;
  color: #666;
  cursor: pointer;
  transition: background-color, fast;
  -webkit-transition: background-color, fast;
  transition: background-color, 0.2s;
  -o-transition: background-color, 0.2s;
  -ms-transition: background-color, 0.2s;
  -moz-transition: background-color, 0.2s;
  -webkit-transition: background-color, 0.2s;

  -o-border-radius: 4px, 0, 0, 0;
  -ms-border-radius: 4px, 0, 0, 0;
  -moz-border-radius: 4px, 0, 0, 0;
  -webkit-border-radius: 4px, 0, 0, 0;
  font-size: 14px;
}
.page-navigation select {
  margin-bottom:3px;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-right: 10px;
  color: #666;
  cursor: pointer;
  transition: background-color, fast;
  -webkit-transition: background-color, fast;
  transition: background-color, 0.2s;
  -o-transition: background-color, 0.2s;
  -ms-transition: background-color, 0.2s;
  -moz-transition: background-color, 0.2s;
  -webkit-transition: background-color, 0.2s;

  -o-border-radius: 4px, 0, 0, 0;
  -ms-border-radius: 4px, 0, 0, 0;
  -moz-border-radius: 4px, 0, 0, 0;
  -webkit-border-radius: 4px, 0, 0, 0;
  font-size: 14px;
}
.page-info {
  text-align: center;
  margin-top: 10px;
}
.page-info span {
  margin-right: 10px;
  color: #666;
  font-size: 14px;
}
.news-global{
  width: 100%;
  overflow: hidden;
  background: url("nbg.png")top center no-repeat #f2f6f9;
  background-size: 100%;
  /* margin-top: 69px; */
}
.news-sec{
  width: 1280px;
  height: auto;
  overflow: hidden;
  background: #ffffff;
  margin: 0 auto;
  margin-bottom: 50px;
}
.news-jq{
  color: #a23226;
  margin: 0 auto;
  margin-top: 195px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  width: 100%;
  max-width: 1280px;
}
.listconrc-news {
  width: 93%;
  margin: 0 auto;
  line-height: 30px;
  padding: 20px 0;
  text-align: justify;
  font-size: 14px;
}
.listconrc-newssj {
  text-align: center;
  color: #999;
  margin-bottom: 15px;
  border-bottom: 1px solid #b5b5b5;
}
.listconrc-newszw {
  color: #333;
}
.listconrc-newsbt {
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
  height: 50px;
  color: #a23226;
  margin: 10px 0;
}


.listconrc-newssj span{
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  color: #898888;
}
.listconrc-newszw {
  color: #333;
}

.listconrc-newszw span{
  font-size: 17px !important;
  color: #333 !important;
  line-height: 30px !important;
  font-family: dqht !important;
}
.listconrc-newszw p{
  font-size: 17px !important;
  color: #333 !important;
  line-height: 30px !important;
  font-family: dqht !important;
}
.listconrc-newszw img{
  display: block !important;
  margin: 0 auto !important;
  max-width: 60% !important;
  height: auto !important;
}
.fx{
  margin-top: 10px;
}
.fx img{
  max-width: 65px!important;
  margin-left: 0!important;
}