@charset "utf-8";
/*COMMON_BLK_START*/
/*AVAIBLE_VI
[
{"vicolor":"#539241","sub1color":"#F2F2F2"},
{"vicolor":"#01a08e","sub1color":"#ffb400"},
{"vicolor":"#1A2D27","sub1color":"#ABC327"},
{"vicolor":"#ffb400","sub1color":"#35c096"}
]
AVAIBLE_VI*/
.ell {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tran {
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.jcc {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.jcb {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.jca {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.aic {
  align-items: center;
  -webkit-align-items: center;
}
.aicon {
  align-content: center;
  -webkit-align-content: center;
}
.oh {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-style-02 .vertical-layout-item .item-line,
.list-style-01 .vertical-layout-item .item-line {
  padding: 15px;
}
.list-style-02 .vertical-layout-item .item-line::after,
.list-style-01 .vertical-layout-item .item-line::after {
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-style-02 .vertical-layout-item .item-line:hover::after,
.list-style-01 .vertical-layout-item .item-line:hover::after {
  border-color: #c2a484;
}
.list-style-02 .level-layout-item .item-line::after,
.list-style-01 .level-layout-item .item-line::after {
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-style-02 .level-layout-item .item-line:hover::after,
.list-style-01 .level-layout-item .item-line:hover::after {
  border-color: #c2a484;
}
.list-style-02 .item-line:hover .item-link,
.list-style-01 .item-line:hover .item-link {
  background: #c2a484;
  border-color: #c2a484;
}
.list-style-02 .item-line:hover .item-link a,
.list-style-01 .item-line:hover .item-link a {
  color: #fff;
}
.recommend .item-picture,
.abput-pic,
.about-list li,
.part-con li,
.case-list dl,
.superi-pic,
.news-con dl {
  overflow: hidden;
}
.recommend .item-picture img,
.abput-pic img,
.about-list li img,
.part-con li img,
.case-list dl img,
.superi-pic img,
.news-con dl img {
  transition: .5s;
}
.recommend .item-picture:hover img,
.abput-pic:hover img,
.about-list li:hover img,
.part-con li:hover img,
.case-list dl:hover img,
.superi-pic:hover img,
.news-con dl:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.clearfix:after {
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.scale_img dl dt img,
.scale_img li img {
  -o-transition: all 1s linear 0s;
  transition: all 1s linear 0s;
}
.scale_img dl:hover dt img,
.scale_img li:hover img {
  -webkit-transform: scale(1.05) rotate(0deg) translatey(0);
  -ms-transform: scale(1.05) rotate(0deg) translatey(0);
  transform: scale(1.05) rotate(0deg) translatey(0);
}
.shadow_box dl dd,
.shadow_box li {
  background: #fff;
}
.shadow_box dl,
.shadow_box li {
  -webkit-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
.shadow_box dl:hover,
.shadow_box li:hover {
  -webkit-box-shadow: 0 0 21px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 21px 5px rgba(0, 0, 0, 0.1);
}
.search-btn:after {
  background-color: #c2a484;
}
.search-btn::before {
  border-color: #c2a484;
}
.nav-two {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
/*头部*/
.h_head {
  position: relative;
  z-index: 10;
  height: 180px;
  background: #fff;
}
.h_con {
  height: 125px;
}
#h1-tag {
  float: left;
  margin: 0 30px 0 0;
  height: 104px;
  padding: 10px 0;
  display: table;
  font-size: 0;
  line-height: 0;
}
#h1-tag a {
  display: table-cell;
  vertical-align: middle;
}
#h1-tag img {
  max-width: 240px;
  max-height: 104px;
  display: inline-block;
}
.h_txt {
  float: left;
  width: 500px;
  margin-top: 36px;
  padding-left: 19px;
  position: relative;
}
.h_txt:before {
  position: absolute;
  content: "";
  height: 57px;
  border-left: 1px dashed #D6D6D6;
  left: 0;
  top: 1px;
}
.h_txt strong {
  display: block;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  color: #333333;
  overflow: hidden;
}
.h_txt span {
  display: block;
  height: 30px;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #333333;
  overflow: hidden;
  margin-top: 6px;
}
.h_tel {
  max-width: 400px;
  height: 64px;
  margin-top: 31px;
  float: right;
  overflow: hidden;
}
.h_tel span {
  display: block;
  height: 30px;
  overflow: hidden;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  color: #333333;
  padding-left: 45px;
  background-image: url('../images/h_tel.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 30px 25px;
}
.h_tel em {
  display: block;
  height: 36px;
  font-size: 28px;
  font-weight: normal;
  line-height: 36px;
  color: #333333;
  margin-top: 5px;
  overflow: hidden;
}
.nav {
  height: 55px;
  background-color: #e5e4e2;
}
.nav-one > li {
  position: relative;
  float: left;
  height: 55px;
}
.nav-one > li.none {
  border-right: 0;
}
.nav-one > li > a {
  display: block;
  padding: 0 25px;
  height: 55px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 55px;
  color: #0d0d0f;
}
.nav-one > li > a:hover,
.nav-one > li.cur > a {
  background: #c2a484;
  color: #fff;
  border-right: 1px solid #c2a484;
}
.nav-one > li:hover .nav-two {
  display: block;
}
.nav-two {
  display: none;
  background: #fff;
  position: absolute;
  top: 55px;
  z-index: 99;
}
.nav-two li {
  border-bottom: 1px solid #ccc;
}
.nav-two li {
  white-space: nowrap;
  height: 55px;
  position: relative;
  overflow: hidden;
  border-right: 0px;
}
.nav-two li a {
  display: block;
  height: 55px;
  font-size: 16px;
  font-weight: normal;
  line-height: 50px;
  color: #0d0d0f;
  text-align: center;
  overflow: hidden;
  padding: 0 15px;
}
.nav-two li.cur > a,
.nav-two li:hover > a {
  font-weight: bold;
  background-color: #c2a484;
  color: #fff;
}
/*底部*/
.foot {
  height: 393px;
  background: #a77e53;
  overflow: hidden;
}
.f-nav {
  background-image: url('../images/f_line.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 1200px 5px;
  margin-bottom: 40px;
  padding: 16px 0 10px;
}
.f-nav ul.nav-one.text-center {
  display: flex;
  display: -webkit-flex;
}
.f-nav ul.nav-one.text-center li {
  max-width: 12.5%;
  text-align: center;
  height: 83px;
}
.f-nav ul.nav-one.text-center li > a {
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 83px;
  color: #ffffff;
  height: 83px;
  position: relative;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.f-nav ul.nav-one.text-center li > a:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background: #fff;
  right: 0;
  top: 35px;
}
.f-nav ul.nav-one.text-center li > a:hover {
  font-weight: bold;
  background: none;
  border-right: none;
}
.f-nav ul.nav-one.text-center li:last-child a:after {
  display: none;
}
.f-logo {
  width: 251px;
  height: 242px;
  overflow: hidden;
}
.f-logo h3 {
  max-width: 200px;
  display: table;
  height: 200px;
}
.f-logo h3 a {
  display: table-cell;
  vertical-align: middle;
}
.f-logo h3 img {
  max-width: 200px;
  max-height: 200px;
}
.f-contact {
  width: 500px;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
}
.f-contact a {
  color: #fff;
}
.f-support img {
  width: 44px;
  vertical-align: middle;
  margin-left: 5px;
}
.f-code {
  padding-top: 21px;
}
.f-code p {
  float: left;
  width: 113px;
  overflow: hidden;
}
.f-code p img {
  display: block;
  width: 113px;
  height: 113px;
  line-height: 0;
}
.f-code p span {
  font-size: 14px;
  line-height: 52px;
  color: #ffffff;
  display: block;
  text-align: center;
  white-space: nowrap;
}
.f-code p:last-child {
  margin-left: 40px;
}
.bg_vi_color {
  background-color: #c2a484;
}
.txt_vi_color {
  color: #c2a484 !important;
}
/*COMMON_BLK_END*/
/*banner*/
.banner {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
}
.ban_list {
  position: relative;
  z-index: 0;
}
.ban_list li {
  overflow: hidden;
  height: 700px;
  text-align: center;
  position: relative;
}
.ban_list li img {
  width: 1920px;
  height: 700px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
}
.ban-prev,
.ban-next {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  opacity: .8;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 35px 78px;
  cursor: pointer;
}
.ban-prev {
  left: 5%;
  background-image: url(../images/c_prev.png);
}
.ban-next {
  right: 5%;
  background-image: url(../images/c_next.png);
}
.ban_nav {
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 1;
  overflow: hidden;
  margin-left: -600px;
  width: 1200px;
  text-align: right;
}
.ban_nav ul li {
  display: inline-block;
  width: 8px;
  height: 8px;
  color: #fff;
  border-radius: 50%;
  margin: 0 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}
.ban_nav ul .on {
  background: #fff;
  border-color: #fff;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
i,
em,
b {
  font-style: normal;
}
.h-title {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1200px 112px;
  margin-bottom: 35px;
}
.h-title span {
  display: block;
  height: 62px;
  font-size: 48px;
  line-height: 62px;
  color: #2a2a2a;
  margin-bottom: 6px;
  overflow: hidden;
}
.h-title em {
  display: block;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  color: #2a2a2a;
}
.h-title a {
  color: #2a2a2a;
}
/*搜索*/
.search {
  background: #fff;
  height: 78px;
  border-bottom: 1px solid #E4E4E4;
}
.search-inp {
  width: 377px;
  height: 38px;
  border-radius: 0;
  background: #fff;
  padding-left: 0px;
  margin-top: 20px;
}
.search .search-txt {
  width: 315px;
  height: 36px;
  line-height: 36px;
  color: #999;
  float: left;
  padding-left: 12px;
  border: 1px solid #DCDCDC;
  border-right: none;
}
.search-btn {
  width: 49px;
  height: 38px;
  background-image: url('../images/s_btn.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 19px 19px;
  background-color: #c2a484;
}
.search-btn::before {
  display: none;
}
.search-btn:after {
  display: none;
}
.keyword {
  padding-top: 27px;
  width: 800px;
}
/**/
.g-title {
  text-align: center;
  font-family: 'STZhongsong', '宋体';
  max-width: 1200px;
  margin: 0 auto;
}
.g-title strong {
  display: block;
  font-size: 40px;
  line-height: 60px;
  color: #333333;
  height: 60px;
  overflow: hidden;
}
.g-title span {
  display: block;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  height: 32px;
  overflow: hidden;
  font-weight: normal;
}
/**/
.product {
  padding-top: 92px;
  padding-bottom: 30px;
}
.product h2 {
  margin-bottom: 41px;
}
.pro_nav {
  width: 392px;
  height: 474px;
  float: left;
  background-image: url('../images/pro_nav_bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 392px 474px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 20px 20px 88px;
  overflow: hidden;
}
.pro_nav dl {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 23px;
  overflow: hidden;
}
.pro_nav dl dt {
  width: 52px;
  height: 52px;
  background: #c2a484;
  border-radius: 50%;
  margin-top: 9px;
}
.pro_nav dl dd {
  width: 212px;
}
.pro_nav dl h3 {
  margin-bottom: 18px;
}
.pro_nav dl h3 a {
  display: block;
}
.pro_nav dl h3 strong {
  display: block;
  font-size: 30px;
  line-height: 48px;
  color: #333333;
  height: 48px;
  overflow: hidden;
}
.pro_nav dl h3 span {
  display: block;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: rgba(51, 51, 51, 0.2);
  height: 20px;
  overflow: hidden;
}
.pro_nav dl .subclass {
  line-height: 0;
}
.pro_nav dl .subclass a {
  display: block;
  font-size: 16px;
  line-height: 34px;
  color: #666666;
  padding-left: 10px;
  font-weight: normal;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.pro_nav dl .subclass a:before {
  position: absolute;
  content: "-";
  left: 0;
}
.pro_nav dl .subclass a:hover {
  color: #c2a484;
}
.pro_banner {
  float: right;
  width: 799px;
  height: 474px;
  overflow: hidden;
}
.pro_banner img {
  width: 799px;
}
.pro_list .row-item-3 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  clear: both;
  margin-top: 10px;
}
.pro_list .row-item-3 .item-line {
  width: 392px;
  margin: 0;
}
.pro_list .row-item-3 .item-line:after {
  display: none;
}
.pro_list .row-item-3 .item-line .item-picture {
  overflow: hidden;
}
.pro_list .row-item-3 .item-line h4.item-title a {
  display: block;
  font-size: 16px;
  line-height: 56px;
  color: #666666;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.pro_list .row-item-3 .item-line:nth-child(2) {
  margin-right: 5px;
}
.pro_list .row-item-3 .item-line:hover h4 a {
  color: #c2a484;
}
/**/
.ys {
  overflow: hidden;
}
.ys .ys_con {
  width: 1200px;
  height: 980px;
  position: relative;
  margin: 0 auto;
}
.ys .ys_list {
  height: 740px;
  margin-bottom: 45px;
}
.ys .ys_list ul {
  width: 1920px;
  height: 740px !important;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.ys .ys_list ul li {
  position: absolute;
  left: 0;
  top: 0;
}
.ys .ys_list ul li img {
  width: 1920px;
}
.ys .ys_nav {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.ys .ys_nav li {
  width: 196px;
  height: 196px;
  background-image: url('../images/ysi1.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 196px 196px;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.ys .ys_nav li h3 {
  font-size: 20px;
  line-height: 158px;
  color: #333333;
  font-weight: normal;
  overflow: hidden;
  width: 158px;
  height: 158px;
  background: #E6E6E6;
  text-align: center;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 50%;
  cursor: pointer;
}
.ys .ys_nav li.on,
.ys .ys_nav li:hover {
  background-image: url(../images/ysi2.png);
}
.ys .ys_nav li.on h3,
.ys .ys_nav li:hover h3 {
  color: #fff;
  background: #c2a484;
}
/**/
.custom {
  padding-top: 96px;
  padding-bottom: 100px;
  position: relative;
}
.custom_nav {
  margin-top: 40px;
  display: flex;
  display: -webkit-flex;
}
.custom_nav h3 {
  width: 300px;
  font-weight: normal;
  padding-left: 57px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 18px;
  border-bottom: 4px solid transparent;
  overflow: hidden;
  cursor: pointer;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.custom_nav h3 span {
  display: inline-block;
  font-size: 36px;
  line-height: 40px;
  color: #333333;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  vertical-align: text-bottom;
  max-width: 52px;
  overflow: hidden;
  height: 40px;
}
.custom_nav h3 strong {
  display: inline-block;
  font-size: 24px;
  line-height: 40px;
  color: #333333;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  vertical-align: text-bottom;
  white-space: nowrap;
  max-width: 190px;
  overflow: hidden;
  height: 40px;
}
.custom_nav h3.on {
  border-color: #c2a484;
}
.custom_nav h3.on span,
.custom_nav h3.on strong {
  color: #c2a484;
}
.custom_list {
  width: 1200px;
  height: 584px;
  overflow: hidden;
  position: relative;
  line-height: 0;
}
.custom_list dt {
  width: 1200px;
  height: 584px;
  overflow: hidden;
}
.custom_list dt img {
  width: 1200px;
}
.custom_list dd {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 448px;
  height: 230px;
  background: #c2a484;
  border-radius: 30px 0px 0px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 38px 34px 38px 32px;
}
.custom_list dd h4 {
  font-size: 26px;
  line-height: 30px;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-bottom: 13px;
  border-bottom: 1px solid #fff;
  margin-bottom: 22px;
}
.custom_list dd h4 i {
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.custom_list dd div {
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 84px;
  overflow: hidden;
}
.custom_switch div {
  position: absolute;
  width: 25px;
  height: 45px;
  padding: 10px 50px;
  top: 532px;
  cursor: pointer;
}
.custom_switch .custom_prev {
  left: -125px;
}
.custom_switch .custom_next {
  right: -125px;
}
/**/
.project {
  background-image: url('../images/project_bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 697px;
  padding-top: 90px;
  height: 607px;
}
.project h2 {
  text-align: center;
  font-weight: normal;
}
.project h2 strong {
  display: block;
  height: 54px;
  overflow: hidden;
  font-size: 36px;
  line-height: 54px;
  color: #ffffff;
  margin-bottom: 31px;
  font-family: 'STZhongsong', '宋体';
}
.project h2 p {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.project h2 p a {
  display: block;
  width: 160px;
  height: 48px;
  background: #c2a484;
  border-radius: 10px 0px 10px 0px;
  font-size: 18px;
  line-height: 48px;
  color: #ffffff;
  margin-right: 21px;
  overflow: hidden;
}
.project h2 p span {
  font-size: 20px;
  line-height: 48px;
  color: #ffffff;
  display: block;
  height: 48px;
  overflow: hidden;
}
.project h2 p span i {
  display: inline-block;
  max-width: 100px;
  height: 48px;
  overflow: hidden;
}
.project h2 p span em {
  display: inline-block;
  max-width: 400px;
  height: 48px;
  overflow: hidden;
}
.project ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 50px;
}
.project ul li {
  width: 282px;
}
.project ul li span {
  width: 282px;
  height: 282px;
  overflow: hidden;
  line-height: 0;
  margin-bottom: 20px;
  position: relative;
  display: block;
  background: #fff;
}
.project ul li span img {
  width: 282px;
}
.project ul li h4 {
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  font-family: 'STZhongsong', '宋体';
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
/**/
.power {
  padding-top: 89px;
  padding-bottom: 49px;
}
.power .power_con {
  margin-top: 44px;
  background-image: url('../images/power_bg.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 11px 1080px;
}
.power dl {
  margin-bottom: 30px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.power dl dt {
  width: 550px;
  height: 340px;
  overflow: hidden;
}
.power dl dt img {
  width: 550px;
}
.power dl dd {
  width: 550px;
  padding-top: 87px;
}
.power dl dd h3 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.power dl dd h3 img {
  display: block;
  width: 63px;
  height: 63px;
  background: #c2a484;
  border-radius: 50%;
  margin-right: 22px;
}
.power dl dd h3 strong {
  display: block;
  font-size: 28px;
  line-height: 61px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.power dl dd div {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  margin-top: 22px;
  max-height: 150px;
  overflow: hidden;
}
.power dl:nth-child(2) dd {
  order: -1;
}
/**/
.case {
  background: #F2F2F2;
  padding-top: 71px;
}
.cases {
  margin-top: 42px !important;
  position: relative;
}
.cases .case_con {
  overflow: hidden;
}
.cases .case_con dl {
  width: 352px;
  float: left;
  margin-right: 72px;
}
.cases .case_con dt {
  width: 352px;
  height: 198px;
  overflow: hidden;
  line-height: 0;
}
.cases .case_con dt img {
  width: 352px;
}
.cases .case_con h4 a {
  display: block;
  font-size: 24px;
  line-height: 34px;
  color: #333333;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 25px 0 20px;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.cases .case_con p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.cases .case_con dl:hover h4 a {
  color: #c2a484;
}
.cases .pnBtn {
  position: absolute;
  width: 25px;
  height: 45px;
  padding: 10px 50px;
  top: 77px;
  cursor: pointer;
}
.cases .case_prev {
  left: -125px;
}
.cases .case_next {
  right: -125px;
}
/**/
.partner {
  overflow: hidden;
  background: #F2F2F2;
  padding: 66px 0 80px;
}
.partner .partner_con {
  position: relative;
  border-right: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
}
.partner ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.partner ul li {
  width: 240px;
  height: 120px;
  overflow: hidden;
}
.partner ul li img {
  filter: grayscale(100);
  -webkit-filter: grayscale(100);
  width: 240px;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #D1D1D1;
  border-right: 1px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.partner ul li img:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
/**/
.news {
  padding-top: 69px;
  padding-bottom: 60px;
}
.news h2 {
  margin-bottom: 40px;
}
.news h2 strong {
  display: inline-block;
  font-size: 40px;
  line-height: 60px;
  color: #333333;
  height: 60px;
  max-width: 500px;
  overflow: hidden;
}
.news h2 strong:first-child {
  position: relative;
  padding-right: 54px;
}
.news h2 strong:first-child:after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  background: #333333;
  border-radius: 50%;
  top: 25px;
  right: 20px;
}
.news h3 {
  padding-bottom: 26px;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 20px;
}
.news h3 a {
  display: block;
  border-left: 5px solid #c2a484;
  padding-left: 15px;
  font-size: 26px;
  line-height: 28px;
  color: #333333;
  font-weight: bold;
  height: 28px;
  overflow: hidden;
}
.news .news_info_list dt,
.news .news_info_list .prod-hot-link {
  display: none;
}
.news .news_info_list h4 a {
  display: block;
  font-size: 14px;
  line-height: 44px;
  color: #333333;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.news .news_info_list .prod-hot-desc {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
}
.news .news_info_list dl:hover h4 a {
  color: #c2a484;
}
.company {
  width: 769px;
}
.company .item-line {
  width: 357px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  margin-right: 26px;
  position: relative;
}
.company .item-line:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border: 2px solid #d2d2d2;
  border-radius: 50%;
  left: 0;
  top: 17px;
}
.company .item-line .item-picture,
.company .item-line .item-time,
.company .item-line .item-links {
  display: none;
}
.company .item-line .item-title,
.company .item-line .item-title a {
  font-size: 14px;
  line-height: 44px;
  color: #333333;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.company .item-line .item-desc {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
}
.company .item-line .item-line {
  margin-bottom: 37px;
}
.company .item-line:first-of-type {
  width: 100%;
  padding-left: 0;
  margin-right: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding-bottom: 50px;
  position: relative;
  border-bottom: 1px dashed #D9D9D9;
  margin-bottom: 26px;
}
.company .item-line:first-of-type .item-picture {
  display: block;
  width: 300px;
  height: 182px;
  overflow: hidden;
}
.company .item-line:first-of-type .item-picture img {
  width: 300px;
}
.company .item-line:first-of-type .item-time {
  float: right;
  margin-top: 40px;
  width: 85px;
  display: block;
  height: 62px;
  border-left: 1px solid #D2D2D2;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  text-align: right;
  font-family: arial;
}
.company .item-line:first-of-type .item-time div {
  display: inline-block;
}
.company .item-line:first-of-type .item-time .item-time-day {
  font-size: 40px;
  line-height: 42px;
  color: #333333;
  display: block;
}
.company .item-line:first-of-type .item-text {
  width: 320px;
  padding-top: 4px;
}
.company .item-line:first-of-type .item-title,
.company .item-line:first-of-type .item-title a {
  font-size: 17px;
  line-height: 47px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.company .item-line:first-of-type .item-desc {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 72px;
  margin-bottom: 26px;
}
.company .item-line:first-of-type .item-links {
  display: block;
  margin-top: 0;
  width: 132px;
  height: 32px;
  overflow: hidden;
  background: #c2a484;
  border-radius: 5px 0px 5px 0px;
  font-size: 14px;
  line-height: 32px;
  color: #fafafa;
  text-align: center;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.company .item-line:first-of-type .item-links a {
  color: #FAFAFA ;
}
.company .item-line:first-of-type .item-links:hover {
  width: 140px;
}
.company .item-line:hover .item-title a {
  color: #c2a484;
}
.faq {
  width: 352px;
}
.faq h2 {
  margin-bottom: 25px;
}
.faq .item-title,
.faq .item-title a {
  font-size: 14px;
  line-height: 44px;
  color: #333333;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.faq .item-desc {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
}
.faq .item-line {
  margin-bottom: 37px;
}
.faq .item-line:hover a {
  color: #c2a484;
}
.about {
  overflow: hidden;
}
.about h2 {
  text-align: left;
}
.about dl {
  position: relative;
}
.about dd {
  width: 960px;
  height: 524px;
  background-image: url('../images/about_bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 960px 524px;
  position: absolute;
  right: 50%;
  padding: 105px 90px 20px 360px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about dd .info {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 34px 0 43px;
  max-height: 120px;
}
.about dd a.more {
  display: block;
  width: 125px;
  height: 40px;
  overflow: hidden;
  background: #c2a484;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.about dd a.more:hover {
  width: 135px;
}
.about dt {
  width: 960px;
  height: 524px;
  position: relative;
  left: 50%;
}
/**/
.links .content {
  overflow: hidden;
  height: 56px;
  font-size: 13px;
  line-height: 56px;
  color: #666;
  display: flex;
  display: -webkit-flex;
  background: #fff;
}
.links .content p {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.links .content p:first-child {
  margin-right: 60px;
}
.links .content a {
  color: #666;
}
.links .content .links-list a {
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: inline-block;
  margin-left: 20px;
}
.links .content .links-list a:hover {
  font-weight: bold;
}
/*快速通道*/
.shop-nav-t1 i img {
  background-color: #c2a484;
}
/*返回顶部*/
.sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  position: fixed;
  bottom: 20px;
  right: 19px;
  z-index: 110;
  height: 44px;
  width: 44px;
}
.sidebar-itme:hover span {
  display: block;
}
.sidebar-itme span {
  display: none;
  width: 66px;
  height: 24px;
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
  background-color: #eee;
  position: absolute;
  right: 54px;
  top: 50%;
  margin-top: -12px;
}
.sidebar img {
  width: 44px;
  height: 44px;
  background-color: #ccc;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  outline: 0;
}
.sidebar:hover img {
  background-color: #c2a484;
}
.sidebar .fh {
  display: none;
}
/*css效果*/
@-webkit-keyframes fadeInDown1 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown1 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown1 {
  -webkit-animation-name: fadeInDown1;
  animation-name: fadeInDown1;
}
@-webkit-keyframes fadeInDown2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  -webkit-animation-name: fadeInDown2;
  animation-name: fadeInDown2;
}
@-webkit-keyframes fadeInLeft1 {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInLeft1 {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInLeft1 {
  -webkit-animation-name: fadeInLeft1;
  animation-name: fadeInLeft1;
}
@-webkit-keyframes fadeInLeft2 {
  from {
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInLeft2 {
  from {
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInLeft2 {
  -webkit-animation-name: fadeInLeft2;
  animation-name: fadeInLeft2;
}
@-webkit-keyframes fadeInRight1 {
  from {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInRight1 {
  from {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInRight1 {
  -webkit-animation-name: fadeInRight1;
  animation-name: fadeInRight1;
}
@-webkit-keyframes fadeInRight2 {
  from {
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInRight2 {
  from {
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInRight2 {
  -webkit-animation-name: fadeInRight2;
  animation-name: fadeInRight2;
}
@-webkit-keyframes zoomLeft {
  from {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomLeft {
  from {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.zoomLeft {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-animation-name: zoomLeft;
  animation-name: zoomLeft;
}
.zoomRight {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation-name: zoomLeft;
  animation-name: zoomLeft;
}
@-webkit-keyframes fadeInUp1 {
  from {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp1 {
  from {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInUp1 {
  -webkit-animation-name: fadeInUp1;
  animation-name: fadeInUp1;
}
@-webkit-keyframes fadeInUp2 {
  from {
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp2 {
  from {
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*内页部分*/
/*min-banner*/
.min-banner {
  height: 380px;
  position: relative;
  overflow: hidden;
}
.min-banner img {
  width: 1920px;
  height: 380px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
/*面包屑*/
.crumbs-1 {
  height: 65px;
  font-size: 14px;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 30px;
}
.crumbs-1 b {
  font-weight: normal;
}
.crumbs-1 i {
  font-style: normal;
}
.crumbs-1 span {
  padding: 0 5px;
  height: 65px;
  line-height: 65px;
}
.crumbs-1 a:hover {
  color: #c2a484;
}
/*副导航*/
.left-nav-01 {
  margin-bottom: 20px;
}
.left-nav-01-tit {
  background: #c2a484;
  height: 80px;
}
.left-nav-01-tit h2 {
  padding: 0 10px;
  height: 75px;
  font-size: 24px;
  font-weight: normal;
  line-height: 75px;
  color: #ffffff;
  border-bottom: 1px solid #fff;
  text-align: center;
  overflow: hidden;
}
.left-nav-01-one > li {
  background-color: #ccc;
  background-image: url('../images/left-nav-icon1.png');
  background-repeat: no-repeat;
  background-position: 90% 20px;
  background-size: 11px 11px;
  margin-bottom: 2px;
}
.left-nav-01-one > li > h3 > a {
  display: block;
  margin: 0 40px 0 0;
  padding-left: 32px;
  height: 50px;
  font-size: 18px;
  font-weight: normal;
  line-height: 50px;
  color: #333333;
  overflow: hidden;
}
.left-nav-01-one > li.sidenavcur,
.left-nav-01-one > li:hover {
  background-image: url('../images/left-nav-icon2.png');
  background-repeat: no-repeat;
  background-position: right 20px;
  background-size: 38px 11px;
  background-color: #c2a484;
}
.left-nav-01-one > li.sidenavcur .left-nav-01-two,
.left-nav-01-one > li:hover .left-nav-01-two {
  display: block;
}
.left-nav-01-one > li.sidenavcur > h3 a,
.left-nav-01-one > li:hover > h3 a {
  color: #fff;
}
.left-nav-01-two {
  display: none;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.left-nav-01-two li {
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  background: #ECECEC;
  position: relative;
  border-bottom: 1px solid #fff;
}
.left-nav-01-two a {
  display: block;
  color: #666;
  padding: 0 40px ;
}
.left-nav-01-two li:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #b8b8b8;
  border-style: solid solid none none;
  position: absolute;
  top: 50%;
  right: 32px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.left-nav-01-two li:hover a,
.left-nav-01-two li.sidenavcur a {
  color: #333;
}
.left-nav-01-two li:hover:after,
.left-nav-01-two li.sidenavcur:after {
  border-color: #333;
}
/*联系信息*/
.fdh-01-tit {
  background: #c2a484;
  height: 80px;
}
.fdh-01-tit h3 {
  height: 75px;
  font-size: 24px;
  font-weight: normal;
  line-height: 75px;
  color: #333333;
  border-bottom: 1px solid #fff;
  text-align: center;
  overflow: hidden;
}
.p6-order-form-1-add {
  border: 1px solid #eee;
  overflow: hidden;
  margin-bottom: 40px;
}
.p6-order-form-1-add ul {
  padding: 20px 12px;
}
.p6-order-form-1-add li {
  font-size: 14px;
  font-weight: normal;
  line-height: 34px;
  color: #666666;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*产品列表*/
.prod-list01.list-style-01 {
  width: 930px;
}
.list-style-01 .prod-list01-tit {
  height: 40px;
  border-bottom: 1px solid #d4d4d4;
  padding-top: 10px;
  margin-bottom: 14px;
}
.list-style-01 .prod-list01-desc-tit {
  height: 40px;
  display: inline-block;
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
  color: #333;
  border-bottom: 1px solid #c2a484;
  overflow: hidden;
}
.list-style-01 .prod-list01-list {
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.list-style-01 .prod-list01-list dl {
  border: 1px solid #dedede;
  margin-bottom: 15px;
  background: #fff;
  width: 290px;
  margin: 0 9px 20px;
  float: left;
}
.list-style-01 .prod-list01-list dl:hover {
  border-color: #c2a484;
}
.list-style-01 .prod-list01-list dt img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.list-style-01 .prod-list01-list dd {
  padding: 0 14px;
}
.list-style-01 .prod-list01-list .prod-list01-name {
  height: 45px;
  font-weight: normal;
  font-size: 20px;
  color: #333;
  line-height: 45px;
  text-align: center;
}
.list-style-01 .prod-list01-list .prod-list01-name a {
  display: block;
  height: 45px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-style-01 .prod-list01-list h4 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-style-01 .prod-list01-list-desc {
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: none;
}
.list-style-01 .prod-list01-list-desc,
.list-style-01 .prod-list01-link {
  display: none;
}
/*分页*/
.pagination-1 {
  margin: 30px auto 60px;
  height: 30px;
  text-align: center;
}
.pagination-1 a,
.pagination-1 span {
  vertical-align: top;
  display: inline-block;
  padding: 0 8px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin: 0 2px;
  background: #fff;
}
.pagination-1 span {
  border: 1px solid #fff;
}
.pagination-1 .page_curr {
  background: #c2a484;
  color: #fff;
  border-color: #c2a484;
}
.pagination-1 .laypage_first,
.pagination-1 .laypage_last {
  display: none;
}
/*热品推荐*/
.prod-hot {
  padding: 50px 0 30px;
}
.prod-hot .prod-hot-list {
  margin: 30px 0 40px;
  position: relative;
}
.prod-hot .prod-hot-prev {
  width: 30px;
  height: 84px;
  position: absolute;
  top: 50%;
  left: -40px;
  cursor: pointer;
  margin-top: -42px;
  background-image: url('../images/prod-hot-prev-icon1.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 30px 84px;
}
.prod-hot .prod-hot-next {
  width: 30px;
  height: 84px;
  position: absolute;
  top: 50%;
  right: -40px;
  cursor: pointer;
  margin-top: -42px;
  background-image: url('../images/prod-hot-next-icon1.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 30px 84px;
}
.prod-hot .prod-hot-list dl {
  float: left;
  width: 220px;
  margin-right: 14px;
  border: 1px solid #dfdfdf;
  background-color: #f7f7f7;
}
.prod-hot .prod-hot-list dl:last-child,
.prod-hot .prod-hot-list dl.last {
  margin-right: 0;
}
.prod-hot .prod-hot-list dt img {
  width: 220px;
  display: block;
}
.prod-hot .prod-hot-list dd {
  padding: 10px 10px 10px;
}
.prod-hot .prod-hot-name {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #333333;
  max-height: 48px;
  overflow: hidden;
}
.prod-hot .prod-hot-name a {
  display: block;
  max-height: 48px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.prod-hot .prod-hot-desc {
  margin-top: 5px;
  height: 72px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.prod-hot .prod-hot-link {
  display: none;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*产品橱窗*/
.pc-cx-tel-1 {
  padding-top: 10px;
  width: 380px;
  height: 56px;
  border-top: 2px solid #e6e6e6;
}
.pc-cx-tel-1-t1 {
  float: right;
  width: 114px;
  background-color: #c2a484;
  text-align: center;
}
.pc-cx-tel-1-t1 a {
  display: block;
  height: 44px;
  font-size: 18px;
  font-weight: normal;
  line-height: 44px;
  color: #ffffff;
  overflow: hidden;
}
.pc-cx-tel-1-t2 {
  width: 255px;
  padding-left: 70px;
  height: 56px;
  background-image: url('../images/pc-xc-icon2.png');
  background-repeat: no-repeat;
  background-position: 10px 0;
  background-size: 40px 40px;
}
.pc-cx-tel-1-t2 span {
  display: block;
  height: 22px;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  color: #454545;
  overflow: hidden;
}
.pc-cx-tel-1-t2 em {
  display: block;
  height: 24px;
  word-break: break-all;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  color: #454545;
  overflow: hidden;
}
.prod-show {
  position: relative;
  padding: 25px 18px 16px 20px;
  border: 1px solid #eee;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.prod-show-right {
  float: left;
  width: 380px;
}
.prod-show-right-tit {
  overflow: hidden;
  margin-bottom: 16px;
  height: 40px;
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
  color: #454545;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prod-show-right-con {
  overflow: hidden;
  height: 144px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #666666;
  margin-bottom: 10px;
}
.prod-show-right-con span {
  display: block;
}
.prod-show-left {
  position: relative;
  float: left;
  overflow: hidden;
  margin-right: 3.3%;
  width: 470px;
  border: 1px solid #e7e7e7;
  line-height: 0;
}
.prod-show-left-jt {
  position: absolute;
  top: 50%;
  z-index: 33;
  margin-top: -11px;
  width: 12px;
  height: 23px;
  cursor: pointer;
}
.prod-show-left-prev {
  left: 10px;
}
.prod-show-left-next {
  right: 10px;
}
.prod-show-left-size {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  width: 28px;
  height: 28px;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  color: #666666;
}
.prod-show-left-size em {
  font-style: normal;
}
.prod-show-left-pic {
  width: 420px;
  text-align: center;
}
.prod-show-left-pic li {
  float: left;
}
.prod-show-left-pic img {
  display: block;
  width: 470px;
}
/*标题通用样式*/
.pro-title {
  text-align: center;
  height: 40px;
  overflow: hidden;
  margin: 0 30px;
}
.pro-title p {
  display: inline-block;
  padding: 0 30px;
  position: relative;
}
.pro-title i {
  width: 1200px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 24px;
}
.pro-title i::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #c2a484;
  position: absolute;
  top: -1px;
}
.pro-title .pro-title-icon1 {
  left: 100%;
  margin-left: -10px;
}
.pro-title .pro-title-icon1::after {
  left: 0;
}
.pro-title .pro-title-icon2 {
  right: 100%;
  margin-right: -10px;
}
.pro-title .pro-title-icon2::after {
  right: 0;
}
.pro-title span {
  display: block;
  height: 40px;
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  color: #0f0e0d;
  overflow: hidden;
  margin-bottom: 12px;
}
.pro-title em {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #000000;
  max-height: 24px;
  overflow: hidden;
}
/*产品详情*/
.prod-content {
  background: #fff;
  padding: 40px 0 10px;
}
.prod-trait-con {
  position: relative;
  padding: 30px 50px;
}
.prod-trait-con dl {
  width: 360px;
  padding: 14px;
}
.prod-trait-con dl img {
  width: 360px;
  height: 270px;
  display: block;
}
.prod-trait-con .prod-trait-dl1 {
  background-color: #c2a484;
  color: #fff;
}
.prod-trait-con .prod-trait-dl2 {
  background-color: #e1e1e1;
}
.prod-trait-name {
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
}
.prod-trait-desc {
  font-size: 15px;
  line-height: 30px;
}
.prod-trait-vs {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #c2a484;
  margin: 142px auto 0;
  overflow: hidden;
}
.prod-trait-vs img {
  width: 80px;
  height: 80px;
  padding: 10px;
}
.prod-con-desc {
  padding-top: 40px;
}
.pro-con-title {
  height: 28px;
  border-left: 4px solid #c2a484;
  padding-left: 10px;
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  color: #333;
  margin: 30px 0 20px;
  overflow: hidden;
}
.pro-con-details img {
  margin: 0;
  width: 304px;
  height: 228px;
}
.pro-con-details dl {
  width: 304px;
  float: left;
  margin-right: 6px;
  border: 1px solid #eee;
}
.pro-con-details dl.pr-clear {
  margin-right: 0;
}
.pro-con-details dd {
  height: 40px;
  margin: 0 5px;
  font-size: 16px;
  color: #555;
  text-align: center;
  line-height: 40px;
  overflow: hidden;
}
.pro-con-honer img {
  margin: 0;
  width: 220px;
  height: 294px;
  border: 1px solid #eee;
}
.pro-con-honer dl {
  width: 220px;
  float: left;
  margin-right: 6px;
}
.pro-con-honer dl.pr-clear {
  margin-right: 0;
}
.pro-con-honer dd {
  height: 40px;
  font-size: 16px;
  color: #555;
  text-align: center;
  line-height: 40px;
  padding: 0 5px;
  overflow: hidden;
}
.prod-con-ys-img {
  width: 464px;
}
.prod-con-ys-img img {
  display: block;
  width: 464px;
  height: 232px;
  margin: 0;
}
.prod-con-ys-con {
  width: 406px;
  padding: 26px 30px 0;
}
.prod-con-ys-txt {
  margin-bottom: 15;
  position: relative;
}
.prod-con-ys-txt p {
  height: 38px;
  font-size: 18px;
  font-weight: normal;
  line-height: 38px;
  color: #333333;
  overflow: hidden;
  margin-left: 50px;
}
.prod-con-ys-txt i {
  display: block;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background-color: #c2a484;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  line-height: 38px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.prod-con-ys-desc {
  max-height: 150px;
  font-size: 14px;
  line-height: 30px;
  color: #111017;
  overflow: hidden;
}
.prod-con-ys-01 {
  height: 232px;
  background: #f8f8f8;
}
.prod-con-ys-02 {
  height: 232px;
  background: #f8f8f8;
}
.prod-con-ys-03 {
  height: 232px;
  background: #f8f8f8;
}
.prod-con-ys-04 {
  height: 232px;
  background: #f8f8f8;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*资讯列表*/
.prod-list01.list-style-02 {
  width: 930px;
}
.list-style-02 .prod-list01-tit {
  height: 40px;
  border-bottom: 1px solid #d4d4d4;
  padding-top: 10px;
  margin-bottom: 14px;
}
.list-style-02 .prod-list01-desc-tit {
  height: 40px;
  display: inline-block;
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
  color: #333;
  border-bottom: 1px solid #c2a484;
  overflow: hidden;
}
.list-style-02 .prod-list01-list dl {
  border: 1px solid #dedede;
  margin-bottom: 15px;
  background: #fff;
  width: 100%;
  margin: 0 0 20px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.list-style-02 .prod-list01-list dl:hover {
  border-color: #c2a484;
}
.list-style-02 .prod-list01-list dl:hover .prod-list01-link {
  background: #c2a484;
}
.list-style-02 .prod-list01-list dl:hover .prod-list01-link a {
  color: #fff;
}
.list-style-02 .prod-list01-list dt {
  width: 35%;
  float: left;
}
.list-style-02 .prod-list01-list dt img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.list-style-02 dd {
  width: 60%;
  padding: 10px 0 0;
  margin-right: 2%;
  float: right;
}
.list-style-02 .prod-list01-list .prod-list01-name {
  height: 40px;
  font-weight: normal;
  font-size: 20px;
  color: #333;
  line-height: 40px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-style-02 .prod-list01-list h4 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-style-02 .prod-list01-list-desc {
  max-height: 48px;
  font-size: 14px;
  line-height: 24px;
  color: #797979;
  margin-bottom: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.list-style-02 .prod-list01-link {
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  float: right;
  background: #b6b6b6;
  color: #fff;
}
.list-style-02 .prod-list01-link a {
  display: block;
  color: #fff;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*资讯详情*/
.article-title {
  height: 60px;
  margin: 30px 0 10px;
  font-size: 24px;
  font-weight: normal;
  line-height: 60px;
  color: #4b4a4a;
  text-align: center;
  overflow: hidden;
}
.article-sour {
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  color: #aaa;
  text-align: right;
  margin: 0 20px;
}
.article-sour em {
  max-width: 23%;
  height: 24px;
  display: inline-block;
  overflow: hidden;
}
.article-soura {
  color: #aaa;
}
.article-desc {
  padding: 16px 18px;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #d6d6d6;
  margin-bottom: 22px;
}
.article-desc-t1 {
  width: 78px;
  float: left;
  color: #342f2e;
  margin-right: -78px;
}
.article-desc-t2 {
  padding-left: 80px;
}
.article-sourspan {
  margin: 0 9px;
}
.article-con,
.article-desc,
.article-title {
  margin: 0 20px;
}
.endit-content {
  margin-bottom: 20px;
}
/*关于我们----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.ab_title {
  height: 84px;
  text-align: center;
  width: 1200px;
  overflow: hidden;
  margin: 0 auto 50px;
}
.ab_title span {
  width: 1200px;
  font-family: arial;
  font-size: 28px;
  font-weight: normal;
  line-height: 32px;
  color: #333333;
  display: inline-block;
  overflow: hidden;
  height: 32px;
  text-transform: uppercase;
}
.ab_title p {
  height: 52px;
  font-size: 30px;
  font-weight: bold;
  line-height: 52px;
  color: #333333;
  overflow: hidden;
}
.ab_title em {
  display: inline-block;
  max-width: 1000px;
  margin: 0 10px;
  height: 52px;
  overflow: hidden;
}
.ab_title i {
  font-weight: normal;
  vertical-align: top;
  line-height: 52px;
  display: inline-block;
}
.about_desc {
  font-size: 15px;
  font-weight: normal;
  line-height: 30px;
  color: #666666;
  overflow: hidden;
}
.about_con1 {
  padding: 40px 0 0 40px;
  height: 490px;
  margin-bottom: 30px;
  background-image: url('../images/b948094af27b49b382987f01c4128fd7_13.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1200px 530px;
}
.about_con1 .about_img,
.about_con1 .about_img img {
  width: 600px;
  height: 450px;
}
.about_con1 .about_txt {
  width: 516px;
  height: 399px;
  padding: 50px 12px 0 32px ;
  background-color: #f0f0f0;
}
.about_con1 h3 {
  height: 48px;
  font-size: 24px;
  font-weight: bold;
  line-height: 48px;
  color: #333333;
  overflow: hidden;
  margin-bottom: 28px;
}
.about_con1 .about_desc {
  max-height: 270px;
  overflow: hidden;
}
.about_con1 .about_desc p {
  max-height: 270px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.about_con2 {
  padding: 30px 30px 30px 0;
  margin-bottom: 80px;
  height: 390px;
  background-image: url('../images/df526284d2024ff7a26fdc5a184a6763_8.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1200px 450px;
}
.about_con2 .about_img,
.about_con2 .about_img img {
  width: 520px;
  height: 390px;
}
.about_con2 .about_txt {
  width: 600px;
  max-height: 300px;
  padding-top: 42px;
}
.about_con2 .about_desc {
  max-height: 360px;
  overflow: hidden;
}
.about_con2 .about_desc p {
  max-height: 360px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
/*关于我们----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*联系我们*/
.contact {
  padding-top: 30px;
  margin-bottom: 50px;
}
.contact-title {
  height: 80px ;
  font-size: 32px;
  color: #222;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.contact-title:after {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #999999;
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -35px;
}
.contact-title:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #c2a484;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -2px;
  z-index: 99;
}
.contact-title p {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.contact-title span {
  height: 28px;
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  overflow: hidden;
}
.contact-txt {
  padding: 10px 20px;
  margin-bottom: 30px;
  background: #f4f4f4;
}
.contact-txt img {
  width: 180px;
  height: 180px;
  float: left;
}
.contact-txt p,
.contact-txt .contact-txt-desc {
  width: 930px ;
  float: right;
}
.contact-txt p {
  height: 50px;
  font-size: 24px;
  color: #c2a484;
  line-height: 50px;
  margin: 10px 0;
  overflow: hidden;
}
.contact-txt .contact-txt-desc {
  font-size: 15px;
  line-height: 28px;
  color: #000;
}
.contact-list {
  margin-bottom: 40px;
}
.contact-deta {
  float: left;
  border: 1px solid #eee;
  width: 262px;
  min-height: 190px;
  text-align: center;
  margin-right: 20px;
  color: #666;
  padding: 20px 10px 10px;
}
.contact-deta.last {
  margin-right: 0;
}
.contact-icon {
  width: 50px;
  height: 50px;
  background-color: #c2a484;
  border-radius: 50%;
  margin: 0 auto 20px;
  overflow: hidden;
}
.contact-list-txt {
  min-height: 40px;
  font-size: 18px;
  color: #222;
  line-height: 40px;
}
.contact-info {
  font-size: 16px;
  line-height: 24px;
  color: #555;
  -ms-word-break: break-all;
  word-break: break-all;
}
div[data-blk-repete=repete] {
  min-height: 200px ;
}
/*-----------------------------------------------------------------------------------*/
/*产品定制*/
.prodz_fw {
  background-image: url('../images/prodz_i1.jpg');
  background-repeat: no-repeat;
  background-position: center 160px;
  background-size: 1920px 530px;
  height: 800px;
  margin: 50px auto 50px;
  overflow: hidden;
}
.prodz_fw .contact-title {
  margin-bottom: 130px;
  overflow: hidden;
}
.prodz_txt {
  height: 130px;
  margin: 40px auto 20px;
  width: 1200px;
  overflow: hidden;
}
.prodz_txt1 {
  padding: 0 50px;
  max-height: 70px;
  overflow: hidden;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  line-height: 35px;
  color: #ffffff;
}
.prodz_txt2 {
  padding: 0 50px;
  max-height: 60px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #ffffff;
}
.prodz_ul1 {
  overflow: hidden;
  margin-top: 40px;
}
.prodz_ul1 li {
  position: relative;
  float: left;
  border: 1px solid #dedede;
  margin-right: 36px;
  width: 360px;
  padding: 7px;
}
.prodz_ul1 li.nones {
  margin-right: 0;
}
.prodz_ul1 li img {
  width: 360px;
  height: 360px;
}
.prodz_ul1 li span {
  display: block;
  position: absolute;
  bottom: 13px;
  left: 123px;
  width: 110px;
  padding: 0 10px;
  height: 65px;
  background-color: #fff;
  border-radius: 200px 200px 0 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 80px;
  color: #0a0707;
  text-align: center;
}
.prodz_ul1 li:hover span {
  color: #c2a484;
}
/*prodz_dl*/
.prodz_ys {
  margin: 30px auto 20px;
  overflow: hidden;
}
.prodz_dl {
  width: 1200px;
  margin: 0 auto 0px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.prodz_dl dl {
  float: left;
  width: 580px;
  overflow: hidden;
  margin-bottom: 40px;
  border: 1px solid #e1e1e1;
}
.prodz_dl dl dt {
  width: 580px;
  height: 435px;
  display: block;
}
.prodz_dl dl dt img {
  width: 580px;
  height: 435px;
  display: block;
}
.prodz_dl dl dd {
  width: 580px;
  padding: 50px 28px 0;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
.prodz_dl dl dd span {
  width: 60px;
  height: 68px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: -34px;
  left: 30px;
  background-color: #c2a484;
  font-size: 30px;
  font-weight: bold;
  line-height: 68px;
  color: #ffffff;
  word-break: break-all;
  padding: 0 4px;
  text-align: center;
}
.prodz_dl dl dd h3 {
  height: 60px;
  overflow: hidden;
}
.prodz_dl dl dd h3 em {
  display: inline-block;
  float: left;
  max-width: 49%;
  padding-left: 1%;
  height: 60px;
  overflow: hidden;
  font-size: 24px;
  font-weight: normal;
  line-height: 60px;
  color: #343434;
}
.prodz_dl dl dd h3 i {
  display: inline-block;
  float: left;
  max-width: 50%;
  height: 60px;
  overflow: hidden;
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  color: #f56b1b;
  font-style: normal;
}
.prodz_dl dl dd .proys_sp {
  height: 72px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #6d6d6d;
  overflow: hidden;
  text-align: left;
}
.prodz_dl .dl2,
.prodz_dl .dl4 {
  float: right;
}
/*lc*/
.prodz_lc {
  height: 570px;
  box-sizing: border-box;
  background: #f3f3f3;
  padding-top: 50px;
  overflow: hidden;
  font-family: "Microsoft Yahei";
}
.prodz_lc .contact-title i:after {
  border: 5px solid #f3f3f3;
}
.prodz_lc2 dl {
  margin-top: 50px;
  width: 222px;
  height: 250px;
  margin-right: 22px;
  float: left;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  position: relative;
}
.prodz_lc2 dl dt {
  width: 109px;
  height: 109px;
  margin: -50px auto 0;
}
.prodz_lc2 dl dt img {
  background-color: #c2a484;
  width: 109px;
  height: 109px;
  border-radius: 100%;
}
.prodz_lc2 dl dd {
  padding-top: 25px;
}
.prodz_lc2 dl dd em {
  display: block;
  text-align: center;
  padding: 0 5px;
  word-break: break-all;
  font-size: 14px;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #c3c3c3;
  font-style: normal;
}
.prodz_lc2 dl dd h3 {
  display: block;
  text-align: center;
  padding: 0 5px;
  font-size: 24px;
  height: 44px;
  overflow: hidden;
  line-height: 44px;
  color: #343434;
  font-weight: normal;
  word-break: break-all;
}
.prodz_lc2 dl dd .prolc_sp {
  margin: 5px 10px 0;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  font-size: 16px;
  color: #939393;
  text-align: center;
  word-break: break-all;
}
.prodz_lc2 dl:nth-child(5) {
  margin-right: 0;
}
/*prodz_anli*/
.prodz_anli {
  margin: 50px auto;
  overflow: hidden;
}
.prodz_anli2 {
  margin: 0 auto;
  height: 400px;
}
.prodz_anli2 dl {
  float: left;
  width: 250px;
  height: 350px;
  padding: 15px;
  background: #fff;
  margin: 0 26px 0 0;
  box-shadow: 0 0 5px #cac8c8;
}
.prodz_anli2 dl dt {
  width: 250px;
  height: 188px;
}
.prodz_anli2 dl dt img {
  width: 250px;
  height: 188px;
}
.prodz_anli2 dl:nth-child(4) {
  margin-right: 0;
}
.prodz_anli2 dl dd h3 {
  display: block;
  text-align: center;
  padding-top: 5px;
  font-size: 20px;
  font-weight: bold;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  color: #343434;
}
.prodz_anli2 dl dd .prodz_sp {
  margin: 5px 0 0;
  line-height: 25px;
  height: 100px;
  overflow: hidden;
  font-size: 14px;
  color: #939393;
  text-align: left;
}
.prodz_baozhan {
  overflow: hidden;
  width: 1200px;
  height: 65px;
  margin: 0 auto 0;
}
.prodz_baozhan h4 {
  float: left;
  font-size: 16px;
  color: #fff;
  padding: 0 5px;
  width: 150px;
  height: 65px;
  line-height: 65px;
  background-color: #c2a484;
  text-align: center;
}
.prodz_baozhan .prodz_baozhan2 {
  width: 1000px;
  float: left;
  margin-left: 40px;
  height: 65px;
}
.prodz_baozhan .prodz_baozhan2 em {
  width: 30%;
  float: left;
  font-size: 16px;
  color: #555;
  line-height: 65px;
  height: 65px;
  overflow: hidden;
  padding: 0 1.6%;
  border-right: 1px solid #d1d1d1;
}
.prodz_baozhan .prodz_baozhan2 em:last-child {
  border: 0;
}
.prodz_baozhan .prodz_baozhan2 em:hover {
  color: #000;
}
