
#my-page{
	position: relative;
}

/*头部*/
header{
	position: absolute;
	top: 0;
	width: 100%;
	height: 81px;
	border-bottom: 1px solid #e3e3e3;
	padding: 0 4%;
	background-color: rgba(255,255,255,.8);
	font-size: 14px;	
	z-index: 99;
}

header .logobox{
	display: block;
	float: left;
	width: 186px;
	height: 51px;
	margin-top: 15px;
	background-image: url(../img/logo-.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

header .logobox img{
	width: 100%;
	height: 100%;
}

header .menu-list{
	float: right;
	color: #000000;
}

header .menu-list li{
	width: 95px;
	padding: 20px 0;
	margin: 0 15px;
	line-height: 40px;
	float: left;
	text-align: center;
}

header .menu-list li a{
	display: block;
	color: #000000;
}

header .menu-list li a:hover{
	color: #fe0000;
}

header .menu-list li a.cur{
	color: #fe0000 !important;
}

header .menu-list li a i{
	margin-left: 15px;
}

header .menu-list li .c_menu{
	display: none;
	height: 36px;
	line-height: 36px;
	width: 100%;
	position: absolute;
	background-color: rgba(0,0,0,.3);
	top: 80px;
	left: 0;
}

header .menu-list li .c_menu a{
	display: block;
	float: right;
	text-align: center;
	width: 140px;
	line-height: 36px;
	color: #FFFFFF;
}

header .menu-list li .c_menu a:hover{
	color: #fe0000;
}

header .h_search{
	float: right;
	margin-top: 24px;	
}

header .h_search_1{
	float: left;
	width: 160px;
	height: 33px;
	border-bottom: 1px solid #000000;
}

header .h_search_1 a:hover{
	color: #FE0000;
}

header .h_search_1 input[type="text"]{
	width: 85%;
	height: 100%;
	padding-left: 5px;
}

header .h_search_2{
	float: left;
	margin-left: 15px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	margin-top: 4px;
	transition: all 0.5s;
}

header .h_search_2 a{
	display: block;
}

header .h_search_2 a:hover{
	color: #fe0000;
}

header .btn_menu{
	float: right;
	line-height: 80px;
	margin-left: 25px;
	cursor: pointer;
	display: none;
}

header .btn_menu:hover{
	color: #FE0000;
}

header .btn_menu .iconfont{
	font-size: 32px;
}

header.index{
	background-color: transparent;
	border-color: transparent;
	color: #FFFFFF;
	transition: all 0.3s;
}

header.index .logobox{
	background-image: url(../img/logo.png);
}

header.index .h_search_1{
	border-color: #FFFFFF;
	transition: all 0.3s;
}

header.index .menu-list li a,header.index .h_search a,header.index .btn_menu{
	color: #FFFFFF;
	transition: all 0.3s;
}


/*底部*/
footer{
	background-color: #f4f4f4;
}

footer .footnotes{
	padding: 0 4%;
	line-height: 28px;
	border-top: 1px solid #dedede;
	font-size: 12px;
	text-align: center;
	color: #8b8b8b;
}

footer .footnotes .ftleft{float:left;}
footer .footnotes .ftleft i{margin-left:15px;}
footer .footnotes .ftright{float:right;}

footer .f-mian{
	padding: 5% 4% 3.5%;
}

footer .fleft{
	width: 22%;
	float: left;
	margin-left: 2.5%;
}

footer .fleft h2{
	font-size: 16px;
	color: #555555;
	line-height: 58px;
	margin-bottom: 5px;
}

footer .fleft p{
	font-size: 14px;
	color: #8b8b8b;
	line-height: 28px;
}

footer .fshare{
	line-height: 48px;
}

footer .fshare a{
	color: #8b8b8b;
	margin: 0 15px;
	opacity: .8;
}

footer .fshare .iconfont{
	font-size: 20px;
}

footer .fshare .iconfont:hover{
	color: #fe0000;
}

footer .fright{
	float: right;
	width: 73%;
	margin-left: 2.5%;
}

footer .fform{
	width: 80%;
	margin: 0 auto;
}

footer .fform label{
	width: 32.3%;
	display: block;
	float: left;
	border-bottom: 1px solid #dedede;
	margin-right: 1%;
}

footer .fform label:last-child{
	width: 100%;
	margin-top: 70px;
}

footer .finput1{
	width: 75%;
	line-height: 58px;
	margin-left: 5%;	
}

footer .fsubmit{
	display: block;
	width: 200px;
	height: 46px;
	text-align: center;
	border: 1px solid #e1e1e1;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	font-size: 16px;
	line-height: 46px;
	color: #9b9b9b;
	margin-top: 30px;
}

.s-rtop{
	position: fixed;
	background-color: #FE0000;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 20px;
	padding: 3px 3px;
	bottom: 5%;
	right: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	z-index: 100;
	cursor: pointer;
}

/*首页*/
/*首页banner*/
.mySwiperA .pic{
	display: block;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}
/*首页第一版*/
.index_1n{
	width: 100%;
	background-color: #FFFFFF;
	padding: 3% 10%;
}

.s-index_1n{
	background-color: #FFFFFF;
	position: relative;
	margin-bottom: -8%;
	border: 1px solid transparent;
	box-shadow: 0px 3px 3px rgba(0,0,0,.2);
}

.s-index_1n h2{
	color: #555555;
	font-size: 24px;
	text-align: center;
	margin: 2% 0;
}

.s-index_1n .text{
	width: 80%;
	margin: 0 auto;
	line-height: 24px;
	font-size: 14px;
	color: #bbbbbb;
	text-align: center;
}

.s-index_1n .btn_more{
	display: block;
	margin: 0 auto;
	width: 180px;
	height: 46px;
	line-height: 44px;
	border: 1px solid #e9e9e9;
	font-size: 16px;
	color: #8b8b8b;
	text-align: center;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	margin-top: 1.5%;
	margin-bottom: 3%;
}

.s-index_1n .btn_more:hover{
	color: #FFFFFF;
	background-color: #FE0000;
}

.c-index_1n{
	padding: 3% 0;
}

.c-index_1n li{
	float: left;
	text-align: center;
	width: 25%;
}

.c-index_1n li h3{
	font-size: 38px;
	color: #666666;
}

.c-index_1n li h3 sup{
	font-size: 12px;
	vertical-align: top;
}

.c-index_1n li p{
	font-size: 14px;
	color: #BBBBBB;
	line-height: 30px;
}

.index_1n-b{
	width: 100%;
	padding-bottom: 10%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/*首页第二版*/
.index_2n{
	padding: 5% 0;
	background-color: #f4f4f4;
}

.index_2n .content{
	padding: 0 5%;
}

.title_1{
	color: #555555;
	font-size: 26px;
	text-align: center;
}

.title_1 p{
	font-size: 14px;
	color: #BBBBBB;
}

.s-index-list{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}

.s-index-list a{
	display: inline-block;
	height: 38px;
	line-height: 36px;
	border: 1px solid #e7e7e7;
	font-size: 14px;
	color: #828282;
	padding: 0 30px;
	margin: 0 2px;
}

.s-index-list a:hover{
	background-color: #FE0000;
	border-color: #FE0000;
	color: #FFFFFF;
}

.s-index-list a.cur{
	background-color: #FE0000;
	border-color: #FE0000;
	color: #FFFFFF;
}

.s-index_2n,.s-index_3n{
	display: none;
}

.s-index_2n.on,.s-index_3n.on{
	display: block;
}

.s-index_2n a.pic{
	display: block;
	float: left;
	width: 33.3333%;
	padding-bottom: 22%;
	position: relative;
	overflow: hidden;
}

.s-index_2n a.pic:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.3);
	opacity: 0;
	z-index: 10;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.s-index_2n a.pic:after{
	content: '';
	display: block;
	width: 10%;
	padding-bottom: 10%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	background-color: #FE0000;
	background-image: url(../img/icon4.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 45% auto;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	margin-left: -5%;
	top: 30%;
	text-align: center;
	z-index: 20;
	opacity: 0;
}

.s-index_2n a.pic .imgbox{
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
}

.s-index_2n a.pic img{
	width: 100%;
	height: 100%;	
}

.s-index_2n a.pic .ifon{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 20;
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;	
}

.s-index_2n a.pic .ifon_1{
	font-size: 24px;
	color: #FE0000;
}

.s-index_2n a.pic .ifon_2{
	font-size: 14px;
	color: rgba(255,255,255,.6);
}

.s-index_2n a.pic:hover:before,.s-index_2n a.pic:hover:after{
	opacity: 1;
}

.s-index_2n a.pic:hover .ifon{
	top: 55%;
}

.s-index_2n a.pic:hover .imgbox{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.s-index_more{
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
	margin-top: 4.5%;
}

.s-index_more a{
	display: block;
	background-color: #f4f4f4;
	width: 120px;
	height: 26px;
	line-height: 26px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-top: -13px;
	margin-left: -60px;
	text-align: center;
	font-size: 14px;
	color: #8b8b8b;
}

.s-index_more a:hover{
	color: #FE0000;
}


/*首页第三版*/
.index_3n{
	padding: 5% 0;
}

.index_3n .content{
	padding: 0 5%;
}

.index_3n .s-index_more a{
	background-color: #FFFFFF;
}

.s-index_3n .news{
	display: block;
	width: 25%;
	float: left;
}

.s-index_3n .news .news_1n{
	padding: 3% 7% 32% 7%;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	background-color: #FFFFFF;
}

.s-index_3n .news .news_1n .date{
	color: #666666;
}

.s-index_3n .news .news_1n .date h4{
	font-size: 28px;	
}

.s-index_3n .news .news_1n .date span{
	padding-right: 10px;
	font-size: 14px;
	line-height: 22px;
	border-bottom: 1px solid #666666;
}

.s-index_3n .news .news_1n h2{
	font-size: 16px;
	color: #666666;
	line-height: 48px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.s-index_3n .news .news_1n p{
	font-size: 12px;
	line-height: 22px;
	color: #bbbbbb;
	height: 66px;
	overflow: hidden;
}

.s-index_3n .news .news_2n{
	padding: 0 7%;	
	margin-top: -26%;
}

.s-index_3n .news .news_2n .imgbox{
	padding-bottom: 65%;
	position: relative;
}

.s-index_3n .news .news_2n .ss{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	overflow: hidden;	
}

.s-index_3n .news .news_2n .ss img{
	width: 100%;
	height: 100%;
}

.s-index_3n .news:hover .news_1n{
	background-color: #FE0000;
}

.s-index_3n .news:hover .date,.s-index_3n .news:hover h2,.s-index_3n .news:hover p{
	color: #FFFFFF;
}

.s-index_3n .news:hover .date span{
	border-color: #FFFFFF;
}

.s-index_3n .news:hover .imgbox .ss{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

/*公司业务*/
/*公司业务-建筑设计*/
.c-banner{
	width: 100%;
	height: 520px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.c-banner .text{
	position: absolute;
	top: 32%;
	left: 0;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	line-height: 80px;
	padding: 20px 0;
}

.c-banner .text:after{
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 12px;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	background: url(../img/icon5.png) no-repeat center;
}

.c-banner .text h4{
	font-size: 38px;
	font-weight: normal;
}

.m-business1{
	background-color: #FFFFFF;
}

.business1-nav{
	height: 79px;
	border-bottom: 1px solid #e3e3e3;
	font-size: 16px;
	text-align: center;	
	background-color: #FFFFFF;
}

.business1-nav a{
	display: inline-block;
	height: 79px;
	line-height: 77px;
	border-bottom: 2px solid transparent;
	margin: 0 60px;
}

.business1-nav a:hover{
	border-color: #FE0000;
	color: #FE0000;
}

.business1-nav a.cur{
	border-color: #FE0000;
	color: #FE0000;
}

.business1-con{
	padding: 5% 13%;
}

.title_2{
	font-size: 38px;
	color: #565656;
	text-align: center;
	margin-bottom: 3.5%;
}

.title_2 p{
	font-size: 16px;
	line-height: 48px;
	font-weight: bold;
}

/*.title_2:after{
	content: '';
	display: block;
	width: 2px;
	height: 14px;
	background: #FE0000;
	margin: 0 auto;
}
*/

.business1-con .imgbox{
	width: 40%;
	float: left;
}

.business1-con .imgbox img{
	width: 100%;
	height: 100%;
}

.business1-con .text{
	width: 52%;
	float: right;
	color: #717171;
	font-size: 14px;
	line-height: 32px;
}

.m-business2{
	background-color: #dcdddd;
}

.m-business2 .business1-con .imgbox{
	float: right;
}

.m-business2 .business1-con .text{
	float: left;
}


/*经典案例*/
.m-case{
	padding-top: 81px;
}

.case_filter{
	height: 57px;
	border-bottom: 1px solid #e3e3e3;
	text-align: center;
}

.case_filter a{
	display: inline-block;
	height: 57px;
	border-bottom: 2px solid transparent;
	line-height: 55px;
	margin: 0 60px;
}

.case_filter i{
	display: inline-block;
	position: relative;
}

.case_filter i ul{
	position: absolute;
	background-color: #FFFFFF;
	z-index: 100;
	text-align: center;
	width: 100%;
	margin-top: -2px;
	overflow: hidden;
	display: none;
	box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}

.case_filter i ul li a{
	margin: 0;
}

.case_filter a:hover{
	border-color: #FE0000;
	color: #FE0000;
}

.case_filter a.cur{
	border-color: #FE0000;
	color: #FE0000;
}

.m-case .content{
	padding-left: 1%;
	padding-bottom: 4.5%;
}

.m-case .content .pic{
	display: block;
	float: left;
	width: 24%;
	position: relative;
	padding-bottom: 20%;
	margin-top: 1%;
	margin-right: 1%;
	overflow: hidden;
}

.m-case .content .pic .imgbox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.m-case .content .pic .imgbox img{
	width: 100%;
	height: 100%;	
}

.m-case .content .pic .text{
	position: absolute;
	height: 100%;
	top: calc(100% - 54px);
	width: 100%;
	background-color: rgba(0,0,0,.3);
	color: #FFFFFF;
	line-height: 22px;
	font-size: 14px;
	padding: 8px 0 8px 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.m-case .content .pic .text .title h4{
	font-size: 16px;
}

.m-case .content .pic:hover .text{
	top: 0;
}

.m-case .content .pic:hover .imgbox{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

/*经典案例-详情页*/
.md-case{
	padding-top: 81px;
}


.mySwiperB .pic{
	display: block;
	width: 100%;
	padding-bottom: 45%;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}

.md-case_main{
	padding: 1% 5% 2.5% 5%;
}

.swiper-paginationB.swiper-pagination-bullets{
	bottom: 10px;
}

.md-case_main .m_left{
	float: left;
	width: 23%;
	font-size: 14px;
	color: #939393;
	line-height: 24px;
}

.md-case_main .m_left .title{
	color: #717171;
	margin-bottom: 10px;
	margin-top: 10px;
}

.md-case_main .m_left .title h4{
	font-size: 16px;
}

.md-case_main .m_right{
	float: right;
	width: 75%;
	font-size: 14px;
	color: #717171;
	line-height: 30px;
}

.m-link{
	height: 70px;
	width: 100%;
	background-color: #f4f4f4;
	margin-top: 2%;
	position: relative;
	padding-left: calc(8% + 30px);
	padding-right: calc(8% + 30px);
}

.m-link a{
	display: block;
	color: #585858;
	font-size: 14px;
	padding-top: 15px;
}

.m-link a span{
	font-size: 12px;
	color: #929292;
}

.m-link a.prev{
	float: left;
	text-align: left;
}

.m-link a.next{
	float: right;
	text-align: right;
}

.m-link a:hover,.m-link a:hover span{
	color: #FE0000;
}

.m-link:before{
	content: '';
	display: block;
	position: absolute;
	width: 6%;
	height: 1px;
	left: 30px;
	bottom: 30px;
	background-color: #999999;
}

.m-link:after{
	content: '';
	display: block;
	position: absolute;
	width: 6%;
	height: 1px;
	right: 30px;
	bottom: 30px;
	background-color: #999999;
}


/*新闻中心*/
.news_con{
	padding: 5% 15%;	
	background-color: #fafafa;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../img/bg2.png);
}

.news_con .s-index_3n .news{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.news_con .s-index_3n .news:nth-child(3n){
	margin-right: 0;
}

/*新闻中心-详情页*/
.md-news{
	padding-top: 81px;
}

.md-news .content{
	padding: 5% 12%;
}

.title_3{
	border-bottom: 1px solid #f4f4f4;
	text-align: center;
}

.title_3 h2{
	font-size: 16px;
	font-weight: bold;
	color: #595959;
}

.title_3 .date{
	font-size: 14px;
	color: #848484;
	line-height: 24px;
	padding-bottom: 5px;
}

.md-news .content .text{
	padding: 2% 0;
	font-size: 14px;
	line-height: 30px;
	color: #848484;
}

.md-news .content .text .pic{
	margin-top: 20px;
	text-align: center;
}

.md-news .content .text .pic img{
	width: 48%;
	height: auto;
	margin-bottom: 20px;
}

.md-news .content .text .pic img + img{
	margin-left: 2%;
}


/*人力资源*/
/*人力资源-社会招聘*/
.m-join_1n .content{
	padding: 5% 15%;	
	background-color: #fafafa;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.join_1n_1{
	height: 60px;
	background-color: #FFFFFF;
	margin: 10px 0;
	box-shadow: 0px 3px 10px rgba(0,0,0,.1);
}

.join_1n_1 .fleft{
	float: left;
	width: 20%;
	height: 100%;
	background-color: #d9d9d9;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	color: #717171;
}

.join_1n_1 .fright{
	float: right;
	width: 80%;
	height: 100%;
	font-size: 14px;
	color: #717171;
	line-height: 60px;
	padding-left: 8%;
	overflow: hidden;
}

.join_1n_1 .fright .date{
	margin-right: 30px;
	padding-left: 25px;
	background: url(../img/icon6.png) no-repeat 5px center;
}

.mySwiperF{
	height: 100%;
}

.mySwiperF .swiper-slide{
	height: 100%;
	overflow: hidden;
}

.join_1n_2{
	padding: 20px 4%;
	background-color: #FFFFFF;
}

.join_1n_2 .s-con{
	font-size: 14px;
	color: #717171;
	cursor: pointer;
}

.join_1n_2 .s-con.conx{
	font-weight: bold;
	font-size: 15px;
	color: #000000;
}

.join_1n_2 .s-con ul{
	border-bottom: 1px solid #e3e3e3;
}

.join_1n_2 .s-con ul li{
	float: left;
	width: 25%;
	line-height: 48px;
}

.join_1n_2 .s-con ul li:first-child{
	width: 35%;
}

.join_1n_2 .s-con ul li:last-child{
	width: 15%;
}

.join_1n_2 .s-con ul li:nth-child(2),.join_1n_2 .s-con ul li:nth-child(3){
	text-align: center;
}

.join_1n_2 .s-con ul li:last-child{
	text-align: right;
}

.join_1n_2 .s-con ul li a{
	display: inline-block;
	margin-right: 15px;
	width: 26px;
	height: 26px;
	font-size: 20px;
	line-height: 24px;	
	text-align: center;
	border: 1px solid #dfdfdf;
	color: #717171;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
}

.join_1n_2 .s-con ul li a:hover{
	background-color: #FE0000;
	color: #FFFFFF;
}

.join_1n_2 .s-con .ifon{
	line-height: 30px;
	font-size: 13px;
	padding: 15px 5px 15px 30px;
	border-bottom: 1px solid #e3e3e3;
	display: none;
	overflow: hidden;
}

.join_1n_2 .s-con .ifon .fleft{
	float: left;
	width: 30%;
}

.join_1n_2 .s-con .ifon .fright{
	float: right;
	width: 65%;
	max-height: 240px;
	overflow: hidden;
	overflow-y: auto;
}

.join_1n_2 .s-con .ifon .fright::-webkit-scrollbar-track{	
	background-color: #e3e3e3;
}

.join_1n_2 .s-con .ifon .fright::-webkit-scrollbar{
	width: 4px;
	border-radius: 6px;
}

.join_1n_2 .s-con .ifon .fright::-webkit-scrollbar-thumb{
	background-color: #FE0000;
	border-radius: 6px;
}

/*人力资源-校园招聘*/
.join_1n_3{
	background-color: #FFFFFF;
	padding: 10px 3% 25px 3%;
}

.join_1n_3 table{
	width: 100%;
}

.join_1n_3 table thead tr{
	height: 41px;
	line-height: 40px;
	border-bottom: 1px solid #e3e3e3;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.join_1n_3 table tbody tr{
	border-bottom: 1px solid #e3e3e3;
	font-size: 13px;
	line-height: 36px;
	color: #717171;	
}

.join_1n_3 table tbody tr td:first-child{
	position: relative;
}

.join_1n_3 table tbody tr .d_non{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.join_1n_3 table tbody tr td .ifon{
	position: relative;
	height: 72px;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.join_1n_3 table tbody tr td .ifon .d_ifon{
	position: absolute;
	top: 0;
	left: 0;
}

.join_1n_3 table tbody tr td a{
	font-size: 22px;
	font-weight: bold;
	display: block;
}

.join_1n_3 table tbody tr td a:hover{
	color: #FE0000;
}


/*关于我们*/
/*关于我们-公司介绍*/
.m-about .content{
	padding: 5% 10%;	
	background-color: #fafafa;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.m-about_1n .text{
	line-height: 30px;
	font-size: 14px;
	color: #717171;
	margin-bottom: 30px;
	padding: 0 3%;
}

.m-about_1n .c-index_1n{
	background-color: rgba(255,255,255,.5);
}

/*关于我们-荣誉资质*/
.m-about_2n{
	padding: 0 3%;
	position: relative;
}

.mySwiperC .swiper-slide .pic{
	width: 100%;
	overflow: hidden;
	background: url(../img/bg10.png) no-repeat center;
	background-size: cover;
	padding-bottom: 75%;
	position: relative;
}

.mySwiperC .swiper-slide .pic img{
	position: absolute;
	top: 4%;
	left: 4%;
	width: 92%;
	height: 92%;
}

.mySwiperC .swiper-slide p{
	font-size: 16px;
	color: #666666;
	line-height: 42px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	/*display: none;*/
}

.w-mySwiperC{
	display: none;
}

.w-mySwiperC ul li{
	float: left;
	width: 48%;
	margin-right: 2%;
}

.w-mySwiperC ul li:nth-child(2n){
	margin-right: 0;
}

.w-mySwiperD{
	display: none;
}

.w-mySwiperD ul li{
	float: left;
	width: 48%;
	margin-right: 2%;
}

.w-mySwiperD ul li:nth-child(2n){
	margin-right: 0;
}


.w-mySwiperC ul li .pic{
    width: 100%;
    overflow: hidden;
    background: url(../img/bg10.png) no-repeat center;
    background-size: cover;
    padding-bottom: 75%;
    position: relative;
}

.w-mySwiperC ul li .pic img {
    position: absolute;
    top: 4%;
    left: 4%;
    width: 92%;
    height: 92%;
}

.w-mySwiperC ul li p {
    font-size: 16px;
    color: #666666;
    line-height: 42px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.w-mySwiperD ul li .pic {
    width: 100%;
    overflow: hidden;
    padding-bottom: 135%;
    position: relative;
}

.w-mySwiperD ul li .pic img {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}

.w-mySwiperD ul li h2 {
    font-size: 16px;
    line-height: 36px;
    margin-top: 5px;
    color: #717171;
    position: relative;
}

.w-mySwiperD ul li  p {
    font-size: 14px;
    color: #b1b1b1;
    line-height: 28px;
}

.mySwiperD .swiper-slide{
	cursor: pointer;
}

.w-mySwiperE{
	display: none;
}

.w-mySwiperE ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.w-mySwiperE ul li:nth-child(3n){
	margin-right: 0;
}


.w-mySwiperE ul li .pic {
    width: 100%;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    cursor: pointer;
}

.w-mySwiperE ul li .pic img {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}

.w-mySwiperE ul li .ifon {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    color: #FFFFFF;
    font-size: 14px;
    opacity: 0;
}

.w-mySwiperE ul li .ifon .text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 100%;
    left: 0%;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	opacity: .6;
}

.m-about_2n .swiper-button-prev{
    background: none;
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: auto;
    margin-top: -30px;   
    left: -40px;
    outline: none;
    color: #7d7d7d;
}

.m-about_2n .swiper-button-prev .iconfont{
	font-size: 46px;
}

.m-about_2n .swiper-button-next{
    background: none;
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: auto;
    margin-top: -30px;
    outline: none;
    right: -40px;
    color: #7d7d7d;   
}

.m-about .swiper-button-next .iconfont{
	font-size: 46px;
}


/*关于我们-我们的团队*/
.m-about_3n{
	padding: 50px 90px;
	position: relative;
	background-color: #FFFFFF;
}

.m-about_3n .swiper-button-prev{
    background: none;
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: auto;
    margin-top: -30px;   
    left: 20px;
    outline: none;
    color: #ececec;
}

.m-about_3n .swiper-button-prev .iconfont{
	font-size: 46px;
}

.m-about_3n .swiper-button-next{
    background: none;
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: auto;
    margin-top: -30px;
    outline: none;
    right: 20px;
    color: #ececec;   
}

.mySwiperD .swiper-slide .pic{
	width: 100%;
	overflow: hidden;
	padding-bottom: 135%;
	position: relative;
}

.mySwiperD .swiper-slide .pic img{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
}

.mySwiperD .swiper-slide h2{
	font-size: 16px;
	line-height: 36px;
	margin-top: 5px;
	color: #717171;
	position: relative;
}

.mySwiperD .swiper-slide h2:after{
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background-color: #e3e3e3;
	position: absolute;
	bottom: 0;
	left: 0;
}

.mySwiperD .swiper-slide p{
	font-size: 14px;
	color: #b1b1b1;
	line-height: 28px;
}

/*团队弹窗*/
.p-bg{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.4);
	z-index: 999;
	display: none;
}

.p-box{
	position: fixed;
	width: 80%;
	background-color: #FFFFFF;
	top: 20%;
	left: 50%;
	margin-left: -40%;
	z-index: 999;
	padding: 50px 0 30px 0;
	display: none;
}

.p-box .close{
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 24px;
	height: 24px;
	background: url(../img/close.png) no-repeat center;
	cursor: pointer;
}

.p-box h2{
	font-size: 18px;
	margin-bottom: 20px;
	padding: 0 20px;
}

.p-box h3{
	color: #666666;
}

.p-box .text{
	font-size: 14px;
	padding: 0 20px;
	color: #999999;
	line-height: 36px;
	max-height: 450px;
	overflow: hidden;
	overflow-y: auto;
}

/*关于我们-合作伙伴*/
.m-about_4n{
	padding: 0 3%;
	position: relative;
}

.mySwiperE .swiper-slide .pic{
	width: 100%;
	overflow: hidden;
	padding-bottom: 50%;
	position: relative;
	cursor: pointer;
}

.mySwiperE .swiper-slide .pic img{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
}

.mySwiperE .swiper-slide .ifon{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	color: #FFFFFF;
	font-size: 14px;
	opacity: 0;
}

.mySwiperE .swiper-slide .ifon .text{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 100%;
	left: 0%;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;	
}

.mySwiperE .swiper-slide:hover .ifon{
	opacity: 1;
}

.mySwiperE .swiper-slide:hover .ifon .text{
	top: 0%;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	opacity: .6;
}

.m-about_4n .swiper-button-prev{
    background: none;
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: auto;
    margin-top: -30px;   
    left: -40px;
    outline: none;
    color: #7d7d7d;
}

.m-about_4n .swiper-button-prev .iconfont{
	font-size: 46px;
}

.m-about_4n .swiper-button-next{
    background: none;
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: auto;
    margin-top: -30px;
    outline: none;
    right: -40px;
    color: #7d7d7d;   
}




/*关于我们-联系我们*/
.m-about_5n{
	background-color: rgba(255,255,255,.6);
	padding: 20px 3.5%;
}

.m-about_5n_1{
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 20px;
}

.m-about_5n_1 .fleft{
	float: left;
	width: 65%;	
	position: relative;
	/*height: 400px;
	background-image: url(../img/map.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;*/
}

.m-about_5n_1 .fleft img{
	width: 100%;
	height: auto;
}

@keyframes map_point{
	from{transform: scale(1.5);}
	to{transform: scale(1);}
}

.m-about_5n_1 .fleft:after,.m-about_5n_1 .fleft .point{
	content: '';
	display: block;
	width: 1.2%;
	padding-bottom: 1.2%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	position: absolute;
	background-color: #fe0000;
	box-sizing: content-box;
	top: 56.5%;
	left: 79.5%;
	border: 3px solid rgba(255,255,255,.8);
	animation: map_point 0.6s linear 0s infinite alternate;
}

.m-about_5n_1 .fright{
	float: right;
	width: 32%;
}

.m-about_5n_1 .fright form .conx{
	border-bottom: 1px solid #e3e3e3;
	line-height: 60px;
	font-size: 14px;
	color: #b3b3b3;
}

.m-about_5n_1 .fright form input[type='text']{
	width: 80%;
	padding-left: 20px;
}

.m-about_5n_1 .fright form textarea{
	width: 80%;
	height: 100px;
	vertical-align: text-top;
	padding-left: 20px;
	margin-bottom: 10px;
	border: none;
	background-color: transparent;
}

.m-about_5n_1 .fright form .f-submit{
	display: block;
	width: 45%;
	height: 34px;
	line-height: 34px;
	font-size: 14;
	color: #FFFFFF;
	text-align: center;
	background-color: #FE0000;
	margin-top: 15px;
	margin-bottom: 20px;
}

.m-about_5n_2 h2{
	font-size: 16px;
	color: #565656;
	line-height: 36px;
	padding-top: 10px;
}

.m-about_5n_2 ul li{
	float: left;
	min-width: 20%;
	margin-right: 4.5%;
	line-height: 24px;
	font-size: 14px;
	color: #565656;
}



@media only screen and (max-width: 1200px) {
	/*header*/
	.h_search_1{
		display: none;
	}
	
	header .menu-list li{
		margin: 0 10px;
	}
	
	/*footer*/
	footer .fleft{
		width: 30%;
	}
	
	footer .fright{
		width: 65%;
	}
	
	footer .fform{
		width: 90%;
	}
	
	/*首页*/
	.c-index_1n li h3{
		font-size: 36px;
	}
	
	.news_con{
		padding: 5% 10%;
	}
	
	.m-join_1n .content{
		padding: 5% 6%;
	}
	
	.m-about .content{
		padding: 5% 6%;
	}
	
}

@media only screen and (max-width: 980px) {
	/*header*/
	.h_search_1{
		display: block;
	}
	
	header .menu-list{
		display: none;
	}
	
	header .btn_menu{
		display: block;
	}
	
	/*footer*/
	footer .fform{
		width: 100%;
	}	
	footer .fform label{
		font-size: 14px;
	}
	footer .fsubmit{
		width: 160px;
		height: 42px;
		line-height: 42px;	
	}
	
	
	/*首页*/
	.c-index_1n li h3{
		font-size: 32px;
	}
	
	/*内页banner*/
	.c-banner{
		height: 420px;
	}
	.c-banner .text{
		top: 26%;
	}
	.c-banner .text h4{
		font-size: 35px;
	}
	
	/*建筑设计*/
	.business1-con .imgbox{
		width: 80%;
		margin-left: 10%;
	}
	.business1-con .text{
		width: 80%;
		margin-right: 10%;
		margin-top: 3%;
		line-height: 30px;
	}		
	.business1-nav a{
		margin: 0 30px;
	}
	.m-business2 .business1-con .imgbox{
		width: 80%;
		margin-right: 10%;
		margin-left: 0;
	}
	.m-business2 .business1-con .text{
		width: 80%;
		margin-left: 10%;
		margin-right: 0;
	}		
	
	.m-case .content .pic{
		width: 32.3%;
		padding-bottom: 26.4%;
	}
	.m-case .content .pic .text .title h4{
		font-size: 15px;
	}
	.m-case .content .pic .text{
		font-size: 13px;
		line-height: 20px;
		top: calc(100% - 50px);
	}
	.md-case_main .m_left{
		width: 30%;
	}
	.md-case_main .m_right{
		width: 68%;
	}
	
	.news_con{
		padding: 5% 6%;
	}
	.md-news .content{
		padding: 5% 8%;
	}
	
	.join_1n_1{
		position: relative;
	}
	
	.join_1n_1 .fleft{
		position: absolute;
		top: 0;
		left: 0;
		line-height: 30px;
	}
	.join_1n_1 .fright{
		line-height: 30px;
	}
	
	.m-about .swiper-button-next .iconfont,.m-about .swiper-button-prev .iconfont{
		font-size: 40px;	
	}
}

@media only screen and (max-width: 768px){
	/*header*/
	header{
		height: 49px;
	}
	header .logobox{
		width: 112px;
		height: 31px;
		margin-top: 7px;
	}
	header .btn_menu{
		line-height: 48px;
	}
	header .h_search{
		margin-top: 5px;
	}
	
	/*footer*/
	footer .fleft{
		width: 40%;
	}
	footer .fright{
		width: 55%;
	}
	footer .fform label{
		width: 49%;
	}
	footer .fform label:last-child{
		margin-top: 0;
	}
	
	.m-about_3n{
		padding: 30px 25px;
	}

	
	/*首页*/
	.s-index_1n h2,.title_1,.s-index_2n a.pic .ifon_1{
		font-size: 20px;
	}
	.s-index_1n .text,.c-index_1n li p{
		font-size: 12px;
	}	
	.title_1 p,.s-index_2n a.pic .ifon_2{
		font-size: 13px;
	}
	.s-index_1n .text{
		width: 90%;
	}
	.c-index_1n li h3{
		font-size: 26px;
	}
	.s-index_1n .btn_more{
		width: 140px;
		height: 38px;
		line-height: 36px;
		font-size: 14px;
	}
	.index_1n{
		padding: 3% 5%;
	}
	.s-index-list{
		margin-bottom: 20px;
	}
	.s-index-list a{
		height: 36px;
		line-height: 34px;
		font-size: 13px;
		padding: 0 25px;
		margin-bottom: 8px;
	}
	.s-index_3n .news{
		width: 50%;
		margin-bottom: 15px;
	}
	.s-index_3n .news .news_1n .date h4{
		font-size: 24px;
	}
	.s-index_3n .news .news_1n h2{
		font-size: 15px;
	}
	
	/*内页banner*/
	.c-banner{
		height: 320px;
	}
	.c-banner .text{
		top: 22%;
		line-height: 68px;
	}
	.c-banner .text h4{
		font-size: 32px;
	}	
	.c-banner .text:after{
		width: 15px;
	}
	
	/*建筑设计*/
	.business1-nav{
		height: 65px;
	}
	.business1-con{
		padding: 5% 5%;
	}
	.business1-con .imgbox{
		width: 90%;
		margin-left: 5%;
	}
	.business1-con .text{
		width: 90%;
		margin-right: 5%;
		line-height: 28px;
	}	
	.business1-nav a{
		margin: 0 20px;
		font-size: 14px;
		height: 65px;
		line-height: 63px;
	}
	
	.title_2{
		font-size: 34px;
	}
	.m-case{
		padding-top: 49px;
	}
	.md-case{
		padding-top: 49px;
	}
	
	.m-case .content{
		padding-left: 2%;
	}
	.m-case .content .pic{
		width: 48%;
		margin-right: 2%;
		margin-top: 2%;
		padding-bottom: 39%;
	}
	.mySwiperB .swiper_sdown{
		display: none;
	}
	
	.news_con{
		padding: 5% 3%;
	}
	
	.news_con .s-index_3n .news{
		width: 49%;
	}
	.news_con .s-index_3n .news:nth-child(3n){
		margin-right: 2%;
	}
	.news_con .s-index_3n .news:nth-child(2n){
		margin-right: 0;
	}
	
	.m-join_1n .content{
		padding: 5% 5%;
	}
	
	.m-about .swiper-button-next .iconfont,.m-about .swiper-button-prev .iconfont{
		font-size: 36px;	
	}
	.m-about_2n .swiper-button-next{
		right: -20px;
	}
	.m-about_3n .swiper-button-next{
		right: -15px;
	}
	.m-about_2n .swiper-button-prev{
		left: -20px;
	}
	.m-about_3n .swiper-button-prev{
		left: -15px;
	}
	.m-about .content{
		padding: 5% 3%;
	}
	.m-about_4n{
		padding: 0 5%;
	}
	.m-about_4n .swiper-button-next{
		right: -15px;
	}
	.m-about_4n .swiper-button-prev{
		left: -15px;
	}
	.m-about_5n_1 .fleft{
		width: 100%;
	}
	.m-about_5n_1 .fright{
		width: 100%;
	}

}

@media only screen and (max-width: 667px) {
	/*footer*/
	footer .fleft{
		width: 100%;
		margin-left: 0;
	}
	footer .fright{
		display: none;
	}
	footer .f-mian{
    	padding: 2% 4% 1.5%;
    	text-align: center;
	}	
	.case_filter a{
		margin: 0 30px;
	}
	.md-news .content{
		padding: 5% 3%;
	}
	footer .footnotes .ftright {float: none;}
	
	.join_1n_2 .s-con.conx{
		font-size: 12px;
	}
	.join_1n_2 .s-con{
		font-size: 12px;
	}
}	


@media only screen and (max-width: 560px) {
	/*header*/
	header{
		position: fixed;
	}
	.h_search{
		display: none;
	}
	
	/*首页*/
	.s-index_2n a.pic{
		width: 50%;
		padding-bottom: 33.3%;
	}
	.index_2n,.index_3n{
		padding-bottom: 7%;
	}
	.s-index_more{
		margin-top: 6.5%;
	}
	
	/*内页banner*/
	.c-banner{
		height: 270px;
	}
	.c-banner .text{
		top: 19%;
		line-height: 54px;
	}
	.c-banner .text h4{
		font-size: 30px;
	}	
	
	.title_2{
		font-size: 30px;
	}
	.title_2 p{
		font-size: 15px;
	}
	
	.business1-nav{
		height: auto;
		padding-bottom: 3%;
	}
	.business1-nav:after{
		content: '';
		display: table;
		clear: both;
	}	
	.business1-nav a{
		float: left;
		border: 1px solid #333e53;
		width: 44%;
		height: 40px;
		line-height: 38px;
		margin: 0 4%;
		margin-top: 3%;
	}
	
	.business1-nav a.cur{
		border-color: #333e53;
	}
	
	.business1-nav a:nth-child(2n){
		margin-left: 0;
	}
	.mySwiperB .swiper-button-next, .mySwiperB .swiper-button-prev{
		display: none;
	}
	.md-case_main .m_left{
		width: 100%;
		margin-bottom: 15px;
	}
	.md-case_main .m_right{
		width: 100%;
	}
	
	.news_con .s-index_3n .news{
		width: 100%;
		margin-right: 0;
		margin-bottom: 3.5%;
	}
	.join_1n_2 .s-con .ifon .fleft{
		width: 100%;
	}
	.join_1n_2 .s-con .ifon .fright{
		width: 100%;
	}
	.join_1n_2 .s-con .ifon{
		padding-left: 15px;
	}
	
	.p-box{
		width: 100%;
		top: auto;
		bottom: 0;
		left: 0;
		margin-left: 0;
	}
}


@media only screen and (max-width: 480px) {
	
	/*首页*/
	.index_1n{
		padding: 3% 3%;
	}
	.c-index_1n{
		display: none;
	}
	.s-index_3n .news{
		width: 100%;
	}
	
	/*建筑设计*/
	.business1-con .imgbox{
		width: 100%;
		margin-left: 0;
	}
	.business1-con .text{
		width: 100%;
		margin-right: 0;
	}	
	
	.m-business2 .business1-con .imgbox{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.m-business2 .business1-con .text{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}	
	
	.m-about_2n{
		padding: 0;
	}
	.mySwiperC{
		display: none;
	}
	.w-mySwiperC{
		display: block;
	}
	.m-about_2n .swiper-button-prev,.m-about_2n .swiper-button-next{
		display: none;
	}
	
	.m-about_3n{
		padding: 15px 10px;
	}
	.mySwiperD{
		display: none;
	}
	.w-mySwiperD{
		display: block;
	}
	.m-about_3n .swiper-button-prev,.m-about_3n .swiper-button-next{
		display: none;
	}
	
	.m-about_4n{
		padding: 0;
	}
	.mySwiperE{
		display: none;
	}
	.w-mySwiperE{
		display: block;
	}
	.m-about_4n .swiper-button-prev,.m-about_4n .swiper-button-next{
		display: none;
	}
	
	.join_1n_1 .fright{
		font-size: 13px;
		width: 90%;
		padding-left: 2%;
	}
	.join_1n_1 .fleft{
		width: 10%;
		line-height: 40px;
	}
	.join_1n_1 .fleft span{
		display: none;
	}
	
}

