@charset "utf-8";
/* CSS Document */

.banner{ width:100%; overflow:hidden;}
/*幻灯片*/
	    .links{
	    	padding: 8px;
	    	background-color: #52b529;
	    	margin: 5px;
	    	-webkit-transition: all 1s;
	    	-o-transition: all 1s;
	    	transition: all 1s;
	    }
	    .links a{
	    	color: #fff;
	    	display: inline-block;
	    	width: 100%;
	    	height: 100%;
	    	text-decoration: none;
	    }
	    .links:hover{
		background-color: #1e824c;
	    }
	    .current{
	    	background-color: #22a7f0;
	    }
	    .swiper-container {
	        width: 100%;
	        margin:0 auto;
	    }
	    .swiper-slide {
	        text-align: center;
	        font-size: 18px;
	        background: #fff;
	        
	        /* Center slide text vertically */
	        display: -webkit-box;
	        display: -ms-flexbox;
	        display: -webkit-flex;
	        display: flex;
	        -webkit-box-pack: center;
	        -ms-flex-pack: center;
	        -webkit-justify-content: center;
	        justify-content: center;
	        -webkit-box-align: center;
	        -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
	    }
.swiper-slide img{ width:100%; height:auto;}
/*新闻*/
.news_box{ 
	width:100%;
	overflow:hidden;
	background-color:#24315e;
	margin:2rem 0;
}
.news{ 
	margin-top: 2rem;
	width:100%;
	height:17rem;
	padding:0 2.5rem;
}
.news_h1{ 
	width: 28%;
	background: url(../images/time.png) center no-repeat;
    background-size: auto 100%;
	float:left;
	text-align:center;
	margin-top: 0.8rem;
	max-width:78px;
	}
.news_h1 h2{ 
	color:#fff;
	font-size:3rem;
    font-weight: bold;
	line-height:4.2rem;
	}
.news_h1 span{ 
	color:#24315e; 
	font-size:1.2rem; 
	text-align:center;}
.news_text{ 
	width:65%;
	margin-left:1rem;
	float:left;
	text-align:left;
}
.news_title{
	width:100%;
	overflow:hidden;
	padding-bottom:1rem;
	border-bottom:rgba(255,255,255,0.2) 0.1rem solid;
}
.news_text h1{ 
	text-align:left;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size:1.4rem;
	color:#fff;
}
.news_text p{
	display: inline-block;
    height: 3.8rem;
    overflow: hidden;
	color:#e5e5e5;
	font-size:1.2rem;}
.news_lit{
	width:100%;
	margin-top: 1rem;
}
.news_lit p{
	font-size:1.2rem;
	color:#e5e5e5;
	width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_more{
	margin-bottom:0.5rem;
	float:right;
	line-height:3rem;
	color:#fff;
	font-size:1.2rem;}
/*导航*/
.nav_box{ 
	width:100%;
	overflow:hidden;
	background-color:#fff;}
.nav{ 
	width:100%;
	padding:2rem;
	overflow:hidden;}
.nav_zjms{ 
	width:100%;
	height:10rem;
	position:relative;
	background:#d7444c url(../images/nav1_icon.png) 90% center no-repeat;
	background-size:auto 65%;
	margin-bottom:0.5rem;}
.nav_img{
	max-width:119px; 
	position: absolute;
    bottom: 4rem;
    left: 2rem;
    width:6.5rem;}
.nav_span{	
	font-size: 1.4rem;
    position: absolute;
    bottom: 2rem;
    left: 2rem;
	color:#fff;
}
.nav_zsxm{
	width:100%;
	height:10rem;
	margin-bottom:0.5rem;
}

.xiangmu{
	width:64%;
	height:10rem;
	float:left;
	}
.xiangmu img{
	width:100%;
	height:10rem;}
.nav_zs{
	position:relative;
	width:34.5%;
	height:10rem;
	float:right;
	background:#d76e44 url(../images/nav2_icon.png) 92% 15% no-repeat;
	background-size:auto 33%;
	}
.nav_jrms{
	position:relative;
	width:49.25%;
	height:10rem;
	float:left;
	background:#fe9400 url(../images/nav3_icon.png) 90% center no-repeat;
	background-size:auto 33%;
	}
.nav_swhz{
	position:relative;
	width:49.25%;
	height:10rem;
	float:right;
	background:#0a54b1 url(../images/nav4_icon.png) 90% center no-repeat;
	background-size:auto 33%;
	}

/*内页基本属性*/
.ny_banner{ 
	width:100%;
	overflow:hidden;
}
.ny_nav{
	width:100%;
	overflow:hidden;
	border-bottom:#dddddd 0.1rem solid;
	background-color:#fff;
	}
.ny_nav a.wid_100{
	width:100%;}
.ny_nav a.wid_50{
	width:49%	
	}
.ny_nav a.wid_33{
	width:32.433%}
.ny_nav a.wid_25{
	width:24.2%	
	}
.ny_nav a.wid_20{
	width:19.5%	
	}
.ny_nav a.wid_16{
	width:16.2%	
	}
.ny_nav a.cur{
	border-bottom:#d7444c 0.2rem solid;
	color:#333333;
	}	
.ny_nav a:last-child{ background:none;}
.ny_nav a{
	box-sizing: border-box;
	font-size:1.4rem;
	text-align:center;
	display:inline-block;
	line-height:4rem;
	color:#666666;
	background:url(../images/ny_xix.jpg) right center no-repeat;
	background-size:auto 70%;
}
/*内页基本属性end*/

/*新闻中心*/
.ny_back{
	width:100%;
	overflow:hidden;
	background:#eeeff3;
}
.ny_banju{
	width:100%;
	padding:1.6rem;
	background:#fff;
	overflow:hidden;
	margin-top:1.6rem;
}
.ny_banju_text{
	width:100%;
	padding:1.6rem;
	background:#EEEFF3;
	overflow:hidden;
}

.news_photo{
	width:30%;
	height:7rem;
	float:left;
	overflow:hidden;
}
.news_photo img{
	height:7rem;}
.news_wenz{
	width:65%;
	float:left;
	color:#666666;
	margin-left:5%;
	height: 7rem;
    overflow: hidden;
}
.news_dom li{
	border-bottom:#dddddd 0.1rem solid;
	position:relative;
	overflow: hidden;
    width: 100%;
    padding: 1rem 0;
}
.news_wenz h2{
	text-align:left;
	font-size:1.4rem;
	color:#484848;
	font-weight:bold;
	line-height: 3rem;
	display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_wenz p{
	font-size:1.2rem;
}
.news_kb{
	width:8rem;
	display:block;
	height:3rem;
	position:absolute;
	text-align:right;
	line-height:3rem;
	right:0;
	bottom:0;
	color:#666666;
	font-size: 1.2rem;
}
.news_icon{
	background:url(../images/news_icon.png) bottom no-repeat;
	background-size:auto 60%;
	width:2rem;
	height:2rem;
	display:inline-block;
}
.more_icon{ 
	width:100%;
	height:4rem;
	background:#24315e url(../images/more_icon.png) center no-repeat;
	background-size:auto 70%;
	border:none;
	margin-top:1rem;
	}
/*在售项目*/
.xiangmu_box{
	width:100%;
	overflow:hidden;}
/*.xiangmu_box li:first-child{
	padding-top:0;
	}
*/
.xiangmu_box li{

	border-bottom:#dddddd 0.1rem solid;
	position:relative;
	overflow: hidden;
    width: 100%;
    padding: 1.5rem 0;
}
.xiangmu_photo{ 
	width:47%;
	height:12.5rem;
	overflow:hidden;
	margin-right:3%;}
.xiangmu_photo img{
	height:12.5rem;
	}
.xiangmu_text{
	width:50%;
	color:#666666;
	
	}
.xiangmu_text h2{
	line-height: 2.8rem;
	font-size:1.4rem;
	font-weight:bold;
	color:#333333;
	}
.xiangmu_text p{
	font-size:1.2rem;
}
.xiangmu_click{
    width: 7rem;
    height: 2.5rem;
    background: #24315e;
    line-height: 2.5rem;
    margin: 0 auto;
    display: block;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    margin-top: 0.8rem;
}
/*项目详情*/
.xiangmu_show{
	width:100%;
	padding:1.2rem;
	background-color:#fff;
	overflow:hidden;
}
.xiangmu_show p{
	color:#535353;
	font-size:1.4rem;
	margin-bottom:1rem;
	line-height:2.5rem;
}
.xiangmu_show img{
	display:block;
	margin:0 auto;
	width:12rem;
	height:auto;	
}
.xiangmu_show span{
	color:#666666;
	display:block;
	font-size:1.2rem;}
.go_home{
	width:100%;
	padding:0 2rem;
	height:3rem;
	line-height:3rem;
	background-color:#dddddd;
	color:#333333;
}
.go_tel{
	width:2rem;
	height:2rem;
	background:url(../images/title.png) bottom no-repeat;
	display:inline-block;
	background-size:auto 50%;	
}
/*美盛概况*/
.meisheng_box{
	width:100%;
	padding:1.2rem;
	background-color:#fff;
	overflow:hidden;
	position:relative;
}
.meisheng_box h1{
	text-align:left;
	font-size:2.5rem;
	color:#787373;
	margin-bottom:1rem;}
.meisheng_box h3{
	text-align:left;
	font-size:1.6rem;}
.meisheng_box p{ 
	margin-bottom:1rem;
	color:#787373;
	font-size:1.4rem;
	line-height:2.5rem;}
.ms_show{ 
	margin:2rem 0rem 0rem 0rem;
	width:11rem;}
.ms_icon{
	width:6rem;
	position:absolute;
	right:2rem;
	top:2rem;
	}
/*招标预告*/
.zhaobiao p{
	line-height: 2rem;
	float:left;
	/*width:75%;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
	font-size:1.4rem;
	color:#484848;
}
.zhaobiao b{
	line-height: 2rem;
	float:right;
	display:block;
	font-weight:normal;
	width:22%;
	font-size:1.2rem;
	color:#888888;}
/*加入美盛*/
.come{
	width:100%;
	overflow:hidden;
	margin-bottom:0.5rem;}
.come_img{
	width:49%;
	height:13.7rem;
	overflow:hidden;}
.come_img img{
	min-height:13.7rem;}
.come_tex{
	width:49%;
	background:#24315e url(../images/comems_icon1.png) 2rem 8rem no-repeat;
	background-size:auto 28%;
	color:#fff;	
	height:13.7rem;
}
.come_tex1{
	width:49%;
	background:#d7444c url(../images/comems_icon.png) 2rem 8rem no-repeat;
	background-size:auto 28%;
	color:#fff;	
	height:13.7rem;
}
.come_h2{
	line-height: normal;
	font-size:1.2rem;
	margin-top:2rem;
	display:block;
	margin-left:2rem;
	text-align:left;
	}
/*企业文化*/
.meisheng_box h4{
	font-size:1.6rem;
	font-weight:bold;}
strong.cur{
text-align: center;
    width: 100%;
    display: inline-block;
    line-height: 2.5rem;
    color: #24315e;
}
.meisheng_box .tel_ms{ 
	font-size:1.6rem;
	color:#1f1f1f;
	line-height:normal;
	margin-top:2rem;
	margin-bottom:0;}
.tel_cs{
	margin-top:7rem;}
.bx{ color:#d7444c;}
.text_show{
	width:100%;
	background:#fff url(../images/text_show_icon.png) center no-repeat;
	background-size:auto 50%;
	height:4rem;
	border:none;
}
.text_show.cur{
	background:#fff url(../images/text_show_top.png) center no-repeat;
	background-size:auto 50%;
	}
.meisheng_box.cur{
	height:31rem;}

/*新闻显示*/
.tex_show{ 
	width:100%;
	overflow:hidden;
	background-color:#f0efee;}
.tex_show h1{ 
	font-size:1.8rem;
	color:#484848;
	padding:0 3rem;
	line-height:2rem;
	margin-top:2rem;
	font-weight:bold;}
.tex_time{ 
	font-size:1.2rem;
	color:#939292;
	text-align:center;
	display:block;
	margin-top:1.5rem;
	margin-bottom:1rem;}
.tex_wenz{
	width:100%;
	overflow:hidden;
	background-color:#fff;
	padding:2rem 1.5rem;}
.tex_wenz img{
	width:100% !important;
	height:auto !important; 
	margin:1.5rem 0;
	
}
.tex_wenz p{   
	line-height:3rem;
	margin-bottom:1rem;
	font-size:1.6rem;
	color:#333;
}

.tou_shang_box{ 
	width:100%;
	overflow:hidden;
	border-top:#E6E6E6 solid 0.1rem;
	padding-top:1rem;}
.tou_shang{
	width:49%;
	overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	color:#787373;
	font-size:1.2rem;
	}
.tou_shang.text{
	text-align:right;}
/*招聘*/
.zhaopin{
	width: 100%;
    overflow: hidden;
    background-color: #F1F1F1;
    padding: 1rem;
	display:none;}

/*图片展示*/
.my-simple-gallery{ 
	padding:1.5rem;
	overflow:hidden;}

figure:nth-child(even){ 
	float:right;
	margin-right:0;}
.pswp__top-bar { z-index:9999;}
figure{
    margin-right: 1rem;
    background-color: #fff;
    width: 47.8%;
    padding: 1rem;
    height: 16rem;
    float: left;
    margin-bottom: 1rem;}
figure img{height:12rem;}
/*员工风采*/
.yuangong_box li{
	border-bottom:0.1rem dashed #CCC;
	margin-bottom:1rem;}
.yuangong_photo{
	width:6rem;
	height:6rem;
	border-radius:50%;
	overflow:hidden;
	margin:0 auto;
}
/*发展历程*/
.licheng_box{
	position:relative;
	overflow:hidden;}
.licheng_box li{
	width:100%;
	overflow:hidden;}
.licheng_y {width:0.3rem;
	height:100%;
	border-radius:4rem;
	position:absolute;
	left:1rem;
	top:0;
	background-color:#bfbfbf;}
.licheng_time{
	width:4rem;
	height:3rem;
	background:url(../images/mvp_time.png) no-repeat top center;
	background-size:auto 70%;
	position:relative;
	float:left;
	top:1rem;
	left:-0.3rem;}
.licheng_p{
	float:right;
	width:85%;
	line-height:2.5rem;
	color:#787373;
	border-bottom:#CCC 0.1rem dashed;
	padding-bottom:1rem;}
.licheng_p h2{ 
	text-align:left;
	font-weight:bold;
	color:#d7444c;
	font-size:1.6rem;
	line-height:normal;
	margin-top:1.2rem;
	margin-bottom:1rem;}


/*项目*/
.ny_xxxs{
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding-top: 2rem;
}
.xin_pro{
	width: 40%;
	float: left;
	position: relative;
}
.xin_pho{
	border-bottom: 1px solid #f7f7f7;
    display: table-cell;
}
.xin_pho img{
	max-height: 170px;
	padding-left: .5rem;
}

.top_suolue{
	color: #fff;
    font-size: .84rem;
    text-align: center;
    padding: 0.5rem 0.5rem 0.3rem;
    line-height: 1.4rem;
    position: absolute;
    top: 0;
    left: .5rem;
    z-index: 2;
}

.top_suolue.back{
	background: #2d9eaf;
}
.div_td{
	width: 60%;
    padding: 0 .8rem;
	float: right;
}
.div_td h1{
	font-size: 1.6rem;
    color: #333;
	text-align: left;
    line-height: 1.5;
	padding-bottom: 0.5rem;
}
.div_td p{
	line-height: 1.5;
    color: #a0a0a0;
    font-size: 1rem;
    white-space: nowrap;
}
.est_price{
	font-size: 1.16rem;
    color: #e60012;
}
.tag_box{
	padding-top: .3rem;
}
.tag_box .tag {
    height: 1.6rem;
    line-height: 1.6rem;
    font-size: 1rem;
    color: #fff;
    padding: 0 .5rem;
    display: inline-block;
    margin: .2rem .2rem .2rem 0;
    border-radius: 4px;
}

.tag_box .tag-0 {
    background-color: #ffba17;
}
.tag_box .tag-1 {
    background-color: #86c8df;
}
.tag_box .tag-2 {
    background-color: #7fcac3;
}
.tag_box .tag-3 {
    background-color: #d1abe4;
}






