@charset "utf-8";
/* CSS Document */

/*首页代码*/
.top_content {
	width: 100%;
	height: 97px;
	border-bottom: 7px #0096d5 solid;
}
/*左侧新闻*/
.left_content {
	width: 340px;
	float: left;
}
.leftnews {
	width: 340px;
	float: left;
}
.biaot {
	width: 340px;
	height: 42px;
	float: left;
	background: url(../images/hengbg.jpg) no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
}
.title {
	font-size: 16px;
	color: #0081cc;
	font-weight: bold;
}
.ul_07 {
	width: 340px;
	float: left;
}
.ul_07 li span {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.ul_07 li a {
	font-size: 14px;
	color: #666666;
}
.ul_07 li a:hover {
	color: #fb0404;
	TEXT-DECORATION: underline;
}
.time {
	FONT-SIZE: 14px;
	COLOR: #999999;
	LINE-HEIGHT: 30px;
	TEXT-DECORATION: none;
	float: left;
	padding-right: 20px;
}
/*首页右侧*/
.right_content {
	width: 650px;
	padding-left: 30px;
	float: left;
}
.cp_list {
	width: 650px;
	float: left;
	border-top: #b5b5b5 1px solid;
}
.ul_03 {
	width: 650px;
	float: left;
}
.ul_03 li a {
	float: left;
	width: 240px;
	padding: 0 17px 0 30px;
	font-size: 16px;
	color: #0081cc;
	line-height: 40px;
	font-weight: bold;
	background: url(../images/jian.jpg) no-repeat center left;
}
.ul_03 li a:hover {
	color: #0081cc;
	TEXT-DECORATION: underline;
}
/*底部代码 新增817*/
.foot_content {
	width: 100%;
	background-color: #333333;
	height: 120px;
}
.foot {
	width: 1020px;
	margin: 0 auto;
}
.fzi p {
	float: left;
	padding-top: 20px;
	padding-left: 100px;
	padding-right: 100px;
	font-size: 14px;
	color: #ffffff;
	line-height: 36px;
	text-align: center;
}
.wm img {
	float: left;
	padding-top: 10px;
	width: 100px;
	height: 100px;
}

/*公司简介内页*/
.gsjj_content {
	width: 1100px;
	margin: 0 auto;
	min-height: 800px;
	background-color: #FFF;
	padding-top: 30px;
}
.content {
	width: 1000px;
	margin: 0 auto;
	padding: 30px;
}
.content p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.gsjj p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	padding-bottom: 20px;
}
.gsjj p img {
	display: block;
	margin: 0 auto;
	padding-bottom: 20px;
}
/*新闻动态内页*/
.news2 {
	width: 1000px;
	float: left;
	overflow: hidden;
	border-bottom: 1px #0095d4 dashed;
}
.news2 img {
	width: 200px;
	padding: 20px;
}
.news2 h2 {
	padding-top: 20px;
	font-size: 18px;
	line-height: 40px;
	color: #0095d4;
}
.news2 h2 a {
	color: #0095d4;
}
.news2 h2 a:hover {
	color: #f68109;
}
.news2 p {
	width: 760px;
	height: 50px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.news2 span {
	width: 760px;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
/*主营业务内页展示*/
.description {
	width: 980px;
	margin: 0 auto;
	background: #e1e1e1;
	padding: 10px;
	height: 210px;
}
.ms {
	width: 665px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	background: #ffffff;
	height: 210px;
	float: right;
}
.ms h1 {
	font-size: 24px;
	color: #0081cc;
	font-weight: normal;
	line-height: 40px;
	padding: 10px;
}
.ms p {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	padding: 10px;
}
/*产品展示*/
.cp1_content {
	width: 1000px;
	margin: 0 auto;
}
.ul_15 {
	width: 1000px;
	margin: 0 auto;
}
.ul_15 li {
	float: left;
	width: 305px;
	margin: 0 10px 30px 0px;
	padding: 10px;
	background: #e1e1e1;
}
.ul_15 li.lastbor {
	margin-right: 0;
}
.ul_15 p {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	text-align: center;
}
.apply_img {
	display: block;
	width: 305px;
	height: 210px;
	overflow: hidden;
}
.apply_img a {
	display: block
}
.apply_img img {
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-border-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.apply_img a:hover img {
	-ms-transform: scale(1.14);
	-moz-transform: scale(1.14);
	-o-border-transform: scale(1.14);
	-webkit-transform: scale(1.14);
	transform: scale(1.14);
}
/*所有展示页*/
.show {
	width: 1000px;
	margin: 0 auto;
	border-bottom: 1px #0095d4 dashed;
}
.title4 {
	font-size: 18px;
	line-height: 40px;
	color: #0095d4;
	text-align: center;
}
.title4 p {
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.zhengw_content {
	width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
}
.zhengw_content p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	
	padding-bottom: 20px;
}
.zhengw_content p img {
	display: block;
	margin: 0 auto;
	padding-bottom: 20px;
}
/*导航栏目代码*/
.headwai {
	width: 500px;
	float: left;
	position: relative;
	overflow: visible;
	height: 40px;
	margin-top: 35px;
	z-index: 100;
}
.headcr2 {
	height: 40px;
	line-height: 40px;
}
.headcr2 a {
	float: left;
	margin-left: 0;
	width: 99px;
	text-align: center;
	font-size: 16px;
}
.headcr2 a.qhnow {
	background: #0095d4 38px;
	color: #FFF;
}
.scy-tc1 {
	margin-left: 0px;
	width: 270px;
	padding: 10px 10px;
	position: absolute;
	background: #f7f8fa;
	z-index: 99999;
	left: 0px;
	top: 40px;
	border-top: 3px solid #0095d4;
	z-index: 100;
}
.scy-tc1 ul li, .scy-tc2 ul li, .scy-tc5 ul li {
	width: 90px;
	float: left;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-bottom: 1px dashed #CCC;
	z-index: 100;
}
.scy-tc1 ul li a, .scy-tc2 ul li a, .scy-tc3 ul li a, .scy-tc4 ul li a, .scy-tc5 ul li a {
	color: #0095d4;
	font-size: 14px;
	z-index: 100;
}
.scy-tc1 ul li a:hover, .scy-tc2 ul li a:hover, .scy-tc3 ul li a:hover, .scy-tc4 ul li a:hover, .scy-tc5 ul li a:hover {
	text-decoration: underline;
	z-index: 100;
}
.scy-tc2 {
	margin-left: 99px;
	width: 272px;
	padding: 10px 10px;
	position: absolute;
	background: #f7f8fa;
	z-index: 99999;
	left: 0px;
	top: 40px;
	border-top: 3px solid #0095d4;
}
.scy-tc3 {
	margin-left: -120px;
	width: 380px;
	padding: 10px 10px;
	position: absolute;
	background: #f7f8fa;
	z-index: 99999;
	left: 252px;
	top: 40px;
	border-top: 3px solid #0095d4;
}
.scy-tc3 ul li {
	width: 120px;
	float: left;
	line-height: 36px;
	text-align: center;
	border-bottom: 1px dashed #CCC;
}
.scy-tc3 ul li ul li {
	width: 120px;
	height: 36px;
	line-height: 36px;
	border: none;
}
.scy-tc3 ul li ul li a {
	color: #666;
	font-size: 14px;
	line-height: 36px;
}
.scy-tc3 ul li.wu {
	border: none;
}
.scy-tc3 ul li ul {
	border-top: 1px dashed #CCC;
}
.scy-tc4 {
	margin-left: 128px;
	width: 360px;
	padding: 10px 0;
	position: absolute;
	background: #f7f8fa;
	z-index: 99999;
	left: 48px;
	top: 40px;
	border-top: 3px solid #0095d4;
}
.scy-tc4 ul li {
	width: 90px;
	text-align: center;
	float: left;
	border-bottom: 1px dashed #CCC;
	line-height: 36px;
}
.scy-tc5 {
	margin-left: 135px;
	width: 360px;
	padding: 10px 10px 10px 10px;
	position: absolute;
	background: #f7f8fa;
	z-index: 99999;
	left: 30px;
	top: 40px;
	border-top: 3px solid #0095d4;
}
/*文字框架*/
.container {
	width: 1200px;
	height: 200px;
	text-align: center;
	position: fixed;
	_position: absolute;
	position: absolute;
	left: 100px;
	top: 200px
}
.container h3 span {
	color: #016ea6;
	font-size: 30px;
	line-height: 40px;
}
/*二级栏目*/
.menu {
	width: 1000px;
	height: 50px;
	background: #0095d4;
	margin: 0 auto;
}
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 100;
}
.menu ul li {
	float: left;               /* 列表横向显示*/
	position: relative;
}
.menu ul li a, .menu ul li a:visited {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 140px;
	height: 50px;
	color: #ffffff;
	background: #0095d4;
	line-height: 50px;
	font-size: 16px;
}
.menu ul li ul {
	display: none;
}
.menu ul li:hover a {
	background: #f68109;
	color: #ffffff;
}
.menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 50px;
	left: 0;
	width: 143px;
}
.menu ul li.current a {
	background: #f68109;
	color: #ffffff;
}
/*CSS Digg style pagination*/
DIV.digg {
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 3px;
	PADDING-BOTTOM: 3px;
	MARGIN: 3px;
	PADDING-TOP: 3px;
	TEXT-ALIGN: center
}
DIV.digg A {
	BORDER-RIGHT: #0095d4 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #0095d4 1px solid;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 2px;
	MARGIN: 2px;
	BORDER-LEFT: #0095d4 1px solid;
	COLOR: #0095d4;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #0095d4 1px solid;
	TEXT-DECORATION: none
}
DIV.digg A:hover {
	BORDER-RIGHT: #0095d4 1px solid;
	BORDER-TOP: #0095d4 1px solid;
	BORDER-LEFT: #0095d4 1px solid;
	COLOR: #000;
	BORDER-BOTTOM: #0095d4 1px solid
}
DIV.digg A:active {
	BORDER-RIGHT: #0095d4 1px solid;
	BORDER-TOP: #0095d4 1px solid;
	BORDER-LEFT: #0095d4 1px solid;
	COLOR: #000;
	BORDER-BOTTOM: #0095d4 1px solid
}
DIV.digg SPAN.current {
	BORDER-RIGHT: #0095d4 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #0095d4 1px solid;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 2px;
	MARGIN: 2px;
	BORDER-LEFT: #0095d4 1px solid;
	COLOR: #fff;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #0095d4 1px solid;
	BACKGROUND-COLOR: #0095d4
}
DIV.digg SPAN.disabled {
	BORDER-RIGHT: #eee 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #eee 1px solid;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 2px;
	MARGIN: 2px;
	BORDER-LEFT: #eee 1px solid;
	COLOR: #ddd;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #eee 1px solid
}
