#main{
    width:100%;
    height: auto;
}
#main .banner img{
    width: 100%;
}
.content{
    padding-bottom: 50px;
}
.content .title{
    width:100%;
    height: 110px;
    line-height: 110px;
    text-align: center;
    font-size: 28px;
    font-family: "微软雅黑";
    font-weight: bold;
    color:#454545; 
}
.content .line{
    width:35px;
    height: 1px;
    background: #E1E1E1;
    margin: 0 auto;
}
.content .smclass{
    display: inline-block;
    width:100%;
    height: 110px;
    text-align: center;
}
.content .smclass ul{
    margin-top: 30px;
}
.content .smclass ul li{
    display: inline-block;
    width:170px;
    height: 45px;
    line-height: 45px;
    border:1px solid #DADADA;
    margin: 0 7px;
}
.content .smclass ul li a{
    display: block;
    font-size: 16px;
    font-family: "微软雅黑";
    color:#454545; 
}
.content .smclass ul li a.on{
    background: #EB0900;
    color:#FFF;
}
.content .smclass ul li a:hover{
    background: #EB0900;
    color:#FFF;
}
.content p{
    line-height: 25px;
    font-size: 14px;
    font-family: "微软雅黑";
    color:#454545; 
}
.content p img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px 0;
}
.content .honor{
	width:100%;
}
.content .honor ul li{
	float: left;
	width:380px;
	height: 590px;
	background: #FFF;
	margin-left: 30px;
}
.content .env ul li{
    height: 300px; 
}
.content .honor ul li:nth-of-type(3n-2){
    margin-left: 0;
}
.content .honor ul li .imgbox{
	display:table;
	width:380px;
	height: 540px;
    background: #FFF;
}
.content .env ul li .imgbox{
    height: 250px;
}
.content .honor ul li span{
	display:table-cell;
	vertical-align: middle;
	width:100%;
}
.content .honor ul li span img{
    width:100%;
}
.content .honor ul li p{
    display: block;
    width: 380px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-family: "微软雅黑";
    color:#454545; 
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content .contactinfo{
    margin-top: 50px;
}
.content .contactinfo .left{
    float: left;
    width:370px;
    background: #F7F7F7;
}
.content .contactinfo .left ul li{
    width:300px;
    min-height: 90px;
    border-bottom: 1px solid #E6E6E6;
    margin: 0 auto;

}
.content .contactinfo .left ul li span{
    display: block;
    line-height: 30px;
    font-size: 18px;
    font-family: "微软雅黑";
    color:#454545; 
    padding:25px 0 0 40px;
}
.content .contactinfo .left ul li p{
    line-height: 20px;
    font-size: 14px;
    font-family: "微软雅黑";
    color:#909090; 
    padding-left: 40px;
}
.content .contactinfo .left ul li.address{
    background: url("../images/contact1.png") left center no-repeat;
}
.content .contactinfo .left ul li.tel{
    background: url("../images/contact2.png") left center no-repeat;
}
.content .contactinfo .left ul li.fax{
    background: url("../images/contact3.png") left center no-repeat;
}
.content .contactinfo .left ul li.email{
    background: url("../images/contact4.png") left center no-repeat;
    border-bottom: 0;
}
.content .contactinfo .right{
    float: right;
    width:830px;
}
.content .contactinfo .right .map{
    width:810px;
    height: 388px;
    margin-left:20px; 
}