body {
  font-family: 'Microsoft YaHei', Arial, 'Helvetica Neue', Helvetica, 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  color: #222;
}
.am-container {
  max-width: 1440px;
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.hide {
  display: none;
}
.xs-online {
  display: none;
  font-weight: 300;
  position: fixed;
  z-index: 998;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
}
.xs-online ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
  height: 68px;
}
.xs-online ul li {
  display: table-cell;
  width: 20%;
  border-left: 1px solid #FCF3F2;
  height: 68px;
}
.xs-online ul li a {
  display: block;
  padding: 7px 0 5px;
}
.xs-online ul li a span {
  display: block;
  color: #30375B;
  font-size: 12px;
}
.xs-online ul li a span i {
  font-size: 22px;
}
.xs-online ul li .qrcode {
  position: absolute;
  width: 120px;
  height: 120px;
  padding: 5px;
  left: 50%;
  transform: translateX(-50%);
  top: 68px;
  opacity: 0;
  background-color: #104292;
  transition: all 0.35s;
}
.xs-online ul li .qrcode img {
  width: 100%;
}
.xs-online ul li .qrcode-look {
  top: -130px;
  opacity: 1;
  transition: all 0.35s;
}
.xs-online ul li:first-child {
  border-left: none;
}
.table-box {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  color: #333;
  line-height: 1.2;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .table-box table {
    font-size: 14px;
  }
}
.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto !important;
  height: auto !important;
}
.table-box table td,
.table-box table th {
  padding: 14px 8px !important;
  border: 1px solid #a0a0a0 !important;
}
@media (max-width: 991px) {
  .table-box table td,
  .table-box table th {
    padding: 12px 8px !important;
  }
}
@media (max-width: 767px) {
  .table-box table td,
  .table-box table th {
    padding: 8px 8px !important;
  }
  .table-box table td,
  .table-box table th,
  .table-box table td *,
  .table-box table th * {
    font-size: 12px !important;
  }
}
@media (max-width: 575px) {
  .table-box table td,
  .table-box table th {
    padding: 8px 8px !important;
  }
  .table-box table td,
  .table-box table th,
  .table-box table td *,
  .table-box table th * {
    font-size: 2.7vmin !important;
  }
}
.table-box table tr p,
.table-box table tr span {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.table-box table th {
  text-align: center;
}
.table-box table img {
  height: auto !important;
  max-width: 100%;
}
.suspended-list {
  width: 48px;
  position: fixed;
  right: 0;
  top: calc(50% - 79px);
  z-index: 999;
}
.suspended-list ul {
  display: block;
  position: relative;
  /* background-color: #fff; */
  padding-left: 0;
}
.suspended-list ul li {
  position: relative;
  width: 48px;
  height: 48px;
  margin-bottom: 3px;
  list-style: none;
}
.suspended-list ul li a {
  display: block;
  border-radius: 8px;
  width: 48px;
  height: 48px;
  background: rgba(16, 66, 146, 0.45);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.suspended-list ul li a:before {
  display: block;
  text-align: center;
  line-height: 48px;
  font-size: 26px;
  color: #fff;
  transition: all 0.35s;
}
.suspended-list ul li a.icon-huidaodingbu:before {
  font-size: 18px;
}
.suspended-list ul li .qrcode {
  width: 110px;
  height: 100px;
  padding-right: 10px;
  position: absolute;
  top: -50%;
  z-index: -10;
  left: 0;
  transition: all 0.35s;
  opacity: 0;
}
.suspended-list ul li .qrcode > div {
  width: 100px;
  height: 100px;
  background-color: #104292;
  padding: 5px;
}
.suspended-list ul li .qrcode > div img {
  width: 100%;
}
.suspended-list ul li .whatsapp-num {
  width: 170px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  color: #fff;
  top: 0;
  z-index: -10;
  background-color: #104292;
  padding-left: 10px;
  left: 0;
  transition: all 0.35s;
  opacity: 0;
  border-radius: 8px;
}
.suspended-list ul li:hover {
  transition: all 0.5s;
}
.suspended-list ul li:hover .qrcode {
  left: -110px;
  opacity: 1;
  transition: all 0.35s;
}
.suspended-list ul li:hover a {
  background-color: #104292;
}
.suspended-list ul li:hover a .ycxf_imgbox img:first-child {
  display: none;
}
.suspended-list ul li:hover a .ycxf_imgbox img:last-child {
  display: block;
  left: 15px;
}
.suspended-list ul li:hover .j_dhzs {
  left: -210px;
}
.suspended-list ul li:hover .whatsapp-num {
  left: -160px;
  opacity: 1;
  transition: all 0.35s;
}
.open-suspended {
  width: 48px;
  height: 48px;
  position: fixed;
  right: 30px;
  z-index: 999;
  background: #6E6E6E;
  border-radius: 8px;
  bottom: 70px;
  display: none;
}
.open-suspended a {
  line-height: 48px;
  text-align: center;
  display: block;
  color: #fff;
  transition: all 0.35s;
}
.fancybox-slide--iframe .fancybox-content {
  width: 80%!important;
  height: 80%!important;
}
header {
  border-top: 20px solid #104292;
  background-color: #fff;
}
header.am-sticky {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.07);
}
header .header-search {
  margin-left: 35px;
}
header .header-search .header-search-p form {
  width: 220px;
  height: 40px;
  border: 1px solid #E7ECF4;
  background-color: #E7ECF4;
  border-radius: 16px;
  display: flex;
  align-items: center;
  padding: 4px;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  header .header-search .header-search-p form:hover {
    border-color: #104292;
    transition: all 0.35s;
  }
}
header .header-search .header-search-p input {
  padding-right: 10px;
  border: none;
  height: 100%;
  font-size: 15px;
  border-radius: 25px;
  width: calc(100% - 30px);
  padding-left: 5px;
  background-color: transparent;
  color: #333;
}
header .header-search .header-search-p input:focus {
  outline: none;
}
header .header-search .header-search-p *::-webkit-input-placeholder {
  color: #999;
}
header .header-search .header-search-p *:-moz-placeholder {
  /* FF 4-18 */
  color: #999;
}
header .header-search .header-search-p *::-moz-placeholder {
  /* FF 19+ */
  color: #999;
}
header .header-search .header-search-p *:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
header .header-search .header-search-p button {
  width: 54px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #104292;
  border: 1px solid #104292;
  padding: 0;
  border-radius: 12px;
  transition: all 0.35s;
}
header .header-search .header-search-p button i {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  header .header-search .header-search-p button:hover {
    background-color: #fff;
    transition: all 0.35s;
  }
  header .header-search .header-search-p button:hover i {
    color: #104292;
    transition: all 0.35s;
  }
}
header .header-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-cont {
  display: flex;
  align-items: center;
}
header .header-logo {
  height: 57px;
}
header .header-logo img {
  height: 100%;
}
.header-search-m {
  text-align: center;
  position: relative;
  display: none;
  align-items: center;
  margin-right: 15px;
}
.header-search-m a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #cdcdcd;
  transition: opacity 0.25s ease-in-out 0s;
  -webkit-transition: opacity 0.25s ease-in-out 0s;
  transition: all 0.35s;
}
.header-search-m i {
  font-size: 16px;
  color: #666;
  line-height: 1;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .header-search-m:hover > a {
    border-color: #104292;
    transition: all 0.35s;
  }
  .header-search-m:hover > a > i {
    color: #104292;
    transform: rotateY(180deg);
    transition: all 0.35s;
  }
}
.header-search-m button:before {
  display: none;
}
.header-search-m button i {
  color: #fff;
  font-size: 14px;
  line-height: 38px;
}
.search-wrap {
  font-size: 14px;
  position: absolute;
  z-index: 1002;
  top: 100%;
  right: 0;
  right: 10%;
  display: none;
  width: 300px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.search-wrap .search-box {
  position: relative;
}
.search-wrap input {
  line-height: 24px;
  width: 100%;
  padding: 6px 10px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #dcdcdc;
}
.search-wrap input:focus-visible {
  outline: none;
}
.search-wrap .submit {
  font-size: 0;
  line-height: 38px;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 38px;
  padding: 0;
  color: #fff;
  border-radius: 0;
  background-color: #104292;
  border-color: #104292;
}
.search-wrap .submit:focus {
  outline: none;
}
.search-wrap .submit:before {
  font-family: 'iconfont' !important;
  content: '\e600';
}
.search-wrap .search-box {
  height: 38px;
}
.banner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  z-index: 2;
}
.banner img {
  display: block;
  width: 100%;
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner .swiper-pagination {
  position: absolute;
  z-index: 2;
  width: auto;
  bottom: 3.2%;
  display: flex;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.banner .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background-color: transparent;
  outline: none;
  opacity: 1;
  margin: 0 5px !important;
  border-radius: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.banner .swiper-pagination-bullet:after {
  content: '';
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: all 0.35s;
  margin-left: 10px;
}
.banner .swiper-pagination-bullet-active:after {
  width: 36px;
  transition: all 0.35s;
}
.banner .slick-arrow {
  outline: none;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner .slick-prev {
  left: 5%;
}
.banner .slick-prev:before {
  content: '\e65a';
}
.banner .slick-next {
  right: 5%;
}
.banner .slick-next:before {
  content: '\eb96';
}
.banner .item {
  display: block;
  position: relative;
  overflow: hidden;
}
.banner .item > a {
  overflow: hidden;
  display: block;
}
.banner .item > a > img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 100%;
}
.banner .banner-button-prev,
.banner .banner-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  background-color: transparent;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
  border: 1px solid #fff;
}
.banner .banner-button-prev:before,
.banner .banner-button-next:before {
  font-family: 'iconfont';
  font-size: 20px;
  color: #fff;
}
@media screen and (min-width: 991px) {
  .banner .banner-button-prev:hover,
  .banner .banner-button-next:hover {
    background-color: #104292;
    transition: all 0.35s;
    border-color: #104292;
  }
}
.banner .banner-button-prev {
  left: 30px;
}
.banner .banner-button-prev:before {
  content: '\e611';
}
.banner .banner-button-next {
  right: 30px;
}
.banner .banner-button-next:before {
  content: '\ec68';
}
@media only screen and (min-width: 1850px) and (max-width: 1920px) {
  .banner .item > a > img {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .banner .slick-arrow:hover {
    background-color: #00a63b;
  }
}
@media (max-width: 1199px) {
  .banner .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .banner .item {
    width: 110%;
    max-width: 110%;
    margin-left: -5%;
  }
}
@media (max-width: 767px) {
  .banner .swiper-pagination {
    bottom: 3.5%;
  }
  .banner .swiper-pagination-bullet {
    margin: 0 3px !important;
    font-size: 14px;
  }
  .banner .swiper-pagination-bullet:after {
    margin-left: 5px;
  }
  .banner .item {
    width: 120%;
    max-width: 120%;
    margin-left: -10%;
  }
  .banner .swiper-pagination-bullet-active:after {
    width: 25px;
  }
}
.banner-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination {
  display: none !important;
}
.banner.hide-video video {
  display: none !important;
}
.banner-video-box {
  display: block;
  padding-bottom: 45.3125%;
  position: relative;
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}
.banner-video-box .fluid_initial_play {
  background-color: #00a63b !important;
}
.banner .mobile-video {
  display: block;
  position: relative;
}
.banner .mobile-video:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}
.banner .mobile-video:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  font-size: 50px;
  color: #fff;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e644';
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.in-title {
  font-size: 40px;
  line-height: 1;
  text-align: center;
}
.in-desc {
  padding: 0 120px;
  text-align: center;
  font-size: 15px;
  line-height: 25px;
  color: #666;
  margin-top: 20px;
}
.index-service {
  padding: 105px 0 110px;
}
.index-service .tit {
  font-size: 22px;
  line-height: 1;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 15px;
}
.index-service .tit:before {
  content: '';
  width: 45px;
  height: 7px;
  background-image: url(../img/line1.png);
  transition: all 0.35s;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.index-service .tit:after {
  content: '';
  width: 45px;
  height: 7px;
  background-image: url(../img/line2.png);
  transition: all 0.35s;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.index-service .tit a {
  color: #222;
}
.index-service .desc {
  font-size: 15px;
  line-height: 26px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index-service .txt {
  padding: 0 0 25px;
}
.index-service .service-list {
  display: flex;
  flex-wrap: wrap;
  margin: 70px -15px 0;
}
.index-service .box {
  width: 25%;
  padding: 0 15px;
}
.index-service .box > div {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 991px) {
  .index-service .box > div:hover .img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .index-service .box > div:hover .hover {
    opacity: 1;
    transform: scale(1);
    transition: all 0.35s;
  }
  .index-service .box > div:hover .tit:before {
    opacity: 0;
    transition: all 0.35s;
  }
  .index-service .box > div:hover .tit:after {
    opacity: 1;
    transition: all 0.35s;
  }
}
.index-service .box:nth-child(2n) > div {
  flex-direction: column-reverse;
}
.index-service .box:nth-child(2n) > div .txt {
  padding: 25px 0 0;
}
.index-service .img-box {
  padding-bottom: 66.66666667%;
}
.index-service .img a {
  position: relative;
  display: block;
}
.index-service .img img {
  transition: all 0.35s;
}
.index-service .hover {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(16, 66, 146, 0.75);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0);
  transition: all 0.35s;
}
.index-service .hover-box {
  width: 140px;
  height: 40px;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.index-service .hover-box i {
  font-size: 15px;
  margin-left: 10px;
}
.index-about {
  background-image: url(../img/about-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff;
  padding: 60px 0 0;
}
.index-about .in-desc {
  color: #fff;
}
.index-about .more {
  display: flex;
  margin: 40px auto 60px;
  width: 140px;
  height: 40px;
  border: 1px solid #fff;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  transition: all 0.35s;
}
.index-about .more i {
  font-size: 15px;
  margin-left: 10px;
}
@media screen and (min-width: 991px) {
  .index-about .more:hover {
    background-color: #fff;
    color: #104292;
    transition: all 0.35s;
  }
}
.index-about .about-video a {
  position: relative;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 991px) {
  .index-about .about-video a:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.index-about .about-video a:before {
  background-color: rgba(0, 0, 0, 0.1);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  z-index: 2;
}
.index-about .about-video a:after {
  content: '';
  background-image: url(../img/play.png);
  width: 105px;
  height: 105px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.index-about .about-video a img {
  width: 100%;
  transition: all 0.35s;
}
.index-case {
  padding: 105px 0 0;
  overflow: hidden;
}
.index-case .img-box {
  padding-bottom: 75.55555556%;
}
.index-case .case-slick {
  margin: 45px -15px 0;
  width: 136.17021277%;
}
.index-case .img img {
  transition: all 0.35s;
}
.index-case .box {
  padding: 0 15px;
}
@media screen and (min-width: 991px) {
  .index-case .box a:hover .img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .index-case .box a:hover .tit:before {
    opacity: 0;
    transition: all 0.35s;
  }
  .index-case .box a:hover .tit:after {
    opacity: 1;
    transition: all 0.35s;
  }
}
.index-case .txt {
  padding: 25px 0 0;
}
.index-case .tit {
  font-size: 22px;
  line-height: 1;
  padding-bottom: 25px;
  position: relative;
  color: #222;
}
.index-case .tit:before {
  content: '';
  background-image: url(../img/line1.png);
  width: 45px;
  height: 7px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.35s;
}
.index-case .tit:after {
  content: '';
  background-image: url(../img/line2.png);
  width: 45px;
  height: 7px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.35s;
}
.index-case .tit div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-case .desc {
  font-size: 20px;
  color: #666;
  line-height: 1;
  margin-top: 15px;
}
.index-case .more {
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #104292;
  border: 1px solid #104292;
  color: #fff;
  font-size: 15px;
  float: right;
  transition: all 0.35s;
  margin-top: 95px;
}
.index-case .more i {
  margin-left: 10px;
  font-size: 15px;
}
@media screen and (min-width: 991px) {
  .index-case .more:hover {
    background-color: #fff;
    color: #104292;
    transition: all 0.35s;
  }
}
.index-case .slick-dots {
  width: 1440px;
  max-width: 100%;
  display: flex;
  padding: 0 15px;
  bottom: -70px;
}
.index-case .slick-dots:after {
  content: '';
  background-color: #7498D2;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  display: block;
  position: absolute;
  width: calc(100% - 30px);
}
.index-case .slick-dots li {
  flex: 1;
  position: relative;
  z-index: 2;
  height: 5px;
  border-radius: 2px;
  background-color: #104292;
  margin: 0;
  opacity: 0;
  transition: all 0.35s;
}
.index-case .slick-dots li button {
  display: none;
}
.index-case .slick-dots li.slick-active {
  opacity: 1;
  transition: all 0.35s;
}
.index-case .slick-prev:before,
.index-case .slick-next:before {
  font-family: 'iconfont';
  opacity: 1;
  font-size: 24px;
  transition: all 0.35s;
}
.index-case .slick-prev:before {
  content: '\e660';
}
.index-case .slick-next:before {
  content: '\e661';
}
.index-case .slick-prev,
.index-case .slick-next {
  width: 44px;
  height: 44px;
  background-color: #104292;
  border: 2px solid #104292;
  border-radius: 50%;
  top: auto;
  bottom: -135px;
  transform: translate(0, 0);
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .index-case .slick-prev:hover,
  .index-case .slick-next:hover {
    background-color: #fff;
    border-color: #f29300;
    transition: all 0.35s;
  }
  .index-case .slick-prev:hover:before,
  .index-case .slick-next:hover:before {
    color: #f29300;
    transition: all 0.35s;
  }
}
.index-case .slick-prev {
  left: 15px;
}
.index-case .slick-next {
  left: 75px;
  right: auto;
}
.index-advantage {
  padding: 110px 0;
}
.index-advantage .list {
  margin: 40px 0 0;
}
.index-advantage .box > div {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 991px) {
  .index-advantage .box > div:hover .img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .index-advantage .box > div:hover .img:after {
    border-color: transparent #104292 transparent transparent;
    transition: all 0.35s;
  }
  .index-advantage .box > div:hover .txt {
    color: #fff;
    transition: all 0.35s;
  }
  .index-advantage .box > div:hover .txt:after {
    opacity: 1;
    transition: all 0.35s;
  }
  .index-advantage .box > div:hover .txt span {
    opacity: 1;
    transform: scale(1);
    transition: all 0.35s;
  }
  .index-advantage .box > div:hover .txt span.icon-kongyun {
    transform: scale(1) rotateY(180deg);
  }
  .index-advantage .box > div:hover .tit:before {
    opacity: 0;
    transition: all 0.35s;
  }
  .index-advantage .box > div:hover .tit:after {
    opacity: 1;
    transition: all 0.35s;
  }
  .index-advantage .box > div:hover .desc {
    color: #fff;
    transition: all 0.35s;
  }
}
.index-advantage .box:nth-child(n+2) {
  margin-top: 30px;
}
.index-advantage .box:nth-child(2n) > div {
  flex-direction: row-reverse;
}
.index-advantage .box:nth-child(2n) .img:after {
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #fff;
  /*透明 黄 透明 透明 */
  right: auto;
  left: 0;
}
@media screen and (min-width: 991px) {
  .index-advantage .box:nth-child(2n):hover .img:after {
    border-color: transparent transparent transparent #104292;
    transition: all 0.35s;
  }
}
.index-advantage .img-box {
  padding-bottom: 51.06382979%;
}
.index-advantage .img {
  width: 50%;
  position: relative;
}
.index-advantage .img:after {
  display: block;
  width: 0;
  height: 0;
  border-width: 15px 20px 15px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  /*透明 黄 透明 透明 */
  position: absolute;
  top: 58px;
  right: 0;
  z-index: 2;
  content: '';
  transition: all 0.35s;
}
.index-advantage .img img {
  transition: all 0.35s;
}
.index-advantage .txt {
  width: 50%;
  padding-left: 50px;
  padding-right: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.35s;
}
.index-advantage .txt i {
  font-size: 32px;
  line-height: 1;
  width: fit-content;
  position: relative;
  z-index: 3;
}
.index-advantage .txt i.icon-yewu {
  font-size: 27px;
}
.index-advantage .txt i.icon-kongyun {
  font-size: 38px;
  transform: rotateY(180deg);
}
.index-advantage .txt:after {
  background-image: url(../img/advantage-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.35s;
}
.index-advantage .txt span {
  position: absolute;
  font-size: 265px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.03);
  line-height: 1;
  right: -8%;
  bottom: -16%;
  pointer-events: none;
  opacity: 0;
  transform: scale(0);
  transition: all 0.35s;
}
.index-advantage .txt span.icon-kongyun {
  transform: rotateY(180deg);
}
.index-advantage .desc {
  font-size: 15px;
  line-height: 26px;
  color: #666;
  position: relative;
  z-index: 3;
  transition: all 0.35s;
}
.index-advantage .desc p {
  margin: 0;
}
.index-advantage .tit {
  font-size: 28px;
  line-height: 1;
  padding-bottom: 30px;
  margin-bottom: 25px;
  margin-top: 20px;
  position: relative;
  z-index: 3;
}
.index-advantage .tit:before {
  content: '';
  background-image: url(../img/line2.png);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 7px;
  display: block;
  transition: all 0.35s;
}
.index-advantage .tit:after {
  content: '';
  background-image: url(../img/line3.png);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 7px;
  display: block;
  opacity: 0;
  transition: all 0.35s;
}
.page-tit {
  font-size: 36px;
  line-height: 1;
  text-align: center;
}
.page-desc {
  color: #eff0f5;
  font-size: 62px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: -25px;
}
.page-banner {
  overflow: hidden;
  position: relative;
}
.page-banner .item {
  position: relative;
}
.page-banner .item img {
  width: 100%;
  transition: all 0.35s;
}
.about .about-cont {
  padding: 80px 98px 95px;
  background-color: #fff;
  margin: -140px 0 0;
  position: relative;
  z-index: 2;
}
.about .about-cont .desc {
  text-align: center;
  line-height: 28px;
  margin: 40px 0 0;
}
.about .about-video a {
  position: relative;
  display: block;
  overflow: hidden;
}
.about .about-video a:before {
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 2;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.about .about-video a img {
  position: relative;
  width: 100%;
  z-index: 1;
  transition: all 0.35s;
}
.about .about-video a:after {
  content: '';
  background-image: url(../img/play.png);
  width: 105px;
  height: 105px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media screen and (min-width: 991px) {
  .about .about-video a:hover img {
    transform: scale(1.05);
    transition: all 0.35s;
  }
}
.about .why {
  padding: 100px 0 90px;
}
.about .why .img-box {
  padding-bottom: 68.08510638%;
}
.about .why .list {
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0 0;
}
.about .why .box {
  width: 33.33333333%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 991px) {
  .about .why .box:hover .img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .about .why .box:hover .tit {
    color: #fff;
    transition: all 0.35s;
  }
  .about .why .box:hover .tit:before {
    opacity: 0;
    transition: all 0.35s;
  }
  .about .why .box:hover .tit:after {
    opacity: 1;
    transition: all 0.35s;
  }
  .about .why .box:hover .desc {
    color: #fff;
    transition: all 0.35s;
  }
  .about .why .box:hover .txt {
    background-color: #104292;
    transition: all 0.35s;
  }
}
.about .why .box:nth-child(2n) {
  flex-direction: column-reverse;
}
.about .why .img img {
  transition: all 0.35s;
}
.about .why .txt {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 68.08510638%;
  transition: all 0.35s;
}
.about .why .txt > div {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 30px;
}
.about .why .tit {
  font-size: 30px;
  line-height: 1;
  padding-bottom: 40px;
  margin-bottom: 30px;
  margin-top: 45px;
  position: relative;
  z-index: 3;
  transition: all 0.35s;
}
.about .why .tit:before {
  content: '';
  background-image: url(../img/line2.png);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 7px;
  display: block;
  transition: all 0.35s;
}
.about .why .tit:after {
  content: '';
  background-image: url(../img/line3.png);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 7px;
  display: block;
  opacity: 0;
  transition: all 0.35s;
}
.about .why .desc {
  line-height: 30px;
  color: #666;
  transition: all 0.35s;
}
.about .why .desc p {
  margin: 0;
}
.service {
  padding: 80px 0 90px;
}
.service .service-nav {
  display: flex;
  flex-wrap: wrap;
  background-color: #104292;
  justify-content: center;
  margin: 35px 0 0;
}
.service .service-nav a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 60px;
}
.service .service-nav a:after {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #f29300;
  content: '';
  display: block;
  width: 0%;
  left: 50%;
  opacity: 0;
  transition: all 0.35s;
  transform: translateX(-50%);
}
.service .service-nav a span {
  font-size: 18px;
}
@media screen and (min-width: 991px) {
  .service .service-nav a:hover:after {
    opacity: 1;
    width: 100%;
    transition: all 0.35s;
  }
}
.service .service-nav .box {
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.service .service-nav .box.active a:after {
  opacity: 1;
  width: 100%;
  transition: all 0.35s;
}
.service .service-nav .box:after {
  content: '';
  width: 1px;
  height: 11px;
  background-color: #fff;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.service .service-nav .box:last-child:after {
  display: none;
}
.service .service-nav i {
  font-size: 28px;
  line-height: 1;
  margin-right: 12px;
}
.service .tit {
  font-size: 26px;
  line-height: 1;
  text-align: center;
  margin: 55px 0 15px;
  position: relative;
  padding: 0 0 30px;
}
.service .tit:after {
  content: '';
  background-image: url(../img/line2.png);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 45px;
  height: 7px;
  display: block;
  opacity: 1;
  transition: all 0.35s;
}
.service .desc {
  line-height: 30px;
  color: #666;
  text-align: center;
  margin: 0 0 25px;
}
.service .service-slick {
  margin: 0 210px;
}
@media screen and (min-width: 991px) {
  .service .service-slick .box:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.service .service-slick .img-box {
  padding-bottom: 51.51515152%;
}
.service .service-slick .img-box img {
  transition: all 0.35s;
}
.service .service-slick .slick-slide > div {
  font-size: 0;
}
.service .service-slick .slick-prev,
.service .service-slick .slick-next {
  z-index: 3;
  width: 49px;
  height: 104px;
}
.service .service-slick .slick-prev:before,
.service .service-slick .slick-next:before {
  font-family: 'iconfont';
  font-size: 22px;
  color: #fff;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.service .service-slick .slick-prev {
  left: 0;
  background-image: linear-gradient(to right, #416bab, rgba(255, 255, 255, 0));
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .service .service-slick .slick-prev:hover {
    background-image: linear-gradient(to right, #eca637, rgba(255, 255, 255, 0));
  }
}
.service .service-slick .slick-prev:before {
  content: '\ee1a';
  left: 5px;
}
.service .service-slick .slick-next {
  right: 0;
  background-image: linear-gradient(to left, #416bab, rgba(255, 255, 255, 0));
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .service .service-slick .slick-next:hover {
    background-image: linear-gradient(to left, #eca637, rgba(255, 255, 255, 0));
  }
}
.service .service-slick .slick-next:before {
  content: '\e643';
  right: 5px;
}
.case {
  padding: 80px 0 90px;
}
.case .img-box {
  padding-bottom: 75.55555556%;
}
.case .list {
  display: flex;
  flex-wrap: wrap;
  margin: 45px -15px 75px;
}
.case .box {
  width: 25%;
  /*width: 33.33333333%;*/
  padding: 0 15px;
}
.case .box a {
  position: relative;
  display: block;
}
@media screen and (min-width: 991px) {
  .case .box a:hover .img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .case .box a:hover .tit:before {
    opacity: 0;
    transition: all 0.35s;
  }
  .case .box a:hover .tit:after {
    opacity: 1;
    transition: all 0.35s;
  }
}
.case .box:nth-child(n+5) {
  margin-top: 55px;
}
.case .img img {
  transition: all 0.35s;
}
.case .txt {
  padding: 25px 0 0;
}
.case .tit {
  font-size: 22px;
  line-height: 1;
  padding-bottom: 25px;
  position: relative;
  color: #222;
}
.case .tit:before {
  content: '';
  background-image: url(../img/line1.png);
  width: 45px;
  height: 7px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.35s;
}
.case .tit:after {
  content: '';
  background-image: url(../img/line2.png);
  width: 45px;
  height: 7px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.35s;
}
.case .tit div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case .desc {
  font-size: 20px;
  color: #666;
  line-height: 1;
  margin-top: 15px;
}
.pagenum {
  display: flex;
  justify-content: center;
}
.pagenum a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 60px;
  height: 60px;
  line-height: 30px;
  border-radius: 50%;
  color: #666;
  margin-left: 10px;
  background-color: #F5F5F5;
  transition: all 0.35s;
}
.pagenum a.active {
  color: #fff;
  transition: all 0.35s;
  background-color: #104292;
}
.pagenum a:nth-child(2) {
  margin-left: 10px;
}
.pagenum a:first-child {
  margin-left: 0;
}
.pagenum a:last-child {
  margin-left: 10px;
}
.pagenum a:last-child i {
  display: block;
  transform: rotateY(180deg);
}
@media screen and (min-width: 991px) {
  .pagenum a:hover {
    color: #fff;
    background-color: #104292;
    transition: all 0.35s;
  }
}
.pagenum i {
  font-size: 18px;
  display: block;
}
.case-deta {
  padding: 90px 0 110px;
}
.case-deta h1 {
  font-size: 26px;
  line-height: 1;
  font-weight: 400;
  margin: 0;
  border-bottom: 1px solid #CDCDCD;
  padding: 0 0 20px;
}
.case-deta .msg {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0;
}
.case-deta .msg .box {
  padding-left: 40px;
  position: relative;
}
.case-deta .msg .box:before {
  content: '';
  width: 21px;
  height: 21px;
  background-color: #9EB1D0;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.case-deta .msg .box:after {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: block;
  background-color: #104292;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.case-deta .msg .box:nth-child(n+2) {
  margin-left: 220px;
}
.case-deta .cont {
  margin: 25px 0 50px;
}
.case-deta .cont p {
  font-size: 17px;
  line-height: 35px;
  color: #666;
  margin: 0;
}
.case-deta .img {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.case-deta .img .box {
  width: 50%;
  padding: 0 15px;
}
.case-deta .img .box:nth-child(n+3) {
  margin-top: 20px;
}
.case-deta .img img {
  width: 100%;
}
.case-deta .switch {
  display: flex;
  justify-content: space-between;
  margin: 85px 0 0;
}
.case-deta .switch a {
  width: 370px;
  height: 58px;
  background-color: #F5F5F5;
  line-height: 58px;
  align-items: center;
  padding: 0 40px;
  font-size: 20px;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .case-deta .switch a:hover {
    background-color: #104292;
    color: #fff;
    transition: all 0.35s;
  }
}
.news {
  padding: 80px 0 90px;
}
.news .img-box {
  padding-bottom: 63.15789474%;
}
.news .img {
  width: 570px;
}
.news .img img {
  transition: all 0.35s;
}
.news .txt {
  width: calc(100% - 570px);
  padding: 0 75px 0 55px;
}
.news .list {
  margin: 55px 0 80px;
}
.news .box > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 991px) {
  .news .box > div:hover .img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .news .box > div:hover .tit a {
    color: #104292;
    transition: all 0.35s;
  }
  .news .box > div:hover .date {
    color: #104292;
    transition: all 0.35s;
  }
  .news .box > div:hover .more {
    border-color: #f29300;
    background-color: #f29300;
    color: #fff;
    transition: all 0.35s;
  }
}
.news .box:nth-child(n+2) {
  margin-top: 40px;
}
.news .tit {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .tit a {
  color: #222;
  transition: all 0.35s;
}
.news .date {
  display: flex;
  align-items: center;
  color: #666;
  margin-bottom: 15px;
  transition: all 0.35s;
}
.news .date i {
  font-size: 20px;
  line-height: 1;
  margin-right: 10px;
}
.news .desc {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  margin: 0 0 35px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news .more {
  display: flex;
  width: 140px;
  height: 40px;
  border: 1px solid #666;
  color: #666;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
}
.news .more span {
  font-size: 15px;
}
.news .more i {
  font-size: 15px;
  margin-left: 10px;
}
.contact {
  padding: 0 0 120px;
  margin: -140px 0 0;
}
.contact .contact-msg {
  padding: 80px 0 95px;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
.contact .contact-msg .msg-list {
  display: flex;
  flex-wrap: wrap;
  margin: 80px 40px 0;
}
.contact .contact-msg .box {
  width: 33.33333333%;
  padding: 0 50px;
}
.contact .contact-msg .box > div {
  background-color: #104292;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 20px;
}
.contact .contact-msg .box > div i {
  position: absolute;
  color: #fff;
  background-color: rgba(242, 147, 0, 0.45);
  width: 75px;
  height: 75px;
  display: flex;
  top: -37px;
  left: 50%;
  font-size: 28px;
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.contact .contact-msg .box > div i:after {
  content: '';
  background-color: #f29300;
  width: 50px;
  height: 50px;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.contact .contact-msg .box > div i:before {
  position: relative;
  z-index: 3;
}
.contact .contact-msg .box > div:after {
  content: '';
  background-color: #f29300;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
.contact .contact-msg .msg-box {
  display: flex;
  flex-direction: column;
  width: fit-content;
  padding: 60px 0 40px;
}
.contact .contact-msg .msg-box p {
  margin: 0;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
}
.contact .contact-msg .msg-box a {
  color: #fff;
}
.contact .contact-msg .msg-box a:hover {
  text-decoration: underline;
}
.contact .map {
  width: 100%;
  height: 400px;
}
.contact .map .map-content {
  width: 100%;
  height: 100%;
}
.contact .ol-message {
  padding: 80px 90px 0;
}
.contact .ol-message form {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0;
}
.contact .ol-message input {
  width: calc(50% - 5px);
  margin-right: 10px;
  margin-bottom: 10px;
  height: 55px;
  padding: 0 20px;
  border: 1px solid #999;
  transition: all 0.35s;
}
.contact .ol-message input:nth-child(2n) {
  margin-right: 0;
}
.contact .ol-message input:focus {
  outline: none;
  border-color: #104292;
  transition: all 0.35s;
}
.contact .ol-message *::-webkit-input-placeholder {
  color: #666;
}
.contact .ol-message *:-moz-placeholder {
  /* FF 4-18 */
  color: #666;
}
.contact .ol-message *::-moz-placeholder {
  /* FF 19+ */
  color: #666;
}
.contact .ol-message *:-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
}
.contact .ol-message textarea {
  width: 100%;
  height: 180px;
  transition: all 0.35s;
  resize: none;
  padding: 15px 20px;
  border: 1px solid #999;
  margin-bottom: 20px;
}
.contact .ol-message textarea:focus {
  outline: none;
  border-color: #104292;
  transition: all 0.35s;
}
.contact .ol-message button {
  height: 50px;
  width: 100%;
  border: 1px solid #104292;
  background-color: #104292;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.35s;
}
.contact .ol-message button i {
  font-size: 25px;
  line-height: 1;
  margin-left: 20px;
}
@media screen and (min-width: 991px) {
  .contact .ol-message button:hover {
    background-color: #fff;
    color: #104292;
    transition: all 0.35s;
  }
}
.details {
  padding: 60px 0 90px;
}
.details h1 {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1.1;
}
.details .details-date {
  color: #104292;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.42857143;
}
.details .info {
  padding-bottom: 25px;
  border-bottom: 2px solid #e3e3e3;
  margin-bottom: 25px;
  position: relative;
}
.details .txt p {
  margin: 0;
  color: #666666;
  font-size: 16px;
  line-height: 1.75;
}
.details .txt img {
  max-width: 100%;
  height: auto!important;
}
.details .news-page {
  overflow: hidden;
  margin-top: 40px;
  font-size: 16px;
}
.details .news-page p {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.details .news-page p a {
  color: #222;
  transition: all 0.35s;
}
.details .news-page p a:hoveR {
  color: #104292;
  text-decoration: underline;
  transition: all 0.35s;
}
.details .news-page .next {
  margin-top: 15px;
}
.details .share-box {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.details .share-box > span {
  font-weight: 600;
}
.details .share-box .at-style-responsive .at-share-btn {
  margin-bottom: 0;
}
.search {
  padding: 40px 0;
}
.search-failed h4 {
  font-size: 20px;
  font-weight: 400;
}
.search-failed p {
  background-color: #FCF8E3;
  border: 1px solid #FAEDD1;
  border-radius: 5px;
  line-height: 22px;
  padding: 10px 20px;
  color: #666;
}
footer {
  background-color: #02142F;
  color: #fff;
  padding: 65px 0 0;
}
footer .footer-msg {
  width: 75%;
}
footer .footer-msg .tit {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 20px;
}
footer .footer-msg .desc {
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
}
footer .footer-msg .list {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0;
}
footer .footer-msg .box {
  display: flex;
  flex-wrap: wrap;
  padding-right: 60px;
}
footer .footer-msg .box:last-child {
  padding-right: 0;
}
footer .footer-msg .box i {
  width: 48px;
  height: 48px;
  background-color: rgba(242, 147, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  font-size: 18px;
}
footer .footer-msg .box i:after {
  content: '';
  width: 33px;
  height: 33px;
  background-color: #f29300;
  border-radius: 50%;
  display: block;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
footer .footer-msg .box i:before {
  z-index: 2;
  position: relative;
}
footer .footer-msg .box > div {
  width: calc(100% - 48px);
  padding-left: 20px;
  padding-top: 10px;
}
footer .footer-msg .box p {
  font-size: 15px;
  line-height: 26px;
  margin: 0;
}
footer .footer-msg .box a {
  color: #fff;
}
footer .footer-msg .box a:hover {
  text-decoration: underline;
}
footer .footer-t {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-form {
  width: 25%;
  padding-left: 85px;
  position: relative;
}
footer .footer-form:before {
  width: 1px;
  height: 180px;
  left: -30px;
  top: 10px;
  content: '';
  background-color: #122F5A;
  display: block;
  position: absolute;
}
footer .footer-form .tit {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 25px;
}
footer .footer-form form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
footer .footer-form input {
  width: 100%;
  height: 38px;
  background-color: #062048;
  border: 1px solid #062048;
  font-size: 15px;
  padding: 0 20px;
  transition: all 0.35s;
  margin-bottom: 8px;
}
footer .footer-form input:nth-child(3) {
  margin-bottom: 13px;
}
footer .footer-form input:focus {
  border-color: #f29300;
  outline: none;
  transition: all 0.35s;
}
footer .footer-form *::-webkit-input-placeholder {
  color: #fff;
}
footer .footer-form *:-moz-placeholder {
  /* FF 4-18 */
  color: #fff;
}
footer .footer-form *::-moz-placeholder {
  /* FF 19+ */
  color: #fff;
}
footer .footer-form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
footer .footer-form button {
  width: 84px;
  height: 30px;
  background-color: #f29300;
  border: 1px solid #f29300;
  color: #fff;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  footer .footer-form button:hover {
    background-color: transparent;
    color: #f29300;
    transition: all 0.35s;
  }
}
footer .footer-record {
  margin-top: 50px;
  background-color: #000F25;
}
footer .footer-record .am-container > div {
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  padding: 10px 0;
  color: #fff;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
footer .footer-record .am-container > div > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .footer-record a {
  color: #fff;
  margin-left: 10px;
  transition: all 0.35s;
}
footer .footer-record a:hover {
  color: #f29300;
  transition: all 0.35s;
}
.site-map {
  padding-top: 65px;
  padding-bottom: 60px;
}
.site-map h2 {
  font-size: 30px;
  color: #222;
  font-weight: bold;
  margin-bottom: 28px;
}
.site-map ul {
  margin: 0;
  padding: 0;
}
.site-map li {
  list-style: none;
  font-size: 0;
}
.site-map a {
  display: inline-block;
}
.site-map .site-list1 > li {
  margin-bottom: 20px;
}
.site-map .site-list1 > li > a {
  text-transform: uppercase;
  font-size: 18px;
  border: 1px solid #EAEAEA;
  width: 290px;
  height: 50px;
  padding-left: 30px;
  line-height: 50px;
  color: #222;
  font-weight: bold;
  transition: all 0.35s;
}
.site-map .site-list1 > li > a:hover {
  background-color: #104292;
  color: #fff;
  transition: all 0.35s;
}
.site-map .site-list2 {
  padding-left: 25px;
  padding-top: 14px;
  padding-bottom: 10px;
}
.site-map .site-list2 > li {
  margin-bottom: 16px;
}
.site-map .site-list2 > li:last-child {
  margin-bottom: 0;
}
.site-map .site-list2 > li > a {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  text-transform: capitalize;
  transition: all 0.35s;
}
.site-map .site-list2 > li > a:hover {
  text-decoration: underline;
  color: #104292;
  transition: all 0.35s;
}
.site-map .site-list3 {
  padding-top: 7px;
}
.site-map .site-list3:after {
  content: '';
  display: block;
  clear: both;
}
.site-map .site-list3 > li {
  float: left;
  margin-right: 28px;
}
.site-map .site-list3 > li > a {
  font-size: 14px;
  color: #666;
  transition: all 0.35s;
}
.site-map .site-list3 > li > a:hover {
  color: #104292;
  text-decoration: underline;
  transition: all 0.35s;
}
