.bs-slider:hover {
	cursor:-moz-grab;
	cursor:-webkit-grab;
}
.bs-slider:active {
	cursor:-moz-grabbing;
	cursor:-webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
   background-color: #000;
   opacity: 0.1;
   transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
   z-index: 2;
}

.fade {
	opacity:1;
}
.fade .item {
	top:0;
	z-index:1;
	opacity:0;
	width:100%;
	position:absolute;
	left:0 !important;
	display:block !important;
	-webkit-transition:opacity ease-in-out 1s;
	-moz-transition:opacity ease-in-out 1s;
	-ms-transition:opacity ease-in-out 1s;
	-o-transition:opacity ease-in-out 1s;
	transition:opacity ease-in-out 1s;
}
.fade .item:first-child {
	top:auto;
	position:relative;
}
.fade .item.active {
	opacity:1;
	z-index:2;
	-webkit-transition:opacity ease-in-out 1s;
	-moz-transition:opacity ease-in-out 1s;
	-ms-transition:opacity ease-in-out 1s;
	-o-transition:opacity ease-in-out 1s;
	transition:opacity ease-in-out 1s;
}

.control-round .carousel-control {
	top:50%;
	opacity:0;
	width:40px;
	height:40px;
	z-index:100;
	color:#fff;
	display:block;
	font-size:28px;
	cursor:pointer;
	overflow:hidden;
	line-height:40px;
	text-shadow:none;
	position:absolute;
	font-weight:normal;
	background:transparent;
	-webkit-border-radius:100px;
	border-radius:100px;
}
.control-round:hover .carousel-control {
	opacity:0.5;
}
.control-round .carousel-control.left {
	left:1%;
}
.control-round .carousel-control.right {
	right:1%;
}
.control-round .carousel-control.left:hover,.control-round .carousel-control.right:hover {
	color:#fdfdfd;
	background:rgba(255,255,255,0.5);
	border:0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1) {
	left:45%;
}
.control-round .carousel-control.right>span:nth-child(1) {
	right:45%;
}

.indicators-line > .carousel-indicators {
	right:86%;
	bottom:14%;
	left:auto;
	width:90%;
	height:20px;
	font-size:0;
	overflow-x:auto;
	text-align:right;
	overflow-y:hidden;
	padding-left:10px;
	padding-right:10px;
	padding-top:1px;
	white-space:nowrap;
}
@media (max-width:768px) {
.indicators-line > .carousel-indicators {
	right:67%;
	bottom:14%;
}
}

.indicators-line > .carousel-indicators li {
	padding:0;
	margin:0 4px;
	width:30px;
	height:4px;
	text-indent:0;
	overflow:hidden;
	text-align:left;
	background:rgba(255,255,255,0.6);
}
.indicators-line > .carousel-indicators li:last-child {
	margin-right:0;
}
.indicators-line > .carousel-indicators .active {
	background:#0d7643;
}
.indicators-line > .carousel-indicators .active:before {
	transform:scale(0.5);
	background-color:#fff;
	content:"";
	position:absolute;
	left:-1px;
	top:-1px;
	width:15px;
	height:15px;
	border-radius:50%;
	-webkit-transition:background-color 0.3s ease;
	-moz-transition:background-color 0.3s ease;
	-o-transition:background-color 0.3s ease;
	transition:background-color 0.3s ease;
}

.slide_style_left {
	text-align:left !important;
}
.slide_style_right {
	text-align:right !important;
}
.slide_style_center {
	text-align:center !important;
}
.slide-text {
	left:2%;
	top:34%;
	right:2%;
	margin:auto;
	padding:10px;
	position:absolute;
	text-align:left;
	padding:10px 40px;
	width:100%;
	max-width:1170px;
    z-index:3;
}
@media  (max-width:768px) {
	.slide-text {
	left:0;
	top:26%;
	right:2%;
	margin:auto;
	padding:10px;
	position:absolute;
	text-align:left;
	padding:10px 85px;
}
}.slide-text > h1 {
	padding:0;
	color:#fff;
	font-size:30px;
	font-style:normal;
	line-height:64px;
	margin-bottom:30px;
	letter-spacing:1px;
	display:inline-block;
	-webkit-animation-delay:0.7s;
	animation-delay:0.7s;
	font-weight:300;
}
.slide-text > p {
	padding:0;
	color:#ffffff;
	font-size:20px;
	line-height:24px;
	font-weight:300;
	margin-bottom:46px;
	letter-spacing:1px;
	-webkit-animation-delay:1.1s;
	animation-delay:1.1s;
}
.slide-text > a.btn-default {
	color:#fff;
	font-size:14px;
	line-height:14px;
	margin-right:10px;
	text-align:center;
	padding:11px 20px;
	white-space:nowrap;
	background:none;
	display:inline-block;
	text-transform:uppercase;
	-webkit-animation-delay:2s;
	animation-delay:2s;
	-webkit-transition:background 0.3s ease-in-out,color 0.3s ease-in-out;
	transition:background 0.3s ease-in-out,color 0.3s ease-in-out;
}
.cp-slide-text {
  left: 0;
  top: 33%;
  right: 2%;
  margin: auto;
  padding: 10px;
  position: absolute;
  text-align: left;
  padding: 10px 15px;
  width: auto;
  max-width: 1170px;
  z-index: 3;
}
.cp-slide-text span {
 background: linear-gradient(90deg,#1b8250,#559343);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding:5px 10px;
  border-radius:5px;
  font-size:32px;
  font-weight:300;
}
.cp-slide-text::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg,#eee,#6f6666);
  width: 260px;
  height: 60px;
  display: block;
  left: 0px;
  top: 3px;
  z-index: -1;
  opacity: .2;
}
.cp-slide-text1 {
  left: 0;
  top: 33%;
  right: 2%;
  margin: auto;
  padding: 10px;
  position: absolute;
  text-align: left;
  padding: 10px 15px;
  width: auto;
  max-width: 1170px;
  z-index: 3;
}
.cp-slide-text1 span  {
  background: linear-gradient(90deg,#333,#333);
    background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 32px;
  font-weight: 300;
}
.cp-slide-text1::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg,#fff,#eee);
  width: 210px;
  height: 60px;
  display: block;
  left: 0px;
  top: 3px;
  z-index: -1;
  opacity: .7;
}

@media  (max-width:768px) {
 .cp-slide-text {
    left: 5%;
    top: 24%;
}
.cp-slide-text span {
	font-size:28px;
}
.cp-slide-text::before {
  width: 220px;
  height: 53px;
    opacity: .4;
}
.cp-slide-text1 {
    left: 5%;
    top: 24%;
}
.cp-slide-text1 span {
	font-size:28px;
}
.cp-slide-text1::before {
  width: 210px;
  height: 53px;
    opacity: .4;
}
}
.btn-default1 {
    width: 92px;
    height: 32px;
    line-height: 30px;
    padding: 0;
	color:#fff;
	font-weight:400;
	font-size:13px;
	line-height:13px;
	margin-right:10px;
	text-align:center;
	padding:8px 15px;
	white-space:nowrap;
	letter-spacing:1px;
	background:none;
	display:inline-block;
	text-transform:uppercase;
	-webkit-animation-delay:2s;
	animation-delay:2s;
	-webkit-transition:background 0.3s ease-in-out,color 0.3s ease-in-out;
	transition:background 0.3s ease-in-out,color 0.3s ease-in-out;
}
.slide-text > a.btn-primary {
	color:#ffffff;
	cursor:pointer;
	font-weight:400;
	font-size:13px;
	line-height:15px;
	margin-left:10px;
	text-align:center;
	padding:17px 30px;
	white-space:nowrap;
	letter-spacing:1px;
	background:#ff1100;
	display:inline-block;
	text-decoration:none;
	text-transform:uppercase;
	border:none;
	-webkit-animation-delay:2s;
	animation-delay:2s;
	-webkit-transition:background 0.3s ease-in-out,color 0.3s ease-in-out;
	transition:background 0.3s ease-in-out,color 0.3s ease-in-out;
}
.slide-text > a:hover,.slide-text > a:active {
	color:#fff;
	background:none;
	-webkit-transition:background 0.5s ease-in-out,color 0.5s ease-in-out;
	transition:background 0.5s ease-in-out,color 0.5s ease-in-out;
}

@media (max-width:991px) {
	.slide-text h1 {
	font-size:40px;
	line-height:50px;
	margin-bottom:20px;
}
.slide-text > p {
	font-size:18px;
}
}
@media  (max-width:768px) {
	.slide-text {
	padding:10px 50px;
}
.slide-text h1 {
	font-size:30px;
	line-height:40px;
	margin-bottom:10px;
}
.slide-text > p {
	font-size:14px;
	line-height:20px;
	margin-bottom:20px;
}
}
@media  (max-width:480px) {
	.slide-text {
	padding:75px 15px 10px 15px;
}
.slide-text h1 {
	font-size:16px;
	line-height:25px;
	margin-bottom:5px;
}
.slide-text > p {
	font-size:12px;
	line-height:18px;
	margin-bottom:10px;
}
.slide-text > a.btn-default,.slide-text > a.btn-primary {
	font-size:10px;
	line-height:10px;
	margin-right:10px;
	text-align:center;
	padding:5px 10px;
}

}.b-bg1 {
	background-image: linear-gradient(#006936,#1fca78);
	height:580px;
}
.b-bg1 img {
	max-width:800px;
	margin-left:18%;
}
.b-bg2 {
	background-image: linear-gradient(#2d4f7b,#326fa4);
	height:580px;
}
.b-bg2 img {
	max-width:800px;
	margin-left:-20%;
}
.b-bg3 {
	width: 100%;
    cursor: pointer;
}
.b-bg4 {
  width: 100%;
  cursor: pointer;
  background-image: linear-gradient(to right, #0156fe,#9ee354);
}
.b-img {
  width: 100%;
  cursor: pointer;
}
.b-img img {
  width: 100%;
  height:580px
}
.b1-img {
    display: block;
	height:580px;
	background:url(../images/tha-b-11.png) no-repeat;
	background-size:60% auto;
    background-position:right 58px;
}
.b2-img {
    display: block;
	height:580px;
	background:url(../images/tha-b-21.png) left bottom no-repeat;
	background-size:60% auto;
    background-position:right 78px;
}
.b3-img {
    display: block;
	  height:580px;
}
.b4-img {
  
}

@media (max-width:768px) {
.b-bg1 {
	background-image: linear-gradient(#006936,#1fca78);
	height:380px;
}
.b-bg2 {
	background-image: linear-gradient(#2d4f7b,#326fa4);
	height:380px;
}
.b-bg3 {
	height:380px;
}
.b-bg4 {
	height:380px;
}
.b1-img {
    display: block;
    height: 380px;
    background: url(../images/tha-b-11.png) no-repeat;
    background-size: 90% auto;
    background-position: 91px 121px;
}
.b2-img {
    display: block;
    height: 380px;
    background: url(../images/tha-b-21.png) no-repeat;
    background-size: 87% auto;
    background-position: 118px 131px;
}
.b3-img {
    display: block;
	height:380px;
}
.b4-img {
  display: block;
	height:380px;
  background-size: 60% auto;background-position: left 200px;
}
.b4-img .b-img img {

}
.banner-img {
  display: block;
	height:380px;
}
.b-img {
  width: 100%;
  height:380px;
  cursor: pointer;
  display:block;
  overflow:hidden;
}
.b-img img {
    position: absolute;
    width: auto;
    max-width: fit-content;
	height:380px;
    top: 50%;
    left: -170px;
    transform: translateY(-50%) scale(1);
}
}

.news-cp h5 {
	font-size:20px;
	line-height:1.2em;
	padding:15px 0;
	margin:10px 0;
	text-align:left;
	color:#333;
}
.news-cp h5 a:hover {
	text-decoration:none;
}
.news-cp p {
	font-size:16px;
	line-height:1.722169;
	text-align:left;
}
.links-cp {
	font-size:16px;
	color:#666;
}
.links-cp a {
	padding:0 10px;
	color:#666;
}
.links-cp a:hover {
	text-decoration:none;
	color:#333;
}

.h300{
   height:500px;
}
.bg-h {
   background:#eee;
}

/* Big Triangle */
svg#bigTriangleColor {
	pointer-events: none;
}

#bigTriangleColor path {
	fill: #eee;
	stroke: #eee;
	stroke-width: 2;
}

/* Clouds */
#clouds path {
	fill: #f2f2f2;
	stroke: #f2f2f2;
}
.bt-clouds{
    margin:-15px 0 -5px 0;
}

/* video Style start */

.video-content {
	height: 350px;
	position: relative;
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
	background: #fff url(../media/woods.png) no-repeat center center;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: center;
	align-items: center;
}

.codrops-links {
	position: relative;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
}

.codrops-links::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	margin-left: -1px;
	background: #ddd;
	-webkit-transform: rotate3d(0,0,1,22.5deg);
	transform: rotate3d(0,0,1,22.5deg);
}

.codrops-icon {
	display: inline-block;
	width: 1.5em;
	margin: 0.5em;
	padding: 0em 0;
	text-decoration: none;
}

.codrops-icon span {
	display: none;
}

.codrops-icon:before {
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	margin: 0 5px;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	speak: none;
}

.codrops-icon--drop:before {
	content: '\e001';
}

.codrops-icon--prev:before {
	content: '\e004';
}

/* Image stack */
.deco-stack {
	width: 100%;
	margin: 1em 0;
	text-align: center;
	white-space: nowrap;
}

.deco-stack__img {
	min-width: 200px;
	max-width: 50%;
	min-height: 200px;
	max-height: 100%;
	margin: 0 -60px;
	border: 10px solid #fff;
	outline: 1px solid transparent; /* For FF */
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	background: #aaa;
}

.deco-stack__img--rotation-1 {
	-webkit-transform: rotate3d(0,0,1,-8deg);
	transform: rotate3d(0,0,1,-8deg);
}

.deco-stack__img--rotation-2 {
	-webkit-transform: rotate3d(0,0,1,-1deg);
	transform: rotate3d(0,0,1,-1deg);
}

.deco-stack__img--rotation-3 {
	-webkit-transform: rotate3d(0,0,1,9deg);
	transform: rotate3d(0,0,1,9deg);
}

.video-wrap {
	position: fixed;
    z-index:999;
	top: 110px;
	bottom:10px;
	margin:0 auto;
	left: 20%;
	width: 60%;
	height: 55%;
	pointer-events: none;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

@media  (max-width:768px) {
.video-wrap {
    left: 0%;
    width: 100%;
    height: 50%;
}
}

.video-wrap--show {
	pointer-events: auto;
}

.video-inner {
	position: relative;
	overflow: hidden;
	width: 60%;
	height: 40%;
	margin: 0 auto;
	top:110px;
	opacity: 0;
	background: black;
	z-index:999;
}

.video-wrap--show .video-inner {
	opacity: 1;
}

.video-player {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

.btn-content {
	position: relative;
	margin:15px 0 5px 0;
}

/* Loader */
.loader {
	font-size: 2.5em;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.video-loaded .loader {
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

/* Button */
.action {
	font-weight: bold;
	position: relative;
	overflow: hidden;
	margin: 0;
	color: #fff;
	border-radius: 40px;
	background: none;
	-webkit-flex: none;
	flex: none;
}

.action:focus {
	outline: none;
}

.action__label {
	display: inline-block;
	margin: 0 0 0 0.75em;
	color:#fff;
}
.c-f {
    color:#fff;
	font-size:40px;
}
.c-f-b {
    color:#fff;
	font-size:40px;
}
.action__label--hidden {
	position: absolute;
	top: 200%;
}

.action--play {
	display: block;
	margin: 1em auto;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.3s 0.1s;
	transition: opacity 0.3s 0.1s;
}

.video-loaded .action--play {
	opacity: 1;
	pointer-events: auto;
}

.action--close {
	line-height: 1;
	position: absolute;
	z-index: 1000;
	top: 10%;
	right: 5%;
	width: 60px;
	height: 60px;
	padding: 0;
	opacity: 0;
	z-index:9999;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: scale3d(0.7,0.7,1);
	transform: scale3d(0.7,0.7,1);
}

.video-wrap--show .action--close {
	opacity: 1;
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

@media screen and (min-width: 25em) {
	.deco-stack__img {
		width: 20vw;
		height: 16vw;
	}
	.video-inner {
		width: 20vw;
		height: 16vw;
		border: 10px solid #fff;
		-webkit-transform: scale3d(0.1,0.1,1) rotate3d(0,0,1,-5deg);
		transform: scale3d(0.1,0.1,1) rotate3d(0,0,1,-5deg);
	}
	.video-wrap--show .video-inner {
		opacity: 0;
		-webkit-animation: showVideo-1 1.25s forwards;
		animation: showVideo-1 1.25s forwards;
	}
	.video-wrap--hide .video-inner {
		-webkit-animation: hideVideo 1.25s forwards;
		animation: hideVideo 1.25s forwards;
	}
	.video-player {
		left: 50%;
		width: auto;
		height: 100vh;
		-webkit-transition: -webkit-transform 1s;
		transition: transform 1s;
		-webkit-transform: translate3d(-50%,-50%,0) scale3d(0.7,0.7,1) rotate3d(0,0,1,5deg);
		transform: translate3d(-50%,-50%,0) scale3d(0.7,0.7,1) rotate3d(0,0,1,5deg);
	}
	.video-wrap--show .video-player,
	.video-wrap--hide .video-player {
		-webkit-transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
		transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
	}
}

@media screen and (min-width: 25em) and (min-aspect-ratio: 1280/720) {
	.deco-stack__img {
		width: 20vh;
		height: 16vh;
	}
	.video-inner {
		width: 20vh;
		height: 16vh;
	}
	.video-wrap--show .video-inner {
		-webkit-animation: showVideo-2 1.25s forwards;
		animation: showVideo-2 1.25s forwards;
	}
	.video-player {
		width: 70vw;
		height: auto;
		top:45%
	}	
}

/* Animation for showing the video wrapper */
@-webkit-keyframes showVideo-1 {
	50% {
		width: 50vw;
		height: 40vw;
		opacity: 1;
		-webkit-transform: scale3d(0.5,0.5,1) rotate3d(0,0,1,-5deg);
		transform: scale3d(0.5,0.5,1) rotate3d(0,0,1,-5deg);
	}
	100% {
		width: 100vw;
		height: 80vh;
		opacity: 1;
		-webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
		transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
	}
}

@keyframes showVideo-1 {
	50% {
		width: 50vw;
		height: 40vw;
		opacity: 1;
		-webkit-transform: scale3d(0.5,0.5,1) rotate3d(0,0,1,-5deg);
		transform: scale3d(0.5,0.5,1) rotate3d(0,0,1,-5deg);
	}
	100% {
		width: 100vw;
		height: 80vh;
		opacity: 1;
		-webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
		transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
	}
}

/* Alternate animation for showing the video wrapper */
@-webkit-keyframes showVideo-2 {
	50% {
		width: 50vh;
		height: 40vh;
		opacity: 1;
		-webkit-transform: scale3d(0.5,0.5,1) rotate3d(0,0,1,-5deg);
		transform: scale3d(0.5,0.5,1) rotate3d(0,0,1,-5deg);
	}
	100% {
		width: 100vw;
		height: 80vh;
		opacity: 1;
		-webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
		transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
	}
}

@keyframes showVideo-2 {
	50% {
		width: 50vh;
		height: 40vh;
		opacity: 1;
		-webkit-transform: scale3d(0.5,0.5,1) rotate3d(0,0,1,-5deg);
		transform: scale3d(0.5,0.5,1) rotate3d(0,0,1,-5deg);
	}
	100% {
		width: 100vw;
		height: 80vh;
		opacity: 1;
		-webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
		transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
	}
}

/* Animation for hiding the video wrapper */
@-webkit-keyframes hideVideo {
	0% {
		width: 100vw;
		height: 80vh;
		opacity: 1;
		-webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
		transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
	}
	100% {
		width: 100vw;
		height: 80vh;
		opacity: 0;
		-webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
		transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
	}
}

@keyframes hideVideo {
	0% {
		width: 100vw;
		height: 80vh;
		opacity: 1;
		-webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
		transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
	}
	100% {
		width: 100vw;
		height: 80vh;
		opacity: 0;
		-webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
		transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
	}
}
/* video Style end */

.jt1 div{
width:50px;
height:15px;
background:url(../images/bg1.jpg) left center no-repeat;
position:relative;
    -moz-animation: s4 8s ease-out infinite; /* Firefox */
    -webkit-animation: s4 8s ease-out infinite; /* Safari and Chrome */
    -o-animation: s4 8s ease-out infinite; /* Opera */
}
@keyframes s4 {
  0% {
    opacity: 1;
    width: 0;
  }
  10% {
    width: 0;
  }
  20% {
    width: 100%;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}
@-moz-keyframes s4 /* Firefox */ {
  0% {
    opacity: 1;
    width: 0;
  }
  10% {
    width: 0;
  }
  20% {
    width: 100%;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}
@-webkit-keyframes s4 /* Safari and Chrome */ {
  0% {
    opacity: 1;
    width: 0;
  }
  10% {
    width: 0;
  }
  20% {
    width: 100%;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}
@-o-keyframes s4 /* Opera */ {
  0% {
    opacity: 1;
    width: 0;
  }
  10% {
    width: 0;
  }
  20% {
    width: 100%;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}

.jt2 div{
width:50px;
height:15px;
background:url(../images/bg1.jpg) left center no-repeat;
position:relative;
    -moz-animation: s5 8s ease-out infinite; /* Firefox */
    -webkit-animation: s5 8s ease-out infinite; /* Safari and Chrome */
    -o-animation: s5 8s ease-out infinite; /* Opera */
}
@keyframes s5 {
  0% {
    opacity: 0;
    width: 0;
  }
  25% {
    opacity: 1;
    width: 0;
  }
  35% {
    width: 100%;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}
@-moz-keyframes s5 /* Firefox */ {
  0% {
    opacity: 0;
    width: 0;
  }
  25% {
    opacity: 1;
    width: 0;
  }
  35% {
    width: 100%;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}
@-webkit-keyframes s5 /* Safari and Chrome */ {
  0% {
    opacity: 0;
    width: 0;
  }
  25% {
    opacity: 1;
    width: 0;
  }
  35% {
    width: 100%;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}
@-o-keyframes s5 /* Opera */ {
  0% {
    opacity: 0;
    width: 0;
  }
  25% {
    opacity: 1;
    width: 0;
  }
  35% {
    width: 100%;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}

.jt3{
width:35px;
height:32px;
margin-top:100px;
background:url(../images/xh.gif) right center no-repeat;
position:relative;
    -moz-animation: s6 8s ease-out infinite; /* Firefox */
    -webkit-animation: s6 8s ease-out infinite; /* Safari and Chrome */
    -o-animation: s6 8s ease-out infinite; /* Opera */
}
@keyframes s6 {
  0% {
    opacity: 0;
    width: 100%;
  }
  25% {
    opacity: 0;
    width: 100%;
  }
  75% {
    opacity: 1;
    width: 100%;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}
@-moz-keyframes s6 /* Firefox */ {
  0% {
    opacity: 0;
    width: 100%;
  }
  25% {
    opacity: 0;
    width: 100%;
  }
  75% {
    opacity: 1;
    width: 100%;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}
@-webkit-keyframes s6 /* Safari and Chrome */ {
  0% {
    opacity: 0;
    width: 100%;
  }
  25% {
    opacity: 0;
    width: 100%;
  }
  75% {
    opacity: 1;
    width: 100%;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}
@-o-keyframes s6 /* Opera */ {
  0% {
    opacity: 0;
    width: 100%;
  }
  25% {
    opacity: 0;
    width: 100%;
  }
  75% {
    opacity: 1;
    width: 100%;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}

/* �������*/

.serve-content-middle {
    width:100%;
}

.serve-content-info {
    float: left;
    margin: 0;
    position: relative;
}

.serve-content-btn a:hover {
    background: #41b8fc;
}

.serve-content-middle {
    overflow: hidden;
}

.serve-content-list ul li {
    display: block;
    padding: 22px 0;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    margin-bottom: 10px;
    cursor: pointer;
}
@media  (max-width:768px) {
    .serve-content-list ul li {
    width: 300px;
    padding: 10px 0;
    border: 1px solid #f5f5f5;
}
}
.serve-content-list ul .on {
    background: #FFF;
}

.serve-content-list ul li span {
    display: block;
    width: 28px;
    height: 28px;
    float: left;
    margin:10px 0 0 52px;
    overflow: hidden;
}
.serve-content-list ul li h4 {
    display: block;
    width: 28px;
    height: 28px;
    float: left;
    margin:10px 0 0 52px;
    overflow: hidden;
}

.serve-content-list ul li span img {
    display: block;
    float: left;
}

.serve-content-list ul li p {
    display: block;
    overflow: hidden;
    line-height: 45px;
    color: #333;
    font-size: 16px;
	margin:0 auto;
}
.serve-content-list ul li span i {
    color: #666;
}
.serve-content-list ul .on p {
    color: #006936;
}
.serve-content-list ul .on span i {
    color: #006936;
}
.serve-content-list ul .on span img {
    margin-top: -28px;
}

.serve-content-info ul {
    position: absolute;
    left: 0;
    top: 0;
}

.serve-image-box {
    width: 100%;
    height: 160px;
    padding: 10px 120px;
    position: absolute;
    top: 141px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.serve-image-comm1 {
    width: 48px;
    height: 29px;
    position: absolute;
    left: 55px;
    top: 1px;
}

.serve-image-comm2 {
    width: 48px;
    height: 29px;
    position: absolute;
    right: 55px;
    bottom: 30px;
}

.serve-image-info {
    width: auto;
    height: 99px;
}

.serve-image-info-title {
    overflow: hidden;
}

.serve-image-info-title span {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    margin: 6px 10px 0 0;
	color:#fff;
}
.serve-image-info-title span i {
	color:#fff;
}

.serve-image-info-title span img {
    display: block;
    float: left;
}

.serve-image-info-title p {
    line-height: 30px;
    display: block;
    font-size: 20px;
    color: #fff;
}

.serve-image-info span {
    display: block;
    font-size: 14px;
    color: #FFF;
    line-height: 24px;
    padding-top: 2px;
	text-align:left;
}

/* ��������*/
.mt-tabpage-title {
	height: auto;
	font-size: 0;
	width: 100%;
	margin: auto;
	background: #fff;
	border-bottom:1px solid #ddd;
}
.mt-tabpage-title .mt-tabpage-item {
	display: inline-block;
	width: 147px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #666;
	font-size: 14px;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	margin:0 20px;
}

.mt-tabpage-title a i {
	line-height: 60px;
	text-align: center;
	color: #666;
	margin:0 10px;
}
.mt-tabpage-title a:active  {
	text-decoration:none;
}
.mt-tabpage-title a:visited {
	text-decoration:none;
}
.mt-tabpage-title .mt-tabpage-item:hover {
	color: #006936;
	text-decoration:none;
}

.mt-tabpage-title .mt-tabpage-item-cur {
	color: #006936;
	font-size: 14px;
	border-top: 1px solid #006936;
	border-left: 1px solid #006936;
	border-right: 1px solid #006936;
	border-bottom: 1px solid #fff;
}
.mt-tabpage-title .mt-tabpage-item-cur i {
	color: #006936;
}
.mt-tabpage-count {
	position: relative;
	width: 100%;
	height: 318px;
	overflow: hidden;
}
.mt-tabpage-cont__wrap {
	position: absolute;
}
.mt-tabpage-count .mt-tabpage-item {
	max-width: 655px;
	height: 318px;
	line-height: 318px;
	text-align: center;
}
.zxy-intd h4 {
    font-size:18px;
	text-align:left;
	line-height:36px;
	padding:5px 10px;
}
.zxy-intd p {
    font-size:14px;
	text-align:left;
	padding:5px 10px;
	line-height:28px;
	text-indent:2em;
}
.home-tit span {
    padding:0 2px;
    border-left:4px solid #006936;
	font-size:24px;
	line-height:26px;
	display:inline-block;
}
.home-tit h3 {
	font-size:26px;
	display:inline-block;
	color:#333;
	padding:10px 0;
	margin:0;
}
.home-tit p {
  font-size: 15px;
  padding: 0 5px 10px 5px;
  line-height: 30px;
  color: #666;
  margin: 0 auto;
}
@media  (max-width:768px) {
.home-tit h3 {
	font-size:24px;
}
}
.home-img2 img {
    margin-top:176px;
}
.home-img4 img {
    margin-top:-40px;
}
.home-img1 div {
    margin-top:210px;
}
.home-img3 div {
    margin-top:210px;
}
.home-tit-cp{
	margin:15px 0 -10px 0;
	text-align:center;
}
.home-tit-fa{
	margin:20px 0 -25px 0;
}
.home-tit-ab{
	margin:5px 0 -20px 0;
}
@media  (max-width:768px) {
.home-tit-cp {
	margin:0 0 -30px 0;
}
.home-tit-fa {
    margin: -20px 0 -5px 0;
}
.home-tit-al {
	margin:0;
}
}
.tit-i{
	font-size:18px;
	color:#006936;
}
.tit-en{
	font-size:18px;
	color:#666;
}
.more-btn i:hover{
	color:#006936;
}

/*��Ʒ����*/

.solution-cardlist {
	max-width:1170px;
	margin:0 auto;
}
.solution-cardlist img:hover {
	transform:scale(1.1);
}
.swiper-slide-case {
	padding:10px 5px;
}
.swiper-slide {
	padding:0;
}
.full-img  {
	margin:0 10px;
	overflow: hidden;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
	height:210px;
	overflow:hidden;
	text-align:center;
}
.full-img img {
	margin:0;
	padding:10px;
	transition:.6s;
    width: auto;
    max-width: fit-content;
    height: 210px;
}
.swiper-slide-case a:hover .full-img img {
  transform:scale(1.1);
}
@media (max-width:768px) {
.full-img  {
	height:120px;
}
.full-img img {
  height:auto;
  width:100%;
}
}

.full-img1  {
	margin:0 10px;
	overflow: hidden;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
}

.tha-al-list-tel ul li:nth-child(4n-2) {
    padding:7px 7px 7px 15px;
}
.tha-al-list-tel ul li:nth-child(4n) {
    padding:7px 15px 7px 7px;
}


.al-txt02 {
  text-align:center;
  margin:0;
  border-left:1px solid #eee;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
  background:rgba(0, 0, 0, 0.03);
}
.al-txt02 h4 {
  font-size: 16px;
  line-height:54px;
  color: #333;
  font-weight:normal;
  margin:0;
  padding:5px 0;
}
@media (max-width:768px) {
.al-txt02 h4 {
  line-height:32px;
  height:44px;
}
.al-txt02 {
  height:44px;
  overflow:hidden;
}
}

.full-img02  {
	margin:0;
	overflow: hidden;
}
.full-img02 img {
  margin:0;
  padding:0px;
  transition:.6s;
  width:100%;
  height:200px;
}
.wh a:hover .full-img02 img {
  transform:scale(1.1);
}
@media (max-width:768px) {
.full-img02 img {
  width:100%;
  height:120px;
}
}

.solution-cardlist .col-sm-cp {
	margin:0;
	transition:all .15s linear;
	box-sizing:border-box
}
.solution-cardlist .col-sm-cp .solution-card {
	height:65px;
	text-align:center;
	overflow:hidden;
	transition:all .15s linear
}
.solution-cardlist .col-sm-cp .solution-card img {
	width:auto;
	height:200px;
	transition:1s;
	margin:5px 0;
}
.solution-cardlist .col-sm-cp .solution-card h3 {
    margin: 15px auto;
    font-size: 16px;
    color: #006936;
    padding: 0;
    text-align: center;
    line-height: 35px;
}
.solution-cardlist .col-sm-cp .solution-card p {
	margin:0 30px;
	padding-bottom:30px;
	font-size:14px;
	color:#666a75;
	letter-spacing:.51px
}
.solution-cardlist .col-sm-cp .solution-card dl {
	margin:0 30px;
	overflow:visible
}
.cf:after,.cf:before {
	content:" ";
	display:table;
	line-height:0
}
.cf:after {
	clear:both
}
.solution-cardlist .col-sm-cp .solution-card dl dt {
	margin-bottom:10px;
	font-size:14px;
	color:#252b3a;
	letter-spacing:.51px;
	line-height:19px;
	position:relative
}
.solution-cardlist .col-sm-cp .solution-card dl dt:before {
	position:absolute;
	display:inline-block;
	left:-8px;
	top:7px;
	content:'';
	vertical-align:middle;
	width:4px;
	height:4px;
	border-radius:50%;
	background:#252b3a
}
.solution-cardlist .col-sm-cp .solution-card dl dd {
	float:left;
	width:50%;
	margin-bottom:6px;
	font-size:12px;
	color:#a0a2a8;
	letter-spacing:.44px;
	line-height:20px
}
.solution-cardlist .col-sm-cp .solution-card>span {
	margin:20px 30px 0;
	font-size:14px;
	display:inline-block;
	color:#666a75;
	letter-spacing:.51px;
	line-height:22px;
	opacity:0;
	transition:opacity .15s linear
}
.solution-cardlist .col-sm-cp:hover .solution-card>span {
	opacity:1;
	transition:opacity .2s linear 50ms
}
.swiper-button-prev {
	left:0;
	width:14.5px;
	height:30px;
	margin-top:0;
	transition:background-image .15s
}
.swiper-button-next {
	right:0;
	width:14.5px;
	height:30px;
	margin-top:0;
	transition:background-image .15s
}

@media (max-width:768px) {
.swiper-button-prev {
	left:-5px;
}
.swiper-button-next {
	right:-8px;
}
}
.jtys-btn {
	color:#006936;
}
.swiper-button-prev i:hover,.swiper-button-next i:hover {
	color:#006936;
}
.col-sm-cp {
	width:33.33%;
}
@media  (max-width:480px) {
	.col-sm-cp {
	width:100%;
}
.solution-cardlist {
	max-width:380px;
}
}
.solution-card:hover {
    background: rgba(255, 255, 255, 0.4);
}

/*����*/

.com-nav {
  text-align: left;
  border-bottom: 1px solid #006936;
  margin: 0 15px;
  position:relative;
  z-index:0
}
@media (max-width:768px) {
.com-nav {
  margin: 0 10px;
}
}
.com-nav li {
  display: inline-block;
  text-align: center;
  background:#fff;
  margin: 0 0 -1px 30px;
  padding: 0 30px;
  border-top:1px solid #006936;
  border-left:1px solid #006936;
  border-right:1px solid #006936;
  transition: background-color .2s ease-in-out;
  position:relative;
  z-index:1
}
@media (max-width:768px) {
.com-nav li {
  margin: 0 8px -2px 8px;
  padding: 0 3px;
}
}

.com-nav li .img {
  height: 70px;
  filter: grayscale(100%);
  filter: gray;
}
.com-nav li.active .img,
.com-nav li:hover .img {
  filter: none;
}
.com-nav li h3 {
  height: 22px;
  position: relative;
  color: #006936;
  font-size: 16px;
  font-weight:300;
  margin: 10px 0;
  line-height: 20px;
  padding: 0;
}
@media  (max-width:768px) {
.com-nav li h3 {
  height: 22px;
  position: relative;
  color: #006936;
  font-size: 15px;
  font-weight:300;
  margin: 10px 0;
  line-height: 20px;
  padding: 0 3px;
}
}
.com-nav li.active h3,
.com-nav li:hover h3 {
  color: #fff;
}
.com-nav li.active {
  background:#006936;
  transition: background-color .2s ease-in-out;
}

.com-nav a {
  display: block;
  width: 100%;
}

.fas-product img {
  margin:15px 0 0 0;
}
.com-nav1 {
  text-align: left;
  border-bottom: 1px solid #006936;
  margin: 30px 0 0 0;
  position:relative;
  z-index:0;
}
.com-nav1 ul {
  margin:0;
}

@media (max-width:768px) {
.com-nav1 {
  margin: 0 10px;
}
}
.com-nav1 li {
  display: inline-block;
  text-align: center;
  background:#fff;
  margin: 0 0 -1px 30px;
  padding: 0 20px;
  border-top:1px solid #006936;
  border-left:1px solid #006936;
  border-right:1px solid #006936;

  transition: background-color .2s ease-in-out;
  position:relative;
  z-index:1
}
@media (max-width:768px) {
.com-nav1 li {
  margin: 0 8px -2px 8px;
  padding: 0 3px;
}
}

.com-nav1 li .img {
  height: 70px;
  filter: grayscale(100%);
  filter: gray;
}
.com-nav1 li.active .img,
.com-nav1 li:hover .img {
  filter: none;
}
.com-nav1 li h3 {
  height: 22px;
  position: relative;
  color: #006936;
  font-size: 16px;
  font-weight:300;
  margin: 10px 0;
  line-height: 20px;
  padding: 0;
}
@media  (max-width:768px) {
.com-nav1 li h3 {
  height: 22px;
  position: relative;
  color: #006936;
  font-size: 15px;
  font-weight:300;
  margin: 10px 0;
  line-height: 20px;
  padding: 0 3px;
}
}
.com-nav1 li.active h3,
.com-nav1 li:hover h3 {
  color: #fff;
}
.com-nav1 li.active {
  background:#006936;
  transition: background-color .2s ease-in-out;
}

.com-nav1 a {
  display: block;
  width: 100%;
}


.com-list-main {
  position: relative;
  margin:25px 0 0 0;
}
.com-list-main .item {
  height: 0;
  overflow: hidden;
  position: relative;
  opacity: 0;
  margin:0;
}
.com-list-main .active {
  height: auto;
  bottom: 0;
  opacity: 1;
  margin:0;
}

.al-txt {
  text-align:center;
  margin:0 10px;
  border-left:1px solid #eee;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
  background:rgba(0, 0, 0, 0.03);
}
.al-txt h4 {
  font-size: 16px;
  line-height:54px;
  color: #333;
  font-weight:normal;
  margin:0;
  padding:5px 0;
}
@media (max-width:768px) {
.al-txt h4 {
  line-height:32px;
  height:44px;
}
.al-txt {
  height:44px;
  overflow:hidden;
}
}

.full-img1 img {
  margin:0;
  padding:0px;
  transition:.6s;
  width:100%;
  height:200px;
}
.wh a:hover .full-img img {
  transform:scale(1.1);
}
@media (max-width:768px) {
.full-img1 img {
  width:100%;
  height:120px;
}
}
.wh a:hover .full-img1 img {
  transform:scale(1.1);
}
.wh a:hover .al-txt h4 {
  color: #006936;
}
.swiper-slide-case a:hover .full-img1 img {
  transform:scale(1.1);
}
.swiper-slide-case a:hover .al-txt h4 {
  color: #006936;
}
/* ���ֹ��� */
.product-num-box{
    width: 100%;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
	padding:15px 10px;
	position: relative;
    z-index: 2;
}

.product-num-title{
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}
.product-num-text{
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}
.product-num-head {
  margin: 0 auto;
  text-align: center;
}
.product-num-item {
  width: 147px;
  height: 147px;
  background: #FFFFFF;
  box-shadow: 2px 2px 1px rgba(34, 35, 58, 0.2);
  border-radius: 100%;
  padding-top: 42px;
  text-align: center;
  margin: 0 auto;
}
@media  (max-width:768px) {
.product-num-item  {
    width: 106px;
    height: 106px;
    padding: 30px 0 0px 0;
    margin: 0px auto 15px;
}
}
.product-num-jus{
    display: inline-block;
    margin: 80px 0;
    width: 162px;
    height: 56px;
    font-size: 22px;
    color: #fff;
    line-height: 48px;
    letter-spacing: 2px;
    border: 4px solid #fff;
    cursor: pointer;
    font-weight: 500;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    text-decoration: none;
}
.product-num-nub {
  font-size: 30px;
  color: #006835;
  line-height: 32px;
  font-weight:500;
}
.product-num-add {
  font-size: 20px;
  font-weight: bold;
  color: #006835;
  line-height: 32px;
}
.product-num-inf {
  font-size: 16px;
  color: #333;
  line-height:32px;
}
@media  (max-width:768px) {
.product-num-nub {
  font-size: 20px;
  color: #006835;
  line-height: 32px;
  font-weight:normal;
}
.product-num-add {
  font-size: 20px;
  font-weight: 500;
  color: #006835;
  line-height: 32px;
}
.product-num-inf {
  margin:0;
}
}
.product-num-jus:hover{
    background-color: #fff;
    color: #3e88f1;
}
.product-num-wan{
    font-size: 28px;
    color: #fff;
}
.svg-bg {
    margin:-15px 0;
}

/* �������� */

.newContentBox {
	float:left;
	text-align:left;
	vertical-align:top;
	position:relative;
}
.newContentBox a {
	cursor:pointer;
}
.newContentBox .newTitle {
	float:left;
	line-height:44px;
	height:50px;
	font-size:16px;
	color:#333;
	width:80%;
	white-space:nowrap;
	word-break:normal;
	overflow:hidden;
	text-overflow:ellipsis;
}
.newContentBox a:hover .newTitleIcon {
	background-color:#006936;
}
.newContentBox .newTitleIcon {
	width:19px;
	height:19px;
	background:url(../images/plus.png) center no-repeat;
	background-color:#a6a6a6;
	position:absolute;
	right:15px;
	top:14px;
}
.newContentBox .border {
	position:absolute;
	left:100px;
	top:50px;
	width:32px;
	border-top:1px solid #006936;
}
.newContentBox .newContent {
	float:left;
	height:50px;
	width:80%;
	font-size:14px;
	line-height:28px;
	color:#666;
	margin:0;
	overflow:hidden;
	word-wrap:break-word;
	text-overflow:ellipsis;
	display:-webkit-box;
}
.newContentBox .time {
	width:54px;
	height:54px;
	border:1px solid #006936;
	background:#fff;
	text-align:center;
	margin-right:30px;
	margin-top:14px;
	float:left;
}
.newContentBox .time .day {
	font-size:20px;
	color:#006936;
	padding:6px 0 0 0;
}
.newContentBox .time .ym {
	font-size:12px;
	color:#666;
	line-height:40px;
}
.newContentBox a:hover .time {
	background:#006936;
}
.newContentBox a:hover .day {
	color:#fff;
}
.newContentBox a:hover .ym {
	color:#006936;
}

.zxy-cop {
	height:270px;
	overflow: hidden;
}
.zxy-cop-img {
	margin:0;
	padding:0;
	height:258px;
	width:100%;
	border-radius: 10px;
	overflow: hidden;
}
.zxy-cop-img img {
    width:100%;
	height:auto;
	margin:0 auto;
	transition:1s;
}
.zxy-cop:hover .zxy-cop-img img {
	transform:scale(1.1);
}
.cop-hot {
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
	text-align:center;
}
.cop-hot img  {
    width:100px;
	height:50px;
}
.cop-hot h4 {
    color:#fff;
	font-size:16px;
	padding:5px 0;
}
.cop-hot p {
    color:#fff;
	font-size:14px;
	padding:5px 60px;
	text-align:left;
}
 .cop-oth img {
    margin:5px 0;
}

 .cop-oth:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

/* ��������2 */
.zxy-news2 {
    margin:15px 0 6px 0;
}
.news-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 1px solid #eee;
	box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
}

.news-cont {
    width: 60%;
	margin:10px 0 5px 0;
}
.news-img {
    width: 40%;
	height:115px;
	margin:0 auto;
	overflow: hidden;
}
.news-img img  {
    padding:0;
	margin:0;
	transition:0.6s;
	width:100%;
	height:100%;
}
.zxy-news-box a:hover .news-img img {
	transform:scale(1.1);
}
.news-cont h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 18px;
  line-height: 30px;
  padding: 0px 15px;
  margin: 0 0 5px 0;
  font-weight: 300;
  text-align: left;
}

.news-cont p {
  color: #333;
  font-size: 15px;
  line-height: 30px;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: left;
  text-indent: -2em;
  margin:0;
}
.news-cont span {
    color: #666;
	font-size:15px;
    line-height: 20px;
	padding:0 25px;
}
@media  (max-width:768px) {
.news-cont {
    margin:0;
}
.news-cont h4 {
	font-size:16px;
	margin:5px 0 0 0;
}
.news-cont p {
	font-size:14px;
	margin:0 0 5px 0;
}
.news-img {
	height:160px;
}
.news-cont span {
	font-size:14px;
	padding:0 20px 5px 20px;
}
.news-img img  {
    height:160px;
}
}

/* ��������3 */
.news-box3 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 1px solid #f2f2f2;
}
.news-cont3 {
    width: 100%;
}
.news-img3 {
    width: 100%;
	height:220px;
	margin:0 auto;
	overflow: hidden;
}
.news-img3 img  {
    padding:0;
	margin:0;
	transition:0.6s;
}
.zxy-news-box a:hover .news-img3 img {
	transform:scale(1.1);
}
.news-cont3 h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
	font-size:18px;
    line-height: 30px;
    padding:0px 15px;
	margin:0 0 5px 0;
	font-weight: bold;
	text-align:left;
}

.news-cont3 p {
    color: #333;
	font-size:15px;
    line-height: 30px;
	padding:0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	text-align:left;
	text-indent: -2em;
}
.news-cont3 span {
    color: #666;
	font-size:15px;
    line-height: 30px;
	padding:0 15px;
}
@media  (max-width:768px) {
.news-cont3 {
    margin:0;
}
.news-cont3 h4 {
	font-size:16px;
	margin:5px 0 0 0;
}
.news-cont3 p {
	font-size:14px;
	margin:0 0 5px 0;
}
.news-img3 {
	height:160px;
}
.news-cont3 span {
	font-size:14px;
	padding:0 20px 5px 20px;
}
.news-img3 img  {
    height:160px;
}
}



.tj-cp {
    background-image: linear-gradient(#003366, #3399CC);
    height: 373px;
    width: 100%;
    padding: 20px 30px;
}
.tj-cp img {
    margin:20px 0 15px 15px;
}
.tj-cp-cont {
    padding:15px 0 0 15px;
	margin:15px 0 20px 0;
}
.tj-cp-cont i {
    display: inline-block;
    color: #FFF;
    width: 40px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    border: 1px solid #FFF;
    border-radius: 4px;
    font-size: 12px;
	margin-left:25px;
}
.tj-cp-cont span {
    color: #FFF;
    text-align: center;
    line-height: 50px;
	font-size:20px;
}
.tj-cp-cont p {
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
	text-align:left;
}
.tj-cp-cont a {
    margin:8px 0;
}
.tj-cp-img img {
    margin: 0;
	width:215px;
	height:auto;
    position: absolute;
    right: 15px;
    bottom: -8px;
    transition: all .6s;
    -webkit-transition: all .6s;
}
.tj-cp:hover .tj-cp-img img{
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
}
.cpzx-cen-box span {
    color: #666;
    text-align: center;
    line-height: 28px;
	font-size:18px;
}
.cpzx-cen-box p {
    font-size: 16px;
    color: #666;
    letter-spacing: 1px;
	text-align:left;
	margin-top:15px;
}
.cpzx-cen-box img {
    width: 220px;
    height: auto;
    transition: all .6s;
    -webkit-transition: all .6s;
    float: right;
    margin: -95px -17px 0 0;
}
.cpzx-cant-1:hover .cp-bg-1 img,.cpzx-cant-2:hover .cp-bg-2 img,.cpzx-cant-3 a:hover .cp-bg-3 img,.cpzx-cant-4 a:hover .cp-bg-4 img {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}
.cpzx-cen-box {
    background-color: #fff;
    height: 147px;
    width: 100%;
    padding: 20px 30px;
}
.cpzx-a span  {
    color: #FFF;
    line-height: 13px;
    font-size: 13px;
	margin:0 auto;
}
.cpzx-cant-1,.cpzx-cant-2 {
    border: 1px solid #E2E2E2;
}
.sl-quan-icon {
	background:url(../images/yun1.png) center no-repeat;
}
.on h4 {
	background:url(../images/yun2.png) center no-repeat;
}
.yuce-box{
  border-bottom: 1px solid #E2E2E2;
}
.yuce-box p {
  margin-top:-10px;
}

/* jiameng */
.zxy-jm-b {
    width:100%;
	height:85px;
}
.zxy-zs-tit {
	text-align:center;
	margin:0;
}
.zxy-zs-tit span {
    line-height: 32px;
    padding: 5px 15px;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    border: 1px solid #006936;
    border-radius: 5px;
    background: #006936;
	margin:0;
}
.zxy-ypt-gn p span  {
    width: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #d6623d;
    display: inline-block;
    font-style: normal;
    font-size: 14px;
	margin:0;
}
.zxy-zs-tit h4 {
    color:#333;
	font-size: 22px;
	padding:15px 0 0 0;
}

.zxy-zs-tit img{
    width:100%;
	max-width:425px;
	margin:10px 0 0 0;
}
.zs-bg-1 {
    background: url(../images/lou1.png) no-repeat;
	background-size:100% auto;
	background-position: center 153px; 
}

.right_data table tr:nth-of-type(1) {
    background: #eee;
}
.right_data table td ,.right_data table th{
    padding:20px;
    border: 1px solid #ddd;
    display: table-cell !important;
}
.right_data table th{
    text-align:center;
}
.right_data table th:nth-of-type(1){
    width: 20%;
}
.right_data table th:nth-of-type(2){
    width: 40%;
}
.right_data table th:nth-of-type(3){
    width: 30%;
}
.right_data table th:nth-of-type(4){
    width: 50%;
}
.right_data table td:nth-of-type(1){
    width: 20%;
}
.right_data table td:nth-of-type(2){
    width: 40%;
}
.right_data table td:nth-of-type(3){
    width: 30%;
}
.right_data table td:nth-of-type(4){
    width: 50%;
}
.right_data table tr:hover {
    background: #eee;
}

.right_data table tr a {
    color: #333;
}
.right_data table tr a:hover {
    color: #006936;
	text-decoration: none;
}
.ryzz img {
    width:100%;
	max-width:585px;
}
.zxy-video {
    width:100%;
	height:300px;
    background: url(../images/rongyu01.png) no-repeat right bottom;
}
.zxy-video p {
    text-align:left;
    color: #f68c1f;
    font-size: 18px;
}
.zxy-fuchi p {
    text-align:center;
    font-size: 18px;
}
.jjfa-left {
	margin:0 auto;
}
.jjfa-left img {
    width:100%;
	max-width:450px;
}
.yx-top {
    height:100px;
	text-align:center;
	background:#da4e37;
    border-radius: 5px;
}
.yx-bottom {
    margin-top:-16px;
    height:100px;
	text-align:center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 5px;
}
 .yx-top p {
    line-height: 36px;
    padding: 17px 15px;
    font-size: 21px;
    color: #fff;
    font-weight: normal;
}
 .yx-top span {
    line-height: 36px;
    padding: 7px 35px;
    font-size: 20px;
    color: #da4e37;
    font-weight: normal;
    border: 1px solid #da4e37;
    border-radius: 5px;
	background:#fff;
}
 .yx-bottom p {
    line-height: 36px;
    padding: 36px 15px;
    font-size: 20px;
    color: #666;
    font-weight: normal;
}
.fc-right img {
    width:auto;
	height:338px;
}
.zxy-jtjs img {
    width:100%;
	max-width:535px;
}
.zxy-about-b {
    background: url(../images/123.jpg) no-repeat center;
    background-size: auto;
    background-size: cover;
	height:540px;
	width:100%;
}
.zxy-cp-b {
    background: url(../images/cp1.jpg) no-repeat center;
    background-size: auto;
    background-size: cover;
	height:400px;
	width:100%;
}
.zxy-fa-xy-b {
    background: url(../images/xy.jpg) no-repeat center;
    background-size: auto;
    background-size: cover;
	height:540px;
	width:100%;
}
.zxy-fa-ww-b {
    background: url(../images/ww.jpg) no-repeat center;
    background-size: auto;
    background-size: cover;
	height:540px;
	width:100%;
}
.zxy-fa-jr-b {
    background: url(../images/jr.jpg) no-repeat center;
    background-size: auto;
    background-size: cover;
	height:540px;
	width:100%;
}
.zxy-fa-yl-b {
    background: url(../images/yl.jpg) no-repeat center;
    background-size: auto;
    background-size: cover;
	height:540px;
	width:100%;
}
.zxy-fa-yljg-b {
    background: url(../images/yljg.jpg) no-repeat center;
    background-size: auto;
    background-size: cover;
	height:540px;
	width:100%;
}
.zxy-fa-jxcs-b {
    background: url(../images/jxcs.jpg) no-repeat center;
    background-size: auto;
    background-size: cover;
	height:540px;
	width:100%;
}
.zxy-fa-jzgd-b {
    background: url(../images/jzgd.jpg) no-repeat center;
    background-size: auto;
    background-size: cover;
	height:540px;
	width:100%;
}
.zxy-fa-yqsdw-b {
    background: url(../images/yqsdw.jpg) no-repeat center;
    background-size: auto;
    background-size: cover;
	height:540px;
	width:100%;
}
@media  (max-width:768px) {
.zxy-fa-yqsdw-b,.zxy-fa-jzgd-b, .zxy-fa-jxcs-b,.zxy-fa-yljg-b,.zxy-fa-yl-b,.zxy-fa-jr-b,.zxy-fa-ww-b,.zxy-fa-xy-b,.zxy-cp-b,.zxy-about-b {
	height:380px;
}
}

.fa-cj-bj-jr {
    background: url(../images/cj-jr.jpg) no-repeat center;
    background-size: auto;
    background-size: cover;
	height:550px;
	width:100%;
}

@media  (max-width:768px) {
.fa-cj-bj-jr {
    background: url(../images/cj-jr-ph.jpg) no-repeat center;
    background-size: auto;
    background-size: cover;
	height:240px;
	width:100%;
}
}

.fa-cj-bj-ww {
    background: url(../images/cj-ww.jpg) no-repeat center;
    background-size: auto;
    background-size: cover;
	height:550px;
	width:100%;
}

@media  (max-width:768px) {
.fa-cj-bj-ww {
    background: url(../images/cj-ww-ph.jpg) no-repeat center;
    background-size: auto;
    background-size: cover;
	height:240px;
	width:100%;
}
}
.fa-cj-bj-xy {
    background: url(../images/cj-xy.jpg) no-repeat center;
    background-size: auto;
    background-size: cover;
	height:550px;
	width:100%;
}

@media  (max-width:768px) {
.fa-cj-bj-xy {
    background: url(../images/cj-xy-ph.jpg) no-repeat center;
    background-size: auto;
    background-size: cover;
	height:240px;
	width:100%;
}
}
.fa-cj-bj-yl {
    background: url(../images/cj-yl.jpg) no-repeat center;
    background-size: auto;
    background-size: cover;
	height:550px;
	width:100%;
}

@media  (max-width:768px) {
.fa-cj-bj-yl {
    background: url(../images/cj-yl-ph.jpg) no-repeat center;
    background-size: auto;
    background-size: cover;
	height:240px;
	width:100%;
}
}

.fa-cj-bj-yljg {
    background: url(../images/cj-yljg.jpg) no-repeat center;
    background-size: auto;
    background-size: cover;
	height:550px;
	width:100%;
}

@media  (max-width:768px) {
.fa-cj-bj-yljg {
    background: url(../images/cj-yljg-ph.jpg) no-repeat center;
    background-size: auto;
    background-size: cover;
	height:240px;
	width:100%;
}
}
.fa-cj-bj-jxcs {
    background: url(../images/cj-jxcs.jpg) no-repeat center;
    background-size: auto;
    background-size: cover;
	height:550px;
	width:100%;
}

@media  (max-width:768px) {
.fa-cj-bj-jxcs {
    background: url(../images/cj-jxcs-ph.jpg) no-repeat center;
    background-size: auto;
    background-size: cover;
	height:240px;
	width:100%;
}
}
.fa-cj-bj-jzgd {
    background: url(../images/cj-jzgd.jpg) no-repeat center;
    background-size: auto;
    background-size: cover;
	height:550px;
	width:100%;
}

@media  (max-width:768px) {
.fa-cj-bj-jzgd {
    background: url(../images/cj-jzgd-ph.jpg) no-repeat center;
    background-size: auto;
    background-size: cover;
	height:240px;
	width:100%;
}
}

.js-01 h3 {
    text-align:left;
	color:#666;
	padding:5px 10px;
	margin:0 5px;
	font-size: 22px;
    line-height:40px;
}
.kcbg {
    padding:20px 0 0 0;
}
.kcbg p {
    font-size: 16px;
    color: #333;
    line-height:34px;
}
@media  (max-width:768px) {
.js-01 h3 {
	font-size: 18px;
	padding:0 8px;
}
.kcbg p {
    font-size: 14px;
    padding:0 20px;
}
.kcbg {
    padding:0;
}
}
.zxy-qywh span {
    line-height: 32px;
    padding: 5px;
    font-size:16px;
    color:#006936;
    font-weight: normal;
	text-align:left;
}
.zxy-qywh p {
    line-height:32px;
    padding: 5px 10px;
    font-size: 16px;
    color: #666;
	text-align:left;

}
.zxy-qywh-img img {
    width: 291px;
    margin: -1px 0 auto 0;
}
@media  (max-width:768px) {
.zxy-qywh-img img {
    width: 200px;
}
}
.zjtd-right p {
    font-size: 15px;
    text-align: left;
    line-height: 21px;
    margin: -4px 0 15px 20px;
	color:#666;
}
.zjtd-left {
    margin:0 auto;
}
.zjtd-left img {
    padding:0;
}
.zxy-zjtd {
  margin:0;
  padding:0;
}
.zxy-zjtd h4 {
  font-size: 24px;
  line-height: 24px;
  padding: 14px 0px;
  margin: 0;
  text-align: left;
  color: #333;
  font-weight: 500;
}
.zxy-zjtd1 p {
  text-align: left;
  color: #666;
  padding:5px 0 0 0;
  margin:0;
}
.tuandui-p {
  margin:0 15px;
  text-align: left;
  color: #666;
  text-indent: 2em;
}

.zxy-zjtd-cont {
   margin:0 auto;
   position:relative;
}
.clear{ clear:both;margin:0;} 

.c666 {
    color:#666;
}
.zxy-rczp h4 {
    background: #f2f2f2;
    font-size: 18px;
    color: #666;
	font-weight:400;
    padding: 2px 30px;
	text-align:left;
}
.rczp-cont p {
    font-size: 16px;
    color: #666;
	text-align:left;
}
.rczp-cont p strong {
    color: #666;
	font-weight:400;
}

.zxy-lxwm p {
	text-align:left;
	color:#666;
	font-size:16px;
}
.f777 {
    color:#777;
}
.f888 {
    color:#888;
}
.999 {
    color:#999;
}
.f666 {
    color:#666;
}
.zxy-lxwm span {
	text-align:left;
	color:#666;
	font-size:18px;
	padding:15px 0;
}
.zxy-cpzx-img {
    padding: 5%;
    text-align: center;
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
}
.zxy-cpzx-img img  {
    width:280px;
}
.zxy-cpzx-cont h4 {
    font-size: 22px;
    color: #d9231e;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 0 25px 0;
	margin-top: 0px;
    margin-left: 25px;
    text-align: left;
}
.technical {
    margin-left: 25px;
}
.performance {
    margin: 0 0 0 25px;
}
.technical h5, .performance h5 {
    font-size: 18px;
    color: #333;
    text-align: left;
}
.technical p {
    font-size: 13px;
    color: #666;
    text-align: left;
}
.performance span {
    width: 175px;
    height: 34px;
    display: inline-block;
    border: 1px solid #999;
    color: #333;
    font-size: 12px;
    line-height: 33px;
    text-align: center;
    margin:0 20px 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zxy-cpzx-list {
    border-bottom: 1px solid #f0f0f0;
}
.zxy-fa-cont h4 {
    color:#d47327;
	font-size:22px;
}
.zxy-fa-cont h3 {
    color:#d47327;
	padding:0;
	margin:0;
}
.zxy-fa-cont h5 {
    line-height: 25px;
    padding: 0 0 15px 0;
    font-size: 20px;
    color: #006936;
    font-weight: normal;
    border-bottom: 1px solid #eee;
    text-align: left;
    margin-left: 15px;
}
.zxy-fa-cont h6  {
    font-size: 18px;
    color: #d47327;
}
.zxy-fa-cont-yqsdw {
    border-bottom: 1px solid #eee;
}
.zxy-fa-cont-yqsdw h5 {
    line-height: 25px;
    padding: 0 0 15px 0;
    font-size: 22px;
    color: #006936;
    font-weight: normal;
    text-align: left;
}
.zxy-fa-cont-yqsdw h6  {
    font-size: 18px;
    color: #666;
    text-align: left;
}
.zxy-fa-cont-yqsdw p  {
    font-size: 14px;
    color: #666;
	text-indent: 2em;
    text-align: left;
}
.zxy-fa-cont-yqsdw img  {
    width:auto;
    text-align: center;
	padding:0 5%;
}

.cd47327 {
    color: #d47327;
}
.zxy-fa-cont p  {
    font-size: 14px;
    color: #666;
    text-align: center;
}
.zxy-fa-cont img  {
    width:auto;
    text-align: center;
	padding:0 12%;
}
.zxy-fa-cont span  {
    text-align: center;
}
.zxy-ypt-cont p  {
    font-size: 14px;
    color: #666;
}

.zxy-ypt-cont h5 {
    line-height: 25px;
    padding: 0 0 15px 0;
    font-size: 20px;
    color: #006936;
    font-weight: normal;
    border-bottom: 1px solid #eee;
    text-align: center;
    margin-left: 15px;
}
.zxy-ypt-gn-img {
    text-align: center;
}
.zxy-ypt-gn-img img  {
    width:auto;
	padding:0 auto;
	margin:0 auto;
}
.video-back {
	display: block;
	padding: 200px 0px;
	text-align: center;
	width:100%;
	height:580px;
	overflow:hidden;
}

.video-back h1 {
	display: block;
	text-align: center;
	color: #fff;
	text-shadow: 2px 2px 4px #000;
	font-size: 50px;
}

.video-back p {
	display: block;
	color: #fff;
	text-shadow: 2px 2px 1px #000;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

.video-back img {
	width: 150px;
}

.vidbacking {
	position: absolute;
	width: 100%;
	height:auto;
	overflow:hidden;
	z-index: -100;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.fa-cj-l,.fa-cj-r {
	width: 50%;
	padding:10px 20px 0 0;
}
.zs-gm {
    margin:0 10px;
    border: 1px solid #006936;
    border-radius: 5px;
}
.zs-gm h2 {
    color:#006936;
	font-size:32px;
	padding:0;
}
.zs-gm p {
    color:#333;
	font-size:16px;
}
.zs-tit  {
     border-bottom: 1px dashed #006936;
}
.zs-tit p {
    color:#006936;
	font-size:24px;
    text-align:left;
}
.zs-tit p i {
    color:#006936;
	font-size:20px;
}
.zs-tit-bk span  {
    line-height: 32px;
    padding: 5px 15px;
    font-size: 15px;
    color:#006936;
    font-weight: normal;
    border: 1px solid #006936;
    border-radius: 5px;
    margin: 0;
}
.tz-cont  {
    width:50%;
	margin:0;
}
.tz-cont img {
    width:240px;
	height:150px;
}
.tz-cont p {
    font-size: 15px;
    color:#333;
}
.jjfa-ph {
    margin-top:30px;
}

.rotation3D-baseMap {
	position:absolute;
	margin:-40px 0 0 0;
	width:1170px;
	height:600px;
	background:url("../images/baseMap.png") center center no-repeat;
	text-align:center;
}

.rotation3D-baseMap img {
	position:relative;
	z-index:98;
}
 .jt-tit{
   position: relative;
   font-size: 18px;
   line-height: 26px;
   color: #444;
   padding: 7px 20px;
   margin: 0;
   margin-bottom: 0px;
   margin-bottom: 70px;
   text-transform: uppercase;
   box-shadow: 0 3px 5px rgba(34, 34, 34, 0.08);
}
.news-box-tag-r,.news-box-tag-l {
  top: 0;
  position: absolute;
  padding: 4px 10px;
  text-align: center;
  z-index: 8;
  background: rgba(0,0,0,.4);
  margin:0 auto;
}
.news-box-tag-r span,.news-box-tag-l span {
  color: #fff;
  font-size: 13px;
  display: block;
  width: 100%;
  height: 100%;
  margin:0 auto;
}
.news-box-tag-r {
  right: 15px;
}
.news-box-tag-l {
  left: 15px;
}
/* ������ʽ */
.swiper-80%er {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}
.swiper-80%er-no-flexbox .swiper-slide {
    float: left
}

.swiper-80%er-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
	width:10%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 50%;
    height: 100%;
    position: relative;
    padding: 0;
    -webkit-box-shadow: rgba(0,0,0,.2) 0px 0px 30px;
    -moz-box-shadow: rgba(0,0,0,.2) 0px 0px 30px;
    box-shadow: rgba(0,0,0,.2) 0px 0px 30px;
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 50px;
    margin-top: -25px;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    cursor:pointer;
}

.swiper-button-next,.swiper-80%er-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    margin: 0 5px;
    cursor: pointer;
}

.swiper-slide:hover {
    -webkit-box-shadow: rgba(0,0,0,.5) 0px 0px 30px;
    -moz-box-shadow: rgba(0,0,0,.5) 0px 0px 30px;
    box-shadow: rgba(0,0,0,.5) 0px 0px 30px;
}

.tha-anli-box {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
	margin:-150px 0 0 0;
	padding-top:20px;
	z-index:3;
}

.swiper-80%er {
    width: 100%;
    margin: 50px 0 12px 0;
}

.swiper-slide {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: scale(.8);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.7);
    -moz-box-shadow: rgba(0,0,0,.2) 0px 0px 30px;
}

.swiper-slide-active,.swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-slide img {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.swiper-pagination {
    position: relative;
    margin-bottom: 22px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: rgba(0,0,0,.4);
}

@media screen and (max-width: 668px) {
    .swiper-pagination {
        position: relative;
        margin-bottom: 20px;
    }

    .swiper-pagination-bullet-active {
        opacity: 1;
        background: rgba(0,0,0,.4);
    }
}

.swiper-button-prev i,.swiper-button-next i {
    color:#999;
}
.banner-top {
    padding-top: 3.730928444707274%;
}

.banner-title {
    padding: 5px 0;
}

.banner-title h1 {
    text-align: center;
    letter-spacing: 5px;
    font-size: 45px;
    font-weight: normal;
    color: rgb(68, 68, 68);
    padding-bottom: 14px;
}

.banner-text {
    text-align: center;
}

.banner-text p {
    font: 15px;
    margin: 0;
    color: rgb(68, 68, 68);
}

.banner-top-one {
    padding-top: 3.311649911295092%;
}

.banner-button {
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.banner-button a {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    height: auto;
    width: auto;
    line-height: 100%;
    padding: 15px 32px;
    position: relative;
}

.banner-button-btn {
    color: #fff;
    font-weight: 400;
    margin: 0;
    line-height: 1.8em;
    font-size: 16px;
    background-color: #69ca72!important;
    border-radius: 100px;
}

.banner-button-btn{
    background: #cedad0;
    display: inline-block;
    -webkit-transition: border-color .4s,color .4s;
    -moz-transition: border-color .4s,color .4s;
    transition: border-color .4s,color .4s;
    border: 0;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    color: #fff;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.banner-button-btn, .banner-button-btn::before{
     -webkit-transition-timing-function: cubic-bezier(0.2,1,.3,1);
    -moz-transition-timing-function: cubic-bezier(0.2,1,.3,1);
     transition-timing-function: cubic-bezier(0.2,1,.3,1);
}

.banner-button-btn::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: #1a7c29;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7,1,1);
    -moz-transform: scale3d(0.7,1,1);
    -ms-transform: scale3d(0.7,1,1);
    -o-transform: scale3d(0.7,1,1);
    transform: scale3d(0.7,1,1);
    -webkit-transition: -webkit-transform .4s,opacity .4s;
    -moz-transition: -moz-transform .4s,opacity .4s;
    transition: transform .4s,opacity .4s;
    -webkit-transition-timing-function: cubic-bezier(0.2,1,.3,1);
    -moz-transition-timing-function: cubic-bezier(0.2,1,.3,1);
    transition-timing-function: cubic-bezier(0.2,1,.3,1);
}

.banner-button-btn:hover::before{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


/* �������� */
.service-content {
  padding:0;
  margin:-20px 0 0 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.service-top-bg {
    width:100%;
	height:30px;
	margin:0;
    background-image: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
	z-index:2;
	position: relative;
}
.service-tottom-bg {
    width:100%;
	height:30px;
	margin:100px 0 0 0;
    background-image: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
	z-index:2;
	position: relative;
}
.service-animation-bg {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    z-index: 1;
    opacity: .18;
    font-size: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: bgScroll 24s infinite linear;
    animation: bgScroll 24s infinite linear;
    will-change: transform;
}

.service-animation-group {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:0;
    min-height: 280px;
}

.service-item {
	width:160px;
    height:50px;
    margin:40px 40px;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
	background-size:80%;

}

.service-item.item001 {
    background: url(../images/kh01.png) center no-repeat;
	background-size: 80%;
}
.service-item.item002 {
    background: url(../images/kh02.png) center no-repeat;
	background-size: 80%;
}
.service-item.item003 {
    background: url(../images/kh03.png) center no-repeat;
	background-size: 80%;
}
.service-item.item004 {
    background: url(../images/kh04.png) center no-repeat;
	background-size: 80%;
}
.service-item.item005 {
    background: url(../images/kh05.png) center no-repeat;
	background-size: 80%;
}
.service-item.item006 {
    background: url(../images/kh06.png) center no-repeat;
	background-size: 80%;
}
.service-item.item007 {
    background: url(../images/kh07.png) center no-repeat;
	background-size: 80%;
}
.service-item.item008 {
    background: url(../images/kh08.png) center no-repeat;
	background-size: 80%;
}
.service-item.item009 {
    background: url(../images/kh09.png) center no-repeat;
	background-size: 80%;
}
.service-item.item010 {
    background: url(../images/kh010.png) center no-repeat;
	background-size: 80%;
}
.service-item.item011 {
    background: url(../images/kh011.png) center no-repeat;
	background-size: 80%;
}
.service-item.item012 {
    background: url(../images/kh012.png) center no-repeat;
	background-size: 80%;
}
.service-item.item013 {
    background: url(../images/kh013.png) center no-repeat;
	background-size: 80%;
}
.service-item.item014 {
    background: url(../images/kh014.png) center no-repeat;
	background-size: 80%;
}
.service-item.item015 {
    background: url(../images/kh015.png) center no-repeat;
	background-size: 80%;
}
.service-item.item016 {
    background: url(../images/kh016.png) center no-repeat;
	background-size: 80%;
}
.service-item.item017 {
    background: url(../images/kh017.png) center no-repeat;
	background-size: 80%;
}
.service-item.item018 {
    background: url(../images/kh018.png) center no-repeat;
	background-size: 80%;
}
.service-item.item019 {
    background: url(../images/kh019.png) center no-repeat;
	background-size: 80%;
}
.service-item.item020 {
    background: url(../images/kh020.png) center no-repeat;
	background-size: 80%;
}
.service-item.item021 {
    background: url(../images/kh021.png) center no-repeat;
	background-size: 80%;
}
.service-item.item022 {
    background: url(../images/kh022.png) center no-repeat;
	background-size: 80%;
}
.service-item.item023 {
    background: url(../images/kh023.png) center no-repeat;
	background-size: 80%;
}
.service-item.item024 {
    background: url(../images/kh024.png) center no-repeat;
	background-size: 80%;
}

@-webkit-keyframes bgScroll {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-33.333%);
        transform: translateY(-33.333%)
    }
}

@keyframes bgScroll {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-33.333%);
        transform: translateY(-33.333%)
    }
}
.tha-anli-more {
   margin:5px auto 10px auto;
   text-align:center;
   padding:0;
}


/*������ʽ4*/
.news-sty-4 {
  margin:0 15px 0 80px;
  background: #fff;
  box-shadow: 0px 1px 5px rgba(34, 35, 58, 0.2);
  padding: 40px 15px;
  border-radius: 5px;
  height: 390px;
  transition: all .3s;
}
.news-sty-4-img {
  width: 45%;
  height: 270px;
  box-shadow: 4px 13px 30px 1px rgba(0, 104, 53, 0.2);
  border-radius: 5px;
  transform: translateX(-80px);
  overflow: hidden;
}
.news-sty-4-img img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transition: all .3s;
  margin:0;
  padding:0;
}
.news-sty-4-cont {
  margin: 15px 0px 5px -40px;
  font-weight:300;
  width:55%;
}
.news-sty-4-cont span {
   padding:0 0 0 0;
   text-align:left;

}
.nes-sty-4-cont h4 {
    font-size: 22px;
   font-weight:300;
   text-align:left;
}
.news-sty-4-cont p {
   text-indent:-2em;
   text-align:left;
}
.tha-news-bg {
   	background: #fff url(../images/thabg.png) no-repeat right bottom;
	background-size:544px 430px;
}
@media  (max-width:768px) {
.tha-news-bg {
   	background: none;
}
}
.cp-list-tit {
    cursor: pointer;
}

.news-cat-5 {
  margin:0 auto;
  width:100%;
  height:auto;
  overflow: hidden;
}
.news-cat-5::before  {
  content: "";
  position: absolute;
  width: 93%;
  height: 100%;
  overflow: hidden;
  margin: 0 0 0 76px;
  box-shadow: 0px 1px 5px rgba(34, 35, 58, 0.2);
  left: 0;
  border-radius: 5px;
}
@media  (max-width:768px) {
.news-cat-5::before {
  width: 100%;
  margin: 0;
  box-shadow:none;
}
}
.news-sty-5 {
  margin:0 auto;
  width:100%;
  height:auto;
  overflow: hidden;
}
.news-sty-5-img {
  width:100%;
  height: 310px;
  margin:30px 0;
  border-radius: 5px;
}
.news-sty-5-img img {
  width: 100%;
  height: auto;
  margin:0;
  border-radius: 5px;
  transition: all .3s;
}
@media  (max-width:768px) {
.news-sty-5-img {
  height: 220px;
  margin:15px 0;
  box-shadow: none;
}
.news-sty-5-img img {
  height: 220px;
}
}

.news-sty-5-cont {
  margin:25px 15px;
  font-weight:normal;
}

@media  (max-width:768px) {
.news-sty-5-cont a {
    float: right;
    margin: 0 0 10px 0;
}
.news-sty-5-cont {
  margin:25px 0;
  font-weight:normal;
}
}

.news-sty-5-cont span {
   padding:0 0 0 0;
   text-align:left;

}
.news-sty-5-cont h4 {
   font-size: 22px;
   font-weight:normal;
   text-align:left;
}
.news-sty-5-cont p {
   text-align:left;
   margin:0px 0 15px 0;
}
@media (max-width:768px) {
.news-sty-5-cont h4 {
   font-size: 18px;
   text-align:left;
   line-height:36px;
   padding:0;
}
.news-sty-5-cont p {
   margin:0px 0 5px 0;
}
}
.news-tit-box {
    margin:0;
	padding:0;
	overflow:hidden;
	width:auto;
	height:83px;
}
@media (max-width:768px) {
.news-tit-box {
	height:90px;
}
}
.news-sty-5-cont a:hover {
  color:#006835;
}
.news-sty-5-cont a:hover .i-box {
  margin-left:10px;
}
.i-box {
  margin:0;
  padding:0;
  display: inline-block;
  transition: all 0.6s;
}

/*���ظ���*/

.cp-hidden {
	display:none;
}
.moreload {
	margin:0 auto;
	overflow:hidden;
}
.moreload ul.cp-list��.moreload ul.cp-list1 {
	overflow:hidden;
}
.cp-more {
	width:100%;
	height:auto;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
	padding:25px;
}
.cp-more a {
    border: 1px solid #006936;
	padding:5px 20px;
	color:#006936;
    transition: .3s ease-in-out;
	font-size:15px;
}
.cp-more a:hover {
	color:#fff;
	background:#006936;
    transition: .3s ease-in-out;
}

.wh {
    margin-bottom:15px;
}

/*��Ʒ����*/
.cp-cant-img {
    margin:0 auto;
	padding:10px;
	text-align:center;
}
.cp-cant-img img {
    width:75%;
	height:auto;
}
.cp-cont-tit {
    font-size:24px;
    border-bottom: 1px solid #f2f2f2;
	padding:20px 0;
	text-align:left;
    display: inline-block;
	position: relative;
}
@media  (max-width:768px) {
.cp-cont-tit {
    font-size:20px;
    border-bottom: 1px solid #f2f2f2;
	padding:20px 0;
	text-align:left;
    display: inline-block;
	position: relative;
	font-weight: bold;
}
}
.cp-cont-tit::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: #006936;
  z-index: 0;
  bottom: -1px;

}
.cp-cont-p {
  position: relative;
  line-height: 32px;
}
.cp-cont-p p {
  text-align:left;
}
.cp-cont-btn {
  margin:10px 0;
  padding-right:20px;
  position: relative;
  display: inline-block;
}
.cp-cont-btn a {
  color: #006936;
  padding: 5px 0;
  font-weight: bold;
}
.cp-cont-btn a:hover{
  color:#06522d;
}
.tna-cp-ms {
  text-align: left;
  border-bottom: 1px solid #006936;
  margin: 0px 0px 0 15px;
  position: relative;
  width: 97%;
  padding: 0 15px;
}
@media (max-width:768px) {
 .tna-cp-ms {
  margin: 0px 15px;
  width: 93%;
}
}
.tna-cp-ms ul {
  margin:0;
}
.tna-cp-ms li {
  display: inline-block;
  text-align: center;
  background: #006936;
  margin: 0 0 0 0px;
  padding: 0 30px;
  transition: background-color .2s ease-in-out;
  position: relative;
  z-index: 1;
}
.tna-cp-ms li h3 {
  height: 18px;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin: 10px 0;
  line-height: 18px;
  padding: 0;
}
.tna-cp-cs p {
  text-align:left;
}
.tna-cp-cs a {
  color: #006936;
  padding: 5px 30px;
  border: 1px solid #006936;
  font-weight: 300;
  margin:0 10px;
}
.tna-cp-cs a:hover {
  background: #006936;
  color:#fff;
}

.wp-block-table table tr td:nth-child(1) {
  width: inherit !important;
}
@media (max-width:768px) {
.wp-block-table table tr td:nth-child(1) {
  width:22%;
}
}
.wp-block-table table tr td:nth-child(2) {
  width: inherit !important;
}

.wp-block-table table td {
  padding: 11px 10px;
  border: 1px solid #ddd;
  display: table-cell !important;

  font-size: 15px;
}
.wp-block-table table tr:first-child {
    background: #eee;
    text-align:center;
    font-weight:600;
}
.wp-block-table table tr td:first-child {
    text-align:center;
}
.tougao h4 {
    font-size:20px;
    text-align:left;
}
.tougao p {
    text-align:left;
}
.tha-cp-b {
	text-align:center;
}
.tha-case {
    margin:0 auto;
    padding:0;
}
.tha-case a {
    transition: all 1s;
}
.tha-case-img {
    margin: 0 8px;
    overflow: hidden;
}
.tha-case-img img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 230px;
    transition: all .6s;
} 
.tha-case a:hover .tha-case-img img {
    transform:scale(1.1);
}
.tha-case a:hover .al-txt h4 {
    color:#006835;
}
.tha-case-list {
    padding:0;
	margin:10px 0;
}
@media (max-width:768px) {
.tha-case-img img {
    height: 150px;
}
.tha-case {
    margin:10px auto;
}
}

/*ģʽ*/
.pattern-l {
	margin:15px 0;
	padding:0;
}
.pattern-l::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 90%;
  overflow: hidden;
  margin: 10px 0 0 0;
  left: 0;
  background: #f2f2f2;
}
.pattern-l ul li {
	width:100%;
	height:38px;
	position:relative;
	color:#666;
	text-align:left;
	transition:all .3s;
	padding:5px 0 5px 40px;
}
.pattern-l ul li a {
	color:#666;
	font-weight: bold;
}
.pattern-l ul li a:hover {
	color:#006835;
}
.pattern-r {
	display:none;
	height:220px;

}
.a-more {
	width:100%;
	margin:0;
	position:absolute;
	padding:5px 25px;
	bottom:-15px;
}
.desc {
	width:100%;
	margin:0;
	position:relative;
	padding:5px 25px;
}
.desc h4 {
    font-size:20px;
	color:#006835;
	font-weight:500;
	line-height:40px;
}
.desc p {
    font-size:16px;
	color:#666;
	line-height:32px;
	padding:10px 0 0 0;
}
.a-more a {
  color:#666;
}
.a-more a:hover {
  color:#006835;
}
.a-more a:hover .i-box {
  margin-left:10px;
}
.recruit_btn {
    margin-top: 20px;
    padding-left: 33px;
}
.recruit_btn a:hover .i-box {
  margin-left:10px;
}
.recruit_btn a {
  color:#666;
}
.recruit_btn a:hover {
  color:#006835;
}
.pattern-r.active {
	display:block;
	transition:ease .5s;
}

.main-timeline:after{
	content: '';
	display: block;
	clear: both;
}
.main-timeline:before{
	content: '';
	height: 100%;
	width: 1px;
	border: 1px dashed rgba(0,167,155,.5);
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: 20px;
}
.main-timeline .timeline{
	width: 50%;
	padding: 30px 70px 0 25px;
	margin: 0 50px 0 0;
	float: left;
	position: relative;
}
.main-timeline .timeline-content{
	padding: 15px 20px;
	display: block;
	position: relative;
}
.timeline-content p {
	text-align:left;
	color:#333;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }

.main-timeline .timeline-content:after{
	content: '';
	background-color: #006936;
	height: 1px;
	width: 15px;
	position: absolute;
	right: -15px;
	top: 0;
}
.main-timeline .timeline:nth-child(even) .timeline-content:after{
	content: '';
	background-color: #006936;
	height: 1px;
	width: 15px;
	position: absolute;
	left: -15px;
	top: 0px;
}
.main-timeline .timeline-year {
  background-color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  line-height: 78px;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  position: absolute;
  right: -110px;
  top: -75px;
}
.main-timeline .timeline-year:after {
  content: '';
  height: 80px;
  width: 80px;
  border: 1px solid #006936;
  border-left-color: rgb(0, 167, 155);
  border-left-color: transparent;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-20deg);
  position: absolute;
  left: 50%;
  top: 50%;
}
.main-timeline .timeline-icon{
	color: #fff;
	background-color: #006936;
	font-size: 35px;
	text-align: center;
	line-height: 50px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: -25px;
	transition: all 0.3s;
}
.main-timeline .title{
	color: #333;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 7px 0;
}
.main-timeline .description{
	color: #666;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: justify;
	margin: 0 0 5px;
	padding:0 5px;
}
.main-timeline .timeline:nth-child(even){
	padding: 30px 25px 0 70px;
	margin: 0 0 0 50px;
	float: right;
}
.main-timeline .timeline:nth-child(even) .timeline-content{
	padding: 15px 20px;
}

.main-timeline .timeline:nth-child(even) .timeline-year{
	right: auto;
	left: -112px;
}
.main-timeline .timeline:nth-child(even) .timeline-year:after{
	transform: translateX(-50%) translateY(-50%) rotate(200deg);
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
	left: auto;
	right: -25px;
}
.timeline:nth-child(4n+1) .timeline-content,.timeline:nth-child(4n+3) .timeline-content {
	border-bottom: 1px solid #006936;
	border-right: 1px solid #006936;
}
.timeline:nth-child(4n+2) .timeline-content,.timeline:nth-child(4n+4) .timeline-content {
	border-bottom: 1px solid #006936;
	border-left: 1px solid #006936;
}

.timeline:nth-child(4n+1) .timeline-content,
.timeline:nth-child(4n+1) .timeline-year:after{
	color: #006936;
}

.timeline:nth-child(4n+2) .timeline-content,
.timeline:nth-child(4n+2) .timeline-year:after{
	color: #006936;
}

.timeline:nth-child(4n+3) .timeline-content,
.timeline:nth-child(4n+3) .timeline-year:after{
	color: #006936;
}

.timeline:nth-child(4n+4) .timeline-content,
.timeline:nth-child(4n+4) .timeline-year:after{
	color: #006936;
}


@media screen and (max-width:767px){
	.main-timeline:before{ display: none; }
	.main-timeline .timeline{
		width: 100%;
		padding-top: 0px;
		padding-right: 12px;
		margin-bottom: 20px;
	}
	.main-timeline .timeline:nth-child(even){
		padding-left: 10px;
		padding-top: 0px;
		margin-bottom: 20px;
	}
	.main-timeline .timeline-content,
	.main-timeline .main-timeline .timeline:nth-child(even) .timeline-content{
		background-color: #fff;
		padding-top: 25px;
	}
	.main-timeline .timeline-content:after{ display: none; }
	.main-timeline .timeline-year{
		font-size: 24px;
		line-height: 70px;
		height: 70px;
		width: 70px;
		right: 0;
		top: -65px;
	}
	.main-timeline .timeline-year:after{ display: none; }
	.main-timeline .timeline:nth-child(even) .timeline-year{ left: 3px; }
}
@media screen and (max-width:567px){
	.main-timeline .title{ font-size: 18px; }
}
.tha-about3 {
  padding:0;
  margin:0
}
.tha-about3 h4 {
    font-size:22px;
	font-weight:300;
    text-align:left;
	padding:0;
}
.tha-about h4 {
    font-size:22px;
	font-weight:300;
    text-align:left;
}
.tha-about2 {
    margin:0;
	padding:0 15px;
}
.tha-about2 h4 {
    font-size:22px;
	font-weight:300;
    text-align:left;
	margin:0;
	padding:0;
}
.tha-about1 h4 {
    font-size:23px;
	font-weight:300;
    text-align:center;
}
.tha-about p {
    text-align:left;
	text-indent:2em;
}
.tha-lx-box h4 {
    text-align:left;
	font-size:24px;
	font-weight:300;
}
.tha-lx-box p {
    text-align:left;
}
.tha-lx-box p a:hover {
    color:#006835;
}
.tha-lx-box table {
	width:100%;
	background:rgba(255,255,255,.8)
}
.tha-lx-box table tr:first-child {
  background: #eee;
  text-align: center;
  font-weight: 500;
}
.tha-lx-box table td {
  padding: 10px;
  border: 1px solid #ddd;
  display: table-cell !important;
  width: inherit !important;
  text-align: center;
}
.cpxz-bg {
  background: #eee;
  font-weight:400;
}
.tha-cpxz-box table {
	width:100%;
    background:rgba(255, 255, 255, 0.8);
}
.tha-cpxz-box table td {
  padding: 10px 20px;
  border: 1px solid #ddd;
  text-align: center;
}

.tha-cpxz-box table td:nth-child(1) {
  width:40%;
}
.tha-cpxz-box table td:nth-child(2) {
  width:20%;
}
.tha-cpxz-box table td:nth-child(3) {
  width:20%;
}
.tha-cpxz-box table td:nth-child(4) {
  width:20%;
}
@media (max-width:768) {
.tha-cpxz-box table td:nth-child(1) {
  width:60%;
}
.tha-cpxz-box table td:nth-child(3) {
  width:20%;
}
.tha-cpxz-box table td:nth-child(4) {
  width:20%;
}
}



.tha-cpxz-box table tr td:first-child {
  text-align: left;
}
.tha-lx-box table tr:hover,.tha-cpxz-box table tr:hover {
  background:rgba(0, 0, 0, 0.03);
}
.tha-lx-box table tr:first-child:hover,.tha-cpxz-box table tr:first-child:hover {
  background: #eee;
}
.down-box {
  margin:0;
  padding:0;
  width:100%;
  height:auto;
  color:#666;
}
.wh:hover .al-txt {
  background:rgba(0, 0, 0, 0.03);
}
.jm-p {
  font-size:20px;
  font-weight:300;
  color:#006835;
  padding:0;
  margin:15px 0 0 0;
}

/*ʱ����*/
.mk-tl-col {
    width: 100%;
    float: left;
    padding: 0 15px;
    overflow-y: auto;
	margin:0;
}
.mk-tl, .mk-tl-list {
    padding: 0 15px;
}
.mk-tl-list {
    margin: auto;
    width:100%;

    position: relative;
}
.mk-tl-list:before {
    top: 0;
    left: 50%;
    width: 2px;
    content: "";
    height: 100%;
    margin-left: -1px;
    position: absolute;
    background-color: #eee;
}
.mk-tl-item {
    color: #333;
    margin: 0;
}
.mk-tl-item:after, .mk-tl-item:before {
    content: "";
    display: table;
}
.mk-tl-item:after {
    clear: both;
    display: block;
}
.mk-tl-item:nth-child(odd) .mk-tl-event {
    left: 15px;
    float: right;
    text-align: left;
    background-color: #eee;
}
.mk-tl-item:nth-child(odd) .mk-tl-dot {
    right: 100%;
    color: #e0882a;
    margin-right: 10px;
	display:none;
}
.mk-tl-event .mk-tl-dot {
    top: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    position: absolute;
    border: 2px solid;
    border-radius: 50%;
    background-color: #fff;
}
.mk-tl-event .mk-tl-dot img {
    display: none;
}
.mk-tl-item:nth-child(odd) .mk-tl-date {
    right: 100%;
    margin-right: 2px;
}
.mk-tl-date {
    top: 8px;
    font-size: 13px;
    padding: 4px 8px;
    min-width: 77px;
    max-width: 120px;
    text-align: center;
    position: absolute;
    white-space: normal;
    border-radius: 0 18px;
    background-color: inherit;
    text-transform: uppercase;
}
.mk-tl-date .mk-tl-month, .mk-tl-date .mk-tl-year {
    display: inline-block;
	margin:5px 0;
	font-weight:400;
	font-size:16px;
}
.mk-tl-item:nth-child(odd) .mk-tl-event {
    left: 15px;
    float: right;
    text-align: left;
}
.mk-tl-title {
    font-weight: 500;
    margin-bottom: 10px;
}
.mk-tl-item:nth-child(even) .mk-tl-event {
    right: 15px;
    float: left;
    text-align: right;
    background-color: #eee;
}
.mk-tl-event {
    width: 50%;
    padding: 10px;
    font-size: 16px;
    position: relative;
    border-radius: 10px;
}
.mk-tl-item:nth-child(even) .mk-tl-dot {
    left: 100%;
    color: #167297;
    margin-left: 10px;
	display:none;
}
.mk-tl-item:nth-child(even) .mk-tl-date {
    left: 100%;
    margin-left: 2px;
}
.mk-tl-content p {
    text-align:left;
	padding:0 10px;
}
.tha-about-img {
    margin:0 auto;
	text-align:center;
	padding:0;
}
.tha-about-img img {
    width:100%;
	max-width:420px;
}

#newBridge ins {
  font-size: 11px;
}
.news-imgbox {
  height: 250px;
  width:100%;
  overflow:hidden;
  margin:0 auto;
}
.news-imgbox img {
  height: auto;
  width: 100%;
  transition: all 0.6s;
  margin:0;
}
.news-textbox {
  background: #f8f8f8;
  text-align: left;
  padding: 10px 15px;
  margin:0 auto;
}
.news-textbox a {
  margin:0;
}
.news-textbox a h4 {
  text-align: left;
  font-size: 18px;
  color: #333;
  margin: 0;
  padding: 10px 0;
  line-height: 32px;
  font-weight: 400;
}
.news-textbox p {
  text-align:left;
  color:#666;
  margin:0;
  padding:10px 0;
}
.news-textbox span i {
  padding-right: 6px;
}
.tha-news-box:hover .news-imgbox img {
  transform:scale(1.1);
}
.tha-news-list-box  {
  background: #f8f8f8;
  text-align: left;
  padding: 0px 15px;
  margin: 0 auto;
  height: 480px;
  overflow-y: scroll;
}
.tha-news-list-cont a h4 {
  text-align: left;
  font-size: 18px;
  color: #333;
  margin: 0;
  padding: 10px 0;
  line-height: 32px;
  font-weight: 400;
}
 .title-bg-1 p a {
  border-bottom: #006835 solid 2px;
  display: inline-block;
  padding-bottom: 10px;
  margin:0;
}
@media  (max-width:768px) {
 .title-bg-1 p a {
    border-bottom: #006835 solid 2px;
    display: inline-block;
    padding-bottom: 0px;
    margin: 5px 0 0 0;
}
}

/* ���� */
.wpcf7 {
  margin:0;
  padding:0;
}
.screen-reader-response {
  margin:0;
  padding:0;
}
.screen-reader-response p {
  margin:0;
  padding:0;
}
.wpcf7 form {
  width: 100%;
  margin: 0 auto;
}
.wpcf7 form p label {
  background: #f3f2f1;
  width: 100%;
  max-width: 340px;
  border-radius: 5px;
  margin:5px 15px;
}
.wpcf7 form p {
  margin:0;
  padding:0;
}
.from-tit {
  display: inline-block;
  width: 25%;
  height: 18px;
  line-height: 18px;
  border-right: 1px solid #d8d8d8;
  font-size: 16px;
  font-weight:300;
  color: #333;
  margin-top: 12px;
  text-align: center;
  letter-spacing:4px
}
.wpcf7 form p label span input {
  width: 70%;
  padding-left: 35px;
  border: none;
  background: #f3f2f1;
  height: 40px;
  line-height: 40px;
  outline: none;
  font-size: 14px;
  font-weight:300;
  color: #666;
  display: inline-block;
  margin:5px auto;
  letter-spacing:1px
}
.wpcf7 form p label span textarea{
  padding: 15px;
  width: 100%;
  max-width: 460px;
  height: 120px;
  line-height: 20px;
  font-size: 14px;
  font-weight:300;
  color: #999;
  border-radius: 5px;
  margin-top: 0px;
  background: #f3f2f1;
  outline: none;
  letter-spacing:1px
}
.wpcf7 form p input {
  width: 200px;
  height: 42px;
  font-size: 16px;
  color: #fff;
  background: #006936;
  border-radius: 5px;
  border: none;
  outline: none;
  margin: 40px 0 0 0;
}

.zxy-zx-btn {
  margin:15px auto;
  text-align:center;
}

.zxy-zx-btn span {
  font-size: 16px;
  color: #fff;
  background: #f43d3d;
  border-radius: 5px;
  border: none;
  outline: none;
  margin: 15px 0;
  padding:10px 66px;
}

.zxy-zx-btn span a {
  color: #fff;
}
.wpcf7-response-output {
  margin:15px auto;
  text-align:center;
}
.cp-td-box {
  text-align:left;
}
.cp-td-box h4 {
  font-size: 22px;
  line-height: 46px;
  padding: 10px 0;
  margin: 10px 0;
  text-align: left;
  font-weight: 300;
}
.cp-td-box ul li {
  font-size: 16px;
  line-height: 32px;
  text-align:left;
}
@media  (max-width:768px) {
.cp-td-box h4 {
  font-size: 20px;
}
.cp-td-box ul li {
  font-size: 15px;
  line-height: 30px;
}
}
.cp-td-box ul li span {
  color: #fff;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  margin: 0 10px 0 0;
  font-size: 16px;
  line-height: 24px;
  padding: 0px 8px;
}
.cp-td-box ul li:nth-child(1) span {
  background-color: #f3715b;
}
.cp-td-box ul li:nth-child(2) span {
  background-color: #f99e69;
}
.cp-td-box ul li:nth-child(3) span {
  background-color: #fed15c;
}
.cp-td-box ul li:nth-child(4) span {
  background-color: #4ec0a9;
}
.cp-td-box ul li:nth-child(5) span {
  background-color: #30c47c;
}
.cp-td-box ul li:nth-child(6) span {
  background-color: #d4addb;
}

.tha-cpxz-box table tr td svg {
  margin:0;
}
@media (max-width:768px) {
.tha-cpxz-box table tr td:nth-child(3) {
  display:none;
}
}
.tha-fw-box img {
  width: 50px;
  height: auto;
}
.tha-fw-box p {
  text-align:left;
}

.zxy-al-yqsdw-b {
  background: url(../images/al-bg-01.jpg) no-repeat center;
  background-size: auto;
  background-size: auto;
  background-size: cover;
  height: 540px;
  width: 100%;
}
.news-text-t {
  margin:0;
  padding:0;
  width:100%;
  height:83px;
  overflow:hidden;
}
.news-text-d {
  margin:0;
  padding:0;
  width:100%;
  height:106px;
  overflow:hidden;
}
.fw-ico-2 img {
  margin-left:8px;
}
.fw-ico-1 img {
  margin-left:15px;
}
.p-tb10 a {
  display:inline-block;
}
.rczp-cont {
  width:100%;
  height:212px;
  overflow:hidden;
}
.swiper-containe {
  margin-top:8px;
  margin-bottom:8px;
}
.xny-cq {
  margin:0;
  padding:0 8px;
}
.xny-cq img {
  margin:0;
  padding:7px 7px;
}
.xny-img img {
  margin:0;
}
.xny-img-tel img {
  margin:0;
  padding:5px 15px;
}
.xny-img-tel p {
  margin:0;
  padding:0;
}
@media (max-width: 768px) {
.xny-img-tel p {
  font-size:13px;
  line-height: 20px;
}
}

/* ����ҵ�� */
.map-service {
	padding:0;
	margin:0;
}
.china-map {
	width:100%;
	margin:0;
}
.china-map img {
	margin:0;
	max-width:98%;
}
.region-list {
	position:absolute;
	left:0;
	top:0;
}

@-webkit-keyframes warn{
0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}
100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}
}
@-moz-keyframes warn{
0%{-moz-transform:scale(0);transform:scale(0);opacity:1}
100%{-moz-transform:scale(1);transform:scale(1);opacity:0}
}
@-o-keyframes warn{
0%{-o-transform:scale(0);transform:scale(0);opacity:1}
100%{-o-transform:scale(1);transform:scale(1);opacity:0}
}
@keyframes warn{
0%{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:1}
100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}
}
.area-box .dot {
	position:absolute;
	left:0;
	width:10px;
	height:10px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background:#a2a9b4;
	opacity:1;
	filter:alpha(opacity=100);
	margin:0;

}
.area-box .pulse {
	position:absolute;
	top:-28px;
	left:-28px;
	height:66px;
	width:66px;
	-webkit-border-radius:48px;
	-moz-border-radius:48px;
	border-radius:48px;
	opacity:.32;
	filter:alpha(opacity=0);
	-webkit-animation:warn 2s ease-out both;
	-moz-animation:warn 2s ease-out both;
	-o-animation:warn 2s ease-out both;
	animation:warn 2s ease-out both;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	background:0 0;
}
.area-box .delay-01 {
	-webkit-animation-delay:0s;
	-moz-animation-delay:0s;
	-o-animation-delay:0s;
	animation-delay:0s;
}
.area-box .delay-02 {
	-webkit-animation-delay:0.4s;
	-moz-animation-delay:0.4s;
	-o-animation-delay:0.4s;
	animation-delay:0.4s;
}
.area-box .delay-03 {
	-webkit-animation-delay:0.8s;
	-moz-animation-delay:0.8s;
	-o-animation-delay:0.8s;
	animation-delay:0.8s;
}
.area-box .delay-04 {
	-webkit-animation-delay:1.2s;
	-moz-animation-delay:1.2s;
	-o-animation-delay:1.2s;
	animation-delay:1.2s;
}
.area-box .delay-05 {
	-webkit-animation-delay:1.6s;
	-moz-animation-delay:1.6s;
	-o-animation-delay:1.6s;
	animation-delay:1.6s;
}
.area-box .delay-06 {
	-webkit-animation-delay:1.8s;
	-moz-animation-delay:1.8s;
	-o-animation-delay:1.8s;
	animation-delay:1.8s;
}
.area-box .delay-07 {
	-webkit-animation-delay:2.2s;
	-moz-animation-delay:2.2s;
	-o-animation-delay:2.2s;
	animation-delay:2.2s;
}
.area-box .delay-08 {
	-webkit-animation-delay:2.4s;
	-moz-animation-delay:2.4s;
	-o-animation-delay:2.4s;
	animation-delay:2.4s;
}
.area-box .delay-09 {
	-webkit-animation-delay:3s;
	-moz-animation-delay:3s;
	-o-animation-delay:3s;
	animation-delay:3s;
}
.show-regin {
	position:absolute;
	left:2px;
	height:0;
	top:0;
	width:11px;
	opacity:0;
	-o-transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
}
.online-node .show-regin,.region-list:hover .show-regin,.underline-node .show-regin,.waite-node .show-regin {
	height:127px;
	opacity:1;
}
.show-regin span {
	width:80px;
	position:absolute;
	left:-39px;
	top:0;
	padding:6px 10px;
	font-size:14px;
	color:#444;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	text-align:center;
	white-space:nowrap;
}
.area-box {
	z-index:77;
}
.show-regin {
	z-index:66;
}

.postition-1 {
	left:58%;
	top:33%;
}
.postition-2 {
	left:68%;
	top:28%;
}
.postition-3 {
	left:78%;
	top:47%;
}

.postition-4 {
	left:15%;
	top:9%;
}
.postition-5 {
	left:26%;
	top:57%;
}
.postition-6 {
	left:52%;
	top:5%;
}
.postition-7 {
	left:50%;
	top:58%;
}
.postition-8 {
  left: 74%;
  top: 4%;
}
.postition-9 {
  left: 83%;
  top: 63%;
}
.region-list.waite-1 .area-box .dot {
	background:#4aaaae;
}
.area-box .pulse-1 {
	border:2px solid #4aaaae;
	-webkit-box-shadow:0 0 4px #4aaaae,0 0 10px #4aaaae inset;
	-moz-box-shadow:0 0 4px #4aaaae,0 0 10px #4aaaae inset;
	box-shadow:0 0 4px #4aaaae,0 0 10px #4aaaae inset;
}
.region-list.waite-2 .area-box .dot {
	background:#ab40ba;
}
.area-box .pulse-2 {
	border:2px solid #ab40ba;
	-webkit-box-shadow:0 0 4px #ab40ba,0 0 10px #ab40ba inset;
	-moz-box-shadow:0 0 4px #ab40ba,0 0 10px #ab40ba inset;
	box-shadow:0 0 4px #ab40ba,0 0 10px #ab40ba inset;
}
.region-list.waite-3 .area-box .dot {
	background:#a96676;
}
.area-box .pulse-3 {
	border:2px solid #a96676;
	-webkit-box-shadow:0 0 4px #a96676,0 0 10px #a96676 inset;
	-moz-box-shadow:0 0 4px #a96676,0 0 10px #a96676 inset;
	box-shadow:0 0 4px #a96676,0 0 10px #a96676 inset;
}
.region-list.waite-4 .area-box .dot {
	background:#f9ee2f;
}
.area-box .pulse-4 {
	border:2px solid #f9ee2f;
	-webkit-box-shadow:0 0 4px #f9ee2f,0 0 10px #f9ee2f inset;
	-moz-box-shadow:0 0 4px #f9ee2f,0 0 10px #f9ee2f inset;
	box-shadow:0 0 4px #f9ee2f,0 0 10px #f9ee2f inset;
}
.region-list.waite-5 .area-box .dot {
	background:#ef6761;
}
.area-box .pulse-5 {
	border:2px solid #ef6761;
	-webkit-box-shadow:0 0 4px #ef6761,0 0 10px #ef6761 inset;
	-moz-box-shadow:0 0 4px #ef6761,0 0 10px #ef6761 inset;
	box-shadow:0 0 4px #ef6761,0 0 10px #ef6761 inset;
}
.region-list.waite-6 .area-box .dot {
	background:#f486b0;
}
.area-box .pulse-6 {
	border:2px solid #f486b0;
	-webkit-box-shadow:0 0 4px #f486b0,0 0 10px #f486b0 inset;
	-moz-box-shadow:0 0 4px #f486b0,0 0 10px #f486b0 inset;
	box-shadow:0 0 4px #f486b0,0 0 10px #f486b0 inset;
}
.region-list.waite-7 .area-box .dot {
	background:#278013;
}
.area-box .pulse-7 {
	border:2px solid #278013;
	-webkit-box-shadow:0 0 4px #278013,0 0 10px #278013 inset;
	-moz-box-shadow:0 0 4px #278013,0 0 10px #278013 inset;
	box-shadow:0 0 4px #278013,0 0 10px #278013 inset;
}
.region-list.waite-8 .area-box .dot {
	background:#5ea542;
}
.area-box .pulse-8 {
	border:2px solid #5ea542;
	-webkit-box-shadow:0 0 4px #5ea542,0 0 10px #5ea542 inset;
	-moz-box-shadow:0 0 4px #5ea542,0 0 10px #5ea542 inset;
	box-shadow:0 0 4px #5ea542,0 0 10px #5ea542 inset;
}
.region-list.waite-9 .area-box .dot {
	background:#fea72e;
}
.area-box .pulse-9 {
	border:2px solid #fea72e;
	-webkit-box-shadow:0 0 4px #fea72e,0 0 10px #fea72e inset;
	-moz-box-shadow:0 0 4px #fea72e,0 0 10px #fea72e inset;
	box-shadow:0 0 4px #fea72e,0 0 10px #fea72e inset;
}
.gj-zh-p p {
    margin:0;
}

@media (max-width: 768px){
.gj-zh-p p {
    font-size: 13px;
    line-height: 20px;
}
}



