﻿header {
  height: 90px;
}

header .logo {
  width: 139px;

  margin-top: 30px;

  float: left;
}

header .header-right {
  float: right;

  margin-top: 37px;
}

header .header-right .nav {
  float: left;
}

header .header-right .nav ul li {
  float: left;

  color: #333333;

  margin: 0 10px;

  padding-bottom: 29px;

  position: relative;
}
header .header-right .nav ul li .hide {
  position: absolute;
  left: 0;
  top: 53px;
  background-color: #fff;
  width: 1000px;
  padding: 30px;
  display: none;
  z-index: 101;
}


header .header-right .nav ul li .hide p::after {
  background-color: #333;
}
header .header-right .nav ul li .hide p a {
  padding: 0;
}
header .header-right .nav ul li::after {
  content: '';

  display: block;

  background-image: linear-gradient(
    90deg,
    #225ed6 0%,

    #3effff 100%
  );

  width: 0;

  height: 3px;

  position: absolute;

  left: 0;

  bottom: 0;

  transition: all 0.5s;
}

header .header-right .nav ul li:hover::after,
header .header-right .nav ul li.on::after {
  width: 100%;

  transition: all 0.5s;
}

header .header-right .nav ul li p > a {
  padding: 10px;
}

header .header-right .tel {
  float: left;

  line-height: 20px;
}

header .header-right .tel a {
  font-size: 18px;

  color: #0d3482;
}

header .header-right .tel i {
  font-size: 20px;

  color: #606060;

  margin-right: 8px;
}

.banners .swiper-pagination-bullet {
  width: 38px;

  height: 3px;

  background-color: #ffffff;

  opacity: 0.4;

  border-radius: 0;
}

.banners .swiper-pagination-bullet-active {
  background-color: #ffffff;

  opacity: 1;
}

.index-title {
  font-size: 34px;

  color: #333333;

  text-align: center;

  line-height: 1;
}
.index-title h1 {
  font-size: 34px;

  color: #333333;
}
.index-box {
  /* background: url(../img/bg_canvs.png) center center no-repeat; */

  background-color: #fff;

  height: 1210px;

  padding-top: 123px;

  box-sizing: border-box;

  position: relative;
}

.index-box .yuan {
  position: absolute;

  /* opacity: 0.2; */
}

.index-box .yuan-1 {
  left: 0;

  top: 279px;

  width: 507px;

  height: 631px;

  animation: yuan1 8s infinite;
}

.index-box .yuan-2 {
  right: 71px;

  top: 17px;

  width: 421px;

  height: 421px;

  animation: yuan2 8s infinite;
}

.index-box .yuan-3 {
  right: 0;

  top: 299px;

  width: 361px;

  height: 553px;

  animation: yuan3 8s infinite;
}

.index-box .yuan-4 {
  right: 443px;

  top: 658px;

  width: 473px;

  height: 473px;

  animation: yuan4 8s infinite;
}

@keyframes yuan1 {
  0% {
    left: 0px;
    top: 279px;
  }

  25% {
    left: 100px;
    top: 210px;
  }

  50% {
    left: 180px;
    top: 200px;
  }

  75% {
    left: 230px;
    top: 180px;
  }

  100% {
    left: 0px;
    top: 279px;
  }
}

@keyframes yuan2 {
  0% {
    right: 71px;
    top: 17px;
  }

  25% {
    right: 121px;
    top: 60px;
  }

  50% {
    right: 171px;
    top: 100px;
  }

  75% {
    right: 200px;
    top: 130px;
  }

  100% {
    right: 71px;
    top: 17px;
  }
}

@keyframes yuan3 {
  0% {
    right: 0;
    top: 299px;
  }

  25% {
    right: 121px;
    top: 400px;
  }

  50% {
    right: 171px;
    top: 530px;
  }

  75% {
    right: 121px;
    top: 730px;
  }

  100% {
    right: 0;
    top: 299px;
  }
}

@keyframes yuan4 {
  0% {
    right: 443px;
    top: 658px;
  }

  25% {
    right: 520px;
    top: 600px;
  }

  50% {
    right: 680px;
    top: 666px;
  }

  75% {
    right: 510px;
    top: 690px;
  }

  100% {
    right: 443px;
    top: 658px;
  }
}

.index-1 {
  margin-top: 58px;

  width: 662px;

  height: 662px;

  background: url(../img/index_bg1.png) center center no-repeat;

  margin: 0 auto;

  position: relative;
}

.index-1 .content {
  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);
}

.index-1 .content img {
  width: 86px;

  height: 73px;

  margin: 0 auto;

  display: block;
}

.index-1 .content p {
  text-align: center;

  font-size: 26px;

  color: #ffffff;

  margin-top: 20px;
}

.index-1 ul li {
  width: 320px;

  position: absolute;
}

.index-1 ul li .pic {
  width: 90px;

  float: left;

  margin-right: 30px;
}

.index-1 ul li .msg {
  float: left;

  margin-top: 12px;
}

.index-1 ul li .msg p {
  font-size: 18px;

  color: #333333;

  margin-bottom: 6px;
}

.index-1 ul li .msg span {
  font-size: 14px;

  color: #666666;

  display: block;
}

.index-1 ul li:first-child {
  top: 159px;

  left: -137px;

  transition: all 0.5s;
}

.index-1 ul li:first-child:hover,
.index-1 ul li:nth-child(2):hover {
  top: 149px;

  transition: all 0.5s;
}

.index-1 ul li:first-child .msg {
  text-align: right;

  margin-right: 45px;
}

.index-1 ul li:first-child .pic {
  margin-right: 0;
}

.index-1 ul li:nth-child(2) {
  top: 159px;

  right: -137px;

  transition: all 0.5s;
}

.index-1 ul li:nth-child(3) {
  bottom: 53px;

  left: 285px;

  transition: all 0.5s;
}

.index-1 ul li:nth-child(3):hover {
  bottom: 63px;

  transition: all 0.5s;
}

.index-1 ul li:nth-child(3) .msg {
  margin-top: 1px;
}

.index-2 {
  margin-top: 83px;
}

.index-2 .index-title span {
  font-size: 18px;

  color: #666666;
}

.index-2 ul {
  margin-top: 40px;
}

.index-2 ul li {
  width: 33.3%;

  float: left;

  text-align: center;

  position: relative;

  transition: all 0.5s;

  top: 0;
}

.index-2 ul li:hover {
  top: -10px;

  transition: all 0.5s;
}

.index-2 ul li img {
  width: 82px;

  margin: 0 auto;
}

.index-2 ul li p {
  font-size: 22px;

  color: #000000;

  margin-top: 15px;
}

.index-3 {
  background-color: #eeeeee;

  padding: 95px 0 71px;
}

.index-3 .index-title span {
  font-size: 18px;

  color: #666666;

  margin-top: 18px;
}

.index-3 .box {
  position: relative;
}

.index-3 .box .swiper-slide {
  background-color: #fff;

  text-align: center;

  box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.1);
}

.index-3 .box .swiper-slide p {
  font-size: 14px;

  color: #333333;

  padding: 12px 0;
}

.index-3 .box .swiper-button-prev,
.ryzz-2-right .swiper-button-prev {
  width: 52px;

  height: 52px;

  background: url(../img/icon_7.png) center center no-repeat;

  left: -65px;

  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.index-3 .box .swiper-button-next,
.ryzz-2-right .swiper-button-next {
  width: 52px;

  height: 52px;

  background: url(../img/icon_8.png) center center no-repeat;

  right: -65px;

  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.index-3 .more {
  width: 177px;

  height: 44px;

  line-height: 44px;

  text-align: center;

  border-radius: 22px;

  border: solid 1px #bfbfbf;

  font-size: 14px;

  color: #666666;

  margin: 47px auto 0;
}

.index-3 .more a {
  color: #666666;

  display: block;
}

.index-4 {
  padding: 83px 0 79px;
}

.index-4 ul {
  margin-top: 40px;
}

.index-4 ul li {
  float: left;

  width: 20%;

  position: relative;

  height: 180px;

  border: solid 1px #e5e5e5;

  cursor: pointer;

  margin-right: -1px;

  margin-top: -1px;
}

.index-4 ul li:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 34, 91, 0.1);

  border: none;
}

.index-4 ul li a {
  display: block;

  height: 100%;
}

.index-4 ul li img {
  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  width: auto;

  /*-webkit-filter: grayscale(100%);

    -moz-filter: grayscale(100%);

    -ms-filter: grayscale(100%);

    -o-filter: grayscale(100%);

    filter: grayscale(100%);

    filter: gray;*/
}

.index-4 ul li:hover img {
  -webkit-filter: grayscale(0%);

  -moz-filter: grayscale(0%);

  -ms-filter: grayscale(0%);

  -o-filter: grayscale(0%);

  filter: grayscale(0%);
}

.index-5 {
  background: url(../img/index_bg2.jpg) center top no-repeat;

  padding-top: 92px;
}

.index-5 .index-title p {
  color: #ffffff;
}

.index-5 .index-title p::after {
  content: '';

  display: block;

  background: url(../img/icon_10.png) center center no-repeat;

  width: 33px;

  height: 2px;

  margin: 30px auto 20px;
}

.index-5 .index-title span {
  font-size: 20px;

  color: #ffffff;

  opacity: 0.8;
}

.index-5 .msg {
  font-size: 14px;

  color: #ffffff;

  opacity: 0.8;

  margin: 20px 150px 50px;

  line-height: 2;

  text-align: center;
}

.index-5 video {
  width: 100%;

  border-radius: 6px;

  margin: 0 auto;
}

.index-6 {
  margin: 80px 0 60px;
}

.index-6 .box {
  margin-top: 40px;
}

.index-6 .box .left {
  width: 522px;

  position: relative;

  box-shadow: 0px 0px 20px 0px rgba(0, 34, 91, 0.1);

  float: left;
}

.index-6 .box .left .pic {
  width: 522px;

  height: 288px;

  overflow: hidden;

  position: relative;
}

.index-6 .box .left .pic img {
  position: absolute;

  left: 0;
  top: 0;
  right: 0;
  bottom: 0;

  margin: auto;

  transition: all 0.5s;
}

.index-6 .box .left .pic:hover img {
  transform: scale(1.1);

  transition: all 0.5s;
}

.index-6 .box .left .more,
.index-6 .box .right ul li .more {
  width: 35px;

  position: absolute;

  right: 0;

  bottom: 0;
}

.index-6 .box .left .more .hide,
.index-6 .box .right ul li .more .hide {
  display: block;
}

.index-6 .box .left .more .show,
.index-6 .box .right ul li .more .show {
  display: none;
}

.index-6 .box .left .msg {
  padding: 30px 20px 35px;
}

.index-6 .box .left .msg p {
  font-size: 18px;

  color: #333333;

  margin-bottom: 20px;
}

.index-6 .box .left .msg span {
  font-size: 14px;

  color: #888888;
}

.index-6 .box .left:hover .msg {
  background-image: linear-gradient(
      0deg,
      #225ed6 0%,

      #3effff 100%
    ),
    linear-gradient(#ffffff, #ffffff);
}

.index-6 .box .left:hover .msg p,
.index-6 .box .left:hover .msg p a,
.index-6 .box .left:hover .msg span {
  color: #fff;
}

/* .index-6 .box .left:hover .more .hide,

.index-6 .box .right ul li:hover .more .hide{

    display: block;

}*/

.index-6 .box .right {
  width: 658px;

  float: right;
}

.index-6 .box .right ul li {
  position: relative;

  box-shadow: 0px 0px 10px 0px rgba(0, 34, 91, 0.1);

  height: 143px;

  padding-top: 25px;

  margin-bottom: 20px;
}

.index-6 .box .right ul li .time {
  float: left;

  padding: 0 30px;
}

.index-6 .box .right ul li .time p {
  font-size: 72px;

  color: #333333;

  line-height: 1;
}

.index-6 .box .right ul li .time span {
  font-size: 22px;

  color: #333333;
}

.index-6 .box .right ul li .msg {
  width: 70%;

  float: left;
}

.index-6 .box .right ul li .msg p {
  font-size: 18px;

  margin-bottom: 15px;
}

.index-6 .box .right ul li .msg span {
  font-size: 14px;

  color: #888888;
}

.index-6 .box .right ul li:hover {
  background-image: linear-gradient(
      0deg,
      #225ed6 0%,

      #3effff 100%
    ),
    linear-gradient(#ffffff, #ffffff);
}

.index-6 .box .right ul li:hover .msg p,
.index-6 .box .right ul li:hover .msg p a,
.index-6 .box .right ul li:hover .msg span,
.index-6 .box .right ul li:hover .time p,
.index-6 .box .right ul li:hover .time span {
  color: #ffffff;
}

footer {
  background: url(../img/footer_bg.jpg) center center no-repeat;

  color: #ffffff;

  padding: 78px 0 0;
}

footer .wrap {
  border-bottom: 1px solid #555656;
}

footer a {
  color: #ffffff;
}

.footer-top {
}

.footer-top .content {
  float: left;

  margin-right: 28px;
}

.footer-top .content > p {
  font-size: 18px;
}

.footer-top .content > p::after {
  content: '';

  display: block;

  width: 29px;

  height: 2px;

  margin: 28px 0;

  background-color: rgba(255, 255, 255, 0.6);
}

.footer-top .content > span {
  display: block;

  font-size: 14px;

  margin-bottom: 0.2rem;
}

.footer-top .content-5 {
  margin-right: 0;
}

.footer-top .content-5 .tel {
  margin-bottom: 25px;
}

.footer-top .content-5 div.tel p {
  font-size: 24px;
}

.footer-top .content-5 .mail p {
  font-size: 16px;
}

.footer-top .wechat {
  width: 147px;

  float: right;
}

.footer-top .wechat i {
  display: block;

  width: 38px;

  height: 38px;

  line-height: 38px;

  text-align: center;

  background-color: #ffffff;

  font-size: 22px;

  color: #2d2d2d;

  border-radius: 50%;

  margin: 25px auto;
}

footer .copyright {
  border-top: 1px solid #0f1010;

  text-align: center;

  padding: 30px 0 20px;

  font-size: 14px;
}

.to-top {
  position: fixed;

  right: 5%;

  bottom: 200px;

  z-index: 5;

  width: 40px;

  height: 40px;

  background: #fff;

  box-shadow: 0px 5px 8px rgba(51, 51, 51, 0.3);

  cursor: pointer;
}

.to-top img {
  width: 25px;

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);
}

.cpfw-1 {
  background-color: #f3f4f9;

  padding: 80px 0 60px;
}

.cpfw-1 ul {
  margin-top: 50px;
}

.cpfw-1 ul li {
  float: left;

  width: 33%;

  text-align: center;
}

.cpfw-1 ul li .pic {
  width: 140px;

  height: 140px;

  background-color: #0e3a91;

  border-radius: 50%;

  overflow: hidden;

  position: relative;

  margin: 0 auto 35px;
}

.cpfw-1 ul li .pic img {
  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  width: auto;
}

.cpfw-1 ul li .msg {
  font-size: 14px;

  color: #888888;

  height: 86px;

  margin: 0 30px 30px;
}

.cpfw-1 ul li a {
  display: block;

  width: 214px;

  height: 37px;

  line-height: 37px;

  text-align: center;

  border-radius: 4px;

  border: solid 1px #dcdcdc;

  font-size: 14px;

  margin: 0 auto;

  transition: all 0.3s;
}

.cpfw-1 ul li a:hover {
  background-color: #0e3a91;

  color: #fff;

  border: solid 1px #0e3a91;

  transition: all 0.3s;
}

.cpfw-2 {
  margin-top: 80px;
}

.cpfw-2 table {
  width: 100%;

  text-align: center;

  border-collapse: collapse;

  margin-top: 40px;
}

.cpfw-2 table tr td {
  height: 71px;

  background-color: #0e3a91;

  width: 33%;

  font-size: 22px;

  color: #ffffff;

  border: solid 1px #eeeeee;
}

.cpfw-2 table tr th {
  height: 71px;

  background-color: #ffffff;

  border: solid 1px #e5e5e5;

  font-size: 18px;

  color: #333333;
}

.cpfw-2 table tr th:hover {
  color: #ec3333;
}

.cpfw-2 table tr th img {
  width: auto;

  vertical-align: top;

  margin-left: 5px;
}

.cpfw-3 {
  margin-top: 80px;

  background: url(../img/cpfw_bg1.jpg) center center no-repeat;
  background-size: cover;

  padding: 79px 0 75px;
}

.cpfw-3 ul {
  margin-top: 40px;
}

.cpfw-3 ul li {
  float: left;

  margin-right: 25px;

  width: 383px;
  margin-top: 30px;
}

.cpfw-3 ul li .pic {
  width: 383px;

  height: 230px;

  position: relative;

  overflow: hidden;
}

.cpfw-3 ul li .pic img {
  position: absolute;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  margin: auto;

  transition: all 0.5s;
}

.cpfw-3 ul li .pic:hover img {
  transform: scale(1.05);
}

.cpfw-3 ul li .msg {
  background-color: #ffffff;

  padding: 24px 35px 26px;

  text-align: center;
}

.cpfw-3 ul li .msg p {
  font-size: 18px;

  color: #333333;

  margin-bottom: 10px;
}

.cpfw-3 ul li .msg span {
  font-size: 14px;

  color: #666666;

  text-align: left;

  display: block;

  height: 125px;
}

.cpfw-3 ul li .msg span i {
  font-weight: bold;
}

.cpfw-3 ul li .msg a {
  display: block;

  font-size: 14px;

  color: #0e3a91;

  margin-top: 10px;
}

.cpfw-3 ul li:nth-child(3n) {
  margin-right: 0;
}

.cpfw-4 {
  background: url(../img/cpfw_bg2.jpg) center top no-repeat;

  padding-top: 80px;

  padding-bottom: 108px;
}

.cpfw-4 .content {
  margin: 20px 80px 0;

  text-align: center;
}

.cpfw-4 .content p {
  width: 233px;

  height: 40px;

  line-height: 40px;

  background-color: #0e3a91;

  border-radius: 20px;

  margin: 0 auto 20px;

  font-size: 20px;

  color: #ffffff;
}

.cpfw-4 .content span {
  font-size: 16px;

  display: block;

  color: #666666;
}

.cpfw-4 ul {
  margin-top: 80px;
}

.cpfw-4 ul li {
  float: left;

  width: 163px;

  height: 260px;

  box-sizing: border-box;

  text-align: center;

  position: relative;
}

.cpfw-4 ul li .box {
  width: 163px;

  height: 260px;

  background-color: #ffffff;

  border: solid 1px #e5e5e5;

  padding-top: 84px;

  box-sizing: border-box;

  text-align: center;

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);
}

.cpfw-4 ul li img {
  width: auto;
}

.cpfw-4 ul li .hide {
  display: none;
}

.cpfw-4 ul li .msg p {
  font-size: 18px;

  color: #333333;

  margin: 15px 0 18px;
}

.cpfw-4 ul li .msg span {
  font-size: 14px;

  color: #888888;

  display: block;

  white-space: nowrap;
}

.cpfw-4 ul li a {
  position: absolute;

  left: 0;

  bottom: 20px;

  width: 100%;

  text-align: center;

  font-size: 12px;

  color: #0e3a91;
}

.cpfw-4 ul li:hover .box,
.cpfw-4 ul li.on .box {
  width: 230px;

  height: 305px;

  /* padding: 43px 50px 63px 5px; */

  /* padding: 1px; */

  box-sizing: content-box;

  padding-top: 43px;

  transition: all 0.5s;

  z-index: 5;
}

.cpfw-4 ul li:hover .hide,
.cpfw-4 ul li.on .hide {
  display: inline-block;
}

.cpfw-4 ul li:hover .show,
.cpfw-4 ul li.on .show {
  display: none;
}

.ryzz-1 {
  background-color: #f8faff;

  padding: 0 0 75px;
}
.ryzz-1 .swiper-container {
  padding: 85px 0;
}
.ryzz-1 .box .swiper-slide {
  width: auto;
  height: 360px;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
}
.ryzz-1 .box .swiper-slide p {
  background: #fff;
}
.ryzz-1 .swiper-slide img {
  width: auto;
  height: 402px;
}
.ryzz-2 {
  background: url(../img/ryzz_bg1.jpg) center center / cover no-repeat;

  padding: 119px 0 159px;
}

.ryzz-2-left {
  width: 480px;

  float: left;
}

.ryzz-2-left .title {
}

.ryzz-2-left .title p {
  font-size: 38px;

  color: #333333;
}

.ryzz-2-left .title span {
  font-size: 14px;

  color: #c1c1c1;
}

.ryzz-2 #tabs {
}

.ryzz-2 #tabs li {
  width: 150px;

  height: 46px;

  line-height: 46px;

  text-align: center;

  background-color: #ffffff;

  box-shadow: 0px 0px 16px 0px rgba(14, 58, 145, 0.3);

  border-radius: 23px;

  margin-right: 10px;

  float: left;
}

.ryzz-2 #tabs li:last-child {
  margin-right: 0;
}

.ryzz-2 #tabs li a {
  font-size: 16px;

  color: #333333;
}

.ryzz-2 #tabs li.thistab {
  background-color: #0e3a91;
}

.ryzz-2 #tabs li.thistab a {
  color: #ffffff;
}

.ryzz-2-left .box {
  display: none;
}

.ryzz-2-left .box,
.ryzz-2-left .swiper-container {
  /* overflow: auto; */

  height: 215px;

  margin: 30px 0 50px;
}

.ryzz-2-left .swiper-slide {
  height: auto;
}

.ryzz-2-left .box span,
.ryzz-2-left .swiper-slide span {
  font-size: 14px;

  color: #b1b1b1;

  float: left;

  margin-right: 30px;

  margin-top: 3px;
}

.ryzz-2-left .box p,
.ryzz-2-left .swiper-slide p {
  font-size: 16px;

  color: #666666;

  float: left;
}

.ryzz-2-left .content,
.ryzz-2-left .swiper-slide {
  /* margin-bottom: 20px; */
}

.ryzz-2-left .box .content:first-child,
.ryzz-2-left .content:hover,
.ryzz-2-left .swiper-slide-active {
  line-height: 22px;
}

.ryzz-2-left .box .content:first-child span,
.ryzz-2-left .content:hover span,
.ryzz-2-left .swiper-slide-active span {
  color: #0e3a91;
}

.ryzz-2-left .box .content:first-child p,
.ryzz-2-left .content:hover p,
.ryzz-2-left .swiper-slide-active p {
  font-size: 22px;

  color: #333333;
}

.ryzz-2-left .swiper-container-vertical > .swiper-scrollbar {
  width: 2px;
}

.ryzz-2-left .swiper-scrollbar-drag {
  background-color: #1c5ba5;
}

.ryzz-2-left .box::-webkit-scrollbar {
  /*滚动条整体样式*/

  width: 5px; /*高宽分别对应横竖滚动条的尺寸*/

  height: 1px;
}

.ryzz-2-left .box::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/

  border-radius: 10px;

  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

  background: #1c5ba5;
}

.ryzz-2-left .box::-webkit-scrollbar-track {
  /*滚动条里面轨道*/

  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

  border-radius: 10px;

  background: #ededed;
}

.ryzz-2-right {
  width: 608px;

  float: right;

  position: relative;
}

.ryzz-2-right .swiper-slide {
  text-align: center;
}

.ryzz-2-right .swiper-slide p {
  color: #666666;

  margin-top: 10px;
}

.inside-nav {
  text-align: center;

  padding: 10px 0 0;

  overflow: hidden;

  height: 43px;

  background-color: #fff;
}

.inside-nav ul {
  display: inline-block;
}

.inside-nav ul li {
  float: left;

  margin: 0 23px;

  padding-bottom: 7px;
}

.inside-nav ul li.on {
  border-bottom: 2px solid #0e3a91;
}

.news {
  background: #f3f4f9;

  padding: 70px 0 80px;
}

.news ul li {
  width: 380px;

  float: left;

  margin-right: 30px;

  margin-bottom: 50px;
}

.news ul li:nth-child(3n) {
  margin-right: 0;
}

.news ul li .pic {
  width: 380px;

  height: 209px;

  position: relative;

  overflow: hidden;
}

.news ul li .pic img {
  position: absolute;

  left: 0;

  top: 0;

  bottom: 0;

  right: 0;

  margin: auto;

  transform: scale(1);

  transition: all 0.5s;

  height: 100%;
}

.news ul li .pic:hover img {
  transform: scale(1.05);

  transition: all 0.5s;
}

.news ul li .msg {
  padding: 29px 25px 25px;

  background-color: #ffffff;
}

.news ul li .msg p a {
  display: block;
  height: 48px;
  overflow: hidden;
}

.news ul li .msg span {
  font-size: 12px;

  color: #888888;

  display: block;

  margin: 22px 0 27px;

  height: 35px;
}

.news ul li .msg .time {
  font-size: 12px;
}

.news ul li .msg .time i {
  color: #666666;

  float: left;
}

.news ul li .msg .time a {
  float: right;

  color: #0e3a91;
}

.loding,
.paging {
  text-align: center;
}
.paging ol {
  display: inline-block;
}
.paging ol li {
  float: left;
  margin: 0 5px;
  border: 1px solid #ccc;
}

.paging ol li.ellipsis {
  border: none;
}

.paging ol li a {
  display: block;
  padding: 2px 10px;
}
.paging ol li.on {
  border: 1px solid #0e3a91;
}
.paging ol li.on a {
  color: #0e3a91;
}
.loding img {
  width: 38px;

  margin-bottom: 10px;
}

.news-detail {
  background: #f3f4f9;

  padding-bottom: 80px;
}

.crumbs {
  width: 1200px;
  margin: 0 auto;

  font-size: 14px;

  color: #bcbcbc;

  padding: 15px 0;
}

.crumbs a {
  color: #bcbcbc;
}
.news-detail .main {
  margin-top: 68px;
}

.news-detail .title {
  font-size: 34px;

  color: #222222;

  text-align: center;
}
.news-detail .title h1 {
  font-size: 34px;

  color: #222222;
}
.news-detail .time {
  font-size: 18px;

  color: #888888;

  margin: 25px 0 40px;

  text-align: center;
}

.news-detail .content {
  color: #666666;
}

.news-detail .content p {
  margin-bottom: 5px;
}

.news-detail .content img {
  display: block;

  max-width: 100%;

  margin: 30px auto;
}

.news-detail .paging {
  margin-top: 60px;
}

.news-detail .paging ul li {
  width: 590px;

  height: 55px;

  line-height: 55px;

  float: left;

  border: solid 1px #e5e5e5;

  font-size: 14px;

  overflow: hidden;
}

.news-detail .paging ul li:last-child {
  float: right;
}

.news-detail .paging ul li span {
  float: left;

  width: 166px;

  padding-left: 26px;

  border-right: 1px solid #e5e5e5;

  box-sizing: border-box;
}

.news-detail .paging ul li p {
  float: left;

  padding-left: 40px;

  box-sizing: content-box;

  width: 55%;
}

.news-detail .paging ul li:hover {
  border: solid 1px #0e3a91;
}

.news-detail .paging ul li:hover span {
  border-right: 1px solid #0e3a91;

  color: #0e3a91;
}

.news-detail .paging ul li:hover a {
  color: #0e3a91;
}
.news-detail .recommend {
  margin-top: 40px;
}
.news-detail .recommend p {
  font-size: 30px;
  color: #666666;
  margin-bottom: 30px;
}
.news-detail .recommend ul li {
  width: 50%;
  float: left;
  font-size: 16px;
  color: #666666;
  margin-bottom: 25px;
  padding-right: 25px;
}
.news-detail .recommend ul li a {
  display: block;
}

.zxns {
  background-color: #f3f4f9;

  padding: 80px 0;
}

.zxns .index-title {
  margin-bottom: 45px;
}

.zxns-left {
  width: 311px;

  float: left;

  padding: 40px 34px 25px;

  background-color: #ffffff;
}

.zxns-left > p {
  font-size: 18px;

  color: #333333;

  font-weight: bold;
}

.zxns-left .content {
  margin-top: 50px;
}

.zxns-left .content p {
  color: #333333;

  margin-bottom: 22px;
}

.zxns-left .content-1 ul li {
  width: 119px;

  height: 30px;

  line-height: 30px;

  text-align: center;

  background-color: #ffffff;

  border: solid 1px #cccccc;

  float: left;

  margin-bottom: 15px;
}

.zxns-left .content-1 ul li a {
  font-size: 14px;

  color: #999999;

  display: block;
}

.zxns-left .content-1 ul li:nth-child(even) {
  float: right;
}

.zxns-left .content-1 ul li.on,
.zxns-left .content-1 ul li:hover {
  border: solid 1px #04368f;
}

.zxns-left .content-1 ul li.on a,
.zxns-left .content-1 ul li:hover a {
  color: #04368f;
}

.zxns-left .content-2 {
}

.zxns-left .content-2 ul li {
  float: left;

  margin-right: 35px;

  margin-bottom: 15px;
}

.zxns-left .content-2 ul li:nth-child(4n) {
  margin-right: 0;
}

.zxns-left .content-2 ul li a {
  font-size: 14px;

  color: #999999;
}

.zxns-left .content-2 ul li.on a,
.zxns-left .content-2 ul li:hover a {
  color: #04368f;
}

.zxns-right {
  width: 859px;

  float: right;
}

.zxns-right ul li {
  background-color: #ffffff;

  margin-bottom: 30px;

  padding: 36px 40px 38px 50px;
}

.zxns-right ul li .show {
  position: relative;
}

.zxns-right ul li .show p {
  font-size: 20px;

  color: #333333;

  margin-bottom: 10px;
}

.zxns-right ul li .show > i {
  font-size: 14px;

  color: #999999;
}

.zxns-right ul li .show .right {
  position: absolute;

  right: 0;

  top: 0;
}

.zxns-right ul li .show .right i {
  transform: rotate(90deg);

  display: inline-block;
}

.zxns-right ul li .show.open {
  border-bottom: 1px solid #dcdcdc;

  padding-bottom: 30px;
}

.zxns-right ul li .show.open .right i {
  transform: rotate(-90deg);
}

.zxns-right ul li .hide {
  padding-top: 37px;

  display: none;
}

.zxns-right ul li .hide .content {
  margin-bottom: 40px;
}

.zxns-right ul li .hide .content p {
  font-size: 18px;

  color: #333333;

  margin-bottom: 20px;
}

.zxns-right ul li .hide .content span {
  display: block;

  font-size: 14px;

  color: #666666;

  line-height: 1.8;
}

.zxns-right ul li .msg {
  border-top: 1px solid #dcdcdc;

  padding-top: 40px;
}

.zxns-right ul li .msg div {
  float: left;
}

.zxns-right ul li .msg div p {
  font-size: 14px;

  color: #333333;

  margin-bottom: 8px;
}

.zxns-right ul li .msg div p span {
  color: #0e3a91;
}

.zxns-right ul li .msg a {
  display: block;

  float: right;

  width: 144px;

  height: 32px;

  line-height: 32px;

  text-align: center;

  background-color: #0e3a91;

  border-radius: 16px;

  color: #ffffff;
}

.zxns-right ul li .msg a i {
  font-size: 18px;

  margin-right: 5px;
}

.gyqz-1 {
  background: url(../img/gyqz_bg1.png) left top no-repeat #f3f4f9;

  padding: 78px 0;
}

.gyqz-1 video {
  width: 100%;
}
.gyqz-1 .msg {
  margin: 40px 92px 40px 0;
}

.gyqz-1 .msg p {
  font-size: 16px;

  color: #333333;

  text-indent: 2em;
}

.gyqz-2 {
  padding-top: 60px;
}

.gyqz-2 ul {
  margin-top: 40px;
}

.gyqz-2 ul li {
  height: 317px;

  background-color: #f3f4f9;

  border-radius: 50px 4px 4px 0px;

  border: solid 1px #e5e5e5;

  margin-bottom: 30px;

  overflow: hidden;
}

.gyqz-2 ul li .icon {
  width: 160px;

  height: 317px;

  background: url(../img/gyqz_bg2.png) no-repeat;

  border-radius: 50px 0px 0px 0px;

  text-align: center;

  padding-top: 80px;

  float: left;

  box-sizing: border-box;

  font-size: 18px;

  color: #ffffff;
}

.gyqz-2 ul li .icon i {
  display: block;

  width: 80px;

  height: 80px;

  line-height: 80px;

  text-align: center;

  border-radius: 50%;

  background-color: #ffffff;

  font-size: 45px;

  margin: 0 auto 34px;

  color: #0e3a91;
}

.gyqz-2 ul li .msg {
  padding: 15px 88px 52px 111px;

  float: left;

  width: 1035px;

  box-sizing: border-box;

  color: #777777;

  line-height: 1.8;
}

.gyqz-2 ul li:nth-child(2) {
  border-radius: 4px 50px 0px 4px;
}

.gyqz-2 ul li:nth-child(2) .icon {
  float: right;

  border-radius: 0px 50px 0px 0px;

  background: url(../img/gyqz_bg3.png) no-repeat;
}

.gyqz-2 ul li:nth-child(2) .msg {
  padding-top: 98px;
}

.gyqz-2 ul li:nth-child(2) .msg p {
  margin-bottom: 30px;
}

.gyqz-3 {
  background: #f3f4f9;

  margin-top: 80px;

  padding: 80px 0;
}

.gyqz-3 .box {
  position: relative;

  margin-top: 40px;
}

.gyqz-3 .swiper-container {
  width: 1111px;

  margin: 0 auto;
}

.gyqz-3 .swiper-container .time {
  text-align: center;

  width: 90px;

  height: 90px;

  background-color: #f3f4f9;

  border: solid 1px #d2d2d2;

  border-radius: 50%;

  padding-top: 19px;

  box-sizing: border-box;

  color: #333333;

  margin: 0 auto;
}

.gyqz-3 .swiper-container .time img {
  width: auto;

  margin-bottom: 5px;
}

.gyqz-3 .swiper-container .time .hide {
  display: none;
}

.gyqz-3 .swiper-container .msg {
  width: 140px;

  background-color: #f3f4f9;

  border-radius: 4px;

  border: solid 1px #d2d2d2;

  padding: 20px;

  margin-top: 30px;

  text-align: center;

  color: #333333;
}

.gyqz-3 .swiper-container .msg p {
  font-size: 18px;
}

.gyqz-3 .swiper-container .msg i {
  display: block;

  margin: 0 auto;
}

.gyqz-3 .swiper-container .msg span {
  font-size: 14px;
}

.gyqz-3 .swiper-slide-active .time,
.gyqz-3 .swiper-slide-active .msg {
  background-color: #0e3a91;

  border: solid 1px #0e3a91;

  color: #ffffff;
}

.gyqz-3 .swiper-slide-active .time .show {
  display: none;
}

.gyqz-3 .swiper-slide-active .time .hide {
  display: inline-block;
}

.gyqz-3 .swiper-button-next,
.gyqz-3 .swiper-button-prev {
  top: 12%;

  width: 23px;

  height: 30px;

  background: url(../img/icon_16.png) center center no-repeat;

  outline: none;
}

.gyqz-3 .swiper-button-next {
  background: url(../img/icon_17.png) center center no-repeat;
}

.lxwm {
  padding: 50px 0 80px;

  background-color: #f3f4f9;
}

.lxwm-left {
  width: 417px;

  float: left;
}

.lxwm-left .msg {
  padding: 48px 57px 56px;

  background-color: #eaeaf2;
}

.lxwm-left .content-1 {
  margin-bottom: 50px;
}

.lxwm-left .content-1 span,
.lxwm-left .content-2 span {
  font-size: 16px;

  color: #999999;
}

.lxwm-left .content-1 p {
  font-size: 40px;

  color: #0e3a91;
}

.lxwm-left .content-2 ul {
  padding-top: 26px;

  border-top: 1px solid #dcdcdc;

  margin-top: 20px;
}

.lxwm-left .content-2 ul li {
  width: 135px;

  float: left;

  font-size: 12px;

  color: #999999;

  text-align: center;
}

.lxwm-left .content-2 ul li img {
  width: 135px;

  height: 135px;

  margin-bottom: 5px;
}

.lxwm-left .content-2 ul li:nth-child(2) {
  float: right;
}

.lxwm-right {
  background-color: #ffffff;

  width: 780px;

  float: left;

  padding: 65px 0 0 43px;

  height: 746px;
}

.lxwm-right .title {
  font-size: 34px;

  color: #0e3a91;

  padding-left: 13px;

  border-left: 6px solid #0e3a91;

  line-height: 1;

  margin-bottom: 50px;
}

.lxwm-right ul li {
  margin-bottom: 40px;
}

.lxwm-right ul li .pic {
  width: 52px;

  float: left;

  margin-right: 14px;
}

.lxwm-right ul li .msg {
  width: 500px;

  float: left;
}

.lxwm-right ul li .msg > span {
  font-size: 14px;

  color: #666666;
}

.lxwm-right ul li .msg > p {
  font-size: 18px;

  color: #666666;
}

.lxwm-right ul li .content {
  margin-top: 20px;
}

.lxwm-right ul li .content span {
  font-size: 14px;

  color: #666666;
}

.lxwm-right ul li .content p {
  font-size: 16px;

  color: #666666;
}

.lxwm-right ul li:last-child .msg p {
  font-size: 16px;
}

.lxwm-right ul li:last-child .msg i {
  margin-top: 25px;

  font-size: 16px;

  color: #666666;

  display: block;
}

.khal .map {
  height: 1050px;

  background: url(../img/khal_map.png) center top no-repeat;

  margin-top: 60px;

  position: relative;
}

.khal .map .title {
  background: url(../img/khal_bg1.png) center center no-repeat;

  width: 213px;

  height: 59px;

  text-align: center;

  line-height: 1.1;

  margin-top: 15px;
}

.khal .map .title p {
  font-size: 34px;

  color: #333333;
}

.khal .map .title span {
  font-size: 20px;

  color: #888888;
}

.khal .map .pic {
  width: 180px;

  margin: 0 auto;

  border-radius: 6px;

  overflow: hidden;
}

.khal .map ul li {
  background: url(../img/khal_bg3.png) center center no-repeat;

  background-size: cover;

  width: 222px;

  height: 105px;

  padding-top: 20px;

  box-sizing: border-box;

  position: absolute;
}

.khal .map ul li .msg {
  /* font-size: 14px; */
  font-size: 12px;
  color: #ffffff;

  display: none;
}

.khal .map ul li.on {
  background: url(../img/khal_bg5.png) center center no-repeat;

  width: 340px;

  height: 261px;

  padding: 20px 20px 0;
}

.khal .map ul li.on .pic {
  margin: 0 0 10px 0;
}

.khal .map ul li.on .msg {
  display: block;
}

.khal .map ul li.school-1 {
  right: 90px;

  top: 210px;
}

.khal .map ul li.school-1.on {
  right: 27px;

  top: 55px;

  z-index: 99;
}

.khal .map ul li.school-2 {
  right: 125px;

  top: 410px;

  background: url(../img/khal_bg4.png) center center no-repeat;
}

.khal .map ul li.school-2.on {
  right: 126px;

  top: 257px;

  background: url(../img/khal_bg6.png) center center no-repeat;

  z-index: 99;
}

.khal .map ul li.school-3 {
  right: 557px;

  top: 496px;

  background: url(../img/khal_bg4.png) center center no-repeat;
}

.khal .map ul li.school-3.on {
  right: 550px;

  top: 340px;

  background: url(../img/khal_bg6.png) center center no-repeat;

  z-index: 99;
}

.khal .map ul li.school-4 {
  right: 207px;

  top: 555px;

  background: url(../img/khal_bg3.png) center center no-repeat;

  background-size: cover;
}

.khal .map ul li.school-4.on {
  right: 86px;

  top: 400px;

  background: url(../img/khal_bg5.png) center center no-repeat;

  z-index: 99;
}

.khal .map ul li.school-5 {
  right: 372px;

  top: 576px;

  background: url(../img/khal_bg4.png) center center no-repeat;
}

.khal .map ul li.school-5.on {
  right: 372px;

  top: 418px;

  background: url(../img/khal_bg6.png) center center no-repeat;

  z-index: 99;
}

.khal .map ul li.school-6 {
  right: 150px;

  top: 663px;

  background: url(../img/khal_bg3.png) center center no-repeat;

  background-size: cover;
}

.khal .map ul li.school-6.on {
  right: 30px;

  top: 506px;

  background: url(../img/khal_bg5.png) center center no-repeat;

  z-index: 99;
}

.khal-2 {
  background: url(../img/khal_bg2.jpg) center center no-repeat;

  background-size: cover;

  padding: 80px 0;
}

.khal-2 ul {
  margin-top: 40px;
}

.khal-2 ul li,
.khal-3 ul li {
  width: 131px;

  float: left;

  text-align: center;

  margin-right: 82px;

  margin-bottom: 30px;
}

.khal-2 ul li:nth-child(6n),
.khal-3 ul li:nth-child(6n) {
  margin-right: 0;
}

.khal-2 ul li .pic,
.khal-3 ul li .pic {
  width: 131px;

  height: 131px;

  background-color: #ffffff;

  border-radius: 50%;

  overflow: hidden;

  position: relative;
}

.khal-2 ul li .pic img,
.khal-3 ul li .pic img {
  width: auto;

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);
}

.khal-2 ul li .msg {
  margin-top: 10px;

  height: 70px;
}

.khal-2 ul li .msg p {
  font-size: 16px;

  color: #3e3a39;
}

.khal-2 ul li .msg span {
  font-size: 14px;

  color: #3e3a39;
}

.khal-more {
  text-align: center;

  font-size: 16px;

  color: #666666;

  cursor: pointer;
}

.khal-more img {
  width: 61px;

  height: 61px;

  margin: 0 auto 10px;
}

.khal-3 {
  padding: 80px 0;
}

.khal-3 .index-title {
  margin-bottom: 40px;
}

.khal-3 ul li .pic {
  background-color: #eeeeee;
}

.khal-3 ul li .msg {
  margin-top: 20px;

  height: 45px;
}

.khal-3 .khal-more {
  margin-top: 60px;

  color: #d2d2d2;
}

.banner-cpxq {
  position: relative;
}
.banner-cpxq .msg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  color: #ffffff;
  text-align: center;
}
.banner-cpxq .msg p {
  font-size: 36px;
}
.banner-cpxq .msg p::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background-color: #fff;
  margin: 10px auto;
}
.banner-cpxq .msg span {
  font-size: 20px;
}
.flex-box{
	display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap:wrap;
	margin-top:45px;
}
.flex-box .item{
	width:46%;
	margin:0 0 73px 0;
  height: 57px;
  background-color: #0e3a91;
  border-radius: 10px;
  padding-left: 64px;
  box-sizing: border-box;
  position: relative;
}
.flex-box .item p{
	width: 72px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: url(../img/cpxq_bg2.png) center center no-repeat;
  position: absolute;
  left: -25px;
  top: -12px;
  font-size: 30px;
  color: #666666;
}
.flex-box .item span{
	font-size: 18px;
  color: #ffffff;
  line-height: 57px;
}
.cpxq-1 {
  margin: 90px auto 84px;
}
.cpxq-1 .msg {
  float: left;
  width: 560px;
  margin-top: 28px;
}
.cpxq-1 .msg h1 {
  font-size: 34px;
  color: #333333;
  font-weight: bold;
}
.cpxq-1 .msg h1::after {
  content: '';
  display: block;
  width: 54px;
  height: 2px;
  background: #999;
  margin: 42px 0 59px;
}
.cpxq-1 .msg p {
  font-size: 18px;
  color: #555555;
  margin-top: 10px;
}
.cpxq-1 .msg span {
  font-size: 16px;
  color: #555555;
  display: block;
  line-height: 1.6;
  margin-left: 8px;
}
.cpxq-1 .pic,
.cpxq-1 .video {
  width: 484px;
  height: 402px;
  float: right;
  position: relative;
  top: 0;
  transition: all 0.5s;
}
.cpxq-1 .video {
  width: 50%;
}
.cpxq-1 .video video {
  width: 100%;
}
.cpxq-1 .pic:hover {
  top: -15px;
  transition: all 0.5s;
}
.cpxq-2 {
  background-color: #f7f7f7;
  padding: 77px 0 4px;
}
.cpxq-title {
  font-size: 34px;
  color: #333333;
  text-align: center;
  font-weight: bold;
}
.cpxq-2 .cpxq-title::after {
  content: '';
  display: block;
  width: 54px;
  height: 2px;
  background: #333333;
  margin: 33px auto 0;
}
.cpxq-2 ul {
  margin-top: 60px;
}
.cpxq-2 ul li {
  width: 308px;
  height: 57px;
  background-color: #0e3a91;
  border-radius: 10px;
  padding-left: 64px;
  box-sizing: border-box;
  position: relative;
  margin: 0 138px 73px 0;
  float: left;
}
.cpxq-2 ul li:nth-child(3n) {
  margin-right: 0;
}
.cpxq-2 ul li p {
  width: 72px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: url(../img/cpxq_bg2.png) center center no-repeat;
  position: absolute;
  left: -25px;
  top: -12px;
  font-size: 30px;
  color: #666666;
}
.cpxq-2 ul li span {
  font-size: 18px;
  color: #ffffff;
  line-height: 57px;
}
.cpxq-3 {
  margin-top: 99px;
}
.cpxq-3 .cpxq-title {
  line-height: 1;
}
.cpxq-3 ul li {
  padding: 60px 0;
}
.cpxq-3 ul li .w1200 {
  padding: 0 40px 0 35px;
}
.cpxq-3 ul li .pic {
  width: 427px;
  height: 318px;
  float: left;
  position: relative;
  top: 0;
  transition: all 0.5s;
}
.cpxq-3 ul li .msg {
  width: 505px;
  float: right;
  margin-top: 93px;
}
.cpxq-3 ul li .msg p {
  font-size: 28px;
  color: #333333;
}
.cpxq-3 ul li .msg p::after {
  content: '';
  display: block;
  width: 45px;
  height: 1px;
  background: #a0a0a0;
  border-bottom: 1px solid #333333;
  margin: 20px 0 25px;
}
.cpxq-3 ul li .msg span {
  font-size: 18px;
  color: #666666;
}
.cpxq-3 ul li:nth-child(even) {
  background-color: #f7f7f7;
}
.cpxq-3 ul li:nth-child(even) .msg {
  float: left;
}
.cpxq-3 ul li:nth-child(even) .pic {
  float: right;
}
.cpxq-3 ul li .pic:hover {
  position: relative;
  top: -15px;
  transition: all 0.5s;
}
.cpxq-4 {
  background-color: #f7f7f7;
  padding: 76px 0 58px;
}
.cpxq-4 ul {
  margin-top: 50px;
}
.cpxq-4 ul li {
  width: 376px;
  height: 410px;
  background-color: #ffffff;
  float: left;
  margin: 0 36px 36px 0;
}
.cpxq-4 ul li:nth-child(3n) {
  margin-right: 0;
}
.cpxq-4 ul li .pic {
  position: relative;
  height: 100px;
  border-bottom: 1px solid #e5e5e5;
}
.cpxq-4 ul li .pic img {
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cpxq-4 ul li .msg {
  padding: 20px 27px 0;
}
.cpxq-4 ul li .msg p {
  font-size: 14px;
  color: #888888;
  line-height: 1.8;
}
.yxlb {
  background-color: #f7f7f7;
  padding: 76px 0 58px;
}
.yxlb ul {
  margin-top: 50px;
}
.yxlb ul li {
  width: 376px;
  background-color: #ffffff;
  float: left;
  margin: 0 36px 36px 0;
}
.yxlb ul li:nth-child(3n) {
  margin-right: 0;
}
.yxlb ul li .pic {
  position: relative;
  height: 100px;
  border-bottom: 1px solid #e5e5e5;
}
.yxlb ul li .pic img {
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.yxlb_high {
  background-color: #f7f7f7;
  padding: 76px 0 58px;
}
.yxlb_high ul {
  margin-top: 50px;
}
.yxlb_high ul li {
  width: 376px;
  height:376px;
  background-color: #ffffff;
  float: left;
  margin: 0 36px 36px 0;
}
.yxlb_high ul li:nth-child(3n) {
  margin-right: 0;
}
.yxlb_high ul li .pic {
  position: relative;
  width: 376px;
  height:376px;
  border-bottom: 1px solid #e5e5e5;
}
.yxlb_high ul li .pic img {

  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.yxlb_high ul :first-child .pic img {
width:286px;
height:286px;
}
.yxlb_high ul :nth-child(3) .pic img {
width:448px;
height:296px;
}
.yxlb_high ul :nth-child(4) .pic img {
width:324px;
height:324px;
}
.yxlb_high ul :nth-child(5) .pic img {
width:324px;
height:324px;
}
.yxlb_high ul :last-child .pic img {
width:286px;
height:286px;
}


.yxlb_high_bk {
  background-color: #f7f7f7;
  padding: 76px 0 58px;
}
.yxlb_high_bk ul {
  margin-top: 50px;
}
.yxlb_high_bk ul li {
  width: 245px;
  height:245px;
  background-color: #ffffff;
  float: left;
  margin: 0 36px 36px 0;
}
.yxlb_high_bk ul li:nth-child(4n) {
  margin-right: 0;
}
.yxlb_high_bk ul li .pic {
  position: relative;
  width: 245px;
  height:245px;
  border-bottom: 1px solid #e5e5e5;
}
.yxlb_high_bk ul li .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.yxlb_high_bk ul :first-child .pic img {
width:226px;
height:226px;
}

.yxlb_high_bk ul :nth-child(5) .pic img {
width:226px;
height:226px;
}
.yxlb_high_bk ul :nth-child(6) .pic img {
width:226px;
height:226px;
}

.yxlb_high_bk ul :last-child .pic img {
width:226px;
height:226px;
}

