/*child*/
#childbanner img{
    vertical-align: top;
}
.childsortswrap{
    width:100%;
    max-width:1920px;
    height:70px;
    margin:0 auto;
    background-color:#0451a1;
}
.childsorts{
    width:1382px;
    height:100%;
    margin:0 auto;
    display: flex;
    align-content: flex-start;
}
.childsorts a{
    color:#fff;
    font-size:14px;
    line-height:70px;
    min-width:200px;
    text-align: center;
}
.childsorts[_pro] a{
    /*min-width: auto;*/
    padding:0 20px;
}
.childsorts a.on{
    background-color:#fff;
    color:#0451a1;
    font-weight: bold;
}
.childcontainer{
    width:1382px;
    margin: 0 auto;
    padding:30px 0;
}
.c_newsitem{
    width:100%;
    height:220px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
}
.c_newsitem img{
    height:160px;
}
.c_newsitem_r{
    width:1025px;
}
.childnews_title{
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.childnews_title a{
    font-size: 18px;
    color: #545454;
    line-height: 38px;
    font-weight: bold;
}
.childnews_title span{
    font-size: 14px;
    color: #666666;
}
.childnews_content{
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}
.childnews_more{
    display: block;
    width: 100px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    color: #545454;
    background-color: #f2f2f2;
    margin-top:40px;
}
.childnews_more:hover{
    background-color:#0451a1;
    color:#fff;
}
.article_title{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.article_info{
    display: flex;
    justify-content: center;
    align-items: center;
    height:28px;
    background-color:#999;
    margin:15px 0;
}
.article_info span{
    font-size:13px;
    margin:0 13px;
    color:#fff;
}
.article_others{
    margin-top:20px;
    padding:20px 0;
    border-top: 1px dashed #333;
}
.article_others a{
    line-height:25px;
    font-size:14px;
}
.article_others a:hover{
    color:#0451a1;
}
.backlist{
    background-color:#0451a1;
    color:#fff;
    padding:5px 10px;
}
.childpro,.childpic{
    display: flex;
    flex-wrap: wrap;
}
.proitem{
    width:420px;
    padding:20px 20px 0;
    border:1px solid #eeeeee;
    margin-bottom:20px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
}
.proitem:nth-child(3n+2){
    margin: 0 30px 20px;
}
.proitem:hover{
    border-color:#0451a1;
}
.proitem img{
    width:100%;
}
.proitem p{
    font-size:14px;
    color:#333333;
    line-height:45px;
    text-align: center;
}
.picitem{
    width:420px;
    padding:20px 20px 0;
    border:1px solid #eeeeee;
    margin-bottom:20px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.picitem:nth-child(3n+2){
    margin: 0 30px 20px;
}
.picitem:hover{
    border-color:#0a408a;
}
.picitem img{
    width:100%;
}
.picitem p{
    font-size:14px;
    color:#333333;
    line-height:45px;
    text-align: center;
}
.childmessage{
    padding:0 20px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.msgform{
    width:850px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.msgitem p{
    line-height:1.5;
    color:#5a5a5a;
    margin-bottom:10px;
}
.msgcode p{
    line-height:1.5;
    color:#5a5a5a;
}
.msgitem input{
    width:100%;
    height:38px;
    padding-left:15px;
    border:1px solid #c1c1c1;
    outline:none;
}
.msgitem textarea{
    width:100%;
    height: 150px;
    border:1px solid #c1c1c1;
    outline:none;
    resize: none;
    line-height:38px;
}
.msgcode{
    display: flex;
    height:38px;
    align-items: center;
}
.msgcode input{
    width:120px;
    height:100%;
    border:1px solid #c1c1c1;
    outline:none;
    margin:0 20px;
    padding-left:15px;
}
.msgform input[type="submit"]{
    width:100%;
    height:48px;
    border:none;
    outline:none;
    color:#fff;
    background-color: #0451a1;
    cursor: pointer;
}
.jobtable{
    width:100%;
    margin:0 auto 10px;
    background-color:#FAE18F;
}
.jobheadline th{
    background-color:#0451a1;
    color:#fff;
    text-align:center;
    height:35px;
}
.jobdesc td{
    height:28px;
    text-align:center;
    background-color:#ffffff;
}