/* …………………………………………^_^………………………………………… 清除默认样式 …………………………………………^_^………………………………………… */

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;
}

/* 其它清除 */

:link, :visited, ins {
  text-decoration: none;
}

:focus {
  outline: 0;
}

ul {
  padding: 0;
}
.left{float: left;}
.right{float: right;}
/* 禁止页面选中复制 *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以下不支持*/

/* …………………………………………^_^………………………………………… 其它样式清除 …………………………………………^_^………………………………………… */

/* 清除bootstrap中a的下划线 */

a {
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #01903e;
}

.sl {

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.sl2 {
  font-size:14px;
  color:#999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.top-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-wrap nav a {
  padding: 0 10px;
  display: inline-block;
  margin: 0 5px;
  font-size: 16px;
}

.hot_keywords {
  background:#198111;
  color:#ffffff;
  border-bottom: 1px solid #ccc;

}

.hot_keywords .keywords-list {
  font-size:20px;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.hot_keywords .keywords-list span {
  padding-right: 10px;
}

.sectionT h2 {
  font-weight: bolder;
  font-size: 22px;
  color: #9d9d9d;
  letter-spacing: -2px;
}

.sectionT h2 span {
  color: #01903e;
}

.sectionT h4 {
  background: url(../images/title-line.png) center no-repeat;
}

.sec {
  margin-top: 40px;
}

.pro-nav {
  margin-top: 60px;
}

.pro-nav .nav-item {
  margin-bottom: 6px;
}

.pro-nav .nav-item a {
  display: inline-block;
  border: 1px solid #999;
  width: 140px;
  height: 30px;
  line-height: 30px;
  color: #5a5a5a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.pro-nav .nav-item a:hover {
  background: #01903e;
  color: #fff;
  border: 1px solid #01903e;
}

.pro-list li {
  margin-bottom: 30px;
}

.pro-list .pro-item {
  border: 1px solid #999;
  position: relative;
}

.pro-list .pro-item .logo-s {
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 3px 3px 6px #999;
  -o-box-shadow: 3px 3px 6px #999;
  -moz-box-shadow: 3px 3px 6px #999;
  -webkit-box-shadow: 3px 3px 6px #999;
}


.youshi {
  max-width: 1200px;
  margin: 0 auto;overflow: hidden;
}
.youshi h2 {
  font-weight: bolder;
  font-size: 30px;
  margin: -30px 0 30px 0;
  text-align:center;
  color: #9d9d9d;
  letter-spacing: -2px;}

.youshi li .left {
  width: 50%;
}
.youshi li .left img{
  width:100%;display: block;
}
.youshi li .right {
  width:50%;
  background: #f8f8f8;
  height: 235px;
  padding-left: 98px;
  position: relative;
  overflow: hidden;
}
.youshi li.l2 .right{float: left;}
.youshi li.right span {
  background: #01903e;
  display: block;
  width: 29px;
  height: 5px;
  margin: 24px 0;
}
.youshi li:hover .right span {
  background: #Fff;
}

.youshi li:first-child .right .i {
  width: 169px;
  height: 10px;
  background: #01903e;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
}

  .youshi li:first-child .right .i2 {
    width: 10px;
    height: 80px;
    background: #01903e;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    left: auto;}

.youshi li .right h3 {
  font-size: 28px;
  color: #666;
  font-weight:bold;
  margin-top: 57px;
  position: relative;
  z-index: 10;
  line-height: 32px;
}
.youshi li .right p {
  font-size: 16px;
  margin-top:30px;
  line-height: 24px;
  width: 330px;
  color: #666;
  text-align: justify;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.youshi li .right b {
    color: #01903e;
    position: absolute;
    font-size: 58px;
    font-weight: bold;
    font-style:oblique;
    z-index: 9;
    left: 160px;
    top: 23px;
}

.youshi li:hover .right { background: #01903e;}
.youshi li:hover .right b{color: #FFF;}
.youshi li:hover .right h3{color: #fff;}
.youshi li:hover .right p{color: #fff;}

.youshi.youshilist.right {
  width: 502px;
  background: #f8f8f8;
  height: 235px;
  padding-left: 98px;
  position: relative;
  overflow: hidden;}

.ad1 {
  height: 300px;
  /* background: url(../images/ad-new.jpg) center no-repeat; */
  background: url(../images/about-bg2.jpg) center no-repeat;
  text-align: center;
  color: #fff;
  width:100%;
  position: relative;
}

.ad1 .ad-box {
  padding: 10px;
}

.ad1 .ad-box h2 {
  font-size: 22px;
}

.ad1 .ad-box h3 {
  font-size: 20px;
}

.ad1 .ad-box p {
  margin: 20px auto;
}

.ad1 .ad-box .contact {
  color: #01903e;
  font-size: 16px;
  font-weight: bolder;
  padding: 10px;
  background: #fff;
  display: block;
  margin: 0 auto;
  margin-bottom: -34px;
  width: 150px;
}

.about {
  margin-top: 80px;
}

.about .about-wrap {
  position: relative;
}

.about .aboutL {
  background: url(../images/about-bg.jpg) center no-repeat;
  background-size: cover;
  padding: 10px;
}

.about .aboutL .more {
  background: #fff;
  display: block;
  margin: 0 auto;
  width: 200px;
  text-align: center;
  margin-top: 20px;
  padding: 8px;
  border: 2px solid #999;
}

.about .aboutL .text {
  text-indent: 2rem;
  line-height: 36px;
  font-size: 16px;
}

.about .aboutR {
  position: absolute;
  right: 0;
  bottom: 0;
}

.about .aboutR h3 {
  line-height: 40px;
  font-size: 34px;
}

.about .aboutR h3 a {
  font-weight: bolder;
  color: #01903e;
}

.about .aboutR h3 a span {
  color: #9d9d9d;
  letter-spacing: -2px;
}

.about .aboutR img {
  margin-top: 37px;
}

.news-list {
  background: #fafafa;
  padding-top: 20px;
  padding-bottom: 20px;
}

.news-list .newsL {
  padding-left: 20px;
}

.news-list .newsL img {
  border: 10px solid #fff;
}

.news-item {
  display: inline-block;
  justify-content: space-between;
}

.news-item .pubdate {
  margin-right: 20px;
  text-align: center;
  color: #333;
  font-size: 16px;
  width:80px;
  float: left;
}
.container.news_a.more{
  text-align: center;
  color:#198111;}

.news-item .pubdate .day {
  font-size: 36px;
  margin-bottom: 0;
}

.news-item .news-info h4 a {
  
  color: #333;
}

.news-item .news-info h4 a:hover {
  color: #01903e;
}

.news-item .news-info p {
  color: #999;
}

.news-list2 {
  padding-bottom: 20px;
  background: #fafafa;
}
.news_a{width:32%;}
.news_b{width:65%;margin-left:3%;}

.footer {
  margin-top: 80px;
}

.footer nav {
  background: #01903e;
  background-size: cover;
  line-height: 40px;
}

.footer nav .container {
  display: flex;
  justify-content: space-between;
}

.footer nav .container a {
  color: #fff;
  font-size: 16px;
}

.footer nav .container a:hover {
  text-decoration: underline;
}

.footer .foot-info {
  background: #f5f5f5;
  padding: 60px 0;
}

.footer .foot-info .tit {
  margin-bottom: 20px;
  font-size: 20px;
}

.footer .foot-info .contact {
  line-height: 37px;
}

.footer .foot-info .contact li {
  padding-left: 20px;
}

/*------------手机站导航开始----------*/

.hidden-g {
  position: relative;
}

.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: #3a3a3a;
  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;
  }
}

.banner {
  margin-top: 60px;
}

.swiper-pagination-bullet-active {
  background: #01903e;
  width: 10px;
  height: 10px;
}

.ny-wrap .ny-title {
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.ny-wrap .ny-text {
  line-height:32px;
  font-size: 16px;
  text-align: justify;
}

.ny-text td {
  width: auto!important;
  padding: 0 2px;
}

.ny-wrap .ny-text img {
  max-width: 100%;
}

.pos {
  border-bottom: 1px solid #ccc;
  padding: 20px;
}

.pos .container {
  padding-left: 30px;
  background: url(../images/pos.png) left center no-repeat;
}

.pagesize {
  text-align: center;
  margin-top: 50px;
}

.pagesize li {
  display: inline-block;
  margin: 0 5px;
}

.pagesize li.thisclass a, .pagesize li:hover a {
  font-weight: bold;
  color: #01903e;
}

.ny-wrap .news-list2 {
  background: #fff;
}

.ny-wrap .news-list2 .news-item {
  margin-bottom: 40px;
}

.ny-wrap .news-list2 .news-item .day {
  color: #01903e;
}

.art .text {
  line-height: 30px;
}

.art .desc {
  background: #f9f9f9;
  padding: 20px;
  color: #999;
  margin: 40px auto;
}

.aside {
  margin-top: 40px;
}
.nav-tag {margin-top: 15px;}
.aside h3 {
  background: #01903e;
  color: #fff;
  margin: 0;
  padding: 20px;
  font-weight: bold;
}

.aside .serv ul {
  margin-bottom: 0;
}

.aside .serv h3 {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.aside .serv li {
  transition: all ease 0.1s;
  padding: 15px 15px;
  border-bottom: 1px solid #fff;
  background:#eaeaea;
}

.aside .serv li:hover {
  padding: 15px 20px;
}

.aside .serv li:hover a {
  background: url(../images/jiantou2.png) right center no-repeat;
}

.aside .serv li.current a{color: #01903e;background: url(../images/jiantou2.png) right center no-repeat;}

.aside .serv li a {
  display: block;
  background: url(../images/jiantou.png) right center no-repeat;
}

.aside .serv2 ul {margin-bottom: 0;}
.aside .serv2 h3 {border-top-left-radius: 6px;border-top-right-radius: 6px;}
.aside .serv2 li .t{transition: all ease 0.1s;padding: 15px 15px;border-bottom: 1px solid #fff;background:#eaeaea;}
.aside .serv2 li .t a {display: block;color: #333;font-size: 15px;background: url(../images/jiantou.png) right center no-repeat;}
.aside .serv2 li .t:hover {padding: 15px 20px;}
.aside .serv2 li .t:hover a {color: #01903e;background: url(../images/jiantou2.png) right center no-repeat;}
.aside .serv2 li.current .t a{color: #01903e;background: url(../images/jiantou2.png) right center no-repeat;}
.aside .serv2 .txt{display: none;}
.aside .serv2 li:hover .txt{display: block;}
.aside .serv2 .txt {background: #f9f9f9;border-bottom: 1px solid #fff;}
.aside .serv2 .txt p{line-height:32px;height:32px;padding-left:30px;background: url(../img/ico02.png) no-repeat 15px 13px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin: 0;}
.aside .serv2 .txt p a {color: #999999;font-size:13px;}
.aside .serv2 .txt p a:hover, .aside .serv2 .txt p.cur a{color:#01903e;}
.aside .serv2 li.current .txt{display: block!important;}

.aside .tag-nav {
  background: #f9f9f9;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
}

.aside .tag-nav a {
  padding: 10px;
  display: block;
}

.ny-contact {
  margin-top: 40px;
}

.ny-contact li {
  line-height: 80px;
  border-bottom: 1px solid #ccc;
}

.ny-contact li img {
  padding-right: 10px;
}

.foot-cont {
  justify-content: space-between;
  width: 100%;
}
