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

.fr {
  float: right !important;
}

.di {
  _display: inline;
}

.fwn {
  font-weight: normal;
}

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

/*头部*/
#header .logo {
  width: 300px;
}

#header .logo img {
  max-width: 100%;
}

#header .top_contact {
  float: right;
}

#header .top_contact .k2 {
  font-size: 20px;
  font-family: "impact";
  color: #333;
  line-height: 100px;
}

#header .out-nav {
  margin-top: 5px;
}

#header .out-nav .nav {
  background-color: #8392bd;
  height: 32px;
}

#header .out-nav .nav li {
  line-height: 32px;
  height: 32px;
  text-align: center;
  width: 130px;
  float: left;
  position: relative;
  z-index: 999;
}

#header .out-nav .nav li a {
  display: block;
  line-height: 32px;
  color: #fff;
  height: 32px;
}

#header .out-nav .nav li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #24588e;
}

#header .out-nav .nav .dropdown {
  background: #01557a;
  color: #fff;
  z-index: 9999;
  position: absolute;
  top: 32px;
  left: 0px;
  display: none;
  width: 100%;
}

#header .out-nav .nav .dropdown a {
  background: #01557a;
  color: #fff;
  height: 38px;
  line-height: 38px;
}

#header .out-nav .nav .dropdown a:hover {
  background: #042d3f;
  text-decoration: none;
}

/*热门搜索*/
.yq_search {
  text-align: left;
  height: 24px;
  margin: 10px 0;
}

.yq_search #form_search {
  float: right;
}

.yq_search #form_search input {
  height: 22px;
  background: #fff;
  border: 1px solid #c8c8c8;
  line-height: 22px;
}

.yq_search #form_search input#sou_word {
  height: 22px;
  line-height: 22px;
  padding-left: 4px;
  color: #666;
}

.yq_search #form_search input#s_btn {
  width: 46px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #333;
  color: #fff;
  border: none;
  cursor: pointer;
}

.yq_search .hotSearch {
  float: left;
  height: 24px;
  line-height: 24px;
  font-weight: normal;
}

.yq_search .hotSearch a {
  margin-right: 6px;
}

/*首页分类*/
.i-product-cate {
  width: 240px;
  float: left;
}

.i-product-cate .cate_title {
  line-height: 31px;
  padding-left: 15px;
  font-weight: bold;
  font-family: "微软雅黑";
  background: #8392bd;
  font-size: 14px;
  color: #fff;
}

/*首页关于我们*/
.i-about {
  width: 660px;
  float: left;
  margin-left: 12px;
  padding-bottom: 5px;
}

.i-about .about_title {
  line-height: 31px;
  padding-left: 15px;
  font-weight: bold;
  font-family: "微软雅黑";
  background: #8392bd;
  font-size: 14px;
  color: #fff;
}

.i-about .content {
  padding: 5px;
  padding-bottom: 12px;
  text-indent: 20px;
}

/*首页新闻*/
.news_company {
  width: 280px;
  float: right;
}

.news_company .news1_title {
  line-height: 31px;
  padding-left: 15px;
  font-weight: bold;
  font-family: "微软雅黑";
  background: #8392bd;
  font-size: 14px;
  color: #fff;
}

.news_company .content {
  padding: 5px;
}

.navigation {
  float: right;
  width: 100px;
}

.index-title {
  line-height: 31px;
  padding-left: 15px;
  font-weight: bold;
  font-family: "微软雅黑";
  background: #8392bd;
  font-size: 14px;
  color: #fff;
}

.index-table td {
  border: solid #add9c0;
  border-width: 0px 1px 1px 0px;
  padding: 10px 5px;
}

.index-table {
  border: solid #add9c0;
  border-width: 1px 0px 0px 1px;
  margin-top: 10px;
}

/*首页左侧联系我们*/
.contact {
  width: 218px;
  float: left;
  padding-bottom: 5px;
  margin-top: 10px;
}

.contact .contact_title {
  line-height: 31px;
  padding-left: 15px;
  font-weight: bold;
  font-family: "微软雅黑";
  background: #8392bd;
  font-size: 14px;
  color: #fff;
}

.contact .content {
  padding: 5px;
  padding-left: 8px;
}

/*工程案例*/
.case {
  width: 460px;
  float: left;
  margin-left: 12px;
  padding-bottom: 5px;
  margin-top: 10px;
}

.case .case_title {
  line-height: 31px;
  padding-left: 15px;
  font-weight: bold;
  font-family: "微软雅黑";
  background: #8392bd;
  font-size: 14px;
  color: #fff;
}

.case .content {
  padding: 5px;
  padding-bottom: 12px;
  text-indent: 20px;
}

.news2_company {
  margin-top: 10px;
}

/*产品推荐*/
.recommend_product {
  margin-top: 10px;
  width: 692px;
  float: left;
}

.recommend_product .title {
  line-height: 31px;
  padding-left: 15px;
  font-weight: bold;
  font-family: "微软雅黑";
  background: #8392bd;
  font-size: 14px;
  color: #fff;
}

.recommend_product .content {
  padding-top: 15px;
  padding-bottom: 14px;
}

.wk_cpzx {
  overflow: hidden;
  margin-top: 80px;
}

.wk_cpzx_co {
  overflow: hidden;
  margin-top: 35px;
  width: 1100px;
  height: 52px;
}

.wk_cpzx_head {
  overflow: hidden;
  width: 1100px;
  height: 52px;
  position: relative;
}

.wk_cpzx_head li {
  float: left;
  padding-right: 9px;
  line-height: 52px;
}

.wk_cpzx_head li a {
  color: #333;
  font-size: 16px;
  background: #f0f0f0;
  display: block;
  width: 176px;
  text-align: center;
  overflow: hidden;
}

.wk_cpzx_head li a:hover {
  background: #df5727;
  color: #fff;
}

.wk_cpzx_head li a.hover {
  background: #df5727;
  color: #fff;
}

.wk_cpzx_head li.r {
  padding-right: 0;
}

.wk_cpzx_cc ul {
  overflow: hidden;
  float: left;
  height: 52px;
}

.wk_cpzx_prev,
.wk_cpzx_next {
  width: 52px;
  height: 52px;
  display: block;
  position: absolute;
  z-index: 199;
  left: 50%;
}

.wk_cpzx_prev {
  float: left;
  background: url(../images/prod_prev.png) no-repeat;
  margin-left: -580px;
  margin-top: 15px;
}

.wk_cpzx_next {
  right: 0;
  background: url(../images/prod_next.png) no-repeat;
  margin-left: 570px;
  margin-top: -37px;
}

.wk_cpzx_cont {
  overflow: hidden;
  padding-top: 30px;
  height: 450px;
  width: 1100px;
  overflow: hidden;
  position: relative;
}

.wk_cpzx_cont ul {
  width: 1130px;
}

.wk_cpzx_cont li {
  width: 255px;
  float: left;
  padding-right: 26px;
  padding-bottom: 30px;
}

.wk_cpzx_cont li.r {
  padding-right: 0;
}

.wk_cpzx_cont li .wk_cpzx_ct {
  width: 235px;
  height: 420px;
  background: #ccc;
  padding: 10px;
}

.wk_cpzx_ct img {
  width: 235px;
  height: 235px;
  background: #fff;
}

.wk_cpzx_cont li .wk_cpzx_word {
  width: 215px;
  margin: auto;
  overflow: hidden;
  padding-top: 15px;
}

.wk_cpzx_cont li a {
  display: block;
  position: relative;
  z-index: 1;
}

.wk_cpzx_cont li a.wk_cpzx_more {
  color: #fff;
}

.wk_cpzx_word h2 {
  color: #459989;
  font-size: 18px;
  width: 215px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}

.wk_cpzx_word .wk_cpzx_line {
  width: 30px;
  height: 1px;
  background: #b2b2b2;
  margin: 15px 0;
  position: relative;
  z-index: 1;
}

.wk_cpzx_word p {
  color: #666;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}

.wk_cpzx_more {
  overflow: hidden;
  width: 67px;
  display: block;
  height: 30px;
  background: #459989;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-top: 20px;
}

.wk_cpzx_cont li .wk_cpzx_hover {
  width: 255px;
  height: 440px;
  background: #df5727;
  position: absolute;
  z-index: 1;
  display: none;
}

.wk_cpzx_cont li:hover .wk_cpzx_hover {
  display: block;
}

.wk_cpzx_cont li:hover .wk_cpzx_word h2 {
  color: #fff;
}

.wk_cpzx_cont li:hover .wk_cpzx_word p {
  color: #fff;
}

.wk_fa_title h2 {
  text-align: center;
  color: #353535;
  font-size: 30px;
  font-weight: normal;
}

.wk_fa_title h2 p {
  color: #ccc;
  font-size: 20px;
  background: url(../images/tt.png) no-repeat bottom center;
  padding-top: 6px;
}

.wk_fa_title h2 span {
  display: block;
  font-size: 16px;
  color: #4b4b4b;
  line-height: 30px;
  padding-top: 20px;
}

.wk_cpzx_p_more {
  width: 155px;
  height: 42px;
  display: block;
  background: url(../images/pro_more.png) no-repeat;
  margin: 30px auto;
}

.wk_cpzx_p_more:hover {
  background: url(../images/pro_more_hover.png) no-repeat;
}

.main {
  width: 1100px;
  margin: auto;
  overflow: hidden;
}

/*前台多页签*/
.news {
  width: 1200px;
  margin-top: 10px;
}

.news .hd {
  position: relative;
}

.news .hd li {
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ccc;
  margin-right: 8px;
  text-align: center;
  color: #333;
  font-size: 12px;
  cursor: pointer;
}

.news .hd li.on {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  background: #95a9dc;
  border-color: #95a9dc;
}

.news .bd li {
  width: 100%;
}

.news .bd li span {
  float: right;
}

/*友情链接*/
.f_link {
  width: 1200px;
  margin: 0 auto;
  margin-top: 15px;
  line-height: 40px;
  text-indent: 20px;
  font-size: 14px;
  background: #95a9dc;
  color: #fff;
}

/*页面底部*/
#footer {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
  padding-top: 8px;
  margin-top: 15px;
}

#footer a {
  color: #666;
}

#footer a:hover {
  color: #e87518;
  text-decoration: none;
}

#footer .nav_foot {
  text-align: center;
  line-height: 24px;
  color: #666;
}

#footer .copyright {
  text-align: center;
  line-height: 24px;
}

/*内页公用*/
.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_sort {
  background: #333333;
}

.ny_sort li {
  position: relative;
  z-index: 999;
  text-align: center;
}

.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: #CB4E4B;
}

.ny_sort li a.home {
  background: #CB4E4B;
}

.ny_sort li .layer2 li {
  overflow: hidden;
}

.ny_sort li .layer2 li a {
  background: #484848;
  display: block;
}

.ny_sort li .layer2 li a:hover {
  text-decoration: none;
}

.ny_sort li .layer2 li .layer3 li a {
  font: normal 12px/24px "微软雅黑";
  background: none;
}

.ny_sort li .layer2 li .layer3 li a:hover {
  text-decoration: none;
  color: rgba(74, 179, 68, 0.64);
}

.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: #65beba;
  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: #65beba;
}

.ny_news_list li p {
  line-height: 22px;
  font-size: 14px;
  color: #666666;
}

/*内页产品列表*/
.ny_product_list li {
  position: relative;
  float: left;
  margin-bottom: 20px;
  overflow: hidden;
}

.ny_product_list li img {
  width: 100%;
}

.ny_product_list li .cover {
  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 .cover a {
  color: #fff;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.ny_product_list li:hover .cover {
  transform: rotate(0deg);
  background: rgba(74, 179, 68, 0.64);
}

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

.f_message ul li input#msgbtn {
  background: #088b3f;
}

@media screen and (max-width: 767px) {
  .f_message ul li {
    width: 90%;
  }
  .f_message ul li p {
    width: 30%;
  }
  .f_message ul li textarea {
    width: 70%;
  }
  .f_message ul li input {
    width: 70%;
  }
  .f_message ul li input#checkcode {
    width: 70px;
  }
}
