/* CSS Document */
/*边距清零*/
ul,li,p,dl,dt,dd,h1,h2,h3,h4,h5,h6,p{margin:0; padding:0;}
form,span,input,select{margin:0; padding:0;}
/*----------------------------------------------------------总体设置----------------------------------------------------------*/
html{margin:0 auto;padding:0;font-size:12px;FONT-FAMILY:'宋体'; color:#353535;}
body{
	line-height:200%; 
	color:#4d4d4d; 
	margin:0 auto;
	padding:0; 
	background: #f7ffef;
}
a:link, a:visited{color:#4d4d4d;text-decoration: none;}
a:hover{color:#f00;}
img{ margin:0; padding:0; border:0;}
ul,li{ margin:0; padding:0;list-style-type:none;}
.clear{ clear:both;}
.floatL{ float:left;}
.floatR{ float:right;}


/*
COMMON ---------------------------- */

/* 
P.I.E. FLOAT CLEARING ----------------------------
See http://www.positioniseverything.net/easyclearing.html
and http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
*/

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.clearfix {display: inline-block;}
.clearfix {display: block;}


/*
image box ---------------------------- */

.img-box {
	padding: 2px;
}

/*
wrapper ---------------------------- */

.wrapper {
	width: 980px;
	margin: 0 auto;
}


/*
HEADER ---------------------------- */

.m-top {
	height: 10px;
	background: url(../images/top_bg.png) repeat-x;
}

.header {
	background: url(../images/header_left.png) left top no-repeat;
	position: relative;
}

.inner-header {
	margin-left: -355px;
    height: 500px;
    background: url(../images/header_right.png) right top no-repeat;
    position: absolute;
    top: 21px;
    left: 50%;
}

.header .logo {
	position: relative;	
}

.header .logo img {
	display: block;
	margin: 11px 0 20px 39px;
}

.header .contact-panel {
	font-size: 15px;
	font-family: "Microsoft YaHei";
	
	position: absolute;
	right: -113px;
    bottom: 59px;
}

.contact-panel .tel {
	font-size: 24px;
	color: #ffc000;
	margin-left: 10px;
    vertical-align: text-bottom;
}

.header .search-panel {
	width: 198px;
	height: 28px;
	background: url(../images/input_search.png) right center no-repeat;
	position: absolute;
	right: -86px;
    bottom: 22px;
}

.search-panel .search-text {
	width: 150px;
	height: 22px;
	border: 0;
	margin-left: 12px;
    margin-top: 3px;
    outline: none;
}

.search-panel .search-btn {
	width: 15px;
	height: 12px;
	border: 0;
	background: url(../images/search_btn.png) no-repeat;
	cursor: pointer;
}


/*
NAV ---------------------------- */

.nav {
	border-bottom: 6px solid #86be00;
}

.nav li {
	float: left;
	height: 33px;
	line-height: 33px;
	margin: 0 4px;
	padding: 0 22px 0 22px;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	text-align: center;
	position: relative;
}

.nav li.active, .nav li.hover {
	background: #86be00 url(../images/nav_active.jpg) 10px center no-repeat;
}

.nav li.active a:link, .nav li.active a:visited,
.nav li.hover a:link, .nav li.hover a:visited {
	color: #fff;
}

.sub-nav {
	background: #86be00;
	position: absolute;
	left: 0;
	top: 33px;
	z-index: 99999;
}

.sub-nav li {
	margin: 0;
	padding: 0;
	width: 100%;
}

.sub-nav li a:link, .sub-nav li a:visited {
	color: #fff;	
}

.sub-nav li.hover {
	background: #86be00;
}

.sub-nav li.hover a:link, .sub-nav li.hover a:visited {
	color: #f00;
}

/*
FOCUS ---------------------------- */

#focus {
	box-shadow: 0 1px 10px #888888;
}

#banner .focus-item {
	width:1027px;
	height:40px;
	background: url(../images/aa.jpg) no-repeat center top;
	position: absolute;
	left: 0;
	
	bottom: 0;
	z-index:0;
	margin-left: -11px;
}

/*
关于 ---------------------------- */

.m-content {
	background: url(../images/bottom_bg.png) repeat-x right bottom;
}

.f-about {
	margin-top: 45px;
}

.f-about img {
	float: left;
	width: 330px;
	height: 184px;
}

.f-about .about-box {
	float: right;
	width: 640px;
	margin-left:10px;
}

.about-box .about-title {
	position: relative;
}

.about-title h2 {
	margin-bottom: 6px;
	color: #7bad03;
	font-size: 20px;
	font-weight: normal;
	font-family: "Microsoft YaHei";
}

.about-title .about-list {
	position: absolute;
	right: 0;
	top: 0;
}

.about-list li {
	float: left;
	width: 60px;
	height: 22px;
	margin-left: 4px;
	background: #c7c7c7;
	text-align: center;
}

.about-list li.active {
	background: #7bad03;
}

.about-list a:link, .about-list a:visited {
	color: #fff;
}

.about-box .more-p {
	text-align: right;
}

.about-box .more {
	float: right;
}

.about-box .more:link, .about-box .more:visited {
	color: #7bad03;
}

.about-box .desc {
	line-height: 22px;
}

.division {
	margin-top: 30px;
	margin-bottom: 42px;
	height: 1px;
	border: 0;
	background: url(../images/hr.png) repeat-x;
}

.about-box .add-images {
	margin-top: 12px;	
}

.add-images img {
	float: left;
	margin-right: 6px;
	width: 205px;
	height: 75px;
}

/*
新闻 ---------------------------- */

.f-news .news-list {
	float: left;
	width: 600px;
}

.f-news .news-list li {
	margin-bottom: 29px;
}

.news-list .n-top {
	float: left;
	width: 79px;
	height: 65px;
	color: #fff;
	background: #7bad03;
	text-align: center;
	font-family: "Microsoft YaHei";
}

.n-top .top-inner {
	padding: 8px 5px 0;
}

.n-top h3 {
	padding-bottom: 4px;
	font-size: 21px;
	font-weight: normal;
	border-bottom: 1px solid #fff;
}

.news-list .news-content {
	float: right;
	width: 492px;
}

.news-content h3 {
	font-size: 15px;
	font-family: "Microsoft YaHei";
}

.news-content .desc {
	line-height: 22px;
	color: #8a8989;
}

.f-news .news-focus-box {
	float: right;
	margin-right: 24px;
	width: 337px;
}


/*
产品中心 ---------------------------- */

.f-product {
	margin-top: 16px;
	padding-bottom: 87px;
}

.f-product .p-title {
	margin-bottom: 40px;
	height: 60px;
	background: url(../images/product.jpg) no-repeat;
}

.f-product .product-list {
	width: 1045px;
}

.product-list li {
	float: left;
	margin-right: 41px;
	width: 168px;
}

.product-list img {
	display: block;
	width: 160px;
	height: 160px;
}

.product-list .img-box {
	padding: 0;
	border: 4px solid #dfdfdf;
}

.product-list .title, .product-list .desc {
	text-indent: 30px;
}

.product-list .title {
	margin-top: 16px;
	font-size: 12px;
}

.product-list .title a:link, .product-list .title a:visited {
	color: #7bad03;
}

.product-list .desc {
	color: #393939px;
}


/*
友情链接 ---------------------------- */

.flink {
}

.flink a {
	padding: 0 12px;
}

/*
FOOTER ---------------------------- */

.m-footer {
	overflow: hidden;
	height: 132px;
	background: #ebebeb;
	position: relative;
}

.m-footer .f-bg-l {
	float: left;
	width: 50%;
	height: 132px;
	background: #ebebeb;
}

.m-footer .f-bg-r {
	float: right;
	width: 50%;
	height: 132px;
	background: #7bad03;
}

.m-footer .wrapper {
	position: absolute;
	left: 50%;
	margin-left: -502px;
}

.footer-primary .f-info {
	float: left;
	width: 680px;
	height: 132px;
	background: #ebebeb;
}

.f-info .flink {
	margin-top: 16px;
	margin-bottom: 7px;
}

.footer-primary .f-tel {
	float: right;
	width: 300px;
	height: 132px;
	background: #7bad03;
	position: relative;
}

.f-tel .tel-icon {
	float: left;
	margin-left: 7px;
	margin-top: 23px;
	margin-right: 6px;
	width: 45px;
	height: 45px;
	background: url(../images/tel.png) no-repeat;
}

.f-tel .tel-number {
	color: #fff;
	font-size: 17px;
	font-family: "Microsoft YaHei";
}

.f-tel .number1 {
	margin-top: 30px;
}

.f-tel .number2 {
	padding-left: 62px;
}

.f-tel .qrcode {
	width: 104px;
	height: 104px;
	position: absolute;
	top: -24px;
	right: 0;
	z-index: 9999;
}

.f-tel .qrcode {
	width: 104px;
	height: 104px;
	position: absolute;
	top: -24px;
	right: 0;
	z-index: 9999;
}


/*
QRCODE ---------------------------- */

.qrcode-block {
	width:100px;
	padding:5px;
	background:#fff; 
	text-align:center;  
	position:fixed; 
	left:0;
	bottom:0;
	z-index: 9999;
}

.qrcode-block img {
	width: 100px;
}

.qrcode-box {
	position: relative;
}
.qrcode-box .qrcode {
	position: absolute;
	right: 0;
	top: -25px;
	z-index: 9999;
}


/*
DEFAULT引导页 ---------------------------- */

#m-default-body {
	background: url(../images/default_bg.png);
	text-align: center;
}

.m-default img {
	max-width: 100%;
}

.default-center {
	margin-left: -502px;
	
	position: absolute;
	left: 50%;
	top: 0;
}

.default-center .d-l {
	margin-right: 20px;
	position: relative;
	top: 20px;
}

.default-center .d-c {
	position: relative;
	top: 100px;
}

.default-center .d-r {
	margin-left: 20px;
	position: relative;
	top: 20px;
}


/*
DEFAULT引导页 ---------------------------- */

.m2-default {
	max-width: 1600px;
	margin: 0 auto;
}

.m2-default .default-bg, .m2-default .center-imgs {
	width: 100%;
	max-width: 1600px;
	min-width: 1024px;
}

.m2-default .center-imgs {
	position: absolute;
	top: 15%;
}

.m2-default .d2-l, .m2-default .d2-r {
	margin-top: 11%;
	width: 20%;
	vertical-align: top;
}

.m2-default .d2-c {
	width: 13%;
}

.m2-default .d2-l {
	margin-right: 5.5%;
}

.m2-default .d2-r {
	margin-left: 5.5%;
}


/*
内页 ---------------------------- */

.inner-content {
	margin-top: 34px;	
	margin-bottom: 20px;
}

.inner-focus img {
	width: 100%;
}

.inner-content .left-menu {
	float: left;
	width: 218px;
}

.inner-content .right-content {
	float: right;
	width: 745px;
	min-height: 400px;
}

.left-menu .top-title {
	padding-top: 16px;
	padding-left: 12px;
	padding-bottom: 10px;
	background: #87bf00;
}

.top-title .title-icon {
	float: left;
	margin-right: 18px;
	width: 7px;
	height: 35px;
	background: #fff;
}

.top-title h2 {
	float: left;
	font-size: 17px;
	font-family: "Microsoft YaHei";
	font-weight: normal;
	color: #fff;
}

.top-title .en {
	display: block;
	text-transform: uppercase;
	font-size: 13px;
}


.left-menu .menu-list {
	padding: 20px 14px;
	background: #e5ffca;
}

.menu-list li {
	float: left;
	width: 100%;
	line-height: 36px;
	background: url(../images/menu_li_border.png) repeat-x left bottom;
}

.menu-list li.first {
	background: none;
}

.menu-list li a {
	display: block;
	margin-left: 30px;
	padding-left: 30px;
	background: url(../images/list_li.jpg) left center no-repeat;
}
.menu-list li.on a {
	color: #f00;
}


.right-content h3 {
	margin-bottom: 12px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
	font-family: "Microsoft YaHei";
	border-bottom: 3px solid #86bf00;	
}

.right-content .breadcrumb {
	float: right;
	font-size: 12px;
}

.content-body #pager {
	text-align: right;	
}

.content-body {
	margin-bottom: 30px;
}


/*
文章页 ---------------------------- */

.content-body .content-title {
	margin-bottom: 12px;
	text-align: center;	
}

.content-body h4 {
	font-size: 18px;
	color: #ff4800;
}

.content-body .sub-info {
	color: #9e9e9e;
}


/*
文章列表页 ---------------------------- */

.article-list li {
	line-height: 30px;
	border-bottom: 1px dotted #e4e4e4;
}


/*
展示图 ---------------------------- */

.content-body #pager {
	margin-top: 12px;
	text-align: right;	
}

.show-list ul {
	width: 745.5px;
}

.show-list li {
	float: left;
	margin-right: 23.5px;
	margin-bottom: 20px;
}
.show-list li a{display:block;}
.show-list .title {
	text-align: center;
}


	.inner-header {
    margin-left: -500px;
    height: 500px;
    background: url(../images/header_right.png) right top no-repeat;
    position: absolute;
    top: 21px;
    left: 50%;
	}
	.header .contact-panel {
		font-size: 15px;
		font-family: "Microsoft YaHei";
		position: absolute;
		right: 10px;
		bottom: 59px;
	}
	.header .search-panel {
		width: 198px;
		height: 28px;
		background: url(../images/input_search.png) right center no-repeat;
		position: absolute;
		right: 10px;
		bottom: 22px;
	}

	.carousel-no-style{
		width:980px !important;
	}
	