.content {
    padding:2% 2%;
}
.content p {
    padding: 0 0 10px 0;
    line-height: 2.0;
}
.content img {
    max-width:100% !important;
    height:auto !important;
}


/*《企业简介》品牌简介*/
.content .about {
	overflow:hidden;

}
.content .about .word {
	width:45%;
	padding: 0% 0%;
}
.content .about .word h3 {
	font-size: 24px;
    color: #3a3a3a;
    font-weight: lighter;
	margin-bottom:10%;
}
.content .about .word p {
	font-size:14px;
	line-height:2;
}
.content .photo {
	width:50%;
}
@media screen and (max-width:1024px) {
.content .about {
}
.content .about .word {
	width:100%;
}
.content .about .word p {
	font-size:14px;
	line-height:2;
}
.content  .photo {
	margin:5% 0;
	width:100%;
}
}

/*《企业简介》品牌文化*/
.content .culture {}
.content .culture .culture-top {
	margin:5% 0;
}
.content .culture .culture-top h1 {
	font-size: 20px;
    color: #d10000;
    padding-left: 20px;
    position: relative;
}
.content .culture .culture-top h1:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    width: 4px;
    height: 19px;
    background: #d10000;
    transition: all 0.3s;
}
.content .culture .culture-top ul {
	margin:2% 0 0 0;
	overflow:hidden;
}
.content .culture .culture-top li {
	float:left;
	width:23%;
	min-height:250px;
	margin:1%;
	padding:5% 2%;
	border: 1px solid #e8dcd5;
    background: #fbe9df;
	border-radius:30px;
	text-align:center;
}
.content .culture .culture-top li h2{
	font-size: 20px;
    color: #d10000;
	margin-bottom:5%;
}
.content .culture .culture-top li p{
	height: 60px;
	font-size:14px;
	color:#666;
	line-height:1.8;
	text-indent: 0em;
}
.content .culture .culture-bottom {
	margin:5% 0%;
}
.content .culture .culture-bottom h2 {
	font-size: 20px;
    color: #d10000;
    padding-left: 20px;
	margin:2% 0;
    position: relative;
}
.content .culture .culture-bottom h2:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    width: 4px;
    height: 19px;
    background: #d10000;
    transition: all 0.3s;
}
.content .culture .culture-bottom ul {}
.content .culture .culture-bottom ul li {
	font-size: 14px;
    color: #666;
}
/*自适应样式*/
@media screen and (max-width:1024px) {
.content .culture {}
.content .culture .culture-top {
	margin:5% 0;
}
.content .culture .culture-top h1 {
	font-size: 20px;
}
.content .culture .culture-top ul {
	margin:2% 0 0 0;
	overflow:hidden;
}
.content .culture .culture-top li {
	width:98%;
	min-height:200px;
	margin:1% 2%;
	padding:5% 2%;
}
.content .culture .culture-top li h2{
	font-size: 20px;
    color: #d10000;
	margin-bottom:5%;
}
.content .culture .culture-top li p{
	font-size:14px;
	color:#666;
	line-height:1.8;
	text-indent: 0em;
}
.content .culture .culture-bottom {
	margin:10% 0%;
}
.content .culture .culture-bottom h2 {
	font-size: 20px;
    color: #d10000;
    padding-left: 20px;
	margin:5% 0;
    position: relative;
}
.content .culture .culture-bottom h2:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    width: 4px;
    height: 19px;
    background: #d10000;
    transition: all 0.3s;
}
.content .culture .culture-bottom ul {}
.content .culture .culture-bottom ul li {
	font-size: 14px;
    color: #666;
}
}
/*自适应样式 end*/


/*《企业简介》董事长*/
.content .chairman {
	overflow:hidden;

}
.content .chairman .word {
	width:60%;
	padding: 2% 0%;
}
.content .chairman .word .tit h2 {
	font-size: 24px;
    color: #d10000;
    margin-bottom: 2%;
    padding-bottom: 2%;
	padding-left: 20px;
    border-bottom: 1px solid #eee;
	position: relative;
}
.content .chairman .word .tit h2:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 6px;
    width: 4px;
    height: 19px;
    background: #d10000;
    transition: all 0.3s;
}
.content .chairman .word .tit h3 {
	font-size: 24px;
    color: #3a3a3a;
}

.content .chairman .word .box {
	margin:3% 0;
}
.content .chairman .word .box p {
	font-size:14px;
	line-height:2;
}

.content .chairman .word .item {}
.content .chairman .word .item h3 {
	font-size: 24px;
    color: #d10000;
    margin-bottom: 2%;
    padding-bottom: 2%;
	padding-left: 20px;
    border-bottom: 1px solid #eee;
	position: relative;
}
.content .chairman .word .item h3:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 6px;
    width: 4px;
    height: 19px;
    background: #d10000;
    transition: all 0.3s;
}
.content .chairman .word .item p {
	font-size:16px;
	color:#666;
	line-height:2;
}
.content .chairman .photo {
	width:35%;
}
@media screen and (max-width:1024px) {
.content .chairman {
}
.content .chairman .word {
	width:100%;
}
.content .chairman .word p {
	font-size:14px;
	line-height:2;
}
.content .chairman .photo {
	width:100%;
	margin:5% 0;
}
}

