/*CSS样式重写*/
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol dl,
dt,
dd,
pre,
header,
footer,
section {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  box-sizing: border-box;
}
body {
  font-family: "microsoft yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  min-width: 1500px;
  background-color: #ffffff;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #2c624a;
  text-decoration: none;
}
input,
button {
  outline: 0;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}
/*通用样式*/
.container {
  position: relative;
  width: 1400px;
  margin: 0px auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.header {
  border-top: 10px solid #2c6148;
  background-color: #e7f5fe;
  padding-left: 76px;
  padding-right: 60px;
}
.header .head-cont {
  width: 100%;
  height: 113px;
  line-height: 113px;
  margin: 0px auto;
  border-top: 1px solid #fcfcfd;
}
.head-cont .logo {
  float: left;
}
.head-cont .nav-list {
  float: right;
  margin-top: 45px;
}
.head-cont .nav-list .nav-item {
  float: left;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.head-cont .nav-list .nav-item a {
  display: block;
  width: 112px;
  text-align: center;
}
.head-cont .nav-list .nav-item:hover {
  color: #fff;
  background-color: #277150;
}
.head-cont .nav-list .nav-item:hover a{
  color: #fff;
}
.submenu {
  position: relative;
  display: none;
  width: 100%;
  background: #7e7e7e;
  filter: alpha(opacity=90);
  opacity: 0.9;
  -moz-opacity: 0.9;
  z-index: 99;
}
.submenu li {
  line-height: 30px;
  font-size: 14px;
}
.submenu li a {
  color: #fff;
}
.submenu li a:hover {
  background-color: #649d84;
}
.submenu li .submenu_2 {
  display: none;
  background: #7e7e7e;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
}
.submenu li .submenu_2 li a {
  padding-right: 10px;
  text-align: right !important;
  box-sizing: border-box;
}
/*轮播图*/
.banner {
  position: relative;
  width: 100%;
  height: 818px;
  overflow: hidden;
}
.banner .hd {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%;
}
.banner .hd li {
  float: left;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 5px;
  background-color: #bbb;
  cursor: pointer;
}
.banner .hd li.on {
  background-color: #f7ab09;
}
.banner .bd img {
  width: 100%;
  height: 100%;
}
.banner .prev,
.banner .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 37px;
  height: 74px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.banner .next {
  left: auto;
  right: 10px;
}
/*主体部分*/
.main {
  margin-top: 34px;
}
.main .title {
  color: #2d6347;
}
.main .more {
  margin-top: 8px;
}
.main .cont-hd {
  height: 63px;
}
.main .cont-left {
  width: 65%;
}
.main .cont-left .news {
  width: 116px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px dashed #2e6047;
  color: #2c624a;
  box-sizing: border-box;
}
.main .cont-right {
  width: 32%;
}
.main .cont-right ul li {
  height: 51px;
  margin-bottom: 12px;
}
.main .cont-right ul li .time {
  width: 48px;
  height: 51px;
  text-align: center;
  color: #fff;
  border: 1px solid #bfbfbf;
}
.main .cont-right ul li .time .day {
  height: 29px;
  line-height: 29px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.main .cont-right ul li .time .month {
  height: 22px;
  line-height: 22px;
  background-color: #dcdcdc;
}
.main .cont-right ul li a {
  width: 85%;
  height: 51px;
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.cont-bd-lf {
  position: relative;
  width: 48%;
  height: 377px;
}
.cont-bd-lf .hd {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
  padding: 0px !important;
}
.cont-bd-lf .hd li {
  float: left;
  width: 11px;
  height: 11px;
  margin: 4px;
  border-radius: 50%;
  background-color: #a0a0a0;
  cursor: pointer;
}
.cont-bd-lf .hd li.on {
  background-color: #e29e37;
}
.cont-bd-lf .bd img {
  height: 300px;
}
.cont-bd-lf .bd .bd-title {
  position: relative;
  height: 43px;
  line-height: 43px;
  text-align: center;
}
.cont-bd-lf .bd .bd-title .tipnum {
  position: absolute;
  left: 10px;
  color: #666666;
}
.cont-bd-lf .bd .bd-title .tipnum .tip-index {
  font-size: 20px;
  font-weight: bold;
}
.cont-bd-lf .bd .bd-title a {
  float: right;
  width: 90%;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cont-bd-rg {
  width: 50%;
}
.cont-bd-rg ul li {
  height: 45px;
  margin-bottom: 17px;
}
.cont-bd-rg ul li .time {
  width: 40px;
  border-right: 1px solid #d7d7d7;
  color: #6f6f6f;
  text-align: center;
}
.cont-bd-rg ul li .time .day {
  font-size: 18px;
  font-weight: bold;
}
.cont-bd-rg ul li a {
  width: 88%;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.main-bottom .cont-hd {
  height: 50px;
}
.main-bottom .cont-btom-left {
  width: 31%;
}
.main-bottom .cont-btom-left ul li {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ececec;
  font-size: 16px;
  color: #a7a7a7;
}
.main-bottom .cont-btom-left ul li img {
  margin-top: -3px;
}
.main-bottom .cont-btom-left ul li a {
  width: 83%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-bottom .cont-btom-right {
  width: 68%;
}
.main-bottom .cont-btom-right ul li {
  float: left;
  width: 24%;
  height: 40px;
  margin-right: 12px;
  margin-bottom: 12px;
  padding-left: 16px;
  border-left: 1px solid #ededed;
  border-bottom: 1px solid #d1d1d1;
  border-right: 1px solid #ededed;
  line-height: 45px;
  font-size: 16px;
  color: #a2a2a3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-bottom .cont-btom-right ul li:nth-child(4n) {
  margin-right: 0px;
}
.main-bottom .cont-btom-right ul li::before {
  content: ">";
  font-size: 18px;
}
/*专题部分*/
.subject {
  height: 304px; 
}
.sub-content .title {
  color: #2d6347;
}
.sub-content .cont-hd {
  height: 50px;
  line-height: 50px;
}
.sub-content .picScroll-left {
  position: relative;
}
.sub-content .picScroll-left .prev,
.sub-content .picScroll-left .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -4%;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #8a8a8a;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
}
.sub-content .picScroll-left .next {
  left: auto;
  right: -4%;
}
.sub-content .bd {
  overflow: hidden;
}
.sub-content .bd ul li {
  float: left;
  width: 428px;
  height: 217px;
  margin: 0px 30px;
  border: 6px solid #f8f6f4;
}
.sub-content .bd ul li img {
  width: 100%;
  height: 100%;
}
/*服务区块*/
.sections {
  margin-top: 18px;
  margin-bottom: 26px;
}
.sections .title {
  color: #2d6347;
}
.sections .more {
  margin-top: 5px;
}
.sections .cont-hd {
  height: 50px;
}
.sections .serve {
  width: 50%;
  margin-right: 1%;
}
.sections .l-video {
  width: 24%;
}
.sections .newspaper {
  width: 23%;
}
.serve ul li {
  float: left;
  width: 163px;
  height: 48px;
  line-height: 48px;
  margin-right: 12px;
  padding-left: 3px;
  border-bottom: 1px solid #e2e2e2;
}
.serve ul li::before {
  content: ">";
  display: inline-block;
  margin-right: 11px;
  font-size: 14px;
  color: #b1b1b1;
}
.serve ul li:nth-child(4n) {
  margin-right: 0px;
}
.l-video video {
  width: 100%;
  height: 188px;
}
.l-video video img {
  width: 100%;
}
.l-video .video-title {
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-top: 7px;
  border: 1px solid #d1d1d1;
  border-top: none;
  font-size: 16px;
  font-weight: normal;
}
#certify {
  position: relative;
}
#certify .swiper-button-prev,
#certify .swiper-button-next {
  top: auto;
  bottom: 0px;
  width: 53px;
  height: 16px;
  background: none;
  color: #a0a0a0;
}
#certify .swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -15px;
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  border-right-color: #a0a0a0;
}
#certify .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -8px;
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  border-left-color: #a0a0a0;
}
.newspaper .swiper-container .swiper-slide {
  width: 156px;
  height: 242px;
  font-size: 12px;
  text-align: center;
}
.newspaper .swiper-container .swiper-slide .img {
  height: 217px;
  padding: 4px;
  border: 1px solid #dfdfdf;
}
/*友情链接*/
.blogroll {
  margin-bottom: 46px;
}
.blogroll .title {
  margin-bottom: 22px;
  color: #006346;
}
.blogroll ul li {
  float: left;
  font-size: 16px;
  margin-right: 30px;
}
.blogroll ul li a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  background-color: #a9a9a9;
  border-radius: 50%;
  vertical-align: middle;
}
/*底部*/
.footer {
  height: 178px;
  padding-top: 44px;
  background-color: #2c6049;
}
.foot-left {
  float: left;
  width: 50%;
  color: #fff;
}
.foot-left img {
  float: left;
  margin-right: 10px;
}
.foot-left a {
  color: #fff;
}
.foot-right {
  float: right;
}
.foot-right .img {
  float: left;
  margin: 0px 11px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.foot-right .img img {
  margin-bottom: 10px;
}
