﻿/* 织梦58（dede58.com）做最好的织梦整站模板下载网站 */
@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, select {
	margin: 0;
	padding: 0;
	border: 0;
}
table {
	border-collapse: collapse;
}
body {
	font-size: 14px;
	color: #333;
	font-family: "微软雅黑";
	overflow-x: hidden;
	background: #fff;
	min-width: 1200px;
}
img, a {
	border: 0;
	text-decoration: none;
	color: #fff;
}
ol, ul {
	list-style: none;
}
.clear {
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
}
.width1100 {
	width: 1100px;
	margin: 0 auto;
}
input:focus {
	outline: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.he1 {
	height: 10px;
}
.he2 {
	height: 20px;
}
.he4 {
	height: 40px;
}
.font14 {
	font-size: 14px;
}
.font12 {
	font-size: 12px;
}
.all {
	text-align: left;
}
.alc {
	text-align: center;
}
.alr {
	text-align: right;
}
.bggray {
	background: #eeeeee;
}
.fcolor {
	color: #b50100;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
/*--------------Common Start-----------------------*/
.head {
	height: auto;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	background: #6b6767;
}
.head .logo {
	padding: 20px 15px 20px 180px;
	float: left;
	width: 6%;
}
.head .logo img {
	max-width: 100%;
	float: left;
	display: inline-block;
}
.head ul.nav {
	display: inline-block;
	width: 34%;
	border-left: 2px solid #cfd1d4;
	margin-top: 30px;
	padding: 0 0 0 40px;
}
.head ul.nav li {
	float: left;
	width: 23%;
	line-height: 30px;
}
.head ul li a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	list-style: none;
}
.head ul li a span {
	float: left;
	display: block;
	width: 10px;
	height: 2px;
	margin-top: 15px;
	margin-right: 10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background: url(../images/bg.png) no-repeat 0px center;
	opacity: 0
}
.head ul li a.active, .head ul li a:hover {
	color: #7a2123;
}
.head ul li a.active span, .head ul li a:hover span {
	background: url(../images/bg.png) no-repeat -20px center;
	opacity: 1
}
/*分页*/
.fenye {
	text-align: center;
	margin: 20px 0 30px;
}
.fenye ul {
	height: auto;
	overflow: hidden;
}
.fenye span, .fenye a {
	display: inline-block;
	padding: 0 9px;
	margin: 0 2px;
	background: #ddd;
	border-radius: 2px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #000;
}
.fenye span.current {
	background: #cc0000;
	color: #fff;
}
.fenye span.all, .fenye span.pageindex {
	display: none;
}
.fenye a:hover {
	background: #cc0000;
	color: #fff;
}
/*footer*/
.footer {
	border-top: 1px solid #cfd1d4;
	width: 100%;
	height: 145px;
	color: #8e939a;
	font-size: 14px;
	padding-top: 50px;
	padding-bottom: 15px;
}
.footer .width530 {
	width: 700px;
	margin: 0 auto;
}
.footer .left {
	float: left;
	width: 115px;
}
.footer .center {
	float: left;
	width: 288px;
	padding-left: 30px;
	padding-right: 50px;
}
.footer .center ul li {
	height: 32px;
	line-height: 32px;
}
.footer .right {
	float: left;
	width: 130px;
	text-align: center;
}
.footer .right img {
	width: 105px;
	height: 105px;
}
.footer .right .focus {
	display: block;
	margin-top: 5px;
	width: 130px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	color: #8e939a;
}
.copyright {
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #000000;
	color: #a3a3a3;
}
.copyright a {
	color: #a3a3a3;
}
/*--------------Common end-----------------------*/

/*--------------Index start-----------------------*/

/*轮播图*/
.ibanr {
	height: 785px;
	position: relative;
}
.ibanr .img {
	width: 100%;
	height: 785px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
.ibanr .img li {
	width: 100%;
	height: 785px;
	float: left;
	background: no-repeat top center;
	background-size: cover;
}
.ibanr .img li a {
	display: block;
	width: 100%;
	height: 785px;
}
.ibanr .page {
	position: absolute;
	bottom: 3%;
	z-index: 20;
	text-align: center;
	left: 45%;
}
.ibanr .page span {
	float: left;
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 25px;
	border: 1px solid #fff;
	display: block;
	margin: 0 5px;
 *zoom: 1;
	text-indent: 0;
	cursor: pointer;
}
.ibanr .page span.current {
	background: #fff;
}
/*工程案例*/
.incase {
	width: 100%;
	height: 565px;
	padding: 70px 0;
}
.catname {
	width: 466px;
	height: 140px;
	margin: 0 auto;
	text-align: center;
}
.catname .en, .catname .cn, .catname .line {
	height: 35px;
	line-height: 35px;
	display: block;
}
.catname .en {
	text-transform: uppercase;
	color: #666666;
	font-family: 'Arial';
	font-size: 34px;
	margin: 20px auto;
}
.catname .cn {
	font-size: 24px;
	color: #7c1f23;
}
.catname .line {
	margin: 20px 0;
	width: 100%;
	height: 10px;
	background: url('../images/catname.png') no-repeat center;
}
.desc p {
	text-align: center;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.tuno {
	margin-top: 55px;
}
.tuno dl {
	float: left;
	width: 48%;
	height: auto;
	overflow: hidden;
	margin-bottom: 0px;
}
.tuno dl:last-child {
	float: left;
	width: 48%;
	height: auto;
	overflow: hidden;
	margin-bottom: 0px;
	margin-left: 20px;
}
.tuno dt {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	cursor: pointer;
}
.tuno dt img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	transition-delay: 0s;
	transition-duration: 1s;
	transition-property: all;
	transition-timing-function: ease;
	moz-transition-delay: 0s;
	-moz-transition-duration: 1s;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease;
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 1s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease;
	-o-transition-delay: 0s;
	-o-transition-duration: 1s;
	-o-transition-property: all;
	-o-transition-timing-function: ease;
	border-radius: 15px;
}
.tuno dt span {
	display: block;
	width: 100%;
	height: 60%;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 120px
}
.tuno dt h1 {
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 40px;
	margin-bottom: 0px;
	overflow: hidden;
	margin-top: 0px;
	opacity: 0.7;
}
.tuno dt span img {
	display: block;
	width: 80px;
	height: 3px;
	margin: 10px auto;
}
.tuno dt p {
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 0px;
	opacity: 0.7;
}
.tuno dt:hover img {
	transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	border-radius: 15px;
}
.tuno dt:hover h1, .tuno dt:hover p {
	opacity: 1;
}
/*核心团队*/
.inteam {
	height: 770px;
	background: url('../images/inteambg.jpg') no-repeat center;
}
.inteam .width1100 {
	padding-top: 60px;
}
.inteam .catname .en {
	color: #ffffff;
	margin: 0 20px auto;
}
.inteam .catname .line {
	background: url('../images/teamcatname.png') no-repeat center;
}
.inteam .desc p {
	color: #dedede;
}
/* picMarquee-left */
.picMarquee-left {
	position: relative;
	margin-top: 60px;
}
.picMarquee-left .hd .prev, .picMarquee-left .hd .next {
	position: absolute;
	top: 210px;
	display: block;
	width: 60px;
	height: 100px;
	cursor: pointer;
}
.picMarquee-left .hd .prev {
	background: url(../images/arrow.png) no-repeat 0 0;
	left: -100px
}
.picMarquee-left .hd .next {
	background: url(../images/arrow.png) no-repeat -90px 0;
	right: -100px
}
.picMarquee-left .bd {
	overflow: hidden;
}
.picMarquee-left .bd ul li {
	margin-right: 35px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.picMarquee-left .bd ul li span {
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
}
.picMarquee-left .bd ul li p {
	font-size: 16px;
	color: #999999;
	line-height: 30px;
}
.picMarquee-left .bd ul li img {
	margin-top: 20px;
	width: 250px;
	height: 380px;
}
/*新闻中心*/
.innew {
	margin-top: 90px;
}
.gshy {
	margin-top: 60px;
	width: 715px;
	height: 265px;
	float: left;
}
.gshy .more {
	display: block;
	width: 70px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	float: right;
	color: #999999;
	border: 1px solid #999999;
	background: #f2f2f2;
	font-size: 12px;
	border-radius: 3px;
}
.newEq {
}
.newEq li {
	width: 100px;
	float: left;
	color: #555555;
	font-size: 16px;
	text-align: center;
}
.newEq li.neweqCur {
	color: #7d1f23;
}
.newcont {
	margin: 25px auto;
}
.newcont .cont {
	display: none;
}
.newcont .cont .img {
	width: 270px;
	height: 215px;
	float: left;
}
.newcont .cont .img img {
	width: 270px;
	height: 215px;
}
.newcont .newlist {
	width: 380px;
	margin-left: 45px;
	float: left;
}
.newcont .newlist li {
	height: 35px;
	line-height: 35px;
	width: 100%;
	float: left;
	font-size: 14px;
	padding-left: 20px;
	background: url('../images/icon.png') no-repeat 0 12px;
}
.newcont .newlist li a {
	display: block;
}
.newcont .newlist li a span {
	display: block;
	float: left;
	color: #666666;
}
.newcont .newlist li a time {
	color: #999999;
	float: right;
	height: 35px;
	line-height: 35px;
	display: block;
	text-align: center;
	font-size: 12px;
}
.zxbk {
	margin-top: 60px;
	width: 325px;
	float: left;
	margin-left: 60px;
}
.zxbk .encycat span {
	font-size: 16px;
}
.zxbk .more {
	display: block;
	width: 70px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	float: right;
	color: #999999;
	border: 1px solid #999999;
	background: #f2f2f2;
	font-size: 12px;
	border-radius: 3px;
}
.zxbk .inencylist li {
	height: 43px;
	line-height: 43px;
	color: #888888;
	font-size: 16px;
}
.zxbk .inencylist li i {
	display: block;
	width: 30px;
	height: 43px;
	float: left;
	color: #7d1f23;
	font-style: normal;
}
.zxbk .inencylist li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #7e7e7e;
}
/*友情链接*/
.link {
	height: 45px;
	padding: 20px 0 20px 0;
}
.link span {
	display: block;
	height: 18px;
	line-height: 18px;
	font-size: 16px;
	color: #222222;
}
.link a {
	line-height: 45px;
	font-size: 12px;
	color: #555555;
	margin-right: 25px;
}
.link a:last-child {
	margin-right: 0;
}
/*--------------Index end-----------------------*/

/*--------------Info start-----------------------*/

/*content*/
.positions {
	height: 40px;
	line-height: 40px;
	background: #f7f7f7;
}
.positions .width1075 {
	width: 1075px;
	margin: 0 auto;
	padding-left: 25px;
	background: url(../images/positions.png) left center no-repeat;
}
.positions .width1075 a {
	color: #000;
}
.positions .width1075 ul {
	float: right;
}
.positions .width1075 ul li {
	width: 95px;
	height: 40px;
	float: left;
}
.positions .width1075 ul li a {
	display: block;
	width: 100%;
	height: 100%;
	float: left;
	text-align: center;
}
.positions .width1075 ul li a.active, .positions .width1075 ul li a:hover {
	display: block;
	background: #1285f2;
	color: #ffffff;
}
.contRight {
	float: right;
	width: 100%;
}
/*内容详情*/
.newinfo {
	padding: 0 30px;
}
.newinfo h3 {
	font-size: 16px;
	line-height: 25px;
	padding-top: 30px;
	text-align: center;
}
.newinfo time {
	display: block;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #acacac;
	margin: 15px;
}
.newinfoText {
	line-height: 25px;
	padding: 5px 0;
}
.newinfoText img {
	text-align: center;
}
.newinfo td {
	padding: 10px 0;
}
.newinfo td a {
	color: #000;
}
.newlist .new-nav {
	width: 200px;
}
.jianTitle {
	height: 35px;
	line-height: 35px;
	padding-left: 25px;
	background: url(../images/jian.jpg) left center no-repeat;
	font-size: 14px;
	font-weight: bold;
}
.jianList a {
	display: block;
	padding: 5px 0;
}
/*positions*/
.new {
	padding-left: 20px;
}
.new ul {
	margin: 10px 0 0 0;
}
.new li {
	height: 40px;
	line-height: 40px;
	position: relative;
	border-bottom: #ddd 1px solid;
}
.new li span {
	position: absolute;
	right: 0;
	top: 0;
}
.new li a {
	color: #333;
}
.article, .product {
	padding: 15px;
}
.article h3 {
	height: 45px;
	width: 100%;
	line-height: 33px;
	font-size: 20px;
	text-align: center;
}
.article img {
	text-align: center;
}
.article .catname {
	height: 45px;
	line-height: 45px;
}
/*category_photo*/
.product dl {
	float: left;
	width: 32.35%;
	margin: 10px 10px 5px 0;
}
.product dt {
	text-align: center;
}
.product dt img {
	height: 214px;
	border: 1px #fff solid;
	border-radius: 3px;
}
.product dd {
	text-align: center;
	height: 16px;
	line-height: 30px;
}
.product dd a {
	color: #000;
}

/*在线QQ*/

/*.clear{clear:both;}
#floatbox{position:fixed; width:151px; right:0; top:30%; z-index:9999; overflow:hidden; }
.content-box{float:right; width:120px;  }
.qq-top { width:120px; height:29px; background:url(../images/qq_top.gif) no-repeat;}
.qq-center {  height: 220px;width:108px; padding-left:5px; padding-right:5px; border-left:#68B5FD solid 1px;border-right:#68B5FD solid 1px; padding-top:5px; background:#fff;}
.qq-bottom { width:120px; height:20px; line-height:20px; text-align:center; color:#4B7FD5;  background:url(../images/qq_bottom.gif) no-repeat;}
.content-box h3{font-size:13px; font-family:microsoft yahei; color:#2460A3;line-height:20px; border-bottom:#D3DFED solid 1px; font-weight:normal;  text-align:center;}
.content-box h4{font-size:13px; font-family:microsoft yahei; line-height:30px; border-bottom:#EFEFEF solid 1px; font-weight:normal; color:#000000; text-align:center;}
.content-box p{font-size:14px; font-family:microsoft yahei; color:#D60101;  text-indent:12px; font-weight:normal; line-height:30px; }
.content-box ul{width:88px;  padding:0px 0px 0px 10px;}
.content-box li{list-style:none; line-height:28px; height:28px; overflow:hidden; padding: 5px 5px; padding-right:5px;}
.content-box .rightewm{line-height:100px; height:110px;padding:0;}
.content-box li span a{width:25px;  float:left; text-align:right; padding-top:5px; margin-right:10px;}
.QQ_close{float:right; width:29px; height:117px; background:url(../images/qq_left.gif) no-repeat; margin-top:28px; cursor:pointer;}
*/

/*--------------Info start-----------------------*/
