@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: 16px;
  position: relative;
  color: #333; }

[v-cloak] {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

body {
  background: url("../images/part8_bg.jpg") no-repeat center bottom;
  padding-bottom: 40px; }
  @media screen and (max-width: 1300px) {
    body {
      background-size: 100% auto; } }

body.htmlgray {
  background: url("../images/part8_bg_gray.jpg") no-repeat center bottom;
  padding-bottom: 40px; }

a {
  color: black; }
  a:hover {
    color: #cc4e3c; }

.wap {
  display: none; }

@media screen and (max-width: 1300px) {
  .wap {
    display: block; } }
header {
  background: url("../images/header.jpg") no-repeat center center;
  height: 692px; }
  header .container {
    position: relative;
    height: 692px; }
    @media screen and (max-width: 1300px) {
      header .container {
        height: 1rem;
        width: 100%;
        background: #ff8270; } }
    header .container .search {
      position: absolute;
      right: 0;
      bottom: 17px;
      width: 265px;
      height: 38px;
      border: 1px solid #cc4e3c;
      border-radius: 38px;
      background: white; }
      @media screen and (max-width: 1300px) {
        header .container .search {
          left: 0.1rem;
          right: auto;
          bottom: 0.15rem;
          height: 0.7rem;
          border-radius: 0.7rem; } }
      header .container .search input[type=text] {
        float: left;
        width: 80%;
        background: transparent;
        height: 100%; }
      header .container .search input[type=button] {
        float: right;
        width: 20%;
        height: 100%;
        background: url("../images/search.png") center center no-repeat;
        cursor: pointer; }
  @media screen and (max-width: 1300px) {
    header {
      position: relative;
      height: auto;
      background: none; }
      header .header {
        width: 100%; }
      header .btn_menu {
        position: absolute;
        top: 0.2rem;
        right: 0.1rem;
        width: 0.6rem; } }

menu {
  background: #a21d1b;
  height: 52px;
  line-height: 52px; }
  @media screen and (max-width: 1300px) {
    menu {
      display: none;
      position: fixed;
      right: 0;
      top: 0;
      height: 100%;
      width: 2rem;
      z-index: 99; }
      menu .btn_close {
        width: 0.6rem;
        margin: 0.1rem auto 0 auto; } }
  menu > ul {
    width: 1300px;
    margin: 0 auto;
    display: flex; }
    @media screen and (max-width: 1300px) {
      menu > ul {
        width: 100%;
        display: block; } }
    menu > ul > li {
      position: relative;
      flex: 1;
      color: white;
      cursor: pointer;
      text-align: center;
      font-size: 17px; }
      menu > ul > li a, menu > ul > li a:hover {
        color: white; }
      @media screen and (max-width: 1300px) {
        menu > ul > li {
          flex: none;
          font-size: 16px; } }
      menu > ul > li > ul {
        display: none;
        position: absolute;
        background: #cc4e3c;
        left: 0;
        width: 100%;
        z-index: 5;
        font-size: 17px; }
        @media screen and (max-width: 1300px) {
          menu > ul > li > ul {
            position: fixed;
            width: 3rem;
            right: 2rem;
            left: auto;
            top: 0;
            height: 100%;
            box-sizing: border-box;
            font-size: 16px; } }
        menu > ul > li > ul > li.small {
          font-size: 17px; }
          @media screen and (max-width: 1300px) {
            menu > ul > li > ul > li.small {
              font-size: 16px; } }
      @media screen and (min-width: 1300px) {
        menu > ul > li:hover {
          background: #cc4e3c; }
          menu > ul > li:hover > ul {
            display: block;
            overflow-x: hidden;
            padding-top: 5px; }
            menu > ul > li:hover > ul a {
              color: white; } }
    @media screen and (min-width: 1300px) and (max-width: 1300px) {
      menu > ul > li:hover > ul {
        padding-top: 0.7rem; } }
      @media screen and (min-width: 1300px) {
            menu > ul > li:hover > ul li:hover {
              box-shadow: 0 0 8px #a04431; } }
      @media screen and (max-width: 1300px) {
        menu > ul > li.active {
          background: #cc4e3c; }
          menu > ul > li.active > ul {
            display: block;
            overflow-x: hidden;
            padding-top: 5px; }
            menu > ul > li.active > ul a {
              color: white; } }
    @media screen and (max-width: 1300px) and (max-width: 1300px) {
      menu > ul > li.active > ul {
        padding-top: 0.7rem; } }
      @media screen and (max-width: 1300px) {
            menu > ul > li.active > ul li:hover {
              box-shadow: 0 0 8px #a04431; } }

.container {
  width: 1300px;
  margin: 0 auto; }
  @media screen and (max-width: 1300px) {
    .container {
      width: 7rem; } }

.ad {
  padding-bottom: 22px; }
  @media screen and (max-width: 1300px) {
    .ad {
      padding-bottom: 0.2rem; } }
  .ad img {
    width: 100%; }
  .ad.clear {
    margin-bottom: 0 !important; }
  @media screen and (max-width: 1300px) {
    .ad .left {
      width: 35%; }
    .ad .right {
      width: 62%; } }

.part1 {
  min-height: 634px;
  padding-top: 50px; }
  @media screen and (max-width: 1300px) {
    .part1 {
      padding-top: 0.2rem; } }
  .part1 .clear {
    margin-bottom: 50px; }
    @media screen and (max-width: 1300px) {
      .part1 .clear {
        margin-bottom: 0.2rem; } }
  .part1 .part1_img {
    float: left;
    width: 700px;
    height: 426px; }
    @media screen and (max-width: 1300px) {
      .part1 .part1_img {
        width: 7rem;
        height: 4.26rem; } }
    .part1 .part1_img .swiper-pagination {
      text-align: right;
      padding-right: 20px;
      box-sizing: border-box; }
      .part1 .part1_img .swiper-pagination .swiper-pagination-bullet {
        opacity: 1;
        background: white; }
      .part1 .part1_img .swiper-pagination .swiper-pagination-bullet-active {
        background: #cc4e3c; }
    .part1 .part1_img .swiper-slide {
      position: relative; }
      .part1 .part1_img .swiper-slide img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        object-fit: cover; }
      .part1 .part1_img .swiper-slide .title {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 42px;
        line-height: 42px;
        padding-left: 15px;
        padding-right: 113px;
        box-sizing: border-box;
        color: white;
        background: rgba(0, 0, 0, 0.5);
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
  .part1 .news {
    float: right;
    width: 589px;
    background: white;
    min-height: 426px; }
    @media screen and (max-width: 1300px) {
      .part1 .news {
        width: 7rem;
        margin-top: 0.2rem;
        min-height: auto; } }
    .part1 .news .tab_menu {
      background-image: linear-gradient(#c1c1c1, #ededed);
      height: 48px;
      line-height: 47px;
      padding-top: 0;
      margin-bottom: 30px; }
      @media screen and (max-width: 1300px) {
        .part1 .news .tab_menu {
          height: 0.7rem;
          line-height: 0.69rem; } }
      .part1 .news .tab_menu div {
        float: left;
        font-size: 22px;
        margin: 0 30px;
        cursor: pointer; }
        @media screen and (max-width: 1300px) {
          .part1 .news .tab_menu div {
            margin: 0 5px;
            font-size: 16px; } }
        .part1 .news .tab_menu div.active {
          color: #cc4e3c;
          border-bottom: 1px solid #cc4e3c; }
    .part1 .news .tab {
      padding: 0 27px;
      font-size: 18px; }
      @media screen and (max-width: 1300px) {
        .part1 .news .tab {
          font-size: 15px; } }
      .part1 .news .tab .top {
        border-bottom: 1px solid #d5d3d3;
        padding-bottom: 12px;
        margin-bottom: 34px; }
        @media screen and (max-width: 1300px) {
          .part1 .news .tab .top {
            padding-bottom: 10px;
            margin-bottom: 0; } }
        .part1 .news .tab .top .title {
          margin-top: 25px;
          margin-bottom: 16px;
          color: black; }
          @media screen and (max-width: 1300px) {
            .part1 .news .tab .top .title {
              margin-top: 15px;
              margin-bottom: 10px; } }
        .part1 .news .tab .top .intro {
          font-size: 16px;
          line-height: 27px;
          color: #66615b;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3; }
      .part1 .news .tab ul {
        display: none; }
        .part1 .news .tab ul.active {
          display: block; }
        .part1 .news .tab ul li {
          background: url("../images/dot.png") no-repeat left center;
          padding-left: 19px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          margin: 17px 0; }
        .part1 .news .tab ul .more {
          text-align: right;
          font-size: 16px; }
          @media screen and (max-width: 1300px) {
            .part1 .news .tab ul .more {
              font-size: 14px;
              margin-bottom: 0.2rem; } }
  .part1 .gg_news {
    background: white;
    margin-bottom: 22px;
    height: 46px;
    line-height: 46px; }
    @media screen and (max-width: 1300px) {
      .part1 .gg_news {
        height: auto;
        line-height: 0.5rem;
        margin-bottom: 0.2rem; } }
    .part1 .gg_news .clear {
      padding-top: 0; }
    .part1 .gg_news .left {
      float: left;
      width: 168px;
      font-size: 24px;
      background: url("../images/flag.png") left center no-repeat;
      background-position-x: 10px;
      padding-left: 55px;
      box-sizing: border-box;
      color: #cc4e3c; }
      @media screen and (max-width: 1300px) {
        .part1 .gg_news .left {
          width: 30%;
          font-size: 15px;
          background: url("../images/flag.png") left center no-repeat;
          background-size: 0.3rem auto;
          background-position-x: 0.1rem;
          padding-left: 0.55rem; } }
    .part1 .gg_news .center {
      float: left;
      width: 1037px; }
      @media screen and (max-width: 1300px) {
        .part1 .gg_news .center {
          width: 70%; } }
      .part1 .gg_news .center .swiper-container {
        height: 46px; }
        @media screen and (max-width: 1300px) {
          .part1 .gg_news .center .swiper-container {
            height: 0.5rem; } }
      .part1 .gg_news .center .title {
        height: 46px;
        text-align: center;
        font-size: 24px; }
        @media screen and (max-width: 1300px) {
          .part1 .gg_news .center .title {
            height: 0.5rem;
            font-size: 16px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden; } }
    .part1 .gg_news .right {
      float: right;
      width: 85px; }
      @media screen and (max-width: 1300px) {
        .part1 .gg_news .right {
          display: none; } }

.part-title {
  margin-top: 50px; }
  @media screen and (max-width: 1300px) {
    .part-title {
      margin-top: 0.2rem;
      background-size: 100% auto; } }
  .part-title div {
    height: 40px;
    width: 277px;
    background-size: 100% 100%;
    margin: 0 auto;
    text-align: center;
    color: #d32007;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 2px; }
    @media screen and (max-width: 1300px) {
      .part-title div {
        background-size: 2.77rem auto;
        font-size: 20px;
        line-height: 0.7rem;
        height: 0.9rem; } }

.part2 .swiper-container {
  margin-top: 50px;
  width: 100%; }
  @media screen and (max-width: 1300px) {
    .part2 .swiper-container {
      margin-top: 0.2rem; } }
  .part2 .swiper-container .swiper-slide {
    position: relative;
    height: 186px; }
    @media screen and (max-width: 1300px) {
      .part2 .swiper-container .swiper-slide {
        height: 2rem; } }
    .part2 .swiper-container .swiper-slide img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      object-fit: cover; }
    .part2 .swiper-container .swiper-slide .title {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 40px;
      line-height: 40px;
      padding-left: 15px;
      padding-right: 15px;
      box-sizing: border-box;
      color: white;
      background: rgba(0, 0, 0, 0.5);
      font-size: 16px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }

.part3_part4 {
  min-height: 1102px; }
  @media screen and (max-width: 1300px) {
    .part3_part4 {
      min-height: auto;
      background: none; } }

.part3 .list {
  margin-top: 50px;
  background: #ffe9e6;
  border-radius: 7px;
  border: 1px solid #cc4e3c;
  overflow: hidden; }
  @media screen and (max-width: 1300px) {
    .part3 .list {
      margin-top: 0.2rem; } }
  .part3 .list .title {
    border-bottom: 1px solid #cc4e3c;
    height: 49px;
    line-height: 49px;
    font-size: 22px;
    padding: 0 22px;
    background-image: linear-gradient(to right, #ffffff, #ffe9e6); }
    @media screen and (max-width: 1300px) {
      .part3 .list .title {
        font-size: 16px; } }
    .part3 .list .title .more {
      float: right;
      font-size: 16px; }
      .part3 .list .title .more a {
        color: #cc4e3c; }
  .part3 .list ul {
    padding: 20px 22px; }
    .part3 .list ul li {
      float: left;
      width: 33%;
      margin-left: 0.3%;
      background: url("../images/dot.png") no-repeat left center;
      padding-left: 19px;
      line-height: 35px;
      box-sizing: border-box;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      @media screen and (max-width: 1300px) {
        .part3 .list ul li {
          width: 100%;
          margin-left: 0; } }

.part4 ul, .part5 ul, .part6 ul, .part7 ul, .part8 ul {
  float: left;
  width: 420px;
  border-radius: 6px;
  background: white;
  padding-bottom: 20px;
  margin-top: 50px;
  margin-left: 20px;
  /*   &:nth-child(1) .title{
       background-image: linear-gradient(#f58d67 , #fccea0);
     }
     &:nth-child(2) .title{
       background-image: linear-gradient(#716fdc , #4883ea);
     }
     &:nth-child(3) .title{
       background-image: linear-gradient(#d32007 , #f34b49);
     }
     &:nth-child(4) .title{
       background-image: linear-gradient(#e7a544 , #eec258);
     }
     &:nth-child(5) .title{
       background-image: linear-gradient(#3a7bbd , #78b5e0);
     }
     &:nth-child(6) .title{
       background-image: linear-gradient(#fd968a , #f57b92);
     }*/ }
  @media screen and (max-width: 1300px) {
    .part4 ul, .part5 ul, .part6 ul, .part7 ul, .part8 ul {
      width: 7rem;
      margin: 0.2rem auto; } }
  .part4 ul:nth-child(3n+1), .part5 ul:nth-child(3n+1), .part6 ul:nth-child(3n+1), .part7 ul:nth-child(3n+1), .part8 ul:nth-child(3n+1) {
    margin-left: 0; }
  .part4 ul .title, .part5 ul .title, .part6 ul .title, .part7 ul .title, .part8 ul .title {
    color: white;
    font-size: 17px;
    height: 50px;
    line-height: 50px;
    padding: 0 36px;
    border-radius: 6px;
    background-image: linear-gradient(#d32007, #f34b49); }
    .part4 ul .title .more, .part5 ul .title .more, .part6 ul .title .more, .part7 ul .title .more, .part8 ul .title .more {
      float: right;
      font-size: 16px; }
    .part4 ul .title a, .part5 ul .title a, .part6 ul .title a, .part7 ul .title a, .part8 ul .title a {
      color: white; }
  .part4 ul .img, .part5 ul .img, .part6 ul .img, .part7 ul .img, .part8 ul .img {
    position: relative;
    width: 340px;
    height: 190px;
    overflow: hidden;
    margin: 20px auto; }
    @media screen and (max-width: 1300px) {
      .part4 ul .img, .part5 ul .img, .part6 ul .img, .part7 ul .img, .part8 ul .img {
        width: 6.3rem;
        height: 3.5205882353rem; } }
    .part4 ul .img img, .part5 ul .img img, .part6 ul .img img, .part7 ul .img img, .part8 ul .img img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      object-fit: cover; }
    .part4 ul .img .img-title, .part5 ul .img .img-title, .part6 ul .img .img-title, .part7 ul .img .img-title, .part8 ul .img .img-title {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 40px;
      line-height: 40px;
      padding-left: 15px;
      padding-right: 15px;
      box-sizing: border-box;
      color: white;
      background: rgba(0, 0, 0, 0.5);
      font-size: 16px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
  .part4 ul li, .part5 ul li, .part6 ul li, .part7 ul li, .part8 ul li {
    font-size: 16px;
    line-height: 40px;
    padding: 0 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }

.part9 {
  padding-top: 75px; }
  @media screen and (max-width: 1300px) {
    .part9 {
      padding-top: 0.2rem;
      color: black; } }
  .part9 .left {
    float: left;
    font-size: 34px;
    width: 178px; }
    @media screen and (max-width: 1300px) {
      .part9 .left {
        font-size: 16px;
        display: block;
        width: 100%;
        padding-left: 5px; } }
  .part9 .right {
    float: right;
    width: 1117px;
    padding-top: 10px;
    font-size: 22px; }
    @media screen and (max-width: 1300px) {
      .part9 .right {
        width: 100%;
        font-size: 15px; } }
    .part9 .right a {
      padding: 0 18px;
      margin-bottom: 30px;
      display: inline-block; }
      @media screen and (max-width: 1300px) {
        .part9 .right a {
          padding: 0 5px;
          margin-bottom: 0.2rem;
          color: black; } }

.part10 {
  color: white; }
  @media screen and (max-width: 1300px) {
    .part10 {
      color: black; } }
  .part10 .left {
    float: left;
    margin-top: 27px;
    line-height: 28px; }
    @media screen and (max-width: 1300px) {
      .part10 .left {
        width: 100%;
        margin-left: 0.3rem;
        font-size: 12px; } }
    .part10 .left div:nth-child(1), .part10 .left div:nth-child(2) {
      font-size: 22px;
      margin-bottom: 10px; }
      @media screen and (max-width: 1300px) {
        .part10 .left div:nth-child(1), .part10 .left div:nth-child(2) {
          font-size: 14px;
          margin-bottom: 0.2rem; } }
      .part10 .left div:nth-child(1) img, .part10 .left div:nth-child(2) img {
        position: relative;
        top: 10px;
        margin-left: 15px;
        display: inline-block; }
        @media screen and (max-width: 1300px) {
          .part10 .left div:nth-child(1) img, .part10 .left div:nth-child(2) img {
            display: none;
            width: 0.3rem;
            top: 0.05rem; } }
    .part10 .left div:nth-child(2) img {
      top: 5px; }
    .part10 .left div:nth-child(2) .img {
      display: inline-block; }
    .part10 .left div:nth-child(2) .active {
      display: none; }
    .part10 .left div:nth-child(2) a {
      color: white; }
    .part10 .left div:nth-child(2):hover a {
      color: black; }
    .part10 .left div:nth-child(2):hover .img {
      display: none; }
    .part10 .left div:nth-child(2):hover .active {
      display: inline-block; }
  .part10 .right {
    float: right;
    margin-top: 63px;
    width: 390px; }
    @media screen and (max-width: 1300px) {
      .part10 .right {
        width: 100%;
        margin-top: 0.1rem;
        text-align: right; } }
    .part10 .right .code {
      float: right;
      text-align: center;
      margin-left: 31px; }
      @media screen and (max-width: 1300px) {
        .part10 .right .code {
          float: none;
          display: inline-block;
          width: 18%;
          margin: 0 0;
          background: white;
          font-size: 0.2rem;
          padding: 0.1rem 0;
          background: none; }
          .part10 .right .code img {
            width: 80%;
            margin: 0 auto; } }

/*# sourceMappingURL=index.css.map */
