@charset "utf-8";
/**
*@author: 李刚 
*@update: 2019年1月30日 
*@copyright: 集团官网企业文化板块
*@兼容版本: 兼容到IE9
*/

/*
.header-wrap {
    width: 100%;
    height: 600px;
    background: url(../images/news-banner.png) no-repeat;
    background-size: 100% 600px;
}
*/

figure {
    margin: 0;
    padding: 0;
    display: block;
}


/*------------------------------------------------------------------------------
*@企业文化板块--企业文化
*/

.culture1-nav .header header {
    height: 60px;
}

.culture1-nav .header {
    background-color: #2F3036;
}

/*企业文化---核心理念*/

.culture-container .core-idea {
    width: 100%;
    /* height: 980px; */
}

.culture-container .core-idea .title {
    text-align: center;
    font-size: 0;
    height: 34px;
    line-height: 34px;
}

.culture-container .core-idea .title .left-lines,
.culture-container .core-idea .title h6,
.culture-container .core-idea .title .right-lines {
    display: inline-block;
    font-size: 0;
}

.culture-container .core-idea .title .left-lines {
    text-align: right;
}

.culture-container .core-idea .title .right-lines {
    text-align: left;
}

.culture-container .core-idea .title h6 {
    font-size: 32px;
    color: #333333;
    font-weight: 400;
    padding: 0 30px;
}

.culture-container .core-idea .title p.line {
    height: 1px;
    background-color: #DCDCDC;
    font-size: 0;
}

.culture-container .core-idea .title p.line1 {
    width: 308px;
    opacity: 0.5;
}

.culture-container .core-idea .title p.line3 {
    width: 208px;
    opacity: 0.5;
}

.culture-container .core-idea .title p.middle-line {
    width: 460px;
    background-color: #DCDCDC;
    margin: 10px 0;
}

.culture-container .core-idea .title .left-lines p.line1,
.culture-container .core-idea .title .left-lines p.line3 {
    float: right;

}

/*核心理念描述*/
.culture-container .core-idea .description {
    width: 800px;
    margin: 60px auto 0;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.culture-container .core-idea .description .detail-model {
    width: 100%;
}

.culture-container .core-idea .description .detail-model li {
    float: left;
    width: 362px;
    height: 362px;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #EEEEEE;
    margin-bottom: 56px;
    padding-top: 170px;
}

.culture-container .core-idea .description .detail-model li:nth-child(n+2) {
    margin-left: 56px;
}

.culture-container .core-idea .description .detail-model li:nth-child(4) {
    margin-left: 0;
}

.culture-container .core-idea .description .detail-model li.des-bg1 {
    background: url('../images/core-idea-bg1.png') no-repeat;
    background-position: center 54px;
}

.culture-container .core-idea .description .detail-model li.des-bg2 {
    background: url('../images/core-idea-bg2.png') no-repeat;
    background-position: center 54px;
}

.culture-container .core-idea .description .detail-model li.des-bg3 {
    background: url('../images/core-idea-bg3.png') no-repeat;
    background-position: center 54px;
}

.culture-container .core-idea .description .detail-model li.des-bg4 {
    background: url('../images/core-idea-bg4.png') no-repeat;
    background-position: center 54px;
}

.culture-container .core-idea .description .detail-model li.des-bg5 {
    background: url('../images/core-idea-bg5.png') no-repeat;
    background-position: center 54px;
}

.culture-container .core-idea .description .detail-model li.des-bg6 {
    background: url('../images/core-idea-bg6.png') no-repeat;
    background-position: center 54px;
}

.culture-container .core-idea .description .detail-model li h6 {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    width: 100%;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.culture-container .core-idea .description .detail-model li>img {
    display: inline-block;
    width: 62px;
    height: 8px;
    margin-bottom: 20px;
}

.culture-container .core-idea .description .detail-model li p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: rgba(102, 102, 102, 1);
    line-height: 28px;
    padding-top: -6px;
    margin: 0 auto;
    max-height: 110px;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

/*做事十大原则*/
.culture-container .core-idea.principle {
    height: 510px;
    background: url('../images/principle-bg.png') no-repeat;
    overflow: hidden;
    /* background-position: left top; */
    background-position: center;
}

.culture-container .core-idea.principle .title p.middle-line {
    width: 427px;
}

/* .culture-container .core-idea.principle .container{
    margin-top: 60px;
} */

.culture-container .core-idea.principle .container .module-title h4 {
    color: rgba(255, 255, 255, 1);
    /* background: rgba(0, 0, 0, 0.3); */
    background-color: #7a7982;
}

.ten-principle-warp {
    width: 100%;
    /* margin-top: 60px; */
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    background-size: 100% 100%;
}

.ten-principle-warp .title-lg {
    font-size: 28px;
    text-align: center;
    line-height: 30px;
    color: #FFFFFF;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 40px;
}

.ten-principle-warp .title-small {
    font-size: 20px;
    text-align: center;
    line-height: 28px;
    color: #FFFFFF;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 24px;
}

/*做事原则*/
.culture-container .ten-principle-warp .work-lists {
    width: 1200px;
    /* height: 510px; */
    height: 200px;
    margin: 35px auto 0;
    background: url('../images/work-lists-bg.png') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    word-break: break-all;

}

.culture-container .ten-principle-warp .work-lists li {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    margin-top: 30px;
    padding-left: 106px;
}

.culture-container .ten-principle-warp .work-lists li h6 {

    line-height: 22px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    word-wrap: break-word;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.culture-container .ten-principle-warp .work-lists li p {
    line-height: 20px;
    font-size: 16px;
    color: #333333;
    word-wrap: break-word;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 20px;
    text-indent: 15px;
}

.culture-container .ten-principle-warp .work-lists li h6 img {
    margin-right: 3px;
    width: 12px;
    height: 12px;
}


/*--------------------------------------------------------------------------
@企业文化--工作在顶呱呱
*/
.culture-container .core-idea.workin-dgg {
    margin-top: 90px;
    padding-top: 0;
    background: none;
    height: auto;

}

.culture-container .core-idea.workin-dgg .title p.middle-line {
    width: 427px;
}

.culture-container .core-idea.workin-dgg .title p.line1 {
    width: 308px;
}

.culture-container .core-idea.workin-dgg .title p.line3 {
    width: 208px;
}

.workin-dgg-swipertitle {
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    color: #969696;
    margin-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*
@33333333333333
@员工福利与活动
*********************************************/
/*套用的别人轮播模板*/
.welfare-swiper-warp {
    width: 1200px;
    margin: 0 auto;

}

.device {
    width: 1200px;
    position: relative;
    margin: 0px auto;
    height: 360px;
    overflow: hidden;
    /*border: 1px solid red;*/
    padding: 60px 0 40px;
}

.welfare-swiper-warp .swiper-container {
    width: 100%;
    height: 360px;
    color: #fff;
    text-align: center;
}


/*匀速轮播*/

.welfare-swiper-warp .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    /*之前是ease-out*/
    transition-timing-function: linear;
    margin: 0 auto;
    /*  display: none;*/
}

.welfare-swiper-warp .swiper-slide {
    height: 280px !important;
    opacity: 0.6;
    -webkit-transition: 300ms;
    transition: 300ms;
    position: relative;
    top: 80px;
    z-index: 10;
}

.welfare-swiper-warp .swiper-slide {
    font-size: 0;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.welfare-swiper-warp .swiper-slide .swiper-img-bg {
    display: inline-block;
    width: 100%;
    height: 100%;
    /*border:1px solid blue;*/
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.welfare-swiper-warp .swiper-slide .swiper-text {
    width: 100%;
    height: 48px;
    background: rgba(51, 51, 51, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    line-height: 48px;
    font-size: 0;
}

.welfare-swiper-warp .swiper-slide .swiper-text h5 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.welfare-swiper-warp .swiper-slide.swiper-slide-active .swiper-text h5 {
    font-size: 18px;
    padding: 0;
    /*父元素放大了，子元素需要缩小1.6被（1/1.6） */
    -webkit-transform: scale(0.625, 1);
    transform: scale(0.625, 1);
}

.welfare-swiper-warp .swiper-slide.swiper-slide-active .swiper-text h5 {
    font-size: 18px;
}

.welfare-swiper-warp .swiper-slide.swiper-slide-active .swiper-text {
    height: 60px;
    line-height: 60px;
}

.welfare-swiper-warp .swiper-slide .swiper-text img {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 18px;
}

.welfare-swiper-warp .swiper-slide.swiper-slide-active .swiper-text img {
    width: 40px;
    height: 24px;
    /*父元素放大了，子元素需要缩小1.6被（1/1.6） */
    -webkit-transform: scale(0.625, 1);
    transform: scale(0.625, 1);
}

.welfare-swiper-warp .swiper-slide .swiper-text .swiper-img-icon1 {
    top: 6px;
    left: 6px;
}

.welfare-swiper-warp .swiper-slide.swiper-slide-active .swiper-text .swiper-img-icon1 {
    top: 10px;
    left: 0px;
}

.welfare-swiper-warp .swiper-slide .swiper-text .swiper-img-icon2 {
    bottom: 6px;
    right: 6px;
}

.welfare-swiper-warp .swiper-slide.swiper-slide-active .swiper-text .swiper-img-icon2 {
    bottom: 10px;
    right: 0;
}

.swiper-slide-visible {
    opacity: 0.7;
}

.welfare-swiper-warp .swiper-slide-active {
    height: 360px !important;
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1.6, 1);
    -moz-transform: scale(1.6, 1);
    -ms-transform: scale(1.6, 1);
    -o-transform: scale(1.6, 1);
    transform: scale(1.6, 1);
    z-index: 100;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(51, 51, 51, 0.3);
    -o-box-shadow: 0 0 30px rgba(51, 51, 51, 0.3);
    -moz-box-shadow: 0 0 30px rgba(51, 51, 51, 0.3);
    -ms-box-shadow: 0 0 30px rgba(51, 51, 51, 0.3);
    box-shadow: 0 0 30px rgba(51, 51, 51, 0.3);
}

.welfare-swiper-warp .swiper-slide .title {
    font-style: italic;
    font-size: 42px;
    margin-top: 80px;
    margin-bottom: 0;
    line-height: 45px;
}

.welfare-swiper-warp .pagination {
    position: absolute;
    z-index: 20;
    left: 0px;
    width: 100%;
    text-align: center;
    bottom: 5px;
}

.welfare-swiper-warp .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 8px;
    background: #aaa;
    margin-right: 8px;
    cursor: pointer;
    -webkit-transition: 300ms;
    transition: 300ms;
    opacity: 0;
    position: relative;
    top: -50px;
}

.welfare-swiper-warp .swiper-visible-switch {
    opacity: 1;
    top: 0;
    background: #aaa;
}

.welfare-swiper-warp .swiper-active-switch {
    background: #fff;
}


/*左右切换按钮*/

.culture-container .direction-icon {
    text-align: center;
    font-size: 0;
}

.culture-container .direction-icon img {
    margin-right: 20px;
    width: 42px;
    height: 42px;
}

.culture-container .welfare-swiper-warp .direction-icon img:last-child {
    margin-right: 0;
}

.culture-container .welfare-swiper-warp .direction-icon figure {
    display: inline-block;
    margin-right: 20px;
    font-size: 0;
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.culture-container .welfare-swiper-warp .direction-icon figure:first-child {
    background-image: url(../images/left-icon.png);
}

.culture-container .welfare-swiper-warp .direction-icon figure:first-child:hover {
    background-image: url(../images/left-icon-active.png);
}

.culture-container .welfare-swiper-warp .direction-icon figure:last-child {
    background-image: url(../images/right-icon.png);
}

.culture-container .welfare-swiper-warp .direction-icon figure:last-child:hover {
    background-image: url(../images/right-icon-active.png);
}

.culture-container .welfare-swiper-warp .direction-icon figure:last-child {
    margin-right: 0;
}

.workin-culture-container {
    margin-bottom: 80px;
}

/*员工福利顶部轮播图*/
.swiper-mian {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    /*    height: 70px;*/
    height: 60px;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    z-index: 100;
    /*border:1px solid blue;*/
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.swiper-container-03-warp {
    width: 1100px;
    height: 60px;
    padding-top: 10px;
    margin: 0 auto;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}

.swiper-container-03 {
    width: 1100px;
    height: 100%;
    /*border: 1px solid red;*/
    margin: 0 auto;
    z-index: 10;
    word-break: break-all;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.swiper-container-03 .swiper-wrapper {
    height: 100%;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.swiper-container-03 .swiper-wrapper .swiper-slide {
    height: 70px !important;
    /*    padding-top: 10px;*/
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.swiper-container-03 .swiper-wrapper .swiper-slide a {
    display: block;
    width: 204px;
    height: 60px;
    text-decoration: none;

    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1px;
    border: 1px solid #E6E6E6;
}

.swiper-container-03 .swiper-wrapper .swiper-slide a span {
    display: block;
    width: 204px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333333;
    font-size: 18px;
    margin-right: 20px;
    overflow: hidden;
    padding: 0 10px;
    word-break: break-all;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* .swiper-container-03 .swiper-wrapper .swiper-slide a:hover,
.swiper-container-03 .swiper-wrapper .swiper-slide a:hover span {
    background-color: #333333;
    color: #fff;
    position: relative;
} */

/*.swiper-container-03 .swiper-wrapper .swiper-slide a:hover:before {
content: '';
width: 0;
height: 0;
border-width: 0 15px 10px;
border-style: solid;
border-color: transparent transparent #333;   
position: absolute;
left: 50%;
top: -10px;
margin-left: -15px;
}*/
.swiper-container-03 .swiper-wrapper .swiper-slide.activestyle a,
.swiper-container-03 .swiper-wrapper .swiper-slide.activestyle a span {
    background-color: #333333;
    color: #fff;
    position: relative;
}

/*.swiper-container-03 .swiper-wrapper .swiper-slide.activestyle  a:before {
content: '';
width: 0;
height: 0;
border-width: 0 15px 10px;
border-style: solid;
border-color: transparent transparent #333;   
position: absolute;
left: 50%;
top: -10px;
margin-left: -15px;
}*/
.swiper-container-03 .swiper-wrapper .swiper-slide:nth-child(5n) a {
    margin-right: 0;
}

.cz-ico {
    position: absolute;
    left: 0;
    bottom: 0;
    cursor: pointer;
    width: 30px;
    height: 60px;
    z-index: 10000;
}

.next-cio {
    left: auto;
    right: 0;
    width: 30px;
    height: 60px;
    z-index: 10000;
}

/*顶部轮播图*/
.showTopSwiper {
    width: 1200px;
    margin: 34px auto 30px;
    /*border:1px solid red;*/
}

.showTopSwiper img {
    display: block;
    width: 100%;
    height: 470px;
}

/* 员工福利新增样式  余磊 */
.ygfl {
    width: 100%;
    height: 400px;
    background: url(../images/ygfl.png) no-repeat left top;
    background-size: 100% 400px;
    position: relative;
}

.ygfl .header {
    background-color: transparent;
}

.ygfl .nav-list {
    text-align: center;
}

.ygfl .nav-list ul {
    display: inline-block;
    margin-top: 20px;
}

.ygfl .nav-list li {
    float: left;
    width: 120px;
    height: 42px;
    line-height: 42px;
}

.ygfl .nav-list li:last-child {
    margin: 0;
}

.ygfl .nav-list li a {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #fff;
    text-decoration: none;
}

.ygfl .nav-list li.nav-active {
    position: relative;
    background-color: #fff;
}

.ygfl .nav-list li.nav-active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 5px 5px 0 5px;
}

.ygfl .nav-list li.nav-active a {
    color: rgba(51, 51, 51, 1);
}

.ygfl h1 {
    font-size: 70px;
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    left: 0;
    right: 0;
    top: 230px;
    margin: auto;
}

/* 福利内容 */
.culture-ygfl .container {
    width: 1200px;
    margin: 0 auto;
}

.culture-ygfl {
    margin-bottom: 40px;
}

.culture-ul {
    margin-top: 60px;
}

.culture-ygfl .cultrue-li {
    width: 570px;
    position: relative;
    float: left;
    margin: 0 60px 40px 0;
    font-size: 0;
}

.culture-ygfl .cultrue-li:nth-child(2n) {
    margin-right: 0;
}

.culture-ygfl .cultrue-li .ygfl-img {
    width: 570px;
    height: 320px;
}

.culture-ygfl .cultrue-li .ygfl-text {
    height: 116px;
    background: rgba(246, 246, 246, 1);
    text-align: left;
    border-top: 1px solid transparent;
}

.culture-ygfl .cultrue-li .ygfl-text .text-title {
    margin: 15px 0 10px;
}

.culture-ygfl .cultrue-li .ygfl-text h3 {
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.culture-ygfl .cultrue-li .ygfl-text p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(102, 102, 102, 1);
    padding: 0 30px;
    line-height: 22px;
}

.culture-ygfl .cultrue-li .ygfl-text .text-title img {
    width: 22px;
    height: 22px;
    margin: 0 10px 0 30px;
}

.swiper-container-03 .swiper-wrapper {
    padding: 0 !important;
    margin: 0 440px;
}

.culture-container .core-idea .description .detail-model li .en-des {
    word-break: break-word;
    padding: 0 10px;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    font-size: 18px;
    font-weight: 700;
}

.container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.module-title {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
}

.module-title h4 {
    display: inline-block;
    font-size: 32px;
    line-height: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #009bde;
    position: relative;
    z-index: 999;
    padding: 0 20px;
    background-color: #FFFFFF;
}

.module-title h4::after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
    height: 35px;
    transform: rotate(20deg);
    background: rgba(220, 220, 220, 1);
}

.module-title h4::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 1px;
    height: 35px;
    transform: rotate(20deg);
    background: rgba(220, 220, 220, 1);
}

.module-title span {
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    width: 1200px;
    height: 1px;
    background: rgba(220, 220, 220, 1);
    z-index: 1;
}

.core-idea-top {
    margin-top: 60px;
}


.activity-list {
    width: 100%;
}

.activity-list li {
    float: left;
    width: 285px;
    height: 360px;
    padding: 20px;
    box-sizing: border-box;
    background: rgba(250, 250, 250, 1);
    margin-bottom: 20px;
    overflow: hidden;
}

.activity-list li:nth-child(n+2) {
    margin-left: 20px;
}

.activity-list li:nth-child(4n+1) {
    margin-left: 0;
}

.activity-list li img {
    width: 100%;
    height: 181px;
    display: block;
}

.activity-list li h4 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    text-align: left;
    margin-top: 20px;
    text-indent: 24px;
}

.activity-list li:nth-child(1) h4 {
    background-image: url(../images/mfwc.png);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: left center;
}

.activity-list li:nth-child(2) h4 {
    background-image: url(../images/wcmf.png);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: left center;
}

.activity-list li:nth-child(3) h4 {
    background-image: url(../images/jrlp.png);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: left center;
}

.activity-list li:nth-child(4) h4 {
    background-image: url(../images/jdcj.png);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: left center;
}

.activity-list li:nth-child(5) h4 {
    background-image: url(../images/mfwc.png);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: left center;
}

.activity-list li:nth-child(6) h4 {
    background-image: url(../images/mftj.png);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: left center;
}

.activity-list li:nth-child(7) h4 {
    background-image: url(../images/sllp.png);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: left center;
}

.activity-list li:nth-child(8) h4 {
    background-image: url(../images/gwgy.png);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: left center;
}

.activity-list li:nth-child(9) h4 {
    background-image: url(../images/srlw.png);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: left center;
}

.activity-list li:nth-child(10) h4 {
    background-image: url(../images/jhsz.png);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: left center;
}

.activity-list li p {
    text-align: left;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    margin-top: 24px;
}

.module-title {
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}


.nav-list li.nav-active {
    position: relative;
    background-color: #fff;
}

.nav-list li.nav-active a {
    color: rgba(51, 51, 51, 1);
}

.nav-list li.nav-active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 5px 5px 0 5px;
}

.banner-title {
    margin-top: 64px !important;
}

h1 {
    font-size: 60px;
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    padding: 80px 100px;
    margin-top: 60px;
    border: 8px solid rgba(250, 250, 250, .4);
}

.nav-list li a {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #fff;
    text-decoration: none;
}

.header-wrap {
    width: 100%;
    height: 560px;
    background-size: 100% 560px !important;
    position: relative;
}

@media screen and (max-width:1280px) {

    .container,
    .culture-container .core-idea .description,
    .culture-container .ten-principle-warp .work-lists {
        width: 90%;
    }

    .culture-container .core-idea .description .detail-model li {
        float: none;
        margin: 0;
        width: auto;
    }

    .culture-container .core-idea .description .detail-model li:nth-child(n+2) {
        margin: 0;
    }

    .culture-container .core-idea .description .detail-model {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 130px;
        margin: 60px auto;
    }

}


@media screen and (max-width:1024px) {

    h1 {
        font-size: 40px;
        padding: 50px 60px;
    }

    .culture-container .core-idea .description .detail-model li.des-bg1,
    .culture-container .core-idea .description .detail-model li.des-bg2,
    .culture-container .core-idea .description .detail-model li.des-bg3,
    .culture-container .core-idea .description .detail-model li.des-bg4,
    .culture-container .core-idea .description .detail-model li.des-bg5,
    .culture-container .core-idea .description .detail-model li.des-bg6 {
        background-position: center 15px;
        background-size: 40%;
    }

    .culture-container .core-idea .description .detail-model li {
        padding: 130px 0 50px;
        height: auto;
    }

    .culture-container .core-idea .description .detail-model li h6 {
        font-size: 22px;
        margin: 0 0 15px;
    }

    .culture-container .core-idea .description .detail-model li>img {
        margin-bottom: 15px;
    }

    .culture-container .ten-principle-warp .work-lists li {
        padding-left: 40px;
    }

    .module-title {
        font-size: 30px;
        margin-top: 30px;
    }

}

@media screen and (max-width:768px) {

    .nav-list {
        padding-top: 50px;
    }

    .nav-list ul {
        display: flex;
    }

    .nav-list li {
        width: 25%;
        height: 30px;
        line-height: 30px;
    }

    .nav-list li a {
        font-size: 13px;
    }

    h1 {
        font-size: 30px;
        padding: 30px 40px;
        border-width: 5px;
    }

    .module-title h4 {
        font-size: 22px;
    }

    .core-idea-top {
        margin-top: 0;
    }

    .culture-container .core-idea .description {
        margin: 0 auto;
    }

    .culture-container .core-idea .description .detail-model {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin: 0 auto 30px;
    }

    .culture-container .core-idea .description .detail-model li {
        padding: 90px 0 30px;
        height: auto;
    }

    .culture-container .core-idea .description .detail-model li.des-bg1,
    .culture-container .core-idea .description .detail-model li.des-bg2,
    .culture-container .core-idea .description .detail-model li.des-bg3,
    .culture-container .core-idea .description .detail-model li.des-bg4,
    .culture-container .core-idea .description .detail-model li.des-bg5,
    .culture-container .core-idea .description .detail-model li.des-bg6 {
        background-position: center 15px;
        background-size: 35%;
    }

    .culture-container .core-idea .description .detail-model li p {
        font-size: 12px;
        line-height: 20px;
    }

    .culture-container .core-idea .description .detail-model li h6 {
        font-size: 20px;
        margin: 0 0 10px;
    }

    .culture-container .ten-principle-warp .work-lists li {
        padding: 10px 20px;
        float: none;
        width: 100%;
        margin: 0;
    }

    .culture-container .ten-principle-warp .work-lists{
        height: auto;
        margin: 0 auto;
    }

    .culture-container .ten-principle-warp .work-lists li p {
        font-size: 15px;
        margin-top: 10px;
    }

    .culture-container .core-idea.principle{
        height: auto;
        background-size: cover;
        padding: 0 0 20px;
    }




}