*{
  margin: 0;
  padding: 0;
}
img{
  max-width: 100%;
}
input, a, img, textarea,:focus {
  outline: none;
}
em,i{
  font-style: normal;
}
hr{
  margin: 0;
  border-color: #b3b3b3;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.overhide{
  overflow: hidden;
}
.undis {
  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;
}
.clamp3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.clamp4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
li {
  list-style: none;
}
.clear {
  clear: both;
}
.space {
  clear: both;
  width: 100%;
  height: 70px;
}
.bg511{
  background: #f5f1f1;
}

.logo {
  height: 74px;
  margin: 44px 0 29px;
}
a{
	cursor: pointer;
}

.topbar{
  overflow: hidden;
  background: #333;
  font-size: 14px;
  color: #999;
  line-height: 35px;
}
.topbar a{
  color: #999;
}
.topbar .home{
  background: url(../images/icon1.png) no-repeat left;
  padding-left: 20px;
}
.topbar .collect{
  background: url(../images/icon2.png) no-repeat left;
  padding-left: 20px;
  margin-left: 16px;
}
.topbox {
  overflow: hidden;
}

.menubox {
  background: #0073c0;
  width: 100%;
  left: 0;
  position: relative;
  z-index: 99;
}

.hot-search{
  overflow: hidden;
  background: #f9f9f9;
}
#callboard{
  height: 70px;
  overflow: hidden;
  border-left: 1px solid #e5e5e5;
  padding: 0 11px;
}
#callboard ul{
  overflow: hidden;
  height: 70px;
  background: url(../images/icon3.png) no-repeat left;
  padding-left: 50px;
}
#callboard ul li{
  line-height: 70px;
  font-size: 16px;
}
#callboard ul li span{
  color: #f90303;
  font-weight: bold;
}
.search_box {
  overflow: hidden;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 13px 15px 12px;
}
.search_box .text {
  float: left;
  width: 78%;
  border: none;
  font-size: 14px;
  background: none;
  line-height: 45px;
  height: 45px;
}
.search_box .submit {
  float: right;
  width: 45px;
  height: 45px;
  background: url(../images/search.png) no-repeat center #ef1d21;
  border: none;
  font-size: 0;
  text-indent: 10rem;
  cursor: pointer;
}

.index_tit {
  padding: 4% 0 3%;
}
.index_tit .h1 {
  font-size: 36px;
  color: #4d4d4d;
  line-height: 1.5;
  text-transform: uppercase;
}
.index_tit .h2 {
  font-size: 18px;
  color: #4d4d4d;
  line-height: 1;
}

.index-honor{
  position: relative;
  background: url(../images/honor_bg.jpg) no-repeat center;
  background-size: cover;
}
.index-honor .index_tit{
  padding: 0;
  margin-top: -26px;
}
.index-honor .trophy{
  display: inline-block;
  background: url(../images/trophy.png) no-repeat left bottom;
  padding-left: 113px;
  padding-top: 60px;
  padding-bottom: 5px;
}
.index-honor .trophy .h1{
  color: #fff;
}
.index-honor ul{
  overflow: hidden;
  margin: 0 -13px 4%;
}
.index-honor ul li{
  float: left;
  width: 20%;
  padding: 0 13px;
  margin-top: 3%;
}
.index-honor ul li .pic{
  padding: 10px;
  height: 184px;
  border: 1px solid rgba(255,255,255,.5);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-honor ul li .pic img{
  max-height: 100%;
}
.index-honor ul li p{
  font-size: 18px;
  color: #fff;
}
.index-honor ul li .pic:hover{
  border-color: #fff;
}

.examp-list{
  overflow: hidden;
}
.examp-list ul{
  overflow: hidden;
  margin: 0 -22px;
}
.examp-list ul li{
  overflow: hidden;
  padding: 0 22px;
  color: #0b0b0b;
  margin-bottom: 3%;
  padding-top: 9px;
}
.examp-list ul li .main{
  transition: 0.3s;
  border: 2px solid #ebebeb;
  padding: 22% 3%;
}
.examp-list ul li .icon{
  display: block;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  transition: 0.2s;
}
.examp-list ul li .m1{
  background: url(../images/fw_ico1.png) no-repeat 0 0;
}
.examp-list ul li .m2{
  background: url(../images/fw_ico2.png) no-repeat 0 0;
}
.examp-list ul li .m3{
  background: url(../images/fw_ico3.png) no-repeat 0 0;
}
.examp-list ul li .m4{
  background: url(../images/fw_ico4.png) no-repeat 0 0;
}
.examp-list ul li .h2{
  font-size: 22px;
  margin: 18% 0 8px;
}
.examp-list ul li p{
  font-size: 16px;
  color: #aeaeb0;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10%;
}
.examp-list ul li p:after{
  content: '';
  display: block;
  width: 53px;
  height: 4px;
  background: #e60604;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.examp-list ul li .main:hover{
  border-color: #b9b9b9;
  transform: translateY(-9px);
}
.examp-list ul li:hover .m1{
  background: url(../images/fw_ico1_on.png) no-repeat 0 0;
}
.examp-list ul li:hover .m2{
  background: url(../images/fw_ico2_on.png) no-repeat 0 0;
}
.examp-list ul li:hover .m3{
  background: url(../images/fw_ico3_on.png) no-repeat 0 0;
}
.examp-list ul li:hover .m4{
  background: url(../images/fw_ico4_on.png) no-repeat 0 0;
}

.index-product{
  overflow: hidden;
  background: #2d3035;
}
.index-product .index_tit .h1{
  color: #fff;
}
.engineering {
  padding: 0 0 6%;
}
.engineering .case_num {
  position: relative;
  font-size: 0;
}
.engineering .case_num:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: -100%;
  right: -100%;
  height: 2px;
  background: #0a0a0a;
}
.engineering .case_num li {
  display: inline-block;
  font-size: 18px;
  line-height: 3;
  color: #a1a1a1;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  margin: 0 20px;
}
.engineering .case_num li.active,.engineering .case_num li:hover {
  color: #e91919;
}
.engineering .case_num li.active:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #e91919;
  z-index: 2;
}
.pro-list{
  overflow: hidden;
  margin: 0 -22px;
}
.pro-list li{
  padding: 0 22px;
  margin-top: 5%;
}
.pro-list li .main{
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 2px solid #7d8085;
}
.pro-list li .pic{
  width: 100%;
  height: 303px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
}
.pro-list li .pic img{
  max-height: 100%;
  transition: 0.5s;
}
.pro-list li:hover img{
  transform: scale(1.08);
}
.pro-list li h1{
  font-size: 18px;
  color: #fff;
  margin: 10px 0 16px;
}
.pro-list li p{
  font-size: 16px;
  line-height: 20px;
  color: #616267;
  background: url(../images/icon4.png) no-repeat right;
  padding-right: 12px;
}

.index-about{
  overflow: hidden;
  position: relative;
  background: #f7f7f7;
  background: url(../images/about_bg.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 3%;
}
.index-about .pic{
  padding-left: 3.8%;
}
.index-about .pic img{
  display: block;
  width: 100%;
}
.about-main{
  overflow: hidden;
  margin-bottom: 4%;
}
.about-main .content{
  font-size: 18px;
  line-height: 1.66;
  color: #434343;
  overflow: hidden;
  text-align: justify;
  margin-bottom: 6%;
}

.news-box{
  overflow: hidden;
  background: url(../images/news_bg.jpg) no-repeat center;
  background-size: cover;
}
.news-box .index_tit .h1 {
  color: #fff;
}
.newsMenu {
  font-size: 0;
  text-align: center;
}
.newsMenu li {
  display: inline-block;
  position: relative;
  font-size: 20px;
  margin: 0 15px;
  border: 2px solid #fff;
  width: 149px;
  line-height: 48px;
  color: #fff;
  cursor: pointer;
}
.newsMenu .active,.newsMenu li:hover {
  background: #fff;
  color: #f00202;
}

.index-news{}
.index-news ul{
  overflow: hidden;
  margin: 4% -20px;
}
.index-news ul li{
  padding: 0 40px;
  margin-bottom: 3%;
}
.index-news ul li a{
  display: block;
  overflow: hidden;
  position: relative;
}
.index-news ul li .pic{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.index-news ul li .pic img{
  width: 100%;
  min-height: 100%;
}
.index-news ul li .txt{
  overflow: hidden;
  background: #fff;
  padding: 5%;
}
.index-news ul li .txt h1{
  font-size: 20px;
  color: #0c0c0c;
  line-height: 28px;
  height: 56px;
  margin: 5px 0 8px;
}
.index-news ul li .txt p{
  font-size: 16px;
  line-height: 24px;
  color: #787878;
  height: 72px;
}
.index-news ul li .txt .data{
  font-size: 16px;
  color: #f20808;
}

.footer {
  background: #2d3035;
  overflow: hidden;
  padding: 2% 0;
  border-bottom: 1px solid #1d1d1d;
}
.footer .contact {
  color: #fff;
}
.footer .contact .links{
  font-size: 15px;
}
.footer .contact .links a{
  color: #fff;
  padding: 0 5px;
}
.footer .contact dl{
  background: url(../images/icon5.png) no-repeat left;
  padding-left: 53px;
  margin: 20px 0;
}
.footer .contact dl dt{
  font-size: 18px;
}
.footer .contact dl dd{
  font-size: 14px;
  color: #c6c6c6;
}
.footer .contact .addr,.footer .contact .way{
  font-size: 13px;
  line-height: 20px;
  padding: 5px;
}
.footer .contact .addr{
  background: url(../images/icon6.png) no-repeat left;
  padding-left: 20px;
}
.footer .contact .way{
  background: url(../images/icon7.png) no-repeat left;
  padding-left: 20px;
}
.footewm img {
  width: 141px;
  height: 141px;
}
.footewm em {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: 0 12px;
}
.footewm em a{
  display: block;
  width: 100%;
  height: 100%;
}

.Copyright {
  text-align: center;
  background: #2d3035;
  padding: 20px 0;
}
.Copyright p {
  font-size: 14px;
  line-height: 20px;
  color: #6c7175;
}
.Copyright a {
  color: #6a6a6a;
}

.ny_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover!important;
  height: 220px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner_pro{
  background: url(../images/banner_pro.jpg) no-repeat center;
}
.banner_about{
  background: url(../images/banner_about.jpg) no-repeat center;
}
.banner_news{
  background: url(../images/banner_news.jpg) no-repeat center;
}
.banner_honor{
  background: url(../images/banner_honor.jpg) no-repeat center;
}
.banner_contact{
  background: url(../images/banner_contact.jpg) no-repeat center;
}
.banner_feedback{
  background: url(../images/banner_feedback.jpg) no-repeat center;
}
.location{
  font-size: 12px;
  color: #000;
  margin: 6% 0 1.5%;
}
.location a{
  color: #000;
}
.location a:hover{
  color: #0073c0;
}

/*产品中心*/
.pro-page {
  overflow: hidden;
  margin-bottom: 5%;
  margin-top: 35px;
  margin-left: 3%;
  background: #fff;
  padding: 4% 22px 0;
}
.pro_center{
  overflow: hidden;
}
.pro_center ul {
  overflow: hidden;
  margin: 0 -7px;
}
.pro_center ul li {
  padding: 0 7px;
  margin-bottom: 25px;
}
.pro_center ul li a {
  display: block;
  background: #fff;
  border: 1px solid #d7ddde;
  border-bottom-width: 4px;
  padding: 12px 10px 0;
  transition: all 0.5s;
}
.pro_center ul li .pic {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 2px solid #d7ddde;
}
.pro_center ul li .pic img {
  max-height: 100%;
  display: block;
  transition: 0.5s;
}
.pro_center ul li h5 {
  font-size: 14px;
  color: #727272;
  text-align: center;
}
.pro_center ul li p {
  font-size: 14px;
  color: #bababb;
  margin-bottom: 5px;
}
.pro_center ul li a:hover .pic img{
  transform: scale(1.05);
}
.pro_center ul li a:hover h5 {
  color: #0073c0;
}

.list-nav{
  background: #fff;
  overflow: hidden;
  margin-right: 5%;
  margin-top: 35px;
}
.list-nav .tit{
  background: linear-gradient(90.21deg, #df0f0f 0%, #b80e0e 100%);
  color: #fff;
  padding: 24px 30px;
}
.list-nav .tit h1{
  font-size: 24px;
}
.list-nav .tit h2{
  font-size: 16px;
}
.list-nav ul{
  overflow: hidden;
  font-size: 0;
  padding: 38px 30px;
}
.list-nav ul li{
  margin-bottom: 20px;
}
.list-nav li a{
  font-size: 14px;
  color: #6c6c6c;
  line-height: 20px;
}
.list-nav li a.cur,.list-nav li a:hover{
  color: #eb1e2e;
}

.about-content {
  overflow: hidden;
  margin: 2% 0 6%;
}
.about-content .text{
  overflow: hidden;
  text-align: justify;
}
.about-content .text p,.about-content .text span{
  font-size: 16px;
  line-height: 40px;
  color: #515253;
}

.fynumber {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin: 5% 0;
  color: #333;
  font-size: 14px;
}
.fynumber a,.fynumber span {
  padding: 5px 11px 5px 11px;
  display: inline-block;
  color: #333;
  border: 1px solid #dfe3e8;
  margin-left: 4px;
  margin-bottom: 4px;
  border-radius: 4px;
}
.fynumber a.cur,.fynumber a:hover,.fynumber .current {
  color: #eb1e2e;
  border: 1px solid #eb1e2e;
}

/*新闻中心*/
.news-nav{
  overflow: hidden;
  font-size: 0;
  margin-bottom: -15px;
}
.news-nav a{
  display: inline-block;
  position: relative;
  font-size: 14px;
  margin: 0 8px;
  border: 1px solid #6d6d6d;
  background: #fff;
  width: 78px;
  line-height: 28px;
  color: #6d6d6d;
}
.news-nav a.cur{
  background: #eb1e2e;
  color: #fff;
  border-color: #eb1e2e;
}
.news_center{
  overflow: hidden;
  margin-top: 3%;
}
.news_center ul {
  overflow: hidden;
}
.news_center ul li {
  overflow: hidden;
  padding: 2.5% 0;
}
.news_center ul li a {
  color: #575757;
}
.news_center ul li .txt{
  background: url(../images/icon4.png) no-repeat right;
  padding-right: 4%;
}
.news_center ul li p {
  font-size: 13px;
  line-height: 20px;
  color: #787878;
}
.news_center ul li .tit {
  font-size: 14px;
  margin: 0 0 18px;
}
.news_center ul li .time{
  border-right: 1px solid #d7dde3;
  padding-right: 20px;
  margin-right: 30px;
}
.news_center ul li .time h1{
  font-size: 43px;
  color: #f73232;
}
.news_center ul li .time p{
  font-size: 16px;
  color: #787878;
}
.news_center ul li:hover .pic img{
  transform: scale(1.1);
}
.news_center ul li a:hover{
  color: #0073c0;
}

/*新闻详情*/
.news-content{
  overflow: hidden;
  border-bottom: 1px solid #d4e0e2;
  padding-bottom: 3%;
}
.news-content .news_top {
  overflow: hidden;
  margin-bottom: 3%;
  padding: 2% 0;
  border-top: 1px solid #d4e0e2;
  border-bottom: 1px dashed #bcbcbc;
}
.news-content .news_top .title {
  font-size: 36px;
  color: #525252;
  margin-bottom: 10px;
}
.news-content .news_top p {
  font-size: 12px;
  color: #818181;
}
.news-content .content{
  font-size: 14px;
  overflow: hidden;
  line-height: 28px;
  color: #686868;
  text-align: justify;
}
.news-content .content img{
  display: block;
  margin: 0 auto;
}
.news-content .turn-page{
  overflow: hidden;
  font-size: 14px;
  color: #818181;
  margin-top: 20px;
}
.news-content .turn-page a{
  color: #818181;
}
.news-content .turn-page p{
  margin-bottom: 8px;
}

.about-product{
  overflow: hidden;
}
.about-product .title{
  font-size: 16px;
  color: #686868;
  margin: 3% 0;
}
.about-product ul{
  overflow: hidden;
  margin: 0 -15px;
}
.about-product ul li{
  padding: 0 15px;
  margin-bottom: 6%;
}
.about-product ul li .pic{
  width: 100%;
  height: 170px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-product ul li .pic img{
  max-height: 100%;
}
.about-product ul li p{
  font-size: 16px;
  color: #333;
  margin-top: 15px;
}

.honor-list{
  overflow: hidden;
}
.honor-list ul{
  overflow: hidden;
  font-size: 0;
  margin: 0 -13px 4%;
}
.honor-list ul li{
  display: inline-block;
  width: 20%;
  padding: 0 13px;
  margin-bottom: 20px;
}
.honor-list ul li .pic{
  padding: 10px;
  height: 185px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.honor-list ul li .pic img{
  max-height: 100%;
}

/*联系我们*/
.contact_way {
  overflow: hidden;
  font-size: 15px;
  color: #787878;
  margin: 4% 0 6%;
}

.message_box {
  overflow: hidden;
  margin: 4% 0 5%;
}
.message_box ul{
  overflow: hidden;
}
.message_box ul li {
  overflow: hidden;
  background: #f4f4f4;
  padding: 15px 20px 20px;
}
.message_box ul li textarea {
  line-height: 30px;
  width: 100%;
  font-size: 15px;
  resize: none;
  border: none;
  background: #f4f4f4;
  height: 210px;
}
.message_box ul li .length {
  line-height: 35px;
  font-size: 15px;
  color: #79797a;
  margin-right: 20px;
}
.message_box ul li .submit {
  border: none;
  line-height: 35px;
  height: 35px;
  cursor: pointer;
  font-size: 15px;
  width: 65px;
  background: #eb1e2e;
  color: #fff;
}

.feedback-list{
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 8%;
}
.feedback-list li{
  font-size: 15px;
}
.feedback-list li p{
  margin-bottom: 10px;
}
.feedback-list li .issue{
  overflow: hidden;
  background: #f4f4f4;
  border-top: 1px solid #e5e5e5;
  padding: 20px 20px 0;
}
.feedback-list li .reply{
  overflow: hidden;
  padding: 10px 20px;
}
.feedback-list li .reply .tit{
  font-weight: bold;
  color: #eb1e2e;
}

@media (min-width: 992px){
  .navbar{
    float: right;
    width: 52%;
    margin-top: 69px;
  }
}
@media (max-width: 1200px) {
  .logo {
    height: 54px;
    margin: 64px 0 29px;
  }
  .pro-list li .pic{
    height: 200px;
  }
  .index-honor ul li .pic{
    height: 120px;
  }
  .honor-list ul li .pic{
    height: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .navbar{
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .pro_center ul li .pic{
    height: 140px;
  }
  .pro_center ul li p{
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .ny_banner{
    height: 150px;
  }
}
@media (max-width: 991px) {
  #callboard{
    border-right: 1px solid #e5e5e5;
  }
  .search_box{
    border-top: 1px solid #e5e5e5;
  }
  .pro_center ul li {
    margin: 10px 0;
  }
  .engineering .case_num li {
    font-size: 16px;
  }
  .pro-list li .pic{
    height: 320px;
  }
  .index-about .pic{
    padding: 3% 0 5%;
  }
  .index-honor ul li{
    width: 50%;
  }
  .index-honor ul li .pic{
    height: 250px;
  }
  .examp-list{
    margin-left: 0;
  }
  .index-news ul li .pic{
    display: none;
  }
  .index-news ul{
    margin: 4% 0;
  }
  .index-news ul li{
    padding: 0;
  }
  .index-news ul li .txt h1,.index-news ul li .txt p{
    height: auto;
  }
  .foot {
    padding: 3%;
  }
  .footlink {
    display: none;
  }
  .footewm {
    margin-top: 5%;
  }
  .ny_banner{
    height: 120px;
  }
  .list-nav{
    margin-right: 0;
  }
  .honor-list ul li{
    width: 33.33%;
  }
  .pro-page{
    margin-left: 0;
  }
  .message_box ul{
    padding: 0;
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .container{
    margin-left: 15px;
    margin-right: 15px;
  }
  h1, .h1{
    font-size: 26px;
  }
  h2, .h2{
    font-size: 24px;
  }
  h3, .h3{
    font-size: 20px;
  }
  .logo {
    position: relative;
    z-index: 2;
    height: 32px;
    margin: 10px 0;
  }
  #callboard ul{
    background-size: 29px!important;
    padding-left: 40px;
  }
  #callboard ul li{
    font-size: 14px;
  }
  .index_tit .h2 {
    font-size: 16px;
  }
  .index_tit .h1 {
    font-size: 22px;
  }
  .index-honor .trophy{
    background-size: 60px!important;
    padding-left: 80px;
  }
  .pro_center ul li p{
    font-size: 16px;
    margin-top: 10px;
  }
  .about-main .content{
    font-size: 15px;
  }
  .index-honor ul li{
    width: 100%;
  }
  .index-honor ul li p{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .examp-list ul li .main{
    padding: 30px 10px;
  }
  .examp-list ul li .h2{
    font-size: 20px;
    margin: 30px 0 3px;
  }
  .examp-list ul li p{
    font-size: 14px;
    padding-bottom: 25px;
  }
  .newsMenu{
    margin-top: 10px;
  }
  .newsMenu li{
    font-size: 16px;
    margin: 0 5px;
    width: 130px;
    line-height: 40px;
  }
  .index-news ul li .txt h1{
    font-size: 18px;
  }
  .index-news ul li .txt p,.index-news ul li .txt .data{
    font-size: 14px;
  }
  .Copyright{
    padding: 10px 0;
  }
  .Copyright p{
    font-size: 12px;
    line-height: 1.5;
  }
  .list-nav .tit{
    padding: 10px 20px;
  }
  .list-nav ul{
    padding: 18px 20px 0;
  }
  .list-nav ul li{
    display: inline-block;
    width: 50%;
  }
  .pro-page{
    margin-top: 20px;
  }
  .pro_center ul li .pic{
    height: auto;
  }
  .ny_banner{
    height: 80px;
  }
  .location{
    line-height: 1.5;
    margin: 10px 0;
  }
  .list-nav a{
    font-size: 16px;
    line-height: 2;
    margin: 2% 0.5% 0;
  }
  .news_center ul li{
    margin-top: 3%;
  }
  .news_center ul li .time h1{
    font-size: 24px;
  }
  .news_center ul li .time p{
    font-size: 12px;
    margin-top: 5px;
  }
  .news_center ul li .tit{
    margin-bottom: 5px;
  }
  .news_center ul li p{
    font-size: 12px;
  }
  .honor-list ul li{
    width: 50%;
    margin: 10px 0 0;
  }
}
.van-pagination{
	margin: 20px auto;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}

.van-pagination .van-pagination__item{
	       display: inline-block;
	       color: #333;
	       border: 1px solid #dfe3e8;
	       margin-left: 9px;
	       margin-bottom: 7px;
	       border-radius: 6px;
		   flex: inherit;
		   font-size: 14px;
		   height: 32px;
		   line-height: 32px;
		   background-color: transparent;
		   
		   
		
}
.van-pagination .van-pagination__item::after{
	border-width: 0px;
}
.van-pagination .van-pagination__item:hover{
	background-color: transparent;
	color: #333;

}
.van-pagination .van-pagination__item--active{
	    color: #eb1e2e;
	    border: 1px solid #eb1e2e;
		background-color: transparent;
}
.no-data{
	    margin: 15% auto;
	    font-size: 18px;
	    color: #888;
	    text-align: center;

}
.fixed{
	position: fixed;
	    bottom: 0;
	    left: 0;
}
.red{
	color: red;
}
[v-cloak]{
	display:none!important
}

