* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input{
	font-size:14px;
	line-height:20px;
/*	font-family: 'Open Sans', sans-serif;*/
	font-family:'Open Sans','Microsoft YaHei',"Heiti SC",'STHeiti Light','PMingLiU', sans-serif;
}




p{
	line-height:22px;
	margin-bottom:20px;
	font-size: 30px;
	margin-top: 50px;
}
b{
	font-weight:bold;
}
i{
	font-style:italic;
}

ul.listDot{
	margin-left:15px;
	list-style:disc;
}
ul.listDot li{
/*	line-height:20px;*/
	line-height:22px;
}
ol.listDot{
	margin-left:15px;
	list-style:decimal;
}
ol.listDot li{
	line-height:22px;
	padding-left: 10px
}
h1{
	font-size:30px;
	font-weight:400;
	line-height:35px;
	color:#333333;

}
h2{
	font-weight:400;
	font-size:22px;
	line-height:23px;
	color:#333333;
}
h3{
	font-weight:400;
	line-height:22px;
/*	font-weight:bold;
	line-height:20px;*/
	color:#333333;
}

.fright{float:right;}
.normal{font-weight:300;}
.bold{font-weight:400;}
.italic{font-style:italic;}
.underline{text-decoration:underline;}
.displaynone{display:none;}
.center{text-align:center;}
.left{text-align:left;}

.wrapper{padding-top:68px;}
/* remove fixed heade end */
.wrapper a
{
	font-weight:400;
}
.container.nopadding{
	padding:0px;
}
.container > .title{
	margin-bottom:26px;
	text-transform:uppercase;
}
.cultureGroup .imgDesc
{
	color:#666666;
	font-size:16px;
	line-height:20px;
	width: 700px;
}
.cultureBottom
{
	width:840px;
	margin:0 auto;
	padding:52px 0 0;
}

.cultureBottom .line
{
	border-bottom:1px dotted #717171;
	width:660px;
	margin:0 auto 55px;
	display:block;
}

.titleText
{
	text-align:center;
	padding:0 0 45px;
}
.cultureBox
{
	width:220px;
	height:360px;
	float:left;
	text-align:center;
	padding:0 5px;
	margin:0 30px 16px;

}
.cultureBox .image
{
	margin:0 auto;
	width:120px;
	padding:0 0 23px;
}

.cultureBox p
{
	color:#333;
	font-size:16px;
	line-height:20px;
}
.imgRight
{
	float:right;
}
.clearfix:after {
	content:"";
	display:table;
	clear:both;
}




