@font-face {
  font-family: 'Public Sans';
  src: url('../fonts/PublicSans-Regular.eot');
  src: local('Public Sans Regular'), local('PublicSans-Regular'), url('../fonts/PublicSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/PublicSans-Regular.woff2') format('woff2'), url('../fonts/PublicSans-Regular.woff') format('woff'), url('../fonts/PublicSans-Regular.ttf') format('truetype'), url('../fonts/PublicSans-Regular.svg#PublicSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Public Sans';
  src: url('../fonts/PublicSans-BlackItalic.eot');
  src: local('Public Sans Black Italic'), local('PublicSans-BlackItalic'), url('../fonts/PublicSans-BlackItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/PublicSans-BlackItalic.woff2') format('woff2'), url('../fonts/PublicSans-BlackItalic.woff') format('woff'), url('../fonts/PublicSans-BlackItalic.ttf') format('truetype'), url('../fonts/PublicSans-BlackItalic.svg#PublicSans-BlackItalic') format('svg');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Public Sans';
  src: url('../fonts/PublicSans-Bold.eot');
  src: local('Public Sans Bold'), local('PublicSans-Bold'), url('../fonts/PublicSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/PublicSans-Bold.woff2') format('woff2'), url('../fonts/PublicSans-Bold.woff') format('woff'), url('../fonts/PublicSans-Bold.ttf') format('truetype'), url('../fonts/PublicSans-Bold.svg#PublicSans-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Public Sans';
  src: url('../fonts/PublicSans-Medium.eot');
  src: local('Public Sans Medium'), local('PublicSans-Medium'), url('../fonts/PublicSans-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/PublicSans-Medium.woff2') format('woff2'), url('../fonts/PublicSans-Medium.woff') format('woff'), url('../fonts/PublicSans-Medium.ttf') format('truetype'), url('../fonts/PublicSans-Medium.svg#PublicSans-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@keyframes likes {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(0.85);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
body {
  font-family: 'Public Sans', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
}
.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;
}
a:focus {
  outline: none;
}
.xs-online {
  display: none;
  font-weight: 300;
  position: fixed;
  z-index: 99;
  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: #21458F;
  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: 50px;
  height: 50px;
  margin-bottom: 3px;
  list-style: none;
}
.suspended-list ul li a {
  display: block;
  border-radius: 8px;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.5);
  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 .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: #21458F;
  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: #21458F;
  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: #21458F;
}
.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: 99;
  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;
}
.banner {
  overflow: hidden;
}
.banner img {
  width: 100%;
}
.banner .img-box {
  padding-bottom: 36.5625%;
}
.banner .slick-slide > div {
  font-size: 0;
}
.banner .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.banner .slick-dots {
  bottom: 25px;
}
.banner .slick-dots {
  font-size: 0;
}
.banner .slick-dots li {
  width: 40px;
  height: 4px;
  overflow: hidden;
  margin: 0 10px;
}
.banner .slick-dots li button {
  padding: 0;
  background-color: #C4C4C5;
  width: 100%;
  height: 100%;
  transition: all 0.35s;
}
.banner .slick-dots li button:before {
  display: none;
}
.banner .slick-dots li.slick-active button {
  background-color: #21458F;
  transition: all 0.35s;
}
.banner .slick-prev,
.banner .slick-next {
  width: 63px;
  height: 75px;
  z-index: 1;
}
.banner .slick-prev:hover:before,
.banner .slick-next:hover:before {
  color: #21458F;
  transition: all 0.35s;
}
.banner .slick-prev:before,
.banner .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 52px;
  opacity: 1;
  transition: all 0.35s;
  color: #E0E0E0;
}
.banner .slick-prev {
  left: 90px;
}
.banner .slick-prev:before {
  content: '\eb91';
}
.banner .slick-next {
  right: 90px;
}
.banner .slick-next:before {
  content: '\e65f';
}
.am-container {
  max-width: 1440px;
}
.in-title {
  font-weight: 900;
  font-style: italic;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  color: #222;
  text-transform: uppercase;
}
.index-slogan {
  padding-top: 80px;
  padding-bottom: 85px;
}
.index-slogan .slogan-desc {
  padding: 0 260px;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #222;
  margin-top: 30px;
}
.index-prod .prod-box {
  width: 33.33333333%;
  position: relative;
}
@media screen and (min-width: 991px) {
  .index-prod .prod-box:hover .prod-hover {
    background-color: rgba(255, 255, 255, 0.85);
    transition: all 0.35s;
  }
  .index-prod .prod-box:hover .prod-hover .prod-tit i {
    height: 44px;
    margin-top: 50px;
    transition: all 0.35s;
  }
  .index-prod .prod-box:hover .prod-img img {
    filter: grayscale(0);
    transition: all 0.35s;
  }
}
.index-prod .prod-img img {
  filter: grayscale(100%);
  transition: all 0.35s;
}
.index-prod .prod-img .img-box {
  padding-bottom: 84.375%;
}
.index-prod .prod-list {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.index-prod .prod-list .slick-slide:nth-child(2) .prod-hover {
  top: 80px;
}
.index-prod .prod-list .slick-slide:nth-child(3) .prod-hover {
  top: 55px;
}
.index-prod .prod-list .slick-slide > div {
  font-size: 0;
}
.index-prod .prod-list:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  padding-bottom: 6%;
  width: 105.7%;
  z-index: 2;
  transform-origin: 0 0;
  transform: rotate(0deg) skewX(-87.5deg);
}
.index-prod .prod-list:after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: 0;
  background-color: #fff;
  background-image: url(../img/prod-bg.jpg);
  padding-top: 5%;
  width: 107.7%;
  z-index: 2;
  transform-origin: 0 0;
  transform: rotate(-2.5deg) skewX(87.5deg);
}
.index-prod .prod-list .slick-prev,
.index-prod .prod-list .slick-next {
  width: auto;
  height: auto;
  z-index: 1;
}
.index-prod .prod-list .slick-prev:hover:before,
.index-prod .prod-list .slick-next:hover:before {
  color: #21458F;
  transition: all 0.35s;
}
.index-prod .prod-list .slick-prev:before,
.index-prod .prod-list .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 20px;
  opacity: 1;
  transition: all 0.35s;
  color: #333;
}
.index-prod .prod-list .slick-prev {
  left: 15px;
}
.index-prod .prod-list .slick-prev:before {
  content: '\eb91';
}
.index-prod .prod-list .slick-next {
  right: 15px;
}
.index-prod .prod-list .slick-next:before {
  content: '\e65f';
}
.index-prod .prod-show {
  transform: translateY(-90px);
}
.index-prod .prod-show img {
  width: 100%;
}
.index-prod .prod-hover {
  position: absolute;
  top: 110px;
  left: 50px;
  background-color: rgba(255, 255, 255, 0);
  padding-bottom: calc(100% - 240px);
  width: calc(100% - 100px);
  z-index: 3;
  transform-origin: 0 0;
  transform: rotate(-2.5deg) skewX(-2.5deg);
  transition: all 0.35s;
}
.index-prod .prod-hover .prod-tit {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  width: 100%;
  padding: 0 20px;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.index-prod .prod-hover .prod-tit i {
  font-size: 44px;
  margin-top: 0;
  height: 0;
  color: #21458F;
  display: flex;
  overflow: hidden;
  transition: all 0.35s;
}
.index-about .in-title {
  text-align: left;
}
.index-about .big-data {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 50%;
  margin-top: 10px;
}
.index-about .big-data .data-box {
  position: relative;
  width: 50%;
}
.index-about .big-data .data-box:after {
  content: '';
  width: 1px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index-about .big-data .data-box:last-child:after {
  display: none;
}
.index-about .big-data .data-box:nth-child(n+3) {
  margin-top: 55px;
}
.index-about .big-data .count-top {
  display: flex;
  margin-bottom: -10px;
}
.index-about .big-data .count-top span {
  font-size: 52px;
  font-weight: 900;
  font-style: italic;
}
.index-about .big-data .count-tit {
  font-size: 24px;
  line-height: 48px;
}
.index-about .big-data .data-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-about .big-data .count-desc {
  color: #666;
  margin-top: 5px;
  text-align: center;
}
.index-about .index-aboutall {
  display: flex;
  justify-content: space-between;
}
.index-about .index-aboutall .about-all {
  width: 41.66666667%;
}
.index-about .index-aboutall .about-desc {
  line-height: 25px;
  color: #666;
  margin-top: 25px;
}
.index-video {
  position: relative;
  margin-top: 195px;
}
.index-video .video-box {
  left: 0;
  height: 385px;
  background-image: url(../img/video1.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  z-index: 3;
  transform-origin: 0 0;
  transform: rotate(-2.5deg) skewX(-2.5deg);
  transition: all 0.35s;
}
.index-video .video-box a {
  position: absolute;
  width: 127px;
  height: 127px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(2.5deg) skewX(2.5deg);
  transition: all 0.35s;
}
.index-video .video-box a img {
  width: 100%;
}
@media screen and (min-width: 991px) {
  .index-video .video-box a:hover {
    transform: translate(-50%, -50%) rotate(2.5deg) skewX(2.5deg) scale(1.1);
    transition: all 0.35s;
  }
}
.index-news {
  padding-top: 70px;
}
.index-news .news-box {
  padding: 30px 30px 50px;
  position: relative;
  transition: all 0.35s;
}
.index-news .news-box .news-tit {
  margin-bottom: 8px;
}
.index-news .news-box .news-tit a {
  font-size: 24px;
  line-height: 28px;
  color: #222;
  font-weight: bold;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.35s;
}
.index-news .news-box .news-date {
  color: #21458F;
  line-height: 28px;
  margin-bottom: 15px;
  transition: all 0.35s;
}
.index-news .news-box .news-desc {
  line-height: 24px;
  color: #666;
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  transition: all 0.35s;
}
.index-news .news-box .news-more {
  line-height: 20px;
  color: #333;
  border-bottom: 2px solid #CCCCCC;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .index-news .news-box:hover {
    background-color: rgba(33, 69, 143, 0.78);
    transition: all 0.35s;
  }
  .index-news .news-box:hover:after {
    transform: scale(1);
    transition: all 0.35s;
  }
  .index-news .news-box:hover:before {
    opacity: 1;
    transform: scale(1);
    transition: all 0.35s;
  }
  .index-news .news-box:hover .news-tit a {
    color: #fff;
    transition: all 0.35s;
  }
  .index-news .news-box:hover .news-date {
    color: #fff;
    transition: all 0.35s;
  }
  .index-news .news-box:hover .news-desc {
    color: #fff;
    transition: all 0.35s;
  }
  .index-news .news-box:hover .news-more {
    color: #fff;
    transition: all 0.35s;
  }
}
.index-news .news-box:after {
  content: '';
  background-image: url(../img/news1.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  transform: scale(0);
  transition: all 0.35s;
}
.index-news .news-box:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(33, 69, 143, 0.78);
  opacity: 0;
  z-index: -1;
  display: block;
  transform: scale(0);
  transition: all 0.35s;
}
.index-news .news-list {
  margin-top: 50px;
}
.index-news .slick-prev,
.index-news .slick-next {
  width: auto;
  height: auto;
  z-index: 1;
}
.index-news .slick-prev:before,
.index-news .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 20px;
  opacity: 1;
  transition: all 0.35s;
  color: #E0E0E0;
}
.index-news .slick-prev {
  left: 20px;
}
.index-news .slick-prev:before {
  content: '\eb91';
}
.index-news .slick-next {
  right: 20px;
}
.index-news .slick-next:before {
  content: '\e65f';
}
.index-newsletter {
  padding-top: 90px;
  padding-bottom: 130px;
}
.index-newsletter .newsletter-all {
  width: 66.66666667%;
  margin: 0 auto;
  border: 6px solid #21458F;
  position: relative;
  padding-top: 35px;
}
.index-newsletter .newsletter-tit {
  font-size: 40px;
  font-weight: 900;
  font-style: italic;
  text-transform: capitalize;
  line-height: 1;
  text-align: center;
}
.index-newsletter button {
  position: absolute;
  width: 90px;
  height: 90px;
  background-color: #21458F;
  border: 6px solid #21458F;
  color: #fff;
  border-radius: 50%;
  bottom: -45px;
  right: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
}
.index-newsletter button i {
  font-size: 32px;
  line-height: 1;
  transform: rotateY(180deg);
  display: flex;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .index-newsletter button:hover {
    background-color: #fff;
    transition: all 0.35s;
  }
  .index-newsletter button:hover i {
    color: #21458F;
    transition: all 0.35s;
  }
}
.index-newsletter input {
  display: block;
  width: 60%;
  margin: 0 auto;
  border: none;
  border-bottom: 1px solid #000000;
  text-align: center;
  font-size: 14px;
  height: 34px;
  margin-top: 25px;
}
.index-newsletter input:focus {
  outline: none;
}
.index-newsletter .newsletter-desc {
  line-height: 24px;
  color: #666;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}
.page-banner {
  overflow: hidden;
}
.page-banner .item {
  position: relative;
}
.page-banner .item img {
  width: 100%;
}
.about {
  padding-top: 70px;
}
.about .about-tit {
  font-size: 46px;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about .about-desc p {
  margin: 0;
  line-height: 24px;
  color: #666;
}
.about .about-img {
  width: calc(100% - 40px);
  margin-top: 25px;
  position: relative;
}
.about .about-img img {
  width: 100%;
}
.about .about-img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #21458F;
  left: 40px;
  top: 30px;
  z-index: -1;
}
.about .about-data {
  position: relative;
  top: -135px;
}
.about .about-data .big-data {
  transform: translate(40px, 0);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: calc(66.66666667% - 40px);
  box-shadow: 0.035px 0.999px 13px 0px rgba(0, 12, 19, 0.24);
  background-color: #fff;
  padding: 30px 70px 50px;
}
.about .about-data .big-data .data-box {
  position: relative;
  width: 45%;
}
.about .about-data .big-data .data-box:after {
  content: '';
  width: 1px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about .about-data .big-data .data-box:last-child:after {
  display: none;
}
.about .about-data .big-data .data-box:nth-child(n+3) {
  margin-top: 30px;
}
.about .about-data .big-data .count-top {
  display: flex;
  margin-bottom: -10px;
  color: #21458F;
}
.about .about-data .big-data .count-top span {
  font-size: 52px;
  font-weight: 900;
  font-style: italic;
}
.about .about-data .big-data .count-tit {
  font-size: 24px;
  line-height: 48px;
}
.about .about-data .big-data .data-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about .about-data .big-data .count-desc {
  color: #666;
  margin-top: 5px;
  text-align: center;
}
.honor {
  margin-top: -50px;
}
.honor .img-box {
  padding-bottom: 131.81818182%;
}
.honor .honor-box {
  border: 5px solid #212B38;
}
.honor .honor-box img {
  transition: all 0.35s;
}
.honor .honor-box:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.honor .honor-slick {
  margin-top: 40px;
}
.honor .slick-prev,
.honor .slick-next {
  width: 30px;
  height: 30px;
}
.honor .slick-prev:hover:before,
.honor .slick-next:hover:before {
  color: #21458F;
  transition: all 0.35s;
}
.honor .slick-prev:before,
.honor .slick-next:before {
  font-family: 'iconfont';
  color: #D5D5D5;
  opacity: 1;
  transition: all 0.35s;
  font-size: 30px;
}
.honor .slick-prev:before {
  content: '\eb91';
}
.honor .slick-next:before {
  content: '\e65f';
}
.honor .slick-prev {
  left: -125px;
}
.honor .slick-next {
  right: -125px;
}
.factory {
  padding-top: 70px;
  padding-bottom: 100px;
}
.factory [class*=am-u-] + [class*=am-u-]:last-child {
  float: left;
}
.factory .img-box {
  padding-bottom: 62.22222222%;
}
.factory .am-u-md-4:nth-child(n+4) {
  margin-top: 30px;
}
.factory .factory-list {
  margin-top: 40px;
}
.factory .factory-box img {
  transition: all 0.35s;
}
.factory .factory-box:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}
header .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
header .header-btngroup {
  display: flex;
  align-items: center;
}
header .header-btngroup.header-btngroup-l {
  display: none;
}
header .header-search form {
  width: 295px;
  height: 50px;
  border: 1px solid #666666;
  border-radius: 25px;
  display: flex;
  align-items: center;
  padding-right: 30px;
  transition: all 0.35s;
}
header .header-search form:hover {
  border-color: #21458F;
  transition: all 0.35s;
}
header .header-search input {
  padding: 0 30px;
  border: none;
  height: 100%;
  border-radius: 25px;
  width: calc(100% - 20px);
}
header .header-search input:focus {
  outline: none;
}
header .header-search button {
  width: 20px;
  height: 20px;
  border: none;
  padding: 0;
  background-color: transparent;
}
header .header-search button i {
  font-size: 20px;
  line-height: 1;
}
header .header-search button:hover {
  color: #21458F;
  transition: all 0.35s;
}
header .header-inquiry {
  margin-left: 50px;
}
header .header-inquiry a {
  color: #444;
  display: flex;
  align-items: center;
}
header .header-inquiry a:hover span {
  text-decoration: underline;
}
header .header-inquiry i {
  font-size: 20px;
  margin-right: 10px;
}
header .header-inquiry span {
  font-size: 16px;
}
header .header-language {
  display: flex;
  align-items: center;
  margin-left: 40px;
}
header .header-language i {
  font-size: 24px;
}
header .header-language a {
  display: none;
  align-items: center;
  color: #000;
}
header .header-language a.active {
  display: flex;
}
@media screen and (min-width: 991px) {
  header .header-language a:hover span {
    color: #21458F;
    transition: all 0.35s;
  }
  header .header-language a:hover i {
    color: #21458F;
    transition: all 0.35s;
  }
}
header .header-language a span {
  color: #000;
  font-size: 14px;
  margin-left: 5px;
  transition: all 0.35s;
}
header .header-language a i {
  transition: all 0.35s;
}
header .header-bot {
  background-color: #21458F;
}
header .header-bot.am-sticky {
  box-shadow: 0px 2px 18px 0px rgba(9, 20, 30, 0.15);
}
header .header-logo {
  height: 70px;
}
header .header-logo img {
  height: 100%;
}
.contact {
  padding-top: 70px;
  padding-bottom: 90px;
}
.contact .contact-msgbox {
  width: 50%;
  padding-top: 10px;
}
.contact .contact-msgbox:nth-child(n+3) {
  margin-top: 35px;
}
.contact .contact-msgbox i {
  font-size: 30px;
  line-height: 1;
}
.contact .contact-msgbox .msg-tit {
  font-size: 20px;
  font-weight: bold;
  /* text-transform: uppercase; */
  margin-top: 5px;
  margin-bottom: 0;
}
.contact .contact-msgbox a {
  font-size: 18px;
  color: #777;
  display: block;
  width: fit-content;
  margin-bottom: 20px;
  transition: all 0.35s;
  word-break: break-all;
}
.contact .contact-msgbox a:hover {
  color: #21458F;
  text-decoration: underline;
  transition: all 0.35s;
}
.contact .contact-msgbox span {
  font-size: 18px;
  color: #777;
  display: block;
  width: fit-content;
  margin-bottom: 20px;
}
.contact .contact-msgbox:after {
  content: '';
  width: 135px;
  height: 2px;
  display: block;
  background-image: url(../img/line.png);
  background-size: cover;
}
.contact .contact-msg {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 15px);
}
.contact .contact-all {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.contact .contact-map {
  width: calc(50% - 15px);
}
.map {
  width: 100%;
  height: 500px;
}
.map .map-content {
  width: 100%;
  height: 100%;
}
.ol-message {
  background-color: #F5F7F9;
  padding-top: 75px;
  padding-bottom: 100px;
}
.ol-message .ol-desc {
  text-align: center;
  padding: 0 400px;
  line-height: 24px;
  color: #666;
  margin-top: 10px;
}
.ol-message form {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.ol-message input {
  width: calc(50% - 15px);
  margin-right: 30px;
  height: 42px;
  border: 1px solid #999999;
  margin-bottom: 20px;
  background-color: transparent;
  padding: 0 20px;
  font-size: 14px;
  transition: all 0.35s;
}
.ol-message input:nth-child(2n) {
  margin-right: 0;
}
.ol-message input:focus {
  outline: none;
  border-color: #21458F;
  transition: all 0.35s;
}
.ol-message textarea {
  height: 190px;
  width: 100%;
  background-color: transparent;
  resize: none;
  padding: 10px 20px;
  font-size: 14px;
  margin-bottom: 20px;
  transition: all 0.35s;
}
.ol-message textarea:focus {
  outline: none;
  border-color: #21458F;
  transition: all 0.35s;
}
.ol-message button {
  width: 142px;
  height: 40px;
  border: 1px solid #21458F;
  background-color: #21458F;
  color: #fff;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .ol-message button:hover {
    color: #21458F;
    background-color: #fff;
    transition: all 0.35s;
  }
}
.news {
  padding-top: 80px;
  padding-bottom: 90px;
}
.news .news-txt {
  padding-top: 15px;
  padding-bottom: 30px;
  padding-right: 50px;
  transition: all 0.35s;
}
.news .news-txt .news-tit {
  margin-bottom: 8px;
}
.news .news-txt .news-tit a {
  font-size: 24px;
  line-height: 28px;
  color: #222;
  font-weight: bold;
  display: block;
  transition: all 0.35s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .news-txt .news-date {
  color: #21458F;
  line-height: 28px;
  margin-bottom: 0;
  transition: all 0.35s;
}
.news .news-txt .news-desc {
  line-height: 24px;
  color: #666;
  margin-bottom: 30px;
  padding-right: 30px;
  transition: all 0.35s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news .news-txt .news-more {
  line-height: 20px;
  color: #333;
  border-bottom: 2px solid #CCCCCC;
  transition: all 0.35s;
}
.news .news-box {
  width: calc(33.33333333% - 20px);
  margin-right: 30px;
}
.news .news-box:nth-child(3n) {
  margin-right: 0;
}
.news .news-box:nth-child(n+4) {
  margin-top: 40px;
}
@media screen and (min-width: 991px) {
  .news .news-box:hover .news-txt {
    padding-left: 25px;
    padding-right: 25px;
    transition: all 0.35s;
    background-color: #21458F;
  }
  .news .news-box:hover .news-more {
    color: #fff;
    transition: all 0.35s;
  }
  .news .news-box:hover .news-desc {
    color: #e1e1e1;
    transition: all 0.35s;
  }
  .news .news-box:hover .news-date {
    color: #fff;
    transition: all 0.35s;
  }
  .news .news-box:hover .news-tit a {
    color: #fff;
    transition: all 0.35s;
  }
  .news .news-box:hover .news-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.news .img-box {
  padding-bottom: 73.33333333%;
}
.news .img-box img {
  transition: all 0.35s;
}
.news .news-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.pagenum {
  display: flex;
  justify-content: center;
}
.pagenum a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 45px;
  height: 45px;
  border: 1px solid #888888;
  line-height: 45px;
  color: #666;
  margin-left: 20px;
  background-color: #fff;
  transition: all 0.35s;
}
.pagenum a.active {
  background-color: #21458F;
  color: #fff;
  transition: all 0.35s;
  border-color: #21458F;
}
.pagenum a:first-child {
  margin-left: 0;
}
.pagenum a:last-child i {
  display: block;
  transform: rotateY(180deg);
}
@media screen and (min-width: 991px) {
  .pagenum a:hover {
    background-color: #21458F;
    color: #fff;
    transition: all 0.35s;
    border-color: #21458F;
  }
}
.pagenum i {
  font-size: 15px;
  display: block;
}
.sticky-content {
  display: -webkit-box;
  display: flex;
}
.list-l {
  background-clip: content-box;
  width: calc(25% + 30px);
  position: relative;
  z-index: 9;
  background-color: #fff;
}
.list-l h2 {
  text-align: center;
  color: #fff;
  padding: 21px;
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 20px;
}
.list-l .menu {
  position: relative;
  z-index: 10;
}
.list-l .menu h4 {
  color: #fff;
  background-color: #21458F;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 0;
  padding: 25px;
}
.list-l .menu a {
  display: block;
}
.list-l .menu1 {
  position: relative;
  padding-left: 0;
  margin-bottom: 120px;
  margin-top: 0;
}
.list-l .menu1 > li {
  color: #666666;
  font-size: 18px;
  list-style: none;
  margin-bottom: 4px;
}
.list-l .menu1 > li.active > a {
  border-bottom: none;
  background-color: #21458F;
  color: #fff;
}
.list-l .menu1 > li.more > a:after {
  border: none;
}
.list-l .menu1 > li > a {
  display: block;
  position: relative;
  font-size: 20px;
  color: #222;
  font-weight: 500;
  line-height: 24px;
  padding: 18px 40px;
  background-color: #E6ECF0;
  font-weight: bold;
  border-bottom: 1px solid #E6E6E6;
  transition: all 0.35s;
}
.list-l .menu1 > li > a:hover {
  transition: all 0.35s;
}
.list-l .menu1 > li > a span {
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 1;
  position: relative;
}
.list-l .menu1 > li:hover > a {
  background-color: #21458F;
  color: #fff;
  transition: all 0.35s;
}
.list-l .menu1 ul {
  font-size: 14px;
  display: none;
  margin: 0;
}
.list-l .menu2 {
  padding: 0;
}
.list-l .menu2 > li {
  list-style: none;
  border-bottom: 1px solid #EEEEEE;
  transition: all 0.35s;
}
.list-l .menu2 > li > a {
  display: flex;
  width: fit-content;
  align-items: center;
  font-size: 16px;
  width: 100%;
  position: relative;
  line-height: 28px;
  padding: 5px 40px;
  color: #666;
  font-weight: 500;
  height: auto;
  transition: all 0.35s;
}
.list-l .menu2 > li > a span {
  display: block;
  line-height: 30px;
  transition: all 0.35s;
}
.list-l .menu2 > li > a:before {
  content: '';
  display: block;
  width: 2px;
  height: 2px;
  margin-right: 10px;
  background-color: #666;
}
.list-l .menu2 > li.active {
  border-color: #21458F;
}
.list-l .menu2 > li.active > a {
  color: #21458F;
}
.list-l .menu2 > li.active > a span {
  transition: all 0.35s;
}
.list-l .menu2 > li.active > a:before {
  transition: all 0.35s;
}
.list-l .menu2 > li:hover {
  border-color: #21458F;
  transition: all 0.35s;
}
.list-l .menu2 > li:hover a {
  color: #21458F;
  transition: all 0.35s;
}
.list-l .menu3 > li {
  padding-left: 12px;
  margin-top: 5px;
  list-style: none;
}
.list-l .menu3 > li > a {
  color: #83868a;
}
.list-l .menu3 > li > a:before {
  content: '- ';
}
.prod {
  padding-top: 80px;
  padding-bottom: 80px;
}
.prod .prod-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.prod .prod-box {
  width: calc(33.33333333% - 20px);
  transition: all 0.35s;
  margin-right: 30px;
  position: relative;
  background-color: #E6ECF0;
  padding: 10px 10px 0;
}
@media screen and (min-width: 991px) {
  .prod .prod-box:hover {
    background-color: #21458F;
    transition: all 0.35s;
  }
  .prod .prod-box:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .prod .prod-box:hover .prod-tit a {
    color: #fff;
    transition: all 0.35s;
  }
  .prod .prod-box:hover .prod-hoveradd {
    color: #fff;
    transition: all 0.35s;
  }
}
.prod .prod-box:nth-child(3n) {
  margin-right: 0;
}
.prod .prod-box:nth-child(n+4) {
  margin-top: 30px;
}
.prod .prod-box .prod-tit {
  font-size: 16px;
  transition: all 0.35s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 48px);
  height: 50px;
  line-height: 50px;
}
.prod .prod-box .prod-tit a {
  color: #222;
  transition: all 0.35s;
}
.prod .prod-box .prod-more {
  display: flex;
  font-size: 14px;
  color: #666;
  transition: all 0.35s;
}
.prod .prod-box .prod-more i {
  font-size: 14px;
  margin-left: 5px;
}
.prod .prod-box img {
  transition: all 0.35s;
}
.prod .prod-hoveradd {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 22px;
  line-height: 1;
  transition: all 0.35s;
}
.prod .prod-bot {
  display: flex;
  justify-content: space-between;
}
.prod-deta {
  padding-top: 80px;
  padding-bottom: 50px;
}
.prod-deta .prod-detaslick {
  width: 44.5%;
}
.prod-deta .prod-detaslick .slick-slide > div {
  font-size: 0;
}
.prod-deta .pro-details-msg {
  width: 55.5%;
}
.prod-deta .pro-details-msg h1 {
  font-weight: bold;
  font-size: 24px;
  color: #222;
  line-height: 32px;
  margin-bottom: 10px;
  margin-top: 15px;
}
.prod-deta .pro-details-msg h4 {
  font-size: 18px;
  line-height: 1;
  margin: 0;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
}
.prod-deta iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.prod-deta .pro-details-topslick {
  margin-bottom: 6px;
}
.prod-deta .pro-details-topslick .slick-prev,
.prod-deta .pro-details-topslick .slick-next {
  width: 30px;
  height: 64px;
  font-size: 0;
  background-color: #F5F5F5;
  transition: all 0.35s;
  z-index: 2;
}
.prod-deta .pro-details-topslick .slick-prev:hover,
.prod-deta .pro-details-topslick .slick-next:hover {
  background-color: #21458F;
  transition: all 0.35s;
}
.prod-deta .pro-details-topslick .slick-prev:hover:before,
.prod-deta .pro-details-topslick .slick-next:hover:before {
  color: #fff;
  transition: all 0.35s;
}
.prod-deta .pro-details-topslick .slick-prev {
  left: -15px;
}
.prod-deta .pro-details-topslick .slick-next {
  right: -15px;
}
.prod-deta .pro-details-topslick .slick-prev:before,
.prod-deta .pro-details-topslick .slick-next:before {
  font-family: 'iconfont';
  font-size: 10px;
  width: 10px;
  height: 10px;
  display: inline-block;
  color: #333;
  transition: all 0.35s;
}
.prod-deta .pro-details-topslick .slick-prev:before {
  content: '\f8b9';
}
.prod-deta .pro-details-topslick .slick-next:before {
  content: '\f8b8';
}
.prod-deta .pro-details-topslick .slick-list {
  border: 1px solid #E6ECF0;
}
.prod-deta .pro-details-thumbslick {
  width: 100%;
  margin: 0 auto;
}
.prod-deta .pro-details-thumbslick .slick-prev.slick-disabled:before,
.prod-deta .pro-details-thumbslick .slick-next.slick-disabled:before {
  opacity: 1;
}
.prod-deta .pro-details-thumbslick .item {
  padding: 6px;
  cursor: pointer;
}
.prod-deta .pro-details-thumbslick .item > div {
  border: 1px solid #E6ECF0;
}
.prod-deta .pro-details-thumbslick .slick-list {
  margin-left: -6px;
  margin-right: -6px;
}
.prod-deta .pro-details-thumbslick .slick-current .img-box {
  border: 1px solid #21458F;
}
.prod-deta .pro-details-thumbslick .item-video {
  position: relative;
}
.prod-deta .pro-details-thumbslick .item-video .img-box {
  background-color: #000;
}
.prod-deta .pro-details-thumbslick .item-video .img-box img {
  opacity: 0.59;
}
.prod-deta .pro-details-thumbslick .item-video .img-box:after {
  font-family: 'iconfont' !important;
  font-size: 44px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  content: '\e662';
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  color: #fff;
}
.prod-deta .pro-details-thumbslick .item-video .img-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.prod-deta .pro-details-msgcont {
  min-height: 90px;
  margin-bottom: 55px;
}
.prod-deta .pro-details-msgcont h4 {
  font-size: 20px;
  color: #666;
}
.prod-deta .pro-details-msgcont p {
  margin: 0;
  line-height: 24px;
  color: #666;
}
.prod-deta .pro-details-share {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.prod-deta .pro-details-share > span {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}
.prod-deta .pro-details-share .at-resp-share-element .at-share-btn {
  margin-bottom: 0;
}
.prod-deta .pro-details-btn {
  display: flex;
}
.prod-deta .pro-details-btn a {
  display: flex;
  width: 178px;
  height: 40px;
  background-color: #21458F;
  border: 1px solid #21458F;
  color: #fff;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
}
.prod-deta .pro-details-btn a:hover {
  color: #21458F;
  background-color: #fff;
  transition: all 0.35s;
}
.prod-deta .pro-details-btn a i {
  font-size: 18px;
  margin-right: 12px;
}
.prod-deta .pro-details-btn .pro-deta-add {
  border: 1px solid #60656B;
  color: #666;
  margin-left: 20px;
  background-color: #fff;
  transition: all 0.35s;
}
.prod-deta .pro-details-btn .pro-deta-add:hover {
  border-color: #21458F;
  background-color: #21458F;
  color: #fff;
  transition: all 0.35s;
}
.prod-deta .prod-sontitle {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
}
.prod-deta .prod-cont {
  clear: both;
  padding-top: 20px;
}
.prod-deta .prod-cont .prod-contbox p {
  margin: 0;
}
.prod-deta .prod-cont .prod-contbox img {
  max-width: 100%;
  height: auto!important;
}
.prod-deta .inquiry-form {
  padding-top: 25px;
}
.prod-deta .inquiry-form .prod-sontitle {
  margin-bottom: 15px;
}
.prod-deta .inquiry-form form {
  font-size: 0;
}
.prod-deta .inquiry-form input {
  font-size: 14px;
  padding: 0 15px;
  width: calc(50% - 10px);
  height: 40px;
  margin-right: 20px;
  border: 1px solid #999999;
  margin-bottom: 20px;
  color: #999;
}
.prod-deta .inquiry-form input:nth-child(2n+1) {
  margin-right: 0;
}
.prod-deta .inquiry-form input:first-child {
  width: 100%;
}
.prod-deta .inquiry-form input:focus {
  outline: none;
  border-color: #21458F;
  transition: all 0.35s;
}
.prod-deta .inquiry-form input[readonly] {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}
.prod-deta .inquiry-form *::-webkit-input-placeholder {
  color: #999;
}
.prod-deta .inquiry-form *:-moz-placeholder {
  /* FF 4-18 */
  color: #999;
}
.prod-deta .inquiry-form *::-moz-placeholder {
  /* FF 19+ */
  color: #999;
}
.prod-deta .inquiry-form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
.prod-deta .inquiry-form textarea {
  height: 200px;
  width: 100%;
  font-size: 16px;
  border: 1px solid #999999;
  resize: none;
  padding: 10px 17px;
  margin-bottom: 24px;
}
.prod-deta .inquiry-form textarea:focus {
  outline: none;
  border-color: #21458F;
  transition: all 0.35s;
}
.prod-deta .inquiry-form button {
  width: 142px;
  background-color: #21458F;
  color: #fff;
  height: 42px;
  border: 1px solid #21458F;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
}
.prod-deta .inquiry-form button i {
  font-size: 22px;
  margin-left: 10px;
  position: relative;
  z-index: 1;
  transform: rotateY(180deg);
  transition: all 0.35s;
}
.prod-deta .inquiry-form button:hover {
  color: #21458F;
  background-color: #fff;
  transition: all 0.35s;
}
.prod-deta .inquiry-form button:hover i {
  color: #21458F;
  transition: all 0.35s;
}
.recommend {
  padding-top: 25px;
}
.recommend .slick-slide > div {
  padding: 10px 15px;
}
.recommend .prod-recommendlist {
  margin: 0 -15px;
}
.recommend .prod-recommendlist .slick-prev,
.recommend .prod-recommendlist .slick-next {
  width: 30px;
  height: 47px;
  font-size: 0;
  background-color: #BCBCBC;
  opacity: 0;
  transition: all 0.35s;
}
.recommend .prod-recommendlist .slick-prev:hover,
.recommend .prod-recommendlist .slick-next:hover {
  background-color: #21458F;
  transition: all 0.35s;
}
.recommend .prod-recommendlist .slick-prev {
  left: 15px;
  z-index: 2;
}
.recommend .prod-recommendlist .slick-next {
  right: 15px;
}
.recommend .prod-recommendlist .slick-prev:before,
.recommend .prod-recommendlist .slick-next:before {
  font-family: 'iconfont';
  font-size: 15px;
  width: 17px;
  height: 17px;
  display: inline-block;
}
.recommend .prod-recommendlist .slick-prev:before {
  content: '\eb91';
}
.recommend .prod-recommendlist .slick-next:before {
  content: '\e65f';
}
.recommend .prod-recommendlist:hover .slick-prev,
.recommend .prod-recommendlist:hover .slick-next {
  opacity: 1;
  transition: all 0.35s;
}
.recommend .prod-box {
  width: calc(33.33333333% - 20px);
  transition: all 0.35s;
  margin-right: 30px;
  position: relative;
  background-color: #E6ECF0;
  padding: 10px 10px 0;
}
@media screen and (min-width: 991px) {
  .recommend .prod-box:hover {
    background-color: #21458F;
    transition: all 0.35s;
  }
  .recommend .prod-box:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .recommend .prod-box:hover .prod-tit a {
    color: #fff;
    transition: all 0.35s;
  }
  .recommend .prod-box:hover .prod-hoveradd {
    color: #fff;
    transition: all 0.35s;
  }
}
.recommend .prod-box:nth-child(3n) {
  margin-right: 0;
}
.recommend .prod-box:nth-child(n+4) {
  margin-top: 30px;
}
.recommend .prod-box .prod-tit {
  font-size: 16px;
  transition: all 0.35s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 48px);
  height: 50px;
  line-height: 50px;
}
.recommend .prod-box .prod-tit a {
  color: #222;
  transition: all 0.35s;
}
.recommend .prod-box .prod-more {
  display: flex;
  font-size: 14px;
  color: #666;
  transition: all 0.35s;
}
.recommend .prod-box .prod-more i {
  font-size: 14px;
  margin-left: 5px;
}
.recommend .prod-box img {
  transition: all 0.35s;
}
.recommend .prod-hoverbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 40px;
  background-color: rgba(21, 119, 182, 0.8);
  color: #fff;
  opacity: 0;
  transform: scale(0);
  transition: all 0.35s;
}
.recommend .prod-hoverbox a {
  color: #fff;
}
.recommend .prod-hoverbox .prod-hovertit {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.recommend .prod-hoverbox .prod-hoverdesc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.recommend .prod-hoverbox .prod-hoverdesc p {
  font-size: 14px;
  margin: 0;
  line-height: 20px;
}
.recommend .prod-hoverbox .prod-hoveradd {
  display: flex;
  width: 47px;
  height: 47px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #21458F;
  font-size: 22px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}
.recommend .prod-bot {
  display: flex;
  justify-content: space-between;
}
.recommend .prod-hoveradd {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 22px;
  line-height: 1;
  transition: all 0.35s;
}
footer {
  background-color: #141924;
}
footer .footer-top {
  border-bottom: 1px solid #666666;
  padding-bottom: 20px;
  padding-top: 60px;
}
footer .footer-topbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer .footer-nav {
  display: flex;
}
footer .footer-nav a {
  color: #fff;
  text-transform: uppercase;
  margin-right: 70px;
}
footer .footer-nav a:last-child {
  margin-right: 0;
}
@media screen and (min-width: 991px) {
  footer .footer-nav a:hover {
    text-decoration: underline;
  }
}
footer .footer-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
footer .footer-list .footer-img{
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1200px) {
  footer .footer-list .footer-img{
    position: unset;
    margin-left: 10px;
  }
}
footer .footer-list .footer-img img{
  width: 100%;
}
footer .footer-list .footer-listbox {
  display: flex;
  color: #fff;
  margin-right: 60px;
  margin-bottom: 25px;
}
footer .footer-list .footer-listbox a {
  color: #fff;
}
@media screen and (min-width: 991px) {
  footer .footer-list .footer-listbox a:hover {
    text-decoration: underline;
  }
}
footer .footer-list .footer-listbox i {
  font-size: 20px;
  line-height: 1;
  margin-right: 10px;
}
footer .footer-list .footer-listbox i.icon-dianhua {
  font-size: 18px;
}
footer .footer-list .footer-listbox span {
  line-height: 1;
}
footer .footer-mid {
  padding-top: 50px;
  padding-bottom: 40px;
}
footer .footer-share {
  font-size: 0;
  display: flex;
}
footer .footer-share a {
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  background-color: #1A2E56;
  margin-right: 10px;
  transition: all 0.35s;
}
footer .footer-share a:hover {
  background-color: #21458F;
  text-decoration: none!important;
  transition: all 0.35s;
}
footer .footer-share a:last-child {
  margin-right: 0;
}
footer .footer-bot {
  background-color: #0B0E14;
  font-size: 14px;
  color: #fff;
  padding: 14px 0;
}
footer .footer-bot a {
  color: #fff;
}
@media screen and (min-width: 991px) {
  footer .footer-bot a:hover {
    text-decoration: underline;
  }
}
footer .footer-bot > .am-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-bot > .am-container > a {
  margin-left: 60px;
  border-bottom: 1px solid #484A4F;
  line-height: 20px;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  footer .footer-bot > .am-container > a:hover {
    text-decoration: none;
    border-color: #fff;
    transition: all 0.35s;
  }
}
.inquiry {
  padding-top: 80px;
  padding-bottom: 80px;
}
.inquiry a {
  color: #333;
}
.inquiry .inquiry-box {
  padding-top: 30px;
}
.inquiry .send-message {
  padding-top: 40px;
}
.inquiry .send-message h4 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.inquiry .send-message input[type="text"]:focus-visible {
  outline: none;
  transition: all 0.35s;
}
.inquiry .send-message input[type="text"]:first-child:focus-visible {
  border-color: #999;
}
.inquiry .send-message input[type="text"] {
  border: 1px solid #999;
  padding: 10px 15px;
  margin-bottom: 20px;
  transition: all 0.35s;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}
.inquiry .send-message *::-webkit-input-placeholder {
  color: #333;
  font-size: 14px;
}
.inquiry .send-message *:-moz-placeholder {
  /* FF 4-18 */
  color: #333;
  font-size: 14px;
}
.inquiry .send-message *::-moz-placeholder {
  /* FF 19+ */
  color: #333;
  font-size: 14px;
}
.inquiry .send-message *:-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
  font-size: 14px;
}
.inquiry .send-message .am-u-lg-3 {
  margin-right: 20px;
  width: calc(25% - 15px);
}
.inquiry .send-message .am-u-lg-3:nth-child(5) {
  margin-right: 0;
}
.inquiry .send-message textarea {
  resize: none;
  padding: 10px 15px;
  border: 1px solid #999;
  transition: all 0.35s;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}
.inquiry .send-message textarea:focus-visible {
  outline: none;
  transition: all 0.35s;
}
.inquiry .send-message input[type="submit"] {
  border: none;
  font-size: 16px;
  color: #fff;
  background-color: #21458F;
  width: 120px;
  height: 40px;
  margin-top: 20px;
  transition: all 0.35s;
}
.inquiry .send-message input[type="submit"]:hover {
  transform: translateY(-5px);
  transition: all 0.35s;
}
.inquiry .send-message input[type="text"]:focus-visible {
  border-color: #21458F;
}
.inquiry .send-message textarea:focus-visible {
  border-color: #21458F;
}
.inquiry input::-webkit-outer-spin-button,
.inquiry input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.inquiry input[type="number"] {
  -moz-appearance: textfield;
}
.inquiry-form .fix-name {
  text-align: center;
  font-weight: bold;
  color: #ff8161;
  font-size: 36px;
  margin-bottom: 20px;
}
.inquiry-form > p {
  color: #777777;
  margin-bottom: 15px;
  font-size: 16px;
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder {
  color: #444;
}
.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder {
  color: #444;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder {
  color: #444;
}
.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder {
  color: #444;
}
.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder {
  color: #c3c3c3;
}
.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder {
  color: #c3c3c3;
}
.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder {
  color: #c3c3c3;
}
.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder {
  color: #c3c3c3;
}
.inquiry-form form .row {
  margin: 0 -10px;
}
.inquiry-form form .row li {
  padding: 0 10px;
}
.inquiry-form form label {
  margin: 0 0 20px;
  position: relative;
  font-weight: normal;
  width: 100%;
}
.inquiry-form form input,
.inquiry-form form textarea {
  padding: 13px 25px;
  width: 100%;
  font-size: 16px;
  background: #f8f8f8;
}
.inquiry-form form textarea {
  height: 320px;
}
.inquiry-form form .pro-name {
  background-color: #2c2c2c;
  border: 1px solid #2c2c2c;
  margin-bottom: 20px;
  font-weight: 600;
  color: #fff;
}
.inquiry-form form .placeholder {
  display: block;
  position: absolute;
  font-weight: 500;
  top: 0;
  left: 5px;
  padding: 0 5px;
  color: #ff8161;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.inquiry-form form .input-box:placeholder-shown + .placeholder {
  visibility: hidden;
  z-index: -1;
}
.inquiry-form form .input-box:not(:placeholder-shown) + .placeholder,
.inquiry-form form .input-box:focus:not(:placeholder-shown) + .placeholder {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-17px) scale(0.8);
  -ms-transform: translateY(-17px) scale(0.8);
  transform: translateY(-17px) scale(0.8);
}
.inquiry-form form .submit {
  margin: 10px auto 0;
  padding: 14px 57px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #ff8161;
}
.inquiry-wrap .iq-title,
.inquiry-wrap .list li {
  text-align: justify;
  text-justify: distribute-all-lines;
  width: 100%;
  font-size: 0;
  padding-left: 60px;
  padding-right: 45px;
}
.inquiry-wrap .iq-title:after,
.inquiry-wrap .list li:after {
  width: 100%;
  height: 0;
  margin: 0;
  display: inline-block;
  overflow: hidden;
  content: '';
}
.inquiry-wrap .iq-title > div,
.inquiry-wrap .list li > div {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.inquiry-wrap .iq-title {
  background-color: #e6e6e6;
  border: 1px solid #d5d5d5;
  padding-top: 14px;
  padding-bottom: 14px;
}
.inquiry-wrap .iq-title .th {
  border: none;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  color: #000000;
}
.inquiry-wrap .iq-title .th.qty-box {
  text-align: center;
}
.inquiry-wrap .iq-title .th span {
  display: inline-block;
  vertical-align: middle;
}
.inquiry-wrap .iq-title .pic-box {
  text-align: center;
  padding: 11px 0;
}
.inquiry-wrap .inquiry-box {
  width: 100%;
  border: none;
}
.inquiry-wrap .inquiry-box > .list {
  margin: 0;
  padding: 0;
}
.inquiry-wrap .inquiry-box label {
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 0;
}
.inquiry-wrap .inquiry-box label:before {
  background-color: #e6e6e6;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}
.inquiry-wrap .inquiry-box .check-box {
  text-align: left;
  width: 65px;
}
.inquiry-wrap .inquiry-box .check-box .check-all {
  margin: 0;
}
.inquiry-wrap .inquiry-box .check-box .check-all > label {
  margin-right: 10px;
}
.inquiry-wrap .inquiry-box .check-box label.replace {
  display: inline-block;
  background-color: #fff;
  width: 16px;
  height: 16px;
  line-height: 14px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  position: relative;
  border: 1px solid #e3e3e3;
}
.inquiry-wrap .inquiry-box .check-box label.replace:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-family: 'iconfont' !important;
  content: '\eaf1';
  opacity: 0;
  color: #333;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.inquiry-wrap .inquiry-box .check-box label.replace input {
  display: none;
}
.inquiry-wrap .inquiry-box .check-box label.change:after {
  opacity: 1;
}
.inquiry-wrap .inquiry-box .introduce-box {
  text-align: left;
}
.inquiry-wrap .inquiry-box .introduce-box > div {
  display: inline-block;
  vertical-align: middle;
}
.inquiry-wrap .inquiry-box .introduce-box .pic-box {
  width: 150px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.inquiry-wrap .inquiry-box .introduce-box .pic-box .img-box {
  padding-bottom: 84.375%;
}
.inquiry-wrap .inquiry-box .introduce-box .intro {
  width: -webkit-calc(-90%);
  width: calc(100% - 190px);
}
.inquiry-wrap .inquiry-box .introduce-box .name {
  margin: 0 0 5px 0;
  -webkit-line-clamp: 2;
  height: auto;
  font-size: 16px;
}
.inquiry-wrap .inquiry-box .introduce-box .name:hover {
  color: #ff8161;
}
.inquiry-wrap .inquiry-box .introduce-box .name ~ span {
  color: #999;
  margin-left: 15px;
}
.inquiry-wrap .inquiry-box .introduce-box .name ~ span:first-of-type {
  margin-left: 0;
}
.inquiry-wrap .inquiry-box .introduce-box p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inquiry-wrap .inquiry-box .number-box {
  zoom: 1;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  min-width: 90px;
}
.inquiry-wrap .inquiry-box .number-box:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.inquiry-wrap .inquiry-box .number-box a {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #e5e5e5;
}
.inquiry-wrap .inquiry-box .number-box a:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.inquiry-wrap .inquiry-box .number-box a.del1:before {
  content: '\e67a';
}
.inquiry-wrap .inquiry-box .number-box a.add1:before {
  content: '\e664';
}
.inquiry-wrap .inquiry-box .number-box a.disable {
  cursor: not-allowed;
}
.inquiry-wrap .inquiry-box .number-box .ipt-num {
  float: left;
  width: 60px;
  min-width: 26px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  max-width: 60px;
  color: #333;
  background: none;
  border: none;
}
.inquiry-wrap .inquiry-box .number-box .ipt-num:focus {
  outline: none;
}
.inquiry-wrap .inquiry-box .qty-box {
  text-align: center;
}
.inquiry-wrap .inquiry-box .del-box {
  text-align: center;
}
.inquiry-wrap .inquiry-box .del-box .del:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e62a';
  color: #333;
  font-size: 20px;
}
.inquiry-wrap .inquiry-box .del-box .del:hover:before {
  color: #3DAA02;
}
.inquiry-wrap .inquiry-box .list li {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dedede;
}
.inquiry-wrap .inquiry-box .inquiry-form {
  margin-top: 80px;
}
.inquiry-wrap .inquiry-box .inquiry-form h3 {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  margin: 0 0 25px;
}
@media (max-width: 1199px) {
  .inquiry-form .fix-name {
    font-size: 32px;
  }
  .inquiry-form form .submit:active {
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  .inquiry-wrap .inquiry-form {
    margin-top: 65px;
  }
  .inquiry-wrap .inquiry-form h3 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .inquiry-form .fix-name {
    font-size: 28px;
  }
  .inquiry-form > p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .inquiry-form form textarea {
    height: 240px;
  }
  .inquiry-form form .submit {
    padding: 10px 54px;
    margin-top: 15px;
  }
  .inquiry-wrap .iq-title,
  .inquiry-wrap .list li {
    padding-left: 30px;
    padding-right: 30px;
  }
  .inquiry-wrap .inquiry-form {
    margin-top: 50px;
  }
  .inquiry-wrap .inquiry-form h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .inquiry-form .fix-name {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .inquiry-form > p {
    font-size: 14px;
  }
  .inquiry-form form label {
    margin-bottom: 15px;
  }
  .inquiry-form form input,
  .inquiry-form form textarea {
    padding: 10px 15px;
    font-size: 14px;
  }
  .inquiry-form form textarea {
    height: 130px;
  }
  .inquiry-form form .pro-name {
    margin-bottom: 15px;
  }
  .inquiry-form form .submit {
    padding: 8px 35px;
    font-size: 14px;
    margin-top: 5px;
  }
  .inquiry-wrap .iq-title,
  .inquiry-wrap .list li {
    padding-left: 2%;
    padding-right: 0;
  }
  .inquiry-wrap .iq-title .th {
    font-size: 14px;
  }
  .inquiry-wrap .iq-title .th.introduce-box {
    width: -webkit-calc(30%);
    width: calc(100% - 70px);
  }
  .inquiry-wrap .iq-title .check-box {
    padding: 0;
  }
  .inquiry-wrap .iq-title .del-box {
    opacity: 0;
    width: 30px;
  }
  .inquiry-wrap .inquiry-box .introduce-title {
    padding-left: 0px !important;
    text-align: center;
  }
  .inquiry-wrap .inquiry-box .check-box .check-all span {
    display: none;
  }
  .inquiry-wrap .inquiry-box .introduce-box {
    width: -webkit-calc(-20%);
    width: calc(100% - 120px);
  }
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 5%;
  }
  .inquiry-wrap .inquiry-box .introduce-box .name {
    margin-bottom: 10px;
  }
  .inquiry-wrap .inquiry-box .number-box .ipt-num {
    width: 50px;
    height: 30px;
    line-height: 30px;
  }
  .inquiry-wrap .inquiry-box .qty-box {
    display: none;
  }
  .inquiry-wrap .inquiry-form {
    margin-top: 35px;
  }
  .inquiry-wrap .inquiry-form h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .inquiry-form form .submit {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .inquiry-form form .submit:hover {
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  .inquiry-wrap .inquiry-box .introduce-box img {
    -webkit-transition: transform 0.7s;
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
  }
  .inquiry-wrap .inquiry-box .introduce-box:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
  .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic img {
    -webkit-transition: transform 0.7s;
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
  }
  .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
  .inquiry-wrap .inquiry-box .number-box a:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 768px) {
  .inquiry-wrap .iq-title .th.check-box label.replace:after {
    display: block;
  }
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 30px;
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    width: -webkit-calc(55%);
    width: calc(100% - 45px);
  }
  .inquiry-wrap .inquiry-box .check-box label.replace {
    margin-left: 5px;
  }
  .inquiry-wrap .inquiry-box .introduce-box {
    width: -webkit-calc(30%);
    width: calc(100% - 70px);
  }
  .inquiry-wrap .inquiry-box .introduce-box .pic-box {
    width: 80px;
  }
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    width: -webkit-calc(10%);
    width: calc(100% - 90px);
  }
  .inquiry-wrap .inquiry-box .introduce-box .name {
    font-size: 13px;
  }
  .inquiry-wrap .inquiry-box .number-box a {
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 12px;
  }
  .inquiry-wrap .inquiry-box .number-box .ipt-num {
    width: 35px;
    height: 25px;
    line-height: 23px;
  }
  .inquiry-wrap .inquiry-box .list li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .inquiry-wrap .inquiry-box .check-box {
    width: 100px;
  }
}
@media (max-width: 576px) and (max-width: 767px) {
  .inquiry-wrap .inquiry-box .check-box {
    width: 30px;
  }
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 48%;
  }
  .inquiry-wrap .inquiry-box .introduce-box .number-box {
    display: none;
  }
  .inquiry-wrap .inquiry-box .qty-box {
    width: 150px;
    text-align: center;
  }
  .inquiry-wrap .inquiry-box .del-box {
    width: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}
.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: 240px;
  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: #21458F;
  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: #21458F;
  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: #21458F;
  text-decoration: underline;
  transition: all 0.35s;
}
.search-failed {
  padding-bottom: 50px;
  padding-top: 50px;
}
.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;
}
.details {
  padding: 60px 0 90px;
}
.details h1 {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1.1;
}
.details .details-date {
  color: #21458F;
  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: #21458F;
  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;
}
.download {
  padding: 80px 0 90px;
}
.download .download-list {
  margin-bottom: 40px;
}
.download .download-box {
  border: 1px solid #EEEEEE;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .download .download-box:hover {
    border-color: #21458F;
    transition: all 0.35s;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
  }
  .download .download-box:hover .download-tit {
    color: #fff;
    background-color: #21458F;
    transition: all 0.35s;
  }
  .download .download-box:hover .download-desc:after {
    background-color: #21458F;
    transition: all 0.35s;
  }
  .download .download-box:hover .download-btn a {
    color: #21458F;
    transition: all 0.35s;
  }
}
.download .download-tit {
  font-size: 24px;
  line-height: 70px;
  color: #000;
  display: block;
  font-weight: bold;
  background-color: #eee;
  padding: 0 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.35s;
}
.download .download-desc {
  padding: 15px 35px 20px;
  position: relative;
}
.download .download-desc:after {
  content: '';
  position: absolute;
  display: block;
  width: calc(100% - 48px);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  background-color: #eee;
  transition: all 0.35s;
}
.download .download-desc p {
  margin: 0;
  line-height: 26px;
  color: #666;
}
.download .download-btn {
  padding: 10px 35px;
  display: flex;
  justify-content: flex-end;
}
.download .download-btn span {
  font-size: 14px;
  margin-right: 20px;
}
.download .download-btn i {
  font-size: 20px;
}
.download .download-btn a {
  color: #999999;
  display: flex;
  align-items: center;
  transition: all 0.35s;
}
.download [class*=am-u-] + [class*=am-u-]:last-child {
  float: left;
}
.download .am-u-md-4:nth-child(n+4) {
  margin-top: 40px;
}
.fancybox-slide--iframe .fancybox-content{
    height: 80%!important;
}