/**
 * index.css
*/
/*头部样式开始*/
.bg_grey{
	background: #f2f1f2;
}
.font_black{
	color:#000;
}
.no_bold{
	font-weight: normal;
}
.bg_grey_1{
	background: #323232;
}
.bg_grey_2{
	background: #F8F8F8;
}
.bg_grey_2 label{
	font-weight: normal;
}
.bg_grey_3{
	background: #B2B2B2;
}
.font_grey{
	color: #959595;
}
.bg_f5{
	background: #F5F5F5;
	border: 1 solid #DCDCDC;
	height: 40px;
	width: 100%;
}
.bg_f3{
	background: #F5F5F3;
	border-top: 1px solid #E5E5E5;
	color: #999;
	line-height: 26px;
}
.bg_f3 p a{
	color: #999;
}
.bg_f1{
	background: #F1F0F0;
}
.clear20{
	height: 2rem;
}
.clear50{
	height: 5rem;
}

/*底部开始*/
.zq-center{
	text-align: center;
}
.zq-ask h2{
	color: #fff;
	font-weight: normal;
	font-family: "宋体";
}
/*底部结束*/
/*首页中企产品*/
.part-all {
	margin-top: 20px;
}
.part-title {
	text-align: center;
	position: relative;
}
.part-title-i {
	vertical-align: sub;
	font-size: 36px;
	color: #0086da;
	margin-right: 5px;
}
.part-title-span {
	font-size: 26px;
}
.part-title p {
	font-size: 17px;
	color: #999;
	margin-top: -5px;
}
.part-title img {
	width: 170px;
}
.part-content {
	text-align: center;
	margin-top: 35px;
	width: 100%;
	padding: 0px;
}
.solutions-title {
	font-size: 15px;
}
.solutions-content li {
	margin-bottom: 10px;
	list-style: none;
}
.solutions-way {
	margin-top: 10px;
	font-size: 13px;
	color: #555555;
}
.solutions-title {
	margin-top: 15px;
	font-size: 17px;
	display: block;
	font-weight: 500;
}

.solution-circle {
	font-size: 64px;
	background-color: #3f9fdb;
	width: 170px;
	height: 170px;
	line-height: 140px;
	border: 15px solid #f0f0f0;
	color: #fff;
	text-align: center;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
}
.solution-circle:hover {
	background-color: #0071b8;
	border: 15px solid #c9dfec;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}

/*为什么选择中企*/
.zq-font{
	width: 94px;
	height: 124px;
	font-weight: bold;
	font-size: 64px;
	color: #2F8CF3;
	text-align: center;
	float: left;
}
/*案例展示开始*/
.gray-li{
	background-color: #f0eeed;
}
.case-img1 {
	width: 100%;
	margin-top: 10px;
}
.case-li-mengban{
	width: 100%;
	background: rgba(0, 0, 0, .72);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.case-li:hover .case-word {
	display: block;
	bottom: 70px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.case-word {
	position: absolute;
	left: 0px;
	bottom: -80px;
	z-index: 5;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
}

.case-word h3,
.case-word a,
.case-word div {
	color: #FFFFFF !important;
}

.case-word p {
	font-size: 13px;
}

.case-word a span i {
	margin-right: 10px;
	font-size: 15px;
}

.case-word a span {
	font-size: 13px;
	padding: 4px 13px;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	margin-top: 20px;
	display: inline-block;
}
.am-gallery-title {
	margin: 12px 0 !important;
	font-size: 17px !important;
}
.zq-list li{
	background: none;
}

/*关于我们开始*/
.about_company_fl{
	width: 200px;
	
}
.about_company_fl ul li{
	/*display: block;*/
	width: 195px;
	height: 45px;
	border: 1px solid #ececec;
}
.about_company_fr{
	width: 780px;
}