@charset "utf-8";

body {}

.banner .fullSlide .hd {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	text-align: center;
}

.banner .fullSlide .hd ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 0 4px;
	background-color: #fff;
	cursor: pointer;
}

.banner .fullSlide .hd ul li.on {
	background-color: #f4b201;
}

.banner .fullSlide .prev,
.banner .fullSlide .next {
	font-size: 50px;
	color: #fff;
	position: absolute;
	top: 45%;
	font-weight: bold;
	opacity: 0;
}

.banner .fullSlide .prev {
	left: 4%;
}

.banner .fullSlide .next {
	right: 4%;
}

.banner .fullSlide:hover .prev,
.banner .fullSlide:hover .next {
	opacity: 1;
}


.column-name .letter {
	font-size: 50px;
	font-weight: bold;
	color: #f7b52c;
	line-height: 1;
}

.column-name:before {
	content: "";
	display: block;
	position: absolute;
	left: 4px;
	right: 0;
	bottom: 5px;
	height: 4px;
	background-color: #f7b52c;
	z-index: 0;
}

.column-name .name .ch {
	line-height: 1;
	font-size: 18px;
	padding-bottom: 2px;
}

.column-name .name .en {
	line-height: 1;
	font-size: 14px;
	letter-spacing: 0px
}

.column-name .more {
	display: block;
	padding: 10px 10px 8px 10px;
	position: absolute;
	right: -60px;
	bottom: 0px;
}

.column-name .more:hover {
	color: #f7b52c;
}

/* row1 start */
/* modular-1 */

.modular-1 .column-name .name .icon {
	line-height: 1;
	color: #004098;
}

.row1 .modular-1 {
	width: 1200px;
	margin-right: 30px;
}

.modular-1 .pic-news-slide {
	width: 588px;
}

.modular-1 .pic-news-slide .fullSlide:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 45px;
	background-color: rgba(0, 0, 0, .5);
	z-index: 1;
}

.modular-1 .pic-news-slide .fullSlide .bd ul li .title {
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	line-height: 45px;
	z-index: 2;
}

.modular-1 .pic-news-slide .fullSlide .hd {
	position: absolute;
	bottom: 50px;
	right: 5px;
	z-index: 2;
}

.modular-1 .pic-news-slide .fullSlide .hd ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #86807e;
	margin: 0 3px;
	cursor: pointer;
}

.modular-1 .pic-news-slide .fullSlide .hd ul li.on {
	background-color: #fff;
}

/* pic-news-list */
.modular-1 .pic-news-list {
	width: 587px;
	height: 100%;
}

.modular-1 .pic-news-list .list ul li {
	min-height:45px;
	margin-bottom: 13px;
}

.modular-1 .pic-news-list .list ul li .a-item {
	line-height: 38px;
	text-align: left;
}

.modular-1 .pic-news-list .list ul li .a-item .date {
	width: 60px;
	margin-right: 15px;
	text-align: center;
	line-height: 1;
}

.modular-1 .pic-news-list .list ul li .a-item .date .dd {
	background-color: #006538;
	padding: 2px 0;
}

.modular-1 .pic-news-list .list ul li .a-item .date .mm {
	color: #006538;
	background-color: #f2f2f2;
	padding: 2px 0;
}

.modular-1 .pic-news-list .list ul li .a-item .title {
	width: 512px;
	color: #333;
	text-align: left;
	line-height: 1.4;
}

.modular-1 .pic-news-list .list ul li .a-item .title:hover {
	color: #f7b52c;
}

/* modular-1 end */
/* row1 end */

/* row2 start */
.row2 {
	background: url("../img/modular-bg-1.jpg") no-repeat center center;
	background-size: cover;
}

/* modular-2 start */
.modular-2 {}

.list-n ul {
	padding-top: 40px;
}

.list-n ul li {
	width: 50%;
	padding-bottom: 16px;
}

.list-n ul li .a-item {
	width: 75%;
	height: 68px;
	margin: 0 auto;
	border: 1px solid #fff;
	border-radius: 10px;
	overflow: hidden;
}

.list-n ul li .a-item .title {
	width: 74%;
	text-align: left;
	padding-left: 8%;
	position: relative;
}

.list-n ul li .a-item .title:before {
	content: "N";
	display: block;
	font-size: 16px;
	color: #f7b52c;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -10px;
	text-decoration: underline;
}
.row3 .list-n ul li .a-item .title:before{
	content: "D";
}
.list-n ul li .a-item .date {
	line-height: 68px;
	width: 18%;
	text-align: center;
}

.list-n ul li .a-item:hover {
	background-color: #006538;
	border-color: #006538;
}

.list-n ul li .a-item:hover .title,
.list-n ul li .a-item:hover .date {
	color: #fff;
}

/* modular-2 end */
/* row2 end */

/* row3 start */
/* modular-3 start */
.modular-3 .list-n ul li .a-item {
	border-color: #006538;
}

.modular-3 .list-n ul li .a-item .title {
	width: 89%;
	line-height: 1.4;
}

.modular-3 .list-n ul li .a-item {
	line-height: 68px;
}

/* modular-3 end */
/* row3 end */


/* row4 start */
.row4 {
	background-color: #ececec;
}

/* modular-4 start */
.modular-4 .picScroll .bd ul {
	font-size: 0;
	overflow: hidden;
}

.modular-4 .picScroll .bd ul li {
	width: 171px;
	float: left;
}

.modular-4 .picScroll .bd ul li .icon-box {
	width: 72px;
	height: 72px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
}

.modular-4 .picScroll .bd ul li .icon-box .icon {
	font-size: 40px;
	color: #333;
	line-height: 70px;
}


.row4 .picScroll {
	padding-bottom: 100px;
}

.row4 .picScroll .modular-name {
	padding-bottom: 45px;
	padding-top: 8px;
	color: #006538;
}

.row4 .picScroll .modular-name:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 4px;
	background-color: #006538;
}

.row4 .picScroll .hd {
	position: absolute;
	bottom: 20px;
	right: 60px;
	text-align: right;
}

.row4 .picScroll .hd ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 30px;
	height: 3px;
	background: #fff;
	margin: 0 6px;
	cursor: pointer;
}

.row4 .picScroll .hd ul li.on {
	background-color: #006538;
}

.row4 .picScroll .next {
	position: absolute;
	right: 10px;
	bottom: 5px;
	font-size: 40px;
	color: #006538;
	cursor: pointer;
}






.modular-4 .picScroll .bd ul li a:hover .icon-box {
	background-color: #006538;
}

.modular-4 .picScroll .bd ul li a:hover .icon {
	color: #fff;
}

.modular-4 .picScroll .bd ul li a:hover .title {
	color: #006538;
}

/* modular-4 end */
/* row4 end */
