/*重置样式*/
body,dl,dt,dd,ul,li,p,h1,h2,h3,h4{
	margin:0; padding:0;
}
h1,h3,h4,b{ 
	font-weight:normal;
}
body{ 
	font-size:14px; font-family:"微软雅黑",Microsoft Yahei,helvetica,arial,sans-serif; color:#333333;
	min-width:1200px; overflow-x:hidden;
	background-color:#fff;
}
a{ 
	text-decoration:none; color:#333333; outline:none; cursor:pointer;
} 
a:focus,a:active{
	outline:none;
}
img{
	border:0;
}
ul,li{
	list-style:none;
}
table{
	border-spacing:0; border-collapse:collapse;
}
i,em{
	font-style:normal;
}
/*公共样式*/
.fl{ 
	float:left;
}
.fr{ 
	float:right;
}
.clear:after{ 
	display:block; height:0; content:"."; 
	clear:both; visibility:hidden;
}
.clear{ 
	zoom:1;
}
.ellipsis{
	display:block; white-space:nowrap; 
	text-overflow:ellipsis; overflow:hidden;
}
.wrap{ 
	width:1200px; 
	margin:0 auto;
}
.st{
	font-family:"宋体",helvetica,arial,sans-serif;
}

/*------------------------顶部样式------------------------*/
.topBox{ 
	width:100%; height:34px; 
	background-color:#000; 
	line-height:34px;
}
.topBox h1{
	color:#aaaaaa; font-size:12px;
}
.topBox ul{
	overflow:hidden;
	padding:8px 0;
}
.topBox ul li{
	float:left;
	height:18px; line-height:18px; color:#aaaaaa;
	padding-left:10px;
}
.topBox .bz{
	display:block;
	width:18px; height:18px;
	overflow:hidden;
	position:relative; left:0;
}
.topBox .bz img{
	position:relative;
}

/*------------------------导航样式------------------------*/
.navBox{
	width:100%; height:80px;
	background-color:#232323;
	border-bottom:1px solid #707070;
}
.navBox h1{
	margin-top:15px;
}
#nav{ 
	height:70px; 
	padding-top:10px;
	position:relative;
}
#nav li{
	float:left; 
	height:70px; 
	margin:0 36px;
}
#nav li > a{
	display:block; 
	width:100%; height:100%; 
	color:#fff; text-align:center; line-height:70px; 
	-webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;
}
#nav li:hover > a{
	color:#c74138;
}
#nav_line{ 
	position:absolute; bottom:-1px; left:0; z-index:5; 
	width:100px; height:2px; 
	background:#c74138; 
	opacity:0;
}

/*------------------------Banner样式------------------------*/
#kinMaxShow{ 
	height:500px; 
	overflow:hidden; 
	z-index:98;
}
#kinMaxShow .sub_1_1{ 
	display:block; 
	position:absolute; left:50%; margin-left:-363px; bottom:-498px; 
	opacity:0; filter:alpha(opacity=0);
}
#kinMaxShow .sub_1_2{ 
	display:block; 
	position:absolute; left:50%; margin-left:-162px; bottom:0; 
	opacity:0; filter:alpha(opacity=0);
}
#kinMaxShow .sub_1_3{ 
	display:block; 
	position:absolute; left:50%; margin-left:-268px; bottom:0; 
	opacity:0; filter:alpha(opacity=0);
}
#kinMaxShow .sub_1_4{ 
	display:block; 
	position:absolute; left:50%; margin-left:-79px; bottom:0; 
	opacity:0; filter:alpha(opacity=0);
}
#kinMaxShow .sub_2_1{ 
	display:block; 
	position:absolute; left:0; bottom:335px; 
	opacity:0; filter:alpha(opacity=0);
}
#kinMaxShow .sub_2_2{ 
	display:block; 
	position:absolute; left:0; bottom:237px; 
	opacity:0; filter:alpha(opacity=0);
}
#kinMaxShow .sub_2_3{ 
	display:block;
	position:absolute; left:0; bottom:190px; 
	opacity:0; filter:alpha(opacity=0);
}
#kinMaxShow .sub_2_4{ 
	display:block;
	position:absolute; left:0; bottom:100px; 
	opacity:0; filter:alpha(opacity=0);
}
#kinMaxShow .sub_3_1{ 
	display:block; 
	position:absolute; left:0; bottom:325px; 
	opacity:0; filter:alpha(opacity=0);
}
#kinMaxShow .sub_3_2{ 
	display:block; 
	position:absolute; left:50%; margin-left:-225px; bottom:0; 
	opacity:0; filter:alpha(opacity=0);
}
#kinMaxShow .sub_3_3{ 
	display:block; 
	position:absolute; left:50%; margin-left:-179px; bottom:0; 
	opacity:0; filter:alpha(opacity=0);
}
#kinMaxShow .sub_3_4{ 
	display:block; 
	position:absolute; left:50%; margin-left:-107px; bottom:0; 
	opacity:0; filter:alpha(opacity=0);
}

/*------------------------产品样式------------------------*/
.grayBox{
	width:100%;
	background-color:#f1f1f1;
	padding:60px 0 50px 0;
}
.indexTitle{
	margin:0 auto;
	width:761px;
}
.indexTitle p{
	color:#666; font-size:16px;
	text-align:center;
	margin:16px 0 50px 0;
}
.proList{
	overflow:hidden;
	width:1220px;
}
.proList li{
	float:left;
	border:1px solid #e9e9e9;
	width:222px; height:278px;
	background-color:#fff;
	margin-right:20px;
	position:relative;
	overflow:hidden;
}
.proList li img{
	position:absolute; top:-147px;
}
.proTop{
	width:224px; height:146px;
	text-align:center; color:#555;
	position:relative; z-index:3;
	background:url(../Images/cir01.png) left 106px no-repeat;

}
.proTop h3{
	font-size:18px;
	padding:20px 0 6px 0;
	-webkit-transition:0.5s; -moz-transition:0.5s; transition:0.5s;
}
.proTop span{
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
	-webkit-transition:0.5s; -moz-transition:0.5s; transition:0.5s;
}
.proTop i{
	display:block;
	width:64px; height:64px;
	margin:10px 0 0 79px;
	-webkit-transition:0.5s; -moz-transition:0.5s; transition:0.5s;
	*margin:8px 0 0 -1px;
}
.proTop i.icon01{
	background-image:url(../Images/pro01.png);
}
.proTop i.icon02{
	background-image:url(../Images/pro02.png);
}
.proTop i.icon03{
	background-image:url(../Images/pro03.png);
}
.proTop i.icon04{
	background-image:url(../Images/pro04.png);
}
.proTop i.icon05{
	background-image:url(../Images/pro05.png);
}
.proList li p{
	text-align:center; color:#555;
	padding:28px 0;
}
.proList li a{
	display:block;
	width:118px; height:28px;
	border:1px solid #e9e9e9;
	line-height:28px; text-align:center; color:#666;
	margin:0 auto;
	-webkit-transition:0.5s; -moz-transition:0.5s; transition:0.5s;
}
.proList li:hover i{
	-webkit-transition:0.5s; -moz-transition:0.5s; transition:0.5s;
}
.proList li:hover i.icon01{
	background-image:url(../Images/proH01.png);
}
.proList li:hover i.icon02{
	background-image:url(../Images/proH02.png);
}
.proList li:hover i.icon03{
	background-image:url(../Images/proH03.png);
}
.proList li:hover i.icon04{
	background-image:url(../Images/proH04.png);
}
.proList li:hover i.icon05{
	background-image:url(../Images/proH05.png);
}
.proList li:hover h3,.proList li:hover span{
	color:#fff;
	-webkit-transition:0.5s; -moz-transition:0.5s; transition:0.5s;
}
.proList li:hover a{
	background-color:#3394ed;
	border-color:#3394ed;
	color:#fff;
	-webkit-transition:0.5s; -moz-transition:0.5s; transition:0.5s;
}

/*------------------------简介样式------------------------*/
.aboutBox{
	width:100%; height:460px;
	background:url(../Images/aboBg.jpg) center center no-repeat;
	padding:60px 0 0 0;
}
.aboutBox .indexTitle p{
	color:#fff;
}
.aboList{
	width:1218px;
	overflow:hidden;
}
.aboList li{
	float:left;
	width:388px; height:281px;
	margin-right:18px;
	position:relative;
}
.aboList li img.aboImg{
	display:block;
	width:388px; height:260px;
}
.aboList li .text{
	width:388px; height:60px;
	background-color:#535353;
	position:absolute; left:0; bottom:21px;
	text-align:center;
	opacity:0.8; filter:alpha(opacity=80);
}
.aboList li .text h3{
	color:#fff;
	height:38px; line-height:38px;
}
.aboList li .text p{
	margin:0 20px;
	color:#fff;
	line-height:28px;
	display:none;
}
.aboList li a{
	display:block;
	width:42px; height:42px;
	position:absolute; left:50%; margin-left:-21px; bottom:0;
}

/*------------------------案例样式------------------------*/
.caseList{
	overflow:hidden;
	width:1212px;
}
.caseList li{
	float:left;
	width:392px; height:298px;
	margin:0 12px 20px 0;
}
.caseList li .figure{
	position:relative; z-index:1;
	overflow:hidden;
	width:100%; height:248px;
	background:#000;
	text-align:center;
	margin:0 !important;
}
.caseList li .figure img{
	position:relative;
	display:block;
	width:100%; min-height:100%;
	opacity:1.5;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}
.caseList li .figcaption{
	padding:29px 28px;
	position:absolute; left:0; top:0;
	width:336px; height:190px;
	color: #fff;
    text-transform: uppercase;
    font-size:15px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.caseList li .figcaption:before{
	opacity: 0;
	position: absolute; top: 30px; right: 30px; bottom: 30px; left: 30px;
    border: 1px solid #fff;
    content: '';
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.caseList li h4{
	font-family:Arial, Helvetica, sans-serif; font-size:18px;
	margin:60px 0 20px 0;
	height:44px; overflow:hidden;  
	opacity: 0;
    -webkit-transform:scale(1.5);
    transform:scale(1.5);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.caseList li p{
    margin:0 auto;
    max-width:200px; height:40px; overflow:hidden;
	font-size:14px;
	opacity: 0;
    -webkit-transform:scale(1.5);
    transform:scale(1.5);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.caseList li h3{
	background-color:#fff;
	width:368px;height:50px;
	padding:0 12px;
	overflow:hidden;
	line-height:50px; font-size:16px; text-align:center; color:#666;
}
.caseList li:hover img {
	opacity:0.5;
	-webkit-transform:scale(1);
	transform:scale(1);
}
.caseList li:hover .figcaption:before,
.caseList li:hover p,.caseList li:hover h4{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.caseList li:hover h3{
	background-color:#000;
	color:#fff;
}
.buttonLink{
	display:block;
	position:relative; 
	font-size:15px; color:#666; font-weight:bold; text-align:center; line-height:20px;
	width:160px; height:40px;
	border:1px solid rgba(102,102,102,1);
	margin:20px auto 0 auto; padding:10px;
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
	-webkit-transition:0.4s;-o-transition:0.4s;transition:0.4s;
}
.buttonLink:hover{
	border:1px solid #666; color:#333;
}
.buttonLink .line{
	display:inline-block;
	background-color:#333;
	position:absolute;
	-webkit-transition:0.3s ease; -o-transition:0.3s ease; transition:0.3s ease;
}
.buttonLink .lineTop{
	width:0; height:1px;
	left:-50%;top:-1px;
}
.buttonLink:hover .lineTop{
	width:100%; left:-1px;
}
.buttonLink .lineRight{
	width:1px; height:0;
	top:-50%; right:-1px;
}
.buttonLink:hover .lineRight{
	height:100%; top:-1px;
}
.buttonLink .lineBottom{
	width:1px; height:0;
	bottom:-50%; left:-1px;
}
.buttonLink:hover .lineBottom{
	height:100%; bottom:-1px;
}
.buttonLink .lineLeft{
	height:1px; width:0;
	right:-50%; bottom:-1px;
}
.buttonLink:hover .lineLeft{
	width:100%; right:-1px;
}

/*------------------------新闻样式------------------------*/
.newsBox{
	width:100%; height:638px;
	background:url(../Images/newsBg.jpg) center center no-repeat;
	padding:60px 0 0 0;
}
.newsBox .indexTitle p{
	color:#fff;
}
.newsList{
	overflow:hidden;
	width:1216px;
}
.newsList li{
	float:left;
	width:288px; height:320px; 
	margin-right:16px;
	color:#fff;
	position:relative;
	overflow:hidden;
}
.newsList li .newsWord{
	padding:10px 22px;
	width:244px;
}
.newsWord span{
	display:block;
	width:70px; height:66px;
	border:1px solid #fff; border-radius:4px;
	padding:16px 0 0 12px;
}
.newsWord em{
	display:block;
	font-size:20px;
}
.newsWord h3 a{
	display:block;
	color:#fff; font-size:14px;
	margin:21px 0;
	height:20px; overflow:hidden;
}
.newsWord p{
	font-size:12px; line-height:24px; color:#bbb;
	height:96px; overflow:hidden;
}
.newsWord .more{
	display:block;
	width:34px; height:34px;
	background:url(../Images/more.png) no-repeat;
	margin-top:24px;
}
.newsHover{
	width:288px; height:320px;
	overflow:hidden;
}
.newsHover img{
	display:block;
	width:288px; height:180px;
	position:absolute; left:0; top:-180px;
}
.newsInfo{
	width:248px;; height:140px;
	background-color:#000022;
	padding:0 20px;
	position:absolute; left:0; bottom:-140px;
}
.newsInfo h3 a{
	display:block;
	color:#fff; font-size:14px;
	padding-top:18px; margin:0 0 16px 0;
	height:20px; overflow:hidden;
}
.newsInfo p{
	height:72px;
	font-size:12px; color:#bbb; line-height:24px;
	overflow:hidden;
}
.newsBox .buttonLink{
	margin-top:60px;
	color:#bbb; border-color:#bbb;
}
.newsBox .buttonLink:hover{
	border:1px solid #bbb; color:#fff;
}
.newsBox .buttonLink .line{
	background-color:#fff;
}

/*------------------------联系样式------------------------*/
.whiteBox{
	width:100%;
	background-color:#fff;
	padding:60px 0 0 0;
}
.conMess{
	width:426px;
}
.conMess li{
	line-height:30px;
	padding-left:42px; margin-bottom:20px;
}
.conMess li.con01{
	background:url(../Images/con01.jpg) no-repeat;
}
.conMess li.con02{
	background:url(../Images/con02.jpg) no-repeat;
}
.conMess li.con03{
	background:url(../Images/con03.jpg) no-repeat;
}
.conMess li.con04{
	background:url(../Images/con04.jpg) no-repeat;
}
.conForm{
	width:726px;
}
.conForm input[type=text]{
	width:334px; height:32px;
	line-height:32px;
	border:1px solid #6d6d88;
	padding:0 10px; margin-bottom:15px;
}
.conForm textarea{
	display:block;
	width:720px; height:96px;
	border:1px solid #6d6d88;
	margin-bottom:26px;
}
.conForm input[type=submit]{
	width:726px; height:40px;
	line-height:40px; color:#fff; text-align:center; font-size:16px; font-family: "微软雅黑","Microsoft Yahei";
	background-color:#63637f; border:0; cursor: pointer;
}

/*------------------------地图样式------------------------*/
.mapBox{
	position:relative;
	margin-top:140px;
}
.mapSmall{
	background:url(../Images/mapS.jpg) center top;
	height:76px;
	text-align:center; overflow:hidden;
}
.mapBox .click{
	display:block;
	color:#fff; font-size:18px; text-align:center; line-height:86px;
}
.mapBox em{
	display:block;
	background:url(../Images/arrow.jpg) center top no-repeat;
	width:100%; height:15px;
	position:absolute; left:0; top:-25px;
}
.mapPop{
	display:none;
	width:100%; height:530px;
	position:absolute; left:0; bottom:0;
}
.clickDown{
	background:url(../Images/mapDown.png) no-repeat;
	width:112px; height:48px;
	display:block;
	position:absolute; left:50%; margin-left:-50px; top:0px; z-index:99;
}

/*------------------------底部样式------------------------*/
.footBox{
	width:100%;
	background-color:#151515;
	border-top:5px solid #070728;
	padding:56px 0 50px 0;
}
.footBox .wrap{
	overflow:hidden;
}
.footBox dl.fn{
	float:left;
	margin-right:112px;
}
.footBox dt h3{
	font-size:14px;
	color:#fff;
}
.footBox dt span{
	display:block;
	width:16px; height:1px;
	background-color:#8e959b;
	margin:20px 0 10px 0;
}
.footBox dd a{
	color:#8e959b; font-size:12px;
	line-height:34px;
	-webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;
}
.footBox dd:hover a{
	color:#fff;
	-webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;
}
.footBox dl.double{
	width:194px;
	margin-right:34px;
}
.double dd a{
    float:left;
    padding-right:40px;
    white-space:nowrap;
}
.wxBox{
	float:left;
	width:128px; height:128px;
	background:url(../Images/box.png) no-repeat;
	margin:8px 75px 0 16px;
}
.wxBox img{
	display:block;
	width:100px; height:100px;
	margin:14px 0 0 14px;
}
.conBox{
	float:left;
}
.conBox dl{
	overflow:hidden;
}
.conBox dt{
	color:#fff;
	margin-bottom:16px;
}
.conBox dd{
	float:left; height:24px;
	margin-right:12px;
}
.conBox dd .bz{
	display:block;
	width:24px; height:24px; overflow:hidden;
	position:relative; left:0;
}
.conBox dd img{
	position:relative;
}
.conBox h2{
	font-size:24px; color:#fff; font-weight:normal;
	margin:25px 0 5px 0;
}
.conBox p{
	font-size:16px; color:#a5a5ac;
}

/*------------------------版权样式------------------------*/
.copyBox{
	width:100%; height:40px;
	line-height:40px; color:#c2c2c3; font-size:12px;
	background-color:#000;
}
.copyBox a{
	color:#c2c2c3;
	-webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;
}
.copyBox a:hover{
	color:#fff;
	-webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;
}

/*------------------------内页样式------------------------*/
	/*  标题Banner导航  */
.innerBanner{
	height:320px;
}
.innerNav{
	border:1px solid #e0e0e0;
	overflow:hidden;
	text-align:center;
	height:52px;
	background-color:#fff;
	position:relative;
}
.innerNav a{
	display:block;
	float:left;
	height:50px;
	line-height:50px; text-align:center; color:#777; font-size:16px;
	padding:0 63px;
	border-bottom:2px solid #fff;
	-webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;
}
.innerNav a.on,.innerNav a:hover{
	border-bottom:2px solid #47a3f6;
	-webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;
}
	/*  内页标题  */
.innerTitle{
	margin:0 auto;
	width:272px;
	*width:274px;
}
.inLongTitle{
	width:330px;
}
.innerTitle p{
	color:#666; font-size:18px;
	text-align:center;
	margin:18px 0 40px 0;
}
	/*  企业简介  */
.innerBox{
	padding:60px 0 70px 0;
}
.engList{
	overflow:hidden;
}
.engList li{
	float:left;
	width:300px;
	margin:0 auto;
	font-size:36px; font-family:Arial, Helvetica, sans-serif; color:#f65747; text-align:center; line-height:148px;
	cursor:pointer;
}
.engList li.cir01{
	color:#47a3f6;
}
.engList li.cir02{
	color:#fd9965;
}
.engList li.cir03{
	color:#39ba93;
}
.engList li i{
	display:block;
	width:148px; height:148px;
	border:1px solid #bbb; border-radius:50%;
	transition: background 0.2s, color 0.2s;
	position:relative; z-index:1; background-color:#fff;
	margin:10px auto 50px auto;
}
.engList li i:before{
	width:40px; height:40px;
    display: block;
    position: absolute; top: 50%; left: 50%;
    content: '';
    margin: -20px 0 0 -20px;
}
.engList li i:after{
	pointer-events: none;
    position: absolute; top: -7px; left: -7px;
    width: 100%; height: 100%;
    border-radius: 50%; box-shadow: 0 0 0 4px #f65747;
    content: '';
    box-sizing: content-box;
	padding: 7px; opacity: 0;
    transition: transform 0.2s, opacity 0.2s; transform: scale(.8);
}
.engList li i:hover {
	border:1px solid #fff;
}	
.engList li i:hover:after{
	transform: scale(1);
    opacity: 1;
}	
.engList li.cir01 i:hover:after{
	box-shadow: 0 0 0 4px #47a3f6;
}
.engList li.cir02 i:hover:after{
	box-shadow: 0 0 0 4px #fd9965;
}
.engList li.cir03 i:hover:after{
	box-shadow: 0 0 0 4px #39ba93;
}
.innerWord p{
	text-align:center; line-height:32px; font-size:16px; color:#999;
}
	/*  发展历程  */
.blueBox{
	width:100%;
	background-color:#3290e5;
	padding:60px 0 80px 0;
}
.blueBox .innerTitle p{
	color:#fff;
}
.timeLine{
	margin:0 0 0 81px;
}
	/*  荣誉资质  */
.aboutHonor{ 
	overflow:hidden; 
	margin-left:54px;
}
.aboutHonor li{ 
	float:left; margin-left:59px;
}
.aboutHonor li:first-child{ 
	margin-left:0;
}
.aboutHonor li.aboSide{ 
	padding-top:26px;
}
	/*  经营理念  */
.bbBox{
	width:100%; height:310px;
	background:url(../Images/bbBg.jpg) center center no-repeat #2681d2;
	margin-top:-27px; padding-top:138px;
	text-align:center;
}
.bbBox dd{
	font-size:24px; line-height:30px; color:#fff; 
	margin:20px 0 40px 0;
}
.aboBox{
	width:888px;
	margin:0 auto;
}
.aboBox p{
	 font-size:16px; line-height:30px; color:#666;
}
.aboBox p span{
	color:#f00;
}
.aboBg01{
	padding-top:60px;
}
	/*  洛枫优势  */
.yellowBox{
	background-color:#fff9ed;
}
.ys{
	width:660px;
	margin-top:40px;
}
.ys h3{
	font-size:32px; color:#23a6d1;
}
.ys p{
	font-size:18px; line-height:36px;
	margin-top:30px;
}
	/*  新闻动态  */
.inNewsList{
	overflow:hidden;
	width:1216px;
}
.inNewsList li{
	float:left;
	width:288px; height:320px;
	margin:0 16px 20px 0;
	background-color:#ededed;
}
.inNewsList li a{
	display:block;
	width:100%;
}
.inNewsList li .imgHeight{ 
	width:100%; height:180px; 
	overflow:hidden;
}
.inNewsList li img{
	display:block; 
	width:100%; height:auto; 
	transition:0.3s; overflow:hidden;
}
.inNewsList li .inNewsInfo{
	position:relative;
	height:140px;
	padding:0 20px;
	transition:0.3s;
}
.inNewsInfo h3{
	font-size:14px; color:#333; line-height:48px;
	height:48px; overflow:hidden;
}
.inNewsInfo p{
	font-size:12px; color:#666; line-height:24px;
	height:72px;
	overflow:hidden;
}
.inNewsInfo h3,.inNewsInfo p{ 
	transition:0.3s;
}
.inNewsList li:hover img{ 
	transform:scale(1.06);
}
.inNewsList li:hover h3{
	color:#fff;
}
.inNewsList li:hover p{
	color:#bbbbbe;
}
.inNewsList li:hover{
	background-color:#000022;
}
	/*  页码  */
.page{ 
	font-size:14px; text-align:center; 
	padding-top:10px; overflow:hidden;
}
.page .pageWrap{ 
	float:right;
}
.page span,.page a{ 
	display:block; height:20px; line-height:20px; 
	margin:0 6px;float:left; 
}
.page a:hover{ 
	color: #c74138; 
}
.page .current{ 
	color: #c74138; 
}
.page .disabled{ 
	color:#969696;
}
	/*  新闻详情  */
.innerGray{
	background-color:#f5f5f5;
	margin-top:-27px; padding-top:88px;
}
.viewBox{
	width:1120px;
	padding:40px;
	background-color:#fff;
}
.viewTitle{
	text-align:center; 
	border-bottom:#cccccc 1px dotted; 
	padding-bottom:20px; margin-bottom:20px;
}
.viewTitle h2{ 
	font-size:18px; line-height:22px; font-weight:normal;
	margin:0;
}
.viewTitle p{ 
	overflow:hidden; 
	font-size:12px; line-height:12px; color:#999999; 
	padding-top:12px;
}
.viewTitle span{ 
	padding-right:8px;
}
.viewCon img{
	max-width:100%;	
}
	/*  内页案例  */
.innerGray .caseList li h3{
	background-color:#e0e0e0;
}
.innerGray .caseList li:hover h3{
	background-color:#000;
}
	/*  客户留言  */
.leaveMess{ 
	margin-left:130px;
}
.tips{
	border:1px solid #ccc;
	padding:10px;
	background-color:#fff;
	margin-bottom:30px;
	width:860px;
}
.tips dt{
	font-weight:bold; color:#333; line-height:30px;
}
.tips dd{
	color:#666; line-height:30px;
}
.leaveMess div{
	overflow:hidden;
	margin:0 0 24px 80px;
}
.leaveMess label{
	vertical-align:top;
	height:32px;
	line-height:32px;
}
.leaveMess input[type=text]{
	width:300px; height:28px;
	line-height:28px;
	padding-left:12px;
	border:1px solid #ccc;
	outline:none;
}
.leaveMess input[type=checkbox]{
	margin:0; margin-top:10px; *margin-top:5px;
	cursor:pointer;
}
.leaveMess span{ 
	color:#ff0000; line-height:32px;
	padding-left:8px;
}
.leaveMess textarea{
	width:310px; height:120px;
	border:1px solid #ccc;
	outline:none;
}
.messBtn input[type=submit]{
	margin-left:78px; *margin-left:-133px;
}
.messBtn input{
	width:142px; height:32px;
	line-height:32px; text-align:center; font-size:14px; color:#fff;
	background-color:#ff4e07;
	padding:0; margin-right:30px; border:none; outline:none;
	cursor:pointer;
}
.messBtn input[type=reset]{
	background-color:#ddd; color:#333;
}
	/*  联系我们  */
.boxCon{
	overflow:hidden;
}
.boxCon li{
	float:left;
	width:320px; height:170px;
	padding:40px;
	text-align:center; color:#363636;
	cursor:pointer;	
}
.boxCon li.box01{
	background-color:#fafafa;
}
.boxCon li.box02{
	background-color:#f3f3f3;
}
.boxCon li.box03{
	background-color:#ebebeb;
}
.boxCon li i{
	display:block;
	width:45px; height:45px;
	overflow:hidden;
	margin:0 auto;
	-webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;
}
.boxCon li.box01 i{
	background:url(../Images/conIcon01.png) left top no-repeat;
}
.boxCon li.box02 i{
	background:url(../Images/conIcon02.png) left top no-repeat;
}
.boxCon li.box03 i{
	background:url(../Images/conIcon03.png) left top no-repeat;
}
.boxCon li h3{
	font-size:20px;
	height:60px; line-height:60px;
	padding-top:10px;
	-webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;
}
.boxCon li p{
	font-size:16px;
	padding-bottom:30px;
	-webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;
}
.boxCon li.box03 p{
	font-size:14px;
}
.boxCon li span{
	display:block;
	width:70px; height:2px;
	background-color:#e5493a;
	margin:0 auto;
	-webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;
}
.boxCon li:hover h3,.boxCon li:hover p{
	color:#fff;
	-webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;
}
.boxCon li:hover span{
	background-color:#fff;
	-webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;
}
.boxCon li:hover i{
	background-position:0 -45px;
	-webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;
}
.boxCon li.box01:hover{
	background:url(../Images/box01.jpg);
}
.boxCon li.box02:hover{
	background:url(../Images/box02.jpg);
}
.boxCon li.box03:hover{
	background:url(../Images/box03.jpg);
}
.leftInfo{
	padding:10px;
	background-color:#fff;
}

/*----------------------------漂浮样式----------------------------*/
.fixed{ 
	position:fixed; right:8px; bottom:100px; z-index:99;
	width:92px;border:1px solid #ececec; 
	background-color:#fff; 
	-webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;
}
.fixed a{ 
	display:block;
	height:80px;
	border-bottom:1px solid #ececec;
	font-size:12px; text-align:center; 
	-webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; 
	padding-top:6px; 
	position:relative;
}
.fixed a:hover{ 
	color:#fff; 
	background-color:#2680c4;
}
.fixed i{  
	display:block;
	width:40px; height:40px; 
	margin:0 auto 6px; 
	-webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;
}
.fixed a.icon01 i{
	background:url(../Images/icon01.png) no-repeat;
}
.fixed a.icon01:hover i{
	background-position:0 -40px;
}
.fixed .icon02 i{
	background:url(../Images/icon02.png) no-repeat;
}
.fixed .icon02:hover i{
	background-position:0 -40px;
}
.fixed .icon03 i{
	background:url(../Images/icon03.png) no-repeat;
}
.fixed .icon03:hover i{
	background-position:0 -40px;
}
.fixed a.icon04 i{
	background:url(../Images/icon04.png) no-repeat;
}
.fixed a.icon04:hover i{
	background-position:0 -40px;
}
.fixed .icon02 .out{ 
	display:none; 
	position:absolute; right:100%; top:50%; margin-top:-66px;
	border:1px solid #ececec;
	font-size:16px;
}
.fixed .icon02 .out p{ 
	padding:5px; 
	color:#36478c; text-align:left;
	width:120px; height:120px;  
	background-color:#fcfcfc;
}
.fixed .icon02 .out p img{
	display:block; 
	width:120px; height:120px;
}

.fixed .icon02,.fixed .icon03{ 
	height:80px; 
	border-bottom:1px solid #ececec; 
	display:block; 
	font-size:12px; text-align:center; 
	-webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; 
	padding-top:6px; 
	position:relative;
}
.fixed .icon02:hover,.fixed .icon03:hover{
	color:#fff; 
	background-color:#2680c4;
}
.fixed .icon02:hover .out,.fixed .icon03:hover .out{
	display:block;
}
.fixed .icon03 .out{ 
	display:none; 
	position:absolute; right:100%; top:0; bottom:0; 
	border:1px solid #ececec; 
	background-color:#fcfcfc; 
	font-size:16px; 
	padding:0 6px;
}
.fixed .icon03 .out p{ 
	padding:0 6px; padding-left:36px;
	color:#36478c; line-height:43px;
	width:160px; 
}
.fixed .icon03 .out p.phone{ 
	background:url(../Images/icon05.png) no-repeat 6px center; 
	border-bottom:1px dotted #d2d2d2;
}
.fixed .icon03 .out p.mail{ 
	background:url(../Images/icon06.png) no-repeat 6px center;
	text-align:right;
}
.fixed .icon03 .out p.mail a{ 
	height:auto; border:none; padding:0;
}
.lost{
	text-align:center;
	padding-left:300px;
}


