/*公共文章内容样式-栏目标题*/
.content-box h1 {
	font-size: 26px;
	color:#d1292e;
	padding-left:20px;
	position: relative;
}
.content-box h1:after {
    content: "";
    position: absolute;
    left:0px;
    top: 6px;
    width: 4px;
    height: 19px;
    background: #ee0718;
    transition: all 0.3s;
}
.content-box h6 {
	font-size: 16px;
    padding: 16px 0 30px 20px;
}
/*企业简介*/
.content-box {
	padding:40px 0;
}
.content-box h2 {
	font-size:18px;
	padding-bottom:15px;
	text-indent:2em;
	line-height:1.8;
}
.content-box p {
	font-size:15px;
	text-indent:2em;
	line-height: 1.8;
	padding:5px;
}
.content-box img {
    max-width:100% !important;
    height:auto !important;
}

.content-box .video {
    width:800px !important;
    height:auto !important;
	margin:10px auto;
	text-align:center;
}
.content-box .video video {
    width:100%;
}
/*企业文化*/
.culture-idea {}
.culture-idea ul {
	overflow:hidden;
}
.culture-idea ul li{
    float:left;
    width:23.5%;
    padding: 40px 10px;
    margin:0.75%;
    border: 1px solid #dedede;
    box-sizing: border-box;
    text-align: center;
}
.culture-idea ul li i {
    display:inline-block;
    width:100px;
    height:100px;
    overflow:hidden;
}
.culture-idea ul li img {
    max-width: 64px !important;
    -webkit-transition: all 1s ease;
}
.culture-idea ul li h3 {
    font-size: 20px;
    color:#000;
    margin-bottom: 30px;
    text-align: center;
}
.culture-idea ul li span {
    display: block;
    margin:25px auto;
    width: 15%;
    border: 1px solid #fff;
    -webkit-transition: all 1s ease;
}
.culture-idea ul li:hover span {
    width: 35%;
}
.culture-idea ul li p {
    font-size: 14px;
    color: #3a3a3a;
    margin-bottom: 0;
    line-height: 1.75;
    min-height: 60px;
}
.culture-idea ul li:hover {
    background:#fff;
}
.culture-idea h5 {
	font-size:18px;
	color:#333;
	margin:20px 0 10px 0;
	padding-left:30px;
	position: relative;
}
.culture-idea h5:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #d1292e;
    transition: all 0.3s;
}
/*发展历程*/
.history {}
.history ul {
	overflow:hidden;
}
.history ul li{
    float:left;
    width:23.5%;
	height:200px;
    padding: 50px 10px;
    margin:0.75%;
    border: 1px solid #dedede;
    box-sizing: border-box;
    text-align: center;
}
.history ul li h3 {
    font-size:18px;
    color:#000;
	font-weight:bold;
    margin:0 0 20px 0;
    text-align: center;
}
.history ul li p {
    font-size:14px;
    color: #3a3a3a;
    line-height: 1.6;
	text-indent: 0em;
}
/*荣誉证书*/
.honor-list{width:100%; margin:0% 0;}
.honor-list li{ float:left; width:24%;background:#fff;margin: 0 0.5% 1% 0.5%;}
.honor-list li .thumb{ position:relative;height:400px;line-height: 400px; overflow:hidden;}
.honor-list li .thumb img{ max-width:100%;max-height:100%;}
.honor-list li .item{ padding:5%;}
.honor-list li .item h3{font-size:14px; color:#55504f;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.honor-list li:hover .item h3{color:#d1292e;}
/*生产基地*/
.base-list{width:100%; margin:0% 0;}
.base-list li{ float:left; width:24%;background:#f5f5f5;margin: 0 0.5% 1% 0.5%;}
.base-list li .thumb{ position:relative; max-height:200px; overflow:hidden;}
.base-list li .thumb .pic{ display:block; width:100%;}
.base-list li .item{ padding:5%;}
.base-list li .item h3{font-size:14px; color:#55504f;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
