锘緻charset "UTF-8";
/*reset*/
/* line 2, ../scss/_reset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  list-style: none;
}

/* line 16, ../scss/_reset.scss */
body {
  font-size: 12px;
  /* [disabled]font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif; */
}

/* line 21, ../scss/_reset.scss */
h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em;
}

/* line 22, ../scss/_reset.scss */
h2 {
  font-size: 2em;
  margin-bottom: 0.75em;
}

/* line 23, ../scss/_reset.scss */
h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em;
}

/* line 24, ../scss/_reset.scss */
h4 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
}

/* line 25, ../scss/_reset.scss */
h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em;
}

/* line 26, ../scss/_reset.scss */
h6 {
  font-size: 1em;
  font-weight: bold;
}

/* line 28, ../scss/_reset.scss */
p {
  margin: 0 0 0.5em;
}

/* line 29, ../scss/_reset.scss */
a {
  color: #4b7fb9;
  text-decoration: none;
  outline: 0;
}

/* line 30, ../scss/_reset.scss */
a:hover {
  text-decoration: none;
}

/* line 31, ../scss/_reset.scss */
.lnk {
  color: #4b7fb9;
  cursor: pointer;
}

/* line 32, ../scss/_reset.scss */
a.lnk {
  text-decoration: none;
}

/* line 33, ../scss/_reset.scss */
a.lnk:hover {
  text-decoration: underline;
}

/* line 34, ../scss/_reset.scss */
img {
  border: none;
  -ms-interpolation-mode: bicubic;
}

/* line 36, ../scss/_reset.scss */
.gray {
  color: #999;
}

/* line 37, ../scss/_reset.scss */
.red {
  color: #f00;
}

/* line 38, ../scss/_reset.scss */
.orange {
  color: #f60;
}

/* line 39, ../scss/_reset.scss */
.green {
  color: #263;
}

/* line 41, ../scss/_reset.scss */
.fl {
  float: left;
}

/* line 42, ../scss/_reset.scss */
.fr {
  float: right;
}

/* line 43, ../scss/_reset.scss */
.t-r {
  text-align: right !important;
}

/* line 44, ../scss/_reset.scss */
.t-l {
  text-align: left !important;
}

/* line 45, ../scss/_reset.scss */
.t-c {
  text-align: center !important;
}

/* line 46, ../scss/_reset.scss */
s.ico {
  display: inline-block;
  *display: inline;
  zoom: 1;
  overflow: hidden;
}

/* line 48, ../scss/_reset.scss */
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

/* line 49, ../scss/_reset.scss */
* html .clearfix {
  zoom: 1;
}

/* line 50, ../scss/_reset.scss */
* + html .clearfix {
  zoom: 1;
}

/* line 51, ../scss/_reset.scss */
.clearfix {
  display: block;
}

/* line 52, ../scss/_reset.scss */
.clear {
  clear: both;
}

/* line 54, ../scss/_reset.scss */
img {
  border: none;
}

/* line 58, ../scss/_reset.scss */
input:focus {
  outline: none;
}

/* line 4, ../scss/_layout.scss */
body {
  font-family: Arial, "寰蒋闆呴粦", "Microsoft YaHei", "Hiragino Sans GB";
}

/* line 9, ../scss/_layout.scss */
.header {
  height: 100px;
  line-height: 100px;
  width: 1200px;
  margin: 0 auto;
  *zoom: 1;
  display: block;
}
/* line 10, ../scss/_vars.scss */
.header:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
/* line 16, ../scss/_layout.scss */
.header .header-logo {
  display: block;
  float:left;
  padding:12px 0 12px 0;
  width: 201px;
  height: 76px;
  margin-left: 30px;
  vertical-align: middle;
}
/* line 24, ../scss/_layout.scss */
.header .header-menu {
  *zoom: 1;
  display: block;
  float: right;
}
/* line 10, ../scss/_vars.scss */
.header .header-menu:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
/* line 27, ../scss/_layout.scss */
.header .header-menu li {
  float: left;
  margin-right: 30px;
}
/* line 31, ../scss/_layout.scss */
.header .header-menu li.hover a {
  color: #007572;
  border-bottom: 4px solid #007572;
}
/* line 36, ../scss/_layout.scss */
.header .header-menu a {
  display: block;
  font-size: 18px;
  height: 96px;
  color: #333;
  padding: 0 5px;
}
/* line 43, ../scss/_layout.scss */
.header .header-menu a:hover {
  color: #007572;
}

/* line 53, ../scss/_layout.scss */
.inside_banner {
  height: 300px;
  overflow: hidden;
  zoom: 1;
  position: relative;
}
/* line 56, ../scss/_layout.scss */
.inside_banner a {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 61, ../scss/_layout.scss */
.inside_banner div {
  width: 100%;
  height: 100%;
}

/* line 67, ../scss/_layout.scss */
.footer {
  color: #999;
  font-size: 14px;
  line-height: 40px;
  background: #333;
  text-align: center;
}

/* line 76, ../scss/_layout.scss */
.tool {
  position: fixed;
  z-index: 99;
  right: 0px;
  top: 100px;
}
/* line 82, ../scss/_layout.scss */
.tool li {
  margin-bottom: 2px;
  position: relative;
  height: 60px;
  line-height: 60px;
  width: 60px;
  text-align: center;
  cursor: pointer;
}
/* line 92, ../scss/_layout.scss */
.tool .tool-home {
  display: inline-block;
}
/* line 95, ../scss/_layout.scss */
.tool .tool-mask {
  position: absolute;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 8;
}
/* line 105, ../scss/_layout.scss */
.tool .hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 108, ../scss/_layout.scss */
.tool .tool-bd {
  position: absolute;
  z-index: 9;
  height: 100%;
  width: 100%;
}
/* line 114, ../scss/_layout.scss */
.tool .tool-icon {
  vertical-align: middle;
}
/* line 117, ../scss/_layout.scss */
.tool .tool-name {
  color: #fff;
  font-size: 16px;
  display: none;
}
.tool .en-default {  
  font-size: 14px;  
}
/* line 123, ../scss/_layout.scss */
.tool .tool-hide {
  position: absolute;
  top: 0px;
  right: 60px;
  height: 60px;
  z-index: 9;
  display: none;
}
/* line 131, ../scss/_layout.scss */
.tool .tool-hide .tool-hide-mask {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 60px;
  z-index: 8;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
/* line 141, ../scss/_layout.scss */
.tool .tool-hide .tool-hide-bd {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 60px;
  z-index: 9;
}
/* line 150, ../scss/_layout.scss */
.tool .tool-search {
  width: 160px;
}
/* line 152, ../scss/_layout.scss */
.tool .tool-search .tool-hide-mask {
  width: 100%;
}
/* line 156, ../scss/_layout.scss */
.tool .tool-search input {
  width: 140px;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  border: none;
   padding-right: 30px;
}
#sarchForm a {
    z-index: 98;
    position: absolute;
    right: 10px;
    bottom: 0px;
}
/* line 165, ../scss/_layout.scss */
.tool .tool-lang {
  width: 130px;
}
/* line 167, ../scss/_layout.scss */
.tool .tool-lang .tool-hide-mask {
  width: 100%;
}
/* line 170, ../scss/_layout.scss */
.tool .tool-lang .tool-hide-bd {
  width: 100%;
  font-size: 0px;
}
/* line 174, ../scss/_layout.scss */
.tool .tool-lang a {
  display: inline-block;
  margin-left: 10px;
}
/* line 178, ../scss/_layout.scss */
.tool .tool-lang img {
  vertical-align: middle;
}
/* line 183, ../scss/_layout.scss */
.tool .tool-share {
  width: 150px;
}
/* line 185, ../scss/_layout.scss */
.tool .tool-share .tool-hide-mask {
  width: 100%;
}
/* line 188, ../scss/_layout.scss */
.tool .tool-share .tool-hide-bd {
  width: 100%;
}
/* line 191, ../scss/_layout.scss */
.tool .tool-share a {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  color: #fff;
}
/* line 197, ../scss/_layout.scss */
.tool .tool-share img {
  vertical-align: middle;
  margin-right: 3px;
}
/* line 201, ../scss/_layout.scss */
.tool .tool-share .tool-share-qr {
  position: absolute;
  padding: 7px;
  background: #fff;
  display: none;
}

/* line 210, ../scss/_layout.scss */
.title {
  position: absolute;
}

/* line 214, ../scss/_layout.scss */
.content {
  background: url('../img/list_bg.jpg?1428409658') repeat;
}

/* line 217, ../scss/_layout.scss */
.content-bd {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  background: #fbfbfb;
  *zoom: 1;
  display: block;
}
/* line 10, ../scss/_vars.scss */
.content-bd:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
/* line 224, ../scss/_layout.scss */
.content-bd .cont-title {
  position: absolute;
  z-index: 9;
  left: 0px;
  width: 250px;
  height: 100px;
  top: -100px;
}
/* line 233, ../scss/_layout.scss */
.content-bd .cont-title .title-mask {
  width: 100%;
  height: 100%;
  background: #317b6c;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  position: absolute;
  z-index: 10;
}
/* line 241, ../scss/_layout.scss */
.content-bd .cont-title .title-name {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 100px;
  font-size: 30px;
  color: #fff;
  z-index: 11;
}
/* line 254, ../scss/_layout.scss */
.content-bd .side-menu {
  width: 250px;
  float: left;
  height: 100%;
  padding-top: 30px;
}
/* line 260, ../scss/_layout.scss */
.content-bd .side-menu li {
  margin-bottom: 15px;
}
/* line 262, ../scss/_layout.scss */
.content-bd .side-menu li.hover a {
  background: #eee;
  color: #007573;
  border-left: 4px solid #007572;
}
/* line 268, ../scss/_layout.scss */
.content-bd .side-menu a {
    border-left: 4px solid #fbfbfb;
  display: block;
  font-size: 18px;
  color: #333;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 246px;
  text-indent: -4px;
}
/* line 278, ../scss/_layout.scss */
.content-bd .side-menu a:hover {
  color: #007573;
}
/* line 284, ../scss/_layout.scss */
.content-bd .main-cont {
  width: 880px;
  float: left;
  padding: 0 0 150px 30px;
  border-left: 1px solid #eee;
  min-height: 800px;
}
/* line 291, ../scss/_layout.scss */
.content-bd .main-cont .main-cont-title {
  font-size: 18px;
  color: #007573;
  margin-top: 40px;
}
/* line 296, ../scss/_layout.scss */
.content-bd .main-cont .title-line {
  height: 7px;
  background: url('../img/about_title_index.png?1428718814') repeat-x;
  width: 380px;
  margin: 5px 0 0 30px;
}
/* line 302, ../scss/_layout.scss */
.content-bd .main-cont .cont-txt {
  color: #555;
  font-size: 14px;
  line-height: 2em;
  margin-top: 20px;
}
    .content-bd .main-cont .cont-txt p {
        text-indent:2em;
    }
/* line 310, ../scss/_layout.scss */
.content-bd .info-img {
  margin-top: 30px;
  text-align: center;
}
/* line 315, ../scss/_layout.scss */
.content-bd .main-list {
  margin-top: 40px;
}
/* line 318, ../scss/_layout.scss */
.content-bd .main-list li {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  position: relative;
}
/* line 326, ../scss/_layout.scss */
.content-bd .main-list li:hover .item-title {
  color: #57bbb8;
}
/* line 329, ../scss/_layout.scss */
.content-bd .main-list li:hover .item-btn {
  background: #57bbb8;
}
/* line 334, ../scss/_layout.scss */
.content-bd .main-list .item-head {
  *zoom: 1;
  display: block;
}
/* line 10, ../scss/_vars.scss */
.content-bd .main-list .item-head:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
/* line 337, ../scss/_layout.scss */
.content-bd .main-list .item-title {
  float: left;
  font-size: 16px;
  color: #007573;
}
/* line 342, ../scss/_layout.scss */
.content-bd .main-list .item-date {
  float: right;
  color: #999;
  font-size: 14px;
}
/* line 347, ../scss/_layout.scss */
.content-bd .main-list .item-cont {
  font-size: 14px;
  color: #555;
  line-height: 2em;
  margin-top: 10px;
}
/* line 353, ../scss/_layout.scss */
.content-bd .main-list .item-btn {
  background: #007572;
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  display: block;
  font-size: 14px;
  margin-top: 20px;
}
/* line 366, ../scss/_layout.scss */
.content-bd .page-footer {
  *zoom: 1;
  display: block;
}
/* line 10, ../scss/_vars.scss */
.content-bd .page-footer:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
/* line 369, ../scss/_layout.scss */
.content-bd .page-footer .page-total {
  float: left;
  font-size: 14px;
  color: #555;
}
/* line 373, ../scss/_layout.scss */
.content-bd .page-footer .page-total span {
  color: #007572;
}
/* line 378, ../scss/_layout.scss */
.content-bd .page-footer .page-index {
  float: right;
  font-size: 0px;
}
/* line 382, ../scss/_layout.scss */
.content-bd .page-footer .page-index-num {
  display: inline-block;
  margin-left: 5px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #555;
}
/* line 392, ../scss/_layout.scss */
.content-bd .page-footer .page-index-num img {
  vertical-align: middle;
}
/* line 395, ../scss/_layout.scss */
.content-bd .page-footer .page-index-num.hover {
  border: none;
  color: #007572;
}
/* line 400, ../scss/_layout.scss */
.content-bd .page-footer .page-index-ellipsis {
  font-size: 14px;
  margin: 0 10px 0 15px;
}
/* line 406, ../scss/_layout.scss */
.content-bd .stretch-list {
  *zoom: 1;
  display: block;
}
/* line 10, ../scss/_vars.scss */
.content-bd .stretch-list:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
/* line 408, ../scss/_layout.scss */
.content-bd .stretch-list > li {
  border-top: 1px solid #eee;
  cursor: pointer;
  padding: 0 10px;
}
/* line 413, ../scss/_layout.scss */
.content-bd .stretch-list > li.hover {
  background: #eee;
}
/* line 417, ../scss/_layout.scss */
.content-bd .stretch-list .stretch-show {
  *zoom: 1;
  display: block;
  height: 50px;
  line-height: 50px;
  color: #999;
  font-size: 14px;
}
/* line 10, ../scss/_vars.scss */
.content-bd .stretch-list .stretch-show:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
/* line 425, ../scss/_layout.scss */
.content-bd .stretch-list .stretch-show:hover .stretch-title {
  color: #58bcb9;
}
/* line 428, ../scss/_layout.scss */
.content-bd .stretch-list .stretch-show:hover .stretch-icon {
  background-color: #57bbb8;
}
/* line 434, ../scss/_layout.scss */
.content-bd .stretch-list .stretch-hide {
  padding-bottom: 20px;
  display: none;
}
/* line 439, ../scss/_layout.scss */
.content-bd .stretch-list .stretch-title {
  font-size: 16px;
  color: #007572;
}
/* line 444, ../scss/_layout.scss */
.content-bd .stretch-list .stretch-icon {
  float: right;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  background: #ddd url('../img/icon/icon_arrow_bottom.png?1428751987') center center no-repeat;
}
/* line 451, ../scss/_layout.scss */
.content-bd .stretch-list .stretch-icon.hover {
  background-color: #57bbb8;
}
/* line 454, ../scss/_layout.scss */
.content-bd .stretch-list .stretch-icon.top {
  background-image: url('../img/icon/icon_arrow_top.png?1428751987');
}

/* line 1, ../scss/_about_us.scss */
.about_product_img {
  margin-top: 30px;
}

/* line 5, ../scss/_about_us.scss */
.contact-us {
  margin-top: 25px;
}
/* line 7, ../scss/_about_us.scss */
.contact-us .contact-info {
  float: left;
  width: 370px;
}
/* line 12, ../scss/_about_us.scss */
.contact-us .contact-title {
  font-size: 16px;
  color: #007572;
}
/* line 17, ../scss/_about_us.scss */
.contact-us .contact-list {
  margin-top: 25px;
}
/* line 19, ../scss/_about_us.scss */
.contact-us .contact-list li {
  margin-bottom: 15px;
}
/* line 22, ../scss/_about_us.scss */
.contact-us .contact-list img {
  vertical-align: middle;
  margin-right: 5px;
}
/* line 26, ../scss/_about_us.scss */
.contact-us .contact-list span {
  vertical-align: middle;
  color: #555;
  font-size: 14px;
}
/* line 34, ../scss/_about_us.scss */
.contact-us .contact-map img {
  border: 1px solid #ddd;
}
