@charset "utf-8";
body,
html {
  width: 100%;
  height: 100%;
}
body {
  font: 16px/150% Tahoma-Bold, '\5FAE\8F6F\96C5\9ED1', Verdana, Arial, Helvetica, sans-serif;
  color: #9b9b9b;
  background: #fff;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
a,
span,
i,
b {
  margin: 0;
  padding: 0;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
a,
span,
i,
em,
b,
p,
label {
  word-break: break-all;
  word-wrap: break-word;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img,
input {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
i {
  font-style: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-size: inherit;
  font-weight: inherit;
  font-family: '\5FAE\8F6F\96C5\9ED1';
  *font-size: 100%;
  color: #2d364a;
}
textarea {
  padding: 5px 10px;
  border: 1px solid #bbb;
}
label,
span,
em {
  display: inline-block;
}
legend {
  color: #3b3b3b;
}
a {
  text-decoration: none;
  color: #3b3b3b;
}
* {
  outline: none;
}
textarea {
  resize: none;
  font-size: 14px;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  padding: 0;
  border: none;
}
.cl {
  clear: both;
}
.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  font-size: 0;
}
*html .clear {
  height: 1%;
}
.fl {
  float: left;
  *display: inline;
}
.fr {
  float: right;
  *display: inline;
}
.auto {
  margin-left: auto;
  margin-right: auto;
}
.cur-p {
  cursor: pointer;
}
.ps-r {
  position: relative;
}
.ps-a {
  position: absolute;
}
.ta-c {
  text-align: center;
}
.ta-r {
  text-align: right;
}
.ta-j {
  text-align: justify;
}
.ov-h {
  overflow: hidden;
}
.ov-a {
  overflow: auto;
}
.dis-n {
  display: none;
}
.dis-b {
  display: block;
}
.dis-ib {
  display: inline-block;
}
/*宽度百分比*/
.pct10 {
  width: 10%;
}
.pct15 {
  width: 15%;
}
.pct20 {
  width: 20%;
}
.pct25 {
  width: 25%;
}
.pct30 {
  width: 30%;
}
.pct33 {
  width: 33.3%;
}
.pct40 {
  width: 40%;
}
.pct50 {
  width: 50%;
}
.pct60 {
  width: 60%;
}
.pct66 {
  width: 66.6%;
}
.pct70 {
  width: 70%;
}
.pct75 {
  width: 75%;
}
.pct80 {
  width: 80%;
}
.pct90 {
  width: 90%;
}
.pct100 {
  width: 100%;
}
/* 基于display:table-cell的自适应布局 */
.cell {
  display: table-cell;
  *display: inline-block;
  width: 2000px;
  *width: auto;
}
/* 双栏自适应cell部分连续英文字符换行 */
.cell-bk {
  display: table;
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
}
/* 单行文字溢出虚点显示*/
.ell {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* css3过渡动画效果 */
.trans {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* 大小不定元素垂直居中 */
.dib-vm {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
/* 无框文本框文本域 */
.bd-none {
  border: 0;
  outline: none;
}
/* 绝对定位隐藏 */
.abs-out {
  position: absolute;
  left: -999em;
  top: -999em;
}
.abs-clip {
  position: absolute;
  clip: rect(0 0 0 0);
}
/* 按钮禁用 */
.disabled {
  color: #acacac !important;
  border-color: #acacac !important;
  text-shadow: 1px 1px #fff !important;
  outline: 0 !important;
  cursor: default !important;
  pointer-events: none;
}
.disabled:hover {
  text-decoration: none !important;
}
.w120 {
  width: 120px;
}
.w150 {
  width: 150px;
}
.w250 {
  width: 250px;
}
.grid-m:after {
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  font-size: 0;
}
.col-m-1,
.col-m-2,
.col-m-3,
.col-m-4,
.col-m-5,
.col-m-6,
.col-m-7,
.col-m-8,
.col-m-9,
.col-m-10,
.col-m-11,
.col-m-12 {
  position: relative;
  float: left;
  min-height: 1px;
}
.col-m-12 {
  width: 100%;
}
.col-m-11 {
  width: 91.66666667%;
}
.col-m-10 {
  width: 83.33333333%;
}
.col-m-9 {
  width: 75%;
}
.col-m-8 {
  width: 66.66666667%;
}
.col-m-7 {
  width: 58.33333333%;
}
.col-m-6 {
  width: 50%;
}
.col-m-5 {
  width: 41.66666667%;
}
.col-m-4 {
  width: 33.33333333%;
}
.col-m-3 {
  width: 25%;
}
.col-m-2 {
  width: 16.66666667%;
}
.col-m-1 {
  width: 8.33333333%;
}
.container {
  width: 1170px;
  margin: 0 auto;
}
.top-header-wrap .top-header {
  padding-top: 22px;
  padding-bottom: 25px;
}
.top-header-wrap .top-header .left-box {
  float: left;
}
.top-header-wrap .top-header .left-box a {
  display: block;
}
.top-header-wrap .top-header .left-box a img {
  width: 168px;
  height: 63px;
}
.top-header-wrap .top-header .right-box {
  float: right;
  padding-top: 14px;
}
.top-header-wrap .top-header .right-box ul li {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}
.top-header-wrap .top-header .right-box ul li a {
  color: #676767;
  font-size: 16px;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding-left: 15px;
  padding-right: 15px;
}
.top-header-wrap .top-header .right-box ul li a:hover {
  color: #808000;
  background: #ffff00;
}
.top-header-wrap .top-header .right-box ul li a.active {
  color: #808000;
  background: #ffff00;
}
/*内页头部banner*/
.inner-banner-wrap .inner-banner a img {
  width: 100%;
  height: 320px;
}
/*内页菜单和内容*/
.content-wrap {
  position: relative;
  padding-top: 25px;
  padding-bottom: 40px;
}
.content-wrap .content-left-menu {
  float: left;
  width: 250px;
}
.content-wrap .content-left-menu .menu-title {
  height: 60px;
  line-height: 60px;
  background: #ffff01;
  text-align: center;
}
.content-wrap .content-left-menu .menu-title h2 {
  font-size: 24px;
  color: #808000;
  text-align: center;
}
.content-wrap .content-left-menu .menu-list {
  padding-top: 8px;
}
.content-wrap .content-left-menu .menu-list ul li {
  position: relative;
}
.content-wrap .content-left-menu .menu-list ul li .menu-item {
  display: block;
  font-size: 16px;
  color: #686868;
  text-align: center;
  padding: 16px 0 16px 28px;
  border-bottom: 1px solid #e8e8e8;
}
.content-wrap .content-left-menu .menu-list ul li .menu-item:hover {
  color: #808000;
}
.content-wrap .content-left-menu .menu-list ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 8px;
  height: 14px;
  margin-top: -7px;
  background: url(../images/icon-arrow-right.png) center no-repeat;
  background-size: cover;
}
.content-wrap .content-right {
  float: right;
  width: 890px;
}
.content-wrap .content-right .content-title {
  height: 56px;
  line-height: 56px;
  border-bottom: 4px solid #ddd;
}
.content-wrap .content-right .content-title h2 {
  color: #010101;
  font-size: 24px;
  text-align: left;
  font-weight: 700;
}
.content-wrap .content-right .content-body {
  padding-top: 30px;
}
.content-wrap .content-right .content-body-detail {
  font-size: 14px;
  color: #686868;
}
.content-wrap .content-right .content-body-detail img {
  width: 100%;
  padding-bottom: 5px;
}
.content-wrap .content-right .content-body-detail p {
  font-size: 14px;
  padding-bottom: 5px;
}
/*分页*/
.page-wrap {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 50px;
}
.page-wrap .pages {
  text-align: center;
  display: inline-block;
}
.page-wrap .pages a,
.page-wrap .pages span {
  display: inline-block;
  float: left;
  font-size: 13px;
  color: #000000;
  padding: 5px 15px;
  cursor: pointer;
}
.page-wrap .pages .p-prev {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.page-wrap .pages .p-next {
  border: 1px solid #ddd;
}
.page-wrap .pages .p-num {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.page-wrap .pages .p-active {
  border: 1px solid #747474;
  background: #747474;
  color: #fff;
}
/*底部*/
.footer .ft-body {
  width: 100%;
  height: 70px;
  line-height: 70px;
  background: #353433;
  text-align: center;
}
.footer .ft-body p {
  font-size: 14px;
  color: #fff;
}
/*首页*/
.top-swiper-wrap .swiper {
  position: relative;
}
.top-swiper-wrap .swiper .swiper-container {
  width: 100%;
  height: 560px;
  z-index: 2;
}
.top-swiper-wrap .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.top-swiper-wrap .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.top-swiper-wrap .swiper-wrapper .swiper-slide a img {
  height: 560px;
  width: 1170px;
}
.top-swiper-wrap .pagination {
  position: absolute;
  z-index: 20;
  bottom: 25px;
  width: 100%;
  text-align: center;
}
.top-swiper-wrap .pagination .swiper-pagination-switch {
  cursor: pointer;
  background: url(../images/icon-banner-point.png) no-repeat center;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  margin-right: 5px;
}
.top-swiper-wrap .pagination .swiper-active-switch {
  background: url(../images/icon-banner-point-active.png) no-repeat center;
  width: 16px;
  height: 16px;
}
.top-swiper-wrap .device {
  width: 100%;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 20;
}
.top-swiper-wrap .device a {
  color: #fff;
  font-size: 60px;
  display: none;
  height: 100%;
}
.top-swiper-wrap .device .arrow-left {
  float: left;
  margin-left: 15px;
}
.top-swiper-wrap .device .arrow-right {
  float: right;
  margin-right: 15px;
}
/*top-swiper-wrap end*/
/*products-wrap str*/
.products-wrap {
  margin-top: 30px;
}
.products-wrap .products-title .big-title {
  padding: 23px 0;
  text-align: center;
}
.products-wrap .products-title .big-title h2 {
  text-align: center;
  height: 100%;
  font-size: 40px;
  color: #111111;
}
.products-wrap .products-title .sub-title p {
  font-size: 16px;
  color: #676767;
  text-align: center;
}
.products-wrap .products-list {
  margin-top: 38px;
}
.products-wrap .products-list ul {
  margin-right: -38px;
}
.products-wrap .products-list ul li {
  float: left;
  width: 366px;
  margin-right: 36px;
  margin-bottom: 30px;
  /*padding-bottom: 36px;
  background: #f7f7f7;*/
}
.products-wrap .products-list ul li a h2 img {
  width: 366px;
  height: 245px;
}
.products-wrap .products-list ul li a h3 {
  font-size: 18px;
  color: #000;
  text-align: center;
  padding: 18px 0 0 0;
}
/*.products-wrap .products-list ul li a h3 {
  font-size: 24px;
  color: #000;
  text-align: center;
  padding: 23px 0;
}*/
.products-wrap .products-list ul li a p {
  font-size: 16px;
  color: #939393;
  text-align: left;
  padding: 0 20px;
  line-height: 24px;
}
/*products-wrap end*/
/*materials-wrap str*/
.materials-wrap {
  margin-top: 30px;
}
.materials-wrap .materials-title .big-title {
  padding: 23px 0;
  text-align: center;
}
.materials-wrap .materials-title .big-title h2 {
  text-align: center;
  height: 100%;
  font-size: 40px;
  color: #111111;
}
.materials-wrap .materials-title .sub-title p {
  font-size: 16px;
  color: #676767;
  text-align: center;
}
.materials-wrap .materials-list {
  margin-top: 38px;
}
.materials-wrap .materials-list ul {
  margin-right: -38px;
}
.materials-wrap .materials-list ul li {
  float: left;
  width: 366px;
  margin-right: 36px;
  margin-bottom: 30px;
}
.materials-wrap .materials-list ul li a h2 img {
  width: 366px;
  height: 245px;
}
.materials-wrap .materials-list ul li a h3 {
  font-size: 18px;
  color: #000;
  text-align: center;
  padding: 18px 0 0 0;
}
/*materials-wrap end*/
.layout-natural .content-list {
  padding-top: 35px;
}
.layout-natural .content-list > ul {
  margin-right: -26px;
}
.layout-natural .content-list > ul li {
  float: left;
  position: relative;
  width: 363px;
  padding: 5px 5px 20px 5px;
  margin-right: 25px;
  margin-bottom: 25px;
}
.layout-natural .content-list > ul li:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.28);
}
.layout-natural .content-list > ul li .con-item h2 img {
  width: 363px;
  height: 245px;
}
.layout-natural .content-list > ul li .con-item h3 {
  font-size: 18px;
  color: #000;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.layout-natural .content-list-detail {
  padding-top: 35px;
}
.layout-natural .content-list-detail .detail-title {
  padding-top: 15px;
  padding-bottom: 35px;
  text-align: center;
}
.layout-natural .content-list-detail .detail-title h2 {
  font-size: 36px;
  color: #000;
  line-height: 36px;
  text-align: center;
}
.layout-natural .content-list-detail ul {
  margin-right: -32px;
}
.layout-natural .content-list-detail ul li {
  float: left;
  position: relative;
  width: 270px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.layout-natural .content-list-detail ul li .con-item-detail h2 img {
  width: 270px;
  height: 178px;
}
.layout-natural .content-list-detail ul li .con-item-detail h3 {
  font-size: 18px;
  color: #000;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.content-body-products .products-top-pic .top-left-pic {
  float: left;
}
.content-body-products .products-top-pic .top-right-con {
  float: left;
  padding-left: 38px;
}
.content-body-products .products-top-pic .top-right-con .top-right-con-title {
  padding-top: 10px;
  padding-bottom: 12px;
}
.content-body-products .products-top-pic .top-right-con .top-right-con-title h2 {
  font-size: 18px;
  text-align: left;
  color: #000;
  font-weight: 700;
}
.content-body-products .products-top-pic .top-right-con .top-right-con-attr li {
  padding-top: 12px;
  padding-bottom: 13px;
}
.content-body-products .products-top-pic .top-right-con .top-right-con-attr li label {
  font-size: 16px;
  color: #686868;
  padding-right: 12px;
}
.content-body-products .products-top-pic .top-right-con .top-right-con-attr li span {
  font-size: 16px;
  color: #686868;
}
.content-body-products .products-bt-detail .bt-title {
  border-bottom: 1px solid #d6d6d6;
}
.content-body-products .products-bt-detail .bt-title h2 {
  font-size: 18px;
  color: #000;
  display: inline-block;
  border-bottom: 3px solid #747474;
  margin-bottom: -2px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.content-body-products .products-bt-detail .bt-con {
  padding-top: 28px;
  color: #686868;
}
.content-body-products .products-bt-detail .bt-con img {
  width: 100%;
  padding-bottom: 5px;
}
.content-body-products .products-bt-detail .bt-con p {
  padding-bottom: 5px;
}
.projects-detail {
  padding-bottom: 35px;
}
.projects-detail .projects-detail-left {
  float: left;
  width: 820px;
}
.projects-detail .projects-detail-right {
  float: left;
  width: 328px;
  border: 1px solid #f1f1f1;
  background: #f7f7f7;
  margin-left: 20px;
}
.projects-detail .projects-detail-right .detail-right-title h2 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  padding-left: 22px;
  padding-top: 28px;
}
.projects-detail .projects-detail-right .detail-right-con {
  padding: 22px;
  font-size: 15px;
  color: #686868;
}
.projects-detail .projects-detail-right .detail-right-con img {
  width: 100%;
  padding-bottom: 5px;
}
.projects-detail .projects-detail-right .detail-right-con p {
  padding-bottom: 5px;
}
.projects-detail .z-multi-pic .multi-pic-product {
  width: 820px;
  height: 650px;
}
.projects-detail .z-multi-pic .multi-big-pic-product {
  width: 820px;
  height: 550px;
}
.projects-detail .z-multi-pic .multi-big-pic-product ul li {
  width: 820px;
  height: 550px;
}
.projects-detail .z-multi-pic .multi-big-pic-product ul li img {
  width: 820px;
  height: 550px;
}
.projects-detail .z-multi-pic .multi-min-pic-product {
  width: 820px;
}
.projects-detail .z-multi-pic .multi-min-pic-product .btn-min-prev {
  width: 20px;
  height: 90px;
  margin-right: 10px;
}
.projects-detail .z-multi-pic .multi-min-pic-product .btn-min-next {
  width: 20px;
  height: 90px;
  margin-left: 10px;
}
.projects-detail .z-multi-pic .multi-min-pic-product .btn-min-prev img,
.projects-detail .z-multi-pic .multi-min-pic-product .btn-min-next img {
  width: 18px;
  height: 90px;
}
.projects-detail .z-multi-pic .multi-min-pic-product .num {
  height: 90px;
  width: 760px;
}
.projects-detail .z-multi-pic .multi-min-pic-product .num ul li {
  width: 147px;
  height: 88px;
}
.projects-detail .z-multi-pic .multi-min-pic-product .num ul li img {
  width: 147px;
  height: 88px;
}
.contentus-wrap .content-us {
  padding-bottom: 35px;
}
.contentus-wrap .content-us .content-us-title {
  height: 56px;
  line-height: 56px;
  border-bottom: 4px solid #ddd;
}
.contentus-wrap .content-us .content-us-title h2 {
  color: #010101;
  font-size: 24px;
  text-align: left;
  font-weight: 700;
}
.contentus-wrap .content-us .content-us-body {
  padding-top: 40px;
}
.contentus-wrap .content-us .content-us-body .content-us-body-left {
  float: left;
  width: 610px;
}
.contentus-wrap .content-us .content-us-body h2 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  padding-top: 22px;
  padding-bottom: 22px;
}
.contentus-wrap .content-us .content-us-body p {
  font-size: 16px;
  color: #686868;
  padding-bottom: 18px;
}
.contentus-wrap .content-us .content-us-body .content-us-body-right {
  float: left;
  width: 560px;
}
.contentus-wrap .content-us .content-us-body .content-us-body-right h3 img {
  width: 560px;
  height: 364px;
}
/*# sourceMappingURL=style.css.map */
.sub-title,.sub-title *{word-break:normal}
