* {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style: none;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner img {
    width: 100%;
    height: 100%;
}

.banner .dd {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 0;
    box-sizing: border-box;
}

.banner .dd p {
    width: 1200px;
    margin: 0 auto;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    text-indent: 2em;
    letter-spacing: 1px;
}


/* 招聘信息 */

.zpxx {
    margin: 50px 0;
}

.zpxx .zpxx_title {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 10px;
    font-style: italic;
    line-height: 65px;
    text-align: center;
    background: url(./img/title5.png) no-repeat center;
}

.zpxx .zpxx_content{
    background: url(./img/book.png) no-repeat;
    background-size: 125% 100%;
    border-top: 2px solid #9EBAEF;
    border-left: 2px solid #9EBAEF;
    border-right: 2px solid #9EBAEF;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
} 
.zpxx .zpxx_content ul {
    position: relative;
    height: 580px;
    /*border: 3px double #e2e2e2;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;*/
}
.zpxx .zpxx_content ul h3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    box-sizing: border-box;
    line-height: 50px;
    overflow: hidden;
    /* text-indent: 2em; */
    margin: 0 20px;
    border-bottom: 2px solid #9EBAEF;
}
.zpxx .zpxx_content .zpxx_item1 {
    width: 68%;
    display: inline-block;
}
.zpxx .zpxx_content .zpxx_item1 h3{
    width: 670px;
}
.zpxx .zpxx_content .zpxx_item2 h3{
    margin:0;
}
.zpxx .zpxx_content .zpxx_item2 {
    width: 31%;
    display: inline-block; 
}
.zpxx .zpxx_content ul li {
    width: 180px;
    height: 180px;
    box-sizing: border-box;
    padding: 20px 10px 10px;
    display: inline-block;
    margin: 5px;
    position: absolute;
}

.zpxx_content ul li:nth-of-type(3n+1) {
    background: url(./img/bq1.png) no-repeat center;
    background-size: 100% 100%;
}

.zpxx_content ul li:nth-of-type(3n+2) {
    background: url(./img/bq2.png) no-repeat center;
    background-size: 100% 100%;
}

.zpxx_content ul li:nth-of-type(3n+3) {
    background: url(./img/bq3.png) no-repeat center;
    background-size: 100% 100%;
}

.zpxx_content ul li h4 {
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    color: #e83247;
}

.zpxx_content ul li p {
    text-indent: 2em;
    line-height: 25px;
}


/* 服务集成 */

.fwjc {
    margin: 50px 0;
}

.fwjc .fwjc_title {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 10px;
    font-style: italic;
    line-height: 65px;
    text-align: center;
    background: url(./img/title5.png) no-repeat center;
}

.fwjc .fwjc_content {
    width: 1200px;
    margin: 0 auto;
}

.fwjc .fwjc_content ul {
    height: 540px;
}

.fwjc .fwjc_content ul li {
    float: left;
    width: 360px;
    height: 128px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    margin-left: 30px;
    margin-top: 40px;
    cursor: pointer;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    transition: all 0.75s;
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -o-transition: all 0.75s;
}

.fwjc .fwjc_content ul li:hover {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    opacity: 1;
    box-shadow: 0 0 20px 0 #97b4e9;
}

.fwjc .fwjc_content ul li:hover span{
    color: #699eff;
}
.fwjc .fwjc_content ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.fwjc .fwjc_content ul li a img {
    width: 90px;
    height: 90px;
    float: left;
    margin: 20px 20px;
}

.fwjc .fwjc_content ul li a span {
    display: block;
    width: 230px;
    text-align: center;
    float: left;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 20px;
    right: 10px;
}