/* 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;
}
.m_area:after {
  content: "";
  display: block;
  clear: both;
}
/*头部*/
html,
body {
  overflow-x: hidden;
  min-width: 1200px;
}
.g_bdw {
  background: url(../images/bg_head.jpg) center top no-repeat;
  position: relative;
}
.g_bdw .m_h_img2 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 1070px;
  background: url(../images/title2.png) center top no-repeat;
  -webkit-animation: fadeIn 1.5s ease-out 1s both;
  animation: fadeIn 1.5s ease-out 1s both;
}
.g_bdw .m_header {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 0;
  height: 1070px;
  margin-left: -600px;
  text-align: center;
  z-index:999999;
}
.g_bdw .m_header:after {
  content: "";
  display: block;
  clear: both;
}
.g_bdw .m_header .m_h_img1 {
  padding-top: 340px;
  -webkit-animation: pulse 1s ease-out both;
  animation: pulse 1s ease-out both;
}
.g_bdw .m_header .m_h_img3 {
position: absolute;
  top:45px;
  right: 0;
  -webkit-animation: fadeIn 1s ease-out both;
  animation: fadeIn 1s ease-out both;
}
.g_bdw .m_header .m_h_txt {
  position: absolute;
  width: 980px;
  top: 620px;
  left: 130px;
  -webkit-animation: ani_top_2 0.5s 1s ease-out both;
  animation: ani_top_2 0.5s 1s ease-out both;
  opacity: 1;
  text-align: center;
}
.g_bdw .m_header .m_h_txt p {
  float: left;
  width: 850px;
  font-size: 16px;
  color: #ffdfb4;
  line-height: 2em;
  text-indent: 2em;
  text-align: left;
  padding:0 25px;
}
.g_bdw .m_header .m_h_txt p a{color:#ffdfb4;}
.g_bdw .m_header .m_h_txt span {
  float: left;
  width: 40px;
  height: 30px;
}
.g_bdw .m_header .m_h_txt .ico_left {
  background: url(../images/bg_dy.png) 0 0 no-repeat;
}
.g_bdw .m_header .m_h_txt .ico_right {
  margin-top: 70px;
  background: url(../images/bg_dy.png) -934px bottom no-repeat;
}
@-webkit-keyframes ani_top_2 {
  0% {
    -webkit-transform: translate3d(0, 0.95238095rem, 0);
    transform: translate3d(0, 0.95238095rem, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes ani_top_2 {
  0% {
    -webkit-transform: translate3d(0, 0.95238095rem, 0);
    transform: translate3d(0, 0.95238095rem, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/*焦点轮播图*/
.m_area_out {
  padding-bottom: 50px;
}
.m_area_out .m_area {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
.m_area_out .m_area:after {
  content: "";
  display: block;
  clear: both;
}
.slideBox {
  float: left;
  width: 650px;
  height: 370px;
  overflow: hidden;
  padding: 10px 0 10px 10px;
  position: relative;
}
.slideBox .hd {
  overflow: hidden;
  position: absolute;
  right: 10px;
  bottom: 30px;
  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;
  cursor: pointer;
  position: relative;
}
.slideBox .hd ul .on {
  background: #c90d31;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  position: relative;
}
.slideBox .bd li img {
  width: 650px;
  height: 370px;
  display: block;
}
.slideBox .bd li .p1 {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
  background: rgba(0, 0, 0, 0.5);
  background-repeat: repeat-x;
  background-position: 0 0;
}
.slideBox .bd li .p1 h3 {
  padding-left: 20px;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
.u_webHeader {
  display: none;
}
/*要闻*/
.focus_news {
  width: 530px;
  float: right;
  padding: 10px 0 0;
}
.news_box {
  height: 344px;
}
.m_news {
  padding: 10px;
  background: #fff;
}
.m_news h3 {
  font-size: 20px;
  padding: 0 0 10px;
  text-align: center;
}
.m_news h3 a {
  color: #474747;
}
.m_news p {
  font-size: 16px;
  color: #474747;
  text-indent: 2em;
  line-height: 2em;
}
.m_news p a {
  color: #d72626;
}
.list {
  background: #fff;
}
.list li {
  border-top: 1px solid #e2e2e2;
  font-size: 14px;
  padding-left: 10px;
  line-height: 3em;
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}
.list li a {
  color: #323232;
}
.list li:hover {
  background:#c69455;
}
.list li:hover a {
  color: #fff;
}
.more {
  font-size: 12px;
  text-align: center;
}
.more a {
  float: right;
  display: block;
  color: #777;
  background: #e2e2e2 url(../images/more.png) 280px center no-repeat;
  width: 100%;
  height: 25px;
  line-height: 25px;
}
.m_area_out_headline {
  background: url(../images/bg_toutiao.png) center top no-repeat;
}
.m_area_out_headline .m_lead {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  width: 920px;
  height: 100px;
  padding: 13px 25px 0 80px;
}
.m_area_out_headline .m_lead:after {
  content: "";
  display: block;
  clear: both;
}
.m_area_out_headline .m_lead h3 {
  font-size: 36px;
  margin-bottom: 5px;
}
.m_area_out_headline .m_lead h3 a {
  color: #575757;
}
.m_area_out_headline .m_lead p {
  color: #777;
  text-indent: 2em;
  line-height: 1.5em;
  font-size: 16px;
}
.m_hd {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  margin-bottom: 30px;
  position: relative;
  height: 112px;
}
.m_hd:after {
  content: "";
  display: block;
  clear: both;
}
.m_hd h2 {
  text-indent: -9999px;
}
.m_hd a {
  position: absolute;
  color: #d84a48;
  top: 40px;
  right: 0;
  font-size: 14px;
  width: 49px;
  height: 12px;
  cursor: pointer;
}
.m_area_out_news .m_area {
  background: url() 0 0 no-repeat;
}
/*专版*/
.m_hd_edition {
  background: url(../images/column_edition.png) center 0 no-repeat;
}
.m_area_out_edition {
  padding-bottom: 120px;
}
.tab_box {
  position: relative;
  height: 550px;
  background: url(../images/bg_tab.png) center 0 no-repeat;
}
.tab_box .txtScroll-top {
  height: 610px;
  position: absolute;
  width: 428px;
  border: 1px solid #fedaa7;
  left: 385px;
  background: #fff;
}
.tab_box .txtScroll-top .hd .prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background: #fff url(../images/prev.png) center no-repeat;
  cursor: pointer;
  z-index: 100;
  border-bottom: 1px solid #fedaa7;
}
.tab_box .txtScroll-top .hd .next {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background: #fff url(../images/next.png) center no-repeat;
  cursor: pointer;
  z-index: 100;
  border-top: 1px solid #fedaa7;
}
.tab_box .txtScroll-top .bd {
  padding: 24px 0;
}
.tab_box .txtScroll-top .bd ul li {
  border-top: 1px solid #fedaa7;
  background: url(../images/ico_tit.png) 0 0 no-repeat;
  padding: 0 0 0 50px;
  height: 50px;
  overflow: hidden;
  cursor:pointer;
}
.tab_box .txtScroll-top .bd ul li.cur {
  height: 152px!important;
}
.tab_box .txtScroll-top .bd ul li.cur h3 {
  background-color: #fedaa7;
}
.tab_box .txtScroll-top .bd ul li h3 {
  font-size: 18px;
  color: #9e6924;
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
}
.tab_box .txtScroll-top .bd ul li .txt {
  padding: 10px;
}
.tab_box .txtScroll-top .bd ul li .txt p {
  background: url(../images/ico_point.png) 0 13px no-repeat;
  padding-left: 15px;
  line-height: 2em;
}
.tab_box .txtScroll-top .bd ul li .txt p a{color:#333;}
.tab_box .pic_cont {
  padding-top: 32px;
}
.tab_box .pic_cont li {
  overflow: hidden;
  display: none;
}
.tab_box .pic_cont li div {
  float: left;
  width: 355px;
  height: 500px;
  background: #f0f0f0;
  padding: 15px;
}
.tab_box .pic_cont li div img {
  width: 355px;
  height: 500px;
}
.tab_box .pic_cont li .pic_left {
  float: left;
}
.tab_box .pic_cont li .pic_right {
  float: right;
}
/*互动话题*/
.m_area_weibo {
  background: url(../images/bg_foot.jpg) center bottom no-repeat;
  padding-bottom: 210px;
}
.m_area_weibo .m_hd_weibo {
  background: url(../images/column_weibo.png) center 0 no-repeat;
}
.m_area_weibo .m_bd_wb {
  overflow: hidden;
}
.m_area_weibo .m_bd_wb .fl_wb {
  float: left;
  width: 800px;
}
.m_area_weibo .m_bd_wb .fr_wb {
  float: right;
  width: 390px;
}
.g_bdw .g-canvas-box {
  width: 100%;
  height: 1070px;
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 8;
}
.g_bdw .g-canvas-box canvas {
  height: 100%;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  --blur: 2;
  -webkit-filter: blur(calc(var(--blur) * 1px));
  filter: blur(calc(var(--blur) * 1px));
}
.g_bdw .g-canvas-box .menu {
  display: none!important;
  position: absolute;
  top: 0;
  left: 0;
  color: #fafafa;
  background: rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  padding: 30px;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
.g_bdw .g-canvas-box .menu button {
  height: 44px;
  width: 44px;
  background: 0;
  cursor: pointer;
  border: 0;
  background: rgba(0, 0, 0, 0.15);
  padding: 0;
  margin: 0;
  position: absolute;
  left: 100%;
  top: 0;
}
.g_bdw .g-canvas-box .menu button .icon {
  height: 60%;
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.g_bdw .g-canvas-box .menu button span {
  width: 100%;
  height: 20%;
  border-radius: 4px;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.g_bdw .g-canvas-box .menu button span:nth-child(1) {
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.g_bdw .g-canvas-box .menu button span:nth-child(2) {
  top: 40%;
}
.g_bdw .g-canvas-box .menu button span:nth-child(3) {
  -webkit-transform-origin: top left;
  transform-origin: top left;
  top: 80%;
}
.g_bdw .g-canvas-box .menu label {
  margin-bottom: 30px;
}
.g_bdw .g-canvas-box .menu label:last-of-type {
  margin-bottom: 0;
}
.g_bdw .g-canvas-box .menu label input {
  cursor: pointer;
  display: block;
}
.g_bdw .g-canvas-box .menu--open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.g_bdw .g-canvas-box .menu--open span:nth-child(1) {
  -webkit-transform: translate(5px, 3px) rotate(45deg);
  transform: translate(5px, 3px) rotate(45deg);
}
.g_bdw .g-canvas-box .menu--open span:nth-child(2) {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.g_bdw .g-canvas-box .menu--open span:nth-child(3) {
  -webkit-transform: translate(2px, 0) rotate(-45deg);
  transform: translate(2px, 0) rotate(-45deg);
}
/*增加*/
.slider_left {
  float: left;
  width: 670px;
}
.video_picbox {
  float: left;
  background: #fecd8a;
}
.video_picbox ul {
  float: left;
  width: 585px;
  padding: 5px 5px 0;
}
.video_picbox ul li {
  float: left;
  width: 280px;
  height: 195px;
  position: relative;
  margin: 0 5px 10px;
}
.video_picbox ul li img {
  width: 280px;
  height: 195px;
}
.video_picbox ul li p {
  width: 100%;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
  background: rgba(0, 0, 0, 0.5);
  height: 36px;
  line-height: 36px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
}
.video_picbox ul li span {
  position: absolute;
  width: 280px;
  height: 195px;
  background: url(../images/btn_video.png) center no-repeat;
  left: 0;
  top: 0;
}
.video_picbox .picbox {
  float: left;
  padding: 5px 10px 0 0;
}
.video_picbox .picbox img {
  width: 265px;
  height: 400px;
}
.focus_news img {
  vertical-align: middle;
}
.news_box {
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  /*height: 843px;*/
}
.m-picScrollLeft1 {
  width: 100%;
  position: relative;
  height: 580px;
}
.m-picScrollLeft1 .phd1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33px;
  background: url(../images/line.png) center no-repeat;
}
.m-picScrollLeft1 .phd1 ul {
  text-align: center;
}
.m-picScrollLeft1 .phd1 ul li {
  text-indent: -9999px;
  display: inline-block;
  width: 33px;
  height: 33px;
  background: url(../images/point.png) center no-repeat;
}
.m-picScrollLeft1 .phd1 ul li.on {
  background: url(../images/point_cur.png) center no-repeat;
}
.m-picScrollLeft1 .phd1 .prev {
  position: absolute;
  display: block;
  width: 49px;
  height: 39px;
  cursor: pointer;
  left: 0;
  top: -300px;
  margin-top: -21px;
  z-index: 100;
  background: url(../images/btn_prev.png) center no-repeat;
}
.m-picScrollLeft1 .phd1 .next {
  position: absolute;
  display: block;
  width: 49px;
  height: 39px;
  cursor: pointer;
  right: 0;
  top: -300px;
  margin-top: -21px;
  z-index: 100;
  background: url(../images/btn_next.png) center no-repeat;
}
.m-picScrollLeft1 .phd1 .prev:hover {
  background: url(../images/btn_prev_cur.png) center no-repeat;
}
.m-picScrollLeft1 .phd1 .next:hover {
  background: url(../images/btn_next_cur.png) center no-repeat;
}
.m-picScrollLeft1 .pbd1 {
  width: 1060px;
  overflow: hidden;
  padding: 0 70px 0 50px;
}
.m-picScrollLeft1 .pbd1 ul {
  zoom: 1;
  margin-left: -20px;
}
.m-picScrollLeft1 .pbd1 ul:after {
  content: "";
  display: block;
  clear: both;
}
.m-picScrollLeft1 .pbd1 ul li.box {
  position: relative;
  float: left;
  width: 340px;
  height: 520px;
  margin: 0 0 0 20px;
}
.m-picScrollLeft1 .pbd1 ul li.box .news_more {
  position: absolute;
  right: 20px;
  bottom: 56px;
  width: 100px;
  height: 30px;
}
.m-picScrollLeft1 .pbd1 ul li.box img {
  width: 340px;
  height: 520px;
}
.m-picScrollLeft1 .pbd1 ul li.box .news_list {
  width: 270px;
  position: absolute;
  left: 50px;
  top: 200px;
}
.m-picScrollLeft1 .pbd1 ul li.box .news_list li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  line-height: 2em;
  color: #fff;
  background:url(../images/ico_point2.png) 0 center no-repeat;
  padding-left:15px;
}
.m-picScrollLeft1 .pbd1 ul li.box .news_list li a {
  color: #fff;
}
.m-picScrollLeft1 .pbd1 ul li.box_black .news_list li{
  background:url(../images/ico_point3.png) 0 center no-repeat;
}
.m-picScrollLeft1 .pbd1 ul li.box_black .news_list li a{color:#474747;}