#banner {
  height: 550px;
  position: relative;
}
#banner .pic_slide .bd {
  width: 100%;
  height: 550px;
  overflow: hidden;
}
#banner .pic_slide .bd ul li {
  display: block;
  width: 100%;
  height: 550px;
}
#banner .gsgg {
  width: 1000px;
  height: 46px;
  position: absolute;
  left: 56%;
  bottom: 0;
  margin-left: -600px;
  background-color: rgba(0, 0, 0, 0.6);
}
#banner .gsgg .title {
  float: left;
  width: 155px;
  height: 46px;
  background-color: #d93531;
}
#banner .gsgg .title span.icon {
  float: left;
  width: 29px;
  height: 32px;
  background: url(imagesindex_gsgg_icon.png) no-repeat;
  margin-left: 20px;
  margin-top: 7px;
}
#banner .gsgg .title h3 {
  float: right;
  line-height: 46px;
  font-size: 18px;
  color: #ffffff;
  margin-right: 24px;
}
#banner .gsgg .content {
  float: right;
  width: 840px;
  height: 46px;
  line-height: 46px;
}
#banner .gsgg .content ul li {
  color: #ffffff;
}
#banner .gsgg .content ul li a {
  color: #ffffff;
  font-size: 18px
}
#banner .gsgg .content ul li a:hover {
  color: #ffc600;
  text-decoration: underline;
}
#menu1 {
  height: 240px;
}
#menu1 .container {
  height: 240px;
}
#menu1 .container .items {
  padding-top: 25px;
}
#menu1 .container .items a {
  float: left;
  font-size: 0;
  transition: transform .3s;
}
#menu1 .container .items a + a {
  margin-left: 9px;
}
#menu1 .container .items a:hover {
  transform: translateY(-10px);
}
#news {
  padding: 38px 0;
  background: url(imagesindex_news_bg.png) top center no-repeat;
}
#news .container {
  background-color: #ffffff;
  padding: 20px 0;
  box-shadow: 3px 3px 5px #d5d5d5;
}
#news .container .box_l {
  float: left;
  width: 597px;
  margin-left: 20px;
}
#news .container .box_l .hd {
  height: 57px;
}
#news .container .box_l .hd .title {
  float: left;
  width: 137px;
  height: 57px;
  background: url(imagesindex_news_title1.png) no-repeat;
}
#news .container .box_l .hd .title span {
  float: right;
  font-size: 18px;
  color: #ffffff;
  line-height: 42px;
  margin-right: 12px;
}
#news .container .box_l .hd a.more {
  float: right;
  line-height: 42px;
  font-family: SimSUn;
}
#news .container .box_l .hd a.more:hover {
  color: #016aba;
  text-decoration: underline;
}
#news .container .box_l .bd {
  margin-top: 12px;
}
#news .container .box_l .bd .detail {
  float: left;
  width: 337px;
}
#news .container .box_l .bd .detail a.pic {
  display: block;
  font-size: 0;
  width: 337px;
  height: 238px;
  position: relative;
  overflow: hidden;
}
#news .container .box_l .bd .detail a.pic img {
  transition: transform .3s;
}
#news .container .box_l .bd .detail a.pic h4 {
  display: block;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#news .container .box_l .bd .detail a.pic:hover img {
  transform: scale(1.05);
}
#news .container .box_l .bd .detail .text {
  height: 107px;
  background-color: #0077d1;
  padding: 12px;
}
#news .container .box_l .bd .detail .text p {
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
}
#news .container .box_l .bd .items {
  float: right;
  width: 252px;
}
#news .container .box_l .bd .items ul li {
  display: block;
  border-bottom: 1px dashed #d6d6d6;
  background: url(imageslist_style_icon1.png) 0 26px no-repeat;
  padding: 20px 0 20px 15px;
}
#news .container .box_l .bd .items ul li a {
  font-size: 14px;
}
#news .container .box_l .bd .items ul li a:hover {
  color: #016aba;
  text-decoration: underline;
}
#news .container .box_l .bd .items ul li p.date {
  color: #a3a2a2;
  font-size: 14px;
  margin-top: 10px;
}
#news .container .box_r {
  float: right;
  width: 355px;
  margin-right: 20px;
}
#news .container .box_r > .hd {
  height: 40px;
  background-color: #0168b5;
}
#news .container .box_r > .hd span.icon {
  float: left;
  width: 25px;
  height: 40px;
  background: url(imagesindex_news_icon02.png) center no-repeat;
  margin-left: 10px;
}
#news .container .box_r > .hd h3 {
  float: left;
  font-size: 18px;
  color: #ffffff;
  line-height: 40px;
  margin-left: 4px;
}
#news .container .box_r > .hd a.more {
  float: right;
  width: 70px;
  height: 20px;
  background-color: #0077d1;
  text-align: center;
  line-height: 20px;
  border-radius: 5px;
  font-size: 14px;
  color: #ffffff;
  margin-right: 9px;
  margin-top: 10px;
}
#news .container .box_r > .hd a.more:hover {
  background-color: #ffc600;
}
#news .container .box_r > .bd {
  margin-top: 10px;
}
#news .container .box_r > .bd ul li {
  padding: 17px 0;
  border-bottom: 1px solid #e1e1e1;
}
#news .container .box_r > .bd ul li .date {
  float: left;
}
#news .container .box_r > .bd ul li .date .day {
  display: block;
  width: 50px;
  height: 30px;
  background-color: #0168b5;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #ffffff;
}
#news .container .box_r > .bd ul li .date .month {
  display: block;
  width: 50px;
  height: 25px;
  background-color: #959595;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  color: #ffffff;
}
#news .container .box_r > .bd ul li .text {
  float: right;
  width: 290px;
}
#news .container .box_r > .bd ul li .text a {
  font-size: 14px;
  line-height: 1.8em;
}
#news .container .box_r > .bd ul li .text a:hover {
  color: #0168b5;
  text-decoration: underline;
}
#wfwj {
  background: url(imagesindex_wfwj_bg.png) top center no-repeat;
  padding-top: 60px;
  padding-bottom: 110px;
}
#wfwj .container .box_l {
  float: left;
  width: 590px;
}
#wfwj .container .box_l > .hd {
  height: 50px;
  position: relative;
}
#wfwj .container .box_l > .hd h3 {
  font-size: 24px;
  color: #0168b5;
  float: left;
  line-height: 46px;
}
#wfwj .container .box_l > .hd span.line {
  display: block;
  width: 98px;
  height: 4px;
  background-color: #0168b5;
  position: absolute;
  left: 0;
  bottom: 0;
}
#wfwj .container .box_l > .hd span.line span {
  display: block;
  width: 49px;
  height: 4px;
  background-color: #ffde00;
  position: absolute;
  left: 25px;
  top: 0;
}
#wfwj .container .box_l > .bd {
  margin-top: 24px;
}
#wfwj .container .box_l > .bd .detail .pic {
  float: left;
  width: 367px;
  height: 207px;
  font-size: 0;
  overflow: hidden;
}
#wfwj .container .box_l > .bd .detail .pic img {
  transition: transform .3s;
}
#wfwj .container .box_l > .bd .detail .pic:hover img {
  transform: scale(1.05);
}
#wfwj .container .box_l > .bd .detail .text {
  float: right;
  width: 410px;
}
#wfwj .container .box_l > .bd .detail .text p.date {
  font-size: 14px;
}
#wfwj .container .box_l > .bd .detail .text a {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  line-height: 50px;
}
#wfwj .container .box_l > .bd .detail .text a:hover {
  color: #0077d1;
  text-decoration: underline;
}
#wfwj .container .box_l > .bd .detail .text p.art {
  font-size: 14px;
  line-height: 30px;
  color: #6d6b6b;
}
#wfwj .container .box_l > .bd .list ul li {
  font-size: 14px;
  line-height: 40px;
}
#wfwj .container .box_l > .bd .list ul li span.dot {
  float: left;
  color: #aaaaaa;
}
#wfwj .container .box_l > .bd .list ul li a {
  float: left;
  margin-left: 5px;
}
#wfwj .container .box_l > .bd .list ul li a:hover {
  color: #016aba;
  text-decoration: underline;
}
#wfwj .container .box_l > .bd .list ul li span.date {
  float: right;
  color: #a9a7a7;
}
#wfwj .container .box_l > .bd .list a.more {
  display: block;
  width: 149px;
  height: 38px;
  border: 1px solid #0168b5;
  margin: 0 auto;
  margin-top: 20px;
}
#wfwj .container .box_l > .bd .list a.more span.txt {
  float: left;
  line-height: 38px;
  margin-left: 15px;
  color: #0168b5;
}
#wfwj .container .box_l > .bd .list a.more span.r {
  float: right;
  line-height: 38px;
  margin-right: 14px;
  color: #0168b5;
}
#wfwj .container .box_l > .bd .list a.more:hover {
  background-color: #0168b5;
}
#wfwj .container .box_l > .bd .list a.more:hover span.txt,
#wfwj .container .box_l > .bd .list a.more:hover span.r {
  color: #ffffff;
}
#wfwj .container .box_r {
  float: right;
  width: 376px;
}
#wfwj .container .box_r > .hd {
  height: 50px;
  position: relative;
}
#wfwj .container .box_r > .hd h3 {
  font-size: 24px;
  color: #0168b5;
  float: left;
  line-height: 46px;
}
#wfwj .container .box_r > .hd span.line {
  display: block;
  width: 98px;
  height: 4px;
  background-color: #0168b5;
  position: absolute;
  left: 0;
  bottom: 0;
}
#wfwj .container .box_r > .hd span.line span {
  display: block;
  width: 49px;
  height: 4px;
  background-color: #ffde00;
  position: absolute;
  left: 25px;
  top: 0;
}
#wfwj .container .box_r > .bd {
  margin-top: 22px;
}
#wfwj .container .box_r > .bd a.video {
  display: block;
  width: 366px;
  height: 276px;
  font-size: 0;
  position: relative;
  border: 5px solid #ffffff;
}
#wfwj .container .box_r > .bd a.video span.zhe {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity .5s;
}
#wfwj .container .box_r > .bd a.video span.zhe span.icon {
  display: block;
  width: 48px;
  height: 48px;
  background: url(imagesicon_video_play.png) no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -24px;
}
#wfwj .container .box_r > .bd a.video:hover span.zhe {
  opacity: 1;
}
#wfwj .container .box_r > .bd h4 {
  font-size: 14px;
  text-align: center;
  line-height: 60px;
}
#wfwj .container .box_r > .bd a.more {
  display: block;
  width: 149px;
  height: 38px;
  border: 1px solid #0168b5;
  margin: 0 auto;
  margin-top: 10px;
}
#wfwj .container .box_r > .bd a.more span.txt {
  float: left;
  line-height: 38px;
  margin-left: 15px;
  color: #0168b5;
}
#wfwj .container .box_r > .bd a.more span.r {
  float: right;
  line-height: 38px;
  margin-right: 14px;
  color: #0168b5;
}
#wfwj .container .box_r > .bd a.more:hover {
  background-color: #0168b5;
}
#wfwj .container .box_r > .bd a.more:hover span.txt,
#wfwj .container .box_r > .bd a.more:hover span.r {
  color: #ffffff;
}
#menu_bottom {
  margin-bottom: 40px;
}
#menu_bottom .container{ overflow: hidden; }
#menu_bottom .container .item a {
  float: left;
  width: 380px;
  height: 149px;
  margin-left: 30px;
}
#menu_bottom .container .item a span {
  line-height: 149px;
  font-size: 30px;
  color: #ffffff;
  float: right;
  margin-right: 80px;
  transition: transform .2s;
}
#menu_bottom .container .item a:hover span {
  transform: scale(1.1);
}
#guanggao_box {
  width: 460px;
  height: 332px;
  background: url(imagesindex_gaiban.png) no-repeat;
  position: fixed;
  top: 200px;
  left: 0;
}
#guanggao_box span {
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  right: 20px;
  cursor: pointer;
}
#guanggao_box span:hover {
  color: #0168b5;
}
