.otherbg{
    width: 100%;
    height: 550px;
    background-size: cover !important;
}
.otherNav p:nth-child(1){
    padding-left: 10px;
    border-left: 4px solid #1566C2;
}
.otherNav a{
    color: #666;
}
.otherNav a:hover{
    color: #666;
}
.otherNav{
    padding: 80px 0 30px 0;
    border-bottom: 1px solid #CECECE;
    margin-bottom: 50px;
}
.aboutCon{
    width: 1108px;
    height: 283px;
    background: #F9F9F9;
    margin-left: -600px;
}
.productCon{
    width: 100%;
    height: 1135px;
    background: url(../images/home/bg8.jpg) no-repeat center;
}
.baseCon li{
    width: 585px;
    height: 386px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    margin-bottom: 30px;
}
.baseCon li img{
    max-width: 557px;
    max-height: 358px;
}
.baseConActive{
    background: #1566C2 !important;
}
.advantage li img{
    width: 380px;
    height: 254px;
}
.advantage li p{
    width: 378px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    line-height: 60px;
    margin-top: -2px;
}
.advantageActive p{
    background: #1566C2 !important;
    color: #FFFFFF !important;
}
.newsCon li{
    width: 1200px;
    height: 267px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.04);
    margin-bottom: 40px;
}
.newsBox div:nth-child(1){
    width: 324px;
    height: 215px;
    padding: 25px;
    margin-right: 25px;
}
.newsBox div:nth-child(1) img{
    max-width: 324px;
    max-height: 215px;
}
.newsBox div:nth-child(2){
    width:760px;
    padding-top: 47px;
}
.newsBox div:nth-child(2) p:nth-child(2){
    margin: 25px 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;
}
.newsConActive .newsBox div:nth-child(2) p:nth-child(3){
    border: 1px solid #1566C2 !important;
    color: #1566C2 !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: 130px;
    margin: auto;
}
.contactCon li div:nth-child(2) p:nth-child(1){
    padding: 20px 0 10px 0;
}
.contactConActive div:nth-child(1){
    background: #1566C2 !important;
}