@media (min-width:1000px) {
/* flexslider */

.flexslider{
	position:relative;
	height: auto;
	width:100%; 
	float:left;
}
.flexslider .slides{
	position:relative;
	z-index:1;
}
.flexslider .slides li{
	height: auto; 
	position:relative;
	overflow:hidden;
}
.flexslider .slides li img{
	width: 100%;
	height: auto;
	display: block;
	transform: scale(1.1);
	transition: 4s;
}
.flexslider .slides .flex-active-slide img{
	height: auto; 
	position:relative;
	transform: scale(1.0);
}
.flexslider .slides li .tex{
	width:100%;
	position:absolute;
	height:100%;
	top:0;
	left:0;
	z-index:10;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.flexslider .slides li .tex h1{
	font-size:24px;
	color:#68B939;
	text-transform:uppercase;
	line-height:22px;
	text-align:center;
}
.flexslider .slides li .tex h1.white{
	color:#FFF;
}
.flexslider .slides li .tex dl dt{
	margin-top:25px;
	font-size:54px;
	color: #FFF;
	text-shadow: 2px 4px rgba(11,51,70,0.45);
	line-height:81px;
	margin-bottom:20px;
	text-align:center;
	letter-spacing:5px;
}
.flexslider .slides li .tex dl dd{
	text-align:center;
	font-size:16px;
	line-height:21px;
	color:#FFF;
	text-transform:uppercase;
}
.flexslider .slides li .tex .more{
	display:flex;
	align-items: center;
	justify-content: center;
	margin-top:80px;
}
.flexslider .slides li .tex .more a{
	width: 174px;
	height: 52px;
	background: #68b939;
	line-height:52px;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size:14px;
	color:#FFF;
}
.flexslider .slides li .tex .more a i{
	width:12px;
	height:24px;
	background-image:url(../img/jt.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:20px;
}

.flexslider .slides li .tex .more2{
	display:flex;
	align-items: center;
	justify-content: center;
	margin-top:80px;
}
.flexslider .slides li .tex .more2 a{
	width: 174px;
	height: 52px;
	background: #086EB3;
	line-height:52px;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size:14px;
	color:#FFF;
}
.flexslider .slides li .tex .more2 a i{
	width:12px;
	height:24px;
	background-image:url(../img/jt.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:20px;
}

.flexslider .flex-control-nav{
	position:absolute;
	bottom:1.0rem;
	z-index:2;
	width:100%;
	text-align:center;
}
.flexslider .flex-control-nav li{
	display:inline-block;
	width: auto;
	*display:inline;
	zoom:1;
	margin:0 5px;
}
.flexslider .flex-control-nav a{
	display:inline-block;
	width:30px;
	height:3px;
	line-height:50px;
	overflow:hidden;
	background:rgba(255,255,255,0.9);
	cursor:pointer;
}
.flexslider .flex-control-nav .flex-active{
	background:#68B939;
	width:30px;
}
.flexslider .flex-direction-nav{
	position:absolute;
	z-index:3;
	width:100%; 
	bottom: 100px; 
	height: 64px;
	top:calc(50% - 32px);
}
.flexslider .flex-direction-nav li a{
	display:block;
	width:32px;
	height:64px;
	overflow:hidden;
	cursor:pointer;
	position:absolute; 
}
.flexslider .flex-direction-nav li a.flex-prev{
	left:40px; 
	background-image: url(../img/zj.png);
	background-position: center; 
	background-repeat: no-repeat;
}
.flexslider .flex-direction-nav li a.flex-next{
	right:40px;
	background-image: url(../img/zj.png); 
	background-position: center; 
	background-repeat: no-repeat;
	-webkit-transform: rotate(180deg);
}




.martf40{ margin-top:-80px;}



}




@media (max-width:999px) {

.flexslider{
	position:relative;
	height: auto;
	width:100%; 
	float:left;
	margin-top:4.0rem;
}
.flexslider .slides{
	position:relative;
	z-index:1;
}
.flexslider .slides li{
	height: auto; 
	position:relative;
	overflow:hidden;
}
.flexslider .slides li img{
	width: 100%;
	height: auto;
	display: block;
	transform: scale(1.1);
	transition: 4s;
}
.flexslider .slides .flex-active-slide img{
	height: auto; 
	position:relative;
	transform: scale(1.0);
}
.flexslider .slides li .tex{
	width:100%;
	position:absolute;
	height:100%;
	top:0;
	left:0;
	z-index:10;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.flexslider .slides li .tex h1{
	font-size:0.8rem;
	color:#68B939;
	text-transform:uppercase;
	line-height:1.5rem;
	text-align:center;
}
.flexslider .slides li .tex h1.white{
	color:#FFF;
}
.flexslider .slides li .tex dl dt{
	margin-top:0.5rem;
	font-size:1.2rem;
	color: #FFF;
	text-shadow: 1px 2px rgba(11,51,70,0.45);
	line-height:2.0rem;
	margin-bottom:0.5rem;
	text-align:center;
}
.flexslider .slides li .tex dl dd{
	text-align:center;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
	text-transform:uppercase;
	display:none;
}
.flexslider .slides li .tex .more{
	display:flex;
	align-items: center;
	justify-content: center;
	margin-top:2.0rem;
}
.flexslider .slides li .tex .more a{
	width: 8.0rem;
	height: 2.0rem;
	background: #68b939;
	line-height:2.0rem;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size:0.8rem;
	color:#FFF;
}
.flexslider .slides li .tex .more a i{
	width:0.5rem;
	height:1.0rem;
	background-image:url(../img/jt.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:1.0rem;
}

.flexslider .slides li .tex .more2{
	display:flex;
	align-items: center;
	justify-content: center;
	margin-top:2.0rem;
}
.flexslider .slides li .tex .more2 a{
	width: 8.0rem;
	height: 2.0rem;
	background: #086EB3;
	line-height:2.0rem;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size:0.8rem;
	color:#FFF;
}
.flexslider .slides li .tex .more2 a i{
	width:0.5rem;
	height:1.0rem;
	background-image:url(../img/jt.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:1.0rem;
}

.flexslider .flex-control-nav{
	position:absolute;
	bottom:1.0rem;
	z-index:2;
	width:100%;
	text-align:center;
}
.flexslider .flex-control-nav li{
	display:inline-block;
	width: auto;
	*display:inline;
	zoom:1;
	margin:0 5px;
}
.flexslider .flex-control-nav a{
	display:inline-block;
	width:30px;
	height:3px;
	line-height:50px;
	overflow:hidden;
	background:rgba(255,255,255,0.9);
	cursor:pointer;
}
.flexslider .flex-control-nav .flex-active{
	background:#68B939;
	width:30px;
}
.flexslider .flex-direction-nav{
	position:absolute;
	z-index:3;
	width:100%; 
	bottom: 100px; 
	height: 64px;
	top:calc(50% - 32px);
}
.flexslider .flex-direction-nav li a{
	display:block;
	width:32px;
	height:64px;
	overflow:hidden;
	cursor:pointer;
	position:absolute; 
}
.flexslider .flex-direction-nav li a.flex-prev{
	left:40px; 
	background-image: url(../img/zj.png);
	background-position: center; 
	background-repeat: no-repeat;
}
.flexslider .flex-direction-nav li a.flex-next{
	right:40px;
	background-image: url(../img/zj.png); 
	background-position: center; 
	background-repeat: no-repeat;
	-webkit-transform: rotate(180deg);
}










}