.tong {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1400px) {
  .tong {
      padding-left: 2%;
      padding-right: 2%;
  }
}

p {
  margin: 0;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.fen img {
  transition-duration: .3s;
}

.fen:hover img {
  transform: scale(1.1);
}

.tou {
  height: 124px;
}

.tou .con {
  align-items: center;
  height: 100%;
}

.tou .logo {
  line-height: 124px;
}

.tou .dh {
  text-align: right;
}

.tou .dh p:nth-child(1) {
  font-size: 20.16px;
  letter-spacing: 2px;
  color: #000000;
}

.tou .dh p:nth-child(2) {
  font-family: Impact;
  font-size: 30.24px;
  letter-spacing: 1.8px;
  color: #da251c;
  padding-left: 33px;
  background: url(../images/3fa4793255f7faecba3ce1c162f84c09896d4f62.png) no-repeat 0 50%;
}

.dao {
  height: 52px;
  background-color: #2e6ed6;
}

.c1 {
  margin-top: 4.22vw;
  margin-bottom: 3.91vw;
}

@media (max-width: 780px) {
  .c1 {
      margin-top: 30px;
      margin-bottom: 30px;
  }
}

.c1 .tit {
  align-items: center;
}

@media (max-width: 780px) {
  .c1 .tit {
      flex-wrap: wrap;
  }
}

.c1 .tit .tit1 {
  color: #fff;
  width: 27.5%;
  border-right: 1px solid rgba(0, 84, 150, 0.2);
}

@media (max-width: 1025px) {
  .c1 .tit .tit1 {
      width: 29%;
  }
}

@media (max-width: 780px) {
  .c1 .tit .tit1 {
      width: 100%;
      border-right: none;
  }
}

.c1 .tit .tit1 span {
  font-size: 18px;
  letter-spacing: 0.9px;
  padding: 8px 15px;
  background-color: #2e6ed6;
  max-width: 220px;
  display: block;
}

@media (max-width: 1025px) {
  .c1 .tit .tit1 span {
      font-size: 14px;
      max-width: 180px;
  }
}

.c1 .tit .tit1 p {
  font-size: 40px;
  letter-spacing: 4px;
  color: #000000;
  margin-top: 14px;
}

@media (max-width: 1025px) {
  .c1 .tit .tit1 p {
      font-size: 32px;
      margin-top: 8px;
  }
}

@media (max-width: 780px) {
  .c1 .tit .tit1 p {
      font-size: 24px;
  }
}

.c1 .tit .tit2 {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.8px;
  color: rgba(0, 0, 0, 0.8);
  width: 63.65%;
}

@media (max-width: 1025px) {
  .c1 .tit .tit2 {
      font-size: 14px;
  }
}

@media (max-width: 780px) {
  .c1 .tit .tit2 {
      width: 100%;
      margin-top: 10px;
      line-height: 24px;
  }
}

.c1 .con {
  margin-top: 5.1vw;
  position: relative;
}

@media (max-width: 1550px) {
  .c1 .con {
      padding: 0 7.5vw;
  }
}

@media (max-width: 780px) {
  .c1 .con {
      margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .c1 .con {
      padding: 0 10vw;
  }
}

.c1 .con .xx {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 111;
  cursor: pointer;
}

.c1 .con .xx.prev {
  left: -4.22vw;
}

@media (max-width: 1550px) {
  .c1 .con .xx.prev {
      left: 0;
  }
}

.c1 .con .xx.next {
  right: -4.22vw;
}

@media (max-width: 1550px) {
  .c1 .con .xx.next {
      right: 0;
  }
}

.c1 .con .list2 {
  margin-left: -3.85vw;
  margin-right: -3.85vw;
  text-align: center;
}

.c1 .con .list2 li {
  padding: 0 3.85vw;
}

@media (max-width: 1550px) {
  .c1 .con .list2 li {
      padding: 0 2vw;
  }
}

.c1 .con .list2 li a {
  border: solid 1px #eeeeee;
  display: block;
}

.c1 .con .list2 li .img {
  overflow: hidden;
  position: relative;
}

.c1 .con .list2 li .img:before {
  content: '';
  position: absolute;
  width: 0%;
  display: block;
  background: #d9251b;
  top: 0;
  height: 4px;
  z-index: 111;
  transition-duration: .3s;
  left: 50%;
  transform: translateX(-50%);
}

.c1 .con .list2 li .img img {
  width: 100%;
}

.c1 .con .list2 li h3 {
  line-height: 52px;
  border-top: solid 1px #eeeeee;
  font-size: 18px;
  color: #1d1d1d;
}

@media (max-width: 780px) {
  .c1 .con .list2 li h3 {
      line-height: 40px;
      font-size: 16px;
  }
}

.c1 .con .list2 li:hover .img:before {
  width: 100%;
}

.titx {
  align-items: flex-end;
}

@media (max-width: 780px) {
  .titx {
      display: block;
  }

  .titx:after {
      content: "";
      display: table;
      clear: both;
  }
}

.titx .tit1 {
  color: #fff;
}

@media (max-width: 780px) {
  .titx .tit1 {
      width: 100%;
      border-right: none;
  }
}

.titx .tit1 span {
  font-size: 18px;
  letter-spacing: 0.9px;
  padding: 8px 14px;
  background-color: #2e6ed6;
  max-width: 180px;
  display: block;
}

@media (max-width: 1025px) {
  .titx .tit1 span {
      font-size: 14px;
      max-width: 180px;
      text-align: center;
  }
}

.titx .tit1 p {
  font-size: 40px;
  letter-spacing: 4px;
  color: #000000;
  margin-top: 14px;
}

@media (max-width: 1025px) {
  .titx .tit1 p {
      font-size: 32px;
      margin-top: 8px;
  }
}

@media (max-width: 780px) {
  .titx .tit1 p {
      font-size: 24px;
      letter-spacing: 1px;
  }
}

.titx a.ck {
  width: 116px;
  text-align: center;
  color: #999999;
  position: relative;
  transition-duration: .3s;
  display: block;
  height: 40px;
}

@media (max-width: 780px) {
  .titx a.ck {
      float: right;
      margin-top: 10px;
      margin-bottom: 10px;
  }
}

.titx a.ck:before {
  content: '';
  width: 0%;
  display: block;
  left: 0;
  top: 0;
  background: #d9251b;
  transition-duration: .3s;
  height: 100%;
  position: absolute;
}

.titx a.ck span {
  position: relative;
  z-index: 1;
  line-height: 40px;
  display: block;
}

.titx a.ck:hover {
  color: #fff;
}

.titx a.ck:hover:before {
  width: 100%;
}

.c2 {
  background-color: #f5f5f5;
  padding-top: 6.15vw;
  padding-bottom: 4.48vw;
}

.c2 .con {
  margin-top: 3.44vw;
}

@media (max-width: 780px) {
  .c2 .con {
      margin-top: 0px;
      flex-wrap: wrap;
      width: 100%;
  }
}

.c2 .con .list1 {
  width: 44%;
}

@media (max-width: 780px) {
  .c2 .con .list1 {
      width: 100%;
  }
}

.c2 .con .list1 li {
  position: relative;
  background-color: #000;
}

.c2 .con .list1 li:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: solid 4px #d9251b;
  opacity: 0;
  transition-duration: .3s;
  position: absolute;
  z-index: 111;
}

.c2 .con .list1 li .img {
  overflow: hidden;
}

.c2 .con .list1 li .img img {
  width: 100%;
  opacity: .6;
}

.c2 .con .list1 li:hover .img img {
  opacity: 1;
}

.c2 .con .list1 li h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  color: #fdfdfd;
  font-size: 18.67px;
  width: 100%;
  transform: translate(-50%, -50%);
  transition-duration: .3s;
}

.c2 .con .list1 li h3 p {
  font-size: 12px;
  letter-spacing: 1.2px;
  margin-top: 14px;
}

.c2 .con .list1 li:hover:before {
  opacity: 1;
}

.c2 .con .list1 li:hover h3 {
  opacity: 0;
}

.c2 .con .list2 {
  width: 26.5%;
}

@media (max-width: 780px) {
  .c2 .con .list2 {
      width: 48.5%;
      margin-top: 12px;
  }
}

.c2 .con .list2 li {
  position: relative;
  background-color: #000;
}

.c2 .con .list2 li:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: solid 4px #d9251b;
  opacity: 0;
  transition-duration: .3s;
  position: absolute;
  z-index: 11;
}

.c2 .con .list2 li:nth-child(1) {
  margin-bottom: 9px;
}

@media (max-width: 480px) {
  .c2 .con .list2 li:nth-child(1) {
      margin-bottom: 7px;
  }
}

.c2 .con .list2 li .img {
  overflow: hidden;
}

.c2 .con .list2 li .img img {
  width: 100%;
  opacity: .6;
}

.c2 .con .list2 li:hover .img img {
  opacity: 1;
}

.c2 .con .list2 li h3 {
  position: absolute;
  left: 50%;
  bottom: 36px;
  text-align: center;
  color: #fdfdfd;
  font-size: 18.67px;
  width: 100%;
  transform: translateX(-50%);
  transition-duration: .3s;
}

@media (max-width: 480px) {
  .c2 .con .list2 li h3 {
      font-size: 16px;
      bottom: 18px;
  }
}

.c2 .con .list2 li h3 p {
  font-size: 12px;
  letter-spacing: 1.2px;
  margin-top: 14px;
}

@media (max-width: 480px) {
  .c2 .con .list2 li h3 p {
      margin-top: 8px;
  }
}

.c2 .con .list2 li:hover:before {
  opacity: 1;
}

.c2 .con .list2 li:hover h3 {
  opacity: 0;
}

.c2 .con .list3 {
  width: 26.36%;
}

@media (max-width: 780px) {
  .c2 .con .list3 {
      width: 48.5%;
      margin-top: 12px;
  }
}

.c2 .con .list3 li {
  position: relative;
  background-color: #000;
}

.c2 .con .list3 li:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: solid 4px #d9251b;
  opacity: 0;
  transition-duration: .3s;
  position: absolute;
  z-index: 11;
}

.c2 .con .list3 li .img {
  overflow: hidden;
}

.c2 .con .list3 li .img img {
  width: 100%;
  opacity: .6;
}

.c2 .con .list3 li:hover .img img {
  opacity: 1;
}

.c2 .con .list3 li h3 {
  position: absolute;
  left: 50%;
  bottom: 36px;
  text-align: center;
  color: #fdfdfd;
  font-size: 18.67px;
  width: 100%;
  transform: translateX(-50%);
  transition-duration: .3s;
}

@media (max-width: 480px) {
  .c2 .con .list3 li h3 {
      font-size: 16px;
      bottom: 18px;
  }
}

.c2 .con .list3 li h3 p {
  font-size: 12px;
  letter-spacing: 1.2px;
  margin-top: 14px;
}

@media (max-width: 480px) {
  .c2 .con .list3 li h3 p {
      margin-top: 8px;
  }
}

.c2 .con .list3 li:hover:before {
  opacity: 1;
}

.c2 .con .list3 li:hover h3 {
  opacity: 0;
}

.c3 {
  margin-top: 6.2vw;
  margin-bottom: 5.05vw;
}

@media (max-width: 780px) {
  .c3 .titx {
      display: flex;
  }
}

@media (max-width: 780px) {
  .c3 .titx .tit1 {
      width: calc(100% - 116px);
  }
}

.c3 .titx .tit1 span {
  max-width: 200px;
}

.c3 .titx a.ck {
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}

.c3 .list1 {
  margin-top: 2.71vw;
  margin-bottom: 2.08vw;
}

@media (max-width: 780px) {
  .c3 .list1 {
      flex-wrap: wrap;
      margin-bottom: 15px;
      margin-top: 20px;
  }
}

.c3 .list1 li {
  max-width: 286px;
  background-color: #f5f5f5;
  line-height: 75px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #000000;
  font-size: 20px;
  width: 21%;
  cursor: pointer;
}

@media (max-width: 1025px) {
  .c3 .list1 li {
      font-size: 16px;
  }
}

@media (max-width: 780px) {
  .c3 .list1 li {
      width: 48%;
      max-width: 100%;
  }

  .c3 .list1 li:nth-child(1), .c3 .list1 li:nth-child(2) {
      margin-bottom: 14px;
  }
}

@media (max-width: 480px) {
  .c3 .list1 li {
      font-size: 14px;
  }
}

.c3 .list1 li span {
  display: block;
  color: #fff;
  background-color: #2e6ed6;
  height: 45px;
  line-height: 45px;
  width: 45px;
  border-radius: 30px;
  font-family: SimHei;
  font-size: 26px;
  margin-right: 14px;
}

@media (max-width: 780px) {
  .c3 .list1 li span {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 20px;
  }
}

.c3 .list1 li.on {
  background-color: #2e6ed6;
  color: #fff;
}

.c3 .list1 li.on span {
  background-color: #da251c;
}

.c3 .con {
  position: relative;
}

.c3 .list2 li a {
  background-color: #f5f5f5;
  padding-right: 1.98vw;
  position: relative;
}

@media (max-width: 780px) {
  .c3 .list2 li a {
      flex-wrap: wrap;
      padding-right: 0;
  }
}

.c3 .list2 li .img {
  overflow: hidden;
  width: 52.93%;
}

@media (max-width: 780px) {
  .c3 .list2 li .img {
      width: 100%;
  }
}

.c3 .list2 li .img img {
  width: 100%;
}

.c3 .list2 li .zi {
  width: 42.81%;
  padding-top: 3.7vw;
  height: 100%;
}

@media (max-width: 780px) {
  .c3 .list2 li .zi {
      width: 100%;
      padding: 30px 15px;
  }
}

.c3 .list2 li .zi h3 {
  display: flex;
  border-bottom: 1px dashed #d1d0d0;
  align-items: center;
  padding-bottom: 12px;
}

.c3 .list2 li .zi h3 span {
  width: 49px;
  height: 49px;
  background-color: #2e6ed6;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 49px;
  border-radius: 30px;
  color: #fff;
  display: block;
  margin-right: 16px;
}

@media (max-width: 780px) {
  .c3 .list2 li .zi h3 span {
      margin-right: 8px;
      font-size: 20px;
      height: 40px;
      width: 40px;
      line-height: 40px;
  }
}

.c3 .list2 li .zi h3 b {
  font-size: 24px;
  color: #2e6ed6;
}

@media (max-width: 780px) {
  .c3 .list2 li .zi h3 b {
      font-size: 20px;
  }
}

.c3 .list2 li .zi dd {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
  color: #585858;
  margin-top: 1.347vw;
}

@media (max-width: 780px) {
  .c3 .list2 li .zi dd {
      margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .c3 .list2 li .zi dd {
      font-size: 14px;
  }
}

.c3 .list2 li .zi .ck {
  text-align: center;
  color: #fff;
  width: 131px;
  line-height: 33px;
  background-color: #da251c;
  border-radius: 16.5px;
  position: absolute;
  bottom: 2.34vw;
  right: 35%;
}

@media (max-width: 780px) {
  .c3 .list2 li .zi .ck {
      position: static;
      right: auto;
      bottom: auto;
      margin-top: 40px;
  }
}

.c3 .hd {
  bottom: 2.71vw;
  right: 1.98vw;
  position: absolute;
  z-index: 11;
  display: flex;
  justify-content: center;
}

@media (max-width: 780px) {
  .c3 .hd {
      bottom: 44px;
  }
}

.c3 .hd li {
  margin: 0 3.5px;
  width: 5px;
  height: 5px;
  background-color: #061d50;
  list-style: none;
  border-radius: 20px;
  cursor: pointer;
}

.c3 .hd li.on {
  background-color: #2e6ed6;
}

.c4 {
  background: url(../images/eab103ae5da55e05b80d7bdcef6fc8558930f5ae.jpg) no-repeat 50%;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-size: 2.6vw;
  padding: 10vw 0;
  font-weight: 600;
  background-attachment: fixed;
}

@media (max-width: 480px) {
  .c4 {
      font-size: 16px;
  }
}

.c5 {
  margin-bottom: 2.3vw;
  margin-top: 4.64vw;
}

@media (max-width: 780px) {
  .c5 {
      margin-top: 30px;
      margin-bottom: 30px;
  }
}

.c5 .titx1 {
  text-align: center;
}

.c5 .titx1 span {
  display: block;
  color: #fff;
  background-color: #2e6ed6;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.9px;
  font-size: 18px;
  padding: 7.5px 10px;
}

@media (max-width: 1025px) {
  .c5 .titx1 span {
      font-size: 14px;
  }
}

.c5 .titx1 p {
  letter-spacing: 4px;
  color: #000000;
  font-size: 40px;
  margin-top: 1vw;
}

@media (max-width: 1025px) {
  .c5 .titx1 p {
      font-size: 32px;
  }
}

@media (max-width: 780px) {
  .c5 .titx1 p {
      font-size: 24px;
      margin-top: 6px;
  }
}

.c5 .titx1 dt {
  display: block;
  font-size: 16px;
  letter-spacing: 1.6px;
  color: #000000;
  font-weight: 500;
  margin-top: 1vw;
}

@media (max-width: 780px) {
  .c5 .titx1 dt {
      margin-top: 6px;
  }
}

.c5 .con {
  padding-bottom: 13px;
  background: url(../images/fe6448f9425d1993a1e907f86a96f09b6b655e9d.png) no-repeat 50% 100%;
  margin-top: 3.7vw;
}

@media (max-width: 780px) {
  .c5 .con {
      flex-wrap: wrap;
      margin-top: 20px;
  }
}

.c5 .con .c5-1 {
  overflow: hidden;
  width: 50%;
}

@media (max-width: 780px) {
  .c5 .con .c5-1 {
      width: 100%;
  }
}

.c5 .con .c5-1 img {
  width: 100%;
}

.c5 .con .c5-2 {
  width: 50%;
  padding: 2.14vw 2.14vw 2.14vw 1.67vw;
  background: url(../images/f0b3cad674ae4ef68133efbadecac372b8fb7570.png) no-repeat 50% 0;
}

@media (max-width: 780px) {
  .c5 .con .c5-2 {
      width: 100%;
      padding: 20px;
      background-size: cover;
  }
}

.c5 .con .c5-2 .sec {
  align-items: flex-end;
}

.c5 .con .c5-2 .sec .tu {
  margin-bottom: 9px;
}

.c5 .con .c5-2 .sec .tu img {
  max-width: 100%;
}

.c5 .con .c5-2 .sec a.ck {
  text-align: center;
  color: #fff;
  width: 131px;
  line-height: 33px;
  background-color: #da251c;
  border-radius: 16.5px;
}

.c5 .con .c5-2 dd {
  line-height: 27px;
  letter-spacing: 0.7px;
  color: #ffffff;
  margin-top: 1.2vw;
}

@media (max-width: 1200px) {
  .c5 .con .c5-2 dd p:nth-child(2), .c5 .con .c5-2 dd p:nth-child(3) {
      display: none;
  }
}

@media (max-width: 780px) {
  .c5 .con .c5-2 dd {
      margin-top: 15px;
      line-height: 24px;
  }

  .c5 .con .c5-2 dd p:nth-child(2), .c5 .con .c5-2 dd p:nth-child(3) {
      display: block;
  }
}

.c6 {
  margin-bottom: 6.3vw;
}

@media (max-width: 1257px) {
  .c6 {
      display: none;
  }
}

.c6 .tongx {
  width: 1400px;
  position: relative;
  left: 50%;
  margin-left: -700px;
}

.c6 h2 {
  text-align: center;
}

.c6 h2 b {
  display: block;
  background: url(../images/9db0b8e16e8226b885debbb2dc345c5a9ee0161d.png) no-repeat 50%;
  font-size: 42.36px;
  color: #363636;
}

.c6 h2 p {
  letter-spacing: -0.2px;
  color: #b7b7b7;
  font-size: 17px;
  font-family: arial;
  margin-top: 10px;
}

.c6 .con {
  background: url(../images/bcddea69a4f07d766c76319bd48c8e930321472e.png) no-repeat 50% 0;
  margin-top: 25px;
  padding-left: 71px;
  padding-right: 56px;
  padding-top: 18px;
}

.c6 .con .list2 li {
  width: 171px;
  padding-top: 72px;
  text-align: center;
  margin-right: -7px;
}

.c6 .con .list2 li .img {
  margin-left: 40px;
  width: 96px;
  height: 62px;
  line-height: 62px;
  background: #3b4044;
}

.c6 .con .list2 li dd {
  color: #4c4c4c;
  font-size: 19.06px;
  margin-top: 63px;
  text-indent: 10px;
}

.c6 .con .list2 li:hover .img {
  background-color: #da251c;
}

.c6 .sec {
  align-items: flex-end;
  margin-top: 2.9vw;
}

.c6 .sec .dh {
  padding-left: 77px;
  background: url(../images/c6a4c43245c4b78bad32efc6ee3432819e7c2578.png) no-repeat 0 50%;
  padding-top: 6px;
  padding-bottom: 6px;
}

.c6 .sec .dh p {
  line-height: 1;
}

.c6 .sec .dh p:nth-child(1) {
  font-size: 17.22px;
  letter-spacing: 1.9px;
  color: #999999;
}

.c6 .sec .dh p:nth-child(2) {
  letter-spacing: 1px;
  color: #da251c;
  font-family: Impact;
  font-size: 37.3px;
}

.c6 .sec a.ck {
  width: 164px;
  background-color: #2e6ed6;
  text-align: center;
  letter-spacing: 0.7px;
  color: #ffffff;
  line-height: 34px;
}

.c6 .sec a.ck span{
  display:block;
  position:relative;
  z-index:2;
}

.c6 .sec a.ck:before {
  content: '';
  width: 0;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition-duration:.3s;
  background: #da251c;
}

.c6 .sec a.ck:hover:before{
  width:100%;
}

.c7 {
  background-color: #f5f5f5;
  padding-bottom: 6.04vw;
  padding-top: 5.42vw;
}

@media (max-width: 780px) {
  .c7 {
      padding-top: 30px;
      padding-bottom: 30px;
  }
}

@media (max-width: 780px) {
  .c7 .titx {
      display: flex;
  }
}

@media (max-width: 780px) {
  .c7 .titx .tit1 {
      width: calc(100% - 116px);
  }
}

.c7 .titx .tit1 span {
  max-width: 147px;
}

.c7 .titx a.ck {
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}

.c7 .con {
  margin-top: 3.6vw;
}

@media (max-width: 780px) {
  .c7 .con {
      margin-top: 20px;
  }
}

.c7 .con .btx {
  color: #2466b0;
  font-size: 20px;
  position: relative;
  padding-bottom: 14px;
  background: url(../images/16b868fa0e4bd89644b866402e83aaef090c5b35.png) no-repeat 0 100%;
  line-height: 1;
  margin-bottom: 1.93vw;
}

@media (max-width: 780px) {
  .c7 .con .btx {
      display: none;
  }
}

.c7 .con .btx a.ck {
  position: absolute;
  right: 0;
  top: 0;
  color: #999999;
  font-size: 14px;
  line-height: 20px;
}

.c7 .con .c7-1 {
  width: 59.15%;
}

@media (max-width: 780px) {
  .c7 .con .c7-1 {
      width: 100%;
  }
}

.c7 .con .c7-1 .con1 {
  align-items: center;
}

@media (max-width: 780px) {
  .c7 .con .c7-1 .con1 {
      flex-wrap: wrap;
  }
}

.c7 .con .c7-1 .con1 .c7-11 {
  overflow: hidden;
  width: 39.86%;
}

@media (max-width: 780px) {
  .c7 .con .c7-1 .con1 .c7-11 {
      width: 100%;
  }
}

.c7 .con .c7-1 .con1 .c7-11 img {
  width: 100%;
}

.c7 .con .c7-1 .con1 .c7-12 {
  width: 56.2%;
}

@media (max-width: 780px) {
  .c7 .con .c7-1 .con1 .c7-12 {
      width: 100%;
      margin-top: 20px;
  }
}

.c7 .con .c7-1 .con1 .c7-12 .list1 {
  margin-bottom: 20px;
}

.c7 .con .c7-1 .con1 .c7-12 .list1 li h3 {
  font-size: 16px;
  color: #404040;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.c7 .con .c7-1 .con1 .c7-12 .list1 li dd {
  color: #808080;
  line-height: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 13px;
}

.c7 .con .c7-1 .con1 .c7-12 .list1 li:hover h3 {
  color: #2466b0;
}

.c7 .con .c7-1 .con1 .c7-12 .list2 li {
  margin-bottom: 22px;
}

.c7 .con .c7-1 .con1 .c7-12 .list2 li:last-child {
  margin-bottom: 0;
}

.c7 .con .c7-1 .con1 .c7-12 .list2 li a {
  align-items: center;
}

.c7 .con .c7-1 .con1 .c7-12 .list2 li .timex {
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #2e6ed6;
  font-size: 12px;
  width: 72px;
  height: 63px;
  margin-left: 2px;
  padding-top: 4px;
}

.c7 .con .c7-1 .con1 .c7-12 .list2 li .timex p {
  font-size: 20px;
}

.c7 .con .c7-1 .con1 .c7-12 .list2 li .timex p:after {
  content: '';
  margin-left: auto;
  margin-right: auto;
  width: 32px;
  height: 1px;
  display: block;
  background: #fff;
  margin-top: 3px;
  margin-bottom: 4px;
}

.c7 .con .c7-1 .con1 .c7-12 .list2 li .zi {
  width: calc(100% - 94px);
}

.c7 .con .c7-1 .con1 .c7-12 .list2 li .zi h3 {
  font-size: 16px;
  color: #404040;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.c7 .con .c7-1 .con1 .c7-12 .list2 li .zi dd {
  color: #808080;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 8px;
}

.c7 .con .c7-1 .con1 .c7-12 .list2 li:hover .zi h3 {
  color: #2466b0;
}

.c7 .con .c7-2 {
  width: 38.6%;
}

@media (max-width: 780px) {
  .c7 .con .c7-2 {
      display: none;
  }
}

.c7 .con .c7-2 .con1 .list2 li {
  border-bottom: 1px dashed #dcdcdc;
  padding: 20px 0;
}

.c7 .con .c7-2 .con1 .list2 li:nth-child(1) {
  padding-top: 0;
}

.c7 .con .c7-2 .con1 .list2 li h3 {
  font-size: 16px;
  color: #404040;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.c7 .con .c7-2 .con1 .list2 li dd {
  color: #808080;
  line-height: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}

.c7 .con .c7-2 .con1 .list2 li:hover h3 {
  color: #2466b0;
}

.fdao {
  height: 48px;
  background: #2e6ed6;
}

.fdao .fdao1 li {
  float: left;
  text-align: center;
  width: 16.66%;
  background: url(../images/4764e1f377d9b1b5cba76ce468557a5b5f5d1b01.png) no-repeat 100% 50%;
}

.fdao .fdao1 li a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 48px;
  transition-duration: .3s;
}

.fdao .fdao1 li:last-child {
  background: none;
}

.fdao .fdao1 li:hover a {
  transform: translateY(-10px);
}

.foot {
  padding-top: 27px;
  background: #f7f7f7;
  border-bottom: 2px solid #2e6ed6;
}

@media (max-width: 780px) {
  .foot {
      background: #fff;
      border-bottom: none;
  }
}

.foot .con {
  padding-bottom: 24px;
  border-bottom: 1px dashed #dedede;
  padding-right: 5.31vw;
}

@media (max-width: 780px) {
  .foot .con {
      padding-right: 0;
      flex-wrap: wrap;
  }
}

.foot .con .foot1 {
  width: 80%;
  max-width: 599px;
}

@media (max-width: 780px) {
  .foot .con .foot1 {
      width: 100%;
      padding: 0 10%;
      max-width: 100%;
  }
}

.foot .con .foot1 img {
  max-width: 100%;
}

@media (max-width: 780px) {
  .foot .con .foot2 {
      width: 20%;
      margin-top: 15px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
  }
}

.foot .con .foot2 img {
  max-width: 100%;
}

.foot .list2 {
  margin-top: 1.98vw;
  margin-bottom: 1.82vw;
  padding-right: 7.19vw;
}

@media (max-width: 780px) {
  .foot .list2 {
      flex-wrap: wrap;
      margin-top: 15px;
      margin-bottom: 15px;
      padding-right: 0;
  }
}

@media (max-width: 780px) {
  .foot .list2 li {
      width: 50%;
  }
}

.foot .list2 li h3 {
  font-size: 16px;
  color: #2e6ed6;
  line-height: 26px;
}

.foot .list2 li h3 img {
  padding-right: 12px;
}

@media (max-width: 480px) {
  .foot .list2 li h3 img {
      padding-right: 4px;
  }
}

.foot .list2 li dd {
  font-size: 25px;
  color: #000000;
  margin-top: 3px;
}

@media (max-width: 780px) {
  .foot .list2 li dd {
      font-size: 20px;
      margin-top: 13px;
  }
}

@media (max-width: 780px) {
  .foot .list2 li:nth-child(3), .foot .list2 li:nth-child(4) {
      margin-top: 14px;
  }
}

.foot .list2 li:nth-child(3) dd, .foot .list2 li:nth-child(4) dd {
  font-size: 14px;
  margin-top: 13px;
}

.foot .ban {
  line-height: 24px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 780px) {
  .foot .ban {
      display: none;
  }
}

.foot .ban a {
  color: rgba(0, 0, 0, 0.4);
}
