@import url("https://at.alicdn.com/t/font_1360053_801ctydhfc.css");
body,
html {
  font-family: "Microsoft Yahei", "\5FAE\8F6F\96C5\9ED1", Arial, "Hiragino Sans GB", "\5B8B\4F53";
  background: #fff;
}
@media screen and (max-width: 640px) {
  body,
  html {
    font-size: calc(100vw / 3.75);
  }
}
* {
  word-wrap: break-word;
  outline: none;
}
a {
  text-decoration: none;
}
b {
  font-weight: normal;
}
img {
  display: block;
}
input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
  font-family: "Microsoft Yahei", "\5FAE\8F6F\96C5\9ED1", Arial, "Hiragino Sans GB", "\5B8B\4F53";
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-family: "Microsoft Yahei", "\5FAE\8F6F\96C5\9ED1", Arial, "Hiragino Sans GB", "\5B8B\4F53";
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.public-header {
  width: 100%;
  background: #f9f9f9;
  border-bottom: 1px solid #eee;
}
.public-header .w1200 {
  height: 34px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  font-size: 12px;
}
.public-header .w1200 .left {
  display: -webkit-box;
  display: flex;
  color: #666;
}
.public-header .w1200 .left span {
  letter-spacing: 1px;
}
.public-header .w1200 .right {
  display: -webkit-box;
  display: flex;
}
.public-header .w1200 .right a {
  color: #666;
  margin: 0 0 0 20px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-header .w1200 .right a:after {
  position: absolute;
  left: -10px;
  top: 1px;
  content: "";
  width: 1px;
  height: 12px;
  background-color: #ddd;
}
.public-header .w1200 .right a:first-child:after {
  display: none;
}
.public-header .w1200 .right a:hover {
  color: #e10000;
}
@media screen and (max-width: 640px) {
  .public-header {
    display: none;
  }
}
.public-logo {
  width: 100%;
  overflow: hidden;
}
.public-logo .w1200 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 25px 0;
}
.public-logo .w1200 .logo {
  max-width: 240px;
}
.public-logo .w1200 .image {
  max-width: 500px;
}
.public-logo .w1200 .search {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.public-logo .w1200 .search form {
  display: -webkit-box;
  display: flex;
}
.public-logo .w1200 .search form input {
  width: 210px;
  height: 30px;
  border: 1px solid #e10000;
  padding: 0 10px;
  font-size: 14px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.public-logo .w1200 .search form button {
  background: #e10000;
  font-size: 14px;
  height: 30px;
  color: #fff;
  border: none;
  padding: 0 15px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.public-logo .w1200 .search .text {
  margin: 10px 0 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  font-size: 14px;
  color: #666;
}
.public-logo .w1200 .search .text a {
  color: #666;
  margin: 0 0 0 5px;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-logo .w1200 .search .text a:hover {
  color: #e10000;
}
.public-logo .w1200 .btn {
  display: none;
}
@media screen and (max-width: 640px) {
  .public-logo {
    font-size: 12px;
  }
  .public-logo .w1200 {
    width: 100%;
    padding: 15px 4%;
  }
  .public-logo .w1200 .logo {
    height: 32px;
  }
  .public-logo .w1200 .logo img {
    height: 100%;
  }
  .public-logo .w1200 .image {
    display: none;
  }
  .public-logo .w1200 .search {
    display: none;
  }
  .public-logo .w1200 .btn {
    display: block;
  }
  .public-logo .w1200 .btn i {
    font-size: 32px;
    line-height: 1;
  }
}
.public-menu {
  width: 100%;
  background: #e10000;
}
.public-menu .w1200 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.public-menu .w1200 .menu {
  -webkit-box-flex: 1;
          flex: 1;
}
.public-menu .w1200 .menu ul {
  display: -webkit-box;
  display: flex;
}
.public-menu .w1200 .menu ul li {
  width: 148px;
  margin: 0 1px;
  position: relative;
}
.public-menu .w1200 .menu ul li:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  display: none;
}
.public-menu .w1200 .menu ul li:hover:after {
  display: block;
}
.public-menu .w1200 .menu ul li.active:after {
  display: block;
}
.public-menu .w1200 .menu ul li a {
  height: 65px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.public-menu .w1200 .menu ul li a b {
  font-size: 16px;
  color: #fff;
}
.public-menu .w1200 .menu ul li a i {
  font-style: normal;
  font-size: 12px;
  color: #fff;
  opacity: 0.8;
  margin: 5px 0 0 0;
}
.public-menu .w1200 .tel {
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  padding: 0 0 0 34px;
}
.public-menu .w1200 .tel:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e602";
  font-family: "iconfont";
  color: #fff;
  font-size: 24px;
  line-height: 27px;
}
.public-menu .w1200 .tel b {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .public-menu .w1200 {
    width: 100%;
    position: relative;
  }
  .public-menu .w1200 .menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
    z-index: 20;
    box-shadow: 0 2px 4px #eee;
  }
  .public-menu .w1200 .menu ul {
    background: #f9f9f9;
    flex-wrap: wrap;
    padding: 0 4%;
  }
  .public-menu .w1200 .menu ul li {
    width: 100%;
  }
  .public-menu .w1200 .menu ul li:last-child a {
    border: none;
  }
  .public-menu .w1200 .menu ul li a {
    -webkit-box-align: start;
            align-items: flex-start;
    height: 62px;
    border-bottom: 1px solid #eee;
  }
  .public-menu .w1200 .menu ul li a b {
    color: #333;
  }
  .public-menu .w1200 .menu ul li a i {
    display: none;
  }
  .public-menu .w1200 .tel {
    display: none;
  }
}
.public-focus {
  width: 100%;
}
.public-focus .w1200 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.public-focus .w1200 .title {
  border-bottom: 2px solid #e10000;
  padding: 15px 0;
}
.public-focus .w1200 .title h2 {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  color: #e10000;
}
.public-focus .w1200 .package {
  margin: 20px 0 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
}
.public-focus .w1200 .package .banner {
  width: 400px;
  position: relative;
}
.public-focus .w1200 .package .banner .swiper-container {
  width: 100%;
}
.public-focus .w1200 .package .banner .swiper-container .swiper-slide {
  width: 100%;
  position: relative;
}
.public-focus .w1200 .package .banner .swiper-container .swiper-slide a {
  display: block;
}
.public-focus .w1200 .package .banner .swiper-container .swiper-slide a .image {
  height: 360px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.public-focus .w1200 .package .banner .swiper-container .swiper-slide a h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  color: #fff;
  line-height: 2.4;
}
.public-focus .w1200 .package .banner .swiper-container .swiper-pagination-bullets {
  bottom: 50px;
}
.public-focus .w1200 .package .banner .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.public-focus .w1200 .package .banner .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #e10000;
}
.public-focus .w1200 .package .list {
  width: 430px;
  margin: 0 0 0 40px;
}
.public-focus .w1200 .package .list .tips {
  display: -webkit-box;
  display: flex;
  position: relative;
}
.public-focus .w1200 .package .list .tips:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: calc(100% - 70px);
  height: 1px;
  background: #eee;
}
.public-focus .w1200 .package .list .tips span {
  font-size: 16px;
  color: #e10000;
}
.public-focus .w1200 .package .list .sbox .row {
  margin: 15px 0 0 0;
}
.public-focus .w1200 .package .list .sbox .row h2 {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-focus .w1200 .package .list .sbox .row h2:hover {
  color: #e10000;
}
.public-focus .w1200 .package .list .sbox .row h2:hover a {
  color: #e10000;
}
.public-focus .w1200 .package .list .sbox .row h2 a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-focus .w1200 .package .list .sbox .row p {
  font-size: 14px;
  color: #999;
  margin: 8px 0 0 0;
  line-height: 1.6;
}
.public-focus .w1200 .package .list .sbox .row p a {
  color: #e10000;
}
.public-focus .w1200 .package .list .xbox {
  border-top: 1px solid #eee;
  margin: 15px 0 0 0;
}
.public-focus .w1200 .package .list .xbox .row {
  margin: 15px 0 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  line-height: 1;
  position: relative;
  padding: 0 0 0 18px;
}
.public-focus .w1200 .package .list .xbox .row:first-child {
  margin: 17px 0 0 0;
}
.public-focus .w1200 .package .list .xbox .row:after {
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -2.5px;
  content: "";
  width: 5px;
  height: 5px;
  background: #e10000;
}
.public-focus .w1200 .package .list .xbox .row a {
  -webkit-box-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-focus .w1200 .package .list .xbox .row a:hover {
  color: #e10000;
}
.public-focus .w1200 .package .list .xbox .row span {
  font-size: 13px;
  margin: 0 0 0 10px;
  color: #999;
}
.public-focus .w1200 .package .tabs {
  width: 290px;
  margin: 0 0 0 40px;
}
.public-focus .w1200 .package .tabs .item {
  display: -webkit-box;
  display: flex;
}
.public-focus .w1200 .package .tabs .item span {
  -webkit-box-flex: 1;
          flex: 1;
  background: #f9f9f9;
  text-align: center;
  font-size: 15px;
  line-height: 40px;
  cursor: pointer;
}
.public-focus .w1200 .package .tabs .item span.active {
  background: #e10000;
  color: #fff;
  font-weight: bold;
}
.public-focus .w1200 .package .tabs .box {
  border: 2px solid #e10000;
}
.public-focus .w1200 .package .tabs .box .col {
  display: none;
  flex-wrap: wrap;
  padding: 8px 0;
}
.public-focus .w1200 .package .tabs .box .col h2 {
  width: 143px;
  padding: 0 10px 0 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.public-focus .w1200 .package .tabs .box .col h2:nth-child(2n) {
  margin: 0;
}
.public-focus .w1200 .package .tabs .box .col h2:nth-child(-n + 10) span {
  color: #e10000;
}
.public-focus .w1200 .package .tabs .box .col h2 span {
  font-size: 16px;
}
.public-focus .w1200 .package .tabs .box .col h2 a {
  font-size: 15px;
  color: #333;
  margin: 0 0 0 10px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-focus .w1200 .package .tabs .box .col:first-child {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 640px) {
  .public-focus .w1200 {
    width: 100%;
    padding: 4%;
  }
  .public-focus .w1200 .title {
    padding: 0 0 3% 0;
    margin: 0;
  }
  .public-focus .w1200 .title h2 {
    font-size: 0.2rem;
  }
  .public-focus .w1200 .title .more a {
    font-size: 0.12rem;
  }
  .public-focus .w1200 .package {
    margin: 4% 0 0 0;
    flex-wrap: wrap;
  }
  .public-focus .w1200 .package .banner {
    width: 100%;
  }
  .public-focus .w1200 .package .banner .swiper-container .swiper-slide a .image {
    height: 200px;
  }
  .public-focus .w1200 .package .banner .swiper-container .swiper-slide a .image img {
    width: 100%;
    max-height: none;
    height: auto;
  }
  .public-focus .w1200 .package .list {
    width: 100%;
    margin: 4% 0 0 0;
  }
  .public-focus .w1200 .package .list .tips span {
    font-size: 0.16rem;
  }
  .public-focus .w1200 .package .list .sbox .row {
    margin: 4% 0 0 0;
  }
  .public-focus .w1200 .package .list .sbox .row h2 {
    font-size: 0.18rem;
  }
  .public-focus .w1200 .package .list .sbox .row p {
    font-size: 0.14rem;
  }
  .public-focus .w1200 .package .list .xbox {
    margin: 4% 0 0 0;
  }
  .public-focus .w1200 .package .list .xbox .row {
    margin: 4% 0 0 0 !important;
  }
  .public-focus .w1200 .package .tabs {
    width: 100%;
    margin: 4% 0 0 0;
  }
  .public-focus .w1200 .package .tabs .item span {
    font-size: 0.15rem;
    line-height: 2.6;
  }
  .public-focus .w1200 .package .tabs .box .col {
    padding: 2% 0;
  }
  .public-focus .w1200 .package .tabs .box .col h2 {
    width: 48%;
    margin: 0 4% 0 0;
    padding: 0 15px;
  }
  .public-focus .w1200 .package .tabs .box .col h2:nth-child(2n) {
    margin-right: 0;
  }
  .public-focus .w1200 .package .tabs .box .col h2 span {
    font-size: 0.16rem;
  }
  .public-focus .w1200 .package .tabs .box .col h2 a {
    font-size: 0.15rem;
  }
}
.public-position {
  width: 100%;
}
.public-position .w1200 {
  line-height: 34px;
  font-size: 14px;
  color: #333;
}
.public-position .w1200 i {
  font-size: 16px;
  color: #e10000;
}
.public-position .w1200 a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-position .w1200 a:hover {
  color: #e10000;
}
@media screen and (max-width: 640px) {
  .public-position .w1200 {
    width: 100%;
    padding: 0 4%;
    line-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.public-itemize {
  width: 100%;
}
.public-itemize .w1200 {
  display: -webkit-box;
  display: flex;
  padding: 20px 5px 10px 5px;
  border-bottom: 1px solid #eee;
}
.public-itemize .w1200:first-child {
  border-top: 1px solid #eee;
}
.public-itemize .w1200 .left {
  width: 90px;
}
.public-itemize .w1200 .left span {
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 32px;
  font-weight: bold;
}
.public-itemize .w1200 .right {
  width: 1100px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.public-itemize .w1200 .right .col,
.public-itemize .w1200 .right .col-z {
  width: 32px;
  margin: 0 10px 10px 0;
}
.public-itemize .w1200 .right .col:hover a,
.public-itemize .w1200 .right .col-z:hover a {
  color: #e10000;
}
.public-itemize .w1200 .right .col:hover a:active,
.public-itemize .w1200 .right .col-z:hover a:active {
  color: #fff;
}
.public-itemize .w1200 .right .col a,
.public-itemize .w1200 .right .col-z a {
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #f9f9f9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-itemize .w1200 .right .col a.active,
.public-itemize .w1200 .right .col-z a.active {
  background: #e10000;
  color: #fff;
}
.public-itemize .w1200 .right .col {
  width: 101px;
}
.public-itemize .w1200 .right .col:nth-child(10n) {
  margin-right: 0;
}
.public-itemize .w1200 .right .col a {
  padding: 0 15px;
}
@media screen and (max-width: 640px) {
  .public-itemize .w1200 {
    width: 100%;
    padding: 4% 4% 0 4%;
  }
  .public-itemize .w1200 .left {
    display: none;
  }
  .public-itemize .w1200 .right {
    width: 100%;
  }
  .public-itemize .w1200 .right .col {
    width: 30.66%;
    margin: 0 4% 4% 0;
  }
  .public-itemize .w1200 .right .col:nth-child(10n) {
    margin-right: 4%;
  }
  .public-itemize .w1200 .right .col:nth-child(3n) {
    margin-right: 0;
  }
}
.index-links {
  width: 100%;
  padding: 35px 0;
}
.index-links .w1200 .title {
  display: -webkit-box;
  display: flex;
  border-bottom: 2px solid #ef1f1f;
}
.index-links .w1200 .title span {
  background: #ef1f1f;
  color: #fff;
  font-size: 15px;
  line-height: 2;
  padding: 0 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.index-links .w1200 .package {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 0 0;
}
.index-links .w1200 .package a {
  font-size: 12px;
  color: #999;
  line-height: 1;
  margin: 10px 10px 0 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-links .w1200 .package a:hover {
  color: #ef1f1f;
}
@media screen and (max-width: 640px) {
  .index-links {
    display: none;
  }
}
.public-footer {
  background: #f9f9f9;
  border-top: 1px solid #eee;
}
.public-footer .w1200 .letter {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  line-height: 3;
}
.public-footer .w1200 .letter a {
  font-weight: bold;
  margin: 0 0 0 15px;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-footer .w1200 .letter a:hover {
  color: #e10000;
}
.public-footer .w1200 .package {
  padding: 60px 0;
  display: -webkit-box;
  display: flex;
}
.public-footer .w1200 .package .logo {
  max-width: 260px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.public-footer .w1200 .package .menu {
  -webkit-box-flex: 1;
          flex: 1;
  margin: 0 60px;
  padding: 0 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.public-footer .w1200 .package .menu .col {
  line-height: 1;
}
.public-footer .w1200 .package .menu .col:last-child {
  margin: 0;
}
.public-footer .w1200 .package .menu .col h2 {
  font-size: 16px;
  margin: 0 0 20px 0;
}
.public-footer .w1200 .package .menu .col p {
  font-size: 14px;
  margin: 0 0 15px 0;
}
.public-footer .w1200 .package .menu .col p:last-child {
  margin: 0;
}
.public-footer .w1200 .package .menu .col p a {
  color: #999;
}
.public-footer .w1200 .package .ewm {
  display: -webkit-box;
  display: flex;
}
.public-footer .w1200 .package .ewm .col {
  width: 100px;
  margin: 0 0 0 10px;
}
.public-footer .w1200 .package .ewm .col:first-child {
  margin: 0;
}
.public-footer .w1200 .package .ewm .col h2 {
  font-size: 12px;
  text-align: center;
  margin: 5px 0 0 0;
  color: #999;
}
.public-footer .w1200 .down {
  border-top: 1px solid #eee;
  padding: 20px 0;
  text-align: center;
}
.public-footer .w1200 .down p {
  font-size: 13px;
  line-height: 2;
  color: #666;
}
.public-footer .w1200 .down p a {
  color: #666;
}
@media screen and (max-width: 640px) {
  .public-footer .w1200 {
    width: 100%;
    padding: 8% 4% 0 4%;
  }
  .public-footer .w1200 .letter {
    flex-wrap: wrap;
    font-size: 0.14rem;
    line-height: 2;
    padding: 0 0 8% 0;
  }
  .public-footer .w1200 .package {
    padding: 8% 0 0 0;
    flex-wrap: wrap;
  }
  .public-footer .w1200 .package .logo {
    display: none;
  }
  .public-footer .w1200 .package .menu {
    padding: 0 4%;
    margin: 0;
    border: none;
    width: 100%;
  }
  .public-footer .w1200 .package .menu .col h2 {
    font-size: 0.15rem;
  }
  .public-footer .w1200 .package .menu .col p {
    font-size: 0.13rem;
  }
  .public-footer .w1200 .package .ewm {
    display: none;
  }
  .public-footer .w1200 .down {
    margin: 8% 0 0 0;
    padding: 4% 0;
  }
  .public-footer .w1200 .down p {
    font-size: 0.12rem;
  }
}
.news-list {
  width: 100%;
}
.news-list .w1200 {
  display: -webkit-box;
  display: flex;
  padding: 20px 0;
}
.news-list .w1200 .left {
  width: 840px;
}
.news-list .w1200 .left .list .row {
  padding: 20px 5px;
  border-bottom: 1px dashed #eee;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 16px;
}
.news-list .w1200 .left .list .row:hover .text h2 a {
  color: #e10000;
}
.news-list .w1200 .left .list .row:hover .text .more a {
  border: 1px solid #e10000;
  color: #e10000;
}
.news-list .w1200 .left .list .row:nth-child(1) {
  padding-top: 0;
}
.news-list .w1200 .left .list .row .image {
  margin: 0 20px 0 0;
  border: 4px solid #eee;
}
.news-list .w1200 .left .list .row .image a {
  display: block;
  width: 150px;
  height: 110px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.news-list .w1200 .left .list .row .image a img {
  max-width: 100%;
}
.news-list .w1200 .left .list .row .text {
  width: 672px;
}
.news-list .w1200 .left .list .row .text h2 {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list .w1200 .left .list .row .text h2 a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-list .w1200 .left .list .row .text p {
  font-size: 14px;
  color: #666;
  margin: 10px 0 0 0;
  line-height: 1.6;
}
.news-list .w1200 .left .list .row .text .more {
  margin: 5px 0 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.news-list .w1200 .left .list .row .text .more span {
  font-size: 13px;
  color: #999;
  line-height: 1;
}
.news-list .w1200 .left .list .row .text .more a {
  border: 1px solid #ddd;
  color: #333;
  padding: 0 10px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-list .w1200 .left .list .row .text .more a i {
  font-size: 20px;
  line-height: 26px;
}
.news-list .w1200 .left .pager {
  margin: 20px 0 0 0;
}
.news-list .w1200 .left .pager .pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.news-list .w1200 .left .pager .pagination li {
  height: 32px;
  margin: 0 5px;
  cursor: pointer;
}
.news-list .w1200 .left .pager .pagination li.disabled {
  cursor: not-allowed;
}
.news-list .w1200 .left .pager .pagination li.active span,
.news-list .w1200 .left .pager .pagination li.active a {
  color: #fff;
  background: #e10000;
  border: 1px solid #e10000;
}
.news-list .w1200 .left .pager .pagination li span,
.news-list .w1200 .left .pager .pagination li a {
  display: block;
  line-height: 30px;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  color: #333;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.news-list .w1200 .left .pager .pagination li a:hover {
  color: #fff;
  background: #e10000;
  border: 1px solid #e10000;
}
.news-list .w1200 .right {
  width: 320px;
  margin: 0 0 0 40px;
}
.news-list .w1200 .right .item {
  border: 1px solid #eee;
  padding: 15px;
  margin: 0 0 20px 0;
}
.news-list .w1200 .right .item .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eee;
}
.news-list .w1200 .right .item .title span {
  font-size: 16px;
}
.news-list .w1200 .right .item .box {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
}
.news-list .w1200 .right .item .box a {
  font-size: 14px;
  color: #333;
  margin: 15px 15px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-list .w1200 .right .item .box a:hover {
  color: #e10000;
}
.news-list .w1200 .right .brand {
  border: 1px solid #eee;
  padding: 15px;
}
.news-list .w1200 .right .brand .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eee;
}
.news-list .w1200 .right .brand .title span {
  font-size: 16px;
}
.news-list .w1200 .right .brand .title a {
  font-size: 12px;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-list .w1200 .right .brand .title a:hover {
  color: #e10000;
}
.news-list .w1200 .right .brand .box .row {
  margin: 15px 0 0 0;
  padding: 0 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.news-list .w1200 .right .brand .box .row a {
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-list .w1200 .right .brand .box .row a:hover {
  color: #e10000;
}
.news-list .w1200 .right .brand .box .row span {
  font-size: 12px;
  color: #999;
  margin: 0 0 0 10px;
}
.news-list .w1200 .right .product {
  border: 1px solid #eee;
  padding: 15px 15px 0 15px;
  margin: 20px 0 0 0;
}
.news-list .w1200 .right .product .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eee;
}
.news-list .w1200 .right .product .title span {
  font-size: 16px;
}
.news-list .w1200 .right .product .title a {
  font-size: 12px;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-list .w1200 .right .product .title a:hover {
  color: #e10000;
}
.news-list .w1200 .right .product .box {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0 0;
}
.news-list .w1200 .right .product .box .col {
  width: 136.5px;
  margin: 0 15px 15px 0;
}
.news-list .w1200 .right .product .box .col:hover .text h2 {
  color: #e10000;
}
.news-list .w1200 .right .product .box .col:hover .text h2 a {
  color: #e10000;
}
.news-list .w1200 .right .product .box .col:nth-child(2n) {
  margin-right: 0;
}
.news-list .w1200 .right .product .box .col .image {
  width: 100%;
  height: 100px;
  overflow: hidden;
  border: 4px solid #f9f9f9;
  border-bottom: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.news-list .w1200 .right .product .box .col .text {
  background: #f9f9f9;
  padding: 10px;
}
.news-list .w1200 .right .product .box .col .text h2 {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-list .w1200 .right .product .box .col .text h2 a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-list .w1200 .right .product .box .col .text h3 {
  display: -webkit-box;
  display: flex;
  line-height: 1;
  margin: 5px 0 0 0;
}
.news-list .w1200 .right .product .box .col .text h3 span {
  -webkit-box-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #e10000;
  font-size: 13px;
}
.news-list .w1200 .right .product .box .col .text h3 i {
  font-size: 12px;
  font-style: normal;
  color: #999;
  margin: 0 0 0 10px;
}
.news-list .w1200 .right .news {
  border: 1px solid #eee;
  padding: 15px;
  margin: 20px 0 0 0;
}
.news-list .w1200 .right .news .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eee;
}
.news-list .w1200 .right .news .title span {
  font-size: 16px;
}
.news-list .w1200 .right .news .title a {
  font-size: 12px;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-list .w1200 .right .news .title a:hover {
  color: #e10000;
}
.news-list .w1200 .right .news .box .row {
  margin: 15px 0 0 0;
  padding: 0 5px;
  display: -webkit-box;
  display: flex;
}
.news-list .w1200 .right .news .box .row a {
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-list .w1200 .right .news .box .row a:hover {
  color: #e10000;
}
.news-list .w1200 .right .news .box .row span {
  font-size: 12px;
  color: #999;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 640px) {
  .news-list .w1200 {
    width: 100%;
    padding: 4%;
    flex-wrap: wrap;
  }
  .news-list .w1200 .left {
    width: 100%;
  }
  .news-list .w1200 .left .list .row {
    padding: 4% 0;
  }
  .news-list .w1200 .left .list .row .image {
    width: 34%;
    margin: 0 4% 0 0;
  }
  .news-list .w1200 .left .list .row .image a {
    width: 100%;
    height: 80px;
  }
  .news-list .w1200 .left .list .row .text {
    width: 62%;
  }
  .news-list .w1200 .left .list .row .text h2 {
    font-size: 0.18rem;
  }
  .news-list .w1200 .left .list .row .text p {
    display: none;
  }
  .news-list .w1200 .left .list .row .text .more {
    margin: 6% 0 0 0;
  }
  .news-list .w1200 .left .list .row .text .more span {
    font-size: 0.13rem;
  }
  .news-list .w1200 .left .list .row .text .more a {
    padding: 0 4%;
  }
  .news-list .w1200 .left .list .row .text .more a i {
    font-size: 0.2rem;
    line-height: 1.2;
  }
  .news-list .w1200 .left .pager .pagination li {
    display: none;
  }
  .news-list .w1200 .left .pager .pagination li.prev,
  .news-list .w1200 .left .pager .pagination li.next {
    display: block;
  }
  .news-list .w1200 .right {
    width: 100%;
    margin: 8% 0 0 0;
  }
  .news-list .w1200 .right .item {
    margin: 0 0 4% 0;
    padding: 4%;
  }
  .news-list .w1200 .right .item .title {
    padding: 0 0 3% 0;
  }
  .news-list .w1200 .right .item .title span {
    font-size: 0.16rem;
  }
  .news-list .w1200 .right .item .title a {
    font-size: 0.12rem;
  }
  .news-list .w1200 .right .item .box a {
    font-size: 0.14rem;
    margin: 4% 4% 0 0;
  }
  .news-list .w1200 .right .brand {
    padding: 4%;
  }
  .news-list .w1200 .right .brand .title {
    padding: 0 0 3% 0;
  }
  .news-list .w1200 .right .brand .title span {
    font-size: 0.16rem;
  }
  .news-list .w1200 .right .brand .title a {
    font-size: 0.12rem;
  }
  .news-list .w1200 .right .brand .box .row {
    margin: 4% 0 0 0;
  }
  .news-list .w1200 .right .brand .box .row a {
    font-size: 0.14rem;
  }
  .news-list .w1200 .right .brand .box .row span {
    font-size: 0.12rem;
  }
  .news-list .w1200 .right .product {
    padding: 4%;
    margin: 4% 0 0 0;
  }
  .news-list .w1200 .right .product .title {
    padding: 0 0 3% 0;
  }
  .news-list .w1200 .right .product .title span {
    font-size: 0.16rem;
  }
  .news-list .w1200 .right .product .title a {
    font-size: 0.12rem;
  }
  .news-list .w1200 .right .product .box {
    margin: 0;
  }
  .news-list .w1200 .right .product .box .col {
    width: 48%;
    margin: 4% 4% 0 0;
  }
  .news-list .w1200 .right .product .box .col .image {
    height: 110px;
  }
  .news-list .w1200 .right .product .box .col .text {
    padding: 6%;
  }
  .news-list .w1200 .right .product .box .col .text h2 {
    font-size: 0.14rem;
  }
  .news-list .w1200 .right .product .box .col .text h3 {
    margin: 4% 0 0 0;
  }
  .news-list .w1200 .right .product .box .col .text h3 span {
    font-size: 0.13rem;
  }
  .news-list .w1200 .right .product .box .col .text h3 i {
    font-size: 0.12rem;
  }
  .news-list .w1200 .right .news {
    padding: 4%;
    margin: 4% 0 0 0;
  }
  .news-list .w1200 .right .news .title {
    padding: 0 0 3% 0;
  }
  .news-list .w1200 .right .news .title span {
    font-size: 0.16rem;
  }
  .news-list .w1200 .right .news .title a {
    font-size: 0.12rem;
  }
  .news-list .w1200 .right .news .box .row {
    margin: 4% 0 0 0;
  }
  .news-list .w1200 .right .news .box .row a {
    font-size: 0.14rem;
  }
  .news-list .w1200 .right .news .box .row span {
    font-size: 0.12rem;
  }
}
.product-list {
  width: 100%;
}
.product-list .w1200 {
  display: -webkit-box;
  display: flex;
  padding: 20px 0;
}
.product-list .w1200 .left {
  width: 840px;
}
.product-list .w1200 .left .list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.product-list .w1200 .left .list .col {
  width: 195px;
  margin: 0 20px 20px 0;
  font-size: 16px;
}
.product-list .w1200 .left .list .col:hover .text h2 {
  color: #e10000;
}
.product-list .w1200 .left .list .col:hover .text h2 a {
  color: #e10000;
}
.product-list .w1200 .left .list .col:nth-child(4n) {
  margin-right: 0;
}
.product-list .w1200 .left .list .col .image {
  width: 100%;
  height: 143px;
  overflow: hidden;
  border: 4px solid #f9f9f9;
  border-bottom: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.product-list .w1200 .left .list .col .text {
  background: #f9f9f9;
  padding: 10px;
}
.product-list .w1200 .left .list .col .text h2 {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-list .w1200 .left .list .col .text h2 a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-list .w1200 .left .list .col .text h3 {
  display: -webkit-box;
  display: flex;
  line-height: 1;
  margin: 10px 0 0 0;
}
.product-list .w1200 .left .list .col .text h3 span {
  -webkit-box-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #e10000;
  font-size: 14px;
}
.product-list .w1200 .left .list .col .text h3 i {
  font-size: 12px;
  font-style: normal;
  color: #999;
  margin: 0 0 0 10px;
}
.product-list .w1200 .left .pager .pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.product-list .w1200 .left .pager .pagination li {
  height: 32px;
  margin: 0 5px;
  cursor: pointer;
}
.product-list .w1200 .left .pager .pagination li.disabled {
  cursor: not-allowed;
}
.product-list .w1200 .left .pager .pagination li.active span,
.product-list .w1200 .left .pager .pagination li.active a {
  color: #fff;
  background: #e10000;
  border: 1px solid #e10000;
}
.product-list .w1200 .left .pager .pagination li span,
.product-list .w1200 .left .pager .pagination li a {
  display: block;
  line-height: 30px;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  color: #333;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.product-list .w1200 .left .pager .pagination li a:hover {
  color: #fff;
  background: #e10000;
  border: 1px solid #e10000;
}
.product-list .w1200 .right {
  width: 320px;
  margin: 0 0 0 40px;
}
.product-list .w1200 .right .item {
  border: 1px solid #eee;
  padding: 15px;
  margin: 0 0 20px 0;
}
.product-list .w1200 .right .item .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eee;
}
.product-list .w1200 .right .item .title span {
  font-size: 16px;
}
.product-list .w1200 .right .item .box {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
}
.product-list .w1200 .right .item .box a {
  font-size: 14px;
  color: #333;
  margin: 15px 15px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-list .w1200 .right .item .box a:hover {
  color: #e10000;
}
.product-list .w1200 .right .brand {
  border: 1px solid #eee;
  padding: 15px;
}
.product-list .w1200 .right .brand .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eee;
}
.product-list .w1200 .right .brand .title span {
  font-size: 16px;
}
.product-list .w1200 .right .brand .title a {
  font-size: 12px;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-list .w1200 .right .brand .title a:hover {
  color: #e10000;
}
.product-list .w1200 .right .brand .box .row {
  margin: 15px 0 0 0;
  padding: 0 5px;
  display: -webkit-box;
  display: flex;
}
.product-list .w1200 .right .brand .box .row a {
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-list .w1200 .right .brand .box .row a:hover {
  color: #e10000;
}
.product-list .w1200 .right .brand .box .row span {
  font-size: 12px;
  color: #999;
  margin: 0 0 0 10px;
}
.product-list .w1200 .right .product {
  border: 1px solid #eee;
  padding: 15px 15px 0 15px;
  margin: 20px 0 0 0;
}
.product-list .w1200 .right .product .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eee;
}
.product-list .w1200 .right .product .title span {
  font-size: 16px;
}
.product-list .w1200 .right .product .title a {
  font-size: 12px;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-list .w1200 .right .product .title a:hover {
  color: #e10000;
}
.product-list .w1200 .right .product .box {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0 0;
}
.product-list .w1200 .right .product .box .col {
  width: 136.5px;
  margin: 0 15px 15px 0;
}
.product-list .w1200 .right .product .box .col:hover .text h2 {
  color: #e10000;
}
.product-list .w1200 .right .product .box .col:hover .text h2 a {
  color: #e10000;
}
.product-list .w1200 .right .product .box .col:nth-child(2n) {
  margin-right: 0;
}
.product-list .w1200 .right .product .box .col .image {
  width: 100%;
  height: 100px;
  overflow: hidden;
  border: 4px solid #f9f9f9;
  border-bottom: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.product-list .w1200 .right .product .box .col .text {
  background: #f9f9f9;
  padding: 10px;
}
.product-list .w1200 .right .product .box .col .text h2 {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-list .w1200 .right .product .box .col .text h2 a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-list .w1200 .right .product .box .col .text h3 {
  display: -webkit-box;
  display: flex;
  line-height: 1;
  margin: 5px 0 0 0;
}
.product-list .w1200 .right .product .box .col .text h3 span {
  -webkit-box-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #e10000;
  font-size: 13px;
}
.product-list .w1200 .right .product .box .col .text h3 i {
  font-size: 12px;
  font-style: normal;
  color: #999;
  margin: 0 0 0 10px;
}
.product-list .w1200 .right .news {
  border: 1px solid #eee;
  padding: 15px;
  margin: 20px 0 0 0;
}
.product-list .w1200 .right .news .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eee;
}
.product-list .w1200 .right .news .title span {
  font-size: 16px;
}
.product-list .w1200 .right .news .title a {
  font-size: 12px;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-list .w1200 .right .news .title a:hover {
  color: #e10000;
}
.product-list .w1200 .right .news .box .row {
  margin: 15px 0 0 0;
  padding: 0 5px;
  display: -webkit-box;
  display: flex;
}
.product-list .w1200 .right .news .box .row a {
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-list .w1200 .right .news .box .row a:hover {
  color: #e10000;
}
.product-list .w1200 .right .news .box .row span {
  font-size: 12px;
  color: #999;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 640px) {
  .product-list .w1200 {
    width: 100%;
    padding: 4%;
    flex-wrap: wrap;
  }
  .product-list .w1200 .left {
    width: 100%;
  }
  .product-list .w1200 .left .list .col {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .product-list .w1200 .left .list .col:nth-child(2n) {
    margin-right: 0;
  }
  .product-list .w1200 .left .list .col .image {
    height: 115px;
  }
  .product-list .w1200 .left .list .col .text {
    padding: 6%;
  }
  .product-list .w1200 .left .list .col .text h2 {
    font-size: 0.15rem;
  }
  .product-list .w1200 .left .list .col .text h3 {
    margin: 4% 0 0 0;
  }
  .product-list .w1200 .left .list .col .text h3 span {
    font-size: 0.14rem;
  }
  .product-list .w1200 .left .list .col .text h3 i {
    font-size: 0.12rem;
  }
  .product-list .w1200 .left .pager .pagination li {
    display: none;
  }
  .product-list .w1200 .left .pager .pagination li.prev,
  .product-list .w1200 .left .pager .pagination li.next {
    display: block;
  }
  .product-list .w1200 .right {
    width: 100%;
    margin: 8% 0 0 0;
  }
  .product-list .w1200 .right .item {
    margin: 0 0 4% 0;
    padding: 4%;
  }
  .product-list .w1200 .right .item .title {
    padding: 0 0 3% 0;
  }
  .product-list .w1200 .right .item .title span {
    font-size: 0.16rem;
  }
  .product-list .w1200 .right .item .title a {
    font-size: 0.12rem;
  }
  .product-list .w1200 .right .item .box a {
    font-size: 0.14rem;
    margin: 4% 4% 0 0;
  }
  .product-list .w1200 .right .brand {
    padding: 4%;
  }
  .product-list .w1200 .right .brand .title {
    padding: 0 0 3% 0;
  }
  .product-list .w1200 .right .brand .title span {
    font-size: 0.16rem;
  }
  .product-list .w1200 .right .brand .title a {
    font-size: 0.12rem;
  }
  .product-list .w1200 .right .brand .box .row {
    margin: 4% 0 0 0;
  }
  .product-list .w1200 .right .brand .box .row a {
    font-size: 0.14rem;
  }
  .product-list .w1200 .right .brand .box .row span {
    font-size: 0.12rem;
  }
  .product-list .w1200 .right .product {
    padding: 4%;
    margin: 4% 0 0 0;
  }
  .product-list .w1200 .right .product .title {
    padding: 0 0 3% 0;
  }
  .product-list .w1200 .right .product .title span {
    font-size: 0.16rem;
  }
  .product-list .w1200 .right .product .title a {
    font-size: 0.12rem;
  }
  .product-list .w1200 .right .product .box {
    margin: 0;
  }
  .product-list .w1200 .right .product .box .col {
    width: 48%;
    margin: 4% 4% 0 0;
  }
  .product-list .w1200 .right .product .box .col .image {
    height: 110px;
  }
  .product-list .w1200 .right .product .box .col .text {
    padding: 6%;
  }
  .product-list .w1200 .right .product .box .col .text h2 {
    font-size: 0.14rem;
  }
  .product-list .w1200 .right .product .box .col .text h3 {
    margin: 4% 0 0 0;
  }
  .product-list .w1200 .right .product .box .col .text h3 span {
    font-size: 0.13rem;
  }
  .product-list .w1200 .right .product .box .col .text h3 i {
    font-size: 0.12rem;
  }
  .product-list .w1200 .right .news {
    padding: 4%;
    margin: 4% 0 0 0;
  }
  .product-list .w1200 .right .news .title {
    padding: 0 0 3% 0;
  }
  .product-list .w1200 .right .news .title span {
    font-size: 0.16rem;
  }
  .product-list .w1200 .right .news .title a {
    font-size: 0.12rem;
  }
  .product-list .w1200 .right .news .box .row {
    margin: 4% 0 0 0;
  }
  .product-list .w1200 .right .news .box .row a {
    font-size: 0.14rem;
  }
  .product-list .w1200 .right .news .box .row span {
    font-size: 0.12rem;
  }
}
.brand-list {
  width: 100%;
}
.brand-list .w1200 {
  display: -webkit-box;
  display: flex;
  padding: 20px 0;
}
.brand-list .w1200 .left {
  width: 840px;
}
.brand-list .w1200 .left .list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.brand-list .w1200 .left .list .col {
  width: 195px;
  margin: 0 20px 20px 0;
  font-size: 16px;
}
.brand-list .w1200 .left .list .col:hover .text h2 {
  color: #e10000;
}
.brand-list .w1200 .left .list .col:hover .text h2 a {
  color: #e10000;
}
.brand-list .w1200 .left .list .col:hover .text h3 i {
  color: #e10000;
}
.brand-list .w1200 .left .list .col:nth-child(4n) {
  margin-right: 0;
}
.brand-list .w1200 .left .list .col .image {
  width: 100%;
  height: 143px;
  overflow: hidden;
  border: 4px solid #f9f9f9;
  border-bottom: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.brand-list .w1200 .left .list .col .text {
  background: #f9f9f9;
  padding: 15px 15px 10px 15px;
}
.brand-list .w1200 .left .list .col .text h2 {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-list .w1200 .left .list .col .text h2 a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-list .w1200 .left .list .col .text h3 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 5px 0 0 0;
  line-height: 1;
}
.brand-list .w1200 .left .list .col .text h3 span {
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.brand-list .w1200 .left .list .col .text h3 i {
  font-size: 24px;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-list .w1200 .left .pager .pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.brand-list .w1200 .left .pager .pagination li {
  height: 32px;
  margin: 0 5px;
  cursor: pointer;
}
.brand-list .w1200 .left .pager .pagination li.disabled {
  cursor: not-allowed;
}
.brand-list .w1200 .left .pager .pagination li.active span,
.brand-list .w1200 .left .pager .pagination li.active a {
  color: #fff;
  background: #e10000;
  border: 1px solid #e10000;
}
.brand-list .w1200 .left .pager .pagination li span,
.brand-list .w1200 .left .pager .pagination li a {
  display: block;
  line-height: 30px;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  color: #333;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.brand-list .w1200 .left .pager .pagination li a:hover {
  color: #fff;
  background: #e10000;
  border: 1px solid #e10000;
}
.brand-list .w1200 .right {
  width: 320px;
  margin: 0 0 0 40px;
}
.brand-list .w1200 .right .item {
  border: 1px solid #eee;
  padding: 15px;
  margin: 0 0 20px 0;
}
.brand-list .w1200 .right .item .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eee;
}
.brand-list .w1200 .right .item .title span {
  font-size: 16px;
}
.brand-list .w1200 .right .item .box {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
}
.brand-list .w1200 .right .item .box a {
  font-size: 14px;
  color: #333;
  margin: 15px 15px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-list .w1200 .right .item .box a:hover {
  color: #e10000;
}
.brand-list .w1200 .right .brand {
  border: 1px solid #eee;
  padding: 15px;
}
.brand-list .w1200 .right .brand .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eee;
}
.brand-list .w1200 .right .brand .title span {
  font-size: 16px;
}
.brand-list .w1200 .right .brand .title a {
  font-size: 12px;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-list .w1200 .right .brand .title a:hover {
  color: #e10000;
}
.brand-list .w1200 .right .brand .box .row {
  margin: 15px 0 0 0;
  padding: 0 5px;
  display: -webkit-box;
  display: flex;
}
.brand-list .w1200 .right .brand .box .row a {
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-list .w1200 .right .brand .box .row a:hover {
  color: #e10000;
}
.brand-list .w1200 .right .brand .box .row span {
  font-size: 12px;
  color: #999;
  margin: 0 0 0 10px;
}
.brand-list .w1200 .right .product {
  border: 1px solid #eee;
  padding: 15px 15px 0 15px;
  margin: 20px 0 0 0;
}
.brand-list .w1200 .right .product .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eee;
}
.brand-list .w1200 .right .product .title span {
  font-size: 16px;
}
.brand-list .w1200 .right .product .title a {
  font-size: 12px;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-list .w1200 .right .product .title a:hover {
  color: #e10000;
}
.brand-list .w1200 .right .product .box {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0 0;
}
.brand-list .w1200 .right .product .box .col {
  width: 136.5px;
  margin: 0 15px 15px 0;
}
.brand-list .w1200 .right .product .box .col:hover .text h2 {
  color: #e10000;
}
.brand-list .w1200 .right .product .box .col:hover .text h2 a {
  color: #e10000;
}
.brand-list .w1200 .right .product .box .col:nth-child(2n) {
  margin-right: 0;
}
.brand-list .w1200 .right .product .box .col .image {
  width: 100%;
  height: 100px;
  overflow: hidden;
  border: 4px solid #f9f9f9;
  border-bottom: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.brand-list .w1200 .right .product .box .col .text {
  background: #f9f9f9;
  padding: 10px;
}
.brand-list .w1200 .right .product .box .col .text h2 {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-list .w1200 .right .product .box .col .text h2 a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-list .w1200 .right .product .box .col .text h3 {
  display: -webkit-box;
  display: flex;
  line-height: 1;
  margin: 5px 0 0 0;
}
.brand-list .w1200 .right .product .box .col .text h3 span {
  -webkit-box-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #e10000;
  font-size: 13px;
}
.brand-list .w1200 .right .product .box .col .text h3 i {
  font-size: 12px;
  font-style: normal;
  color: #999;
  margin: 0 0 0 10px;
}
.brand-list .w1200 .right .news {
  border: 1px solid #eee;
  padding: 15px;
  margin: 20px 0 0 0;
}
.brand-list .w1200 .right .news .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eee;
}
.brand-list .w1200 .right .news .title span {
  font-size: 16px;
}
.brand-list .w1200 .right .news .title a {
  font-size: 12px;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-list .w1200 .right .news .title a:hover {
  color: #e10000;
}
.brand-list .w1200 .right .news .box .row {
  margin: 15px 0 0 0;
  padding: 0 5px;
  display: -webkit-box;
  display: flex;
}
.brand-list .w1200 .right .news .box .row a {
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-list .w1200 .right .news .box .row a:hover {
  color: #e10000;
}
.brand-list .w1200 .right .news .box .row span {
  font-size: 12px;
  color: #999;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 640px) {
  .brand-list .w1200 {
    width: 100%;
    padding: 4%;
    flex-wrap: wrap;
  }
  .brand-list .w1200 .left {
    width: 100%;
  }
  .brand-list .w1200 .left .list .col {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .brand-list .w1200 .left .list .col:nth-child(2n) {
    margin-right: 0;
  }
  .brand-list .w1200 .left .list .col .image {
    height: 115px;
  }
  .brand-list .w1200 .left .list .col .text {
    padding: 6%;
  }
  .brand-list .w1200 .left .list .col .text h2 {
    font-size: 0.15rem;
  }
  .brand-list .w1200 .left .list .col .text h3 {
    margin: 4% 0 0 0;
  }
  .brand-list .w1200 .left .list .col .text h3 span {
    font-size: 0.14rem;
  }
  .brand-list .w1200 .left .list .col .text h3 i {
    font-size: 0.2rem;
    line-height: 1;
  }
  .brand-list .w1200 .left .pager .pagination li {
    display: none;
  }
  .brand-list .w1200 .left .pager .pagination li.prev,
  .brand-list .w1200 .left .pager .pagination li.next {
    display: block;
  }
  .brand-list .w1200 .right {
    width: 100%;
    margin: 8% 0 0 0;
  }
  .brand-list .w1200 .right .item {
    margin: 0 0 4% 0;
    padding: 4%;
  }
  .brand-list .w1200 .right .item .title {
    padding: 0 0 3% 0;
  }
  .brand-list .w1200 .right .item .title span {
    font-size: 0.16rem;
  }
  .brand-list .w1200 .right .item .title a {
    font-size: 0.12rem;
  }
  .brand-list .w1200 .right .item .box a {
    font-size: 0.14rem;
    margin: 4% 4% 0 0;
  }
  .brand-list .w1200 .right .brand {
    padding: 4%;
  }
  .brand-list .w1200 .right .brand .title {
    padding: 0 0 3% 0;
  }
  .brand-list .w1200 .right .brand .title span {
    font-size: 0.16rem;
  }
  .brand-list .w1200 .right .brand .title a {
    font-size: 0.12rem;
  }
  .brand-list .w1200 .right .brand .box .row {
    margin: 4% 0 0 0;
  }
  .brand-list .w1200 .right .brand .box .row a {
    font-size: 0.14rem;
  }
  .brand-list .w1200 .right .brand .box .row span {
    font-size: 0.12rem;
  }
  .brand-list .w1200 .right .product {
    padding: 4%;
    margin: 4% 0 0 0;
  }
  .brand-list .w1200 .right .product .title {
    padding: 0 0 3% 0;
  }
  .brand-list .w1200 .right .product .title span {
    font-size: 0.16rem;
  }
  .brand-list .w1200 .right .product .title a {
    font-size: 0.12rem;
  }
  .brand-list .w1200 .right .product .box {
    margin: 0;
  }
  .brand-list .w1200 .right .product .box .col {
    width: 48%;
    margin: 4% 4% 0 0;
  }
  .brand-list .w1200 .right .product .box .col .image {
    height: 110px;
  }
  .brand-list .w1200 .right .product .box .col .text {
    padding: 6%;
  }
  .brand-list .w1200 .right .product .box .col .text h2 {
    font-size: 0.14rem;
  }
  .brand-list .w1200 .right .product .box .col .text h3 {
    margin: 4% 0 0 0;
  }
  .brand-list .w1200 .right .product .box .col .text h3 span {
    font-size: 0.13rem;
  }
  .brand-list .w1200 .right .product .box .col .text h3 i {
    font-size: 0.12rem;
  }
  .brand-list .w1200 .right .news {
    padding: 4%;
    margin: 4% 0 0 0;
  }
  .brand-list .w1200 .right .news .title {
    padding: 0 0 3% 0;
  }
  .brand-list .w1200 .right .news .title span {
    font-size: 0.16rem;
  }
  .brand-list .w1200 .right .news .title a {
    font-size: 0.12rem;
  }
  .brand-list .w1200 .right .news .box .row {
    margin: 4% 0 0 0;
  }
  .brand-list .w1200 .right .news .box .row a {
    font-size: 0.14rem;
  }
  .brand-list .w1200 .right .news .box .row span {
    font-size: 0.12rem;
  }
}
.public-latest {
  width: 100%;
}
.public-latest .w1200 .title {
  border-bottom: 2px solid #e10000;
  padding: 15px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.public-latest .w1200 .title h2 {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  color: #e10000;
}
.public-latest .w1200 .package {
  margin: 20px 0 0 0;
  display: -webkit-box;
  display: flex;
  padding: 0 5px;
}
.public-latest .w1200 .package .col {
  width: 575px;
  margin: 0 40px 0 0;
}
.public-latest .w1200 .package .col:nth-child(2) {
  margin: 0;
}
.public-latest .w1200 .package .col h2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 0 15px 0;
}
.public-latest .w1200 .package .col h2 a {
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 15px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-latest .w1200 .package .col h2 a:hover {
  color: #e10000;
}
.public-latest .w1200 .package .col h2 span {
  font-size: 13px;
  color: #999;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 640px) {
  .public-latest .w1200 {
    width: 100%;
    padding: 4% 4% 0 4%;
  }
  .public-latest .w1200 .title {
    padding: 0 0 3% 0;
    margin: 0;
  }
  .public-latest .w1200 .title h2 {
    font-size: 0.2rem;
  }
  .public-latest .w1200 .package {
    margin: 4% 0 0 0;
    padding: 0;
    flex-wrap: wrap;
  }
  .public-latest .w1200 .package .col {
    width: 100%;
  }
  .public-latest .w1200 .package .col h2 {
    margin: 0 0 4% 0;
  }
  .public-latest .w1200 .package .col h2 a {
    font-size: 0.15rem;
  }
  .public-latest .w1200 .package .col h2 span {
    font-size: 0.13rem;
  }
}
.page-404 {
  width: 100%;
}
.page-404 .w1200 {
  padding: 150px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.page-404 .w1200 h2 {
  font-size: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.page-404 .w1200 h2 i {
  font-size: 34px;
  line-height: 1;
  color: red;
  margin: 0 10px 0 0;
}
.page-404 .w1200 h3 {
  font-size: 16px;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 640px) {
  .page-404 {
    background: #f9f9f9;
  }
  .page-404 .w1200 {
    width: 100%;
    padding: 100px 4%;
  }
  .page-404 .w1200 h2 {
    font-size: 0.18rem;
  }
  .page-404 .w1200 h2 i {
    font-size: 0.24rem;
  }
  .page-404 .w1200 h3 {
    font-size: 0.14rem;
  }
}
.public-own-banner {
  width: 100%;
  position: relative;
}
.public-own-banner .text {
  position: absolute;
  right: 50%;
  margin-right: -580px;
  top: 50%;
  margin-top: -88.5px;
}
.public-own-banner .text h2 {
  font-size: 80px;
  font-weight: bold;
}
.public-own-banner .text h3 {
  font-size: 60px;
  margin: 10px 0 0 0;
  color: #e10000;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .public-own-banner .text {
    width: 100%;
    right: 0;
    margin-right: 0;
    top: 0;
    margin-top: 0;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .public-own-banner .text h2 {
    font-size: 0.2rem;
    text-align: center;
  }
  .public-own-banner .text h3 {
    font-size: 0.16rem;
    text-align: center;
    margin: 1% 0 0 0;
  }
}
.public-own {
  width: 100%;
}
.public-own .w1200 {
  padding: 40px 0;
  display: -webkit-box;
  display: flex;
}
.public-own .w1200 .side {
  width: 260px;
}
.public-own .w1200 .side .menu {
  border-top: 1px solid #eee;
}
.public-own .w1200 .side .menu .row {
  border-bottom: 1px solid #eee;
}
.public-own .w1200 .side .menu .row a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 20px;
}
.public-own .w1200 .side .menu .row a:hover span {
  color: #e10000;
}
.public-own .w1200 .side .menu .row a:hover i {
  color: #e10000;
}
.public-own .w1200 .side .menu .row a.active {
  background: #e10000;
}
.public-own .w1200 .side .menu .row a.active span {
  color: #fff;
}
.public-own .w1200 .side .menu .row a.active i {
  color: #fff;
}
.public-own .w1200 .side .menu .row a span {
  line-height: 54px;
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 16px;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-own .w1200 .side .menu .row a i {
  font-size: 16px;
  line-height: 1;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-own .w1200 .side .tel {
  margin: 20px 0 0 0;
  background: #e10000;
  padding: 20px;
  color: #fff;
}
.public-own .w1200 .side .tel h2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1;
}
.public-own .w1200 .side .tel h2 i {
  margin: 0 5px 0 0;
  line-height: 1;
}
.public-own .w1200 .side .tel h3 {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin: 10px 0 0 0;
}
.public-own .w1200 .side .ewm {
  margin: 20px 0 0 0;
  background: #e10000;
  padding: 30px;
}
.public-own .w1200 .side .ewm h2 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin: 10px 0 0 0;
}
.public-own .w1200 .package {
  width: 900px;
  margin: 0 0 0 40px;
}
.public-own .w1200 .package .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #eee;
  padding: 0 0 15px 0;
}
.public-own .w1200 .package .title h2 {
  font-size: 24px;
  line-height: 1;
}
.public-own .w1200 .package .title h3 {
  font-size: 16px;
  color: #999;
  margin: 0 0 0 10px;
  line-height: 1;
}
.public-own .w1200 .package .content {
  padding: 20px 5px 0 5px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
  color: #666;
  text-indent: 2em;
}
.public-own .w1200 .package .content img {
  margin: 0 auto;
}
.public-own .w1200 .package .content #mapbox {
  height: 300px;
  margin: 20px 0 0 0;
  border: 4px solid #f9f9f9;
}
@media screen and (max-width: 640px) {
  .public-own .w1200 {
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
  }
  .public-own .w1200 .side {
    width: 100%;
    padding: 4% 4% 0 4%;
    background: #f9f9f9;
  }
  .public-own .w1200 .side .menu {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    border: none;
  }
  .public-own .w1200 .side .menu .row {
    border: none;
    width: 30.66%;
    margin: 0 4% 4% 0;
  }
  .public-own .w1200 .side .menu .row:nth-child(3n) {
    margin-right: 0;
  }
  .public-own .w1200 .side .menu .row a {
    padding: 0;
    background: #fff;
    border-radius: 5px;
  }
  .public-own .w1200 .side .menu .row a span {
    font-size: 0.16rem;
    text-align: center;
    line-height: 2.4;
  }
  .public-own .w1200 .side .menu .row a i {
    display: none;
  }
  .public-own .w1200 .side .tel {
    display: none;
  }
  .public-own .w1200 .side .ewm {
    display: none;
  }
  .public-own .w1200 .package {
    width: 100%;
    margin: 0;
    padding: 6% 4%;
  }
  .public-own .w1200 .package .title {
    padding: 0 0 4% 0;
  }
  .public-own .w1200 .package .title h2 {
    font-size: 0.2rem;
  }
  .public-own .w1200 .package .title h3 {
    font-size: 0.14rem;
    margin: 0 0 0 2%;
  }
  .public-own .w1200 .package .content {
    font-size: 0.16rem;
    padding: 4% 0 0 0;
  }
}
.home-column {
  width: 100%;
}
.home-column .w1200 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.home-column .w1200 .title {
  border-bottom: 2px solid #e10000;
  padding: 15px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 20px 0 0 0;
}
.home-column .w1200 .title h2 {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  color: #e10000;
}
.home-column .w1200 .title .child {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.home-column .w1200 .title .child a {
  font-size: 14px;
  margin: 0 0 0 10px;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-column .w1200 .title .child a:hover {
  color: #e10000;
}
.home-column .w1200 .package {
  margin: 20px 0 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
}
.home-column .w1200 .package .news {
  width: 300px;
}
.home-column .w1200 .package .news .tips {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding: 0 0 12px 0;
  line-height: 1;
}
.home-column .w1200 .package .news .tips span {
  font-size: 16px;
  color: #333;
}
.home-column .w1200 .package .news .tips a {
  font-size: 12px;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-column .w1200 .package .news .tips a:hover {
  color: #e10000;
}
.home-column .w1200 .package .news .box .row {
  margin: 15px 0 0 0;
  line-height: 1;
  position: relative;
  padding: 0 0 0 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-column .w1200 .package .news .box .row:after {
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -2.5px;
  content: "";
  width: 5px;
  height: 5px;
  background: #e10000;
}
.home-column .w1200 .package .news .box .row:hover {
  color: #e10000;
}
.home-column .w1200 .package .news .box .row:hover a {
  color: #e10000;
}
.home-column .w1200 .package .news .box .row a {
  font-size: 15px;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-column .w1200 .package .product {
  width: 580px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 40px;
}
.home-column .w1200 .package .product .col {
  width: 180px;
  margin: 0 20px 20px 0;
}
.home-column .w1200 .package .product .col:hover .text h2 {
  color: #e10000;
}
.home-column .w1200 .package .product .col:hover .text h2 a {
  color: #e10000;
}
.home-column .w1200 .package .product .col:nth-child(3n) {
  margin-right: 0;
}
.home-column .w1200 .package .product .col:nth-child(n + 4) {
  margin-bottom: 0;
}
.home-column .w1200 .package .product .col .image {
  width: 100%;
  height: 132px;
  overflow: hidden;
  border: 4px solid #f9f9f9;
  border-bottom: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.home-column .w1200 .package .product .col .text {
  background: #f9f9f9;
  padding: 10px;
}
.home-column .w1200 .package .product .col .text h2 {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-column .w1200 .package .product .col .text h2 a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-column .w1200 .package .product .col .text h3 {
  display: -webkit-box;
  display: flex;
  line-height: 1;
  margin: 10px 0 0 0;
}
.home-column .w1200 .package .product .col .text h3 span {
  -webkit-box-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #e10000;
  font-size: 14px;
}
.home-column .w1200 .package .product .col .text h3 i {
  font-size: 12px;
  font-style: normal;
  color: #999;
  margin: 0 0 0 10px;
}
.home-column .w1200 .package .brand {
  width: 240px;
  margin: 0 0 0 40px;
}
.home-column .w1200 .package .brand .row {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.home-column .w1200 .package .brand .row:last-child {
  border-bottom: none;
}
.home-column .w1200 .package .brand .row h2 {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-column .w1200 .package .brand .row h2:hover {
  color: #e10000;
}
.home-column .w1200 .package .brand .row h2:hover a {
  color: #e10000;
}
.home-column .w1200 .package .brand .row h2 a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-column .w1200 .package .brand .row p {
  font-size: 13px;
  margin: 5px 0 0 0;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .home-column {
    margin: 4% 0 0 0;
  }
  .home-column .w1200 {
    width: 100%;
    padding: 0 4%;
  }
  .home-column .w1200 .title {
    padding: 0 0 3% 0;
    margin: 0;
  }
  .home-column .w1200 .title h2 {
    font-size: 0.2rem;
  }
  .home-column .w1200 .title .child {
    display: none;
  }
  .home-column .w1200 .package {
    margin: 0;
    flex-wrap: wrap;
  }
  .home-column .w1200 .package .news {
    width: 100%;
    font-size: 12px;
  }
  .home-column .w1200 .package .news .tips {
    display: none;
  }
  .home-column .w1200 .package .news .box .row {
    font-size: 0.15rem;
    margin: 4% 0 0 0;
  }
  .home-column .w1200 .package .product {
    width: 100%;
    margin: 0;
  }
  .home-column .w1200 .package .product .col {
    width: 48%;
    margin: 4% 4% 0 0;
  }
  .home-column .w1200 .package .product .col:nth-child(3n) {
    margin-right: 4%;
  }
  .home-column .w1200 .package .product .col:nth-child(2n) {
    margin-right: 0;
  }
  .home-column .w1200 .package .product .col .image {
    height: 110px;
  }
  .home-column .w1200 .package .product .col .text h2 {
    font-size: 0.15rem;
  }
  .home-column .w1200 .package .product .col .text h3 span {
    font-size: 0.14rem;
  }
  .home-column .w1200 .package .product .col .text h3 i {
    font-size: 0.12rem;
  }
  .home-column .w1200 .package .brand {
    width: 100%;
    margin: 0;
  }
  .home-column .w1200 .package .brand .row {
    padding: 4% 0;
  }
  .home-column .w1200 .package .brand .row h2 {
    font-size: 0.16rem;
  }
  .home-column .w1200 .package .brand .row p {
    font-size: 0.14rem;
    margin: 2% 0 0 0;
  }
}
.area-show {
  width: 100%;
}
.area-show .w1200 .province {
  padding: 15px 15px 0 15px;
  border-top: 1px solid #eee;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.area-show .w1200 .province a {
  font-size: 16px;
  color: #e10000;
  letter-spacing: 1px;
  margin: 0 10px 15px 0;
  font-weight: bold;
}
.area-show .w1200 .city {
  padding: 15px 15px 0 15px;
  border-top: 1px dashed #eee;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
.area-show .w1200 .city span {
  font-weight: bold;
}
.area-show .w1200 .city a {
  margin: 0 10px 15px 0;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.area-show .w1200 .city a:hover {
  color: #e10000;
}
@media screen and (max-width: 640px) {
  .area-show .w1200 {
    width: 100%;
  }
  .area-show .w1200 .banner {
    background: #fff;
    padding: 0 4%;
  }
}
.cnzz {
  width: 100%;
  overflow: hidden;
  height: 0;
}
