@charset "UTF-8";
.navitem:hover {
  cursor: pointer; }

.subnav ul {
  display: none;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0); }

#mslider .swiper-slide img {
  width: 100%; }
  #mslider .swiper-slide img:hover {
    cursor: -webkit-grab; }

span.swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 8px;
  border: 0;
  background: rgba(0, 0, 0, 0.21);
  opacity: 1; }
  span.swiper-pagination-bullet-active:after {
    content: '';
    height: 6px;
    width: 6px;
    background: #fff !important;
    display: block;
    position: absolute;
    margin-left: 5px;
    margin-top: 5px;
    border-radius: 10px; }

.swiper-pagination {
  z-index: 999;
  bottom: 16px;
  left: 50%;
  margin-left: -78px; }
  .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 8px;
    border: 0;
    opacity: 1; }
    .swiper-pagination .swiper-pagination-bullet:after {
      content: '';
      height: 6px;
      width: 6px;
      background: rgba(0, 0, 0, 0.21);
      display: block;
      position: absolute;
      margin-left: 5px;
      margin-top: 5px;
      border-radius: 10px; }

.fax span a {
  color: #666; }

#footer p a:hover, .yipin:hover {
  color: #002659; }

#indexPage #mcontact {
  position: relative; }

.map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px; }

#mcontact .content #contactinfo {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8); }

#contactinfo h3 {
  margin-bottom: 0; }

/* footer */
.footer a {
  display: inline;
  color: #8e8e8e; }

.beian {
  width: auto; }

.re-tit {
  font-size: 24px;
  font-weight: bold;
  color: #5a5a5a;
  text-align: center;
  line-height: 1.3em;
  background-color: white; }

.re-tit2 {
  font-size: 24px;
  font-weight: bold;
  color: #5a5a5a;
  line-height: 1.3em;
  text-align: center;
  font-family: arial, helvetica, sans-serif;
  background-color: white; }

/* page banner */
#banner .about_bg {
  background: url(../images/banner_about_bg.jpg) no-repeat center; }
#banner .re_bg {
  background: url(../images/banner_re_bg.jpg) no-repeat center; }
#banner .news_bg {
  background: url(../images/banner_news_bg.jpg) no-repeat center; }
#banner .example_bg {
  background: url(../images/banner_example_bg.png) no-repeat center; }
#banner .download_bg {
  background: url(../images/banner_download_bg.jpg) no-repeat center; }

/* about */
.about_bg_tu {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  white-space: normal;
  text-align: center; }

/* re */
.re-con {
  padding: 50px 0; }
  .re-con p {
    font-size: 16px; }

/* pro-list */
.project_img {
  width: 100%;
  text-align: center; }
  .project_img span {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center; }
    .project_img span img {
      max-width: 85%; }

/* news-list */
.newsimg img {
  max-width: 90%;
  transition: all .3s; }

.Pagenews #newslist .newstitem:hover .newsimg img {
  transform: scale(1.1); }

/* pro-article */
.projectitem a {
  display: block;
  overflow: hidden; }

.propost_img {
  height: 120px;
  max-height: 120px;
  display: table-cell;
  vertical-align: middle; }

.slideTxtBox .bd > ul > li {
  min-height: 450px; }

.tempWrap {
  margin: 0 auto;
  overflow: hidden; }

.description a {
  color: #fff;
  display: inline-block; }

.description a:hover {
  font-weight: bold; }

#indexPage #mpage a.more:hover p.description a {
  font-weight: bold; }

.bd ul li img {
  float: none;
  margin: 0 auto;
  display: block; }

#fixed_weixin img {
  width: 220px;
  height: 220px; }

/*搜索------------------------------------------------*/
.header-search {
  position: absolute;
  top: 28px;
  right: 2%;
  width: 28px;
  height: 28px;
  background: url(../images/icon_search.png) no-repeat;
  transition: all .3s; }

#header.mini .header-search {
  top: 18px; }

.search,
.search-keyword,
.search-btn,
.close {
  position: absolute; }

.search {
  position: absolute;
  top: 40%;
  height: 70px;
  width: 100%;
  margin-right: 17px;
  margin-top: -35px;
  transition: border .5s ease-in; }

.search-box {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999999;
  width: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all .5s;
  transition: all .5s; }

.search-keyword {
  width: 50%;
  padding: 16px 2% 15px;
  font-size: 30px;
  border: 1px solid #535353;
  background: #fff;
  height: 37px;
  line-height: 40px;
  color: #9a9a9a;
  left: 50%;
  margin-left: -25%;
  transition: all .5s; }

.search-keyword:hover {
  border: 1px solid #1d7542; }

.search-btn {
  right: 21.7%;
  top: 15px;
  z-index: 999;
  width: 40px;
  height: 40px;
  background: url(../images/search_icon_on.png) -54px 2px no-repeat;
  text-indent: -9999px;
  cursor: pointer;
  border: none;
  transition: all .5s; }

.close {
  right: 50px;
  top: 50px;
  display: inline-block;
  width: 37px;
  height: 37px;
  background: url(../images/search_icon_on.png) center no-repeat;
  background-position: 0 0;
  transition: all .5s;
  cursor: pointer; }

.close:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.search-box.active {
  width: 100%;
  opacity: 1;
  visibility: visible; }

/*搜索页面*/
.paging table {
  text-align: center;
  display: inline-block; }

.paging table td {
  color: #555;
  height: 28px; }

.paging td.info {
  padding-right: 15px; }

.paging td.p, .paging td.e a, .paging td.e, .paging td.i a, .paging td.n a {
  font-size: 0;
  line-height: 0;
  overflow: hidden; }

.paging td.p, .paging td .thisclass, .paging td.page, .paging td.n a, .paging td.i a, .paging td.e {
  border: 1px solid #eee;
  width: 28px;
  display: inline-block;
  margin-right: 5px;
  line-height: 28px;
  text-align: center; }

.paging td .thisclass, .paging td:hover a {
  background: #024386;
  color: #fff; }

.paging td.page a {
  display: block;
  color: #024386; }

.paging td.page:hover a {
  color: #fff; }

.paging td.n, .paging td.e, .paging td.e a {
  width: 28px; }

.paging td.i a {
  border: 1px solid #eee; }

.paging td.i {
  background: url(../images/paging_btn.png) 7px center no-repeat; }

.paging td.e {
  background: url(../images/paging_btn.png) -152px center no-repeat; }

.paging td.p {
  background: url(../images/paging_btn.png) -30px center no-repeat; }

.paging td.n a {
  background: url(../images/paging_btn.png) -100px center no-repeat; }

.paging td.i:hover a {
  background: url(../images/paging_btn_hover.png) 7px center no-repeat #024386; }

.paging td.e:hover a {
  background: url(../images/paging_btn_hover.png) -152px center no-repeat #024386; }

.paging td.p:hover a {
  background: url(../images/paging_btn_hover.png) -30px center no-repeat #024386; }

.paging td.n:hover a {
  background: url(../images/paging_btn_hover.png) -100px center no-repeat #024386; }

@media only screen and (max-width: 1400px) {
  #projectlist .projectitem {
    width: 24%; }

  #sitecontent .npagePage #projectlist .projectitem {
    margin-right: 1%; }

  #sitecontent .npagePage #projectlist .projectitem:nth-child(4n) {
    margin-right: 0; } }

/*# sourceMappingURL=css.css.map */
