.mobile-index-banner {
    display: none;
    margin-top: 80px;
}
.about {
    width: 100%;
    background: -o-linear-gradient(to bottom, #ffffff 0%, #f5f7fa 100%);
    background: -ms-linear-gradient(to bottom, #ffffff 0%, #f5f7fa 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f5f7fa 100%);
    padding-bottom: 55px;
}
.about .num-bar {
    height: 140px;
    background: #FFFFFF;
    box-shadow: 0px 10px 15px -4px #eff2f7;
    position: relative;
    top: -70px;
    display: flex;
    display: -webkit-flex;
    z-index: 9;
}
.about .num-bar .num-item {
    width: 25%;
    text-align: center;
    margin: 30px 0;
    border-left: 1px solid #c6def4;
}
.about .num-bar .num-item:first-child {
    border-left: none;
}
.about .num-bar .num-item h3 {
    font-family: num din;
    font-size: 48px;
    color: #266435;
}
.about .num-bar .num-item p {
    font-size: 16px;
    color: #999999;
    margin-top: 5px;
}
.about .about-text {
    width: calc(100% - 520px);
    /* margin: 35px 0; */
    /* padding: 0 .55rem; */
}
.about .about-text p {
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    /* text-align: center; */
}
.about .more {
    display: block;
    /* text-align: center; */
    font-size: 16px;
    color: #dc6418;
}
.offer {
    padding: .5rem 0 .58rem 0;
}
.swiper-box {
    position: relative;
    margin-top: .55rem;
}
.swiper-box .left-bg {
    width: 35%;
    background-image: linear-gradient(to right, #266435, #dc6418);
    min-height: 490px;
}
.swiper-box .right-content {
    width: 70.32%;
    position: absolute;
    right: 0;
    z-index: 99;
    top: 100px;
}
.swiper-box .slide-box {
    position: relative;
}
.swiper-box .swiper-slide {
    width: 21%;
    overflow: hidden;
}
.swiper-box .swiper-slide img {
    transition: all .4s ease;
}
.swiper-box .swiper-slide img:hover {
    transform: scale(1.1);
}
.swiper-box .swiper-button-next {
    top: 25%;
}
.swiper-box .swiper-button-next,
.swiper-box .swiper-button-prev {
    left: -140px;
}
.swiper-box .swiper-pagination {
    left: -200px;
    bottom: 25%;
}
.advantages .adv-box {
    background: url(../images/index-bg.jpg) center bottom no-repeat;
    height: 1560px;
}
.advList {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
.advList .advItem {
    width: 580px;
    height: 280px;
    box-sizing: border-box;
    padding: 48px 40px 48px 48px ;
    display: flex;
    margin-top: 20px;
}
.advList .advItem:nth-child(1) .advItemLeft .icon {
    width: 48px;
    height: 48px;
} 
.advList .advItem .advItemLeft {
    width: 48px;
}
.advList .advItem .advItemRight {
    margin-left: 25px;
    width: calc(100% - 73px);
}
.advList .advItem .advItemRight .name {
    font-size: 24px;
    margin-bottom: 26px;
    color: #FFFFFF;
}
.advList .advItem .advItemRight .title {
    font-size: 16px;
    line-height: 32px;
    color: #FFFFFF;
    text-align: left;
}
.team {
    margin-top: 122px;
}
.team .title h3,
.team .title h4 {
    color: #FFF;
}
.team .slide-box {
    position: relative;
    margin-top: .6rem;
}
.team .slide-box .swiper-button-prev {
    left: -60px;
}
.team .slide-box .swiper-button-next {
    right: -50px;
}
.team .slide-box .swiper-slide {
    width: 23.5%;
    position: relative;
    overflow: hidden;
}
.team .slide-box .swiper-slide img {
    transition: all .4s ease;
    width: 100%;
    max-width: 100%;
}
.team .slide-box .swiper-slide img:hover {
    transform: scale(1.1);
}
.team .slide-box .swiper-slide .team-text {
    position: absolute;
    background: #FFFFFF;
    width: 240px;
    bottom: 20px;
    text-align: center;
    padding: 25px 0;
    left: 20px;
    box-shadow: 0px 5px 9px -4px #dedede;
    transition: all .4s ease;
}
.team .slide-box .swiper-slide:hover .team-text {
    background: #266435;
}
.team .slide-box .swiper-slide .team-text h3 {
    font-size: 20px;
    color: #266435;
    margin-bottom: 12px;
}
.team .slide-box .swiper-slide .team-text p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.team .slide-box .swiper-slide:hover .team-text h3,
.team .slide-box .swiper-slide:hover .team-text p {
    color: #FFFFFF;
}
.news .new-box {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin: .4rem auto;
}
.news .left-new {
    width: 31.67%;
}
.news .left-new img {
    width: 100%;
}
.news .left-new .n-title {
    display: block;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin: 12px 0 8px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news .left-new .n-title:hover {
    color: #266435;
}
.news .left-new h6,
.news .right-new .first-new .r-text h6 {
    font-size: 14px;
    color: #999999;
}
.news .left-new p,
.news .right-new .first-new .r-text p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 8px;
}
.news .right-new {
    width: 66.1%;
    border-top: 2px solid #266435;
}
.news .right-new .first-new {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding: .16rem 0 .28rem 0;
    border-bottom: 1px dashed #ccc;
}
.news .right-new .first-new .l-pic {
    width: 25.65%;
}
.news .right-new .first-new .l-pic img {
    width: 100%;
}
.news .right-new .first-new .r-text {
    width: 71.8%;
}
.news .right-new .first-new .r-text .new-title {
    display: block;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 15px 0 10px 0;
}
.news .right-new .first-new .r-text .new-title:hover {
    color: #266435;
}
.news .right-new .first-new .r-text p {
    -webkit-line-clamp: 2;
}
.news .right-new .news-list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news .right-new .news-list li {
    width: 48.5%;
    border-bottom: 1px dashed #ccc;
    height: 60px;
    line-height: 60px;
}
.news .right-new .news-list li a {
    font-size: 16px;
    color: #666666;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 75%;
    float: left;
    position: relative;
    padding-left: 25px;
    transition: all .4s ease;
}
.news .right-new .news-list li a::before {
    content: " ";
    color: #666;
    display: inline-block;
    width: 8px;
    height: 2px;
    background-color: #999999;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}
.news .right-new .news-list li span {
    font-size: 14px;
    color: #999999;
    float: right;
}
.news .right-new .news-list li:hover a {
    color: #266435;
}
.news .right-new .news-list li:hover a::before {
    background-color: #266435;
}
.offerList_banner {
    width: 100%;
    position: relative;
    height: 420px;
}
.offerList_banner img {
    width: 100%;
    height: 420px;
}
.offerList_banner h2 {
    position: absolute;
    top: 122px;
    font-size: 48px;
    font-family: PingFang SC;
    color: rgba(255, 255, 255, 1);
    line-height: 48px;
    font-weight: 500;
}
.offerList_banner span {
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 48px;
    position: absolute;
    top: 200px
}
.offerList_banner .offerList_crumbs {
    width: 100%;
    height: 80px;
    position: relative;
    top: -40px;
    background: #fff;
    box-shadow: 5px 8px 30px 0px rgba(45, 73, 153, 0.1);
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 300;
    color: rgba(153, 153, 153, 0.98);
}
.offerList_banner .offerList_crumbs p {
    margin-left: 40px;
}
.offerList_banner .offerList_crumbs p em {
    color: #2D4999;
}
.offerList_content {
    width: 100%;
    background: #F4F6F9;
    overflow: hidden;
}
.offerList_content .offerList_content_page {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.offerList_content .offerList_content_page li {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin: 40px 10px 40px 0;
    color: rgba(153, 153, 153, 1);
}
.offerList_content .offerList_content_page .choose {
    background: rgba(65, 146, 217, 1);
    color: #fff;
}
.mobile-index-banner {
    display: none;
}
.offer {
    padding: .5rem 0 .58rem 0;
}
.swiper-box {
    position: relative;
    margin-top: .55rem;
}
.swiper-box .left-bg {
    width: 35%;
    background-image: linear-gradient(to right, #266435, #dc6418);
    min-height: 490px;
}
.swiper-box .right-content {
    width: 70.32%;
    position: absolute;
    right: 0;
    z-index: 99;
    top: 100px;
}
.swiper-box .slide-box {
    position: relative;
}
.swiper-box .swiper-slide {
    width: 21%;
}
.swiper-box .swiper-button-next {
    top: 25%;
}
.swiper-box .swiper-button-next,
.swiper-box .swiper-button-prev {
    left: -140px;
}
.swiper-box .swiper-pagination {
    left: -200px;
    bottom: 25%;
}
.team .title h3,
.team .title h4 {
    color: #FFFFFF;
}
.team .slide-box {
    position: relative;
    margin-top: .6rem;
}
.team .slide-box .swiper-button-prev {
    left: -60px;
}
.team .slide-box .swiper-button-next {
    right: -50px;
}
.team .slide-box .swiper-slide {
    width: 23.5%;
    position: relative;
}
.team .slide-box .swiper-slide .team-text {
    position: absolute;
    background: #FFFFFF;
    width: 240px;
    bottom: 20px;
    text-align: center;
    padding: 25px 0;
    left: 20px;
    box-shadow: 0px 5px 9px -4px #dedede;
}
.team .slide-box .swiper-slide .team-text h3 {
    font-size: 20px;
    color: #266435;
    margin-bottom: 12px;
}
.team .slide-box .swiper-slide .team-text p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.news .new-box {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin: .4rem auto;
}
.news .left-new {
    width: 31.67%;
}
.news .left-new img {
    width: 100%;
}
.news .left-new .n-title {
    display: block;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin: 12px 0 8px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news .left-new h6,
.news .right-new .first-new .r-text h6 {
    font-size: 14px;
    color: #999999;
}
.news .left-new p,
.news .right-new .first-new .r-text p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 8px;
}
.news .right-new {
    width: 66.1%;
    border-top: 2px solid #266435;
}
.news .right-new .first-new {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding: .16rem 0 .28rem 0;
    border-bottom: 1px dashed #ccc;
}
.news .right-new .first-new .l-pic {
    width: 25.65%;
}
.news .right-new .first-new .l-pic img {
    width: 100%;
}
.news .right-new .first-new .r-text {
    width: 71.8%;
}
.news .right-new .first-new .r-text .new-title {
    display: block;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 15px 0 10px 0;
}
.news .right-new .first-new .r-text p {
    -webkit-line-clamp: 2;
}
.news .right-new .news-list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news .right-new .news-list li {
    width: 48.5%;
    border-bottom: 1px dashed #ccc;
    height: 60px;
    line-height: 60px;
}
.news .right-new .news-list li a {
    font-size: 16px;
    color: #666666;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 75%;
    float: left;
    position: relative;
    padding-left: 25px;
    transition: all .4s ease;
}
.news .right-new .news-list li a::before {
    content: " ";
    color: #666;
    display: inline-block;
    width: 8px;
    height: 2px;
    background-color: #999999;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}
.news .right-new .news-list li span {
    font-size: 14px;
    color: #999999;
    float: right;
}
.news .right-new .news-list li:hover a {
    color: #266435;
}
.news .right-new .news-list li:hover a::before {
    background-color: #266435;
}
.index_navbox {
    margin-top: 30px;
}
.index_navbox .video {
    width: 480px;
    /* position: relative; */
}
.index_navbox .videolist {
    width: 480px;
    position: relative;
}
.index_navbox .videolist .videoed {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -29.5px;
    margin-left: -29.5px;
}
.index_navbox .videos {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: flex;
}
video:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.index_navbox .videos .videosBox {
    position: relative;
    width: 50% !important;
    height: 60%;
    margin: auto;
}
.index_navbox .videos #video {
    width: 100% !important;
    height: 100%;
    background: #000;
}
.index_navbox .vclose {
    position: absolute;
    top: -20px;
    right: -32px;
    cursor: pointer;
}