@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.eot');
  src: local('Lato Bold'), local('Lato-Bold'), url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Bold.woff2') format('woff2'), url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype'), url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.eot');
  src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.eot');
  src: local('Helvetica Bold'), local('Helvetica-Bold'), url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Helvetica-Bold.woff2') format('woff2'), url('../fonts/Helvetica-Bold.woff') format('woff'), url('../fonts/Helvetica-Bold.ttf') format('truetype'), url('../fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.eot');
  src: local('Helvetica'), url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'), url('../fonts/Helvetica.woff2') format('woff2'), url('../fonts/Helvetica.woff') format('woff'), url('../fonts/Helvetica.ttf') format('truetype'), url('../fonts/Helvetica.svg#Helvetica') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Lato', Helvetica, Arial, 'Helvetica Neue', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  color: #222;
}
.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;
}
.am-container {
  max-width: 1440px;
}
a:focus {
  outline: 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 .icon-lianxidianhua:before {
  font-size: 20px;
}
.suspended-list ul li .icon-xiangxia-copy-copy:before {
  font-size: 18px;
}
.suspended-list ul li .icon-social-_logo-skype:before {
  font-size: 22px;
}
.suspended-list ul li .icon-mail:before {
  font-size: 22px;
}
.suspended-list ul li .icon-whatsapp1:before {
  font-size: 22px;
}
.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: #003B81;
  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: #003B81;
  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: #003B81;
}
.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 {
  font-size: 0;
  bottom: 100px;
}
.banner .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 5px;
  margin: 0 5px;
  position: relative;
  transition: all 0.35s;
  border: 1px solid #fff;
  background-color: #fff;
}
.banner .slick-dots li button {
  display: none;
  padding: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  transition: all 0.35s;
}
.banner .slick-dots li button:before {
  display: none;
}
.banner .slick-dots li:after {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #003B81;
  border-radius: 10px;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.35s;
}
.banner .slick-dots li.slick-active {
  background-color: transparent;
  width: 32px;
  transition: all 0.35s;
}
.banner .slick-dots li.slick-active button {
  transition: all 0.35s;
  background-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: #003B81;
    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: #003B81;
    transition: all 0.35s;
  }
}
.in-title {
  font-family: 'Helvetica';
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
}
.index-prod {
  padding: 90px 0 0;
  display: flex;
}
.index-prod .prod-txt {
  padding: 65px 80px 0;
  width: 38.28125%;
}
.index-prod .prod-txt .prod-box {
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.index-prod .prod-txt .prod-box:before {
  content: '\e617';
  font-family: 'iconfont';
  font-size: 22px;
  margin-right: 15px;
}
.index-prod .prod-txt .prod-box:nth-child(n+2) {
  margin-top: 22px;
}
.index-prod .prod-txt .prod-desc {
  line-height: 24px;
  color: #666;
  margin-top: 20px;
  margin-bottom: 55px;
}
.index-prod .prod-txt .prod-tit {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #003B81;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.index-prod .prod-txt .prod-more {
  width: 175px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #003B81;
  border: 1px solid #003B81;
  margin-top: 110px;
  transition: all 0.35s;
}
.index-prod .prod-txt .prod-more i {
  margin-left: 18px;
}
@media screen and (min-width: 991px) {
  .index-prod .prod-txt .prod-more:hover {
    background-color: #003B81;
    color: #fff;
    transition: all 0.35s;
  }
}
.index-prod .in-title {
  text-align: left;
}
.index-prod .prod-allcont {
  width: 61.71875%;
  overflow: hidden;
}
.index-prod .prod-allcont > div {
  margin: 0 -10px;
  display: flex;
  position: relative;
}
.index-prod .prod-allcont img {
  width: 100%;
}
.index-prod .prod-allcont .prod-box1 {
  padding: 0 10px;
  width: 42.9%;
}
.index-prod .prod-allcont .prod-box2 {
  padding: 0 10px;
  width: 57.1%;
}
.index-prod .prod-allcont .prod-box3:last-child {
  margin-top: 20px;
}
.index-prod .prod-allcont .prod-img {
  position: relative;
  overflow: hidden;
}
.index-prod .prod-allcont .prod-img img {
  transition: all 0.35s;
  width: calc(100% + 1px);
}
@media screen and (min-width: 991px) {
  .index-prod .prod-allcont .prod-img > a:hover .prod-more {
    margin-top: 30px;
    height: 18px;
    transition: all 0.35s;
    border-color: #fff;
  }
  .index-prod .prod-allcont .prod-img > a:hover .prod-tit {
    border-color: #fff;
    transition: all 0.35s;
  }
  .index-prod .prod-allcont .prod-img > a:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.index-prod .prod-allcont .prod-num {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  font-family: 'Helvetica';
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  left: 30px;
  top: 25px;
  position: absolute;
  display: flex;
  align-items: center;
}
.index-prod .prod-allcont .prod-num:after {
  content: '';
  width: 35px;
  height: 1px;
  background-color: #fff;
  display: block;
  margin-left: 25px;
}
.index-prod .prod-allcont .prod-txtbox {
  position: absolute;
  bottom: 35px;
  width: 100%;
  padding: 0 30px;
  color: #fff;
}
.index-prod .prod-allcont .prod-txtbox .prod-tit {
  font-size: 24px;
  line-height: 1;
  border-bottom: 1px solid transparent;
  font-weight: bold;
  font-family: 'Helvetica';
  margin-bottom: 13px;
  width: fit-content;
  transition: all 0.35s;
  text-transform: capitalize;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-prod .prod-allcont .prod-txtbox .prod-desc {
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-prod .prod-allcont .prod-txtbox .prod-more {
  text-transform: capitalize;
  font-weight: bold;
  line-height: 18px;
  border-bottom: 2px solid transparent;
  width: fit-content;
  margin-top: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.index-about {
  padding: 90px 80px;
  display: flex;
}
.index-about .about-img {
  width: 57.65%;
  position: relative;
}
.index-about .about-img img {
  width: 100%;
}
.index-about .about-img .about-cont {
  color: #fff;
  position: absolute;
  top: 30%;
  left: 24%;
  width: 60%;
}
.index-about .about-img .about-cont .about-tit {
  font-size: 50px;
  font-family: 'Helvetica';
  font-weight: bold;
  text-transform: capitalize;
  position: relative;
  display: flex;
  margin-bottom: 25px;
}
.index-about .about-img .about-cont .about-tit:after {
  content: '';
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  border-radius: 50%;
  margin-left: 18px;
}
.index-about .about-img .about-cont .about-desc {
  font-size: 18px;
  line-height: 30px;
}
.index-about .about-img .about-cont .about-btn {
  display: flex;
  margin-top: 175px;
}
.index-about .about-img .about-cont .about-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-about .about-img .about-cont .about-btn a:first-child {
  width: 180px;
  height: 50px;
  background-color: #003B81;
  color: #fff;
  border: 1px solid #003B81;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .index-about .about-img .about-cont .about-btn a:first-child:hover {
    background-color: #fff;
    transition: all 0.35s;
    color: #003B81;
  }
}
.index-about .about-img .about-cont .about-btn a:last-child {
  width: 48px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.51);
  margin-left: 20px;
}
.index-about .about-img .about-cont .about-btn a:last-child i {
  width: 40px;
  height: 40px;
  background-color: #003B81;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .index-about .about-img .about-cont .about-btn a:last-child:hover i {
    background-color: transparent;
    transition: all 0.35s;
    color: #003B81;
  }
}
.index-about .about-list {
  width: 42.35%;
  position: relative;
  background-color: #f2f2f2;
  padding: 40px;
  display: flex;
  align-items: center;
}
.index-about .about-list:before {
  content: '';
  width: 27px;
  height: 27px;
  border-top: 3px solid #003B81;
  border-right: 3px solid #003B81;
  display: block;
  position: absolute;
  top: 40px;
  right: 40px;
}
.index-about .about-list:after {
  content: '';
  width: 27px;
  height: 27px;
  border-bottom: 3px solid #003B81;
  border-right: 3px solid #003B81;
  display: block;
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.index-about .about-list .list-all {
  padding: 0 135px 0 50px;
}
.index-about .about-list .list-all .about-box {
  display: flex;
}
.index-about .about-list .list-all .about-box:nth-child(n+2) {
  margin-top: 50px;
}
.index-about .about-list .list-all .about-box i {
  font-size: 34px;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .index-about .about-list .list-all .about-box:hover i {
    transform: rotateY(180deg);
    color: #003B81;
    transition: all 0.35s;
  }
}
.index-about .about-list .list-all .about-txt {
  padding-left: 45px;
}
.index-about .about-list .list-all .about-tit {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Helvetica';
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.index-about .about-list .list-all .about-desc {
  line-height: 24px;
  color: #555;
}
.index-case {
  padding-bottom: 90px;
  overflow: hidden;
}
.index-case .in-title {
  text-align: center;
}
.index-case .case-cont {
  position: relative;
}
.index-case .case-cont .case-txt {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 15px;
  position: absolute;
  z-index: 3;
  bottom: 165px;
  left: 50%;
  transform: translateX(-50%);
}
.index-case .case-cont .case-desc {
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}
.index-case .case-cont .case-tit {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-family: 'Helvetica';
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 33px;
  margin-bottom: 10px;
  transition: all 0.35s;
}
.index-case .case-cont .case-tit:before {
  content: '';
  width: 14px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-right: 15px;
}
.index-case .case-cont .case-tit:after {
  content: '';
  width: 14px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-left: 15px;
}
.index-case .case-allcont {
  margin-top: -100px;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-case .img-box {
  padding-bottom: 42.22222222%;
}
.index-case .case-box {
  padding: 0 15px;
}
@media screen and (min-width: 991px) {
  .index-case .case-box > div:hover .case-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.index-case .case-tit {
  font-size: 24px;
  font-weight: bold;
  color: #222;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 33px;
  margin-bottom: 10px;
  transition: all 0.35s;
}
.index-case .case-tit:before {
  content: '';
  width: 14px;
  height: 2px;
  background-color: #003B81;
  display: block;
  margin-right: 15px;
}
.index-case .case-tit:after {
  content: '';
  width: 14px;
  height: 2px;
  background-color: #003B81;
  display: block;
  margin-left: 15px;
}
.index-case .case-img {
  position: relative;
}
.index-case .case-img:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 6px solid #003B81;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  content: '';
  transition: all 0.35s;
}
.index-case .case-img img {
  transition: all 0.35s;
}
.index-case .slick-current.slick-active .case-img:after {
  opacity: 1;
  transition: all 0.35s;
}
.index-case .slick-slide > div {
  font-size: 0;
}
.index-case .case-num {
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  -webkit-text-stroke: 1px #d73b14;
  line-height: 1;
  text-align: center;
  transition: all 0.35s;
  padding-bottom: 25px;
}
.index-case .case-slick {
  margin: 0 -15px 0;
}
.index-case .slick-current.slick-active.slick-center .case-tit {
  opacity: 1;
  transition: all 0.35s;
}
.index-case .slick-current.slick-active.slick-center .case-num {
  opacity: 1;
  transition: all 0.35s;
}
.index-case .slick-current.slick-active.slick-center .case-img:after {
  opacity: 1;
  transition: all 0.35s;
}
.index-case .slick-dots {
  max-width: 1410px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  bottom: -205px;
}
.index-case .slick-dots button {
  display: none;
}
.index-case .slick-dots li {
  margin: 0;
  height: 4px;
  width: 100%;
  background-color: #F8F8F8;
  transition: all 0.35s;
}
.index-case .slick-dots li.slick-active {
  background-color: #003B81;
  transition: all 0.35s;
}
.index-sub {
  text-align: center;
  padding-bottom: 90px;
}
.index-sub .sub-tit {
  font-family: 'Helvetica';
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 13px;
}
.index-sub .sub-desc {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 35px;
}
.index-sub form {
  width: 100%;
  max-width: 600px;
  border: 1px solid #222;
  margin: 0 auto;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .index-sub form:hover {
    border-color: #003B81;
    transition: all 0.35s;
  }
  .index-sub form:hover button {
    color: #003B81;
    transition: all 0.35s;
  }
}
.index-sub form button {
  width: 64px;
  height: 100%;
  border: none;
  background-color: transparent;
  transition: all 0.35s;
  position: relative;
}
.index-sub form button i {
  font-size: 26px;
  line-height: 1;
}
.index-sub form button:before {
  content: '';
  width: 1px;
  height: 16px;
  background-color: #C3C3C3;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index-sub form input {
  width: calc(100% - 64px);
  height: 100%;
  border: none;
  padding: 0 30px;
  font-size: 15px;
}
.index-sub form input:focus {
  outline: none;
}
.index-sub form *::-webkit-input-placeholder {
  color: #c1c1c1;
}
.index-sub form *:-moz-placeholder {
  /* FF 4-18 */
  color: #c1c1c1;
}
.index-sub form *::-moz-placeholder {
  /* FF 19+ */
  color: #c1c1c1;
}
.index-sub form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #c1c1c1;
}
.header .nav .nav-list1 {
  margin: 0;
}
.index-news {
  padding: 0 80px;
}
.index-news .news-allbox {
  background-color: #f2f2f2;
  padding: 80px 30px 90px;
}
.index-news .img-box {
  padding-bottom: 55.55555556%;
}
.index-news .news-all {
  display: flex;
  margin: 60px -15px 0;
}
.index-news .news-hot {
  width: 58.33333333%;
  padding: 0 15px;
}
@media screen and (min-width: 991px) {
  .index-news .news-hot > div:hover .news-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .index-news .news-hot > div:hover .news-tit a {
    color: #003B81;
    transition: all 0.35s;
  }
}
.index-news .news-hot .news-txt {
  text-align: center;
  padding-top: 28px;
}
.index-news .news-hot .news-tit {
  padding: 0 120px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 24px;
  line-height: 36px;
  font-family: 'Helvetica';
  font-weight: bold;
  margin-top: 10px;
}
.index-news .news-hot .news-tit a {
  color: #222;
  transition: all 0.35s;
}
.index-news .news-hot .news-img img {
  transition: all 0.35s;
}
.index-news .news-list {
  width: 41.66666667%;
  padding: 0 15px 0 55px;
}
.index-news .news-list .news-tit {
  display: flex;
  justify-content: space-between;
}
.index-news .news-list .news-tit a {
  color: #222;
}
.index-news .news-list .news-tit a:first-child {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  width: calc(100% - 90px);
  transition: all 0.35s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-news .news-list .news-tit a:last-child {
  font-size: 20px;
  width: 20px;
  transition: all 0.35s;
}
.index-news .news-list .news-box {
  padding-top: 5px;
  border-bottom: 1px solid #C3C3C3;
  padding-bottom: 30px;
}
@media screen and (min-width: 991px) {
  .index-news .news-list .news-box:hover .news-tit a:first-child {
    color: #003B81;
    transition: all 0.35s;
  }
  .index-news .news-list .news-box:hover .news-tit a:last-child {
    transform: translateX(-10px);
    transition: all 0.35s;
  }
}
.index-news .news-list .news-box:nth-child(n+2) {
  margin-top: 30px;
}
.index-news .news-list .news-date {
  margin-bottom: 5px;
}
header {
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.07);
}
header .header-allcont {
  position: relative;
}
header.am-sticky .header-logo a {
  height: 85px;
  transition: all 0.35s;
}
header .header-logo {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 2;
  padding: 5px 10px 10px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
header .header-logo a {
  display: block;
  height: 110px;
  transition: all 0.35s;
}
header .header-logo img {
  height: 100%;
}
header .header-logo:before {
  width: 0;
  height: 0;
  border-width: 0 30px 30px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  content: '';
  bottom: 0;
  left: -29px;
}
header .header-logo:after {
  width: 0;
  height: 0;
  border-width: 30px 30px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  content: '';
  right: -29px;
  bottom: 0;
}
header .header-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
}
header .header-language {
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-left: 45px;
}
header .header-language a {
  color: #444;
  opacity: 0.5;
  position: relative;
  transition: all 0.35s;
}
header .header-language a.active {
  color: #222;
  opacity: 1;
}
header .header-language a:hover {
  color: #003B81;
  opacity: 1;
  transition: all 0.35s;
}
header .header-language a:last-child {
  margin-left: 30px;
}
header .header-language a:last-child:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 12px;
  background-color: #444;
  opacity: 0.5;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
.header .nav .nav-list1 > li:nth-child(4) {
  margin-left: 250px;
}
.header-search {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}
.header-search a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  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: 30px;
  color: #003B81;
  line-height: 1;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .header-search:hover > a {
    border-color: #003B81;
    transition: all 0.35s;
  }
  .header-search:hover > a > i {
    color: #003B81;
    transform: rotateY(180deg);
    transition: all 0.35s;
  }
}
.header-search button:before {
  display: none;
}
.header-search button i {
  color: #fff;
  font-size: 18px;
  line-height: 38px;
}
.search-wrap {
  font-size: 14px;
  position: absolute;
  z-index: 1002;
  top: 100%;
  right: 0;
  right: 10%;
  display: none;
  width: 300px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.search-wrap .search-box {
  position: relative;
}
.search-wrap input {
  line-height: 24px;
  width: 100%;
  padding: 6px 10px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #dcdcdc;
}
.search-wrap input:focus-visible {
  outline: none;
}
.search-wrap .submit {
  font-size: 0;
  line-height: 38px;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 38px;
  padding: 0;
  color: #fff;
  border-radius: 0;
  background-color: #003B81;
  border-color: #003B81;
}
.search-wrap .submit:focus {
  outline: none;
}
.search-wrap .submit:before {
  font-family: 'iconfont' !important;
  content: '\e600';
}
.search-wrap .search-box {
  height: 38px;
}
.page-banner {
  overflow: hidden;
  position: relative;
}
.page-banner .item {
  position: relative;
}
.page-banner .item img {
  width: 100%;
}
.page-banner .page-tit {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.page-banner .page-tit span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #003B81;
  font-family: 'Helvetica';
  font-size: 24px;
  width: 310px;
  height: 60px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.about .about-cont {
  background-image: url(../img/about-bg.jpg);
  background-repeat: no-repeat;
  background-position: center 30px;
  background-size: 100%;
  padding: 90px 0 100px;
}
.about .about-cont .about-desc {
  text-align: center;
  font-size: 17px;
  line-height: 36px;
  color: #444;
  padding: 0 10px;
  margin-top: 25px;
}
.about .about-cont .about-desc p {
  margin: 0;
}
.about .about-cont .about-video {
  position: relative;
  margin-top: 50px;
}
.about .about-cont .about-video img {
  width: 100%;
}
@media screen and (min-width: 991px) {
  .about .about-cont .about-video:hover > a {
    transform: translate(-50%, -50%) scale(0.9);
    transition: all 0.35s;
  }
}
.about .about-cont .about-video > a {
  position: absolute;
  width: 66px;
  height: 66px;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.51);
  display: flex;
  align-items: center;
  transition: all 0.35s;
  justify-content: center;
}
.about .about-cont .about-video > a i {
  width: 56px;
  height: 56px;
  background-color: #003B81;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
}
.about .about-cont .about-video .big-data {
  background-color: rgba(0, 0, 0, 0.31);
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  color: #fff;
  padding: 35px 0;
}
.about .about-cont .about-video .big-data .data-box {
  position: relative;
  padding: 0 85px;
}
.about .about-cont .about-video .big-data .data-box:after {
  content: '';
  width: 1px;
  height: 26px;
  background-color: #A8A8A8;
  position: absolute;
  right: 0;
  top: 15%;
}
.about .about-cont .about-video .big-data .data-box:last-child:after {
  display: none;
}
.about .about-cont .about-video .big-data .data-box:first-child .count-tit {
  font-size: 20px;
}
.about .about-cont .about-video .big-data .count-top {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.about .about-cont .about-video .big-data .count-top span {
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
  font-family: 'Helvetica';
}
.about .about-cont .about-video .big-data .count-tit {
  font-size: 24px;
  line-height: 30px;
  margin-left: 10px;
}
.about .about-cont .about-video .big-data .data-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about .about-cont .about-video .big-data .count-desc {
  line-height: 26px;
}
.about .about-video2 {
  background-color: #F9F4EC;
  padding: 90px 0 165px;
}
.about .about-video2 .img-box {
  padding-bottom: 64.44444444%;
}
.about .about-video2 .video-img {
  position: relative;
}
.about .about-video2 .video-img:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 10px solid #CDC3BA;
  z-index: 2;
  content: '';
  display: block;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: all 0.35s;
}
.about .about-video2 .video-img i {
  display: flex;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.51);
  z-index: 3;
  font-size: 24px;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.about .about-video2 .video-img i:after {
  content: '';
  width: 51px;
  height: 51px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #003B81;
}
.about .about-video2 .video-img i:before {
  position: relative;
  z-index: 3;
}
.about .about-video2 .video-img img {
  transition: all 0.35s;
}
.about .about-video2 .video-tit {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  padding-top: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about .about-video2 .video-tit span {
  border-bottom: 1px solid transparent;
  transition: all 0.35s;
}
.about .about-video2 .video-box {
  padding: 0 15px;
}
@media screen and (min-width: 991px) {
  .about .about-video2 .video-box > a:hover .video-tit {
    color: #003B81;
  }
  .about .about-video2 .video-box > a:hover .video-tit span {
    border-color: #CFD9D0;
    transition: all 0.35s;
  }
  .about .about-video2 .video-box > a:hover .video-img:after {
    opacity: 1;
    transition: all 0.35s;
  }
  .about .about-video2 .video-box > a:hover .video-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.about .about-video2 .video-slick {
  margin: 45px -15px 0;
}
.about .about-video2 .slick-dots {
  max-width: 1410px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  bottom: -70px;
}
.about .about-video2 .slick-dots button {
  display: none;
}
.about .about-video2 .slick-dots li {
  margin: 0;
  height: 2px;
  width: 100%;
  background-color: #CCDDD4;
  transition: all 0.35s;
}
.about .about-video2 .slick-dots li.slick-active {
  background-color: #003B81;
  transition: all 0.35s;
  height: 6px;
}
.about .about-choose {
  padding: 95px 0 85px;
}
.about .about-choose .choose-list {
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0 0;
}
.about .about-choose .choose-box {
  width: 33.33333333%;
  text-align: center;
  padding: 0 70px 60px;
  border-right: 1px solid #EFEFEF;
}
.about .about-choose .choose-box i {
  font-size: 34px;
  line-height: 1;
  color: #003B81;
  transition: all 0.35s;
  display: block;
}
.about .about-choose .choose-box:nth-child(3n) {
  border-right: none;
}
.about .about-choose .choose-box:nth-child(n+4) {
  border-top: 1px solid #EFEFEF;
  padding-bottom: 0;
  padding-top: 35px;
}
@media screen and (min-width: 991px) {
  .about .about-choose .choose-box:hover i {
    transform: rotateY(180deg);
    transition: all 0.35s;
  }
}
.about .about-choose .choose-tit {
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  text-transform: capitalize;
  font-family: 'Helvetica';
  margin-bottom: 20px;
  margin-top: 15px;
}
.about .about-choose .choose-desc {
  line-height: 24px;
}
.sticky-content {
  display: -webkit-box;
  display: flex;
}
.list-l {
  background-clip: content-box;
  position: relative;
  z-index: 9;
  background-color: #fff;
  padding-right: 30px;
}
.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: #003B81;
  margin-bottom: 0;
  padding: 0 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;
}
.list-l .menu1 > li:last-child {
  border-bottom: none;
}
.list-l .menu1 > li > a {
  display: block;
  position: relative;
  font-size: 18px;
  color: #222;
  font-weight: bold;
  line-height: 26px;
  padding: 17px 15px 17px 20px;
  background-color: #fff;
  transition: all 0.35s;
  text-transform: capitalize;
  font-family: 'Helvetica';
  box-shadow: 0px 2px 18px 0px rgba(9, 20, 30, 0.1);
}
.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: 26px;
  position: relative;
  z-index: 2;
}
.list-l .menu1 > li > a:before {
  content: '';
  width: 5px;
  height: 39px;
  background-color: #003B81;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2px;
  transition: all 0.35s;
  z-index: 3;
  opacity: 0;
}
.list-l .menu1 > li.more > a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  background-image: linear-gradient(to right, #CBE3E0, #fff);
  opacity: 0;
  transition: all 0.35s;
}
.list-l .menu1 > li.more.active > a {
  color: #003B81;
  transition: all 0.35s;
}
.list-l .menu1 > li.more.active > a:before {
  opacity: 1;
  transition: all 0.35s;
}
.list-l .menu1 > li.more.active > a:after {
  opacity: 1;
  transition: all 0.35s;
}
.list-l .menu1 > li:nth-child(n+2) {
  margin-top: 8px;
}
.list-l .menu1 ul {
  font-size: 14px;
  display: none;
  margin: 0;
  margin-top: 10px;
  padding-left: 18px;
}
.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:last-child > a {
  border-bottom: none;
}
.list-l .menu2 > li > a {
  display: flex;
  width: fit-content;
  align-items: center;
  font-size: 16px;
  width: 100%;
  position: relative;
  padding: 17px 20px;
  color: #666;
  border-bottom: 1px solid #DDDDDD;
  height: auto;
  transition: all 0.35s;
}
.list-l .menu2 > li > a:hover {
  transition: all 0.35s;
}
.list-l .menu2 > li > a:hover span {
  color: #003B81;
  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: #003B81;
}
.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: '-';
}
.touch-nav {
  display: none;
}
.prod {
  padding-top: 40px;
  padding-bottom: 100px;
}
.prod .in-title {
  text-align: center;
}
.prod .prod-list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -15px 50px;
}
.prod .prod-box {
  width: 33.33333333%;
  padding: 0 15px;
  transition: all 0.35s;
  position: relative;
}
@media screen and (min-width: 991px) {
  .prod .prod-box a:hover {
    position: relative;
    border-color: #003B81;
    transition: all 0.35s;
  }
  .prod .prod-box a:hover img {
    transform: scale(1.05);
    transition: all 0.35s;
  }
  .prod .prod-box a:hover .prod-tit {
    color: #003B81;
    transition: all 0.35s;
  }
  .prod .prod-box a:hover .prod-btn {
    color: #003B81;
    transition: all 0.35s;
  }
  .prod .prod-box a:hover .prod-btn span {
    border-color: #003B81;
    transition: all 0.35s;
  }
  .prod .prod-box a:hover .prod-img:after {
    opacity: 0;
    transition: all 0.35s;
  }
  .prod .prod-box a:hover .prod-img:before {
    opacity: 1;
    transition: all 0.35s;
  }
}
.prod .prod-box:nth-child(n+4) {
  margin-top: 25px;
}
.prod .prod-box .prod-img {
  position: relative;
}
.prod .prod-box .prod-img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid #C2C2C2;
  z-index: 2;
  transition: all 0.35s;
}
.prod .prod-box .prod-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 2px solid #003B81;
  z-index: 2;
  opacity: 0;
  transition: all 0.35s;
}
.prod .prod-box .prod-tit {
  font-size: 16px;
  color: #222;
  transition: all 0.35s;
  z-index: 1;
  width: 100%;
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 15px;
  font-weight: bold;
  text-align: center;
}
.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: #003B81;
  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 {
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 16px;
  transition: all 0.35s;
}
.prod .prod-btn span {
  line-height: 18px;
  border-bottom: 1px solid transparent;
  transition: all 0.35s;
}
.prod .prod-txtbox .tit {
  font-size: 30px;
  font-weight: bold;
  color: #222;
  font-family: 'Helvetica';
  margin-bottom: 15px;
}
.prod .prod-txtbox .desc {
  font-weight: bold;
  color: #666;
  line-height: 30px;
}
.pagenum {
  display: flex;
  justify-content: flex-end;
}
.pagenum a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 36px;
  height: 36px;
  line-height: 30px;
  color: #222;
  margin-left: 20px;
  background-color: #F9F4EC;
  transition: all 0.35s;
}
.pagenum a.active {
  color: #fff;
  background-color: #003B81;
  transition: all 0.35s;
}
.pagenum a:first-child {
  margin-left: 0;
}
.pagenum a:first-child i {
  display: block;
  transform: rotateY(180deg);
}
@media screen and (min-width: 991px) {
  .pagenum a:hover {
    color: #fff;
    background-color: #003B81;
    transition: all 0.35s;
  }
}
.pagenum i {
  font-size: 12px;
  display: block;
}
.prod-deta {
  padding-top: 70px;
  padding-bottom: 95px;
}
.prod-deta .in-title {
  text-align: center;
}
.prod-deta .prod-details-slick {
  width: 55.6%;
}
.prod-deta .prod-details-slick .carousel-wrap > div {
  display: flex;
  margin: 0 -5px;
}
.prod-deta .prod-details-slick .slick-prev {
  z-index: 100;
  top: 10px;
  left: 0;
  width: 100%;
  height: 24px;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.35s;
  transform: translate(0);
}
.prod-deta .prod-details-slick .slick-prev:hover {
  background-color: #003B81;
  transition: all 0.35s;
}
.prod-deta .prod-details-slick .slick-prev:hover:before {
  color: #fff;
  transition: all 0.35s;
}
.prod-deta .prod-details-slick .slick-prev:hover:after {
  opacity: 0;
  transition: all 0.35s;
}
.prod-deta .prod-details-slick .slick-prev:after {
  background-image: url(../img/btn-bg2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  content: '';
  position: absolute;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.35s;
}
.prod-deta .prod-details-slick .slick-prev:before {
  color: #fff;
  content: '\e64b';
  font-family: 'iconfont' !important;
  opacity: 1;
  display: inline-block;
  transform: rotate(90deg);
  font-size: 14px;
}
.prod-deta .prod-details-slick .slick-next {
  z-index: 100;
  right: 0;
  top: auto;
  bottom: 10px;
  width: 100%;
  height: 24px;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.35s;
  transform: translate(0);
}
.prod-deta .prod-details-slick .slick-next:hover {
  background-color: #003B81;
  transition: all 0.35s;
}
.prod-deta .prod-details-slick .slick-next:hover:before {
  color: #fff;
  transition: all 0.35s;
}
.prod-deta .prod-details-slick .slick-next:hover:after {
  opacity: 0;
  transition: all 0.35s;
}
.prod-deta .prod-details-slick .slick-next:after {
  background-image: url(../img/btn-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  content: '';
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.35s;
}
.prod-deta .prod-details-slick .slick-next:before {
  color: #fff;
  content: '\e64b';
  transform: rotate(270deg);
  font-family: 'iconfont' !important;
  opacity: 1;
  display: inline-block;
  font-size: 14px;
}
.prod-deta .pro-details-thumbslick {
  position: relative;
  width: 20%;
  padding: 0 5px;
  margin: -5px 0;
}
.prod-deta .pro-details-thumbslick .slick-slide {
  background-color: #DCDCDC;
  margin: 5px 0;
  border: none;
}
.prod-deta .pro-details-thumbslick .slick-slide > div {
  display: flex;
}
.prod-deta .pro-details-thumbslick .slick-current.slick-active .item {
  border-color: #003B81;
  transition: all 0.35s;
}
.prod-deta .pro-details-thumbslick .item {
  position: relative;
  border: 1px solid #BFBDBC;
}
.prod-deta .pro-details-thumbslick .item-video:after {
  content: '';
  position: absolute;
  top: 0;
  z-index: 101;
  left: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.26);
  width: 100%;
  height: 100%;
}
.prod-deta .pro-details-thumbslick .item-video:before {
  content: '\e6ce';
  font-family: 'iconfont' !important;
  font-size: 14px;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 102;
  background-color: #fff;
  color: #003B81;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-deta .pro-details-topslick {
  padding: 0 5px;
  width: 80%;
}
.prod-deta .pro-details-topslick > div {
  border: 1px solid #BFBDBC;
}
.prod-deta .pro-details-topslick .item {
  padding: 0;
}
.prod-deta .pro-details-topslick .item div {
  border: none;
}
.prod-deta .pro-details-topslick .slick-slide > div {
  font-size: 0;
}
.prod-deta iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.prod-deta .pro-details-msg {
  width: 44.4%;
  padding-left: 20px;
}
.prod-deta .pro-details-msg h1 {
  font-size: 28px;
  font-weight: bold;
  color: #222;
  line-height: 1;
  margin: 0;
  text-transform: capitalize;
  padding-top: 15px;
}
.prod-deta .pro-details-msgcont {
  min-height: 220px;
  margin-bottom: 45px;
  padding-top: 35px;
}
.prod-deta .pro-details-msgcont h4 {
  font-size: 16px;
  color: #003B81;
  margin: 0;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
.prod-deta .pro-details-msgcont p {
  margin: 0;
  font-size: 14px;
  line-height: 26px;
  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 .prod-share {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.prod-deta .prod-share .share-tit {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  margin-right: 10px;
}
.prod-deta .pro-details-btn {
  display: flex;
  margin-top: 20px;
}
.prod-deta .pro-details-btn a {
  display: flex;
  width: 210px;
  height: 50px;
  background-color: #003B81;
  border: 1px solid #003B81;
  color: #fff;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
  font-size: 16px;
  line-height: 24px;
}
.prod-deta .pro-details-btn a:hover {
  color: #003B81;
  background-color: #fff;
  transition: all 0.35s;
}
.prod-deta .pro-details-btn a i {
  font-size: 24px;
  margin-left: 20px;
  line-height: 1;
}
.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: #003B81;
  background-color: #003B81;
  color: #fff;
  transition: all 0.35s;
}
.prod-deta .prod-sontitle {
  font-size: 26px;
  line-height: 32px;
  font-family: 'Helvetica';
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
}
.prod-deta .prod-txtcont {
  clear: both;
  padding-top: 80px;
}
.prod-deta .prod-txtcont .prod-contbox p {
  margin: 0;
}
.prod-deta .prod-txtcont .prod-contbox img {
  max-width: 100%;
  height: auto!important;
}
.prod-deta .prod-certificate {
  padding-top: 45px;
}
.prod-deta .inquiry-form {
  padding: 60px 0;
}
.prod-deta .inquiry-form .form-desc {
  font-size: 14px;
  line-height: 32px;
  color: #666;
  margin-bottom: 8px;
}
.prod-deta .inquiry-form .prod-sontitle {
  margin-bottom: 5px;
}
.prod-deta .inquiry-form form {
  font-size: 0;
}
.prod-deta .inquiry-form input {
  font-size: 15px;
  padding: 0 30px;
  width: calc(25% - 9px);
  height: 56px;
  margin-right: 12px;
  border: 1px solid #F2F3F3;
  margin-bottom: 14px;
  color: #666;
  background-color: #F2F3F3;
}
.prod-deta .inquiry-form input:nth-child(4n+1) {
  margin-right: 0;
}
.prod-deta .inquiry-form input:first-child {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
}
.prod-deta .inquiry-form input:focus {
  outline: none;
  border-color: #003B81;
  transition: all 0.35s;
}
.prod-deta .inquiry-form input[readonly] {
  background-color: #003B81;
  border-color: #003B81;
  color: #fff;
}
.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: 270px;
  width: 100%;
  font-size: 16px;
  border: 1px solid #F2F3F3;
  background-color: #F2F3F3;
  resize: none;
  padding: 20px 30px;
  margin-bottom: 40px;
}
.prod-deta .inquiry-form textarea:focus {
  outline: none;
  border-color: #003B81;
  transition: all 0.35s;
}
.prod-deta .inquiry-form button {
  width: 167px;
  background-color: #003B81;
  color: #fff;
  height: 46px;
  border: 1px solid #003B81;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
  margin: 0 auto;
}
.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: #003B81;
  background-color: #fff;
  transition: all 0.35s;
}
.prod-deta .inquiry-form button:hover i {
  color: #003B81;
  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: 70px;
  border-top: 1px solid #E5E5E5;
}
.recommend .slick-slide > div {
  padding: 0 15px;
}
.recommend .prod-sontitle {
  margin-bottom: 30px;
}
.recommend .prod-recommendlist {
  margin: 0 -15px;
}
.recommend .prod-recommendlist .slick-prev,
.recommend .prod-recommendlist .slick-next {
  width: 36px;
  height: 36px;
  font-size: 0;
  background-color: #F9F4EC;
  opacity: 1;
  transition: all 0.35s;
  top: -48px;
}
.recommend .prod-recommendlist .slick-prev:hover,
.recommend .prod-recommendlist .slick-next:hover {
  background-color: #003B81;
  transition: all 0.35s;
}
.recommend .prod-recommendlist .slick-prev:hover:before,
.recommend .prod-recommendlist .slick-next:hover:before {
  color: #fff;
  transition: all 0.35s;
}
.recommend .prod-recommendlist .slick-prev {
  left: auto;
  right: 57px;
  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;
  color: #222;
}
.recommend .prod-recommendlist .slick-prev:before {
  content: '\ec56';
}
.recommend .prod-recommendlist .slick-next:before {
  content: '\eb94';
}
@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-recommendlist .prod-box {
  position: relative;
}
@media screen and (min-width: 991px) {
  .recommend .prod-recommendlist .prod-box a:hover {
    position: relative;
    border-color: #003B81;
    transition: all 0.35s;
  }
  .recommend .prod-recommendlist .prod-box a:hover img {
    transform: scale(1.05);
    transition: all 0.35s;
  }
  .recommend .prod-recommendlist .prod-box a:hover .prod-tit {
    color: #003B81;
    transition: all 0.35s;
  }
  .recommend .prod-recommendlist .prod-box a:hover .prod-btn {
    color: #003B81;
    transition: all 0.35s;
  }
  .recommend .prod-recommendlist .prod-box a:hover .prod-btn span {
    border-color: #003B81;
    transition: all 0.35s;
  }
  .recommend .prod-recommendlist .prod-box a:hover .prod-img:after {
    opacity: 0;
    transition: all 0.35s;
  }
  .recommend .prod-recommendlist .prod-box a:hover .prod-img:before {
    opacity: 1;
    transition: all 0.35s;
  }
}
.recommend .prod-recommendlist .prod-box .prod-img {
  position: relative;
}
.recommend .prod-recommendlist .prod-box .prod-img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid #C2C2C2;
  z-index: 2;
  transition: all 0.35s;
}
.recommend .prod-recommendlist .prod-box .prod-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 2px solid #003B81;
  z-index: 2;
  opacity: 0;
  transition: all 0.35s;
}
.recommend .prod-recommendlist .prod-box .prod-tit {
  font-size: 16px;
  color: #222;
  transition: all 0.35s;
  z-index: 1;
  width: 100%;
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 15px;
  font-weight: bold;
  text-align: center;
}
.recommend .prod-recommendlist .prod-box .prod-more {
  display: flex;
  font-size: 14px;
  color: #666;
  transition: all 0.35s;
}
.recommend .prod-recommendlist .prod-box .prod-more i {
  font-size: 14px;
  margin-left: 5px;
}
.recommend .prod-recommendlist .prod-box img {
  transition: all 0.35s;
}
.recommend .prod-recommendlist .prod-btn {
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 16px;
  transition: all 0.35s;
}
.recommend .prod-recommendlist .prod-btn span {
  line-height: 18px;
  border-bottom: 1px solid transparent;
  transition: all 0.35s;
}
.recommend .pro-catebox {
  width: calc(33.33333333% - 20px);
  margin-right: 30px;
  float: left;
  margin-bottom: 30px;
  transition: all 0.35s;
}
.recommend .pro-catebox img {
  transition: all 0.35s;
}
.recommend .pro-catebox:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width: 991px) {
  .recommend .pro-catebox:hover {
    transition: all 0.35s;
  }
  .recommend .pro-catebox:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .recommend .pro-catebox:hover .pro-catetitle a:first-child {
    color: #003B81;
    transition: all 0.35s;
  }
}
.recommend .pro-catetitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}
.recommend .pro-catetitle a:first-child {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  padding: 15px 10px 5px;
  font-weight: bold;
  color: #222;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.35s;
}
.case {
  padding: 90px 0 100px;
  overflow: hidden;
}
.case .img-box {
  padding-bottom: 59.42028986%;
}
.case .case-list {
  display: flex;
  margin: 45px -15px 60px;
  flex-wrap: wrap;
}
.case .case-box {
  padding: 0 15px;
  width: 50%;
}
.case .case-box > div {
  position: relative;
}
@media screen and (min-width: 991px) {
  .case .case-box > div:hover .case-txt {
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.35s;
    height: 100%;
  }
  .case .case-box > div:hover .case-img:after {
    opacity: 0;
    transition: all 0.35s;
  }
  .case .case-box > div:hover .case-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .case .case-box > div:hover .case-desc {
    transform: scale(1);
    transition: all 0.35s;
    height: 104px;
  }
  .case .case-box > div:hover .case-btn {
    height: 50px;
    transform: scale(1);
    border-color: #fff;
    margin-top: 60px;
    transition: all 0.35s;
  }
}
.case .case-box:nth-child(n+3) {
  margin-top: 30px;
}
.case .case-img {
  position: relative;
}
.case .case-img:after {
  position: absolute;
  background-image: url(../img/case-bg2.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all 0.35s;
}
.case .case-img img {
  transition: all 0.35s;
}
.case .case-txt {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 90px;
  bottom: 0;
  left: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  padding: 0 90px;
  text-align: center;
  transition: all 0.35s;
}
.case .case-txt a {
  color: #fff;
}
.case .case-txt .case-tit {
  font-size: 20px;
  font-family: 'Helvetica';
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  max-width: 100%;
  justify-content: center;
}
.case .case-txt .case-tit:before {
  content: '';
  width: 14px;
  height: 2px;
  display: block;
  background-color: #fff;
  margin-right: 20px;
}
.case .case-txt .case-tit:after {
  content: '';
  width: 14px;
  height: 2px;
  display: block;
  background-color: #fff;
  margin-left: 20px;
}
.case .case-txt .case-tit a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: fit-content;
  max-width: calc(100% - 68px);
}
.case .case-txt .case-desc {
  line-height: 26px;
  transform: scale(0);
  transition: all 0.35s;
  height: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.case .case-txt .case-btn {
  display: flex;
  width: 174px;
  height: 0;
  border: 1px solid transparent;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  transition: all 0.35s;
  overflow: hidden;
}
.case .case-txt .case-btn span {
  margin-right: 20px;
}
.details {
  padding: 60px 0 90px;
}
.details h1 {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1.1;
}
.details .details-date {
  color: #003B81;
  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: #003B81;
  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;
}
.news {
  padding-top: 95px;
  padding-bottom: 150px;
}
.news .news-list {
  margin-top: 55px;
  margin-bottom: 30px;
}
.news .news-box {
  border-top: 1px solid #D9D9D9;
  position: relative;
  display: flex;
  padding: 30px 0;
}
.news .news-box:after {
  content: '';
  width: 210px;
  height: 4px;
  background-color: #003B81;
  display: block;
  position: absolute;
  left: 0;
  top: -3px;
}
@media screen and (min-width: 991px) {
  .news .news-box:hover .news-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .news .news-box:hover .news-tit a {
    color: #003B81;
    transition: all 0.35s;
  }
  .news .news-box:hover .news-more {
    background-color: #003B81;
    color: #fff;
    transition: all 0.35s;
  }
}
.news .news-txt {
  width: calc(50% - 15px);
  padding-right: 120px;
}
.news .news-img {
  width: calc(50% + 15px);
}
.news .news-img img {
  transition: all 0.35s;
}
.news .img-box {
  padding-bottom: 55.55555556%;
}
.news .news-date {
  display: flex;
  align-items: center;
  padding-top: 10px;
  margin-bottom: 10px;
}
.news .news-date .date-d {
  color: #003B81;
  font-size: 48px;
  font-family: 'Helvetica';
  font-weight: bold;
}
.news .news-date .date-box {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  padding-left: 38px;
  position: relative;
}
.news .news-date .date-box:after {
  content: '';
  position: absolute;
  left: 19px;
  width: 2px;
  height: 22px;
  background-color: #BFBFBF;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.news .news-tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  font-family: 'Helvetica';
  margin-bottom: 20px;
}
.news .news-tit a {
  color: #222;
  transition: all 0.35s;
}
.news .news-desc {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news .news-more {
  width: 174px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #003B81;
  background-color: #fff;
  color: #003B81;
  margin-top: 30px;
  transition: all 0.35s;
}
.news .news-more i {
  margin-left: 20px;
}
.map {
  width: 100%;
  height: 430px;
}
.map .map-content {
  width: 100%;
  height: 100%;
}
.contact {
  margin-top: -280px;
  position: relative;
  z-index: 5;
  padding-bottom: 100px;
}
.contact .contact-tit {
  font-size: 106px;
  line-height: 1;
  color: #fff;
  font-family: 'Helvetica';
  text-transform: capitalize;
  text-align: center;
  font-weight: bold;
  margin-bottom: 70px;
}
.contact .contact-msg {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 45px 0 70px;
}
.contact .contact-msg .msg-box {
  width: 30%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .contact-msg .msg-box i {
  font-size: 24px;
  color: #003B81;
  margin-bottom: 10px;
}
.contact .contact-msg .msg-box:first-child i {
  font-size: 26px;
}
.contact .contact-msg .msg-tit {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  font-family: 'Helvetica';
  margin-bottom: 10px;
}
.contact .contact-msg .msg-cont {
  font-size: 15px;
  line-height: 22px;
  color: #444;
}
.contact .contact-msg .msg-cont a {
  color: #444;
}
.contact .contact-msg .msg-cont a:hover {
  text-decoration: underline;
}
.contact .contact-form {
  padding-top: 75px;
}
.contact .contact-form .tit {
  font-size: 30px;
  line-height: 1;
  font-family: 'Helvetica';
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.contact .contact-form .desc {
  text-align: center;
  line-height: 24px;
  color: #666;
  margin-bottom: 30px;
}
.contact .contact-form form {
  display: flex;
  width: calc(100% - 240px);
  margin: 0 auto;
  flex-wrap: wrap;
}
.contact .contact-form form input {
  width: calc(50% - 5px);
  margin-right: 10px;
  height: 52px;
  border: 1px solid #E0E0E0;
  padding: 0 20px;
  margin-bottom: 10px;
  transition: all 0.35s;
}
.contact .contact-form form input:nth-child(2n) {
  margin-right: 0;
}
.contact .contact-form form input:focus {
  outline: none;
  border-color: #003B81;
  transition: all 0.35s;
}
.contact .contact-form form textarea {
  width: 100%;
  height: 170px;
  border: 1px solid #E0E0E0;
  transition: all 0.35s;
  resize: none;
  padding: 20px;
  margin-bottom: 40px;
}
.contact .contact-form form textarea:focus {
  outline: none;
  border-color: #003B81;
  transition: all 0.35s;
}
.contact .contact-form form button {
  width: 210px;
  height: 50px;
  background-color: #003B81;
  border: 1px solid #003B81;
  color: #fff;
  margin: 0 auto;
}
footer {
  background-image: url(../img/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
footer .footer-share {
  display: flex;
  margin-left: 95px;
}
footer .footer-share a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0.3;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 14px;
  margin-right: 22px;
  transition: all 0.35s;
}
footer .footer-share a:last-child {
  margin-right: 0;
}
@media screen and (min-width: 991px) {
  footer .footer-share a:hover {
    opacity: 1;
    transition: all 0.35s;
  }
}
footer .footer-logo {
  height: 84px;
}
footer .footer-logo img {
  height: 100%;
}
footer .footer-btn {
  display: flex;
  align-items: center;
  width: 41.66666667%;
}
footer .footer-t {
  height: 136px;
  display: flex;
  align-items: center;
  position: relative;
}
footer .footer-t:after {
  width: 100%;
  height: 1px;
  background-color: #40413F;
  position: absolute;
  bottom: 0;
  left: 80px;
  content: '';
}
footer .footer-t .am-container > div {
  display: flex;
}
footer .footer-tel {
  width: 33.33333333%;
  justify-content: center;
  border-left: 1px solid #414141;
  border-right: 1px solid #414141;
}
footer .footer-mail {
  justify-content: flex-end;
  width: 25%;
}
footer .footer-msg {
  display: flex;
  align-items: center;
  color: #fff;
  height: 136px;
}
footer .footer-msg i {
  font-size: 40px;
  line-height: 1;
  margin-right: 30px;
}
footer .footer-msg a {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Helvetica';
  font-weight: bold;
}
footer .footer-msg .msg-tit {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}
footer .footer-link {
  padding: 90px 0 85px;
}
footer .footer-link .quick-link {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
footer .footer-link .quick-link a {
  text-transform: capitalize;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-family: 'Helvetica';
  border-bottom: 1px solid transparent;
  margin-right: 60px;
  transition: all 0.35s;
}
footer .footer-link .quick-link a:last-child {
  margin-right: 0;
}
footer .footer-link .quick-link a:hover {
  border-color: #fff;
  transition: all 0.35s;
}
footer .footer-link .google-tran {
  display: flex;
  justify-content: center;
}
footer .footer-link .sitemap-btn {
  display: flex;
  margin: 30px auto 0;
  width: fit-content;
  color: #e0e0e0;
  font-size: 14px;
  align-items: center;
}
footer .footer-link .sitemap-btn i {
  font-size: 18px;
  margin-right: 10px;
}
footer .footer-link .sitemap-btn span {
  line-height: 16px;
  border-bottom: 1px solid transparent;
  transition: all 0.35s;
}
footer .footer-link .sitemap-btn:hover span {
  border-color: #e0e0e0;
  transition: all 0.35s;
}
footer .footer-record {
  background-color: rgba(0, 0, 0, 0.62);
}
footer .footer-record .am-container > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 14px;
  color: #e0e0e0;
  line-height: 22px;
  padding: 19px 0;
}
footer .footer-record .am-container > div a {
  color: #e0e0e0;
}
footer .footer-record .am-container > div a:hover {
  text-decoration: underline;
}
footer .footer-record .am-container > div span {
  margin-left: 10px;
  margin-right: 15px;
}
.index-invocation {
  padding: 70px 0 90px;
}
.index-invocation .share-cont {
  padding-bottom: 108.88888889%;
  position: relative;
  z-index: 1;
  display: block;
  overflow-y: auto;
  height: 0;
}
.index-invocation .share-cont iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.index-invocation .share-list {
  display: flex;
  margin: 0 -15px;
}
.index-invocation .share-box {
  padding: 0 15px;
  width: 33.33333333%;
}
.index-invocation .share-tit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.index-invocation .share-tit i {
  font-size: 24px;
  line-height: 1;
}
.index-invocation .share-tit span {
  font-size: 22px;
  font-weight: bold;
  font-family: 'Helvetica';
  margin-left: 20px;
}
.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: #003B81;
  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: #003B81;
  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: #003B81;
  text-decoration: underline;
  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;
}


.index-about .about-list .list-all .about-desc p{
  margin: 0 0 0 0;
}