@charset "utf-8";
.navbarColor a{
	
}
.banner{
	margin-bottom: 35px;
	background: url('../images/companyInfor.jpg') no-repeat center;
}
ul{
	padding: 0;
}
/*title标题*/
.companyProfileTtile{
	height: 35px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 30px;
}
.blackFont{
	font-size: 18px;
}
.blackFontColor{
	color:#3f3f3f;
}
.grayFontColor{
	color:#c0c0c0;
}
/*左侧列表部分的内容*/
.companyProfileList{
    width: 18%;
}
.companyProfileList li{
	width: 81%;
	height:44px;
	line-height: 44px;
	_line-height:44px;
	*line-height:44px;
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid #e6e6e6;
	margin-right: 13%;
}
.companyProfileList  div{
	display: inline-block;
	_display: inline-block;
	*display: inline-block;
}
.companyProfileList .blueLine{
	width: 4px;
	height: 14px;
	background-color: #429ef0;
}
.listTitle{
	color:#3f3f3f;
	margin-left: 14px;

}
.companyProfileList li:hover{
	color:#66acf2;
}
.content{
	width: 82%;
}
/*********************************公司内容简介****************************/
.hornor,.leader{
	display: none;
}
.companyProfileListContent .topTitle,.leader .topTitle {
	margin: -2px 0 -8px 0;
}
.companyProfileListContent .topTitle,.intellectualPropertyTitle,.leader .topTitle,.leader .coreTeamTitle,.patentHonorTitle{
    text-align: center;
    color: #3e3e3e;
}
.leader .coreTeamTitle{
	margin: 282px 0 18px 0;
}
.companyProfileListContentTop{
	width: 100%;
	background-color: #eee;
	border-radius: 4px;
	color:#3e3e3e;
    margin-top: 24px;
    font-size: 14px;
    line-height: 24px;
    _line-height: 24px;
    *line-height: 24px;
}
.companyInfor{
	padding: 25px;
    margin-bottom: 8px;
}
.companyInfor p{
	text-indent: 2em;
}
/*办公环境*/
.blueColor{
	color:#66acf2;
	margin: 30px 0 15px 0;
}
.companyImg{
    margin-bottom: 42px;
}
.companyImg  img{
	width: 100%;
	display: inline-block;
}
.leftImg{
	width:41.7591%;
	margin-right: 8px;
	border-radius: 4px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-o-transition: all 0.5s;
}
.rightImg{
	width: 57%;
}
.rightImg li{
	width: 49%;
	margin-right: 8px;
	border-radius: 4px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-o-transition: all 0.5s;
}
.rightImg li:hover,.leftImg:hover,.coreTeam li .coreTeamImg:hover{
	-webkit-transform: scale(1.02); 
	-moz-transform: scale(1.02); 
	-o-transform: scale(1.02); 
	-ms-transform: scale(1.02);
}
.rightImg .marginRight0{
	margin-right: 0;
}
.rightImg .marginBottom10{
	margin-bottom: 8px;
}
/************************************************资质荣誉***************************************************/
.hornorBanner{
    margin: 12px 0 24px 0;
}
.intellectualPropertyTitle,.patentHonorContent {
    margin-bottom: 13px;
}
.intellectualPropertyContent li {
    width: 19%;
    margin-right: 12px;
    height: 235px;
}
.intellectualPropertyContent .marginRight0{
    margin-right: -2px;
}
.hornorBanner img .intellectualPropertyContent li img ,.patentHonorContent li img{
	width: 100%;
	display: inline-block;
}
.patentHonorContent li img{
	margin-bottom: 11px;
}
/*.intellectualPropertyContent li p ,.patentHonorContent li p{
    line-height: 16px;
    _line-height: 16px;
    *line-height: 16px;
    text-align: center;
    margin-top: 10px;
}*/
.patentHonorTitle{
	margin-bottom: 18px;
}
.patentHonorContent li{
	width: 33%;
    margin-right: 1%;
}
.patentHonorContent .marginRight0{
	margin-right: -1%;
}
.patentHonorContent li p{
	margin-bottom: 40px;
}
/************************************************领导团队************************************************/
.leader{
    margin-bottom: 24px;
}
.leaderInfor{
    margin-bottom: 8px;
}
.leaderContentTop{
	height: 118px;
	margin-bottom: 13px;
}
.leaderInforImg{
	margin-bottom: 14px;
}
.leaderContentTop{
	width: 100%;
	border-radius: 4px;
	color:#3e3e3e;
    margin-top: 24px;
    font-size: 14px;
    line-height: 24px;
    _line-height: 24px;
    *line-height: 24px;
}
.coreTeam li{
    width: 32%;
    margin-right: 1.3%;
	margin-bottom: 25px;
	text-align: center;
}
.coreTeam li .coreTeamImg{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-o-transition: all 0.5s;
}
.coreTeamImg{
	margin-bottom: 10px;
}
/******************************适配屏幕*****************************/
/*团队领导*/
@media only screen and (max-width: 1199px) {
	.leaderImg li, .coreTeamImg 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;
	}
}
