/* …………………………………………^_^………………………………………… 清除默认样式 …………………………………………^_^………………………………………… */
/*
*{margin:0; padding:0;font-size:12px;font-family:"微软雅黑";color: #333;  border: none;}
*/
/*去掉所有元素的边框*/
/*
*:focus { outline: none; }
*/
html,
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: normal;
  color: #333333;
  border: none;
  vertical-align: baseline;
}
ul,
ol {
  list-style: none;
}
input,
button,
textarea,
select,
input:focus,
textarea:focus {
  background: none;
  outline: none;
}
textarea {
  resize: none;
  overflow: auto;
}
select {
  border: none;
}
a,
button {
  cursor: pointer;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
/* 合并表格线 && 去掉间隙 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 去掉webkit默认的表单样式 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
}
/* 去掉a、input和button点击时的蓝色外边框和灰色半透明背景 */
a,
button,
input,
optgroup,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 禁止长按链接与图片弹出菜单 */
a,
img {
  -webkit-touch-callout: none;
}
/* img,video下面产生间隙清除 */
video,
img {
  vertical-align: top;
}
/* …^_^… 重置 HTML5 元素搜索 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  display: block;
  margin: 0;
  padding: 0;
}
/* 去掉mark默认背景颜色 */
mark {
  background: none;
}
/* 清除上下标位置 */
sub,
sup {
  vertical-align: baseline;
}
/* 其它清除 */
:link,
:visited,
ins {
  text-decoration: none;
}
:focus {
  outline: 0;
}
/* 禁止页面选中复制 *IE10、Oprea15以下不支持，若需要，要在需要禁止选中的元素上面添加一个属性unselectable="on" */
/*
html,body{ -moz-user-select: -moz-none; -moz-user-select: none; -o-user-select:none; -khtml-user-select:none; -webkit-user-select:none; -ms-user-select:none; user-select:none; }
*/
/* 选中颜色修改 *IE10以下不支持*/
/* …………………………………………^_^………………………………………… 自定义样式 …………………………………………^_^………………………………………… */
/* 设置浮动 */
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 清除浮动 引用了bootstrap可以使用clearfix */
.clear {
  clear: both;
}
/* 用下面的代码去掉你要去掉的元素的边框 */
.clearoutline:focus {
  outline: none;
}
/* …………………………………………^_^………………………………………… 其它样式清除 …………………………………………^_^………………………………………… */
/* 清除bootstrap中a的下划线 */
.sl {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
a {
  color: #283d1c;
  font-size: 1px;
}
a:hover {
  text-decoration: none;
  color: #6E9866;
}
header .wrap {
  height: 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header .wrap .logo {
  flex-grow: 1;
}
header .wrap nav {
  flex-grow: 2;
  display: flex;
  justify-content: space-between;
}
header .wrap nav a {
  font-size: 16px;
}
/*------------手机站导航开始----------*/
.hidden-g {
  position: relative;
}
.mobile .welcome {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.hidden-g .h-nav-g {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 60px;
  background: #fff;
  transition: 300ms;
  -webkit-transition: 300ms;
}
.hidden-g .h-nav-g img {
  max-height: 96%;
  margin-left: 15px;
}
.hidden-g .h-nav-g .btn_i {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hidden-g .h-nav-g .btn_i small,
.hidden-g .h-nav-g .btn_i:before,
.hidden-g .h-nav-g .btn_i:after {
  display: block;
  content: '';
  width: 24px;
  height: 2px;
  background: #000000;
  border-radius: 4px;
  margin: 6px 0;
}
.hidden-g .h-nav-g .btn_i_click small {
  opacity: 0;
}
.hidden-g .h-nav-g .btn_i_click:before {
  transform: rotateZ(45deg);
  transform-origin: 0px 6px;
}
.hidden-g .h-nav-g .btn_i_click:after {
  transform: rotateZ(-45deg);
  transform-origin: 5px -1px;
}
.hidden-g .ul-small {
  background: rgba(0, 0, 0, 0.7);
  width: 220px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  transition: 300ms;
  -webkit-transition: 300ms;
  -webkit-transform: translateX(220px);
  transform: translateX(220px);
}
.hidden-g .ul-small input {
  width: 160px;
  line-height: 40px;
  background: #fff;
  border: 0;
  border-radius: 20px;
  margin: 20px 30px 0 30px;
  text-indent: 10px;
}
.hidden-g .ul-small ul {
  margin-top: 20px;
}
.hidden-g .ul-small ul li a {
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 50px;
  display: block;
}
.hidden-g .translate {
  -webkit-transform: translateX(-220px);
  transform: translateX(-220px);
}
.hidden-g .translate2 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media (min-width: 1025px) and (max-width: 1068px) {
  .h_menu li > a {
    margin: 0 28px 0 28px;
  }
}
/*------------手机站导航结束----------*/
.pad1 {
  padding: 80px 0;
}
.marT1 {
  margin-top: 40px;
}
.marT2 {
  margin-top: 40px;
}
.banner {
  margin-top: 60px;
}
.tit span {
  display: inline-block;
  border: 1px solid #333;
  padding: 10px;
  border-radius: 50%;
  margin: 0 6px;
  font-size: 30px;
}
.about {
  background: url(../images/about-bg.png) center bottom no-repeat;
  background-size: cover;
  height: 983px;
  padding-top: 80px;
}
.about .tit span {
  display: inline-block;
  border: 1px solid #333;
  padding: 10px;
  border-radius: 50%;
  margin: 0 6px;
  font-size: 30px;
}
.about .text {
  line-height: 30px;
  text-indent: 2em;
}
.about .more a {
  display: inline-block;
  font-size: 16px;
  border: 1px solid #333;
  padding: 8px 30px;
  border-radius: 20px;
  transition: all ease-in-out 0.3s;
}
.about .more a:hover {
  background: #6E9866;
  color: #fff;
  border-radius: 0;
}
.pro {
  background: url(../images/pro-bg.jpg) right no-repeat;
  background-size: cover;
}
.banner {
  --swiper-theme-color: #fff;
}
.news {
  background: url(../images/news-bg.jpg) right bottom no-repeat;
}
.news .news-left {
  border: 6px solid #eee;
}
.news .news-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news .news-wrap ul {
  flex-grow: 2;
  padding: 0;
}
.news .news-wrap .item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.news .news-wrap .item a {
  font-size: 16px;
}
.news .news-wrap .item p {
  color: #999;
}
footer {
  background: url(../images/ny-bottom.jpg);
  color: #fff;
  padding: 40px 0;
}
footer .wrap {
  display: flex;
  flex-wrap: wrap;
}
footer .wrap a {
  color: #caf1c3;
}
footer .wrap a:hover {
  color: #fff;
}
footer .wrap .others {
  margin-top: 20px;
}
.ny-wrap .news-list {
  line-height: 36px;
}
.ny-wrap .news-list li {
  display: flex;
  justify-content: space-between;
}
.pos {
  background: #6E9866;
  color: #fff;
  line-height: 40px;
}
.pos a {
  color: #fff;
}
.inner,
.ny-wrap {
  background: url(../images/pro-bg.jpg) center right no-repeat;
  background: cover;
}
.pagesize {
  display: flex;
  flex-wrap: wrap;
}
.pagesize li {
  margin-right: 10px;
}
.pagesize li a {
  padding: 0 6px;
  color: #6E9866;
}
.pagesize li span {
  padding: 0 6px;
}
.pagesize li:hover {
  background: #6E9866;
}
.pagesize li:hover a {
  padding: 0 6px;
  color: #fff;
}
.pagesize li:hover span {
  color: #fff;
}
.pagesize li.thisclass {
  background: #6E9866;
}
.pagesize li.thisclass a {
  color: #fff;
}
.pro-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.Summenu ul {
  zoom: 1;
  padding-bottom: 20px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 10px;
}

.Summenu ul li {
  width: 20%;
  display:inline-block;
  padding: 0 5px 10px;
  box-sizing: border-box;
}

.Summenu ul li a {
  display: block;
  padding: 20px 30px;
  border: 1px solid #cfcfcf;
  background: #efefef;
  color: #666;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Summenu ul li a:hover {
  border: 1px solid #6e9866;
  background: #6e9866;
  color: #fff;
  text-decoration: none;
}