


/*tab*/
.profile-tab{
	background: #f9f9f9;
	height: 78px;
	line-height: 78px;
}
.profile-tab a{
	padding: 0 16px;
	font-size: 22px;
	color: #333333;
}
.profile-tab a.active{
	color: #009cff;
	height: 78px;
	border-bottom: 4px solid #009cff;
}
.pro-tab{
	padding: 0 5%;
	display: flex;
	justify-content: space-around;
}




.part{
	padding-top: 100px;
}
.about{
	background: #fff;
}
.about-title h3{
	font-size: 30px;
	color: #333333;
	margin: 0;
}
.about-title h2{
	font-size: 24px;
	color: #009cff;
	margin: 40px 0 50px;
}
.about-text{
	font-size: 18px;
	color: #353535;
	line-height: 40px;
	margin-bottom: 45px;
}
.about-text2{
	font-size: 14px;
	color: #353535;
	line-height: 20px;
	margin-bottom: 30px;
}
.about-link{
	margin-bottom: 75px;
}
.about-link a{
	font-size: 14px;
	color: #337fe5;
}
.about-link a:hover{
	color: #009fe8;
}


/*愿景 使命*/
.about-2{
	/*margin-bottom: 80px;*/
}
.mission{
	position: relative;
	padding: 0 13%;
	margin-bottom: 80px;
}
.mission h3{
	font-size: 24px;
	color: #333333;
	margin:0 0 30px 0;
}
.mission p{
	font-size: 18px;
	color: #999999;
	line-height: 30px;
}

.right-line:after {
    content: "";
    position: absolute;
    right: 0;
    margin:0 auto;
    width: 1px;
    height: 70px;
    top: 3px;
    background: #d9d9d9;
}
.right-line:last-child:after{
	background: none;
}





/*管理团队*/
.team {
    background: #f9f9f9;
}
.team-item{
	display: flex;
	margin-bottom: 30px;
	transition: .25s;
}
.team-item:hover{
	box-shadow: 0 0 15px rgba(0, 159, 232, 0.3);
}
.team-item:hover .team-right{
	border-top: 1px solid #009fe8;
	border-right: 1px solid #009fe8;
	border-bottom: 1px solid #009fe8;
}
.team-item:hover .portrait img{
	transform: scale(1.1);
    -webkit-transform: scale(1.1); /*Safari 和 Chrome*/
    -moz-transform: scale(1.1); /*Firefox*/
    -ms-transform: scale(1.1); /*IE9*/
    -o-transform: scale(1.1); /*Opera*/
}
.portrait{
	width: 160px;
	height: 160px;
	overflow: hidden;
}
.portrait img {
    transition-duration:0.5s;
}
.team-right{
	flex: 1;
	padding: 0 20px;
	transition: .25s;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.team-right h3{
	font-size: 14px;
	color: #999999;
	overflow : hidden;
	margin: 20px 0 10px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.team-right h3 span{
	font-size: 18px;
	color: #353535;
}
.team-right p{
	font-size: 14px;
	color: #999999;
}
.team-right .right-text{
	font-size: 14px;
	line-height: 22px;
	color: #999999;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.team-list{
	margin-top: 55px;
}
.team-more {
	margin: 5px 0 60px;
}
.team-more a{
	display: inline-block;
    width: 127px;
    height: 37px;
    line-height: 35px;
    font-size: 14px;
    color: #009cff;
    border: 1px solid #009cff;
    transition: .25s;
}
.team-more a:hover{
	background: linear-gradient(90deg,#009fe8,#4c88ee);
	color: #fff;
	box-shadow: 0 0 8px rgba(76, 136, 238, 1);
}








/*发展历史*/
.history{
	width: 100%;
	min-height: 640px;
	background:url('../images/his-bg.png') no-repeat center center;
	background-size: cover;
}
.history .about-title h3{
	color: #fff;
}
.deve-tory{
	padding: 50px 60px;
}
.deve-tory .swiper-button-next,.deve-tory .swiper-container-rtl .swiper-button-prev{
	background:url('../images/btn-next.png') no-repeat right center;
	background-size: 100%;
	right: 0;
	outline-style: none;
}
.deve-tory .swiper-button-prev,.deve-tory .swiper-container-rtl .swiper-button-next{
	background:url('../images/btn-prev.png') no-repeat left center;
	background-size: 100%;
	left: 0;
	outline-style: none;
}
.deve-tory .swiper-button-next,.deve-tory .swiper-button-prev{
	width: 60px;
	height: 60px;
	margin-top: -30px;
}


.event-item {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    width: 100%;
}
.event-l {
    margin-top: 110px;
    padding-right: 50px;
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    position: relative;
}
.event-l:after{
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	right: -10px;
	top: 15px;
	/*top: 50%;*/
	/*transform: translate(0, -50%);*/
}
.event-r {
	width: 60%;
    padding-top: 25px;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-left: 1px solid #efefef;
}
.event-text {
	color: #fff;
    display: flex;
    text-align: left;
    flex-direction: column;
    position: relative;
    margin-bottom: 40px;
}
.event-text h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin: 0;
}
.event-text p {
    font-size: 16px;
    line-height: 24px;
}






/*获得奖项*/
.grey{
	background: #f9f9f9;
}

.prize-body{
	margin-top: 50px;
}
.prize-text{
	font-size: 14px;
	color: #333333;
	margin-top: 28px;
	margin-bottom: 35px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.prize .team-more {
    margin: 0;
}
.prize-body>div:nth-child(2){
	animation-delay: 0.2s;
}
.prize-body>div:nth-child(3){
	animation-delay: 0.4s;
}
.prize-body>div:nth-child(4){
	animation-delay: 0.6s;
}








/*联系我们*/
.contact {
	margin-bottom:30px;
}
.contact .about-title{
	/*padding: 60px 0 0;*/
}
.contact .map{
	margin: 50px 0 80px;
}
.contact .tact-item{
	margin-bottom: 50px;
}
.contact .tact-item img{
	width: 50px;
	margin: 20px 0 25px;
}
.contact .tact-item h3{
	font-size: 18px;
	color: #999999;
}
.contact .tact-item p{
	font-size: 14px;
	color: #333333;
}














/* 小屏幕 */
@media (max-width: 768px){ 

.part{
	padding-top: 50px;
}
.history{
	min-height: auto;
}

/*tab*/
.profile-tab {
    background: #f9f9f9;
    height: 60px;
    line-height: 60px;
}
.profile-tab a.active {
    height: 60px;
}
.pro-tab {
    padding: 0;
    overflow-y: hidden;
	overflow-x: auto;
	white-space: nowrap;
	display: flex;
    justify-content: space-between;
}
.profile-tab a {
    padding: 0 10px;
    font-size: 14px;
}





/*关于量子*/
.about-title h3 {
    font-size: 20px;
}
.about-title h2 {
    font-size: 16px;
    color: #009cff;
    margin: 20px 0 30px;
}
.about-text {
    font-size: 15px;
    color: #353535;
    line-height:24px;
    margin-bottom: 25px;
    text-align: justify;
}





/*愿景 使命*/
.mission {
    position: relative;
    padding: 0 5%;
    margin-bottom: 50px;
}
.mission h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
}
.mission p {
    font-size: 15px;
    line-height: 24px;
}










/*发展历程 */
.deve-tory{
	padding: 50px 0;
}
.deve-tory .swiper-button-next,.deve-tory .swiper-button-prev{
	width: 30px;
	height: 60px;
	margin-top: -30px;
	display: none;
}
.event-l {
    margin-top: 110px;
    padding-right: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    position: relative;
}
.event-l:after{
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	right: -10px;
	top:5px;
	/*top: 50%;*/
	/*transform: translate(0, -50%);*/
}
.event-r {
	max-width:70%;
    padding-top: 25px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-left: 1px solid #efefef;
}
.event-text {
	color: #fff;
    display: flex;
    text-align: left;
    flex-direction: column;
    position: relative;
    margin-bottom: 20px;
}
.event-text h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin: 0;
}
.event-text p {
    font-size: 15px;
    line-height: 24px;
}




.contact .map {
    margin: 50px 0 20px;
}

}









@media (min-width: 1400px){
.team .container {
    width: 1400px;
}
}