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


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



/* 头部 */
.head-wrap {
  z-index: 2;
}
.head {
  height: 100px;
}
.headl {
  width: 300px;
  height: 100px;
  float: left;
}
.headl h1 {
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.headl img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

.headm {
  width: 700px;
  padding-top: 25px;
  height: 75px;
  float: left;
  margin-left: 100px;
}
.headm ul {
  height: 75px;
}
.headm ul li {
  float: left;
  height: 75px;
  background: url(../images/line.jpg) no-repeat right center;
  position: relative;
}
.headm ul li.last {
  background: none;
}
.headm ul li a {
  padding: 0 24px;
  font-size: 15px;
  line-height: 75px;
  color: #000;
  display: block;
  font-weight: bold;
}
.headm ul li a:hover {
  color: #e3000c;
}
.headm .dropdown {
  width: 200%;
  position: absolute;
  left: -50%;
  top: 75px;
  display: none;
  background: #fff;
}
.headm .dropdown a {
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  color: #000;
}
.headm .dropdown a:hover {
  background: #dcdcdc;
}

.headr {
  width: 100px;
  line-height: 75px;
  text-align: right;
  float: left;
  padding-top: 25px;
}
.headr img {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}




/* banner */
.banner-wrap {
  z-index: 1;
}
.banner {
  height: 600px;
  position: relative;
}
.banner .band {
  width: 1920px;
  height: 600px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  z-index: 1;
}
.banner .band li {
  height: 550px;
  position: absolute;
  z-index: 1;
}
.banner .band li a {
  height: 600px;
  display: block;
}
 .banner .band li img {
  width: 1920px;
  height: 600px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
} 
.banner .band li.current {
  z-index: 2;
}
.banner .banb {
  width: 100%;
  height: 30px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 30px;
  z-index: 5;
}
.banner .banb li {
  width: 42px;
  height: 8px;
  background: rgba(100, 100, 100, 0.5);
  display: inline-block;
  margin: 0px 1px;
  cursor: pointer;
}
.banner .banb li.current {
  background: rgba(255, 0, 0, 0.5);
}
.bprev {
  width: 40px;
  height: 60px;
  display: block;
  background: url(../images/arrow.png) no-repeat -125px center rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30px;
  z-index: 3;
  cursor: pointer;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  opacity: 0;
}
.bnext {
  width: 40px;
  height: 60px;
  display: block;
  background: url(../images/arrow.png) no-repeat -5px center rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -30px;
  z-index: 5;
  cursor: pointer;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  opacity: 0;
}
.banner-wrap:hover .bprev, .banner-wrap:hover .bnext {
  opacity: 1;
}


/* 标题 */
.htitle h3 {
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 20px;
}
.htitle h3 span {
  width: 80px;
  height: 1px;
  background: #cdcdcd;
  display: inline-block;
  vertical-align: middle;
}
.htitle h3 .htl {
  margin-right: 30px;
}
.htitle h3 .htr {
  margin-left: 30px;
}
.htitle p {
  text-align: center;
  line-height: 24px;
  font-size: 18px;
  color: #666;
}


/* 产品展示 */
.prd {
  padding-top: 50px;
}
.prdc {
  padding-top: 50px;
}
.prdc ul {
  width: 1240px;
  overflow: hidden;
}
.prdc ul li {
  width: 390px;
  margin: 0 20px 20px 0;
  float: left;
}
.prdc ul li img {
  width: 390px;
  height: 244px;
  display: block;
}
.prdc ul li h3 {
  text-align: center;
  font-weight: normal;
  margin-top: 10px;
}
.prdc ul li h3 a {
  padding-left: 55px;
  background: url(../images/prd.png) no-repeat left center;
  background-size: 48px 15px;
  font-size: 16px;
  color: #808080;
  line-height: 30px;
}
.prdc ul li:hover h3 a {
  color: #f00;
}


/* 公司 */
.ab .htitle p {
  font-weight: bold;
  font-size: 34px;
  color: #7f7f7f;
  line-height: 40px;
}
.ab {
  padding-top: 80px;
}
.abi {
  padding: 10px 0 50px;
  margin-top: 80px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.abi img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.abc {
  padding: 50px 0;
  overflow: hidden;
}
.abc .abb {
  width: 280px;
  padding: 0 10px;
  float: left;
  color: #666;
}
.abb h3 {
  font-size: 18px;
  line-height: 32px;
  color: #666;
  font-weight: normal;
}
.abb p {
  font-size: 14px;
  line-height: 30px;
}
.ab .abm {
  width: 85px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  color: #fff;
  display: block;
  margin: 0 auto;
}


/* 新闻 */
.ne-wrap {
  background: url(../images/news_bg.jpg) no-repeat center bottom #f0f0f0;
  padding: 63px 0 71px;
}
.nec ul {
  width: 1240px;
 padding: 49px 0 69px;
 overflow: hidden;
}
.nec li {
  width: 290px;
  margin-right: 20px;
  float: left;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.nec li img {
  width: 290px;
  height: 181px;
  display: block;
}
.nec li .nea {
  padding: 24px 20px 30px 10px;
}
.nec li .net {
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin-bottom: 10px;
}
.nec li p {
  line-height: 23px;
  min-height: 69px;
  margin-bottom: 3px;
  color: #666;
}
.nec li .nem {
  color: #f00;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.nec li:hover .nem {
  opacity: 1;
}
.nec li:hover {
  background: #fff;
  box-shadow: 5px 0px 27px 0px rgba(0, 0, 0, 0.18);
}
.nec .nm {
  width: 143px;
  padding-left: 20px;
  border: 1px solid #bbb;
  line-height: 34px;
  font-size: 14px;
  background: url(../images/abm.png) no-repeat right 18px center;
  display: block;
  margin: 0 auto;
  border-radius: 14px;
}
.nec .nm:hover {
  border-color: #f00;
}


/* 友情链接 */
.flink-wrap {
  background: #eee;
  padding: 15px 0;
}
.flink {
  font-size: 18px;
  line-height: 30px;
}
.flink a {
  margin: 0 10px;
  font-size: 14px;
}


/* 底部 */
.foot-wrap {
  background: #dcdcdc;
}
.footc {
  overflow: hidden;
  padding: 15px 0;
}
.footl {
  width: 150px;
  float: left;
  padding-top: 20px;
}
.footm {
  width: 900px;
  float: left;
}
.footm .ftt {
  font-size: 16px;
  line-height: 32px;
  color: #666;
  border-bottom: 1px solid #bbb;
}
.footm .ftc {
  line-height: 45px;
  font-size: 14px;
  color: #666;
}
.footr {
  width: 150px;
  float: left;
  padding-top: 20px;
  text-align: right;
}
.footb {
  border-top: 1px solid #bbb;
  padding: 15px 0;
  text-align: center;
  color: #666;
  line-height: 24px;
  font-size: 14px;
}


/*热门搜索*/
.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;
}


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

.ny_left_top {
  width: 20%;
  float: left; }
  .ny_left_top h3 {
    line-height: 41px;
    text-align: center;
    font-weight: normal;
    font-family: "微软雅黑";
    font-size: 18px;
    color: #fff;
    background: #de0000; }
  .ny_left_top .ny_menu {
    padding: 10px;
    border: 1px solid #ccc; }
    .ny_left_top .ny_menu .n-news-list {
      font-size: 14px; }
      .ny_left_top .ny_menu .n-news-list li {
        line-height: 28px; }
        .ny_left_top .ny_menu .n-news-list li::before {
          content: '';
          display: inline-block;
          width: 5px;
          height: 5px;
          border-radius: 50%;
          vertical-align: middle;
          margin-right: 4px;
          background: #de0000; }

.out-foot {
  background: #333;
  color: #fff;
  font-size: 14px;
  line-height: 40px; }
  .out-foot a {
    color: #fff; }

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

.sort_product {
  margin-top: 10px; }

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

.ny_right_top {
  width: 78%;
  padding-bottom: 10px;
  float: right; }

.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 li {
  position: relative;
  z-index: 999; }
  .ny_sort li:last-child a {
    margin-bottom: 0; }
  .ny_sort li a {
    color: #fff;
    display: block;
    line-height: 39px;
    font-family: "微软雅黑";
    text-align: center;
    font-size: 14px;
    background: #de0000;
    margin-bottom: 10px; }
    .ny_sort li a:hover {
      background: #8d0000; }
  .ny_sort li .about_b {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 210px;
    background: #de0000;
    z-index: 9999; }
  .ny_sort li .layer2 {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 218px;
    background: #8d0000;
    z-index: 9999; }
    .ny_sort li .layer2 li {
      overflow: hidden; }
      .ny_sort li .layer2 li a {
        font-weight: normal;
        background: none; }
        .ny_sort li .layer2 li a:hover {
          text-decoration: none;
          background: #de0000; }
      .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: 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: #de0000;
    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: #de0000; }
  .ny_news_list li p {
    line-height: 22px;
    font-size: 14px;
    color: #666666; }

/*内页产品列表*/
.ny_product_list li {
  width: 266px;
  position: relative;
  margin-right: 29px;
  float: left;
  margin-bottom: 20px;
  overflow: hidden; }
  .ny_product_list li img {
    width: 266px;
    height: 166px; }
  .ny_product_list li h3 {
    text-align: center;
    line-height: 40px; }
    .ny_product_list li h3 a {
      color: #333;
      font-weight: normal;
      font-size: 14px; }
      .ny_product_list li:hover h3 a {
        color: #de0000;
      }

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