@import url("https://at.alicdn.com/t/font_1360053_1z6100oa4t2.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";
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.public-top {
  width: 100%;
  background: #f9f9f9;
  box-shadow: 0 2px 2px #eee;
}
.public-top .w1200 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.public-top .w1200 .name {
  font-size: 12px;
  line-height: 34px;
}
.public-top .w1200 .member {
  display: -webkit-box;
  display: flex;
  font-size: 12px;
}
.public-top .w1200 .member a {
  margin: 0 0 0 20px;
  color: #666;
  position: relative;
}
.public-top .w1200 .member a:hover {
  color: #1759ff;
}
.public-top .w1200 .member a:after {
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -6px;
  content: "";
  width: 1px;
  height: 12px;
  background: #ddd;
}
.public-top .w1200 .member a:first-child:after {
  display: none;
}
@media screen and (max-width: 640px) {
  .public-top {
    display: none;
  }
}
.public-header {
  width: 100%;
}
.public-header .w1200 {
  height: 110px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.public-header .w1200 .logo {
  width: 360px;
}
.public-header .w1200 .logo a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 64px;
}
.public-header .w1200 .logo a img {
  max-height: 100%;
}
.public-header .w1200 .tel {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 0 0 0 56px;
  position: relative;
}
.public-header .w1200 .tel:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e602";
  font-family: "iconfont";
  font-size: 44px;
  color: #1759ff;
}
.public-header .w1200 .tel span {
  color: #1759ff;
}
.public-header .w1200 .tel span:nth-child(1) {
  font-size: 15px;
}
.public-header .w1200 .tel span:nth-child(2) {
  font-size: 28px;
  font-weight: bold;
  margin: 2px 0 0 0;
}
.public-header .w1200 .btn {
  display: none;
}
@media screen and (max-width: 640px) {
  .public-header {
    font-size: 12px;
  }
  .public-header .w1200 {
    height: auto;
    width: 100%;
    padding: 15px 4%;
    position: relative;
  }
  .public-header .w1200 .logo a {
    height: 32px;
  }
  .public-header .w1200 .tel {
    display: none;
  }
  .public-header .w1200 .btn {
    display: block;
  }
  .public-header .w1200 .btn i {
    font-size: 32px;
  }
}
.public-menu {
  width: 100%;
  background: #1759ff;
}
.public-menu .w1200 ul {
  display: -webkit-box;
  display: flex;
}
.public-menu .w1200 ul li {
  margin: 0 2px 0 0;
}
.public-menu .w1200 ul li.active a {
  background: #003fde;
}
.public-menu .w1200 ul li:hover a {
  background: #003fde;
}
.public-menu .w1200 ul li a {
  display: block;
  line-height: 60px;
  color: #fff;
  padding: 0 50px;
  font-size: 16px;
}
@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: 10;
    display: none;
  }
  .public-menu .w1200 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    background: #f7f7f7;
  }
  .public-menu .w1200 ul li {
    margin: 0;
    padding: 0 4%;
  }
  .public-menu .w1200 ul li:last-child a {
    border: none;
  }
  .public-menu .w1200 ul li.active a {
    color: #003fde;
    background: none;
  }
  .public-menu .w1200 ul li:hover a {
    color: #003fde;
    background: none;
  }
  .public-menu .w1200 ul li a {
    color: #333;
    padding: 0;
    line-height: 52px;
    border-bottom: 1px solid #eee;
  }
}
.public-banner {
  width: 100%;
  position: relative;
}
.public-banner .swiper-container {
  width: 100%;
}
.public-banner .swiper-container .swiper-slide {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.public-banner .swiper-container .swiper-slide.wap {
  display: none;
}
.public-banner .swiper-container .swiper-slide img {
  width: 100%;
  display: block;
}
.public-banner .swiper-container .swiper-pagination {
  bottom: 40px;
}
.public-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 80px;
  height: 8px;
  border-radius: 0;
}
.public-banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #1759ff;
}
@media screen and (max-width: 640px) {
  .public-banner .swiper-container .swiper-slide.web {
    display: none;
  }
  .public-banner .swiper-container .swiper-slide.wap {
    display: block;
  }
  .public-banner .swiper-container .swiper-pagination {
    bottom: 10px;
  }
  .public-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }
}
.index-product {
  width: 100%;
  background: #f7f7f7;
}
.index-product .w1200 {
  padding: 80px 0;
}
.index-product .w1200 .title {
  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;
  position: relative;
}
.index-product .w1200 .title:before {
  position: absolute;
  left: 0;
  bottom: 33px;
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
}
.index-product .w1200 .title:after {
  position: absolute;
  left: 50%;
  bottom: 33px;
  margin-left: -50px;
  content: "";
  width: 100px;
  height: 2px;
  background: #1759ff;
}
.index-product .w1200 .title span:nth-child(1) {
  font-size: 34px;
  font-weight: bold;
}
.index-product .w1200 .title span:nth-child(1) b {
  color: #1759ff;
  font-weight: bold;
}
.index-product .w1200 .title span:nth-child(2) {
  margin: 30px 0 0 0;
  font-size: 16px;
  color: #999;
}
.index-product .w1200 .package {
  margin: 40px 0 0 0;
  width: 100%;
}
.index-product .w1200 .package ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.index-product .w1200 .package ul li {
  width: 285px;
  margin: 20px 20px 0 0;
}
.index-product .w1200 .package ul li:nth-child(-n + 4) {
  margin-top: 0;
}
.index-product .w1200 .package ul li:nth-child(4n) {
  margin-right: 0;
}
.index-product .w1200 .package ul li a {
  display: block;
  border: 1px solid #eee;
  background: #fff;
  position: relative;
}
.index-product .w1200 .package ul li a:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.index-product .w1200 .package ul li a:hover .txt .mor {
  display: -webkit-box;
  display: flex;
}
.index-product .w1200 .package ul li a .pic {
  height: 270px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.index-product .w1200 .package ul li a .pic img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-product .w1200 .package ul li a .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 20px;
}
.index-product .w1200 .package ul li a .txt .tit {
  text-align: center;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-product .w1200 .package ul li a .txt .mor {
  margin: 10px 0 0 0;
  display: none;
  -webkit-box-pack: center;
          justify-content: center;
}
.index-product .w1200 .package ul li a .txt .mor span {
  font-size: 12px;
  color: #fff;
  border: 1px solid #fff;
  line-height: 2;
  padding: 0 10px;
}
@media screen and (max-width: 640px) {
  .index-product {
    font-size: 12px;
  }
  .index-product .w1200 {
    width: 100%;
    padding: 30px 4%;
  }
  .index-product .w1200 .title span:nth-child(1) {
    font-size: 30px;
  }
  .index-product .w1200 .package {
    margin: 20px 0 0 0;
  }
  .index-product .w1200 .package ul li {
    width: calc(50% - 7px);
    margin: 14px 14px 0 0;
  }
  .index-product .w1200 .package ul li:nth-child(-n + 4) {
    margin: 14px 14px 0 0;
  }
  .index-product .w1200 .package ul li:nth-child(4n) {
    margin: 14px 14px 0 0;
  }
  .index-product .w1200 .package ul li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .index-product .w1200 .package ul li:nth-child(2n) {
    margin-right: 0;
  }
  .index-product .w1200 .package ul li a:hover .txt .mor {
    display: none;
  }
  .index-product .w1200 .package ul li a .pic {
    height: 160px;
  }
  .index-product .w1200 .package ul li a .txt .tit {
    font-size: 14px;
  }
}
.index-company {
  width: 100%;
}
.index-company .w1200 {
  padding: 80px 0;
}
.index-company .w1200 .title {
  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;
  position: relative;
}
.index-company .w1200 .title:before {
  position: absolute;
  left: 0;
  bottom: 33px;
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
}
.index-company .w1200 .title:after {
  position: absolute;
  left: 50%;
  bottom: 33px;
  margin-left: -50px;
  content: "";
  width: 100px;
  height: 2px;
  background: #1759ff;
}
.index-company .w1200 .title span:nth-child(1) {
  font-size: 34px;
  font-weight: bold;
}
.index-company .w1200 .title span:nth-child(1) b {
  color: #1759ff;
  font-weight: bold;
}
.index-company .w1200 .title span:nth-child(2) {
  margin: 30px 0 0 0;
  font-size: 16px;
  color: #999;
}
.index-company .w1200 .package {
  margin: 40px 0 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.index-company .w1200 .package .txt {
  width: 600px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.index-company .w1200 .package .txt p {
  font-size: 16px;
  line-height: 2;
  text-indent: 2em;
}
.index-company .w1200 .package .txt a {
  color: #1759ff;
  border: 1px solid #1759ff;
  line-height: 2.2;
  padding: 0 15px;
  margin: 20px 0 0 0;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-company .w1200 .package .txt a:hover {
  background: #1759ff;
  color: #fff;
}
.index-company .w1200 .package .pic {
  max-height: 420px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  .index-company {
    font-size: 12px;
  }
  .index-company .w1200 {
    width: 100%;
    padding: 30px 4%;
  }
  .index-company .w1200 .title span:nth-child(1) {
    font-size: 30px;
  }
  .index-company .w1200 .package {
    margin: 20px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
  .index-company .w1200 .package .pic {
    width: 100%;
  }
  .index-company .w1200 .package .txt {
    width: 100%;
    margin: 14px 0 0 0;
    -webkit-box-align: center;
            align-items: center;
  }
}
.index-news {
  width: 100%;
  background: #f7f7f7;
}
.index-news .w1200 {
  padding: 80px 0;
}
.index-news .w1200 .title {
  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;
  position: relative;
}
.index-news .w1200 .title:before {
  position: absolute;
  left: 0;
  bottom: 33px;
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
}
.index-news .w1200 .title:after {
  position: absolute;
  left: 50%;
  bottom: 33px;
  margin-left: -50px;
  content: "";
  width: 100px;
  height: 2px;
  background: #1759ff;
}
.index-news .w1200 .title span:nth-child(1) {
  font-size: 34px;
  font-weight: bold;
}
.index-news .w1200 .title span:nth-child(1) b {
  color: #1759ff;
  font-weight: bold;
}
.index-news .w1200 .title span:nth-child(2) {
  margin: 30px 0 0 0;
  font-size: 16px;
  color: #999;
}
.index-news .w1200 .package {
  margin: 40px 0 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.index-news .w1200 .package .inde {
  width: 580px;
}
.index-news .w1200 .package .inde a {
  display: block;
  position: relative;
}
.index-news .w1200 .package .inde a:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.index-news .w1200 .package .inde a:hover .txt {
  border-bottom: 4px solid #1759ff;
}
.index-news .w1200 .package .inde a:hover .txt .tit span:nth-child(1) {
  color: #1759ff;
}
.index-news .w1200 .package .inde a .pic {
  width: 100%;
  height: 382px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: #fff;
}
.index-news .w1200 .package .inde a .pic img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-news .w1200 .package .inde a .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #eee;
  padding: 20px;
  border-bottom: 4px solid #ddd;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-news .w1200 .package .inde a .txt .tit {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  color: #333;
}
.index-news .w1200 .package .inde a .txt .tit span:nth-child(1) {
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-news .w1200 .package .inde a .txt .tit span:nth-child(2) {
  font-size: 12px;
}
.index-news .w1200 .package .inde a .txt .des {
  font-size: 14px;
  color: #999;
  line-height: 1.6;
  margin: 8px 0 0 0;
}
.index-news .w1200 .package .list {
  width: 580px;
}
.index-news .w1200 .package .list ul li {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #eee;
}
.index-news .w1200 .package .list ul li:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
.index-news .w1200 .package .list ul li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.index-news .w1200 .package .list ul li a:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.index-news .w1200 .package .list ul li a:hover .txt .tit {
  color: #1759ff;
}
.index-news .w1200 .package .list ul li a .pic {
  width: 140px;
  height: 100px;
  background: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
}
.index-news .w1200 .package .list ul li a .pic img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-news .w1200 .package .list ul li a .txt {
  width: calc(100% - 160px);
}
.index-news .w1200 .package .list ul li a .txt .tit {
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-news .w1200 .package .list ul li a .txt .des {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 10px 0 0 0;
}
.index-news .w1200 .package .list ul li a .txt .ifo {
  display: -webkit-box;
  display: flex;
  margin: 10px 0 0 0;
}
.index-news .w1200 .package .list ul li a .txt .ifo span {
  font-size: 12px;
  color: #999;
}
@media screen and (max-width: 640px) {
  .index-news {
    font-size: 12px;
  }
  .index-news .w1200 {
    width: 100%;
    padding: 30px 4%;
  }
  .index-news .w1200 .title span:nth-child(1) {
    font-size: 30px;
  }
  .index-news .w1200 .package {
    margin: 20px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .index-news .w1200 .package .inde {
    width: 100%;
    margin: 0 0 14px 0;
    padding: 0 0 14px 0;
    border-bottom: 1px solid #eee;
  }
  .index-news .w1200 .package .inde a {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .index-news .w1200 .package .inde a .pic {
    width: 90px;
    height: 65px;
  }
  .index-news .w1200 .package .inde a .txt {
    width: calc(100% - 114px);
    position: static;
    left: auto;
    bottom: auto;
    background: none;
    border: none;
    padding: 0;
  }
  .index-news .w1200 .package .inde a .txt .tit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .index-news .w1200 .package .inde a .txt .tit span:nth-child(1) {
    font-size: 16px;
    line-height: 1.4;
  }
  .index-news .w1200 .package .inde a .txt .tit span:nth-child(2) {
    color: #999;
    margin: 5px 0 0 0;
  }
  .index-news .w1200 .package .inde a .txt .des {
    display: none;
  }
  .index-news .w1200 .package .list {
    width: 100%;
  }
  .index-news .w1200 .package .list ul li {
    margin: 0 0 14px 0;
    padding: 0 0 14px 0;
  }
  .index-news .w1200 .package .list ul li a .pic {
    width: 90px;
    height: 65px;
  }
  .index-news .w1200 .package .list ul li a .txt {
    width: calc(100% - 114px);
  }
  .index-news .w1200 .package .list ul li a .txt .tit {
    overflow: visible;
    white-space: normal;
    font-size: 16px;
    line-height: 1.4;
  }
  .index-news .w1200 .package .list ul li a .txt .des {
    display: none;
  }
  .index-news .w1200 .package .list ul li a .txt .ifo {
    margin: 5px 0 0 0;
  }
}
.index-reco {
  width: 100%;
}
.index-reco .w1200 {
  padding: 80px 0;
}
.index-reco .w1200 .title {
  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;
  position: relative;
}
.index-reco .w1200 .title:before {
  position: absolute;
  left: 0;
  bottom: 33px;
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
}
.index-reco .w1200 .title:after {
  position: absolute;
  left: 50%;
  bottom: 33px;
  margin-left: -50px;
  content: "";
  width: 100px;
  height: 2px;
  background: #1759ff;
}
.index-reco .w1200 .title span:nth-child(1) {
  font-size: 34px;
  font-weight: bold;
}
.index-reco .w1200 .title span:nth-child(1) b {
  color: #1759ff;
  font-weight: bold;
}
.index-reco .w1200 .title span:nth-child(2) {
  margin: 30px 0 0 0;
  font-size: 16px;
  color: #999;
}
.index-reco .w1200 .package {
  margin: 40px 0 0 0;
  width: 100%;
}
.index-reco .w1200 .package ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.index-reco .w1200 .package ul li {
  width: 285px;
  margin: 0 20px 0 0;
}
.index-reco .w1200 .package ul li:nth-child(4) {
  margin-right: 0;
}
.index-reco .w1200 .package ul li a {
  display: block;
  border: 1px solid #eee;
  background: #fff;
  position: relative;
}
.index-reco .w1200 .package ul li a:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.index-reco .w1200 .package ul li a:hover .txt .mor {
  display: -webkit-box;
  display: flex;
}
.index-reco .w1200 .package ul li a .pic {
  height: 270px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.index-reco .w1200 .package ul li a .pic img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-reco .w1200 .package ul li a .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 20px;
}
.index-reco .w1200 .package ul li a .txt .tit {
  text-align: center;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-reco .w1200 .package ul li a .txt .mor {
  margin: 10px 0 0 0;
  display: none;
  -webkit-box-pack: center;
          justify-content: center;
}
.index-reco .w1200 .package ul li a .txt .mor span {
  font-size: 12px;
  color: #fff;
  border: 1px solid #fff;
  line-height: 2;
  padding: 0 10px;
}
@media screen and (max-width: 640px) {
  .index-reco {
    font-size: 16px;
  }
  .index-reco .w1200 {
    width: 100%;
    padding: 30px 4%;
  }
  .index-reco .w1200 .title span:nth-child(1) {
    font-size: 30px;
  }
  .index-reco .w1200 .package {
    margin: 20px 0 0 0;
  }
  .index-reco .w1200 .package ul li {
    width: calc(50% - 7px);
    margin: 14px 14px 0 0;
  }
  .index-reco .w1200 .package ul li:nth-child(4) {
    margin: 14px 14px 0 0;
  }
  .index-reco .w1200 .package ul li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .index-reco .w1200 .package ul li:nth-child(2n) {
    margin-right: 0;
  }
  .index-reco .w1200 .package ul li a:hover .txt .mor {
    display: none;
  }
  .index-reco .w1200 .package ul li a .pic {
    height: 160px;
  }
  .index-reco .w1200 .package ul li a .txt .tit {
    font-size: 14px;
  }
}
.public-footer {
  width: 100%;
  background: #1759ff;
}
.public-footer .w1200 {
  padding: 80px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.public-footer .w1200 .info {
  max-width: 400px;
}
.public-footer .w1200 .info .logo {
  padding: 0 0 15px 0;
}
.public-footer .w1200 .info .logo a {
  display: block;
}
.public-footer .w1200 .info .logo a img {
  max-height: 80px;
}
.public-footer .w1200 .info p {
  font-size: 16px;
  margin: 15px 0 0 0;
  color: #fff;
}
.public-footer .w1200 .menu {
  width: 145px;
}
.public-footer .w1200 .menu p {
  font-size: 18px;
  color: #fff;
  padding: 0 0 20px 0;
  position: relative;
}
.public-footer .w1200 .menu p:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
}
.public-footer .w1200 .menu ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.public-footer .w1200 .menu ul li {
  margin: 20px 25px 0 0;
}
.public-footer .w1200 .menu ul li:nth-child(2n) {
  margin-right: 0;
}
.public-footer .w1200 .menu ul li a {
  font-size: 15px;
  color: #fff;
}
.public-footer .w1200 .ewm {
  width: 150px;
  margin: 0 0 0 60px;
}
.public-footer .w1200 .ewm p {
  text-align: center;
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .public-footer {
    font-size: 12px;
  }
  .public-footer .w1200 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 100%;
    padding: 30px 4% 82px 4%;
  }
  .public-footer .w1200 .menu {
    display: none;
  }
  .public-footer .w1200 .ewm {
    display: none;
  }
}
.public-position {
  width: 100%;
  background: #f7f7f7;
}
.public-position .w1200 {
  font-size: 15px;
  line-height: 48px;
  position: relative;
  padding: 0 0 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-position .w1200:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  content: "\e904";
  font-family: "iconfont";
  font-size: 14px;
  line-height: 16px;
  color: #1759ff;
}
.public-position .w1200 b {
  margin: 0 5px;
}
.public-position .w1200 a {
  color: #666;
}
.public-position .w1200 a:hover {
  color: #1759ff;
}
@media screen and (max-width: 640px) {
  .public-position .w1200 {
    width: 100%;
    padding: 0 4%;
  }
  .public-position .w1200:before {
    left: 4%;
  }
  .public-position .w1200 span {
    margin: 0 0 0 18px;
  }
}
.public-boxs {
  width: 100%;
}
.public-boxs .section .w1200 {
  padding: 40px 0;
}
.public-boxs .section .w1200 .page-view .title {
  font-size: 24px;
  color: #1759ff;
  border-bottom: 1px solid #eee;
  padding: 0 0 10px 0;
}
.public-boxs .section .w1200 .page-view .title span {
  font-size: 12px;
  color: #999;
}
.public-boxs .section .w1200 .page-view .content {
  padding: 20px 0 0 0;
}
.public-boxs .section .w1200 .page-view .content p {
  margin: 0 0 20px 0;
  text-indent: 2em;
  font-size: 15px;
  line-height: 2;
  color: #666;
}
.public-boxs .section .w1200 .page-view .content img {
  max-width: 100%;
  margin: 0 auto;
}
.public-boxs .section .w1200 .page-view .content .form .tit {
  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;
  padding: 10px 0 30px 0;
}
.public-boxs .section .w1200 .page-view .content .form .tit span:nth-child(1) {
  font-size: 30px;
  font-weight: bold;
  color: #1759ff;
}
.public-boxs .section .w1200 .page-view .content .form .tit span:nth-child(2) {
  font-size: 16px;
  color: #999;
  margin: 15px 0 0 0;
}
.public-boxs .section .w1200 .page-view .content .form form {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.public-boxs .section .w1200 .page-view .content .form form input {
  width: calc(50% - 10px);
  height: 42px;
  font-size: 14px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.public-boxs .section .w1200 .page-view .content .form form input:nth-child(2) {
  margin-right: 20px;
}
.public-boxs .section .w1200 .page-view .content .form form textarea {
  width: 100%;
  height: 120px;
  margin: 20px 0 0 0;
  padding: 10px 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Microsoft Yahei", "\5FAE\8F6F\96C5\9ED1", Arial, "Hiragino Sans GB", "\5B8B\4F53";
}
.public-boxs .section .w1200 .page-view .content .form form button {
  height: 42px;
  background: #1759ff;
  color: #fff;
  width: 100%;
  margin: 20px 0 40px 0;
  border: none;
  font-size: 16px;
  border-radius: 2px;
}
.public-boxs .section .w1200 .page-view .content #mapbox {
  width: 100%;
  height: 800px;
  border: 4px solid #f9f9f9;
}
.public-boxs .section .w1200 .news-view .list ul li {
  margin: 0 0 25px 0;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #eee;
}
.public-boxs .section .w1200 .news-view .list ul li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.public-boxs .section .w1200 .news-view .list ul li a:hover .data {
  background: #1759ff;
}
.public-boxs .section .w1200 .news-view .list ul li a:hover .data span:first-child {
  color: #fff;
}
.public-boxs .section .w1200 .news-view .list ul li a:hover .data span:last-child {
  color: #fff;
}
.public-boxs .section .w1200 .news-view .list ul li a:hover .text h2 a {
  color: #1759ff;
}
.public-boxs .section .w1200 .news-view .list ul li a .data {
  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;
  width: 120px;
  height: 120px;
  background: #f9f9f9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-boxs .section .w1200 .news-view .list ul li a .data span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-boxs .section .w1200 .news-view .list ul li a .data span:first-child {
  font-size: 42px;
  font-weight: bold;
  color: #1759ff;
}
.public-boxs .section .w1200 .news-view .list ul li a .data span:last-child {
  font-size: 14px;
  color: #666;
  margin: 5px 0 0 0;
  padding: 5px 0 0 0;
  border-top: 1px solid #ddd;
}
.public-boxs .section .w1200 .news-view .list ul li a .text {
  width: calc(100% - 145px);
}
.public-boxs .section .w1200 .news-view .list ul li a .text .tit {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-boxs .section .w1200 .news-view .list ul li a .text .des {
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  margin: 10px 0 0 0;
}
.public-boxs .section .w1200 .news-view .list ul li a .text .des.wap {
  display: none;
}
.public-boxs .section .w1200 .news-view .pager .pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.public-boxs .section .w1200 .news-view .pager .pagination li {
  margin: 0 8px 0 0;
  border: 1px solid #ddd;
}
.public-boxs .section .w1200 .news-view .pager .pagination li:last-child {
  margin: 0;
}
.public-boxs .section .w1200 .news-view .pager .pagination li a {
  display: block;
  line-height: 28px;
  text-align: center;
  color: #333;
  font-size: 12px;
  padding: 0 10px;
  cursor: pointer;
}
.public-boxs .section .w1200 .news-view .pager .pagination li span {
  line-height: 28px;
  font-size: 12px;
  padding: 0 10px;
}
.public-boxs .section .w1200 .news-view .pager .pagination li:hover {
  background: #1759ff;
  border: 1px solid #1759ff;
}
.public-boxs .section .w1200 .news-view .pager .pagination li:hover a,
.public-boxs .section .w1200 .news-view .pager .pagination li:hover span {
  color: #fff;
}
.public-boxs .section .w1200 .news-view .pager .pagination .active {
  background: #1759ff;
  border: 1px solid #1759ff;
}
.public-boxs .section .w1200 .news-view .pager .pagination .active a,
.public-boxs .section .w1200 .news-view .pager .pagination .active span {
  color: #fff;
}
.public-boxs .section .w1200 .news-view .pager .pagination .disabled {
  cursor: not-allowed;
}
.public-boxs .section .w1200 .news-view .view .slogan {
  font-size: 24px;
  color: #1759ff;
  border-bottom: 1px solid #eee;
  padding: 0 0 10px 0;
}
.public-boxs .section .w1200 .news-view .view .slogan span {
  font-size: 12px;
  color: #999;
}
.public-boxs .section .w1200 .news-view .view .title {
  padding: 40px 100px 0 100px;
}
.public-boxs .section .w1200 .news-view .view .title h1 {
  font-size: 28px;
  text-align: center;
  margin: 0 0 20px 0;
}
.public-boxs .section .w1200 .news-view .view .info {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 20px 0 0 0;
}
.public-boxs .section .w1200 .news-view .view .info span {
  font-size: 14px;
  color: #999;
  line-height: 1;
}
.public-boxs .section .w1200 .news-view .view .content {
  margin: 20px 0 0 0;
}
.public-boxs .section .w1200 .news-view .view .content p {
  margin: 0 0 20px 0;
  text-indent: 2em;
  font-size: 16px;
  line-height: 2;
  color: #666;
}
.public-boxs .section .w1200 .news-view .view .content img {
  margin: 0 auto;
}
.public-boxs .section .w1200 .news-view .view .tags {
  margin: 10px 0 0 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.public-boxs .section .w1200 .news-view .view .tags a {
  font-size: 14px;
  line-height: 1;
  margin: 10px 10px 0 0;
  color: #1759ff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.public-boxs .section .w1200 .news-view .view .tags a i {
  font-size: 14px;
  line-height: 1;
  margin: 0 4px 0 0;
}
.public-boxs .section .w1200 .news-view .view .tips {
  background: #f7f7f7;
  border: 1px solid #eee;
  line-height: 1.6;
  padding: 10px 15px;
  font-size: 14px;
  color: #666;
  margin: 20px 0 0 0;
}
.public-boxs .section .w1200 .news-view .view .flip {
  margin: 20px 0 0 0;
}
.public-boxs .section .w1200 .news-view .view .flip p {
  font-size: 15px;
  margin: 0 0 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-boxs .section .w1200 .news-view .view .flip p:last-child {
  margin: 0;
}
.public-boxs .section .w1200 .news-view .view .flip p i {
  font-size: 18px;
  margin: 0 4px 0 0;
  line-height: 1;
  color: #1759ff;
}
.public-boxs .section .w1200 .news-view .view .flip p a {
  color: #333;
}
.public-boxs .section .w1200 .news-view .view .flip p a:hover {
  color: #1759ff;
}
.public-boxs .section .w1200 .news-view .relevant {
  margin: 40px 0 0 0;
}
.public-boxs .section .w1200 .news-view .relevant .tit {
  background: #1759ff;
  color: #fff;
  padding: 0 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
.public-boxs .section .w1200 .news-view .relevant .tit span {
  font-size: 16px;
  line-height: 2.6;
}
.public-boxs .section .w1200 .news-view .relevant .tit a {
  font-size: 12px;
  color: #fff;
}
.public-boxs .section .w1200 .news-view .relevant .box ul li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border-bottom: 1px dashed #ddd;
  padding: 0 20px 0 35px;
  position: relative;
}
.public-boxs .section .w1200 .news-view .relevant .box ul li:before {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -2.5px;
  content: "";
  width: 5px;
  height: 5px;
  background: #1759ff;
}
.public-boxs .section .w1200 .news-view .relevant .box ul li a {
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 15px;
  line-height: 2.8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.public-boxs .section .w1200 .news-view .relevant .box ul li a:hover {
  color: #1759ff;
}
.public-boxs .section .w1200 .news-view .relevant .box ul li span {
  font-size: 12px;
  color: #999;
}
.public-boxs .section .w1200 .tail-view .list ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.public-boxs .section .w1200 .tail-view .list ul li {
  width: 281.25px;
  margin: 0 25px 25px 0;
  border: 5px solid #f9f9f9;
  position: relative;
}
.public-boxs .section .w1200 .tail-view .list ul li:nth-child(4n) {
  margin-right: 0;
}
.public-boxs .section .w1200 .tail-view .list ul li:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.public-boxs .section .w1200 .tail-view .list ul li:hover .tit {
  opacity: 1;
}
.public-boxs .section .w1200 .tail-view .list ul li .pic {
  width: 100%;
  height: 240px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.public-boxs .section .w1200 .tail-view .list ul li .pic img {
  max-width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-boxs .section .w1200 .tail-view .list ul li .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  line-height: 2.6;
  font-size: 16px;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-boxs .section .w1200 .tail-view .pager .pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.public-boxs .section .w1200 .tail-view .pager .pagination li {
  margin: 0 8px 0 0;
  border: 1px solid #ddd;
}
.public-boxs .section .w1200 .tail-view .pager .pagination li:last-child {
  margin: 0;
}
.public-boxs .section .w1200 .tail-view .pager .pagination li a {
  display: block;
  line-height: 28px;
  text-align: center;
  color: #333;
  font-size: 12px;
  padding: 0 10px;
  cursor: pointer;
}
.public-boxs .section .w1200 .tail-view .pager .pagination li span {
  line-height: 28px;
  font-size: 12px;
  padding: 0 10px;
}
.public-boxs .section .w1200 .tail-view .pager .pagination li:hover {
  background: #1759ff;
  border: 1px solid #1759ff;
}
.public-boxs .section .w1200 .tail-view .pager .pagination li:hover a,
.public-boxs .section .w1200 .tail-view .pager .pagination li:hover span {
  color: #fff;
}
.public-boxs .section .w1200 .tail-view .pager .pagination .active {
  background: #1759ff;
  border: 1px solid #1759ff;
}
.public-boxs .section .w1200 .tail-view .pager .pagination .active a,
.public-boxs .section .w1200 .tail-view .pager .pagination .active span {
  color: #fff;
}
.public-boxs .section .w1200 .tail-view .pager .pagination .disabled {
  cursor: not-allowed;
}
.public-boxs .section .w1200 .tail-view .view .slogan {
  font-size: 24px;
  color: #1759ff;
  border-bottom: 1px solid #eee;
  padding: 0 0 10px 0;
}
.public-boxs .section .w1200 .tail-view .view .slogan span {
  font-size: 12px;
  color: #999;
}
.public-boxs .section .w1200 .tail-view .view .info {
  margin: 20px 0 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.public-boxs .section .w1200 .tail-view .view .info .pic {
  width: 400px;
  height: 300px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border: 5px solid #fff;
}
.public-boxs .section .w1200 .tail-view .view .info .txt {
  width: calc(100% - 440px);
}
.public-boxs .section .w1200 .tail-view .view .info .txt .tit h1 {
  font-size: 24px;
  margin: 0;
  font-weight: bold;
}
.public-boxs .section .w1200 .tail-view .view .info .txt .itm {
  margin: 20px 0 0 0;
}
.public-boxs .section .w1200 .tail-view .view .info .txt .itm ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.public-boxs .section .w1200 .tail-view .view .info .txt .itm ul li {
  width: calc(50% - 10px);
  margin: 10px 20px 0 0;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-boxs .section .w1200 .tail-view .view .info .txt .itm ul li:nth-child(2n) {
  margin-right: 0;
}
.public-boxs .section .w1200 .tail-view .view .info .txt .sho {
  margin: 20px 0 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.public-boxs .section .w1200 .tail-view .view .info .txt .sho .btn {
  display: -webkit-box;
  display: flex;
}
.public-boxs .section .w1200 .tail-view .view .info .txt .sho .btn button {
  background: #1759ff;
  color: #fff;
  border: none;
  line-height: 2.2;
  font-size: 14px;
  padding: 0 15px;
  margin: 0 10px 0 0;
  cursor: pointer;
}
.public-boxs .section .w1200 .tail-view .view .info .txt .sho .tip {
  display: -webkit-box;
  display: flex;
  margin: 0 0 0 10px;
}
.public-boxs .section .w1200 .tail-view .view .info .txt .sho .tip a {
  position: relative;
  font-size: 12px;
  margin: 0 10px 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  color: #666;
  cursor: pointer;
}
.public-boxs .section .w1200 .tail-view .view .info .txt .sho .tip a:hover {
  color: #1759ff;
}
.public-boxs .section .w1200 .tail-view .view .info .txt .sho .tip a:hover b {
  display: block;
}
.public-boxs .section .w1200 .tail-view .view .info .txt .sho .tip a i {
  font-size: 13px;
  line-height: 1;
  margin: 0 3px 0 0;
}
.public-boxs .section .w1200 .tail-view .view .info .txt .sho .tip a:last-child {
  margin: 0;
}
.public-boxs .section .w1200 .tail-view .view .info .txt .sho .tip a b {
  display: none;
  position: absolute;
  width: 240px;
  background: #f9f9f9;
  color: #333;
  font-size: 12px;
  line-height: 1.6;
  left: -10px;
  bottom: 20px;
  padding: 10px 15px;
  border: 1px solid #eee;
  box-shadow: 2px 2px 2px #eee;
}
.public-boxs .section .w1200 .tail-view .view .info .txt .sta {
  background: #fcf3df;
  border: 1px solid #ffd6ba;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 1.6;
  margin: 20px 0 0 0;
  color: #666;
}
.public-boxs .section .w1200 .tail-view .view .content {
  margin: 20px 0 0 0;
}
.public-boxs .section .w1200 .tail-view .view .content p {
  margin: 0 0 20px 0;
  text-indent: 2em;
  font-size: 16px;
  line-height: 2;
  color: #666;
}
.public-boxs .section .w1200 .tail-view .view .content img {
  margin: 0 auto;
}
.public-boxs .section .w1200 .tail-view .view .flip {
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #eee;
}
.public-boxs .section .w1200 .tail-view .view .flip p {
  font-size: 15px;
  margin: 0 0 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-boxs .section .w1200 .tail-view .view .flip p:last-child {
  margin: 0;
}
.public-boxs .section .w1200 .tail-view .view .flip p i {
  font-size: 18px;
  margin: 0 4px 0 0;
  line-height: 1;
  color: #1759ff;
}
.public-boxs .section .w1200 .tail-view .view .flip p a {
  color: #333;
}
.public-boxs .section .w1200 .tail-view .view .flip p a:hover {
  color: #1759ff;
}
.public-boxs .section .w1200 .tail-view .relevant {
  margin: 40px 0 0 0;
}
.public-boxs .section .w1200 .tail-view .relevant .tit {
  background: #1759ff;
  color: #fff;
  padding: 0 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
.public-boxs .section .w1200 .tail-view .relevant .tit span {
  font-size: 16px;
  line-height: 2.6;
}
.public-boxs .section .w1200 .tail-view .relevant .tit a {
  font-size: 12px;
  color: #fff;
}
.public-boxs .section .w1200 .tail-view .relevant .box ul li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border-bottom: 1px dashed #ddd;
  padding: 0 20px 0 35px;
  position: relative;
}
.public-boxs .section .w1200 .tail-view .relevant .box ul li:before {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -2.5px;
  content: "";
  width: 5px;
  height: 5px;
  background: #1759ff;
}
.public-boxs .section .w1200 .tail-view .relevant .box ul li a {
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 15px;
  line-height: 2.8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.public-boxs .section .w1200 .tail-view .relevant .box ul li a:hover {
  color: #1759ff;
}
.public-boxs .section .w1200 .tail-view .relevant .box ul li span {
  font-size: 12px;
  color: #999;
}
.public-boxs .side {
  background: #f7f7f7;
}
.public-boxs .side .w1200 {
  padding: 72px 0 40px 0;
  display: -webkit-box;
  display: flex;
}
.public-boxs .side .w1200 .info {
  width: 400px;
  background: #fff;
  padding: 0 40px 40px 40px;
  box-shadow: 0 0 6px #eee;
}
.public-boxs .side .w1200 .info .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin: -32px 0 0 0;
}
.public-boxs .side .w1200 .info .title i {
  width: 64px;
  height: 64px;
  background: #1759ff;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 32px;
  color: #fff;
}
.public-boxs .side .w1200 .info .title span {
  font-size: 20px;
  margin: 15px 0 0 0;
}
.public-boxs .side .w1200 .info .box {
  margin: 30px 0 0 0;
}
.public-boxs .side .w1200 .info .box ul li {
  font-size: 15px;
  margin: 0 0 12px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-boxs .side .w1200 .info .box ul li:last-child {
  margin: 0;
}
.public-boxs .side .w1200 .list {
  width: 400px;
  background: #fff;
  padding: 0 40px 40px 40px;
  box-shadow: 0 0 6px #eee;
}
.public-boxs .side .w1200 .list .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin: -32px 0 0 0;
}
.public-boxs .side .w1200 .list .title i {
  width: 64px;
  height: 64px;
  background: #1759ff;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 32px;
  color: #fff;
}
.public-boxs .side .w1200 .list .title span {
  font-size: 20px;
  margin: 15px 0 0 0;
}
.public-boxs .side .w1200 .list .box {
  margin: 30px 0 0 0;
}
.public-boxs .side .w1200 .list .box ul li {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0 0 15px;
  margin: 0 0 15px 0;
  position: relative;
}
.public-boxs .side .w1200 .list .box ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  content: "";
  width: 5px;
  height: 5px;
  background: #1759ff;
}
.public-boxs .side .w1200 .list .box ul li:last-child {
  margin: 0;
}
.public-boxs .side .w1200 .list .box ul li a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-boxs .side .w1200 .list .box ul li a:hover {
  color: #1759ff;
}
@media screen and (max-width: 640px) {
  .public-boxs {
    font-size: 12px;
  }
  .public-boxs .section {
    overflow: hidden;
  }
  .public-boxs .section .w1200 {
    width: 100%;
    padding: 30px 4%;
  }
  .public-boxs .section .w1200 .page-view .content .form .tit span:nth-child(2) {
    text-align: center;
    line-height: 1.6;
  }
  .public-boxs .section .w1200 .page-view .content .form form input {
    width: 100%;
  }
  .public-boxs .section .w1200 .page-view .content .form form input:nth-child(2) {
    margin: 0 0 20px 0;
  }
  .public-boxs .section .w1200 .news-view .list ul li {
    margin: 0 0 14px 0;
    padding: 0 0 14px 0;
  }
  .public-boxs .section .w1200 .news-view .list ul li a .data {
    width: 65px;
    height: 65px;
  }
  .public-boxs .section .w1200 .news-view .list ul li a .data span:nth-child(1) {
    font-size: 24px;
  }
  .public-boxs .section .w1200 .news-view .list ul li a .data span:nth-child(2) {
    font-size: 12px;
  }
  .public-boxs .section .w1200 .news-view .list ul li a .text {
    width: calc(100% - 79px);
  }
  .public-boxs .section .w1200 .news-view .list ul li a .text .tit {
    overflow: auto;
    white-space: normal;
    line-height: 1.6;
    font-size: 16px;
  }
  .public-boxs .section .w1200 .news-view .list ul li a .text .des {
    display: none;
  }
  .public-boxs .section .w1200 .news-view .pager .pagination li {
    display: none;
  }
  .public-boxs .section .w1200 .news-view .pager .pagination li.prev,
  .public-boxs .section .w1200 .news-view .pager .pagination li.next {
    display: block;
  }
  .public-boxs .section .w1200 .news-view .view .title {
    padding: 20px 0 0 0;
  }
  .public-boxs .section .w1200 .news-view .relevant {
    margin: 14px 0 0 0;
  }
  .public-boxs .section .w1200 .news-view .relevant .box ul li {
    padding: 0 10px 0 25px;
  }
  .public-boxs .section .w1200 .news-view .relevant .box ul li:before {
    left: 10px;
  }
  .public-boxs .section .w1200 .tail-view .list ul li {
    width: calc(50% - 7px);
    margin: 0 14px 14px 0;
  }
  .public-boxs .section .w1200 .tail-view .list ul li:nth-child(4n) {
    margin: 0 14px 14px 0;
  }
  .public-boxs .section .w1200 .tail-view .list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .public-boxs .section .w1200 .tail-view .list ul li a .pic {
    height: 160px;
  }
  .public-boxs .section .w1200 .tail-view .pager .pagination li {
    display: none;
  }
  .public-boxs .section .w1200 .tail-view .pager .pagination li.prev,
  .public-boxs .section .w1200 .tail-view .pager .pagination li.next {
    display: block;
  }
  .public-boxs .section .w1200 .tail-view .view .info {
    border: none;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .public-boxs .section .w1200 .tail-view .view .info .pic {
    width: 100%;
  }
  .public-boxs .section .w1200 .tail-view .view .info .txt {
    width: 100%;
    margin: 14px 0 0 0;
  }
  .public-boxs .section .w1200 .tail-view .view .info .txt .itm {
    margin: 14px 0 0 0;
  }
  .public-boxs .section .w1200 .tail-view .view .info .txt .sho .btn button {
    padding: 0 10px;
  }
  .public-boxs .section .w1200 .tail-view .view .info .txt .sho .tip {
    margin: 0 0 0 5px;
  }
  .public-boxs .section .w1200 .tail-view .view .info .txt .sho .tip a:first-child {
    display: none;
  }
  .public-boxs .section .w1200 .tail-view .relevant {
    margin: 14px 0 0 0;
  }
  .public-boxs .section .w1200 .tail-view .relevant .box ul li {
    padding: 0 10px 0 25px;
  }
  .public-boxs .section .w1200 .tail-view .relevant .box ul li:before {
    left: 10px;
  }
  .public-boxs .side {
    width: 100%;
  }
  .public-boxs .side .w1200 {
    width: 100%;
    padding: 62px 4% 30px 4%;
    flex-wrap: wrap;
  }
  .public-boxs .side .w1200 .info {
    width: 100%;
    padding: 0 20px 20px 20px;
  }
  .public-boxs .side .w1200 .info .box {
    margin: 20px 0 0 0;
  }
  .public-boxs .side .w1200 .list {
    width: 100%;
    margin: 46px 0 0 0;
    padding: 0 20px 20px 20px;
  }
  .public-boxs .side .w1200 .list .box {
    margin: 20px 0 0 0;
  }
}
.product_modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.4);
  z-index: 20;
}
.product_modal .bigbox {
  background: #fff;
  border: 5px solid #eee;
  width: 520px;
}
.product_modal .bigbox .header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
  border-bottom: 1px solid #eee;
}
.product_modal .bigbox .header span {
  line-height: 3;
  font-size: 18px;
  font-weight: bold;
}
.product_modal .bigbox .header i {
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.product_modal .bigbox .package {
  padding: 20px;
}
.product_modal .bigbox .package .form {
  display: none;
}
.product_modal .bigbox .package .form h1 {
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  padding: 0 0 10px 0;
}
.product_modal .bigbox .package .form h1 span {
  color: #1759ff;
}
.product_modal .bigbox .package .form input {
  display: -webkit-box;
  display: flex;
  width: 100%;
  line-height: 32px;
  font-size: 14px;
  padding: 0 10px;
  margin: 10px 0 0 0;
  border: 1px solid #ddd;
}
.product_modal .bigbox .package .form textarea {
  display: -webkit-box;
  display: flex;
  width: 100%;
  line-height: 1.6;
  font-size: 14px;
  padding: 5px 10px;
  margin: 10px 0 0 0;
  border: 1px solid #ddd;
  font-family: "微软雅黑";
}
.product_modal .bigbox .package .form button {
  width: 100%;
  background: #1759ff;
  margin: 10px 0 0 0;
  line-height: 32px;
  border: 0;
  color: #fff;
  font-size: 14px;
}
.product_modal .bigbox .package .tel {
  display: none;
  font-size: 30px;
  font-weight: bold;
  color: #1759ff;
  line-height: 2.4;
  text-align: center;
}
.product_modal .bigbox .package .share {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 420px;
  padding: 0 15px 15px 15px;
}
.product_modal .bigbox .package .share a {
  font-size: 12px;
  line-height: 16px;
  padding: 0 0 0 20px;
  margin: 15px 15px 0 0;
  color: #333;
}
.product_modal .bigbox .package .share a:nth-child(1) {
  background: url(../images/icons.png) left -2444px no-repeat;
}
.product_modal .bigbox .package .share a:nth-child(2) {
  background: url(../images/icons.png) left -104px no-repeat;
}
.product_modal .bigbox .package .share a:nth-child(3) {
  background: url(../images/icons.png) left -2652px no-repeat;
}
.product_modal .bigbox .package .share a:nth-child(4) {
  background: url(../images/icons.png) left -52px no-repeat;
}
.product_modal .bigbox .package .share a:nth-child(5) {
  background: url(../images/icons.png) left -1612px no-repeat;
}
.product_modal .bigbox .package .share a:hover {
  color: #1759ff;
}
@media screen and (max-width: 640px) {
  .product_modal {
    font-size: 12px;
  }
  .product_modal .bigbox {
    width: 90%;
  }
  .product_modal .bigbox .header span {
    font-size: 0.18rem;
  }
  .product_modal .bigbox .header i {
    font-size: 0.18rem;
  }
  .product_modal .bigbox .package .form h1 {
    font-size: 0.16rem;
  }
  .product_modal .bigbox .package .tel {
    font-size: 0.3rem;
  }
  .product_modal .bigbox .package .share {
    width: 100%;
  }
}
.index-password {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.4);
  z-index: 20;
}
.index-password .bigbox {
  background: #fff;
  border: 5px solid #eee;
  width: 420px;
}
.index-password .bigbox .header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
  border-bottom: 1px solid #eee;
}
.index-password .bigbox .header span {
  line-height: 3;
  font-size: 18px;
  font-weight: bold;
}
.index-password .bigbox .header i {
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.index-password .bigbox .package {
  padding: 20px;
}
.index-password .bigbox .package p {
  font-style: 16px;
  line-height: 1.6;
  text-align: center;
}
.index-password .bigbox .package button {
  width: 100%;
  background: #1759ff;
  margin: 15px 0 0 0;
  line-height: 32px;
  border: 0;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}
@media screen and (max-width: 640px) {
  .index-password {
    font-size: 12px;
  }
  .index-password .bigbox {
    width: 80%;
  }
  .index-password .bigbox .header span {
    font-size: 0.16rem;
    line-height: 2.6;
  }
  .index-password .bigbox .header i {
    font-size: 0.18rem;
  }
  .index-password .bigbox .package p {
    font-size: 0.14rem;
    text-align: left;
  }
  .index-password .bigbox .package button {
    font-size: 0.14rem;
    line-height: 2.2;
  }
}
.float-information {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}
.float-information .tips {
  display: none;
}
.float-information .menu {
  display: none;
}
@media screen and (max-width: 640px) {
  .float-information {
    font-size: 12px;
  }
  .float-information .tips {
    display: block;
  }
  .float-information .tips .w1200 {
    position: relative;
    width: 200px;
    margin: 0;
  }
  .float-information .tips .w1200 .swiper-container {
    width: 100%;
    height: 46px;
  }
  .float-information .tips .w1200 .swiper-container .swiper-slide p {
    background: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    border-radius: 5px;
    margin: 5px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
  }
  .float-information .menu {
    display: block;
  }
  .float-information .menu .w1200 {
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 52px;
    background: #007860;
  }
  .float-information .menu .w1200 .col {
    -webkit-box-flex: 1;
            flex: 1;
  }
  .float-information .menu .w1200 .col:nth-child(1) {
    background: #eb564f;
  }
  .float-information .menu .w1200 .col:nth-child(2) {
    background: #6084f6;
  }
  .float-information .menu .w1200 .col:nth-child(3) {
    background: #f09a37;
  }
  .float-information .menu .w1200 .col a {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    line-height: 52px;
    color: #fff;
  }
  .float-information .menu .w1200 .col a i {
    margin: 0 5px 0 0;
    font-size: 20px;
  }
  .float-information .menu .w1200 .col a span {
    font-size: 14px;
  }
}
.cnzz {
  width: 100%;
  overflow: hidden;
  height: 0;
}
