body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select,
div {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: #fff;
  -webkit-text-size-adjust: 100%;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", Tahoma, Arial, sans-serif;
}
a {
  color: #2d374b;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
em {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
  max-width: 100%!important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  word-wrap: break-word;
}
.fontB {
  text-transform: uppercase;
}
html {
  font-size: 16px;
}
@media screen and (min-width: 1680px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1679px) and (min-width: 1440px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1439px) and (min-width: 1360px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 1359px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 1200px) {
  .pc-hide {
    display: none!important;
  }
}
@media screen and (max-width: 1190px) {
  .phone-hide {
    display: none!important;
  }
}

.mb{
    display: none;
}

.containers {
  width: 100.5rem;
  margin: 0 auto;
}
header {
  width: 100%;
  height: 5rem;
  background: #fff;
}
header .worp {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
header .logo {
  display: flex;
  align-items: center;
}
header .logo img {
  width: 3.875rem;
  height: auto;
  object-fit: fill;
  object-fit: contain;
  object-fit: scale-down;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
header .logo p {
  font-size: 1rem;
  color: #0291d5;
  margin-left: 0.625rem;
}
header nav {
  display: flex;
}
header nav a {
  font-size: 1rem;
  color: #5c5c5c;
  margin-left: 4.5rem;
}
header nav a:first-child {
  margin-left: 0;
}
header nav a:hover {
  color: #0291d5;
}
header nav a:last-child {
  display: flex;
  align-items: center;
}
header nav a svg {
  width: 1.25rem;
  height: auto;
  margin-right: 0.625rem;
}
#swiper .img {
  width: 100%;
  height: 50rem;
  background-size: cover!important;
  background-position: center!important;
}
/*#swiper .img1 {*/
/*  background: url(../img/banner1.png);*/
/*}*/
/*#swiper .img2 {*/
/*  background: url(../img/banner2.png);*/
/*}*/
/*#swiper .img3 {*/
/*  background: url(../img/banner3.png);*/
/*}*/
#swiper .swiper-slide {
  position: relative;
}
#swiper .text-box1 {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  color: #fff;
}
#swiper .text-box1 .p1 {
  font-size: 4.5rem;
  color: #fff;
}
#swiper .text-box1 .h1 {
  font-size: 2.5rem;
  color: #fff;
  margin-top: 2.5rem;
}
#swiper .text-box1 .h2 {
  font-size: 2rem;
}
#swiper .text-box1 .h3 {
  font-size: 3.125rem;
  margin-top: 1.75rem;
}
.about {
  margin: 8.125rem auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about .left {
  width: 45%;
}
.about .left h3 {
  font-size: 2rem;
}
.about .left .line {
  width: 3.75rem;
  height: 0.25rem;
  background: #0291d5;
  margin: 2.5rem 0;
}
.about .left .name {
  font-size: 1.25rem;
  color: #4c4c4c;
  margin-bottom: 2.75rem;
}
.about .left p {
  font-size: 0.875rem;
  color: #666;
  line-height: 2;
}
.about .left a {
  margin-top: 2.75rem;
  font-size: 0.875rem;
  color: #fff;
  width: 10rem;
  height: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0291d5;
}
.about .right {
  width: 48%;
  height: 30.4375rem;
  overflow: hidden;
}
.about .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.other {
  width: 100%;
  height: 49.375rem;
  background: url(../img/other_banner.png) no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.other .text-worp {
  color: #fff;
  transform: translateY(100%);
}
.other .text-worp p:first-child {
  font-size: 2.875rem;
}
.other .text-worp p:last-child {
  font-size: 0.875rem;
  margin-top: 1.25rem;
}
.other .bot {
  width: 100%;
  height: 11rem;
  background: rgba(2, 146, 213, 0.6);
  position: absolute;
  bottom: 0;
  display: flex;
}
.other .bot .list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33%;
  border-right: 1px solid #e6e6e6;
}
.other .bot .list:last-child {
  border-right: none;
}
.other .bot .list svg {
  width: auto;
  height: 4.75rem;
}
.other .bot .list p {
  font-size: 1.5rem;
  color: #fff;
  margin-left: 2.25rem;
}
.product {
  margin: 7rem auto;
}
.product .tab {
  width: 100%;
  background: #0291d5;
  display: flex;
  position: relative;
  margin-bottom: 3.625rem;
}
.product .tab .active {
  background: #3e681c;
}
.product .tab .item {
  height: 4.375rem;
  line-height: 4.375rem;
  color: #fff;
  padding: 0 1rem;
  cursor: pointer;
}
.product .tab .more {
  position: absolute;
  right: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
}
.product .tab .more svg {
  width: 3.125rem;
  height: auto;
  transform: rotate(-90deg);
}
.product .tab .more path {
  fill: #fff;
}
.product ul {
  display: flex;
  flex-wrap: wrap;
}
.product ul li {
  width: 23%;
  height: 24.5rem;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  margin-bottom: 1.875rem;
  margin-right: 2.66%;
}
.product ul li:nth-child(4n) {
  margin-right: 0;
}
.product ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.product ul li .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 20.375rem;
}
.product ul li .img-box img {
  max-width: 100%;
  max-height: 100%;
}
.product ul li p {
  font-size: 0.875rem;
  padding: 0 1.125rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 1rem;
}
.news {
  margin-bottom: 7.75rem;
}
.news .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.625rem;
}
.news .top p {
  font-size: 2.375rem;
}
.news .top a {
  font-size: 1rem;
  color: #fff;
  width: 8.5rem;
  height: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0291d5;
}
.news ul {
  display: flex;
  justify-content: space-between;
}
.news ul a {
  width: 30%;
}
.news ul img {
  width: 100%;
  height: 16.875rem;
  object-fit: cover;
}
.news ul .date {
  font-size: 0.875rem;
  margin-top: 1.6875rem;
  margin-bottom: 2.3125rem;
}
.news ul .title {
  font-size: 1.375rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow: hidden;
  margin-bottom: 1.875rem;
}
.news ul .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow: hidden;
  font-size: 0.875rem;
  color: #999999;
}
footer {
  width: 100%;
  background: #0291d5;
}
footer .top {
  padding: 3.5625rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .top .left {
  display: flex;
}
footer .top a {
  font-size: 1rem;
  color: #fff;
  border-right: 1px solid #e6e6e6;
  line-height: 1;
  padding-right: 2.25rem;
  margin-right: 2.25rem;
}
footer .top a:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
footer .top p {
  font-size: 1rem;
  color: #fff;
}
footer .bot {
  background: #09a6f1;
  padding: 1.0625rem 0;
}
footer .bot .worp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .bot .worp a {
  font-size: 0.875rem;
  color: #fff;
}
footer .bot .worp p {
  font-size: 0.875rem;
  color: #fff;
}
footer .top .ewm{
    display: flex;
}
footer .top .ewm img{
    width: 6rem;
    height: 6rem;
    margin-right: 1rem;
}
footer .top .ewm img:last-child{
    margin-right: 0;
}
.banner {
  width: 100%;
  height: 20.625rem;
  background-position: center!important;
  background-size: cover!important;
  position: relative;
}
.banner h3 {
  font-size: 1.875rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 13%;
  transform: translateY(-50%);
}
.aboutIndex {
  margin: 6.375rem auto;
}
.aboutIndex h3 {
  font-size: 1.375rem;
  color: #000;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 1.75rem;
}
.aboutIndex .name {
  font-size: 3.25rem;
  color: #0291d5;
  margin: 3.875rem 0;
}
.aboutIndex .text {
  font-size: 1rem;
  color: #666;
  width: 52.125rem;
  line-height: 1.8;
}
.aboutIndex .worp {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
}
.aboutIndex .worp img {
  width: 28.5625rem;
  height: 16.875rem;
  object-fit: cover;
}
.contact {
  margin-top: 3.75rem;
  margin-bottom: 7.5rem;
  display: flex;
  justify-content: space-between;
}
.contact .left {
  width: 35%;
}
.contact .left .headLine {
  font-size: 1.875rem;
  border-left: 5px solid #0291d5;
  line-height: 1;
  padding-left: 0.75rem;
  margin-bottom: 5rem;
}
.contact .left .list {
  display: flex;
  align-items: center;
  margin: 2.375rem 0;
}
.contact .left .list img {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1.125rem;
}
.contact .left .list p {
  font-size: 1rem;
}
.contact .right {
  width: 60%;
}
.contact .right .top {
  display: flex;
  justify-content: space-between;
}
.contact .right .top .list {
  width: 46%;
}
.contact .right .top .list p {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}
.contact .right .top .list input {
  width: 100%;
  border: none;
  background: #f2f2f2;
  height: 2.75rem;
  border-radius: 4px;
  font-size: 1rem;
  padding-left: 1rem;
  outline: none;
}
.contact .right .bot {
  margin-top: 1.875rem;
}
.contact .right .bot p {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}
.contact .right .bot textarea {
  width: 100%;
  border: none;
  border-radius: 4px;
  background: #f2f2f2;
  padding: 1rem;
  outline: none;
  font-size: 1rem;
}
.contact .right input[type="submit"] {
  background: #0291d5;
  width: 15.0625rem;
  height: 3.0625rem;
  border: none;
  border-radius: 4px;
  font-size: 1.125rem;
  outline: none;
  color: #fff;
  margin-top: 2.25rem;
}
.proIndex .tab {
  width: 100%;
  box-shadow: 1px 0px 6px #e6e6e6;
  margin-bottom: 5rem;
}
.proIndex .tab .worp {
  display: flex;
  justify-content: space-between;
  height: 4.875rem;
}
.proIndex .tab .worp .active {
  border-bottom: 2px solid #4e792a;
  color: #4e792a;
}
.proIndex .tab .worp a {
  height: 100%;
  display: flex;
  align-items: center;
  /*font-size: 1.25rem;*/
}
.proIndex ul {
  display: flex;
  flex-wrap: wrap;
}
.proIndex ul li {
  width: 23%;
  height: 24.5rem;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  margin-bottom: 1.875rem;
  margin-right: 2.66%;
}
.proIndex ul li:nth-child(4n) {
  margin-right: 0;
}
.proIndex ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.proIndex ul li .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 20.375rem;
}
.proIndex ul li .img-box img {
  max-width: 100%;
  max-height: 100%;
}
.proIndex ul li p {
  font-size: 0.875rem;
  padding: 0 1.125rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 1rem;
}
.proIndex #demo0 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.875rem;
  margin-bottom: 3.75rem;
}
.newIndex {
  margin-top: 5.125rem;
  margin-bottom: 6.6875rem;
}
.newIndex ul {
  display: flex;
  flex-wrap: wrap;
}
.newIndex ul a {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 3.75rem;
}
.newIndex ul a:nth-child(3n) {
  margin-right: 0;
}
.newIndex ul img {
  width: 100%;
  height: 16.875rem;
  object-fit: cover;
}
.newIndex ul .date {
  font-size: 0.875rem;
  margin-top: 1.0625rem;
  margin-bottom: 1.6875rem;
}
.newIndex ul .title {
  font-size: 1.375rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.newIndex ul .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow: hidden;
  font-size: 0.875rem;
  color: #999999;
}
.newIndex #demo0 {
  display: flex;
  justify-content: center;
}
.details {
  margin-top: 4.5rem;
  margin-bottom: 2.625rem;
  padding: 0 6.1875rem;
}
.details table{
    line-height: 25px;
}
.details .headLine {
  font-size: 2.25rem;
  color: #0291d5;
  text-align: center;
}
.details .date {
  font-size: 1rem;
  color: #b2b2b2;
  text-align: center;
  margin: 3.125rem 0;
}
.details img {
  width: auto!important;
  height: auto;
  max-width: 750px;
}
.details p {
  font-size: 1rem;
  color: #666;
  line-height: 2;
  margin: 1.875rem 0;
}
.fontB {
  text-transform: uppercase;
}

html.show, body.show {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: fixed;
    -webkit-overflow-scrolling: auto;
    -webkit-transform: translateZ(0px);
}
#app {
  transition:all 0.3s ease-out;
  /*overflow:hidden;*/
}
#app.show {
  -webkit-transform:translateX(200px);
  transform:translateX(200px);
  width:100vw;
  height:100vh;
}
.mask {
    height: 100vh;
    width: 100vw;
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
}
#mobileMenu {
  position:fixed;
  left:-200px;
  top:0;
  margin:0;
  width:200px;
  height:100vh;
  background-color:#1d88bb;
  -webkit-overflow-scrolling:touch;
  overflow-y:auto;
  -moz-transform:translateZ(0);
  -webkit-transform:translateZ(0);
  transform:translateZ(0);
  -webkit-transition:all 0.3s ease-out;
  transition:all 0.3s ease-out;
  z-index:910;
}
#mobileMenu.show {
  -webkit-transform:translateX(200px);
  transform:translateX(200px);
}
#mobileMenu .hello {
  line-height:54px;
  background-color:rgba(255,255,255,0.1);
  border-bottom:1px solid rgba(255,255,255,0.1);
  font-size:14px;
  color:#fff;
}
#mobileMenu .menu {
  padding-top:15px;
}
#mobileMenu .menu a {
  display:block;
  font-size:14px;
  text-align:left;
  padding-left: 20px;
  color:rgba(255,255,255,0.8);
  line-height:36px;
}
#mobileMenu .menu a.user{
  /* display: none; */
  padding-left: 0;
  text-align: center;
  background: #2e3e60;
  color: #fff;
  margin: 5px 0;
  float:left;
  width:49.5%;
  border-right:1px solid #000;
}
#mobileMenu .menu .mbchild{
  width: auto!important;
  opacity: 1!important;

}
#mobileMenu .menu .mbchild a{
  padding-left: 35px;
}
#mobileMenu .menu a:hover {
  text-decoration:none;
  background: #3494c2;
}
#mobileMenu .menu a:nth-child(1).active,
#mobileMenu .menu a:nth-child(1):hover {
  text-decoration:none;
  background: #25a4d6;
}
#mobileMenu .menu a:nth-child(2).active,
#mobileMenu .menu a:nth-child(2):hover {
  text-decoration:none;
  background: #21adda;
}
#mobileMenu .menu a:nth-child(4).active,
#mobileMenu .menu a:nth-child(4):hover {
  text-decoration:none;
  background: #23c0e6;
}
#mobileMenu .menu a:nth-child(5).active,
#mobileMenu .menu a:nth-child(5):hover {
  text-decoration:none;
  background: #25e5db;
}
#mobileMenu .menu a:nth-child(7).active,
#mobileMenu .menu a:nth-child(7):hover {
  text-decoration:none;
  background: #f5a008;
}
#mobileMenu .menu a:nth-child(9).active,
#mobileMenu .menu a:nth-child(9):hover {
  text-decoration:none;
  background: #fc5a47;
}
#mobileMenu .menu a:nth-child(11).active,
#mobileMenu .menu a:nth-child(11):hover {
  text-decoration:none;
  background: #ff0055;
}
#mobileMenu .menu a:nth-child(12).active,
#mobileMenu .menu a:nth-child(12):hover {
  text-decoration:none;
  background: #f21630;
}
#mobileMenu .menu a:nth-child(13).active,
#mobileMenu .menu a:nth-child(13):hover {
  text-decoration:none;
  background: #f21630;
}
#navToggle {
  display:block;
  overflow:hidden;
  cursor:pointer;
  box-sizing:border-box;
  width:30px;
  height:30px;
  padding:0;
  -moz-transition:-moz-transform 0.3s;
  -o-transition:-o-transform 0.3s;
  -webkit-transition:-webkit-transform 0.3s;
  transition:transform 0.3s;
  position:absolute;
  right: 10px;
}
#navToggle span,#navToggle::after,#navToggle::before {
  height:2px;
  width:22px;
  top:50%;
  left:50%;
  margin-left:-11px;
  background:#fff;
  position:absolute;
  display:block;
  content:'';
  text-indent:-9999px;
  transition:all 300ms ease-in-out;
}
#navToggle::before {
  margin-top:-7px;
}
#navToggle::after {
  margin-top:7px;
}
#navToggle.show span {
  opacity:0;
}
#navToggle.show::before {
  margin-top:0;
  -moz-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
}
#navToggle.show::after {
  margin-top:0;
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}

.sub-nav{
  display: none;
  position: absolute;
  left: 0;
  top: 61px;
  min-width: 100%;
  max-width: 105px;
  line-height: 36px;
  box-shadow: 0 2px 4px rgba(0,0,0,.12);
  background-color: #1c2a76;
  z-index: 9999;
  white-space: nowrap;
  -webkit-animation: navMove 0.3s linear;
  animation: navMove 0.3s linear;
}
@-webkit-keyframes navMove{
  0%{
    opacity:0;
    /*transform:translateY(30px)*/
  }
    100%{
      opacity:1;
      /*transform:translateY(0)*/
    }
  }
@keyframes navMove{
  0%{
    opacity:0;
    /*transform:translateY(30px)*/
    }
    100%{
      opacity:1;
      /*transform:translateY(0)*/
    }
  }
.sub-nav a{
  font-size: 14px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 40px;
  padding: 0 5px;
}
.sub-nav a:hover{
  /*color: #2e3033;*/
  background: rgb(18, 30, 95);
}

.subnav{
  background: #2a769a;
  width: 100%!important;
  display: none;
}
.subnav a{
    padding: 0 15px;
}


/* 移动端 */
@media screen and (max-width: 768px) {
    .pc{
        display: none;
    }
    .mb{
        display: block;
    }
    html {
        font-size: 16px!important;
    }
    html, body{
      overflow-x: hidden;
    }
    .containers{
        width: 100%!important;
        padding: 0 15px;
    }
    .about{
        margin: 30px auto;
    }
    .about .left, .about .left a{
        width: 100%;
    }
    .about .right{
        display: none;
    }
    .about .left h3 {
        font-size: 1.5rem;
    }
    .other .bot{
        height: 6rem;
    }
    .other .text-worp p:first-child{
        font-size: 1.5rem;
    }
    .other .bot .list{
        flex-direction: column;
    }
    .other .bot .list svg{
        height: 2rem;
        margin-bottom: 10px;
    }
    .other .bot .list p{
        font-size: 1rem;
        margin-left: 0;
    }
    .product .tab{
        display: none;
    }
    .product{
        margin: 30px auto;
    }
    .product ul li:nth-child(n + 5){
        display: none;
    }
    .product ul li a, .proIndex ul li a{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        text-align: center;
    }
    .product ul li, .proIndex ul li{
        width: 48%;
        height: 15rem;
    }
    .product ul li:nth-child(2n), .proIndex ul li:nth-child(2n){
        margin-right: 0;
    }
    .product ul li .img-box, .proIndex ul li .img-box{
        height: 75%;
    }
    .product ul li p ,.proIndex ul li p{
        margin-top: 0;
    }
    .other{
        height: 25rem;
    }
    .news .top p{
        font-size: 1.5rem;
    }
    .news .top{
        align-items: center;
    }
    .news .top a{
        height: 2.5rem;
    }
    .news ul a, .newIndex ul a{
        width: 48%;
    }
    .news ul a:nth-child(n + 3){
        display: none;
    }
    .news ul img, .newIndex ul img{
        height: 10rem;
    }
    .news ul .date ,.newIndex ul .date{
        margin: 15px 0;
    }
    .news ul .title, .newIndex ul .title{
        font-size: 1.1rem;
        margin-bottom: 15px;
    }
    .news, .news .top{
        margin-bottom: 30px;
    }
    footer .top .left{
        display: none;
    }
    footer .top{
        flex-direction: column;
        padding: 30px 15px;
        text-align: center;
    }
    footer .top .ewm{
        margin-bottom: 15px;
    }
    header{
        height: auto;
    }
    .header {
        position: fixed;
        top: 0;
        z-index: 99;
        width: 100%;
        background: #0291d5;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px;
        height: 60px;
        display: flex;
        -webkit-display: flex;
    }
    .header img{
        height: 32px;
    }
    .zhan{
        display: block;
        height: 60px;
    }
    .banner{
        height: 10rem;
    }
    .details .date{
        margin: 15px 0;
    }
    .details, .aboutIndex, .newIndex, .contact{
        padding: 30px 15px;
        margin: 0;
    }
    .details .headLine{
        font-size: 1.25rem;
    }
    .aboutIndex .name{
        font-size: 1.25rem;
        margin: 15px auto;
    }
    .aboutIndex .worp{
        margin-top: 30px;
        flex-direction: column;
    }
    .aboutIndex .worp img{
        width: auto;
        height: auto;
        margin-bottom: 5px;
    }
    .aboutIndex .worp img:last-child{
        margin-bottom: 0;
    }
    .newIndex ul a{
        margin-bottom: 25px;
    }
    .newIndex ul a:nth-child(2n){
        margin-right: 0;
    }
    .proIndex .tab{
        display: none;
    }
    .proIndex ul{
        padding: 0;
    }
    .proIndex{
        padding: 30px 15px 0;
    }
    .contact{
        flex-direction: column;
    }
    .contact .left{
        width: 100%;
        margin-bottom: 30px;
    }
    .contact .right{
        width: 100%;
    }
    .contact .left .headLine{
        font-size: 1.5rem;
        margin-bottom: 30px;
    }
    .contact .left .list{
        margin: 15px 0;
    }
    .contact .left .list img{
        width: 2rem;
        height: 2rem;
    }
    #sub{
        width: 100%!important;
        font-size: 1rem!important;
        margin-top: 20px!important;
    }
    .contact .right .top .list p, .contact .right .bot p{
        margin-bottom: 10px;
    }
    .contact .right .bot{
        margin-top: 15px;
    }
}

@media screen and (max-width: 540px) {
  html {
    font-size: 72px;
  }
}
/*Android常用宽度*/
@media screen and (max-width: 480px) {
  html {
    font-size: 64px;
  }
}
/*Android常用宽度*/
@media screen and (max-width: 414px) {
  html {
    font-size: 55.2px;
  }
}
/*i6Plus,i7Plus宽度*/
@media screen and (max-width: 375px) {
  html {
    font-size: 50px;
  }
}
/*i6,i7宽度*/
@media screen and (max-width: 360px) {
  html {
    font-size: 48px;
  }
}
/*Android常用宽度*/
@media screen and (max-width: 320px) {
  html {
    font-size: 42.6px;
  }
}
