/*! 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;
}
h1, h2, h3, h4, h5 { color: #333;}
a:link, a:visited {
	text-decoration: none;
	color: #555;
}
a:hover, a:active { color: #03C ;}
ul { list-style: none;}
.clearfix {clear: both;}



/*header style*/
#header {
	width: 100%;
	height: 90px;
	background-color: #fff;
	border-top: #039 3px solid;
	box-shadow: #aaa 0 -2px 8px;
	
	position: fixed;
	top: 0;
	z-index: 1000;
}
.header-wrapper {
	width: 1000px;
	height: 90px;
	margin: auto;
}
.header-wrapper img.logo {
	display: block;
	float: left;
}
.header-wrapper ul {
	float: right;
}
.header-wrapper ul li {
	float: left;
}
.aaa{ 
    color: #555;
	display: block;
	font-size: 15px;
	margin-left: 35px;
	margin-top: 34px;
	transition: color .5s;
	-webkit-transition: color .5s;
	-ms-transition: color .5s;
}
.header-wrapper ul li a:hover,
.header-wrapper ul li a.current {
	color: #03C;
	text-decoration: none;
}

/*main style*/
#main {
	width: 100%;
}
.banner {
	width: 100%;
	height: 412px;
	margin-top: 90px;
}
/*.index_focus a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.index_focus a:hover {
    color: #690;
    text-decoration: none;
}
.index_focus a.special, .special a {
    color: #690;
}
.index_focus a.special:hover, .special a:hover {
    color: #390;
    text-decoration: none;
}
.index_focus {
    position: relative;
    width: 100%;
    height: 340px;
    margin: 0 auto;
    overflow: hidden;

}
.index_focus .bd ul {
    width: 1600px;
	height: 340px;
	position: relative;
	left: 50%;
	margin-left: -800px;
}
.index_focus .bd li {  
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}
.index_focus_post {
    z-index: 10;
}
.index_focus .pic {
    height: auto;
    display: block;
}
.index_focus .pic:hover {
    text-decoration: none;
}
.index_focus .slide_nav {
    position: absolute;
    left: 43%;
    bottom:2%;

}
.index_focus .slide_nav a {
	cursor:pointer;
	float:left;
    font-size:28px;
    font-family: arial;
    color: #fff;
	padding:5px 10px;
	opacity: .7;
	filter: alpha(opacity=70);
}
.index_focus .slide_nav li:hover,.index_focus .slide_nav .on{text-decoration: none;color: #fff;filter: alpha(opacity=100);opacity: 1;}
.index_focus_pre,.index_focus_next {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -36px;
    width: 72px;
    height: 72px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 10;
    background: url(../images/ico_sliding.png) no-repeat;
}
.index_focus_pre {
    left: 30px;
    background-position: 0 0;
}
.index_focus_pre:hover {
    background-position: 0 -144px;
}
.index_focus_next {
    right: 30px;
    background-position: 0 -72px;
}
.index_focus_next:hover {
    background-position: 0 -216px;
}*/
.banner-text {
	width: 350px;
	height: 300px;
	position: absolute;
	z-index: 100px;
	left: 350px;
	top: 80px;
	color: #fff;
	animation: bounceInLeft 1s .2s ease both;
	-webkit-animation: bounceInLeft 1s .2s ease both;
	-moz-animation:bounceInLeft 1s .2s ease both;
}
@-webkit-keyframes bounceInLeft{
	0%{opacity:0;
	-webkit-transform:translateX(-2000px)}
	60%{opacity:1;
	-webkit-transform:translateX(30px)}
	80%{-webkit-transform:translateX(-10px)}
	100%{-webkit-transform:translateX(0)}
}
@-moz-keyframes bounceInLeft{
	0%{opacity:0;
	-moz-transform:translateX(-2000px)}
	60%{opacity:1;
	-moz-transform:translateX(30px)}
	80%{-moz-transform:translateX(-10px)}
	100%{-moz-transform:translateX(0)}
}
.banner-text-rt { left: 950px;}
.banner-text h3 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 15px;
}
.banner-text p {
	width: 350px;
	height: 70px;
	line-height: 25px;
	overflow: hidden;
	margin-bottom: 15px;
}
a.banner-btn {
	display: block;
	width: 100px;
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: #fff 2px solid;
	border-radius: 3px;
	text-align: center;
	color: #fff;
}
a.banner-btn:hover {
	color: #000;
	border: #000 2px solid;
	transition: color .5s ease-in;
	transition: border .5s ease-in;
}


.main-cont {
	width: 1000px;
	margin: auto;
}
.main-cont ul {
    width: 1020px;
}
.main-cont ul li {
	float: left;
	margin-right: 20px;
	margin-top: 50px;
	margin-bottom: 40px;
}
.main-cont ul li p.col-title {
	margin-bottom: 20px;
	color: #000;
	font-size: 16px;
}
.main-cont ul li p.col-title small { color: #555;}
.main-cont-list a img {
	display: block;
	width: 320px;
	height: 180px;
}
p.cont-text {
	height: 40px;
	line-height: 40px;
	float: left;
	width: 295px;
	overflow: hidden;
}
p.cont-text a { color: #555;}
p.cont-text a:hover {color: #d20c08;}
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;
}
.main-words {
	width: 100%;
	height: 140px;
	background: #333 url(../images/wordsbg_14.png) no-repeat;
	box-sizing: border-box;
	overflow: hidden;
}
.main-words-wrapper {
	width: 800px;
	height: 140px;
	margin: auto;
	color: #fff;
	font-size: 20px;
}
.main-words-wrapper p {
	line-height: 35px;
	height: 80px;
	overflow: hidden;
	margin-top: 30px;
	float: left;
}
.main-words-wrapper p a {
	font-size: 14px;
	color: #fff;
	background-color: #d20c08;
	padding: 8px;
	border-radius: 5px;
}
.main-words-wrapper p a:hover {
	background-color: #c30;
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 0.7;		
	}
	50% {
		transform: scale(1);
		opacity: 1;	
	}	
	100% {
		transform: scale(0.9);
		opacity: 0.7;	
	}			
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;		
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;	
	}			
}

.main-words-wrapper p span {
	font-size: 40px;
}

/*footer style*/
#footer {
	width: 100%;
	height: 224px;
	color: #666;
	font-size: 12px;
	overflow: hidden;
	background: #333 url(../images/footer2014_bj.png) repeat-x;
	border-top: #020169 3px solid;
}
span.footer-title { 
    display: block;
	margin-bottom: 10px;
    color: #020169;
	font-size: 16px;
}
.footer-wrapper {
	width: 1003px;
	margin: auto;
	height: 224px;
}
.footer-wrapper p { 
    line-height: 20px;
	margin-bottom: 5px;
}
.footer-wrapper b {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	margin-right: 7px;
	background-image: url(../images/contact-icon.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
b.b-1 { background-position: 0 -15px;}
b.b-2 { background-position: 0 -31px;}
b.b-3 { background-position: 0 -48px;}
b.b-4 { background-position: 0 -64px;}
.footer-left,
.footer-center,
.footer-right {
	width: 200px;
	height: 150px;
	overflow: hidden;
	float: left;
	margin-top: 25px;
	margin-right: 30px;
}
.footer-left {
	background-image: url(../images/logo-bt.png);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}
.footer-right { width: 350px;}
.footer-center { width: 220px;}
.footer-center a {
	display: block;
	line-height: 25px;
	margin-right: 20px;
	width: 72px;
	float: left; 
    color: #666;
	
}
.footer-center a:hover { text-decoration: underline;}
.footer-social {
	width: 100px;
	height: 150px;
	float: right;
	margin-top: 25px;
	text-align: center;
}
.footer-bt {
	width: 100%;
	color: #999;
	padding-top: 15px;
}
.footer-bt a { color: #999;}
.footer-bt-left { float: left;}
.footer-bt-right { float: right;}






/*二级页面 style*/
/*二级页面 base style*/
.banner-inner {
	width: 100%;
	height: 284px;
	background: url(../images/113H.jpg) no-repeat;
	background-size: cover;
	position: relative;
}
.banner-inner-aboutus {
	background: url(../images/xiuzheng6.jpg) no-repeat;
}
.banner-inner-message {
	background: url(../images/xiuzheng5.jpg) no-repeat;
}
.banner-inner-contact {
	background: url(../images/xiuzheng4.jpg) no-repeat;
}
.banner-inner-equipment {
	background: url(../images/xiuzheng7.jpg) no-repeat;
}
.banner-text-inner {
	position: absolute;
	width: 284px !important;
	top: 0 !important;
	left: 50% !important;
	margin-left: 240px;
	overflow: hidden !important;
}
.imgvisible { visibility: visible;}
.main-cont-inner {
	width: 1000px;
	margin: auto;
	padding-bottom: 50px;
	position: relative;
}
.bread-crumb {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	color: #d20c08;
	font-weight: bold;
	margin-right: 10px;
}
.bread-crumb i {
	font-size: 22px;
}

/*翻页*/
.page {
	margin-bottom: 30px;
	width: 415px;
	margin: auto;
	font-size: 12px;
	text-align: center;
}
.page a {
	display: block;
	padding: 2px 8px;
	float: left;
	margin-right: 10px;
	border: 1px solid #e3e3e3;
}
.page a:hover,
.page a.current {
	background-color: #d20c08;
	color: #fff;
}
/*tab 切换*/
#tabs {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
	margin-top: 25px;
    list-style: none;
  }

#tabs li {
    float: left;
    margin: 0 -17px 0 0;
  }

#tabs a {
    float: left;
    position: relative;
    padding: 0 40px;
    height: 0;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;      
    border-right: 30px solid transparent;
    border-bottom: 30px solid #020169;
    border-bottom-color: #777\9;
    opacity: .3;
    filter: alpha(opacity=30);      
  }

#tabs a:hover,
#tabs a:focus {
    border-bottom-color: #d20c08;
    opacity: 1;
    filter: alpha(opacity=100);
  }

#tabs a:focus {
    outline: 0;
  }

#tabs #current {
    z-index: 3;
    border-bottom-color: #020169;
    opacity: 1;
    filter: alpha(opacity=100);      
  }

/* ----------- */
#content {
      background: #fff;
      
      padding: 30px 0;
      /*height: 220px;*/
  }

#content h2,
#content h3,
#content p {
      margin: 0 0 15px 0;
  }  

/* Demo page only 
#about {
      color: #999;
      text-align: center;
      font: 0.9em Arial, Helvetica;
  }

#about a {
      color: #777;
  }
*/
#content h2,#content h3 { color: #020169;}  
  
  
  
  
/*生产设备、产品中心页面*/
.prd-list {
	margin-top: -40px;
	margin-top: 0\9;
	*margin-top: 0;
	_margin-top: 0;
	margin-bottom: 50px;
	position: relative;
}
.prd-list p.prd-brief {
	padding-top: 25px;
	padding-top: 0\9;
	*padding-top: 0;
	_padding-top: 0;
	line-height: 25px;
}
.prd-list p.prd-brief span {
	font-weight: bold;
	color: #020169;
}
.prd-list ul {
	width: 1050px;
}
.prd-list ul li {
	float: left;
	width: 174px;
	height: 200px;
	border: #e3e3e3 solid 1px;
	margin-right: 30px;
	margin-bottom: 30px;
	text-align: center;
	
	position: relative;
}
.prd-list ul li img{ margin-top:5px;}
.prd-list ul li:hover > a img {
	opacity: .8;
	filter: alpha(opacity=80);
	animation-name: floating;
	-webkit-animation-name: floating;

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes floating {
	0% {
		transform: translateY(0%);	
	}
	50% {
		transform: translateY(4%);	
	}	
	100% {
		transform: translateY(0%);
	}			
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);	
	}
	50% {
		-webkit-transform: translateY(4%);	
	}	
	100% {
		-webkit-transform: translateY(0%);
	}			
}
.prd-list ul li p {
    height: 46px;
   line-height: 46px;
   overflow: hidden;
   padding: 0 5px;
   }
.prd-list ul li a.filter {
	display: block;
	position: absolute;
	width: 174px;
	height: 46px;
	background-color: #b0b4d2;
	bottom: 0;
	text-align: center;
	line-height: 46px;
	color: #fff;
	font-weight: bold;
	display: none;
}
.prd-list ul li:hover > a.filter {
	display: block;
}
.left-img {
	width: 262px;
	float: left;
	margin-right: 40px;
}
.left-img p span {
	color: #d20c08;
}
.parameter {
	float: right;
	width: 450px;
	}
.parameter p span {
	font-weight: bold;
	color: #020169;
}
.parameter form input {
	display: block;
	width: 250px;
	margin-bottom: 5px;
	border: #e3e3e3 solid 1px;
	border-radius: 3px;
	padding: 5px;
}
.parameter form textarea {
	border: #e3e3e3 solid 1px;
	border-radius: 3px;
	margin-bottom: 5px;
}
.parameter form button, .parameter form .button {
	display: block;
	width: 200px;
	border: none;
	background-color: #d20c08;
	color: #fff;
	border-radius: 3px;
	padding: 10px 0;
	margin-bottom: 10px;
}
.parameter form button:hover, .parameter form .button:hover {
	background-color: #c30;
}
.more-detail h2 {
    line-height: 50px;
	height: 50px;
	border-bottom: #e3e3e3 solid 1px;
}




/*公司新闻页面*/
.news-list {
	width: 710px;
}
.news-list ul {
	border-bottom: #e3e3e3 1px solid;
	padding-bottom: 25px;
	padding-left: 20px;
	margin-bottom: 25px;
	line-height: 30px;
	width: 710px;
	list-style-type: disc;
}
.news-list ul li {
	position: relative;
}
.news-list ul li span {
    position: absolute;
	right: 0;
	color: #999;
}
.side-pic {
	width: 200px;
	position: absolute;
	right: 0;
	top: 60px;
}

/*联系我们*/
.contact-text {
	width: 300px;
	float: left;
	margin-bottom: 50px;
}
.contact-text ul li {
	margin: 0;
	clear: both;
	line-height: 35px;
}
.map {
	width: 590px;
	height: 350px;
	margin-bottom: 60px;
	float: right;
	margin-right: 10px;
}

/*留言板*/
.message {
	width: 1000px;
	height: 350px;
    background: url(../images/messagebg.png) no-repeat 460px;
}
.message form {
	width: 300px;
}
.message form * {
	display: block;
	margin-bottom: 8px;
	border-radius: 3px;
	color: #999;
}
.message form p {
	font-size: 20px;
	color: #333;
	margin-bottom: 20px;
}
.message form p span {
	font-size: 14px;
	display: inline;
	color: #999;
}
.message form input {
	border: #e3e3e3 1px solid;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 450px;
	text-indent: 5px;
}
.message form textarea {
	border: 1px solid #e3e3e3;
}
.message form .button {
	border: 1px solid #fff;
	background-color: #d20c08;
	color: #fff;
	padding: 7px 0;
	width: 200px;
}
.message form button:hover { background-color: #c30;}
.message .address {
	margin-top: 40px;
	float: left;
}


@charset "utf-8";
/* CSS Document */
#popup_bg{
	background-color:#333;
	position:absolute;
	z-index:99;
	left:0;
	top:0;
	display:none;
	width:100%;
	height:100%;
	opacity:0.2;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
}

#popup_box {
	position:absolute;
	z-index:100;
	display:none;
	background-color:#fff;
	border:1px #ccc solid;
	font-family:"微软雅黑";
}

#popup_head
{
	background-color:#F9F9F9;
	border-bottom:1px solid #EBEBEB;
	height:30px;
}

#popup_tag
{
	font-size:14px; 
	float:left; 
	padding-top:8px; 
	padding-left:10px;
}

.popup_close
{
	float:right;
	margin-top:6px;
	margin-right:10px;
	display:block;
}

/*jQuery提示窗口样式*/
#prompt_box {
	position:absolute;
	z-index:100;
	display:none;
	background-color:#fff;
	border:1px #fff solid;
	font-family:"微软雅黑";
	border-radius:5px; 
	-webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.5);
	-moz-box-shadow:2px 2px 5px rgba(0,0,0,0.5);
	-o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	box-shadow:2px 2px 5px rgba(0,0,0,0.5); 
}

#prompt_head
{
	background-color:#F9F9F9;
	border-bottom:1px solid #EBEBEB;
	height:30px;
}

#prompt_tag
{
	font-size:14px; 
	float:left; 
	padding-top:8px; 
	padding-left:10px;
}

#prompt_close
{
	float:right;
	margin-top:10px;
	margin-right:10px;
	display:block;
}

#prompt_msg
{
	font:14px '微软雅黑',Arial;
	text-align:center;
	padding:30px;
}

/*关闭按钮*/
#close_btn{text-align:center}

#close_btn a{
	display:inline-block; 
	padding:5px 15px;
	font-size:12px;
	text-decoration:none
}

#close_btn a:link, #close_btn a:visited
{
	color:#FFF;
	background:#333;
}

#close_btn a:hover, #close_btn a:active
{
	color:#FFF;
	background:#2099de;
}
.nav-list li{height:100px;}
.xiala li{clear:both; width:100px; text-align:center; z-index:1000; height:30px; line-height:30px; color:#FFF;} 
.xiala li:hover{background: #06F;}
.nav-list li ul li{display:none;}
.nav-list li:hover ul li{display:block;}
.nav-list li ul:hover li{display:block;}
.xiala a{ margin:0; padding:0;}

/*sidebar*/

.sidebar {
    float: left;
    width: 190px;
    border-radius: 3px;
    border-bottom: none;
    box-shadow: #e3e3e3 0 0 10px;
    position: relative;
}

.sidebar span {
    color: #fff;
    font-size: 18px;
    display: block;
    height: 50px;
    line-height: 38px;
    border-bottom: solid #e3e3e3 1px;
    background: #e3e3e3 url(../images/sidebarbg.png) no-repeat;
    text-indent: 20px;
    border-radius: 3px;
}

.sidebar > ul {
    margin-top: 18px;
}

.sidebar ul li {
    line-height: 35px;
    border-top: 1px dashed #e3e3e3;
}

.sidebar ul li a {
    display: block;
    border-radius: 3px;
    padding-left: 0px;
    transition: background 0.3s;
    color: #00479d;
    font-size: 12px;
    position: relative;
    background: url(../images/triangle.png) no-repeat 8px;
    center;
	width:100px; margin:0 auto;
}

.sidebar ul li a:hover,
.sidebar ul li a.active {
    background: #00479d;
    color: #fff;
    background: #00479d url(../images/triangle2.png) no-repeat 8px center;
}

.sidebar ul li a.current {
    background: #00479d;
    color: #fff;
    background: #00479d url(../images/triangle2.png) no-repeat 8px center;
}

.sidebar ul.sub-nav li {
    padding-left: 15px;
    font-size: 12px;
    border: none;
}
/*bread-crumb*/

.bread-crumb {
    width: 100%;
    position: relative;
    height: 35px;
    background: url(../images/line.png) repeat-x bottom;
    margin-bottom: 35px;
}

.bread-crumb:before {
    
    width: 3px;
    height: 20px;
    top: 5px;
    position: absolute;
    background: #00479d;
}
.bread-cruma {
    width: 100%;
    position: relative;
    height: 35px;
    background: url(../images/line.png) repeat-x bottom;
    margin-bottom: 10px;
	margin-top: 10px;
}
.bread-cruma span{font-size:20px;}

.sidebar ul li ul li:hover{ color:#FFF;}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../images/overlay.png) repeat 0 0;}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
.current ul li{font-size:14px; margin-left:30px;}
.current{font-size:16px; text-align:center; }
.sidebar{text-align:center;}
.current ul li{ border-radius:4px 4px 4px 4px;}
.nav-list a{font-size:14px;}
.nav-list li: hover{color:#03C;}


.article  {
	width: 770px;
	float: right;
	color: #555;
}
.article h1 {
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 12px;
}
.article-cont {
	width: 770px;
	background-color: #f7f7f7;
	border: #e3e3e3 1px solid;
	box-sizing: border-box;
	/*height: 958px;*/
	background-image: url(../images/bigbg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.article-inner {
	width: 710px;
	margin: auto;
	margin-top: 20px;
	padding-bottom: 250px;
}
.article-inner p {
	padding: 10px 0 10px 0;
	line-height: 25px;
	text-indent: 2em;
}
.article-inner img {
	display: block;
	float: right;
	margin-left: 20px;
}
.article-banner {
    width: 770px;
	
	margin-bottom: 30px;
	background-image: url(../images/articlebanner.jpg);
	background-repeat: no-repeat;	
}
/*产品介绍页面*/


.article-prcont {
	border: none;
	background: none;
}
.article-prcont ul {
    width: 788px;
}
.article-prcont ul li {
	width: 180px;
	height: 190px;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 30px;
	box-shadow: #f1f1f1 0 0 5px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	float: left;
	margin-right: 10px;
}
.article-prcont ul li img {
	display: block;
	height:140px;
	margin: auto;
	margin-top: 7.5px;
}
.article-prcont ul li img:hover {
	-webkit-animation:pulse 1s .2s ease both;
	-moz-animation:pulse 1s .2s ease both;}
	@-webkit-keyframes pulse{
	0%{-webkit-transform:scale(1)}
	50%{-webkit-transform:scale(1.1)}
	100%{-webkit-transform:scale(1)}
	}
	@-moz-keyframes pulse{
	0%{-moz-transform:scale(1)}
	50%{-moz-transform:scale(1.1)}
	100%{-moz-transform:scale(1)}
}







