/* 自定义代码段 */
/* 通用开始 */
.main-box {
    width: 100%;
}

.top-bg {
    width: 100%;
    background: url(gyjt-bg.png) no-repeat center top;
    background-size: auto 280px;
    height: 280px;
}

.gyjt-nav {
    width: 100%;
    height: auto;
    background: #466DD0;
}

.nav-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    padding-top: 5px;
}

.nav-list {
    display: flex;
}

.nav-list li {
    padding: 15px 20px;
}

.nav-list li.ons,
.nav-list li:hover {
    background-color: #fff;
}

.nav-list li.ons a,
.nav-list li:hover a {
    color: #0054C2;
}

.nav-list li a {
    font-size: 18px;
    color: #fff;
}

.dqwz-box .currpos {
    display: flex;
}

.dqwz-box .currpos,
.dqwz-box .currpos a {
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
}

/* 通用结束 */

/* 企业文化 */
.jtry-box {
    background: url(qyry-bg.png) no-repeat center top;
    background-size: auto 635px;
}

.jtry-box .text {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 60px;
    text-align: left;
    position: relative;
}

.jtry-box .text img {
    position: absolute;
    left: 0;
    top: 50px;
    display: block;
    width: 592px;
    height: auto;
    z-index: 9;
}

.jtry-box .text .list {
    width: 840px;
    height: 434px;
    margin-top: 40px;
    margin-left: 360px;
    padding-top: 30px;
    padding-left: 262px;
    background-color: #fff;
    filter: drop-shadow(0 0 20px #aaaaaa29);
}

.jtry-box .text .list li {
    display: block;
}

.jtry-box .text .list li.title {
    font-family: "Microsoft YaHei Bold";
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    color: #466dd0;
    margin-bottom: 30px;
}

.jtry-box .text .list li.tt div {
    font-family: "Microsoft YaHei Bold";
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: #333;
}

.jtry-box .text .list li.tt div:last-child {
    font-family: "Microsoft YaHei";
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #999;
    /* margin-top: 10px; */
    margin-bottom: 25px;
}

.mobile_type .jtjs-box {
    width: 100%;
    padding: 5.333vw 4vw;
}

.mobile_type .top-bg {
    height: 37.333vw;
    background: url(gyjt-bg-phone.png) no-repeat left center;
    background-size: 100% auto;
}

.mobile_type .nav-box {
    display: none;
}

.mobile_type .jtry-box .text {
    width: 100%;
    padding: 5.333vw 3.333vw;
}

.mobile_type .jtry-box .text img {
    position: unset;
    width: 100%;
    height: 35.333vw;
}

.mobile_type .jtry-box .text .list {
    position: relative;
    width: calc(100% - 14.4vw);
    height: auto;
    margin: 0;
    padding: 4vw;
    top: -4vw;
    left: 7.2vw;
    padding-bottom: 5.333vw;
    margin-bottom: 23.067vw;
}

.mobile_type .jtry-box .text .list li.title {
    font-family: "PingFang SC Bold";
    font-size: 4.8vw;
    margin: 0 0 5.333vw 0;
}

.mobile_type .jtry-box .text .list li.tt div {
    font-size: 4vw;
    font-family: "PingFang SC";
    font-weight: 400;
}

.mobile_type .jtry-box .text .list li.tt div:last-child {
    font-size: 2.933vw;
    margin-bottom: 4.267vw;
}

.mobile_type .jtry-box .text .list li.tt:last-child div:last-child {
    margin-bottom: 0;
}

.mobile_type .jtry-box {
    min-height: 138.133vw;
}

.top-bg {
    display: flex;
    align-items: flex-end;
    height: 340px;
    background-size: auto 340px;
}

.gyjt-nav {
    background-color: rgba(70,109,208,.8);
}