﻿#about > .category-list { margin: 30px auto 36px;}
#about > .category-list .item { width: 144px; height: 47px; line-height: 47px; font-size: 14px; color: #555; background-color: #f1f1f1; border-radius: 2px; margin: 3px 0.5%;}
#about > .category-list .item:hover, #about > .category-list .item.on { color: #fff; background-color: #D61919;/* #0382db; */}
#about > .category-list .item.hover { color: #fff; background-color: #D61919;/* #0382db; */}
#about > .category-list .item i { font-size: 20px; margin-right: 20%; vertical-align: middle; }

#about .about_bg {background-color: #f8f8f8;background-image: url(/Content/images/shadow.png);background-repeat: repeat-x;background-position: left top;padding: 10px 0 5px;}

#about >  .about_content {padding: 5px 0px;border-bottom: 1px solid #e5e5e5;min-height:calc(100vh - 260px);overflow:hidden;}
#about >  .about_content .about_content_top {font-size: 16px;color: #333333;line-height: 24px;}
#about >  .about_content .about_content_top p {margin-bottom: 20px;text-indent: 2em;font-size: 16px;line-height: 28px;}
#about >  .about_content .about_content_top p img {max-width: 100%;}
#about >  .about_content .about_content_top p.on {text-align: center;}

.inline-block { display: inline-block;}
.trans {
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
.trans-1s {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.text-center { text-align: center;}
.fz0 { font-size: 0px;}
.fz0.nowrap { letter-spacing: -5px;}
.fz0.nowrap * { letter-spacing: normal;}
@media only screen and (max-width: 992px) {
    .show992 { display: block;}
    .hide992 { display: none;}
}
/*联系我们*/
#contact .contact-info {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 60px;
}
#contact .contact-info .item {
	width: 25%;
	padding: 60px 0 20px;
}
#contact .contact-info .item .ico {
	height: 70px;
}
#contact .contact-info .item .title {
	font-size: 14px;
	color: #888;
	margin-bottom: 15px;
}
#contact .contact-info .item .info {
	height: 96px;
	line-height: 32px;
	font-family: Arial;
	font-size: 20px;
	color: #333;
}
#contact .contact-info .item .info a {
	font-size: inherit;
	color: inherit;
}
#contact .contact-info .item .button {
	width: 30.588235%;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #fff;
	background-color: #0382db;
	border-radius: 3px;
	margin: 0 auto;
}
.wrap {
	max-width: 1700px;
	width: 95%;
	margin: 0 auto;
}
.text-center {
	text-align: center;
}
.relative {
	position: relative;
	z-index: 1;
}
.middle-span {
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}