#content{
    width:100%;
    height: auto;
}
#content .indexpro{
    width:1200px;
    height: auto;
    margin:45px auto 0;
}
#content .indexpro .proclass{
    width:100%;
    height: 80px;
    /*line-height: 80px;*/
    text-align: center;
    background: #F1F1F1;
}
#content .indexpro .proclass ul{
    display: flex;
    align-items: center;
}
#content .indexpro .proclass ul li{
    height: 80px;
    display: flex;
    align-items: center;
    font-size: 22px;
    font-family: "微软雅黑";
    font-weight: bold;
    color:#454545;
    cursor: pointer;
}
#content .indexpro .proclass ul li.on{
    color:#dd151a;
}
#content .indexpro .proclass ul .line{
    display: inline-block;
    width:3px;
    height: 22px;
    background: #DFDFDF;
    margin:0 20px;
    vertical-align: middle;
}
#content .indexpro .probd{
    width:100%;
    height: 620px;
}
#content .indexpro .probd .left{
    float: left;
    width:500px;
}
#content .indexpro .probd .left span{
    display: block;
    line-height: 50px;
    font-size: 20px;
    font-family: "微软雅黑";
    font-weight: bold;
    color:#dd151a;
    border-bottom:1px dashed #C4C4C4;
}
#content .indexpro .probd .left ul li{
    width:100%;
    height: 65px;
    line-height: 65px;
    border-bottom:1px dashed #C4C4C4;
}
#content .indexpro .probd .left ul li .reddian{
    display: block;
    width:90%;
    height: 65px;
    background: url(../images/reddian.png) 10px center no-repeat;
    font-size: 14px;
    font-family: "微软雅黑";
    color:#454545;
    padding-left: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#content .indexpro .probd .right{
    float: right;
    width:700px;
}
#content .indexpro .probd .right .list .hd{
    width:100%;
    height: 40px;
    text-align: right;
}
#content .indexpro .probd .right .list .hd .hdli{
    display: inline-block;
    width:22px;
    height: 2px;
    background: #F1F1F1;
    margin: 19px 0 0 5px;
    cursor: pointer;
}
#content .indexpro .probd .right .list .hd .hdli.on{
    background: #DD161A;
}
#content .indexpro .probd .right .list .bd{
    width:100%;
}
#content .indexpro .probd .right .list .bd .bdbox .product{
    position: relative;
    float: left;
    width:334px;
    height:280px;
    margin:10px 0 0 16px;
}
#content .indexpro .probd .right .list .bd .bdbox .product .boxbg{
    display: none;
    position: absolute;
    width: 334px;
    height: 241px;
    background: url(../images/boxbg.png) center top no-repeat;
    left:0;
    top:-10px;
}
#content .indexpro .probd .right .list .bd .bdbox .product img{
    display: block;
    width:315px;
    height:220px;
    border:1px solid #E4E4E4;
    margin: 0 auto;
}
#content .indexpro .probd .right .list .bd .bdbox .product .name{
    width:315px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-family: "微软雅黑";
    color:#454545;
    margin: 0 auto;
}

#content .indexnews{
    width:100%;
    height: 600px;
    background: url(../images/newsbg.png) center top no-repeat #F8F9FB;
    margin-top: 40px;
}
#content .indexnews .newsbox{
    width:1200px;
    margin: 0 auto;
}
#content .indexnews .newsbox .title{
    width:100%;
    height: 110px;
    line-height: 110px;
    text-align: center;
    font-size: 28px;
    font-family: "微软雅黑";
    font-weight: bold;
    color:#454545; 
}
#content .indexnews .newsbox .line{
    width:35px;
    height: 1px;
    background: #E1E1E1;
    margin: 0 auto;
}
#content .indexnews .newsbox .left{
    float: left;
    width:570px;
    margin-top:40px;
}
#content .indexnews .newsbox .left img{
    width:100%;
}
#content .indexnews .newsbox .left .firstnews .newstitle{
    width:100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #E7E8E9;
    margin-top: 10px;
}
#content .indexnews .newsbox .left .firstnews .newstitle a{
    float: left;
    display: block;
    width:470px;
    font-size: 18px;
    font-family: "微软雅黑";
    color:#dd1317; 
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#content .indexnews .newsbox .left .firstnews .newstitle span{
    float: right;
    display: block;
    width:100px;
    text-align: right;
    font-size: 14px;
    font-family: "微软雅黑";
    color:#909090; 
}
#content .indexnews .newsbox .left .firstnews .intro{
    width:100%;
    line-height: 20px;
    margin-top: 15px;
    font-size: 12px;
    font-family: "微软雅黑";
    color:#909090; 
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
#content .indexnews .newsbox .right{
    float: right;
    width:600px;
    margin:40px 0 0 30px;
}
#content .indexnews .newsbox .right ul li .newstitle{
    width:100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #E7E8E9;
}
#content .indexnews .newsbox .right ul li .newstitle a{
    float: left;
    display: block;
    width:470px;
    font-size: 18px;
    font-family: "微软雅黑";
    color:#454545; 
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#content .indexnews .newsbox .right ul li .newstitle a:hover{
    color:#dd1317; 
}
#content .indexnews .newsbox .right ul li .newstitle span{
    float: right;
    display: block;
    width:100px;
    text-align: right;
    font-size: 14px;
    font-family: "微软雅黑";
    color:#909090; 
}
#content .indexnews .newsbox .right ul li .intro{
    width:100%;
    line-height: 20px;
    margin-top: 15px;
    font-size: 12px;
    font-family: "微软雅黑";
    color:#909090; 
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#content .indexnews .newsbox .right .more{
    display: block;
    float: right;
    width:140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border:1px solid#ADADAD;
    font-size: 14px;
    font-family: "微软雅黑";
    color:#ADADAD; 
    margin-top: 15px;
}
#content .indexnews .newsbox .right .more:hover{
	border:1px solid #dd161a;
	color:#dd161a;
}
#content .indexabout{
    width:100%;
}
#content .indexabout .aboutbox{
    width:1200px;
    margin: 0 auto;
}
#content .indexabout .aboutbox .title{
    width:100%;
    height: 110px;
    line-height: 110px;
    text-align: center;
    font-size: 28px;
    font-family: "微软雅黑";
    font-weight: bold;
    color:#454545; 
}
#content .indexabout .aboutbox .line{
    width:35px;
    height: 1px;
    background: #E1E1E1;
    margin: 0 auto;
}
#content .indexabout .aboutbox .content p{
    line-height: 25px;
    font-size: 16px;
    font-family: "微软雅黑";
    color:#454545;
    margin-top: 40px;
}
#content .indexabout .aboutbox .content img{
    width:100%;
    margin-top: 30px;
}

#content .forcompany{
    width:100%;
}
#content .forcompany .mbox{
    width:1200px;
    margin: 0 auto;
}
#content .forcompany .mbox .title{
    width:100%;
    height: 110px;
    line-height: 110px;
    text-align: center;
    font-size: 28px;
    font-family: "微软雅黑";
    font-weight: bold;
    color:#454545; 
}
#content .forcompany .mbox .line{
    width:35px;
    height: 1px;
    background: #E1E1E1;
    margin: 0 auto;
}
#content .forcompany .companylist{
	position: relative;
	width:100%;
	height: 150px;
}
#content .forcompany .prev{
	position: absolute;
	display: block;
	width:21px;
	height: 38px;
	background: url("../images/forcompanyprev.png") center center no-repeat;
	top:50px;
	left:-30px;
	z-index: 99;
}
#content .forcompany .next{
	position: absolute;
	display: block;
	width:21px;
	height: 38px;
	background: url("../images/forcompanynext.png") center center no-repeat;
	top:50px;
	right:-30px;
	z-index: 99;
}
#content .forcompany .companylist .bd{
	width:100%;
	overflow: hidden;
}
#content .forcompany .companylist ul li{
	display: inline-block;
	width:16.6%;
	height: 150px;
	text-align: center;
}
#content .forcompany .companylist ul li img{
    display: inline-block;
	vertical-align: middle;
	margin-top: 55px;
}