﻿@charset "utf-8";

.container {
	padding-bottom: 40px;
}

.aArea {
	width: 1100px;
	margin: 50px auto 0;
}

.aArea li {
	width: 220px;
	height: 264px;
	position: relative;
	float: left;
	display: inline;
	text-align: center;
}

.aArea .pic-1 {
	width: 361px;
	height: 342px;
	position: absolute;
	top: -8px;
	left: -70px;
	display: none;
}

.aArea .on .pic-1 {
	display: block;
}

.aArea .on .pic-2 {
	display: none;
}

.bArea {
	margin-top: 20px;
	height: 392px;
}

.bArea a {
	display: block;
	/*width: 100%;*/
	width: 1102px;
	margin: auto;
	height: 392px;
}

.cArea {
	width: 1102px;
	margin: 40px auto 0;
}

.cArea .prev,
.cArea .next {
	width: 28px;
	height: 63px;
	cursor: pointer;
	z-index: 10;
}

.cArea .prev {
	float: left;
	margin: 92px 0 0 -19px;
	background: url(../images/prev.jpg);
}

.cArea .next {
	float: right;
	margin: 92px -19px 0 0;
	background: url(../images/next.jpg);
}

.cArea .prev:hover {
	background: url(../images/prevon.jpg);
}

.cArea .next:hover {
	background: url(../images/nexton.jpg);
}

.cArea .tempWrap {
	width: 1084px !important;
	float: left;
}

.cArea li {
	float: left;
	display: inline;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 5px;
	margin-right: 20px;
}
.cArea li:last-child{
	margin-right: 0;
}

.dArea {
	width: 1102px;
	margin: 40px auto 0;
}

.dArea .sub {
	width: 500px;
	float: left;
}

.dArea .sub .pic {
	width: 290px;
	height: 12px;
	background: url(../images/p290x12.png);
}

.dArea .sub h3 {
	font-size: 40px;
	font-weight: normal;
	color: #000;
	padding: 5px 0 20px;
}

.dArea .sub h3 span{
	font-size: 24px;
}

.dArea .sub .info {
	padding-left: 30px;
	font-size: 16px;
	line-height: 2.5;
}

.dArea .sub ul {
	padding-top: 15px;
}

.dArea .sub li {
	float: left;
	display: inline;
	font-size: 14px;
	margin-right: 15px;
}

.dArea .sub li a {
	display: block;
	width: 14px;
	border: 1px solid #ccc;
	padding: 8px 4px;
	line-height: 18px;
}

.dArea .sub li a:hover {
	text-decoration: none;
	background: #000;
	color: #b8b8b8;
}

.dArea .main {
	width: 580px;
	height: 390px;
	position: relative;
	float: right;
}

.dArea .main .hd {
	width: 100%;
	height: 24px;
	z-index: 4;
	text-align: right;
	padding-top: 20px;
}

.dArea .main .hd ul {
	width: 520px;
	height: 24px;
	margin: 0 auto;
}

.dArea .main .hd ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	margin: 0 5px;
	border-radius: 24px;
	cursor: pointer;
	vertical-align: top;
	border: 1px solid #eee;
}

.dArea .main .hd ul .on {
	width: 24px;
	height: 24px;
	line-height: 24px;
	background: #088336;
	color: #fff;
	border: none;
}

.dArea .main .txt {
	/*width: 428px;*/
	height: 42px;
	line-height: 42px;
	background: url(../images/tm.png);
	text-align: center;
	font-size: 18px;
	color: #fff;
	/*position: absolute;*/
	/*bottom: 0;*/
	/*left: -70px;*/
}

.eArea {
	width: 1102px;
	margin: 0px auto 0;
}

.pList {
	padding-top: 20px;
}

.pList li {
	float: left;
	display: inline;
	margin-right: 94px;
}

.pList li a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.eArea .bd {
	padding-top: 40px;
}

.eArea .sub {
	width: 432px;
	height: 366px;
	position: relative;
	float: left;
}

.sHd {
	width: 100%;
	height: 24px;
	z-index: 4;
	text-align: right;
	padding-top: 20px;
}

.sHd ul {
	width: 432px;
	height: 24px;
	margin: 0 auto;
}

.sHd ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	margin: 0 5px;
	border-radius: 24px;
	cursor: pointer;
	vertical-align: top;
	border: 1px solid #eee;
}

.sHd ul .on {
	width: 24px;
	height: 24px;
	line-height: 24px;
	background: #088336;
	color: #fff;
	border: none;
}

.eArea .txt {
	width: 432px;
	height: 55px;
	line-height: 55px;
	background: url(../images/tm.png);
	text-align: center;
	font-size: 16px;
	color: #fff;
	position: absolute;
	bottom: 44px;
	left: 0;
}

.eArea .main {
	width: 634px;
	float: right;
}

.eArea .main .pic {
	height: 54px;
	background: url(../images/honor.png) 28px no-repeat;
}

.eArea .main .info {
	font-size: 14px;
	line-height: 30px;
	padding-top: 30px;
}

.eArea .main .info p {
	text-indent: 2em;
}

.fArea {
	width: 1102px;
	margin: 50px auto 0;
}

.fArea .hd {
	height: 60px;
	background: url(../images/htitle1.png) center no-repeat;
}

.fArea .bd {
	padding-top: 40px;
	background: url(../images/line.png) bottom no-repeat;
}

.fArea .bd li {
	width: 514px;
	height: 108px;
	float: left;
	display: inline;
	border-top: 1px solid #ccc;
	padding: 28px 0;
}
.fArea .bd li:nth-child(2n){
	float: right;
}

.fArea .date {
	width: 70px;
	height: 96px;
	border: 1px solid #8c8c8c;
	float: left;
	font-size: 34px;
	text-align: center;
	padding-top: 10px;
}

.fArea .date em {
	font-size: 12px;
	display: block;
	border-top: 1px solid #8c8c8c;
	padding-top: 8px;
	margin-top: 10px;
}

.fArea .txt {
	width: 414px;
	float: right;
	font-size: 14px;
}

.fArea h3 {
	padding: 18px 0 10px;
}

.fArea .info {
	color: #aaa;
	padding-right: 20px;
}

.fArea .info a {
	color: #088336;
}

.gArea {
	width: 1102px;
	margin: 50px auto 0;
}

.gArea .hd {
	height: 59px;
	background: url(../images/htitle2.png) center no-repeat;
}

.gArea .bd {
	padding-top: 40px;
}

.gArea .sub {
	width: 486px;
	float: left;
	padding: 4px;
	border: 1px solid #ccc;
}

.gArea .main {
	width: 558px;
	float: right;
}

.gArea .pic {
	height: 47px;
	background: url(../images/about.png);
}

.gArea .add {
	height: 190px;
	font-size: 14px;
	background: url(../images/add.jpg) no-repeat;
	line-height: 47px;
	margin-top: 20px;
	padding-left: 70px;
}