/*about*/
.about_cont{width: 100%;}
.about{width: 1200px;margin:0 auto;overflow: hidden;}

.contInfo img{max-width: 100%;}
.contInfo>img{margin-bottom: 30px;}
.info_text>p{font-size: 14px;line-height: 24px;margin-bottom: 20px;text-indent: 28px;}

/*公司风采*/
.fc_list{width: 100%;}
.fc_item_box{float: left;margin-right: 32px;width: 266px;position: relative;padding-bottom:15px;transition: all .6s ease;margin-bottom: 45px;}
.fc_item_box:nth-child(3n+3){margin-right:0;}
.fc_item_box>i{position: absolute;width:100%;bottom:0;height: 3px;background-color: #e8e8e8;}
.fc_item_box:hover>i{background: -webkit-linear-gradient(left top, #25bff2 , #25f250);background: -o-linear-gradient(left top, #25bff2 , #25f250);background: -moz-linear-gradient(left top, #25bff2 , #25f250);background: linear-gradient(left top, #25bff2 , #25f250);}
.fc_item{width:100%;border:1px solid #e4e4e4;box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);}
.fc_item .imgBox{cursor: pointer;height: 220px;line-height: 220px;border-bottom: 1px solid #e4e4e4;text-align: center;overflow: hidden;}
.fc_item .imgBox>img{vertical-align: middle;max-width: 100%;max-height: 100%;}
.fc_item>p{font-size: 14px;color:#1a1a1a;text-align: center;padding:32px 0;width: 90%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}

@media only screen and (max-width: 1270px){
	.about{width: 1000px;}
	.fc_item_box{width: 260px;margin-right: 14px;}
	.fc_item_box:nth-child(3n+3) {margin-right: 14px;}
	.fc_item_box:nth-child(2n+2) {margin-right: 0;}
}

@media only screen and (max-width: 1050px){
	.about{width: 800px;}
}
