*{
    padding: 0;
    margin: 0;
}
li{
    list-style-type: none;
}
a{
    text-decoration: none;
}
.banner{
    width: 100%;
    height: 570px;
    background: url(../img/banner.png) no-repeat center center;
    position: relative;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
}
.nav{
    width: 1200px;
    top: 38px;
    left: 50%;
    margin-left: -600px;
    height: 72px;
    background: #ffffff;
    position: absolute;
}
.logo{
    width: 331px;
    height: 100%;
    background: url(../img/logo.png) no-repeat center center;
    padding-left: 30px;
    float: left;
}
.link{
    float: right;
    height: 100%;
}
.link li{
    float: left;
    width: 90px;
    text-align: center;
    height: 100%;
    line-height: 72px;
}
.link li a{
    color:#303030;
    font-size: 14px;
}
.link li.active{
    background: #0280ac;
    color:#ffffff;
}
.link li.active a{
    color:#ffffff;
}
.about{
    width: 1200px;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 30px 0 30px;
    box-sizing: border-box;
    /* overflow: hidden; */
}
.about:before {
	content: "";
	display: block;
	width: inherit;
}

.about:after {
	content: "";
	display: block;
	width: inherit;
	clear: both;
}
.title{
    width: 187px;
    height: 400px;
    background: #0280ac;
    position: relative;
    float: left;
}
.english{
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 245px;
}
.txt{
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 298px;
}
.introduce{
    float: left;
    width: 900px;
    padding: 50px 0px 0 50px;
    font-size: 16px;
    color: #303030;
}
.introduce p{
    color:#4c4c4c;
    line-height: 26px;
}
.introduce p.em{
    text-indent: 2em;
}
.table{
    width: 100%;
    background: #0280ac;
    height: 53px;
    margin-top:0;
    border-radius:5px;
}
.job_list{
    position: relative;
}
.table ul{
    width: 100%;
    height:100%;
    margin-bottom: 5px;
  
}
.table ul li{
    height: 100%;
    float: left;
    line-height: 53px;
    text-align: center;
    color:#ffffff;
    height:100%;
}
.li1{
    width: 29%;
}
.li2,.li3,.li4,.li5{
    width: 17.75%;
}
.jobs{
    width: 900px;
    height: 62px;
    line-height: 62px;
    border-bottom: 1px dashed #aab4c0;
    cursor: pointer;
}
.job_name{
    width: 29%;
    text-align: center;
}
.job_place,.job_mechanism,.job_time,.job_link{
    width: 17.75%;
    text-align: center;
    height: 100%;
}
.job_link a{
    width: 70px;
    display: block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color:#ffffff;
    font-size:14px;
    margin-top: 9px;
    background: #377fa8;
    float: left;
    margin-left: 50px;
    border-radius: 3px;
}
.job_link i{
    display: none;
    width: 16px;
    height: 16px;
    background: url(../img/jia.png) no-repeat center center;
    float: right;
    margin-right: 19px;
    margin-top: 19px;
}
.fl{
    float: left;
}
.as{
        display: inline-block;
        position: relative;
}
.place{
    width: 14px;
    height: 18px;
    margin-right: 13px;
    display: none;
    position: absolute;
    left: 0px;
    top: 18px;
    background: url(../img/place.png) no-repeat center center;
}
.as span {
    /* padding-left: 15px; */
    line-height: 53px;
}
.details{
    width: 600px;
    /* max-height: 430px; */
    position: absolute;
    top:50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -215px;
    display: none;
    background-color: #ffffff;
    z-index: 99;
    padding-bottom: 35px;
    border: 1px solid #d2d2d2;
}
.detail-title{
    width: 100%;
    height: 57px;
    line-height: 57px;
    background-color: #377fa8;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.detail-title b{
    font-size: 24px;
    float: right;
    padding-right: 20px;
    cursor: pointer;
}
.details .detail-desc{
 padding: 30px;   
 font-size: 16px;
 line-height: 30px;
 color: #303030;
 max-height: 300px;
 overflow-y: auto;
}
.details a{
display:block;
width: 150px;
height: 34px;
line-height: 34px;
text-align: center;
background-color: #377fa8;
margin: 0 auto;
color: #fff;
font-size: 16px;
}

.detailing{
    text-align: center;
    height: 100px;
    line-height: 100px !important;
}
#nojob{
    font-style: normal;
    display: block;
    text-align: center;
    min-height: 100px;
    line-height: 100px;
}
.footer{
    height: 63px;
    width: 100%;
    text-align: center;
    line-height: 63px;
    background: #0280ac;
    color:#ffffff;
    font-size: 12px;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}
.m_job_list{
    display: none;
}
