﻿@charset "utf-8";
/*COMMON_BLK_START*/
/*AVAIBLE_VI
[
{"vicolor":"#002060","sub1color":"#ff8400"},
{"vicolor":"#fe9e0b","sub1color":"#3B200C"},
{"vicolor":"#D32F2F","sub1color":"#3B200C"},
{"vicolor":"#4C9DA0","sub1color":"#fb5f08"}
]
AVAIBLE_VI*/
em {
  font-style: normal;
}
.search-inp .search-btn::after {
  background-color: #f00d20;
}
.search-inp .search-btn::before {
  border-color: #f00d20;
}
/*列表自定义板块*/
.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: #f00d20;
}
.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: #f00d20;
}
.list-style-02 .item-line:hover .item-link,
.list-style-01 .item-line:hover .item-link {
  background: #f00d20;
  border-color: #f00d20;
}
.list-style-02 .item-line:hover .item-link a,
.list-style-01 .item-line:hover .item-link a {
  color: #fff;
}
.h_head {
  position: relative;
  z-index: 10;
  height: 239px;
  background-image: url('/images/h_top_bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 239px;
}
.header {
  position: relative;
}
.h_map {
  overflow: hidden;
  font-size: 14px;
  font-weight: normal;
  line-height: 35px;
  color: #686868;
  height: 35px;
}
.h_map span {
  display: block;
  float: right;
}
.h_map span a {
  padding: 0 14px;
}
.h_map span a:last-child {
  padding-right: 0;
}
.h-con {
  height: 144px;
}
#h1-tag {
  height: 110px;
  padding: 10px 20px 10px 0;
  margin: 14px auto 0;
  font-size: 0;
  line-height: 0;
  float: left;
  position: relative;
}
#h1-tag:before {
  content: "";
  position: absolute;
  top: 19%;
  right: 0;
  width: 1px;
  height: 30%;
  background: #d9d9d9;
}
#h1-tag a {
  display: table-cell;
  vertical-align: middle;
}
#h1-tag img {
  max-width: 108px;
  max-height: 108px;
  display: inline-block;
}
.h_txt {
  max-width: 500px;
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
  margin: 39px 0 0 20px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.h_txt span {
  display: block;
  font-weight: bold;
  height: 30px;
  margin-bottom: 2px;
  line-height: 32px;
}
.h_txt em {
  display: block;
  height: 30px;
  overflow: hidden;
  font-size: 18px;
  color: #f00d20;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 32px;
}
.code {
  width: 150px;
  height: 144px;
  float: right;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.code img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 20px auto 0;
}
.h-tel {
  width: 230px;
  height: 78px;
  float: right;
  margin: 32px 0 0 0;
  padding-left: 62px;
  background-image: url('/images/phone.png');
  background-repeat: no-repeat;
  background-position: left 8px;
  background-size: 46px 46px;
}
.h-tel p {
  height: 24px;
  font-size: 26px;
  font-weight: bold;
  line-height: 24px;
  color: #f00d20;
  overflow: hidden;
}
.h-tel em {
  display: block;
  height: 32px;
  font-family: "Times New Roman";
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
}
.nav {
  background: #1b191d;
  height: 60px;
}
.nav-one {
  height: 60px;
  width: 1200px;
  margin: 0 auto;
}
.nav-one > li {
  text-align: center;
  float: left;
  height: 60px;
  position: relative;
}
.nav-one > li a {
  display: block;
  height: 60px;
  color: #dcdcdc;
  font-size: 16px;
  line-height: 60px;
  overflow: hidden;
}
.nav-one > li:hover > a,
.nav-one > li.cur > a {
  font-weight: bold;
  color: #fff;
  background-color: #f00d20;
}
.nav-one > li:hover .nav-two {
  display: block;
}
.nav-two {
  display: none;
  background: #fff;
  position: absolute;
  top: 60px;
  z-index: 99;
}
.nav-two li {
  border-bottom: 1px solid #ccc;
}
.nav-two li {
  white-space: nowrap;
  height: 60px;
  position: relative;
  overflow: hidden;
  border-right: 0px;
}
.nav-two li a {
  display: block;
  height: 60px;
  font-size: 16px;
  font-weight: normal;
  line-height: 60px;
  color: #0d0d0f;
  text-align: center;
  overflow: hidden;
}
.nav-two li:hover > a {
  color: #fff;
}
.nav-two li:hover {
  background-color: #f00d20;
  border-color: #f00d20;
}
/*底部*/
.foot {
  height: 417px;
  background: #222;
}
.foot .f-nav {
  background: #1b191d;
  height: 61px;
  overflow: hidden;
}
.foot .f-nav ul {
  width: 1200px;
  height: 61px !important;
  margin: 0 auto;
  overflow: hidden;
}
.foot .f-nav li {
  height: 61px;
  font-size: 16px;
  font-weight: normal;
  line-height: 61px;
  color: #ffffff;
  float: left;
}
.foot .f-nav li a {
  display: block;
  color: #fff;
}
.f_wz {
  width: 325px;
  height: 200px;
  padding-top: 70px;
  overflow: hidden;
  border-right: 1px solid #3e3e3e;
}
.f_wz p {
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  color: #dfdfdf;
  position: relative;
}
.f_wz b {
  display: block;
  font-size: 30px;
  color: #fff;
  line-height: 50px;
}
.f_wz p:nth-child(1),
.f_addr p:nth-child(1) {
  padding-top: 20px;
}
.f_wz p:nth-child(1):before,
.f_addr p:nth-child(1):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 2px;
  background: #fff;
}
.f_wz p a {
  color: #dfdfdf;
}
.f_wz p a:hover {
  color: #fff;
}
.f_addr {
  max-width: 470px;
  padding: 70px 43px 0 43px;
  height: 200px;
  overflow: hidden;
  border-right: 1px solid #3e3e3e;
}
.f_addr p {
  position: relative;
  max-height: 60px;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  color: #dfdfdf;
  background-image: url('/images/f1.png');
  background-repeat: no-repeat;
  background-position: left 22px;
  background-size: 20px 20px;
  padding-left: 30px;
  overflow: hidden;
}
.f_addr p:nth-child(2) {
  background-image: url('/images/f2.png');
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: 22px 24px;
}
.f_addr p:nth-child(3) {
  background-image: url('/images/f3.png');
  background-repeat: no-repeat;
  background-position: left 4px;
  background-size: 20px 20px;
}
.f_code {
  margin-top: 70px;
}
.f_code p {
  width: 116px;
  float: left;
  border: 1px solid #3e3e3e;
}
.f_code p em {
  display: block;
  width: 96px;
  height: 96px;
  margin: 0 auto;
  padding: 5px 10px;
}
.f_code p em img {
  display: block;
  width: 96px;
  height: 96px;
}
.f_code p i {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  color: #dfdfdf;
  text-align: center;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.foot2 {
  height: 87px;
  border-top: 1px solid #3e3e3e;
  font-size: 14px;
  font-weight: normal;
  line-height: 87px;
  color: #ffffff;
}
.foot2 em {
  padding: 0 8px;
}
.foot2 a {
  color: #fff;
}
.bg_vi_color {
  background-color: #f00d20;
}
.txt_vi_color {
  color: #f00d20 !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: #f00d20;
}
.sidebar .fh {
  display: none;
}
/*--------------------------------------内页部分-------------------------------*/
/*min-banner*/
.min-banner {
  height: 380px;
  position: relative;
  overflow: hidden;
}
.min-banner img {
  width: 1920px;
  height: 380px;
  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: #f00d20;
}
/*公司信息列表*/
.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: #1b191d;
}
.blk-exhibition-nav .super-nav a:hover {
  background: #f00d20;
}
.blk-exhibition .super-list {
  padding-bottom: 15px;
}
.blk-exhibition .super-list dl {
  width: 24%;
  float: left;
  background: #f0f0f0;
  margin: 0 1.3% 0 0;
}
.blk-exhibition .super-list dl:nth-child(5n-1) {
  margin-right: 0;
}
.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;
}
/*STRUCTURE_STYLE_START*/
.news01412 .news01412-nav span.cur {
  background-color: #f00d20 !important;
  border-color: #f00d20 !important;
}
/*STRUCTURE_STYLE_END*/