@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, h1, h2, h3 {
	margin: 0;
	padding: 0;
}
body {
	background-color:#e2d4b9;
	font-size: 13px;
	font-family: "microsoft yahei"
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}
ul, li, dl, dt, dd, ol {
	display: block;
	list-style: none;
}
img {
	border: 0;
}
.clear {
	clear:both;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
center {
	padding:5px 0;
}
/* banner */
.banner {
	width: 100%;
	height: 400px;
	position: relative;
	overflow:hidden;
	z-index:1
}
.banner img {
	display:block;
	margin:0 auto;
	width:1903px;
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-952px;
}
.btns {
	width:1002px;
	position: absolute;
	height:81px;
	left:50%;
	top:155px;
	margin-left:-490px;
}
.btns .prev, .btns .next {
	width: 42px;
	height: 75px;
	float:left;
	background:url(../images/leftbtn.png) 0 0 no-repeat;
}
.btns .next {
	background:url(../images/rightbtn.png) 0 0 no-repeat;
	float:right;
}
/* topbg */
.top_bar_bg {
	width:100%;
	height:35px;
	background:#181818;
}
.top_marquee {
	width:980px;
	height:35px;
	overflow:hidden;
	color:#fff;
	line-height:35px;
	margin:0 auto;
}
.top_marquee p {
	width:80px;
	height:35px;
	float:left;
}
.top_marquee marquee {
	float:left;
	width:620px;
	height:35px;
}
.top_bg {
	width:100%;
	background:url(../images/topbg.jpg) 0 0 repeat-x;
	height:76px;
}
.top {
	width:980px;
	height:76px;
	margin:0 auto;
	position: relative;
	z-index:1
}
.logo {
	float:left;
	height:76px;
}
.top_tel {
	position:absolute;
	right:0;
	bottom:1px;
	z-index:2
}
/* navbg */
.navbg {
	width:100%;
	height:56px;
	background:#010101;
}
.nav {
	width:980px;
	height:56px;
	margin:0 auto;
}
.nav li {
	width:122px;
	float:left;
	position: relative;
	z-index: 2
}
.nav li a {
	display:block;
	width:122px;
	height:56px;
	text-align:center;
	font:15px/56px "microsoft yahei";
	color:#fff;
	text-overflow: ellipsis;
	overflow:hidden;
}
.nav li dl {
	position: absolute;
	width:120px;
	top:56px;
	left:1px;
	z-index:33;
	background:url(../images/navbg.png) 0 0 repeat;
	border:1px solid #3d3d3d;
	display:none
}
.nav li.hover {
	background:url(../images/hover.jpg) center 0 no-repeat;
}
.nav li dl dd a {
	display:block;
	width:120px;
	height:38px;
	border-bottom:1px solid #575757;
	font-size:14px;
	line-height:38px;
}
.nav li dl dd a.last {
	border-bottom:0
}
.banner_bar {
	width:100%;
	height:8px;
	background:url(../images/banner_bar.jpg) 0 0 repeat-x;
}
/* content */
.content_bg {
	width:100%;
	height:auto;
	background:url(../images/foot_bg.png) center bottom no-repeat;
	position: relative;
	z-index: 2;
}
.content {
	width:980px;
	background:#fff;
	margin:0 auto;
	padding-top:75px;
	overflow:hidden;
}
.search_box {
	background:url(../images/search_bg.png) center 0 no-repeat;
	position: absolute;
	z-index: 4;
	left:0;
	top:-26px;
	height:75px;
	width:100%;
}
.search_center {
	width:980px;
	margin:0 auto;
	height:75px;
	overflow:hidden;
}
.search {
	width:400px;
	height:34px;
	overflow:hidden;
	float:left;
	margin-top:14px;
}
.text {
	width:240px;
	float:left;
	font:14px/24px 'microsoft yahei';
	color:#a2a2a2;
	text-indent:15px;
	height:24px;
	padding:5px 0;
	border:0;
	background:#fff;

}
.btn {
	float:left;
	background:url(../images/button.jpg) no-repeat center center;
	width:62px;
	height:34px;
	border:0;
	cursor:pointer;
}
.search_name {
	float:left;
	height:34px;
	margin-top:14px;
	width:73px;
	text-indent:26px;
	font:14px/34px "microsoft yahei";
	color:#e3e3e3;
}
.search_contact {
	float:right;
	width:342px;
	height:44px;
	margin-top:12px;
	overflow:hidden;
}
.search_contact p {
	width:100%;
	height:22px;
	overflow:hidden;
	font:14px/22px "microsoft yahei";
	color:#fff;
}
/* con1 */
.con1 {
	width:954px;
	/*height:760px;*/
	margin:0px auto 0;
	overflow:hidden;
}
.left {
	float:left;
	width:244px;
	height:auto;
	overflow:hidden;
}
.title1 {
	width:244px;
	background:url(../images/title1.jpg) 0 0 no-repeat;
	height:45px;
	overflow:hidden;
	text-align:center;
	font:700 18px/45px "microsoft yahei";
	color:#000;
}
.title1 a {
	color:#000;
}
.left_nav {
	width:242px;
	height:auto;
	overflow:hidden;
	background:#e0e0e0;
	border:1px solid #cdcdcd;
	border-top:0;
	margin-bottom:17px;
	padding:15px 0 3px;
}
.left_nav ul {
	display:none;
}
.left_nav li a {
	display:block;
	width:224px;
	height:34px;
	background:url(../images/leftli.jpg) 0 0 no-repeat;
	font:14px/34px "microsoft yahei";
	color:#010101;
	text-indent:34px;
	margin:0 auto 15px;
}
.left_nav li li a {
	text-indent:47px;
	background-position: 0 -35px;
	color:#fff;
}
.left_nav li a:hover {
	text-shadow:1px 1px 2px #777;
}
.left_nav li li a:hover {
	text-shadow:1px 1px 2px #111;
}
.right {
	float:left;
	width:690px;
	height:auto;
	overflow:hidden;
	padding-left:19px;
}
.right_title {
	background:url(../images/title2.jpg) 0 0 no-repeat;
	width:690px;
	height:45px;
	overflow:hidden;
}
.right_name {
	float:left;
	font:700 16px/45px "microsoft yahei";
	color:#000;
	margin-left:16px
}
.right_name a {
	color:#000;
}
.right_title p, .title3 p {
	float:right;
	font:13px/45px "microsoft yahei";
	color:#000;
	padding-right:12px;
}
.right_title p a, .title3 p a {
	color:#000
}
.right_title p a.more, .title3 p a.more {
	font-size:14px
}
.con1_list {
	width:690px;
	height:auto;
	overflow:hidden;
	z-index:44
}
.con1_list img {
	max-width: 100%;
}
.con1_list li {
	width:220px;
	float:left;
	margin:0px 5px;
}
.con1_list li p {
	width:100%;
	height:54px;
	text-align:center;
	font:700 14px/54px "microsoft yahei";
	color:#393939;
}
.con1_list li p a {
	color:#393939;
}
.pro-img {
	display:block;
	border:1px solid #cdcdcd;
	padding:1px;width: 216px;
height: 162px;
}
/* con2 */
.con2 {
	width:954px;
	height:298px;
	margin:0 auto;
	overflow:hidden;
}
.title3 {
	width:954px;
	background:url(../images/title3.jpg) center 0 no-repeat;
	height:45px;
}
.con2_list {
	width:968px;
	height:228px;
	overflow:hidden;
	padding-top:22px;
}
.con2_list li {
	width:242px;
	height:228px;
	float:left;
	overflow:hidden;
}
.con2_img {
	display:block;
	width:216px;
	height:162px;
	border:1px solid #cdcdcd;
	padding:1px;
}
.con2_list li p {
	width:216px;
	height:54px;
	text-align:center;
	font:700 14px/54px "microsoft yahei";
	color:#393939;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
}
.con2_list li p a {
	color:#393939;
}
/* con3 */
.con3 {
	width:954px;
	height:312px;
	margin:0 auto;
	overflow:hidden;
}
.con3_left {
	float:left;
	width:245px;
	height:312px;
	overflow:hidden;
}
.title4 {
	width:245px;
	height:45px;
	overflow:hidden;
	background:url(../images/title1.jpg) 0 0 no-repeat;
}
.title4 span {
	float:left;
	font:700 16px/45px "microsoft yahei";
	color:#000;
	padding-left:18px;
}
.title4 a {
	color: #000;
}
.title4 a.more {
	float: right;
	font: 14px/45px "microsoft yahei";
	color: #000;
	padding-right: 12px;
}
.con3_news {
	width:242px;
	height:auto;
	overflow:hidden;
	border:1px solid #cdcdcd;
	border-top:0;
	border-bottom:3px solid #b1b1b1;
	background:#e0e0e0;
	padding:6px 0 28px;
	margin-bottom:16px
}
.con3_news li {
	width:230px;
	height:40px;
	border-bottom:1px dotted #565656;
	margin:0 auto;
	background:url(../images/icons1.jpg) 4px center no-repeat;
	text-indent:16px;
	line-height:40px;
	color:#3b3b3b;
}
.con3_news li a {
	color:#3b3b3b;
	float:left;
}
.con3_news span {
	float:right;
}
.con3_news li img {
	float:left;
	margin-top:4px;
}
.con3_right {
	float:left;
	width:690px;
	padding-left:18px;
	height:312px;
	overflow:hidden;
}
.con3_about {
	width:652px;
	height:205px;
	padding:18px;
	border:1px solid #cdcdcd;
	border-top:0;
	background:#ededed;
	overflow:hidden;
	font:13px/25px "microsoft yahei";
	color:#353535;
}
.con3_about img {
	float:left;
	margin-right:14px;
	margin-top:8px
}
/* con4 */
.con4 {
	width:954px;
	height:300px;
	margin:0 auto;
	overflow:hidden;
}
.movead {
	zoom:1;
	width:954px;
	margin:22px auto;
	position:relative;
	z-index:11
}
.movead .pcont {
	float:left;
	width:906px;
	height:224px;
	overflow:hidden;
	margin:0 5px;
}
.movead .ScrCont {
	width: 32766px;
	zoom: 1
}
.movead #List1_1 {
	FLOAT: left
}
.movead #List2_1 {
	FLOAT: left
}
.movead .LeftBotton {
	background:url(../images/lbtn.jpg) no-repeat left 0;
	float: left;
	width: 18px;
	height:167px;
}
.movead .RightBotton {
	background:url(../images/rbtn.jpg) no-repeat right 0;
	float: left;
	width: 18px;
	height:167px;
}
.movead .pl img {
	display: block;
	cursor: pointer;
	width:216px;
	height:162px;
}
.movead .pl {
	float:left;
	width:228px;
	height:224px;
	overflow:hidden;
}
.movead .pl a.con4_img {
	display:block;
	width:216px;
	height:162px;
	border:1px solid #cdcdcd;
	position: relative;
	padding:1px;
}
.movead .pl span {
	display:block;
	width:216px;
	height:58px;
	text-align:center;
	font:14px/58px "microsoft yahei";
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color:#393939
}
.movead .pl span a {
	color:#393939
}
/* foot */
.foot_nav {
	width:980px;
	height:79px;
	background:url(../images/foot_bar.jpg) 0 0 no-repeat #010101;
	text-align:center;
	font:14px/77px "microsoft yahei";
	color:#b3b3b3;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
.foot_nav a {
	color:#b3b3b3;
	margin:0 18px;
}
.foot_nav p {
	width:955px;
	height:0;
	overflow: hidden;
	margin:0 auto;
	border-top:1px solid #2a2a2a
}
.foot {
	width:980px;
	height:109px;
	padding-top:23px;
	text-align:center;
	background:#010101
}
.foot p {
	width:100%;
	text-align:center;
	color:#656565;
	line-height:30px;
}
.foot p span {
	margin:0 6px;
}
.foot p a {
	color:#656565
}
.links_bg {
	width:100%;
	background:url(../images/links_bg1.jpg) 0 0 repeat-x;
}
.links {
	width:980px;

	margin:0 auto;
/*	background:url(../images/linksbg.jpg) 13px 8px no-repeat;
	text-indent:50px;*/
	font:14px/45px "microsoft yahei";
	color:#010101;

}
.links span {
	font:700 16px/45px "microsoft yahei";
	color:#010101
}
.links a {
	color:#010101;
	margin:0 4px;
}
/* subpage */
.subpage {
	width:954px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	padding-bottom: 25px;
}
.right_con {
	width:100%;
	height:auto;
	overflow:hidden;
	font:14px/30px "microsoft yahei";
	color:#626262;
	padding:20px 0
}
.right_con div {
	font-size:14px;
}
/* news */
.news {
	width:100%;
	height:auto;
	overflow:hidden;
}
.news li {
	width:100%;
	height:50px;
	border-bottom:1px dotted #282828;
	background:url(../images/icons1.jpg) 3px center no-repeat;
	text-indent:18px;
	font:14px/50px "microsoft yahei";
	color:#b3b3b3;
}
.news li a {
	float:left;
	color:#626262
}
.news li span {
	float:right;
	padding-right:6px;
}
.news li.none {
	margin-bottom:25px;
}
/* news_view */
.right_con h1 {
	width:100%;
	text-align:center;
	font:20px/36px "microsoft yahei";
	color:#343434;
}
.date {
	width:100%;
	text-align:center;
	font:12px/32px "microsoft yahei";
	color:#7d7d7d
}
.date span {
	margin-right:15px;
}
.page {
	width:100%;
	height:86px;
	margin:10px auto;
}
.page p {
	width:100%;
	float:left;
	height:42px;
	font:13px/42px "microsoft yahei";
	color:#177303;
	overflow: hidden;
	border-bottom:1px dotted #7a7a7a;
}
.page p a {
	color:#0e0e0e
}
.right_con img {
	max-width: 100%;
}
/*分页样式*/
.pages {
	margin:0 auto;
	text-align:center;
	font-size:14px;
	padding:20px 0px 20px 0px;
}
.pages a:hover {
	color:#38302e;
}
.pages span {
	font-size:14px;
	padding:0px;
	margin:0px;
	display:inline-block;
	text-align:center;
	height:26px;
	line-height:26px;
	background:#FFF;
	border: 1px solid #d8d8d8;
	margin:0 3px;
	color: #707070;
	padding:0 8px;
}
.pages a {
	font-size:14px;
	padding:0px;
	margin:0px;
	display:inline-block;
	text-align:center;
	height:26px;
	line-height:26px;
	background:#FFF;
	border: 1px solid #d8d8d8;
	margin:0 3px;
	padding:0 8px;
	color: #707070;
}
.pages nolink {
	font-size:14px;
	padding:0px;
}
/*icontent*/
