﻿.nav-page,
.inside-roof {
  display: none;
}

.main_middle {
  width: 90vw;
  margin: 0 auto;
}

/* 头部 */
.header_wrapper {
  position: relative;
  z-index: 2;
}

/*****************/
/******产品分页*******/
.ny_news_page {
  margin: 10px auto 0px;
  clear: both;
  padding-top: 10px;
}

.ny_news_page a,
.ny_news_page span {
  display: block;
  float: left;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  width: 70px;
  height: 40px;
  color: #333;
  background-color: #f8f8f8;
  margin-right: 10px
}

.ny_news_page a:hover,
.ny_news_page span {
  background-color: #3aa94a;
  color: #fff;
}

.ny_news_page a.page_aa {
  background-color: #3aa94a;
  color: #fff;
}

/**************************/
/* 头部-左边 */
.top_vertical {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 10%;
  flex-direction: column;
}

.vertical_logo {
  margin-top: 34px;
}

.vertical_menu {
  cursor: pointer;
}

.vertical_menu p {
  margin-top: 18px;
  font-size: 14px;
  color: #3aa94a;
  line-height: 1em;
}

.vertical_arrow {
  position: relative;
  width: 100%;
  height: 6.25vw;
  background-image: url(http://www.jslzyhb.com/images/octagon_arrow.pngg');
  background-position: center;
  background-repeat: no-repeat;
  background-color: #3AA94A;
}

.vertical_arrow .octagon {
  animation: octagon 5s infinite linear;
  -webkit-animation: octagon 5s infinite linear;
}

@-webkit-keyframes octagon {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.vertical_arrow .octagon_arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: octagonArrow 5s infinite linear;
  -webkit-animation: octagonArrow 5s infinite linear;
}

/* 头部-右边 */
.top_right {
  position: relative;
  width: 100%;
  height: 100vh;
}

.banner_wrapper {
  width: 100%;
  height: 100%;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-container img {
  width: 100%;
  height: 100%;
}

.swiper-pagination {
  bottom: 30px !important;
  left: 150px !important;
}

.swiper-pagination .my-bullet {
  margin: 0 6px;
  width: 30px;
  height: 5px;
  border-radius: 0;
  background-color: #fff;
}

.swiper-pagination .my-bullet-active {
  background-color: #3aa94a;
}

/* 右边顶部 */
.top_roof_area {
  position: absolute;
  top: 40px;
  right: 10%;
  z-index: 9;
}

.menu {
  width: 40vw;
}

.menu .menu_ul {
  width: 100%;
}

.menu .menu_ul .menu_li {
  position: relative;
  padding: 0 10px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
	font-weight: 700;
  text-align: center;
  transition: background-color 0.2s linear;
}

.menu .menu_ul .menu_li:hover {
  /* color: #3aa94a; */
}

.menu .menu_ul .menu_li>a {
  display: block;
  color: #fff;
}


.menu .menu_ul .menu_li:nth-of-type(3) .second {
  width: 100%;
  margin-left:50%;
  transform: translateX(-50%) rotateX(90deg);
}

.menu .menu_ul .menu_li:nth-of-type(3):hover .second {
  transform: translateX(-50%) rotateX(0deg);
}

.menu .menu_ul .menu_li .second {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  transform: rotateX(90deg);
  transform-origin: top;
  background-color: transparent;
  transition: transform 0.2s linear, background-color 0.2s linear;
  border-radius: 5px;
  padding:10px 0px 10px 0px;
}

.menu .menu_ul .menu_li .second::before {
  position: absolute;
  content: '';
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #3aa94a;
  border-right: 6px solid transparent;
}

.menu .menu_ul .menu_li:hover .second {
  transform: rotateX(0deg);
  background-color: #3aa94a;
}

.menu .menu_ul .menu_li .second a {
  display: block;
  font-size: 14px;
  color: #fff;
  transition: border-color 0.2s linear;
}

.menu .menu_ul .menu_li:hover .second a {
  border-color: #ddd;
  line-height: 1.4em;
  padding:5px 0px 5px 0px;
}

.page_search {
  margin-left: 1vw;
  cursor: pointer;
}

.top_line {
  width: 1px;
  height: 10px;
  margin: 0 0.8vw;
  background-color: #ffffff;
  opacity: 0.3;
}

.language {
  position: relative;
  margin-right: 5vw;
  cursor: pointer;
}

.language p {
  margin: 0 5px 0 10px;
  font-size: 14px;
  color: #3aa94a;
}

.language .language_dropdown {
  position: absolute;
  top: 30px;
  right: 0;
  width: 80%;
  padding: 5px 10px;
  text-align: right;
  transform: rotateX(90deg);
  transform-origin: top;
  background-color: transparent;
  transition: transform 0.2s linear, background-color 0.2s linear;
}

.language:hover .language_dropdown {
  transform: rotateX(0deg);
  background-color: #fff;
}

.language .language_dropdown::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
}

.language .language_dropdown a {
  display: block;
  font-size: 14px;
  line-height: 1.6em;
}

/* 右边底部 */
.top_bottom_area {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
  align-items: flex-end;
}

.top_bottom_item {
  width: 24vw;
  height: 6.25vw;
  transition: height 0.2s linear;
}

.top_bottom_item:hover {
  height: 10vw;
  flex-direction: column;
}

.top_bottom_item:nth-of-type(1) {
  background-color: #e66c02;
}

.top_bottom_item:nth-of-type(2) {
  background-color: #3aa94a;
}

.top_bottom_item:nth-of-type(3) {
  background-color: #242a36;
}

.top_bottom_item img {
  margin-right: 0.8vw;
}

.top_bottom_item:hover img {
  margin-bottom: 1vw;
}

.top_bottom_item .tbi_right {
  color: #ffffff;
}

.top_bottom_item .tbi_right h4 {
  font-size: 24px;
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top_bottom_item .tbi_right span {
  font-size: 14px;
  line-height: 1.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 弹出产品分类 */
.index_popup {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  transform: translateX(-100%);
  transition: transform 0.3s linear;
}

.pop_left {background-color: #F6F6F6;}

.pop_left .popup_close {
  position: relative;
  margin: 3vw 3vw 0;
  width: 2vw;
  height: 2vw;
  cursor: pointer;
}

.pop_left .popup_close::before,
.pop_left .popup_close::after {
  position: absolute;
  display: block;
  content: "";
  width: 2vw;
  height: 0.1vw;
  background-color: #333;
  transform-origin: center;
}

.pop_left .popup_close::before {
  top: 1vw;
  transform: rotate(135deg);
}

.pop_left .popup_close::after {
  top: 1vw;
  transform: rotate(-135deg);
}

.pop_left .popup_list {
  margin: 3vw 5vw 0 0;
}

.pop_left .popup_list ul {
  flex-direction: column;
  height: 28vw;
}

.pop_left .popup_list ul li {
  height: 2em;
  padding: 0 0.5vw 0 5vw;
  font-size: 2.2vw;
  justify-content: flex-end;
  border-bottom: 1px solid #ccc;
  transition: height 0.2s linear;
}

.pop_left .popup_list ul li:hover {
  height: 2.2em;
}

.pop_left .popup_list ul li a {
  color: #333;
}

.pop_left .popup_list ul li:hover a {
  color: #3AA94A;
}

.pop_left .popup_list .popup_info {
  font-size: 1.6vw;
  margin-left: -5vw;
}

.pop_left .popup_list .popup_info span {
  font-size: 1vw;
  padding: 0 2vw 0 5vw;
}

.pop_picture {
  flex: 1;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  background-color: #000;
  opacity: 0.5;
}

/* index_search_wrapper */
.index_search_wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.7);
}

.close_ser {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
}

.index_search {
  position: absolute;
  width: 761px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -380px;
}

.index_search input {
  border: none;
  width: 700px;
  height: 50px;
  padding: 0 20px;
  font-size: 14px;
  background-color: #fff;
}

.index_search button {
  border: none;
  width: 60px;
  height: 50px;
  margin-left: 1px;
  background-color: #fff;
  background-image: url("../images/search.png");
  background-repeat: no-repeat;
  background-position: center;
}

/* index_title */
.index_title {
  height: 8vw;
  font-size: 36px;
  color: #2f3030;
}

/* pro_wrapper */
.pro_wrapper {
  margin-bottom: 3vw;
}

.pro_wrapper .pro_item {
  float: left;
  margin-right: 0.6625vw;
  position: relative;
  display: block;
  width: 22vw;
  height: calc(22vw * 0.75);
  overflow: hidden;
}

.pro_wrapper .pro_item:last-child {
  margin-right: 0px;
}

.pro_wrapper .pro_item img {
  width: 100%;
  transition: transform 0.2s linear;
}

.pro_wrapper .pro_item:hover img {
  transform: scale(1.1);
}

.pro_wrapper .pro_item p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  transition: height 0.2s linear;
}

.pro_wrapper .pro_item p span {
  margin-bottom: 70px;
  transition: margin-bottom 0.2s linear;
}

.pro_wrapper .pro_item:hover p {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.pro_wrapper .pro_item:hover p span {
  margin-bottom: 0;
}

/* index_more */
.index_more {
  width: 100%;
}

.index_more a {
  width: 164px;
  height: 46px;
  background-color: #3aa94a;
  border-radius: 5px;
}

.index_more span {
  font-size: 14px;
  color: #ffffff;
}

/* epc_wrapper */
.epc_wrapper {
  width: 100%;
  position: relative;
}

.epc_img_wrapper {
  width: 100%;
  text-align: center;
}

.epc_img_wrapper .epc_img {
  width: 100%;
  display: none;
}

.epc_img_wrapper .epc_img:first-of-type {
  display: block;
}

.epc_tab_wrapper {
  position: absolute;
  width: 62.5vw;
  height: 7.8vw;
  bottom: -3.125vw;
  left: 50%;
  transform: translateX(-50%);
  align-items: flex-end;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(216, 216, 219, 0.4);
}

.epc_tab {
  width: 25%;
  height: 100%;
  flex-direction: column;
}

.epc_tab .epc_icon {
  margin-bottom: 1vw;
}

.epc_tab .epc_icon .epc_icon_green {
  display: block;
}

.epc_tab .epc_icon .epc_icon_white {
  display: none;
}

.epc_tab .epc_title {
  font-size: 22px;
  color: #2f2f2f;
}

.epc_tab .epc_text {
  display: none;
}

.epc_tab_active {
  height: 17.7vw;
  background-color: #3aa94a;
}

.epc_tab_active .epc_icon {
  margin-bottom: 1vw;
}

.epc_tab_active .epc_icon .epc_icon_green {
  display: none;
}

.epc_tab_active .epc_icon .epc_icon_white {
  display: block;
}

.epc_tab_active .epc_title {
  margin-bottom: 1.5vw;
  color: #fff;
}

.epc_tab_active .epc_text {
  display: block;
}

.epc_tab_active .epc_text p {
  font-size: 16px;
  color: #ffffff;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.epc_tab_active .epc_text p i {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 1vw;
  background-color: #ffffff;
  border-radius: 50%;
}

.epc_tab_active .epc_text p em {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 1vw;
  background-color: #ffffff;
  border-radius: 50%;
}


/* about_wrapper */
.about_wrapper {
  padding: 7.8vw 0 4.68vw 0;
  background-color: #f6f6f6;
}

.about_main {
  position: relative;
  height: 35.4vw;
}

.about_content {
  position: absolute;
  z-index: 1;
  width: 55.5vw;
  height: 19.6vw;
  top: 50%;
  transform: translateY(-50%);
  flex-direction: column;
  padding: 3.1vw 6.6vw 0 4vw;
  background-color: #ffffff;
}

.about_content .about_title {
  font-size: 36px;
  color: #2f2f2f;
  line-height: 1em;
}

.about_content .about_nr {
  margin: 1.4vw 0 2vw;
  font-size: 16px;
  color: #737373;
  line-height: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
	height: 19vw;
}

.about_content .about_more {
  width: 164px;
  height: 46px;
  background-color: #3aa94a;
  border-radius: 5px;
}

.about_content .about_more span {
  font-size: 14px;
  color: #ffffff;
}

.about_content .about_arrow {
  position: absolute;
  z-index: 2;
  right: -2.76vw;
  top: 50%;
  transform: translateY(-50%);
}

.about_content .about_arrow div {
  width: 2.76vw;
  height: 2.76vw;
  font-size: 30px;
  font-family: "宋体";
  font-weight: bold;
  color: #3aa94a;
  background-color: #fff;
  border: 1px solid #3aa94a;
  transition: background-color 0.2s linear, color 0.2s linear;
  cursor: pointer;
  user-select: none;
}

.about_content .about_arrow div:first-of-type {
  border-right: none;
}

.about_arrow div:hover {
  color: #fff;
  background-color: #3aa94a;
}

.about_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 37.7vw;
  height: 35.4vw;
  overflow: hidden;
}

.about_img_slide {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.about_img_slide .img_single {
  width: 37.7vw;
  margin-right: 5px;
}

/* case_wrapper */
.case_wrapper {
  margin-bottom: 3vw;
}

.case_item {
  float: left;
  position: relative;
  width: 14.5vw;
  margin-right: 0.6vw;
  overflow: hidden;
}

.case_item:last-child {
  margin-right: 0;
}

.case_item .case_base {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.case_item .case_base img {
  width: 100%;
  transition: transform 0.2s linear;
}

.case_item:hover .case_base img {
  transform: scale(1.1);
}

.case_item .case_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: height 0.2s linear, opacity 0.2s linear;
}

.case_item:hover .case_link {
  height: 100%;
  opacity: 1;
}

.case_item .case_link span {
  margin: 44px 0 20px;
  font-size: 22px;
  color: #ffffff;
  line-height: 1em;
}

.case_item .case_link i {
  width: 44px;
  height: 3px;
  background-color: #3aa94a;
}

/* news_wrapper */
.news_wrapper {
  margin-bottom: 3vw;
}

.news_left {
  position: relative;
  width: 44vw;
}

.news_big_bar {
  position: absolute;
  z-index: 1;
  width: 41.5vw;
  height: 7.7vw;
  top: 21.3vw;
  left: 0;
  padding: 0 2vw 0 1.6vw;
  background-color: #ffffff;
  border-left: 1.6vw solid #3aa94a;
}

.news_big_bar .news_big_left {
  width: 28vw;
}

.news_big_bar .news_big_left .news_big_t {
  margin-bottom: 1vw;
}

.news_big_bar .news_big_left .news_big_t a {
  font-size: 18px;
  color: #000000;
  line-height: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_big_bar .news_big_left .news_big_t span {
  font-size: 14px;
  color: #9d9d9d;
  line-height: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_big_bar .news_big_left .news_big_nr {
  font-size: 14px;
  color: #737373;
  line-height: 1.4em;
}

.news_big_bar .news_big_more {
  font-size: 14px;
  color: #3aa94a;
  line-height: 2.2em;
}

.news_big_base {
  width: 100%;
  height: 100%;
}

.news_right {
  flex: 1;
  flex-wrap: wrap;
}

.news_item {
  position: relative;
  width: 22vw;
  height: 15.625vw;
  margin-left: 1vw;
  margin-bottom: 1vw;
}

.news_item:nth-of-type(3),
.news_item:nth-of-type(4) {
  margin-bottom: 0;
}

.news_item:nth-of-type(1) .news_layer {
  background-color: rgba(29, 32, 136, 0.7);
}

.news_item:nth-of-type(2) .news_layer {
  background-color: rgba(230, 108, 2, 0.7);
}

.news_item:nth-of-type(3) .news_layer {
  background-color: rgba(58, 169, 74, 0.7);
}

.news_item:nth-of-type(4) .news_layer {
  background-color: rgba(15, 130, 203, 0.7);
}

.news_item .news_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2.8vw 2.4vw 0;
  z-index: 1;
}

.news_layer .news_title {
  display: block;
  font-size: 18px;
  color: #ffffff;
  line-height: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_layer .news_nr {
  margin: 1.5vw 0 2.8vw;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news_layer .news_bottom {}

.news_layer .news_bottom .news_time {
  font-size: 18px;
  color: #ffffff;
  line-height: 1em;
}

.news_layer .news_bottom .news_time span {
  font-size: 48px;
  color: #ffffff;
  margin-right:10px;
  line-height: 1em;
}

.news_layer .news_bottom .news_more {}

.news_item .news_base {
  width: 100%;
  opacity: 1;
  transition: opacity 0.2s linear;
	height: 100%;
}

.news_item:hover .news_base {
  opacity: 0;
}

/* link_wrapper */
.link_wrapper {
  width: 100%;
  height: 3.8vw;
  margin-top: 3.1vw;
  background-color: #545353;
}

.link_main {
  height: 100%;
}

.link_left {}

.link_left p {
  margin: 0 0.5vw;
  font-size: 16px;
  color: #ffffff;
}

.link_left .link_link {
  font-size: 14px;
}

.link_left .link_link a {
  color: #a8a8a8;
}

.link_right {
  cursor: pointer;
}

/* footer_wrapper */
.footer_wrapper {
  width: 100%;
  background-color: #272727;
}

.footer_above {
  padding: 3.64vw 0;
}

.footer_above .fo_above_left {}

.footer_above .fo_above_left>img {
  margin-right: 1.56vw;
}

.footer_above .fo_above_left .logo_side {
  font-size: 16px;
  color: #808080;
}

.footer_above .fo_above_left .logo_side>img {
  margin-right: 0.3vw;
}

.footer_above .fo_above_left .logo_side>p {
  margin-top: 0.5vw;
  font-size: 36px;
  color: #3AA94A;
}

.footer_above .fo_above_link {
  border-left: 1px dashed #424242;
  border-right: 1px dashed #424242;
  padding: 0 0 0 6.25vw;
}

.footer_above .fo_above_link dl {
  padding-right: 6.25vw;
  text-align: center;
}

.footer_above .fo_above_link dl dt {
  margin-bottom: 0.8vw;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1em;
}

.footer_above .fo_above_link dl dd {
  font-size: 14px;
  color: #808080;
  line-height: 2.2em;
}

.footer_above .fo_above_code {}

.footer_above .fo_above_code .code_item {
  margin-left: 2vw;
  text-align: center;
}

.footer_above .fo_above_code .code_item img {}

.footer_above .fo_above_code .code_item p {
  font-size: 14px;
  color: #808080;
  line-height: 2.4em;
}

.footer_below {
  height: 4vw;
  border-top: 1px solid #424242;
  font-size: 14px;
  color: #808080;
}

/* 内页 */
.inside_header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  background-color: #fff;
  z-index: 9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.inside_header .top_roof_area {
  top: 50%;
  transform: translateY(-50%);
}

.inside_header .top_roof_area .menu .menu_ul .menu_li>a {
  color: #333;
}

.inside_header .top_roof_area .menu .menu_ul .menu_li:hover>a {
  color: #3aa94a;
}

.inside_logo {
  padding-left: 5vw;
  color: #333;
  font-size: 26px;
}

.inside_logo img {
  margin-right: 1vw;
}

.inside_banner {width: 100%;
    overflow: hidden;}

.inside_banner img {
  
}

/* inside_main */
.inside_main {
  margin-bottom: 50px;
}

/* page_position */
.inside_main .page_position {
  font-size: 14px;
  color: #707070;
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
}

/* inside_title */
.inside_main .inside_title {
  margin: 40px 0;
  text-align: center;
}

.inside_main .inside_title .it_info {
  font-size: 28px;
  line-height: 50px;
  color: #333333;
}

.inside_main .inside_title .ico {
  width: 20px;
  height: 2px;
  background: #3aa94a;
  display: inline-block;
}

/* inside_single */
.inside_single {
  font-size: 14px;
  color: #474747;
  line-height: 1.8em;
}

/* .inside_single img {
  display: block;
  width: 100%;
} */


/* inside_contact_wrapper */
.inside_contact_wrapper {
  padding: 0;
}

.inc_tit {
  margin-bottom: 50px;
  font-size: 14px;
}

.inside_contact {
  margin-bottom: 95px;
}

.inside_contact .inc_item {
  padding: 0 20px 0 0;
  width: 22%;
  margin-right: 4%;
  border-right: 1px solid #dbdbdb;
}

.inside_contact .inc_item:last-of-type {
  margin-right: 0;
  border-right: 1px solid transparent;
}

.inside_contact .inc_item .c_icon {
  padding: 0;
}

.inside_contact .inc_item .c_icon img {
  padding: 0;
}

.inside_contact .inc_item .fg_line {
  margin: 30px 0;
  border: solid #3aa94a 1px;
  display: block;
  width: 40px;
}

.inside_contact .inc_item .inc_info {
  padding: 0;
}

.inside_contact .inc_item .inc_info h6 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a;
}

.inside_contact .inc_item .inc_info p {
  font-size: 14px;
  line-height: 26px;
}

.inside_map {
  padding-bottom: 70px;
}

.ineide_map_main {
  width: 100%;
  height: 500px;
}

.inside_message {
  padding: 0;
}

.inside_message .inside_form_input {
  margin-bottom: 35px;
  color: #fff;
  width: 100%;
  transition: box-shadow 0.3s linear;
}

.inside_message .inside_form_inputaaa {
  width: 48%;
  margin-bottom: 35px;
  color: #fff;
  transition: box-shadow 0.3s linear;
}

.inside_message .inside_form_inputaaa .inside_ipt {
  padding: 17px;
  color: #808080;
  border: 1px solid #dbdbdb;
  font-size: 14px;
  width: 50%;
  float: left;
}

.inside_message .inside_form_inputaaa img {
  padding-left: 20px;
  padding-top: 15px;
}

.inside_message .inside_form_input:hover {
  box-shadow: 0 0 10px -7px rgba(129, 129, 129, 1);
}

.inside_message .inside_form_input .inside_ipt {
  padding: 17px;
  color: #808080;
  border: 1px solid #dbdbdb;
  font-size: 14px;
  width: 100%;
}

.inside_message .inside_form_textarea {
  margin-bottom: 55px;
  display: inline-block;
  width: 100%;
  transition: box-shadow 0.3s linear;
}

.inside_message .inside_form_textarea:hover {
  box-shadow: 0 0 10px -7px rgba(129, 129, 129, 1);
}

.inside_message .inside_form_textarea .inside_tarea {
  padding: 17px;
  height: 210px;
  border: 1px solid #dbdbdb;
  color: #6d6d6d;
  font-size: 14px;
  width: 100%;
}

.inside_message .inside_form_btn {
  display: inline-block;
  width: 100%;
}

.inside_message .inside_form_btn .inside_btn {
  padding: 15px 70px;
  background-color: #282828;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  border-bottom: solid #3aa94a 2px;
  transition: box-shadow 0.3s linear;
}

.inside_message .inside_form_btn .inside_btn:hover {
  box-shadow: 0 0 10px -7px rgba(129, 129, 129, 1);
}

/* inside_list */
.inside_list {
  justify-content: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  border-bottom: 1px solid #dbdbdb;
}

.inside_list a {
  margin-right: 10px;
  padding: 10px 25px;
  background: #f5f5f5;
  font-size: 16px;
  color: #555555;
  display: block;
  transition: background-color 0.3s linear;
}

.inside_list a:hover {
  color: #fff;
  background-color: #3aa94a;
}

.inside_list a.on {
  color: #fff;
  background: #3aa94a;
}

/* inside_picture */
.inside_picture {
  width: 100%;
}

.inside_pro_item {
  width: 23.5%;
  margin: 0 2% 30px 0;
  box-shadow: 0 0 10px -7px rgba(0, 0, 0, 1);
  background-color: #fff;
  transition: box-shadow 0.3s linear, background-color 0.3s linear;
}

.inside_pro_item:nth-of-type(4n) {
  margin-right: 0;
}

.inside_pro_item:hover {
  background-color: rgba(129, 129, 129, 0.1);
  box-shadow: 0 0 20px -7px rgba(129, 129, 129, 1);
}

.inside_pro_item .pro_img {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}

.inside_pro_item .pro_img img {
  width: 100%;
  transition: transform 0.3s linear;
}

.inside_pro_item:hover .pro_img img {
  transform: scale(1.05);
}

.inside_pro_item .pro_text {
  height: 60px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 60px;
  transition: color 0.3s linear;
}

.inside_pro_item:hover .pro_text {
  color: #3aa94a;
}

.inside_pro_item .pro_info {
  height: 5.4em;
  font-size: 14px;
  line-height: 1.8em;
  padding: 0 20px;
  transition: color 0.3s linear;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.inside_pro_item:hover .pro_info {
  color: #666;
}

/* inside_picture_detail */
.inside_picture_detail {
  width: 100%;
  padding: 0;
}

.inside_picture_detail .ipd_title {
  padding: 50px 0 25px 0;
  border-bottom: 1px solid #dbdbdb;
  font-size: 28px;
  color: #444;
  text-align: center;
}

.inside_picture_detail .ipd_main {
  padding-top: 40px;
  font-size: 16px;
  line-height: 2em;
}

.inside_picture_detail .ipd_main img {
  max-width: 90%;
}


/* inside_news */
.inside_news {
  width: 100%;
  flex-wrap: wrap;
}

.inside_news_item {
  width: 48%;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px;
  transition: box-shadow 0.3s linear;
}

.inside_news_item:hover {
  border: 1px solid transparent;
  box-shadow: 0 0 20px -7px rgba(129, 129, 129, 1);
}

.inside_news_item .inside_news_item_img {
  width: 240px;
  height: 170px;
  border-radius: 5px;
  margin-right: 30px;
}

.inside_news_item .inside_news_item_img img {
  width: 240px;
  height: 170px;
  transition: transform 0.3s linear;
}

.inside_news_item:hover .inside_news_item_img img {
  transform: scale(1.1);
}

.inside_news_item .inside_news_item_info {
  flex-direction: column;
  flex: 1;
}

.inside_news_item .inside_news_item_info h3 {
  font-size: 20px;
  line-height:30px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inside_news_item .inside_news_item_info h3 a {
  color: #000;
  transition: color 0.3s linear;
}

.inside_news_item:hover .inside_news_item_info h3 a {
  color: #3aa94a;
}

.inside_news_item .inside_news_item_info span {
  font-size: 14px;
  color: #999;
  line-height: 22px;
}

.inside_news_item .inside_news_item_info p {
  line-height: 22px;
  width: 100%;
  color: #777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.inside_news_item .inside_news_item_info>a {
  display: block;
  text-align: center;
  width: 100px;
  color: #777;
  border: 1px solid #e0e0e0;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  border-radius: 5px;
  transition: border 0.3s linear, color 0.3s linear;
}

.inside_news_item .inside_news_item_info:hover>a {
  border: 1px solid #3aa94a;
  color: #3aa94a;
}

/* inside_news_detail */
.inside_news_detail {
  width: 100%;
  padding: 0;
}

.inside_news_detail .ind_title_wrapper {
  margin-bottom: 50px;
  padding-bottom: 25px;
  text-align: center;
  border-bottom: 1px solid #dbdbdb;
}

.inside_news_detail .ind_title_wrapper .ind_title {
  text-align: center;
  margin-bottom: 35px;
  font-size: 28px;
  color: #333333;
}

.inside_news_detail .ind_title_wrapper .ind_info {
  font-size: 12px;
  color: #888888;
}

.inside_news_detail .ind_title_wrapper .ind_info span {
  margin: 0 5px;
}

.inside_news_detail .ind_main {
  font-size: 16px;
  line-height: 2em;
}

.waves_list {
  width: 100%;
  padding: 3vw 15vw 0;
}

.waves_list .waves_item {
  flex-direction: column;
}

.waves_list .waves_item .wi_t {
  align-items: flex-end;
}

.waves_list .waves_item .wi_t .wit_num {
  font-size: 100px;
  font-weight: bold;
  color: #3aa94a;
  line-height: 1em;
}

.waves_list .waves_item .wi_t .wit_span {
  font-size: 18px;
  line-height: 1em;
  padding: 0 0 16px 10px;
}

.waves_list .waves_item .wi_b {
  font-size: 18px;
}

.waves {
  height: 80vh;
  pointer-events: none;
}

.waves>canvas {
  height: 100% !important;
}

.right_float {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999;
}

.rf_item {
  position: relative;
  width: 50px;
  height: 50px;
  margin-bottom: 1px;
  background-color: rgba(58, 169, 74, 1);
  cursor: pointer;
}
.rf_item:hover {
  background-color: rgba(230, 108, 2, 1);
}
.rf_item>img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rf_item .rf_pop {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  display:none;
  padding: 10px;
  background-color: rgba(230, 108, 2, 1);
  transition: opacity 0.2s linear;
  white-space: nowrap;
  color: #fff;
  line-height:30px;
}

.rf_item .rf_pop a{
  color: #fff;
}


.rf_item:hover .rf_pop {
	display: block;
}

/*分页*/
.pages{clear:both;margin:20px 0;text-align:center; font-size: 12px;}
	.pages .nolink,.pages a{text-decoration:none;margin-left:3px;padding:2px 5px;border:1px solid #E5E5E5}
	.pages a:hover{text-decoration:none;border:1px solid #f1431e;background:#f1431e;color:#FFF}