.common_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}
.common_title span {
  color: #333333;
  font-size: 40px;
}
.common_title a {
  color: #333333;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 25px !important;
}
@media screen and (max-width: 950px) {
  .common_title span {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .common_title {
    margin: 15px 0 !important;
  }
}
@media screen and (max-width: 550px) {
  .common_title span {
    font-size: 20px;
    font-weight: bold;
  }
  .common_title a {
    font-size: 14px;
  }
}

.sw {
  overflow: hidden;
}
.sw .w1700 {
  padding: 45px 0 45px 45px;
  display: flex;
  justify-content: space-between;
}
.sw_l {
  width: 630px;
}
.sw_l > img {
  max-width: 100%;
  margin-bottom: 15px;
}
.sw_l > p {
  color: #333;
  font-size: 24px;
  margin-bottom: 15px;
}
.sw_l > p:last-child {
  margin-bottom: 25px;
}
.huanying_nav {
  width: 485px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.huanying_nav_li {
  width: calc(50% - 1px);
  height: 110px;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.huanying_nav .huanying_nav_li:nth-child(2n) {
  background-color: #539092;
}
.huanying_nav .huanying_nav_li:nth-child(2n-1) {
  background-color: #2687ab;
}
.huanying_nav .huanying_nav_li:first-child {
  background-color: #6db185;
}
.huanying_nav .huanying_nav_li:last-child {
  background-color: #b18962;
}
.huanying_nav_li img {
  margin-right: 15px;
}
.huanying_nav_li:hover img {
  transform: scale(0.8);
  margin-right: 5px;
}
.huanying_nav_li p {
  color: #fff;
  font-size: 20px;
}
.huanying_nav_li:hover p {
  transform: scale(0.8);
}
.sw_r_box {
  padding: 20px 0 0 20px;
  width: calc(100% - 630px);
  position: relative;
  z-index: 1;
}
.sw_r_box::after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #e0e0e0;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.sw_r {
  overflow: hidden;
}
.sw_r .swiper-slide img {
  width: 100%;
  height: 490px;
  object-fit: cover;
}
.sw_r .swiper-button-prev,
.sw_r .swiper-button-next {
  width: 53px;
  height: auto;
  position: absolute;
  background-image: none;
  margin-top: -17px;
  top: 50%;
}
.sw_r .swiper-button-prev {
  left: 30px;
}
@media screen and (max-width: 1300px) {
  .sw .w1700 {
    padding: 45px 15px;
  }
  .sw_l {
    width: 400px;
  }
  .sw_r_box {
    width: calc(100% - 440px);
  }
  .sw_r .swiper-slide img {
    height: 450px;
  }
}
@media screen and (max-width: 850px) {
  .sw .w1700 {
    flex-wrap: wrap;
  }
  .sw_l {
    width: 100%;
    margin-bottom: 20px;
  }
  .sw_r_box {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .sw .w1700 {
    padding: 30px 15px;
  }
  .sw_l {
    margin-bottom: 10px;
  }
  .sw_l > img {
    margin-bottom: 5px;
    width: 80%;
  }
  .sw_l > p {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .huanying_nav_li {
    height: 80px;
    padding: 10px;
  }
  .huanying_nav_li img {
    transform: scale(0.8);
  }
  .huanying_nav_li p {
    font-size: 16px;
  }
  .sw_r_box {
    padding: 10px 0 0 10px;
  }
  .sw_r_box::after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .sw_r .swiper-slide img {
    height: 180px;
  }
  .sw_r .swiper-button-prev {
    left: 20px;
  }
}

.newBox {
  padding: 75px 0;
  overflow: hidden;
}
.newBox .w1700 {
  display: flex;
}
.newBox_fenlei {
  font-size: 20px;
  color: #00ae68;
  text-align: center;
  margin: 25px 0;
}
.newBox_pang {
  width: 25%;
  box-shadow: 0 0 5px 1px #e2e2e2;
  padding: 0 15px 50px;
  position: relative;
}
.newBox_pang .gengduo {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 15px;
  text-align: center;
  color: #06b06c;
}
.newBox_list {
}
.newBox_list li {
  padding: 15px 0;
  border-top: 1px solid #dbdbdb;
}
.newBox_list li:first-child {
  border: none;
  padding-top: 0;
}
.newBox_list li a {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.newBox_list li a:hover {
  color: #00ae68;
}
.newBox_pang .Imgovf {
  margin-bottom: 25px;
}
.newBox_pang .Imgovf img {
  max-width: 500px;
  margin: 0 auto;
}
.newBox_zhong {
  width: 50%;
  padding: 30px;
  margin: 0 30px;
  box-shadow: 0 0 5px 1px #e2e2e2;
}
.newBox_zhong_li {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.newBox_zhong .swiper-slide {
  width: 100% !important;
  text-align: center;
}
.newBox_zhong .swiper-slide img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.newBox_zhong_title {
  max-width: 610px;
  width: 100%;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  margin: 0 auto 10px;
  line-height: 24px !important;
  height: 48px !important;
  cursor: pointer;
}
.newBox_zhong_main {
  max-width: 530px;
  width: 100%;
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 24px;
  margin: 0 auto 10px;
}
.newBox_zhong .newBox_fenlei {
  margin: 15px 0;
}
.swiper_pn {
  height: 45px;
}
.swiper_pn .swiper-button-next,
.swiper-button-prev {
  position: static;
  background-image: none;
  width: 53px;
  height: auto;
  margin-top: 0;
}
.swiper_pn .swiper-button-next {
  float: right;
}
.swiper_pn .swiper-button-prev {
  float: left;
}
.newBox_zhong .swiper-pagination {
  width: 60%;
  left: 20%;
}
.newBox_zhong .swiper-pagination-bullet-active {
  background-color: #00ae68;
}
@media screen and (max-width: 920px) {
  .newBox_zhong {
    margin: 0 15px;
    padding: 15px;
  }
}
@media screen and (max-width: 890px) {
  .newBox .w1700 {
    flex-wrap: wrap;
  }
  .newBox_pang {
    width: 100%;
  }
  .newBox_zhong {
    width: 100%;
    margin: 15px 0;
  }
  .newBox_list li {
    padding: 10px 0;
  }
  .newBox_list li a {
    font-size: 16px;
    line-height: 21px;
  }
  .newBox_fenlei {
    margin: 15px 0;
  }
  .newBox_pang .Imgovf {
    margin-bottom: 10px;
  }
  .newBox_zhong .swiper-slide img {
    height: auto;
  }
}
@media screen and (max-width: 550px) {
  .newBox {
    padding: 30px 0;
  }
  .newBox_zhong_title {
    font-size: 18px;
  }
  .newBox_zhong_main {
    /* line-height: 18px; */
  }
  .swiper_pn img {
    transform: scale(0.8);
  }
}

.jingpin {
  position: relative;
  padding: 35px 0;
  padding-bottom: 80px;
}
.jingpin .gengduo {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 15px;
  text-align: center;
  color: #06b06c;
  margin: 20px 0;
}
.jingpin::after {
  content: "";
  max-width: 1700px;
  width: 100%;
  height: 100%;
  background-color: #f0f6f4;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  z-index: -1;
}
.jingpin_title {
  color: #333;
  font-size: 46px;
  text-align: center;
}
.jingpin_tab {
  margin: 30px auto;
  display: flex;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
  position: relative;
  flex-wrap: wrap;
}
.jingpin_tab_li {
  color: #222222;
  padding: 5px 30px;
  float: left;
  cursor: pointer;
  border: 1px solid #cccccc;
}
.jingpin_tab_liBtn {
  background-color: #5cac95;
  color: #fff;
}
.jingpin .w1700 {
  position: relative;
  padding: 0 55px;
}
.jingpin_pn {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -22.5px;
}
.Imgovf2 {
  width: 100%;
  max-height: 250px;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
}
.Imgovf2:hover img {
  transform: scale(1.1);
}
.Imgovf2 img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.jingpinSw {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: none;
}
.jingpinSw_title {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}
.jingpinSw_fenlei {
  font-size: 14px;
  color: #5cac95;
  border-left: 1px solid #5cac95;
  padding-left: 10px;
}
@media screen and (max-width: 800px) {
  .jingpin_tab_li {
    padding: 5px 15px;
  }
}
@media screen and (max-width: 600px) {
  .jingpin .w1700 {
    padding: 0 70px;
  }
  .jingpin {
    padding: 15px 0;
  }
  .jingpin_title {
    font-size: 24px;
  }
  .jingpinSw_box {
    padding: 0 15px;
  }
  .jingpin_tab {
    margin: 15px 0;
  }
  .jingpin_pn {
    padding: 0 15px;
  }
}

.yanxue {
  padding: 75px 0;
  overflow: hidden;
}
.yanxue .w1700 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.yanxue_l {
  width: 800px;
  height: 450px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  justify-content: space-between;
}
.yanxue_l_li {
  height: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.yanxue_l_li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yanxue_l_liBtn {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.yanxue_r {
  width: calc(100% - 850px);
}
.yanxue_r_box {
  margin-top: 20px;
}
.yanxue_r_li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}
.yanxue_r_li:last-child {
  margin-bottom: 0;
}
.yanxue_r_li_l {
  width: 100px;
  height: 70px;
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid #b7b7b7;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.yanxue_r_li_l_ri {
  font-size: 28px;
  color: #333333;
  text-align: center;
  font-weight: bold;
}
.yanxue_r_li_l_nian {
  font-size: 18px;
  color: #333333;
  text-align: center;
  margin-top: -10px;
}
.yanxue_r_li_r {
  width: calc(100% - 125px);
  align-items: center;
  font-size: 18px;
  color: #333;
}
.yanxue_r_liBtn .yanxue_r_li_l_ri {
  color: #00ae68;
}
.yanxue_r_liBtn .yanxue_r_li_l_nian {
  color: #00ae68;
}
.yanxue_r_liBtn .yanxue_r_li_l {
  color: #00ae68;
  border-right: 1px solid #00ae68;
}
.yanxue_r_liBtn .yanxue_r_li_r {
  color: #00ae68;
}
@media screen and (max-width: 1350px) {
  .yanxue_l {
    width: 600px;
    height: 400px;
  }
  .yanxue_r {
    width: calc(100% - 625px);
  }
  .yanxue_r_li {
    margin-bottom: 15px;
  }
  .yanxue_r_li_l {
    height: 60px;
  }
  .yanxue_r_li_l_nian {
    margin-top: 0;
  }
}
@media screen and (max-width: 950px) {
  .yanxue .common_title {
    margin: 0;
  }
  .yanxue_l {
    width: 450px;
    height: 330px;
  }
  .yanxue_r {
    width: calc(100% - 475px);
  }
  .yanxue_r_li_r {
    font-size: 18px;
  }
  .yanxue_r_box {
    margin-top: 15px;
  }
}
@media screen and (max-width: 750px) {
  .yanxue_l {
    width: 100%;
    height: 450px;
  }
  .yanxue_r {
    width: 100%;
  }
  .jingpin .gengduo {
    position: static;
    margin: auto;
    display: block;
  }
}
@media screen and (max-width: 550px) {
  .yanxue_l {
    width: 100%;
    height: 300px;
  }
  .yanxue {
    padding: 30px 0;
  }
  .yanxue_r_li_l {
    width: 80px;
    padding-right: 10px;
    margin-right: 10px;
  }
  .yanxue_r_li_l_ri {
    font-size: 22px;
  }
  .yanxue_r_li_l_nian {
    font-size: 16px;
    margin-top: -12px;
  }
  .yanxue_r_li_r {
    width: calc(100% - 92px);
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  .yanxue_l {
    width: 100%;
    height: 250px;
  }
}

.fuwuZhanlan .w1700 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
.fuwuZhanlan_li {
  width: 48%;
}
.fuwu {
  height: 530px;
  background: url(bg.jpg);
  padding: 40px;
  display: flex;
  justify-content: space-between;
}
.fuwu_li {
  width: 343px;
  margin-right: 30px;
}
.fuwu_li:last-child {
  width: calc(100% - 373px);
  margin-right: 0;
}
.fuwu_li img {
  width: 100%;
  margin-bottom: 15px;
}
.fuwu_li_time {
  color: #333;
  margin-bottom: 15px;
}
.fuwu_li_title {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 15px;
}
.fuwu_li_main {
  color: #333;
  line-height: 22px;
  line-height: 26px;
}
.fuwu_li_main2 {
  font-size: 18px;
  color: #333333;
  line-height: 21px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dcdfde;
}
.fuwu_li_li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 10px 0;
}
.fuwu_li_li span {
  position: absolute;
  bottom: 1px;
  left: 0;
  display: inline-block;
  width: 0;
  height: 100%;
  background-color: #1f467d;
  z-index: -1;
}
.fuwu_li_li:hover {
  padding: 10px;
}
.fuwu_li_li:hover span {
  content: "";
  width: 100%;
}
.fuwu_li_li:hover .fuwu_li_time {
  color: #fff;
}
.fuwu_li_li:hover .fuwu_li_main2 {
  border: none;
  color: #fff;
}
.zhanlan {
  display: flex;
}
.zhanlan .Imgovf {
  width: 360px;
}
.zhanlan_l {
  position: absolute;
  left: 390px;
  bottom: 30px;
  top: auto;
  background-image: none;
}
.zhanlan_r {
  position: absolute;
  left: 453px;
  bottom: 30px;
  top: auto;
  background-image: none;
  width: 53px;
}
.zhanlan_li {
  width: calc(100% - 360px);
  padding: 30px;
  background-color: #b9ddd3;
}
.zhanlan_title {
  font-size: 24px;
  color: #333;
  margin-bottom: 40px;
  line-height: 34px;
}
.zhanlan_main p {
  color: #333;
  margin-bottom: 15px;
}
.zhanlan_main p:last-child {
  margin-bottom: 0;
}
.zhanlan_main span {
  font-weight: bold;
}
@media screen and (max-width: 1250px) {
  .fuwu {
    height: auto;
  }
  .fuwuZhanlan_li {
    width: 100%;
  }
  .fuwu_li_li {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .fuwu {
    padding: 20px;
  }
  .zhanlan .Imgovf {
    width: 320px;
  }
  .zhanlan_li {
    width: calc(100% - 320px);
  }
  .zhanlan_l {
    left: 350px;
  }
  .zhanlan_r {
    left: 403px;
  }
}
@media screen and (max-width: 600px) {
  .fuwu {
    flex-wrap: wrap;
    padding: 15px;
  }
  .fuwu_li {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .fuwu_li:last-child {
    width: 100%;
    margin-bottom: 0;
  }
  .fuwu_li img {
    margin-bottom: 5px;
  }
  .fuwu_li .fuwu_li_li:last-child .fuwu_li_main2 {
    margin-bottom: 0;
  }
  .fuwu_li_time {
    margin-bottom: 5px;
  }
  .fuwu_li_title {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .fuwu_li_main2 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .zhanlan {
    flex-wrap: wrap;
  }
  .zhanlan .Imgovf {
    width: 100%;
  }
  .zhanlan_li {
    width: 100%;
    padding: 15px 15px 74px;
  }
  .zhanlan_title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .zhanlan_main p {
    margin-bottom: 10px;
  }
  .zhanlan_l {
    left: 15px;
    bottom: 15px;
  }
  .zhanlan_r {
    left: auto;
    right: 15px;
    bottom: 15px;
  }
}

.zhuanlan {
  padding: 75px 0;
  overflow: hidden;
}
.zhuanlan .w1700 {
  display: flex;
  justify-content: space-between;
}
.zhuanlan_l {
  width: 175px;
  padding: 40px 50px;
  text-align: -webkit-center;
}
.zhuanlan_l p {
  font-size: 40px;
  writing-mode: vertical-rl;
  margin-bottom: 70px;
}
.zhuanlan_l a {
  display: inline-block;
}
.zhuanlan_l img {
  margin-bottom: 10px;
}
.zhuanlan_l span {
  color: #079d71;
  writing-mode: vertical-rl;
}
.zhuanlan_r {
  display: flex;
  width: calc(100% - 175px);
  justify-content: flex-end;
}
.zhuanlan_r .Imgovf {
  height: 100%;
}
.zhuanlan_list {
  margin-right: 40px;
  position: relative;
}
.zhuanlan_list img {
  width: 100%;
}
.zhuanlan_list:last-child {
  margin-right: 0;
}
.zhuanlan_list_title {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
  writing-mode: vertical-rl;
  font-size: 24px;
}
.zhuanlan_list_gengduo {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #fff;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1380px) {
  .zhuanlan_l {
    width: 100px;
    padding: 40px 15px;
  }
  .zhuanlan_r {
    width: calc(100% - 100px);
  }
  .zhuanlan_list {
    margin-right: 15px;
  }
  .zhuanlan_list img {
    height: 100%;
    object-fit: cover;
  }
  .zhuanlan_l p {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .zhuanlan_list_title {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .zhuanlan .w1700 {
    flex-wrap: wrap;
  }
  .zhuanlan_l {
    width: 100%;
    padding: 0 15px 15px;
  }
  .zhuanlan_l p {
    writing-mode: initial;
    font-size: 24px;
    margin-bottom: 10px;
  }
  .zhuanlan_l span {
    writing-mode: initial;
  }
  .zhuanlan_l img {
    width: 40px;
    margin-bottom: 5px;
  }
  .zhuanlan_r {
    width: 100%;
    flex-wrap: wrap;
  }
  .zhuanlan_list {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .zhuanlan_list:nth-child(2n + 2) {
    margin-right: 0;
  }
  .zhuanlan_list_title {
    font-size: 16px;
  }
  .zhuanlan_list_gengduo {
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .zhuanlan {
    padding: 30px 0;
  }
}
