.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: 550px;
}
.f2 {
  width: 100%;
  height: 650px;
  background: #fff;
  overflow: hidden;
}
.f2 .f2_container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.f2 .f2_container .f2_top {
  margin-top: 145px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.f2 .f2_container .f2_top .left {
  display: flex;
  align-items: center;
}
.f2 .f2_container .f2_top .left .icon {
  width: 16px;
  height: 16px;
  background: url('../static/index_icon_f2.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.f2 .f2_container .f2_top .left span {
  margin-left: 14px;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
.f2 .f2_container .f2_top span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333;
  cursor: pointer;
}
.f2 .f2_container .f2_content {
  margin-top: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.f2 .f2_container .f2_content .f2_slideshow {
  width: 600px;
  height: 410px;
}
.f2 .f2_container .f2_content .f2_slideshow .vide_slideshow {
  width: 100%;
  height: 100%;
}
.f2 .f2_container .f2_content .f2_slideshow .vide_slideshow .swiper {
  width: 100%;
  height: 100%;
}
.f2 .f2_container .f2_content .f2_slideshow .vide_slideshow .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  position: relative;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.f2 .f2_container .f2_content .f2_slideshow .vide_slideshow .swiper-slide .fonts {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 16px 20px;
  box-sizing: border-box;
  text-align: left;


-webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    display: box;
    text-overflow: ellipsis;
    overflow: hidden;


}
.f2 .f2_container .f2_content .f2_slideshow .vide_slideshow .swiper-slide .fonts span {
  font-size: 16px;
  color: #ffffff;

-webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    display: box;
    text-overflow: ellipsis;
    overflow: hidden;


}
.f2 .f2_container .f2_content .f2_slideshow .vide_slideshow .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 5s ease;
  transform: scale(1);
}

.f2 .f2_container .f2_content .f2_slideshow .vide_slideshow .swiper-slide:hover img {
    transform: scale(1.1);
}


.f2 .f2_container .f2_content .f2_newslist {
  height: 410px;
  display: flex;
  flex-direction: column;
justify-content: space-between;

}
.f2 .f2_container .f2_content .f2_newslist .f2_newslist_item {
 display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  box-sizing: border-box;
  width: 582px;
  height: 126px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
}
.f2 .f2_container .f2_content .f2_newslist .f2_newslist_item h1 {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;    -webkit-box-orient: vertical;-webkit-line-clamp: 1;display: -webkit-box;display: box;text-overflow: ellipsis;overflow: hidden;
}
.f2 .f2_container .f2_content .f2_newslist .f2_newslist_item span {
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}
.f2 .f2_container .f2_content .f2_newslist .f2_newslist_item h6 {
      -webkit-box-orient: vertical;-webkit-line-clamp: 1;display: -webkit-box;display: box;text-overflow: ellipsis;overflow: hidden;;font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}
.f3 {
  width: 100%;
  height: 560px;
  background: url('../static/f3_bgt.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.f3 .f3_container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.f3 .f3_container .f3_top {
  margin-top: 42px;
  margin-bottom: 26px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.f3 .f3_container .f3_top .left {
  display: flex;
  align-items: center;
}
.f3 .f3_container .f3_top .left .icon {
  width: 16px;
  height: 16px;
  background: url('../static/index_icon_f2.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.f3 .f3_container .f3_top .left span {
  margin-left: 14px;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
.f3 .f3_container .f3_top span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333;
  cursor: pointer;
}
.f3 .f3_container .f3_controllerbar {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
}
.f3 .f3_container .f3_controllerbar .items {
  width: 300px;
  height: 100%;
  background-color: #f2f2f2;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.f3 .f3_container .f3_controllerbar .items span {
  font-size: 18px;
  margin-left: 18px;
}
.f3 .f3_container .f3_controllerbar .items img {
  width: 36px;
  height: 38px;
}
.f3 .f3_container .f3_controllerbar .active {
  background-image: linear-gradient(-90deg, #007cc5 0%, #21a386 100%), linear-gradient(#f2f2f2, #f2f2f2);
  color: #fff;
}
.f3 .f3_container .f3_content {
  width: 1200px;
  height: 378px;
  position: relative;
}
.f3 .f3_container .f3_content .f3_box {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-1200px);
  transition: all 0.3s;
  transition-duration: 0.5s;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #fff;
}
.f3 .f3_container .f3_content .f3_box .left_ul {
  width: 656px;
  display: grid;
  grid-template-columns: repeat(3, 33.33%);
  grid-row-gap: 15px;
  justify-items: center;
  justify-content: center;
  align-content: center;
}
.f3 .f3_container .f3_content .f3_box .left_ul a{
width:100%
}


.f3 .f3_container .f3_content .f3_box .left_ul .item_li {
  cursor: pointer;
  width: 200px;
  height: 46px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #d7d7d7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  box-sizing: border-box;
}
.f3 .f3_container .f3_content .f3_box .left_ul .item_li span {
  font-size: 16px;
  color: #333;
}
.f3 .f3_container .f3_content .f3_box .left_ul .item_li .bgt {
  width: 20px;
  height: 20px;
  background: url('../static/right_sh.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.f3 .f3_container .f3_content .f3_box .right_slideshow {
  width: 476px;
  height: 332px;
}
.f3 .f3_container .f3_content .f3_box .right_slideshow .vide_slideshow {
  width: 100%;
  height: 100%;
}
.f3 .f3_container .f3_content .f3_box .right_slideshow .vide_slideshow .swiper {
  width: 100%;
  height: 100%;
}
.f3 .f3_container .f3_content .f3_box .right_slideshow .vide_slideshow .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  position: relative;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.f3 .f3_container .f3_content .f3_box .right_slideshow .vide_slideshow .swiper-slide:hover img{
	transform: scale(1.1);
}
.f3 .f3_container .f3_content .f3_box .right_slideshow .vide_slideshow .swiper-slide .fonts {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 16px 20px;
  box-sizing: border-box;
  text-align: left;

display:flex;
align-items:center;

}
.f3 .f3_container .f3_content .f3_box .right_slideshow .vide_slideshow .swiper-slide .fonts span {
  font-size: 16px;
  color: #ffffff;
}
.f3 .f3_container .f3_content .f3_box .right_slideshow .vide_slideshow .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
transition: all 5s ease;
  transform: scale(1);
}
.f3 .f3_container .f3_content .f3box_active {
  transform: translate(0);
  opacity: 1;
}
.f4 {
  width: 100%;
  height: 520px;
  background: url('../static/historybg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.f4 .f4_container {
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.f4 .f4_container .f4_top {
  width: 1200px;
  margin: 0 auto;
  margin-top: 42px;
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.f4 .f4_container .f4_top .left {
  display: flex;
  align-items: center;
}
.f4 .f4_container .f4_top .left .icon {
  width: 16px;
  height: 16px;
  background: url('../static/index_icon_f2.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.f4 .f4_container .f4_top .left span {
  margin-left: 14px;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #fff;
}
.f4 .f4_container .f4_top .right {
  display: flex;
  align-items: center;
}
.f4 .f4_container .f4_top .right .selectt {
  margin: 0 15px;
}
.f4 .f4_container .f4_top .right .search_ {
  width: 130px;
  height: 36px;
  background-color: #ff8400;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 15px;
  box-sizing: border-box;
}
.f4 .f4_container .f4_top .right .search_ .se_icon {
  width: 16px;
  height: 17px;
  background: url('../static/search_icon.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.f4 .f4_container .f4_top .right .search_ input {
  border: none;
  outline: none;
  width: 100px;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  background-color: none;
  background-color: #ff8400;
  border-radius: 18px;
}
.f4 .f4_container .f4_top .right .search_ input::input-placeholder {
  color: #f7fbfe;
}
.f4 .f4_container .f4_top .right .search_ ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.f4 .f4_container .f4_top span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333;
  cursor: pointer;
}
.f4 .f4_container .f4_line {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.f4 .f4_container .f4_line .block_ {
  width: 44px;
  height: 4px;
  background-color: #39d391;
}
.f4 .f4_container .f4_line .line {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  opacity: 0.2;
}
.f4 .f4_container .f4_slideshow {
  width: 1294px;
  margin: 0 auto;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.f4 .f4_container .f4_slideshow .goleft {
  width: 30px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f4 .f4_container .f4_slideshow .goleft .icons {
  width: 13px;
  height: 22px;
  background: url('../static/right.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.f4 .f4_container .f4_slideshow .swiper {
  width: 1200px;
  height: 100%;
}
.f4 .f4_container .f4_slideshow .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 328px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 18px;
  box-sizing: border-box;
  justify-content: space-between;
	
	

}

.f4 .f4_container .f4_slideshow .swiper-slide a{
	overflow: hidden;
}

.f4 .f4_container .f4_slideshow .swiper-slide:hover img{

	transform: scale(1.3);
}

.f4 .f4_container .f4_slideshow .swiper-slide img {
  width: 146px;
  height: 200px !important;
	transition: all 3s ease;
  transform: scale(1);
}
.f4 .f4_container .f4_slideshow .swiper-slide h2 {
  color: #219872;
  font-size: 16px;
  font-weight: bold;
}
.f4 .f4_container .f4_slideshow .swiper-slide h3 {
  color: #888888;
  font-size: 14px;
}
.f4 .f4_container .f4_slideshow .swiper-slide span {
  width: 110px;
  height: 1px;
  background-color: #000000;
  opacity: 0.2;
}
.f4 .f4_container .f4_slideshow .swiper-slide h4 {
  font-size: 16px;
  color: #333333;
}
.f4 .f4_container .f4_slideshow .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.f5 {
  width: 100%;
  height: 436px;
  background: url(../static/f3_bgt.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.f5 .f5_container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 33px;
  padding-bottom: 46px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.f5 .f5_container .f5left_video {
  width: 382px;
}
.f5 .f5_container .f5left_video .topbar {
  width: 100%;
}
.f5 .f5_container .f5left_video .topbar .top_1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.f5 .f5_container .f5left_video .topbar .top_1 h1 {
  font-size: 22px;
  font-weight: bold;
  color: #555555;
}
.f5 .f5_container .f5left_video .topbar .top_1 span {
  font-size: 14px;
  color: #555555;
  cursor: pointer;
}
.f5 .f5_container .f5left_video .topbar .lines {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  width: 100%;
  margin-top: 17px;
  margin-bottom: 22px;
}
.f5 .f5_container .f5left_video .topbar .lines .blocks {
  width: 44px;
  height: 4px;
  background-color: #03a560;
}
.f5 .f5_container .f5left_video .topbar .lines .line {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
}
.f5 .f5_container .f5left_video .vide_slideshow {
  width: 100%;
height:287px;
}
.f5 .f5_container .f5left_video .vide_slideshow .swiper {
  width: 100%;
  height: 100%;
}
.f5 .f5_container .f5left_video .vide_slideshow .swiper-slide {
height:100%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  position: relative;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.f5 .f5_container .f5left_video .vide_slideshow .swiper-slide:hover img{
	transform: scale(1.1);
}

.f5 .f5_container .f5left_video .vide_slideshow .swiper-slide a{
	height:100%;
}


.f5 .f5_container .f5left_video .vide_slideshow .swiper-slide .fonts {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(33, 152, 114, 0.9);
  padding: 16px 20px;
  box-sizing: border-box;
  text-align: left;
}
.f5 .f5_container .f5left_video .vide_slideshow .swiper-slide .fonts span {
  font-size: 16px;
  color: #ffffff;
}
.f5 .f5_container .f5left_video .vide_slideshow .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
	transition: all 5s ease;
  transform: scale(1);

}
.f5 .f5_container .f5right_content {
  width: 790px;
}
.f5 .f5_container .f5right_content .topbar {
  width: 100%;
}
.f5 .f5_container .f5right_content .topbar .top_1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.f5 .f5_container .f5right_content .topbar .top_1 h1 {
  font-size: 22px;
  font-weight: bold;
  color: #555555;
}
.f5 .f5_container .f5right_content .topbar .top_1 span {
  font-size: 14px;
  color: #555555;
  cursor: pointer;
}
.f5 .f5_container .f5right_content .topbar .lines {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  width: 100%;
  margin-top: 17px;
  margin-bottom: 22px;
}
.f5 .f5_container .f5right_content .topbar .lines .blocks {
  width: 44px;
  height: 4px;
  background-color: #03a560;
}
.f5 .f5_container .f5right_content .topbar .lines .line {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
}
.f5 .f5_container .f5right_content .f5contents {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-row-gap: 15px;
  justify-items: center;
  justify-content: center;
  align-content: center;
}
.f5 .f5_container .f5right_content .f5contents .f5_item {
  width: 382px;
  height: 136px;
  background-color: #ffffff;
  padding: 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.f5 .f5_container .f5right_content .f5contents .f5_item .fonts {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}
.f5 .f5_container .f5right_content .f5contents .f5_item span {
  font-size: 14px;
  color: #999999;
}
.f6 {
  width: 100%;
  background-color: #fff;
}
.f6 .f6_container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 34px;
  padding-bottom: 22px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.f6 .f6_container .f6_item {
  width: 382px;
}
.f6 .f6_container .f6_item .topbar {
  width: 100%;
}
.f6 .f6_container .f6_item .topbar .top_1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.f6 .f6_container .f6_item .topbar .top_1 h1 {
  font-size: 22px;
  font-weight: bold;
  color: #555555;
}
.f6 .f6_container .f6_item .topbar .top_1 span {
  font-size: 14px;
  color: #555555;
  cursor: pointer;
}
.f6 .f6_container .f6_item .topbar .lines {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  width: 100%;
  margin-top: 17px;
  margin-bottom: 22px;
}
.f6 .f6_container .f6_item .topbar .lines .blocks {
  width: 44px;
  height: 4px;
  background-color: #03a560;
}
.f6 .f6_container .f6_item .topbar .lines .line {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
}
.f6 .f6_container .f6_item .f6_content {
  width: 100%;
  height: 416px;
  background-color: #fafafa;
  padding: 15px 13px;
  box-sizing: border-box;
overflow: hidden;
}
.f6 .f6_container .f6_item .f6_content img {
  width: 100%;
  height: 156px;
transition: all 3s ease;
  transform: scale(1);
}

.f6 .f6_container .f6_item .f6_content img:hover {
transform: scale(1.1);
}


.f6 .f6_container .f6_item .f6_content .f6_ul {
  width: 100%;
  height: 193px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 22px;
}
.f6 .f6_container .f6_item .f6_content .f6_ul .f6_li {
  width: 100%;
  display: flex;
  align-items: center;
}
.f6 .f6_container .f6_item .f6_content .f6_ul .f6_li .shap {
  width: 4px;
  height: 4px;
  background-color: #219872;
  margin-right: 6px;
}
.f6 .f6_container .f6_item .f6_content .f6_ul .f6_li span {
  font-size: 14px;
  color: #333333;
}
.swiperview {
  position: relative;
}
.swiperview .f2_controller {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  width: 1200px;
  height: 150px;
  box-shadow: 0px 6px 8px 0px rgba(8, 38, 66, 0.1);
  margin: 0 auto;
  z-index: 9;
  background: #fff;
}
.swiperview .f2_controller .f2box {
  display: flex;
  align-items: center;
}
.swiperview .f2_controller .f2box .c_item {
  width: 206px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 26px;
  padding-bottom: 32px;
  box-sizing: border-box;
  transition: all 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
}
.swiperview .f2_controller .f2box .c_item img {
  width: 48px;
  height: 45px;
}
.swiperview .f2_controller .f2box .c_item span {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333;
  margin-top: 29px;
}
.swiperview .f2_controller .f2box .c_item:hover {
  background-image: linear-gradient(-90deg, #007cc5 0%, #21a386 100%), linear-gradient(#03a560, #03a560);
}
.swiperview .f2_controller .f2box .c_item:hover span {
  color: #fff;
}
.swiperview .f2_controller .f2box .c_item:nth-child(1):hover img {
  content: url('../static/ylx.png');
}
.swiperview .f2_controller .f2box .c_item:nth-child(2):hover img {
  content: url('../static/mzsj2.png');
}
.swiperview .f2_controller .f2box .c_item:nth-child(3):hover img {
  content: url('../static/jzxz2.png');
}
.swiperview .f2_controller .f2box .c_item:nth-child(4):hover img {
  content: url('../static/jylc2.png');
}
.swiperview .f2_controller .f2box .c_item:nth-child(5):hover img {
  content: url('../static/jtzn2.png');
}
.swiperview .f2_controller .f2box .c_item:nth-child(6):hover img {
  content: url('../static/yhjl2.png');
}
.swiperview .f2_controller .f2box .c_active {
  width: 206px;
  height: 100%;
  background-image: linear-gradient(-90deg, #007cc5 0%, #21a386 100%), linear-gradient(#03a560, #03a560);
}
.swiperview .f2_controller .f2box .c_active span {
  color: #fff;
}
.swiperview .swiper {
  width: 100%;
  height: 670px;
}
.swiperview .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
transition: all 5s ease;
  transform: scale(1);
}
.swiperview .swiper-slide:hover {

	transform: scale(1.1);
}
.swiperview .swiper-slide .swiper_banner1 {
  width: 100%;
  height: 100%;
  background: url(../static/slide1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

}
.swiperview .swiper-slide .swiper_banner2 {
  width: 100%;
  height: 100%;
  background: url(../static/slide1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.swiperview .swiper-slide .swiper_banner3 {
  width: 100%;
  height: 100%;
  background: url(../static/slide1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.swiperview .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
