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


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


.header-wrap {
  border-bottom: 1px solid #e5e5e5;
}
.header {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #5b5b5b;
  overflow: hidden;
}
.headerl {
  float: left;
}
.headerr {
  float: right;
}

.head-wrap.current, .mhead-wrap.current {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  background: rgba(255,255,255,0.5);
  z-index: 9999;
}
.headdown {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.headup {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.head-wrap {
  width: 100%;
  height: 90px;
}
.headl {
  float: left;
}
.headl h1 {
  display: block;
  height: 90px;
}
.headl img {
  display: inline-block;
  vertical-align: middle;
}
.headl h1 span {
  display: inline-block;
  height: 90px;
  width: 0px;
  vertical-align: middle;
}

.headr {
  float: right;
}
.headr .nav {
  height: 90px;
}
.headr .nav li {
  margin-right: 10px;
  float: left;
  position: relative;
  padding: 5px 0;
}
.headr .nav li a.navn {
  display: block;
  height: 80px;
  line-height: 80px;
  padding: 0px 20px;
  position: relative;
  color: #000;
  font-weight: bold;
  font-size: 16px;
}
.headr .nav li .navn span {
  width: 0;
  height: 30px;
  opacity: 0;
  background: #2AC37D;
  display: block;
  border-radius: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transform: translate(-50%, -50%) scale(0.5, 0.5);
  -webkit-transform: translate(-50%, -50%) scale(0.5, 0.5);
  -o-transform: translate(-50%, -50%) scale(0.5, 0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5, 0.5);
  -moz-transform: translate(-50%, -50%) scale(0.5, 0.5);
  z-index: -1;
}
.headr .nav li .navn:hover {
  color: #fff;
  background: transparent;
}
.headr .nav li .navn:hover span {
  width: 100%;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1, 1);
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  -o-transform: translate(-50%, -50%) scale(1, 1);
  -ms-transform: translate(-50%, -50%) scale(1, 1);
  -moz-transform: translate(-50%, -50%) scale(1, 1);
}
.headr .nav .dropdown {
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 90px;
  display: none;
}
.headr .nav .dropdown a {
  text-align: center;
  display: block;
  height: 40px;
  line-height: 40px;
  color: #333;
  border-top: 1px solid #2AC37D;
  font-size: 14px;
  font-weight: bold;
}
.headr .nav .dropdown a:hover {
  color: #fff;
  background: #2AC37D;
}

/* 手机站头部 */
.mhead-wrap {
  width: 100%;
  position: fixed;
  background: rgba(255,255,255,0.5);
  top: 41px;
  z-index: 999999;
  display: none;
}
.mhead {
  padding: 0 15px;
  height: 90px;
}
.mheadl {
  width: 70%;
  float: left;
}
.mheadl h1 {
  display: block;
  height: 90px;
}
.mheadl img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.mheadl h1 span {
  display: inline-block;
  height: 90px;
  width: 0px;
  vertical-align: middle;
}
.mheadr {
  float: right;
}
.mheadr .nav {
  width: 30%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: #f9f9f9;
  z-index: 99999;
  overflow-x: hidden;
  display: none;
}
.mheadr .nav li {
  line-height: 30px;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #fff;
  background: url(../images/men.png) no-repeat 90% 20px;
}
.mheadr .nav li .navn {
  display: inline-block;
  padding: 5px 20px;
  color: #000;
}
.mheadr .nav li .navn:hover {
  background: #e5e5e5;
}
.mheadr .nav li a:hover {
  background: transparent;
}
.mheadr .nav .dropdown {
  background: #fff;
  display: none;
}
.mheadr .nav .dropdown a {
  padding: 10px 15px;
  color: #1d1d1d;
  border-bottom: 1px solid #eee;
  display: block;
}
.mheadr .nav .dropdown a:hover {
  background: #2AC37D;
  color: #fff;
}
.mheadr .nav li.active {
  background: url(../images/men.png) no-repeat 90% 20px #e5e5e5;
}
.mheadr .men {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2AC37D;
  margin-top: 20px;
  position: relative;
}
.mheadr .men span {
  width: 20px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: 12px;
  left: 10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.mheadr .men .mm {
  top: 50%;
  margin-top: -1px;
}
.mheadr .men .mb {
  top: auto;
  bottom: 12px;
}
.mheadr .mem.active {
  background: #fc354c;
}
.mheadr .men.active .mt {
  top: 50%;
  webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  bottom: auto;
}
.mheadr .men.active .mm {
  display: none;
}
.mheadr .men.active .mb {
  webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 50%;
  bottom: auto;
}


/* 产品展示 */
.pro {
  padding-top: 50px;
  padding-bottom: 100px;
}
.prot {
  overflow: hidden;
}
.prot h3 {
  line-height: 100px;
  font-size: 22px;
  color: #1d1d1d;
  background: url(../images/product_title.png) no-repeat left center;
}
.prot ul {
  overflow: hidden;
  float: right;
}
.prot ul li {
  font-size: 16px;
  margin-left: 50px;
  float: left;
  color: #8d8d8d;
  font-weight: bold;
  cursor: pointer;
}
.prot ul li.current {
  color: #2AC37D;
}
.proc {
  padding-top: 20px;
}
.proc ul {
  display: none;
}
.proc ul.current {
  display: block;
}
.proc ul li {
  padding: 15px;
}
.proc .prol {
  position: relative;
}
.proc ul li .img {
  display: block;
  position: relative;
  z-index: 5;
}
.proc ul li .img img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.proc ul li .img span {
  width: 80px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  color: #efefef;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #2AC37D;
}
.proc ul li h3 {
  width: 100%;
  padding-top: 10px;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 1;
  background: #fff;
  padding-bottom: 10px;
}
.proc ul li h3 a {
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #5b5b5b;
  display: block;
  font-size: 16px;
}
.proc ul li h3 span {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  display: block;
  color: #666;
}
.proc ul li h3 a:hover {
  color: #2AC37D;
}
.proc .prol:hover .line {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.proc .prol .line {
  width: 100px;
  height: 100px;
  display: block;
  border: 1px solid #000;
  position: absolute;
  left: -15px;
  top: -15px;
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}



/* 广告 */
.ad-wrap img {
  max-width: 100%;
  display: block;
}
.ad {
  padding: 0;
  margin: 0;
}
.ad div {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.ad img {
  width: 100%;
  display: block;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.ad div:hover img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
}
.ad span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  z-index: 5;
  background: rgba(255, 255, 255, 0.5);;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
  -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
  -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
}
.ad div:hover span {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
  -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
  -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
}
/* 案例展示 */
.cat {
  overflow: hidden;
}
.cat h3 {
  width: 50%;
  float: left;
  line-height: 100px;
  font-size: 22px;
  color: #1d1d1d;
  background: url(../images/new_title.png) no-repeat left center;
}
.cat p {
  max-width: 50%;
  float: right;
  padding-top: 40px;
}
.cat p span.cl {
  padding-left: 40px;
  background: url(../images/aprev.png) no-repeat left center;
  line-height: 22px;
  vertical-align: middle;
  margin-right: 55px;
  color: #8d8d8d;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}
.cat p span.cr {
  padding-right: 40px;
  background: url(../images/anext.png) no-repeat right center;
  line-height: 22px;
  vertical-align: middle;
  color: #8d8d8d;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}
.cac {
  position: relative;
  overflow: hidden;
}
.cac ul {
  overflow: hidden;
  padding-bottom: 100px;
  position: absolute;
  left: 0;
  top: 0;
}
.cac ul li {
  width: 25%;
  float: left;
}


/* 公司简介 */
.ab-wrap {
  background: url(../images/about_bg.jpg) no-repeat center top fixed;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
.ab {
  padding: 100px 0 50px;
  text-align: center;
  color: #000;
}
.abt {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  top: -60px;
  margin-left: -60px;
  z-index: 5;
}
.abt span {
  width: 45px;
  height: 45px;
  display: block;
  background: url(../images/abt.png) no-repeat center center;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 6;
}
.abt img {
  width: 116px;
  height: 116px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: block;
}
.ab h3 {
  margin-bottom: 30px;
}
.ab h3 a {
  font-size: 24px;
  color: #000;
}
.ab .abc {
  width: 90%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 24px;
}



/* 新闻中心 */
.ne {
  padding-top: 80px;
  padding-bottom: 80px;
}
.net {
  overflow: hidden;
}
.net h3 {
  width: 50%;
  float: left;
  line-height: 100px;
  font-size: 22px;
  color: #1d1d1d;
  background: url(../images/news_title.png) no-repeat left center;
}
.net a {
  max-width: 50%;
  float: right;
  display: block;
  font-size: 16px;
  color: #8d8d8d;
  line-height: 100px;
  font-weight: bold;
}
.nec {
  padding-top: 50px;
}
.nec ul li {
  padding: 0 15px;
}
.nec .img {
  position: relative;
  margin-bottom: 10px;
}
.nec .img img {
  width: 100%;
  display: block;
}
.nec .img a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.nec .img:hover a {
  background: rgba(42, 195, 125, 0.35);
}
.nec h3 a {
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
  color: #5b5b5b;
  margin-bottom: 5px;
  display: block;
}
.nec h3 a:hover {
  color: #2AC37D;
}
.nec span, .nec p {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 28px;
  color: #8d8d8d;
}
.nec a.more {
  padding-right: 25px;
  background: url(../images/news.png) no-repeat right center;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #8d8d8d;
  display: inline-block;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.nec .more:hover {
  padding-right: 30px;
  color: #2AC37D;
  background: url(../images/news_hover.png) no-repeat right center;
}


/* 联系我们 */
.con-wrap {
  padding: 0;
}
.conm {
  width: 100%;
  height: 500px;
}
.conb {
  margin-top: -500px;
}
.conc {
  padding: 50px 40px;
  height: 100%;
  height: 500px;
  font-size: 14px;
  line-height: 24px;
  background: rgba(255,255,255,0.9);
}
.conc h3 {
  text-align: center;
  font-size: 16px;
  color: #000;
  margin: 15px 0 20px;
}


/* 友情链接 */
.flink-wrap {
  background: #333;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  color: #fff;
}
.flink div {
  padding-top: 10px;
  font-size: 12px;
}
.flink div a {
  margin-right: 10px;
  color: #fff;
  line-height: 20px;
}


/* 底部 */
.foot-wrap {
  background: #000;
  padding-top: 30px;
  padding-bottom: 20px;
  color: #fff;
}
.footn {
  font-size: 14px;
  border-bottom: 1px solid #fff;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.footn a {
  margin: 0 10px;
}
.foot a {
  color: #fff;
}
.foot a:hover {
  text-decoration: underline;
}



@media (max-width: 1200px) {
  .container {
    width: 100%;
  }
  .mhead-wrap {
    display: block;
  }
  .head-wrap {
    display: none;
  }
}





/* banner */
.banner-wrap.container-fluid {
  width: 100%;
  height: 660px;
  left: 0;
  margin-left: 0;
  position: relative;
  z-index: 1;
  padding: 0;
}
.banner.container {
  width: 100%;
  position: relative;
  padding: 0;
}
.banner .band {
  width: 100%;
  height: 660px;
  position: relative;
}
.banner .band li {
  width: 100%;
  height: 660px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.banner .band li a {
  width: 100%;
  display: block;
}
 .banner .band li img {
  width: 100%;
  display: block;
} 
.banner .band li.current {
  z-index: 2;
}
.banner .banb {
  width: 100%;
  height: 30px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 10px;
  z-index: 5;
}
.banner .banb li {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0px 5px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #fff;
}
.banner .banb li.current {
  background: #fff;
}
.banner .banb li:hover {
  background: #ccc;
}
/* .bprev {
  width: 78px;
  height: 119px;
  display: block;
  background: url(../images/bprev.png) no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -60px;
  z-index: 3;
  cursor: pointer;
}
.bnext {
  width: 78px;
  height: 119px;
  display: block;
  background: url(../images/bnext.png) no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -60px;
  z-index: 3;
  cursor: pointer;
} */

/*热门搜索*/
.search-wrap {
  height: 50px;
  background: #ebebeb;
}
.search {
  overflow: hidden;
}
.search .searchl {
  float: left;
  width: 50%;
  overflow: hidden;
  height: 50px;
  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: 30px;
  border: 1px solid #333;
  line-height: 28px;
  background: #fff;
  float: left;
}
.search form .pd {
  width: 150px;
  padding-left: 10px;
}
.search form .sbtn {
  width: 50px;
  height: 30px;
  margin-left: 5px;
  cursor: pointer;
  text-align: center;
}
.search form .sbtn:hover {
  background: #ebebeb;
  border-color: #fff;
}

/* 内页banner */
.ny-banner img {
  width: 100%;
  display: block;
}

/*内页公用*/
.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%;
}

/*内页分类样式*/
.ny_sort {
    text-align: center;
}

.ny_sort li {
  position: relative;
  z-index: 999;
  width: 142px;
  background: #088b3f;
  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: #8392bd; }
  .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: 0px;
    top: 49px;
    width: 210px;
    padding: 10px 20px;
    /*background: #f5f6f6;*/
    border-bottom: 2px solid #3a78c1;
    z-index: 9999; 
    }
    .ny_sort li .layer2 li {
      overflow: hidden; 
    list-style-type: none;
    background-color: rgba(8,193,63,0.8);
    }
      .ny_sort li .layer2 li a {
        font-weight: bold;
        /*background: url(../images/ico1.gif) no-repeat 0% 50%; */
          
      }
        .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: 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 {
  padding: 0 15px;
  position: relative;
  float: left;
  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: 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 h3 {
    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: 170px; }
      .f_message ul li input#msgbtn {
        background: #088b3f; }
