/*全局设置*/

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;
}

.row {
  margin: 0;
}

a, a:hover, a:focus {
  cursor: pointer;
  text-decoration: none;
}

/* rem设置 */
html {
  font-size: 100px;
}
/* rem设置 */

html, body {
  /*font-family: "Microsoft YaHei", Arial !important;*/
}

.filter-black {
  -webkit-filter: grayscale(100%);
　-moz-filter: grayscale(100%);
　-ms-filter: grayscale(100%);
　-o-filter: grayscale(100%);
　filter: grayscale(100%);
　filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}

body {
  background-color: #ffffff;
  line-height: 1;
  color: #373737;
  font-size: 14px;
  /*display: none;*/
  opacity: 0;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

/*  全屏视口 */
.container-fluid {
  padding: 0;
  position: relative;
}

.page-container {
  margin: 0 auto;
}

.nav-fix-page, .breadcrumb-page, .normal-page {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 110px;
  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: 0 10%;
  }
}

@media screen and (max-width: 1750px) {
  .nav-fix-page, .breadcrumb-page, .normal-page {
    padding: 0 7%;
  }
}

@media screen and (max-width: 1300px) {
  .nav-fix-page, .breadcrumb-page, .normal-page {
    padding: 0 5%;
  }
}

@media screen and (max-width: 991px) {
  .nav-fix-page, .breadcrumb-page, .normal-page {
    padding: 0 20px;
  }
}

.navbar {
  background-color: rgba(255, 255, 255, 1);
  margin-bottom: 0;
  height: 70px;
  box-sizing: border-box;
  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 .nav-fix-page::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  border-top: 5px solid rgba(120, 40, 52, 1);
  -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 .nav-fix-page.flex {
  display: flex;
}

.navbar .nav-fix-page.flex .navbar-collapse {
  flex-grow: 1;
}

.navbar .nav-fix-page.flex .navbar-collapse .layer {
  width: 100%;
}

.navbar .nav-fix-page.flex .navbar-collapse .layer .navbar-nav {
  margin-right: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.navbar .nav-fix-page.flex .nav-right {
  position: relative;
  right: 0;
}

@media screen and (max-width: 767px) {
  .navbar .nav-fix-page::before {
    border-top: 3px solid rgba(120, 40, 52, 1);
  }
}

.navbar .navbar-header {
  position: relative;
  height: 70px;
  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: 55px;
  }
}

.navbar .navbar-header .navbar-brand {
  padding: 5px 0 0;
  margin: 0;
  width: 300px;
  height: 100%;
  position: relative;
  -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 img {
  width: 100%;
}

@media screen and (max-width: 1300px) {
  .navbar .navbar-header .navbar-brand {
    width: 260px;
  }
}

@media screen and (max-width: 767px) {
  .navbar .navbar-header .navbar-brand {
     width: 220px;
  }
}

@media screen and (max-width: 500px) {
  .navbar .navbar-header .navbar-brand {
    width: 200px;
  }
}

/* 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: #8b2233 !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: #8b2233;
  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: #8b2233;
  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: 110px;
  top: 0;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.nav-right.navbar-form {
  border: none;
}

.nav-right .form-group {
  margin: 0;
}

.nav-right span {
  display: inline-block;
}

.nav-right span {
  font-size: 16px;
  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 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  -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 .language-tab a {
  font-size: 18px;
  color: #333333;
  position: relative;
  padding: 0 10px;
  line-height: 1.5;
  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;
}

.nav-right .language-tab a:first-child::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #333333;
}

.nav-right .language-tab a.active {
  color: #8b2223;
}

.nav-right .search-icon {
  cursor: pointer;
}

@media screen and (max-width: 2000px) {
  .nav-right {
    right: 10%;
  }

}

@media screen and (max-width: 1750px) {
  .nav-right {
    right: 7%;
  }
}

@media screen and (max-width: 1300px) {
  .nav-right {
    right: 5%;
  }

  .nav-right .language-tab a {

  }
}

@media screen and (max-width: 991px) {
  .nav-right {
    right: 70px;
  }

  .nav-right .language-tab a {

  }
}

@media screen and (max-width: 767px) {
  .nav-right {
    height: 55px;
    right: 50px;
  }

  .nav-right .language-tab a {
    font-size: 16px;
  }
}

/*nav-right*/

/* navbar-collapse */
.navbar-fixed-top .navbar-collapse {
  max-height: none;
}

.navbar .navbar-collapse {
  position: relative;
}

.navbar .navbar-nav {
  margin-right: 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;
}

.navbar .navbar-nav > li {
  height: 70px;
  -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 {
  text-align: center;
  height: 100%;
  line-height: 70px;
  padding: 0;
  box-sizing: border-box;
  border-bottom: 3px solid transparent;
  color: #333333;
  font-size: 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;
}

.navbar .navbar-nav > li > a.active, .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
  color: #8b2223;
  border-color: #8b2223;
}

@media screen and (max-width: 1300px) {
  .navbar .navbar-nav > li > a {
    /*padding: 0 10px;*/
  }
}

@media screen and (max-width: 991px) {
  .navbar .navbar-nav > li {
    height: auto;
    display: block;
  }

  .navbar .navbar-nav > li > a {
    padding: 0 20px;
    line-height: 50px;
  }

  .navbar .navbar-collapse {
    border: none;
    margin-right: -65px;
    margin-left: -65px;
  }

  .navbar .navbar-collapse .navbar-nav {
    border-top: 3px solid #8b2233;
    border-bottom: 3px solid #8b2233;
    margin: 0;
  }

  .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 {
    font-size: 16px;
    line-height: 40px;
  }
}

/* navbar-collapse */

/* footer */
#footer {
  position: relative;
}

#footer .footer-page {
  position: relative;
  background-color: #F4F4F4;
  padding-top: 70px;
  -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-wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 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;
}

@media screen and (max-width: 991px) {
  #footer .footer-page {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  #footer .footer-page {
    padding-top: 30px;
  }

  #footer .footer-wrapper {
    padding-bottom: 30px;
  }
}

#footer .footer-wrapper {
  display: flex;
  justify-content: space-between;
}

#footer .footer-wrapper .left {
  display: flex;
  flex-grow: 1;
}

#footer .footer-wrapper .left .logo-wrapper {
  max-width: 110px;
  margin-right: 40px;
  -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-wrapper .left .logo-wrapper img {
  width: 100%;
}

#footer .footer-wrapper .left .address {

}

#footer .footer-wrapper .left .info {
  color: #333333;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 10px;
  display: flex;
  -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-wrapper .left .info:last-child {
  margin-bottom: 0;
}

#footer .footer-wrapper .left .info div:first-child {
  flex-shrink: 0;
}

#footer .footer-wrapper .right {
  max-width: 138px;
}

@media screen and (max-width: 991px) {
  #footer .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  #footer .footer-wrapper .left {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
  }

  #footer .footer-wrapper .left .logo-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  #footer .footer-wrapper .left .logo-wrapper {
    max-width: 120px;
  }

  #footer .footer-wrapper .left .info {
    font-size: 14px;
  }
}

#footer .copy {
  color: #333333;
  background-color: #F4F4F4;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  -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 .copy a {
  text-align: center;
  margin-top: 5px;
  color: #333333;
}

@media screen and (max-width: 767px) {
  #footer .copy {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  #footer .copy {
    font-size: 13px;
  }
}
/* footer */

/* 面包导航 */
#breadcrumb {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
}

.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: 767px) {
  .breadcrumb-page {
    display: none;
  }
}


/*loading效果*/
.page-loading {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.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: #1892EA;
  }
}

/* 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: 50%;
  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;
}

/* 全局 */
.carousel-indicators {
  /*bottom: -20px;*/
}

.carousel-indicators li {
  background-color: #000000;
  opacity: 0.2;
}

.carousel-indicators li.active {
  background-color: #06bcc0;
  opacity: 1;
}


.main-title-wrapper {

}

.main-title-wrapper .main-title {
  font-size: 60px;
  font-weight: bold;
  color: #1892EA;
  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;
  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 .title {
  font-size: 28px;
  color: #8B2233;
  -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 {
  font-size: 18px;
  line-height: 2;
  color: #646060;
  margin-top: 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;
}

.part-title-wrapper .desc {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  line-height: 2;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 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;
}

.part-title-wrapper.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1300px) {
  .part-title-wrapper .title {
    font-size: 26px;
  }

  .part-title-wrapper .title-desc {

  }
}

@media screen and (max-width: 991px) {
  .part-title-wrapper .title {
    font-size: 24px;
  }

  .part-title-wrapper .title-desc {

  }
}

@media screen and (max-width: 767px) {
  .part-title-wrapper .title {
    font-size: 22px;
  }

  .part-title-wrapper .title-desc {
    font-size: 16px;
  }

  .part-title-wrapper.flex {
    display: block;
  }

  .part-title-wrapper.flex .more {
    text-align: right;
  }
}

.banner {
  position: relative;
  margin-top: 70px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.banner.flex {
  display: flex;
  justify-content: center;
}

.banner img {
  width: 100%;
}

.banner .content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.4;
  text-shadow: -4px -2px 5px rgba(0, 0, 0, 0.3);
}

.banner .content p {
  margin-top: 15px;
}

@media screen and (max-width: 1300px) {
  .banner .content {
    font-size: 34px;
  }
}

@media screen and (max-width: 991px) {
  .banner .content {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    margin-top: 55px;
  }

  .banner .content {
    font-size: 26px;
  }
}

@media screen and (max-width: 500px) {
  .banner .content {
    font-size: 24px;
  }
}

.divider-line {

}

.divider-line-left {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 83%;
  background-image: linear-gradient(rgba(120, 40, 52, 0.9), rgba(120, 40, 52, 0.3));
  -webkit-transform: skew(-40deg) translate3d(-20%, 0, 0);
  -moz-transform: skew(-40deg) translate3d(-20%, 0, 0);
  -ms-transform: skew(-40deg) translate3d(-20%, 0, 0);
  -o-transform: skew(-40deg) translate3d(-20%, 0, 0);
  transform: skew(-40deg) translate3d(-20%, 0, 0);
}

.divider-line-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 45%;
  background-image: linear-gradient(rgba(180, 180, 180, 0.9), rgba(180, 180, 180, 0.3));
  -webkit-transform: skew(-40deg) translate3d(28%, 0, 0);
  -moz-transform: skew(-40deg) translate3d(28%, 0, 0);
  -ms-transform: skew(-40deg) translate3d(28%, 0, 0);
  -o-transform: skew(-40deg) translate3d(28%, 0, 0);
  transform: skew(-40deg) translate3d(28%, 0, 0);
}

.divider-line-left-1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 45%;
  background-image: linear-gradient(rgba(180, 180, 180, 0.9), rgba(180, 180, 180, 0.3));
  -webkit-transform: skew(-40deg) translate3d(-28%, 0, 0);
  -moz-transform: skew(-40deg) translate3d(-28%, 0, 0);
  -ms-transform: skew(-40deg) translate3d(-28%, 0, 0);
  -o-transform: skew(-40deg) translate3d(-28%, 0, 0);
  transform: skew(-40deg) translate3d(-28%, 0, 0);
}

.divider-line-right-1 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 83%;
  background-image: linear-gradient(rgba(33, 74, 117, 0.9), rgba(33, 74, 117, 0.3));
  -webkit-transform: skew(-40deg) translate3d(20%, 0, 0);
  -moz-transform: skew(-40deg) translate3d(20%, 0, 0);
  -ms-transform: skew(-40deg) translate3d(20%, 0, 0);
  -o-transform: skew(-40deg) translate3d(20%, 0, 0);
  transform: skew(-40deg) translate3d(20%, 0, 0);
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #8B2233;
}

/* 无英文页面显示样式 */
.no-English-page{
  width: 100%;
  height: 320px;
  font-size: 36px;
  line-height: 1.5;
  color: #222222;
  opacity: 0.5;
  display: none;
  padding: 0 50px;
  text-align: center;
}

.no-English-page span{
  position: relative;
  top: 40%
}

@media screen and (max-width: 767px) {
  .no-English-page {
    font-size: 18px;
    padding: 0 15px;
  }
}

