
@charset "utf-8";
body {
	background: url("../images/mian-bg.jpg");
}

.banner {
	background-color: #e6e6e6;
}

.banner .fullSlide {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.banner .hd {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 60px;
	text-align: center;
	z-index: 6;
}

.banner .hd ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 10px;
	background-color: #fff;
	border-radius: 6px;
	width: 96px;
	height: 6px;
	font-size: 0;
	cursor: pointer;
}


.banner .hd ul li.on {
	background-color: #006400;
}

.banner .next,
.banner .prev {
	position: absolute;
	top: 50%;
	margin-top: -32px;
	left: 20px;
	opacity: .2;
	filter: alpha(opacity=2`0);
}

.banner .next i,
.banner .prev i {
	font-size: 65px;
	color: white;
	opacity: .8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.banner .next {
	left: auto;
	right: 20px;
}

.banner .fullSlide:hover .prev,
.banner .fullSlide:hover .next {
	opacity: 1;
	filter: alpha(opacity=100);
}

/*lgng-search satrt*/
.lgng-search {
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	-webkitt-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	-ms-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	padding: 16px 30px;
	position: relative;
	top: -36px;
}

.lgng-search .left {
	border-right: 1px solid #ddd;
	font-size: 24px;
	font-weight: bold;
	color: #228b22;
}

.lgng-search .center input.input-text {
	display: block;
	margin: 0;
	padding: 0;
	width: 1026px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: left;
	border: none;
}

.lgng-search .right {
	width: 120px;
	height: 40px;
	margin: 0;
	padding: 0;
	line-height: 40px;
	background-color: #006400;
	text-align: center;
	border-radius: 40px;
	cursor: pointer;
}

.lgng-search .right:hover {
	background-color: #009700;
}

/*lgng-search end*/

/*main*/
.mod-column .name .iconfont {
	color: #0590df;
}

.mod-column .more a,
.mod-column .more .iconfont {
	color: #8a8a8a;
}

.menu-name {
	padding-bottom: 5px;
	border-bottom: 1px solid #b5b5b5;
}

.menu-name .column-nmae i,
.menu-name .column-nmae span {
	vertical-align: top;
}

.menu-name .column-nmae i {
	color: #f44e51;
	font-size: 26px;
}

.menu-name .more {
	padding-top: 8px;
}

/*row1 start*/
.row1 {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* modular-1 */
.row1 .modular-1 {
	width: 810px;
}

.row1 .modular-1 .hd ul {
	height: 40px;
}

.row1 .modular-1 .hd ul li.item {
	font-size: 14px;
	color: #006400;
	vertical-align: bottom;
	cursor: pointer;
}

.row1 .modular-1 .hd ul li.item .more {
	display: none;
}

.row1 .modular-1 .hd ul li.item.on .more {
	display: block;
}

.row1 .modular-1 .hd ul li.item .name {}

.row1 .modular-1 .hd ul li.item.on {
	font-size: 24px;
}

.row1 .modular-1 .hd ul li.item .more {
	width: 96px;
	height: 26px;
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 26px;
	border: 1px solid #707070;
	border-radius: 8px;
	position: absolute;
	right: 5px;
	bottom: 8px;
}

.row1 .modular-1 .bd ul li.top-news .item {
	width: 400px;
}

.row1 .modular-1 .bd ul li.top-news .item:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 73px;
	background: url("../images/pic-title-bg.png") repeat-x;
	z-index: 1;
}

.row1 .modular-1 .bd ul li.top-news .item .title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 10px;
	color: #fff;
	z-index: 2;
}

.row1 .modular-1 .bd ul li.bottom-news {
	/*padding-left: 30px;
	background: url("../images/biaochi.png") repeat-y left top;*/
}

.row1 .modular-1 .bd ul li.bottom-news .item {
	margin-top: 12px;
	border:1px solid #ccc;
	background:#fff;
}
.row1 .modular-1 .bd ul li.bottom-news .item .date{
	padding: 8px 15px;
	background:rgb(6,105,58);
}
.row1 .modular-1 .bd ul li.bottom-news .item .date .dd {
	font-size: 30px;
	line-height: 1;
	background:rgb(6,105,58);
	color:#fff;
}
.row1 .modular-1 .bd ul li.bottom-news .item .date .yy{
	background:rgb(6,105,58);
	color:#fff;
}
.row1 .modular-1 .bd ul li.bottom-news .item .title {
	width: 680px;
}

/* hover */
.row1 .modular-1 .hd ul li.item .more:hover {
	color: #fff;
	background-color: #006400;
}

.row1 .modular-1 .bd ul li.bottom-news .item:hover .title,
.row1 .modular-1 .bd ul li.bottom-news .item:hover .dd,{
	color: #006400;
}

.row1 .modular-1 .bd ul li.top-news .item:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}

/* modular-2 */

.row1 .modular-2 {
	width: 350px;
	margin-left: 40px;
}

.row1 .modular-2 .hd ul {
	height: 40px;
}

.row1 .modular-2 .hd ul li.item {
	font-size: 14px;
	color: #006400;
	vertical-align: bottom;
	cursor: pointer;
}

.row1 .modular-2 .hd ul li.item .more {
	display: none;
}

.row1 .modular-2 .hd ul li.item.on .more {
	display: block;
}

.row1 .modular-2 .hd ul li.item .name {}

.row1 .modular-2 .hd ul li.item.on {
	font-size: 24px;
}

.row1 .modular-2 .hd ul li.item .more {
	width: 46px;
	height: 26px;
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 26px;
	border: 1px solid #707070;
	border-radius: 8px;
	position: absolute;
	right: 5px;
	bottom: 8px;
}

.row1 .modular-2 .bd .item {
	padding-bottom: 10px;
}

.row1 .modular-2 .bd .item .title {
	border-radius: 2px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	-webkitt-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	-ms-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	background-color: #fff;
	padding: 8px 10px;
	border: 1px solid transparent;
	overflow: hidden;

}

/* hover */
.row1 .modular-2 .bd .item .title:hover {
	color: #006400;
	border-color: #006400;
}

.row1 .modular-2 .hd ul li.item .more:hover {
	color: #fff;
	background-color: #006400;
}


/*row1 end*/

/*row2 dend*/
.row2:before {
	content: "";
	display: block;
	background: url("../images/bg-l.png") no-repeat 0 0;
	position: absolute;
	top: 340px;
	left: 0;
	z-index: 0;
	width: 600px;
	height: 600px;
}

/* left */
.row2 .column-outline .left-pic .name {
	position: absolute;
	bottom: -16px;
	left: 0;
	background-color: #006400;
	padding: 16px 46px;
}

.row2 .column-outline .left-pic .name:before {
	content: "";
	display: block;
	position: absolute;
	left: 20px;
	top: 20px;
	width: 188px;
	height: 56px;
	border: 2px solid #006400;
	z-index: -1;
}

.row2 .column-outline .right-outline {
	width: 540px;
	min-height: 304px;
	background-color: #006400;
}
.row2 .column-outline .right-outline .con-txt p,
.row2 .column-outline .right-outline .con-txt span,
.row2 .column-outline .right-outline .con-txt a,
.row2 .column-outline .right-outline .con-txt div {
	font-size: 18px !important;
	color: #fff !important;
	line-height: 28px !important;
}

.row2 .column-outline .right-outline .more {
	color: #f1ff15;
}

.row2 .modular-3 .list {
	padding-top: 40px;
}

.row2 .modular-3 .list ul {
	width: 1220px;
}

.row2 .modular-3 .list ul li {
	position: relative;
	width: 183px;
	text-align: center;
	margin-right: 20px;
	margin-top: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-bottom: 6px;
	box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	-ms-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	background: url("../images/border-bg-select.png") no-repeat center center;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.row2 .modular-3 .list ul li:before {}

.row2 .modular-3 .list ul li a {
	line-height: 37px;
	padding: 0 10px;
}

/* hover */
.row2 .modular-3 .list ul li:hover a,
.row2 .modular-3 .list ul li:hover {
	background: url("../images/border-bg.png") no-repeat center center;
	color: #006400;
}

.row2 .column-outline .right-outline .more:hover {
	color: #fff;
}

/*row3 end*/
/* row4 start */
.row4 {
	padding-bottom: 60px;
}

.row4:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -120px;
	right: 0;
	background: url("../images/bg-r.png") no-repeat 0 0;
	width: 785px;
	height: 904px;
	z-index: 0;
}

.modular-4 .columm-name {
	color: #006400;
}

.modular-4 .picScroll-left .bd ul li {
	width: 140px;
	border-radius: 10px;
	overflow: hidden;
}

.modular-4 .picScroll-left .bd ul li a {
	padding-bottom: 20px;
}

.modular-4 .picScroll-left .bd ul li .title {
	color: #006400;
}

.modular-4 .bd ul li {
	padding-bottom: 5px;
}

.modular-4 .bd ul li .pic img {
	width: 100%;
	height: 190px;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}

.modular-4 .picScroll-left .hd {
	padding-top: 10px;
	padding-bottom: 20px;
}

.modular-4 .picScroll-left .hd ul {
	font-size: 0;
	text-align: center;
	padding: 0 20px;
}

.modular-4 .picScroll-left .hd ul li {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #006400;
	margin: 0 4px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	cursor: pointer;
}

.modular-4 .picScroll-left .hd ul li.on {
	background-color: #006400;
}

.modular-4 .picScroll-left .next,
.modular-4 .picScroll-left .prev {
	background: url("../images/btn-lr.png") no-repeat 0 0;
	width: 24px;
	height: 16px;
}

.modular-4 .picScroll-left .next {
	background-position: -29px 0;
}

.modular-4 .picScroll-left .more a {
	padding: 16px 50px;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
}

/* hover */
.modular-4 .picScroll-left .bd ul li:hover .pic img {
	transform: scale(1.1, 1.1);
}

.modular-4 .picScroll-left .more a:hover {
	color: #fff;
	background-color: #006400;
}

.modular-4 .bd ul li a:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	-ms-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

/*row4 end*/


/* row5 start */
.modular-5 .item {
	width: 380px;
	height: 600px;
	position: relative;
	z-index: 1;
}

.modular-5 .mod-1 {
	background-color: #3dadb4;
	left: 30px;
}

.modular-5 .mod-2 {
	background-color: #c79b3e;
	top: 50px;
}

.modular-5 .mod-3 {
	background-color: #219e21;
	left: -30px;
}

.modular-5 .item .container {
	padding: 20px 30px 40px 38px;
}

.modular-5 .item .list-links ul li {
	width: 254px;
	height: 45px;
	border-radius: 8px;
	overflow: hidden;
	/* background-color: #46b4bb; */
	margin-bottom: 6px;
	border: 1px solid transparent;
}

.modular-5 .item .list-links ul li a {
	line-height: 45px;
	padding-left: 50px;
	text-align: left;
}

.modular-5 .item .list-links ul li a .icon {
	font-size: 20px;
}

.modular-5 .item .list-news {
	width: 254px;
	border-radius: 8px;
	overflow: hidden;
	/* background-color: #46b4bb; */
	border: 1px solid transparent;
}

.modular-5 .item .list-news ol {
	padding-top: 10px;
}

.modular-5 .item .list-news ol li {
	padding: 10px 15px;
}

.modular-5 .item .list-news ol li a {
	padding-bottom: 5px;
}


.modular-5 .item .list-news ol li a .date {
	margin-top: 4px;
}



/* mod1 */
.modular-5 .mod-1 .list-news,
.modular-5 .mod-1 .list-links ul li {
	background-color: #46b4bb;
	border-color: #40dee8;
}

/* mod2 */
.modular-5 .mod-2 .list-news,
.modular-5 .mod-2 .list-links ul li {
	background-color: #d2a74b;
	border-color: #f7c866;
}

/* mod-3 */
.modular-5 .mod-3 .column-name {
	padding-left: 30px;
}

.modular-5 .mod-3 .list-news,
.modular-5 .mod-3 .list-links ul li {
	background-color: #2fb12f;
	border-color: #66e16c;
	margin-left: auto;
	margin-right: auto;
}

.modular-5 .more a {
	margin-top: 100px;
	padding: 16px 50px;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
}

.modular-5 .more a:hover {
	color: #fff;
	background-color: #006400;
}

/* hover */
.modular-5 .mod-1 .list-news ol li a:hover .title,
.modular-5 .mod-1 .list-news ol li a:hover .date {
	color: #a5faff;
}

.modular-5 .mod-2 .list-news ol li a:hover .title,
.modular-5 .mod-2 .list-news ol li a:hover .date {
	color: #ffeabc;
}

.modular-5 .mod-3 .list-news ol li a:hover .title,
.modular-5 .mod-3 .list-news ol li a:hover .date {
	color: #89ff89;
}



/* modular-6 start */
.modular-6 .hd ul li {
	font-size: 14px;
	color: #666;
	line-height: 1;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 150px;
	padding-bottom: 24px;
	border-bottom: 1px solid #eee;
	position: relative;
	cursor: pointer;
}

.modular-6 .hd ul li.on {
	color: #006400;
}

.modular-6 .hd ul li.on:before {
	content: "";
	display: block;
	background: url("../images/tab-on.png") no-repeat 0 0;
	width: 100%;
	height: 7px;
	position: absolute;
	bottom: -6px;
	left: 0;
	right: 0;
}

.modular-6 .hd {
	padding-top: 20px;
	padding-bottom: 35px;
}

.modular-6 .bd ul li {
	width: 390px;
}

.modular-6 .bd ul li .pic {
	overflow: hidden;
}

.modular-6 .bd ul li a .pic img {
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}

/* hover */
.modular-6 .bd ul li a:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}

.modular-6 .bd ul li a:hover .title {
	color: #006400;
}

/* modular-6 end */


/* modular-7 start */


/* hover */
.modular-5 .mod-1 .list-links ul li:hover {
	background-color: #40dee8;
}

.modular-5 .mod-2 .list-links ul li:hover {
	background-color: #f7c866;
}

.modular-5 .mod-3 .list-links ul li:hover {
	background-color: #66e16c;
}

.modular-5 .item:hover {
	/* z-index: 3; */
}

/* row5 end */

/* row6 start */
.modular-7 {
	padding-bottom: 50px;
}

.modular-7 .list ul {
	border-top: 1px solid #e1e1e1;
}

.modular-7 .list ul li {
	width: 390px;
	position: relative;
}

.modular-7 .list ul li:before {
	content: "";
	display: block;
	position: absolute;
	top: -26px;
	left: 40px;
	width: 10px;
	height: 10px;
	border: 1px solid #a2a2a2;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}

.modular-7 .list ul li a {
	padding: 20px 30px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	-webkitt-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	-ms-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	position: relative;
}

.modular-7 .list ul li a .date {
	color: #006400;
}

.modular-7 .list ul li a:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	left: 36px;
	top: -20px;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}

.modular-7 .list ul li a:hover:before {
	border-bottom-color: #006400;
}

.modular-7 .list ul li:hover:before {
	border-color: #006400;
}

.modular-7 .list ul li a:hover {
	background-color: #006400;
}

.modular-7 .list ul li a:hover .title,
.modular-7 .list ul li a:hover .abstract,
.modular-7 .list ul li a:hover .date {
	color: #fff;
}




/* row6 end */
