* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
}
div,ul,li,body,p{margin:0; padding: 0; font-size: 14px; font-family: "Microsoft Yahei", "微软雅黑", sans-serif;}
    .clearfix::after{ clear: both; display: block; height: 0; content: '';}
	ul,li{ list-style: none;}
h2{
	
	font-size:36px;}
a{
	color: #333;
}
.heng {
	background-color: #C13229;
	height: 2px;
	width: 100%;
	margin-bottom: 20px;
}	
.news-heading h3 {
	font-size: 28px;
	text-align: center;
	letter-spacing: 10px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.news-heading h3 small {
	display: block;
	letter-spacing: 0;
	font-family: auto;
	font-size: 24px;
	margin-top: 10px;
	color: #555;
	font-weight: normal;
}
.mingnuan img{ max-width:900px;}


/* 主导航 */
.rn-nav {
	list-style: none;
	background: #fff;
	line-height: 37px;
	height: 42px;
}

.rn-wrap {
    width: 1192px;
    margin: auto;
    position: relative;
}
.rn-nav ul {
	list-style: none;
	margin: auto;
	padding: 0;
}

.rn-nav ul>li {
	/*display: inline-block;*/
	float: left;
	cursor: pointer;
}

.rn-nav ul>li .dropmenu {
	position: absolute;
	background: #f7f7f7;
	z-index: 9999;
	left: 0;
	right: 0;
	padding: 20px;
	display: none;
}

.rn-nav ul>li .dropmenu dl {
	float: left;
	margin: 10px;
	width: 170px;
}

.rn-nav ul>li .dropmenu dl>dt>a {
	font-weight: bold;
	font-size: 14px;
	color: #ed1b23;
}

.rn-nav ul>li .dropmenu dl>dd {
	padding: 10px 0;
	line-height: 22px;
}

.rn-nav ul>li .dropmenu dl>dd>a {
	position: relative;
	display: block;
	color: #333;
}

.rn-nav ul>li>a {
	position: relative;
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 42px;
	padding: 0 30px;
}

.rn-nav ul>li>a>.line {
	position: absolute;
	height: 3px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ed1b23;
	width: 0;
	margin: auto;
}

.rn-nav ul>li.active>a>.line {
	width: 100%;
}

.rn-nav ul>li>a:hover {
	color: #ed1b25;
}

.rn-nav ul>li.nav-search {
	float: right;
	width: 193px;
	height: 42px;
}

.rn-nav ul>li.nav-search>a {
	position: absolute;
	padding: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #a1a1a1;
	border: none;
	width: 40px;
	cursor: pointer;
}

.rn-nav ul>li.nav-search>a>i {
	display: block;
	width: 24px;
	height: 24px;
	margin: 8px auto;
	background: url(../img/s2.png) no-repeat -255px 0;
}

.rn-nav ul>li.nav-search>.nav-search-bar {
	position: absolute;
	right: 40px;
	width: 0;
	overflow: hidden;
}

.rn-nav ul>li.nav-search>.nav-search-bar>input {
	width: 100%;
	height: 42px;
	padding: 0 10px;
	border: solid 2px #a1a1a1;
	background: none;
}

/* 工程案例*/
.prj-heading {
	font-size: 22px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.prj-cate {
	margin: -10px;
	padding: 20px;
	list-style: none;
}

.prj-cate>li {
	position: relative;
	float: left;
	background: #f7f7f7;
	border: solid 1px #ebebeb;
	height: 430px;
	overflow: hidden;
	margin: 10px;
	line-height: 24px;
}

.prj-cate>li>a.thumb {
	display: block;
	margin-bottom: 15px;
}

.prj-cate>li>a.thumb>img {
	width: 270px;
	height: 175px;
	max-width: 270px;
	max-height: 175px;
}

.prj-cate>li>a.title {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 15px;
}

.prj-cate>li>a.title>b {
	display: block;
	border-bottom: solid 2px #ed1b23;
	width: 32px;
	padding: 5px 0;
}

.prj-cate>li>.text {
	margin: 15px 0;
	padding: 0 15px;
	height: 180px;
  	overflow-y: auto;
}


.prj-cate-hwxm {
	margin: -6px;
	padding: 20px;
	list-style: none;
}

.prj-cate-hwxm>li {
	position: relative;
	float: left;
	background: #f7f7f7;
	border: solid 1px #ebebeb;
	width: 270px;
	height: 340px;
	overflow: hidden;
	margin: 9px;
}

.prj-cate-hwxm>li>a.thumb {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	z-index: 1;
}

.prj-cate-hwxm>li>a.thumb>img {
	width: 100%;
	height: 100%;
}

.prj-cate-hwxm>li>.tbox {
	position: absolute;
	bottom: 20px;
	left: 15px;
	right: 15px;
	z-index: 5;
	background: rgba(255,255,255, 0.6);
	padding: 6px;
}

.prj-cate-hwxm>li>.tbox>.ttc {
	background: #fff;
	overflow: hidden;
	text-align: center;
	padding: 15px;
}

.prj-cate-hwxm>li a.title {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.prj-cate-hwxm>li a.title>b {
	display: block;
	border-bottom: solid 2px #ed1b23;
	width: 32px;
	margin: 10px auto;
}


.prj-flow {
	margin: -4px;
	padding: 20px;
	list-style: none;
}

.prj-flow>li {
	position: relative;
	float: left;
	width: 285px;
	height: 240px;
	overflow: hidden;
	margin: 4px;
}

.prj-flow>li>.item {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 30px 20px;
}

.prj-flow>li>.item>b {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: solid 1px #fff;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}

.prj-flow>li>.item>h4 {
	font-size: 18px;
	font-weight: bold;
	padding: 8px 0;
}

.prj-flow>li>.item>p {
	font-size: 13px;
	line-height: 2em;
}

.prj-flow>li>.item>p a {
	color: #8ad6e4;
}

.prj-flow>li:last-child {
	width: 255px;
}

.prj-flow>li:last-child>.item {
	background: none;
}

.prj-flow>li:last-child>.item>b {
	display: none;
}

.prj-flow>li:last-child>.item>h4 {
	font-size: 16px;
}

.prj-flow>li:last-child>.item>h4>i {
	display: block;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	margin-top: 6px;
}

.prj-flow>li:last-child>.item>p {
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
}

.prj-show-more {
	position: absolute;
	display: block;
	bottom: 10px;
	right: 10px;
}

.prj-all-list {
	overflow: hidden;
	list-style: none;
	padding: 0;
	width: 620px;
	line-height: 1em;
	text-align: center;
}

.prj-all-list li {
	margin: 0;
	/*float: left;*/
	display: inline-block;
	height: 32px;
	overflow: hidden;
}

.prj-all-list li a {
	text-align: center;
	display: block;
	width: 200px;
	line-height: 32px;
	background: #fff;
	margin: 1px;
	/*padding: 8px;*/
	vertical-align: middle;
}





.idx-cate {
	border-bottom: solid 1px #ddd;
	margin-bottom: 50px;
}

.idx-cate .rn-wrap {
	width: 1040px;
	margin: auto;
}

.idx-cate a {
	display: inline-block;
	color: #333;
	font-size: 14px;
	width: 130px;
	height: 150px;
	margin: 0 18px;
	padding: 15px 0;
	text-align: center;
}

.idx-cate a:hover {
	color: #fff;
}

.idx-cate a>i {
	display: block;
	width: 82px;
	height: 82px;
	margin: auto;
	margin-bottom: 10px;
	background: url(../img/p-icon.png) no-repeat;
}

.idx-cate a.cate1>i {
	width: 70px;
	background-position: 6px -5px;
}
.idx-cate a.cate1:hover {
	background: #4598b0;
}

.idx-cate a.cate2>i {
	background-position: -55px -5px;
}
.idx-cate a.cate2:hover {
	background: #ce6f73;
}

.idx-cate a.cate3>i {
	background-position: -138px -5px;
}
.idx-cate a.cate3:hover {
	background: #6ba59d;
}

.idx-cate a.cate4>i {
	background-position: -207px -5px;
}
.idx-cate a.cate4:hover {
	background: #a563b1;
}
.idx-cate a.cate5>i {
	background-position: -286px -5px;
}
.idx-cate a.cate5:hover {
	background: #c99e6b;
}
.idx-cate a.cate5:hover>i {
	background-position: -286px -85px;
}

.idx-cate a.cate6>i {
	width: 105px;
	background-position: -375px 0;
}
.idx-cate a.cate6:hover {
	background: #6495b8;
}

.idx-heading {
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 4px;
	margin-bottom: 50px;
}

.idx-heading big {
	font-size: 36px;
	color: #ed1b23;
	border-bottom: solid 2px #333;
	letter-spacing: 0;
	margin: 0 5px;
	padding: 5px 0;
}

/*	
.idx-adv2>li {
	list-style: none;
	float: left;
	width: 25%;
	height: 250px;
	overflow: hidden;
	text-align: center;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}*/
	.idx-adv2 {
		width:1300px;
		margin: auto;
		margin-bottom: 70px;
		overflow: hidden;
	}

	.idx-adv2>li {
	list-style: none;
	float: left;
	width: 50%;
	height: 250px;
	overflow: hidden;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 7px;
	} 
.idx-adv2>li img{ width:100%;}

.idx-adv2>li>a {
	display: block;
	height: 100%;
	padding-right: 20px;
	padding-left: 20px;
}
	
@media only screen and (min-width: 1040px) and (max-width:2800px) {
.header{
	width: 100%;
	background-color: #f3f3f4;
}
#contain{ display:none;}
.logo .sxian,.banner .sxian{display:none;}
.top {
	width: 1300px;
	height: 71px;
	margin: auto;
}

.logo {
	width: 310px;
	height: 71px;
	float: left;
}

.dh {
	width: 824px;
	height: 70px;
	float: right;
	border-bottom: 1px #f3f3f4 solid;
}

.dh ul li {
	width: 117px;
	height: 70px;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 85px;
	text-align: center;
	float: left;
}

.dh ul li a {
	color: #000000;
	display: block;
}

.dh ul li:hover {
	background-image: url(../img/h.jpg);
}

.dh ul li a:hover {
	color: #fff;
}

.banner {
	width: 100%;
	height: 760px;
	margin: 1px auto 4px;
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
	background-position-x: center;
}
/*banner开始*/
.fullSlide {
	width: 100%;
	position: relative;
	height: 760px;
	background: #000;
	z-index: 8;
	overflow: hidden;
}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullSlide .bd ul {
	width: 100% !important;
	overflow: hidden;
}
.fullSlide .bd li {
	width:100% !important;
	height:760px;
	overflow:hidden;
	text-align:center;
}
.fullSlide .bd li a {
	display:block;
	height:760px;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:30px;
	line-height:30px;
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:42px;
	height:11px;
	margin:1px;
	overflow:hidden;
	background:#000;
	filter:alpha(opacity=50);
	opacity:0.5;
	line-height:999px;
}
.fullSlide .hd ul .on {
	background:#f00;
}
.fullSlide .prev,.fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -45px;
	left: 5%;
	z-index: 1;
	width: 60px;
	height: 90px;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
	background-color: #000;
	background-image: url(../img/slider-arrow.png);
	background-repeat: no-repeat;
	background-position: -116px -122px;
}
.fullSlide .next {
	left:auto;
	right:5%;
	background-position:3px -122px;
}
/*结束*/

.promos figcaption{
            margin: 0 auto;
            display: block;
            transition: all 0.8s ease-in-out;
            -webkit-transition: all 0.8s ease-in-out;
            -moz-transition: all 0.8s ease-in-out;
            -o-transition: all 0.8s ease-in-out;
        }
.promos figcaption:hover{
    transform:rotate(360deg);
    -ms-transform:rotate(360deg); 	/* IE 9 */
    -moz-transform:rotate(360deg); 	/* Firefox */
    -webkit-transform:rotate(360deg); /* Safari 和 Chrome */
    -o-transform:rotate(360deg); 	/* Opera */

}

.t {
	width: 100%;
	height: 752px;
	margin: auto;
}

.t1 {
	width: 764px;
	height: 400px;
	float: left;
}

.t2 {
	width: 516px;
	height: 400px;
	float: left;
}

.t3 {
	width: 640px;
	height: 400px;
	float: left;
}

.t4 {
	width: 640px;
	height: 350px;
	float: left;
	padding-top: 2px;
}

.bt {
	width: 420px;
	height: 80px;
	margin: 38px auto 0px auto;
	position: relative;

}
.red {
	color: #c01a1e;
}
.tit {
	width: 420px;
	height: 23px;
	letter-spacing: 0.2em;
	text-align: center;
	padding-bottom: 3px;
}

.k_1 {
	width: 418px;
	height: 40px;
	border: 1px dashed #000;
}
.text_k {
	width: 220px;
	height: 40px;
	background: #ffffff;
	letter-spacing: 0.35em;
	text-align: center;
	position: absolute;
	top: 40px;
	left: calc(75% - 220px);
}
.j {
	width: 1304px;
	height: 380px;
	margin: 40px auto 30px;
}
.j .p{
	text-align: center;
	font-family: 微软雅黑;
	font-size: 18px;
	padding-top: 150px;
	color: #666;
}
.j .h{
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	color: #a5a5a5;
}
.j .x{
	text-align: center;
	font-family: "微软雅黑";
	font-size: 12px;
	padding-top: 40px;
	line-height: 25px;
	color: #716f70;

}
.j .t{
	display: block;
	height: 2px;
	width: 120px;
	background-color: #CCC;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;	
	}
.j a{
	width: 320px;
	height: 380px;
	background-color: #f4f4f4;
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: center 25px;
	}

.j a:hover{
	background-color: #999999;
	-moz-box-shadow: 2px 2px 2px #888888; /* 老的 Firefox */
	box-shadow: 2px 2px 2px #888888;
	}

.j .j1 {
	background-image: url(../img/j1.png);
}
.j .j2 {
	margin-left: 8px;
	background-image: url(../img/j2.png);

}
.j .j3 {
	margin-left: 8px;
	background-image: url(../img/j3.png);

}
.j .j4 {
	margin-left: 8px;
	background-image: url(../img/j4.png);
}
.j .j1:hover {
	background-image: url(../img/j1_hover.png);
}
.j .j2:hover {
	background-image: url(../img/j2_hover.png);
}
.j .j3:hover {
	background-image: url(../img/j3_hover.png);
}
.j .j4:hover {
	background-image: url(../img/j4_hover.png);
}
.j a:hover .h{
	color: #FFFFFF;
}
.j a:hover .p{
	color: #FFFFFF;
}
.j a:hover .x{
	color: #FFFFFF;
}
.j a:hover .t{
	color: #FFFFFF;
}

.bz {
	width: 100%;
	height: 698px;
	margin: 0px auto 32px;
	padding-top: 42px;
	background-color: #000000;
}
.bz .com {
	background-image: url(../img/pingzhi.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 580px;
	margin: auto;
	width: 1300px;
}
.bz .com ul li {
	float: left;
	width: 160px;
	margin-right: 1px;
	margin-left: 1px;
	margin-top: 50px;
}
.bz .com ul li .title {
	margin: auto;
	width: 116px;
	height: 116px;
	background-image: url(../img/pinbj.png);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 116px;
	text-align: center;
	color: #719b2f;
	font-size: 32px;
	font-family: "Microsoft YaHei";
}
.bz .com ul li .text {
	color: #cccccc;
	font-size: 12px;
	line-height: 30px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: "Microsoft YaHei";
	padding-top: 10px;
}
.bz .com ul .li2,.bz .com ul .li7 {
	margin-top: 200px;	
	}
.bz .com ul .li3,.bz .com ul .li6 {
	margin-top: 280px;	
	}
.bz .com ul .li4,.bz .com ul .li5 {
	margin-top: 320px;	
	}
	
.bz .com ul li:hover .title{
	color:#F00;
	
	}
.bt2 {
	width: 420px;
	height: 80px;
	margin: auto;
	position: relative;

}
.tit2 {
	width: 420px;
	height: 23px;
	letter-spacing: 0.2em;
	text-align: center;
	padding-bottom: 3px;
	color: #ffffff;
}

.k_2 {
	width: 418px;
	height: 40px;
	border: 1px dashed #ffffff;
}
.text_k2 {
	width: 220px;
	height: 40px;
	background: #000000;
	letter-spacing: 0.35em;
	text-align: center;
	position: absolute;
	top: 40px;
	left: calc(75% - 220px);
	color: #ffffff;
}
.gy{
	width: 100%;
	height: 488px;
	padding-top: 5px;
	background-image: url(../img/bj.jpg);
	background-repeat: no-repeat;
	background-position-x: center;
	margin: auto;
}
.gy .text_k3 {
	width: 210px;
	height: 40px;
	background: #fcfcfc;
	letter-spacing: 0.35em;
	text-align: center;
	position: absolute;
	top: 40px;
	left: calc(75% - 210px);
	color: #000;
}
.gy .gs{
	width: 1304px;
	height: 280px;
	margin: 40px auto 0px;
}
.gy .zi{
	width: 815px;
	height: 280px;float: left;
}
.gy .w{
	width: 815px;
	height: 240px;
	float: left;
}
.gy .w1{
	font-family: "微软雅黑";
	font-size: 18px;
}
.gy .w2{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #bcbcbc;
	padding-top: 18px;
	line-height: 26px;
}
.gy .an{
	width: 100px;
	height: 30px;
	background-color: #bcbcbc;
	float: left;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	letter-spacing: 0.2em;
	color: #fff;
	font-family: "微软雅黑";
}
.gy .tu{
	width: 455px;
	height: 280px;
	margin-left: 28px;
	float: left;
}

.huise{ background-color:#FFF !important;
background-image:none !important;}

.gc{
	width: 100%;
	height: auto;
	padding-top: 36px;
	background-image: url(../img/bj2.jpg);
	background-repeat: no-repeat;
	background-position-x: center;
}
.text_k4 {
	width: 210px;
	height: 40px;
	background-image: url(../img/bj2.jpg);
	background-position-y: -60px;
	letter-spacing: 0.35em;
	text-align: center;
	position: absolute;
	top: 40px;
	left: calc(75% - 210px);
	color: #fff;
}
.gct{
	width: 1304px;
	height: 400px;
	margin: 50px auto 0px;
}
.gct1{
	width: 320px;
	height: 400px;
	background-color: #c42e32;
	opacity: 0.7;
	float: left;
	text-align: center;
}
.border{
	width: 300px;
	height: 376px;
	border: 1px solid #fff;
	margin: 11px 10px;
	font-family: "微软雅黑";
	font-size: 20px;
	color: #fff;
	line-height: 40px;
}
.yuan{
	width: 37px;
	height: 37px;
	margin: 100px auto 40px;
	background-image: url(../img/shi.png);
}
.gct2{
	width: 320px;
	height: 400px;
	margin-left: 8px;
	background-image: url(../img/a1.jpg);
	float: left;
}
.xw{
	width: 100%;
	height: 560px;
}
.xw .xw1{
	width: 1300px;
	height: 390px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#tab a {
	float: left;
	width: 150px;
	text-align: center;
	font-size: 16px;
	line-height: 36px;
	height: 36px;
	margin-right: 10px;
	color: #FFF;
	background-color: #CCC;
	cursor:pointer;
}


.xw .xw_left{
	width: 680px;
	height: 400px;
	float: left;
	padding-top: 15px;
}
.xw  .xw_left .comn {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.xw .xw_left .comn .title {
	font-family: "Microsoft YaHei";
	font-size: 20px;
	line-height: 46px;
}
.xw .xw_left .comn .content {
	font-size: 14px;
	line-height: 30px;
	color: #999;
}
.xw .xw_right{
	width: 590px;
	height: 415px;
	margin-left: 29px;
	float: left;
}
.xw .xw_right_1{
	width: 590px;
	height: 110px;
	float: left;
	border-bottom: 1px solid  #cccccc;
}
.xw .sj{
	width: 80px;
	height: 97px;
	float: left;
	text-align: center;
	padding-top: 13px;
}
.xw .da{
	font-family: "微软雅黑";
	font-size: 45px;
	color: #cccccc;
}
.xw .xiao{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #cccccc;
}
.xw .xx{
	width: 500px;
	height: 100px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}
.xw .xx_1{
	font-family: "微软雅黑";
	font-size: 20px;
	padding-top: 10px;
}
.xw .xx_2{
	font-family: "微软雅黑";
	padding-top: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #cccccc;
}
.xw a{
	color: #333;
}
.bq{
	width: 100%;
	height: 370px;
	background-color: #545251;
}
.bq_1{
	width: 1304px;
	height: 370px;
	margin: auto;
}
.bq_left{
	width: 334px;
	height: 370px;
	background-image: url(../img/wx.jpg);
	float: left;
}
.bq_right{
	width: 970px;
	height: 370px;
	float: left;
}
.bq_right_1{
	width: 970px;
	height: 180px;
	float: left;
}
.dh2{
	width: 238px;
	height: 160px;
	padding-top: 18px;
	border-left:1px solid #212121 ;
	border-right:1px solid #212121 ;
	border-bottom:1px solid #212121 ;
	float: left;
}
.dh2 ul li{
	width: 240px;
	height: 30px;
	font-family: "微软雅黑";
	font-size: 14px;

	text-align: center;
}
.dh2 ul li a {
	color: #9b9c9c;
}
.dh2 ul li a:hover {
	color: #fff;
}
.bq_right_2{
	width: 890px;
	height: 170px;
	padding: 0px 0px 0px 80px;
	float: left;
	font-family: "微软雅黑";
	color: #9b9c9c;
	padding-top: 10px;
}
.bold{
	font-size: 24px;
	font-weight: 600;
}


.promos {
	overflow:hidden
}
.promos .news {
	float:left;
	width:39.4%
}
.promos .news a {
	color:#f9f9f9
}
.promos .news li {
	overflow:hidden;
	position:relative
}
.promos .news li img {
	width:100%;
	display:block
}
.promos .news li div {
	width:100%;
	height:94px;
	background:rgba(0,0,0,.67);
	position:absolute;
	bottom:0;
	left:0
}
.promos .news li h6 {
	margin:25px 45px 0;
	font-size:14px;
	line-height:26px;
	font-weight:normal;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis
}
.promos .news li p {
	margin:0 45px;
	font-size:12px
}
.promos .news li span {
	margin-right:10px
}
.promos .news .unslider-nav {
	bottom:20px;
	right:0;
	left:auto
}
.promos .news .unslider-nav ol li {
	width:8px;
	height:8px
}
.promos .news .unslider-nav ol li.unslider-active {
	margin-bottom:0;
	width:8px;
	height:8px;
	background:#f08200
}
.promos figure {
	margin:0;
	float:left;
	width:33.33%;
	overflow:hidden;
	position:relative
}
.promos figure:first-of-type {
	overflow:hidden;
	width:60.6%
}
.promos figure:first-of-type figcaption {
	width:45%;
	background-color:#f17d02
}
.promos figure:first-of-type figcaption img {
	max-width:32%
}
.promos figure:first-of-type img {
	width:55%
}
.promos figure a>img {
	width:68.75%;
	display:block;
	transition:all ease-in-out .75s
}
.promos figure a>img:hover {
	transform:scale(1.15)
}
.promos figcaption {
	float:left;
	width:31.25%;
	text-align:center;
	background:#545251;
	position:relative;
	z-index:1
}
.promos figcaption img {
	width:60%;
	vertical-align:middle
}


#container{
	width: 1300px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 40px;
}
	#container li{
	position: relative;
	width: 320px;
	height: 400px;
	line-height: 150px;
	text-align: center;
	float: left;
	cursor: pointer;
	overflow: hidden;
	margin-left: 6px;
}
#container .c1 {
	margin-left: 0px;
}
	#container li p{
	height: 400px;
	width: 320px;
	position: absolute;
	left: 0;
	top: -400px;
	color: #ffffff;
	z-index: 2;
	display: block;
}
    #container li .img{
	width: 320px;
	height: 400px;
	display: block;
	-moz-transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
	transition: .5s ease-in;
}
    #container li:hover .img{ transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1)}
    #container li p i{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	font-size: 16px;
	background-color: #FF0000;
}
#container li p i .kuang {
	margin: 5px;
	height: 100%;
	width: 100%;
	border: 1px solid #FFF;
}
    #container li p span{
	display: block;
	line-height: 40px;
	font-size: 24px;
	padding-top: 170px;
	color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 170px;
	text-align: center;
}
    #container li p a{
	display: block;
	width: 300px;
	height: 370px;
	margin: 10px;
	border: 1px solid #FFF;
	background-image: url(img/shi.png);
	background-repeat: no-repeat;
	background-position: center 100px;
}
.aben {
	background-image: url(../img/aben.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 700px;
}
.aben .com1300 {
	margin: auto;
	width: 1300px;
	height: 700px;
}
.aben .about {
	padding-top: 135px;
	padding-left: 550px;
	height: 450px;
}
.aben .about .title .name {
	font-family: "Microsoft YaHei";
	font-size: 24px;
	letter-spacing: -2px;
	padding-top: 30px;
	background-image: url(../img/aboutben.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.aben .about h3 {
	font-size: 36px;
	line-height: 70px;
	color: #000;
	font-weight: normal;
}
.aben .about .neir {
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 30px;
	color: #FFF;
}
.values {
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}
.values .con1300 {
	margin: auto;
	width: 1300px;
}
.values h3 {
	font-size: 32px;
	line-height: 70px;
	color: #000;
	font-weight: normal;
	text-align: center;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.values .jiazhi a {
	display: block;
	float: left;
	height: 320px;
	width: 252px;
	background-color: #eeefef;
	margin-left: 10px;
	background-position: center 50px;
	background-repeat: no-repeat;
}
.values .jiazhi a:hover {
	background-color: #F00;
}
.values .jiazhi a:hover h4,.values .jiazhi a:hover h5{ color:#FFF;}
.values .jiazhi h4 {
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 22px;
	line-height: 50px;
	padding-top: 140px;
	color: #333;
	font-weight: normal;
}
.values .jiazhi h5 {
	font-size: 16px;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	color: #999;
	line-height: 30px;
	font-weight: normal;
}
.values .jiazhi .a1 {
	background-image: url(../img/aa1.png);
}
.values .jiazhi .a2 {
	background-image: url(../img/aa2.png);
}
.values .jiazhi .a3 {
	background-image: url(../img/aa3.png);
}
.values .jiazhi .a4 {
	background-image: url(../img/aa4.png);
}
.values .jiazhi .a5 {
	background-image: url(../img/aa5.png);
}
.values .jiazhi .awu {
	margin: 0px;
}
.fazhan{
	background-image: url(../img/fazhanbj.jpg);
	background-repeat: repeat-x;
	background-position: left 145px;
}
.fazhan .con1300,.con1300 {
	margin: auto;
	width: 1300px;
} {
	margin: auto;
	width: 1300px;
}
.fazhan h3 {
	font-size: 32px;
	line-height: 70px;
	color: #000;
	font-weight: normal;
	text-align: center;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.fazhan .licheng ul li {
	width: 160px;
	padding-right: 1px;
	padding-left: 1px;
	float: left;
}
.fazhan .licheng ul li .year {
	height: 87px;
	width: 87px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/fazy.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 18px;
	line-height: 87px;
	color: #AD2C23;
	text-align: center;
}
.fazhan .licheng ul li .lc {
	height: 170px;
	padding: 10px;
	writing-mode: vertical-rl;/*从左向右vertical-lr 从右向左是 writing-mode: vertical-rl;*/
	writing-mode: tb-rl;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
	width: 100px;
	margin: auto;
	line-height: 20px;
}
.fazhan .unj {
	padding-bottom: 20px;
	padding-top: 10px;
}
.fazhan .unj ul li {
	float: left;
	padding-left: 46px;
}

.cases h3 {
	font-size: 32px;
	line-height: 70px;
	color: #000;
	font-weight: normal;
	text-align: center;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.wrapper{
	width: 100%;
	height: 670px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../img/casesbj.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
    .tagcloud {
	position: relative;
	width: 1300px;
	height: 570px;
	padding-top: 50px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}

.tagcloud a:first-child {
	color: ABA8A8;
	font-size: 48px;
	position: absolute;
	z-index: 1;
	left: 387px;
	top:34px;
}
.tagcloud a:nth-child(2) { color:#373737; font-size:20px; position:absolute; z-index:1; left:435px; top:20px; }
.tagcloud a:nth-child(3) { color:#ABA8A8; font-size:36px; position:absolute; z-index:1; left:50px; top:18px; }
.tagcloud a:nth-child(4) { color:#4C4C4C; font-size:36px; position:absolute; z-index:1; left:20px; bottom:71px; }
.tagcloud a:nth-child(5) {
	color: #FF0000;
	font-size: 42px;
	position: absolute;
	z-index: 0;
	left: 360px;
	top: 171px;
}
.tagcloud a:nth-child(6) { color:#9D9B9B; font-size:30px; position:absolute; z-index:1; left:150px; top:125px; }
.tagcloud a:nth-child(7) { color:#838181; font-size:30px; position:absolute; z-index:1; left:350px; top:125px; }
.tagcloud a:nth-child(8) { color:#373737; font-size:20px; position:absolute; z-index:1; left:30px; top:55px; }

.tagcloud a:nth-child(9) { color:#373737; font-size:20px; position:absolute; z-index:1; left:835px; top:20px; }
.tagcloud a:nth-child(10) { color:#ABA8A8; font-size:36px; position:absolute; z-index:1; left:950px; top:58px; }
.tagcloud a:nth-child(11) { color:#4C4C4C; font-size:36px; position:absolute; z-index:1; left:1020px; top:141px; }
.tagcloud a:nth-child(12) { color:#4C4C4C; font-size:46px; position:absolute; z-index:0; left:760px; top:71px; }
.tagcloud a:nth-child(13) { color:#9D9B9B; font-size:30px; position:absolute; z-index:1; left:280px; top:285px; }
.tagcloud a:nth-child(14) { color:#838181; font-size:30px; position:absolute; z-index:1; left:750px; top:125px; }
.tagcloud a:nth-child(15) { color:#373737; font-size:20px; position:absolute; z-index:1; left:8050px; top:15px; }

.tagcloud a:nth-child(16) {color: #0033FF;font-size: 20px;position: absolute;z-index: 1;left: 515px;top: 120px;}
.tagcloud a:nth-child(17) { color:#ABA8A8; font-size:36px; position:absolute; z-index:1; left:950px; top:198px; }
.tagcloud a:nth-child(18) { color:#4C4C4C; font-size:36px; position:absolute; z-index:1; left:1020px; top:271px; }
.tagcloud a:nth-child(19) {color: #4C4C4C;font-size: 53px;position: absolute;z-index: 0;left: 760px;top: 371px;}
.tagcloud a:nth-child(20) { color:#9D9B9B; font-size:30px; position:absolute; z-index:1; left:850px; top:225px; }
.tagcloud a:nth-child(21) { color:#838181; font-size:30px; position:absolute; z-index:1; left:750px; top:265px; }
.tagcloud a:nth-child(22) {color: #FF0000;font-size: 20px;position: absolute;z-index: 1;right: 20px;top: 415px;}

.tagcloud a:nth-child(23) {color: #0033FF;font-size: 20px;position: absolute;z-index: 1;left: 15px;top: 120px;}
.tagcloud a:nth-child(24) { color:#ABA8A8; font-size:36px; position:absolute; z-index:1; left:560px; top:208px; }
.tagcloud a:nth-child(25) { color:#4C4C4C; font-size:36px; position:absolute; z-index:1; left:30px; top:271px; }
.tagcloud a:nth-child(26) {color: #0033FF;font-size: 50px;position: absolute;z-index: 0;left: 40px;top: 371px;}
.tagcloud a:nth-child(27) { color:#9D9B9B; font-size:30px; position:absolute; z-index:1; left:50px; top:225px; }
.tagcloud a:nth-child(28) { color:#838181; font-size:30px; position:absolute; z-index:1; left:60px; top:165px; }
.tagcloud a:nth-child(29) {color: #FF0000;font-size: 20px;position: absolute;z-index: 1;left: 70px;top: 455px;}


.tagcloud a:nth-child(30) {color: #0033FF;font-size: 20px;position: absolute;z-index: 1;left: 135px;top: 320px;}
.tagcloud a:nth-child(31) { color:#ABA8A8; font-size:36px; position:absolute; z-index:1; left:340px; top:348px; }
.tagcloud a:nth-child(32) { color:#4C4C4C; font-size:36px; position:absolute; z-index:1; right:381px; bottom:51px; }
.tagcloud a:nth-child(33) {color: #0033FF;font-size: 40px;position: absolute;z-index: 0;left: 440px;top: 271px;}
.tagcloud a:nth-child(34) { color:#9D9B9B; font-size:30px; position:absolute; z-index:1; left:560px; top:597px; }
.tagcloud a:nth-child(35) { color:#838181; font-size:30px; position:absolute; z-index:1; left:460px; top:425px; }
.tagcloud a:nth-child(36) {color: #FF0000;font-size: 20px;position: absolute;z-index: 1;left: 705px;top: 315px;}

.tagcloud a:nth-child(37) {color: #0033FF;font-size: 20px;position: absolute;z-index: 1;left: 135px;top: 520px;}
.tagcloud a:nth-child(38) { color:#ABA8A8; font-size:36px; position:absolute; z-index:1; left:220px; top:468px; }
.tagcloud a:nth-child(39) { color:#4C4C4C; font-size:36px; position:absolute; z-index:1; left:401px; top:511px; }
.tagcloud a:nth-child(40) {color: #0033FF;font-size: 32px;position: absolute;z-index: 0;left: 370px;top: 561px;}
.tagcloud a:nth-child(41) { color:#9D9B9B; font-size:30px; position:absolute; z-index:1; left:560px; top:497px; }
.tagcloud a:nth-child(42) { color:#838181; font-size:30px; position:absolute; z-index:1; left:620px; top:395px; }
.tagcloud a:nth-child(43) {color: #FF0000;font-size: 20px;position: absolute;z-index: 1;left: 605px;top: 455px;}


.tagcloud a:nth-child(44) {color: #0033FF;font-size: 20px;position: absolute;z-index: 1;left: 15px; bottom: 32px;}
.tagcloud a:nth-child(45) { color:#ABA8A8; font-size:36px; position:absolute; z-index:1; right:120px; bottom:68px; }
.tagcloud a:nth-child(46) { color:#4C4C4C; font-size:36px; position:absolute; z-index:1; right:21px; bottom:51px; }
.tagcloud a:nth-child(47) {color: #0033FF;font-size: 20px;position: absolute;z-index: 0;right: 80px; bottom: 154px;}
.tagcloud a:nth-child(48) { color:#9D9B9B; font-size:30px; position:absolute; z-index:1; right:204px; bottom:157px; }
.tagcloud a:nth-child(49) { color:#838181; font-size:30px; position:absolute; z-index:1; right:120px; bottom:35px; }
.tagcloud a:nth-child(50) {color: #FF0000;font-size: 20px;position: absolute;z-index: 1;left: 165px;bottom: 25px;}

.youshi{
	padding-top: 20px;
	padding-bottom: 20px;
}

.youshi h3 {
	font-size: 32px;
	line-height: 70px;
	color: #000;
	font-weight: normal;
	text-align: center;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.youshi h4 {
	text-align: center;
	font-size: 14px;
	line-height: 50px;
	color: #666;
}

.youshi .svj {
	width: 1300px;
	height: auto;
	margin: 40px auto 30px;
} 
.youshi .sv .p{
	text-align: center;
	font-family: 微软雅黑;
	font-size: 18px;
	padding-top: 140px;
	color: #666;
}

.youshi .sv .t{
	display: block;
	height: 2px;
	width: 120px;
	background-color: #CCC;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;	
	}
.youshi .sv a{
	width: 310px;
	height: 260px;
	background-color: #f4f4f4;
	display: block;
	float: left;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 20px;
	background-image: url(../img/aboutsv.png);
	}
.youshi .sv .j1{
	background-position: -8px 10px;
	background-image: url(../img/aboutsv.png);
	}
.youshi .sv .j2{
	background-position: -329px 10px;
	}
.youshi .sv .j3{
	background-position: -665px 10px;
	}
.youshi .sv .j4{
	background-position: -989px 10px;
	}
.youshi .sv .j5{
	background-position: -8px -260px;
	}
.youshi .sv .j6{
	background-position: -329px -265px;
	}
.youshi .sv .j7{
	background-position: -665px -265px;
	}	
.youshi .sv .j8{
	background-position: -989px -258px;
	}		
.youshi .sv a:nth-child(4){margin-right: 0px;}
.youshi .sv a:nth-child(8){margin-right: 0px;}
.youshi .sv a:hover{
	background-repeat: no-repeat;
	background-image: url(../img/aboutsvh.png);
	color: #F00;
	}
.hezuo {
	background-image: url(../img/hezuo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 327px;
}

.hezuo h3 {
	font-size: 32px;
	line-height: 70px;
	color: #000;
	font-weight: normal;
	text-align: center;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 20px;
}
.hezuo .slogo {
	margin: auto;
	width: 1300px;
	padding-top: 40px;
	padding-bottom: 20px;
}
.hezuo .slogo ul li {
	float: left;
	height: 120px;
	width: 248px;
	background-color: #BF3228;
	display: block;
	margin-right: 15px;
}
.hezuo .slogo ul li img {
	height: 120px;
	width: 248px;
}
.hezuo .slogo ul li:nth-child(5){margin-right: 0px;}

.tagcloud a:hover{ color: #3385cf; }

    .explain{ display: block; margin:0 auto;}
	
.strengths{
height:176px;
line-height:176px;
background:#edeff1
}
.strengths li {
float:left;
width:230px;
margin:0
63px;
text-align:center
}
.strengths li:first-child{
width:210px;
margin-left:0;
text-align:left
}
.strengths li:nth-child(2){
width:250px
}
.strengths li:last-child{
float:right;
margin-right:0;
text-align:right
}
.strengths li i{
display:inline-block;
width:68px;
height:68px;
margin-right:30px;
border-radius:50%;
vertical-align:middle;
border:1px
solid
#000300
}
.strengths li i.design
{
background-position:0
-500px
}
.strengths li i.service
{
background-position:0
-600px
}
.strengths li i.construction
{
background-position:0
-700px
}
.strengths li i.network
{
background-position:0
-800px
}
.strengths li img
{
overflow:hidden
}
.strengths .icon {
    background: url("../img/icons.png") no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
}
.strengths .frame {
    width: 1300px;
    margin: 0 auto;
}

#page {
	height: 30px;
	width: 500px;
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	line-height:30px;
}
#page span,#page a {
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	height: 30px;
	background-color: #999;
	line-height: 30px;
	margin-right: 5px;
	margin-left: 5px;
	color: #FFF;
	_margin:0 3px;
	border-radius:3px;
}
#page a:hover,#page .current {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	line-height: 30px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #22669A;
	color: #FFF;
	_margin: 0 3px;
	border-radius: 3px;
}


}
