﻿*{
  margin:0;
  padding:0;
  list-style-type:none;
  outline: none;
  font-family: "Microsoft YaHei";
}
body{
  font-size:12px;
  font-family: "Microsoft YaHei",Arial, Helvetica, sans-serif;
  width: 100%;
  overflow-x: hidden;
}
img{
  border:0;
  max-width: 100%;
}
a{
  color: #333;
  text-decoration:none;
}
a:hover{
  color: #00aba2;
  text-decoration:none;
  outline:none;
}
input, a, img, button, textarea {
  outline: none;
}
textarea{
  resize: none;
}
i,em{
  font-style: normal;
}
li {
  list-style: none;
}
.clear{
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.dis {
  display: none;
}
.eps{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.clamp2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.defeng_slog{
  background: url(../images/defeng_slog.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.defeng_slog img {
  max-width: 90%;
}
.defeng_slog .into {
  background: url(../images/icon4.png) no-repeat top;
  cursor: pointer;
  display: block;
  width: 100px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: 18%;
  text-align: center;
  z-index: 99;
  font-size: 16px;
  color: #fff;
  padding-top: 40px;
  animation: b_jump 1.2s ease-in-out 0.1s alternate infinite;
  -webkit-animation: b_jump 1.2s ease-in-out 0.1s alternate infinite;
}

.logo{
  height: 71px;
  margin-top: 14px;
}
.menubox{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid rgba(255,255,255,.5);
  padding: 0 6%;
}
.menubox.border-none{
  border-bottom: none;
}
.menubox.absolute{
  position: absolute;
}
.navbar-default .navbar-nav > .active > a{
  position: relative;
}
.navbar-default .navbar-nav > .active > a:after{
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: #FFFFFF;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.top-tel{
  background: url(../images/tel.png) no-repeat left;
  font-size: 21px;
  color: #fff;
  line-height: 100px;
  padding-left: 43px;
}
.back-home{
  display: block;
  width: 150px;
  line-height: 50px;
  background: #fff;
  border-radius: 7px;
  text-align: center;
  font-size: 18px;
  color: #00aba2;
  margin-top: 25px;
}
.back-home i{
  background: url(../images/back.png) no-repeat left;
  padding-left: 27px;
}

.copyright{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: rgba(0,0,0,.5);
  font-size: 14px;
  color: #989898;
  overflow: hidden;
  line-height: 20px;
  padding: 20px 0;
}
.copyright a{
  color: #989898;
}

.section .swiper-container {
  height: 100%;
}
.section .swiper-slide{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section .swiper-slide img{
  max-width: 90%;
}

.section .swiper-pagination {
  width: 15px;
  left: 4%;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.section .swiper-pagination-bullet {
  border: 2px solid #fff;
  background: none;
  margin: 30px 0;
  display: block;
}
.section .swiper-pagination-bullet-active {
  background: #fff;
}

.btn_moveTo {
  background: url(../images/icon3.png) no-repeat top;
  cursor: pointer;
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: 90px;
  text-align: center;
  z-index: 99;
  font-size: 16px;
  color: #fff;
  padding-top: 24px;
  animation: b_jump 1.2s ease-in-out 0.1s alternate infinite;
  -webkit-animation: b_jump 1.2s ease-in-out 0.1s alternate infinite;
}
.btn_moveTo:hover{
  color: #fff;
}

@keyframes b_jump{
  from{ transform:translateY(0); -webkit-transform:translateY(0);}
  to{ transform:translateY(-10px); -webkit-transform:translateY(-10px); }
}
@-webkit-keyframes b_jump{
  from{ transform:translateY(0); -webkit-transform:translateY(0); }
  to{ transform:translateY(-10px); -webkit-transform:translateY(-10px); }
}

.section-2{
  background: url(../images/bg2.jpg) no-repeat center;
  background-size: cover;
}
.section-3{
  background: url(../images/bg3.jpg) no-repeat center;
  background-size: cover;
}
.section-4{
  background: url(../images/bg4.jpg) no-repeat center;
  background-size: cover;
}

.main-business{
  overflow: hidden;
  margin: 0 -22px;
}
.main-business li{
  padding: 0 22px;
}
.main-business li .main{
  overflow: hidden;
  position: relative;
}
.main-business li img{
  display: block;
  width: 100%;
}
.main-business li .txt{
  color: #fff;
  background: rgba(0,171,162,.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 41px;
  overflow: hidden;
  transition: 0.3s;
}
.main-business li .txt h1{
  font-size: 18px;
  line-height: 41px;
}
.main-business li .txt p{
  font-size: 20px;
  text-transform: uppercase;
}
.main-business li .main:hover .txt{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.main-business li .main:hover h1{
  font-size: 30px;
  margin-bottom: 8px;
}

.idx-about-tit{
  color: #fff;
  text-transform: uppercase;
  font-family: 黑体;
  font-size: 60px;
  border-bottom: 1px solid rgba(255,255,255,.3);
}
.idx-about-tit span{
  font-size: 18px;
}
.idx-about-txt{
  overflow: hidden;
  margin-top: -3%;
  padding: 7% 6% 0 0;
  border-right: 1px solid rgba(255,255,255,.3);
}
.idx-about-txt .more{
  display: block;
  width: 120px;
  line-height: 40px;
  background: #00ABA2;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 8%;
}
.idx-about-txt,.idx-about-txt p,.idx-about-txt span{
  font-size: 14px;
  color: #fff;
  line-height: 2.57;
}
.idx-about-img{
  margin-top: -2%;
}
.idx-about-img img{
  display: block;
  width: 100%;
}

.idx-news-tit{
  color: #fff;
  text-transform: uppercase;
  font-family: 黑体;
  font-size: 60px;
  line-height: 1.3;
  white-space: nowrap;
}
.idx-news-tit span{
  display: block;
  font-size: 18px;
}
.idx-news{
  overflow: hidden;
  /* margin-top: -7%; */
}
.idx-news li{
  overflow: hidden;
  padding-left: 6%;
}
.idx-news li .pic{
  padding-left: 101px;
  margin-top: 30px;
}
.idx-news li .pic img{
  display: block;
  width: 100%;
}
.idx-news li .time{
  font-size: 14px;
  color: #d6d6d6;
  text-align: right;
  margin-top: 30px;
  padding-right: 34px;
}
.idx-news li .time span{
  font-size: 24px;
  color: #fff;
  display: block;
}
.idx-news li .main{
  border-bottom: 1px solid rgba(255,255,255,.3);
  border-left: 1px solid rgba(255,255,255,.3);
  padding: 30px 0 30px 34px;
  width: calc(100% - 102px);
  position: relative;
}
.idx-news li .main:after{
  content: '';
  display: block;
  width: 2px;
  height: 23px;
  background: #fff;
  position: absolute;
  left: -1px;
  top: 30px;
}
.idx-news li .main h1{
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
}
.idx-news li .main p{
  font-size: 14px;
  color: #eee;
  line-height: 2.14;
}
.idx-news .more{
  display: inline-block;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 30px;
}
.idx-news li:first-child .main{
  border-bottom: none;
}

.ny-banner{
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.location{
  overflow: hidden;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #666;
  line-height: 70px;
}
.location .cur-tit{
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.location .cur-tit span{
  font-size: 16px;
  color: #666;
  margin-left: 5px;
}
.location .current{
  background: url(../images/icon5.png) no-repeat left;
  padding-left: 25px;
}
.location .current a{
  color: #666;
}
.location .current span,.location .current a:hover{
  color: #00aba2;
}
.alone-content{
  overflow: hidden;
  text-align: justify;
  padding: 4% 0 6%;
}
.alone-content,.alone-content p,.alone-content span{
  font-size: 16px;
  line-height: 40px;
  color: #666;
}
.alone-content .a-tit1{
  font-size: 30px;
  line-height: 40px;
  color: #00aba2;
  font-weight: bold;
}
.alone-content .a-tit2{
  font-size: 18px;
  line-height: 30px;
  color: #00aba2;
  font-weight: 400;
  margin-bottom: 2%;
}
.alone-content.cus-box p{
  line-height: 2;
}
.alone-content .cnt-t{
  margin: 2% 0 -1%;
}
.alone-content img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.alone-content .l-txt{
  padding-right: 5%;
}
.alone-content .bk-pic{
  position: relative;
  padding-bottom: 25px;
  padding-right: 25px;
}
.alone-content .bk-pic:after{
  content: '';
  position: absolute;
  border: 3px solid #00ABA2;
  bottom: 0;
  right: 0;
  left: 25px;
  top: 25px;
}
.alone-content .bk-pic img{
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}

.footer {
  background: #00aba2;
  padding: 2% 0 7%;
  position: relative;
}
.footer .copyright{
  position: absolute;
}
.foot-logo{
  display: none;
  position: relative;
}
.foot-logo img{
  height: 160px;
}
.footlinks {
  overflow: hidden;
}
.footlinks p{
  font-size: 16px;
  color: #fff;
  line-height: 2.25;
}
.footlinks,.footlinks a{
  font-size: 18px;
  color: #fff;
  line-height: 2;
}
.foot-code{
  overflow: hidden;
  float: right;
}
.foot-code img{
  width: 115px;
}
.foot-code span{
  display: block;
  font-size: 14px;
  color: #fff;
  margin-top: 12px;
}

.navMenubox{
  overflow: hidden;
  margin: 3% 0;
}
.navMenubox ul{
  overflow: hidden;
  margin: 0;
}
.navMenubox ul li{
  display: inline-block;
  background: #d4d4d4;
  font-size: 18px;
  line-height: 50px;
  margin: 5px 4%;
  border-radius: 4px;
}
.navMenubox ul li a{
  color: #fff;
  display: block;
  padding: 0 30px;
  white-space: nowrap;
}
.navMenubox ul li.cur{
  background: #00aba2;
}

.group-industry{
  overflow: hidden;
  margin: 4% -12px 0;
}
.group-industry li{
  padding: 0 12px;
  margin-bottom: 30px;
}
.group-industry li .pic{
  overflow: hidden;
  width: 100%;
  height: 200px;
}
.group-industry li .pic img{
  display: block;
  width: 100%;
  min-height: 100%;
}
.group-industry li p{
  font-size: 16px;
  color: #333;
  margin: 15px 0 0;
}


.ind-top{
  overflow: hidden;
  margin: 5% 0 3%;
}
.ind-top .pic{
  padding-right: 6%;
}
.ind-top .pic img{
  width: 100%;
}
.ind-top .txt{
  overflow: hidden;
  text-align: justify;
}
.ind-top .txt .title{
  font-size: 30px;
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.ind-top .txt p{
  font-size: 18px;
  color: #666;
  line-height: 1.72;
}
.ind-top .txt .tel{
  clear: both;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background: #00aba2;
  border-radius: 4px;
  line-height: 60px;
  padding: 0 32px;
  margin-top: 8%;
}

.ind-detail{
  overflow: hidden;
  color: #666;
  text-align: justify;
  margin: 0 0 4%;
}
.ind-detail p,.ind-detail span{
  font-size: 14px;
  line-height: 24px;
}

.news-center{
  overflow: hidden;
  margin: 4% 0;
}
.news-center li{
  overflow: hidden;
  padding: 0 32px;
}
.news-center li .main{
  overflow: hidden;
  border-bottom: 1px solid #F0F0F0;
  padding: 28px 0;
}
.news-center li .pic{
  padding-right: 3.17%;
}
.news-center li .pic img{
  display: block;
  width: 100%;
}
.news-center li .txt{
  line-height: 1;
}
.news-center li .txt h3{
  font-size: 18px;
  color: #515254;
  margin: 10px 0;
}
.news-center li .txt .time{
  font-size: 12px;
  color: #969696;
  font-weight: bold;
}
.news-center li .txt .nr{
  font-size: 14px;
  color: #646464;
  line-height: 24px;
  margin: 10px 0 20px;
}
.news-center li .txt .more{
  font-size: 14px;
  color: #000;
  display: block;
  width: 100px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
}
.news-center li:hover{
  background: #f5f5f5;
}
.news-center li:hover .txt h3{
  color: #00aba2;
  font-weight: bold;
}
.news-center li:hover .txt .more{
  background: #00aba2;
  border-color: #00aba2;
  color: #fff;
}

.news-top{
  border-bottom: 1px solid #F0F0F0;
  margin: 4% 0;
  overflow: hidden;
}
.news-top p{
  font-size: 14px;
  color: #969696;
  margin: 30px 0 10px;
}
.news-top p span{
  margin: 0 10px;
}
.news-detail{
  overflow: hidden;
  text-align: justify;
  margin: 0 0 3%;
}
.news-detail img{
  display: block;
  margin: 0 auto;
  height: auto;
}
.news-detail p,.news-detail span{
  font-size: 14px;
  color: #969696;
  line-height: 24px;
}

.news-page{
  overflow: hidden;
  background: #f5f5f5;
  font-size: 18px;
  padding: 17px 20px;
  line-height: 46px;
  margin: 5% 0 5%;
}

.culture-box{
  position: relative;
  overflow: hidden;
}
.culture-box .num{
  font-size: 62px;
  font-family: Bahnschrift,Arial;
  line-height: 1;
}
.culture-box .pic{
  position: relative;
}
.culture-box .txt{
  line-height: 1;
}
.culture-box .txt p{
  margin: 5px 0 15px;
}
.culture-box .txt h4{
  line-height: 1.72;
  margin: 0;
}
.culture-box .line{
  display: block;
  width: 17px;
  background: url(../images/icon6.png) no-repeat 0 0;
  position: absolute;
}
.culture-box.clt-box1{
  margin: 3% 0;
}
.culture-box.clt-box1 .num{
  width: 160px;
  height: 160px;
  background: #00ABA2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.culture-box.clt-box1 .txt{
  margin-top: 70px;
  position: relative;
  padding: 5% 0 7% 5%;
}
.culture-box.clt-box1 .txt:after{
  content: '';
  display: block;
  background: #f5f5f5;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 200%;
  z-index: -1;
}
.culture-box.clt-box1 .line{
  top: 60%;
  left: 70%;
  bottom: 0;
}
.culture-box.clt-box3:after{
  content: '';
  width: 100%;
  height: 60%;
  background: #00ABA2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.culture-box.clt-box2 .txt{
  padding-top: 5%;
  padding-bottom: 14%;
}
.culture-box.clt-box2 .line{
  top: 66%;
  left: 45%;
  bottom: 0;
}
.culture-box.clt-box3 .txt{
  color: #fff;
  padding-top: 4%;
}
.culture-box.clt-box3 img{
  margin-top: 36%;
}
.culture-box.clt-box3 .container{
  position: relative;
  padding-bottom: 3%;
}
.culture-box.clt-box3 .line{
  top: 71%;
  left: 95%;
  bottom: 0;
}
.culture-box.clt-box2 .num,.culture-box.clt-box4 .num{
  color: #00aba2;
}
.culture-box.clt-box4{
  margin-bottom: 5%;
}
.culture-box.clt-box4 .txt{
  padding-left: 4%;
}
.culture-box.clt-box4 img{
  display: block;
  margin-top: 3%;
}

.contact-us{
  overflow: hidden;
  margin: 5% -30px 0;
}
.contact-us li{
  padding: 0 30px;
  margin-bottom: 3%;
}
.contact-us li .main{
  border: 1px solid #F0F0F0;
  padding: 30px 9px;
}
.contact-us li h4{
  font-size: 20px;
  margin: 18px 0;
}
.contact-us li p{
  font-size: 16px;
}

.message-box{
  overflow: hidden;
  background: #f5f5f5;
  margin-top: 3%;
  padding-bottom: 4%;
}
.message-box .title{
  padding: 3% 0;
}
.message-box .title h2{
  font-weight: bold;
  margin-bottom: 12px;
}
.message-box .title p{
  font-size: 14px;
  color: #999;
}
.message-main{
  overflow: hidden;
  margin: 0 -15px;
}
.message-main ul{
  padding: 0 15px;
}
.message-main ul li{
  margin-bottom: 10px;
  position: relative;
}
.message-main ul li .text{
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #B1B1B1;
  opacity: 1;
  border-radius: 4px;
  line-height: 58px;
  height: 60px;
  font-size: 14px;
  padding: 0 18px;
}
.message-main ul li textarea{
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #B1B1B1;
  opacity: 1;
  border-radius: 4px;
  line-height: 24px;
  height: 200px;
  font-size: 14px;
  padding: 17px 18px;
}
.message-main ul li .nums{
  background: #fff;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  position: absolute;
  bottom: 5px;
  right: 2px;
  left: 2px;
  text-align: right;
  padding: 15px 20px;
}
.message-main .btns{
  margin: 0 15px;
}
.message-main .btns button{
  width: 180px;
  height: 60px;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  color: #fff;
}
.message-main .btns .submit{
  background: #00aba2;
  margin-right: 12px;
}
.message-main .btns .reset{
  background: #808080;
}

@media (min-width: 768px) {
  .subnav .nav-menus {
    width: 60%;
  }
  .subnav .navbar-nav > li{
    width: 25%;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-default {
    width: calc(100% - 350px);
  }
  .news-page .next{
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar.navbar-default {
    width: calc(100% - 250px);
  }
  .nav-menus{
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar.navbar-default {
    width: calc(100% - 300px);
  }
}
@media (max-width: 1199px){
  .navbar-nav > li{
    font-size: 14px;
  }
}
@media (max-width: 991px){
  .container{
    padding-left: 5%;
    padding-right: 5%;
  }
  .logo {
    height: 61px;
    margin-top: 19px;
  }
  .idx-about-txt{
    padding-right: 2%;
    border-right: none;
  }
  .idx-about-txt, .idx-about-txt p, .idx-about-txt span {
    line-height: 2;
  }
  .idx-news li{
    padding: 0 5%;
  }
  .ind-top .pic{
    padding: 0;
    margin-bottom: 20px;
  }
  .ind-top .txt .tel{
    margin: 20px 0;
  }
  .news-center li{
    padding: 0 20px;
  }
  .news-center li .main{
    padding: 18px 0;
  }
  .culture-box.clt-box1 .num{
    width: 130px;
    height: 130px;
  }
  .culture-box.clt-box2{
    margin-bottom: 5%;
  }
  .culture-box.clt-box2 .txt{
    padding-bottom: 5%;
  }
  .culture-box.clt-box2 .line{
    left: 90%;
  }
  .culture-box.clt-box3 .txt{
    color: #333;
    padding-left: 9%;
  }
  .culture-box.clt-box3 img{
    margin-top: 5%;
  }
  .culture-box.clt-box3 .line{
    left: 90%;
  }
  .culture-box.clt-box4 .txt{
    margin-top: 5%;
    padding: 0;
    text-align: center;
  }
  .alone-content .l-txt{
    padding-right: 0;
    margin-bottom: 5%;
  }
  .alone-content .bk-pic{
    padding-bottom: 15px;
    padding-right: 15px;
  }
  .alone-content .bk-pic:after{
    left: 15px;
    top: 15px;
  }
}
@media (max-width: 767px){
  .navbar.navbar-default {
    width: 100%;
    min-height: auto;
  }
  .navbar-toggle{
    right: 6%;
    margin-right: 0;
  }
  .navbar-default .navbar-nav > li > a{
    width: 100%;
    text-align: center;
  }
  .navbar-default .navbar-collapse{
    padding: 10px;
  }
  .navbar-default .navbar-nav > .active > a:after{
    height: 2px;
  }
  .back-home{
    margin: 0 auto;
    width: 100%;
    font-size: 16px;
  }
  .logo {
    height: 40px;
    margin: 10px 0;
  }
  .idx-about-tit,.idx-news-tit{
    font-size: 40px;
  }
  .idx-about-tit span,.idx-news-tit span{
    font-size: 16px;
  }
  .main-business{
    margin: 0 15%;
  }
  .main-business li{
    margin: 5px 0;
  }
  .main-business li .main:hover h1{
    font-size: 18px;
  }
  .main-business li .txt p{
    font-size: 14px;
  }
  .idx-news li .pic{
    padding-left: 76px;
  }
  .idx-news li .main{
    padding: 20px;
    width: calc(100% - 76px);
  }
  .idx-news li .time{
    padding-right: 20px;
    margin-top: 20px;
  }
  .idx-news li .main:after{
    top: 20px;
  }
  .idx-news li .time span{
    font-size: 20px;
  }
  .idx-news li .main h1{
    font-size: 18px;
  }
  .location .cur-tit{
    font-size: 18px;
    line-height: 3;
  }
  .location .cur-tit span{
    font-size: 12px;
  }
  .alone-content, .alone-content p, .alone-content span{
    font-size: 14px;
    line-height: 2;
  }
  .alone-content .a-tit1{
    font-size: 20px;
  }
  .alone-content .a-tit2{
    font-size: 14px;
    line-height: 1;
  }
  .footlinks a{
    display: inline-block;
  }
  .footlinks, .footlinks a,.footlinks p{
    font-size: 13px;
  }
  .foot-logo img{
    display: block;
    height: 100px;
    margin: 0 auto;
  }
  .navMenubox ul li{
    font-size: 14px;
    line-height: 40px;
    margin: 5px;
  }
  .navMenubox ul li a{
    padding: 0 16px;
  }
  .group-industry li .pic{
    height: auto;
  }
  .ind-top .txt .title{
    font-size: 20px;
  }
  .ind-top .txt p{
    font-size: 16px;
  }
  .ind-top .txt .tel{
    line-height: 50px;
    padding: 0 20px;
    font-size: 14px;
  }
  .news-center li{
    padding: 0 10px;
  }
  .news-center li .main{
    padding: 10px 0;
  }
  .news-center li .pic{
    padding: 0;
    margin-bottom: 10px;
  }
  .news-center li .txt .more{
    margin: -10px 0 10px;
  }
  .news-top h2{
    font-size: 20px;
  }
  .news-top p{
    font-size: 12px;
    margin-top: 15px;
  }
  .news-top p span{
    margin: 0 5px;
  }
  .news-page{
    font-size: 14px;
    padding: 10px 15px;
  }
  .culture-box .num{
    font-size: 42px;
  }
  .culture-box .txt h1{
    font-size: 24px;
  }
  .culture-box .txt p{
    margin-bottom: 8px;
  }
  .culture-box .txt h4{
    font-size: 14px;
  }
  .culture-box.clt-box1 .num{
    width: 100px;
    height: 100px;
  }
  .culture-box.clt-box1 .txt{
    margin-top: 5%;
  }
  .contact-us{
    margin: 5% 0;
  }
  .contact-us li{
    padding: 0;
  }
  .contact-us li .main{
    padding: 20px 5px;
  }
  .contact-us li h4{
    margin: 10px 0;
  }
  .contact-us li p{
    font-size: 14px;
  }
  .message-box .title h2{
    font-size: 24px;
    margin-top: 10px;
  }
  .message-main ul li .text{
    line-height: 48px;
    height: 50px;
  }
  .message-main .btns{
    text-align: center;
    margin-bottom: 20px;
  }
  .message-main .btns button {
    width: 118px;
    height: 46px;
  }
  .section .swiper-slide img{
    max-width: 90%;
    max-height: 100px;
  }
}
@media (max-width: 480px) {
  .ny-banner{
    height: 160px;
  }
  .section .swiper-slide img{
    max-height: 70px;
  }
}
