body {
  min-width: 1280px;
  margin: 0 auto;
  line-height: 1.5;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-size: 30px;
}
/* 如果我们的屏幕大于 1920px */
@media screen and (min-width: 1920px) {
  html {
    font-size: 79.2917px !important;
  }
}
/* 如果我们的屏幕小于 1280px */
@media screen and (max-width: 1300px) {
  html {
    font-size: 54px !important;
  }
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
/* 图片自适应 */
img {
  max-width: 100%;
  width: auto \9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}
/*--------------------------------------------------------------------------------------------------------------------*/
body.body-bg {
  background-color: #f6f6f6;
}
/*common*/
/* public-box */
.container {
  margin-right: auto;
  margin-left: auto;
  width: 94%;
}
@media (min-width: 1920px) {
  .container {
    min-width: 1800px;
    width: 1800px;
  }
}
.container {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
/*header*/
.header {
  padding: 0.175rem 0;
  border-bottom: 1px solid #ff0000;
  background-color: #fff;
}
.header .header-logo {
  display: block;
  width: 4rem;
  float: left;
  /*margin-left: 0.9125rem;*/
}
.header .header-logo img {
  display: block;
}
.header .header-nav {
  float: left;
  margin-left: 1.238rem;
}
.header .header-nav li {
  float: left;
  margin-right: 0.8rem;
}
.header .header-nav li:last-child {
  margin-right: 0;
}
.header .header-nav li a {
  display: block;
  font-size: 0.3rem;
  height: 1.063rem;
  line-height: 1.063rem;
  color: #000000;
}
.header .header-nav li a:hover,
.header .header-nav li a.current {
  color: #f00;
}
.header .header-other {
  float: right;
  padding: 0.1565rem 0;
}
.header .header-other a,
.header .header-other span {
  display: block;
  float: left;
  line-height: 0.75rem;
  height: 0.75rem;
  font-size: 0.3rem;
}
.header .header-other .other-01 {
  font-size: 0.375rem;
  color: #ff0000;
  margin-right: 0.513rem;
  cursor: default;
}
.header .header-other .other-01 img {
  width: 0.3rem;
  min-width: 16px;
  margin-right: 0.138rem;
  vertical-align: middle;
  margin-top: -5px;
}
.header .header-other .line {
  margin: 0 0.425rem;
}
.header .header-other .line img {
  vertical-align: middle;
  height: 0.3rem;
  margin-top: -4px;
}
.header .header-other .other-02 {
  color: #ff0000;
}
.header .header-other .other-02 img {
  width: 0.3rem;
  min-width: 16px;
  margin-right: 0.125rem;
  vertical-align: middle;
  margin-top: -5px;
}
.header .header-other .other-03 {
  color: #6c6c6c;
}
.header .header-other .other-03:hover {
  color: #000;
}
.header.header-fixed {
  padding: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 997;
  background-color: #fff;
  border-bottom: 1px solid #e4e4e4;
  display: none;
}
.header.header-fixed .header-logo {
  width: 3.963rem;
  padding: 0.15rem 0;
  margin-left: 0.125rem;
}
.header.header-fixed .header-nav-s {
  float: left;
  margin-left: 0.438rem;
}
.header.header-fixed .header-nav-s .nav-btn {
  width: 0.338rem;
  height: 0.25rem;
  position: relative;
  display: block;
  padding: 0.25rem 0;
}
.header.header-fixed .header-nav-s .nav-btn img {
  position: absolute;
  top: 0.25rem;
  width: 0.338rem;
  height: 0.25rem;
  left: 0;
}
.header.header-fixed .header-nav-s .nav-btn .btn-hide {
  display: none;
}
.header.header-fixed .header-nav-s .nav-cont {
  position: absolute;
  background: #fff;
  /*padding: 0.25rem;*/
  padding: 0 0.25rem 0.125rem 0.25rem;
  width: 2.6rem;
  display: none;
}
.header.header-fixed .header-nav-s .nav-cont a {
  display: block;
  font-size: 0.3rem;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #000000;
  position: relative;
  padding-left: 0.15rem;
}
.header.header-fixed .header-nav-s .nav-cont a:hover:after {
  content: '';
  position: absolute;
  left: 0;
  height: 0.3rem;
  top: 50%;
  margin-top: -0.15rem;
  background-color: #ff0000;
  width: 2px;
}
.header.header-fixed .header-nav-s .nav-cont .on{
  color: #ff0000;
}
.header.header-fixed .header-nav-s .nav-cont .on:after{
  content: '';
  position: absolute;
  left: 0;
  height: 0.3rem;
  top: 50%;
  margin-top: -0.15rem;
  background-color: #ff0000;
  width: 2px;
}
.header.header-fixed .header-other {
  padding: 0;
}
/*footer*/
.footer-form {
  background: url("../images/img-02.png") no-repeat top center;
  background-size: cover;
  padding-top: 0.92rem;
  padding-bottom: 0.92rem;
  color: #fff;
  font-size: 0.3rem;
  line-height: 1.6;
}
.footer-form .box-erwm {
  width: 22.5%;
  float: left;
}
.footer-form .box-erwm .img-s {
  width: 25%;
  float: left;
  padding-top: 0.11rem;
}
.footer-form .box-erwm .txt-s {
  margin-left: 5%;
  width: 70%;
  float: left;
}
.footer-form .box-tel {
  float: left;
}
.footer-form .box-tel .tel {
  font-size: 0.6rem;
  margin-top: 0.28rem;
  line-height: 1.2;
}
.footer-form .box-form {
  width: 54%;
  float: right;
}
.footer-form .box-form .title-s {
  margin-bottom: 0.28rem;
}
.footer-form .box-form .form-s .inp-s {
  height: 0.24rem;
  border-radius: 5px;
  border: none;
  background-color: #fff;
  padding: 0.18rem 0.2rem;
  font-size: 0.225rem;
  color: #a4a4a4;
  float: left;
  margin-left: 0.05rem;
  line-height: 1\0;
  vertical-align: middle;
}
.footer-form .box-form .form-s .inp-s:first-child {
  margin-left: 0;
}
.footer-form .box-form .form-s .inp-s.inp-01 {
  width: 2.6rem;
}
.footer-form .box-form .form-s .inp-s.inp-02 {
  width: 2.5rem;
}
.footer-form .box-form .form-s .inp-s.inp-03 {
  border-radius: 5px 0 0 5px;
  width: 3.65rem;
  background: url("../images/img-03.png") no-repeat 3.92rem 0.15rem #fff;
  background-size: 0.28rem 0.3rem;
  padding-right: 0.5rem;
}
.footer-form .box-form .form-s .btn-s {
  height: 0.6rem;
  line-height: 0.6rem;
  border-radius: 0 5px 5px 0;
  border: none;
  width: 1.6rem;
  background-color: #ff0000;
  float: left;
  font-size: 0.3rem;
  color: #ffffff;
  padding: 0;
}
.footer {
  background-color: #e6e6e6;
}
.footer .footer-groups {
  padding: 1.5% 0 1.2%;
}
.footer .footer-groups ul li {
  float: left;
  font-size: 0.2rem;
  line-height: 1.8;
  /*min-width: 10%;*/
  min-width: 8%;
}
.footer .footer-groups ul li .box-title {
  color: #3f3f3f;
}
.footer .footer-groups ul li .box-cont {
  color: #828282;
}
.footer .footer-groups ul li .box-cont a {
  display: block;
  color: #828282;
}
.footer .footer-groups ul li .box-cont a.a-line {
  text-decoration: underline;
}
.footer .footer-groups ul li .box-cont a:hover {
  color: #000;
}
.footer .footer-copy {
  border-top: 0.038rem solid #d3d3d3;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.008rem;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #4a4a4a;
}
.footer .footer-copy .copy-links .link-a {
  color: #4a4a4a;
  display: inline-block;
  background: url("../images/img-44.png") no-repeat right center;
  padding-right: 20px;
}
.footer .footer-copy .copy-links .link-a.current {
  background: url("../images/img-45.png") no-repeat right center;
}
.footer .link-cont {
  /*padding: 5px 0;*/
  padding: 0;
  display: none;
}
.footer .link-cont a {
  display: block;
  float: left;
  line-height: 24px;
  color: #9b9b9b;
  font-size: 12px;
  margin-right: 10px;
}
/*--------------------------------- index ----------------------------------*/
.index-banner {
  height: auto;
  margin: 0 auto;
}
.index-banner .swiper-container {
  background-color: #f6f6f6;
  width: 100% !important;
}
.index-banner img {
  display: block;
  margin: 0 auto;
}
.index-banner .banner-tabs {
  text-align: center;
  font-size: 0;
}
.index-banner .banner-tabs a {
  display: inline-block;
  border-bottom: 0.063rem solid #e2e2e2;
  height: 0.7rem;
  line-height: 0.7rem;
  padding: 0 0.4rem;
  font-size: 0.3rem;
  color: #6c6c6c;
  margin: 0;
}
.index-banner .banner-tabs a.active {
  border-bottom-color: #ff0000;
  color: #221815;
}
.class-menu {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.class-menu .menu-cont {
  background-color: #f6f6f6;
  padding: 0.325rem 0;
}
.class-menu .a-box {
  display: block;
  float: left;
  text-align: center;
  width: 16.666%;
  position: relative;
}
.class-menu .a-box:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #a3a3a3;
}
.class-menu .a-box.last:after {
  display: none!important;
  width: 0;
  opacity: 0;
  overflow: hidden;
}
.class-menu .a-box a {
  display: inline-block;
  text-align: left;
}
.class-menu .a-box a span {
  display: block;
  line-height: 0.5rem;
}
.class-menu .a-box a .title-s {
  font-size: 0.375rem;
  color: #000000;
}
.class-menu .a-box a .txt-s {
  font-size: 0.3rem;
  color: #6c6c6c;
}
.class-menu .a-box:hover a .title-s {
  color: #f00;
}
.list-groups .group-title {
  border-bottom: 0.063rem solid #e2e2e2;
  height: 1.1rem;
  margin-bottom: 0.613rem;
  position: relative;
  z-index: 99;
}
.list-groups .group-title .title-l {
  font-size: 0.45rem;
  line-height: 1;
  color: #000000;
}
.list-groups .group-title .title-search {
  float: right;
  width: 3.65rem;
  height: 0.475rem;
  border: solid 1px #9e9e9e;
  border-radius: 5px;
  position: relative;
}
.list-groups .group-title .title-search .inp-s {
  height: 0.225rem;
  font-size: 0.225rem;
  line-height: 1;
  color: #a4a4a4;
  width: 2.3rem;
  padding: 0.125rem;
  display: block;
  border: none;
  background: transparent;
  vertical-align: bottom;
  margin-top: -1px;
}
.list-groups .group-title .title-search .btn-s {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
  background: url("../images/img-48.png") no-repeat center center;
  border-left: solid 1px #9e9e9e;
  width: 0.813rem;
}
.list-groups .group-title .title-search .search-cont {
  border: solid 1px #9e9e9e;
  position: absolute;
  left: -1px;
  right: -1px;
  background-color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 5px;
  display: none;
}
.list-groups .group-title .title-search .search-cont a {
  display: block;
  padding: 3px 0.125rem;
  font-size: 0.225rem;
  color: #727171;
  margin: 2px 0;
}
.list-groups .group-title .title-search .search-cont a.active,
.list-groups .group-title .title-search .search-cont a:hover {
  background-color: #00f;
  color: #fff;
}
.list-groups .groups-box {
  padding-bottom: 0.5rem;
}
.list-groups .groups-box.groups-bg01 {
  background-color: #fff;
}
.list-groups .groups-box.groups-bg02 {
  background-color: #f3f3f3;
}
.list-groups .groups-box.groups-bg02 .box-list li {
  border-color: #f3f3f3;
}
.list-groups .groups-box .box-left,
.list-groups .groups-box .box-right {
  border-top: 1px solid #a6a6a6;
  padding-top: 0.5rem;
}
.list-groups .groups-box .box-left {
  width: 18.9%;
}
.list-groups .groups-box .box-right {
  width: 80%;
  overflow: hidden;
}
.list-groups .groups-box.group-box-02 {
  padding-top: 0;
  margin-top: -0.12rem;
}
.list-groups .groups-box.group-box-02 .box-left,
.list-groups .groups-box.group-box-02 .box-right {
  border-top: none;
  padding-top: 0;
}
.list-groups .groups-box.group-box-02 .box-left .box-title,
.list-groups .groups-box.group-box-02 .box-right .box-title {
  font-size: 0.45rem;
  line-height: 1;
  color: #000000;
  margin-bottom: 0.513rem;
}
.list-groups .groups-box.group-box-03 .box-left,
.list-groups .groups-box.group-box-03 .box-right {
  border-top: none;
}
.list-groups .groups-box.group-box-04 {
  padding-bottom: 0;
}
.list-groups .groups-box.group-box-04 .box-left,
.list-groups .groups-box.group-box-04 .box-right {
  border-top: none;
  padding-top: 0;
}
.list-groups .groups-box.group-box-first .first-group {
  border-top: 1px solid #a6a6a6;
}
.list-groups .groups-box.group-box-first .box-left,
.list-groups .groups-box.group-box-first .box-right {
  border-top: none;
}
.list-groups .groups-box.group-box-05 .box-left,
.list-groups .groups-box.group-box-05 .box-right {
  border-top: none;
  padding-top: 0;
}
.list-groups .box-list {
  margin-left: -0.5%;
  margin-right: -0.5%;
}
.list-groups .box-list li {
  float: left;
  margin-left: 0.5%;
  background-color: #fff;
  border: 1px solid #ebebeb;
  width: 24.24%;
  height: 4.413rem;
  margin-bottom: 0.1rem;
  overflow: hidden;
}
.list-groups .box-list li .box-img {
  overflow: hidden;
  background-color: #fff;
}
.list-groups .box-list li .box-img a {
  display: block;
  overflow: hidden;
  width: 100%;
}
.list-groups .box-list li .box-img img {
  display: block;
  width: 100%;
}
.list-groups .box-list li .box-info {
  padding: 0.115rem 0.175rem;
}
.list-groups .box-list li .box-info .title-s {
  font-size: 0.3rem;
  line-height: 0.5rem;
  height: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #505050;
  display: block;
}
.list-groups .box-list li .box-info .txt-s {
  font-size: 0.2rem;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  color: #b7b7b7;
}
.list-groups .box-list li:hover .box-img {
  overflow: hidden;
}
.list-groups .box-list li:hover .box-img img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.list-groups .box-list-02 {
  background-color: #fff;
  margin-bottom: 0.113rem;
  height: 3.413rem;
  padding: 0.6rem 2.8% 0.4rem;
  margin-left: -3.4%;
}
.list-groups .box-list-02 li {
  float: left;
  width: 21.45%;
  margin-left: 3.4%;
}
.list-groups .box-list-02 li .title-s {
  display: block;
  border-bottom: 1px solid #a6a6a6;
  height: 0.77rem;
  line-height: 1;
  margin-bottom: 0.2rem;
  font-size: 0.3rem;
  color: #000000;
}
.list-groups .box-list-02 li .cont-s div {
  display: block;
  font-size: 0.225rem;
  line-height: 0.45rem;
  color: #6c6c6c;
}
.list-groups .box-01 .title-s {
  font-size: 0.45rem;
  line-height: 0.6rem;
  color: #000000;
  margin-bottom: 0.14rem;
}
.list-groups .box-01 .txt-s {
  font-size: 0.3rem;
  line-height: 0.45rem;
  color: #6c6c6c;
}
.list-groups .box-02 {
  height: 4.413rem;
  margin-bottom: 0.113rem;
  border: 1px solid #ebebeb;
}
.list-groups .box-02 .box-img {
  overflow: hidden;
}
.list-groups .box-02 .box-img img {
  display: block;
  width: 100%;
  transition: all 0.7s;
}
.list-groups .box-02 .box-info {
  padding: 0.115rem 0.175rem;
}
.list-groups .box-02 .box-info .title-s {
  font-size: 0.3rem;
  line-height: 0.5rem;
  height: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #505050;
}
.list-groups .box-02 .box-info .txt-s {
  font-size: 0.2rem;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  color: #b7b7b7;
}
.list-groups .box-03 {
  font-size: 0.3rem;
  line-height: 0.45rem;
  color: #6c6c6c;
}
.list-groups .box-03 .title-s {
  border-bottom: 1px solid #a6a6a6;
  line-height: 0.45rem;
  padding-bottom: 0.2rem;
  margin-bottom: 0.15rem;
}
.list-groups .box-03 .title-s span {
  display: block;
  font-size: 0.45rem;
  line-height: 1;
  color: #000000;
  margin-bottom: 0.28rem;
}
.list-groups .box-04 {
  height: 4.413rem;
  line-height: 4.413rem;
  border: solid 0.013rem #ebebeb;
  padding: 0 0.1rem;
  text-align: center;
  background-color: #fff;
}
.list-groups .box-04 a {
  font-size: 0.375rem;
  line-height: 1;
  color: #030303;
}
.list-groups .groups-more {
  padding-top: 0.2rem;
}
.list-groups .groups-more a {
  display: block;
  float: left;
  height: 0.375rem;
  line-height: 0.374rem;
  border: solid 1px transparent;
  text-align: center;
}
.list-groups .groups-more .more-01 {
  width: 2.55rem;
  font-size: 0.225rem;
  color: #000000;
  border: solid 1px #9e9e9e;
  background-color: #fff;
}
.list-groups .groups-more .more-02 {
  background-color: #454545;
  font-size: 0.225rem;
  color: #ffffff;
  width: 1.7rem;
  border: solid 1px #454545;
}
.list-groups .groups-more .more-02 img {
  width: 0.275rem;
  height: 0.263rem;
  margin-right: 0.125rem;
  vertical-align: middle;
  margin-top: -3px;
}
.list-groups .groups-more .more-03 {
  margin-left: 0.255rem;
  font-size: 0.2rem;
  color: #000000;
  padding-right: 0.75rem;
  position: relative;
}
.list-groups .groups-more .more-03 span {
  position: absolute;
  right: 0;
  width: 0.625rem;
  height: 0.125rem;
  top: 50%;
  margin-top: -0.0625rem;
  margin-left: 0.125rem;
}
.list-groups .groups-more .more-03 span img {
  display: block;
  width: 100%;
}
.list-groups .groups-more .more-line {
  width: 4.25rem;
  height: 1px;
  overflow: hidden;
  background-color: #a6a6a6;
  margin-top: 0.1875rem;
  border: none;
}
.list-groups .list-more {
  padding: 0.288rem 0;
  text-align: center;
  margin-top: 0.1rem;
  clear: both;
}
.list-groups .list-more a {
  display: inline-block;
  height: 0.463rem;
  line-height: 0.463rem;
  font-size: 0.3rem;
  color: #6c6c6c;
}
.list-groups .list-more a img,
.list-groups .list-more a span {
  height: 0.463rem;
  line-height: 0.463rem;
  vertical-align: bottom;
  display: inline-block;
}
.list-groups .list-more a img {
  margin-right: 0.238rem;
  width: 0.463rem;
}
@media (max-width: 1860px) {
  .list-groups .box-list li {
    width: 24.2%;
  }
}
@media (max-width: 1430px) {
  .list-groups .box-list li {
    width: 24.17%;
  }
}
/* 弹窗 */
.up-mc {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/img-22.png") repeat;
  z-index: 998;
  display: none;
}
.up-form {
  width: 584px;
  height: 259px;
  border: solid 1px #9e9e9e;
  border-radius: 5px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  margin: -151px 0 0 -326px;
  background-color: #fff;
  padding: 20px 34px 24px;
  display: none;
}
.up-form .box-title {
  border-bottom: 1px solid #e3e3e3;
  height: 36px;
  line-height: 30px;
}
.up-form .box-title .title-l {
  float: left;
  font-size: 18px;
  color: #1f1f1f;
}
.up-form .box-title .title-close {
  float: right;
  cursor: pointer;
}
.up-form .box-title .title-close img {
  display: block;
}
.up-form .box-left {
  width: 337px;
  float: left;
}
.up-form .box-left .tel {
  border-bottom: 1px solid #e3e3e3;
  height: 76px;
  line-height: 76px;
  background: url("../images/img-24.png") no-repeat left center;
  padding-left: 30px;
  font-size: 12px;
  color: #6b6b6b;
  margin-bottom: 5px;
}
.up-form .box-left .tel span {
  font-size: 32px;
  color: #ff0000;
  margin-right: 20px;
}
.up-form .box-left .form-s .title-s {
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #6c6c6c;
}
.up-form .box-left .form-s .form-w {
  width: 335px;
  height: 32px;
  border: solid 1px #9e9e9e;
  position: relative;
  border-radius: 3px;
  margin-bottom: 16px;
  overflow: hidden;
}
.up-form .box-left .form-s .form-w .inp-s {
  width: 195px;
  padding: 10px 25px 10px 10px;
  background: url("../images/img-25.png") no-repeat right center;
  font-size: 12px;
  display: block;
  border: none;
  height: 12px;
  line-height: 1\0;
  vertical-align: middle;
}
.up-form .box-left .form-s .form-w .btn-s {
  width: 94px;
  height: 32px;
  line-height: 28px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 3px 3px 0;
  border: none;
  background-color: #ff0000;
  color: #fff;
  font-size: 16px;
}
.up-form .box-left .btn-w {
  border-top: 1px solid #e3e3e3;
  padding-top: 20px;
}
.up-form .box-left .btn-w .btn-s {
  display: block;
  width: 100%;
  border: none;
  font-size: 16px;
  color: #ffffff;
  height: 32px;
  line-height: 32px;
  background-color: #ff0000;
  border-radius: 3px;
  text-align: center;
}
.up-form .box-left .btn-w .btn-s img {
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 10px;
}
.up-form .box-right {
  width: 210px;
  float: right;
  text-align: center;
  padding-top: 40px;
}
.up-form .box-right img {
  display: block;
  width: 124px;
  height: 124px;
  margin: 0 auto;
}
.up-form .box-right .title-s {
  font-size: 16px;
  line-height: 46px;
  color: #6b6b6b;
}
.up-tip {
  width: 652px;
  height: 303px;
  border: solid 1px #9e9e9e;
  border-radius: 5px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -151px 0 0 -326px;
  background-color: #fff;
  z-index: 999;
  display: none;
}
.up-tip .tip-close {
  position: absolute;
  right: 25px;
  top: 21px;
  cursor: pointer;
}
.up-tip .tip-close img {
  display: block;
}
.up-tip .tip-cont {
  background: url("../images/img-28.png") no-repeat bottom center;
  padding: 45px 50px 70px;
}
.up-tip .tip-cont .title-s {
  text-align: center;
  font-size: 48px;
  line-height: 58px;
  color: #ff0000;
  margin-bottom: 25px;
}
.up-tip .tip-cont .txt-s {
  font-size: 24px;
  line-height: 36px;
  color: #6c6c6c;
}
.public-mod {
  padding-top: 0.513rem;
}
.public-mod.mod-padding {
  padding-bottom: 0.7875rem;
}
.public-mod .box-info {
  margin-bottom: 0.4rem;
  width: 18.9%;
}
.public-mod .box-info .box-title {
  font-size: 0.45rem;
  line-height: 1;
  color: #000000;
  border-bottom: 1px solid #a6a6a6;
  margin-bottom: 0.22rem;
  height: 0.788rem;
}
.public-mod .box-info .box-txt {
  font-size: 0.3rem;
  line-height: 0.5rem;
  color: #6c6c6c;
}
.public-mod .box-info .box-menu li a {
  display: block;
  font-size: 0.45rem;
  line-height: 1;
  color: #000000;
}
.public-mod .box-info .box-menu li a:hover,
.public-mod .box-info .box-menu li a.current {
  color: #ff0000;
}
.public-mod .box-info .box-menu li.line-s {
  border-top: 1px solid #a6a6a6;
  border-bottom: 1px solid #a6a6a6;
  margin: 1.025rem 0;
  padding: 0.525rem 0;
}
.public-mod .box-list {
  width: 80%;
  overflow: hidden;
}
.public-mod .box-list .box-s {
  position: relative;
  margin-bottom: 0.113rem;
}
.public-mod .box-list .box-s.last-box {
  margin-bottom: 0;
}
.public-mod .box-list .box-s .info-s {
  width: 24.6%;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #fff;
}
.public-mod .box-list .box-s .info-s .info-cont {
  padding: 0.25rem 0.375rem 0.25rem 0.5rem;
}
.public-mod .box-list .box-s .info-s .title-s {
  height: 0.76rem;
  line-height: 0.76rem;
  font-size: 0.375rem;
  color: #000000;
  margin-bottom: 0.12rem;
  border-bottom: 1px solid #a6a6a6;
  display: block;
}
.public-mod .box-list .box-s .info-s .cont-s a {
  display: block;
  font-size: 0.225rem;
  line-height: 0.45rem;
  color: #6c6c6c;
}
.public-mod .box-list .box-s .img-s {
  width: 74.8%;
  float: right;
}
.public-mod .box-list .box-s .img-s img {
  display: block;
  width: 100%;
}
.public-mod .box-list .box-02-s {
  position: relative;
  margin-bottom: 0.113rem;
}
.public-mod .box-list .box-02-s .title-s {
  width: 24.478%;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #fff;
}
.public-mod .box-list .box-02-s .title-s > div {
  font-size: 0.45rem;
  line-height: 0.5rem;
  color: #000000;
  position: absolute;
  top: 50%;
  margin-top: -0.25rem;
  text-align: center;
  left: 0;
  right: 0;
}
.public-mod .box-list .box-02-s .info-s {
  width: 74.826%;
  float: right;
  background-color: #fff;
  padding: 0.2rem 0;
}
.public-mod .box-list .box-02-s .info-s .ask-s {
  border-bottom: 1px solid #ebebeb;
  padding: 0.25rem 0.6rem;
  font-size: 0.225rem;
  line-height: 0.42rem;
  color: #000000;
}
.public-mod .box-list .box-02-s .info-s .ask-s.last {
  border-bottom: none;
}
.public-mod .box-list .box-03-s {
  position: relative;
  margin-bottom: 0.113rem;
}
.public-mod .box-list .box-03-s .img-s {
  width: 24.478%;
}
.public-mod .box-list .box-03-s .img-s img {
  display: block;
  width: 100%;
}
.public-mod .box-list .box-03-s .info-s {
  background-color: #fff;
  width: 74.826%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.public-mod .box-list .box-03-s .info-s .info-cont {
  padding: 0.51rem 0.575rem 0 0.65rem;
  overflow: hidden;
}
.public-mod .box-list .box-03-s .info-s .title-s {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.375rem;
  line-height: 0.375rem;
  color: #000000;
  margin-bottom: 0.3rem;
}
.public-mod .box-list .box-03-s .info-s .txt-s {
  overflow: hidden;
  font-size: 0.225rem;
  line-height: 0.45rem;
  color: #000000;
  height: 1.8rem;
  margin-bottom: 0.2rem;
}
.public-mod .box-list .box-03-s .info-s .other-s {
  font-size: 0.2rem;
  line-height: 0.45rem;
  height: 0.45rem;
  overflow: hidden;
  color: #909090;
  margin: 0;
}
.public-mod .box-list .box-03-s .info-s .more-w {
  line-height: 0.32rem;
  height: 0.32rem;
}
.public-mod .box-list .box-03-s .info-s .more-s {
  color: #909090;
  display: inline-block;
  font-size: 0.175rem;
  line-height: 0.32rem;
  height: 0.32rem;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: bottom;
  padding-right: 0.52rem;
}
.public-mod .box-list .box-03-s .info-s .more-s img {
  width: 0.375rem;
  height: 0.125rem;
  margin-left: 0.138rem;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.06rem;
}
.public-mod .box-list .list-01 li {
  float: left;
  width: 49.75%;
  background-color: #fff;
  margin-bottom: 0.088rem;
}
.public-mod .box-list .list-01 li.li-r {
  float: right;
}
.public-mod .box-list .list-01 li .img-s {
  overflow: hidden;
}
.public-mod .box-list .list-01 li .img-s img {
  display: block;
  width: 100%;
  transition: all 0.7s;
}
.public-mod .box-list .list-01 li .info-s {
  padding: 0.3rem 0.525rem;
  font-size: 0.6rem;
  line-height: 0.84rem;
}
.public-mod .box-list .list-01 li .info-s .title-s {
  height: 0.84rem;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.public-mod .box-list .list-01 li .info-s .txt-s {
  height: 1.68rem;
  overflow: hidden;
  color: #6c6c6c;
}
/*.public-mod .box-list .box-04-s {
  margin-bottom: 0.113rem;
}*/
.public-mod .box-list .box-04-s img {
  display: block;
  width: 100%;
}
.public-mod .box-list .box-04-s.last-box {
  margin-bottom: 0;
}
.public-mod .list-more {
  padding: 0.725rem 0;
  text-align: center;
}
.public-mod .list-more a {
  display: inline-block;
  height: 0.463rem;
  line-height: 0.463rem;
  font-size: 0.3rem;
  color: #6c6c6c;
}
.public-mod .list-more a img,
.public-mod .list-more a span {
  height: 0.463rem;
  line-height: 0.463rem;
  vertical-align: bottom;
  display: inline-block;
}
.public-mod .list-more a img {
  margin-right: 0.238rem;
  width: 0.463rem;
}
.public-mod .groups-more {
  position: absolute;
  left: 0.4rem;
  bottom: 1.913rem;
}
.public-mod .groups-more.more-other {
  position: static;
  margin-top: 2rem;
}
.public-mod .groups-more a {
  display: block;
  float: left;
  height: 0.375rem;
  line-height: 0.375rem;
  border: solid 1px transparent;
  text-align: center;
}
.public-mod .groups-more .more-01 {
  width: 2.43rem;
  font-size: 0.225rem;
  color: #000000;
  border: solid 1px #9e9e9e;
  background-color: #fff;
}
.public-mod .groups-more .more-02 {
  background-color: #454545;
  font-size: 0.225rem;
  color: #ffffff;
  width: 1.7rem;
}
.public-mod .groups-more .more-02 img {
  width: 0.275rem;
  height: 0.263rem;
  margin-right: 0.125rem;
  vertical-align: middle;
  margin-top: -3px;
}
.public-mod .groups-more .more-03 {
  margin-left: 0.255rem;
  font-size: 0.2rem;
  color: #000000;
  padding-right: 0.75rem;
  position: relative;
}
.public-mod .groups-more .more-03 span {
  position: absolute;
  right: 0;
  width: 0.625rem;
  height: 0.125rem;
  top: 50%;
  margin-top: -0.0625rem;
  margin-left: 0.125rem;
}
.public-mod .groups-more .more-03 span img {
  display: block;
  width: 100%;
}
.public-mod .groups-more .more-line {
  width: 4.25rem;
  height: 1px;
  overflow: hidden;
  background-color: #a6a6a6;
  margin-top: 0.1875rem;
  border: none;
}
.other-banner {
  background-color: #f3f3f3;
}
.other-banner img {
  display: block;
  margin: 0 auto;
}
.page-warp {
  padding-top: 0.5rem;
}
.page-s {
  line-height: 34px;
  width: 74.826%;
  font-size: 0;
}
.page-s a {
  display: inline-block;
  font-size: 14px;
  color: #000000;
  margin-right: 0.15rem;
}
.page-s a.current {
  color: #ff0000;
}
.mod-01 {
  padding-top: 0.513rem;
  padding-bottom: 0.7875rem;
}
.mod-01 .box-list {
  width: 39%;
  float: left;
}
.mod-01 .box-list .title-s {
  font-size: 0.45rem;
  line-height: 1;
  color: #ff0000;
  border-bottom: 1px solid #a6a6a6;
  height: 0.825rem;
  margin-bottom: 0.3rem;
}
.mod-01 .box-list .list-s a {
  display: block;
  font-size: 0.225rem;
  line-height: 0.45rem;
  height: 0.45rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #6c6c6c;
}
.mod-01 .box-list .list-s a:hover,
.mod-01 .box-list .list-s a.current {
  color: #000000;
}
.mod-01 .box-list .page-s {
  border-top: 1px solid #a6a6a6;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  font-size: 0;
  margin-top: 0.4rem;
  width: 100%;
}
.mod-01 .box-list .page-s a {
  display: inline-block;
  font-size: 14px;
  color: #000000;
  margin-right: 0.15rem;
}
.mod-01 .box-list .page-s a.current {
  color: #ff0000;
}
.mod-01 .box-list .go-back {
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #000;
  display: inline-block;
}
.mod-01 .box-info {
  width: 60%;
  float: right;
}
.mod-01 .box-info .img-s {
  margin-bottom: 0.113rem;
}
.mod-01 .box-info .img-s img {
  display: block;
  width: 100%;
}
.mod-01 .box-info .info-s {
  background-color: #fff;
  padding: 0.7rem 0.638rem;
  color: #000000;
}
.mod-01 .box-info .info-s .title-s {
  font-size: 0.375rem;
  line-height: 0.6rem;
  margin-bottom: 0.3rem;
}
.mod-01 .box-info .info-s .txt-s {
  font-size: 0.225rem;
  line-height: 0.45rem;
}
.about-mod-01 {
  margin-bottom: 0.525rem;
}
.about-mod-01 img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.about-mod-02,
.about-mod-03 {
  margin-bottom: 0.113rem;
}
.about-mod-02 .box-cont,
.about-mod-03 .box-cont {
  position: relative;
}
.about-mod-02 .box-img,
.about-mod-03 .box-img {
  width: 39.7222%;
}
.about-mod-02 .box-img img,
.about-mod-03 .box-img img {
  display: block;
  width: 100%;
}
.about-mod-02 .box-info,
.about-mod-03 .box-info {
  width: 59.82%;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #fff;
}
.about-mod-02 .box-info .cont-s,
.about-mod-03 .box-info .cont-s {
  padding: 0.6rem;
}
.about-mod-02 .box-info .title-s,
.about-mod-03 .box-info .title-s {
  border-bottom: 1px solid #a6a6a6;
  height: 0.88rem;
  font-size: 0.45rem;
  line-height: 1;
  color: #000000;
  margin-bottom: 0.3rem;
}
.about-mod-02 .box-info .txt-s,
.about-mod-03 .box-info .txt-s {
  font-size: 0.3rem;
  line-height: 0.5rem;
  color: #6c6c6c;
}
.about-mod-02 .box-info {
  right: 0;
}
.about-mod-03 .box-img {
  float: right;
}
.about-mod-03 .box-info {
  left: 0;
}
.about-mod-04 {
  margin-bottom: 0.738rem;
}
.about-mod-04 .box-cont {
  /*padding: 0.5rem;*/
  background-color: #fff;
}
.about-mod-04 .box-cont img {
  display: block;
  margin: 0 auto;
}
.case-top {
  margin-bottom: 0.475rem;
}
.case-top .case-info {
  width: 18.9%;
  border-bottom: 0.063rem solid #e2e2e2;
  height: 8.137rem;
  padding-bottom: 0.275rem;
  position: relative;
}
.case-top .case-info .box-title {
  line-height:1.1rem;
  height: 1.1rem;
  border-bottom: 1px solid #e2e2e2;
  /*font-size: 0.45rem;*/
  font-size: 0.3rem;
  color: #000000;
  margin-bottom: 0.3rem;
}
.case-top .case-info .box-tip {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #1a1a1a;
  /*height: 1.125rem;*/
  /*margin-bottom: 0.2rem;*/
  margin-bottom: 0.04rem;
}
.case-top .case-info .box-txt {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #6c6c6c;
  /*height: 3.7rem;*/
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.case-top .case-info .box-back {
  /*position: absolute;*/
  /*bottom: 1rem;*/
  width: 100%;
  display: block;
  font-size: 0.3rem;
  border-top: 1px solid #e2e2e2;
  height: 1.175rem;
  line-height: 1.175rem;
  text-align: center;
  color: #000000;
}
.case-top .case-info .groups-more {
  position: absolute;
  left: 0;
  bottom: 0.288rem;
}
.case-top .case-info .groups-more a {
  display: block;
  float: left;
  height: 0.375rem;
  line-height: 0.375rem;
  border: solid 1px transparent;
  text-align: center;
}
.case-top .case-info .groups-more .more-01 {
  width: 2.4rem;
  font-size: 0.225rem;
  color: #000000;
  border-color: #9e9e9e;
  background-color: #fff;
}
.case-top .case-info .groups-more .more-02 {
  background-color: #454545;
  font-size: 0.225rem;
  color: #ffffff;
  width: 1.7rem;
}
.case-top .case-info .groups-more .more-02 img {
  width: 0.275rem;
  height: 0.263rem;
  margin-right: 0.125rem;
  vertical-align: middle;
  margin-top: -3px;
}
.case-top .case-info .groups-more .more-03 {
  margin-left: 0.255rem;
  font-size: 0.2rem;
  color: #000000;
  padding-right: 0.75rem;
  position: relative;
}
.case-top .case-info .groups-more .more-03 span {
  position: absolute;
  right: 0;
  width: 0.625rem;
  height: 0.125rem;
  top: 50%;
  margin-top: -0.0625rem;
  margin-left: 0.125rem;
}
.case-top .case-info .groups-more .more-03 span img {
  display: block;
  width: 100%;
}
.case-top .case-info .groups-more .more-line {
  width: 4.25rem;
  height: 1px;
  overflow: hidden;
  background-color: #a6a6a6;
  margin-top: 0.1875rem;
  border: none;
}
.case-top .case-banner {
  width: 80%;
  height: 8.475rem;
  position: relative;
  overflow: hidden;
}
.case-top .case-banner .swiper-container {
  width: 100%;
  height: 8.137rem;
  margin-left: 0;
}
.case-top .case-banner .swiper-container .swiper-slide {
  background-color: #000000;
}
.case-top .case-banner .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  opacity: 0.65;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
}
.case-top .case-banner .swiper-container .swiper-slide.swiper-slide-active img {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.case-top .case-banner .arrow-left,
.case-top .case-banner .arrow-right {
  position: absolute;
  top: 50%;
  width: 0.75rem;
  height: 0.763rem;
  margin-top: -0.39rem;
  z-index: 99;
}
.case-top .case-banner .arrow-left img,
.case-top .case-banner .arrow-right img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.case-top .case-banner .arrow-left img.img-h,
.case-top .case-banner .arrow-right img.img-h {
  display: none;
}
.case-top .case-banner .arrow-left {
  left: 0.325rem;
}
.case-top .case-banner .arrow-left:hover img.img-h {
  display: block;
}
.case-top .case-banner .arrow-left:hover img.img-d {
  display: none;
}
.case-top .case-banner .arrow-right {
  right: 0.325rem;
}
.case-top .case-banner .arrow-right:hover img.img-h {
  display: block;
}
.case-top .case-banner .arrow-right:hover img.img-d {
  display: none;
}
.case-top .case-banner .pagination {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.case-top .case-banner .swiper-pagination-switch {
  display: block;
  float: left;
  width: 11.8%;
  height: 0.063rem;
  background: #e2e2e2;
  margin-left: 0.8%;
  cursor: pointer;
  vertical-align: bottom;
  overflow: hidden;
}
.case-top .case-banner .swiper-active-switch {
  background: #ff0000;
}
/* 20201016 new*/
.page-s strong {
  display: inline-block;
  font-size: 14px;
  margin-right: 0.15rem;
  color: #ff0000;
}

/*new add 2020-10-26*/
.list-groups .new-list-wrap .box-list li {
  margin-left: 0.5%;
  width: 19.3%;
  height: 4.413rem;
}
@media (max-width: 1800px) {
  .list-groups .new-list-wrap .box-list li {
    width: 19.28%;
  }
}
@media (max-width: 1599px) {
  .list-groups .new-list-wrap .box-list li {
    width: 19.256%;
  }
}

/*2020-11-04*/
.class-menu .on {
  color: #f00 !important;
}

/*# sourceMappingURL=style.css.map */