/* 自定义代码段 */
/* 通用开始 */
.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 {
    display: flex;
    justify-content: center;
    width: 1200px;
    margin: 0 auto;
    padding: 47px 0 60px;
    text-align: center;
}

.jtry-box .text img {
    display: block;
    width: 778px;
    height: auto;
}

.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 2.667vw;
}

.mobile_type .jtry-box .text img {
    width: 100%;
}

.mobile_type .jtry-box {
    min-height: 132.267vw;
}

.top-bg {
    display: flex;
    align-items: flex-end;
    height: 340px;
    background-size: auto 340px;
}

.gyjt-nav {
    background-color: rgba(70,109,208,.8);
}