body {
  font-family: 'Microsoft YaHei', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
}
.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: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(70% - 79px);
  /*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(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: 24px;
  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: #1383CA;
  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: #1383CA;
  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: #1383CA;
}
.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;
}
.banner {
  overflow: hidden;
  position: relative;
}
.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 {
  position: static;
  font-size: 0;
  display: flex;
  width: auto;
}
.banner .slick-dots li {
  width: 40px;
  height: 40px;
  margin: 0 8px;
  position: relative;
  transition: all 0.35s;
}
.banner .slick-dots li button {
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 1;
  color: #1383CA;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #1383CA;
  transition: all 0.35s;
}
.banner .slick-dots li button:before {
  display: none;
}
@media screen and (min-width: 991px) {
  .banner .slick-dots li button:hover {
    background-color: #1383CA;
    color: #fff;
  }
}
.banner .slick-dots li.slick-active button {
  background-color: #1383CA;
  color: #fff;
}
.banner .slick-prev,
.banner .slick-next {
  width: 40px;
  height: 40px;
  z-index: 1;
}
@media screen and (min-width: 991px) {
  .banner .slick-prev:hover:before,
  .banner .slick-next:hover:before {
    color: #1383CA;
    transition: all 0.35s;
  }
}
.banner .slick-prev:before,
.banner .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 40px;
  opacity: 1;
  transition: all 0.35s;
  color: #fff;
}
.banner .slick-prev {
  left: auto;
  right: 113px;
}
.banner .slick-prev:before {
  content: '\e886';
  transform: rotate(180deg);
  display: block;
}
.banner .slick-next {
  right: 113px;
  top: 58%;
}
.banner .slick-next:before {
  content: '\e886';
}
.banner .counter-box {
  position: absolute;
  top: 32%;
  right: 108px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}
.banner .counter-box div {
  transform: rotate(90deg);
  display: flex;
}
.banner .counter-box div:first-child {
  margin-bottom: 30px;
}
.banner .counter-box div:first-child:after {
  content: '/';
  margin-left: 20px;
}
.banner .banner-btn {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  flex-direction: column;
  align-items: center;
  color: #fff;
  transition: all 0.35s;
}
.banner .banner-btn span {
  font-size: 16px;
  font-weight: bold;
}
.banner .banner-btn i {
  font-size: 34px;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (min-width: 991px) {
  .banner .banner-btn:hover {
    color: #1383CA;
    transition: all 0.35s;
  }
}
.banner .slick-dotbox {
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.banner .slick-dotbox .banner-prevbtn {
  width: 40px;
  height: 40px;
  border: 1px solid #1383CA;
  color: #1383CA;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  transition: all 0.35s;
  cursor: pointer;
  margin: 0 8px;
}
@media screen and (min-width: 991px) {
  .banner .slick-dotbox .banner-prevbtn:hover {
    background-color: #1383CA;
    color: #fff;
    transition: all 0.35s;
  }
}
.banner .slick-dotbox .banner-nextbtn {
  width: 40px;
  height: 40px;
  border: 1px solid #1383CA;
  color: #1383CA;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  transition: all 0.35s;
  cursor: pointer;
  margin: 0 8px;
}
@media screen and (min-width: 991px) {
  .banner .slick-dotbox .banner-nextbtn:hover {
    background-color: #1383CA;
    color: #fff;
    transition: all 0.35s;
  }
}
header .header-t {
  background-color: #1383CA;
}
header .header-t .header-top {
  display: flex;
  justify-content: space-between;
  height: 40px;
  align-items: center;
}
header .header-t .header-msg {
  display: flex;
  align-items: center;
}
header .header-t .header-msg a {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  line-height: 16px;
}
header .header-t .header-msg a i {
  margin-right: 10px;
  line-height: 16px;
}
header .header-t .header-msg a:hover span {
  text-decoration: underline;
}
header .header-t .header-msg a:last-child {
  margin-left: 40px;
}
header .header-t .header-msg a:last-child i {
  font-size: 14px;
}
header .header-b {
  background-color: #fff;
}
header .header-b.am-sticky {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.07);
}
header .header-b .header-logo {
  height: 66px;
}
header .header-b .header-logo img {
  height: 100%;
}
header .header-b .header-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-b .header-btn {
  display: flex;
  align-items: center;
}
.header-search {
  text-align: center;
  position: relative;
  align-items: center;
}
.header-search 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 i {
  font-size: 16px;
  color: #666;
  line-height: 1;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .header-search:hover > a {
    border-color: #1383CA;
    transition: all 0.35s;
  }
  .header-search:hover > a > i {
    color: #1383CA;
    transform: rotateY(180deg);
    transition: all 0.35s;
  }
}
.header-search button:before {
  display: none;
}
.header-search button i {
  color: #fff;
  font-size: 14px;
  line-height: 38px;
}
.search-wrap {
  font-size: 14px;
  position: absolute;
  z-index: 1002;
  top: 100%;
  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: #1383CA;
  border-color: #1383CA;
}
.search-wrap .submit:focus {
  outline: none;
}
.search-wrap .submit:before {
  font-family: 'iconfont' !important;
  content: '\e600';
}
.search-wrap .search-box {
  height: 38px;
}
.header .nav .nav-list1 {
  margin: 0;
}
.in-title {
  font-size: 40px;
  font-weight: bold;
  color: #1383CA;
  text-align: center;
  line-height: 1;
}
.in-desc {
  color: #666;
  line-height: 1;
  text-align: center;
  margin-top: 30px;
}
.index-prod {
  padding: 85px 0 0;
}
.index-prod .prod-list {
  margin: 40px -10px 0;
  display: flex;
  flex-wrap: wrap;
}
.index-prod .prod-box {
  width: 25%;
  padding: 0 10px;
}
.index-prod .prod-box a {
  display: block;
  position: relative;
}
@media screen and (min-width: 991px) {
  .index-prod .prod-box a:hover .prod-hover {
    transform: scale(1);
    transition: all 0.35s;
  }
  .index-prod .prod-box a:hover .prod-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.index-prod .prod-box:nth-child(n+5) {
  margin-top: 20px;
}
.index-prod .prod-img img {
  transition: all 0.35s;
}
.index-prod .img-box {
  padding-bottom: 65.88235294%;
}
.index-prod .prod-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  text-align: center;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  flex-direction: column;
  background-color: rgba(19, 131, 202, 0.8);
  color: #fff;
  transform: scale(0);
  transition: all 0.35s;
  padding: 30px;
}
.index-prod .prod-hover:after {
  content: '';
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  border: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.index-prod .prod-hover .prod-tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.index-prod .prod-hover .prod-desc {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.index-prod .prod-hover i {
  width: 48px;
  height: 48px;
  background-color: #fff;
  color: #1383CA;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.index-case {
  padding: 85px 50px 100px;
  overflow: hidden;
}
.index-case .img-box {
  padding-bottom: 66.66666667%;
}
.index-case .case-slick {
  /* width: calc(100% + 480px);
  margin-left: -240px; */
  margin-top: 40px;
}
.index-case .case-slick .slick-prev,
.index-case .case-slick .slick-next {
  width: 64px;
  height: 64px;
  z-index: 1;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .index-case .case-slick .slick-prev:hover,
  .index-case .case-slick .slick-next:hover {
    background-color: #1383CA;
    transition: all 0.35s;
  }
  .index-case .case-slick .slick-prev:hover:before,
  .index-case .case-slick .slick-next:hover:before {
    color: #fff;
    transition: all 0.35s;
  }
}
.index-case .case-slick .slick-prev:before,
.index-case .case-slick .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 22px;
  opacity: 1;
  transition: all 0.35s;
  color: #999;
}
.index-case .case-slick .slick-prev {
  left: 5%;
}
.index-case .case-slick .slick-prev:before {
  content: '\e8f4';
}
.index-case .case-slick .slick-next {
  right: 5%;
}
.index-case .case-slick .slick-next:before {
  content: '\e997';
}
.index-case .case-img {
  position: relative;
}
.index-case .case-img:after {
  content: '';
  background-image: url(../img/case-bg1.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  z-index: 3;
  opacity: 1;
  transition: all 0.35s;
}
.index-case .case-img img {
  transition: all 0.35s;
}
.index-case .case-box {
  padding: 0 15px;
}
.index-case .case-box > div {
  position: relative;
}
@media screen and (min-width: 991px) {
  .index-case .case-box > div:hover .case-txt {
    height: 100%;
    padding: 55px 30px 15px;
    transition: all 0.35s;
    background-color: rgba(51, 51, 51, 0.8);
  }
  .index-case .case-box > div:hover .case-desc {
    -webkit-line-clamp: 5;
    transition: all 0.35s;
    height: 120px;
  }
  .index-case .case-box > div:hover .case-img:after {
    opacity: 0;
    transition: all 0.35s;
  }
  .index-case .case-box > div:hover .case-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .index-case .case-box > div:hover .case-more {
    border: 1px solid #fff;
    height: 48px;
    margin-top: 70px;
    transition: all 0.35s;
  }
  .index-case .case-box > div:hover .case-tit {
    margin-bottom: 20px;
    transition: all 0.35s;
  }
}
.index-case .case-txt {
  position: absolute;
  bottom: 0;
  z-index: 5;
  padding: 0 25px 15px;
  height: 72px;
  transition: all 0.35s;
  width: 100%;
}
.index-case .case-tit {
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
  transition: all 0.35s;
}
.index-case .case-tit a {
  color: #fff;
}
.index-case .case-desc {
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 24px;
}
.index-case .case-desc p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}
.index-case .case-more {
  display: flex;
  width: 130px;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 24px;
  height: 0;
  overflow: hidden;
  border: none;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .index-case .case-more:hover {
    background-color: #1383CA;
    border-color: #1383CA;
    transition: all 0.35s;
  }
}
.index-case .case-more i {
  margin-left: 5px;
}
.index-about {
  background-color: #F7F7F7;
  overflow: hidden;
}
.index-about .about-all {
  display: flex;
  flex-wrap: wrap;
}
.index-about .about-img {
  width: calc(50% - 15px);
  position: relative;
}
.index-about .about-img a {
  position: absolute;
  display: block;
  right: 0;
}
.index-about .about-img a img:nth-child(2) {
  display: none!important;
}
@media screen and (min-width: 991px) {
  .index-about .about-img a:hover i {
    transform: translate(-50%, -50%) scale(1.1);
    transition: all 0.35s;
  }
}
.index-about .about-img i {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #1383CA;
  transition: all 0.35s;
}
.index-about .about-img i:after {
  content: '';
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-about .about-img i:before {
  position: relative;
  z-index: 5;
}
.index-about .about-txt {
  width: calc(50% + 15px);
  padding-left: 60px;
  padding-top: 130px;
  padding-bottom: 130px;
}
.index-about .about-txt .in-title {
  text-align: left;
}
.index-about .about-txt .in-desc {
  text-align: left;
}
.index-about .about-txt .about-desc {
  line-height: 30px;
  color: #666;
  margin-top: 40px;
  margin-bottom: 75px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.index-about .about-txt .about-more {
  width: 130px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #666;
  font-size: 14px;
  color: #666;
  border-radius: 24px;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .index-about .about-txt .about-more:hover {
    border-color: #1383CA;
    background-color: #1383CA;
    color: #fff;
    transition: all 0.35s;
  }
}
.index-partner {
  padding-top: 85px;
  padding-bottom: 130px;
}
.index-partner .partner-list {
  display: flex;
  position: relative;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.index-partner .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.index-partner .partner-list {
  margin-top: 40px;
}
.index-partner .partner-box {
  width: 20%;
  padding: 0 15px;
}
.index-partner .partner-box a {
  border: 1px solid #E6E6E6;
  display: block;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .index-partner .partner-box a:hover {
    border-color: #1383CA;
    transition: all 0.35s;
  }
  .index-partner .partner-box a:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.index-partner .partner-box:nth-child(n+6) {
  margin-top: 24px;
}
.index-partner .partner-box img {
  transition: all 0.35s;
}
.index-partner .img-box {
  padding-bottom: 66.66666667%;
}
.index-partner .slick-dots {
  font-size: 0;
  bottom: -44px;
}
.index-partner .slick-dots li {
  width: 48px;
  height: 4px;
  overflow: hidden;
  margin: 0 6.5px;
  transition: all 0.35s;
}
.index-partner .slick-dots li button {
  padding: 0;
  background-color: #E6E6E6;
  width: 100%;
  height: 100%;
  transition: all 0.35s;
}
.index-partner .slick-dots li button:before {
  display: none;
}
.index-partner .slick-dots li.slick-active button {
  transition: all 0.35s;
  background-color: #1383CA;
}
footer {
  background-color: #1383CA;
}
footer .footer-t {
  border-bottom: 1px solid #5AA8DA;
}
footer .footer-t .footer-link {
  display: flex;
  justify-content: center;
  height: 80px;
  align-items: center;
}
footer .footer-t .link-box {
  padding: 0 32px;
}
footer .footer-t .link-box a {
  color: #fff;
}
footer .footer-t .link-box a:hover {
  text-decoration: underline;
}
footer .footer-b {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
footer .footer-b .footer-cont {
  display: flex;
  flex-direction: column;
  max-width: calc(100% - 260px);
}
footer .footer-b .footer-msg {
  display: flex;
}
footer .footer-b .footer-msg .msg-box {
  display: flex;
  margin-right: 75px;
}
footer .footer-b .footer-msg .msg-box i {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  margin-right: 15px;
}
footer .footer-b .footer-msg .msg-box:first-child {
  margin-right: 30px;
}
footer .footer-b .footer-msg .msg-box:last-child {
  margin-right: 0;
}
footer .footer-b .footer-msg .msg-txt {
  padding-top: 7px;
  max-width: calc(100% - 71px);
}
footer .footer-b .footer-msg .msg-tit {
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}
footer .footer-b .footer-msg .msg-desc {
  font-size: 15px;
  color: #fff;
  line-height: 1;
}
footer .footer-b .footer-msg .msg-desc a {
  color: #fff;
}
footer .footer-b .footer-msg .msg-desc a:hover {
  text-decoration: underline;
}
footer .footer-b .footer-record {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  line-height: 1;
  margin-top: 50px;
}
footer .footer-b .footer-record a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
  transition: all 0.35s;
  margin-left: 25px;
}
@media screen and (min-width: 991px) {
  footer .footer-b .footer-record a:hover {
    color: #fff;
    transition: all 0.35s;
  }
}
footer .footer-b .footer-qrcode {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  position: relative;
}
footer .footer-b .footer-qrcode .qrcode-box {
  padding: 0 10px;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footer-b .footer-qrcode .qrcode-tit {
  font-size: 15px;
  color: #fff;
  line-height: 1;
  margin-top: 10px;
}
.page-banner {
  overflow: hidden;
  position: relative;
}
.page-banner .item {
  position: relative;
}
.page-banner .item img {
  width: 100%;
}
.about-nav {
  background-color: #F5F5F5;
}
.about-nav .nav-all {
  display: flex;
  justify-content: space-between;
  height: 44px;
  align-items: center;
}
.about-nav .crumbs {
  display: flex;
  font-size: 14px;
  line-height: 1;
}
.about-nav .crumbs i {
  font-size: 14px;
  line-height: 1;
  margin-right: 12px;
}
.about-nav .crumbs .crumbs-box {
  position: relative;
  display: flex;
  color: #666;
}
.about-nav .crumbs .crumbs-box:after {
  content: '>';
  margin: 0 5px;
}
.about-nav .crumbs .crumbs-box:last-child:after {
  display: none;
}
.about-nav .crumbs .crumbs-box a {
  color: #666;
}
.about-nav .crumbs .crumbs-box a:hover {
  text-decoration: underline;
}
.about-nav .nav-list {
  display: flex;
}
.about-nav .nav-list a {
  font-size: 14px;
  line-height: 1;
  color: #666;
  margin-right: 56px;
  transition: all 0.35s;
}
.about-nav .nav-list a.active {
  color: #1383CA;
}
.about-nav .nav-list a:last-child {
  margin-right: 0;
}
@media screen and (min-width: 991px) {
  .about-nav .nav-list a:hover {
    color: #1383CA;
    transition: all 0.35s;
  }
}
.page-tit {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding-bottom: 25px;
  position: relative;
}
.page-tit:after {
  content: '';
  position: absolute;
  width: 48px;
  height: 2px;
  background-color: #1383CA;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.about .about-introduction {
  padding-top: 80px;
}
.about .about-introduction .introduction-all {
  display: flex;
  margin: 25px -15px 0;
  position: relative;
}
.about .about-introduction .introduction-img {
  width: 50%;
  padding: 0 15px;
}
.about .about-introduction .introduction-img .video {
  padding-right: 30px;
}
.about .about-introduction .introduction-img .video a {
  position: relative;
  display: block;
}
@media screen and (min-width: 991px) {
  .about .about-introduction .introduction-img .video a:hover i {
    transform: translate(-50%, -50%) scale(1.1);
    transition: all 0.35s;
  }
}
.about .about-introduction .introduction-img .video img {
  width: 100%;
}
.about .about-introduction .introduction-img .video i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #1383CA;
  transition: all 0.35s;
}
.about .about-introduction .introduction-img .video i:after {
  position: absolute;
  width: 64px;
  height: 64px;
  background-color: #fff;
  content: '';
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.about .about-introduction .introduction-img .video i:before {
  position: relative;
  z-index: 3;
}
.about .about-introduction .introduction-txt {
  width: 50%;
  padding: 0 15px;
}
.about .about-introduction .introduction-txt div {
  padding-top: 8px;
}
.about .about-introduction .introduction-txt p {
  line-height: 28px;
  color: #666;
  margin: 0;
}
.about .about-honor {
  padding-top: 80px;
}
.about .about-honor .img-box {
  padding-bottom: 133.33333333%;
}
.about .about-honor .honor-img {
  border: 1px solid #E6E6E6;
  transition: all 0.35s;
}
.about .about-honor .honor-box {
  padding: 0 15px;
  position: relative;
}
@media screen and (min-width: 991px) {
  .about .about-honor .honor-box a:hover .honor-around {
    border-color: rgba(19, 131, 202, 0.1);
    transition: all 0.35s;
  }
  .about .about-honor .honor-box a:hover .honor-around:before {
    background-color: #1383CA;
    transition: all 0.35s;
  }
  .about .about-honor .honor-box a:hover .honor-tit {
    color: #1383CA;
    transition: all 0.35s;
  }
  .about .about-honor .honor-box a:hover .honor-img {
    border-color: #1383CA;
    transition: all 0.35s;
  }
}
.about .about-honor .honor-slick {
  margin: 25px -15px 0;
  position: relative;
}
.about .about-honor .honor-slick:after {
  content: '';
  background-image: url(../img/line.png);
  height: 1px;
  width: calc(100% - 30px);
  display: block;
  position: absolute;
  bottom: 78px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.about .about-honor .slick-list {
  margin: 0;
}
.about .about-honor .honor-around {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 6px solid rgba(102, 102, 102, 0.1);
  margin: 15px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 100;
  transition: all 0.35s;
}
.about .about-honor .honor-around:before {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #666;
  left: 50%;
  top: 50%;
  content: '';
  margin: 0 auto;
  transition: all 0.35s;
}
.about .about-honor .honor-tit {
  line-height: 26px;
  color: #222;
  text-align: center;
  margin-top: 7px;
  padding: 0 20px;
  transition: all 0.35s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.about .about-honor .honor-all {
  overflow: hidden;
}
.about .about-honor .slick-prev,
.about .about-honor .slick-next {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  background-color: #F5F5F5;
  border-radius: 50%;
  transition: all 0.35s;
  z-index: 2;
  top: 40%;
}
.about .about-honor .slick-prev:hover,
.about .about-honor .slick-next:hover {
  background-color: #1383CA;
  transition: all 0.35s;
}
.about .about-honor .slick-prev:hover:before,
.about .about-honor .slick-next:hover:before {
  color: #fff;
  transition: all 0.35s;
}
.about .about-honor .slick-prev {
  left: -85px;
}
.about .about-honor .slick-next {
  right: -85px;
}
.about .about-honor .slick-prev:before,
.about .about-honor .slick-next:before {
  font-family: 'iconfont';
  font-size: 16px;
  color: #666;
  transition: all 0.35s;
}
.about .about-honor .slick-prev:before {
  content: '\e639';
  display: block;
}
.about .about-honor .slick-next:before {
  content: '\e97c';
}
.about .about-factory {
  padding-top: 80px;
}
.about .about-factory .img-box {
  padding-bottom: 66.66666667%;
}
.about .about-factory .factory-box {
  padding: 0 15px;
}
.about .about-factory .factory-box a {
  padding: 15px;
  border: 1px solid #e6e6e6;
  display: block;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .about .about-factory .factory-box a:hover {
    border-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.1);
    transition: all 0.35s;
  }
  .about .about-factory .factory-box a:hover .factory-img i {
    top: 0;
    transition: all 0.35s;
  }
  .about .about-factory .factory-box a:hover .factory-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.about .about-factory .factory-tit {
  font-weight: bold;
  color: #222;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 20px 0 5px;
}
.about .about-factory .factory-img {
  position: relative;
  overflow: hidden;
}
.about .about-factory .factory-img i {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 5;
  background-color: rgba(34, 34, 34, 0.5);
  top: 100%;
  left: 0;
  transition: all 0.35s;
}
.about .about-factory .factory-img i:after {
  content: '';
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about .about-factory .factory-img img {
  transition: all 0.35s;
}
.about .about-factory .slick-list {
  padding: 25px 0 80px;
}
.about .about-factory .factory-slick .slick-prev,
.about .about-factory .factory-slick .slick-next {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  background-color: #F5F5F5;
  border-radius: 50%;
  transition: all 0.35s;
  z-index: 2;
}
.about .about-factory .factory-slick .slick-prev:hover,
.about .about-factory .factory-slick .slick-next:hover {
  background-color: #1383CA;
  transition: all 0.35s;
}
.about .about-factory .factory-slick .slick-prev:hover:before,
.about .about-factory .factory-slick .slick-next:hover:before {
  color: #fff;
  transition: all 0.35s;
}
.about .about-factory .factory-slick .slick-prev {
  left: -85px;
}
.about .about-factory .factory-slick .slick-next {
  right: -85px;
}
.about .about-factory .factory-slick .slick-prev:before,
.about .about-factory .factory-slick .slick-next:before {
  font-family: 'iconfont';
  font-size: 16px;
  color: #666;
  transition: all 0.35s;
}
.about .about-factory .factory-slick .slick-prev:before {
  content: '\e639';
  display: block;
}
.about .about-factory .factory-slick .slick-next:before {
  content: '\e97c';
}
.about .about-partner {
  background-color: #F5F5F5;
}
.about .about-partner .partner-box {
  width: 12.5%;
}
.about .about-partner .partner-box img {
  /* filter: grayscale(100%); */
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .about .about-partner .partner-box:hover img {
    filter: grayscale(0);
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.about .about-partner .slick-slide > div {
  font-size: 0;
}
.about .about-partner .img-box {
  padding-bottom: 66.66666667%;
}

.about .about-partner .slick-prev,
.about .about-partner .slick-next {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.35s;
  z-index: 2;
}
.about .about-partner .slick-prev:hover,
.about .about-partner .slick-next:hover {
  background-color: #1383CA;
  transition: all 0.35s;
}
.about .about-partner .slick-prev:hover:before,
.about .about-partner .slick-next:hover:before {
  color: #fff;
  transition: all 0.35s;
}
.about .about-partner .slick-prev {
  left: 15px;
}
.about .about-partner .slick-next {
  right: 15px;
}
.about .about-partner .slick-prev:before,
.about .about-partner .slick-next:before {
  font-family: 'iconfont';
  font-size: 16px;
  color: #666;
  transition: all 0.35s;
}
.about .about-partner .slick-prev:before {
  content: '\e639';
  display: block;
}
.about .about-partner .slick-next:before {
  content: '\e97c';
}
.exhibition {
  padding: 80px 0;
}
.exhibition .img-box {
  padding-bottom: 66.66666667%;
}
.exhibition .exhibition-list {
  display: flex;
  flex-wrap: wrap;
  margin: 25px -15px 30px;
}
.exhibition .exhibition-img img {
  transition: all 0.35s;
}
.exhibition .exhibition-box {
  padding: 0 15px;
  width: 33.33333333%;
}
.exhibition .exhibition-box:nth-child(n+4) {
  margin-top: 30px;
}
@media screen and (min-width: 991px) {
  .exhibition .exhibition-box a:hover .exhibition-tit {
    background-color: #1383CA;
    color: #fff;
    transition: all 0.35s;
  }
  .exhibition .exhibition-box a:hover .exhibition-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.exhibition .exhibition-tit {
  line-height: 56px;
  color: #222;
  font-weight: bold;
  padding: 0 15px;
  width: calc(100% - 50px);
  margin: -28px auto 0;
  text-align: center;
  position: relative;
  z-index: 5;
  background-color: #fff;
  transition: all 0.35s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pagenum {
  display: flex;
  justify-content: center;
}
.pagenum a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  width: 40px;
  height: 40px;
  border: 1px solid #F5F5F5;
  line-height: 30px;
  color: #666;
  margin-left: 16px;
  background-color: #F5F5F5;
  transition: all 0.35s;
}
.pagenum a.active {
  color: #1383CA;
  background-color: transparent;
  transition: all 0.35s;
  border-color: #1383CA;
}
.pagenum a:nth-child(2) {
  margin-left: 24px;
}
.pagenum a:first-child {
  margin-left: 0;
}
.pagenum a:last-child {
  margin-left: 24px;
}
.pagenum a:last-child i {
  display: block;
  transform: rotateY(180deg);
}
@media screen and (min-width: 991px) {
  .pagenum a:hover {
    color: #fff;
    background-color: #1383CA;
    transition: all 0.35s;
    border-color: #1383CA;
  }
}
.pagenum i {
  font-size: 14px;
  display: block;
}
.customer {
  padding: 80px 0;
}
.customer .customer-list {
  margin: 25px -15px 40px;
  display: flex;
  flex-wrap: wrap;
}
.customer .customer-box {
  width: 33.33333333%;
  padding: 0 15px;
}
.customer .customer-box:nth-child(n+4) {
  margin-top: 30px;
}
.customer .customer-box > div {
  border: 1px solid #E6E6E6;
  padding: 40px;
  position: relative;
}
.customer .customer-box > div:after {
  content: '';
  width: calc(100% - 80px);
  height: 3px;
  background-color: #E6E6E6;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .customer .customer-box > div:hover:after {
    background-color: #1383CA;
    width: 100%;
    transition: all 0.35s;
  }
  .customer .customer-box > div:hover .customer-more {
    background-color: #1383CA;
    color: #fff;
    transition: all 0.35s;
  }
  .customer .customer-box > div:hover .customer-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.customer .img-box {
  padding-bottom: 64.86486486%;
}
.customer .customer-tit {
  font-size: 22px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}
.customer .customer-tit a {
  color: #222;
}
.customer .customer-img img {
  transition: all 0.35s;
}
.customer .customer-txt {
  padding-top: 30px;
}
.customer .customer-desc {
  font-size: 15px;
  line-height: 28px;
  color: #666;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.customer .customer-more {
  width: 120px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F5F5;
  font-size: 14px;
  color: #666;
  transition: all 0.35s;
}
.customer .customer-more i {
  font-size: 12px;
  line-height: 1;
  margin-left: 5px;
}
.touch-nav {
  display: none;
}
.sticky-content {
  display: -webkit-box;
  display: flex;
}
.list-l {
  background-clip: content-box;
  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;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  line-height: 80px;
  background-color: #1383CA;
  margin-bottom: 0;
  padding: 0 25px;
}
.list-l .menu a {
  display: block;
}
.list-l .menu .menu-tit {
  display: flex;
  background-image: url(../img/prod-menu.jpg);
  background-size: cover;
  height: 88px;
  flex-direction: column;
  justify-content: center;
  padding: 0 25px;
  color: #fff;
}
.list-l .menu .menu-tit .desc {
  opacity: 0.5;
  font-size: 14px;
  text-transform: uppercase;
}
.list-l .menu .menu-tit .tit {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
.list-l .menu1 {
  position: relative;
  padding-left: 0;
  margin-bottom: 40px;
  margin-top: 0;
  border: 1px solid #E6E6E6;
}
.list-l .menu1 > li {
  color: #666666;
  font-size: 18px;
  border-bottom: 1px solid #E6E6E6;
  list-style: none;
}
.list-l .menu1 > li:last-child {
  border-bottom: none;
}
.list-l .menu1 > li:last-child ul {
  border: none;
}
.list-l .menu1 > li > a {
  display: block;
  position: relative;
  font-size: 16px;
  color: #222;
  font-weight: bold;
  line-height: 26px;
  padding: 14px 40px 14px 23px;
  background-color: #fff;
  transition: all 0.35s;
  text-transform: capitalize;
}
.list-l .menu1 > li.active > a{
  background-color: #1383CA;
  color: #fff;
  transition: all 0.35s;
}
.list-l .menu1 > li > a:hover {
  background-color: #1383CA;
  color: #fff;
  transition: all 0.35s;
}
.list-l .menu1 > li > a span {
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 26px;
  position: relative;
}
.list-l .menu1 > li > a:before {
  content: '';
  width: 7px;
  height: 38px;
  background-color: #1383CA;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: all 0.35s;
  display: none;
}
.list-l .menu1 > li.more > a:after {
  content: '\e97c';
  font-family: 'iconfont';
  position: absolute;
  right: 20px;
  top: 20px;
  transform: rotate(0);
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
  color: #666;
}
.list-l .menu1 > li.more.active > a {
  padding-bottom: 5px;
  transition: all 0.35s;
}
.list-l .menu1 > li.more.active > a:after {
  transform: rotate(90deg);
  transition: all 0.35s;
}
.list-l .menu1 ul {
  font-size: 14px;
  display: none;
  margin: 0;
  padding-bottom: 10px;
}
.list-l .menu2 {
  padding: 0;
}
.list-l .menu2 > li {
  list-style: none;
}
.list-l .menu2 > li:last-child {
  border-bottom: none;
}
.list-l .menu2 > li:nth-child(n+2) {
  margin-top: 4px;
}
.list-l .menu2 > li > a {
  display: flex;
  width: fit-content;
  align-items: center;
  font-size: 15px;
  width: 100%;
  position: relative;
  padding: 5px 32px;
  color: #666;
  height: auto;
  transition: all 0.35s;
}
.list-l .menu2 > li > a:hover {
  transition: all 0.35s;
}
.list-l .menu2 > li > a:hover span {
  color: #1383CA;
  transition: all 0.35s;
}
.list-l .menu2 > li > a span {
  display: block;
  line-height: 20px;
  transition: all 0.35s;
}
.list-l .menu2 > li.active > a {
  color: #1383CA;
  text-decoration: underline;
}
.list-l .menu2 > li.active > a span {
  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: 80px 0;
}
.prod .in-title {
  text-align: center;
}
.prod .prod-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 30px;
}
.prod .prod-box {
  width: 33.33333333%;
  padding: 0 15px;
  transition: all 0.35s;
  position: relative;
}
.prod .prod-box a {
  padding: 15px;
  border: 1px solid #E6E6E6;
  display: block;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .prod .prod-box a:hover {
    background-color: #1383CA;
    position: relative;
    border-color: #1383CA;
    transition: all 0.35s;
  }
  .prod .prod-box a:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .prod .prod-box a:hover .prod-tit {
    color: #fff;
    transition: all 0.35s;
  }
  .prod .prod-box a:hover .prod-btn {
    color: #fff;
    transition: all 0.35s;
  }
}
.prod .prod-box:nth-child(n+4) {
  margin-top: 30px;
}
.prod .prod-box .prod-tit {
  font-size: 16px;
  color: #222;
  transition: all 0.35s;
  z-index: 1;
  width: 100%;
  line-height: 56px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  margin-bottom: 16px;
}
.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-descall {
  border-bottom: 1px solid #D0DBD0;
  padding-bottom: 25px;
  margin-bottom: 40px;
}
.prod .prod-descall h4 {
  margin: 0;
  font-size: 24px;
  color: #1383CA;
  line-height: 30px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.prod .prod-descall p {
  margin: 0;
  color: #6d736d;
  line-height: 24px;
}
.prod .prod-btn {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 14px;
  transition: all 0.35s;
  line-height: 18px;
}
.prod .prod-btn i {
  font-size: 12px;
  line-height: 1;
  margin-left: 5px;
}
.prod-deta {
  padding: 80px 0;
}
.prod-deta .in-title {
  text-align: center;
}
.prod-deta .lbt-box {
  position: relative;
  width: 100%;
  height: 510px;
  margin: 0 auto;
}
.prod-deta .lbt-box > button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 64px;
  background-color: #F5F5F5;
  color: #666;
  border: none;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .prod-deta .lbt-box > button:hover {
    background-color: #1383CA;
    color: #fff;
    transition: all 0.35s;
  }
}
.prod-deta .lbt-box > button#pre {
  left: 30px;
}
.prod-deta .lbt-box > button#next {
  right: 30px;
}
.prod-deta .lbt-box .imgs {
  width: 100%;
  height: 100%;
  perspective: 1000px;
}
.prod-deta .lbt-box .imgitem {
  position: absolute;
  width: 400px;
  height: 400px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
  transition: 0.8s;
  opacity: 0;
  background-color: #222;
}
.prod-deta .lbt-box .imgitem.video-item a {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  display: block;
}
.prod-deta .lbt-box .imgitem.video-item a:after {
  position: absolute;
  z-index: 5;
  content: '\e87c';
  font-family: 'iconfont';
  color: #1383CA;
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  font-size: 24px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.prod-deta .lbt-box .imgitem.video-item a:before {
  width: 108px;
  height: 108px;
  background-color: rgba(255, 255, 255, 0.2);
  content: '';
  border-radius: 50%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 4;
}
.prod-deta .lbt-box .imgitem img {
  transition: all 0.35s;
}
.prod-deta .lbt-box .pre-img {
  transform: translate(-325px, -50%);
  top: 50%;
  z-index: 9;
  opacity: 1;
}
.prod-deta .lbt-box .pre-img img {
  opacity: 0.5;
  transition: all 0.35s;
}
.prod-deta .lbt-box .next-img {
  transform: translate(325px, -50%);
  top: 50%;
  z-index: 9;
  opacity: 1;
}
.prod-deta .lbt-box .next-img img {
  opacity: 0.5;
  transition: all 0.35s;
}
.prod-deta .lbt-box .cur-img {
  width: 510px;
  height: 510px;
  z-index: 100;
  opacity: 1;
  transform: translateX(0);
  top: 0;
  background-color: transparent;
}
.prod-deta .lbt-box .cur-img img{
  opacity: 1;
  transition: all .35s;
}
.prod-deta iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.prod-deta iframe img {
  width: 100%;
}
.prod-deta .pro-details-msg {
  width: 44.4%;
}
.prod-deta .pro-details-msg h1 {
  font-size: 24px;
  font-weight: bold;
  color: #222;
  line-height: 1;
  margin: 0;
  text-transform: capitalize;
  padding-bottom: 25px;
  border-bottom: 1px solid #BFBDBC;
}
.prod-deta .pro-details-msgcont {
  min-height: 90px;
  margin-bottom: 45px;
  padding-top: 25px;
}
.prod-deta .pro-details-msgcont h4 {
  font-size: 18px;
  color: #1383CA;
  margin: 0;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.prod-deta .pro-details-msgcont p {
  margin: 0;
  font-size: 15px;
  line-height: 30px;
  color: #666;
}
.prod-deta .pro-details-share {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.prod-deta .pro-details-share > span {
  font-size: 24px;
  margin-right: 5px;
  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: 100%;
  height: 46px;
  background-color: #1383CA;
  border: 1px solid #1383CA;
  color: #fff;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
  font-size: 18px;
}
.prod-deta .pro-details-btn a:hover {
  color: #1383CA;
  background-color: #fff;
  transition: all 0.35s;
}
.prod-deta .pro-details-btn a i {
  font-size: 26px;
  margin-right: 24px;
}
.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: #1383CA;
  background-color: #1383CA;
  color: #fff;
  transition: all 0.35s;
}
.prod-deta .prod-sontitle {
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
}
.prod-deta .prod-cont2 {
  clear: both;
  padding-top: 30px;
}
.prod-deta .prod-cont2 h1 {
  font-size: 24px;
  line-height: 1;
  color: #222;
  margin-bottom: 45px;
  margin-top: 0;
  font-weight: bold;
  text-align: center;
}
.prod-deta .prod-cont2 .prod-contbox p {
  margin: 0;
}
.prod-deta .prod-cont2 .prod-contbox img {
  max-width: 100%;
  height: auto!important;
}
.prod-deta .prod-certificate {
  padding-top: 45px;
}
.prod-deta .inquiry-form {
  padding-top: 45px;
}
.prod-deta .inquiry-form .prod-sontitle {
  margin-bottom: 25px;
}
.prod-deta .inquiry-form form {
  font-size: 0;
}
.prod-deta .inquiry-form input {
  font-size: 15px;
  padding: 0 15px;
  width: calc(25% - 12px);
  height: 48px;
  margin-right: 16px;
  border: 1px solid #F5F5F5;
  margin-bottom: 16px;
  background-color: #F5F5F5;
}
.prod-deta .inquiry-form input:nth-child(4n+1) {
  margin-right: 0;
}
.prod-deta .inquiry-form input:first-child {
  width: 100%;
}
.prod-deta .inquiry-form input:focus {
  outline: none;
  border-color: #1383CA;
  transition: all 0.35s;
}
.prod-deta .inquiry-form input[readonly] {
  background-color: #E7F2FA;
  border-color: #E7F2FA;
  color: #1383CA;
}
.prod-deta .inquiry-form *::-webkit-input-placeholder {
  color: #666;
}
.prod-deta .inquiry-form *:-moz-placeholder {
  /* FF 4-18 */
  color: #666;
}
.prod-deta .inquiry-form *::-moz-placeholder {
  /* FF 19+ */
  color: #666;
}
.prod-deta .inquiry-form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
}
.prod-deta .inquiry-form textarea {
  height: 100px;
  width: 100%;
  font-size: 15px;
  border: 1px solid #F5F5F5;
  background-color: #F5F5F5;
  resize: none;
  padding: 10px 15px;
  margin-bottom: 16px;
}
.prod-deta .inquiry-form textarea:focus {
  outline: none;
  border-color: #1383CA;
  transition: all 0.35s;
}
.prod-deta .inquiry-form button {
  width: 100%;
  background-color: #1383CA;
  color: #fff;
  height: 48px;
  border: 1px solid #1383CA;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
  margin: 0 auto;
  font-weight: bold;
}
.prod-deta .inquiry-form button i {
  font-size: 14px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
  transition: all 0.35s;
  line-height: 1;
  margin-bottom: 2px;
}
.prod-deta .inquiry-form button:hover {
  color: #1383CA;
  background-color: #fff;
  transition: all 0.35s;
}
.prod-deta .inquiry-form button:hover i {
  color: #1383CA;
  transition: all 0.35s;
}
.prod-deta .honor-list {
  margin: 5px -15px 0;
  width: auto;
}
.prod-deta .honor-list .img-box {
  padding-bottom: 138.46153846%;
}
.prod-deta .honor-box {
  border: 1px solid #333;
  padding: 15px;
}
.prod-deta .honor-box img {
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .prod-deta .honor-box:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.prod-deta [class*=am-u-] + [class*=am-u-]:last-child {
  float: left;
}
.prod-deta .am-u-md-3:nth-child(n+5) {
  margin-top: 30px;
}
.prod-deta .prod-clients {
  padding-top: 45px;
}
.prod-deta .prod-clients .img-box {
  padding-bottom: 62.22222222%;
}
.prod-deta .prod-clients .img-box img {
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .prod-deta .prod-clients .clients-box:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.prod-deta .prod-clients .am-u-md-4:nth-child(n+4) {
  margin-top: 20px;
}
.recommend {
  padding-top: 45px;
}
.recommend .prod-sontitle {
  margin-bottom: 25px;
}
.recommend .slick-slide > div {
  font-size: 0;
}
.recommend .prod-recommendlist {
  margin: 0 -15px;
}
.recommend .prod-recommendlist .slick-prev,
.recommend .prod-recommendlist .slick-next {
  width: 38px;
  height: 60px;
  font-size: 0;
  background-color: #1383CA;
  opacity: 0;
  transition: all 0.35s;
  top: calc(50% - 21px);
}
.recommend .prod-recommendlist .slick-prev:hover:before,
.recommend .prod-recommendlist .slick-next:hover:before {
  color: #fff !important;
}
.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: 17px;
  width: 17px;
  height: 17px;
  display: inline-block;
}
.recommend .prod-recommendlist .slick-prev:before {
  content: '\e639';
}
.recommend .prod-recommendlist .slick-next:before {
  content: '\e97c';
}
@media screen and (min-width: 991px) {
  .recommend .prod-recommendlist:hover .slick-prev,
  .recommend .prod-recommendlist:hover .slick-next {
    opacity: 1;
    transition: all 0.35s;
  }
}
.recommend .prod-box {
  width: 33.33333333%;
  padding: 0 15px;
  transition: all 0.35s;
  position: relative;
}
.recommend .prod-box a {
  padding: 15px;
  border: 1px solid #E6E6E6;
  display: block;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .recommend .prod-box a:hover {
    background-color: #1383CA;
    position: relative;
    border-color: #1383CA;
    transition: all 0.35s;
  }
  .recommend .prod-box a:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .recommend .prod-box a:hover .prod-tit {
    color: #fff;
    transition: all 0.35s;
  }
  .recommend .prod-box a:hover .prod-btn {
    color: #fff;
    transition: all 0.35s;
  }
}
.recommend .prod-box:nth-child(n+4) {
  margin-top: 30px;
}
.recommend .prod-box .prod-tit {
  font-size: 16px;
  color: #222;
  transition: all 0.35s;
  z-index: 1;
  width: 100%;
  line-height: 56px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  margin-bottom: 16px;
}
.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-btn {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 14px;
  transition: all 0.35s;
  line-height: 18px;
}
.recommend .prod-btn i {
  font-size: 12px;
  line-height: 1;
  margin-left: 5px;
}
.news {
  padding: 80px 0;
}
.news .news-box {
  padding: 20px 90px 20px 30px;
  display: flex;
  flex-wrap: wrap;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .news .news-box:hover {
    box-shadow: 0px 0px 15px 0px rgba(102, 102, 102, 0.15);
    transition: all 0.35s;
  }
  .news .news-box:hover .news-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .news .news-box:hover .news-tit a {
    color: #1383CA;
    transition: all 0.35s;
  }
  .news .news-box:hover .news-btn {
    background-color: #1383CA;
    color: #fff;
    transition: all 0.35s;
  }
}
.news .news-img {
  width: 330px;
}
.news .news-img img {
  transition: all 0.35s;
}
.news .img-box {
  padding-bottom: 66.66666667%;
}
.news .news-cont {
  width: calc(100% - 330px);
  padding-left: 48px;
  display: flex;
  justify-content: space-between;
  padding-top: 17px;
  position: relative;
}
.news .news-btn {
  width: 60px;
  height: 60px;
  background-color: #F5F5F5;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: all 0.35s;
}
.news .news-date {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
}
.news .news-date i {
  line-height: 1;
  margin-right: 10px;
}
.news .news-txt {
  width: calc(100% - 150px);
}
.news .news-tit {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news-tit a {
  color: #222;
  transition: all 0.35s;
}
.news .news-desc {
  line-height: 26px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 78px;
}
.news .news-list {
  margin: 25px 0 50px;
}
.case {
  padding: 80px 0;
}
.case .case-list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -15px 40px;
}
.case .case-box {
  width: 33.33333333%;
  padding: 0 15px;
}
@media screen and (min-width: 991px) {
  .case .case-box > div:hover .case-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .case .case-box > div:hover .case-tit a {
    color: #1383CA;
    transition: all 0.35s;
  }
  .case .case-box > div:hover .case-btn {
    color: #fff;
    background-color: #1383CA;
    transition: all 0.35s ease;
  }
  .case .case-box > div:hover .case-btn span {
    width: 60px;
    margin-right: 8px;
    transition: all 0.35s ease -0.1s;
  }
}
.case .case-box:nth-child(n+4) {
  margin-top: 30px;
}
.case .img-box {
  padding-bottom: 66.66666667%;
}
.case .case-txt {
  padding-top: 20px;
}
.case .case-img img {
  transition: all 0.35s;
}
.case .case-tit {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}
.case .case-tit a {
  color: #222;
  transition: all 0.35s;
}
.case .case-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 15px;
  line-height: 24px;
  color: #666;
  margin-bottom: 25px;
}
.case .case-btn {
  height: 44px;
  background-color: #E5E5E5;
  display: flex;
  width: fit-content;
  align-items: center;
  padding: 0 18px;
  color: #666;
  border-bottom-right-radius: 22px;
  border-top-right-radius: 22px;
  transition: all 0.35s ease;
}
.case .case-btn i {
  line-height: 1;
}
.case .case-btn > span {
  font-size: 15px;
  line-height: 1;
  width: 0;
  overflow: hidden;
  transition: all 0.35s ease -0.1s;
  word-break: keep-all;
}
.contact .contact-msg {
  padding: 80px 0 0;
}
.contact .contact-msg .msg-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 60px;
}
.contact .contact-msg .msg-box {
  width: 25%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .contact-msg .msg-box i {
  font-size: 40px;
  color: #1383CA;
  line-height: 1;
  margin-bottom: 25px;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .contact .contact-msg .msg-box:hover i {
    transform: rotateY(180deg);
    transition: all 0.35s;
  }
}
.contact .contact-msg .msg-tit {
  line-height: 1;
  color: #222;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact .contact-msg .msg-desc {
  color: #666;
  line-height: 1;
  text-align: center;
}
.contact .contact-msg .msg-desc a {
  color: #666;
}
.contact .contact-msg .msg-desc a:hover {
  text-decoration: underline;
}
.contact .contact-ol {
  padding: 80px 0;
}
.contact .contact-ol form {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.contact .contact-ol input {
  width: calc(50% - 15px);
  margin-right: 30px;
  height: 52px;
  border-radius: 5px;
  border: 1px solid #F5F5F5;
  background-color: #F5F5F5;
  transition: all 0.35s;
  padding: 0 30px;
  margin-bottom: 24px;
}
.contact .contact-ol input:nth-child(2n) {
  margin-right: 0;
}
.contact .contact-ol input:focus {
  outline: none;
  border-color: #1383CA;
  transition: all 0.35s;
}
.contact .contact-ol *::-webkit-input-placeholder {
  color: #666;
}
.contact .contact-ol *:-moz-placeholder {
  /* FF 4-18 */
  color: #666;
}
.contact .contact-ol *::-moz-placeholder {
  /* FF 19+ */
  color: #666;
}
.contact .contact-ol *:-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
}
.contact .contact-ol textarea {
  width: 100%;
  height: 186px;
  border-radius: 5px;
  border: 1px solid #F5F5F5;
  background-color: #F5F5F5;
  transition: all 0.35s;
  resize: none;
  padding: 20px 30px;
  margin-bottom: 28px;
}
.contact .contact-ol textarea:focus {
  outline: none;
  border-color: #1383CA;
  translate: 0.35s;
}
.contact .contact-ol button {
  width: 140px;
  height: 48px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #1383CA;
  background-color: #1383CA;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: all 0.35s;
  margin: 0 auto;
}
@media screen and (min-width: 991px) {
  .contact .contact-ol button:hover {
    background-color: #fff;
    color: #1383CA;
    transition: all 0.35s;
  }
}
.contact .contact-info {
  padding-bottom: 90px;
}
.contact .contact-info .info-tit {
  font-size: 24px;
  line-height: 1;
  color: #222;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 25px;
}
.contact .contact-info .list {
  display: flex;
  flex-wrap: wrap;
}
.contact .contact-info .list .box {
  width: 25%;
  padding: 30px 24px 20px;
  background-color: #F8F8F8;
  border-left: 1px solid #E6E6E6;
  border-bottom: 4px solid transparent;
  transition: all 0.35s;
}
.contact .contact-info .list .box:nth-child(4n+1) {
  border-color: transparent;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.contact .contact-info .list .box:nth-child(4n) {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.contact .contact-info .list .box:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.contact .contact-info .list .box:nth-child(n+5) {
  margin-top: 10px;
}
@media screen and (min-width: 991px) {
  .contact .contact-info .list .box:hover {
    background-color: #fff;
    border-bottom-color: #1383CA;
    transition: all 0.35s;
    border-left-color: transparent;
  }
  .contact .contact-info .list .box:hover + .box {
    border-left-color: transparent;
  }
}
.contact .contact-info .list .tit {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #222;
  margin-bottom: 15px;
}
.contact .contact-info .list .desc p {
  font-size: 15px;
  line-height: 24px;
  color: #666;
  margin: 0;
}
.contact .contact-info .list .desc p:nth-child(n+2) {
  margin-top: 5px;
}
.contact .contact-info .list .desc p a {
  color: #666;
}
.contact .contact-info .list .desc p a:hover {
  text-decoration: underline;
}
.map {
  width: 100%;
  height: 400px;
}
.map .map-content {
  width: 100%;
  height: 100%;
}
.video-center {
  padding: 80px 0;
}
.video-center .img-box {
  padding-bottom: 54.90196078%;
}
.video-center .video-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 40px;
}
.video-center .video-box {
  padding: 0 15px;
  width: 50%;
}
@media screen and (min-width: 991px) {
  .video-center .video-box > a:hover .video-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .video-center .video-box > a:hover .video-img i {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.35s;
  }
  .video-center .video-box > a:hover .video-tit {
    color: #1383CA;
    transition: all 0.35s;
  }
}
.video-center .video-box:nth-child(n+3) {
  margin-top: 30px;
}
.video-center .video-img {
  position: relative;
}
.video-center .video-img img {
  transition: all 0.35s;
}
.video-center .video-img i {
  width: 56px;
  height: 56px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  color: #1383CA;
  border: 1px solid #1383CA;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  z-index: 5;
  transition: all 0.35s;
}
.video-center .video-tit {
  line-height: 1;
  font-weight: bold;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin-top: 20px;
  transition: all 0.35s;
}
.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: #1383CA;
  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: #1383CA;
  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;
}
.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: #1383CA;
  color: #fff;
  transition: all 0.35s;
}
.site-map .site-list2 {
  padding-left: 25px;
  padding-top: 14px;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.site-map .site-list2 > li {
  margin-bottom: 16px;
  margin-right: 25px;
}
.site-map .site-list2 > li:last-child {
  margin-bottom: 0;
  margin-right: 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: #1383CA;
  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: #1383CA;
  text-decoration: underline;
  transition: all 0.35s;
}


.header-language{
   display: inline-block;
   vertical-align: middle;
   margin-left: 20px;

}
.header-language a{
   width: 40px;
   height: 40px;
   border: 1px solid #cdcdcd;
   line-height: 40px;
   text-align: center;
   display: block;
   border-radius: 50%;   color: #666;
}
.header-language a:hover{
   border-color: #1383CA;
   color: #1383CA;
}