.enterprise-info {
	height: 330px;
    position: relative;
}
.enterprise-top {
	font-size: 42px;
    letter-spacing: 5px;
    text-align: left;
    background: url(../image/enterprise.png) no-repeat;
    height: 115px;
    background-size: 100%;
    width: 250px;
    position: relative;
	margin: 50px 0;
}
.enterprise-title {
	position: absolute;
    bottom: 15px;
}
.enterprise-name {
	color: #000;
    font-size: 22px;
    border-bottom: 4px solid #5393dd;
    padding-bottom: 5px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 2px;
}
.enterprise-info .desc {
	text-indent:25px;
}
.desc-more {
    background: url(../image/med-shine.png) no-repeat;
    background-size: 100%;
    width: 90%;
    margin-top: 80px;
    height: 50px;
    position: absolute;
    bottom: 0;
}
.product-center {
	display:flex;
	width:1200px;
	margin:100px auto 25px;
}
.product-back {
    background: url(../image/product-center.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.product-link {
	flex:1;
	text-align:center;
	position:relative;
}
.product-link  img{
	width:150px;
	max-width:100%;
}
.product-link  .border-top{
    border-top: 2px solid #4f8ac8;
	width:20%;
	float: right;
}
.product-link  .border-bottom{
    border-top: 2px solid #4f8ac8;
    margin-top: 2px;
	width:15%;
	float: right;
    clear: right;
}
.product-link  .product-cate{
	display: block;
    color: #000;
    font-size: 18px;
    letter-spacing: 1px;
}
.product-center-title {
    font-size: 42px;
    letter-spacing: 5px;
    text-align: left;
    position: absolute;
    top: 40%;
    left: 20px;
}
.news {
	font-size: 48px;
    letter-spacing: 5px;
    text-align: left;
    background: url(../image/news.png) no-repeat;
    height: 150px;
    background-size: 100%;
    width: 100%;
    position: relative;
}
.news-title {
	position: absolute;
    right: 30px;
    top: 5px;
}
.news-more {
	color: #538FD9;
    font-size: 18px;
    float: right;
}
.production-base {
    font-size: 56px;
    letter-spacing: 5px;
    text-align: left;
    background: url(../image/production-base.png) no-repeat;
    height: 150px;
    background-size: 100%;
    width: 50%;
    position: relative;
    margin: 0 auto;
}
.production-title {
    position: absolute;
    left: 30%;
    top: 40px;
}
.production-base-back {
	background: #A8C8EE;
    height: 450px;
    margin-bottom: 120px;
}
.production-base-list {
	position: relative;
}
.production-base-list .thumblist  {
	position: absolute;
    top: -35px;
}
.production-base-list .list .item {
	position: relative;
}
.production-base-list .txt  {
	display:none;
}
.production-base-list .list .item:hover  a .txt  {
	display:block;
}
.production-base-list .list .item:first-child {
	width:48%;
	height:350px;
	margin-right:2%;
}
.production-base-list .list .item:nth-child(2) {
	width:50%;
	height:225px;
}
.production-base-list .list .item:nth-child(3){
    width: 25%;
    height: 225px;
}
.production-base-list .list .item:last-child {
    width: 25%;
    height: 225px;
}
.production-base-list .list .item  a {
	width:100%;
	height:100%;
}
.production-base-list .list .item img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}
.production-base-desc {
	padding: 10%;
}
.ihonor  .list {
	height: 450px;
    overflow: hidden;
	position: relative;
    transition: all 1s ease-in-out
}
.production-notes {
	font-size: 30px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 15%;
}
.production-notes span{
	margin: 0 15px;
    font-weight: bold;
}