﻿@charset "utf-8";
/* CSS Document */
/*四个按钮*/
.anniu-box{margin:0 auto;width:460px;margin-top:60px;}
.anniu-box a{display:block;float:left;font-size:16px;width:120px;height:44px;line-height:42px;text-align:center;border:1px solid #ff8823;margin-right:50px;color:#ff8823;}
.anniu-box a:last-of-type{margin-right:0;}
.anniu-box a:hover{background-color:#ff8823;color:white;}
.anniu-box .about-current{background-color:#ff8823;color:white;}
/*设计团队*/
.box{width:1200px;margin:0 auto;padding:0 20px;margin-top:60px;}
.biaoti{margin-bottom:30px;position:relative;}
.biaoti-zhongwen{font-size:30px;color:#ff8823;float:left;}
.biaoti-yingwen{font-size:20px;color:#ff8823;float:left;margin-top:10px;margin-left:10px;}
.biaoti:after{content:"";position:absolute;width:90px;height:4px;background-color:#ff8823;left:0;bottom:-10px;}
.team-box{margin-top:60px;}
.figure-box{margin-bottom:60px;}
.figure{float:left;margin-right:60px;width:32%;overflow:hidden;}
.introduction{font-size:16px;line-height:24px;color:#333;}
.introduction p{margin:0;}
.introduction h2{color:#ff8823;font-size:20px;margin-top:40px;}
/*响应式*/
@media(max-width:1260px){
	/*设计团队*/
	.box{width:100%;max-width:960px;margin:40px auto 0;} 
 	.team-box{margin-top:40px;}
  	.introduction h2{font-size:18px;margin-top:0;}
}
@media(max-width:991px){
	/*设计团队*/
  	.figure{float:left;margin-right:40px;width:32%;overflow:hidden;}
  	.introduction{font-size:14px;}
  	.introduction h2{font-size:18px;margin-top:0;}
}
@media(max-width:680px){
	/*四个按钮*/
	.anniu-box{width:290px;margin:0 auto;margin-top:40px;}
	.anniu-box a{font-size:14px;width:90px;margin-right:10px;height:36px;line-height:34px;}
	/*设计团队*/
	.box{margin-top:40px;}
	.biaoti-zhongwen{font-size:22px;}
	.biaoti-yingwen{font-size:16px;margin-top:10px;}
  	.biaoti{margin-bottom:20px;}
	.biaoti:after{width:60px;height:2px;bottom:-6px;}
  	.team-box{margin-top:25px;}
  	.figure{float:none;width:100%;margin-right:0;margin-bottom:20px;width:250px;}
  	.introduction{width:100%}
  	.figure-box{padding-bottom:30px;margin-bottom:30px;border-bottom:1px dashed #999;}
  	.introduction h2{margin-bottom:5px;}
}	
