/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
  font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
  min-width: 1200px;
}

* {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.mobile-show {
  display: none;
}

/* header */

.navbar {
  background-color: #343a40;
}


.container {
  max-width: 1200px;
  padding: 0;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav{
    width: 597px;
    justify-content: space-between;
  }
  .navbar {
    padding: 8px 100px;
    background: rgba(0, 0, 0, 0.1);
  }
  .navbar:hover {
    background: rgba(0, 0, 0, 0.5) !important;
  }
  footer {
  height: 360px;

  }
  .container.overflow-hidden {
    overflow: hidden;
  }

  body {
    min-width: 1200px;
  }

  header .container {
    width: 1200px;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
  }

  .header-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
  }

  .navbar {
    height: 60px;
    min-width: 1200px;
    transition: background-color 200ms;
    /* background-color: transparent; */
  }

  .navbar.scroll {
    background-color: #343a40;
  }

  .navbar:hover {
    background-color: #343a40;
  }
}

.bold {
  font-weight: bold;
}

.navbar .phone {
  display: flex;
  align-items: center;
  float: right;
  white-space: nowrap;
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
}

.navbar .phone .phone-icon {
  display: inline-block;
  background-image: url(../images/header_call.png);
  height: 20px;
  width: 20px;
  background-size: 20px;
  margin-right: 8px;
}

.navbar-brand {
  padding-top: 0;
  margin-right: 100px;
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 0;
}

.navbar-brand img {
  max-height: 60px;
  max-width: 150px;
}
.navbar-expand-md .navbar-nav{
  /* width: 597px; */
  justify-content: space-between;
}

.nav-link {
  color: #fff !important;
  font-size: 14px;
}

.nav-link:hover {
  color: #0893ff !important;
}

.narbar-nav.narbar-btn {
  width: 106px;
  height: 36px;
  background: #FF9215;
  border-radius: 18px;
  margin-right: 40px;
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  color: #fff;
}

.narbar-nav.narbar-btn:hover {
  background: #FFAB07;
}

.nav-product {
  position: relative;
}

.nav-product:hover .product-layer {
  visibility: visible;
  max-height: 1000px;
}

.nav-product:hover .product-layer-wrapper {
  opacity: 1;
  visibility: visible;
  max-height: 1000px;
}

.product-layer {
  z-index: 1;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 60px;
  height: 380px;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  visibility: hidden;
  transition: all 0.4s;
  max-height: 0;
}

.product-layer-wrapper {
  z-index: 2;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 800px;
  top: 60px;
  left: -8px;
  padding-top: 40px;
  padding-bottom: 10px;
  transition: all 0.4s;
}

.product-layer-wrapper li {
  position: relative;
  float: left;
  width: 170px;
  height: 110px;
  text-align: center;
  padding: 10px;
  line-height: initial;
  margin-right: 10px;
}

.product-layer-wrapper li:hover {
  color: #31b7f6;
}

.product-layer-wrapper li:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #373d41;
  transform: scale(0);
  transition: all 0.3s;
}

.product-layer-wrapper li:hover:before {
  transform: scale(1);
}

.product-layer-wrapper li a {
  text-decoration: none;
  color: #fff;
}

.product-layer-wrapper li:hover a {
  color: #31b7f6;
}

.product-layer-wrapper li span {
  margin-top: 0px;
  display: block;
  margin-top: 10px;
  line-height: 20px;
}

.product-layer-wrapper li {
  font-size: 14px;
  color: #fff;
}

.bg-transparent li.active {
  border-bottom: 2px solid #fff;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
/* .myCarousel {
  margin-bottom: 80px;
} */
/* Since positioning the image, we need to help out the caption */
.myCarousel .carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.myCarousel .carousel-item {
  overflow: hidden;
}

.carousel-indicators {
  padding-bottom: 0;
  margin-bottom: 0;
  bottom: 30px;
}

.myCarousel .carousel-item .banner {
  display: block;
  width: 100%;
  height: 560px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px 560px;
}

.myCarousel .banner-content {
  position: relative;
  left: 50%;
  margin-left: 200px;
  padding-top: 135px;
  color: #fff;
}

.myCarousel .text-1 {
  font-size: 20px;
}

.myCarousel .text-2 {
  font-size: 16px;
}

.myCarousel .text-3 {
  font-size: 24px;
}

.myCarousel .banner-phone-box {
  position: relative;
  margin-top: 25px;
}

.myCarousel .icon-banner-phone {
  position: absolute;
  left: 20px;
  top: 14px;
}

.myCarousel .banner-phone {
  width: 210px;
  height: 50px;
  border-radius: 25px;
  border: none;
  padding-left: 50px;
}

.myCarousel .btn.banner-btn {
  position: absolute;
  top: 275px;
  margin-top: 15px;
  width: 210px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  background: #f08d00;
  border-radius: 25px;
  color: #fff !important;
}

.myCarousel .btn.banner-btn:hover {
  background-color: #ff9900;
}

/* MARKETING CONTENT
-------------------------------------------------- */

.sub-title {
  margin-top: 80px;
  text-align: center;
}

.sub-title h1 {
  margin-bottom: 10px;
  font-size: 22px;
  color: #333;
}

.product .sub-title p {
  margin-bottom: 30px;
}

.sub-title p {
  margin: 20px 0 40px;
  color: #666;
  font-size: 14px;
}

.solution-detail-wrapper .division {
  background: #ecf1fc;
  height: 1px;
}

.no-margin {
  padding-top: 80px;
  margin: 0;
}

/* .product {
  padding-bottom: 4em;
} */

.productCarousel {
  margin-bottom: 80px;
}

@keyframes moveTop {
  from {
    top: 0;
  }

  to {
    top: -10px;
  }
}

.container.product {
  overflow: hidden;
}

.productCarousel .carousel-item a {
  display: block;
  float: left;
  position: relative;
  width: calc(25% - 12px);
  margin-top: 10px;
  margin-right: 16px;
}

.productCarousel .carousel-item a:last-child {
  margin-right: 0;
}

.productCarousel .carousel-item a {
  position: relative;
}

.productCarousel .carousel-item a img {
  position: relative;
  top: 0;
}

.productCarousel .carousel-item img:hover {
  transition: 0.3s;
  top: -5px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.375);
}

.productCarousel .carousel-indicators {
  margin-bottom: -20px;
  bottom: 0;
}

.partnerCarousel .carousel-indicators {
  margin-bottom: -60px;
  bottom: 0;
}

.partnerCarousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #a9aeb5 !important;
}

.partnerCarousel .carousel-indicators li.active {
  background: #535e6b !important;
}

.partnerCarousel .carousel-indicators li.active .animation {
  display: none;
}

.productCarousel .carousel-indicators li {
  background-color: #e1e4e8;
  width: 40px;
  height: 4px;
  margin-right: 5px;
  margin-left: 5px;
}

.productCarousel .carousel-indicators .active {
  background-color: #373d41;
}

.introduce {
  background-color: #f6f7fa;
  padding-top: 1px;
}

.introduce > img {
  width: 100%;
}

/* industry begin -------------------- */

.industry {
  padding-bottom: 43px;
}

.industry .label {
  margin-top: 10px;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

.industry .industry-solution-item {
  margin-bottom: 17px;
  margin-right: 17px;
}

.industry .industry-solution-item.last {
  margin-right: -1px;
}

.industry a {
  display: inline-block;
  width: 100%;
  padding: 5px;
  background-color: #fff;
  height: 186px;
}

.industry .industry-solution a:hover {
  text-decoration: none;
}

.industry .food a:hover {
  background-color: #e3e8fd;
}

.industry .metal a:hover {
  background-color: #d2efff;
}

.industry .digital a:hover {
  background-color: #e2f9fe;
}

.industry .mall a:hover {
  background-color: #feeccf;
}

.industry .electric a:hover {
  background-color: #fff8ea;
}

.industry .chemical a:hover {
  background-color: #ffe7e9;
}

.industry .metal_process a:hover {
  background-color: #d1ffff;
}

.industry .furniture a:hover {
  background-color: #e6ffc2;
}

.industry .government a:hover {
  background-color: #fef0c9;
}

.industry .school a:hover {
  background-color: #cdffee;
}

.industry .guarantee a:hover {
  background-color: #ceefff;
}

.industry .hospital a:hover {
  background-color: #ffe8e4;
}

.industry a > div {
  text-align: center;
}

/* industry end ---------------------- */

.partner {
  padding-top: 1px;
  padding-bottom: 120px;
}

.partner .carousel-inner {
  height: 178px;
}

.partnerCarousel .carousel-item img {
  width: 100%;
}

.banner {
  padding: 0;
}

.introduce.banner {
  height: 150px;
  background: url(../images/"home_banner_01.png");
  background-position: center;
}

.content {
  position: relative;
}

.content > img {
  width: 100%;
}

.apply {
  padding-top: 1px;
  min-height: 474px;
  background: url(../images/"home_bg_01.jpg");
}

.apply .padding span {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: calc(25px + 0.35em);
  top: 12px;
}

.apply .padding .textarea input {
  height: 60px;
}

.list-group-item {
  height: 56px;
  line-height: 28px;
  font-size: 14px;
  font-weight: bold;
  border-top: none;
  margin-bottom: 0;
}

.submit {
  float: right;
  width: 200px;
  border-radius: 0;
  line-height: 50px;
  letter-spacing: 0.5em;
  margin-top: 10px;
  height: 50px;
  font-size: 20px;
  padding: 0;
}

.icon-right {
  margin-left: 2em;
  margin-right: 1em;
}

.service {
  position: fixed;
  right: 0;
  bottom: 100px;
}

.service .online {
  padding-top: 1em;
  background-color: #fff;
}

.service .online .online-service-text {
  line-height: 3em;
  text-align: center;
}

.service .btn-wrapper {
  text-align: center;
  padding-top: 1em;
  padding-right: 10px;
}

.service .btn-wrapper .btn {
  color: #fff;
}

.service .pre-sale .btn {
  background-color: #ee685d;
}

.service .after-sale .btn {
  background-color: #33cc99;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.container.form .row .col-md-6.first {
  padding-right: 20px;
}

.container.form .row .col-md-6.last {
  padding-left: 20px;
}

footer {
  background-color: #3a3938;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  justify-content: space-between;
  background: url('../images/footer_bg.jpg') no-repeat center;
}

.footer {
  color: #fff;
  padding-top: 50px;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.footer .link-container {
  display: block;
  min-width: 500px;
  padding: 0 0 0 80px;
  float: left;
}

.footer .contact-container {
  max-width: 420px;
  float: left;
}

.footer .qr-container {
  max-width: 280px;
  float: left;
  height: 130px;
  margin-left: 100px;
}

.footer .qr-container img {
  width: 90px;
  height: 90px;
}

.link-container .link-item {
  width: 146px;
  float: left;
}

.copyright a {
  color: #999;
}

.footer a:hover,
.copyright a:hover {
  color: #fff;
  text-decoration: none;
}

.footer h3 {
  font-size: 14px;
  padding-left: 30px;
}

.footer h4 {
  font-size: 14px;
  margin-bottom: 22px;
}

.footer .light-link {
  color: #0893ff !important;
}

.footer ul {
  margin-top: 1em;
}

.footer li {
  line-height: 26px;
}

.footer li a {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
  color: #ACACAC;
}

.footer .qr p {
  color: #fff;
  margin-bottom: 28px;
  font-size: 14px;
}

.footer .consult-wrapper {
  width: 330px;
  border-right: 1px solid #424751;
  padding-right: 53px;
  margin-bottom: 20px;
}

.consult-wrapper .title {
  font-size: 14px;
  margin-bottom: 14px;
}

.consult-wrapper .phone {
  font-size: 24px;
  margin-bottom: 50px;
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
}

.consult-wrapper .address {
  font-size: 14px;
  line-height: 30px;
}

.copyright {
  margin-bottom: 0;
  color: #ACACAC;
  font-size: 12px;
  line-height: 45px;
  height: 45px;
  border-top: 1px solid #424751;
  max-width: 1200px;
  width: 100%;
}

.copyright .aq {
  margin-left: 26px;
  color: #999;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0;
  /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.05rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
 
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    padding: 0 0em;
    font-family: 'Microsoft YaHei';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
  }

  .navbar-expand-md .navbar-nav .nav-item {
    height: 60px;
    line-height: 60px;
    padding: 0 1em;
    cursor: pointer;
  }

  .navbar-expand-md .navbar-nav .nav-item:first-child {
    padding-left: 0;
  }

  .navbar-expand-md .navbar-nav .nav-item:last-child {
    padding-right: 0;
  }

  .navbar-nav > li:hover .nav-link {
    position: relative;
  }

  .navbar-nav > li:hover .nav-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #0070f0;
  }

  .bg-transparent .navbar-nav > li:hover {
    border-bottom: 2px solid #fff;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.circle-carousel .carousel-control-prev,
.circle-carousel .carousel-control-next {
  display: none;
}

.circle-carousel li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 3px;
  opacity: 0.5;
}

.circle-carousel li:hover {
  background-color: #fff;
  cursor: pointer;
  opacity: 1;
}

.circle-carousel li.active {
  opacity: 1;
}

.partiner {
  width: 1200px;
  height: 180px;
}

.partiner .block {
  float: left;
  width: 185px;
  height: 80px;
  margin-bottom: 18px;
  margin-right: 18px;
}

.partiner .block.block6,
.partiner .block.block12,
.partiner .block.block18,
.partiner .block.block24 {
  margin-right: 0px;
}

.partiner .block:hover::before {
  display: block;
  content: " ";
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}

.partiner .block1 {
  background: url(../images/1.png);
}

.partiner .block2 {
  background: url(../images/2.png);
}

.partiner .block3 {
  background: url(../images/3.png);
}

.partiner .block4 {
  background: url(../images/4.png);
}

.partiner .block5 {
  background: url(../images/5.png);
}

.partiner .block6 {
  background: url(../images/6.png);
}

.partiner .block7 {
  background: url(../images/7.png);
}

.partiner .block8 {
  background: url(../images/8.png);
}

.partiner .block9 {
  background: url(../images/9.png);
}

.partiner .block10 {
  background: url(../images/10.png);
}

.partiner .block11 {
  background: url(../images/11.png);
}

.partiner .block12 {
  background: url(../images/12.png);
}

.partiner .block13 {
  background: url(../images/13.png);
}

.partiner .block14 {
  background: url(../images/14.png);
}

.partiner .block15 {
  background: url(../images/15.png);
}

.partiner .block16 {
  background: url(../images/16.png);
}

.partiner .block17 {
  background: url(../images/17.png);
}

.partiner .block18 {
  background: url(../images/18.png);
}

.partiner .block19 {
  background: url(../images/19.png);
}

.partiner .block20 {
  background: url(../images/20.png);
}

.partiner .block21 {
  background: url(../images/21.png);
}

.partiner .block22 {
  background: url(../images/22.png);
}

.partiner .block23 {
  background: url(../images/23.png);
}

.partiner .block24 {
  background: url(../images/24.png);
}

.partnerCarousel li {
  background: #a9aeb5;
}

.partnerCarousel li:hover {
  background: #535e6b;
}

.input-box {
  width: 100%;
  background: #fff;
  height: 44px;
  line-height: 44px;
  margin-bottom: 10px;
}

.input-box img {
  vertical-align: top;
}

.input-box .input {
  width: calc(100% - 35px) !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0;
  height: 44px;
  line-height: 44px;
}

.input-box .input:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.textarea .input-box {
  height: 60px;
  line-height: 30px;
}

.input-box textarea.input {
  width: 100%;
  line-height: 30px;
  border: none;
}

.carousel-indicators li.carousel-animation {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  height: 4px;
}

.carousel-indicators .active {
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before,
.carousel-indicators li::after {
  content: none;
}

.carousel.carousel-animate .animation {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0;
  height: 4px;
  content: "";
  background: #fff;
}

.pointer {
  cursor: pointer;
}

.new-index-pc {
  font-size: 14px;
  background: #f9faff;
}

.new-index-pc h3 {
  font-size: 32px;
  font-weight: 400;
  color: rgba(37, 43, 58, 1);
  text-align: center;
}

.new-index-pc .sub-title {
  font-size: 14px;
  font-weight: 400;
  color: rgba(96, 96, 96, 1);
  text-align: center;
  margin: 15px 0 0;
}

.new-index-pc .products-block {
  background-color: #fff;
}

.new-index-pc .products-block h3 {
  padding-top: 80px;
}

.new-index-pc .products-block .products-box {
  display: none;
}

.new-index-pc .products-classify {
  text-align: center;
  margin-top: 35px;
}

.new-index-pc .products-classify li.classify {
  width: 160px;
  height: 140px;
  display: inline-block;
  margin: 0 70px;
  cursor: pointer;
  color: #404040;
  border-bottom: 2px solid #fff;
}

.new-index-pc .products-classify .classify.active,
.new-index-pc .products-classify .classify:hover {
  color: #0070f0;
  border-color: #0070f0;
  background: linear-gradient(
    0deg,
    rgba(236, 244, 254, 1),
    rgba(255, 255, 255, 1)
  );
}

.new-index-pc .products-classify .icon,
.new-index-pc .products-classify .text {
  margin-top: 20px;
}

.new-index-pc .products-box {
  text-align: center;
  border-top: 1px solid #f7faff;
  padding: 60px 0 35px;
  width: 1200px;
  margin: auto;
}

.new-index-pc .products-box.lg-products-box {
  width: 1400px;
}

.new-index-pc .products-box .product-warp {
  position: relative;
  display: inline-block;
  width: 392px;
  height: 500px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 2px 0px rgba(0, 112, 240, 0.12);
  border-radius: 4px;
  padding: 24px;
  text-align: left;
}

.new-index-pc .products-box .product-warp:hover {
  box-shadow: 0px 3px 10px 0px rgba(0, 112, 240, 0.1);
}

.new-index-pc .products-box .product-warp .btn-group {
  position: absolute;
  bottom: 24px;
}

.new-index-pc .product-warp .title {
  font-size: 20px;
  margin-top: 20px;
}

.new-index-pc .product-warp .tags {
  margin-top: 10px;
}

.new-index-pc .product-warp .tags li {
  height: 22px;
  padding: 0 11px;
  border: 1px solid #286fdb;
  color: #286fdb;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  margin-right: 10px;
}

.new-index-pc .product-warp p {
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.new-index-pc .product-warp .btn {
  width: 140px;
  height: 42px;
  border: 1px solid #0070f0;
  border-radius: 2px;
  color: #0070f0 !important;
}

.new-index-pc .product-warp .btn.btn-primary {
  background: rgba(0, 112, 240, 1);
  color: #fff !important;
}

.new-index-pc .product-warp .btn-group .btn {
  margin-right: 35px;
}

.new-index-pc .products-box .product-warp + .product-warp {
  margin-left: 150px;
}

.new-index-pc .products-box.lg-products-box .product-warp + .product-warp {
  margin-left: 64px;
}

.new-index-pc .question-block {
  height: 716px;
  margin-top: 32px;
  background-image: url(../images/solve_bg.png);
  background-position: center;
}

.new-index-pc .question-block h3 {
  padding-top: 48px;
}

.new-index-pc .question-content {
  width: 1200px;
  padding: 60px 0;
  margin: auto;
  font-size: 0;
}

.new-index-pc .question-block .question-box {
  display: inline-block;
  border-left: 1px solid #cfe3f6;
  width: 300px;
  height: 480px;
  vertical-align: text-top;
}

.new-index-pc .question-block .question-box:first-child {
  border: none;
}

.new-index-pc .question-content ul {
  text-align: center;
  margin-top: 30px;
}

.new-index-pc .question-warp {
  display: inline-block;
  width: 144px;
  height: 90px;
  text-align: center;
  color: #3d3d3d;
  border-top: 1px solid #e0edf9;
}

.new-index-pc .question-warp:nth-child(2n) {
  border-left: 1px solid #e0edf9;
}

.new-index-pc .question-warp:first-child,
.new-index-pc .question-warp:nth-child(2) {
  border-top: none;
}

.new-index-pc .question-warp:hover {
  background: #e9f6ff;
}

.new-index-pc .question-warp .icon {
  margin-top: 15px;
}

.new-index-pc .question-warp div {
  margin-top: 5px;
  font-size: 14px;
}

.new-index-pc .question-box .title {
  font-size: 22px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
}

.new-index-pc .solution-block {
  height: 966px;
  background-image: url("../images/industry_bg.png");
  background-position: center;
  background-color: #1b7aeb;
}

.new-index-pc .solution-block h3 {
  padding-top: 80px;
  color: #fff;
}

.new-index-pc .solution-block .sub-title {
  color: #fff;
}

.new-index-pc .solution-content {
  width: 1200px;
  margin: 60px auto 0;
  font-size: 0;
}

.new-index-pc .solution-warp {
  display: inline-block;
  width: 380px;
  height: 300px;
  margin: 0 10px 20px;
  overflow: hidden;
  color: #404040;
  background-color: #fff;
  position: relative;
  font-size: 14px;
}

.new-index-pc .solution-warp .animation-box {
  position: absolute;
  top: 0;
  transition: top 0.5s;
  color: #404040;
  text-decoration: none;
}

.new-index-pc .solution-warp .solution-title {
  height: 140px;
  padding: 30px;
  transition: padding-top 0.5s;
}

.new-index-pc .solution-warp:hover .animation-box {
  top: -160px;
}

.new-index-pc .solution-warp:hover .solution-title {
  padding-top: 60px;
}

.new-index-pc .solution-introduction {
  padding: 10px 30px 0;
}

.new-index-pc .solution-block .btn-solution {
  display: block;
  margin: 20px auto;
  width: 140px;
  height: 42px;
  line-height: 40px;
  padding: 0;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 1);
  background: transparent;
  text-align: center;
  border-radius: 0;
}

.index-news-block h3 {
  margin-top: 40px;
}

.index-news-content {
  width: 1200px;
  padding: 50px 0 60px;
  margin: auto;
  font-size: 0;
}

.index-news-warp {
  display: inline-block;
  width: 350px;
  margin-right: 75px;
  vertical-align: top;
}

.index-news-warp:last-child {
  margin-right: 0;
}

.index-news-header {
  position: relative;
  border-bottom: 1px solid #e0edf9;
  padding: 20px 10px;
}

.index-news-header .icon-arrow-right {
  position: absolute;
  right: 0;
  top: 25px;
  cursor: pointer;
}

.index-news-header h4 {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
  color: #3d3d3d;
  margin: 0 20px;
  vertical-align: bottom;
}

.index-news-list li {
  border-bottom: 1px solid #e0edf9;
  padding: 12px 5px;
  font-size: 14px;
  color: #3d3d3d;
}
.index-news-list ul:last-child {
  border: none!important;
}

.index-news-list .new-introduction {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.index-news-list .time {
  font-size: 12px;
  color: #a8a8a8;
}

.index-news-list .news-page {
  color: inherit;
  text-decoration: none;
}

.index-news-list .news-page:hover,
.index-news-list .news-page:hover .time {
  color: #286fdb;
}

.index-news-list .time .icon {
  vertical-align: middle;
}

.new-index-pc .solution-block .btn-solution:hover {
  background: #fff;
  color: #1b7aeb !important;
}

.new-index-pc .application-block {
  height: 88px;
  background-image: url("../images/ad_bg.jpg");
  background-position: center;
}

.new-index-pc .application-block.fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.new-index-pc .application-content {
  position: relative;
  width: 1065px;
  margin: auto;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 84px;
}

.new-index-pc .application-content .text {
  font-size: 26px;
  color: #fff;
  line-height: 88px;
}

.new-index-pc .application-content input {
  height: 48px;
  background: rgba(255, 255, 255, 1);
  border: none;
  border-radius: 4px;
  padding: 0 20px;
  line-height: 42px;
  font-size: 14px;
}

.new-index-pc .application-content .input-name {
  width: 140px;
  margin-left: 170px;
}

.new-index-pc .application-content .input-phone {
  width: 217px;
  margin-left: 218px;
}

.new-index-pc .application-content .btn-submit {
  width: 122px;
  height: 48px;
  background: #FFFFFF;
  
  border-radius: 4px;
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 48px;
  letter-spacing: 0.05em;
  color: #FD6500;
  padding: 0;
  margin-left: 30px;
}

.new-index-pc .application-content .btn-submit:hover {
  background-color: #FD6500;
  color: #fff;
  box-shadow: 0px 2px 12px #FD6500;
}

.new-index-pc .application-content .icon-cancel {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.js-application-from input {
  border: 1px solid #ff7b1c;
}

.js-application-from input.check::-webkit-input-placeholder {
  color: #ff7b1c;
}
