/*COMMON_BLK_START*/
/*AVAIBLE_VI
[
{"vicolor":"#3484d4","sub1color":"#333333"},
{"vicolor":"#fe595f","sub1color":"#b4eaff"},
{"vicolor":"#0776d3","sub1color":"#dfe2e9"},
{"vicolor":"#f2910a","sub1color":"#ffc087"}
]
AVAIBLE_VI*/
.line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clear {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/*头部*/
.headbj {
  position: relative;
  z-index: 10;
  background: #f2f2f2;
}
.headbj .head {
  height: 126px;
  background: #fff;
}
.headbj .head .logo {
  display: table;
  height: 126px;
  line-height: 0;
  margin-right: 30px;
}
.headbj .head .logo a {
  display: table-cell;
  vertical-align: middle;
}
.headbj .head .logo a img {
  max-width: 175px;
  max-height: 90px;
}
.headbj .head h2 {
  max-width: 600px;
  border-left: 1px dashed #d6d6d6;
  margin-top: 32px;
  padding-left: 30px;
  box-sizing: border-box;
}
.headbj .head h2 b {
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.headbj .head h2 span {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.headbj .head .h-tel {
  position: relative;
  margin-top: 32px;
  max-width: 350px;
  text-align: right;
}
.headbj .head .h-tel span {
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 25px;
  color: #333333;
  padding-left: 40px;
  background-image: url('../images/h-tel.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px 25px;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.headbj .head .h-tel b {
  font-size: 28px;
  font-weight: normal;
  line-height: 30px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.headbj .nav {
  width: 1200px;
  margin: 0 auto;
  height: 54px;
}
.headbj .nav .nav-one {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  box-sizing: border-box;
}
.headbj .nav .nav-one > li {
  line-height: 54px;
  height: 54px;
  box-sizing: border-box;
  position: relative;
}
.headbj .nav .nav-one > li > a {
  display: block;
  font-size: 15px;
  font-weight: normal;
  line-height: 54px;
  color: #333333;
  height: 54px;
  padding: 0 5px;
}
.headbj .nav .nav-one > li.cur,
.headbj .nav .nav-one > li:hover {
  background: #5e7a5b;
}
.headbj .nav .nav-one > li.cur > a,
.headbj .nav .nav-one > li:hover > a {
  color: #fff;
}
.headbj .nav .nav-one > li:hover .nav-two,
.headbj .nav .nav-one > li:hover .nav-two:before {
  display: block;
}
.headbj .nav .nav-one .nav-two {
  display: none;
  position: absolute;
  top: 54px;
  left: 0;
  z-index: 90;
  background: #f7f7f7;
}
.headbj .nav .nav-one .nav-two li {
  white-space: nowrap;
  height: 44px;
  position: relative;
  overflow: hidden;
  border-right: 0px;
  border-bottom: 1px solid #eee;
}
.headbj .nav .nav-one .nav-two a {
  display: block;
  height: 44px;
  font-size: 14px;
  font-weight: normal;
  line-height: 44px;
  color: #1a1a1a;
  text-align: left;
  overflow: hidden;
  margin-top: 0;
  padding: 0 5px;
}
.headbj .nav .nav-one .nav-two a:hover {
  color: #5e7a5b;
}
.headbj .nav .nav-one .nav-two li:last-child {
  border-bottom: 0;
}
/*底部*/
.foot {
  background: #333;
  padding-top: 56px;
  box-sizing: border-box;
  padding-bottom: 50px;
  border-bottom: 6px solid #5e7a5b;
}
.foot .content {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.foot .content h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  color: #ffffff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 35px;
  width: 100%;
}
.foot .content .fnav {
  width: 470px;
  padding-right: 30px;
  box-sizing: border-box;
}
.foot .content .fnav ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 330px;
  height: 156px !important;
}
.foot .content .fnav li {
  width: 40% !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.foot .content .fnav li a {
  font-size: 14px;
  font-weight: normal;
  line-height: 38px;
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0;
  display: block;
}
.foot .content .fnav li a:hover {
  color: #5e7a5b;
}
.foot .content .finfo {
  width: 430px;
  padding-right: 30px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: normal;
  line-height: 38px;
  color: #ffffff;
}
.foot .content .finfo a {
  color: #fff;
}
.foot .content .finfo p {
  font-size: 14px;
  font-weight: normal;
  line-height: 38px;
  color: #ffffff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.foot .content .finfo p b {
  font-weight: normal;
}
.foot .content .finfo p.address {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 22px;
  height: 44px;
  height: auto;
  max-height: 44px;
  text-overflow: inherit;
  white-space: normal;
  margin: 8px 0;
}
.foot .content .finfo p.address span {
  max-height: 44px;
}
.foot .content .fcode {
  width: 295px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.foot .content .fcode p {
  width: 129px;
}
.foot .content .fcode p em {
  width: 115px;
  height: 115px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 6px;
  display: block;
}
.foot .content .fcode p em img {
  width: 115px;
  height: 115px;
  display: block;
}
.foot .content .fcode p span {
  font-size: 12px;
  font-weight: normal;
  line-height: 32px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  display: block;
}
.bg_vi_color {
  background-color: #5e7a5b;
}
.txt_vi_color {
  color: #5e7a5b !important;
}
.f-support img {
  width: 44px;
  vertical-align: sub;
  margin-left: 5px;
}
.bg_vi_color {
  background-color: #5e7a5b;
}
.txt_vi_color {
  color: #5e7a5b !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: #5e7a5b;
}
.blk-main .clearlist,
.blk-main .listclear {
  clear: both;
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100% ;
  float: none;
}
.b-main .clearlist,
.b-main .listclear {
  clear: both;
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100% ;
  float: none;
}
.blk-main {
  width: 1200px;
  margin: 0 auto;
}
.banner img {
  width: 100%;
  display: block;
}
.sidebar {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 99;
  width: 50px;
}
.sidebar-itme {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  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: 10px;
  cursor: pointer;
  background-color: #5e7a5b;
  overflow: hidden;
}
.sidebar .fh {
  display: none;
}
/*CSS_DELETE_END*/
.jy_title {
  text-align: center;
  font-weight: normal;
  margin-bottom: 25px;
}
.jy_title span {
  display: block;
  height: 45px;
  font-size: 34px;
  color: #5e7a5b;
  margin-bottom: 4px;
  line-height: 45px;
  overflow: hidden;
}
.jy_title i {
  display: inline-block;
  max-width: 1096px;
  height: 22px ;
  font-size: 14px;
  color: #b4b4b4;
  line-height: 22px;
  position: relative;
  padding: 0 78px;
  font-style: normal;
  text-transform: uppercase;
  overflow: hidden;
}
.jy_title i:before {
  position: absolute;
  width: 52px;
  height: 1px;
  background: #999;
  content: "";
  top: 8px;
  left: 0;
}
.jy_title i:after {
  position: absolute;
  width: 52px;
  height: 1px;
  background: #999;
  content: "";
  top: 8px;
  right: 0;
}
/*公司简介*/
.jy_introduce {
  margin-bottom: 75px;
}
.jyint_title {
  text-align: center;
  padding-top: 34px;
  display: table;
  margin: 0 auto ;
}
.jyint_title span {
  display: table-cell;
  vertical-align: middle;
}
.jyint_title img {
  display: inline-block;
  max-height: 145px;
  max-width: 300px;
}
.jyint_img {
  width: 594px;
  float: left;
  padding-top: 58px;
  padding-bottom: 44px;
  border-right: 1px solid #f5f5f5;
}
.jyint_img h3 {
  height: 40px;
  color: #5e7a5b;
  font-size: 23px;
  text-align: center;
  line-height: 40px;
  margin-bottom: 12px;
  overflow: hidden;
}
.jyint_img p {
  background: #c0c0c0;
  height: 350px;
  margin: 15px 35px;
}
.jyint_img img {
  width: 524px;
  height: 346px;
}
.jyint_txt {
  width: 580px;
  max-height: 482px ;
  margin-left: 20px;
  margin-top: 30px;
  overflow: hidden;
}
.jyint_txt p {
  font-size: 15px;
  margin: 15px 0 ;
}
.jyint_txt p span {
  color: #5e7a5b;
  padding-right: 10px;
  font-size: 16px;
}
/*企业责任*/
.jy_duty {
  background-image: url('../images/c55bcdfb96f74bb08f41a04124ac0ed4_8.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 600px;
  height: 540px;
  padding-top: 60px;
  line-height: 28px;
}
.jy_duty h3 span {
  color: #fff;
}
.jy_duty h3 i {
  color: #b4b4b4;
}
.jy_duty h3 i:before {
  background: #999;
}
.jy_duty h3 i:after {
  background: #999;
}
.jy_duty h4 {
  height: 22px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
  overflow: hidden;
}
.jy_duty_txt {
  max-height: 84px;
  color: #fff;
  text-align: center;
  display: block;
  font-weight: lighter;
  font-size: 15px;
  overflow: hidden;
}
.jy_duty_con dl {
  width: 554px;
  float: left;
  height: 100px;
  margin-top: 39px;
  margin-left: 25px;
  background: #f6f6f6;
}
.jy_duty_con dt {
  width: 100px;
  float: left;
  height: 100px;
  background: #5e7a5b;
  text-align: center;
  font-size: 24px;
  color: #fff;
  line-height: 100px;
  overflow: hidden;
}
.jy_duty_con dd {
  width: 424px;
  float: left;
  height: 84px;
  padding: 10px 15px 0 ;
  font-size: 15px;
  color: #000;
  overflow: hidden;
}
.jy_duty_con dd span {
  font-weight: bold;
}
/*企业理念*/
.jy_idea {
  padding-top: 80px;
  margin-bottom: 50px;
}
.jyudea_con {
  width: 511px;
  float: left;
  margin-left: 34px;
}
.jyudea_con h4 {
  min-height: 30px;
  max-height: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-left: 30px;
  line-height: 30px;
  margin-bottom: 20px;
  overflow: hidden;
}
.jyudea_con p {
  height: 20px;
  margin: 0;
  visibility: hidden;
}
.jyudea_con span {
  font-weight: normal;
}
.jyudea_con ul {
  clear: both;
}
.jyudea_con li {
  background-image: url('../images/c55bcdfb96f74bb08f41a04124ac0ed4_22.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 110px 94px;
  height: 94px;
  width: 110px;
  float: left;
  margin-left: 36px;
  margin-bottom: 31px;
  font-size: 20px;
  color: #5e7a5b;
  line-height: 94px;
  text-align: center;
  overflow: hidden;
}
.jyudea_img {
  width: 565px;
  float: left;
}
.jyudea_img img {
  width: 564px;
  height: 342px;
}
/*企业使命*/
.jy_mission {
  background-color: #5e7a5b;
  height: 480px;
  padding-top: 56px;
}
.jy_mission h3 span {
  color: #fff;
}
.jy_mission h3 i {
  color: #fff;
}
.jy_mission h3 i:before {
  background: #fff;
}
.jy_mission h3 i:after {
  background: #fff;
}
.jy_mission dt {
  width: 476px;
  float: left;
  margin-left: 30px;
  border: 5px solid rgba(255, 255, 255, 0.5);
}
.jy_mission dt img {
  width: 476px;
  height: 280px;
  display: block;
}
.jy_mission dd {
  width: 590px;
  float: left;
  margin-left: 39px;
}
.jy_mission dd p {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  position: relative;
  border: 3px solid rgba(255, 255, 255, 0.29);
  background: rgba(255, 255, 255, 0.13);
  border-radius: 15px;
  padding: 10px 30px;
  height: 58px;
  margin: 0;
  margin-top: 12px;
  overflow: hidden;
}
.jy_mission dd p span {
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 10px;
  left: 30px;
}
.jy_mission dd p em {
  display: inline-block;
  max-height: 56px;
  overflow: hidden;
  text-indent: 1em;
}
/*企业发展历程*/
.jy_course {
  padding-top: 65px;
  margin-bottom: 100px;
}
.jycour_icon1 {
  width: 120px;
  position: absolute;
  top: 102px;
  left: 35px;
}
.jycour_icon1 img {
  width: 22px;
  height: 950px;
}
.jycour_con {
  padding-left: 135px;
}
.jy_course h4 {
  height: 45px;
  font-size: 36px;
  font-weight: bold;
  line-height: 45px;
  color: #5e7a5b;
  overflow: hidden;
  margin-bottom: 92px;
  overflow: hidden;
}
.jy_course h4 span,
.jy_course h4 em {
  display: inline-block;
  height: 45px;
  max-width: 45%;
  overflow: hidden;
}
.jy_course h4 span {
  font-size: 28px;
  font-weight: lighter;
  color: #c0c0c0;
  padding-left: 20px;
}
.jy_course li {
  height: 98px;
  border: 1px solid #333;
  padding: 10px 20px 0;
  margin-bottom: 18px;
  line-height: 28px;
  position: relative;
}
.jy_course li span {
  display: block;
  height: 28px;
  font-size: 20px;
  font-weight: bold;
  color: #5e7a5b;
  margin-bottom: 4px;
  overflow: hidden;
}
.jy_course li em {
  display: block;
  height: 56px;
  font-size: 15px;
  overflow: hidden;
}
.jy_course li:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 3px solid #5e7a5b;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: -8px;
  background: #fff;
}
/*企业发展历程*/
.jy_quality {
  background-image: url('../images/c55bcdfb96f74bb08f41a04124ac0ed4_67.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 665px;
  height: 531px;
  padding-top: 50px;
}
.jy_quality h4 {
  color: #000;
  margin-bottom: 42px;
  font-size: 15px;
  font-weight: lighter;
}
.jy_quality h4 span {
  display: block;
  padding-bottom: 27px;
  font-weight: lighter;
}
.jyqua_txt {
  max-height: 138px;
  font-size: 15px;
  color: #000;
  line-height: 28px;
  overflow: hidden;
  margin-bottom: 62px;
}
.jyqua_txt span {
  display: block;
  margin-bottom: 28px;
}
.jy_quality dt {
  float: left;
  background-color: #5e7a5b;
  height: 100px;
  width: 342px;
  float: left;
  color: #fff;
  padding: 32px 0 0 0;
  text-align: center;
  border-radius: 66px;
}
.jy_quality dt span {
  display: block;
  height: 22px;
  font-size: 22px;
  font-weight: lighter;
  line-height: 22px;
  margin-bottom: 5px;
  overflow: hidden;
}
.jy_quality dt em {
  display: block;
  height: 34px;
  font-size: 30px;
  font-weight: bold;
  line-height: 34px;
  overflow: hidden;
}
.jy_quality dd {
  width: 810px;
  float: left;
}
.jy_quality dt p {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  padding-left: 100px;
  padding-top: 14px;
}
.jy_quality dt p span {
  font-size: 22px;
  font-weight: lighter;
  display: block;
  padding-bottom: 5px;
}
.jy_quality dd p {
  background-color: #5e7a5b;
  border-radius: 50%;
  height: 102px;
  width: 132px;
  padding-top: 30px;
  float: left;
  text-align: center;
  color: #fff;
  margin-left: 27px;
  overflow: hidden;
}
.jy_quality dd p span {
  display: block;
  height: 28px ;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 28px;
  overflow: hidden;
}
.jy_quality dd p b {
  display: block;
  height: 34px ;
  font-size: 24px;
  line-height: 34px;
  overflow: hidden;
}
/*STRUCTURE_STYLE_START*/
.superiority02448 .superiority02448-nav li.cur:before {
  border-color: transparent transparent #5e7a5b transparent !important;
}
.superiority02448 .superiority02448-nav li.cur {
  background-color: #5e7a5b !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.superiority02938 .superiority02938-nav li.cur:before {
  border-color: transparent transparent #5e7a5b transparent !important;
}
.superiority02938 .superiority02938-nav li.cur {
  background-color: #5e7a5b !important;
}
/*STRUCTURE_STYLE_END*/
/*STRUCTURE_STYLE_START*/
.superiority02387 .superiority02387-nav li.cur:before {
  border-color: transparent transparent #5e7a5b transparent !important;
}
.superiority02387 .superiority02387-nav li.cur {
  background-color: #5e7a5b !important;
}
/*STRUCTURE_STYLE_END*/