@charset "utf-8";
.join-banner {
    width: 100%;
    height: 500px;
    position: relative;

}
.banner-text{
    position: absolute;
    top: 0%;
    left: 50%;
    color: #fff;
    font-style: italic;
    font-size: 48px;
    line-height: 500px;
    text-align: center;
    letter-spacing: 0.8rem;
    margin-left: -576px;
}
.join-con {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}

.join-con .join-title {
    width: 1200px;
    padding: 40px 0 20px;
    background-color: #f2f2f2;
    position: relative;
}

.join-con .join-title h2,
.join-con .join-title p {
    width: 1200px;
    text-align: center;
    line-height: 48px;
}

.join-con .join-title h2 {
    font-size: 36px;
    color: #1da3e5;
}

.join-con .join-title p {
    font-size: 18px;
}

.join-con .join-title::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    background-color: #f2f2f2;
    transform: rotate(45deg);
    left: 574px;
    top: 130px;
}

.join-con .linian {
    width: 1200px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin: 70px auto;
}

.join-con .linian .linian-con {
    width: 282px;
    height: 400px;
    box-shadow: 0 0 10px #999;
    text-align: center;
    position: relative;
    transition: background linear 0.3s;
}

.join-con .linian .linian-con img {
    height: 82px;
    height: 82px;
    margin-top: 85px;
}

.join-con .linian .linian-con p {
    color: #1da3e5;
    font-size: 28px;
    text-align: center;
    margin-top: 16px;
    font-weight: bold;
}

.join-con .linian .linian-con .mid {
    display: inline-block;
    height: 5px;
    width: 120px;
    background-color: #1da3e5;
    border-radius: 10px;
    margin-top: 170px;
}

.join-con .linian .linian-con .zhong {
    position: absolute;
    left: 0;
    top: 0;
    width: 282px;
    height: 400px;
    opacity: 0;
}

.join-con .linian .linian-con .zhong h4 {
    height: 80px;
    width: 100px;
    margin: 0 auto;
    margin-top: 82px;
    color: #fff;
    font-size: 36px;
    border-bottom: 5px solid #fff;
}

.join-con .linian .linian-con .zhong p {
    width: 200px;
    margin: 0 auto;
    color: #fff;
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    margin-top: 140px;
}

.join-con .linian .linian-con:hover>.zhong {
    top: 0;
    opacity: 1;
    transition: opacity linear 0.3s, top linear 0.3s;
}

.join-con .linian .linian-con:hover {
    background-color: #1da3e5;
}

.join-con .linian .linian-con:hover>.bott {
    opacity: 0;
}

.join-con .linian .linian-con:hover>.zhong p {
    transform: translateY(-100px);
    transition: transform 0.4s;
}

.join-con .yingp {
    width: 1200px;
    margin: 70px auto;
}

.yingp-con {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.join-con .yingp .left,
.join-con .yingp .right {
    width: 530px;
    height: 378px;
    padding-left: 50px;
    box-shadow: 0 0 10px #999;
    display: flex;
    display: -webkit-flex;
    justify-content: left;
}

.join-con .yingp .left h4 {
    font-size: 24px;
    color: #1da3e5;
    font-style: italic;
    margin-top: 60px;
    transition: all linear 0.3s;
}

.join-con .yingp .left p {
    font-size: 16px;
    font-style: italic;
    transition: all linear 0.3s;
}

.join-con .yingp .left .img {
    margin-top: 50px;
    transition: all linear 0.3s;
}

.join-con .yingp .left .list {
    opacity: 0;
    /* margin-top: 50px; */
}

.join-con .yingp .left .list p {
    line-height: 36px;
    transition: all linear 0.3s;
}

.join-con .yingp .left .list a {
    font-size: 18px;
    color: #000;
    font-style: italic;
}

.join-con .yingp .left .list a:hover {
    color: #1da3e5;
    text-decoration: underline;
}

.join-con .yingp .left:hover .list {
    opacity: 1;
}

.join-con .yingp .left:hover .text h4,
.join-con .yingp .left:hover .text p {
    transform: translateY(-20px);
    transition: all ease 0.5s;
}

.join-con .yingp .left:hover .list p {
    transform: translateY(20px);
    transition: all linear 0.5s;
}

.join-con .yingp .left:hover .img {
    transform: translateX(40px);
    transition: all linear 0.5s;
}


/* 招聘 */

.zhao-banner {
    width: 100%;
    height: 600px;

}

.zhaop {
    width: 1200px;
    margin: 0 auto;
    box-shadow: 0 0 10px #999;
    margin-bottom: 40px;
}

.zhaopBox {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    background-color: #fff;
    margin-top: -60px;
}

.zhaopBox li {
    background-color: #ffffff;
    width: 400px;
    height: 120px;
    position: relative;
    vertical-align: middle;
    line-height: 120px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.zhaopBox li::before {
    content: "";
    width: 400px;
    height: 6px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    transition-property: all;
    transition-duration: 0.5s;
}

.zhaopBox li:hover::before {
    height: 12px;
    background-color: #1da3e5;
}

.zhaopBox li img {
    width: 60px;
    height: auto;
    margin-right: 20px;
}

.zhaopBox li.on span {
    color: #1da3e5;
}

.zhaop .content {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}

.zhaop .content .Pcont {
    display: none;
    margin-bottom: 40px;
    padding-bottom: 4px;
}

.zhaop .content .Pcont.Scont {
    display: block;
}

.zhaop .content .Pcont .list {
    width: 1120px;
    background-color: #f2f2f2;
    margin: 0px 0 40px 40px;
}

.zhaop .content .Pcont .list h2 {
    display: inline-flex;
    display: -webkit-inline-flex;
    justify-content: space-between;
    line-height: 80px;
    width: 100%;
    border-bottom: 2px solid #e7e7e7;
}

.zhaop .content .Pcont .list h2 span {
    display: inline-block;
    margin-left: 40px;
}

.zhaop .content .Pcont .list h2 a {
    display: inline-block;
    height: 24px;
    width: 24px;
    background: url(../images/hy-q-icon1.png) no-repeat top left;
    margin-top: 26px;
    margin-right: 40px;
}

.zhaop .content .Pcont .list .show {
    display: block;
    padding: 20px 40px;
}

.zhaop .content .Pcont .list .show p {
    line-height: 24px;
    margin: 10px 0;
}

.zhaop .content .Pcont .list .show p.zhaoBtn {
    text-align: center;
    margin-top: 35px;
}

.zhaop .content .Pcont .list .show p.zhaoBtn a.btn1 {
    display: inline-block;
    width: 240px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    background-color: #1da3e5;
    color: #fff;
}


/* 关于我们 */

.about-banner {
    width: 100%;
    /*height: 600px;*/
    /*background: url(../images/390319731.jpg) no-repeat top center;*/
    position: relative;
}

.about-banner .banner-text1 {
    position: absolute;
    left: 50%;
    top: 15%;
    color: #fff;
    background-color: rgba(29, 163, 299, 0.8);
    padding: 40px;
    /*margin-top: -171px;*/
    margin-left: -440px;
}

.about-banner .banner-text1 h2 {
    font-size: 48px;
    text-align: left;
    font-weight: 800;
    /*margin-bottom: 20px;*/
}

.about-banner .banner-text1 p {
    width: 800px;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 15px;
}

.company-title {
    height: 160px;
    line-height: 160px;
    width: 980px;
    margin: 0 auto;
    text-align: center;
    color: #000;
    font-size: 36px;
    font-weight: 800;
}

.company-title span {
    height: 2px;
    display: inline-block;
    width: 100px;
    background-image: linear-gradient(to right, rgba(153, 153, 153, 0.2), rgba(153, 153, 153, 0.8));
    vertical-align: middle;
    margin: 0 -2.1rem;
    margin-right: 1px;
}

.company-title span.right {
    background-image: linear-gradient(to left, rgba(153, 153, 153, 0.2), rgba(153, 153, 153, 0.8));
    margin-right: 0px;
    margin-left: 1px;
}

.company-title i {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border: 2px solid #999;
    transform: rotate(45deg);
    margin-right: 20px;
}

.company-title i.right {
    margin-left: 20px;
    margin-right: 0px;
}

.companyBox {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.companyBox .comp-tex {
    width: 680px;
}

.companyBox .comp-tex h2 {
    line-height: 88px;
    font-size: 28px;
    font-weight: 800;
    border-bottom: 2px solid #e7e7e7;
    color: #1da3e5;
    margin-bottom: 20px;
}

.companyBox .comp-tex .tex p {
    line-height: 38px;
    font-size: 22px;
    margin-top: 10px;
    text-indent: 2em;
}

.companyBox .comp-img {
    width: 480px;
    overflow: hidden;
    margin-top: 87px;
    text-align: center;
    vertical-align: middle;
    height: 370px;
}

.companyBox .comp-img img {
    width: 480px;
    height: auto;
}

.about-Con {
    width: 100%;
}

.about-Con .about-icon {
    width: 100%;
    background-color: #242424;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}

.about-Con .about-icon li {
    width: 33.3%;
    height: 100px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}

.about-Con .about-icon li:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}

.about-Con .about-icon li.active1 {
    background-color: #f2f2f2;
}

.about-Con .about-icon li:hover .txt {
    color: #242424;
}

.about-Con .about-icon li.active1 .txt.on {
    color: #242424;
}

.about-Con .about-icon li .img {
    width: 72px;
    height: 72px;
    margin-right: 30px;
    margin-top: 14px;
}

.about-Con .about-icon li .img img {
    width: 72px;
    height: 72px;
}

.about-Con .about-icon li .txt {
    color: #fff;
    font-size: 18px;
    margin-top: 24px;
}

.about-Con .aboutContent {
    width: 1200px;
    margin: 0 auto;
}

.about-Con .aboutContent .content {
    margin-left: 50px;
    width: 1150px;
    margin-bottom: 80px;
    display: none;
}

.about-Con .aboutContent .content.con-active {
    display: block;
}

.about-Con .aboutContent .content .case1,
.about-Con .aboutContent .content .case2 {
    height: 50px;
    margin-top: 100px;
    display: inline-block;
    display: -webkit-inline-flex;
    align-items: flex-start;
}

.about-Con .aboutContent .content .case1 i {
    display: inline-block;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 100px;
    background-color: #1da3e5;
    margin-right: 100px;
    font-size: 18px;
    font-weight: 800;
    margin-top: -18px;
    box-shadow: 0 0.5rem 1rem 0.1rem rgb(29 163 299 / 40%), 0 0 0 0.8rem rgb(255 255 255 / 90%), 0 0 0 0.9rem rgb(29 163 299 / 30%), 0 0 0 1.7rem rgb(255 255 255 / 80%), 0 0 0 1.8rem rgb(29 163 299 / 15%), 0 0 0 2.6rem rgb(255 255 255 / 50%), 0 0 0 2.7rem rgb(29 163 299 / 5%);
}

.about-Con .aboutContent .content .case1 span,
.about-Con .aboutContent .content .case2 span {
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
    font-weight: 800;
}

.about-Con .aboutContent .content .case1 span.text,
.about-Con .aboutContent .content .case2 span.text {
    width: 900px;
}

.about-Con .aboutContent .content .case1 span.date,
.about-Con .aboutContent .content .case2 span.date {
    width: 85px;
}

.about-Con .aboutContent .content .case1 span a,
.about-Con .aboutContent .content .case2 span a {
    color: #333;
}

.about-Con .aboutContent .content .case1 span.hui {
    font-size: 14px;
    font-weight: 0;
    color: #999;
}

.about-Con .aboutContent .content .case2 {
    margin-top: 60px;
    margin-left: 25px;
}

.about-Con .aboutContent .content .case2 i {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #1da3e5;
    box-shadow: 0 0 0 0.2rem #fff, 0 0 0 0.25rem #1da3e5;
    margin-right: 130px;
    margin-top: 12px;
}

.wenh {
    width: 100%;
    height: 600px;
    background: url(../images/culture-bg.png) no-repeat top center;
}

.glory {
    width: 100%;
}

.wenh .title,
.glory .title {
    height: 160px;
    line-height: 160px;
    width: 980px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: 800;
}

.glory .title {
    color: #333;
}

.wenh .title span,
.glory .title span {
    height: 2px;
    display: inline-block;
    width: 100px;
    background-image: linear-gradient(to right, rgba(153, 153, 153, 0.2), rgba(153, 153, 153, 0.8));
    vertical-align: middle;
    margin: 0 -2.1rem;
    margin-right: 1px;
}

.wenh .title span.right,
.glory .title span.right {
    background-image: linear-gradient(to left, rgba(153, 153, 153, 0.2), rgba(153, 153, 153, 0.8));
    margin-right: 0px;
    margin-left: 1px;
}

.wenh .title i,
.glory .title i {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border: 2px solid #999;
    transform: rotate(45deg);
    margin-right: 20px;
}

.wenh .title i.right,
.glory .title i.right {
    margin-left: 20px;
    margin-right: 0px;
}

.wenh .wenhBox {
    width: 980px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.wenh .wenhBox .box {
    position: relative;
    height: 380px;
    width: 276px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.wenh .wenhBox .box .img {
    height: 380px;
    width: 276px;
    transition: all ease 0.3s;
    text-align: center;
    vertical-align: middle;
}

.wenh .wenhBox .box .img span {
    display: inline-block;
    height: 90px;
    width: 90px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    line-height: 200px;
}

.wenh .wenhBox .box .img img {
    margin-top: 60px;
}

.wenh .wenhBox .box .show {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 380px;
    width: 276px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    transition: all ease 0.3s;
}

.wenh .wenhBox .box .show h4,
.wenh .wenhBox .box .show p {
    letter-spacing: 0.4rem;
    font-size: 26px;
    letter-spacing: 0.4rem;
    line-height: 46px;
    text-align: center;
    vertical-align: middle;
}

.wenh .wenhBox .box .show h4 {
    margin-top: 30px;
}

.wenh .wenhBox .box .show p {
    padding: 0 40px;
    font-size: 18px;
    line-height: 36px;
    margin-top: 30px;
}

.wenh .wenhBox .box .show p.zuo {
    text-align: left;
    padding: 0 20px;
    line-height: 26px;
}

.wenh .wenhBox .box:hover .img {
    opacity: 0;
    transition: all ease 0.3s;
}

.wenh .wenhBox .box:hover .show {
    opacity: 1;
    transition: all ease 0.3s;
}

.gloryBox {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    width: 1200px;
    margin: 26px auto;
}

.gloryBox .gloryImg {
    width: 500px;
    height: 335px;
    overflow: hidden;
    padding: 35px;
    background-color: #004f7e;
}

.gloryBox .gloryImg img {
    width: 500px;
    height: auto;
}

.glotyTxt {
    width: 580px;
}

.glotyTxt h2 {
    line-height: 88px;
    font-size: 28px;
    font-weight: 800;
    border-bottom: 2px solid #e7e7e7;
    color: #1da3e5;
    margin-bottom: 20px;
}

.glotyTxt h2.zzq {
    line-height: 56px;
}

.glotyTxt p {
    font-size: 24px;
    line-height: 48px;
}

.glotyTxt p.zzqp {
    line-height: 44px;
}