
/*COMMON_BLK_START*/
/*AVAIBLE_VI
[
{"vicolor":"#c9b382","sub1color":"#2b2b33"},
{"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 0.3s ease;
  transition: all 0.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;
}
.pac {
  position: absolute;
  content: "";
}
.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: #c9b382;
}
.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: #c9b382;
}
.list-style-02 .item-line:hover .item-link,
.list-style-01 .item-line:hover .item-link {
  background: #c9b382;
  border-color: #c9b382;
}
.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: 0.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: #c9b382;
}
.search-btn::before {
  border-color: #c9b382;
}
.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: 187px;
  background: #fff;
}
.h_con {
  height: 127px;
}
#h1-tag {
  float: left;
  margin: 0 20px 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;
  position: relative;
}
.h_txt strong {
  display: block;
  height: 30px;
  font-size: 22px;
  line-height: 30px;
  color: #2b2b33;
  overflow: hidden;
}
.h_txt span {
  display: block;
  height: 30px;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #545454;
  overflow: hidden;
  margin-top: 6px;
}
.h_tel {
  max-width: 400px;
  height: 46px;
  margin-top: 41px;
  float: right;
  overflow: hidden;
  padding-left: 58px;
  background-image: url('../image/h_tel.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 46px 46px;
}
.h_tel em {
  display: block;
  height: 20px;
  overflow: hidden;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #666666;
}
.h_tel span {
  display: block;
  height: 26px;
  font-size: 26px;
  font-weight: normal;
  line-height: 26px;
  color: #2b2b33;
  overflow: hidden;
  font-weight: bold;
}
.nav {
  height: 60px;
  background-color: #2b2b33;
}
.nav-one > li {
  position: relative;
  float: left;
  height: 60px;
}
.nav-one > li::after {
  position: absolute;
  right: 0;
  background-image: url('../image/after.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 2px 8px;
  height: 8px;
  width: 2px;
  display: block;
  content: "";
  top: 26px;
}
.nav-one > li.none {
  border-right: 0;
}
.nav-one > li > a {
  display: block;
  padding: 0 25px;
  height: 60px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 60px;
  color: #ffffff;
  box-sizing: border-box;
}
.nav-one > li > a:hover,
.nav-one > li.cur > a {
  color: #c9b382;
  border-bottom: 4px solid #c9b382;
}
.nav-one > li:hover .nav-two {
  display: block;
}
.nav-two {
  display: none;
  background: #fff;
  position: absolute;
  top: 60px;
  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: #c9b382;
  color: #fff;
}
/*底部*/
.foot {
  height: 420px;
}
.foot .foot1 {
  height: 120px;
}
.foot .foot1 .f-logo {
  float: left;
  margin: 0 20px 0 0;
  height: 104px;
  padding: 22px 0 0;
  display: table;
  font-size: 0;
  line-height: 0;
}
.foot .foot1 .f-logo a {
  display: table-cell;
  vertical-align: middle;
}
.foot .foot1 .f-logo img {
  max-width: 210px;
  max-height: 104px;
  display: inline-block;
}
.foot .foot1 .gaxx {
  height: 66px;
  float: right;
  margin-top: 27px;
}
.foot .foot1 .gaxx p {
  float: left;
  height: 66px;
  width: 320px;
  position: relative;
}
.foot .foot1 .gaxx p em {
  font-size: 14px;
  color: #2b2b33;
  display: block;
  line-height: 15px;
  height: 15px;
  overflow: hidden;
  padding-left: 82px;
  padding-top: 10px;
}
.foot .foot1 .gaxx p span {
  font-size: 24px;
  color: #2b2b33;
  display: block;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  padding-left: 82px;
  padding-top: 6px;
}
.foot .foot1 .gaxx p:after {
  height: 66px;
  width: 66px;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-image: url('../image/fd1.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 66px 66px;
  display: block;
}
.foot .foot1 .gaxx .is2:after {
  height: 66px;
  width: 66px;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-image: url('../image/fd2.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 66px 66px;
  display: block;
}
.foot .foot1 .gaxx .is3:after {
  height: 66px;
  width: 66px;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-image: url('../image/fd3.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 66px 66px;
  display: block;
}
.foot .foot2 {
  background: #2b2b33;
  height: 300px;
}
.foot .foot2 .f-code {
  float: left;
  width: 140px;
  margin-top: 50px;
  margin-right: 170px;
}
.foot .foot2 .f-code p img {
  height: 140px;
  width: 140px;
  display: block;
  overflow: hidden;
}
.foot .foot2 .f-code p span {
  height: 30px;
  width: 140px;
  line-height: 30px;
  font-size: 14px;
  color: #ffffff;
  display: block;
  overflow: hidden;
}
.foot .foot2 .f_nav {
  height: 103px;
  position: relative;
  width: 890px;
  border-bottom: 1px solid #5c5c62;
  overflow: hidden;
  float: right;
}
.foot .foot2 .f_nav li {
  float: left;
  height: 103px;
  line-height: 105px;
  position: relative;
}
.foot .foot2 .f_nav li a {
  font-size: 16px;
  display: block;
  color: #ffffff;
  margin: 0 33px;
  z-index: 1;
  height: 90px;
  position: relative;
}
.foot .foot2 .f_nav .cur a {
  color: #c9b382;
}
.foot .foot2 .f_nav .cur a::before {
  height: 5px;
  width: 100%;
  background: #c9b382;
  position: absolute;
  left: 0px;
  bottom: 0;
  content: "";
  display: block;
}
.foot .foot2 .f-contact {
  margin-top: 10px;
  width: 700px;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
}
.foot .foot2 .f-contact a {
  color: #fff;
}
.foot .foot2 .f-contact p {
  height: 40px;
  overflow: hidden;
}
.foot .foot2 .f-contact p span {
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  height: 40px;
  max-width: 300px;
  float: left;
}
.foot .foot2 .f-contact p,
.foot .foot2 .f-contact p a {
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  margin-right: 10px;
}
.foot .foot2 .f-contact p:last-child span {
  display: inline-block;
  margin-left: 14px;
}
.f-support img {
  width: 44px;
  vertical-align: sub;
  margin-left: 5px;
}
/*COMMON_BLK_END*/
/*banner*/
.banner {
  position: relative;
  width: 100%;
  height: 900px;
  overflow: hidden;
}
.ban_list {
  position: relative;
  z-index: 0;
}
.ban_list li {
  overflow: hidden;
  height: 900px;
  text-align: center;
  position: relative;
}
.ban_list li img {
  width: 1920px;
  height: 900px;
  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: 0.8;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 35px 78px;
  cursor: pointer;
}
.ban-prev {
  left: 5%;
  background-image: url(../image/c_prev.png);
}
.ban-next {
  right: 5%;
  background-image: url(../image/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;
  margin: 0 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}
.ban_nav ul .on {
  background: #c9b382;
  border-color: #c9b382;
}
.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;
}
/*引子*/
.yzs1 {
  height: 700px;
  background-image: url('../image/yz_bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 700px;
}
.yzs1 dl {
  height: 700px;
}
.yzs1 dl dt {
  height: 700px;
  width: 810px;
  display: block;
  overflow: hidden;
  margin-left: -360px;
  float: left;
}
.yzs1 dl dt img {
  height: 700px;
  width: 810px;
  display: block;
  overflow: hidden;
}
.yzs1 dl dd {
  width: 600px;
  overflow: hidden;
  float: left;
}
.yzs1 dl dd h3 {
  margin-left: 150px;
  text-align: left;
  margin-top: 120px;
  height: 150px;
  overflow: hidden;
  position: relative;
}
.yzs1 dl dd h3 em {
  font-size: 18px;
  color: #ffffff;
  display: block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.yzs1 dl dd h3 span {
  font-size: 44px;
  color: #ffffff;
  display: block;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  margin-top: 26px;
}
.yzs1 dl dd h3:after {
  position: absolute;
  height: 5px;
  width: 56px;
  background: #c9b382;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
}
.yzs1 dl dd div {
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  max-height: 180px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 135px;
  margin-top: 58px;
  margin-left: 150px;
}
.yzs1 .gds {
  height: 50px;
  width: 50px;
  display: block;
  overflow: hidden;
  margin-left: 150px;
  margin-top: 60px;
}
/*合作伙伴*/
.hzhb {
  padding: 96px 0 50px 0;
}
.hzhb h2 {
  text-align: center;
  height: 90px;
  overflow: hidden;
}
.hzhb h2 strong {
  font-size: 44px;
  color: #000000;
  display: block;
  line-height: 45px;
  font-weight: normal;
  height: 45px;
  overflow: hidden;
}
.hzhb h2 span {
  font-size: 22px;
  color: #000000;
  display: block;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  margin-top: 10px;
}
.hzhb ul {
  margin-top: 20px;
}
.hzhb ul li {
  float: left;
  width: 300px;
  height: 165px;
  display: block;
  overflow: hidden;
}
.hzhb ul li img {
  width: 300px;
  height: 165px;
  display: block;
  overflow: hidden;
}
/*牛牛优势*/
.ys_1 {
  position: relative;
}
.ys_1 .ys_con {
  height: 906px;
  position: relative;
}
.ys_1 .ys_con dl dt {
  height: 906px;
  width: 1920px;
  display: block;
  overflow: hidden;
  margin-left: -360px;
}
.ys_1 .ys_con dt img {
  height: 906px;
  width: 1920px;
  display: block;
}
.ys_1 .ys_con dd {
  height: 280px;
  position: absolute;
  top: 134px;
  left: 0;
  width: 450px;
  overflow: hidden;
}
.ys_1 .ys_con dd div {
  height: 160px;
  width: 450px;
  float: left;
  text-align: left;
  font-size: 44px;
  line-height: 60px;
  color: #ffffff;
  max-height: 120px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-top: 60px;
  position: relative;
}
.ys_1 .ys_con dd div::after {
  background: #c9b382;
  height: 5px;
  width: 56px;
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
.ys_1 .ys_con dd i {
  height: 23px;
  overflow: hidden;
  font-size: 22px;
  color: #cfcfcf;
  display: block;
  line-height: 23px;
  float: left;
  padding-top: 50px;
}
.ys_1 .s-title {
  height: 252px;
  position: absolute;
  bottom: 126px;
}
.ys_1 .s-title ul li {
  float: left;
  width: 300px;
  box-sizing: border-box;
  overflow: hidden;
  border-right: 1px solid #e5e5e5;
  height: 252px;
  background: #ffffff;
}
.ys_1 .s-title ul li h3 {
  height: 45px;
  text-align: left;
  width: 220px;
  overflow: hidden;
  margin-top: 57px;
  margin-left: 48px;
}
.ys_1 .s-title ul li h3 em {
  font-size: 24px;
  color: #000000;
  display: block;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
}
.ys_1 .s-title ul li h3 span {
  font-size: 12px;
  color: #d0d0d0;
  display: block;
  line-height: 13px;
  height: 13px;
  overflow: hidden;
  text-transform: uppercase;
  padding-top: 10px;
}
.ys_1 .s-title ul li .str-desc {
  height: 115px;
  font-size: 14px;
  line-height: 24px;
  width: 220px;
  margin-top: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  color: #8c8c8c;
  margin-left: 48px;
}
.ys_1 .s-title ul li:last-child {
  border-right: 0;
}
.ys_1 .s-title ul .cur h3 em {
  color: #c9b382;
  font-weight: bold;
}
.ys_1 .s-title ul .cur h3 span {
  color: #c9b382;
}
/*产品展示*/
.prod-intr {
  padding-top: 90px;
  padding-bottom: 15px;
}
.prod-intr h2 {
  text-align: center;
  height: 90px;
  overflow: hidden;
}
.prod-intr h2 strong {
  font-size: 44px;
  color: #000000;
  display: block;
  line-height: 45px;
  font-weight: normal;
  height: 45px;
  overflow: hidden;
}
.prod-intr h2 span {
  font-size: 22px;
  color: #000000;
  display: block;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  margin-top: 10px;
}
.prod-intr .s-title2 {
  height: 120px;
  margin-top: 43px;
}
.prod-intr .s-title2 ul li {
  height: 130px;
  float: left;
  width: 150px;
  overflow: hidden;
}
.prod-intr .s-title2 ul li img {
  height: 51px;
  width: 78px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.prod-intr .s-title2 ul li h3 {
  text-align: center;
  height: 55px;
  margin-top: 8px;
}
.prod-intr .s-title2 ul li h3 em {
  font-size: 14px;
  color: #000000;
  display: block;
  line-height: 15px;
  height: 15px;
  overflow: hidden;
}
.prod-intr .s-title2 ul li h3 span {
  font-size: 13px;
  color: #000000;
  display: block;
  line-height: 20px;
  height: 35px;
  overflow: hidden;
  margin-top: 5px;
}
.prod-intr .pro1 {
  height: 500px;
  border: 10px solid #e5e5e5;
  box-sizing: border-box;
  width: 1200px;
  overflow: hidden;
}
.prod-intr .pro1 dl {
  height: 480px;
}
.prod-intr .pro1 dl dt {
  height: 480px;
  width: 705px;
  display: block;
  float: left;
}
.prod-intr .pro1 dl dd {
  height: 480px;
  width: 475px;
  background: #f8f8f8;
  float: left;
}
.prod-intr .pro1 dl dd h3 {
  font-size: 24px;
  color: #000000;
  display: block;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  font-weight: bold;
  margin-top: 70px;
  margin-left: 55px;
  margin-bottom: 25px;
}
.prod-intr .pro1 dl dd div {
  font-size: 16px;
  line-height: 35px;
  color: #000000;
  max-height: 210px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  height: 220px;
  margin-left: 55px;
  width: 400px;
}
.prod-intr .pro1 dl dd p {
  margin-left: 55px;
  height: 41px;
  width: 215px;
  overflow: hidden;
  padding-left: 45px;
  position: relative;
  text-align: left;
  margin-top: 25px;
}
.prod-intr .pro1 dl dd p em {
  font-size: 14px;
  color: #666666;
  display: block;
  line-height: 15px;
  height: 15px;
  overflow: hidden;
}
.prod-intr .pro1 dl dd p span {
  font-size: 26px;
  color: #2b2b33;
  display: block;
  line-height: 27px;
  height: 27px;
  overflow: hidden;
  font-weight: bold;
  padding-top: 3px;
}
.prod-intr .pro1 dl dd p::after {
  width: 26px;
  height: 33px;
  display: block;
  background-image: url('../image/phs1.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 26px 33px;
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
}
/*热品推荐*/
.recommend {
  height: 266px;
  padding-bottom: 200px;
  padding-top: 15px;
  background: #f8f8f8;
}
.recommend .item-line {
  float: left;
  width: 390px !important;
  transition: 0.5s;
  margin-right: 15px;
  border: none;
}
.recommend .item-line::after {
  display: none;
}
.recommend .item-line:hover {
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.2);
  border-color: #c9b382;
}
.recommend .item-line:last-child {
  margin-right: 0;
}
.recommend .item-text {
  padding: 0 6px 7px 6px;
}
.recommend .item-title {
  text-align: center;
  font-size: 16px;
  color: #000000;
  display: block;
  height: 50px;
  line-height: 50px;
}
.recommend .item-title a {
  font-size: 16px;
  color: #000000;
  height: 50px;
  line-height: 50px;
}
.recommend .item-line .item-picture img {
  height: 390px;
  width: 390px;
  overflow: hidden;
  display: block;
}
/*实力*/
.str_1 {
  height: 1023px;
  background-image: url('../image/sl_bg1.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 1023px;
  position: relative;
}
.str_1 h2 {
  text-align: center;
  height: 90px;
  overflow: hidden;
  padding-top: 76px;
}
.str_1 h2 strong {
  font-size: 44px;
  color: #ffffff;
  display: block;
  line-height: 45px;
  font-weight: normal;
  height: 45px;
  overflow: hidden;
}
.str_1 h2 span {
  font-size: 22px;
  color: #ffffff;
  display: block;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  margin-top: 10px;
}
.str_1 .advs_con {
  height: 649px;
  position: relative;
  margin-top: 64px;
}
.str_1 .advs_con dl {
  height: 649px;
  position: relative;
  z-index: 10;
}
.str_1 .advs_con dl dt {
  height: 649px;
  float: right;
  display: block;
  width: 675px;
}
.str_1 .advs_con dl dt img {
  height: 649px;
  float: right;
  display: block;
  width: 675px;
}
.str_1 .advs_con dl dd {
  width: 450px;
  height: 375px;
  float: left;
  margin-top: 215px;
}
.str_1 .advs_con .advan-title {
  height: 100px;
  width: 450px;
  float: left;
  margin-bottom: 63px;
  overflow: hidden;
}
.str_1 .advs_con .advan-title em {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  display: block;
  font-size: 42px;
  color: #ffffff;
}
.str_1 .advs_con .advan-title span {
  height: 23px;
  line-height: 23px;
  overflow: hidden;
  display: block;
  font-size: 22px;
  color: #ffffff;
  padding-top: 20px;
}
.str_1 .advs_con .advan-desc {
  height: 214px;
  overflow: hidden;
  display: block;
  float: left;
  width: 450px;
  font-size: 16px;
  line-height: 55px;
  color: #b2b2b2;
}
.str_1 .adv_nav {
  height: 132px;
  width: 450px;
  position: absolute;
  z-index: 99;
  top: 234px;
  overflow: hidden;
}
.str_1 .adv_nav li {
  float: left;
  height: 132px;
  position: relative;
  overflow: hidden;
  width: 97px;
  border: 3px solid #ffffff;
  box-sizing: border-box;
  margin-right: 20px;
  z-index: 99;
}
.str_1 .adv_nav li b {
  height: 23px;
  display: block;
  overflow: hidden;
  width: 60px;
  line-height: 23px;
  font-size: 22px;
  color: #626262;
  margin-top: 15px;
  margin-left: 18px;
}
.str_1 .adv_nav li span {
  font-size: 22px;
  color: #ffffff;
  margin-left: 18px;
  width: 60px;
  display: block;
  font-weight: normal;
  margin-top: 20px;
  height: 60px;
  overflow: hidden;
}
.str_1 .adv_nav li:last-child {
  margin-right: 0;
}
.str_1 .adv_nav .cur {
  background: #ffffff;
}
.str_1 .adv_nav .cur b {
  color: #000000;
  font-weight: normal;
}
.str_1 .adv_nav .cur span {
  color: #000000;
  font-weight: normal;
}
.str_1 .recomm-prev {
  background-image: url('../image/next1.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 56px 56px;
  height: 56px;
  width: 56px;
  position: absolute;
  bottom: 140px;
  z-index: 99;
}
.str_1 .recomm-next {
  background-image: url('../image/prev.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 56px 56px;
  height: 56px;
  width: 56px;
  position: absolute;
  bottom: 140px;
  margin-left: 92px;
  z-index: 99;
}
/*客户案例*/
.case {
  padding-top: 65px;
  padding-bottom: 103px;
  position: relative;
}
.case h2 {
  text-align: center;
  height: 90px;
  overflow: hidden;
}
.case h2 strong {
  font-size: 44px;
  color: #000000;
  display: block;
  line-height: 45px;
  font-weight: normal;
  height: 45px;
  overflow: hidden;
}
.case h2 span {
  font-size: 22px;
  color: #000000;
  display: block;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  margin-top: 10px;
}
.case .case_con {
  height: 265px;
  position: relative;
  margin-top: 67px;
}
.case .case_con dl {
  height: 265px;
  position: relative;
}
.case .case_con dl dt {
  height: 265px;
  float: left;
  display: block;
  width: 389px;
}
.case .case_con dl dt img {
  height: 265px;
  float: left;
  display: block;
  width: 389px;
}
.case .case_con dl dd {
  width: 750px;
  height: 265px;
  float: left;
  margin-left: 60px;
  overflow: hidden;
}
.case .case_con .advan-title {
  height: 25px;
  line-height: 25px;
  font-size: 24px;
  color: #000000;
  display: block;
  overflow: hidden;
  margin-top: 23px;
  margin-bottom: 30px;
}
.case .case_con .advan-desc {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #808080;
  max-height: 120px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 115px;
  width: 750px;
}
.case .case_con .prod-hot-link a {
  float: left;
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 45px;
  color: #c9b382;
  height: 45px;
  overflow: hidden;
  width: 218px;
  background: #2b2b33;
  text-align: center;
  margin-top: 15px;
}
.case .case_con .tempWrap {
  width: 1200px !important;
}
.case .recomm-prev {
  background-image: url('../image/lf1.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 56px 56px;
  height: 56px;
  width: 56px;
  position: absolute;
  top: 101px;
  left: -96px;
}
.case .recomm-next {
  background-image: url('../image/rt1.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 56px 56px;
  height: 56px;
  width: 56px;
  position: absolute;
  top: 101px;
  right: -96px;
}
/*新闻中心*/
.news {
  padding-top: 70px;
  background: #f8f8f8;
  padding-bottom: 90px;
}
.news h2 {
  text-align: center;
  height: 90px;
  overflow: hidden;
}
.news h2 strong {
  font-size: 44px;
  color: #000000;
  display: block;
  line-height: 45px;
  font-weight: normal;
  height: 45px;
  overflow: hidden;
}
.news h2 span {
  font-size: 22px;
  color: #000000;
  display: block;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  margin-top: 18px;
}
.news .news-nav {
  height: 40px;
  margin-top: 40px;
  margin-bottom: 18px;
}
.news .news-nav ul li {
  float: left;
  max-width: 150px;
  height: 40px;
  position: relative;
  margin-right: 38px;
  overflow: hidden;
}
.news .news-nav ul li a {
  font-size: 24px;
  color: #000000;
  display: block;
  line-height: 25px;
  overflow: hidden;
  height: 25px;
}
.news .news-nav i {
  float: right;
  line-height: 40px;
  overflow: hidden;
  width: 200px;
  text-align: right;
}
.news .news-nav i a {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #000000;
  display: block;
}
.news .news-nav ul .cur {
  border-bottom: 6px solid #c9b382;
  box-sizing: border-box;
}
.news .news-nav ul .cur a {
  color: #c9b382;
  font-weight: bold;
}
.news .new_con {
  padding-bottom: 30px;
  width: 1200px;
  border-bottom: 1px solid #999999;
}
.news .new_con .news-info {
  width: 501px;
  float: left;
}
.news .news-nav2 {
  height: 40px;
  margin-top: 40px;
  margin-bottom: 18px;
}
.news .news-nav2 ul li {
  float: left;
  max-width: 300px;
  height: 40px;
  position: relative;
  margin-right: 38px;
  overflow: hidden;
}
.news .news-nav2 ul li a {
  font-size: 24px;
  color: #000000;
  display: block;
  line-height: 25px;
  overflow: hidden;
  height: 25px;
}
.news .news-nav2 i {
  float: right;
  line-height: 40px;
  overflow: hidden;
  width: 200px;
  text-align: right;
}
.news .news-nav2 i a {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #000000;
  display: block;
}
.new_con .item-line {
  float: right;
  width: 635px;
  border-bottom: 1px dashed #e5e5e5;
  overflow: hidden;
  padding-left: 85px;
  padding-top: 28px;
  min-height: 126px;
  margin-left: 40px;
}
.new_con .item-line:first-child {
  width: 501px;
  float: left;
  padding: 0;
  margin-left: 0;
}
.new_con .item-line:first-child .item-picture {
  display: block;
  margin-bottom: 14px;
  margin-bottom: 1;
}
.new_con .item-line:first-child .item-picture img {
  width: 501px;
}
.new_con .item-picture {
  display: none;
}
.new_con .item-time {
  width: 60px;
  height: 75px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
  margin-top: 30px;
}
.new_con .item-time div {
  font-size: 14px;
  line-height: 22px;
  color: #323232;
  display: inline-block;
}
.new_con .item-time .item-time-day {
  display: block;
  font-size: 48px;
  font-weight: bold;
  height: 52px;
  overflow: hidden;
  line-height: 52px;
  color: #333;
}
.new_con .item-title,
.new_con .item-title a {
  color: #000000;
  display: inline-block;
  height: 20px;
  font-size: 18px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.new_con .item-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 44px;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  padding-top: 14px;
}
.news_ed .item-line {
  float: left;
  background-color: #fff;
  padding: 10px 8px;
  width: 574px;
  overflow: hidden;
  margin-right: 52px;
}
.news_ed .item-line:after {
  position: absolute;
  height: 6px;
  width: 6px;
  background: #000000;
  display: block;
  top: 32px;
  left: 24px;
  content: "";
  border-radius: 30px;
}
.news_ed .item-line:nth-child(2n) {
  margin-right: 0;
}
.news_ed .item-line:first-child,
.news_ed .item-line:nth-child(2) {
  overflow: hidden;
}
.news_ed .item-line:first-child .item-picture,
.news_ed .item-line:nth-child(2) .item-picture {
  display: block;
  float: left;
  width: 206px;
  height: 115px;
}
.news_ed .item-line:first-child .item-picture img,
.news_ed .item-line:nth-child(2) .item-picture img {
  width: 206px;
  height: 115px;
}
.news_ed .item-line:first-child .item-text,
.news_ed .item-line:nth-child(2) .item-text {
  float: right;
  width: 320px;
}
.news_ed .item-line:first-child .item-time,
.news_ed .item-line:nth-child(2) .item-time {
  display: none;
}
.news_ed .item-line:first-child .item-title,
.news_ed .item-line:nth-child(2) .item-title {
  padding-left: 0;
}
.news_ed .item-line:first-child .item-desc,
.news_ed .item-line:nth-child(2) .item-desc {
  display: -webkit-box;
}
.news_ed .item-picture {
  display: none;
}
.news_ed .item-time {
  line-height: 16px;
  float: right;
  margin-right: 20px;
}
.news_ed .item-time div {
  font-size: 14px;
  line-height: 52px;
  color: #323232;
  display: inline-block;
}
.news_ed .item-title {
  padding-left: 60px;
}
.news_ed .item-title,
.news_ed .item-title a {
  color: #000000;
  display: inline-block;
  height: 52px;
  font-size: 18px;
  line-height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news_ed .item-desc {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 44px;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}
/*关于我们*/
.abt {
  height: 805px;
  background-image: url('../image/abt_bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 805px;
  position: relative;
}
.abt h2 {
  text-align: center;
  height: 122px;
  overflow: hidden;
  position: relative;
  padding-top: 78px;
}
.abt h2 strong {
  font-size: 44px;
  color: #ffffff;
  display: block;
  line-height: 45px;
  font-weight: normal;
  height: 45px;
  overflow: hidden;
}
.abt h2 span {
  font-size: 22px;
  color: #ffffff;
  display: block;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  margin-top: 18px;
}
.abt h2:after {
  position: absolute;
  width: 56px;
  height: 5px;
  background: #c9b382;
  display: block;
  bottom: 0px;
  left: 48%;
  content: "";
}
.abt .prod-hot-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 90px;
  font-size: 16px;
  line-height: 30px;
  color: #999999;
  text-align: center;
  margin-top: 36px;
}
.abt .abt_con {
  height: 431px;
  position: relative;
  margin-top: 43px;
  float: left;
}
.abt .abt_con em {
  height: 431px;
  width: 685px;
  display: block;
  overflow: hidden;
}
.abt .abt_con em img {
  height: 431px;
  width: 685px;
  display: block;
  overflow: hidden;
}
.abt .abt_nav {
  height: 430px;
  margin-top: 43px;
  width: 515px;
  position: absolute;
  top: 283px;
  margin-left: 685px;
}
.abt .abt_nav ul {
  position: relative;
}
.abt .abt_nav ul li {
  text-align: center;
  float: left;
  width: 257px;
  height: 216px;
  overflow: hidden;
  background: #2b2b33;
}
.abt .abt_nav ul:after {
  background: #414148;
  height: 1px;
  width: 100%;
  content: "";
  position: absolute;
  top: 215px;
  left: 0;
  display: block;
}
.abt .abt_nav ul:before {
  background: #414148;
  height: 430px;
  width: 1px;
  content: "";
  position: absolute;
  top: 0px;
  left: 257px;
  display: block;
}
.abt .abt_nav ul li b {
  height: 61px;
  width: 65px;
  display: block;
  overflow: hidden;
  margin: 68px auto 0;
}
.abt .abt_nav ul li span {
  font-size: 16px;
  color: #ffffff;
  display: block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-weight: bold;
  margin-top: 18px;
}
.abt .abt_nav ul .cur {
  background: #c9b382;
}
/*banner*/
.content {
  width: 1200px;
  margin: 0 auto;
}
i,
em,
b {
  font-style: normal;
}
/**/
.links {
  height: 120px;
  font-size: 15px;
  line-height: 120px;
  color: #333;
  background: #f8f8f8;
}
.links .links-title {
  width: 100px;
  height: 120px;
  font-weight: bold;
  overflow: hidden;
}
.links .links-title p {
  padding-right: 20px;
  height: 120px;
  overflow: hidden;
  line-height: 120px;
}
.links-list {
  max-width: 1000px;
}
.links-list a {
  height: 120px;
  font-size: 14px;
  line-height: 120px;
  color: #444;
  display: block;
  float: left;
  margin: 0 5px;
  max-width: 150px;
}
/*快速通道*/
.shop-nav-t1 i img {
  background-color: #c9b382;
}
/*返回顶部*/
.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: #c9b382;
}
.sidebar .fh {
  display: none;
}
/*******************************内页************************************/
/*****************产品详情页*********************/
.p15-showcase {
  position: relative;
  margin-bottom: 40px;
  padding: 12px 0 16px 20px;
}
.p15-showcase-right-con {
  overflow: hidden;
  max-height: 192px;
  font-size: 14px;
  line-height: 24px;
}
.p15-showcase-right-con p {
  margin: 0;
  padding: 0;
}
.p15-showcase-left {
  position: relative;
  float: left;
  overflow: hidden;
  margin-right: 20px;
  width: 454px;
  border: 1px solid #e7e7e7;
  line-height: 0;
}
.p15-showcase-left-jt {
  position: absolute;
  top: 50%;
  z-index: 33;
  margin-top: -11px;
  width: 12px;
  height: 23px;
  cursor: pointer;
}
.p15-showcase-left-prev {
  left: 10px;
}
.p15-showcase-left-next {
  right: 10px;
}
.p15-showcase-left-size {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  width: 28px;
  height: 28px;
  font-size: 14px;
  line-height: 16px;
}
.p15-showcase-left-size em {
  font-style: normal;
}
.p15-showcase-left-pic {
  width: 456px;
  text-align: center;
}
.p15-showcase-left-pic li {
  float: left;
}
.p15-showcase-left-pic img {
  display: block;
  width: 454px;
  height: 454px;
}
.p15-showcase-right {
  float: left;
  width: 418px;
}
.p15-showcase-right-tit {
  overflow: hidden;
  margin-bottom: 16px;
  height: 40px;
  color: #454545;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  line-height: 40px;
}
.pro_title {
  height: 40px;
  background-color: #c9b382;
  padding-left: 45px;
  line-height: 0;
  overflow: hidden;
}
.pro_title span {
  height: 40px;
  max-width: 44%;
  display: inline-block;
  position: relative;
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
  color: #363636;
  padding: 0 15px 0 20px;
  z-index: 1;
  margin-right: 6px;
}
.pro_title span:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
}
.pro_title em {
  display: inline-block;
  height: 40px;
  overflow: hidden;
  max-width: 45%;
  font-size: 14px;
  font-weight: normal;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  vertical-align: top;
}
.pc-cx-tel-1 {
  position: absolute;
  right: 2%;
  bottom: 16px;
  padding-top: 10px;
  width: 428px;
  height: 56px;
  border-top: 2px solid #e6e6e6;
}
.pc-cx-tel-1-t1 {
  float: right;
  width: 114px;
  height: 44px;
  background: #c9b382;
  text-align: center;
  font-size: 18px;
  line-height: 44px;
}
.pc-cx-tel-1-t1 a {
  display: block;
  color: #fff;
}
.pc-cx-tel-1-t2 {
  width: 255px;
  padding-left: 70px;
  height: 56px;
  background-image: url('../image/tel.png');
  background-repeat: no-repeat;
  background-position: 10px 0;
  background-size: 40px 40px;
  color: #454545;
  font-size: 18px;
  line-height: 18px;
}
.pc-cx-tel-1-t2 span {
  display: block;
  height: 20px;
  overflow: hidden;
}
.pc-cx-tel-1-t2 em {
  display: block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
.pro_dis {
  padding: 0 15px;
}
.pro_dis_con {
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  color: #666;
  margin-bottom: 30px;
}
.pro_dis_img img {
  display: block;
  max-width: 100%;
}
.pro_dis_desc {
  padding: 15px 0 15px 0;
}
.pro_dis_desc2 {
  padding: 0 0 15px 0;
}
.com_adv {
  margin-bottom: 30px;
  padding: 0 15px;
}
.com_adv .pro_title {
  margin-bottom: 25px;
}
.com_adv_con dl {
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  float: left;
  height: 360px;
  margin-right: 18px;
  width: 209px;
}
.com_adv_con dt span {
  display: block;
  border-bottom: 1px solid #c8c8c8;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  height: 45px;
  line-height: 45px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 15px;
}
.com_adv_con dt img {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
.com_adv_con dd {
  padding: 15px 15px 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #666;
  overflow: hidden;
}
.com_adv_con dd .com_sp2 {
  margin: 0;
  padding: 0;
  max-height: 198px;
  overflow: hidden;
}
.com_adv dl.pro_clear {
  margin-right: 0;
}
.com_case {
  margin-bottom: 40px;
  padding: 0 15px;
}
.com_case .pro_title {
  margin-bottom: 25px;
}
.com_case_con li {
  float: left;
  padding: 6px;
  border: 1px solid #d9d9d9;
  margin: 0 6px 6px 0;
  background-color: #f0f0f2;
}
.com_case_con img {
  display: block;
  width: 282px;
  height: 212px;
}
.com_case_con li.com_case_li1 img {
  width: 432px;
  height: 216px;
}
.com_case li.pro_clear {
  margin-right: 0;
}
/*热品推荐*/
.pro_title {
  margin-bottom: 25px;
}
.p14-product-2 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0 15px;
}
.p14-product-2 .prod-hot-list {
  margin: 30px 0 40px;
  position: relative;
}
.p14-product-2 .prod-hot-prev {
  width: 30px;
  height: 84px;
  position: absolute;
  top: 50%;
  left: -40px;
  cursor: pointer;
  margin-top: -42px;
  background-image: url('https://zhanshen.nswyun.com/localPreview/P001770898906/images/prod-hot-prev-icon1.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 30px 84px;
}
.p14-product-2 .prod-hot-next {
  width: 30px;
  height: 84px;
  position: absolute;
  top: 50%;
  right: -40px;
  cursor: pointer;
  margin-top: -42px;
  background-image: url('https://zhanshen.nswyun.com/localPreview/P001770898906/images/prod-hot-next-icon1.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 30px 84px;
}
.p14-product-2 .prod-hot-list dl {
  height: auto;
  float: left;
  width: 210px;
  margin: 0 17px 14px 0;
  border: 1px solid #dfdfdf;
}
.p14-product-2 .prod-hot-list dl:nth-child(4n) {
  margin-right: 0;
}
.p14-product-2 .prod-hot-list dl.p14-product-clear {
  margin-right: 0;
}
.p14-product-2 .prod-hot-list dt img {
  width: 210px;
  display: block;
}
.p14-product-2 .prod-hot-list dd {
  padding: 10px 10px 10px;
}
.p14-product-2 .prod-hot-name {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #555;
  max-height: 48px;
  overflow: hidden;
}
.p14-product-2 .prod-hot-name a {
  display: block;
  max-height: 48px;
  font-size: 16px;
  font-weight: bold;
  color: #555;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.p14-product-2 .prod-hot-desc {
  margin-top: 5px;
  height: 72px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.p14-product-2 .prod-hot-link {
  display: none;
}
.p14-product-2 .prod-hot-list dl:hover .prod-hot-name a {
  color: #c9b382;
}
.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: #333;
  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: #333;
  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: #666;
  overflow: hidden;
}
.about_con1 {
  padding: 40px 0 0 40px;
  height: 490px;
  margin-bottom: 30px;
}
.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: #333;
  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: 30px;
  height: 390px;
}
.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;
}
/*面包屑*/
.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: #c9b382;
}
/*内页广告*/
.min-banner {
  height: 320px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.min-banner img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  overflow: hidden;
  height: 320px;
}
/*副导航*/
.left-nav-01 {
  margin-bottom: 20px;
}
.left-nav-01-tit {
  background: #c9b382;
  height: 80px;
}
.left-nav-01-tit h2 {
  padding: 0 10px;
  height: 75px;
  font-size: 24px;
  font-weight: normal;
  line-height: 75px;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  overflow: hidden;
}
.left-nav-01-one > li {
  background-color: #ccc;
  background-image: url('../image/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: #333;
  overflow: hidden;
}
.left-nav-01-one > li.sidenavcur,
.left-nav-01-one > li:hover {
  background-image: url('../image/left-nav-icon2.png');
  background-repeat: no-repeat;
  background-position: right 20px;
  background-size: 38px 11px;
  background-color: #c9b382;
}
.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 h3 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 h3 a,
.left-nav-01-two li.sidenavcur h3 a {
  color: #333;
}
.left-nav-01-two li:hover:after,
.left-nav-01-two li.sidenavcur:after {
  border-color: #333;
}
/*联系信息*/
.p6-order-form-1-add {
  border: 1px solid #eee;
  overflow: hidden;
}
.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: #666;
}
.p6-order-form-1-add li a {
  color: #666;
}
/*****************产品列表*********************/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*产品列表*/
.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-tit .prod-list01-desc-tit {
  height: 40px;
  display: inline-block;
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
  color: #333;
  border-bottom: 1px solid #c9b382;
  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: #c9b382;
}
.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: #c9b382;
  color: #fff;
  border-color: #c9b382;
}
.pagination-1 .laypage_first,
.pagination-1 .laypage_last {
  display: none;
}
/*****************资讯列表*********************/
/*资讯列表*/
.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-tit .prod-list01-desc-tit {
  height: 40px;
  display: inline-block;
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
  color: #333;
  border-bottom: 1px solid #c9b382;
  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: #c9b382;
}
.list-style-02 .prod-list01-list dl:hover .prod-list01-link {
  background: #c9b382;
}
.list-style-02 .prod-list01-list dl:hover .prod-list01-link a {
  color: #fff;
}
.list-style-02 dt {
  width: 32%;
  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: 38px;
  margin: 30px 0 10px;
  font-size: 24px;
  font-weight: normal;
  line-height: 38px;
  color: #4b4a4a;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-sour {
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  color: #aaa;
  text-align: right;
  width: 930px;
  margin: 0 auto 5px;
}
.article-sour em {
  height: 24px;
  max-width: 48%;
  display: inline-block;
  overflow: hidden;
  word-break: break-all;
}
.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;
}
/*****************联系我们*********************/
/*联系我们*/
.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: #c9b382;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -2px;
  z-index: 99;
}
.contact-title p,
.contact-title h2 {
  font-size: 32px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.contact-title span,
.contact-title em {
  height: 28px;
  text-transform: uppercase;
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #666;
  line-height: 28px;
}
.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: #c9b382;
  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: #c9b382;
  border-radius: 50%;
  margin: 0 auto 20px;
  overflow: hidden;
}
.contact-icon img {
  width: 50px;
  height: 50px;
}
.contact-list-txt {
  min-height: 40px;
  font-size: 18px;
  color: #222;
  line-height: 40px;
}
.contact-info {
  font-size: 16px;
  line-height: 24px;
  color: #555;
  word-break: break-all;
}
.contact-info a {
  color: #555;
}
.contact-map img {
  width: auto;
  margin: 0 auto;
  display: block;
}
/*---------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
/*产品定制*/
.prodz_fw {
  background-image: url('https://zhanshen.nswyun.com/localPreview/P001770898906/images/prodz_i1.jpg');
  background-repeat: no-repeat;
  background-position: center 138px;
  background-size: 1920px 530px;
  min-height: 800px;
  margin: 50px auto 50px;
  overflow: hidden;
}
.prodz_fw .contact-title {
  margin-bottom: 80px;
  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: #fff;
}
.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: #fff;
}
.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: #c9b382;
}
/*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: #c9b382;
  font-size: 30px;
  font-weight: bold;
  line-height: 68px;
  color: #fff;
  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: 68px;
  overflow: hidden;
  font-size: 24px;
  font-weight: normal;
  line-height: 68px;
  color: #343434;
}
.prodz_dl dl dd h3 i {
  display: inline-block;
  float: left;
  max-width: 50%;
  height: 68px;
  overflow: hidden;
  font-size: 24px;
  font-weight: bold;
  line-height: 68px;
  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: #c9b382;
  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: #c9b382;
  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;
}
