.otherbg{
    width: 100%;
    height: 550px;
    background-size: cover !important;
}
.otherNav{
    padding: 80px 0 30px 0;
    border-bottom: 1px solid #CECECE;
    margin-bottom: 50px;
}
.otherNav p:nth-child(1){
    padding-left: 10px;
    border-left: 3px solid #B03129;
}
.otherNav a{
    color: #666;
}
.otherNav a:hover{
    color: #666;
}
.aboutCon{
    width: 100%;
    height: 650px;
    background: url(../images/home/bg6.jpg) no-repeat center;
}
.aboutConBox{
    width: 504px;
    height: 460px;
    background: #FFFDF8;
    border: 4px solid #DAC48A;
    box-shadow: 0px 3px 8px 0px rgba(12,44,46,0.35);
    padding-top: 30px;
}
.productCon li{
    margin:0 9px 50px;
}
.productCon li div:nth-child(1){
    width: 380px;
    height: 300px;
    border: 1px solid #EFEFEF;
}
.productCon li div:nth-child(1) img{
    max-width: 380px;
    max-height: 300px;
}
.productCon li div:nth-child(2){
    width: 380px;
    height: 85px;
    background: url(../images/home/img83.jpg) no-repeat center;
    line-height: 85px;
    box-shadow: 0px 2px 12px 0px rgba(55,2,47,0.08);
    background-size: cover !important;
}
.productConActive div:nth-child(2){
    background: url(../images/home/img83a.jpg) no-repeat center !important;
    color: #fff !important;
}
.newsCon li{
    padding: 25px;
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.04);
    margin-bottom: 40px;
}
.newsBox div:nth-child(1){
    width: 324px;
    height: 215px;
}
.newsBox div:nth-child(1) img{
    max-width: 324px;
    max-height: 215px;
}
.newsBox div:nth-child(2){
    width: 755px;
    padding-top: 20px;
}
.newsBox div:nth-child(2) p:nth-child(2){
    margin: 20px 0 50px 0;
}
.newsBox div:nth-child(2) p:nth-child(3){
    width: 151px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #666666;
    line-height: 36px;
    text-align: center;
}
.newsConActive .newsBox div:nth-child(2) p:nth-child(3){
    color: #B03129 !important;
    border: 1px solid #B03129 !important;
}
.contactCon li{
    width: 398px;
    height: 230px;
    border: 1px solid #DDDDDD;
    padding-top: 80px;
}
.contactCon li div:nth-child(1){
    width: 52px;
    height: 52px;
    background: #BFBFBF;
    border-radius: 50%;
    margin: auto;
}
.contactCon li div:nth-child(2){
    width: 240px;
    margin: auto;
}
.contactCon li div:nth-child(2) p:nth-child(1){
    padding: 20px 0 10px 0;
}
.contactConActive div:nth-child(1){
    background: #B03129 !important;
}