﻿
.aboutdiv{padding: 5px 0px;width:90%;max-width: 1500px;margin: 0 auto;}
#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;}
}
.whxz{min-width:1136px; max-width:1200px;}
/*.whxz .imgleft{float:left;width:510px;}
.whxz .imgright{float:right;width:600px; margin-top:150px;}*/
.whxz .imgleft{float:right;width:510px;}
.whxz .imgright{float:left;width:600px; margin-top:60px;}
.whxz .center{display:block; float:left;min-height:60px;width:100%;text-align: center;font-size: 22px; margin-top:50px;}
.chuangshi{ width:100%;min-width:1136px;max-width:1200px; float:left;}
.chuangshi li{ width:100%; display:block; float:left; margin:20px 0;}
.chuangshi li .fl{ display:block; width:20%; min-height:260px; }
.chuangshi li .fl img{ max-height:260px; max-width:212px;}
.chuangshi li .fr{ display:block; width:80%; min-height:260px; max-height:260px; padding:0 20px; background:#f1f3f7;}
.chuangshi li .fr h2{ font-size:22px; color:#e11c20; display:block; width:100%; float:left; margin:30px 0 15px;}
.chuangshi li .fr h2 i{ font-style:normal; font-size:16px; color:#525252; padding:0 20px;}
.chuangshi li .fr p{ line-height:28px !important; font-size:13px !important;}