.main-color {
  color: #c71215;
}
.w1200 {
  width: 1200px;
  margin: auto;
}
.w1400 {
  width: 1400px;
  margin: auto;
}
.w1600 {
  width: 1600px;
  margin: auto;
}
.icon {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.bg-f5 {
  background-color: #f5f5f5;
}
.color-f {
  color: #fff;
}
.color-9 {
  color: #999;
}
.color-8 {
  color: #81868e;
}
.color-3 {
  color: #333;
}
.color-4 {
  color: #4e4b49;
}
.color-6 {
  color: #666;
}
.color-b {
  color: #bfbfbf;
}
.pt-80 {
  padding-top: 80px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ho-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: auto;
  min-height: auto;
  width: 100%;
  height: 100%;
  transform: none;
  transition: transform 0.5s ease;
  object-fit: cover;
  max-height: 100%;
}
.swiper-pagination-bullet-active {
  background: #c71215;
}
.flex-1 {
  flex: 1;
}
header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0.9);
}
header .head-nav {
  height: 96px;
  padding: 0 4%;
}
header .head-nav .head-info {
  height: 100%;
}
header .head-nav .head-info .logo {
  height: 100%;
}
header .head-nav .head-info .logo img {
  max-height: 90%;
}
header .head-nav .head-info > span {
  height: 28px;
  width: 1px;
  background-color: #adadae;
}
header .head-nav .head-info .info em {
  color: #c71215;
}
header .head-nav .head-info .info b {
  font-weight: bold;
}
header .head-nav ul {
  height: 100%;
}
header .head-nav ul li {
  height: 100%;
  position: relative;
}
header .head-nav ul li > a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
header .head-nav ul li .nav-son {
  position: absolute;
  top: 120%;
  left: -40px;
  right: -40px;
  display: none;
  border-top: 2px #c71215 solid;
}
header .head-nav ul li .nav-son ol {
  width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  padding: 20px 20px 10px 20px;
}
header .head-nav ul li .nav-son ol li {
  margin-bottom: 14px;
  display: flex;
  justify-content: center;
}
header .head-nav ul li .nav-son ol li a {
  position: relative;
  text-align: center;
}
header .head-nav ul li .nav-son ol li a:hover {
  color: #c71215;
}
header .head-nav ul li:hover > a {
  color: #c71215;
}
header .head-nav ul li:hover > a::before {
  left: 0;
  right: 0;
}
header .head-nav ul li:hover .nav-son {
  display: block;
  animation: 0.3s forwards headani linear;
}
header .head-nav ul li.active > a {
  color: #c71215;
}
header .head-nav ul li.active > a::before {
  left: 0;
  right: 0;
}
@keyframes headani {
  0% {
    top: 120%;
    opacity: 0;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
.menu-container-mask {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.2s;
  z-index: 9999;
}
.menu-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.top-menu-list {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
}
.top-menu-list.active {
  transform: translateX(-100%);
}
.top-menu-list > li {
  height: 48px;
  line-height: 48px;
}
.top-menu-list > li li:first-child,
.top-menu-list > li:first-child {
  height: 45px;
}
.top-menu-list > li li:first-child > a,
.top-menu-list > li:first-child > a {
  background-color: #f7f7f7;
  height: 45px;
}
.top-menu-list > li a {
  height: 100%;
  padding: 0 32px 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666;
  font-size: 14px;
}
.top-menu-list > li a span {
  color: #666;
  font-size: 14px;
}
.top-menu-list > li a .icon {
  color: #666;
  font-size: 14px;
}
.top-menu-list > li .title-name {
  height: 100%;
  padding: 0 32px 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.top-menu-list ul {
  position: absolute;
  left: 100%;
  width: 100%;
  background-color: #fff;
  top: 0;
  height: 100%;
  display: none;
}
.top-menu-list ul.active {
  display: block;
}
footer {
  background-color: #1c212a;
}
footer .content ul {
  justify-content: flex-end;
}
footer .content ul li {
  margin-left: 14%;
}
footer .content ul li a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  line-height: 32px;
}
footer .content ul li a:hover {
  color: #fff;
}
footer .content .info .f-code {
  width: 180px;
}
footer .content .info p {
  color: rgba(255, 255, 255, 0.7);
}
footer .links {
  display: flex;
  flex-wrap: wrap;
}
footer .links p {
  color: rgba(255, 255, 255, 0.4);
}
footer .links a {
  color: rgba(255, 255, 255, 0.4);
}
footer .links a:hover {
  color: rgba(255, 255, 255, 0.7);
}
footer .copyright {
  background-color: #161b24;
}
footer .copyright p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}
footer .copyright a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  margin-left: 8px;
}
footer .copyright a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#m-b-bar {
  position: fixed;
  left: 5%;
  right: 5%;
  bottom: 3%;
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 25px;
  display: flex;
  align-items: center;
  height: 50px;
  z-index: 1000;
  box-shadow: 0 -2px 10px 2px rgba(0, 0, 0, 0.05);
}
#m-b-bar a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#m-b-bar a:first-child {
  border-right: 1px rgba(255, 255, 255, 0.5) solid;
}
#m-b-bar a .icon {
  color: #fff;
}
.menu-container-mask {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.2s;
  z-index: 9999;
}
.menu-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.navbar-nav-more-body {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.2s;
}
.navbar-nav-more-body .box-shadown {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
}
.navbar-nav-more-body .offcanva {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.navbar-nav-more-body .offcanvas-body {
  position: relative;
}
.navbar-nav-more-body .offcanvas-end {
  width: 60%;
  z-index: 999999;
}
.navbar-nav-more-body .top-menu-list {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  font-size: 1rem;
  padding: 0;
}
.navbar-nav-more-body .top-menu-list.active {
  transform: translateX(-100%);
}
.navbar-nav-more-body .top-menu-list > li {
  height: 3.5rem;
  line-height: 3.5rem;
  padding: 0;
}
.navbar-nav-more-body .top-menu-list > li li:first-child,
.navbar-nav-more-body .top-menu-list > li:first-child {
  height: 2.8rem;
}
.navbar-nav-more-body .top-menu-list > li li:first-child > a,
.navbar-nav-more-body .top-menu-list > li:first-child > a {
  background-color: #f7f7f7;
  height: 2.8rem;
}
.navbar-nav-more-body .top-menu-list > li a {
  height: 100%;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-nav-more-body .top-menu-list > li a:hover {
  color: #c71215;
}
.navbar-nav-more-body .top-menu-list ul {
  position: absolute;
  left: 100%;
  width: 100%;
  background-color: #fff;
  top: 0;
  height: 100%;
  padding: 0;
  display: none;
}
.navbar-nav-more-body .top-menu-list ul.active {
  display: block;
}
.navbar-nav-more-body .top-menu-list .icon {
  font-size: 16px;
  color: #666;
}
.navbar-nav-more-body .top-menu-list ul.active .icon {
  margin-right: 0.5rem;
}
.nav-item {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-bottom: 1px #eeeeee solid;
}
.nav-item .view-position {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-item ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nav-item ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  position: relative;
  transition: 0.5s;
}
.nav-item ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  background-color: #c71215;
  width: 0;
  transition: 0.5s;
}
.nav-item ul li a.active,
.nav-item ul li a:hover {
  color: #c71215;
}
.nav-item ul li a.active::before,
.nav-item ul li a:hover::before {
  width: 100%;
}
.view-position .nav-bread {
  color: #999;
}
.view-position .nav-bread a {
  color: #999;
  font-size: 14px;
  margin: 0 6px;
}
.view-position .nav-bread a:hover {
  color: #c71215;
}
.view-position .nav-bread a:last-child {
  color: #666;
}
.view-position .back:hover {
  color: #c71215;
}
.home-banner .swiper-pagination {
  position: absolute;
  bottom: 30px;
  display: flex;
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
}
.home-banner .swiper-pagination span {
  margin: 0 6px !important;
  opacity: 1;
  background-color: #424040;
}
.home-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c71215;
}
.ho-title {
  line-height: 10px;
}
.line {
  width: 24px;
  height: 4px;
  background-color: #c71215;
}
.page-banner .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-banner .text em {
  color: #c71215;
}
.page-banner .text p {
  font-weight: bold;
}
.product-list ul li .item {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}
.product-list ul li .item h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 16%;
  padding-top: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.product-list ul li .item:hover img {
  transform: scale(1.04);
}
.product-list ul li .item:hover h3 {
  opacity: 1;
}
.about-page h2 em {
  color: #c71215;
}
.about-page .section2 ul li .item {
  background-color: #fafafa;
  border: 1px #ebebeb solid;
  border-radius: 4px;
  display: flex;
  align-items: center;
  height: 156px;
  padding: 12px 8%;
}
.about-page .section3 ul li .item {
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}
.about-page .section4 ul li .item {
  padding-top: 110%;
  position: relative;
}
.about-page .section4 ul li .item img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.contact-page .section1 .content {
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.08);
}
.contact-page .section1 .content .text {
  padding: 12% 8%;
}
.contact-page .section1 .content .text .code {
  width: 160px;
}
.contact-page .section2 ol li .item {
  border: 1px #ebebeb solid;
  border-radius: 6px;
  min-height: 154px;
  display: flex;
  align-items: center;
  padding: 10px 6%;
}
.contact-page .section2 ol li .item .title {
  padding-right: 4%;
  margin-right: 4%;
  border-right: 1px #ddd solid;
}
.contact-page .section2 ol li .item .text {
  line-height: 24px;
}
.recruit-page h2 em {
  color: #c71215;
}
.recruit-page .section2 .join-name {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8% 0 4%;
  background-color: #fff;
  border-top: 1px #c71215 solid;
  border-bottom: 1px #ddd solid;
}
.recruit-page .section2 .join-name h5 {
  min-width: 240px;
}
.recruit-page .section2 .join-name p {
  min-width: 120px;
}
.recruit-page .section2 ul li .td {
  width: 200px;
  height: 46px;
  border-radius: 24px;
  background-color: #c71215;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  border: 2px #c71215 solid;
}
.recruit-page .section2 ul li .td .icon {
  transition: 0.5s;
}
.recruit-page .section2 ul li .td:hover {
  background-color: #fff;
  color: #c71215;
}
.recruit-page .section2 ul li .td:hover .icon {
  color: #c71215;
}
.recruit-page .section2 ul li .title {
  padding: 0 8% 0 4%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px #c71215 solid;
  cursor: pointer;
  position: relative;
}
.recruit-page .section2 ul li .title i {
  position: absolute;
  right: 1%;
  display: block;
  top: 0;
  bottom: 0;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  transform: rotate(-90deg);
  transition: 0.5s;
  color: #c71215;
}
.recruit-page .section2 ul li .title h5 {
  min-width: 240px;
  color: #c71215;
  font-weight: 550;
}
.recruit-page .section2 ul li .title p {
  min-width: 120px;
}
.recruit-page .section2 ul li .title:hover h5 {
  color: #c71215;
}
.recruit-page .section2 ul li .collapsed {
  border-bottom: 1px #ddd solid;
}
.recruit-page .section2 ul li .collapsed h5 {
  color: #333;
  font-weight: 500;
}
.recruit-page .section2 ul li .collapsed i {
  transform: rotate(90deg);
  color: #999;
}
.news-list ol li .item .img {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.news-list ol li .item .text h4 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 24px;
  height: 24px;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.news-list ol li .item .text .desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.news-list ol li .item:hover img {
  transform: scale(1.1);
}
.news-list ol li .item:hover h4 {
  color: #c71215;
}
.news-page .content .news-left .info {
  border-top: 1px #ececec solid;
  min-height: 700px;
}
.news-page .content .news-left .info img {
  max-width: 100%;
}
.news-page .content .news-right ul li a .img {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}
.news-page .content .news-right ul li a:hover img {
  transform: scale(1.1);
}
.news-page .content .news-right ul li a:hover h3 {
  color: #c71215;
}
.pt-100 {
  padding-top: 100px;
}
.prev-next-bottom {
  padding: 0 2%;
  height: 74px;
  background-color: #efefef;
}
.prev-next-bottom a:hover {
  color: #c71215;
}
.yssl-page .text em {
  color: #c71215;
  font-size: 24px;
}
.yssl-page ul li .item .img {
  padding-top: 68%;
  position: relative;
  overflow: hidden;
}
.index-key {
  background-color: #fff;
}
.index-key .info {
  height: 70px;
}
.index-key .info a:hover {
  color: #c71215;
}
.index-key .info form {
  height: 100%;
  border-left: 1px #ddd solid;
  display: flex;
  align-items: center;
}
.index-key .info form input {
  padding-left: 16px;
  width: 180px;
  display: flex;
  align-items: center;
}
.index-key .info form button:hover .icon {
  color: #c71215;
}
.index-section1 {
  background: url(../images/pro-bg.jpg);
  background-size: cover;
}
.index-section1 ol li a {
  position: relative;
  overflow: hidden;
}
.index-section1 ol li a img {
  transition: 0.5s;
}
.index-section1 ol li a .text {
  position: absolute;
  left: 8%;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: auto;
}
.index-section1 ol li a .text span {
  width: 80px;
  border-bottom: 1px rgba(255, 255, 255, 0.6) solid;
  opacity: 0;
  transition: 0.5s;
}
.index-section1 ol li a:hover img {
  transform: scale(1.05);
}
.index-section1 ol li a:hover span {
  opacity: 1;
}
.index-section1 .ppys {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-section2 .content {
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  overflow: hidden;
}
.index-section2 .tab-pane .item {
  position: relative;
}
.index-section2 .tab-pane .item .text {
  width: 40%;
  padding: 5%;
  position: relative;
  z-index: 1;
}
.index-section2 .tab-pane .item .text p {
  line-height: 32px;
}
.index-section2 .tab-pane .item .text strong {
  font-size: 36px;
  color: #fff;
  font-weight: 400;
  line-height: 46px;
}
.index-section2 .tab-pane .item .more {
  width: 180px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  border: 1px #fff solid;
  transition: 0.5s;
}
.index-section2 .tab-pane .item .more:hover {
  border-color: #c71215;
  color: #fff;
  background-color: #c71215;
}
.index-section2 ol {
  display: flex;
}
.index-section2 ol li {
  flex: 1;
}
.index-section2 ol li a {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.index-section2 ol li a .icon {
  opacity: 0;
  transition: 0.5s;
}
.index-section2 ol li a.active {
  color: #c71215;
}
.index-section2 ol li a.active .icon {
  opacity: 1;
}
.index-section2 ol li a:hover {
  color: #c71215;
}
.index-section3 .more {
  width: 200px;
  height: 48px;
  border: 2px #c71215 solid;
  background-color: #c71215;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  border-radius: 24px;
}
.index-section3 .more .icon {
  transition: 0.5s;
}
.index-section3 .more:hover {
  background-color: #fff;
  color: #c71215;
}
.index-section3 .more:hover .icon {
  color: #c71215;
}
.index-section3 .img {
  position: relative;
}
.index-section3 .img .video-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12px;
  width: 120px;
  height: 120px;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.5s;
}
.index-section3 .img .video-link span {
  width: 70%;
  height: 70%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px #c71215 solid;
  transition: 0.5s;
}
.index-section3 .img .video-link span .icon {
  transition: 0.5s;
}
.index-section3 .img .video-link:hover span {
  background-color: #c71215;
}
.index-section3 .img .video-link:hover span .icon {
  color: #fff;
}
.index-section4 .content {
  background: url(../images/honor-bg.png) no-repeat;
  background-size: 100%;
  background-position-y: bottom;
}
.index-section4 ul li .img img {
  max-width: 100%;
}
.index-section4 .rz ol {
  display: flex;
  justify-content: space-evenly;
}
.index-section4 .rz ol li .item .img {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-section4 .rz ol li .item .img img {
  max-width: 100%;
  max-height: 100%;
}
.index-section5 ul li .img {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}
.index-section6 ul li .item {
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #eee solid;
  border-radius: 6px;
}
.index-section6 ul li .item img {
  max-width: 90%;
  max-height: 90%;
}
.news-item {
  border-bottom: 1px #ddd solid;
}
.news-item .img {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.news-item .text h4 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.news-item .text .desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  line-height: 26px;
}
.news-item:hover img {
  transform: scale(1.1);
}
.news-item:hover h4 {
  color: #c71215;
}
.index-section7 .title ol {
  width: 350px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border-bottom: 1px #ddd solid;
}
.index-section7 .title ol li a {
  position: relative;
  display: block;
}
.index-section7 .title ol li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 0;
  background-color: #c71215;
  transition: 0.5s;
}
.index-section7 .title ol li a:hover {
  color: #c71215;
}
.index-section7 .title ol li a:hover::before {
  width: 100%;
}
.index-section7 .item {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.index-section7 .item ul li img {
  width: 14px;
}
.index-section7 .item ul li:first-child {
  border-top: none;
}
.index-section7 .item ul li:hover h3 {
  color: #c71215;
}
.pagination-box {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.pagination-box li {
  margin: 0 3px;
  font-size: 14px;
  border: none;
  border-radius: 3px;
}
.pagination-box li a,
.pagination-box li .disabled {
  border-radius: 3px;
  color: #6e6e6e;
  background: #fff;
  padding: 8px 12px;
  border: 1px solid #dcdcdc;
  display: inline-block;
}
.pagination-box li.active a,
.pagination-box li a:hover {
  background: #c71215;
  color: #fff;
  border: 1px solid #c71215;
}
.pagination-box li .current {
  background: #c71215;
  color: #fff;
  border-radius: 3px;
  padding: 7px 11px;
  border: 1px solid #c71215;
  display: inline-block;
}
.searchlist-input-container {
  display: flex;
  margin: auto;
  width: 50%;
  height: 60px;
  border-radius: 8px;
  padding-left: 16px;
  overflow: hidden;
  border: 1px #ddd solid;
  background-color: #fff;
}
.searchlist-input-container .key {
  flex: 1;
  font-size: 14px;
  color: #727272;
}
.searchlist-input-container button {
  height: 60px;
  color: #fff;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.searchlist-input-container button:hover .icon {
  color: #c71215;
}
.sz-kefu {
  position: fixed;
  width: 50px;
  right: 0;
  top: 50%;
  z-index: 100;
  margin-top: -100px;
}
.sz-kefu ul {
  padding-left: 0;
}
.sz-kefu ul li {
  width: 50px;
  height: 50px;
  float: left;
  position: relative;
  margin-bottom: 1px;
  font-size: 12px;
  line-height: 50px;
  list-style: none;
}
.sz-kefu ul li .sidebox {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  transition: all 0.3s;
  color: #fff;
  background: #272933;
  overflow: hidden;
  opacity: 0.8;
}
.sz-kefu ul li.kf2 .sidebox {
  /* background:#7fbb57; */
  overflow: visible;
}
.sz-kefu ul li .sidebox:hover {
  opacity: 1;
}
.sz-kefu ul li .sidetop {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background: #182e65;
  transition: all 0.3s;
  opacity: 0.8;
}
.sz-kefu ul li .sidetop:hover {
  opacity: 1;
}
.sz-kefu ul li img {
  float: left;
}
.sz-kefu ul li .sidebox3 {
  font-size: 16px;
  justify-content: flex-start;
}
.sz-kefu ul li .sidebox3 p {
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
}
.sz-kefu ul li .sidebox3 span {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sz-kefu ul li .kImg {
  padding: 13px;
}
.sz-kefu .kf_wx {
  position: absolute;
  top: 0;
  left: -140px;
  width: 110px;
  background: #fff;
  border: 1px solid #dadada;
  padding: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
  display: none;
  box-sizing: content-box;
}
.sz-kefu .kf_wx img {
  display: block;
  width: 110px;
  height: 110px;
  margin-bottom: 5px;
  float: none;
}
.sz-kefu .qq {
  height: 0;
  position: relative;
  z-index: 2;
}
.sz-kefu .qq .sidebox {
  border: 1px solid #272933;
  height: auto;
  border-radius: 5px 0 0 5px;
  width: 140px;
  background: #fff;
  opacity: 1;
  bottom: -50px;
  top: auto;
  text-align: center;
  padding-bottom: 5px;
  right: -150px;
}
.sz-kefu .qq h5 {
  height: 35px;
  line-height: 35px;
  background: #272933;
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
  text-align: left;
  margin-bottom: 10px;
}
.sz-kefu .qq h5 i {
  float: right;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  z-index: 5;
}
.sz-kefu .qq h5 i:hover {
  transform: rotate(90deg);
}
.sz-kefu .qq a {
  display: block;
  height: 32px;
  line-height: 32px;
  border-radius: 18px;
  border: 1px solid #272933;
  margin: 5px 15px;
}
.sz-kefu ul li:hover .kf_wx {
  display: block;
}
.sz-kefu ul li:hover .sidebox3 {
  width: 200px;
}
