/* 隐藏滚动条 */

.ele::-webkit-scrollbar {
    display: none
}

/*清除浮动*/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: inline-block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* a标签样式 */

a {
    color: inherit;
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -moz-user-focus: none;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
}

::selection {
    background: #FFF;
    color: #333;
}

::-moz-selection {
    background: #FFF;
    color: #333;
}

::-webkit-selection {
    background: #FFF;
    color: #333;
}

/* banner */

.banners {
    width: 100%;
    height: 24.6rem;
    position: relative;
    overflow: hidden;
}

.banners .swiper_img {
    width: 100%;
    height: 100%;
}

.banners .swiper_img>img {
    width: 100%;
    height: 100%;
}

.banners .swiper_text {
    width: 30rem;
    position: absolute;
    z-index: 1;
    top: 10rem;
    right: -4.5rem;
    text-align: center;
}

.banners .swiper_text>h1 {
    width: 100%;
    height: 2rem;
    font-size: 2.1rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.2rem;
    padding: 0.15rem 0rem 0rem;
}

.banners .swiper_text>p:nth-of-type(1) {
    width: 100%;
    height: 2rem;
    font-size: 1.2rem;
    font-family: Arial;
    color: rgba(255, 255, 255, 0.7);
    line-height: 0.25rem;
}

.banners .swiper_text>p:nth-of-type(2) {
    width: 100%;
    height: 2rem;
    font-size: 0.5rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 0.25rem;
}

/* nav */

.nav1 nav {
    width: 100%;
    height: 5.76rem;
    background: url(/static/special/images/navback.png) no-repeat;
    background-size: 100% 100%;
    overflow: scroll;
}

.nav1 nav>ul {
    width: 180%;
    height: 5.76rem;
    line-height: 5.76rem;
    margin: 0 auto;
}

.nav1 nav>ul>li {
    float: left;
    font-size: 1.5rem;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}

.nav1 nav>ul>li:nth-of-type(1) {
    margin-left: 5rem;
}

.nav1 nav>ul>li:last-child {
    margin-right: 1rem;
}

.nav1 nav>ul>li:nth-of-type(2n) {
    width: 8%;
    opacity: 0.5;
}

/* video */

body .video {
    width: 100%;
    height: 18rem;
    padding: 3rem 0rem;
    background-color: #f7f7f7;
}

.video video {
    width: 100%;
    height: 100%;
}

.history {
    width: 100%;
    background-color: #f7f7f7;
    position: relative;
}

.history>.top {
    width: 90%;
    height: 4rem;
    margin: 0 auto;
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
}

.history>.top>.left {
    height: 100%;
}

.history>.top>.left>span:nth-of-type(1) {
    display: inline-block;
    vertical-align: middle;
    width: 4rem;
    height: 3rem;
    font-family: Microsoft YaHei;
    background: url(/static/special/images/history20.png) no-repeat;
    background-size: 100% 100%;
}

.history>.top>.left>span:nth-of-type(2) {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
    font-family: Microsoft YaHei;
    font-size: 1.9rem;
    color: #333333;
    font-weight: bolder;
}

.history .year {
    width: 100%;
    height: 15.93rem;
    background: url(/static/special/images/m_historyback.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.history .year>span:nth-of-type(1) {
    font-family: ITCAvantGardeW1G;
    display: block;
    font-size: 4.76rem;
    font-weight: 700;
    color: #CCBDA2;
    margin: 1rem 4rem;
}

.history .year>div {
    margin-right: 4rem;
}

.history .year>div>span:nth-of-type(1),
.history .year>div>span:nth-of-type(2) {
    font-family: DINOT;
    width: 100%;
    height: 2.1rem;
    font-size: 2.06rem;
    color: #FFFFFF;
    display: block;
    text-align: right;
}

.history .year>div>span:nth-of-type(3) {
    display: block;
    width: 100%;
    height: 0.25rem;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    margin-top: 1rem;
    text-align: right;
    color: #FFFFFF;
}

.history .text {
    width: 100%;
    height: 40rem;
    background-color: #f7f7f7;
}

.history .text_box {
    width: 90%;
    height: 35rem;
    background-color: #fff;
    margin: 0 auto;
}

.history .box_top {
    width: 90%;
    height: 5rem;
    margin: 0 auto;
    position: relative;
    padding-top: 0.3rem;
}

.history .box_top .btn {
    float: right;
    height: 5rem;
    display: flex;
    align-items: center;
}

.history .box_top .btn>span:nth-child(1),
.history .box_top .btn>span:nth-child(2) {
    display: inline-block;
    width: 6.5rem;
    height: 3rem;
    border: 0.01rem solid #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.history .box_top .btn>span:nth-child(2)>span {
    border-left: 0.4rem solid #CCBDA2;
    border-right: 0.4rem solid transparent;
    border-top: 0.4rem solid transparent;
    border-bottom: 0.4rem solid transparent;
    width: 0;
    height: 0;
    margin-left: 0.4rem;
}

.history .box_top .btn>span:nth-child(1)>span {
    border-right: 0.4rem solid #CCBDA2;
    border-left: 0.4rem solid transparent;
    border-top: 0.4rem solid transparent;
    border-bottom: 0.4rem solid transparent;
    width: 0;
    height: 0;
    margin-left: -0.4rem;
}

.history .box_top .bot {
    width: 100%;
    height: 0.05rem;
    background: url(/static/special/images/m_bot.png) no-repeat;
    background-size: 100% 100%;
    /* margin-top: 3rem; */
    position: absolute;
    bottom: 0;
}

.history .text_box>div:nth-of-type(2) {
    width: 90%;
    height: 25rem;
    overflow: scroll;
    margin: 0 auto;
    padding-top: 1.5rem;
}

.history .text_box>div>p {
    font-size: 1.4rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 2rem;
}

/* area */

.area {
    width: 100%;
    height: 58rem;
    background: url(/static/special/images/areaback.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.area>.top {
    width: 90%;
    height: 5rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
}

.area>.top>.left {
    height: 100%;
}

.area>.top>.left>span:nth-of-type(1) {
    display: inline-block;
    vertical-align: middle;
    width: 4rem;
    height: 3rem;
    font-family: Microsoft YaHei;
    background: url(/static/special/images/swiper20.png) no-repeat;
    background-size: 100% 100%;
}

.area>.top>.left>span:nth-of-type(2) {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
    font-family: Microsoft YaHei;
    font-size: 1.9rem;
    color: #fff;
    font-weight: bolder;
}

.area .area_swiper {
    width: 85%;
    height: 23rem;
    margin: 0 auto;
}

.area_swiper .oSwiper {
    width: 100%;
    height: 100%;
}

.area img {
    width: 100%;
    height: 100%;
}

.area .area-pagination {
    margin-left: 2.9rem;
    margin-top: 2rem;
    width: 100%;
    height: 4rem;
    overflow: scroll;
    display: flex;
}

.area .area-pagination div {
    flex-shrink: 0;
    float: left;
    width: 12rem;
    height: 4rem;
    font-size: 1.3rem;
    background-color: #fff;
    padding: 0rem 0.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bolder;
    cursor: pointer;
    box-sizing: border-box;
}

.area .area-pagination div:last-of-type {
    margin-right: 5.5rem;
}

/* 选中切换背景色的类 */

.area .area-pagination .area_active {
    background-color: #CCBDA2;
    color: #fff;
    transition: all 0.5s;
}

.area .area_text {
    width: 100%;
    height: 4.12rem;
    margin-left: 2.9rem;
}

.area .area_text ul {
    width: 100%;
}

.area .area_text ul>li {
    width: 100%;
    color: #fff;
}

.area .area_text ul>li:nth-of-type(1) {
    font-size: 1.36rem;
    font-family: Source Han Serif CN;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 3.6rem;
    margin-bottom: 1.5rem;
}

.area .area_text ul>li:nth-of-type(2),
.area .area_text ul>li:nth-of-type(3),
.area .area_text ul>li:nth-of-type(4) {
    font-size: 1.6rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin: 1rem 0rem;
}

/* heart */

.heart {
    width: 100%;
    height: 103rem;
    background: url(/static/special/images/m_heartback.png);
    background-size: 100% 147%;
}

.heart>.top {
    width: 90%;
    height: 4.5rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 3rem;
}

.heart>.top>.left {
    height: 100%;
}

.heart>.top>.left>span:nth-of-type(1) {
    display: inline-block;
    vertical-align: middle;
    width: 4rem;
    height: 3rem;
    font-family: Microsoft YaHei;
    background: url(/static/special/images/history20.png) no-repeat;
    background-size: 100% 100%;
}

.heart>.top>.left>span:nth-of-type(2) {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
    font-family: Microsoft YaHei;
    font-size: 1.9rem;
    color: #333333;
    font-weight: bolder;
}

.heart article {
    width: 90%;
    height: 43rem;
    background-color: #fff;
    border-radius: 0.05rem;
    margin: 0 auto;
    padding: 2rem;
    box-sizing: border-box;
}

.heart article .title {
    font-size: 2rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #221815;
}

.heart article .author {
    text-align: right;
    font-size: 1.33rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 1.5rem;
}

.heart article>div {
    width: 100%;
    height: 25rem;
    margin-top: 1.5rem;
    overflow: scroll;
}

.heart article>div>p {
    margin-top: 0.5rem;
    font-size: 1.4rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 2rem;
}

.heart .btns {
    width: 70%;
    height: 6rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    margin-bottom: 0.7rem;
}

.heart .btns span {
    display: block;
    width: 50%;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.33rem;
    text-align: center;
    background-color: #fff;
    transition: all 0.5s;
}

.heart .btns .heart_active {
    background-color: #CCBDA2;
    color: #fff;
}

.heart .people {
    padding: 3rem 2rem;
    width: 80%;
    height: 35rem;
    margin: 0 auto;
    border-radius: 0.05rem;
    background-color: #fff;
    overflow: hidden;
}

.heart .person {
    width: 100%;
    height: 35rem;
    box-sizing: border-box;
    overflow: scroll;
}

.heart .personIntro {
    padding: 3rem 0;
    border-bottom: 2px solid rgba(224, 224, 224, 0.2);
}

.heart .personIntro:nth-of-type(1) {
    padding: 0;
    padding-bottom: 3rem;
}

.heart .personIntro:last-of-type {
    border: none;
    padding-bottom: 0rem;
}

.heart .personIntro>div:nth-child(1) {
    display: flex;
    align-items: flex-start;
}

.heart .personIntro>div:nth-child(1)>img {
    width: 4.5rem;
    height: 4.5rem;
}

.heart .personIntro>div:nth-child(1)>ul {
    margin-left: 2rem;
}

.heart .personIntro>div:nth-child(1) li {
    width: 23rem;
    height: 0.17rem;
    font-size: 1.5rem;
    font-weight: bold;
    padding-top: 1rem;
}

.heart .personIntro p {
    width: 100%;
    font-size: 1.4rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 2rem;
    margin-top: 0.2rem;
}

.heart .personIntro>div:nth-child(1) li:nth-of-type(2) {
    background: url(/static/special/images/m_bot.png) no-repeat;
    background-size: 100%;
    margin-top: 3rem;
}

/* show */

.show {
    width: 100%;
    height: 40rem;
    overflow: hidden;
}

.show>.top {
    width: 90%;
    height: 5rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 3rem;
}

.show>.top>.left {
    height: 100%;
}

.show>.top>.left>span:nth-of-type(1) {
    display: inline-block;
    vertical-align: middle;
    width: 4rem;
    height: 3rem;
    font-family: Microsoft YaHei;
    background: url(/static/special/images/history20.png) no-repeat;
    background-size: 100% 100%;
}

.show>.top>.left>span:nth-of-type(2) {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
    font-family: Microsoft YaHei;
    font-size: 1.9rem;
    color: #333333;
    font-weight: bolder;
}

.show .show_swiper {
    padding-left: 2rem;
    width: 150%;
    height: 25rem;
    margin: 0 auto;
}

.show .show_swiper .sSwiper,
.show .show_swiper .banner_img,
.show .show_swiper .banner_img .aswiper_img {
    width: 100%;
    height: 100%;
}

.show .show_swiper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}<!--0.00018596649169922-->