a,
p,
span,
li {
  font-family: PingFang SC-Bold, PingFang SC !important;
}
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
.wth {
  width: 1200px;
  margin: 0 auto;
}
.swiper {
  --swiper-theme-color: #ff6600;
  --swiper-pagination-color: #00ff33;
  min-width: 1200px;
}
.pic {
  width: 100%;
}
.pic img {
  width: 100%;
  display: block;
  min-width: 1200px;
}
.search {
  position: relative;
}
.search .search_in {
  width: 577px;
  height: 75px;
  box-sizing: border-box;
  background: rgba(249, 249, 249, 0.98);
  box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.08);
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  position: absolute;
  margin-left: -288.5px;
  left: 50%;
  margin-top: -37.5px;
  z-index: 999;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}
.search .search_in .search_btn {
  width: 144px;
  height: 24px;
  text-align: center;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  margin-left: 189px;
}
.search .search_in div input {
  border: none;
  background: transparent;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: #999;
  margin-left: 62px;
}
.search .search_in .btn {
  outline: none;
  border: none;
  background: none;
  font-size: 16px;
  font-weight: 500;
  color: #49b849;
}
.part1 {
  width: 100%;
  background: rgba(60, 183, 60, 0.06);
  overflow: hidden;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.part1 .part1_1 {
  margin-top: 97px;
}
.part1 .part1_1 .tabs_menu {
  width: 456px;
  margin: 0 auto;
}
.part1 .part1_1 .tabs_menu ul {
  position: relative;
}
.part1 .part1_1 .tabs_menu ul li {
  width: 160px;
  font-size: 40px;
  font-weight: 500;
  color: #333333;
  cursor: pointer;
  float: left;
  margin-right: 136px;
  position: relative;
}
.part1 .part1_1 .tabs_menu ul li img {
  position: absolute;
  top: 33px;
  width: 68.14px;
  height: 21.04px;
  right: -19px;
}
.part1 .part1_1 .tabs_menu ul .active:before {
  content: '';
  width: 118px;
  height: 6px;
  background: #49b849;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  position: absolute;
  bottom: -18px;
  left: 18px;
  color: #49b849;
}
.part1 .part1_1 .tabs_menu ul .active:after {
  content: '';
  position: absolute;
  top: 33px;
  width: 68.14px;
  height: 21.04px;
  right: -19px;
  background: url(../images/group6.png) no-repeat center top;
  z-index: -99;
}
.part1 .part1_1 .tabs_menu ul li:nth-child(2) {
  margin-right: 0;
}
.part1 .part1_1 .tabs_menu ul .active {
  color: #49b849;
}
.more {
  width: 209px;
  height: 57px;
  border-radius: 12px 4px 12px 12px;
  border: 1px solid #49b849;
  text-align: center;
  margin: 0 auto;
  line-height: 57px;
  margin-bottom: 50px;
  margin-top: 5px;
}
.more a {
  font-size: 20px;
  font-weight: 400;
  color: #49b849;
}
.tabs_content .list {
  margin-top: 60px;
}
.tabs_content .list .list_pic_mork {
  height: 126px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.59) 0%, rgba(3, 7, 12, 0) 100%);
  border-radius: 0px 0px 20px 20px;
  opacity: 1;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -4px;
}
.tabs_content .list .list_pic {
  width: 438px;
  height: 358px;
  border-radius: 4px 20px 20px 20px;
  opacity: 1;
  float: left;
  margin-right: 39px;
  box-sizing: border-box;
  position: relative;
}
.tabs_content .list .list_pic img {
  width: 100%;
  display: block;
  border-radius: 20px;
}
.tabs_content .list .list_pic p {
  font-size: 18px;
  font-weight: 600;
  color: #FFFF;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 47px;
  padding: 0 30px 0 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  z-index: 1;
}
.tabs_content .list .list_pic span {
  position: absolute;
  bottom: 23px;
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
  right: 42px;
  z-index: 1;
}
.tabs_content .list ul li:nth-child(2n) {
  margin-right: 0;
}
.tabs_content .list ul li:hover .mask,
.tabs_content .list ul li:hover p,
.tabs_content .list ul li:hover span,
.tabs_content .list ul li:hover .mask,
.tabs_content .list ul li:hover p {
  top: 0;
  color: white;
}
.tabs_content .list ul li:hover .icon {
  width: 102px;
  height: 90px;
  position: absolute;
  right: 0;
  bottom: 8px;
  background: url(../images/Group1.png) no-repeat center top;
}
.tabs_content .list ul li {
  width: 338px;
  height: 164px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px 16px 16px 16px;
  float: left;
  margin-right: 40px;
  margin-bottom: 30px;
  line-height: 23px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.tabs_content .list ul li .icon {
  width: 102px;
  height: 90px;
  position: absolute;
  right: 0;
  bottom: 8px;
  background: url(../images/Group.png) no-repeat center top;
}
.tabs_content .list ul li .mask {
  width: 100%;
  height: 100%;
  background-color: #49b849;
  position: absolute;
  top: 157px;
  border-radius: 4px 16px 16px 16px;
  opacity: 1;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  transition: .5s;
  z-index: -1;
}
.tabs_content .list ul li img {
  width: 102px;
  height: 90px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.tabs_content .list ul li span {
  font-size: 14px;
  float: right;
  padding-right: 44px;
  padding-top: 21px;
}
.tabs_content .list ul li p {
  height: 76px;
  font-size: 18px;
  font-weight: 400px;
  color: #333333;
  padding: 40px 35px 64px 35px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  box-sizing: border-box;
}
.part2 {
  margin-top: 50px;
}
.part2_title {
  text-align: center;
  margin-bottom: 40px;
}
.part2_title p {
  font-size: 40px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 6px;
}
.part2_title span {
  width: 118px;
  height: 6px;
  background: #49b849;
  border-radius: 1px 1px 1px 1px;
  opacity: 1;
  display: inline-block;
}
.part2_content {
  margin-bottom: 35px;
}
.part2_content ul li {
  width: 369px;
  height: 449px;
  float: left;
  margin-right: 46px;
  position: relative;
  box-sizing: border-box;
}
.part2_content ul li:nth-child(3) {
  margin-right: 0;
}
.part2_content ul .part2_img {
  width: 369px;
  height: 359px;
  opacity: 1;
  overflow: hidden;
  border-radius: 18px;
}
.part2_content ul .part2_img img:hover {
  transform: scale(1.04);
}
.part2_content ul .part2_txt {
  width: 353px;
  height: 150px;
  background: #FFF;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  bottom: 0;
  box-sizing: border-box;
  padding: 20px 0 6px 16px;
  position: absolute;
  left: 50%;
  margin-left: -176.5px;
}
.part2_content ul .part2_txt .part2_mit {
  width: 96px;
  height: 34px;
  background: #999;
  border-radius: 5px 5px 5px 5px;
  opacity: 1;
  text-align: center;
  line-height: 34px;
  margin: 19px 16px 0 0;
}
.part2_content ul .part2_txt .part2_mit span {
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
}
.part2_content ul .part2_txt .part2_bue {
  width: 96px;
  height: 34px;
  background: #383CFF;
}
.part2_content ul .part2_txt .part2_gry {
  width: 96px;
  height: 34px;
  background: linear-gradient(148deg, #3dcc3d 0%, #039b03 100%);
}
.part2_content ul .part2_txt .part2_bt {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 6px;
}
.part2_content ul .part2_txt .part2_bt a {
  font-size: 18px;
  font-weight: bold;
}
.part2_content ul .part2_txt .part2_bt a:hover {
  color: #49b849;
}
.part2_content ul .part2_txt span {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.part2_content ul .part_peo {
  width: 370px;
}
.part2_content ul .part_peo p {
  width: 370px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  padding-top: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 6px;
}
.part2_content ul .part_peo a span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  width: 370px;
}
.part2_content ul .part_peo p > span {
  font-weight: bold;
}
.part2_content ul .part2_in {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.part2_content ul li:nth-child(3) {
    margin-right: 26px;
}

.part3 {
  margin-top: 50px;
}
.part3 .part3_top {
  margin-top: 40px;
}
.part3 .parta_zt {
  width: 100%;
  height: 747px;
  background: #FFFAF5;
  opacity: 1;
  overflow: hidden;
  min-width: 1200px;
}
.part3 .parta_zt .part3_content ul {
  margin-bottom: 35px;
}
.part3 .parta_zt .part3_content ul li {
  width: 383px;
  height: 451px;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 20px 20px 20px 20px;
  opacity: 1;
  float: left;
  margin-right: 25px;
  position: relative;
  overflow: hidden;
  background-color: white;
}
.part3 .parta_zt .part3_content ul li:hover {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
.part3 .parta_zt .part3_content ul li .mork {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 451px;
  border-radius: 20px 20px 20px 20px;
  border-bottom: 12px solid #49b849;
  box-sizing: border-box;
  overflow: hidden;
  transition: .7s;
}
.part3 .parta_zt .part3_content ul li .mork .caption {
  width: 311px;
  line-height: 25px;
  margin: 71px auto;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}
.part3 .parta_zt .part3_content ul li .mork .caption a {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.part3 .parta_zt .part3_content ul li .frame {
  width: 96px;
  height: 78px;
}
.part3 .parta_zt .part3_content ul li .frame img {
  width: 100%;
  display: block;
  margin-left: 20px;
}
.part3 .parta_zt .part3_content ul li .mork_book img {
  width: 146.07px;
  height: 134.55px;
  margin-left: 207px;
  opacity: 1;
  position: absolute;
  bottom: 7px;
  right: 17px;
}
.part3 .parta_zt .part3_content ul li .part3_clip {
  width: 383px;
  height: 291px;
  border-radius: 20px 20px 20px 20px;
}
.part3 .parta_zt .part3_content ul li .part3_clip img {
  width: 100%;
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% 232px, 0 95%);
}
.part3 .parta_zt .part3_content ul li .part3_title:hover .mork {
  top: 0;
}
.part3 .parta_zt .part3_content ul li .part3_title p {
  width: 383px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  box-sizing: border-box;
  padding: 18px 21px 0 20px;
}
.part3 .parta_zt .part3_content ul li .part3_title p a {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.part3 .parta_zt .part3_content ul li .part3_title p a:hover {
  color: #49b849;
  top: 0;
}
.part3 .parta_zt .part3_content ul li .part3_details {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.part3 .parta_zt .part3_content ul li .part3_details .part3_details_text {
  margin-top: 25px;
}
.part3 .parta_zt .part3_content ul li .part3_details .part3_details_text a {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  padding-left: 21px;
}
.part3 .parta_zt .part3_content ul li .part3_details .part3_details_text a:hover {
  color: #49b849;
}
.part3 .parta_zt .part3_content ul li .part3_details .part3_entrance {
  width: 96px;
  height: 34px;
  border-radius: 5px 5px 5px 5px;
  opacity: 1;
  border: 1px solid #49b849;
  text-align: center;
  line-height: 34px;
  margin-top: 18px;
  margin-right: 20px;
  box-sizing: border-box;
}
.part3 .parta_zt .part3_content ul li .part3_details .part3_entrance a {
  font-size: 14px;
  font-weight: 500;
  color: #49b849;
}
.part3 .parta_zt .part3_content ul li:last-child {
  margin-right: 0;
}
.part4 {
  margin-top: 60px;
}
.part4 .news_pic {
  margin: 50px 0;
  overflow: hidden;
}
.part4 .news_pic img {
  width: 100%;
  display: block;
  transition: .5s;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  cursor: pointer;
}
.part4 .news_pic img:hover {
  transform: scale(1.04);
}
.part4 .tab_menus {
  margin-bottom: 30px;
}
.part4 .tab_menus ul li {
  width: 96px;
  height: 34px;
  float: left;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  margin-right: 50px;
  font-weight: 400;
}
.part4 .tab_menus ul li:last-child {
  margin-right: 0;
}
.part4 .tab_menus ul .tab_active {
  background: linear-gradient(145deg, #3dcc3d 0%, #039b03 100%);
  box-shadow: 0px 0px 10px 1px rgba(0, 163, 0, 0.4);
  border-radius: 5px 5px 5px 5px;
  opacity: 1;
  color: white;
  font-weight: bold;
}
.part4 .tab_content {
  margin-bottom: 35px;
}
.part4 .tab_content ul li {
  width: 376px;
  height: 298px;
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 14px 14px 14px 14px;
  opacity: 1;
  float: left;
  margin-right: 36px;
  position: relative;
  margin-bottom: 35px;
}
.part4 .tab_content ul li:hover {
  box-shadow: 0px 0px 14px 4px rgba(0, 146, 0, 0.12);
}
.part4 .tab_content ul li:hover .tab_titles p {
  color: #49b849;
}
.part4 .tab_content ul li:last-child {
  margin-right: 0;
}
.part4 .tab_content ul .tab_content_pic {
  width: 336px;
  height: 188px;
  margin: 0 auto;
}
.part4 .tab_content ul .tab_content_pic img {
  width: 100%;
  display: block;
  margin-top: 20px;
  border-radius: 8px;
  height: 188px;
}
.part4 .tab_content ul .tab_titles {
  margin: 20px 0 0 21px;
}
.part4 .tab_content ul .tab_titles P {
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.part4 .tab_content ul .tab_titles .tab_zjrs {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.part4 .tab_content ul .tab_titles .tab_zjrs span {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.part5 {
  width: 100%;
  height: 653px;
  background: #F3FBF3;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  min-width: 1200px;
  overflow: hidden;
}
.part5 .prt5_bom {
  margin-top: 50px;
}
.part5 .prt5_bom .part5_tit {
  font-size: 20px;
  font-weight: 400;
  color: #666;
  margin-bottom: 128px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.part5 .part5_figure .part5_pic {
  width: 134px;
  height: 134px;
  position: absolute;
  top: -72px;
  left: 73px;
  z-index: 1;
}
.part5 .part5_figure .part5_pic img {
  width: 100%;
  display: block;
  border-radius: 50%;
}
.part5 .part5_figure ul li:last-child {
  margin-right: 0;
}
.part5 .part5_figure ul li:hover {
  box-shadow: 0px 4px 12px 2px rgba(10, 157, 10, 0.2);
}
.part5 .part5_figure ul li {
  width: 280px;
  height: 200px;
  background: #FFF;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.14);
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  float: left;
  position: relative;
  box-sizing: border-box;
  margin: 0 26px 35px 0;
}
.part5 .part5_figure ul li a:hover p,
.part5 .part5_figure ul li a:hover span {
  color: #49b849;
}
.part5 .part5_figure ul li .part5_txt p {
  font-size: 16px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
  padding-bottom: 11px;
  padding-top: 79px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.part5 .part5_figure ul li .part5_txt span {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  padding: 0 27px 0 28px;
  display: inline-block;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  box-sizing: border-box;
  text-align: left;
}
.part6 {
  width: 100%;
  height: 773px;
  background: #FAFCFF;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  overflow: hidden;
  box-sizing: border-box;
  min-width: 1200px;
}
.part6_bom {
  margin-top: 50px;
}
.part6_left {
  width: 556px;
  position: relative;
  float: left;
  margin-right: 88px;
}
.part6_left .part6_more {
  position: absolute;
  bottom: -60px;
}
.part6_left .part6_1 {
  margin: 48px 0 15px 0;
}
.part6_left .part6_1 li:first-child {
  border-radius: 16px 4px 4px 4px;
}
.part6_left .part6_1 li:nth-child(2) {
  border-radius: 4px 16px 4px 4px;
}
.part6_left .part6_1 li:nth-child(3) {
  border-radius: 4px 4px 4px 9px;
}
.part6_left .part6_1 li:nth-child(4) {
  border-radius: 4px 4px 9px 4px;
}
.part6_left .part6_1 li p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 33px;
  line-height: 20px;
}
.part6_left .part6_1 li p a {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.part6_left ul li {
  width: 263px;
  height: 213px;
  background: #FFF;
  box-shadow: 0px 2px 14px 1px rgba(218, 223, 239, 0.8);
  border-radius: 4px 16px 4px 4px;
  opacity: 1;
  float: left;
  margin-right: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
  cursor: pointer;
}
.part6_left ul li span {
  float: left;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  width: 100%;
  text-align: center;
  line-height: 26px;
  height: 26px;
}
.part6_left ul li:nth-child(2):hover .part6_mork {
  border-radius: 4px 16px 4px 4px;
}
.part6_left ul li:nth-child(3):hover .part6_mork {
  border-radius: 4px 4px 4px 9px;
}
.part6_left ul li:nth-child(4):hover .part6_mork {
  border-radius: 4px 4px 16px 4px;
}
.part6_left ul li:hover .time span {
  color: white;
}
.part6_left ul li:hover .part6_pic {
  background: url(../images/Group5.png) no-repeat center top;
}
.part6_left ul li:hover p a {
  color: #383CFF;
}
.part6_left ul li:hover {
  background-color: #383CFF;
}
.part6_left ul li:nth-child(even) {
  margin-right: 0;
}
.part6_left .part6_title {
  font-size: 40px;
  font-weight: 500;
  color: #333333;
  text-align: center;
  position: absolute;
  left: 158px;
  z-index: 1;
}
.part6_left .part6_img {
  width: 288.86px;
  height: 42.07px;
  margin-left: 138px;
  margin-top: 30px;
  display: inline-block;
}
.part6_left .part6_img img {
  width: 100%;
  display: block;
}
.part6_right {
  margin-right: 0;
}
.part6_pic {
  width: 42px;
  height: 42px;
  background: url(../images/Group4.png) no-repeat center top;
  margin: 0 auto;
  margin-bottom: 24px;
  margin-top: 10px;
}
.part6_mork {
  width: 263px;
  height: 182px;
  background: #FFF;
  border-radius: 16px 4px 0 0;
  opacity: 1;
  margin-top: 26px;
  box-sizing: border-box;
  overflow: hidden;
}
.part7 {
  width: 100%;
  background-color: #FFFAF5;
  overflow: hidden;
  min-width: 1200px;
}
.part7_bom {
  margin-top: 50px;
}
.part7_cooperation a {
  display: block;
}
.part7_cooperation img {
  width: 209px;
  height: 49px;
  display: block;
  float: left;
  margin-right: 38px;
  transition: .5s;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  margin-bottom: 28px;
}
.part7_cooperation img:hover {
  transform: scale(1.1);
}
.part7_cooperation a:nth-child(5n) img {
  margin-right: 0;
}
.part1_wrap {
  margin-bottom: 35px;
}
.part1_float {
  width: 586px;
  height: 358px;
  background: linear-gradient(150deg, #4dc04d 0%, #019601 90%);
  border-radius: 20px 0px 0px 20px;
  opacity: 1;
  float: left;
  position: relative;
}
.part1_back {
  width: 346px;
  height: 321px;
  background: url(../images/grup8.png) no-repeat center top;
  position: absolute;
  bottom: 0;
  right: 0;
}
.part1_right {
  width: 614px;
  height: 358px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 20px 20px 0;
  float: left;
  box-sizing: border-box;
  background-color: #fff;
}
.part1_right ol li .circle {
  background-color: white;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  opacity: 1;
  border: 1px solid #49B849;
  position: relative;
  visibility: hidden;
  margin-right: 11px;
}
.part1_right ol li .circle_1 {
  width: 9px;
  height: 9px;
  background: #49B849;
  opacity: 1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate(-4.5px, -4.5px);
}
.part1_right ol li:hover .circle {
  visibility: visible;
}
.part1_right ol li:hover .part1_news_content p,
.part1_right ol li:hover .part1_news_time {
  color: #49b849;
  font-weight: bold;
}
.part1_right .part1_news {
  margin-left: 32px;
}
.part1_right .part1_news li {
  height: 72px;
  line-height: 72px;
  position: relative;
}
.part1_right .part1_news li:before {
  content: '';
  width: 524px;
  height: 0px;
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  position: absolute;
  bottom: 0;
  left: 27px;
}
.part1_right .part1_news li:nth-child(5):before {
  border: 0;
}
.part1_right .part1_news li a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.part1_right .part1_news_content {
  margin-right: 77px;
}
.part1_right .part1_news_content p {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 401px;
  font-weight: 400px;
}
.part1_right .part1_news_time {
  font-size: 16px;
  font-weight: 400;
}
.part1_day {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  text-align: center;
  margin: 19px 0 0 30px;
  box-sizing: border-box;
}
.part1_day p {
  font-size: 18px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #FFFF;
  padding-bottom: 3px;
  padding-top: 11px;
}
.part1_day span {
  font-size: 12px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #FFF;
}
.part1_titx {
  width: 526px;
  height: 104px;
  border-bottom: 1px solid #fff;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.part1_titx p {
  font-size: 24px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #FFF;
  line-height: 35px;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    box-sizing: border-box;
    overflow: hidden;
}
.part1_cont {
  padding: 0 30px;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFF;
  line-height: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  box-sizing: border-box;
  overflow: hidden;
}
.part2_content ul li {
  float: left;
  margin-right: 26px;
  margin-bottom: 40px;
  width: 587px;
  height: 184px;
  background: #FFFFFF;
  box-shadow: 0px 2px 14px 0px rgba(203, 203, 203, 0.6);
  border-radius: 16px 16px 16px 16px;
  padding: 30px 0 0 36px;
}
.part2_content ul li:nth-child(2n) {
  margin-right: 0;
}
.part2_content ul .part2_img {
  width: 96px;
  height: 96px;
  opacity: 1;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin-right: 18px;
}
.part2_content ul .part2_img img {
  width: 100%;
  display: block;
  object-fit: inherit;
  transition: .5s;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  cursor: pointer;
    height: 96px;
}
.part2_content ul .part2_txt {
  width: 396px;
  float: left;
  height: auto;
  background: #FFF;
  box-shadow: none;
  border-radius: 0;
  opacity: 1;
  bottom: 0;
  box-sizing: border-box;
  padding: 0;
  position: relative;
  left: 0;
  margin-left: 0;
}
.part2_content ul .part2_txt .part2_mit {
  float: left;
  width: 66px;
  height: 26px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
  margin: 0;
  margin-right: 14px;
}
.part2_content ul .part2_txt .part2_bt {
  margin-top: 17px;
}
.part2_content ul .part2_txt .part2_box_time {
  float: left;
  width: 316px;
  height: 25px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}
.part2_content ul .part2_txt .part2_bue {
  background: linear-gradient(148deg, #3dcc3d 0%, #039b03 100%);
}
.part2_content ul .part2_txt .part2_gry {
  background: #6880ff;
}
.part2_bu,.part2_gry{
    float: left;
    width: 66px !important;
    height: 26px !important;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    margin: 0;
    margin-right: 14px;
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
    text-align: center;
}
.part2_bu span,.part2_gry span{
    color:#fff !important;
}
.part2_content ul .part2_txt .part2_bu {
    float: left;
    width: 66px;
    height: 26px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    margin: 0;
    margin-right: 14px;
}
.part2_content .part2_bu {
    background: #383CFF;
}




.part2_1 .wth .box {
    display: flex;
}
.part2_1 .wth .box .head {
    margin-bottom: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.part2_1 .wth .box .head h1 {
    font-family: SourceHanSerifSC, SourceHanSerifSC;
    font-weight: 800;
    font-size: 28px;
    color: #666666;
}
.part2_1 .wth .box .left {
    margin-right: 20px;
}
.part2_1 .wth .box .left .content {
    padding: 57px 37px 45px 40px;
    background: #FFFFFF;
    box-shadow: 0px 1px 11px 0px rgba(201, 201, 201, 0.37);
    border-radius: 30px;
}
.part2_1 .wth .box .left ul {
    margin-bottom: 53px;
}

.part2_1 .wth .box .left ul li {
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #C6C6C6;
}
.part2_1 .wth .box .left ul li:hover a .title {
    color: #49b849;
}
.part2_1 .wth .box .left ul li:nth-child(1) {
    padding: 0;
    border: 0;
}
.part2_1 .wth .box .left ul li a .title {
    margin-bottom: 11px;
    width: 369px;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #333333;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.part2_1 .wth .box .left ul li a .time {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #666666;
}
.part2_1 .wth .box .left .more {
    border: 0;
    display: block;
    width: fit-content;
    height: fit-content;
    margin: 0 auto;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: normal;
}
.part2_1 .wth .box .left .more:hover {
    color: #49b849;
}
.part2_1 .wth .box .right .content {
    padding: 57px 44px 45px;
    background: #FFFFFF;
    box-shadow: 0px 1px 11px 0px rgba(201, 201, 201, 0.37);
    border-radius: 30px;
    min-width: 734px;
    min-height: 630px;
}
.part2_1 .wth .box .right ul {
    margin-bottom: 47px;
}
.part2_1 .wth .box .right ul li {
    float: left;
    margin-right: 27px;
    margin-top: 26px;
}
.part2_1 .wth .box .right ul li:nth-child(1),
.part2_1 .wth .box .right ul li:nth-child(2) {
    margin-top: 0;
}
.part2_1 .wth .box .right ul li:hover .bottom .title {
    color: #31a67f;
}
.part2_1 .wth .box .right ul li:hover .pic {
    transform: scale(1.3);
}
.part2_1 .wth .box .right ul li:nth-child(2n) {
    margin-right: 0;
}
.part2_1 .wth .box .right ul li a {
    width: 309px;
    display: block;
}
.part2_1 .wth .box .right ul li a .picbox {
    margin-bottom: 7px;
    overflow: hidden;
}
.part2_1 .wth .box .right ul li a .pic {
    display: block;
    width: 309px;
    height: 163px;
    transition: all .3s;
}
.part2_1 .wth .box .right ul li a .bottom {
    width: 309px;
}
.part2_1 .wth .box .right ul li a .bottom .title {
    width: 309px;
    height: 56px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #666666;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    box-sizing: border-box;
}
.part2_1 .wth .box .right .more {
    border: 0;
    display: block;
    width: fit-content;
    height: fit-content;
    margin: 0 auto;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: normal;
}
.part2_1 .wth .box .right .more:hover {
    color: #49b849;
}
.part1 .ta {
    position: absolute;
    left: 50%;
    top: 100px;
    z-index: 99;
    margin-left: -820px;
}

.part1 .ta img {
    width: 193px;
}

@media (max-width: 1663px) {
    .part1 .ta {
        position: absolute;
        left: 0;
        top: 100px;
        z-index: 99;
        margin-left: 0;
    }
}
.swiper-pagination-bullet {
    width: 36px;
    height: 9px;
    background: #CECECE;
    border-radius: 1px 1px 1px 1px;
    opacity: 1;
  }
  .swiper-pagination-bullet-active {
    width: 36px;
    height: 9px;
    border-radius: 4px;
    background: #fff;
    border-radius: 1px 1px 1px 1px;
}
.swiper-pagination-horizontal{
    bottom: 59px !important;
}
#swiper2 .swiper-wrapper{
   transition-timing-function: linear;
}
.search_in form {
    display: flex;
    display: -webkit-flex;
}
.part8 {
  min-width: 1200px;
  margin-top: 20px;
  padding-top: 60px;
  background: url(../images/part4-background.png) no-repeat top center;
  background-size: 100% 680px;
}

.part8 .banner {
  margin-bottom: 107px;
  display: flex;
  justify-content: space-between;
}

.part8 .banner a {
  display: block;
  width: 548px;
  height: 188px;
  overflow: hidden;
}
.part8 .banner a img {
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.part8 .banner a img:hover {
  transform: scale(1.3);
}