.top {
    height: 40px;
    line-height: 40px;
    background: #efefef;
}
.top .left{
    float: left;
}
.top .right {
    float: right;
    color: rgb(0, 98, 181);
}
.navbar-brand {
    padding: 0;
}
.links {
    border-bottom: 1px solid #fff;
}
.anniu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.btns {
   
    line-height: 40px;
   
    padding: 0 6px;
    border-radius: 9px;
    border: 1px solid skyblue;
    text-align: center;
}
.btns:hover {
    color: #fff;
    background: rgb(0, 98, 181);
}
.box-item {
    position: relative;
}
.sub-item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 200px;
    height: 200px;
    text-align: center;
    color: goldenrod;
    background: rgba(0, 0, 0, .7);
    border: 1px solid #fff;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}
.seedetail {
    display: inline-block;
    color: #fff;
    background: rgb(0, 98, 181);
    padding: 5px 20px;
    border-radius: 5px;
}
.s_title {
    line-height: 120px;
    font-size: 20px;
}
.box-item>a {
    position: relative;
}
.box-item>a>img {
    max-width: 360px;
}
.zhijia {
    margin-bottom: 50px;
}
.deepblue {
    background: rgb(0, 98, 181);
    height: 100%;
    color: #fff;
}
.d_blue {
    color: rgb(33, 33, 33);
    margin-top: 30px;
}
.t_box:hover {
    font-size: 24px;
    color: #fff;
    background: rgb(0, 98, 181);
}
.t_box {
    border: 1px solid #ccc;
    height: 60px;
    line-height: 60px;
    /*transform: skew(-25deg);*/
    -webkit-transform:skew(-30deg);
}


.fl {
    float: left;
    margin: 2px 15px;
}
.r_item {
    position: relative;
}
.r_item:hover {
    background: #003f8c;
    color: #fff;
}
.r_item:hover p{
    
    color: #fff!important;
}
.r_item:hover .i_hidden {
    display: block;
}
.i_hidden {
    display: none;
}
/* 联系我们 */
.lianxi-item {
    position: relative;
    padding: 80px 0;
    background: #fff;
    height: 230px;
    box-shadow: 2px 2px 10px #ccc;
    margin-bottom: 20px;
}
.lianxi-img {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}
/* 人力部分 */
.t_title {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: rgb(1, 97, 180);
    background: #efefef;
}
.fr {
    float: right;
}
.content1 {
    border:1px solid #efefef;
    line-height: 30px;
}
.t_content {
    padding: 20px;
}
.pd_40 {
    padding-left: 60px;
}
.mr_80 {
    margin-right: 130px;
}
.t_btn {
    background: rgb(0, 98, 181);
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 80px;
    margin-top: 20px;
    border-radius: 8px;
}
.img_sjx {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.manager {
    padding: 30px 0;
    border: 1px solid #efefef;
}
.f_red {
    color: red;
}
.manager:hover {
    background: rgb(0, 56, 133);
}
.manager:hover>div{
    color: #fff;
}
.manager:hover>h5 {
    color: #fff;
}
/* 招聘 */
.table-title {
    background: #efefef;
    line-height: 40px;
    border-bottom: 2px solid #666;
}
.line div {
    height: 40px;
   /* border-bottom: 1px solid #bbb;*/
    /*border-right: 1px solid #bbb;*/
    box-sizing: border-box;
}
.line>div:nth-child(2n+1) {
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
}
.time span{
    display: inline-block;
    width: 40px;
    height: 20px;
    border: 1px solid #bbb;
    vertical-align: middle;
    line-height: 20px;
}
.text-center {
    text-align: center !important;
}
.t_submit {
    background: rgb(0, 98, 181);
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 80px;
    margin: 40px auto;
    border-radius: 8px;
}
@media screen and (min-width: 1500px){
    .diannaodaohang{display: '';}
    .shoujidaohang{display: none;}
    .diannaodaohang{line-height: 100px;}

}

@media screen and (max-width: 1499px){
    .diannaodaohang{display: none;}
    .shoujidaohang{display: '';}

}
