@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;
  line-height: 35px;
  position: relative;
  color: #666; }
  @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: #666666; }
  a:hover {
    color: #316698; }

.wap {
  display: none; }

body {
  background: #ebf6ee; }

.w1200 {
  width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .w1200 {
      width: 100%;
      overflow: hidden; } }

@media screen and (max-width: 1200px) {
  .pc {
    display: none; }

  .wap {
    display: block; } }
section {
  width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    section {
      width: 95%; } }

header img {
  width: 100%; }
header .wap {
  width: 100%; }

@media screen and (max-width: 1200px) {
  #container {
    width: 100%;
    background: none;
    padding-top: 0; } }

#part1 {
  padding: 0;
  box-sizing: border-box; }
  @media screen and (max-width: 1200px) {
    #part1 {
      padding: 10px 0 10px 0;
      background: none; } }
  #part1 .top {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 36px; }
    #part1 .top a {
      color: #333333; }
      #part1 .top a:hover {
        color: #316698; }
    @media screen and (max-width: 1200px) {
      #part1 .top {
        font-size: 16px;
        margin-bottom: 10px; } }
  #part1 .swiper {
    position: relative;
    width: 657px;
    height: 400px;
    float: left; }
    @media screen and (max-width: 1200px) {
      #part1 .swiper {
        width: 100%;
        height: 57.8386605784vw; } }
    #part1 .swiper .swiper-container {
      width: 100%;
      height: 100%; }
      #part1 .swiper .swiper-container .img {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden; }
        #part1 .swiper .swiper-container .img img {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          object-fit: cover; }
        #part1 .swiper .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.3);
          color: white;
          padding: 0 120px 0 20px;
          height: 42px;
          line-height: 42px;
          font-size: 16px; }
          @media screen and (max-width: 1200px) {
            #part1 .swiper .swiper-container .img .title {
              height: 35px;
              line-height: 35px;
              font-size: 15px; } }
      #part1 .swiper .swiper-container .swiper-pagination {
        text-align: right;
        padding-right: 20px;
        left: auto;
        right: 5px;
        bottom: 5px; }
        @media screen and (max-width: 1200px) {
          #part1 .swiper .swiper-container .swiper-pagination {
            bottom: 5px;
            right: 5px; } }
      #part1 .swiper .swiper-container .swiper-pagination-bullet {
        opacity: 1;
        width: 8px;
        height: 8px;
        border-radius: 0;
        background: white; }
        @media screen and (max-width: 1200px) {
          #part1 .swiper .swiper-container .swiper-pagination-bullet {
            width: 0.25rem; } }
      #part1 .swiper .swiper-container .swiper-pagination-bullet-active {
        background: #316698; }
  #part1 .news {
    position: relative;
    float: right;
    width: 543px; }
    #part1 .news .part_bg {
      position: absolute;
      top: 0;
      width: 34px; }
      @media screen and (max-width: 1200px) {
        #part1 .news .part_bg {
          display: none; } }
    #part1 .news ul {
      position: relative;
      box-sizing: border-box;
      border-top: 1px solid #316698;
      border-right: 1px solid #316698;
      border-bottom: 1px solid #316698;
      padding-top: 28px;
      padding-bottom: 20px;
      background: white; }
      @media screen and (max-width: 1200px) {
        #part1 .news ul {
          border-left: 1px solid #316698;
          padding-top: 10px; } }
    @media screen and (max-width: 1200px) {
      #part1 .news {
        width: 100%;
        margin-top: 10px; } }
    #part1 .news li {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      background: url("../images/dot.png") no-repeat left top;
      background-size: 5px auto;
      background-position-y: 16px;
      padding-left: 20px;
      margin-left: 35px;
      margin-bottom: 10px; }
      @media screen and (max-width: 1200px) {
        #part1 .news li {
          margin-left: 0.3rem;
          margin-bottom: 0.1rem; } }

.more {
  text-align: right;
  font-size: 14px; }
  .more a {
    color: #9c9c9c; }
    .more a:hover {
      color: #ee0000; }
  .more img {
    display: inline-block; }

.part_title {
  position: relative;
  width: 100%;
  margin-bottom: 30px; }
  .part_title .title {
    font-weight: bold;
    color: #376d9f;
    font-size: 22px; }
  .part_title img:first-child {
    margin: 0 auto; }
    @media screen and (max-width: 1200px) {
      .part_title img:first-child {
        width: 60%; } }
  .part_title .more {
    position: absolute;
    right: 0;
    bottom: 0; }

#part2 {
  padding-top: 40px; }
  @media screen and (max-width: 1200px) {
    #part2 {
      padding-top: 20px; } }
  #part2 .des_title {
    font-weight: bold;
    color: #376d9f;
    font-size: 22px; }
    @media screen and (max-width: 1200px) {
      #part2 .des_title {
        font-size: 16px; } }
  #part2 .des {
    text-align: justify; }
    @media screen and (max-width: 1200px) {
      #part2 .des p:nth-child(2), #part2 .des p:nth-child(3) {
        display: none; } }
    #part2 .des p {
      text-indent: 32px; }
  #part2 .video {
    position: relative; }
    #part2 .video .bg {
      position: absolute;
      width: 100%;
      height: 422px;
      background: #b0c7bd;
      top: 58px; }
      @media screen and (max-width: 1200px) {
        #part2 .video .bg {
          display: none; } }
    #part2 .video video {
      position: relative;
      width: 945px;
      height: 530px;
      border: 10px solid #b0c7bd;
      left: 50%;
      margin-left: -472.5px;
      background: black; }
      @media screen and (max-width: 1200px) {
        #part2 .video video {
          width: 100%;
          height: 5.3355704698rem;
          left: 0;
          margin-left: 0;
          box-sizing: border-box; } }
  #part2 ul {
    text-align: center;
    margin-top: 50px;
    margin-left: 100px;
    margin-right: 100px; }
    @media screen and (max-width: 1200px) {
      #part2 ul {
        margin-top: 0.2rem;
        margin-left: 0;
        margin-right: 0; } }
    #part2 ul li {
      position: relative;
      display: inline-block;
      border: 8px solid #376d9f;
      width: 124px;
      height: 124px;
      border-radius: 100%;
      overflow: hidden;
      cursor: pointer;
      margin: 0 15px;
      font-size: 0;
      background: url("../images/part1_bg.png") no-repeat;
      background-size: 100% 100%; }
      #part2 ul li .text {
        font-size: 80px;
        color: #376d9f;
        font-weight: bold;
        line-height: 120px; }
        @media screen and (max-width: 1200px) {
          #part2 ul li .text {
            font-size: 0.8rem;
            line-height: 1rem; } }
      @media screen and (max-width: 1200px) {
        #part2 ul li {
          width: 1rem;
          height: 1rem;
          border: 0.1rem solid #376d9f;
          margin: 0 0.1rem; } }
      #part2 ul li:hover .left {
        animation: left 1s linear forwards; }
      #part2 ul li:hover .right {
        animation: right 1s linear forwards; }
      #part2 ul li .cover {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        object-fit: cover; }
      #part2 ul li .left {
        position: absolute;
        width: 81px;
        top: -7px;
        left: -18px;
        background: rgba(255, 255, 255, 0.8); }
        @media screen and (max-width: 1200px) {
          #part2 ul li .left {
            width: 0.81rem;
            top: -0.07rem;
            left: -0.18rem; } }
@keyframes left {
  0% {
    left: -18px; }
  100% {
    left: -87px; } }
      #part2 ul li .right {
        position: absolute;
        width: 81px;
        top: -7px;
        right: -18px;
        background: rgba(255, 255, 255, 0.8); }
        @media screen and (max-width: 1200px) {
          #part2 ul li .right {
            width: 0.81rem;
            top: -0.07rem;
            right: -0.18rem; } }
@keyframes right {
  0% {
    right: -18px; }
  100% {
    right: -87px; } }
      #part2 ul li.active .left, #part2 ul li.active .right {
        display: none; }

#part3 {
  padding-top: 43px;
  width: 100%; }
  @media screen and (max-width: 1200px) {
    #part3 {
      padding-top: 20px; } }
  #part3 .clear {
    position: relative; }
  #part3 .bg {
    background: url("../images/img2.jpg") no-repeat center center;
    height: 433px; }
    @media screen and (max-width: 1200px) {
      #part3 .bg {
        background: #5398ce;
        height: auto; } }
    #part3 .bg ul {
      background: transparent;
      padding-top: 64px; }
      @media screen and (max-width: 1200px) {
        #part3 .bg ul {
          padding-top: 0.2rem; } }
      #part3 .bg ul li {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        background: url("../images/dot2.png") no-repeat left top;
        background-size: 5px auto;
        background-position-y: 16px;
        padding-left: 20px;
        margin-bottom: 10px; }
        @media screen and (max-width: 1200px) {
          #part3 .bg ul li {
            margin-left: 0.2rem;
            margin-right: 0.2rem;
            margin-bottom: 0.1rem; } }
        #part3 .bg ul li a {
          color: white; }

#part4 {
  padding-top: 43px;
  width: 100%; }
  @media screen and (max-width: 1200px) {
    #part4 {
      padding-top: 20px; } }
  #part4 .img img {
    width: 100%; }

#part5 {
  padding-top: 43px; }
  @media screen and (max-width: 1200px) {
    #part5 {
      padding-top: 20px; } }
  #part5 ul {
    margin-top: 33px;
    padding-bottom: 70px; }
    @media screen and (max-width: 1200px) {
      #part5 ul {
        margin-top: 20px;
        padding-left: 0;
        padding-bottom: 0.7rem; } }
    #part5 ul li {
      float: left;
      border: 10px solid #92cbea;
      box-sizing: border-box; }
      #part5 ul li .img {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden; }
        #part5 ul li .img img {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          object-fit: cover; }
      #part5 ul li:nth-child(1) {
        width: 1200px;
        height: 704px;
        margin-bottom: 26px; }
      #part5 ul li:nth-child(2), #part5 ul li:nth-child(3) {
        margin-right: 40px; }
      #part5 ul li:nth-child(2), #part5 ul li:nth-child(3), #part5 ul li:nth-child(4) {
        width: 372px;
        height: 218.24px; }
      @media screen and (max-width: 1200px) {
        #part5 ul li:nth-child(1), #part5 ul li:nth-child(2), #part5 ul li:nth-child(3), #part5 ul li:nth-child(4) {
          width: 100%;
          margin-bottom: 0.2rem;
          height: 4.4rem; } }

footer {
  color: white;
  text-align: center;
  font-size: 15px;
  height: 66px;
  line-height: 66px; }

/*# sourceMappingURL=style.css.map */
