@charset "utf-8";
/**************首页******************/
body {
	background: #414141 url(../images/index/bg_bottom.jpg) center bottom no-repeat;
}
.index-container {
	background: #FFF;
}
/*漂浮广告*/
.party-float {
	position: absolute;
	width: 300px;
	height: 150px;
 	top: 1;
  left: 1;
	padding: 0px;
	background-color: #fff;
	z-index: 9000000;
}
.party-float img {
	display: block;
	width: 100%;
	height: 100%;
}
.party-float #floatClose {
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	right: 0px;
	top: 0px;
	cursor: pointer;
	background-color: rgba(255,255,255,0.8);
}
/******* header模块 *******/
.header-top {
	height: 120px;
	z-index: 100;
	background: url(../images/index/bg_top.jpg) right bottom no-repeat;
	position: relative;
	overflow: hidden;
}
/*logo*/
.header-top a.logo {
	position: absolute;
	top: 10px;
	left: 21px;
	display: block;
	width: 322px;
	height: 61px;
	outline: none;
	text-decoration: none;
	background: url('../images/index/logo.png') center no-repeat;
}
.top-bar {
	position: absolute;
	top: 0px;
	right: 20px;
}
.go-ynedut, .tel-top {
	float: left;
	display: block;
	line-height: 32px;
	color: #333333;
	font-size: 1.4em;
	font-family: '微软雅黑';
}
.go-ynedut {
	background: url(../images/index/ico_ynedut.png) left center no-repeat;
	margin-right: 20px;
	padding-left: 21px;
}
.tel-top {
	background: url(../images/index/ico_tel_top.png) left center no-repeat;
	padding-left: 25px;
}
.font-1 {
	font-weight: bold;
	color: #006934;
}
.motto {
	margin: 27px auto 0 auto;
	display: block;
}
/*导航区*/
.nav-btn, .nav-bar, .main-header .logo span {
	display: none;
}
.header-nav {
	margin: 0 auto 0 auto;
	background: #016934;
}
.nav-swicth {
	display: none;
}
.main-nav .level-1 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.main-nav .level-1 > li {
	float: left;
	width: 9.09%;
	position: relative;
	display: inline-block;
}
.main-nav .level-1 > li > a {
	display: block;
	color: #ffffff;
	font-family: '微软雅黑';
	font-size: 1.6em;
	text-align: center;
	height: 50px;
	line-height: 50px;
	background-color: none;
	cursor: pointer;
}
.main-nav .level-1 > li.first-nav > a {
}
.main-nav .level-1 > li.last-nav > a {
}
.main-nav .level-1 > li > a:hover, .main-nav .level-1 > li.selected > a {
	background-color: #59BB89;
}
/*二级导航*/
.main-nav .level-2 {
	position: absolute;
	width: 100%;
	z-index: 9999999;/*二级导航显示的优先级，是否显示在最上层*/
	height: 0;
	opacity: 0;
	padding: 0 0 0 0;
	overflow: hidden;
	transition: all .5s ease;
	top: 50px;
}
.main-nav li:hover .level-2 {
	height: auto;
	padding: 0px 0 0px 0;
	opacity: 1;
}
.main-nav .level-2 li {
}
.main-nav .level-2 li.fake-level-2 {
	display: none;
}
.main-nav .level-2 li a {
	display: block;
	color: #666666;
	background: #FFF;
	font-family: '微软雅黑';
	font-size: 1.6em;
	line-height: 46px;
	outline: none;
	text-decoration: none;
	text-align: left;
	text-indent: 20px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	border-top: 1px solid #DEDEDE;
}
.main-nav .level-2 li:first-child a {
	border-top: none;
}
.main-nav .level-2 li:hover a, .main-nav .level-2 li.active a {
	color: #E9BD5A;
}
/*banner*/
.main-banner {
	height: 300px;
	position: relative;
	overflow: hidden;
	z-index: 80;
}
#bannerBox {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#bannerBox .slick-slide {
	float: left;
	width: 100%;
	height: 300px;
}
#bannerBox .slick-slide a {
	display: block;
	width: 100%;
	height: 100%;
}
#bannerBox .slick-slide img {
	width: 100%;
	height: 100%;
}
#bannerBox .slick-dots {
	bottom: 30px
}
.main-banner .banner-btn {
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	background-position: 0 center;
	background-repeat: no-repeat;
	cursor: pointer;
	transition: all 0.5s ease;
}
#bannerPagination {
}
#bannerPagination a {
	width: 57px;
	height: 4px;
	background-color: #fff;
	opacity: 0.5;
	margin: 0 5px;
	border-radius: 1px;
	cursor: pointer;
	transition: all 0.5s ease;
}
#bannerPagination a.active {
	background-color: #ff991b;
	opacity: 1;
}
.notice-news, .search-box {
	width: calc(50% - 15px);
	width: 573px \9;
	height: 80px;
	background: #FFF;
	float: left;
	box-shadow: 5px 5px 5px #D9D9D9;
	border: 1px solid #D9D9D9 \9;
}
.notice-news {
	margin-right: 30px;
}
/*搜索*/

.search-box {
	position: relative;
}
.mod-title-search {
	width: 80px;
	height: 80px;
	float: left;
	line-height: 80px;
	font-size: 1.8em;
	font-family: '微软雅黑';
	color: #006934;
	text-indent: 22px;
}
.search-box .J_SearchBox {
	position: absolute;
	right: 10px;
	top: 20px;
	width: calc(100% - 90px);
	width: 485px \9;
	height: 40px;
	border: none;
	overflow: hidden;
	border-left: 1px solid #999999;
}
.search-box a#J_SearchBtn {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	right: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/index/btn_search.png);
	z-index: 10;
	outline: none;
}
.search-box input {
	width: calc(100% - 35px);
	width: 450px \9;
	height: 20px;
	border: none;
	line-height: 20px;
	color: #999999;
	padding: 10px 0;
	padding-left: 10px;
	background: none;
	font-size: 1.6em;
	outline: none;
	z-index: 11;
	overflow: hidden;
	font-family: '宋体';
}
.search-box input:-webkit-autofill {
 background-color: transparent;
 background-image: none;
 -webkit-box-shadow: 0 0 0 1000px #ececec inset;
}
/* 模块标题 */
.mod-title-1 {
	height: 80px;
	position: relative;
	color: #006934;
	font-size: 3em;
	line-height: 80px;
	font-family: '微软雅黑';
	text-align: center;
}
a.btn-more {
	display: block;
	margin: 0 auto;
	background: #FFF;
	width: 148px;
	height: 38px;
	font-family: '微软雅黑';
	font-size: 1.8em;
	line-height: 38px;
	text-align: center;
	color: #333333;
	border: 1px solid #CCCCCC;
	border-radius: 19px;
}
a.btn-more:hover {
	color: #FFF;
	background: #006934;
	border: 1px solid #006934;
	transition: all 0.5s ease;
}
.first-col {
	margin-top: -20px;
	position: relative;
	z-index: 1000000;
}
/* 通知公告 */
.notice-news {
	position: relative;
}
.mod-title-notice {
	width: 160px;
	height: 80px;
	float: left;
	line-height: 80px;
	font-size: 1.8em;
	font-family: '微软雅黑';
	background: url(../images/index/ico_noticelist.png) 9px center no-repeat;
	color: #666666;
	text-indent: 34px;
}
.scroll-info {
	width: calc(100% - 180px);
	width: 395px \9;
	overflow: hidden;
	float: left;
	margin-left: 0px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 60px;
}
.scroll-info-box {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.newslist-scroll {
	width: 100%;
	line-height: 60px;
}
.newslist-scroll li {
	height: 60px;
	line-height: 60px;
	width: 100%;
}
.newslist-scroll li a, .newslist-scroll li a:link {
	color: #333333;
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 1.4em;
	font-family: "微软雅黑";
	width: calc(90% - 90px);
	width: 265px \9;
	float: left;
	padding-right: 100px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	position: relative;
}
.newslist-scroll li a:hover {
	color: #006934;
}
.newslist-scroll li .datatime {
	color: #999999;
	padding-right: 4px;
	font-family: Arial;
	width: 80px;
	display: block;
	position: absolute;
	left: auto;
	right: 0;
	top: 1px;
	height: 60px;
	line-height: 60px;
	border: none;
}
.newslist-scroll li a:hover .datatime {
	border: none;
}
.btn-prev-news, .btn-next-news {
	position: absolute;
	right: 10px;
	width: 20px;
	height: 20px;
}
.btn-prev-news {
	background: url(../images/index/ico_up_news.png) center no-repeat;
	top: 15px;
}
.btn-prev-news:hover {
	background: #026838 url(../images/index/ico_up_news_on.png) center no-repeat;
}
.btn-next-news {
	background: url(../images/index/ico_down_news.png) center no-repeat;
	bottom: 15px;
}
.btn-next-news:hover {
	background: #026838 url(../images/index/ico_down_news_on.png) center no-repeat;
}
.xwdt {
	padding-bottom: 30px;
}
.news-list-1 li {
	display: block;
	width: calc(50% - 20px);
	width: 585px \9;
	height: 180px;
	margin: 0 0 30px 10px;
	float: left;
}
.news-list-1 li img {
	display: block;
	width: 280px;
	height: 180px;
	float: left;
	margin-right: 10px;
}
.news-list-1 li .newstitle, .news-list-1 li .smalltext, .news-list-1 li .newstime {
	display: block;
	overflow: hidden;
	width: calc(100% - 300px);
	width: 280px \9;
	float: left;
}
.news-list-1 li .newstitle {
	font-size: 1.8em;
	font-family: "微软雅黑";
	background: none;
	text-indent: 0;
	color: #333333;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.news-list-1 li .smalltext {
	border-top: 1px dashed #006934;
	line-height: 30px;
	height: 90px;
	margin-top: 10px;
	font-family: "微软雅黑";
	font-size: 1.4em;
	color: #777777;
}
.news-list-1 li .newstime {
	line-height: 30px;
	color: #777777;
	font-size: 1.4em;
	font-family: Arial;
}
.news-list-1 li:hover .newstitle {
	color: #006934;
}
.tszy {
	background: url(../images/index/bg_module_1.jpg) repeat;
	padding-bottom: 30px;
}
.news-list-2 li {
	display: block;
	width: calc(25% - 20px);
	width: 280px \9;
	height: 320px;
	margin: 0 10px 30px 10px;
	float: left;
	background: #FFF;
	overflow: hidden;
}
.news-list-2 li a {
	display: block;
	width: 100%;
	height: 100%;
}
.news-list-2 li img {
	display: block;
	width: 100%;
	height: 160px;
	margin-bottom: 10px;
}
.news-list-2 li .newstitle, .news-list-2 li .smalltext, .news-list-2 li .newstime {
	display: block;
	overflow: hidden;
	width: calc(100% - 20px);
	width: 260px \9;
	margin-left: auto;
	margin-right: auto;
}
.news-list-2 li .newstitle {
	font-size: 1.8em;
	font-family: "微软雅黑";
	background: none;
	text-indent: 0;
	color: #333333;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	position: relative;
	margin-top: 0;
}
.news-list-2 li .newstitle:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 30px;
	height: 2px;
	border-bottom: 1px solid #CECECE;
	margin-left: 0;
}
.news-list-2 li .smalltext {
	line-height: 28px;
	height: 90px;
	margin-top: 10px;
	font-family: "微软雅黑";
	font-size: 1.4em;
	color: #777777;
}
.news-list-2 li .btn-detail {
	display: none;
	width: 100px;
	height: 24px;
	line-height: 24px;
	text-indent: 10px;
	font-family: "微软雅黑";
	font-size: 1.4em;
	color: #777777;
	line-height: 24px;
	background: #FFF url(../images/index/ico_detail.png) 77px center no-repeat;
	margin: 0 auto;
	border-radius: 12px;
}
.news-list-2 li:hover {
	background: #59BB88;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
}
.news-list-2 li:hover img {
	display: none;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
}
.news-list-2 li:hover .newstitle {
	margin-top: 60px;
	text-align: center;
}
.news-list-2 li:hover .newstitle, .news-list-2 li:hover .smalltext {
	color: #FFF;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
}
.news-list-2 li:hover .newstitle:after {
	width: 100px;
	left: 50%;
	margin-left: -50px;
	border-bottom: 1px solid #FFF;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
}
.news-list-2 li:hover .btn-detail {
	display: block;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
}
.full-banner {
	margin-top: 50px;
}
.full-banner a {
}
.full-banner a img {
	display: block;
	padding: 5px;
	border: 1px solid #DEDEDE;
	width: calc(100% - 12px);
}
.xqhz {
	padding-bottom: 30px;
}
.first-news {
	display: block;
	width: 420px;
	margin: 0 30px 20px 10px;
	padding-bottom: 10px;
	background: #F8F8F8;
	float: left;
}
.first-news img {
	display: block;
	width: 100%;
	height: 240px;
	margin-bottom: 12px;
}
.first-news .newstitle, .first-news .smalltext, .first-news .newstime {
	display: block;
	overflow: hidden;
	width: calc(100% - 20px);
	width: 400px \9;
	margin-left: auto;
	margin-right: auto;
}
.first-news .newstitle {
	font-size: 1.6em;
	font-family: "微软雅黑";
	background: none;
	text-indent: 0;
	color: #333333;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.first-news .smalltext {
	line-height: 30px;
	height: 60px;
	font-family: "微软雅黑";
	font-size: 1.4em;
	color: #999999;
}
.first-news .newstime {
	line-height: 30px;
	color: #333333;
	font-size: 1.4em;
	font-family: Arial;
}
.first-news:hover .newstitle {
	color: #006934;
}
.news-list-3 {
	width: calc(100% - 460px);
	width: 740px \9;
	float: left;
}
.news-list-3 li {
	display: block;
	margin: 0 0px 10px 0px;
	position: relative;
}
.news-list-3 li .newstitle, .news-list-3 li .smalltext {
	display: block;
	overflow: hidden;
	width: calc(100% - 80px);
	width: 660px \9;
	padding-left: 80px;
}
.news-list-3 li .newstitle {
	font-size: 1.8em;
	font-family: "微软雅黑";
	background: none;
	text-indent: 0;
	color: #333333;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	position: relative;
}
.news-list-3 li .smalltext {
	line-height: 40px;
	height: 40px;
	font-family: "微软雅黑";
	font-size: 1.4em;
	color: #777777;
}
.news-list-3 li:hover .newstitle, .news-list-3 li:hover .smalltext {
	color: #006934;
}
.datatime {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0;
	left: 0;
	border: 1px solid #999999;
}
a:hover .datatime {
	border: 1px solid #006934;
}
.day {
	font-family: 'Arial';
	font-size: 1.8em;
	color: #999999;
	display: block;
	text-align: center;
	line-height: 28px;
}
a:hover .day {
	color: #006934;
}
.year {
	line-height: 30px;
	height: 30px;
	color: #999999;
	display: block;
	text-align: center;
	font-family: 'Arial';
	font-size: 1.6em;
}
a:hover .year {
	color: #006934;
}
.chaxun {
	background: #F8F8F8;
	padding-top: 30px;
}
.link-item {
	display: block;
	width: calc(50% - 20px);
	width: 580px \9;
	margin: 0 10px;
	float: left;
	box-shadow: 0px 3px 3px #D9D9D9;
	height: 110px;
	line-height: 110px;
	font-family: "微软雅黑";
	font-size: 2.4em;
	text-indent: 280px;
}
.link-item-1 {
	background: #FFD3D8 url(../images/index/ico_cjcx.png) 190px center no-repeat;
	color: #C30D23;
}
.link-item-2 {
	background: #D5F1E3 url(../images/index/ico_zscx.png) 190px center no-repeat;
	color: #00693E;
}
.xyfg {
	background: #F8F8F8 url(../images/index/bg_module_2.png) right bottom no-repeat;
	padding-bottom: 30px;
}
/*图片滚动*/
.img-box {
	width: 100%;
	height: 250px;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}
.img-box ul {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.img-box li {
	display: block;
	width: 380px;
	height: 250px;
	overflow: hidden;
	float: left;
	position: relative;
	margin-left: 20px;
	background: #FFF;
}
.img-box li:first-child {
	margin-left: 0px;
}
.img-box li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.img-box li .img-mask {
	width: 0%;
	height: 0%;
	position: absolute;
	left: 50%;
	bottom: 50%;
}
.img-box li .name {
	display: block;
	width: 98%;
	position: absolute;
	left: 1%;
	bottom: 0px;
	color: #333333;
	height: auto;
	line-height: 40px;
	font-size: 1.8em;
	text-align: center;
	z-index: 1100;
}
.img-box li img {
	display: block;
	width: 100%;
	height: 210px;
}
.img-box li .img-mask {
}
.img-box li:hover {
	background: #006934;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.img-box li:hover .name {
	color: #FFF;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
/******* 友情链接 ******/
.wrapper-friendLinkBox {
	border-bottom: 1px solid #5D5D5D;
}
.friendLinkBox {
	text-align: left;
	height: 100px;
	line-height: 100px;
	position: relative;
}
.friendLinkBox-left {
	width: 120px;
	float: left;
	height: 46px;
	color: #CCCCCC;
	font-size: 1.8em;
	line-height: 100px;
	text-align: left;
	text-indent: 5px;
}
.friendLinkBox-right {
	width: calc(100% - 210px);
	width: 990px \9;
	float: left;
	height: 100%;
	overflow: hidden;
	padding-left: 20px;
}
.friendLinkBox-right a, .friendLinkBox-right a:link {
	line-height: 40px;
	color: #DEDEDE;
	font-size: 1.6em;
	font-family: "微软雅黑";
	padding: 0 30px 0 30px;
	border-right: 1px solid #CCCCCC;
}
.friendLinkBox a:hover {
	color: #25AAE1;
}
.btn-prev-friendLink {
	background: url(../images/common/ico_prev_link.png) no-repeat center center;
	height: 26px;
	position: absolute;
	right: 35px;
	top: 35px;
	width: 26px;
	padding: 0 !important;
}
.btn-prev-friendLink:hover {
	background: #C00919 url(../images/common/ico_prev_link.png) no-repeat center center;
}
.btn-next-friendLink {
	background: url(../images/common/ico_next_link.png) no-repeat center center;
	height: 26px;
	position: absolute;
	right: 0;
	top: 35px;
	width: 26px;
	padding: 0 !important;
}
.btn-next-friendLink:hover {
	background: #C00919 url(../images/common/ico_next_link.png) no-repeat center center;
}
/*联系方式*/
#jtdt_pageText {
	padding: 10px;
}
#jtdt_pageText .jtdt_title {
	border-bottom: 1px solid E5E5E5;
	margin-bottom: 20px;
}
#jtdt_pageText .jtdt_title img {
	float: left;
	display: block;
	padding: 5px;
	border: 1px solid #E5E5E5;
}
#jtdt_pageText .jtdt_title ul {
	float: left;
}
#jtdt_pageText .jtdt_title ul li {
	font-size: 16px;
	color: #333333;
	padding-left: 0px;
	margin-bottom: 7px;
	text-indent: 0;
}
#jtdt_pageText .jtdt_title ul li:first-child {
	font-size: 20px;
	font-weight: bold;
	color: #25D6E0;
}
#jtdt_pageText .jtdt_map {
}
#dituContent {
	margin: 10px auto;
	width: 99%;
	height: 500px;
}
#dituContent img {
	max-width: none !important;
}


@media only screen and (max-width: 1580px) {

	.motto {
		margin: 60px auto 0 auto;
	}
}

/** 1024-1199 */

@media only screen and (max-width: 1199px) {
.header-top {
}
.main-nav .level-1 > li > a {
	font-size: 1.4em;
}
.main-nav .level-2 li a {
	font-size: 1.4em;
}
.main-nav .level-2 li a {
	line-height: 40px;
	text-indent: 15px;
}
.main-nav .level-2 li:hover a, .main-nav .level-2 li.active a {
}
.newslist-scroll li a, .newslist-scroll li a:link {
	width: calc(100% - 100px);
}
.year {
	font-size: 1.4em;
}
.link-item {
	text-indent: 260px;
	background-position: 170px center;
}
}


/** 768-1023 */

@media only screen and (max-width: 1023px) {
/*漂浮广告*/
.party-float {
	display: none;
}
/******* header模块 *******/
.header-top {
	height: 150px;
	background-position: center bottom;
	background-size: auto 100%;
}
.header-top a.logo {
	top: 5px;
	left: 5px;
	width: 240px;
	height: 60px;
	background-size: 100% auto;
}
.top-bar {
	top: 15px;
	right: 5px;
}
.motto {
	width: 80%;
	height: auto;
	margin-top: 60px;
}
.main-header {
	padding-top: 60px;
	background: #FFF;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
/*导航*/
.header-nav {
	width: 100%;
	height: 60px;
	padding: 0;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 10000000;
	background: none;
	background: #FFF;
	border-bottom: 1px solid #CCCCCC;
}
.header-nav .nav-bar {
	display: block;
	position: relative;
}
.header-nav .nav-bar .text-nav-bar {
	line-height: 60px;
	text-indent: 10px;
	color: #006934;
	font-size: 2.0em;
	font-family: '微软雅黑';
	letter-spacing: 2px;
}
.main-header .nav-btn {
	width: 40px;
	width: 40px;
	display: block;
	position: absolute;
	top: 15px;
	right: 10px;
	z-index: 1000000;
	outline: none;
	text-decoration: none;
	transition: all .4s ease;
	padding-top: 0px;
}
.main-header .nav-btn .line {
	width: 32px;
	height: 4px;
	margin: 6px auto;
	background: #006934;
	transition: all .4s ease;
}
.main-header .nav-btn.active {
}
.main-header .nav-btn.active .line {
	width: 40px;
}
.main-header .nav-btn.active .line2 {
	opacity: 0;
	display: none \9;
}
.main-header .nav-btn.active .line1 {
	-webkit-transform: rotateZ(45deg) translateY(10px);
	-moz-transform: rotateZ(45deg) translateY(10px);
	-ms-transform: rotateZ(45deg) translateY(10px);
	-o-transform: rotateZ(45deg) translateY(10px);
	transform: rotateZ(45deg) translate(3px, 11px);
}
.main-header .nav-btn.active .line3 {
	-webkit-transform: rotateZ(-45deg) translateY(-10px);
	-moz-transform: rotateZ(-45deg) translateY(-10px);
	-ms-transform: rotateZ(-45deg) translateY(-10px);
	-o-transform: rotateZ(-45deg) translateY(-10px);
	transform: rotateZ(-45deg) translate(3px, -11px);
}
.main-nav {
	padding: 0;
	width: 100%;
	height: calc(100% - 60px);
	position: fixed;
	margin: 0;
	right: 0px;
	top: 60px;
	z-index: 999999;
	background: #FFF;
	transition: all .4s ease;
	display: none;
}
.nav-swicth {
}
.main-nav.show {
	overflow: scroll;
	display: block;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.main-nav .level-1 {
	width: 100%;
	height: 100%;
	margin-left: 0;
	background: #016934;
	opacity: 1;
	filter: Alpha(opacity=100);
	position: relative;
}
.main-nav .level-1 > li {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	background: #016934;
}
.main-nav .level-1 > li > a {
	text-indent: 3em;
	text-align: left;
	line-height: 60px;
	height: 60px;
	display: block;
	padding: 0;
	margin: 0;
	color: #FFF;
	font-size: 2em;
	font-weight: normal;
	background: url(../images/index/ico_nav_un.png) 35px center no-repeat;
	border: none;
	position: relative;
	border-bottom: 1px solid #FFF;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease !important;
	transition: all 1s ease;
}
.main-nav .level-1 > li > a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 22px;
	margin-top: -6.5px;
	width: 13px;
	height: 13px;
	background: url(../images/index/ico_end_un.png) center center no-repeat;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
	transform: rotate(0deg);
}
.main-nav .level-2 li.fake-level-2 {
	display: block;
}
.main-nav .level-1 > li.first-nav > a, .main-nav .level-1 > li.last-nav > a {
	border-radius: 0;
}
.main-nav .level-1 > li > a:hover, .main-nav .level-1 > li.hover > a, .main-nav .level-1 > li.selected > a {
	background: #59BB88 url(../images/index/ico_nav_on.png) 35px center no-repeat;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.main-nav .level-1 > li > a:hover:after, .main-nav .level-1 > li.hover > a:after, .main-nav .level-1 > li.selected > a:after {
	background: url(../images/index/ico_end_on.png) center center no-repeat;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
	transform: rotate(360deg);
}
.main-nav .level-1 > li > a:last-child {
}
.main-nav .level-2, .main-nav li:hover .level-2 {
	position: relative;
	height: 0;
	padding: 0px;
	overflow-y: hidden;
	opacity: 0;
}
.main-nav li.hover ul.level-2 {
	height: auto;
	opacity: 1;
	padding: 0;
	top: 0;
}
.main-nav .level-2 li {
	float: none;
	padding: 0px;
}
.main-nav .level-2 li a {
	text-align: left;
	line-height: 50px;
	height: 50px;
	color: #666666;
	text-indent: 5em;
	font-size: 1.6em;
	background: #F8F8F8;
	border: none;
}
.main-nav .level-2 li:hover a, .main-nav .level-2 li.active a {
	background: #FFF;
	color: #000000;
	border-top: none;
}
/*banner*/
.main-banner, #bannerBox .slick-slide {
	height: 260px;
}
#bannerBox .slick-dots {
	bottom: 30px
}
#bannerBox .slick-slide {
	background-size: 100% 100% !important;
}
.notice-news, .search-box {
	width: 100%;
	float: none;
	margin: 5px auto 20px auto;
}
.newslist-scroll li .datatime {
	width: 90px;
}
.xwdt {
}
.news-list-1 li {
	height: 380px;
	overflow: hidden;
}
.news-list-1 li img {
	width: 100%;
	float: none;
	margin: 0 auto 10px auto;
}
.news-list-1 li .newstitle, .news-list-1 li .smalltext, .news-list-1 li .newstime {
	width: 100%;
	height: auto;
	float: none;
}
.news-list-2 li {
	width: calc(50% - 20px);
	height: 380px;
	margin: 0 10px 20px 10px;
}
.news-list-2 li img {
	height: 220px;
}
.first-news, .news-list-3 {
	width: 98%;
	float: none;
	margin: 10px auto;
}
.link-item {
	text-indent: 150px;
	background-position: 60px center;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
/*友情链接*/
.wrapper-friendLinkBox {
	display: none;
}
#jtdt_pageText .jtdt_title img {
	float: none;
	display: block;
	padding: 5px;
	border: 1px solid #E5E5E5;
	width: calc(100% - 12px);
	margin-left: auto;
	margin-right: auto;
}
#jtdt_pageText .jtdt_title ul {
	float: none;
	width: 100%;
}
}

/*ipad竖屏：(orientation:portrait)  ipad横屏：(orientation:landscape) */
@media only screen and (width:768px) and (orientation:portrait) {
/*banner*/
.main-banner, #bannerBox .slick-slide {
	height: 220px;
}
}


/**
 * 640-767
 * 内容宽度590
 * 两边间距25，页面内容居中
 */
@media only screen and (max-width: 767px) {
.motto {
	width: 90%;
	margin-top: 70px;
}
/*banner*/
.main-banner, #bannerBox .slick-slide {
	height: 200px;
}
.news-list-3 li .newstitle, .news-list-3 li .smalltext {
	padding-left: 80px;
}
.datatime {
	width: 70px;
}
.first-news img {
	height: auto;
}
.link-item {
	width: 98%;
	margin: 10px auto;
	float: none;
}
.link-item {
	text-indent: 40%;
	background-position: calc(40% - 50px) center;
}
}
 @media only screen and (max-width: 639px) {
.header-top a.logo {

	left:50%;

	margin-left:-120px;

}
.top-bar {
	display: none;
}

/*banner*/
.main-banner, #bannerBox .slick-slide {
	height: 180px;
}
.mod-title-notice, .mod-title-search {
	font-size: 1.4em;
}
.mod-title-notice {
	width: 130px;
}
.mod-title-1 {
	height: 70px;
	line-height: 70px;
}
.news-list-1 li {
	height: auto;
	overflow: auto;
	float: none;
	margin: 10px auto;
	width: 98%;
}
.news-list-1 li img {
	height: auto;
}
.news-list-2 li {
	float: none;
	margin: 10px auto;
	width: 98%;
	height: 420px;
}
.news-list-2 li img {
	height: 260px;
}
.news-list-2 li:hover .newstitle {
	margin-top: 100px;
}
}
 @media only screen and (max-width: 479px) {
.header-top {
	height: 100px;
}
.header-top a.logo {
	top: 10px;
	left:50%;
	width: 200px;
	margin-left:-110px;
	height: 40px;
	background-size: 100% auto;
}
.motto {
	margin: 50px auto 0 auto;
}
/*banner*/
.main-banner, #bannerBox .slick-slide {
	height: 150px;
}
#bannerBox .slick-dots {
	bottom: 20px
}
.slick-dots li {
	width: 50px;
	height: 5px;
	margin: 0 5px;
}
.slick-dots li button {
	width: 50px;
	height: 5px;
}
.main-pagination .first, .main-pagination .last {
	display: none;
}
.search-box input {
	font-size: 1.2em;
}
}


/**
 *
 * 按百分比缩放，最小缩放到360
 */
@media only screen and (max-width: 359px) {
}
