/* pc端 */
@media screen and (min-width: 576px) {
  .banner {
    /* height: 552px;
    position: relative; */
  }
  .banner img {
    width: 100%;
    /* height: 552px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
  }
  /* main */
  .main {
    background: #F7F8FC;
    padding-top: 50px;
  }
  .main .container {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
  }
  .main .tab-nav {
    width: 300px;
    margin-right: 20px;
    flex-shrink: 0;
  }
  .main .tab-nav .band {
    width: 300px;
    height: 195px;
  }
  .main .tab-nav .public-nav-icon {
    display: none;
  }
  .main .tab-nav .band img {
    width: 100%;
    height: 100%;
  }
  .main .tab-nav .tab-nav-item {
    color: #333333;
    font-size: 20px;
    display: block;
    width: 300px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #F6F8FD;
    border-top: 1px solid #fff;
    cursor: pointer;
  }
  .main .tab-nav .tab-nav-item:hover,
  .main .tab-nav .tab-nav-item.active {
    background: #D3EFCF;
    border-color: #D3EFCF;
  }
  .main .tab-content {
    flex-grow: 1;
    overflow: hidden;
  }
  .main .tab-content .tab-content-item {
    margin-bottom: 42px;
  }
  .main .tab-content .head {
    height: 195px;
    text-align: center;
    padding-top: 58px;
    box-sizing: border-box;
  }
  .main .tab-content .head .title {
    color: #333333;
    font-size: 28px;
    margin-bottom: 20px;
  }
  .main .tab-content .head .sub-title {
    color: #999999;
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
  }
  .main .tab-content .head .sub-title::after {
    content: '';
    width: 50px;
    height: 2px;
    background: #5ABD4A;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
  }
  /* 核心理念 */
  .main .concept .link {
    display: block;
    width: 880px;
    height: 295px;
    padding: 32px 18px;
    box-sizing: border-box;
    transition: all .5s;
    border-bottom: 1px solid #F9F3F3;
  }
  .main .concept .link:hover {
    background: #F9F3F3;
  }
  .main .concept .link .thumb {
    float: left;
    width: 410px;
    height: 230px;
    margin-right: 30px;
  }
  .main .concept .link .text {
    float: left;
  }
  .main .concept .link .text .title {
    color: #333333;
    font-size: 28px;
    margin-bottom: 20px;
  }
  .main .concept .link .text .desc {
    color: #666666;
    font-size: 18px;
  }
  /* 人才发展 */
  .main .development {
    padding: 0 18px;
    box-sizing: border-box;
  }
  .main .development .thumb {
    width: 826px;
    height: 320px;
  }
  .main .development .desc {
    position: relative;
    color: #333333;
    font-size: 20px;
    line-height: 1.6;
    padding: 72px 19px 130px 58px;
  }
  .main .development .desc::before {
    content: '';
    width: 48px;
    height: 39px;
    background-image: url('../img/development-quotation.png');
    position: absolute;
    top: 30px;
    left: 0;
    font-size: 120px;
  }
  .main .development .content li {
    display: flex;
    margin-bottom: 100px;
  }
  .main .development .content li .flex-grow {
    flex-grow: 1;
    /* padding: 0 104px; */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
  }
  .main .development .content li .flex-grow .line {
    position: relative;
  }
  .main .development .content li .flex-grow .line::after {
    content: '';
    position: absolute;
    width: 16px;
    background-image: url('../img/line.png');
    background-size: 100% 100%;
    top: 60px;
    left: 87px;
    bottom: 0px;
  }
  .main .development .content li .flex-grow dt {
    color: #333333;
    font-size: 30px;
    position: relative;
    margin-bottom: 50px;
  }
  .main .development .content li .flex-grow dt::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 28px;
    height: 4px;
    background: #5ABD4A;
  }
  .main .development .content li .flex-grow dd {
    color: #666;
    font-size: 18px;
    margin-bottom: 50px;
    position: relative;
  }
  .main .development .content li .flex-grow dd::after {
    content: '';
  }
  .main .development .content li .flex-grow dd:last-child {
    margin-bottom: 0;
  }
  .main .development .content li .flex-grow dd span:first-child {
    margin-right: 57px;
  }
  .main .development .content li .thumb{
    width: 414px;
    height: 390px;
  }
  /* 办公环境 */
  .main .environment {
    padding: 0 18px;
    box-sizing: border-box;
  }
  .main .environment #gallery {
    width: 826px;
    height: 482px;
    margin-left: 0px;
  }
  .main .environment .gallery-container .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .main .environment .thumb-container {
    width: 826px;
    height: 139px;
    padding: 0 92px;
    box-sizing: border-box;
    background: #F4F4F4;
    position: relative;
  }
  .main .environment .thumb-container #thumbs {
    position: relative;
    top: -80px;
  }
  .main .environment .thumb-container .swiper-container {
    height: 200px;
  }
  .main .environment .thumb-container .swiper-slide .inner {
    width: 80px;
    height: 80px;
    border: 4px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
  }
  .main .environment .thumb-container .swiper-slide .inner::after {
    content: '';
    width: 70%;
    height: 20px;
    background: #CECECE;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    z-index: -1;
    border-radius: 50%;
    filter: blur(5px);
  }
  .main .environment .thumb-container .swiper-slide.swiper-slide-thumb-active .inner {
    width: 140px;
    height: 140px;
    border-color: #3CCC4A;
  }
  .main .environment .thumb-container .swiper-slide.swiper-slide-prev .inner,
  .main .environment .thumb-container .swiper-slide.swiper-slide-next .inner {
    width: 110px;
    height: 110px;
  }
  .main .environment .thumb-container .swiper-slide.swiper-slide-prev .inner {
    left: 38%;
  }
  .main .environment .thumb-container .swiper-slide.swiper-slide-next .inner {
    left: 62%;
  }
  .main .environment .thumb-container .swiper-slide .inner img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .main .environment .thumb-container .swiper-button-prev,
  .main .environment .thumb-container .swiper-button-next {
    width: 36px;
    height: 36px;
    background: #787878;
    color: #fff;
    border-radius: 50%;
    top: 25px;
    text-align: center;
    line-height: 32px;
    font-size: 20px;
  }
  .main .environment .thumb-container .swiper-button-prev:hover,
  .main .environment .thumb-container .swiper-button-next:hover {
    background: #56BF42;
  }
  .main .environment .thumb-container .swiper-button-prev {
    left: 50px;
  }
  .main .environment .thumb-container .swiper-button-next {
    right: 50px;
  }
  /* 员工活动 */
  .main .employee {
    padding: 0 18px;
    box-sizing: border-box;
  }
  .main .employee li {
    width: 393px;
    height: 360px;
    border-radius: 4px;
    border: 1px solid #ececec;
    margin-right: 40px;
    margin-bottom: 40px;
    float: left;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }
  .main .employee li:nth-child(2n) {
    margin-right: 0;
  }
  .main .employee li .thumb {
    width: 100%;
    height: 300px;
  }
  .main .employee li .title {
    height: 60px;
    line-height: 60px;
    color: #2D3032;
    font-size: 20px;
    padding-left: 18px;
  }
  .main .employee li .desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, .7);
    color: #ddd;
    font-size: 18px;
    line-height: 1.8;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .5s linear;
  }
  .main .employee li:hover .desc {
    opacity: 1;
  }
  .main .employee .bottom {
    text-align: right;
    clear: both;
  }
  .main .employee .bottom a {
    display: inline-block;
    width:160px;
    height:50px;
    line-height: 50px;
    text-align: center;
    border:1px solid rgba(90,189,74,1);
    border-radius:25px;
    color: #5ABD4A;
    font-size: 18px;
    background: none;
    cursor: pointer;
    margin-right: 42px;
  }
}

/* mobile端 */
@media screen and (max-width: 575.98px) {
  .banner {
    margin-top: 50px;
    font-size: 0;
  }
  .banner img {
    width: 100%;
  }
  .main {
    background: #F7F8FC;
    padding-top: 0.3rem;
  }
  .main .container {
    width: 9.4rem;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    background: #fff;
  }
  .main .tab-nav .band {
    display: none;
  }
  .main .tab-nav .public-nav-icon {
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 0.3rem;
    transform: translateY(-50%);
  }
  .main .tab-nav .public-nav-icon #toggleSlideBar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
  }
  .main .tab-nav .public-nav-icon embed {
    width: 1rem;
    height: 1rem;
  }
  .main .tab-nav ul {
    background: #fff;
    font-size: 0.4rem;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #eee;
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
  }
  .main .tab-nav li {
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
  }
  .main .tab-nav li a {
    color: #333;
    display: block;
  }
  .main .tab-content .head {
    text-align: center;
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;
    box-sizing: border-box;
  }
  .main .tab-content .head .title {
    color: #333333;
    font-size: 0.5rem;
    margin-bottom: 0.2rem;
  }
  .main .tab-content .head .sub-title {
    color: #999999;
    font-size: 0.4rem;
    position: relative;
    text-transform: uppercase;
  }
  .main .tab-content .head .sub-title::after {
    content: '';
    width: 1rem;
    height: 2px;
    background: #5ABD4A;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    bottom: -0.3rem;
    transform: translateX(-50%);
  }
  .main .concept li {
    margin-bottom: 0.2rem;
  }
  .main .concept li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .main .concept .thumb {
    width: 3rem;
    margin-right: 0.2rem;
    font-size: 0;
  }
  .main .concept .text .title {
    color: #333;
    font-size: 0.5rem;
    margin-bottom: 0.2rem;
  }
  .main .concept .text .desc {
    color: #666;
    font-size: 0.4rem;
  }
  .main .development {
    margin-bottom: 0.2rem;
  }
  .main .development .thumb {
    font-size: 0;
    margin-bottom: 0.2rem;
  }
  .main .development .thumb img {
    width: 100%;
  }
  .main .development .desc {
    margin-bottom: 0.2rem;
    position: relative;
    padding-top: 0.8rem;
  }
  .main .development .desc::after {
    content: '';
    width: 0.6rem;
    height: 0.6rem;
    background-image: url('../img/development-quotation.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0.2rem;
    left: 0;
  }
  .main .development .desc p {
    color: #666;
    font-size: 0.4rem;
    line-height: 1.6;
  }
  .main .development .content li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    font-size: 0;
  }
  .main .development .content li .thumb {
    width: 4rem;
    margin-bottom: 0;
  }
  .main .development .content .flex-grow {
    font-size: 0.3rem;
    flex-grow: 1;
    margin-left: 0.2rem;
  }
  .main .development .content li:nth-child(2n) .flex-grow {
    margin-left: 0;
    margin-right: 0.2rem;
  }
  .main .development .content .flex-grow .line {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .main .development .content .flex-grow .line::after {
    content: '';
    position: absolute;
    width: 16px;
    background-image: url('../img/line.png');
    background-size: 100% 100%;
    top: 0.6rem;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
  }
  .main .development .content dt {
    color: #333;
    font-size: 0.5rem;
    position: relative;
    margin-bottom: 0.4rem;
  }
  .main .development .content dt::after {
    content: '';
    left: 0;
    bottom: -0.2rem;
    position: absolute;
    width: 1rem;
    height: 2px;
    background: #3CCC4A;
  }
  .main .development .content dd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
  }
  .main .development .content dd img {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  .main .environment {
    font-size: 0;
    overflow: hidden;
  }
  .main #gallery {
    position: relative;
  }
  .main #gallery .swiper-slide {
    overflow: hidden;
    height: 5rem;
  }
  .main #gallery .swiper-slide img {
    width: 100%;
    height: 5rem;
  }
  .main .thumb-container {
    position: relative;
    background: #F4F4F4;
    padding: 0 20px;
  }
  .main #thumbs {
    padding: 0.6rem 0;
    margin-top: -1rem;
  }
  .main #thumbs .swiper-button-next {
    display: none;
  }
  .main #thumbs .swiper-slide {
    text-align: center;
  }
  .main #thumbs .swiper-slide .inner {
    width: 1rem;
    height: 1rem;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 0 auto;
  }
  .main #thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .main #thumbs .swiper-slide-active .inner {
    transform: scale(1.4);
    border-color: #3CCC4A;
  }
  .main #thumbs .swiper-slide-next .inner,
  .main #thumbs .swiper-slide-prev .inner {
    transform: scale(1.3);
  }
  .main #thumbs .swiper-slide-next .inner {
    margin-right: 0.1rem;
  }
  .main #thumbs .swiper-slide-prev .inner {
    margin-left: 0.1rem;
  }
  .main .thumb-container .swiper-button-next {
    right: 0;
    top: 1.3rem;
  }
  .main .thumb-container .swiper-button-prev {
    left: 0;
    top: 1.3rem;
  }
  .main .thumb-container .swiper-button-next,
  .main .thumb-container .swiper-button-prev {
    width: 20px;
    height: 30px;
    background-size: 20px 30px;
  }
  .main .employee ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main .employee li {
    width: 48%;
    margin-bottom: 0.3rem;
  }
  .main .employee li a {
    font-size: 0;
    display: block;
  }
  .main .employee li .thumb {
    width: 100%;
  }
  .main .employee li .title {
    font-size: 0.4rem;
    color: #333;
    margin-top: 0.2rem;
  }
  .main .employee li .desc {
    display: none;
  }
  .main .employee .bottom {
    text-align: right;
    padding-bottom: 0.6rem;
  }
  .main .employee .bottom a {
    display: inline-block;
    width: 2rem;
    height: 0.6rem;
    font-size: 0.3rem;
    color: #3CCC4A;
    border: 1px solid #3CCC4A;
    text-align: center;
    line-height: 0.6rem;
    border-radius: 0.6rem;
  }
}