body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

/* 设置默认字体 */
body,
button, input, select, textarea { /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
    font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}


TABLE {
	FONT-SIZE: 12px; COLOR: #666666; FONT-FAMILY: "微软雅黑"
}
TD {
	FONT-FAMILY: "微软雅黑"
}

.z10 {font-size:15px;} 
.z10 a:link   {font-size:15px;} 
.z10 a:visited   {font-size:   15px; } 
.z10 a:hover  {font-size:   15px; } 



h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; }
h3 { font-size: 14px;font-weight: normal; }
h4, h5, h6 { font-size: 100%; }
h1,h2,h3,h4,h5,h6{
    line-height: 1;
    padding: 0;
    margin: 0;
    font-weight: normal;
}
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol { list-style: none; }

/* 重置文本格式元素 */
a {
	text-decoration: none;
	cursor: pointer;
	color: #777;
}
a:hover {
	text-decoration: none;
	color: #333;
}
img{ padding:0px; margin:0px; border:none;}
abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}
*{
    font-family: 'microsoft yahei','Arial';
	box-sizing: border-box;
}
q:before, q:after { content: ''; }

/* 重置表单元素 */
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 重置 hr */
hr {
    border: none;
    height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll; }

/*居中清浮动*/
.center{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.Tac {
	text-align: center;
}

.clearfix:after{
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}
body{
    background: #fff;
}
/*main*/
.header{
    width: 100%;
    min-width: 1200px;
    height: 32px;
    line-height: 32px;
    background: #434343;
}
.header span{
    color: #cdcdcd;
    font-size: 12px;
}
.header .searchbox{
	width: 184px;
	height: 22px;
	display: inline-block;
	float: right;
	border-radius: 11px;
	background: #434343;
	margin-top: 5px;
}
.header .searchbox input{
	border: none;
	background: none;
	vertical-align: middle;
	padding-left: 10px;
	line-height: 22px;
	float: left;
}
.header .searchbox input:focus{
    outline: none;
    border: none;
}
.header .searchbox #btn{
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url("/images/search.png") no-repeat;
	float: right;
	margin-top: 4px;
	margin-right: 4px;
}
.logobox{
    float: left;
    margin-top:25px;
}
.heabg {
	background-image: url(/images/headerbg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
	position: relative;
	z-index: 2;
}

.navbox{
    float: right;
    height: 100px;
    line-height: 100px;
}
.navbox>li{
    float: left;
    width: 115px;
    text-align: center;
    position: relative;     font-size: 16px;

}
.navbox>li:hover{
    background-color: #f2f2f2;    font-size: 16px;

}
.navbox>li a{
    color: #525252;
    font-size: 16px;
    font-weight: 600;
}
.navbox>li a.on{
    color: #006835;
}
/*网站头导航下拉二级菜单*/
.dropNav{
    position: absolute;
    width: 446px;
    background-color: #f2f2f2;
    padding: 22px 20px 15px 40px;
}

.drop_l{
    width: 97px;
    float: left;
}
.drop_l li{
    width: 115px;
    text-align: left;
    line-height: 21px;
}
.drop_l li a{
    color: #757575;
    font-size: 12px;
    font-weight: normal;
    background: url("/images/semune_icon.gif") 0 center no-repeat;
    padding-left: 10px;
}
.drop_c{
    border-left: 1px solid #cbc9cd;
    float: left;
    padding-left: 18px;
    height: 154px;
}
.drop_r{
    float: right;
    width: 150px;
    line-height: 20px;
    text-align: left;
}
.drop_r span,.drop_r a{ display: block}
.drop_r a.semenuMore{
    width: 83px;
    height: 21px;
    margin-top: 10px;
    padding-left: 8px;
    background: url(../images/semenu_pic01.jpg) no-repeat;
    line-height: 21px;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
}


.slideBox{
	width: 100%;
	height: 628px;
	position: relative;
	margin-top: -4px;
}
.slideBox .img1{
    width: 100%;
    height: 628px;
    background:url("/images/q4.jpg") center no-repeat;
}
.slideBox .img2{
    width: 100%;
    height: 628px;
    background:url("/images/q1.jpg") center no-repeat;
}
.slideBox .img3{
    width: 100%;
    height: 628px;
    background:url("/images/q3.jpg") center no-repeat;
}
.slideBox .img4{
    width: 100%;
    height: 628px;
    background:url("/images/banner4.jpg") center no-repeat;
}
.slideBox .img5{
    width: 100%;
    height: 628px;
    background:url("/images/banner5.jpg") center no-repeat;
}
.slideBox .img6{
    width: 100%;
    height: 628px;
    background:url("/images/banner6.jpg") center no-repeat;
}
.slideBox .btns{
    position: absolute;
    bottom: 36px;
    left: 50%;
    margin-left: -60px;
}
.slideBox .btns li{
    float: left;
    width: 62px;
    height: 6px;
    background: #eaeaea;
    margin-left: 4px;
    cursor: pointer;
}
.slideBox .btns li.active{
    background: #d88829;
}

.secondnav{
    height: 86px;
    line-height: 86px;
}
.secondnav li{
	display: inline;
	padding: 0 25px;
	border-right: 2px solid #999;
}
.secondnav li:first-child{
    padding-left: 0;
}
.secondnav li:last-child{
    padding-right: 0;
    border: 0;
}
.secondnav li a{
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.secondnav li a.on{
    color: #006835;
}
.aboutbox{
    width: 100%;
    min-width: 1200px;
    background: #f2f2f2;
    height: 406px;
}
.aboutbox .about{
    width: 826px;
    padding-top: 20px;
    float: left;
}
.aboutbox .about .tit{
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #006835;
    font-weight: 600;
    font-size: 16px;
}
.aboutbox .about .tit span{
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    margin-left: 6px;
}
.aboutbox .about .aboutinfo{
    height: 286px;
    box-shadow: 0 0 3px #999;
    background: #ffffff;
    width: 100%;
}
.aboutbox .about .aboutinfo .picbox{
    width: 346px;
    height: 286px;
    float: left;
}
.aboutbox .about .aboutinfo .riginfo{
    width: 480px;
    padding: 0 20px;
    float: left;
}
.aboutbox .about .riginfo h4{
    padding: 16px 0;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    line-height: 1.2;
    border-bottom: 1px solid #e5e5e5;
}
.aboutbox .about .riginfo h4 span{
    font-size: 14px;
    color: #999999;
    font-weight: normal;
}
.aboutbox .about .riginfo .text{
    font-size: 14px;
    color: #777777;
    line-height: 1.6;
    padding: 16px 0 ;
}
.aboutbox .about .riginfo a{
    color: #d88829;
    font-size: 14px;
}
.aboutbox .shipin{
    width: 342px;
    float: right;
    padding-top: 20px;
}
.aboutbox .shipin .tit{
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #006835;
    font-weight: 600;
    font-size: 16px;
}
.aboutbox .shipin .tit span{
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    margin-left: 6px;
}
.aboutbox .shipin .shipinpic{
	box-shadow: 0 0 3px #999;
	height: 285px;
}
.newsbox{
    padding-top: 18px;
}
.newsbox .newsleft{
    width: 582px;
    height: 272px;
    box-shadow: 0 0 3px #999;
    float: left;
}
.newsbox .newsleft .menu{
    width: 148px;
    float: left;
}
.newsbox .newsleft .menu li{
    width: 100%;
    height: 136px;
    position: relative;
    background: #8d8d8d;
    text-align: center;
    cursor: pointer;
}
.newsbox .newsleft .menu li p{
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
}
.newsbox .newsleft .menu li.on{
    background: #d88829;
}
.newsbox .newsleft .menu li em{
    width: 10px;
    height: 20px;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -10px;
    background: url("/images/sanjiao.png") no-repeat;
}
.newsbox .newsleft .menu .li-1 i{
    width: 46px;
    height: 46px;
    background: url("/images/qy_icon.png") no-repeat;
    display: inline-block;
    margin: 30px auto 14px auto;
}
.newsbox .newsleft .menu .li-2 i{
    width: 50px;
    height: 42px;
    background: url("/images/qy_icon2.png") no-repeat;
    display: inline-block;
    margin: 30px auto 14px auto;
}
.newsbox .newswrapper{
    width: 434px;
    float: left;
    padding: 0 20px;
    position: relative;
    height: 100%;
}
.newsbox .newswrapper .news{
    width: 394px;
    height: 100%;
    position: absolute;
}
.newsbox .newswrapper  .hot{
    width: 100%;
    height: 116px;
    padding: 18px 0;
    border-bottom: 1px solid #e5e5e5;
}
.newsbox .newswrapper .hot img{
    float: left;
    width: 74px;
    height: 82px;
}
.newsbox .newswrapper .hot .tuijian{
    width: 310px;
    float: left;
    margin-left: 10px;
}
.newsbox .newswrapper .hot .tuijian h3{
    font-size: 16px;
    color: #d88829;
    line-height: 1.6;
}
.newsbox .newswrapper .hot .tuijian p{
    font-size: 14px;
    color: #777777;
    line-height: 1.4;
    margin-top: 5px;
}
.newsbox .newswrapper .tj{
    width: 100%;
    padding: 20px 0;
}
.newsbox .newswrapper .tj li{
    width: 100%;
    height: 44px;
    margin-bottom: 10px;
}
.newsbox .newswrapper .tj li .date{
    min-width: 65px;
    text-align: center;
    background: url("/images/xuxian.png") right center no-repeat;
    height: 44px;
    font-size: 14px;
    color: #444444;
    float: left;
	padding-right:8px;
}
.newsbox .newswrapper .tj li .date span{
    font-size: 24px;
}
.newsbox .newswrapper .tj li a{
    line-height: 44px;
    margin-left: 6px;
    color:#333;
    font-size: 14px;
    display: block;
    height: 44px;
    float: left;
}
.newsbox .newswrapper .tj li a:hover{
    color: #006835;
}
.newsbox .newsright{
    width: 584px;
    height: 270px;
    box-shadow: 0 0 3px #999;
    float: right;
}
.newsbox .newsright img{
    float: left;
    display: block;
}
.newsbox .newsright .ri{
    width: 412px;
    float: left;
    padding: 0 20px;
    position: relative;
    height: 100%;
}
.newsbox .newsright .ri h4{
    padding: 16px 0;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    line-height: 1.2;
    border-bottom: 1px solid #e5e5e5;
}
.newsbox .newsright .ri h4 span{
    font-size: 14px;
    color: #999999;
    font-weight: normal
}
.newsbox .newsright .ri ul li{
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}
.newsbox .newsright .ri ul li span{
    color: #777777;
    font-size: 14px;
    float: right;
}
.newsbox .newsright .ri ul li:hover span{
    color: #006835;
}
.newsbox .newsright .ri ul li span.mem{
    float: left;
}
.probox{
    height: 360px;
    box-shadow: 0 0 3px #999;
    margin-top: 30px;
}
.probox .bd {
	padding-left: 35px;
}

.probox li{
	width: 242px !important;
	height: 242px;
	float: left;
	border: 1px solid #e5e5e5;
	margin-top: 30px;
	margin-right: 20px;
	margin-left: 20px;
}
.probox li img{
    width: 240px;
    height: 180px;
}
.probox li p{
    width: 100%;
    height: 62px;
    line-height: 62px;
    background: #ebebeb;
    text-align: center;
    color: #333333;
    font-size: 20px;
}
.partner{
    height: 174px; 
    box-shadow: 0 0 3px #999;
    line-height: 64px;
    margin-top: 20px;
}
.partner span{
	margin-left: 10px;
	color: #333333;
	font-weight: 600;
	color: #666;
	font-size: 16px;
	float: left;
}
.p-pic {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.p-pic dl dd {
	float: left;
	margin-left: 20px;
}

.p-pic dl dd img {
	height: 87px;
	width: 125px;BORDER-RIGHT: #DAD8D9 1px solid;  BORDER-LEFT: #DAD8D9 1px solid; BORDER-BOTTOM: #DAD8D9 1px solid;BORDER-TOP: #DAD8D9 1px solid; 
}

.foot{
    width: 100%;
    height: 302px;
    background: #2e2e2e;
    min-width: 1200px;
    margin-top: 20px;
}
.foot .shban{
    height: 260px;
    border-bottom: 1px solid #3e3e3e;
}
.foot .shban dl{
    width: 140px;
    padding-left: 24px;
    float: left;
    padding-top: 42px;
    border-right: #3e3e3e 1px solid;
    border-left:  #1f1f1f 1px solid;
    height: 230px;
}
.foot .shban dl dt{
    margin-bottom: 18px;
}
.foot .shban dl dt a{
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}
.foot .shban dl dd{
    margin-bottom: 10px;
}
.foot .shban dl dd a{
    color: #dbdbdb;
    font-size: 14px;
}
.foot .shban dl:first-child{
    width: 86px;
    padding-left: 0;
    border-left: none;
}
.foot .shban .contact{
    width: 500px;
    float: left;
    padding-left: 34px;
    border-left: 1px solid #1f1f1f;
    padding-top: 42px;
}
.foot .shban .contact h3{
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}
.foot .shban .contact .text{
    width: 100%;
    overflow: hidden;
}
.foot .shban .contact .text p{
    width: 334px;
    line-height: 1.8;
    float: left;
    color: #f3f3f3;
    font-size: 14px;
}
.foot .shban .contact .text .ewm{
    width: 105px;
    height: 105px;
    float: left;
}
.foot .xiaban{
    height: 42px;
    border-top: #1f1f1f 1px solid;
    line-height: 42px; font-size:14px
}
.foot .xiaban .span-1 a{
    color: #bbbbbb;
    border-right: 1px solid #bbbbbb;
    font-size: 14px;
    padding: 0 10px;
}
.foot .xiaban .span-1 a:first-child{
    padding-left: 0;
}
.foot .xiaban .span-1 a:last-child{
    border: 0;
}
.foot .xiaban .span-2{
    float: right;
    color: #bbbbbb;
    font-size: 14px;
}
/*=====内页======*/
.contain {
	width: 1170px;
	margin: 0 auto;
	font-size: 14px;
}
.breadcrumb {
	margin: 20px 0;
	clear: both;
}
.breadcrumb a {
    color: #999;
}
.breadcrumb span.active a {
	color: #006835;
}
.pm25 {
	padding-bottom: 25px;
}
.mp30{ margin-top:30px;}
.m-l {
	float: left;
	width: 220px;
}
.catalog {
    position: relative;
    width: 220px;
}
.box-shadow {
	background-color: #fff;
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: 0 0px 3px #999;
	-moz-box-shadow: 0 0px 3px #999;
	box-shadow: 0 0 3px #999;
}
.catalog .aboutus-h2 {
	height: 80px;
	margin: 0;
	line-height: 80px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background-color: #006835;
}
.catalog .aboutus-h2 .yicon {
	background-image: url(/images/home.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	display: inline;
	margin-right: 5px;
}
.list-aboutus ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    position: relative;
    z-index: 1;
}
.list-aboutus ul li {

}

.list-aboutus ul li a {
	display: block;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	text-align: center;
	color: #333;
	border-top: 1px solid #e5e5e5;
	width: 80%;
	margin: 0 auto;
}
.list-aboutus ul li a:hover{
	z-index: 0;
	width: 100%;
	height: 48px;
	-webkit-transition: none;
	transition: none;
	background-color: #EFEFEF;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #006835;
}
.list-aboutus ul li a.active {
	text-decoration: none;
	color: #006835!important;
}
.m-r {
	width: 910px;
	margin-bottom: 20px;
	float: right;
	background-color: #FFF;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 30px;
	padding-bottom: 45px;
	min-height: 450px;
}
.m-r-tit{
    font-size: 24px;
    border-bottom: 2px solid #e6e6e6;
}
.m-r-tit span {
	display: inline-block;
	margin-bottom: -2px;
	padding: 10px 36px 10px 0;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006835;
}
.about p,.about div { line-height:24px; font-size:14px;}
.idx-news li {
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
	background: url(/images/dian.png) no-repeat left center;
}
.idx-news li span {
	float: right;
}

.idx-news li:hover{-webkit-transform:translateX(3px);-moz-transform:translateX(3px);transform:translateX(3px)}
.idx-news li a{color:#333;margin-left:6px}
.idx-news li a:hover{
	color: #006835
}
.page{padding-top:38px;text-align:center; clear:both;}
.page a{
	color: #333;
	min-width: 25px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	display: inline-block;
	border: 1px solid #006835;
	margin-right: 5px;
	margin-left: 5px;
}
.page a:hover{
	color: #006835;
	text-decoration: underline;
}
.page .active{
	color: #FFF;
	text-decoration: none;
	background-color: #006835;
}
.page .active:hover{color:#FFF; text-decoration:underline;}
.idx-news h2 {
    padding-top: 18px;
    font-size: 16px;
    line-height: 32px;
    color: #444;
    text-align: center;
}

.idx-news .time {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 24px;
    color: #999;
    text-align: center;
}
.news-detail div, .news-detail p {
	line-height: 24px;
}

.back {
	font-weight: normal;
	float: right;
}
.back a {
	color: #666;
}
.turn {
    position: relative;
    margin-top: 50px;
    border-top: 1px solid #eee;
    padding-top: 10px;
    font-size: 12px;
}
.turn p{line-height: 24px;}
.idx-pro ul {
	width: 105%;
}

.idx-pro ul li {
	float: left;
	margin-right: 55px;
	margin-bottom: 25px;
}
.idx-pro ul li:nth-child(3n){ margin-right:0px;}
.idx-pro ul li img {
	height: 200px;
	width: 240px;
	border: 3px solid #e5e5e5;
}
.idx-pro ul li a:hover img {
	border: 3px solid #006835;
}

.idx-pro ul li h3 {
	font-weight: normal;
	text-align: center;
	line-height: 24px;
	margin-top:5px;
}




