@charset "UTF-8";
.header1 {
    display: none
}

@media only all and (max-width: 768px) {
    .header1 {
        display: block
    }
}

header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff
}

header.headerHeight {
    -webkit-transform: translateY(-120px);
    -moz-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    -o-transform: translateY(-120px);
    transform: translateY(-120px)
}

@media only all and (max-width: 1440px) {
    header.headerHeight {
        -webkit-transform: translateY(-70px);
        -moz-transform: translateY(-70px);
        -ms-transform: translateY(-70px);
        -o-transform: translateY(-70px);
        transform: translateY(-70px)
    }
}

header .logo {
    margin-top: 24px
}

@media only all and (max-width: 1440px) {
    header .logo {
        margin-top: 8px
    }
}

header .logo .logo1 {
    display: none
}

header .logo .logo2 {
    display: block
}

header nav .item .nav1 {
    color: #666;
    padding-top: 45px;
    padding-bottom: 45px
}

@media only all and (max-width: 1440px) {
    header nav .item .nav1 {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

header nav .item .nav1.active {
    color: #000
}

header nav .item .nav1.active .lines {
    opacity: 1
}

header nav .item:hover .nav1 {
    color: #000
}

header nav .item:hover .nav1 .lines {
    opacity: 1
}

@media only all and (max-width: 1440px) {
    .content {
        margin-top: 70px
    }
}

@media only all and (max-width: 768px) {
    .content {
        margin-top: 60px
    }
}

@media only all and (max-width: 414px) {
    .content {
        margin-top: 55px
    }
}

.content .banner {
    position: relative
}

.content .banner .img {
    width: 100%
}

.content .banner .info {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 95%;
    text-align: center
}

.content .banner .info .text1 {
    font-size: 60px;
    line-height: 1;
    color: #fff;
    font-family: '思源黑体'
}

@media only all and (max-width: 1440px) {
    .content .banner .info .text1 {
        font-size: 40px
    }
}

@media only all and (max-width: 1024px) {
    .content .banner .info .text1 {
        font-size: 30px
    }
}

@media only all and (max-width: 414px) {
    .content .banner .info .text1 {
        font-size: 20px
    }
}

.content .advantage {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 514px;
    background-size: cover
}

@media only all and (max-width: 414px) {
    .content .advantage {
        height: 200px
    }
}

.content .advantage .item {
    margin-bottom: 60px;
    display: none
}

@media only all and (max-width: 1440px) {
    .content .advantage .item {
        margin-bottom: 30px
    }
}

.content .advantage .item:last-child {
    margin-bottom: 0
}

.content .advantage .item .one {
    font-size: 36px;
    line-height: 1;
    position: relative;
    display: inline-block;
    padding-left: 22px;
    padding-right: 22px
}

@media only all and (max-width: 1440px) {
    .content .advantage .item .one {
        font-size: 26px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only all and (max-width: 1024px) {
    .content .advantage .item .one {
        font-size: 20px;
        padding-left: 10px;
        padding-right: 10px
    }
}

.content .advantage .item .one:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    background-color: #000;
    left: -30px;
    top: 50%
}

@media only all and (max-width: 1024px) {
    .content .advantage .item .one:before {
        width: 20px;
        left: -20px
    }
}

.content .advantage .item .one:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    background-color: #000;
    right: -30px;
    top: 50%
}

@media only all and (max-width: 1024px) {
    .content .advantage .item .one:after {
        width: 20px;
        right: -20px
    }
}

.content .advantage .item .two {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px
}

@media only all and (max-width: 1440px) {
    .content .advantage .item .two {
        font-size: 16px;
        line-height: 30px;
        margin-top: 15px
    }
}

@media only all and (max-width: 1024px) {
    .content .advantage .item .two {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px
    }
}

.content .originator {
    font-size: 0
}

.content .originator .img {
    width: 100%;
    display: inline-block;
    vertical-align: middle
}

@media only all and (max-width: 768px) {
    .content .originator .img {
        width: 100%
    }
}

.content .originator .text {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 7.8%;
    padding-right: 13%;
    padding-top: 30px
}

@media only all and (max-width: 1440px) {
    .content .originator .text {
        padding-left: 3%;
        padding-right: 3%
    }
}

@media only all and (max-width: 768px) {
    .content .originator .text {
        width: 100%;
        padding: 20px 10px
    }
}

.content .originator .text .one {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    margin-bottom: 50px
}

@media only all and (max-width: 1440px) {
    .content .originator .text .one {
        font-size: 20px;
        margin-bottom: 20px
    }
}

.content .originator .text .two {
    font-size: 16px;
    line-height: 30px;
    color: #666
}

@media only all and (max-width: 1440px) {
    .content .originator .text .two {
        font-size: 14px;
        line-height: 24px
    }
}

.content .commit-tit {
    font-size: 36px;
    line-height: 1;
    text-align: center
}

@media only all and (max-width: 1440px) {
    .content .commit-tit {
        font-size: 30px
    }
}

@media only all and (max-width: 1024px) {
    .content .commit-tit {
        font-size: 24px
    }
}

.content .introduct {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f3f3f3
}

@media only all and (max-width: 1440px) {
    .content .introduct {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media only all and (max-width: 414px) {
    .content .introduct {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.content .introduct .swiper1 {
    width: 1400px;
    margin: 0 auto;
    margin-top: 50px;
    padding-bottom: 52px
}

@media only all and (max-width: 1440px) {
    .content .introduct .swiper1 {
        width: 1200px;
        margin-top: 40px
    }
}

@media only all and (max-width: 1280px) {
    .content .introduct .swiper1 {
        width: 1000px
    }
}

@media only all and (max-width: 1024px) {
    .content .introduct .swiper1 {
        width: 770px
    }
}

@media only all and (max-width: 768px) {
    .content .introduct .swiper1 {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media only all and (max-width: 414px) {
    .content .introduct .swiper1 {
        margin-top: 20px;
        padding-bottom: 40px
    }
}

.content .introduct .swiper1 .swiper-slide {
    position: relative;
    overflow: hidden
}

.content .introduct .swiper1 .swiper-slide .img {
    width: 100%
}

.content .introduct .swiper1 .swiper-slide .text {
    position: absolute;
    left: 43px;
    bottom: 20px;
    color: #fff;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s
}

@media only all and (max-width: 1440px) {
    .content .introduct .swiper1 .swiper-slide .text {
        left: 25px
    }
}

@media only all and (max-width: 768px) {
    .content .introduct .swiper1 .swiper-slide .text {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@media only all and (max-width: 414px) {
    .content .introduct .swiper1 .swiper-slide .text {
        left: 10px;
        bottom: 10px
    }
}

.content .introduct .swiper1 .swiper-slide .text .one {
    font-size: 24px;
    line-height: 1;
    position: relative;
    padding-bottom: 22px
}

@media only all and (max-width: 1440px) {
    .content .introduct .swiper1 .swiper-slide .text .one {
        font-size: 20px;
        padding-bottom: 15px
    }
}

@media only all and (max-width: 1024px) {
    .content .introduct .swiper1 .swiper-slide .text .one {
        font-size: 16px
    }
}

.content .introduct .swiper1 .swiper-slide .text .one:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    height: 2px;
    background-color: #fff;
    left: 0;
    bottom: 0
}

@media only all and (max-width: 1440px) {
    .content .introduct .swiper1 .swiper-slide .text .one:before {
        width: 40px
    }
}

@media only all and (max-width: 1024px) {
    .content .introduct .swiper1 .swiper-slide .text .one:before {
        width: 30px
    }
}

.content .introduct .swiper1 .swiper-slide .text .two {
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 250px
}

@media only all and (max-width: 1024px) {
    .content .introduct .swiper1 .swiper-slide .text .two {
        font-size: 12px;
        line-height: 22px;
        width: 130px
    }
}

.content .introduct .swiper1 .swiper-slide:hover .text {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.content .introduct .swiper1 .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: #ccc
}

@media only all and (max-width: 414px) {
    .content .introduct .swiper1 .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 3px
    }
}

.content .introduct .swiper1 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ffc000
}

.content .introduct .motto {
    width: 1400px;
    text-align: center
}

@media only all and (max-width: 1440px) {
    .content .introduct .motto {
        width: 1200px
    }
}

@media only all and (max-width: 1280px) {
    .content .introduct .motto {
        width: 1000px
    }
}

@media only all and (max-width: 1024px) {
    .content .introduct .motto {
        width: 770px
    }
}

@media only all and (max-width: 768px) {
    .content .introduct .motto {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box
    }
}

.content .feedback {
    padding-top: 100px;
    width: 1130px;
    margin: 0 auto;
    margin-bottom: 120px
}

@media only all and (max-width: 1440px) {
    .content .feedback {
        padding-top: 50px;
        margin-bottom: 50px
    }
}

@media only all and (max-width: 1280px) {
    .content .feedback {
        width: 1000px
    }
}

@media only all and (max-width: 1024px) {
    .content .feedback {
        width: 770px
    }
}

@media only all and (max-width: 768px) {
    .content .feedback {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media only all and (max-width: 414px) {
    .content .feedback {
        padding-top: 30px;
        margin-bottom: 30px
    }
}

.content .feedback .have-portrait {
    margin-left: 79px;
    margin-top: 83px;
    margin-bottom: 42px
}

@media only all and (max-width: 1440px) {
    .content .feedback .have-portrait {
        margin-top: 40px;
        margin-bottom: 25px
    }
}

@media only all and (max-width: 414px) {
    .content .feedback .have-portrait {
        margin-left: 0;
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.content .feedback .have-portrait .portrait {
    width: 33px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px
}

@media only all and (max-width: 1440px) {
    .content .feedback .have-portrait .portrait {
        width: 30px;
        margin-right: 20px
    }
}

@media only all and (max-width: 414px) {
    .content .feedback .have-portrait .portrait {
        width: 20px;
        margin-right: 10px
    }
}

.content .feedback .have-portrait .pepole {
    display: inline-block;
    vertical-align: middle
}

.content .feedback .have-portrait .pepole .item {
    display: inline-block;
    vertical-align: middle;
    display: none
}

.content .feedback .have-portrait .pepole .item .one {
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px
}

@media only all and (max-width: 1440px) {
    .content .feedback .have-portrait .pepole .item .one {
        font-size: 18px;
        margin-right: 15px
    }
}

@media only all and (max-width: 414px) {
    .content .feedback .have-portrait .pepole .item .one {
        font-size: 14px;
        margin-right: 10px
    }
}

.content .feedback .have-portrait .pepole .item .two {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media only all and (max-width: 1440px) {
    .content .feedback .have-portrait .pepole .item .two {
        font-size: 14px
    }
}

@media only all and (max-width: 414px) {
    .content .feedback .have-portrait .pepole .item .two {
        font-size: 12px
    }
}

.content .feedback .have-portrait .pepole .item.active {
    display: block
}

.content .feedback .have-swiper {
    position: relative
}

.content .feedback .have-swiper .portrait {
    width: 61px;
    position: absolute;
    right: -34px;
    bottom: 18px;
    z-index: 2
}

@media only all and (max-width: 768px) {
    .content .feedback .have-swiper .portrait {
        width: 40px;
        position: absolute;
        right: 0px;
        bottom: 33px;
        z-index: 2
    }
}

@media only all and (max-width: 414px) {
    .content .feedback .have-swiper .portrait {
        width: 25px;
        bottom: 20px
    }
}

.content .feedback .have-swiper .swiper2 {
    position: relative
}

.content .feedback .have-swiper .swiper2:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 90px;
    margin-left: -5px;
    display: block;
    overflow: hidden;
    width: 0px;
    height: 0px;
    border: 10px solid #f3f3f3;
    border-color: #f3f3f3 transparent;
    border-width: 0px 10px 10px 10px;
    z-index: -1
}

@media only all and (max-width: 414px) {
    .content .feedback .have-swiper .swiper2:before {
        left: 50px
    }
}

.content .feedback .have-swiper .swiper2 .swiper-slide {
    padding-top: 10px;
    padding-bottom: 42px;
    position: relative
}

@media only all and (max-width: 414px) {
    .content .feedback .have-swiper .swiper2 .swiper-slide {
        padding-bottom: 30px
    }
}

.content .feedback .have-swiper .swiper2 .swiper-slide .text {
    width: 100%;
    height: 200px;
    background-color: #f3f3f3;
    border-radius: 17px;
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 68px;
    padding-right: 68px
}

@media only all and (max-width: 414px) {
    .content .feedback .have-swiper .swiper2 .swiper-slide .text {
        padding-left: 10px;
        padding-right: 10px
    }
}

.content .feedback .have-swiper .swiper2 .swiper-slide .text .text-con {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    line-height: 30px
}

@media only all and (max-width: 1440px) {
    .content .feedback .have-swiper .swiper2 .swiper-slide .text .text-con {
        font-size: 16px;
        line-height: 26px
    }
}

@media only all and (max-width: 1024px) {
    .content .feedback .have-swiper .swiper2 .swiper-slide .text .text-con {
        font-size: 14px;
        line-height: 24px
    }
}

.content .feedback .have-swiper .swiper2 .swiper-pagination {
    bottom: 0
}

.content .feedback .have-swiper .swiper2 .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: #ccc
}

@media only all and (max-width: 414px) {
    .content .feedback .have-swiper .swiper2 .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 3px
    }
}

.content .feedback .have-swiper .swiper2 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ffc000
}

/*# sourceMappingURL=culture.css.map */