@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html,
body {
  width: 100%;
  background: #ffffff;
  font-family: '宋体';
}

html {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: normal;
}

i {
  font-style: normal;
}

b {
  font-weight: normal;
}

input,
button,
textarea,
select {
  vertical-align: middle;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

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;
}

input[type="button"],
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="time"],
input[type="number"],
button,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  background: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666666;
}

@font-face {
  font-family: 'iconfont';
  /* project id 240211 */
  src: url("../font/iconfont.eot");
  src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"), url("../font/iconfont.svg#iconfont") format("svg");
}

@font-face {
  font-family: moren;
  src: url(../font/YouSheBiaoTiHei-2.ttf);
}

@font-face {
  font-family: yingwen;
  src: url(../font/helveticaneueltstd-hvexo.otf);
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 媒体查询 */
@media all and (min-width: 320px) {
  html {
    font-size: 32px;
  }
}

@media all and (min-width: 360px) {
  html {
    font-size: 36px;
  }
}

@media all and (min-width: 375px) {
  html {
    font-size: 37.5px;
  }
}

@media all and (min-width: 384px) {
  html {
    font-size: 38.4px;
  }
}

@media all and (min-width: 412px) {
  html {
    font-size: 41.2px;
  }
}

@media all and (min-width: 414px) {
  html {
    font-size: 41.4px;
  }
}

@media all and (min-width: 480px) {
  html {
    font-size: 48px;
  }
}

@media all and (min-width: 750px) {
  html {
    font-size: 75px;
  }
}

body {
  padding: 0 30px;
  background-color: #dddce4;
}

@media screen and (max-width: 1080px) {
  body {
    padding: 0;
  }
}

.page .pagination {
  text-align: center;
  margin: 40px 0;
}

.page .pagination li {
  display: inline-block;
  margin: 0 6px;
  height: 40px;
  cursor: pointer;
  border: solid 1px #d4d4d4;
}

.page .pagination li a {
  transition: all 0.2s;
}

.page .pagination li a,
.page .pagination li span {
  display: inline-block;
  padding: 0 16px;
  font-size: 15px;
  color: #333;
  line-height: 40px;
  border-radius: 2px;
}

.page .pagination li:hover a {
  background: #37e5c4;
  color: #ffffff;
}

.page .pagination li.active {
  border: solid 1px #37e5c4;
  background: #37e5c4;
}

.page .pagination li.active a {
  color: #ffffff;
}

.page .pagination li.disabled span {
  color: #cccccc;
}

.page .pagination li.disabled:hover span {
  background: transparent;
  color: #cccccc;
}

@media screen and (max-width: 1100px) {
  .page {
    padding: 0.53333rem 0;
  }

  .page .pagination {
    margin: 0;
    text-align: center;
    margin-top: 0.53333rem;
  }

  .page .pagination li {
    display: inline-block;
    margin: 0 0.08rem;
    height: 0.68rem;
    cursor: pointer;
  }

  .page .pagination li a {
    transition: all 0.2s;
  }

  .page .pagination li a,
  .page .pagination li span {
    display: inline-block;
    padding: 0 0.21333rem;
    font-size: 0.21333rem;
    color: #333;
    line-height: 0.66667rem;
    border-radius: 0.02667rem;
  }

  .page .pagination li.active span {
    background: #37e5c4;
    color: #ffffff;
  }

  .page .pagination li.disabled span {
    color: #cccccc;
  }
}

.main {
  padding: 0 230px;
}

.main::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.main .text::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

@media screen and (max-width: 1500px) {
  .main {
    padding: 0 120px;
  }
}

@media screen and (max-width: 1400px) {
  .main {
    padding: 0 110px;
  }
}

@media screen and (max-width: 1300px) {
  .main {
    padding: 0 100px;
  }
}

@media screen and (max-width: 1200px) {
  .main {
    padding: 0 80px;
  }
}

@media screen and (max-width: 1080px) {
  .main {
    width: 92% !important;
    padding: 0;
    margin: 0 auto;
  }
}

.header {
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  z-index: 9999999;
  line-height: 108px;
  background-color: #f3f3f3;
}

.header .main {
  margin: 0 auto;
}

.header .main .left {
  float: left;
  margin-top: 32px;
}

.header .main .left img {
  float: left;
  width: auto;
  height: 45px;
}

.header .main .right {
  float: right;
  color: #ffffff;
}

.header .main .right a {
  float: left;
  font-size: 22px;
  color: #000000;
  margin-left: 80px;
}
.header .main .right div:nth-child(2):hover .item{
  display: block !important;
}

.header .main .right a.active {
  color: #de1f26;
  border-bottom: solid 2px #de1f26;
}

.header .main .right a:hover {
  color: #de1f26;
  border-bottom: solid 2px #de1f26;
}

.header .main span {
  float: right;
  display: none;
  color: #de1f26;
  font-size: 0.48rem;
  line-height: 1.46667rem;
}

@media screen and (max-width: 1080px) {
  .header {
    top: 0;
    left: 0;
    height: 1.46667rem;
    position: fixed;
    background-color: #f3f3f3;
  }

  .header .main {
    padding-top: 0;
    padding-left: 0;
  }

  .header .main .left {
    margin-top: 0.42667rem;
  }

  .header .main .left img {
    height: 0.64rem;
  }

  .header .main span {
    display: block;
  }

  .header .main .right {
    display: none;
  }
}

.headerNav {
  left: 0;
  width: 100%;
  display: none;
  top: 1.46667rem;
  position: fixed;
  z-index: 999999;
  text-align: center;
  height: calc(100% - 1.46667rem);
  background-color: #ffffff;
}

.headerNav a {
  width: 92%;
  float: left;
  margin-left: 4%;
  color: #000000;
  font-size: 0.42667rem;
  line-height: 2.13333rem;
  border-bottom: solid 1px #858585;
}

.headerNav a.active {
  color: #de1f26;
}

.banner {
  width: 100%;
  height: 560px;
  overflow: hidden;
}

.banner .swiper {
  height: 100%;
  position: relative;
}

.banner .swiper .swiper-pagination-bullets {
  bottom: 30px;
}

.banner .swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: .5;
  width: 60px;
  height: 3px;
  border-radius: 0;
  background-color: #ffffff;
}

.banner .swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 60px;
  height: 6px;
  background-color: #ffffff;
}

@media screen and (max-width: 1080px) {
  .banner {
    margin: 0 auto;
    height: 6.13333rem;
    margin-top: 1.46667rem;
  }

  .banner .swiper {
    height: 100%;
    position: relative;
  }

  .banner .swiper .swiper-pagination-bullets {
    bottom: 0.4rem;
  }

  .banner .swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.02667rem;
  }

  .banner .swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.8rem;
    height: 0.08rem;
  }
}

.brief {
  padding: 50px 0;
  background-color: #f3f3f3;
}

.brief .main div::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.brief .main div h4 {
  font-size: 40px;
  color: #000000;
  padding-top: 40px;
}

.brief .main div img {
  float: left;
  width: auto;
  height: 100px;
}

.brief .main p {
  width: 100%;
  font-size: 24px;
  color: #000000;
  padding-top: 20px;
  text-align: center;
  font-family: '微软雅黑';
}

.brief .main h3 {
  font-size: 24px;
  color: #000000;
  text-align: right;
  padding-top: 40px;
}

@media screen and (max-width: 1080px) {
  .brief {
    padding: 0.66667rem 0;
  }

  .brief .main div h4 {
    font-size: 0.58667rem;
    padding-top: 0.61333rem;
  }

  .brief .main div img {
    width: 60%;
    height: auto;
  }

  .brief .main p {
    font-size: 0.37333rem;
    padding-top: 0.26667rem;
    line-height: 0.64rem;
  }

  .brief .main h3 {
    font-size: 0.37333rem;
    padding-top: 0.26667rem;
    text-align: center;
  }
}

.case {
  background-color: #ffffff;
}

.case .main .navTap {
  padding-top: 80px;
  text-align: center;
}

.case .main .navTap a {
  margin: 0 10px;
  padding: 0 30px;
  font-family: '微软雅黑';
  font-size: 18px;
  color: #aaaaaa;
  line-height: 42px;
  display: inline-block;
  border: solid 1px #d4d4d4;
}

.case .main .navTap a.active {
  color: #ffffff;
  border: solid 1px #37e5c4;
  background-color: #37e5c4;
}

.case .main .navTap a:hover {
  color: #ffffff;
  border: solid 1px #37e5c4;
  background-color: #37e5c4;
}

.case .main .title {
  font-size: 36px;
  color: #000000;
  padding-top: 80px;
  text-align: center;
}

.case .main .text a {
  float: left;
  margin-top: 60px;
  margin-left: 60px;
  text-align: center;
  width: calc(33.33% - 40px);
}

.case .main .text a:nth-child(3n+1) {
  margin-left: 0;
}

.case .main .text a dl dt img {
  width: 100%;
  height: auto;
}

.case .main .text a dl dd {
  height: 60px;
  font-size: 18px;
  color: #000000;
  line-height: 60px;
  font-family: '微软雅黑';
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media screen and (max-width: 1080px) {
  .case .main .navTap {
    padding-top: 1.06667rem;
  }

  .case .main .navTap a {
    margin: 0;
    width: 32%;
    padding: 0;
    float: left;
    margin-top: 2%;
    margin-left: 2%;
    font-size: 0.37333rem;
    line-height: 0.69333rem;
  }

  .case .main .navTap a:nth-child(3n+1) {
    margin-left: 0;
  }

  .case .main .title {
    font-size: 0.58667rem;
    padding-top: 1.06667rem;
  }

  .case .main .text a {
    margin-top: 14px;
    margin-left: 14px;
    text-align: center;
    width: calc(50% - 7px);
  }

  .case .main .text a:nth-child(3n+1) {
    margin-left: 14px;
  }

  .case .main .text a:nth-child(2n+1) {
    margin-left: 0;
  }

  .case .main .text a dl dd {
    height: 0.8rem;
    font-size: 0.32rem;
    line-height: 0.8rem;
  }
}

.introduce {
  padding: 70px 0;
  background-color: #ffffff;
}

.introduce .main h3 {
  float: left;
  font-size: 24px;
  color: #000000;
  font-family: '微软雅黑';
}

.introduce .main .left {
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  padding-left: 250px;
}

@media screen and (max-width: 1080px) {
  .introduce {
    padding: 0.8rem 0;
  }

  .introduce .main h3 {
    float: none;
    font-size: 0.42667rem;
    padding-bottom: 0.53333rem;
  }

  .introduce .main .left {
    padding: 0;
    font-size: 0.32rem;
    line-height: 0.64rem;
  }
}

.back {
  width: 100%;
  height: 350px;
}

@media screen and (max-width: 1080px) {
  .back {
    width: 100%;
    height: 4.66667rem;
    margin-top: 1.46667rem;
  }
  .back .main h3{
    padding-top: 60px !important;
    font-size: 14px !important;
  }
  .back .main p{
    font-size: 14px !important;
    padding-top: 30px !important;
  }
}

.news {
  padding: 80px 0;
  background-color: #ffffff;
}

.news .main {
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
}

.news .main .left {
  float: left;
  width: calc(50% + 200px);
}

.news .main .left img {
  width: 100%;
  height: auto;
}

.news .main .right {
  right: 0;
  height: 500px;
  position: absolute;
  width: calc(50% - 250px);
}

.news .main .right div {
  width: 100%;
  height: 200px;
  background-color: red;
}

.news .main .right h3 {
  font-size: 24px;
  color: #000000;
  font-family: '微软雅黑';
  padding-bottom: 60px;
}

.news .main .right p {
  font-size: 18px;
  color: #000000;
  line-height: 26px;
}

@media screen and (max-width: 1500px) {
  .news .main .right {
    right: 120px;
    width: calc(50% - 370px);
  }
}

@media screen and (max-width: 1400px) {
  .news .main .right {
    right: 110px;
    width: calc(50% - 360px);
  }
}

@media screen and (max-width: 1300px) {
  .news .main .right {
    right: 100px;
    width: calc(50% - 350px);
  }
}

@media screen and (max-width: 1200px) {
  .news .main .right {
    right: 80px;
    width: calc(50% - 330px);
  }
}

@media screen and (max-width: 1080px) {
  .news {
    padding: 1.06667rem 0;
  }

  .news .main {
    overflow: hidden;
  }

  .news .main .left {
    float: none;
    width: 100%;
  }

  .news .main .left img {
    width: 100%;
    height: auto;
  }

  .news .main .right {
    right: 0;
    width: 100%;
    height: 100%;
    position: static;
  }

  .news .main .right h3 {
    font-weight: bold;
    padding: 0.53333rem 0;
    font-size: 0.58667rem;
  }

  .news .main .right p {
    font-size: 0.37333rem;
    line-height: 0.64rem;
  }
}

.newsDetail {
  font-family: '宋体';
  padding-bottom: 80px;
  background-color: #ffffff;
}
.newsDetail video{
  width: 100%;
  max-width: 1200px;
}

.newsDetail .main {
  text-align: center;
}

.newsDetail h3 {
  font-size: 24px;
  color: #4c131a;
  font-family: '微软雅黑';
  padding: 60px 0;
  text-align: center;
  margin-bottom: 30px;
  background-color: #f3f3f3;
}

.newsDetail .main p {
  font-size: 18px;
  line-height: 26px;
}

.newsDetail .main img {
  max-width: 100%;
  padding: 30px 0;
}

@media screen and (max-width: 1080px) {
  .newsDetail {
    padding-bottom: 1.06667rem;
    background-color: #ffffff;
  }

  .newsDetail .main {
    text-align: center;
  }

  .newsDetail h3 {
    font-weight: bold;
    padding: 0.53333rem 0;
    font-size: 0.58667rem;
  }

  .newsDetail .main p {
    font-size: 0.37333rem;
    color: #000000;
    line-height: 0.53333rem;
  }

  .newsDetail .main img {
    width: 100%;
    padding: 0.53333rem 0;
  }
}

.about {
  padding-top: 80px;
  background-color: #ffffff;
}

.about .main {
  text-align: center;
}

.about .main h3 {
  font-size: 24px;
  color: #000000;
  font-family: '微软雅黑';
  padding-bottom: 40px;
}

.about .main p {
  font-size: 16px;
  color: #000000;
  line-height: 26px;
}

.about .main .text .item {
  margin-top: 70px;
}

.about .main .text .item:first-child {
  margin-top: 0;
}

.about .main .text .item .items img {
  float: left;
  margin-left: 60px;
  width: calc(50% - 30px);
}

.about .main .text .item .items img:nth-child(1) {
  margin-left: 0;
}

.about .main .text .item .items::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.about .main .text .item p {
  font-size: 18px;
  color: #000000;
  padding-top: 20px;
}

@media screen and (max-width: 1080px) {
  .about {
    padding-top: 1.06667rem;
  }

  .about .main h3 {
    font-size: 0.58667rem;
    padding-bottom: 0.53333rem;
  }

  .about .main p {
    font-size: 0.37333rem;
    line-height: 0.64rem;
  }

  .about .main .text .item {
    margin-top: 0.26667rem;
  }

  .about .main .text .item:first-child {
    margin-top: 0;
  }

  .about .main .text .item .items img {
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 0.26667rem 0;
  }

  .about .main .text .item p {
    font-size: 0.37333rem;
    padding-top: 0.32rem;
  }
}

.backtext {
  padding: 40px 0;
  background-color: #f3f3f3;
}

.backtext .main {
  text-align: center;
}

.backtext .main p {
  font-size: 18px;
  color: #000000;
  line-height: 26px;
}

@media screen and (max-width: 1080px) {
  .backtext {
    padding: 0.8rem 0;
  }

  .backtext .main p {
    font-size: 0.37333rem;
    line-height: 0.64rem;
  }
}

.achieve {
  padding: 80px 0 60px;
  background-color: #ffffff;
}

.achieve .main h3 {
  font-size: 24px;
  color: #000000;
  font-family: '微软雅黑';
  text-align: center;
  padding-bottom: 40px;
}

.achieve .main .text p {
  float: left;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  margin-left: 20px;
  width: calc(20% - 16px);
}

.achieve .main .text p:nth-child(5n+1) {
  margin-left: 0;
}

@media screen and (max-width: 1080px) {
  .achieve {
    padding: 1.06667rem 0 60px;
    background-color: #ffffff;
  }

  .achieve .main h3 {
    font-size: 0.58667rem;
    padding-bottom: 0.53333rem;
  }

  .achieve .main .text p {
    float: left;
    font-size: 0.26667rem;
    color: #000000;
    line-height: 0.64rem;
    margin-top: 0;
    margin-left: 14px;
    width: calc(50% - 7px);
  }

  .achieve .main .text p:nth-child(5n+1) {
    margin-left: 14px;
  }

  .achieve .main .text p:nth-child(2n+1) {
    margin-left: 0;
  }
}

.map {
  height: 600px;
  background-color: #ffffff;
}

.map .main {
  width: 100%;
  height: 100%;
}

.map .main #container {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1080px) {
  .map {
    height: 8rem;
  }

  .map .main {
    width: 92%;
  }
}

.contant {
  text-align: center;
  padding-bottom: 80px;
  background-color: #ffffff;
}

.contant .main h3 {
  padding: 40px 0;
  font-size: 24px;
  color: #000000;
  font-family: '微软雅黑';
}

.contant .main p {
  font-size: 18px;
  color: #000000;
  line-height: 26px;
}

@media screen and (max-width: 1080px) {
  .contant {
    padding-bottom: 1.06667rem;
  }

  .contant .main h3 {
    padding: 0.53333rem 0;
    font-size: 0.58667rem;
  }

  .contant .main p {
    font-size: 0.37333rem;
    line-height: 0.53333rem;
  }
}

.details {
  padding: 80px 0 60px;
  background-color: #ffffff;
}

.details .main .left {
  float: left;
  width: 260px;
  text-align: center;
}

.details .main .left h3 {
  font-size: 24px;
  color: #000000;
  line-height: 200px;
}

.details .main .left .item::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.details .main .left .item a {
  float: left;
  width: 100%;
  height: 100px;
  line-height: 100px;
  border-bottom: solid 1px #858585;
}

.details .main .left .item a:last-child {
  border-bottom: none;
}

.details .main .right {
  float: right;
  padding: 0 60px;
  width: calc(100% - 260px);
}

.details .main .right h3 {
  font-size: 24px;
  color: #000000;
  text-align: center;
  padding-bottom: 15px;
}

.details .main .right .content {
  line-height: 30px;
  font-size: 16px;
  text-align: center;
}

.details .main .right .content img {
  max-width: 100%;
}

.details .main .right img {
  padding: 15px 0;
  display: inline-block;
}

.details .main .right .pageFot {
  line-height: 30px;
  margin-top: 20px;
}

.details .main .right .pageFot a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media screen and (max-width: 1080px) {
  .details {
    padding: 0.8rem 0;
  }

  .details .main .left {
    float: none;
    width: 100%;
  }

  .details .main .left h3 {
    display: none;
  }

  .details .main .left .item:last-child {
    display: none;
  }

  .details .main .left .item a {
    height: 1.33333rem;
    margin-left: 14px;
    line-height: 1.33333rem;
    width: calc(50% - 7px);
  }

  .details .main .left .item a:last-child {
    border-bottom: solid 1px #858585;
  }

  .details .main .left .item a:nth-child(2n+1) {
    margin-left: 0;
  }

  .details .main .right {
    width: 100%;
    float: none;
    padding: 0.8rem 0;
  }

  .details .main .right h3 {
    font-size: 0.58667rem;
    padding-bottom: 0.8rem;
  }

  .details .main .right img {
    width: 100%;
  }
}

.footer {
  display: flex;
  padding: 60px 0;
  align-items: center;
  justify-content: space-between;
  background-color: #f3f3f3;
}

.footer .left {
  float: left;
  width: 33.33%;
  text-align: right;
  padding-right: 80px;
}

.footer .left h3 {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  position: relative;
  padding-bottom: 45px;
  font-family: '微软雅黑';
}

.footer .left h3::before {
  right: 0;
  content: '';
  height: 1px;
  bottom: 32px;
  width: 120px;
  position: absolute;
  background-color: #000000;
}

.footer .left p {
  font-size: 14px;
  color: #000000;
  line-height: 24px;
}

.footer .middle {
  float: left;
  width: 33.33%;
  text-align: center;
  border-left: solid 1px #898989;
  border-right: solid 1px #898989;
}

.footer .middle h3 {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  position: relative;
  padding-bottom: 45px;
  font-family: '微软雅黑';
}

.footer .middle h3::before {
  left: 50%;
  content: '';
  height: 1px;
  bottom: 32px;
  width: 120px;
  position: absolute;
  margin-left: -60px;
  background-color: #000000;
}

.footer .middle p {
  font-size: 14px;
  color: #000000;
  line-height: 24px;
}

.footer .right {
  width: 33.33%;
  text-align: center;
}

.footer .right img {
  margin: 0 30px;
  display: inline-block;
}

@media screen and (max-width: 1250px) {
  .footer .right img {
    margin: 0;
  }
}

@media screen and (max-width: 1080px) {
  .footer {
    display: block;
    padding: 0.8rem 0;
  }

  .footer .left {
    padding: 0;
    width: 100%;
    float: none;
    display: block;
    text-align: center;
  }

  .footer .left h3 {
    font-size: 0.42667rem;
    padding-bottom: 0.8rem;
  }

  .footer .left h3::before {
    left: 50%;
    width: 1.6rem;
    bottom: 0.4rem;
    margin-left: -0.8rem;
  }

  .footer .left p {
    font-size: 0.32rem;
    line-height: 0.53333rem;
  }

  .footer .middle {
    width: 100%;
    float: none;
    border: none;
    text-align: center;
    padding-top: 1.06667rem;
  }

  .footer .middle h3 {
    font-size: 0.42667rem;
    padding-bottom: 0.8rem;
  }

  .footer .middle h3::before {
    left: 50%;
    width: 1.6rem;
    bottom: 0.4rem;
    margin-left: -0.8rem;
  }

  .footer .middle p {
    font-size: 0.32rem;
    line-height: 0.53333rem;
  }

  .footer .right {
    width: 100%;
    float: none;
    text-align: center;
    padding-top: 0.53333rem;
  }

  .footer .right img {
    width: 2.26667rem;
    margin: 0 0.26667rem;
  }
}