@charset "utf-8";
/* 
Site:清美集团控股有限公司
Author:
Updated:2010-05-18
Updated:krispy
*/
* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font:12px/1.5em Arial,Verdana, Geneva, sans-serif;
	text-align:center;
	background:#d9d9db url(../bodybg.jpg) top repeat-x;
}
a {
	outline:none;
	text-decoration:none;
}
td, img {
	border:none;
}
img, input, select {
	vertical-align:middle;
}
table {
	border-collapse:collapse;
}
*{
	_behavior: url("scripts/iepngfix.htc")
}
#wrap {
	width:100%;
	margin:0 auto;
}
.clearfix:after {
	content:"";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
}
.container{
	position:relative;
	width:963px;
	height:100%;
	margin:0 auto;
	padding:0 8px;
	background:url(../containerbg.gif) repeat-y;
	zoom:1;
}
.header{
	height:94px;
	text-align:left;
}
.logo{
	display:block;
	padding:15px 0 0 20px;
}
.toplink{
	margin-top:10px;
	float:right;
}
.toplink a{
	margin:0 8px;
	color:#a3a3a3;
}
.toplink a:hover{
	color:#ff3928;
}
.menubar{
	position:absolute;
	top:94px;
	left:8px;
	width:963px;
	height:150px;
}
.banpic{
	height:306px;
	background:url(../banpicbg.gif) bottom repeat-x;
}

.banpic2{
	height:180px;
	background:url(../banpicbg.gif) bottom repeat-x;
}
.content{
	padding:20px 18px 30px 18px;
	zoom:1;
}
.leftcon{
	width:502px;
	float:left;
}
.proshow{
	width:500px;
	height:190px;
	margin-bottom:25px;
	border:1px solid #d1d1d1;
}
.infiniteCarousel {
  width: 500px;
  height:190px;
  position: relative;
}
.infiniteCarousel {
  width: 500px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 420px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 190px;
  margin: 0 40px;
  position: absolute;
  top: 0;
  left:0;
}

.infiniteCarousel ul a img {
	border:none;
}

.infiniteCarousel .wrapper ul {
  width: 9999px; /* single item * n */
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
  left:0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 15px;
  height: 190px;
  width: 400px;
}

.infiniteCarousel ul li img {
    -webkit-transition: border-color 400ms;
}
.infiniteCarousel ul li .propic{
	width:240px;
	float:left;
}
.infiniteCarousel ul li .protxt{
	width:140px;
	float:right;
	text-align:left;
	color:#7d7d7d;
	padding-top:5px;
}
.infiniteCarousel ul li .protxt p{
	line-height:24px;
	margin-bottom:5px;
}
.infiniteCarousel ul:hover li img {
  border-color:none;
}

.infiniteCarousel ul:hover li:hover img {
  border-color:none;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(../arrow.gif) no-repeat 0 0;
  text-indent: -9999px;
  position: absolute;
  top: 73px;
  cursor: pointer;
  outline: 0;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}
/*.infiniteCarousel .wrapper {
  width: 420px; 
  overflow: auto;
  min-height: 190px;
  margin: 0 40px;
  position: absolute;
  top: 0;
  left:0;
}

.infiniteCarousel ul a img {
	border:none;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  position: absolute;
  top: 0;
  left:0;
}
.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 15px 10px;
  height: 190px;
  width: 400px;
}
.infiniteCarousel ul li .propic{
	width:240px;
	float:left;
}
.infiniteCarousel ul li .protxt{
	width:140px;
	float:right;
	text-align:left;
	color:#7d7d7d;
}
.infiniteCarousel ul li .protxt p{
	line-height:24px;
	margin-bottom:5px;
}
.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(../arrow.png) no-repeat 0 0;
  text-indent: -999em;
  position: absolute;
  top: 75px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}*/
.boxcontent{
	text-align:left;
}
.boxcontent dt{
	padding:3px 0;
	font-size:14px;
	font-family:"Microsoft YaHei";
	border-bottom:1px solid #d1d1d1;
}
.boxcontent dt b{
	font-size:12px;
	font-weight:normal;
}
.boxcontent dt span{
	float:right;
	font-size:10px;
	color:#777;
}
.boxcontent dt span a{
	color:#777;
}
.boxcontent dt span a:hover{
	color:#ff3928;
}
.boxcontent dd{
	padding-top:5px;
	color:#737373;
}
.boxcontent dd p{
	text-indent:2em;
	line-height:24px;
}
.rightcon{
	width:405px;
	float:right;
}
.newslist{
	zoom:1;
}
.newslist li{
	clear:both;
	height:70px;
	margin-top:5px;
	padding-bottom:8px;
	background:url(../newslistbg.gif) bottom no-repeat;
	zoom:1;
}
.newslist li .pic{
	width:95px;
	float:left;
}
.newslist li div.txt{
	width:300px;
	float:right;
}
.newslist li div.txt h5{
	font-size:12px;
	color:#dd3123;
}
.newslist li .pic img{
	border:1px solid #efefef;
}
.contactpic{
	margin-top:25px;
}
.containerbottom{
	width:979px;
	margin:0 auto;
	height:7px;
	font-size:0;
	background:url(../containerbottombg.gif) no-repeat;
}
.footer{
	width:965px;
	margin:0 auto;
	color:#767676;
	line-height:24px;
	text-align:right;
}
.footer a{
	color:#767676;
}
.footer a:hover{
	color:#ff3928;
}
.mainer{
	background:url(../mainerbg.jpg) repeat-y;
	zoom:1;
}
.leftbar{
	width:274px;
	float:left;
}
.leftnav{
	text-align:left;
	margin-top:20px;
	font-family:"Microsoft YaHei";
}
.leftnav dt{
	height:25px;
	padding:5px 15px 0 15px;
	font-size:14px;
	font-weight:bold;
	background:url(../leftnavtitbg.gif) no-repeat;
}
.leftnav dt span{
	color:#ec2127;
	font-size:12px;
	margin-left:50px;
	font-weight:normal;
}
.leftnav dd{
	width:245px;
	padding:5px 5px;
	margin:0 auto;
	border-bottom:1px dashed #acacac;
}
.leftnav dd a{
	display:block;
	padding-left:20px;
	color:#606060;
	background:url(../arrow04.gif) 5px center no-repeat;
}
.leftnav dd a span{
	color:#a1a1a1;
	font-size:10px;
}
.leftnav dd a:hover,.leftnav dd a.current{
	color:#ec2228;
	background:url(../arrow03.gif) 5px center no-repeat;
}
.leftpic{
	margin:20px 0;
}
.leftpic img{
	margin:10px 0;
}
.maincontent{
	width:689px;
	float:right;
}
.aboutxt{
	width:652px;
	margin:0 auto;
	text-align:left;
	padding-bottom:50px;
}
.aboutxt h5{
	height:25px;
	color:#7c7c7c;
	padding:25px 10px 0 36px;
	margin-top:10px;
	font-weight:normal;
	margin-bottom:20px;
	font-family:"Microsoft YaHei";
}
.aboutxt h5.aboutit{
	background:url(../aboutitbg.gif) no-repeat;
}
.aboutxt h5.newstit{
	background:url(../newstitbg.gif) no-repeat;
}
.aboutxt h5.protit{
	background:url(../protitbg.gif) no-repeat;
}
.aboutxt h5.jobtit{
	background:url(../jobtitbg.gif) no-repeat;
}
.aboutxt h5.servicetit{
	background:url(../servicetitbg.gif) no-repeat;
}
.aboutxt h5 span{
	float:right;
	font-family:"宋体";
}
.aboutxt h5 span a{
	color:#7c7c7c;
}
.aboutxt h5 span a:hover{
	color:#ff3928;
}
.aboutxt h6{
	font-size:12px;
	color:#ff3928;
	margin-bottom:10px;
}
.aboutxt p{
	color:#4c4c4c;
	text-indent:2em;
	margin-bottom:15px;
	line-height:24px;
}
.aboutxt p a{
	color:#ff3928;
}
.aboutxt p a:hover{
	color:#4c4c4c;
}
.bfont{
	font-size:14px;
	color:#ff3928;
}
.picshow{
	width:260px;
	float:right;
	margin:20px 20px 0 20px;
	display:inline;
}
.picshow li{
	margin-bottom:20px;
}
.news{
	margin-top:20px;
}
.news li{
	clear:both;
	padding-bottom:10px;
	margin:20px 0;
	background:url(../newsbg.gif) bottom no-repeat;
	zoom:1;
}
.news li div.pic{
	width:95px;
	float:left;
}
.news li div.pic img{
	border:1px solid #efefef;
}
.news li div.txt{
	width:540px;
	float:right;
}
.news li div.txt h6{
	height:19px;
	font-size:12px;
	color:#dd3123;
	padding-right:10px;
	background:url(../newsh6bg.jpg) no-repeat;
}
.news li div.txt h6 span{
	float:right;
	color:#fff;
	font-size:10px;
	font-weight:normal;
}
.news li div.txt h6 a{
	font-size:12px;
	color:#dd3123;
}
.news li div.txt p{
	margin-top:2px;
	color:#737373;
}
DIV.megas512 {
	clear:both;
	padding:3px;
	text-align:center;
}
DIV.megas512 a {
	border:#dedfde 1px solid;
	padding:2px 6px;
	background-position:50% bottom;
	margin-right:3px;
	color:#777;
}
DIV.megas512 a:hover {
	border:#777 1px solid;
	background:#ff3928;
	color:#fff;
}
DIV.megas512 SPAN.current {
	padding:2px 6px;
	font-weight:bold;
	margin-right:3px;
}
DIV.megas512 SPAN.disabled {
	padding:2px 6px;
	color:#adaaad;
	margin-right:3px;
}
.prolist{
	margin-top:20px;
}
.prolist li{
	width:180px;
	height:166px;
	padding:13px;
	float:left;
	margin:10px 5px;
	display:inline;
	background:url(../prolistbg.gif) no-repeat;
}
.prolist li h6{
	font-size:14px;
	font-weight:normal;
	color:#7d7d7d;
	margin-top:5px;
}
.search{
	width:249px;
	margin:0 auto;
	margin-top:20px;
}
.search dt{
	height:28px;
	padding:8px 10px 0 10px;
	text-align:left;
	font-family:"Microsoft YaHei";
	color:#fff;
	font-size:14px;
	background:url(../searchtitbg.jpg) no-repeat;
}
.search dt span{
	font-size:12px;
}
.search dd{
	height:80px;
	padding-top:23px;
	background:url(../searchcontentbg.gif) no-repeat;
}
.inputcss{
	width:170px;
	height:15px;
	padding:3px 5px;
	color:#7f7f7f;
	border:1px solid #cbcbcb;
}
.job{
	width:635px;
	margin:20px auto;
}
.job h4{
	height:28px;
	padding:12px 0 0 20px;
	font-size:14px;
	font-weight:normal;
	font-family:"Microsoft YaHei";
	background:url(../jobtabtitbg.gif) no-repeat;
}
.job h6{
	height:20px;
	padding-top:4px;
	padding-right:5px;
	font-size:11px;
	font-weight:normal;
	margin:8px 0;
	text-align:right;
	background:url(../datebg.gif) right no-repeat;
}
.tab{
	color:#666;
	border-left:1px solid #cecece;
	border-top:1px solid #cecece;
}
.tab td{
	padding:2px 5px;
	border-right:1px solid #cecece;
	border-bottom:1px solid #cecece;
}
.tab td p{
	margin:0;
}
.tab td.firsttb{
	width:15%;
	background:#eee;
}
.tab td a{
	color:#666;
}
.tab td a:hover{
	color:#f00;
}
.contactit{
	width:480px;
	color:#ec2228;
	line-height:30px;
	padding:0 10px;
	margin:30px 0 20px 0;
	font-family:"Microsoft YaHei";
	border-bottom:1px solid #ccc;
}
.contactpic{
	float:right;
}
.contactpic li{
	margin:20px 0;
}
.detailtit{
	height:32px;
	line-height:32px;
	color:#ff3928;
	padding:0 10px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
	background:url(../datebg.gif) right center no-repeat;
	border-bottom:1px dashed #cecece;
}
.detailtit span{
	float:right;
	color:#999;
	font-size:10px;
	font-weight:normal;
}
.workshop li{
	width:171px;
	height:165px;
	padding:15px 15px 0 15px;
	float:left;
	white-space:nowrap;
	text-overflow:ellipsis; 
	overflow: hidden;
	margin:10px 8px;
	display:inline;
	background:url(../workshoplistbg.gif) no-repeat;
}
.workshop li h4{
	font-size:12px;
	font-weight:normal;
	margin-top:14px;
	color:#999;
	font-family:"Microsoft YaHei";
}
.jobpic li{
	float:left;
	margin:0 25px;
	display:inline;
}
.feebackform span{
	width:130px;
	float:left;
	text-align:right;
}
.redfont{
	color:#F00;
	font-weight:normal;
}
.feedbackinput{
	width:206px;
	height:16px;
	padding:3px;
	border:1px solid #dadada;
	background:url(../inputbg.gif) repeat-x;
}
.feedbacktxt{
	width:410px;
	height:60px;
	padding:3px;
	border:1px solid #dadada;
	background:url(../inputbg.gif) top repeat-x;
	overflow:hidden;
}
.btn{
	clear:both;
	margin-left:155px;
}
.website{
	width:115px;	
	min-height:200px;
	height:auto !important;
	height:200px;
	float:left;
	margin:0 50px;
	display:inline;
}
.website dt{
	height:24px;
	padding-top:5px;
	font-size:14px;
	text-align:center;
	font-family:"Microsoft YaHei";
	background:url(../websitetitbg.gif) repeat-x;
}
.website dt a{
	color:#727272;
}
.website dd{
	text-align:center;
	padding:4px 0;
	border-bottom:1px dashed #ccc;
}
.website dd a{
	color:#777;
}
.website dd a:hover{
	color:#f00;
}

.techshow{
	width:600px;
	height:420px;
	margin:0 auto;
	padding:4px;
	background:url(../techshowbg.jpg) no-repeat;
}

.video{
	width:421px;
	height:348px;
	padding:17px 0 0 16px;
	margin:0 auto;
	background:url(../videobg.jpg) no-repeat;
}