﻿@charset "utf-8";
.banner{
	background: url('../images/companyInfor3.jpg') no-repeat center;
}
.marginLeft1{
	margin-left: 1%;
}
/*股东单位*/
.star{
	margin-right: 8px;
}
.title{
	margin-top: 32px;
	text-align: center;
}
.jumbotron{
	margin-top: 20px;
}
.jumbotron h4{
	color:#3e3e3e;
	font-weight: 600;
	margin-bottom: 25px;
}
.blueColor{
	color:#419DF2;
}
.jumbotron .jumbotronContent{
	font-size: 14px;
	color:#3e3e3e;
	margin-bottom: 0px;
	text-indent:2em;
}
.jumbotron .jumbotronContent1{
	margin-bottom: 25px;
}
.jumbotronImg{
	margin: 32px 0 42px 0;
}
.jumbotronImg li{
	width: 18%;
	margin-right: 2%;
}
/*.jumbotronImg li img{
	width: 100%;
}*/
.redColor{
	color:#f24141;
}
/*顾问团队*/
.teamTitle,.smallTitle{
	text-align: center;
}
.teamTitle{
	margin-bottom: 16px;
}
.teamContent{
	margin-bottom: 40px;
}
.ConsultantTeam p{
	font-size: 16px;
	margin-bottom: 32px;
}
.teamImg li{
	/*width: 32%;*/
    width: 49%;
	/*height:201px;*/
	height:235px;
	background-color: #f9f9fa;
	float: left;
    /*margin-right: 1.3%;*/
   	margin-right: 2%;
    margin-bottom: 23px;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	transition:All 0.4s ease-in-out;  
	-webkit-transition:All 0.4s ease-in-out;    
	-moz-transition:All 0.4s ease-in-out;    
	-o-transition:All 0.4s ease-in-out;
}
.teamImg li:hover{
	-webkit-box-shadow:-1px 4px 20px #e6e6e6;
	box-shadow:-1px 4px 20px #e6e6e6;
	-moz-box-shadow:-1px 4px 20px #e6e6e6;
	transform:translate(0,-5px);    
	-webkit-transform:translate(0,-5px);    
	-moz-transform:translate(0,-5px);    
	-o-transform:translate(0,-5px);    
	-ms-transform:translate(0,-5px);
}
.teamImg .marginRight0{
	margin-right: 0;
}
.coreTeamImgLeft{
    /*margin-right: 4%;*/
}
.coreTeamImgRight{
    margin: 28px 0;
    width: 62%;
}
.coreTeamImgRight h4{
	margin-bottom: 10px;
}
.coreTeamImgRight p{
	margin-bottom: 0;
	font-size: 14px;
}
.star img{
	margin-top: -4px;
}
.teamLiImg{
    margin: 35px 24px 0 6%;
}
@media only screen and (max-width: 1199px) {
	.teamImg li{
	    width: 100%;
	    height: 201px;
	    background-color: #f9f9fa;
	    float: left;
	    border: 1px solid #e6e6e6;
	    border-radius: 4px;
	    margin-bottom: 15px;
	}
}
@media only screen and (min-width: 995px) and (max-width: 1199px) {
	.coreTeamImgRight {
    	margin: 40px 50px;
	}
}
@media only screen and (max-width: 995px){
	.coreTeamImgRight {
    	margin: 40px 15px;
	}
}