/* 自定义代码段 */
/* 通用开始 */
.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 .title {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 40px;
    text-align: center;
}

.jtry-box .title p {
    font-family: "Microsoft YaHei";
    font-size: 36px;
    color: #333;
}

.jtry-box .title p:last-child {
    font-family: "PingFang SC";
    font-size: 32px;
    color: #333;
}

.swiper-box {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 150px;
    position: relative;
}

.swiper-jtry {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 12px #dedef8;
}

.swiper-jtry .swiper-slide img {
    display: block;
    width: 360px;
    height: 240px;
}

.swiper-box .swiper-button-next,
.swiper-box .swiper-button-prev {
    width: 56px;
    height: 56px;
    bottom: 123px;
}

.swiper-box .swiper-button-prev {
    left: -86px;
    background: url(prev.png) no-repeat left top;
    background-size: auto 100%;
}

.swiper-box .swiper-button-next {
    left: auto;
    right: -86px;
    background: url(next.png) no-repeat left top;
    background-size: auto 100%;
}

.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 {
    background: none;
}

.mobile_type .jtry-box .title {
    width: 100%;
    padding: 5.333vw 0;
    background: none;
    text-align: center;
}

.mobile_type .jtry-box .title p {
    font-size: 4.8vw;
    margin-bottom: 2.667vw;
}

.mobile_type .jtry-box .title p:last-child {
    font-size: 4.267vw;
    margin: 0;
}

.mobile_type .swiper-box {
    width: 100%;
    margin-bottom: 1.333vw;
}

.mobile_type .swiper-jtry {
    width: 100%;
    padding: 0 3.2vw;
    box-shadow: none;
}

.mobile_type .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    transform: translate3d(0px, 0px, 0px) !important;
}

.mobile_type .swiper-jtry .swiper-slide img {
    width: 44.8vw;
    height: 29.867vw;
}

.mobile_type .swiper-box .swiper-button-next,
.mobile_type .swiper-box .swiper-button-prev {
    display: none;
}

.mobile_type .swiper-slide {
    width: 44.8vw !important;
    margin-right: 4vw !important;
    margin-bottom: 4vw;
}

.mobile_type .swiper-slide:nth-child(2n) {
    width: 44.8vw !important;
    margin-right: 0vw !important;
}

.top-bg {
    display: flex;
    align-items: flex-end;
    height: 340px;
    background-size: auto 340px;
}

.gyjt-nav {
    background-color: rgba(70,109,208,.8);
}