.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.content {
	width: 100%;
	height: auto;
}

.fra {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

/*=================================*/

/*轮播图样式设置开始============================================================*/
/*固定中部*/
.banner {
	width: 100%;
	height: 450px;
	margin-top: 214px;
	clear: both;
	/* min-height: 100px; */
}

#play {
	width: 100%;
	height: 450px;
	/*margin-top: 20px;/*距导航栏*/
	position: relative;
	/*相对定位*/
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#play>.play_img {
	width: 100%;
	height: 100%;
}
.play_img>ul>li {
	width: 100%;
	height: 450px;
	position: absolute;
	/*绝对对定位*/
	/*display: none;/*隐藏所有图片,把这句代码display: none;改成下面opacity:0;*/
	opacity: 0;
	/*设置元素的不透明度，0时完全透明，1时为完全不透明*/
}
.play_img>ul>.play_select {
	/*display: block;/*显示指定图片，把这句代码display:block;改成下面opacity:1;*/
	opacity: 1;
}
#play>.play_common {
	height: 60px;
	width: 30px;
	background: #000;
	opacity: 0.5;
	/*不透明度*/
	color: white;
	/*显示白色*/
	text-align: center;
	/*垂直居中*/
	line-height: 60px;
	/*水平居中*/
	position: absolute;
	/*绝对定位*/
	top: 0;
	bottom: 0;
	margin: 200px auto;
	/*450-60/2=390*/
	cursor: pointer;
	/*显示手形*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
		
}
#play>.play_right {
	right: 0;
}
/*轮播图样式设置结束============================================================*/


/* 第一栏开始============================================================ */

.case {
	width: 100%;
	height: 337px;
	background: url(../images/case.jpg) left top repeat-x;
}

.fra2 {
	width: 1000px;
	margin: 0 auto;
}

.caseleft {
	float: left;
	width: 233px;
	height: 314px;
	background: url(../images/case.png) left top no-repeat;
	display: inline;
	margin: 23px 0 0 0;
}

.caseleft p.name {
	float: left;
	width: 218px;
}

.caseleft p.name b {
	display: block;
	text-align: center;
	font-size: 18px;
	padding-top: 28px;
}

.caseleft p.name span {
	display: block;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.casel-in {
	float: left;
	width: 200px;
	font-size: 14px;
	line-height: 30px;
	height: 120px;
	overflow: hidden;
	padding: 20px 0 0 18px;
}

.caseright {
	float: right;
	width: 766px;
	padding: 10px 0 0 0;
}

.noticecon {
	width: 800px;
	float: left;
	padding: 5px 0 0 20px;
	line-height: 30px;
}

.noticecon b {
	float: left;
	font-family: 'Microsoft Yahei';
	font-size: 16px;
	padding-left: 30px;
	background: url(../images/notice.gif) left center no-repeat;
}

.noticecon marquee {
	float: left;
	width: 600px;
	font-size: 15px;
	font-family: '宋体';
	color: red;
}

/* 右边第二栏开始====================== */
.caseul {
	float: left;
	width: 744px;
	padding: 32px 0 0 22px;
}

.caseul li {
	float: left;
	width: 215px;
	height: 230px;
	display: inline;
	margin: 0 30px 0 0;
}

.caseul li a {
	float: left;
	width: 215px;
	height: 230px;
}

.caseul li:hover {
	margin-top: -10px;
	-moz-transform: perspective(1000px) rotateY(-6deg);
	-webkit-transform: perspective(1000px) rotateY(-6deg);
	-ms-transform: perspective(1000px) rotateY(-6deg);
	transform: perspective(1000px) rotateY(-6deg);
	-moz-transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform-origin(right, 0);
}

.caseul li a img {
	float: left;
	width: 215px;
	height: 161px;
}

.caseul li a span {
	float: left;
	width: 185px;
	padding: 10px 15px 0 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
}

.caseul li a p {
	float: left;
	width: 185px;
	padding: 0px 15px 0 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
}

/* 右边第二栏结束====================== */
/* 第二栏===公司动态====开始====================== */
.product {
	width: 100%;
	height: 366px;
	background: url(../images/case.jpg) left top repeat-x;
}


.product-ul {
	float: left;
	width: 103%;
}

.product-ul li {
	float: left;
	width: 245px;
	height: 247px;
	background: #fdb811;
	display: inline;
	padding: 0 0 10px 0;
	margin: 0px 6px 0px 0px;
	position: relative;
	overflow: hidden;
}

.product-ul li img {
	float: left;
	width: 245px;
	height: 184px;
}

.product-ul li p.wor {
	float: left;
	width: 215px;
	line-height: 20px;
	font-size: 14px;
	padding: 15px 15px 0 15px;
}


.product-ul li p.wor span {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.product-ul li p.wor label {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.pro-name {
	width: 1000px;
	margin: 0 auto;
	/* background: #fff; */
}

.pro-name b {
	display: block;
	text-align: center;
	font-size: 25px;
	padding-top: 10px;
}

.pro-name1 b {
	display: block;
	text-align: center;
	font-size: 25px;
	padding-top: 5px;
}

.pro-name span {
	display: block;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#container {
	width: 1000px;
	margin: 12px auto 15px auto;
	position: relative;
	z-index: 0;
}

#example {
	width: 1000px;
	height: 247px;
	position: relative;
	z-index: 0;
}

.slides_container {
	z-index: 0;
	width: 1000px;
	height: 247px;
	overflow: hidden;
	position: relative;
}

#slides {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	height: 247px;
}

#slides .slide {
	height: 300px;
	width: 1000px;
	position: relative;
	z-index: 0;
	word-break: break-all;
	word-wrap: break-word;
}

#slides .next,
#slides .prev {
	position: absolute;
	z-index: 0;
	top: 80px;
	left: -120px;
	width: 33px;
	height: 78px;
	display: block;
	background: url(../images/about03.jpg) no-repeat;
}

#slides .next {
	z-index: 0;
	position: absolute;
	left: 1065px;
	width: 33px;
	height: 78px;
	display: block;
	background: url(../images/about04.jpg) no-repeat;
}


#slides .link {
	display: block;
	margin-top: 10px;
	font-weight: 800;
}




.pagination {
	display: none;
}

.pagination li {
	display: none;
}

.pagination li a {
	display: block;
	width: 12px;
	height: 0;
	padding-top: 12px;
	background-image: none;
	background-position: 0 0;
	float: left;
	overflow: hidden;
}

.pagination li.current a {
	background-position: 0 -12px;
}




.casetitle {
	left: 0;
	top: 0;
	position: absolute;
	width: 245px;
	height: 120px;
	padding-top: 22px;
	/* background: rgba(0,0,0,0.5); */
	background: url(../images/bigbg.png) top center repeat;
	_background: none;
	_background: #000;
	_filter: alpha(opacity=50);
}





/* 第二栏==公司动态====结束====================== */
.case-more {
	font-size: 14px;
	float: left;
	width: 165px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: url(../images/morebg.gif) left top no-repeat;
	display: inline;
	margin: 20px 0 0 30px;
}

.case-more:hover {
	color: red;
	font-size: 15px;
}

.zoombut {
	width: 39px;
	height: 39px;
	float: left;
	display: inline;
	margin-left: 104px;
	background: url(../images/big.png) top center no-repeat;
}

.jianjie {
	float: left;
	display: block;
	width: 200px;
	padding: 10px 20px;
	text-align: left;
	color: #c4c4c4;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}



.news {
	height: 320px;
	background: url(../images/map.png) center 20px #fdb811 no-repeat;
}

.about-left {
	float: left;
	width: 440px;
}

.ab-name {
	float: left;
	width: 440px;
	padding: 15px 0 0 0;
	line-height: 20px;
}

.ab-name span {
	display: block;
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-transform: uppercase;
}

.ab-name b {
	display: block;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.ab-con {
	float: left;
	width: 440px;
	line-height: 24px;
	height: 168px;
	overflow: hidden;
	font-size: 14px;
	padding: 30px 0 13px 0;
}

.ab-more {
	float: left;
	width: 160px;
	height: 35px;
	background: url(../images/morebg2.gif) left top no-repeat;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
}

.ab-more:hover {
	color: red;
	font-size: 15px;
}

/*主页第三栏招标动态栏样式开始*/
.news-right {
	float: right;
	width: 445px;
}

.news-name {
	float: left;
	width: 445px;
	padding: 15px 0 0 0;
	text-align: right;
	line-height: 20px;
}

.news-name span {
	display: block;
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-transform: uppercase;
}

.news-name b {
	display: block;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.news-ul {
	float: left;
	width: 445px;
}

.news-ul li {
	float: left;
	width: 445px;
	height: 60px;
	padding: 5px 0 5px 0;
}

.news-ul li a:hover {
	color: red;
	/*font-size: 15px; */
}

.news-ul li .num {
	float: left;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 24px;
	font-family: Impact;
	background: url(../images/num.png) left top no-repeat;
	color: #fdb811;
	padding-right: 6px;
	overflow: hidden;
}

.news-ul li a {
	float: right;
	width: 368px;
	font-size: 14px;
	line-height: 24px;
}

.news-ul li a p {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 1px solid #d99a00;
}

.news-ul li a span {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.news-more {
	float: right;
	width: 160px;
	height: 35px;
	background: url(../images/morebg2.gif) left top no-repeat;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
}

.news-more:hover {
	color: red;
	font-size: 15px;
}


.z-notice {
	padding: 27px 0;
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.z-notice a {
	position: absolute;
	top: 61px;
	right: 247px;
	width: 234px;
	height: 46px;
	background: url(../images/zhu.png) left top no-repeat;
	text-align: center;
	line-height: 46px;
	font-size: 18px;
}

.z-notice a:hover {
	color: red;
	font-size: 19px;
}

/* 第一栏结束============================================================ */
/* 第二栏开始============================================================ */
.pro-more {
	display: block;
	text-align: center;
	line-height: 35px;
	color: #f4ad00;
	font-size: 14px;
	margin: 17px auto 0 auto;
	height: 35px;
	width: 208px;
	background: url(../images/morebg1.gif) left top no-repeat;
}

.pro-more:hover {
	color: red;
	font-size: 15px;
}