/* CSS Document */
/*全局基础设置css*/
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a img {
  border: none;
}
a:focus {
  outline: none;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
img {
  border: none;
}
input,
select,
textarea {
  outline: 0;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
var,
em {
  font-weight: normal;
  font-style: normal;
}
ul,
ol,
dl {
  list-style: none;
}
.m_area {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  padding-bottom: 80px;
}
.m_area:after {
  content: "";
  display: block;
  clear: both;
}
/*头部*/
.g_bdw {
  background: url(../images/bg_head.jpg) center top no-repeat;
}
.g_bdw .m_header {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  position: relative;
  height: 980px;
}
.g_bdw .m_header:after {
  content: "";
  display: block;
  clear: both;
}
.g_bdw .m_header .m_h_img {
  position: absolute;
  z-index: 10;
}
.g_bdw .m_header .m_h_img1 {
  top: 170px;
  left: 130px;
  -webkit-animation: bounceIn 1.7s ease-out both;
  animation: bounceIn 1.7s ease-out both;
}
.g_bdw .m_header .m_h_img2 {
  top: 50px;
  left: 0;
  text-align: center;
  font-size: 22px;
  line-height: 1.5em;
  color: #ca790b;
  -webkit-animation: ani_top_2 0.5s 1s ease-out both;
  animation: ani_top_2 0.5s 1s ease-out both;
  opacity: 1;
}
/*焦点轮播图*/
.slideBox {
  float: left;
  width: 660px;
  height: 360px;
  overflow: hidden;
  position: relative;
}
.slideBox .hd {
  overflow: hidden;
  position: absolute;
  right: 10px;
  bottom: 19px;
  z-index: 1;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  list-style: none;
}
.slideBox .hd ul li {
  float: left;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.slideBox .hd ul .on {
  background: #ff2a5a;
  width: 24px;
  border-radius: 5px;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  position: relative;
}
.slideBox .bd li img {
  width: 660px;
  height: 360px;
  display: block;
}
.slideBox .bd li .m_imgTitle {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 39px;
  padding: 50px 0 0;
  background: url(../images/bg_shadow.png) 0 bottom no-repeat;
}
.slideBox .bd li .m_imgTitle h3 {
  padding-left: 20px;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
.slideBox .bd li .m_imgTitle h3 a{color:#fff;}
.u_webHeader {
  display: none;
}
/*要闻*/
.focus_news {
  width: 500px;
  float: right;
}
.m_news {
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
}
.m_news h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.m_news h3 a {
  color: #555;
}
.m_news p {
  font-size: 14px;
  color: #666;
  text-indent: 2em;
  line-height: 2em;
}
.m_news p a {
  color: #5273ca;
}
.list li {
  font-size: 18px;
  padding-left: 20px;
  line-height: 2.5em;
  background: url(../images/ico_list.png) 0 center no-repeat;
}
.list li a {
  color: #222;
}
.list li a:hover {
  color: #5273ca;
}
.more {
  float: right;
  margin-top: 10px;
  font-size: 14px;
}
.more a {
  color: #333;
}
.more a:hover {
  color: #5273ca;
}
.m_hd {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  position: relative;
}
.m_hd h2 {
  text-indent: -9999px;
}
.m_hd a {
  position: absolute;
  color: #ffe39d;
  top: 105px;
  right: 260px;
  font-size: 18px;
  background: url(../images/ico_more_column.png) 0 0 no-repeat;
  width: 51px;
  height: 11px;
}
/*媒体聚焦*/
.m_hd1 {
  background: url(../images/tit_focus.png) center 0 no-repeat;
  height: 104px;
}
/*图片集锦*/
.m_area_wrap_gallery {
  background: url(../images/bg_gallery.jpg) center 0 no-repeat;
  padding: 140px 0 190px;
}
.m_hd2 {
  background: url(../images/tit_gallery.png) center 0 no-repeat;
  height: 100px;
}
.m-picScrollLeft1 {
  width: 100%;
  position: relative;
}
.m-picScrollLeft1 .phd1 {
  z-index: 4;
}
.m-picScrollLeft1 .phd1 .prev {
  position: absolute;
  display: block;
  width: 49px;
  height: 41px;
  cursor: pointer;
  left: -80px;
  top: 50%;
  margin-top: -20px;
  background: url(../images/prev.png) center no-repeat;
}
.m-picScrollLeft1 .phd1 .next {
  position: absolute;
  display: block;
  width: 49px;
  height: 41px;
  cursor: pointer;
  right: -80px;
  top: 50%;
  margin-top: -20px;
  background: url(../images/next.png) center no-repeat;
}
.m-picScrollLeft1 .phd1 .prev:hover {
  background: url(../images/prev_cur.png) center no-repeat;
}
.m-picScrollLeft1 .phd1 .next:hover {
  background: url(../images/next_cur.png) center no-repeat;
}
.m-picScrollLeft1 .pbd1 {
  width: 1200px;
  overflow: hidden;
}
.m-picScrollLeft1 .pbd1 ul {
  zoom: 1;
}
.m-picScrollLeft1 .pbd1 ul:after {
  content: "";
  display: block;
  clear: both;
}
.m-picScrollLeft1 .pbd1 ul li {
  position: relative;
  float: left;
  width: 340px;
  margin: 0 40px 0 0;
  background: url(../images/bg_frame.png) 0 0 no-repeat;
  padding: 22px 18px 0;
}
.m-picScrollLeft1 .pbd1 ul li img {
  width: 340px;
  height: 220px;
}
.m-picScrollLeft1 .pbd1 ul li h3 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  padding-top: 20px;
  color: #fff;
}
.m-picScrollLeft1 .pbd1 ul li h3 a {
  color: #fff;
}
/*先进人物*/
.m_hd3 {
  background: url(../images/tit_person.png) center 0 no-repeat;
  height: 81px;
}
.m_bd {
  overflow: hidden;
}
.m_bd .news_box {
  float: left;
  width: 560px;
}
.m_bd .mr {
  margin-right: 80px;
}
/*微博互动*/
.m_hd4 {
  background: url(../images/tit_weibo.png) center 0 no-repeat;
  height: 95px;
}
.m_bd_wb {
  background: url(../images/bg_weibo.png) center 0 no-repeat;
  overflow: hidden;
  padding: 60px 65px 100px;
}
.m_bd_wb .fl_wb {
  float: left;
  width: 700px;
}
.m_bd_wb .fr_wb {
  float: right;
  width: 340px;
}
.m_web {
  display: none;
}
.m_pc {
  display: block;
}
@media only screen and (max-width: 750px) {
  .u_webHeader {
    display: block;
  }
  .m_pc {
    display: none;
  }
  .m_web {
    display: block;
  }
  .g_bdw {
    background: 0;
  }
  .g_bdw .m_header,
  .g_bdw .m_area {
    width: 100%;
    height: auto;
  }
  .g_bdw .m_header .m_headlines {
    position: static;
  }
  .g_bdw .m_header .m_headlines h1 {
    font-size: 18px;
  }
  .g_bdw .m_header .m_headlines h1 a {
    color: #333;
  }
  .g_bdw .m_area_wrap {
    background: 0;
    margin: 0;
    padding: 0;
    height: auto;
  }
  .g_bdw .m_area_wrap .m_bd {
    padding: 0;
  }
  .g_bdw .m_area_wrap .m_bd .news_notice {
    margin-bottom: 10px;
  }
  .g_bdw .m_area_wrap .m_bd .news_notice h3 {
    color: #333;
    font-size: 18px;
  }
  .g_bdw .m_area_wrap_gallery {
    background-color: #109695;
    margin-bottom: 30px;
  }
  .g_bdw .m_hd {
    background-size: 150%;
    height: 5em;
    padding-bottom: 10px;
  }
  .g_bdw .m_hd.m_hd2 {
    background-position: center;
  }
  .g_bdw .m_hd a {
    top: auto;
    bottom: 30%;
  }
  .g_bdw .slideBox {
    float: none;
    width: 94%!important;
    height: auto;
    margin: 0 auto 20px;
    padding: 0;
  }
  .g_bdw .slideBox li img {
    width: 100%!important;
    height: auto!important;
  }
  .g_bdw .m_area {
    padding: 0 0 30px;
    background: 0;
  }
  .g_bdw .m_area .news_box {
    float: none;
    width: 94%;
    padding: 0 3%;
  }
  .g_bdw .m_area .focus_news {
    float: none;
    width: 96%;
    padding: 2%;
  }
  .g_bdw .m_area .focus_news .m_news,
  .g_bdw .m_area .focus_news .list {
    margin: 0;
  }
  .g_bdw .m_area .m-picScrollLeft1 .phd1 {
    background-color: #cf5955;
  }
  .g_bdw .m_area .m-picScrollLeft1 .phd1 .more_news {
    width: 100%;
    position: static;
  }
  .g_bdw .m_area .m-picScrollLeft1 .phd1 .prev {
    left: 0;
  }
  .g_bdw .m_area .m-picScrollLeft1 .phd1 .next {
    right: 0;
  }
  .g_bdw .m_area .m-picScrollLeft1 .pbd1 {
    margin: 20px auto 0;
    width: 320px;
  }
  .g_bdw .m_area .m-picScrollLeft1 .pbd1 .picList li {
    height: auto;
    margin: 0;
    width: 280px;
    background-size: 100% 100%;
    text-align: center;
    background: 0;
  }
  .g_bdw .m_area .m-picScrollLeft1 .pbd1 .picList li img {
    width: 100%;
    height: auto;
  }
  .m_h_img {
    display: none;
  }
}
