
img {
  max-width: 100%;
}
input::-webkit-input-placeholder {
  color: #888888;
}
input:-moz-placeholder {
  color: #888888;
}
input::-moz-placeholder {
  color: #888888;
}
input:-ms-input-placeholder {
  color: #888888;
}
select::-ms-expand {
  display: none;
}
textarea {
  resize: none;
}
input,
textarea,
select {
  margin: 0;
  padding: 0;
  font-size: 12px;
  vertical-align: middle;
}
input:focus,
textarea:focus {
  outline: none;
}
/*删除火狐下按钮默认样式*/
input,
textarea {
  border: none;
  background: none;
  -webkit-appearance: none;
  appearance: none;
}
textarea::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}
.big-img-box {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}
.big-img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: contain;
}
/*about-index*/
.about {
  width: 100%;
}
.about .about-top {
  width: 100%;
  overflow: hidden;
}
.about .about-top .banner {
  position: relative;
  width: 100%;
  z-index: 999;
}
.about .about-top .banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.about .about-top .banner .top-p {
  text-align: center;
  position: fixed;
  top: 68px;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5);
}
.about .about-top .banner .top-p span {
  cursor: pointer;
  padding: 0 30px;
}
.about .about-top .banner a {
  position: absolute;
  bottom: 50px;
  left: 50%;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  box-sizing: border-box;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 999;
  background-size: cover;
}
.about .about-top .banner a.banner-next {
  width: 18px;
  height: 56px;
  border: 0;
  background: url("http://www.miaow.net.cn/assets/static/images/about/mouse.png") no-repeat center center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 0px;
  z-index: 999;
}
.about .about-top .banner img.pc {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.about .about-top .banner .text-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  -moz-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  font-size: 48px;
  line-height: 48px;
  color: #FFFFFF;
  font-weight: 900;
  letter-spacing: 1.24px;
  text-align: center;
}
.about .about-top .banner .text-title.text-title-1 {
  font-size: 14px;
  letter-spacing: 5.83px;
  top: 46%;
  font-weight: normal;
}
.about .about-top .banner .text-title.text-title-2 {
  top: 47%;
  line-height: 36px;
  font-size: 36px;
  z-index: 99;
}
.about .about-top .banner .text-title.text-title-3 {
  top: 52%;
  line-height: 36px;
  font-size: 36px;
}
.about .about-top .banner .text {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  position: absolute;
  top: 65%;
  left: 50%;
  z-index: 999;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about .about-top .banner .banner-text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 999999;
}
.about .about-top .banner .banner-text h3 {
  font-size: 48px;
  line-height: 48px;
  color: #FFFFFF;
  font-weight: 900;
  letter-spacing: 1.24px;
}
.about .about-top .banner .banner-text p {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
}
.about .about-top .banner .banner-partner-text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  z-index: 99;
}
.about .about-top .banner .banner-partner-text h3 {
  font-size: 14px;
  letter-spacing: 5.83px;
  line-height: 21px;
}
.about .about-top .banner .banner-partner-text h4 {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
.about .about-top .banner .banner-partner-text p {
  font-size: 24px;
  line-height: 33px;
  text-align: center;
}
.about .about-top .banner .banner-service-text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  z-index: 100;
}
.about .about-top .banner .banner-service-text span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  letter-spacing: 10px;
  line-height: 25px;
}
.about .about-top .banner .banner-service-text em {
  display: inline-block;
  vertical-align: middle;
  font-size: 48px;
  line-height: 58px;
  font-weight: bold;
  margin-left: 50px;
}
.about .content {
  padding: 30px 0 30px;
}
.about .content .content-text {
  width: 100%;
  height: 190px;
  font-size: 14px;
  color: #4a4a4a;
  line-height: 25px;
  columns: 2;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
.about .content .content-text.content-text:first-child {
  margin: 0 auto;
  float: inherit;
}
.about .content .content-text.content-text ul {
  height: 100%;
  float: left;
}
.about .content .content-text.content-text ul li {
  margin-bottom: 15px;
}
.bottom {
  margin-bottom: 152px;
}
.bottom .home-bottom-list {
  margin: 0 auto;
  width: 1000px;
}
.bottom .home-bottom-list ul li .info p {
  font-weight: 400;
}
.bottom .home-bottom-list ul li .info h4 {
  font-size: 20px;
  font-weight: 400;
}
.bottom .home-bottom-list ul li .last p {
  padding-left: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 24px;
  color: #555555;
  letter-spacing: 10px;
}
.bottom .home-bottom-list ul li .last p.big-text-p {
  margin: 170px 0 0 80px;
  font-size: 68px;
  line-height: 68px;
  padding: 0;
  color: #555555;
  font-weight: 900;
  letter-spacing: 0.67px;
}
.partners .middle {
  margin: 110px auto 200px;
}
.partners .middle .middle-img {
  position: relative;
  width: 622px;
  height: 396px;
  padding-right: 78px;
}
.partners .middle .middle-img:before {
  z-index: -10;
  display: block;
  content: '';
  position: absolute;
  background: #F1F1F1;
  top: 56px;
  left: 50px;
  width: 622px;
  height: 396px;
}
.partners .middle .middle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partners .middle .text {
  width: 400px;
  padding-top: 115px;
}
.partners .middle .text .title {
  font-size: 36px;
  color: #555555;
}
.partners .middle .text .title-detail {
  font-size: 14px;
  color: #555555;
  padding-bottom: 10px;
  border-bottom: 2px solid #4A4A4A;
}
.partners .middle .text .title-txt {
  font-size: 14px;
  color: #555555;
  padding-top: 10px;
  line-height: 22px;
}
.partners .middle-slider {
  position: relative;
  background: #F1F1F1;
  width: 100%;
  box-sizing: content-box;
}
.partners .middle-slider .show {
  margin: 50px 0 0;
  position: absolute;
  width: 730px;
  box-sizing: content-box;
  padding-left: 60px;
  box-sizing: border-box;
  height: 152px;
  left: 50%;
  top: 50px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.partners .middle-slider .show .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  outline: 0;
  width: 44px;
  height: 44px;
  text-indent: -9999px;
  z-index: 9998;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background-size: cover;
}
.partners .middle-slider .show .bx-wrapper .bx-prev {
  left: 20px;
  background: url(http://www.miaow.net.cn/assets/static/images/about/partners/arrow_left.png) no-repeat;
}
.partners .middle-slider .show .bx-wrapper .bx-next {
  right: 20px;
  background: url(http://www.miaow.net.cn/assets/static/images/about/partners/arrow_right.png) no-repeat;
}
.bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  left: -5px;
  background: transparent;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.mt150 {
  margin-top: 150px;
}
.honour .about-top {
  width: 100%;
  overflow: hidden;
}
.honour .about-top .t-main-banner {
  position: relative;
  width: 100%;
}
.honour .about-top .t-main-banner.t-main-banner-honour {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.honour .about-top .t-main-banner.t-main-banner-honour .bx-wrapper {
  width: 100%;
  height: 500px;
}
.honour .about-top .t-main-banner.t-main-banner-honour .t-bxslider {
  width: 100%;
  height: 500px;
  padding-top: 50px;
  box-sizing: border-box;
}
.honour .about-top .t-main-banner.t-main-banner-honour .t-bxslider li {
  width: 100%;
  height: 100%;
}
.honour .about-top .t-main-banner.t-main-banner-honour .t-bxslider li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.honour .about-top .t-main-banner.t-main-banner-honour .t-bxslider li a .honour-slider-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 620px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.honour .about-top .t-main-banner.t-main-banner-honour .t-bxslider li a .honour-slider-text .text-logo {
  position: unset;
  width: 130px;
  object-fit: cover;
  margin: 0 auto;
  padding-top: 40px;
  filter: brightness(0) invert(1);
}
.honour .about-top .t-main-banner.t-main-banner-honour .t-bxslider li a .honour-slider-text .wrap {
  position: relative;
  margin-top: 35px;
}
.honour .about-top .t-main-banner.t-main-banner-honour .t-bxslider li a .honour-slider-text .wrap p {
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0.47px;
  position: static;
  height: auto;
  line-height: 27px;
  background: none;
}
.honour .about-top .t-main-banner.t-main-banner-honour .t-bxslider li a .honour-slider-text .wrap p .text-img {
  width: auto;
  margin: 0 10px;
  display: inline-block;
  position: relative;
  top: -8px;
}
.honour .about-top .t-main-banner.t-main-banner-honour .t-bxslider li a .honour-slider-text .form-people {
  text-align: right;
  margin-top: 30px;
}
.honour .about-top .t-main-banner.t-main-banner-honour .t-bxslider li a .honour-slider-text .form-people span {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  letter-spacing: 0.36px;
  position: relative;
}
.honour .about-top .t-main-banner.t-main-banner-honour .t-bxslider li a .honour-slider-text .form-people span:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  width: 32px;
  height: 2px;
  background: #fff;
  margin-right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.honour .about-top .t-main-banner img {
  display: block;
  width: 100%;
}
.honour .about-top .t-main-banner p {
  text-align: center;
  position: fixed;
  top: 68px;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5);
}
.honour .about-top .t-main-banner p span {
  cursor: pointer;
  padding: 0 30px;
}
.honour .about-top .t-main-banner .bx-controls-direction .bx-prev {
  z-index: 9998;
  width: 45px;
  height: 45px;
  top: 56%;
  left: 6%;
  background: url(http://www.miaow.net.cn/assets/static/images/about/arrow_left.png) no-repeat;
  background-size: cover;
}
.honour .about-top .t-main-banner .bx-controls-direction .bx-next {
  z-index: 9998;
  top: 56%;
  width: 45px;
  height: 45px;
  right: 6%;
  background: url(http://www.miaow.net.cn/assets/static/images/about/arrow_right.png) no-repeat;
  background-size: cover;
}
.honour .content {
  width: 100%;
  background: #f3f3f3;
}
.honour .content .content-body {
  width: 1100px;
  margin: 0 auto;
}
.honour .content .content-body .title {
  width: 100%;
  height: 60px;
  padding-bottom: 70px;
  margin: 0;
  line-height: 60px;
}
.honour .content .content-body .title span {
  display: inline-block;
}
.honour .content .content-body .title .title-span-1 {
  padding-right: 50px;
  font-size: 18px;
  color: #555555;
  letter-spacing: 10px;
}
.honour .content .content-body .title .title-span-2 {
  font-size: 48px;
  color: #555555;
}
.honour .content .content-body .qualification {
  width: 100%;
}
.honour .content .content-body .qualification li {
  width: 535px;
  height: 250px;
  box-sizing: border-box;
  padding: 70px 70px 0 35px;
  margin-bottom: 30px;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.honour .content .content-body .qualification li img {
  display: inline-block;
  width: 160px;
  height: 130px;
  object-fit: contain;
  box-sizing: border-box;
}
.honour .content .content-body .qualification li:nth-child(even) {
  margin-left: 30px;
}
.honour .content .content-body .qualification li p {
  text-indent: 0;
  padding: 0;
  width: 240px;
  font-size: 14px;
  color: #4A4A4A;
  line-height: 22px;
}
.honour .content-2 {
  background: #fff;
  padding-top: 120px;
}
.honour .content-2 .content-body .honour-show {
  text-align: center;
}
.honour .content-2 .content-body .honour-show li {
  cursor: pointer;
  position: relative;
  width: 275px;
  height: 200px;
}
.honour .content-2 .content-body .honour-show li img {
  position: absolute;
  width: 150px;
  object-fit: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  filter: grayscale(100%);
}
.honour .content-2 .content-body .honour-show li img:hover {
  filter: grayscale(0);
  transition: all 0.7s;
}
.service-big .about-top .banner .text {
  top: 49%;
  left: 40%;
}
.service-big .about-top .banner .text-title.text-title-2 {
  top: 48%;
  left: 63%;
  font-size: 42px;
  font-weight: 900;
}
.service-big .content .content-body {
  background: url("http://www.miaow.net.cn/assets/static/images/about/service/bg.png") no-repeat 32% 40px;
}
.service-big .content .content-body .service {
  padding-right: 530px;
  box-sizing: border-box;
}
.service-big .content .content-body .service .service-icon {
  display: block;
  width: 190px;
}
.service-big .content .content-body .service .text {
  width: 340px;
  margin-left: 30px;
}
.service-big .content .content-body .service .text .title {
  text-align: center;
  font-size: 24px;
  color: #4A4A4A;
  letter-spacing: 8px;
  padding: 15px 0;
}
.service-big .content .content-body .service .text .title-detail {
  font-size: 14px;
  color: #4A4A4A;
  line-height: 22px;
}
.service-big .content .content-body .service.service2 {
  padding-right: 0;
  padding-left: 500px;
}
.service-big .content .content-body .service.service2 .text {
  width: 370px;
  margin-left: 0;
  margin-right: 30px;
}
.service-big .content .content-body .service.service2 .text .title-detail {
  text-align: right;
}
.service-big .content .contact-now a {
  display: block;
  text-align: center;
  border: 1px solid rgba(85, 85, 85, 0.4);
  width: 158px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 500;
  color: #555555;
  margin: 150px auto 20px;
}
.service-big .content .contact-now a:hover,
.service-big .content .contact-now a.active {
  background: #4A90E2;
  color: #fff !important;
  border: 1px solid #4A90E3;
}
.contact .contact-top .banner {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
}
.contact .contact-top .banner #map {
  width: 100%;
  height: 550px;
}
.contact .contact-top .banner .banner-text {
  display: block;
  position: absolute;
  z-index: 9;
  bottom: 0;
  width: 100%;
  padding: 20px 0 30px;
  background: rgba(0, 0, 0, 0.4);
}
.contact .contact-top .banner .banner-text ul {
  width: 800px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}
.contact .contact-top .banner .banner-text ul li {
  display: inline-block;
  height: 36px;
  line-height: 34px;
  font-size: 14px;
  letter-spacing: 0.39px;
  margin: 10px 5px 0;
  padding: 0 16px;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #F3F3F3;
}
.contact .contact-top .banner .banner-text ul li a {
  color: #FFFFFF;
}
.contact .contact-top .banner .banner-text ul li:last-child {
  background: #fff;
  border-color: #fff;
}
.contact .contact-top .banner .banner-text ul li:last-child a {
  color: #4A4A4A;
}
.contact .contact-top .banner .banner-text ul li.active,
.contact .contact-top .banner .banner-text ul li:hover {
  background: #4A90E2;
  border-color: #4A90E2;
}
.contact .contact-top .banner .banner-text ul li.active a,
.contact .contact-top .banner .banner-text ul li:hover a {
  color: #fff;
}
.contact .contact-top .banner .banner-text.active {
  position: fixed;
  top: 80px;
  bottom: unset;
}
.contact .contact-top .banner .banner-text.none {
  display: none;
}
.contact .contact-top .banner .banner-text .hot-line {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  padding-top: 20px;
}
.contact .contact-top .banner .banner-text .hot-line a {
  color: #fff;
  border-bottom: 2px solid #fff;
  line-height: 1;
}
.contact .contact-middle {
  width: 1100px;
  margin: 50px auto;
}
.contact .contact-middle .img-left {
  position: relative;
  width: 620px;
  height: 395px;
}
.contact .contact-middle .img-left:before {
  z-index: -10;
  display: block;
  content: '';
  position: absolute;
  background: #F1F1F1;
  top: 56px;
  left: 50px;
  width: 620px;
  height: 395px;
}
.contact .contact-middle .img-left img {
  width: 100%;
  object-fit: cover;
}
.contact .contact-middle .text-right {
  width: 400px;
  margin-left: 80px;
}
.contact .contact-middle .text-right .ul-title {
  font-size: 24px;
  color: #555555;
  padding: 25px 0 12px 0;
  border-bottom: 1px solid #4A4A4A;
}
.contact .contact-middle .contact-now {
  width: 100%;
}
.contact .contact-middle .contact-now a {
  display: block;
  text-align: center;
  border: 1px solid rgba(85, 85, 85, 0.4);
  width: 158px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 500;
  color: #555555;
  margin: 150px auto 20px;
}
.contact .contact-middle .contact-now a:hover {
  background: #4A90E3;
  color: #fff !important;
  border: 1px solid #4A90E3;
}
.pop {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 9998;
  display: none;
  width: 640px;
  height: 100%;
  padding-top: 80px;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.pop #ascrail2000,
.pop #nicescroll-cursors,
.pop #ascrail2000-hr {
  background: transparent !important;
}
.pop .pop-content {
  height: 100vh;
  box-sizing: border-box;
}
.pop .pop-content .pop-box {
  height: 100%;
  padding-top: 40px;
}
.pop .pop-content .top .banner {
  position: relative;
  width: 100%;
  height: 157px;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.pop .pop-content .top .banner img {
  width: 100%;
  height: 157px;
  object-fit: cover;
}
.pop .pop-content .top .banner .text-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.pop .pop-content .top .banner .text-box .text-en {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  line-height: 48px;
}
.pop .pop-content .top .banner .text-box .text {
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 48px;
}
.pop .pop-content .pop-hot {
  display: flex;
  justify-content: space-between;
  margin: 40px;
}
.pop .pop-content .pop-hot .pop-hot-line span {
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  color: #666666;
}
.pop .pop-content .pop-hot .pop-hot-line a {
  display: block;
  width: 80%;
  margin: 20px 0 0;
}
.pop .pop-content .pop-hot .pop-hot-code {
  border-left: 1px solid #eeeeee;
  padding-left: 27px;
}
.pop .pop-content .pop-hot .pop-hot-code .pop-hot-code-item {
  text-align: center;
}
.pop .pop-content .pop-hot .pop-hot-code .pop-hot-code-item img {
  display: block;
}
.pop .pop-content .pop-hot .pop-hot-code .pop-hot-code-item p {
  width: 100px;
  margin: 10px 0 0;
  font-size: 14px;
  text-align: center;
  font-weight: 300;
  color: #999999;
  line-height: 1;
}
.pop .pop-content .text-right {
  margin: 40px;
}
.pop .pop-content .text-right .ul-tit-box {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 20px;
}
.pop .pop-content .text-right .ul-tit-box .ul-title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}
.pop .pop-content .text-right .ul-tit-box .ul-title-en {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 300;
  color: #999999;
  line-height: 1;
}
.pop .pop-content .text-right .group-item {
  width: 100%;
  overflow: hidden;
}
.pop .pop-content .text-right .group-item .item-list {
  margin: 15px 0;
}
.pop .pop-content .text-right .group-item .item-list-top {
  display: flex;
  align-items: center;
}
.pop .pop-content .text-right .group-item .item-list-top .item-list-tit {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
}
.pop .pop-content .text-right .group-item .item-list-desc {
  margin: 0 10px;
  font-size: 16px;
  font-weight: 300;
  color: #666666;
  line-height: 32px;
}
.pop .pop-content .text-right .group-item-prompt {
  margin: 0 10px;
  font-size: 16px;
  font-weight: 300;
  color: #999999;
  line-height: 1;
}
.pop .pop-content .contact-now {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.pop .pop-content .contact-now a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 207px;
  height: 56px;
  margin: 50px auto 60px;
  font-size: 16px;
  font-weight: 300;
  color: #f8f8f8;
  background: #474747;
}
.pop .pop-content form {
  width: 560px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 170px;
}
.pop .pop-content form .form-tit {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
}
.pop .pop-content form .d-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.pop .pop-content form .d-flex .pop-input {
  position: relative;
  display: flex;
  align-items: center;
  width: 268px;
  margin-top: 20px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.pop .pop-content form .d-flex .pop-input .tip {
  display: none;
  position: absolute;
  bottom: 105%;
  left: 10%;
  color: #fff;
  font-size: 16px;
  background: #ee692e;
  padding: 5px 50px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.pop .pop-content form .d-flex .pop-input .tip.tip-2 {
  bottom: 50%;
}
.pop .pop-content form .d-flex .pop-input .tip:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ee692e;
  position: absolute;
  left: 25%;
  top: 97%;
}
.pop .pop-content form .d-flex .pop-input .tip.active {
  display: block;
}
.pop .pop-content form .d-flex .pop-input input {
  width: 100%;
  margin: 0 16px;
  font-size: 16px;
  font-weight: 300;
  color: #999999;
  line-height: 1;
}
.pop .pop-content form .d-flex .pop-input .choose-style {
  width: 100%;
  height: 62px;
  margin-bottom: 15px;
  text-align: center;
}
.pop .pop-content form .d-flex .pop-input .choose-style span {
  display: inline-block;
  width: 105px;
  height: 62px;
  line-height: 62px;
  background: #F3F3F3;
  margin-right: 12px;
  font-size: 18px;
  color: #888888;
  letter-spacing: 0.5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  float: left;
}
.pop .pop-content form .d-flex .pop-input .choose-style span:last-child {
  margin-right: 0;
}
.pop .pop-content form .d-flex .pop-input .choose-style span:hover,
.pop .pop-content form .d-flex .pop-input .choose-style span.active {
  background: #859EBB;
  color: #fff;
}
.pop .pop-content form .d-flex .pop-input label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 105px;
  height: 62px;
  background: #859EBB;
  line-height: 62px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  -webkit-border-top-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -ms-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -ms-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pop .pop-content form .d-flex .pop-input.serviceType {
  font-size: 16px;
  color: #888888;
}
.pop .pop-content form .d-flex .pop-input.serviceType #serviceType {
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  margin: 0 20px;
  height: 54px;
  line-height: 54px;
  background: url(../image/arrow-bottom.png) no-repeat right center;
}
.pop .pop-content form .d-flex .pop-input.serviceType #serviceType.active {
  background: url(../image/arrow-top.png) no-repeat right center;
}
.pop .pop-content form .d-flex .pop-input.serviceType .type-ul {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 54px;
  display: none;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  color: #999999;
  background-color: #FFFFFF;
  border: 1px solid #e5e5e5;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pop .pop-content form .d-flex .pop-input.serviceType .type-ul li {
  display: block;
  padding: 0 8%;
  cursor: pointer;
}
.pop .pop-content form .d-flex .pop-input.serviceType .type-ul li:hover {
  background: #ccc;
}
.pop .pop-content form .contactType {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  font-size: 16px;
  color: #888888;
}
.pop .pop-content form .contactType #contactType {
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  width: 20%;
  margin-left: 20px;
  height: 54px;
  line-height: 54px;
  background: url(../image/arrow-bottom.png) no-repeat right center;
}
.pop .pop-content form .contactType #contactType.active {
  background: url(../image/arrow-top.png) no-repeat right center;
}
.pop .pop-content form .contactType .type-ul {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 54px;
  display: none;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  color: #999999;
  background-color: #FFFFFF;
  border: 1px solid #e5e5e5;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pop .pop-content form .contactType .type-ul li {
  display: block;
  padding: 0 8%;
  cursor: pointer;
}
.pop .pop-content form .contactType .type-ul li:hover {
  background: #ccc;
}
.pop .pop-content form .contactType .chooseLabel {
  margin-left: 18px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.pop .pop-content form .contactType .tip {
  display: none;
  position: absolute;
  bottom: 105%;
  left: 10%;
  color: #fff;
  font-size: 16px;
  background: #ee692e;
  padding: 5px 50px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.pop .pop-content form .contactType .tip.tip-2 {
  bottom: 50%;
}
.pop .pop-content form .contactType .tip:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ee692e;
  position: absolute;
  left: 25%;
  top: 97%;
}
.pop .pop-content form .contactType .tip.active {
  display: block;
}
.pop .pop-content form .sayContent {
  position: relative;
  width: 100%;
  height: 220px;
  margin-top: 20px;
  padding: 15px 20px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
}
.pop .pop-content form .sayContent .textarea {
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 300;
  color: #999999;
  line-height: 1.6;
  box-sizing: border-box;
}
.pop .pop-content form .sayContent .tip {
  display: none;
  position: absolute;
  bottom: 105%;
  left: 10%;
  color: #fff;
  font-size: 16px;
  background: #ee692e;
  padding: 5px 50px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.pop .pop-content form .sayContent .tip.tip-2 {
  bottom: 50%;
}
.pop .pop-content form .sayContent .tip:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ee692e;
  position: absolute;
  left: 25%;
  top: 97%;
}
.pop .pop-content form .sayContent .tip.active {
  display: block;
}
.pop .pop-content form #submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 56px;
  background: #474747;
  margin: 30px auto 0;
  font-size: 16px;
  font-weight: 300;
  color: #f8f8f8;
  line-height: 48px;
  cursor: pointer;
}
.pop .pop-content form .tip-p {
  margin-top: 50px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  color: #999999;
  text-align: center;
}
.pop .pop-content form .icon-close {
  width: 44px;
  margin: 40px auto;
  cursor: pointer;
}
.join .contact-top .banner .banner-text .ul-box {
  margin: 0 auto;
  text-align: center;
}
.join .contact-top .banner .banner-text .ul-box span {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.36px;
  padding-left: 50px;
  float: none;
  vertical-align: bottom;
}
.join .contact-top .banner .banner-text .ul-box ul {
  display: inline-block;
  vertical-align: bottom;
  float: none;
  width: auto;
}
.join .contact-top .banner .banner-text .ul-box ul li:first-child {
  margin-left: 0;
}
.join .contact-top .banner .banner-text .ul-box ul li:last-child {
  background: transparent;
  border-color: #fff;
}
.join .contact-top .banner .banner-text .ul-box ul li:last-child a {
  color: #fff;
}
.join .contact-top .banner .banner-text .ul-box ul li:last-child:hover {
  background: #4A90E2;
  border-color: #4A90E2;
}
.join .join-body {
  width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}
.join .join-body .join-term {
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.39px;
  padding: 45px 0 40px;
}
.join .join-body .join-term .left,
.join .join-body .join-term .right {
  color: #333333;
}
.join .join-body .join-term .left span,
.join .join-body .join-term .right span {
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
  color: #9B9B9B;
  padding-bottom: 3px;
  border-bottom: 5px solid transparent;
}
.join .join-body .join-term .left span:hover,
.join .join-body .join-term .right span:hover,
.join .join-body .join-term .left span.active,
.join .join-body .join-term .right span.active {
  border-bottom: 5px solid #4A90E2;
  color: #4A4A4A;
}
.join .join-body .join-term .left a,
.join .join-body .join-term .right a {
  color: #9B9B9B;
}
.join .join-body .join-term .left a:hover,
.join .join-body .join-term .right a:hover,
.join .join-body .join-term .left a.active,
.join .join-body .join-term .right a.active {
  color: #4a90e2;
}
.join .join-body .join-ul {
  width: 100%;
}
.join .join-body .join-ul li {
  position: relative;
  width: 535px;
  line-height: 50px;
  text-align: center;
  background: #F3F3F3;
  font-size: 14px;
  letter-spacing: 0.47px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-right: 30px;
  margin-bottom: 20px;
  cursor: pointer;
  float: left;
}
.join .join-body .join-ul li:nth-child(even) {
  margin-right: 0;
}
.join .join-body .join-ul li.active {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -ms-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.join .join-body .join-ul li span {
  float: left;
  display: inline-block;
  padding: 0 20px;
}
.join .join-body .join-ul li span.place {
  color: #fff;
  background: #859EBB;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.join .join-body .join-ul li span.advertise {
  color: #fff;
  background: #D8D8D8;
}
.join .join-body .join-ul li span.job-name {
  text-align: left;
  color: #555555;
  padding-left: 80px;
  box-sizing: border-box;
}
.join .join-body .join-ul li i {
  width: 20px;
  height: 50px;
  line-height: 50px;
  color: #555555;
  text-align: center;
  font-size: 18px;
  padding-right: 10px;
  margin-right: 10px;
}
.join .join-body .join-ul li .detail {
  display: none;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
  box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  background: #fff;
  color: #555;
  border: 1px solid transparent;
  border-top: 0;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.join .join-body .join-ul li .detail p {
  padding: 0 40px;
}
.join .join-body .join-ul li .detail .title {
  font-size: 18px;
  padding: 20px 40px;
}
.join .join-body .join-ul li .detail .bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 22px;
  background: #F3F3F3;
  margin: 0;
  margin-top: 50px;
}
.join .join-body .join-ul li .detail.active {
  border-color: #dddddd;
}
/*copyright*/
.copyright {
  width: 100%;
}
.copyright .copyright-content {
  padding-bottom: 100px;
}
.copyright .copyright-content .ntit {
  background: #03b8df;
  height: 315px;
  position: relative;
}
.copyright .copyright-content .ntit .nttext {
  position: relative;
  height: 100%;
}
.copyright .copyright-content .ntit h2 {
  position: absolute;
  bottom: 75px;
  left: 0;
  font-size: 55px;
  float: left;
  font-weight: normal;
  margin-top: 80px;
  display: inline;
  color: #000;
}
.copyright .copyright-content .sitemapline {
  border-bottom: 1px solid #a5a5a5;
  text-align: center;
  margin-top: 65px;
  height: 30px;
}
.copyright .copyright-content .sitemapline span {
  padding: 20px 50px;
  background: #FFF;
  color: #404040;
  font-size: 30px;
}
.copyright .copyright-content p {
  font-size: 14px;
  margin-top: 60px;
  color: #404040;
}
.pc {
  display: block;
}
.mb {
  display: none;
}
.main-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99999999;
  background: #fff;
}
.main-loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*video-pop*/
.video-pop {
  display: none;
  z-index: 9999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-pop .video-pop-mask {
  z-index: 1;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.video-pop .video-box {
  z-index: 1;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
}
.video-pop iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .w1100 {
    width: 100%;
  }
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
  .about .about-top .about-top.mid .banner img {
    height: 15.2rem;
  }
  .about .about-top .banner .banner-select {
    z-index: 99;
    position: fixed;
    top: 50px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
  }
  .about .about-top .banner .banner-select p {
    text-align: center;
    width: 100%;
    font-size: 0.56rem;
    margin: 0 auto;
  }
  .about .about-top .banner .banner-select p i {
    display: inline-block;
    width: 9px;
    height: 12px;
    margin-left: 0.2rem;
    background: url("http://www.miaow.net.cn/assets/static/images/about/mobile/index/arrow-bottom.png") no-repeat center center;
  }
  .about .about-top .banner .banner-select p i.active {
    background-image: url("http://www.miaow.net.cn/assets/static/images/about/mobile/index/arrow-top.png");
  }
  .about .about-top .banner .banner-select ul {
    z-index: 1000;
    display: none;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  .about .about-top .banner .banner-select ul li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.2);
  }
  .about .about-top .banner .banner-select ul li a {
    z-index: 1000;
    position: static;
    left: 0;
    bottom: 0;
    transform: translateX(0);
    display: block;
    height: 30px;
    width: 100% !important;
    color: #fff;
    border: 0;
    font-size: 0.56rem;
    background: transparent;
  }
  .about .about-top .banner .banner-select ul.active {
    display: block;
  }
  .about .about-top .banner img {
    height: 20rem;
    object-fit: cover;
  }
  .about .about-top .banner a {
    width: 1.4rem;
    height: 1.4rem;
    bottom: 1.4rem;
  }
  .about .about-top .banner a.banner-next img {
    bottom: 1.4rem;
  }
  .about .about-top .banner img:last-child {
    width: 2.24rem;
    height: 2.24rem;
  }
  .about .about-top .banner .text-title {
    width: 100%;
    text-align: center;
    font-size: 1.92rem;
    line-height: 1;
    color: #FFFFFF;
  }
  .about .about-top .banner .text-title.text-title-1 {
    font-size: 0.56rem;
    color: #FFFFFF;
    letter-spacing: 0.2332rem;
  }
  .about .about-top .banner .text-title.text-title-2 {
    font-size: 0.96rem;
  }
  .about .about-top .banner .text {
    width: 100%;
    font-weight: 100;
    text-align: center;
    font-size: 0.56rem;
    line-height: 0.8rem;
  }
  .about .about-top .banner .text.about-index-text {
    top: 58%;
  }
  .about .about-top .banner .banner-text h3 {
    font-size: 1.92rem;
    line-height: 1.92rem;
  }
  .about .about-top .banner .banner-text p {
    font-size: 0.56rem;
    line-height: 0.8rem;
  }
  .about .about-top .banner .banner-partner-text h3 {
    font-size: 0.56rem;
    line-height: 0.84rem;
  }
  .about .about-top .banner .banner-partner-text h4 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .about .about-top .banner .banner-partner-text p {
    font-size: 0.8rem;
    line-height: 1.12rem;
  }
  .about .about-top .banner .banner-service-text span {
    display: block;
    font-size: 0.72rem;
    line-height: 1.08rem;
  }
  .about .about-top .banner .banner-service-text em {
    font-size: 1.44rem;
    line-height: 1.76rem;
    margin-left: 0;
    width: 7.84rem;
  }
  .about .content {
    padding: 1.4rem 0.6rem 0.4rem;
    box-sizing: border-box;
  }
  .about .content .content-text {
    margin-left: 0;
    width: 100%;
    font-size: 0.56rem;
    color: #000000;
    line-height: 0.84rem;
    columns: auto;
    height: auto;
  }
  .about .content .content-text p {
    padding-bottom: 0.8rem;
  }
  .about .content .content-text.content-text:first-child {
    padding-left: 0;
  }
  .bottom {
    margin-bottom: 2.28rem;
  }
  .bottom .home-bottom-list {
    margin: 0;
    width: 100%;
  }
  .bottom .home-bottom-list ul {
    width: 100%;
  }
  .bottom .home-bottom-list ul li {
    width: 50%;
    height: 6.72rem;
  }
  .bottom .home-bottom-list ul li .info {
    z-index: 100;
    width: 3.2rem;
    height: 3.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 0;
    margin-left: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    transform: translate();
    visibility: visible;
    opacity: 1;
  }
  .bottom .home-bottom-list ul li .info .text {
    position: relative;
    width: 120%;
    left: 50%;
    margin-top: 0;
    background: none;
  }
  .bottom .home-bottom-list ul li .info .text.mb-text {
    left: 50%;
  }
  .bottom .home-bottom-list ul li .info .text.mb-text2 {
    left: 50%;
  }
  .bottom .home-bottom-list ul li .info p {
    font-size: 0.8rem;
    color: #FFFFFF;
    text-align: center;
    font-weight: 100;
    padding-top: 0.2rem;
  }
  .bottom .home-bottom-list ul li .info p.text-p {
    font-size: 0.64rem;
  }
  .bottom .home-bottom-list ul li .info p.info-honour {
    line-height: 1;
    padding-top: 0;
    text-align: center;
    margin-left: -0.8rem;
  }
  .bottom .home-bottom-list ul li .info p.info-honour + .mb {
    padding-top: 0;
    margin-top: 0;
    line-height: 0;
  }
  .bottom .home-bottom-list ul li .info h4 {
    font-size: 0.56rem;
    color: #FFFFFF;
    letter-spacing: 0.32rem;
    font-weight: 100;
    padding-top: 0.2rem;
  }
  .bottom .home-bottom-list ul li .last img {
    width: 4.8rem;
    height: auto;
    margin: 1.32rem 0 0 1rem;
  }
  .bottom .home-bottom-list ul li .last p {
    padding-left: 1rem;
    padding-top: 0.4rem;
    font-size: 0.4rem;
    letter-spacing: 0.2rem;
  }
  .bottom .home-bottom-list ul li .last p.big-text-p {
    margin: 20px 0 0 20px;
    font-size: 0.96rem;
    line-height: 1.04rem;
  }
  .about.partners {
    width: 100%;
  }
  .about.partners .middle {
    width: 100%;
    margin: 1.4rem 0 0 0;
  }
  .about.partners .middle .middle-img {
    position: relative;
    width: 100%;
    height: 10.4rem;
    padding-right: 0;
  }
  .about.partners .middle .middle-img:before {
    z-index: 0;
    display: block;
    content: '';
    position: absolute;
    background: transparent;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
  }
  .about.partners .middle .middle-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about.partners .middle .text {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .about.partners .middle .text .title {
    font-size: 0.96rem;
  }
  .about.partners .middle .text .title-detail {
    font-size: 0.72rem;
    padding-bottom: 0.48rem;
  }
  .about.partners .middle .text .title-txt {
    font-size: 0.56rem;
    padding: 0.8rem 0 1rem;
  }
  .about.partners .middle.mb-middle {
    margin: 0.6rem 0 0 0;
  }
  .about.partners .middle.mb-middle .title-txt {
    line-height: 1.2;
  }
  .about.partners .middle.mb-middle .title-txt:last-child {
    padding-top: 0;
  }
  .about.partners .swiper-warp {
    width: 100%;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: top;
    background-size: 100% auto;
    box-sizing: border-box;
    padding: 0 0.6rem;
    overflow: hidden;
    position: relative;
    height: 300px;
  }
  .about.partners .swiper-warp .t-swiper {
    position: relative;
    width: 100%;
    height: 5.2rem;
    top: 10rem;
  }
  .about.partners .swiper-warp .t-swiper img {
    object-fit: cover;
    display: block;
  }
  .about.partners .swiper-warp .swiper-button-prev,
  .about.partners .swiper-warp .swiper-button-next {
    top: 62%;
    z-index: 50;
    position: absolute;
    width: 1.32rem;
    height: 1.32rem;
    background-size: cover !important;
  }
  .about.partners .swiper-warp .swiper-button-prev {
    background: url(http://www.miaow.net.cn/assets/static/images/about/partners/arrow_left.png) no-repeat center center;
  }
  .about.partners .swiper-warp .swiper-button-prev.swiper-button-prev-1,
  .about.partners .swiper-warp .swiper-button-prev.swiper-button-prev-2 {
    left: 0.6rem;
  }
  .about.partners .swiper-warp .swiper-button-next {
    background: url(http://www.miaow.net.cn/assets/static/images/about/partners/arrow_right.png) no-repeat center center;
  }
  .about.partners .swiper-warp .swiper-button-next.swiper-button-next-1,
  .about.partners .swiper-warp .swiper-button-next.swiper-button-next-2 {
    right: 0.6rem;
  }
  .partner-mb-bottom {
    margin-top: 3.92rem;
  }
  .honour {
    padding-top: 50px;
  }
  .honour .about-top {
    width: 100%;
    overflow: hidden;
  }
  .honour .about-top .banner-select {
    z-index: 99;
    position: fixed;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
  }
  .honour .about-top .banner-select p {
    text-align: center;
    width: 100%;
    font-size: 0.56rem;
    margin: 0 auto;
  }
  .honour .about-top .banner-select p i {
    display: inline-block;
    width: 9px;
    height: 12px;
    margin-left: 0.2rem;
    background: url("http://www.miaow.net.cn/assets/static/images/about/mobile/index/arrow-bottom.png") no-repeat center center;
  }
  .honour .about-top .banner-select p i.active {
    background-image: url("http://www.miaow.net.cn/assets/static/images/about/mobile/index/arrow-top.png");
  }
  .honour .about-top .banner-select ul {
    z-index: 1000;
    display: none;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  .honour .about-top .banner-select ul li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.2);
  }
  .honour .about-top .banner-select ul li a {
    z-index: 1000;
    position: static;
    left: 0;
    bottom: 0;
    transform: translateX(0);
    display: block;
    height: 30px;
    width: 100% !important;
    color: #fff;
    background: transparent;
  }
  .honour .about-top .banner-select ul.active {
    display: block;
  }
  .honour .about-top .swiper-warp {
    position: relative;
  }
  .honour .about-top .swiper-warp .t-swiper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .honour .about-top .swiper-warp .t-swiper a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
  }
  .honour .about-top .swiper-warp .t-swiper a .honour-slider-text {
    position: relative;
    width: 100%;
    margin: 4rem auto 0;
  }
  .honour .about-top .swiper-warp .t-swiper a .honour-slider-text .text-logo {
    position: unset;
    width: 5.2rem;
    object-fit: cover;
    margin: 0 auto;
    padding-top: 2rem;
    filter: brightness(0) invert(1);
  }
  .honour .about-top .swiper-warp .t-swiper a .honour-slider-text p {
    margin: 0 auto;
    text-align: center;
    background: transparent;
    font-size: 0.56rem;
    color: #FFFFFF;
    line-height: 0.8rem;
    padding-top: 3.6rem;
  }
  .honour .about-top .swiper-warp .t-swiper a .honour-slider-text p.form-people {
    padding-left: 0;
    top: 150%;
    display: inline-block;
    width: auto;
    text-align: right;
    left: unset;
    right: 10%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .honour .about-top .swiper-warp .t-swiper a .honour-slider-text p.form-people:before {
    position: absolute;
    top: 88%;
    left: -41px;
    width: 1.2rem;
    height: 2px;
    content: '';
    display: block;
    background: #fff;
  }
  .honour .about-top .swiper-warp .banner-next {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
    width: 18px;
    height: 56px;
    bottom: 0.8rem;
    background: url(http://www.miaow.net.cn/assets/static/images/about/mouse.png) no-repeat center center;
    z-index: 999;
  }
  .honour .about-top .swiper-warp .swiper-button-next {
    top: 87%;
    right: 0.64rem;
    z-index: 50;
    position: absolute;
    width: 1.32rem;
    height: 1.32rem;
    background: url(http://www.miaow.net.cn/assets/static/images/about/partners/arrow_right.png) no-repeat center center;
    background-size: cover;
  }
  .honour .content {
    width: 100%;
    background: #f3f3f3;
  }
  .honour .content .content-body {
    width: 100%;
  }
  .honour .content .content-body .title {
    width: 100%;
    height: 60px;
    padding-bottom: 1.2rem;
    margin: 0;
    line-height: 1.04rem;
  }
  .honour .content .content-body .title span {
    width: 100%;
    text-align: right;
    display: inline-block;
  }
  .honour .content .content-body .title .title-span-1 {
    float: unset;
    padding-left: 0;
    font-size: 0.72rem;
  }
  .honour .content .content-body .title .title-span-2 {
    float: unset;
    font-size: 0.96rem;
  }
  .honour .content .content-body .qualification {
    width: 100%;
    margin-bottom: 2rem;
  }
  .honour .content .content-body .qualification li {
    text-align: center !important;
    width: 100%;
    padding: 1.2rem 1.28rem 1.8rem;
    margin-bottom: 0.8rem;
    height: auto;
  }
  .honour .content .content-body .qualification li img {
    display: inline-block;
    width: 6.4rem;
    height: 4rem;
    float: unset;
    padding-top: 0;
    padding-bottom: 0.4rem;
  }
  .honour .content .content-body .qualification li:nth-child(even) {
    margin-left: 0px;
  }
  .honour .content .content-body .qualification li p {
    text-indent: 0;
    padding: 0;
    width: 100%;
    font-size: 14px;
    color: #4A4A4A;
  }
  .honour .content-2 {
    background: #fff;
    padding-top: 2.4rem;
  }
  .honour .content-2 .content-body .title .title-span-1 {
    padding-left: 0;
  }
  .honour .content-2 .content-body .honour-show {
    padding-bottom: 2rem;
    text-align: center;
  }
  .honour .content-2 .content-body .honour-show li {
    position: relative;
    width: 50%;
    height: 4.4rem;
  }
  .honour .content-2 .content-body .honour-show li img {
    position: absolute;
    width: 4.8rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .service-big {
    padding: 0;
  }
  .service-big .about-top .banner .text {
    top: 50%;
    left: 50%;
  }
  .service-big .about-top .banner .text-title.text-title-2 {
    top: 60%;
    font-size: 1.44rem;
    left: 50%;
  }
  .service-big .content {
    padding-top: 0;
    width: 100%;
  }
  .service-big .content .content-body {
    width: 100%;
    padding-bottom: 4rem;
    box-sizing: border-box;
    background: url("http://www.miaow.net.cn/assets/static/images/about/service/bg2.png") no-repeat center 110px;
    background-size: cover;
  }
  .service-big .content .content-body .service {
    width: 100%;
    padding-top: 4rem;
    padding-right: 0;
  }
  .service-big .content .content-body .service .service-icon {
    display: block;
    width: 2.8rem;
    padding-top: 3.6rem;
    padding-left: 0.4rem;
  }
  .service-big .content .content-body .service .text {
    float: right;
    width: 9.6rem;
    margin-left: 0;
  }
  .service-big .content .content-body .service .text .title {
    position: relative;
    left: -20%;
    width: 100%;
    text-align: center;
    font-size: 0.96rem;
    color: #4A4A4A;
    letter-spacing: 8px;
    padding: 15px 0;
  }
  .service-big .content .content-body .service .text .title-detail {
    font-size: 0.56rem;
    color: #4A4A4A;
    line-height: 21px;
  }
  .service-big .content .content-body .service.service2 {
    padding-top: 4rem;
    padding-right: 0;
    padding-left: 0;
  }
  .service-big .content .content-body .service.service2 .text {
    width: 240px;
    margin-left: 0;
    margin-right: 0;
  }
  .service-big .content .content-body .service.service2 .text .title {
    right: -20%;
    left: unset;
  }
  .service-big .content .content-body .service.service2 .text .title-detail {
    text-align: left;
  }
  .service-big .content .contact-now a {
    width: 3.6rem;
    height: 1.44rem;
    line-height: 1.44rem;
    font-size: 0.48rem;
    margin: 2rem auto 0.8rem;
  }
  .contact .contact-top .banner {
    height: 24rem;
    background: url("../image/joinUs.png") no-repeat;
    background-size: cover;
  }
  .contact .contact-top .banner #map {
    height: 100%;
  }
  .contact .contact-top .banner .banner-text {
    display: block;
    background: rgba(0, 0, 0, 0.4);
  }
  .contact .contact-top .banner .banner-text ul {
    width: 100%;
    padding: 0.64rem;
    box-sizing: border-box;
  }
  .contact .contact-top .banner .banner-text ul li {
    float: left;
    height: 1.44rem;
    line-height: 1.36rem;
    font-size: 0.56rem;
    margin: 0.28rem 0.16rem;
    padding: 0 0.56rem;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #F3F3F3;
  }
  .contact .contact-top .banner .banner-text ul li a {
    color: #FFFFFF;
  }
  .contact .contact-top .banner .banner-text ul li:first-child {
    margin-left: 7px;
  }
  .contact .contact-top .banner .banner-text .hot-line {
    font-size: 0.6rem;
    padding-top: 0;
  }
  .contact .contact-top .banner .banner-text.active {
    position: fixed;
    top: 50px;
    bottom: unset;
  }
  .contact .contact-top .banner .banner-text.none {
    display: none;
  }
  .contact .contact-middle {
    width: 100%;
    margin: 1.72rem auto 0.68rem;
    overflow: hidden;
  }
  .contact .contact-middle .img-left {
    position: relative;
    width: 100%;
    height: 10.4rem;
    padding: 0.6rem;
    box-sizing: border-box;
  }
  .contact .contact-middle .img-left:before {
    top: 2rem;
    left: 2rem;
    width: 100%;
    height: 8rem;
  }
  .contact .contact-middle .img-left img {
    width: 100%;
    object-fit: cover;
  }
  .contact .contact-middle .text-right {
    width: 100%;
    padding: 0.6rem;
    box-sizing: border-box;
    margin-left: 0;
  }
  .contact .contact-middle .text-right .ul-title {
    font-size: 24px;
    color: #555555;
    padding: 25px 0 12px 0;
    border-bottom: 1px solid #4A4A4A;
  }
  .contact .contact-middle .contact-now {
    width: 100%;
  }
  .contact .contact-middle .contact-now a {
    display: block;
    text-align: center;
    border: 1px solid rgba(85, 85, 85, 0.4);
    width: 3.6rem;
    height: 1.44rem;
    line-height: 1.44rem;
    font-size: 0.56rem;
    color: #4A4A4A;
    margin: 4rem auto 2.8rem;
  }
  .contact .contact-middle .contact-now a:hover {
    background: #4A90E3;
    color: #fff !important;
    border: 1px solid #4A90E3;
  }
  .pop {
    width: 100%;
    background: transparent;
    padding: 0;
  }
  .pop .pop-content {
    width: 100%;
    padding-bottom: 0;
    box-sizing: border-box;
    position: relative;
  }
  .pop .pop-content .closed {
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
    z-index: 9;
    font-size: 0.8rem;
    color: #333;
  }
  .pop .pop-content .pop-box {
    margin-top: 2rem;
    padding: 0;
  }
  .pop .pop-content .top .banner {
    width: 100%;
    height: 8.4rem;
  }
  .pop .pop-content .top .banner img {
    height: 100%;
  }
  .pop .pop-content .top .banner .text-en {
    top: 3.2rem;
    font-size: 1.44rem;
    line-height: 1.44rem;
  }
  .pop .pop-content .top .banner .text {
    top: 5.4rem;
    font-size: 0.64rem;
    line-height: 1.12rem;
  }
  .pop .pop-content .pop-hot {
    width: 100%;
  }
  .pop .pop-content .pop-hot .pop-hot-line {
    width: 100%;
    font-size: 0.56rem;
    padding-top: 1.2rem;
  }
  .pop .pop-content .pop-hot .pop-hot-line a {
    margin-top: 0.4rem;
    font-size: 1.04rem;
    border-bottom: 2px solid #fff;
  }
  .pop .pop-content .pop-hot .pop-hot-code {
    padding: 0.8rem 0 0.4rem;
  }
  .pop .pop-content .pop-hot .pop-hot-code .pop-hot-code-item img {
    width: 2.8rem;
  }
  .pop .pop-content .pop-hot .pop-hot-code .pop-hot-code-item p {
    font-size: 0.56rem;
    padding-top: 0.4rem;
  }
  .pop .pop-content .text-right {
    width: 100%;
    padding: 0 0.6rem;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .pop .pop-content .text-right .ul-title {
    font-size: 0.96rem;
    color: #555555;
    padding: 1rem 0 0.48rem 0;
    border-bottom: 1px solid #4A4A4A;
  }
  .pop .pop-content .contact-now {
    width: 100%;
  }
  .pop .pop-content .contact-now a {
    width: 6.32rem;
    height: 1.92rem;
    line-height: 1.92rem;
    font-size: 0.48rem;
  }
  .pop .pop-content form {
    width: 100%;
    padding: 0 0.6rem;
    padding-bottom: 4rem;
    box-sizing: border-box;
  }
  .pop .pop-content form .pop-input {
    position: relative;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .pop .pop-content form .pop-input.active,
  .pop .pop-content form .pop-input input.active {
    border-color: #ee692e;
  }
  .pop .pop-content form .pop-input .tip {
    display: none;
    position: absolute;
    bottom: 105%;
    left: 10%;
    color: #fff;
    font-size: 0.48rem;
    background: #ee692e;
    padding: 5 25rem 30 25rem;
    -webkit-border-radius: 15 25rem;
    -moz-border-radius: 15 25rem;
    -ms-border-radius: 15 25rem;
    border-radius: 15 25rem;
  }
  .pop .pop-content form .pop-input .tip.tip-2 {
    bottom: 50%;
  }
  .pop .pop-content form .pop-input .tip:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ee692e;
    position: absolute;
    left: 25%;
    top: 97%;
  }
  .pop .pop-content form .pop-input .tip.active {
    display: block;
  }
  .pop .pop-content form .pop-input input {
    width: 100%;
    height: 1.48rem;
    padding-left: 1.04rem;
    font-size: 0.48rem;
  }
  .pop .pop-content form .pop-input .choose-style {
    width: 100%;
    height: 1.48rem;
    margin-bottom: 0.4rem;
  }
  .pop .pop-content form .pop-input .choose-style span {
    width: 3.12rem;
    height: 1.48rem;
    line-height: 1.48rem;
    background: #F3F3F3;
    margin-right: 0.4rem;
    font-size: 0.48rem;
  }
  .pop .pop-content form .pop-input label {
    width: 3.12rem;
    height: 1.48rem;
    line-height: 1.48rem;
    font-size: 0.48rem;
  }
  .pop .pop-content form .pop-input #contactStyle {
    padding-left: 120px;
  }
  .pop .pop-content form .pop-input.serviceType {
    width: 100%;
    height: 1.48rem;
    font-size: 0.48rem;
  }
  .pop .pop-content form .pop-input.serviceType #serviceType {
    width: 4rem;
    height: 1.4rem;
    line-height: 1.4rem;
  }
  .pop .pop-content form .pop-input.serviceType .type-ul {
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 1.44rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
    width: 4rem;
    margin: 0 auto;
    line-height: 40px;
    background: #bbb;
    color: #fff;
  }
  .pop .pop-content form .pop-input.serviceType .type-ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
  }
  .pop .pop-content form .pop-input.serviceType .type-ul li:hover {
    background: #ccc;
  }
  .pop .pop-content form .pop-input #sayContent {
    height: 5.12rem;
    padding-top: 0.76rem;
    font-size: 0.48rem;
  }
  .pop .pop-content form #submit {
    width: 100%;
    height: 1.48rem;
    font-size: 0.48rem;
  }
  .pop .pop-content form .tip-p {
    margin-top: 0.72rem;
    font-size: 0.48rem;
  }
  .join .contact-top .banner {
    height: 24rem;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    overflow: unset;
  }
  .join .contact-top .banner > img {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    height: 24rem;
  }
  .join .contact-top .banner .banner-text {
    height: unset;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    bottom: 2rem;
  }
  .join .contact-top .banner .banner-text .ul-box {
    width: 100%;
  }
  .join .contact-top .banner .banner-text .ul-box ul {
    width: 100%;
    padding-bottom: 0;
  }
  .join .contact-top .banner .banner-text .ul-box ul li {
    height: 1.4rem;
    line-height: 1.4rem;
  }
  .join .contact-top .banner .banner-text .ul-box ul li:first-child {
    margin: 0.28rem 0.16rem;
  }
  .join .contact-top .banner .banner-text .ul-box ul li:last-child {
    background: transparent;
    margin: 0.28rem 0.16rem;
  }
  .join .contact-top .banner .banner-text .ul-box ul li:last-child a {
    color: #fff;
  }
  .join .contact-top .banner .banner-text .ul-box ul li:last-child.active {
    background: #4A90E2;
    border-color: #4A90E2;
  }
  .join .contact-top .banner .banner-text .ul-box:last-child ul {
    padding-top: 0;
  }
  .join .contact-top .banner .join-choose {
    z-index: 999;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    font-size: 0.48rem;
    color: #FFFFFF;
    letter-spacing: 0.33px;
    text-align: center;
  }
  .join .contact-top .banner .join-choose .join-choose-box {
    position: relative;
    height: 2rem;
    width: 33.333%;
    float: left;
    text-align: center;
  }
  .join .contact-top .banner .join-choose .join-choose-box span,
  .join .contact-top .banner .join-choose .join-choose-box p {
    display: block;
    height: 2rem;
    line-height: 2rem;
    margin: 0;
    box-sizing: border-box;
  }
  .join .contact-top .banner .join-choose .join-choose-box span span,
  .join .contact-top .banner .join-choose .join-choose-box p span {
    display: inline-block;
    padding: 0;
  }
  .join .contact-top .banner .join-choose .join-choose-box span span a,
  .join .contact-top .banner .join-choose .join-choose-box p span a {
    color: rgba(255, 255, 255, 0.5);
  }
  .join .contact-top .banner .join-choose .join-choose-box span span a.active,
  .join .contact-top .banner .join-choose .join-choose-box p span a.active {
    color: #fff;
  }
  .join .contact-top .banner .join-choose .join-choose-box span i,
  .join .contact-top .banner .join-choose .join-choose-box p i {
    width: 18%;
    box-sizing: border-box;
    text-align: left;
  }
  .join .contact-top .banner .join-choose .join-choose-box p {
    width: 70%;
    text-align: right;
  }
  .join .contact-top .banner .join-choose .join-choose-box i {
    padding-left: 0.2rem;
    height: 2rem;
    line-height: 2rem;
  }
  .join .contact-top .banner .join-choose .join-choose-box ul {
    z-index: 200;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 0.48rem;
    line-height: 1.6rem;
    width: 100%;
    top: 2rem;
    left: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .join .contact-top .banner .join-choose .join-choose-box ul li span {
    text-align: center;
    width: 100%;
    height: 1.6rem;
    line-height: 1.6rem;
    padding: 0;
  }
  .join .contact-top .banner .join-choose .join-choose-box ul li i {
    font-style: normal;
  }
  .join .contact-top .banner .join-choose .join-choose-box ul.time-ul.active {
    height: 4.8rem;
  }
  .join .contact-top .banner .join-choose .join-choose-box ul.active {
    height: 3.2rem;
  }
  .join .contact-top .banner .join-choose.active {
    position: fixed;
    top: 50px;
    left: 0;
    bottom: unset;
  }
  .join .contact-top .banner.active {
    height: 2rem;
  }
  .join .contact-top .banner.active > img {
    height: 0;
  }
  .join .contact-top .banner.active .banner-text {
    display: none;
  }
  .join .join-body {
    width: 100%;
    padding: 1.8rem 0.6rem 0;
    box-sizing: border-box;
  }
  .join .join-body .join-ul {
    width: 100%;
  }
  .join .join-body .join-ul li {
    width: 100%;
    line-height: 1.68rem;
    font-size: 12 25rem;
    letter-spacing: 0.47px;
    margin-right: 30 25rem;
    margin-bottom: 20 25rem;
  }
  .join .join-body .join-ul li span {
    float: left;
    display: inline-block;
    font-size: 0.48rem;
  }
  .join .join-body .join-ul li span.job-name {
    padding-left: 1.6rem;
    padding-right: 0;
    font-size: 14 25rem;
  }
  .join .join-body .join-ul li i {
    width: 0.4rem;
    height: 1.68rem;
    line-height: 1.68rem;
    font-size: 0.56rem;
    margin-right: 0.4rem;
  }
  .join .join-body .join-ul li .detail {
    width: 100%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
    top: 0;
    left: 0;
    overflow: hidden;
    font-size: 0.56rem;
    line-height: 20px;
    background: #fff;
    z-index: 1000;
    border: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .join .join-body .join-ul li .detail p {
    z-index: 9999;
    padding: 0 0.4rem;
  }
  .join .join-body .join-ul li .detail .title {
    font-size: 0.56rem;
    padding: 0.4rem 0.8rem;
  }
  .join .join-body .join-ul li .detail .bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 22px;
    background: #F3F3F3;
    margin: 0;
    margin-top: 50px;
  }
  .join .join-body .join-ul li .detail.active {
    height: 14rem;
  }
  .join .join-body.active {
    padding-top: 2.8rem;
  }
  /*video-pop*/
  .video-pop .video-box {
    z-index: 1;
    position: absolute;
    top: 25%;
    left: 0%;
    width: 100%;
    height: 50%;
  }
  .video-pop iframe {
    width: 100%;
    height: 100%;
  }
  /*copyright*/
  .copyright {
    width: 100%;
  }
  .copyright .w1100 {
    width: 90% !important;
  }
  .copyright .copyright-content {
    padding-bottom: 2.4rem;
  }
  .copyright .copyright-content .ntit {
    height: 7.2rem;
  }
  .copyright .copyright-content .ntit h2 {
    bottom: 1.6rem;
    font-size: 1.2rem;
  }
  .copyright .copyright-content .sitemapline {
    margin-top: 1.6rem;
    height: 0.72rem;
  }
  .copyright .copyright-content .sitemapline span {
    padding: 0.8rem 0.8rem;
    font-size: 0.72rem;
  }
  .copyright .copyright-content p {
    font-size: 0.56rem;
    margin-top: 2.4rem;
    color: #404040;
  }
}
@media screen and (max-width: 320px) {
  .pop .pop-content .text-right ul li:nth-child(2) {
    height: 160px;
  }
  .service-big .content .content-body .service.service2 .text .title {
    right: unset;
    left: unset;
  }
  .service-big {
    padding: 0;
  }
  .service-big .about-top .banner .text {
    top: 50%;
    left: 50%;
  }
  .service-big .about-top .banner .text-title.text-title-2 {
    top: 60%;
    font-size: 1.44rem;
    left: 50%;
  }
  .service-big .content {
    padding-top: 0;
    width: 100%;
  }
  .service-big .content .content-body {
    width: 100%;
    padding-bottom: 4rem;
    box-sizing: border-box;
    background: url("http://www.miaow.net.cn/assets/static/images/about/service/bg2.png") no-repeat center 110px;
    background-size: cover;
  }
  .service-big .content .content-body .service {
    width: 100%;
    padding: 2rem 0 2rem;
    padding-right: 0;
  }
  .service-big .content .content-body .service .service-icon {
    display: block;
    width: 2.8rem;
    padding-top: 3.6rem;
    padding-left: 0.4rem;
  }
  .service-big .content .content-body .service .text {
    float: right;
    width: 9.2rem;
    margin-left: 0;
  }
  .service-big .content .content-body .service .text .title {
    position: relative;
    left: -20%;
    width: 100%;
    text-align: center;
    font-size: 0.96rem;
    color: #4A4A4A;
    letter-spacing: 8px;
    padding: 15px 0;
  }
  .service-big .content .content-body .service .text .title-detail {
    font-size: 0.56rem;
    color: #4A4A4A;
    line-height: 21px;
  }
  .service-big .content .content-body .service.service2 {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .service-big .content .content-body .service.service2 .text {
    width: 9.2rem;
    margin-left: 0;
    margin-right: 0;
  }
  .service-big .content .content-body .service.service2 .text .title {
    right: -20%;
    left: unset;
  }
  .service-big .content .content-body .service.service2 .text .title-detail {
    text-align: left;
  }
  .service-big .content .contact-now a {
    width: 3.6rem;
    height: 1.44rem;
    line-height: 1.44rem;
    font-size: 0.48rem;
    margin: 2rem auto 0.8rem;
  }
}
