﻿@charset "UTF-8";
.bg-lightgrey {
  background-color: #f4f4f4;
}

.bg-ef {
  background-color: #efefef;
}

.bg-white {
  background-color: white;
}

.bg-f7 {
  background-color: #f7f7f7;
}

.bg-f0 {
  background-color: #f0f0f0;
}

.bg-f6 {
  background-color: #f6f6f6;
}

.ws-symbol {
  color: #d20032;
}

body {
  font-family: Arial;
}

a.red-link,
button.red-link {
  color: #d20032;
  font-size: 20px;
}

a.red-link:hover,
button.red-link:hover {
  cursor: pointer;
}

a.red-link:visited,
button.red-link:visited {
  color: #d20032;
  text-decoration: none;
}

a.r-red-link,
button.r-red-link {
  color: #d20032;
  text-decoration: none;
}

a.r-red-link:hover,
button.r-red-link:hover {
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 3px 0 -0.1em #d20032;
}

a.r-red-link:visited,
button.r-red-link:visited {
  color: #d20032;
  text-decoration: none;
}

a.round-button,
button.round-button {
  background-color: #d20032;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #d20032;
  color: white;
  font-size: 20px;
  line-height: 18px;
  padding: 10px 28px;
  height: 41px;
  min-width: 132px;
  display: inline-block;
  cursor: pointer;
}

a.round-button.big-round,
button.round-button.big-round {
  font-size: 20.83px;
  padding: 4px 23px;
}

a.round-button:hover, a.round-button:visited,
button.round-button:hover,
button.round-button:visited {
  cursor: pointer;
  background-color: #d20032;
  color: white;
  border: 1px solid #d20032;
  text-decoration: none;
}

a.round-button.small-round,
button.round-button.small-round {
  padding: 5px;
  height: 30px;
  min-width: 82px;
}

a.round-button.circle,
button.round-button.circle {
  background-color: transparent;
  color: #d20032;
  border: 1px solid #d20032;
  text-decoration: none;
}

a.round-button.circle:hover,
button.round-button.circle:hover {
  background-color: #d20032;
  color: white;
  border: 1px solid #d20032;
}

a.round-button.circle.grey,
button.round-button.circle.grey {
  color: #666666;
  border: 1px solid #666666;
}

a.round-button.circle.grey:hover,
button.round-button.circle.grey:hover {
  background-color: transparent;
  color: #d20032;
  border: 1px solid #d20032;
}

a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  a.round-button, button.round-button {
    height: 35px;
    line-height: 24px;
    font-size: 14px;
    padding: 5px 14px;
  }
}

.item-note {
  line-height: 29px;
}

.item-note:hover {
  text-decoration: none;
}

.item-note .note-title {
  color: #000000;
  font-size: 20px;
}

.item-note .note-subtitle {
  color: #505050;
  font-size: 16px;
}

.block-section {
  padding-bottom: 40px;
  position: relative;
}

.block-section .section-title {
  padding: 75px 0 45px 0;
  text-align: center;
  color: #2d5082;
  font-size: 36px;
}

.block-section .section-title.md {
  padding: 15px 0;
}

.block-section .section-content {
  margin: 0 auto;
  padding-bottom: 40px;
  max-width: 1200px;
}

.block-section .section-desc {
  font-size: 16px;
  color: #2d5082;
  text-align: center;
}

.block-section .section-button {
  text-align: center;
}

.block-section .half-up {
  z-index: -1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: #f4f4f4;
}

.block-section .half-down {
  z-index: -1;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: white;
}

.block-section.full .section-content {
  width: 100%;
}

.block-section.no-bottom {
  padding-bottom: 0;
}

.block-section.no-bottom .section-content {
  padding-bottom: 0;
}

.block-section.switch-video .feature-block.case .swiper-slide {
  width: 33.3%;
}

.block-section.switch-video .feature-block.case .swiper-slide:last-child .feature-item {
  margin-right: 0;
}

.block-section.switch-video .feature-block.case .feature-item {
  width: 96%;
  margin: 0 0 0 1%;
}

@media screen and (min-width: 1200px) {
  .block-section .section-content {
    width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  .block-section {
    padding-bottom: 10px;
  }
  .block-section .section-title {
    font-size: 28px;
    padding: 20px 0 20px 0;
  }
  .block-section .section-content {
    width: 95%;
    padding-bottom: 10px;
  }
  .block-section .section-button {
    text-align: center;
    padding-bottom: 20px;
  }
  .block-section .section-button button {
    padding: 10px 35px;
  }
  .block-section.switch-video .feature-block.case .swiper-slide {
    width: 100%;
  }
  .block-section.switch-video .feature-block.case .feature-item {
    width: 100%;
    margin: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 969px) {
  .block-section .section-content {
    width: 100%;
  }
}

.common-breadcrumb {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 0;
}

.common-breadcrumb .breadcrumb {
  background-color: transparent;
  width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  padding: 8px 0;
}

.common-breadcrumb .breadcrumb li:not(:first-child):before {
  content: ">";
  padding: 0 15px;
}

.common-breadcrumb .breadcrumb li a {
  color: #f5f5f5;
}

.common-breadcrumb .breadcrumb li a img {
  margin-top: -4px;
}

.common-breadcrumb .breadcrumb li a:hover {
  color: white;
  text-decoration: none;
}

.common-breadcrumb .breadcrumb li.active a {
  color: #FFFFFF;
}

.common-breadcrumb .breadcrumb .dropdown-toggle.active {
  color: white;
}

.common-breadcrumb .breadcrumb .dropdown-menu {
  left: 75%;
  border-radius: 0;
  background-color: #f7f7f7;
  min-width: 300px;
  padding: 10px;
  font-size: 14px;
}

.common-breadcrumb .breadcrumb .dropdown-menu .menu-row {
  width: 100%;
  display: inline-block;
}

.common-breadcrumb .breadcrumb .dropdown-menu .menu-row a {
  padding-right: 15px;
  color: #515151;
  white-space: nowrap;
  padding: 7px 10px;
}

.common-breadcrumb .breadcrumb .dropdown-menu .menu-row a:hover {
  color: #d20032;
}

.common-breadcrumb.self {
  position: relative;
  background-color: white;
}

.common-breadcrumb.self .breadcrumb li:not(:first-child):before {
  color: #4b4b4b;
}

.common-breadcrumb.self .breadcrumb li a {
  color: #4b4b4b;
}

.common-breadcrumb.self {
  position: relative;
  background-color: white;
}

.common-breadcrumb.self .breadcrumb li:not(:first-child):before {
  color: #4b4b4b;
}

.common-breadcrumb.self .breadcrumb li a {
  color: #4b4b4b;
}

@media screen and (max-width: 1200px) {
  .common-breadcrumb .breadcrumb {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .common-breadcrumb {
    display: none;
  }
}

/*每页的banner图部分和面包屑部分*/
.banner-content-block {
  background-color: #384454;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner-content-block img {
  width: 100%;
}

.banner-content-block img.block-img-pc {
  width: 1920px;
  max-width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  overflow: hidden;
}

.banner-content-block .block-img-mb {
  display: none;
}

.banner-content-block .block-wrapper {
  max-height: 400px;
  padding: 45px 100px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.banner-content-block .block-wrapper .wrapper-container {
  width: 1200px;
  margin: 0 auto;
}

.banner-content-block .block-wrapper .wrapper-container .block-title {
  font-size: 46px;
  padding-bottom: 10px;
  color: white;
}

.banner-content-block .block-wrapper .wrapper-container .block-content {
  min-height: 80px;
  font-size: 24px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  color: #fff;
}

.banner-content-block .block-wrapper .wrapper-container .block-content li {
  margin-left: 15px;
  padding-bottom: 10px;
  font-size: 16px;
  list-style: disc;
}

.banner-content-block .block-wrapper .wrapper-container button {
  padding: 8px 35px;
}

@media screen and (max-width: 768px) {
  .banner-content-block .block-img-pc {
    display: none;
  }
  .banner-content-block .block-img-mb {
    display: block;
  }
  .banner-content-block .block-wrapper {
    padding: 30px 20px;
  }
  .banner-content-block .block-wrapper .wrapper-container {
    width: 100%;
  }
  .banner-content-block .block-wrapper .wrapper-container .block-title {
    font-size: 24px;
  }
  .banner-content-block .block-wrapper .wrapper-container .block-content {
    font-size: 16px;
  }
  .banner-content-block .block-wrapper .wrapper-container button {
    padding: 8px 20px;
  }
  .banner-content-block .block-wrapper .wrapper-container button.round-button {
    padding: 5px 14px;
  }
}

@media screen and (min-width: 769px) {
  .banner-content-block .block-img-mb {
    display: none;
  }
}

.common-swiper {
  position: relative;
}

.common-swiper .swiper-button-prev {
  left: -50px;
  background-size: cover;
  width: 50px;
  height: 50px;
  background-image: url("../images/i-arrow-l.png");
}

.common-swiper .swiper-button-prev:hover {
  background-image: url("../images/i-arrow-lr.png");
}

.common-swiper .swiper-button-next {
  right: -50px;
  background-size: cover;
  width: 50px;
  height: 50px;
  background-image: url("../images/i-arrow-r.png");
}

.common-swiper .swiper-button-next:hover {
  background-image: url("../images/i-arrow-rr.png");
}

.common-swiper .swiper-pagination {
  position: absolute;
  z-index: 20;
  bottom: 60px;
  width: 100%;
  text-align: center;
}

.common-swiper .swiper-pagination-switch {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #d6d6d6;
  margin: 0 5px;
  cursor: pointer;
}

.common-swiper .swiper-active-switch {
  background: #d20032;
  width: 12px;
  height: 12px;
  border-radius: 6px;
}

.bg-lightgrey .common-swiper .swiper-pagination-switch {
  background: #FFFFFF;
}

.bg-lightgrey .common-swiper .swiper-active-switch {
  background: #d20032;
}

@media screen and (max-width: 768px) {
  .common-swiper .swiper-button-next,
  .common-swiper .swiper-button-prev {
    display: none;
  }
  .common-swiper .swiper-pagination {
    bottom: 20px;
  }
}

.sol-banner .swiper-container {
  width: 100%;
  height: auto;
}

.sol-banner .swiper-slide {
  position: relative;
}

.sol-banner .swiper-pagination {
  bottom: 24%;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  text-align: center;
}

.mobile-pic {
  display: none;
}

.sol-pic img {
  width: 100%;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #FFF;
  margin: 0 5px;
  cursor: pointer;
}

.swiper-active-switch {
  color: #fff;
  background: #d20032;
  width: 16px;
  height: 16px;
  border-radius: 8px;
}

.banner-content {
  width: 1200px;
  color: #fff;
  position: absolute;
  top: 15%;
  left: 50%;
  margin-left: -600px;
}

.banner-title {
  font-size: 48px;
}

.banner-content p {
  font-size: 25px;
  margin-top: 15px;
}

.sol-more {
  margin-top: 35px;
  display: block;
  width: 152px;
  height: 39px;
  background: #d20032;
  text-align: center;
  border-radius: 20px;
  padding: 9px;
  font-size: 18px;
  color: #fff;
}

.sol-more span {
  margin-left: 15px;
}

.sol-more:hover,
.sol-breadnav .on:hover {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.sol-breadnav {
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 30;
  padding: 20px 0;
  color: #fff;
  box-sizing: border-box;
}

.sol-breadnav-nav {
  position: absolute;
  top: -60px;
}

.sol-breadnav p {
  width: 1200px;
  margin: 0 auto;
}

.sol-breadnav img {
  margin-top: -5px;
}

.sol-breadnav span {
  margin: 0 15px;
  color: #b1b1b1;
}

/*breadnav*/
.breadnav-style {
  max-width: 1200px;
  margin: 0 auto;
}

.sol-breadnav .left-nav {
  /*width: 40%;*/
  /*common-modifty*/
  width: auto;
  float: left;
}

.sol-breadnav .right-nav {
  width: auto;
  float: right;
}

.right-nav .nav-item {
  float: left;
}

.right-nav a {
  color: #fff;
  line-height: 20px;
  float: left;
  margin-left: 40px;
}

.right-nav a.on,
.right-nav a:hover {
  color: #FFFFFF;
}

.sol-breadnav a {
  font-size: 16px;
  color: #f5f5f5;
}

.sol-breadnav a.on {
  color: #FFFFFF;
}

.sol-breadnav .right-nav a.on {
  padding-bottom: 2px;
  border-bottom: 2px #fff solid;
}

@media screen and (max-width: 842px) {
  .sol-breadnav {
    background: #f0f0f0;
    color: #4d4d4d;
  }
  .sol-breadnav a {
    color: #4d4d4d;
  }
  .sol-breadnav .right-nav {
    float: none;
    width: 100%;
    padding: 0 4.5%;
    text-align: center;
  }
  .sol-breadnav .right-nav a.on {
    color: #d20032;
    border-bottom: 1px solid #d20032;
  }
}

@media (max-width: 1080px) {
  .right-nav a {
    margin-left: 20px;
  }
}

/*title*/
.solution-title {
  font-size: 46px;
  line-height: 1;
  color: #2d5082;
  padding: 95px 0 58px 0;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .solution-title {
    font-size: 35px;
    padding: 60px 0 40px;
  }
}

/*@media screen and (max-width: 756px) {
	.solution-title {
		font-size: 35px;
		padding: 60px 0 40px;
	}
}*/
@media screen and (max-width: 768px) {
  .solution-title {
    font-size: 23px;
    padding: 60px 0 40px;
  }
  .right-nav .nav-item {
    padding: 5px 15px;
    float: left;
    height: 33px;
  }
  .right-nav .nav-item a {
    padding: 0;
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  .solution-title {
    /*font-size: 30px;*/
    /*padding: 45px 0 30px;*/
    padding: 1.5em 0 1em;
  }
}

/*案例中心和产品首页的公共搜索框*/
.case-search {
  background: #efefef;
  padding: 1.9% 0;
}

.cs-search {
  width: 66%;
  margin: 0 auto;
  box-sizing: border-box;
  height: 45px;
  line-height: 45px;
  position: relative;
}

.cs-search input {
  position: absolute;
  font-size: 18px;
  height: 100%;
  line-height: 40px;
}

.cs-search input[type="text"] {
  width: 88%;
  color: #8e8e8e;
  border: 1px solid #c9c9c9;
  border-right: none;
  padding-left: 1.1em;
  border-radius: 1.25em 0 0 1.25em;
}

.cs-search input[type="button"] {
  width: 12%;
  background: #d20032 url(../images/case-search-icon.png) no-repeat 45% center;
  border: none;
  border-radius: 0 1.25em 1.25em 0;
  right: 0;
}

@media (max-width: 1400px) {
  .banner-content {
    top: 5%;
  }
}

@media screen and (max-width: 1280px) {
  .banner-content,
  .sol-breadnav .breadnav-style {
    padding: 0 2%;
  }
  .banner-title {
    font-size: 36px;
  }
  .sol-more {
    font-size: 14px;
    width: 120px;
    height: 34px;
  }
  .banner-content p {
    font-size: 20px;
  }
  .swiper-pagination-switch {
    width: 13px;
    height: 13px;
  }
  .swiper-active-switch {
    width: 14px;
    height: 14px;
  }
  .case-search .com-content {
    padding: 0 2%;
  }
}

@media screen and (max-width: 1200px) {
  .banner-content,
  .sol-breadnav p {
    width: 100%;
    left: 0;
    margin-left: 10%;
  }
  .sol-breadnav p {
    margin-left: 0;
  }
}

@media screen and (max-width: 1110px) {
  .banner-title {
    font-size: 34px;
  }
  .sol-more {
    font-size: 12px;
    width: 100px;
    height: 28px;
    padding: 7px;
    margin-top: 19px;
  }
  .banner-content p {
    font-size: 18px;
  }
  .sol-breadnav p {
    font-size: 12px;
  }
  .swiper-pagination-switch {
    width: 11px;
    height: 11px;
  }
  .swiper-active-switch {
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .sol-banner {
    margin-top: 0;
  }
  .cs-search {
    width: 100%;
    height: 40px;
  }
  .cs-search input {
    font-size: 12.5px;
  }
  .cs-search input[type="text"] {
    width: 86%;
    border: 1px solid #dcdcdc;
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: auto 50%;
    border-radius: 20px 0 0 20px;
  }
  .cs-search input[type="button"] {
    width: 14%;
    border-radius: 0 20px 20px 0;
  }
}

@media screen and (max-width: 842px) {
  .swiper-container {
    height: auto;
  }
  .sol-banner {
    margin-top: 0;
  }
  .mobile-pic {
    display: block;
    width: 100%;
  }
  .pc-pic,
  .sol-breadnav .left-nav {
    display: none;
  }
  .sol-banner .swiper-pagination {
    bottom: 20px;
  }
}

@media screen and (min-width: 600px) and (max-width: 842px) {
  .banner-content {
    top: 20%;
    margin-left: 3%;
  }
  .banner-title {
    font-size: 53px;
  }
  .sol-more {
    font-size: 24px;
    width: 180px;
    height: 50px;
    padding: 11px;
    border-radius: 25px;
    margin-top: 15%;
  }
  .banner-content p {
    font-size: 40px;
    margin-top: 15px;
  }
}

@media (max-width: 599px) {
  .banner-content {
    top: 20%;
    margin-left: 3%;
  }
}

@media screen and (max-width: 480px) {
  .banner-title {
    font-size: 29px;
  }
  .sol-more {
    font-size: 13px;
    width: 100px;
    height: 28px;
    padding: 6px;
    border-radius: 14px;
    margin-top: 11%;
  }
  .banner-content p {
    font-size: 16px;
  }
  .swiper-pagination-switch {
    width: 11px;
    height: 11px;
  }
  .swiper-active-switch {
    width: 12px;
    height: 12px;
  }
  .banner-content {
    top: 17%;
    margin-left: 3%;
  }
}

@media (max-width: 450px) {
  .cs-search input[type=button] {
    background-image: url(../images/case-search-icon-mb.png);
    background-size: 14px auto;
  }
}

@media (max-width: 360px) {
  .banner-content {
    top: 17%;
  }
}

@media (max-width: 350px) {
  .sol-banner .swiper-pagination {
    bottom: 10px;
  }
}

a {
  color: #666666;
}

.footer .bottom {
  background-color: #d20032;
}

.footer .bottom .bottom-in ul li a {
  color: #FFFFFF;
}

.footer .bottom .bottom-in .copyright {
  color: #FFFFFF;
}
