@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: #ba0000;
}
.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-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
.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 .menu ul {
  display: -webkit-box;
  display: flex;
}
.public-header .w1200 .menu ul li {
  margin: 0 0 0 80px;
  position: relative;
  z-index: 1;
}
.public-header .w1200 .menu ul li:nth-child(1) {
  margin: 0;
}
.public-header .w1200 .menu ul li:after {
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -32px;
  content: "";
  width: 64px;
  height: 1px;
  background: #fff;
  display: none;
}
.public-header .w1200 .menu ul li:hover a {
  color: #ba0000;
  border-bottom: 4px solid #ba0000;
}
.public-header .w1200 .menu ul li.active a {
  color: #ba0000;
  border-bottom: 4px solid #ba0000;
}
.public-header .w1200 .menu ul li a {
  display: block;
  line-height: 36px;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.public-header .w1200 .btn {
  display: none;
}
.public-header .w1200 .btn i {
  font-size: 32px;
}
@media screen and (max-width: 640px) {
  .public-header {
    font-size: 12px;
  }
  .public-header .w1200 {
    width: 100%;
    height: auto;
    padding: 15px 4%;
    position: relative;
  }
  .public-header .w1200 .logo a {
    height: 32px;
  }
  .public-header .w1200 .menu {
    position: absolute;
    left: 0;
    top: 66px;
    width: 100%;
    z-index: 10;
    background: #f9f9f9;
    display: none;
  }
  .public-header .w1200 .menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .public-header .w1200 .menu ul li {
    margin: 0;
    padding: 0 4%;
  }
  .public-header .w1200 .menu ul li:last-child a {
    border: none;
  }
  .public-header .w1200 .menu ul li.active a {
    border: none;
    border-bottom: 1px solid #eee;
  }
  .public-header .w1200 .menu ul li:hover a {
    border: none;
    border-bottom: 1px solid #eee;
  }
  .public-header .w1200 .menu ul li a {
    border: none;
    line-height: 52px;
    border-bottom: 1px solid #eee;
  }
  .public-header .w1200 .btn {
    display: block;
  }
}
.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: #ba0000;
}
@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-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;
}
.index-company .w1200 .title span:nth-child(1) {
  font-size: 42px;
  font-weight: bold;
  position: relative;
}
.index-company .w1200 .title span:nth-child(1):before {
  position: absolute;
  left: 50%;
  bottom: -15px;
  margin-left: -600px;
  content: "";
  width: 1200px;
  height: 1px;
  background: #eee;
}
.index-company .w1200 .title span:nth-child(1):after {
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -5px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ba0000;
}
.index-company .w1200 .title span:nth-child(2) {
  font-size: 15px;
  color: #999;
  margin: 30px 0 0 0;
  position: relative;
}
.index-company .w1200 .title span:nth-child(2):before {
  position: absolute;
  left: 50%;
  top: -19px;
  margin-left: -13px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ba0000;
}
.index-company .w1200 .title span:nth-child(2):after {
  position: absolute;
  right: 50%;
  top: -19px;
  margin-right: -13px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ba0000;
}
.index-company .w1200 .package {
  margin: 40px 0 0 0;
  position: relative;
}
.index-company .w1200 .package .txt {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -218px;
  width: 600px;
  background: #fff;
  box-shadow: 0 0 10px #eee;
  padding: 30px;
}
.index-company .w1200 .package .txt .tit {
  font-size: 20px;
  text-align: center;
}
.index-company .w1200 .package .txt .des {
  color: #999;
  font-size: 16px;
  line-height: 2;
  text-indent: 2em;
  margin: 10px 0 0 0;
}
.index-company .w1200 .package .txt .mor {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 20px 0 0 0;
}
.index-company .w1200 .package .txt .mor a {
  font-size: 15px;
  border: 1px solid #ba0000;
  color: #ba0000;
  line-height: 2.2;
  padding: 0 20px;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-company .w1200 .package .txt .mor a:hover {
  background: #ba0000;
  color: #fff;
}
@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 .title span:nth-child(1):before {
    width: 300px;
    margin-left: -150px;
  }
  .index-company .w1200 .package .txt {
    width: 100%;
    position: static;
    margin-top: 0;
    padding: 20px 4%;
  }
}
.index-product {
  width: 100%;
  background: url(../images/index_product_bg.jpg) center center no-repeat;
}
.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;
}
.index-product .w1200 .title span:nth-child(1) {
  font-size: 42px;
  font-weight: bold;
  position: relative;
}
.index-product .w1200 .title span:nth-child(1):before {
  position: absolute;
  left: 50%;
  bottom: -15px;
  margin-left: -600px;
  content: "";
  width: 1200px;
  height: 1px;
  background: #ddd;
}
.index-product .w1200 .title span:nth-child(1):after {
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -5px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ba0000;
}
.index-product .w1200 .title span:nth-child(2) {
  font-size: 15px;
  color: #999;
  margin: 30px 0 0 0;
  position: relative;
}
.index-product .w1200 .title span:nth-child(2):before {
  position: absolute;
  left: 50%;
  top: -19px;
  margin-left: -13px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ba0000;
}
.index-product .w1200 .title span:nth-child(2):after {
  position: absolute;
  right: 50%;
  top: -19px;
  margin-right: -13px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ba0000;
}
.index-product .w1200 .package {
  margin: 40px 0 0 0;
}
.index-product .w1200 .package ul {
  display: -webkit-box;
  display: flex;
}
.index-product .w1200 .package ul li {
  width: 285px;
  margin: 0 20px 0 0;
}
.index-product .w1200 .package ul li:last-child {
  margin: 0;
}
.index-product .w1200 .package ul li a {
  display: block;
}
.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 .tit {
  color: #ba0000;
}
.index-product .w1200 .package ul li a .pic {
  background: #fff;
  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;
}
.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 .tit {
  padding: 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 3;
  text-align: center;
  color: #333;
}
.index-product .w1200 .package ul li a .mor {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.index-product .w1200 .package ul li a .mor span {
  background: #ba0000;
  color: #fff;
  font-size: 12px;
  line-height: 2;
  padding: 0 10px;
  border-radius: 2px;
}
.index-product .w1200 .router {
  margin: 40px 0 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.index-product .w1200 .router a {
  font-size: 15px;
  border: 1px solid #ba0000;
  color: #ba0000;
  line-height: 2.2;
  padding: 0 20px;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-product .w1200 .router a:hover {
  background: #ba0000;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .index-product {
    font-size: 12px;
    background-size: auto 100%;
  }
  .index-product .w1200 {
    width: 100%;
    padding: 30px 4%;
  }
  .index-product .w1200 .title span:nth-child(1) {
    font-size: 30px;
  }
  .index-product .w1200 .title span:nth-child(1):before {
    width: 300px;
    margin-left: -150px;
  }
  .index-product .w1200 .package {
    margin: 20px 0 0 0;
  }
  .index-product .w1200 .package ul {
    flex-wrap: wrap;
  }
  .index-product .w1200 .package ul li {
    width: calc(50% - 7px);
    margin: 14px 14px 0 0;
  }
  .index-product .w1200 .package ul li:last-child {
    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 .pic {
    height: 150px;
  }
}
.index-news {
  width: 100%;
  background: url(../images/index_news_bg.jpg) center center no-repeat;
  background-size: auto 100%;
}
.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;
}
.index-news .w1200 .title span:nth-child(1) {
  font-size: 42px;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.index-news .w1200 .title span:nth-child(1):before {
  position: absolute;
  left: 50%;
  bottom: -15px;
  margin-left: -600px;
  content: "";
  width: 1200px;
  height: 1px;
  background: #ddd;
}
.index-news .w1200 .title span:nth-child(1):after {
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -5px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}
.index-news .w1200 .title span:nth-child(2) {
  font-size: 15px;
  color: #fff;
  margin: 30px 0 0 0;
  position: relative;
}
.index-news .w1200 .title span:nth-child(2):before {
  position: absolute;
  left: 50%;
  top: -19px;
  margin-left: -13px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
.index-news .w1200 .title span:nth-child(2):after {
  position: absolute;
  right: 50%;
  top: -19px;
  margin-right: -13px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
.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;
}
.index-news .w1200 .package .inde a:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.index-news .w1200 .package .inde a .pic {
  background: #fff;
  height: 322px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.index-news .w1200 .package .inde a .pic img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-news .w1200 .package .inde a .txt {
  display: -webkit-box;
  display: flex;
  margin: 20px 0 0 0;
}
.index-news .w1200 .package .inde a .txt .data {
  width: 122px;
  padding: 0 20px 0 0;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: end;
          align-items: flex-end;
}
.index-news .w1200 .package .inde a .txt .data span:nth-child(1) {
  font-size: 36px;
  position: relative;
}
.index-news .w1200 .package .inde a .txt .data span:nth-child(1):after {
  position: absolute;
  top: 2px;
  right: -20px;
  content: "";
  width: 2px;
  height: 36px;
  background: #fff;
}
.index-news .w1200 .package .inde a .txt .data span:nth-child(2) {
  font-size: 16px;
  margin: 5px 0 0 0;
}
.index-news .w1200 .package .inde a .txt .text {
  width: calc(100% - 122px);
  padding: 0 0 0 20px;
  border-left: 1px solid #999;
}
.index-news .w1200 .package .inde a .txt .text .tit {
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-news .w1200 .package .inde a .txt .text .des {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  margin: 10px 0 0 0;
}
.index-news .w1200 .package .list {
  width: 580px;
}
.index-news .w1200 .package .list ul li {
  margin: 0 0 40px 0;
}
.index-news .w1200 .package .list ul li:last-child {
  margin: 0;
}
.index-news .w1200 .package .list ul li a {
  display: -webkit-box;
  display: flex;
}
.index-news .w1200 .package .list ul li a .data {
  width: 122px;
  padding: 0 20px 0 0;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: end;
          align-items: flex-end;
}
.index-news .w1200 .package .list ul li a .data span:nth-child(1) {
  font-size: 36px;
  position: relative;
}
.index-news .w1200 .package .list ul li a .data span:nth-child(1):after {
  position: absolute;
  top: 2px;
  right: -20px;
  content: "";
  width: 2px;
  height: 36px;
  background: #fff;
}
.index-news .w1200 .package .list ul li a .data span:nth-child(2) {
  font-size: 16px;
  margin: 5px 0 0 0;
}
.index-news .w1200 .package .list ul li a .text {
  width: calc(100% - 122px);
  padding: 0 0 0 20px;
  border-left: 1px solid #999;
}
.index-news .w1200 .package .list ul li a .text .tit {
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-news .w1200 .package .list ul li a .text .des {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  margin: 10px 0 0 0;
}
.index-news .w1200 .router {
  margin: 40px 0 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.index-news .w1200 .router a {
  font-size: 15px;
  border: 1px solid #fff;
  color: #fff;
  line-height: 2.2;
  padding: 0 20px;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-news .w1200 .router a:hover {
  background: #fff;
  color: #ba0000;
}
@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 .title span:nth-child(1):before {
    width: 300px;
    margin-left: -150px;
  }
  .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%;
  }
  .index-news .w1200 .package .inde a .pic {
    display: none;
  }
  .index-news .w1200 .package .inde a .txt {
    margin: 0;
  }
  .index-news .w1200 .package .inde a .txt .data {
    width: 88px;
  }
  .index-news .w1200 .package .inde a .txt .data span:nth-child(1) {
    font-size: 24px;
  }
  .index-news .w1200 .package .inde a .txt .text {
    width: calc(100% - 88px);
  }
  .index-news .w1200 .package .inde a .txt .text .tit {
    font-size: 16px;
  }
  .index-news .w1200 .package .inde a .txt .text .des {
    font-size: 12px;
    margin: 5px 0 0 0;
  }
  .index-news .w1200 .package .list {
    width: 100%;
  }
  .index-news .w1200 .package .list ul li {
    margin: 14px 0 0 0;
  }
  .index-news .w1200 .package .list ul li:last-child {
    margin: 14px 0 0 0;
  }
  .index-news .w1200 .package .list ul li a .data {
    width: 88px;
  }
  .index-news .w1200 .package .list ul li a .data span:nth-child(1) {
    font-size: 24px;
  }
  .index-news .w1200 .package .list ul li a .text {
    width: calc(100% - 88px);
  }
  .index-news .w1200 .package .list ul li a .text .tit {
    font-size: 16px;
  }
  .index-news .w1200 .package .list ul li a .text .des {
    font-size: 12px;
    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;
}
.index-reco .w1200 .title span:nth-child(1) {
  font-size: 42px;
  font-weight: bold;
  position: relative;
}
.index-reco .w1200 .title span:nth-child(1):before {
  position: absolute;
  left: 50%;
  bottom: -15px;
  margin-left: -600px;
  content: "";
  width: 1200px;
  height: 1px;
  background: #eee;
}
.index-reco .w1200 .title span:nth-child(1):after {
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -5px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ba0000;
}
.index-reco .w1200 .title span:nth-child(2) {
  font-size: 15px;
  color: #999;
  margin: 30px 0 0 0;
  position: relative;
}
.index-reco .w1200 .title span:nth-child(2):before {
  position: absolute;
  left: 50%;
  top: -19px;
  margin-left: -13px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ba0000;
}
.index-reco .w1200 .title span:nth-child(2):after {
  position: absolute;
  right: 50%;
  top: -19px;
  margin-right: -13px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ba0000;
}
.index-reco .w1200 .package {
  margin: 40px 0 0 0;
}
.index-reco .w1200 .package ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.index-reco .w1200 .package ul li {
  width: 285px;
  margin: 20px 20px 0 0;
}
.index-reco .w1200 .package ul li:nth-child(-n + 4) {
  margin-top: 0;
}
.index-reco .w1200 .package ul li:nth-child(4n) {
  margin-right: 0;
}
.index-reco .w1200 .package ul li a {
  display: block;
  padding: 4px;
  border: 1px solid #eee;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-reco .w1200 .package ul li a:hover {
  border: 1px solid #ba0000;
}
.index-reco .w1200 .package ul li a:hover .pic {
  border: 1px solid #ba0000;
}
.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 .tit {
  color: #ba0000;
}
.index-reco .w1200 .package ul li a .pic {
  height: 240px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border: 1px solid #eee;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.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 .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 2.4;
  margin: 4px 15px 0 15px;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 640px) {
  .index-reco {
    font-size: 12px;
  }
  .index-reco .w1200 {
    width: 100%;
    padding: 30px 4%;
  }
  .index-reco .w1200 .title span:nth-child(1) {
    font-size: 30px;
  }
  .index-reco .w1200 .title span:nth-child(1):before {
    width: 300px;
    margin-left: -150px;
  }
  .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(-n + 4) {
    margin: 14px 14px 0 0;
  }
  .index-reco .w1200 .package ul li:nth-child(4n) {
    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 .pic {
    height: 150px;
  }
}
.public-footer {
  width: 100%;
}
.public-footer .menu {
  background: #ba0000;
}
.public-footer .menu .w1200 ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.public-footer .menu .w1200 ul li {
  line-height: 54px;
  padding: 0 40px;
  position: relative;
}
.public-footer .menu .w1200 ul li:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  content: "";
  width: 1px;
  height: 14px;
  background: #fff;
}
.public-footer .menu .w1200 ul li:last-child:after {
  display: none;
}
.public-footer .menu .w1200 ul li a {
  font-size: 16px;
  color: #fff;
}
.public-footer .foot {
  background: url(../images/index_footer_bg.jpg) center center no-repeat;
}
.public-footer .foot .w1200 {
  display: -webkit-box;
  display: flex;
  padding: 60px 0;
}
.public-footer .foot .w1200 .logo {
  width: 350px;
  border-right: 1px solid #909090;
  padding: 0 60px 0 0;
}
.public-footer .foot .w1200 .logo a img {
  max-height: 150px;
}
.public-footer .foot .w1200 .logo .name {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin: 15px 0 0 0;
}
.public-footer .foot .w1200 .info {
  -webkit-box-flex: 1;
          flex: 1;
  margin: 0 0 0 60px;
  border-right: 1px solid #909090;
  padding: 0 60px 0 0;
}
.public-footer .foot .w1200 .info p {
  font-size: 15px;
  color: #fff;
  margin: 0 0 25px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-footer .foot .w1200 .info p:last-child {
  margin: 0;
}
.public-footer .foot .w1200 .ewm {
  width: 150px;
  margin: 0 0 0 60px;
}
.public-footer .foot .w1200 .ewm p {
  text-align: center;
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .public-footer .menu {
    display: none;
  }
  .public-footer .foot {
    font-size: 12px;
    background-size: auto 100%;
  }
  .public-footer .foot .w1200 {
    width: 100%;
    padding: 8% 8% 80px 8%;
    flex-wrap: wrap;
  }
  .public-footer .foot .w1200 .logo {
    width: 100%;
    padding: 0;
    border: none;
  }
  .public-footer .foot .w1200 .logo a img {
    max-height: 100px;
  }
  .public-footer .foot .w1200 .logo .name {
    font-size: 0.2rem;
  }
  .public-footer .foot .w1200 .info {
    margin: 20px 0 0 0;
    padding: 0;
    border: none;
    width: 100%;
  }
  .public-footer .foot .w1200 .info p {
    font-size: 0.12rem;
    margin: 0 0 12px 0;
  }
  .public-footer .foot .w1200 .ewm {
    display: none;
  }
}
.public-position {
  width: 100%;
  background: #f9f9f9;
}
.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: #ba0000;
}
.public-position .w1200 b {
  margin: 0 5px;
}
.public-position .w1200 a {
  color: #666;
}
.public-position .w1200 a:hover {
  color: #ba0000;
}
@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 .w1200 {
  padding: 40px 0;
}
.public-boxs .w1200 .section .page-view {
  background: #f9f9f9;
  padding: 30px;
}
.public-boxs .w1200 .section .page-view .title {
  font-size: 24px;
  color: #ba0000;
  border-bottom: 1px solid #eee;
  padding: 0 0 10px 0;
}
.public-boxs .w1200 .section .page-view .title span {
  font-size: 12px;
  color: #999;
}
.public-boxs .w1200 .section .page-view .content {
  padding: 20px 0 0 0;
}
.public-boxs .w1200 .section .page-view .content p {
  margin: 0 0 20px 0;
  text-indent: 2em;
  font-size: 15px;
  line-height: 2;
  color: #666;
}
.public-boxs .w1200 .section .page-view .content img {
  max-width: 100%;
  margin: 0 auto;
}
.public-boxs .w1200 .section .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 .w1200 .section .page-view .content .form .tit span:nth-child(1) {
  font-size: 30px;
  font-weight: bold;
  color: #ba0000;
}
.public-boxs .w1200 .section .page-view .content .form .tit span:nth-child(2) {
  font-size: 16px;
  color: #999;
  margin: 15px 0 0 0;
}
.public-boxs .w1200 .section .page-view .content .form form {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.public-boxs .w1200 .section .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 .w1200 .section .page-view .content .form form input:nth-child(2) {
  margin-right: 20px;
}
.public-boxs .w1200 .section .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 .w1200 .section .page-view .content .form form button {
  height: 42px;
  background: #ba0000;
  color: #fff;
  width: 100%;
  margin: 20px 0 40px 0;
  border: none;
  font-size: 16px;
  border-radius: 2px;
}
.public-boxs .w1200 .section .page-view .content #mapbox {
  width: 100%;
  height: 800px;
  border: 4px solid #f9f9f9;
}
.public-boxs .w1200 .section .news-view .list {
  background: #f9f9f9;
  padding: 30px;
}
.public-boxs .w1200 .section .news-view .list ul li {
  border-bottom: 1px dashed #ddd;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.public-boxs .w1200 .section .news-view .list ul li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.public-boxs .w1200 .section .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 .w1200 .section .news-view .list ul li a:hover .pic {
  border: 4px solid #ba0000;
}
.public-boxs .w1200 .section .news-view .list ul li a:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.public-boxs .w1200 .section .news-view .list ul li a:hover .txt .tit {
  color: #ba0000;
}
.public-boxs .w1200 .section .news-view .list ul li a .pic {
  width: 210px;
  overflow: hidden;
  height: 140px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border: 4px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-boxs .w1200 .section .news-view .list ul li a .pic img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-boxs .w1200 .section .news-view .list ul li a .txt {
  width: calc(100% - 240px);
}
.public-boxs .w1200 .section .news-view .list ul li a .txt .tit {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.public-boxs .w1200 .section .news-view .list ul li a .txt .des {
  font-size: 14px;
  line-height: 2;
  margin: 10px 0 0 0;
  color: #666;
}
.public-boxs .w1200 .section .news-view .list ul li a .txt .mor {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 10px 0 0 0;
}
.public-boxs .w1200 .section .news-view .list ul li a .txt .mor span {
  font-size: 12px;
  color: #999;
}
.public-boxs .w1200 .section .news-view .pager {
  padding: 30px 0 0 0;
}
.public-boxs .w1200 .section .news-view .pager .pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.public-boxs .w1200 .section .news-view .pager .pagination li {
  margin: 0 8px 0 0;
  border: 1px solid #ddd;
}
.public-boxs .w1200 .section .news-view .pager .pagination li:last-child {
  margin: 0;
}
.public-boxs .w1200 .section .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 .w1200 .section .news-view .pager .pagination li span {
  line-height: 28px;
  font-size: 12px;
  padding: 0 10px;
}
.public-boxs .w1200 .section .news-view .pager .pagination li:hover {
  background: #ba0000;
  border: 1px solid #ba0000;
}
.public-boxs .w1200 .section .news-view .pager .pagination li:hover a,
.public-boxs .w1200 .section .news-view .pager .pagination li:hover span {
  color: #fff;
}
.public-boxs .w1200 .section .news-view .pager .pagination .active {
  background: #ba0000;
  border: 1px solid #ba0000;
}
.public-boxs .w1200 .section .news-view .pager .pagination .active a,
.public-boxs .w1200 .section .news-view .pager .pagination .active span {
  color: #fff;
}
.public-boxs .w1200 .section .news-view .pager .pagination .disabled {
  cursor: not-allowed;
}
.public-boxs .w1200 .section .news-view .view {
  background: #f9f9f9;
  padding: 30px;
}
.public-boxs .w1200 .section .news-view .view .slogan {
  font-size: 24px;
  color: #ba0000;
  border-bottom: 1px solid #eee;
  padding: 0 0 10px 0;
}
.public-boxs .w1200 .section .news-view .view .slogan span {
  font-size: 12px;
  color: #999;
}
.public-boxs .w1200 .section .news-view .view .title {
  padding: 40px 100px 0 100px;
}
.public-boxs .w1200 .section .news-view .view .title h1 {
  font-size: 28px;
  text-align: center;
  margin: 0 0 20px 0;
}
.public-boxs .w1200 .section .news-view .view .info {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 20px 0 0 0;
}
.public-boxs .w1200 .section .news-view .view .info span {
  font-size: 14px;
  color: #999;
  line-height: 1;
}
.public-boxs .w1200 .section .news-view .view .content {
  margin: 20px 0 0 0;
}
.public-boxs .w1200 .section .news-view .view .content p {
  margin: 0 0 20px 0;
  text-indent: 2em;
  font-size: 16px;
  line-height: 2;
  color: #666;
}
.public-boxs .w1200 .section .news-view .view .content img {
  margin: 0 auto;
}
.public-boxs .w1200 .section .news-view .view .tags {
  margin: 10px 0 0 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.public-boxs .w1200 .section .news-view .view .tags a {
  font-size: 14px;
  line-height: 1;
  margin: 10px 10px 0 0;
  color: #ba0000;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.public-boxs .w1200 .section .news-view .view .tags a i {
  font-size: 14px;
  line-height: 1;
  margin: 0 4px 0 0;
}
.public-boxs .w1200 .section .news-view .view .tips {
  background: #fff;
  border: 1px solid #eee;
  line-height: 1.6;
  padding: 10px 15px;
  font-size: 14px;
  color: #666;
  margin: 20px 0 0 0;
}
.public-boxs .w1200 .section .news-view .view .flip {
  margin: 20px 0 0 0;
}
.public-boxs .w1200 .section .news-view .view .flip p {
  font-size: 15px;
  margin: 0 0 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-boxs .w1200 .section .news-view .view .flip p:last-child {
  margin: 0;
}
.public-boxs .w1200 .section .news-view .view .flip p i {
  font-size: 18px;
  margin: 0 4px 0 0;
  line-height: 1;
  color: #ba0000;
}
.public-boxs .w1200 .section .news-view .view .flip p a {
  color: #333;
}
.public-boxs .w1200 .section .news-view .view .flip p a:hover {
  color: #ba0000;
}
.public-boxs .w1200 .section .news-view .relevant {
  margin: 40px 0 0 0;
}
.public-boxs .w1200 .section .news-view .relevant .tit {
  background: #ba0000;
  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 .w1200 .section .news-view .relevant .tit span {
  font-size: 16px;
  line-height: 2.6;
}
.public-boxs .w1200 .section .news-view .relevant .tit a {
  font-size: 12px;
  color: #fff;
}
.public-boxs .w1200 .section .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 .w1200 .section .news-view .relevant .box ul li:before {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -2.5px;
  content: "";
  width: 5px;
  height: 5px;
  background: #ba0000;
}
.public-boxs .w1200 .section .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 .w1200 .section .news-view .relevant .box ul li a:hover {
  color: #ba0000;
}
.public-boxs .w1200 .section .news-view .relevant .box ul li span {
  font-size: 12px;
  color: #999;
}
.public-boxs .w1200 .section .tail-view .list {
  background: #f9f9f9;
  padding: 30px;
}
.public-boxs .w1200 .section .tail-view .list ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.public-boxs .w1200 .section .tail-view .list ul li {
  width: calc(25% - 15px);
  margin: 20px 20px 0 0;
}
.public-boxs .w1200 .section .tail-view .list ul li:nth-child(-n + 4) {
  margin-top: 0;
}
.public-boxs .w1200 .section .tail-view .list ul li:nth-child(4n) {
  margin-right: 0;
}
.public-boxs .w1200 .section .tail-view .list ul li a {
  display: block;
  position: relative;
}
.public-boxs .w1200 .section .tail-view .list ul li a:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.public-boxs .w1200 .section .tail-view .list ul li a:hover .tit {
  background: rgba(186, 0, 0, 0.6);
}
.public-boxs .w1200 .section .tail-view .list ul li a .pic {
  height: 260px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.public-boxs .w1200 .section .tail-view .list ul li a .pic img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-boxs .w1200 .section .tail-view .list ul li a .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.6);
  line-height: 2.4;
  padding: 0 15px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-boxs .w1200 .section .tail-view .pager {
  padding: 30px 0 0 0;
}
.public-boxs .w1200 .section .tail-view .pager .pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.public-boxs .w1200 .section .tail-view .pager .pagination li {
  margin: 0 8px 0 0;
  border: 1px solid #ddd;
}
.public-boxs .w1200 .section .tail-view .pager .pagination li:last-child {
  margin: 0;
}
.public-boxs .w1200 .section .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 .w1200 .section .tail-view .pager .pagination li span {
  line-height: 28px;
  font-size: 12px;
  padding: 0 10px;
}
.public-boxs .w1200 .section .tail-view .pager .pagination li:hover {
  background: #ba0000;
  border: 1px solid #ba0000;
}
.public-boxs .w1200 .section .tail-view .pager .pagination li:hover a,
.public-boxs .w1200 .section .tail-view .pager .pagination li:hover span {
  color: #fff;
}
.public-boxs .w1200 .section .tail-view .pager .pagination .active {
  background: #ba0000;
  border: 1px solid #ba0000;
}
.public-boxs .w1200 .section .tail-view .pager .pagination .active a,
.public-boxs .w1200 .section .tail-view .pager .pagination .active span {
  color: #fff;
}
.public-boxs .w1200 .section .tail-view .pager .pagination .disabled {
  cursor: not-allowed;
}
.public-boxs .w1200 .section .tail-view .view {
  background: #f9f9f9;
  padding: 30px;
}
.public-boxs .w1200 .section .tail-view .view .slogan {
  font-size: 24px;
  color: #ba0000;
  border-bottom: 1px solid #eee;
  padding: 0 0 10px 0;
}
.public-boxs .w1200 .section .tail-view .view .slogan span {
  font-size: 12px;
  color: #999;
}
.public-boxs .w1200 .section .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 .w1200 .section .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 .w1200 .section .tail-view .view .info .txt {
  width: calc(100% - 440px);
}
.public-boxs .w1200 .section .tail-view .view .info .txt .tit h1 {
  font-size: 24px;
  margin: 0;
  font-weight: bold;
}
.public-boxs .w1200 .section .tail-view .view .info .txt .itm {
  margin: 20px 0 0 0;
}
.public-boxs .w1200 .section .tail-view .view .info .txt .itm ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.public-boxs .w1200 .section .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 .w1200 .section .tail-view .view .info .txt .itm ul li:nth-child(2n) {
  margin-right: 0;
}
.public-boxs .w1200 .section .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 .w1200 .section .tail-view .view .info .txt .sho .btn {
  display: -webkit-box;
  display: flex;
}
.public-boxs .w1200 .section .tail-view .view .info .txt .sho .btn button {
  background: #ba0000;
  color: #fff;
  border: none;
  line-height: 2.2;
  font-size: 14px;
  padding: 0 15px;
  margin: 0 10px 0 0;
  cursor: pointer;
}
.public-boxs .w1200 .section .tail-view .view .info .txt .sho .tip {
  display: -webkit-box;
  display: flex;
  margin: 0 0 0 10px;
}
.public-boxs .w1200 .section .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 .w1200 .section .tail-view .view .info .txt .sho .tip a:hover {
  color: #ba0000;
}
.public-boxs .w1200 .section .tail-view .view .info .txt .sho .tip a:hover b {
  display: block;
}
.public-boxs .w1200 .section .tail-view .view .info .txt .sho .tip a i {
  font-size: 13px;
  line-height: 1;
  margin: 0 3px 0 0;
}
.public-boxs .w1200 .section .tail-view .view .info .txt .sho .tip a:last-child {
  margin: 0;
}
.public-boxs .w1200 .section .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 .w1200 .section .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 .w1200 .section .tail-view .view .content {
  margin: 20px 0 0 0;
}
.public-boxs .w1200 .section .tail-view .view .content p {
  margin: 0 0 20px 0;
  text-indent: 2em;
  font-size: 16px;
  line-height: 2;
  color: #666;
}
.public-boxs .w1200 .section .tail-view .view .content img {
  margin: 0 auto;
}
.public-boxs .w1200 .section .tail-view .view .flip {
  margin: 20px 0 0 0;
}
.public-boxs .w1200 .section .tail-view .view .flip p {
  font-size: 15px;
  margin: 0 0 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-boxs .w1200 .section .tail-view .view .flip p:last-child {
  margin: 0;
}
.public-boxs .w1200 .section .tail-view .view .flip p i {
  font-size: 18px;
  margin: 0 4px 0 0;
  line-height: 1;
  color: #ba0000;
}
.public-boxs .w1200 .section .tail-view .view .flip p a {
  color: #333;
}
.public-boxs .w1200 .section .tail-view .view .flip p a:hover {
  color: #ba0000;
}
.public-boxs .w1200 .section .tail-view .relevant {
  margin: 40px 0 0 0;
}
.public-boxs .w1200 .section .tail-view .relevant .tit {
  background: #ba0000;
  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 .w1200 .section .tail-view .relevant .tit span {
  font-size: 16px;
  line-height: 2.6;
}
.public-boxs .w1200 .section .tail-view .relevant .tit a {
  font-size: 12px;
  color: #fff;
}
.public-boxs .w1200 .section .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 .w1200 .section .tail-view .relevant .box ul li:before {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -2.5px;
  content: "";
  width: 5px;
  height: 5px;
  background: #ba0000;
}
.public-boxs .w1200 .section .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 .w1200 .section .tail-view .relevant .box ul li a:hover {
  color: #ba0000;
}
.public-boxs .w1200 .section .tail-view .relevant .box ul li span {
  font-size: 12px;
  color: #999;
}
.public-boxs .w1200 .side {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 40px 0 0 0;
}
.public-boxs .w1200 .side .info {
  width: 374px;
}
.public-boxs .w1200 .side .info .title {
  background: #ba0000;
  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 .w1200 .side .info .title span {
  font-size: 16px;
  line-height: 2.6;
}
.public-boxs .w1200 .side .info .box {
  background: #f9f9f9;
}
.public-boxs .w1200 .side .info .box ul {
  padding: 20px;
}
.public-boxs .w1200 .side .info .box ul li {
  font-size: 14px;
  margin: 0 0 12px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-boxs .w1200 .side .info .box ul li:last-child {
  margin: 0;
}
.public-boxs .w1200 .side .list {
  width: 374px;
}
.public-boxs .w1200 .side .list .title {
  background: #ba0000;
  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 .w1200 .side .list .title span {
  font-size: 16px;
  line-height: 2.6;
}
.public-boxs .w1200 .side .list .title a {
  font-size: 12px;
  color: #fff;
}
.public-boxs .w1200 .side .list .box {
  background: #f9f9f9;
}
.public-boxs .w1200 .side .list .box ul {
  padding: 20px;
}
.public-boxs .w1200 .side .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 .w1200 .side .list .box ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  content: "";
  width: 5px;
  height: 5px;
  background: #ba0000;
}
.public-boxs .w1200 .side .list .box ul li:last-child {
  margin: 0;
}
.public-boxs .w1200 .side .list .box ul li a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-boxs .w1200 .side .list .box ul li a:hover {
  color: #ba0000;
}
@media screen and (max-width: 640px) {
  .public-boxs {
    font-size: 12px;
  }
  .public-boxs .w1200 {
    width: 100%;
    padding: 14px 0;
  }
  .public-boxs .w1200 .section .page-view {
    padding: 20px 4%;
  }
  .public-boxs .w1200 .section .page-view .content .form .tit span:nth-child(2) {
    text-align: center;
    line-height: 1.6;
  }
  .public-boxs .w1200 .section .page-view .content .form form input {
    width: 100%;
  }
  .public-boxs .w1200 .section .page-view .content .form form input:nth-child(2) {
    margin: 0 0 20px 0;
  }
  .public-boxs .w1200 .section .news-view .list {
    padding: 20px 4%;
  }
  .public-boxs .w1200 .section .news-view .list ul li a .pic {
    width: 100px;
    height: 65px;
  }
  .public-boxs .w1200 .section .news-view .list ul li a .txt {
    width: calc(100% - 114px);
  }
  .public-boxs .w1200 .section .news-view .list ul li a .txt .des {
    display: none;
  }
  .public-boxs .w1200 .section .news-view .pager {
    padding: 20px 0;
  }
  .public-boxs .w1200 .section .news-view .pager .pagination li {
    display: none;
  }
  .public-boxs .w1200 .section .news-view .pager .pagination li.prev,
  .public-boxs .w1200 .section .news-view .pager .pagination li.next {
    display: block;
  }
  .public-boxs .w1200 .section .news-view .view {
    padding: 20px 4%;
  }
  .public-boxs .w1200 .section .news-view .view .title {
    padding: 20px 0 0 0;
  }
  .public-boxs .w1200 .section .news-view .relevant {
    margin: 14px 0 0 0;
  }
  .public-boxs .w1200 .section .tail-view .list {
    padding: 20px 4%;
  }
  .public-boxs .w1200 .section .tail-view .list ul li {
    width: calc(50% - 7px);
    margin: 14px 14px 0 0;
  }
  .public-boxs .w1200 .section .tail-view .list ul li:nth-child(-n + 4) {
    margin: 14px 14px 0 0;
  }
  .public-boxs .w1200 .section .tail-view .list ul li:nth-child(4n) {
    margin: 14px 14px 0 0;
  }
  .public-boxs .w1200 .section .tail-view .list ul li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .public-boxs .w1200 .section .tail-view .list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .public-boxs .w1200 .section .tail-view .list ul li a .pic {
    height: 170px;
  }
  .public-boxs .w1200 .section .tail-view .pager {
    padding: 20px 0;
  }
  .public-boxs .w1200 .section .tail-view .pager .pagination li {
    display: none;
  }
  .public-boxs .w1200 .section .tail-view .pager .pagination li.prev,
  .public-boxs .w1200 .section .tail-view .pager .pagination li.next {
    display: block;
  }
  .public-boxs .w1200 .section .tail-view .view {
    padding: 20px 4%;
  }
  .public-boxs .w1200 .section .tail-view .view .info {
    border: none;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .public-boxs .w1200 .section .tail-view .view .info .pic {
    width: 100%;
  }
  .public-boxs .w1200 .section .tail-view .view .info .txt {
    width: 100%;
    margin: 14px 0 0 0;
  }
  .public-boxs .w1200 .section .tail-view .view .info .txt .itm {
    margin: 14px 0 0 0;
  }
  .public-boxs .w1200 .section .tail-view .view .info .txt .sho .btn button {
    padding: 0 10px;
  }
  .public-boxs .w1200 .section .tail-view .view .info .txt .sho .tip {
    margin: 0 0 0 5px;
  }
  .public-boxs .w1200 .section .tail-view .view .info .txt .sho .tip a:first-child {
    display: none;
  }
  .public-boxs .w1200 .section .tail-view .relevant {
    margin: 14px 0 0 0;
  }
  .public-boxs .w1200 .side {
    margin: 0;
    flex-wrap: wrap;
  }
  .public-boxs .w1200 .side .info {
    width: 100%;
  }
  .public-boxs .w1200 .side .info .box ul {
    padding: 14px 4%;
  }
  .public-boxs .w1200 .side .list {
    width: 100%;
  }
  .public-boxs .w1200 .side .list .box ul {
    padding: 14px 4%;
  }
}
.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: #ba0000;
}
.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: #ba0000;
  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: #ba0000;
  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: #ba0000;
}
@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: #ba0000;
  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;
}
