@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;
  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*/
/*返回顶部*/
.sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  position: fixed;
  bottom: 20px;
  right: 19px;
  z-index: 110;
  height: 44px;
  width: 44px;
}
.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-itme:hover span {
  display: block;
}
.sidebar img {
  width: 44px;
  height: 44px;
  background-color: #ccc;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  outline: 0;
}
.sidebar:hover img {
  background-color: #b78b31;
}
.sidebar .fh {
  display: none;
}
/*--------------------------------------内页部分-------------------------------*/
/*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;
}
/*公司信息列表*/
.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;
}
.blk-exhibition-nav .super-nav {
  height: 50px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
.blk-exhibition-nav .super-nav h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
  color: #333333;
  text-align: center;
}
.blk-exhibition .super-list {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  align-items: stretch;
  -webkit-align-items: stretch;
  flex-wrap: wrap;
}
.blk-exhibition .super-list dl {
  background: #f0f0f0;
  margin: 0 3% 20px;
}
.blk-exhibition .super-list dt {
  border: 1px solid #e5e5e5;
  padding: 10px;
  background: #fff;
}
.blk-exhibition .super-list dt img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.blk-exhibition .super-list dd {
  text-align: center;
  padding: 0 5px;
  background: #f0f0f0;
}
.blk-exhibition .super-list dd a {
  display: block;
  height: 50px;
  font-size: 16px;
  font-weight: normal;
  line-height: 50px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
