@charset "UTF-8";
/*共用样式*/
@font-face {
  font-family: 'iconfont';
  /* project id 455609 */
  src: url("../fonts/iconfont.woff"); }

.container-fluid {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}
.container {
  width: 1200px;
  margin: 0 auto;
}

.iconfont {
  font-family: iconfont !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  -moz-osx-font-smoothing: grayscale; }

.news_detail h3.title_bar .iconfont::before {
  content: '\e67a';
  margin-right: 5px; }

.top {
  width: 1200px;
  margin: 0 auto; }

.i-row {
  margin: 0 -15px; }

.fl {
  float: left; }

.fr {
  float: right; }

.di {
  _display: inline; }

.fwn {
  font-weight: normal; }

.dib {
  *display: inline;
  _zoom: 1;
  _display: inline;
  _font-size: 0px; }

/*头部*/
.head-wrap {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  background: #fff;
  margin-left: 0;
}
.head {
  overflow: hidden;
  height: 90px;
}
.headl {
  float: left;
  height: 90px;
}
.headl h1, .headl a {
  height: 100%;
}
.headl img {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.headl span {
  width: 0px;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.headr {
  float: right;
}
.headr .nav {
  overflow: hidden;
  float:right
}
.headr .top_contact{
    float:right;
    line-height: 24px;
    margin-top:12px
    
    
}
.headr .nav li {
  width: 110px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  float: left;
}
.headr .nav li a {
  display: block;
  border-top: 3px solid #fff;
  font-size:  15px;
  color: #333;
  font-weight: bold;
}
.headr .nav li.current a, .headr .nav li:hover a {
  border-top-color: #d11a1c;
}


/* banner */
.banner-wrap {
  width: 1920px;
  height: 393px;
  margin-top: 90px;
}
.banner.container {
  width: 1920px;
  height: 393px;
  position: relative;
}
.banner .band {
  width: 1920px;
  height: 393px;
  position: relative;
}
.banner .band li {
  width: 1920px;
  height: 393px;
  position: absolute;
  z-index: 1;
}
.banner .band li.current {
  z-index: 2;
}
.banner .banb {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: rgba(242 236 236 / 0%);
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 10;
  z-index: 5;
}
.banner .banb li {
  width: 8px;
  height: 8px;
  background: #fff;
  display: inline-block;
  margin: 11px 5px;
  border-radius: 50%;
  cursor: pointer;
}
.banner .banb li.current {
  background: #177c7f;
}

/*热门搜索*/
.search-wrap {
  height: 50px;
  background: #ebebeb;
}
.search {
  overflow: hidden;
}
.search .searchl {
  float: left;
  width: 500px;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  padding: 10px 0;
}
.search .searchl a {
  margin: 0 5px;
}
.search form {
  float: right;
  height: 30px;
  margin: 10px 0;
  overflow: hidden;
}
.search form input {
  height: 28px;
  border: 1px solid #333;
  line-height: 30px;
  background: #fff;
  float: left;
}
.search form .pd {
  width: 150px;
  padding-left: 10px;
}
.search form .btn {
  width: 50px;
  height: 30px;
  margin-left: 5px;
  cursor: pointer;
  text-align: center;
}
.search form .btn:hover {
  background: #ebebeb;
  border-color: #fff;
}


/* 产品展示 */
.prd {
  padding: 10px 0;
}
.htitle {
  overflow: hidden;
  height:44px;
  line-height: 44px;

}
.htitle span {
  width: 530px;
  height: 21px;
  border-bottom: 1px solid #e6ddd4;
  display: block;
  float: left;
  position: relative;
}
.htitle s {
  width: 30px;
  height: 3px;
  background: #cf1b1a;
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
}
.htitle .htl s {
  right: 0;
  left: auto;
  animation: slideleft 4s ease-in-out 0s infinite;
  -webkit-animation: slideleft 4s ease-in-out 0s infinite;
  -moz-animation: slideleft 4s ease-in-out 0s infinite;
  -ms-animation: slideleft 4s ease-in-out 0s infinite;
  -o-animation: slideleft 4s ease-in-out 0s infinite;
}
.htitle .htr s {
  left: 0;
  animation: slideright 4s ease-in-out 0s infinite;
  -webkit-animation: slideright 4s ease-in-out 0s infinite;
  -moz-animation: slideright 4s ease-in-out 0s infinite;
  -ms-animation: slideright 4s ease-in-out 0s infinite;
  -o-animation: slideright 4s ease-in-out 0s infinite;
}
@keyframes slideleft {
  0% {
    right: 0px;
  }
  30%{
    right: 400px;
  }
  60% {
    right: 0;
  }
  100% {
    right: 0;
  }
}
@keyframes slideright {
  0% {
    left: 0px;
  }
  30%{
    left: 400px;
  }
  60% {
    left: 0;
  }
  100% {
    left: 0;
  }
}
.htitle p {
  width: 140px;
  float: left;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  text-align: center;
}
.htitled {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.prdc {
  padding-top: 25px;
}
.prdc ul {
  width: 1232px;
  overflow: hidden;
  padding-bottom: 40px;
}
.prdc ul li {
  width: 275px;
  height: 241px;
  margin-right: 33px;
  float: left;
  position: relative;
}
.prdc ul li a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.prdc ul li a:hover {
  animation: prdimg 500ms infinite;
  -webkit-animation: prdimg 500ms infinite;
  -moz-animation: prdimg 500ms infinite;
  -ms-animation: prdimg 500ms infinite;
  -o-animation: prdimg 500ms infinite;
}
@keyframes prdimg {
  0% {
    left: 5px;
  }
  100% {
    left: 0px;
  }
}
.prdc ul li h3 {
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  background: #efefef;
  font-weight: bold;
  color: #666;
}
.prdc ul li a:hover h3 {
  color: #005b9e;
}
.prdc ul li img {
  width: 275px;
  height: 206px;
  display: block;
}
.prdc ul li p {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #2c4683;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 2;
}


/* 成功案例 */
.ca-wrap {
  background: #ebebeb;
  padding: 25px 0;
}
.ca .htitle p {
  background: #ebebeb;
}
.cac ul {
  width: 1221px;
  overflow: hidden;
  padding-top: 5px;
  overflow: hidden;
}
.cac ul li {
  width: 385px;
  height: 289px;
  text-align: center;
  line-height: 289px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  margin: 20px 22px 0 0;
  float: left;
}
.cac ul li img {
  width: 385px;
  height: 289px;
  display: block;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.cac ul li a {
  width: 385px;
  height: 289px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  opacity:0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.cac ul li:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.cac ul li:hover a {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}




/* 新闻动态 */
.ne {
  padding: 30px 0 20px;
}
.nec ul {
  width: 1200px;
  padding-top: 20px;
  overflow: hidden;
}
.nec ul li {
  width: 560px;
  margin: 0px 40px 25px 0;
  float: left;
  overflow: hidden;
}
.nec .nel {
  width: 132px;
  height: 99px;
  margin-right: 12px;
  float: left;
}
.nec .nel img {
  width: 132px;
  max-height: 99px;
  display: block;
}
.nec .ner {
  width: 416px;
  float: left;
  color: #666;
}
.nec .ner .nt {
  font-size: 15px;
  font-weight: bold;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  display: block;
}
.nec .ner .nc {
  font-size: 12px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  margin-bottom: 5px;
  display: block;
}
.nec .ner .nc a {
  color: #666;
}
.nec .ner .nm {
  width: 80px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  display: block;
  background: #2c4683;
  color: #fff;
}
.nec .ner .nt:hover, .nec .ner .nc:hover a {
  color: #154381;
}
.nec .ner .nm:hover {
  background: #d11a1c;
}


/* 企业简介 */
.ab-wrap {
  height: 360px;
  background: url(../images/about.jpg) no-repeat top center;
}
.ab {
  padding-top: 45px;
}
.ab h3 {
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.abc {
  width: 1150px;
  margin: 30px auto;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}
.ab .abm {
  width: 130px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  display: block;
  margin: 0 auto;
  background: #2c4683;
}
.ab .abm:hover {
  background: #d11a1c;
}


/* 底部 */
.foot-wrap {
  padding-top: 12px;
  background: #2c4683;
}
.foot {
  line-height: 28px;
  color: #fff;
  text-align: center;
}
.footl {
  padding-top: 12px;
  line-height: 28px;
  color: #fff;
  text-align: center;
}
.foot a {
  color: #fff;
}
.footl a {
  margin-right: 5px;
}


/*内页公用*/
.ny-banner {
  margin-top: 90px;
  width: 100%;
}
.ny-banner img {
  width: 100%;
  display: block;
}
.ny_banner {
  margin-top: 90px;
  width: 100%;
}
.ny_banner img {
  width: 100%;
  display: block;
}
.wrap {
  overflow: hidden;
  margin: 10px auto;
  padding-top: 10px;
  color: #666;
}
.wrapl {
  width: 245px;
  float: left;
}
.wl h3 {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #2c4683;
}
.wla {
  margin-top: 10px;
}
.wlc {
  border: 1px solid #e1e1e1;
  padding: 5px;
}
.wlc p {
  line-height: 35px;
  border-bottom: 1px #dadada dotted;
  padding-left: 15px;
  font-weight: bold;
  font-size: 14px;
  color: #666;
}
.wrapr {
  width: 920px;
  border: 1px solid #ddd;
  float: right;
  padding: 0 10px 10px;
}
.wtitle {
  height: 40px;
  border-bottom: 1px #dddddd solid;
  line-height: 40px;
  overflow: hidden;
}
.wtitle h2 {
  float: left;
  margin-left: 5px;
  color: #004a7b;
  font-size: 16px;
  font-weight: bold;
}
.wnow {
  float: right;
  margin-right: 10px;
  color: #666;
}
.wcontent {
  line-height: 24px;
  margin-top: 10px;
}




.sort_product {
  margin-top: 10px; }

.ny_contact {
  margin-top: 10px; }
  .ny_contact .content {
    padding: 5px;
    line-height: 24px; }

.ny_right_top {
  width: 100%;
  padding-bottom: 10px; }

.ny_ding {
  padding: 10px 0; }
  .ny_ding .site {
    text-align: left;
    line-height: 30px;
    background: url(../images/home.png) no-repeat left center;
    padding-left: 20px;
    font-size: 14px; }

.ny_right_top .content {
  padding-top: 15px;
  overflow: hidden;
  line-height: 24px; }
  .ny_right_top .content .content {
    padding: 10px; }

/*内页分类样式*/
.ny_sort {
  border: 1px solid #e1e1e1;
  padding: 5px;
}
.ny_sort li {
  line-height: 35px;
  border-bottom: 1px #dadada dotted;
  padding-left: 20px;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  background: url(../images/sort_bg.png) no-repeat left 12px;
  background-size: 12px;
}
.ny_sort li.change {
    background: url(../images/sort_bg1.png) no-repeat left 12px;
    background-size: 12px;
}
.ny_sort li a:hover {
  color: #005b9e;
}
.layera {
    /*display: block;*/
}

/* 内页案例 */
.ny_case_list {
  overflow: hidden;
}
.ny_case_list li {
  float: left;
  width: 294px;
  margin:0 0 8px 12px;
}
.ny_case_list .img {
  width: 294px;
  height: 221px;
  overflow: hidden;
  display: block;
}
.ny_case_list .img img {
  width: 294px;
  height: 221px;
  display: block;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.ny_case_list .img:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.ny_case_list h3 {
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  font-weight: normal;
}


  .ny_sort li .about_b {
    position: absolute;
    left: 210px;
    top: 0px;
    width: 210px;
    padding: 10px 20px;
    background: #f5f6f6;
    border-bottom: 2px solid #3a78c1;
    z-index: 9999; }
  .ny_sort li .layer2 {
    /*position: absolute;
    left: 233px;
    top: 0px;
    width: 210px;
    padding: 10px 20px;
    background: #f5f6f6;
    border-bottom: 2px solid #3a78c1;
    z-index: 9999;*/
    }
    .ny_sort li .layer2 li {
      overflow: hidden;
      /*background: url(../images/ico1.gif) no-repeat 0px 50%; */
      background: none;
        
    }
      .ny_sort li .layer2 li a {
        font-weight: bold; }
        .ny_sort li .layer2 li a:hover {
          text-decoration: none;
          color: #3a78c1; }
      .ny_sort li .layer2 li .layer3 li {
        margin: 6px 0px;
        line-height: 24px;
        padding-left: 10px; }
        .ny_sort li .layer2 li .layer3 li a {
          font: normal 12px/24px "微软雅黑";
          background: none; }
        .ny_sort li .layer2 li .layer3 li .layer4 li {
          margin: 6px 0px;
          line-height: 24px;
          padding-left: 15px; }
          .ny_sort li .layer2 li .layer3 li .layer4 li a {
            font: normal 12px/24px "微软雅黑";
            background: none; }

.i-container {
  margin-top: 20px; }

/*内页新闻*/
.ny_news_list li {
  line-height: 38px;
  border-bottom: 1px #dadada dotted;
  overflow: hidden;
}
.ny_news_list li span {
  float: right;
}


/*内页产品列表*/
.ny_product_list {
  overflow: hidden;
}
.ny_product_list li {
  float: left;
  margin: 10px 0px 0px 0px;
  padding: 15px 10px;
  border-bottom: 1px #dadada dashed;
  overflow: hidden;
}
.ny_product_list li .img {
  width: 255px;
  height: 191px;
  overflow: hidden;
  display: block;
  float: left;
  border: 1px solid #dadada;
}
.ny_product_list li .img img {
  width: 255px;
  height: 191px;
  display: block;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.ny_product_list li .img:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.ny_product_list .cover {
  width: 166px;
  height: 191px;
  padding-left: 15px;
  float: right;
}
.ny_product_list .cover h3 {
  margin-top: 10px;
  font-size: 16px;
}
.ny_product_list .cover p {
  line-height: 22px;
  margin-top: 10px;s
  font-size: 14px;
}


/*内页留言*/
.f_message {
  padding: 30px; }
  .f_message .m_label {
    position: absolute;
    width: 160px;
    text-align: left;
    line-height: 40px;
    padding-left: 8px;
    color: #ccc;
    z-index: 1;
    cursor: text;
    left: 118px; }
  .f_message .c_label {
    line-height: 18px;
    padding-top: 12px; }
  .f_message ul li {
    text-align: center;
    width: 440px;
    position: relative;
    margin-top: 20px; }
    .f_message ul li p {
      float: left;
      font-size: 14px;
      text-align: right;
      width: 100px;
      position: relative; }
      .f_message ul li p.bix::before {
        content: '*';
        color: red;
        position: absolute;
        left: 15px;
        top: 0;
        font-size: 12px; }
    .f_message ul li textarea {
      width: 333px;
      float: right;
      border: 1px solid #e4e4e4;
      line-height: 40px;
      height: 120px; }
    .f_message ul li .code_img {
      margin-left: 18px;
      visibility: hidden; }
    .f_message ul li input {
      width: 333px;
      float: right;
      border: 1px solid #e4e4e4;
      line-height: 40px; }
      .f_message ul li input#contact {
        height: 40px; }
      .f_message ul li input#name {
        height: 40px; }
      .f_message ul li input#checkcode {
        width: 170px; }
      .f_message ul li input#msgbtn {
        background: #088b3f; }
        
#cnzz_stat_icon_1274509037 {
    display: block;
    height: 0;
    overflow: hidden;
}
}
