@charset "utf-8";
/*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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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*/
.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;
}
.banner img {
  width: 100%;
  display: block;
}
/*合作*/
.g_hz {
  padding: 70px 0;
}
.g_hz .m_hz {
  margin-bottom: 30px;
}
.g_hz .m_hz h2 {
  margin-bottom: 20px;
  height: 104px;
  text-align: center;
  color: #b78b31;
  font-size: 35px;
  text-decoration: none;
  font-weight: bold;
}
.g_hz .m_hz h2 i {
  display: inline-block;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
}
.g_hz .m_hz h2 em {
  display: block;
  height: 40px;
  font-size: 20px;
  color: #333333;
  font-weight: normal;
  line-height: 40px;
  overflow: hidden;
}
.m_hz .m_kfc {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.m_hz .u_rjt {
  right: -60px;
  top: 48px;
}
.m_hz .m_kfc .u_mid {
  width: 1200px;
  overflow: hidden;
}
.m_hz .m_kfc .u_lst1 li {
  width: 190px;
  float: left;
  margin-right: 12px;
}
.m_hz .m_kfc .u_lst1 .lastli {
  margin-right: 0;
}
.m_hz .m_kfc .u_lst1 li img {
  width: 188px;
  height: 110px;
  display: block;
  border: 1px solid #d8d8d8;
}
.m_hz .m_kfc .u_lst1 span {
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
  color: #333333;
  font-size: 18px;
  margin-top: 10px;
}
.m_hz .m_kfc .u_lst1 a:hover {
  text-decoration: none;
}
.m_hz .m_kfc .u_lst1 li.cur img {
  border-color: #b78b31;
}
.m_hz .m_kfc .u_lst1 li.cur span {
  color: #b78b31;
}
.g_hz .g_hz-list .list-pic img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.brand-introduction {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: #f5f5f5;
  border-radius: 10px;
}
.logo-section {
  width: 150px;
}
.logo-section .logo-img {
  width: 150px;
  height: 75px;
  display: block;
}
.certificate-section {
  width: 160px;
  border: 1px solid gray;
}
.certificate-section .certificate-img {
  width: 160px;
  height: 213px;
  display: block;
}
.text-section {
  flex-grow: 1;
  margin: 0 20px;
}
.text-section .text_tit {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.text-section .text_tit h4 {
  font-size: 24px;
}
.text-section p {
  font-size: 16px;
  color: #666;
}
.business-intro {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.business-category a {
  display: inline-block;
  padding: 5px 10px;
  background-color: #ddd;
  border-radius: 3px;
  margin-right: 10px;
  text-decoration: none;
  color: #666  !important;
}
.business-category a:first-of-type {
  color: #fff !important;
  background-color: #b78b31;
}
.brand-introduction {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.text-section .text_tit .seal {
  display: inline-block;
  line-height: 2;
  margin-left: 20px;
  background-color: #b78b31;
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 15px;
}
.text-section .text_tit .seal img {
  width: 30px;
  height: 30px;
  margin-right: 0;
  vertical-align: middle;
}
.text-section .text_tit .seal span {
  vertical-align: middle;
}
/*合作*/
.g_pro {
  height: 584px;
  padding-top: 60px;
  background-image: url('../images/cpbg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 644px;
}
.pro_icon {
  height: 302px;
  width: 1200px;
  position: absolute;
  top: 32px;
  left: 0;
  z-index: -1;
}
.g_pro .m_pro h2 {
  height: 105px;
  text-align: center;
  margin-bottom: 20px;
  color: #b78b31;
  font-size: 35px;
  text-decoration: none;
  font-weight: bold;
}
.g_pro .m_pro h2 i {
  display: inline-block;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
}
.g_pro .m_pro h2 em {
  display: block;
  height: 40px;
  font-size: 20px;
  color: #333333;
  font-weight: normal;
  padding-top: 5px;
  line-height: 40px;
  overflow: hidden;
}
.m_pro .m_kfc {
  height: 470px;
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.g_pro dl {
  margin: 0 0 0 100px;
  overflow: hidden;
}
.g_pro dt {
  float: left;
  width: 540px;
  margin-right: 75px;
}
.g_pro dt img {
  width: 540px;
  height: 400px;
  display: block;
}
.g_pro dd {
  float: left;
  padding-top: 92px;
  width: 460px;
}
.g_pro h3 {
  height: 38px;
  font-size: 34px;
  font-weight: bold;
  color: #000;
  overflow: hidden;
  margin-bottom: 46px;
}
.g_pro h3 em {
  display: block;
  font-size: 19px;
  color: #000;
  text-transform: uppercase;
  font-weight: normal;
}
.pro_desc {
  max-height: 130px;
  font-size: 14px;
  color: #000;
  line-height: 26px;
  overflow: hidden;
}
.pro_desc p {
  float: left;
  display: inline-block;
  width: 48%;
  overflow: hidden;
}
.pro_desc p.pro_p2 {
  float: right;
}
.g_pk {
  height: 1132px;
  padding-top: 20px;
}
.g_pk h2 {
  height: 105px;
  margin-bottom: 20px;
  text-align: center;
  padding-left: 35px;
  overflow: hidden;
  color: #b78b31;
  font-size: 35px;
  text-decoration: none;
  font-weight: bold;
}
.g_pk h2 i {
  display: inline-block;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
}
.g_pk h2 em {
  display: block;
  height: 40px;
  font-size: 20px;
  color: #333333;
  font-weight: normal;
  line-height: 40px;
  overflow: hidden;
}
.g_pk .m_pk {
  height: 218px;
  margin-bottom: 26px;
  position: relative;
}
.g_pk .m_pk .m_pk_icon {
  left: 544px;
  top: 56px;
  z-index: 999;
  position: absolute;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: #b78b31;
  color: #fff;
  text-align: center;
}
.g_pk .m_pk .m_pk_icon p {
  font-size: 30px;
  color: #fff;
  margin-top: 20px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-weight: bold;
}
.g_pk .m_pk .m_pk_icon span {
  font-size: 30px;
  font-weight: normal;
  display: block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
.g_pk dl {
  float: left;
  width: 586px;
  margin-right: 27px;
  background-color: #efefef;
  height: 218px;
}
.g_pk .lastdl {
  margin-right: 0;
}
.g_pk dt {
  position: relative;
  float: left;
  width: 248px;
}
.g_pk dt img {
  width: 248px;
  height: 218px;
  display: block;
}
.g_pk dt em {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 248px;
  background: rgba(0, 0, 0, 0.5);
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
}
.g_pk dd {
  float: left;
  width: 297px;
  padding: 34px 17px 0 23px;
}
.g_pk h3 {
  height: 62px;
  font-size: 24px;
  font-weight: bold;
  color: #b78b31;
  line-height: 62px;
  background-image: url('../images/pkbg1.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 294px 3px;
  margin-bottom: 12px;
  overflow: hidden;
}
.pk-desc {
  max-height: 84px;
  font-size: 16px;
  color: #656565;
  line-height: 28px;
  overflow: hidden;
}
.g_pk .lastdl h3 {
  color: #242424;
}
.g_pk .pkico {
  position: absolute;
  width: 108px;
  height: 862px;
  left: 545px;
  top: 160px;
}
.g_xban {
  height: 180px;
}
.g_xban img {
  width: 1920px;
  height: 180px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.ban_tel {
  width: 266px;
  margin-top: 60px;
}
.g_xban .tel {
  height: 34px;
  font-size: 14px;
  color: #000;
  font-weight: normal;
  line-height: 34px;
  overflow: hidden;
}
.g_xban .tel em {
  font-size: 24px;
  font-weight: bold;
}
.ban_tel .btn {
  width: 158px;
  height: 34px;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  border-radius: 34px;
  overflow: hidden;
  background-color: #666666;
}
.ban_tel .btn a {
  display: block;
  color: #000;
  height: 34px;
  overflow: hidden;
}
.xban_txt {
  width: 660px;
  float: left;
  margin-left: 220px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  margin-top: 60px;
}
.xban_txt p {
  height: 40px;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #b78b31;
  overflow: hidden;
}
.xban_txt span {
  display: inline-block;
  height: 32px;
  overflow: hidden;
}
.g_ystit {
  height: 105px;
  margin-top: 70px;
  margin-bottom: 20px;
  overflow: hidden;
}
.g_ystit h2 {
  margin-bottom: 20px;
  height: 105px;
  text-align: center;
  padding-right: 35px;
  color: #b78b31;
  font-size: 35px;
  text-decoration: none;
  font-weight: bold;
}
.g_ystit h2 p {
  height: 46px;
  line-height: 46px;
  overflow: hidden;
}
.g_ystit h2 em {
  height: 40px;
  display: block;
  font-size: 20px;
  color: #333333;
  font-weight: normal;
  background: #fff;
  line-height: 40px;
  padding: 0 30px;
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.m_ys1 {
  height: 364px;
}
.m_ys1 .m_ys1c {
  padding: 84px 0 0 0px;
  width: 530px;
  float: right;
}
.m_ys1 img,
.m_ys2 img,
.m_ys3 img,
.m_ys4 img {
  width: 600px;
  height: 364px;
}
.m_ys2 {
  height: 362px;
}
.m_ys2 .m_ys2c {
  padding: 84px 0 0 0;
}
.m_ys3 {
  height: 365px;
}
.m_ys3 .m_ys3c {
  padding: 84px 0 0 0px;
  width: 530px;
  float: right;
}
.m_ys4 {
  height: 364px;
}
.m_ys4 .m_ys4c {
  padding: 84px 0 0 0;
}
.m_ys1 h2 {
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  font-weight: bold;
  color: #2b2b2b;
  margin-bottom: 30px;
  overflow: hidden;
}
.m_ys1 h3 {
  height: 86px;
  font-size: 24px;
  color: #b78b31;
  font-weight: bold;
}
.m_ys1 h3 b {
  display: block;
  height: 41px;
  font-size: 34px;
  color: #666666;
  overflow: hidden;
}
.m_ys1 h3 em {
  height: 32px;
  display: inline-block;
  line-height: 32px;
  overflow: hidden;
}
.ys-desc {
  max-height: 92px;
  font-size: 14px;
  color: #666666;
  line-height: 23px;
  width: 350px;
  overflow: hidden;
}
.g_kf {
  padding: 65px 0;
}
.g_kf h2 {
  margin-bottom: 20px;
  height: 105px;
  overflow: hidden;
  text-align: center;
  color: #b78b31;
  font-size: 35px;
  text-decoration: none;
  font-weight: bold;
}
.g_kf h2 i {
  display: block;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
}
.g_kf h2 em {
  display: block;
  height: 40px;
  overflow: hidden;
  font-size: 20px;
  color: #333333;
  font-weight: normal;
  line-height: 40px;
}
.g_kf dl {
  float: left;
  width: 588px;
  margin-right: 22px;
  background: #f7f7f7;
  height: 199px;
  margin-bottom: 35px;
}
.g_kf .lastdl {
  margin-right: 0;
}
.g_kf dt {
  float: left;
  width: 179px;
  margin-right: 23px;
}
.g_kf dt img {
  width: 179px;
  height: 199px;
  display: block;
}
.g_kf dd {
  float: left;
  padding-top: 40px;
  width: 330px;
}
.g_kf h3 {
  border-left: 2px solid #b78b31;
  padding-left: 20px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  margin-bottom: 18px;
}
.g_kf h3 i {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.g_kf h3 em {
  display: block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
.kf-desc {
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  color: #555555;
}
.g_xban2 {
  background-image: url('../images/xban2.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 180px;
  height: 150px;
  padding-top: 30px;
}
.rk {
  float: left;
  width: 920px;
}
.rk li {
  float: left;
  width: 116px;
  height: 116px;
  margin-right: 20px;
  position: relative;
  border: 3px solid #666;
  border-radius: 50%;
}
.rk li em {
  position: absolute;
  left: 0;
  top: 70px;
  height: 18px;
  font-size: 14px;
  color: #666;
  line-height: 18px;
  text-align: center;
  width: 116px;
  overflow: hidden;
}
.rk li img {
  position: absolute;
  left: 35px;
  top: 15px;
  width: 47px;
  height: 47px;
}
.rk li:hover em {
  color: #b78b31;
}
.rk li a:hover {
  color: #b78b31;
}
.g_xban2 .tel {
  float: right;
  width: 280px;
}
.g_xban2 .tel li {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #000;
  overflow: hidden;
}
.g_xban2 .tel li b {
  font-size: 18px;
}
.g_xban2 .tel .email {
  margin-top: 5px;
}
.g_xban2 .tel .email b {
  font-weight: normal;
}
.g_ab {
  height: 599px;
  padding-right: 40px;
}
.g_ab dt {
  float: left;
  padding-top: 66px;
}
.g_ab dt img {
  width: 588px;
  height: 415px;
  display: block;
}
.g_ab dd {
  float: right;
  padding-top: 108px;
  width: 589px;
}
.g_ab dd h3 {
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
  overflow: hidden;
}
.g_ab dd p {
  font-size: 14px;
  line-height: 24px;
  height: 96px;
  color: #666666;
  margin-bottom: 50px;
  overflow: hidden;
}
.g_ab ul {
  height: 156px;
}
.g_ab li {
  float: left;
  width: 120px;
  margin-right: 24px;
}
.g_ab li img {
  width: 120px;
  height: 120px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.g_ab li em {
  display: block;
  width: 120px;
  height: 18px;
  margin-top: 16px;
  font-size: 14px;
  color: #5b5b5b;
  text-align: center;
  overflow: hidden;
}
.g_xban3 {
  background-image: url('../images/xban3.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 386px;
  height: 386px;
}
.g_xban3 .tel {
  position: absolute;
  top: 160px;
  left: 612px;
  font-size: 28px;
  color: #b78b31;
  font-weight: normal;
  padding-left: 72px;
  background-image: url('../images/xban3_icon1.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 57px 57px;
}
.g_xban3 .tel01 {
  color: #fff;
}
.g_xban3 .tel b {
  display: block;
  height: 34px;
  font-weight: normal;
  overflow: hidden;
}
.g_xban3 .btn {
  position: absolute;
  top: 172px;
  right: 0;
  width: 160px;
  height: 42px;
  border-radius: 42px;
  background: #b78b31;
  color: #fff;
  text-align: center;
  line-height: 42px;
  font-size: 22px;
  overflow: hidden;
}
.g_xban3 .btn a {
  color: #fff;
  display: block;
  height: 42px;
  overflow: hidden;
}
.g_xban3 .font {
  width: 603px;
  height: 167px;
  background-image: url('../images/xban3_icon2.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 643px 210px;
  padding: 44px 0 0 40px;
  float: left;
  margin-top: 88px;
}
.g_xban3 .font h5 {
  font-size: 34px;
  font-weight: bold;
  color: #b78b31;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  width: 570px;
}
.g_xban3 .font h6 {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  width: 570px;
  font-weight: normal;
}
.sidebar {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 99;
  width: 50px;
}
.sidebar-itme {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  position: relative;
}
.sidebar-itme:hover span {
  display: block;
}
.sidebar-itme span {
  display: none;
  width: 66px;
  height: 24px;
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
  background-color: #eee;
  position: absolute;
  right: 54px;
  top: 50%;
  margin-top: -12px;
}
.sidebar img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #b78b31;
  overflow: hidden;
}
.sidebar .fh {
  display: none;
}
