body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6,p { font-family: "PingFang SC;"}
html,body{
    width: 100%;
    margin: 0;
    padding: 0;
}
/* 背景图 */
.head-nav {
    min-width: 1200px;
    height: 787px;
    background: url('../images/society-banner.png') no-repeat;
    background-size: 100% 100%;
}
.index-content {
    min-width: 1200px;
    position: relative;
    overflow: hidden;
}
/* 主体部分 开始 */
.content-item1 {
    width: 100%;
    min-height: 615px;
    background-color: #fff;
    position: relative;
}
.bg-img {
    position: absolute;
    right: 144px;
    top: 116px;
}
.main-cont {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    padding: 50px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.society-name {
    text-align: center;
}
.society-name h2 {
    font-size: 26px;
    font-weight: bold;
    color: #333333;
}
.society-name p {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
}
.society-cont {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
}
ul.jobtitle {
    margin-left: 2px;
}

ul.jobtitle li{
    width: 240px;
    height: 68px;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    border-radius: 26px;
    margin-bottom: 30px;
    line-height: 68px;
    color: #51A0E9;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
ul.jobtitle li.jobactive {
    background-color: #3296FA;
    color: #fff;
}
ul.jobtitle li span:first-child {
    margin-left: 40px;
}
ul.jobtitle li span:last-child {
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-right: 35px;
}

ul.jobtitle li:nth-child(1) span:last-child {
    background: url('../images/society-icon1.png') no-repeat;
    background-size: 100% 100%;
}
ul.jobtitle li:nth-child(1) span:last-child.icon1 {
    background:url('../images/society-icon1-active.png') no-repeat;
    background-size: 100% 100%;
}

ul.jobtitle li:nth-child(2) span:last-child {
    background: url('../images/society-icon2.png') no-repeat;
    background-size: 100% 100%;
}
ul.jobtitle li:nth-child(2) span:last-child.icon1 {
    background:url('../images/society-icon2-active.png') no-repeat;
    background-size: 100% 100%;
}

ul.jobtitle li:nth-child(3) span:last-child {
    background: url('../images/society-icon3.png') no-repeat;
    background-size: 100% 100%;
}
ul.jobtitle li:nth-child(3) span:last-child.icon1 {
    background:url('../images/society-icon3-active.png') no-repeat;
    background-size: 100% 100%;
}

ul.jobtitle li:nth-child(4) span:last-child {
    background: url('../images/society-icon4.png') no-repeat;
    background-size: 100% 100%;
}
ul.jobtitle li:nth-child(4) span:last-child.icon1 {
    background:url('../images/society-icon4-active.png') no-repeat;
    background-size: 100% 100%;
}

ul.jobcont>li{
    width: 910px;
    background: #EEEEEE;
    border-radius: 26px;
    padding: 0 40px;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 20px;
}
.jobname {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
}
.jobname span:first-child {
    font-size: 18px;
    font-weight: bold;
    color: #51A0E9;
}
.jobname span:last-child{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    position: relative;
    padding-right: 15px;
    cursor: pointer;
}
span.check::after {
    width: 12px;
    height: 8px;
    content: '';
    display:block;
    background: url('../images/society-icon6.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -3px;
    top: 34%;
}
.jobcont {
    display: none;
}
.isshow{
    display: block;
}
.jobdetial {
    border-top: 1px solid #3296FA;
    padding: 40px 0;
    display: none;
}

ul.jobcont li ol li {
    padding: 10px 0;
    margin-left:20px;
    line-height:1.8;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    list-style-type: decimal;
}
ol h2 {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
}
/* 联系我们star */
.foot-top {
    position: relative;
    width: 100%;
    height: 269px;
    background: url('../images/com-js-footbg.png') no-repeat;
    background-size: 100% 100%;
}
.bg-img4 {
    width: 203px;
    height: 203px;
    background: #F59399;
    opacity: 0.5;
    border-radius: 50%;
    position: absolute;
    left: 144px;
    top: -121px;
}
.contact-us {
    width: 340px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.foot-top .contact-us h3 {
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.foot-top .contact-us span {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}
.foot-top .contact-us .btn-us {
    width: 140px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin-top: 34px;
}
/* 联系我们end */
/* 兼容IE样式 */
@media screen\0 {
    .society-cont {
        display: table;
    }
    ul.jobtitle {
        display: table-cell;
    }
}