@charset "UTF-8";
/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
  margin: 0;
  padding: 0; }

/* 初始化标签在所有浏览器中的margin、padding值 */
fieldset, img {
  border: 0 none; }

/* 重置fieldset（表单分组）、图片的边框为0*/
dl, ul, ol, menu, li {
  list-style: none; }

/* 重置类表前导符号为onne,menu在HTML5中有效 */
blockquote, q {
  quotes: none; }

/* 重置嵌套引用的引号类型 */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

/* 重置嵌套引用*/
input, select, textarea, button {
  vertical-align: middle; }

/* 重置表单控件垂直居中*/
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer; }

/* 重置表单button按钮效果 */
body {
  background: #fff; overflow-x: hidden; }

/* 重置body 页面背景为白色 */
body, th, td, input, select, textarea, button {
  font-size: 12px;
  line-height: 1;
  font-family:"Segoe UI","微软雅黑", "黑体","宋体";
  color: #000; }

/* 重置页面文字属性 */
a {
  color: #666;
  text-decoration: none; }

/* 重置链接a标签 */
a:active, a:hover {
  text-decoration: none; }

/* 重置链接a标签的鼠标滑动效果 */
address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal; }

/* 重置样式标签的样式 */
caption {
  display: none; }

/* 重置表格标题为隐藏 */
table {
   border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed; }

/* 重置table属性 */
img {
  vertical-align: top; }

/* 图片在当前行内的垂直位置 */
/* 页面设置 */
/* 取消a标签点击后的虚线框 */
a {
  outline: none; }

a:active {
  star: expression(this.onFocus=this.blur()); }

/* 设置页面文字等在拖动鼠标选中情况下的背景色与文字颜色 */
/* 
::selection {color: #fff;background-color: #4C6E78;}    
::-moz-selection {color: #fff;background-color: #4C6E78;} 
*/
/*清除浮动*/
.clear {
  clear: both; }

/*清除浮动--推荐使用*/
.clearfix:before, .clearfix:after {
  content: '';
  display: table; }

.clearfix:after {
  clear: both; }
.textc{ text-align: center; }
.fl {
  float: left; }

.fr {
  float: right; }
 .f2{ float: left; width: 50%; } 
 .f3{ float: none; width: 100%; } 
 .f3pad{ padding-left: 6px; padding-right: 6px; padding-top: 15px }
.hidden { display: none}
.ft16{ font-size: 16px;font-weight: 300 } 
.ft18{ font-size: 18px ;font-weight: 300} 
.ft26{ font-size: 26px; font-weight: 800 }
.ft20{ font-size: 20px; font-weight: 800 }
.ft30{ font-size: 30px; font-weight: 800 }
body html{ width: 100%; height: 100% }
body{ background-image: url(./mbanner.jpg); background-position: center 0; background-repeat: no-repeat; background-size:100%  }
.page{ }
.page img{ max-width: 95% ; height: auto!important;}
.bwcxbig{ height: 833px; text-align: center; }
.box{ width: 95%; margin: 0 auto; position: relative; } 
 
.topb img{ width: 80%!important }

/* 小火箭css */
#gotop1 {
    width: 50px;
    position: fixed;
    bottom: 50px;
    cursor: pointer;
    z-index: 99998;
    right: 10px;
    background-image: url(./top.png);
    height: 50px;
    background-size: 100%
 }
 #gotop1 img{ width: 50px; }

/* 小火箭悬停特效 */

#gotop1:hover {
    animation: rubberBand 1s;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

/* end 小火箭 */

 


section{ padding-top: 20px; padding-bottom: 20px; }
/*大头条*/
.topt{ font-size: 24px; font-weight: 800; border-bottom: 1px solid #cdcdcd; padding-bottom: 20px;
padding-top:20px; line-height: 1.8em; text-shadow: 1px 1px 1px yellow } 
.topt a{ color: #cc151e;}
/*轮播*/
.banner{ width: 100%; margin:0 auto; background-image: url(./bannerbg.jpg); background-repeat: no-repeat; background-position: center;
background-size: cover; }
.bannerbox{ padding-top: 30px;  padding-bottom: 30px;}
.bimg{ width: 630px; height: 456px; display: none;  background-repeat: no-repeat; background-position: center; background-size: cover}
.bimg a{width: 630px; height: 456px; display: block;}
.btext{ width: 100%; }
.btext h3{ padding-top: 8px;padding-bottom:8px; 
  padding-left: 30px;font-weight: 300 ;border-bottom: 1px dotted #d75c63; background-image: url(./chobg.png);
  background-repeat: no-repeat; background-position: 0 center }
.btext h3 a{ color: #fff; font-size: 18px; line-height: 1.6em;  }
.chobaner{  border-bottom: 2px solid #f1cc71!important;   background-image: url(./chobghov.png)!important; }
.chobaner a{color: #f1cc71!important; }
 .sectit{ text-align: center; padding-top:30px; padding-bottom: 30px; }
 .sectit img{ width: 100%; }


.bsonepad{ padding-left: 3px; padding-right: 3px; }
.bsone{  background-color: #f1eee7; width: 100%; margin-top: 6px; padding-bottom: 10px;}
.bsone h3{ font-size: 18px; line-height: 1.8em }
.bsone h3 a{ color: #000; }
.bsone p{ font-size: 16px; line-height: 1.6em; color: #454545; margin-top: 10px; }
.conpad{ padding-left: 17px; padding-right: 17px; padding-top: 17px; padding-bottom: 17px; }
.gzbsbg{ background-image: url(./gzbsbg.jpg); background-position: 100% center; background-size:830px; background-repeat: no-repeat; }
.gzbsbg .f2{ width: 100%; float: none }
.news-container {
      width: 100%;
       padding-bottom: 50px;
 }
    .news-slide {
      text-align: center;
      font-size: 18px;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }


.news-button-prev,.sj-button-prev {
    left: 0px;
    width: 45px;
    height: 45px;
    background: url(./wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
        display: none;

}    


.news-button-next,.sj-button-next {
    right: 0px;
    width: 45px;
    height: 45px;
    background: url(./wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
    display: none;
}


 .news-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%
}

 .hdbox{ height: 400px;background-color: #c0000b; }
 .hdbox .f2{ width: 100%; float: none; }
.newsbig{ width: 50%; height: 200px;  background-color: #c0000b;}

.ckbtn{ display: block; width:136px; 
  height: 36px; border: 1px solid #fff; border-radius: 5px; text-align: center; line-height: 36px; 
color: #fff; position: absolute; left: 50%; margin-left: -68px; bottom: 10px; font-size: 16px; }

.news-pagination {
  width: 100%;
  bottom: 20px;
}

.news-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5!important;
  width: 15px;
  height: 15px;
  opacity: 1;
  border-radius:   100%;
}

.news-pagination .swiper-pagination-bullet-active {
  border: 3px solid #c0000b;
  background-color: #fff!important;
}

.hdbox{ padding-bottom:40px;  }
.hdrigtext{ text-align: left; }
.hdrigtext h3{ font-size: 18px; font-weight: 800; color: #fff; line-height: 1.7em }
.hdrigtext p{ font-size: 16px; color: #fff; font-weight: 300; padding-top: 50px; line-height: 1.7em; display: none; } 
.hdtpad{  padding: 30px; }
.hdimg{ height: 230px; background-repeat: no-repeat; background-position: center; background-size: cover }
.xxhdbg{ background-image: url(./xxhdbg.jpg); background-position: 0 center; background-repeat: no-repeat;
 background-size: 500px; }
 .plone{ width: 100%; border: 1px solid #f1f1f1; border-top: 3px solid #c10001;
 box-shadow: 1px 3px 4px #b3b3b3 }
 .plonepad{ padding: 20px; }
  .plonepad h3 a, .plonepad p a{ color: #000 }
 .plonepad h3{ font-size: 20px; font-weight: 800; line-height: 32px; height: 64px; overflow: hidden; }
 .plonepad p{ font-size: 14px; padding-top: 20px; line-height: 1.7em;  }
  .plonepad p a{ color: #454545 }

footer{ width: 100%; height: 167px;  background-image: url(./footbg.jpg);
 background-repeat: no-repeat; background-position: 0 center; background-size: cover; position: relative;}   
footer p{ text-align: center; color: #fff; line-height: 2em;font-size: 12px; }
.footpad{ width: 100%; position: absolute; bottom: 10px; }


.content{ }
.content .content_box {
      margin: 0 auto;
      width: 95%;
    }

    .fbtit{ text-align: center; line-height: 30px; font-size: 14px; color: #666; padding-top: 10px;}
    
    .content .content_box .content_detail {
      width: 100%;
      background-color: #FFFFFF;
    }
    
    .content .content_box .content_detail .newDetails {
      margin: 0 auto;
      width: 90%;
      border-bottom: 1px solid #c2c2c2;
      padding-bottom: 20px;
      padding-top: 20px;
    }
    
    .content .content_box .content_detail .newDetails h3 {
      font-size: 20px;
      padding-top: 20px;
      text-align: center;
      line-height: 1.5em
    }
    
    .content .content_box .content_detail .newDetails dl {
      float: left;
      margin: 20px 34px 0 0;
      font-size: 16px;
      color: #7a7a7a;
    }
    .newDetails_txt{ padding: 10px; font-size: 16px;
    font-weight: 300;
    line-height: 2.1rem;
    letter-spacing: .03rem; color: #333;}
    .content .content_box .content_detail .newDetails dl dt,
    .newDetails dl dd {
      float: left;
      display: inline;
    }
    .newDetails_txt img{ border-radius: 5px;}

iframe{ display: none!important }