@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: #666666;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666666;
}
textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #666666;
  font-family: "Microsoft Yahei", "\5FAE\8F6F\96C5\9ED1", Arial, "Hiragino Sans GB", "\5B8B\4F53";
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666666;
  font-family: "Microsoft Yahei", "\5FAE\8F6F\96C5\9ED1", Arial, "Hiragino Sans GB", "\5B8B\4F53";
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.public-header {
  width: 100%;
  background: #f9f9f9;
}
.public-header .w1200 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  height: 32px;
  font-size: 12px;
  line-height: 1;
}
.public-header .w1200 .name {
  letter-spacing: 1px;
}
.public-header .w1200 .member {
  display: -webkit-box;
  display: flex;
}
.public-header .w1200 .member a {
  margin: 0 0 0 20px;
  color: #666;
  position: relative;
}
.public-header .w1200 .member a:hover {
  color: #615df8;
}
.public-header .w1200 .member a:after {
  position: absolute;
  left: -10px;
  top: 2px;
  content: "";
  width: 1px;
  height: 12px;
  background: #ddd;
}
.public-header .w1200 .member a:first-child:after {
  display: none;
}
@media screen and (max-width: 640px) {
  .public-header {
    display: none;
  }
}
.public-logo {
  width: 100%;
}
.public-logo .w1200 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding: 25px 0;
}
.public-logo .w1200 .logo {
  width: 360px;
}
.public-logo .w1200 .logo a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 64px;
}
.public-logo .w1200 .logo a img {
  max-width: 100%;
  max-height: 100%;
}
.public-logo .w1200 .tel {
  color: #615df8;
  padding: 0 0 0 60px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
}
.public-logo .w1200 .tel:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  content: "\e602";
  font-family: "iconfont";
  font-size: 50px;
  line-height: 1;
}
.public-logo .w1200 .tel span {
  line-height: 1;
}
.public-logo .w1200 .tel span:first-child {
  font-size: 16px;
}
.public-logo .w1200 .tel span:last-child {
  font-size: 30px;
  font-weight: bold;
  margin: 5px 0 0 0;
}
.public-logo .w1200 .btn {
  display: none;
}
@media screen and (max-width: 640px) {
  .public-logo {
    font-size: 12px;
  }
  .public-logo .w1200 {
    width: 100%;
    padding: 15px 4%;
  }
  .public-logo .w1200 .logo a {
    height: auto;
  }
  .public-logo .w1200 .logo a img {
    max-height: 32px;
  }
  .public-logo .w1200 .tel {
    display: none;
  }
  .public-logo .w1200 .btn {
    display: block;
  }
  .public-logo .w1200 .btn i {
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
  }
}
.public-menu {
  width: 100%;
  background: #615df8;
}
.public-menu .w1200 {
  height: 60px;
}
.public-menu .w1200 ul {
  display: -webkit-box;
  display: flex;
}
.public-menu .w1200 ul li {
  width: 180px;
  margin: 0 2px 0 0;
}
.public-menu .w1200 ul li:last-child {
  margin: 0;
}
.public-menu .w1200 ul li.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#2b02f4), to(#12006c));
  background: linear-gradient(#2b02f4, #12006c);
}
.public-menu .w1200 ul li:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#2b02f4), to(#12006c));
  background: linear-gradient(#2b02f4, #12006c);
}
.public-menu .w1200 ul li a {
  display: block;
  line-height: 60px;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .public-menu .w1200 {
    width: 100%;
    height: 0;
    position: relative;
  }
  .public-menu .w1200 ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 4%;
    z-index: 10;
    background: #f7f7f7;
    display: none;
  }
  .public-menu .w1200 ul li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #eee;
  }
  .public-menu .w1200 ul li:last-child {
    border: none;
  }
  .public-menu .w1200 ul li.active {
    background: none;
  }
  .public-menu .w1200 ul li:hover {
    background: none;
  }
  .public-menu .w1200 ul li a {
    font-size: 0.16rem;
    color: #333;
    line-height: 3;
    text-align: left;
  }
}
.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: #615df8;
}
@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%;
  }
}
.home-product {
  width: 100%;
  background: url(../images/home_product_bg.jpg) center center no-repeat;
  background-size: 100% 100%;
}
.home-product .w1200 {
  padding: 80px 0;
}
.home-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;
}
.home-product .w1200 .title span {
  color: #fff;
}
.home-product .w1200 .title span:first-child {
  font-size: 34px;
  font-weight: bold;
}
.home-product .w1200 .title span:last-child {
  font-size: 30px;
  margin: 10px 0 0 0;
  letter-spacing: 1px;
}
.home-product .w1200 .package {
  margin: 60px 0 0 0;
  display: -webkit-box;
  display: flex;
}
.home-product .w1200 .package .col {
  width: 285px;
  background: #fff;
  border: 1px solid #eee;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 0 0 20px 0;
  margin: 0 20px 0 0;
}
.home-product .w1200 .package .col:last-child {
  margin: 0;
}
.home-product .w1200 .package .col:hover .image a img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.home-product .w1200 .package .col:hover h2 {
  color: #615df8;
  border-top: 1px solid #615df8;
}
.home-product .w1200 .package .col:hover h2:after {
  background: #615df8;
}
.home-product .w1200 .package .col:hover .more span {
  color: #615df8;
}
.home-product .w1200 .package .col .image {
  padding: 5px;
}
.home-product .w1200 .package .col .image a {
  height: 260px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.home-product .w1200 .package .col .image a img {
  max-width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-product .w1200 .package .col h2 {
  border-top: 1px solid #eee;
  font-size: 16px;
  line-height: 2.8;
  text-align: center;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.home-product .w1200 .package .col h2:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -16px;
  content: "";
  width: 32px;
  height: 2px;
  background: #ddd;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-product .w1200 .package .col .more {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 10px 0 0 0;
}
.home-product .w1200 .package .col .more span {
  font-size: 12px;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-product .w1200 .url {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 60px 0 0 0;
}
.home-product .w1200 .url a {
  color: #fff;
  font-size: 16px;
  border: 1px solid #fff;
  line-height: 40px;
  border-radius: 40px;
  padding: 0 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-product .w1200 .url a:hover {
  background: #fff;
  color: #615df8;
}
@media screen and (max-width: 640px) {
  .home-product {
    font-size: 12px;
  }
  .home-product .w1200 {
    width: 100%;
    padding: 8% 4%;
  }
  .home-product .w1200 .title span:first-child {
    font-size: 0.2rem;
  }
  .home-product .w1200 .title span:last-child {
    font-size: 0.26rem;
  }
  .home-product .w1200 .package {
    margin: 6px 0 0 0;
    flex-wrap: wrap;
  }
  .home-product .w1200 .package .col {
    width: calc(50% - 7px);
    margin: 14px 14px 0 0;
    padding: 0 0 10px 0;
  }
  .home-product .w1200 .package .col:last-child {
    margin: 14px 14px 0 0;
  }
  .home-product .w1200 .package .col:nth-child(2n) {
    margin-right: 0;
  }
  .home-product .w1200 .package .col .image a {
    height: 120px;
  }
  .home-product .w1200 .package .col h2 {
    line-height: 1;
    padding: 10px 4%;
  }
  .home-product .w1200 .package .col .more {
    margin: 5px 0 0 0;
  }
  .home-product .w1200 .url {
    margin: 20px 0 0 0;
  }
  .home-product .w1200 .url a {
    font-size: 0.14rem;
    line-height: 28px;
    border-radius: 25px;
    padding: 0 20px;
  }
}
.home-news {
  width: 100%;
  background: #fff;
}
.home-news .w1200 {
  padding: 80px 0;
}
.home-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;
}
.home-news .w1200 .title span {
  color: #333;
}
.home-news .w1200 .title span:first-child {
  font-size: 34px;
  font-weight: bold;
}
.home-news .w1200 .title span:last-child {
  font-size: 30px;
  margin: 10px 0 0 0;
  letter-spacing: 1px;
}
.home-news .w1200 .package {
  margin: 60px 0 0 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.home-news .w1200 .package .col {
  width: 380px;
  border: 1px solid #ddd;
  padding: 25px;
  margin: 0 30px 30px 0;
}
.home-news .w1200 .package .col:nth-child(3n) {
  margin-right: 0;
}
.home-news .w1200 .package .col:hover {
  border: 1px solid #fff;
  box-shadow: 0 0 8px #ddd;
}
.home-news .w1200 .package .col:hover h2 a {
  color: #615df8;
}
.home-news .w1200 .package .col:hover .more a {
  border: 1px solid #615df8;
  color: #615df8;
}
.home-news .w1200 .package .col h2 {
  border-bottom: 1px solid #eee;
  padding: 0 0 10px 0;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-news .w1200 .package .col h2 a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-news .w1200 .package .col p {
  height: 68px;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 10px 0 0 0;
}
.home-news .w1200 .package .col .more {
  display: -webkit-box;
  display: flex;
}
.home-news .w1200 .package .col .more a {
  margin: 15px 0 0 0;
  font-size: 14px;
  line-height: 28px;
  border: 1px solid #ddd;
  width: 100px;
  text-align: center;
  border-radius: 30px;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-news .w1200 .url {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 30px 0 0 0;
}
.home-news .w1200 .url a {
  color: #999;
  font-size: 16px;
  border: 1px solid #999;
  line-height: 40px;
  border-radius: 40px;
  padding: 0 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-news .w1200 .url a:hover {
  border: 1px solid #615df8;
  color: #615df8;
}
@media screen and (max-width: 640px) {
  .home-news {
    font-size: 12px;
  }
  .home-news .w1200 {
    width: 100%;
    padding: 8% 4%;
  }
  .home-news .w1200 .title span:first-child {
    font-size: 0.2rem;
  }
  .home-news .w1200 .title span:last-child {
    font-size: 0.26rem;
  }
  .home-news .w1200 .package {
    margin: 20px 0 0 0;
  }
  .home-news .w1200 .package .col {
    width: 100%;
    margin: 0 0 14px 0;
    padding: 15px;
  }
  .home-news .w1200 .package .col:last-child {
    margin: 0;
  }
  .home-news .w1200 .package .col h2 {
    font-size: 0.16rem;
  }
  .home-news .w1200 .package .col p {
    font-size: 0.14rem;
  }
  .home-news .w1200 .package .col .more a {
    margin: 10px 0 0 0;
  }
  .home-news .w1200 .url {
    margin: 20px 0 0 0;
  }
  .home-news .w1200 .url a {
    font-size: 0.14rem;
    line-height: 28px;
    border-radius: 25px;
    padding: 0 20px;
  }
}
.home-company {
  width: 100%;
  background: url(../images/home_company_bg.jpg) top center no-repeat #fff;
  background-size: 100% auto;
}
.home-company .w1200 {
  padding: 80px 0 0 0;
}
.home-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;
}
.home-company .w1200 .title span {
  color: #fff;
}
.home-company .w1200 .title span:first-child {
  font-size: 34px;
  font-weight: bold;
}
.home-company .w1200 .title span:last-child {
  font-size: 30px;
  margin: 10px 0 0 0;
  letter-spacing: 1px;
}
.home-company .w1200 .package {
  margin: 60px 0 0 0;
  background: #615df8;
  padding: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  text-indent: 2em;
}
.home-company .w1200 .url {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 20px 0 40px 0;
  background: #615df8;
}
.home-company .w1200 .url a {
  color: #fff;
  font-size: 16px;
  border: 1px solid #fff;
  line-height: 40px;
  border-radius: 40px;
  padding: 0 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-company .w1200 .url a:hover {
  background: #fff;
  color: #615df8;
}
@media screen and (max-width: 640px) {
  .home-company {
    font-size: 12px;
    background-size: auto 50%;
  }
  .home-company .w1200 {
    width: 100%;
    padding: 8% 4% 0 4%;
  }
  .home-company .w1200 .title span:first-child {
    font-size: 0.2rem;
  }
  .home-company .w1200 .title span:last-child {
    font-size: 0.26rem;
  }
  .home-company .w1200 .package {
    margin: 20px 0 0 0;
    padding: 20px;
    font-size: 0.15rem;
  }
  .home-company .w1200 .url {
    padding: 0 0 20px 0;
  }
  .home-company .w1200 .url a {
    font-size: 0.14rem;
    line-height: 28px;
    border-radius: 25px;
    padding: 0 20px;
  }
}
.home-recommend {
  width: 100%;
  background: #fff;
}
.home-recommend .w1200 {
  padding: 80px 0;
}
.home-recommend .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;
}
.home-recommend .w1200 .title span {
  color: #333;
}
.home-recommend .w1200 .title span:first-child {
  font-size: 34px;
  font-weight: bold;
}
.home-recommend .w1200 .title span:last-child {
  font-size: 30px;
  margin: 10px 0 0 0;
  letter-spacing: 1px;
}
.home-recommend .w1200 .package {
  margin: 20px 0 0 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.home-recommend .w1200 .package .col {
  width: 270px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: 40px 40px 0 0;
  border: 1px solid #ddd;
}
.home-recommend .w1200 .package .col:hover .image a img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.home-recommend .w1200 .package .col:hover h2 {
  background-image: none;
  background: #615df8;
}
.home-recommend .w1200 .package .col:nth-child(4n) {
  margin-right: 0;
}
.home-recommend .w1200 .package .col .image {
  padding: 5px;
}
.home-recommend .w1200 .package .col .image a {
  height: 260px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.home-recommend .w1200 .package .col .image a img {
  max-width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-recommend .w1200 .package .col h2 {
  background: url(../images/home_recommend_bg.jpg) center center no-repeat;
}
.home-recommend .w1200 .package .col h2 a {
  display: block;
  color: #fff;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  line-height: 52px;
}
@media screen and (max-width: 640px) {
  .home-recommend {
    font-size: 0.12rem;
  }
  .home-recommend .w1200 {
    width: 100%;
    padding: 8% 4%;
  }
  .home-recommend .w1200 .title span:first-child {
    font-size: 0.2rem;
  }
  .home-recommend .w1200 .title span:last-child {
    font-size: 0.26rem;
  }
  .home-recommend .w1200 .package {
    margin: 6px 0 0 0;
    flex-wrap: wrap;
  }
  .home-recommend .w1200 .package .col {
    width: calc(50% - 7px);
    margin: 14px 14px 0 0;
  }
  .home-recommend .w1200 .package .col:nth-child(2n) {
    margin-right: 0;
  }
  .home-recommend .w1200 .package .col .image a {
    height: 140px;
  }
  .home-recommend .w1200 .package .col h2 a {
    font-size: 0.16rem;
    line-height: 2.4;
  }
}
.home-partner {
  width: 100%;
  background: #f7f7f7;
}
.home-partner .w1200 {
  padding: 80px 0;
}
.home-partner .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;
}
.home-partner .w1200 .title span {
  color: #333;
  line-height: 1;
}
.home-partner .w1200 .title span:first-child {
  font-size: 34px;
  font-weight: bold;
}
.home-partner .w1200 .title span:last-child {
  font-size: 30px;
  margin: 10px 0 0 0;
  letter-spacing: 1px;
}
.home-partner .w1200 .package {
  margin: 40px 0 0 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.home-partner .w1200 .package .col {
  width: 220px;
  background: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 20px 0;
  margin: 20px 20px 0 0;
  box-shadow: 0 0 6px #ddd;
}
.home-partner .w1200 .package .col:nth-child(5n) {
  margin-right: 0;
}
.home-partner .w1200 .package .col img {
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .home-partner {
    font-size: 0.12rem;
  }
  .home-partner .w1200 {
    width: 100%;
    padding: 8% 4%;
  }
  .home-partner .w1200 .title span:first-child {
    font-size: 0.2rem;
  }
  .home-partner .w1200 .title span:last-child {
    font-size: 0.26rem;
  }
  .home-partner .w1200 .package {
    margin: 6px 0 0 0;
  }
  .home-partner .w1200 .package .col {
    width: calc(50% - 7px);
    margin: 14px 14px 0 0;
    padding: 0;
    height: 60px;
    overflow: hidden;
  }
  .home-partner .w1200 .package .col:nth-child(5n) {
    margin: 14px 14px 0 0;
  }
  .home-partner .w1200 .package .col:nth-child(2n) {
    margin-right: 0;
  }
}
.public-footer {
  width: 100%;
}
.public-footer .menu {
  background: #fff;
}
.public-footer .menu .w1200 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.public-footer .menu .w1200 .col {
  padding: 20px 0;
}
.public-footer .menu .w1200 .col:last-child a:after {
  display: none;
}
.public-footer .menu .w1200 .col a {
  padding: 0 35px;
  font-size: 16px;
  color: #333;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-footer .menu .w1200 .col a:hover {
  color: #615df8;
}
.public-footer .foot {
  background: url(../images/home_footer_bg.jpg) center center no-repeat;
  background-size: 100% 100%;
}
.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-width: 100%;
  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: 16px;
  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;
  }
  .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: #fff;
}
.public-position .w1200 {
  height: 48px;
  font-size: 15px;
  line-height: 48px;
  color: #666;
  padding: 0 0 0 30px;
  position: relative;
}
.public-position .w1200:before {
  position: absolute;
  left: 0;
  top: 14px;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/public_position_icon.png) center center no-repeat;
}
.public-position .w1200 b {
  margin: 0 5px;
}
.public-position .w1200 a {
  color: #666;
}
.public-position .w1200 a:hover {
  color: #615df8;
}
@media screen and (max-width: 640px) {
  .public-position {
    background: #f7f7f7;
  }
  .public-position .w1200 {
    width: 100%;
    padding: 0 4%;
    font-size: 0.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .public-position .w1200:before {
    left: 4%;
  }
  .public-position .w1200 span {
    padding: 0 0 0 25px;
  }
}
.public-wrap {
  width: 100%;
  background: #f7f7f7;
}
.public-wrap .w1200 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  padding: 40px 0;
}
.public-wrap .w1200 .side {
  width: 300px;
  margin: 0 40px 0 0;
}
.public-wrap .w1200 .side .info .title {
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  background: url(../images/public_title_bg.jpg) center center no-repeat;
}
.public-wrap .w1200 .side .info .title span {
  font-size: 12px;
  margin: 0 0 0 5px;
}
.public-wrap .w1200 .side .info .box {
  padding: 20px;
  background: #fff;
}
.public-wrap .w1200 .side .info .box h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.public-wrap .w1200 .side .info .box p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  margin: 15px 0 0 0;
}
.public-wrap .w1200 .side .product {
  margin: 25px 0 0 0;
}
.public-wrap .w1200 .side .product .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 15px;
  color: #fff;
  background: url(../images/public_title_bg.jpg) center center no-repeat;
}
.public-wrap .w1200 .side .product .title span {
  line-height: 40px;
  font-size: 16px;
}
.public-wrap .w1200 .side .product .title a {
  font-size: 12px;
  color: #fff;
}
.public-wrap .w1200 .side .product .box {
  padding: 20px 20px 0 20px;
  background: #fff;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.public-wrap .w1200 .side .product .box .li {
  width: 120px;
  margin: 0 20px 20px 0;
}
.public-wrap .w1200 .side .product .box .li:hover .thumb {
  border: 1px solid #615df8;
}
.public-wrap .w1200 .side .product .box .li:hover h2 {
  color: #615df8;
}
.public-wrap .w1200 .side .product .box .li:nth-child(2n) {
  margin-right: 0;
}
.public-wrap .w1200 .side .product .box .li .thumb {
  width: 100%;
  height: 120px;
  padding: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border: 1px solid #ddd;
}
.public-wrap .w1200 .side .product .box .li .thumb img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.public-wrap .w1200 .side .product .box .li h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  padding: 10px 10px 0 10px;
  color: #333;
}
.public-wrap .w1200 .side .news {
  margin: 25px 0 0 0;
}
.public-wrap .w1200 .side .news .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 15px;
  color: #fff;
  background: url(../images/public_title_bg.jpg) center center no-repeat;
}
.public-wrap .w1200 .side .news .title span {
  line-height: 40px;
  font-size: 16px;
}
.public-wrap .w1200 .side .news .title a {
  font-size: 12px;
  color: #fff;
}
.public-wrap .w1200 .side .news .box {
  padding: 20px;
  background: #fff;
}
.public-wrap .w1200 .side .news .box .col {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #eee;
}
.public-wrap .w1200 .side .news .box .col:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.public-wrap .w1200 .side .news .box .col:hover .text h2 a {
  color: #615df8;
}
.public-wrap .w1200 .side .news .box .col .image {
  width: 100px;
  height: 60px;
  background: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
}
.public-wrap .w1200 .side .news .box .col .image img {
  max-width: 100%;
}
.public-wrap .w1200 .side .news .box .col .text {
  width: calc(100% - 120px);
}
.public-wrap .w1200 .side .news .box .col .text h2 {
  font-size: 14px;
  line-height: 1.4;
}
.public-wrap .w1200 .side .news .box .col .text h2 a {
  color: #333;
}
.public-wrap .w1200 .side .news .box .col .text p {
  font-size: 12px;
  margin: 5px 0 0 0;
  color: #999;
}
.public-wrap .w1200 .side .message {
  margin: 25px 0 0 0;
}
.public-wrap .w1200 .side .message .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 15px;
  color: #fff;
  background: url(../images/public_title_bg.jpg) center center no-repeat;
}
.public-wrap .w1200 .side .message .title span {
  line-height: 40px;
  font-size: 16px;
}
.public-wrap .w1200 .side .message .title a {
  font-size: 12px;
  color: #fff;
}
.public-wrap .w1200 .side .message .box {
  padding: 20px;
  background: #fff;
}
.public-wrap .w1200 .side .message .box form {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}
.public-wrap .w1200 .side .message .box form input {
  width: 100%;
  border: 1px solid #ddd;
  margin: 0 0 15px 0;
  padding: 0 10px;
  font-size: 14px;
  line-height: 34px;
}
.public-wrap .w1200 .side .message .box form textarea {
  width: 100%;
  border: 1px solid #ddd;
  margin: 0 0 15px 0;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.6;
}
.public-wrap .w1200 .side .message .box form button {
  width: 100px;
  background: #615df8;
  border: none;
  color: #fff;
  line-height: 34px;
  border-radius: 34px;
  font-size: 14px;
}
.public-wrap .w1200 .bigbox {
  width: 860px;
  background: #fff;
  border-top: 2px solid #615df8;
}
.public-wrap .w1200 .bigbox .company-about {
  padding: 25px;
}
.public-wrap .w1200 .bigbox .company-about .content {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  text-indent: 2em;
}
.public-wrap .w1200 .bigbox .company-about .content p {
  margin: 0 0 15px 0;
}
.public-wrap .w1200 .bigbox .company-about .content img {
  max-width: 100%;
}
.public-wrap .w1200 .bigbox .company-contact {
  padding: 25px;
}
.public-wrap .w1200 .bigbox .company-contact .info p {
  width: 100%;
  font-size: 15px;
  margin: 0 0 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-wrap .w1200 .bigbox .company-contact .map {
  padding: 10px 0 0 0;
}
.public-wrap .w1200 .bigbox .company-contact .map #mapbox {
  height: 600px;
}
.public-wrap .w1200 .bigbox .company-news {
  padding: 25px;
}
.public-wrap .w1200 .bigbox .company-news .list .col {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border: 1px solid #eee;
  padding: 20px;
  margin: 0 0 20px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-wrap .w1200 .bigbox .company-news .list .col:hover {
  box-shadow: 0 0 6px #ddd;
}
.public-wrap .w1200 .bigbox .company-news .list .col:hover .text h2 a {
  color: #615df8;
}
.public-wrap .w1200 .bigbox .company-news .list .col:hover .text .more a {
  border: 1px solid #615df8;
  color: #615df8;
}
.public-wrap .w1200 .bigbox .company-news .list .col .image {
  margin: 0 30px 0 0;
  width: 195px;
  padding: 5px;
  background: #f9f9f9;
}
.public-wrap .w1200 .bigbox .company-news .list .col .image a {
  height: 120px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
}
.public-wrap .w1200 .bigbox .company-news .list .col .image a img {
  max-width: 100%;
}
.public-wrap .w1200 .bigbox .company-news .list .col .text {
  width: calc(100% - 225px);
}
.public-wrap .w1200 .bigbox .company-news .list .col .text h2 {
  font-size: 16px;
  margin: 0 0 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-wrap .w1200 .bigbox .company-news .list .col .text h2 a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-wrap .w1200 .bigbox .company-news .list .col .text p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0 0 10px 0;
}
.public-wrap .w1200 .bigbox .company-news .list .col .text .more {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.public-wrap .w1200 .bigbox .company-news .list .col .text .more span {
  font-size: 12px;
  color: #999;
}
.public-wrap .w1200 .bigbox .company-news .list .col .text .more a {
  font-size: 12px;
  border: 1px solid #999;
  padding: 5px 15px;
  color: #333;
  border-radius: 26px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-wrap .w1200 .bigbox .company-news .pager {
  padding: 20px 0 0 0;
}
.public-wrap .w1200 .bigbox .company-news .pager .pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.public-wrap .w1200 .bigbox .company-news .pager .pagination li {
  margin: 0 8px 0 0;
}
.public-wrap .w1200 .bigbox .company-news .pager .pagination li:last-child {
  margin: 0;
}
.public-wrap .w1200 .bigbox .company-news .pager .pagination li a {
  display: block;
  line-height: 32px;
  text-align: center;
  color: #333;
  font-size: 13px;
  padding: 0 12px;
  cursor: pointer;
}
.public-wrap .w1200 .bigbox .company-news .pager .pagination li span {
  line-height: 32px;
  font-size: 13px;
}
.public-wrap .w1200 .bigbox .company-news .pager .pagination li:hover {
  background: #615df8;
}
.public-wrap .w1200 .bigbox .company-news .pager .pagination li:hover a {
  color: #fff;
}
.public-wrap .w1200 .bigbox .company-news .pager .pagination .active {
  padding: 0 12px;
  background: #615df8;
}
.public-wrap .w1200 .bigbox .company-news .pager .pagination .active a,
.public-wrap .w1200 .bigbox .company-news .pager .pagination .active span {
  color: #fff;
}
.public-wrap .w1200 .bigbox .company-news .pager .pagination .disabled {
  padding: 0 12px;
  background: #f1f1f1;
  cursor: not-allowed;
}
.public-wrap .w1200 .bigbox .company-news .pager .pagination .disabled:hover {
  background: #f1f1f1;
}
.public-wrap .w1200 .bigbox .company-news .pager .pagination .disabled:hover a {
  color: #333;
}
.public-wrap .w1200 .bigbox .company-news .view .title {
  text-align: center;
  padding: 0 40px;
}
.public-wrap .w1200 .bigbox .company-news .view .title h1 {
  font-size: 20px;
  line-height: 1.6;
}
.public-wrap .w1200 .bigbox .company-news .view .info {
  text-align: center;
}
.public-wrap .w1200 .bigbox .company-news .view .info span {
  color: #999;
  font-size: 12px;
}
.public-wrap .w1200 .bigbox .company-news .view .content {
  padding: 20px 0 0 0;
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}
.public-wrap .w1200 .bigbox .company-news .view .content p {
  margin: 0 0 20px 0;
  text-indent: 2em;
}
.public-wrap .w1200 .bigbox .company-news .view .content img {
  max-width: 100%;
  margin: 0 auto;
}
.public-wrap .w1200 .bigbox .company-news .view .tips {
  background: #f9f9f9;
  border: 1px solid #eee;
  line-height: 1.6;
  padding: 10px;
  font-size: 14px;
  color: #666;
  text-indent: 2em;
  margin: 20px 0 0 0;
}
.public-wrap .w1200 .bigbox .company-news .view .tags {
  margin: 10px 0 0 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.public-wrap .w1200 .bigbox .company-news .view .tags a {
  font-size: 13px;
  background: #f7f7f7;
  line-height: 2.4;
  padding: 0 12px;
  margin: 10px 10px 0 0;
  color: #666;
  border-radius: 2px;
}
.public-wrap .w1200 .bigbox .company-news .view .tags a:hover {
  color: #615df8;
}
.public-wrap .w1200 .bigbox .company-news .view .flip {
  padding: 20px 0 0 0;
}
.public-wrap .w1200 .bigbox .company-news .view .flip p {
  background: #f7f7f7;
  font-size: 14px;
  line-height: 40px;
  padding: 0 15px;
  margin: 0 0 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-wrap .w1200 .bigbox .company-news .view .flip p:last-child {
  margin: 0;
}
.public-wrap .w1200 .bigbox .company-news .view .flip p a {
  color: #333;
}
.public-wrap .w1200 .bigbox .company-news .view .flip p a:hover {
  color: #615df8;
}
.public-wrap .w1200 .bigbox .company-news .news {
  margin: 20px 0 0 0;
}
.public-wrap .w1200 .bigbox .company-news .news .tit {
  background: #615df8;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  height: 40px;
  padding: 0 15px;
}
.public-wrap .w1200 .bigbox .company-news .news .tit span {
  color: #fff;
}
.public-wrap .w1200 .bigbox .company-news .news .tit a {
  font-size: 12px;
  color: #fff;
}
.public-wrap .w1200 .bigbox .company-news .news .box {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.public-wrap .w1200 .bigbox .company-news .news .box p {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 46px;
  padding: 0 15px 0 30px;
  border-bottom: 1px dashed #ddd;
  position: relative;
}
.public-wrap .w1200 .bigbox .company-news .news .box p:before {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -3px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #666;
}
.public-wrap .w1200 .bigbox .company-news .news .box p:hover:before {
  background: #615df8;
}
.public-wrap .w1200 .bigbox .company-news .news .box p:hover a {
  color: #615df8;
}
.public-wrap .w1200 .bigbox .company-news .news .box p a {
  -webkit-box-flex: 1;
          flex: 1;
  line-height: 2;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.public-wrap .w1200 .bigbox .company-news .news .box p span {
  margin: 0 0 0 20px;
  font-size: 12px;
  color: #999;
}
.public-wrap .w1200 .bigbox .company-product {
  padding: 25px;
}
.public-wrap .w1200 .bigbox .company-product .list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.public-wrap .w1200 .bigbox .company-product .list .col {
  width: 253.33px;
  margin: 0 25px 25px 0;
}
.public-wrap .w1200 .bigbox .company-product .list .col:nth-child(3n) {
  margin-right: 0;
}
.public-wrap .w1200 .bigbox .company-product .list .col:hover .image {
  border: 1px solid #615df8;
}
.public-wrap .w1200 .bigbox .company-product .list .col:hover h2 i {
  color: #615df8;
}
.public-wrap .w1200 .bigbox .company-product .list .col:hover h2 a {
  color: #615df8;
}
.public-wrap .w1200 .bigbox .company-product .list .col .image {
  border: 1px solid #ddd;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px;
}
.public-wrap .w1200 .bigbox .company-product .list .col .image a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
  height: 240px;
}
.public-wrap .w1200 .bigbox .company-product .list .col .image a img {
  max-width: 100%;
}
.public-wrap .w1200 .bigbox .company-product .list .col h2 {
  padding: 15px 0 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.public-wrap .w1200 .bigbox .company-product .list .col h2 i {
  font-size: 22px;
  color: #999;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-wrap .w1200 .bigbox .company-product .list .col h2 a {
  width: calc(100% - 27px);
  color: #333;
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-wrap .w1200 .bigbox .company-product .pager {
  padding: 20px 0 0 0;
}
.public-wrap .w1200 .bigbox .company-product .pager .pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.public-wrap .w1200 .bigbox .company-product .pager .pagination li {
  margin: 0 8px 0 0;
}
.public-wrap .w1200 .bigbox .company-product .pager .pagination li:last-child {
  margin: 0;
}
.public-wrap .w1200 .bigbox .company-product .pager .pagination li a {
  display: block;
  line-height: 32px;
  text-align: center;
  color: #333;
  font-size: 13px;
  padding: 0 12px;
  cursor: pointer;
}
.public-wrap .w1200 .bigbox .company-product .pager .pagination li span {
  line-height: 32px;
  font-size: 13px;
}
.public-wrap .w1200 .bigbox .company-product .pager .pagination li:hover {
  background: #615df8;
}
.public-wrap .w1200 .bigbox .company-product .pager .pagination li:hover a {
  color: #fff;
}
.public-wrap .w1200 .bigbox .company-product .pager .pagination .active {
  padding: 0 12px;
  background: #615df8;
}
.public-wrap .w1200 .bigbox .company-product .pager .pagination .active a,
.public-wrap .w1200 .bigbox .company-product .pager .pagination .active span {
  color: #fff;
}
.public-wrap .w1200 .bigbox .company-product .pager .pagination .disabled {
  padding: 0 12px;
  background: #f1f1f1;
  cursor: not-allowed;
}
.public-wrap .w1200 .bigbox .company-product .pager .pagination .disabled:hover {
  background: #f1f1f1;
}
.public-wrap .w1200 .bigbox .company-product .pager .pagination .disabled:hover a {
  color: #333;
}
.public-wrap .w1200 .bigbox .company-product .view .describe {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.public-wrap .w1200 .bigbox .company-product .view .describe .left {
  width: 300px;
  height: 300px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: #f9f9f9;
  border: 5px solid #f9f9f9;
}
.public-wrap .w1200 .bigbox .company-product .view .describe .left img {
  max-width: 100%;
}
.public-wrap .w1200 .bigbox .company-product .view .describe .right {
  width: calc(100% - 340px);
}
.public-wrap .w1200 .bigbox .company-product .view .describe .right h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 0 0 10px 0;
}
.public-wrap .w1200 .bigbox .company-product .view .describe .right .item {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.public-wrap .w1200 .bigbox .company-product .view .describe .right .item p {
  width: calc(50% - 10px);
  margin: 10px 20px 0 0;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-wrap .w1200 .bigbox .company-product .view .describe .right .item p:nth-child(2n) {
  margin-right: 0;
}
.public-wrap .w1200 .bigbox .company-product .view .describe .right .interact {
  margin: 20px 0 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.public-wrap .w1200 .bigbox .company-product .view .describe .right .interact .btns {
  display: -webkit-box;
  display: flex;
}
.public-wrap .w1200 .bigbox .company-product .view .describe .right .interact .btns button {
  background: #615df8;
  color: #fff;
  border: none;
  line-height: 2.2;
  font-size: 14px;
  padding: 0 15px;
  margin: 0 10px 0 0;
  cursor: pointer;
}
.public-wrap .w1200 .bigbox .company-product .view .describe .right .interact .warn {
  display: -webkit-box;
  display: flex;
  margin: 0 0 0 10px;
}
.public-wrap .w1200 .bigbox .company-product .view .describe .right .interact .warn 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-wrap .w1200 .bigbox .company-product .view .describe .right .interact .warn a:hover {
  color: #615df8;
}
.public-wrap .w1200 .bigbox .company-product .view .describe .right .interact .warn a:hover b {
  display: block;
}
.public-wrap .w1200 .bigbox .company-product .view .describe .right .interact .warn a i {
  font-size: 13px;
  line-height: 1;
  margin: 0 3px 0 0;
}
.public-wrap .w1200 .bigbox .company-product .view .describe .right .interact .warn a:last-child {
  margin: 0;
}
.public-wrap .w1200 .bigbox .company-product .view .describe .right .interact .warn 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-wrap .w1200 .bigbox .company-product .view .describe .right .tips {
  background: #fcf3df;
  border: 1px solid #ffd6ba;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 1.6;
  margin: 20px 0 0 0;
  color: #666;
}
.public-wrap .w1200 .bigbox .company-product .view .content {
  padding: 30px 0 0 0;
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}
.public-wrap .w1200 .bigbox .company-product .view .content p {
  margin: 0 0 20px 0;
  text-indent: 2em;
}
.public-wrap .w1200 .bigbox .company-product .view .content img {
  max-width: 100%;
  margin: 0 auto;
}
.public-wrap .w1200 .bigbox .company-product .view .flip {
  padding: 20px 0 0 0;
}
.public-wrap .w1200 .bigbox .company-product .view .flip p {
  background: #f7f7f7;
  font-size: 14px;
  line-height: 40px;
  padding: 0 15px;
  margin: 0 0 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-wrap .w1200 .bigbox .company-product .view .flip p:last-child {
  margin: 0;
}
.public-wrap .w1200 .bigbox .company-product .view .flip p a {
  color: #333;
}
.public-wrap .w1200 .bigbox .company-product .view .flip p a:hover {
  color: #615df8;
}
.public-wrap .w1200 .bigbox .company-product .view .news {
  margin: 20px 0 0 0;
}
.public-wrap .w1200 .bigbox .company-product .view .news .tit {
  background: #615df8;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  height: 40px;
  padding: 0 15px;
}
.public-wrap .w1200 .bigbox .company-product .view .news .tit span {
  color: #fff;
}
.public-wrap .w1200 .bigbox .company-product .view .news .tit a {
  font-size: 12px;
  color: #fff;
}
.public-wrap .w1200 .bigbox .company-product .view .news .box {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.public-wrap .w1200 .bigbox .company-product .view .news .box p {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 46px;
  padding: 0 15px 0 30px;
  border-bottom: 1px dashed #ddd;
  position: relative;
}
.public-wrap .w1200 .bigbox .company-product .view .news .box p:before {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -3px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #666;
}
.public-wrap .w1200 .bigbox .company-product .view .news .box p:hover:before {
  background: #615df8;
}
.public-wrap .w1200 .bigbox .company-product .view .news .box p:hover a {
  color: #615df8;
}
.public-wrap .w1200 .bigbox .company-product .view .news .box p a {
  -webkit-box-flex: 1;
          flex: 1;
  line-height: 2;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.public-wrap .w1200 .bigbox .company-product .view .news .box p span {
  margin: 0 0 0 20px;
  font-size: 12px;
  color: #999;
}
@media screen and (max-width: 640px) {
  .public-wrap {
    font-size: 12px;
  }
  .public-wrap .w1200 {
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
  .public-wrap .w1200 .side {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
  .public-wrap .w1200 .side .info {
    display: none;
  }
  .public-wrap .w1200 .side .product {
    margin: 0;
  }
  .public-wrap .w1200 .side .product .title {
    background-size: 100% auto;
    padding: 0 4%;
  }
  .public-wrap .w1200 .side .product .title span {
    font-size: 0.16rem;
    line-height: 2.6;
  }
  .public-wrap .w1200 .side .product .title a {
    font-size: 0.12rem;
  }
  .public-wrap .w1200 .side .product .box {
    padding: 4% 4% 0 4%;
  }
  .public-wrap .w1200 .side .product .box .li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .public-wrap .w1200 .side .product .box .li .thumb {
    height: 160px;
  }
  .public-wrap .w1200 .side .product .box .li h2 {
    font-size: 0.14rem;
    padding: 4% 4% 0 4%;
  }
  .public-wrap .w1200 .side .news {
    margin: 0;
  }
  .public-wrap .w1200 .side .news .title {
    background-size: 100% auto;
    padding: 0 4%;
  }
  .public-wrap .w1200 .side .news .title span {
    font-size: 0.16rem;
    line-height: 2.6;
  }
  .public-wrap .w1200 .side .news .title a {
    font-size: 0.12rem;
  }
  .public-wrap .w1200 .side .news .box {
    padding: 4%;
  }
  .public-wrap .w1200 .side .news .box .col .text h2 {
    font-size: 0.14rem;
  }
  .public-wrap .w1200 .side .news .box .col .text p {
    font-size: 0.12rem;
  }
  .public-wrap .w1200 .side .message {
    margin: 0;
  }
  .public-wrap .w1200 .side .message .title {
    background-size: 100% auto;
    padding: 0 4%;
  }
  .public-wrap .w1200 .side .message .title span {
    font-size: 0.16rem;
    line-height: 2.6;
  }
  .public-wrap .w1200 .side .message .title a {
    font-size: 0.12rem;
  }
  .public-wrap .w1200 .side .message .box {
    padding: 4%;
  }
  .public-wrap .w1200 .bigbox {
    width: 100%;
  }
  .public-wrap .w1200 .bigbox .company-about {
    padding: 4%;
  }
  .public-wrap .w1200 .bigbox .company-about .content {
    font-size: 0.16rem;
    padding: 2% 0 0 0;
  }
  .public-wrap .w1200 .bigbox .company-about .content p {
    margin: 0 0 4% 0;
  }
  .public-wrap .w1200 .bigbox .company-about .content img {
    margin: 0 auto 4% auto;
  }
  .public-wrap .w1200 .bigbox .company-contact {
    padding: 4%;
  }
  .public-wrap .w1200 .bigbox .company-contact .info p {
    font-size: 0.15rem;
  }
  .public-wrap .w1200 .bigbox .company-contact .map {
    padding: 0;
  }
  .public-wrap .w1200 .bigbox .company-contact .map #mapbox {
    height: 350px;
  }
  .public-wrap .w1200 .bigbox .company-news {
    padding: 4%;
  }
  .public-wrap .w1200 .bigbox .company-news .list .col {
    padding: 10px;
  }
  .public-wrap .w1200 .bigbox .company-news .list .col .image {
    width: 120px;
    margin: 0 14px 0 0;
  }
  .public-wrap .w1200 .bigbox .company-news .list .col .image a {
    height: 65px;
  }
  .public-wrap .w1200 .bigbox .company-news .list .col .text {
    width: calc(100% - 134px);
  }
  .public-wrap .w1200 .bigbox .company-news .list .col .text h2 {
    font-size: 0.16rem;
  }
  .public-wrap .w1200 .bigbox .company-news .list .col .text p {
    display: none;
  }
  .public-wrap .w1200 .bigbox .company-news .list .col .text .more a {
    display: none;
  }
  .public-wrap .w1200 .bigbox .company-news .pager {
    padding: 0;
  }
  .public-wrap .w1200 .bigbox .company-news .pager .pagination {
    font-size: 12px;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .public-wrap .w1200 .bigbox .company-news .pager .pagination li {
    display: none;
  }
  .public-wrap .w1200 .bigbox .company-news .pager .pagination li.prev,
  .public-wrap .w1200 .bigbox .company-news .pager .pagination li.next {
    display: block;
  }
  .public-wrap .w1200 .bigbox .company-news .view .title {
    padding: 0 4%;
  }
  .public-wrap .w1200 .bigbox .company-news .view .title h1 {
    font-size: 0.18rem;
  }
  .public-wrap .w1200 .bigbox .company-news .view .info {
    font-size: 12px;
  }
  .public-wrap .w1200 .bigbox .company-news .view .info span {
    font-size: 0.12rem;
  }
  .public-wrap .w1200 .bigbox .company-news .view .content {
    font-size: 0.16rem;
    padding: 6% 0 0 0;
  }
  .public-wrap .w1200 .bigbox .company-news .view .content p {
    margin: 0 0 4% 0;
  }
  .public-wrap .w1200 .bigbox .company-news .view .content img {
    margin: 0 auto 4% auto;
  }
  .public-wrap .w1200 .bigbox .company-news .view .tips {
    font-size: 0.14rem;
    margin: 4% 0 0 0;
  }
  .public-wrap .w1200 .bigbox .company-news .view .tags {
    margin: 4% 0 0 0;
  }
  .public-wrap .w1200 .bigbox .company-news .view .tags a {
    font-size: 0.13rem;
    margin: 2% 2% 0 0;
  }
  .public-wrap .w1200 .bigbox .company-news .view .flip {
    padding: 4% 0 0 0;
  }
  .public-wrap .w1200 .bigbox .company-news .view .flip p {
    font-size: 0.14rem;
    line-height: 2.8;
    padding: 0 4%;
  }
  .public-wrap .w1200 .bigbox .company-news .news {
    margin: 4% 0 0 0;
  }
  .public-wrap .w1200 .bigbox .company-news .news .tit {
    font-size: 12px;
    padding: 0 4%;
  }
  .public-wrap .w1200 .bigbox .company-news .news .tit span {
    font-size: 0.16rem;
  }
  .public-wrap .w1200 .bigbox .company-news .news .tit a {
    font-size: 0.12rem;
  }
  .public-wrap .w1200 .bigbox .company-product {
    padding: 4%;
  }
  .public-wrap .w1200 .bigbox .company-product .list .col {
    width: 48%;
    margin: 0 4% 6% 0;
  }
  .public-wrap .w1200 .bigbox .company-product .list .col:nth-child(3n) {
    margin-right: 4%;
  }
  .public-wrap .w1200 .bigbox .company-product .list .col:nth-child(2n) {
    margin-right: 0;
  }
  .public-wrap .w1200 .bigbox .company-product .list .col .image a {
    height: 150px;
  }
  .public-wrap .w1200 .bigbox .company-product .list .col h2 {
    padding: 6% 0 0 0;
  }
  .public-wrap .w1200 .bigbox .company-product .pager {
    padding: 0;
  }
  .public-wrap .w1200 .bigbox .company-product .pager .pagination {
    font-size: 12px;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .public-wrap .w1200 .bigbox .company-product .pager .pagination li {
    display: none;
  }
  .public-wrap .w1200 .bigbox .company-product .pager .pagination li.prev,
  .public-wrap .w1200 .bigbox .company-product .pager .pagination li.next {
    display: block;
  }
  .public-wrap .w1200 .bigbox .company-product .view .describe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .public-wrap .w1200 .bigbox .company-product .view .describe .left {
    width: 100%;
    height: 340px;
  }
  .public-wrap .w1200 .bigbox .company-product .view .describe .right {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .public-wrap .w1200 .bigbox .company-product .view .describe .right h1 {
    font-size: 0.2rem;
  }
  .public-wrap .w1200 .bigbox .company-product .view .describe .right .item p {
    font-size: 0.14rem;
  }
  .public-wrap .w1200 .bigbox .company-product .view .describe .right .item p:last-child {
    width: 100%;
  }
  .public-wrap .w1200 .bigbox .company-product .view .describe .right .interact .btns button {
    font-size: 0.14rem;
  }
  .public-wrap .w1200 .bigbox .company-product .view .describe .right .interact .warn {
    margin: 0;
  }
  .public-wrap .w1200 .bigbox .company-product .view .describe .right .interact .warn a {
    font-size: 0.12rem;
  }
  .public-wrap .w1200 .bigbox .company-product .view .describe .right .interact .warn a:first-child {
    display: none;
  }
  .public-wrap .w1200 .bigbox .company-product .view .describe .right .interact .warn a i {
    font-size: 0.13rem;
  }
  .public-wrap .w1200 .bigbox .company-product .view .describe .right .tips {
    font-size: 0.12rem;
  }
  .public-wrap .w1200 .bigbox .company-product .view .content {
    font-size: 0.16rem;
    padding: 6% 0 0 0;
  }
  .public-wrap .w1200 .bigbox .company-product .view .content p {
    margin: 0 0 4% 0;
  }
  .public-wrap .w1200 .bigbox .company-product .view .content img {
    margin: 0 auto 4% auto;
  }
  .public-wrap .w1200 .bigbox .company-product .view .flip {
    padding: 4% 0 0 0;
  }
  .public-wrap .w1200 .bigbox .company-product .view .flip p {
    font-size: 0.14rem;
    line-height: 2.8;
    padding: 0 4%;
  }
  .public-wrap .w1200 .bigbox .company-product .view .news {
    margin: 4% 0 0 0;
  }
  .public-wrap .w1200 .bigbox .company-product .view .news .tit {
    font-size: 12px;
    padding: 0 4%;
  }
  .public-wrap .w1200 .bigbox .company-product .view .news .tit span {
    font-size: 0.16rem;
  }
  .public-wrap .w1200 .bigbox .company-product .view .news .tit a {
    font-size: 0.12rem;
  }
}
.public-servive {
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 10;
}
.public-servive .avatar {
  cursor: pointer;
}
.public-servive .chatbox {
  width: 620px;
  border: 5px solid #eee;
  background: #fff;
  display: none;
  box-shadow: 0 0 10px #999;
}
.public-servive .chatbox .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;
}
.public-servive .chatbox .header span {
  line-height: 3;
  font-size: 18px;
  font-weight: bold;
}
.public-servive .chatbox .header i {
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.public-servive .chatbox .package {
  padding: 20px;
}
.public-servive .chatbox .package .service {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.public-servive .chatbox .package .service img {
  width: 26px;
}
.public-servive .chatbox .package .service span {
  margin: 0 10px;
  font-size: 15px;
}
.public-servive .chatbox .package .service i {
  color: #999;
  font-style: normal;
  font-size: 12px;
}
.public-servive .chatbox .package .chat {
  margin: 15px 0 0 0;
  font-size: 13px;
  line-height: 1.6;
  background: #f9f9f9;
  padding: 8px 16px;
  border-radius: 5px;
}
.public-servive .chatbox .package form {
  margin: 20px 0 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}
.public-servive .chatbox .package form input {
  width: 100%;
  border: 1px solid #ddd;
  margin: 0 0 10px 0;
  padding: 0 10px;
  font-size: 14px;
  line-height: 32px;
}
.public-servive .chatbox .package form textarea {
  width: 100%;
  border: 1px solid #ddd;
  margin: 0 0 10px 0;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.6;
}
.public-servive .chatbox .package form button {
  width: 100%;
  background: #615df8;
  border: none;
  color: #fff;
  line-height: 30px;
  font-size: 14px;
  border-radius: 4px;
}
@media screen and (max-width: 640px) {
  .public-servive {
    max-width: calc(100% - 40px);
    font-size: 12px;
    bottom: 20px;
  }
  .public-servive .avatar {
    width: 50px;
  }
  .public-servive .chatbox {
    width: 100%;
  }
}
.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: #615df8;
}
.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: #615df8;
  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: #615df8;
  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: #615df8;
}
@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: #615df8;
  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;
}
