@charset "UTF-8";
@import url(swiper-3.4.1.min.css);
* {
  border: none;
  margin: 0;
  padding: 0;
  font-family: 'MicrosoftYaHei', 微软雅黑,serif; }

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none; }

@media screen and (max-width: 320px) {
  html {
    font-size: 42.667px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 321px) and (max-width: 360px) {
  html {
    font-size: 48px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 361px) and (max-width: 375px) {
  html {
    font-size: 50px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 376px) and (max-width: 393px) {
  html {
    font-size: 52.4px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 394px) and (max-width: 412px) {
  html {
    font-size: 54.93px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 413px) and (max-width: 414px) {
  html {
    font-size: 55.2px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 415px) and (max-width: 480px) {
  html {
    font-size: 64px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 481px) and (max-width: 540px) {
  html {
    font-size: 72px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 541px) and (max-width: 640px) {
  html {
    font-size: 85.33px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 641px) and (max-width: 720px) {
  html {
    font-size: 96px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 721px) and (max-width: 768px) {
  html {
    font-size: 102.4px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 769px) {
  html {
    font-size: 102.4px; } }
.clear {
  clear: both;
  *height: 1%; }
  .clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

img {
  display: block; }

li {
  list-style: none; }

body {
  font-size: 19px;
  line-height: 35px;
  position: relative;
  color: #333; }
  @media screen and (max-width: 1200px) {
    body {
      font-size: 14px;
      line-height: 30px; } }

[v-cloak] {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

a {
  color: black; }
  a:hover {
    color: #9c0909; }

.wap {
  display: none; }

@media screen and (max-width: 1200px) {
  .wap {
    display: block; } }
body {
  background: url("../images/header.jpg") no-repeat center top; }
  @media screen and (max-width: 1200px) {
    body {
      background: none; } }

header {
  height: 504px; }
  @media screen and (max-width: 1200px) {
    header {
      height: auto; }
      header img {
        width: 100%; } }

section {
  width: 1200px;
  margin: 0 auto;
  padding-top: 64px; }
  @media screen and (max-width: 1200px) {
    section {
      width: 95%; } }

.part1 {
  padding-top: 0; }
  .part1 .top {
    background: url("../images/title_bg.png") no-repeat;
    background-size: 100% 100%;
    height: 64px;
    line-height: 64px;
    font-size: 30px;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 1200px) {
      .part1 .top {
        font-size: 20px;
        height: auto;
        line-height: 33px; } }
    .part1 .top a {
      color: #a31c1c; }
  .part1 .clear {
    margin-top: 60px; }
    @media screen and (max-width: 1200px) {
      .part1 .clear {
        margin-top: 0.3rem; } }
    .part1 .clear .swiper-container {
      float: left;
      width: 518px; }
      @media screen and (max-width: 1200px) {
        .part1 .clear .swiper-container {
          width: 100%; } }
      .part1 .clear .swiper-container .img {
        position: relative;
        width: 100%;
        height: 338px; }
        @media screen and (max-width: 1200px) {
          .part1 .clear .swiper-container .img {
            height: 4.6491312741rem; } }
        .part1 .clear .swiper-container .img img {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          object-fit: cover; }
        .part1 .clear .swiper-container .img .title {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          position: absolute;
          left: 0;
          bottom: 0;
          right: 0;
          background: rgba(0, 0, 0, 0.5);
          color: white;
          padding: 0 90px 0 20px;
          height: 50px;
          line-height: 50px; }
      .part1 .clear .swiper-container .swiper-pagination {
        width: 90px;
        left: auto;
        right: 0;
        bottom: 15px; }
        @media screen and (max-width: 1200px) {
          .part1 .clear .swiper-container .swiper-pagination {
            bottom: 0.2rem; } }
      .part1 .clear .swiper-container .swiper-pagination-bullet {
        opacity: 1;
        width: 6px;
        height: 6px;
        border-radius: 0;
        background: white; }
      .part1 .clear .swiper-container .swiper-pagination-bullet-active {
        background: #ab2b15; }
    .part1 .clear .right {
      float: right;
      width: 616px; }
      @media screen and (max-width: 1200px) {
        .part1 .clear .right {
          width: 100%;
          text-align: justify; } }
      .part1 .clear .right .news .title {
        font-size: 26px;
        line-height: 42px;
        color: #9c0909;
        font-weight: bold;
        margin-bottom: 20px; }
        @media screen and (max-width: 1200px) {
          .part1 .clear .right .news .title {
            font-size: 22px;
            line-height: 30px;
            margin-top: 0.3rem;
            margin-bottom: 0.2rem; } }
      .part1 .clear .right .news .des {
        color: #666666;
        margin-bottom: 20px;
        text-align: justify; }
        .part1 .clear .right .news .des span {
          color: #9c0909; }
      .part1 .clear .right ul li {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        background: url("../images/dot.png") no-repeat left center;
        text-indent: 35px;
        margin-bottom: 10px; }
        @media screen and (max-width: 1200px) {
          .part1 .clear .right ul li {
            text-indent: 25px; } }
      .part1 .clear .right .more {
        font-size: 15px;
        text-align: right; }
        .part1 .clear .right .more a {
          color: #9c0909; }

.section_title {
  position: relative;
  width: 100%;
  margin-bottom: 35px; }
  @media screen and (max-width: 1200px) {
    .section_title {
      padding-bottom: 20px; } }
  .section_title img {
    height: 84px;
    margin: 0 auto; }
    @media screen and (max-width: 1200px) {
      .section_title img {
        width: 100%;
        height: auto; } }
  .section_title a {
    font-size: 15px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #9c0909; }

.section2 {
  background: url("../images/bg.png") no-repeat;
  background-size: 100% 100%;
  padding-bottom: 50px;
  margin-top: 40px; }

.part2 {
  padding-top: 0; }
  @media screen and (max-width: 1200px) {
    .part2 {
      text-align: justify; } }
  .part2 .section_title {
    padding-top: 53px; }
    .part2 .section_title a {
      color: white; }
  .part2 .news_top {
    border-bottom: 1px solid white;
    margin-bottom: 35px; }
    .part2 .news_top .title {
      font-size: 26px;
      line-height: 42px;
      color: white;
      font-weight: bold;
      margin-bottom: 10px; }
      @media screen and (max-width: 1200px) {
        .part2 .news_top .title {
          font-size: 22px;
          line-height: 35px; } }
    .part2 .news_top .des {
      color: #ffb8ab;
      padding-bottom: 30px;
      text-align: justify; }
  .part2 .left, .part2 .right {
    float: left;
    width: 568px; }
    @media screen and (max-width: 1200px) {
      .part2 .left, .part2 .right {
        width: 100%; } }
    .part2 .left .title, .part2 .right .title {
      font-size: 22px;
      line-height: 42px;
      color: white;
      font-weight: bold;
      margin-bottom: 10px; }
      @media screen and (max-width: 1200px) {
        .part2 .left .title, .part2 .right .title {
          font-size: 22px;
          line-height: 35px; } }
    .part2 .left .des, .part2 .right .des {
      color: #ffb8ab;
      font-size: 18px;
      text-align: justify; }
      @media screen and (max-width: 1200px) {
        .part2 .left .des, .part2 .right .des {
          font-size: 14px;
          line-height: 30px; } }
  .part2 .right {
    float: right; }

.part3 .news_top .left {
  float: left;
  width: 585px; }
  @media screen and (max-width: 1200px) {
    .part3 .news_top .left {
      width: 100%; } }
  .part3 .news_top .left .title {
    font-size: 26px;
    line-height: 42px;
    color: #9c0909;
    font-weight: bold;
    margin-bottom: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    @media screen and (max-width: 1200px) {
      .part3 .news_top .left .title {
        font-size: 22px;
        line-height: 35px; } }
  .part3 .news_top .left .des {
    color: #666666;
    margin-bottom: 20px;
    text-align: justify; }
    .part3 .news_top .left .des span {
      color: #9c0909; }
.part3 .news_top .right {
  float: right;
  width: 538px; }
  @media screen and (max-width: 1200px) {
    .part3 .news_top .right {
      width: 100%; } }
  .part3 .news_top .right .img {
    position: relative;
    width: 100%;
    height: 315px; }
    @media screen and (max-width: 1200px) {
      .part3 .news_top .right .img {
        height: 4.1717007435rem; } }
    .part3 .news_top .right .img img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      object-fit: cover; }
    .part3 .news_top .right .img .title {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.5);
      color: white;
      padding: 0 20px;
      height: 50px;
      line-height: 50px; }
.part3 .news_bottom {
  margin-top: 40px; }
  @media screen and (max-width: 1200px) {
    .part3 .news_bottom {
      margin-top: 0.4rem; } }
  .part3 .news_bottom .left, .part3 .news_bottom .right {
    float: left;
    width: 546px; }
    @media screen and (max-width: 1200px) {
      .part3 .news_bottom .left, .part3 .news_bottom .right {
        width: 100%; } }
    .part3 .news_bottom .left li, .part3 .news_bottom .right li {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      background: url("../images/dot.png") no-repeat left center;
      text-indent: 35px;
      margin-bottom: 10px; }
      @media screen and (max-width: 1200px) {
        .part3 .news_bottom .left li, .part3 .news_bottom .right li {
          text-indent: 25px; } }
  .part3 .news_bottom .left {
    padding-right: 70px;
    border-right: 1px solid #9c0909; }
    @media screen and (max-width: 1200px) {
      .part3 .news_bottom .left {
        padding-right: 0;
        border-right: 0;
        border-bottom: 1px solid #9c0909; } }
  .part3 .news_bottom .right {
    float: right;
    width: 500px; }
    @media screen and (max-width: 1200px) {
      .part3 .news_bottom .right {
        width: 100%;
        margin-top: 0.3rem; } }

.part4 .img_list {
  padding-bottom: 43px;
  border-bottom: 1px solid #9c0909; }
  @media screen and (max-width: 1200px) {
    .part4 .img_list {
      padding-bottom: 20px; } }
  .part4 .img_list .left {
    float: left;
    width: 695px; }
    @media screen and (max-width: 1200px) {
      .part4 .img_list .left {
        width: 100%; } }
    .part4 .img_list .left .img {
      position: relative;
      width: 100%;
      height: 454px; }
      @media screen and (max-width: 1200px) {
        .part4 .img_list .left .img {
          height: 4.6610230548rem;
          margin-bottom: 17px; } }
      .part4 .img_list .left .img img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        object-fit: cover; }
      .part4 .img_list .left .img .title {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
        color: white;
        padding: 0 20px;
        height: 50px;
        line-height: 50px; }
  .part4 .img_list .right {
    float: right;
    width: 480px; }
    @media screen and (max-width: 1200px) {
      .part4 .img_list .right {
        width: 100%; } }
    .part4 .img_list .right .img {
      position: relative;
      width: 100%;
      height: 218px;
      margin-bottom: 17px; }
      @media screen and (max-width: 1200px) {
        .part4 .img_list .right .img {
          height: 3.2359375rem; } }
      .part4 .img_list .right .img img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        object-fit: cover; }
      .part4 .img_list .right .img .title {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
        color: white;
        padding: 0 20px;
        height: 50px;
        line-height: 50px; }
.part4 .news_bottom {
  padding-top: 50px; }
  @media screen and (max-width: 1200px) {
    .part4 .news_bottom {
      padding-top: 20px; } }
  .part4 .news_bottom .left, .part4 .news_bottom .right {
    float: left;
    width: 568px; }
    @media screen and (max-width: 1200px) {
      .part4 .news_bottom .left, .part4 .news_bottom .right {
        width: 100%; } }
    .part4 .news_bottom .left .title, .part4 .news_bottom .right .title {
      font-size: 22px;
      line-height: 42px;
      font-weight: bold;
      margin-bottom: 10px;
      color: #9c0909; }
    .part4 .news_bottom .left .des, .part4 .news_bottom .right .des {
      padding-bottom: 30px;
      font-size: 18px;
      text-align: justify;
      color: #666; }
      @media screen and (max-width: 1200px) {
        .part4 .news_bottom .left .des, .part4 .news_bottom .right .des {
          font-size: 14px;
          padding-bottom: 20px; } }
      .part4 .news_bottom .left .des span, .part4 .news_bottom .right .des span {
        color: #9c0909; }
  .part4 .news_bottom .right {
    float: right; }

footer {
  background: #ab2b15;
  color: white;
  text-align: center;
  height: 130px;
  line-height: 130px;
  margin-top: 30px; }

/*# sourceMappingURL=style.css.map */
