html,
body {
  font-size: 16px;
}
@media (max-width: 1631px) {
  html,
  body {
    font-size: 14.15929204px;
  }
}
@media (max-width: 760px) {
  html,
  body {
    font-size: 13.33333333px;
  }
}
@keyframes shake2 {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-3px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(3px);
  }
}
@media screen and (min-width: 992px) and (max-width: 1300px) {
  html,
  body {
    width: 1300px;
  }
  .header .mid > ul > li {
    padding: 0 0.8rem !important;
    position: relative;
    letter-spacing: 0 !important;
  }
  .container2 {
    width: 1300px !important;
  }
}
@media (min-width: 1200px) {
  .container2 {
    width: 1300px !important;
  }
}
@media (min-width: 1632px) {
  .container2 {
    width: 1600px !important;
  }
  .header .mid > ul > li > a {
    letter-spacing: 1px !important;
  }
}
.banner-pic img {
  width: 100%;
}
.header {
  z-index: 999;
  position: sticky;
  top: 0;
  width: 100%;
  height: 6.25rem;
  line-height: 6.25rem;
  background-color: #ffffff;
  border-bottom: 1px #dedede solid;
}
.header .logo {
  height: 3.625rem;
  width: auto;
}
.header .left {
  width: 14rem;
}
.header .mid {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #666666;
}
.header .mid .grid-ul {
  flex: 1;
}
.header .mid .grid-ul > li {
  flex: 1;
  padding: 0 1rem;
  position: relative;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .mid .grid-ul > li::before {
  display: none;
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/icon-nav.png") no-repeat center center;
  background-size: 100% 100%;
}
.header .mid .grid-ul > li.active::before {
  display: block;
}
.header .mid .grid-ul > li.active > a {
  background-color: #bf1427;
  color: #fff !important;
}
.header .mid .grid-ul > li > a {
  display: block;
  width: 8.125rem;
  height: 2.125rem;
  line-height: 2.125rem;
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 1.25rem;
}
.header .mid .grid-ul > li a:hover {
  background-color: #bf1427;
  color: #fff !important;
}
.header .mid .grid-ul > li .list {
  position: absolute;
  left: 0;
  width: 800px;
  left: 50%;
  margin-left: -400px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  display: none;
}
.header .mid .grid-ul > li .list > a {
  display: inline-block;
  padding: 0 20px;
  font-size: 16px;
}
.header .mid .r {
  padding: 0;
  width: 7.625rem;
}
.header .mid .r .box {
  float: right;
  width: 7.625rem;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .mid .r .box > img {
  width: 2.8125rem;
  height: 2.8125rem;
}
.header .right {
  width: 15%;
  color: #bf1427;
  font-size: 18px;
}
.header .right > span {
  padding-left: 2.5rem;
  position: relative;
  display: inline-block;
}
.header .right > span::after {
  display: block;
  content: "";
  width: 1.6875rem;
  height: 1.625rem;
  background: url("../images/icon-tel.png") no-repeat;
  background-size: 100% 100%;
  top: 50%;
  margin-top: -0.8125rem;
  left: 0;
  position: absolute;
}
.header .nav-code-box {
  display: none;
  position: absolute;
  top: 5rem;
  left: -20px;
}
.top-menu {
  position: relative;
  z-index: 99;
  transform: translateY(-100%);
  width: 100%;
  background: url('../images/top-menu.jpg') no-repeat;
  background-color: #fff;
  transition: all 0.5s;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  background-position: left;
  background-size: auto 100%;
  box-shadow: 1px 1px 5px #dedede;
}
.top-menu ul li {
  padding: 0;
  display: none;
}
.top-menu ul li .ti-zh {
  margin-top: 1.25rem;
  font-size: 1.875rem;
  color: #333;
  animation-delay: 0.1s;
}
.top-menu ul li .ti-en {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #aaa;
  animation-delay: 0.3s;
}
.top-menu ul li .ti-ms {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #666;
  animation-delay: 0.5s;
}
.top-menu ul li .ri a {
  margin: 0 1.5625rem;
  width: 40%;
  color: #666;
  float: left;
  height: 2.8125rem;
  display: block;
  padding-left: 2.5rem;
  line-height: 2.8125rem;
  font-size: 1.125rem;
  border-bottom: 1px #eee solid;
  position: relative;
}
.top-menu ul li .ri a:hover {
  color: #bf1427 !important;
}
.top-menu ul li .ri a:hover::before {
  width: 100%;
}
.top-menu ul li .ri a::after {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border: 1px #bf1427 solid;
  border-radius: 50%;
  margin-top: -3px;
  top: 50%;
  left: 0;
  position: absolute;
}
.top-menu ul li .ri a::before {
  transition: all 0.5s;
  position: absolute;
  width: 0%;
  content: '';
  height: 1px;
  background-color: #bf1427;
  bottom: 0;
  left: 0;
}
.top-menu.show {
  transform: translateY(0);
}
@media screen and (min-width: 780px) {
  .header.active {
    top: -6.25rem;
  }
  .header,
  .choice {
    transition: top 0.5s;
  }
  .choice.active {
    top: 5rem !important;
  }
}
.header2 {
  z-index: 999;
  font-size: 16px !important;
}
.header2 .navbar {
  position: relative;
  padding: 8px 16px;
}
.header2 .nav-mobile {
  display: none;
  width: 100%;
}
.header2 .nav-mobile .navbar-logo {
  width: auto;
}
.header2 .nav-mobile .mobile-logo {
  max-width: 100%;
  max-height: 100%;
}
.header2 .navbar-body {
  background-color: #ffffff !important;
}
.banner {
  position: relative;
}
.banner .swiper-slide img {
  width: 100%;
  height: auto;
}
.banner .banner-bullet {
  display: inline-block;
  width: 5rem;
  height: 3px;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  margin: 0 5px;
  cursor: pointer;
}
.banner .speed {
  width: 0;
  position: absolute;
  height: 3px;
  background-color: #bf1427;
  left: 0;
  top: 0;
}
.banner .banner-bullet-active .speed {
  width: 100%;
  -webkit-transition: width 3.5s linear;
  transition: width 3.5s linear;
}
.banner .banner-active .speed {
  width: 100%;
}
.banner .banner-active .speed .banner-page {
  bottom: 2.5rem;
}
.banner .banner-page {
  bottom: 2.5rem;
  left: 10%;
  text-align: left;
}
.banner-bot {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 5rem;
}
.banner-bot .right {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border-top-left-radius: 8px;
  width: 55%;
  height: 100%;
  z-index: 2;
  padding-left: 16px;
  align-items: center;
  display: flex;
}
.banner-bot .right .b-logo {
  height: 2.4375rem;
}
.banner-bot .right .b-line {
  display: block;
  margin: 0 1rem;
  width: 1px;
  height: 1.8125rem;
  background-color: #aaa;
}
.banner-bot .right .b-box {
  width: 25rem;
  height: 1.125rem;
  line-height: 1.125rem;
}
.banner-bot .right .b-page {
  position: relative;
  width: 8.125rem;
  height: 1.125rem;
  display: flex;
  justify-content: space-between;
}
.banner-bot .right .b-page .swiper-button-prev,
.banner-bot .right .b-page .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  width: auto;
  height: 1.125rem;
  margin: 0;
  color: #333;
}
.banner-bot .right .b-page .swiper-button-prev::after,
.banner-bot .right .b-page .swiper-button-next::after {
  font-size: 1.125rem;
}
.banner-bot .right .b-page .b-num {
  line-height: 1.125rem;
  font-size: 1.875rem;
}
.banner-bot .right .b-page .b-num .active {
  color: #bf1427;
}
.banner-bot .right .b-page .b-num .xie {
  color: #bf1427;
}
.banner-bot .right .b-page .b-num .total {
  font-size: 1.625rem;
}
.footer {
  background-repeat: no-repeat;
  background-color: #333333;
}
.footer .left,
.footer .right {
  height: 30.9375rem;
  padding-top: 35px;
}
.footer .left .logo2 {
  width: 90%;
  max-width: 90%;
}
.footer .left .hline {
  width: 90%;
  height: 2px;
  margin-top: 20px;
  background-color: #797979;
}
.footer .left .title {
  color: #aaaaaa;
}
.footer .left .tel {
  font-size: 36px;
  background-image: -webkit-linear-gradient(top, #f2d0d4, #c83647);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
}
.footer .left .code-box {
  margin-top: 32px;
  width: 110px;
}
.footer .left .code-box img {
  width: 100%;
}
.footer .left .code-box p {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  color: #ffffff;
}
.footer .right {
  color: #ffffff;
  background-color: #333333;
  padding-bottom: 0;
  position: relative;
}
.footer .right .nav > li > a {
  color: #ffffff;
  padding-left: 36px;
  padding-right: 36px;
}
.footer .right .nav > li:last-child a {
  padding-right: 0;
}
.footer .right .contact {
  margin-top: 110px;
}
.footer .right .item {
  text-align: center;
}
.footer .right .item .icon {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  border: 1px #999999 solid;
}
.footer .right .item .icon .iconfont {
  display: inline-block;
  font-size: 40px;
  color: #999999;
}
.footer .right .item .icon:hover .iconfont {
  -webkit-animation: shake2 1s;
  animation: shake2 1s;
}
.footer .right .item .title {
  margin-top: 14px;
  font-size: 14px;
}
.footer .right .item .i-info {
  margin-top: 20px;
  font-size: 14px;
}
.footer .copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.footer2 {
  background-color: #000;
  color: #fff;
}
.footer2 .ftop {
  padding-top: 3.125rem;
  border-bottom: 1px #666 solid;
}
.footer2 .ftop .item {
  height: 6.125rem;
  padding: 0 0.9375rem;
  display: flex;
  line-height: 2.5rem;
}
.footer2 .ftop .item .icon {
  float: left;
  width: 2.5rem;
  flex: 0 0 2.5rem;
  font-size: 1.25rem;
}
.footer2 .ftop .fname {
  float: left;
  width: 6.25rem;
  flex: 0 0 6.25rem;
  font-size: 1.125rem;
}
.footer2 .ftop .xq {
  font-size: 1.125rem;
}
.footer2 .fbot .item {
  height: 15.25rem;
}
.footer2 .fbot .left .li {
  height: 100%;
  position: relative;
  border-right: 1px solid #666;
  padding-top: 1.5rem;
}
.footer2 .fbot .left .li::after {
  position: absolute;
  width: 3px;
  height: 2.5rem;
  background-color: #bf1427;
  top: 6px;
  right: -2px;
  display: block;
  content: "";
}
.footer2 .fbot .left .li a {
  color: #fff !important;
  display: block;
  text-align: center;
  font-size: 0.875rem;
  line-height: 2.25rem;
}
.footer2 .fbot .left .li a:hover {
  color: #bf1427 !important;
}
.footer2 .fbot .left .li .a-main {
  line-height: 3.125rem;
  font-size: 1.125rem;
}
.footer2 .fbot .right {
  display: flex;
  padding: 0 2.5rem;
  align-items: center;
}
.footer2 .fbot .right .code {
  padding: 0 2.25rem;
  text-align: center;
}
.footer2 .fbot .right .code > img {
  width: 100%;
}
.footer2 .fbot .right .code > p {
  margin-top: 0.5625rem;
  width: 100%;
  text-align: center;
  font-size: 13px;
}
.footer2 .copyright {
  margin-top: 1.625rem;
  line-height: 2.5rem;
}
.footer2 .yqlj {
  background-color: #333;
  font-size: 14px;
  line-height: 52px;
  color: #aaa;
  text-align: center;
}
.footer2 .yqlj a {
  color: #aaa !important;
}
.footer2 .yqlj a:hover {
  color: #bf1427 !important;
}
.banner-html5zoo {
  /*overflow:hidden;*/
}
.banner-html5zoo .html5zoo-arrow-left-0,
.banner-html5zoo .html5zoo-arrow-right-0 {
  width: 40px !important;
  height: 60px !important;
  top: 50% !important;
  margin-top: -30px !important;
  background: url(../images/slide_bPc.png) no-repeat !important;
  display: block !important;
  visibility: hidden;
}
.banner-html5zoo:hover .html5zoo-arrow-left-0,
.banner-html5zoo:hover .html5zoo-arrow-right-0 {
  visibility: visible;
}
.banner-html5zoo .html5zoo-arrow-left-0 {
  left: 50px !important;
  background-position: 0 0 !important;
}
.banner-html5zoo .html5zoo-arrow-right-0 {
  right: 50px !important;
  background-position: -40px 0 !important;
}
.banner-html5zoo .html5zoo-arrow-left-1,
.banner-html5zoo .html5zoo-arrow-right-1 {
  width: 40px !important;
  height: 60px !important;
  top: 50% !important;
  margin-top: -30px !important;
  background: url(../images/slide_bPc.png) no-repeat !important;
  display: block !important;
  visibility: hidden;
}
.banner-html5zoo:hover .html5zoo-arrow-left-1,
.banner-html5zoo:hover .html5zoo-arrow-right-1 {
  visibility: visible;
}
.banner-html5zoo .html5zoo-arrow-left-1 {
  left: 50px !important;
  background-position: 0 0 !important;
}
.banner-html5zoo .html5zoo-arrow-right-1 {
  right: 50px !important;
  background-position: -40px 0 !important;
}
.banner-html5zoo .html5zoo-nav {
  text-align: center;
}
.banner-html5zoo .html5zoo-bullet-span {
  width: 1em !important;
  height: 2px !important;
  float: none !important;
  display: inline-block;
  background: #fff !important;
  opacity: 0.5;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0 5px !important;
  vertical-align: middle;
}
.banner-html5zoo .html5zoo-bullet-span.active {
  width: 1em !important;
  height: 1em !important;
  border: 2px solid #fff;
  background: none !important;
  opacity: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.html5zoo-timer-0 {
  display: none !important;
}
.html5zoo-bullet-wrapper-0 {
  display: none !important;
}
.html5zoo-slides > li img {
  width: 100%;
  height: auto;
}
.nav-wrap {
  position: relative;
  height: 0;
  width: 100%;
  z-index: 2;
}
.submenu {
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #f8f8f8;
  z-index: 2;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.8s;
}
.submenu .container {
  padding: 30px 0;
  height: 100%;
}
.submenu .about-box {
  padding: 0 20px;
}
.submenu .about-box:hover .bg-box {
  height: 100%;
}
.submenu .about-box:hover .p {
  opacity: 1;
}
.submenu .about-box .p {
  opacity: 0;
  transition: all 0.3s linear;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  letter-spacing: 3px;
  color: #ffffff;
  text-align: center;
  width: 100%;
}
.submenu .about-box .p2 {
  font-weight: normal;
}
.submenu .bg-box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s linear;
}
.submenu .pro-box {
  padding: 0 20px;
}
.submenu .pro-box > ul > li {
  width: 25%;
  float: left;
  padding-left: 30px;
  position: relative;
}
.submenu .pro-box > ul > li > a {
  color: #333 !important;
  font-weight: normal;
}
.submenu .pro-box > ul > li > a:hover {
  color: #bf1427 !important;
}
.submenu .pro-box > ul > li::after {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -5px;
  display: block;
  content: "";
  clear: both;
  width: 10px;
  height: 10px;
  background-color: #bf1427;
  transform: rotate(45deg);
}
.submenu .pro-box > ul > li:hover::after {
  transition: all 0.5s;
  transform: rotate(225deg);
}
.submenu .pro-box > ul > li:nth-child(n+5) {
  margin-top: 20px;
}
.submenu .news-dl {
  display: flex;
  justify-content: space-around;
}
.submenu.show {
  height: 229px;
  opacity: 1;
}
.s-banner-page {
  height: 36.25rem;
  position: relative;
}
.s-banner-page > img {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#choice {
  height: 100px;
  margin-top: -100px;
  opacity: 0;
}
@media (min-width: 780px) {
  .choice.fixed {
    position: fixed;
    top: 10.9375rem;
    z-index: 50;
    background-color: #fff;
    box-shadow: 1px 1px 2px #ddd;
  }
}
.choice {
  height: 5rem;
  text-align: center;
  line-height: 5rem;
  margin-top: -5rem;
  width: 100%;
}
.choice .pc {
  position: relative;
  z-index: 2;
  padding: 0 6.625rem;
}
.choice .pc .pc-list {
  background-color: #fff;
  display: flex;
  justify-content: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  position: relative;
}
.choice .pc .pc-list > li {
  height: 5rem;
  display: block;
  flex: 1;
  position: relative;
  letter-spacing: 3px;
  font-style: normal;
}
.choice .pc .pc-list > li a {
  width: 100%;
  height: 100%;
  color: inherit;
  display: block;
  position: relative;
}
.choice .pc .pc-list > li a::after {
  position: absolute;
  display: block;
  content: '+';
  text-align: center;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  bottom: 0.625rem;
  transform: scale(0);
}
.choice .pc .pc-list > li a::before {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.choice .pc .pc-list > li a > p {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  font-size: 1.25rem;
  line-height: 1;
  transform: translateY(-50%);
  color: #333;
  transition: all 0.5s;
}
.choice .pc .pc-list > li.active,
.choice .pc .pc-list > li:hover {
  color: #fff;
  background-color: #bf1427;
}
.choice .pc .pc-list > li.active a::after,
.choice .pc .pc-list > li:hover a::after {
  transform: scale(1);
}
.choice .pc .pc-list > li.active a::before,
.choice .pc .pc-list > li:hover a::before {
  width: 7.5rem;
}
.choice .pc .pc-list > li.active a > p,
.choice .pc .pc-list > li:hover a > p {
  color: #fff;
  top: 30%;
}
.choice .pc .pc-list .nav-move {
  position: absolute;
  width: 20%;
  height: 0.25rem;
  background-color: #bf1427;
  left: 0;
  transition: all 0.5s;
}
.choice .mobile .choice-sw {
  background-color: rgba(255, 255, 255, 0.702);
}
.choice .mobile .item {
  width: auto;
  height: 3.75rem;
  line-height: 3.5rem;
  display: inline-block;
  padding: 0 10px;
  font-size: 1.125rem;
  position: relative;
  letter-spacing: 3px;
  font-style: normal;
}
.choice .mobile .item.active,
.choice .mobile .item:hover {
  color: #bf1427;
  background-color: #fff;
}
.choice .mobile .item.active a,
.choice .mobile .item:hover a {
  color: inherit;
}
.i-tishi {
  width: 500px;
  max-width: 90%;
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.i-tishi .alert {
  margin-top: 10px;
}
@keyframes huiding {
  0%,
  100% {
    transform: translate(-50%, -50%);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate(-60%, -50%);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate(-40%, -50%);
  }
}
.gongju {
  position: fixed;
  right: 20px;
  bottom: 150px;
  height: auto;
  z-index: 999;
}
.gongju > ul > li {
  margin: 7px 0;
  width: 100%;
}
.gongju > ul > li::after {
  display: block;
  content: "";
  clear: both;
}
.gongju > ul > li > a {
  float: right;
  width: 50px;
  height: 50px;
  display: block;
  background-color: #bf1427;
  position: relative;
  border-radius: 50%;
}
.gongju > ul > li > a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
}
.gongju > ul > li > a img.wx {
  width: 55%;
}
.gongju > ul > li > a#top:hover img {
  animation: huiding 5s;
}
.gongju .popove {
  display: none;
  color: #111111 !important;
}
.gongju .popove .popove-body {
  text-align: center;
}
.gongju .popove img {
  width: 100%;
}
.gongju .popove.tel {
  top: -9px;
  left: -185px;
}
.gongju .popove.tel p {
  text-align: left;
}
.gongju .popove.tel p:not(:nth-child(1)) {
  padding-top: 6px;
}
.gongju .popove.code {
  top: 0px;
  left: -170px;
  width: 150px;
}
.right_nav {
  right: 0;
  bottom: 100px;
  position: fixed;
  text-align: left;
  overflow: hidden;
  z-index: 999;
}
.right_nav li {
  background: #bf1427;
  margin: 4px 0;
  padding: 10px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
  position: relative;
  right: -88px;
}
.right_nav li .iconBox {
  height: 30px;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.right_nav li img {
  width: 30px;
  height: auto;
}
.right_nav li h4 {
  color: #fff;
  font-size: 14px !important;
  margin: 2px 0 !important;
  margin-left: 15px !important;
}
.right_nav li:hover {
  background: #00d163;
}
.right_nav li .hideBox {
  display: none;
  position: absolute;
  right: 120px;
  padding: 10px;
  padding-right: 15px;
  top: -10px;
  z-index: 999;
}
.right_nav li .hideBox .hb {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 10px 20px;
  border-top: 2px solid #bf1427;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.right_nav li .hideBox .hb img {
  margin: 0 auto;
  width: 90%;
  height: auto;
}
.right_nav li .hideBox .hb h5 {
  padding: 5px 0;
  border-bottom: 2px solid #ccc;
  color: #bf1427;
  font-size: 16px;
  font-weight: 400;
  display: block;
  white-space: nowrap;
}
.right_nav li .hideBox .hb p {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 700;
}
.right_nav li .hideBox .hb .qqtalk {
  margin-top: 10px;
}
.right_nav li .hideBox .hb .qqtalk a {
  display: flex;
  align-items: center;
}
.right_nav li .hideBox .hb .qqtalk img {
  width: 25px;
  height: 25px;
}
.right_nav li .hideBox .hb .qqtalk p {
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  margin-top: -5px;
  margin-left: 5px;
}
.right_message {
  position: fixed;
  right: 10px;
  bottom: 80px;
  z-index: 99;
}
.right_message > ul {
  width: 50px;
  display: inline-block;
  box-shadow: 0 0 2px #e0e0e0;
  background-color: #fff;
}
.right_message > ul > li {
  width: 100%;
  height: 49px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  z-index: 150;
}
.right_message > ul > .TOP {
  border-bottom: none;
}
.right_message > ul > li > div {
  width: 100%;
  transition: all 0.5s;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.right_message > ul > li > div > div {
  width: 100%;
  height: 49px;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #fff;
  font-size: 20px;
}
.right_message > ul > li > div > div:nth-of-type(1) {
  transition: all 0.5s;
}
.right_message > ul > li > div > div:nth-of-type(2) {
  background-color: #bf1427;
  top: 50px;
  transition: all 0.5s;
}
.right_message > ul > li > div > div:nth-of-type(2) > span {
  color: #fff;
}
.right_message .right_erweima {
  padding-top: 0px !important;
}
.right_message > ul > li > div > div > img {
  margin-top: 10px;
  width: 20px;
  margin-bottom: 5px;
}
.right_message > ul > li > div > div > span {
  display: block;
  font-size: 14px;
  color: #363636;
  display: none;
}
.right_message > ul > li > ul {
  width: 0px;
  position: absolute;
  left: -150px;
  top: 0px;
  overflow: hidden;
  display: none;
  width: 150px;
  transition: all 0.5s;
}
.right_message > ul > li > ul.show {
  width: 150px;
}
.right_message > ul > li > ul.show > li {
  display: block;
  animation: message 0.5s;
  animation-fill-mode: forwards;
}
@keyframes message {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: 0%;
  }
}
@keyframes fmessage {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: 100%;
  }
}
.right_message > ul > li > ul > li {
  width: 150px;
  height: 73px;
  background-color: #bf1427;
  color: #fff;
  text-align: center;
  margin-left: 100%;
  transition: all 0.5s;
  transition-delay: 0.1s;
}
.right_message > ul > li > ul .qq {
  line-height: 49px;
  font-size: 16px;
}
.right_message > ul > li > div > div .vx {
  width: 25px;
}
.right_message > ul > li > ul .imgbox {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
}
.right_message > ul > li .vximg {
  margin-top: -100px;
}
.right_message > ul > li > ul .imgbox > img {
  width: 100%;
  border: 1px solid #bf1427;
}
.right_message > ul > li .dh_box {
  /*margin-top: -(@message-1px);*/
}
.right_message > ul > li > ul .dh {
  text-align: left;
}
.right_message > ul > li > ul > .dh:nth-of-type(even) {
  background-color: #bf1427;
}
.right_message > ul > li > ul .dh > img {
  float: left;
}
.right_message > ul > li .dh_box > li:nth-of-type(1) > img {
  margin: 23px 11px;
}
.right_message > ul > li .dh_box > li:nth-of-type(2) > img {
  margin: 23px 14px;
}
.right_message > ul > li .dh_box > li:nth-of-type(3) > img {
  margin: 22px 12px;
}
.right_message > ul > li > ul .dh > div.fl {
  margin: 11px 0px;
  font-size: 14px;
}
.right_message > ul > li > div > div .yuy {
  width: 30px;
}
.right_message > ul .yuyue {
  cursor: pointer;
}
.right_message > ul > li > ul > li > div > p {
  margin-bottom: 5px;
}
.TOP .iconfont {
  position: absolute;
  top: 0;
  left: 22%;
  border: 0;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
.right_message > ul > .TOP > div > div {
  background-color: #bf1427;
  position: relative;
}
@media (min-width: 1632px) {
  .header .nav-pc .logo .logo-box {
    width: 70%;
  }
  .submenu.show {
    height: 300px;
  }
  .submenu .pro-box {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .footer .left,
  .footer .right {
    height: auto;
  }
  .banner .bannerPc .tip {
    display: none;
  }
  .header2 {
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    background-color: #fff;
  }
  .header2 .nav-mobile {
    display: flex;
  }
  .banner {
    margin-top: 45px;
  }
  .footer .copyright {
    position: relative;
  }
  .copyright .left {
    text-align: center !important;
  }
  .right_message {
    display: none !important;
  }
  .choice .swiper-slide {
    flex: 1;
    padding: 0;
  }
  .footer .left .logo2 {
    width: 60%;
  }
  .footer .container {
    width: 100% !important;
    padding: 0 !important;
  }
  .footer .left {
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer .right {
    padding-top: 20px;
  }
  .footer .right .contact {
    margin-top: 0px;
  }
  .footer .right .item {
    margin-top: 20px;
  }
  .s-banner-page > img {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    height: auto;
    width: 100%;
  }
  .s-banner-page {
    height: auto;
    margin-top: 45px;
  }
  .footer2 .fbot .item {
    height: auto;
  }
  .footer2 .fbot .left .li {
    border: none;
    height: auto;
  }
  .footer2 .fbot .left .li::after {
    display: none;
  }
  .footer2 .fbot .right {
    max-width: 600px;
  }
}
@media (max-width: 761px) {
  .choice {
    margin-top: 0;
  }
  .choice .item {
    width: auto;
    flex: none;
    padding: 0 8px;
  }
  .choice ul {
    justify-content: left;
  }
  .banner .banner-page {
    bottom: 0;
    left: auto;
    transform: scale(0.6);
  }
  .banner-bot {
    display: none;
  }
  .footer .left .logo2 {
    width: 90%;
  }
  .footer2 .fbot .right .code {
    padding: 0 15px;
  }
  .footer2 .fbot .right {
    padding: 0 15px;
    margin-top: 20px;
  }
  .footer2 .ftop .item {
    height: auto;
    padding-bottom: 10px;
  }
  .footer2 .ftop .xq {
    line-height: 30px;
  }
}
.swiper-lazy-preloader {
  border-color: #bebebe;
  border-top-color: transparent;
}
@media (min-width: 760px) {
}
@media (min-width: 1200px) {
  .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
