@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: #f7f9fa;
}
@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: #f7f9fa;
  border-bottom: 1px solid #e8edf2;
}
.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: #333;
}
.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: #1e60d3;
}
.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 {
  margin: 0 80px;
  position: relative;
}
.public-header .w1200 .search .form form {
  display: -webkit-box;
  display: flex;
  width: 414px;
}
.public-header .w1200 .search .form form input {
  -webkit-box-flex: 1;
          flex: 1;
  width: 100%;
  line-height: 34px;
  border: 2px solid #1e60d3;
  border-right: none;
  font-size: 14px;
  padding: 0 113px 0 10px;
}
.public-header .w1200 .search .form form button {
  font-size: 14px;
  background: #1e60d3;
  color: #fff;
  border: none;
  width: 90px;
  cursor: pointer;
}
.public-header .w1200 .search .hot {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 100px;
  display: -webkit-box;
  display: flex;
}
.public-header .w1200 .search .hot a {
  background: #f1f4f7;
  color: #333;
  font-size: 12px;
  line-height: 22px;
  padding: 0 10px;
  margin: 0 0 0 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-header .w1200 .search .hot a:hover {
  color: #1e60d3;
}
.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;
}
.public-menu .w1200 {
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #1e60d3;
}
.public-menu .w1200 .tips {
  background: #1e60d3;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 200px;
  height: 40px;
  padding: 0 20px;
}
.public-menu .w1200 .tips i {
  font-size: 15px;
  line-height: 17px;
  margin: 0 8px 0 0;
}
.public-menu .w1200 .tips span {
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 1px;
}
.public-menu .w1200 .menu {
  width: calc(100% - 200px);
}
.public-menu .w1200 .menu ul {
  display: -webkit-box;
  display: flex;
}
.public-menu .w1200 .menu ul li {
  line-height: 40px;
  position: relative;
}
.public-menu .w1200 .menu ul li.active a {
  color: #1e60d3;
}
.public-menu .w1200 .menu ul li.hot:after {
  position: absolute;
  top: 0;
  right: 4px;
  content: "";
  width: 18px;
  height: 14px;
  background: url(../images/hot.png) center center no-repeat;
  -webkit-animation: menu-hot 0.8s linear infinite;
          animation: menu-hot 0.8s linear infinite;
}
.public-menu .w1200 .menu ul li a {
  display: block;
  padding: 0 24px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.public-menu .w1200 .menu ul li a:hover {
  color: #1e60d3;
}
@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: 11;
    display: none;
  }
  .public-menu .w1200 .menu ul {
    flex-wrap: wrap;
  }
  .public-menu .w1200 .menu ul li {
    width: 100%;
    line-height: 48px;
  }
  .public-menu .w1200 .menu ul li:last-child a {
    border: none;
  }
  .public-menu .w1200 .menu ul li.hot:after {
    display: none;
  }
  .public-menu .w1200 .menu ul li a {
    padding: 0;
    font-weight: normal;
    border-bottom: 1px solid #e8e8e8;
  }
}
.public-chunk {
  width: 100%;
  height: 660px;
  position: relative;
}
.public-chunk .banner {
  width: 100%;
  height: 620px;
  position: relative;
}
.public-chunk .banner .swiper-container {
  width: 100%;
}
.public-chunk .banner .swiper-container .swiper-slide {
  width: 100%;
  background: #f7f9fa;
}
.public-chunk .banner .swiper-container .swiper-slide a {
  display: block;
}
.public-chunk .w1200 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
          justify-content: space-between;
  z-index: 10;
}
.public-chunk .w1200 .menu {
  width: 200px;
  background: #fff;
  box-shadow: 0 4px 10px -4px rgba(38, 38, 38, 0.2);
}
.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: #1e60d3;
}
.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: 780px;
  height: 660px;
  padding: 20px;
  box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.6);
  position: absolute;
  left: 200px;
  top: 0;
  background: #fff;
  z-index: 10;
  display: none;
}
.public-chunk .w1200 .menu ul li .box .name {
  font-size: 16px;
  font-weight: bold;
  color: #1e60d3;
  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: #1e60d3;
}
.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: #1e60d3;
}
.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: 177.5px;
  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 #1e60d3;
  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: #1e60d3;
}
.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 {
  width: 760px;
  height: 192px;
  background: #fff;
  box-shadow: 0 4px 10px -4px rgba(38, 38, 38, 0.2);
}
.public-chunk .w1200 .show ul {
  padding: 20px;
  display: -webkit-box;
  display: flex;
}
.public-chunk .w1200 .show ul li {
  width: 165px;
  margin: 0 20px 0 0;
}
.public-chunk .w1200 .show ul li:last-child {
  margin: 0;
}
.public-chunk .w1200 .show ul li a {
  display: block;
}
.public-chunk .w1200 .show ul li a:hover .pic {
  border: 4px solid #1e60d3;
  border-bottom: none;
}
.public-chunk .w1200 .show ul li a:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.public-chunk .w1200 .show ul li a:hover .txt {
  background: #1e60d3;
}
.public-chunk .w1200 .show ul li a:hover .txt span:nth-child(1),
.public-chunk .w1200 .show ul li a:hover .txt span:nth-child(2) {
  color: #fff;
}
.public-chunk .w1200 .show ul li a .pic {
  border: 4px solid #f2f2f2;
  border-bottom: none;
  height: 120px;
  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 ul li a .pic img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-chunk .w1200 .show ul li 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 .show ul li a .txt span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-chunk .w1200 .show ul li a .txt span:nth-child(1) {
  font-size: 15px;
  line-height: 16px;
  color: #333;
  -webkit-box-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-chunk .w1200 .show ul li a .txt span:nth-child(2) {
  font-size: 12px;
  line-height: 1;
  color: #999;
}
.public-chunk .w1200 .info {
  width: 200px;
  background: url(../images/info_bg.png) center top no-repeat #fff;
  box-shadow: 0 4px 10px -4px rgba(38, 38, 38, 0.2);
}
.public-chunk .w1200 .info .btns {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 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: #1e60d3;
  color: #fff;
  line-height: 32px;
  border: 1px solid #1e60d3;
}
.public-chunk .w1200 .info .btns a:nth-child(1):hover {
  box-shadow: 2px 2px 4px rgba(30, 96, 211, 0.5);
}
.public-chunk .w1200 .info .btns a:nth-child(2) {
  border: 1px solid #1e60d3;
  color: #1e60d3;
  margin: 10px 0 0 0;
  line-height: 32px;
}
.public-chunk .w1200 .info .btns a:nth-child(2):hover {
  box-shadow: 2px 2px 4px rgba(30, 96, 211, 0.5);
}
.public-chunk .w1200 .info .item {
  padding: 0 10px;
  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: #1e60d3;
}
.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-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #4667cd), to(#6bbeff));
  background-image: linear-gradient(to bottom, #4667cd 60%, #6bbeff);
  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: 152px;
  padding: 20px;
  background: url(../images/info_xc.png) center bottom 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;
  text-shadow: 2px 2px 2px #000;
  margin: 10px 0 0 0;
}
.public-chunk .w1200 .info .tips span:nth-child(1) {
  margin: 0;
}
@media screen and (max-width: 640px) {
  .public-chunk {
    height: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .public-chunk .banner {
    height: auto;
  }
  .public-chunk .w1200 {
    width: 100%;
    position: static;
    left: 0;
    margin: -20px 0 0 0;
    z-index: 10;
    flex-wrap: wrap;
  }
  .public-chunk .w1200 .menu {
    width: 100%;
  }
  .public-chunk .w1200 .menu ul {
    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: #1e60d3;
  }
  .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: #1e60d3;
  }
  .public-chunk .w1200 .menu ul li .tit:after {
    display: none;
  }
  .public-chunk .w1200 .show {
    display: none;
  }
  .public-chunk .w1200 .info {
    width: 100%;
    background: #fff;
  }
  .public-chunk .w1200 .info .btns {
    padding: 0 4% 20px 4%;
  }
  .public-chunk .w1200 .info .item {
    display: none;
  }
  .public-chunk .w1200 .info .tips {
    display: none;
  }
}
.index-column {
  width: 100%;
  margin: 36px 0 0 0;
}
.index-column .w1200 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.index-column .w1200 .package.active .row:nth-child(n + 11) {
  display: none;
}
.index-column .w1200 .package .row {
  width: 100%;
  height: 550px;
  border-radius: 2px;
  margin: 30px 0 0 0;
  background: #fff;
  display: -webkit-box;
  display: flex;
}
.index-column .w1200 .package .row:nth-child(1) {
  margin: 0;
}
.index-column .w1200 .package .row:nth-child(1) .col:nth-child(1) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d0d6db), to(#b0c2ce));
  background-image: linear-gradient(to bottom, #d0d6db, #b0c2ce);
}
.index-column .w1200 .package .row:nth-child(1) .col:nth-child(1) .tit a:hover {
  color: #415f73;
}
.index-column .w1200 .package .row:nth-child(1) .col:nth-child(1) .cbx .swiper-container .swiper-slide a .txt span:nth-child(1) {
  background: #415f73;
}
.index-column .w1200 .package .row:nth-child(2) .col:nth-child(1) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cbdcd7), to(#b9cfc7));
  background-image: linear-gradient(to bottom, #cbdcd7, #b9cfc7);
}
.index-column .w1200 .package .row:nth-child(2) .col:nth-child(1) .tit a:hover {
  color: #5b694c;
}
.index-column .w1200 .package .row:nth-child(2) .col:nth-child(1) .cbx .swiper-container .swiper-slide a .txt span:nth-child(1) {
  background: #5b694c;
}
.index-column .w1200 .package .row:nth-child(3) .col:nth-child(1) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9d4c5), to(#c7c0ab));
  background-image: linear-gradient(to bottom, #d9d4c5, #c7c0ab);
}
.index-column .w1200 .package .row:nth-child(3) .col:nth-child(1) .tit a:hover {
  color: #6e6757;
}
.index-column .w1200 .package .row:nth-child(3) .col:nth-child(1) .cbx .swiper-container .swiper-slide a .txt span:nth-child(1) {
  background: #6e6757;
}
.index-column .w1200 .package .row:nth-child(4) .col:nth-child(1) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cfd2e1), to(#c6c8d6));
  background-image: linear-gradient(to bottom, #cfd2e1, #c6c8d6);
}
.index-column .w1200 .package .row:nth-child(4) .col:nth-child(1) .tit a:hover {
  color: #6f7389;
}
.index-column .w1200 .package .row:nth-child(4) .col:nth-child(1) .cbx .swiper-container .swiper-slide a .txt span:nth-child(1) {
  background: #6f7389;
}
.index-column .w1200 .package .row:nth-child(5) .col:nth-child(1) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6d3d5), to(#d9c3c6));
  background-image: linear-gradient(to bottom, #e6d3d5, #d9c3c6);
}
.index-column .w1200 .package .row:nth-child(5) .col:nth-child(1) .tit a:hover {
  color: #826c6f;
}
.index-column .w1200 .package .row:nth-child(5) .col:nth-child(1) .cbx .swiper-container .swiper-slide a .txt span:nth-child(1) {
  background: #826c6f;
}
.index-column .w1200 .package .row:nth-child(6) .col:nth-child(1) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d0d6db), to(#b0c2ce));
  background-image: linear-gradient(to bottom, #d0d6db, #b0c2ce);
}
.index-column .w1200 .package .row:nth-child(6) .col:nth-child(1) .tit a:hover {
  color: #415f73;
}
.index-column .w1200 .package .row:nth-child(6) .col:nth-child(1) .cbx .swiper-container .swiper-slide a .txt span:nth-child(1) {
  background: #415f73;
}
.index-column .w1200 .package .row:nth-child(7) .col:nth-child(1) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cbdcd7), to(#b9cfc7));
  background-image: linear-gradient(to bottom, #cbdcd7, #b9cfc7);
}
.index-column .w1200 .package .row:nth-child(7) .col:nth-child(1) .tit a:hover {
  color: #5b694c;
}
.index-column .w1200 .package .row:nth-child(7) .col:nth-child(1) .cbx .swiper-container .swiper-slide a .txt span:nth-child(1) {
  background: #5b694c;
}
.index-column .w1200 .package .row:nth-child(8) .col:nth-child(1) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9d4c5), to(#c7c0ab));
  background-image: linear-gradient(to bottom, #d9d4c5, #c7c0ab);
}
.index-column .w1200 .package .row:nth-child(8) .col:nth-child(1) .tit a:hover {
  color: #6e6757;
}
.index-column .w1200 .package .row:nth-child(8) .col:nth-child(1) .cbx .swiper-container .swiper-slide a .txt span:nth-child(1) {
  background: #6e6757;
}
.index-column .w1200 .package .row:nth-child(9) .col:nth-child(1) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cfd2e1), to(#c6c8d6));
  background-image: linear-gradient(to bottom, #cfd2e1, #c6c8d6);
}
.index-column .w1200 .package .row:nth-child(9) .col:nth-child(1) .tit a:hover {
  color: #6f7389;
}
.index-column .w1200 .package .row:nth-child(9) .col:nth-child(1) .cbx .swiper-container .swiper-slide a .txt span:nth-child(1) {
  background: #6f7389;
}
.index-column .w1200 .package .row:nth-child(10) .col:nth-child(1) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6d3d5), to(#d9c3c6));
  background-image: linear-gradient(to bottom, #e6d3d5, #d9c3c6);
}
.index-column .w1200 .package .row:nth-child(10) .col:nth-child(1) .tit a:hover {
  color: #826c6f;
}
.index-column .w1200 .package .row:nth-child(10) .col:nth-child(1) .cbx .swiper-container .swiper-slide a .txt span:nth-child(1) {
  background: #826c6f;
}
.index-column .w1200 .package .row:nth-child(11) .col:nth-child(1) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d0d6db), to(#b0c2ce));
  background-image: linear-gradient(to bottom, #d0d6db, #b0c2ce);
}
.index-column .w1200 .package .row:nth-child(11) .col:nth-child(1) .tit a:hover {
  color: #415f73;
}
.index-column .w1200 .package .row:nth-child(11) .col:nth-child(1) .cbx .swiper-container .swiper-slide a .txt span:nth-child(1) {
  background: #415f73;
}
.index-column .w1200 .package .row:nth-child(12) .col:nth-child(1) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cbdcd7), to(#b9cfc7));
  background-image: linear-gradient(to bottom, #cbdcd7, #b9cfc7);
}
.index-column .w1200 .package .row:nth-child(12) .col:nth-child(1) .tit a:hover {
  color: #5b694c;
}
.index-column .w1200 .package .row:nth-child(12) .col:nth-child(1) .cbx .swiper-container .swiper-slide a .txt span:nth-child(1) {
  background: #5b694c;
}
.index-column .w1200 .package .row:nth-child(13) .col:nth-child(1) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9d4c5), to(#c7c0ab));
  background-image: linear-gradient(to bottom, #d9d4c5, #c7c0ab);
}
.index-column .w1200 .package .row:nth-child(13) .col:nth-child(1) .tit a:hover {
  color: #6e6757;
}
.index-column .w1200 .package .row:nth-child(13) .col:nth-child(1) .cbx .swiper-container .swiper-slide a .txt span:nth-child(1) {
  background: #6e6757;
}
.index-column .w1200 .package .row:nth-child(14) .col:nth-child(1) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cfd2e1), to(#c6c8d6));
  background-image: linear-gradient(to bottom, #cfd2e1, #c6c8d6);
}
.index-column .w1200 .package .row:nth-child(14) .col:nth-child(1) .tit a:hover {
  color: #6f7389;
}
.index-column .w1200 .package .row:nth-child(14) .col:nth-child(1) .cbx .swiper-container .swiper-slide a .txt span:nth-child(1) {
  background: #6f7389;
}
.index-column .w1200 .package .row:nth-child(15) .col:nth-child(1) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6d3d5), to(#d9c3c6));
  background-image: linear-gradient(to bottom, #e6d3d5, #d9c3c6);
}
.index-column .w1200 .package .row:nth-child(15) .col:nth-child(1) .tit a:hover {
  color: #826c6f;
}
.index-column .w1200 .package .row:nth-child(15) .col:nth-child(1) .cbx .swiper-container .swiper-slide a .txt span:nth-child(1) {
  background: #826c6f;
}
.index-column .w1200 .package .row:nth-child(16) .col:nth-child(1) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d0d6db), to(#b0c2ce));
  background-image: linear-gradient(to bottom, #d0d6db, #b0c2ce);
}
.index-column .w1200 .package .row:nth-child(16) .col:nth-child(1) .tit a:hover {
  color: #415f73;
}
.index-column .w1200 .package .row:nth-child(16) .col:nth-child(1) .cbx .swiper-container .swiper-slide a .txt span:nth-child(1) {
  background: #415f73;
}
.index-column .w1200 .package .row:nth-child(17) .col:nth-child(1) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cbdcd7), to(#b9cfc7));
  background-image: linear-gradient(to bottom, #cbdcd7, #b9cfc7);
}
.index-column .w1200 .package .row:nth-child(17) .col:nth-child(1) .tit a:hover {
  color: #5b694c;
}
.index-column .w1200 .package .row:nth-child(17) .col:nth-child(1) .cbx .swiper-container .swiper-slide a .txt span:nth-child(1) {
  background: #5b694c;
}
.index-column .w1200 .package .row:nth-child(18) .col:nth-child(1) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9d4c5), to(#c7c0ab));
  background-image: linear-gradient(to bottom, #d9d4c5, #c7c0ab);
}
.index-column .w1200 .package .row:nth-child(18) .col:nth-child(1) .tit a:hover {
  color: #6e6757;
}
.index-column .w1200 .package .row:nth-child(18) .col:nth-child(1) .cbx .swiper-container .swiper-slide a .txt span:nth-child(1) {
  background: #6e6757;
}
.index-column .w1200 .package .row:nth-child(19) .col:nth-child(1) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cfd2e1), to(#c6c8d6));
  background-image: linear-gradient(to bottom, #cfd2e1, #c6c8d6);
}
.index-column .w1200 .package .row:nth-child(19) .col:nth-child(1) .tit a:hover {
  color: #6f7389;
}
.index-column .w1200 .package .row:nth-child(19) .col:nth-child(1) .cbx .swiper-container .swiper-slide a .txt span:nth-child(1) {
  background: #6f7389;
}
.index-column .w1200 .package .row:nth-child(20) .col:nth-child(1) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6d3d5), to(#d9c3c6));
  background-image: linear-gradient(to bottom, #e6d3d5, #d9c3c6);
}
.index-column .w1200 .package .row:nth-child(20) .col:nth-child(1) .tit a:hover {
  color: #826c6f;
}
.index-column .w1200 .package .row:nth-child(20) .col:nth-child(1) .cbx .swiper-container .swiper-slide a .txt span:nth-child(1) {
  background: #826c6f;
}
.index-column .w1200 .package .row .col:nth-child(1) {
  width: 300px;
  height: 100%;
  padding: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.index-column .w1200 .package .row .col:nth-child(1) .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;
  line-height: 1;
}
.index-column .w1200 .package .row .col:nth-child(1) .tit span {
  font-size: 28px;
  font-weight: bold;
}
.index-column .w1200 .package .row .col:nth-child(1) .tit a {
  font-size: 14px;
  margin: 20px 0 0 0;
  color: #888d91;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-column .w1200 .package .row .col:nth-child(1) .cbx {
  width: 240px;
  margin: 30px 0 0 0;
  position: relative;
}
.index-column .w1200 .package .row .col:nth-child(1) .cbx:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 240px;
  height: 260px;
  border-radius: 5px;
  content: "";
  background: #fff;
}
.index-column .w1200 .package .row .col:nth-child(1) .cbx .swiper-container {
  width: 100%;
  height: 350px;
}
.index-column .w1200 .package .row .col:nth-child(1) .cbx .swiper-container .swiper-slide {
  width: 100%;
  height: 300px;
  display: -webkit-box;
  display: flex;
}
.index-column .w1200 .package .row .col:nth-child(1) .cbx .swiper-container .swiper-slide a {
  padding: 20px;
  display: block;
}
.index-column .w1200 .package .row .col:nth-child(1) .cbx .swiper-container .swiper-slide a .pic {
  width: 200px;
  height: 220px;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.index-column .w1200 .package .row .col:nth-child(1) .cbx .swiper-container .swiper-slide a .txt {
  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;
  margin: 4px 0 0 0;
}
.index-column .w1200 .package .row .col:nth-child(1) .cbx .swiper-container .swiper-slide a .txt span {
  line-height: 1;
}
.index-column .w1200 .package .row .col:nth-child(1) .cbx .swiper-container .swiper-slide a .txt span:nth-child(1) {
  width: 100px;
  padding: 0 20px;
  line-height: 32px;
  border-radius: 32px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
}
.index-column .w1200 .package .row .col:nth-child(1) .cbx .swiper-container .swiper-slide a .txt span:nth-child(2) {
  font-size: 12px;
  color: #fff;
  margin: 10px 0 0 0;
}
.index-column .w1200 .package .row .col:nth-child(1) .cbx .swiper-container .swiper-button-next,
.index-column .w1200 .package .row .col:nth-child(1) .cbx .swiper-container .swiper-button-prev {
  top: 326px;
  z-index: 11;
}
.index-column .w1200 .package .row .col:nth-child(1) .cbx .swiper-container .swiper-button-next:after,
.index-column .w1200 .package .row .col:nth-child(1) .cbx .swiper-container .swiper-button-prev:after {
  font-family: "awesome";
  font-size: 24px;
  color: #fff;
}
.index-column .w1200 .package .row .col:nth-child(1) .cbx .swiper-container .swiper-button-next:after {
  content: "\ec18";
}
.index-column .w1200 .package .row .col:nth-child(1) .cbx .swiper-container .swiper-button-prev:after {
  content: "\ec24";
}
.index-column .w1200 .package .row .col:nth-child(1) .cbx .swiper-container .swiper-pagination-bullets {
  bottom: 16px;
}
.index-column .w1200 .package .row .col:nth-child(1) .cbx .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #fff;
}
.index-column .w1200 .package .row .col:nth-child(2) {
  width: 658px;
  border-right: 1px solid #e8edf2;
}
.index-column .w1200 .package .row .col:nth-child(2) .menu {
  padding: 0 20px;
  border-bottom: 1px solid #e8edf2;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.index-column .w1200 .package .row .col:nth-child(2) .menu .list ul {
  display: -webkit-box;
  display: flex;
}
.index-column .w1200 .package .row .col:nth-child(2) .menu .list ul li {
  line-height: 58px;
  font-size: 15px;
  margin: 0 34px 0 0;
  position: relative;
}
.index-column .w1200 .package .row .col:nth-child(2) .menu .list ul li:after {
  position: absolute;
  top: 50%;
  right: -16px;
  margin-top: -7px;
  content: "";
  width: 2px;
  height: 14px;
  background: #eee;
}
.index-column .w1200 .package .row .col:nth-child(2) .menu .list ul li:last-child {
  margin: 0;
}
.index-column .w1200 .package .row .col:nth-child(2) .menu .list ul li:last-child:after {
  display: none;
}
.index-column .w1200 .package .row .col:nth-child(2) .menu .list ul li a {
  color: #262626;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-column .w1200 .package .row .col:nth-child(2) .menu .list ul li a:hover {
  color: #1e60d3;
}
.index-column .w1200 .package .row .col:nth-child(2) .menu .more i {
  font-size: 16px;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-column .w1200 .package .row .col:nth-child(2) .menu .more i:hover {
  color: #1e60d3;
}
.index-column .w1200 .package .row .col:nth-child(2) .product ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.index-column .w1200 .package .row .col:nth-child(2) .product ul li {
  width: 219px;
  padding: 20px 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-right: 1px solid #e8edf2;
  border-bottom: 1px solid #e8edf2;
}
.index-column .w1200 .package .row .col:nth-child(2) .product ul li:nth-child(3n) {
  border-right: none;
}
.index-column .w1200 .package .row .col:nth-child(2) .product ul li:nth-child(n + 4) {
  border-bottom: none;
}
.index-column .w1200 .package .row .col:nth-child(2) .product ul li:hover {
  box-shadow: 0 4px 8px 0 rgba(38, 38, 38, 0.1);
}
.index-column .w1200 .package .row .col:nth-child(2) .product ul li:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.index-column .w1200 .package .row .col:nth-child(2) .product ul li:hover .tit span:nth-child(1) {
  color: red;
}
.index-column .w1200 .package .row .col:nth-child(2) .product ul li .pic {
  height: 130px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.index-column .w1200 .package .row .col:nth-child(2) .product ul li .pic img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-column .w1200 .package .row .col:nth-child(2) .product ul li .tit {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: 20px 0 0 0;
}
.index-column .w1200 .package .row .col:nth-child(2) .product ul li .tit span:nth-child(1) {
  font-size: 15px;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-column .w1200 .package .row .col:nth-child(2) .product ul li .tit span:nth-child(2) {
  margin: 8px 0 0 0;
  font-size: 15px;
  color: red;
  text-align: center;
}
.index-column .w1200 .package .row .col:nth-child(3) {
  width: 242px;
}
.index-column .w1200 .package .row .col:nth-child(3) .title {
  padding: 0 20px;
  background: #f1f4f7;
  border-bottom: 1px solid #e8edf2;
}
.index-column .w1200 .package .row .col:nth-child(3) .title a {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #333;
  line-height: 58px;
}
.index-column .w1200 .package .row .col:nth-child(3) .brand ul li {
  padding: 20px;
  border-top: 1px solid #e8edf2;
}
.index-column .w1200 .package .row .col:nth-child(3) .brand ul li:nth-child(1) {
  border: none;
}
.index-column .w1200 .package .row .col:nth-child(3) .brand ul li .tit {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding: 0 0 0 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-column .w1200 .package .row .col:nth-child(3) .brand ul li .tit:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e9e8";
  font-family: "awesome";
  font-size: 16px;
  line-height: 17px;
  color: #ff8b4f;
}
.index-column .w1200 .package .row .col:nth-child(3) .brand ul li .tit:hover {
  color: #ff8b4f;
}
.index-column .w1200 .package .row .col:nth-child(3) .brand ul li .tit:hover a {
  color: #ff8b4f;
}
.index-column .w1200 .package .row .col:nth-child(3) .brand ul li .tit a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-column .w1200 .package .row .col:nth-child(3) .brand ul li .bus {
  margin: 11px 0 0 0;
  font-size: 12px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-column .w1200 .load {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 20px 0 0 0;
  position: relative;
}
.index-column .w1200 .load:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 520px;
  height: 1px;
  background: #e0e0e0;
}
.index-column .w1200 .load:after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 520px;
  height: 1px;
  background: #e0e0e0;
}
.index-column .w1200 .load .col {
  display: none;
  color: #999;
  cursor: pointer;
}
.index-column .w1200 .load .col:first-child {
  display: block;
}
.index-column .w1200 .load .col:hover span,
.index-column .w1200 .load .col:hover i {
  color: #1e60d3;
}
.index-column .w1200 .load .col span {
  font-size: 12px;
  line-height: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-column .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-column {
    font-size: 12px;
    margin: 20px 0 0 0;
  }
  .index-column .w1200 {
    width: 100%;
    padding: 0 4%;
  }
  .index-column .w1200 .package .row {
    height: auto;
    flex-wrap: wrap;
    margin: 14px 0 0 0;
  }
  .index-column .w1200 .package .row .col:nth-child(1) {
    width: 100%;
    padding: 40px 30px;
  }
  .index-column .w1200 .package .row .col:nth-child(1) .cbx .swiper-container {
    height: 332px;
  }
  .index-column .w1200 .package .row .col:nth-child(1) .cbx .swiper-container .swiper-pagination-bullets {
    bottom: 0;
  }
  .index-column .w1200 .package .row .col:nth-child(2) {
    width: 100%;
    border: none;
  }
  .index-column .w1200 .package .row .col:nth-child(2) .menu {
    padding: 7px 4%;
    flex-wrap: wrap;
  }
  .index-column .w1200 .package .row .col:nth-child(2) .menu .list ul {
    flex-wrap: wrap;
  }
  .index-column .w1200 .package .row .col:nth-child(2) .menu .list ul li {
    line-height: 2;
  }
  .index-column .w1200 .package .row .col:nth-child(2) .menu .more {
    width: 100%;
    margin: -30px 0 0 0;
    line-height: 30px;
    text-align: right;
  }
  .index-column .w1200 .package .row .col:nth-child(2) .product ul li {
    width: 50%;
    padding: 20px;
  }
  .index-column .w1200 .package .row .col:nth-child(2) .product ul li:nth-child(3n) {
    border-right: 1px solid #e8edf2;
  }
  .index-column .w1200 .package .row .col:nth-child(2) .product ul li:nth-child(2n) {
    border-right: none;
  }
  .index-column .w1200 .package .row .col:nth-child(2) .product ul li:nth-child(n + 4) {
    border-bottom: 1px solid #e8edf2;
  }
  .index-column .w1200 .package .row .col:nth-child(3) {
    width: 100%;
  }
  .index-column .w1200 .package .row .col:nth-child(3) .title {
    padding: 0 4%;
  }
  .index-column .w1200 .package .row .col:nth-child(3) .brand ul li {
    padding: 14px 4%;
  }
  .index-column .w1200 .load {
    margin: 14px 0 0 0;
  }
  .index-column .w1200 .load:before {
    width: 80px;
  }
  .index-column .w1200 .load:after {
    width: 80px;
  }
}
.index-links {
  width: 100%;
  margin: 36px 0 -100px 0;
  z-index: 1;
}
.index-links .w1200 {
  padding: 20px;
  border: 1px solid #e8edf2;
  background: #fff;
}
.index-links .w1200 .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #f5f5f5;
  padding: 0 0 10px 0;
}
.index-links .w1200 .title span {
  font-size: 18px;
  font-weight: bold;
}
.index-links .w1200 .package {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.index-links .w1200 .package a {
  font-size: 14px;
  color: #999;
  line-height: 1;
  margin: 15px 30px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-links .w1200 .package a:hover {
  color: #1e60d3;
}
@media screen and (max-width: 640px) {
  .index-links {
    display: none;
  }
}
.public-footer {
  background: url(../images/footer_bg.png) center bottom no-repeat;
  width: 100%;
  margin: 36px 0 0 0;
}
.public-footer .w1200 {
  height: 467px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.public-footer .w1200 .letter {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  border-bottom: 1px solid #7c7e8e;
  font-size: 14px;
  line-height: 4;
  color: #7c7e8e;
}
.public-footer .w1200 .letter a {
  font-weight: bold;
  margin: 0 0 0 15px;
  color: #7c7e8e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-footer .w1200 .letter a:hover {
  color: #fff;
}
.public-footer .w1200 .menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  line-height: 3;
  font-size: 13px;
  margin: 10px 0 0 0;
}
.public-footer .w1200 .menu a {
  margin: 0 15px;
  color: #7c7e8e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.public-footer .w1200 .menu a:hover {
  color: #fff;
}
.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: #7c7e8e;
}
.public-footer .w1200 .ewm {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 10px 0 0 0;
}
.public-footer .w1200 .ewm .col {
  margin: 0 10px;
}
.public-footer .w1200 .ewm .col p {
  text-align: center;
  font-size: 12px;
  color: #7c7e8e;
  margin: 10px 0 0 0;
}
.public-footer .w1200 .info {
  font-size: 12px;
  padding: 20px 0;
}
.public-footer .w1200 .info p {
  text-align: center;
  color: #7c7e8e;
  line-height: 2;
}
.public-footer .w1200 .info p a {
  color: #7c7e8e;
}
@media screen and (max-width: 640px) {
  .public-footer {
    font-size: 12px;
    margin: 20px 0 0 0;
  }
  .public-footer .w1200 {
    width: 100%;
    height: auto;
    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-home {
  width: 100%;
  margin: 0 0 -100px 0;
  z-index: 1;
}
.news-home .w1200 .row {
  margin: 36px 0 0 0;
}
.news-home .w1200 .row .tit {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.news-home .w1200 .row .tit i {
  color: #1e60d3;
  font-size: 22px;
}
.news-home .w1200 .row .tit span {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 0 10px;
  color: #333;
}
.news-home .w1200 .row .box {
  margin: 20px 0 0 0;
  border-top: 4px solid #1e60d3;
  height: 452px;
  display: -webkit-box;
  display: flex;
}
.news-home .w1200 .row .box .itm {
  width: 200px;
  background: #fff;
}
.news-home .w1200 .row .box .itm ul {
  width: 100%;
  height: 100%;
  border: 1px solid #1e60d3;
  padding: 0 0 8px 0;
}
.news-home .w1200 .row .box .itm ul li {
  line-height: 40px;
  font-size: 14px;
  padding: 0 20px;
  margin: 0 0 2px 0;
}
.news-home .w1200 .row .box .itm ul li:nth-child(1) {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  background: #1e60d3;
  color: #fff;
  padding: 0 20px 4px 20px;
  margin: 0 0 8px 0;
  font-size: 16px;
}
.news-home .w1200 .row .box .itm ul li:nth-child(1) a {
  color: #fff;
  border: none;
}
.news-home .w1200 .row .box .itm ul li:nth-child(1) a:after {
  display: none;
}
.news-home .w1200 .row .box .itm ul li:nth-child(1) a:hover {
  color: #fff;
}
.news-home .w1200 .row .box .itm ul li:last-child a {
  border: none;
}
.news-home .w1200 .row .box .itm ul li a {
  display: block;
  color: #333;
  border-bottom: 1px dashed #eee;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.news-home .w1200 .row .box .itm ul li a:after {
  position: absolute;
  top: 50%;
  right: 0;
  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;
}
.news-home .w1200 .row .box .itm ul li a:hover {
  color: #1e60d3;
}
.news-home .w1200 .row .box .itm ul li a:hover:after {
  color: #1e60d3;
}
.news-home .w1200 .row .box .lis {
  width: 1000px;
}
.news-home .w1200 .row .box .lis ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 0 20px;
}
.news-home .w1200 .row .box .lis ul li {
  width: 317.33px;
  background: #fff;
  margin: 14px 14px 0 0;
  padding: 14px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-home .w1200 .row .box .lis ul li:nth-child(3n) {
  margin-right: 0;
}
.news-home .w1200 .row .box .lis ul li:nth-child(-n + 3) {
  margin-top: 0;
}
.news-home .w1200 .row .box .lis ul li:hover {
  box-shadow: 0 0 0 1px #1e60d3;
}
.news-home .w1200 .row .box .lis ul li:hover a .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.news-home .w1200 .row .box .lis ul li:hover a .txt .tit {
  color: #1e60d3;
}
.news-home .w1200 .row .box .lis ul li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.news-home .w1200 .row .box .lis ul li a .pic {
  width: 110px;
  height: 68px;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-home .w1200 .row .box .lis ul li a .pic img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-home .w1200 .row .box .lis ul li a .txt {
  width: calc(100% - 120px);
  height: 68px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.news-home .w1200 .row .box .lis ul li a .txt .tit {
  font-size: 15px;
  line-height: 20px;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-home .w1200 .row .box .lis ul li a .txt .ifo {
  display: -webkit-box;
  display: flex;
  line-height: 17px;
}
.news-home .w1200 .row .box .lis ul li a .txt .ifo span {
  font-size: 12px;
  color: #999;
}
.news-home .w1200 .row .box .lis ul li a .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;
}
.news-home .w1200 .row .box .lis ul li a .txt .ifo span:nth-child(1):before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  content: "\eb58";
  font-family: "awesome";
  color: #1e60d3;
  font-size: 12px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-home .w1200 .row .box .lis ul li a .txt .ifo span:nth-child(2) {
  margin: 0 0 0 5px;
}
@media screen and (max-width: 640px) {
  .news-home {
    margin: 0;
  }
  .news-home .w1200 {
    width: 100%;
    padding: 0 4%;
  }
  .news-home .w1200 .row {
    margin: 20px 0 0 0;
  }
  .news-home .w1200 .row .tit i {
    font-size: 18px;
  }
  .news-home .w1200 .row .tit span {
    font-size: 20px;
  }
  .news-home .w1200 .row .box {
    margin: 14px 0 0 0;
    flex-wrap: wrap;
    height: auto;
  }
  .news-home .w1200 .row .box .itm {
    width: 100%;
  }
  .news-home .w1200 .row .box .itm ul {
    padding: 43px 4% 7px 4%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .news-home .w1200 .row .box .itm ul li {
    line-height: 24px;
    padding: 0;
    margin: 0 14px 0 0;
  }
  .news-home .w1200 .row .box .itm ul li:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 4% 4px 4%;
    line-height: 32px;
    margin: 0;
  }
  .news-home .w1200 .row .box .itm ul li a {
    border: none;
  }
  .news-home .w1200 .row .box .itm ul li a:after {
    display: none;
  }
  .news-home .w1200 .row .box .lis {
    width: 100%;
  }
  .news-home .w1200 .row .box .lis ul {
    padding: 14px 0 0 0;
  }
  .news-home .w1200 .row .box .lis ul li {
    width: 100%;
    margin: 14px 0 0 0;
  }
  .news-home .w1200 .row .box .lis ul li:nth-child(-n + 3) {
    margin: 14px 0 0 0;
  }
  .news-home .w1200 .row .box .lis ul li:nth-child(1) {
    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 #1e60d3;
  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: #1e60d3;
}
.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: #1e60d3;
  border: 1px solid #1e60d3;
}
.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: #1e60d3;
  border: 1px solid #1e60d3;
}
@media screen and (max-width: 640px) {
  .news-list {
    font-size: 12px;
  }
  .news-list .w1200 {
    width: 100%;
    padding: 0 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-home {
  width: 100%;
  margin: 0 0 -100px 0;
  z-index: 1;
}
.product-home .w1200 .row {
  margin: 36px 0 0 0;
}
.product-home .w1200 .row .tit {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.product-home .w1200 .row .tit i {
  color: #1e60d3;
  font-size: 22px;
}
.product-home .w1200 .row .tit span {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 0 10px;
  color: #333;
}
.product-home .w1200 .row .box {
  margin: 20px 0 0 0;
  border-top: 4px solid #1e60d3;
  height: 452px;
  background: #fff;
  display: -webkit-box;
  display: flex;
}
.product-home .w1200 .row .box .itm {
  width: 200px;
}
.product-home .w1200 .row .box .itm ul {
  width: 100%;
  height: 100%;
  border: 1px solid #1e60d3;
  padding: 0 0 8px 0;
}
.product-home .w1200 .row .box .itm ul li {
  line-height: 40px;
  font-size: 14px;
  padding: 0 20px;
  margin: 0 0 2px 0;
}
.product-home .w1200 .row .box .itm ul li:nth-child(1) {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  background: #1e60d3;
  color: #fff;
  padding: 0 20px 4px 20px;
  margin: 0 0 8px 0;
  font-size: 16px;
}
.product-home .w1200 .row .box .itm ul li:nth-child(1) a {
  color: #fff;
  border: none;
}
.product-home .w1200 .row .box .itm ul li:nth-child(1) a:after {
  display: none;
}
.product-home .w1200 .row .box .itm ul li:nth-child(1) a:hover {
  color: #fff;
}
.product-home .w1200 .row .box .itm ul li:last-child a {
  border: none;
}
.product-home .w1200 .row .box .itm ul li a {
  display: block;
  color: #333;
  border-bottom: 1px dashed #eee;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.product-home .w1200 .row .box .itm ul li a:after {
  position: absolute;
  top: 50%;
  right: 0;
  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;
}
.product-home .w1200 .row .box .itm ul li a:hover {
  color: #1e60d3;
}
.product-home .w1200 .row .box .itm ul li a:hover:after {
  color: #1e60d3;
}
.product-home .w1200 .row .box .lis {
  width: 1000px;
}
.product-home .w1200 .row .box .lis ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.product-home .w1200 .row .box .lis ul li {
  width: 250px;
  padding: 20px 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-right: 1px solid #e8edf2;
  border-bottom: 1px solid #e8edf2;
}
.product-home .w1200 .row .box .lis ul li:nth-child(4n) {
  border-right: none;
}
.product-home .w1200 .row .box .lis ul li:nth-child(n + 5) {
  border-bottom: none;
}
.product-home .w1200 .row .box .lis ul li:hover {
  box-shadow: 0 4px 8px 0 rgba(38, 38, 38, 0.1);
}
.product-home .w1200 .row .box .lis ul li:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.product-home .w1200 .row .box .lis ul li:hover .txt span:nth-child(1) {
  color: red;
}
.product-home .w1200 .row .box .lis ul li .pic {
  height: 108.5px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.product-home .w1200 .row .box .lis ul li .pic img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-home .w1200 .row .box .lis ul li .txt {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: 20px 0 0 0;
}
.product-home .w1200 .row .box .lis ul li .txt span:nth-child(1) {
  font-size: 15px;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-home .w1200 .row .box .lis ul li .txt span:nth-child(2) {
  margin: 8px 0 0 0;
  font-size: 15px;
  color: red;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .product-home {
    margin: 0;
  }
  .product-home .w1200 {
    width: 100%;
    padding: 0 4%;
  }
  .product-home .w1200 .row {
    margin: 20px 0 0 0;
  }
  .product-home .w1200 .row .tit i {
    font-size: 18px;
  }
  .product-home .w1200 .row .tit span {
    font-size: 20px;
  }
  .product-home .w1200 .row .box {
    margin: 14px 0 0 0;
    flex-wrap: wrap;
    height: auto;
  }
  .product-home .w1200 .row .box .itm {
    width: 100%;
  }
  .product-home .w1200 .row .box .itm ul {
    padding: 43px 4% 7px 4%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .product-home .w1200 .row .box .itm ul li {
    line-height: 24px;
    padding: 0;
    margin: 0 14px 0 0;
  }
  .product-home .w1200 .row .box .itm ul li:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 4% 4px 4%;
    line-height: 32px;
    margin: 0;
  }
  .product-home .w1200 .row .box .itm ul li a {
    border: none;
  }
  .product-home .w1200 .row .box .itm ul li a:after {
    display: none;
  }
  .product-home .w1200 .row .box .lis {
    width: 100%;
  }
  .product-home .w1200 .row .box .lis ul li {
    width: 50%;
    padding: 20px;
    border-left: 1px solid #e8edf2;
  }
  .product-home .w1200 .row .box .lis ul li:nth-child(4n) {
    border-right: 1px solid #e8edf2;
  }
  .product-home .w1200 .row .box .lis ul li:nth-child(n + 5) {
    border-bottom: 1px solid #e8edf2;
  }
  .product-home .w1200 .row .box .lis ul li:nth-child(2n) {
    border-left: none;
  }
}
.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 #1e60d3;
  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: #1e60d3;
}
.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;
  padding: 0 0 0 18px;
  position: relative;
}
.product-list .w1200 .list ul li .txt .ifo:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\eb58";
  font-family: "awesome";
  color: #999;
  font-size: 12px;
  line-height: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.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 .list ul li .txt .ifo span:nth-child(2) {
  margin: 0 0 0 10px;
  font-size: 14px;
  color: red;
}
.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: #1e60d3;
  border: 1px solid #1e60d3;
}
.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: #1e60d3;
  border: 1px solid #1e60d3;
}
@media screen and (max-width: 640px) {
  .product-list {
    font-size: 12px;
  }
  .product-list .w1200 {
    width: 100%;
    padding: 0 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-home {
  width: 100%;
  margin: 0 0 -100px 0;
  z-index: 1;
}
.brand-home .w1200 .row {
  margin: 36px 0 0 0;
}
.brand-home .w1200 .row .tit {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.brand-home .w1200 .row .tit i {
  color: #1e60d3;
  font-size: 22px;
}
.brand-home .w1200 .row .tit span {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 0 10px;
  color: #333;
}
.brand-home .w1200 .row .box {
  margin: 20px 0 0 0;
  border-top: 4px solid #1e60d3;
  height: 452px;
  background: #fff;
  display: -webkit-box;
  display: flex;
}
.brand-home .w1200 .row .box .itm {
  width: 200px;
}
.brand-home .w1200 .row .box .itm ul {
  width: 100%;
  height: 100%;
  border: 1px solid #1e60d3;
  padding: 0 0 8px 0;
}
.brand-home .w1200 .row .box .itm ul li {
  line-height: 40px;
  font-size: 14px;
  padding: 0 20px;
  margin: 0 0 2px 0;
}
.brand-home .w1200 .row .box .itm ul li:nth-child(1) {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  background: #1e60d3;
  color: #fff;
  padding: 0 20px 4px 20px;
  margin: 0 0 8px 0;
  font-size: 16px;
}
.brand-home .w1200 .row .box .itm ul li:nth-child(1) a {
  color: #fff;
  border: none;
}
.brand-home .w1200 .row .box .itm ul li:nth-child(1) a:after {
  display: none;
}
.brand-home .w1200 .row .box .itm ul li:nth-child(1) a:hover {
  color: #fff;
}
.brand-home .w1200 .row .box .itm ul li:last-child a {
  border: none;
}
.brand-home .w1200 .row .box .itm ul li a {
  display: block;
  color: #333;
  border-bottom: 1px dashed #eee;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.brand-home .w1200 .row .box .itm ul li a:after {
  position: absolute;
  top: 50%;
  right: 0;
  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;
}
.brand-home .w1200 .row .box .itm ul li a:hover {
  color: #1e60d3;
}
.brand-home .w1200 .row .box .itm ul li a:hover:after {
  color: #1e60d3;
}
.brand-home .w1200 .row .box .lis {
  width: 1000px;
}
.brand-home .w1200 .row .box .lis ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.brand-home .w1200 .row .box .lis ul li {
  width: 250px;
  padding: 20px 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-right: 1px solid #e8edf2;
  border-bottom: 1px solid #e8edf2;
}
.brand-home .w1200 .row .box .lis ul li:nth-child(4n) {
  border-right: none;
}
.brand-home .w1200 .row .box .lis ul li:nth-child(n + 5) {
  border-bottom: none;
}
.brand-home .w1200 .row .box .lis ul li:hover {
  box-shadow: 0 4px 8px 0 rgba(38, 38, 38, 0.1);
}
.brand-home .w1200 .row .box .lis ul li:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.brand-home .w1200 .row .box .lis ul li:hover .txt span:nth-child(1) {
  color: red;
}
.brand-home .w1200 .row .box .lis ul li .pic {
  height: 108.5px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.brand-home .w1200 .row .box .lis ul li .pic img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-home .w1200 .row .box .lis ul li .txt {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: 20px 0 0 0;
}
.brand-home .w1200 .row .box .lis ul li .txt span:nth-child(1) {
  font-size: 15px;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-home .w1200 .row .box .lis ul li .txt span:nth-child(2) {
  margin: 8px 0 0 0;
  font-size: 12px;
  line-height: 17px;
  color: #999;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .brand-home {
    margin: 0;
  }
  .brand-home .w1200 {
    width: 100%;
    padding: 0 4%;
  }
  .brand-home .w1200 .row {
    margin: 20px 0 0 0;
  }
  .brand-home .w1200 .row .tit i {
    font-size: 18px;
  }
  .brand-home .w1200 .row .tit span {
    font-size: 20px;
  }
  .brand-home .w1200 .row .box {
    margin: 14px 0 0 0;
    flex-wrap: wrap;
    height: auto;
  }
  .brand-home .w1200 .row .box .itm {
    width: 100%;
  }
  .brand-home .w1200 .row .box .itm ul {
    padding: 43px 4% 7px 4%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .brand-home .w1200 .row .box .itm ul li {
    line-height: 24px;
    padding: 0;
    margin: 0 14px 0 0;
  }
  .brand-home .w1200 .row .box .itm ul li:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 4% 4px 4%;
    line-height: 32px;
    margin: 0;
  }
  .brand-home .w1200 .row .box .itm ul li a {
    border: none;
  }
  .brand-home .w1200 .row .box .itm ul li a:after {
    display: none;
  }
  .brand-home .w1200 .row .box .lis {
    width: 100%;
  }
  .brand-home .w1200 .row .box .lis ul li {
    width: 50%;
    padding: 20px;
    border-left: 1px solid #e8edf2;
  }
  .brand-home .w1200 .row .box .lis ul li:nth-child(4n) {
    border-right: 1px solid #e8edf2;
  }
  .brand-home .w1200 .row .box .lis ul li:nth-child(n + 5) {
    border-bottom: 1px solid #e8edf2;
  }
  .brand-home .w1200 .row .box .lis ul li:nth-child(2n) {
    border-left: none;
  }
}
.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 #1e60d3;
  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: #1e60d3;
}
.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: #1e60d3;
  border: 1px solid #1e60d3;
}
.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: #1e60d3;
  border: 1px solid #1e60d3;
}
@media screen and (max-width: 640px) {
  .brand-list {
    font-size: 12px;
  }
  .brand-list .w1200 {
    width: 100%;
    padding: 0 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%;
  margin: 36px 0 -100px 0;
  z-index: 1;
}
.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: #1e60d3;
  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: #1e60d3;
}
@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;
  }
}
.public-option {
  width: 100%;
  margin: 36px 0 0 0;
}
.public-option .w1200 {
  border-top: 4px solid #1e60d3;
  background: #fff;
}
.public-option .w1200 .position {
  padding: 0 20px;
  font-size: 12px;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-option .w1200 .position i {
  color: #1e60d3;
  font-size: 14px;
  line-height: 14px;
}
.public-option .w1200 .position span {
  font-size: 14px;
  line-height: 14px;
  margin: 0 5px;
}
.public-option .w1200 .position a {
  font-size: 14px;
  line-height: 14px;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-option .w1200 .position a:hover {
  color: #1e60d3;
}
.public-option .w1200 .position b {
  font-size: 14px;
  line-height: 14px;
  color: #999;
}
.public-option .w1200 .item .row {
  border-top: 1px solid #eee;
  padding: 7px 20px;
  display: -webkit-box;
  display: flex;
}
.public-option .w1200 .item .row .label {
  width: 92px;
  margin: 0 10px 0 0;
  font-size: 14px;
  line-height: 2;
  text-align: right;
}
.public-option .w1200 .item .row .box {
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.public-option .w1200 .item .row .box a {
  font-size: 14px;
  line-height: 2;
  margin: 0 20px 0 0;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-option .w1200 .item .row .box a.active {
  color: #1e60d3;
}
.public-option .w1200 .item .row .box a:hover {
  color: #1e60d3;
}
@media screen and (max-width: 640px) {
  .public-option {
    margin: 0;
  }
  .public-option .w1200 {
    width: 100%;
  }
  .public-option .w1200 .position {
    padding: 0 4%;
  }
  .public-option .w1200 .item .row .label {
    display: none;
  }
}
.public-list {
  width: 100%;
  margin: 36px 0 -100px 0;
  z-index: 1;
}
.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: #1e60d3;
}
.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: red;
  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: red;
}
@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%;
  margin: 0 0 -100px 0;
  z-index: 1;
}
.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: red;
  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: red;
}
@media screen and (max-width: 640px) {
  .public-hot {
    font-size: 12px;
    margin: 0;
  }
  .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-404 {
  width: 100%;
}
.page-404 .w1200 {
  height: 460px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.page-404 .w1200 p {
  line-height: 1;
}
.page-404 .w1200 p:nth-child(1) {
  font-size: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.page-404 .w1200 p:nth-child(1) i {
  font-size: 34px;
  line-height: 1;
  color: red;
  margin: 0 10px 0 0;
}
.page-404 .w1200 p:nth-child(2) {
  font-size: 16px;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 640px) {
  .page-404 {
    font-size: 12px;
  }
  .page-404 .w1200 {
    width: 100%;
    height: 200px;
  }
  .page-404 .w1200 p:nth-child(1) {
    font-size: 18px;
  }
  .page-404 .w1200 p:nth-child(1) i {
    font-size: 24px;
  }
  .page-404 .w1200 p:nth-child(2) {
    font-size: 14px;
  }
}
.page-view {
  width: 100%;
  margin: 36px 0 0 0;
}
.page-view .w1200 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.page-view .w1200 .side {
  width: 260px;
}
.page-view .w1200 .side .menu {
  border-top: 1px solid #eee;
}
.page-view .w1200 .side .menu .row {
  border-bottom: 1px solid #eee;
}
.page-view .w1200 .side .menu .row a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 20px;
}
.page-view .w1200 .side .menu .row a:hover span {
  color: #1e60d3;
}
.page-view .w1200 .side .menu .row a:hover i {
  color: #1e60d3;
}
.page-view .w1200 .side .menu .row a.active {
  background: #1e60d3;
}
.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: #1e60d3;
}
.page-view .w1200 .package .title span {
  font-size: 12px;
  margin: 0 0 0 10px;
  color: #999;
  letter-spacing: 0;
}
.page-view .w1200 .package .content {
  padding: 20px 5px 0 5px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
  color: #666;
}
.page-view .w1200 .package .content p {
  text-indent: 2em;
}
.page-view .w1200 .package .content img {
  margin: 0 auto;
}
.page-view .w1200 .package .content #mapbox {
  width: 100%;
  height: 500px;
  border: 4px solid #fff;
}
.page-view .w1200 .package .content #mapbox p {
  text-indent: 0;
}
@media screen and (max-width: 640px) {
  .page-view {
    margin: 20px 0 0 0;
  }
  .page-view .w1200 {
    width: 100%;
    padding: 0 4%;
    flex-wrap: wrap;
  }
  .page-view .w1200 .side {
    width: 100%;
  }
  .page-view .w1200 .package {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.latest-view {
  width: 100%;
  margin: 36px 0 -100px 0;
  z-index: 1;
}
.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: #1e60d3;
}
.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: #1e60d3;
}
.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: #1e60d3;
}
.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;
}
@-webkit-keyframes menu-hot {
  0% {
    opacity: 0.8;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes menu-hot {
  0% {
    opacity: 0.8;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
