/**
* 主题颜色
* 鼠标经过a的颜色
* 鼠标经过是否显示下划线 underline
* 页面整体宽度
* 背景颜色
* 主体颜色
* 文字颜色
**/
a:hover {
  color: #005825;
  text-decoration: none;
}
body {
  background-color: #f8f8f8;
}
.w {
  width: 1200px;
}
.yq_lis .hd li.on {
  border-bottom: 2px solid #005825;
}
.advertising {
  width: 1200px;
}
.right {
  position: sticky;
  top: 0;
  height: 100%;
}
.right .advertising {
  width: 300px;
  height: 300px;
  margin: 20px auto;
}
.right .advertising img {
  width: 100%;
  height: 100%;
}
.right .advertising-2 {
  margin-top: 40px;
  height: 250px;
}
.head {
  background: url(../img/top_bg.png) no-repeat center;
  background-color: #005825;
}
.head .toubu {
  display: flex;
  justify-content: space-between;
  height: 100px;
  align-items: center;
}
.head .toubu .logo {
  width: 250px;
  height: 60px;
  padding: 10px;
  border-radius: 20px;
  background-color: #fff;
}
.head .toubu .logo img {
  width: 100%;
  height: 100%;
}
.head .toubu .search {
  text-align: center;
  border: 1px solid #b6c2d2;
  overflow: hidden;
}
.head .toubu .search form {
  display: flex;
  align-items: center;
  background-color: #005825;
  height: 40px;
  overflow: hidden;
}
.head .toubu .search form input {
  background-color: #005825;
  padding-left: 20px;
  font-size: 20px;
  color: #fff;
}
.head .toubu .search form button {
  width: 50px;
  border: none;
  height: 100%;
  background: url(../img/search.png) no-repeat center;
  background-size: 100%;
}
.head .toubu .search span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.head .nav ul {
  display: flex;
  justify-content: space-between;
}
.head .nav ul li {
  line-height: 60px;
}
.head .nav ul li a {
  display: block;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 2px solid transparent;
}
.head .nav ul li a:hover {
  border-bottom: 2px solid #ff8400;
}
.fouce {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.fouce #swiper-1 {
  height: 500px;
  margin-left: 0;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide a span {
  height: 120px;
  line-height: 120px;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide a span h1 {
  font-size: 23px;
}
.fouce #swiper-1 .swiper-pagination {
  left: auto;
}
.fouce #swiper-1 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border-radius: 0;
}
.fouce #swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #005825;
}
.fouce #swiper-1 .swiper-button-white {
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.6);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-size: 25%;
}
.fouce #swiper-1 .swiper-button-white:hover {
  opacity: 0.8;
}
.title a {
  display: flex;
  justify-content: space-between;
}
.title span:first-of-type {
  font-size: 26px;
  width: 135px;
  height: 45px;
  line-height: 45px;
  padding-left: 60px;
  background: url(../img/img1.png) no-repeat center left;
  color: #fff;
}
.title span:last-of-type {
  background: url(../img/more.png) no-repeat center;
  height: 20px;
  line-height: 12px;
  margin-top: 15px;
  width: 68px;
  color: #005825;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.flex .big-box {
  width: 60%;
}
.flex .big-box .con-box {
  display: flex;
  justify-content: space-between;
}
.flex .big-box .con-box .box {
  width: 48%;
}
.flex .big-box .con-box .box .text {
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(72, 144, 72, 0.3);
}
.flex .big-box .con-box .box .text h2:first-of-type {
  height: 60px;
  line-height: 30px;
  color: #333;
  font-size: 18px;
}
.flex .big-box .con-box .box .text span {
  display: block;
  width: 165px;
  background: url(../img/time.jpg) no-repeat center left;
  padding: 0 20px 0 30px;
  background-size: 40%;
  color: #fff;
  margin: 10px 0;
}
.flex .big-box .con-box .box .text h2:last-of-type {
  color: #666;
  font-size: 16px;
  text-indent: 2rem;
}
.flex .big-box .con-box .box .text:hover h2 {
  color: #005825;
}
.flex .list ul li {
  height: 36px;
  line-height: 36px;
}
.flex .list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex .list ul li a h1 {
  width: 80%;
  font-size: 16px;
}
.flex .list ul li a span {
  color: #999;
  font-size: 16px;
}
.flex .sma-box {
  width: 35%;
}
.flex .sma-box .title span:first-of-type {
  background: url(../img/img2.png) no-repeat center left;
}
.flex .sma-box .list ul li {
  padding-left: 30px;
  height: 57px;
  line-height: 57px;
  border-bottom: 1px dotted #858585;
  background: url(../img/img5.png) no-repeat center left;
  background-size: 6%;
}
.flex .sma-box .list ul li a h1 {
  font-size: 18px;
}
.flex-2 a {
  display: flex;
  justify-content: space-between;
}
.no-flex a {
  display: inline !important;
}
.select {
  background-color: #fff;
  height: 580px;
  border-bottom: 1px solid #c1dac5;
}
.select .sele-tit {
  padding: 30px 0;
  height: 60px;
  line-height: 60px;
  display: flex;
  justify-content: center;
}
.select .sele-tit a {
  padding-left: 50px;
  margin: 0 20px;
  font-size: 26px;
  background-repeat: no-repeat;
  background-position: center left;
}
.select .sele-tit .cur {
  background-image: url(../img/yi-c.png) !important;
  color: #005825;
}
.select .sele-tit .yi {
  background-image: url(../img/yi.png);
}
.select .sele-tit .yii,
.select .sele-tit .yi:hover {
  color: #005825;
  background-image: url(../img/yi-c.png);
}
.select .sele-tit .er {
  background-image: url(../img/er.png);
}
.select .sele-tit .err,
.select .sele-tit .er:hover {
  color: #005825;
  background-image: url(../img/er-c.png);
}
.select .sele-tit .san {
  background-image: url(../img/san.png);
}
.select .sele-tit .sann,
.select .sele-tit .san:hover {
  color: #005825;
  background-image: url(../img/san-c.png);
}
.select .sele-tit .si {
  background-image: url(../img/si.png);
}
.select .sele-tit .sii,
.select .sele-tit .si:hover {
  color: #005825;
  background-image: url(../img/si-c.png);
}
.select .sele-con {
  display: flex;
  justify-content: space-between;
}
.select .sele-con .sele-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.select .sele-con .sele-item .item-box {
  width: 23%;
  position: relative;
}
.select .sele-con .sele-item .item-box .img {
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.select .sele-con .sele-item .item-box .img img {
  width: 100%;
  height: 100%;
}
.select .sele-con .sele-item .item-box .text {
  width: 80%;
  background-color: #f2f2f2;
  padding: 20px 5%;
  position: absolute;
  top: 140px;
  left: 50%;
  height: 220px;
  transform: translateX(-50%);
}
.select .sele-con .sele-item .item-box .text h2 {
  color: #333;
  font-size: 18px;
}
.select .sele-con .sele-item .item-box .text h3 {
  margin-top: 10px;
  color: #666;
  font-size: 16px;
  line-height: 30px;
  text-indent: 2rem;
  -webkit-line-clamp: 4;
}
.select .sele-con .sele-item .item-box:hover img {
  transform: scale(1.1);
  transition: 0.6s all;
}
.select .sele-con .sele-item .item-box:hover .text h2,
.select .sele-con .sele-item .item-box:hover .text h3 {
  color: #005825;
}
.select .sele-con .sele-item .item-box:hover .text h2 {
  font-weight: 700;
}
.select .sele-con .sele-item .item-box:nth-child(1) .text {
  border-bottom: 2px solid #005825;
}
.select .sele-con .sele-item .item-box:nth-child(2) .text {
  border-bottom: 2px solid #0062ac;
}
.select .sele-con .sele-item .item-box:nth-child(3) .text {
  border-bottom: 2px solid #f8b62c;
}
.select .sele-con .sele-item .item-box:nth-child(4) .text {
  border-bottom: 2px solid #6fbc47;
}
.bot .sma-box .title span:first-of-type {
  background: url(../img/img6.png) no-repeat center left;
  color: #005825;
}
.bot .sma-box .left-list {
  padding: 10px;
}
.bot .sma-box .left-list a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.bot .sma-box .left-list a .img {
  width: 45%;
}
.bot .sma-box .left-list a .img img {
  height: 100%;
  width: 100%;
}
.bot .sma-box .left-list a .text {
  width: 48%;
}
.bot .sma-box .left-list a .text span {
  font-size: 16px;
  padding-left: 20px;
  background: url(../img/time.png) no-repeat center left;
}
.bot .sma-box .left-list a .text h1 {
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
}
.bot .sma-box .left-list a .text h2 {
  text-indent: 2rem;
  color: #666;
  height: 45px;
  line-height: 23px;
}
.bot .big-box .title span:first-of-type {
  background: url(../img/er-c.png) no-repeat center left;
  color: #005825;
}
.bot .big-box .left-wid-list .flex {
  align-items: center;
}
.bot .big-box .left-wid-list .flex .img {
  width: 35%;
}
.bot .big-box .left-wid-list .flex .img img {
  width: 100%;
  height: 100%;
}
.bot .big-box .left-wid-list .flex .text {
  width: 60%;
}
.bot .big-box .left-wid-list .flex .text h1 {
  font-size: 20px;
}
.bot .big-box .left-wid-list .flex .text h2 {
  text-indent: 2rem;
  color: #666;
  height: 48px;
  line-height: 24px;
  margin: 10px 0 10px 0;
}
.bot .big-box .left-wid-list .flex .text span {
  display: block;
  padding: 20px;
  border-bottom: 1px solid #666;
  font-size: 16px;
  padding-left: 20px;
  background: url(../img/time.png) no-repeat center left;
}
.bot .big-box .list ul li {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  position: relative;
}
.bot .big-box .list ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #d0444d;
  border-bottom: 5px solid transparent;
}
.flo-text {
  height: 250px;
}
.flo-text ul {
  display: flex;
  justify-content: space-between;
  margin-left: 30px;
}
.flo-text ul li {
  white-space: normal;
  overflow: initial;
  width: 32%;
  position: relative;
  margin-right: 50px;
}
.flo-text ul li img {
  width: 100%;
  height: 100%;
}
.flo-text ul li .float-box {
  position: absolute;
  top: 40px;
  right: 20px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.16);
  width: 90%;
  height: 130px;
  opacity: 0.9;
}
.flo-text ul li .float-box h2 {
  font-size: 16px;
  margin: 10px 0;
}
.flo-text ul li .float-box span {
  border-top: 3px solid #000;
  width: 100px;
  color: #888;
  display: block;
  padding-top: 17px;
}
.flo-text ul li .float-box:hover {
  opacity: 1;
  background-color: #005825;
}
.flo-text ul li .float-box:hover h2 {
  color: #fff;
}
.flo-text ul li .float-box:hover span {
  border-top: 5px solid #fff;
  color: #fff;
}
.made .sma-box span:first-of-type {
  color: #005825;
  background: url(../img/san-c.png) no-repeat center left !important;
}
.listt .big-box {
  width: 64%;
}
.listt .sma-box {
  width: 30%;
}
.listt .title span:first-of-type {
  font-size: 20px;
  background-size: 20% !important;
}
.list-list ul li {
  position: relative;
  line-height: 60px;
  border-bottom: 1px solid #dadada;
  padding: 0 30px;
}
.list-list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-list ul li a h1 {
  width: 80%;
  font-size: 18px;
}
.list-list ul li a span {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  padding-left: 30px;
  border-left: 1px solid #ccc;
  background: url(../img/time.png) no-repeat 10px center;
}
.list-list ul li:before {
  content: '';
  position: absolute;
  left: 10px;
  height: 5px;
  width: 5px;
  border: 1px solid #005825;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.list-list ul li:hover {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.8s ease;
}
.content .con-tit h4 {
  font-size: 34px;
  line-height: 50px;
  color: #333;
  display: block;
  font-weight: normal;
}
.content .con-info {
  padding: 20px 0;
  border-bottom: 12px solid #e4e4e4;
}
.content .con-info span {
  color: #666;
  font-size: 16px;
  margin-right: 20px;
}
.content .con-text p {
  font-size: 16px;
  line-height: 36px;
  text-indent: 2rem;
}
.content .con-text a img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.paging {
  display: flex;
  justify-content: center;
  margin: 30px 0;
  line-height: 40px;
}
.paging a,
.paging span {
  font-size: 16px;
  padding: 0 20px;
}
.paging a:first-of-type {
  order: -2;
  margin-right: 20px;
}
.paging .hover,
.paging span {
  order: -1;
}
.paging .hover {
  padding-right: 0;
}
.paging span {
  padding-left: 0;
  margin-right: 20px;
}
.paging span:before {
  content: '/';
}
.paging a:nth-child(2),
.paging a:nth-child(5) {
  display: block;
  margin: 0 10px;
  background-color: #fff;
  border: 1px solid #888;
}
.pian {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  padding: 0 20px;
}
.pian a {
  display: block;
  padding: 10px 20px;
  border: 1px solid #888;
}
