/* CSS Document */
body {
	min-width: 1210px;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
a:active {
	color: #333;
	text-decoration: none;
}
.com-content {
	margin: 0 auto;
	width: 1200px;
}
.com-content:before, .com-content:after, .equipment-title:before, .equipment-title:after, .copy:before, .copy:after, .contact:before, .contact:after {
	display: table;
	content: "";
}

/* 顶部 */
.top {
	background-color: #0367b5;
	color: #fff;
}
.top span {
	height: 34px;
	line-height: 34px;
}
.top i {
	display: inline-block;
	padding: 0 6px;
	font-style: normal;
}
.top a {
	color: #fff;
}

/* Logo/导航 */
.header {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	z-index: 20;
}
.logo {
	height: 56px;
	width: 375px;
	overflow: hidden;
	text-indent: -30em;
	background: url(../images/Logo.png) 0 0 no-repeat;
}
.nav {
	display: block;
	margin-top: 18px;
}
.nav li {
	display: inline;
	float: left;
	height: 36px;
	line-height: 36px;
	margin-left: 45px;
	position: relative;
}
.nav li > a {
	display: block;
	text-decoration:none;
	font-weight: bold;
}

/* Banner */
.banner {
	width: 100%;
	height: 574px;
	position: relative;
	z-index: 9;	
}
#animateBox{} 
#animateBox .playPic { 
	height: 574px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
}
#animateBox .playPic li {
	float: left;
	height: 574px;
	overflow: hidden;
}
#animateBox .optionBtn {
	height: 20px;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: 99;
}
#animateBox .optionBtn span {
	background: #fff;
	border: 2px solid #0b5a9f;
	cursor: pointer;
	display: inline-block;
	height: 12px;
	width: 12px;
	margin-left: 12px;/**/
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}
#animateBox .optionBtn span.current {
	background: #0b5a9f;
	border: 2px solid #fff;
}
.page-banner {
	width: 100%;
	height: 300px;
	position: relative;
	z-index: 9;	
}

/* 滚动新闻 */
.notice {
	background-color: #e5e9f5;
	padding-top: 5px;
	padding-bottom: 5px;
}
.notice .com-content {
	position: relative;	
}
.notice .com-content i {
	display: block;
	position: absolute;
}
.notice .com-content i.horn {
	top: 10px;
	left: 0;
	height: 16px;
	width: 20px;
	background: url(../images/icon.png) 0 0 no-repeat;
}
.notice .com-content i.scroll-btn {
	height: 6px;
	width: 12px;
	cursor: pointer;
	right: 0;
}
.notice .com-content i.t-btn {
	top: 8px;
	background: url(../images/icon.png) -23px -1px no-repeat;
}
.notice .com-content i.t-btn:hover {
	background: url(../images/icon.png) -36px -1px no-repeat;
}
.notice .com-content i.b-btn {
	bottom: 8px;
	background: url(../images/icon.png) -36px -9px no-repeat;
}
.notice .com-content i.b-btn:hover {
	background: url(../images/icon.png) -23px -9px no-repeat;
}
.notice .scroll-txt {
	margin-left: 35px;
	margin-right: 35px;
	height: 34px;
}
.notice .scroll-txt ul {
	display: block;
}
.notice .scroll-txt ul li {
	height: 34px;
	line-height: 34px;
}
.notice .scroll-txt ul li span {
	display: inline-block;
	margin-left: 15px;
}

/* 公司介绍 */
.title {
	margin-top: 20px;
	margin-bottom: 15px;
	color: #333;
	font-size: 18px;
	text-align: center;
	line-height: 1.8;
}
.title small {
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #666;
}
.about {
	display: block;
}
.about li {
	float: left;
	display: inline;
	margin-left: 30px;
	width: 380px;
	overflow: hidden;
}
.about li:first-child {
	margin-left: 0;
}
.about li img {
	height: 180px;
	width: 380px;
}
.about li .txt {
	padding: 20px 20px 20px 90px;
	position: relative;
}
.about li .txt h5 {
	position: absolute;
	top: 20px;
	left: 15px;
	display: block;
	color: #0b5a9f;
}
.about li .txt p {
	margin-bottom: 0;
	overflow: hidden;
	height: 68px;
}
.about li:hover {
	background-color: #0b5a9f;
	color: #fff;
}
.about li:hover h5 {
	color: #fff;
}

/* 产品 */
.pro-category {
	background-color: #0b5a9f;
	margin-top: 20px;
	margin-bottom: 20px;
}
.pro-category span {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	font-weight: bold;
	/*font-size: 14px;*/
	padding-left: 40px;
	padding-right:40px;
	color: #fff;
	cursor: pointer;
	border-right: 1px solid #0d6bab;
}
.pro-category span.current {
	background-color: #0d6bab;
}
.pro-category span:first-child {
	border-left: 1px solid #0d6bab;
}
.pro-list, .pro-list li img {
	display: block;
}
.pro-list li {
	float: left;
	width: 230px;
	margin: 0 5px;
}
.pro-list li img {
	height:230px;
	width: 230px;
}
.pro-list li p {
	margin-bottom: 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.pro-list li:hover {
	background-color: #0b5a9f;
	color: #fff;
}
.view-more {
	margin-top: 10px;
	margin-bottom: 0;
}
.view-more a {
	color: #0d6bab;
}

/* 设备展示 */
.equipment {
	margin-top: 20px;
	height: 636px;
	background: url(../images/Index-04.jpg) 50% 0 no-repeat;
}
.equipment .equipment-title {
	height: 212px;
	width: 600px;
	background-color: #0b5a9f;
	color: #fff;
}
.equipment .equipment-title h3 {
	font-size: 18px;	
}
.equipment .equipment-list {
	display: block;
}
.equipment .equipment-list li {
	float: left;
	width: 300px;
	height: 212px;
	background-color:#ececec;
	overflow: hidden;
}
.equipment .equipment-list li img {
	height: 212px;
	width: 300px;
}
.equipment .equipment-list li h5, .equipment .equipment-title h3 {
	margin-top: 20px;
	margin-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
}
.equipment .equipment-list li p, .equipment .equipment-title p {
	padding-left: 20px;
	padding-right: 20px;
}
.equipment .equipment-list li.img-logo {
	background-color: #0b5a9f;	
}
.equipment .equipment-list li.img-logo img {
	display: block;
	margin: 95px auto 0;
	height: 19px;
	width: 233px;
}
.equipment .equipment-list li.img-more {
	background-color: #f00;	
}
.equipment .equipment-list li.img-more img {
	display: block;
	margin: 95px auto 0;
	height: 66px;
	width: 129px;
}

/* 合作客户 */
.customer {
	display: block;
	width: 1224px;
}
.customer li {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-bottom: 20px;
	width: 180px;
	overflow: hidden;
}
.customer li img {
	height: 68px;
	width: 178px;
	border: 1px solid #ddd;
}

/* Footer */
.footer {
	margin-top: 30px;
	background-color: #292929;
	color: #dcdcdc;
	line-height: 1.8;
}
.footer h3 {
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 10px;	
}

/* 友情链接 */
.friend-link {
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #4d4d4d;
	padding: 12px 0;
}
.friend-link a {
	display: inline-block;
	margin-right: 20px;
	white-space: nowrap;	
	color: #dcdcdc;
}
.copy {
	margin-top: 20px;
	position: relative;
}
.copy .img-link {
	position: absolute;
	top: 5px;
	right: 0;	
}
.copy .img-link img {
	display: inline-block;
	line-height: 0;
	margin-left: 12px;
}

/* 二级页面 */
.page-left {
	margin-top: 20px;
	width: 220px;
}
.page-left h4 {
	background-color: #0b5a9f;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;	
}
.page-left ul {
	display: block;
}
.page-left ul li {
	height: 34px;
	line-height: 34px;
	margin-top: 8px;
	background-color: #f6f6f6;
	padding-left: 20px;
}
.page-left ul li a {
	display: inline-block;
	margin-left: 10px;
	text-decoration:none;
}
.page-left ul li:hover, .page-left ul li:hover a, .page-left ul li.current a, .page-left ul li.current {
	color: #0b5a9f;
}
.contact-title {
	margin-top: 20px;
}
.contact {
	background-color: #f6f6f6;
	padding: 10px;	
}
.contact span {
	padding: 0 26px;	
}

.page-right {
	margin-top: 20px;
	width: 950px;
}
.current-pos {
	height: 40px;
	line-height: 40px;
	background-color: #f6f6f6;
	position: relative;
}
.current-pos h4 {
	font-size: 16px;
	height: 40px;	
	padding-left: 20px;
}
.current-pos p {
	position: absolute;
	top: 0;
	right: 20px;	
}
.page-content {
	margin-top: 15px;	
}

/* 二级下拉导航 */
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 120px;
	display: none;
}
.dropdown-menu dl {
	display: block;
	border: 1px solid #ddd;
	margin-top: 6px;
	box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-o-box-shadow: 0 0 5px #ccc;
}
.dropdown-menu dl dd {
	border-top: 1px solid #ddd;
	background-color: #fff;
	text-align: center;
	padding-left: 12px;
	padding-right: 12px;
}
.dropdown-menu dl dd a {
	white-space: nowrap;
	text-decoration: none;
}
.dropdown-menu dl dd:hover {
	background-color: #f4f4f4;	
}
.dropdown-menu dl dd:hover a {
	color: #0b5a9f;	
}
.dropdown-menu dl dd:first-child {
	border-top:0;
}
.nav li:hover .dropdown-menu{
	display: block;
	animation: myAnimation .5s;
}
/*@-moz-keyframes*/
@keyframes myAnimation {
	0% {transform: translateX(-50%); opacity: 0;}
	25% {transform: translateX(25%);}
	50% {transform: translateX(-15%);}
	75% {transform: translateX(5%);}
	100% {transform: translateX(0); opacity: 1;}
} 
@-webkit-keyframes myAnimation {
	0% {transform: translateX(-50%); opacity: 0;}
	25% {transform: translateX(25%);}
	50% {transform: translateX(-15%);}
	75% {transform: translateX(5%);}
	100% {transform: translateX(0); opacity: 1;}
} 
@-moz-keyframes myAnimation {
	0% {transform: translateX(-50%); opacity: 0;}
	25% {transform: translateX(25%);}
	50% {transform: translateX(-15%);}
	75% {transform: translateX(5%);}
	100% {transform: translateX(0); opacity: 1;}
} 
@-o-keyframes myAnimation {
	0% {transform: translateX(-50%); opacity: 0;}
	25% {transform: translateX(25%);}
	50% {transform: translateX(-15%);}
	75% {transform: translateX(5%);}
	100% {transform: translateX(0); opacity: 1;}
} 
@-ms-keyframes myAnimation {
	0% {transform: translateX(-50%); opacity: 0;}
	25% {transform: translateX(25%);}
	50% {transform: translateX(-15%);}
	75% {transform: translateX(5%);}
	100% {transform: translateX(0); opacity: 1;}
} 


/* 测试背景 */
.bgf { 
	background: #0099FF;
}