.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: 4px solid #A15227;
}
.otherNav a{
    color: #666666;
}
.otherNav a:hover{
    color: #666666;
}
.productNav li{
    width: 217px;
    height: 57px;
    background: #F7F7F7;
    margin-bottom: 10px;
    line-height: 57px;
}
.productNav li a{
    color: #222;
}
.productNav li a:hover{
    color: #222;
}
.productNavActive{
    background: #A15227 !important;
}
.productNavActive a{
    color: #fff !important;
}
.productCon li div{
    width: 434px;
    height: 350px;
    margin-top: 20px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 13px;
}
.productCon li div img{
    max-width: 434px;
    max-height: 350px;
}
.productCon li{
    width: 434px;
    height: 429px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-bottom: 4px solid #A15227;
    margin-bottom: 40px;
}
.productConActive{
    background: url(../images/home/img52.jpg) no-repeat center !important;
    box-shadow: 0px 0px 17px 0px rgba(10,10,10,0.14);
}
.productConActive p{
    color: #A15227 !important;
}
.long{
    width: 1200px;
    height: 300px;
    margin: 80px 0;
    background: url(../images/home/img59.jpg) no-repeat center;
}
.long ul{
    padding: 60px 0 0 40px;
}
.long ul li{
    margin:0 20px 50px;
}
.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: #A15227 !important;
    border: 1px solid #A15227 !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: #A15227 !important;
}