.otherbg{
    width: 100%;
    height: 670px;
    background-size: cover !important;
    margin-top: -120px;
}
.aboutC{
    width: 100%;
    height: 728px;
    background: url(../images/home/bg9.jpg) no-repeat center;
}
.otherNav{
    padding: 80px 0 30px 0;
    border-bottom: 1px solid #CECECE;
    margin-bottom: 50px;
}
.otherNav div{
    padding-left: 10px;
    border-left: 4px solid #16469E;
}
.otherNav a{
    color: #666;
}
.otherNav a:hover{
    color: #666;
}
.morea{
    color: #16469E !important;
    margin-left: 550px;
}
.productCon{
    position: relative;
    z-index: 2;
    margin-top: 50px;
}
.productCon li{
    width: 466px;
    height: 331px;
    background: #16469E;
}
.productCon li:nth-child(4){
    background: #fff !important;
}
.productCon li:nth-child(6){
    background: #fff !important;
}
.productCon li div{
    padding: 90px 0 0 70px;
}
.productCon li div p{
    margin-bottom: 10px;
}
.productCon li div img{
    margin-top: 20px;
}
.newsCon li{
    width: 1400px;
    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;
}
.newsBox div:nth-child(1) img{
    max-width: 324px;
    max-height: 215px;
}
.newsBox div:nth-child(2){
    width: 940px;
    margin-left: 25px;
}
.newsBox div:nth-child(2) p:nth-child(1){
    margin: 35px 0 25px 0;
}
.newsBox div:nth-child(2) p:nth-child(3){
    width: 151px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #666666;
    line-height: 36px;
    margin-top: 50px;
}
.newsConActive .newsBox div:nth-child(2) p:nth-child(3){
    color: #16469E !important;
    border: 1px solid #16469E !important;
}
.contactCon{
    border: 1px solid #E5E5E5;
}
.contactCon li{
    width: 460px;
    height: 240px;
    padding-top: 85px;
}
.contactCon li:nth-child(2){
    border-right: 1px solid #E5E5E5;
    border-left: 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 div:nth-child(2) p:nth-child(1){
    margin-bottom: 20px;
}
.contactConActive div:nth-child(1){
    background: #16469E !important;
}