
:root {
	--bs-link-color: #333333; /* 红色链接 */
	--bs-link-hover-color-rgb:rgb(27, 27, 27) ; /* 红色链接 */
	--bs-link-color-rgb:rgb(32, 32, 32) ; /* 红色链接 */
	--bs-gutter-x: 1rem;
  }


.loader-wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transition: .8s 1s ease;
	z-index: 99999
}

.loader {
	position: relative;
	display: block;
	z-index: 201;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	border-radius: 50%;
	transition: all 1s 1s ease;
	border: 3px solid transparent;
	border-top-color: #7f7f7f;
	-webkit-animation: spin 1.5s linear infinite;
	-moz-animation: spin 1.5s linear infinite;
	-o-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite
}

.loader:before {
	position: absolute;
	content: '';
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-left-color: #009b4c;
	-webkit-animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
	-o-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite
}

.loader:after {
	position: absolute;
	content: '';
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-right-color: #e62129;
	-webkit-animation: spin 2.5s linear infinite;
	-moz-animation: spin 2.5s linear infinite;
	-o-animation: spin 2.5s linear infinite;
	animation: spin 2.5s linear infinite
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-moz-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.loader-wrapper .loder-section {
	position: fixed;
	top: 0;
	width: 50%;
	height: 100%;
	background: #111;
	z-index: 2
}

.loader-wrapper .loder-section.left-section {
	left: 0;
	transition: 1s 1.4s ease
}

.loader-wrapper .loder-section.right-section {
	right: 0;
	transition: 1s 1.4s ease
}

.loaded .loder-section.left-section {
	left: -100%
}

.loaded .loder-section.right-section {
	right: -100%
}

.loaded .loader-wrapper {
	visibility: hidden
}

.loaded .loader {
	top: -100%;
	opacity: 0
}



.aboutbox-section1 {
	overflow: hidden;
	height: 60px;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
  }
  @media (max-width: 1199px) {
	.aboutbox-section1 {
	  height: 50px;
	}
  }
  .aboutbox-section1 .basecont {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
  }
  .aboutbox-section1 .basecont .lt {
	width: 100%;
	height: 100%;
  }
  @media (max-width: 767px) {
	.aboutbox-section1 .basecont .lt {
	  width: 100%;
	}
  }
  .aboutbox-section1 .basecont .lt .swiper-slide {
	width: auto;
	margin-right: 70px;
  }
  @media (max-width: 1366px) {
	.aboutbox-section1 .basecont .lt .swiper-slide {
	  margin-right: 50px;
	}
  }
  @media (max-width: 991px) {
	.aboutbox-section1 .basecont .lt .swiper-slide {
	  margin-right: 30px;
	}
  }
  @media (max-width: 767px) {
	.aboutbox-section1 .basecont .lt .swiper-slide {
	  margin-right: 60px;
	}
  }
  .aboutbox-section1 .basecont .lt .swiper-slide a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	border-bottom: 2px solid transparent;
	color: #666666;
	font-size: 16px;
  }
  @media (max-width: 1440px) {
	.aboutbox-section1 .basecont .lt .swiper-slide a {
	  font-size: 14px;
	}
  }
  .aboutbox-section1 .basecont .lt .swiper-slide a:hover {
	color: #009d4f;
  }
  .aboutbox-section1 .basecont .lt .on a {
	font-weight: bold;
	color: #333;
	border-bottom-color: #009d4f;
  }
  .newsbox-section1 {
	
  }
  @media (max-width: 991px) {
	.newsbox-section1 {
	 
	}
  }
  .newsbox-section1 .news1-cont {
	width: 100%;
  }
  .newsbox-section1 .news1-cont .item {
	display: flex;
	flex-wrap: wrap;
	background-color: #FAFAFA;
	border-radius: 14px
  }
  .newsbox-section1 .news1-cont .item:hover {


  box-shadow: 0 3px 5px 0 rgba(153, 153, 153, 0.1);
  transition: all .3s;

}

  .newsbox-section1 .news1-cont .item .lt {
	width: 46%;
	overflow: hidden;
	  background: none;
	  background-size: cover;
	  border-radius: 14px 0  0  14px ;
  }
  @media (max-width: 767px) {
	.newsbox-section1 .news1-cont .item .lt {
	  height: 316px;
	  width: 100%;
	}
  }
  @media (max-width: 500px) {
	.newsbox-section1 .news1-cont .item .lt {
	  height: 260px;
	}
  }
  .newsbox-section1 .news1-cont .item .lt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	
  }
  .newsbox-section1 .news1-cont .item .gt {
	width: 54%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 60px;
	background: #ffffff;
	border-radius: 0 14px 14px 0 ;
  }
  @media (max-width: 1681px) {
	.newsbox-section1 .news1-cont .item .gt {
	  padding: 46px;
	}
  }
  @media (max-width: 1366px) {
	.newsbox-section1 .news1-cont .item .gt {
	  padding: 36px;
	}
  }
  @media (max-width: 767px) {
	.newsbox-section1 .news1-cont .item .gt {
	  width: 100%;
	  padding: 30px 14px;
	}
  }
  .newsbox-section1 .news1-cont .item .gt .font {
	width: 100%;
  }
  .newsbox-section1 .news1-cont .item .gt .font .tit {
	line-height: 30px;
	margin-top: 22px;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-weight: bold;
	height: 68px;
  }
  @media (max-width: 1440px) {
	.newsbox-section1 .news1-cont .item .gt .font .tit {
	  margin-bottom: 12px;
	  margin-top: 16px;
	}
  }
  @media (max-width: 767px) {
	.newsbox-section1 .news1-cont .item .gt .font .tit {
	  line-height: 28px;
	  height: 60px;
	}
  }
  .newsbox-section1 .news1-cont .item .gt .font .tit:hover {
	text-decoration: underline!important;
	color: #009d4f;
  }
  .newsbox-section1 .news1-cont .item .gt .font .text {
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 52px;
  }
  @media (max-width: 1440px) {
	.newsbox-section1 .news1-cont .item .gt .font .text {
	  font-size: 14px;
	  line-height: 22px;
	  height: 46px;
	}
  }
  .newsbox-section1 .news1-cont .item .gt .font .societybox-but {
	margin-top: 35px;
	color: #333;
	line-height: 1;
  }
  @media (max-width: 1440px) {
	.newsbox-section1 .news1-cont .item .gt .font .societybox-but {
	  margin-top: 25px;
	}
  }
  .newsbox-section1 .news1-cont .item .gt .font .societybox-but:hover {
	text-decoration: underline!important;
  }
  .newsbox-section1 .news1-cont .item:hover {
	text-decoration: none!important;
  }
  .newsbox-section1 .news1-cont .item:hover .lt img {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
  }
  .newsbox-section1 .news1-cont .item:hover .gt::before {
	width: 100%;
  }
  .newsbox-section1 .news1-cont .news1-pag {
	width: auto;
	left: calc(50% - 3px);
	bottom: 7%;
  }
  @media (max-width: 1440px) {
	.newsbox-section1 .news1-cont .news1-pag {
	  display: none;
	}
  }
  .newsbox-section1 .news1-cont .news1-pag span {
	width: 14px;
	height: 14px;
	margin: 0 10px;
	background-color: #afafaf;
  }
  .newsbox-section1 .news1-cont .news1-pag .swiper-pagination-bullet-active {
	background-color: #009d4f;
  }
  .newsbox-section1 .news1-cont .item .gt .font .tit {
    line-height: 30px;
    margin-top: 22px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: bold;
    height: 68px;
}
.newsbox-section2 .tit {
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 32px;
}
.basefont40 {
    font-size: 34px;
}
.newsbox-section2 .cont .item .gt .f_tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    margin-bottom: 18px;
}
.basefont24 {
    font-size: 24px;
}

.newsbox-section2 {
	
  }

  .newsbox-section2 .tit {
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin: 40px 0;
  }
  @media (max-width: 1199px) {
	.newsbox-section2 .tit {
	  margin: 30px 0;
	}
  }
  @media (max-width: 767px) {
	.newsbox-section2 .tit {
	  margin: 26px 0;
	}
  }
  .newsbox-section2 .cont {
	width: 100%;
  }
  .newsbox-section2 .cont .item {
	display: flex;
	flex-wrap: wrap;
	padding: 35px;
	background-color: #fff;
	margin-bottom: 20px;
  }
  @media (max-width: 1366px) {
	.newsbox-section2 .cont .item {
	  padding: 30px;
	}
  }
  @media (max-width: 500px) {
	.newsbox-section2 .cont .item {
	  padding: 30px 20px;
	}
  }
  .newsbox-section2 .cont .item .lt {
	width: 14%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
  }
  @media (max-width: 767px) {
	.newsbox-section2 .cont .item .lt {
	  order: 1;
	  width: 100%;
	  align-items: flex-start;
	  margin-top: 20px;
	  display: none;
	}
  }
  .newsbox-section2 .cont .item .lt strong {
	display: block;
	font-size: 48px;
	line-height: 1;
	margin-bottom: 13.5px;
	font-family: "arial";
  }
  .newsbox-section2 .cont .item .lt span {
	display: block;
	font-size: 16px;
	color: #999;
	line-height: 1;
  }
  @media (max-width: 1440px) {
	.newsbox-section2 .cont .item .lt span {
	  font-size: 14px;
	}
  }
  .newsbox-section2 .cont .item .gt {
	width: 100%;
  }
  @media (max-width: 767px) {
	.newsbox-section2 .cont .item .gt {
	  order: 0;
	  width: 100%;
	}
  }
  .newsbox-section2 .cont .item .gt .f_tit {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1;
	margin-bottom: 18px;
  }
  .newsbox-section2 .cont .item .gt .f_tit:hover {
	text-decoration: underline!important;
	color: #009d4f;
  }
  .newsbox-section2 .cont .item .gt .text {
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 52px;
  }
  @media (max-width: 1440px) {
	.newsbox-section2 .cont .item .gt .text {
	  font-size: 14px;
	  line-height: 24px;
	}
  }
  .newsbox-section2 .cont .item .gt .text:hover {
	text-decoration: none!important;
	color: #009d4f;
  }
  .newsbox-section2 .cont .item:hover {
	text-decoration: none!important;
	 
	box-shadow: 0 3px 5px 0 rgba(153, 153, 153, 0.1);
	transition: all .3s;
  }
  .newsbox-section2 .cont .item:hover::before {
	width: 100%;
  }
  .newsbox-section2 .basepage {
	margin-top: 60px;
  }
  @media (max-width: 991px) {
	.newsbox-section2 .basepage {
	  margin-top: 30px;
	}
  }
  /* End */
  /* 璁よ瘑涓井 */

.search-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	margin-top: -540px;
	transform: translateY(-100%);
	background-color: rgba(0,0,0,0.90);
	-webkit-transition: all 500ms cubic-bezier(0.860,0.000,0.070,1.000);
	-moz-transition: all 500ms cubic-bezier(0.860,0.000,0.070,1.000);
	-o-transition: all 500ms cubic-bezier(0.860,0.000,0.070,1.000);
	transition: all 1500ms cubic-bezier(0.860,0.000,0.070,1.000);
	-webkit-transition-timing-function: cubic-bezier(0.860,0.000,0.070,1.000);
	-moz-transition-timing-function: cubic-bezier(0.860,0.000,0.070,1.000);
	-o-transition-timing-function: cubic-bezier(0.860,0.000,0.070,1.000);
	transition-timing-function: cubic-bezier(0.860,0.000,0.070,1.000)
}

.search-popup {
	width: 100%
}

.search-active .search-popup {
	transform: translateY(0%);
	margin-top: 0
}

.search-popup .close-search {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-top: -200px;
	border-radius: 50%;
	text-align: center;
	background-color: #009d4f;
	width: 70px;
	cursor: pointer;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	border-bottom: 3px solid #fff;
	border-top: 3px solid #fff;
	border-right: 3px solid #062462;
	border-left: 3px solid #062462;
	-webkit-transition: all 500ms ease;
	height: 70px;
	line-height: 70px;
	text-align: center
}

.search-active .search-popup .close-search {
	visibility: visible;
	opacity: 1;
	top: 50%;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms
}

.search-popup form {
	position: absolute;
	max-width: 700px;
	top: 50%;
	left: 15px;
	right: 15px;
	margin: -35px auto 0;
	transform: scaleX(0);
	transform-origin: center;
	background-color: #111;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease
}

.search-active .search-popup form {
	transform: scaleX(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms
}

.search-popup .form-group {
	position: relative;
	margin: 0;
	overflow: hidden
}

.search-popup .form-group input[type="text"],.search-popup .form-group input[type="search"] {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 50px;
	color: #000;
	height: 70px;
	width: 100%;
	padding: 10px 30px;
	background-color: #fff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: 500;
	text-transform: capitalize
}

.search-popup .form-group input[type="submit"],.search-popup .form-group button {
	position: absolute;
	right: 30px;
	top: 0;
	height: 70px;
	line-height: 70px;
	background: transparent;
	text-align: center;
	font-size: 24px;
	color: #009d4f;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all 500ms ease;
	border: 0
}

.search-popup .form-group input[type="submit"]:hover,.search-popup .form-group button:hover {
	color: #000
}

.search-popup input::placeholder,.search-popup textarea::placeholder {
	color: #000
}

.search-popup .close-search.style-two {
	position: absolute;
	right: 25px;
	left: auto;
	color: #fff;
	width: auto;
	height: auto;
	top: 25px;
	margin: 0;
	border: 0;
	background: none!important;
	box-shadow: none!important;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease
}

.search-box-btn {
	display: inline-block;
	padding-left: 22px
}

.search-box-btn i {
	display: inline-block;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	transition: .5s
}

.upp.search-box-btn i {
	color: #9E9FA1
}

.search-box-btn.search-box-outer span i {
	font-size: 20px;
	display: inline-block;
	color: #fff;
	padding-left: 17px;
	position: relative;
	z-index: 1
}

.upp.search-box-btn.search-box-outer span i {
	color: #9E9FA1
}

.search-box-btn.search-box-outer span i:after {
	position: absolute;
	content: "0";
	right: -10px;
	top: -4px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	background: #009d4f;
	color: #fff;
	border-radius: 50%;
	display: inline-block;
	font-size: 12px
}

.flaticon-multiply:before {
	content: inherit
}

button.close-search i {
	font-size: 25px;
	color: #fff;
	display: inline-block
}

span.flaticon-multiply i {
	display: inline-block;
	color: #009d4f
}

.xs-sidebar-group .xs-overlay {
	left: 100%;
	top: 0;
	position: fixed;
	z-index: 101;
	height: 100%;
	opacity: 0;
	width: 100%;
	visibility: hidden;
	-webkit-transition: all .4s ease-in .8s;
	-o-transition: all .4s ease-in .8s;
	transition: all .4s ease-in .8s
}

.xs-sidebar-group .widget-heading {
	position: absolute;
	top: 23px;
	right: 0;
	padding: 25px
}

.xs-sidebar-widget {
	position: fixed;
	right: -100%;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 360px;
	z-index: 999999;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background-color: #272727;
	-webkit-transition: all .5s cubic-bezier(0.9,0.03,0,0.96) .6s;
	-o-transition: all .5s cubic-bezier(0.9,0.03,0,0.96) .6s;
	transition: all .5s cubic-bezier(0.9,0.03,0,0.96) .6s;
	visibility: hidden;
	opacity: 0
}

.xs-sidebar-group.isActive .xs-overlay {
	opacity: .7;
	visibility: visible;
	-webkit-transition: all .8s ease-out 0s;
	-o-transition: all .8s ease-out 0s;
	transition: all .8s ease-out 0s;
	left: 0
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
	opacity: 1;
	visibility: visible;
	right: 0;
	-webkit-transition: all .7s cubic-bezier(0.9,0.03,0,0.96) .4s;
	-o-transition: all .7s cubic-bezier(0.9,0.03,0,0.96) .4s;
	transition: all .7s cubic-bezier(0.9,0.03,0,0.96) .4s
}

.sidebar-textwidget {
	padding: 40px 32px
}

.close-side-widget i {
	color: #49AE45;
	font-size: 28px;
	display: block
}

.sidebar-widget-container {
	position: relative;
	top: 150px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in .3s;
	-o-transition: all .3s ease-in .3s;
	transition: all .3s ease-in .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.xs-sidebar-group.isActive .sidebar-widget-container {
	top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 1s ease-out 1.2s;
	-o-transition: all 1s ease-out 1.2s;
	transition: all 1s ease-out 1.2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.xs-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: .5;
	z-index: 0
}

.xs-bg-black {
	background-color: #49AE45
}





.prgoress_indicator {
	position: fixed;
	right: 26px;
	bottom: 35px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgba(22,93,245,0.2);
	z-index: 9999999999;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	transform: translateY(15px)!important;
	transition: all 200ms linear!important
}

.prgoress_indicator.active-progress:hover {background: #009d4f;color: #fff;
}
.prgoress_indicator.active-progress:hover {background: #009d4f;color: #fff;
}
.prgoress_indicator.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0)!important;
	background: #171717;
}

.prgoress_indicator::after {
	position: absolute;
	content: "\e69a";
	font-family: "iconfont";
	text-align: center;
	line-height: 46px;
	font-size: 18px;
	color: #fff;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	font-weight: 900;
	z-index: 1;
	transition: all 200ms linear!important
}

.prgoress_indicator::before {
	position: absolute;
	content: "\e69a";
	font-family: "iconfont";
	text-align: center;
	line-height: 46px;
	font-size: 18px;
	font-weight: 900;
	color: #989898;
	opacity: 0;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	transition: all 200ms linear!important
}


.prgoress_indicator:hover ::before {
	opacity: 1;
}

.prgoress_indicator svg path {
	fill: none
}

.prgoress_indicator svg.progress-circle path {
	stroke: #009d4f;
	stroke-width: 4;
	box-sizing: border-box;
	transition: all 200ms linear!important
}



.main-title-1{font-size: 36px; color: #fff;}
.hero-content h1.main-title-2{font-size: 44px; color: #fff;}
.snstext-3xl span{font-size: 72px; font-weight: bold; color: #fff;}
.snstext-3xl span.snstext-base {font-size: 30px;font-weight: 200;  color: #fff; margin-left: 20px;vertical-align:top;}
.snspl-1 {font-size:16px; color: #fff;}

.align-top {
  vertical-align: top;
}

.hero-desc-div {
    max-height: 160px;
    overflow-y: auto;
    overflow-x: hidden;
    color: #fff;
    max-width: 980px;
    margin: 30px 0;
}.echofy-button.two {
    display: inline-block;
    padding-left: 16px;
    border: transparent;
}


.hero-area2 {
    background: url("/public/assets/images/home1/hero-bg-1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 1020px;
    padding-top: 125px;
    position: relative;
}
.hero-area2_2 {
    background: url("/public/static/index2bgg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 1020px;
    padding-top: 125px;
    position: relative;
}

.align-items-center {
    align-items: center !important;
}
.d-flex {
    display: flex !important;
}


.active .ml-1{display: block;}
.ml-1{color:#009d4f; font-size: 16px; width: 100px; display: none;
    margin: -9px 0 0 22px;}

	.text-gradient {
		background: linear-gradient(-90deg, #3ed58a, #009d4f);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.sub-title{font-size: 58px !important; font-weight: bold;color:#009d4f;display: inline;}
	.text-4xl{ font-size: 58px;letter-spacing: 0px;
		clear: both;

	}
	.text-2xl{ font-size: 24px;clear: both;letter-spacing: 2px;padding-top: 20px; display: inline-block;


	}
	.text-center {
		text-align: center;
	}
	.mt100 { margin-top: -100px;}  
	.center400-box{
		width: 280px;
    margin: 30px auto;
    display: block !important;
}
	
.home-footer-area {
	
	
	position: absolute;
	z-index: 99999;
	bottom: 0;
	left:0;
	width: 100%;

}



  .about-bliud-bg{background: url("/public/assets/images/about_bliud.png"); width: ;}

  .flex-1 {
    flex: 1 1 0%;
}
.boxw{    width: 100%;
    text-align: center;}
  .hero-desc-div{ max-height: 160px;
    overflow-y: auto;
    overflow-x: hidden;
    color: #fff;
    max-width: 980px;
    margin: 30px 0;}
  .main-title-1{font-size: 36px; color: #fff;}
  .hero-content h1.main-title-2{font-size: 44px; color: #fff;}
  .snstext-3xl span{font-size: 72px; font-weight: bold; color: #fff;}
  .snstext-3xl span.snstext-base {font-size: 30px;font-weight: 200;  color: #fff; margin-left: 20px;vertical-align:top;}
  .snspl-1 {font-size:16px; color: #fff;}

  .align-top {
    vertical-align: top;
}



.home-footer-bottom-content  {
	font-size: 14px;
	color: #989898;
	font-weight: 400;
	padding-top: 50px;
	text-align: center;
}

.home-footer-bottom-content a {
	display: inline-block;
	color: #009d4f
}
.footer-news-widget-content{
	background:url("/public/assets/images/news_boxbg.png") #009b4c;
	width: 100%;
	height: 100px;
}
.time-box{border-right: 1px solid #fff;
height: 45px;width: 70px;
color: #fff;
margin-top: 30px;
margin-left: 30px;
margin-right: 20px; color: #fff;

float: left;display: inline-block; font-weight: bold;}

.footer-widget-content-news {font-size:16px;color: #fff;
padding: 30px 20px;text-align: left; display: inline;}
.footer-widget-content-news  span {display: block;}
.footer-widget-content-news  a {font-size:16px;color: #fff;}

.gallery-area .container-fluid {
    margin: 0 290px 0 0 ;
}

 .gallery-list  .owl-nav{
	position: absolute;
	bottom: 422px;
	left: 50%;
	z-index: 9999;
}

 .gallery-list  .owl-nav .owl-prev {
	height: 36px;    text-align: center;
    width: 36px;float: left;display:inline;	border-radius: 50%; background-color: #009d4f;
}

 .gallery-list  .owl-nav .owl-prev:hover {
 opacity: 0.5;
}

 .gallery-list  .owl-nav i{
	font-size: 26px;
	text-align:center;
	color:#fff;
	width: 36px;height: 36px;
	line-height: 36px;
}

 .gallery-list  .owl-nav .owl-next {
	height: 36px;    text-align: center;margin-left: 10px;
    width: 36px;float: left;display:inline;	border-radius: 50%;background-color: #009d4f;
}

 .gallery-list  .owl-nav .owl-next:hover {
	opacity: 0.5;
   }

 .gallery-list  .disabled{
	
	display: block;
}

 .gallery-list  .owl-nav .disabled{
	background-color: #919aa4;
}

 .gallery-list  .owl-dots {
	position: absolute;
	bottom: 142px;
	right: 50%
}

 .gallery-list   .owl-dots .owl-dot {
	float: left;
	position: relative;
	z-index: 1;
	margin: 18px 5px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	display:inline;
	border: 2px solid #009d4f
}

 .gallery-list   .owl-dots .owl-dot.active {
	background-color: #009d4f;
	position: relative;
	margin: 18px 6px;
	width: 11px;
	height: 11px
}

 .gallery-list   .owl-dots .owl-dot.active::after {
	position: absolute;
	width: 25px;
	height: 25px;
	z-index: 1;
	content: "";
	border: 2px solid #009d4f;
	left: -9px;
	top: -9px;
	border-radius: 50%;
	text-align: center
}



 .hero-slides2 .owl-nav{
	position: absolute;
	bottom: 222px;
	right: 47.5%
}

 .hero-slides2 .owl-nav .owl-prev {
	height: 36px;    text-align: center;
    width: 36px;float: left;display:inline;	border-radius: 50%; background-color: #009d4f;
}
 .hero-slides2 .owl-nav i{
	font-size: 26px;
	text-align:center;
	color:#fff;
	width: 36px;height: 36px;
	line-height: 36px;
}

 .hero-slides2 .owl-nav .owl-next {
	height: 36px;    text-align: center;margin-left: 10px;
    width: 36px;float: left;display:inline;	border-radius: 50%;background-color: #009d4f;
}

 .hero-slides2 .owl-nav .disabled{
	background-color: #919aa4;
}

 .hero-slides2 .owl-dots {
	position: absolute;
	bottom: 142px;
	right: 46%
}

 .hero-slides2  .owl-dots .owl-dot {
	float: left;
	position: relative;
	z-index: 1;
	margin: 18px 5px;
	

    display: inline;
    margin-bottom: 30px;
    position: relative;
    width: 40px;
    height: 6px;
    
    border-radius: 36px;
    background: #009b4c;
    cursor: pointer;
	opacity: 0.7;



}

 .hero-slides2  .owl-dots .owl-dot.active {
	background-color: #009d4f;
	position: relative;
	margin: 18px 6px;
	width: 80px;
    height: 6px;
	opacity: 1;
}


.echofy-button {
	margin-top: 40px;
	display: inline-block
}

.echofy-button a {
	display: inline-block;
	background: #009d4f;
	color: #009d4f;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 60px;
	border-radius: 36px;
	border: 2px solid #009d4f;
	position: relative;
	z-index: 1
}

.echofy-button a:hover {
	color: #fff
}

.echofy-button a:before {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	left: 50%;
	top: 0;
	background: #009d4f;
	
	border-radius: 36px;
	color: #fff;
	z-index: -1;
	transition: .5s
}

.echofy-button a:hover:before {
	width: 100%;
	left: 0
}

.echofy-button img {
	position: relative;
	top: -2px;
	left: 4px;
	display: inline-block!important;
	transition: .5s
}

.echofy-button img.two {
	position: relative;
	left: -58px;
	top: -2px;
	opacity: 1;
	transition: .5s;
	z-index: 1;
	opacity: 0
}

.echofy-button:hover img.two {
	opacity: 1
}

.echofy-button.two {
	display: inline-block;
	padding-left: 16px;
	border: transparent
}

.echofy-button.two a {
	display: inline-block;
	background: transparent;
	border: 2px solid #009d4f;
	padding: 10px 60px
}

.home-footer-bottom-content  {
	font-size: 14px;
	color: #989898;
	font-weight: 400;
	padding-top: 50px;
	text-align: center;
}

.home-footer-bottom-content a {
	display: inline-block;
	color: #009d4f
}
.footer-news-widget-content{
	background:url("/public/assets/images/news_boxbg.png") #009b4c;
	width: 100%;
	height: 100px;
}
.time-box{border-right: 1px solid #fff;
height: 45px;width: 70px;
color: #fff;
margin-top: 30px;
margin-left: 30px;
margin-right: 20px; color: #fff;

float: left;display: inline-block; font-weight: bold;}

.footer-widget-content-news {font-size:16px;color: #fff;
padding: 30px 20px;text-align: left; display: inline;}
.footer-widget-content-news  span {display: block;}
.footer-widget-content-news  a {font-size:16px;color: #fff;}


.home-five.gallery-area {
	padding: 0
}

.home-five.gallery-area .section-title.left {
	margin-bottom: 62px
}

.home-five.gallery-area .style-four.echofy-button {
	float: right;
	margin-top: 50px
}

.home-five .gallery-box {
	text-align: center;
	position: relative;
	overflow: hidden
}

.home-five .gallery-box:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #010d0e;
	opacity: 0;
	transition: .5s
}

.home-five .gallery-box:hover:before {
	opacity: .3
}

.home-five .gallery-thumb img {
	width: 100%;
	border-left:1px solid #009b4c ;
}

.home-five .gallery-content {
	position: absolute;cursor: pointer;
	bottom: 604px;
	left: 0;
	right: 0;
	transition: .5s
}

.home-five .gallery-box:hover .gallery-content {
	bottom: 527px;
	
}

.home-five .gallery-content h4 {
	font-size: 22px;
	color: #fff;
	margin: 0 0 3px
}

.home-five .gallery-content p {
	font-size: 16px;
	color: #fff;
	margin: 0;
	opacity: .8
}

.your-style ul li a {
	padding:0!important;
	color: #fff !important;
	
}

.your-style .c-text  {
	
	color: #fff;
	
}


.your-style .c-text svg path  {
	
	fill: #fff;
	
    transition: all .3s;
}



.your-style .c-text svg path  {
    fill: #fff;
}

.s-menu2 .new-sbox {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	display: flex;
	background: #fff;
	position: relative;
	line-height: 170%;
}

.s-menu2 .new-sbox::before {
	content: '';
	height: 100%;
	width: 50vw;
	background: #f5f7f9;
	position: absolute;
	top: 0;
	right: 100%
}

.s-menu2 .new-sbox .n-left {
	width: calc(520/1920*100%);
	background: #f5f7f9;
	padding: .34rem .75rem .5rem .9rem;
	flex-shrink: 0;
	text-align: left;
}

@media (max-width: 1280px) {
	.s-menu2 .new-sbox .n-left {
		width: calc(420/1920*100%);
		padding: .34rem .5rem .5rem
	}
}

.s-menu2 .new-sbox .n-left .t1 {
	color: #000;
	line-height: calc(28/18)
}

.s-menu2 .new-sbox .n-left .t2 {
	color: #999;
	margin-top: .3rem
}

.s-menu2 .new-sbox .n-left .more {
	margin-top: .44rem
}

.s-menu2 .new-sbox .n-left .more a {
	display: flex;
	align-items: center
}

.s-menu2 .new-sbox .n-left .more a span {
	color: #009b4c;
	position: relative
}

.s-menu2 .new-sbox .n-left .more a span::before {
	content: '';
	width: 0;
	height: 1px;
	background: #009b4c;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .4s
}

.s-menu2 .new-sbox .n-left .more a i {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background: #009b4c;
	margin-left: 12px;
	flex-shrink: 0
}

.s-menu2 .new-sbox .n-left .more a i svg {
	width: 45%;
	height: 45%
}

.s-menu2 .new-sbox .n-left .more a i svg path {
	fill: #fff
}

@media (min-width: 992px) {
	.s-menu2 .new-sbox .n-left .more a:hover span::before {
		width: 100%
	}

	.s-menu2 .new-sbox .n-left .more a:hover i svg {
		animation: arrowRun 5s infinite
	}
}

.s-menu2 .new-sbox .n-center {
	width: calc(880/1920*100%);
	display: flex;
	padding: .3rem .4rem;
	flex-shrink: 0
}

@media (max-width: 1280px) {
	.s-menu2 .new-sbox .n-center {
		width: calc(1040/1920*100%);
		padding: .3rem
	}
}

.s-menu2 .new-sbox .n-center .mbox {
	width: calc(240/800*100%);
	margin-right: .4rem
}

@media (max-width: 1280px) {
	.s-menu2 .new-sbox .n-center .mbox {
		width: calc(260/800*100%);
		margin-right: .2rem
	}
}

.s-menu2 .new-sbox .n-center .mbox:last-child {
	margin-right: 0
}

.s-menu2 .new-sbox .n-center .mbox .t1 {
	width: 100%;
	color: #999;
	line-height: calc(26/16);
	border-bottom: 1px solid #f4f4f4;
	padding: 0 .25rem .16rem
}

.s-menu2 .new-sbox .n-center .mbox>ul {
	width: 100%;
	margin-top: .2rem
}

.s-menu2 .new-sbox .n-center .mbox>ul>li {
	width: 100%
}

.s-menu2 .new-sbox .n-center .mbox>ul>li a {
	width: 100%;
	height: .5rem;
	border-radius: .25rem;
	padding: 0 .2rem 0 .25rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all .4s
}

@media (max-width: 1280px) {
	.s-menu2 .new-sbox .n-center .mbox>ul>li a {
		padding: 0 .2rem;
		height: .7rem;
		border-radius: .35rem
	}
}

.s-menu2 .new-sbox .n-center .mbox>ul>li a span {
	color: #333;
	transition: all .4s
}

@media (max-width:1024px) {
	.s-menu2 .new-sbox .n-center .mbox>ul>li a span {
		font-size: 14px
	}
}

.s-menu2 .new-sbox .n-center .mbox>ul>li a .icons {
	width: 20px;
	height: 20px;
	display: flex;
	overflow: hidden
}

.s-menu2 .new-sbox .n-center .mbox>ul>li a .icons i {
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateX(-100%);
	transition: all .5s;
	flex-shrink: 0
}

.s-menu2 .new-sbox .n-center .mbox>ul>li a .icons i svg {
	width: 50%;
	height: 50%;
	transform: rotateZ(-90deg)
}

.s-menu2 .new-sbox .n-center .mbox>ul>li a .icons i svg path {
	fill: #ddd;
	transition: all .4s
}

.s-menu2 .new-sbox .n-center .mbox>ul>li a .icons i:nth-child(1) svg path {
	fill: #009b4c;
	transition: all .4s
}

.s-menu2 .new-sbox .n-center .mbox>ul>li a:hover {
	background: #f4f4f4
}

.s-menu2 .new-sbox .n-center .mbox>ul>li a:hover span {
	color: #009b4c
}

.s-menu2 .new-sbox .n-center .mbox>ul>li a:hover .icons i {
	transform: translateX(0)
}

.s-menu2 .new-sbox .n-right {
	width: calc(520/1920*100%);
	padding: .4rem 1.2rem .4rem .48rem;
	border-left: 1px solid #f4f4f4
}

@media (max-width: 1280px) {
	.s-menu2 .new-sbox .n-right {
		width: calc(480/1920*100%);
		padding: .4rem
	}
}

.s-menu2 .new-sbox .n-right .a1 {
	width: 100%;
	display: flex;
	border-radius: .1rem;
	overflow: hidden;
	margin-bottom: .2rem
}

.s-menu2 .new-sbox .n-right .a1:last-child {
	margin-bottom: 0
}

.s-menu2 .new-sbox .n-right .a1 img {
	width: 100%;
	transition: all .4s
}

.s-menu2 .new-sbox .n-right .a1:hover img {
	transform: scale(1.05)
}

.s-menu2 .n-right2 {
	width: auto;
	display: flex;
	padding: .4rem .7rem;
	border-left: 1px solid #f4f4f4
}

#index #main .r3 .r-main .home-pro {
	text-align: right;
	position: relative;
	margin-top: 0rem;
	z-index: 10;
	  min-height: 560px;
  }
  #index #main .r3 .r-main .home-pro > li{
	  position: absolute;
	  width: 100%;
	  z-index: 1;
	  opacity: 0;
	  visibility: hidden;
	  pointer-events: none;
	  transform: translateY(30px);
	  transition: all 0.8s ease-in-out;
  }
  #index #main .r3 .r-main .home-pro > li.on{
	  z-index: 3;
	  opacity: 1;
	  transform: none;
	  visibility: visible;
	  pointer-events: auto;
  }
  #index #main .r3 .r-main .home-pro > li .r-left {
	position: absolute;
	height: 100%;
	width: calc(100%/3);
	top: 0;
	left: 0;
	text-align: left;
  }
  #index #main .r3 .r-main .home-pro > li .r-left .msg-box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50px;
	left: 0;
  }
  #index #main .r3 .r-main .home-pro > li .r-left .msg-box > ul {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
  }
  #index #main .r3 .r-main .home-pro > li .r-left .msg-box > ul > li {
	padding: 0.1rem 0 20% 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 0.5s ease-out;
	transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
  }
  #index #main .r3 .r-main .home-pro > li .r-left .msg-box > ul > li > a {
	position: absolute;
	
	left: 0;
  }
  #index #main .r3 .r-main .home-pro > li .r-left .msg-box > ul > li.on {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
  }
  #index #main .r3 .r-main .home-pro > li .r-left .msg-box > ul > li.move {
	opacity: 1;
	visibility: visible;
	animation: fadeInUpSmall 1.2s ease-in-out forwards;
  }
  #index #main .r3 .r-main .home-pro > li .r-right {
	text-align: left;
	width: calc(200%/3);
	display: inline-block;
	position: relative;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-slider {
	width: calc(300%/4);
	margin: auto;
	position: relative;
	opacity: 0;
	transition: all 0.6s ease-out;
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-o-transform: translateY(20px);
	-ms-transform: translateY(20px);
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul > li {
	background: #ffffff;
	background-size: contain;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 30px;
	transform: scale(0.4) translateX(-90px);
	-webkit-transform: scale(0.4) translateX(-90px);
	-moz-transform: scale(0.4) translateX(-90px);
	-o-transform: scale(0.4) translateX(-90px);
	-ms-transform: scale(0.4) translateX(-90px);
	opacity: 0;
	pointer-events: none;
	z-index: 2;
	transition: all 0.7s cubic-bezier(0.18, 0.88, 0.23, 0.9);
	transform-origin: 0 50%;
	box-shadow: 0 23px 90px -10px rgba(29, 56, 75, 0.17);
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul > li .pic {
	width: calc(200%/3);
	position: relative;
	z-index: 10;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	top: 10%;
	height: 70%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul > li .type {
	letter-spacing: 30px;
	color: #eff3f6;
	z-index: 3;
	text-align: center;
	width: 90%;
	height: 90%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	line-height: 150px;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul > li .note {
	position: absolute;
	z-index: 5;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform-origin: 100% 50%;
	bottom: 8%;
	left: 50%;
	white-space: nowrap;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul > li .num {
	position: absolute;
	display: inline-block;
	width: calc(100%/6);
	text-align: center;
	bottom: 20px;
	right: 0;
	z-index: 5;
	  opacity: 0;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul > li.on {
	transform: scale(1) translateX(0px);
	-webkit-transform: scale(1) translateX(0px);
	-moz-transform: scale(1) translateX(0px);
	-o-transform: scale(1) translateX(0px);
	-ms-transform: scale(1) translateX(0px);
	pointer-events: auto;
	opacity: 1;
	z-index: 10;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul > li.on .pic {
	opacity: 1;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul > li.n1 {
	transform: scale(0.8) translateX(-30px);
	-webkit-transform: scale(0.8) translateX(-30px);
	-moz-transform: scale(0.8) translateX(-30px);
	-o-transform: scale(0.8) translateX(-30px);
	-ms-transform: scale(0.8) translateX(-30px);
	opacity: 0.8;
	z-index: 8;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul > li.n2 {
	transform: scale(0.6) translateX(-70px);
	-webkit-transform: scale(0.6) translateX(-70px);
	-moz-transform: scale(0.6) translateX(-70px);
	-o-transform: scale(0.6) translateX(-70px);
	-ms-transform: scale(0.6) translateX(-70px);
	opacity: 0.6;
	z-index: 7;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul > li.move {
	transform: scale(1) translateX(30px);
	-webkit-transform: scale(1) translateX(30px);
	-moz-transform: scale(1) translateX(30px);
	-o-transform: scale(1) translateX(30px);
	-ms-transform: scale(1) translateX(30px);
	pointer-events: none;
	opacity: 0;
	z-index: 7;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul > li.cur_move {
	transform: scale(1) translateX(0px);
	-webkit-transform: scale(1) translateX(0px);
	-moz-transform: scale(1) translateX(0px);
	-o-transform: scale(1) translateX(0px);
	-ms-transform: scale(1) translateX(0px);
	pointer-events: none;
	opacity: 1;
	z-index: 10;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-slider.go {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-slider.go > ul > li.on .pic {
	animation: fadeInDownSmall 0.8s ease;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page {
	position: absolute;
	right: 0;
	bottom: 0;
	width:100%;
	height: 100%;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ol {
	position: absolute;

	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	border-radius: 50px;

  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ol > li {
	display: block;
	margin-bottom: 30px;
	position: relative;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ol > li:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	background: linear-gradient(45deg, #79bd28 0%, #00653b 100%);
	border-radius: 50%;
	opacity: 0;
	transition: opacity 0.3s, transform 0.6s;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ol > li:last-of-type {
	margin-bottom: 0;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ol > li > span {
	display: inline-block;
	position: relative;
	z-index: 5;
	color: #7f8c94;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	line-height: 0.5rem;
	text-align: center;
	background-color: transparent;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	cursor: pointer;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ol > li.on:after {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	filter: blur(0px);
	box-shadow: 0 18px 43px -6px rgba(0, 101, 59, 0.6);
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ol > li.on > span {
	color: #fff;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ol > li:hover:after {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	filter: blur(0px);
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ol > li:hover > span {
	color: #fff;
  }

 
#index #main .r3 .r-main .home-pro > li .r-right .pro-page > ol {
	position: absolute;

	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	border-radius: 50px;

  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ul > li {
	display: block;
	margin-bottom: 30px;
	position: relative;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ul > li:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	background: linear-gradient(45deg, #79bd28 0%, #00653b 100%);
	border-radius: 50%;
	opacity: 0;
	transition: opacity 0.3s, transform 0.6s;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ul > li:last-of-type {
	margin-bottom: 0;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ul > li > span {
	display: inline-block;
	position: relative;
	z-index: 5;
	color: #7f8c94;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	line-height: 0.5rem;
	text-align: center;
	background-color: transparent;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	cursor: pointer;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ul > li.on:after {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	filter: blur(0px);
	box-shadow: 0 18px 43px -6px rgba(0, 101, 59, 0.6);
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ul > li.on > span {
	color: #fff;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ul > li:hover:after {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	filter: blur(0px);
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ul > li:hover > span {
	color: #fff;
  }
 
#index #main .r3 {
	position: relative;
	padding-bottom: 0;
  }
  #index #main .r3 .r-main {
	position: relative;
	z-index: 10;
  }
  #index #main .r3 .r-main .home-pro {
	text-align: right;
	position: relative;
	margin-top: 0rem;
	z-index: 10;
	  min-height: 560px;
  }
  #index #main .r3 .r-main .home-pro > li{
	  position: absolute;
	  width: 100%;
	  z-index: 1;
	  opacity: 0;
	  visibility: hidden;
	  pointer-events: none;
	  transform: translateY(30px);
	  transition: all 0.8s ease-in-out;
  }
  #index #main .r3 .r-main .home-pro > li.on{
	  z-index: 3;
	  opacity: 1;
	  transform: none;
	  visibility: visible;
	  pointer-events: auto;
  }
  #index #main .r3 .r-main .home-pro > li .r-left {
	position: absolute;
	height: 100%;
	width: calc(100%/3);
	top: 0;
	left: 0;
	text-align: left;
  }
  #index #main .r3 .r-main .home-pro > li .r-left .msg-box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
  }
  #index #main .r3 .r-main .home-pro > li .r-left .msg-box > ul {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
  }
  #index #main .r3 .r-main .home-pro > li .r-left .msg-box > ul > li {
	padding: 0.1rem 0 20% 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 0.5s ease-out;
	transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
  }
  #index #main .r3 .r-main .home-pro > li .r-left .msg-box > ul > li > a {
	position: absolute;
	
	left: 0;
  }
  #index #main .r3 .r-main .home-pro > li .r-left .msg-box > ul > li.on {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
  }
  #index #main .r3 .r-main .home-pro > li .r-left .msg-box > ul > li.move {
	opacity: 1;
	visibility: visible;
	animation: fadeInUpSmall 1.2s ease-in-out forwards;
  }
  #index #main .r3 .r-main .home-pro > li .r-right {
	text-align: left;
	width: calc(200%/3);
	display: inline-block;
	position: relative;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-slider {
	width: calc(300%/4);
	margin: auto;
	position: relative;
	opacity: 0;
	transition: all 0.6s ease-out;
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-o-transform: translateY(20px);
	-ms-transform: translateY(20px);
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul > li {
	background: #ffffff;
	background-size: contain;
	position: absolute;
	width: 100%;
	height: 100%;
	top: -60px;
	left: -60px;
	border-radius: 30px;
	transform: scale(0.4) translateX(-90px);
	-webkit-transform: scale(0.4) translateX(-90px);
	-moz-transform: scale(0.4) translateX(-90px);
	-o-transform: scale(0.4) translateX(-90px);
	-ms-transform: scale(0.4) translateX(-90px);
	opacity: 0;
	pointer-events: none;
	z-index: 2;
	transition: all 0.7s cubic-bezier(0.18, 0.88, 0.23, 0.9);
	transform-origin: 0 50%;
	box-shadow: 0 23px 90px -10px rgba(29, 56, 75, 0.17);
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul > li .pic {
	width: calc(200%/3);
	position: relative;
	z-index: 10;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	top: 10%;
	height: 70%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul > li .type {
	letter-spacing: 30px;
	color: #eff3f6;
	z-index: 3;
	text-align: center;
	width: 90%;
	height: 90%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	line-height: 150px;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul > li .note {
	position: absolute;
	z-index: 5;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform-origin: 100% 50%;
	bottom: 8%;
	left: 50%;
	white-space: nowrap;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul > li .num {
	position: absolute;
	display: inline-block;
	width: calc(100%/6);
	text-align: center;
	bottom: 20px;
	right: 0;
	z-index: 5;
	  opacity: 0;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul > li.on {
	transform: scale(1) translateX(0px);
	-webkit-transform: scale(1) translateX(0px);
	-moz-transform: scale(1) translateX(0px);
	-o-transform: scale(1) translateX(0px);
	-ms-transform: scale(1) translateX(0px);
	pointer-events: auto;
	opacity: 1;
	z-index: 10;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul > li.on .pic {
	opacity: 1;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul > li.n1 {
	transform: scale(0.8) translateX(-30px);
	-webkit-transform: scale(0.8) translateX(-30px);
	-moz-transform: scale(0.8) translateX(-30px);
	-o-transform: scale(0.8) translateX(-30px);
	-ms-transform: scale(0.8) translateX(-30px);
	opacity: 0.8;
	z-index: 8;
	margin-left: 230px;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul > li.n2 {
	transform: scale(0.6) translateX(-70px);
	-webkit-transform: scale(0.6) translateX(-70px);
	-moz-transform: scale(0.6) translateX(-70px);
	-o-transform: scale(0.6) translateX(-70px);
	-ms-transform: scale(0.6) translateX(-70px);
	opacity: 0.6;
	z-index: 7;
	margin-left: 450px;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul > li.move {
	transform: scale(1) translateX(30px);
	-webkit-transform: scale(1) translateX(30px);
	-moz-transform: scale(1) translateX(30px);
	-o-transform: scale(1) translateX(30px);
	-ms-transform: scale(1) translateX(30px);
	pointer-events: none;
	opacity: 0;
	z-index: 7;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul > li.cur_move {
	transform: scale(1) translateX(0px);
	-webkit-transform: scale(1) translateX(0px);
	-moz-transform: scale(1) translateX(0px);
	-o-transform: scale(1) translateX(0px);
	-ms-transform: scale(1) translateX(0px);
	pointer-events: none;
	opacity: 1;
	z-index: 10;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-slider.go {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-slider.go > ul > li.on .pic {
	animation: fadeInDownSmall 0.8s ease;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page {
	position: absolute;
	left: -410px;
    top: 320px;
    
    height: 40px;

  }


  #index #main .r3 .r-main .home-pro > li .r-right .pro-page .n-prev 
  {
	position: absolute;

	left: -46px;
	top: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    height: 36px;
    text-align: center;
    margin-left: 10px;
	margin-top: -18px;
    width: 36px;
    float: left;
    display: inline;
    border-radius: 50%;
    background-color: #009d4f;

  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page .n-prev.disabled , #index #main .r3 .r-main .home-pro > li .r-right .pro-page .n-next.disabled {
    background-color: #919aa4;
}

  #index #main .r3 .r-main .home-pro > li .r-right .pro-page .n-next
  {
	position: absolute;

	right: -26px;
	top: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    height: 36px;
    text-align: center;
    margin-left: 10px;
	margin-top: -18px;
    width: 36px;
    float: left;
    display: inline;
    border-radius: 50%;
    background-color: #009d4f;

  }

  #index #main .r3 .r-main .home-pro > li .r-right .pro-page .n-prev i,
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page .n-next i
  {
    font-size: 26px;
    text-align: center;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
	cursor: pointer;
}

  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ol {
	position: absolute;

	left: 50%;
	top: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	border-radius: 36px;

  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ol > li {
	display: block;
	margin-bottom: 30px;
	position: relative;
	width: 5px;
    height: 5px;
    float: left;
    margin-right: 16px;
    border-radius: 36px;
	background: #009b4c;
	cursor: pointer;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ol > li:after {
	content: "";
	position: absolute;
	width: 15px;
    height: 5px;
	top: 0;
	left: 0;
	z-index: 3;
	background: linear-gradient(45deg, #009b4c 0%, #00653b 100%);
	border-radius: 36px;
	opacity: 0;
	transition: opacity 0.3s, transform 0.6s;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);



  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ol > li:last-of-type {
	margin-bottom: 0;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ol > li > span {
	display: inline-block;
	position: relative;
	z-index: 5;
	color: #7f8c94;
    width: 5px;
    height: 5px;
	border-radius: 36px;
	line-height: 0.5rem;
	text-align: center;
	background-color: transparent;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	cursor: pointer;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ol > li.on:after {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	filter: blur(0px);
	box-shadow: 0 18px 43px -6px rgba(0, 101, 59, 0.6);
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ol > li.on > span {
	color: #fff;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ol > li:hover:after {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	filter: blur(0px);
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ol > li:hover > span {
	color: #fff;
  }




  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ol {
	position: absolute;

	left: 50%;
	top: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	border-radius: 36px;

  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ul > li {
	display: block;
	margin:0 0 30px  10px;
	position: relative;
	width: 16px;
    height: 6px;
    float: left;
    margin-right: 16px;
    border-radius: 36px;
	background: #009b4c;
	cursor: pointer;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ul > li:after {
	content: "";
	position: absolute;
	width: 32px;
    height: 6px;
	top: 0;
	left: 0;
	z-index: 3;
	background: linear-gradient(45deg, #009b4c 0%, #00653b 100%);
	border-radius: 36px;
	opacity: 0;
	transition: opacity 0.3s, transform 0.6s;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);



  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ul > li:last-of-type {
	margin-bottom: 0;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ul > li > span {
	display: inline-block;
	position: relative;
	z-index: 5;
	color: #7f8c94;
    width: 5px;
    height: 5px;
	border-radius: 36px;
	line-height: 0.5rem;
	text-align: center;
	background-color: transparent;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	cursor: pointer;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ul > li.on:after {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	filter: blur(0px);
	box-shadow: 0 18px 43px -6px rgba(0, 101, 59, 0.6);
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ul > li.on > span {
	color: #fff;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ul > li:hover:after {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	filter: blur(0px);
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ul > li:hover > span {
	color: #fff;
  }


  #index .row.r3 .title{
	  opacity: 0;pointer-events: none;
  }
  #index #main .r3 .r-main .pro-tab {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	display: flex;
	justify-content: flex-start;
  }
  #index #main .r3 .r-main .pro-tab > li {
	text-align: left;
	position: relative;
	width: 20%;
	overflow: hidden;
  }
  #index #main .r3 .r-main .pro-tab > li > i {
	display: block;
	position: relative;
	z-index: 10;
	width: 0.64rem;
	height: 0.64rem;
	border-radius: 50%;
	line-height: 0.64rem;
	text-align: center;
	background-color: transparent;
  }
  #index #main .r3 .r-main .pro-tab > li > i > img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	height: 28px;
  }
  #index #main .r3 .r-main .pro-tab > li > i:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 300px;
	height: 1px;
	left: 120%;
	background-color: #b3bfc3;
  }
  #index #main .r3 .r-main .pro-tab > li > span {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	width: 64px;
	text-align: center;
	transform: translateY(-14px);
	-webkit-transform: translateY(-14px);
	-moz-transform: translateY(-14px);
	-o-transform: translateY(-14px);
	-ms-transform: translateY(-14px);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	font-weight: bold;
  }
  #index #main .r3 .r-main .pro-tab > li:after {
	content: "";
	position: absolute;
	z-index: 3;
	width: 0.64rem;
	height: 0.64rem;
	border-radius: 50%;
	line-height: 0.64rem;
	text-align: center;
	background-color: #fff;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
  }
  #index #main .r3 .r-main .pro-tab > li.on:after,
  #index #main .r3 .r-main .pro-tab > li:hover:after {
	opacity: 1;
	transition-delay: 0.2s;
  }
  #index #main .r3 .r-main .pro-tab > li.on > span,
  #index #main .r3 .r-main .pro-tab > li:hover > span {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
  }
  #index #main .r3 .r-main .pro-tab > div {
	position: relative;
  }
  #index #main .r3 .r-main .pro-tab > div .type-more {
	position: absolute;
	top: 8px;
	left: 10px;
	box-shadow: 0 23px 90px -10px rgba(29, 56, 72, 0.2);
	color: #333;
  }
  #index #main .r3 .r-main .pro-tab > div .type-more:after {
	background: #fff;
  }
  #index #main .r3 .r-main .pro-tab > div .type-more:before {
	border-color: #fff;
  }
  #index #main .r3 .bg {
	position: absolute;
	height: 88%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 3;
	
  }


  #water{
	display: none;
}

@media screen and (max-width:600px){

	.product-overview .tab .tab-nav li {
		display: inline-block;
		width: 24%;
	}

    #index .row.r3 .title{opacity: 1;}
    #water{
        width: 42vw;
    }
	#water{
		display: none;
	}

    #index #top{
        height: 68vh;
    }
    #index .row{padding-bottom: 0.36rem;}
    #index .webGL-slider .pagination{
        top: auto;transform: none;bottom: 0;
    }
    .webGL-slider a.move-prev,.webGL-slider a.move-next{
        display: none;
    }
    .indexBanner .scr,#index #main .r1 .r-main .wid-50 .con .pic_child,#index #main .r1 .r-main .bg2,#index #main .r1 .bg{display: none;}

    #index #main .r3 .r-main .home-pro > li .r-left,#index #main .r3 .r-main .pro-tab > li > i:after{
        display: none;
    }
    #index #main .r3 .r-main .home-pro > li .r-right{
        width: 100%;
    }
    #index #main .r3 .r-main .home-pro > li .r-right .pro-slider{
        width: 100%;
    }
    #index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul > li .type{
        font-size: 40px;line-height: 1.6;
    }
    #index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul > li .note{
        transform: rotate(90deg) scale(0.7);;
    }
    #index #main .r3 .r-main .home-pro > li .r-right .pro-page{
        width: 100%;height: 40px;bottom: -74px;
    }
    #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ol{
        width: 60%;display: flex;justify-content: space-between;align-items: center;
    }
    #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ol > li{
        display: inline-block;margin-bottom: 0;
    }
    #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ol > li > span{
        width: 36px;height: 36px;line-height: 36px;
    }
    #index #main .r3 .r-main .home-pro{margin-top: 128px;min-height: 350px;}
    #index #main .r3 .r-main .pro-tab{
        width: 100%;top: 70px;justify-content: space-around;
    }
    #index #main .r3 .r-main .pro-tab > li > i{
        width: 50px;height: 50px;line-height: 50px;margin-right: 0;
        display: inline-block;
    }
    #index #main .r3 .r-main .pro-tab > li:after{
        width: 50px;height: 50px;line-height: 50px;right: 0;;margin: auto;
    }
    #index #main .r3 .r-main .pro-tab > li > span{
        width: 50px;
    }
    #index #main .r3 .bg{
        height: 52%;
    }
    #index #main .r3 .r-main .pro-tab > li{margin-bottom: 0px;text-align: center;}
    #index #main .r3 .r-main .pro-tab > div{
        display: none;
    }
}

.webGL-slider {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	z-index: 5;
  }
  .webGL-slider > img {
	width: 100%;
	max-width: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
  }
  .webGL-slider canvas {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	transform-origin: 50% 50%;
  }
  .webGL-slider .pagination {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5vw;
	z-index: 6;
  }
  .webGL-slider .pagination:after {
	  content: "";
	  position: absolute;
	  top: 10px;
	  left: 45px;
	  width: 2px;
	  height: calc(100% - 20px);
	  background-color: #ffffff;
  }
  .webGL-slider .pagination > [data-slide] {
	  display: block;
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
	  border: 0;
	  width: 16px;
	  height: 16px;
	  background-color: transparent;
	  text-align: center;
	  color: rgba(255, 255, 255, 0.5);
	  font-size: 16px;
	  border-radius: 100%;
	  padding: 0;
	  cursor: pointer;
	  position: relative;
	  opacity: 1;
	  transition: opacity 0.2s ease-in-out;
	  outline: none;
	  padding-bottom: 80px;
  }
  .webGL-slider .pagination > [data-slide] > span {
	  position: absolute;
	  top: 0;
	  height: 2px;
	  width: 15px;
	  background-color: rgba(255, 255, 255, 0.3);
	  left: 30px;
  }
  .webGL-slider .pagination > [data-slide] > span:nth-of-type(1) {
	  width: 25px;
	  top: 10px;
	  left: 20px;
  }
  .webGL-slider .pagination > [data-slide] > span:nth-of-type(2) {
	  top: 18px;
  }
  .webGL-slider .pagination > [data-slide] > span:nth-of-type(3) {
	  top: 26px;
  }
  .webGL-slider .pagination > [data-slide] > span:nth-of-type(4) {
	  top: 34px;
  }
  .webGL-slider .pagination > [data-slide] > span:nth-of-type(5) {
	  top: 42px;
  }
  .webGL-slider .pagination > [data-slide] > span:nth-of-type(6) {
	  top: 50px;
	  width: 20px;
	  left: 25px;
  }
  .webGL-slider .pagination > [data-slide] > span:nth-of-type(7) {
	  top: 58px;
  }
  .webGL-slider .pagination > [data-slide] > span:nth-of-type(8) {
	  top: 66px;
  }
  .webGL-slider .pagination > [data-slide] > span:nth-of-type(9) {
	  top: 74px;
  }
  .webGL-slider .pagination > [data-slide] > span:nth-of-type(10) {
	  top: 82px;
  }
  .webGL-slider .pagination > [data-slide].lat {
	  padding-bottom: 22px;
  }
  .webGL-slider .pagination > [data-slide].lat > span {
	  display: none;
  }
  .webGL-slider .pagination > [data-slide].lat > span:nth-of-type(1) {
	  display: inline-block;
	  width: 25px;
	  top: 10px;
	  left: 20px;
  }
  .webGL-slider .pagination > [data-slide].lat2 > span:after{
	  content: "";position: absolute;
	  width: 100%;height: 100%;background-color: #fff;
	  top: 0;left: 0;
  }
  .webGL-slider .pagination > [data-slide]:nth-of-type(2).go {
	  color: #ffffff;
  }
  .webGL-slider .pagination > [data-slide]:nth-of-type(2).go > span {
	  background-color: #ffffff;
	  transition: all 0.3s ease-out;
	  -webkit-transition: all 0.3s ease-out;
	  -moz-transition: all 0.3s ease-out;
	  -o-transition: all 0.3s ease-out;
	  -ms-transition: all 0.3s ease-out;
  }
  .webGL-slider .pagination > [data-slide]:nth-of-type(2).go > span:nth-of-type(1) {
	  transition-delay: 0s;
  }
  .webGL-slider .pagination > [data-slide]:nth-of-type(2).go > span:nth-of-type(2) {
	  transition-delay: 0.4s;
  }
  .webGL-slider .pagination > [data-slide]:nth-of-type(2).go > span:nth-of-type(3) {
	  transition-delay: 0.8s;
  }
  .webGL-slider .pagination > [data-slide]:nth-of-type(2).go > span:nth-of-type(4) {
	  transition-delay: 1.2s;
  }
  .webGL-slider .pagination > [data-slide]:nth-of-type(2).go > span:nth-of-type(5) {
	  transition-delay: 1.6s;
  }
  .webGL-slider .pagination > [data-slide]:nth-of-type(2).go > span:nth-of-type(6) {
	  transition-delay: 2.0s;
  }
  .webGL-slider .pagination > [data-slide]:nth-of-type(2).go > span:nth-of-type(7) {
	  transition-delay: 2.4s;
  }
  .webGL-slider .pagination > [data-slide]:nth-of-type(2).go > span:nth-of-type(8) {
	  transition-delay: 2.8s;
  }
  .webGL-slider .pagination > [data-slide]:nth-of-type(2).go > span:nth-of-type(9) {
	  transition-delay: 3.2s;
  }
  .webGL-slider .pagination > [data-slide]:nth-of-type(2).go > span:nth-of-type(10) {
	  transition-delay: 3.6s;
  }
  .webGL-slider .pagination > [data-slide].on {
	  color: #ffffff;
  }
  .webGL-slider .pagination > [data-slide].on > span {
	  background-color: #ffffff;
	  transition: all 0.3s ease-out;
	  -webkit-transition: all 0.3s ease-out;
	  -moz-transition: all 0.3s ease-out;
	  -o-transition: all 0.3s ease-out;
	  -ms-transition: all 0.3s ease-out;
  }
  .webGL-slider .pagination > [data-slide].on > span:nth-of-type(1) {
	  transition-delay: 0s;
  }
  .webGL-slider .pagination > [data-slide].on > span:nth-of-type(2) {
	  transition-delay: 0.4s;
  }
  .webGL-slider .pagination > [data-slide].on > span:nth-of-type(3) {
	  transition-delay: 0.8s;
  }
  .webGL-slider .pagination > [data-slide].on > span:nth-of-type(4) {
	  transition-delay: 1.2s;
  }
  .webGL-slider .pagination > [data-slide].on > span:nth-of-type(5) {
	  transition-delay: 1.6s;
  }
  .webGL-slider .pagination > [data-slide].on > span:nth-of-type(6) {
	  transition-delay: 2.0s;
  }
  .webGL-slider .pagination > [data-slide].on > span:nth-of-type(7) {
	  transition-delay: 2.4s;
  }
  .webGL-slider .pagination > [data-slide].on > span:nth-of-type(8) {
	  transition-delay: 2.8s;
  }
  .webGL-slider .pagination > [data-slide].on > span:nth-of-type(9) {
	  transition-delay: 3.2s;
  }
  .webGL-slider .pagination > [data-slide].on > span:nth-of-type(10) {
	  transition-delay: 3.6s;
  }
  .webGL-slider a.move-prev {
	position: absolute;
	bottom: 100%;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	margin: 0;
	color: #fff;
	background-color: transparent;
	font-size: 24px;
	opacity: 0.6;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
  }
  .webGL-slider a.move-prev:hover {
	opacity: 1;
  }
  .webGL-slider a.move-next {
	position: absolute;
	top: 100%;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	margin: 0;
	color: #fff;
	background-color: transparent;
	font-size: 24px;
	opacity: 0.6;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
  }
  .webGL-slider a.move-next:hover {
	opacity: 1;
  }
/*滚动动画的样式*/
/*.disable-hover {*/
  /*pointer-events: none;*/
/*}*/
.scroll-animate.animated {
  visibility: hidden;
}
.font-fadeIn font {
  display: inline-block;
  min-width: 12px;
}
.scrolly {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}



#index2 #main2 .r2 {
	padding-bottom: 1rem;
  }
  #index .r2 .title{position: relative;}
  #index .r2 .title >a{
	  display: inline-block;
	  height: 24px;
	  line-height: 24px;
	  position: absolute;
	  right: 0;bottom: 14px;
  }
  #index .r2 .title >a > i{
	  display: inline-block;
	  width: 24px;
	  height: 24px;
	  border-radius: 50%;
	  line-height: 24px;
	  background: linear-gradient(45deg, #79bd28 0%, #00653b 100%);
	  font-size: 14px;
	  color: #fff;
	  text-indent: 6px;
	  vertical-align: top;
	  box-shadow: 0 2px 10px -2px rgba(0, 101, 59, 0.6)
  }
  #index2 #main2 .r2 .r-main .new-box {
	border-radius: 30px;
	background-color: #fff;
	position: relative;
	margin-top: 46px;
	box-shadow: 0 23px 90px -5px rgba(29, 56, 72, 0.17);
  }
  #index2 #main2 .r2 .r-main .new-box .new-list {
	position: relative;
	width: 100%;
  }
  #index2 #main2 .r2 .r-main .new-box .new-list .fl {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	border-top-left-radius: 30px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 0px;
	overflow: hidden;
  }
  #index2 #main2 .r2 .r-main .new-box .new-list .fl .pic-list {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transition: opacity 0.5s ease-in-out, transform 1.6s ease-in-out;
  }
  #index2 #main2 .r2 .r-main .new-box .new-list .fl .pic-list .con {
	position: absolute;
	top: 0.4rem;
	width: 68%;
	left: 0.4rem;
	z-index: 5;
  }
  #index2 #main2 .r2 .r-main .new-box .new-list .fl .pic-list .con .date {
	display: inline-block;
	vertical-align: top;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	font-family: word;
  }
  #index2 #main2 .r2 .r-main .new-box .new-list .fl .pic-list .con .date > b {
	color: #fff;
	font-weight: 500;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	font-family: word;
  }
  #index2 #main2 .r2 .r-main .new-box .new-list .fl .pic-list .pic {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-top-left-radius: 30px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
  }
  #index2 #main2 .r2 .r-main .new-box .new-list .fl .pic-list.on {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	opacity: 1;
	pointer-events: auto;
	z-index: 2;
  }
  #index2 #main2 .r2 .r-main .new-box .new-list .fl .pic-list.moveIn {
	visibility: visible;
	opacity: 1;
	z-index: 6;
	animation: scaleIn 1s ease-in-out;
  }
  #index2 #main2 .r2 .r-main .new-box .new-list .fr {
	padding: 0.5rem 0.6rem;
	float: none;
	margin-left: 50%;
	border-top-left-radius: 0px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 30px;
  }
  #index2 #main2 .r2 .r-main .new-box .new-list .fr > ul > li {
	height: 0.8rem;
	line-height: 0.8rem;
	padding-left: 8px;
	position: relative;
	border-bottom: 1px solid #eee;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
  }
  #index2 #main2 .r2 .r-main .new-box .new-list .fr > ul > li span {
	display: inline-block;
	vertical-align: top;
	height: 0.8rem;
	line-height: 0.74rem;
	width: 110px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	font-family: word;
  }
  #index2 #main2 .r2 .r-main .new-box .new-list .fr > ul > li span > b {
	color: #333;
	font-weight: 500;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	font-family: word;
  }
  #index2 #main2 .r2 .r-main .new-box .new-list .fr > ul > li a {
	height: 0.8rem;
	line-height: 0.8rem;
	vertical-align: top;
	display: inline-block;
	width: calc(100% - 120px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000;
	font-weight: bold;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
  }
  #index2 #main2 .r2 .r-main .new-box .new-list .fr > ul > li:last-of-type {
	border: none;
  }
  #index2 #main2 .r2 .r-main .new-box .new-list .fr > ul > li:after {
	content: "";
	position: absolute;
	width: 0.6rem;
	height: 2px;
	background-color: #00653b;
	right: calc(100% + 0.2rem);
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-o-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
  }
  #index2 #main2 .r2 .r-main .new-box .new-list .fr > ul > li:hover {
	padding-left: 0;
  }
  #index2 #main2 .r2 .r-main .new-box .new-list .fr > ul > li:hover span {
	color: #00653b;
  }
  #index2 #main2 .r2 .r-main .new-box .new-list .fr > ul > li:hover span b {
	color: #00653b;
  }
  #index2 #main2 .r2 .r-main .new-box .new-list .fr > ul > li:hover a {
	color: #00653b;
  }
  #index2 #main2 .r2 .r-main .new-box .new-list .fr > ul > li:hover:after {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
  }
  #index2 #main2 .r2 .r-main .new-box .new-list .new-more {
	position: absolute;
	bottom: -0.2rem;
	left: 0.4rem;
	z-index: 10;
  }
  #index2 #main2 .r2 .r-main .new-box .new-tab {
	  position: absolute;
	  right: 148px;
	  bottom: calc(100% + 46px);
	  display: flex;
	  justify-content: center;
  }
  #index2 #main2 .r2 .r-main .new-box .new-tab > a {
	height: 50px;
	line-height: 50px;
	margin: 0 26px;
	color: #a2bccc;
	font-size: 22px;
  }
  #index2 #main2 .r2 .r-main .new-box .new-tab > li {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	position: relative;
	margin: 0 12px;
	cursor: pointer;
  }
  #index2 #main2 .r2 .r-main .new-box .new-tab > li span {
	position: relative;
	z-index: 3;
	color: #a2bccc;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
  }
  #index2 #main2 .r2 .r-main .new-box .new-tab > li:after {
	content: "";
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background: linear-gradient(45deg, #79bd28 0%, #00653b 100%);
	border-radius: 50%;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transition: opacity 0.3s, transform 0.8s;
  }
  #index2 #main2 .r2 .r-main .new-box .new-tab > li.on span {
	color: #fff;
  }
  #index2 #main2 .r2 .r-main .new-box .new-tab > li.on:after {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	filter: blur(0px);
	box-shadow: 0 18px 43px -6px rgba(0, 101, 59, 0.6);
  }
  #index2 #main2 .r2 .r-main .new-box .new-tab > li:hover span {
	color: #fff;
  }
  #index2 #main2 .r2 .r-main .new-box .new-tab > li:hover:after {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	filter: blur(0px);
  }


  .game-section h2{
	
	margin-bottom:48px;padding-bottom:16px;font-size:18px;line-height:26px;font-weight:700;position:relative;text-transform:capitalize}
  .game-section h3{margin:0 0 10px;font-size:22px;line-height:32px}
  .line-title{position:relative;width:100%; color: #fff;margin-top: 70px;}
  .line-title::before,.line-title::after{content:"";position:absolute;bottom:0;left:0;height:4px;border-radius:2px}
  .line-title::before{width:100%;background:#f2f2f2}
  .line-title::after{width:82px;background:#009d4f}
  .game-section{padding:60px 50px}.game-section .owl-stage{margin:15px 0;display:flex;display:-webkit-flex}
  .game-section .item{margin:0 15px 60px;width:320px;height:400px;display:flex;display:-webkit-flex;align-items:flex-end;-webkit-align-items:flex-end;background:#fff no-repeat center center / cover;border-radius:16px;overflow:hidden;position:relative;transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;cursor:pointer}
  .game-section .item.active{width:500px;box-shadow:12px 40px 40px rgba(255, 255, 255, 0.25);-webkit-box-shadow:12px 40px 40px rgba(0,0,0,0.25)}
  .game-section .item:after{content:"";display:block;position:absolute;height:100%;width:100%;left:0;top:0;background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1))}.game-section .item-desc{padding:0 24px 12px;color:#fff;position:relative;z-index:1;overflow:hidden;transform:translateY(calc(100% - 54px));-webkit-transform:translateY(calc(100% - 54px));transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out}
  .game-section .item.active .item-desc{transform:none;-webkit-transform:none}.game-section .item-desc p{opacity:0;-webkit-transform:translateY(32px);transform:translateY(32px);transition:all .4s ease-in-out .2s;-webkit-transition:all .4s ease-in-out .2s}
  .game-section .item.active .item-desc p{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
  .game-section .owl-theme.custom-carousel .owl-dots{margin-top:-20px;position:relative;z-index:5}
  @media(min-width:992px) and (max-width:1199px){h2{margin-bottom:32px}h3{margin:0 0 8px;font-size:24px;line-height:32px}.game-section{padding:50px 30px}.game-section .item{margin:0 12px 60px;width:260px;height:360px}
  .game-section .item.active{width:400px}.game-section .item-desc{transform:translateY(calc(100% - 46px));-webkit-transform:translateY(calc(100% - 46px))}}
  @media(min-width:768px) and (max-width:991px){h2{margin-bottom:32px}h3{margin:0 0 8px;font-size:24px;line-height:32px}
  .line-title{width:330px}.game-section{padding:50px 30px 40px}
  .game-section .item{margin:0 12px 60px;width:240px;height:330px}.game-section .item.active{width:360px}.game-section .item-desc{transform:translateY(calc(100% - 42px));-webkit-transform:translateY(calc(100% - 42px))}}@media(max-width:767px){body{font-size:14px}h2{margin-bottom:20px}h3{margin:0 0 8px;font-size:19px;line-height:24px}.line-title{width:250px}.game-section{padding:30px 15px 20px}.game-section .item{margin:0 10px 40px;width:200px;height:280px}.game-section .item.active{width:270px;box-shadow:6px 10px 10px rgba(0,0,0,0.25);-webkit-box-shadow:6px 10px 10px rgba(0,0,0,0.25)}
  .game-section .item-desc{padding:0 14px 5px;transform:translateY(calc(100% - 42px));-webkit-transform:translateY(calc(100% - 42px))}}

  
 .game-section .owl-theme.custom-carousel .owl-nav{
    position: absolute;
    bottom: 0;
    right: 47.5%;
    display: block;
}

  .game-section .owl-theme.custom-carousel .owl-nav .owl-prev {
	height: 36px;    text-align: center;
    width: 36px;float: left;display:inline;	border-radius: 50%; background-color: #009d4f;
}
  .game-section .owl-theme.custom-carousel .owl-nav i{
	font-size: 26px;
	text-align:center;
	color:#fff;
	width: 36px;height: 36px;
	line-height: 36px;
}

  .game-section .owl-theme.custom-carousel .owl-nav .owl-next {
	height: 36px;    text-align: center;margin-left: 10px;
    width: 36px;float: left;display:inline;	border-radius: 50%;background-color: #009d4f;
}

  .game-section .owl-theme.custom-carousel .owl-nav .disabled{
	background-color: #919aa4;
}

  .game-section .owl-theme.custom-carousel .owl-dots {
	position: absolute;
	bottom: 142px;
	right: 50%
}

  .game-section .owl-theme.custom-carousel  .owl-dots .owl-dot {
	float: left;
	position: relative;
	z-index: 1;
	margin: 18px 5px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	display:inline;
	border: 2px solid #009d4f;
	opacity: 0.7;
}

  .game-section .owl-theme.custom-carousel  .owl-dots .owl-dot.active {
	background-color: #009d4f;
	position: relative;
	margin: 18px 6px;
	width: 11px;
	height: 11px;
	opacity: 1;
}

  .game-section .owl-theme.custom-carousel  .owl-dots .owl-dot.active::after {
	position: absolute;
	width: 25px;
	height: 25px;
	z-index: 1;
	content: "";
	border: 2px solid #009d4f;
	left: -9px;
	top: -9px;
	border-radius: 50%;
	text-align: center
}
#portfolio-area {
	padding:110px 0 155px;
	
}
.portfolio-wrap {
	-webkit-box-shadow:0 0 30px rgba(0,0,0,0.1);
	box-shadow:0 0 30px rgba(0,0,0,0.1);
	padding:30px;
	border-radius:30px;
	background-color:#fff
}
.portfolio-details h4 {
	font-weight:700;
	color:#009d4f;
	margin:0 0 5px
}
.portfolio-details h6 {
	font-weight:600;
	color:#fff;
	background-color:#130f40;
	padding:2px 12px;
	display:inline-block;
	border-radius:4px;
	margin:0 0 15px;
	font-size:13px;
	line-height:23px;
	letter-spacing:1px
}
.portfolio-details ul li {
	display:block;
	font-size:14px;
	line-height:24px;
	padding:2px 0;
	font-weight:500;
	color:#130f40;
}
.portfolio-details ul li span {
	font-weight:700;
	padding-right:4px;
}
.portfolio-details a {
	display:inline-block;
	
	font-weight:600;
	
	margin:20px 0 0;
}





.portfolio-carousel.owl-carousel .owl-dots {
	position:absolute;
	left:0;
	bottom:-70px;
	width:100%;
	text-align:center
}
.portfolio-carousel.owl-carousel .owl-dot {
	background-color:#009d4f;	
	outline:0;
	margin:0 2px;
	display: inline-block;

	width: 40px;
    height: 6px;
  
    margin-right: 16px;
    border-radius: 36px;
	opacity: 0.7;
}
.portfolio-carousel.owl-carousel .owl-dot.active {
	
    background-color: #009d4f;	border-radius: 36px;
	

	width:80PX; height: 6px;
	opacity: 1;
}

.home-news-l{margin-right:10px}
.home-news-r{margin-left:10px}
.home-news-h .media-img {position:relative;}
.home-news-h .media-img .post-title{background:#fff;bottom:-30px;left:30px;width:65%;padding:20px;position:absolute;color:#333;transition:0.5s;box-shadow:0 5px 15px 0 rgba(0,0,0,0.06)}
.home-news-h .media-img:hover .post-title {bottom:30px;}
.home-news-h .media-img .post-title h3 a {color:#333;font-size:18px;font-weight:600;line-height:28px;display:block;}
/* .home-news-h .media-img:hover .post-title h3 a {color:#FFF;} */
.home-news-h .button{margin-top:1rem;width:48px;line-height:28px;font-size:18px;background:#d8d8d8;color:#fff}
.home-news-h .media-img:hover .button{background:#009882;color:#fff;}

.home-news-c:hover{box-shadow:0 3px 8px 0 rgba(0,0,0,0.03);}
.home-news-c .news-time{margin:20px 15px 0 0px;border-right:2px solid #eee;padding:0}
.home-news-c .news-time .text-large{font-size:42px;line-height:48px;}
.home-news-c .news-title{margin-top:20px;margin-left:15px;      min-height: 73px;}
.home-news-c .news-title h2 a{font-weight:600;font-size:18px;margin-bottom:10px;display:block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.home-news-c:hover .news-title h2 a{color:#009882}
.home-news-c .news-title h2 {
    margin-bottom: 0;
}
.img-new-w {
    max-height: 95px;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
	
}
.img-responsiver{
    display: block;
    max-width: 100%;
    height: auto;
	margin: 10px;
}


img {
    border: 0;
    vertical-align: bottom;
}
.floatleft{    float: left;}

.blank-big {
    height: 50px;
    line-height: 50px;
    clear: both;
    font-size: 0;
}


.channel-banner {height:350px;position:relative;background-repeat:no-repeat;background-position:center center;background-size:cover;margin:0;padding:0;}
.channel-banner .banner-info {position:absolute;top:50%;margin-top:-50px;left:0;right:0;z-index:3}
.channel-banner .banner-info h3{font-size:40px;font-weight:600;position:relative;margin-bottom:30px}
.channel-banner .banner-info h3:before {left:50%;margin-left:-15px;bottom:-10px;width:30px;height:3px;background:#009d4f;content:'';display:block;position:absolute;}
.channel-banner .banner-info p{font-size:36px;}

.faq-singular .faq-question:before{
	content: "";
	display: none;
}

.faq-singular.active .faq-question:after{

	content: "";
	display: none;
}
.faqs-container .faq-singular .faq-question svg {
	display: inline-block;
	fill: #363636;
	float: right;
}
.faqs-container .faq-singular .faq-question .faq-answer a {
	
	color: #363636;

}


.faqs-container .faq-singular .faq-question svg {

transition: .3s;
width: .24rem;
height: .24rem;
}


.faqs-container .faq-singular.active .faq-question svg {
    fill: #fff;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.faqs-container .faq-singular.active {
		border-radius: 10px 10px 0 0;
	}


	.xys-style-margin-right30{ margin-right: 30px;}
	.xys-style-bgc{background: #fff;padding: 10px;float: left;
	
	}


	.home-five.gallery-area {
	
		display: block;
		
	}
	.home-five.gallery-area-mob {

		display: none;
	
	}
	
	@media (min-width: 480px) and (max-width: 599px) {
		.hero-area2 {
			height: 1020px;
			padding-top: 0px;
		}
	}
	.home-footer-bottom-content{display: block;}


	.products-bg  .game-section{
		display: none;
	}
	

	.home-footer-shubiao-con {
	
		display: block;
	}


	.portfolio-carousel .owl-nav {
		position: absolute;
		bottom: 50%;
		right: 0;
		display: block;
		width: 100%;
	}
	
	.portfolio-carousel  .owl-nav .owl-prev {
		height: 36px;    text-align: center;
		width: 36px;float: left;display:inline;	border-radius: 50%; background-color: #009d4f;
	}
	.portfolio-carousel  .owl-nav i{
		font-size: 26px;
		text-align:center;
		color:#fff;
		width: 36px;height: 36px;
		line-height: 36px;
	}
	
	.portfolio-carousel  .owl-nav .owl-next {
		height: 36px;    text-align: center;margin-left: 10px;
		width: 36px;float: right;display:inline;	border-radius: 50%;background-color: #009d4f;
	}
	
	.portfolio-carousel  .owl-nav .disabled{
		background-color: #919aa4;
	}
	
	.page-field .swiper-container{ padding-top: 160px; padding-bottom: 200px; overflow:hidden;}

	.yfzxclass{display: none;}
/* 手机端 */
@media (max-width:768px){
	.page-field .swiper-container{ padding-top: 70px; padding-bottom: 80px; overflow:hidden;}
	.yfzxclass{display: block;}

	.portfolio-carousel .owl-nav {
		
		display: none;
		
	}

	.home-footer-shubiao-con {
	
		display: none;
	}

	.hero-area2 {
	
		padding-top: 0px !important;
	}
	.hero-area2_2 {
		
		padding-top: 0px !important;
		
	}

	.home-five.hero-area {
		
		padding-top: 0px !important;
		
	}


	.aboutbg-area {
		margin-top: -20px;
		padding-top: 100px !important;
		
	}
	
	.c-home-public-box .c-main .c-home-public-list>li:first-child .public-box {
		padding-top: 100px !important;
	}

	.cdmo-bg{
		padding-top: 0px !important;
	}
	.kepu_bg{
		padding-top: 0px !important;
	}
	.newbox_bg{
		padding-top: 0px !important;
	}
	.yfzx_bg{
		padding-top: 100px !important;
	}
	.hzjl_bg{
		padding-top: 100px !important;
	}
	.products-bg{
		padding-top: 100px !important;
	}
	
	.products-bg  .game-section{
		display: block;
	}
	

.custom-carousel{
	padding-top: 100px !important;
}


	.main-title-1 {
		font-size: 28px !important;
		
	}

	.hero-content h1.main-title-2 {
		font-size: 30px !important;
		
	}












    .game-section {
        padding: 30px 0px;
    }
	.game-section h2 {
		margin-bottom: 48px;
		padding-bottom: 16px;
		font-size: 18px;
		line-height: 26px;
		font-weight: 700;
		position: relative;
		text-transform: capitalize;
		width: 300px;
		margin: 25px auto;
		text-align: center;
	}
	.line-title::before, .line-title::after {
		content: "";
		bottom: 0;
		height: 2px;
		border-radius: 2px;
		position: absolute;
		margin: 0 auto;
		left: 0%;
	}

	.line-title::after {
		width: 102px;
		background: #009d4f;
		left: 32%;
	}

	.row {
		--bs-gutter-x: 1rem;
	}
	.cdmo-bg{
		padding-top:0px !important;
	}
	.home-five.gallery-area {
	
		display: none;

	}

	.home-five.gallery-area-mob {
	
		display: block;

	}


	.home-five.gallery-area-mob.gallery-area {
		padding: 0
	}
	
	.home-five.gallery-area-mob.gallery-area .section-title.left {
		margin-bottom: 62px
	}
	
	.home-five.gallery-area-mob.gallery-area .style-four.echofy-button {
		float: right;
		margin-top: 50px
	}
	
	.home-five.gallery-area-mob .gallery-box {
		text-align: center;
		position: relative;
		overflow: hidden;background-color: #010d0e;
	}
	
	.home-five.gallery-area-mob .gallery-box:before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background-color: #010d0e;
		opacity: 0;
		transition: .5s
	}
	
	
	
	
	.home-five.gallery-area-mob .gallery-box:hover:before {
		opacity: .1
	}
	
	.home-five.gallery-area-mob .gallery-thumb img {
		width: 100%;background-color: #010d0e;
		border-left:1px solid #009b4c ;opacity: .6
	}
	
	
	.home-five.gallery-area-mob .gallery-box:hover .gallery-thumb img {
		opacity:  0.9;
		cursor: pointer;
	}
	
	.home-five.gallery-area-mob .gallery-content {
		position: absolute;cursor: pointer;
		bottom: 57px;
		left: 0;
		right: 0;
		transition: .5s
	}
	
	.home-five.gallery-area-mob .gallery-box:hover .gallery-content {
		bottom: 27px;
		
	}
	
	.home-five.gallery-area-mob .gallery-content h4 {
		font-size: 22px;
		color: #fff;
		margin: 10px 0 0 3px
	}
	
	.home-five.gallery-area-mob .gallery-content p {
		font-size: 16px;
		color: #fff;
		margin: 0;
		opacity: .8
	}
	
	.home-five.gallery-area-mob.contact-info-area {
		background-color: #001819;
		padding: 53px 0 62px
	}
	
	.home-five.gallery-area-mob.contact-info-area .echofy-button {
		margin-top: 0
	}
	
	.home-five.gallery-area-mob .contact-info-title h4 {
		font-size: 18px;
		color: #fff;
		font-weight: 600
	}
	
	.home-five.gallery-area-mob .contact-info-title h1 {
		font-size: 26px;
		color: #fff;
		margin-top: 18px
	}
	
	.home-five.gallery-area-mob .contact-info-box {
		display: flex;
		align-items: center;
		gap: 20px;
		position: relative;
		padding-left: 39px
	}
	



.x33{ width: 33%;        float: left;}

	.xys-style-fontpadding10{padding: 0 10px;}
	.home-news-c .news-title{margin-left:-20px;}
.xys-style-margin-bottom15{ margin-bottom: 15px;}
	.xl12 {
        width: 100%;        float: left;
    }
	.home-news-h .media-img {
		position: relative;
	}
	.home-news-h .media-img .post-title {
		background: #fff;
		bottom: 15px;
		left: 15px;
		width: 80%;
		padding: 15px;
		position: absolute;
		color: #333;
		transition: 0.5s;
		box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.06);
	}
	.home-news-h .media-img .post-title h3 a {
		color: #333;
		font-size: 16px;
		font-weight: 600;
		display: block;
	}.padding-top {
		padding-top: 10px;
	}
    .xl5 {
        width: 41.66666667%; background: #fff;
    }

    .xl7 {
        width: 58.33333333%; background: #fff;
    }

	.img-responsive {
		display: block;
		max-width: 100%;
		height: auto;
	}

	.margin-bottom {
		margin-bottom: 10px;
	}

	.line {
		margin: 0;
		padding: 0;
	}
	.kepu_bg {
	
		padding-top: 55px !important;
		
	}


	.home-three.faqs-area {
		padding: 0px 0;
	}

	.home-three.faqs-area .section-title.left {
		margin-bottom: 63px;
		display: none;
	}

	.home-footer-bottom-content{display: none;}
	.hero-slides2 .owl-nav {
		position: absolute;
		bottom: 222px;
		right: 41.5%!important;
	}

	#c-header{background: #fff;

	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.01);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.01);
	}

    .public-box {
        padding-top: 0;
    }
	.cdmo-bg{height: auto !important;}

	#index #main .r3 .r-main .home-pro > li .r-right .pro-page {
		position: absolute;
		left: 162px;
		top: 320px;
		/* width: calc(100% / 8); */
		/* height: 40px; */
		        z-index: 9999;

        bottom: -70px;
        width: 100%;
        text-align: center;



	}
	#index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul > li.on {
		transform: scale(1) translateX(0px);
		-webkit-transform: scale(0.9) translateX(0px);
		-moz-transform: scale(1) translateX(0px);
		-o-transform: scale(1) translateX(0px);
		-ms-transform: scale(1) translateX(0px);
		pointer-events: auto;
		opacity: 1;
		z-index: 10;
		margin-left: 86px;
	}
	#index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul > li.n1 {
		transform: scale(0.8) translateX(-30px);
		-webkit-transform: scale(0.8) translateX(-30px);
		-moz-transform: scale(0.8) translateX(-30px);
		-o-transform: scale(0.8) translateX(-30px);
		-ms-transform: scale(0.8) translateX(-30px);
		opacity: 0.8;
		z-index: 8;
		margin-left: 130px;
		margin-top: -60px;
	}
	#index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul > li.n2 {
		transform: scale(0.6) translateX(-70px);
		-webkit-transform: scale(0.6) translateX(-70px);
		-moz-transform: scale(0.6) translateX(-70px);
		-o-transform: scale(0.6) translateX(-70px);
		-ms-transform: scale(0.6) translateX(-70px);
		opacity: 0.6;
		z-index: 7;
		margin-left: 200px;
		margin-top: -120px;
	}


	#index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul > li .type {
      
        display: none;
    }
    #index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul > li .note {
        display: none;
    }

	.gallery-list .owl-nav {
	
		left: 43.5%;
		
	}
	.game-section .owl-theme.custom-carousel .owl-nav {
	
		right: 38.5%;
		
	}

}


@media (max-width:991px){
	#c-header{background: #fff;

	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.01);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.01);
	}
}



/* 平板和小屏电脑mini */
@media (min-width:768px) and (max-width:1023px) {

	.row>* {
		padding: 0 0px !important;
	}
	.home-footer-shubiao-box {
		
		width: 25% !important;}

	#index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul > li.n1 {

		margin-left: 230px;
	}

	#index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul > li.n2 {
	
		margin-left: 350px;
	}

	#index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul > li.on {
		margin-left: 100px;
	}
	#index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul > li .type {
		display: none;
	}

	#index #main .r3 .r-main .home-pro > li .r-right .pro-page {
		
		left: 50px;
		
	}

	.home-five .gallery-content {
		position: absolute;
		cursor: pointer;
		bottom: 404px !important;
		left: 0;
		right: 0;
		transition: .5s;
	}

	.home-five .gallery-box:hover .gallery-content {
		bottom: 352px !important;
		
	}
	.gallery-list .owl-nav {
		position: absolute;
		bottom: 342px !important;
		left: 50%;
		z-index: 9999;
	}
}
/* 中屏幕电脑 */
@media (min-width:1024px) and (max-width:1199px) {
	.row>* {
		padding: 0 0px !important;
	}
}
/* 超大屏幕电脑 */
@media (min-width:1200px) {
	
}




/*检测领域*/



.page-field .swiper-slide {background-position: center;background-size: cover; width:525px;height: 390px; text-align:center; color:#333; background:#fff;}

.page-field .swiper-slide-active p{color:#2cad42; box-shadow: 0px 0px 25px #e4e4e4;}

.page-field .swiper-slide img{ width:100%; height: 390px; display:block;}

.page-field .swiper-slide p{font-size:24px; height:90px; line-height:90px;}

.page-field .swiper-button-next{ height: 36px;
    text-align: center;
    margin-left: 10px;
    width: 36px;
    float: left;
    display: inline;
    border-radius: 50%;
    background-color: #009d4f;
background-image: none;}

.page-field .swiper-button-prev{    height: 36px;
    text-align: center;
    width: 36px;
    float: left;
    display: inline;
    border-radius: 50%;
    background-color: #009d4f;background-image: none;}



	.page-field .swiper-button-next i , .page-field .swiper-button-prev i   {
		font-size: 26px;
		text-align: center;
		color: #fff;
		width: 36px;
		height: 36px;
		line-height: 36px;
	}
.page-field .swiper-button-prev:hover{ background: #2cad42!important; color:#fff;}

.page-field .swiper-button-next:hover{ background: #2cad42!important; color:#fff;}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	height: 36px;
    text-align: center;
    margin-left: 10px;
    width: 36px;
    float: left;
    display: inline;
    border-radius: 50%;
	background-color: #919aa4;
}

.joinusbg{
	background: url("/public/static/joinusbg-1.jpg");
	background-size: cover;

}
.joinusbg .joinustext {
	margin-left: -50px;
	margin-top: 50px;
}

.joinusbg .joinustext h1{
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	height: 40px;
	line-height: 40px;
	margin-top: 30px;
	margin-bottom: 10px;
}


.joinusbg .joinustext h2{
	font-size: 30px;
	font-weight: 600;
	color: #fff;	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
}
.joinusbg .joinustext span{
	font-size: 18px;
	font-weight: 400;
	color: #fff;	
	line-height: 20px;
}
.text-center .pagination{
	color: #fff !important;
}

/* 手机端 */
@media (max-width:768px){
	.joinusbg .joinustext {
		margin-left: 0px;
		margin-top: 50px;
	}
}


/* 平板和小屏电脑mini */
@media (min-width:768px) and (max-width:1023px) {
	.joinusbg .joinustext {
	margin-left: 0px;
	margin-top: 50px;
}
}
