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

.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; }





/* 头部 */

.headt-wrap {
  height: 40px;
  line-height: 40px;
  color: #999;
  font-size: 13px;
  background: #f5f5f5;
  margin: 0px -15px;
}
.headtl p {
  margin-bottom: 0px;
}
.headtr {
  text-align: right;
  position: relative;
  z-index: 5;
}
.headtr span {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  background: url(../images/search.png) no-repeat;
  vertical-align: middle;
  cursor: pointer;
}
.headtr a {
  margin-left: 10px;
  display: inline-block;
}
.headtr .search {
  position: absolute;
  top: 40px;
  right: 0px;
  display: none;
}


.header {
  clear: both;
}
.header .logo h1 {
  /*margin-top: 22px;*/
}
.header .logo img {
  display: block;
  max-width: 100%;
}
.pnav {
  text-align: right;
  /*padding: 20px 0px;*/
}
.pnav ul {
  padding: 20px 0;
  margin: 0;
  height: 80px;
}
.pnav ul li {
  float: left;
  position: relative;
  z-index: 3;
  padding: 0 5px;
}
.pnav ul li a {
  display: block;
  line-height: 67px;
  font-size: 16px;
  color: #333;
  padding: 0 21px;
  position: relative;
  z-index: 1;
      font-family: "宋体";
      font-weight:bold;
}
.pnav .dropdown {
  width: 130%;
  position: absolute;
  left: -15%;
  top: 55px;
  display: none;
  background: #fff;
  z-index: 3;
}
.pnav .dropdown a {
  text-align: center;
  padding: 0;
  border-top: 1px solid #ccc;
}
.pnav .dropdown.product-sec{
    width: 230%;
}
.pnav .dropdown.product-sec a{
    display: inline-block;
    width: 48%;
    box-sizing: border-box;
    font-size: 14px;
}

/* 移动端导航 */
.mheader {
    height: 70px;
    display: none;
}
.mhead-wrap {
  width: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
}
.mhead {
  padding-top: 10px;
  padding-bottom: 10px;
}
.mhead .logo img {
  display: block;
  max-width: 100%;
}
.mhr {
  text-align: right;
}
.mhr span {
  border: 1px solid #333;
  border-radius: 5px;
  padding: 0px 5px;
  display: inline-block;
  cursor: pointer;
}
.mhr span s {
  width: 15px;
  height: 1px;
  background: #333;
  display: block;
  margin: 5px 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.mhr span.active .middle {
  opacity: 0;
}
.mhr .active s {
  margin: 5px -5px 5px 0px;
}
.mhr .active .first {
  width: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform-origin: 10% 50%;
  -webkit-transform-origin: 10% 50%;
  -ms-transform-origin: 10% 50%;
  -moz-transform-origin: 10% 50%;
  -o-transform-origin: 10% 50%;
}
.mhr .active .last {
  width: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform-origin: 10% 50%;
  -webkit-transform-origin: 10% 50%;
  -ms-transform-origin: 10% 50%;
  -moz-transform-origin: 10% 50%;
  -o-transform-origin: 10% 50%;
}

.mnav {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: none;
  position: absolute;
  top: 100%;
  margin: 0 -15px;
}
.mnav ul {
  margin-bottom: 0px;
}
.mnav ul li {
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 40px;
  border-bottom: 1px solid #666;
}
.mnav .dropdown {
  display: none;
}
.mnav .dropdown a {
  display: block;
  border-top: 1px dotted #666;
}




/* banner */
.banner-wrap.container-fluid {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.bani {
  width: 100%;
  height: 700px;
  position: relative;
  z-index: 1;
}
.bani li {
  width: 100%;
  position: absolute;
  left: -100%;
  top: 0;
}
.bani li.current {
  left: 0;
  z-index: 2;
}
.bani li img {
  width: 100%;
  display: block;
}
.banc {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 20px;
  margin-bottom: 0;
}
.banc li {
  width: 26px;
  height: 4px;
  border: 1px solid #fff;
  background: transparent;
  display: inline-block;
  margin: 0 7px;
  cursor: pointer;
}
.banc li.current {
  background: #fff;
}
.banl {
  width: 20px;
  height: 30px;
  display: block;
  background: url(../images/banl.png) no-repeat;
  cursor: pointer;
  position: absolute;
  left: 50px;
  top: 50%;
  margin-top: -15px;
  z-index: 3;
}
.banr {
  width: 20px;
  height: 30px;
  display: block;
  background: url(../images/banr.png) no-repeat;
  cursor: pointer;
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -15px;
  z-index: 3;
}


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



/* 标题 */
.htitle {
  clear: both;
}
.htitle h3 {
  position: relative;
  text-align: center;
}
.htitle h3 span {
  display: inline-block;
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 4;
  font-size: 34px;
  font-weight: normal;
  color: #333;
}
.htitle h3 s {
  width: 80%;
  height: 2px;
  display: block;
  background: #1575c9;
  position: absolute;
  z-index: 1;
  left: 10%;
  top: 50%;
  margin-top: -1px;
}

.htitle a {
  width: 150px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border: 1px solid #c6c6c6;
  display: block;
  margin: 10px auto 23px;
  position: relative;
}
.htitle a span {
  display: block;
  position: relative;
  z-index: 4;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.htitle a s {
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
.htitle a:hover {
  background: #1575c9;
  border-color: #1575c9;
  text-decoration: none;
}
.htitle a:hover span {
  color: #fff;
}
.htitle a:hover s {
  width: 0%;
  height: 0%;
  left: 50%;
  top: 50%;
}

/* 媒体中心 */
.vica {
  padding-top: 3%;
  padding-bottom: 3%;
}
.vi {
  position: relative;
  z-index: 2;
}
.vic {
  overflow: hidden;
}
.vic li {
  padding-bottom: 3%;
}
.vic .img {
  display: block;
  overflow: hidden;
  position: relative;
}
.vic .img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.vic li:hover .img 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);
}
.vic .img span {
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/btn.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.vic h3 {
  padding-top: 2.5%;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  margin: 0;
}


.vid {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999999;
  display: none;
}
.vid.current {
  display: block;
}
.vide {
  width: 900px;
  height: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -450px;
  margin-top: -250px;
}
.vide .videc {
  position: absolute;
  right: 0;
  top: -50px;
  font-size: 28px;
  line-height: 50px;
  cursor: pointer;
  color: #777;
  font-weight: bold;
  font-family: Arial, Baskerville, monospace;
}
.vide ul {
  width: 100%;
  height: 100%;
}
.vide li {
  width: 100%;
  height: 100%;
  display: none;
}
.vide li.current {
  display: block;
  position: relative;
}
.vide li img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.vide li img.hide, .vide li span.hide {
  display: none;
}
.vide li span {
  width: 86px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -45px;
  margin-top: -22px;
  border: 2px solid #fff;
  border-radius: 5px;
  display: block;
  cursor: pointer;
  background: url(../images/play.png) no-repeat center center rgba(43,51,63,.7);
  z-index: 2;
}
.vide li video {
  width: 100%;
  height: 100%;
  display: block;
}




/* 案例 */
.ca {
  position: relative;
  z-index: 1;
}
.cac .img img {
  width: 100%;
}
.cac .can {
  margin: 9% 0;
  font-size: 20px;
  color: #555;
  display: block;
}
.cac div {
  height: 48px;
  font-size: 14px;
  color: #777;
  line-height: 24px;
  margin-bottom: 9%;
  overflow: hidden;
}
.cac .more {
  margin-top: 5%;
  color: #1575c9;
  font-size: 14px;
  display: inline-block;
}
.cac .more s {
  width: 0px;
  height: 1px;
  display: block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-top: 2px;
  background: #1575c9;
}
.cac .more:hover s {
  width: 100%;
}

/* 产品中心 */
.prd-wrap {
  background: #e9e9e9;
  padding: 3% 0;
}
.prd-wrap .htitle h3 span, .prd-wrap .htitle a s {
  background: #e9e9e9;
}
.prd ul {
  overflow: hidden;
  padding-top: 20px;
}
.prd ul li {
  float: left;
  padding: 0 2%;
}
.prd .img {
  display: block;
}
.prd .img img {
  width: 100%;
}
.prd ul li h3 {
  margin: 0;
}
.prd ul li h3 a {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  color: #555;
  font-weight: normal;
}



/* 新闻中心 */
.ne-wrap {
  padding-top: 3%;
  padding-bottom: 3%;
}
.nel {
  padding-right: 5%;
}
.nel li {
  padding: 3% 0;
  border-bottom: 1px solid #ccc;
}
.nel .img {
  display: block;
}
.nel .img img {
  display: block;
  max-width: 100%;
}
.nel .nec a {
  font-size: 20px;
  color: #555;
  line-height: 24px;
}
.nel .nec a:hover {
  color: #1575c9;
}
.nel .nec p {
  line-height: 20px;
  color: #777;
  height: 40px;
  overflow: hidden;
  margin: 5px 0;
  padding-right: 20%;
}
.nel .nec span {
  margin-top: 10px;
  display: inline-block;
  color: #555;
}





#ydemo{overflow:hidden;margin:0 auto;position:relative;height:400px;}
#yindemo{height:100%;}
#ydemo1{}
#ydemo2{}

.ner {padding-left: 5%; padding-top: 3%;}
.ner li{position:relative;padding:8px 0 12px;border-bottom:1px dashed #e3e3e3;}
.ner li a{line-height:40px;padding-left:38px;background: url(../images/wen.jpg) left center no-repeat;display:block;font-size:16px; height: 40px; overflow: hidden;color: #555;margin-bottom: 10px;}
.ner li a:hover{text-decoration:none;color:#1575c9;}
.ner p{background: url(../images/da.png) left 3px no-repeat;padding-left:38px;font:400 14px/28px "宋体";margin-top:5px;color:#777;display:block;margin-left: 0px;height: 56px;overflow: hidden;}




/* 友情链接 */
.flink-wrap {
  background: #e9e9e9;
}
.flink {
  font-size: 16px;
  color: #555;
  line-height: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.flink a {
  font-size: 14px;
  margin-left: 15px;
}



/* 底部 */
.foot-wrap {
  padding-top: 3%;
}
.footn {
  text-align: center;
  border-bottom: 1px dashed #333;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 30px;
  padding-bottom: 20px;
}
.footn a {
  margin: 0 20px;
}

.foots li {
  margin-bottom: 25px;
}
.foots li span {
  font-size: 16px;
  line-height: 40px;
  color: #222;
  padding: 0 20% 10px 0;
  border-bottom: 1px solid #acacac;
  cursor: pointer;
}
.foots li.current span {
  color: #1575c9;
  border-color: #1575c9;
}

.footc {
  clear: both;
  padding-bottom: 30px;
}
.footc li {
  line-height: 30px;
  display: none;
}
.footc li.current {
  display: block;
}


.footr {
  line-height: 30px;
  padding-bottom: 30px;
}




@media (max-width: 767px) {
  .header-wrap {
    display: none;
  }
  .mheader {
    display: block;
  }
}




.ny_left {
    padding: 0;
}
.ny_left h3 {
    padding: 30px 0;
    background: #1575c9;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
}


/*内页公用*/
.ny_all {
  padding-top: 30px; }

.ny_left_top {
  margin-bottom: 10px; }
  .ny_left_top h3 {
    line-height: 31px;
    text-align: center;
    font-weight: bold;
    font-family: "宋体";
    font-size: 14px;
    color: #fff;
    background: #3480ce; }
  .ny_left_top .box .content {
    padding: 5px 0px; }

.ny_banner {
  width: 100%;
  margin: 0 auto; }
  .ny_banner img {
    width: 100%; }

.ny_left_top {
  width: 100%;
  background: #eeeeee; }

.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_right_top .content img{
        max-width:100%;
        important;
        height:auto!important;}

/*内页分类样式*/
.ny_sort li {
  /*position: relative;*/
  /*z-index: 999;*/
  /*width: 142px;*/
  background: #1575c9;
  border-bottom: 1px solid #fff;
  /*margin: 5px 0;*/
  /*display: inline-block;*/
  }
  .ny_sort li a {
    color: #fff;
    display: block;
    line-height: 49px;
    font-family: "宋体";
    text-align: center;
    font-size: 14px; }
    .ny_sort li a:hover {
      background: #284156; }
  .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: 142px;*/
    /*top: 49px;*/
    background: #f5f6f6;
    display: none;
    /*position: relative;*/
    
    /*border-bottom: 2px solid #3a78c1;*/
    /*z-index: 9999;*/
    }
    .ny_sort li:hover .layer2 {
        display: block;
    }
    .ny_sort li .layer2 ul {
        width: 100%;
        /*position: absolute;
        left: 0;
        top: 0;
        z-index: 9999;*/
    }
    .ny_sort li .layer2 li {
        margin: 0 auto;
        border-top: 1px solid #fff;
        display: block;
      overflow: hidden; }
      .ny_sort li .layer2 li a {
        /*font-weight: bold; */
        background: #8392bd;
      }
        .ny_sort li .layer2 li a:hover {
          text-decoration: none;
          background: #9b0409;
          /*color: #3a78c1;*/
          }
          .ny_sort li .layer2 li .layer3 ul {
              position: static;
              display: none;
          }
          .ny_sort li .layer2 li:hover .layer3 ul {
              display: block;
          }
      .ny_sort li .layer2 li .layer3 li {
        border-top: 1px solid #666;
        background: #fb7176;
        line-height: 49px; }
        .ny_sort li .layer2 li .layer3 li a {
          /*font: normal 12px/24px "宋体";*/
            padding-left: 10px;
        text-align: left;
          background: none; }
          .ny_sort li .layer2 li .layer3 li a:hover {
            background: #1575c9;
          }
        .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: 27px;
  position: relative;
  margin: 20px 0; }
  .ny_news_list li a.more {
    background: #fcfcfc;
    border: 1px solid #f0f0f0;
    display: block;
    width: 86px;
    text-align: center;
    float: right;
    /*color: #555;*/
    border-radius: 4px; }
  .ny_news_list li h3 {
    font-size: 14px;
    margin: 10px 0;
    color: #323232; }
    .ny_news_list li h3 a {
      color: #323232; }
      .ny_news_list li h3 a:HOVER {
        color: #1575c9; }
  .ny_news_list li p {
    line-height: 22px;
    font-size: 14px;
    color: #666666; }

/*内页产品列表*/
.ny_product_list li {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden; }
  .ny_product_list li img {
    width: 100%;
   }
  .ny_product_list li h3 {
    /*width: 100%;
    height: 100%;
    background: rgba(255, 39, 42, 0);
    position: absolute;
    left: 0;
    top: 0;*/
    text-align: center;
    /*color: #fff;
    transform-origin: right bottom;
    transform: rotate(90deg);
    transition: all .35s;*/
    }
    .ny_product_list li h3 a {
      /*color: #fff;*/
      height: 40px;
      line-height: 40px;
      /*position: absolute;
      top: 50%;
      margin-top: -15px;*/
      display: block;
      /*width: 100%;*/
      text-align: center;
      font-weight: normal;
      font-size: 14px; }
  .ny_product_list li:hover h3 a {
    color: #fff;
    background: #1575c9; }

/*内页留言*/
.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: #1575c9; }
