.header {
  height: 106px;
  display: flex;
  align-items: center;
}
.header .logo {
  display: block;
}
.header .logo img {
  display: block;
  height: 74px;
  width: auto;
}
.header .a1 {
  flex: 1;
  padding-left: 142px;
  padding-right: 40px;
  display: flex;
  justify-content: space-between;
}
.header .a1 a {
  line-height: 1;
  padding: 14px 0;
  position: relative;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  transition: 0.5s;
}
.header .a1 a::after {
  position: absolute;
  left: 50%;
  width: 0;
  height: 4px;
  background: #008000;
  border-radius: 2px;
  content: "";
  bottom: 0;
  transition: 0.5s;
}
.header .a1 a.select,
.header .a1 a:hover {
  color: #008000;
}
.header .a1 a.select::after,
.header .a1 a:hover::after {
  left: 10%;
  width: 80%;
}
.header .a2 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
  padding-right: 20px;
  padding-left: 52px;
  background: url(../images/icon/a1.png) left center no-repeat;
}
.banner {
  height: 600px;
}
.banner .swiper-container {
  height: 100%;
}
.banner .swiper-container .box_img {
  height: 100%;
}
.banner .swiper-container .swiper-pagination {
  bottom: 20px !important;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 2px solid transparent;
  overflow: hidden;
  position: relative;
  opacity: 1;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  content: "";
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  border: 2px solid #ffffff;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active::after {
  display: none;
}
.ind_a {
  padding: 40px 0 50px;
}
.ind_a .title_a {
  margin-bottom: 20px;
}
.ind_a .a1 {
  height: 320px;
  overflow: hidden;
}
.ind_a .a1 .item {
  display: block;
  height: 100%;
  overflow: hidden;
}
.ind_a .a1 .item .img {
  height: 200px;
  position: relative;
  overflow: hidden;
  margin-bottom: 22px;
}
.ind_a .a1 .item .t1 {
  font-size: 18px;
  font-family: SourceHanSansSC;
  font-weight: 300;
  color: #333333;
  line-height: 36px;
  margin-bottom: 3px;
}
.ind_a .a1 .item .t2 {
  font-size: 16px;
  font-family: SourceHanSansSC;
  font-weight: 300;
  color: #999999;
  line-height: 24px;
}
.ind_a .a2 {
  padding-top: 10px;
}
.ind_a .a2 a {
  display: block;
  width: 39px;
  height: 39px;
  background: #008000;
  border-radius: 50%;
}
.ind_b {
  background: #F8F8F8;
  padding: 40px 0 77px;
  min-width: 1280px;
}
.ind_b .title_a {
  margin-bottom: 33px;
}
.ind_b .a1 {
  width: 519px;
  background: #008000;
  float: left;
  height: 435px;
  overflow: hidden;
}
.ind_b .a1 .box_img {
  height: 290px;
}
.ind_b .a1 .text {
  padding: 7px 20px 0 97px;
  position: relative;
}
.ind_b .a1 .text .time {
  position: absolute;
  width: 70px;
  top: 21px;
  left: 10px;
  text-align: center;
}
.ind_b .a1 .text .time span {
  display: block;
  font-size: 36px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 36px;
}
.ind_b .a1 .text .time em {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  opacity: 0.5;
}
.ind_b .a1 .text h6 {
  padding: 10px 0;
  line-height: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 17px;
}
.ind_b .a1 .text p {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  opacity: 0.5;
}
.ind_b .a2 {
  width: 720px;
  float: right;
  padding-top: 12px;
  height: 435px;
  overflow: hidden;
}
.ind_b .a2 .one {
  display: block;
  margin-bottom: 28px;
}
.ind_b .a2 .one h6 {
  padding: 10px 0;
  border-bottom: 1px solid rgba(196, 196, 196, 0.5);
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-bottom: 14px;
}
.ind_b .a2 .one p {
  height: 56px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  opacity: 0.5;
}
.ind_c {
  padding: 50px 0 68px;
  display: flex;
  justify-content: space-between;
}
.ind_c .item {
  width: 626px;
}
.ind_c .item .title_a {
  margin-bottom: 33px;
}
.ind_c .item .box {
  height: 482px;
  background: #FFFFFF;
  box-shadow: 0px 2px 9px 0px rgba(232, 232, 232, 0.32);
}
.ind_c .item .box .box_img {
  height: 293px;
}
.ind_c .item .box .text {
  padding: 17px 20px 0;
}
.ind_c .item .box .text p {
  height: 90px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-bottom: 16px;
}
.ind_c .item .box .text a {
  width: 132px;
  height: 40px;
  background: #FFFFFF;
  border: 1px dashed #D0D0D0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 1;
  border-radius: 4px;
  transition: 0.5s;
}
.ind_c .item .box .text a:hover {
  background: #008000;
  border: 1px solid #008000;
  color: #FFFFFF;
}
.list_a li {
  border-bottom: 1px solid #dedede;
}
.list_a li a {
  display: flex;
  align-items: center;
  height: 58px;
  transition: 0.5s;
  background-position: right center;
  background-repeat: no-repeat;
}
.list_a li a span {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1;
  transition: 0.5s;
}
.list_a li a i {
  width: 120px;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 1;
  font-style: normal;
}
.list_a li a:hover {
  padding-right: 30px;
  background-image: url(../images/icon/a2.png);
}
.list_a li a:hover span {
  color: #008000;
}
.list_b {
  position: relative;
  margin: 0 -20px;
}
.list_b li {
  width: 50%;
  margin-top: 10px;
  padding: 0 20px;
  float: left;
}
.list_b li:nth-child(1),
.list_b li:nth-child(2) {
  margin-top: 0;
}
.list_b li .item {
  height: 480px;
  overflow: hidden;
}
.list_b li .item .video {
  width: 619px;
  height: 357px;
  background: #000000;
  position: relative;
}
.list_b li .item .video video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.list_b li .item h6 {
  margin: 17px 0 5px;
  height: 38px;
  align-items: center;
  display: flex;
  color: #333333;
  justify-content: space-between;
}
.list_b li .item h6 span {
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
}
.list_b li .item h6 i {
  font-style: normal;
  font-size: 16px;
  margin-left: 40px;
  white-space: nowrap;
}
.list_b li .item p {
  line-height: 1.7;
  color: #333333;
  font-size: 16px;
}
.page_a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1;
}
.page_a .pagination {
  display: flex;
}
.page_a a {
  display: flex;
  margin: 0 5px;
  width: 78px;
  height: 34px;
  border: 1px solid #A6A6A6;
  border-radius: 17px;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.page_a a:hover {
  border: 1px solid #029A42;
  color: #029A42;
}
.page_a .active span {
  border: 1px solid #029A42;
  color: #029A42;
}
.page_a span {
  display: flex;
  margin: 0 5px;
  width: 78px;
  height: 34px;
  border: 1px solid #A6A6A6;
  border-radius: 17px;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.footer {
  background: #2E2E2E;
  padding: 46px 0 20px;
  min-width: 1280px;
}
.footer .a1 {
  display: flex;
  padding-bottom: 50px;
  border-bottom: 1px solid #fff;
}
.footer .a1 .tit {
  line-height: 44px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
}
.footer .a1 .b1 {
  width: 214px;
  margin-right: 76px;
}
.footer .a1 .b1 ul {
  padding-top: 6px;
}
.footer .a1 .b1 ul li {
  width: 50%;
  float: left;
  line-height: 36px;
}
.footer .a1 .b1 ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #919191;
}
.footer .a1 .b2 {
  flex: 1;
}
.footer .a1 .b2 .c1 {
  padding-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #A4A4A4;
  line-height: 26px;
}
.footer .a1 .b3 {
  width: 370px;
  margin-left: 40px;
}
.footer .a1 .b3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .a1 .b3 ul li {
  width: 180px;
  height: 42px;
  background-color: #008000;
  margin-top: 15px;
}
.footer .a1 .b3 ul li .box_img {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .a2 {
  padding: 30px 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #A4A4A4;
  line-height: 30px;
}
.footer .a2 .b1 {
  margin-right: 60px;
}
.footer .a2 .b1 img {
  height: 78px;
  width: auto;
  display: block;
}
.footer .a2 .b2 {
  flex: 1;
}
.footer .a2 .b3 {
  width: 370px;
}
.nesw_a {
  padding: 30px 0 80px;
}
.nesw_a .a1 {
  height: 180px;
  display: block;
  position: relative;
  overflow: hidden;
  padding-left: 430px;
}
.nesw_a .a1 .box_img {
  width: 322px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.nesw_a .a1 .time {
  position: absolute;
  width: 80px;
  text-align: center;
  left: 338px;
  top: 23px;
}
.nesw_a .a1 .time span {
  display: block;
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  line-height: 38px;
}
.nesw_a .a1 .time em {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 18px;
  opacity: 0.5;
}
.nesw_a .a1 h6 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  padding: 20px 0 10px 0;
  border-bottom: 1px solid rgba(178, 178, 178, 0.5);
  margin-bottom: 12px;
}
.nesw_a .a1 p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  opacity: 0.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.nesw_a .list_a {
  padding-top: 17px;
  padding-bottom: 40px;
}
.lxwm_a {
  padding: 70px 0 77px;
}
.lxwm_a .a1 {
  width: 640px;
  height: 440px;
  float: left;
  overflow: hidden;
}
.lxwm_a .a2 {
  width: 600px;
  height: 440px;
  float: right;
  overflow: hidden;
}
.lxwm_a .a2 dl {
  position: relative;
  padding-left: 70px;
  color: #333333;
  border-bottom: 1px solid rgba(220, 220, 220, 0.5);
}
.lxwm_a .a2 dl:nth-child(1) {
  height: 130px;
}
.lxwm_a .a2 dl:nth-child(1) img {
  top: 17px;
}
.lxwm_a .a2 dl:nth-child(2) {
  height: 140px;
  padding-top: 12px;
}
.lxwm_a .a2 dl:nth-child(3) {
  height: 170px;
  padding-top: 12px;
}
.lxwm_a .a2 dl dt {
  line-height: 64px;
  font-size: 24px;
}
.lxwm_a .a2 dl dd {
  font-size: 16px;
  line-height: 24px;
}
.lxwm_a .a2 dl img {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 32px;
  left: 0;
}
.jg_a {
  padding: 10px 0 70px;
}
.jg_a .a1 {
  text-align: center;
  line-height: 88px;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
}
.jg_a .a2 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.jg_a .a3 {
  width: 860px;
  margin: 0 auto;
  height: 380px;
  padding: 0 45px;
  position: relative;
}
.jg_a .a3 .swiper-container {
  height: 100%;
  width: 100%;
}
.jg_a .a3 .swiper-container .box_img {
  height: 100%;
  border-radius: 5px;
}
.jg_a .a3 .prev,
.jg_a .a3 .next {
  position: absolute;
  display: flex;
  height: 50px;
  width: 30px;
  justify-content: center;
  align-items: center;
  top: calc(50% - 25px);
  outline: none;
  cursor: pointer;
}
.jg_a .a3 .prev:after,
.jg_a .a3 .next:after {
  font-family: swiper-icons;
  font-size: 40px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  color: #c4c4c4;
  font-weight: bold;
  transition: 0.5s;
}
.jg_a .a3 .prev:hover:after,
.jg_a .a3 .next:hover:after {
  color: #137b3b;
}
.jg_a .a3 .prev {
  left: 0;
}
.jg_a .a3 .prev:after {
  content: 'prev';
}
.jg_a .a3 .next {
  right: 0;
}
.jg_a .a3 .next:after {
  content: 'next';
}
.gynm_a {
  padding: 60px 0;
}
.gynm_a .a1 {
  text-indent: 2em;
  font-size: 16px;
  color: #333333;
  line-height: 36px;
}
.gynm_a .a2 {
  font-size: 16px;
  color: #137b3b;
  line-height: 36px;
}
.gynm_a .a2 span {
  font-size: 18px;
  font-weight: bold;
}
.gynm_a .a3 {
  padding-top: 26px;
  display: flex;
  justify-content: space-between;
}
.gynm_a .a3 .item {
  width: 313px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}
.gynm_a .a3 .item img {
  height: 100%;
  width: auto;
  display: block;
}
.gynm_a .a3 .item:nth-child(1) {
  border: 1px dashed #029A42;
}
.gynm_a .a3 .item:nth-child(2) {
  border: 1px dashed #04A0D0;
}
.gynm_a .a3 .item:nth-child(3) {
  border: 1px dashed #0072BB;
}
.gynm_a .a3 .item:nth-child(4) {
  border: 1px dashed #812991;
}
.gynm_b {
  padding: 60px 0 55px;
}
.gynm_b .a1 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  margin-bottom: 50px;
}
.gynm_b .list_b {
  padding-bottom: 20px;
}
.al_a {
  padding: 37px 0 0;
  overflow: inherit;
}
.al_a .a1 {
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 17px;
}
.al_a .a2 {
  padding-bottom: 30px;
}
.al_a .a2 ul {
  position: relative;
  margin: 0 -10px;
}
.al_a .a2 ul li {
  width: calc(100% / 6);
  padding: 0 10px;
  margin-bottom: 30px;
  float: left;
}
.al_a .a2 .item {
  padding-top: 10px;
  display: block;
  height: 275px;
  background: #FFFFFF;
  box-shadow: 0px 0px 9px 0px rgba(218, 218, 218, 0.36);
  position: relative;
}
.al_a .a2 .item h6 {
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
.al_a .a2 .item .img {
  height: 106px;
  position: relative;
  overflow: hidden;
}
.al_a .a2 .item .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
}
.al_a .a2 .item p {
  height: 116px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 18px 0;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}
.al_a .a2 .item:hover p {
  background-color: #137b3b;
  color: #ffffff;
}
.al_a .a3 {
  padding-top: 20px;
}
.al_a .a3 img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.two_banner {
  height: 380px;
  position: relative;
  min-width: 1280px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.two_banner .bj_a {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
  z-index: 1;
}
.two_banner .a1 {
  position: relative;
  z-index: 2;
  text-align: center;
}
.two_banner .a1 span {
  position: relative;
  z-index: 2;
  font-size: 48px;
  font-family: SourceHanSansSC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  display: inline-block;
}
.two_banner .a1 span::before {
  width: 30px;
  height: 1px;
  background: #FFFFFF;
  content: "";
  position: absolute;
  right: -40px;
  top: 50%;
}
.two_banner .a1 span::after {
  width: 30px;
  height: 1px;
  background: #FFFFFF;
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
}
.two_banner .a1 em {
  position: relative;
  display: block;
  top: -12px;
  z-index: 1;
  font-size: 48px;
  font-family: PingFang;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1;
  opacity: 0.22;
  text-transform: uppercase;
}
.two_banner .a2 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: calc(50% - 640px);
  height: 58px;
  background: #2A8246;
  opacity: 0.8;
  border-radius: 40px 0px 0px 0px;
  z-index: 2;
  display: flex;
  padding-left: 70px;
}
.two_banner .a2 a {
  display: flex;
  margin-right: 60px;
  height: 100%;
  align-items: center;
  position: relative;
  background: #2A8246;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
}
.two_banner .a2 a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: #FEA825;
  border-radius: 2px;
  content: "";
  transition: 0.5s;
}
.two_banner .a2 a.select::after,
.two_banner .a2 a:hover::after {
  left: 0;
  width: 100%;
}
.title_a {
  height: 44px;
  overflow: hidden;
}
.title_a .t1 {
  line-height: 44px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.title_a .t1 span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-left: 18px;
  text-transform: capitalize;
}
.title_a .t2 {
  display: flex;
  margin-left: 25px;
  height: 44px;
  align-items: center;
}
.title_a .t2 a {
  font-size: 16px;
  line-height: 20px;
  color: #999999;
}
.title_a .t3 {
  display: flex;
}
.title_a .t3 a {
  display: flex;
  height: 44px;
  align-items: center;
  padding: 0 13px;
  position: relative;
  margin-right: 17px;
  font-size: 16px;
  line-height: 1;
  transition: 0.5s;
}
.title_a .t3 a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e1e1e0;
  content: "";
  height: 2px;
  transition: 0.5s;
}
.title_a .t3 a.select,
.title_a .t3 a:hover {
  color: #008000;
}
.title_a .t3 a.select::after,
.title_a .t3 a:hover::after {
  background-color: #008000;
}
