@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: 'PingFang SC Regular','arial',"Microsoft Yahei","Hiragino Sans GB",
 "Helvetica Neue",Helvetica,tahoma,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";
}

html {
  height: 100%;
}

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

i {
  font-style: 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;
}

img {
  border: none;
  display: block;
  width: 100%;
  max-width: 100%;
}

.main {
  width: 92%;
  height: 100%;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

@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");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -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;
  }
}

* {
  font-family: "苹方";
  outline: 0;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 1.17333rem;
  box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 99999;
}

.header .main {
  width: 9.2rem;
}

.header .main .logo {
  margin-top: 0.15333rem;
  float: left;
}

.header .main .logo img {
  width: auto;
  height: 0.858667rem;
}

.header .main span {
  float: right;
  margin-top: 0.42667rem;
  color: #1d1d1d;
  font-size: 0.34667rem;
}

.headerNav {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  display: none;
  background-color: #fff;
  top: 1.17333rem;
}

.headerNav ul {
  top: 0.8rem;
  width: 92%;
  height: 100%;
  margin: 0 auto;
}

.headerNav ul li {
  width: 100%;
  height: 1.33333rem;
  border-bottom: 1px solid #cccccc;
}

.headerNav ul li:nth-child(1) {
  margin-top: 0.53333rem;
}

.headerNav ul li a {
  line-height: 1.33333rem;
}

.headerNav ul li.active a {
  color: #008fd6;
}

.section {
  margin-top: 1.17333rem;
  overflow: auto;
}

.section .back {
  width: 100%;
  height: 4.8rem;
}

.section .banner {
  width: 100%;
  height: 6.66667rem;
}

.section .banner .swiper-container {
  width: 100%;
  height: 6.66667rem;
}

.section .banner .swiper-container .swiper-wrapper {
  width: 100%;
  height: 6.66667rem;
}

.section .banner .swiper-container .swiper-wrapper .swiper-slide {
  height: 6.66667rem;
  width: 100%;
}

.section .banner .swiper-container .swiper-pagination {
  position: absolute;
  text-align: center;
}

.section .banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.08rem;
  background-color: #fff;
  opacity: 1;
  border-radius: 0;
}

.section .banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.4rem;
  height: 0.08rem;
  background-color: #ff4229;
}

.section .service {
  width: 9.2rem;
  margin: 0 auto;
  height: 100%;
}

.section .service .title {
  display: flex;
  margin: 0 auto;
  width: 9.2rem;
  height: 2.77333rem;
  justify-content: space-around;
  align-items: center;
}

.section .service .title dl {
  text-align: center;
}

.section .service .title dl dt {
  color: #1d1d1d;
  font-weight: bold;
  font-size: 0.48rem;
}

.section .service .title dl dd {
  color: #999999;
  font-size: 0.26667rem;
}

.section .service .text {
  padding: 0 0 1.06667rem 0;
}

.section .service .text ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section .service .text ul li {
  width: 4.37333rem;
  height: 3.46667rem;
  margin-top: 30px;
  border: solid 1px #cccccc;
}

.section .service .text ul li:nth-child(1) {
  margin-top: 0;
}

.section .service .text ul li:nth-child(2) {
  margin-top: 0;
}

.section .service .text ul li dl {
  text-align: center;
  margin-top: 0.66667rem;
}

.section .service .text ul li dl dt span {
  color: #000000;
  font-size: 1.01333rem;
}

.section .service .text ul li dl dd p {
  color: #1d1d1d;
  font-weight: bold;
  font-size: 0.37333rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.section .service .text ul li dl dd span {
  color: #999999;
  font-size: 0.26667rem;
}

.section .products {
  height: 100%;
  margin: 0 auto;
  background-color: #f5f5f5;
  padding: 0.58667rem 0 1.06667rem 0;
}

.section .products .title {
  display: flex;
  margin: 0 auto;
  width: 9.2rem;
  height: 1.84rem;
  align-items: center;
  justify-content: space-around;
}

.section .products .title dl {
  text-align: center;
}

.section .products .title dl dt {
  color: #1d1d1d;
  font-weight: bold;
  font-size: 0.48rem;
}

.section .products .title dl dd {
  color: #999999;
  font-size: 0.26667rem;
}

.section .products .nav {
  height: 0.69333rem;
  width: 9.2rem;
  margin: 0 auto;
  text-align: center;
}

.section .products .nav span {
  display: inline-block;
  padding: 0 0.26667rem;
  height: 0.69333rem;
  border: solid 1px #cccccc;
  font-size: 0.21333rem;
  text-align: center;
  line-height: 0.69333rem;
  cursor: pointer;
  color: #777777;
}

.section .products .nav span.active {
  background-color: #ff7327;
}

.section .products .nav span.active a {
  color: #fff;
}

.section .products .text {
  width: 9.2rem;
  margin: 0 auto;
  margin-top: 0.8rem;
}

.section .products .text ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section .products .text ul li {
  width: 4.4rem;
  height: 5.36rem;
}

.section .products .text ul li dl {
  text-align: center;
}

.section .products .text ul li dl dt {
  width: 4.4rem;
  height: 4.4rem;
}

.section .products .text ul li dl dt img {
  width: 4.4rem;
  height: 4.4rem;
}

.section .products .text ul li dl dd {
  line-height: 0.82667rem;
}

.section .products .btn {
  width: 9.2rem;
  height: 0.8rem;
  margin: 0 auto;
  display: flex;
}

.section .products .btn a {
  margin: 0 auto;
  height: 0.8rem;
  width: 2.66667rem;
  text-align: center;
  display: inline-block;
  background-color: #474747;
}

.section .products .btn a span {
  color: #fff;
  line-height: 0.8rem;
}

.section .application {
  width: 9.2rem;
  margin: 0 auto;
  height: 100%;
  padding: 0 0 1.06667rem 0;
}

.section .application .title {
  margin: 0 auto;
  display: flex;
  width: 9.2rem;
  height: 2.82667rem;
  align-items: center;
  justify-content: space-around;
}

.section .application .title dl {
  text-align: center;
}

.section .application .title dl dt {
  color: #1d1d1d;
  font-weight: bold;
  font-size: 0.48rem;
}

.section .application .title dl dd {
  color: #999999;
  font-size: 0.26667rem;
}

.section .application .swiper {
  width: 100%;
  margin: 0 auto;
  height: 7.09333rem;
}

.section .application .swiper .swiper-container {
  width: 100%;
  height: 7.09333rem;
}

.section .application .swiper .swiper-container .swiper-wrapper {
  width: 100%;
  height: 7.09333rem;
}

.section .application .swiper .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 6.34667rem;
}

.section .application .swiper .swiper-container .swiper-wrapper .swiper-slide .k {
  top: 5.01333rem;
  left: 0.26667rem;
  width: 8.66667rem;
  height: 1.06667rem;
  position: absolute;
  background-color: #fff;
  box-shadow: 2px 1px 26px rgba(0, 0, 0, 0.3);
}

.section .application .swiper .swiper-container .swiper-wrapper .swiper-slide .k p {
  float: left;
  color: #1d1d1d;
  font-size: 0.37333rem;
  line-height: 1.06667rem;
  margin-left: 0.48rem;
}

.section .application .swiper .swiper-container .swiper-wrapper .swiper-slide .k p:before {
  content: "";
  left: 0.26667rem;
  top: 0.34667rem;
  width: 0.05333rem;
  height: 0.34667rem;
  position: absolute;
  background-color: #ff7327;
}

.section .application .swiper .swiper-container .swiper-wrapper .swiper-slide .k span {
  float: right;
  color: #999999;
  font-size: 0.26667rem;
  line-height: 1.06667rem;
  margin-right: 0.48rem;
}

.section .application .swiper .swiper-container .swiper-pagination {
  bottom: 0;
  position: absolute;
  text-align: center;
}

.section .application .swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 0.21333rem;
  height: 0.21333rem;
  border-radius: 0.21333rem;
  background-color: #fff;
  border: solid 1px #cccccc;
}

.section .application .swiper .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  border: none;
  width: 0.21333rem;
  height: 0.21333rem;
  background-color: #ff4229;
}

.section .about {
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../wap/images/aboutback.png);
}

.section .about .title {
  margin: 0 auto;
  display: flex;
  width: 9.2rem;
  height: 2.82667rem;
  align-items: center;
  justify-content: space-around;
}

.section .about .title dl {
  text-align: center;
}

.section .about .title dl dt {
  color: #ffffff;
  font-weight: bold;
  font-size: 0.48rem;
}

.section .about .title dl dd {
  color: #ffffff;
  font-size: 0.26667rem;
}

.section .about .text {
  margin: 0 auto;
  width: 9.2rem;
}

.section .about .text dl dt {
  height: 7.46667rem;
  width: 9.2rem;
}

.section .about .text dl dt img {
  height: 7.46667rem;
  width: 9.2rem;
}

.section .about .text dl dd h3 {
  color: #ffffff;
  font-size: 0.42667rem;
  padding: 0.8rem 0 0 0;
}

.section .about .text dl dd span {
  color: #ffffff;
  font-size: 0.26667rem;
  line-height: 0.66667rem;
}

.section .about .text dl dd .dd-text {
  color: #fff;
  font-size: 0.32rem;
  padding: 0.53333rem 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}

.section .about .text dl dd a {
  display: inline-block;
  color: #fff;
  font-size: 0.32rem;
  padding: 0.8rem 0;
}

.section .news {
  width: 100%;
  margin: 0 auto;
  padding: 0.53333rem 0 1.06667rem 0;
}

.section .news .title {
  margin: 0 auto;
  display: flex;
  width: 9.2rem;
  height: 1.97333rem;
  align-items: center;
  justify-content: space-around;
}

.section .news .title dl {
  text-align: center;
}

.section .news .title dl dt {
  color: #1d1d1d;
  font-weight: bold;
  font-size: 0.48rem;
}

.section .news .title dl dd {
  color: #999999;
  font-size: 0.26667rem;
}

.section .news .nav {
  height: 0.69333rem;
  width: 9.2rem;
  margin: 0 auto;
  text-align: center;
}

.section .news .nav span {
  display: inline-block;
  padding: 0 0.26667rem;
  height: 0.69333rem;
  border: solid 1px #cccccc;
  font-size: 0.21333rem;
  text-align: center;
  line-height: 0.69333rem;
  cursor: pointer;
  color: #777777;
}

.section .news .nav span.active {
  background-color: #ff7327;
  color: #fff;
}

.section .news .text {
  width: 9.2rem;
  margin: 0 auto;
}

.section .news .text .main-text {
  display: none;
}

.section .news .text .main-text.active {
  display: block;
}

.section .news .text .main-text ul {
  padding: 0.4rem 0 0.53333rem 0;
}

.section .news .text .main-text ul li {
  height: 3.38667rem;
  width: 100%;
  border-bottom: solid 1px #cccccc;
}

.section .news .text .main-text ul li dl dt {
  float: left;
  width: 4rem;
  height: 2.58667rem;
  margin-top: 0.4rem;
}

.section .news .text .main-text ul li dl dt img {
  width: 4rem;
  height: 2.58667rem;
}

.section .news .text .main-text ul li dl dd {
  float: right;
  width: 4.93333rem;
  height: 2.58667rem;
  margin-top: 0.4rem;
}

.section .news .text .main-text ul li dl dd h3 {
  float: left;
  color: #1d1d1d;
  font-size: 0.37333rem;
  font-weight: normal;
  margin-top: 0.26667rem;
}

.section .news .text .main-text ul li dl dd span {
  color: #999999;
  font-size: 0.26667rem;
}

.section .news .text .main-text ul li dl dd .dd-text {
  float: left;
  color: #777777;
  font-size: 0.26667rem;
  margin-top: 0.26667rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.section .news .btn {
  width: 9.2rem;
  height: 0.8rem;
  margin: 0 auto;
  display: flex;
}

.section .news .btn a {
  margin: 0 auto;
  height: 0.8rem;
  width: 2.66667rem;
  text-align: center;
  display: inline-block;
  background-color: #474747;
}

.section .news .btn a span {
  color: #fff;
  line-height: 0.8rem;
}

.section .crumbs {
  height: 0.66667rem;
  width: 100%;
  background-color: #ededed;
}

.section .crumbs .main {
  width: 9.2rem;
  height: 100%;
}

.section .crumbs .main p {
  line-height: 0.66667rem;
  font-size: 0.26667rem;
  color: #999999;
}

.section .crumbs .main p a {
  color: #999999;
}

.section .about-us {
  width: 100%;
  margin: 0 auto;
}

.section .about-us .main {
  margin: auto;
  padding: 0.6rem 0 1.01333rem 0;
}

.section .about-us .main .nav {
  width: 100%;
  height: 0.66667rem;
}

.section .about-us .main .nav ul {
  float: left;
}

.section .about-us .main .nav ul li {
  float: left;
  padding: 0 0.26667rem;
  height: 0.66667rem;
  font-size: 0.32rem;
  text-align: center;
  line-height: 0.64rem;
  margin-right: 0.26667rem;
  margin-bottom: 0.26667rem;
  border: solid 1px #cccccc;
}

.section .about-us .main .nav ul li a {
  color: #777777;
}

.section .about-us .main .nav ul li.active {
  border: none;
  padding: 0 0.26667rem;
  height: 0.66667rem;
  line-height: 0.66667rem;
  background-color: #ff7327;
  color: #fff;
}

.section .about-us .main .nav ul li.active a {
  color: #fff;
}

.section .about-us .main .text {
  margin: 0 auto;
  width: 9.2rem;
  padding: 0.8rem 0 0 0;
}

.section .about-us .main .text dl dt {
  height: 7.46667rem;
  width: 9.2rem;
}

.section .about-us .main .text dl dt img {
  height: 7.46667rem;
  width: 9.2rem;
}

.section .about-us .main .text dl dd h3 {
  color: #333333;
  font-size: 0.42667rem;
  padding: 0.8rem 0 0 0;
}

.section .about-us .main .text dl dd span {
  color: #999999;
  font-size: 0.26667rem;
  line-height: 0.66667rem;
}

.section .about-us .main .text dl dd .dd-text {
  color: #666666;
  font-size: 0.32rem;
  padding: 0.53333rem 0 0 0;
  line-height: 0.64rem;
}

.section .about-us .main .pro-list {
  width: 9.2rem;
  padding: 0.4rem 0 0 0;
  clear: both;
}

.section .about-us .main .pro-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section .about-us .main .pro-list ul li {
  width: 4.4rem;
  height: 5.22667rem;
  margin-top: 0.13333rem;
}

.section .about-us .main .pro-list ul li:nth-child(1) {
  margin-top: 0;
}

.section .about-us .main .pro-list ul li:nth-child(2) {
  margin-top: 0;
}

.section .about-us .main .pro-list ul li dl {
  width: 100%;
  height: 100%;
  text-align: center;
}

.section .about-us .main .pro-list ul li dl dt {
  width: 4.37333rem;
  height: 4.37333rem;
}

.section .about-us .main .pro-list ul li dl dt img {
  width: 4.37333rem;
  height: 4.37333rem;
  border: #dfdfdf 1px solid;
}

.section .about-us .main .pro-list ul li dl dd {
  color: #333333;
  font-size: 0.37333rem;
  line-height: 0.82667rem;
  height: 0.82667rem;
  word-break: break-all;
  overflow: hidden;
}

.section .about-us .main .page .pagination {
  text-align: center;
  margin-top: 0.53333rem;
}

.section .about-us .main .page .pagination li {
  display: inline-block;
  margin: 0 0.08rem;
  height: 0.53333rem;
  cursor: pointer;
}

.section .about-us .main .page .pagination li a {
  transition: all 0.2s;
}

.section .about-us .main .page .pagination li a, .section .about-us .main .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;
}

.section .about-us .main .page .pagination li.active span {
  background: #474747;
  color: #ffffff;
}

.section .about-us .main .page .pagination li.disabled span {
  color: #cccccc;
}

.section .about-us .main .pro-details dl dt {
  width: 9.17333rem;
}

.section .about-us .main .pro-details dl dt img {
  width: 9.17333rem;
}

.section .about-us .main .pro-details dl dd {
  position: relative;
}

.section .about-us .main .pro-details dl dd .dd-up {
  width: 100%;
  height: 2.21333rem;
  border-bottom: solid 1px #cccccc;
}

.section .about-us .main .pro-details dl dd .dd-up h3 {
  color: #1d1d1d;
  font-weight: bold;
  font-size: 0.42667rem;
  padding: 0.74667rem 0 0 0;
}

.section .about-us .main .pro-details dl dd .dd-up p {
  line-height: 0.8rem;
  font-size: 0.32rem;
  color: #999999;
}

.section .about-us .main .pro-details dl dd .k {
  top: 2.16rem;
  width: 0.8rem;
  height: 0.05333rem;
  position: absolute;
  background-color: #ff7327;
}

.section .about-us .main .pro-details dl dd .dd-down p {
  color: #1d1d1d;
  font-size: 0.37333rem;
  padding: 0.53333rem 0 0 0;
}

.section .about-us .main .pro-details dl dd .dd-down ul {
  float: left;
  margin-top: 0.26667rem;
}

.section .about-us .main .pro-details dl dd .dd-down ul li {
  float: left;
  width: 4.58667rem;
  color: #999999;
  font-size: 0.32rem;
  line-height: 0.69333rem;
}

.section .about-us .main .pro-details dl dd .dd-down a {
  width: 2.88rem;
  height: 0.72rem;
  color: #333333;
  font-size: 0.32rem;
  text-align: center;
  margin-top: 0.26667rem;
  line-height: 0.66667rem;
  border: solid 1px #cccccc;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.section .about-us .main .pro-details dl dd .dd-down .left {
  display: inline-block;
}

.section .about-us .main .pro-details dl dd .dd-down .right {
  margin-left: 3.30667rem;
  display: inline-block;
}

.section .about-us .main .app-list {
  width: 9.2rem;
  padding: 0.53333rem 0 0 0;
}

.section .about-us .main .app-list ul li {
  width: 9.2rem;
  height: 6.72rem;
}

.section .about-us .main .app-list ul li dl {
  text-align: center;
  line-height: 1.01333rem;
}

.section .about-us .main .app-list ul li dl dt {
  width: 100%;
  height: 5.70667rem;
}

.section .about-us .main .app-list ul li dl dt img {
  width: 100%;
  height: 5.70667rem;
}

.section .about-us .main .news-list .lists {
  width: 9.2rem;
  padding: 0.53333rem 0 0 0;
}

.section .about-us .main .news-list .lists ul li {
  height: 3.41333rem;
  width: 100%;
  border-bottom: solid 1px #cccccc;
}

.section .about-us .main .news-list .lists ul li dl dt {
  float: left;
  width: 4rem;
  height: 2.61333rem;
  margin-top: 0.4rem;
}

.section .about-us .main .news-list .lists ul li dl dt img {
  width: 4rem;
  height: 2.61333rem;
}

.section .about-us .main .news-list .lists ul li dl dd {
  float: right;
  width: 4.93333rem;
  height: 2.58667rem;
  margin-top: 0.4rem;
}

.section .about-us .main .news-list .lists ul li dl dd h3 {
  float: left;
  width: 100%;
  color: #1d1d1d;
  font-size: 0.37333rem;
  font-weight: normal;
}

.section .about-us .main .news-list .lists ul li dl dd span {
  color: #999999;
  font-size: 0.26667rem;
  clear: both;
}

.section .about-us .main .news-list .lists ul li dl dd .dd-text {
  float: left;
  color: #777777;
  font-size: 0.26667rem;
  margin-top: 0.26667rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.section .about-us .main .news-details {
  width: 9.2rem;
}

.section .about-us .main .news-details dl {
  text-align: center;
}

.section .about-us .main .news-details dl dt {
  color: #1d1d1d;
  font-size: 0.42667rem;
}

.section .about-us .main .news-details dl dd {
  color: #999999;
  font-size: 0.26667rem;
}

.section .about-us .main .news-details .text {
  height: 100%;
  padding: 0.53333rem 0;
  border-bottom: solid 1px #cccccc;
  color: #777777;
  font-size: 0.32rem;
  line-height: 0.64rem;
}

.section .about-us .main .news-details ul {
  justify-content: space-between;
}

.section .about-us .main .news-details ul li {
  color: #333333;
  width: 100%;
  font-size: 0.27333rem;
  margin-top: 0.43333rem;
  overflow: hidden;
  height: 0.6rem;
  line-height: 0.6rem;
}
.section .about-us .main .news-details ul li a{
  font-size: 0.27333rem;
}
.section .about-us .main .news-details ul li:last-child{
  margin-top: 0.1rem;
}
.section .about-us .main .uls {
  position: relative;
}

.section .about-us .main .uls li {
}

.section .about-us .main .uls li.active {
  display: block;
}

.section .about-us .main .uls li .online {
  width: 100%;
  padding: 0.53333rem 0 0 0;
}

.section .about-us .main .uls li .online input {
  width: 9.2rem;
  height: 0.93333rem;
  background-color: #f5f5f5;
  border: none;
  padding: 0 0.53333rem;
  margin-top: 0.26667rem;
  color: #999999;
}

.section .about-us .main .uls li .online input.active {
  height: 3.73333rem;
}

.section .about-us .main .uls li .online a {
  display: inline-block;
  width: 9.2rem;
  height: 0.93333rem;
  background-color: #262e39;
  color: #fff;
  line-height: 0.93333rem;
  margin-top: 0.53333rem;
}

.section .about-us .main .uls li .online a p {
  float: left;
  margin-left: 0.26667rem;
}

.section .about-us .main .uls li .online a span {
  float: right;
  margin-right: 0.26667rem;
}

.section .about-us .main .uls li .maps .map {
  width: 9.2rem;
  height: 6.26667rem;
  display: inline-block;
  padding: 0.53333rem 0;
}

.section .about-us .main .uls li .maps .map #container {
  width: 9.2rem;
  height: 6.26667rem;
}

.section .about-us .main .uls li .maps .mode {
  width: 9.17333rem;
  height: 5.86667rem;
  border: solid 1px #cccccc;
  margin-top: 0.53333rem;
}

.section .about-us .main .uls li .maps .mode dl {
  margin-left: 0.21333rem;
}

.section .about-us .main .uls li .maps .mode dl dt {
  width: 8.66667rem;
  height: 1.30667rem;
  border-bottom: solid 1px #cccccc;
}

.section .about-us .main .uls li .maps .mode dl dt h3 {
  padding: 0.53333rem 0 0 0;
}

.section .about-us .main .uls li .maps .mode dl dt h3 {
  font-weight: bold;
  color: #1d1d1d;
  font-size: 0.37333rem;
}

.section .about-us .main .uls li .maps .mode dl dd {
  margin-top: 0.42667rem;
  color: #777777;
  line-height: 0.72rem;
  font-size: 0.32rem;
}

.section .details {
  width: 100%;
  background-color: #fafafa;
}

.section .details .main {
  width: 9.2rem;
  margin: 0 auto;
  padding: 0.53333rem 0;
}

.section .details .main .main-nav {
  height: 0.93333rem;
  width: 100%;
}

.section .details .main .main-nav ul {
  float: left;
}

.section .details .main .main-nav ul li {
  float: left;
  width: 1.49333rem;
  height: 0.93333rem;
  color: #1d1d1d;
  font-size: 0.37333rem;
  line-height: 0.93333rem;
  margin-right: 0.8rem;
}

.section .details .main .main-nav ul li.active {
  border-bottom: solid 3px #ff7327;
}

.section .details .main .main-text .text-p {
  padding: 0.26667rem 0;
  font-size: 0.32rem;
  color: #777777;
  line-height: 0.64rem;
  display: none;
}

.section .details .main .main-text .text-p.active {
  display: block;
}

.section .foot {
  height: 2.08rem;
  background-color: #474747;
}

.section .foot .main {
  display: flex;
  width: 9.2rem;
  margin: 0 auto;
  height: 2.08rem;
  align-items: center;
  justify-content: space-around;
}

.section .foot .main dl {
  text-align: center;
}

.section .foot .main dl dt {
  color: #cccccc;
  font-size: 0.32rem;
}


.section .foot .main dl dd {
  color: #fff;
  font-weight: bold;
  font-size: 0.48rem;
  padding-top: .1rem;
}
.section .foot .main dl dd a {
  color: #fff;
}
.section .footer {
  height: 1.17333rem;
  background-color: #333333;
}

.section .footer .main {
  display: flex;
  width: 9.2rem;
  margin: 0 auto;
  height: 1.17333rem;
  align-items: center;
  justify-content: space-around;
}

.section .footer .main dl {
  text-align: center;
}

.section .footer .main dl dt {
  color: #cccccc;
  font-size: 0.26667rem;
}
.section .footer .main dl dt a {
  color: #cccccc;
}

.section .footer .main dl dd a {
  color: #cccccc;
  font-size: 0.26667rem;
}
