.pages-tt {
  text-align: center;
  margin-top: 45px;
}
.pages-tt a {
  padding: 5px 20px;
  font-size: 16px;
  color: #333;
  display: inline-block;
  background-color: #eeeeee;
  margin: 5px 5px;
}
.pages-tt a.pages-active, .pages-tt a:hover {
  background-color: #132e89;
  color: #fff;
}
.pages-contentShow {
  line-height: 26px;
  color: #333;
  min-height: 200px;
  padding-top: 35px;
}
.indft img {
  max-width: 100% !important;
  height: auto !important;
}
.pages-contentShow-tt {
  font-size: 22px;
  margin: 25px 0 0;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px #ddd solid;
}
/*关于*/
.page-video {
  margin-bottom: 10px;
}
.page-video span {
  float: left;
  width: 41%;
  padding: 0 5px;
  box-sizing: border-box;
}
.page-video span.page-img {
  width: 26%;
}
.page-partner {
  margin-top: 10px;
}
.page-partner li {
  width: 16.66%;
  float: left;
  text-align: center;
  background-color: #fff;
  padding: 8px;
  box-sizng: border-box;
}
.page-partner li a {
  border: 1px solid #ddd;
  display: block;
}
.page-partner li img {
  margin: 0 auto;
  display: block;
}
.btn {
  width: 100%;
  height: 100%;
  padding: 8px 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.btn span {
  position: absolute;
  background: #132e89;
  display: inline-block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.btn1 {
  width: 100%;
  height: 2px;
  left: 0;
}
.btn2 {
  width: 2px;
  height: 100%;
  top: 0;
}
.btn-top {
  top: 0;
  transform: translateX(400px);
  -webkit-transform: translateX(400px);
}
.btn-bottom {
  bottom: 0;
  transform: translateX(-400px);
  -webkit-transform: translateX(-400px);
}
.btn-left {
  left: 0;
  transform: translateY(-200px);
  -webkit-transform: translateY(-200px);
}
.btn-right {
  right: 0;
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
}
.btn:hover span {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
/*产品导航*/
.pro_nav {
  margin-top: 40px;
  float: left;
  width: 22%;
  padding-right: 10px;
  box-sizing: border-box;
}
.sideMenu {
  border: 1px solid #ddd;
  border-bottom: 0
}
.sideMenu h1 {
  background-color: #132e89;
  color: #fff;
  font-size: 18px;
  padding: 12px 0 12px 20px;
}
.sideMenu h3 {
  height: 36px;
  line-height: 36px;
  padding-left: 15px;
  background: #EBEBEB;
  cursor: pointer;
  color: #333;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.sideMenu h3 em {
  float: right;
  display: block;
  width: 40px;
  height: 36px;
  background: url(../images/icoadd.png) 16px 14px no-repeat;
  cursor: pointer;
}
.sideMenu h3.on em {
  background-image: url(../images/icoadd2.png);
}
.sideMenu ul {
  color: #999;
  display: none; /* 默认都隐藏 */
}
.sideMenu ul li {
  line-height: 37px;
  height: 38px;
  border-bottom: 1px solid #ddd;
}
.sideMenu ul li a {
  display: block;
  padding-left: 25px;
}
.sideMenu ul li a span {
  margin-right: 10px;
  display: inline-block;
  font-weight: bold;
}
.sideMenu ul li a:hover, .sideMenu ul li a.on {
  background: #fff;
  color: #132e89;
  font-weight: bold;
}
/*产品列表*/
.pro_son {
  margin-top: 40px;
  float: right;
  width: 78%;
  padding-left: 10px;
  box-sizing: border-box;
}
.pro_son li {
  width: 33.33%;
  float: left;
  padding: 0 10px 20px;
  box-sizing: border-box;
}
.pro_son li a {
  display: block;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 5px #ddd;
}
.pro_son li a .pic {
  overflow: hidden;
}
.pro_son li a img {
  display: block;
  transition: all 0.5s;
}
.pro_son li a .pic .detail {
  position: absolute;
  top: 0;
  left: 0;
  height: 0px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  transition: all 0.5s;
  opacity: 0;
  padding: 10px;
}
.pro_son li a .title {
  background: #F3F3F3;
  transition: all 0.2s;
  padding: 8px;
  line-height: 22px;
  color: #555;
  border-top: 1px solid #ddd;
}
.pro_son li a .title span {
  font-size: 12px;
  display: block;
  color: #888;
}
.pro_son li a:hover {
  border-color: #132e89;
  box-shadow: 3px 3px 7px #aaa;
}
.pro_son li a:hover .pic .detail {
  height: 100%;
  color: #ffffff;
  opacity: 1;
}
.pro_son li a:hover .title {
  background: #132e89;
  color: #ffffff;
}
.pro_son li a:hover .title span {
  color: #ffffff;
}
@media screen and (max-width: 450px) {
  .pro_son li .ttt {
    width: 93%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .pro_son li a .title span {
    width: 93%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/*产品详情*/
.page_product {
  float: right;
  width: 78%;
  padding-left: 10px;
  box-sizing: border-box;
}
.page_product h4 {
  background-color: #132e89;
  color: #fff;
  padding: 8px 0 8px 15px;
  margin-top: 40px;
}
.page_product h1 {
  background-color: #132e89;
  color: #fff;
  padding: 8px 0 8px 15px;
  margin-top: 40px;
  font-size: 14px;
}
/*产品图*/
.pro_pic {
  width: 50%;
  margin-top: 20px;
  padding: 0 5px;
}
.pro_pic .hd {
  height: 70px;
  position: relative;
}
.pro_pic .hd ul {
  float: left;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.pro_pic .hd ul li {
  float: left;
  height: auto;
  width: 16.66%;
  cursor: pointer;
  padding: 10px 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.pro_pic .hd ul li img {
  border: 1px solid #ddd;
  display: block;
  max-width: 100%;
}
.pro_pic .hd ul li.on img {
  border-color: #1A58B2;
}
.pro_pic .bd .big_pro {
  margin-bottom: 12px;
  width: 100%;
}
.pro_pic .bd .big_pro img {
  border: 1px solid #ddd;
  max-width: 86%;
}
/*产品内容*/
.pro_text {
  width: 50%;
  margin-top: 20px;
  padding: 0 15px;
}
.pro_text p {
  color: #444;
  line-height: 30px;
}
.share {
  margin-top: 60px;
}
.share a {
  float: right;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  width: 125px;
  height: 40px;
  overflow: hidden;
  border: 1px solid #132e89;
}
.share a span {
  background: #132e89;
  color: #fff;
  position: absolute;
  width: 125px;
  text-align: center;
  line-height: 36px;
  height: 40px;
  transition: all .2s;
  font-size: 14px;
}
.share a span.out {
  top: 0;
}
.share a span.in {
  top: -40px;
  background: #fff;
  color: #132e89;
}
.share a:hover span.out {
  top: 40px;
}
.share a:hover span.in {
  top: 0;
}
/*产品推荐*/
.xq, .tj_pro {
  margin-top: 20px;
}
.tj_pro li {
  width: 25%;
  float: left;
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
}
.tj_pro li img {
  border: 1px solid #ddd;
  display: block;
}
.tj_pro li p {
  line-height: 40px;
  color: #666;
}
.tj_pro li a:hover p {
  color: #f00;
}
@media screen and (max-width: 450px) {
  .tj_pro li p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/*案例列表*/
.page-case {
  margin: 25px 0 0px;
}
.page-case li {
  float: left;
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.page-case li a {
  display: block;
  background: #fff;
  box-shadow: 2px 2px 5px #ccc;
}
.page-case li a .pic {
  position: relative;
  overflow: hidden;
}
.page-case li a .pic img {
  transition: all .5s;
  display: block;
}
.page-case li a .title {
  width: 100%;
  padding: 12px 10px 12px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #ffffff;
  line-height: 22px;
  color: #999;
  text-align: center;
  border-top: 1px solid #ddd;
}
.page-case li a .title h5 {
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
.page-case li a .title span {
  font-size: 12px;
}
.page-case li a:hover {
  box-shadow: 3px 3px 7px #aaa;
}
.page-case li a:hover .title {
  background: #132E89;
}
.page-case li a:hover .title h5 {
  color: #fff;
}
.page-case li a:hover .pic img {
  transform: scale(1.1);
}
/*荣誉*/
/*
.pages-honor{margin-top: 20px;}

.pages-honor li{margin-bottom: 10px; }

.pages-honor li a{line-height: 35px; border-bottom: 1px dotted #dddddd; display: block;transition: .3s; -webkit-transition: .3s;}

.pages-honor li a b{ display: inline-block;transition: .3s; -webkit-transition: .3s;}

.pages-honor li a span{float: right; font-family: arial; font-size: 12px;}

.pages-honor li a:hover{color: #f00;}

.pages-honor li a:hover b{transform: rotate(90deg); margin-right: 3px;color: #132e89;}

.pages-honor li .ii{float:left;font-style: normal; display: block; width:70%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
*/
.pages-honor li {
  float: left;
  width: 25%;
  padding: 15px;
  text-align: center;
  box-sizing: border-box;
}
.pages-honor li .im {
  border: 1px solid #ddd;
}
.pages-honor li img {
  transition: all 0.5s;
  display: block;
  box-sizing: border-box;
}
.pages-honor li p {
  line-height: 30px;
  font-size: 12px;
}
@media (max-width: 450px) {
  .pages-honor li {
    padding: 10px;
  }
  .pages-honor li p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/*下载*/
.pages-dol {
  margin-top: 20px;
}
.pages-dol li {
  border-bottom: 1px dotted #dddddd;
  line-height: 45px;
  color: #444;
}
.pages-dol li b {
  display: inline-block;
  transition: .3s;
  -webkit-transition: .3s;
  margin-right: 13px;
}
.pages-dol li strong {
  min-width: 30%;
  font-style: normal;
  display: inline-block;
}
.pages-dol li i {
  font-style: normal;
  display: inline-block;
}
.pages-dol li span {
  float: right;
}
.pages-dol li span a {
  margin: 0 7px;
  color: #666;
}
.pages-dol li span a:hover {
  color: #f00;
}
@media(max-width: 450px) {
  .pages-honor li .ii {
    width: 100%;
  }
  .pages-honor li a span {
    display: none;
  }
  .pages-dol li {
    line-height: 25px;
  }
}
/*新闻列表*/
.list-news {
  margin-top: 30px;
}
.list-news li {
  padding: 0 10px 20px;
  margin-bottom: 20px;
  float: left;
  width: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.list-news li a {
  border-bottom: 1px solid #dddddd;
  display: block;
  padding-bottom: 20px;
}
.list-news .page_news_pic {
  width: 28%;
  float: left;
  overflow: hidden;
}
.list-news .page_news_pic img {
  transition: all 0.5s;
}
.list-news .page_news_title {
  width: 70%;
  float: right;
}
.list-news .page_news_title h5 {
  color: #000000;
  font-size: 16px;
  margin: 5px 0 8px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: .3s;
  -webkit-transition: .3s;
}
.list-news .page_news_title p {
  color: #666666;
  font-size: 12px;
  overflow: hidden;
  line-height: 22px;
}
.list-news .page_news_title .news_more {
  color: #888888;
  font-size: 12px;
  margin-top: 5px;
}
.list-news a:hover h5 {
  color: #f00;
  margin-left: 5px;
}
.list-news a:hover .page_news_pic img {
  transform: scale(1.1);
}
@media(max-width: 1200px) {
  .list-news .page_news_title p {
    height: 44px;
    overflow: hidden;
  }
}
/**/
.pages-shownews-tt {
  text-align: center;
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
}
.pages-shownews-tt h1 {
  font-size: 20px;
  color: #000000;
}
.bodyimg img {
  max-width: 100%;
  height: auto !important;
}
.pages-shownews-tt p {
  font-size: 12px;
  color: #999999;
  padding: 5px 0;
}
@media(max-width: 800px) {
  .pages-contentShow {
    padding-top: 20px;
  }
  .pages-tt a {
    display: inline-block;
    width: 30%;
    font-size: 14px;
    margin-bottom: 1px;
    padding: 8px 0;
    margin: 4px 1.5% 6px;
  }
  .pages-tt {
    margin-bottom: 5px;
    margin-top: 25px;
  }
  .pages-shownews-tt {
    margin-bottom: 25px;
  }
  .pages-shownews-tt h3 {
    font-size: 18px;
    color: #000000;
  }
  .pages-shownews-tt p {
    padding: 5px 0;
  }
}
/**/
.nextpages {
  margin-top: 35px;
  text-align: center;
}
.nextpages a, .nextpages span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #eee;
  margin: 3px 2px;
}
.nextpages .page-num-current {
  background-color: #132e89;
  color: #fff;
}
.nextinfo {
  border-top: 1px solid #eee;
  margin-top: 30px;
  padding-top: 5px;
}
.nextinfo li {
  float: left;
  width: 50%;
  text-align: left;
  color: #333333;
  margin-top: 10px;
}
.nextinfo li a {
  color: #222;
}
.nextinfo li a:hover {
  color: #f00;
}