/* @import '/font/iconfont.css'; */
/* 修改后的相对路径 */
@import '../font/iconfont.css';
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}
.main {
  margin: 0 auto;
  width: 1212px;
}
.con{
  width: 100%;
  background-color: #fff;
}
@media (min-width:1920px){
  body{font-size:33px;}
}
/*  设置文本超出显示 */
.textoverflow {
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.header {
  background-color: #1E8C65;
}
/* 在底部的样式  */
.foot {
    background-color: #1e8c65;
}

.header_title {
  display: flex;
  justify-content: space-between;
  height: 30px;
  background-color: #1E8C65;
  line-height: 30px;
}

.header_title span {
  margin: 0 10px;
  height: 12px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
}  

.compant_logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  height: 150px;
  line-height: 150px;
}

.compant_logo .logo-left {
 width: 468px;
}
/* 点击首页图片 */

.compant_logo .logo-left a img {
  width: 100%;
}

.compant_logo .logo-right .search {
  display: inline-block;
  position: relative;
}
.compant_logo .logo-right input{
  padding-left: 20px;
  width: 320px;
  height: 42px;
  background: #FFFFFF;
  border: 2px solid #1E8C65;
  border-radius: 4px;
}

.compant_logo .logo-right .wechat {
  display: inline-block;
}
.compant_logo .logo-right .wechat span {
  margin: 0 10px ;
  width: 70px;
  height: 12px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 26px;
}

.compant_logo .logo-right .er_hover {
  float: right;
  display: none;
  padding-top: 15px;
}

.compant_logo .logo-right .er_hover div {
  display: flex;
  width: 90px;
  height: 130px;
  margin: 0 10px;
  padding: 5px 0;
  box-shadow: 1px 1px 6px 1px rgba(193, 193, 193, 0.3);
  border: 1px solid #EEEEEE;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.compant_logo .logo-right .er_hover div img {
  width: 78px;
  height: 78px;
}

.compant_logo .logo-right .er_hover div span{
  margin-bottom: 5px;
}

.compant_logo .logo-right i{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  /* background: url('../image/search.png') no-repeat center center; */
  /* background: url('/image/search.png') no-repeat center center; */
  /* 修改 */
    background: url('../image/search.png') no-repeat center center;
  background-size: 25px 25px;
  display: inline-block;
  border-radius: 0 4px 4px 0;
  width: 40px;
  height: 40px;
  background-color: #1E8C65;
}
.titlemain {
  background-color: #1E8C65 ;
}
.titlemain .layui-nav{
  height: 50px;
  background-color: #1E8C65 ;
}
.my_title {
  display: flex;
  justify-content: space-around;
}

.titlemain .my_title .layui-nav-item {
  line-height: 50px;
}

.titlemain .my_title .layui-nav-item a {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
}

.titlemain .my_title .layui-nav-item .first {
  font-weight: 700;
}

.titlemain .my_title .layui-nav-item i {
  position: absolute;
  top: 50%;
  left: -39px;
  transform: translateY(-50%);
  display: inline-block;
  width: 3px;
  height: 30px;
  /* background: url('/image/tag.png') no-repeat center center; */
  /* 修改后 */
    background: url('../image/tag.png') no-repeat center center;
}

.titlemain .my_title .layui-this::after {
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 4px;
  background: #FFFFFF;
  border-radius: 2px;
}

/* 修改的头部样式 */
.layui-nav .layui-nav-item a {
  display: block;
  padding: 0 20px;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.1s ease 0s;
  -webkit-transition: all 0.1s ease 0s;
}
.current {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: none;
  background-color: #1e8c65;
  z-index: 19980116;
  box-shadow: 0 4px 4px rgb(0 51 52 / 50%);
}

.logo_current {
  display: none;
  width: 270px;
  height: 44px;
  margin-top: 9px;
  margin-left: -47px;
  margin-right: 88px;
}
.logo_current img {
  width: 100%;
  height: 100%;
}
/*  尾部部分 */

footer {
  margin-top: 80px;
  height: 80px;
  font-size: 14px;
  text-align: center;
  line-height: 80px;
  background-color: #1E8C65;
  color: #fff;
}
footer span {
  margin-right: 38px;
}

footer img {
  margin-right: 50px;
}
