@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";
}
.main {
  background: #f3f3f4;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.public-header {
  width: 100%;
  background: #e9eaec;
}
.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%;
  background: #f3f3f4;
}
.public-logo .w1200 {
  padding: 25px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.public-logo .w1200 .logo {
  max-width: 240px;
}
.public-logo .w1200 .search form {
  display: -webkit-box;
  display: flex;
}
.public-logo .w1200 .search form input {
  width: 260px;
  height: 36px;
  border: 2px solid #e10000;
  padding: 0 10px;
  font-size: 14px;
}
.public-logo .w1200 .search form button {
  background: #e10000;
  height: 36px;
  color: #fff;
  border: none;
  padding: 0 25px;
  cursor: pointer;
}
.public-logo .w1200 .search form button i {
  font-size: 24px;
  line-height: 1;
}
.public-logo .w1200 .btn {
  display: none;
}
@media screen and (max-width: 640px) {
  .public-logo {
    overflow: hidden;
  }
  .public-logo .w1200 {
    width: 100%;
    padding: 15px 4%;
    font-size: 12px;
  }
  .public-logo .w1200 .logo {
    height: 36px;
  }
  .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;
  }
}
.index-menu {
  width: 100%;
}
.index-menu .w1200 {
  display: -webkit-box;
  display: flex;
}
.index-menu .w1200 .navigation {
  width: 180px;
  height: 38px;
  background: #e10000;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 15px;
}
.index-menu .w1200 .navigation i {
  font-size: 20px;
  line-height: 1;
}
.index-menu .w1200 .navigation span {
  font-size: 16px;
  line-height: 1;
  margin: 0 0 0 5px;
}
.index-menu .w1200 .menu {
  -webkit-box-flex: 1;
          flex: 1;
}
.index-menu .w1200 .menu ul {
  display: -webkit-box;
  display: flex;
}
.index-menu .w1200 .menu ul li {
  line-height: 38px;
  margin: 0 0 0 40px;
}
.index-menu .w1200 .menu ul li a {
  color: #000;
  font-size: 16px;
}
.index-menu .w1200 .menu ul li a:hover {
  color: #e10000;
}
@media screen and (max-width: 640px) {
  .index-menu {
    position: relative;
  }
  .index-menu .w1200 {
    background: #fff;
    padding: 0 4%;
    position: absolute;
    z-index: 10;
    width: 100%;
    display: none;
  }
  .index-menu .w1200 .navigation {
    display: none;
  }
  .index-menu .w1200 .menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .index-menu .w1200 .menu ul li {
    margin: 0;
  }
  .index-menu .w1200 .menu ul li a {
    display: block;
    line-height: 56px;
    border-bottom: 1px solid #eee;
  }
}
.index-chunk {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  height: 495px;
  position: relative;
}
.index-chunk .swiper-container {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -950.5px;
  width: 1901px;
  height: 495px;
}
.index-chunk .swiper-container .swiper-slide {
  width: 100%;
}
.index-chunk .w1200 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
  z-index: 10;
  display: -webkit-box;
  display: flex;
}
.index-chunk .w1200 .cate {
  background: #fff;
  width: 180px;
}
.index-chunk .w1200 .cate ul {
  width: 100%;
  height: 495px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.index-chunk .w1200 .cate ul li {
  -webkit-box-flex: 1;
          flex: 1;
}
.index-chunk .w1200 .cate ul li a {
  height: 100%;
  line-height: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 18px;
}
.index-chunk .w1200 .cate ul li a:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.index-chunk .w1200 .cate ul li a:hover span {
  color: #e10000;
}
.index-chunk .w1200 .cate ul li a img {
  width: 16px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-chunk .w1200 .cate ul li a span {
  font-size: 14px;
  margin: 0 0 0 8px;
  letter-spacing: 1px;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-chunk .w1200 .info {
  background: #fff;
  width: 230px;
  height: 495px;
}
.index-chunk .w1200 .info .logo {
  padding: 20px 0 0 0;
  height: 94px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.index-chunk .w1200 .info .logo img {
  max-width: 180px;
  max-height: 41px;
  margin: 0 auto;
}
.index-chunk .w1200 .info .logo span {
  display: block;
  font-size: 12px;
  text-align: center;
  color: #ff9900;
  margin: 20px 0 0 0;
}
.index-chunk .w1200 .info .btns {
  margin: 20px 0 0 0;
  padding: 0 20px;
}
.index-chunk .w1200 .info .btns a {
  display: block;
  border-radius: 32px;
  text-align: center;
  font-size: 14px;
}
.index-chunk .w1200 .info .btns a:first-child {
  background: #e10000;
  color: #fff;
  line-height: 32px;
}
.index-chunk .w1200 .info .btns a:last-child {
  border: 1px solid #e10000;
  color: #e10000;
  margin: 10px 0 0 0;
  line-height: 30px;
}
.index-chunk .w1200 .info .item {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
  padding: 0 20px;
}
.index-chunk .w1200 .info .item .col {
  width: 56.66px;
  margin: 0 10px 10px 0;
}
.index-chunk .w1200 .info .item .col:nth-child(3n) {
  margin-right: 0;
}
.index-chunk .w1200 .info .item .col a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.index-chunk .w1200 .info .item .col a i {
  font-size: 28px;
  color: #e10000;
}
.index-chunk .w1200 .info .item .col a span {
  font-size: 12px;
  margin: 2px 0 0 0;
  color: #666;
}
.index-chunk .w1200 .brand {
  width: 770px;
  height: 125px;
  margin: 360px 10px 0 10px;
  display: -webkit-box;
  display: flex;
}
.index-chunk .w1200 .brand .col {
  width: 185px;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  margin: 0 10px 0 0;
  padding: 15px;
}
.index-chunk .w1200 .brand .col:last-child {
  margin: 0;
}
.index-chunk .w1200 .brand .col a {
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.index-chunk .w1200 .brand .col a h2 {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 100;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-chunk .w1200 .brand .col a p {
  font-size: 12px;
  line-height: 1.6;
  margin: 10px 0;
  letter-spacing: 1px;
  font-weight: 100;
}
.index-chunk .w1200 .brand .col a .tel {
  font-size: 12px;
  font-weight: 100;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-chunk .w1200 .brand .col a .tel span {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .index-chunk {
    min-width: 300px;
    height: auto;
  }
  .index-chunk .swiper-container {
    position: static;
    left: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
  }
  .index-chunk .w1200 {
    display: none;
  }
}
.index-brand {
  width: 100%;
}
.index-brand .w1200 {
  padding: 40px 0 0 0;
}
.index-brand .w1200 .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end;
}
.index-brand .w1200 .title .left {
  padding: 0 0 0 15px;
  position: relative;
}
.index-brand .w1200 .title .left:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  width: 4px;
  height: 18px;
  background: #e10000;
}
.index-brand .w1200 .title .left b {
  font-size: 20px;
  font-weight: bold;
}
.index-brand .w1200 .title .left span {
  font-size: 12px;
  margin: 0 0 0 5px;
}
.index-brand .w1200 .title .right {
  font-size: 14px;
}
.index-brand .w1200 .title .right a {
  color: #999;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.index-brand .w1200 .title .right a i {
  margin: 0 0 0 2px;
}
.index-brand .w1200 .package {
  margin: 20px 0 0 0;
  background: #fff;
  padding: 20px;
  position: relative;
  height: 354px;
}
.index-brand .w1200 .package .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.index-brand .w1200 .package .swiper-container .swiper-slide {
  height: calc((100% - 20px) / 2);
}
.index-brand .w1200 .package .swiper-container .swiper-slide .col {
  padding: 20px;
  border: 1px solid #eee;
  background: #f9f9f9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-brand .w1200 .package .swiper-container .swiper-slide .col:hover {
  box-shadow: 2px 2px 4px #eee;
}
.index-brand .w1200 .package .swiper-container .swiper-slide .col h2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.index-brand .w1200 .package .swiper-container .swiper-slide .col h2 span {
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 15px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-brand .w1200 .package .swiper-container .swiper-slide .col h2 a {
  background: #ebebeb;
  font-size: 13px;
  line-height: 2.2;
  padding: 0 15px;
  border-radius: 28px;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-brand .w1200 .package .swiper-container .swiper-slide .col h2 a:hover {
  background: #e10000;
  color: #fff;
}
.index-brand .w1200 .package .swiper-container .swiper-slide .col .business {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 10px 0;
  height: 44px;
}
.index-brand .w1200 .package .swiper-container .swiper-slide .col .info {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 12px;
  color: #999;
}
.index-brand .w1200 .package .swiper-container .swiper-slide .col .info .area {
  -webkit-box-flex: 1;
          flex: 1;
}
@media screen and (max-width: 640px) {
  .index-brand {
    overflow: hidden;
  }
  .index-brand .w1200 {
    font-size: 12px;
    width: 100%;
    padding: 8% 4% 0 4%;
  }
  .index-brand .w1200 .package {
    margin: 6% 0 0 0;
    height: 663px;
    padding: 15px;
  }
  .index-brand .w1200 .package .swiper-container .swiper-slide {
    height: calc((100% - 45px) / 4);
  }
}
.index-product {
  width: 100%;
}
.index-product .w1200 {
  padding: 40px 0 0 0;
}
.index-product .w1200 .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end;
}
.index-product .w1200 .title .left {
  padding: 0 0 0 15px;
  position: relative;
}
.index-product .w1200 .title .left:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  width: 4px;
  height: 18px;
  background: #e10000;
}
.index-product .w1200 .title .left b {
  font-size: 20px;
  font-weight: bold;
}
.index-product .w1200 .title .left span {
  font-size: 12px;
  margin: 0 0 0 5px;
}
.index-product .w1200 .title .right {
  font-size: 14px;
}
.index-product .w1200 .title .right a {
  color: #999;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.index-product .w1200 .title .right a i {
  margin: 0 0 0 2px;
}
.index-product .w1200 .item {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
}
.index-product .w1200 .item .col {
  width: 120px;
  background: #fff;
  border-right: 1px solid #eee;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 12px 0;
  border-bottom: 1px solid #e10000;
  margin: 0 0 1px 0;
  cursor: pointer;
}
.index-product .w1200 .item .col:nth-child(10n) {
  border-right: none;
}
.index-product .w1200 .item .col.active {
  background: #e10000;
}
.index-product .w1200 .item .col.active i img:first-child {
  display: none;
}
.index-product .w1200 .item .col.active i img:last-child {
  display: block;
}
.index-product .w1200 .item .col.active span {
  color: #fff;
}
.index-product .w1200 .item .col:hover {
  background: #e10000;
}
.index-product .w1200 .item .col:hover i img:first-child {
  display: none;
}
.index-product .w1200 .item .col:hover i img:last-child {
  display: block;
}
.index-product .w1200 .item .col:hover span {
  color: #fff;
}
.index-product .w1200 .item .col i {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.index-product .w1200 .item .col i img {
  max-width: 100%;
  max-height: 100%;
  display: none;
}
.index-product .w1200 .item .col i img:first-child {
  display: block;
}
.index-product .w1200 .item .col span {
  font-size: 12px;
  color: #e10000;
  margin: 8px 0 0 0;
}
.index-product .w1200 .package .col {
  display: none;
}
.index-product .w1200 .package .col:first-child {
  display: -webkit-box;
  display: flex;
}
.index-product .w1200 .package .col .side {
  margin: 20px 0 0 0;
  width: 300px;
  background: #e9eaec;
  padding: 40px 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.index-product .w1200 .package .col .side .title {
  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;
}
.index-product .w1200 .package .col .side .title b {
  font-size: 24px;
  font-weight: bold;
  color: #e10000;
  padding: 0 0 12px 0;
  position: relative;
}
.index-product .w1200 .package .col .side .title b:after {
  position: absolute;
  left: 50%;
  bottom: -3px;
  margin-left: -20px;
  content: "";
  width: 40px;
  height: 3px;
  background: #e10000;
}
.index-product .w1200 .package .col .side .title span {
  font-size: 14px;
  color: #999;
  margin: 15px 0 0 0;
  letter-spacing: 1px;
}
.index-product .w1200 .package .col .side .thumb {
  margin: 20px 0 0 0;
}
.index-product .w1200 .package .col .content {
  -webkit-box-flex: 1;
          flex: 1;
}
.index-product .w1200 .package .col .content ul {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.index-product .w1200 .package .col .content ul li {
  width: 205px;
  margin: 20px 0 0 20px;
  background: #fff;
  padding: 10px;
  cursor: pointer;
}
.index-product .w1200 .package .col .content ul li:hover .thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.index-product .w1200 .package .col .content ul li:hover .title a {
  color: #e10000;
}
.index-product .w1200 .package .col .content ul li .thumb {
  height: 128px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background: #f9f9f9;
}
.index-product .w1200 .package .col .content ul li .thumb img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-product .w1200 .package .col .content ul li .title {
  margin: 10px 0 0 0;
  padding: 0 5px;
}
.index-product .w1200 .package .col .content ul li .title a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  display: block;
}
.index-product .w1200 .package .col .content ul li .info {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  color: #999;
  margin: 10px 0 0 0;
  line-height: 1;
  padding: 0 5px;
}
.index-product .w1200 .package .col .content ul li .info span {
  color: #e10000;
}
.index-product .w1200 .package .col .content ul li .info i {
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .index-product {
    overflow: hidden;
  }
  .index-product .w1200 {
    font-size: 12px;
    width: 100%;
    padding: 8% 4% 0 4%;
  }
  .index-product .w1200 .item {
    margin: 6% 0 0 0;
  }
  .index-product .w1200 .item .col {
    width: 25%;
    padding: 2% 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .index-product .w1200 .item .col:nth-child(10n) {
    border-right: 1px solid #eee;
  }
  .index-product .w1200 .item .col:nth-child(4n) {
    border-right: none;
  }
  .index-product .w1200 .item .col i {
    width: 16px;
    height: 16px;
  }
  .index-product .w1200 .item .col span {
    margin: 0 0 0 4%;
  }
  .index-product .w1200 .package .col .side {
    display: none;
  }
  .index-product .w1200 .package .col .content {
    width: 100%;
  }
  .index-product .w1200 .package .col .content ul li {
    width: 48%;
    margin: 4% 4% 0 0;
    padding: 2%;
  }
  .index-product .w1200 .package .col .content ul li:nth-child(2n) {
    margin-right: 0;
  }
  .index-product .w1200 .package .col .content ul li .thumb {
    height: 90px;
  }
  .index-product .w1200 .package .col .content ul li .title {
    margin: 4% 0 0 0;
  }
  .index-product .w1200 .package .col .content ul li .title a {
    font-size: 0.15rem;
  }
  .index-product .w1200 .package .col .content ul li .info {
    font-size: 0.12rem;
    margin: 4% 0 0 0;
  }
}
.index-news {
  width: 100%;
}
.index-news .w1200 {
  padding: 40px 0 0 0;
}
.index-news .w1200 .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end;
}
.index-news .w1200 .title .left {
  padding: 0 0 0 15px;
  position: relative;
}
.index-news .w1200 .title .left:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  width: 4px;
  height: 18px;
  background: #e10000;
}
.index-news .w1200 .title .left b {
  font-size: 20px;
  font-weight: bold;
}
.index-news .w1200 .title .left span {
  font-size: 12px;
  margin: 0 0 0 5px;
}
.index-news .w1200 .title .right {
  font-size: 14px;
}
.index-news .w1200 .title .right a {
  color: #999;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.index-news .w1200 .title .right a i {
  margin: 0 0 0 2px;
}
.index-news .w1200 .package ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.index-news .w1200 .package ul li {
  padding: 10px;
  background: #fff;
  width: 224px;
  margin: 20px 20px 0 0;
}
.index-news .w1200 .package ul li:nth-child(5n) {
  margin-right: 0;
}
.index-news .w1200 .package ul li:hover .thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.index-news .w1200 .package ul li:hover .title a {
  color: #e10000;
}
.index-news .w1200 .package ul li .thumb {
  height: 120px;
  background: #f9f9f9;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  overflow: hidden;
}
.index-news .w1200 .package ul li .thumb img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-news .w1200 .package ul li .title {
  font-size: 15px;
  line-height: 1;
  margin: 10px 0 0 0;
  padding: 0 5px;
}
.index-news .w1200 .package ul li .title a {
  display: block;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-news .w1200 .package ul li .info {
  margin: 8px 0 0 0;
  padding: 0 5px;
}
.index-news .w1200 .package ul li .info span {
  font-size: 12px;
  color: #999;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 640px) {
  .index-news {
    overflow: hidden;
  }
  .index-news .w1200 {
    font-size: 12px;
    padding: 8% 4% 0 4%;
    width: 100%;
  }
  .index-news .w1200 .package {
    margin: 2% 0 0 0;
  }
  .index-news .w1200 .package ul li {
    width: 48%;
    margin: 4% 4% 0 0;
  }
  .index-news .w1200 .package ul li:nth-child(5n) {
    margin-right: 4%;
  }
  .index-news .w1200 .package ul li:nth-child(2n) {
    margin-right: 0;
  }
  .index-news .w1200 .package ul li .thumb {
    height: 90px;
  }
}
.index-links {
  width: 100%;
}
.index-links .w1200 {
  padding: 36px 0 0 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;
  }
}
.index-footer {
  width: 100%;
  background: #333333;
  margin: 40px 0 0 0;
}
.index-footer .w1200 .letter {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  border-bottom: 1px solid #414141;
  font-size: 14px;
  line-height: 3;
  color: #cfcfcf;
}
.index-footer .w1200 .letter a {
  font-weight: bold;
  margin: 0 0 0 15px;
  color: #cfcfcf;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-footer .w1200 .letter a:hover {
  color: #fff;
}
.index-footer .w1200 .package {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 40px 0 0 0;
}
.index-footer .w1200 .package .menu {
  display: -webkit-box;
  display: flex;
}
.index-footer .w1200 .package .menu .col {
  width: 160px;
  text-align: center;
  margin: 0 30px 0 0;
}
.index-footer .w1200 .package .menu .col .tips {
  font-size: 14px;
  color: #cfcfcf;
  border-bottom: 1px solid #414141;
  line-height: 46px;
  margin-bottom: 15px;
}
.index-footer .w1200 .package .menu .col p {
  font-size: 12px;
  line-height: 28px;
}
.index-footer .w1200 .package .menu .col p a {
  color: #6f6f6f;
}
.index-footer .w1200 .package .ewm {
  display: -webkit-box;
  display: flex;
}
.index-footer .w1200 .package .ewm .col {
  margin: 0 0 0 20px;
}
.index-footer .w1200 .package .ewm p {
  font-size: 14px;
  color: #6f6f6f;
  text-align: center;
  margin: 10px 0 0 0;
}
.index-footer .w1200 .down {
  border-top: 1px solid #414141;
  margin: 40px 0 0 0;
  padding: 10px 0;
}
.index-footer .w1200 .down p {
  font-size: 12px;
  line-height: 28px;
  color: #6f6f6f;
  text-align: center;
}
.index-footer .w1200 .down p a {
  color: #6f6f6f;
}
@media screen and (max-width: 640px) {
  .index-footer {
    margin: 8% 0 0 0;
    overflow: hidden;
  }
  .index-footer .w1200 {
    width: 100%;
    padding: 0 4%;
  }
  .index-footer .w1200 .letter {
    flex-wrap: wrap;
    line-height: 2;
    padding: 4% 0;
  }
  .index-footer .w1200 .package {
    padding: 6% 0 0 0;
    flex-wrap: wrap;
  }
  .index-footer .w1200 .package .menu {
    width: 100%;
  }
  .index-footer .w1200 .package .menu .col {
    width: 25%;
    margin: 0;
  }
  .index-footer .w1200 .package .ewm {
    display: none;
  }
  .index-footer .w1200 .down {
    margin: 6% 0 0 0;
    padding: 2% 0;
  }
}
.public-menu {
  width: 100%;
  background: #e10000;
}
.public-menu .w1200 {
  display: -webkit-box;
  display: flex;
}
.public-menu .w1200 ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
}
.public-menu .w1200 ul li {
  margin: 0 2px 0 0;
}
.public-menu .w1200 ul li:hover {
  background: rgba(255, 255, 255, 0.25);
}
.public-menu .w1200 ul li.active {
  background: rgba(255, 255, 255, 0.25);
}
.public-menu .w1200 ul li a {
  display: block;
  line-height: 52px;
  color: #fff;
  width: 148px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .public-menu {
    position: relative;
  }
  .public-menu .w1200 {
    width: 100%;
    padding: 0 4%;
    display: none;
    position: absolute;
    z-index: 10;
    background: #fff;
  }
  .public-menu .w1200 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .public-menu .w1200 ul li {
    margin: 0;
    border-bottom: 1px solid #eee;
  }
  .public-menu .w1200 ul li a {
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 56px;
    color: #333;
  }
}
.public-position {
  width: 100%;
}
.public-position .w1200 {
  line-height: 36px;
  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;
  }
}
.public-itemize {
  width: 100%;
}
.public-itemize .w1200 {
  display: -webkit-box;
  display: flex;
  padding: 20px 5px 10px 5px;
  border-bottom: 1px solid #ddd;
}
.public-itemize .w1200:first-child {
  border-top: 1px solid #ddd;
}
.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;
}
.public-itemize .w1200 .right ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.public-itemize .w1200 .right ul .col,
.public-itemize .w1200 .right ul .col-z {
  width: 32px;
  margin: 0 10px 10px 0;
}
.public-itemize .w1200 .right ul .col:hover a,
.public-itemize .w1200 .right ul .col-z:hover a {
  color: #e10000;
}
.public-itemize .w1200 .right ul .col:hover a:active,
.public-itemize .w1200 .right ul .col-z:hover a:active {
  color: #fff;
}
.public-itemize .w1200 .right ul .col a,
.public-itemize .w1200 .right ul .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: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-itemize .w1200 .right ul .col a.active,
.public-itemize .w1200 .right ul .col-z a.active {
  background: #e10000;
  color: #fff;
}
.public-itemize .w1200 .right ul .col {
  width: 101px;
}
.public-itemize .w1200 .right ul .col:nth-child(10n) {
  margin-right: 0;
}
.public-itemize .w1200 .right ul .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;
  }
}
.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 ul li {
  padding: 20px 5px;
  border-bottom: 1px dashed #ddd;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 16px;
}
.news-list .w1200 .left .list ul li:hover .text h2 a {
  color: #e10000;
}
.news-list .w1200 .left .list ul li:hover .text .more a {
  border: 1px solid #e10000;
  color: #e10000;
}
.news-list .w1200 .left .list ul li:nth-child(1) {
  padding-top: 0;
}
.news-list .w1200 .left .list ul li .image {
  margin: 0 20px 0 0;
  border: 4px solid #ddd;
}
.news-list .w1200 .left .list ul li .image a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 150px;
  height: 110px;
  overflow: hidden;
}
.news-list .w1200 .left .list ul li .image a img {
  max-width: 100%;
}
.news-list .w1200 .left .list ul li .text {
  width: 672px;
}
.news-list .w1200 .left .list ul li .text h2 {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list .w1200 .left .list ul li .text h2 a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-list .w1200 .left .list ul li .text p {
  font-size: 14px;
  color: #666;
  margin: 10px 0 0 0;
  line-height: 1.6;
}
.news-list .w1200 .left .list ul li .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 ul li .text .more span {
  font-size: 13px;
  color: #999;
  line-height: 1;
}
.news-list .w1200 .left .list ul li .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 ul li .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 .brand {
  border: 1px solid #ddd;
  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 #ddd;
}
.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 ul li {
  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 ul li 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 ul li a:hover {
  color: #e10000;
}
.news-list .w1200 .right .brand .box ul li span {
  font-size: 12px;
  color: #999;
  margin: 0 0 0 10px;
}
.news-list .w1200 .right .product {
  border: 1px solid #ddd;
  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 #ddd;
}
.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 {
  margin: 15px 0 0 0;
}
.news-list .w1200 .right .product .box ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.news-list .w1200 .right .product .box ul li {
  width: 136.5px;
  margin: 0 15px 15px 0;
}
.news-list .w1200 .right .product .box ul li:hover .image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.news-list .w1200 .right .product .box ul li:hover .text h2 {
  color: #e10000;
}
.news-list .w1200 .right .product .box ul li:hover .text h2 a {
  color: #e10000;
}
.news-list .w1200 .right .product .box ul li:nth-child(2n) {
  margin-right: 0;
}
.news-list .w1200 .right .product .box ul li .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 ul li .image img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-list .w1200 .right .product .box ul li .text {
  background: #f9f9f9;
  padding: 10px;
}
.news-list .w1200 .right .product .box ul li .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 ul li .text h2 a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-list .w1200 .right .product .box ul li .text h3 {
  display: -webkit-box;
  display: flex;
  line-height: 1;
  margin: 5px 0 0 0;
}
.news-list .w1200 .right .product .box ul li .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 ul li .text h3 i {
  font-size: 12px;
  font-style: normal;
  color: #999;
  margin: 0 0 0 10px;
}
.news-list .w1200 .right .news {
  border: 1px solid #ddd;
  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 #ddd;
}
.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 ul li {
  margin: 15px 0 0 0;
  padding: 0 5px;
  display: -webkit-box;
  display: flex;
}
.news-list .w1200 .right .news .box ul li 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 ul li a:hover {
  color: #e10000;
}
.news-list .w1200 .right .news .box ul li 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 ul li {
    padding: 4% 0;
  }
  .news-list .w1200 .left .list ul li .image {
    width: 34%;
    margin: 0 4% 0 0;
  }
  .news-list .w1200 .left .list ul li .image a {
    width: 100%;
    height: 80px;
  }
  .news-list .w1200 .left .list ul li .text {
    width: 62%;
  }
  .news-list .w1200 .left .list ul li .text h2 {
    font-size: 0.18rem;
  }
  .news-list .w1200 .left .list ul li .text p {
    display: none;
  }
  .news-list .w1200 .left .list ul li .text .more {
    margin: 6% 0 0 0;
  }
  .news-list .w1200 .left .list ul li .text .more span {
    font-size: 0.13rem;
  }
  .news-list .w1200 .left .list ul li .text .more a {
    padding: 0 4%;
  }
  .news-list .w1200 .left .list ul li .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 .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 ul li {
    margin: 4% 0 0 0;
  }
  .news-list .w1200 .right .brand .box ul li a {
    font-size: 0.14rem;
  }
  .news-list .w1200 .right .brand .box ul li 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 ul li {
    width: 48%;
    margin: 4% 4% 0 0;
  }
  .news-list .w1200 .right .product .box ul li .image {
    height: 110px;
  }
  .news-list .w1200 .right .product .box ul li .text {
    padding: 6%;
  }
  .news-list .w1200 .right .product .box ul li .text h2 {
    font-size: 0.14rem;
  }
  .news-list .w1200 .right .product .box ul li .text h3 {
    margin: 4% 0 0 0;
  }
  .news-list .w1200 .right .product .box ul li .text h3 span {
    font-size: 0.13rem;
  }
  .news-list .w1200 .right .product .box ul li .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 ul li {
    margin: 4% 0 0 0;
  }
  .news-list .w1200 .right .news .box ul li a {
    font-size: 0.14rem;
  }
  .news-list .w1200 .right .news .box ul li span {
    font-size: 0.12rem;
  }
}
.product-list {
  width: 100%;
}
.product-list .w1200 {
  padding: 20px 0;
}
.product-list .w1200 .list ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.product-list .w1200 .list ul li {
  width: 224px;
  margin: 0 20px 20px 0;
  font-size: 16px;
}
.product-list .w1200 .list ul li:hover .image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.product-list .w1200 .list ul li:hover .text h2 {
  color: #e10000;
}
.product-list .w1200 .list ul li:hover .text h2 a {
  color: #e10000;
}
.product-list .w1200 .list ul li:nth-child(5n) {
  margin-right: 0;
}
.product-list .w1200 .list ul li .image {
  width: 100%;
  height: 143px;
  overflow: hidden;
  border: 4px solid #fff;
  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 .list ul li .image img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-list .w1200 .list ul li .text {
  background: #fff;
  padding: 10px;
}
.product-list .w1200 .list ul li .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 .list ul li .text h2 a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-list .w1200 .list ul li .text h3 {
  display: -webkit-box;
  display: flex;
  line-height: 1;
  margin: 10px 0 0 0;
}
.product-list .w1200 .list ul li .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 .list ul li .text h3 i {
  font-size: 12px;
  font-style: normal;
  color: #999;
  margin: 0 0 0 10px;
}
.product-list .w1200 .pager {
  margin: 20px 0 0 0;
}
.product-list .w1200 .pager .pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.product-list .w1200 .pager .pagination li {
  height: 32px;
  margin: 0 5px;
  cursor: pointer;
}
.product-list .w1200 .pager .pagination li.disabled {
  cursor: not-allowed;
}
.product-list .w1200 .pager .pagination li.active span,
.product-list .w1200 .pager .pagination li.active a {
  color: #fff;
  background: #e10000;
  border: 1px solid #e10000;
}
.product-list .w1200 .pager .pagination li span,
.product-list .w1200 .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 .pager .pagination li a:hover {
  color: #fff;
  background: #e10000;
  border: 1px solid #e10000;
}
@media screen and (max-width: 640px) {
  .product-list .w1200 {
    width: 100%;
    padding: 4%;
  }
  .product-list .w1200 .list ul li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .product-list .w1200 .list ul li:nth-child(5n) {
    margin-right: 4%;
  }
  .product-list .w1200 .list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .product-list .w1200 .list ul li .image {
    height: 115px;
  }
  .product-list .w1200 .list ul li .text {
    padding: 6%;
  }
  .product-list .w1200 .list ul li .text h2 {
    font-size: 0.15rem;
  }
  .product-list .w1200 .list ul li .text h3 {
    margin: 4% 0 0 0;
  }
  .product-list .w1200 .list ul li .text h3 span {
    font-size: 0.14rem;
  }
  .product-list .w1200 .list ul li .text h3 i {
    font-size: 0.12rem;
  }
  .product-list .w1200 .pager {
    margin: 4% 0 0 0;
  }
  .product-list .w1200 .pager .pagination li {
    display: none;
  }
  .product-list .w1200 .pager .pagination li.prev,
  .product-list .w1200 .pager .pagination li.next {
    display: block;
  }
}
.brand-list {
  width: 100%;
}
.brand-list .w1200 {
  padding: 20px 0;
}
.brand-list .w1200 .list ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.brand-list .w1200 .list ul li {
  width: 224px;
  margin: 0 20px 20px 0;
  font-size: 16px;
}
.brand-list .w1200 .list ul li:hover .text h2 {
  color: #e10000;
}
.brand-list .w1200 .list ul li:hover .text h2 a {
  color: #e10000;
}
.brand-list .w1200 .list ul li:hover .text h3 i {
  color: #e10000;
}
.brand-list .w1200 .list ul li:nth-child(5n) {
  margin-right: 0;
}
.brand-list .w1200 .list ul li .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 .list ul li .text {
  background: #f9f9f9;
  padding: 15px 15px 10px 15px;
}
.brand-list .w1200 .list ul li .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 .list ul li .text h2 a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-list .w1200 .list ul li .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 .list ul li .text h3 span {
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.brand-list .w1200 .list ul li .text h3 i {
  font-size: 24px;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-list .w1200 .pager .pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.brand-list .w1200 .pager .pagination li {
  height: 32px;
  margin: 0 5px;
  cursor: pointer;
}
.brand-list .w1200 .pager .pagination li.disabled {
  cursor: not-allowed;
}
.brand-list .w1200 .pager .pagination li.active span,
.brand-list .w1200 .pager .pagination li.active a {
  color: #fff;
  background: #e10000;
  border: 1px solid #e10000;
}
.brand-list .w1200 .pager .pagination li span,
.brand-list .w1200 .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 .pager .pagination li a:hover {
  color: #fff;
  background: #e10000;
  border: 1px solid #e10000;
}
@media screen and (max-width: 640px) {
  .brand-list .w1200 {
    width: 100%;
    padding: 4%;
    flex-wrap: wrap;
  }
  .brand-list .w1200 .list ul li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .brand-list .w1200 .list ul li:nth-child(5n) {
    margin-right: 4%;
  }
  .brand-list .w1200 .list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .brand-list .w1200 .list ul li .image {
    height: 115px;
  }
  .brand-list .w1200 .list ul li .text {
    padding: 6%;
  }
  .brand-list .w1200 .list ul li .text h2 {
    font-size: 0.15rem;
  }
  .brand-list .w1200 .list ul li .text h3 {
    margin: 4% 0 0 0;
  }
  .brand-list .w1200 .list ul li .text h3 span {
    font-size: 0.14rem;
  }
  .brand-list .w1200 .list ul li .text h3 i {
    font-size: 0.2rem;
    line-height: 1;
  }
  .brand-list .w1200 .pager .pagination li {
    display: none;
  }
  .brand-list .w1200 .pager .pagination li.prev,
  .brand-list .w1200 .pager .pagination li.next {
    display: block;
  }
}
.area-show {
  width: 100%;
  background: #fff;
}
.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%;
  }
}
.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 #ddd;
}
.public-own .w1200 .side .menu .row {
  border-bottom: 1px solid #ddd;
}
.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 #ddd;
  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;
  }
}
.cnzz {
  width: 100%;
  overflow: hidden;
  height: 0;
}
