/*动态详情*/
.con-header{
    width: 100%;
    padding: 40px 0 13px;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
}
.con-header p{
    margin-top: 18px;
    color: #999999;
}
.con{
    width: 100%;
    padding:  30px 0;
}
.written-content{
    float: left;
    width: 730px;
    min-height: 220px;
    margin-right: 15px;
}
.written-content>p{
    line-height: 27px;
    text-indent: 2em;
    color: #474747;
    letter-spacing: 1px;
}
.Recruitment_Details{
    float: left;
    width: 435px;
    height: auto;
    margin-top: 7px;
}
.hot-job{
    width: 100%;
    margin-top: 20px;
}
.job{
    display: flex;
    height: 35px;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #474747;
}
.job:first-of-type{
    /*匹配同级元素中的第一个元素*/
    margin-top: 10px;
}
/*生产辅助系统*/
.title{
    width: 100%;
    height: 450px;
    margin-top: 90px;
    background: url(../img/ProductionSecondary/beijing.png) center no-repeat;
    background-size: cover !important;
}
.title-con{
    display: flex;
    width: 1180px;
    height: 100%;
    margin: 0 auto;
    flex-direction:column;
    justify-content: center;
    color: #ffffff;
}
.title-con h2{
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 2px;
}
.title-con hr{
    width: 95px;
    height: 7px;
    margin: 7px 0;
    background-color: #0060FF;
    border-width: 0;
}
.title-con p:first-of-type{
    font-size: 20px !important;
    line-height: 30px;
}
.title-con p{
    font-size: 16px;
    line-height: 25px;
}
.section{
    width: 1180px;
    margin: 0 auto;
}
.con-row{
    position: relative;
    height: 350px;
    margin: 80px 0 50px;
}
.portrait{
    position: absolute;
    left: 0;
    top: 0;
    width: 53%;
    height: 350px;
    background:url(../img/ProductionSecondary/portrait.png);
    background-size: cover !important;
    border-radius: 5px;
}
.portrait-cont{
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 1;
    width: 49%;
    height: 300px;
    padding: 35px 40px;
    border-radius: 5px;
    box-shadow: 1px 1px 10px rgb(21, 142, 254, .5);
    background-color: #ffffff;
    overflow: hidden;
}
.portrait-cont h2{
    color: #086FD6;
    margin-bottom: 10px;
}
.portrait-cont p{
    color: #737373;
    line-height: 40px;
    letter-spacing: 1px;
}
.portrait-info{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 90px;
}
.con-info:first-of-type{
    padding-right: 60px;
}
.con-info:last-of-type{
    padding-left: 60px;
}
.con-info:nth-of-type(2){
    padding: 0 30px;
}
.con-info img{
    display: block;
    width: auto;
    height: 55px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
}
.con-info h2{
    text-align: center;
    margin-bottom: 3px;
}
.con-info hr{
    width: 80px;
    height: 4px;
    margin: 0 auto;
    border-width: 0;
    color: #333333;
    background-color: #009FE5;
}
.con-info p{
    margin-top: 10px;
    letter-spacing: 1px;
    line-height: 35px;
    color: #454545;
}
.foot-cont{
    position: relative;
    display: flex;
    width: 1180px;
    /* height: 100%; */
    padding-top: 46px;
    margin: 0 auto;
    flex-direction:column; 
    justify-content: center;
    align-items: center;
    color: #ffffff;
}
.foot-cont h1{
    position: absolute;
    top: 0;
    opacity: .3;
    font-size: 75px;
    font-weight: 500;
    z-index: 0;
}
.foot-cont h3{
    font-weight: 500;
}
.us-con{
    height: 180px;
    width: 100%;
}
.foot-nav-left,.from-left{
    display: flex;
    float: left;
    width: 45%;
    height: 100%;
    padding: 10px 0;
    flex-direction:column;
    justify-content: space-between; 
    list-style: none;
}
.foot-nav-left img{
    position: relative;
    top: 6px;
    height: 26px;
    margin-right: 3px;
}
.foot-nav-right{
    float: left;
    width: 55%;
    height: 100%;
    padding: 10px 0;
}
.from-right{
    float: left;
    width: 55%;
    height: 100%;
    padding-left: 10px;
    padding-top: 10px;
}
.from-left{
    padding-right: 10px;
}
.from-left input,.leave-message{
    width: 100%;
    height: 40px;
    padding: 0 5px;
    background-color: #5093FE;
    z-index: 1;
    border-width: 0;
    color: #ffffff;
    font-size: 18px;
}
.from-left input::placeholder,.leave-message::placeholder{
    color: #ffffff;
    font-size: 18px;
}
#submit:hover{
    cursor: pointer;
}
.leave-message{
    height: 100px;
    padding: 5px;
}