/*全局设置*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, table, th, td {
  margin: 0;
  padding: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding: 0;
}

li {
  list-style: none;
}

i {
  font-style: normal;
  color: #666666;
}

textarea {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.row {
  margin: 0;
}

a, a:hover, a:focus {
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
}

/* rem设置 */
html {
  font-size: 100px;
}
/* rem设置 */

html, body {
  /*font-family: "Microsoft YaHei", Arial !important;*/
  font-family: '';
}

body {
  background-color: #ffffff;
  line-height: 1;
  color: #666666;
  font-size: 14px;
  display: none;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {

}

/*  全屏视口 */
.container-fluid {
  padding: 0;
  position: relative;
}

.page-container {
  margin: 0 auto;
}

/* Nav */
.nav-fix-page, .breadcrumb-page, .normal-page {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 360px;
  padding-right: 360px;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

@media screen and (max-width: 2000px) {
  .nav-fix-page, .breadcrumb-page, .normal-page {
    padding-left: 15%;
    padding-right: 15%;
  }
}

@media screen and (max-width: 1750px) {
  .nav-fix-page, .breadcrumb-page, .normal-page {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media screen and (max-width: 1300px) {
  .nav-fix-page, .breadcrumb-page, .normal-page {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 991px) {
  .nav-fix-page, .breadcrumb-page, .normal-page {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.navbar {
  background-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 0;
  height: 60px;
  border: none;
  min-height: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar .navbar-header {
  position: relative;
  height: 60px;
  margin: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 767px) {
  .navbar, .navbar .navbar-header {
    height: 50px;
  }
}

.navbar .navbar-header .navbar-brand {
  padding: 0;
  margin: 0;
  width: 200px;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 15;
  display: flex;
  align-items: center;
}

.navbar .navbar-header .navbar-brand .logo-icon {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 1400px) {
  .navbar .navbar-header .navbar-brand {
    width: 180px;
  }
}

@media screen and (max-width: 1200px) {
  .navbar .navbar-header .navbar-brand {
    width: 140px;
  }
}

@media screen and (max-width: 767px) {
  .navbar .navbar-header .navbar-brand {
    width: 160px;
  }
}

/* navbar-toggle */
.navbar .navbar-header .navbar-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  margin: 0;
  padding: 10px 0;
  border: none;
}

.navbar .navbar-toggle, .navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
  background-color: transparent !important;
}

.navbar .navbar-toggle .icon-bar {
  position: relative;
  background-color: transparent !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar .collapsed .icon-bar {
  background-color: #0078ff !important;
  width: 25px;
  height: 3px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.navbar .navbar-toggle .icon-bar::before {
  content: '';
  width: 25px;
  height: 3px;
  background-color: #0078ff;
  position: absolute;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -2px;
  top: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.navbar .collapsed .icon-bar::before {
  top: -9px;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navbar .navbar-toggle .icon-bar::after {
  content: '';
  width: 25px;
  height: 3px;
  background-color: #0078ff;
  position: absolute;
  left: -2px;
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.navbar .collapsed .icon-bar::after {
  top: 9px;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* navbar-toggle */

/*nav-right*/
.nav-right {
  position: absolute;
  z-index: 5;
  right: 360px;
  top: 0;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.nav-right.navbar-form {
  border: none;
}

.nav-right .form-group {
  margin: 0;
}

.nav-right span {
  color: #ffffff;
  display: inline-block;
}

.nav-right span, .nav-right .dropdown-menu a {
  font-size: 16px;
  font-weight: bold;
}

.nav-right .dropdown-menu {
  left: auto;
  right: 0;
  text-align: center;
  margin-top: 0;
  border-radius: 0;
}

.nav-right .dropdown-menu a {
  padding: 5px 10px;
  color: #666666;
}

.nav-right i {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

.nav-right .form-control {
  width: 0;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  transition: all 0.5s;
}

.nav-right .language-tab {
  position: relative;
  margin-right: 30px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.nav-right .search-icon {
  cursor: pointer;
}

.nav-right .language-tab .dropdown-menu {
  min-width: 80px;
}

@media screen and (max-width: 2000px) {
  .nav-right {
    right: 15%;
  }
}

@media screen and (max-width: 1750px) {
  .nav-right {
    right: 10%;
  }
}

@media screen and (max-width: 1300px) {
  .nav-right {
    right: 5%;
  }
}

@media screen and (max-width: 1550px) {
  .nav-right .language-tab {
    margin-right: 25px;
  }
}

@media screen and (max-width: 1100px) {
  .nav-right .language-tab {
    margin-right: 15px;
  }
}

@media screen and (max-width: 991px) {
  .nav-right {
    right: 70px;
  }
}

@media screen and (max-width: 767px) {
  .nav-right {
    right: 60px;
    height: 50px;
  }

  .nav-right span, .nav-right .dropdown-menu a {
    font-size: 14px;
  }

  .nav-right i {
    font-size: 18px;
  }

  .nav-right .language-tab {
    margin-right: 15px;
  }
}

/*nav-right*/

.dropdownSearch {
  display: none;
  position: relative;
  z-index: 20;
  margin-bottom: 0;
}

.dropdownSearch .form-control {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  border: none;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* navbar-collapse */
.navbar-fixed-top .navbar-collapse {
  max-height: none;
}

.navbar .navbar-collapse {
  position: relative;
}

.navbar .navbar-nav {
  margin-right: 95px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar .navbar-nav > li {
  height: 60px;
  margin-right: 15px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar .navbar-nav > li > a {
  color: #ffffff;
  padding: 10px;
  background-color: transparent;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: bold;
}

.navbar .navbar-collapse.in .navbar-nav > li > a {
  color: #666666;
}

.navbar-collapse .dropdown-menu li a {
  color: #666666;
  font-size: 16px;
  display: inline-block;
}

.navbar .navbar-nav > li:last-child {
  margin-right: 0;
}

.navbar .navbar-nav > li > a.active {
  color: #0078ff !important;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.7);
}

.navbar .navbar-nav > li > a:hover {
  color: #0078ff !important;
  background-color: rgba(255, 255, 255, 0.7);
}

.navbar .navbar-nav > li > a:focus {
  color: #ffffff;
}

@media screen and (max-width: 1550px) {
  .navbar .navbar-nav > li {
    margin-right: 5px;
  }
}

@media screen and (max-width: 1100px) {
  .navbar .navbar-nav {
    margin-right: 75px;
  }

  .navbar .navbar-nav > li {
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .navbar .navbar-nav > li {
    height: auto;
    display: block;
  }

  .navbar .navbar-nav > li > a {
    padding: 10px 30px !important;
    line-height: 30px;
  }

  .navbar .navbar-collapse {
    border: none;
    margin-right: -65px;
    margin-left: -65px;
  }

  .navbar .navbar-collapse .navbar-nav {
    border-top: 3px solid #0078ff;
    border-bottom: 3px solid #0078ff;
    margin: 0 !important;
  }

  .navbar .navbar-collapse .layer {
    margin-left: 10%;
    margin-right: 10%;
    background-color: #ffffff;
  }
}

@media screen and (max-width: 767px) {
  .navbar .navbar-collapse {
    margin-right: -30px;
    margin-left: -30px;
  }

  .navbar .navbar-nav > li > a, .navbar-collapse .dropdown-menu li a {
    font-size: 14px;
  }
}

/* navbar-collapse */

/* navbar active */

.navbar.active, .navbar:hover {
  background-color: rgba(255, 255, 255, 1);
}

.navbar.active .navbar-header .navbar-brand .logo-icon, .navbar .navbar-header .navbar-brand .logo-icon.active, .navbar:hover .navbar-header .navbar-brand .logo-icon {
  display: none;
}

.navbar.active .navbar-header .navbar-brand .logo-icon.active, .navbar:hover .navbar-header .navbar-brand .logo-icon.active {
  display: block;
}

.navbar.active .nav-right i, .navbar.active .nav-right span, .navbar:hover .nav-right i, .navbar:hover .nav-right span {
  color: #666666;
}

.navbar.active .navbar-nav > li > a, .navbar:hover .navbar-nav > li > a {
  color: #666666;
}

#header.actived .navbar {
  background-color: rgba(255, 255, 255, 1);
}

#header.actived .navbar .navbar-header .navbar-brand .logo-icon, #header.actived .navbar .navbar-header .navbar-brand .logo-icon.active, #header.actived .navbar:hover .navbar-header .navbar-brand .logo-icon {
  display: none;
}

#header.actived .navbar .navbar-header .navbar-brand .logo-icon.active, #header.actived .navbar:hover .navbar-header .navbar-brand .logo-icon.active {
  display: block;
}

#header.actived .navbar .nav-right i, #header.actived .navbar .nav-right span, #header.actived .navbar:hover .nav-right i, #header.actived .navbar:hover .nav-right span {
  color: #666666;
}

#header.actived .navbar .navbar-nav > li > a, #header.actived .navbar:hover .navbar-nav > li > a {
  color: #666666;
}

/* navbar active */

/* footer */
#footer {

}

.footer-page {
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 991px) {
  .footer-page {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#footer .footer-wrapper {
  padding: 0 6%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 1300px) {
  #footer .footer-wrapper {
    padding: 0 3%;
  }
}

@media screen and (max-width: 1100px) {
  #footer .footer-wrapper {
    padding: 0;
  }
}

#footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

#footer .footer-top .logo {
  width: 200px;
  height: 60px;
  margin-left: -10px;
}

#footer .footer-top > div {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#footer .footer-top > div .title {
  font-size: 18px;
  color: #666666;
  letter-spacing: 0;
  font-weight: bold;
  white-space: nowrap;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#footer .footer-top .input {
  flex-shrink: 0;
  font-size: 16px;
  height: 36px;
  width: 100%;
  max-width: 250px;
  border: 1px solid #979797;
  padding: 0 10px;
  display: block;
  margin: 0 10px;
}

#footer .footer-top .subscribe {
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  background: #E5152F;
  border-radius: 40px;
  padding: 9px 26px;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  #footer .footer-top {
    flex-direction: column;
  }

  #footer .footer-top .logo {
    margin-bottom: 20px;
    margin-left: 0;
  }

  #footer .footer-top > div .title {
    font-size: 16px;
  }

  #footer .footer-top .input {
    font-size: 14px;
  }

  #footer .footer-top .subscribe {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  #footer .footer-top > div {
    flex-direction: column;
  }

  #footer .footer-top .input {
    margin: 20px 0;
  }
}

#footer .footer-middle {

}

#footer .footer-middle-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#footer .footer-middle .item-wrapper {
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#footer .footer-middle .item {
  font-size: 16px;
  color: #999999;
  letter-spacing: 0;
  margin-bottom: 30px;
  display: block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#footer .footer-middle .item.nowrap {
  white-space: nowrap;
}

#footer .footer-middle .item.title {
  font-size: 18px;
  color: #666666;
  letter-spacing: 0;
  font-weight: bold;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#footer .footer-middle .item:hover {
  color: #0078ff;
  font-weight: bold;
}

#footer .footer-middle .item.title:hover {
  color: #333333;
}

@media screen and (max-width: 1300px) {
  #footer .footer-middle .item-wrapper {
    min-width: 150px;
  }
}

@media screen and (max-width: 991px) {
  #footer .footer-middle-inner {
    display: block;
  }

  #footer .footer-middle .item-wrapper {
    float: left;
    text-align: center;
  }

  #footer .footer-middle .item-wrapper {
    min-width: 130px;
  }

  #footer .footer-middle .item {
    font-size: 14px;
    margin-bottom: 20px;
  }

  #footer .footer-middle .item.title {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  #footer .footer-middle .item-wrapper {
    min-width: 0;
    width: 50%;
  }
}

#footer .footer-middle .icon-wrapper {
  display: flex;
  align-items: center;
}

#footer .footer-middle .icon-wrapper .icon {
  position: relative;
  margin-right: 20px;
  font-size: 25px;
  color: #999999;
}

#footer .footer-middle .icon-wrapper .icon:last-child {
  margin-right: 0;
}

#footer .footer-middle .icon-wrapper .icon .icon-inner-wrapper {
  padding-top: 5px;
  display: none;
  box-sizing: border-box;
  background-color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
  color: #777777;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0;
}

#footer .footer-middle .icon-wrapper .icon .icon-inner-wrapper img {
  display: block;
  width: 100px;
  height: 100px;
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  #footer .footer-middle .icon-wrapper {
    justify-content: center;
  }

  #footer .footer-middle .icon-wrapper .icon {
    font-size: 22px;
  }
}

#footer .copy {
  padding-top: 30px;
}

#footer .copy a {
  text-align: center;
  font-size: 14px;
  color: #666666;
  display: block;
}

/* footer */

/* 面包导航 */
#breadcrumb {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  background-color: #f9f9f9;
}

.breadcrumb-page ul {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.breadcrumb-page li {
  display: inline-block;
}

.breadcrumb-page li::after {
  content: '>';
  color: #666666;
  font-size: 16px;
  display: inline-block;
  line-height: 24px;
}

.breadcrumb-page li:last-child::after {
  content: '';
}

.breadcrumb-page li a {
  font-size: 14px;
  color: #666666;
  letter-spacing: 1px;
  line-height: 24px;
}

.breadcrumb-page li:last-child a {
  color: #2d2d2d;
}

@media screen and (max-width: 991px) {
  .breadcrumb-page ul {
    padding-top: 0;
    padding-bottom: 0;
  }
}

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


/*loading效果*/
.page-loading {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.page-loading::before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.page-loading .content {
  height: 60px;
  width: 60px;
  position: relative;
}

.page-loading .content .circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-loading .content .path {
  stroke-linecap: round;
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}

@keyframes color {
  0%, 100% {
    stroke: #0078ff;
  }
}

/* alert-message */
.alert-message {
  height: 100vh;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.1);
}

.alert-message .inner {
  position: fixed;
  top: 40%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(23,128,224,0.21);
  box-sizing: border-box;
  padding: 15px;
  border-radius: 7px;
  min-width: 300px;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.alert-message i {
  margin-bottom: 15px;
}

.alert-message .content {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.alert-message button {
  font-size: 16px;
  box-shadow: 0 0 15px 0 rgba(23,128,224,0.21);
  padding: 10px 24px;
  background-color: #E5152F;
  color: #ffffff;
  outline: none;
  border: none;
  border-radius: 7px;
}

/* swiper */

.swiper-container .swiper-pagination.swiper-pagination-bullets {
  bottom: 30px !important;
}

/* 底部蓝条 */

.footer-contact-us {
  padding-top: 90px;
  padding-bottom: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.footer-contact-us .wrapper {
  box-sizing: border-box;
  padding: 0 6%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 1300px) {
  .footer-contact-us .wrapper {
    padding: 0 3%;
  }
}

@media screen and (max-width: 1100px) {
  .footer-contact-us .wrapper {
    padding: 0;
  }
}

.footer-contact-us .wrapper .title {
  color: #ffffff;
  margin-bottom: 20px;
}

.footer-contact-us .wrapper a .target-btn-inner {
  background-color: #ff0000;
  font-size: 16px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 991px) {
  .footer-contact-us {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-contact-us .wrapper a .target-btn-inner {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .footer-contact-us .wrapper .title {
    font-size: 24px;
  }
}

/* 全局 */
.carousel-indicators {
  bottom: -30px;
}

.carousel-indicators li {
  background-color: #000000;
  opacity: 0.2;
}

.carousel-indicators li.active {
  background-color: #0078ff;
  opacity: 1;
}


.main-title-wrapper {

}

.main-title-wrapper .main-title {
  font-size: 60px;
  font-weight: bold;
  color: #0078ff;
  letter-spacing: 0;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.main-title-wrapper .main-desc {
  padding-top: 30px;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  line-height: 2;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.main-title-wrapper .btn-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 50px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.main-title-wrapper .btn-wrapper .main-btn {
  font-size: 20px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 0;
  background: #E5152D;
  border-radius: 40px;
  padding: 20px 48px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 991px) {
  .main-title-wrapper .main-title {
    font-size: 40px;
    line-height: 1.5;
  }

  .main-title-wrapper .main-desc {
    padding-top: 15px;
  }

  .main-title-wrapper .btn-wrapper {
    padding-top: 30px;
  }

  .main-title-wrapper .btn-wrapper .main-btn {
    font-size: 18px;
    padding: 14px 32px;
  }
}


.part-title-wrapper {

}

.part-title-wrapper .title {
  font-size: 42px;
  color: #0078ff;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: bold;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.part-title-wrapper .title.center {
  text-align: center;
}

.part-title-wrapper .title-desc {
  font-size: 20px;
  line-height: 1.4;
  color: #0078ff;
  letter-spacing: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.part-title-wrapper .title-desc.center {
  text-align: center;
}

.part-title-wrapper .sub-title {
  font-size: 24px;
  line-height: 1.4;
  color: #0078ff;
  letter-spacing: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.part-title-wrapper .sub-title.center {
  text-align: center;
}

.part-title-wrapper .desc {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 2;
  padding-top: 20px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.part-title-wrapper .desc.center {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .part-title-wrapper .title {
    line-height: 1.5;
    font-size: 30px;
  }

  .part-title-wrapper .title-desc {
    font-size: 18px;
    line-height: 1.5;
  }

  .part-title-wrapper .sub-title {
    font-size: 20px;
    line-height: 1.5;
  }
}

.target-btn {
  display: inline-block;
  font-size: 14px;
}

.target-btn .target-btn-inner {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 24px;
  color: #ffffff;
  border-radius: 16px;
  background-color: #0078ff;
}

.target-btn .target-btn-inner.nowrap {
  white-space: nowrap;
}

.target-btn i {
  font-size: 16px;
  color: #ffffff;
  margin-left: 5px;
}

.target-btn.target-image.no-border .target-btn-inner {
  border: none;
}

.target-btn.target-image .target-btn-inner {
  border: 1px solid #0078ff;
  padding: 0 0 0 16px;
}

.target-btn.target-image .target-btn-inner .img-wrapper {
  padding: 0 16px;
  border-radius: 16px;
  background-color: #ffffff;
  margin-left: 16px;
  margin-right: -2px;
}

.view-extend-tool {
  position: absolute;
  z-index: 1000;
  right: 10px;
  top: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  background-color: #ffffff;
}

.view-extend-tool a {
  width: 50px;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.view-extend-tool a i {
  font-size: 30px;
  color: #0078ff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.view-extend-tool a .code-wrapper {
  display: none;
  padding: 10px;
  box-sizing: border-box;
  background-color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
  color: #777777;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 100%;
  margin-right: 5px;
}

.view-extend-tool a .code-wrapper img {
  display: block;
  width: 100px;
  height: 100px;
  margin-bottom: 5px;
}

.view-extend-tool a:hover {
  background-color: #0078ff;
}

.view-extend-tool a:hover i {
  color: #ffffff;
}

.view-extend-tool a:hover .code-wrapper {
  display: block;
}

.img-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.img-wrapper img {
  width: 100%;
}

.view-inner-box {
  padding-left: 25px;
  padding-right: 25px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 991px) {
  .view-inner-box {
    padding-left: 0;
    padding-right: 0;
  }
}

.success-case-wrapper {
  padding-top: 95px;
  padding-bottom: 65px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 991px) {
  .success-case-wrapper {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}

.success-case-wrapper .title {
  margin-bottom: 10px;
}

.success-case-wrapper .wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.success-case-wrapper .wrapper > div {
  width: calc(100% / 3);
  flex-shrink: 0;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.success-case-wrapper .wrapper .item {
  overflow: hidden;
  cursor: pointer;
  background-color: #ffffff;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 24px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.success-case-wrapper .wrapper .item .top {
  padding-top: 160px;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.success-case-wrapper .wrapper .item .top .info {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 30px 20px;
  box-sizing: border-box;
}

.success-case-wrapper .wrapper .item .top .info .title-desc, .success-case-wrapper .wrapper .item .top .info .desc {
  color: #ffffff;
}

.success-case-wrapper .wrapper .item .top .info .title-desc {
  margin-bottom: 20px;
  height: 56px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 991px) {
  .success-case-wrapper .wrapper .item .top .info .title-desc {
    height: 54px;
  }
}

.success-case-wrapper .wrapper .item .top .info .info-btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.success-case-wrapper .wrapper .item .top .info .info-btn a {
  box-sizing: border-box;
  padding: 9px;
  background-color: #0078ff;
  border-radius: 4px;
  margin-bottom: 10px;
  cursor: auto;
}

.success-case-wrapper .wrapper .item .top .info .desc {
  padding-top: 0;
  margin-top: 10px;
  box-sizing: border-box;
  height: 56px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.success-case-wrapper .wrapper .item .top .info .info-btn a:first-child {
  margin-right: 10px;
}

.success-case-wrapper .wrapper .item .bottom {
  box-sizing: border-box;
  padding: 30px 20px;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0 0 18px 18px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.success-case-wrapper .wrapper .item .bottom .bottom-item {
  font-size: 14px;
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
  border-right: 1px solid #cccccc;
}

.success-case-wrapper .wrapper .item .bottom .bottom-item > div span {
  color: #0078ff;
  font-size: 20px;
  margin-right: 5px;
}

.success-case-wrapper .wrapper .item .bottom .bottom-item i {
  font-size: 14px;
}

.success-case-wrapper .wrapper .item .bottom .bottom-item:nth-child(2n) {
  border-right: none;
}

.success-case-wrapper .wrapper .item .bottom .bottom-item > div:first-child {
  margin-bottom: 10px;
}

.success-case-wrapper .wrapper .item .bottom .bottom-item > div:last-child {
  line-height: 1.5;
}

.success-case-wrapper .wrapper .item .bottom .bottom-item:nth-child(n + 3) {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .success-case-wrapper .wrapper {
    display: block;
  }

  .success-case-wrapper .wrapper > div {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
