.content {
    padding:2% 2%;
    background:#fff;
}
.content p {
    padding: 0 0 1% 0;
}
.content img {
    max-width:100% !important;
    height:auto !important;
}


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

}
.content .about .word {
	width:45%;
	padding:4% 2%;
}
.content .about .word h3 {
	font-size: 24px;
	color: #0e3b6f;
	font-family: 'RuiZiChaoPaiHaoHengHeiJian';
	margin-bottom:5%;
}
.content .about .word p {
	font-size:15px;
	color:#333;
	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 ul {}
.content .culture ul li {}

.content .culture ul li .fix-word {
	float:left;
	width:50%;
}
.content .culture ul li .fix-word .word {}
.content .culture ul li .fix-word .word h4 {
	font-size: 30px;
    margin-right: 5%;
    line-height: 34px;
    text-transform: uppercase;
    font-family: 'Futura';
}
.content .culture ul li .fix-word .word h3 {
	display: inline-block;
    font-size: 30px;
    color: #0c3771;
    font-family: 'RuiZiChaoPaiHaoHengHeiJian';
    position: relative;
	margin-top:2%;
    z-index: 1;
}
.content .culture ul li .fix-word .word .item-content {
	margin-top:5%;
}
.content .culture ul li .fix-word .word .item-content p {
	font-size: 16px;
    color: #3a3a3a;
	padding-left: 20px;
    position: relative;
}
.content .culture ul li .fix-word .word .item-content p:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 20%;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #0c3771;
}
.content .culture ul li .photo {
	float:left;
	width:50%;
}

.content .culture .page {
    position: absolute;
    bottom: 5%;
    left: 6%;
    width: 130px;
    height: 128px;
    padding: 0;
    z-index: 9;
}
.content .culture .page a {
    display: block;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    background: #000;
    z-index: 99999;
}
.content .culture .page a.prev {
    left: 5%;
    background: url(../images/next.png) no-repeat left center;
    transform: rotate(-180deg);
}
.content .culture .page a.next {
    right: 5%;
    background: url(../images/next.png) no-repeat left center;
}

/*自适应样式*/
@media screen and (max-width:1024px) {
.content .culture ul li .fix-word {
	width:100%;
}
.content .culture ul li .photo {
    width: 100%;
}
}
/*自适应样式 end*/
