.otherbg{
    width: 100%;
    height: 600px;
    background-size: cover !important;
}
.productCon{
    width: 100%;
    padding: 80px 0;
    background: url(../images/home/bg3.jpg) no-repeat center;
}
.productConBox li{
    width: 380px;
    height: 520px;
    background: url(../images/home/img61a.png) no-repeat center;
    margin: 0 10px 60px;
}
.productConBox li div:nth-child(1){
    width: 380px;
    height: 520px;
}
.productConBox li div:nth-child(1) img{
    max-width: 360px;
    max-height: 510px;
}
.productConBox li div:nth-child(2){
    width: 380px;
    height: 320px;
    padding-top: 200px;
    background: url(../images/home/img61.png) no-repeat center;
    display: none;
    position: relative;
    z-index: 2;
    margin-top: -520px;
}
.productConBox li div:nth-child(2) p:nth-child(2){
    width: 112px;
    height: 41px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    margin: auto;
    margin-top: 130px;
    line-height: 41px;
}
.productConBoxActive div:nth-child(2){
    display: block !important;
}
.newsCon{
    width: 100%;
    padding: 80px 0;
    background: url(../images/home/bg3.jpg) no-repeat center;
}
.newsBox div:nth-child(1){
    width: 330px;
    height: 270px;
    padding: 20px;
}
.newsBox div:nth-child(1) img{
    max-width: 330px;
    max-height: 270px;
}
.newsBox div:nth-child(2){
    width: 580px;
    margin: 0 80px 0 30px;
    padding-top: 60px;
}
.newsBox div:nth-child(2) p:nth-child(1){
    margin-bottom: 20px;
}
.newsBox div:nth-child(3){
    display: inline-block;
    font-size: 20px;
    color: rgba(51, 51, 51, .3);
    margin-top: 135px;
    height: 40px;
    border-bottom: 1px solid rgba(51, 51, 51, .3);
}
.newsCon li{
    width: 1200px;
    height: 310px;
    background: #FFFFFF;
    margin-bottom: 30px;
}
.newsConActive{
    box-shadow: 0px 8px 13px 0px rgba(0,0,0,0.1);
}
.newsConActive div:nth-child(3){
    color: #511900 !important;
    font-family: "SourceHanSansCN-Medium" !important;
    border-bottom: 1px solid #511900 !important;
}
.contactCon{
    width: 100%;
    padding: 80px 0;
    background: url(../images/home/bg3.jpg) no-repeat center;
}
.contactCon li div p:nth-child(1){
    padding: 10px 0 15px 0;
}
.contactCon ul{
    margin-bottom: 70px;
}