@charset "utf-8";
/* CSS Document */

/*====================== 授权声明 ======================*/
/*
授 权：本站已授权给此单位（或个人）使用；我们仍保留所有权利！
公 司：东莞市诺威品牌设计有限公司
电 话：(0086 769) 8977 7169
邮 箱：service@i4nova.com
官 网：http://www.i4nova.com
地 址：东莞市莞城区莞太大道百达中心写字楼1307号
*/
/*====================== 授权声明 ======================*/

/*--------------------
  全局公用
--------------------*/
body {
	background: #e5e5e5;
	padding: 0px;
	margin: 0px auto;
	color: #151515;
	font-family: Arial, "宋体";
	font-size: 12px;
	line-height: normal;
}
.root {
	height: auto;
	width: 100%;
}
ul,
li {
	padding: 0px;
	margin: 0px auto;
	list-style: none;
}
a:link,
a:visited {
	color: #151515;
	border: 0px none;
	text-decoration: none;
}
a:hover,
a:active {
	color: #09c;
	border: 0px none;
	text-decoration: none;
}
.left { float: left; }
.right { float: right; }
.box {
	width: 960px;
	margin: 0px auto;
}
.clear,
.black5,
.black10,
.black20,
.black30 {
	width: 100%;
	display: block;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.clear { height: 0px; }
.black5 { height: 5px; }
.black10 { height: 10px; }
.black20 { height: 20px; }
.black30 { height: 30px; }
.page-js { display: none; }
/*--------------------
  预加载
--------------------*/
#preload {
	width: 100%;
	min-width: 960px;
	height: 100%;
	overflow: hidden;
}
#preload .preload-pic {
	background: url("../images/loading.gif") #252525 no-repeat 10px center;
	border-radius: 15px;
	box-shadow: 0 0 5px #eee;
	color: #ffffff;
	cursor: pointer;
	left: 50%;
	line-height: 20px;
	margin-left: -65px;
	margin-top: -25px;
	padding: 15px 10px 15px 40px;
	position: fixed;
	top: 50%;
	width: 80px;
	z-index: 999999;
}
#preload .preload-bg {
	background: url("../images/overlay.png") repeat center center;
	width: 100%;
	height: 100%;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(Opacity=100);
	position: fixed;
	z-index: 999998;
}
/*--------------------
  页眉
--------------------*/
.header {
	background: #323436;
	width: 100%;
	min-width: 960px;
}
.header .container { height: 60px; }
.logo {
	float: left;
	height: 100%;
	overflow: hidden;
	width: 215px;
}
.logo img { padding: 10px; }
/* 导航 */
ul.nav {
	float: right;
	height: 24px;
	line-height: 22px;
	margin-top: 18px;
}
ul.nav li {
	height: 22px;
	border: 1px solid #323436;
	margin-left: 5px;
	float: left;
	position: relative;
	z-index: 1;
}
ul.nav li:hover,
ul.nav li.active { border-color: #eee; }
ul.nav li a {
	color: #eee;
	display: block;
	font-size: 14px;
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
}
/* 子导航 */
ul.nav li:hover ul.subNav { display: block; }
ul.nav li ul.subNav {
	background: #eee;
	border-bottom: 2px solid #323436;
	display: none;
	left: 50%;
	margin-left: -90px;
	opacity: 0;
	overflow: hidden;
	padding: 0 0 5px;
	position: absolute;
	top: 23px;
	width: 180px;
}
ul.nav li ul.subNav li {
	border: 1px solid #eee;
	height: auto;
	line-height: 20px;
	margin: 0 10px 5px;
	width: 158px;
	padding: 2px 0;
}
ul.nav li ul.subNav li:hover { border-color: #151515; }
ul.nav li ul.subNav li a {
	color: #151515;
	padding: 0px;
}
ul.nav li ul.subNav li.black {
	background: #323436;
	border: medium none;
	height: 18px;
	margin: 0 auto 8px;
	width: 100%;
	padding: 0;
}
/* 更多导航 */
ul.nav li.more {
	border: medium none;
	padding: 0 8px;
	width: 34px;
}
ul.nav li.more a.but {
	background: url("../images/more.png") no-repeat center center #09c;
	display: block;
	height: 60px;
	padding: 0;
	position: absolute;
	width: 50px;
	top: -18px;
	left: 0px;
}
ul.nav li.more:hover .container { display: block; }
ul.nav li.more .container {
	display: none;
	background: #eee;
	border-bottom: 2px solid #323436;
	height: 90px;
	overflow: hidden;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 42px;
	width: 176px;
}
ul.nav li.more .language {
	float: left;
	text-align: center;
}
ul.nav li.more .qrcode { float: right; }
ul.nav li.more .qrcode img {
	height: auto;
	width: 60px;
}
ul.nav li.more .container span,
ul.nav li.more .container a {
	color: #151515;
	display: block;
	font-size: 14px;
	margin: 0 auto 5px;
	text-align: center;
	border: 1px solid #eee;
}
ul.nav li.more .container a { padding: 2px 20px; }
ul.nav li.more .container a:hover,
ul.nav li.more .container a.active { border-color: #151515; }
/*--------------------
  页脚
--------------------*/
.footer { overflow: hidden; }
.footer .container {
	border-top: 1px solid #323436;
	margin: 0 10px;
	padding: 20px 0;
}
.footNav {
	float: left;
	overflow: hidden;
	border-right: 1px solid #ccc;
}
.footNav ul {
	float: left;
	margin-right: 60px;
}
.footNav ul li.footNav-title {
	line-height: 25px;
	padding-bottom: 5px;
}
.footNav ul li a {
	color: #656565;
	line-height: 18px;
	text-decoration: none;
}
.footNav ul li.footNav-title a {
	color: #151515;
	font-size: 14px;
}
.foot-copyR {
	border-left: 1px solid #fff;
	color: #4a4a4a;
	float: left;
	overflow: hidden;
	padding-left: 60px;
}
.foot-copyR p {
    line-height: 20px;
    margin: 0 0 0 35px;
    overflow: hidden;
    padding: 0;
}
p.foot-copyR-head {
    color: #151515;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
}
p.foot-copyR-head img {
	float: left;
	margin-right: 10px;
}
.foot-copyR a {
	color: #4a4a4a;
	text-decoration: none;
}
/*--------------------
  首页
--------------------*/
/* 幻灯片 */
.home-banner {
	background: url("../images/congruent-pentagon.png") repeat left top;
	width: 100%;
	min-width: 960px;
}
.home-banner .container {
	height: 460px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.picFocus {
	margin: 0 auto;
	width: 960px;
	height: 100%;
	position: relative;
	overflow: hidden;
	zoom: 1;
}
.picFocus .hd {
	left: 20px;
	overflow: hidden;
	position: absolute;
	top: 30px;
	width: 160px;
}
.picFocus .hd ul {
	overflow: hidden;
	zoom: 1;
}
.picFocus .hd ul li {
	background: #cccccc;
	height: 130px;
	width: 100%;
	position: relative;
}
.picFocus .hd ul li.picFocus-thumbnail-case { background: #eee; }
.picFocus .hd .picFocus-thumbnail-text {
	left: 20px;
	position: absolute;
	top: 20px;
}
.picFocus .hd .PTT-title-eng {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}
.picFocus .hd .PTT-title-zh { font-size: 12px; }
.picFocus .hd ul li span { display: block; }
.picFocus .hd ul li.on span { color: #ffffff; }
.picFocus .hd ul li img { cursor: pointer; }
.picFocus .hd ul li.on,
.picFocus .hd ul li.picFocus-thumbnail-case.on { background: #09c; }
.picFocus .hd ul li.on img { border-color: #f60; }
.picFocus .bd li {
	height: 460px;
	position: relative;
}
.picFocus .bd .picFocus-pic-text {
	left: 240px;
	position: absolute;
	top: 130px;
}
.picFocus .bd .picFocus-pic-text p {
	color: #151515;
	font-size: 14px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
.PPT-content-spanFont16 {
	float: left;
	font-size: 16px;
	padding: 0 5px;
}
.picFocus .bd .picFocus-link {
	background: url("../images/picFocus-link.png") no-repeat center center;
	display: block;
	height: 35px;
	width: 35px;
	line-height: 100px;
	overflow: hidden;
}
.picFocus .bd img.picFocus-img {
	background: url("../images/loading.gif") no-repeat center center;
	top: 0px;
	position: absolute;
	right: 0px;
	width: 380px;
	height: auto;
}
.picFocus .cell {
	left: 180px;
	position: absolute;
	top: 30px;
	width: 35px;
}
.picFocus .cell a {
	background: #323436;
	display: block;
	height: 30px;
	width: 35px;
	overflow: hidden;
	margin-bottom: 1px;
}
.picFocus .cell a:hover { background: #09c; }
/* 搜索 */
.search {
	height: 35px;
	right: 20px;
	bottom: 40px;
	overflow: hidden;
	position: absolute;
	width: 400px;
}
.search input {
	line-height: 35px;
	padding: 0px;
	margin: 0px;
	border: none;
	display: block;
}
.search .search_key {
	float: left;
	color: #999999;
	height: 35px;
	width: 320px;
	padding-left: 10px;
	font-size: 14px;
}
.search .search_btn {
	background: #151515;
	color: #eee;
	float: right;
	height: 35px;
	width: 70px;
	font-size: 16px;
	font-family: Arial;
	text-align: center;
	cursor: pointer;
}
/* 应用领域 */
.home-content { }
.home-app { }
.app-head {
	height: 30px;
	padding: 0 10px;
	line-height: 30px;
	overflow: hidden;
}
.app-head-title {
	background: #151515;
	color: #eee;
	float: left;
	text-align: center;
	width: 220px;
	font-size: 16px;
}
/* 滚动新闻 */
.txtScroll-top {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	float: right;
	overflow: hidden;
	position: relative;
	width: 720px;
	height: 28px;
}
.pageState {
	float: right;
	padding: 0 30px 0 20px;
}
.txtScroll-top .hd {
	background: #323436;
	width: 20px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
.txtScroll-top .hd .prev,
.txtScroll-top .hd .next {
	display: block;
	width: 20px;
	height: 15px;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/txtScroll-prev.png") no-repeat;
}
.txtScroll-top .hd .next { background: url("../images/txtScroll-next.png") no-repeat; }
.txtScroll-top .hd a:hover { background-color: #09c; }
.txtScroll-top .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
}
.txtScroll-top .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("images/icoCircle.gif") 0 -9px no-repeat;
}
.txtScroll-top .hd ul li.on { background-position: 0 0; }
.txtScroll-top .bd { float: right; }
.txtScroll-top .infoList li {
	height: 30px;
	line-height: 30px;
	list-style: inside;
}
.txtScroll-top .infoList li a {
	color: #4a4a4a;
	text-decoration: none;
	padding-right: 10px;
}
.txtScroll-top .infoList li .date {
	float: right;
	color: #999999;
}
/* 首页应用领域-图片列表 */
.home-app .app-content {
	height: 300px;
	overflow: hidden;
}
.app-PicList li {
	background: url("../images/app-PicList-bg.png") #f1f1f1 no-repeat center center;
	border: 1px solid #fff;
	float: left;
	height: 298px;
	margin: 0 10px;
	overflow: hidden;
	width: 218px;
}
.app-PicList li:hover { border-color: #151515; }
.app-PicList .PicList-title {
	border: 1px solid #ccc;
	font-size: 14px;
	height: 28px;
	line-height: 30px;
	margin: 20px 10px 0;
	overflow: hidden;
	text-align: center;
	width: auto;
}
.app-PicList .PicList-img {
	display: block;
	height: 140px;
	margin: 10px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}
.case-list .app-PicList .PicList-img {
	height: 160px;
	margin: 10px 20px;
}
.app-PicList .PicList-img a {
	background: url("../images/loading.gif") no-repeat center center;
	display: block;
	height: 160px;
}
.app-PicList .PicList-img img {
	width: auto;
	height: 100%;
}
.app-PicList .PicList-info {
	border-top: 1px solid #ccc;
	margin: 0 20px 20px;
	overflow: hidden;
	padding: 10px 0 0;
}
.app-PicList .PicList-info-title {
	font-size: 14px;
	color: #656565;
	line-height: 20px;
	text-align: center;
}
.app-PicList .PicList-info-content {
	line-height: 20px;
	text-align: center;
}
/*--------------------
  内页布局公用
--------------------*/
.page-banner {
	width: 100%;
	min-width: 960px;
}
.page-banner .container {
	height: 150px;
	overflow: hidden;
	position: relative;
}
.share {
	background: #eee;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 20px;
	padding: 0 0 0 4px;
	border: 1px solid #fff;
}
.share a {
	display: block;
	float: left;
	padding: 4px 4px 4px 0;
}
.banner-info {
	margin: 50px 0 0 10px;
	overflow: hidden;
}
.banner-info p {
	color: #eee;
	font-size: 14px;
	margin: 0 auto 10px;
	padding: 0;
}
.banner-info p.bigtype {
	font-size: 18px;
	font-family: "微软雅黑";
}
.banner-icon {
	bottom: 0;
	height: 20px;
	left: 50%;
	margin-left: -10px;
	overflow: hidden;
	position: absolute;
	width: 40px;
}
.sitepath {
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	padding: 0 10px;
}
.sitepath li {
	float: left;
	margin: 10px 10px 0 0;
}
/*--------------------
  产品列表页
--------------------*/
.product-left {
	float: left;
	width: 720px;
}
.product-left-head {
	line-height: 30px;
	padding: 0 10px;
}
.page-title {
	background: #151515;
	color: #eee;
	float: left;
	font-size: 14px;
	text-align: center;
	width: 120px;
	height: 30px;
}
.page-container {
	border: 1px solid #fff;
	float: right;
	height: 28px;
	padding: 0 40px 0 0;
	width: 538px;
	background: url("../images/product-sitepath.png") no-repeat right center;
}
.product-right {
	float: right;
	overflow: hidden;
	padding: 0 10px;
	width: 220px;
}
.product-search {
	background: #fff;
	height: 30px;
	overflow: hidden;
	width: 100%;
	line-height: 30px;
}
.product-search .search_key {
	border: 0 none;
	color: #999;
	float: left;
	height: 30px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 10px;
	width: 170px;
}
.product-search .search_btn {
	border: 0 none;
	float: right;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	width: 30px;
	line-height: 100px;
	cursor: pointer;
	background: url("../images/product-search.png") no-repeat center center;
}
/* 产品图文列表 */
.product-list { overflow: hidden; }
.product-list li {
	border: 1px solid #fff;
	float: left;
	height: 218px;
	margin: 20px 10px;
	overflow: hidden;
	position: relative;
	width: 218px;
}
.product-list li:hover { border-color: #151515; }
.product-list li .list-title {
	border: 1px solid #eee;
	color: #eee;
	font-size: 14px;
	height: 28px;
	left: 50%;
	line-height: 28px;
	margin-left: -80px;
	position: absolute;
	text-align: center;
	top: 20px;
	width: 158px;
	z-index: 2;
}
.product-list li a.list-link {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	background: url("../images/loading.gif") no-repeat center center;
}
.product-list li a.list-link img { width: 320px; }
.product-list li .list-hover {
	background: url("../images/overlay.png") repeat center center;
	height: 30px;
	overflow: hidden;
	padding: 94px 59px;
	position: absolute;
	width: 100px;
	display: none;
	z-index: 1;
}
.product-list li:hover .list-hover { display: block; }
.product-list .list-hover li {
	border: 0 none;
	height: 30px;
	margin: 0 10px;
	width: 30px;
	overflow: hidden;
}
.product-list .list-hover li a {
	display: block;
	line-height: 90px;
}
.product-list .list-hover li a.link-thumb { background: url("../images/list-hover1.png") no-repeat center top; }
.product-list .list-hover li a.link { background: url("../images/list-hover2.png") no-repeat center top; }
.product-list .list-hover li a.link-thumb:hover { background: url("../images/list-hover1-1.png") no-repeat center top; }
.product-list .list-hover li a.link:hover { background: url("../images/list-hover2-1.png") no-repeat center top; }
/*--------------------
  产品详情页
--------------------*/
.product-show {
	overflow: hidden;
	padding: 0 10px;
}
.show-right {
	float: right;
	height: 440px;
	overflow: hidden;
	width: 460px;
}
.product-show .show-right div {
	color: #4a4a4a;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
}
.product-show .show-right div span {
	color: #09c;
	font-size: 14px;
}
.product-show div.show-pid { margin-bottom: 5px; }
.product-show div.show-head { overflow: hidden; }
.product-show div.show-title {
	color: #151515;
	float: left;
	font-family: "微软雅黑";
	font-size: 18px;
}
.product-show div.show-hits {
	background: url("../images/news-hist.png") no-repeat left center;
	color: #999;
	float: right;
	font-size: 12px;
	padding: 0 0 0 20px;
}
.product-show div.show-info p {
	clear: both;
	color: #999;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}
.product-show div.show-info {
	height: 60px;
	margin: 20px auto;
}
.product-show div.show-tag {
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding: 20px 0;
}
.product-show div.show-tag div span { padding-left: 200px; }
.product-show div.show-other {
	color: #999;
	font-size: 12px;
	margin: 20px auto;
}
.product-show div.show-other span.show-phone {
	background: url("../images/show-phone.png") no-repeat left center;
	color: #4a4a4a;
	display: block;
	font-size: 18px;
	padding-left: 20px;
	line-height: 25px;
}
.product-show div.show-piclist { padding: 0; }
.show-left {
	float: left;
	height: 440px;
	width: 440px;
}
/* 产品图片 */
.show-left #preview {
	height: 440px;
	width: 440px;
}
.list-h li { float: left; }
#spec-n5 {
	height: 60px;
	left: 480px;
	overflow: hidden;
	position: relative;
	top: -60px;
	width: 460px;
	background: #eee;
}
#spec-left {
	background: url("../images/spec-left.png") no-repeat center center;
	border: 1px solid #999;
	cursor: pointer;
	float: left;
	height: 58px;
	overflow: hidden;
	width: 13px;
}
#spec-right {
	background: url("../images/spec-right.png") no-repeat center center;
	border: 1px solid #999;
	cursor: pointer;
	float: right;
	height: 58px;
	overflow: hidden;
	width: 13px;
}
#spec-left:hover,
#spec-right:hover { border-color: #151515; }
#spec-left img,
#spec-right img { display: none; }
#spec-list {
	display: inline;
	float: left;
	overflow: hidden;
	position: relative;
	width: 410px;
	margin: 0 10px;
}
#spec-list div {
	margin-top: 0;
	margin-left: -30px;
 *margin-left:0;
}
#spec-list ul li {
	display: inline;
	float: left;
	margin-right: 0;
	width: 70px;
}
#spec-list ul li img {
	border: 1px solid #fff;
	height: 54px;
	padding: 2px;
	width: 54px;
}
/* jqzoom */
.jqzoom {
	border: 10px solid #fff;
	overflow: hidden;
	position: relative;
}
.jqzoom img {
	height: 100%;
	width: 100%;
}
.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 440px;
	height: 440px;
	background: url("../images/loading.gif") #fff no-repeat center center;
	border: 1px solid #fff;
	display: none;
	text-align: center;
	overflow: hidden;
}
.bigimg {
	width: 640px;
	height: 640px;
}
.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	border: 1px solid #eee;
	background: #fff 50% top no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	cursor: move;
}
/* 产品滚动 */
.picScroll-left {
	overflow: hidden;
	position: relative;
	margin: 40px auto 20px;
}
.picScroll-left .hd {
	height: 30px;
	line-height: 30px;
	margin: 0 auto 20px;
	overflow: hidden;
	padding: 0 10px;
}
.picScroll-left .hd .picScroll-left-title {
	background: #151515;
	color: #fff;
	float: left;
	font-size: 14px;
	height: 100%;
	text-align: center;
	width: 220px;
}
.picScroll-left .hd .hd-right {
	border: 1px solid #fff;
	float: right;
	height: 28px;
	width: 718px;
	color: #4a4a4a;
}
.picScroll-left .hd .hd-right .smalltype {
	float: right;
	padding: 0 10px 0 0;
}
.picScroll-left .hd .hd-right .pageState {
	float: right;
	padding: 0 10px 0 0;
}
.picScroll-left .hd .hd-right .trigger {
	background: #151515 none repeat scroll 0 0;
	float: right;
	height: 28px;
	overflow: hidden;
}
.picScroll-left .hd .prev,
.picScroll-left .hd .next {
	background: url("../images/txtScroll-prev.png") no-repeat 0 0;
	cursor: pointer;
	display: block;
	height: 14px;
	overflow: hidden;
	width: 20px;
}
.picScroll-left .hd .next { background: url("../images/txtScroll-next.png") no-repeat 0 0; }
.picScroll-left .hd .prev:hover,
.picScroll-left .hd .next:hover { background-color: #09c; }
.picScroll-left .hd .prevStop { background-position: -60px 0; }
.picScroll-left .hd .nextStop { background-position: -60px -50px; }
.picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}
.picScroll-left .hd ul li {
	border: 1px solid #999;
	cursor: pointer;
	float: left;
	height: 8px;
	margin-right: 5px;
	overflow: hidden;
	text-indent: -999px;
	width: 8px;
}
.picScroll-left .hd ul li.on { border-color: #09c; }
.picScroll-left .bd {
	height: 220px;
	overflow: hidden;
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd ul.product-list li {
	float: left;
	margin: 0 10px;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.picScroll-left .bd ul li .pic { text-align: center; }
.picScroll-left .bd ul li .pic img {
	width: 120px;
	height: 90px;
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
}
.picScroll-left .bd ul li .pic a:hover img { border-color: #999; }
.picScroll-left .bd ul li .title { line-height: 24px; }
/*--------------------
  联系我们
--------------------*/
.feeback-iframe {
	float: left;
	height: 340px;
	overflow: hidden;
	width: 340px;
}
.contact {
	float: right;
	width: 440px;
}
.contact-title {
	font-family: "微软雅黑";
	font-size: 18px;
	margin-bottom: 15px;
}
.contact p {
	color: #999;
	font-size: 14px;
	line-height: 24px;
	margin: 0 auto;
	padding: 0;
}
.map {
	border: 1px solid #ddd;
	height: 198px;
	margin-top: 40px;
	overflow: hidden;
	width: 438px;
}
.BMap_cpyCtrl.BMap_noprint.anchorBL { display: none !important; }
.anchorBL { display: none !important; }
/*--------------------
  留言板
--------------------*/
.feeback {
	float: left;
	width: 340px;
}
.feeback ul { }
.feeback ul li { position: relative; }
.feeback input {
	background: none;
	border-color: none none #ddd none;
	border-style: none none solid none;
	border-width: 1px;
	color: #999;
	font-family: arial, "宋体";
	font-size: 14px;
	height: 34px;
	line-height: 35px;
	margin: 0 auto;
	padding: 0 10px;
	width: 320px;
}
.feeback textarea {
	background: none;
	border-color: none none #ddd none;
	border-style: none none solid none;
	border-width: 1px;
	color: #999;
	font-family: arial, "宋体";
	font-size: 14px;
	height: 134px;
	margin: 0 auto;
	padding: 10px;
	width: 320px;
	max-height: 204px;
	min-width: 320px;
}
input[id="Btn_OK"] {
	background: #323436;
	color: #eee;
	width: 340px;
	margin: 20px auto 0;
}
.feeback ul li img {
	margin-top: -6px;
	position: absolute;
	right: 10px;
	top: 50%;
}
/*--------------------
  列表页页眉
--------------------*/
.page-header {
	margin-bottom: 20px;
	overflow: hidden;
	padding: 0 10px;
}
.page-head-title {
	background: #151515;
	color: #eee;
	float: left;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 80px;
}
.page-head-container {
	border-bottom: 1px solid #323436;
	border-right: 1px solid #323436;
	border-top: 1px solid #323436;
	float: right;
	height: 28px;
	line-height: 28px;
	width: 859px;
}
.case-menu { overflow: hidden; }
.case-menu li { float: left; }
.case-menu li:hover,
.case-menu li.active {
	padding-right: 10px;
	background: #09c;
}
.case-menu li.active {
	border-right: 1px #323436 solid;
	border-left: 1px #323436 solid;
}
.case-menu li:hover a,
.case-menu li.active a {
	color: #fff;
	background: url("../images/txtScroll-next.png") no-repeat right center;
}
.case-menu li a {
	display: block;
	font-size: 14px;
	padding: 0 20px;
}
/*--------------------
  案例列表
--------------------*/
.case-list ul.app-PicList { overflow: hidden; }
.case-list ul.app-PicList li { margin-bottom: 20px; }
/*--------------------
  案例详情
--------------------*/
.case-show-paper {
	overflow: hidden;
	margin: 20px auto;
}
.case-show-info { overflow: hidden; }
.case-show-paper span,
.case-show-info span {
	display: block;
	font-size: 14px;
}
.case-info .case-show-paper p,
.case-info .case-show-info p {
	padding: 5px 0 0;
	font-size: 12px;
	line-height: 20px;
}
#galleria {
	height: 420px;
	margin: 0 auto;
}
/*--------------------
  内页详情
--------------------*/
.about {
	background: #fff;
	margin: 0 10px;
	padding: 40px;
}
.about p {
	color: #656565;
	font-size: 14px;
	line-height: 24px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 20px;
	text-align: justify;
	text-align-last: justify; /* IE私有标签 */
}
.about img { max-width: 100%; }
/*--------------------
  新闻列表
--------------------*/
.news-picList {
	margin: 0 10px 40px;
	overflow: hidden;
}
.news-picList li {
	border-top: 1px solid #ccc;
	margin: 0 auto 20px;
	overflow: hidden;
	padding: 20px 0 0;
}
.news-picList li .pic {
	border: 1px solid #fff;
	display: block;
	float: left;
	height: 163px;
	margin: 0 20px 0 0;
	overflow: hidden;
	width: 218px;
	background: url("../images/loading.gif") no-repeat center center #ccc;
}
.news-picList li .pic img { height: 100%; }
.news-picList li .contain {
	float: right;
	overflow: hidden;
	padding: 10px 0 0;
	width: 460px;
}
.news-picList li .title {
	border: 1px solid #ccc;
	display: inline-block;
	height: 28px;
	line-height: 30px;
	padding: 0 10px;
	width: auto;
	font-size: 14px;
	color: #151515;
}
.news-picList li:hover .title { border-color: #151515; }
.news-picList li .info {
	height: 70px;
	margin: 10px auto;
	overflow: hidden;
}
.news-picList li .info p {
	color: #656565;
	font-size: 14px;
	line-height: 24px;
	margin: 0px auto;
	padding: 0;
}
.news-picList li .other {
	color: #656565;
	line-height: 20px;
	padding-top: 3px;
}
.news-picList li .other .time {
	padding: 5px 20px;
	background: url("../images/news-time.png") no-repeat left center;
}
.news-picList li .other .hist {
	padding: 5px 0 5px 20px;
	background: url("../images/news-hist.png") no-repeat left center;
}
.news-picList li .link {
	display: none;
	height: 35px;
	margin: 65px auto 0;
	overflow: hidden;
	width: 35px;
	opacity: 0;
}
.news-picList li:hover .link { display: block; }
/*--------------------
  新闻详情
--------------------*/
.news-show .top {
	border-bottom: 1px solid #ccc;
	height: 30px;
}
.news-show .top .other {
	color: #656565;
	line-height: 30px;
}
.news-show .top .other .time {
	padding: 5px 20px;
	background: url("../images/news-time.png") no-repeat left center;
}
.news-show .top .other .hist {
	padding: 5px 0 5px 20px;
	background: url("../images/news-hist.png") no-repeat left center;
}
.news-show .top .link {
	margin: 5px auto 0;
	overflow: hidden;
}
.news-show ul.link li {
	float: left;
	height: 20px;
	line-height: 20px;
	margin-left: 5px;
	overflow: hidden;
	width: 20px;
}
.news-show ul.link li.prev { background: url("../images/news-prev.png") no-repeat center center; }
.news-show ul.link li.prev:hover { background: url("../images/news-prev-hover.png") no-repeat center center; }
.news-show ul.link li.list { background: url("../images/news-list.png") no-repeat center center; }
.news-show ul.link li.list:hover { background: url("../images/news-list-hover.png") no-repeat center center; }
.news-show ul.link li.next { background: url("../images/news-next.png") no-repeat center center; }
.news-show ul.link li.next:hover { background: url("../images/news-next-hover.png") no-repeat center center; }
.news-show ul.link li a { display: block; }
.news-show .title {
	font-family: arial, "微软雅黑";
	font-size: 18px;
	padding: 40px 0;
	text-align: center;
}
/*--------------------
  招聘列表
--------------------*/
.job-list {
	border-top: 1px solid #ccc;
	margin: 0 10px 40px;
	overflow: hidden;
}
.job-list li {
	background: #eee;
	margin: 20px auto 0;
	padding: 20px;
}
.job-list li:hover { background: #fff; }
.job-title {
	font-size: 14px;
	margin: 0 auto;
}
.job-add {
	color: #656565;
	margin-left: 20px;
}
.job-type {
	color: #656565;
	margin: 20px auto 0;
}
.job-type span {
	display: block;
	float: left;
	padding-right: 10px;
}
.job-type span.time {
	padding-left: 18px;
	background: url("../images/news-time.png") no-repeat left center;
}
.job-type span.hist {
	padding-left: 20px;
	background: url("../images/news-hist.png") no-repeat left center;
}
.job-xz {
	background: #09c;
	color: #fff;
	display: block;
	font-weight: lighter;
	padding: 6px 15px;
}
.job-link { color: #fff !important; }
.job-zpzt {
	color: #656565;
	display: block;
	margin-top: 10px;
	text-align: center;
}
/*--------------------
  招聘详情
--------------------*/
.job-header {
	background: #fff;
	overflow: hidden;
	padding: 20px;
	margin: 0 10px;
}
.job-header .link {
	float: right;
	margin: 10px auto 0;
	overflow: hidden;
}
.job-foot {
	background: #fff;
	margin: 20px 10px 0;
	overflow: hidden;
	padding: 40px 20px;
}
.job-show-yq { margin: 20px auto 0; }
.job-show-info h1,
.job-show-yq h1 {
	color: #656565;
	font-size: 14px;
	margin: 0 auto;
}
.job-foot p {
	color: #656565;
	font-size: 14px;
	line-height: 24px;
	margin: 10px auto 0;
}
/*--------------------
  搜索结果
--------------------*/
.search-list {
	margin: 0 10px 40px;
	overflow: hidden;
}
.search-list li {
	background: url("../images/news-next.png") no-repeat 10px center;
	border-top: 1px solid #ccc;
	overflow: hidden;
	padding: 20px 10px 20px 40px;
}
.search-list li:hover { background: url("../images/news-next-hover.png") no-repeat 10px center #eee; }
.search-list li h1 {
	float: left;
	font-size: 14px;
	font-weight: lighter;
	margin: 0 auto;
	line-height: 24px;
}
.search-list .search-lb {
	color: #656565;
	padding-left: 20px;
	line-height: 24px;
}
.search-list .search-link {
	background: #09c;
	color: #fff;
	display: block;
	float: right;
	padding: 5px 10px;
}
.page-banner .search-form { width: 400px; }
.page-banner .search-form .search_key { width: 350px; }
.page-banner .search-txt {
	color: #656565;
	font-size: 14px;
	margin-top: 10px;
}
