@charset "utf-8";
/* CSS Document */

a.cd-search-trigger{ width:20px; height:20px; float:right; margin:25px 30px 0 0; background:url(../images/search_btn.png) no-repeat center center;}
a.cd-search-trigger:hover{ background:url(../images/search_btn_hover.png) no-repeat center center;}

@media only screen and (max-width: 1199px) {
	a.cd-search-trigger {
		margin: 15px 20px 0 0;
	}
}

/* 头部弹出菜单 */
.show-menu-info{ width:470px; height:0; position:fixed; background:#6078ea; z-index:1000; right:0; top:70px; opacity:0; -webkit-transform:scale(0); transform:scale(0);-webkit-transform-origin:86% -12px; -ms-transform-origin:86% -12px; transform-origin:86% -12px; -webkit-transition:all .3s; -moz-transition:all .3s; -o-transition:all .3s; transition:all .3s;}
.show-menu-info:before{ content:""; display:block; position:absolute; width:0; height:0; border-color:transparent; border-width:8px; border-style:solid; bottom:100%; right:30px;border-bottom-color: #6078ea;}
.show-menu-info.show{ height:auto; opacity:1; -webkit-transform:scale(1); transform:scale(1); -webkit-transition:all .3s; -moz-transition:all .3s; -o-transition:all .3s; transition:all .3s;}

.search_box{ width:100%; padding:10px; box-sizing:border-box;}
.search_box a.search_btn{ width:80px; line-height:42px; font-size:14px; color:#fff; float:left; text-align:center; display:block; border:none; background:#9eadf4;}
.search_box a.search_btn:hover{ color:#ff0;}
.search_box input{ width:280px; line-height:42px; padding-left:10px; float:left; font-size:14px; border:none; background:#fff;}

@media only screen and (max-width: 1199px) {
	.show-menu-info{ top:50px;}
	.show-menu-info:before{ right:75px;}
}
@media only screen and (max-width: 480px) {
	.show-menu-info{ width:100%;}
	.search_box{ width:100%; padding:10px 0 10px 20px; box-sizing:border-box;}
	.search_box a.search_btn{ width:20%; }
	.search_box input{ width:80%;}
}

.select{position:relative;float:left;}
.select dt{ width:50px; line-height:42px; display:inline-block; background:#fff url(../images/drop_arrow.gif) no-repeat 50px center; padding:0 15px; cursor:pointer; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;position:relative;z-index:99;}
.select dt:hover,.select dt.cur{}
.select dd{ position:absolute; left:-1px; top:42px; border:1px solid #6078ea; border-top:none; background:#fff; display:none;}
.select dd ul{ padding:4px; width:70px; max-height:250px; overflow:auto;}
.select dd ul li a{ line-height:28px; display:block; padding:0 8px;}
.select dd ul li a:hover{ background:#f5f5f5;}

.scroll_btn{width:18px;height: 38px;border-radius: 20px;border:1px solid #fff; position: absolute;left: 50%;bottom:15px;margin-left:-10px;cursor: pointer;z-index: 9; display:none;}
.scroll_btn span{ width: 4px;height: 4px;position: absolute;left:50%; margin-left: -2px;top:8px; background: #fff;border-radius: 50%;-webkit-animation: srcollDown 2s infinite ease-in-out; -o-animation: srcollDown 2s infinite ease-in-out;  -moz-animation: srcollDown 2s infinite ease-in-out; animation: srcollDown 2s infinite ease-in-out;}
@media screen and (max-width: 640px) {
	.scroll_btn{ display: block;}
}

/***************** baner *****************/
.banner{
	position: relative;
	width: 100%;
	height: 650px;
	overflow: hidden;
	/*cursor: move;*/
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}

.banner .swiper-slide a{
	display: block;
}

.banner .pagination {
    position: absolute;
    width: 100%;
    z-index: 20;
    left: 0;
    bottom: 32px;
    text-align: center;
}
.banner .swiper-pagination-switch {
  display: inline-block;
  width: 60px;
  height: 3px;
  background: #fff;
  margin: 0 10px;
  opacity: 0.8;
  cursor: pointer;
}
.banner .swiper-visible-switch {
  background: #fff;
}
.banner .swiper-active-switch {
  background: #0085ed;
  opacity: 1;
}

.banner .swiper-slide{
	position: relative;
	overflow: hidden;
}

.banner .imgBox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bannerCon{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 51px;
	margin-top: -25px;
	/*z-index: 999;*/
}
.bannerCon a{
	position: relative;
	z-index: 999;
	display: block;
	width: 42px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	background: rgba(0,0,0,0);
}
.bannerCon a i {
    color: #fff;
    font-size: 30px;
    vertical-align: middle;
}
.bannerCon a#banner-left{
	float: left;
	margin-left: 15px;
}
.bannerCon a#banner-right{
	float: right;
	margin-right: 15px;
}
.bannerCon a:hover{
	background: rgba(0,0,0,.3);
}
	
.banner .pagination{
	/*visibility: hidden;*/
}

/*  banner  */



/***************** 首页样式 *****************/
.box{ width:1200px; padding-top:50px; margin:0 auto;}
.box .title{ position:relative; margin-bottom:50px; text-align:center;}
.box .title h3{ font-size:30px; margin-bottom:10px; color:#000;}
.box .title span{ font-size:24px; color:#ccc; font-family:Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif}
.box .title::after{
    content: '';
    display: block;
    height: 2px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	width: 40px;
    background: #0085ed;
	margin:10px auto 0;
}

.box a.more{
    border: #dfdfdf 1px solid;
    background: rgba(255, 255, 255, .0);
    width: 360px;
    height: 58px;
    display: block;
    margin: 40px 0 0;
    line-height: 58px;
    font-size: 20px;
    color: #838383;
    text-indent: 150px;
    border-radius: 30px;
    transition: all ease-out .3s;
}
.box a.more { color: transparent; background: url(../images/jiantou.png) no-repeat 26px -97px; width: 148px; height: 30px; transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; border-radius: 0px; font-size: 0px; }
.box a.more:hover { background: url(../images/jiantou.png) no-repeat 26px -127px; }


/** 关于我们 **/
.about_bg{ background:url(../images/a_bg.jpg) no-repeat center bottom;}
.about{ padding:100px 0 130px; position:relative;}
.about .title{ position:absolute; left:690px}
.about .title::after{ margin:10px 0 0;}
.about .con{ background:#fff;}
.about .pic{ width:620px; height:380px; margin:35px 0 0 0; float:left; background:#0085ed; position:relative;}
.about .pic img{ position:absolute; top:-35px; left:0}
.about .info{ width:460px; padding:120px 50px 0 0; float:right; line-height:24px; color:#666;}


/** 建筑施工 **/
.building_bg{ padding-bottom:30px; background:#f5f5f5;}
.building{ width:1240px;}
.building ul li{ width:370px; margin:0 auto;}
.building ul li img{ width:100%;}
.building ul li .pic{ position:relative; overflow:hidden;}
.building ul li .pic img{
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.building ul li a h3{ text-align:center; line-height:24px; padding:10px 0;}
	
.building ul li a:hover .pic img{ transform: scale(1.1);}
.building ul li a:hover h3{ color:#0085ed; bottom:80px;}

.building .owl-buttons {
    display: none;
}
.building .owl-carousel .owl-wrapper-outer{
	padding-bottom: 10px;
}

.building .owl-theme .owl-controls .owl-page span{
    width: 10px;
    height: 10px;
    margin: 0 8px;
    outline: 0;
    border-radius: 100%;
    transition: all ease-out .3s;
    background: #666;
}

.building .owl-theme .owl-controls .owl-page.active span,
.building .owl-theme .owl-controls.clickable .owl-page:hover span{
	background-color: #0085ed;
}


/** 房产开发、EPC **/
.house{ padding-bottom:80px;}
.house a.more{ margin:0 auto;}

.wall {
	width:1230px;
	position: relative;
}
.wall-column {
	display: block;
	position: relative;
	width: 33.33%;
	float: left;
	box-sizing: border-box;
	margin-bottom:30px;
}
.wall-column .item {
	margin-bottom:30px;
	transition: all 100;
	overflow: hidden;
	position: relative;
}
.wall-column .item .a-img{
	width: 380px;
	display: block;
	overflow:hidden;
}
.wall-column .item .a-img img{
	width: 100%;
}
.wall-column .item .a-img img{
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.wall-column .item .a-img:hover img{ transform: scale(1.1);}


/** 新闻中心 **/
.news_bg{ padding-bottom:50px;}
.news .con{}

.sort_nav{ margin:0 auto 80px; text-align:center;}
.sort_nav li{ display:inline-block;}
.sort_nav li a{ padding:0 25px; margin:0 5px; line-height:36px; display:block; color:#666; border:1px #ccc solid;}
.sort_nav li a:hover,.sort_nav li a.current{ color:#fff; background:#0085ed; border:1px #0085ed solid;}

.headlines{ width:475px; float:left; background:#0085ed;}
.headlines .info{ height:100px; padding:15px 25px 35px 120px; color:#fff; position:relative;}
.headlines .info .data{ width:60px; text-align:center; position:absolute; top:25px; left:25px;}
.headlines .info .data .day{ font-size:36px; font-weight:bold; display:block;}
.headlines .info .data .year{ color:#80c2f6;}
.headlines .info h3{ font-size:16px; margin-bottom:30px; position:relative;}
.headlines .info h3 a{ color:#fff; line-height:20px;}
.headlines .info h3 a:hover{ text-decoration:underline;}
.headlines .info h3::after{
    content: '';
    display: block;
	width: 100%;
    height: 1px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    background: #80c2f6;
	position:absolute;
	margin-top:15px;
}
.headlines .info p.txt{ color:#b7dfff; line-height:20px; text-align: justify;}

.rt_news_list{ width:665px; float:right; list-style:none;}
.rt_news_list li{ padding:25px 0; clear:both; border-bottom:1px #dcdcdc solid;}
.rt_news_list li::after{ display: table;line-height: 0;content: ""; clear: both;}
.rt_news_list li a{ width:70%; float:left; font-size:16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.rt_news_list li a:hover{ color:#333; text-decoration:underline;}
.rt_news_list li p.data{ color:#999; float:right;}

.rt_news_list li.first{ padding:0; border:none;}
.rt_news_list li.first .info{ width:80%; min-height:120px; float:left; position:relative;}
.rt_news_list li.first .info::before{
    content: '';
    display: block;
	width: 100%;
    height: 1px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    background: #ccc;
	position:absolute;
	margin-top:35px;
}
.rt_news_list li.first .info a{ width:100%; font-size:18px; display:block; margin-bottom:30px;}
.rt_news_list li.first .info p{ line-height:24px; color:#666;}

.rt_news_list li.first p.data{ width:60px; float:right; text-align:center;}
.rt_news_list li.first p.data .day{ font-size:36px; font-weight:bold; display:block; color:#666; margin-bottom:5px;}
.rt_news_list li.first p.data .year{ color:#bbb;}


/** 名匠档案 **/
.master_bg{ background:#f5f5f5;}
.master{ padding-bottom:120px;}
.master{ width:1230px;}
.master ul li{ width:280px; margin:0 auto;}
.master ul li .pic{ width:280px; height:280px; overflow:hidden;}
.master ul li .pic img{
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.master ul li .info .tl{ line-height:60px;}
.master ul li .info .tl h3{ font-size:18px; float:left; margin-right:15px; color:#000;}
.master ul li .info  a:hover .tl h3{ color:#0085ed;}
.master ul li .info .tl span{ color:#999;}
.master ul li .info p{ line-height:18px; color:#999;
text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}


#index-person-box{
	position: relative;
}
#index-person-box .owl-wrapper-outer{ z-index:99;}
.index-person .owl-theme .owl-controls{
	position: absolute;
	width: 100%;
	top: 30%;
	left: 0;
	margin: 0;
	z-index: 68;
}

.index-person .owl-theme .owl-controls .owl-pagination{
	margin-top:320px;
}
.index-person .owl-theme .owl-controls .owl-page.active span,
.index-person .owl-theme .owl-controls.clickable .owl-page:hover span{
	background-color: #0085ed;
}

.index-person .owl-theme .owl-controls .owl-buttons div {
	width:30px;
	height:30px;
	background:none;
	border:2px #9f9f9f solid;
	margin: 0;
    padding: 5px;
    position: absolute;
    font-size: 30px;
    color: #9f9f9f;
    top: 0;
    margin-top: 8px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.index-person .owl-theme .owl-controls .owl-buttons div.owl-prev{
	left: -50px;
	z-index: 999;
}

.index-person .owl-theme .owl-controls .owl-buttons div.owl-next{
	right: -50px;
	z-index: 999;
}

.index-person .owl-controls.clickable .owl-buttons div:hover{
	color: #0085ed;
	border:2px #0085ed solid;
}


/***************** foot *****************/
.foot_bg{ background:#666; overflow:hidden;}
.foot{ width:1200px; margin:0 auto; padding:80px 0;}
.foot .title{ vertical-align:bottom; margin-bottom:50px;}
.foot .title h3{ font-size:30px; color:#fff; display:inline-block; margin-right:10px;}
.foot .title span{ color:#ccc; display:inline-block;}

.contact{ line-height:2em; color:#bbb; float:left;}
.contact h3{ font-size:18px; color:#fff; margin-bottom:15px;}

.two_wm_box{ width:132px; color:#bbb; text-align:center; float:left; margin:0 150px;}
.two_wm_box img{ margin-bottom:10px;}

.footer-guanzhu{
	float: left;
	margin-top:30px;
}

.footer-guanzhu .fenxiang a{
	position: relative;
	float: left;
	display: block;
	width:30px;
    height: 30px !important;
    line-height: 30px !important;
    text-align: center;
    font-size: 0;
    color: rgba(255, 255, 255, .9);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #999 !important;
	background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    margin: 0 20px 0 0 !important;
}

.footer-guanzhu .fenxiang a i{
	position: absolute;
	width: 30px;
	height: 30px;
	left: 0;
	top: 0;
	line-height: 30px !important;
	text-align: center;
	background: none !important;
}

.footer-guanzhu .fenxiang a.share-sinaWb i,
.footer-guanzhu .fenxiang a.share-weixin i{
	font-size: 20px;
}

.footer-guanzhu .fenxiang a.share-qqIm i{
	font-size: 18px;
}

.footer-guanzhu .fenxiang a:hover{
	background-color: #0085ed !important;
    border: 1px solid #0074ce;
    color: #fff;
    text-decoration: none;
}

.foot .fenxiang img{ box-shadow: 0px -8px 20px rgba(96, 120, 234, 0.2);}


.foot .share{ margin-top:30px;}
.foot .share a{ width:25px; height:25px; display:inline-block; margin:0 10px; overflow:hidden; background:#999; border-radius:100%;}
.foot .share a:hover{ background:#6078ea;}
.foot .share a i{ width:25px; height:25px; display:block; overflow:hidden; background-repeat:no-repeat; background-position:center center; background-size:18px;}
.foot .share a i.wx{ background-image:url("../images/icon011.png");}
.foot .share a i.qq{ background-image:url("../images/icon022.png");}
.foot .share a i.wb{ background-image:url("../images/icon033.png");}
.foot .share a i.qq_wb{ background-image:url("../images/icon044.png");}
.foot .share img{ box-shadow: 0px -8px 20px rgba(96, 120, 234, 0.2);}

.message{ width:460px; float:right;}
.message input,.message textarea{ width:100%; height:42px; font-size:14px; margin-bottom:10px; padding-left:14px; color:#fff; background:none; border-bottom:1px #999 solid; box-sizing:border-box;}
.message textarea{ height:120px; margin-top:20px;}
.message a.submit{ width:100%; line-height:50px; display:block; color:#fff; text-align:center; background:#8a8a8a;}
.message a.submit:hover{ background:#0085ed;}

.f_info{ line-height:50px; color:#999; background:#333;}
.f_info p{ width:1200px; margin:0 auto;}



/***************** 内页样式 *****************/
.i_banner{ min-height:320px; background-repeat:no-repeat; background-position: center top;}
.i_banner img{ width:100%;}

.curmb{ width:1200px; margin:0 auto; color:#999; text-align:right; line-height:40px; font-size:12px;}
.sub_nav_bg{ border-top:1px #eee solid;}
.sub_nav{ width:1200px; margin:0 auto;}
.sub_nav ul li{ margin-right:30px; float:left;}
.sub_nav ul li a{ display:block; line-height:32px; color:#666; margin-top:-1px; border-top:1px solid transparent;}
.sub_nav ul li a:hover,.sub_nav ul li a.current{ color:#0085ed; border-top:1px #0085ed solid; text-decoration:none; margin-top:-1px;}

.i_content{ width:1200px; margin:0 auto; padding-bottom:80px;}
.i_title{ margin:50px 0 80px; text-align:center; position:relative;}
.i_title h3{ font-size:24px; padding-bottom:8px;}
.i_title h3::after{
    content: '';
    display: block;
	width: 40px;
    height: 2px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    background: #0085ed;
	position:absolute;
	left:50%;
	margin:15px 0 0 -20px;
}
.i_content .con{ color:#666;}


/** 集团简介 **/
.i_about p{ font-size:14px; line-height:2em;}
.i_about .pic{ width:585px; height:320px; margin:35px 45px 10px 35px; float:left; background:#0085ed; position:relative;}
.i_about .pic img{ position:absolute; top:-35px; left:-35px}


/** 发展历程 **/
.event_year{ width:132px; border-bottom:2px solid #DDD; text-align:center; float:left; margin-top:10px;}
.event_year li{ height:60px; line-height:60px; background:#f2f4f7; margin-bottom:1px; font-size:20px; color:#828282; cursor:pointer;}
.event_year li label{ display:block; line-height:60px; cursor:pointer;}
.event_year li.current{ width:132px; color:#fff; position:relative; background: #0085ed;}
.event_year li.current:before{ content:""; display:block; position:absolute; width:0; height:0; border-color:transparent; border-width:8px; border-style:solid; left:100%; top:23px; border-left-color: #0085ed;}

.event_list{ width:1000px; float:right; background:url('../images/dian3.png') repeat-y center 0; margin:10px 0 20px 0;}
.event_list>div{ margin-bottom:20px;}
.event_list h3{ margin:20px 0 10px 492px; font-size:48px; font-family:Arial; font-weight:bold; color:#0085ed; line-height:38px;}
.event_list h3 i{ width:6px; height:6px; display:block; border:5px #0085ed solid; margin:12px 20px 0 0; float:left; border-radius:100%;}
.event_list li{ width:100%;}
.event_list li>span{ width:48%; text-align:right; display:block; float:left; margin-top:35px; font-size:24px;}
.event_list li p{ width:47%; float:right; margin:20px 0 20px 0; display:inline-block; line-height:25px; _float:left; position:relative;}
.event_list li p:before{ content:""; display:block; position:absolute; width:0; height:0; border-color:transparent; border-width:8px; border-style:solid; right:100%; top:23px; border-right-color: #f2f4f7;}
.event_list li p span{ width:100%; display:inline-block; text-align:left; border-bottom:2px solid #fff; font-size:16px; padding:15px; background:#f2f4f7; line-height:30px; box-sizing:border-box;}

.event_list li.li2 span{ width:48%; float:right; text-align:left;}
.event_list li.li2 p{ width:47%; float:left; text-align:left;}
.event_list li.li2 p:before{ content:""; display:block; position:absolute; width:0; height:0; border-color:transparent; border-width:8px; border-style:solid; left:100%; top:23px; border-left-color: #f2f4f7;}
.event_list li.li2 p span{ width:100%; text-align:right;}


/** 资质荣誉 **/
.i_honor ul{ font-size:0;}
.i_honor ul li{ width:25%; padding: 0 14px 25px; text-align:center; display:inline-block; vertical-align:top; box-sizing:border-box;}
.i_honor ul li .honor_img{ display: inline-block; padding: 14px; background: url("../images/honor_bg.jpg") no-repeat; background-size:100%;}
.i_honor ul li .honor_img img{ width:100%;}
.i_honor ul li p{ font-size:14px;}



/** 宣传视频 **/
.i_video_list{}
.i_video_list li{ width:25%; height:330px; padding:0 15px; float:left; position:relative; box-sizing:border-box;}
.i_video_list li h3{ width:100%; position:relative; padding:10px 20px; box-sizing:border-box; line-height:24px; text-align:center; bottom:0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;}
.i_video_list li img{ width:100%;}
.i_video_list li .pic{ position:relative; background:#000; overflow:hidden;}
.i_video_list li .pic .info{ width:90%; height:90%; text-align:center; border:1px #fff solid; position:absolute; top:5%; left:5%; opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.i_video_list li .pic .info img{ width:50px; height:50px; position:absolute; top:50%; margin:0 0 0 -25px;}
.i_video_list li a:hover h3{ color:#fff; bottom:80px;}
.i_video_list li a .pic img{
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;}
.i_video_list li a:hover .pic img{ opacity: 0.3; transform: scale(1.1);}
.i_video_list li a:hover .pic .info{ opacity: 1;}
.i_video_list li a:hover .pic .info img{ opacity: 1; margin:-25px 0 0 -25px;}

#goodcover {
	display: none;
	position:fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.9;
	opacity: 0.90;
	filter: alpha(opacity=90);
}
#code {
	width:960px;
	height:550px;
	background-color: #fff;
	position: absolute;
	display: none;
	left: 45%;
	z-index: 1002;
	overflow:hidden;
}
#code iframe{ width:100%; height:550px;}
.close1{ position:relative;}
#closebt {
	position:absolute;
	top:20px;
	right:20px;
	z-index:999;
}
#closebt img {
	width: 20px;
}



/** 集团动态 **/
.news_list li{ height:100px; margin-bottom:20px; background:#fff; overflow:hidden;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;}
.news_list li .date {
	width:70px;
	height:70px;
	padding:15px;
    color: #999;
	display:block;
	background:#eee;
	float:left;
	text-align:center;
	font-family:Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.news_list li .date .day {
    font-size: 40px;
	font-weight:bold;
    display: block;
    line-height: 46px;
}
.news_list li .info{ padding:20px 30px 0 150px;}
.news_list li .info .n_title{ font-size:16px; margin-bottom:15px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;}
.news_list li .info .description{ line-height:24px;
	height:48px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color:#bbb;
}
.news_list li .info .ico{ float:right; opacity:0; margin-top:10px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;}
	
.i_news_list{}
.i_news_list li{ width:100%; float:left; margin-bottom:20px; background:#f9f9f9;}
/*.i_news_list li:nth-child(2n){ float:right;}*/
.i_news_list li:hover{ background:#fff; margin-top:0;}


.news_list li:hover{ box-shadow: 0px 5px 20px rgba(96, 120, 234, 0.1);}
.news_list li:hover .date{ background:#0085ed; color:#fff;}
.news_list li:hover .info .n_title{ margin-bottom:8px; color:#0085ed;}
.news_list li:hover .info .ico{ opacity:1; margin-top:-20px;}


/** 集团动态 **/
.i_news_pic_list{ }
.i_news_pic_list li{ padding:40px 0; position:relative; border-bottom:1px #eee solid;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;}
.i_news_pic_list li .pic{ width:325px; float:left;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;}	
.i_news_pic_list li .info{ padding:20px 220px 0 380px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;}
.i_news_pic_list li .info .n_title{ font-size:18px; color:#000; margin-bottom:25px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;}
.i_news_pic_list li .info .description{ line-height:24px; margin-bottom:30px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.i_news_pic_list li .info .date{}
.i_news_pic_list li .info .ico{ float:right; opacity:0; margin-top:-5px; position:absolute; top:50%; right:80px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;}
.i_news_pic_list li .info .more{ font-size:18px; line-height:50px; margin-top:-25px; padding:0 100px 0 30px; color:#ccc; border-left:1px #ccc solid; position:absolute; top:50%; right:0;}
	
	
.i_news_pic_list li:hover{ box-shadow: 0px 5px 20px rgba(96, 120, 234, 0.1);}
.i_news_pic_list li:hover .pic{ margin-left:30px;}	
.i_news_pic_list li:hover .info{ padding:20px 220px 0 400px;}
.i_news_pic_list li:hover .info .ico{ opacity:1; position:absolute; top:50%; right:50px;}
.i_news_pic_list li:hover .info .more{ color:#6078ea;}


/** 分页 **/
.news-page{width: 100%;height: 40px;text-align: center;font-size:0; margin-top:30px;}
.news-page a,.news-page span{font-size: 14px;line-height: 40px;width: 40px;height: 40px;display: inline-block;background: #f7f7f7;color: #686868;transition:background 0.3s,color 0.3s;}
.news-page.new a{background: #fff;}
.news-page a.active,.product-list .news-page a.active,.news-page.on a.active,.news-page.new a.active{color: #fff;background: #0085ed;}
.news-page a.btns i{ font-size:20px;}

.news-page a:hover,.product-list .news-page a:hover,.news-page.on a:hover{ color: #fff; background: #0085ed;}

@media (max-width: 480px){
	.news-page {
		padding-top: 10px;
		height: 30px;
	}
	.news-page a {
		line-height: 30px;
		width: 30px;
		height: 30px;
	}
}

/* 新闻详情 */
.i_news_show_box{ width: 100%; text-align:justify; margin-top:80px;}
.i_news_show_box .left{ width: 72%; float: left; box-sizing:border-box;}
.i_news_show_box .left h2{font-size: 30px;color: #000000;line-height: 30px; padding-right: 0;position: relative;}

.i_news_show_box .subtime{ padding:20px 0 10px; font-size:12px; border-bottom:1px #f3f3f3 solid; color:#999; margin-bottom: 30px;}
.i_news_show_box .subtime .info span{ display:inline-block; margin:0 30px 0 0; color:#b1b1b1;}
.i_news_show_box .subtime .info span.time{ padding-left:18px; background:url(../images/i1.gif) no-repeat 0 center;}
.i_news_show_box .subtime .info span.num{ padding-left:18px; background:url(../images/i2.gif) no-repeat 0 center;}

.i_news_show_box .left .time{ font-size: 14px;color: rgba(51,51,51,.5);line-height: 30px; display:block; margin-top:10px; text-align:center;}
.i_news_show_box .left p{font-size: 16px;color: #666666;line-height: 36px;margin-bottom: 30px;}
.i_news_show_box .left img{max-width: 100%; height: auto !important;}

.i_news_show_box .right{width: 25%; float: right; padding: 0 2%; box-sizing:border-box;}
.i_news_show_box .right h2{font-size: 22px;color: #333;line-height: 22px;padding-bottom: 20px;border-bottom: 1px solid #e6e6e6;margin-bottom: 15px;}
.i_news_show_box .right a{display: block; width: 100%; font-size: 16px; color: #666; line-height: 26px; padding: 7px 0 7px 12%; background: url(../images/case23.png) no-repeat left 17px; transition: background 0.3s,color 0.3s; box-sizing:border-box;}
.i_news_show_box .right a:hover{ color:#0085ed; background: url(../images/case23_h.png) no-repeat left 17px;}
.i_news_show_box .right a.link{width: 100%;height: 55px;line-height: 55px;background: #0085ed url(../images/news04.png) no-repeat 80% center;color: #fff;font-size: 18px;padding: 0 0 0 21%;transition: background 0.3s,color 0.3s,padding 0.3s;margin-top: 30px; box-sizing:border-box;}
.i_news_show_box .right a.link:hover{ background: #0085ed url(../images/news04.png) no-repeat 85% center; color: #fff; padding: 0 0 0 15%;}

.tool_box{ height:40px; margin:20px 0 0; padding-top:20px; border-top:1px #f3f3f3 solid;}
.tool_box a{ padding:0 25px; height:40px; line-height:40px; text-align:center; margin-right:10px; font-size:16px; float:left; color:#fff; background:#37383A;}
.tool_box a:hover{ background:#FFA200;}
.tool_box a:hover{ text-decoration:underline;}
.tool_box .back{ float:right; margin:0; background:#FFA200;}

@media (max-width: 1200px){
	.i_news_show_box {
		padding: 65px 0 60px;
	}
	.i_news_show_box .left h2 {
		font-size: 22px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.i_news_show_box .left p {
		font-size: 15px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	.i_news_show_box .right {
		width: 24.8%;
	}
	.i_news_show_box .right a {
		font-size: 14px;
		line-height: 22px;
		padding: 4px 0 4px 15px;
		background: url(../images/case23.png) no-repeat left 12px;
	}
}
@media (max-width: 1024px){
	.i_news_show_box {
		padding: 40px 0 35px;
	}
	.i_news_show_box .left {
		padding: 0 2%;
		width: 70%;
	}
	.i_news_show_box .left h2 {
		font-size: 24px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.i_news_show_box .left p {
		font-size: 13px;
		line-height: 22px;
		margin-bottom: 14px;
	}
	.i_news_show_box .right {
		width: 30%;
	}
}
@media (max-width: 768px){
	.i_news_show_box .left {
		padding: 0;
		width: 100%;
	}
	.i_news_show_box .left h2{
		width: 100%;
		padding: 0;
	}
	.i_news_show_box .left .time{
		top: auto;
		bottom: 0;
	}
	.i_news_show_box .right {
		margin-top:50px;
	    width: 100%;
	    padding: 0;
	}
	.i_news_show_box .right a.link{
		width: 40%;
		padding: 0 0 0 11%;
	}
}
@media (max-width: 640px){
	.i_news_show_box .right {
		padding-top: 50px;
	}
	.i_news_show_box .right a.link{
		width: 60%;
	}
}



/** 建筑施工 **/
.i_building ul{ width:1300px;}
.i_building ul li{ float:left; height:350px; margin-right:45px;}

.i_building_show .left{ width:100%;}
.i_building_show .left h2{ text-align:center;}

.i_building_show .tool_box{ height:40px; margin:20px 0 0; padding-top:20px; border-top:1px #f3f3f3 solid;}
.i_building_show .tool_box p{ float:left; margin-right:50px;}
.i_building_show .tool_box span{ color:#000;}
.i_building_show .tool_box a{ padding:0; height:40px; line-height:40px; text-align:center; font-size:16px; float:none; color:#666; background:none;}
.i_building_show .tool_box a:hover{ text-decoration:underline;}
.i_building_show .tool_box .back{ padding:0 25px; height:40px; line-height:40px; text-align:center; margin-right:10px; font-size:16px; float:left; color:#fff; background:#37383A;}
.i_building_show .tool_box .back{ float:right; margin:0; background:#FFA200;}


/** 名匠档案 **/
.master ul li:hover .pic img{ transform: scale(1.1);}

.i_master ul li{ margin:0 25px 50px 0; float:left;}

.i_master_show{ margin-top:80px;}
.i_master_show .info{ width:520px; float:right;}
.i_master_show .info h3{ font-size:30px; margin:35px 0; color:#000;}
.i_master_show .info p{ line-height:40px; font-size:16px;}

.i_master_show .pic{ width:550px; height:420px; margin:35px 45px 10px 35px; float:left; background:#0085ed; position:relative;}
.i_master_show .pic img{ position:absolute; top:-30px; left:-30px}


/** 博业人 **/
.i_boyer ul{ font-size:0;}
.i_boyer ul li{ width:25%; height:280px; padding:0; text-align:center; display:inline-block; vertical-align:top; box-sizing:border-box;}
.i_boyer ul li .honor_img{ display: inline-block; padding: 12px; border:1px #e7e7e7 solid; background:#f5f5f5; margin-bottom:15px;}
.i_boyer ul li .honor_img img{ width:100%;}
.i_boyer ul li p{ font-size:14px;}

.i_boyer .item{ margin-bottom:50px;}
.i_boyer .tl{ border-bottom:1px #0085ed solid; padding-bottom:15px;}
.i_boyer .tl h3{ color:#0085ed; font-size:20px; padding-left:10px; border-left:5px #0085ed solid;}
.i_boyer ol li{ width:48%; line-height:60px; float:left; border-bottom:1px #ccc solid;}
.i_boyer ol li span{ float:right;}
.i_boyer ol li a{ width:80%; float:left; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; padding-left:15px; background:url(../images/case23.png) no-repeat 0 center;}
.i_boyer ol li a:hover{ color:#0085ed; background:url(../images/case23_h.png) no-repeat 0 center;}
.i_boyer ol li:nth-child(2n){ float:right;}


/**案例详情弹出*/
.news_c3_zhezhu{ width:100%; height:100%; background:#000; filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5; opacity: 0.5; position:fixed; float:left; left:0; top:0; display:none; z-index:99999; }	

.case_c3_div{ height:725px; width:1288px; overflow:hidden; background:#fff; position:absolute; top:70px; left:50%; margin-left:-644px; display:none; z-index:99999;}   

.case_c3_div_c{ width:100%; margin:0 auto;}
.case_c3_div_c .close_case a{ width:56px; height:56px; float:right; cursor:pointer; line-height:56px; position:absolute; right:0; top:0; z-index:999; background:#ccc url(../images/close.png) no-repeat center center;}
.case_c3_div_c .close_case a:hover{ background:#0085ED url(../images/close.png) no-repeat center center;}

.case_c3_div_c .case_banner{ width:1288px; float:left; position:relative; height:725px;}
.case_c3_div_c .case_banner ul{ width:1000000px; position:absolute;}
.case_c3_div_c .case_banner ul li{ width:100%; float:left; text-align:center; background:#fff; position:relative;}
.case_c3_div_c .case_banner ul li .pic{ width:100%; text-align:center;}
.case_c3_div_c .case_banner ul li img{ height:725px; display:block; margin:0 auto; width:auto;}
.case_c3_div_c .case_banner span.show_case_content_span{ width:100%; text-align:center; margin:0 auto; height:14px; position:absolute;  bottom:30px; z-index:999; line-height:14px; display:block;}
.case_c3_div_c .case_banner span.show_case_content_span a{ height:12px; width:12px; border:1px solid #999; border-radius:100%; display:inline-block; margin-right:5px; background:#999999;}
.case_c3_div_c .case_banner span.show_case_content_span a:hover,.case_c3_div_c .case_banner span.show_case_content_span a.on{ height:12px; width:12px;border:1px solid #7bc300; border-radius:100%; background:#0085ED;}

.case_jt1{ width:1288px; position:relative; z-index:999;}
.case_jt1 .case_l{ position:absolute; top:330px; left:0; background:rgba(0,0,0,0.5) url(../images/case_l.png) no-repeat center center; cursor:pointer; width:36px; height:92px; float:left}
.case_jt1 .case_l:hover{ background:#0085ED url(../images/case_l.png) no-repeat center center;}
.case_jt1 .case_r{ position:absolute; top:330px; right:0; cursor:pointer; width:36px; height:92px; float:left; background:rgba(0,0,0,0.5) url(../images/case_r.png) no-repeat center center;}
.case_jt1 .case_r:hover{ background:#0085ED url(../images/case_r.png) no-repeat center center;}


/**** 人才招聘 ****/
.concept_box{ margin-bottom:20px; overflow:hidden; background:#0085ed;}
.concept_box .concept_pic{ width:616px; float:right;}
.concept_box .concept_info{ width:470px; color:#fff; line-height:24px; float:left; padding:100px 0 0 100px;}
.concept_box .concept_info h3{ font-size:30px; font-weight:bold; margin-bottom:30px;}

.accordion{ width:100%; height:50px; line-height:50px; margin-top:10px; position:relative; display:inline-block; color:#666; vertical-align:middle;}
.accordion .icon{ width:28px; height:28px; position:relative; float:right; border-radius:100%; border:2px #fff solid; margin:9px 15px 0 0; background:url(../images/jia.gif) no-repeat center center;}
.accordion.active .icon{ background:url(../images/jian.gif) no-repeat center center;}
.accordion h4{ float:left; padding-left:20px; position:relative; font-size:18px;}
.accordion a{ height:50px; position:relative; display:block; text-decoration:none; background:#e6e6e6;}
.accordion a:hover,.active a{ text-decoration:none; color:#fff; background-color:#0085ed; transition:0.3s;}

.accordion-desc{ background-color:#f9f9f9; color:#666; z-index:2; font-size:14px; line-height:2em; padding:30px;}


/* 联系我们 */
.i_contact_box{}
.i_contact_box .contact_con{}
.i_contact_box .contact_con .con{ width:100%; height:650px; overflow: hidden; background:url(../images/i_con_pic2.jpg) no-repeat center 30px;}
.i_contact_box .contact_con .text{ width:100%; text-align:center; margin:80px 0;}
.i_contact_box .contact_con .con .text h3{ font-size:30px; display:inline-block; vertical-align:middle; color: black;font-weight: bold;}

.i_contact_box .contact_con ul{ width:1200px; margin:0 auto; font-size:0; vertical-align:top;}
.i_contact_box .contact_con ul li{ width:22%; display:inline-block; box-sizing:border-box;}
.i_contact_box .contact_con ul li:nth-child(2){ width:34%;}
.i_contact_box .contact_con ul li dl{ text-align:center;}
.i_contact_box .contact_con ul li dl dt{ margin-bottom:20px;}
.i_contact_box .contact_con ul li dl dd p{ font-size:16px; line-height:24px;}

.two_wm{ width:100%; text-align:center; margin-top:50px; font-size:16px;}
.two_wm img{ padding:8px; background:#0085ed; margin-bottom:10px;}

.i_message_bg{ padding:100px 0 150px; background:url(../images/message_bg.jpg) no-repeat center center;}
.i_message{ width:1200px; margin:0 auto;}
.i_message h3{ font-size:40px; color:#000; margin-bottom:40px;}
.i_message li{ width:48.5%; padding:10px 0; float:left;}
.i_message li:nth-child(2n){ float:right;}
.i_message li:nth-child(5),.i_message li:nth-child(6){ width:100%;}
.i_message li .text,.i_message li textarea{ width:100%; line-height:50px; font-size:14px; padding-left:14px; background:#fff; border:1px #ddd solid; box-sizing:border-box;}
.i_message li textarea{ width:100%; height:112px; padding-top:10px; line-height:24px;}
.i_message .submit{ display:block; width:200px; height:60px; font-size:24px; line-height:60px; text-align:center; color:#fff; background:#868686;}
.i_message .submit:hover{ color:#fff; background:#d52621;}


