@charset "utf-8";

#banner a{ 
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.jungle{
	position: relative;
	box-shadow: 0 5px 20px 1px rgba(49, 49, 49, 0.2);
}
.bounce{
	width:auto;
	height:auto;
	position:absolute;
	top:35px;
	left:70px;
}
.bounce p{
	line-height:30px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}
.only-p{
	line-height:30px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#000;
}
.bounce:hover{
	-webkit-animation:bounce 1.5s;
	animation:bounce 1.5s;
	animation-iteration-count: infinite;
	-webkit-transform-origin:center bottom;
	transform-origin:center bottom;
}
.bounce-index{
	width:auto;
	height:auto;
	position:absolute;
	top:35px;
	left:70px;
}
.bounce-index p{
	line-height:30px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}
.bounce-index:hover{
	-webkit-animation:bounce 1.5s;
	animation:bounce 1.5s;
	animation-iteration-count: infinite;
	-webkit-transform-origin:center bottom;
	transform-origin:center bottom;
}
.new_grid{
	border:1px solid #ccc;
}
.grid {
	position: relative;
}
.grid figure {
	position: relative;
	overflow: hidden;
	background: #d9ba77;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}
.grid figure figcaption {
	padding: 2em;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
figure.apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}
figure.apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
figure.apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 1em;
	max-width: 150px;
	border-right: 5px solid #339856;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	color:#339856;
	letter-spacing: 1px;
	font-size: 90%;
	font-weight: 800;
}
figure.apollo h2 {
	text-align: left;
	font-weight: 800;
	word-spacing: -0.15em;
	color:#339856;
	margin: 0;
}
figure.apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}
figure.apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
figure.apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.new_header{
    width:80%;
    height:36px;
    line-height: 36px;
    text-align:center;
    margin:auto;
    position:relative;
	font-size:18px;
	font-weight:bold;
	color:#339856;
}
.new_header div:before,.new_header div:after{
    position:absolute;
    background:#339856;
    content:"";
    height:1px;
    top:50%;
    width:90px;
}
.new_header div:before{
	left:10px;
}
.new_header div:after{
	right:10px;
}
.new_box{
	width:90%;
    text-align:left;
    margin:auto;
}
.new_box p{
	height:30px;
    line-height: 30px;
	font-size:14px;
	color:#000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.new_box p:hover{
	color:#339856;
}
.tabs {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
label {
	background: #eee; 
	/*border: 1px solid #ddd; */
	padding: .7em 1em;
	cursor: pointer;
	z-index: 1;
	margin-left: -1px;
}

/*
.tab1 {
	background: url(../images/t1.png); 
	background-size: 100% 100%; 
	/*border: 1px solid #ddd; 
	padding: .7em 1em;
	cursor: pointer;
	z-index: 1;
	margin-left: -1px;
	width:100%;
	float:left;
	height:100px;
}

.tab1-hover{
	background: url(../images/tt1.png); 
	background-size: 100% 100%; 
	margin-left: -1px;
}
.tab2 {
	background: url(../images/t2.png); 
	background-size: 100% 100%; 
	/*border: 1px solid #ddd; 
	padding: .7em 1em;
	cursor: pointer;
	z-index: 1;
	margin-left: -1px;
	width:100%;
	float:left;
	height:100px;
}
.tab2-hover{
	background: url(../images/tt2.png); 
	background-size: 100% 100%; 
	margin-left: -1px;
}
.tab3 {
	background: url(../images/t3.png); 
	background-size: 100% 100%; 
	/*border: 1px solid #ddd; 
	padding: .7em 1em;
	cursor: pointer;
	z-index: 1;
	margin-left: -1px;
	width:100%;
	float:left;
	height:100px;
}
.tab3-hover{
	background: url(../images/tt3.png); 
	background-size: 100% 100%; 
	margin-left: -1px;
}
.tab4 {
	background: url(../images/t4.png); 
	background-size: 100% 100%; 
	/*border: 1px solid #ddd; 
	padding: .7em 1em;
	cursor: pointer;
	z-index: 1;
	margin-left: -1px;
	width:100%;
	float:left;
	height:100px;
}
.tab4-hover{
	background: url(../images/tt4.png); 
	background-size: 100% 100%; 
	margin-left: -1px;
}
.tab5 {
	background: url(../images/t5.png); 
	background-size: 100% 100%; 
	/*border: 1px solid #ddd;
	padding: .7em 1em;
	cursor: pointer;
	z-index: 1;
	margin-left: -1px;
	width:100%;
	float:left;
	height:100px;
}
.tab5-hover{
	background: url(../images/tt5.png); 
	background-size: 100% 100%; 
	margin-left: -1px;
}
*/
div.tab_box {
	width: 100%;
	height:202px;
	margin-top: -1px;
	padding: 1em;
	border: 1px solid #ddd;
	-webkit-order: 1;
	order: 1;
	display:none;
}
div#d_tab1{
	display:block;
}
.tab-li{
	width:33.333%;
	float:left;
	text-align:center;
	padding:13px 0;
}
.tab-li p{
	border:1px solid #ccc;
	display:inline-block;
	padding:4px 20px;
	color:#8f8f8f;
	min-width:175px;
}
.tab-li p:hover{
	border:1px solid #339856;
	color:#339856;
}
.tab-li-mobile{
	width:50%;
	float:left;
	text-align:center;
	padding:6px 0;
}
.tab-li-mobile p{
	border:1px solid #ccc;
	display:inline-block;
	padding:4px 5px;
	color:#8f8f8f;
	min-width:150px;
}
.tab_imgbox{
	width:100%;
	display:none;
	position:relative
}
.tab_imgbox img{
    width:100%;
	height:300px;
	object-fit:cover;
}
.tab_imgbox-block{
	display:block;
	position:relative
}
.tab_imgbox-block img{
    width:100%;
    height:300px;
    object-fit:cover;
}
.awidth{
	width:20%;
}


.slide-img-box{
	position: relative;
	
}
.slide-img-bounce{
	position:absolute;
	top:70px;
	width:100%;
}
.slide-img-bounce p{
	color:#fff;
	line-height:36px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
.slide-item-body ul li {
    width: 33.333%;
    float: left;
    display: block;
    height: 200px;
    padding-top: 42px;
    margin-bottom: 20px;
    border: none;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: inherit;
    padding-top: 0;
    border-radius: 0;
    background-color: #fff;
    color: #000;
    z-index: 10002;
}
.slide-item-body ul li a {
    display: block;
    /*box-shadow: 0 5px 20px 1px rgba(49, 49, 49, 0.2);*/
}
.new-img img {
    width: 100%;
    height: auto;
    border: none;
    display: block;
}
.slide-item {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}
.slide-item-body ul li {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 20px;
}
.slide-item-body .tempWrap {
    background: #fff;
}
.slide-item-body ul {
    padding-top: 10px;
    overflow: visible;
}

.slide-item-body ul li:hover {
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    z-index: 1002;
    position: relative;
    left: 0;
}


.bf {
    background: url(../images/bf.jpg);
	background-size:100% 100%; 
	background-size:cover;
}
.article{
	width:100%;
	line-height:36px;
	height:36px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
}
.article-1{
	width:100%;
	line-height:36px;
	height:36px;
	font-size:18px;
	font-weight:bold;
	color:#000;
}
.article-title{
	word-wrap:break-word;
	color:#fff;
	margin:0;
}
.article-title-1{
	word-wrap:break-word;
	color:#000;
	margin:0;
}
.article-line{
	height:0;
	border-top:1px solid #fff;
	margin:12px 0;
}
.article-line-1{
	height:0;
	border-top:1px solid #000;
	margin:12px 0;
}

.bf-one{
	padding-top:15px;
	margin-top:25px;
	background-color:rgba(66,179,229,0.8);
	box-shadow:0 1px 10px #ccc;
}
.bf-two{
	padding-top:15px;
	margin-top:50px;
	background-color:rgba(255,255,255,0.8);
	box-shadow:0 1px 10px #ccc;
}
.bf-three{
	padding-top:15px;
	margin-top:5px;
	background-color:rgba(224,194,128,0.8);
	box-shadow:0 1px 10px #ccc;
}
.bf-four{
	padding-top:15px;
	margin-top:35px;
	background-color:rgba(51,152,86,0.8);
	box-shadow:0 1px 10px #ccc;
}
.news-center{clear:none;display:none;height:25px;}
.section-img{
	display:block;
}
.news-ps{
    width: 80px;
    line-height: 25px !important;
    border: 1px solid #ccc;
    border-radius: 15px;
    text-align: center;
    height: 25px !important;
    margin:15px auto;
    color:#626262;
}
.imgsecbox{
    position:absolute;
    bottom:0;
    background-color: rgba(0,0,0,0.35);
    height:50px;
    width:100%;
}
.imgsecbox-p{
    line-height:25px;
    text-indent:2em;color:#fff;
    font-size:16px;
    width:95%;
    margin:auto;
    word-wrap:break-word;
}
@media screen and (max-width: 768px) {
	.jungle{
		position: relative;
		box-shadow: 0 5px 20px 1px rgba(49, 49, 49, 0.2);
	}
	.bounce{
		width:80px;
		height:80px;
		position:absolute;
		top:30px;
		left:50px;
	}
	.news-center{
		clear:both;
		display:block;
		height:25px;
	}
	
	.section-img{
		display:none;
	}
	.slide-item {
	    width: 100%;
	    position: relative;
	    margin: 0 auto;
	}
	.bf-one{
		padding-top:15px;
		margin-top:5px;
		background-color:rgba(66,179,229,0.8);
		box-shadow:0 1px 10px #ccc;
	}
	.bf-two{
		padding-top:15px;
		margin-top:5px;
		background-color:rgba(255,255,255,0.8);
		box-shadow:0 1px 10px #ccc;
	}
	.bf-three{
		padding-top:15px;
		margin-top:5px;
		background-color:rgba(224,194,128,0.8);
		box-shadow:0 1px 10px #ccc;
	}
	.bf-four{
		padding-top:15px;
		margin-top:5px;
		background-color:rgba(51,152,86,0.8);
		box-shadow:0 1px 10px #ccc;
	}
	div.tab_box {
    	width: 100%;
    	height:auto;
    	margin-top: -1px;
    	padding: 1em;
    	border: 1px solid #ddd;
    	-webkit-order: 1;
    	order: 1;
    	display:none;
    }
}
