@import url("https://at.alicdn.com/t/font_2186317_akxkwq515gf.css");
body,
html {
  font-family: "Microsoft Yahei", "\5FAE\8F6F\96C5\9ED1", Arial, "Hiragino Sans GB", "\5B8B\4F53";
  background: #f7f7f7;
}
@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 {
  padding: 145px 0 0 0;
}
@media screen and (max-width: 640px) {
  .main {
    padding: 0;
  }
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.public-top {
  width: 100%;
  background: #fefefe;
  border-bottom: 1px solid #f5f5f5;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 12;
}
.public-top .w1200 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  line-height: 36px;
}
.public-top .w1200 .name {
  color: #999;
}
.public-top .w1200 .item {
  display: -webkit-box;
  display: flex;
}
.public-top .w1200 .item a {
  margin: 0 0 0 24px;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.public-top .w1200 .item a:nth-child(1):before {
  display: none;
}
.public-top .w1200 .item a:hover {
  color: #ef1f1f;
}
.public-top .w1200 .item a:before {
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -5px;
  content: "";
  width: 1px;
  height: 10px;
  background: #eee;
}
@media screen and (max-width: 640px) {
  .public-top {
    display: none;
  }
}
.public-header {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.06);
  position: fixed;
  left: 0;
  top: 37px;
  z-index: 11;
}
.public-header .w1200 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 24px 0;
}
.public-header .w1200 .logo a {
  display: -webkit-box;
  display: flex;
}
.public-header .w1200 .logo a img {
  max-width: 300px;
  max-height: 60px;
}
.public-header .w1200 .search {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: 0 80px;
}
.public-header .w1200 .search .form {
  position: relative;
}
.public-header .w1200 .search .form:before {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -8px;
  content: "\ecec";
  font-family: "awesome";
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #999;
}
.public-header .w1200 .search .form form {
  display: -webkit-box;
  display: flex;
  width: 368px;
}
.public-header .w1200 .search .form form input {
  -webkit-box-flex: 1;
          flex: 1;
  width: 100%;
  line-height: 34px;
  border: 1px solid #e0e0e0;
  border-right: none;
  font-size: 14px;
  padding: 0 10px 0 40px;
}
.public-header .w1200 .search .form form button {
  font-size: 14px;
  background: #ef1f1f;
  color: #fff;
  border: none;
  width: 90px;
  cursor: pointer;
}
.public-header .w1200 .search .hot {
  margin: 8px 0 0 0;
  display: -webkit-box;
  display: flex;
  font-size: 12px;
}
.public-header .w1200 .search .hot span {
  margin: 0 5px 0 0;
  color: #999;
}
.public-header .w1200 .search .hot a {
  margin: 0 10px 0 0;
  color: #ef1f1f;
}
.public-header .w1200 .menu ul {
  display: -webkit-box;
  display: flex;
}
.public-header .w1200 .menu ul li {
  margin: 0 0 0 25px;
  width: 56px;
}
.public-header .w1200 .menu ul li 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;
}
.public-header .w1200 .menu ul li a:hover i {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.public-header .w1200 .menu ul li a:hover span {
  color: #ef1f1f;
}
.public-header .w1200 .menu ul li a i {
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  width: 36px;
  border-radius: 50%;
  background: #ef1f1f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-header .w1200 .menu ul li a span {
  font-size: 13px;
  color: #666;
  margin: 5px 0 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-header .w1200 .btn {
  display: none;
}
@media screen and (max-width: 640px) {
  .public-header {
    font-size: 12px;
    position: static;
  }
  .public-header .w1200 {
    position: relative;
    width: 100%;
    padding: 15px 4%;
  }
  .public-header .w1200 .logo a img {
    height: 34px;
  }
  .public-header .w1200 .search {
    display: none;
  }
  .public-header .w1200 .menu {
    position: absolute;
    left: 0;
    top: 62px;
    width: 100%;
    background: #f5f5f5;
    box-shadow: 0 4px 4px #eee;
    display: none;
    z-index: 10;
  }
  .public-header .w1200 .menu ul {
    flex-wrap: wrap;
    padding: 0 4%;
  }
  .public-header .w1200 .menu ul li {
    width: 100%;
    margin: 0;
  }
  .public-header .w1200 .menu ul li:last-child a {
    border: none;
  }
  .public-header .w1200 .menu ul li a {
    border-bottom: 1px solid #eee;
  }
  .public-header .w1200 .menu ul li a i {
    display: none;
  }
  .public-header .w1200 .menu ul li a span {
    width: 100%;
    font-size: 16px;
    line-height: 48px;
    margin: 0;
  }
  .public-header .w1200 .btn {
    display: block;
  }
  .public-header .w1200 .btn i {
    font-size: 32px;
    line-height: 1;
    color: #666;
  }
}
.public-chunk {
  width: 100%;
}
.public-chunk .w1200 {
  padding: 20px 0 0 0;
}
.public-chunk .w1200 .row {
  display: -webkit-box;
  display: flex;
}
.public-chunk .w1200 .row:nth-child(2) {
  margin: 20px 0 0 0;
}
.public-chunk .w1200 .row .menu {
  width: 195px;
  position: relative;
}
.public-chunk .w1200 .row .menu ul {
  width: 100%;
  padding: 8px 0;
  background: #333;
}
.public-chunk .w1200 .row .menu ul li:hover {
  background-color: #ef1f1f;
}
.public-chunk .w1200 .row .menu ul li:hover .box {
  display: block;
}
.public-chunk .w1200 .row .menu ul li:nth-child(1) .tit:before {
  content: "\ed94";
}
.public-chunk .w1200 .row .menu ul li:nth-child(2) .tit:before {
  content: "\ec12";
}
.public-chunk .w1200 .row .menu ul li:nth-child(3) .tit:before {
  content: "\edb2";
}
.public-chunk .w1200 .row .menu ul li:nth-child(4) .tit:before {
  content: "\ec50";
}
.public-chunk .w1200 .row .menu ul li:nth-child(5) .tit:before {
  content: "\ebd5";
}
.public-chunk .w1200 .row .menu ul li:nth-child(6) .tit:before {
  content: "\eb5b";
}
.public-chunk .w1200 .row .menu ul li:nth-child(7) .tit:before {
  content: "\eca1";
}
.public-chunk .w1200 .row .menu ul li:nth-child(8) .tit:before {
  content: "\ecf4";
}
.public-chunk .w1200 .row .menu ul li:nth-child(9) .tit:before {
  content: "\edbc";
}
.public-chunk .w1200 .row .menu ul li:nth-child(10) .tit:before {
  content: "\eaf7";
}
.public-chunk .w1200 .row .menu ul li:nth-child(11) .tit:before {
  content: "\ecb1";
}
.public-chunk .w1200 .row .menu ul li:nth-child(11) .box {
  width: 200px;
  border: none;
  background: none;
  padding: 0 0 0 5px;
}
.public-chunk .w1200 .row .menu ul li:nth-child(11) .box ul {
  height: 100%;
  position: relative;
}
.public-chunk .w1200 .row .menu ul li:nth-child(11) .box ul li:nth-child(1) .tit:before {
  content: "\ecee";
}
.public-chunk .w1200 .row .menu ul li:nth-child(11) .box ul li:nth-child(2) .tit:before {
  content: "\ec59";
}
.public-chunk .w1200 .row .menu ul li:nth-child(11) .box ul li:nth-child(3) .tit:before {
  content: "\ebd9";
}
.public-chunk .w1200 .row .menu ul li:nth-child(11) .box ul li:nth-child(4) .tit:before {
  content: "\eb9b";
}
.public-chunk .w1200 .row .menu ul li:nth-child(11) .box ul li:nth-child(5) .tit:before {
  content: "\ec68";
}
.public-chunk .w1200 .row .menu ul li:nth-child(11) .box ul li:nth-child(6) .tit:before {
  content: "\ec45";
}
.public-chunk .w1200 .row .menu ul li:nth-child(11) .box ul li:nth-child(6) .box .brand .col .pic {
  height: 103px;
}
.public-chunk .w1200 .row .menu ul li:nth-child(11) .box ul li:nth-child(7) .tit:before {
  content: "\ea3a";
}
.public-chunk .w1200 .row .menu ul li:nth-child(11) .box ul li:nth-child(8) .tit:before {
  content: "\eb8a";
}
.public-chunk .w1200 .row .menu ul li:nth-child(11) .box ul li:nth-child(9) .tit:before {
  content: "\ed92";
}
.public-chunk .w1200 .row .menu ul li:nth-child(11) .box ul li:nth-child(10) .tit:before {
  content: "\ed6c";
}
.public-chunk .w1200 .row .menu ul li:nth-child(11) .box ul li:hover .box {
  display: block;
}
.public-chunk .w1200 .row .menu ul li:nth-child(11) .box ul li .box {
  background: #fff;
  border: 1px solid #ef1f1f;
  padding: 20px;
  width: 805px;
  display: none;
}
.public-chunk .w1200 .row .menu ul li:nth-child(11) .box ul li .box .sub {
  height: auto;
}
.public-chunk .w1200 .row .menu ul li:nth-child(11) .box ul li .box .brand .col {
  width: 183.25px;
}
.public-chunk .w1200 .row .menu ul li .tit {
  display: block;
  padding: 0 0 0 44px;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  cursor: pointer;
  position: relative;
}
.public-chunk .w1200 .row .menu ul li .tit:before {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -6.5px;
  font-family: "awesome";
  font-size: 13px;
  line-height: 1;
  color: #fff;
}
.public-chunk .w1200 .row .menu ul li .tit:after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  content: "\eabf";
  font-family: "awesome";
  font-size: 12px;
  line-height: 1;
  color: #fff;
}
.public-chunk .w1200 .row .menu ul li .box {
  position: absolute;
  left: 195px;
  top: 0;
  width: 760px;
  height: 456px;
  padding: 20px;
  border: 1px solid #ef1f1f;
  background: #fff;
  z-index: 10;
  display: none;
}
.public-chunk .w1200 .row .menu ul li .box .name {
  font-size: 16px;
  font-weight: bold;
  color: #ef1f1f;
  line-height: 1;
  letter-spacing: 1px;
  margin: 0 0 14px 0;
  position: relative;
}
.public-chunk .w1200 .row .menu ul li .box .name:after {
  position: absolute;
  left: 0;
  bottom: -14px;
  content: "";
  width: 40px;
  height: 2px;
  background: #ef1f1f;
}
.public-chunk .w1200 .row .menu ul li .box .sub {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #f5f5f5;
  padding: 8px 0 3px 0;
  height: 68px;
}
.public-chunk .w1200 .row .menu ul li .box .sub a {
  font-size: 14px;
  line-height: 2;
  color: #333;
  margin: 0 20px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-chunk .w1200 .row .menu ul li .box .sub a:hover {
  color: #ef1f1f;
}
.public-chunk .w1200 .row .menu ul li .box .brand {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.public-chunk .w1200 .row .menu ul li .box .brand .col {
  width: 172px;
  margin: 10px 10px 0 0;
  background: #f5f5f5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-chunk .w1200 .row .menu ul li .box .brand .col:nth-child(4n) {
  margin-right: 0;
}
.public-chunk .w1200 .row .menu ul li .box .brand .col:hover {
  background: #ef1f1f;
}
.public-chunk .w1200 .row .menu ul li .box .brand .col:hover .pic {
  border: 4px solid #ef1f1f;
}
.public-chunk .w1200 .row .menu ul li .box .brand .col:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.public-chunk .w1200 .row .menu ul li .box .brand .col:hover .txt span:nth-child(1),
.public-chunk .w1200 .row .menu ul li .box .brand .col:hover .txt span:nth-child(2) {
  color: #fff;
}
.public-chunk .w1200 .row .menu ul li .box .brand .col .pic {
  width: 100%;
  height: 117px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border: 4px solid #f5f5f5;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-chunk .w1200 .row .menu ul li .box .brand .col .pic img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-chunk .w1200 .row .menu ul li .box .brand .col .txt {
  padding: 6px 15px 10px 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.public-chunk .w1200 .row .menu ul li .box .brand .col .txt span {
  line-height: 1;
}
.public-chunk .w1200 .row .menu ul li .box .brand .col .txt span:nth-child(1) {
  font-size: 15px;
  color: #333;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px 0 0;
}
.public-chunk .w1200 .row .menu ul li .box .brand .col .txt span:nth-child(2) {
  font-size: 13px;
  color: #999;
}
.public-chunk .w1200 .row .show {
  width: 740px;
  margin: 0 0 0 20px;
  position: relative;
}
.public-chunk .w1200 .row .show .swiper-container {
  width: 100%;
}
.public-chunk .w1200 .row .show .swiper-container .swiper-slide {
  width: 100%;
}
.public-chunk .w1200 .row .show .swiper-container .swiper-slide a {
  display: block;
}
.public-chunk .w1200 .row .show .swiper-container .swiper-slide a img {
  width: 100%;
}
.public-chunk .w1200 .row .show .swiper-container .swiper-pagination-bullets {
  bottom: 15px;
}
.public-chunk .w1200 .row .show .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 40px;
  height: 15px;
  border-radius: 15px;
}
.public-chunk .w1200 .row .show .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #ef1f1f;
}
.public-chunk .w1200 .row .list {
  width: 225px;
  margin: 0 0 0 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.public-chunk .w1200 .row .list .itm {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.public-chunk .w1200 .row .list .itm span {
  width: 110px;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
  background: #eee;
  border: 1px solid #f2f2f2;
  border-bottom: none;
  cursor: pointer;
}
.public-chunk .w1200 .row .list .itm span.active {
  background: #fff;
  color: #ef1f1f;
  z-index: 1;
}
.public-chunk .w1200 .row .list .box {
  height: 416px;
  background: #fff;
  border: 1px solid #f2f2f2;
  margin-top: -1px;
}
.public-chunk .w1200 .row .list .box ul {
  padding: 19px 20px;
  display: none;
}
.public-chunk .w1200 .row .list .box ul:first-child {
  display: block;
}
.public-chunk .w1200 .row .list .box ul li {
  line-height: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 0 14px 0;
}
.public-chunk .w1200 .row .list .box ul li:last-child {
  margin: 0;
}
.public-chunk .w1200 .row .list .box ul li a {
  color: #666;
  font-size: 12px;
  -webkit-box-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-chunk .w1200 .row .list .box ul li a:hover {
  color: #ef1f1f;
}
.public-chunk .w1200 .row .list .box ul li span {
  color: #aaa;
  font-size: 12px;
  margin: 0 0 0 5px;
}
.public-chunk .w1200 .row .info {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #f2f2f2;
  padding: 20px;
}
.public-chunk .w1200 .row .info .item {
  display: -webkit-box;
  display: flex;
}
.public-chunk .w1200 .row .info .item .col {
  width: 65px;
  margin: 0 6px 0 0;
}
.public-chunk .w1200 .row .info .item .col:hover a i {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.public-chunk .w1200 .row .info .item .col:hover a span {
  color: #ef1f1f;
}
.public-chunk .w1200 .row .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;
}
.public-chunk .w1200 .row .info .item .col a i {
  background: #ef1f1f;
  width: 36px;
  height: 36px;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-chunk .w1200 .row .info .item .col a span {
  font-size: 12px;
  line-height: 1;
  color: #666;
  margin: 8px 0 0 0;
}
.public-chunk .w1200 .row .info .btns {
  width: 110px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.public-chunk .w1200 .row .info .btns a {
  display: block;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-chunk .w1200 .row .info .btns a:nth-child(1) {
  background: #ef1f1f;
  color: #fff;
  line-height: 26px;
  border: 1px solid #ef1f1f;
}
.public-chunk .w1200 .row .info .btns a:nth-child(1):hover {
  box-shadow: 2px 2px 4px rgba(239, 31, 31, 0.5);
}
.public-chunk .w1200 .row .info .btns a:nth-child(2) {
  border: 1px solid #ef1f1f;
  color: #ef1f1f;
  margin: 5px 0 0 0;
  line-height: 26px;
}
.public-chunk .w1200 .row .info .btns a:nth-child(2):hover {
  box-shadow: 2px 2px 4px rgba(239, 31, 31, 0.5);
}
@media screen and (max-width: 640px) {
  .public-chunk {
    font-size: 12px;
  }
  .public-chunk .w1200 {
    width: 100%;
    padding: 0;
  }
  .public-chunk .w1200 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
  .public-chunk .w1200 .row:nth-child(2) {
    margin: 0;
  }
  .public-chunk .w1200 .row .menu {
    width: 100%;
  }
  .public-chunk .w1200 .row .menu ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 4% 128px 4%;
  }
  .public-chunk .w1200 .row .menu ul li {
    width: 20%;
    padding: 10px 0;
  }
  .public-chunk .w1200 .row .menu ul li:hover {
    background: #333;
  }
  .public-chunk .w1200 .row .menu ul li:hover .box {
    display: none;
  }
  .public-chunk .w1200 .row .menu ul li:nth-child(11) {
    width: 100%;
  }
  .public-chunk .w1200 .row .menu ul li:nth-child(11):hover .box {
    display: block;
  }
  .public-chunk .w1200 .row .menu ul li:nth-child(11) .tit {
    display: none;
  }
  .public-chunk .w1200 .row .menu ul li:nth-child(11) .box {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .public-chunk .w1200 .row .menu ul li:nth-child(11) .box ul {
    padding: 10px 4% 20px 4%;
  }
  .public-chunk .w1200 .row .menu ul li:nth-child(11) .box ul li:hover .box {
    display: block;
  }
  .public-chunk .w1200 .row .menu ul li:nth-child(11) .box ul li .tit {
    display: block;
  }
  .public-chunk .w1200 .row .menu ul li .tit {
    padding: 32px 0 0 0;
    line-height: 1;
    font-size: 12px;
    text-align: center;
  }
  .public-chunk .w1200 .row .menu ul li .tit:before {
    font-size: 22px;
    line-height: 22px;
    top: auto;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .public-chunk .w1200 .row .menu ul li .tit:after {
    display: none;
  }
  .public-chunk .w1200 .row .menu ul li .box {
    left: 0;
    top: 138px;
  }
  .public-chunk .w1200 .row .show {
    width: 100%;
    margin: 0;
  }
  .public-chunk .w1200 .row .list {
    display: none;
  }
  .public-chunk .w1200 .row .info .item {
    display: none;
  }
  .public-chunk .w1200 .row .info .btns {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .public-chunk .w1200 .row .info .btns a {
    width: calc(50% - 10px);
    border-radius: 2px;
  }
  .public-chunk .w1200 .row .info .btns a:nth-child(1),
  .public-chunk .w1200 .row .info .btns a:nth-child(2) {
    line-height: 32px;
  }
  .public-chunk .w1200 .row .info .btns a:nth-child(2) {
    margin: 0 0 0 20px;
  }
}
.index-product {
  width: 100%;
}
.index-product .w1200 {
  padding: 36px 0 0 0;
}
.index-product .w1200 .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.index-product .w1200 .title .name {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}
.index-product .w1200 .title .name span {
  font-size: 12px;
  color: #666;
  font-weight: normal;
  margin: 0 0 0 10px;
}
.index-product .w1200 .title .more {
  font-size: 12px;
}
.index-product .w1200 .title .more a {
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-product .w1200 .title .more a:hover {
  color: #ef1f1f;
}
.index-product .w1200 .package {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.index-product .w1200 .package.active .col:nth-child(n + 11) {
  display: none;
}
.index-product .w1200 .package .col {
  width: 590px;
  height: 380px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
  margin: 20px 20px 0 0;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-product .w1200 .package .col:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 3px 6px 0 rgba(0, 0, 0, 0.06);
}
.index-product .w1200 .package .col:nth-child(2n) {
  margin-right: 0;
}
.index-product .w1200 .package .col .lft {
  width: 192px;
  background-image: linear-gradient(135deg, #f6f6f6, #eaeaea);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}
.index-product .w1200 .package .col .lft .tit {
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  width: 100%;
  position: relative;
}
.index-product .w1200 .package .col .lft .tit:after {
  position: absolute;
  left: 20px;
  bottom: 5px;
  content: "";
  width: 40px;
  height: 2px;
  background: #ddd;
}
.index-product .w1200 .package .col .lft .pic {
  width: 145px;
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.index-product .w1200 .package .col .box {
  width: calc(100% - 192px);
  background: #fff;
  padding: 20px;
  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-product .w1200 .package .col .box .sub {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.index-product .w1200 .package .col .box .sub a {
  font-size: 13px;
  margin: 0 15px 13px 0;
  color: #666;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-product .w1200 .package .col .box .sub a:hover {
  color: #ef1f1f;
}
.index-product .w1200 .package .col .box .product {
  width: 100%;
  height: 260px;
  padding: 13px 0 0 0;
  border-top: 1px solid #f2f2f2;
  position: relative;
}
.index-product .w1200 .package .col .box .product .swiper-container {
  width: 100%;
  height: 100%;
}
.index-product .w1200 .package .col .box .product .swiper-container .swiper-slide {
  height: calc((100% - 12px) / 2);
}
.index-product .w1200 .package .col .box .product .swiper-container .swiper-slide a {
  display: block;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.index-product .w1200 .package .col .box .product .swiper-container .swiper-slide a:hover .pic {
  border: 4px solid #ef1f1f;
  border-bottom: none;
}
.index-product .w1200 .package .col .box .product .swiper-container .swiper-slide a:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.index-product .w1200 .package .col .box .product .swiper-container .swiper-slide a:hover .tit {
  background: #ef1f1f;
}
.index-product .w1200 .package .col .box .product .swiper-container .swiper-slide a:hover .tit span:nth-child(1),
.index-product .w1200 .package .col .box .product .swiper-container .swiper-slide a:hover .tit span:nth-child(2) {
  color: #fff;
}
.index-product .w1200 .package .col .box .product .swiper-container .swiper-slide a .pic {
  width: calc(100% - 8px);
  height: 86px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border: 4px solid #f5f5f5;
  border-bottom: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-product .w1200 .package .col .box .product .swiper-container .swiper-slide a .pic img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-product .w1200 .package .col .box .product .swiper-container .swiper-slide a .tit {
  -webkit-box-flex: 1;
          flex: 1;
  width: calc(100% - 20px);
  background: #f5f5f5;
  line-height: 1;
  padding: 0 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-product .w1200 .package .col .box .product .swiper-container .swiper-slide a .tit span {
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-product .w1200 .package .col .box .product .swiper-container .swiper-slide a .tit span:nth-child(1) {
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-product .w1200 .package .col .box .product .swiper-container .swiper-slide a .tit span:nth-child(2) {
  font-size: 12px;
  color: #ef1f1f;
  margin: 0 0 0 10px;
}
.index-product .w1200 .load {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 20px 0 0 0;
  position: relative;
}
.index-product .w1200 .load:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 520px;
  height: 1px;
  background: #e0e0e0;
}
.index-product .w1200 .load:after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 520px;
  height: 1px;
  background: #e0e0e0;
}
.index-product .w1200 .load .col {
  display: none;
  color: #999;
  cursor: pointer;
}
.index-product .w1200 .load .col:first-child {
  display: block;
}
.index-product .w1200 .load .col:hover span,
.index-product .w1200 .load .col:hover i {
  color: #ef1f1f;
}
.index-product .w1200 .load .col span {
  font-size: 12px;
  line-height: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-product .w1200 .load .col i {
  font-size: 14px;
  line-height: 1;
  margin: 0 0 0 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .index-product {
    font-size: 12px;
  }
  .index-product .w1200 {
    width: 100%;
    padding: 20px 4% 0 4%;
  }
  .index-product .w1200 .title .name {
    font-size: 22px;
  }
  .index-product .w1200 .package .col {
    width: 100%;
    margin: 14px 0 0 0;
    height: auto;
    flex-wrap: wrap;
  }
  .index-product .w1200 .package .col:nth-child(1) {
    margin: 20px 0 0 0;
  }
  .index-product .w1200 .package .col .lft {
    width: 100%;
  }
  .index-product .w1200 .package .col .lft .tit {
    padding: 14px;
  }
  .index-product .w1200 .package .col .lft .tit:after {
    display: none;
  }
  .index-product .w1200 .package .col .lft .pic {
    display: none;
  }
  .index-product .w1200 .package .col .box {
    width: 100%;
    padding: 14px;
  }
  .index-product .w1200 .load:before {
    width: 80px;
  }
  .index-product .w1200 .load:after {
    width: 80px;
  }
}
.index-news {
  width: 100%;
}
.index-news .w1200 {
  padding: 36px 0 0 0;
}
.index-news .w1200 .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.index-news .w1200 .title .name {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}
.index-news .w1200 .title .name span {
  font-size: 12px;
  color: #666;
  font-weight: normal;
  margin: 0 0 0 10px;
}
.index-news .w1200 .title .more {
  font-size: 12px;
}
.index-news .w1200 .title .more a {
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-news .w1200 .title .more a:hover {
  color: #ef1f1f;
}
.index-news .w1200 .package {
  margin: 20px 0 0 0;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
}
.index-news .w1200 .package ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.index-news .w1200 .package ul li {
  width: 360px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 40px 0 0;
}
.index-news .w1200 .package ul li:nth-child(3n) {
  margin-right: 0;
}
.index-news .w1200 .package ul li a {
  line-height: 2;
}
.index-news .w1200 .package ul li a:nth-child(1) {
  font-size: 14px;
  color: #ef1f1f;
  margin: 0 5px 0 0;
}
.index-news .w1200 .package ul li a:nth-child(2) {
  font-size: 14px;
  -webkit-box-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-news .w1200 .package ul li a:nth-child(2):hover {
  color: #ef1f1f;
}
@media screen and (max-width: 640px) {
  .index-news {
    font-size: 12px;
  }
  .index-news .w1200 {
    width: 100%;
    padding: 20px 4% 0 4%;
  }
  .index-news .w1200 .title .name {
    font-size: 22px;
  }
  .index-news .w1200 .package {
    padding: 14px;
  }
  .index-news .w1200 .package ul li {
    width: 100%;
    margin: 0;
  }
}
.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;
  }
}
.public-footer {
  background: #fff;
  width: 100%;
  margin: 36px 0 0 0;
  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 #f5f5f5;
  font-size: 14px;
  line-height: 4;
  color: #333;
}
.public-footer .w1200 .letter a {
  font-weight: bold;
  margin: 0 0 0 15px;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-footer .w1200 .letter a:hover {
  color: #ef1f1f;
}
.public-footer .w1200 .menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  line-height: 3;
  font-size: 13px;
  margin: 15px 0 0 0;
}
.public-footer .w1200 .menu a {
  margin: 0 15px;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.public-footer .w1200 .menu a:hover {
  color: #ef1f1f;
}
.public-footer .w1200 .menu a:last-child:after {
  display: none;
}
.public-footer .w1200 .menu a:after {
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -5px;
  content: "";
  width: 1px;
  height: 10px;
  background: #ddd;
}
.public-footer .w1200 .ewm {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.public-footer .w1200 .ewm .col p {
  text-align: center;
  font-size: 12px;
  color: #666;
}
.public-footer .w1200 .info {
  font-size: 12px;
  padding: 25px 0;
}
.public-footer .w1200 .info p {
  text-align: center;
  color: #666;
  line-height: 2;
}
.public-footer .w1200 .info p a {
  color: #666;
}
@media screen and (max-width: 640px) {
  .public-footer {
    font-size: 12px;
    margin: 20px 0 0 0;
  }
  .public-footer .w1200 {
    width: 100%;
    padding: 20px 4%;
  }
  .public-footer .w1200 .letter {
    flex-wrap: wrap;
    line-height: 2;
    padding: 0 0 14px 0;
  }
  .public-footer .w1200 .menu {
    flex-wrap: wrap;
    line-height: 2;
  }
  .public-footer .w1200 .menu a {
    margin: 0 7px;
  }
  .public-footer .w1200 .menu a:after {
    display: none;
  }
  .public-footer .w1200 .info {
    padding: 20px 0 0 0;
  }
}
.public-position {
  width: 100%;
}
.public-position .w1200 {
  border-bottom: 1px solid #eee;
  padding: 36px 0 14px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-position .w1200 i {
  color: #ef1f1f;
  font-size: 14px;
  line-height: 14px;
}
.public-position .w1200 span {
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 0 5px;
}
.public-position .w1200 a {
  font-size: 14px;
  line-height: 14px;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-position .w1200 a:hover {
  color: #ef1f1f;
}
.public-position .w1200 b {
  font-size: 14px;
  line-height: 14px;
  color: #666;
}
@media screen and (max-width: 640px) {
  .public-position {
    font-size: 12px;
  }
  .public-position .w1200 {
    width: 100%;
    padding: 14px 4%;
  }
}
.news-home {
  width: 100%;
}
.news-home .w1200 .col {
  margin: 36px 0 0 0;
}
.news-home .w1200 .col .tit {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.news-home .w1200 .col .tit span {
  font-size: 22px;
  font-weight: bold;
}
.news-home .w1200 .col .tit a {
  font-size: 12px;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-home .w1200 .col .tit a:hover {
  color: #ef1f1f;
}
.news-home .w1200 .col .box {
  margin: 20px 0 0 0;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
}
.news-home .w1200 .col .box .itm {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dashed #f2f2f2;
  padding: 0 0 7px 0;
}
.news-home .w1200 .col .box .itm a {
  margin: 0 20px 0 0;
  font-size: 14px;
  line-height: 2;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-home .w1200 .col .box .itm a:hover {
  color: #ef1f1f;
}
.news-home .w1200 .col .box .lis {
  padding: 7px 0 0 0;
}
.news-home .w1200 .col .box .lis ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.news-home .w1200 .col .box .lis ul li {
  width: 360px;
  padding: 0 0 0 14px;
  margin: 0 40px 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}
.news-home .w1200 .col .box .lis ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  content: "";
  width: 4px;
  height: 4px;
  background: #ef1f1f;
}
.news-home .w1200 .col .box .lis ul li:nth-child(3n) {
  margin-right: 0;
}
.news-home .w1200 .col .box .lis ul li a {
  -webkit-box-flex: 1;
          flex: 1;
  line-height: 2;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-home .w1200 .col .box .lis ul li a:hover {
  color: #ef1f1f;
}
.news-home .w1200 .col .box .lis ul li span {
  font-size: 12px;
  line-height: 1;
  color: #999;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 640px) {
  .news-home {
    font-size: 12px;
  }
  .news-home .w1200 {
    width: 100%;
    padding: 0 4%;
  }
  .news-home .w1200 .col {
    margin: 20px 0 0 0;
  }
  .news-home .w1200 .col .tit span {
    font-size: 20px;
  }
  .news-home .w1200 .col .box {
    padding: 14px;
  }
  .news-home .w1200 .col .box .lis ul li {
    width: 100%;
    margin: 0;
  }
}
.news-list {
  width: 100%;
}
.news-list .w1200 .list ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.news-list .w1200 .list ul li {
  width: 224px;
  border: 1px solid #f2f2f2;
  margin: 20px 20px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-list .w1200 .list ul li:nth-child(5n) {
  margin-right: 0;
}
.news-list .w1200 .list ul li:hover .pic {
  border: 4px solid #ef1f1f;
  border-bottom: none;
}
.news-list .w1200 .list ul li:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.news-list .w1200 .list ul li:hover .txt {
  background: #ef1f1f;
}
.news-list .w1200 .list ul li:hover .txt .tit {
  color: #fff;
}
.news-list .w1200 .list ul li:hover .txt .ifo:before {
  color: #fff;
}
.news-list .w1200 .list ul li:hover .txt .ifo span {
  color: #fff;
}
.news-list .w1200 .list ul li .pic {
  height: 142px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border: 4px solid #fff;
  border-bottom: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-list .w1200 .list ul li .pic img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-list .w1200 .list ul li .txt {
  padding: 12px;
  background: #fff;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-list .w1200 .list ul li .txt .tit {
  font-size: 15px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3;
  transition: all 0.3;
}
.news-list .w1200 .list ul li .txt .ifo {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 10px 0 0 0;
  padding: 0 0 0 18px;
  position: relative;
}
.news-list .w1200 .list ul li .txt .ifo:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  content: "\eb58";
  font-family: "awesome";
  color: #999;
  font-size: 12px;
  line-height: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-list .w1200 .list ul li .txt .ifo span {
  -webkit-transition: all 0.3;
  transition: all 0.3;
  color: #999;
}
.news-list .w1200 .list ul li .txt .ifo span:nth-child(1) {
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 13px;
  line-height: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list .w1200 .list ul li .txt .ifo span:nth-child(2) {
  margin: 0 0 0 10px;
  font-size: 12px;
  line-height: 13px;
}
.news-list .w1200 .pager {
  margin: 20px 0 0 0;
}
.news-list .w1200 .pager .pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.news-list .w1200 .pager .pagination li {
  height: 32px;
  margin: 0 5px;
  cursor: pointer;
}
.news-list .w1200 .pager .pagination li.disabled {
  cursor: not-allowed;
}
.news-list .w1200 .pager .pagination li.active span,
.news-list .w1200 .pager .pagination li.active a {
  color: #fff;
  background: #ef1f1f;
  border: 1px solid #ef1f1f;
}
.news-list .w1200 .pager .pagination li span,
.news-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: 2px;
  border: 1px solid #f2f2f2;
}
.news-list .w1200 .pager .pagination li a:hover {
  color: #fff;
  background: #ef1f1f;
  border: 1px solid #ef1f1f;
}
@media screen and (max-width: 640px) {
  .news-list {
    font-size: 12px;
  }
  .news-list .w1200 {
    width: 100%;
    padding: 7px 4% 0 4%;
  }
  .news-list .w1200 .list ul li {
    width: calc(50% - 7px);
    margin: 14px 14px 0 0;
  }
  .news-list .w1200 .list ul li:nth-child(5n) {
    margin-right: 14px;
  }
  .news-list .w1200 .list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .news-list .w1200 .list ul li .pic {
    height: 120px;
  }
  .news-list .w1200 .pager .pagination li {
    display: none;
  }
  .news-list .w1200 .pager .pagination li.prev,
  .news-list .w1200 .pager .pagination li.next {
    display: block;
  }
}
.product-home {
  width: 100%;
}
.product-home .w1200 .col {
  margin: 36px 0 0 0;
}
.product-home .w1200 .col .tit {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.product-home .w1200 .col .tit span {
  font-size: 22px;
  font-weight: bold;
}
.product-home .w1200 .col .tit a {
  font-size: 12px;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-home .w1200 .col .tit a:hover {
  color: #ef1f1f;
}
.product-home .w1200 .col .box {
  margin: 20px 0 0 0;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
}
.product-home .w1200 .col .box .itm {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dashed #f2f2f2;
  padding: 0 0 7px 0;
}
.product-home .w1200 .col .box .itm a {
  margin: 0 20px 0 0;
  font-size: 14px;
  line-height: 2;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-home .w1200 .col .box .itm a:hover {
  color: #ef1f1f;
}
.product-home .w1200 .col .box .lis {
  padding: 14px 0 0 0;
}
.product-home .w1200 .col .box .lis ul {
  display: -webkit-box;
  display: flex;
}
.product-home .w1200 .col .box .lis ul li {
  width: 185px;
  margin: 0 10px 0 0;
}
.product-home .w1200 .col .box .lis ul li:last-child {
  margin: 0;
}
.product-home .w1200 .col .box .lis ul li:hover .pic {
  border: 4px solid #ef1f1f;
  border-bottom: none;
}
.product-home .w1200 .col .box .lis ul li:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.product-home .w1200 .col .box .lis ul li:hover .txt {
  background: #ef1f1f;
}
.product-home .w1200 .col .box .lis ul li:hover .txt .nme {
  color: #fff;
}
.product-home .w1200 .col .box .lis ul li:hover .txt .ifo:before {
  color: #fff;
}
.product-home .w1200 .col .box .lis ul li:hover .txt .ifo span:nth-child(1),
.product-home .w1200 .col .box .lis ul li:hover .txt .ifo span:nth-child(2) {
  color: #fff;
}
.product-home .w1200 .col .box .lis ul li .pic {
  height: 142px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border: 4px solid #f7f7f7;
  border-bottom: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-home .w1200 .col .box .lis ul li .pic img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-home .w1200 .col .box .lis ul li .txt {
  padding: 12px;
  background: #f7f7f7;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-home .w1200 .col .box .lis ul li .txt .nme {
  font-size: 15px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3;
  transition: all 0.3;
}
.product-home .w1200 .col .box .lis ul li .txt .ifo {
  display: -webkit-box;
  display: flex;
  margin: 10px 0 0 0;
}
.product-home .w1200 .col .box .lis ul li .txt .ifo span {
  -webkit-transition: all 0.3;
  transition: all 0.3;
}
.product-home .w1200 .col .box .lis ul li .txt .ifo span:nth-child(1) {
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 14px;
  color: #ef1f1f;
}
.product-home .w1200 .col .box .lis ul li .txt .ifo span:nth-child(2) {
  margin: 0 0 0 10px;
  font-size: 12px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
}
@media screen and (max-width: 640px) {
  .product-home {
    font-size: 12px;
  }
  .product-home .w1200 {
    width: 100%;
    padding: 0 4%;
  }
  .product-home .w1200 .col {
    margin: 20px 0 0 0;
  }
  .product-home .w1200 .col .tit span {
    font-size: 20px;
  }
  .product-home .w1200 .col .box {
    padding: 14px;
  }
  .product-home .w1200 .col .box .lis ul {
    flex-wrap: wrap;
  }
  .product-home .w1200 .col .box .lis ul li {
    width: calc(50% - 7px);
    margin: 14px 14px 0 0;
  }
  .product-home .w1200 .col .box .lis ul li:last-child {
    margin: 14px 14px 0 0;
  }
  .product-home .w1200 .col .box .lis ul li:nth-child(2n) {
    margin-right: 0;
  }
  .product-home .w1200 .col .box .lis ul li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .product-home .w1200 .col .box .lis ul li .pic {
    height: 120px;
  }
}
.product-list {
  width: 100%;
}
.product-list .w1200 .list ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.product-list .w1200 .list ul li {
  width: 224px;
  border: 1px solid #f2f2f2;
  margin: 20px 20px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-list .w1200 .list ul li:nth-child(5n) {
  margin-right: 0;
}
.product-list .w1200 .list ul li:hover .pic {
  border: 4px solid #ef1f1f;
  border-bottom: none;
}
.product-list .w1200 .list ul li:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.product-list .w1200 .list ul li:hover .txt {
  background: #ef1f1f;
}
.product-list .w1200 .list ul li:hover .txt .nme {
  color: #fff;
}
.product-list .w1200 .list ul li:hover .txt .ifo:before {
  color: #fff;
}
.product-list .w1200 .list ul li:hover .txt .ifo span:nth-child(1),
.product-list .w1200 .list ul li:hover .txt .ifo span:nth-child(2) {
  color: #fff;
}
.product-list .w1200 .list ul li .pic {
  height: 142px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border: 4px solid #fff;
  border-bottom: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-list .w1200 .list ul li .pic img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-list .w1200 .list ul li .txt {
  padding: 12px;
  background: #fff;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-list .w1200 .list ul li .txt .nme {
  font-size: 15px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3;
  transition: all 0.3;
}
.product-list .w1200 .list ul li .txt .ifo {
  display: -webkit-box;
  display: flex;
  margin: 10px 0 0 0;
}
.product-list .w1200 .list ul li .txt .ifo span {
  -webkit-transition: all 0.3;
  transition: all 0.3;
}
.product-list .w1200 .list ul li .txt .ifo span:nth-child(1) {
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 14px;
  color: #ef1f1f;
}
.product-list .w1200 .list ul li .txt .ifo span:nth-child(2) {
  margin: 0 0 0 10px;
  font-size: 12px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
}
.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: #ef1f1f;
  border: 1px solid #ef1f1f;
}
.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: 2px;
  border: 1px solid #f2f2f2;
}
.product-list .w1200 .pager .pagination li a:hover {
  color: #fff;
  background: #ef1f1f;
  border: 1px solid #ef1f1f;
}
@media screen and (max-width: 640px) {
  .product-list {
    font-size: 12px;
  }
  .product-list .w1200 {
    width: 100%;
    padding: 7px 4% 0 4%;
  }
  .product-list .w1200 .list ul li {
    width: calc(50% - 7px);
    margin: 14px 14px 0 0;
  }
  .product-list .w1200 .list ul li:nth-child(5n) {
    margin-right: 14px;
  }
  .product-list .w1200 .list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .product-list .w1200 .list ul li .pic {
    height: 120px;
  }
  .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-home {
  width: 100%;
}
.brand-home .w1200 .col {
  margin: 36px 0 0 0;
}
.brand-home .w1200 .col .tit {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.brand-home .w1200 .col .tit span {
  font-size: 22px;
  font-weight: bold;
}
.brand-home .w1200 .col .tit a {
  font-size: 12px;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-home .w1200 .col .tit a:hover {
  color: #ef1f1f;
}
.brand-home .w1200 .col .box {
  margin: 20px 0 0 0;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
}
.brand-home .w1200 .col .box .itm {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dashed #f2f2f2;
  padding: 0 0 7px 0;
}
.brand-home .w1200 .col .box .itm a {
  margin: 0 20px 0 0;
  font-size: 14px;
  line-height: 2;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-home .w1200 .col .box .itm a:hover {
  color: #ef1f1f;
}
.brand-home .w1200 .col .box .lis {
  padding: 14px 0 0 0;
}
.brand-home .w1200 .col .box .lis ul {
  display: -webkit-box;
  display: flex;
}
.brand-home .w1200 .col .box .lis ul li {
  width: 185px;
  margin: 0 10px 0 0;
}
.brand-home .w1200 .col .box .lis ul li:last-child {
  margin: 0;
}
.brand-home .w1200 .col .box .lis ul li:hover .pic {
  border: 4px solid #ef1f1f;
  border-bottom: none;
}
.brand-home .w1200 .col .box .lis ul li:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.brand-home .w1200 .col .box .lis ul li:hover .txt {
  background: #ef1f1f;
}
.brand-home .w1200 .col .box .lis ul li:hover .txt .nme {
  color: #fff;
}
.brand-home .w1200 .col .box .lis ul li:hover .txt .ifo:before {
  color: #fff;
}
.brand-home .w1200 .col .box .lis ul li:hover .txt .ifo span:nth-child(1),
.brand-home .w1200 .col .box .lis ul li:hover .txt .ifo span:nth-child(2) {
  color: #fff;
}
.brand-home .w1200 .col .box .lis ul li .pic {
  height: 142px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border: 4px solid #f7f7f7;
  border-bottom: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-home .w1200 .col .box .lis ul li .pic img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-home .w1200 .col .box .lis ul li .txt {
  padding: 12px;
  background: #f7f7f7;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-home .w1200 .col .box .lis ul li .txt .nme {
  font-size: 15px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3;
  transition: all 0.3;
}
.brand-home .w1200 .col .box .lis ul li .txt .ifo {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 10px 0 0 0;
}
.brand-home .w1200 .col .box .lis ul li .txt .ifo span {
  -webkit-transition: all 0.3;
  transition: all 0.3;
  font-size: 12px;
  line-height: 1;
  color: #999;
}
.brand-home .w1200 .col .box .lis ul li .txt .ifo span:nth-child(2) {
  font-size: 12px;
  line-height: 12px;
}
@media screen and (max-width: 640px) {
  .brand-home {
    font-size: 12px;
  }
  .brand-home .w1200 {
    width: 100%;
    padding: 0 4%;
  }
  .brand-home .w1200 .col {
    margin: 20px 0 0 0;
  }
  .brand-home .w1200 .col .tit span {
    font-size: 20px;
  }
  .brand-home .w1200 .col .box {
    padding: 14px;
  }
  .brand-home .w1200 .col .box .lis ul {
    flex-wrap: wrap;
  }
  .brand-home .w1200 .col .box .lis ul li {
    width: calc(50% - 7px);
    margin: 14px 14px 0 0;
  }
  .brand-home .w1200 .col .box .lis ul li:last-child {
    margin: 14px 14px 0 0;
  }
  .brand-home .w1200 .col .box .lis ul li:nth-child(2n) {
    margin-right: 0;
  }
  .brand-home .w1200 .col .box .lis ul li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .brand-home .w1200 .col .box .lis ul li .pic {
    height: 120px;
  }
}
.brand-list {
  width: 100%;
}
.brand-list .w1200 .list ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.brand-list .w1200 .list ul li {
  width: 224px;
  border: 1px solid #f2f2f2;
  margin: 20px 20px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-list .w1200 .list ul li:nth-child(5n) {
  margin-right: 0;
}
.brand-list .w1200 .list ul li:hover .pic {
  border: 4px solid #ef1f1f;
  border-bottom: none;
}
.brand-list .w1200 .list ul li:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.brand-list .w1200 .list ul li:hover .txt {
  background: #ef1f1f;
}
.brand-list .w1200 .list ul li:hover .txt .nme {
  color: #fff;
}
.brand-list .w1200 .list ul li:hover .txt .ifo:before {
  color: #fff;
}
.brand-list .w1200 .list ul li:hover .txt .ifo span:nth-child(1),
.brand-list .w1200 .list ul li:hover .txt .ifo span:nth-child(2) {
  color: #fff;
}
.brand-list .w1200 .list ul li .pic {
  height: 142px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border: 4px solid #fff;
  border-bottom: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-list .w1200 .list ul li .pic img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-list .w1200 .list ul li .txt {
  padding: 12px;
  background: #fff;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-list .w1200 .list ul li .txt .nme {
  font-size: 15px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3;
  transition: all 0.3;
}
.brand-list .w1200 .list ul li .txt .ifo {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 10px 0 0 0;
}
.brand-list .w1200 .list ul li .txt .ifo span {
  -webkit-transition: all 0.3;
  transition: all 0.3;
  font-size: 12px;
  line-height: 1;
  color: #999;
}
.brand-list .w1200 .list ul li .txt .ifo span:nth-child(2) {
  font-size: 12px;
  line-height: 12px;
}
.brand-list .w1200 .pager {
  margin: 20px 0 0 0;
}
.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: #ef1f1f;
  border: 1px solid #ef1f1f;
}
.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: 2px;
  border: 1px solid #f2f2f2;
}
.brand-list .w1200 .pager .pagination li a:hover {
  color: #fff;
  background: #ef1f1f;
  border: 1px solid #ef1f1f;
}
@media screen and (max-width: 640px) {
  .brand-list {
    font-size: 12px;
  }
  .brand-list .w1200 {
    width: 100%;
    padding: 7px 4% 0 4%;
  }
  .brand-list .w1200 .list ul li {
    width: calc(50% - 7px);
    margin: 14px 14px 0 0;
  }
  .brand-list .w1200 .list ul li:nth-child(5n) {
    margin-right: 14px;
  }
  .brand-list .w1200 .list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .brand-list .w1200 .list ul li .pic {
    height: 120px;
  }
  .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-view {
  width: 100%;
  margin: 36px 0 0 0;
}
.area-view .w1200 {
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
  padding: 20px;
}
.area-view .w1200 .province {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}
.area-view .w1200 .province a {
  font-size: 16px;
  line-height: 2;
  color: #ef1f1f;
  letter-spacing: 1px;
  margin: 0 20px 0 0;
}
.area-view .w1200 .city {
  padding: 10px 0;
  border-top: 1px dashed #ddd;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 2;
}
.area-view .w1200 .city:last-child {
  padding: 10px 0 0 0;
}
.area-view .w1200 .city span {
  font-weight: bold;
}
.area-view .w1200 .city a {
  margin: 0 10px 0 0;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.area-view .w1200 .city a:hover {
  color: #ef1f1f;
}
@media screen and (max-width: 640px) {
  .area-view {
    font-size: 12px;
    padding: 20px 4% 0 4%;
    margin: 0;
  }
  .area-view .w1200 {
    padding: 14px;
    width: 100%;
  }
  .area-view .w1200 .province {
    margin: 0 0 14px 0;
  }
  .area-view .w1200 .province a {
    font-size: 15px;
    margin: 0 15px 0 0;
  }
}
.select-item {
  width: 100%;
  margin: 36px 0 0 0;
}
.select-item .w1200 {
  background: #fff;
  padding: 20px;
  border: 1px solid #f2f2f2;
}
.select-item .w1200 .row {
  display: -webkit-box;
  display: flex;
}
.select-item .w1200 .row:nth-child(2) .item {
  border: none;
  padding: 7px 0 0 0;
}
.select-item .w1200 .row:nth-child(2) .item a {
  font-size: 13px;
  color: #999;
}
.select-item .w1200 .row .label {
  width: 90px;
}
.select-item .w1200 .row .label span {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 1px;
}
.select-item .w1200 .row .item {
  width: 1100px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dashed #eee;
  padding: 0 0 7px 0;
}
.select-item .w1200 .row .item a {
  font-size: 14px;
  line-height: 28px;
  margin: 0 20px 0 0;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.select-item .w1200 .row .item a:hover {
  color: #ef1f1f;
}
.select-item .w1200 .row .item a.active {
  color: #ef1f1f;
}
@media screen and (max-width: 640px) {
  .select-item {
    font-size: 12px;
    margin: 20px 0 0 0;
    padding: 0 4%;
  }
  .select-item .w1200 {
    width: 100%;
    padding: 14px;
  }
  .select-item .w1200 .row .label {
    display: none;
  }
}
.select-alph {
  width: 100%;
  margin: 36px 0 0 0;
}
.select-alph .w1200 {
  background: #fff;
  padding: 20px;
  border: 1px solid #f2f2f2;
  display: -webkit-box;
  display: flex;
}
.select-alph .w1200 .label {
  width: 90px;
}
.select-alph .w1200 .label span {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 1px;
}
.select-alph .w1200 .item {
  width: 1100px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.select-alph .w1200 .item a {
  font-size: 14px;
  line-height: 28px;
  margin: 0 20px 0 0;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.select-alph .w1200 .item a:hover {
  color: #ef1f1f;
}
.select-alph .w1200 .item a.active {
  color: #ef1f1f;
}
@media screen and (max-width: 640px) {
  .select-alph {
    font-size: 12px;
    margin: 20px 0 0 0;
    padding: 0 4%;
  }
  .select-alph .w1200 {
    width: 100%;
    padding: 14px;
  }
  .select-alph .w1200 .label {
    display: none;
  }
}
.select-area {
  width: 100%;
  margin: 36px 0 0 0;
}
.select-area .w1200 {
  background: #fff;
  padding: 20px;
  border: 1px solid #f2f2f2;
}
.select-area .w1200 .row {
  display: -webkit-box;
  display: flex;
}
.select-area .w1200 .row:nth-child(n + 2) .item {
  border-top: 1px dashed #eee;
  padding: 7px 0;
}
.select-area .w1200 .row:nth-child(n + 2) .item a {
  font-size: 13px;
  color: #999;
}
.select-area .w1200 .row:last-child .item {
  padding: 7px 0 0 0;
}
.select-area .w1200 .row .label {
  width: 90px;
}
.select-area .w1200 .row .label span {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 1px;
}
.select-area .w1200 .row .item {
  width: 1100px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 7px 0;
}
.select-area .w1200 .row .item a {
  font-size: 14px;
  line-height: 28px;
  margin: 0 20px 0 0;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.select-area .w1200 .row .item a:hover {
  color: #ef1f1f;
}
.select-area .w1200 .row .item a.active {
  color: #ef1f1f;
}
@media screen and (max-width: 640px) {
  .select-area {
    font-size: 12px;
    margin: 20px 0 0 0;
    padding: 0 4%;
  }
  .select-area .w1200 {
    width: 100%;
    padding: 14px;
  }
  .select-area .w1200 .row .label {
    display: none;
  }
}
.public-list {
  width: 100%;
  margin: 36px 0 0 0;
}
.public-list .w1200 .tit {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.public-list .w1200 .tit span {
  font-size: 22px;
  font-weight: bold;
}
.public-list .w1200 .tit a {
  font-size: 12px;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-list .w1200 .tit a:hover {
  color: #ef1f1f;
}
.public-list .w1200 .box {
  margin: 20px 0 0 0;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
}
.public-list .w1200 .box ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.public-list .w1200 .box ul li {
  width: 360px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 40px 0 0;
}
.public-list .w1200 .box ul li:nth-child(3n) {
  margin-right: 0;
}
.public-list .w1200 .box ul li a {
  line-height: 2;
}
.public-list .w1200 .box ul li a:nth-child(1) {
  font-size: 14px;
  color: #ef1f1f;
  margin: 0 5px 0 0;
}
.public-list .w1200 .box ul li a:nth-child(2) {
  font-size: 14px;
  -webkit-box-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-list .w1200 .box ul li a:nth-child(2):hover {
  color: #ef1f1f;
}
@media screen and (max-width: 640px) {
  .public-list {
    font-size: 12px;
    margin: 20px 0 0 0;
  }
  .public-list .w1200 {
    width: 100%;
    padding: 0 4%;
  }
  .public-list .w1200 .tit span {
    font-size: 20px;
  }
  .public-list .w1200 .box {
    padding: 14px;
  }
  .public-list .w1200 .box ul li {
    width: 100%;
    margin: 0;
  }
}
.public-hot {
  width: 100%;
}
.public-hot .w1200 .row {
  margin: 36px 0 0 0;
}
.public-hot .w1200 .row:nth-child(2) .package .inde {
  background: #ff6136;
}
.public-hot .w1200 .row:nth-child(2) .package .inde .box a:hover {
  background: #fff;
  color: #ff6136;
}
.public-hot .w1200 .row .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.public-hot .w1200 .row .title span {
  font-size: 22px;
  font-weight: bold;
}
.public-hot .w1200 .row .title a {
  font-size: 12px;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-hot .w1200 .row .title a:hover {
  color: #ef1f1f;
}
.public-hot .w1200 .row .package {
  margin: 20px 0 0 0;
  display: -webkit-box;
  display: flex;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
}
.public-hot .w1200 .row .package .inde {
  width: 200px;
  background: #148cff;
  padding: 20px;
}
.public-hot .w1200 .row .package .inde .tit {
  font-size: 18px;
  color: #fff;
}
.public-hot .w1200 .row .package .inde .box {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 0 0;
}
.public-hot .w1200 .row .package .inde .box a {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 8px 10px;
  color: #fff;
  font-size: 12px;
  margin: 10px 10px 0 0;
  border-radius: 29px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-hot .w1200 .row .package .inde .box a:hover {
  background: #fff;
  color: #148cff;
}
.public-hot .w1200 .row .package .list {
  -webkit-box-flex: 1;
          flex: 1;
  padding: 20px 0;
  background: #fff;
}
.public-hot .w1200 .row .package .list ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.public-hot .w1200 .row .package .list ul li {
  width: 33.33%;
  padding: 0 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border-right: 1px dashed #eee;
}
.public-hot .w1200 .row .package .list ul li:nth-child(3n) {
  margin-right: 0;
  border: none;
}
.public-hot .w1200 .row .package .list ul li a {
  line-height: 2;
}
.public-hot .w1200 .row .package .list ul li a:nth-child(1) {
  font-size: 14px;
  color: #fc310b;
  margin: 0 5px 0 0;
}
.public-hot .w1200 .row .package .list ul li a:nth-child(2) {
  font-size: 14px;
  -webkit-box-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-hot .w1200 .row .package .list ul li a:nth-child(2):hover {
  color: #ef1f1f;
}
@media screen and (max-width: 640px) {
  .public-hot {
    font-size: 12px;
  }
  .public-hot .w1200 {
    width: 100%;
    padding: 0 4%;
  }
  .public-hot .w1200 .row {
    margin: 20px 0 0 0;
  }
  .public-hot .w1200 .row .title span {
    font-size: 20px;
  }
  .public-hot .w1200 .row .package {
    flex-wrap: wrap;
  }
  .public-hot .w1200 .row .package .inde {
    width: 100%;
    padding: 14px;
  }
  .public-hot .w1200 .row .package .list {
    padding: 14px 0;
    width: 100%;
  }
  .public-hot .w1200 .row .package .list ul li {
    width: 100%;
    padding: 0 14px;
    border: none;
  }
}
.page-404 {
  width: 100%;
}
.page-404 .w1200 {
  height: 460px;
  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;
}
.page-404 .w1200 p {
  line-height: 1;
}
.page-404 .w1200 p:nth-child(1) {
  font-size: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.page-404 .w1200 p:nth-child(1) i {
  font-size: 34px;
  line-height: 1;
  color: red;
  margin: 0 10px 0 0;
}
.page-404 .w1200 p:nth-child(2) {
  font-size: 16px;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 640px) {
  .page-404 {
    font-size: 12px;
  }
  .page-404 .w1200 {
    width: 100%;
    height: 200px;
  }
  .page-404 .w1200 p:nth-child(1) {
    font-size: 18px;
  }
  .page-404 .w1200 p:nth-child(1) i {
    font-size: 24px;
  }
  .page-404 .w1200 p:nth-child(2) {
    font-size: 14px;
  }
}
.page-view {
  width: 100%;
  margin: 36px 0 0 0;
}
.page-view .w1200 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.page-view .w1200 .side {
  width: 260px;
}
.page-view .w1200 .side .menu {
  border-top: 1px solid #eee;
}
.page-view .w1200 .side .menu .row {
  border-bottom: 1px solid #eee;
}
.page-view .w1200 .side .menu .row a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 20px;
}
.page-view .w1200 .side .menu .row a:hover span {
  color: #ef1f1f;
}
.page-view .w1200 .side .menu .row a:hover i {
  color: #ef1f1f;
}
.page-view .w1200 .side .menu .row a.active {
  background: #ef1f1f;
}
.page-view .w1200 .side .menu .row a.active span {
  color: #fff;
}
.page-view .w1200 .side .menu .row a.active i {
  color: #fff;
}
.page-view .w1200 .side .menu .row a span {
  line-height: 46px;
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 15px;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-view .w1200 .side .menu .row a i {
  font-size: 14px;
  line-height: 1;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-view .w1200 .package {
  width: 900px;
  min-height: 420px;
}
.page-view .w1200 .package .title {
  border-bottom: 1px solid #eee;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 1px;
  color: #ef1f1f;
}
.page-view .w1200 .package .title span {
  font-size: 12px;
  margin: 0 0 0 10px;
  color: #999;
  letter-spacing: 0;
}
.page-view .w1200 .package .content {
  padding: 20px 5px 0 5px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
  color: #666;
}
.page-view .w1200 .package .content p {
  text-indent: 2em;
}
.page-view .w1200 .package .content img {
  margin: 0 auto;
}
.page-view .w1200 .package .content #mapbox {
  width: 100%;
  height: 500px;
  border: 4px solid #fff;
}
.page-view .w1200 .package .content #mapbox p {
  text-indent: 0;
}
@media screen and (max-width: 640px) {
  .page-view {
    margin: 20px 0 0 0;
  }
  .page-view .w1200 {
    width: 100%;
    padding: 0 4%;
    flex-wrap: wrap;
  }
  .page-view .w1200 .side {
    width: 100%;
  }
  .page-view .w1200 .package {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.latest-view {
  width: 100%;
  margin: 36px 0 0 0;
}
.latest-view .w1200 .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.latest-view .w1200 .title span {
  font-size: 22px;
  font-weight: bold;
}
.latest-view .w1200 .title a {
  font-size: 12px;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.latest-view .w1200 .title a:hover {
  color: #ef1f1f;
}
.latest-view .w1200 .package {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  background: #fff;
  padding: 20px;
  margin: 20px 0 0 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
}
.latest-view .w1200 .package .col {
  width: calc(50% - 20px);
}
.latest-view .w1200 .package .col ul li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 0 0 12px;
  position: relative;
}
.latest-view .w1200 .package .col ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  content: "";
  width: 4px;
  height: 4px;
  background: #ef1f1f;
}
.latest-view .w1200 .package .col ul li a {
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 14px;
  line-height: 2;
  color: #666;
  margin: 0 20px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.latest-view .w1200 .package .col ul li a:hover {
  color: #ef1f1f;
}
.latest-view .w1200 .package .col ul li span {
  color: #999;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .latest-view {
    margin: 0;
    font-size: 12px;
    padding: 20px 4% 0 4%;
  }
  .latest-view .w1200 {
    width: 100%;
  }
  .latest-view .w1200 .title span {
    font-size: 20px;
  }
  .latest-view .w1200 .package {
    padding: 14px;
    flex-wrap: wrap;
  }
  .latest-view .w1200 .package .col {
    width: 100%;
  }
}
.cnzz {
  width: 100%;
  overflow: hidden;
  height: 0;
}
