@charset "UTF-8";

.m-auto {
    margin: 0 auto;
}

.wrapper {
    width: 1200px;
}

.header {
    height: 144px;
    background-image: url(../images/header-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.header .logo-box {
    clear: both;
    /* margin: 27px auto; */
}

.header .logo-box .left {
    display: inline-block;
    /* width: 511px; */
    overflow: hidden;
    float: left;
    vertical-align: middle;
}

.header .logo-box .left img {
    /* width: 100%; */
    height: 77px;
    margin-top: 37px;
}

.header .logo-box .right {
    float: right;
    vertical-align: middle;
    margin-top: 17px;
}

.header .logo-box .right .time {
    font-size: 14px;
    color: #FFFFFF;
    text-align: right;
}

.header .logo-box .right .time span {
    display: inline-block;
    padding: 0 15px;
    /* cursor: pointer; */
}

/* .header .logo-box .right .time span:first-child {
    border-right: 1px solid #fff;
} */

.header .logo-box .right>div {
    display: inline-block;
    width: 296px;
    height: 42px;
    background: rgba(255, 255, 255, 0.233);
    border-radius: 21px;
    /* opacity: 0.8; */
    margin-top: 24px;
    font-weight: 400;
    color: #0655B6;
    padding: 0 10px;
}

.header .logo-box .right>div input {
    width: 237px;
    height: 42px;
    background: transparent;
    border: none;
    outline: none;
    vertical-align: middle;
    color: #fff;
}

.header .logo-box .right>div img {
    vertical-align: middle;
}

.nav {
    height: 56px;
    background: #0E7F36;
}

.nav>ul>li {
    display: inline-block;
    margin: 0 35px;
    position: relative;
}

.nav>ul>li:first-child {
    margin-left: 0;
}

/* .nav>ul>li:first-child>a {
    padding-left: 0;
} */

.nav>ul>li>a {
    display: block;
    padding: 0 10px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 56px;
    height: 56px;
}

.nav>ul>li>a:hover {
    background: #FFFFFF;
    opacity: 0.5;
    color: #0E7F36;
}

.nav>ul>li:hover ul {
    display: block !important;
}

.nav>ul>li>ul {
    position: absolute;
    top: 56px;
    left: 0;
    background: #0E7F36;
    display: none;
    z-index: 999;
}

.nav>ul>li>ul>li {
    width: 100%;
}

.nav>ul>li>ul>li>a {
    display: block;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    line-height: 56px;
    height: 56px;
    color: #fff;
    padding: 0 10px;
}

.nav>ul>li>ul>li>a:hover {
    background: #fff;
    color: #0E7F36;
}

.latestNew {
    height: 90px;
    margin-top: 39px;
    background-image: url(../images/latest_news.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.latestNew .news {
    padding-top: 20px;
    margin-left: 116px;
}

.latestNew .news>p:first-child {
    color: #0E7F36;
    font-weight: bolder;
    margin-bottom: 14px;
}

.latestNew .news>p:nth-child(2) {
    font-size: 14px;
    color: #464646;
}

.latestNew .news>p:nth-child(2)>a {
    color: #0E7F36;
}
.friendly-link {
    margin-bottom: 70px;
}
.friendly-link>ul>li {
    display: inline-block;
    /* margin: 0 24px; */
    position: relative;
    border: 1px dashed #D2D2D2;
    padding: 12px 32px;
    margin-right: 44px;
}

.friendly-link>ul>li:last-child {
    margin-right: 0;
}

.friendly-link>ul>li>a:hover {
    background: #fff;
    color: #0E7F36;
}

.friendly-link>ul>li:hover ul {
    display: block !important;
}

.friendly-link>ul>li>ul {
    position: absolute;
    top: 56px;
    left: 0;
    background: #0E7F36;
    display: none;
    z-index: 999;
}

.friendly-link>ul>li>ul>li {
    width: 100%;
}

.friendly-link>ul>li>ul>li>a {
    display: block;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    line-height: 56px;
    height: 56px;
    color: #fff;
    padding: 0 10px;
}

.friendly-link>ul>li>ul>li>a:hover {
    background: #fff;
    color: #0E7F36;
}

footer{
    padding: 27px;
    background: #268748;
    color: #2F2F2F;
    text-align: center;
    font-size: 14px;
  }
footer > div > p {
    margin-top: 24px;
}
footer > div > p > span {
    margin-left: 40px;
}
footer .inlet {
    display: inline-block;
    color: #FFFFFF;
    float: right;
}
footer .inlet > p {
    line-height: 4;
}
footer .inlet > p:last-child {
    line-height: 1;
}
footer .dropdown {
    display: inline-block;
    width: 230px;
    height: 45px;
    float: left;
    margin-top: 24px;
    background-image: url('../images/select.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/* 下拉按钮样式 */
.dropbtn {
    background-color: #268748;
    padding: 10px;
    border: none;
    cursor: pointer;
    margin-top: 4px;
    margin-left: 32%;
  }
   
  /* 容器 <div> - 滚动容器 */
  .dropdown {
    position: relative;
    display: inline-block;
  }
   
  /* 下拉内容 (默认隐藏) */
  .dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
    margin-top: 2px;
    margin-left: 23%;
  }
 
  /* 下拉列表的链接 */
  .dropdown-content a {
    color: #FFFFFF;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
   
  /* 链接 - 鼠标悬停 & 鼠标离开效果 */
  .dropdown-content a:first-child:hover {
    background-color: rgba(255, 255, 255, 0);
  }
  .dropdown-content a:hover {background-color: #E0E0E0;opacity: 0.5;color: #000000;}
   
  /* 在下拉容器上添加 .show 类来显示下拉内容 */
  .show {display:block;}
.address {
    height: 44px;
    color: #313131;
    font-size: 14px;
    background-color: #E0E0E0;
    padding-top: 11px;
    text-align: center;
}
.bottom-content {
    background-image: url('../images/content_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.select{
    /* width: 262px; */
    /* height: 49px; */
    /* border: 1px solid #9AB8EA; */
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    /* line-height: 49px; */
    position: relative;
    display: inline-block;
  }
  .select > ul {
    position: absolute;
    height: 150px;
    top: -149px;
    width: 195px;
    left: 19px;
    /* border: 1px solid #9AB8EA; */
    overflow: auto;
    background: #EEEEEE;
    opacity: 0;
    transition: all .5s;
    z-index: 999;
  }
  /* 应用到具有滚动条的元素 */
  .select > ul::-webkit-scrollbar {
  width: 5px; /* 滚动条宽度 */
  }
  
  /* 滚动条轨道 */
  .select > ul::-webkit-scrollbar-track {
  background: #f1f1f1; /* 轨道颜色 */
  }
  
  /* 滚动条 thumb（即拖动部分） */
  .select > ul::-webkit-scrollbar-thumb {
  background: #888; /* 滚动条 thumb 颜色 */
  border-radius: 10px; /* thumb 的圆角 */
  }
  
  /* 当鼠标悬停在 thumb 上时 */
  .select > ul::-webkit-scrollbar-thumb:hover {
  background: #555; /* 悬停时的 thumb 颜色 */
  }
  .select > ul li{
  padding: 0 10px;

}
.select > ul a{
  color: #333;
  font-size: 14px;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.select:hover ul{
  opacity: 1;
}