@import url("https://at.alicdn.com/t/font_1360053_801ctydhfc.css");
body,
html {
  font-family: "Microsoft Yahei", "\5FAE\8F6F\96C5\9ED1", Arial, "Hiragino Sans GB", "\5B8B\4F53";
  background: #fff;
}
@media screen and (max-width: 640px) {
  body,
  html {
    font-size: calc(100vw / 3.75);
  }
}
* {
  word-wrap: break-word;
  outline: none;
}
a {
  text-decoration: none;
}
b {
  font-weight: normal;
}
img {
  display: block;
}
input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
  font-family: "Microsoft Yahei", "\5FAE\8F6F\96C5\9ED1", Arial, "Hiragino Sans GB", "\5B8B\4F53";
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-family: "Microsoft Yahei", "\5FAE\8F6F\96C5\9ED1", Arial, "Hiragino Sans GB", "\5B8B\4F53";
}
.main {
  background: #fff;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.public-top {
  width: 100%;
  background: #fefefe;
  border-bottom: 1px solid #f5f5f5;
}
.public-top .w1200 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  line-height: 40px;
}
.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;
  position: relative;
}
.public-top .w1200 .item a:nth-child(1):before {
  display: none;
}
.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-logo {
  width: 100%;
}
.public-logo .w1200 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}
.public-logo .w1200 .logo a {
  display: block;
}
.public-logo .w1200 .logo a img {
  max-height: 60px;
}
.public-logo .w1200 .search {
  -webkit-box-flex: 1;
          flex: 1;
  margin: 0 80px;
}
.public-logo .w1200 .search .menu {
  display: -webkit-box;
  display: flex;
  margin: 0 0 10px 0;
}
.public-logo .w1200 .search .menu a {
  font-size: 14px;
  color: #333;
  margin: 0 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-logo .w1200 .search .menu a.active {
  color: #fc760b;
}
.public-logo .w1200 .search .menu a:hover {
  color: #fc760b;
}
.public-logo .w1200 .search .menu a:nth-child(1) {
  margin-left: 5px;
}
.public-logo .w1200 .search .form {
  position: relative;
}
.public-logo .w1200 .search .form:before {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -10px;
  content: "\e9a1";
  font-family: "iconfont";
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #fc760b;
}
.public-logo .w1200 .search .form form {
  display: -webkit-box;
  display: flex;
}
.public-logo .w1200 .search .form form input {
  -webkit-box-flex: 1;
          flex: 1;
  max-width: 400px;
  line-height: 34px;
  border: 2px solid #fc760b;
  border-right: none;
  font-size: 14px;
  padding: 0 10px 0 40px;
}
.public-logo .w1200 .search .form form button {
  font-size: 14px;
  background: #fc760b;
  color: #fff;
  border: none;
  width: 90px;
  cursor: pointer;
}
.public-logo .w1200 .search .hot {
  margin: 10px 0 0 0;
  display: -webkit-box;
  display: flex;
  font-size: 12px;
}
.public-logo .w1200 .search .hot span {
  margin: 0 5px 0 0;
  color: #999;
}
.public-logo .w1200 .search .hot a {
  margin: 0 10px 0 0;
  color: #fc760b;
}
.public-logo .w1200 .box {
  width: 360px;
  position: relative;
}
.public-logo .w1200 .box .swiper-container {
  width: 100%;
}
.public-logo .w1200 .box .swiper-container .swiper-slide {
  width: 100%;
}
.public-logo .w1200 .btn {
  display: none;
}
@media screen and (max-width: 640px) {
  .public-logo {
    font-size: 12px;
  }
  .public-logo .w1200 {
    width: 100%;
    padding: 15px 4%;
  }
  .public-logo .w1200 .logo a img {
    height: 34px;
  }
  .public-logo .w1200 .search {
    display: none;
  }
  .public-logo .w1200 .box {
    display: none;
  }
  .public-logo .w1200 .btn {
    display: block;
  }
  .public-logo .w1200 .btn i {
    font-size: 32px;
    line-height: 32px;
  }
}
.public-menu {
  width: 100%;
}
.public-menu .w1200 {
  display: -webkit-box;
  display: flex;
}
.public-menu .w1200 .head {
  height: 50px;
  line-height: 1;
  width: 200px;
  background: #fc760b;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 15px;
  color: #fff;
}
.public-menu .w1200 .head i {
  font-size: 20px;
}
.public-menu .w1200 .head span {
  font-size: 16px;
  margin: 0 0 0 8px;
  letter-spacing: 1px;
}
.public-menu .w1200 .menu ul {
  display: -webkit-box;
  display: flex;
}
.public-menu .w1200 .menu ul li {
  height: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 0 0 60px;
  position: relative;
}
.public-menu .w1200 .menu ul li:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-menu .w1200 .menu ul li.active:after {
  background: #fc760b;
}
.public-menu .w1200 .menu ul li.active a {
  color: #fc760b;
}
.public-menu .w1200 .menu ul li:hover:after {
  background: #fc760b;
}
.public-menu .w1200 .menu ul li:hover a {
  color: #fc760b;
}
.public-menu .w1200 .menu ul li a {
  font-size: 16px;
  color: #333;
  padding: 0 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .public-menu {
    font-size: 12px;
    position: relative;
  }
  .public-menu .w1200 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    box-shadow: 0 4px 4px #eee;
    display: none;
  }
  .public-menu .w1200 .head {
    display: none;
  }
  .public-menu .w1200 .menu {
    width: 100%;
  }
  .public-menu .w1200 .menu ul {
    width: 100%;
    background: #f5f5f5;
    flex-wrap: wrap;
    padding: 0 4%;
  }
  .public-menu .w1200 .menu ul li {
    width: 100%;
    margin: 0;
    height: auto;
    border-bottom: 1px solid #eee;
  }
  .public-menu .w1200 .menu ul li:after {
    display: none;
  }
  .public-menu .w1200 .menu ul li:last-child {
    border: none;
  }
  .public-menu .w1200 .menu ul li a {
    width: 100%;
    line-height: 56px;
    padding: 0;
  }
}
.public-chunk {
  width: 100%;
  background: #f5f5f5;
}
.public-chunk .w1200 {
  position: relative;
  display: -webkit-box;
  display: flex;
}
.public-chunk .w1200 .menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  background: #fff;
  padding: 10px 0;
  z-index: 10;
}
.public-chunk .w1200 .menu ul {
  width: 100%;
}
.public-chunk .w1200 .menu ul .row {
  height: 31px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-chunk .w1200 .menu ul .row:hover {
  background-color: rgba(255, 118, 11, 0.1);
}
.public-chunk .w1200 .menu ul .row:hover .tit {
  cursor: pointer;
}
.public-chunk .w1200 .menu ul .row:hover .tit:after {
  color: #fc760b;
}
.public-chunk .w1200 .menu ul .row:hover .tit img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.public-chunk .w1200 .menu ul .row:hover .tit span {
  color: #fc760b;
}
.public-chunk .w1200 .menu ul .row:hover .box {
  display: block;
}
.public-chunk .w1200 .menu ul .row .tit {
  height: 100%;
  padding: 0 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}
.public-chunk .w1200 .menu ul .row .tit:after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  content: "\e856";
  font-family: "iconfont";
  font-size: 12px;
  color: #999;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-chunk .w1200 .menu ul .row .tit img {
  width: 16px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-chunk .w1200 .menu ul .row .tit span {
  font-size: 14px;
  letter-spacing: 0.5px;
  margin: 0 0 0 8px;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-chunk .w1200 .menu ul .row .box {
  position: absolute;
  left: 200px;
  top: 0;
  width: 770px;
  height: 640px;
  background: red;
  display: none;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.6);
  padding: 20px;
}
.public-chunk .w1200 .menu ul .row .box .name {
  font-size: 16px;
  font-weight: bold;
  color: #fc760b;
  line-height: 1;
  letter-spacing: 1px;
  margin: 0 0 28px 0;
  position: relative;
}
.public-chunk .w1200 .menu ul .row .box .name:after {
  position: absolute;
  left: 0;
  bottom: -14px;
  content: "";
  width: 40px;
  height: 2px;
  background: #fc760b;
}
.public-chunk .w1200 .menu ul .row .box .sub {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #f5f5f5;
  padding: 0 0 5px 0;
}
.public-chunk .w1200 .menu ul .row .box .sub a {
  font-size: 14px;
  color: #333;
  margin: 0 30px 15px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-chunk .w1200 .menu ul .row .box .sub a:hover {
  color: #fc760b;
}
.public-chunk .w1200 .menu ul .row .box .brand {
  padding: 10px 0 0 0;
}
.public-chunk .w1200 .menu ul .row .box .brand ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.public-chunk .w1200 .menu ul .row .box .brand ul li {
  width: 175px;
  margin: 10px 10px 0 0;
  background: #f5f5f5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-chunk .w1200 .menu ul .row .box .brand ul li:nth-child(4n) {
  margin-right: 0;
}
.public-chunk .w1200 .menu ul .row .box .brand ul li:hover {
  background: #fc760b;
}
.public-chunk .w1200 .menu ul .row .box .brand ul li:hover .pic {
  border: 4px solid #fc760b;
}
.public-chunk .w1200 .menu ul .row .box .brand ul li:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.public-chunk .w1200 .menu ul .row .box .brand ul li:hover .txt span:nth-child(1),
.public-chunk .w1200 .menu ul .row .box .brand ul li:hover .txt span:nth-child(2) {
  color: #fff;
}
.public-chunk .w1200 .menu ul .row .box .brand ul li .pic {
  width: 100%;
  height: 100px;
  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 .menu ul .row .box .brand ul li .pic img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-chunk .w1200 .menu ul .row .box .brand ul li .txt {
  padding: 6px 15px 10px 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.public-chunk .w1200 .menu ul .row .box .brand ul li .txt span {
  line-height: 1;
}
.public-chunk .w1200 .menu ul .row .box .brand ul li .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 .menu ul .row .box .brand ul li .txt span:nth-child(2) {
  font-size: 13px;
  color: #999;
}
.public-chunk .w1200 .show {
  width: 990px;
  position: relative;
  padding: 20px 20px 20px 220px;
}
.public-chunk .w1200 .show .banner {
  width: 100%;
  height: 340px;
  position: relative;
}
.public-chunk .w1200 .show .banner .swiper-container {
  width: 100%;
}
.public-chunk .w1200 .show .banner .swiper-container .swiper-slide {
  width: 100%;
  background: #fff;
}
.public-chunk .w1200 .show .banner .swiper-container .swiper-slide a {
  height: 340px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
}
.public-chunk .w1200 .show .banner .swiper-container .swiper-slide a img {
  max-width: 100%;
  max-height: 100%;
}
.public-chunk .w1200 .show .banner .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.public-chunk .w1200 .show .banner .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #fc760b;
}
.public-chunk .w1200 .show .pic {
  width: 566px;
  position: absolute;
  right: 102px;
  bottom: 214px;
}
.public-chunk .w1200 .show .pic img {
  width: 100%;
}
.public-chunk .w1200 .show .list {
  margin: 50px 0 0 0;
  background: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 50px 20px 12px 20px;
}
.public-chunk .w1200 .show .list .scroll {
  width: 340px;
  height: 168px;
  overflow: hidden;
}
.public-chunk .w1200 .show .list .scroll ul li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.public-chunk .w1200 .show .list .scroll ul li:hover a {
  color: #fc760b;
}
.public-chunk .w1200 .show .list .scroll ul li span {
  font-size: 12px;
  background: #fc310b;
  border-radius: 3px;
  letter-spacing: 0.5px;
  color: #fff;
  padding: 2px 5px 3px 5px;
  margin: 0 5px 0 0;
  -webkit-transform: scale(0.7) skewX(-15deg);
          transform: scale(0.7) skewX(-15deg);
}
.public-chunk .w1200 .show .list .scroll ul li a {
  width: calc(100% - 45px);
  color: #333;
  font-size: 14px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-chunk .w1200 .info {
  width: 210px;
  background: #fff;
  padding: 20px;
  margin: 20px 0;
}
.public-chunk .w1200 .info .logo {
  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-chunk .w1200 .info .logo img {
  max-height: 38px;
}
.public-chunk .w1200 .info .logo span {
  font-size: 12px;
  line-height: 14px;
  color: #fc760b;
  margin: 15px 0 0 0;
}
.public-chunk .w1200 .info .btns {
  margin: 20px 0 0 0;
}
.public-chunk .w1200 .info .btns a {
  display: block;
  border-radius: 32px;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-chunk .w1200 .info .btns a:nth-child(1) {
  background: #fc760b;
  color: #fff;
  line-height: 30px;
  border: 1px solid #fc760b;
}
.public-chunk .w1200 .info .btns a:nth-child(1):hover {
  box-shadow: 2px 2px 4px rgba(252, 118, 11, 0.5);
}
.public-chunk .w1200 .info .btns a:nth-child(2) {
  border: 1px solid #fc760b;
  color: #fc760b;
  margin: 10px 0 0 0;
  line-height: 30px;
}
.public-chunk .w1200 .info .btns a:nth-child(2):hover {
  box-shadow: 2px 2px 4px rgba(252, 118, 11, 0.5);
}
.public-chunk .w1200 .info .item {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 6px 0 0 0;
}
.public-chunk .w1200 .info .item .col {
  width: calc(50% - 10px);
  margin: 15px 20px 0 0;
}
.public-chunk .w1200 .info .item .col:nth-child(2n) {
  margin-right: 0;
}
.public-chunk .w1200 .info .item .col:hover a i {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.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 {
  font-size: 28px;
  line-height: 28px;
  color: #fc760b;
  -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: 4px 0 0 0;
}
@media screen and (max-width: 640px) {
  .public-chunk .w1200 {
    width: 100%;
    flex-wrap: wrap;
  }
  .public-chunk .w1200 .menu {
    position: static;
    margin: 10px 0 0 0;
    padding: 20px 4% 0 4%;
    width: 100%;
  }
  .public-chunk .w1200 .menu ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .public-chunk .w1200 .menu ul .row {
    width: calc(25% - 3px);
    height: auto;
    margin: 0 4px 20px 0;
  }
  .public-chunk .w1200 .menu ul .row:nth-child(4n) {
    margin-right: 0;
  }
  .public-chunk .w1200 .menu ul .row:hover {
    background: none;
  }
  .public-chunk .w1200 .menu ul .row:hover .tit {
    cursor: pointer;
  }
  .public-chunk .w1200 .menu ul .row:hover .tit:after {
    color: #fc760b;
  }
  .public-chunk .w1200 .menu ul .row:hover .tit img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  .public-chunk .w1200 .menu ul .row:hover .tit span {
    color: #333;
  }
  .public-chunk .w1200 .menu ul .row:hover .box {
    display: none;
  }
  .public-chunk .w1200 .menu ul .row .tit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 0;
  }
  .public-chunk .w1200 .menu ul .row .tit:after {
    display: none;
  }
  .public-chunk .w1200 .menu ul .row .tit img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    width: auto;
    height: 26px;
  }
  .public-chunk .w1200 .menu ul .row .tit span {
    margin: 10px 0 0 0;
  }
  .public-chunk .w1200 .show {
    width: 100%;
    padding: 0;
  }
  .public-chunk .w1200 .show .banner {
    height: auto;
  }
  .public-chunk .w1200 .show .banner .swiper-container .swiper-slide a {
    height: auto;
  }
  .public-chunk .w1200 .show .pic {
    display: none;
  }
  .public-chunk .w1200 .show .list {
    display: none;
  }
  .public-chunk .w1200 .info {
    width: 100%;
    margin: 0;
    padding: 20px 4%;
  }
  .public-chunk .w1200 .info .logo {
    display: none;
  }
  .public-chunk .w1200 .info .btns {
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .public-chunk .w1200 .info .btns a {
    width: calc(50% - 7px);
  }
  .public-chunk .w1200 .info .btns a:nth-child(2) {
    margin: 0 0 0 14px;
  }
  .public-chunk .w1200 .info .item {
    display: none;
  }
}
.index-product {
  width: 100%;
}
.index-product .w1200 {
  padding: 40px 0;
}
.index-product .w1200 .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end;
}
.index-product .w1200 .title .name {
  padding: 0 0 0 15px;
  position: relative;
}
.index-product .w1200 .title .name:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  width: 4px;
  height: 20px;
  background: #fc760b;
}
.index-product .w1200 .title .name b {
  font-size: 24px;
  font-weight: bold;
}
.index-product .w1200 .title .name span {
  font-size: 12px;
  margin: 0 0 0 5px;
}
.index-product .w1200 .title .more {
  font-size: 14px;
}
.index-product .w1200 .title .more a {
  color: #999;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-product .w1200 .title .more a:hover {
  color: #fc760b;
}
.index-product .w1200 .title .more a i {
  margin: 0 0 0 2px;
}
.index-product .w1200 .package {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.index-product .w1200 .package .col {
  width: 590px;
  border: 2px solid #f5f5f5;
  margin: 20px 20px 0 0;
  position: relative;
  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:nth-child(1) .title:after {
  background: rgba(20, 140, 255, 0.8);
}
.index-product .w1200 .package .col:nth-child(1) .more a {
  background: rgba(20, 140, 255, 0.8);
}
.index-product .w1200 .package .col:nth-child(1) .more a:hover {
  background: #148cff;
}
.index-product .w1200 .package .col:nth-child(1) .pic {
  background: #eff6fd;
}
.index-product .w1200 .package .col:nth-child(2) .title:after {
  background: rgba(255, 97, 54, 0.8);
}
.index-product .w1200 .package .col:nth-child(2) .more a {
  background: rgba(255, 97, 54, 0.8);
}
.index-product .w1200 .package .col:nth-child(2) .more a:hover {
  background: #ff6136;
}
.index-product .w1200 .package .col:nth-child(2) .pic {
  background: #fff4f2;
}
.index-product .w1200 .package .col:nth-child(3) .pic {
  background: #fff7f0;
}
.index-product .w1200 .package .col:nth-child(3) .title:after {
  background: rgba(252, 124, 18, 0.8);
}
.index-product .w1200 .package .col:nth-child(3) .more a {
  background: rgba(252, 124, 18, 0.8);
}
.index-product .w1200 .package .col:nth-child(3) .more a:hover {
  background: #fc7c12;
}
.index-product .w1200 .package .col:nth-child(4) .pic {
  background: #f7f5ff;
}
.index-product .w1200 .package .col:nth-child(4) .title:after {
  background: rgba(93, 63, 215, 0.8);
}
.index-product .w1200 .package .col:nth-child(4) .more a {
  background: rgba(93, 63, 215, 0.8);
}
.index-product .w1200 .package .col:nth-child(4) .more a:hover {
  background: #5d3fd7;
}
.index-product .w1200 .package .col:nth-child(5) .pic {
  background: #fff3f9;
}
.index-product .w1200 .package .col:nth-child(5) .title:after {
  background: rgba(255, 66, 158, 0.8);
}
.index-product .w1200 .package .col:nth-child(5) .more a {
  background: rgba(255, 66, 158, 0.8);
}
.index-product .w1200 .package .col:nth-child(5) .more a:hover {
  background: #ff429e;
}
.index-product .w1200 .package .col:nth-child(6) .pic {
  background: #eff6fd;
}
.index-product .w1200 .package .col:nth-child(6) .title:after {
  background: rgba(20, 140, 255, 0.8);
}
.index-product .w1200 .package .col:nth-child(6) .more a {
  background: rgba(20, 140, 255, 0.8);
}
.index-product .w1200 .package .col:nth-child(6) .more a:hover {
  background: #148cff;
}
.index-product .w1200 .package .col:nth-child(7) .pic {
  background: #f7f5ff;
}
.index-product .w1200 .package .col:nth-child(7) .title:after {
  background: rgba(93, 63, 215, 0.8);
}
.index-product .w1200 .package .col:nth-child(7) .more a {
  background: rgba(93, 63, 215, 0.8);
}
.index-product .w1200 .package .col:nth-child(7) .more a:hover {
  background: #5d3fd7;
}
.index-product .w1200 .package .col:nth-child(8) .pic {
  background: #f0fcf9;
}
.index-product .w1200 .package .col:nth-child(8) .title:after {
  background: rgba(0, 165, 126, 0.8);
}
.index-product .w1200 .package .col:nth-child(8) .more a {
  background: rgba(0, 165, 126, 0.8);
}
.index-product .w1200 .package .col:nth-child(8) .more a:hover {
  background: #00a57e;
}
.index-product .w1200 .package .col:nth-child(9) .title:after {
  background: rgba(20, 140, 255, 0.8);
}
.index-product .w1200 .package .col:nth-child(9) .pic {
  background: #eff6fd;
}
.index-product .w1200 .package .col:nth-child(9) .more a {
  background: rgba(20, 140, 255, 0.8);
}
.index-product .w1200 .package .col:nth-child(9) .more a:hover {
  background: #148cff;
}
.index-product .w1200 .package .col:nth-child(10) .title:after {
  background: rgba(255, 97, 54, 0.8);
}
.index-product .w1200 .package .col:nth-child(10) .pic {
  background: #fff4f2;
}
.index-product .w1200 .package .col:nth-child(10) .more a {
  background: rgba(255, 97, 54, 0.8);
}
.index-product .w1200 .package .col:nth-child(10) .more a:hover {
  background: #ff6136;
}
.index-product .w1200 .package .col:nth-child(11) .pic {
  background: #fff7f0;
}
.index-product .w1200 .package .col:nth-child(11) .title:after {
  background: rgba(252, 124, 18, 0.8);
}
.index-product .w1200 .package .col:nth-child(11) .more a {
  background: rgba(252, 124, 18, 0.8);
}
.index-product .w1200 .package .col:nth-child(11) .more a:hover {
  background: #fc7c12;
}
.index-product .w1200 .package .col:nth-child(12) .pic {
  background: #f7f5ff;
}
.index-product .w1200 .package .col:nth-child(12) .title:after {
  background: rgba(93, 63, 215, 0.8);
}
.index-product .w1200 .package .col:nth-child(12) .more a {
  background: rgba(93, 63, 215, 0.8);
}
.index-product .w1200 .package .col:nth-child(12) .more a:hover {
  background: #5d3fd7;
}
.index-product .w1200 .package .col:nth-child(13) .pic {
  background: #fff3f9;
}
.index-product .w1200 .package .col:nth-child(13) .title:after {
  background: rgba(255, 66, 158, 0.8);
}
.index-product .w1200 .package .col:nth-child(13) .more a {
  background: rgba(255, 66, 158, 0.8);
}
.index-product .w1200 .package .col:nth-child(13) .more a:hover {
  background: #ff429e;
}
.index-product .w1200 .package .col:nth-child(14) .pic {
  background: #eff6fd;
}
.index-product .w1200 .package .col:nth-child(14) .title:after {
  background: rgba(20, 140, 255, 0.8);
}
.index-product .w1200 .package .col:nth-child(14) .more a {
  background: rgba(20, 140, 255, 0.8);
}
.index-product .w1200 .package .col:nth-child(14) .more a:hover {
  background: #148cff;
}
.index-product .w1200 .package .col:nth-child(15) .pic {
  background: #f7f5ff;
}
.index-product .w1200 .package .col:nth-child(15) .title:after {
  background: rgba(93, 63, 215, 0.8);
}
.index-product .w1200 .package .col:nth-child(15) .more a {
  background: rgba(93, 63, 215, 0.8);
}
.index-product .w1200 .package .col:nth-child(15) .more a:hover {
  background: #5d3fd7;
}
.index-product .w1200 .package .col:nth-child(16) .pic {
  background: #f0fcf9;
}
.index-product .w1200 .package .col:nth-child(16) .title:after {
  background: rgba(0, 165, 126, 0.8);
}
.index-product .w1200 .package .col:nth-child(16) .more a {
  background: rgba(0, 165, 126, 0.8);
}
.index-product .w1200 .package .col:nth-child(16) .more a:hover {
  background: #00a57e;
}
.index-product .w1200 .package .col:nth-child(17) .title:after {
  background: rgba(20, 140, 255, 0.8);
}
.index-product .w1200 .package .col:nth-child(17) .pic {
  background: #eff6fd;
}
.index-product .w1200 .package .col:nth-child(17) .more a {
  background: rgba(20, 140, 255, 0.8);
}
.index-product .w1200 .package .col:nth-child(17) .more a:hover {
  background: #148cff;
}
.index-product .w1200 .package .col:nth-child(18) .title:after {
  background: rgba(255, 97, 54, 0.8);
}
.index-product .w1200 .package .col:nth-child(18) .pic {
  background: #fff4f2;
}
.index-product .w1200 .package .col:nth-child(18) .more a {
  background: rgba(255, 97, 54, 0.8);
}
.index-product .w1200 .package .col:nth-child(18) .more a:hover {
  background: #ff6136;
}
.index-product .w1200 .package .col:nth-child(19) .pic {
  background: #fff7f0;
}
.index-product .w1200 .package .col:nth-child(19) .title:after {
  background: rgba(252, 124, 18, 0.8);
}
.index-product .w1200 .package .col:nth-child(19) .more a {
  background: rgba(252, 124, 18, 0.8);
}
.index-product .w1200 .package .col:nth-child(19) .more a:hover {
  background: #fc7c12;
}
.index-product .w1200 .package .col:nth-child(20) .pic {
  background: #f7f5ff;
}
.index-product .w1200 .package .col:nth-child(20) .title:after {
  background: rgba(93, 63, 215, 0.8);
}
.index-product .w1200 .package .col:nth-child(20) .more a {
  background: rgba(93, 63, 215, 0.8);
}
.index-product .w1200 .package .col:nth-child(20) .more a:hover {
  background: #5d3fd7;
}
.index-product .w1200 .package .col:hover {
  border: 2px solid #fc760b;
}
.index-product .w1200 .package .col .title {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.index-product .w1200 .package .col .title:after {
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 25px;
  height: 4px;
  content: "";
}
.index-product .w1200 .package .col .more {
  position: absolute;
  left: 20px;
  bottom: 40px;
  width: 160px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.index-product .w1200 .package .col .more a {
  color: #fff;
  padding: 6px 20px;
  border-radius: 25px;
  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 .more a span {
  line-height: 13px;
  font-size: 12px;
}
.index-product .w1200 .package .col .more a i {
  font-size: 13px;
  line-height: 1;
  margin: 0 0 0 5px;
}
.index-product .w1200 .package .col .pic {
  width: 198px;
  height: 412px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.index-product .w1200 .package .col .pic img {
  max-width: 120px;
}
.index-product .w1200 .package .col .box {
  width: calc(100% - 198px);
  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 12px 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: #fc760b;
}
.index-product .w1200 .package .col .box .product {
  width: 100%;
  height: 295px;
  position: relative;
  border-top: 1px solid #f5f5f5;
  padding: 14px 0 0 0;
  margin: 2px 0 0 0;
}
.index-product .w1200 .package .col .box .product .swiper-container {
  width: 100%;
  height: 100%;
}
.index-product .w1200 .package .col .box .product .swiper-container .swiper-slide {
  background: #f9f9f9;
  height: calc((100% - 12px) / 2);
}
.index-product .w1200 .package .col .box .product .swiper-container .swiper-slide a {
  height: 100%;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-product .w1200 .package .col .box .product .swiper-container .swiper-slide a:nth-child(2n) {
  margin-right: 0;
}
.index-product .w1200 .package .col .box .product .swiper-container .swiper-slide a:hover {
  background: #fc760b;
}
.index-product .w1200 .package .col .box .product .swiper-container .swiper-slide a:hover .thumb {
  border: 4px solid #fc760b;
  border-bottom: none;
}
.index-product .w1200 .package .col .box .product .swiper-container .swiper-slide a:hover .thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.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 .thumb {
  background: #fff;
  border: 4px solid #f9f9f9;
  border-bottom: none;
  width: 160px;
  height: 100px;
  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;
}
.index-product .w1200 .package .col .box .product .swiper-container .swiper-slide a .thumb img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-product .w1200 .package .col .box .product .swiper-container .swiper-slide a .tit {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 8px 10px;
}
.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) {
  font-size: 14px;
  color: #333;
  -webkit-box-flex: 1;
          flex: 1;
  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: #fc760b;
}
@media screen and (max-width: 640px) {
  .index-product {
    font-size: 12px;
    border-top: 10px solid #f5f5f5;
  }
  .index-product .w1200 {
    width: 100%;
    padding: 20px 4%;
  }
  .index-product .w1200 .title .name:before {
    top: 4px;
    height: 16px;
  }
  .index-product .w1200 .title .name b {
    font-size: 20px;
  }
  .index-product .w1200 .title .more {
    font-size: 13px;
  }
  .index-product .w1200 .package .col {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin: 20px 0 0 0;
    border: 1px solid #f5f5f5;
  }
  .index-product .w1200 .package .col:hover {
    border: 1px solid #f5f5f5;
  }
  .index-product .w1200 .package .col .title {
    font-size: 18px;
    left: 14px;
    top: 14px;
  }
  .index-product .w1200 .package .col .title:after {
    bottom: -12px;
  }
  .index-product .w1200 .package .col .more {
    bottom: 100%;
    left: 100%;
    margin-left: -147px;
    margin-bottom: -74px;
  }
  .index-product .w1200 .package .col .pic {
    width: 100%;
    height: 90px;
  }
  .index-product .w1200 .package .col .pic img {
    max-height: 70px;
  }
  .index-product .w1200 .package .col .box {
    width: 100%;
    padding: 14px;
  }
  .index-product .w1200 .package .col .box .sub a {
    margin: 0 12px 12px 0;
  }
  .index-product .w1200 .package .col .box .product .swiper-container .swiper-slide a:hover {
    background: #f9f9f9;
  }
  .index-product .w1200 .package .col .box .product .swiper-container .swiper-slide a:hover .thumb {
    border: 4px solid #f9f9f9;
    border-bottom: none;
  }
  .index-product .w1200 .package .col .box .product .swiper-container .swiper-slide a:hover .tit span:nth-child(1) {
    color: #333;
  }
  .index-product .w1200 .package .col .box .product .swiper-container .swiper-slide a:hover .tit span:nth-child(2) {
    color: #fc760b;
  }
  .index-product .w1200 .package .col .box .product .swiper-container .swiper-slide a .thumb {
    width: calc(100% - 8px);
  }
}
.public-list {
  width: 100%;
  background: #f5f5f5;
  padding: 40px 0;
}
.public-list .w1200 {
  background: #fff;
  padding: 20px;
}
.public-list .w1200 .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #f5f5f5;
  padding: 0 0 12px 0;
}
.public-list .w1200 .title .name {
  padding: 0 0 0 15px;
  position: relative;
}
.public-list .w1200 .title .name:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  width: 4px;
  height: 20px;
  background: #fc760b;
}
.public-list .w1200 .title .name b {
  font-size: 24px;
  font-weight: bold;
}
.public-list .w1200 .title .name span {
  font-size: 12px;
  margin: 0 0 0 5px;
}
.public-list .w1200 .title .more {
  font-size: 14px;
}
.public-list .w1200 .title .more a {
  color: #999;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-list .w1200 .title .more a:hover {
  color: #fc760b;
}
.public-list .w1200 .title .more a i {
  margin: 0 0 0 2px;
}
.public-list .w1200 .package {
  padding: 5px 0 0 0;
}
.public-list .w1200 .package ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.public-list .w1200 .package ul li {
  width: 360px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 15px 40px 0 0;
}
.public-list .w1200 .package ul li:nth-child(3n) {
  margin-right: 0;
}
.public-list .w1200 .package ul li a {
  line-height: 1;
}
.public-list .w1200 .package ul li a:nth-child(1) {
  font-size: 14px;
  color: #fc310b;
  margin: 0 5px 0 0;
}
.public-list .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;
}
.public-list .w1200 .package ul li a:nth-child(2):hover {
  color: #fc760b;
}
@media screen and (max-width: 640px) {
  .public-list {
    font-size: 12px;
    padding: 10px 0;
  }
  .public-list .w1200 {
    width: 100%;
    padding: 20px 4%;
  }
  .public-list .w1200 .title .name:before {
    top: 4px;
    height: 16px;
  }
  .public-list .w1200 .title .name b {
    font-size: 20px;
  }
  .public-list .w1200 .title .more {
    font-size: 13px;
  }
  .public-list .w1200 .package {
    padding: 7px 0 0 0;
  }
  .public-list .w1200 .package ul li {
    width: 100%;
    margin: 0;
  }
  .public-list .w1200 .package ul li a {
    line-height: 2;
  }
}
.index-links {
  width: 100%;
  background: #f5f5f5;
}
.index-links .w1200 {
  padding: 0 0 36px 0;
}
.index-links .w1200 .title {
  display: -webkit-box;
  display: flex;
  border-bottom: 2px solid #fc760b;
}
.index-links .w1200 .title span {
  background: #fc760b;
  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: #fc760b;
}
@media screen and (max-width: 640px) {
  .index-links {
    display: none;
  }
}
.public-footer {
  background: #fff;
  width: 100%;
}
.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: #fc760b;
}
.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: #fc760b;
}
.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;
  }
  .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;
  }
}
.news-cate {
  width: 100%;
  background: #f5f5f5;
}
.news-cate .w1200 {
  padding: 0 0 10px 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.news-cate .w1200 .col {
  width: 585px;
  margin: 0 30px 30px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.news-cate .w1200 .col:nth-child(2n) {
  margin-right: 0;
}
.news-cate .w1200 .col .tit {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 0 15px 0;
  line-height: 1;
}
.news-cate .w1200 .col .tit .name {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 14px;
}
.news-cate .w1200 .col .tit .name:before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 4px;
  height: 16px;
  background: #fc760b;
  content: "";
}
.news-cate .w1200 .col .tit .more {
  font-size: 14px;
}
.news-cate .w1200 .col .tit .more a {
  color: #999;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-cate .w1200 .col .tit .more a:hover {
  color: #fc760b;
}
.news-cate .w1200 .col .tit .more a i {
  margin: 0 0 0 2px;
}
.news-cate .w1200 .col .box {
  background: #fff;
  padding: 20px;
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.news-cate .w1200 .col .box .item {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 5px 0;
}
.news-cate .w1200 .col .box .item a {
  margin: 0 18px 14px 0;
  font-size: 14px;
  line-height: 1;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-cate .w1200 .col .box .item a:hover {
  color: #fc760b;
}
.news-cate .w1200 .col .box .list {
  border-top: 1px solid #eee;
  padding: 8px 0 0 0;
}
.news-cate .w1200 .col .box .list ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.news-cate .w1200 .col .box .list ul li {
  width: calc(50% - 10px);
  line-height: 2;
  margin: 0 20px 0 0;
  padding: 0 0 0 15px;
  position: relative;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-cate .w1200 .col .box .list ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  width: 5px;
  height: 5px;
  background: #fc760b;
  content: "";
}
.news-cate .w1200 .col .box .list ul li:nth-child(2n) {
  margin-right: 0;
}
.news-cate .w1200 .col .box .list ul li a {
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-cate .w1200 .col .box .list ul li a:hover {
  color: #fc760b;
}
@media screen and (max-width: 640px) {
  .news-cate {
    font-size: 12px;
  }
  .news-cate .w1200 {
    width: 100%;
    padding: 20px 4%;
  }
  .news-cate .w1200 .col {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .news-cate .w1200 .col:last-child {
    margin: 0;
  }
  .news-cate .w1200 .col .tit .name {
    font-size: 18px;
  }
  .news-cate .w1200 .col .tit .name:before {
    height: 14px;
  }
  .news-cate .w1200 .col .tit .more {
    font-size: 13px;
  }
  .news-cate .w1200 .col .box {
    padding: 14px;
  }
  .news-cate .w1200 .col .box .item {
    padding: 0 0 8px 0;
  }
  .news-cate .w1200 .col .box .item a {
    margin: 0 16px 0 0;
    line-height: 2;
  }
  .news-cate .w1200 .col .box .list ul li {
    width: 100%;
    margin: 0;
  }
}
.news-list {
  width: 100%;
}
.news-list .w1200 {
  padding: 0 0 40px 0;
  border-top: 1px solid #eee;
}
.news-list .w1200 .list ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.news-list .w1200 .list ul li {
  width: 224px;
  margin: 20px 20px 0 0;
  background: #f5f5f5;
  -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 {
  background: #fc760b;
}
.news-list .w1200 .list ul li:hover .pic {
  border: 4px solid #fc760b;
  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 span:nth-child(1),
.news-list .w1200 .list ul li:hover .txt span:nth-child(2) {
  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;
  background: #fff;
  border: 4px solid #f5f5f5;
  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 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 10px;
}
.news-list .w1200 .list ul li .txt span {
  line-height: 1;
}
.news-list .w1200 .list ul li .txt span:nth-child(1) {
  font-size: 15px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-list .w1200 .list ul li .txt span:nth-child(2) {
  font-size: 12px;
  color: #999;
  margin: 8px 0 0 0;
}
.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: #fc760b;
  border: 1px solid #fc760b;
}
.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: 4px;
  border: 1px solid #ddd;
}
.news-list .w1200 .pager .pagination li a:hover {
  color: #fff;
  background: #fc760b;
  border: 1px solid #fc760b;
}
@media screen and (max-width: 640px) {
  .news-list {
    font-size: 12px;
  }
  .news-list .w1200 {
    width: 100%;
    padding: 6px 4% 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 .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-cate {
  width: 100%;
  background: #f5f5f5;
}
.product-cate .w1200 {
  padding: 0 0 40px 0;
}
.product-cate .w1200 .col {
  width: 100%;
  margin: 30px 30px 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.product-cate .w1200 .col:nth-child(1) {
  margin-top: 0;
}
.product-cate .w1200 .col .tit {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 0 15px 0;
  line-height: 1;
}
.product-cate .w1200 .col .tit .name {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 14px;
}
.product-cate .w1200 .col .tit .name:before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 4px;
  height: 16px;
  background: #fc760b;
  content: "";
}
.product-cate .w1200 .col .tit .more {
  font-size: 14px;
}
.product-cate .w1200 .col .tit .more a {
  color: #999;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-cate .w1200 .col .tit .more a:hover {
  color: #fc760b;
}
.product-cate .w1200 .col .tit .more a i {
  margin: 0 0 0 2px;
}
.product-cate .w1200 .col .box {
  background: #fff;
  padding: 20px;
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.product-cate .w1200 .col .box .item {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 5px 0;
}
.product-cate .w1200 .col .box .item a {
  margin: 0 18px 14px 0;
  font-size: 14px;
  line-height: 1;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-cate .w1200 .col .box .item a:hover {
  color: #fc760b;
}
.product-cate .w1200 .col .box .list {
  border-top: 1px solid #eee;
}
.product-cate .w1200 .col .box .list ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.product-cate .w1200 .col .box .list ul li {
  width: 216px;
  margin: 15px 20px 0 0;
  background: #f5f5f5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-cate .w1200 .col .box .list ul li:nth-child(5n) {
  margin-right: 0;
}
.product-cate .w1200 .col .box .list ul li:hover {
  background: #fc760b;
}
.product-cate .w1200 .col .box .list ul li:hover .pic {
  border: 4px solid #fc760b;
  border-bottom: none;
}
.product-cate .w1200 .col .box .list ul li:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.product-cate .w1200 .col .box .list ul li:hover .txt p:nth-child(1) {
  color: #fff;
}
.product-cate .w1200 .col .box .list ul li:hover .txt p:nth-child(2) span:nth-child(1),
.product-cate .w1200 .col .box .list ul li:hover .txt p:nth-child(2) span:nth-child(2) {
  color: #fff;
}
.product-cate .w1200 .col .box .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;
  background: #fff;
  border: 4px solid #f5f5f5;
  border-bottom: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-cate .w1200 .col .box .list ul li .pic img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-cate .w1200 .col .box .list ul li .txt {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 10px 12px;
}
.product-cate .w1200 .col .box .list ul li .txt p {
  line-height: 1;
}
.product-cate .w1200 .col .box .list ul li .txt p:nth-child(1) {
  font-size: 15px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-cate .w1200 .col .box .list ul li .txt p:nth-child(2) {
  margin: 8px 0 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.product-cate .w1200 .col .box .list ul li .txt p:nth-child(2) span:nth-child(1) {
  color: #fc760b;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-cate .w1200 .col .box .list ul li .txt p:nth-child(2) span:nth-child(2) {
  color: #999;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .product-cate {
    font-size: 12px;
  }
  .product-cate .w1200 {
    width: 100%;
    padding: 20px 4%;
  }
  .product-cate .w1200 .col {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .product-cate .w1200 .col:last-child {
    margin: 0;
  }
  .product-cate .w1200 .col .tit .name {
    font-size: 18px;
  }
  .product-cate .w1200 .col .tit .name:before {
    height: 14px;
  }
  .product-cate .w1200 .col .tit .more {
    font-size: 13px;
  }
  .product-cate .w1200 .col .box {
    padding: 14px;
  }
  .product-cate .w1200 .col .box .item {
    padding: 0 0 8px 0;
  }
  .product-cate .w1200 .col .box .item a {
    margin: 0 16px 0 0;
    line-height: 2;
  }
  .product-cate .w1200 .col .box .list ul {
    padding: 1px 0 0 0;
  }
  .product-cate .w1200 .col .box .list ul li {
    width: calc(50% - 7px);
    margin: 14px 14px 0 0;
  }
  .product-cate .w1200 .col .box .list ul li:nth-child(5n) {
    margin-right: 14px;
  }
  .product-cate .w1200 .col .box .list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .product-cate .w1200 .col .box .list ul li .pic {
    height: 120px;
  }
}
.product-list {
  width: 100%;
}
.product-list .w1200 {
  padding: 0 0 40px 0;
  border-top: 1px solid #eee;
}
.product-list .w1200 .list ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.product-list .w1200 .list ul li {
  width: 224px;
  margin: 20px 20px 0 0;
  background: #f5f5f5;
  -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 {
  background: #fc760b;
}
.product-list .w1200 .list ul li:hover .pic {
  border: 4px solid #fc760b;
  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 p:nth-child(1) {
  color: #fff;
}
.product-list .w1200 .list ul li:hover .txt p:nth-child(2) span:nth-child(1),
.product-list .w1200 .list ul li:hover .txt p:nth-child(2) 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;
  background: #fff;
  border: 4px solid #f5f5f5;
  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 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 10px 12px;
}
.product-list .w1200 .list ul li .txt p {
  line-height: 1;
}
.product-list .w1200 .list ul li .txt p:nth-child(1) {
  font-size: 15px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-list .w1200 .list ul li .txt p:nth-child(2) {
  margin: 8px 0 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.product-list .w1200 .list ul li .txt p:nth-child(2) span:nth-child(1) {
  color: #fc760b;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-list .w1200 .list ul li .txt p:nth-child(2) span:nth-child(2) {
  color: #999;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.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: #fc760b;
  border: 1px solid #fc760b;
}
.product-list .w1200 .pager .pagination li span,
.product-list .w1200 .pager .pagination li a {
  display: block;
  line-height: 30px;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  color: #333;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.product-list .w1200 .pager .pagination li a:hover {
  color: #fff;
  background: #fc760b;
  border: 1px solid #fc760b;
}
@media screen and (max-width: 640px) {
  .product-list {
    font-size: 12px;
  }
  .product-list .w1200 {
    width: 100%;
    padding: 6px 4% 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 .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-cate {
  width: 100%;
  background: #f5f5f5;
}
.brand-cate .w1200 {
  padding: 0 0 40px 0;
}
.brand-cate .w1200 .col {
  width: 100%;
  margin: 30px 30px 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.brand-cate .w1200 .col:nth-child(1) {
  margin-top: 0;
}
.brand-cate .w1200 .col .tit {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 0 15px 0;
  line-height: 1;
}
.brand-cate .w1200 .col .tit .name {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 14px;
}
.brand-cate .w1200 .col .tit .name:before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 4px;
  height: 16px;
  background: #fc760b;
  content: "";
}
.brand-cate .w1200 .col .tit .more {
  font-size: 14px;
}
.brand-cate .w1200 .col .tit .more a {
  color: #999;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-cate .w1200 .col .tit .more a:hover {
  color: #fc760b;
}
.brand-cate .w1200 .col .tit .more a i {
  margin: 0 0 0 2px;
}
.brand-cate .w1200 .col .box {
  background: #fff;
  padding: 20px;
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.brand-cate .w1200 .col .box .item {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 5px 0;
}
.brand-cate .w1200 .col .box .item a {
  margin: 0 18px 14px 0;
  font-size: 14px;
  line-height: 1;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-cate .w1200 .col .box .item a:hover {
  color: #fc760b;
}
.brand-cate .w1200 .col .box .list {
  border-top: 1px solid #eee;
}
.brand-cate .w1200 .col .box .list ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.brand-cate .w1200 .col .box .list ul li {
  width: 216px;
  margin: 15px 20px 0 0;
  background: #f5f5f5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-cate .w1200 .col .box .list ul li:nth-child(5n) {
  margin-right: 0;
}
.brand-cate .w1200 .col .box .list ul li:hover {
  background: #fc760b;
}
.brand-cate .w1200 .col .box .list ul li:hover .pic {
  border: 4px solid #fc760b;
  border-bottom: none;
}
.brand-cate .w1200 .col .box .list ul li:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.brand-cate .w1200 .col .box .list ul li:hover .txt p:nth-child(1) {
  color: #fff;
}
.brand-cate .w1200 .col .box .list ul li:hover .txt p:nth-child(2) span:nth-child(1),
.brand-cate .w1200 .col .box .list ul li:hover .txt p:nth-child(2) span:nth-child(2) {
  color: #fff;
}
.brand-cate .w1200 .col .box .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;
  background: #fff;
  border: 4px solid #f5f5f5;
  border-bottom: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-cate .w1200 .col .box .list ul li .pic img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-cate .w1200 .col .box .list ul li .txt {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 10px 12px;
}
.brand-cate .w1200 .col .box .list ul li .txt p {
  line-height: 1;
}
.brand-cate .w1200 .col .box .list ul li .txt p:nth-child(1) {
  font-size: 15px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-cate .w1200 .col .box .list ul li .txt p:nth-child(2) {
  margin: 5px 0 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.brand-cate .w1200 .col .box .list ul li .txt p:nth-child(2) span {
  font-size: 13px;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-cate .w1200 .col .box .list ul li .txt p:nth-child(2) span:nth-child(1) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.brand-cate .w1200 .col .box .list ul li .txt p:nth-child(2) span i {
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .brand-cate {
    font-size: 12px;
  }
  .brand-cate .w1200 {
    width: 100%;
    padding: 20px 4%;
  }
  .brand-cate .w1200 .col {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .brand-cate .w1200 .col:last-child {
    margin: 0;
  }
  .brand-cate .w1200 .col .tit .name {
    font-size: 18px;
  }
  .brand-cate .w1200 .col .tit .name:before {
    height: 14px;
  }
  .brand-cate .w1200 .col .tit .more {
    font-size: 13px;
  }
  .brand-cate .w1200 .col .box {
    padding: 14px;
  }
  .brand-cate .w1200 .col .box .item {
    padding: 0 0 8px 0;
  }
  .brand-cate .w1200 .col .box .item a {
    margin: 0 16px 0 0;
    line-height: 2;
  }
  .brand-cate .w1200 .col .box .list ul {
    padding: 1px 0 0 0;
  }
  .brand-cate .w1200 .col .box .list ul li {
    width: calc(50% - 7px);
    margin: 14px 14px 0 0;
  }
  .brand-cate .w1200 .col .box .list ul li:nth-child(5n) {
    margin-right: 14px;
  }
  .brand-cate .w1200 .col .box .list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .brand-cate .w1200 .col .box .list ul li .pic {
    height: 120px;
  }
}
.brand-list {
  width: 100%;
}
.brand-list .w1200 {
  padding: 0 0 40px 0;
  border-top: 1px solid #eee;
}
.brand-list .w1200 .list ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.brand-list .w1200 .list ul li {
  width: 224px;
  margin: 20px 20px 0 0;
  background: #f5f5f5;
  -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 {
  background: #fc760b;
}
.brand-list .w1200 .list ul li:hover .pic {
  border: 4px solid #fc760b;
  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 p:nth-child(1) {
  color: #fff;
}
.brand-list .w1200 .list ul li:hover .txt p:nth-child(2) span:nth-child(1),
.brand-list .w1200 .list ul li:hover .txt p:nth-child(2) 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;
  background: #fff;
  border: 4px solid #f5f5f5;
  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 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 10px 12px;
}
.brand-list .w1200 .list ul li .txt p {
  line-height: 1;
}
.brand-list .w1200 .list ul li .txt p:nth-child(1) {
  font-size: 15px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-list .w1200 .list ul li .txt p:nth-child(2) {
  margin: 5px 0 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.brand-list .w1200 .list ul li .txt p:nth-child(2) span {
  font-size: 13px;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-list .w1200 .list ul li .txt p:nth-child(2) span:nth-child(1) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.brand-list .w1200 .list ul li .txt p:nth-child(2) span i {
  font-size: 16px;
  line-height: 1;
}
.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: #fc760b;
  border: 1px solid #fc760b;
}
.brand-list .w1200 .pager .pagination li span,
.brand-list .w1200 .pager .pagination li a {
  display: block;
  line-height: 30px;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  color: #333;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.brand-list .w1200 .pager .pagination li a:hover {
  color: #fff;
  background: #fc760b;
  border: 1px solid #fc760b;
}
@media screen and (max-width: 640px) {
  .brand-list {
    font-size: 12px;
  }
  .brand-list .w1200 {
    width: 100%;
    padding: 6px 4% 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 .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%;
  background: #f5f5f5;
}
.area-view .w1200 .province {
  padding: 20px 0 0 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.area-view .w1200 .province a {
  font-size: 16px;
  color: #fc760b;
  letter-spacing: 1px;
  margin: 0 10px 15px 0;
  font-weight: bold;
}
.area-view .w1200 .city {
  padding: 15px 0 0 0;
  border-top: 1px dashed #ddd;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
.area-view .w1200 .city span {
  font-weight: bold;
}
.area-view .w1200 .city a {
  margin: 0 10px 15px 0;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.area-view .w1200 .city a:hover {
  color: #fc760b;
}
@media screen and (max-width: 640px) {
  .area-view {
    font-size: 12px;
  }
  .area-view .w1200 {
    width: 100%;
    padding: 20px 4%;
  }
  .area-view .w1200 .province {
    padding: 0;
  }
}
.public-position {
  width: 100%;
}
.public-position .w1200 {
  font-size: 14px;
  line-height: 1;
  border-bottom: 1px solid #f5f5f5;
  padding: 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-position .w1200 i {
  color: #fc760b;
}
.public-position .w1200 a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-position .w1200 a:hover {
  color: #fc760b;
}
@media screen and (max-width: 640px) {
  .public-position {
    font-size: 12px;
    border-top: 10px solid #f5f5f5;
  }
  .public-position .w1200 {
    width: 100%;
    padding: 20px 4%;
  }
}
.public-item {
  width: 100%;
}
.public-item .w1200 {
  display: -webkit-box;
  display: flex;
  background: #fff;
  padding: 30px 20px 0 20px;
}
.public-item .w1200:nth-child(2) {
  padding: 12px 20px 18px 20px;
}
.public-item .w1200:nth-child(2) .item {
  border: none;
}
.public-item .w1200:nth-child(2) .item a {
  font-size: 13px;
  color: #999;
}
.public-item .w1200 .label {
  width: 90px;
}
.public-item .w1200 .label span {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1px;
}
.public-item .w1200 .item {
  width: 1100px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dashed #eee;
}
.public-item .w1200 .item a {
  font-size: 14px;
  line-height: 1;
  margin: 0 20px 12px 0;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-item .w1200 .item a:hover {
  color: #fc760b;
}
.public-item .w1200 .item a.active {
  color: #fc760b;
}
@media screen and (max-width: 640px) {
  .public-item {
    font-size: 12px;
  }
  .public-item .w1200 {
    width: 100%;
    padding: 20px 4% 0 4%;
  }
  .public-item .w1200:nth-child(2) {
    padding: 18px 4% 2px 4%;
  }
  .public-item .w1200 .label {
    display: none;
  }
  .public-item .w1200 .item {
    width: 100%;
  }
  .public-item .w1200 .item a {
    margin: 0 20px 18px 0;
  }
}
.public-alph {
  width: 100%;
}
.public-alph .w1200 {
  display: -webkit-box;
  display: flex;
  padding: 30px;
}
.public-alph .w1200 .label {
  width: 90px;
}
.public-alph .w1200 .label span {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1px;
}
.public-alph .w1200 .item {
  width: 1100px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.public-alph .w1200 .item a {
  font-size: 14px;
  line-height: 1;
  margin: 0 20px 0 0;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-alph .w1200 .item a:hover {
  color: #fc760b;
}
.public-alph .w1200 .item a.active {
  color: #fc760b;
}
.public-area {
  width: 100%;
}
.public-area .w1200 {
  display: -webkit-box;
  display: flex;
  background: #fff;
  padding: 30px 30px 0 30px;
}
.public-area .w1200:nth-child(n + 2) {
  padding: 12px 30px 0 30px;
}
.public-area .w1200:nth-child(n + 2) .item a {
  font-size: 13px;
  color: #999;
}
.public-area .w1200:last-child {
  padding: 12px 30px 18px 30px;
}
.public-area .w1200:last-child .item {
  border: none;
}
.public-area .w1200 .label {
  width: 90px;
}
.public-area .w1200 .label span {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1px;
}
.public-area .w1200 .item {
  width: 1100px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dashed #eee;
}
.public-area .w1200 .item a {
  font-size: 14px;
  line-height: 1;
  margin: 0 20px 12px 0;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-area .w1200 .item a:hover {
  color: #fc760b;
}
.public-area .w1200 .item a.active {
  color: #fc760b;
}
@media screen and (max-width: 640px) {
  .public-area {
    font-size: 12px;
  }
  .public-area .w1200 {
    width: 100%;
    padding: 20px 4% 0 4%;
  }
  .public-area .w1200:nth-child(n + 2) {
    padding: 18px 4% 2px 4%;
  }
  .public-area .w1200:nth-child(n + 2) .item a {
    font-size: 13px;
    color: #999;
  }
  .public-area .w1200 .label {
    display: none;
  }
  .public-area .w1200 .item {
    width: 100%;
  }
  .public-area .w1200 .item a {
    margin: 0 20px 18px 0;
  }
}
.page-404 {
  width: 100%;
  background: #f5f5f5;
}
.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: auto;
    padding: 80px 4% 70px 4%;
  }
  .page-404 .w1200 p:nth-child(1) {
    font-size: 20px;
  }
  .page-404 .w1200 p:nth-child(1) i {
    font-size: 26px;
  }
  .page-404 .w1200 p:nth-child(2) {
    font-size: 14px;
    margin: 14px 0 0 0;
  }
}
.page-view {
  width: 100%;
  background: #f5f5f5;
}
.page-view .w1200 {
  padding: 40px 0;
  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 #ddd;
}
.page-view .w1200 .side .menu .row {
  border-bottom: 1px solid #ddd;
}
.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: #fc760b;
}
.page-view .w1200 .side .menu .row a:hover i {
  color: #fc760b;
}
.page-view .w1200 .side .menu .row a.active {
  background: #fc760b;
}
.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: 54px;
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 16px;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-view .w1200 .side .menu .row a i {
  font-size: 16px;
  line-height: 1;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-view .w1200 .package {
  width: 900px;
}
.page-view .w1200 .package .title {
  border-bottom: 1px solid #ddd;
  font-size: 24px;
  line-height: 2;
  color: #fc760b;
}
.page-view .w1200 .package .title span {
  font-size: 14px;
  margin: 0 0 0 10px;
  color: #999;
}
.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 .w1200 {
    width: 100%;
    padding: 20px 4%;
    flex-wrap: wrap;
  }
  .page-view .w1200 .side {
    width: 100%;
  }
  .page-view .w1200 .side .menu {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    border: none;
  }
  .page-view .w1200 .side .menu .row {
    width: calc(33.33% - 8px);
    margin: 0 12px 12px 0;
    border: none;
  }
  .page-view .w1200 .side .menu .row:nth-child(3n) {
    margin-right: 0;
  }
  .page-view .w1200 .side .menu .row a {
    padding: 0;
    background: #fff;
    border-radius: 3px;
  }
  .page-view .w1200 .side .menu .row a span {
    text-align: center;
    line-height: 2.4;
    font-size: 15px;
  }
  .page-view .w1200 .side .menu .row a i {
    display: none;
  }
  .page-view .w1200 .package {
    width: 100%;
  }
  .page-view .w1200 .package .title {
    font-size: 20px;
  }
  .page-view .w1200 .package .title span {
    font-size: 12px;
  }
}
.latest-view {
  width: 100%;
  background: #f5f5f5;
  padding: 40px 0;
}
.latest-view .w1200 {
  background: #fff;
  padding: 20px;
}
.latest-view .w1200 .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #f5f5f5;
  padding: 0 0 12px 0;
}
.latest-view .w1200 .title .name {
  padding: 0 0 0 15px;
  position: relative;
}
.latest-view .w1200 .title .name:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  width: 4px;
  height: 20px;
  background: #fc760b;
}
.latest-view .w1200 .title .name b {
  font-size: 24px;
  font-weight: bold;
}
.latest-view .w1200 .title .name span {
  font-size: 12px;
  margin: 0 0 0 5px;
}
.latest-view .w1200 .title .more {
  font-size: 14px;
}
.latest-view .w1200 .title .more a {
  color: #999;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.latest-view .w1200 .title .more a:hover {
  color: #fc760b;
}
.latest-view .w1200 .title .more a i {
  margin: 0 0 0 2px;
}
.latest-view .w1200 .package {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.latest-view .w1200 .package .col {
  width: 560px;
}
.latest-view .w1200 .package .col ul {
  padding: 20px 0 0 0;
}
.latest-view .w1200 .package .col ul li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 0 0 15px;
  position: relative;
}
.latest-view .w1200 .package .col ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  content: "";
  width: 5px;
  height: 5px;
  background: #fc760b;
}
.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: #fc760b;
}
.latest-view .w1200 .package .col ul li span {
  color: #999;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .latest-view {
    font-size: 12px;
    padding: 10px 0;
  }
  .latest-view .w1200 {
    width: 100%;
    padding: 20px 4%;
  }
  .latest-view .w1200 .title .name:before {
    top: 4px;
    height: 16px;
  }
  .latest-view .w1200 .title .name b {
    font-size: 20px;
  }
  .latest-view .w1200 .title .more {
    font-size: 13px;
  }
  .latest-view .w1200 .package {
    flex-wrap: wrap;
  }
  .latest-view .w1200 .package .col {
    width: 100%;
  }
  .latest-view .w1200 .package .col:last-child ul {
    padding: 0;
  }
  .latest-view .w1200 .package .col ul {
    padding: 7px 0 0 0;
  }
}
.public-hot {
  width: 100%;
  background: #f5f5f5;
}
.public-hot .w1200 {
  padding: 40px 0;
}
.public-hot .w1200 .row:nth-child(2) {
  margin: 20px 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-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #f5f5f5;
  padding: 0 0 12px 0;
}
.public-hot .w1200 .row .title .name {
  padding: 0 0 0 15px;
  position: relative;
}
.public-hot .w1200 .row .title .name:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  width: 4px;
  height: 20px;
  background: #fc760b;
}
.public-hot .w1200 .row .title .name b {
  font-size: 24px;
  font-weight: bold;
}
.public-hot .w1200 .row .title .name span {
  font-size: 12px;
  margin: 0 0 0 5px;
}
.public-hot .w1200 .row .title .more {
  font-size: 14px;
}
.public-hot .w1200 .row .title .more a {
  color: #999;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-hot .w1200 .row .title .more a:hover {
  color: #fc760b;
}
.public-hot .w1200 .row .title .more a i {
  margin: 0 0 0 2px;
}
.public-hot .w1200 .row .package {
  display: -webkit-box;
  display: flex;
}
.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: #fc760b;
}
@media screen and (max-width: 640px) {
  .public-hot {
    font-size: 12px;
  }
  .public-hot .w1200 {
    width: 100%;
    padding: 20px 4%;
  }
  .public-hot .w1200 .row .title .name:before {
    top: 4px;
    height: 16px;
  }
  .public-hot .w1200 .row .title .name b {
    font-size: 20px;
  }
  .public-hot .w1200 .row .title .more {
    font-size: 13px;
  }
  .public-hot .w1200 .row .package {
    flex-wrap: wrap;
  }
  .public-hot .w1200 .row .package .inde {
    width: 100%;
    padding: 14px;
  }
  .public-hot .w1200 .row .package .inde .box {
    padding: 4px 0 0 0;
  }
  .public-hot .w1200 .row .package .list {
    width: 100%;
    padding: 14px 0;
  }
  .public-hot .w1200 .row .package .list ul li {
    width: 100%;
    padding: 0 14px;
    border: none;
  }
}
.cnzz {
  width: 100%;
  overflow: hidden;
  height: 0;
}
