
.head_title{
	color: #fff;
	bottom: 20%;
}
/*####################################################################*/
.projects_nav{
	width: 100%;
	height: 50px;
	line-height: 50px;
	/*position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;*/
	background-color: #7b7b7b;
	cursor: default;
}
.projects_nav ul{
	/*width: 80%;*/
	color: #b7b7b7;
	text-align: left;
	position: relative;
	left: 50%;
	margin-left: -590px;
}
.projects_nav ul li{
	font-size: 14px;
	padding: 0 25px;
	cursor: pointer;
}
.projects_nav ul li.on,.projects_nav ul li:hover{
	color: #fff;
}

/*################################################################*/
/*################################################################*/
.projects_list{
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	background-color: #f3f3f3;
	position: relative;
	margin-bottom: 60px;
}
.projects_list li{
	width: 100%;
	position: relative;
	margin-top: 30px;
}
.projects_list_container{
	width: 32%;
	position: absolute;
	background: rgba(34,34,34,.85);
	left: auto;
	bottom: 0;
	/*right: 0;*/
	top: 0;
	padding: 50px;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}
.projects_list li:nth-child(2n+1) .projects_list_container{
	right: 0;
}
.projects_list li:nth-child(2n+2) .projects_list_container{
	left: 0;
}
.projects_list_con{
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 100;
	color: #fff;
	font-size: 14px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.projects_list_con h4{
	font-size: 18px;
	line-height: 24px;
	letter-spacing: .12em;
}
.projects_list_con p{
	color: #cbcbcb;
	margin-top: 20px;
}
.projects_list_con a{
	display: inline-block;
	background: transparent;
	border: none;
	line-height: 22px;
	padding: 13px 30px;
	color: #fff;
	font-size: 14px;
	background-color: #262626;

	height: auto;
	margin-top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.projects_list_con a i{
	margin-left: 20px;
	position: relative;
	left: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

/*鼠标移入*/
.section:hover .projects_list_con a{
	margin-top: 30px;
    opacity: 1;
    visibility: visible;
}
.projects_list_con a:hover{
	background-color: #565656;
}
.projects_list_con a:hover i{
	left: 10px;
}



/*##############################################################*/
/*##############################################################*/
/*projects_detail*/

.projects_detail_head{
	width: 100%;
	position: relative;
}
.projects_detail_head .swiper-container .swiper-slide img{
	width: 100%;
}
.projects_detail_head .swiper-pagination{
	width: 100%;
	margin-top: 20px;
}
.projects_detail_head .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    background: transparent;
    border: 1px solid #fff;
    opacity: 1;
    margin: 0 3px;
}
.projects_detail_head .swiper-pagination .swiper-pagination-bullet-active{
	background: #fff;
}
.projects_detail_head .swiper-button-prev,.projects_detail_head .swiper-button-next{
	width: auto;
	height: auto;
	background: #000;
	opacity: .8;
}
.projects_detail_head .swiper-button-prev{
	left: 0;
}
.projects_detail_head .swiper-button-next{
	right: 0;
}
.projects_detail_head .swiper-button-prev i,.projects_detail_head .swiper-button-next i{
	display: block;
	color: #fff;
	font-size: 20px;
	padding: 20px 15px;
}
/*################################################################*/
/*################################################################*/
.projects_detail_title{
	width: 100%;
	position: relative;
	background-color: #fff;
	padding: 80px 0;
}
.projects_detail_title h2{
	color: #060606;
	font-size: 18px;
	text-align: left;
}
.projects_detail_title h2 i{
	font-weight: bold;
}
.projects_detail_title h2 p{
	color: #000;
	font-size: 28px;
	font-weight: normal;
	margin-top: 20px;
}
.projects_detail_logo{
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*##############################################################*/
/*##############################################################*/
.profile{
	overflow: hidden;
	background-color: #f3f3f3;
	padding: 90px 0;
}
.profile_title{
	display: inline-block;
	width: 300px;
	float: left;
}
.section_title{
	text-shadow: none;
}

.profile_con{
	float: right;
}
.profile_con > div{
	display: inline-block;
	width: 360px;
	text-align: left;
	vertical-align: top;
}
.profile_con_list{
	margin-right: 50px;
}
.profile_con_list li{
	width: 100%;
	border-bottom: 1px solid #dadada;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #000;
	font-size: 14px;
}
.profile_con_list li h3,.profile_con_info h3{
	font-size: 16px;
	margin-bottom: 10px;
}
.profile_con_info p{
	font-size: 13px;
	line-height: 26px;
}

/*##############################################################*/
/*##############################################################*/
.team{
	overflow: hidden;
	background-color: #fff;
	padding: 90px 0;
}
.team_title{
	display: inline-block;
	width: 300px;
	float: left;
}
.team_list{
	display: inline-block;
	float: right;
}
.team_top{
	width: 100%;
	margin-bottom: 60px;
}
.team_top img{
	width: 100%;
}
.team_top p{
	width: 100%;
	line-height: 40px;
	text-align: left;
}
.team_list li{
	display: block;
	text-align: left;
	margin-bottom: 60px;
}
.team_list li > div{
	display: inline-block;
	vertical-align: top;
}
.personal_info{
	width: 300px;
	margin-right: 100px;
}
.personal_info .photo{
	width: 200px;
	height: 200px;
	margin-left: 0;
}
.personal_info .photo img{
	width: 100%;
	min-height: 100%;
}
.personal_info h3{
	font-size: 16px;
	padding: 15px 0 10px;
}
.personal_info p{
	line-height: 26px;
}
.personal_detail{
	width: 360px;
}
.personal_detail p{
	line-height: 22px;
}
.personal_detail p b{
	font-weight: bold;
}