@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: #f39800;
}
.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%;
  background: url(../images/public_menu_bg.png) center center no-repeat;
}
.public-logo .w1200 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.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 .menu {
  height: 100px;
  -webkit-box-flex: 1;
          flex: 1;
}
.public-logo .w1200 .menu ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.public-logo .w1200 .menu ul li {
  height: 100px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 0 0 60px;
}
.public-logo .w1200 .menu ul li.active a:after {
  margin-left: -18px;
  width: 36px;
}
.public-logo .w1200 .menu ul li a {
  display: block;
  font-size: 16px;
  line-height: 60px;
  position: relative;
  color: #fff;
}
.public-logo .w1200 .menu ul li a:hover:after {
  margin-left: -18px;
  width: 36px;
}
.public-logo .w1200 .menu ul li a:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: 0;
  content: "";
  width: 0;
  height: 3px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-logo .w1200 .btn {
  display: none;
}
@media screen and (max-width: 640px) {
  .public-logo {
    background: none;
    font-size: 12px;
  }
  .public-logo .w1200 {
    width: 100%;
    padding: 15px 4%;
    position: relative;
  }
  .public-logo .w1200 .logo a {
    height: 32px;
  }
  .public-logo .w1200 .menu {
    position: absolute;
    left: 0;
    top: 62px;
    width: 100%;
    height: auto;
    z-index: 10;
    display: none;
  }
  .public-logo .w1200 .menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    background: #f9f9f9;
    box-shadow: 2px 2px 4px #eee;
  }
  .public-logo .w1200 .menu ul li {
    width: 100%;
    margin: 0;
    height: auto;
    padding: 0 4%;
  }
  .public-logo .w1200 .menu ul li:last-child a {
    border: none;
  }
  .public-logo .w1200 .menu ul li a {
    line-height: 3.4;
    width: 100%;
    border-bottom: 1px solid #eee;
    color: #333;
  }
  .public-logo .w1200 .menu ul li a:after {
    display: none;
  }
  .public-logo .w1200 .btn {
    display: block;
  }
  .public-logo .w1200 .btn i {
    font-size: 32px;
  }
}
.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: #f39800;
}
@media screen and (max-width: 640px) {
  .public-banner .swiper-container .swiper-slide.web {
    display: none;
  }
  .public-banner .swiper-container .swiper-slide.wap {
    display: block;
  }
  .public-banner .swiper-container .swiper-pagination {
    bottom: 10px;
  }
  .public-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }
}
.index-product {
  width: 100%;
  background: #f9f9f9;
}
.index-product .w1200 {
  padding: 80px 0;
}
.index-product .w1200 .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.index-product .w1200 .title span:first-child {
  font-size: 42px;
  font-weight: bold;
}
.index-product .w1200 .title span:last-child {
  font-size: 14px;
  margin: 15px 0 0 0;
  color: #999;
}
.index-product .w1200 .package {
  margin: 60px 0 0 0;
  display: -webkit-box;
  display: flex;
}
.index-product .w1200 .package .col {
  width: 281.25px;
  margin: 0 25px 0 0;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-product .w1200 .package .col:last-child {
  margin: 0;
}
.index-product .w1200 .package .col:hover {
  box-shadow: 2px 2px 4px #eee;
}
.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: #f39800;
}
.index-product .w1200 .package .col .image {
  height: 260px;
  padding: 25px;
  border-bottom: 1px solid #f39800;
}
.index-product .w1200 .package .col .image a {
  display: block;
  height: 100%;
  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 {
  text-align: center;
  padding: 25px 20px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-product .w1200 .package .col h2 a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-product .w1200 .package .col .more {
  padding: 15px 0 25px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.index-product .w1200 .package .col .more span {
  margin: 0 10px;
  font-size: 12px;
  color: #999;
}
.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 {
  border: 1px solid #f39800;
  font-size: 14px;
  padding: 10px 18px;
  color: #f39800;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-product .w1200 .route a:hover {
  background: #f39800;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .index-product {
    font-size: 12px;
  }
  .index-product .w1200 {
    width: 100%;
    padding: 8% 4%;
  }
  .index-product .w1200 .title span:first-child {
    font-size: 0.24rem;
  }
  .index-product .w1200 .title span:last-child {
    font-size: 0.14rem;
  }
  .index-product .w1200 .package {
    margin: 6px 0 0 0;
    flex-wrap: wrap;
  }
  .index-product .w1200 .package .col {
    width: calc(50% - 7px);
    margin: 14px 14px 0 0;
  }
  .index-product .w1200 .package .col:last-child {
    margin: 14px 14px 0 0;
  }
  .index-product .w1200 .package .col:nth-child(2n) {
    margin-right: 0;
  }
  .index-product .w1200 .package .col .image {
    height: 140px;
    padding: 6%;
  }
  .index-product .w1200 .package .col h2 {
    font-size: 0.16rem;
    padding: 6% 4% 0 4%;
  }
  .index-product .w1200 .package .col .more {
    padding: 4% 0 6% 0;
  }
  .index-product .w1200 .route {
    margin: 20px 0 0 0;
  }
  .index-product .w1200 .route a {
    font-size: 0.14rem;
    padding: 6px 16px;
  }
}
.index-company {
  width: 100%;
  background: url(../images/index_company_bg.png) center center no-repeat;
  background-size: 100% 100%;
}
.index-company .w1200 {
  padding: 80px 0;
}
.index-company .w1200 .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.index-company .w1200 .title span {
  color: #fff;
}
.index-company .w1200 .title span:first-child {
  font-size: 42px;
  font-weight: bold;
}
.index-company .w1200 .title span:last-child {
  font-size: 14px;
  margin: 15px 0 0 0;
}
.index-company .w1200 .package {
  margin: 60px 0 0 0;
  color: #fff;
  text-indent: 2em;
  line-height: 2;
  background: rgba(255, 255, 255, 0.2);
  padding: 40px;
}
.index-company .w1200 .route {
  margin: 60px 0 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.index-company .w1200 .route a {
  border: 1px solid #fff;
  font-size: 14px;
  padding: 10px 18px;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-company .w1200 .route a:hover {
  background: #fff;
  color: #f39800;
}
@media screen and (max-width: 640px) {
  .index-company {
    font-size: 12px;
  }
  .index-company .w1200 {
    width: 100%;
    padding: 8% 4%;
  }
  .index-company .w1200 .title span:first-child {
    font-size: 0.24rem;
  }
  .index-company .w1200 .title span:last-child {
    font-size: 0.14rem;
  }
  .index-company .w1200 .package {
    margin: 20px 0 0 0;
    font-size: 0.15rem;
    padding: 8%;
  }
  .index-company .w1200 .route {
    margin: 20px 0 0 0;
  }
  .index-company .w1200 .route a {
    font-size: 0.14rem;
    padding: 6px 16px;
  }
}
.index-news {
  width: 100%;
}
.index-news .w1200 {
  padding: 80px 0;
}
.index-news .w1200 .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.index-news .w1200 .title span:first-child {
  font-size: 42px;
  font-weight: bold;
}
.index-news .w1200 .title span:last-child {
  font-size: 14px;
  margin: 15px 0 0 0;
  color: #999;
}
.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;
  border: 1px solid #eee;
  padding: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-news .w1200 .package .col:nth-child(2n) {
  margin-right: 0;
}
.index-news .w1200 .package .col:hover {
  border: 1px solid #f39800;
}
.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: #f39800;
}
.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 {
  border: 1px solid #f39800;
  font-size: 14px;
  padding: 10px 18px;
  color: #f39800;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-news .w1200 .route a:hover {
  background: #f39800;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .index-news {
    font-size: 12px;
  }
  .index-news .w1200 {
    width: 100%;
    padding: 8% 4%;
  }
  .index-news .w1200 .title span:first-child {
    font-size: 0.24rem;
  }
  .index-news .w1200 .title span:last-child {
    font-size: 0.14rem;
  }
  .index-news .w1200 .package {
    margin: 7px 0 0 0;
  }
  .index-news .w1200 .package .col {
    width: 100%;
    margin: 14px 0 0 0;
    padding: 4%;
  }
  .index-news .w1200 .package .col:nth-child(2n) {
    margin: 14px 0 0 0;
  }
  .index-news .w1200 .package .col .image {
    width: 100px;
    height: 80px;
  }
  .index-news .w1200 .package .col .text {
    width: calc(100% - 114px);
  }
  .index-news .w1200 .package .col .text h2 {
    font-size: 0.16rem;
  }
  .index-news .w1200 .package .col .text p {
    display: none;
  }
  .index-news .w1200 .package .col .text .more {
    font-size: 0.14rem;
    margin: 14px 0 0 0;
  }
  .index-news .w1200 .route {
    margin: 20px 0 0 0;
  }
  .index-news .w1200 .route a {
    font-size: 0.14rem;
    padding: 6px 16px;
  }
}
.index-reco {
  background: #f9f9f9;
}
.index-reco .w1200 {
  padding: 80px 0;
}
.index-reco .w1200 .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.index-reco .w1200 .title span:first-child {
  font-size: 42px;
  font-weight: bold;
}
.index-reco .w1200 .title span:last-child {
  font-size: 14px;
  margin: 15px 0 0 0;
  color: #999;
}
.index-reco .w1200 .package {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 35px 0 0 0;
}
.index-reco .w1200 .package .col {
  width: 281.25px;
  margin: 25px 25px 0 0;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-reco .w1200 .package .col:nth-child(4n) {
  margin-right: 0;
}
.index-reco .w1200 .package .col:hover .image a img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.index-reco .w1200 .package .col:hover h2 a {
  color: #f39800;
}
.index-reco .w1200 .package .col .image {
  height: 200px;
  padding: 15px 15px 0 15px;
}
.index-reco .w1200 .package .col .image a {
  display: block;
  height: 100%;
  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 a img {
  max-width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-reco .w1200 .package .col h2 {
  padding: 0 25px;
  line-height: 3;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-reco .w1200 .package .col h2 a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .index-reco {
    font-size: 12px;
  }
  .index-reco .w1200 {
    width: 100%;
    padding: 8% 4%;
  }
  .index-reco .w1200 .title span:first-child {
    font-size: 0.24rem;
  }
  .index-reco .w1200 .title span:last-child {
    font-size: 0.14rem;
  }
  .index-reco .w1200 .package {
    margin: 6px 0 0 0;
    flex-wrap: wrap;
  }
  .index-reco .w1200 .package .col {
    width: calc(50% - 7px);
    margin: 14px 14px 0 0;
  }
  .index-reco .w1200 .package .col:nth-child(2n) {
    margin-right: 0;
  }
  .index-reco .w1200 .package .col .image {
    height: 120px;
    padding: 6% 6% 0 6%;
  }
  .index-reco .w1200 .package .col h2 {
    font-size: 0.16rem;
    line-height: 2.4;
    padding: 0 4%;
  }
}
.public-footer {
  width: 100%;
}
.public-footer .menu {
  background: #f39800;
}
.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: 18px 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: #fff;
  display: block;
}
.public-footer .foot {
  background: url(../images/public_footer_bg.png) 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-wrap {
  width: 100%;
  background: url(../images/public_wrap_bg.png) center center no-repeat;
  background-size: 100% 100%;
}
.public-wrap .w1200 {
  padding: 0 0 40px 0;
}
.public-wrap .w1200 .bigbox .position {
  font-size: 15px;
  line-height: 3.6;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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: #f39800;
}
.public-wrap .w1200 .bigbox .company-about {
  background: #fff;
  padding: 40px 40px 25px 40px;
}
.public-wrap .w1200 .bigbox .company-about .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #f39800;
  padding: 0 0 15px 0;
}
.public-wrap .w1200 .bigbox .company-about .title span {
  font-size: 24px;
  color: #f39800;
}
.public-wrap .w1200 .bigbox .company-about .title i {
  font-size: 12px;
  color: #999;
  font-style: normal;
  margin: 0 0 0 5px;
  font-weight: lighter;
  letter-spacing: 1px;
}
.public-wrap .w1200 .bigbox .company-about .content {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  letter-spacing: 1px;
}
.public-wrap .w1200 .bigbox .company-about .content p {
  margin: 15px 0;
  text-indent: 2em;
}
.public-wrap .w1200 .bigbox .company-about .content img {
  max-width: 100%;
  margin: 0 auto;
}
.public-wrap .w1200 .bigbox .company-contact {
  background: #fff;
  padding: 40px;
}
.public-wrap .w1200 .bigbox .company-contact .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #f39800;
  padding: 0 0 15px 0;
}
.public-wrap .w1200 .bigbox .company-contact .title span {
  font-size: 24px;
  color: #f39800;
}
.public-wrap .w1200 .bigbox .company-contact .title i {
  font-size: 12px;
  color: #999;
  font-style: normal;
  margin: 0 0 0 5px;
  font-weight: lighter;
  letter-spacing: 1px;
}
.public-wrap .w1200 .bigbox .company-contact .info {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.public-wrap .w1200 .bigbox .company-contact .info p {
  font-size: 16px;
  margin: 15px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-wrap .w1200 .bigbox .company-contact .info p:nth-child(3n) {
  margin-right: 0;
}
.public-wrap .w1200 .bigbox .company-contact .map {
  margin: 40px 0 0 0;
}
.public-wrap .w1200 .bigbox .company-contact .map #mapbox {
  height: 420px;
}
.public-wrap .w1200 .bigbox .company-news {
  background: #fff;
  padding: 40px;
}
.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;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed #eee;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.public-wrap .w1200 .bigbox .company-news .list .col:hover .image a img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.public-wrap .w1200 .bigbox .company-news .list .col:hover .text h2 a {
  color: #f39800;
}
.public-wrap .w1200 .bigbox .company-news .list .col .image {
  width: 230px;
  padding: 5px;
  background: #f9f9f9;
}
.public-wrap .w1200 .bigbox .company-news .list .col .image a {
  overflow: hidden;
  height: 160px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.public-wrap .w1200 .bigbox .company-news .list .col .image a img {
  max-width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-wrap .w1200 .bigbox .company-news .list .col .text {
  width: calc(100% - 260px);
}
.public-wrap .w1200 .bigbox .company-news .list .col .text h2 {
  font-size: 18px;
  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: 2;
  margin: 10px 0 0 0;
  color: #666;
}
.public-wrap .w1200 .bigbox .company-news .list .col .text .more {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 10px 0 0 0;
}
.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 {
  border: 1px solid #f39800;
  font-size: 14px;
  padding: 7px 16px;
  color: #f39800;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-wrap .w1200 .bigbox .company-news .list .col .text .more a:hover {
  background: #f39800;
  color: #fff;
}
.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: #f39800;
}
.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: #f39800;
}
.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 {
  margin: 40px 0 0 0;
}
.public-wrap .w1200 .bigbox .company-news .view .title {
  padding: 0 100px;
}
.public-wrap .w1200 .bigbox .company-news .view .title h1 {
  font-size: 24px;
  text-align: center;
  margin: 0 0 20px 0;
}
.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: 2;
  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;
  line-height: 1;
  margin: 10px 10px 0 0;
  color: #f39800;
  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;
  line-height: 1;
  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;
  margin: 20px 10px 0 10px;
}
.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;
  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: #f39800;
}
.public-wrap .w1200 .bigbox .company-news .view .flip p a {
  color: #333;
}
.public-wrap .w1200 .bigbox .company-news .view .flip p a:hover {
  color: #f39800;
}
.public-wrap .w1200 .bigbox .company-news .header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #f39800;
  padding: 0 0 15px 0;
}
.public-wrap .w1200 .bigbox .company-news .header span {
  font-size: 24px;
  color: #f39800;
}
.public-wrap .w1200 .bigbox .company-news .header i {
  font-size: 12px;
  color: #999;
  font-style: normal;
  margin: 0 0 0 5px;
  font-weight: lighter;
  letter-spacing: 1px;
}
.public-wrap .w1200 .bigbox .company-product {
  background: #fff;
  padding: 40px;
}
.public-wrap .w1200 .bigbox .company-product .list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.public-wrap .w1200 .bigbox .company-product .list .col {
  width: 261.25px;
  margin: 0 25px 25px 0;
  background: #f9f9f9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-wrap .w1200 .bigbox .company-product .list .col:nth-child(4n) {
  margin-right: 0;
}
.public-wrap .w1200 .bigbox .company-product .list .col:hover .image a img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.public-wrap .w1200 .bigbox .company-product .list .col:hover h2 a {
  color: #f39800;
}
.public-wrap .w1200 .bigbox .company-product .list .col .image {
  height: 240px;
  padding: 25px 25px 0 25px;
}
.public-wrap .w1200 .bigbox .company-product .list .col .image a {
  display: block;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.public-wrap .w1200 .bigbox .company-product .list .col .image a img {
  max-width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-wrap .w1200 .bigbox .company-product .list .col h2 {
  padding: 0 25px;
  line-height: 3;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-wrap .w1200 .bigbox .company-product .list .col h2 a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-wrap .w1200 .bigbox .company-product .pager {
  padding: 15px 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: #f39800;
}
.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: #f39800;
}
.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 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #f39800;
  padding: 0 0 15px 0;
}
.public-wrap .w1200 .bigbox .company-product .view .describe .header span {
  font-size: 24px;
  color: #f39800;
}
.public-wrap .w1200 .bigbox .company-product .view .describe .header i {
  font-size: 12px;
  color: #999;
  font-style: normal;
  margin: 0 0 0 5px;
  font-weight: lighter;
  letter-spacing: 1px;
}
.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;
}
.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;
  line-height: 1;
  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: #f39800;
  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: #f39800;
}
.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: 40px 0 0 0;
}
.public-wrap .w1200 .bigbox .company-product .view .details .header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #f39800;
  padding: 0 0 15px 0;
  line-height: 1;
}
.public-wrap .w1200 .bigbox .company-product .view .details .header span {
  font-size: 24px;
  color: #f39800;
}
.public-wrap .w1200 .bigbox .company-product .view .details .header i {
  font-size: 12px;
  color: #999;
  font-style: normal;
  margin: 0 0 0 5px;
  font-weight: lighter;
  letter-spacing: 1px;
}
.public-wrap .w1200 .bigbox .company-product .view .details .content {
  font-size: 16px;
  line-height: 2;
  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: 12px 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: #f39800;
}
.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: #f39800;
}
.public-wrap .w1200 .side {
  display: -webkit-box;
  display: flex;
  margin: 40px 0 0 0;
}
.public-wrap .w1200 .side .information,
.public-wrap .w1200 .side .news,
.public-wrap .w1200 .side .product,
.public-wrap .w1200 .side .message {
  width: 373.33px;
  margin: 0 40px 0 0;
}
.public-wrap .w1200 .side .information .title {
  background: #f39800;
  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: 20px;
}
.public-wrap .w1200 .side .information .box p {
  font-size: 15px;
  margin: 0 0 17px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-wrap .w1200 .side .information .box p:last-child {
  margin: 0;
}
.public-wrap .w1200 .side .news .title {
  background: #f39800;
  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 {
  padding: 20px;
  background: #fff;
}
.public-wrap .w1200 .side .news .box h2 {
  font-size: 15px;
  padding: 10px 0 10px 14px;
  border-bottom: 1px dashed #eee;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.public-wrap .w1200 .side .news .box h2:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  content: "";
  width: 4px;
  height: 4px;
  background: #f39800;
}
.public-wrap .w1200 .side .news .box h2:first-child {
  padding-top: 0;
}
.public-wrap .w1200 .side .news .box h2:first-child:after {
  margin-top: -7px;
}
.public-wrap .w1200 .side .news .box h2 a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-wrap .w1200 .side .news .box h2 a:hover {
  color: #f39800;
}
.public-wrap .w1200 .side .product .title {
  background: #f39800;
  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 {
  padding: 20px 20px 10px 20px;
  background: #fff;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.public-wrap .w1200 .side .product .box .col {
  width: calc(50% - 5px);
  background: #f9f9f9;
  margin: 0 10px 10px 0;
}
.public-wrap .w1200 .side .product .box .col:nth-child(2n) {
  margin-right: 0;
}
.public-wrap .w1200 .side .product .box .col:hover .image a img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.public-wrap .w1200 .side .product .box .col .image {
  padding: 5px;
}
.public-wrap .w1200 .side .product .box .col .image a {
  height: 88px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.public-wrap .w1200 .side .product .box .col .image a img {
  max-width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-wrap .w1200 .side .message {
  margin: 0;
}
.public-wrap .w1200 .side .message .title {
  background: #f39800;
  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: 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: 100%;
  background: #f39800;
  border: none;
  color: #fff;
  line-height: 32px;
  font-size: 14px;
  border-radius: 4px;
}
@media screen and (max-width: 640px) {
  .public-wrap {
    font-size: 12px;
  }
  .public-wrap .w1200 {
    width: 100%;
    padding: 0 4% 8% 4%;
  }
  .public-wrap .w1200 .bigbox .company-about {
    padding: 16px;
  }
  .public-wrap .w1200 .bigbox .company-about .title {
    padding: 0 0 10px 0;
  }
  .public-wrap .w1200 .bigbox .company-about .title span {
    font-size: 0.2rem;
  }
  .public-wrap .w1200 .bigbox .company-about .title i {
    font-size: 0.12rem;
  }
  .public-wrap .w1200 .bigbox .company-about .content {
    font-size: 0.15rem;
  }
  .public-wrap .w1200 .bigbox .company-contact {
    padding: 16px;
  }
  .public-wrap .w1200 .bigbox .company-contact .title {
    padding: 0 0 10px 0;
  }
  .public-wrap .w1200 .bigbox .company-contact .title span {
    font-size: 0.2rem;
  }
  .public-wrap .w1200 .bigbox .company-contact .title i {
    font-size: 0.12rem;
  }
  .public-wrap .w1200 .bigbox .company-contact .info p {
    font-size: 0.16rem;
  }
  .public-wrap .w1200 .bigbox .company-contact .map {
    margin: 20px 0 0 0;
  }
  .public-wrap .w1200 .bigbox .company-contact .map #mapbox {
    height: 320px;
  }
  .public-wrap .w1200 .bigbox .company-news {
    padding: 16px;
  }
  .public-wrap .w1200 .bigbox .company-news .list {
    font-size: 0.14rem;
  }
  .public-wrap .w1200 .bigbox .company-news .list .col {
    padding: 0 0 14px 0;
    margin: 0 0 14px 0;
  }
  .public-wrap .w1200 .bigbox .company-news .list .col .image {
    width: 120px;
  }
  .public-wrap .w1200 .bigbox .company-news .list .col .image a {
    height: 80px;
  }
  .public-wrap .w1200 .bigbox .company-news .list .col .text {
    width: calc(100% - 137px);
  }
  .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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .public-wrap .w1200 .bigbox .company-news .list .col .text .more a {
    margin: 10px 0 0 0;
    font-size: 0.14rem;
    padding: 5px 10px;
  }
  .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 {
    margin: 20px 0 0 0;
  }
  .public-wrap .w1200 .bigbox .company-news .view .title {
    padding: 0 4%;
  }
  .public-wrap .w1200 .bigbox .company-news .view .title h1 {
    font-size: 0.2rem;
    line-height: 1.6;
    margin: 0;
  }
  .public-wrap .w1200 .bigbox .company-news .view .info {
    margin: 14px 0 0 0;
  }
  .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: 14px 0 0 0;
  }
  .public-wrap .w1200 .bigbox .company-news .view .content p {
    margin: 0 0 14px 0;
  }
  .public-wrap .w1200 .bigbox .company-news .view .tags {
    margin: 14px 0 0 0;
  }
  .public-wrap .w1200 .bigbox .company-news .view .tags a {
    font-size: 0.14rem;
  }
  .public-wrap .w1200 .bigbox .company-news .view .tips {
    margin: 14px 0 0 0;
    font-size: 0.14rem;
  }
  .public-wrap .w1200 .bigbox .company-news .view .flip {
    margin: 14px 0 0 0;
  }
  .public-wrap .w1200 .bigbox .company-news .view .flip p {
    font-size: 0.15rem;
  }
  .public-wrap .w1200 .bigbox .company-news .header {
    padding: 0 0 10px 0;
  }
  .public-wrap .w1200 .bigbox .company-news .header span {
    font-size: 0.2rem;
  }
  .public-wrap .w1200 .bigbox .company-news .header i {
    font-size: 0.12rem;
  }
  .public-wrap .w1200 .bigbox .company-product {
    padding: 16px;
  }
  .public-wrap .w1200 .bigbox .company-product .list .col {
    width: calc(50% - 7px);
    margin: 0 14px 14px 0;
  }
  .public-wrap .w1200 .bigbox .company-product .list .col:nth-child(2n) {
    margin-right: 0;
  }
  .public-wrap .w1200 .bigbox .company-product .list .col .image {
    padding: 10px 10px 0 10px;
    height: 120px;
  }
  .public-wrap .w1200 .bigbox .company-product .list .col h2 {
    font-size: 0.16rem;
    line-height: 2.4;
  }
  .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 {
    padding: 0 0 10px 0;
  }
  .public-wrap .w1200 .bigbox .company-product .view .describe .header span {
    font-size: 0.2rem;
  }
  .public-wrap .w1200 .bigbox .company-product .view .describe .header i {
    font-size: 0.12rem;
  }
  .public-wrap .w1200 .bigbox .company-product .view .describe .box {
    flex-wrap: wrap;
    margin: 14px 0 0 0;
  }
  .public-wrap .w1200 .bigbox .company-product .view .describe .box .left {
    width: 100%;
  }
  .public-wrap .w1200 .bigbox .company-product .view .describe .box .right {
    width: 100%;
    margin: 14px 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 {
    width: 100%;
    margin: 10px 0 0 0;
    font-size: 0.14rem;
  }
  .public-wrap .w1200 .bigbox .company-product .view .describe .box .right .interact .btns button {
    padding: 0 10px;
    line-height: 2;
    margin: 0 8px 0 0;
  }
  .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:first-child {
    display: none;
  }
  .public-wrap .w1200 .bigbox .company-product .view .describe .box .right .tips {
    font-size: 0.12rem;
  }
  .public-wrap .w1200 .bigbox .company-product .view .details {
    margin: 20px 0 0 0;
  }
  .public-wrap .w1200 .bigbox .company-product .view .details .header {
    padding: 0 0 10px 0;
  }
  .public-wrap .w1200 .bigbox .company-product .view .details .header span {
    font-size: 0.2rem;
  }
  .public-wrap .w1200 .bigbox .company-product .view .details .header i {
    font-size: 0.12rem;
  }
  .public-wrap .w1200 .bigbox .company-product .view .details .content {
    font-size: 0.16rem;
    line-height: 1.6;
    padding: 14px 0 0 0;
  }
  .public-wrap .w1200 .bigbox .company-product .view .details .content p {
    margin: 0 0 14px 0;
  }
  .public-wrap .w1200 .bigbox .company-product .view .details .flip {
    margin: 14px 0 0 0;
  }
  .public-wrap .w1200 .bigbox .company-product .view .details .flip p {
    font-size: 0.14rem;
  }
  .public-wrap .w1200 .side {
    display: -webkit-box;
    display: flex;
    margin: 20px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
  .public-wrap .w1200 .side .information,
  .public-wrap .w1200 .side .news,
  .public-wrap .w1200 .side .product,
  .public-wrap .w1200 .side .message {
    width: 100%;
    margin: 0;
  }
  .public-wrap .w1200 .side .news {
    margin: 20px 0 0 0;
  }
  .public-wrap .w1200 .side .product {
    margin: 20px 0 0 0;
  }
  .public-wrap .w1200 .side .message {
    margin: 0;
  }
  .public-wrap .w1200 .side .information {
    display: none;
  }
}
.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: #f39800;
  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: #f39800;
}
.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: #f39800;
  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: #f39800;
  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: #f39800;
}
@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: #f39800;
  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;
}
