@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";
}
.main {
  width: 100%;
  overflow: hidden;
}
.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: #00a2d0;
}
.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-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  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 {
  position: relative;
  padding: 0 0 0 60px;
}
.public-logo .w1200 .tel:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e602";
  font-family: "iconfont";
  font-size: 53px;
  line-height: 1;
  color: #00a2d0;
}
.public-logo .w1200 .tel p {
  line-height: 1;
}
.public-logo .w1200 .tel p:first-child {
  font-size: 16px;
  color: #333;
}
.public-logo .w1200 .tel p:last-child {
  font-size: 32px;
  font-weight: bold;
  color: #00a2d0;
  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: 32px;
  }
  .public-logo .w1200 .tel {
    display: none;
  }
  .public-logo .w1200 .btn {
    display: block;
  }
  .public-logo .w1200 .btn i {
    font-size: 32px;
    line-height: 1;
  }
}
.public-menu {
  width: 100%;
  background: #00a2d0;
}
.public-menu .w1200 ul {
  display: -webkit-box;
  display: flex;
}
.public-menu .w1200 ul li {
  margin: 0 2px 0 0;
}
.public-menu .w1200 ul li.active a {
  background: #007da0;
}
.public-menu .w1200 ul li:hover a {
  background: #007da0;
}
.public-menu .w1200 ul li a {
  display: block;
  font-size: 16px;
  line-height: 54px;
  padding: 0 30px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .public-menu {
    font-size: 12px;
    position: relative;
  }
  .public-menu .w1200 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    background: #f9f9f9;
    display: none;
  }
  .public-menu .w1200 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .public-menu .w1200 ul li {
    margin: 0;
    padding: 0 4%;
  }
  .public-menu .w1200 ul li.active a {
    background: #f9f9f9;
    color: #333;
  }
  .public-menu .w1200 ul li:hover a {
    background: #f9f9f9;
    color: #333;
  }
  .public-menu .w1200 ul li:last-child a {
    border: none;
  }
  .public-menu .w1200 ul li a {
    line-height: 62px;
    padding: 0;
    border-bottom: 1px solid #eee;
    color: #333;
  }
}
.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: #00a2d0;
}
@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 {
  background: url(../images/title_bg.png) center 62px no-repeat;
}
.index-company .w1200 .title p {
  text-align: center;
}
.index-company .w1200 .title p:first-child {
  font-size: 42px;
  font-weight: bold;
  color: #000;
}
.index-company .w1200 .title p:last-child {
  font-size: 14px;
  margin: 50px 0 0 0;
  letter-spacing: 1px;
  color: #666;
}
.index-company .w1200 .package {
  margin: 60px 0 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.index-company .w1200 .package .image {
  width: 460px;
  border: 5px solid #f9f9f9;
}
.index-company .w1200 .package .text {
  -webkit-box-flex: 1;
          flex: 1;
  margin: 0 0 0 40px;
}
.index-company .w1200 .package .text .text-h2 {
  font-size: 24px;
  font-weight: bold;
  color: #00a2d0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-company .w1200 .package .text .text-p {
  font-size: 16px;
  line-height: 2;
  color: #666;
  text-indent: 2em;
  margin: 15px 0 0 0;
}
.index-company .w1200 .package .text .more {
  display: -webkit-box;
  display: flex;
  margin: 15px 0 0 0;
}
.index-company .w1200 .package .text .more a {
  background: #00a2d0;
  color: #fff;
  line-height: 2.4;
  padding: 0 15px;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .index-company {
    font-size: 12px;
  }
  .index-company .w1200 {
    width: 100%;
    padding: 8% 4%;
  }
  .index-company .w1200 .title {
    background: url(../images/title_bg.png) center 38px no-repeat;
    background-size: 100% auto;
  }
  .index-company .w1200 .title p:first-child {
    font-size: 24px;
  }
  .index-company .w1200 .title p:last-child {
    font-size: 14px;
    margin: 30px 0 0 0;
    letter-spacing: 1px;
    color: #666;
  }
  .index-company .w1200 .package {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin: 20px 0 0 0;
  }
  .index-company .w1200 .package .image {
    width: 100%;
  }
  .index-company .w1200 .package .text {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .index-company .w1200 .package .text .text-h2 {
    font-size: 0.2rem;
  }
  .index-company .w1200 .package .text .text-p {
    font-size: 0.15rem;
    line-height: 1.6;
  }
  .index-company .w1200 .package .text .more {
    -webkit-box-pack: center;
            justify-content: center;
  }
  .index-company .w1200 .package .text .more a {
    font-size: 0.14rem;
  }
}
.index-product {
  width: 100%;
  background: #f7f7f7;
}
.index-product .w1200 {
  padding: 80px 0;
}
.index-product .w1200 .title {
  background: url(../images/title_bg.png) center 62px no-repeat;
}
.index-product .w1200 .title p {
  text-align: center;
}
.index-product .w1200 .title p:first-child {
  font-size: 42px;
  font-weight: bold;
  color: #000;
}
.index-product .w1200 .title p:last-child {
  font-size: 14px;
  margin: 50px 0 0 0;
  letter-spacing: 1px;
  color: #666;
}
.index-product .w1200 .package {
  margin: 60px 0 0 0;
  display: -webkit-box;
  display: flex;
}
.index-product .w1200 .package .col {
  width: 270px;
  margin: 0 40px 0 0;
  padding: 20px 10px;
  background: #fff;
  border-top: 2px solid #00a2d0;
  box-shadow: 0 0 4px #ddd;
}
.index-product .w1200 .package .col:last-child {
  margin: 0;
}
.index-product .w1200 .package .col:hover .image a img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.index-product .w1200 .package .col:hover h2 a {
  color: #00a2d0;
}
.index-product .w1200 .package .col:hover .more a {
  color: #00a2d0;
}
.index-product .w1200 .package .col .image {
  width: 100%;
}
.index-product .w1200 .package .col .image a {
  height: 220px;
  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 .col .image a img {
  max-width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-product .w1200 .package .col h2 {
  font-size: 16px;
  margin: 20px 10px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-product .w1200 .package .col h2 a {
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-product .w1200 .package .col p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 10px 10px 0 10px;
}
.index-product .w1200 .package .col .more {
  margin: 10px 10px 0 10px;
}
.index-product .w1200 .package .col .more a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-product .w1200 .package .col .more a span {
  font-size: 12px;
  line-height: 16px;
  margin: 0 4px 0 0;
}
.index-product .w1200 .package .col .more a i {
  font-size: 14px;
  line-height: 16px;
}
.index-product .w1200 .route {
  margin: 60px 0 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.index-product .w1200 .route a {
  background: #00a2d0;
  font-size: 14px;
  padding: 10px 18px;
  color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 640px) {
  .index-product {
    font-size: 12px;
  }
  .index-product .w1200 {
    width: 100%;
    padding: 8% 4%;
  }
  .index-product .w1200 .title {
    background: url(../images/title_bg.png) center 38px no-repeat;
    background-size: 100% auto;
  }
  .index-product .w1200 .title p:first-child {
    font-size: 24px;
  }
  .index-product .w1200 .title p:last-child {
    font-size: 14px;
    margin: 30px 0 0 0;
    letter-spacing: 1px;
    color: #666;
  }
  .index-product .w1200 .package {
    margin: 20px 0 0 0;
    flex-wrap: wrap;
  }
  .index-product .w1200 .package .col {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .index-product .w1200 .package .col:last-child {
    margin: 0 4% 20px 0;
  }
  .index-product .w1200 .package .col:nth-child(2n) {
    margin-right: 0;
  }
  .index-product .w1200 .package .col .image a {
    height: 100px;
  }
  .index-product .w1200 .package .col h2 {
    font-size: 0.16rem;
  }
  .index-product .w1200 .package .col p {
    display: none;
  }
  .index-product .w1200 .package .col .more a span {
    font-size: 0.12rem;
  }
  .index-product .w1200 .package .col .more a i {
    font-size: 0.14rem;
  }
  .index-product .w1200 .route {
    margin: 0;
  }
  .index-product .w1200 .route a {
    font-size: 0.14rem;
  }
}
.index-news {
  width: 100%;
}
.index-news .w1200 {
  padding: 80px 0;
}
.index-news .w1200 .title {
  background: url(../images/title_bg.png) center 62px no-repeat;
}
.index-news .w1200 .title p {
  text-align: center;
}
.index-news .w1200 .title p:first-child {
  font-size: 42px;
  font-weight: bold;
  color: #000;
}
.index-news .w1200 .title p:last-child {
  font-size: 14px;
  margin: 50px 0 0 0;
  letter-spacing: 1px;
  color: #666;
}
.index-news .w1200 .package {
  margin: 30px 0 0 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.index-news .w1200 .package .col {
  width: 580px;
  margin: 30px 40px 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.index-news .w1200 .package .col:nth-child(2n) {
  margin-right: 0;
}
.index-news .w1200 .package .col:hover .image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.index-news .w1200 .package .col:hover .text h2 a {
  color: #00a2d0;
}
.index-news .w1200 .package .col .image {
  width: 190px;
  height: 120px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
  border: 4px solid #f9f9f9;
}
.index-news .w1200 .package .col .image img {
  max-width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-news .w1200 .package .col .text {
  width: calc(100% - 210px);
}
.index-news .w1200 .package .col .text h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.index-news .w1200 .package .col .text h2 a {
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-news .w1200 .package .col .text p {
  font-size: 14px;
  line-height: 1.6;
  margin: 10px 0 0 0;
  color: #666;
}
.index-news .w1200 .package .col .text .more {
  display: -webkit-box;
  display: flex;
  margin: 10px 0 0 0;
}
.index-news .w1200 .package .col .text .more span {
  color: #999;
  font-size: 12px;
}
.index-news .w1200 .route {
  margin: 60px 0 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.index-news .w1200 .route a {
  background: #00a2d0;
  font-size: 14px;
  padding: 10px 18px;
  color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 640px) {
  .index-news {
    font-size: 12px;
  }
  .index-news .w1200 {
    width: 100%;
    padding: 8% 4%;
  }
  .index-news .w1200 .title {
    background: url(../images/title_bg.png) center 38px no-repeat;
    background-size: 100% auto;
  }
  .index-news .w1200 .title p:first-child {
    font-size: 24px;
  }
  .index-news .w1200 .title p:last-child {
    font-size: 14px;
    margin: 30px 0 0 0;
    letter-spacing: 1px;
    color: #666;
  }
  .index-news .w1200 .package {
    margin: 20px 0 0 0;
  }
  .index-news .w1200 .package .col {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .index-news .w1200 .package .col .image {
    width: 120px;
    height: 85px;
  }
  .index-news .w1200 .package .col .text {
    width: calc(100% - 140px);
  }
  .index-news .w1200 .package .col .text h2 {
    font-size: 0.16rem;
  }
  .index-news .w1200 .package .col .text p {
    display: none;
  }
  .index-news .w1200 .route {
    margin: 5px 0 0 0;
  }
  .index-news .w1200 .route a {
    font-size: 0.14rem;
  }
}
.index-reco {
  width: 100%;
  background: #f7f7f7;
}
.index-reco .w1200 {
  padding: 80px 0;
}
.index-reco .w1200 .title {
  background: url(../images/title_bg.png) center 62px no-repeat;
}
.index-reco .w1200 .title p {
  text-align: center;
}
.index-reco .w1200 .title p:first-child {
  font-size: 42px;
  font-weight: bold;
  color: #000;
}
.index-reco .w1200 .title p:last-child {
  font-size: 14px;
  margin: 50px 0 0 0;
  letter-spacing: 1px;
  color: #666;
}
.index-reco .w1200 .package {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0 0;
}
.index-reco .w1200 .package .col {
  width: 285px;
  background: #fff;
  margin: 20px 20px 0 0;
  padding: 10px 10px 0 10px;
}
.index-reco .w1200 .package .col:nth-child(4n) {
  margin-right: 0;
}
.index-reco .w1200 .package .col:hover .image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.index-reco .w1200 .package .col:hover h2 {
  color: #00a2d0;
}
.index-reco .w1200 .package .col .image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.index-reco .w1200 .package .col .image img {
  max-width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-reco .w1200 .package .col h2 {
  font-size: 16px;
  line-height: 3;
  text-align: center;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-reco .w1200 .route {
  margin: 60px 0 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.index-reco .w1200 .route a {
  background: #00a2d0;
  font-size: 14px;
  padding: 10px 18px;
  color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 640px) {
  .index-reco {
    font-size: 12px;
  }
  .index-reco .w1200 {
    width: 100%;
    padding: 8% 4%;
  }
  .index-reco .w1200 .title {
    background: url(../images/title_bg.png) center 38px no-repeat;
    background-size: 100% auto;
  }
  .index-reco .w1200 .title p:first-child {
    font-size: 24px;
  }
  .index-reco .w1200 .title p:last-child {
    font-size: 14px;
    margin: 30px 0 0 0;
    letter-spacing: 1px;
    color: #666;
  }
  .index-reco .w1200 .package {
    margin: 20px 0 0 0;
  }
  .index-reco .w1200 .package .col {
    width: 48%;
    margin: 0 4% 15px 0;
  }
  .index-reco .w1200 .package .col:nth-child(2n) {
    margin-right: 0;
  }
  .index-reco .w1200 .package .col .image {
    height: 100px;
  }
  .index-reco .w1200 .package .col h2 {
    font-size: 0.16rem;
  }
  .index-reco .w1200 .route {
    margin: 5px 0 0 0;
  }
  .index-reco .w1200 .route a {
    font-size: 0.14rem;
  }
}
.public-footer {
  width: 100%;
  background: url(../images/public_footer.png) center center no-repeat;
}
.public-footer .w1200 .menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-bottom: 1px solid #909090;
}
.public-footer .w1200 .menu .col {
  padding: 18px 0;
}
.public-footer .w1200 .menu .col:last-child a:after {
  display: none;
}
.public-footer .w1200 .menu .col a {
  padding: 0 35px;
  font-size: 16px;
  color: #fff;
  display: block;
  position: relative;
}
.public-footer .w1200 .menu .col a:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  width: 1px;
  height: 12px;
  background: #fff;
  content: "";
}
.public-footer .w1200 .foot {
  display: -webkit-box;
  display: flex;
  padding: 60px 0;
}
.public-footer .w1200 .foot .logo {
  width: 350px;
  border-right: 1px solid #909090;
  padding: 0 60px 0 0;
}
.public-footer .w1200 .foot .logo a img {
  max-width: 100%;
  max-height: 150px;
}
.public-footer .w1200 .foot .logo .name {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin: 15px 0 0 0;
}
.public-footer .w1200 .foot .info {
  -webkit-box-flex: 1;
          flex: 1;
  margin: 0 0 0 60px;
  border-right: 1px solid #909090;
  padding: 0 60px 0 0;
}
.public-footer .w1200 .foot .info p {
  font-size: 16px;
  color: #fff;
  margin: 0 0 25px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-footer .w1200 .foot .info p:last-child {
  margin: 0;
}
.public-footer .w1200 .foot .ewm {
  width: 150px;
  margin: 0 0 0 60px;
}
.public-footer .w1200 .foot .ewm p {
  text-align: center;
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .public-footer {
    font-size: 12px;
  }
  .public-footer .w1200 {
    width: 100%;
  }
  .public-footer .w1200 .menu {
    display: none;
  }
  .public-footer .w1200 .foot {
    flex-wrap: wrap;
    padding: 8% 8% 80px 8%;
    width: 100%;
  }
  .public-footer .w1200 .foot .logo {
    width: 100%;
    padding: 0;
    border: none;
  }
  .public-footer .w1200 .foot .logo a img {
    max-height: 100px;
  }
  .public-footer .w1200 .foot .logo .name {
    font-size: 0.2rem;
  }
  .public-footer .w1200 .foot .info {
    margin: 20px 0 0 0;
    padding: 0;
    border: none;
    width: 100%;
  }
  .public-footer .w1200 .foot .info p {
    font-size: 0.12rem;
    margin: 0 0 12px 0;
  }
  .public-footer .w1200 .foot .ewm {
    display: none;
  }
}
.public-wrap {
  width: 100%;
}
.public-wrap .w1200 {
  padding: 20px 0 40px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.public-wrap .w1200 .side {
  width: 280px;
}
.public-wrap .w1200 .side .position {
  background: #00a2d0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  padding: 60px 0;
  margin: -110px 0 0 0;
  position: relative;
  z-index: 5;
}
.public-wrap .w1200 .side .position p {
  color: #fff;
}
.public-wrap .w1200 .side .position p:first-child {
  font-size: 30px;
  font-weight: bold;
}
.public-wrap .w1200 .side .position p:last-child {
  font-size: 14px;
  margin: 15px 0 0 0;
}
.public-wrap .w1200 .side .information {
  margin: 20px 0 0 0;
}
.public-wrap .w1200 .side .information .title {
  background: #00a2d0;
  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-wrap .w1200 .side .information .title span {
  font-size: 16px;
  line-height: 2.6;
}
.public-wrap .w1200 .side .information .box {
  background: #f9f9f9;
  padding: 15px;
}
.public-wrap .w1200 .side .information .box p {
  font-size: 14px;
  margin: 0 0 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-wrap .w1200 .side .information .box p:last-child {
  margin: 0;
}
.public-wrap .w1200 .side .product {
  margin: 20px 0 0 0;
}
.public-wrap .w1200 .side .product .title {
  background: #00a2d0;
  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-wrap .w1200 .side .product .title span {
  font-size: 16px;
  line-height: 2.6;
}
.public-wrap .w1200 .side .product .title a {
  font-size: 12px;
  color: #fff;
}
.public-wrap .w1200 .side .product .box {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px 15px 15px;
  background: #f9f9f9;
}
.public-wrap .w1200 .side .product .box .col {
  width: 137.5px;
  margin: 15px 15px 0 0;
}
.public-wrap .w1200 .side .product .box .col:nth-child(2n) {
  margin-right: 0;
}
.public-wrap .w1200 .side .product .box .col:hover a {
  color: #00a2d0;
}
.public-wrap .w1200 .side .product .box .col .image {
  width: 100%;
  height: 100px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: #fff;
}
.public-wrap .w1200 .side .product .box .col .image img {
  max-width: 100%;
}
.public-wrap .w1200 .side .product .box .col h2 {
  font-size: 14px;
  text-align: center;
  margin: 5px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-wrap .w1200 .side .product .box .col h2 a {
  color: #333;
}
.public-wrap .w1200 .side .message {
  margin: 20px 0 0 0;
}
.public-wrap .w1200 .side .message .title {
  background: #00a2d0;
  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-wrap .w1200 .side .message .title span {
  font-size: 16px;
  line-height: 2.6;
}
.public-wrap .w1200 .side .message .box {
  padding: 15px;
  background: #f9f9f9;
}
.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: 100%;
  background: #00a2d0;
  border: none;
  color: #fff;
  line-height: 32px;
  font-size: 14px;
  border-radius: 4px;
}
.public-wrap .w1200 .side .news {
  margin: 20px 0 0 0;
}
.public-wrap .w1200 .side .news .title {
  background: #00a2d0;
  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-wrap .w1200 .side .news .title span {
  font-size: 16px;
  line-height: 2.6;
}
.public-wrap .w1200 .side .news .title a {
  font-size: 12px;
  color: #fff;
}
.public-wrap .w1200 .side .news .box {
  background: #f9f9f9;
  padding: 15px;
}
.public-wrap .w1200 .side .news .box .col {
  display: -webkit-box;
  display: flex;
  -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: #00a2d0;
}
.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 .bigbox {
  width: 890px;
}
.public-wrap .w1200 .bigbox .position {
  font-size: 15px;
  color: #666;
  padding: 0 0 0 20px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-wrap .w1200 .bigbox .position:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  content: "";
  width: 4px;
  height: 14px;
  background: #00a2d0;
}
.public-wrap .w1200 .bigbox .position b {
  margin: 0 5px;
}
.public-wrap .w1200 .bigbox .position a {
  color: #666;
}
.public-wrap .w1200 .bigbox .position a:hover {
  color: #00a2d0;
}
.public-wrap .w1200 .bigbox .company-about {
  margin: 20px 0 0 0;
}
.public-wrap .w1200 .bigbox .company-about .title {
  background: #00a2d0;
  line-height: 2.6;
  color: #fff;
  padding: 0 15px;
}
.public-wrap .w1200 .bigbox .company-about .title span {
  font-size: 16px;
}
.public-wrap .w1200 .bigbox .company-about .title span i {
  font-size: 12px;
  margin: 0 0 0 10px;
  font-style: normal;
}
.public-wrap .w1200 .bigbox .company-about .content {
  font-size: 15px;
  line-height: 1.6;
  padding: 0 10px;
  color: #666;
  letter-spacing: 1px;
}
.public-wrap .w1200 .bigbox .company-about .content p {
  margin: 20px 0 0 0;
  text-indent: 2em;
}
.public-wrap .w1200 .bigbox .company-about .content img {
  max-width: 100%;
  margin: 0 auto;
}
.public-wrap .w1200 .bigbox .company-contact {
  margin: 20px 0 0 0;
}
.public-wrap .w1200 .bigbox .company-contact .info .title {
  background: #00a2d0;
  line-height: 2.6;
  color: #fff;
  padding: 0 15px;
}
.public-wrap .w1200 .bigbox .company-contact .info .title span {
  font-size: 16px;
}
.public-wrap .w1200 .bigbox .company-contact .info .title span i {
  font-size: 12px;
  margin: 0 0 0 10px;
  font-style: normal;
}
.public-wrap .w1200 .bigbox .company-contact .info .box {
  padding: 10px;
}
.public-wrap .w1200 .bigbox .company-contact .info .box p {
  font-size: 16px;
  margin: 15px 0 0 0;
}
.public-wrap .w1200 .bigbox .company-contact .map {
  margin: 20px 0 0 0;
}
.public-wrap .w1200 .bigbox .company-contact .map .title {
  background: #00a2d0;
  line-height: 2.6;
  color: #fff;
  padding: 0 15px;
}
.public-wrap .w1200 .bigbox .company-contact .map .title span {
  font-size: 16px;
}
.public-wrap .w1200 .bigbox .company-contact .map .title span i {
  font-size: 12px;
  margin: 0 0 0 10px;
  font-style: normal;
}
.public-wrap .w1200 .bigbox .company-contact .map .box {
  padding: 25px 10px 10px 10px;
}
.public-wrap .w1200 .bigbox .company-contact .map .box #mapbox {
  height: 460px;
}
.public-wrap .w1200 .bigbox .company-news {
  margin: 20px 0 0 0;
}
.public-wrap .w1200 .bigbox .company-news .list {
  font-size: 14px;
}
.public-wrap .w1200 .bigbox .company-news .list .col {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #eee;
}
.public-wrap .w1200 .bigbox .company-news .list .col:hover .data span:first-child {
  color: #00a2d0;
}
.public-wrap .w1200 .bigbox .company-news .list .col:hover .text h2 a {
  color: #00a2d0;
}
.public-wrap .w1200 .bigbox .company-news .list .col .data {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  border: 1px solid #eee;
  width: 95px;
  padding: 15px 0;
}
.public-wrap .w1200 .bigbox .company-news .list .col .data span:first-child {
  font-size: 36px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-wrap .w1200 .bigbox .company-news .list .col .data span:last-child {
  font-size: 14px;
  color: #999;
  margin: 5px 0 0 0;
  border-top: 1px solid #eee;
  padding: 5px 0 0 0;
}
.public-wrap .w1200 .bigbox .company-news .list .col .text {
  width: 770px;
  margin: 0 0 0 25px;
}
.public-wrap .w1200 .bigbox .company-news .list .col .text h2 {
  font-size: 16px;
  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;
  line-height: 1.6;
  color: #666;
  margin: 8px 0 0 0;
}
.public-wrap .w1200 .bigbox .company-news .list .col .text p.wap {
  display: none;
}
.public-wrap .w1200 .bigbox .company-news .list .col .text p a {
  color: #00a2d0;
}
.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: #00a2d0;
}
.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: #00a2d0;
}
.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 {
  border-top: 2px solid #00a2d0;
  padding: 20px 0;
}
.public-wrap .w1200 .bigbox .company-news .view .title {
  padding: 0 100px;
}
.public-wrap .w1200 .bigbox .company-news .view .title h1 {
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
}
.public-wrap .w1200 .bigbox .company-news .view .info {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 20px 0 0 0;
}
.public-wrap .w1200 .bigbox .company-news .view .info span {
  font-size: 14px;
  color: #999;
  line-height: 1;
}
.public-wrap .w1200 .bigbox .company-news .view .content {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #666;
  padding: 20px 10px 0 10px;
}
.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 .tags {
  margin: 10px 10px 0 10px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.public-wrap .w1200 .bigbox .company-news .view .tags a {
  font-size: 14px;
  margin: 10px 10px 0 0;
  color: #00a2d0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.public-wrap .w1200 .bigbox .company-news .view .tags a i {
  font-size: 14px;
  margin: 0 4px 0 0;
}
.public-wrap .w1200 .bigbox .company-news .view .tips {
  background: #f9f9f9;
  border: 1px solid #eee;
  line-height: 1.6;
  padding: 10px 15px;
  font-size: 14px;
  color: #666;
  text-indent: 2em;
  margin: 20px 10px 0 10px;
}
.public-wrap .w1200 .bigbox .company-news .view .tips a {
  color: #00a2d0;
}
.public-wrap .w1200 .bigbox .company-news .view .flip {
  margin: 20px 10px 0 10px;
}
.public-wrap .w1200 .bigbox .company-news .view .flip p {
  font-size: 15px;
  margin: 0 0 10px 0;
  line-height: 1;
  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 i {
  font-size: 18px;
  margin: 0 4px 0 0;
  line-height: 1;
  color: #00a2d0;
}
.public-wrap .w1200 .bigbox .company-news .view .flip p a {
  color: #333;
}
.public-wrap .w1200 .bigbox .company-news .view .flip p a:hover {
  color: #00a2d0;
}
.public-wrap .w1200 .bigbox .company-news .news {
  margin: 20px 0 0 0;
}
.public-wrap .w1200 .bigbox .company-news .news .tit {
  background: #00a2d0;
  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-wrap .w1200 .bigbox .company-news .news .tit span {
  font-size: 16px;
  line-height: 2.6;
}
.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 .col {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0 15px 0 30px;
  border-bottom: 1px dashed #ddd;
  position: relative;
}
.public-wrap .w1200 .bigbox .company-news .news .box .col:before {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -2.5px;
  content: "";
  width: 5px;
  height: 5px;
  background: #00a2d0;
}
.public-wrap .w1200 .bigbox .company-news .news .box .col a {
  width: calc(100% - 88px);
  font-size: 15px;
  line-height: 2.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-wrap .w1200 .bigbox .company-news .news .box .col a:hover {
  color: #00a2d0;
}
.public-wrap .w1200 .bigbox .company-news .news .box .col span {
  width: 68px;
  font-size: 12px;
  color: #999;
}
.public-wrap .w1200 .bigbox .company-product {
  margin: 20px 0 0 0;
}
.public-wrap .w1200 .bigbox .company-product .list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
.public-wrap .w1200 .bigbox .company-product .list .col {
  width: 283.33px;
  margin: 0 20px 20px 0;
  padding: 5px;
  background: #f9f9f9;
}
.public-wrap .w1200 .bigbox .company-product .list .col:nth-child(3n) {
  margin-right: 0;
}
.public-wrap .w1200 .bigbox .company-product .list .col:hover h2 {
  color: #00a2d0;
}
.public-wrap .w1200 .bigbox .company-product .list .col .image {
  background: #fff;
  height: 200px;
  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-product .list .col .image img {
  max-width: 100%;
}
.public-wrap .w1200 .bigbox .company-product .list .col h2 {
  text-align: center;
  font-size: 16px;
  color: #333;
  margin: 15px 0 10px 0;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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: #00a2d0;
}
.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: #00a2d0;
}
.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 .header {
  background: #00a2d0;
  line-height: 2.6;
  color: #fff;
  padding: 0 15px;
}
.public-wrap .w1200 .bigbox .company-product .view .describe .header span {
  font-size: 16px;
}
.public-wrap .w1200 .bigbox .company-product .view .describe .header span i {
  font-size: 12px;
  margin: 0 0 0 5px;
  font-style: normal;
}
.public-wrap .w1200 .bigbox .company-product .view .describe .box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 20px 0 0 0;
  padding: 0 10px;
}
.public-wrap .w1200 .bigbox .company-product .view .describe .box .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 .box .left img {
  max-width: 100%;
}
.public-wrap .w1200 .bigbox .company-product .view .describe .box .right {
  width: calc(100% - 340px);
}
.public-wrap .w1200 .bigbox .company-product .view .describe .box .right h1 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 0 0 10px 0;
}
.public-wrap .w1200 .bigbox .company-product .view .describe .box .right .item {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.public-wrap .w1200 .bigbox .company-product .view .describe .box .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 .box .right .item p:nth-child(2n) {
  margin-right: 0;
}
.public-wrap .w1200 .bigbox .company-product .view .describe .box .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 .box .right .interact .btns {
  display: -webkit-box;
  display: flex;
}
.public-wrap .w1200 .bigbox .company-product .view .describe .box .right .interact .btns button {
  background: #00a2d0;
  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 .box .right .interact .warn {
  display: -webkit-box;
  display: flex;
  margin: 0 0 0 10px;
}
.public-wrap .w1200 .bigbox .company-product .view .describe .box .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 .box .right .interact .warn a:hover {
  color: #00a2d0;
}
.public-wrap .w1200 .bigbox .company-product .view .describe .box .right .interact .warn a:hover b {
  display: block;
}
.public-wrap .w1200 .bigbox .company-product .view .describe .box .right .interact .warn a i {
  font-size: 13px;
  line-height: 1;
  margin: 0 3px 0 0;
}
.public-wrap .w1200 .bigbox .company-product .view .describe .box .right .interact .warn a:last-child {
  margin: 0;
}
.public-wrap .w1200 .bigbox .company-product .view .describe .box .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 .box .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 .details {
  margin: 20px 0 0 0;
}
.public-wrap .w1200 .bigbox .company-product .view .details .header {
  background: #00a2d0;
  line-height: 2.6;
  color: #fff;
  padding: 0 15px;
}
.public-wrap .w1200 .bigbox .company-product .view .details .header span {
  font-size: 16px;
}
.public-wrap .w1200 .bigbox .company-product .view .details .header span i {
  font-size: 12px;
  margin: 0 0 0 5px;
  font-style: normal;
}
.public-wrap .w1200 .bigbox .company-product .view .details .content {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #666;
  padding: 20px 10px 0 10px;
}
.public-wrap .w1200 .bigbox .company-product .view .details .content p {
  margin: 0 0 20px 0;
  text-indent: 2em;
}
.public-wrap .w1200 .bigbox .company-product .view .details .content img {
  max-width: 100%;
  margin: 0 auto;
}
.public-wrap .w1200 .bigbox .company-product .view .details .flip {
  margin: 20px 0 0 0;
}
.public-wrap .w1200 .bigbox .company-product .view .details .flip p {
  font-size: 14px;
  margin: 0 0 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #f9f9f9;
  padding: 10px 15px;
}
.public-wrap .w1200 .bigbox .company-product .view .details .flip p:last-child {
  margin: 0;
}
.public-wrap .w1200 .bigbox .company-product .view .details .flip p i {
  font-size: 14px;
  margin: 0 4px 0 0;
  color: #00a2d0;
}
.public-wrap .w1200 .bigbox .company-product .view .details .flip p a {
  color: #333;
}
.public-wrap .w1200 .bigbox .company-product .view .details .flip p a:hover {
  color: #00a2d0;
}
.public-wrap .w1200 .bigbox .company-product .view .details .news {
  margin: 20px 0 0 0;
}
.public-wrap .w1200 .bigbox .company-product .view .details .news .tit {
  background: #00a2d0;
  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-wrap .w1200 .bigbox .company-product .view .details .news .tit span {
  font-size: 16px;
  line-height: 2.6;
}
.public-wrap .w1200 .bigbox .company-product .view .details .news .tit a {
  font-size: 12px;
  color: #fff;
}
.public-wrap .w1200 .bigbox .company-product .view .details .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 .details .news .box .col {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0 15px 0 30px;
  border-bottom: 1px dashed #ddd;
  position: relative;
}
.public-wrap .w1200 .bigbox .company-product .view .details .news .box .col:before {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -2.5px;
  content: "";
  width: 5px;
  height: 5px;
  background: #00a2d0;
}
.public-wrap .w1200 .bigbox .company-product .view .details .news .box .col a {
  width: calc(100% - 88px);
  font-size: 15px;
  line-height: 2.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-wrap .w1200 .bigbox .company-product .view .details .news .box .col a:hover {
  color: #00a2d0;
}
.public-wrap .w1200 .bigbox .company-product .view .details .news .box .col span {
  width: 68px;
  font-size: 12px;
  color: #999;
}
@media screen and (max-width: 640px) {
  .public-wrap {
    font-size: 12px;
  }
  .public-wrap .w1200 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
  .public-wrap .w1200 .side {
    width: 100%;
    padding: 0 4%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
  .public-wrap .w1200 .side .position {
    display: none;
  }
  .public-wrap .w1200 .side .information {
    display: none;
  }
  .public-wrap .w1200 .side .product .title span {
    font-size: 0.16rem;
  }
  .public-wrap .w1200 .side .product .title a {
    font-size: 0.12rem;
  }
  .public-wrap .w1200 .side .product .box .col {
    width: 48%;
    margin: 15px 4% 0 0;
  }
  .public-wrap .w1200 .side .product .box .col h2 {
    font-size: 0.14px;
  }
  .public-wrap .w1200 .side .news {
    margin: 20px 0 0 0;
  }
  .public-wrap .w1200 .side .news .title {
    background: #00a2d0;
    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-wrap .w1200 .side .news .title span {
    font-size: 16px;
    line-height: 2.6;
  }
  .public-wrap .w1200 .side .news .title a {
    font-size: 12px;
    color: #fff;
  }
  .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 .bigbox {
    width: 100%;
  }
  .public-wrap .w1200 .bigbox .position {
    padding: 0 4% 0 8%;
  }
  .public-wrap .w1200 .bigbox .position:before {
    left: 4%;
  }
  .public-wrap .w1200 .bigbox .company-about .title span {
    font-size: 0.16rem;
  }
  .public-wrap .w1200 .bigbox .company-about .title span i {
    font-size: 0.12rem;
  }
  .public-wrap .w1200 .bigbox .company-about .content {
    font-size: 0.15rem;
    padding: 0 4%;
  }
  .public-wrap .w1200 .bigbox .company-contact .info .title span {
    font-size: 0.16rem;
  }
  .public-wrap .w1200 .bigbox .company-contact .info .title span i {
    font-size: 0.12rem;
  }
  .public-wrap .w1200 .bigbox .company-contact .info .box {
    padding: 4%;
  }
  .public-wrap .w1200 .bigbox .company-contact .info .box p {
    font-size: 0.16rem;
    line-height: 1;
    margin: 15px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .public-wrap .w1200 .bigbox .company-contact .info .box p:first-child {
    margin: 0;
  }
  .public-wrap .w1200 .bigbox .company-contact .map .title span {
    font-size: 0.16rem;
  }
  .public-wrap .w1200 .bigbox .company-contact .map .title span i {
    font-size: 0.12rem;
  }
  .public-wrap .w1200 .bigbox .company-contact .map .box {
    padding: 4%;
  }
  .public-wrap .w1200 .bigbox .company-contact .map .box #mapbox {
    height: 300px;
  }
  .public-wrap .w1200 .bigbox .company-news .list {
    font-size: 0.14rem;
  }
  .public-wrap .w1200 .bigbox .company-news .list .col {
    padding: 0 4% 4% 4%;
    margin: 0 0 4% 0;
  }
  .public-wrap .w1200 .bigbox .company-news .list .col:hover .data span:first-child {
    color: #00a2d0;
  }
  .public-wrap .w1200 .bigbox .company-news .list .col:hover .text h2 a {
    color: #00a2d0;
  }
  .public-wrap .w1200 .bigbox .company-news .list .col .data {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    border: 1px solid #eee;
    width: 95px;
    padding: 15px 0;
  }
  .public-wrap .w1200 .bigbox .company-news .list .col .data span {
    line-height: 1;
  }
  .public-wrap .w1200 .bigbox .company-news .list .col .data span:first-child {
    font-size: 36px;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .public-wrap .w1200 .bigbox .company-news .list .col .data span:last-child {
    font-size: 14px;
    color: #999;
    margin: 5px 0 0 0;
    border-top: 1px solid #eee;
    padding: 5px 0 0 0;
  }
  .public-wrap .w1200 .bigbox .company-news .list .col .text {
    width: calc(100% - 110px);
    margin: 0 0 0 15px;
  }
  .public-wrap .w1200 .bigbox .company-news .list .col .text h2 {
    font-size: 0.16rem;
  }
  .public-wrap .w1200 .bigbox .company-news .list .col .text p {
    font-size: 0.14px;
  }
  .public-wrap .w1200 .bigbox .company-news .list .col .text p.web {
    display: none;
  }
  .public-wrap .w1200 .bigbox .company-news .list .col .text p.wap {
    display: block;
  }
  .public-wrap .w1200 .bigbox .company-news .pager {
    padding: 0;
  }
  .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 {
    padding: 0 4%;
  }
  .public-wrap .w1200 .bigbox .company-news .view .title {
    padding: 0;
  }
  .public-wrap .w1200 .bigbox .company-news .view .title h1 {
    font-size: 0.24rem;
  }
  .public-wrap .w1200 .bigbox .company-news .view .info span {
    font-size: 0.14rem;
  }
  .public-wrap .w1200 .bigbox .company-news .view .content {
    font-size: 0.16rem;
    padding: 20px 0 0 0;
  }
  .public-wrap .w1200 .bigbox .company-news .view .tags {
    margin: 10px 0 0 0;
  }
  .public-wrap .w1200 .bigbox .company-news .view .tips {
    margin: 20px 0 0 0;
    font-size: 0.12rem;
  }
  .public-wrap .w1200 .bigbox .company-news .view .flip {
    margin: 20px 0 0 0;
  }
  .public-wrap .w1200 .bigbox .company-news .view .flip p {
    font-size: 0.15rem;
  }
  .public-wrap .w1200 .bigbox .company-news .view .flip p i {
    font-size: 0.18rem;
  }
  .public-wrap .w1200 .bigbox .company-news .news {
    margin: 20px 4% 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;
    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 .col a {
    font-size: 0.15rem;
  }
  .public-wrap .w1200 .bigbox .company-news .news .box .col span {
    font-size: 0.12rem;
  }
  .public-wrap .w1200 .bigbox .company-product .list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.14rem;
    padding: 0 4%;
  }
  .public-wrap .w1200 .bigbox .company-product .list .col {
    width: 48%;
    margin: 0 4% 15px 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 {
    height: 140px;
  }
  .public-wrap .w1200 .bigbox .company-product .list .col h2 {
    font-size: 0.16rem;
  }
  .public-wrap .w1200 .bigbox .company-product .pager {
    padding: 0;
  }
  .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 .header span {
    font-size: 0.16rem;
  }
  .public-wrap .w1200 .bigbox .company-product .view .describe .header span i {
    font-size: 0.12rem;
  }
  .public-wrap .w1200 .bigbox .company-product .view .describe .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin: 0;
    padding: 4%;
  }
  .public-wrap .w1200 .bigbox .company-product .view .describe .box .left {
    width: 100%;
    height: 340px;
  }
  .public-wrap .w1200 .bigbox .company-product .view .describe .box .right {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .public-wrap .w1200 .bigbox .company-product .view .describe .box .right h1 {
    font-size: 0.2rem;
  }
  .public-wrap .w1200 .bigbox .company-product .view .describe .box .right .item p {
    font-size: 0.14rem;
  }
  .public-wrap .w1200 .bigbox .company-product .view .describe .box .right .item p:last-child {
    width: 100%;
  }
  .public-wrap .w1200 .bigbox .company-product .view .describe .box .right .interact .btns button {
    font-size: 0.14rem;
  }
  .public-wrap .w1200 .bigbox .company-product .view .describe .box .right .interact .warn {
    margin: 0;
  }
  .public-wrap .w1200 .bigbox .company-product .view .describe .box .right .interact .warn a {
    font-size: 0.12rem;
  }
  .public-wrap .w1200 .bigbox .company-product .view .describe .box .right .interact .warn a:first-child {
    display: none;
  }
  .public-wrap .w1200 .bigbox .company-product .view .describe .box .right .interact .warn a i {
    font-size: 0.13rem;
  }
  .public-wrap .w1200 .bigbox .company-product .view .describe .box .right .tips {
    font-size: 0.12rem;
  }
  .public-wrap .w1200 .bigbox .company-product .view .details {
    margin: 0;
  }
  .public-wrap .w1200 .bigbox .company-product .view .details .header span {
    font-size: 0.16rem;
  }
  .public-wrap .w1200 .bigbox .company-product .view .details .header span i {
    font-size: 0.12rem;
  }
  .public-wrap .w1200 .bigbox .company-product .view .details .content {
    font-size: 0.16rem;
    padding: 4% 4% 0 4%;
  }
  .public-wrap .w1200 .bigbox .company-product .view .details .flip {
    margin: 4% 4% 0 4%;
  }
  .public-wrap .w1200 .bigbox .company-product .view .details .flip p {
    font-size: 0.14rem;
  }
  .public-wrap .w1200 .bigbox .company-product .view .details .flip p i {
    font-size: 0.14rem;
  }
  .public-wrap .w1200 .bigbox .company-product .view .details .news {
    margin: 20px 4% 0 4%;
  }
  .public-wrap .w1200 .bigbox .company-product .view .details .news .tit span {
    font-size: 0.16rem;
  }
  .public-wrap .w1200 .bigbox .company-product .view .details .news .tit a {
    font-size: 0.12rem;
    color: #fff;
  }
  .public-wrap .w1200 .bigbox .company-product .view .details .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 .details .news .box .col a {
    font-size: 0.15rem;
  }
  .public-wrap .w1200 .bigbox .company-product .view .details .news .box .col span {
    font-size: 0.12rem;
  }
}
.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: #00a2d0;
}
.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: #00a2d0;
  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: #00a2d0;
  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: #00a2d0;
}
@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%;
  }
}
.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: #00a2d0;
  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%;
  }
}
.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: #00a2d0;
  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;
}
