@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: #dc121e;
}
.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;
}
.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 ul {
  display: -webkit-box;
  display: flex;
}
.public-logo .w1200 .menu ul li {
  margin: 0 0 0 2px;
}
.public-logo .w1200 .menu ul li.active a {
  background: #dc121e;
  color: #fff;
}
.public-logo .w1200 .menu ul li:hover a {
  background: #dc121e;
  color: #fff;
}
.public-logo .w1200 .menu ul li a {
  display: block;
  line-height: 100px;
  font-size: 16px;
  color: #333;
  padding: 0 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.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%;
    position: relative;
  }
  .public-logo .w1200 .logo a {
    height: 32px;
  }
  .public-logo .w1200 .menu {
    position: absolute;
    left: 0;
    top: 62px;
    width: 100%;
    z-index: 10;
    background: #f9f9f9;
    display: none;
  }
  .public-logo .w1200 .menu ul {
    flex-wrap: wrap;
  }
  .public-logo .w1200 .menu ul li {
    width: 100%;
    margin: 0;
    padding: 0 4%;
  }
  .public-logo .w1200 .menu ul li.active a {
    background: #f9f9f9;
    color: #333;
  }
  .public-logo .w1200 .menu ul li:hover a {
    background: #f9f9f9;
    color: #333;
  }
  .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;
    padding: 0;
  }
  .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: #dc121e;
}
@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%;
}
.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;
  position: relative;
}
.index-product .w1200 .title:after {
  position: absolute;
  left: 50%;
  top: 60px;
  margin-left: -50px;
  content: "";
  width: 100px;
  height: 2px;
  background: #dc121e;
}
.index-product .w1200 .title span:first-child {
  font-size: 42px;
  font-weight: bold;
}
.index-product .w1200 .title span:last-child {
  font-size: 14px;
  margin: 36px 0 0 0;
  color: #999;
}
.index-product .w1200 .package {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 35px 0 0 0;
}
.index-product .w1200 .package .col {
  width: 281.25px;
  margin: 25px 25px 0 0;
  border: 5px solid #f9f9f9;
  position: relative;
}
.index-product .w1200 .package .col:nth-child(4n) {
  margin-right: 0;
}
.index-product .w1200 .package .col:hover .image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.index-product .w1200 .package .col:hover h2 {
  opacity: 1;
}
.index-product .w1200 .package .col .image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.index-product .w1200 .package .col .image img {
  max-width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-product .w1200 .package .col h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  line-height: 2.6;
  font-size: 16px;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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 #dc121e;
  font-size: 14px;
  padding: 10px 18px;
  color: #dc121e;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-product .w1200 .route a:hover {
  background: #dc121e;
  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:after {
    top: 37px;
    margin-left: -30px;
    width: 60px;
  }
  .index-product .w1200 .title span:first-child {
    font-size: 24px;
  }
  .index-product .w1200 .title span:last-child {
    font-size: 14px;
    margin: 26px 0 0 0;
  }
  .index-product .w1200 .package {
    margin: 6px 0 0 0;
  }
  .index-product .w1200 .package .col {
    width: calc(50% - 7px);
    margin: 14px 14px 0 0;
  }
  .index-product .w1200 .package .col:nth-child(2n) {
    margin-right: 0;
  }
  .index-product .w1200 .package .col .image {
    height: 150px;
  }
  .index-product .w1200 .package .col h2 {
    opacity: 1;
    font-size: 0.16rem;
    line-height: 2;
    padding: 0 10px;
  }
  .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.jpg) center top no-repeat #f9f9f9;
}
.index-company .w1200 {
  padding: 80px 0 0 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;
  position: relative;
}
.index-company .w1200 .title:after {
  position: absolute;
  left: 50%;
  top: 60px;
  margin-left: -50px;
  content: "";
  width: 100px;
  height: 2px;
  background: #fff;
}
.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: 36px 0 0 0;
}
.index-company .w1200 .package {
  margin: 60px 0 0 0;
  display: -webkit-box;
  display: flex;
  box-shadow: 2px 2px 6px #eee;
}
.index-company .w1200 .package .image {
  width: 320px;
}
.index-company .w1200 .package .image img {
  width: 100%;
}
.index-company .w1200 .package .text {
  background: #fff;
  height: 320px;
  -webkit-box-flex: 1;
          flex: 1;
  padding: 35px 45px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
}
.index-company .w1200 .package .text p {
  font-size: 16px;
  line-height: 2;
  color: #666;
  text-indent: 2em;
}
.index-company .w1200 .package .text a {
  margin: 20px 0 0 0;
  background: #dc121e;
  color: #fff;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-company .w1200 .package .text a:hover {
  border-radius: 32px;
}
@media screen and (max-width: 640px) {
  .index-company {
    font-size: 12px;
  }
  .index-company .w1200 {
    width: 100%;
    padding: 8% 4%;
  }
  .index-company .w1200 .title:after {
    top: 37px;
    margin-left: -30px;
    width: 60px;
  }
  .index-company .w1200 .title span:first-child {
    font-size: 24px;
  }
  .index-company .w1200 .title span:last-child {
    font-size: 14px;
    margin: 26px 0 0 0;
  }
  .index-company .w1200 .package {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
  .index-company .w1200 .package .image {
    width: 100%;
  }
  .index-company .w1200 .package .text {
    height: auto;
    padding: 4%;
  }
  .index-company .w1200 .package .text p {
    font-size: 0.15rem;
  }
  .index-company .w1200 .package .text a {
    font-size: 0.14rem;
  }
}
.index-news {
  width: 100%;
  background: #f9f9f9;
}
.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;
  position: relative;
}
.index-news .w1200 .title:after {
  position: absolute;
  left: 50%;
  top: 60px;
  margin-left: -50px;
  content: "";
  width: 100px;
  height: 2px;
  background: #dc121e;
}
.index-news .w1200 .title span:first-child {
  font-size: 42px;
  font-weight: bold;
}
.index-news .w1200 .title span:last-child {
  font-size: 14px;
  margin: 36px 0 0 0;
  color: #999;
}
.index-news .w1200 .package {
  margin: 60px 0 0 0;
  display: -webkit-box;
  display: flex;
}
.index-news .w1200 .package .left {
  width: 500px;
}
.index-news .w1200 .package .left:hover .image a img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.index-news .w1200 .package .left:hover .text h2 a {
  color: #dc121e;
}
.index-news .w1200 .package .left .image {
  width: 500px;
  padding: 20px;
  background: #fff;
}
.index-news .w1200 .package .left .image a {
  height: 288px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.index-news .w1200 .package .left .image a img {
  max-width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-news .w1200 .package .left .text {
  padding: 20px 20px 0 20px;
}
.index-news .w1200 .package .left .text h2 {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-news .w1200 .package .left .text h2 a {
  color: #333;
}
.index-news .w1200 .package .left .text p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 10px 0;
}
.index-news .w1200 .package .left .text .more {
  display: -webkit-box;
  display: flex;
}
.index-news .w1200 .package .left .text .more span {
  font-size: 12px;
  color: #999;
}
.index-news .w1200 .package .right {
  margin: 0 0 0 40px;
}
.index-news .w1200 .package .right .col {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 0 20px 0;
}
.index-news .w1200 .package .right .col:last-child {
  margin: 0;
}
.index-news .w1200 .package .right .col:hover .image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.index-news .w1200 .package .right .col:hover .text h2 a {
  color: #dc121e;
}
.index-news .w1200 .package .right .col .image {
  width: 240px;
  height: 137px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border: 10px solid #fff;
}
.index-news .w1200 .package .right .col .image img {
  max-width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-news .w1200 .package .right .col .text {
  margin: 0 0 0 20px;
}
.index-news .w1200 .package .right .col .text h2 {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-news .w1200 .package .right .col .text h2 a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-news .w1200 .package .right .col .text p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 10px 0 0 0;
}
.index-news .w1200 .package .right .col .text .more {
  display: -webkit-box;
  display: flex;
  margin: 10px 0 0 0;
}
.index-news .w1200 .package .right .col .text .more span {
  color: #999;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .index-news {
    font-size: 12px;
  }
  .index-news .w1200 {
    width: 100%;
    padding: 0 4% 8% 4%;
  }
  .index-news .w1200 .title:after {
    top: 37px;
    margin-left: -30px;
    width: 60px;
  }
  .index-news .w1200 .title span:first-child {
    font-size: 24px;
  }
  .index-news .w1200 .title span:last-child {
    font-size: 14px;
    margin: 26px 0 0 0;
  }
  .index-news .w1200 .package {
    flex-wrap: wrap;
    margin: 20px 0 0 0;
  }
  .index-news .w1200 .package .left {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .index-news .w1200 .package .left .image {
    width: 120px;
    padding: 10px;
  }
  .index-news .w1200 .package .left .image a {
    height: 60px;
  }
  .index-news .w1200 .package .left .text {
    width: calc(100% - 140px);
    padding: 0;
  }
  .index-news .w1200 .package .left .text h2 {
    font-size: 0.16rem;
  }
  .index-news .w1200 .package .left .text p {
    display: none;
  }
  .index-news .w1200 .package .left .text .more {
    margin: 10px 0 0 0;
  }
  .index-news .w1200 .package .left .text .more span {
    font-size: 0.12rem;
  }
  .index-news .w1200 .package .right {
    width: 100%;
    margin: 0;
  }
  .index-news .w1200 .package .right .col {
    margin: 14px 0 0 0;
  }
  .index-news .w1200 .package .right .col:last-child {
    margin: 14px 0 0 0;
  }
  .index-news .w1200 .package .right .col .image {
    width: 120px;
    height: 80px;
  }
  .index-news .w1200 .package .right .col .text {
    width: calc(100% - 140px);
  }
  .index-news .w1200 .package .right .col .text h2 {
    font-size: 0.16rem;
  }
  .index-news .w1200 .package .right .col .text p {
    display: none;
  }
  .index-news .w1200 .package .right .col .text .more {
    margin: 10px 0 0 0;
  }
  .index-news .w1200 .package .right .col .text .more span {
    font-size: 0.12rem;
  }
}
.index-reco {
  width: 100%;
}
.index-reco .w1200 {
  padding: 80px 0;
}
.index-reco .w1200 .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}
.index-reco .w1200 .title:after {
  position: absolute;
  left: 50%;
  top: 60px;
  margin-left: -50px;
  content: "";
  width: 100px;
  height: 2px;
  background: #dc121e;
}
.index-reco .w1200 .title span:first-child {
  font-size: 42px;
  font-weight: bold;
}
.index-reco .w1200 .title span:last-child {
  font-size: 14px;
  margin: 36px 0 0 0;
  color: #999;
}
.index-reco .w1200 .package {
  margin: 35px 0 0 0;
  display: -webkit-box;
  display: flex;
}
.index-reco .w1200 .package .col {
  width: 281.25px;
  margin: 25px 25px 0 0;
  background: #f9f9f9;
  -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: #dc121e;
}
.index-reco .w1200 .package .col .image {
  height: 200px;
  padding: 10px 10px 0 10px;
}
.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:after {
    top: 37px;
    margin-left: -30px;
    width: 60px;
  }
  .index-reco .w1200 .title span:first-child {
    font-size: 24px;
  }
  .index-reco .w1200 .title span:last-child {
    font-size: 14px;
    margin: 26px 0 0 0;
  }
  .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;
  }
  .index-reco .w1200 .package .col h2 {
    font-size: 0.16rem;
    padding: 0 20px;
    line-height: 2.4;
  }
}
.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-position {
  width: 100%;
  background: #f9f9f9;
}
.public-position .w1200 {
  font-size: 15px;
  line-height: 3.6;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-position .w1200 i {
  color: #dc121e;
}
.public-position .w1200 b {
  margin: 0 5px;
}
.public-position .w1200 a {
  color: #666;
}
.public-position .w1200 a:hover {
  color: #dc121e;
}
@media screen and (max-width: 640px) {
  .public-position {
    font-size: 12px;
  }
  .public-position .w1200 {
    width: 100%;
    padding: 0 4%;
    line-height: 3.2;
    font-size: 0.15rem;
  }
}
.public-wrap {
  width: 100%;
}
.public-wrap .bigbox {
  padding: 40px 0;
}
.public-wrap .bigbox .w1200 .company-about .header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #dc121e;
  padding: 0 0 15px 0;
}
.public-wrap .bigbox .w1200 .company-about .header span {
  font-size: 24px;
  color: #dc121e;
}
.public-wrap .bigbox .w1200 .company-about .header i {
  font-size: 12px;
  color: #999;
  font-style: normal;
  margin: 0 0 0 5px;
  font-weight: lighter;
  letter-spacing: 1px;
}
.public-wrap .bigbox .w1200 .company-about .content {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  letter-spacing: 1px;
}
.public-wrap .bigbox .w1200 .company-about .content p {
  margin: 15px 0;
  text-indent: 2em;
}
.public-wrap .bigbox .w1200 .company-about .content img {
  max-width: 100%;
  margin: 0 auto;
}
.public-wrap .bigbox .w1200 .company-contact .header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #dc121e;
  padding: 0 0 15px 0;
}
.public-wrap .bigbox .w1200 .company-contact .header span {
  font-size: 24px;
  color: #dc121e;
}
.public-wrap .bigbox .w1200 .company-contact .header i {
  font-size: 12px;
  color: #999;
  font-style: normal;
  margin: 0 0 0 5px;
  font-weight: lighter;
  letter-spacing: 1px;
}
.public-wrap .bigbox .w1200 .company-contact .info {
  margin: 20px 0 0 0;
}
.public-wrap .bigbox .w1200 .company-contact .info p {
  line-height: 2;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-wrap .bigbox .w1200 .company-contact .map {
  margin: 20px 0 0 0;
}
.public-wrap .bigbox .w1200 .company-contact .map #mapbox {
  height: 420px;
}
.public-wrap .bigbox .w1200 .company-news .list .col {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 0 25px 0;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #eee;
}
.public-wrap .bigbox .w1200 .company-news .list .col:hover .data {
  background: #dc121e;
}
.public-wrap .bigbox .w1200 .company-news .list .col:hover .data span:first-child {
  color: #fff;
}
.public-wrap .bigbox .w1200 .company-news .list .col:hover .data span:last-child {
  color: #fff;
}
.public-wrap .bigbox .w1200 .company-news .list .col:hover .text h2 a {
  color: #dc121e;
}
.public-wrap .bigbox .w1200 .company-news .list .col .data {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 120px;
  height: 120px;
  background: #f9f9f9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-wrap .bigbox .w1200 .company-news .list .col .data span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-wrap .bigbox .w1200 .company-news .list .col .data span:first-child {
  font-size: 42px;
  font-weight: bold;
}
.public-wrap .bigbox .w1200 .company-news .list .col .data span:last-child {
  font-size: 14px;
  color: #666;
  margin: 5px 0 0 0;
  padding: 5px 0 0 0;
  border-top: 1px solid #ddd;
}
.public-wrap .bigbox .w1200 .company-news .list .col .text {
  width: calc(100% - 145px);
}
.public-wrap .bigbox .w1200 .company-news .list .col .text h2 {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-wrap .bigbox .w1200 .company-news .list .col .text h2 a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-wrap .bigbox .w1200 .company-news .list .col .text p {
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  margin: 10px 0 0 0;
}
.public-wrap .bigbox .w1200 .company-news .list .col .text p.wap {
  display: none;
}
.public-wrap .bigbox .w1200 .company-news .pager {
  padding: 15px 0 0 0;
}
.public-wrap .bigbox .w1200 .company-news .pager .pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.public-wrap .bigbox .w1200 .company-news .pager .pagination li {
  margin: 0 8px 0 0;
}
.public-wrap .bigbox .w1200 .company-news .pager .pagination li:last-child {
  margin: 0;
}
.public-wrap .bigbox .w1200 .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 .bigbox .w1200 .company-news .pager .pagination li span {
  line-height: 32px;
  font-size: 13px;
}
.public-wrap .bigbox .w1200 .company-news .pager .pagination li:hover {
  background: #dc121e;
}
.public-wrap .bigbox .w1200 .company-news .pager .pagination li:hover a {
  color: #fff;
}
.public-wrap .bigbox .w1200 .company-news .pager .pagination .active {
  padding: 0 12px;
  background: #dc121e;
}
.public-wrap .bigbox .w1200 .company-news .pager .pagination .active a,
.public-wrap .bigbox .w1200 .company-news .pager .pagination .active span {
  color: #fff;
}
.public-wrap .bigbox .w1200 .company-news .pager .pagination .disabled {
  padding: 0 12px;
  background: #f1f1f1;
  cursor: not-allowed;
}
.public-wrap .bigbox .w1200 .company-news .pager .pagination .disabled:hover {
  background: #f1f1f1;
}
.public-wrap .bigbox .w1200 .company-news .pager .pagination .disabled:hover a {
  color: #333;
}
.public-wrap .bigbox .w1200 .company-news .header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #dc121e;
  padding: 0 0 15px 0;
}
.public-wrap .bigbox .w1200 .company-news .header span {
  font-size: 24px;
  color: #dc121e;
}
.public-wrap .bigbox .w1200 .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 .bigbox .w1200 .company-news .view {
  margin: 40px 0 0 0;
}
.public-wrap .bigbox .w1200 .company-news .view .title {
  padding: 0 100px;
}
.public-wrap .bigbox .w1200 .company-news .view .title h1 {
  font-size: 24px;
  line-height: 1;
  text-align: center;
  margin: 0 0 20px 0;
}
.public-wrap .bigbox .w1200 .company-news .view .info {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 20px 0 0 0;
}
.public-wrap .bigbox .w1200 .company-news .view .info span {
  font-size: 14px;
  color: #999;
  line-height: 1;
}
.public-wrap .bigbox .w1200 .company-news .view .content {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
  color: #666;
  padding: 20px 10px 0 10px;
}
.public-wrap .bigbox .w1200 .company-news .view .content p {
  margin: 0 0 20px 0;
  text-indent: 2em;
}
.public-wrap .bigbox .w1200 .company-news .view .content img {
  max-width: 100%;
  margin: 0 auto;
}
.public-wrap .bigbox .w1200 .company-news .view .tags {
  margin: 10px 10px 0 10px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.public-wrap .bigbox .w1200 .company-news .view .tags a {
  font-size: 14px;
  margin: 10px 10px 0 0;
  color: #dc121e;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.public-wrap .bigbox .w1200 .company-news .view .tags a i {
  font-size: 14px;
  margin: 0 4px 0 0;
}
.public-wrap .bigbox .w1200 .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 .bigbox .w1200 .company-news .view .flip {
  margin: 20px 10px 0 10px;
}
.public-wrap .bigbox .w1200 .company-news .view .flip p {
  font-size: 15px;
  margin: 0 0 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-wrap .bigbox .w1200 .company-news .view .flip p:last-child {
  margin: 0;
}
.public-wrap .bigbox .w1200 .company-news .view .flip p i {
  font-size: 18px;
  margin: 0 4px 0 0;
  color: #dc121e;
}
.public-wrap .bigbox .w1200 .company-news .view .flip p a {
  color: #333;
}
.public-wrap .bigbox .w1200 .company-news .view .flip p a:hover {
  color: #dc121e;
}
.public-wrap .bigbox .w1200 .company-product .list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.public-wrap .bigbox .w1200 .company-product .list .col {
  width: 281.25px;
  margin: 0 25px 25px 0;
  border: 5px solid #f9f9f9;
  position: relative;
}
.public-wrap .bigbox .w1200 .company-product .list .col:nth-child(4n) {
  margin-right: 0;
}
.public-wrap .bigbox .w1200 .company-product .list .col:hover .image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.public-wrap .bigbox .w1200 .company-product .list .col:hover h2 {
  opacity: 1;
}
.public-wrap .bigbox .w1200 .company-product .list .col .image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.public-wrap .bigbox .w1200 .company-product .list .col .image img {
  max-width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-wrap .bigbox .w1200 .company-product .list .col h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  line-height: 2.6;
  font-size: 16px;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-wrap .bigbox .w1200 .company-product .pager {
  padding: 15px 0 0 0;
}
.public-wrap .bigbox .w1200 .company-product .pager .pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.public-wrap .bigbox .w1200 .company-product .pager .pagination li {
  margin: 0 8px 0 0;
}
.public-wrap .bigbox .w1200 .company-product .pager .pagination li:last-child {
  margin: 0;
}
.public-wrap .bigbox .w1200 .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 .bigbox .w1200 .company-product .pager .pagination li span {
  line-height: 32px;
  font-size: 13px;
}
.public-wrap .bigbox .w1200 .company-product .pager .pagination li:hover {
  background: #dc121e;
}
.public-wrap .bigbox .w1200 .company-product .pager .pagination li:hover a {
  color: #fff;
}
.public-wrap .bigbox .w1200 .company-product .pager .pagination .active {
  padding: 0 12px;
  background: #dc121e;
}
.public-wrap .bigbox .w1200 .company-product .pager .pagination .active a,
.public-wrap .bigbox .w1200 .company-product .pager .pagination .active span {
  color: #fff;
}
.public-wrap .bigbox .w1200 .company-product .pager .pagination .disabled {
  padding: 0 12px;
  background: #f1f1f1;
  cursor: not-allowed;
}
.public-wrap .bigbox .w1200 .company-product .pager .pagination .disabled:hover {
  background: #f1f1f1;
}
.public-wrap .bigbox .w1200 .company-product .pager .pagination .disabled:hover a {
  color: #333;
}
.public-wrap .bigbox .w1200 .company-product .view .describe .header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #dc121e;
  padding: 0 0 15px 0;
}
.public-wrap .bigbox .w1200 .company-product .view .describe .header span {
  font-size: 24px;
  color: #dc121e;
}
.public-wrap .bigbox .w1200 .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 .bigbox .w1200 .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: 25px 0 0 0;
}
.public-wrap .bigbox .w1200 .company-product .view .describe .box .left {
  width: 400px;
  height: 400px;
  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 .bigbox .w1200 .company-product .view .describe .box .left img {
  max-width: 100%;
}
.public-wrap .bigbox .w1200 .company-product .view .describe .box .right {
  width: calc(100% - 440px);
}
.public-wrap .bigbox .w1200 .company-product .view .describe .box .right h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 0 0 10px 0;
}
.public-wrap .bigbox .w1200 .company-product .view .describe .box .right .item {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.public-wrap .bigbox .w1200 .company-product .view .describe .box .right .item p {
  width: 100%;
  margin: 15px 0 0 0;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-wrap .bigbox .w1200 .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 .bigbox .w1200 .company-product .view .describe .box .right .interact .btns {
  display: -webkit-box;
  display: flex;
}
.public-wrap .bigbox .w1200 .company-product .view .describe .box .right .interact .btns button {
  background: #dc121e;
  color: #fff;
  border: none;
  line-height: 2.2;
  font-size: 14px;
  padding: 0 15px;
  margin: 0 10px 0 0;
  cursor: pointer;
}
.public-wrap .bigbox .w1200 .company-product .view .describe .box .right .interact .warn {
  display: -webkit-box;
  display: flex;
  margin: 0 0 0 10px;
}
.public-wrap .bigbox .w1200 .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 .bigbox .w1200 .company-product .view .describe .box .right .interact .warn a:hover {
  color: #dc121e;
}
.public-wrap .bigbox .w1200 .company-product .view .describe .box .right .interact .warn a:hover b {
  display: block;
}
.public-wrap .bigbox .w1200 .company-product .view .describe .box .right .interact .warn a i {
  font-size: 13px;
  line-height: 1;
  margin: 0 3px 0 0;
}
.public-wrap .bigbox .w1200 .company-product .view .describe .box .right .interact .warn a:last-child {
  margin: 0;
}
.public-wrap .bigbox .w1200 .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 .bigbox .w1200 .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 .bigbox .w1200 .company-product .view .details {
  margin: 40px 0 0 0;
}
.public-wrap .bigbox .w1200 .company-product .view .details .header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #dc121e;
  padding: 0 0 15px 0;
}
.public-wrap .bigbox .w1200 .company-product .view .details .header span {
  font-size: 24px;
  color: #dc121e;
}
.public-wrap .bigbox .w1200 .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 .bigbox .w1200 .company-product .view .details .content {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
  color: #666;
  padding: 20px 10px 0 10px;
}
.public-wrap .bigbox .w1200 .company-product .view .details .content p {
  margin: 0 0 20px 0;
  text-indent: 2em;
}
.public-wrap .bigbox .w1200 .company-product .view .details .content img {
  max-width: 100%;
  margin: 0 auto;
}
.public-wrap .bigbox .w1200 .company-product .view .details .flip {
  margin: 20px 0 0 0;
}
.public-wrap .bigbox .w1200 .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 .bigbox .w1200 .company-product .view .details .flip p:last-child {
  margin: 0;
}
.public-wrap .bigbox .w1200 .company-product .view .details .flip p i {
  font-size: 14px;
  margin: 0 4px 0 0;
  color: #dc121e;
}
.public-wrap .bigbox .w1200 .company-product .view .details .flip p a {
  color: #333;
}
.public-wrap .bigbox .w1200 .company-product .view .details .flip p a:hover {
  color: #dc121e;
}
.public-wrap .side {
  padding: 80px 0 40px 0;
  background: #f9f9f9;
}
.public-wrap .side .w1200 {
  display: -webkit-box;
  display: flex;
}
.public-wrap .side .w1200 .information,
.public-wrap .side .w1200 .news,
.public-wrap .side .w1200 .product,
.public-wrap .side .w1200 .message {
  width: 33.33%;
  background: #fff;
  box-shadow: 0 0 6px #eee;
  padding: 40px;
}
.public-wrap .side .w1200 .information .title,
.public-wrap .side .w1200 .news .title,
.public-wrap .side .w1200 .product .title,
.public-wrap .side .w1200 .message .title {
  position: relative;
  text-align: center;
}
.public-wrap .side .w1200 .information .title i,
.public-wrap .side .w1200 .news .title i,
.public-wrap .side .w1200 .product .title i,
.public-wrap .side .w1200 .message .title i {
  position: absolute;
  left: 50%;
  bottom: 34px;
  margin-left: -32px;
  background: #dc121e;
  color: #fff;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  line-height: 64px;
  font-size: 32px;
}
.public-wrap .side .w1200 .information .title span,
.public-wrap .side .w1200 .news .title span,
.public-wrap .side .w1200 .product .title span,
.public-wrap .side .w1200 .message .title span {
  font-size: 20px;
}
.public-wrap .side .w1200 .information .box,
.public-wrap .side .w1200 .news .box,
.public-wrap .side .w1200 .product .box,
.public-wrap .side .w1200 .message .box {
  margin: 30px 0 0 0;
}
.public-wrap .side .w1200 .information .box p {
  font-size: 16px;
  margin: 18px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-wrap .side .w1200 .information .box p:first-child {
  margin: 0;
}
.public-wrap .side .w1200 .news .box h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 0 10px 15px;
  border-bottom: 1px dashed #eee;
  position: relative;
}
.public-wrap .side .w1200 .news .box h2:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  content: "";
  width: 5px;
  height: 5px;
  background: #dc121e;
}
.public-wrap .side .w1200 .news .box h2:nth-child(1):before {
  margin-top: -7px;
}
.public-wrap .side .w1200 .news .box h2 a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-wrap .side .w1200 .news .box h2 a:hover {
  color: #dc121e;
}
.public-wrap .side .w1200 .news .box h2:first-child {
  padding-top: 0;
}
.public-wrap .side .w1200 .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 .side .w1200 .message .box form input {
  width: 100%;
  border: 1px solid #ddd;
  margin: 0 0 20px 0;
  padding: 0 10px;
  font-size: 14px;
  line-height: 34px;
}
.public-wrap .side .w1200 .message .box form textarea {
  width: 100%;
  border: 1px solid #ddd;
  margin: 0 0 20px 0;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.6;
}
.public-wrap .side .w1200 .message .box form button {
  width: 100%;
  background: #dc121e;
  border: none;
  color: #fff;
  line-height: 32px;
  font-size: 14px;
  border-radius: 4px;
}
.public-wrap .side .w1200 .product .box {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.public-wrap .side .w1200 .product .box .col {
  width: calc(50% - 5px);
  background: #f9f9f9;
  margin: 10px 10px 0 0;
}
.public-wrap .side .w1200 .product .box .col:nth-child(2n) {
  margin-right: 0;
}
.public-wrap .side .w1200 .product .box .col:nth-child(1),
.public-wrap .side .w1200 .product .box .col:nth-child(2) {
  margin-top: 0;
}
.public-wrap .side .w1200 .product .box .col:hover .image a img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.public-wrap .side .w1200 .product .box .col .image {
  padding: 5px;
}
.public-wrap .side .w1200 .product .box .col .image a {
  height: 96px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.public-wrap .side .w1200 .product .box .col .image a img {
  max-width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .public-wrap {
    font-size: 12px;
  }
  .public-wrap .bigbox {
    padding: 0;
  }
  .public-wrap .bigbox .w1200 {
    width: 100%;
    padding: 8% 4%;
  }
  .public-wrap .bigbox .w1200 .company-about .header {
    padding: 0 0 10px 0;
  }
  .public-wrap .bigbox .w1200 .company-about .header span {
    font-size: 0.2rem;
  }
  .public-wrap .bigbox .w1200 .company-about .content {
    font-size: 0.15rem;
    line-height: 1.6;
  }
  .public-wrap .bigbox .w1200 .company-contact .header {
    padding: 0 0 10px 0;
  }
  .public-wrap .bigbox .w1200 .company-contact .header span {
    font-size: 0.2rem;
  }
  .public-wrap .bigbox .w1200 .company-contact .info {
    margin: 15px 0 0 0;
  }
  .public-wrap .bigbox .w1200 .company-contact .info p {
    font-size: 0.15rem;
  }
  .public-wrap .bigbox .w1200 .company-news .list .col {
    margin: 0 0 14px 0;
    padding: 0 0 14px 0;
  }
  .public-wrap .bigbox .w1200 .company-news .list .col .data {
    width: 90px;
    height: 90px;
  }
  .public-wrap .bigbox .w1200 .company-news .list .col .data span:first-child {
    font-size: 32px;
  }
  .public-wrap .bigbox .w1200 .company-news .list .col .data span:last-child {
    font-size: 12px;
  }
  .public-wrap .bigbox .w1200 .company-news .list .col .text {
    width: calc(100% - 110px);
  }
  .public-wrap .bigbox .w1200 .company-news .list .col .text h2 {
    font-size: 0.16rem;
  }
  .public-wrap .bigbox .w1200 .company-news .list .col .text p.web {
    display: none;
  }
  .public-wrap .bigbox .w1200 .company-news .list .col .text p.wap {
    display: block;
  }
  .public-wrap .bigbox .w1200 .company-news .pager {
    padding: 0;
  }
  .public-wrap .bigbox .w1200 .company-news .pager .pagination li {
    display: none;
  }
  .public-wrap .bigbox .w1200 .company-news .pager .pagination li.prev,
  .public-wrap .bigbox .w1200 .company-news .pager .pagination li.next {
    display: block;
  }
  .public-wrap .bigbox .w1200 .company-news .header {
    padding: 0 0 10px 0;
  }
  .public-wrap .bigbox .w1200 .company-news .header span {
    font-size: 0.2rem;
  }
  .public-wrap .bigbox .w1200 .company-news .view {
    margin: 25px 0 0 0;
  }
  .public-wrap .bigbox .w1200 .company-news .view .title {
    padding: 0 4%;
  }
  .public-wrap .bigbox .w1200 .company-news .view .title h1 {
    font-size: 0.2rem;
    line-height: 1.6;
  }
  .public-wrap .bigbox .w1200 .company-news .view .info {
    margin: 14px 0 0 0;
  }
  .public-wrap .bigbox .w1200 .company-news .view .info span {
    font-size: 0.12rem;
  }
  .public-wrap .bigbox .w1200 .company-news .view .content {
    font-size: 0.16rem;
    padding: 20px 0 0 0;
  }
  .public-wrap .bigbox .w1200 .company-news .view .tags {
    margin: 10px 0 0 0;
  }
  .public-wrap .bigbox .w1200 .company-news .view .tips {
    margin: 20px 0 0 0;
    font-size: 0.14rem;
  }
  .public-wrap .bigbox .w1200 .company-news .view .flip {
    margin: 20px 0 0 0;
  }
  .public-wrap .bigbox .w1200 .company-news .view .flip p {
    font-size: 0.15rem;
  }
  .public-wrap .bigbox .w1200 .company-product .list .col {
    width: calc(50% - 7px);
    margin: 0 14px 14px 0;
  }
  .public-wrap .bigbox .w1200 .company-product .list .col:nth-child(2n) {
    margin-right: 0;
  }
  .public-wrap .bigbox .w1200 .company-product .list .col .image {
    height: 150px;
  }
  .public-wrap .bigbox .w1200 .company-product .list .col h2 {
    opacity: 1;
    font-size: 0.16rem;
    line-height: 2;
    padding: 0 10px;
  }
  .public-wrap .bigbox .w1200 .company-product .pager {
    padding: 0;
  }
  .public-wrap .bigbox .w1200 .company-product .pager .pagination li {
    display: none;
  }
  .public-wrap .bigbox .w1200 .company-product .pager .pagination li.prev,
  .public-wrap .bigbox .w1200 .company-product .pager .pagination li.next {
    display: block;
  }
  .public-wrap .bigbox .w1200 .company-product .view .describe .header {
    padding: 0 0 10px 0;
  }
  .public-wrap .bigbox .w1200 .company-product .view .describe .header span {
    font-size: 0.2rem;
  }
  .public-wrap .bigbox .w1200 .company-product .view .describe .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin: 20px 0 0 0;
  }
  .public-wrap .bigbox .w1200 .company-product .view .describe .box .left {
    width: 100%;
    height: 320px;
  }
  .public-wrap .bigbox .w1200 .company-product .view .describe .box .right {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .public-wrap .bigbox .w1200 .company-product .view .describe .box .right h1 {
    font-size: 0.2rem;
    padding: 0 0 5px 0;
  }
  .public-wrap .bigbox .w1200 .company-product .view .describe .box .right .item p {
    font-size: 0.14rem;
    margin: 10px 0 0 0;
  }
  .public-wrap .bigbox .w1200 .company-product .view .describe .box .right .interact {
    margin: 15px 0 0 0;
  }
  .public-wrap .bigbox .w1200 .company-product .view .describe .box .right .interact .btns button {
    padding: 0 10px;
  }
  .public-wrap .bigbox .w1200 .company-product .view .describe .box .right .interact .warn {
    margin: 0;
  }
  .public-wrap .bigbox .w1200 .company-product .view .describe .box .right .interact .warn a:first-child {
    display: none;
  }
  .public-wrap .bigbox .w1200 .company-product .view .describe .box .right .tips {
    font-size: 0.12rem;
    margin: 15px 0 0 0;
  }
  .public-wrap .bigbox .w1200 .company-product .view .details {
    margin: 20px 0 0 0;
  }
  .public-wrap .bigbox .w1200 .company-product .view .details .header {
    padding: 0 0 10px 0;
  }
  .public-wrap .bigbox .w1200 .company-product .view .details .header span {
    font-size: 0.2rem;
  }
  .public-wrap .bigbox .w1200 .company-product .view .details .content {
    font-size: 0.16rem;
    padding: 20px 0 0 0;
  }
  .public-wrap .bigbox .w1200 .company-product .view .details .flip p {
    font-size: 0.14rem;
  }
  .public-wrap .side {
    padding: 0;
  }
  .public-wrap .side .w1200 {
    width: 100%;
    padding: 8% 4%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
  .public-wrap .side .w1200 .information,
  .public-wrap .side .w1200 .news,
  .public-wrap .side .w1200 .product,
  .public-wrap .side .w1200 .message {
    width: 100%;
    padding: 20px;
  }
  .public-wrap .side .w1200 .information .title,
  .public-wrap .side .w1200 .news .title,
  .public-wrap .side .w1200 .product .title,
  .public-wrap .side .w1200 .message .title {
    text-align: left;
    border-bottom: 1px solid #dc121e;
    padding: 0 0 10px 0;
  }
  .public-wrap .side .w1200 .information .title i,
  .public-wrap .side .w1200 .news .title i,
  .public-wrap .side .w1200 .product .title i,
  .public-wrap .side .w1200 .message .title i {
    display: none;
  }
  .public-wrap .side .w1200 .information .title span,
  .public-wrap .side .w1200 .news .title span,
  .public-wrap .side .w1200 .product .title span,
  .public-wrap .side .w1200 .message .title span {
    font-size: 0.18rem;
    color: #dc121e;
  }
  .public-wrap .side .w1200 .information .box,
  .public-wrap .side .w1200 .news .box,
  .public-wrap .side .w1200 .product .box,
  .public-wrap .side .w1200 .message .box {
    margin: 15px 0 0 0;
  }
  .public-wrap .side .w1200 .information {
    display: none;
  }
  .public-wrap .side .w1200 .news {
    margin: 20px 0 0 0;
  }
  .public-wrap .side .w1200 .news .box h2 {
    font-size: 0.14rem;
    padding: 10px 0 10px 20px;
  }
  .public-wrap .side .w1200 .news .box h2:before {
    left: 5px;
  }
  .public-wrap .side .w1200 .product {
    margin: 20px 0 0 0;
  }
  .public-wrap .side .w1200 .message {
    margin: 0;
  }
  .public-wrap .side .w1200 .message .box form input {
    margin: 0 0 12px 0;
  }
  .public-wrap .side .w1200 .message .box form textarea {
    margin: 0 0 12px 0;
  }
}
.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: #dc121e;
  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: #dc121e;
}
.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: #dc121e;
  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: #dc121e;
  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: #dc121e;
}
@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: #dc121e;
  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;
}
