﻿@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: #09c61b;
}
.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: #09c61b;
}
.list-style-02 .item-line:hover .item-link,
.list-style-01 .item-line:hover .item-link {
  background: #09c61b;
  border-color: #09c61b;
}
.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: 132px;
}
.h_con {
  height: 132px;
}
.h_con #h1-tag {
  float: left;
  box-sizing: border-box;
  display: table;
  height: 132px;
  padding: 8px 0 0 8%;
  margin-right: 1%;
  font-size: 0;
  line-height: 0;
}
.h_con #h1-tag a {
  display: table-cell;
  vertical-align: middle;
}
.h_con #h1-tag img {
  max-width: 210px;
  max-height: 100px;
  display: inline-block;
}
.h_con .logowz {
  line-height: 132px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333333;
  width: 34.7%;
  float: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 132px;
}
.h_nav {
  float: left;
  width: 39%;
  height: 46px;
  margin-top: 40px;
}
.h_nav .nav-one {
  height: 46px;
}
.h_nav .nav-one > li {
  float: left;
  height: 46px;
  position: relative;
  text-align: center;
}
.h_nav .nav-one > li a {
  display: block;
  height: 46px;
  color: #666666;
  font-size: 20px;
  line-height: 46px;
  overflow: hidden;
}
.h_nav .nav-one > li a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #09c61b;
  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: #09c61b;
  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: #09c61b;
  position: absolute;
  top: 120px;
  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: #09c61b;
  border-color: #09c61b;
}
.h_tel {
  float: left;
  width: 48px;
  height: 48px;
  position: relative;
  margin-top: 40px;
}
.h_tel p {
  width: 48px;
  height: 48px;
}
.h_tel p img {
  width: 48px;
  height: 48px;
  display: block;
}
.h_tel em {
  display: none;
  position: absolute;
  left: -300px;
  top: 42px;
  font-size: 22px;
  color: #333;
  font-weight: bold;
  width: 400px;
}
.h_tel:hover em {
  display: block;
}
@media screen and (max-width: 1581px) {
  .h_tel {
    display: none;
  }
  .h_nav .nav-one > li a {
    font-size: 16px;
  }
  .h_con #h1-tag {
    padding-left: 3%;
  }
}
/*底部*/
.g_ft {
  background-image: url('../images/ftbg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 1920px 478px;
  padding-top: 48px;
  height: 478px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g_ft .ftup {
  height: 140px;
  overflow: hidden;
}
.g_ft .ftup li {
  float: left;
  position: relative;
  padding-left: 72px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g_ft .ftup li i {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  top: 10px;
}
.g_ft .ftup li i img {
  display: block;
  width: 50px;
  height: 50px;
}
.g_ft .ftup li span {
  display: block;
}
.g_ft .ftup li span b {
  font-size: 16px;
  font-weight: normal;
  line-height: 36px;
  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 li span em {
  font-size: 20px;
  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: 2;
  overflow: hidden;
}
.g_ft .ftup li:nth-child(1) {
  width: 360px;
}
.g_ft .ftup li:nth-child(3) em {
  font-size: 14px;
}
.g_ft .ftup li:nth-child(2) {
  width: 415px;
}
.g_ft .ftup li:nth-child(3) {
  width: 420px;
}
.g_ft .ftdown {
  height: 266px;
}
.g_ft .ftdown .f-logo {
  float: left;
  width: 520px;
}
.g_ft .ftdown .f-logo img {
  display: block;
  max-width: 500px;
  max-height: 110px;
}
.g_ft .ftdown .f-logo p em {
  font-size: 16px;
  font-weight: normal;
  line-height: 46px;
  color: #ffffff;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_ft .ftdown .f-logo p a {
  color: #ffffff;
}
.g_ft .ftdown .ftnav {
  float: left;
  width: 450px;
}
.g_ft .ftdown .ftnav h2 {
  font-size: 22px;
  font-weight: normal;
  line-height: 94px;
  color: rgba(255, 255, 255, 0.8);
}
.g_ft .ftdown .ftnav .ftnavlst a {
  display: block;
  float: left;
  width: 45%!important;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #ffffff;
  text-align: left!important;
  -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_ft .ftdown .ftnav .ftnavlst a:hover {
  color: #09c61b;
}
.g_ft .ftdown .codelst {
  width: 222px;
  float: left;
}
.g_ft .ftdown .codelst h2 {
  font-size: 22px;
  font-weight: normal;
  line-height: 94px;
  color: rgba(255, 255, 255, 0.8);
}
.g_ft .ftdown .codelst li {
  float: left;
  margin: 0 4px;
  display: block;
}
.g_ft .ftdown .codelst i {
  display: block;
  width: 92px;
  height: 92px;
  border: 5px solid #fff;
}
.g_ft .ftdown .codelst i img {
  width: 92px;
  height: 92px;
  display: block;
}
.g_ft .ftdown .codelst em {
  width: 92px;
  line-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 16px;
  height: 40px;
}
/*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: #09c61b;
}
.sidebar .fh {
  display: none;
}
/*--------------------------------------内页部分-------------------------------*/
/*min-banner*/
.min-banner {
  height: 500px;
  position: relative;
  overflow: hidden;
}
.min-banner img {
  width: 1920px;
  height: 500px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
/*面包屑*/
.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: #09c61b;
}
/*公司信息列表*/
.blk-exhibition-nav .super-nav {
  height: 50px;
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
}
.blk-exhibition-nav .super-nav a {
  font-size: 16px;
  font-weight: normal;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  width: 145px;
  margin: 0 2px;
  background: #055dd5;
}
.blk-exhibition-nav .super-nav a:hover {
  background: #09c61b;
}
.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;
}
