@charset "utf-8";
/*COMMON_BLK_START*/
/*AVAIBLE_VI
[
{"vicolor":"#E77B28","sub1color":"#000000"},
{"vicolor":"#01a08e","sub1color":"#ffb400"},
{"vicolor":"#1A2D27","sub1color":"#ABC327"},
{"vicolor":"#ffb400","sub1color":"#35c096"}
]
AVAIBLE_VI*/
.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: #65322a;
}
.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: #65322a;
}
.list-style-02 .item-line:hover .item-link,
.list-style-01 .item-line:hover .item-link {
  background: #65322a;
  border-color: #65322a;
}
.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);
}
.search-btn:after {
  background-color: #65322a;
}
.search-btn::before {
  border-color: #65322a;
}
.nav-two {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
body {
  font-family: "Microsoft YaHei", "微软雅黑";
}
/*头部*/
.head {
  height: 199px;
  position: relative;
  z-index: 99;
}
.head .hea_con {
  height: 139px;
  position: relative;
}
.head .hea_con .hea_logo {
  width: 700px;
  float: left;
  position: relative;
}
.head .hea_con .hea_logo #h1-tag {
  height: 139px;
  display: table;
  margin: 0 0 0 -53px;
  float: left;
}
.head .hea_con .hea_logo #h1-tag a {
  display: table-cell;
  vertical-align: middle;
}
.head .hea_con .hea_logo #h1-tag img {
  display: inline-block;
  max-height: 139px;
  max-width: 210px;
}
.head .hea_con .hea_logo h2 {
  width: 570px;
  height: 103px;
  margin-top: 36px;
  position: absolute;
  left: 115px;
  top: 0;
}
.head .hea_con .hea_logo h2 span {
  display: block;
  height: 37px;
  line-height: 37px;
  color: #333333;
  font-size: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.head .hea_con .hea_logo h2 em {
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 22px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.head .hea_con .h-tel {
  width: 500px;
  float: right;
  padding-top: 46px;
}
.head .hea_con .h-tel i {
  display: block;
  width: 99px;
  height: 22px;
  float: right;
  overflow: hidden;
}
.head .hea_con .h-tel i img {
  width: 100%;
  height: 100%;
}
.head .hea_con .h-tel p {
  font-size: 32px;
  line-height: 50px;
  height: 50px;
  text-align: right;
  color: #333333;
  float: right;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.head .hea_nav {
  background: #e5e0d8;
}
.hea_nav {
  height: 60px;
}
.nav {
  position: relative;
  z-index: 99;
  width: 1200px;
  margin: 0 auto;
}
.nav .nav-one {
  height: 60px;
}
.nav .nav-one > li {
  float: left;
  height: 60px;
  position: relative;
  text-align: center;
  z-index: 99;
}
.nav .nav-one > li:after {
  content: '';
  position: absolute;
  height: 0;
  width: 100%;
  background: #65322a;
  top: 0;
  left: 0;
  -webkit-transition: height .5s;
  transition: height .5s;
  z-index: 1;
}
.nav .nav-one > li:first-child > a:before {
  display: none;
}
.nav .nav-one > li:hover a,
.nav .nav-one > li.cur a {
  color: #333333;
  font-weight: bold;
}
.nav .nav-one > li a {
  display: block;
  padding: 0 10px;
  height: 60px;
  font-size: 16px;
  color: #fff;
  line-height: 60px;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  z-index: 99;
}
.nav .nav-one > li:hover::before,
.nav .nav-one > li.cur::before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav .nav-one > li:hover:after,
.nav .nav-one > li.cur:after {
  height: 100%;
}
.nav .nav-one > li:hover .nav-two {
  display: block;
}
.nav .nav-two {
  display: none;
  background: #fff;
  position: absolute;
  top: 60px;
  z-index: 90;
}
.nav .nav-two li {
  border-bottom: 1px solid #ccc;
}
.nav .nav-two li {
  white-space: nowrap;
  height: 50px;
  position: relative;
  overflow: hidden;
  border-right: 0px;
}
.nav .nav-two li a {
  display: block;
  height: 50px;
  font-size: 15px;
  font-weight: normal;
  line-height: 50px;
  color: #0d0d0f;
  text-align: center;
  overflow: hidden;
}
.nav .nav-two li:last-child {
  border-bottom: 0;
}
.nav .nav-two li:hover > a {
  color: #fff;
}
.nav .nav-two li:hover a {
  color: #65322a;
}
/*底部*/
.foot {
  height: 400px;
}
.f-contant {
  height: 130px;
  background: #e5e0d8;
}
.f-contant .fo_rig {
  width: 1000px;
  float: right;
  height: 130px;
}
.f-contant .f-tel,
.f-contant .f-qq,
.f-contant .f-mail,
.f-contant .f-fax {
  width: 190px;
  float: left;
  margin-top: 45px;
  padding-left: 60px;
  height: 50px;
}
.f-contant p {
  height: 24px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 24px;
  color: #f1f1f1;
  overflow: hidden;
}
.f-contant span,
.f-contant a {
  display: block;
  height: 26px;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  overflow: hidden;
}
.f-contant .f-tel {
  background-image: url('../images/../images/f-icon1.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 44px 44px;
}
.f-contant .f-qq {
  background-image: url('../images/../images/f-icon2.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 44px 44px;
}
.f-contant .f-mail {
  background-image: url('../images/../images/f-icon3.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 44px 44px;
}
.f-contant .f-fax {
  background-image: url('../images/../images/f-icon4.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 44px 44px;
}
.foot .f-contant .fo-left {
  width: 164px;
  height: 187px;
  background: #FFF;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  position: absolute;
}
.foot .f-contant .fo-left h3 {
  height: 115px;
  display: table;
  width: 100%;
}
.foot .f-contant .fo-left h3 a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.foot .f-contant .fo-left h3 a img {
  display: inline-block;
  max-height: 115px;
  max-width: 162px;
}
.foot .f-contant .fo-left span {
  display: block;
  height: 29px;
  line-height: 29px;
  text-align: center;
  font-size: 20px;
  color: #e5e0d8;
  overflow: hidden;
}
.foot .f-bot {
  height: 300px;
  background: #272727;
}
.foot .f-bot .f-bot-left {
  width: 200px;
  float: left;
  margin-top: 115px;
}
.foot .f-bot .f-bot-left span {
  display: inline-block;
  max-height: 70px;
  line-height: 33px;
  overflow: hidden;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}
.foot .f-bot .f-bot-left p {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}
.foot .f-bot .f-bot-rig {
  width: 980px;
  float: right;
}
.foot .f-bot .f-bot-rig .f-nav {
  height: 85px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  box-sizing: border-box;
  padding-top: 5px;
  margin-bottom: 23px;
  width: 100%;
}
.foot .f-bot .f-bot-rig .f-nav ul.nav-one.text-center {
  display: flex;
  display: -webkit-flex;
}
.foot .f-bot .f-bot-rig .f-nav ul.nav-one.text-center li {
  height: 80px;
}
.foot .f-bot .f-bot-rig .f-nav ul.nav-one.text-center li > a {
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 80px;
  color: #fff;
  height: 80px;
  position: relative;
  -o-transition: all .3s ease;
  transition: all 0.3s ease;
}
.foot .f-bot .f-bot-rig .f-nav ul.nav-one.text-center li > a:hover {
  font-weight: 700;
  background: 0 0;
  border-right: 0;
}
.f-contact {
  width: 680px;
  height: 180px;
  overflow: hidden;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 38px;
}
.f-contact p {
  height: 38px;
  line-height: 38px;
  overflow: hidden;
}
.f-contact p span {
  display: inline-block;
  height: 38px;
  max-width: 104px;
  overflow: hidden;
}
.f-contact p em {
  display: inline-block;
  height: 38px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 38px;
  max-width: 480px;
  overflow: hidden;
}
.f-contact a {
  color: rgba(255, 255, 255, 0.3);
}
.foot .f-bot .f-bot-rig .f-code {
  margin-top: 8px;
  width: 217px;
}
.foot .f-bot .f-bot-rig .f-code p {
  width: 95px;
  float: left;
}
.foot .f-bot .f-bot-rig .f-code p img {
  width: 95px;
  height: 95px;
  line-height: 0;
  display: block;
}
.foot .f-bot .f-bot-rig .f-code p span {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  overflow: hidden;
}
.foot .f-bot .f-bot-rig .f-code p:last-child {
  float: right;
}
.bg_vi_color {
  background-color: #65322a;
}
.txt_vi_color {
  color: #65322a !important;
}
.f-support img {
  width: 44px;
  vertical-align: sub;
  margin-left: 5px;
}
.bg_vi_color {
  background-color: #65322a;
}
.txt_vi_color {
  color: #65322a !important;
}
/*COMMON_BLK_END*/
/**/
.guide {
  height: 520px;
  background: #FBFBFB;
}
.gui {
  padding-top: 96px;
}
.gui .gui-left {
  /*width: 500px;
    float: left;*/

  padding-top: 7px;
}
.gui .gui-left .gui-tit {
  height: 143px;
}
.gui .gui-left .gui-tit span {
  display: block;
  font-size: 40px;
  color: #545454;
  height: 53px;
  line-height: 53px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gui .gui-left .gui-tit em {
  display: block;
  height: 57px;
  line-height: 57px;
  font-size: 45px;
  color: #545454;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gui .gui-left .gui-desc {
  height: 146px;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  margin-bottom: 16px;
  font-family: "思源黑体 CN";
  overflow: hidden;
}
.gui .gui-left .gui-csr {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  color: #999999;
  padding-left: 333px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.gui .gui-left .gui-csr:before {
  width: 306px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
}
.gui .gui-rig {
  width: 700px;
  height: 390px;
  float: right;
  overflow: hidden;
}
.gui .gui-rig img {
  width: 100%;
}
/**/
.prod {
  height: auto;
  background: #f1f1f1;
}
.pro {
  padding-top: 78px;
}
.pro h2 {
  text-align: center;
  margin-bottom: 31px;
}
.pro h2 span {
  display: block;
  height: 62px;
  line-height: 62px;
  font-size: 44px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro h2 em {
  display: block;
  height: 38px;
  line-height: 38px;
  font-size: 20px;
  color: #666666;
  font-family: "思源黑体 CN";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro .item-line {
  width: 392px;
  float: left;
  margin-left: 12px;
  margin-bottom: 40px;
}
.pro .item-line:first-child,
.pro .item-line:nth-child(4) {
  margin-left: 0;
}
.pro .item-line:after {
  display: none;
}
.pro .item-line .item-picture {
  line-height: 0;
  padding: 0;
}
.pro .item-line .item-picture img {
  width: 100%;
  height: 100%;
}
.pro .item-line .item-text {
  height: 74px;
  padding-top: 9px;
  box-sizing: border-box;
  transition: .5s;
}
.pro .item-line .item-text .item-title {
  height: 50px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
}
.pro .item-line .item-text .item-title a {
  display: block;
  height: 50px;
  font-size: 16px;
  color: #4B4B4B;
  font-family: "思源黑体 CN";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
}
.pro .item-line .item-text i {
  display: block;
  width: 48px;
  height: 1px;
  background: #65322a;
  margin: 0 auto;
}
.pro .item-line:hover .item-text {
  background: #65322a;
}
.pro .item-line:hover .item-text i {
  background: #fff;
}
.pro .item-line:hover .item-text .item-title a {
  color: #ffffff;
}
/**/
.case-con {
  height: 1107px;
  background-image: url('../images/cas-bg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px 829px;
}
.cas {
  padding-top: 67px;
}
.cas h2 {
  text-align: center;
  margin-bottom: 25px;
}
.cas h2 span {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 44px;
  color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cas h2 em {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "思源黑体 CN";
}
.cas .cas_nav {
  height: 100px;
  background: #e5e0d8;
}
.cas .cas_nav ul li {
  width: 171px;
  height: 100px;
  float: left;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}
.cas .cas_nav ul li a {
  display: block;
  padding-top: 27px;
  height: 100px;
  box-sizing: border-box;
}
.cas .cas_nav ul li:last-child {
  border-right: 0;
}
.cas .cas_nav ul li em {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "思源黑体 CN";
}
.cas .cas_nav ul li i {
  display: block;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #ffffff;
  font-family: "ArialMT";
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cas .cas_nav ul li.cur {
  background: #65322a;
  border-right: 1px solid #65322a;
}
.cas .cas-list {
  height: 500px;
  position: relative;
}
.cas .cas-list span {
  display: block;
  width: 100%;
  height: 500px;
}
.cas .cas-list span img {
  width: 100%;
}
.cas .cas-list p {
  height: 88px;
  line-height: 88px;
  text-align: center;
  width: 100%;
  background-image: url(../images/cas-yy.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1200px 88px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.cas .cas-list p a {
  font-size: 22px;
  color: #FFFFFF;
  display: block;
  height: 88px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cas .cas-bot {
  height: 264px;
  margin-top: 52px;
}
.cas .cas-bot ul li {
  width: 390px;
  float: left;
  margin-left: 14px;
}
.cas .cas-bot ul li:first-child {
  margin-left: 0;
}
.cas .cas-bot ul li span {
  display: block;
  width: 390px;
  height: 217px;
  line-height: 0;
}
.cas .cas-bot ul li span a {
  display: block;
}
.cas .cas-bot ul li span img {
  width: 100%;
  height: 100%;
}
.cas .cas-bot ul li p {
  height: 47px;
  line-height: 47px;
  background: #F2F2F2;
  text-align: center;
}
.cas .cas-bot ul li p a {
  display: block;
  font-size: 16px;
  color: #636363;
  height: 47px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/**/
.solution {
  height: 718px;
}
.solut {
  padding-top: 90px;
}
.solut h2 {
  text-align: center;
  margin-bottom: 30px;
}
.solut h2 span {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 44px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.solut h2 em {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "思源黑体 CN";
}
.solut ul li {
  float: left;
  width: 295px;
  height: 498px;
  margin-left: 6px;
}
.solut ul li:first-child {
  margin-left: 0;
}
.solut ul li span {
  display: block;
  width: 295px;
  height: 388px;
  line-height: 0;
}
.solut ul li span img {
  width: 295px;
  height: 388px;
}
.solut ul li .sol-tit {
  width: 295px;
  height: 110px;
  background: #e5e0d8;
  padding-top: 15px;
  box-sizing: border-box;
  text-align: center;
  transition: .5s;
}
.solut ul li .sol-tit i {
  display: block;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #777777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.solut ul li .sol-tit p {
  height: 33px;
  line-height: 33px;
  font-size: 17px;
  color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/**/
.advan {
  height: 978px;
}
.adv {
  padding-top: 89px;
}
.adv h2 {
  text-align: center;
  width: 1200px;
  margin: 0 auto 30px;
}
.adv h2 span {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 44px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.adv h2 em {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "思源黑体 CN";
}
.adv .adv-nav {
  height: 80px;
  background: rgba(0, 0, 0, 0.05);
  border-top: 1px solid #e5e5e5;
}
.adv .adv-nav ul {
  width: 1200px;
  margin: 0 auto;
}
.adv .adv-nav ul li {
  float: left;
  width: 300px;
  height: 80px;
}
.adv .adv-nav ul li i {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  margin-left: 77px;
  margin-top: 17px;
  background: #e5e0d8;
  margin-right: 10px;
  border-radius: 50%;
}
.adv .adv-nav ul li i img {
  width: 50px;
  height: 50px;
}
.adv .adv-nav ul li em {
  display: block;
  height: 80px;
  float: left;
  width: 160px;
  line-height: 80px;
  font-size: 20px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.adv .adv-nav ul li.cur i {
  background: #65322a;
}
.adv .adv-slide {
  height: 680px;
}
.adv .adv-slide .adv-pic {
  padding-top: 147px;
  height: 680px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px 680px;
}
.adv .adv-slide .adv-pic .adv-list {
  width: 649px;
  height: 401px;
  background: #FFFFFF;
  box-shadow: 0px 16px 20px 0px rgba(0, 0, 0, 0.11);
  padding: 17px 16px 18px 18px;
  box-sizing: border-box;
}
.adv .adv-slide .adv-pic .adv-list .adv-list-top {
  width: 615px;
  height: 366px;
  border: 1px solid #DCDCDC;
  padding-top: 29px;
  padding-left: 55px;
  box-sizing: border-box;
}
.adv .adv-slide .adv-pic .adv-list .adv-list-top .adv-tit {
  display: block;
  height: 98px;
  line-height: 97px;
  font-size: 40px;
  color: #333333;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 29px;
}
.adv .adv-slide .adv-pic .adv-list .adv-list-top .adv-tit:before {
  width: 162px;
  height: 1px;
  background: #000000;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.adv .adv-slide .adv-pic .adv-list .adv-list-top .adv-desc {
  font-size: 15px;
  color: #333333;
  width: 460px;
  height: 120px;
  overflow: hidden;
  margin-bottom: 9px;
  line-height: 24px;
}
.adv .adv-slide .adv-pic .adv-list .adv-list-top .adv-Page em {
  display: block;
  font-size: 36px;
  height: 33px;
  line-height: 33px;
  overflow: hidden;
  float: left;
  color: #333333;
  max-width: 115px;
}
.adv .adv-slide .adv-pic .adv-list .adv-list-top .adv-Page i {
  display: block;
  height: 33px;
  line-height: 40px;
  color: #333333;
  overflow: hidden;
  max-width: 121px;
}
/**/
.team {
  height: 948px;
}
.tea {
  padding-top: 89px;
}
.tea h2 {
  text-align: center;
  margin-bottom: 40px;
}
.tea h2 span {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 44px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tea h2 em {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "思源黑体 CN";
}
.tea .tea-top {
  height: 420px;
}
.tea .tea-top .tea-top-left {
  width: 780px;
  float: left;
}
.tea .tea-top .tea-top-left span {
  display: block;
  width: 370px;
  height: 407px;
  float: left;
}
.tea .tea-top .tea-top-left span img {
  width: 370px;
  height: 407px;
}
.tea .tea-top .tea-top-left .tea-rig {
  width: 410px;
  float: right;
  height: 407px;
  background: #e5e0d8;
  padding: 64px 40px 0 32px;
  box-sizing: border-box;
}
.tea .tea-top .tea-top-left .tea-rig .tea-tit {
  height: 116px;
  line-height: 116px;
  padding-left: 55px;
  font-size: 20px;
  color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tea .tea-top .tea-top-left .tea-rig .tea-desc {
  max-height: 139px;
  line-height: 30px;
  padding: 25px 0 19px 53px;
  position: relative;
  font-size: 17px;
  color: #FFFFFF;
  overflow: hidden;
}
.tea .tea-top .tea-top-left .tea-rig .tea-desc:before {
  width: 18px;
  height: 12px;
  background-image: url(../images/tea-yy1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 12px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.tea .tea-top .tea-top-left .tea-rig .tea-desc:after {
  width: 18px;
  height: 12px;
  background-image: url(../images/tea-yy2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 12px;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.tea .tea-top .tea-top-rig {
  width: 771px;
  height: 407px;
  background-image: url(../images/tea-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 771px 407px;
  float: right;
  margin-right: -360px;
  padding: 62px 360px 0 62px;
  box-sizing: border-box;
}
.tea .tea-top .tea-top-rig .rig-tit {
  position: relative;
  height: 216px;
  margin-bottom: 20px;
}
.tea .tea-top .tea-top-rig .rig-tit em {
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 31px;
  color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tea .tea-top .tea-top-rig .rig-tit span {
  display: block;
  padding-bottom: 35px;
  position: relative;
}
.tea .tea-top .tea-top-rig .rig-tit span i {
  display: block;
  max-height: 100px;
  line-height: 49px;
  font-size: 37px;
  color: #FFFFFF;
  font-weight: bold;
  overflow: hidden;
}
.tea .tea-top .tea-top-rig .rig-tit span:before {
  width: 118px;
  height: 1px;
  background: #FFFFFF;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.tea .tea-top .tea-top-rig .rig-desc {
  font-size: 17px;
  color: #FFFFFF;
  height: 42px;
  line-height: 42px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 350px;
}
.tea .tea-bot {
  height: 200px;
}
.tea .tea-bot .tea-bot-left {
  width: 365px;
  height: 200px;
  float: left;
  padding-top: 96px;
  padding-left: 97px;
  box-sizing: border-box;
}
.tea .tea-bot .tea-bot-left .tea-prev {
  width: 83px;
  height: 34px;
  background-image: url(../images/tea-prev.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 83px 34px;
  float: left;
  cursor: pointer;
}
.tea .tea-bot .tea-bot-left i {
  display: block;
  width: 1px;
  height: 34px;
  background: #d2d2d2;
  float: left;
}
.tea .tea-bot .tea-bot-left .tea-next {
  width: 83px;
  height: 34px;
  background-image: url(../images/tea-next.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 83px 34px;
  float: left;
  cursor: pointer;
}
.tea .tea-bot .hd {
  width: 831px;
  height: 200px;
  float: right;
}
.tea .tea-bot .hd li {
  float: left;
  width: 200px;
  height: 200px;
  margin-left: 10px;
  position: relative;
}
.tea .tea-bot .hd li:first-child {
  margin-left: 0;
}
.tea .tea-bot .hd li span {
  position: relative;
  z-index: 10;
  display: block;
  width: 200px;
  height: 200px;
}
.tea .tea-bot .hd li span img {
  width: 200px;
  height: 200px;
}
.tea .tea-bot .hd li.cur i {
  width: 200px;
  height: 200px;
  border: 4px solid #e5e0d8;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 1;
}
/**/
.flow_path {
  height: 409px;
  background-image: url(../images/flow.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px 409px;
}
.flow {
  padding-top: 13px;
}
.flow h2 {
  text-align: center;
  height: 136px;
  line-height: 136px;
  font-size: 44px;
  color: #FFFFFF;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flow ul li {
  float: left;
  width: 171px;
  height: 210px;
}
.flow ul li em {
  display: block;
  width: 104px;
  height: 103px;
  margin: 0 auto;
}
.flow ul li em img {
  width: 104px;
  height: 103px;
}
.flow ul li i {
  display: block;
  height: 36px;
  background-image: url(../images/flo-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px 18px;
  margin-bottom: 21px;
}
.flow ul li span {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.flow ul li:hover span {
  font-weight: bold;
}
/**/
.news {
  height: 878px;
}
.new {
  padding-top: 91px;
}
.new h2 {
  text-align: center;
  margin-bottom: 38px;
}
.new h2 span {
  display: block;
  height: 56px;
  line-height: 56px;
  font-size: 44px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new h2 em {
  display: block;
  height: 38px;
  line-height: 38px;
  font-size: 20px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "思源黑体 CN";
}
.new .nsw-left {
  width: 564px;
  float: left;
}
.new .nsw-left .tit {
  height: 58px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 27px;
}
.new .nsw-left .tit i {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  margin: 13px 10px 0 7px;
  background: #e5e0d8;
  border-radius: 50%;
}
.new .nsw-left .tit i img {
  width: 32px;
  height: 32px;
}
.new .nsw-left .tit span {
  display: block;
  height: 58px;
  line-height: 58px;
  float: left;
  max-width: 360px;
}
.new .nsw-left .tit span a {
  display: block;
  height: 58px;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  color: #e5e0d8;
}
.new .nsw-left .tit em {
  display: block;
  float: right;
  height: 58px;
  line-height: 58px;
  max-width: 120px;
  margin-right: 55px;
}
.new .nsw-left .tit em a {
  display: block;
  height: 58px;
  font-size: 14px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nsw-left .item-picture {
  display: none;
}
.nsw-left .item-line {
  margin-bottom: 15px;
  padding-bottom: 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
.nsw-left .item-line:first-child .item-picture {
  display: block;
  margin-bottom: 10px;
}
.nsw-left .item-title,
.nsw-left .item-title a {
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #212121;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nsw-left .item-desc {
  height: 36px;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
  line-height: 36px;
}
.new .new-rig {
  width: 600px;
  float: right;
}
.new .new-rig .tit {
  height: 58px;
  border-bottom: 1px solid #d8d8d8;
}
.new .new-rig .tit span {
  display: block;
  float: left;
  width: 500px;
  height: 58px;
}
.new .new-rig .tit span em {
  display: block;
  float: left;
  height: 58px;
  line-height: 58px;
  max-width: 250px;
}
.new .new-rig .tit span em i {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  margin: 13px 10px 0 27px;
  background: #e5e0d8;
  border-radius: 50%;
  line-height: 0;
}
.new .new-rig .tit span em i img {
  width: 32px;
  height: 32px;
}
.new .new-rig .tit span em a {
  display: block;
  float: left;
  height: 58px;
  line-height: 58px;
  max-width: 180px;
  font-size: 20px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new .new-rig .tit span em.cur a {
  font-weight: bold;
  color: #e5e0d8;
}
.new .new-rig .tit b {
  display: block;
  width: 100px;
  text-align: right;
  height: 58px;
  line-height: 58px;
  float: right;
}
.new .new-rig .tit b a {
  display: block;
  height: 58px;
  font-size: 14px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
}
.new .new-rig .new-rig-bot {
  padding-left: 29px;
}
.new-rig .item-line {
  padding-top: 28px;
  padding-bottom: 28px;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
.new-rig .item-picture {
  width: 200px;
  float: left;
}
.new-rig .item-text {
  width: 362px;
  height: 112px;
  float: left;
  padding-left: 28px;
  padding-top: 4px;
  box-sizing: border-box;
}
.new-rig .item-title,
.new-rig .item-title a {
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #212121;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-rig .item-desc {
  height: 70px;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
/**/
.about-con {
  height: 648px;
  background-image: url(../images/about.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px 648px;
}
.abo {
  padding-top: 113px;
}
.abo-con {
  height: 392px;
  width: 990px;
  margin: 0 auto;
}
.abo-con .abo-left {
  width: 718px;
  height: 392px;
  background: #FFFFFF;
  float: left;
  padding-top: 68px;
  padding-left: 60px;
  box-sizing: border-box;
}
.abo-con .abo-left .abo-tit {
  height: 81px;
  border-bottom: 1px solid #d3d3d3;
  width: 597px;
  margin-bottom: 18px;
}
.abo-con .abo-left .abo-tit span {
  display: block;
  height: 32px;
  line-height: 32px;
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.abo-con .abo-left .abo-tit em {
  display: block;
  height: 27px;
  line-height: 27px;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.abo-con .abo-left .abo-desc {
  width: 597px;
  height: 104px;
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  margin-bottom: 21px;
  line-height: 26px;
  text-align: justify;
}
.abo-con .abo-left .abo-link {
  width: 157px;
  height: 32px;
  background: #65322a;
  text-align: center;
  line-height: 32px;
}
.abo-con .abo-left .abo-link a {
  display: block;
  font-size: 15px;
  color: #333333;
  height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.abo-con .abo-rig {
  width: 272px;
  height: 392px;
  background: #e5e0d8;
  float: right;
  padding-top: 39px;
  padding-left: 43px;
  box-sizing: border-box;
}
.abo-con .abo-rig h2 {
  height: 99px;
  line-height: 99px;
  font-size: 34px;
  color: #FFFFFF;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.abo-con .abo-rig .rig-desc {
  height: 99px;
  line-height: 33px;
  overflow: hidden;
  font-size: 23px;
  color: #FDFDFD;
}
.abo-con .abo-rig span {
  display: block;
  height: 99px;
  line-height: 99px;
  font-size: 34px;
  color: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  overflow: hidden;
}
/**/
.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: 10%;
}
.ban-next {
  right: 10%;
}
.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: #65322a;
  border-color: #65322a;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
i,
em,
b {
  font-style: normal;
}
/**/
.links {
  height: 106px;
  font-size: 14px;
  line-height: 106px;
  color: rgba(18, 22, 19, 0.5);
}
.links .links-title {
  width: 100px;
  height: 106px;
  font-weight: bold;
  overflow: hidden;
}
.links .links-list {
  width: 1100px;
  height: 106px;
  overflow: hidden;
}
.links .links-list a {
  color: rgba(18, 22, 19, 0.5);
}
/*快速通道*/
.shop-nav-t1 i img {
  background-color: #65322a;
}
/*新闻资讯*/
.news {
  padding: 60px 0 50px 0;
  overflow: hidden;
}
.news .title {
  margin-bottom: 30px;
}
.news-title {
  height: 56px;
  border-bottom: 1px solid #666;
  font-size: 20px;
  font-weight: bold;
  line-height: 56px;
  overflow: hidden;
  color: #333;
  margin-bottom: 26px;
}
.news-title a {
  color: #333;
  display: inline-block;
  height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news-info {
  width: 580px;
}
.news-con {
  margin-bottom: 20px;
}
.news-con img {
  width: 580px;
  display: block;
}
.news-con {
  margin-bottom: 20px;
}
.news-con img {
  width: 580px;
  height: 290px;
  display: block;
}
.faq-info1 .prod-hot-swit {
  min-height: 112px;
}
.faq-info1 dt {
  display: none;
}
.faq-info1 dl {
  padding-left: 136px;
  height: 112px;
  padding-right: 10px;
  position: relative;
  overflow: hidden;
}
.faq-info1 .prod-hot-name {
  height: 46px;
  font-size: 18px;
  color: #333;
  line-height: 46px;
}
.faq-info1 .prod-hot-name a {
  color: #333;
  display: inline-block;
  height: 46px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.faq-info1 .prod-hot-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-right: 10px;
  height: 44px;
  font-size: 14px;
  line-height: 22px;
  color: #888;
}
.faq-info1 .prod-hot-link {
  display: none;
}
.faq-info1 .prod-hot-time3 {
  display: block !important;
  width: 100px;
  height: 108px;
  padding: 0 10px;
  border-right: 1px solid #ebebeb;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 22px;
  color: #888;
  text-align: center;
  overflow: hidden;
}
.faq-info1 .prod-hot-time-dd {
  word-break: break-all;
  display: block;
  padding-top: 20px;
  font-size: 48px;
  font-weight: bold;
  height: 52px;
  overflow: hidden;
  line-height: 52px;
  color: #333;
}
.faq-info1 .prod-hot-time-icon1 {
  display: none;
}
.faq {
  width: 561px;
}
.faq-info dt {
  display: none;
}
.faq-info dl {
  padding-left: 136px;
  height: 110px;
  padding-right: 10px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid #ebebeb;
}
.faq-info .prod-hot-name {
  height: 46px;
  font-size: 18px;
  color: #333;
  line-height: 46px;
}
.faq-info .prod-hot-name a {
  color: #333;
  display: inline-block;
  height: 46px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.faq-info .prod-hot-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-right: 10px;
  height: 44px;
  font-size: 14px;
  line-height: 22px;
  color: #888;
}
.faq-info .prod-hot-link {
  display: none;
}
.faq-info .prod-hot-time3 {
  display: block !important;
  width: 100px;
  height: 108px;
  padding: 0 10px;
  border-right: 1px solid #ebebeb;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 22px;
  color: #888;
  text-align: center;
  overflow: hidden;
}
.faq-info .prod-hot-time-dd {
  word-break: break-all;
  display: block;
  padding-top: 20px;
  font-size: 48px;
  font-weight: bold;
  height: 52px;
  overflow: hidden;
  line-height: 52px;
  color: #333;
}
.faq-info .prod-hot-time-icon1 {
  display: none;
}
.introdu {
  height: 518px;
  margin-top: 50px;
  background-image: url('../images/pp_bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 518px;
}
.int_img {
  float: right;
  width: 900px;
  height: 450px;
  margin-top: 30px;
}
.int_img img {
  width: 900px;
  height: 450px;
}
.int_txt {
  width: 165px;
  margin-top: 88px;
  color: #333;
  position: relative;
}
.int_txt i {
  width: 6px;
  height: 256px;
  background-color: #000000;
  position: absolute;
  right: 0;
  top: 110px;
}
.int_txt p {
  font-size: 58px;
  font-weight: bold;
  width: 65px;
  max-height: 396px;
  text-align: center;
  line-height: 66px;
  float: left;
  margin-left: 12px;
  overflow: hidden;
}
.int_txt span {
  display: block;
  float: left;
  font-size: 38px;
  width: 45px;
  max-height: 276px;
  text-align: center;
  line-height: 46px;
  font-weight: normal;
  margin: 112px 0 0 15px;
  overflow: hidden;
}
.product {
  background: #ededed;
  padding: 90px 0;
}
.pro_list {
  margin-bottom: 55px;
}
.pro_list li {
  height: 540px;
  position: relative;
  width: 100%;
}
.pro_list li img {
  width: 1920px;
  height: 540px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
}
.pro_nav li {
  width: 286px;
  float: left;
  line-height: 0;
  margin-right: 18px;
  border-bottom: #b3b3b3 2px solid;
  overflow: hidden;
}
.pro_nav li.last_clear {
  margin-right: 0;
}
.pro_nav li em {
  display: block;
  border: 3px solid #fff;
}
.pro_nav li img {
  width: 280px;
  height: 210px;
  display: block;
}
.pro_nav li span {
  display: block;
  height: 42px;
  font-size: 14px;
  font-weight: normal;
  line-height: 42px;
  color: #666666;
  text-align: center;
  overflow: hidden;
}
.pro_nav li.cur,
.pro_nav li.cur em {
  border-color: #65322a;
}
.pro_nav li.cur span {
  color: #65322a;
}
.standard {
  padding-top: 60px;
  margin-bottom: 50px;
}
.standard .in_title {
  margin-bottom: 20px;
}
.stan_txt {
  width: 255px;
  position: absolute;
}
.stan_con h3 {
  height: 40px;
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
  color: #333333;
  overflow: hidden;
}
.stan_img {
  display: block;
  margin: 0 auto;
  width: 600px;
  height: 600px;
  border-radius: 100%;
}
.stan_img img {
  width: 600px;
  height: 600px;
  border-radius: 100%;
}
.stan_desc {
  max-height: 72px;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #666666;
  overflow: hidden;
}
.stan_01 {
  top: 118px;
  left: 10px;
  text-align: right;
  padding-right: 40px;
  background-image: url('../images/four_ico01.gif');
  background-repeat: no-repeat;
  background-position: right 4px;
  background-size: 36px 36px;
}
.stan_02 {
  top: 118px;
  right: 10px;
  padding-left: 40px;
  padding-left: 40px;
  background-image: url('../images/four_ico02.gif');
  background-repeat: no-repeat;
  background-position: left 4px;
  background-size: 36px 36px;
}
.stan_03 {
  top: 400px;
  left: 10px;
  text-align: right;
  padding-right: 40px;
  background-image: url('../images/four_ico03.gif');
  background-repeat: no-repeat;
  background-position: right 4px;
  background-size: 36px 36px;
}
.stan_04 {
  top: 400px;
  right: 10px;
  padding-left: 40px;
  background-image: url('../images/four_ico04.gif');
  background-repeat: no-repeat;
  background-position: left 4px;
  background-size: 36px 36px;
}
.case {
  background-image: url('../images/case_bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 852px;
  height: 852px;
  padding: 90px 0 0;
  overflow: hidden;
}
.case .in_title {
  background-image: url(../images/case_line.png);
}
.case .in_title p,
.case .in_title span {
  color: #fff;
}
.case_lico,
.case_rico {
  width: 27px;
  height: 49px;
  position: absolute;
  top: 430px;
  cursor: pointer;
}
.case_lico img,
.case_rico img {
  width: 27px;
  height: 49px;
}
.case_lico {
  left: -60px;
}
.case_rico {
  right: -60px;
}
.case_m ul li {
  width: 388px;
  height: 291px;
  float: left;
  position: relative;
  line-height: 0;
  margin: 0 0 17px 14px;
}
.case_m ul li img {
  width: 388px;
  height: 291px;
}
.case_m ul li span {
  width: 388px;
  display: block;
  text-align: center;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.case_m ul li.case_li01 {
  margin: 0;
}
.case_m ul li.case_li01,
.case_m ul li.case_li01 img {
  width: 798px;
  height: 599px;
}
.case_m ul li.case_li01 span {
  width: 798px;
}
.ys {
  padding: 90px 0 100px;
  background-color: #ededed;
}
.ys dl {
  float: left;
  width: 299px;
  height: 598px;
  margin-right: 1px;
  position: relative;
  overflow: hidden;
  background-size: 299px 598px;
}
.ys dl.ys_01 {
  margin-top: 85px;
}
.ys dd {
  width: 299px;
  height: 470px;
  padding-top: 128px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.ys_icon img {
  width: 50px;
  height: 48px;
  display: block;
  margin: 0 auto;
}
.ys h3 {
  height: 74px;
  font-size: 24px;
  font-weight: normal;
  line-height: 74px;
  color: #ffffff;
  margin-bottom: 7px;
  overflow: hidden;
}
.ys dd i {
  display: block;
  width: 118px;
  height: 1px;
  background-color: #fff;
  margin: 0 auto 40px;
}
.ys_desc {
  max-height: 264px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #ffffff;
  text-align: left;
  overflow: hidden;
}
.ys_desc p {
  margin-bottom: 24px;
}
.about {
  background-image: url('../images/ab_bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 640px;
  height: 560px;
  padding: 80px 0 0;
  overflow: hidden;
}
.ab_l {
  width: 560px;
}
.about dt {
  height: 110px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: bold;
}
.about dt em {
  display: block;
  height: 50px;
  font-size: 36px;
  font-weight: normal;
  line-height: 50px;
  color: #ffffff;
  overflow: hidden;
  margin-bottom: 5px;
}
.about dt span {
  display: block;
  height: 50px;
  font-size: 24px;
  font-weight: normal;
  line-height: 50px;
  color: #ffffff;
  overflow: hidden;
}
.about dd .about_txt {
  max-height: 168px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #ffffff;
  overflow: hidden;
}
.about dd p {
  max-height: 168px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ab_r {
  width: 570px;
  height: 285px;
  background: #fff;
  padding: 7px;
  margin-bottom: 90px;
}
.ab_r img {
  width: 570px;
  height: 285px;
  display: block;
}
.ibrand-num {
  overflow: hidden;
}
.ibrand-num li {
  float: left;
  width: 270px;
  height: 60px;
  padding-left: 40px;
  color: #666;
  font-size: 18px;
  background: url(../images/ab_line.png) no-repeat 0 0;
}
.ibrand-num li:first-child {
  padding-left: 0;
  background: none;
}
.ibrand-num li span {
  max-width: 142px;
  height: 52px;
  font-size: 48px;
  font-weight: normal;
  line-height: 52px;
  color: #ffffff;
  display: block;
  float: left;
  overflow: hidden;
}
.ibrand-num li em {
  display: block;
  float: left;
  width: 98px;
  height: 44px;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin: 5px 0 0 15px;
  overflow: hidden;
}
.ibrand-num li em i {
  display: block;
}
.ibrand-num li sup {
  float: left;
  color: #fff;
  width: 12px;
  height: 22px;
  overflow: hidden;
}
/*返回顶部*/
.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;
  font-weight: normal;
  line-height: 24px;
  color: #666666;
  text-align: center;
  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: #65322a;
}
.sidebar .fh {
  display: none;
}
/*******************************内页************************************/
/*****************产品详情页*********************/
.p15-showcase {
  position: relative;
  margin-bottom: 40px;
  padding: 12px 0 16px 20px;
}
.p15-showcase-right-con {
  overflow: hidden;
  max-height: 312px;
  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: #65322a;
  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: #ffffff;
  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: #65322a;
  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('../images/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: #666666;
  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: #666666;
  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('../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('../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: #555555;
  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: #666666;
  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: #65322a;
}
.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: 30px;
  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;
}
/*面包屑*/
.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: #65322a;
}
/*内页广告*/
.min-banner {
  height: 400px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.min-banner img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  overflow: hidden;
  height: 400px;
}
/*副导航*/
.left-nav-01 {
  margin-bottom: 20px;
}
.left-nav-01-tit {
  background: #65322a;
  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: #65322a;
}
.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: #666666;
}
.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 #65322a;
  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: #65322a;
}
.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: #65322a;
  color: #fff;
  border-color: #65322a;
}
.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 #65322a;
  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: #65322a;
}
.list-style-02 .prod-list01-list dl:hover .prod-list01-link {
  background: #65322a;
}
.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: #65322a;
  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: #65322a;
  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: #65322a;
  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;
}
/*STRUCTURE_STYLE_START*/
.blk-head607 {
  height: 155px;
  border-bottom: 3px solid #65322a !important;
}
.blk-head607 .blk-head607-top {
  height: 30px;
  background-color: #f6f6f6;
  font-size: 12px;
  color: #8d8d8d;
  line-height: 30px;
}
.blk-head607 .blk-head607-top a {
  color: #8d8d8d;
}
.blk-head607 .blk-logo#h1-tag {
  padding: 0;
  margin: 0;
  text-align: center;
  width: 130px;
  display: table;
  height: 122px;
  float: left;
}
.blk-head607 .blk-logo#h1-tag a {
  display: table-cell;
  vertical-align: middle;
}
.blk-head607 .blk-logo#h1-tag a img {
  padding: 0;
  margin: 0;
  max-width: 130px;
  max-height: 122px;
}
.blk-head607 .blk-head607-txt {
  max-width: 400px !important;
}
.blk-head607 .blk-head607-txt b {
  font-size: 24px;
  font-weight: normal;
  line-height: 32px;
  color: #000;
  display: block;
  margin-top: 34px;
  overflow: hidden;
}
.blk-head607 .blk-head607-con h2 span {
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  color: #191919;
  display: block;
  overflow: hidden;
}
.blk-head607 .blk-head607-nav {
  float: right;
  height: 34px;
  width: 650px !important;
  margin-top: 48px;
}
.blk-head607 .blk-nav-one > li {
  float: left;
  height: 34px;
  font-size: 14px;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
.blk-head607 .blk-nav-one > li > a {
  position: relative;
  color: #181818;
  padding: 0;
  height: 34px;
  line-height: 34px;
  display: block;
  border-radius: 16px;
  overflow: hidden;
}
.blk-head607 .blk-nav-one > li.cur > a,
.blk-head607 .blk-nav-one > li:hover > a {
  background-color: #65322a !important;
  color: #fff;
}
.blk-head607 .blk-nav-one > li:hover .blk-nav-two {
  display: block;
}
.blk-head607 .blk-nav-two {
  display: none;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 34px;
  left: 0;
  z-index: 90;
}
.blk-head607 .blk-nav-two li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  white-space: nowrap;
  height: 40px;
  position: relative;
  overflow: hidden;
}
.blk-head607 .blk-nav-two a {
  display: block;
  height: 40px;
  font-size: 14px;
  font-weight: normal;
  line-height: 40px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.blk-head607 .blk-nav-two li:last-child {
  border-bottom: 0;
}
.blk-head607 .blk-nav-two li:hover > a {
  font-weight: bold;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.advantage01491 .advantage-txt li span {
  color: #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.features01938 .features01938-con dl:hover dd {
  background-color: #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.superiority02679 .superiority02679-nav li.cur:before {
  border-color: transparent transparent #65322a transparent !important;
}
.superiority02679 .superiority02679-nav li.cur {
  background-color: #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.scenario01657 .scenario01657-nav li:hover,
.scenario01657 .scenario01657-nav li.cur,
.scenario01657 .scenario01657-page li.cur span {
  background-color: #65322a !important;
}
.scenario01657 .scenario01657-swiper h3,
.scenario01657 .scenario01657-swiper h3 a {
  color: #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.superiority01580 .superiority01580-con h3:after {
  background-color: #65322a !important;
}
.superiority01580 .superiority01580-con dl:hover {
  background-color: #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.service-case01838 .service-case01838-nav a:hover,
.service-case01838 .service-case01838-nav a.cur {
  background-color: #65322a !important;
}
.service-case01838 .service-case01838-list span {
  background-color: #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.service-case02736 .service-case02736-nav .swiper-slide:after {
  border-color: #65322a transparent transparent transparent !important;
}
.service-case02736 .service-case02736-nav a:hover,
.service-case02736 .service-case02736-nav a.cur,
.service-case02736 .service-case02736-link {
  background-color: #65322a !important;
}
.service-case02736 .service-case02736-nav .cur img {
  border: solid 3px #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.service-case01264 .service-case01264-nav a:hover,
.service-case01264 .service-case01264-nav a.cur {
  background-color: #65322a !important;
}
.service-case01264 .service-case01264-list span {
  background-color: #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.blk-foot385 {
  height: 380px;
  background-image: url(images/img_e664f4195f454f5080c20aaba2438f2f.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1920px 380px;
  overflow: hidden;
  font-size: 14px;
  line-height: 27px;
  color: #7d7e7e;
}
.blk-foot385 a {
  color: #7d7e7e;
}
.blk-foot385 .blk-foot385-info {
  height: 320px;
  overflow: hidden;
  margin-right: 86px;
}
.blk-foot385 .blk-foot385-logo {
  display: table;
  width: 216px;
  height: 320px;
  margin-right: 86px;
  background-color: #65322a !important;
  text-align: center;
}
.blk-foot385 .blk-foot385-logo a {
  display: table-cell;
  vertical-align: middle;
}
.blk-foot385 .blk-foot385-logo img {
  padding: 0;
  margin: 0;
  max-width: 216px;
  max-height: 320px;
}
.blk-foot385 .blk-foot385-title {
  height: 28px;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #333333;
  margin-bottom: 5px;
}
.blk-foot385 .blk-foot385-nav {
  width: 140px;
  margin: 42px 30px 0 0;
}
.blk-foot385 .blk-foot385-nav ul#footer-nav {
  height: auto !important;
}
.blk-foot385 .blk-foot385-nav ul#footer-nav li {
  position: relative;
  display: inline-block;
  height: 28px;
  width: 100% !important;
  text-align: left !important;
  margin: 0;
}
.blk-foot385 .blk-foot385-nav a {
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.blk-foot385 .blk-foot385-add {
  margin: 42px 0 0 0;
  width: 330px;
}
.blk-foot385 .blk-foot385-code {
  margin: 42px 0 0 0;
  width: 125px;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 1px;
  color: #333333;
  text-align: center;
  position: relative;
}
.blk-foot385 .blk-foot385-code:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 125px;
  height: 125px;
  background-color: #65322a !important;
}
.blk-foot385 .blk-foot385-code img {
  width: 125px;
  display: block;
  position: relative;
  z-index: 20;
}
.blk-foot385 .blk-foot385-info .f-support img {
  vertical-align: middle;
  margin-left: 10px;
  height: 20px;
}
.blk-foot385-link {
  height: 60px;
  font-size: 12px;
  line-height: 60px;
  color: #fff;
  text-align: center;
}
.blk-foot385-link a {
  color: #fff;
}
.blk-foot385-link-txt {
  display: inline-block;
}
.f-support {
  display: inline-block;
  margin-right: 30px;
}
.f-support img {
  width: 44px;
  vertical-align: middle;
  margin-left: 5px;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.product-center02721 .product-center02721-nav-item:hover,
.product-center02721 .product-center02721-list .item-line:hover,
.product-center02721 .product-center02721-con-link span {
  background-color: #65322a !important;
}
.product-center02721 .product-center02721-con-link em {
  border: 2px solid #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.product-center01601 .product-center01601-nav-item2 {
  background-color: #65322a !important;
}
.product-center01601 .product-center01601-item:hover {
  border-color: #65322a !important;
}
.product-center01601 .product-center01601-item:hover .product-center01601-link {
  color: #65322a !important;
  border-color: #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.service-case01385 .service-case01385-nav a:hover,
.service-case01385 .service-case01385-nav a.cur {
  background-color: #65322a !important;
}
.service-case01385 .service-case01385-list span {
  background-color: #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.news01229 .news01229-nav span.cur {
  background-color: #65322a !important;
  border-color: #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.news02836 .news02836-nav span.cur {
  background-color: #65322a !important;
  border-color: #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.product-center01601679 .product-center01601679-nav-item2 {
  background-color: #65322a !important;
}
.product-center01601679 .product-center01601679-item:hover {
  border-color: #65322a !important;
}
.product-center01601679 .product-center01601679-item:hover .product-center01601679-link {
  color: #65322a !important;
  border-color: #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.product-center01601679689 .product-center01601679689-nav-item2 {
  background-color: #65322a !important;
}
.product-center01601679689 .product-center01601679689-item:hover {
  border-color: #65322a !important;
}
.product-center01601679689 .product-center01601679689-item:hover .product-center01601679689-link {
  color: #65322a !important;
  border-color: #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.product-center01601679689385 .product-center01601679689385-nav-item2 {
  background-color: #65322a !important;
}
.product-center01601679689385 .product-center01601679689385-item:hover {
  border-color: #65322a !important;
}
.product-center01601679689385 .product-center01601679689385-item:hover .product-center01601679689385-link {
  color: #65322a !important;
  border-color: #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.product-center01601679689385649 .product-center01601679689385649-nav-item2 {
  background-color: #65322a !important;
}
.product-center01601679689385649 .product-center01601679689385649-item:hover {
  border-color: #65322a !important;
}
.product-center01601679689385649 .product-center01601679689385649-item:hover .product-center01601679689385649-link {
  color: #65322a !important;
  border-color: #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.product-center01601679689385649400 .product-center01601679689385649400-nav-item2 {
  background-color: #65322a !important;
}
.product-center01601679689385649400 .product-center01601679689385649400-item:hover {
  border-color: #65322a !important;
}
.product-center01601679689385649400 .product-center01601679689385649400-item:hover .product-center01601679689385649400-link {
  color: #65322a !important;
  border-color: #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.service-case01629 .service-case01629-nav a:hover,
.service-case01629 .service-case01629-nav a.cur {
  background-color: #65322a !important;
}
.service-case01629 .service-case01629-list span {
  background-color: #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.product-center02877 .product-center02877-nav-item:hover,
.product-center02877 .product-center02877-list .item-line:hover,
.product-center02877 .product-center02877-con-link span {
  background-color: #65322a !important;
}
.product-center02877 .product-center02877-con-link em {
  border: 2px solid #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.product-center01601501 .product-center01601501-nav-item2 {
  background-color: #65322a !important;
}
.product-center01601501 .product-center01601501-item:hover {
  border-color: #65322a !important;
}
.product-center01601501 .product-center01601501-item:hover .product-center01601501-link {
  color: #65322a !important;
  border-color: #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.product-center01423 .product-center01423-nav-item2 {
  background-color: #65322a !important;
}
.product-center01423 .product-center01423-item:hover {
  border-color: #65322a !important;
}
.product-center01423 .product-center01423-item:hover .product-center01423-link {
  color: #65322a !important;
  border-color: #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.product-center01319 .product-center01319-nav-item2 {
  background-color: #65322a !important;
}
.product-center01319 .product-center01319-item:hover {
  border-color: #65322a !important;
}
.product-center01319 .product-center01319-item:hover .product-center01319-link {
  color: #65322a !important;
  border-color: #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.product-center01727 .product-center01727-nav-item2 {
  background-color: #65322a !important;
}
.product-center01727 .product-center01727-item:hover {
  border-color: #65322a !important;
}
.product-center01727 .product-center01727-item:hover .product-center01727-link {
  color: #65322a !important;
  border-color: #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.product-center01468 .product-center01468-nav-item2 {
  background-color: #65322a !important;
}
.product-center01468 .product-center01468-item:hover {
  border-color: #65322a !important;
}
.product-center01468 .product-center01468-item:hover .product-center01468-link {
  color: #65322a !important;
  border-color: #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.product-center01166 .product-center01166-nav-item2 {
  background-color: #65322a !important;
}
.product-center01166 .product-center01166-item:hover {
  border-color: #65322a !important;
}
.product-center01166 .product-center01166-item:hover .product-center01166-link {
  color: #65322a !important;
  border-color: #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.scenario01514 .scenario01514-nav li:hover,
.scenario01514 .scenario01514-nav li.cur,
.scenario01514 .scenario01514-page li.cur span,
.scenario01514 .scenario01514-nav .li:hover,
.scenario01514 .scenario01514-nav .li.cur,
.scenario01514 .scenario01514-page .li.cur span {
  background-color: #65322a !important;
}
.scenario01514 .scenario01514-swiper h3,
.scenario01514 .scenario01514-swiper h3 a {
  color: #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.superiority01416 .superiority01416-con h3:after {
  background-color: #65322a !important;
}
.superiority01416 .superiority01416-con dl:hover {
  background-color: #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.development-history02120 .development-history02120-nav li.cur {
  border: solid 2px #65322a !important;
  color: #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.product-center01423930 .product-center01423930-nav-item2 {
  background-color: #65322a !important;
}
.product-center01423930 .product-center01423930-item:hover {
  border-color: #65322a !important;
}
.product-center01423930 .product-center01423930-item:hover .product-center01423930-link {
  color: #65322a !important;
  border-color: #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.product-center01423930603 .product-center01423930603-nav-item2 {
  background-color: #65322a !important;
}
.product-center01423930603 .product-center01423930603-item:hover {
  border-color: #65322a !important;
}
.product-center01423930603 .product-center01423930603-item:hover .product-center01423930603-link {
  color: #65322a !important;
  border-color: #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.product-center01423930603673 .product-center01423930603673-nav-item2 {
  background-color: #65322a !important;
}
.product-center01423930603673 .product-center01423930603673-item:hover {
  border-color: #65322a !important;
}
.product-center01423930603673 .product-center01423930603673-item:hover .product-center01423930603673-link {
  color: #65322a !important;
  border-color: #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.product-center01423930603673610 .product-center01423930603673610-nav-item2 {
  background-color: #65322a !important;
}
.product-center01423930603673610 .product-center01423930603673610-item:hover {
  border-color: #65322a !important;
}
.product-center01423930603673610 .product-center01423930603673610-item:hover .product-center01423930603673610-link {
  color: #65322a !important;
  border-color: #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.product-center01423930603673610504 .product-center01423930603673610504-nav-item2 {
  background-color: #65322a !important;
}
.product-center01423930603673610504 .product-center01423930603673610504-item:hover {
  border-color: #65322a !important;
}
.product-center01423930603673610504 .product-center01423930603673610504-item:hover .product-center01423930603673610504-link {
  color: #65322a !important;
  border-color: #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.advantage01619 .advantage-txt li span {
  color: #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.blk-foot683 {
  height: 355px;
  background-image: url(images/img_a6135e75844a4383a4a67c1484ceb756.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1920px 355px;
  overflow: hidden;
  color: #ffffff;
}
.blk-foot683 a {
  color: #fff;
}
.blk-foot683 .blk-foot683-info {
  height: 295px;
}
.blk-foot683 .blk-foot683-pic {
  width: 300px;
  font-size: 12px;
  line-height: 22px;
}
.blk-foot683 .blk-foot683-logo {
  display: table;
  height: 100px;
  margin-top: 62px;
}
.blk-foot683 .blk-foot683-logo a {
  display: table-cell;
  vertical-align: middle;
}
.blk-foot683 .blk-foot683-logo img {
  padding: 0;
  margin: 0;
  max-width: 300px;
  max-height: 100px;
}
.blk-foot683 .blk-foot683-nav {
  width: 266px;
  margin: 64px 50px 0 0;
  padding: 0 24px 0 58px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.blk-foot683 .blk-foot683-nav ul#footer-nav {
  height: auto !important;
}
.blk-foot683 .blk-foot683-nav ul#footer-nav li {
  position: relative;
  display: inline-block;
  height: 50px;
  padding: 0 5px;
  width: 48% !important;
  text-align: left !important;
  margin: 0;
}
.blk-foot683 .blk-foot683-nav li a {
  font-size: 14px;
  font-weight: normal;
  line-height: 36px;
  color: #fff;
  height: 36px;
  overflow: hidden;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.blk-foot683 .blk-foot683-add {
  margin: 64px 0 0 0;
  width: 300px;
  font-size: 14px;
  line-height: 32px;
}
.blk-foot683 .blk-foot683-code {
  margin: 100px 0 0 0;
  width: 90px;
  line-height: 42px;
  color: #686868;
  text-align: center;
}
.blk-foot683 .blk-foot683-code img {
  width: 90px;
  display: block;
}
.blk-foot683 .blk-foot683-info .f-support img {
  vertical-align: middle;
  margin-left: 10px;
  height: 20px;
}
.blk-foot683-link {
  height: 60px;
  font-size: 12px;
  line-height: 60px;
}
.blk-foot683-link-txt {
  display: inline-block;
}
.f-support {
  display: inline-block;
  margin-right: 30px;
}
.f-support img {
  width: 44px;
  vertical-align: middle;
  margin-left: 5px;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.packing-detail01383 .packing-detail01383-con {
  background-color: #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.description02392 .description02392-desc:after {
  background-color: #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.service-case02-2662 .service-case02-2662-nav .swiper-slide:after {
  border-color: #65322a transparent transparent transparent !important;
}
.service-case02-2662 .service-case02-2662-nav a:hover,
.service-case02-2662 .service-case02-2662-nav a.cur {
  background-color: #65322a !important;
}
.service-case02-2662 .service-case02-2662-nav .cur img {
  border: solid 3px #65322a !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.advantage01365 .advantage-txt li span {
  color: #65322a !important;
}
/*STRUCTURE_STYLE_END*/