body {
  font-family: 'Source Han Sans', 'Microsoft YaHei', Arial, 'Helvetica Neue', Helvetica, 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.hide {
  display: none;
}
.open-suspended {
  width: 48px;
  height: 48px;
  position: fixed;
  right: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.49);
  border-radius: 8px;
  bottom: 120px;
  display: none;
}
.open-suspended a {
  line-height: 48px;
  text-align: center;
  display: block;
  color: #fff;
  transition: all 0.35s;
  font-size: 16px;
}
.rotate45 {
  transform: rotate(45deg);
  transition: all 0.35s;
}
.suspended-list {
  width: 48px;
  position: fixed;
  right: 0;
  top: calc(50% - 180px);
  z-index: 990;
  transition: all 0.35s;
}
.suspended-list ul {
  display: block;
  position: relative;
  /* background-color: #fff; */
  padding-left: 0;
  margin-bottom: 0;
}
.suspended-list ul li {
  position: relative;
  width: 50px;
  height: 50px;
  margin-bottom: 1px;
  list-style: none;
}
.suspended-list ul li a {
  display: block;
  border-radius: 8px;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.49);
  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: 22px;
  color: #fff;
  transition: all 0.35s;
}
.suspended-list ul li .qrcode {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -50%;
  z-index: -10;
  background: #2f56ff;
  padding: 5px;
  left: 0;
  transition: all 0.35s;
  opacity: 0;
}
.suspended-list ul li .qrcode 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: #2f56ff;
  padding-left: 10px;
  left: 0;
  transition: all 0.35s;
  opacity: 0;
}
.suspended-list ul li:nth-child(2) a:before {
  font-size: 23px;
}
.suspended-list ul li:first-child a:before {
  font-size: 23px;
}
.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 .whatsapp-num {
  left: -160px;
  opacity: 1;
  transition: all 0.35s;
}
.suspended-list ul li:hover a {
  background: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.35s;
}
.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 a:before {
  color: #2f56ff;
  transition: all 0.35s;
}
.suspended-list ul li:hover .j_dhzs {
  left: -210px;
}
.suspended-list.look {
  right: 0;
}
.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: #2f56ff;
  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;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100px;
  padding: 0 30px;
  border-bottom: 1px solid rgba(245, 244, 242, 0.29);
}
header > div {
  max-width: 1750px;
  padding: 0 15px;
  margin: 0 auto;
  height: 100%;
}
header > div:after {
  content: '';
  display: block;
  clear: both;
}
header .header-logo {
  float: left;
  padding: 25px 0;
  height: 100%;
}
header .header-logo a {
  height: 100%;
}
header .header-logo a img {
  height: 100%;
}
header .header-logo a:last-child {
  display: none;
}
header .header-navlist {
  float: right;
}
header.on {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
header.on .header-logo a:first-child {
  display: none;
}
header.on .header-logo a:last-child {
  display: block;
}
header.on .header .nav .nav-list1 > li > a {
  color: #222;
}
header.on .header .nav .nav-list1 > li > a i {
  color: #2f56ff;
}
header.on .header .nav .nav-list1 > li.active:after {
  background-color: #2f56ff;
}
header.on .header .nav .nav-list1:before {
  background-color: #222;
}
header.on .header-language a {
  color: #222;
  transition: all 0.35s;
}
header.on .header-search a {
  color: #222;
}
header .header .nav .nav-list1 {
  padding: 25px 0;
  margin: 0;
  padding-right: 20px;
  position: relative;
}
header .header .nav .nav-list1:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 13px;
  background-color: #fff;
}
header .header .nav .nav-list1:after {
  content: '';
  display: block;
  clear: both;
}
header .header .nav .nav-list1 > li > a {
  color: #fff;
  position: relative;
  font-size: 18px;
  padding: 0 25px;
}
header .header .nav .nav-list1 > li.active:after {
  position: absolute;
  width: calc(100% - 50px);
  transform: translateX(-50%);
  height: 3px;
  background-color: #fff;
  content: '';
  left: 50%;
  bottom: -25px;
}
header .header-btn {
  float: right;
  height: 100px;
  display: flex;
  align-items: center;
  padding: 25px 0;
}
header .header-language {
  padding-left: 25px;
  padding-right: 40px;
}
header .header-language a.active {
  display: block;
}
header .header-language a {
  display: none;
  color: #fff;
  font-size: 18px;
  transition: all 0.35s;
}
header .header-language a:hover {
  color: #2f56ff;
  transition: all 0.35s;
}
.search-wrap {
  font-size: 14px;
  position: absolute;
  z-index: 9;
  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: #2f56ff;
  border-color: #2f56ff;
}
.search-wrap .submit:focus {
  outline: none;
}
.search-wrap .submit:before {
  font-family: 'iconfont' !important;
  content: '\e600';
}
.search-wrap .search-box {
  height: 38px;
}
.header-search {
  float: right;
  text-align: center;
  position: relative;
}
.header-search a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  padding-right: 0;
  transition: opacity 0.25s ease-in-out 0s;
  -webkit-transition: opacity 0.25s ease-in-out 0s;
}
.header-search i {
  font-size: 23px;
  transition: all 0.35s;
}
.header-search i:hover {
  transform: rotateY(180deg);
  transition: all 0.35s;
}
.header-search > a > i {
  transition: all 0.35s;
}
.header-search > a > i:hover {
  color: #2f56ff;
  transition: all 0.35s;
}
.header-search button:before {
  display: none;
}
.header-search button i {
  color: #fff;
  font-size: 14px;
  line-height: 38px;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
a:focus {
  outline: none;
}
.fp-scroller .am-container {
  padding-top: 100px;
  padding-bottom: 100px;
}
/*banner背景图片动画*/
@-webkit-keyframes scale-bg {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-bg {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*banner */
.index_main {
  background: #f7f7f7;
}
.index_main .section1 {
  position: relative;
}
.index_main .section1 .index_banner .item {
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}
.index_main .section1 .index_banner .slick-slide.slick-current .scaleBg {
  visibility: visible;
  -webkit-animation: scale-bg 6s linear forwards;
  animation: scale-bg 6s linear forwards;
}
.index_main .section1 .index_banner .items {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.index_main .section1 .index_banner .items:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.index_main .section1 .index_banner .slick-slide > div {
  font-size: 0;
}
.index_main .section1 .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.index_main .section1 .slick-dots {
  bottom: 80px;
  font-size: 0;
}
.index_main .section1 .slick-dots li {
  height: 4px;
  width: 99px;
  border: 1px solid #fff;
  transition: all 0.35s;
  border-radius: 1px;
  margin: 0 17px;
}
.index_main .section1 .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.index_main .section1 .slick-dots li button:before {
  display: none;
}
.index_main .section1 .slick-dots li.slick-active {
  background-color: #fff;
  transition: all 0.35s;
}
.index_main .section2 {
  padding-top: 100px;
}
.index_main .section2 .fp-scroller {
  height: 100%;
}
.index_main .section2 .fp-scroller .about-img {
  height: calc(100vh - 100px);
  top: -100px;
}
.index_main .section2 .fp-scroller img {
  height: auto!important;
}
.index_main .section2 .about-img {
  position: absolute;
  right: 0;
  width: fit-content;
  height: 100%;
  top: 0;
}
.index_main .section2 .about-img img {
  height: 100%;
}
.index_main .section2 .fp-tableCell {
  position: relative;
}
.index_main .section2 .am-u-md-5 {
  height: 100%;
  opacity: 0;
  transition: all 0.35s;
}
.index_main .section2 .am-u-md-5.am-animation-slide-left {
  opacity: 1;
  transition: all 0.35s;
}
.index_main .section2 .am-u-md-5 a {
  display: block;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  width: 168px;
  height: 168px;
  background-color: rgba(245, 244, 242, 0.34);
  border-radius: 50%;
  line-height: 168px;
  text-align: center;
}
.index_main .section2 .am-u-md-5 a:before {
  content: '';
  display: block;
  width: 124px;
  height: 124px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(245, 244, 242, 0.51);
  border-radius: 50%;
  z-index: 2;
}
.index_main .section2 .am-u-md-5 a i {
  display: inline-block;
  font-size: 80px;
  color: #fff;
  transition: all 0.35s;
  position: relative;
  z-index: 3;
}
.index_main .section2 .am-u-md-5 a:hover i {
  transform: scale(1.1);
  transition: all 0.35s;
}
.index_main .section2 .am-container {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.index_main .section2 .am-g {
  height: 100%;
}
.index_main .section2 .am-u-md-7 {
  background-image: url(../img/ab-map.jpg);
  background-position: 40px 120px;
  background-repeat: no-repeat;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 0.35s;
}
.index_main .section2 .am-u-md-7.am-animation-slide-right {
  opacity: 1;
  transition: all 0.35s;
}
.index_main .section2 .am-u-md-7 > div {
  padding-left: 60px;
}
.index_main .section2 .am-u-md-7 h2 {
  font-size: 40px;
  color: #222;
  font-weight: 800;
  margin-bottom: 0;
}
.index_main .section2 .am-u-md-7 h4 {
  font-weight: 600;
  font-size: 22px;
  color: #2f56ff;
  margin-top: 10px;
  margin-bottom: 0;
}
.index_main .section2 .am-u-md-7 p {
  font-size: 15px;
  line-height: 30px;
  color: #222;
  margin-bottom: 45px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index_main .section2 .am-u-md-7 a {
  font-size: 16px;
  color: #fff;
  background-color: #2f56ff;
  display: block;
  width: 147px;
  height: 46px;
  border-radius: 23px;
  text-align: center;
  line-height: 46px;
  margin-bottom: 125px;
  border: 1px solid #2f56ff;
  transition: all 0.35s;
}
.index_main .section2 .am-u-md-7 a:hover {
  background-color: #fff;
  color: #2f56ff;
  transition: all 0.35s;
}
.index_main .section2 .am-u-md-7 li {
  width: 50%;
  display: flex;
}
.index_main .section2 .am-u-md-7 li p {
  color: #666;
  margin-top: 5px;
  margin-bottom: 55px;
}
.index_main .section2 .am-u-md-7 li:hover svg {
  transform: rotateY(180deg);
  transition: all 0.35s;
}
.index_main .section2 .am-u-md-7 ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.index_main .section2 .am-u-md-7 .cout-numbox {
  display: flex;
}
.index_main .section2 .am-u-md-7 svg {
  font-size: 36px;
  margin-right: 20px;
  transition: all 0.35s;
}
.index_main .section2 .am-u-md-7 .counter {
  font-size: 48px;
  font-weight: 800;
  color: #222;
  line-height: 43px;
}
.index_main .section2 .am-u-md-7 .cout-numbox span {
  font-size: 15px;
  color: #444;
  line-height: 15px;
  padding-left: 5px;
}
.index_main .section3 {
  width: 100%;
  height: 100%;
  background: url(../img/prod-bg.jpg) no-repeat;
  background-size: 100%;
  background-position: bottom;
}
.index_main .section3 .fp-scroller .prod-more {
  bottom: 100px;
}
.index_main .section3 #tab2 {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.35s;
}
.index_main .section3 .zindextop {
  z-index: 3!important;
  opacity: 1!important;
  transition: all 0.35s;
}
.index_main .section3 .zindexbot {
  opacity: 0;
  transition: all 0.35s;
}
.index_main .section3 .prod-sectitle {
  display: flex;
  align-items: flex-end;
}
.index_main .section3 .prod-sectitle h2 {
  font-size: 36px;
  line-height: 36px;
  color: #222;
  margin-bottom: 0;
  font-weight: 800;
}
.index_main .section3 .prod-sectitle span {
  font-size: 18px;
  color: #222;
  line-height: 24px;
  padding-left: 15px;
  text-transform: capitalize;
}
.index_main .section3 .prod-sectitle span:before {
  content: '/';
}
.index_main .section3 .prod-secdesc {
  font-size: 15px;
  color: #666;
  margin-top: 10px;
}
.index_main .section3 .prod-sec {
  display: flex;
}
.index_main .section3 .prod-sec:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #2f56ff;
  border-radius: 50%;
  margin-top: 10px;
  margin-right: 14px;
}
.index_main .section3 .prod-img {
  width: calc(58.33333333% - 65px);
  position: absolute;
  bottom: 0;
  right: 0;
}
.index_main .section3 .prod-img .img-box {
  padding-bottom: 77.41083223%;
}
.index_main .section3 .prod-descbox {
  width: 33.33333333%;
}
.index_main .section3 .am-nav > li {
  display: flex;
  align-items: center;
}
.index_main .section3 .am-nav > li.am-active > a {
  color: #2f56ff;
  font-weight: 600;
  transition: all 0.35s;
}
.index_main .section3 .am-nav > li.am-active:before {
  opacity: 1;
  transition: all 0.35s;
}
.index_main .section3 .am-nav > li:before {
  content: '';
  display: block;
  width: 10px;
  height: 4px;
  background-color: #2f56ff;
  margin-right: 12px;
  opacity: 0;
  transition: all 0.35s;
}
.index_main .section3 .am-nav > li > a {
  padding: 0;
  border: none;
  color: #222;
  font-size: 20px;
  line-height: 24px;
  padding: 8px 0;
  transition: all 0.35s;
}
.index_main .section3 .am-nav-tabs {
  padding-top: 45px;
  border: none;
  margin-bottom: 50px;
}
.index_main .section3 .am-nav-tabs > li {
  float: none;
}
.index_main .section3 .am-nav-tabs > li > a {
  transition: all 0.35s;
}
.index_main .section3 .am-nav-tabs > li > a:hover {
  border: none;
  color: #2f56ff;
  font-weight: 600;
  transition: all 0.35s;
}
.index_main .section3 .am-tabs-bd {
  border: none;
}
.index_main .section3 .am-tabs-bd .am-tab-panel {
  padding: 0;
}
.index_main .section3 .am-nav-tabs > li.am-active > a,
.index_main .section3 .am-nav-tabs > li.am-active > a:focus,
.index_main .section3 .am-nav-tabs > li.am-active > a:hover {
  border: none;
}
.index_main .section3 .am-nav > li > a:focus,
.index_main .section3 .am-nav > li > a:hover {
  background-color: transparent;
}
.index_main .section3 .prod-desc h4 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 800;
  margin-bottom: 10px;
}
.index_main .section3 .prod-desc .prod-descbox {
  margin-bottom: 130px;
  min-height: 240px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
.index_main .section3 .prod-desc .prod-descbox p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin: 0;
}
.index_main .section3 .prod-more {
  width: 160px;
  height: 50px;
  display: block;
  color: #fff;
  background-color: #2f56ff;
  text-align: center;
  line-height: 50px;
  border-radius: 25px;
  position: absolute;
  bottom: 0;
  z-index: 101;
  border: 1px solid #2f56ff;
  transition: all 0.35s;
}
.index_main .section3 .prod-more:hover {
  background-color: #fff;
  color: #2f56ff;
  transition: all 0.35s;
}
.index_main .section3 .am-container {
  position: relative;
  padding-top: 100px;
  opacity: 0;
  transition: all 0.35s;
}
.index_main .section3 .am-container.am-animation-slide-bottom {
  opacity: 1;
  transition: all 0.35s;
}
.index_main .section3 .fp-tableCell {
  margin-top: -50px;
}
.index_main .section4 {
  background-image: url(../img/case-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.index_main .section4 .am-container {
  padding-top: 100px;
}
.index_main .section4 .case-sectitle {
  display: flex;
  align-items: flex-end;
}
.index_main .section4 .case-sectitle h2 {
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 800;
}
.index_main .section4 .case-sectitle span {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  padding-left: 15px;
  text-transform: capitalize;
}
.index_main .section4 .case-sectitle span:before {
  content: '/';
}
.index_main .section4 .case-secdesc {
  font-size: 15px;
  color: #fff;
  margin-top: 10px;
  width: 380px;
}
.index_main .section4 .case-sec {
  display: flex;
  margin-bottom: 60px;
}
.index_main .section4 .case-sec:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-top: 10px;
  margin-right: 14px;
}
.index_main .section4 .case-slickbox {
  background-color: #fff;
  padding: 6px;
  border-radius: 20px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.35s;
}
.index_main .section4 .case-slickbox:hover {
  background-color: #2f56ff;
  transition: all 0.35s;
}
.index_main .section4 .case-slickbox:hover .case-text h4 {
  color: #fff;
  transition: all 0.35s;
}
.index_main .section4 .case-slickbox:hover .case-text p {
  color: #fff;
  transition: all 0.35s;
}
.index_main .section4 .case-slickbox:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.index_main .section4 .case-img {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
.index_main .section4 .am-u-md-4 {
  padding-bottom: 10px;
}
.index_main .section4 .img-box {
  padding-bottom: 75.51487414%;
}
.index_main .section4 .img-box img {
  transition: all 0.35s;
}
.index_main .section4 .case-text {
  padding-top: 25px;
  padding-bottom: 45px;
}
.index_main .section4 .case-text h4 {
  font-size: 20px;
  color: #222;
  font-weight: 600;
  text-align: center;
  padding: 0 15px;
  margin: 0;
  margin-bottom: 5px;
  transition: all 0.35s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_main .section4 .case-text p {
  font-size: 15px;
  color: #666;
  line-height: 24px;
  margin: 0;
  text-align: center;
  padding: 0 34px;
  transition: all 0.35s;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index_main .section4 .slick-prev,
.index_main .section4 .slick-next {
  top: -120px;
  width: 60px;
  height: 60px;
}
.index_main .section4 .slick-prev:before,
.index_main .section4 .slick-next:before {
  font-family: 'iconfont';
  font-size: 23px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
}
.index_main .section4 .slick-next:before {
  content: '\e64a';
  display: block;
  border: 1px solid #fff;
}
.index_main .section4 .slick-prev:before {
  content: '\e64a';
  transform: rotateY(180deg);
  display: block;
  border: 1px solid #fff;
}
.index_main .section4 .slick-next {
  right: 15px;
}
.index_main .section4 .slick-prev {
  left: auto;
  right: 105px;
}
.index_main .section4 .slick-list {
  opacity: 0;
  transition: all 0.35s;
}
.index_main .section4 .slick-list.am-animation-slide-bottom {
  opacity: 1;
  transition: all 0.35s;
}
.index_main .section5 {
  background-image: url(../img/news-bg.jpg);
  background-repeat: no-repeat;
}
.index_main .section5 .am-container {
  padding-top: 100px;
}
.index_main .section5 .news-sectitle {
  display: flex;
  align-items: flex-end;
}
.index_main .section5 .news-sectitle h2 {
  font-size: 36px;
  line-height: 36px;
  color: #222;
  margin-bottom: 0;
  font-weight: 800;
}
.index_main .section5 .news-sectitle span {
  font-size: 18px;
  color: #666;
  line-height: 24px;
  padding-left: 15px;
  text-transform: capitalize;
}
.index_main .section5 .news-sectitle span:before {
  content: '/';
}
.index_main .section5 .news-secdesc {
  font-size: 15px;
  color: #444;
  margin-top: 10px;
  width: 380px;
}
.index_main .section5 .news-sec {
  display: flex;
  margin-bottom: 35px;
}
.index_main .section5 .news-sec:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #2f56ff;
  border-radius: 50%;
  margin-top: 10px;
  margin-right: 14px;
}
.index_main .section5 .news-headmore {
  display: block;
  width: 90px;
  height: 40px;
  box-shadow: 0px 2px 6px 0px rgba(47, 86, 255, 0.5);
  border-radius: 20px;
  background-color: #2f56ff;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border: 1px solid #2f56ff;
  transition: all 0.35s;
}
.index_main .section5 .news-headmore:hover {
  background-color: #fff;
  color: #2f56ff;
  transition: all 0.35s;
}
.index_main .section5 .news-head {
  display: flex;
  justify-content: space-between;
}
.index_main .section5 .news-hot {
  padding-right: 5px;
  opacity: 0;
  transition: all 0.35s;
}
.index_main .section5 .news-hot.am-animation-slide-left {
  opacity: 1;
  transition: all 0.35s;
}
.index_main .section5 .news-hot .news-img {
  width: 50%;
}
.index_main .section5 .news-hot .news-text {
  width: 50%;
  background-color: #fff;
  padding: 40px;
  transition: all 0.35s;
  position: relative;
}
.index_main .section5 .news-hot .news-text .news-date {
  color: #666;
  margin-bottom: 10px;
  transition: all 0.35s;
}
.index_main .section5 .news-hot .news-text h4 {
  font-size: 20px;
  color: #222;
  line-height: 30px;
  margin: 0;
  margin-bottom: 10px;
  transition: all 0.35s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index_main .section5 .news-hot .news-text p {
  font-size: 15px;
  line-height: 24px;
  color: #666;
  margin: 0;
  transition: all 0.35s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index_main .section5 .news-hot .img-box {
  padding-bottom: 77.71428571%;
}
.index_main .section5 .news-hot .img-box img {
  transition: all 0.35s;
}
.index_main .section5 .news-hot .news-hotlist {
  display: flex;
}
.index_main .section5 .news-hot .news-hotlist:first-child .news-text {
  border-top-right-radius: 20px;
}
.index_main .section5 .news-hot .news-hotlist:first-child .news-text:before {
  content: '';
  width: 0;
  height: 0;
  border-width: 11px 14px 11px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  /*透明 灰 透明 透明 */
  position: absolute;
  display: block;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.35s;
}
.index_main .section5 .news-hot .news-hotlist:first-child:hover .news-text:before {
  border-color: transparent #2f56ff transparent transparent;
  transition: all 0.35s;
}
.index_main .section5 .news-hot .news-hotlist:last-child {
  flex-direction: row-reverse;
}
.index_main .section5 .news-hot .news-hotlist:last-child .news-text {
  border-bottom-left-radius: 20px;
}
.index_main .section5 .news-hot .news-hotlist:last-child .news-text:before {
  content: '';
  position: absolute;
  display: block;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.35s;
  width: 0;
  height: 0;
  border-width: 11px 0 11px 14px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  /*透明 透明 透明 灰*/
}
.index_main .section5 .news-hot .news-hotlist:last-child:hover .news-text:before {
  border-color: transparent transparent transparent #2f56ff;
  transition: all 0.35s;
}
.index_main .section5 .news-hot .news-hotlist:hover .news-text {
  background-color: #2f56ff;
  transition: all 0.35s;
}
.index_main .section5 .news-hot .news-hotlist:hover .news-text .news-date {
  color: #fff;
  transition: all 0.35s;
}
.index_main .section5 .news-hot .news-hotlist:hover .news-text h4 {
  color: #fff;
  transition: all 0.35s;
}
.index_main .section5 .news-hot .news-hotlist:hover .news-text p {
  color: #fff;
  transition: all 0.35s;
}
.index_main .section5 .news-hot .news-hotlist:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.index_main .section5 .news-body {
  display: flex;
}
.index_main .section5 .news-body .am-u-md-6:last-child {
  opacity: 0;
  transition: all 0.35s;
}
.index_main .section5 .news-body .am-u-md-6:last-child.am-animation-slide-right {
  opacity: 1;
  transition: all 0.35s;
}
.index_main .section5 .news-list {
  height: 100%;
  padding: 0;
}
.index_main .section5 .news-list .news-listbox {
  height: calc(33.33333333% - 13.33333333px);
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 20px;
  padding: 25px 30px 20px;
  transition: all 0.35s;
}
.index_main .section5 .news-list .news-listbox:hover {
  background-color: #2f56ff;
  transition: all 0.35s;
}
.index_main .section5 .news-list .news-listbox:hover h4 {
  color: #fff;
  transition: all 0.35s;
}
.index_main .section5 .news-list .news-listbox:hover p {
  color: #fff;
  transition: all 0.35s;
}
.index_main .section5 .news-list .news-listbox:hover .news-date {
  color: #fff;
  transition: all 0.35s;
}
.index_main .section5 .news-list .news-listbox:hover .news-more {
  color: #fff;
  transition: all 0.35s;
}
.index_main .section5 .news-list .news-listbox:last-child {
  margin-bottom: 0;
}
.index_main .section5 .news-list .news-listbox h4 {
  font-size: 20px;
  color: #222;
  margin-bottom: 0;
  transition: all 0.35s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_main .section5 .news-list .news-listbox p {
  margin-top: 0;
  font-size: 14px;
  line-height: 24px;
  color: #444;
  transition: all 0.35s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index_main .section5 .news-list .news-listbox > div {
  display: flex;
  justify-content: space-between;
}
.index_main .section5 .news-list .news-listbox .news-date {
  color: #666;
  transition: all 0.35s;
}
.index_main .section5 .news-list .news-listbox .news-more {
  color: #666;
  transition: all 0.35s;
}
.section-footer {
  height: auto!important;
}
.section-footer .am-container {
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.section-footer .fp-tableCell {
  height: auto!important;
}
.section-footer .am-accordion-gapped {
  margin: 0!important;
}
.section-footer .am-accordion-gapped .am-accordion-title {
  padding: 0;
  border-bottom: none;
  pointer-events: none;
  margin-bottom: 28px;
}
.section-footer .am-accordion-gapped .am-accordion-title:after {
  color: #fff;
  opacity: 0;
}
.section-footer .am-accordion-gapped .am-accordion-item {
  border: none;
  margin: 0;
}
.section-footer .am-accordion-gapped .am-accordion-item.am-active {
  border: none;
}
.section-footer .am-accordion-gapped .am-active .am-accordion-title {
  background-color: transparent;
}
.section-footer .am-accordion-gapped.footer-link .am-accordion-item {
  margin-right: 47px;
}
.section-footer .am-accordion-gapped.footer-link2 .am-accordion-item {
  margin-left: 20px;
}
.section-footer .am-accordion-content {
  padding: 0;
}
.section-footer h4 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 0;
}
.section-footer .footer-tpbox {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-footer .footer-tpbox form {
  font-size: 0;
}
.section-footer .footer-tpbox input[type="text"] {
  width: calc(50% - 7.5px);
  font-size: 15px;
  margin-right: 15px;
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
  height: 50px;
  padding: 0 20px;
  transition: all 0.35s;
}
.section-footer .footer-tpbox input[type="text"]:nth-child(2n) {
  margin-right: 0;
}
.section-footer .footer-tpbox input[type="text"]:focus {
  outline: none;
  border-color: #2f56ff;
  transition: all 0.35s;
}
.section-footer .footer-tpbox *::-webkit-input-placeholder {
  color: #666;
  font-size: 15px;
}
.section-footer .footer-tpbox *:-moz-placeholder {
  /* FF 4-18 */
  color: #666;
  font-size: 15px;
}
.section-footer .footer-tpbox *::-moz-placeholder {
  /* FF 19+ */
  color: #666;
  font-size: 15px;
}
.section-footer .footer-tpbox *:-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
  font-size: 15px;
}
.section-footer .footer-tpbox textarea {
  height: 130px;
  font-size: 15px;
  width: 100%;
  resize: none;
  border: 1px solid #dcdcdc;
  padding: 15px 20px;
  margin-bottom: 20px;
  transition: all 0.35s;
}
.section-footer .footer-tpbox textarea:focus {
  outline: none;
  border-color: #2f56ff;
  transition: all 0.35s;
}
.section-footer .footer-tpbox input[type="submit"] {
  width: 100%;
  background-color: #2f56ff;
  color: #fff;
  font-size: 18px;
  height: 50px;
  outline: none;
  box-shadow: none;
  border: none;
  border: 1px solid #2f56ff;
  transition: all 0.35s;
}
.section-footer .footer-tpbox input[type="submit"]:hover {
  background-color: #fff;
  color: #2f56ff;
  transition: all 0.35s;
}
.section-footer .footer-tpbox .footer-contactbox {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.section-footer .footer-tpbox .footer-contactbox i {
  display: block;
  width: 48px;
  height: 48px;
  background-color: #CBD5FF;
  line-height: 48px;
  text-align: center;
  border-radius: 24px;
  color: #fff;
  position: relative;
}
.section-footer .footer-tpbox .footer-contactbox i:after {
  position: absolute;
  width: 36px;
  height: 36px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  content: '';
  background-color: #2f56ff;
  border-radius: 50%;
  z-index: 1;
}
.section-footer .footer-tpbox .footer-contactbox i:before {
  position: relative;
  z-index: 2;
}
.section-footer .footer-tpbox .footer-contactbox div {
  font-size: 16px;
  line-height: 24px;
  color: #222;
  padding-left: 15px;
  width: calc(100% - 48px);
}
.section-footer .footer-tpbox .footer-contactbox div a {
  color: #222;
  transition: all 0.35s;
}
.section-footer .footer-tpbox .footer-contactbox div a:hover {
  text-decoration: underline;
  color: #2f56ff;
  transition: all 0.35s;
}
.section-footer .footer-tpbox .footer-mailform form {
  display: flex;
}
.section-footer .footer-tpbox .footer-mailform i {
  display: block;
  transform: rotateY(180deg);
  font-size: 23px;
}
.section-footer .footer-tpbox .footer-mailform input[type="text"] {
  margin: 0;
  width: calc(100% - 90px);
}
.section-footer .footer-tpbox .footer-mailform button {
  border: none;
  background-color: #2f56ff;
  color: #fff;
  width: 90px;
  border: 1px solid #2f56ff;
  transition: all 0.35s;
}
.section-footer .footer-tpbox .footer-mailform button:hover {
  background-color: #fff;
  color: #2f56ff;
  transition: all 0.35s;
}
.section-footer .footer-tpbox .footer-share {
  display: flex;
  margin-top: 35px;
}
.section-footer .footer-tpbox .footer-share a {
  color: #adadad;
  transition: all 0.35s;
  margin-right: 18px;
  font-size: 20px;
}
.section-footer .footer-tpbox .footer-share a:hover {
  color: #2f56ff;
  transition: all 0.35s;
}
.section-footer .footer-tpbox .footer-sitemap {
  margin-top: 27px;
}
.section-footer .footer-tpbox .footer-sitemap i {
  font-size: 19px;
  margin-right: 19px;
}
.section-footer .footer-tpbox .footer-sitemap a {
  color: #666;
  font-size: 15px;
  transition: all 0.35s;
  display: flex;
  align-items: center;
  width: fit-content;
}
.section-footer .footer-tpbox .footer-sitemap a:hover {
  color: #2f56ff;
  transition: all 0.35s;
}
.section-footer .footer-tpbox .footer-sitemap span {
  text-decoration: underline;
}
.section-footer .footer-btmsg {
  background-color: #eaeaea;
}
.section-footer .footer-btmsg p {
  text-align: center;
  margin: 0;
  font-size: 0;
  line-height: 24px;
  color: #666;
  padding-top: 20px;
  padding-bottom: 15px;
}
.section-footer .footer-btmsg p a {
  margin-left: 20px;
  font-size: 15px;
  color: #666;
  transition: all 0.35s;
}
.section-footer .footer-btmsg p a:hover {
  color: #2f56ff;
  text-decoration: underline;
  transition: all 0.35s;
}
.section-footer .footer-btmsg p span {
  font-size: 15px;
}
.section-footer2 {
  background-color: #f9f9f9;
}
.page-banner {
  margin-top: 100px;
  overflow: hidden;
}
.page-banner .img-box {
  padding-bottom: 18.75%;
}
.about-head {
  position: relative;
  top: -33px;
  z-index: 3;
}
.about-head .about-headnav {
  display: flex;
}
.about-head .about-headnav a {
  width: calc(20% - 20px);
  margin-right: 25px;
  text-align: center;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.07);
  height: 66px;
  line-height: 66px;
  font-size: 20px;
  color: #222;
  font-weight: 600;
  background-color: #fff;
  transition: all 0.35s;
}
.about-head .about-headnav a:last-child {
  margin-right: 0;
}
.about-head .about-headnav a:hover {
  background-color: #2f56ff;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #fff;
  transition: all 0.35s;
}
.about-head .about-headnav a.active {
  background-color: #2f56ff;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #fff;
}
#fp-nav {
  display: none;
}
.about {
  margin-top: 40px;
}
.about .about-text h2 {
  font-size: 30px;
  font-weight: 600;
  color: #222;
  text-align: center;
}
.about .about-text .about-textbox p {
  font-size: 15px;
  line-height: 30px;
  color: #222;
  margin: 0;
}
.about .big-data {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  justify-content: space-between;
  margin-top: 70px;
}
.about .big-data li {
  display: flex;
}
.about .big-data li p {
  color: #666;
  margin-top: 5px;
  margin-bottom: 55px;
}
.about .big-data li:hover svg {
  transform: rotateY(180deg);
  transition: all 0.35s;
}
.about .big-data .cout-numbox {
  display: flex;
}
.about .big-data svg {
  font-size: 36px;
  margin-right: 20px;
  transition: all 0.35s;
}
.about .big-data .counter {
  font-size: 48px;
  font-weight: 800;
  color: #222;
  line-height: 43px;
}
.about .big-data .cout-numbox span {
  font-size: 15px;
  color: #444;
  line-height: 15px;
  padding-left: 5px;
}
.about .about-video {
  background-image: url(../img/about-videobg.jpg);
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.about .about-video a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 168px;
  height: 168px;
  background-color: rgba(245, 244, 242, 0.34);
  border-radius: 50%;
  line-height: 168px;
  text-align: center;
}
.about .about-video a:hover i {
  transform: scale(1.1);
  transition: all 0.35s;
}
.about .about-video a i {
  display: inline-block;
  font-size: 80px;
  color: #fff;
  transition: all 0.35s;
  position: relative;
  z-index: 3;
}
.about .about-video a:before {
  content: '';
  display: block;
  width: 124px;
  height: 124px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(245, 244, 242, 0.51);
  border-radius: 50%;
  z-index: 2;
}
.about .friend-link {
  padding-top: 70px;
  padding-bottom: 100px;
}
.about .friend-link h2 {
  font-size: 30px;
  color: #222;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
}
.about .friend-link .friend-linkbox {
  display: flex;
  justify-content: center;
}
.about .friend-link .friend-linkbox a {
  display: block;
  height: 70px;
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.07);
  line-height: 70px;
  text-align: center;
  font-size: 22px;
  color: #222;
  transition: all 0.35s;
}
.about .friend-link .friend-linkbox a i {
  font-size: 22px;
}
.about .friend-link .friend-linkbox a:hover {
  background-color: #2f56ff;
  color: #fff;
  transition: all 0.35s;
}
.team {
  padding-top: 50px;
  padding-bottom: 90px;
}
.team .team-headimg {
  margin-right: 10px;
  overflow: hidden;
}
.team .team-headimg img {
  width: 100%;
  transition: all 0.35s;
}
.team .team-headimg img:hover {
  transform: scale(1.1);
  transition: all 0.35s;
}
.team .team-desc {
  padding-left: 15px;
}
.team .team-desc h2 {
  font-size: 30px;
  color: #222;
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 12px;
}
.team .team-desc p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin: 0;
}
.team .team-desc h3 {
  font-size: 22px;
  color: #222;
  margin-top: 55px;
  margin-bottom: 14px;
}
.team .team-desc h4 {
  font-size: 22px;
  color: #222;
  margin-top: 50px;
  margin-bottom: 14px;
}
.team .manager {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  height: 318px;
  background-color: #f5f5f5;
  align-items: center;
  
  display: none;
  
}
.team .manager .manager-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team .manager .manager-img {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 75px;
}
.team .manager .manager-img img {
  width: 100%;
  transition: all 0.35s;
}
.team .manager .manager-text {
  width: calc(100% - 210px);
}
.team .manager .manager-text h4 {
  font-size: 22px;
  color: #222;
}
.team .manager .manager-text p {
  line-height: 24px;
  font-size: 16px;
  color: #666;
  margin-bottom: 0;
}
.team .manager:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.team .technology-team {
  margin: 0 -51px;
  padding-top: 70px;
  padding-bottom: 90px;
  
  display: none;
  
}
.team .technology-team .tech-item {
  padding: 0 51px;
}
.team .technology-team .tech-item:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.team .technology-team .img-box {
  border-radius: 50%;
  overflow: hidden;
}
.team .technology-team .img-box img {
  transition: all 0.35s;
}
.team .technology-team h4 {
  color: #222;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 8px;
}
.team .technology-team p {
  color: #666;
  text-align: center;
  margin: 0;
}
.team .technology-team h2 {
  text-align: center;
  color: #222;
  font-size: 30px;
  margin-bottom: 45px;
}
.team .slick-prev:before {
  content: '\ea92';
  font-family: 'iconfont';
  color: #666;
}
.team .slick-next:before {
  content: '\ea91';
  font-family: 'iconfont';
  color: #666;
}
.culture {
  padding-top: 70px;
  padding-bottom: 30px;
}
.culture ul {
  margin: 0;
  padding: 0;
}
.culture li {
  list-style: none;
  display: flex;
  margin-bottom: 50px;
}
.culture p {
  margin: 0;
  font-size: 22px;
  color: #222;
  line-height: 34px;
}
.culture i {
  font-size: 34px;
  color: #222;
  line-height: 34px;
  margin-right: 42px;
}
.culture .icon-qiyerencaiguan {
  font-size: 27px;
}
.culture .culture-img {
  height: 34px;
  display: flex;
  align-items: center;
  min-width: 167px;
  margin-right: 60px;
}
.plan {
  padding-top: 65px;
  padding-bottom: 90px;
}
.plan .plan-target {
  height: 245px;
  border: 1px solid #bfbfbf;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 120px;
}
.plan .plan-target h3 {
  color: #d0d0d0;
  font-size: 48px;
  margin: 0;
  margin-bottom: 10px;
}
.plan .plan-target h4 {
  margin: 0;
  font-size: 24px;
  color: #222;
  margin-bottom: 10px;
}
.plan .plan-target p {
  margin: 0;
  line-height: 28px;
  color: #666;
}
.plan .plan-text {
  padding-top: 65px;
}
.plan .plan-text h4 {
  font-size: 30px;
  color: #222;
  margin: 0;
  text-align: center;
  margin-bottom: 25px;
}
.plan .plan-text p {
  margin: 0;
  line-height: 32px;
  color: #666;
}
.team-list {
  padding: 0;
  margin: 0 -15px;
  padding-top: 20px;
  padding-bottom: 60px;
}
.team-list > li {
  margin-top: 30px;
  width: 33.33333333%;
  padding: 0 15px;
  list-style: none;
}
.team-list .pic-box {
  overflow: hidden;
  display: block;
}
.team-list img {
  display: block;
  width: 100%;
}
.team-list .name {
  text-align: center;
  font-size: 17px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .team-list > li {
    width: 49.9999%;
  }
  .team-list .name {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .team-list {
    margin-top: -15px;
  }
  .team-list > li {
    margin-top: 15px;
    padding: 0 8px;
  }
  .team-list .name {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .team-list .item img {
    -webkit-transition: transform 0.7s;
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
  }
  .team-list .item:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
  .team-list .item:hover .name {
    color: #ff8161;
  }
}
@media (max-width: 767px) {
  .team-list .name {
    font-size: 15px;
    margin-top: 5px;
  }
}
.page-number {
  text-align: center;
}
.page-number a {
  display: inline-block;
  width: 44px;
  height: 44px;
  font-size: 16px;
  color: #666;
  border: 1px solid #CACACA;
  line-height: 44px;
  margin: 0 10px;
  transition: all 0.35s;
  border-radius: 50%;
}
.page-number a i {
  display: inline-block;
  color: #666;
  transition: all 0.35s;
}
.page-number a.active {
  background-color: #2f56ff;
  color: #fff;
  border-color: #2f56ff;
}
.page-number a:hover {
  background-color: #2f56ff;
  color: #fff;
  transition: all 0.35s;
  border-color: #2f56ff;
}
.page-number a:hover i {
  color: #fff;
  transition: all 0.35s;
}
.honor {
  padding-bottom: 100px;
}
.prod {
  padding-top: 80px;
  padding-bottom: 70px;
}
.prod .img-box {
  padding-bottom: 60.71428571%;
}
.prod .prod-listimg {
  width: 560px;
  transition: all 0.35s;
}
.prod .prod-num {
  font-size: 36px;
  font-weight: 300;
  font-style: italic;
  color: #222;
  margin-bottom: 10px;
}
.prod h4 {
  font-size: 24px;
  line-height: 24px;
  color: #222;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prod p {
  line-height: 30px;
  color: #666;
  margin: 0;
}
.prod .prod-more {
  width: 140px;
  height: 40px;
  background-color: #ececec;
  display: block;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  color: #222;
  font-weight: 600;
  margin-top: 35px;
  transition: all 0.35s;
}
.prod .prod-listdesc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.prod .prod-listtext {
  padding-left: 50px;
  padding-top: 25px;
  padding-bottom: 52px;
  padding-right: 30px;
}
.prod .prod-listimgbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod .pord-listbox {
  box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  display: flex;
}
.prod .pord-listbox:after {
  content: '';
  display: block;
  clear: both;
}
.prod .pord-listbox:nth-child(2n) {
  flex-direction: row-reverse;
}
.prod .pord-listbox:hover .prod-listimg {
  transform: translateX(-20px);
  transition: all 0.35s;
}
.prod .pord-listbox:hover .prod-more {
  background-color: #2f56ff;
  color: #fff;
  transition: all 0.35s;
}
.case {
  padding-top: 80px;
  padding-bottom: 100px;
}
.case .case-slickbox {
  background-color: #fff;
  padding: 6px;
  border-radius: 20px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.35s;
}
.case .case-slickbox:hover {
  background-color: #2f56ff;
  transition: all 0.35s;
}
.case .case-slickbox:hover .case-text h4 {
  color: #fff;
  transition: all 0.35s;
}
.case .case-slickbox:hover .case-text p {
  color: #fff;
  transition: all 0.35s;
}
.case .case-slickbox:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.case .case-img {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
.case .am-u-md-4 {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.case .img-box {
  padding-bottom: 75.51487414%;
}
.case .img-box img {
  transition: all 0.35s;
}
.case .case-text {
  padding-top: 25px;
  padding-bottom: 45px;
}
.case .case-text h4 {
  font-size: 20px;
  color: #222;
  font-weight: 600;
  text-align: center;
  padding: 0 15px;
  margin: 0;
  margin-bottom: 5px;
  transition: all 0.35s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case .case-text p {
  font-size: 15px;
  color: #666;
  line-height: 24px;
  margin: 0;
  text-align: center;
  padding: 0 34px;
  transition: all 0.35s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
}
.case [class*=am-u-] + [class*=am-u-]:last-child {
  float: left;
}
.case .case-list {
  margin-bottom: 28px;
}
.industry {
  padding-top: 45px;
  padding-bottom: 100px;
}
.industry .newstitle {
  font-size: 36px;
  color: #222;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
.industry .am-g {
  margin-bottom: 30px;
}
.industry .img-box {
  padding-bottom: 66.51785714%;
}
.industry img {
  transition: all 0.35s;
}
.industry [class*=am-u-] + [class*=am-u-]:last-child {
  float: left;
}
.industry .industry-box {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #E5E5E5;
}
.industry .industry-box:hover .industry-txt h4 {
  color: #2f56ff;
  transition: all 0.35s;
}
.industry .industry-box:hover .industry-txt i {
  color: #2f56ff;
  transition: all 0.35s;
}
.industry .industry-box:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.industry .industry-txt a {
  display: flex;
  height: 70px;
  align-items: center;
  padding: 0 30px;
  justify-content: space-between;
}
.industry .industry-txt h4 {
  margin: 0;
  font-size: 20px;
  color: #222;
  font-weight: 600;
  transition: all 0.35s;
  max-width: calc(100% - 30px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.industry .industry-txt i {
  font-size: 23px;
  color: #222;
  transition: all 0.35s;
}
.industry .industry-img i {
  position: absolute;
  z-index: 3;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 55px;
}
.industry .industry-img i:after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 84px;
  height: 84px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgba(245, 244, 242, 0.51);
}
.news-list {
  padding-top: 45px;
  padding-bottom: 100px;
}
.news-list .newstitle {
  font-size: 36px;
  color: #222;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
.news-list .newslist-box {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #E5E5E5;
  align-items: center;
  margin-bottom: 30px;
}
.news-list .newslist-box:hover .newslist-more {
  background-color: #2f56ff;
  color: #fff;
  transition: all 0.35s;
}
.news-list .newslist-box:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.news-list .newslist-img {
  width: 392px;
}
.news-list .img-box {
  padding-bottom: 77.35368956%;
}
.news-list .img-box img {
  transition: all 0.35s;
}
.news-list .newslist-date {
  display: flex;
  margin-bottom: 28px;
}
.news-list .mon-y {
  display: flex;
  flex-direction: column;
  line-height: 19px;
  color: #666;
}
.news-list .day {
  font-size: 52px;
  font-weight: 800;
  position: relative;
  padding-right: 20px;
  margin-right: 18px;
  line-height: 38px;
  height: 38px;
}
.news-list .day:after {
  width: 1px;
  height: 23px;
  content: '';
  display: block;
  background-color: #e5e5e5;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news-list .newslist-text {
  width: 745px;
  margin-left: 37px;
}
.news-list .newslist-text h4 {
  font-size: 24px;
  color: #222;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list .newslist-text p {
  font-size: 15px;
  line-height: 24px;
  color: #666;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-list .newslist-more {
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  line-height: 60px;
  background-color: #ececec;
  color: #c4c4c4;
  border-radius: 50%;
  margin-left: 110px;
  transition: all 0.35s;
}
.news-list .newslist-all {
  margin-bottom: 60px;
}
#fp-nav.left {
  display: none;
}
.prod-details {
  padding-top: 20px;
  padding-bottom: 90px;
}
.prod-details .prod-denav {
  display: flex;
  margin-bottom: 60px;
}
.prod-details .prod-denav a {
  background-color: #ececec;
  width: 263px;
  height: 52px;
  display: block;
  text-align: center;
  position: relative;
  margin-right: 5px;
  line-height: 52px;
  font-size: 20px;
  color: #222;
  transition: all 0.35s;
}
.prod-details .prod-denav a.active {
  background-color: #2f56ff;
  transition: all 0.35s;
  color: #fff;
}
.prod-details .prod-denav a.active:after {
  border-color: transparent transparent transparent #2f56ff;
  transition: all 0.35s;
}
.prod-details .prod-denav a:hover {
  background-color: #2f56ff;
  transition: all 0.35s;
  color: #fff;
}
.prod-details .prod-denav a:hover:after {
  border-color: transparent transparent transparent #2f56ff;
  transition: all 0.35s;
}
.prod-details .prod-denav a:before {
  content: '';
  width: 0;
  height: 0;
  border-width: 26px 0 26px 26px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  /*透明 透明 透明 灰*/
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.prod-details .prod-denav a:after {
  content: '';
  width: 0;
  height: 0;
  border-width: 26px 0 26px 26px;
  border-style: solid;
  border-color: transparent transparent transparent #ececec;
  /*透明 透明 透明 灰*/
  position: absolute;
  right: -26px;
  top: 0;
  z-index: 2;
  transition: all 0.35s;
}
.prod-details h1 {
  font-size: 30px;
  line-height: 30px;
  color: #222;
  margin: 0;
}
.prod-details .prod-desc {
  padding-right: 110px;
  margin-top: 25px;
  min-height: 210px;
  margin-bottom: 7px;
}
.prod-details .prod-desc p {
  color: #666;
  line-height: 30px;
  margin: 0;
}
.prod-details .prod-share {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.prod-details .prod-share > span {
  color: #222;
}
.prod-details .at-resp-share-element .at-share-btn {
  margin-bottom: 0;
}
.prod-details .prod-link {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.prod-details .prod-link span {
  color: #222;
}
.prod-details .prod-link a {
  margin-right: 23px;
}
.prod-details .prod-inquiry-btn {
  display: flex;
  align-items: center;
  background-color: #2f56ff;
  color: #fff;
  width: 169px;
  height: 46px;
  line-height: 46px;
  justify-content: center;
  border: 1px solid #2f56ff;
  transition: all 0.35s;
}
.prod-details .prod-inquiry-btn:hover {
  background-color: #fff;
  color: #2f56ff;
  transition: all 0.35s;
}
.prod-details .prod-inquiry-btn i {
  display: block;
  transform: rotateY(180deg);
  font-size: 22px;
  margin-right: 16px;
}
.prod-details .prod-inquiry-btn span {
  display: block;
}
.prod-details .prod-slickall {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prod-details .prod-slickall .pro-details-topslick {
  width: 450px;
}
.prod-details .prod-slickall .pro-details-topslick iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.prod-details .prod-slickall .pro-details-thumbslick {
  width: 138px;
}
.prod-details .prod-slickall .pro-details-thumbslick img {
  border: 1px solid #dcdcdc;
}
.prod-details .prod-slickall .img-box {
  padding-bottom: 73.33333333%;
}
.prod-details .prod-slickall .slick-vertical .slick-slide {
  font-size: 0;
  margin: 5px 0;
}
.prod-details .prod-slickall .slick-vertical .slick-slide div {
  font-size: 0;
}
.prod-details .apply {
  margin-top: 60px;
  height: 420px;
  background-image: url(../img/apply.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.prod-details .apply h4 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
}
.prod-details .apply p {
  font-size: 20px;
  color: #fff;
  margin: 0;
}
.prod-details .prod-cont {
  padding-top: 45px;
}
.prod-details .prod-cont h4 {
  font-size: 30px;
  color: #222;
}
.prod-details .prod-cont .prod-contbox p {
  margin: 0;
}
.prod-details .prod-cont .prod-contbox img {
  max-width: 100%;
  height: auto!important;
}
.prod-details .prod-inquiry {
  padding-top: 45px;
}
.prod-details .prod-inquiry h4 {
  font-size: 30px;
  margin-bottom: 5px;
}
.prod-details .prod-inquiry p {
  font-size: 14px;
  color: #888;
  margin: 0;
}
.prod-details .prod-inquiry form {
  font-size: 0;
  padding-top: 20px;
}
.prod-details .prod-inquiry input[type="text"] {
  font-size: 14px;
  color: #333;
  border: 1px solid transparent;
  margin-right: 15px;
  background-color: #F6F7F9;
  width: calc(25% - 11.25px);
  height: 50px;
  padding-left: 20px;
  transition: all 0.35s;
  margin-bottom: 20px;
}
.prod-details .prod-inquiry input[type="text"]:focus {
  outline: none;
  border-color: #2f56ff;
  transition: all 0.35s;
}
.prod-details .prod-inquiry input[type="text"]:nth-child(5) {
  margin-right: 0;
}
.prod-details .prod-inquiry input[type="text"]:first-child {
  width: 100%;
  background-color: #D6DAE1;
  font-size: 18px;
  font-weight: 600;
  height: 60px;
  color: #222;
  margin-right: 0;
}
.prod-details .prod-inquiry input[type="text"]:first-child:focus {
  border-color: #E1E1E1;
}
.prod-details .prod-inquiry *::-webkit-input-placeholder {
  color: #333;
}
.prod-details .prod-inquiry *:-moz-placeholder {
  /* FF 4-18 */
  color: #333;
}
.prod-details .prod-inquiry *::-moz-placeholder {
  /* FF 19+ */
  color: #333;
}
.prod-details .prod-inquiry *:-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
}
.prod-details .prod-inquiry textarea {
  font-size: 14px;
  border: 1px solid transparent;
  padding: 20px;
  transition: all 0.35s;
  resize: none;
  width: 100%;
  height: 240px;
  margin-bottom: 35px;
  background-color: #F6F7F9;
}
.prod-details .prod-inquiry textarea:focus {
  border-color: #2f56ff;
  transition: all 0.35s;
  outline: none;
}
.prod-details .prod-inquiry input[type="submit"] {
  font-size: 16px;
  color: #fff;
  background-color: #2f56ff;
  outline: none;
  border: none;
  width: 200px;
  height: 50px;
  border: 1px solid #2f56ff;
  border-radius: 25px;
  margin: 0 auto;
  display: block;
  transition: all 0.35s;
}
.prod-details .prod-inquiry input[type="submit"]:hover {
  background-color: #fff;
  color: #2f56ff;
  transition: all 0.35s;
}
.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%;
}
.map {
  width: 100%;
  height: 500px;
  margin-top: 100px;
}
.map .map-content {
  width: 100%;
  height: 500px;
}
.contact h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
}
.contact .contact-subtitle {
  font-size: 15px;
  color: #666;
  text-align: center;
  margin: 0;
}
.contact .contact-msg {
  padding-top: 70px;
  background-color: #F9F9F9;
  padding-bottom: 78px;
}
.contact ul {
  padding: 0;
  margin: 0;
  display: flex;
  margin-top: 35px;
}
.contact li {
  list-style: none;
  width: 33.33333333%;
  background-color: #fff;
  text-align: center;
  padding: 20px 20px 30px;
  height: 178px;
  border-top: 7px solid #f9f9f9;
  border-bottom: 7px solid #f9f9f9;
  transition: all 0.35s;
}
.contact li:hover {
  background-color: #2f56ff;
  border-color: #2f56ff;
  transition: all 0.35s;
}
.contact li:hover p {
  color: #fff;
  transition: all 0.35s;
}
.contact li:hover a {
  color: #fff;
  transition: all 0.35s;
}
.contact li:hover i {
  color: #fff;
  transition: all 0.35s;
}
.contact li p {
  margin: 0;
  font-size: 22px;
  color: #222;
  margin-top: 20px;
  transition: all 0.35s;
}
.contact li a {
  color: #222;
  transition: all 0.35s;
}
.contact li a:hover {
  text-decoration: underline;
  transition: all 0.35s;
}
.contact li i {
  font-size: 35px;
  color: #222;
  transition: all 0.35s;
}
.contact .contact-message {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 100px;
}
.contact .contact-message form {
  font-size: 0;
  margin-top: 35px;
}
.contact .contact-message input[type="text"] {
  font-size: 15px;
  width: calc(50% - 10px);
  margin-right: 20px;
  height: 50px;
  padding: 0 20px;
  border: 1px solid transparent;
  margin-bottom: 20px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.35s;
}
.contact .contact-message input[type="text"]:nth-child(2n) {
  margin-right: 0;
}
.contact .contact-message input[type="text"]:focus {
  outline: none;
  border-color: #2f56ff;
  transition: all 0.35s;
}
.contact .contact-message textarea {
  height: 215px;
  width: 100%;
  font-size: 15px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  border: 1px solid transparent;
  resize: none;
  padding: 20px;
  margin-bottom: 30px;
  transition: all 0.35s;
}
.contact .contact-message textarea:focus {
  outline: none;
  border-color: #2f56ff;
  transition: all 0.35s;
}
.contact .contact-message button {
  font-size: 0;
  color: #fff;
  background-color: #2f56ff;
  border: 1px solid #2f56ff;
  height: 50px;
  width: 170px;
  border-radius: 25px;
  margin: 0 auto;
  display: block;
  transition: all 0.35s;
}
.contact .contact-message button:hover {
  background-color: #fff;
  color: #2f56ff;
  transition: all 0.35s;
}
.contact .contact-message button i {
  font-size: 21px;
  display: inline-block;
  vertical-align: middle;
  transform: rotateY(180deg);
}
.contact .contact-message button span {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.details {
  padding: 60px 0 90px;
}
.details h1 {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1.1;
}
.details .details-date {
  color: #2f56ff;
  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: #2f56ff;
  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;
  margin-top: 100px;
}
.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: capitalize;
  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: #2f56ff;
  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: #2f56ff;
  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: #2f56ff;
  text-decoration: underline;
  transition: all 0.35s;
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
  content: '\e606';
  display: inline-block;
  transform: rotateY(180deg);
}



.wechat-btn{
  display: block;
  width: 100px;
  height: 100px;
  position: fixed;
  right: 0;
  z-index: 990;
  bottom: 0;
}

.wechat-btn img{
  width: 100%;
}
