@import "base/compatibility.css";
/*

“MNS” 样式

2015 for Hicheng

Copyright (c) 2015, MNS All rights reserved.

*/
/* line 1, base\layout.less */
.wrapper {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
}
/* line 5, base\layout.less */
.wrapper .header {
  height: 80px;
  position: relative;
}
/* line 8, base\layout.less */
.wrapper .header .logo {
  width: 390px;
  height: 80px;
  float: left;
}
/* line 13, base\layout.less */
.wrapper .header .search {
  position: absolute;
  top: 0;
  right: 0;
  width: 270px;
  height: 25px;
}
/* line 19, base\layout.less */
.wrapper .header .search .top-search {
  width: 244px;
  height: 24px;
  border: 0;
  padding: 0;
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  float: left;
}
/* line 28, base\layout.less */
.wrapper .header .nav {
  margin-left: 480px;
  padding-top: 51px;
}
/* line 31, base\layout.less */
.wrapper .header .nav li {
  float: left;
  /*width: 85px;*/
  display: block;
  padding: 0 8px;
}
/* line 35, base\layout.less */
.wrapper .header .nav li a {
  text-transform: capitalize;
  text-decoration: none;
  height: 30px;
  padding: 0 10px;
  padding-bottom: 11px;
  color: #9f9f9f;
}
/* line 42, base\layout.less */
.wrapper .header .nav li a:hover {
  border-bottom: 2px solid #009a44;
}
/* line 46, base\layout.less */
.wrapper .header .nav li .active {
  border-bottom: 2px solid #009a44;
}
/* line 50, base\layout.less */
.wrapper .header .nav li .home:hover {
  border: none;
}
/* line 58, base\layout.less */
.wrapper .about-block {
  position: relative;
  overflow: hidden;
}
/* line 61, base\layout.less */
.wrapper .about-block .about-text {
  margin-left: 255px;
  margin-right: 160px;
}
/* line 65, base\layout.less */
.wrapper .about-block .about-img {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 72, base\layout.less */
.wrapper .products-block .home-category {
  float: left;
  width: 240px;
}
/* line 75, base\layout.less */
.wrapper .products-block .home-category .home-cate-tit {
  position: relative;
  background: #6f6f6f;
  width: 220px;
  height: 30px;
  padding: 10px;
  line-height: 30px;
  font-size: 18px;
  color: #ffffff;
}
/* line 84, base\layout.less */
.wrapper .products-block .home-category .home-cate-tit a {
  position: absolute;
  right: 10px;
  top: 20px;
}
/* line 90, base\layout.less */
.wrapper .products-block .home-category ul {
  background: #ececec;
}
/* line 92, base\layout.less */
.wrapper .products-block .home-category ul li {
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #e1e1e1;
}
/* line 96, base\layout.less */
.wrapper .products-block .home-category ul li a {
  background: url("../images/angle-right.png") 7px center no-repeat;
  padding: 0 20px;
  height: 40px;
  display: block;
  color: #787878;
}
/* line 102, base\layout.less */
.wrapper .products-block .home-category ul li a:hover {
  color: #009b44;
  background: #ffffff url("../images/angle-right-hover.png") 7px center no-repeat;
}
/* line 110, base\layout.less */
.wrapper .products-block .newProduct {
  overflow: hidden;
  position: relative;
  margin-left: 255px;
}
/* line 114, base\layout.less */
.wrapper .products-block .newProduct .hd .prev,
.wrapper .products-block .newProduct .hd .next {
  display: block;
  width: 5px;
  height: 9px;
  line-height: 10px;
  float: right;
  margin-right: 10px;
  margin-top: 10px;
  overflow: hidden;
  cursor: pointer;
  background: url("../images/icoLeft.gif") no-repeat;
}
/* line 126, base\layout.less */
.wrapper .products-block .newProduct .hd {
  overflow: hidden;
  height: 50px;
  background: #ffffff;
}
/* line 130, base\layout.less */
.wrapper .products-block .newProduct .hd .hd-btn {
  margin-top: 10px;
}
/* line 133, base\layout.less */
.wrapper .products-block .newProduct .hd .next {
  background: url("../images/icoRight.gif") no-repeat;
}
/* line 136, base\layout.less */
.wrapper .products-block .newProduct .hd ul {
  float: right;
  overflow: hidden;
  zoom: 1;
  margin-top: 10px;
}
/* line 141, base\layout.less */
.wrapper .products-block .newProduct .hd ul li {
  position: relative;
  _display: inline;
  float: left;
  width: 10px;
  height: 10px;
  overflow: hidden;
  background: #ccc;
  margin-right: 10px;
  text-indent: -999px;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  behavior: url(../PIE.htc);
}
/* line 157, base\layout.less */
.wrapper .products-block .newProduct .hd ul li.on {
  background: #059c47;
}
/* line 164, base\layout.less */
.wrapper .products-block .newProduct .bd ul {
  overflow: hidden;
  zoom: 1;
}
/* line 167, base\layout.less */
.wrapper .products-block .newProduct .bd ul li {
  width: 170px;
  margin: 0 19px 0 0;
  text-align: center;
  float: left;
  _display: inline;
  overflow: hidden;
}
/* line 169, base\layout.less */
.wrapper .products-block .newProduct .bd ul li img {
  border: 1px solid #e0e0e0;
}
/* line 182, base\layout.less */
.wrapper .left {
  width: 755px;
  float: right;
}
/* line 185, base\layout.less */
.wrapper .left .hd {
  position: relative;
  text-transform: uppercase;
}
/* line 188, base\layout.less */
.wrapper .left .hd .return {
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/return.jpg") no-repeat right;
  padding-right: 25px;
  color: #C4C4C4;
  font-size: 18px;
}
/* line 198, base\layout.less */
.wrapper .left .pro-detail {
  padding: 20px 0;
  overflow: hidden;
}
/* line 201, base\layout.less */
.wrapper .left .pro-detail .name {
  font-size: 18px;
  color: #ffffff;
  padding: 2px 5px;
  background: #009B44;
}
/* line 207, base\layout.less */
.wrapper .left .pro-detail .general {
  float: right;
}
/* line 211, base\layout.less */
.wrapper .left .contact-detail {
  background: url("../images/p.jpg") no-repeat left;
  padding-left: 110px;
  padding-bottom: 30px;
}
/* line 215, base\layout.less */
.wrapper .left .contact-detail dl {
  line-height: 30px;
}
/* line 217, base\layout.less */
.wrapper .left .contact-detail dl dt {
  width: 100px;
  text-align: right;
  float: left;
}
/* line 222, base\layout.less */
.wrapper .left .contact-detail dl dd {
  margin-left: 110px;
}
/* line 227, base\layout.less */
.wrapper .left .feed {
  padding: 10px 0;
}
/* line 229, base\layout.less */
.wrapper .left .feed h5 {
  font-style: italic;
  font-weight: bold;
}
/* line 233, base\layout.less */
.wrapper .left .feed li {
  margin-bottom: 10px;
  display: block;
}
/* line 236, base\layout.less */
.wrapper .left .feed li label {
  width: 130px;
  float: left;
  text-align: right;
}
/* line 241, base\layout.less */
.wrapper .left .feed li textarea {
  width: 300px;
  height: 80px;
}
/* line 248, base\layout.less */
.wrapper .right {
  float: left;
  /*margin-left: 770px;*/
}
/* line 251, base\layout.less */
.wrapper .right .category .cate-tit {
  background: url("../images/cate-bg.jpg") no-repeat;
  width: 230px;
  height: 85px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
/* line 258, base\layout.less */
.wrapper .right .category .cate-tit span {
  font-size: 30px;
  color: #ffffff;
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
}
/* line 267, base\layout.less */
.wrapper .right .category > ul {
  overflow: hidden;
  background: #ECECEC;
}
/* line 270, base\layout.less */
.wrapper .right .category > ul > li {
  line-height: 30px;
  display: block;
  font-style: italic;
  font-size: 13px;
  border-bottom: 1px solid #ffffff;
}
/* line 277, base\layout.less */
.wrapper .right .category > ul > li a {
  padding-left: 15px;
  color: #646464;
  display: block;
}
/* line 281, base\layout.less */
.wrapper .right .category > ul > li a:hover {
  background: #ffffff;
  color: #009B44;
}
/* line 288, base\layout.less */
.wrapper .right .category .sub-menu {
  background: #ffffff;
}
/* line 290, base\layout.less */
.wrapper .right .category .sub-menu li {
  height: 30px;
  line-height: 30px;
  font-style: normal;
  display: block;
  border-bottom: 1px solid #ECECEC;
}
/* line 296, base\layout.less */
.wrapper .right .category .sub-menu li a {
  padding-left: 25px;
  color: #959595;
  display: block;
}
/* line 300, base\layout.less */
.wrapper .right .category .sub-menu li a:hover {
  background: #ECECEC;
  color: #009B44;
}
/* line 309, base\layout.less */
.wrapper .right .contact .cont-tit {
  background: url("../images/con-bg.jpg") no-repeat;
  width: 230px;
  height: 85px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
/* line 316, base\layout.less */
.wrapper .right .contact .cont-tit span {
  font-size: 30px;
  color: #E6E4E2;
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
}
/* line 325, base\layout.less */
.wrapper .right .contact dl {
  line-height: 25px;
}
/* line 327, base\layout.less */
.wrapper .right .contact dl dt {
  width: 60px;
  float: left;
  margin: 0;
  text-align: right;
}
/* line 333, base\layout.less */
.wrapper .right .contact dl dd {
  margin-left: 65px;
}
/* line 340, base\layout.less */
.wrapper .news-list {
  overflow: hidden;
}
/* line 342, base\layout.less */
.wrapper .news-list li {
  display: block;
  height: 30px;
  line-height: 30px;
  position: relative;
}
/* line 347, base\layout.less */
.wrapper .news-list li a {
  background: url("../images/angle-right.png") 7px center no-repeat;
  padding-left: 20px;
  height: 30px;
  display: block;
  color: #787878;
}
/* line 353, base\layout.less */
.wrapper .news-list li a:hover {
  color: #009b44;
  background: #ffffff url("../images/angle-right-hover.png") 7px center no-repeat;
}
/* line 358, base\layout.less */
.wrapper .news-list li .date {
  position: absolute;
  right: 0;
  top: 0;
  color: #CCCCCC;
}
/* line 366, base\layout.less */
.wrapper .pro-list {
  overflow: hidden;
}
/* line 368, base\layout.less */
.wrapper .pro-list li {
  height: 205px;
  width: 220px;
  display: block;
  float: left;
  margin-left: 25px;
}
/* line 374, base\layout.less */
.wrapper .pro-list li a {
  position: relative;
  display: block;
  height: 205px;
  width: 220px;
  color: #959595;
}
/* line 380, base\layout.less */
.wrapper .pro-list li a img {
  display: block;
}
/* line 383, base\layout.less */
.wrapper .pro-list li a .general {
  position: absolute;
  top: 133px;
  width: 218px;
  height: 30px;
  line-height: 30px;
  padding: 1px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  background: rgba(0, 155, 68, 0.5);
}
/* line 395, base\layout.less */
.wrapper .pro-list li a .name {
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
}
/* line 404, base\layout.less */
.wrapper .paging {
  margin: 30px 0 0;
}
/* line 406, base\layout.less */
.wrapper .paging div {
  height: 40px;
  text-align: center;
}
/* line 409, base\layout.less */
.wrapper .paging div a {
  padding: 7px 11px;
  background: #CACACA;
  color: #ffffff;
  margin-right: 2px;
  text-decoration: none;
}
/* line 415, base\layout.less */
.wrapper .paging div a:hover {
  background: #009B44;
  text-decoration: none;
  color: #ffffff !important;
}
/* line 420, base\layout.less */
.wrapper .paging div a:active {
  background: #009B44;
  text-decoration: none;
  color: #ffffff;
}
/* line 426, base\layout.less */
.wrapper .paging div .current {
  padding: 7px 11px;
  color: #ffffff;
  background: #009B44;
  margin-right: 2px;
}
/* line 432, base\layout.less */
.wrapper .paging div .disabled {
  padding: 7px 11px;
  background: #CACACA;
  margin-right: 2px;
}
/* line 441, base\layout.less */
.inside-banner {
  height: 200px;
  background: #E9EAE2;
}
/* line 445, base\layout.less */
.main_image {
  width: 100%;
  height: 400px;
  border-top: 1px solid #d7d7d7;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
/* line 453, base\layout.less */
.main_image ul {
  width: 9999px;
  height: 400px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 460, base\layout.less */
.main_image ul li {
  float: left;
  width: 100%;
  height: 400px;
  text-align: center;
}
/* line 465, base\layout.less */
.main_image ul li a {
  display: block;
  width: 100%;
  height: 400px;
}
/* line 474, base\layout.less */
.flicking_con {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
/* line 478, base\layout.less */
.flicking_con .flicking_inner {
  position: absolute;
  top: 360px;
  left: 50%;
  margin-left: -80px;
  z-index: 999;
  width: 160px;
  height: 21px;
  text-align: center;
}
/* line 487, base\layout.less */
.flicking_con .flicking_inner a {
  width: 21px;
  height: 21px;
  margin: 0;
  padding: 0;
  background: url('../images/btn_main_img.png') 0 0 no-repeat;
  display: inline-block;
  text-indent: -10000px;
}
/* line 498, base\layout.less */
.flicking_con .flicking_inner a.on {
  background-position: 0 -21px;
}
/* line 504, base\layout.less */
#btn_prev,
#btn_next {
  z-index: 11111;
  position: absolute;
  display: block;
  width: 73px!important;
  height: 74px!important;
  top: 50%;
  margin-top: -37px;
  display: none;
}
/* line 514, base\layout.less */
#btn_prev {
  background: url(../images/hover_left.png) no-repeat left top;
  left: 100px;
}
/* line 518, base\layout.less */
#btn_next {
  background: url(../images/hover_right.png) no-repeat right top;
  right: 100px;
}
/* line 523, base\layout.less */
#footer {
  border-top: 4px solid #009b44;
  padding: 20px 0;
  overflow: hidden;
}
@charset "utf-8";
/* line 4, base\common.less */
body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Microsoft Yahei", "Lucida Grande", Verdana, Lucida, Helvetica, Arial, 'Simsun', sans-serif;
}
/* line 7, base\common.less */
body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
/* line 12, base\common.less */
html,
body {
  height: 100%;
  margin: 0;
}
/* line 16, base\common.less */
ul,
dl {
  list-style: none;
}
/* line 19, base\common.less */
img,
a img {
  border: 0;
}
/* line 22, base\common.less */
a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 28, base\common.less */
ul {
  list-style: none;
}
/* line 31, base\common.less */
img,
a img {
  border: 0;
}
/* line 34, base\common.less */
p {
  font-size: 13px;
  line-height: 20px;
}
/* line 38, base\common.less */
hr {
  margin: 4px 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #d4d4d4;
}
/* line 45, base\common.less */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: normal;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
/* line 53, base\common.less */
h1 {
  font-size: 38.5px;
}
/* line 56, base\common.less */
h2 {
  font-size: 31.5px;
}
/* line 59, base\common.less */
h3 {
  font-size: 24.5px;
}
/* line 62, base\common.less */
h4 {
  font-size: 17.5px;
}
/* line 66, base\common.less */
h1,
h2,
h3,
h4 {
  line-height: 50px;
}
/* line 69, base\common.less */
.pull-left {
  float: left;
}
/* line 72, base\common.less */
.clearMargin {
  margin: 0;
}
/* line 75, base\common.less */
.mt15 {
  margin-top: 15px;
}
/* line 79, base\common.less */
.text-center {
  text-align: center;
}
/* line 82, base\common.less */
.gray {
  color: #959595;
}
/* line 85, base\common.less */
.green {
  color: #009b44 !important;
}
/* line 88, base\common.less */
.white {
  color: #ffffff !important;
}
/* line 93, base\common.less */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 3px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: #ffffff;
}
/* line 115, base\common.less */
.btn-green {
  background-color: #009B44;
  border-color: #009B44;
}
/* line 118, base\common.less */
.btn-green:hover {
  background-color: #03B350;
  border-color: #03B350;
}
/* line 123, base\common.less */
.btn-gray {
  background: #4D4D4D;
  border-color: #4D4D4D;
}
/* line 126, base\common.less */
.btn-gray:hover {
  background-color: #636262;
  border-color: #636262;
}
/* line 131, base\common.less */
input,
textarea {
  padding: 2px;
  resize: none;
  background: rgba(255, 255, 255, 0.75);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #DEDEDE;
}
/* line 140, base\common.less */
input:focus,
textarea:focus {
  border-color: #009B44;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
