
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  min-height: 100%;
  font-family: "MANROPE-REGULAR", 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.18rem;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
img {
  vertical-align: top;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 83.333333%;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
  .container p> img {
    width: 100%;
    height: 100%;
}
.card{width: 23.333%;}
}
@media (max-width: 767px) {
  .container {
    padding: 0 1rem;
    width: 100%;
  }

  .container {
    padding: 0 1rem;
    width: 100%;
  }
  .container p img{width: 100%;}

}
.bg-color1 {
  background-color: #fff;
}
.bg-color2 {
  background-color: #f5f5f5;
}
.c-common-btn1 {
  margin: 0 auto;
  display: block;
  width: 1.8rem;
  border: 1px solid #ffffff9c;
  line-height: 0.44rem;
  text-align: center;
  color: #fff;
  border-radius: 0.25rem;
  transition: all 0.2s;
}
@media (max-width: 1260px) {
  .c-common-btn1 {
    width: 2.4rem;
    line-height: 0.7rem;
    border-radius: 0.35rem;
  }
  .container p> img {
    width: 100%;
    height: 100%;
}
}
@media (max-width: 991px) {
  .c-common-btn1 {
    width: 3.2rem;
    line-height: 1rem;
    border-radius: 0.5rem;
  }
  .container p> img {
    width: 100%;
    height: 100%;
}
}
@media (max-width: 767px) {
  .c-common-btn1 {
    width: 7rem;
    line-height: 2rem;
    border-radius: 1.1rem;
  }
}
.c-common-btn1:hover {
  color: #fff;
  background: #76151e;
}
.c-common-btn2 {
  margin: 0 auto;
  display: block;
  width: 1.8rem;
  border: 1px solid #76151e;
  line-height: 0.44rem;
  text-align: center;
  color: #76151e;
  border-radius: 0.25rem;
  transition: all 0.2s;
}

@media (max-width: 1260px) {
  .c-common-btn2 {
    width: 2.4rem;
    line-height: 0.7rem;
    border-radius: 0.35rem;
  }
}
@media (max-width: 991px) {
  .c-common-btn2 {
    width: 3.2rem;
    line-height: 1rem;
    border-radius: 0.5rem;
  }
}
@media (max-width: 767px) {
  .c-common-btn2 {
    width: 7rem;
    line-height: 2rem;
    border-radius: 1.1rem;
  }
}
.c-common-btn2:hover {
  color: #fff;
  background: #76151e;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 3rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 3rem;
  }
}
.font20 {
  font-size: 0.2rem;
}
@media (max-width: 1580px) {
  .font20 {
    font-size: 16px;
  }
}
.font24 {
  font-size: 0.24rem;
}
@media (max-width: 1260px) {
  .font24 {
    font-size: 18px;
  }
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 1260px) {
  .font30 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .font30 {
    font-size: 0.85rem;
  }
}
.font35 {
  font-size: 0.35rem;
}
@media (max-width: 1260px) {
  .font35 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .font35 {
    font-size: 0.95rem;
  }
}
.font36 {
  font-size: 0.36rem;
}
@media (max-width: 1260px) {
  .font36 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .font36 {
    font-size: 0.95rem;
  }
}
.font48 {
  font-size: 0.48rem;
}
@media (max-width: 767px) {
  .font48 {
    font-size: 1rem;
  }
}
.font60 {
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  .font60 {
    font-size: 2.2rem;
  }
}
.font72 {
  font-size: 0.72rem;
}
@media (max-width: 767px) {
  .font72 {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
/* 公共标题 */
.c-common-title {
  margin-bottom: 1rem;
  text-align: center;
}
@media (max-width: 767px) {
  .c-common-title {
    margin-bottom: 1.5rem;
  }
}
.c-common-title .c-title {
  font-family: "MANROPE-EXTRABOLD";
  line-height: 1;
  font-weight: bold;
}
.c-common-title .c-text {
  padding: 0 2rem;
  margin-top: 0.4rem;
  color: #666;
}
@media (max-width: 991px) {
  .c-common-title .c-text {
    margin-top: 0.5rem;
    padding: 0;
    font-size: 14px;
  }
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #76151e;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #76151e;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #76151e;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../image/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../image/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../image/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../image/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../image/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../image/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 80px;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 60px;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  /* line-height: 100px; */
  text-align: center;
  color: #fff;
  transition: all 0.2s;
}
@media (max-width: 1580px) {
  #c-header {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #c-header {
    line-height: 20px;


  }
}
#c-header.c-head-move {
  top: -100px;
}
#c-header.c-style2 {
  color: #666;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#c-header a {
  color: #fff;
  transition: all 0.2s;
}
#c-header.c-style2 a {
  color: #333;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #c-header .container {
    padding: 0 20px;
    width: 100%;
    height: 60px;
  }
}
@media (max-width: 767px) {
  #c-header .container {
    padding: 0 1rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  height: 0.7rem;
}
@media (max-width: 1260px) {
  #c-header .c-logo .c-img-box img {
    height: 50px;
  }
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 50px;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header .c-logo span {
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  #c-header .c-logo span {
    display: none;
  }
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
/*顶部pc导航*/
#c-header .c-nav {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
}
@media (max-width: 1580px) {
  #c-header .c-nav {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  margin-right: 0.2rem;
}
@media (max-width: 1580px) {
  #c-header .c-nav > li {
    margin-right: 0.5rem;
  }
}
@media (max-width: 1260px) {
  #c-header .c-nav > li {
    margin-right: 0.3rem;
  }
}
#c-header .c-nav > li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: transparent;
  transition: 0.5s;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  /* -webkit-transition: all 0.2s;
  transition: all 0.2s; */
}
#c-header .c-nav li a i {
  margin-left: 8px;
  font-size: 20px;
}
#c-header .c-nav li.on > a::before,
#c-header .c-nav li:hover > a::before {
  width: 100%;
}
#c-header .c-nav .er {
  position: absolute;
  top: 121%;
  /* left: 50%; */
  display: none;
  width: 400px;
  line-height: 40px;
  background: #2d3233;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-30%);
}
#c-header .c-nav ul li {
  border-bottom: 1px solid #666;
  position: relative;
}
#c-header .c-nav ul li:last-child {
  border: 0;
}
#c-header .c-nav ul li a {
  color: #fff;
  font-size: 16px;
  padding: 2px 20px;
}
#c-header.c-style2 .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: #76151e;
}

#c-header .c-nav .er li:hover > a {
  color: #ffffff;
  background-color: #76151e;;
}




#c-header.c-style2 .c-nav > li > a::before {
  background: #76151e;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 50px;
  background: #fff;
  overflow-y: auto;
  transition: all 0.2s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 20px;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 1rem;
  }
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-nav2 li a i {
  font-size: 20px;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #76151e;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 60px);
}
/*顶部导航开关*/
#c-header .c-switch {
  display: none;
  width: 24px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: relative;
  display: block;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  margin: 6px 0;
}
#c-header.c-style2 .c-switch i {
  background: #333;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 顶部功能区 */
#c-header .c-gn {
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  #c-header .c-gn {
    padding-right: 20px;
    display: none;
  }
  
}
#c-header .c-gn form {
  position: relative;
  cursor: pointer;
}
#c-header .c-gn form:hover > i {
  background-image: url(../image/ss3.png) !important;
}
#c-header .c-gn form > i {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../image/ss1.png) no-repeat center / 100% auto;
}
#c-header .c-gn form .c-box {
  position: absolute;
  top: 70px;
  right: 0;
  display: none;
  width: 280px;
  height: 50px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (max-width: 991px) {
  #c-header .c-gn form .c-box {
    top: 50px;
  }
}
#c-header .c-gn form .c-box input {
  float: left;
  padding: 0 15px;
  width: -webkit-calc(30%);
  width: calc(100% - 70px);
  height: 50px;
}
#c-header .c-gn form .c-box button {
  float: left;
  width: 70px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  background: #76151e url(../image/ss1.png) no-repeat center / 20px auto;
}
#c-header .c-gn .c-phone {
  display: flex;
  align-items: center;
}
#c-header .c-gn .c-phone i {
  margin: 0 10px 0 30px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  line-height: 28px;
}
@media (max-width: 1900px) {
  #c-header .c-gn .c-phone i {
    margin: 0 5px 0 15px;
  }
}
#c-header .c-gn .c-phone span {
  font-weight: bold;
}
#c-header .c-gn .c-line {
  margin: 0 0.3rem;
  height: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
@media (max-width: 991px) {
  #c-header .c-gn .c-line {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  #c-header .c-gn .c-line {
    margin: 0 10px;
  }
}
#c-header .c-gn .c-yy {
  text-align: left;
  position: relative;
  cursor: pointer;
}
#c-header .c-gn .c-yy .c-text {
  padding: 0 30px 0 35px;
  background: url(../image/yy.png) no-repeat left center / 20px auto;
  transition: all 0.2s;
}
#c-header .c-gn .c-yy .d-text {
  padding: 0 30px 0 35px;
  background: url(../image/dd.png) no-repeat left center / 20px auto;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  #c-header .c-gn .c-yy .c-text {
    padding: 0 20px 0 25px;
    background-size: 20px auto,10px auto;
  }
}
#c-header .c-gn .c-yy .c-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  color: #333;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  line-height: 40px;
}
#c-header .c-gn .c-yy .c-list li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#c-header .c-gn .c-yy .c-list li:first-child {
  border-top: 0;
}
#c-header .c-gn .c-yy .c-list li a {
  display: block;
  color: #333;
}
#c-header .c-gn .c-yy .c-list li a:hover {
  color: #76151e;
}
#c-header .c-gn .c-yy:hover .c-text {
  color: #76151e;
  background: url(../image/yy3.png) no-repeat left center / 20px auto;
}
#c-header .c-gn .c-yy:hover .d-text {
  color: #76151e;
  background: url(../image/dd3.png) no-repeat left center / 20px auto;
}

@media (max-width: 767px) {
  #c-header .c-gn .c-yy:hover .c-text {
    background-size: 20px auto,10px auto !important;
  }
}
#c-header.c-style2 .c-gn form > i {
  background-image: url(../image/ss2.png);
}
#c-header.c-style2 .c-gn .c-phone i {
  border: 1px solid rgba(222, 47, 9, 0.2);
}
#c-header.c-style2 .c-gn .c-phone {
  color: #76151e;
}
#c-header.c-style2 .c-gn .c-line {
  border-color: rgba(0, 0, 0, 0.12);
}
#c-header.c-style2 .c-gn .c-yy .c-text {
  background: url(../image/yy2.png) no-repeat left center / 20px auto;
}

#c-header.c-style2 .c-gn .c-yy .d-text {
  background: url(../image/dd2.png) no-repeat left center / 20px auto;
}


@media (max-width: 767px) {
  #c-header.c-style2 .c-gn .c-yy .c-text {
    background-size: 20px auto,10px auto;
  }
}
/* #c-header.c-style2 .c-gn .c-yy .c-text:hover {
  background: url(../image/yy3.png) no-repeat left center / 24px auto;
} */
@media (max-width: 767px) {
  #c-header.c-style2 .c-gn .c-yy .c-text:hover {
    background-size: 20px auto,10px auto;
  }
}
/*首页轮播图*/
.c-banner1 .swiper-slide {
  overflow: hidden;
}
.c-banner1 .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.3); */
}
.c-banner1 .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.c-banner1 .swiper-slide .c-mb1,
.c-banner1 .swiper-slide .c-mb2 {
  display: none;
}
@media (max-width: 991px) {
  .c-banner1 .swiper-slide .c-mb1,
  .c-banner1 .swiper-slide .c-mb2 {
    display: block;
  }
  .c-banner1 .swiper-slide img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
}
}
@media (max-width: 991px) {
  .c-banner1 .swiper-slide .c-pc1,
  .c-banner1 .swiper-slide .c-pc2 {
    display: none;
  }
}
.c-banner1 .swiper-slide .c-pc1,
.c-banner1 .swiper-slide .c-mb1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.c-banner1 .swiper-slide .c-pc2,
.c-banner1 .swiper-slide .c-mb2 {
  position: relative;
  z-index: 2;
}
.c-banner1 .swiper-slide .c-text-box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  width: 100%;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-banner1 .swiper-slide .c-text-box .c-title1 {
  line-height: 1.1;
}
.c-banner1 .swiper-slide .c-text-box .c-title2 {
  margin-bottom: 0.5rem;
  margin-top: 0.3rem;
  font-family: "MANROPE-EXTRABOLD";
  line-height: 90px;
}
@media (max-width: 767px) {
  .c-banner1 .swiper-slide .c-text-box .c-title2 {
    margin: 0.5rem 0 1.5rem;
    line-height: 50px;
  }
  .c-banner1 .swiper-slide img {
    width: 100%;
    height: 45vh;
    object-fit: cover;
  }
}
/* 底部 */
#c-footer {
  font-size: 16px;
  color: #fff;
  background: linear-gradient(to right, #2f2d2d, #1b1818);
  /* 标准的语法 */
  color: #999;
}
@media (max-width: 1580px) {
  #c-footer {
    font-size: 14px;
  }
}
#c-footer a {
  color: #999;
  transition: 0.5s;
}
#c-footer .c-top-box {
  padding: 0.6rem 0;
}
@media (max-width: 767px) {
  #c-footer .c-top-box {
    padding: 1rem 0;
  }

}
#c-footer .c-top-box .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#c-footer .c-top-box .container .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.3rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box {
    padding: 0.5rem 0;
    border-bottom: 1px solid #666;
  }
}
#c-footer .c-top-box .container .c-title-box .c-title {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box a {
  color: #fff;
  display: inline;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 94%, #fff 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.5s;
}
#c-footer .c-top-box .container .c-title-box a:hover {
  background-size: 100% 100%;
}
#c-footer .c-top-box .container .c-title-box i {
  display: none;
  transition: 0.5s;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box i {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list {
    padding-top: 0.5rem;
    display: none;
  }
}
#c-footer .c-top-box .container .c-list-box .c-list li {
  padding-bottom: 0.1rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li {
    padding-bottom: 0.25rem;
  }
}
#c-footer .c-top-box .container .c-list-box .c-list li a {
  padding-left: 10px;
  position: relative;
  display: inline;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 94%, #fff 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.5s;
}
#c-footer .c-top-box .container .c-list-box .c-list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  border-top: 1px solid #999;
  transition: all 0.2s;
}
#c-footer .c-top-box .container .c-list-box .c-list li a:hover {
  padding-left: 0;
  padding-right: 10px;
  color: #fff;
  background-size: 100% 100%;
}
#c-footer .c-top-box .container .c-list-box .c-list li a:hover::before {
  width: 0;
}
#c-footer .c-top-box .container .c-list-box.on .c-title-box i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box.on .c-title-box i {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box {
    padding-top: 0.5rem;
  }
}
#c-footer .c-top-box .container .c-text-box p {
  padding-bottom: 0.05rem;
}
#c-footer .c-top-box .container .c-code {
  padding: 15px;
  width: 132px;
  border-radius: 5px;
  background: #fff;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-code {
    margin-top: 40px;
    width: 162px;
  }
}
#c-footer .c-top-box .container .c-code img {
  width: 100%;
}
#c-footer .c-top-box .container .c-code .c-text {
  padding-top: 15px;
  text-align: center;
  color: #999;
}
#c-footer .c-top-box .container .c-ico {
  padding-top: 0.2rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-ico {
    padding-top: 1rem;
  }
}
#c-footer .c-top-box .container .c-ico a {
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  height: 24px;
  transition: 0.5s;
}
#c-footer .c-top-box .container .c-ico a img {
  height: 100%;
}
#c-footer .c-top-box .container .c-ico a:hover {
  opacity: 1;
}
#c-footer .c-top-box .container .c-weixin {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#c-footer .c-top-box .container .c-weixin .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-footer .c-top-box .container .c-weixin .c-img-box img {
  width: 100%;
}
#c-footer .c-top-box .container .c-weixin .c-img-box .c-text {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  color: #333;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-wrap {
    width: 100%;
    /* padding-top: 2rem; */
  }
}
#c-footer .c-bottom-box {
  padding: 0.2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #999;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box {
    padding: 1.25rem 0;
  }
}
#c-footer .c-bottom-box .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#c-footer .c-bottom-box .container a {
  color: #999;
  display: inline;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 94%, #fff 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.5s;
}
#c-footer .c-bottom-box .container a:hover {
  color: #fff;
  background-size: 100% 100%;
}
#c-footer .c-bottom-box .container .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
/* 顶部banner */
#c-top-banner {
  position: relative;
  overflow: hidden;
}
#c-top-banner img {
  width: 100%;
  height: 5.6rem;
  object-fit: cover;
}
#c-top-banner .c-pc1,
#c-top-banner .c-mb1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#c-top-banner .c-pc2,
#c-top-banner .c-mb2 {
  position: relative;
  z-index: 2;
}
#c-top-banner .c-mb1,
#c-top-banner .c-mb2 {
  display: none;
}
@media (max-width: 991px) {
  #c-top-banner .c-mb1,
  #c-top-banner .c-mb2 {
    display: block;
  }
  #c-top-banner .c-pc1,
  #c-top-banner .c-pc2 {
    display: none;
  }
}
@media (max-width: 991px) {
  #c-top-banner img {
    height: 7rem;
  }
}
@media (max-width: 767px) {
  #c-top-banner img {
    height: 14rem;
  }
}
#c-top-banner .c-box {
  position: absolute;
  z-index: 10;
  text-align: center;
  color: #fff;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: bold;
  letter-spacing: 1px;
}
#c-top-banner .c-title1 {
  line-height: 1.3;
  font-family: "MANROPE-BOLD";
  padding-bottom: 0.2rem;
}
#c-top-banner .c-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 顶部菜单 */
#c-top-menu {
  background: #f7f7f7;
  border-bottom: 1px solid #fafafa;
}
#c-top-menu .c-list {
  position: relative;
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
  margin-bottom: -1px;
}
#c-top-menu .c-list li {
  flex: none;
  margin-right: 0.4rem;
  line-height: 80px;
  width: 190px;
}
#c-top-menu .c-list li a {
  position: relative;
  display: block;
  color: #666;
  transition: 0.5s;
}
#c-top-menu .c-list li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 2px solid #76151e;
  transition: 0.5s;
}
#c-top-menu .c-list li.on a,
#c-top-menu .c-list li a:hover {
  color: #76151e;
}
#c-top-menu .c-list li.on a::before,
#c-top-menu .c-list li a:hover::before {
  width: 100%;
}
#c-top-menu.c-click-move .c-list li {
  width: 25%;
  margin: 0;
}
/* 地图 */
.c-map {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
}
.c-map .map-title {
  font-size: 14px;
  font-weight: bold;
  color: #76151e;
}
.c-map .map-content {
  font-size: 12px;
  color: #222;
}
.c-map .anchorBL {
  display: none;
}
/* 分享 */
div.bsLogoLink,
#bsBox .bsTop,
#bsBox #bsMorePanel {
  width: 100% !important;
}
.bFind-wrapper-top {
  height: 26px !important;
}
#bsBox #bsMorePanel {
  height: 373px !important;
}
.bsPlatDiv {
  height: 312px !important;
}
.bFind {
  width: 204px !important;
}
#bsBox {
  height: 408px !important;
  width: 276px !important;
  margin-left: -138px !important;
}
.bsTop {
  width: 208px !important;
}
.bsFrameDiv div {
  width: 208px !important;
  height: 208px !important;
}
.bsFrameDiv img {
  width: 166px !important;
  height: 166px !important;
}
/* 上下页 */
#c-prev-next {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#c-prev-next a {
  max-width: 46%;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  transition: 0.5s;
}
#c-prev-next a:hover {
  color: #76151e;
}
#c-prev-next .prev i {
  margin-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}
#c-prev-next .next i {
  margin-left: 10px;
  font-size: 20px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #c-prevNext {
    margin: -5px 0;
  }
  #c-prevNext a {
    margin: 5px 0;
  }
  #c-prevNext .prev i {
    margin-right: 10px;
  }
  #c-prevNext .next i {
    margin-left: 10px;
  }
}
/* 分页 */
.c-page {
  padding-top: 100px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #666;
  font-size: 14px;
  line-height: 40px;
}
.c-page a {
  margin: 5px;
  display: block;
  width: 40px;
  text-align: center;
  background: #f9f9f9;
  color: #666;
  transition: 0.5s;
}
.c-page a:hover,
.c-page a .on {
  color: #fff;
  background: #76151e;
}
.c-page .prev,
.c-page .next {
  width: 100px;
}
@media (max-width: 767px) {
  .c-page a {
    display: none;
  }
  .c-page .prev,
  .c-page .next {
    display: inline-block;
  }
}
#c-solutions .c-list {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0.5rem;
  /*
        @media @max-xs {
            margin-bottom: 1.5rem;
        }*/
}
#c-solutions .c-list li {
  position: relative;
  margin-left: -1px;
  width: 20%;
  border: 1px solid #e1e1e1;
  text-align: center;
}
@media (max-width: 1260px) {
  #c-solutions .c-list li {
    margin-top: -1px;
    width: 33.333333%;
  }
}
@media (max-width: 767px) {
  #c-solutions .c-list li {
    width: 100%;
  }
}
#c-solutions .c-list li .c-wrap {
  display: block;
  position: relative;
  padding: 0.1rem 0.25rem;
}
@media (max-width: 767px) {
  #c-solutions .c-list li .c-wrap {
    padding: 1rem;
  }
}
#c-solutions .c-list li .c-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
}
#c-solutions .c-list li .c-wrap .c-ico-box {
  margin: 0 auto 0.3rem;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f1f1f1;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  #c-solutions .c-list li .c-wrap .c-ico-box {
    width: 4rem;
    height: 4rem;
  }
}
#c-solutions .c-list li .c-wrap .c-ico-box img {
  height: 1.3rem;
}
@media (max-width: 767px) {
  #c-solutions .c-list li .c-wrap .c-ico-box img {
    height: 4.5rem;
  }
}
#c-solutions .c-list li .c-wrap .c-title {
  font-family: "MANROPE-BOLD";
  color: #333;
  display: inline;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 94%, #fff 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.2s;
}
#c-solutions .c-list li .c-wrap .c-text {
  margin-top: 0.1rem;
  color: #666;
  height: 0.84rem;
  line-height: 0.28rem;
  transition: all 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
@media (max-width: 1580px) {
  #c-solutions .c-list li .c-wrap .c-text {
    height: 72px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  #c-solutions .c-list li .c-wrap .c-text {
    height: auto;
  }
}
#c-solutions .c-list li:hover {
  z-index: 2;
}
#c-solutions .c-list li:hover .c-wrap::before {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  background-color: #76151e;
}
#c-solutions .c-list li:hover .c-wrap .c-ico-box {
  /* transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1); */
  background: #fff;
}
#c-solutions .c-list li:hover .c-wrap .c-title {
  background-size: 100% 100%;
}
#c-solutions .c-list li:hover .c-wrap .c-title,
#c-solutions .c-list li:hover .c-wrap .c-text {
  color: #fff;
}
#c-products {
  background: url(../image/cp-bj.jpg) no-repeat top left / cover;
}
#c-products .c-common-title {
  color: #fff;
}
#c-products .c-list {
  display: flex;
  align-items: flex-start;
  margin: 0 -0.25rem -0.5rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #c-products .c-list {
    margin: 0 0 -1.5rem;
  }
}
#c-products .c-list li {
  padding: 0 0.25rem 0.5rem;
  width: 33.333333%;
}
@media (max-width: 767px) {
  #c-products .c-list li {
    padding: 0 0 1.5rem;
    width: 100%;
  }
}
#c-products .c-list li .c-wrap {
  display: block;
  color: #fff;
}
#c-products .c-list li .c-wrap .c-img-box {
  margin-bottom: 0.5rem;
  height: 3.6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  #c-products .c-list li .c-wrap .c-img-box {
    height: 12rem;
  }
}
#c-products .c-list li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
#c-products .c-list li .c-wrap .c-text-box .c-title {
  font-family: "MANROPE-BOLD";
  display: inline;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 94%, #fff 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.5s;
}
#c-products .c-list li .c-wrap .c-text-box .c-text {
  padding-right: 1.3rem;
  margin: 0.1rem 0 0.6rem;
  height: 0.56rem;
  color: #ffffffa6;
  line-height: 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
@media (max-width: 1580px) {
  #c-products .c-list li .c-wrap .c-text-box .c-text {
    height: 48px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  #c-products .c-list li .c-wrap .c-text-box .c-text {
    margin: 0;
  }
}
#c-products .c-list li .c-wrap:hover .c-img-box img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
#c-products .c-list li .c-wrap:hover .c-text-box .c-title {
  background-size: 100% 100%;
}
#c-company .c-common-btn2 {
  margin-top: 1rem;
}


#c-products .c-common-btn2 {
  margin-top: 1rem;
  border: 1px solid #ffffff;
  color: #ffffff;
}

#c-news .c-common-btn2 {
  margin-top: 1rem;
}

#c-company .c-common-btn2 {
  margin-top: 1rem;
}

#c-company .c-common-btn2 {
  margin-top: 1rem;
}

#c-company .c-common-btn2 {
  margin-top: 1rem;
}



@media (max-width: 767px) {
  #c-company .c-common-btn2 {
    margin-top: 1rem;
  }
}
#c-company .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.25rem -0.5rem;
}
@media (max-width: 767px) {
  #c-company .c-list {
    margin: 0 0 -1rem;
  }
}
#c-company .c-list li {
  padding: 0 0.25rem 0.5rem;
  width: 33.333333%;
}
@media (max-width: 767px) {
  #c-company .c-list li {
    padding: 0 0 1rem;
    width: 100%;
  }
}
#c-company .c-list li .c-wrap {
  position: relative;
  height: 3.6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  #c-company .c-list li .c-wrap {
    height: 12rem;
  }
}
#c-company .c-list li .c-wrap > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-company .c-list li .c-wrap .c-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
#c-company .c-list li .c-wrap .c-box img {
  height: 0.6rem;
}
@media (max-width: 767px) {
  #c-company .c-list li .c-wrap .c-box img {
    height: 2.5rem;
  }
}
#c-company .c-list li .c-wrap .c-box .c-num-box {
  margin: 0.4rem 0 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "MANROPE-MEDIUM";
  line-height: 1;
}
@media (max-width: 767px) {
  #c-company .c-list li .c-wrap .c-box .c-num-box {
    margin: 1rem 0 0;
  }
}
#c-company .c-list li .c-wrap .c-box .c-t3 {
  font-family: "MANROPE-BOLD";
}
#c-news .c-list {
  display: flex;
  align-items: flex-start;
  border-top: 2px solid #dfdfdf;
  flex-wrap: wrap;
}
#c-news .c-list li {
  width: 50%;
}
@media (max-width: 767px) {
  #c-news .c-list li {
    width: 100%;
  }
}
#c-news .c-list li .c-wrap {
  position: relative;
  display: block;
  overflow: hidden;
}
#c-news .c-list li .c-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#c-news .c-list li .c-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-news .c-list li .c-wrap .c-text-box {
  position: relative;
  z-index: 3;
  padding: 0.7rem;
  background: #fafafa;
  transition: 0.5s;
}
@media (max-width: 767px) {
  #c-news .c-list li .c-wrap .c-text-box {
    padding: 1rem;
  }
}
#c-news .c-list li .c-wrap .c-text-box .c-text {
  font-family: "MANROPE-BOLD";
  color: #666;
  line-height: 1;
  transition: 0.5s;
}
@media (max-width: 767px) {
  #c-news .c-list li .c-wrap .c-text-box .c-text {
    font-size: 16px;
  }
}
#c-news .c-list li .c-wrap .c-text-box .c-dg {
  margin: 0.9rem 0 0.4rem;
  min-height: 1.8rem;
}
@media (max-width: 767px) {
  #c-news .c-list li .c-wrap .c-text-box .c-dg {
    margin: 0.5rem 0;
    min-height: auto;
  }
}
#c-news .c-list li .c-wrap .c-text-box .c-title {
  font-family: "MANROPE-BOLD";
  color: #333;
  display: inline;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 96%, #fff 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.5s;
  line-height: 1.2;
}
#c-news .c-list li .c-wrap .c-text-box .c-more {
  color: #76151e;
  transition: 0.5s;
}
#c-news .c-list li .c-wrap:hover .c-text-box {
  background: transparent;
}
#c-news .c-list li .c-wrap:hover .c-text-box .c-text,
#c-news .c-list li .c-wrap:hover .c-text-box .c-more {
  color: #fff;
}
#c-news .c-list li .c-wrap:hover .c-text-box .c-title {
  color: #fff;
  background-size: 100% 100%;
}
#c-contact {
  padding: 0.9rem 0;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  #c-contact {
    padding: 3rem 0;
  }
}
#c-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#c-contact > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-contact .container {
  position: relative;
  z-index: 5;
}
#c-contact .c-title {
  margin-bottom: 0.5rem;
  font-family: "MANROPE-BOLD";
  color: #fff;
  line-height: 1.1;
  font-weight: bold;
}
@media (max-width: 767px) {
  #c-contact .c-title {
    margin-bottom: 1rem;
  }
}
#c-partner .c-list {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  background: #fff;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #c-partner .c-list {
    margin-bottom: -1rem;
    background: transparent;
  }
}
#c-partner .c-list li {
  width: 25%;
  position: relative;
  padding: 0 0.4rem;
  border: 1px solid #e1e1e1;
  border-left: 0;
}
@media (max-width: 991px) {
  #c-partner .c-list li {
    margin-top: -1px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  #c-partner .c-list li {
    margin-bottom: 1rem;
    border: 1px solid #e1e1e1;
    width: 48%;
    background: #fff;
    margin-right: 4%;
  }
  #c-partner .c-list li:nth-child(2n) {
    margin-right: 0;
  }
}
#c-partner .c-list li:nth-child(1) {
  border-left: 1px solid #e1e1e1;
}
#c-partner .c-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
}
#c-partner .c-list li .c-img-box {
  position: relative;
  z-index: 2;
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px dashed #d8d8d8;
}
@media (max-width: 767px) {
  #c-partner .c-list li .c-img-box {
    height: 6rem;
  }
}
#c-partner .c-list li .c-img-box img {
  height: 1.56rem;
}
@media (max-width: 767px) {
  #c-partner .c-list li .c-img-box img {
    height: 4rem;
  }
}
#c-partner .c-list li .c-img-box img:nth-child(2) {
  display: none;
}
#c-partner .c-list li .c-text-box {
  position: relative;
  z-index: 2;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.8rem;
  line-height: 1.1;
}
@media (max-width: 767px) {
  #c-partner .c-list li .c-text-box {
    height: 3rem;
  }
}
#c-partner .c-list li:hover {
  z-index: 3;
}
#c-partner .c-list li:hover::before {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  background-color: #76151e;
}
#c-partner .c-list li:hover .c-img-box {
  position: relative;
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  #c-partner .c-list li:hover .c-img-box {
    height: 6rem;
  }
}
#c-partner .c-list li:hover .c-img-box img {
  display: none;
}
#c-partner .c-list li:hover .c-img-box img:nth-child(2) {
  display: inline-block;
}
#c-partner .c-list li:hover .c-text-box {
  color: #fff;
}
/* 解决方案 solutions */
.xian {
  border-bottom: 1px solid #D5D5D5;
  height: 1px;
  display: flex;
  width: 100%;
}
.sol_one {
  text-align: left;
  line-height: 1.2;
  color: #000000;
}
@media (max-width: 991px) {
  .sol_one {
    padding: 1rem;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .sol_one {
    padding: 1rem 0 1rem 0;
    line-height: 1.6;
  }
}
.sol_two {
  text-align: center;
}
.sol_two .title {
  font-family: "MANROPE-BOLD";
  padding-bottom: 0.65rem;
  color: #000;
  font-weight: bold;
}
.sol_two .text-box {
  color: #656565;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .sol_two .text-box {
    line-height: 1.7;
  }
}
.sol_two .img-box img {
  max-width: 90%;
}
@media (max-width: 767px) {
  .sol_two .img-box img {
    max-width: 100%;
  }
}
.sol_three {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sol_three .title {
  color: #000000;
  width: 50%;
  font-weight: bold;
  font-family: "MANROPE-BOLD";
  position: sticky;
  top: 40px;
}
@media (max-width: 1260px) {
  .sol_three .title {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .sol_three .title {
    width: 100%;
    padding-bottom: 1rem;
    position: relative;
  }
}
.sol_three .title img {
  max-width: 90%;
  margin-top: 0.8rem;
}
.sol_three ul {
  width: 50%;
}
@media (max-width: 1260px) {
  .sol_three ul {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .sol_three ul {
    width: 100%;
  }
}
.sol_three ul li {
  padding-top: 0.6rem;
}
.sol_three ul li:first-child {
  padding-top: 0;
}
.sol_three .title2 {
  font-family: "MANROPE-BOLD";
  color: #000000;
  padding-bottom: 0.25rem;
}
.sol_three .desc {
  color: #656565;
  line-height: 1.8;
}
.sol_three .desc2 {
  line-height: 2.4;
}
.sol_title,
.big_title {
  text-align: center;
  font-family: "MANROPE-BOLD";
  color: #000;
  font-weight: bold;
}
.sol_banner {
  text-align: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sol_banner {
    margin-top: -2rem;
  }
}
.sol_banner img {
  max-width: 90%;
}
@media (max-width: 767px) {
  .sol_banner img {
    max-width: 100%;
  }
}
/* 产品 Products */
.pro_banner .c-box p {
  text-align: left;
}
.pro_banner .c-box .c-title2 {
  color: #fff;
  opacity: 0.5;
}
.pro_one li {
  border-bottom: 1px solid #D5D5D5;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.pro_one li:last-child {
  border-bottom: 0;
}
.pro_one .text-box {
  width: 50%;
  padding-right: 0.9rem;
  color: #656565;
}
@media (max-width: 767px) {
  .pro_one .text-box {
    width: 100%;
    padding: 0;
  }
}
.pro_one .text-box .title {
  font-family: "MANROPE-BOLD";
  color: #000000;
  line-height: 1;
  padding-bottom: 0.25rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .pro_one .text-box .title {
    padding-bottom: 0.5rem;
  }
}
.pro_one .text-box .desc {
  line-height: 1.6;
}
.pro_one .text-box .title2 {
  padding-top: 0.5rem;
  font-weight: bold;
  font-family: "MANROPE-BOLD";
  padding-bottom: 0.1rem;
  color: #000000;
}
@media (max-width: 767px) {
  .pro_one .text-box .title2 {
    padding-top: 1rem;
  }
}
.pro_one .text-box .bottom {
  line-height: 1.9;
}
.pro_one li:nth-child(2n) {
  flex-direction: row-reverse;
}
.pro_one li:nth-child(2n) .text-box {
  padding: 0;
  padding-left: 0.9rem;
}
@media (max-width: 767px) {
  .pro_one li:nth-child(2n) .text-box {
    padding: 0;
  }
}
.pro_one .img-box {
  width: 50%;
  /* height: 6rem; */
  overflow: hidden;
}
@media (max-width: 767px) {
  .pro_one .img-box {
    width: 100%;
    padding-top: 1rem;
    height: 13rem;
  }
}
.pro_one .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 1s;
  border: 2px solid #eee;
}
/* .pro_one .img-box:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
} */
.pro_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -0.25rem;
}
.pro_list li {
  width: 33.3333%;
  padding: 0 0.25rem;
  text-align: center;
}
@media (max-width: 767px) {
  .pro_list li {
    padding: 0;
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .pro_list li:last-child {
    margin-bottom: 0;
  }
}
.pro_list .img-box {
  width: 100%;
  height: 3.6rem;
  margin-bottom: 0.3rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .pro_list .img-box {
    height: 12rem;
    margin-bottom: 0.8rem;
  }
}
.pro_list .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 1s;
}
.pro_list li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.pro_list .title {
  display: inline;
  font-family: "MANROPE-BOLD";
  color: #000;
  transition: 0.5s;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 94%, #000 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
}
.pro_list p {
  color: #656565;
  margin-top: 0.15rem;
}
.pro_list li:hover .title {
  background-size: 100% 100%;
}
.pro_two {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.25rem -0.5rem 0;
}
@media (max-width: 767px) {
  .pro_two {
    margin: 0 -0.5rem -1rem 0;
  }
}
.pro_two li {
  width: 33.333%;
  padding: 0 0.25rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .pro_two li {
    padding: 0 0.5rem;
    width: 50%;
    padding-bottom: 1rem;
  }
}
.pro_two .nei {
  background: #fff;
  border: 2px solid #fff;
  height: 4.8rem;
  width: 100%;
  padding: 0.3rem 0.55rem;
  display: block;
  text-align: center;
  transition: 0.5s;
}
.pro_two .nei:hover {
  border: 2px solid #76151e;
}
.pro_two .nei:hover .title {
  color: #76151e;
}
.pro_two .nei:hover p {
  color: #76151e;
}
@media (max-width: 991px) {
  .pro_two .nei {
    height: 5.5rem;
  }
}
@media (max-width: 767px) {
  .pro_two .nei {
    height: 12rem;
  }
}
.pro_two .img-box {
  height: 2.8rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.pro_two .img-box img {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .pro_two .img-box {
    height: 7rem;
    padding: 0.3rem;
  }
}
.pro_two li:nth-child(1) .title.font24,
.pro_two li:nth-child(2) .title.font24 {
  font-size: 0.35rem;
}
@media (max-width: 1260px) {
  .pro_two li:nth-child(1) .title.font24,
  .pro_two li:nth-child(2) .title.font24 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .pro_two li:nth-child(1) .title.font24,
  .pro_two li:nth-child(2) .title.font24 {
    font-size: 0.95rem;
  }
}
.pro_two .title {
  padding: 0.2rem 0;
  padding-top: 0.3rem;
  border-bottom: 1px solid #E4E4E4;
  font-family: "MANROPE-BOLD";
  color: #000;
  margin-bottom: 0.25rem;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .pro_two .title {
    padding: 0.5rem 0;
    margin-bottom: 0.5rem;
  }
}
.pro_two p {
  color: #656565;
  transition: 0.5s;
}
.pro_two li:nth-child(1) .nei,
.pro_two li:nth-child(2) .nei {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .pro_two li:nth-child(1) .nei,
  .pro_two li:nth-child(2) .nei {
    display: block;
  }
}
.pro_two li:nth-child(1),
.pro_two li:nth-child(2) {
  width: 50%;
}
.pro_two li:nth-child(1) .img-box,
.pro_two li:nth-child(2) .img-box {
  width: 50%;
  height: 100%;
}
@media (max-width: 767px) {
  .pro_two li:nth-child(1) .img-box,
  .pro_two li:nth-child(2) .img-box {
    width: 100%;
    height: 7rem;
    padding: 0.3rem;
  }
}
.pro_two li:nth-child(1) .info,
.pro_two li:nth-child(2) .info {
  width: 50%;
  text-align: left;
}
@media (max-width: 767px) {
  .pro_two li:nth-child(1) .info,
  .pro_two li:nth-child(2) .info {
    width: 100%;
    text-align: center;
  }
}
.pro_two li:nth-child(1) .title,
.pro_two li:nth-child(2) .title {
  padding-top: 0;
}
@media (max-width: 767px) {
  .pro_two li:nth-child(1) .title,
  .pro_two li:nth-child(2) .title {
    padding: 0.5rem 0;
    margin-bottom: 0.5rem;
  }
}
/* 没有banner时，顶部颜色处理 */
.no-banner #c-header {
  color: #666;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.no-banner #c-header a {
  color: #333;
}
.no-banner #c-header .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
.no-banner #c-header .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
.no-banner #c-header .c-gn form > i {
  background-image: url(../image/ss2.png);
}
.no-banner #c-header .c-gn .c-phone i {
  border: 1px solid rgba(222, 47, 9, 0.2);
}
.no-banner #c-header .c-gn .c-phone {
  color: #76151e;
}
.no-banner #c-header .c-gn .c-line {
  border-color: rgba(0, 0, 0, 0.12);
}
.no-banner #c-header .c-gn .c-yy .c-text {
  background: url(../image/yy2.png) no-repeat left center / 20px auto,
}

.no-banner #c-header .c-gn .c-yy .d-text {
  background: url(../image/dd2.png) no-repeat left center / 20px auto, 
}

@media (max-width: 767px) {
  .no-banner #c-header .c-gn .c-yy .c-text {
    background-size: 20px auto,10px auto;
  }
}
.no-banner #c-header .c-gn .c-yy .c-text:hover {
  background: url(../image/yy3.png) no-repeat left center / 20px auto,
}

.no-banner #c-header .c-gn .c-yy .d-text:hover {
  background: url(../image/dd3.png) no-repeat left center / 20px auto,
}

@media (max-width: 767px) {
  .no-banner #c-header .c-gn .c-yy .c-text:hover {
    background-size: 20px auto,10px auto;
  }
}
.no-banner #c-header .c-switch i {
  background: #333;
}
/* 法律声明 law */
.law_main .title {
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #DEDEDE;
  color: #0053A3;
  font-family: "MANROPE-BOLD";
}
.law_main .desc-box {
  padding-top: 0.5rem;
  line-height: 1.8;
}
@media (max-width: 991px) {
  .law_main .desc-box {
    padding-top: 1rem;
  }
}
@media (max-width: 767px) {
  .law_main .desc-box {
    padding-top: 1rem;
    line-height: 1.7;
  }
}
@media (max-width: 991px) {
  .law_main {
    padding-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .law_main {
    padding-top: 2rem;
  }
}
/* 404 页面 */
.noPage {
  text-align: center;
}
.noPage .img-box img {
  max-width: 80%;
}
.noPage p {
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .noPage p {
    padding-bottom: 0.5rem;
  }
}
.noPage p span {
  color: #76151e;
}
.noPage .title {
  color: #333333;
  padding: 0.4rem;
  font-weight: bold;
  font-family: "MANROPE-BOLD";
}
@media (max-width: 767px) {
  .noPage .title {
    padding: 0.8rem;
  }
}
.noPage .a {
  width: 1.8rem;
  line-height: 0.5rem;
  background: #76151e;
  color: #fff;
  border-radius: 100px;
  display: inline-block;
  font-family: "MANROPE-BOLD";
}
@media (max-width: 1260px) {
  .noPage .a {
    width: 3rem;
    line-height: 1rem;
  }
}
@media (max-width: 767px) {
  .noPage .a {
    width: 6rem;
    line-height: 1.8rem;
  }
}
/* 搜索 */
.ss {
  margin: 0;
  width: 6rem;
  height: 0.6rem;
  border-radius: 0.6rem;
  display: inline-block;
  background: #fff;
  overflow: hidden;
  position: relative;
  margin-top: 0.2rem;
}
@media (max-width: 1260px) {
  .ss {
    width: 8rem;
    height: 0.8rem;
  }
}
@media (max-width: 991px) {
  .ss {
    width: 8rem;
    height: 1rem;
  }
}
@media (max-width: 767px) {
  .ss {
    width: 14rem;
    height: 2rem;
    border-radius: 6rem;
    margin-top: 0.7rem;
  }
}
.ss .txt {
  width: 100%;
  line-height: 0.6rem;
  height: 0.6rem;
  padding-left: 0.35rem;
  color: #000;
}
@media (max-width: 1260px) {
  .ss .txt {
    line-height: 0.8rem;
    height: 0.8rem;
  }
}
@media (max-width: 991px) {
  .ss .txt {
    line-height: 1rem;
    height: 1rem;
  }
}
@media (max-width: 767px) {
  .ss .txt {
    line-height: 2rem;
    height: 2rem;
  }
}
.ss .btn_ss {
  width: 1rem;
  height: 0.6rem;
  background: url(../image/ss3.png) no-repeat center center;
  background-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
@media (max-width: 1260px) {
  .ss .btn_ss {
    height: 0.8rem;
  }
}
@media (max-width: 991px) {
  .ss .btn_ss {
    width: 1.5rem;
    height: 1rem;
  }
}
@media (max-width: 767px) {
  .ss .btn_ss {
    width: 3rem;
    height: 2rem;
  }
}
.ss_type {
  border-bottom: 1px solid #dedede;
  display: flex;
  margin-bottom: 0.6rem;
  height: 1rem;
  padding-top: 0.5rem;
  color: #656565;
}
@media (max-width: 991px) {
  .ss_type {
    height: 1.3rem;
  }
}
@media (max-width: 767px) {
  .ss_type {
    height: 3rem;
    padding-top: 1rem;
    margin-bottom: 2rem;
  }
}
.ss_type li {
  margin-right: 0.9rem;
  height: 0.5rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  .ss_type li {
    height: 0.8rem;
  }
}
@media (max-width: 767px) {
  .ss_type li {
    height: 2rem;
  }
}
.ss_type li.on {
  color: #76151e;
  border-bottom: 2px solid #76151e;
}
.ss_biao {
  color: #76151e;
  line-height: 1;
}
.ss_biao span {
  padding-right: 10px;
  font-family: "MANROPE-BOLD";
}
.ss_list .a-info {
  position: relative;
  display: block;
  padding: 0.4rem 0;
  border-bottom: 1px solid #dedede;
}
@media (max-width: 767px) {
  .ss_list .a-info {
    padding: 1.2rem 0;
  }
}
.ss_list .a-info::before {
  content: "";
  position: absolute;
  bottom: -1px;
  border-top: 1px solid #76151e;
  width: 0;
  transition: all 0.2s;
}
.ss_list .a-info .biao {
  color: #76151e;
}
.ss_list .a-info .tit {
  margin: 0.3rem 0 0.05rem;
  color: #000;
}
.ss_list .a-info .desc {
  color: #999;
}
.ss_list .a-info:hover::before {
  width: 100%;
}
/* events */
.eve_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0.8rem -0.25rem;
}
@media (max-width: 767px) {
  .eve_list {
    margin: 1 -0.5rem;
  }
}
.eve_list li {
  width: 33.3333%;
  padding: 0 0.25rem;
  height: 6rem;
  position: relative;
}
@media (max-width: 991px) {
  .eve_list li {
    height: 8.5rem;
  }
}
@media (max-width: 767px) {
  .eve_list li {
    width: 50%;
    height: 13rem;
    padding: 0 0.5rem;
  }
}
.eve_list li:hover .more {
  color: #76151e;
}
.eve_list li:hover .img-box img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.eve_list .img-box {
  height: 3.4rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .eve_list .img-box {
    height: 4rem;
  }
}
@media (max-width: 767px) {
  .eve_list .img-box {
    height: 7rem;
  }
}
.eve_list .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 1s;
}
.eve_list .date {
  padding: 0.2rem 0;
  color: #656565;
  padding-top: 0.35rem;
}
@media (max-width: 991px) {
  .eve_list .date {
    padding-top: 0.6rem;
  }
}
@media (max-width: 767px) {
  .eve_list .date {
    padding: 0.5rem 0;
    padding-top: 1rem;
  }
}
.eve_list .title {
  color: #000;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 94%, #000 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  display: inline;
  transition: 0.5s;
  overflow: hidden;
}
@media (max-width: 991px) {
  .eve_list .title {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 767px) {
  .eve_list .title {
    line-height: 1.4;
  }
}
.eve_list li:hover .title {
  background-size: 100% 100%;
}
.eve_list .more {
  margin-top: 0.35rem;
  color: #656565;
  transition: 0.5s;
  width: 100%;
  display: inline-block;
  position: absolute;
  left: 0.25rem;
  bottom: 0.5rem;
}
@media (max-width: 767px) {
  .eve_list .more {
    bottom: 1.1rem;
    left: 0.5rem;
  }
}
.div_more {
  text-align: center;
}
.div_more a {
  padding: 15px;
  /* padding-bottom: 0; */
  background: url() no-repeat top center;
  background-size: auto 0.1rem;
  color: #76151e;
}


.div_more .page-num {color: #000;background-color: #ebebeb;border-color: #dbdbdb;margin-right: 5px;border-radius: 3px;}
.div_more .page-num-current{color: #fff ;background-color: #76151e;border-color: #640f17;margin-right: 5px;border-radius: 3px;};



@media (max-width: 991px) {
  .div_more a {
    background-size: auto 8px;
  }
}
@media (max-width: 767px) {
  .div_more {
    padding-top: 1rem;
  }
}
.eve_title {
  width: 73%;
  font-family: "MANROPE-BOLD";
  padding-right: 0.75rem;
  padding-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .eve_title {
    width: 100%;
    padding: 0 0 0.5rem 0;
  }
}
.eve_main {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .eve_main {
    flex-wrap: wrap;
  }
}
.eve_info {
  width: 73%;
  padding-right: 0.75rem;
}
@media (max-width: 767px) {
  .eve_info {
    width: 100%;
    padding: 0;
  }
}
.eve_info .desc {
  color: #999999;
  height: 0.6rem;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 991px) {
  .eve_info .desc {
    height: 1rem;
    margin-top: 0.2rem;
  }
}
@media (max-width: 767px) {
  .eve_info .desc {
    height: auto;
    padding-bottom: 1rem;
    padding-top: 0.8rem;
    flex-wrap: wrap;
  }
  .eve_info .desc .date {
    width: 100%;
  }
}
.eve_info .desc .date i {
  padding: 0px 10px;
}
.eve_info .desc .share {
  max-width: 50%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .eve_info .desc .share {
    max-width: 100%;
    padding-top: 0.8rem;
  }
}
.eve_info .desc .share a {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #CBCBCB;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 10px;
  margin-top: -10px;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .eve_info .desc .share a {
    width: 36px;
    height: 36px;
    margin-top: -8px;
  }
}
.eve_info .desc .share a .img1 {
  display: block;
}
.eve_info .desc .share a .img2 {
  display: none;
}
.eve_info .desc .share a:hover {
  background: #76151e;
  border: 1px solid #76151e;
}
.eve_info .desc .share a:hover .img1 {
  display: none;
}
.eve_info .desc .share a:hover .img2 {
  display: block;
}
.eve_info .text-box {
  padding: 0.6rem 0;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  color: #656565;
  line-height: 1.7;
}
.eve_info .text-box img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .eve_info .text-box {
    padding: 0.8rem 0;
  }
}
@media (max-width: 767px) {
  .eve_info .text-box {
    padding: 1.2rem 0;
  }
}
.eve_info .bottom_next {
  padding-top: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.eve_info .bottom_next span {
  justify-content: center;
  align-items: center;
  display: flex;
}
.eve_info .bottom_next a {
  color: #656565;
  transition: 0.5s;
}
.eve_info .bottom_next a i {
  width: 0.4rem;
  font-style: normal;
}
@media (max-width: 767px) {
  .eve_info .bottom_next a i {
    width: 1rem;
  }
}
.eve_info .bottom_next a:hover {
  color: #76151e;
}
.eve_info .bottom_next .a_next i {
  text-align: right;
}
.eve_info .bottom_next .a_list span {
  padding-right: 0.4rem;
  background: url(../image/bg_02.png) no-repeat right center;
}
@media (max-width: 767px) {
  .eve_info .bottom_next .a_list span {
    padding-right: 1rem;
  }
}
.eve_right {
  width: 27%;
  position: sticky;
  top: 40px;
}
@media (max-width: 767px) {
  .eve_right {
    width: 100%;
    padding-top: 1rem;
  }
}
.eve_right .biao {
  height: 0.6rem;
  border-bottom: 1px solid #E0E0E0;
  font-family: "MANROPE-BOLD";
}
@media (max-width: 991px) {
  .eve_right .biao {
    height: 1rem;
    margin-top: 0.2rem;
  }
}
@media (max-width: 767px) {
  .eve_right .biao {
    height: auto;
    padding-bottom: 1rem;
    padding-top: 0.8rem;
  }
}
.eve_one a {
  padding: 0.3rem 0;
  border-bottom: 1px solid #E0E0E0;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .eve_one a {
    padding: 0.5rem 0;
  }
}
@media (max-width: 767px) {
  .eve_one a {
    padding: 1rem 0;
  }
}
.eve_one img {
  height: 0.9rem;
  width: 1.2rem;
  margin-right: 0.2rem;
}
@media (max-width: 991px) {
  .eve_one img {
    width: 1.5rem;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .eve_one img {
    width: 5rem;
    height: 70px;
    margin-right: 0.6rem;
  }
}
.eve_one .date {
  color: #999999;
  padding-bottom: 0.05rem;
  margin-top: -2px;
}
.eve_one h3 {
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 94%, #000 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  display: inline;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .eve_one h3 {
    display: -webkit-box;
  }
}
@media (max-width: 767px) {
  .eve_one h3 {
    display: -webkit-box;
  }
}
.eve_one h3:hover {
  background-size: 100% 100%;
}
/* Support */
.sup_type {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* padding-bottom: 0.8rem; */
}
@media (max-width: 767px) {
  .sup_type {
    padding-bottom: 1rem;
  }
}
.sup_type li {
  padding: 0 0.5rem;
  background: url(../image/bg_03.png) no-repeat left center;
}
@media (max-width: 991px) {
  .sup_type li {
    background-size: 2px 60%;
  }
}
.sup_type li:first-child {
  background: none;
}
.sup_type li a {
  width: 2rem;
  line-height: 0.5rem;
  border-radius: 4rem;
  color: #000;
  display: block;
  background-color: #eaeaea;
}
@media (max-width: 991px) {
  .sup_type li a {
    width: 3rem;
    line-height: 1rem;
  }
}
@media (max-width: 767px) {
  .sup_type li a {
    width: 5rem;
    line-height: 2rem;
  }
}
.sup_type li a.on {
  background: #76151e;
  color: #fff;
}
.sup_list {
  margin: 0 -0.25rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sup_list li {
  width: 50%;
  padding: 0px 0.25rem;
  height: 4.9rem;
  text-align: center;
}
@media (max-width: 991px) {
  .sup_list li {
    height: 6rem;
  }
}
@media (max-width: 767px) {
  .sup_list li {
    width: 50%;
    height: auto;
    padding-bottom: 1.5rem;
  }
  .sup_list .img-box img {
    height: 85%;
}
}
.sup_list .img-box {
  overflow: hidden;
  height: 3rem;
  /* margin-bottom: 0.3rem; */
}
@media (max-width: 767px) {
  .sup_list .img-box {
    height: 8rem;
    margin-bottom: 0.8rem;
  }
}
.sup_list .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 1s;
}
.sup_list .title {
  color: #333333;
  font-family: "MANROPE-BOLD";
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 94%, #76151e  0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  display: inline;
  transition: 0.5s;
}
.sup_list li:hover .title {
  background-size: 100% 100%;
}
.sup_list li:hover .img-box img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.sup_list .desc {
  margin-top: 0.15rem;
  color: #656565;
}
.sup_one {
  text-align: center;
}
.sup_one a {
  display: inline-block;
  width: 1.8rem;
  line-height: 0.5rem;
  border: 2px solid #0065B0;
  border-radius: 5rem;
  color: #0065B0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .sup_one a {
    width: 3rem;
    line-height: 0.8rem;
  }
}
@media (max-width: 767px) {
  .sup_one a {
    width: 7rem;
    line-height: 2rem;
  }
}
.sup_one a:hover {
  background: #0065B0;
  color: #fff;
}
.sup_two {
  background: #F1F1F1;
}
.sup_two .img-box {
  height: 5.4rem;
  overflow: hidden;
  margin-top: 0.8rem;
}
@media (max-width: 991px) {
  .sup_two .img-box {
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .sup_two .img-box {
    height: 10rem;
  }
}
.sup_two .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sup_two .bottom-info {
  padding: 0 2rem;
  margin-top: -0.8rem;
  display: flex;
  flex-wrap: nowrap;
  height: 2.8rem;
}
@media (max-width: 991px) {
  .sup_two .bottom-info {
    margin-top: -1rem;
    height: 5rem;
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .sup_two .bottom-info {
    margin-top: -2rem;
    height: auto;
    flex-wrap: wrap;
  }
}
.sup_two .nei_left {
  background: #76151e;
  width: 34%;
  height: 100%;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .sup_two .nei_left {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .sup_two .nei_left {
    width: 100%;
    padding: 1.5rem 0;
  }
}
.sup_two .nei_left p {
  margin: 0.25rem 0;
  padding-left: 0.4rem;
}
@media (max-width: 991px) {
  .sup_two .nei_left p {
    padding-left: 30px;
  }
}
.sup_two .nei_left .p1 {
  background: url(../image/bg_04.png) no-repeat left center;
  background-size: 0.27rem;
}
@media (max-width: 991px) {
  .sup_two .nei_left .p1 {
    background-size: 18px;
  }
}
.sup_two .nei_left .p2 {
  background: url(../image/bg_05.png) no-repeat left center;
  background-size: 0.27rem;
}
@media (max-width: 991px) {
  .sup_two .nei_left .p2 {
    background-size: 18px;
  }
}
.sup_two .nei_left .p3 {
  background: url(../image/bg_06.png) no-repeat left center;
  background-size: 0.27rem;
}
@media (max-width: 991px) {
  .sup_two .nei_left .p3 {
    background-size: 18px;
  }
}
.sup_two .nei_right {
  background: #fff;
  width: 66%;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  padding-left: 0.8rem;
}
@media (max-width: 767px) {
  .sup_two .nei_right {
    width: 100%;
    padding: 1rem;
  }
}
.sup_two .nei_right li {
  padding: 0.2rem 0;
  color: #656565;
}
.sup_two .nei_right h4 {
  color: #000000;
  font-family: "MANROPE-BOLD";
  padding-bottom: 0.05rem;
}
/* FAQ */
.faq_list {
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
}
.faq_list li {
  padding-bottom: 0.2rem;
}
@media (max-width: 991px) {
  .faq_list li {
    padding-bottom: 0.4rem;
  }
}
.faq_list .title {
  background: url(../image/bg_07.png) no-repeat 97.5% center #F5F5F5;
  padding: 0.3rem 0.4rem;
  font-family: "MANROPE-BOLD";
  color: #656565;
  cursor: pointer;
}
@media (max-width: 767px) {
  .faq_list .title {
    padding: 0.6rem 0.8rem;
    background-size: 12px;
  }
}
.faq_list .title.sel {
  background: url(../image/bg_07-sel.png) no-repeat 97.5% center #76151e;
  color: #fff;
}
@media (max-width: 767px) {
  .faq_list .title.sel {
    background-size: 12px;
  }
}
@media (max-width: 767px) {
  .faq_list .title.font24 {
    font-size: 16px;
  }
}
.faq_list .desc-box {
  border: 1px solid #DBDBDB;
  border-top: 0;
  padding: 0.3rem 0.4rem;
  color: #656565;
  line-height: 2;
  display: none;
}
@media (max-width: 767px) {
  .faq_list .desc-box {
    line-height: 1.8;
    padding: 0.6rem 0.8rem;
  }
}
/* Download */
.dow_one {
  text-align: center;
  padding-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .dow_one {
    padding-bottom: 1.5rem;
  }
}
.dow_one a {
  color: #656565;
  font-family: "MANROPE-BOLD";
  margin: 0 0.2rem;
}
@media (max-width: 991px) {
  .dow_one a {
    margin: 0 0.4rem;
  }
}
@media (max-width: 767px) {
  .dow_one a {
    margin: 0 1rem;
  }
}
.dow_one a.sel {
  color: #76151e;
  border-bottom: 2px solid #76151e;
}
.dow_two {
  margin: 0 -0.25rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 0.4rem;
}
@media (max-width: 991px) {
  .dow_two {
    padding-bottom: 0.7rem;
  }
}
@media (max-width: 767px) {
  .dow_two {
    padding-bottom: 0.5rem;
  }
}
.dow_two li {
  width: 33.333%;
  padding: 0px 0.25rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .dow_two li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .dow_two li {
    width: 100%;
    padding-bottom: 1rem;
  }
}
.dow_two .nei {
  padding: 0.5rem 0.3rem;
  text-align: center;
  border: 1px solid #DBDBDB;
  background: url(../image/bg_09.jpg) no-repeat right bottom #fff;
  transition: 0.5s;
  background-size: 0.9rem;
}
@media (max-width: 991px) {
  .dow_two .nei {
    padding: 0.7rem 0.3rem;
    background-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .dow_two .nei {
    padding: 1.5rem 0.3rem;
    background-size: 3rem;
  }
}
.dow_two li:hover .nei {
  background: url(../image/bg_09-sel.jpg) no-repeat right bottom #F5F5F5;
  background-size: 0.9rem;
}
@media (max-width: 991px) {
  .dow_two li:hover .nei {
    background-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .dow_two li:hover .nei {
    background-size: 3rem;
  }
}
.dow_two .title {
  color: #656565;
  margin-bottom: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .dow_two .title {
    margin-bottom: 0.6rem;
  }
}
.dow_two .a-dow {
  width: 2rem;
  line-height: 0.5rem;
  border: 1px solid #DBDBDB;
  border-radius: 5rem;
  color: #76151e;
  display: inline-block;
  transition: 0.4s;
}
@media (max-width: 991px) {
  .dow_two .a-dow {
    width: 3.2rem;
    line-height: 0.8rem;
  }
}
@media (max-width: 767px) {
  .dow_two .a-dow {
    width: 6.5rem;
    line-height: 1.7rem;
  }
}
.dow_two .a-dow span {
  padding-left: 0.4rem;
  background: url(../image/bg_08.png) no-repeat left center;
  background-size: 0.2rem;
}
@media (max-width: 991px) {
  .dow_two .a-dow span {
    padding-left: 0.5rem;
    background-size: 0.3rem;
  }
}
@media (max-width: 767px) {
  .dow_two .a-dow span {
    padding-left: 1rem;
    background-size: 0.6rem;
  }
}
.dow_two li:hover .a-dow {
  background: #76151e;
  color: #fff;
  border: 1px solid #76151e;
}
.dow_two li:hover .a-dow span {
  background: url(../image/bg_08-sel.png) no-repeat left center;
  background-size: 0.2rem;
}
@media (max-width: 991px) {
  .dow_two li:hover .a-dow span {
    background-size: 0.3rem;
  }
}
@media (max-width: 767px) {
  .dow_two li:hover .a-dow span {
    background-size: 0.6rem;
  }
}
/* wct */
.wct_banner {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .wct_banner {
    height: 12rem;
  }
}
@media (max-width: 767px) {
  .wct_banner {
    height: 16rem;
  }
}
.wct_banner .img_bg {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.wct_banner .box {
  position: absolute;
  z-index: 10;
  color: #fff;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: bold;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .wct_banner .box {
    top: 55%;
  }
}
.wct_banner .box .container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.wct_banner .text-box {
  width: 60%;
  max-width: 7.5rem;
  padding-right: 1.8rem;
  display: inline-block;
  text-align: right;
}
@media (max-width: 991px) {
  .wct_banner .text-box {
    padding-right: 1rem;
    width: 70%;
    max-width: 10rem;
  }
}
@media (max-width: 767px) {
  .wct_banner .text-box {
    padding-right: 0rem;
    width: 55%;
    max-width: 55%;
  }
}
.wct_banner .title1 {
  font-family: "MANROPE-BOLD";
  line-height: 1.2;
  padding-bottom: 0.1rem;
}
.wct_banner .title2 {
  font-family: "MANROPE-BOLD";
}
.wct_banner .title4 {
  padding: 0.5rem 0;
  padding-top: 0.4rem;
}
.wct_banner .title5 {
  font-weight: normal;
  color: #60BCEF;
}
.wct_banner .desc {
  padding-top: 0.45rem;
  padding-bottom: 0.6rem;
  font-weight: normal;
}
@media (max-width: 767px) {
  .wct_banner .desc {
    padding-top: 0.8rem;
  }
}
.wct_banner .desc2 {
  padding-top: 0.2rem;
  margin-bottom: 0.6rem;
  font-weight: normal;
}
@media (max-width: 767px) {
  .wct_banner .desc2 {
    padding-top: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 767px) {
  .wct_banner .desc.font30 {
    font-size: 14px;
    padding-bottom: 1.3rem;
  }
}
.wct_banner .a_xz {
  line-height: 0.6rem;
  border: 2px solid #FFFFFF;
  border-radius: 10rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  transition: 0.5s;
  padding: 0 0.35rem;
}
@media (max-width: 991px) {
  .wct_banner .a_xz {
    line-height: 0.9rem;
    padding: 0 0.5rem;
  }
}
@media (max-width: 767px) {
  .wct_banner .a_xz {
    padding: 0px 0.7rem;
    line-height: 1.8rem;
  }
}
.wct_banner .a_xz span {
  padding-left: 0.4rem;
  background: url(../image/bg_08-sel.png) no-repeat left center;
  background-size: 0.2rem;
}
@media (max-width: 991px) {
  .wct_banner .a_xz span {
    padding-left: 0.6rem;
    background-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .wct_banner .a_xz span {
    padding-left: 1.3rem;
    background-size: 0.7rem;
  }
}
.wct_banner .a_xz:hover {
  background: #fff;
  color: #76151e;
}
.wct_banner .a_xz:hover span {
  background: url(../image/bg_08.png) no-repeat left center;
  background-size: 0.2rem;
}
@media (max-width: 991px) {
  .wct_banner .a_xz:hover span {
    padding-left: 0.6rem;
    background-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .wct_banner .a_xz:hover span {
    padding-left: 0.6rem;
    background-size: 0.4rem;
  }
}
.wct_banner .box_top {
  position: absolute;
  z-index: 10;
  top: 0%;
  left: 0;
  width: 100%;
  letter-spacing: 1px;
}
.wct_banner .text_center {
  text-align: center;
  padding: 1.2rem 2.2rem;
  color: #fff;
}
@media (max-width: 767px) {
  .wct_banner .text_center {
    padding: 1rem 0;
  }
}
.rightBlack .box {
  color: #2D3233;
}
.rightBlack .text-box {
  max-width: 8.2rem;
}
@media (max-width: 991px) {
  .rightBlack .text-box {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .rightBlack .text-box {
    width: 55%;
    max-width: 55%;
  }
}
.rightWhite .box {
  color: #fff;
}
.rightWhite .text-box {
  max-width: 8.5rem;
}
@media (max-width: 991px) {
  .rightWhite .text-box {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .rightWhite .text-box {
    width: 55%;
    max-width: 55%;
  }
}
.leftWhite .box {
  color: #E7E7E7;
}
.leftWhite .box .container {
  flex-direction: row;
}
.leftWhite .text-box {
  padding-right: 0;
  padding-left: 2rem;
  text-align: left;
  width: 70%;
  max-width: 8.5rem;
}
@media (max-width: 991px) {
  .leftWhite .text-box {
    padding: 0;
    padding-left: 1rem;
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .leftWhite .text-box {
    padding: 0rem;
    width: 55%;
    max-width: 55%;
  }
}
.leftBlack .box {
  color: #2D3233;
}
.leftBlack .box .container {
  flex-direction: row;
}
.leftBlack .text-box {
  padding-right: 0;
  padding-left: 2rem;
  text-align: left;
  width: 70%;
  max-width: 8.5rem;
}
@media (max-width: 991px) {
  .leftBlack .text-box {
    padding: 0;
    padding-left: 1rem;
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .leftBlack .text-box {
    padding: 0rem;
    width: 55%;
    max-width: 55%;
  }
}
.wct_info {
  text-align: center;
  color: #2D3233;
}
.wct_info .title {
  line-height: 1.6;
  margin-bottom: 0.1rem;
  font-family: "MANROPE-BOLD";
  font-weight: bold;
}
.wct_info .text-box {
  padding: 0 2.7rem;
}
@media (max-width: 991px) {
  .wct_info .text-box {
    padding: 0 1.5rem;
  }
}
@media (max-width: 767px) {
  .wct_info .text-box {
    padding: 0 ;
  }
}
.wct_info .img-box {
  padding: 0.9rem 0 1rem 0;
  text-align: center;
}
@media (max-width: 767px) {
  .wct_info .img-box {
    padding: 1rem 0 0rem 0;
  }
}
.wct_info .img-box img {
  max-width: 90%;
}
@media (max-width: 767px) {
  .wct_info .img-box img {
    max-width: 100%;
  }
}
.wct_imgText {
  text-align: center;
  color: #2D3233;
  padding: 0.7rem 0;
}
@media (max-width: 767px) {
  .wct_imgText {
    padding: 3rem 0rem;
  }
}
.wct_imgText .title {
  line-height: 1.6;
  margin-bottom: 0.1rem;
  font-family: "MANROPE-BOLD";
  font-weight: bold;
}
.wct_imgText .text-box {
  padding: 0 2.7rem;
}
@media (max-width: 991px) {
  .wct_imgText .text-box {
    padding: 0 1.5rem;
  }
}
@media (max-width: 767px) {
  .wct_imgText .text-box {
    padding: 0 ;
  }
}
.wct_imgText .img-box {
  padding-top: 0.6rem;
  text-align: center;
}
.wct_imgText .img-box img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .wct_imgText .img-box {
    padding: 1rem 0 0rem 0;
  }
  .wct_imgText .img-box img {
    max-width: 90%;
  }
}
.wct_one {
  background-image: linear-gradient(#0A0B10, #0A1823);
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .wct_one {
    padding: 1.5rem 0;
    padding-top: 2.5rem;
  }
}
.wct_one .title {
  font-family: "MANROPE-BOLD";
  font-weight: bold;
}
.wct_one ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 1rem;
}
.wct_one li {
  width: 25%;
  padding: 0px 0.3rem;
  text-align: center;
  height: 5rem;
}
@media (max-width: 991px) {
  .wct_one li {
    height: 8.5rem;
  }
}
@media (max-width: 767px) {
  .wct_one li {
    width: 50%;
    height: 11rem;
    padding: 0px 0.5rem;
  }
}
.wct_one .img-box {
  text-align: center;
}
.wct_one .img-box span {
  width: 0.9rem;
  height: 0.9rem;
  background: #252525;
  border-radius: 3rem;
  display: inline-block;
  overflow: hidden;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .wct_one .img-box span {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (max-width: 767px) {
  .wct_one .img-box span {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.wct_one .img-box span img {
  width: 100%;
  height: 100%;
}
.wct_one li:hover .img-box span {
  background: #76151e;
}
.wct_one .title {
  padding: 0.5rem 0 0.3rem 0;
}
.wct_one .desc {
  font-size: 12px;
  color: #B3B3B3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .wct_one .desc {
    -webkit-line-clamp: 5;
  }
}
.wct_one .ul3 li {
  width: 33.333%;
  padding: 0 0.85rem;
}
@media (max-width: 991px) {
  .wct_one .ul3 li {
    padding: 0 0.5rem;
  }
}
@media (max-width: 767px) {
  .wct_one .ul3 li {
    width: 50%;
    padding: 0px 0.5rem;
  }
}
.wct_one .bottom-img {
  text-align: center;
  padding: 0.5rem 0;
}
.wct_one .bottom-img img {
  max-width: 90%;
}
@media (max-width: 767px) {
  .pk_list ul li {
    height: 12rem;
  }
}
.pk_list ul li .title {
  height: 1.3rem;
}
@media (max-width: 991px) {
  .pk_list ul li .title {
    height: 2rem;
  }
}
@media (max-width: 767px) {
  .pk_list ul li .title {
    height: 3.5rem;
    line-height: 1.2;
  }
}
/* s8 */
.s8_one {
  background: #B4090F;
  text-align: center;
  color: #fff;
}
.s8_one .title {
  font-family: "MANROPE-BOLD";
  letter-spacing: 2px;
  padding: 1.2rem 0 1.4rem 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .s8_one .title {
    padding: 3rem 0 1.5rem 0;
  }
}
.s8_one ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  text-align: center;
  padding-bottom: 2rem;
}
.s8_one li {
  width: 33.3333%;
}
.s8_one .img-box {
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .s8_one .img-box {
    height: 1.2rem;
  }
}
.s8_one .img-box img {
  max-height: 100%;
  object-fit: cover;
}
.s8_one .tit {
  color: #F1F1F1;
  padding-top: 0.3rem;
}
/* s6 */
.s6_one {
  background: #F6F5FA;
}
.s6_one .title {
  color: #333333;
}
.s6_one .tit {
  color: #350C58;
}
/* t90 */
.t90_banner .text-box {
  width: 70%;
  max-width: 8.5rem;
}
@media (max-width: 991px) {
  .t90_banner .text-box {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .t90_banner .text-box {
    width: 80%;
    max-width: 80%;
  }
}
.t90_one {
  background: url(../image/bg_10.jpg) no-repeat right top;
  background-size: cover;
}
/* t90FO */
.FO_banner .box {
  color: #fff;
}
.FO_banner .text-box {
  width: 60%;
  max-width: 7.5rem;
}
@media (max-width: 991px) {
  .FO_banner .text-box {
    width: 60%;
    max-width: 10rem;
  }
}
@media (max-width: 767px) {
  .FO_banner .text-box {
    width: 90%;
    max-width: 80%;
  }
}
.FO_one {
  background: #007FD8;
}
/* Mpos */
.textWhite .box {
  color: #fff;
}
/* vtm */
.vtm_one {
  background: url(../image/bg_10.jpg) no-repeat left top;
  background-size: 100% 100%;
}
.vtm_two {
  background: url(../image/bg_11.jpg) repeat-y left top;
  background-size: 60% 100%;
  padding-bottom: 0;
}
.vtm_two .wct_imgText {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .vtm_two .wct_imgText {
    padding-bottom: 3rem;
  }
}
/* protableKiosk */
.pk_one {
  background-image: linear-gradient(to right, #EEEEEE, #E4E5E9);
}
/* 联系我们 */
.lx_one {
  border-top: 1px solid #DEDEDE;
  padding: 0.6rem 0;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .lx_one {
    margin-top: 0.5rem;
    padding: 1.5rem 0;
  }
}
.lx_one li {
  text-align: center;
  width: 33.3333%;
}
.lx_one .img-box {
  padding-bottom: 0.35rem;
}
.lx_one .img-box img {
  height: 1.03rem;
  width: 1.03rem;
}
@media (max-width: 991px) {
  .lx_one .img-box img {
    height: 1.3rem;
    width: 1.3rem;
  }
}
@media (max-width: 767px) {
  .lx_one .img-box img {
    height: 2rem;
    width: 2rem;
  }
}
.lx_one .title {
  font-size: "MANROPE-BOLD";
  color: #333333;
  font-weight: bold;
  padding-bottom: 0.1rem;
}
.lx_one .desc {
  color: #656565;
  line-height: 1.8;
  word-break: break-all;
}
@media (max-width: 767px) {
  .lx_one .desc {
    font-size: 12px;
  }
}
.lx_two {
  height: 6.5rem;
}
@media (max-width: 767px) {
  .lx_two {
    height: 10rem;
  }
}
.lx_two .img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.lx_three {
  background: #F5F5F5;
}
.lx_three .container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.lx_three .info {
  width: 50%;
  padding-right: 1.7rem;
  color: #656565;
}
@media (max-width: 991px) {
  .lx_three .info {
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .lx_three .info {
    width: 100%;
    padding-right: 0;
    padding-bottom: 1.5rem;
  }
}
.lx_three .info .title {
  padding-bottom: 0.5rem;
  color: #000;
  font-weight: bold;
  font-family: "MANROPE-BOLD";
}
.lx_three .ul {
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .lx_three .ul {
    width: 100%;
  }
}
.lx_three .ul li {
  width: 49%;
  margin-bottom: 0.2rem;
  position: relative;
  background: #fff;
}
@media (max-width: 767px) {
  .lx_three .ul li {
    margin-bottom: 0.5rem;
  }
}
.lx_three .ul li i {
  position: absolute;
  top: 0;
  line-height: 0.6rem;
  right: 15px;
  color: #DA2420;
  font-style: normal;
}
@media (max-width: 991px) {
  .lx_three .ul li i {
    line-height: 1.1rem;
  }
}
@media (max-width: 767px) {
  .lx_three .ul li i {
    line-height: 2.2rem;
  }
}
.lx_three .ul .txt {
  line-height: 0.6rem;
  height: 0.6rem;
  padding-left: 0.28rem;
  width: 100%;
}
@media (max-width: 991px) {
  .lx_three .ul .txt {
    line-height: 1.1rem;
    height: 1.1rem;
  }
}
@media (max-width: 767px) {
  .lx_three .ul .txt {
    line-height: 2.2rem;
    height: 2.2rem;
    padding-left: 0.6rem;
  }
}
.lx_three .ul .select {
  width: 100%;
  line-height: 0.6rem;
  height: 0.6rem;
  padding-left: 0.28rem;
  background: url(../image/bg_12.png) no-repeat 96% center;
}
@media (max-width: 991px) {
  .lx_three .ul .select {
    line-height: 1.1rem;
    height: 1.1rem;
  }
}
@media (max-width: 767px) {
  .lx_three .ul .select {
    line-height: 2.2rem;
    height: 2.2rem;
    padding-left: 0.6rem;
  }
}
.lx_three .ul .li {
  width: 100%;
}
.lx_three .ul .txt_desc {
  width: 100%;
  height: 2rem;
  padding: 0.2rem 0.28rem;
}
@media (max-width: 991px) {
  .lx_three .ul .txt_desc {
    height: 3rem;
    line-height: 1.1rem;
  }
}
@media (max-width: 767px) {
  .lx_three .ul .txt_desc {
    height: 6rem;
    line-height: 2.2rem;
    padding-left: 0.6rem;
  }
}
.lx_three .ul .btn {
  width: 100%;
  background: #76151e;
  line-height: 0.6rem;
  color: #fff;
}
@media (max-width: 991px) {
  .lx_three .ul .btn {
    line-height: 1.1rem;
  }
}
@media (max-width: 767px) {
  .lx_three .ul .btn {
    line-height: 2.2rem;
  }
}
/* Career */
.car_one {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .car_one {
    flex-wrap: wrap;
  }
}
.car_one .img-box {
  width: 50%;
  height: 5rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .car_one .img-box {
    width: 100%;
    height: 10rem;
    margin-bottom: 1rem;
  }
}
.car_one .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.car_one .info {
  width: 50%;
  padding-left: 0.6rem;
}
@media (max-width: 767px) {
  .car_one .info {
    width: 100%;
    padding: 0;
  }
}
.car_one .title {
  font-family: "MANROPE-BOLD";
  font-weight: bold;
  padding-bottom: 0.2rem;
}
.car_one .desc {
  color: #656565;
  line-height: 1.7;
}
.car_two {
  /* background: #F5F5F5; */
  text-align: center;
}
.car_two .title {
  font-size: "MANROPE-BOLD";
  font-weight: bold;
  padding-bottom: 0.5rem;
}
.car_two .xiao {
  padding-bottom: 1.0rem;
}
.car_two ul {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}
.car_two li {
  width: 33.333%;
  border: 1px solid #f3f1f1;
  height: 2.8rem;
  color: #666666;
  display: block;
  padding: 0.2rem 0.2rem;
  text-align: left;
  transition: 0.8s;
}
@media (max-width: 991px) {
  .car_two li {
    height: 4.5rem;
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .car_two li {
    width: 100%;
    height: auto;
    padding-bottom: 1.5rem;
  }
}
.car_two .img-box {
  height: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .car_two .img-box {
    height: 2rem;
  }
}
@media (max-width: 767px) {
  .car_two .img-box {
    height: 4rem;
  }
}
.car_two .img-box .img1 {
  display: block;
}
.car_two .img-box .img2 {
  display: none;
}
.car_two .img-box img {
  max-height: 0.6rem;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .car_two .img-box img {
    max-height: 1rem;
  }
}
@media (max-width: 767px) {
  .car_two .img-box img {
    max-height: 2rem;
  }
}
.car_two li:hover .img1 {
  display: none;
}
.car_two li:hover .img2 {
  display: block;
}
.car_two .tit {
  font-size: "MANROPE-BOLD";
  font-weight: bold;
  color: #000;
  padding-bottom: 0.1rem;
  transition: 0.5s;
  padding-top: 0.5rem;
}
.car_two li:hover {
  background: #76151e;
  color: #fff;
}
.car_two li:hover .tit {
  color: #fff;
}
.car_job {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.car_job .big_title {
  width: 100%;
}
.car_three {
  padding-top: 0.8rem;
  width: 48%;
}
@media (max-width: 767px) {
  .car_three {
    width: 100%;
  }
}
.car_three .title1 {
  font-weight: bold;
  font-family: "MANROPE-BOLD";
}
.car_three .title2 {
  color: #656565;
  padding: 0.3rem 0;
}
@media (max-width: 767px) {
  .car_three .title2 {
    padding: 0.6rem 0;
  }
}
.car_three ul {
  width: 100%;
}
.car_three li {
  margin-top: 0.2rem;
}
@media (max-width: 991px) {
  .car_three li {
    margin-top: 0.3rem;
  }
}
@media (max-width: 767px) {
  .car_three li {
    margin-top: 0.7rem;
  }
}
.car_three .txt {
  width: 100%;
  line-height: 0.6rem;
  height: 0.6rem;
  padding-left: 0.2rem;
  border: 1px solid #D5D5D5;
}
@media (max-width: 991px) {
  .car_three .txt {
    line-height: 1.1rem;
    height: 1.1rem;
  }
}
@media (max-width: 767px) {
  .car_three .txt {
    line-height: 2.4rem;
    height: 2.4rem;
    padding-left: 0.6rem;
  }
}
.car_three .txt_desc {
  height: 1.8rem;
  padding: 0.15rem 0.2rem;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .car_three .txt_desc {
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .car_three .txt_desc {
    height: 8rem;
    padding-left: 0.6rem;
  }
}
.car_three .btn {
  width: 100%;
  line-height: 0.6rem;
  background: #76151e;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 991px) {
  .car_three .btn {
    height: 1.1rem;
  }
}
@media (max-width: 767px) {
  .car_three .btn {
    height: 2.4rem;
  }
}
.txt::-webkit-input-placeholder {
  color: #999999;
}
.txt:-moz-placeholder {
  color: #999999;
}
.txt::-moz-placeholder {
  color: #999999;
}
.txt:-ms-input-placeholder {
  color: #999999;
}
.car_four {
  width: 52%;
  display: flex;
  align-items: flex-start;
  padding-top: 0.8rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .car_four {
    width: 100%;
    padding-left: 0;
  }
}
.car_four li {
  width: 50%;
  padding-left: 0.4rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .car_four li {
    width: 100%;
    padding: 0;
    margin-bottom: 1rem;
  }
}
.car_four .nei {
  height: 3.5rem;
  background: #F5F5F5;
  padding: 0.4rem;
  color: #656565;
  transition: 0.5s;
  position: relative;
}
@media (max-width: 991px) {
  .car_four .nei {
    height: 6rem;
  }
}
@media (max-width: 767px) {
  .car_four .nei {
    height: auto;
    padding: 1rem;
  }
}
.car_four .nei .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../image/ren.png) no-repeat right center;
  background-size: auto 100%;
}
.car_four .nei:hover {
  background: #76151e;
  color: #fff;
}
.car_four .dizhi {
  padding-left: 0.5rem;
  background: url(../image/bg_13.png) no-repeat left center;
  background-size: 0.27rem;
  line-height: 0.33rem;
}
@media (max-width: 767px) {
  .car_four .dizhi {
    padding-left: 1rem;
    background-size: 0.6rem;
    line-height: 1.5;
  }
}
.car_four li:hover .dizhi {
  background: url(../image/bg_13-sel.png) no-repeat left center;
  background-size: 0.27rem;
}
@media (max-width: 767px) {
  .car_four li:hover .dizhi {
    background-size: 0.6rem;
  }
}
.car_four .title {
  margin: 0.25rem 0;
  color: #000;
  line-height: 1;
}
@media (max-width: 767px) {
  .car_four .title {
    margin: 0.6rem 0;
  }
}
.car_four .title p {
  font-family: "MANROPE-BOLD";
  font-weight: bold;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 94%, #fff 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  display: inline;
  transition: 0.5s;
}
.car_four .nei:hover .title p {
  color: #fff;
  background-size: 100% 100%;
}
.car_four .more {
  margin-top: 0.3rem;
  display: block;
  width: 1.6rem;
  line-height: 0.5rem;
  border: 1px solid #76151e;
  text-align: center;
  color: #76151e;
  border-radius: 40rem;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .car_four .more {
    width: auto;
    padding: 0 0.2rem;
    line-height: 0.8rem;
  }
}
@media (max-width: 767px) {
  .car_four .more {
    width: 6rem;
    line-height: 1.6rem;
    margin-top: 0.6rem;
  }
}
.car_four .nei:hover .more {
  border: 1px solid #fff;
  color: #fff;
  transition: 0.5s;
}
.tan_design {
  z-index: 1111;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.tan_design .nei {
  width: 80%;
  background: #fff;
  background: url(../image/bg_14.jpg) no-repeat left bottom #fff;
  background-size: auto 3.5rem;
  padding: 0.8rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.tan_design .close {
  width: 0.7rem;
  height: 0.7rem;
  background: url(../image/close3.jpg) no-repeat left top;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 991px) {
  .tan_design .close {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 767px) {
  .tan_design .close {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.tan_design .left {
  width: 50%;
}
@media (max-width: 991px) {
  .tan_design .left {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .tan_design .left {
    width: 100%;
  }
}
.tan_design .right {
  width: 50%;
}
@media (max-width: 991px) {
  .tan_design .right {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .tan_design .right {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
    margin-top: 0.5rem;
  }
}
.tan_design .title {
  font-family: "MANROPE-BOLD";
  font-weight: bold;
  color: #000;
}
.tan_design .desc {
  color: #656565;
  padding: 0.2rem 0;
}
.tan_design .a {
  width: 1.6rem;
  line-height: 0.5rem;
  border: 1px solid #76151e;
  border-radius: 10rem;
  display: block;
  color: #76151e;
  text-align: center;
  margin-top: 0.2rem;
  transition: 0.5s;
}
.tan_design .a:hover {
  background: #76151e;
  color: #fff;
}
@media (max-width: 767px) {
  .tan_design .a {
    width: 5rem;
    line-height: 1.6rem;
    margin-top: 0.5rem;
  }
}
/* about */
#c-top-banner.about_banner img {
  height: 9.8rem;
}
@media (max-width: 991px) {
  #c-top-banner.about_banner img {
    height: 10rem;
  }
}
@media (max-width: 767px) {
  #c-top-banner.about_banner img {
    height: 14rem;
  }
}
#c-top-banner.about_banner .c-box {
  text-align: left;
}
#c-top-banner.about_banner .biao {
  font-family: "MANROPE-BOLD";
  font-weight: bold;
  padding-bottom: 0.3rem;
  /*background: url(../images/bg_15.jpg) no-repeat 15px bottom;
        background-size: 0.8rem;*/
  line-height: 1.2;
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  #c-top-banner.about_banner .biao {
    /*background: url(../images/bg_15.jpg) no-repeat left bottom;
            background-size: 1.2rem;*/
    padding-bottom: 0.8rem;
  }
}
.ab_one li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
  border-top: 1px solid #D5D5D5;
}
.ab_one li .title {
  width: 100%;
  text-align: center;
  font-family: "MANROPE-BOLD";
  font-weight: bold;
  padding-bottom: 0.5rem;
}
.ab_one li .img-box {
  width: 50%;
  padding-left: 2rem;
  overflow: hidden;
  text-align: right;
}
@media (max-width: 767px) {
  .ab_one li .img-box {
    width: 100%;
    padding: 0;
  }
}
.ab_one li .img-box img {
  max-width: 100%;
}
.ab_one li .text-box {
  width: 50%;
  color: #656565;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .ab_one li .text-box {
    width: 100%;
  }
}
.ab_one li:nth-child(1) {
  border: 0;
}
.ab_one li:nth-child(2n) {
  flex-direction: row;
}
.ab_one li:nth-child(2n) .img-box {
  padding: 0;
  padding-right: 2rem;
  text-align: left;
}
@media (max-width: 767px) {
  .ab_one li:nth-child(2n) .img-box {
    width: 100%;
    padding: 0;
  }
}
.ab_two {
  background: url(../image/bg_16.jpg) no-repeat top center;
  background-size: cover;
  color: #fff;
}
.ab_two .title {
  text-align: center;
  font-weight: bold;
  font-family: "MANROPE-BOLD";
  line-height: 1.2;
}
.ab_two .desc {
  padding: 0.5rem 2rem;
  text-align: center;
  line-height: 1.6;
}
.ab .desc {
  text-align: left;
  line-height: 1.6;
  color: rgb(231, 231, 231);
}
.ab_one .desc {
  text-align: left;
  line-height: 1.6;
  color: rgb(231, 231, 231);
}
@media (max-width: 991px) {
  .ab_two .desc {
    padding: 0.6rem 1rem;
  }
}
@media (max-width: 767px) {
  .ab_two .desc {
    padding: 1rem 0;
  }
}
.ab_two .ul {
  padding: 0 2rem;
}
@media (max-width: 991px) {
  .ab_two .ul {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .ab_two .ul {
    padding: 1rem 0;
  }
}
.ab_two li {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  color: #fff;
}
.ab_two .date {
  width: 2.5rem;
  padding-right: 0.45rem;
  text-align: right;
  position: relative;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .ab_two .date {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .ab_two .date {
    width: 3.5rem;
  }
}
.ab_two .date i {
  position: absolute;
  top: 0;
  right: -0.18rem;
  width: 0.38rem;
  height: 0.38rem;
  background: url(../image/bg_17.png);
  background-size: 100% 100%;
}
@media (max-width: 991px) {
  .ab_two .date i {
    right: -0.3rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .ab_two .date i {
    right: -0.5rem;
    width: 1rem;
    height: 1rem;
  }
}
.ab_two .text-box {
  padding-left: 0.5rem;
  border-left: 1px solid #fff;
  width: calc(100% - 2.5rem);
  padding-bottom: 0.7rem;
}
@media (max-width: 991px) {
  .ab_two .text-box {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .ab_two .text-box {
    width: calc(100% - 3.5rem);
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.ab_two li:first-child .text-box {
  margin-top: 0.15rem;
}
.ab_two li:last-child .text-box {
  padding-bottom: 0;
}
.ab_three ul {
  background: #F7F7F7;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.8rem;
}
.ab_three ul li {
  width: 24.5%;
  height: 1.7rem;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  padding: 0.2rem;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .ab_three ul li {
    width: 50%;
    height: 5.5rem;
    padding: 0.8rem;
  }
}
.ab_three ul li img {
  max-width: 100%;
  max-height: 100%;
}
#c-go-top {
  width: 40px;
  height: 40px;
  background: url(../image/fh_top.jpg);
  background-size: 100% 100%;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 111;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-go-top {
    bottom: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
  }
}
