html,
body {
	min-width: 1220px;
}

.main-body {
	margin: 0 auto;
	width: 1200px;
}


label.BMapLabel{
	display: none!important;
}
.scaleimg{
	width: 100%;
	overflow: hidden;
}
.scaleimg img{
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: scale(1);
	transform: scale(1);
	cursor: pointer;
}
.scaleimg:hover img{
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.bgimg{
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.iconimg{
	background-repeat: no-repeat;
	background-position: center;
}
/* 分页 -s */
.page-box {
	padding-top: 90px;
	padding-bottom: 5px;
	text-align: center;
}

.page-list {
	display: inline-block;
}

.page-list a {
	float: left;
	margin-left: 10px;
	height: 30px;
	line-height: 30px;
	padding: 0 11px;
	color: #666;
	background: #eee;
}

.page-list a span {
	color: #666;
}

.page-list a:hover,
.page-list a.active {
	background: #1d6bd7;
	color: #fff;
}

.page-list a:hover span {
	color: #fff;
}

/* 分页 -e */
/* 顶部条 -s */
.main-top {
	height: 31px;
	line-height: 31px;
	color: #888;
	background: #fafafa;
	border-bottom: 1px solid #ededed;
}

.top-left img {
	vertical-align: middle;
}

.top-left span {
	font-size: 13px;
}

.top-right a {
	display: inline-block;
	margin-left: 22px;
	padding-left: 24px;
	background: url(../images/top-icon1.png) no-repeat left 9px;
	font-size: 12px;
	color: #888;
}
.top-right a.favorites{
	background: url(../images/top-icon2.png) no-repeat left 9px;
}
.top-right a.phone{
	margin-left: 60px;
	background: url(../images/top-icon3.png) no-repeat left 9px;
	font-size: 14px;
	font-weight: bold;
}
.top-right span{
	display: inline-block;
	margin-left: 22px;
	height: 10px;
	border-right: 1px dotted #d1d1d1;
	vertical-align: middle;
}
.top-right a:hover{
	color: #d29f4c;
	background-image: url(../images/top-icon11.png);
}
.top-right a.favorites:hover{
	background-image: url(../images/top-icon12.png);
}
.top-right a.phone:hover{
	background-image: url(../images/top-icon13.png);
}
/* 顶部条 -e */

/* logo -s */
.main-logo {
	height: 120px;
}

.logo-left {
	margin-top: 23px;
}

.nav-list {
	margin-top: 24px;
}

.nav-list a {
	float: left;
	color: #333;
	position: relative;
	height: 60px;
	line-height: 60px;
	margin-left: 35px;
	font-size: 16px;
}

.nav-list a i {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 2px solid #e6af6e;
	display: none;
}

.nav-list a.active,
.nav-list a:hover {
	color: #e6af6e;
}

.nav-list a.active i,
.nav-list a:hover i {
	display: block;
}
/* logo -e */
/* banner -e */
.main-banner {
	position: relative;
}

.fullSlide {
	min-width: 1200px;
	position: relative;
	height: 550px;
	overflow: hidden;
}

.fullSlide .bd {
	position: relative;
	z-index: 0;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 550px;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 60px;
	left: 0;
	height: 10px;
	text-align: center;
	overflow: hidden;
	line-height: 32px;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin: 0 5px;
	text-align: center;
	line-height: 100px;
	position: relative;
	background: #fff;
}

.fullSlide .hd ul .on {
	background: #e6af6e;
}

/* banner -e */

/*  底部 -s */
.footer {
	background: #333;
}

.foot1 {
	padding-top: 50px;
	padding-bottom: 30px;
}

.foot-logo {
	display: inline-block;
	margin-top: 30px;
}

.foot-link {
	width: 255px;
	margin-left: 90px;
}
.foot-link h3{
	margin-bottom: 16px;
	font-size: 18px;
	color: #FFF;
}
.foot-link a {
	float: left;
	color: #cdcdcd;
	line-height: 30px;
	margin-right: 28px
}

.foot-link a:last-child {
	margin-right: 0;
}

.foot-link a.active,
.foot-link a:hover {
	color: #d0a14f;
}
.foot-info{
	width: 390px;
	margin-left: 60px;
}
.foot-info h3{
	font-size: 18px;
	margin-bottom: 16px;
	color: #FFF;
}
.foot-info p{
	color: #cdcdcd;
	line-height: 30px;
}
.foot-code{
	width: 120px;
	height: 120px;
}
.foot2 {
	border-top: 1px solid #434343;
	line-height: 74px;
	color: #6c6c6c;
}

.foot2 p a {
	color: #6c6c6c;
}
.foot2 p a:hover{
	color: #d0a14f;
}
.foot2 p img {
	vertical-align: middle;
	margin-top: -3px;
}

/*  底部 -e */
/*  首页关于我们 -s */
.main-about{
	margin-top: 50px;
	margin-bottom: 60px;
}
.about-title{
	position: relative;
	height: 50px;
	line-height: 50px;
}
.about-title h3{
	font-size: 24px;
	color: #1d6bd7;
	font-weight: normal;
}
.about-title h3 span{
	display: inline-block;
	margin-left: 10px;
	vertical-align: bottom;
	font-size: 14px;
	color: #dedfe1;
	text-transform: uppercase;
}
.about-title i{
	position: absolute;
	width: 20px;
	top: 0;
	left: 0;
	border-top: 2px solid #d29f4c;
}

.main-right-more{
	display: inline-block;
	color: #333;
	line-height: 35px;
}
.main-right-more:hover{
	color: #d29f4c;
}

.about-con{
	position: relative;
	margin-top: 30px;
}
.about-img{
	position: relative;
	width: 525px;
	height: 350px;
	padding-left: 25px;
	padding-bottom: 25px;
}
.about-img dt{
	position: relative;
	z-index: 1;
	width: 525px;
	height: 350px;
}
.about-img dd{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	width: 525px;
	height: 350px;
	background: url(../images/about-bg.jpg) repeat-y;
}
.about-inof{
	width: 600px;
}
.about-inof h3{
	position: relative;
	margin-top: 8px;
	padding-bottom: 22px;
	border-bottom: 1px solid #efefef;
	font-size: 18px;
	color: #1d6bd7;
}
.about-inof h3 i{
	position: absolute;
	width: 20px;
	bottom: 0;
	left: 0;
	border-top: 2px solid #d29f4c;
}
.about-inof p{
	margin-top: 15px;
	color: #666;
	line-height: 32px;
	height: 128px;
	overflow-y: auto;
}

.about-link{
	position: absolute;
	z-index: 5;
	right: 0;
	bottom: 60px;
	width: 810px;
	height: 107px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
.about-link a{
	position: relative;
	float: left;
	width: 25%;
	height: 107px;
	text-align: center;
	color: #e6af6e;
}
.about-link a span{
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-top: 28px;
	margin-bottom: 7px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.about-link a i{
	position: absolute;
	top:36px;
	right: 0;
	height: 32px;
	border-right: 1px solid #eee;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.about-link a span.icon1{
	background-image: url(../images/about-icon1.png)
}
.about-link a span.icon2{
	background-image: url(../images/about-icon2.png)
}
.about-link a span.icon3{
	background-image: url(../images/about-icon3.png)
}
.about-link a span.icon4{
	background-image: url(../images/about-icon4.png)
}
.about-link a:hover{
	background: #1d6bd7;
	color: #fff;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.about-link a:hover i{
	border-color: #1d6bd7;
}
.about-link a:hover span{
	-webkit-transition: all 1s;
	transition: all 1s;
	background-image: url(../images/about-icon11.png)
}
.about-link a:hover span.icon2{
	background-image: url(../images/about-icon12.png)
}
.about-link a:hover span.icon3{
	background-image: url(../images/about-icon13.png)
}
.about-link a:hover span.icon4{
	background-image: url(../images/about-icon14.png)
}
/*  首页关于我们 -e */
/*  首页我们的优势 -s */
.main-msg{
	height: 250px;
	background-image: url(../images/main-msg-bg.png);
	background-repeat: repeat-y;
	background-size: auto ;
}
.main-msg-title{
	margin-top: 58px;
	margin-bottom: 35px;
}
.main-msg-title h3{
	color: #fff;
}
.main-msg-title h3 span{
	color: #adc8e6;
}
.main-msg-more{
	display: inline-block;
	width: 188px;
	height: 48px;
	border: 1px solid #adc8e6;
	color: #adc8e6;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
}
.main-msg-more span{
	display: inline-block;
	font-size: 23px;
	vertical-align: middle;
	margin-top: -7px;
}
.main-msg-more:hover{
	color: #fff;
	border-color: #fff;
}
.main-msg-list{
	width: 820px;
	margin-top: 65px;
}
.main-msg-list a{
	width: 185px;
	height: 120px;
	margin-left: 20px;
	float: left;
	text-align: center;
	color: #e6af6e;
	background: url(../images/msg-bg.jpg);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.main-msg-list a span{
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-top: 28px;
	margin-bottom: 7px;
	background-image: url(../images/ys-icon1.png);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.main-msg-list a span.icon2{
	background-image: url(../images/ys-icon2.png)
}
.main-msg-list a span.icon3{
	background-image: url(../images/ys-icon3.png)
}
.main-msg-list a span.icon4{
	background-image: url(../images/ys-icon4.png)
}
.main-msg-list a:hover{
	color: #fff;
	background: #1d6bd7;
	margin-top: -20px;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.main-msg-list a:hover span{
	-webkit-transition: all 1s;
	transition: all 1s;
	background-image: url(../images/ys-icon11.png)
}
.main-msg-list a:hover span.icon2{
	background-image: url(../images/ys-icon12.png)
}
.main-msg-list a:hover span.icon3{
	background-image: url(../images/ys-icon13.png)
}
.main-msg-list a:hover span.icon4{
	background-image: url(../images/ys-icon14.png)
}
/*  首页我们的优势 -e */
/*  首页工程展示 -s */
.main-case{
	margin-top: 55px;
	margin-bottom: 50px;
}
.main-case-tab{
	margin-top: 2px;
	margin-right: 9px;
}
.main-case-tab a{
	float: left;
	padding: 0 3px;
	margin-left: 50px;
	color: #666;
	padding-bottom: 14px;
	border-bottom: 2px solid #fff;
}
.main-case-tab a.active,.main-case-tab a:hover{
	color: #d0a14f;
	border-color: #d0a14f;
}

.main-case-list dl{
	width: 285px;
	float: left;
	margin-right: 20px;
	margin-top: 30px;
}
.main-case-list dl dt{
	position: relative;
	height: 216px;
}
.main-case-list dl dt img.case-hover{
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	opacity: 0;
	filter: Alpha(opacity=0);
	-webkit-transition: all .5s;
	transition: all .5s;
}
.main-case-list dl:hover dt img.case-hover{
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.main-case-list dl dd{
	padding: 0 10px;
	line-height: 75px;
	font-size: 16px;
	color: #333;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;;
}
.main-case-list dl:hover dd{
	color: #fff;
	background: #1d6bd7;
}
.main-case-more{
	display: block;
	width: 160px;
	height: 38px;
	margin: 25px auto 0;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #d0a14f;
	border:1px solid #d0a14f;
	border-radius: 20px;
}
.main-case-more:hover{
	color: #1d6bd7;
	border-color: #1d6bd7;
}
/*  首页工程展示 -e */
/*  首页常见问题 -s */
.main-faq{
	height: 500px;
	background-image: url(../images/faq-bg.jpg);
}
.faq-box{
	width: 560px;
}
.faq-title{
	margin-top: 40px;
    margin-bottom: -3px;
}
.tmall-brand{
	position: relative; height: 387px; overflow: hidden;
}
.fCl-slide dl{
	padding: 25px 0;
	line-height: 35px;
	border-bottom: 1px dashed #5d97e2;
}
.fCl-slide dl.last-child,.fCl-slide dl:last-child{
	border-bottom: 0;
}
.fCl-slide  dt,.fCl-slide  dd{
	padding-left: 38px;
	background:url(../images/faq-icon1.png) no-repeat left center;
	font-size: 16px;
	color: #f9f9f9;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.fCl-slide  dd{
	background-image: url(../images/faq-icon2.png)
}
.fCl-slide dl:hover a *{
	color: #efefef;
}
.tmall-brand .fCl-nav{
	height:24px; line-height:18px;position: absolute; bottom: 0;
}
.tmall-brand .fCl-nav li{
	float: left; width: 12px; font-family: Tahoma,Helvetica; font-size: 28px; _font-size: 38px; margin-right: 12px; color: #adc8e6; cursor: pointer;
}
.tmall-brand .fCl-nav li.on{
	color:#e6af6e;
}

/*  首页常见问题 -e */
/*  首页新闻资讯 -s */
.main-news-list dl{
	float: left;
	width: 550px;
	padding: 18px;
	margin-right: 20px;
	margin-top: 25px;
	border: 1px solid #eee;
}
.main-news-list dl dt{
	position: relative;
	float: left;
	width: 275px;
	height: 171px;
}
.main-news-list dl dd{
	float: right;
	width: 258px;
}
.main-news-list dl dd h3{
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.main-news-list dl dd span{
	display: inline-block;
	margin-bottom: 20px;
	font-size: 13px;
	color: #999;
}
.main-news-list dl dd p{
	height: 50px;
	padding-top: 14px;
	border-top: 1px solid #eee;
	color: #666;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.main-news-list dl dd a{
	display: block;
	margin-top: 17px;
	color: #1d6bd7;
}
.main-news-list dl dd:hover h3{
	color: #1d6bd7;
}
.main-news-list dl dd:hover a{
	color: #e6af6e;
}
.main-news-more{
	margin-top: 50px;
}
/*  首页新闻资讯 -e */
/*  建筑工程 -s */
.page-banner .fullSlide,.page-banner .fullSlide .bd li{
	height: 480px
}
.page-body{
	margin-bottom: 135px;
}

.page-bar{
	margin-top: 55px;
}
.page-bar a{
	display: inline-block;
	line-height: 25px;
	font-size: 15px;
	color: #a4a4a4
}
.page-bar a img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}
.page-bar a:hover,.page-bar a.active{
	color: #1d6bd7;
}

.build-title{
	margin-top: 50px;
}
.build-title h3{
	font-size: 30px;
}
.build-title p{
	margin-top: 8px;
	font-size: 16px;
	color: #757575;
	text-transform: uppercase;
}
.build-title span{
	display: inline-block;
	margin-top: 16px;
	width: 22px;
	border-bottom: 2px solid #b2b2b2;
}

.build-con{
	margin-top: 55px;
}
.build-con p{
	text-indent: 28px;
	line-height: 30px;
	margin-bottom: 30px;
}
.build-con .scaleimg{
	margin-top: 52px;
}
/*  建筑工程 -e */
/*  工程案例 -s */
.case-nav{
	position: relative;
	z-index: 10;
	width: 1200px;
	margin: 0 auto;
}
.case-nav-con{
	position: absolute;
	z-index: 100;
	left: -1px;
	top: -40px;
	width: 1200px;
	background: #fff;
	border: 1px solid #ededed;
}
.case-nav-con a{
	position: relative;
	float: left;
	width: 150px;
	line-height: 68px;
	text-align: center;
	font-size: 16px;
	color: #333;
}
.case-nav-con a span{
	position: absolute;
	right: 0;
	top: 0;
	height: 68px;
	border-right: 1px solid #ededed;
}
.case-nav-con a.last-child span,.case-nav-con a:last-child span{
	display: none;
}
.case-nav-con a:hover,.case-nav-con a.active{
	color: #fff;
	background: #1d6bd7;
}
.case-list{
	margin-top: 20px;
}
.page-nav .case-nav-con a{
	width: 200px;
}
/*  工程案例 -e */
/*  工程案例详情 -s */
.case-dat-title{
	line-height: 35px;font-size: 20px;text-align: center;margin-top: 55px;
}
.case-dat-list-box{
	text-align: center;
	border-bottom: 1px solid #d2d4d3;
}
.case-dat-list{
	line-height: 40px;display: inline-block;
	margin-bottom: 10px;
}
.case-dat-list li{
	margin-right: 15px;
	color: #666;
}
.case-dat-list li img{
	vertical-align: middle;
}
.case-dat-list li a{
	color: #666;
}
.case-dat-list li.fr{
	margin-top: -5px;
}
.case-dat-list .set-font a{
	color: #999;
}
.case-dat-list .set-font a.active{
	color: #666
}
.case-dat-con{
	margin-top: 35px;margin-bottom: 30px;
}
.case-dat-con p{
	line-height: 30px;text-indent: 28px;margin-bottom: 30px;
}

.case-img{
	text-align: center;
}
.scaleimg.case-img img{
	width: auto;max-width: 100%;
}
.next-page{
	margin-top: 50px;
}
.next-page li{
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.next-page li a{
	color: #666;
}
.next-page li a:hover{
	color: #1d6bd7;
}
/*  工程案例详情 -e */
/*  新闻资讯 -s */
.news-nav .case-nav-con a{
	width: 600px;
}
.news-list{
	margin-top: 55px;
}
.news-list dl{
	width: 1162px;
	margin-right: 0;
}
.news-list dl dd{
	width: 865px
}
.main-news-list.news-list dl dd p{
	position: relative;
	border: 0;
	border-top: 1px solid #eee\0;
}
.news-list dl dd p:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 255px;
	border-top: 1px solid #eee;
}
/*  新闻资讯 -e */
/* 联系我们 -s */
.loca-list{
	margin-top: 85px;
}
.loca-list dl{
	float: left;
	width: 355px;
	padding-right: 45px;
}
.loca-list dl dt{
	float: left;
	width: 105px;
}
.loca-list dl dd{
	float: left;
	width: 250px;
}
.loca-list dl dd h4{
	font-size: 16px;
}
.loca-list dl dd p{
	margin-top: 5px;
	line-height: 24px;
	font-weight: bold;
}
.map-box{
	margin-top: 50px;
}
/* 联系我们 -e */
/* 公司介绍 -s */
.about-nav a{
	width: 300px;
}
.about-box{
	margin-top: 80px;
}
.about-box .about-img{
	margin-right: 50px;
	margin-bottom: 20px;
}
.company-con h3{
	position: relative;
	margin-bottom: 15px;
	line-height: 84px;
	font-size: 26px;
	color: #1d6bd7;
}
.company-con h3 i{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 600px;
	border-bottom: 1px solid #efefef;
	font-style: normal;
}
.company-con h3:after{
	content: '';
	position: absolute;
    width: 20px;
    bottom: 0;
    left: 600px;
    border-top: 2px solid #d29f4c;
}
.company-con p{
	line-height: 32px;
	color: #666;
	text-indent: 28px;
	margin-bottom: 30px;
}
/* 公司介绍 -e */
/* 企业文化 -s */
.culture-con{
	margin-top: 60px;
}
.culture-con h3{
	line-height: 60px;
	color: #1d6bd7;
	font-size: 18px;
	font-weight: normal;
}
.culture-con p{
	line-height: 32px;
}
.culture-con p.line{
	border-bottom: 1px solid #e7e7e7;
	max-width: 750px;
	margin-bottom: 13px;
	margin-top: 28px;
}
.culture-img{
	margin-top: 95px;
	margin-left: 55px;
}
/* 企业文化 -e */
/* 人才招聘 -s */
.recruit-box{
	padding-top: 75px;
}
.recruit-title{
	background: #1d6bd7;color: #fff;font-size: 16px;line-height: 50px;padding: 10px 30px;position: relative;
}
.recruit-title .num{
	text-align: center;
}
.recruit-title .ttr{
	width: 70px;position: absolute;right: 30px;top:10px;z-index: 2;text-align: center;cursor: pointer;
}
.recruit-info dl{
	margin-top: 20px;
}
.recruit-info dl .recruit-title{
	color: #666;background: #e3e3e3;
}
.recruit-info dl dd{
	color: #666;line-height: 28px;padding: 30px;background: #fafafa;display: none;
}
.recruit-info dl.active .recruit-title{
	background:#919191;color: #fff;
}
.recruit-info dl.active dd{
	display: block;
}
.recruit-btn {
	text-align: center;padding-top: 30px;
}
.recruit-btn .btn{
	background: #1d6bd7;width: 152px;line-height: 40px;display:inline-block;margin-right: 10px;
	color: #fff;
}
/* 人才招聘 -e */
