@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: #f2f2f2;
}
@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 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.public-top {
  width: 100%;
  background: #fafafa;
  border-bottom: 1px solid #eee;
}
.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: #f64400;
}
.public-top .w1200 .item a:before {
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -5px;
  content: "";
  width: 1px;
  height: 10px;
  background: #ddd;
}
@media screen and (max-width: 640px) {
  .public-top {
    display: none;
  }
}
.public-header {
  width: 100%;
  background: #fff;
  z-index: 1;
}
.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: #f64400;
}
.public-header .w1200 .search .form form {
  display: -webkit-box;
  display: flex;
  width: 386px;
}
.public-header .w1200 .search .form form input {
  -webkit-box-flex: 1;
          flex: 1;
  width: 100%;
  line-height: 34px;
  border: 2px solid #f64400;
  border-right: none;
  font-size: 14px;
  padding: 0 10px 0 40px;
}
.public-header .w1200 .search .form form button {
  font-size: 14px;
  background: #f64400;
  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: #f64400;
}
.public-header .w1200 .box {
  width: 360px;
  position: relative;
}
.public-header .w1200 .box .swiper-container {
  width: 100%;
}
.public-header .w1200 .box .swiper-container .swiper-slide {
  width: 100%;
}
.public-header .w1200 .btn {
  display: none;
}
@media screen and (max-width: 640px) {
  .public-header {
    font-size: 12px;
  }
  .public-header .w1200 {
    width: 100%;
    padding: 15px 4%;
  }
  .public-header .w1200 .logo a img {
    height: 34px;
  }
  .public-header .w1200 .search {
    display: none;
  }
  .public-header .w1200 .box {
    display: none;
  }
  .public-header .w1200 .btn {
    display: block;
  }
  .public-header .w1200 .btn i {
    font-size: 32px;
    line-height: 1;
    color: #666;
  }
}
.public-menu {
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #dfdfdf;
  box-shadow: 3px 3px 3px #d8d7d8;
  margin: -2px 0 0 0;
  padding: 2px 0 0 0;
}
.public-menu .w1200 {
  display: -webkit-box;
  display: flex;
}
.public-menu .w1200 .tips {
  background: #f64400;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 180px;
  height: 40px;
  padding: 0 20px;
}
.public-menu .w1200 .tips i {
  font-size: 17px;
  line-height: 1;
  margin: 0 8px 0 0;
}
.public-menu .w1200 .tips span {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
}
.public-menu .w1200 .menu {
  width: calc(100% - 180px);
  padding: 0 0 0 20px;
}
.public-menu .w1200 .menu ul {
  width: 100%;
  display: -webkit-box;
  display: flex;
}
.public-menu .w1200 .menu ul li {
  padding: 0 20px;
  position: relative;
}
.public-menu .w1200 .menu ul li.new:after {
  position: absolute;
  top: 0;
  right: 6px;
  content: "";
  width: 20px;
  height: 12px;
  background: url(../images/new.png) center center no-repeat;
}
.public-menu .w1200 .menu ul li.active a {
  color: #f64400;
  border-bottom: 3px solid #f64400;
}
.public-menu .w1200 .menu ul li a {
  display: block;
  line-height: 34px;
  font-size: 16px;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.public-menu .w1200 .menu ul li a:hover {
  color: #f64400;
  border-bottom: 3px solid #f64400;
}
@media screen and (max-width: 640px) {
  .public-menu {
    font-size: 12px;
    border: none;
    box-shadow: none;
  }
  .public-menu .w1200 {
    width: 100%;
    position: relative;
  }
  .public-menu .w1200 .tips {
    display: none;
  }
  .public-menu .w1200 .menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 4%;
    background: #f2f2f2;
    box-shadow: 0 4px 4px #eee;
    z-index: 10;
    display: none;
  }
  .public-menu .w1200 .menu ul {
    flex-wrap: wrap;
  }
  .public-menu .w1200 .menu ul li {
    width: 100%;
    padding: 0;
  }
  .public-menu .w1200 .menu ul li:last-child.active a {
    border: none;
  }
  .public-menu .w1200 .menu ul li:last-child a {
    border: none;
  }
  .public-menu .w1200 .menu ul li:last-child a:hover {
    border: none;
  }
  .public-menu .w1200 .menu ul li.new:after {
    display: none;
  }
  .public-menu .w1200 .menu ul li.active a {
    border-top: none;
    border-bottom: 1px solid #e8e8e8;
  }
  .public-menu .w1200 .menu ul li a {
    border-top: none;
    border-bottom: 1px solid #e8e8e8;
    line-height: 48px;
  }
  .public-menu .w1200 .menu ul li a:hover {
    border-top: none;
    border-bottom: 1px solid #e8e8e8;
  }
}
.public-chunk {
  width: 100%;
}
.public-chunk .w1200 {
  display: -webkit-box;
  display: flex;
  position: relative;
  padding: 20px 0 0 200px;
}
.public-chunk .w1200 .menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  background: #fff;
}
.public-chunk .w1200 .menu ul {
  padding: 10px 0;
  position: relative;
}
.public-chunk .w1200 .menu ul li {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-chunk .w1200 .menu ul li:hover {
  background: #f64400;
}
.public-chunk .w1200 .menu ul li:hover .tit {
  color: #fff;
}
.public-chunk .w1200 .menu ul li:hover .tit:before {
  color: #fff;
}
.public-chunk .w1200 .menu ul li:hover .tit:after {
  color: #fff;
}
.public-chunk .w1200 .menu ul li:hover .box {
  display: block;
}
.public-chunk .w1200 .menu ul li:nth-child(1) .tit:before {
  content: "\ed94";
}
.public-chunk .w1200 .menu ul li:nth-child(2) .tit:before {
  content: "\ec12";
}
.public-chunk .w1200 .menu ul li:nth-child(3) .tit:before {
  content: "\edb2";
}
.public-chunk .w1200 .menu ul li:nth-child(4) .tit:before {
  content: "\ec50";
}
.public-chunk .w1200 .menu ul li:nth-child(5) .tit:before {
  content: "\ebd5";
}
.public-chunk .w1200 .menu ul li:nth-child(6) .tit:before {
  content: "\eb5b";
}
.public-chunk .w1200 .menu ul li:nth-child(7) .tit:before {
  content: "\eca1";
}
.public-chunk .w1200 .menu ul li:nth-child(8) .tit:before {
  content: "\ecf4";
}
.public-chunk .w1200 .menu ul li:nth-child(9) .tit:before {
  content: "\edbc";
}
.public-chunk .w1200 .menu ul li:nth-child(10) .tit:before {
  content: "\eaf7";
}
.public-chunk .w1200 .menu ul li:nth-child(11) .tit:before {
  content: "\ecee";
}
.public-chunk .w1200 .menu ul li:nth-child(12) .tit:before {
  content: "\ec59";
}
.public-chunk .w1200 .menu ul li:nth-child(13) .tit:before {
  content: "\ebd9";
}
.public-chunk .w1200 .menu ul li:nth-child(14) .tit:before {
  content: "\eb9b";
}
.public-chunk .w1200 .menu ul li:nth-child(15) .tit:before {
  content: "\ec68";
}
.public-chunk .w1200 .menu ul li:nth-child(16) .tit:before {
  content: "\ec45";
}
.public-chunk .w1200 .menu ul li:nth-child(17) .tit:before {
  content: "\ea3a";
}
.public-chunk .w1200 .menu ul li:nth-child(18) .tit:before {
  content: "\eb8a";
}
.public-chunk .w1200 .menu ul li:nth-child(19) .tit:before {
  content: "\ed92";
}
.public-chunk .w1200 .menu ul li:nth-child(20) .tit:before {
  content: "\ed6c";
}
.public-chunk .w1200 .menu ul li .tit {
  display: block;
  line-height: 32px;
  font-size: 14px;
  color: #606060;
  padding: 0 20px 0 45px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-chunk .w1200 .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: #606060;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-chunk .w1200 .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: #999;
  font-weight: lighter;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-chunk .w1200 .menu ul li .box {
  width: 770px;
  height: 660px;
  padding: 20px;
  box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.6);
  position: absolute;
  left: 180px;
  top: 0;
  background: #fff;
  z-index: 10;
  display: none;
}
.public-chunk .w1200 .menu ul li .box .name {
  font-size: 16px;
  font-weight: bold;
  color: #f64400;
  line-height: 1;
  letter-spacing: 1px;
  margin: 0 0 14px 0;
  position: relative;
}
.public-chunk .w1200 .menu ul li .box .name:after {
  position: absolute;
  left: 0;
  bottom: -14px;
  content: "";
  width: 40px;
  height: 2px;
  background: #f64400;
}
.public-chunk .w1200 .menu ul li .box .child {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #f5f5f5;
  padding: 8px 0;
}
.public-chunk .w1200 .menu ul li .box .child a {
  font-size: 14px;
  line-height: 2;
  color: #333;
  margin: 0 15px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-chunk .w1200 .menu ul li .box .child a:hover {
  color: #f64400;
}
.public-chunk .w1200 .menu ul li .box .brand {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0 0 0;
}
.public-chunk .w1200 .menu ul li .box .brand .col {
  width: 175px;
  margin: 10px 10px 0 0;
}
.public-chunk .w1200 .menu ul li .box .brand .col:nth-child(4n) {
  margin-right: 0;
}
.public-chunk .w1200 .menu ul li .box .brand .col a {
  display: block;
}
.public-chunk .w1200 .menu ul li .box .brand .col a:hover .pic {
  border: 4px solid #f64400;
  border-bottom: none;
}
.public-chunk .w1200 .menu ul li .box .brand .col a:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.public-chunk .w1200 .menu ul li .box .brand .col a:hover .txt {
  background: #f64400;
}
.public-chunk .w1200 .menu ul li .box .brand .col a:hover .txt span:nth-child(1),
.public-chunk .w1200 .menu ul li .box .brand .col a:hover .txt span:nth-child(2) {
  color: #fff;
}
.public-chunk .w1200 .menu ul li .box .brand .col a .pic {
  height: 120px;
  border: 4px solid #f2f2f2;
  border-bottom: none;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-chunk .w1200 .menu ul li .box .brand .col a .pic img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-chunk .w1200 .menu ul li .box .brand .col a .txt {
  background: #f2f2f2;
  padding: 8px 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-chunk .w1200 .menu ul li .box .brand .col a .txt span {
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-chunk .w1200 .menu ul li .box .brand .col a .txt span:nth-child(1) {
  font-size: 15px;
  color: #333;
  -webkit-box-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-chunk .w1200 .menu ul li .box .brand .col a .txt span:nth-child(2) {
  font-size: 12px;
  color: #999;
}
.public-chunk .w1200 .show .banner {
  width: 750px;
  position: relative;
}
.public-chunk .w1200 .show .banner .swiper-container {
  width: 100%;
}
.public-chunk .w1200 .show .banner .swiper-container .swiper-slide {
  width: 100%;
}
.public-chunk .w1200 .show .banner .swiper-container .swiper-slide a {
  display: block;
}
.public-chunk .w1200 .show .banner .swiper-container .swiper-slide a img {
  width: 100%;
}
.public-chunk .w1200 .show .banner .swiper-container .swiper-pagination-bullets {
  bottom: 15px;
}
.public-chunk .w1200 .show .banner .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 40px;
  height: 15px;
  border-radius: 15px;
}
.public-chunk .w1200 .show .banner .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #f64400;
}
.public-chunk .w1200 .show .brand {
  width: 750px;
  height: 280px;
  margin: 20px 0 0 0;
  position: relative;
}
.public-chunk .w1200 .show .brand .swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.public-chunk .w1200 .show .brand .swiper-container .swiper-slide {
  height: calc((100% - 20px) / 2);
}
.public-chunk .w1200 .show .brand .swiper-container .swiper-slide a {
  display: block;
}
.public-chunk .w1200 .show .brand .swiper-container .swiper-slide a:hover .pic {
  border: 4px solid #f64400;
  border-bottom: none;
}
.public-chunk .w1200 .show .brand .swiper-container .swiper-slide a:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.public-chunk .w1200 .show .brand .swiper-container .swiper-slide a:hover .txt {
  background: #f64400;
}
.public-chunk .w1200 .show .brand .swiper-container .swiper-slide a:hover .txt span:nth-child(1),
.public-chunk .w1200 .show .brand .swiper-container .swiper-slide a:hover .txt span:nth-child(2) {
  color: #fff;
}
.public-chunk .w1200 .show .brand .swiper-container .swiper-slide a .pic {
  border: 4px solid #fff;
  border-bottom: none;
  height: 95px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-chunk .w1200 .show .brand .swiper-container .swiper-slide a .pic img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-chunk .w1200 .show .brand .swiper-container .swiper-slide a .txt {
  background: #fff;
  padding: 8px 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-chunk .w1200 .show .brand .swiper-container .swiper-slide a .txt span {
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-chunk .w1200 .show .brand .swiper-container .swiper-slide a .txt span:nth-child(1) {
  font-size: 15px;
  color: #333;
  -webkit-box-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-chunk .w1200 .show .brand .swiper-container .swiper-slide a .txt span:nth-child(2) {
  font-size: 12px;
  color: #999;
}
.public-chunk .w1200 .info {
  width: 230px;
  background: #fff;
  margin: 0 0 0 20px;
  border-top: 1px solid #f64400;
}
.public-chunk .w1200 .info .btns {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 20px 20px 0 20px;
}
.public-chunk .w1200 .info .btns a {
  display: block;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 3px;
}
.public-chunk .w1200 .info .btns a:nth-child(1) {
  background: #f64400;
  color: #fff;
  line-height: 32px;
  border: 1px solid #f64400;
}
.public-chunk .w1200 .info .btns a:nth-child(1):hover {
  box-shadow: 2px 2px 4px rgba(246, 68, 0, 0.5);
}
.public-chunk .w1200 .info .btns a:nth-child(2) {
  border: 1px solid #f64400;
  color: #f64400;
  margin: 10px 0 0 0;
  line-height: 32px;
}
.public-chunk .w1200 .info .btns a:nth-child(2):hover {
  box-shadow: 2px 2px 4px rgba(246, 68, 0, 0.5);
}
.public-chunk .w1200 .info .item {
  padding: 20px 20px 0 20px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.public-chunk .w1200 .info .item .col {
  width: 33.33%;
  margin: 0 0 20px 0;
}
.public-chunk .w1200 .info .item .col:hover a i {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.public-chunk .w1200 .info .item .col:hover a span {
  color: #f64400;
}
.public-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;
}
.public-chunk .w1200 .info .item .col a i {
  background: #f64400;
  width: 38px;
  height: 38px;
  font-size: 18px;
  line-height: 38px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-chunk .w1200 .info .item .col a span {
  font-size: 12px;
  line-height: 1;
  color: #666;
  margin: 8px 0 0 0;
}
.public-chunk .w1200 .info .tips {
  width: 100%;
  height: 132px;
  padding: 20px;
  background: url(../images/xc.png) center center no-repeat;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.public-chunk .w1200 .info .tips span {
  font-size: 12px;
  color: #fff;
  margin: 10px 0 0 0;
}
.public-chunk .w1200 .info .tips span:nth-child(1) {
  margin: 0;
}
@media screen and (max-width: 640px) {
  .public-chunk {
    font-size: 12px;
  }
  .public-chunk .w1200 {
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
  }
  .public-chunk .w1200 .menu {
    position: static;
    width: 100%;
  }
  .public-chunk .w1200 .menu ul {
    width: 100%;
    padding: 20px 4% 0 4%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .public-chunk .w1200 .menu ul li {
    width: 25%;
    margin: 0 0 20px 0;
  }
  .public-chunk .w1200 .menu ul li:hover {
    background: #fff;
  }
  .public-chunk .w1200 .menu ul li:hover .tit {
    color: #606060;
  }
  .public-chunk .w1200 .menu ul li:hover .tit:before {
    color: #f64400;
  }
  .public-chunk .w1200 .menu ul li:hover .box {
    display: none;
  }
  .public-chunk .w1200 .menu ul li .tit {
    padding: 34px 0 0 0;
    line-height: 1;
    text-align: center;
  }
  .public-chunk .w1200 .menu ul li .tit:before {
    top: 0;
    left: 0;
    margin-top: 0;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #ff6136;
  }
  .public-chunk .w1200 .menu ul li .tit:after {
    display: none;
  }
  .public-chunk .w1200 .show {
    width: 100%;
  }
  .public-chunk .w1200 .show .banner {
    width: 100%;
  }
  .public-chunk .w1200 .show .brand {
    display: none;
  }
  .public-chunk .w1200 .info {
    width: 100%;
    margin: 0;
    border: none;
  }
  .public-chunk .w1200 .info .btns {
    padding: 0 4% 14px 4%;
  }
  .public-chunk .w1200 .info .item {
    display: none;
  }
  .public-chunk .w1200 .info .tips {
    display: none;
  }
}
.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: #f64400;
}
.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: 378px;
  margin: 20px 20px 0 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
  display: -webkit-box;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-product .w1200 .package .col:nth-child(2n) {
  margin-right: 0;
}
.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 .lft {
  width: 200px;
  padding: 0 20px;
  background: #fafafa;
  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 .lft .tit {
  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 .lft .tit span {
  background: #b37d50;
  font-size: 15px;
  color: #fff;
  line-height: 32px;
  padding: 0 32px;
  border-radius: 32px;
}
.index-product .w1200 .package .col .lft .tit a {
  font-size: 12px;
  line-height: 1;
  margin: 15px 0 0 0;
  color: #f64400;
}
.index-product .w1200 .package .col .lft .pic {
  max-width: 120px;
  margin: 80px 0 0 0;
}
.index-product .w1200 .package .col .rht {
  width: calc(100% - 200px);
  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 .rht .child {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.index-product .w1200 .package .col .rht .child 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 .rht .child a:hover {
  color: #f64400;
}
.index-product .w1200 .package .col .rht .product {
  width: 100%;
  height: 260px;
  padding: 13px 0 0 0;
  border-top: 1px dashed #f2f2f2;
  position: relative;
}
.index-product .w1200 .package .col .rht .product .swiper-container {
  width: 100%;
  height: 100%;
}
.index-product .w1200 .package .col .rht .product .swiper-container .swiper-slide {
  height: calc((100% - 12px) / 2);
}
.index-product .w1200 .package .col .rht .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 .rht .product .swiper-container .swiper-slide a:hover .pic {
  border: 4px solid #f64400;
  border-bottom: none;
}
.index-product .w1200 .package .col .rht .product .swiper-container .swiper-slide a:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.index-product .w1200 .package .col .rht .product .swiper-container .swiper-slide a:hover .tit {
  background: #f64400;
}
.index-product .w1200 .package .col .rht .product .swiper-container .swiper-slide a:hover .tit span:nth-child(1),
.index-product .w1200 .package .col .rht .product .swiper-container .swiper-slide a:hover .tit span:nth-child(2) {
  color: #fff;
}
.index-product .w1200 .package .col .rht .product .swiper-container .swiper-slide a .pic {
  width: calc(100% - 8px);
  height: 83px;
  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 .rht .product .swiper-container .swiper-slide a .pic img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-product .w1200 .package .col .rht .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 .rht .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 .rht .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 .rht .product .swiper-container .swiper-slide a .tit span:nth-child(2) {
  font-size: 14px;
  color: #f64400;
  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: #f64400;
}
.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%;
  }
  .index-product .w1200 .package .col {
    width: 100%;
    height: auto;
    margin: 14px 0 0 0;
    flex-wrap: wrap;
  }
  .index-product .w1200 .package .col .lft {
    width: 100%;
    padding: 14px;
  }
  .index-product .w1200 .package .col .lft .tit {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .index-product .w1200 .package .col .lft .tit a {
    margin: 0;
  }
  .index-product .w1200 .package .col .lft .pic {
    display: none;
  }
  .index-product .w1200 .package .col .rht {
    width: 100%;
  }
  .index-product .w1200 .load {
    margin: 14px 0 0 0;
  }
  .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 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.index-news .w1200 .title .more .item {
  display: -webkit-box;
  display: flex;
}
.index-news .w1200 .title .more .item span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #f64400;
  margin: 0 6px 0 0;
  cursor: pointer;
}
.index-news .w1200 .title .more .item span.active {
  background: #f64400;
}
.index-news .w1200 .title .more .link {
  font-size: 12px;
  line-height: 1;
  margin: 0 0 0 4px;
}
.index-news .w1200 .title .more .link a {
  color: #999;
}
.index-news .w1200 .package ul {
  display: none;
  flex-wrap: wrap;
}
.index-news .w1200 .package ul:nth-child(1) {
  display: -webkit-box;
  display: flex;
}
.index-news .w1200 .package ul li {
  width: 386.66px;
  background: #fff;
  margin: 20px 20px 0 0;
  padding: 14px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-news .w1200 .package ul li:nth-child(3n) {
  margin-right: 0;
}
.index-news .w1200 .package ul li: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-news .w1200 .package ul li .pic {
  position: relative;
}
.index-news .w1200 .package ul li .pic:hover a:nth-child(1) {
  border: 4px solid #f64400;
}
.index-news .w1200 .package ul li .pic:hover a:nth-child(1) img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.index-news .w1200 .package ul li .pic:hover a:nth-child(2) {
  border-bottom-right-radius: 23px;
}
.index-news .w1200 .package ul li .pic:hover a:nth-child(2) span {
  padding: 1px 15px 4px 5px;
}
.index-news .w1200 .package ul li .pic a:nth-child(1) {
  width: 125px;
  height: 80px;
  border: 4px solid #f5f5f5;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.index-news .w1200 .package ul li .pic a:nth-child(1) img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-news .w1200 .package ul li .pic a:nth-child(2) {
  position: absolute;
  left: 4px;
  top: 3px;
  background: #f64400;
  border-bottom-right-radius: 19px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-news .w1200 .package ul li .pic a:nth-child(2) span {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  display: block;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 18px;
  padding: 1px 15px 0 5px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-news .w1200 .package ul li .txt {
  width: calc(100% - 135px);
  height: 70px;
  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-news .w1200 .package ul li .txt .tit {
  font-size: 15px;
  line-height: 20px;
}
.index-news .w1200 .package ul li .txt .tit a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-news .w1200 .package ul li .txt .tit a:hover {
  color: #f64400;
}
.index-news .w1200 .package ul li .txt .ifo {
  display: -webkit-box;
  display: flex;
  line-height: 17px;
}
.index-news .w1200 .package ul li .txt .ifo span {
  font-size: 12px;
  color: #999;
}
.index-news .w1200 .package ul li .txt .ifo span:nth-child(1) {
  position: relative;
  padding: 0 0 0 18px;
  -webkit-box-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-news .w1200 .package ul li .txt .ifo span:nth-child(1):before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  content: "\eb58";
  font-family: "awesome";
  color: #f64400;
  font-size: 12px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-news .w1200 .package ul li .txt .ifo span:nth-child(2) {
  margin: 0 0 0 5px;
}
@media screen and (max-width: 640px) {
  .index-news {
    font-size: 12px;
  }
  .index-news .w1200 {
    width: 100%;
    padding: 0 4%;
  }
  .index-news .w1200 .package ul li {
    width: 100%;
    margin: 14px 0 0 0;
  }
  .index-news .w1200 .package ul li .txt .tit {
    font-size: 0.15rem;
  }
}
.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 #f64400;
}
.index-links .w1200 .title span {
  background: #f64400;
  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: #f64400;
}
@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: #f64400;
}
.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: #f64400;
}
.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%;
  margin: 36px 0 0 0;
}
.public-position .w1200 {
  padding: 12px 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: 4px solid #f64400;
  background: #fff;
}
.public-position .w1200 i {
  color: #f64400;
  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: #f64400;
}
.public-position .w1200 b {
  font-size: 14px;
  line-height: 14px;
  color: #666;
}
@media screen and (max-width: 640px) {
  .public-position {
    font-size: 12px;
    margin: 0;
  }
  .public-position .w1200 {
    width: 100%;
    padding: 12px 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: #f64400;
}
.news-home .w1200 .col .box {
  margin: 20px 0 0 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
}
.news-home .w1200 .col .box .itm {
  background: #f64400;
  padding: 15px 20px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.news-home .w1200 .col .box .itm a {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 8px 16px;
  color: #fff;
  font-size: 12px;
  margin: 5px 10px 5px 0;
  border-radius: 29px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-home .w1200 .col .box .itm a:hover {
  background: #fff;
  color: #f64400;
}
.news-home .w1200 .col .box .lis {
  min-height: 320px;
  background: #fff;
  padding: 20px;
}
.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: #f64400;
}
.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: #f64400;
}
.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: 20px 4% 0 4%;
  }
  .news-home .w1200 .col:nth-child(1) {
    margin: 0;
  }
  .news-home .w1200 .col .box .lis {
    width: 100%;
  }
  .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 #f64400;
  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: #f64400;
}
.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: #f64400;
  border: 1px solid #f64400;
}
.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: #f64400;
  border: 1px solid #f64400;
}
@media screen and (max-width: 640px) {
  .news-list {
    font-size: 12px;
  }
  .news-list .w1200 {
    width: 100%;
    padding: 20px 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:nth-child(-n + 2) {
    margin-top: 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: #f64400;
}
.product-home .w1200 .col .box {
  margin: 20px 0 0 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
}
.product-home .w1200 .col .box .itm {
  background: #f64400;
  padding: 15px 20px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.product-home .w1200 .col .box .itm a {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 8px 16px;
  color: #fff;
  font-size: 12px;
  margin: 5px 10px 5px 0;
  border-radius: 29px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-home .w1200 .col .box .itm a:hover {
  background: #fff;
  color: #f64400;
}
.product-home .w1200 .col .box .lis {
  min-height: 245px;
  padding: 20px;
  background: #fff;
}
.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 #f64400;
  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: #f64400;
}
.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) {
  line-height: 1;
  font-size: 14px;
  color: #f64400;
}
.product-home .w1200 .col .box .lis ul li .txt .ifo span:nth-child(2) {
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 12px;
  text-align: right;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .product-home {
    font-size: 12px;
  }
  .product-home .w1200 {
    width: 100%;
    padding: 20px 4% 0 4%;
  }
  .product-home .w1200 .col:nth-child(1) {
    margin: 0;
  }
  .product-home .w1200 .col .box {
    margin: 14px 0 0 0;
  }
  .product-home .w1200 .col .box .lis {
    padding: 0 14px 14px 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 .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 #f64400;
  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: #f64400;
}
.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: 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: #f64400;
  border: 1px solid #f64400;
}
.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: #f64400;
  border: 1px solid #f64400;
}
@media screen and (max-width: 640px) {
  .product-list {
    font-size: 12px;
  }
  .product-list .w1200 {
    width: 100%;
    padding: 20px 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:nth-child(-n + 2) {
    margin-top: 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: #f64400;
}
.brand-home .w1200 .col .box {
  margin: 20px 0 0 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
}
.brand-home .w1200 .col .box .itm {
  background: #f64400;
  padding: 15px 20px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.brand-home .w1200 .col .box .itm a {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 8px 16px;
  color: #fff;
  font-size: 12px;
  margin: 5px 10px 5px 0;
  border-radius: 29px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-home .w1200 .col .box .itm a:hover {
  background: #fff;
  color: #f64400;
}
.brand-home .w1200 .col .box .lis {
  min-height: 245px;
  padding: 20px;
  background: #fff;
}
.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 #f64400;
  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: #f64400;
}
.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: 20px 4% 0 4%;
  }
  .brand-home .w1200 .col:nth-child(1) {
    margin: 0;
  }
  .brand-home .w1200 .col .box {
    margin: 14px 0 0 0;
  }
  .brand-home .w1200 .col .box .lis {
    padding: 0 14px 14px 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 .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 #f64400;
  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: #f64400;
}
.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: #f64400;
  border: 1px solid #f64400;
}
.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: #f64400;
  border: 1px solid #f64400;
}
@media screen and (max-width: 640px) {
  .brand-list {
    font-size: 12px;
  }
  .brand-list .w1200 {
    width: 100%;
    padding: 20px 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:nth-child(-n + 2) {
    margin-top: 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: #f64400;
  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: #f64400;
}
@media screen and (max-width: 640px) {
  .area-view {
    font-size: 12px;
    margin: 0;
    padding: 20px 4% 0 4%;
  }
  .area-view .w1200 {
    width: 100%;
    padding: 14px;
  }
}
.select-item {
  width: 100%;
  margin: 36px 0 0 0;
}
.select-item .w1200 .tit {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.select-item .w1200 .tit span {
  font-size: 22px;
  font-weight: bold;
}
.select-item .w1200 .tit a {
  font-size: 12px;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.select-item .w1200 .tit a:hover {
  color: #f64400;
}
.select-item .w1200 .box {
  background: #fff;
  padding: 20px;
  margin: 20px 0 0 0;
  border: 1px solid #f2f2f2;
}
.select-item .w1200 .box .row:nth-child(2) .item {
  border: none;
  padding: 7px 0 0 0;
}
.select-item .w1200 .box .row:nth-child(2) .item a {
  font-size: 13px;
  color: #999;
}
.select-item .w1200 .box .row .item {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dashed #eee;
  padding: 0 0 7px 0;
}
.select-item .w1200 .box .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 .box .row .item a:hover {
  color: #f64400;
}
.select-item .w1200 .box .row .item a.active {
  color: #f64400;
}
@media screen and (max-width: 640px) {
  .select-item {
    font-size: 12px;
    margin: 0;
  }
  .select-item .w1200 {
    width: 100%;
    padding: 20px 4% 0 4%;
  }
  .select-item .w1200 .box {
    margin: 14px 0 0 0;
    padding: 14px;
  }
}
.select-alph {
  width: 100%;
  margin: 36px 0 0 0;
}
.select-alph .w1200 .tit {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.select-alph .w1200 .tit span {
  font-size: 22px;
  font-weight: bold;
}
.select-alph .w1200 .tit a {
  font-size: 12px;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.select-alph .w1200 .tit a:hover {
  color: #f64400;
}
.select-alph .w1200 .box {
  padding: 20px;
  background: #fff;
  margin: 20px 0 0 0;
  border: 1px solid #f2f2f2;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.select-alph .w1200 .box 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 .box a:hover {
  color: #f64400;
}
.select-alph .w1200 .box a.active {
  color: #f64400;
}
@media screen and (max-width: 640px) {
  .select-alph {
    margin: 0;
    font-size: 12px;
  }
  .select-alph .w1200 {
    width: 100%;
    padding: 20px 4% 0 4%;
  }
  .select-alph .w1200 .box {
    margin: 14px 0 0 0;
    padding: 14px;
  }
}
.select-area {
  width: 100%;
  margin: 36px 0 0 0;
}
.select-area .w1200 .tit {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.select-area .w1200 .tit span {
  font-size: 22px;
  font-weight: bold;
}
.select-area .w1200 .tit a {
  font-size: 12px;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.select-area .w1200 .tit a:hover {
  color: #f64400;
}
.select-area .w1200 .box {
  background: #fff;
  padding: 20px;
  margin: 20px 0 0 0;
  border: 1px solid #f2f2f2;
}
.select-area .w1200 .box .row:nth-child(n + 2) .item {
  border-top: 1px dashed #eee;
  padding: 7px 0;
}
.select-area .w1200 .box .row:nth-child(n + 2) .item a {
  font-size: 13px;
  color: #999;
}
.select-area .w1200 .box .row:last-child .item {
  padding: 7px 0 0 0;
}
.select-area .w1200 .box .row .item {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 7px 0;
}
.select-area .w1200 .box .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 .box .row .item a:hover {
  color: #f64400;
}
.select-area .w1200 .box .row .item a.active {
  color: #f64400;
}
@media screen and (max-width: 640px) {
  .select-area {
    margin: 0;
    font-size: 12px;
  }
  .select-area .w1200 {
    width: 100%;
    padding: 20px 4% 0 4%;
  }
  .select-area .w1200 .box {
    margin: 14px 0 0 0;
    padding: 14px;
  }
}
.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: #f64400;
}
.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: #f64400;
  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: #f64400;
}
@media screen and (max-width: 640px) {
  .public-list {
    font-size: 12px;
    margin: 0;
  }
  .public-list .w1200 {
    width: 100%;
    padding: 0 4%;
  }
  .public-list .w1200 .box {
    margin: 14px 0 0 0;
    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: #f64400;
}
.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: #f64400;
  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: #f64400;
}
@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:nth-child(1) {
    margin: 0;
  }
  .public-hot .w1200 .row .package {
    flex-wrap: wrap;
    margin: 14px 0 0 0;
  }
  .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-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: #f64400;
}
.page-view .w1200 .side .menu .row a:hover i {
  color: #f64400;
}
.page-view .w1200 .side .menu .row a.active {
  background: #f64400;
}
.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: #f64400;
}
.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;
  }
}
.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;
  }
}
.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: #f64400;
}
.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: #f64400;
}
.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: #f64400;
}
.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;
}
