]/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
body {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template { display: none; }

a { background: transparent; }
a:active, a:hover { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small { font-size: 80%;}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 40px; }
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre { overflow: auto; }

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}
button { overflow: visible;}
button, select { text-transform: none; }
button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

button[disabled], html input[disabled] { cursor: default;}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, 
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}
textarea { overflow: auto; }
optgroup { font-weight: bold; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,th {
	padding: 0;
}
li,ul,h1,h2,h3,h4,p,figure,dl {
	padding: 0;
	margin: 0;
}
/*--!!!!!!!!!!!!!!!!!!!!!!!!!以上全是CSS初始化样式，不用管它！！！！！！！！！！！！！！！！！--*/


/*base style*/
body {
	font-size: 14px;
	font-family: "Microsoft YaHei",STHei,华文黑体,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #555;
	padding-top: 85px;
	background: url(../images/retina_wood.png);
}
h1, h2, h3, h4, h5 { color: #333;}
a:link, a:visited {
	text-decoration: none;
	color: #555;
}
a:hover, a:active { color: #087c55; text-decoration:none;}
ul,li { list-style: none;}
/*清除浮动*/
.clearfix:after {
	content:'';
	display: table;
	clear: both;
}
.clearfix { *zoom:1;}
.displaynone {
	display: none;
}
.bordernone {
	border: none;
}
.transition {
	transition: all 0.3s;
}
/*gotop*/
.cbbfixed {
	position: fixed;
	right: 10px;
	transition: bottom ease .3s;
	bottom: -85px;
	z-index: 3000;
	cursor: pointer;
}
.cbbfixed .cbbtn {
	width: 40px;
	height: 40px;
	display: block;
	background-color: #252837;
}
.cbbfixed .gotop {
	transition: background-color ease .3s;
	margin-top: 1px;
}
.cbbfixed .gotop .up-icon {
	float: left;
	margin: 14px 0 0 9px;
	width: 23px;
	height: 12px;
	background: url(../images/side-icon02.png);
}
.cbbfixed .gotop:hover {
	background-color: #1e1a1b;
}
.cbbfixed .cweixin {
	background: #dadbdd;
}
.cbbfixed .cweixin div {
	background: url(../images/erwei.png);
	width: 194px;
	height: 199px;
	position: absolute;
	left: -194px;
	top: -115px;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transform-origin: 100% 70%;
	-webkit-transform-origin: 100% 70%;
	transition: transform ease .3s, opacity ease .3s;
	-webkit-transition: all ease .3s;
	display: none\0;
 *display:none;
}
.cbbfixed .cweixin:hover div {
	display: block;
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
 *display:block;
}
.cbbfixed .cweixin .weixin-icon {
	float: left;
	margin: 12px 0 0 11px;
	width: 18px;
	height: 18px;
	background: url(../images/side-icon01.png);
}
.wrapper {
	width: 100%;
	max-width: 1600px;
	margin: auto;
	background: #fff;
	overflow: hidden;
}
/*自由发挥，确定哪些是可以复用的，都写在这里*/
/*色彩索引：棕色#302217,深棕#1e1a1b,黄色#f8b62c*/

/*首页style*/
/*s style*/
.header {
	width: 100%;
	height: auto;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 1000;
}.header-wrapper
.header:after {
	width: 100%;
	height: 8px;
	position: absolute;
	bottom: -8px;
	background: url(../images/boxshadow.png) repeat-x;
	z-index: 0;
}
.header-wrapper {
	width: 988px;
	margin: left;
	margin-left:12%;
	position:relative;
}
.logo {
	float: left;
	width:355px;
	height:85px;
	
}
.logo a {
	color: #1e1a1b;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 50px;
	font-weight: bold;
}
.nav {
	background: #1e1a1b;
	filter:alpha(opacity=100);
    -moz-opacity:1.0;
    -khtml-opacity: 1.0;
    opacity:1.0;
    position:absolute;
	left: 365px;
	width: 1007px;
}
.nav ul > li {
	float: left;
	width: 110px;
	text-align: center;
}
.nav ul > li > a {
	display: block;
	line-height: 85px;
	height: 85px;
	color: #fff;
	transition: background-color 0.3s;
}
.nav ul > li > a.current,.nav ul > li > a:hover {
	background-color: #13a35a;
}
.nav ul > li:hover {
	background-color: #13a35a;
}
ul.dropdown {
	position: absolute;
    width: 160px;
	background: #1e1a1b;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.5s;
	display: none;
	z-index: 1000;
	padding: 5px 0 10px 0;
}
.nav ul > li:hover ul.dropdown {
    display: block;
 	opacity: 0.9;
	filter: alpha(opacity=90);
}
ul.dropdown li {
	width: 100%;
	position: relative;
}
ul.dropdown li:after {
	content: '';
	position: absolute;
	left: 15px;
	width: 80%;
	height: 1px;
	background: #333;
}
ul.dropdown li:hover:after {
	display: none;
}
ul.dropdown li a {
	width: 100%;
	line-height: 40px;
	height: 40px;
	text-align: left;
	text-indent: 28px;
}

/*main style*/
.main {
	width: 100%;
}
/*banner style*/
.banner {
	width: 100%;
	height: 450px;
	position: relative;
	overflow: hidden;
	margin-top:30px;
}
/*轮播幻灯片DBtab*/
.DB_tab25 {
	width: 100%;
	height: 450px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.DB_tab25 .DB_bgSet {
	position: relative;
}
.DB_tab25 .DB_bgSet li {
	position: absolute;
	width: 100%;
	height: 600px;
	display: none;
}
.DB_tab25 .DB_imgSet {
	position: absolute;
	width: 988px;
	left: 50%;
	margin-left: -496px;
}

.DB_tab25 .DB_imgSet .DB_1_1 {
	position: absolute;
	left: 199px;
	top: 153px;
}
.DB_tab25 .DB_imgSet .DB_1_2 {
	position: absolute;
	left: 498px;
	top:169px;
}
.DB_tab25 .DB_imgSet .DB_1_3 {
	position: absolute;
	left:199px;
	top: 233px
}
.DB_tab25 .DB_imgSet .DB_2_1 {
	position: absolute;
	left: 26px;
	top: 111px;
}
.DB_tab25 .DB_imgSet .DB_2_2 {
	position: absolute;
	left: 376px;
	top: 111px
}
.DB_tab25 .DB_imgSet .DB_2_3 {
	position: absolute;
	left: 26px;
	top: 175px;
}
.DB_tab25 .DB_imgSet .DB_3_1 {
	position: absolute;
	left:201px;
	top: 136px;
}
.DB_tab25 .DB_imgSet .DB_3_2 {
	position: absolute;
	left: 484px;
	top: 153px
}

.DB_tab25 .DB_imgSet .DB_3_3 {
	position: absolute;
	left: 201px;
	top: 206px
}
.DB_tab25 .DB_imgSet .DB_4_1 {
	position: absolute;
	left: 120px;
	top: 0px;
}
.DB_tab25 .DB_imgSet .DB_4_2 {
	position: absolute;
	left: 540px;
	top: 120px
}
.DB_tab25 .DB_imgSet .DB_4_3 {
	position: absolute;
	left: 690px;
	top: 150px
}
.DB_tab25 .DB_imgSet .DB_4_4 {
	position: absolute;
	left: 540px;
	top: 250px
}
.DB_tab25 .DB_imgSet .DB_4_5 {
	position: absolute;
	left: 770px;
	top: 0px
}
.DB_tab25 .DB_menuWrap {
	position: absolute;
	width: 988px;
	left: 50%;
	margin-left: -500px;
}
.DB_tab25 .DB_menuWrap .DB_menuSet {
	position: absolute;
	width: 100%;
	top: 420px;
	text-align: center;
	font-size: 0;
	border-radius: 20px;
	z-index: 2000;
}
.DB_tab25 .DB_menuWrap .DB_menuSet li {
	cursor: pointer;
	margin: 0 3px;
	display: inline;
}
.DB_tab25 .DB_prev {
	position: absolute;
	left: -100px;
	top: 220px;
	cursor: pointer;
	display: none;
}
.DB_tab25 .DB_next {
	position: absolute;
	right: -100px;
	top: 220px;
	cursor: pointer;
	display: none;
}
/*contents style*/
.content {
	width: 100%;
	height: 60px;
	background: url(../images/bg.png);
	position: absolute;
	z-index: 2000;
	bottom: 0;
}
.content-wrapper {
	width: 988px;
	margin: auto;
	font-size: 12px;
}
.content-wrapper  a { color: #fff;}
.col-news {
	width: 305px;
	padding-right: 20px;
	float: left;
}
#col-newslist {
	line-height: 60px;
	height: 60px;
	overflow: hidden;
	color: #fff;
	font-size: 12px;
	position: relative;
}
#col-newslist:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	top: 24px;
	/*画三角形*/
	border-top: 5px solid transparent;
    border-left: 8px solid #f8b62c;
    border-bottom: 5px solid transparent;
}
#col-newslist li {
	text-indent: 20px;
}
#col-newslist li a {
	color: #fff;
	font-size: 12px;
}
#col-newslist li a:hover {
	text-decoration: underline;
}
#col-newslist li span {
	float: right;
}
.col-prd {
	position: relative;
	font-weight: bold;
	float: left;
	width: 430px;
}
.col-prd li {
	float: left;
	line-height: 60px;
	width: 33.3333%;
	text-align: center;
	vertical-align: bottom;
}
.col-prd li a {
	display: block;
	line-height: 60px;
	background: #45372e;
	transition: all 0.3s;
	position: relative;
	z-index: 100;
}
.col-prd li a span { font-family: Tahoma, Geneva, sans-serif;}
.col-prd li:hover,.col-prd li a:hover {
	background: #fff;
	color: #302217;
}
.col-contacts {
	float: left;
	line-height: 60px;
	padding-left: 30px;
	color: #fff;
}
.col-contacts span {
	font-weight: bold;
}
.col-contacts p {
	background: url(../images/tel4.png) no-repeat left center;
	text-indent: 25px;
}
/*首页底部隐藏部分*/
.col-prd-1 {
	position: absolute;
	z-index: 10;
	left: 0;
	background: #fff;
	width: 399px;
	height: 100px;
	padding: 15px;
	opacity: 0.95;
	filter: alpha(opacity=95);
	top: 0;
}
a.img-link {
	display: block;
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 20px;
	background: #fff;
}
a.more {
	position: absolute !important;
	right: 0;
	top: 0;
	display: block;
	width: 40px !important;
	line-height: 20px !important;
	color: #fff;
	background: #f8b62c !important;
	font-weight: normal;
}
.col-prd-1 img,.col-prd-2 img,.col-prd-3 img {
	width: 100px;
	height: 100px;
}
.col-text {
	width: 279px;
	height: 100px;
	float: left;
}
.col-text h2 {
    font-weight: normal;
	line-height: 25px;
	font-size: 18px;
	height: 25px;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: left;
	color: #45372e;
	cursor: pointer;	
}
.col-text p {
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	text-align: left;
	font-weight: normal;
	color: #333;
}

.main-cont {
	width: 1000px;
	margin: auto;
}
.main-cont ul {
    width: 1000px;
}
.main-cont ul li {
	float: left;
	margin-right:32px;
	margin-top:25px;
	margin-bottom: 40px;
}
.main-cont ul li p.col-title {
	margin-bottom: 20px;
	color: #12a271;
	font-size: 16px;
}
.main-cont ul li p.col-title small { color: #555;}
.main-cont-list a img {
	display: block;
	width: 300px;
	height: 180px;
}



p.cont-text {
height: 40px;
line-height:40px;
width:310px;
float: left;
width: 200px;
overflow: hidden;

}
p.cont-text a { color: #555;}
p.cont-text a:hover {color: #00c7b1;}
ul.main-cont-list li i.main-more {
	display: block;
	float: right;
	margin-top: 10px;
	width: 20px;
	height: 20px;
	background-image: url(../images/template_9_11.png);
	background-repeat: no-repeat;
	background-position: 0 -23px;
}
ul.main-cont-list li:hover > i.main-more {
	background-position: 0 0;
}

.nav-news{ width:100%; height:36px; background:url(../images/news.gif) repeat-x;}
.nav-news-wrapper{ width:915px; padding-left:83px; height:36px; margin:0 auto; background:url(../images/nav-news.jpg) no-repeat;}
.nav-news-wrapper ul li{ width:377px; height:36px; line-height:40px; font-size:12px;}
.nav-news-wrapper li a{ height:36px;}


/*footer style*/
.footer {
	width: 100%;
	height: 65px;
	background: #383838;
    position: relative;
	z-index: 3000;
}
.footer-wrapper {
	width: 988px;
	margin: auto;
	padding-top:15px;
	color: #fff;
	font-size: 11px;
	line-height:18px;
	
}
.footer-wrapper a {
	color: #fff;
}
.footer-wrapper a:hover {
	text-decoration: underline;
}
.ft-logo {
	float: left;
	margin-right: 10px;
    font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.copyright {
	float: left;
	font-size:12px;
}
.copyright a {
	padding: 0;
	position: relative;
}
.copyright a:after {
	position: absolute;
	
	right:-8px;
}
.copyright a.frd-link:after {
	display: none;
}
.support {
	float: right;
}
/*二级页面 style*/
/*二级页面 base style*/
/*banner-inner*/
.banner-inner {
	width: 100%;
	height: 220px;
	margin-top:30px;
	position: relative;
	background: #efefef url(../images/banner-inner.jpg) no-repeat center top; 
	position: relative;
}

.banner-inner-news{
	width: 100%;
	height: 220px;
	margin-top:30px;
	position: relative;
	background: #efefef url(../images/banner-inner-news.jpg) no-repeat center top; 
	position: relative;
}

.banner-inner-aboutus{
	width: 100%;
	height: 220px;
	margin-top:30px;
	position: relative;
	background: #efefef url(../images/banner-inner-aboutus.jpg) no-repeat center top; 
	position: relative;
}

.banner-inner-case{
	width: 100%;
	height: 220px;
	margin-top:30px;
	position: relative;
	background: #efefef url(../images/banner-inner-case.jpg) no-repeat center top; 
	position: relative;
}

.banner-inner-business{
	width: 100%;
	height: 220px;
	margin-top:30px;
	position: relative;
	background: #efefef url(../images/banner-inner-business.jpg) no-repeat top; 
	position: relative;
}

.banner-inner-service{
	width: 100%;
	height: 220px;
	margin-top:30px;
	position: relative;
	background: #efefef url(../images/banner-inner-service.jpg) no-repeat top; 
	position: relative;
}


.banner-inner-mask {
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0;
	background: url(../images/banner_mask.png) no-repeat center bottom;
	z-index: 100;
}
/*这里是每个页面单独的banner.banner-inner-aboutus {
	background: #efefef url(../images/banner-inner.jpg) no-repeat center top; 
}
.banner-inner-products {
	background: #efefef url(../images/banner-inner2.jpg) no-repeat center top; 
}
.banner-inner-strength {
	background: #efefef url(../images/banner-inner3.jpg) no-repeat center top; 
}
.banner-inner-clients {
	background: #efefef url(../images/banner-inner4.jpg) no-repeat center top; 
}
.banner-inner-contacts {
	background: #efefef url(../images/banner-inner5.jpg) no-repeat center top; 
}
.banner-inner-message {
	background: #efefef url(../images/banner-inner6.jpg) no-repeat center top; 
}*/
.banner-inner-wrapper {
	position: relative;
	width: 988px;
	height: 220px;
	margin: auto;
}
.t1,.t2,.t3,.t4,.t5,.t6,.t7,.t8,.t9,.t10,.b1,.b2,.b3,.b4,.b5 {
	position: absolute;
}
.t1 {
	width: 159px;
	height: 41px;
	background: url(../images/banner-inner-news01.png) no-repeat;
	left:30px;
	bottom: 128px;
	z-index:10;
}
.t2 {
	width: 165px;
	height: 29px;
	background: url(../images/banner-inner-news02.png) no-repeat;
	left: 30px;
	bottom:92px;
	z-index: 10;
}
.t3 {
	width: 163px;
	height: 38px;
	background: url(../images/banner-inner-aboutus01.png) no-repeat;
	left: 30px;
	bottom: 128px;
	z-index: 10;
}
.t4 {
	width: 221px;
	height:35px;
	background: url(../images/banner-inner-aboutus02.png) no-repeat;
	left: 35px;
	bottom:94px;
	z-index: 10;
}

.t5 {
	width: 157px;
	height:40px;
	background: url(../images/banner-inner-case01.png) no-repeat;
	left: 30px;
	bottom: 128px;
	z-index: 10;
}
.t6 {
	width: 243px;
	height:26px;
	background: url(../images/banner-inner-case02.png) no-repeat;
	left: 35px;
	bottom:94px;
	z-index: 10;
}

.t7 {
	width: 230px;
	height:46px;
	background: url(../images/banner-inner-business01.png) no-repeat;
	left: 30px;
	bottom: 128px;
	z-index: 10;
}
.t8 {
	width:404px;
	height:27px;
	background: url(../images/banner-inner-business02.png) no-repeat;
	left: 30px;
	bottom:94px;
	z-index: 10;
}

.t9 {
	width: 153px;
	height:46px;
	background: url(../images/banner-inner-service01.png) no-repeat;
	left: 30px;
	bottom: 128px;
	z-index: 10;
}
.t10 {
	width:243px;
	height:26px;
	background: url(../images/banner-inner-service02.png) no-repeat;
	left: 30px;
	bottom:94px;
	z-index: 10;
}

.b1 {
	width: 34px;
	height: 34px;
	background: url(../images/banner-inner-bubble_03.png) no-repeat;
	right: 260px ;
	top: 41px;
}
.b2 {
	width: 44px;
	height: 44px;
	background: url(../images/banner-inner-bubble_06.png) no-repeat;
	right: 250px;
	top: 68px;
}
.b3 {
	width: 70px;
	height: 70px;
	background: url(../images/banner-inner-bubble_09.png) no-repeat;
	right: 284px;
	top: 65px;
}
.b4 {
	width: 12px;
	height: 12px;
	background: url(../images/banner-inner-bubble_13.png) no-repeat;
	right: 236px;
	top: 89px;
}
.b5 {
	width: 20px;
	height: 20px;
	background: url(../images/banner-inner-bubble_16.png) no-repeat;
	right: 251px;
	top: 104px;
}


/*cont-inner*/
.cont-inner {
	width: 988px;
	margin: auto;
	margin-top: 35px;
	margin-bottom: 50px;
}
/*sidebar*/
.sidebar {
	float: left;
	width: 180px;
	border-radius: 3px;
	border-bottom: none;
	box-shadow: #e3e3e3 0 0 10px;
	position: relative;
}
.sidebar span {
	color: #fff;
	font-size: 17px;
	display: block;
	height: 50px;
	line-height: 38px;
	border-bottom: solid #e3e3e3 1px;
	
	text-indent: 20px;
	
}
.sidebar > ul {
	margin-top: 18px;
}
.sidebar ul li {
	line-height: 35px;
	border-top: 1px dashed #e3e3e3;
    position: relative;
}
.sidebar ul li a:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 10px;
	top: 14px;
	border-top: 4px solid transparent;
    border-left: 6px solid #f8b62c;
    border-bottom: 4px solid transparent;
}
.sidebar ul li a:hover:before {
	border-left-color: #fff;
}
.sidebar ul li a {
	display: block;
	border-radius: 3px;
	text-indent: 30px;
	transition: background 0.3s;
	color: #1e1a1b;
	font-size: 13px;
	position:relative;
}
.sidebar ul li a:hover,
.sidebar ul li a.active {
	background: #1e1a1b;
	filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity:0.7;
	color: #fff;
}
.sidebar ul.sub-nav li {
	padding-left: 15px;
	font-size: 12px;
	border: none;
}
.oufeng {
	position: absolute;
	top: -180px;
	left: 0;
	opacity: 0;
	z-index: 1000;
}
/*page*/
.page {
	text-align: center;
	font-size: 12px;
}
.page a {
	border: #efefef solid 1px;
	padding: 3px 10px;
	border-radius: 5px;
	transition: all 0.3s;
}
.page a:hover,.page a.active {
	color: #fff;
	background-color: #06704c;
}
.page a.disabled {
	color: #bbb;
	background-color: #fff;
}
/*article*/
.article {
	position: relative;
	width: 770px;
	float: right;
}

/*新闻详细页*/
.article-detail {
	float: right;
	width: 770px;
	position: relative;
}
.article-inner-detail h1 {
	font-size: 20px;
	margin-top: 30px;
	color: #333;
	text-align: center;
}
.article-inner-detail h2 {
	font-weight: normal;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	color: #00479d;
}
.article-detail {
	
	width: 730px;
	padding: 15px 20px;
	padding-bottom: 40px;
}
.article-inner-detail {
	width: 700px;
	margin: auto;
	line-height: 25px;
	border-bottom: #e3e3e3 dashed 1px;
}
.article-inner-detail p {
	margin-bottom: 20px;
	font-size:14px;
	line-height:25px;
	color:#666666;
}
.article-detail .bread-crumb {
	top: 20px;
	right: 20px;
}
span.span-h1 {
	display: block;
	font-weight: normal;
	font-size: 25px;
	height: 50px;
	color: #00479d;
	border-bottom: #e3e3e3 solid 1px;
}
span.date-detail {
	color: #999;
	font-size: 12px;
	display: block;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 5px;
}
.related-news {
	width: 700px;
	margin: auto;
	padding-bottom: 20px;
	border-bottom: #e3e3e3 solid 1px;
}
.related-news span {
	color: #12a271;
	font-weight: bold;
    display: block;
	margin-top: 20px;
	margin-bottom: 10px;
}
.related-news ul {
	list-style: disc;
	margin-left: 18px;
}
.related-news ul li a { 
	font-size: 13px;
	color: #999;
}
.related-news ul li a:hover {
	text-decoration: underline;
}


.article-content{ line-height:28px; color:#323232;}

/*焦点新闻*/
.focus {
	width: 770px;
	height: 250px;
	margin-top: 20px;
}
.img-box {
	float: left;
	width: 490px;
	height: 250px;
}
.focus-text {
	width: 250px;
	height: 220px;
	float: right;
	padding: 15px;
	background: #f7f7f7;
}
.focus-text h2 a {
	display: block;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 5px;
}
.focus-text span {
	color: #999;
	font-size: 12px;
}
.focus-text p {
	line-height: 24px;
	height: 66px;
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: 10px;
}
.focus-text > a {
	display: block;
	text-align: center;
	padding: 4px;
	background: #f9c71a;
	color: #fff;
	width: 100px;
	border-radius: 3px;
	transition: background 0.5s;
}
.focus-text > a:hover {
	background: #087c55;
}


/*bread-crumb*/
.bread-crumb {
	width: 100%;
	position: relative;
	height: 42px;
	background: url(../images/line.png) repeat-x bottom;
	margin-bottom: 0;
}
.bread-crumb:before {
	content: '';
	width: 5px;
	height: 20px;
	top: 5px;
	position: absolute;
	background: #1e1a1b;
}


.pagetitle {
	font-size: 18px;
	color: #1e1a1b;
	text-indent: 20px;
	
}
.pagetitle span {
	 color: #999;
	 font-size: 15px;
	 font-family:Arial;
	 font-style:italic
}
.location {
	position: absolute;
    right: 0;
	top: 8px;
	font-size: 12px;
}
/*.location a {
	color: #999;
}
*/




/*公司简介*/
/* tab公司简介图片滚动 */
.tab {
	width: 770px;
	height: 283px;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}
.tab .tab_pic ul {
	height: 283px;
	width: 999em;
	position: relative;
}
.tab .tab_pic ul li {
	float: left;
}
.tab .tab_pic ul li img {
	vertical-align: bottom;
}
.tab .tab_pic ul li a {
	display: block;
}
.tab_pic {
	float: left;
	width: 420px;
	height: 283px;
	overflow: hidden;
	position: relative;
}
.tab_txt {
	float: right;
	width: 350px;
	height: 283px;
	overflow: hidden;
	position: relative;
	background: #faf9f9;
}
.tab .tab_pic .prev, .tab .tab_pic .next {
	display: block;
	width: 31px;
	height: 31px;
	float: right;
	margin: 0 0 0 1px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/tab_btn.png);
}
.tab .tab_pic .next {
	background-position: 31px 0px;
}
.tab .tab_txt ul {
	position: relative;
}
.tab .tab_txt ul li {
	width: 310px;
	height: 263px;
	padding: 20px;
	float: left;
}
.tab_san {
	display: block;
	width: 17px;
	height: 34px;
	position: absolute;
	top: 29px;
	right: 0;
}
.btn_bg {
	width: 420px;
	height: 33px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: #000;
	display: block;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
.btn_ct {
	width: 420px;
	height: 31px;
	padding: 1px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.tab_txt h3 {
	color: #1e1a1b;
}
.tab_txt p {
	font-size: 13px;
	line-height: 24px;
}
.tab_txt p span {
	font-weight: bold;
	color: #1e1a1b;
	font-size: 18px;
}

.aboutus-list {
	margin-top:0;
}
.aboutus-list li {
	width: 33.3333%;
	margin-bottom: 20px;
	float: left;
	overflow: hidden;
}
.aboutus-list li i {
	display: block;
	width: 97px;
	height: 91px;
	float: left;
	background: url(../images/circle_03.jpg) no-repeat;
	color: #fff;
	font-size: 48px;
	line-height: 85px;
	text-indent: 15px;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}
.aboutus-list li:hover i {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}
.aboutus-title {
	width: 150px;
	float: left;
	margin-top: 30px;
	margin-bottom: 20px;
}

.aboutus-title i.contact-icon {
	display: block;
	width: 55px;
	height: 55px;
	float: left;
	background:url(../images/icon2.png) no-repeat right top;
	margin-right:8px;
}

.aboutus-title i.contact-icon02 {
	display: block;
	width: 55px;
	height: 55px;
	float: left;
	background: url(../images/icon2.png) no-repeat right -158px;
	margin-right:8px;
}

.aboutus-title i.contact-icon03 {
	display: block;
	width: 55px;
	height: 55px;
	float: left;
	background: url(../images/icon2.png) no-repeat right -308px;
	margin-right:8px;
}

.aboutus-title h3 { 
    color: #000;
	font-size: 18px;
	padding-top:4px;
}
.aboutus-title span {
	color: #999;
	width:100px;
	font-family:Arial;
	font-size:11px;
}
.aboutus-detail {
	clear: both;
	width: 80%;
	margin: auto;
	height: 150px;
	padding: 15px;
	background: #f7f7f7;
	border-radius: 10px;
	color: #1e1a1b;
	line-height: 26px;
}

p{ margin:0; padding:0; font-size:14px; color:#333}

/*产品中心*/
.sec-prd {
	width: 770px;
	margin: auto;
	overflow: hidden;
}
.sec-prd ul {
	width: 835px;
}
.sec-prd ul li {
	position: relative;
	float: left;
	width: 232px;
	background-color: #fff;
	margin-right: 35px;
	overflow: hidden;
	border-radius: 3px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	margin-bottom: 35px;
}
.sec-prd-img {
	width: 100%;
	height: 171px;
	overflow: hidden;
	position: relative;
}
.sec-prd-img .hidden-text {
	width: 100%;
	position: absolute;
	bottom: -52px;
	padding: 8px 0;
	background-color: #84f8e6;
	font-size: 12px;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.sec-prd-img .hidden-text a {
	display: block;
	height: 36px;
	overflow: hidden;
	width: 90%;
	margin: auto;
	color: #000;
}
.sec-prd-img img {
	width: 100%;
	vertical-align: top;
	transition: -webkit-transform 0.5s;
	transition: -moz-transform 0.5s;
	transition: transform 0.5s;
}
.sec-prd ul li:hover .sec-prd-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.sec-prd-name {
	padding: 12px 10px;
	text-align: center;
}
.sec-prd-name a {
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	color: #1e1a1b;
}


/*联系方式*/
.contacts-list2 ul li .aboutus-detail {
	height: 212px;
}
.aboutus-detail a {
	color: #1e1a1b;
}
.aboutus-detail a:hover {
	text-decoration: underline;
}
/*新闻中心、加入我们*/
.article-news,article-joinus {
	width: 770px;
}
.position-list ul {
	margin-top: -20px;
	margin-bottom: 50px;
}
.news-list ul {
	margin-bottom: 50px;
}
.news-list > ul li,.position-list ul li {
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	border-bottom: #e3e3e3 dashed 1px;
}
.news-list > ul li span,.position-list ul li span {
	float: right;
	color: #999;
}
.news-list > ul li a,.position-list ul li a {
	display: block;
	float: left;
	max-width: 580px;
	text-indent: 3px;
}
.news-list > ul li a:before,.position-list ul li a:before {
	content: '+';
	color: #f8b62c;
	margin-right: 10px;
	font-weight: bold;
	transition: all 1s;
}
.news-list > ul li a:hover:before,.position-list ul li a:hover:before {
	color: #000;
}
.news-list > ul li a:hover,.position-list ul li a:hover {
	color: #087c55;
}
.position-list > img {
	width: 100%;
	display: block;
	margin-bottom: 30px;
}
.news-list .tab {
	margin-bottom: 20px;
}



.customer{ float:left;width:710px;line-height:24px; color:#6F6F6F; padding-bottom:35px; }
.customer p{line-height:24px; color:#6F6F6F;padding-top:25px; font-size:13px;}

/*产品详情页*/
.prd-detail h1 {
	background: #1e1a1b;
	color: #fff;
	padding:10px;
	font-size: 16px;
	border-radius: 10px;
	font-weight: normal;
}
.prd-detail-img {
	width: 100%;
	background: #efefef;
	height: 350px;
	text-align: center;
	margin-top: 30px;
	box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}
.prd-detail-img img {
	max-width: 100%;
	max-height: 100%;
	min-height: 350px;
	vertical-align: bottom;
}
.prd-detail-description {
	margin-top: 30px;
	line-height: 22px;
}
.prd-detail-description p {
	margin-bottom: 10px;
}
.prd-detail-description h2,.prd-detail-description h3 {
	color: #1e1a1b;
	margin-bottom: 5px;
	font-size: 15px;
}