﻿@charset "utf-8";
.banner {
    height: 14.0625vw;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.where:before {
    background: #d9d9d9;
}

.where-tab a {
    display: block;
    font-size: 16px;
    color: #565656;
    line-height: 60px;
    position: relative;
    margin-right: 44px;
    float: left;
}

.where-tab a:hover,
.where-tab a.on {
    color: #ee1d23;
}

.where-tab a.on:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ee1d23;
}

.where-link>* {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 60px;
    height: 60px;
}

.where-link span {
    width: 30px;
    position: relative;
}

.where-link span:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid #888;
    border-bottom: 4px solid transparent;
}

.where-link .home {
    color: #888;
    margin-right: 10px;
}

.where-link a.cur {
    color: #999;
}

.where-link a:hover {
    color: #ee1d23;
}

.main {
    padding: 45px 0 60px;
}

.main.gray {
    background: #f6f6f6;
}

.main-tit {
    text-align: center;
    font-size: 30px;
    color: #111;
}

.common-list {
    margin-top: 35px;
}

.common-list li {
    width: calc((100% - 80px) / 3);
    margin: 0 40px 60px 0;
}

.common-list li:nth-of-type(3n) {
    margin-right: 0;
}

.scale-pic {
    height: 0;
    overflow: hidden;
    position: relative;
}

.scale-pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.news-list .scale-pic {
    padding-top: 65%;
}

.party-list .scale-pic {
    padding-top: 65%;
}

.news-list li {
    background: #fff;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.party-list li {
    background: #f6f6f6;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.news-list .txt {
    padding: 20px 25px 0;
    height: 200px;
}

.party-list .txt {
    padding: 20px 15px 0 25px;
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.news-list .date {
    font-size: 14px;
    color: #ee1d23;
    line-height: 1.5;
}

.news-list .tit {
    font-size: 16px;
    color: #555;
    line-height: 1.3;
    margin: 10px 0;
    text-align: justify;
    -webkit-line-clamp: 2;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.party-list .tit {
    font-size: 18px;
    color: #565656;
    line-height: 1.3;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.party-list .more {
    color: #fff;
    background: #d91c21;
    line-height: 40px;
    width: 100px;
    text-align: center;
    height: 40px;
    font-size: 16px;
    position: relative;
}

.party-list .more:after {
    content: '\e661';
    font-family: 'iconfont';
    margin-left: 8px;
}

.news-list .info {
    font-size: 14px;
    line-height: 26px;
    color: #888;
    text-align: justify;
    -webkit-line-clamp: 2;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.news-list li:hover,
.party-list li:hover,
.display-list li:hover,
.house-list li:hover,
.project-list li:hover,
.achievement li:hover {
    box-shadow: 0 0px 10px 6px rgba(0, 0, 0, .2);
}

.news-list li:hover .tit,
.news-list li:hover .info,
.party-list li:hover .tit,
.display-list li:hover .tit,
.house-list li:hover .tit,
.achievement li:hover tit {
    color: #ee1d23;
}

.page {
    text-align: center;
    font-size: 0;
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page>* {
    font-size: 14px;
    color: #555;
    height: 34px;
    display: block;
    vertical-align: middle;
}

.page a {
    text-align: center;
    line-height: 34px;
    margin: 0 4px;
    position: relative;
}

.page a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border: 1px solid #b8b8b8;
    box-sizing: border-box;
    -webkit-transition: all .15s;
    transition: all .15s;
}

.page a:hover {
    color: #d91c21;
}

.page a:hover:before {
    border-color: #d91c21;
}

.page a.cur {
    background: #d91c21;
    color: #fff;
    border-color: #d91c21;
}

.page .dot {
    margin: 0 10px;
}

.page .dot:before {
    display: none;
}

.page .btn {
    width: 78px;
}

.page .num {
    width: 34px;
}

.page span {
    line-height: 34px;
}

.page .to {
    margin: 0 8px 0 20px;
}

.page .set {
    border: 1px solid #b8b8b8;
    background: transparent;
    width: 48px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 0;
    color: #000;
}

.page .set:focus {
    border-color: #d91c21;
}

.page .ye {
    margin: 0 10px;
}

.page .go {
    width: 60px;
}

.main-tab {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.main-tab a {
    font-size: 18px;
    display: block;
    line-height: 46px;
    padding: 0 33px;
    margin-right: 10px;
    background: #e6e6e6;
    position: relative;
}

.main-tab a.on:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #d91c21;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.main-tab a:hover {
    color: #d91c21;
    border-color: #d91c21;
}

.main-tab a.on {
    background: #d91c21;
    color: #fff;
    border-color: #d91c21;
}

.pictures {
    margin-top: 30px;
}

.pictures-view {
    background: #f9f7f4;
    position: relative;
}

.pictures-view .tit {
    font-size: 24px;
    color: #565656;
    line-height: 1.2;
    margin-bottom: 25px;
}

.pictures-view .swiper-slide {
    height: 720px;
    text-align: center;
}

.pictures-view img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pictures-view .swiper-button-next,
.pictures-view .swiper-button-prev {
    color: #868686;
}

.pictures-view .swiper-button-next {
    right: 8%;
}

.pictures-view .swiper-button-prev {
    left: 8%;
}

.pictures-view .swiper-button-prev:after {
    content: '\e6b3';
    font-family: 'iconfont';
    font-weight: lighter;
    font-size: 70px;
}

.pictures-view .swiper-button-next:after {
    content: '\e895';
    font-family: 'iconfont';
    font-weight: lighter;
    font-size: 70px;
}

.pictures-choose {
    background: #f0f0f0;
    padding: 0 82px;
    position: relative;
}

.pictures-choose .swiper-button-next,
.pictures-choose .swiper-button-prev {
    color: #868686;
    width: 60px;
    height: 100%;
    top: 0;
    margin: 0;
    background: #e50113;
    opacity: 1;
}

.pictures-choose .swiper-button-next {
    right: 0;
}

.pictures-choose .swiper-button-prev {
    left: 0;
}

.pictures-choose .swiper-button-prev:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 12px solid #fff;
    border-bottom: 7px solid transparent;
}

.pictures-choose .swiper-button-next:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 12px solid #fff;
    border-bottom: 7px solid transparent;
}

.pictures-choose .swiper-button-disabled {
    background: #d9d9d9 !important;
    opacity: 1 !important;
}

.pictures-choose .swiper-button-prev.swiper-button-disabled:after {
    border-right: 12px solid #565656;
}

.pictures-choose .swiper-button-next.swiper-button-disabled:after {
    border-left: 12px solid #565656;
}

.pictures-choose .swiper-slide {
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    height: 240px;
    padding: 36px 15px 0;
}

.pictures-choose .swiper-slide .pic {
    width: 250px;
    height: 140px;
    position: relative;
    margin-bottom: 12px;
}

.pictures-choose .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pictures-choose .swiper-slide .pic:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .6);
    pointer-events: none;
}

.pictures-choose .swiper-slide-thumb-active .pic:before {
    display: none;
}

.history0 {
    padding: 40px 0 110px;
    background: #fff url(../images/history_bg_01.png) no-repeat center bottom;
    background-size: cover;
}

.history1 {
    padding: 40px 0;
}

.history-about {
    font-size: 16px;
    color: #565656;
    line-height: 1.875;
    /* height: 290px;
    overflow-y: auto; */
    width: 855px;
    padding-right: 42px;
    margin-top: 50px;
}
.history-about p {
    text-indent: 2em;
}

.history-about::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #b7b8b8;
    border-radius: 0;
}

.history-about::-webkit-scrollbar-thumb {
    background-color: #d91519;
    border-radius: 0;
}

.display-online {
    position: relative;
    margin-top: 32px;
}

.display-online img {
    width: 100%;
    display: block;
    height: auto;
}

.eye-btn {
    position: absolute;
    background: rgba(217, 21, 24, 0.9);
    bottom: 40px;
    right: 40px;
    color: #fff;
    width: 210px;
    line-height: 110px;
    height: 110px;
    font-size: 18px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.eye-btn i {
    font-size: 34px;
    margin-right: 16px;
}

.history2 {
    background: url(../images/history_bg_02.jpg) no-repeat center;
    background-size: auto 100%;
    height: 480px;
    padding-top: 52px;
}

.visit {
    width: 840px;
    margin: 80px 0 0 30px;
}

.visit .pic {
    width: 150px;
    margin-top: 3px;
}

.visit .pic img {
    display: block;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.visit .txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin-left: 35px;
    font-size: 16px;
    color: #565656;
    line-height: 1.875;
}

.visit .txt p {
    margin-bottom: 1em;
}

.visit .txt .num {
    color: #d91519;
    font-size: 30px;
}

.display-list .scale-pic,
.achievement .scale-pic {
    padding-top: 65%;
}

.display-list li {
    background: #f0f0f0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.achievement li {
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.display-list .tit,
.achievement .tit {
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 18px;
    color: #565656;
}

.history3 {
    padding: 40px 0;
}

.news-header {
    padding: 60px 0;
}

.news-header .pic {
    display: block;
    width: 600px;
    height: 390px;
}

.news-header .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.news-header .txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0 40px 40px 30px;
}

.news-header .date {
    font-size: 30px;
    color: #d91519;
    margin-bottom: 18px;
}

.news-header .tit a {
    display: block;
    line-height: 1.5;
    font-size: 24px;
    color: #565656;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.news-header .info {
    margin-top: 40px;
}

.news-header .info a {
    font-size: 16px;
    color: #868686;
    line-height: 2;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.news-header .info a:hover,
.news-header .tit a:hover {
    color: #d91519;
}

.magazine-main {
    position: relative;
}

.magazine-trigger {
    position: relative;
    height: 72px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.magazine-select {
    width: 360px;
    height: 40px;
    position: relative;
    overflow: hidden;
}

.magazine-select span {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 40px;
    padding-left: 20px;
    background: #f0f0f0;
    cursor: pointer;
}

.magazine-select span:after {
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #fff;
    right: 13px;
}

.magazine-select select {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

.magazine-select span:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: #d91519;
}

.magazine-swiper {
    width: 360px;
    height: 840px;
    background: #f0f0f0;
    position: relative;
    padding-top: 40px;
}

.magazine-swiper .swiper-container {
    height: 700px;
    width: 218px;
    margin: 0 auto;
}

.magazine-swiper .swiper-slide {
    height: 350px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .7;
}

.magazine-swiper .swiper-slide.on {
    opacity: 1 !important;
}

.magazine-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 288px;
}

.magazine-swiper .swiper-slide p {
    font-size: 16px;
    color: #565656;
    text-align: center;
    white-space: nowrap;
    margin-top: 8px;
}

.magazine-swiper .swiper-prev,
.magazine-swiper .swiper-next {
    width: 109px;
    height: 60px;
    position: relative;
    background: #d9d9d9;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -109px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2;
}

.magazine-swiper .swiper-prev:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #565656;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.magazine-swiper .swiper-next:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.magazine-swiper .swiper-next {
    background: #d91519;
    margin-left: 0;
}

.magazine-pic {
    border: 1px solid #d9d9d9;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 920px;
    height: 840px;
}

.magazine-pic img {
    max-width: 600px;
    max-height: 800px;
}

.magazine-tit {
    font-size: 24px;
    color: #565656;
    line-height: 1.5;
}

.join-h4 {
    font-size: 16px;
    color: #565656;
    line-height: 1.5;
    margin-top: 40px;
}

.join-idea {
    margin-top: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.join-idea li {
    width: calc((100% - 120px) / 4);
}

.join-idea .pic {
    height: 0;
    position: relative;
    padding-top: 68.96%;
}

.join-idea img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.join-idea .txt {
    border: 1px solid #dbdbdb;
    padding: 12px 18px 0;
    height: 160px;
    border-top: none;
}

.join-idea .tit {
    font-size: 18px;
    color: #d91519;
    line-height: 1.5;
}

.join-idea .info {
    line-height: 1.5;
    color: #565656;
    margin-top: 8px;
}

.join-detail {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 2px solid #d9d9d9;
    margin-top: 30px;
}

.join-detail .th {
    font-size: 20px;
    width: 100%;
    background: #f8f8f8;
    line-height: 60px;
    text-align: center;
}

.join-detail .item {
    width: 33.33333%;
    line-height: 30px;
    padding: 15px 30px 15px 50px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    border-bottom: 1px solid #ececec;
}

.join-detail .item.long {
    width: 100%;
}

.join-detail .item .tit {
    width: 5.8em;
}

.join-detail .textarea {
    line-height: 2;
    padding: 30px 0 15px;
}

.join-detail .txt,
.join-detail .textarea {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.join-btn {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 48px;
    width: 160px;
    text-align: center;
    background: #d91519;
    margin-top: 20px;
}

.join-form {
    margin-top: 40px;
}

.join-form .select-wrapper,
.join-form .search-wrapper {
    width: calc((100% - 80px) / 3);
}

.select-wrapper {
    height: 60px;
    position: relative;
    overflow: hidden;
}

.select-wrapper:before,
.search-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #d9d9d9;
    pointer-events: none;
    box-sizing: border-box;
}

.select-wrapper span {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 60px;
    padding-left: 22px;
    cursor: pointer;
}

.select-wrapper i {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: #d91519;
    pointer-events: none;
}

.select-wrapper i:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.select-wrapper select {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

.search-wrapper {
    height: 60px;
    position: relative;
}

.search-wrapper input {
    width: 100%;
    height: 60px;
    padding-left: 22px;
    background: transparent;
    border: none;
    outline: none;
}

.search-wrapper .search-btn {
    padding: 0;
}

.search-wrapper .search-btn:after {
    height: 60px;
    line-height: 60px;
    background: #d91519;
    width: 60px;
    font-size: 22px;
}

.join-table {
    border: 2px solid #d9d9d9;
    margin-top: 30px;
}

.join-table table {
    width: 100%;
}

.join-table th,
.join-table td {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

.join-table th {
    background: #f8f8f8;
    height: 56px;
}

.join-table td {
    height: 74px;
    border-bottom: 1px solid #ececec;
    cursor: pointer;
}

.join-table tr:last-of-type td {
    border: none;
}

.join-table tr>*:first-of-type {
    padding-left: 25px;
}

.join-table tr>*:last-of-type {
    padding-right: 30px;
}

.join-table tr:hover td {
    color: #d91519;
}

.cotact-ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 85px;
}

.contact-bg {
    background: url(../images/contact_bg.png) no-repeat center top;
    height: 675px;
    padding-top: 50px;
}

.cotact-ul li {
    width: 340px;
    height: 240px;
    border: 2px solid #d9d9d9;
    margin: 0 25px;
    text-align: center;
    padding-top: 50px;
}

.cotact-ul i {
    display: inline-block;
    line-height: 1.23;
    color: #d91519;
    font-size: 65px;
}

.cotact-ul p {
    line-height: 1.8;
    margin: 22px auto 0;
}

.about-history {
    padding: 80px 0 100px;
    background: url(../images/about_history.png) center top;
    background-size: cover;
}

.history-swiper {}

.history-swiper .swiper-container {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.history-swiper .swiper-container:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #eaeaea;
    z-index: 0;
    pointer-events: none;
}

.history-swiper .swiper-prev,
.history-swiper .swiper-next {
    font-size: 42px;
    color: #868686;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    z-index: 1;
}

.history-swiper .swiper-prev.swiper-button-disabled,
.history-swiper .swiper-next.swiper-button-disabled {
    opacity: .2;
}

.history-swiper .swiper-slide {
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 110px;
    color: #868686;
}

.history-swiper .swiper-slide.on {
    color: #e50012;
}

.history-swiper .swiper-slide .year {
    font-size: 30px;
    font-family: 'Microsoft Yahei';
    position: relative;
    height: 100%;
    cursor: pointer;
}

.history-swiper .swiper-slide .year:after {
    content: '\e606';
    font-family: 'iconfont';
    display: block;
    position: absolute;
    bottom: 20px;
    font-size: 14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.about-events {
    position: relative;
    margin-top: 50px;
}

.about-events:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e50113;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.about-events li {
    position: relative;
    overflow: hidden;
}

.about-events .item {
    width: 50%;
}

.about-events li:nth-of-type(odd) .item {
    float: right;
    padding: 0 30px 0 35px;
}

.about-events li:nth-of-type(even) .item {
    float: left;
    padding: 0 35px 0 30px;
}

.about-events li:nth-of-type(even) .date {
    text-align: right;
}

.about-events li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    border: 2px solid #d91519;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
}

.about-events .date {
    color: #d91519;
    font-size: 20px;
    margin-bottom: 10px;
}

.about-events .txt {
    text-align: justify;
    color: #565656;
    line-height: 1.875;
}

.about-events .txt p {
    margin-bottom: 20px;
}

.about-events-line {
    position: relative;
    height: 150px;
}

.about-events-line:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(229, 1, 20, 1) 20%, rgba(229, 1, 20, 0));
    background: linear-gradient(to bottom, rgba(229, 1, 20, 1) 20%, rgba(229, 1, 20, 0));
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.about-events-wrapper {
    display: none;
}

.view-more {
    text-align: center;
    margin-top: 30px;
}

.view-more a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    position: relative;
    padding: 0 140px;
    background: #cb1818;
    line-height: 60px;
}

.view-more a:before {
    content: '\e7cc';
    font-family: 'iconfont';
    font-size: 22px;
    vertical-align: middle;
    margin-right: 15px;
}

.develop-div1 {
    padding: 50px 0 80px;
}

.develop-div1 ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.develop-div1 li {
    width: 175px;
    position: relative;
    padding-top: 56px;
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
}

.develop-div1 li:nth-of-type(1) {
    background-image: url(../images/icon_08.png);
}

.develop-div1 li:nth-of-type(2) {
    background-image: url(../images/icon_06.png);
}

.develop-div1 li:nth-of-type(3) {
    background-image: url(../images/icon_05.png);
}

.develop-div1 li:nth-of-type(4) {
    background-image: url(../images/icon_09.png);
}

.develop-div1 li:nth-of-type(5) {
    background-image: url(../images/icon_07.png);
}

.develop-div1 li:before {
    content: '\e608';
    display: block;
    position: absolute;
    font-family: 'iconfont';
    color: #d3d3d3;
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.develop-div1 li:last-of-type:before {
    display: none;
}

.develop-div1 h3 {
    text-align: center;
    position: relative;
    padding-top: 22px;
    margin-top: 45px;
    font-size: 24px;
    color: #ee1d23;
}

.develop-div1 h3:before {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 9px solid #ee1d23;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.develop-div2 {
    padding-top: 90px;
    height: 600px;
    background: url(../images/develop.jpg) no-repeat center top;
    line-height: 1.875;
    text-align: justify;
    background-size: cover;
}

.develop-div2 h4 {
    font-size: 24px;
    color: #d91519;
}

.develop-div2 p {
    font-size: 16px;
    color: #565656;
    line-height: 1.8;
}

.develop-div1 img,
.develop-div2 img {
    max-width: 100%;
}

.company-info {
    padding: 60px 0 140px;
    background: #f6f6f6;
}

.company-info .year {
    color: #ee1d23;
    font-size: 48px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: 'Microsoft Yahei';
}

.company-info h1 {
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 10px;
}

.company-info p {
    line-height: 1.875;
    margin-bottom: 25px;
    text-align: justify;
    text-indent: 2em;
}

.company-video video {
    width: 100%;
    height: auto;
    display: block;
}

.video-trigger {
    position: relative;
    top: -100px;
    left: 0;
}

.video-trigger-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.video-trigger-cover:after {
    content: '\e607';
    font-family: 'iconfont';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background: rgba(0, 0, 0, .5);
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    border-radius: 100%;
    font-size: 52px;
    pointer-events: none;
    transition: all .3s;
    z-index: 1;
}

.video-trigger-cover:hover:after {
    transform: translate(-50%, -50%) scale(1.1);
}

.manage-team {
    padding: 90px 0;
    background: url(../images/team.png) no-repeat center top;
    background-size: cover;
}

.team-detail {
    padding: 0 90px;
    display: none;
}

.team-detail .pic {
    background: url(../images/man.png) no-repeat center;
    width: 300px;
    height: 350px;
    position: relative;
    background-size: contain;
    margin-top: 0;
}

.team-detail .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.team-detail .txt {
    margin-left: 55px;
}

.team-detail .tit {
    font-size: 30px;
    line-height: 1.5;
}

.team-detail .tit span {
    font-size: 16px;
    color: #868686;
    margin-left: 18px;
}

.team-detail .tit span font {
    padding-left: 1em;
}

.team-detail .info {
    line-height: 1.875;
    text-align: justify;
    margin-top: 25px;
}

.team-swiper {
    margin-top: 90px;
    position: relative;
}

.team-swiper:before {
    content: '';
    display: block;
    position: absolute;
    top: 39px;
    left: 0;
    width: 100%;
    height: 2px;
    background: -webkit-linear-gradient(left, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 1) 3%, rgba(217, 217, 217, 1) 97%, rgba(217, 217, 217, 0) 100%);
    background: linear-gradient(to right, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 1) 3%, rgba(217, 217, 217, 1) 97%, rgba(217, 217, 217, 0) 100%);
}

.team-swiper .swiper-slide {
    text-align: center;
    cursor: pointer;
}

.team-swiper img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-bottom: 15px;
    display: none;
    object-fit: cover;
}

.team-swiper .name {
    width: 70px;
    margin: 0 auto;
    background: #fff;
    line-height: 80px;
}

.team-swiper .swiper-slide.on img {
    display: inline-block;
}

.team-swiper .swiper-slide.on .name {
    line-height: 1.5;
}

.single-pic img {
    display: block;
    width: 100%;
    height: auto;
}

.stock-market {
    padding: 70px 0 90px;
    background: url(../images/tree.jpg) no-repeat center bottom;
    background-size: cover;
}

.stock-market ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.stock-market li {
    width: calc((100% - 40px) / 2);
}

.stock-market .tit {
    font-size: 30px;
    color: #333;
}

.stock-market iframe {
    border: 1px solid #ddd;
    width: 100%;
    margin-top: 25px;
}

.board {
    padding: 40px 0 150px;
    background: url(../images/hand.png) no-repeat right center;
    background-size: cover;
}

.leave-message {
    margin-top: 30px;
}

.leave-message textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 15px 20px;
    height: 250px;
    resize: none;
    font-size: 16px;
    line-height: 1.5;
    box-sizing: border-box;
}

.leave-message .ovh {
    margin-top: 30px;
}

.leave-message .code {
    float: left;
    height: 52px;
}

.leave-message .code p {
    margin: 0 20px;
}

.leave-message .code input {
    width: 200px;
    height: 52px;
    border: 1px solid #ddd;
    outline: none;
    border-radius: 0;
    background: transparent;
    box-sizing: border-box;
    padding-left: 10px;
}

.leave-message .code img {
    margin-left: 20px;
    height: 52px;
    width: 136px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    cursor: pointer;
}

.leave-message .btn {
    float: right;
}

.leave-message .btn input {
    width: 140px;
    height: 52px;
    color: #fff;
    font-size: 20px;
    border: none;
    outline: none;
    margin-left: 10px;
    border-radius: 0;
}

.leave-message .btn input[type=submit] {
    background: #e50113;
}

.leave-message .btn input[type=reset] {
    background: #b2b2b2;
}

.project-about {
    padding: 60px 0 70px;
}

.project-pic {
    height: 600px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
}

.project-pic .pic {
    width: 900px;
    height: 600px;
    border: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.project-pic .pic img {
    display: block;
    max-width: 90%;
    max-height: 90%;
}

.project-pic .small {
    width: 380px;
    background: #e5e5e5;
    height: 100%;
}

.project-pic .small .swiper-container {
    height: 100%;
}

.project-pic .small .swiper-slide {
    font-size: 0;
    text-align: center;
    height: auto;
}

.project-pic .small .swiper-slide img {
    width: 262px;
    height: auto;
}

.project-pic .small .swiper-slide ul {
    overflow: hidden;
    padding-top: 4px;
    width: 262px;
    margin: 0 auto;
}

.project-pic .small .swiper-slide li {
    margin: 16px 0;
    position: relative;
}

.project-pic .small .swiper-slide li.on:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #ee1d23;
    box-sizing: border-box;
    pointer-events: none;
}

.project-pic .small .swiper-scrollbar {
    right: 0;
}

.project-pic .small .swiper-scrollbar-drag {
    background: #ee1d23;
}

.project-about-detail {
    margin-top: 35px;
    overflow: hidden;
}

.project-about-detail .tit {
    position: relative;
    font-size: 24px;
}

.project-about-detail .tit i {
    color: #e50113;
    margin-right: 10px;
    font-size: 26px;
    vertical-align: -1px;
}

.project-about-detail .enter {
    display: block;
    background: #e50113;
    color: #fff;
    font-size: 16px;
    padding: 0 70px;
    line-height: 2.625;
}

.project-about-detail .flex.justify-sb.flex-middle {
    margin-bottom: 20px;
}

.project-about-detail .txt {
    margin-top: 10px;
    text-align: justify;
    line-height: 1.875;
}

.project-about-detail p.phone {
    font-size: 2.2em;
    color: #e50113;
    line-height: 1.3;
}

.house-list .scale-pic {
    padding-top: 65%;
}

.house-list li {
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.house-list .tit {
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 18px;
    color: #565656;
}

.business-words {
    padding-top: 110px;
    height: 560px;
    background-size: cover;
    background-position: right center;
    color: #222;
}

.business-words1 {
    height: 400px;
}

.business-words h1 {
    font-size: 36px;
}

.business-words .txt {
    margin-top: 20px;
    line-height: 1.875;
    text-align: justify;
    width: 880px;
    text-indent: 2em;
}

.pic-company {
    background: #535353;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pic-company .pic,
.pic-company .pic1 {
    width: 50%;
    font-size: 0;
}

.pic-company .pic img {
    width: 100%;
    height: 41.66vw;
}

.pic-company .pic1 img {
    width: 100%;
    height: auto;
}

.pic-company .txt {
    padding: 50px 60px 0 80px;
    color: #fff;
    width: 50%;
}

.pic-company .list {
    /* width: 570px; */
    overflow: hidden;
}

.pic-company .list a {
    display: block;
    width: 180px;
    height: 46px;
    border: 1px solid #8f8f8f;
    line-height: 44px;
    text-align: center;
    color: #fff;
    float: left;
    margin: 0 10px 10px 0;
}

.pic-company .list a.on {
    background: #e50113;
    border-color: #e50113;
}

.pic-company .tit {
    font-size: 30px;
    line-height: 40px;
    border-bottom: 1px solid #8f8f8f;
    padding-bottom: 15px;
    margin-top: 25px;
}

.pic-company .info {
    max-height: calc(41.66vw - 320px);
    margin-top: 30px;
    overflow-y: auto;
    line-height: 1.875;
    padding-right: 20px;
    text-align: justify;
}

.pic-company .info p {
    margin-bottom: 10px;
    text-indent: 2em;
}

.pic-company .info::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: transparent;
    border-radius: 0;
}

.pic-company .info::-webkit-scrollbar-thumb {
    background-color: #fff;
}

.pic-company .link {
    margin-top: 30px;
}

.pic-company .link a {
    display: inline-block;
    background: #e50113;
    color: #fff;
    position: relative;
    line-height: 46px;
    padding: 0 35px 0 30px;
}

.pic-company .link a:before {
    content: '\e616';
    font-family: 'iconfont';
    font-size: 20px;
    vertical-align: -2px;
    margin-right: 10px;
}

.pic-company.other .pic {
    /* width: 45.52%; */
}

.pic-company.other .pic img {
    height: 30.2vw;
}

.pic-company.other .txt {
    /* width: 610px; */
    /* margin-left: 60px; */
    /* padding: 40px 0; */
}

.pic-company.other .tit {
    margin-top: 0;
}

.pic-company.other .info {
    height: calc(30.2vw - 170px);
}

.project-list {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.project-list li {
    width: calc((100% - 80px) / 2);
    margin: 0 80px 60px 0;
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.project-list li:nth-of-type(2n) {
    margin-right: 0;
}

.project-list .pic {
    height: 0;
    padding-top: 65%;
    position: relative;
}

.project-list .pic img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.project-list .tit {
    text-align: center;
    line-height: 30px;
    padding: 25px 0;
}

.project-tab {
    overflow: hidden;
}

.project-tab a {
    display: block;
    float: left;
    font-size: 18px;
    color: #555;
    margin-right: 100px;
    line-height: 30px;
    position: relative;
}

.project-tab a:hover {
    color: #e50113;
}

.project-tab a.on {
    color: #e50113;
    padding-left: 14px;
}

.project-tab a.on:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #e50113;
}

.other-business {
    padding-top: 70px;
    background: url(../images/other.png) no-repeat right top;
    background-size: cover;
    color: #333;
    padding-bottom: 80px;
}

.other-business h1 {
    font-size: 36px;
}

.other-business h4 {
    line-height: 1.875;
    margin-top: 1.2em;
    text-align: justify;
}

.other-entry {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.other-entry li {
    width: calc((100% - 80px) / 2);
}

.other-entry a {
    display: block;
    position: relative;
}

.other-entry .flex {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0 40px;
    background: rgba(0, 0, 0, .6);
    transition: all .3s;
}

.other-entry img {
    display: block;
    width: 100%;
    height: auto;
}

.other-entry .tit,
.other-entry .txt {
    position: relative;
    z-index: 1;
}

.other-entry .tit {
    font-size: 30px;
}

.other-entry .txt {
    line-height: 1.875;
    text-align: justify;
    display: none;
    transition: all .3s;
}

.other-entry li:nth-of-type(1) .flex .tit {
    text-align: center;
}

.other-entry li:hover .flex {
    background: rgba(217, 28, 33, .8);
}

.other-entry li:hover .txt {
    display: block;
}

.other-entry li .flex>div {
    margin: 15px 0;
}

.news-detail {
    padding: 60px 0 80px;
}

.news-detail-tit {
    font-size: 28px;
    color: #383838;
    text-align: center;
    line-height: 1.4;
}

.news-detail-info {
    font-size: 18px;
    color: #868686;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 35px;
    border-bottom: 2px solid #e5e5e5;
}

.news-detail-wrapper {
    padding: 30px 10px 40px;
    line-height: 1.8;
    font-size: 16px;
}

.news-detail-wrapper * {
    max-width: 100% !important;
}

.news-detail-wrapper p {
    padding: 15px 0;    
}

.news-detail-wrapper img {}

.news-choose {
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.news-choose div {
    padding: 5px 0;
}

.news-choose a {
    display: inline-block;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

.news-choose a:hover {
    color: #e50113;
}

.news-detail .bshare-custom {
    clear: both;
    overflow: hidden;
    padding-bottom: 10px;
    margin-top: 20px;
}

.news-detail .bshare-custom span,
.news-detail .bshare-custom a {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 30px;
}

.news-detail .bshare-custom a {
    padding: 0;
    width: 30px;
    height: 30px;
    margin: 0 8px 0 0;
    background: transparent;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    border-radius: 100%;
    text-decoration: none;
}

.news-detail .bshare-custom a.bshare-weixin {
    background: #04BE02;
}

.news-detail .bshare-custom a.bshare-sinaminiblog {
    background: #f44336;
}

.bsBox {
    box-sizing: content-box !important;
}

.other .join-idea {
    margin-top: 30px;
    margin-bottom: 50px;
}

.other .join-h4 {
    margin-top: 35px;
}

.other .join-idea .txt {
    height: auto !important;
    padding-bottom: 20px;
    min-height: 0 !important;
}

.restaurant {
    padding: 80px 0 110px;
    background: url(../images/res.png) no-repeat right center;
    background-size: cover;
    color: #333;
}

.restaurant .tit {
    font-size: 36px;
    margin-bottom: 25px;
}

.restaurant .flex {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.restaurant .txt {
    margin-right: 32px;
    text-align: justify;
    color: #565656;
    line-height: 1.875;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.restaurant .txt p {
    margin-bottom: 1.8em;
}

.restaurant .pic {
    margin-top: 5px;
}

.restaurant .pic img {
    display: block;
}

.restaurant .pic p {
    line-height: 60px;
    text-align: center;
    color: #333;
    background: #fff;
    font-size: 14px;
}

.restaurant-ul li {
    overflow: hidden;
    background: #535353;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.restaurant-ul li:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.restaurant-ul .pic {
    width: 50%;
    overflow: hidden;
}

.restaurant-ul .pic img {
    display: block;
    height: auto;
    width: 100%;
}

.restaurant-ul .txt {
    width: 560px;
    margin-left: 60px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.restaurant-ul .txt .tit {
    font-size: 30px;
    margin-bottom: 30px;
}

.restaurant-ul .txt .info {
    line-height: 1.66;
    text-align: justify;
    font-size: 18px;
    color: #d7d7d7;
}

.restaurant-ul li:nth-of-type(even) .txt {
    margin-right: 60px;
}

.property-link {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.property-link a {
    display: block;
    border: 2px solid #dbdbdb;
    line-height: 62px;
    color: #333;
    min-width: 300px;
    text-align: center;
    margin: 0 20px 20px 0;
    padding: 0 20px;
    cursor: default;
}

.stock-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.stock-detail li {
    width: calc((100% - 40px) / 2);
    color: #333;
}

.stock-detail .tit {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.stock-detail .detail {
    border: 1px solid #d9d9d9;
    padding: 40px 15px;
}

.stock-detail .head {
    padding-left: 20px;
}

.stock-detail .head .flex {
    margin-bottom: 25px;
}

.stock-detail .name {
    font-size: 22px;
    color: #565656;
}

.stock-detail .now {
    font-size: 36px;
    color: #e50012;
    margin: 0 30px 0 20px;
}

.stock-detail .date {
    font-size: 16px;
    color: #868686;
}

.stock-detail .num {
    font-size: 16px;
    color: #565656;
    margin-right: 30px;
}

.stock-detail .num .green {
    color: #47a23f;
}

.stock-detail .num .red {
    color: #e50012;
}

.stock-detail .pic {
    margin-top: 35px;
}

.join-apply {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, .6);
    display: none;
}

.join-apply-inside {
    background: #fff;
    width: 100%;
    max-width: 680px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: fixed;
}

.join-apply-inside form::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: rgb(240, 240, 240);
    border-radius: 0;
}

.join-apply-inside form::-webkit-scrollbar-thumb {
    background-color: #ee1d23;
    border-radius: 0;
}

.join-apply-inside .head {
    font-size: 18px;
    color: #e50012;
    line-height: 54px;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .15);
}

.join-apply-inside .close-join {
    color: #888;
    cursor: pointer;
    font-size: 22px;
    transition: all .3s;
}

.join-apply-inside .close-join:hover {
    color: #e50012;
}

.join-apply-inside form {
    padding: 80px 20px 30px;
    height: 80vh;
    overflow-y: auto;
}

.join-apply-inside table {
    width: 100%;
    max-width: 415px;
    margin: 0 auto;
}

.join-apply-inside table th {
    font-size: 16px;
    font-weight: normal;
    color: #565656;
    width: 6.5em;
    text-align: left;
    padding: 16px 0;
}

.join-apply-inside table .select-wrapper {
    width: 100%;
    height: 50px;
}

.join-apply-inside table .select-wrapper i {
    width: 50px;
}

.join-apply-inside table .select-wrapper i:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #fff;
}

.join-apply-inside table .select-wrapper span {
    line-height: 50px;
    padding-left: 15px;
}

.join-apply-inside table td {
    padding: 16px 0;
}

.join-apply-inside table .txt {
    appearance: none;
    border: 2px solid #d9d9d9;
    height: 50px;
    box-sizing: border-box;
    width: 100%;
    background: transparent;
    outline: none;
    border-radius: 0;
    padding-left: 15px;
    font-size: 16px;
}

.join-apply-inside table .txt:focus {
    border-color: #e50012;
}

.join-apply-inside table label {
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
    user-select: none;
}

.join-apply-inside table label p {
    margin-left: 5px;
}

.join-apply-inside table .file {
    position: relative;
    height: 50px;
    background: #d9d9d9;
    overflow: hidden;
}

.join-apply-inside table .file-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background: #fff;
}

.join-apply-inside table .file-name {
    border: none;
    outline: none;
    background: transparent;
    height: 50px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 12px;
}

.join-apply-inside table .tips {
    font-size: 12px;
    color: #888;
    margin-top: 3px;
}

.join-apply-inside table .submit,
.join-apply-inside table .reset {
    width: 140px;
    height: 46px;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 0;
    margin-right: 20px;
    background: #e50113;
}

.join-apply-inside table .reset {
    background: #a6a6a6;
}

.friends-link {
    flex-wrap: wrap;
}

.friends-link li {
    width: calc((100% - 120px) / 4);
    border: 2px solid #dbdbdb;
    padding-bottom: 30px;
    margin: 0 40px 40px 0;
    text-align: center;
}

.friends-link li:nth-of-type(4n) {
    margin-right: 0;
}

.friends-link .pic {
    position: relative;
    height: 150px;
}

.friends-link .pic img {
    display: block;
    max-width: 90%;
    max-height: 90%;
}

.friends-link .tit {
    line-height: 1.3;
    transition: all .3s;
}

.friends-link li:hover .tit {
    color: #e50012;
}

.search-result li {
    border: 1px solid #dbdbdb;
    margin-bottom: 15px;
}

.search-result li a {
    display: flex;
    padding: 20px 33px;
    line-height: 24px;
}

.search-result .date {
    color: #e50012;
    margin-right: 40px;
}

.search-result li a:hover {
    color: #e50012;
}

.search-result .tit {
    flex: 1;
}

.sitemap-ul dl {
    border-bottom: 1px solid #dbdbdb;
    padding: 25px 8px;
    display: flex;
    line-height: 30px;
}

.sitemap-ul dt a {
    display: block;
    font-size: 18px;
    color: #e50113;
    position: relative;
    padding-left: 27px;
}

.sitemap-ul dt a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 6px solid transparent;
    border-left: 11px solid #e50113;
    border-bottom: 6px solid transparent;
    transform: translateY(-50%);
}

.sitemap-ul dt {
    width: 180px;
}

.sitemap-ul dd {
    margin-right: 40px;
}

.sitemap-ul dd a {
    display: block;
    font-size: 16px;
    color: #565656;
}

.sitemap-ul dd a:hover {
    color: #e50113;
}

.sitemap-ul dl:last-of-type {
    border: none;
}

.party-links {
    display: flex;
}

.party-links li {
    width: calc((100% - 80px) / 3);
    margin: 0 40px 40px 0;
}

.party-links a {
    display: block;
    position: relative;
    height: 0;
    padding-top: 65%;
}

.party-links img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.party-links .tit {
    font-size: 24px;
    color: #565656;
    margin-bottom: 20px;
}

.article-list li {
    background: #fff;
    padding: 32px 30px 35px 40px;
    margin-bottom: 20px;
}

.article-list a {
    display: flex;
}

.article-list .date {
    color: #e50113;
    font-size: 14px;
    font-weight: bold;
    margin-right: 35px;
    line-height: 24px;
}

.article-list .txt {
    flex: 1;
}

.article-list .tit {
    font-size: 18px;
    color: #565656;
    line-height: 24px;
}

.article-list .info {
    font-size: 14px;
    color: #868686;
    line-height: 24px;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.party-main-tab {
    margin-top: 20px;
}

.party-class .scale-pic {
    padding-top: 55%;
}

.party-class li {
    background: #fff;
    transition: all .3s;
}

.party-class li:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}

.party-class .txt {
    padding: 25px 25px 30px;
    line-height: 1.5;
}

.party-class .num {
    font-size: 16px;
    color: #868686;
}

.party-class .name {
    font-size: 18px;
    color: #565656;
    margin-top: 12px;
}

.party-class .date {
    text-align: right;
    font-size: 16px;
    color: #e50113;
    margin-top: 15px;
}

.video-play {
    cursor: pointer;
}

.video-play:before {
    content: '\e87e';
    display: block;
    position: absolute;
    font-family: 'iconfont';
    color: rgba(0, 0, 0, .6);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 60px;
}

.video-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, .8);
    align-items: center;
    justify-content: center;
    display: none;
}

.video-wrapper.on {
    display: flex;
}

.video-wrapper video {
    width: 800px;
    height: 600px;
}

.close-video-wrapper {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

.pictures.honor-pic .pictures-view img {
    width: 618px;
    height: 515px;
    object-fit: contain;
}

.pictures.honor-pic .pictures-view .tit {
    padding-top: 40px;
}

.pictures.honor-pic .pictures-choose {
    padding: 0 68px;
}

.pictures.honor-pic .pictures-choose .swiper-slide {
    padding: 20px 10px;
}

.pictures.honor-pic .pictures-choose .swiper-slide .pic {
    width: 266px;
    height: 200px;
    margin-bottom: 0;
}

.pictures-view1 {
    background: #f9f7f4;
    position: relative;
}

.pictures-view1 .tit {
    font-size: 24px;
    color: #565656;
    line-height: 1.2;
    margin-bottom: 25px;
}

.pictures-view1 .swiper-slide {
    padding: 35px 0 0 0;
    height: 940px;
    text-align: center;
}

.pictures-view1 img {
    width: 520px;
    height: auto;
}

.pictures-choose1 {
    position: relative;
    padding: 0 70px;
    margin-top: 40px;
}

.pictures-choose1 .swiper-slide {
    background: #f9f7f4;
    text-align: center;
    font-size: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    opacity: .4;
}

.pictures-choose1 .swiper-slide img {
    width: 118px;
    height: 178px;
    object-fit: contain;
}

.pictures-choose1 .swiper-slide-thumb-active {
    opacity: 1;
}

.pictures-choose1 .swiper-slide-thumb-active:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #d91c21;
    box-sizing: border-box;
}

.pictures-choose1 .swiper-button-next,
.pictures-choose1 .swiper-button-prev {
    color: #868686;
    width: 60px;
    height: 100%;
    top: 0;
    margin: 0;
    background: #e50113;
    opacity: 1;
}

.pictures-choose1 .swiper-button-next {
    right: 0;
}

.pictures-choose1 .swiper-button-prev {
    left: 0;
}

.pictures-choose1 .swiper-button-prev:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 12px solid #fff;
    border-bottom: 7px solid transparent;
}

.pictures-choose1 .swiper-button-next:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 12px solid #fff;
    border-bottom: 7px solid transparent;
}

.pictures-choose1 .swiper-button-disabled {
    background: #d9d9d9 !important;
    opacity: 1 !important;
}

.pictures-choose1 .swiper-button-prev.swiper-button-disabled:after {
    border-right: 12px solid #565656;
}

.pictures-choose1 .swiper-button-next.swiper-button-disabled:after {
    border-left: 12px solid #565656;
}

.news-detail .bshare-custom a.return-list {
    float: right;
    font-size: 14px;
    color: #868686;
    border: 1px solid #dcdcdc;
    line-height: 2.6;
    padding: 0 18px;
    border-radius: 0;
    width: auto;
    text-decoration: none !important;
    height: auto;
}

.news-detail .bshare-custom a.return-list:hover,
.main-tit a.return-list:hover,
.project-detail-back a.return-list:hover {
    background: #d91c21;
    color: #fff;
    border-color: #d91c21;
    opacity: 1;
}

.main-tit {
    position: relative;
}

.main-tit a.return-list {
    font-size: 14px;
    color: #868686;
    border: 1px solid #dcdcdc;
    line-height: 2.6;
    padding: 0 18px;
    border-radius: 0;
    width: auto;
    text-decoration: none !important;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.project-detail-back {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 50px;
    overflow: hidden;
}

.project-detail-back a.return-list {
    font-size: 14px;
    color: #868686;
    border: 1px solid #dcdcdc;
    line-height: 2.6;
    padding: 0 18px;
    border-radius: 0;
    width: auto;
    text-decoration: none !important;
    height: auto;
    float: right;
    display: block;
}

.leader-words {
    padding: 60px 0 100px;
}

.leader-words li {
    display: flex;
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: center;
    margin-bottom: 30px;
}

.leader-words li:nth-of-type(1) {
    background-image: url(../images/leader1.png);
}

.leader-words li:nth-of-type(2) {
    background-image: url(../images/leader2.png);
}

.leader-words li:nth-of-type(2) {
    flex-direction: row-reverse;
}

.leader-words .pic {
    width: 400px;
}

.leader-words .pic img {
    display: block;
    width: 100%;
}

.leader-words .txt {
    flex: 1;
    display: flex;
    align-items: center;
}

.leader-words li:nth-of-type(odd) .txt {
    margin: 0 40px 0 20px;
}

.leader-words li:nth-of-type(even) .txt {
    margin: 0 20px 0 40px;
}

.leader-words .txt>div {}

.leader-words .tit {
    font-size: 36px;
    color: #ee1d23;
    letter-spacing: 4px;
}

.leader-words .sub {
    font-size: 16px;
    color: #000;
    margin-top: 20px;
    line-height: 1.4;
}

.leader-words .info {
    font-size: 16px;
    color: #565656;
    line-height: 1.8;
    margin-top: 22px;
    text-align: justify;
}

.join-conception {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.join-conception li {
    position: relative;
    width: calc((100% - 40px) / 2);
    margin-bottom: 40px;
}

.join-conception li img {
    display: block;
    width: 100%;
    height: auto;
}

.join-conception li .txt {
    position: absolute;
    top: 47%;
    left: 9%;
    width: 330px;
    line-height: 1.82;
    font-size: 16px;
    text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
    color: #000;
    max-width: 84%;
}

.join-conception li:nth-of-type(even) {
    margin-left: 40px;
}

.business-article img {
    display: block;
    width: 100%;
}

.business-article h3 {
    font-size: 24px;
}

.business-article p.red {
    color: #e50012;
}

.main-tit-sub {
    padding-top: 20px;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
    text-indent: 2em;
}

.team-wrapper {
    padding-top: 30px;
    overflow: hidden;
    display: none;
}

.team-wrapper dt {
    font-size: 24px;
}

.team-wrapper dd,
.team-wrapper dt {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.team-wrapper dd {
    font-size: 16px;
    text-align: justify;
    line-height: 1.8;
}

.team-wrapper dd:last-of-type {
    border: none;
}

.team-wrapper dl {
    margin-bottom: 30px;
}

.party-info {
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.party-info .item {
    width: 630px;
    border: 1px solid #ddd;
    height: 120px;
    padding-top: 15px;
    text-align: center;
    color: #565656;
}

.party-info .num,
.party-info .mail {
    overflow: hidden;
    font-size: 16px;
    white-space: nowrap;
}

.party-info .flex {
    justify-content: center;
}

.party-info a {
    float: left;
    display: block;
    line-height: 30px;
}

.party-info .num {
    margin-right: 60px;
}

.party-info .tit {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 23px;
}

.party-info .num:before,
.party-info .mail:before {
    content: '\e67a';
    display: block;
    float: left;
    font-family: 'iconfont';
    color: #d91519;
    font-size: 30px;
    margin-right: 8px;
    line-height: 30px;
}

.party-info .mail:before {
    content: '\e628';
    font-size: 31px;
    line-height: 32px;
}

@media screen and (max-width:1800px) {
    .pic-company .info {
        max-height: calc(41.66vw - 360px);
    }
}

@media screen and (max-width: 1600px) {
    .pic-company .txt {
        padding: 40px 50px 0 60px;
    }
    .pic-company .txt.txt1 {
        padding: 15px 20px 0 30px;
    }
    .pic-company .txt.txt1 .tit {
        font-size: 24px;
    }
    .pic-company .txt.txt1 .info {
        margin-top: 15px;
        padding-right: 5px;
    }
}

@media screen and (max-width:1400px) {
    .pic-company .txt.txt1 .info {
        max-height: 5.75em;
    }
    .pic-company .txt {
        padding: 35px 30px 0 45px;
    }
    .pic-company .list a {
        width: 160px;
    }
}

@media screen and (max-width: 1320px) {
    .party-info {
        flex-wrap: wrap;
        padding-bottom: 10px;
    }
    .party-info .item {
        width: 100%;
        margin-bottom: 15px;
        height: auto;
        padding-bottom: 10px;
    }
    .party-info .tit {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .party-info .num {
        margin-right: 20px;
    }
    .party-info .num,
    .party-info .mail {
        font-size: 12px;
    }
    .party-info .num:before {
        font-size: 23px;
    }
    .party-info .mail:before {
        font-size: 25px;
    }
    .project-pic {
        display: block;
        width: 100%;
        max-width: 600px;
        margin: 30px auto 0;
        height: auto;
    }
    .project-pic .pic {
        width: 100%;
        height: 400px;
    }
    .project-pic .small {
        width: 100%;
    }
    .project-pic .small .swiper-container {
        padding-bottom: 12px;
    }
    .project-pic .small .swiper-slide {
        width: auto;
    }
    .project-pic .small .swiper-slide ul {
        width: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        padding: 10px 15px;
    }
    .project-pic .small .swiper-slide li {
        margin: 0 5px;
    }
    .project-pic .small .swiper-slide li img {
        height: 80px;
        width: auto;
    }
    .project-pic .small {
        height: auto;
    }
    .project-pic .small .swiper-slide li.on:before {
        border-width: 2px;
    }
    .project-pic .small .swiper-scrollbar {
        bottom: 0;
        right: auto;
        height: 4px;
    }
    .project-pic .pic img {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .pic-company.other .txt {
        /* width: 540px; */
    }
}

@media screen and (max-width: 1230px) {
    .where-tab a {
        margin-right: 25px;
    }
    .pictures-choose .swiper-slide {
        width: auto;
    }
    .party-list .tit {
        font-size: 16px;
    }
    .news-header .txt {
        padding-right: 0;
    }
    .news-header .pic {
        width: 400px;
        height: 260px;
    }
    .news-header .date {
        font-size: 26px;
    }
    .news-header .tit a {
        font-size: 22px;
    }
    .news-header .info {
        margin-top: 25px;
    }
    .join-idea {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .join-idea li {
        width: calc((100% - 40px) / 2);
        margin-bottom: 40px;
    }
    .history-swiper .swiper-slide,
    .team-swiper .swiper-slide {
        width: auto;
        padding: 0 30px;
    }
    .cotact-ul li {
        width: 100%;
        margin: 0 auto 20px;
        max-width: 360px;
        border-width: 1px;
    }
    .cotact-ul {
        margin-top: 30px;
        display: block;
    }
    .board {
        background-position: 68%;
    }
    .business-words .txt {
        width: 70%;
    }
    .business-words {
        background-position: 70% center;
        height: auto;
        padding-bottom: 70px;
        padding-top: 60px;
    }
    .pic-company .pic,
    .pic-company .txt,
    .pic-company .pic1 {
        width: 100% !important;
    }
    .pic-company .pic img {
        height: auto !important;
    }
    .pic-company .txt {
        padding: 30px 20px !important;
        margin: 0 !important;
    }
    .pic-company .txt .info {
        height: auto;
        overflow: visible;
        padding-right: 0;
        max-height: unset;
    }
    .pic-company .txt.txt1 .info {
        max-height: unset;
    }
    .restaurant-ul .txt {
        width: 50%;
        margin: 0 !important;
        padding: 0 30px;
    }
    .restaurant-ul .txt .tit {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .restaurant-ul .txt .info {
        font-size: 14px;
    }
    .stock-detail li {
        width: 100%;
        max-width: 600px;
        margin: 0 auto 40px;
    }
    .stock-detail .pic img {
        width: 100%;
    }
    .friends-link li {
        width: calc((100% - 60px) / 3);
        margin: 0 30px 30px 0;
    }
    .friends-link li:nth-of-type(4n) {
        margin-right: 30px;
    }
    .friends-link li:nth-of-type(3n) {
        margin-right: 0;
    }
    .friends-link .tit {
        font-size: 14px;
    }
    .sitemap-ul dl {
        flex-wrap: wrap;
        padding: 20px 0;
    }
    .sitemap-ul dt {
        width: auto;
        margin-right: 30px;
    }
    .sitemap-ul dd {
        margin-right: 20px;
    }
    .sitemap-ul dt a {
        font-size: 16px;
        padding-left: 18px;
    }
    .sitemap-ul dt a:before {
        border-top: 5px solid transparent;
        border-left: 8px solid #e50113;
        border-bottom: 5px solid transparent;
    }
    .sitemap-ul dd a {
        font-size: 14px;
    }
    .party-links li {
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
    }
    .pictures-view .swiper-slide {
        height: 51vw;
    }
    .pictures-view .swiper-slide {
        height: auto !important;
    }
    .pictures.honor-pic .pictures-view img {
        width: auto !important;
        height: auto !important;
        max-width: 90% !important;
        max-height: 90% !important;
    }
    .pictures.honor-pic .pictures-view .tit {
        padding-top: 20px;
    }
    .pictures-choose1 .swiper-slide {
        padding: 0 40px;
        width: auto;
    }
    .join-conception li {
        margin-bottom: 20px;
    }
    .join-conception li:nth-of-type(even) {
        margin-left: 20px;
    }
    .join-conception li .txt {
        font-size: 14px;
    }
    .video-trigger-cover:after {
        font-size: 6vw;
        width: 10vw;
        height: 10vw;
        line-height: 10vw;
    }
}

@media screen and (max-width: 960px) {
    .where-tab {
        display: none;
    }
    .where-link>* {
        line-height: 48px;
        height: 48px;
        font-size: 14px;
    }
    .common-list li {
        width: calc((100% - 40px) / 3);
        margin: 0 20px 20px 0;
    }
    .history-about {
        width: 100%;
        height: auto;
        overflow-y: visible;
        padding-right: 0;
    }
    .visit {
        width: 100%;
        margin: 40px 0 0 0;
    }
    .magazine-main {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .magazine-swiper {
        width: 100%;
        height: auto;
        padding: 0 40px;
    }
    .magazine-swiper .swiper-container {
        height: 350px;
        width: 100%;
    }
    .magazine-swiper .swiper-slide {
        width: 218px;
        padding: 20px 0;
        height: auto;
    }
    .magazine-swiper .swiper-prev,
    .magazine-swiper .swiper-next {
        background: none;
        width: auto;
        height: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        bottom: auto;
        line-height: 2;
        margin: 0;
        top: 50%;
    }
    .magazine-swiper .swiper-prev {
        left: 5px;
    }
    .magazine-swiper .swiper-next {
        right: 5px;
        left: auto;
    }
    .magazine-swiper .swiper-prev:before,
    .magazine-swiper .swiper-next:before {
        content: '\e818';
        display: block;
        position: static;
        font-family: 'iconfont';
        color: #666;
        font-size: 24px;
        border: none;
        width: auto;
        height: auto;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .magazine-swiper .swiper-next:before {
        content: '\e817';
    }
    .magazine-pic {
        height: 500px;
        width: 100%;
    }
    .magazine-pic img {
        max-width: 90%;
        max-height: 90%;
    }
    .magazine-tit {
        font-size: 18px;
    }
    .magazine-swiper .swiper-slide p {
        font-size: 14px;
    }
    .join-detail .item {
        width: 50%;
    }
    .contact-bg {
        height: auto;
        background-position: 62% top;
    }
    .project-list li {
        width: calc((100% - 30px) / 2);
        margin-right: 30px;
    }
    .other-business {
        height: auto;
        padding-bottom: 100px;
    }
    .other-entry li {
        width: calc((100% - 30px) / 2);
    }
    .other-entry .tit {
        font-size: 24px;
    }
    .other-entry .txt {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        font-size: 14px;
        -webkit-box-orient: vertical;
    }
    .other .join-idea {
        margin-bottom: -30px;
    }
    .video-wrapper video {
        width: 100%;
        height: auto;
    }
    .leader-words .tit {
        font-size: 30px;
    }
}

@media screen and (max-width: 768px) {
    .border-bottom:before {
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }
    .where-tab {
        display: none;
    }
    .where-link>* {
        line-height: 48px;
        height: 48px;
        font-size: 14px;
    }
    .common-list li {
        width: calc((100% - 20px) / 2);
        margin: 0 20px 20px 0 !important;
    }
    .common-list li:nth-of-type(2n) {
        margin-right: 0 !important;
    }
    .news-list .tit {
        font-size: 14px;
        margin: 8px 0;
    }
    .news-list .txt {
        padding: 15px 18px 0;
        height: 160px;
    }
    .news-list .info,
    .news-list .date {
        font-size: 12px;
    }
    .news-list .info {
        line-height: 1.7;
    }
    .pictures-choose {
        padding: 0 30px;
    }
    .pictures-choose .swiper-slide {
        height: auto;
        padding: 15px 5px 12px;
    }
    .pictures-choose .swiper-button-next,
    .pictures-choose .swiper-button-prev {
        width: 30px;
    }
    .pictures-choose .swiper-slide .pic {
        width: 100px;
        height: 60px;
        margin-bottom: 8px;
    }
    .pictures-choose .swiper-slide .tit {
        font-size: 12px;
    }
    .pictures-choose .swiper-slide-thumb-active:before {
        width: 200%;
        height: 200%;
        -webkit-transform: scale(.5);
        transform: scale(.5);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    .pictures-choose .swiper-button-next:after,
    .pictures-choose .swiper-button-prev:after {
        font-size: 18px;
    }
    .pictures-view .tit {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .pictures-view .swiper-button-prev:after,
    .pictures-view .swiper-button-next:after {
        font-size: 30px;
    }
    .pictures-view .swiper-button-prev {
        left: 10px;
    }
    .pictures-view .swiper-button-next {
        right: 10px;
    }
    .main-tab {
        margin-bottom: 30px;
    }
    .main-tab a {
        font-size: 14px;
        padding: 0 20px;
        line-height: 34px;
    }
    .party-list .more {
        font-size: 14px;
        line-height: 34px;
        height: 34px;
        width: 90px;
    }
    .page a {
        margin-bottom: 8px;
        border: none;
    }
    .page a:before {
        width: 200%;
        height: 200%;
        -webkit-transform: scale(.5);
        transform: scale(.5);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    .history0 {
        padding: 30px 0 70px;
    }
    .eye-btn {
        height: 60px;
        line-height: 60px;
        font-size: 14px;
        width: 130px;
        right: 20px;
        bottom: 20px;
    }
    .eye-btn i {
        font-size: 28px;
        margin-right: 8px;
    }
    .history1 {
        padding: 25px 0 40px;
    }
    .history-about {
        margin-top: 30px;
    }
    .history2 {
        padding: 40px 0 50px;
        height: auto;
        background-position: 68% center;
        background-size: cover;
    }
    .visit {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .visit .pic {
        width: 100%;
    }
    .visit .pic img {
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }
    .visit .txt {
        margin: 20px 0 0 0;
        font-size: 14px;
    }
    .visit .txt .num {
        font-size: 24px;
    }
    .display-list .tit,
    .house-list .tit,
    .achievement .tit {
        font-size: 16px;
    }
    .news-header .flex {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .news-header {
        padding: 30px 0;
    }
    .news-header .date {
        font-size: 18px;
    }
    .news-header .pic,
    .news-header .pic img {
        width: 100%;
        height: auto;
    }
    .news-header .txt {
        display: block;
        padding: 15px 10px 0;
    }
    .news-header .tit a {
        font-size: 16px;
    }
    .news-header .info a {
        font-size: 14px;
    }
    .news-header .date {
        margin-bottom: 8px;
    }
    .news-header .info {
        margin-top: 12px;
    }
    .join-idea .info {
        font-size: 14px;
    }
    .join-idea .tit {
        font-size: 16px;
    }
    .join-idea li {
        width: calc((100% - 20px) / 2);
    }
    .join-idea {
        margin-top: 30px;
    }
    .join-h4 {
        margin-top: 25px;
        font-size: 14px;
    }
    .join-detail .th {
        font-size: 18px;
    }
    .join-detail .item {
        font-size: 14px;
        padding: 12px 15px;
    }
    .join-form {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 25px;
    }
    .join-form>* {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .select-wrapper:before,
    .search-wrapper:before {
        border-width: 1px;
    }
    .join-table {
        font-size: 12px;
        border-width: 1px;
    }
    .join-table th,
    .join-table td {
        height: 50px;
        padding: 5px !important;
    }
    .select-wrapper select,
    .select-wrapper span,
    .search-wrapper input {
        font-size: 14px;
    }
    .select-wrapper span,
    .search-wrapper .search-btn:after {
        line-height: 48px;
    }
    .select-wrapper,
    .search-wrapper,
    .search-wrapper input,
    .search-wrapper .search-btn:after {
        height: 48px;
    }
    .select-wrapper i,
    .search-wrapper .search-btn:after {
        width: 48px;
    }
    .search-wrapper .search-btn:after {
        font-size: 20px;
    }
    .select-wrapper i:after {
        border-left-width: 6px;
        border-right-width: 6px;
        border-top-width: 10px;
    }
    .history-swiper .swiper-slide .year {
        font-size: 20px;
    }
    .history-swiper .swiper-slide .year:after {
        bottom: 12px;
        font-size: 12px;
    }
    .history-swiper .swiper-slide {
        padding: 0 20px;
        height: 70px;
    }
    .history-swiper .swiper-prev,
    .history-swiper .swiper-next {
        font-size: 28px;
    }
    .about-events li:nth-of-type(odd) .item {
        float: left !important;
        padding-left: 40px;
    }
    .about-events li:nth-of-type(even) .date {
        text-align: left;
    }
    .about-events li .item {
        width: 100% !important;
        padding: 0 0 30px 30px !important;
    }
    .about-events li:last-of-type .item {
        padding-bottom: 0 !important;
    }
    .about-events .txt p:last-child {
        margin-bottom: 0;
    }
    .about-events li:before {
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .about-events:before,
    .about-events-line:before {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: 8px;
    }
    .about-events .txt {
        font-size: 14px;
        line-height: 1.8;
    }
    .about-events .txt p {
        margin-bottom: 15px;
    }
    .view-more a {
        padding: 0 80px;
        line-height: 48px;
    }
    .about-history {
        padding: 40px 0 60px;
    }
    .develop-div2 {
        height: auto;
        padding: 50px 0 120px;
        font-size: 14px;
    }
    .develop-div1 {
        padding: 30px 0 40px;
    }
    .develop-div1 li {
        font-size: 12px;
        background-size: auto 28px;
        width: 100%;
        padding-top: 38px;
    }
    .develop-div1 li:before {
        font-size: 12px;
    }
    .develop-div1 h3 {
        margin-top: 20px;
        font-size: 18px;
        padding-top: 16px;
    }
    .company-info {
        padding: 30px 0 20vw;
    }
    .company-info .year {
        font-size: 32px;
    }
    .company-info h1 {
        font-size: 18px;
    }
    .company-info p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .video-trigger {
        top: -10vw;
    }
    .team-detail .pic {
        width: 280px;
        height: auto;
        margin: 0 auto;
    }
    .team-detail {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }
    .team-detail .txt {
        width: 100%;
        -webkit-box-flex: unset;
        -webkit-flex: unset;
        flex: unset;
        margin-left: 0;
        margin-top: 20px;
    }
    .manage-team {
        padding: 30px 0 40px;
    }
    .team-detail .tit {
        font-size: 22px;
        text-align: center;
    }
    .team-detail .tit span,
    .team-detail .info {
        font-size: 14px;
    }
    .team-detail .info {
        margin-top: 15px;
    }
    .team-swiper {
        margin-top: 30px;
    }
    .team-swiper img {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }
    .team-swiper .name {
        line-height: 60px;
        width: 60px;
        font-size: 14px;
    }
    .team-swiper:before {
        height: 1px;
        top: 30px;
    }
    .team-swiper .swiper-slide {
        padding: 0 15px;
    }
    .leave-message .code,
    .leave-message .btn {
        float: none;
    }
    .leave-message .ovh {
        margin-top: 20px;
    }
    .leave-message .code p {
        font-size: 14px;
        white-space: nowrap;
        margin: 0;
    }
    .leave-message .code input {
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        height: 42px;
    }
    .leave-message .code img {
        margin-left: 5px;
        height: 42px;
        width: 106px;
    }
    .leave-message .btn {
        margin-top: 15px;
    }
    .leave-message .btn input {
        width: 100px;
        height: 40px;
        font-size: 14px;
        margin: 0 10px 0 0;
    }
    .leave-message textarea {
        height: 150px;
    }
    .project-pic .pic {
        height: 65vw;
    }
    .project-pic .small .swiper-slide ul {
        padding: 10px 8px;
    }
    .project-about-detail .tit {
        font-size: 18px;
    }
    .project-about-detail .tit i {
        font-size: 20px;
    }
    .project-about-detail .enter {
        font-size: 14px;
        padding: 0 40px;
    }
    .project-about-detail .txt {
        font-size: 14px;
    }
    .project-about {
        padding: 30px 0;
    }
    .main.gray .project-about-detail {
        margin-top: 0;
    }
    .business-words .txt {
        width: 100%;
    }
    .business-words {
        background-position: left top;
        padding: 30px 0 40px;
    }
    .business-words h1 {
        font-size: 22px;
    }
    .business-words .txt {
        font-size: 14px;
    }
    .pic-company .list {
        width: 100%;
    }
    .pic-company .list a {
        width: auto;
        padding: 0 30px;
        font-size: 14px;
        height: auto;
        line-height: 2.6;
    }
    .pic-company .tit {
        font-size: 20px;
        padding-bottom: 8px;
    }
    .pic-company .info {
        margin-top: 20px;
        font-size: 14px;
        padding-right: 0;
    }
    .project-tab a {
        margin-right: 20px;
        font-size: 16px;
    }
    .other-entry {
        display: block;
    }
    .other-entry li {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .other-business {
        padding: 30px 0;
    }
    .restaurant .tit {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .restaurant .txt {
        -webkit-box-flex: unset;
        -webkit-flex: unset;
        flex: unset;
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        font-size: 14px;
    }
    .restaurant {
        padding: 30px 0 40px;
    }
    .restaurant .pic,
    .restaurant .pic img {
        width: 100%;
    }
    .restaurant-ul li {
        display: block;
    }
    .restaurant-ul .pic,
    .restaurant-ul .txt {
        width: 100%;
    }
    .restaurant-ul .txt {
        padding: 20px 20px 30px !important;
    }
    .restaurant-ul .txt .tit {
        font-size: 18px;
    }
    .stock-detail .tit {
        font-size: 22px;
    }
    .stock-detail .name {
        font-size: 16px;
    }
    .stock-detail .detail {
        padding: 25px 0;
    }
    .stock-detail .now {
        font-size: 20px;
        margin: 0 10px;
    }
    .stock-detail .date {
        font-size: 10px;
    }
    .stock-detail .head {
        padding-left: 10px;
    }
    .stock-detail .num {
        font-size: 12px;
        margin-right: 15px;
    }
    .stock-detail .head .flex {
        margin-bottom: 15px;
    }
    .stock-detail .pic {
        margin-top: 25px;
    }
    .stock-market {
        padding: 30px 0 20px;
    }
    .join-apply-inside table .txt {
        border-width: 1px;
        font-size: 14px;
    }
    .join-apply-inside form {
        padding: 75px 20px 30px;
        height: 100vh;
    }
    .join-apply-inside table th,
    .join-apply-inside table td {
        padding: 12px 0;
    }
    .join-apply-inside table th {
        font-size: 14px;
        width: 6em;
    }
    .join-apply-inside table .submit,
    .join-apply-inside table .reset {
        width: 100px;
        height: 40px;
        margin-right: 10px;
        font-size: 14px;
    }
    .join-apply-inside {
        max-height: 100vh;
    }
    .join-apply-inside table label p,
    .join-apply-inside table .file-name {
        font-size: 14px;
    }
    .friends-link li {
        width: calc((100% - 15px) / 2);
        margin: 0 15px 15px 0 !important;
        border-width: 1px;
    }
    .friends-link li:nth-of-type(2n) {
        margin-right: 0 !important;
    }
    .friends-link .pic {
        height: 25vw;
    }
    .party-links {
        display: block;
    }
    .party-links li {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .party-links .tit {
        font-size: 20px;
        margin-bottom: 10px;
        text-align: center;
    }
    .article-list {
        margin-bottom: 15px;
    }
    .article-list li {
        padding: 15px;
    }
    .article-list .date {
        font-size: 12px;
        font-weight: normal;
        margin-right: 15px;
    }
    .article-list .tit {
        font-size: 14px;
    }
    .article-list .info {
        font-size: 12px;
        line-height: 1.8;
        margin-top: 8px;
    }
    .party-class .num,
    .party-class .date {
        font-size: 14px;
    }
    .party-class .name {
        font-size: 16px;
        margin-top: 8px;
    }
    .party-class .txt {
        padding: 20px;
    }
    .party-class .date {
        margin-top: 12px;
    }
    .video-play:before {
        font-size: 10vw;
    }
    .close-video-wrapper {
        font-size: 24px;
    }
    .pictures.honor-pic .pictures-choose {
        padding: 0 30px;
    }
    .pictures.honor-pic .pictures-choose .swiper-slide {
        padding: 10px 5px;
    }
    .pictures.honor-pic .pictures-choose .swiper-slide .pic {
        width: 100px;
        height: 75px;
    }
    .pictures-choose1 .swiper-button-next,
    .pictures-choose1 .swiper-button-prev {
        width: 30px;
    }
    .pictures-choose1 .swiper-button-next:after,
    .pictures-choose1 .swiper-button-prev:after {
        font-size: 18px;
    }
    .pictures-choose1 {
        margin-top: 20px;
        padding: 0 40px;
    }
    .pictures-choose1 .swiper-slide {
        padding: 0 30px;
    }
    .pictures-choose1 .swiper-slide img {
        width: 80px;
        height: 120px;
    }
    .pictures-choose1 .swiper-slide-thumb-active:before {
        width: 200%;
        height: 200%;
        -webkit-transform: scale(.5);
        transform: scale(.5);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    .pictures-view1 img {
        width: 280px;
    }
    .pictures-view1 .swiper-slide {
        height: auto;
        padding: 20px 0 30px;
    }
    .pictures-view1 .tit {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .main-tit a.return-list {
        top: 5px;
        font-size: 10px;
        padding: 0 8px;
    }
    .news-detail .bshare-custom a.return-list,
    .project-detail-back a.return-list {
        font-size: 12px;
        padding: 0 8px;
    }
    .project-detail-back {
        padding-top: 15px;
        margin-top: 25px;
    }
    .news-detail-tit {
        font-size: 18px;
    }
    .news-detail {
        padding: 30px 0;
    }
    .news-detail-info {
        font-size: 12px;
        padding-bottom: 12px;
        border-width: 1px;
        margin-top: 11px;
    }
    .news-detail-wrapper img {
        display: block;
        width: 100% !important;
        height: auto !important;
    }
    .news-detail-wrapper {
        font-size: 14px;
    }
    .news-detail-wrapper p {
        padding: 6px 0;
    }
    .project-pic {
        margin-top: 20px;
    }
    .leader-words .pic {
        width: 44%;
    }
    .leader-words .tit {
        font-size: 20px;
    }
    .leader-words .sub {
        font-size: 12px;
        margin-top: 8px;
    }
    .leader-words .info {
        font-size: 12px;
        margin-top: 10px;
    }
    .leader-words li:nth-of-type(odd) .txt,
    .leader-words li:nth-of-type(even) .txt {
        margin: 0;
        padding: 20px 15px;
    }
    .join-conception li {
        width: 100%;
        margin: 0 0 15px 0 !important;
    }
    .join-conception li .txt {
        line-height: 1.5;
    }
    .develop-div2 h4 {
        font-size: 16px;
    }
    .develop-div2 p {
        font-size: 14px;
    }
    .property-link a {
        font-size: 14px;
        border-width: 1px;
        margin: 0 0 5px 0;
        width: 100%;
        line-height: 1.4;
        padding: 12px 10px;
    }
    .pic-company .txt {
        padding: 15px !important;
    }
    .pic-company .tit {
        margin-top: 0;
        font-size: 16px;
    }
    .business-article h3 {
        font-size: 16px;
    }
    .pic-company .txt.txt1 .tit {
        font-size: 16px;
    }
    .team-wrapper dt {
        font-size: 18px;
    }
    .team-wrapper dd {
        font-size: 14px;
    }
    .team-wrapper dt,
    .team-wrapper dd {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .team-wrapper {
        padding-top: 0;
    }
}

@media screen and (max-width: 480px) {
    .common-list li {
        width: 100%;
        margin: 0 0 20px !important;
    }
    .news-list .txt {
        height: auto;
        padding-bottom: 25px;
    }
    .main-tit {
        font-size: 20px;
    }
    .main {
        padding: 25px 0 40px;
    }
    .common-list {
        margin-top: 25px;
    }
    .magazine-pic {
        height: 80vw;
    }
    .magazine-select {
        width: 100%;
    }
    .magazine-tit {
        margin-top: 20px;
    }
    .magazine-trigger {
        display: block !important;
        height: auto;
        padding-bottom: 10px;
    }
    .magazine-swiper .swiper-slide {
        width: 120px;
    }
    .magazine-swiper .swiper-slide img {
        height: 160px;
    }
    .magazine-swiper .swiper-container {
        height: auto;
    }
    .magazine-swiper .swiper-slide p {
        font-size: 12px;
        white-space: normal;
    }
    .join-idea li {
        width: 100%;
    }
    .join-idea .txt {
        height: auto;
        min-height: 120px;
    }
    .join-detail .item {
        width: 100%;
        padding: 12px 20px;
    }
    .join-detail {
        margin-top: 15px;
        border-width: 1px;
    }
    .join-detail .th {
        line-height: 50px;
    }
    .join-btn {
        width: 120px;
        font-size: 14px;
        line-height: 40px;
    }
    .cotact-ul i {
        font-size: 48px;
    }
    .cotact-ul li {
        padding-top: 40px;
        height: 210px;
    }
    .project-list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .other-business h1 {
        font-size: 20px;
    }
    .other-business h4 {
        font-size: 14px;
    }
    .other-entry {
        margin-top: 30px;
    }
    .other-entry .tit {
        font-size: 18px;
    }
    .friends-link li {
        width: 100%;
        margin: 0 0 20px 0 !important;
    }
    .friends-link .pic {
        height: 40vw;
    }
    .friends-link .pic img {
        max-width: 80%;
        max-height: 80%;
        width: 80%;
        height: 80%;
        object-fit: contain;
    }
    .search-result li a {
        font-size: 14px;
        padding: 12px 15px;
    }
    .search-result .date {
        margin-right: 15px;
    }
    .leader-words li {
        margin-bottom: 15px;
    }
    .leader-words .tit {
        font-size: 16px;
        letter-spacing: 1px
    }
    .leader-words {
        padding: 30px 0;
    }
    .party-info .flex {
        flex-wrap: wrap;
    }
    .party-info .num,
    .party-info .mail {
        width: 100%;
    }
    .party-info .item {
        padding: 10px 20px;
    }
}