﻿
/*COMMON_BLK_START*/
/*AVAIBLE_VI
[
{"vicolor":"#1657a7","sub1color":"#333333"},
{"vicolor":"#01a08e","sub1color":"#ffb400"},
{"vicolor":"#1A2D27","sub1color":"#ABC327"},
{"vicolor":"#ffb400","sub1color":"#35c096"}
]
AVAIBLE_VI*/
.oh {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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: #049d98;
}
.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: #049d98;
}
.list-style-02 .item-line:hover .item-link,
.list-style-01 .item-line:hover .item-link {
  background: #049d98;
  border-color: #049d98;
}
.list-style-02 .item-line:hover .item-link a,
.list-style-01 .item-line:hover .item-link a {
  color: #fff;
}
.recommend .item-picture,
.abput-pic,
.about-list li,
.part-con li,
.case-list dl,
.superi-pic,
.news-con dl {
  overflow: hidden;
}
.recommend .item-picture img,
.abput-pic img,
.about-list li img,
.part-con li img,
.case-list dl img,
.superi-pic img,
.news-con dl img {
  transition: .5s;
}
.recommend .item-picture:hover img,
.abput-pic:hover img,
.about-list li:hover img,
.part-con li:hover img,
.case-list dl:hover img,
.superi-pic:hover img,
.news-con dl:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.search-btn:after {
  background-color: #049d98;
}
.search-btn::before {
  border-color: #049d98;
}
.nav-two {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
/*头部*/
.headbj {
  height: 157px;
  position: relative;
  z-index: 99;
}
.h-con {
  height: 130px;
  position: relative;
}
.h-txt {
  width: 490px;
  float: left;
  margin-top: 30px;
  margin-left: 46px;
}
.h-txt span {
  display: block;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #049d98;
  margin-bottom: 10px;
  font-weight: normal;
  overflow: hidden;
  min-width: 50%;
}
.h-txt em {
  display: block;
  height: 26px;
  font-size: 26px;
  line-height: 26px;
  color: #049d98;
  overflow: hidden;
  font-weight: bold;
}
#h1-tag {
  height: 92px;
  display: block;
  float: left;
  margin-top: 12px;
}
#h1-tag a {
  display: table-cell;
  vertical-align: middle;
}
#h1-tag img {
  display: inline-block;
  max-height: 92px;
  max-width: 130px;
}
.h-tel {
  min-height: 45px;
  overflow: hidden;
  max-width: 340px;
  text-align: left;
  float: right;
  margin-top: 42px;
  padding-left: 47px;
  background-image: url('../image/ph_1.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 41px 41px;
}
.h-tel em {
  display: block;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  margin-bottom: 7px;
  overflow: hidden;
}
.h-tel span {
  display: block;
  height: 26px;
  font-size: 26px;
  line-height: 26px;
  color: #049d98;
  font-family: "Arial";
  word-break: break-all;
  overflow: hidden;
  font-weight: bold;
}
.nav {
  position: absolute;
  z-index: 99;
  background-color: #049d98;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
}
.nav .nav-one {
  height: 59px;
}
.nav .nav-one > li {
  float: left;
  height: 59px;
  position: relative;
  text-align: center;
  z-index: 99;
}
.nav .nav-one > li:first-child > a:before {
  display: none;
}
.nav .nav-one > li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 22px;
  background-image: url('../image/aft_1.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 2px 15px;
  height: 15px;
  width: 2px;
  opacity: 0.5;
  z-index: 99;
}
.nav .nav-one > li a {
  display: inline-block;
  padding: 0 0;
  height: 59px;
  font-size: 16px;
  color: #ffffff;
  line-height: 59px;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  z-index: 99;
}
.nav .nav-one > li:hover a:after,
.nav .nav-one > li.cur a:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  top: 49px;
  left: 0;
  z-index: 1;
}
.nav .nav-one > li:hover .nav-two {
  display: block;
}
.nav .nav-two {
  display: none;
  background: #fff;
  position: absolute;
  top: 59px;
  z-index: 90;
}
.nav .nav-two li {
  white-space: nowrap;
  height: 50px;
  position: relative;
  overflow: hidden;
  border-right: 0px;
  border-bottom: 1px dashed #333333;
}
.nav .nav-two li a {
  display: block;
  height: 50px;
  font-size: 15px;
  font-weight: normal;
  line-height: 50px;
  color: #0d0d0f;
  text-align: center;
  overflow: hidden;
}
.nav .nav-two li:last-child {
  border-bottom: 0 ;
}
.nav .nav-two li:hover > a {
  color: #fff;
}
.nav .nav-two li:hover {
  background-color: #049d98;
  border-bottom: none;
}
/*底部*/
.foot {
  height: 443px;
}
.ft1 {
  height: 150px;
  border-bottom: 1px solid #dcdcdc;
}
.ft1 p {
  margin-top: 42px;
  float: left;
  overflow: hidden;
  position: relative;
}
.ft1 p {
  width: 435px;
  border-right: 1px solid #dcdcdc;
  box-sizing: border-box;
  overflow: hidden;
}
.ft1 p em {
  padding-left: 41px;
  padding-top: 12px;
}
.ft1 p em {
  font-size: 20px;
  color: #333333;
  display: block;
  line-height: 21px;
  overflow: hidden;
  height: 23px;
  margin-bottom: 6px;
}
.ft1 span {
  font-size: 16px;
  color: #666666;
  display: block;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.ft1 p:after {
  background-image: url('../image/f_1s.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 33px 31px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 31px;
  width: 33px;
}
.ft1 .fs2 {
  width: 410px;
  border-right: 1px solid #dcdcdc;
  box-sizing: border-box;
  overflow: hidden;
}
.ft1 .fs2 em {
  padding-left: 172px;
  padding-top: 12px;
}
.ft1 .fs2 span {
  padding-left: 116px;
}
.ft1 .fs2:after {
  background-image: url('../image/f_2s.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 33px 31px;
  position: absolute;
  content: "";
  left: 120px;
  top: 0;
  height: 31px;
  width: 33px;
}
.ft1 .fs3 span {
  padding-left: 16px;
}
.ft1 .fs3 em {
  padding-left: 160px;
  padding-top: 12px;
}
.ft1 .fs3 {
  width: 355px;
  overflow: hidden;
}
.ft1 .fs3:after {
  background-image: url('../image/f_3s.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 33px 31px;
  position: absolute;
  content: "";
  left: 120px;
  top: 0;
  height: 31px;
  width: 33px;
}
.ft2 {
  height: 237px;
}
.ft2 em {
  font-size: 47px;
  font-weight: normal;
  display: block;
  float: left;
  line-height: 47px;
  min-width: 200px;
  height: 47px;
  text-transform: uppercase;
  color: #049d98;
  float: left;
  margin-left: 20px;
  margin-top: 95px;
  width: 200px;
  overflow: hidden;
  margin-right: 136px;
}
.ft2 .f-logo {
  width: 325px;
  /* height: 130px; */
  overflow: hidden;
  margin-top: 43px;
}
.ft2 .f-logo img{width:100%;}
.ft2 .f-logo h3 {
  max-width: 200px;
  display: table;
  height: 130px;
}
.ft2 .f-logo h3 a {
  display: table-cell;
  vertical-align: middle;
}
.ft2 .f-logo h3 img {
  max-width: 200px;
  max-height: 130px;
}
.ft2 .f_nav {
  float: left;
  width: 235px;
  margin-top: 35px;
}
.ft2 .f_nav h3 {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  width: 200px;
  font-size: 24px;
  color: #ffffff ;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
.ft2 .f_nav ul {
  height: 170px !important;
  overflow: hidden;
}
.ft2 .f_nav li {
  float: left;
  width: 50%;
  font-size: 16px;
  color: #333333;
  line-height: 34px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.ft2 .f_nav li a {
  color: #333333;
  display: block;
  height: 34px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ft2 .f-code {
  padding-top: 41px;
}
.ft2 .f-code p {
  float: left;
  width: 130px;
  overflow: hidden;
}
.ft2 .f-code p img {
  display: block;
  width: 126px;
  height: 126px;
  line-height: 0;
  border: 2px solid #049d98;
}
.ft2 .f-code p i {
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  display: block;
  text-align: center;
  white-space: nowrap;
}
.ft2 .f-code p:last-child {
  margin-left: 30px;
}
.ft3 {
  height: 56px;
  line-height: 56px;
  background: #049d98;
}
.ft3 p {
  height: 56px;
  font-size: 12px;
  color: #ffffff;
  display: block;
}
.ft3 p span {
  margin-right: 25px;
}
.ft3 p span a {
  color: #ffffff;
}
.ft3 p b {
  font-weight: normal;
  margin-left: 15px;
}
.bg_vi_color {
  background-color: #049d98;
}
.txt_vi_color {
  color: #049d98 !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: #049d98;
}
.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: #049d98;
}
/*公司信息列表*/
.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: #333333;
}
.blk-exhibition-nav .super-nav a:hover {
  background: #049d98;
}
.blk-exhibition .super-list {
  padding-bottom: 15px;
}
.blk-exhibition .super-list dl {
  width: 24%;
  float: left;
  background: #f0f0f0;
  margin: 0 1% 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;
  overflow:hidden;
}
.blk-exhibition .super-list dt img {
  display: block;
  /* width: 100%; */
  height:266px;
  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;
}
