@charset "utf-8";
.isectit h3 {
	font-size: 35px;
	font-weight: bold;
	color: #0672D4;
	text-transform: uppercase;
	text-align: center;
}
.isectit p {
	margin-top: 3px;
	font-size: 22px;
	color: #8b8b8b;
	text-transform: uppercase;
	text-align: center;
}
.isectit .bdb {
	display: block;
	width: 990px;
	height: 4px;
	margin-top: 9px;
	color: #0672D4;
	background-color: #0672D4;
}
#isec1 {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
}
#isec1 .bd {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1920px;
	height: 500px;
	margin-left: -960px;
}
#isec1 .bd .imgbox {
	width: 100%;
	height: 100%;
}
#isec1 .hd {
	bottom: 24px;
	margin-right: 11px;
	font-size: 0;
	text-align: center;
}
#isec1 .hd a {
	display: inline-block;
	width: 44px;
	height: 6px;
	margin: 0 4px;
	background: #c3c3c3;
}
#isec1 .hd a:hover,
#isec1 .hd a.on {
	background: #26b458;
}
#isec2 .cnt {
	padding: 34px 0;
	font-size: 0;
	text-align: center;
	white-space: nowrap;
}
#isec2 .blk {
	display: inline-block;
	padding: 0 40px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-align: center;
}
#isec2 .blk .imgbox {
	display: block;
	width: 76px;
	height: 61px;
	margin: 0 auto 16px;
}
#isec3 {
	padding: 48px 0 23px;
	background: #f8f8f8;
}
#isec3 .hd {
	position: relative;
	/* height: 60px; */
	margin-top: 30px;
	text-align: center;
	white-space: nowrap;
	background: url(../images/isec3hdbg.png) repeat-x left 48px;
}
#isec3 .hd a {
	display: inline-block;
	padding: 0 64px 43px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #333;
	background: url(../images/isec3hda.png) no-repeat bottom center;
}
#isec3 .hd a.on,
#isec3 .hd a:hover {
	color: #3cb34b;
	background: url(../images/isec3hdaon.png) no-repeat bottom center;
}
#isec3 .plist {
	margin-top: 33px;
}
#isec3 .plist .blk {
	width: 305px;
	margin-bottom: 38px;
}
#isec3 .plist .blk.left {
	margin-right: 36px;
}
#isec3 .plist .blk .imgbox {
	width: 305px;
	height: 242px;
	margin-bottom: 11px;
}
#isec3 .plist .blk .name {
	font-size: 14px;
	padding-top: 14px;
	padding-bottom: 16px;
}
#isec3 .plist .blk .mail {
	width: 53px;
	background-image: url(../images/iplist_mail.png);
}

#isec4 {
	background: white;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	height: auto;
}
#isec4 .isectit {
	position: relative;
}
#isec4 .isectit .more {
	position: absolute;
	display: block;
	top: 15px;
	right: 2px;
	width: 116px;
	height: 34px;
	padding-top: 22px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
	color: #3f3f3f;
	text-transform: uppercase;
	background: url(../images/isec4ititmore.gif) no-repeat;
}
#isec4 .list {
	position: relative;
	width: 984px;
	height: 357;
	margin-top: 10px;
}
#isec4 .list .imgbox {
	width: 100%;
	height: 100%;
}
#isec4 .list .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 47px;
	color: white;
	line-height: 47px;
	padding-left: 15px;
	background: url(../images/isec4_titlebg.png);
}
#isec4 .list .zoom {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 49px;
	height: 47px;
	background: #26b458 url(../images/isec4zoom.png) no-repeat center center;
	transition: all 150ms;
}
#isec4 .list .mask {
	position: absolute;
	top: 100%;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 14px;
	text-align: center;
	color: white;
	background: url(../images/isec4_maskbg.png);
	transition: all 150ms;
}
#isec4 .list .blk:hover .mask {
	top: 0;
}
#isec4 .list .mask span {
	display: block;
	margin-top: 27%;
	vertical-align: middle;
}
#isec4 .list .elem1 {
	position: absolute;
	top: -1px;
	right: 330px;
	bottom: 0;
	left: -1px;
	overflow: hidden;
	width: 985px;
}
#isec4 .list .elem2 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 201px;
	left: 670px;
	overflow: hidden;
}
#isec4 .list .elem2 .zoom {
	opacity: 0;
}
#isec4 .list .elem2:hover .zoom {
	opacity: 1;
}
#isec4 .list .elem3 {
	position: absolute;
	top: 201px;
	right: 0;
	bottom: 0;
	left: 670px;
	overflow: hidden;
}
#isec4 .list .elem3 .zoom {
	opacity: 0;
}
#isec4 .list .elem3:hover .zoom {
	opacity: 1;
}

#isec5 {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-color: #FFF;
}
#isec5 .detail {
	position: relative;
	width: 990px;
	height: 375px;
	margin-top: 15px;
}
#isec5 .detail .elem1 {
	position: absolute;
	right: 12px;
	bottom: 10px;
	width: 309px;
	height: 220px;
	overflow: hidden;
}
#isec5 .detail .elem2 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 29px 20px 40px 58px;
	width: 8px;
	height: 32px;
	text-align: center;
	background: url(../images/isec5hd.gif) no-repeat;
}
#isec5 .detail .elem2 a {
	display: block;
	width: 8px;
	height: 8px;
	margin: 5px 0;
	background: url(../images/isec5_hd.png) no-repeat;
}
#isec5 .detail .elem2 a:hover,
#isec5 .detail .elem2 a.on {
	background: url(../images/isec5_hdon.png) no-repeat;
}
#isec5 .detail .elem3 {
	position: absolute;
	top: 20px;
	left: 586px;
	width: 56px;
	height: 50px;
	background: url(../images/isec5quote.png) no-repeat;
}
#isec5 .detail .elem4 {
	position: absolute;
	top: 21px;
	left: 0;
	width: 186px;
	height: 265px;
	background: url(../images/isec5more.png) no-repeat;
}
#isec5 .detail .elem5 {
	position: absolute;
	bottom: 0;
	left: 92px;
	width: 550px;
	height: 30px;
	background: url(../images/isec5bdb.gif) no-repeat;
}
#isec5 .detail .elem6 {
	position: absolute;
	top: 75px;
	left: 120px;
	width: 515px;
	height: 132px;
	font-size: 14px;
	line-height: 22px;
	color: #444;
	overflow: hidden;
}

#isec6 {
	background: white;
}
#isec6 .cnt {
	padding: 21px 0 7px;
	border-bottom: 1px solid #e5e5e5;
	white-space: nowrap;
}
#isec6 .imgbox {
	display: inline-block;
	width: 92px;
	height: 92px;
	margin: 0 23px;
}

#isec7 {
	padding: 34px 0 27px;
	background: white;
}
#isec7 h3 {
	float: left;
	padding-right: 7px;
	width: 123px;
	margin-top: 5px;
	line-height: 49px;
	font-size: 35px;
	color: #c6c6c6;
	font-weight: bold;
	background: url(../images/isec7titlearr.gif) no-repeat right top;
}
#isec7 .bd ,
#isec7 .tempWrap {
	float: left;
	width: 840px;
	height: 64px;
	margin-left: 19px;
	overflow: hidden;
}
#isec7 .bd a {
	position: relative;
	display: block;
	padding: 4px 0;
	font-size: 14px;
	line-height: 20px;
	
}
#isec7 .bd a .time {
	position: absolute;
	display: block;
	right: 5px;
	top: 4px;
	width: 94px;
	padding-left: 18px;
	line-height: 20px;
	font-size: 14px;
	color: #898989;
	text-align: right;
	text-transform: uppercase;
	background: url(../images/isec7clock.png) no-repeat;
}
#isec8 {
	position: relative;
	width: 100%;
	height: 337px;
	overflow: hidden;
}
#isec8 .imgbox {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1920px;
	height: 337px;
	margin-left: -960px;
}
#isec8 .abcnt {
	top: 0;
	bottom: 0;
}
#isec8 form {
	width: 325px;
	margin-left: auto;
	padding-top: 10px;
	background: url(../images/isec8_formbg.png);
}
#isec8 form fieldset {
	width: 295px;
	margin: 0 auto 7px;
	border: none;
	font-size: 14px;
	line-height: 26px;
	color: white;
}
#isec8 form input[type='text'] {
	width: 273px;
	height: 25px;
	padding: 0 10px;
	line-height: 27px;
	border: 1px solid #ecf7f1;
	background: #ecf7f1;
	outline: none;
}
#isec8 form textarea {
	width: 273px;
	height: 99px;
	padding: 10px;
	font: normal 12px/20px '微软雅黑';
	border: 1px solid #ecf7f1;
	outline: none;
	resize: none;
	background-color: #ecf7f1;
}
#isec8 form input[type='submit'] {
	display: block;
	width: 325px;
	height: 45px;
	text-indent: 17px;
	font-size: 18px;
	line-height: 45px;
	font-weight: bold;
	color: white;
	text-align: left;
	background: #6a6a6a;
	border: none;
	outline: none;
	cursor: pointer;
}
#isec9 {
	padding: 41px 0 0;
}
#isec9 .cnt {
	text-align: center;
	white-space: nowrap;
}
#isec9 .blk {
	display: inline-block;
	font-size: 14px;
	color: #6a6a6a;
	text-align: center;
	vertical-align: top;
}
#isec9 .blk+.blk {
	margin-left: 132px;
}
#isec9 .blk .imgbox {
	display: block;
	width: 72px;
	height: 72px;
	margin: 0 auto;
}
#isec9 .blk h3 {
	margin: 16px 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #2677CC;
}
#isec9 .blk p {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 20px;
	color: #6a6a6a;
}
