/* 底部 */
.footer{
    background: #1b1b1b;
    padding: 30px 0;
}
.footer-top{
    width: 100%;
    padding: 0 30px;
    justify-content: space-between;
}
.footer-top {
   padding-bottom: 10px;
   border-bottom: 1px solid #464646;
}
.top-left,.top-right{
    width:25%;
    margin-right: 30px;
}
.top-right{
    width: 20%;
}
.top-left .logo img{
    width:160px;
    height: 60px;
    object-fit: contain;
}
.left-info{
    color: #8c8c8c;
    font-size: 12px;
    line-height: 26px;
}
.left-ico .wechat-ico{
    margin-top: 20px;
    display: inline-block;
}
.left-ico .wechat-ico img{
    display: block;
}
.left-ico .wechat-ico:first-child{
    margin-right: 15px;
}
.top-right{
    margin-right: 0;
}
.top-center{
    flex: 1; 
    padding-top: 20px;
}
.top-center .center-list  .center-item{
    float: left;
    padding:0 15px;
    width: auto;
}
.top-center .center-list  .center-item h5{
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}
.center-item ul li a{
    display: block;
    color: #8c8c8c;
    font-size: 12px;
    line-height: 28px;
}
.center-item ul li a:hover{
    color: #1c74af;
}
.top-right{
    padding-top: 20px;
}

.code-item:first-child{
   margin-right:25px;
}
.code-item img{
    width: 90px;
    height:90px;
    object-fit: contain;

}
.code-item p{
    line-height: 26px;
    font-size: 12px;
    color: #8c8c8c;
    text-align: center;
}
.footer-bottom{
    padding: 30px 0 0 0;
    font-size: 12px;
    color: #8c8c8c;
    line-height: 26px;
    text-align: center;
}
.footer-bottom a:hover{
    color: #191df8;  
}
 @media screen and (min-width: 1930px){
     .common-con{
         width:75%;
     }
     .top-left .logo img{
         width: 270px;
         height:auto;
     }
     .left-info{
         font-size: 16px;
         line-height: 32px;
     }
     .top-center .center-list .center-item{
         width: 20%;
     }
     .top-center .center-list .center-item h5{
         font-size: 18px;
         line-height:50px;
     }
     .center-item ul li a{
         font-size: 16px;
         line-height: 32px;
     }
     .job-desc, .job-info{
         font-size: 14px;
         line-height: 28px;
     }
     .job-center .job-name{
         font-size: 18px;
         height: 35px;
         line-height:35px;
     }
     .footer-bottom{
         font-size:14px;
     }
     .code-item img{
        width: 140px;
        height: 140px;
     }
     .code-item:first-child{
         margin-right:50px;
     }
     .code-item p{
         font-size:16px;
         line-height: 32px;
         
     }
     .parter-item img{
         display: block;
        width: 100%;
        height: 350px;
        object-fit: cover;
     }
     .parter-content .introduce-title{
         margin-top:0;
     }
     .parter-content{
         padding: 50px 0;
     }
 }
 
 @media screen and (max-width: 1199px) {
    .common-con {
        width: 1000px;
        margin: 0 auto;
     }
    .code-item img{
        width: 80px;
        height: 80px;
    }
    .top-left .logo img{
        width: 135px;
    }
}
/*@media only screen and (max-width: 767px){*/
/* .common-con{*/
/*     width: 100%;*/
/*     padding: 0 15px;*/
/* }*/
/*}*/
