h1,
h2,
h3,
h4,
h5,
p,
span {
  transition: all 0.5s;
}
.content {
  width: 90%;
  max-width: 1320px;
  margin: 0 auto;
}
.header-info {
  height: 33px;
  background-color: #eee;
}
.header-info .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header-info .content .lt {
  font-size: 12px;
  color: #828282;
}
.header-info .content .rt {
  display: flex;
}
.header-info .content .rt ul {
  display: flex;
  align-items: center;
  margin-right: 35px;
}
.header-info .content .rt ul li a {
  font-size: 12px;
  color: #828282;
}
.header-info .content .rt ul .act a {
  color: #3b45cf;
}
.header-info .content .rt ul em {
  display: block;
  width: 1px;
  height: 11px;
  background-color: #c4c4c4;
  margin: 0 8px;
}
.header-info .content .rt div {
  font-size: 13px;
  color: #828282;
}
.header-info .content .rt div span {
  margin: 0 6px;
}
header {
  position: relative;
  width: 100%;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2), 0 10px 15px rgba(0, 0, 0, 0.1);
  z-index: 99;
  transition: all 0.5s;
}
header .content {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .content .header-blank {
  height: 0;
  width: 14.394%;
}
header .content .logo {
  position: relative;
  left: -100px;
  opacity: 0;
}
header .content .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  position: relative;
  left: 100px;
  opacity: 0;
}
header .content .lv1 li {
  line-height: 1;
  line-height: 50px;
  position: relative;
}
header .content .lv1 li a {
  font-size: 14px;
  color: #666;
  padding: 0 5px;
}
header .content .lv1 form {
  position: relative;
  display: flex;
  align-items: center;
}
header .content .lv1 form input {
  outline: none;
  width: 170px;
  height: 35px;
  padding: 0 15px;
  border-radius: 17.5px;
  border: 1px solid #d4d4d4;
  color: #666;
  font-size: 14px;
}
header .content .lv1 form input::placeholder {
  color: #b5b4b4;
  font-size: 14px;
}
header .content .lv1 form button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  margin: 0;
  padding: 0;
  outline: none;
  background: transparent;
  color: #989898;
  cursor: pointer;
  line-height: 1;
}
header .content .lv1 li::before {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 0%;
  left: 50%;
  bottom: 0;
  transform: translateX(-100%);
  background-color: #ec1c24;
  transition: all 0.5s;
}
header .content .lv1 li::after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 0%;
  right: 50%;
  bottom: 0;
  transform: translateX(100%);
  background-color: #3b45cf;
  transition: all 0.5s;
}
header .content .lv1 li:hover::before,
header .content .lv1 li:hover::after {
  width: 50%;
}
header .content .lv1 .active::before {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  left: 50%;
  bottom: 0;
  transform: translateX(-100%);
  background-color: #ec1c24;
}
header .content .lv1 .active::after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  right: 50%;
  bottom: 0;
  transform: translateX(100%);
  background-color: #3b45cf;
}
.out-header {
  height: 100px;
  display: none;
}
.banner .swiper-slide {
  position: relative;
}
.banner .swiper-slide img {
  display: block;
  width: 100%;
  min-height: 375px;
  object-fit: cover;
}
.banner .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner .banner-text h2 {
  font-size: 38px;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
}
.banner .banner-text h1 {
  font-size: 38px;
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
  margin: 20px 0 0 0;
}
.banner .banner-text h4 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
}
.banner .banner-text a {
  display: block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #3841ce;
  border-radius: 20px;
  margin-top: 45px;
}
.banner .swiper-pagination {
  bottom: 15%;
}
.banner .swiper-pagination-bullet {
  background: transparent;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 1;
  margin: 0 10px !important;
}
.banner .swiper-pagination-bullet-active {
  background-color: #fff;
}
.title-lt {
  margin-bottom: 45px;
}
.title-lt h1 {
  font-size: 38px;
  color: #000;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 15px 0;
}
.title-lt h2 {
  display: inline-block;
  font-size: 26px;
  color: #000;
  font-weight: 400;
  line-height: 1;
  padding: 0 10px 20px 0;
  position: relative;
  border-bottom: 1px solid #f21d25;
}
.title-lt h2::after {
  position: absolute;
  display: block;
  content: '';
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 45px;
  background-color: #3b45cf;
  z-index: 1;
}
.title-mid {
  text-align: center;
  margin: 0 auto 80px auto;
}
.title-mid h1 {
  font-size: 38px;
  color: #000;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 15px 0;
}
.title-mid h2 {
  display: inline-block;
  font-size: 26px;
  color: #000;
  font-weight: 400;
  line-height: 1;
  padding: 0 10px 20px 10px;
  position: relative;
  border-bottom: 1px solid #f21d25;
}
.title-mid h2::after {
  position: absolute;
  display: block;
  content: '';
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 45px;
  background-color: #3b45cf;
  z-index: 1;
}
.index-about {
  margin: 100px 0;
}
.index-about .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-about .content .lt {
  width: 46.9697%;
}
.index-about .content .lt p {
  font-size: 18px;
  color: #333;
}
.index-about .content .lt a {
  display: block;
  margin-top: 80px;
  background-color: #3b45cf;
  color: #fff;
  text-align: center;
  width: 167px;
  height: 48px;
  line-height: 48px;
}
.index-about .content .rt {
  width: 44.3182%;
}
.index-about .content .rt .pic {
  width: 100%;
  height: 0;
  padding-bottom: 64.957265%;
  background-color: #3b45cf;
  position: relative;
}
.index-about .content .rt .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 25px;
  left: -25px;
}
.index-about .content .bt {
  width: 100%;
  margin-top: 80px;
  padding: 40px 0;
  border-top: 1px solid #d4e0f1;
  border-bottom: 1px solid #d4e0f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-about .content .bt li h2 {
  font-size: 40px;
  font-weight: 700;
  color: #3b45cf;
  line-height: 1;
  margin-bottom: 20px;
}
.index-about .content .bt li h4 {
  font-size: 17px;
  color: #333;
  line-height: 1;
}
.index-about .content .bt li h4 span {
  font-size: 14px;
}
.index-about .content .bt em {
  height: 30px;
  width: 1px;
  background-color: #d3def1;
}
.index-application {
  margin-bottom: 100px;
}
.index-application .app {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-application .app > div {
  position: relative;
  width: 49.7396%;
  margin-bottom: 12px;
  overflow: hidden;
}
.index-application .app > div > img {
  transition: all 0.5s;
  min-height: 350px;
  object-fit: cover;
}
.index-application .app > div h3 {
  font-size: 28px;
  color: #fff;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  white-space: nowrap;
}
.index-application .app > div a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.5s;
}
.index-application .app > div a div {
  width: 100%;
  height: 100%;
  position: relative;
  background: url('../images/index-app-arrow.png') no-repeat;
  background-position: center center;
  transition: all 0.5s;
}
.index-application .app > div a div::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #3841ce;
  opacity: 1;
  z-index: -1;
}
.index-application .app > div:hover > img {
  transform: scale(1.1);
}
.index-application .app > div:hover a {
  background-color: #3841ce;
}
.index-application .app > div:hover a div {
  background-image: url('../images/index-app-arrow-act.png');
}
.index-application .app > div:hover a div::after {
  animation: shine 1.5s infinite 0.5s;
}
@keyframes shine {
  0% {
    width: 43px;
    height: 43px;
  }
  100% {
    width: 73px;
    height: 73px;
    opacity: 0;
  }
}
.index-advantage {
  margin-bottom: 100px;
}
.index-advantage .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-advantage .content .adv-block {
  width: 31.6667%;
}
.index-advantage .content .adv-block .icon {
  width: 100%;
  height: 280px;
  background-color: #e56e34;
  text-align: center;
  padding-top: 50px;
  border-radius: 14px;
}
.index-advantage .content .adv-block .icon h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-top: 25px;
}
.index-advantage .content .adv-block .brief {
  width: 78.94737%;
  background-color: #fff;
  height: 370px;
  padding: 65px 30px 0 30px;
  margin: -75px auto 0 auto;
  border-radius: 14px;
  box-shadow: 0 3px 27px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}
.index-advantage .content .adv-block .brief p {
  padding: 15px 0 15px 15px;
  font-size: 14px;
  color: #666;
  position: relative;
}
.index-advantage .content .adv-block .brief p::before {
  content: '';
  display: block;
  position: absolute;
  top: 26px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e56e34;
}
.index-advantage .content .adv-block:hover .brief {
  box-shadow: 0 3px 27px rgba(0, 0, 0, 0.3), 0 3px 50px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -10px, 20px);
  perspective: 500px;
}
.index-advantage .content .adv-block:nth-child(2) .icon {
  background-color: #d4b262;
}
.index-advantage .content .adv-block:nth-child(2) .brief {
  padding-left: 75px;
}
.index-advantage .content .adv-block:nth-child(3) .icon {
  background-color: #4049da;
}
.index-advantage .content .adv-block:nth-child(3) .brief {
  padding-left: 55px;
}
.index-prod {
  background: url('../images/index-prod-bg.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 80px 0 100px 0;
}
.index-prod .title-lt {
  margin-bottom: 80px;
}
.index-prod .title-lt h1 {
  color: #fff;
}
.index-prod .title-lt h2 {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.index-prod .title-lt h2::after {
  background-color: #f21d25;
}
.index-prod .prod-swiper {
  position: relative;
  padding-bottom: 60px;
}
.index-prod .prod-swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-prod .prod-swiper .swiper-slide .lt {
  width: 43.4091%;
}
.index-prod .prod-swiper .swiper-slide .lt .pic {
  width: 100%;
  height: 0;
  padding-bottom: 61.4311%;
  position: relative;
  overflow: hidden;
}
.index-prod .prod-swiper .swiper-slide .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.index-prod .prod-swiper .swiper-slide .lt .pic:hover img {
  transform: scale(1.1);
}
.index-prod .prod-swiper .swiper-slide .rt {
  width: 48.485%;
}
.index-prod .prod-swiper .swiper-slide .rt h3 {
  font-size: 26px;
  color: #fff;
  margin-bottom: 15px;
}
.index-prod .prod-swiper .swiper-slide .rt p {
  font-size: 14px;
  color: #fff;
  padding-left: 20px;
  position: relative;
}
.index-prod .prod-swiper .swiper-slide .rt p::before {
  position: absolute;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.index-prod .prod-swiper .swiper-button-next {
  width: 48px;
  height: 48px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3b45cf;
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
}
.index-prod .prod-swiper .swiper-button-next::after {
  font-size: 26px;
  position: relative;
  left: 2px;
}
.index-prod .prod-swiper .swiper-button-prev {
  width: 48px;
  height: 48px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3b45cf;
  right: 72px;
  bottom: 0;
  left: auto;
  top: auto;
}
.index-prod .prod-swiper .swiper-button-prev::after {
  font-size: 26px;
  position: relative;
  left: -2px;
}
.index-prod .prod-swiper .swiper-button-disabled {
  color: #666;
  opacity: 0.5;
}
.index-news {
  margin: 100px 0;
}
.index-news .title-lt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-news .title-lt .tab {
  display: flex;
}
.index-news .title-lt .tab li {
  margin-left: 60px;
}
.index-news .title-lt .tab li a {
  font-size: 20px;
  color: #666;
}
.index-news .title-lt .tab li:nth-child(1) {
  margin-left: 0;
}
.index-news .title-lt .tab .act a {
  font-weight: 700;
  color: #3b45cf;
}
.index-news .news-tab-content {
  overflow: hidden;
  position: relative;
}
.index-news .news-tab-content .news-list {
  position: absolute;
  top: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  opacity: 0;
  transition: all 1s;
  transform: scale(0.5);
}
.index-news .news-tab-content .news-list .news-block {
  width: 29.697%;
  border-bottom: 2px solid #cecfd3;
  transition: all 0.5s;
  margin-bottom: 60px;
}
.index-news .news-tab-content .news-list .news-block .pic {
  width: 100%;
  height: 0;
  padding-bottom: 71.9388%;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.index-news .news-tab-content .news-list .news-block .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.index-news .news-tab-content .news-list .news-block h4 {
  position: relative;
  padding-left: 27px;
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
  transition: all 0.5s;
}
.index-news .news-tab-content .news-list .news-block h4::before {
  display: block;
  position: absolute;
  content: '';
  width: 16px;
  height: 2px;
  background-color: #3b45cf;
  left: 0;
  top: 14px;
}
.index-news .news-tab-content .news-list .news-block p {
  font-size: 16px;
  color: #898989;
  text-align: justify;
}
.index-news .news-tab-content .news-list .news-block .more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 10px;
}
.index-news .news-tab-content .news-list .news-block .more span {
  font-size: 16px;
  color: #333;
  transition: all 0.5s;
}
.index-news .news-tab-content .news-list .news-block .more .date {
  font-size: 14px;
  color: #999;
  display: flex;
  align-items: center;
}
.index-news .news-tab-content .news-list .news-block .more .date img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.index-news .news-tab-content .news-list .news-block:hover {
  border-bottom: 2px solid #3b45cf;
}
.index-news .news-tab-content .news-list .news-block:hover .pic img {
  transform: scale(1.05);
}
.index-news .news-tab-content .news-list .news-block:hover h4 {
  color: #3b45cf;
}
.index-news .news-tab-content .news-list .news-block:hover .more span {
  color: #3b45cf;
}
.index-news .news-tab-content .act {
  position: relative;
  top: 0;
  opacity: 1;
  z-index: 10;
  transform: scale(1);
}
.index-news .news-tab-content .detail {
  display: block;
  width: 240px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 26.21px;
  color: #fff;
  background-color: #3b45cf;
  margin: 0 auto;
}
footer {
  padding-top: 100px;
  background-color: #041938;
}
footer .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 30px;
}
footer h3::after {
  position: absolute;
  display: block;
  content: '';
  width: 35px;
  height: 3px;
  background-color: #3b45cf;
  left: 0;
  bottom: 0;
}
footer .lt p {
  font-size: 16px;
  color: #fff;
  margin: 5px 0;
}
footer .mid {
  width: 18.1818%;
}
footer .mid ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .mid ul li {
  display: inline-block;
  margin-bottom: 25px;
}
footer .mid ul li a {
  color: #fff;
  font-size: 16px;
}
footer .mid ul li a:hover {
  text-decoration: underline !important;
}
footer .mid ul li:nth-child(even) {
  margin-left: 100px;
}
footer .rt {
  width: 21.36364%;
}
footer .rt p {
  font-size: 16px;
  color: #fff;
}
footer .rt form {
  margin-top: 30px;
  position: relative;
}
footer .rt form input {
  width: 238px;
  height: 40px;
  padding: 0 35px;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}
footer .rt form input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
footer .rt form::after {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 50%;
  left: 190px;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0.3;
}
footer .rt ul {
  display: flex;
}
footer .rt ul li h5 {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
footer .rt ul li:nth-child(1) {
  margin-right: 45px;
}
footer .bt {
  width: 100%;
  margin-top: 80px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .bt .content {
  display: flex;
  justify-content: space-between;
}
footer .bt span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
footer .bt a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
footer .bt a:hover {
  color: #ffffff;
}
.inner-banner {
  position: relative;
}
.inner-banner img {
  display: block;
  width: 100%;
  min-height: 200px;
  object-fit: cover;
}
.inner-banner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.inner-banner .content .banner-title {
  display: inline-block;
}
.inner-banner .content .banner-title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.inner-banner .content .banner-title h3 {
  font-size: 24px;
  color: #fff;
}
.bread-crumb {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}
.bread-crumb .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.bread-crumb .content .lt {
  font-size: 14px;
  color: #666;
  max-width: 40%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bread-crumb .content .lt img {
  vertical-align: baseline;
}
.bread-crumb .content .lt a {
  color: #666;
}
.bread-crumb .content .lt a:hover {
  color: #f21d25;
}
.bread-crumb .content ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.bread-crumb .content ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
  border-radius: 5px;
  background-color: #e6e6e6;
  cursor: grab;
}  
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.bread-crumb .content ul::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f5f5f5;
  cursor: grab;
}  
/*定义滑块 内阴影+圆角*/
.bread-crumb .content ul::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.1);
  background-color: #ccc;
  cursor: grab;
}
.bread-crumb .content ul li {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 45px;
}
.bread-crumb .content ul li a {
  position: relative;
  padding: 0 15px 0 8px;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
}
.bread-crumb .content ul li a:hover {
  color: #3b45cf;
}
.bread-crumb .content ul li a::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 5px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #3b45cf;
}
.bread-crumb .content ul li:nth-child(1) {
  margin-left: 0;
}
.bread-crumb .content ul .act {
  border-bottom: 2px solid #3b45cf;
}
.prod-center {
  margin: 100px 0;
}
.prod-center .title-mid {
  margin-bottom: 60px;
}
.prod-center .prod-list .prod-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px;
  margin-bottom: 40px;
  background-color: #f2f4f9;
}
.prod-center .prod-list .prod-block .lt {
  width: 25.806452%;
}
.prod-center .prod-list .prod-block .lt .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 97.5%;
  background-color: #fff;
  overflow: hidden;
}
.prod-center .prod-list .prod-block .lt .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 65.9375%;
  transition: all 0.5s;
}
.prod-center .prod-list .prod-block .rt {
  position: relative;
  width: 70.1613%;
  padding-bottom: 45px;
}
.prod-center .prod-list .prod-block .rt .prod-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e3ecfd;
  padding: 20px 0 10px 0;
}
.prod-center .prod-list .prod-block .rt .prod-title h3 {
  font-size: 18px;
  color: #333;
  font-weight: 700;
}
.prod-center .prod-list .prod-block .rt .prod-title ul {
  display: flex;
  flex-wrap: wrap;
}
.prod-center .prod-list .prod-block .rt .prod-title ul li {
  width: 86px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-left: 16px;
  border: 1px solid #e3ecfd;
}
.prod-center .prod-list .prod-block .rt .prod-title ul li:nth-child(1) {
  margin-left: 0;
}
.prod-center .prod-list .prod-block .rt h4 {
  font-size: 14px;
  color: #666;
  margin: 5px 0 30px 0;
}
.prod-center .prod-list .prod-block .rt h5 {
  padding-left: 17px;
  position: relative;
  font-size: 16px;
  color: #333;
  line-height: 1;
  margin-bottom: 15px;
}
.prod-center .prod-list .prod-block .rt h5::before {
  content: '';
  position: absolute;
  display: block;
  top: 1px;
  left: 0;
  width: 3px;
  height: 15px;
  background-color: #3b45cf;
}
.prod-center .prod-list .prod-block .rt > section {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  max-height: 150px;
}
.prod-center .prod-list .prod-block .rt > section p {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  color: #666;
  margin-right: 5%;
}
.prod-center .prod-list .prod-block .rt > section p::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffb12b;
}
.prod-center .prod-list .prod-block .rt a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 118px;
  height: 36px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  transition: all 0.5s;
}
.prod-center .prod-list .prod-block .rt a em {
  display: block;
  width: 17px;
  height: 18px;
  background: url('../images/fly-icon.png') no-repeat;
  margin-right: 8px;
  transition: all 0.5s;
}
.prod-center .prod-list .prod-block:hover .lt .pic img {
  transform: translate(-50%, -50%) scale(1.1);
}
.prod-center .prod-list .prod-block:hover .rt a {
  background-color: #3b45cf;
  color: #fff;
}
.prod-center .prod-list .prod-block:hover .rt a em {
  background-image: url('../images/fly-icon-act.png');
}
.about {
  margin: 100px 0;
}
.about .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about .content .about-title {
  width: 100%;
  margin-bottom: 80px;
}
.about .content .about-title h2 {
  font-size: 68px;
  color: #000;
  line-height: 1;
  margin-bottom: 25px;
}
.about .content .about-title h3 {
  font-size: 22px;
  color: #333;
  line-height: 1;
}
.about .content .lt {
  width: 30.6818%;
}
.about .content .rt {
  position: relative;
  width: 69.3182%;
  padding: 60px 7.57576% 60px 23.485%;
  background-color: #f8f9fb;
}
.about .content .rt h3 {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}
.about .content .rt h5 {
  font-size: 12px;
  color: #999;
  margin-bottom: 40px;
}
.about .content .rt p {
  font-size: 14px;
  color: #666;
}
.about .content .rt ul {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about .content .rt ul li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 32px;
}
.about .content .rt ul li h4 {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  margin-bottom: 5px;
}
.about .content .rt ul li h4::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #3b45cf;
}
.about .content .rt ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.about .content .rt .text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.about .content .rt .text h2 {
  font-size: 42px;
  color: #333;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 3px solid #313131;
}
.about .content .rt .text h2:nth-child(2) {
  transform: translateX(20%);
  margin-top: 10px;
}
.organization {
  padding: 80px 0;
  background-color: #f2f4f9;
}
.organization .organ-pic {
  text-align: center;
}
.inner-title {
  margin-bottom: 40px;
}
.inner-title h2 {
  font-size: 32px;
  font-weight: 700;
}
.history {
  margin: 95px 0 100px 0;
}
.history .thumb-swiper {
  position: relative;
}
.history .thumb-swiper .square {
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
  border-left: 2px solid #ececec;
  border-top: 2px solid #ececec;
  background-color: #fff;
  z-index: 1;
}
.history .thumb-swiper .thumbSwiper {
  padding: 35px 0;
  border-top: 2px solid #ececec;
  border-bottom: 2px solid #ececec;
}
.history .thumb-swiper .thumbSwiper .swiper-slide {
  text-align: center;
  padding: 0 20px;
}
.history .thumb-swiper .thumbSwiper .swiper-slide span {
  font-family: 'Abel', sans-serif;
  font-size: 18px;
  color: #333;
}
.history .thumb-swiper .thumbSwiper .swiper-slide p {
  font-size: 14px;
  color: #666;
}
.history .thumb-swiper .thumbSwiper .swiper-slide-thumb-active {
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
}
.history .thumb-swiper .thumbSwiper .swiper-slide-thumb-active span {
  color: #3b45d4;
}
.history .thumb-swiper .thumbSwiper .swiper-slide-thumb-active p {
  color: #3b45d4;
}
.history .history-content {
  position: relative;
}
.history .history-content .historySwiper {
  margin-top: 40px;
}
.history .history-content .historySwiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.history .history-content .historySwiper .swiper-slide .lt {
  width: 53.0303%;
}
.history .history-content .historySwiper .swiper-slide .lt h2 {
  font-size: 32px;
  color: #3b45cf;
  font-family: 'Abel', sans-serif;
  margin-bottom: 15px;
}
.history .history-content .historySwiper .swiper-slide .lt p {
  padding-left: 24px;
  position: relative;
  color: #666;
  font-size: 14px;
  margin: 10px 0;
}
.history .history-content .historySwiper .swiper-slide .lt p::before {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3b45cf;
}
.history .history-content .historySwiper .swiper-slide .rt {
  width: 41.6667%;
  padding-right: 90px;
}
.history .history-content .historySwiper .swiper-slide .rt .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 49.56522%;
}
.history .history-content .historySwiper .swiper-slide .rt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.history .history-content .historySwiper .swiper-button-next {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #3b45cf;
  right: 0;
  bottom: auto;
  left: auto;
  top: 60%;
}
.history .history-content .historySwiper .swiper-button-next::after {
  font-size: 16px;
  position: relative;
  left: 2px;
}
.history .history-content .historySwiper .swiper-button-prev {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #3b45cf;
  right: 0;
  bottom: auto;
  left: auto;
  top: 35%;
}
.history .history-content .historySwiper .swiper-button-prev::after {
  font-size: 16px;
  position: relative;
  left: -2px;
}
.history .history-content .historySwiper .swiper-button-disabled {
  color: #666;
  opacity: 1;
  background-color: #fff;
  border: 1px solid #d2d2d2;
}
.news-center {
  margin: 100px 0;
}
.news-center .title-mid {
  margin-bottom: 50px;
}
.news-center .news-list .news-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 45px 0;
  border-bottom: 1px solid #d6dcea;
}
.news-center .news-list .news-block .lt {
  width: 37.8788%;
}
.news-center .news-list .news-block .lt .pic {
  width: 100%;
  height: 0;
  padding-bottom: 63%;
  position: relative;
}
.news-center .news-list .news-block .lt .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.news-center .news-list .news-block .date {
  width: 100px;
  height: 100px;
  border: 1px solid #d6dcea;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.news-center .news-list .news-block .date h3 {
  font-size: 35px;
  color: #3b45cf;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 15px;
}
.news-center .news-list .news-block .date span {
  font-size: 16px;
  color: #3b45cf;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
.news-center .news-list .news-block .rt {
  width: 43.18182%;
  position: relative;
}
.news-center .news-list .news-block .rt h3 {
  font-size: 24px;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
  margin-bottom: 35px;
}
.news-center .news-list .news-block .rt p {
  font-size: 14px;
  color: #999;
  text-align: justify;
}
.news-center .news-list .news-block .rt .detail {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 180px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  background-color: #fff;
  border: 1px solid #cbcbcb;
  transition: all 0.5s;
}
.news-center .news-list .news-block:hover .rt .detail {
  color: #fff;
  background-color: #3b45cf;
  border: 1px solid #cbcbcb;
}
.news-center .news-list a:nth-child(1) .news-block {
  border-top: 1px solid #d6dcea;
}
.box {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.pagination {
  display: flex !important;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination > li {
  padding: 0px 8px;
  margin: 0px 5px 5px 5px;
  line-height: 1.75;
  background-color: #ebebeb;
  transition: all 0.5s;
}
.pagination > li a {
  color: #999;
}
.pagination > li:hover {
  background-color: #3b45cf;
}
.pagination > li:hover a {
  color: #fff;
}
.pagination .active {
  color: #fff;
  background-color: #3b45cf !important;
}
.pagination .active a {
  color: #fff;
}
.news-detail {
  margin: 90px 0 100px 0;
}
.news-detail .news-title {
  text-align: center;
}
.news-detail .news-title h3 {
  font-size: 28px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 10px;
}
.news-detail .news-title h5 {
  font-size: 16px;
  color: #696969;
}
.news-detail article {
  margin: 25px 0;
}
.news-detail article p {
  text-align: justify;
  font-size: 14px;
  color: #666;
}
.news-detail article p img {
  margin: 15px 0 20px 0;
}
.news-detail .art-tab {
  padding-top: 20px;
  border-top: 1px solid #f2f2f2;
}
.news-detail .art-tab p {
  font-size: 14px;
  color: #727171;
  margin: 5px 0;
}
.news-detail .art-tab p a {
  color: #727171;
}
.news-detail .art-tab p a:hover {
  color: #333;
}
.application {
  margin: 100px 0;
}
.application .title-mid {
  margin-bottom: 45px;
}
.application .app-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.application .app-block {
  position: relative;
  width: 25%;
  display: block;
}
.application .app-block img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  left: 1px;
}
.application .app-block .app-title {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  height: 140px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
}
.application .app-block .app-title h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}
.application .app-block .app-title h4 {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.2;
}
.application .app-block .app-title em {
  display: block;
  width: 208px;
  height: 2px;
  background-color: #cdcecd;
  margin: 15px 0 20px 0;
}
.application .app-block .app-title div {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
}
.application .app-block .app-title div::after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  top: 62%;
  left: 25%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translate(-50%, -50%);
}
.application .app-block .app-mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 15px);
  height: calc(100% + 18px);
  background: url('../images/app-block-bg.png') no-repeat;
  background-size: contain;
  background-position: center center;
  opacity: 0;
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.application .app-block .app-mask h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}
.application .app-block .app-mask h4 {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.2;
}
.application .app-block .app-mask em {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #cdcecd;
  margin: 15px 0 10px 0;
}
.application .app-block .app-mask .cont div {
  margin-bottom: 20px;
}
.application .app-block .app-mask .cont div h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 30px 0 5px 0;
}
.application .app-block .app-mask .cont div p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.application .app-block:hover .app-title {
  opacity: 0;
}
.application .app-block:hover .app-mask {
  opacity: 1;
}
.application-detail {
  margin: 100px 0;
}
.application-detail article h3 {
  font-size: 18px;
  color: #3943c9;
  font-weight: 700;
  background-color: #f3f5f9;
  padding: 10px;
  margin: 30px 0 20px 0;
}
.application-detail article p {
  position: relative;
  font-size: 14px;
  color: #666;
  padding: 0 30px;
  margin: 10px 0;
}
.application-detail article p::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 8px;
  height: 8px;
  background-color: #3943c9;
  border-radius: 50%;
}
.application-detail article .swiper {
  margin-top: 40px;
}
.application-detail article .swiper .swiper-slide .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 64.05694%;
}
.application-detail article .swiper .swiper-slide .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.cantech {
  padding: 100px 0;
  background-color: #f3f5f8;
}
.cantech .cantech-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cantech .cantech-wrapper .block {
  width: 44.0152%;
}
.tech {
  margin: 100px 0;
}
.prod-tech .brief {
  margin-bottom: 40px;
}
.prod-tech .brief p {
  font-size: 16px;
  color: #666;
}
.prod-tech .prod-tech-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prod-tech .prod-tech-content .block {
  width: 45.45455%;
}
.prod-tech .prod-tech-content .block .intro {
  width: 100%;
  height: 295px;
  background-color: #003366;
  padding: 40px 60px 60px 60px;
}
.prod-tech .prod-tech-content .block .intro h5 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.prod-tech .prod-tech-content .block .intro p {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  color: #fff;
}
.prod-tech .prod-tech-content .block .intro p::before {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  top: 11px;
  left: 0;
}
.prod-tech .prod-tech-content .block .pic {
  margin-top: 50px;
  text-align: center;
}
.prod-tech .prod-tech-content .block:nth-child(2) .intro {
  background-color: #ac5d27;
}
.tech-adv {
  margin: 100px 0;
}
.tech-adv article {
  overflow: auto;
}
.tech-adv article h3 {
  font-size: 18px;
  color: #3943c9;
  font-weight: 700;
  background-color: #f3f5f9;
  padding: 10px;
  margin: 30px 0 20px 0;
}
.tech-adv article p {
  position: relative;
  font-size: 14px;
  color: #666;
  padding: 0 30px;
  margin: 10px 0;
  text-align: justify;
}
.tech-adv article p::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 8px;
  height: 8px;
  background-color: #3943c9;
  border-radius: 50%;
}
.tech-adv article table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 70px;
}
.tech-adv article table tr {
  height: 60px;
}
.tech-adv article table tr td {
  text-align: center;
  border-top: 1px solid #cbd3db;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #cbd3db;
  border-left: 1px solid #e7e7e7;
  font-size: 14px;
  color: #666;
  width: 10%;
  padding: 0 10px;
}
.tech-adv article table tr:nth-child(1) {
  background-color: #f3f5f9;
  height: 50px;
}
.tech-adv article table tr:nth-child(1) td {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.tech-adv article table tr:nth-child(1) td:nth-child(1) {
  border-left: 1px solid transparent;
}
.tech-adv article table tr:nth-child(1) td:nth-last-child(1) {
  border-right: 1px solid transparent;
}
.contact {
  margin: 100px 0;
}
.contact .contact-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
.contact .contact-info .lt {
  width: 41.66667%;
}
.contact .contact-info .lt h3 {
  font-size: 20px;
  font-weight: 700;
  color: #3b45cf;
  line-height: 1.6;
}
.contact .contact-info .lt h5 {
  font-size: 12px;
  color: #3b45cf;
  font-weight: 400;
}
.contact .contact-info .lt em {
  display: block;
  width: 50px;
  height: 3px;
  background-color: #3b45cf;
  margin: 5px 0 50px 0;
}
.contact .contact-info .lt section {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.contact .contact-info .lt section i {
  display: flex;
  width: 30px;
  height: 30px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.contact .contact-info .lt section p {
  font-size: 16px;
  color: #666;
}
.contact .contact-info .lt section:nth-last-child(1) {
  margin-bottom: 0;
}
.contact .contact-info .rt {
  position: relative;
  width: 53.0303%;
}
.contact .contact-info .rt #map {
  width: 100%;
  height: 390px;
}
.contact .contact-info .rt .map-tc-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 83, 165, 0.6);
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}
.contact .contact-info .rt .msg-box {
  width: 352px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  background: url('../images/map-square.png') no-repeat;
  padding: 35px 60px 0 50px;
}
.contact .contact-info .rt .msg-box p {
  font-size: 16px;
  color: #fff;
  display: flex;
}
.contact .contact-info .rt .msg-box p span {
  white-space: nowrap;
}
.contact .contact-info .rt .map-tc-box:hover {
  opacity: 1;
}
.contact .online-msg {
  width: 100%;
}
.contact .online-msg form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.contact .online-msg input {
  width: 48.712%;
  height: 55px;
  padding: 0 20px;
  border: 1px solid #d9d9d9;
  margin-bottom: 26px;
  font-size: 16px;
  color: #333;
}
.contact .online-msg textarea {
  width: 100%;
  height: 420px;
  border: 1px solid #d9d9d9;
  padding: 18px 20px;
  font-size: 16px;
  color: #333;
}
.contact .online-msg input::placeholder {
  color: #999;
}
.contact .online-msg textarea::placeholder {
  color: #999;
}
.contact .online-msg button {
  position: absolute;
  width: 110px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  background-color: #3b45cf;
  bottom: 40px;
  right: 40px;
  font-size: 16px;
}
.prod-app h3 {
  width: 100%;
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}
.prod-app h4 {
  width: 100% !important;
  font-size: 18px;
  color: #333;
  line-height: 1;
}
.prod-app form .block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.prod-app form .block .line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: none;
}
.prod-app form .block .line-show {
  display: flex;
}
.prod-app form .block .lt {
  width: 46.9697%;
}
.prod-app form .block .rt {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 46.9697%;
}
.prod-app form .block .num-sel {
  width: 68px;
  margin-right: 70px;
  position: relative;
  display: inline-block;
}
.prod-app form .block .num-sel em {
  display: block;
  width: 8px;
  height: 0;
  border-top: 10px solid #ccc;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  right: 5px;
  top: 17px;
  cursor: pointer;
}
.prod-app form .block .num-sel ul {
  position: absolute;
  border-top: 1px solid #ccc;
  display: none;
  z-index: 1;
  background-color: #fff;
}
.prod-app form .block .num-sel ul li {
  padding: 0 20px;
  line-height: 40px;
  border-top: 0;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.prod-app form .block .num-sel ul li a {
  font-size: 14px;
  color: #666;
}
.prod-app form .block .line button {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #666;
  font-size: 26px;
  color: #000;
  margin-right: 10px;
  cursor: pointer;
}
.prod-app form .block .line button span {
  vertical-align: top;
  line-height: 1;
}
.prod-app form .row {
  width: 46.9697%;
  position: relative;
  margin-bottom: 25px;
}
.prod-app form .row > span {
  font-size: 14px;
  color: #999;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  z-index: -1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
}
.prod-app form .row > span i {
  font-style: normal;
  color: #ff2538;
}
.prod-app form input {
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 15px;
  background: transparent;
  color: #333;
}
.prod-app form input[type='number']::-webkit-outer-spin-button,
.prod-app form input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.prod-app form .submit {
  width: 127px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background-color: #d8d8d8;
  color: #333;
  border-radius: 4px;
  font-size: 16px;
  margin-top: 15px;
  float: right;
  cursor: pointer;
}
.prod-app form #pcs {
  position: absolute;
  display: flex;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #333;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
}
.prod-app form #date-icon {
  position: absolute;
  display: flex;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
}
.core {
  margin: 100px 0;
}
.tech-brief {
  font-size: 16px;
  color: #666;
}
.tech-intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 45px;
  border-bottom: 1px solid #e7e7e7;
}
.tech-intro h3 {
  width: 100%;
  font-size: 24px;
  color: #333;
}
.tech-intro .pic {
  width: 40.2879%;
  text-align: center;
  margin-bottom: 60px;
}
.tech-intro .pic p {
  max-width: 185px;
  margin: 10px auto 0;
  font-size: 14px;
  color: #666;
}
.tech-intro section {
  width: 40.2879%;
}
.tech-intro section h4 {
  font-size: 20px;
  color: #333;
}
.tech-intro section p {
  position: relative;
  font-size: 16px;
  color: #666;
  padding-left: 26px;
  text-align: justify;
}
.tech-intro section p::before {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #48d87b;
  border-radius: 50%;
  top: 12px;
  left: 0;
}
.tech-wrapper {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tech-wrapper .block {
  width: 30.303%;
  border-top: 10px solid rgba(57, 66, 199, 0.2);
  background-color: rgba(57, 66, 199, 0.03);
  padding: 40px 45px 140px 45px;
  position: relative;
  transition: all 0.5s;
}
.tech-wrapper .block h3 {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin-bottom: 50px;
}
.tech-wrapper .block h3 em {
  display: block;
  width: 55px;
  height: 55px;
  background: url('../images/tech-adv1.png') no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 28px;
  transition: all 0.5s;
}
.tech-wrapper .block h3 .icon2 {
  background-image: url('../images/tech-adv2.png');
}
.tech-wrapper .block h3 .icon3 {
  background-image: url('../images/tech-adv3.png');
}
.tech-wrapper .block p {
  font-size: 16px;
  color: #666;
  margin: 5px 0;
}
.tech-wrapper .block .bg-text {
  font-size: 80px;
  line-height: 1;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-weight: 700;
  color: rgba(57, 66, 199, 0.05);
}
.tech-wrapper .block:hover {
  background-color: #fff;
  border-top: 10px solid #3942c7;
  box-shadow: 0px 7px 51px rgba(0, 0, 0, 0.14);
}
.tech-wrapper .block:hover .icon1 {
  background-image: url('../images/tech-adv1-act.png');
}
.tech-wrapper .block:hover .icon2 {
  background-image: url('../images/tech-adv2-act.png');
}
.tech-wrapper .block:hover .icon3 {
  background-image: url('../images/tech-adv3-act.png');
}
.dev {
  padding: 80px 0;
  background: url('../images/core-tech-history-bg.jpg') no-repeat;
  background-size: cover;
}
.dev .title-mid {
  margin-bottom: 80px;
}
.dev .title-mid h2 {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.dev .title-mid h2::after {
  background-color: #f21d25;
}
.dev .dev-thumb {
  position: relative;
  margin-bottom: 30px;
}
.dev .dev-thumb .swiper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 40px;
}
.dev .dev-thumb .line {
  position: absolute;
  height: 2px;
  width: calc(100% - 100px);
  background-color: #fff;
  left: 50%;
  top: 14px;
  transform: translateX(-50%);
}
.dev .dev-thumb .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dev .dev-thumb .swiper-slide div {
  width: 68px;
  height: 30px;
  position: relative;
  background-color: #0c3058;
}
.dev .dev-thumb .swiper-slide div em {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.5s;
}
.dev .dev-thumb .swiper-slide span {
  font-size: 20px;
  color: #fff;
  transition: all 0.5s;
  line-height: 40px;
  white-space: nowrap;
}
.dev .dev-thumb .swiper-slide-active div em {
  width: 14px;
  height: 14px;
  background-color: #0c3058;
  border: 2px solid #f00;
}
.dev .dev-thumb .swiper-slide-active span {
  font-size: 22px;
  color: #f00;
  font-weight: 700;
}
.dev .dev-content .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.dev .dev-content .swiper-slide .lt {
  width: 49.242424%;
}
.dev .dev-content .swiper-slide .lt h2 {
  font-size: 34px;
  color: #fff;
}
.dev .dev-content .swiper-slide .lt p {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  color: #fff;
}
.dev .dev-content .swiper-slide .lt p span {
  color: #f90104;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.dev .dev-content .swiper-slide .lt P::before {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
}
.dev .dev-content .swiper-slide .rt {
  width: 37.8788%;
  padding-bottom: 21px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.dev .dev-content .swiper-slide .rt .pic {
  width: 100%;
  height: 0;
  padding-bottom: 48%;
  position: relative;
}
.dev .dev-content .swiper-slide .rt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.invent {
  margin: 100px 0 90px;
}
.invent .invent-swiper {
  position: relative;
}
.invent .invent-swiper .swiper {
  width: 100%;
  height: 100%;
}
.invent .invent-swiper .swiper-slide {
  height: calc((100% - 30px) / 2);
}
.invent .invent-swiper .swiper-slide .pic {
  width: 100%;
  height: 0;
  padding-bottom: 131.7568%;
  position: relative;
  background-color: #f2f4f9;
  margin-bottom: 12px;
}
.invent .invent-swiper .swiper-slide .pic img {
  display: block;
  width: 85%;
  height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.invent .invent-swiper .swiper-slide a {
  font-size: 14px;
  color: #666;
}
.invent .invent-swiper .swiper-slide a:hover {
  color: #3b45cf;
}

.invent .invent-swiper .swiper-button-next {
  color: #3e3e3e;
  right: -5%;
}
.invent .invent-swiper .swiper-button-prev {
  color: #3e3e3e;
  left: -5%;
}
.invent .invent-swiper .swiper-button-next::after {
  font-size: 32px;
}
.invent .invent-swiper .swiper-button-prev::after {
  font-size: 32px;
}
.coop {
  padding: 80px 0 100px;
  background-color: #e8ebf1;
}
.coop .coop-swiper {
  position: relative;
  height: 220px;
}
.coop .coop-swiper .swiper {
  width: 100%;
  height: 100%;
}
.coop .coop-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.coop .coop-swiper .swiper-slide img {
  max-width: 90%;
  max-height: 90%;
}
.coop .coop-swiper .swiper-button-next {
  color: #3e3e3e;
  right: -5%;
}
.coop .coop-swiper .swiper-button-prev {
  color: #3e3e3e;
  left: -5%;
}
.coop .coop-swiper .swiper-button-next::after {
  font-size: 32px;
}
.coop .coop-swiper .swiper-button-prev::after {
  font-size: 32px;
}
.mb-tab {
  display: none;
  margin: 30px 0 0 0;
}
.mb-tab ul {
  display: flex;
  flex-wrap: wrap;
}
.mb-tab ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 24%;
  margin: 1px;
  background-color: #f5f5f5;
}
.mb-tab ul li a {
  font-size: 14px;
  color: #666;
}
.mb-tab ul .act {
  background-color: #3b45cf;
}
.mb-tab ul .act a {
  color: #fff;
}

.fit {
  position: relative;
  top: -150px;
  height: 0;
}
.prod-center-tab {
  display: flex;
  justify-content: center;
  margin-top: 3.5%;
}
.prod-center-tab a {
  display: block;
  width: 150px;
  line-height: 40px;
  text-align: center;
  background-color: #f2f4f9;
  color: #666;
  font-size: 16px;
  margin: 0 15px;
}
.prod-center-tab a:hover {
  color: #3b45cf;
}
.prod-center-tab .act a {
  background-color: #3b45cf;
  color: #fff;
}
.prod-center-tab .act a:hover {
  color: #fff;
}