h1, h2, h3, h4, h5 {
  font-weight: normal; }

.header {
  height: 125px; }
  .header .row {
    position: relative;
    padding-top: 30px; }
    .header .row .kc {
      padding-left: 135px; }
    .header .row h1 {
      font-size: 35px;
      color: #f40f2d;
      margin-bottom: 5px;
      line-height: 1; }
    .header .row h2 {
      font-size: 16px;
      color: #fc6478; }
    .header .row .logo {
      position: absolute;
      top: 0;
      left: 15px; }
    .header .row .search {
      width: 375px;
      height: 40px;
      margin-top: 10px;
      position: relative;
      left: -25px; }
      .header .row .search input {
        width: 280px;
        border: 1px solid #ccc;
        display: block;
        float: left;
        border-right: 0;
        height: 100%;
        line-height: 40px;
        text-indent: 2em; }
      .header .row .search span {
        height: 100%;
        width: 85px;
        background-color: #f40f2d;
        line-height: 39px;
        text-align: center;
        display: block;
        float: left;
        cursor: pointer; }
        .header .row .search span img {
          position: relative;
          top: -2px;
          height: 20px; }
    .header .row .dh {
      padding-left: 100px;
      background: url("../images/dh.png") no-repeat;
      background-position: 10px center; }
      .header .row .dh h4 {
        text-align: center;
        font-size: 20px; }
      .header .row .dh h5 {
        text-align: center;
        margin-top: 5px; }

.nav {
  height: 50px;
  line-height: 50px;
  background-color: #f40f2d; }
  .nav a {
    color: #fff;
    display: block;
    height: 100%;
    font-size: 20px;
    padding: 0 20px;
    float: left; }
    .nav a:hover {
      background-color: #d20e26; 
	  color: #fff;
	}

.swiper-container {
  height: 600px;
  position: relative; }
  .swiper-container .swiper-slide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .swiper-container img {
    width: 100%;
    height: 100%; }
  .swiper-container .pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center; }
  .swiper-container .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer; }
  .swiper-container .swiper-active-switch {
    background: #fff; }

.b2 {
  border: 5px solid #ddd;
  padding: 20px; }
  .b2 h1 {
    color: #f40f2d;
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px; }
  .b2 .imgbox {
    border: 1px solid #ccc;
    width: 200px;
    height: 70px;
    line-height: 63px;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: center; }
    .b2 .imgbox img {
      display: inline-block;
      margin: 0 auto; }

.b {
  padding: 100px 20px; }

.grop {
  height: 45px;
  position: relative;
  line-height: 45px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px; }
  .grop span {
    font-size: 18px;
    color: #999;
    width: 20%;
    float: left; }
  .grop input {
    width: 80%;
    float: right;
    text-indent: 1em;
    height: 100%;
    border: 1px solid #ccc;
    line-height: 45px; }
  .grop .tips {
    position: absolute;
    left: 20%;
    top: -30px;
    width: 175px;
    height: 46px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    background: url("../images/ts.png");
    display: none; }

.show {
  display: block !important; }

.ac {
  background: #d20e26; }

.btn {
  width: 240px;
  height: 40px;
  line-height: 40px;
  background-color: #f40f2d;
  color: #fff;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  margin: 0 auto; }

.dp {
  height: 90px;
  background: url("../images/db.png") no-repeat;
  background-position: center center; }

.five {
  width: 100%;
  padding: 15px 20px; }
  .five > div {
    float: left;
    width: 20%;
    border: 1px solid #cccccc;
    border-right: none;
    text-align: center;
    height: 70px;
    line-height: 63px; }

.foo1 {
  padding: 20px 0;
  background: #333; }
  .foo1 .con {
    width: 900px;
    margin: 0 auto; }
    .foo1 .con > div {
      float: left;
      width: 20%; }
    .foo1 .con .pa {
      padding-top: 40px; }
      .foo1 .con .pa h1 {
        font-size: 18px;
        margin-bottom: 10px; }
        .foo1 .con .pa h1 a {
          color: #fff; }
      .foo1 .con .pa p {
        font-size: 14px;
        line-height: 2; }
        .foo1 .con .pa p a {
          color: #aeabab; }
    .foo1 .con .pb {
      text-align: center; }
      .foo1 .con .pb img {
        margin-bottom: 20px; }
      .foo1 .con .pb p {
        font-size: 14px;
        color: #fff; }

.foo2 {
  background: #000;
  padding: 20px 0;
  text-align: center; }
  .foo2 a {
    color: #fff; }
  .foo2 p {
    line-height: 2;
    font-size: 14px;
    color: #fff; }

.tz {
  margin: 50px auto; }
  .tz .bor {
    border: 1px solid #ccc;
    padding: 40px 20px;
    height: 800px; }
    .tz .bor > div {
      height: 100%; }
    .tz .bor .l2 {
      border-right: 2px solid #fba2a9; }
      .tz .bor .l2 > div {
        margin-top: 10px; }
        .tz .bor .l2 > div h2 {
          font-size: 16px;
          color: #ff5900;
          padding: 5px 0;
          border-bottom: 1px dashed #ff5900; }
        .tz .bor .l2 > div a {
          display: block;
          font-size: 14px;
          margin-top: 10px;
          padding-left: 10px; }
          .tz .bor .l2 > div a:hover {
            color: #ff5900; }
    .tz .bor .l10 iframe {
      width: 100%;
      height: 100%;
      display: block;
      border: none;
      overflow: scroll;
      background: #ededed; }

.em1 {
  width: 1em !important;
  display: inline-block !important;
  height: 10px;
  opacity: 0 !important; }

.b3 .grop span {
  width: 20%; }
.b3 .grop input {
  width: 78%; }

.b4 {
  margin: 0 auto; }

.grop2 input {
  width: 32% !important; }
.grop2 .yzm {
  height: 100%;
  width: 46%;
  float: right;
  padding-left: 10px;
  text-align: right; }
  .grop2 .yzm .yzdiv {
    background: #d20e26;
    width: 120px;
    height: 100%;
    float: left; }
  .grop2 .yzm a {
    float: right;
    font-size: 14px; }

.i1 {
  text-align: center; }
  .i1 img {
    width: 400px;
    position: relative;
    top: -50px; }

.jf2 {
  background: url("../images/wz.png") no-repeat;
  background-position: center center;
  height: 491px;
  position: relative;
  top: -50px;
  padding-top: 60px; }
  .jf2 h1 {
    font-size: 65px;
    font-weight: normal;
    font-stretch: normal;
    color: #e4544a;
    text-align: center; }
  .jf2 h2 {
    font-size: 18px;
    text-align: justify;
    color: #e4544a;
    width: 60%;
    margin: 5px auto;
    line-height: 1.5; }

.lx {
  height: 420px;
  background: #f6f6f6;
  border: 5px solid #ddd;
  text-align: center;
  padding-top: 45px; }
  .lx h1 {
    font-size: 26px;
    font-weight: normal;
    margin-top: 20px; }
  .lx h2 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: normal; }

.ta {
  color: #ff5900; }

.pslc {
  position: relative;
  box-sizing: content-box;
  height: 641px;
  background: url("../images/ps.jpg") no-repeat;
  background-position: center center; }
  .pslc > div {
    position: absolute; }
  .pslc .d1 {
    color: #da1f28;
    right: 140px;
    top: 180px; }
  .pslc .d2 {
    color: #eb641b;
    top: 430px;
    right: 90px; }
  .pslc .d4 {
    color: #474b78;
    top: 430px;
    left: 100px; }
    .pslc .d4 h1 {
      text-align: right; }
  .pslc .d3 {
    color: #39639d;
    top: 610px;
    left: 180px; }
    .pslc .d3 h1 {
      text-align: right; }
  .pslc .d5 {
    color: #2da2bf;
    left: 100px;
    top: 180px; }
    .pslc .d5 h1 {
      text-align: right; }
  .pslc h1 {
    font-size: 22px; }
  .pslc h2 {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    opacity: 0.5;
    margin-top: 5px; }

.jfsc {
  text-align: center; }
  .jfsc img {
    width: 300px; }
  .jfsc h1 {
    margin-top: 50px;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #344b67; }
  .jfsc h2 {
    margin-top: 50px;
    font-size: 29px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #344b67;
    opacity: 0.7; }

.ppp {
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  margin-bottom: 30px;
  color: #f40f2d; }

input {
  color: #999;
}
.menu_box {
    height: 30px;
    background-color: #fefffa;
    box-shadow: 0px 0px 5px rgba(160,179,61,.3);
}
.menu {
    width: 1000px;
    margin: 0 auto;
    height: 30px;
}
.head {
    float: left;
    width: 1000px;
    height: 30px;
    line-height: 30px;
}
.head_l {
    float: left;
}
.head_l ul {
    float: left;
}
.head_l ul li {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 12px;
    color: #5e5e5e;
}
li {
    list-style: none;
}
.head_r {
    float: right;
    position: relative;
}
.head_r ul {
    float: right;
}
.head_r ul li {
    float: right;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 12px;
    color: #5e5e5e;
}
.on_color {
    color: #d2635a !important;
    font-weight: bold;
    cursor: pointer;
}
.wx_cion {
    position: absolute;
    z-index: 9999;
    top: 30px;
    right: -41px;
    width: 124px;
    height: 117px;
    background-color: #fff;
    padding: 0px 5px;
    display: none;
}

/*# sourceMappingURL=all.css.map */
