.otherbg{
    width: 100%;
    height: 550px;
    background-size: cover !important;
}
.line1{
    width: 4px;
    height: 20px;
    background: #BE0008;
    margin-right: 10px;
}
.otherNav a{
    color: #666666;
}
.aboutCon{
    width: 1135px;
    height: 357px;
    background: #F3F3F3;
    margin-top: 44px;
    margin-left: -500px;
}
.aboutCon div{
    width: 545px;
    padding-top: 55px;
    margin-left: 530px;
}
.aboutImg div{
    width: 585px;
    height: 400px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
}
.aboutImg div img{
    max-width: 547px;
    max-height: 362px;
}
.productCon li{
    width: 570px;
    height: 560px;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    margin-bottom: 50px;
}
.productCon li div:nth-child(1){
    width: 420px;
    height: 320px;
    margin: auto;
    padding: 50px 0 40px 0;
}
.productCon li div:nth-child(3){
    width: 570px;
    height: 98px;
    background: #EEEEEE;
    line-height: 98px;
    margin-top: 25px;
}
.productConActive div:nth-child(3){
    background: #BE0008 !important;
    color: #FFFFFF !important;
}
.joinCon li{
    margin-bottom: 40px;
}
.joinCon li div:nth-child(1){
    width: 580px;
    height: 376px;
    background-size: cover !important;
}
.joinCon li div:nth-child(1) p{
    width: 52px;
    height: 78px;
    background: url(../images/home/icon7.png) no-repeat center;
    line-height: 60px;
    padding-left: 13px;
    position: relative;
    top: -10px;
    margin-left: 496px;
}
.joinCon li div:nth-child(2){
    width: 580px;
    height: 147px;
    background: #F9F9F9;
}
.joinCon li div:nth-child(2) p{
    width: 500px;
}
.joinConActive div:nth-child(2){
    background: #BE0008 !important;
}
.joinConActive div:nth-child(2) p{
    color: #FFFFFF !important;
}
.newBox li{
    padding: 26px;
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.04);
    margin-bottom: 40px;
}
.newCon div:nth-child(1){
    width: 324px;
    height: 215px;
    padding: 20px;
}
.newCon div:nth-child(1) img{
    max-width: 324px;
    max-height: 215px;
}
.newCon div:nth-child(2){
    width: 750px;
    margin-left: 20px;
    padding-top: 20px;
}
.newCon div:nth-child(2) p:nth-child(2){
    margin-top: 25px;
    margin-bottom: 50px;
}
.newCon div:nth-child(2) p:nth-child(3){
    width: 151px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #666666;
    line-height: 36px;
}
.newBoxActive .newCon div:nth-child(2) p:nth-child(3){
    border: 1px solid #BE0008 !important;
    color: #BE0008 !important;
}
.contactCon{
    border: 1px solid #E5E5E5;
}
.contactCon li div:nth-child(1){
    width: 52px;
    height: 52px;
    background: #BFBFBF;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 20px;
}
.contactCon li{
    width: 397px;
    padding: 100px 0;
}
.contactCon li:nth-child(2){
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}
.contactCon li div:nth-child(2) p:nth-child(2){
    width: 150px;
    margin: auto;
    margin-top: 20px;
}
.contactConActive div:nth-child(1){
    background: #BE0008 !important;
}