@charset "UTF-8";

/* CSS Document */
body {
	background: #131313;
	color: #fff;
	line-height: 1.4;
}

h2 {
	font-weight: 600;
	font-size: 3rem;
}


/*.ddsmoothmenu >  ul > li:nth-child(2) > a{
	color:rgba(255,197,57,1);

}*/
.phone_wenan {
	display: none;
}



/*简介========================== */

#About_box {
	overflow: hidden;
	background: #131313;
}

#About_box .biaoti {
	text-align: left;
}

#About_box .biaoti hr {
	margin: 2rem 0;
}

#Team_box .content,
#About_box .content {

	margin: 20rem auto 10rem auto;
}

#RR_photo_box,
#Kolb_team {
	padding-top: 5vw;
}

#About_box .About_img {
	position: relative;
	right: 0;
	width: 36%;

}

#About_box .About_img .box {

	width: 64%;

	/* 两个领导 */
	/* float: left; 
	margin-right: 4%;*/

	/* 一个领导 */
	float: right;
	margin-right: 10%;

	
	
}

#About_box .About_img:last-child {
	margin-right: 0;
}

.box {
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}

.box img {
	width: 100%;
	display: block;
}

.content .jianjie {
	width: 87%;
	margin-bottom: 2rem;
	color: rgba(255, 255, 255, 0.5);

}

.content .jianjie:last-child {
	margin-bottom: 0;
}

.box .Team_wenan {
	position: relative;
	bottom: 0;
	left: 0;
	/* height: 100%; */
	width: 100%;
}

.Team_weizhi {
	/* height: 100%;*/
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: table;
	text-align: center;
	/* filter:alpha(opacity=0);   -moz-opacity:0;    opacity: 0; */
}

.Team_weizhi:hover {
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	opacity: 1;
}

.Team_wenan_box {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 0px;
}

.Team_wenan_box h4 {
	font-size: 1.6rem;
	text-transform: capitalize;

}

#title-line1 h1 {
	font-weight: 600;
}

.Team_wenan_box p {
	font-size: 1.1rem;
	color: rgba(255, 255, 255, 0.7);
}

.Team_wenan_box hr {
	width: 4.4rem;
	margin-bottom: 0;
}

.Team_xuanxian h1 {
	font-size: 3.6rem;
}

/*团队展示========================== */





/*子页面==团队展示========================== */



.bg:before {
	/*加before-前面的意思··为了兼容iPad背景图片不动*/
	content: ' ';
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../images/bg.jpg) center 0 no-repeat;
	background-size: cover;
}

.team_table{
	padding-bottom: 0.08rem;
}
.Team_anniu {
	margin-top: 3rem;
	position: relative;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.6);


}

.content .jianjie2 {
	color: rgba(255, 255, 255, 0.8);
}

.Team_anniu div {
	float: left;
	overflow: hidden;

}

.Team_anniu div a {
	color: rgba(255, 255, 255, 0.8);
	padding: 0.8rem 4rem;
	border: 0.08rem solid rgba(255, 197, 57, 0.7);
	box-sizing: border-box;
	border-radius: 3px;
	display: inline-block;
	margin-right: 2rem;
	position: relative;
}

.Team_anniu div:last-child {

	margin-right: 0;

}

.Team_anniu div a:hover {

	color: rgba(0, 0, 0, 1);
	background: rgba(255, 197, 57, 0.9);
	cursor: pointer;
}


.Team_xuanxian {
	overflow: hidden;
}

.photo-menu {
	width: 100%;
	margin-top: 1rem;
	text-align: left;
	margin-top: 1rem;
}

.photo-menu li a {
	font-size: 1.5rem;
	color: rgba(255, 255, 255, 0.8);
	display: inline;
}

.photo-menu li {
	/* 	float: left; */
	margin: 0 0.6rem 0 0.6rem;
	color: rgba(255, 255, 255, 0.4);
	display: inline;



}

.photo-menu li:first-of-type {
	margin: 0 0.6rem 0 0;
}

.photo-menu li a:hover {
	color: rgba(255, 197, 57, 1);
	cursor: pointer;
}

.photo_box {
	overflow: hidden;
	margin-top: 4rem;
	width: 100%;
	margin-bottom: 8vw;
}

.photo_box h2 {
	font-size: 2.2rem;
	color: rgba(255, 197, 57, 1);
	margin: 2rem 0;
	text-transform: capitalize;
	font-weight: 500;
}

.photo_box .box {
	width: 16%;
	min-width: 150px;
	max-width: 200px;
	padding: 1.5% 2%;
	float: left;
}

.photo_box .box:nth-child(6n) {
	margin-right: 0%;
}

.Team_xuanxian h1 {
	text-align: left;
}







@media screen and (max-width: 1180px) {
	.photo_box .box {
		width: 16%;
		min-width: 70px;
		max-width: 200px;
		padding: 1.5% 2%;
		float: left;

	}
	.photo_box .box:nth-of-type(5n + 1){
		clear: both;
	}

}

@media screen and (max-width: 1024px) {

	/*调整ipad的效果*/
	.biaoti h1 {
		color: rgba(255, 197, 57, 0.9);

	}

	/*简介设置============*/

	#About_box .About_img {
		width: 54%;
	}

	.content .jianjie {
		width: 96%;

	}
	.content .jianjie{
		line-height: 1.3;
	}

	#About_box .biaoti hr {
		margin: 1.2rem 0;
	}


	.Team_anniu{
		padding-bottom: 1px;
	}
	.Team_anniu div a {
		color: rgba(255, 255, 255, 0.8);
		padding: 0.5vw 3.4vw;
		border: 1px solid rgba(255, 197, 57, 0.7);
		box-sizing: border-box;
		border-radius: 3px;
		display: inline-block;
		margin-right: 1.5vw;
		position: relative;
	}

	/*一级团队设置============*/
	#Team_box .content,
	#About_box .content {

	margin: 13vw auto 8vw auto;
	}


	.Team {
		width: 80vw;

		margin-top: 5rem;

	}

	hr {
		margin: 1.2rem auto;
	}


	#Team_box .biaoti {
		width: 70vw;

	}

	#Team_box .biaoti p {
		line-height: 1.3;
	}

	/* .Team_wenan{
		display: none;
	} */

	/* .phone_wenan{
		display: block;
	} */
	.Team_wenan_box h4 {
		font-size: 1.3vw;
	}

	.Team_wenan_box p {
		font-size: 1vw;
	}






}





@media screen and (max-width: 768px) {
	/*调整ipad的效果*/




	/*简介设置============*/


	#About_box .content {
		margin: 20vw auto 0vw auto;
		padding-bottom: 30vw;
	}


	#Team_box .content{

		margin: 10vw auto;
	}
	#RR_photo_box,
	#Kolb_team {
		padding-top: 12vw;
	}
	#RR_photo_box{
		padding-bottom: 8vw;
	}
	.biaoti h1 {
		font-size: 7vw;
		text-transform: uppercase;
		
	}
	#RR_photo_box h1,
	#Kolb_team  h1{
		padding-bottom: 3vw;
		border-bottom: 1px solid rgba(255, 197, 57, 0.3);
	}
	.biaoti hr {
		width: 50vw;
		background-color: rgba(255, 197, 57, 0.7);
		height: 0.05rem;
		border: none;
		margin: 1rem 0 3rem 0;
	}

	#About_box .content table {
		display: inline-block !important;
	}

	#About_box .content .jianjie_box {
		position: relative;
		display: block !important;
		width: 100%;
	}

	#About_box .content .jianjie {
		font-size: 3.6vw;
		line-height: 1.3;
		letter-spacing: 0.3px;
		width: 100%;
	}

	#About_box .About_img {
		position: relative;
		width: 100%;
		clear: both;
		display: block !important;
		margin-top: 10vw;
	}

	#About_box .About_img .box {
		float: left;
		width: 48.5%;
		margin-right: 3%;
	}
	#About_box .About_img .box:last-child {
		margin-right: 0%;
	}
	/*一级团队设置============*/


	.Team_anniu{
		position: absolute;
		top:170vw
	}
	#Team_box {
		background: #000;
		

	}

	#Team_box .biaoti {
		width: 90vw;
		text-align: left;

	}
	.Team_wenan_box h4 {
		font-size: 4vw;
	}



	#Team_box .biaoti p {
		line-height: 1.3;
		letter-spacing: 0.3px;
		font-size: 3.3vw;
	}

	.Team {
		width: 90vw;

		margin-top: 2vh;

	}

	.Team_content .box {
		width: 48.5%;
		margin-right: 3%;

		float: left;
	}

	.Team_content .box:nth-child(2) {
		margin-right: 0;
		margin-bottom: 4vw;
	}

	.Team_content .box:last-child {
		width: 48.5%;
		margin-right: 0;
	}

	.Team_wenan_box h3 {
		font-size: 4vw;
	}

	.Team_wenan_box .small {
		font-size: 3vw;
	}




	/*team页面*/

	.bg:before {

		background: #000;
	}


	#About_box .content .team_table {
		position: relative;
		display: block !important;
		width: 100%;
	}

	.Team_anniu div a {
		color: rgba(255, 255, 255, 0.6);
		padding: 1.8vw 10vw;
		border: 1px solid rgba(255, 197, 57, 0.7);
		box-sizing: border-box;
		border-radius: 3px;
		display: inline-block;
		margin-right: 2vw;
		position: relative;
		font-size: 3.6vw;
	}
	.photo_box {
		margin-top: 8vw;
	}
	.photo_box .box {
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 6%;
		float: left;
		max-width: 400px;
		padding: 0;
	}
	.photo_box h2 {
		font-size: 5.4vw;
		margin: 2rem 0;

	}
	.photo_box .box:nth-child(6n) {
		margin-right:3%;
	}
	
	.photo_box .box:nth-of-type(5n + 1){
		clear:none;
	}
	.photo_box .box:nth-of-type(even) {
		margin-right: 0%;
	}
	.photo_box .box:nth-of-type(2n + 1){
		clear:both;
	}
}




@media screen and (max-width: 414px) {
	/*调整ipad的效果*/

	.Team_anniu div a {

		padding: 1.6vw 8vw;

	}
	.Team_anniu{
		position: absolute;
		top:182vw
	}

}