/*COMMON_BLK_START*/
/*AVAIBLE_VI
[
{"vicolor":"#005b9a","sub1color":"#e7f3ff"},
{"vicolor":"#01a08e","sub1color":"#ffb400"},
{"vicolor":"#1A2D27","sub1color":"#ABC327"},
{"vicolor":"#ffb400","sub1color":"#35c096"}
]
AVAIBLE_VI*/
body {
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tc {
  text-align: center;
}
.db {
  display: block;
}
.dn {
  display: none;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.oh {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fwb {
  font-weight: bold;
}
.fwn {
  font-weight: normal;
}
.f_cb:after,
.f_cbli li:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}
.f_cb,
.f_cbli li {
  zoom: 1;
}
.ma {
  margin: 0 auto;
}
.line1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.line5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.line6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.line7 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.line8 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
em {
  font-style: normal;
}
.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: #b78b31;
}
.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: #b78b31;
}
.list-style-02 .item-line:hover .item-link,
.list-style-01 .item-line:hover .item-link {
  background: #b78b31;
  border-color: #b78b31;
}
.list-style-02 .item-line:hover .item-link a,
.list-style-01 .item-line:hover .item-link a {
  color: #fff;
}
/*头部*/
.h_head {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  height: 116px;
}
.h_con {
  height: 116px;
}
.h_con #h1-tag {
  float: left;
  box-sizing: border-box;
  display: table;
  height: 116px;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
}
.h_con #h1-tag a {
  display: table-cell;
  vertical-align: middle;
}
.h_con #h1-tag img {
  max-width: 260px;
  max-height: 116px;
  display: inline-block;
}
.h_text {
  float: left;
  width: 240px;
  margin: 30px 0 0 20px;
}
.h_text span {
  display: block;
  font-size: 14px;
  color: #b78b31;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
}
.h_text em {
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.h_nav {
  float: right;
  width: 666px;
  height: 66px;
  margin-top: 50px;
}
.h_nav .nav-one {
  height: 66px;
}
.h_nav .nav-one > li {
  float: left;
  height: 66px;
  position: relative;
  text-align: center;
}
.h_nav .nav-one > li a {
  display: block;
  height: 66px;
  color: #282828;
  font-size: 16px;
  line-height: 66px;
  overflow: hidden;
}
.h_nav .nav-one > li a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 5px;
  background: #b78b31;
  left: 0;
  bottom: 0;
  transition: all 0.3s linear 0s;
}
.h_nav .nav-one > li:hover > a,
.h_nav .nav-one > li.cur > a {
  color: #b78b31;
  font-weight: bold;
}
.h_nav .nav-one > li:hover > a:before,
.h_nav .nav-one > li.cur > a:before {
  width: 100%;
}
.h_nav .nav-one > li:hover .nav-two {
  display: block;
}
.h_nav .nav-two {
  display: none;
  background: #b78b31;
  position: absolute;
  top: 65px;
  z-index: 99;
}
.h_nav .nav-two li {
  border-bottom: 1px solid #ccc;
}
.h_nav .nav-two li {
  white-space: nowrap;
  height: 60px;
  position: relative;
  overflow: hidden;
  border-right: 0px;
}
.h_nav .nav-two li a {
  display: block;
  height: 60px;
  font-size: 16px;
  font-weight: normal;
  line-height: 60px;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}
.h_nav .nav-two li:hover > a {
  color: #fff;
}
.h_nav .nav-two li:hover {
  background-color: #b78b31;
  border-color: #b78b31;
}
.h_tel {
  position: absolute;
  right: 0;
  top: 15px;
  max-width: 340px;
  height: 32px;
  line-height: 32px;
  background: #b78b31;
  border-radius: 20px;
}
.h_tel p {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 12px;
  top: 6px;
}
.h_tel p img {
  width: 18px;
  height: 18px;
  display: block;
}
.h_tel em {
  padding: 0 15px 0 36px;
  line-height: 32px;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}
/*底部*/
.g_ft {
  background-image: url('../images/../images/ftbg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 1920px 575px;
  padding-top: 70px;
  height: 575px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.g_ft .ftup {
  height: 336px;
}
.g_ft .ftup .ftleft {
  float: left;
  width: 394px;
}
.g_ft .ftup .ftleft .f-logo {
  width: 300px;
  height: 120px;
  margin-bottom: 20px;
}
.g_ft .ftup .ftleft .f-logo img {
  display: block;
  max-width: 390px;
  max-height: 130px;
}
.g_ft .ftup .ftleft ul li {
  width: 124px;
  height: 82px;
  background: #fff;
  margin: 0 0 0 60px;
  padding: 7px 0 0 7px;
}
.g_ft .ftup .ftleft ul li i {
  float: left;
  width: 72px;
  height: 72px;
}
.g_ft .ftup .ftleft ul li i img {
  width: 72px;
  height: 72px;
  display: block;
}
.g_ft .ftup .ftleft ul li em {
  float: left;
  width: 36px;
  text-align: center;
  font-size: 12px;
  color: #000000;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 16px;
  overflow: hidden;
  height: 70px;
}
.g_ft .ftup .ftleft ul li:nth-child(1) em {
  padding-top: 5px;
}
.g_ft .ftup .webnav {
  float: left;
  width: 195px;
}
.g_ft .ftup .webnav h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 66px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_ft .ftup .webnav p a {
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_ft .ftup .cpnav {
  float: left;
  width: 280px;
}
.g_ft .ftup .cpnav h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 66px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_ft .ftup .cpnav p {
  font-size: 0;
}
.g_ft .ftup .cpnav p a {
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  float: left;
  width: 50%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_ft .ftup .lxmw {
  float: left;
  width: 330px;
}
.g_ft .ftup .lxmw h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 66px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_ft .ftup .lxmw li {
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.g_ft .ftup .lxmw li a {
  color: rgba(255, 255, 255, 0.6);
}
.g_ft .ftd {
  height: 56px;
}
.g_ft .ftd .fttel {
  float: left;
  width: 645px;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}
.g_ft .ftd .fttel em {
  margin-right: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_ft .ftd .copyr {
  float: right;
  width: 550px;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_ft .ftd .copyr a {
  color: rgba(255, 255, 255, 0.6);
}
.g_ft .jszc {
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
}
.g_ft .jszc span {
  width: 200px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_ft .jszc em {
  width: 300px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: none;
}
.g_ft .jszc a {
  color: rgba(255, 255, 255, 0.6);
}
.g_ft:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  left: 0;
  top: 375px;
}
.bg_vi_color {
  background-color: #b78b31;
}
.txt_vi_color {
  color: #b78b31 !important;
}
/*COMMON_BLK_END*//*banner*/.banner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  height: 650px;
  overflow: hidden;
}
.ban_list {
  position: relative;
  z-index: 0;
}
.ban_list ul {
  width: 100% !important;
}
.ban_list li {
  overflow: hidden;
  width: 1920px;
  height: 650px;
  left: 50% !important;
  margin-left: -960px !important;
}
.ban_list li img {
  width: 1920px;
  height: 650px;
  display: block;
}
.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: 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: center;
}
.ban_nav ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  color: #fff;
  margin: 0 10px;
  border-radius: 50%;
  border: 2px solid #666;
  cursor: pointer;
}
.ban_nav ul .on {
  width: 60px;
  border-radius: 20px;
  background: #b78b31;
  border-color: #b78b31;
}
.g_dsp {
  padding-top: 122px;
  padding-bottom: 148px;
}
.g_dsp .dspleft {
  float: left;
  width: 560px;
}
.g_dsp .dspleft h2 a {
  font-weight: normal;
  height: 208px;
  display: block;
}
.g_dsp .dspleft h2 a strong {
  display: block;
  line-height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 72px;
}
.g_dsp .dspleft h2 a strong b {
  display: inline-block;
  height: 72px;
  line-height: 72px;
  font-size: 66px;
  color: #b78b31;
  max-width: 200px;
  overflow: hidden;
}
.g_dsp .dspleft h2 a strong em {
  display: inline-block;
  height: 72px;
  line-height: 72px;
  font-size: 66px;
  color: #333333;
  overflow: hidden;
  max-width: 330px;
}
.g_dsp .dspleft h2 a span {
  display: block;
  font-size: 42px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 70px;
}
.g_dsp .dspleft h3 {
  height: 56px;
  line-height: 56px;
  font-size: 24px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_dsp .dspleft p {
  padding-right: 34px;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.g_dsp .dspleft .spbtn em a {
  float: left;
  width: 134px;
  height: 70px;
  display: block;
  line-height: 70px;
  border: 6px solid #f2f2f2;
  border-radius: 50px;
  margin-right: 48px;
  background: #fff;
  position: relative;
  padding-left: 66px;
}
.g_dsp .dspleft .spbtn em a i {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 18px;
  top: 15px;
  float: left;
  display: block;
}
.g_dsp .dspleft .spbtn em a b {
  font-weight: normal;
  font-size: 20px;
  color: #333333;
  float: left;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_dsp .dspleft .spbtn em a span {
  display: none;
  width: 120px;
  height: 120px;
}
.g_dsp .dspleft .spbtn em a span img {
  width: 120px;
  height: 120px;
  display: block;
}
.g_dsp .dspleft .spbtn em:nth-child(1) a {
  background: #b78b31;
  color: #fff;
}
.g_dsp .dspleft .spbtn em:nth-child(1) b {
  color: #fff;
}
.g_dsp .dspleft .spbtn em:hover span {
  display: block;
}
.g_dsp .dspright {
  float: left;
  width: 566px;
}
.g_dsp .dspright  > img {
  width: 566px;
  height: 520px;
  display: block;
}
.g_dsp .dspright dl {
  background: #f2f2f2;
  height: 170px;
  margin-bottom: 6px;
  padding: 16px 0 0 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g_dsp .dspright dl dt {
  float: left;
  width: 146px;
  height: 141px;
  margin-right: 27px;
  position: relative;
  overflow: hidden;
}
.g_dsp .dspright dl dt img {
  width: 146px;
  height: 141px;
  display: block;
}
.g_dsp .dspright dl dt:before {
  content: "";
  position: absolute;
  background: url(../images/spico.png) no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  left: 13px;
  top: 100px;
}
.g_dsp .dspright dl dd {
  float: left;
  width: 350px;
  padding-top: 20px;
}
.g_dsp .dspright dl dd h4 a {
  display: block;
  line-height: 52px;
  border-bottom: 1px solid #bdbdbd;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 52px;
}
.g_dsp .dspright dl dd h4 a b {
  max-width: 100px;
  font-size: 20px;
  color: #333333;
  display: inline-block;
  overflow: hidden;
  height: 52px;
  line-height: 52px;
}
.g_dsp .dspright dl dd h4 a em {
  font-size: 16px;
  color: #333333;
  width: 240px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: inline-block;
  height: 52px;
  line-height: 52px;
}
.g_dsp .dspright dl dd p a {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 20px;
  font-weight: normal;
  line-height: 60px;
  color: #333333;
}
.ry {
  padding: 50px 0 40px;
}
.ry h2 {
  height: 153px;
  text-align: center;
}
.ry h2 b {
  font-size: 56px;
  font-weight: normal;
  line-height: 84px;
  color: #000000;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ry h2 em {
  display: block;
  font-size: 22px;
  font-weight: normal;
  line-height: 46px;
  color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ry .ry-box-pic {
  padding: 10px 0 0;
}
.ry .ry-box-pic img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.ry .ry-box {
  position: relative;
}
.ry .ry-ul {
  padding: 10px 0 !important;
}
.ry .ry-ul li {
  float: left;
  width: 240px;
  margin: 0 10px;
  background-color: #fff;
  padding: 40px 20px 20px;
  box-shadow: 0 0 10px 2px #e0e0e0;
  -moz-box-shadow: 0 0 10px 2px #e0e0e0;
  -webkit-box-shadow: 0 0 10px 2px #e0e0e0;
  -o-box-shadow: 0 0 10px 2px #e0e0e0;
}
.ry .ry-ul li img {
  display: block;
  width: 240px;
}
.ry .ry-ul li span {
  display: block;
  height: 40px;
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
  color: #222222;
  text-align: center;
  overflow: hidden;
  padding-top: 20px;
}
.ry .rPrev,
.ry .rNext {
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: 50%;
  margin-bottom: -30px;
  z-index: 10;
  cursor: pointer;
}
.ry .rPrev img,
.ry .rNext img {
  width: 60px;
  height: 60px;
}
.ry .rPrev {
  left: -75px;
}
.ry .rNext {
  right: -75px;
}
.ry .ry-box2 .ry-ul li {
  width: 262px ;
  padding: 10px;
}
.ry .ry-box2 .ry-ul li img {
  width: 262px ;
  height: auto;
}
.g_pro {
  background-image: url('../images/cpbg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 1920px 1065px;
  height: 1065px;
  padding-top: 63px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g_pro .cptit {
  height: 150px;
}
.g_pro .cptit h2 a {
  display: block;
  float: left;
  width: 550px;
  overflow: hidden;
  font-weight: normal;
}
.g_pro .cptit h2 a b {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 54px;
  color: #fff;
  line-height: 56px;
}
.g_pro .cptit h2 a em {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 22px;
  color: #fff;
  line-height: 22px;
  padding-top: 20px;
}
.g_pro .cptit ul {
  float: right;
  width: 560px;
  margin-top: 38px;
  border: 1px solid #fff;
}
.g_pro .cptit ul li a {
  display: block;
  float: left;
  width: 160px;
  height: 52px;
  line-height: 52px;
  overflow: hidden;
  text-align: center;
  font-size: 26px;
  color: #fff;
  border-right: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g_pro .cptit ul li:last-child a {
  border-right: 0;
  width: 240px;
}
.g_pro .cptit ul li a:hover {
  background: #fff;
  color: #b78b31;
}
.g_pro .super-con {
  background: #fff;
}
.g_pro .level-layout-item .row-item-3 .item-line {
  float: left;
  width: 25%;
  height: 380px;
  margin: 0;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-right: 0;
  border-bottom: 0;
}
.g_pro .level-layout-item .row-item-3 .item-line:nth-child(4n) {
  border-right: 1px solid #e4e4e4;
}
.g_pro .level-layout-item .row-item-3 .item-line:nth-child(5),
.g_pro .level-layout-item .row-item-3 .item-line:nth-child(6),
.g_pro .level-layout-item .row-item-3 .item-line:nth-child(7),
.g_pro .level-layout-item .row-item-3 .item-line:nth-child(8) {
  border-bottom: 1px solid #e4e4e4;
}
.g_pro .level-layout-item .item-picture {
  padding: 0;
}
.g_pro .level-layout-item .item-line:after,
.g_pro .vertical-layout-item .item-line:after {
  border: 0;
}
.g_pro .item-picture img {
  width: 300px;
  height: 225px;
  display: block;
}
.g_pro .item-picture {
  margin-bottom: 20px;
}
.g_pro .item-title {
  text-align: center;
  position: relative;
  height: 112px;
}
.g_pro .item-title b {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 20px;
  color: #1a1a1a;
  position: relative;
}
.g_pro .item-title,
.g_pro .item-title a {
  height: 112px;
}
.g_pro .item-title:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 2px;
  background: #666666;
  left: 50%;
  margin-left: -13px;
  top: 50px;
}
.g_pro .item-title em {
  display: block;
  padding-top: 25px;
  font-size: 16px;
  color: rgba(26, 26, 26, 0.5);
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_pro .vertical-layout-item .item-line {
  transition: all 0.3s linear 0s;
}
.g_pro .level-layout-item .item-line:hover {
  background: #b78b31;
  transform: scale(1.02);
  border-radius: 10px;
  border: 2px solid #666666;
  position: relative;
  z-index: 111;
  left: -2px;
  top: -2px;
}
.g_pro .level-layout-item .row-item-3 .item-line:nth-child(4n):hover {
  border-right: 2px solid #666666;
}
.g_pro .level-layout-item .row-item-3 .item-line:nth-child(5):hover,
.g_pro .level-layout-item .row-item-3 .item-line:nth-child(6):hover,
.g_pro .level-layout-item .row-item-3 .item-line:nth-child(7):hover,
.g_pro .level-layout-item .row-item-3 .item-line:nth-child(8):hover {
  border-bottom: 2px solid #666666;
}
.g_pro .level-layout-item .item-line:hover .item-title b,
.g_pro .level-layout-item .item-line:hover .item-title em {
  color: #fff;
}
.g_pro .level-layout-item .item-line:hover .item-title:before {
  background: #fff;
}
.g_ys {
  background: #f4f4f4;
  padding-top: 85px;
  position: relative;
  overflow: hidden;
}
.g_ys h2 {
  position: absolute;
  left: 0;
  top: 0;
}
.g_ys h2 em {
  height: 82px;
  line-height: 82px;
  width: 630px;
  font-size: 56px;
  color: #000000;
  display: block;
}
.g_ys h2 em h3 {
  display: inline-block;
  width: 168px;
  height: 82px;
  line-height: 82px;
  overflow: hidden;
  font-size: 54px;
  font-weight: bold;
}
.g_ys h2 em b {
  display: inline-block;
  width: 60px;
  font-size: 80px;
  color: #b78b31;
  height: 82px;
  line-height: 82px;
  overflow: hidden;
  font-weight: bold;
}
.g_ys h2 em h4 {
  display: inline-block;
  width: 280px;
  height: 82px;
  line-height: 82px;
  overflow: hidden;
  font-size: 54px;
  font-weight: bold;
}
.g_ys h2 span {
  font-size: 20px;
  font-weight: normal;
  line-height: 54px;
  color: #545454;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 545px;
}
.g_ys .yshd {
  height: 158px;
  margin-left: 640px;
}
.g_ys .yshd li {
  float: left;
  width: 136px;
  height: 134px;
  position: relative;
  border-right: 1px solid #ccd3d1;
}
.g_ys .yshd li:last-child {
  border-right: none;
}
.g_ys .yshd li em {
  display: block;
  font-size: 24px;
  color: #282828;
  text-transform: uppercase;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_ys .yshd li i {
  display: block;
  width: 70px;
  margin: 0 auto;
  overflow: hidden;
}
.g_ys .yshd li i img {
  width: 140px;
  height: 70px;
}
.g_ys .yshd li:nth-child(4):before {
  background: none;
}
.g_ys .yshd .on em {
  color: #b78b31;
}
.g_ys .yshd .on i img {
  margin-left: -70px;
}
.g_ys dt {
  width: 100%;
}
.g_ys dt img {
  width: 100%;
  display: block;
}
.g_ys dd {
  width: 1280px;
  margin: -148px auto 0;
  background: #fff;
  height: 148px;
  position: relative;
  z-index: 11;
  padding: 23px 50px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g_ys dd h3 {
  float: left;
  width: 230px;
  position: relative;
  margin-right: 58px;
}
.g_ys dd h3 i {
  display: block;
  width: 170px;
  height: 68px;
}
.g_ys dd h3 i img {
  display: block;
  width: 170px;
  height: 68px;
}
.g_ys dd h3 em {
  display: block;
  font-size: 38px;
  color: #b78b31;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
}
.g_ys dd h3:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 108px;
  background: #cfcfcf;
  right: 0;
  top: 8px;
}
.g_ys dd .yswz {
  float: left;
  width: 880px;
}
.g_ys dd .yswz h4 {
  font-size: 26px;
  font-weight: normal;
  line-height: 54px;
  color: #282828;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 800px;
}
.g_ys dd .yswz p {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.65);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ysjt {
  position: absolute;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  bottom: 122px;
  z-index: 111;
}
.g_ys .u_ljt,
.g_ys .u_rjt {
  position: absolute;
  width: 27px;
  height: 27px;
  overflow: hidden;
}
.g_ys .u_ljt {
  right: 40px;
  top: 0;
}
.g_ys .u_rjt {
  right: 0;
  top: 0;
}
.g_ys .u_rjt img {
  margin-left: -27px;
}
.g_an {
  padding-top: 84px;
  padding-bottom: 90px;
}
.g_an h2 {
  height: 153px;
  text-align: center;
}
.g_an h2 b {
  font-size: 56px;
  font-weight: normal;
  line-height: 84px;
  color: #000000;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_an h2 em {
  display: block;
  font-size: 22px;
  font-weight: normal;
  line-height: 46px;
  color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_an .ansp {
  float: left;
  width: 417px;
  height: 577px;
  position: relative;
}
.g_an .ansp i {
  display: block;
  width: 417px;
  height: 577px;
}
.g_an .ansp i img {
  width: 417px;
  height: 577px;
}
.g_an .ansp em {
  position: absolute;
  width: 100%;
  line-height: 88px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  left: 0;
  bottom: 0;
}
.g_an .anlst {
  float: right;
  width: 769px;
}
.g_an .anlst li {
  float: left;
  width: 375px;
  height: 281px;
  position: relative;
  margin-right: 19px;
  margin-bottom: 10px;
}
.g_an .anlst li img {
  width: 375px;
  height: 281px;
  display: block;
}
.g_an .anlst li:nth-child(2n) {
  margin-right: 0;
}
.g_an .anlst li em {
  position: absolute;
  width: 100%;
  line-height: 108px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  left: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: /code/cssgradient/index.aspx#000000+1,2993e9+100&0+0,0.65+100 */

  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(41, 147, 233, 0.65) 100%);
  /* FF3.6-15 */

  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(41, 147, 233, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(41, 147, 233, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#00000000', endColorstr='#a62993e9', GradientType=0);
  /* IE6-9 */

}
.g_news {
  background: #f4f4f4;
  padding-top: 70px;
  padding-bottom: 80px;
}
.g_news h2 a {
  position: absolute;
  left: 0;
  top: 0;
  width: 720px;
  display: block;
}
.g_news h2 a b {
  font-size: 56px;
  font-weight: normal;
  line-height: 84px;
  color: #000000;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_news h2 a em {
  display: block;
  font-size: 22px;
  font-weight: normal;
  line-height: 46px;
  color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_news .newhd {
  margin-top: 50px;
  float: right;
  width: 480px;
  border: 1px solid #282828;
  margin-bottom: 50px;
}
.g_news .newhd li a {
  display: block;
  float: left;
  width: 33.33333333%;
  height: 52px;
  line-height: 52px;
  border-right: 1px solid #282828;
  font-size: 24px;
  color: #282828;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_news .newhd li:last-child a {
  border-right: 0;
}
.g_news .newhd li a:hover {
  background: #b78b31;
  color: #fff;
}
.g_news .newl {
  float: left;
  width: 708px;
}
.g_news .newl .dt1 {
  float: left;
  width: 342px;
  margin-right: 11px;
}
.g_news .newl .dt1 dt {
  width: 340px;
  height: 191px;
  display: block;
}
.g_news .newl .dt1 dt img {
  width: 340px;
  height: 191px;
  display: block;
}
.g_news .newl .dt1 dd {
  background: #fff;
  height: 368px;
  padding: 35px 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.g_news .newl .prod-hot-name a {
  font-size: 18px;
  font-weight: normal;
  line-height: 34px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 18px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_news .newl .prod-hot-desc {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #b8b8b8;
  margin-bottom: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.g_news .newl .prod-hot-link a {
  font-size: 14px;
  font-weight: normal;
  line-height: 36px;
  color: #333333;
  margin-left: 199px;
  position: relative;
  display: block;
}
.g_news .newl .prod-hot-link a:before {
  content: "";
  position: absolute;
  right: 12px;
  top: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #666666;
}
.g_news .newl .prod-hot-time3 {
  display: block;
  position: absolute;
  left: 20px;
  top: 247px;
  font-size: 14px;
}
.g_news .newr {
  float: right;
  width: 490px;
  background: #fff;
  height: 564px;
  padding: 30px 26px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g_news .newr .item-line {
  width: 432px;
}
.g_news .newr .item-line .item-picture {
  display: none;
}
.g_news .newr .item-line .item-text {
  position: relative;
}
.g_news .newr .item-line .item-title a {
  font-size: 18px;
  font-weight: normal;
  line-height: 40px;
  color: #333333;
  font-weight: normal;
  margin-bottom: 22px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-right: 25px;
}
.g_news .newr .item-line .item-desc {
  display: none;
}
.g_news .newr .item-line .item-link {
  display: none;
}
.g_news .newr .item-line .item-title a:before {
  content: "";
  position: absolute;
  right: 12px;
  top: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #b78b31;
}
.g_news .newr .item-line .item-time1 {
  display: none;
}
.g_news .newr .item-line:nth-child(1) {
  width: 432px;
}
.g_news .newr .item-line:nth-child(1) .item-picture {
  display: none;
}
.g_news .newr .item-line:nth-child(1) .item-text {
  position: relative;
}
.g_news .newr .item-line:nth-child(1) .item-title {
  margin-bottom: 22px;
}
.g_news .newr .item-line:nth-child(1) .item-title a {
  font-size: 18px;
  font-weight: normal;
  line-height: 40px;
  color: #333333;
  font-weight: bold;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-right: 0;
}
.g_news .newr .item-line:nth-child(1) .item-desc {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #6e6e6e;
  margin-bottom: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 72px;
}
.g_news .newr .item-line:nth-child(1) .item-title a:before {
  border: 0;
}
.g_news .newr .item-line:nth-child(1) .item-link {
  display: block;
  border: none;
  margin-bottom: 30px;
}
.g_news .newr .item-line:nth-child(1) .item-link a {
  font-size: 14px;
  font-weight: normal;
  line-height: 80px;
  color: #333333;
  padding: 0;
  padding-left: 339px;
  position: relative;
  display: block;
  height: 80px;
  border-top: 1px solid #b2b2b2;
}
.g_news .newr .item-line:nth-child(1) .item-link a:before {
  content: "";
  position: absolute;
  right: 12px;
  top: 36px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #666666;
}
.g_news .newr .item-line:nth-child(1) .prod-hot-time1 {
  display: block;
  position: absolute;
  left: 0;
  top: 200px;
  font-size: 14px;
}
/**/
.links {
  height: 50px;
  font-size: 15px;
  line-height: 50px;
  color: #333333;
}
.links .links-title {
  width: 100px;
  height: 50px;
  font-weight: bold;
  overflow: hidden;
}
.links .links-list {
  width: 1100px;
  height: 50px;
  overflow: hidden;
}
.links .links-list a {
  color: #444444;
}
.links .links-list a:hover {
  color: #b78b31;
}
/*快速通道*/.shop-nav-t1 i img {
  background-color: #b78b31;
}
.search-inp .search-btn::after {
  background-color: #b78b31;
}
.search-inp .search-btn::before {
  border-color: #b78b31;
}
.keyword > span {
  max-width: 150px;
}
/*列表自定义板块*/
.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: #b78b31;
}
.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: #b78b31;
}
.list-style-02 .item-line:hover .item-link,
.list-style-01 .item-line:hover .item-link {
  background: #b78b31;
  border-color: #b78b31;
}
.list-style-02 .item-line:hover .item-link a,
.list-style-01 .item-line:hover .item-link a {
  color: #fff;
}
/*内页样式*/
/*min-banner*/
.min-banner {
  position: relative;
  overflow: hidden;
}
.min-banner img {
  width: 100%;
  display: block;
}
/*面包屑*/
.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: #b78b31;
}
/*联系信息*/
.fdh-01-tit {
  background: #b78b31;
  height: 80px;
}
.fdh-01-tit h3 {
  height: 75px;
  font-size: 24px;
  font-weight: normal;
  line-height: 75px;
  color: #333333;
  border-bottom: 1px solid #fff;
  text-align: center;
  overflow: hidden;
}
.p6-order-form-1-add {
  border: 1px solid #eee;
  margin-bottom: 40px;
  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;
}
/*分页*/
.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: #b78b31;
  color: #fff;
  border-color: #b78b31;
}
.pagination-1 .laypage_first,
.pagination-1 .laypage_last {
  display: none;
}
/*热品推荐*/
.prod-hot {
  padding: 0 0 30px;
}
.prod-hot .prod-hot-list {
  margin: 30px 0 40px;
  position: relative;
  overflow: hidden;
}
.prod-hot .prod-hot-prev {
  width: 30px;
  height: 84px;
  position: absolute;
  top: 50%;
  left: -40px;
  cursor: pointer;
  margin-top: -42px;
  background-image: url('../images/prod-hot-prev-icon1.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 30px 84px;
}
.prod-hot .prod-hot-next {
  width: 30px;
  height: 84px;
  position: absolute;
  top: 50%;
  right: -40px;
  cursor: pointer;
  margin-top: -42px;
  background-image: url('../images/prod-hot-next-icon1.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 30px 84px;
}
.prod-hot .prod-hot-list dl {
  float: left;
  width: 220px;
  margin: 0 14px 14px 0;
  border: 1px solid #dfdfdf;
  background-color: #f7f7f7;
}
.prod-hot .prod-hot-list dl:nth-child(4n) {
  margin-right: 0;
}
.prod-hot .prod-hot-list dt img {
  width: 220px;
  display: block;
}
.prod-hot .prod-hot-list dd {
  padding: 10px 10px 10px;
}
.prod-hot .prod-hot-name {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #333333;
  max-height: 48px;
}
.prod-hot .prod-hot-name a {
  display: block;
  max-height: 48px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.prod-hot .prod-hot-desc {
  margin-top: 5px;
  height: 72px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.prod-hot .prod-hot-link {
  display: none;
}
/*产品----------------------------------------------------------------------------------------------------------------------------------------------*/
/*标题通用样式*/
/*产品列表*/
.g_cplst2 .left-nav-01-tit {
  background: #b78b31;
  height: 100px;
}
.g_cplst2 .left-nav-01-tit h2 {
  border-bottom: none;
  padding: 0;
  height: 100px;
  line-height: 0;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g_cplst2 .left-nav-01-tit h2 b {
  display: block;
  font-size: 28px;
  font-weight: normal;
  line-height: 40px;
  color: #ffffff;
  font-weight: normal;
}
.g_cplst2 .left-nav-01-tit h2 em {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  text-transform: uppercase;
}
.g_cplst2 .left-nav-01-one {
  border: 1px solid #f0f0f0;
  border-top: none;
  background: #fff;
  padding: 20px 20px 70px 20px;
}
.g_cplst2 .left-nav-01-one > li {
  line-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-weight: bold;
}
.g_cplst2 .left-nav-01-one > li h3 {
  position: relative;
  font-weight: bold;
}
.g_cplst2 .left-nav-01-one > li h3:before {
  content: "";
  position: absolute;
  background: url(../images/nyantit.png) no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  right: 0;
  top: 11px;
}
.g_cplst2 .left-nav-01-one > li h3 a {
  display: block;
  width: 162px;
  height: 46px;
  font-size: 18px;
  font-weight: normal;
  line-height: 46px;
  color: #333333;
  overflow: hidden;
  border-bottom: 1px dotted #dddcdc;
  margin-right: 0;
  padding-left: 0;
  font-weight: bold;
}
.g_cplst2 .left-nav-01-one > li h3 a:hover {
  font-weight: bold;
}
.g_cplst2 .left-nav-01-one > li.sidenavcur,
.g_cplst2 .left-nav-01-one > li:hover {
  color: #b78b31;
  font-weight: bold;
}
.g_cplst2 .left-nav-01-one > li.sidenavcur > h3 > a,
.g_cplst2 .left-nav-01-one > li:hover > h3 > a {
  color: #b78b31;
  font-weight: bold;
}
.g_cplst2 .left-nav-01-one > li.sidenavcur > h3:before,
.g_cplst2 .left-nav-01-one > li:hover > h3:before {
  content: "";
  position: absolute;
  background: url(../images/jian.png) no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  right: 0;
  top: 11px;
}
.g_cplst2 .left-nav-01-two {
  display: none!important;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.g_cplst2 .left-nav-01-two li {
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  position: relative;
}
.g_cplst2 .left-nav-01-two li h3 {
  position: relative;
}
.g_cplst2 .left-nav-01-two li h3:before {
  background: none;
}
.g_cplst2 .left-nav-01-two li h3 a {
  display: block;
  font-size: 16px;
  color: #666;
  padding: 0 30px 0 10px !important;
  border-bottom: 1px dotted #dddcdc;
  font-weight: normal;
}
.g_cplst2 .left-nav-01-two li h3:before {
  content: "";
  position: absolute;
  background: url(../images/anh3.png) no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  right: 0;
  top: 15px;
}
.g_cplst2 .left-nav-01-two li:hover h3 a,
.g_cplst2 .left-nav-01-two li.sidenavcur h3 a {
  color: #b78b31;
  font-weight: bold;
}
.g_cplst2 .left-nav-01-two li:hover:after,
.g_cplst2 .left-nav-01-two li.sidenavcur:after {
  border-color: #333;
}
.g_cplst2 .left-nav-01-two li h3 a:hover {
  color: #b78b31;
}
.g_cplst2 .left-nav-01-one li.sidenavcur .left-nav-01-two {
  display: block!important;
}
.g_cplst2 .p6-order-form-1-add {
  background: #b78b31;
  padding-bottom: 40px;
}
.g_cplst2 .left-nav-01-tit2 {
  padding: 25px 0 0 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g_cplst2 .left-nav-01-tit2 h2 {
  margin-bottom: 18px;
}
.g_cplst2 .left-nav-01-tit2 h2 b {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_cplst2 .left-nav-01-tit2 h2 em {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_cplst2 .left-nav-01-tit2 h3 {
  position: relative;
  padding-left: 34px;
  font-size: 14px;
  font-weight: normal;
  line-height: 36px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_cplst2 .left-nav-01-tit2 h3:before {
  content: "";
  position: absolute;
  background: url(../images/antel.png) no-repeat;
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
  left: 0;
  top: 5px;
}
.g_cplst2 .tel {
  padding-left: 25px;
  font-size: 22px;
  font-weight: normal;
  line-height: 26px;
  color: #ffffff;
  font-weight: bold;
}
.g_cplst2 .level-layout-item .row-item-3 .item-line {
  margin-bottom: 48px;
  border: 1px solid #dadada;
  margin-right: 3%;
  width: 30.9%;
  margin-left: 0;
  background: #fff;
  box-shadow: 13px 0 16px rgba(76, 79, 86, 0.12);
  border-radius: 5px;
  position: relative;
}
.g_cplst2 .level-layout-item .row-item-3 .item-line:after {
  border: none;
}
.g_cplst2 .level-layout-item .row-item-3 .item-line:nth-child(3n) {
  margin-right: 0;
}
.g_cplst2 .item-text {
  padding: 0 15px 15px;
  padding-top: 40px;
  position: relative;
}
.g_cplst2 .item-text:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 2px;
  left: 50%;
  margin-left: -14px;
  top: -15px;
  background: #000;
  position: relative;
  z-index: 11;
  display: block;
}
.g_cplst2 .item-title {
  height: 60px;
  line-height: 30px;
}
.g_cplst2 .item-title a {
  height: 60px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  color: #282828;
  position: relative;
  overflow: hidden;
}
.g_cplst2 .prod-hot-link a {
  display: block;
  width: 88px;
  height: 25px;
  background: #2993e9;
  margin: 0 auto;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
}
.g_cplst2 .level-layout-item .item-desc {
  display: none;
}
.g_cplst2 .level-layout-item .row-item-3 .item-line:hover {
  border: 1px solid #b78b31;
}
/*产品橱窗*/
.g_cplst .pc-cx-tel-1 {
  background: #fff;
  height: 100px;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
}
.g_cplst .pc-cx-tel-1-t1 {
  float: left;
  width: 114px;
  height: 34px;
  background-color: #b78b31;
  text-align: center;
  margin-top: 10px;
  border-radius: 5px;
}
.g_cplst .pc-cx-tel-1-t1 a {
  display: block;
  height: 34px;
  font-size: 14px;
  font-weight: normal;
  line-height: 34px;
  color: #ffffff;
  overflow: hidden;
}
.g_cplst .pc-cx-tel-1-t2 {
  float: left;
  position: relative;
  padding-left: 66px;
  width: 220px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g_cplst .pc-cx-tel-1-t2 i {
  position: absolute;
  width: 42px;
  height: 42px;
  left: 0.6rem;
  top: 0;
}
.g_cplst .pc-cx-tel-1-t2 span {
  display: block;
  height: 22px;
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  color: #282828;
  overflow: hidden;
}
.g_cplst .pc-cx-tel-1-t2 em {
  display: block;
  height: 48px;
  word-break: break-all;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #282828;
  font-weight: bold;
  overflow: hidden;
}
.g_cplst .prod-show {
  background: #f7f7f7;
  margin-bottom: 65px;
}
.g_cplst .prod-show-right {
  float: left;
  width: 420px;
  height: 228px;
  padding-top: 18px;
}
.g_cplst .prod-show-right-tit {
  overflow: hidden;
  border-bottom: 1px solid #b8b8b8;
  margin-bottom: 16px;
  height: 50px;
  font-size: 18px;
  font-weight: normal;
  line-height: 50px;
  color: #282828;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.g_cplst .prod-show-right-con {
  overflow: hidden;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.g_cplst .prod-show-right-con span {
  display: block;
}
.g_cplst .prod-show-left {
  position: relative;
  float: left;
  overflow: hidden;
  margin-right: 3.3%;
  width: 348px;
  height: 348px;
  line-height: 0;
  border: 1px solid #f7f7f7;
}
.g_cplst .prod-show-left-jt {
  position: absolute;
  top: 50%;
  z-index: 33;
  margin-top: -11px;
  width: 12px;
  height: 23px;
  cursor: pointer;
}
.g_cplst .prod-show-left-prev {
  left: 10px;
}
.g_cplst .prod-show-left-next {
  right: 10px;
}
.g_cplst .prod-show-left-size {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  width: 28px;
  height: 28px;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  color: #666666;
}
.g_cplst .prod-show-left-size em {
  font-style: normal;
}
.g_cplst .prod-show-left-pic {
  width: 348px;
  text-align: center;
}
.g_cplst .prod-show-left-pic li {
  float: left;
}
.g_cplst .prod-show-left-pic img {
  display: block;
  width: 348px;
  height: 348px;
}
.g_cplst .pro-title {
  background: url(../images/nycptit.jpg) no-repeat;
  background-size: 930px 68px;
  height: 68px;
  line-height: 68px;
  padding-left: 44px;
  margin-bottom: 34px;
}
.g_cplst .pro-title p {
  font-size: 27px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: bold;
}
.g_cplst .pro-title em {
  float: left;
  max-width: 350px;
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  top: 10px;
  margin-left: 15px;
  display: none;
}
.g_cplst .prod-con-img {
  width: 930px;
  height: 451px;
}
.g_cplst .prod-con-img img {
  width: 930px;
  height: 451px;
}
.g_cplst .cptdlst {
  margin-top: 62px;
  margin-bottom: 48px;
}
.g_cplst .cptdlst dl {
  float: left;
  width: 260px;
  margin: 0 25px 15px;
}
.g_cplst .cptdlst dl dt {
  width: 265px;
  height: 48px;
}
.g_cplst .cptdlst dl dt img {
  width: 265px;
  height: 48px;
}
.g_cplst .cptdlst dl dd {
  background: rgba(183, 139, 49, 0.1);
  padding: 38px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
}
.g_cplst .cptdlst dl dd p {
  font-size: 20px;
  line-height: 36px;
  color: #282828;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
}
.g_cplst .yycjlst li {
  float: left;
  width: 458px;
  margin: 0 2px 30px;
}
.g_cplst .yycjlst li i {
  width: 458px;
  height: 310px;
  display: block;
}
.g_cplst .yycjlst li i img {
  width: 458px;
  height: 310px;
  display: block;
}
.g_cplst .yycjlst li em {
  display: block;
  height: 70px;
  line-height: 70px;
  background: #f4f4f4;
  text-align: center;
  font-size: 26px;
  color: #282828;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_cplst .yycjbig {
  margin-bottom: 44px;
}
.g_cplst .yycjbig i {
  display: block;
}
.g_cplst .yycjbig i img {
  max-width: 100%;
  display: block;
}
.g_cplst .yycjbig em {
  display: block;
  height: 70px;
  line-height: 70px;
  background: #f4f4f4;
  text-align: center;
  font-size: 26px;
  color: #282828;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_cplst .smlst {
  background: #f4f4f4;
  padding: 50px 100px 0 30px;
  margin-bottom: 40px;
}
.g_cplst .smlst li {
  margin-bottom: 36px;
  height: 72px;
}
.g_cplst .smlst li b {
  float: left;
  width: 72px;
  height: 72px;
  background: #b78b31;
  border-radius: 10px;
  margin-right: 30px;
  overflow: hidden;
  font-size: 46px;
  text-align: center;
  line-height: 72px;
  color: #fff;
}
.g_cplst .smlst li em {
  float: left;
  width: 690px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 24px;
  line-height: 36px;
}
.g_cplst .zslst li {
  float: left;
  width: 225px;
  margin: 0 2px 30px;
}
.g_cplst .zslst li i {
  width: 225px;
  height: 304px;
  display: block;
}
.g_cplst .zslst li i img {
  width: 225px;
  height: 304px;
  display: block;
}
.g_cplst .zslst li em {
  display: block;
  height: 70px;
  line-height: 70px;
  background: #f4f4f4;
  text-align: center;
  font-size: 26px;
  color: #282828;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_cplst .yfcx {
  margin-bottom: 42px;
}
.g_cplst .yfcx .yfup dl {
  height: 330px;
}
.g_cplst .yfcx .yfup dl dt {
  float: left;
  width: 667px;
  height: 330px;
  overflow: hidden;
}
.g_cplst .yfcx .yfup dl dt img {
  width: 667px;
  height: 330px;
  display: block;
  border-radius: 25px 0 0 0;
}
.g_cplst .yfcx .yfup dl dd {
  float: left;
  width: 263px;
  background: #b78b31;
  height: 330px;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 25px 0 0;
}
.g_cplst .yfcx .yfup dl dd i {
  display: block;
  width: 140px;
  margin: 0 auto;
}
.g_cplst .yfcx .yfup dl dd i img {
  display: block;
  width: 140px;
  height: 140px;
}
.g_cplst .yfcx .yfup dl dd em {
  display: block;
  font-size: 32px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
  line-height: 46px;
}
.g_cplst .yfcx .yfys {
  background: #f4f4f4;
  padding: 30px 45px;
  font-size: 26px;
  line-height: 38px;
  color: #666666;
}
.g_cplst .yfcx2 .yfup dl dt img {
  border-radius: 0 25px 0 0;
}
.g_cplst .yfcx2 .yfup dl dd {
  border-radius: 25px 0 0 0;
}
.g_cplst .prod-hot {
  margin-top: 30px;
  padding: 0 0 30px;
}
.g_cplst .prod-hot .prod-hot-list {
  margin: 30px 0 40px;
  position: relative;
  overflow: hidden;
}
.g_cplst .prod-hot .prod-hot-list dl {
  float: left;
  width: 226px;
  margin: 0 6px 14px 0;
  border: 1px solid #cacaca;
  background: none;
}
.g_cplst .prod-hot .prod-hot-list dl:nth-child(4n) {
  margin-right: 0;
}
.g_cplst .prod-hot .prod-hot-list dt img {
  width: 226px;
  display: block;
}
.g_cplst .prod-hot .prod-hot-list dd {
  height: 70px;
}
.g_cplst .prod-hot .prod-hot-name {
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
  color: #1a1a1a;
  text-align: center;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_cplst .prod-hot .prod-hot-name a {
  display: block;
  color: #1a1a1a;
}
.g_cplst .prod-hot .prod-hot-name:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 1px;
  left: 50%;
  margin-left: -9px;
  top: 38px;
  background: #666666;
}
.g_cplst .prod-hot .prod-hot-desc {
  display: none;
}
.g_cplst .prod-hot .prod-hot-link {
  display: none;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------*/
/* 最新短视频推荐*/
.g_video {
  padding: 50px 0 70px 0;
}
.g_video h2 {
  margin-bottom: 30px;
  text-align: center;
}
.g_video h2 b {
  display: block;
  font-size: 28px;
  font-weight: normal;
  line-height: 46px;
  color: #222222;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_video h2 em {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #909090;
  font-weight: normal;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_video .videolst dl {
  float: left;
  width: 330px;
  margin-right: 58px;
  margin-bottom: 52px;
  position: relative;
}
.g_video .videolst dl dt {
  width: 330px;
  height: 588px;
  overflow: hidden;
  border: 13px solid #020913;
  border-radius: 20px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -3px 10px 8px #f7f7f7;
}
.g_video .videolst dl dt img {
  width: 330px;
  height: 588px;
  display: block;
}
.g_video .videolst dl dd {
  padding-top: 20px;
  text-align: center;
}
.g_video .videolst dl dd h4 {
  font-size: 20px;
  font-weight: normal;
  line-height: 36px;
  color: #333333;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_video .videolst dl dd p {
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_video .videolst dl:before {
  content: "";
  position: absolute;
  width: 76px;
  height: 24px;
  background-color: #fff;
  border-radius: 35px;
  left: 50%;
  margin-left: -25px;
  top: 25px;
}
.g_video .videolst dl:nth-child(3n) {
  margin-right: 0;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------*/
/*资讯列表*/
/*资讯副导航*/
.g_newleftnav .left-nav-01-tit {
  background: #b78b31;
  height: 100px;
}
.g_newleftnav .left-nav-01-tit h2 {
  border-bottom: none;
  padding: 0;
  height: 100px;
  line-height: 0;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g_newleftnav .left-nav-01-tit h2 b {
  display: block;
  font-size: 28px;
  font-weight: normal;
  line-height: 40px;
  color: #ffffff;
  font-weight: normal;
}
.g_newleftnav .left-nav-01-tit h2 em {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  text-transform: uppercase;
}
.g_newleftnav .left-nav-01-one {
  border: 1px solid #f0f0f0;
  border-top: none;
  background: #fff;
  padding: 20px 20px 70px 20px;
}
.g_newleftnav .left-nav-01-one > li {
  line-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-weight: bold;
}
.g_newleftnav .left-nav-01-one > li h3 {
  width: 192px;
  position: relative;
  font-weight: bold;
}
.g_newleftnav .left-nav-01-one > li h3:before {
  content: "";
  position: absolute;
  background: url(../images/nyantit.png) no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  right: 0;
  top: 11px;
}
.g_newleftnav .left-nav-01-one > li h3 a {
  display: block;
  width: 162px;
  height: 46px;
  font-size: 18px;
  font-weight: normal;
  line-height: 46px;
  color: #333333;
  overflow: hidden;
  border-bottom: 1px dotted #dddcdc;
  margin-right: 0;
  padding-left: 0;
  font-weight: bold;
}
.g_newleftnav .left-nav-01-one > li h3 a:hover {
  font-weight: bold;
}
.g_newleftnav .left-nav-01-one > li.sidenavcur,
.g_newleftnav .left-nav-01-one > li:hover {
  color: #b78b31;
  font-weight: bold;
}
.g_newleftnav .left-nav-01-one > li.sidenavcur > h3 > a,
.g_newleftnav .left-nav-01-one > li:hover > h3 > a {
  color: #b78b31;
  font-weight: bold;
}
.g_newleftnav .left-nav-01-one > li.sidenavcur > h3:before,
.g_newleftnav .left-nav-01-one > li:hover > h3:before {
  content: "";
  position: absolute;
  background: url(../images/jian.png) no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  right: 0;
  top: 11px;
}
.g_newleftnav .left-nav-01-two {
  display: none!important;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.g_newleftnav .left-nav-01-two li {
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  position: relative;
}
.g_newleftnav .left-nav-01-two li a {
  padding-left: 10px!important;
}
.g_newleftnav .left-nav-01-two li h3 {
  position: relative;
}
.g_newleftnav .left-nav-01-two li h3:before {
  background: none;
}
.g_newleftnav .left-nav-01-two li h3 a {
  display: block;
  color: #666;
  padding: 0 30px 0 15px;
  font-size: 16px;
  border-bottom: 1px dotted #dddcdc;
  font-weight: normal;
}
.g_newleftnav .left-nav-01-two li h3:before {
  content: "";
  position: absolute;
  background: url(../images/anh3.png) no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  right: 8px;
  top: 15px;
}
.g_newleftnav .left-nav-01-two li:hover h3 a,
.g_newleftnav .left-nav-01-two li.sidenavcur h3 a {
  color: #333;
}
.g_newleftnav .left-nav-01-two li:hover:after,
.g_newleftnav .left-nav-01-two li.sidenavcur:after {
  border-color: #333;
}
.g_newleftnav .left-nav-01-two li h3 a:hover {
  color: #b78b31;
}
.g_newleftnav .left-nav-01-one li.sidenavcur .left-nav-01-two {
  display: block!important;
}
.g_newleftnav .p6-order-form-1-add {
  background: #b78b31;
  padding-bottom: 40px;
}
.g_newleftnav .left-nav-01-tit2 {
  padding: 25px 0 0 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g_newleftnav .left-nav-01-tit2 h2 {
  margin-bottom: 18px;
}
.g_newleftnav .left-nav-01-tit2 h2 b {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_newleftnav .left-nav-01-tit2 h2 em {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_newleftnav .left-nav-01-tit2 h3 {
  position: relative;
  padding-left: 34px;
  font-size: 14px;
  font-weight: normal;
  line-height: 36px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_newleftnav .left-nav-01-tit2 h3:before {
  content: "";
  position: absolute;
  background: url(../images/antel.png) no-repeat;
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
  left: 0;
  top: 5px;
}
.g_newleftnav .tel {
  padding-left: 25px;
  font-size: 22px;
  font-weight: normal;
  line-height: 26px;
  color: #ffffff;
  font-weight: bold;
}
.g_newlst .list-style-02 .item-line {
  margin-bottom: 50px;
  float: left;
  width: 448px;
  margin-right: 30px;
  padding: 0;
}
.g_newlst .list-style-02 .item-line:nth-child(2n) {
  margin-right: 0;
}
.g_newlst .list-style-02 .item-line:hover {
  border-color: #b78b31;
}
.g_newlst .list-style-02 .item-line:hover .prod-list01-link {
  background: #b78b31;
}
.g_newlst .list-style-02 .item-line:hover .prod-list01-link a {
  color: #fff;
}
.g_newlst .list-style-02 .item-picture {
  width: 100%;
}
.g_newlst .list-style-02 .item-picture img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.g_newlst .list-style-02 .item-text {
  background: #f7f7f7;
  padding: 25px 25px 115px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g_newlst .list-style-02 .item-text .prod-list01-name {
  position: relative;
  height: 40px;
  font-weight: bold;
  font-size: 24px;
  color: #333;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.g_newlst .list-style-02 .item-text h4 a {
  font-size: 16px;
  font-weight: normal;
  line-height: 38px;
  color: #333333;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: bold;
}
.g_newlst .list-style-02 .prod-hot-time1 {
  display: none;
}
.g_newlst .list-style-02 .item-desc {
  height: 72px;
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.g_newlst .list-style-02 .item-link {
  display: block;
  position: absolute;
  left: 25px;
  bottom: 40px;
  right: auto;
  width: 164px;
  height: 44px;
  line-height: 44px;
  border: 2px solid #e8e8e8;
  font-size: 14px;
  color: #666666;
  padding: 0;
}
.g_newlst .list-style-02 .item-link a {
  padding: 0;
  font-size: 14px;
  color: #666666;
  text-align: center;
}
.g_newlst .list-style-02 .item-line:hover .item-text {
  background: #fff;
  box-shadow: 13px 0 16px rgba(76, 79, 86, 0.2);
}
.g_newlst .list-style-02 .item-line:hover .item-text .item-link {
  background: #b78b31;
  color: #fff;
}
.g_newlst ul.left-nav-01-one ul.left-nav-01-two {
  display: none;
}
.list-style-02 .vertical-layout-item .item-line::after,
.list-style-01 .vertical-layout-item .item-line::after {
  border: none;
}
.pagination-1 {
  height: 36px;
  line-height: 36px;
}
.pagination-1 a,
.pagination-1 span {
  border: none;
  height: 36px;
  line-height: 36px;
  margin-right: 10px;
  padding: 0 15px;
  border: 1px solid #e4e4e4;
}
.pagination-1 .page_prev {
  border: none;
}
.pagination-1 .page_next {
  border: none;
}
.pagination-1 .page_curr {
  background: #666666;
  border: 1px solid #666666;
}
/*资讯详情*/
.g_newxx {
  margin-bottom: 10px;
}
.g_newxx .newxxcon {
  padding: 0 0 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 90px;
}
.g_newxx .article-title {
  max-height: 200px;
  font-size: 26px;
  font-weight: normal;
  line-height: 100px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 18px;
}
.g_newxx .article-desc {
  background: #efefef;
  padding: 23px 30px 35px 30px;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g_newxx .article-desc-t1 {
  width: 88px;
  float: left;
  color: #333333;
  font-weight: bold;
  font-size: 14px;
}
.g_newxx .article-desc-t2 {
  padding-left: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.g_newxx .article-sourspan {
  margin: 0 9px;
}
.g_newxx .article-con,
.g_newxx .article-desc {
  margin: 0;
}
.g_newxx .endit-content {
  margin-bottom: 20px;
}
.g_newxx .article-con h4 {
  line-height: 40px;
  font-size: 16px;
  color: #333333;
}
.g_newxx .article-con p {
  line-height: 26px;
  font-size: 14px;
  color: #666666;
  margin-bottom: 22px;
  padding-left: 25px;
}
.g_newxx .article-con .kindeditor_img-block {
  padding-left: 0;
}
.g_newxx .pagecon {
  height: 80px;
  line-height: 40px;
}
.g_newxx .nsw-page-prev {
  width: 100%;
  position: relative;
}
.g_newxx .nsw-page-next {
  width: 100%;
  position: relative;
}
.g_newxx .nsw-page-prev:before,
.g_newxx .nsw-page-next:before {
  content: "";
  width: 4px;
  height: 16px;
  background: #b78b31;
  position: absolute;
  top: 13px;
  left: 15px;
  z-index: 1;
}
.g_newxx .nsw-page-prev:after,
.g_newxx .nsw-page-next:after {
  border-bottom: none;
}
.g_newxx .nsw-page-prev span,
.g_newxx .nsw-page-next span {
  background: none;
  font-size: 18px;
  color: #333;
  line-height: 40px;
  height: 40px;
  width: 78px;
  margin-right: 0;
  padding-left: 36px;
}
.g_newxx [data-blk-pagin="pagin"] a {
  font-size: 18px;
  color: #b78b31;
}
.g_newxx .prod-hot {
  margin-top: 30px;
  padding: 0 0 30px;
}
.g_newxx .prod-hot .prod-hot-list {
  margin: 30px 0 40px;
  position: relative;
  overflow: hidden;
}
.g_newxx .prod-hot .prod-hot-list dl {
  float: left;
  width: 226px;
  margin: 0 6px 14px 0;
  border: 1px solid #cacaca;
  background: none;
}
.g_newxx .prod-hot .prod-hot-list dl:nth-child(4n) {
  margin-right: 0;
}
.g_newxx .prod-hot .prod-hot-list dt img {
  width: 226px;
  display: block;
}
.g_newxx .prod-hot .prod-hot-list dd {
  height: 70px;
}
.g_newxx .prod-hot .prod-hot-name {
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
  color: #1a1a1a;
  text-align: center;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_newxx .prod-hot .prod-hot-name a {
  display: block;
  color: #1a1a1a;
}
.g_newxx .prod-hot .prod-hot-name:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 1px;
  left: 50%;
  margin-left: -9px;
  top: 38px;
  background: #666666;
}
.g_newxx .prod-hot .prod-hot-desc {
  display: none;
}
.g_newxx .prod-hot .prod-hot-link {
  display: none;
}
.g_newxx .pro-title {
  height: 48px;
  line-height: 48px;
  padding-left: 30px;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}
.g_newxx .pro-title b {
  display: block;
  float: left;
  font-size: 20px;
  font-weight: normal;
  line-height: 48px;
  color: #333333;
  margin-right: 40px;
  font-weight: bold;
}
.g_newxx .pro-title em {
  display: block;
  float: left;
  font-size: 14px;
  font-weight: normal;
  line-height: 48px;
  color: #666666;
}
.g_newxx .pro-title:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 16px;
  background: #b78b31;
  left: 0;
  top: 17px;
  z-index: 1;
}
.g_newxx .pro-title:before {
  content: '';
  position: absolute;
  width: 136px;
  height: 3px;
  background: #b78b31;
  left: 0;
  top: 46px;
  z-index: 1;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------*/
/*关于我们----------------------------------------------------------------------------------------------------------------------------------------------*/
.g_nav .left-nav-01-one {
  margin-bottom: 55px;
}
.g_nav .left-nav-01-one > li {
  height: 70px;
  line-height: 70px;
  background: #b78b31;
  float: left;
  width: 194px;
  margin-right: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
.g_nav .left-nav-01-one > li h3 {
  height: 70px;
  line-height: 70px;
}
.g_nav .left-nav-01-one > li h3 a {
  display: block;
  text-align: center;
  height: 70px;
  font-size: 24px;
  font-weight: 400;
  line-height: 70px;
  color: #fff;
  overflow: hidden;
  margin: 0;
  padding: 0 20px;
}
.g_nav .left-nav-01-one > li.sidenavcur,
.g_nav .left-nav-01-one > li:hover {
  color: #fff;
  background: #666666;
}
.g_nav .left-nav-01-one > li.sidenavcur > h3 > a,
.g_nav .left-nav-01-one > li:hover > h3 > a {
  color: #fff;
  font-weight: 700;
}
.g_ab {
  padding-bottom: 80px;
}
.g_ab .abyslst {
  margin-bottom: 46px;
}
.g_ab .abyslst li {
  float: left;
  width: 400px;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.g_ab .abyslst li b {
  float: left;
  max-width: 180px;
  font-size: 70px;
  font-weight: normal;
  line-height: 80px;
  color: #b78b31;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: bold;
  margin-right: 15px;
}
.g_ab .abyslst li span {
  float: left;
  max-width: 146px;
  padding-top: 12px;
  overflow: hidden;
}
.g_ab .abyslst li span em {
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  color: #b78b31;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-width: 136px;
}
.g_ab .abyslst li span h4 {
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-width: 136px;
}
.g_ab .abyslst li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 70px;
  background: #ebebeb;
  right: 0;
  top: 8px;
}
.g_ab .abyslst li:last-child:before {
  background: none;
}
.g_ab .abyslst li:nth-child(1) {
  padding-left: 30px;
}
.g_ab dl dt {
  width: 1200px;
  height: 494px;
}
.g_ab dl dt img {
  width: 1200px;
  height: 494px;
  display: block;
}
.g_ab dl dd {
  height: 230px;
}
.g_ab dl dd h3 {
  float: left;
  width: 180px;
  height: 226px;
  background: #b78b31;
  padding: 30px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.g_ab dl dd h3 em {
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: block;
  height: 60px;
  width: 180px;
  font-weight: bold;
  margin: 0 auto 20px;
  text-transform: uppercase;
}
.g_ab dl dd h3 b {
  font-size: 24px;
  font-weight: normal;
  line-height: 46px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: bold;
}
.g_ab dl dd .abr {
  float: right;
  width: 976px;
  padding-top: 30px;
}
.g_ab dl dd .abr h4 {
  font-size: 26px;
  font-weight: normal;
  line-height: 50px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_ab dl dd .abr .abwz {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.g_ab2 .left-nav-01-one {
  margin-bottom: 0;
}
.g_ab2 .left-nav-01-one > li {
  height: 70px;
  line-height: 70px;
  background: #b78b31;
  float: left;
  width: 194px;
  margin-right: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
.g_ab2 .left-nav-01-one > li h3 {
  height: 70px;
  line-height: 70px;
}
.g_ab2 .left-nav-01-one > li h3 a {
  display: block;
  text-align: center;
  height: 70px;
  font-size: 24px;
  font-weight: 400;
  line-height: 70px;
  color: #fff;
  overflow: hidden;
}
.g_ab2 .left-nav-01-one > li.sidenavcur,
.g_ab2 .left-nav-01-one > li:hover {
  color: #fff;
  background: #666666;
}
.g_ab2 .left-nav-01-one > li.sidenavcur > h3 > a,
.g_ab2 .left-nav-01-one > li:hover > h3 > a {
  color: #fff;
  font-weight: 700;
}
.g_cpyy {
  background: #f7f7f7;
  padding: 80px 0;
}
.g_cpyy h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 36px;
  color: #333;
  font-weight: bold;
  line-height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.g_cpyy p {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 20px;
}
.g_cpyy h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 50px;
  color: #b78b31;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
.g_cpyy .abcpyy li {
  float: left;
  width: 390px;
  height: 292px;
  position: relative;
  margin: 0 6px;
  margin-bottom: 15px;
}
.g_cpyy .abcpyy li img {
  width: 390px;
  height: 292px;
  display: block;
}
.g_cpyy .abcpyy li:nth-child(3n) {
  margin-right: 0;
}
.g_cpyy .abcpyy li em {
  position: absolute;
  width: 100%;
  line-height: 108px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  left: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: /code/cssgradient/index.aspx#000000+1,2993e9+100&0+0,0.65+100 */

  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(41, 147, 233, 0.65) 100%);
  /* FF3.6-15 */

  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(41, 147, 233, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(41, 147, 233, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#00000000', endColorstr='#a62993e9', GradientType=0);
  /* IE6-9 */

}
.g_ryzz {
  padding-top: 50px;
  padding-bottom: 200px;
}
.g_ryzz h2 {
  margin-bottom: 34px;
}
.g_ryzz h2 b {
  font-size: 46px;
  font-weight: normal;
  line-height: 60px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
}
.g_ryzz h2 em {
  font-size: 14px;
  font-weight: normal;
  line-height: 40px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: normal;
}
.g_ryzz .zsbd {
  margin-bottom: 60px;
}
.g_ryzz .zsbd li {
  float: left;
  width: 260px;
  height: 340px;
  border: 10px solid #e9e9e9;
  margin-right: 25px;
}
.g_ryzz .zsbd li img {
  width: 260px;
  height: 340px;
  display: block;
}
.g_ryzz .u_ljt {
  position: absolute;
  left: 444px;
  top: 600px;
}
.g_ryzz .u_rjt {
  position: absolute;
  left: 604px;
  top: 600px;
}
.m_zgab {
  background: url(../images/abbg2.jpg) no-repeat center top;
  background-size: 1920px 729px;
  height: 729px;
  padding-top: 55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m_zgab .zgwz {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
.g_qywh {
  background-image: url('../images/whbg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 1920px 1120px;
  padding: 56px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1120px;
}
.g_qywh h2 {
  margin-bottom: 34px;
}
.g_qywh h2 b {
  font-size: 46px;
  font-weight: normal;
  line-height: 60px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
}
.g_qywh h2 em {
  font-size: 14px;
  font-weight: normal;
  line-height: 40px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: normal;
}
.g_qywh dl {
  background: #f2f2f2;
  height: 100px;
  margin-bottom: 20px;
  padding: 9px 12px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 460px;
}
.g_qywh dl dt {
  float: left;
  width: 77px;
  height: 77px;
  background: #b78b31;
  overflow: hidden;
  border-radius: 15px;
}
.g_qywh dl dt img {
  width: 154px;
}
.g_qywh dl dd {
  float: left;
  margin-left: 30px;
  width: 280px;
}
.g_qywh dl dd h3 {
  font-size: 22px;
  font-weight: normal;
  line-height: 40px;
  color: #000000;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_qywh dl dd p {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_qywh dl:hover {
  background: #b78b31;
}
.g_qywh dl:hover dt {
  background-color: #fff;
}
.g_qywh dl:hover dt img {
  margin-left: -77px;
}
.g_qywh dl:hover h3,
.g_qywh dl:hover p {
  color: #fff;
}
/*联系我们----------------------------------------------------------------------------------------------------------------------------------------------*/
.contact {
  margin-bottom: 10px;
  padding-bottom: 0;
}
.contact-title {
  text-align: center;
}
.contact-title p {
  font-size: 46px;
  font-weight: normal;
  line-height: 66px;
  color: #222222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.contact-title span {
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  color: #979797;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.contact-txt {
  margin-bottom: 90px;
  background: #f7f7f7;
}
.contact-txt img {
  width: 776px;
  height: 430px;
  float: left;
}
.contact-txt .lxwmr {
  float: left;
  padding: 90px 0 0 90px;
  width: 424px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-txt .lxwmr p {
  font-size: 24px;
  font-weight: normal;
  line-height: 44px;
  color: #b4b4b4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: bold;
  margin-bottom: 32px;
}
.contact-txt .lxwmr .lxtel em {
  font-size: 14px;
  font-weight: normal;
  line-height: 34px;
  color: #222222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: block;
  font-weight: bold;
  height: 34px;
}
.contact-txt .lxwmr .lxtel b {
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
  color: #222222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: block;
  font-weight: bold;
  margin-bottom: 28px;
  height: 60px;
}
.contact-txt .lxwmr .lxtel span a {
  display: block;
  width: 150px;
  height: 44px;
  line-height: 44px;
  background: #b78b31;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.contact-deta {
  float: left;
  border: 1px solid #e6e6e6;
  width: 400px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: none;
  border-right: none;
  height: 92px;
  line-height: 92px;
}
.contact-deta:nth-child(3) {
  border-right: 1px solid #e6e6e6;
}
.contact-list-txt {
  float: left;
  width: 120px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  border-right: 1px solid #e6e6e6;
}
.contact-info {
  float: left;
  width: 277px;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 22px;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: bold;
}
.contact-info a {
  color: #222;
}
.contact-deta:nth-child(1) .contact-info {
  color: #b78b31;
  font-weight: bold;
}
.contact-add {
  border: 1px solid #e6e6e6;
  height: 92px;
  line-height: 92px;
  margin-bottom: 20px;
}
.contact-add .contact-list-txt {
  float: left;
  width: 120px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  border-right: 1px solid #e6e6e6;
}
.contact-add .contact-info {
  float: left;
  width: 1070px;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: normal;
}
.contact-add .contact-info a {
  color: #222;
}
.contact-map img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
html {
  font-size: 10px;
  -webkit-text-size-adjust: none;
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1366px) {
  html {
    font-size: 17px;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 24px;
  }
}
/*STRUCTURE_STYLE_START*/
.description02621 .description02621-desc:after {
  background-color: #b78b31 !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.description02621280 .description02621280-desc:after {
  background-color: #b78b31 !important;
}
/*STRUCTURE_STYLE_END*/