@charset "UTF-8";
.btn-1 {
  border: 1px solid black;
  height: 40px;
  color: black;
  font-size: 14px;
  line-height: 40px;
  padding: 0px 30px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all; }
  .btn-1:hover {
    background: red;
    color: white;
    border: 1px solid white; }

body, html {
  height: 100%; }

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, img, dl, dt, dd, blockquote, fieldset, div, strong, label, em {
  margin: 0;
  padding: 0;
  border: 0; }

table, th, td {
  margin: 0;
  padding: 0; }

body {
  font-size: 14px;
  color: #333;
  font-family: Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Microsoft YaHei", SimSun, Heiti, sans-serif;
  background: #fff;
  /* overflow: hidden;*/ }

ul, ol, li {
  list-style: none; }

input, button {
  margin: 0;
  vertical-align: middle; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

p img {
  display: inline-block; }

a {
  color: #333;
  outline: none !important;
  text-decoration: none; }

a:focus, a:hover {
  text-decoration: none; }

.clear {
  clear: both;
  height: 0px;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 0px; }

.m {
  margin: 0px auto; }

.l {
  float: left; }

.r {
  float: right; }

.x, .main5 .nr, .footer li .ico, .list3_con .list2_nr li h3 {
  position: relative;
  z-index: 1; }

.x2, .main5 .img1 {
  position: relative;
  z-index: 2; }

.j, .top_nav li .menu1, .top_nav2 ul, .footer li .ico .yc, .list3_con .list2_nr li h3:before {
  position: absolute;
  z-index: 1; }

.j2 {
  position: absolute;
  z-index: 2; }

.fix1 {
  position: fixed;
  z-index: 5; }

.fix {
  position: fixed;
  z-index: 10; }

.fix2 {
  position: fixed;
  z-index: 15; }

.vis {
  visibility: hidden; }

.tc {
  text-align: center; }

.ft28 {
  font-size: 28px; }
.pt10 {
  padding-top: 10px; }

.pt20 {
  padding-top: 20px; }

.pt30 {
  padding-top: 30px; }

.pt40 {
  padding-top: 40px; }

.mb40 {
  margin-bottom: 40px; }

.mb100 {
  margin-bottom: 100px; }

.ml40 {
  margin-left: 40px; }

.db {
  display: block; }

.c1 {
  color: #222; }

.c2 {
  color: #fff; }

.cen {
  padding-left: 0px;
  padding-right: 0px; }

.media_img {
  vertical-align: top;
  display: table-cell; }

.media_con {
  display: table-cell;
  vertical-align: top; }

/*通用end*/
:root {
  filter: none; }

@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
.logo img {
  height: 80px;
  display: block; }

.nav {
  background: rgba(42, 90, 190, 0.5);
  }

.top_tel {
  font-size: 14px;
  color: #fff;
  background: #f00;
  line-height: 30px;
  height: 30px;
  padding: 0px 10px;
  margin-top: 25px;
  margin-left: 10px; }
  .top_tel i {
    margin-right: 10px; }
  .top_tel:hover {
    background: #222;
    color: #fff; }

.top_nav {
  height: 80px; }
  .top_nav li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    position: relative;
    z-index: 2; }
    .top_nav li .a1 {
      color: #fff;
      font-size: 16px;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      height: 80px;
      padding: 0px 25px;
      margin: 0px 5px;
      line-height: 80px;
      transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s; }
      .top_nav li .a1 i {
        margin-left: 5px; }
    .top_nav li:hover .menu1 {
      display: block; }
    .top_nav li:hover .a1 {
      color: #fff;
      background: #d31a18; }
    .top_nav li:hover.on .a1 {
      color: #fff;
      background: #d31a18; }
    .top_nav li.on .a1 {
      color: #fff;
      background: #d31a18; }
    .top_nav li .menu1 {
      display: none;
      top: 80px;
      right: 0px;
      width: 170%;
      background: rgba(0, 0, 0, 0.5); }
      .top_nav li .menu1 .a3 .a33 {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #fff;
        text-align: left;
        padding: 0px 10px; }
        .top_nav li .menu1 .a3 .a33:hover {
          color: #fff;
          background: rgba(0, 0, 0, 0.5); }

.top_nav2 {
  width: 70px;
  height: 80px;
  color: #333; }
  .top_nav2 i.ico {
    font-size: 30px;
    line-height: 80px;
    color: #fff; }
  .top_nav2 ul {
    display: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    top: 80px;
    right: 0px;
    padding: 10px 0px; }
    .top_nav2 ul.on {
      display: block; }
  .top_nav2 li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100%;
    position: relative;
    z-index: 2; }
    .top_nav2 li .a1 {
      color: #fff;
      font-size: 14px;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      width: 100%;
      height: 40px;
      padding: 0px 10px;
      line-height: 40px;
      transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s; }
      .top_nav2 li .a1 i {
        font-size: 12px;
        font-weight: normal;
        margin-left: 5px; }
        .top_nav2 li .a1 i.glyphicon-th-list:before, .top_nav2 li .a1 i.glyphicon-remove:before {
          content: none; }
    .top_nav2 li:hover .a1 {
      color: #fff;
      background: rgba(0, 0, 0, 0.5); }
    .top_nav2 li:hover.on .a1 {
      color: #fff;
      background: rgba(0, 0, 0, 0.5); }
    .top_nav2 li.on .a1 {
      color: #fff;
      background: rgba(0, 0, 0, 0.5); }
    .top_nav2 li.on .menu1 {
      display: block; }
    .top_nav2 li .menu1 {
      display: none;
      padding: 5px 10px;
      width: 100%;
      background: rgba(0, 0, 0, 0.5); }
      .top_nav2 li .menu1 .a3 .a33 {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #fff;
        text-align: left;
        padding: 0px 10px; }
        .top_nav2 li .menu1 .a3 .a33:hover {
          color: #fff;
          background: rgba(0, 0, 0, 0.5); }

/*banner*/
.banner.swiper-container {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden; }

.banner .swiper-slide img {
  width: 100%; }

.swiper-wrapper {
  width: 100%; }

.swiper-button-next {
  right: 2%; }

.swiper-button-prev {
  left: 2%; }

.swiper-pagination-bullet {
  background: #fff; }

.xbanner a {
  display: block;
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center top; }

.xbanner span {
  display: block;
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center top; }

.title1 {
  font-size: 36px;
  margin-top: 0px;
  text-align: center;
  font-weight: 300; }
  .title1 p {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    width: 80%;
    color: #5e7387;
    margin: 0px auto; }

.title2 {
  font-size: 36px;
  margin-top: 0px;
  text-align: left;
  font-weight: 300;
  padding: 10px 0px;
  border-bottom: 1px solid #ddd; }

.title3 {
  font-size: 30px;
  margin-top: 0px;
  text-align: center;
  line-height: 35px; }
  .title3 p {
    line-height: 40px;
    margin: 0;
    padding: 0; }
  .title3 span {
    line-height: 0px;
    display: block;
    margin: 20px auto 0;
    padding: 0;
    height: 0px;
    width: 40px;
    border-top: 2px solid #000; }

.main1 {
  background: #fff; }
  .main1 li:nth-child(2n+3) {
    clear: both; }
  .main1 li {
    text-align: center;
    min-height: 200px; }
    .main1 li:hover h3, .main1 li:hover h3 a {
      color: #f00; }
    .main1 li i {
      width: 120px;
      height: 100px;
      text-align: center;
      font-size: 50px;
      line-height: 120px;
      color: #5e7387; }
    .main1 li img {
      margin: 0px auto; }
      .main1 li img:hover {
        transform: scale(1.1);
        -webkit-transition: all ease-out 0.2s;
        transition: all ease-out 0.2s; }
    .main1 li h3 {
      margin-top: 20px;
      margin-bottom: 5px;
      font-weight: 300;
      font-size: 20px;
      color: #2a333c; }
    .main1 li p {
      width: 90%;
      margin: 0px auto;
      font-weight: 300;
      color: #5e7387; }

@media (min-width: 992px) {
  .main1 li:nth-child(2n+3) {
    clear: none; } }
.only-box {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .only-box.only-color1 {
    background: #d31a18; }
  .only-box .only-img {
    width: 100%;
    height: 300px;
    position: relative; }
    .only-box .only-img span {
      width: 100%;
      height: 100%;
      background: center no-repeat;
      background-size: cover; }
  .only-box .only-cut {
    width: 100%;
    float: none;
    padding: 5% 5%; }
    .only-box .only-cut h3 {
      font-size: 30px;
      color: #fff;    padding-bottom: 20px;
      margin: 0 0 10px 0; border-bottom:2px solid #fff; }
    .only-box .only-cut p {
      padding: 10px 0px;
      font-size: 16px;
      line-height: 25px;
      color: #fff; }
    .only-box .only-cut .btn-1 {
      margin-top: 10px;background: #333;color:#fff;border:0;border-radius: 20px; }
    .only-box .only-cut .btn-1:hover {background: #2A5ABE;}
@media (min-width: 992px) {
  .only-box .only-img {
    width: 50%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute; }
  .only-box .only-cut {
    width: 50%;
    float: right; } }
.multi-box {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .multi-box.multi-color1 {
    background: #fff; }
  .multi-box .multi-img {
    width: 100%;
    height: 300px;
    position: relative; }
    .multi-box .multi-img .swiper-container {
      height: 100%; }
    .multi-box .multi-img span.swiper-slide {
      width: 100%;
      height: 100%;
      background: center no-repeat;
      background-size: cover; }
  .multi-box .multi-cut {
    width: 100%;
    float: none;
    padding: 5% 5%; }
    .multi-box .multi-cut h3 {
      font-size: 30px;
      color: #333;
      margin: 0 0 30px 0; }
    .multi-box .multi-cut p {
      padding: 10px 0px;
      font-size: 14px;
      line-height: 25px;
      color: #666; }
      .multi-box .multi-cut p.p1 {
        color: #aaa;
        font-size: 16px; }
    .multi-box .multi-cut .btn-1 {
      margin-top: 10px; }

@media (min-width: 992px) {
  .multi-box .multi-img {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px; }
  .multi-box .multi-cut {
    width: 50%;
    float: left; } }
.main3 {
  background: #f5f5f5; }
  .main3 .container {
    width: 90%; }
  .main3 .bd .img1 {
    overflow: hidden; }
    .main3 .bd .img1:hover img {
      webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .main3 .bd .img1 img {
      transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s; }
    .main3 .bd .img1:hover .img-cen {
      opacity: 1;
      transition: 0.2s all; }
      .main3 .bd .img1:hover .img-cen span {
        margin: 20% auto 0px; }
    .main3 .bd .img1 .img-cen {
      top: 0px;
      left: 0px;
      /*background: rgba(255, 0, 0, 0.5);*/
      height: 100%;
      width: 100%;
      vertical-align: middle;
      opacity: 0;
      transition: 0.2s all;
      color: #fff;
      font-size: 14px;
      line-height: 25px; }
      .main3 .bd .img1 .img-cen .nr {
        margin: 22% 20px 0px; }
  .main3 .bd .slide3_btn {
    margin: 20px auto 0px; }
    .main3 .bd .slide3_btn a {
      font-size: 24px;
      color: #666;
      cursor: pointer;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      width: 50px;
      height: 50px;
      margin: 0px 10px;
      text-align: center;
      line-height: 50px;
      border: 1px solid #ddd; }

@media (min-width: 768px) {
  .main2 .bd h3 {
    height: 60px;
    line-height: 60px;
    overflow: hidden; } }
.main4 {
  background: #f5f5f5;
  overflow: hidden; }
  .main4 .metvideo {
    width: 100%; }

.main5 .con {
  margin-bottom: 10px; }
.main5 .img1 {
  overflow: hidden; }
  .main5 .img1 img {
    width: 100%;
    display: block; }
.main5 .nr h3 {
  font-size: 16px;
  margin-top: 10px; }
  .main5 .nr h3 a {
    color: #333; }
    .main5 .nr h3 a:hover {
      text-decoration: underline; }
  .main5 .nr h3 span {
    display: block;
    color: #aaa;
    font-size: 14px;
    margin-top: 5px; }
.main5 .nr p {
  line-height: 22px;
  font-size: 14px;
  margin-top: 10px;
  color: #666; }
.main5 .nr .biaoqian {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  line-height: 25px; }
  .main5 .nr .biaoqian a {
    color: #aaa;
    padding-left: 5px; }

.main6 {
  background: #333333; }
  .main6 p {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 25px;
    color: #fff;
    line-height: 30px; }
  .main6 a {
    margin-left: 30px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 30px;
    color: #fff;
    background: #333;
    padding: 5px 10px; }
    .main6 a:hover {
      background: #333333; }
    .main6 a i {
      margin-left: 10px;
      padding-left: 10px;
      border-left: 1px solid #fff; }

.footer {  
    /*
    background-image:url(../images/lxbg.jpg);     background-size: cover;
    background-repeat: no-repeat;
    */
    background-color: #2A5ABE;}
  .footer li {
    margin-bottom: 10px; }
  .footer dt {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: normal;
    color: #ccc; }
    .footer dt a {
      color: #ccc; }
      .footer dt a:hover {
        color: #999; }
  .footer dd {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0px;
    color: #ccc; }
    .footer dd a {
      color: #ccc; }
      .footer dd a:hover {
        color: #aaa; }
    .footer dd img {
      margin-right: 10px; }
    .footer dd .nr {
      line-height: 24px; }
    .footer dd i {
      width: 20px;
      font-size: 18px;
      text-align: center;
      margin-right: 20px; }
  .footer li .p1 {
    font-size: 18px;
    line-height: 30px;
    padding: 0px 0px 5px;
    color: #fff; }
  .footer li .p2 {
    font-size: 14px;
    line-height: 25px;
    padding: 10px 0px 10px;
    color: #fff; }
  .footer li .ico {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 30px;
    height: 30px;
    margin-top: 20px;
    margin-right: 10px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    background: #fff;
    font-size: 20px;
    padding: 0px 5px;
    color: #aaa; }
    .footer li .ico a {
      color: #aaa; }
    .footer li .ico:hover, .footer li .ico:hover a {
      color: #333; }
    .footer li .ico:hover .yc {
      display: block; }
    .footer li .ico .yc {
      top: -155px;
      left: -65px;
      display: none;
      width: 150px;
      height: 150px;
      border: 1px solid #ddd; }

.yqlj {
  line-height: 25px;
  color: #aaa;
  font-size: 14px;
  background: #222; }
  .yqlj a {
    color: #ccc;
    padding: 0px 10px; }
    .yqlj a:hover {
      text-decoration: underline;
      color: #fff; }

.address {
  color: #aaa;
  font-size: 14px;
  line-height: 24px;
  background: #061f53; }

.danye .list_menu.swiper-container {
  border-bottom: 1px solid #ddd; }
.danye .swiper-wrapper {
  justify-content: center;
  text-align: center; }
  .danye .swiper-wrapper.flex-start {
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important; }
.danye .swiper-slide {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  padding: 0px 10px;
  white-space: nowrap;
  background: #fff;
  color: #333;
  border: none;
  height: 48px;
  line-height: 48px;
  width: auto;
  margin: 0px 6px;
  font-size: 16px; }
  .danye .swiper-slide a.on, .danye .swiper-slide a:hover {
    color: #333333; }

.news {
  padding: 0px;
  background: #f5f5f5; }
  .news .news_left {
    background: #fff; }
    .news .news_left ul.left_con {
      padding: 0px 15px; }
    .news .news_left .left_con li {
      padding: 15px 0px;
      border-bottom: 1px solid #ddd; }
      .news .news_left .left_con li .img1 {
        width: 100px; }
      .news .news_left .left_con li .nr {
        padding-left: 10px; }
        .news .news_left .left_con li .nr h3 {
          font-size: 18px;
          font-weight: normal;
          line-height: 22px;
          margin-bottom: 5px; }
          .news .news_left .left_con li .nr h3 a {
            color: #666; }
            .news .news_left .left_con li .nr h3 a:hover {
              text-decoration: underline;
              color: #333333; }
        .news .news_left .left_con li .nr p {
          font-size: 14px;
          color: #aaa; }
        .news .news_left .left_con li .nr span {
          display: inline-block;
          *display: inline;
          *zoom: 1;
          padding-right: 10px;
          font-size: 14px;
          color: #666;
          line-height: 20px;
          margin-top: 5px; }
          .news .news_left .left_con li .nr span i {
            margin-right: 5px; }
  .news .news_right {
    background: #fff;
    padding: 15px;
    margin-top: 30px; }
    .news .news_right .bt {
      font-size: 18px;
      height: 30px;
      line-height: 30px;
      margin: 10px 0px;
      color: #333; }
    .news .news_right ul {
      border: 1px solid #ddd;
      border-bottom: none; }
      .news .news_right ul li {
        border-bottom: 1px solid #ddd;
        padding: 10px;
        font-size: 16px;
        line-height: 24px; }
        .news .news_right ul li a {
          color: #666; display: block;width:100%;height:100%;}
          .news .news_right ul li:hover {background: #2A5ABE;}
          .news .news_right ul li:hover a{color:#fff;}
          .news .news_right ul li.on {background: #2A5ABE;}
          .news .news_right ul li.on a{color:#fff;}

    .news .news_right .news_menu {
      margin-top: 20px; }
      .news .news_right .news_menu a {
        display: block;
        color: #333;
        font-size: 16px;
        line-height: 24px;
        margin: 8px 0px; }
        .news .news_right .news_menu a:hover, .news .news_right .news_menu a.on {
          color: #333333; }

.search .ipt {
  width: 100%;
  background: none;
  padding: 0px 10px;
  font-family: Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Microsoft YaHei", SimSun, Heiti, sans-serif;
  height: 40px;
  border: none;
  outline: none;
  line-height: 40px;
  border: 1px solid #ddd;
  border-radius: 20px;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px; }
.search .btn1 {
  cursor: pointer;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px; }

@media (min-width: 768px) {
  .news {
    padding: 30px 0px; }
    .news .news_left ul.left_con {
      padding: 0px 30px; }
    .news .news_left .left_con li {
      padding: 30px 0px; }
      .news .news_left .left_con li .img1 {
        width: 150px; } }
@media (min-width: 992px) {
  .news .news_right {
    margin-left: 30px;
    margin-top: 0px; } }
@media (max-width: 420px) {
  .news .media_img {
    width: 100%;
    display: block;
    margin-bottom: 10px; }
  .news .media_con {
    width: 100%;
    display: block; }
  .news .news_left .left_con li .img1 {
    width: 100%; } }
/*分页*/


.list2 .search {
  max-width: 500px;
  margin: 0px auto; }
.list2 .swiper-wrapper {
  justify-content: center;
  text-align: center; }
  .list2 .swiper-wrapper.flex-start {
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important; }
.list2 .swiper-slide {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  padding: 0px 10px;
  white-space: nowrap;
  background: #fff;
  color: #333;
  border: none;
  height: 48px;
  line-height: 48px;
  width: auto;
  margin: 0px 6px;
  font-size: 16px; }
  .list2 .swiper-slide a.on, .list2 .swiper-slide a:hover {
    color: #333333; }

.list2_con {
  background: #f5f5f5; }
  .list2_con .list2_nr li:nth-child(2n+3) {
    clear: both; }
  .list2_con .list2_nr li {
    padding: 5px; }
    .list2_con .list2_nr li h3 {
      font-size: 16px;
      text-align: center;
      padding: 10px 0px 5px; }
    .list2_con .list2_nr li span {
      font-size: 14px;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      padding-bottom: 10px;
      color: #f00;
      line-height: 20px; }
    .list2_con .list2_nr li .con {
      background: #fff;
      text-align: center; }

@media (min-width: 992px) {
  .list2_con .list2_nr li:nth-child(2n+3) {
    clear: none; }
  .list2_con .list2_nr li:nth-child(4n+5) {
    clear: none; } }
.list3_con {
  background: #fff;
  border-top: 1px solid #ddd; }
  .list3_con .list2_nr li:nth-child(2n+3) {
    clear: both; }
  .list3_con .list2_nr li {
    padding: 5px; }
    .list3_con .list2_nr li:hover h3:before {
      width: 100%; }
    .list3_con .list2_nr li h3 {
      font-size: 16px;
      text-align: center;
      margin-bottom: 10px;
      color: #333;
      height: 40px;
      line-height: 40px;
      border-bottom: 1px solid #ddd; }
      .list3_con .list2_nr li h3:before {
        content: '';
        bottom: 0px;
        left: 0px;
        width: 20px;
        height: 1px;
        background: #000;
        transition: 0.6s all; }
    .list3_con .list2_nr li p {
      font-size: 14px;
      color: #666;
      line-height: 24px; }
    .list3_con .list2_nr li .con {
      background: #fff; }

@media (min-width: 992px) {
  .list3_con .list2_nr li:nth-child(2n+3) {
    clear: none; }
  .list3_con .list2_nr li:nth-child(3n+4) {
    clear: both; } }
.article1 {
  font-size: 16px;
  line-height: 24px;
  background: #fff;
  padding: 15px;
  min-height: 300px; }
  .article1 img {
    max-width: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  .article1 p {
    padding: 5px 0px; }
  .article1 h1 {
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #333;
    margin-bottom: 10px; }
  .article1 .xbt {
    height: 40px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: #333333; }
    .article1 .xbt span {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      padding: 0px 10px;
      line-height: 40px;
      height: 40px;
      border-bottom: 3px solid #333333;
      margin-bottom: -2px; }
  .article1 .hdwz {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd; }
    .article1 .hdwz span {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      padding-right: 10px;
      font-size: 14px;
      color: #666;
      line-height: 20px;
      margin-top: 5px; }
      .article1 .hdwz span i {
        margin-right: 5px; }

@media (min-width: 768px) {
  .article1 h1 {
    height: 50px;
    line-height: 50px;
    font-size: 32px;
    color: #333;
    margin-bottom: 10px; } }
.article_con {
  padding: 0px;
  background: #f5f5f5; }
  .article_con .news_left {
    background: #fff; }
    .article_con .news_left ul.left_con {
      padding: 0px 15px; }
    .article_con .news_left .left_con li {
      padding: 15px 0px;
      border-bottom: 1px solid #ddd; }
      .article_con .news_left .left_con li .img1 {
        width: 100px; }
      .article_con .news_left .left_con li .nr {
        padding-left: 10px; }
        .article_con .news_left .left_con li .nr h3 {
          font-size: 18px;
          font-weight: normal;
          line-height: 22px;
          margin-bottom: 5px; }
          .article_con .news_left .left_con li .nr h3 a {
            color: #666; }
            .article_con .news_left .left_con li .nr h3 a:hover {
              text-decoration: underline;
              color: #333333; }
        .article_con .news_left .left_con li .nr p {
          font-size: 14px;
          color: #aaa; }
        .article_con .news_left .left_con li .nr span {
          display: inline-block;
          *display: inline;
          *zoom: 1;
          padding-right: 10px;
          font-size: 14px;
          color: #666;
          line-height: 20px;
          margin-top: 5px; }
          .article_con .news_left .left_con li .nr span i {
            margin-right: 5px; }
  .article_con .news_right {
    background: #fff;
    padding: 15px;
    margin-top: 30px; }
    .article_con .news_right .bt {
      font-size: 18px;
      height: 30px;
      line-height: 30px;
      margin: 10px 0px;
      color: #333; }
    .article_con .news_right ul li:nth-child(2n+3) {
      clear: both; }
    .article_con .news_right ul li {
      padding: 15px;
      font-size: 16px;
      line-height: 24px; }
      .article_con .news_right ul li span {
        font-size: 14px;
        height: 20px;
        line-height: 20px;
        padding: 10px 0px; }
      .article_con .news_right ul li a {
        color: #666; }
        .article_con .news_right ul li a:hover {
          text-decoration: underline; }
  .article_con .article_nr {
    padding-bottom: 30px;
    padding-top: 30px; }

@media (min-width: 992px) {
  .article_con .news_right {
    margin-left: 30px;
    margin-top: 0px; }
    .article_con .news_right ul li:nth-child(3n+4) {
      clear: none; } }
@media (min-width: 768px) {
  .article_con .news_right ul li:nth-child(3n+4) {
    clear: both; }
  .article_con .news_right ul li:nth-child(2n+3) {
    clear: none; } }
.cp_hot {
  background: #fff; }
  .cp_hot h3 {
    font-size: 28px;
    font-weight: normal;
    color: #333;
    line-height: 35px;
    margin-bottom: 10px; }
  .cp_hot .img1 {
    max-width: 400px; }
  .cp_hot p {
    font-size: 14px;
    line-height: 24px;
    color: #666; }
  .cp_hot .cphot_nr {
    margin-top: 20px;
    padding: 5px 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
    .cp_hot .cphot_nr span {
      font-size: 14px;
      color: #666;
      line-height: 24px;
      padding: 5px 0px; }

/*# sourceMappingURL=style.css.map */


/*分页*/
.page2{text-align: center;overflow: hidden;}
.pager {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pager > li {
  display: inline;
}
.pager > li > a,
.pager > li > span {
  position: relative;
  float: left;
  padding: 5px 12px;
  margin-left: -1px;
  line-height: 1.53846154;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-transition: all .3s cubic-bezier(.175, .885, .32, 1);
       -o-transition: all .3s cubic-bezier(.175, .885, .32, 1);
          transition: all .3s cubic-bezier(.175, .885, .32, 1);
  border-radius: 0px;
}
.pager > li:first-child > a,
.pager > li:first-child > span {
  margin-left: 0;
}
.pager > li:last-child > a,
.pager > li:last-child > span {

}
.pager > li > a:hover,
.pager > li > span:hover,
.pager > li > a:focus,
.pager > li > span:focus {
  background-color: #e5e5e5;
}
.pager > .active > a,
.pager > .active > span,
.pager > .active > a:hover,
.pager > .active > span:hover,
.pager > .active > a:focus,
.pager > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #2A5ABE;
}
.pager > .disabled > span,
.pager > .disabled > span:hover,
.pager > .disabled > span:focus,
.pager > .disabled > a,
.pager > .disabled > a:hover,
.pager > .disabled > a:focus {
  color: #ddd;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.in1{width:100%;height:30px;overflow: hidden;background-image:url(../images/zhongb.png);}
.in2{margin-bottom:20px;}
.in2 a{display: inline-block;line-height: 30px;margin-right: 65px;color:#fff;}
.in2 a:hover{color:#d51918;}
.in3{color:#fff;line-height: 30px;}
.in31{display:block;float:left;width:40%;}
.in4{width:100%;padding:10px 0;color:#fff;margin-top:10px;}
.in5 img{width:100%;}
.in6{overflow: hidden;}
.in7{width:100%;height:8px;overflow: hidden;background: #d31a18;}
.in8{width:100%;height:3px;overflow: hidden;background: #d31a18;}

.ig1{min-height: 410px;margin-top:2px;}
.ig1 h3{text-align: center;}
.ig1 h3 span{text-align: center;border-bottom:1px solid #d31a18;padding-bottom:10px;}
.ig1 .ig11{float:left;width:50%;padding-left:15px;padding-bottom:15px;}

.ig2{min-height:410px}

.lx1{font-size:22px;font-weight: bold;padding:20px;background: #f3f3f3;
  margin:0 auto;margin-top:-20px;width:130px;margin-top: -35px;}
.lx2{border-top:1px solid #000;width:300px;margin:auto;}
.lx3{background:#fff;padding:30px;}
.lx3 .lx31{font-size:22px;}
.lx3 .lx32{margin-top:20px;font-size: 16px;}
.lx4{float:left;margin-top:10px;margin-right:30px;}
