@charset "utf-8";

/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input {
    vertical-align: middle;
}

img {
    border: 0;
    vertical-align: middle;
}

ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

.fb {
    font-weight: bold;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.two {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

h3 {
    font-weight: normal;
}

em {
    font-style: normal;
}

.flex {
    display: flex;
    display: -webkit-flex;
}

.between {
    justify-content: space-between;
}

.around {
    justify-content: space-around;
}

.center {
    align-items: center;
}

.wrap {
    flex-wrap: wrap;
}

.column {
    flex-direction: column;
}

.flexcenter {
    display: flex;
    justify-content: center;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.wrap_box {
    font-size: 16px;
    line-height: 1.7;
}

.content {
    width: 1440px;
    margin: 0 auto;
}

.hidden {
    overflow: hidden !important;
}

.hide {
    display: none;
}

.bigimg img {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.bigimg:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.gray6 {
    color: #666;
}

.gray9 {
    color: #999;
}

.white {
    color: #fff !important;
}

.f20 {
    font-size: 20px;
}

.f18 {
    font-size: 18px;
}

.phone {
    display: none;
}

.gold {
    color: #c8955d;
}


/*header*/

.header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    height: 120px;
    padding: 0 4% 0 6.25%;
    color: #fff;
}

.header1 {
    color: #333;
    background: #fff;
}

.logo {
    width: 20.7%;
    margin-left: 2.6%;
    margin-top: 1%;
}

.lan {
    font-size: 20px;
    color: #c8955d;
}

.nav {
    width: 58%;
    margin-left: 6%;
}

.nav>ul>li {
    color: #fff;
}

.nav>ul>li>a {
    font-size: 15px;
    color: #fff;
    line-height: 100px;
}

.header_telnum {
    top: 40px;
    left: -80%;
}

.header_tel {
    cursor: pointer;
}

.header_tel:hover .header_telnum {
    display: block;
}

.search {
    width: 260px;
    border-radius: 30px;
    background: #fff;
    border: solid 1px #eee;
    height: 40px;
    right: -20px;
    padding: 0 20px;
}

.ss_txt {
    width: 190px;
    height: 36px;
    line-height: 36px;
    border: none;
}

.ss_btn {
    width: 20px;
}

.search_btn:hover .search {
    display: block;
}

.search_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 101;
    display: none;
}

.search_box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_txt {
    width: 70%;
    font-size: 70px;
    color: #fff;
    height: 178px;
    background: none;
    border: none;
    border-bottom: solid 1px #fff;
}

.search_txt::-webkit-input-placeholder {
    color: #ccc;
}


/* banner */

.banner img {
    width: 100%;
    height: 100vh;
}

.banner .swiper-pagination-fraction {
    color: #fff;
    bottom: 5%;
    text-align: right;
    padding-right: 12.5%;
}

.banner .swiper-pagination-current {
    font-size: 28px;
}

.active .fadeup {
    animation-name: fadeInUp;
    animation-delay: 0.5s;
}

.active .fadedown {
    animation-name: fadeInDown;
    animation-delay: 0.5s;
}

.active .fadeleft {
    animation-name: fadeInLeft;
    animation-delay: 0.5s;
}

.section {
    overflow: hidden;
}

.section2 {
    background: url(/static/index/images/about_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
}

.about_left {
    width: 45.625%;
}

.about_con {
    padding-right: 6%;
}

.about_tit h3 {
    font-size: 130px;
    color: #ebebeb;
    font-family: 宋体;
    text-transform: uppercase;
    font-style: italic;
    transform: translateX(-10%) scaleX(1.4);
}

.about_tit h2 {
    font-size: 26px;
    margin-top: -145px;
}

.about_txt {
    color: #666;
    margin: 6% 0 10%;
}

.about_link a {
    line-height: 54px;
    color: #c8955d;
}

.about_link a:hover {
    background: url(/static/index/images/zhang.png) no-repeat center top;
    font-weight: bold;
}

.about_right {
    width: 54.51388889%;
}

.more_btn {
    position: absolute;
    top: 50%;
    z-index: 20;
    cursor: pointer;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.more_btn span {
    width: 69px;
    height: 69px;
    background: url(/static/index/images/play.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    z-index: 20;
    transition: 0.6s;
}

.more_btn::before {
    width: 100%;
    height: 100%;
    background: rgba(152, 113, 70, 0.5);
    position: absolute;
    left: -1px;
    top: -1px;
    content: '';
    border-radius: 50%;
    animation: scaleAnimate 1s linear infinite;
    opacity: 0;
}

.more_btn::after {
    width: 100%;
    height: 100%;
    background: rgba(152, 113, 70, 0.8);
    position: absolute;
    left: -1px;
    top: -1px;
    content: '';
    border-radius: 50%;
    animation: scaleAnimate 2s linear infinite;
    opacity: 0;
}

@keyframes scaleAnimate {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        transform: scale(1.4);
        opacity: 0.2;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

.about_video {
    border-radius: 150px 150px 150px 0;
}

.about_video video {
    height: 469px;
}

.video_con {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.about_pic {
    border-radius: 150px 0 150px 150px;
    box-shadow: 0 0 8px 8px rgba(163, 161, 161, 0.2);
    margin-top: -10%;
}

.about_num {
    padding: 5% 10% 0;
}

.about_num li {
    line-height: 1.3;
}

.about_num li h3 {
    color: #c8955d;
    font-size: 40px;
    font-family: Impact;
}

.about_num li h3 span {
    vertical-align: top;
    font-size: 76px;
}

.about_num li p {
    font-size: 20px;
}

.buju_con {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.buju_pic {
    display: none;
}

.buju_pic:first-child {
    display: block;
}

.buju_pic img {
    width: 100%;
    height: 100vh;
}

.buju_box {
    z-index: 6;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.buju_head {
    padding: 10% 0 0;
}

.tit {
    line-height: 1.5;
}

.tit h2 {
    font-size: 48px;
}

.tit p {
    font-size: 18px;
}

.tit1 p {
    color: #dadada;
}

.chanye_txt {
    width: 51.04166667%;
    margin-left: 8%;
    line-height: 2.67;
}

.more {
    width: 189px;
    height: 189px;
    display: block;
    margin: 3% 0 0;
}

.more_txt {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.more_cicle {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    animation: cicle 15s linear infinite;
}

@keyframes cicle {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.chanye_list_box {
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    bottom: 0;
    padding-bottom: 10%;
    padding-top: 0;
    left: 0;
    z-index: 3;
}

.chanye_list {
    position: absolute;
    top: -33%;
    padding: 7% 0 0;
    left: 0;
    right: 0;
}

.chanye_list li {
    color: #fff;
    background: url(/static/index/images/dot.png) no-repeat center top;
    padding: 35px 0 0;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.chanye_list li p {
    margin: 10px 0 0;
    font-size: 24px;
    transition: all 0.6s;
}

.chanye_list li:first-child {
    margin-top: -3%;
}

.chanye_list li:nth-child(2) {
    margin-top: -4%;
}

.chanye_list li:nth-child(3) {
    margin-top: -2%;
}

.chanye_list li:nth-child(4) {
    margin-top: -0.5%;
}

.chanye_list li:nth-child(5) {
    margin-top: -2.5%;
}

.chanye_list li.current .chanye_list_pic {
    transform: scale(1, 1);
}

.chanye_list li.current p {
    color: #c8955d;
    font-weight: bold;
    margin: 20px 0 0;
}

.chanye_list_pic {
    width: 143px;
    height: 143px;
    border-radius: 100%;
    border: solid 5px #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -20%;
    transform: scale(0, 0);
    transition: all 0.6s;
}

.section4 {
    background: url(/static/index/images/news_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
}

.tab li {
    color: #666;
    margin-left: 55px;
    line-height: 1;
    cursor: pointer;
}

.tab li.current {
    background: url(/static/index/images/tab1.png) no-repeat left center;
    padding-left: 40px;
    font-size: 36px;
    color: #c8955d;
    font-weight: bold;
}

.news_tit_box {
    padding: 2% 0 0;
}

.news_box {
    margin: 2% 0 0;
}

.news {
    display: none;
}

.news:first-child {
    display: block;
}

.news_head {
    width: 90.625%;
    margin: 0 auto;
}

.news_head .swiper-button-next::after,
.news_head .swiper-button-prev::after {
    content: '';
}

.news_head .swiper-button-next,
.news_head .swiper-button-prev {
    width: 84px;
    height: 84px;
    outline: none;
}

.news_head .swiper-button-prev {
    background: url(/static/index/images/prev1.png) no-repeat;
    background-size: 100% 100%;
    left: -10%;
}

.news_head .swiper-button-prev:hover {
    background: url(/static/index/images/prev11.png) no-repeat;
    background-size: 100% 100%;
}

.news_head .swiper-button-next {
    background: url(/static/index/images/next1.png) no-repeat;
    background-size: 100% 100%;
    right: -10%;
}

.news_head .swiper-button-next:hover {
    background: url(/static/index/images/next11.png) no-repeat;
    background-size: 100% 100%;
}

.news_pic {
    width: 42.60536398%;
}

.news_con {
    width: 52.10727969%;
    padding: 2% 0 0;
}

.news_tit {
    line-height: 1.3;
    margin: 3% 0 5%;
}

.news_date {
    font-family: Bebas;
    font-size: 22px;
}

.news_tit {
    font-size: 36px;
}

.news_list {
    margin: 3% 0 0;
}

.news_list li {
    width: 29.86111111%;
    background: #fff;
    padding: 2% 3%;
    transition: all 0.3s;
    margin-right: 5%;
}

.news_list li:nth-child(3n+3) {
    margin-right: 0;
}

.news_list li p {
    line-height: 32px;
    height: 64px;
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 2%;
}

.news_list li:hover {
    background: #c8955d;
    color: #fff;
}

.news_list li:hover .news_list_date {
    color: #fff !important;
}

.news_list_date {
    color: #987146;
    font-family: Bebas;
}

.news_list_date span {
    font-size: 22px;
}

.section5 {
    background: url(/static/index/images/world_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
}

.world_tit_box {
    padding: 2% 0 0;
}

.world_tab {
    width: 45.41666667%;
}

.world_tab li {
    width: 120px;
    padding-left: 30px;
    cursor: pointer;
}

.world_tab li.swiper-slide-thumb-active {
    background: url(/static/index/images/tab1.png) no-repeat left center;
}

.world_list {
    margin: 2% 0 0;
}

.world_list .swiper-button-next::after,
.world_list .swiper-button-prev::after {
    content: '';
}

.world_list .swiper-button-next,
.world_list .swiper-button-prev {
    width: 84px;
    height: 84px;
    outline: none;
    opacity: 0.8;
}

.world_list .swiper-button-prev {
    background: url(/static/index/images/prev11.png) no-repeat;
    background-size: 100% 100%;
    left: 10%;
}

.world_list .swiper-button-prev:hover {
    opacity: 1;
}

.world_list .swiper-button-next {
    background: url(/static/index/images/next11.png) no-repeat;
    background-size: 100% 100%;
    right: 10%;
}

.world_list .swiper-button-next:hover {
    opacity: 1;
}

.world_con {
    width: 18.66776316%;
}

.world_num {
    font-size: 125px;
    font-family: 宋体;
}

.world_pic {
    width: 81.08552632%;
}

.world_list_tit h4 {
    font-size: 36px;
}

.world_list_tit p {
    font-size: 24px;
    font-family: 宋体;
}

.world_more span {
    width: 102px;
    height: 101px;
    background: #c8955d;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 100%;
}

.section6 {
    background: url(/static/index/images/res_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
}

.res_list_box {
    margin: 3% 0 0;
}

.res_list {
    display: none;
}

.res_list:first-child {
    display: block;
}

.res_list li {
    border-radius: 50px 0 50px 0;
    overflow: hidden;
}

.res_list li:hover .res_con {
    background: linear-gradient(rgba(152, 113, 70, 0.6), #987146);
    color: #fff;
}

.res_list li:hover .res_tit {
    color: #fff;
}

.res_pic {
    height: 270px;
}

.res_con {
    color: #544a47;
    background: linear-gradient(rgba(255, 255, 255, 0.6), #fff);
    padding: 6% 6%;
    transition: all 0.3s;
}

.res_date {
    font-family: bebas;
}

.res_date span {
    font-size: 30px;
}

.res_tit {
    color: #281401;
    font-size: 22px;
    margin: 2% 0;
}

.media_list {
    margin: 3% 0 0;
}

.media_list li {
    margin: 0 2%;
    position: relative;
    cursor: pointer;
}

.media_list li:hover .media_code {
    display: block;
}

.media_code {
    width: 120px;
    height: 120px;
    left: -20%;
    top: 80px;
    display: none;
    z-index: 9;
}

.media {
    height: 50%;
    padding: 8% 0 0;
}

.footer_bg {
    width: 100%;
    background: #523d27;
    height: 50%;
}

.footer {
    padding: 4% 0 2%;
}

.footer_tel {
    margin: 15% 0 0;
}

.footer_tel h3 {
    font-size: 18px;
    margin-bottom: 5%;
}

.footer_tel p {
    font-size: 32px;
    font-family: bebas;
}

.footer_nav {
    width: 68.75%;
}

.footer_nav li h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30%;
}

.footer_nav li p {
    opacity: 0.6;
    font-size: 14px;
}

.footer_nav li p a {
    display: block;
    line-height: 2.2;
}

.copyright {
    border-top: solid 1px #655545;
    padding: 1% 0;
    opacity: 0.6;
    font-size: 14px;
}

.m_tit {
    left: 0;
    right: 0;
    top: 50%;
}

.m_tit h2 {
    font-size: 48px;
}

.m_tit p {
    font-size: 24px;
    text-transform: uppercase;
}

.m_banner {
    margin: 120px 0 0;
    border-bottom: solid 2px #987146;
}

.type_bg {
    background: #f9f9f9;
    height: 86px;
}

.about_type {
    display: flex;
}

.about_type a {
    width: 160px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.about_type a:hover {
    background: #e0d4c7;
}

.about_type a.on {
    background: #e0d4c7;
}

.m_about1 {
    padding: 5% 0;
}

.m_about1_pic {
    width: 34.72222222%;
}

.m_about1_con {
    width: 56.25%;
}

.m_about1_tit {
    font-size: 36px;
}

.m_about1_txt {
    margin: 4% 0 15%;
}

.m_more {
    position: static;
    transform: translate(0, 0);
    width: 100px;
    height: 100px;
    display: block;
}

.sub_company {
    margin: 0 0 5%;
}

.sub_company li {
    text-align: center;
    border-bottom: solid 3px #c3c3c3;
    padding-bottom: 4%;
    position: relative;
}

.sub_company li::after {
    width: 0;
    height: 3px;
    background: #c8955d;
    position: absolute;
    left: 0;
    bottom: -3px;
    content: "";
    transition: all 0.6s;
}

.sub_company li:hover::after {
    width: 100%;
}

.sub_company_num {
    font-size: 60px;
    font-family: 'Times New Roman';
    color: #c8955d;
}

.sub_company_tit {
    font-size: 24px;
    font-family: 宋体;
}

.sub_company_txt {
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    margin: 5% 0 0;
}

.leader_bg {
    background: url(/static/index/images/leader_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding: 5% 0 12%;
}

.leader_pic {
    width: 47.36111111%;
}

.leader_con {
    width: 46.25%;
    padding: 3% 0 0;
}

.about_tit2 {
    font-size: 44px;
}

.leader_txt {
    color: #454545;
    margin: 5% 0 15%;
    line-height: 2;
    height: 216px;
    overflow: hidden;
}

.more1 {
    width: 200px;
    height: 60px;
    border-radius: 30px;
    border: solid 1px #c8955d;
    color: #c8955d;
    line-height: 58px;
    display: block;
    transition: all 0.6s;
}

.more1:hover {
    background: #c8955d;
    color: #fff;
}

.jiagou_bg {
    background: url(/static/index/images/jiagou_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding: 3% 0;
}

.jiagou {
    margin: 3% 0 0;
}

.jiagou li {
    background: #fff;
    border-radius: 30px;
    text-align: center;
}

.jiagou li a {
    padding: 30px 10% 70px;
    display: block;
}

.jiagou_tit {
    line-height: 1.4;
    margin: 8% 0;
}

.jiagou_tit h2 {
    font-size: 36px;
}

.jiagou_tit p {
    color: #c2c2c2;
    text-transform: uppercase;
}

.jiagou_txt {
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}

.jiagou_page {
    margin: 5% 0 0;
}

.jiagou_page .swiper-pagination {
    position: static;
    width: 85.41666667%;
    height: 3px;
}

.jiagou_page .swiper-pagination-progressbar {
    background: #fff;
}

.jiagou_page .swiper-pagination-progressbar-fill {
    background: #c8955d;
}

.jiagou_page .swiper-button-prev,
.jiagou_page .swiper-button-next {
    position: static;
    width: 53px;
    height: 51px;
    margin: 0;
}

.jiagou_page .swiper-button-prev::after,
.jiagou_page .swiper-button-next::after {
    content: "";
}

.jiagou_page .swiper-button-prev {
    background: url(/static/index/images/prev2.png) no-repeat;
    background-size: 100% 100%;
}

.jiagou_page .swiper-button-prev:hover {
    background: url(/static/index/images/prev21.png) no-repeat;
    background-size: 100% 100%;
}

.jiagou_page .swiper-button-next {
    background: url(/static/index/images/next2.png) no-repeat;
    background-size: 100% 100%;
}

.jiagou_page .swiper-button-next:hover {
    background: url(/static/index/images/next21.png) no-repeat;
    background-size: 100% 100%;
}

.manage_bg {
    background: url(/static/index/images/manage_bg.jpg) no-repeat center bottom;
    background-size: 100%;
    padding: 5% 0;
}

.manage {
    padding: 0 15%;
    margin: 5% 0;
}

.manage li {
    background: none;
    border-radius: 35px;
    text-align: center;
    transition: all 0.6s;
}

.manage li a {
    display: block;
    padding: 25px 0;
}

.manage li:hover {
    background: #c8955d;
}

.manage li:hover .manage_name,
.manage li:hover .manage_infro {
    color: #fff;
}

.manage li:hover .manage_more {
    color: #c6af97;
}

.manage .swiper-button-prev,
.manage .swiper-button-next {
    width: 75px;
    height: 75px;
}

.manage .swiper-button-prev::after,
.manage .swiper-button-next::after {
    content: "";
}

.manage .swiper-button-prev {
    background: url(/static/index/images/prev11.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
}

.manage .swiper-button-next {
    background: url(/static/index/images/next11.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
}

.manage_pic {
    width: 204px;
    height: 204px;
    border-radius: 100%;
    margin: 0 auto;
}

.manage_name {
    font-size: 28px;
    margin: 3% 0 0;
}

.manage_infro {
    margin-bottom: 20px;
}

.manage_more {
    color: #fff;
}

.shiming_bg {
    background: url(/static/index/images/shiming_bg.jpg) no-repeat center top;
    height: 860px;
}

.shiming {
    width: 50%;
    color: #f1cd84;
    padding: 12% 0 0;
}

.shiming_tit {
    font-size: 48px;
}

.shiming_txt {
    font-size: 22px;
    line-height: 3.2;
    margin: 8% 0 0;
    font-style: italic;
}

.fengcai_bg {
    background: url(/static/index/images/fengcai_bg.jpg) repeat-x;
    padding: 5% 0;
}

.fengcai {
    margin: 3% 0 0;
}

.fengcai .swiper-button-prev,
.fengcai .swiper-button-next {
    width: 45px;
    height: 45px;
    top: 45%;
}

.fengcai .swiper-button-prev::after,
.fengcai .swiper-button-next::after {
    content: "";
}

.fengcai .swiper-button-prev {
    background: url(/static/index/images/prev3.png) no-repeat;
    background-size: 100% 100%;
    right: 46%;
    left: auto;
}

.fengcai .swiper-button-next {
    background: url(/static/index/images/next3.png) no-repeat;
    background-size: 100% 100%;
    right: 42%;
}

.fengcai_pic img {
    width: 100%;
}

.fengcai_tit {
    margin: 15px 0 0;
}

.en_fengcai {
    color: #eeeeee;
    font-size: 110px;
    right: 5%;
    top: 5%;
    font-style: italic;
    text-transform: uppercase;
}

.develop_bg {
    background: url(/static/index/images/develop_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding: 5% 0;
}

.develop_box {
    margin: 3% 0 0;
}

.develop {
    padding: 10% 0 0;
}

.develop .swiper-button-prev,
.develop .swiper-button-next {
    width: 54px;
    height: 54px;
    top: 0;
    margin: 0;
}

.develop .swiper-button-prev::after,
.develop .swiper-button-next::after {
    content: "";
}

.develop .swiper-button-prev {
    background: url(/static/index/images/prev3.png) no-repeat;
    background-size: 100% 100%;
    right: 5%;
    left: auto;
}

.develop .swiper-button-next {
    background: url(/static/index/images/next3.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
}

.year {
    width: 100%;
    font-size: 72px;
    font-family: bebas;
    position: absolute;
    line-height: 1;
}

.develop_list {
    background: #fff;
    border-radius: 0 50px 0 50px;
    padding: 4% 6%;
    color: #454545;
}

.develop_list_con {
    width: 43%;
}

.develop_list_year {
    font-size: 48px;
    font-family: bebas;
    color: #c8955d;
}

.develop_list_txt {
    line-height: 36px;
    height: 144px;
    overflow: hidden;
}

.develop_list_pic {
    width: 50%;
}

.develop_list_pic img {
    height: 178px;
}

.develop_list_pic_tit {
    margin: 7% 0 0;
}

.year_list {
    margin: 5% 0 0;
    background: url(/static/index/images/year_bg.png) no-repeat center bottom;
    background-size: 100%;
}

.year_list li {
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 86px;
    cursor: pointer;
}

.year_list li.swiper-slide-thumb-active {
    font-size: 28px;
}

.culture_box {
    margin: 5% 0;
}

.culture_left {
    width: 18.05555556%;
}

.en_culture_tit {
    color: #c1c0c0;
    font-size: 36px;
    font-family: 宋体;
    line-height: 1.3;
    text-transform: uppercase;
    background: url(/static/index/images/tit1.png) no-repeat left bottom;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.culture_tab {
    width: 74%;
    padding: 15% 0 40%;
}

.culture_tab li {
    background: url(/static/index/images/tab2.png) no-repeat right center;
    margin: 20% 0 0;
    color: #666;
    cursor: pointer;
}

.culture_tab li.current {
    background: url(/static/index/images/tab3.png) no-repeat right center;
}

.culture_right {
    width: 66.66666667%;
}

.culture_pic {
    margin-bottom: 3%;
}

.culture_pic img {
    width: 100%;
    height: 279px;
}

.culture_list {
    display: none;
}

.culture_list:first-child {
    display: block;
}

.olympics_bg {
    background: url(/static/index/images/olympics_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding: 5% 0;
}

.olympics {
    padding: 3% 0;
}

.olympics_left {
    width: 50%;
}

.olympics_con {
    margin: 3% 0 0;
}

.olympics_date {
    width: 70px;
    font-family: bebas;
    line-height: 1.3;
}

.olympics_date h2 {
    font-size: 42px;
}

.olympics_date p {
    color: #544b47;
    font-size: 16px;
}

.olympics_text {
    width: 83.33333333%;
}

.olympics_right {
    width: 43.75%;
}

.olympics_tit {
    font-size: 24px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.olympics_txt {
    color: #454545;
    font-size: 18px;
}

.olympics_list li {
    margin-bottom: 13%;
}

.forum_bg {
    background: url(/static/index/images/forum_bg.jpg) no-repeat center top;
    background-size: 100%;
    padding: 5% 0;
}

.forum_pic {
    border-radius: 60px 0 0 0;
}

.forum_pic img {
    width: 100%;
    height: 271px;
}

.forum_con {
    padding: 1% 2% 0;
    color: #544b47;
}

.forum_date {
    font-family: bebas;
}

.forum_date span {
    font-size: 30px;
}

.forum_tit {
    font-size: 22px;
    color: #281401;
    margin: 0.5% 0;
}

.forum {
    margin: 4% auto;
}

.en_hetian_tit {
    color: #f7f7f7;
    line-height: 1;
    font-size: 160px;
    text-transform: uppercase;
    margin-top: -140px;
}

.hetian_bg {
    padding: 5% 0;
}

.hetian_tip {
    font-size: 20px;
}

.hetian {
    padding: 8% 0;
}

.hetian .swiper-button-next,
.hetian .swiper-button-prev {
    width: 84px;
    height: 84px;
}

.hetian .swiper-button-next::after,
.hetian .swiper-button-prev::after {
    content: "";
}

.hetian .swiper-button-prev {
    background: url(/static/index/images/prev11.png) no-repeat;
    background-size: 100% 100%;
    left: 6.25%;
}

.hetian .swiper-button-next {
    background: url(/static/index/images/next11.png) no-repeat;
    background-size: 100% 100%;
    right: 6.25%;
}

.hetian_con {
    width: 15.625%;
    margin-left: 18.2%;
}

.hetian_tit {
    font-size: 36px;
}

.hetian_txt {
    color: #454545;
    line-height: 36px;
    height: 108px;
    overflow: hidden;
    margin: 5% 0 8%;
}

.hetian_more {
    text-decoration: underline;
}

.hetian_pic {
    position: absolute;
    width: 19.0625%;
    right: 40%;
    top: -23%;
}

.hetian_pic_bg {
    width: 45%;
}

.hetian_list_type {
    color: #d9af64;
    margin: 5% 0 0;
}

.hetian_list {
    width: 92%;
    margin: 0 auto 4%;
}

.hetian_list li {
    text-align: center;
}

.video_bg {
    padding-bottom: 5%;
    height: 582px;
}

.video_con {
    display: none;
    height: 582px;
}

.video_con video {
    object-fit: fill;
}

.video_con:first-child {
    display: block;
}

.video_tit_box {
    width: 25%;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 2% 3%;
    z-index: 8;
    animation-delay: 0.5s;
}

.video_tit {
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    padding: 7% 0;
}

.video_tab {
    margin: 3% 0 0;
    overflow-y: auto;
    height: 340px;
}

.video_tab::-webkit-scrollbar {
    display: none;
}

.video_tab li {
    line-height: 1.5;
    margin-top: 2%;
    cursor: pointer;
}

.video_tab li.current {
    font-size: 30px;
    font-weight: bold;
}

.video_list {
    padding: 5% 0;
}

.video_list li {
    width: 17.22222222%;
    float: left;
    margin-right: 1.2%;
    margin-bottom: 2%;
}

.video_list li video {
    height: 138px;
    object-fit: fill;
}

.video_list li:first-child {
    width: 44.58333333%;
}

.video_list li:first-child video {
    height: 392px;
}

.video_list li:first-child p {
    display: none;
}

.video_list li:nth-child(4),
.video_list li:nth-child(7) {
    margin-right: 0;
}

.video_list li p {
    margin: 10px 0 0;
}

.video_list li:hover {
    color: #c8955d;
}

.buju_bg {
    overflow: hidden;
    padding: 6% 0;
}

.buju_bg:nth-child(even) .m_buju_head {
    flex-direction: row-reverse;
}

.buju_bg:nth-child(even) .buju_tit {
    left: 54%;
}

.buju_bg .swiper-button-next,
.buju_bg .swiper-button-prev {
    bottom: 0;
    margin: 0;
    top: auto;
    width: 49px;
    height: 173px;
    outline: none;
}

.buju_bg .swiper-button-next::after,
.buju_bg .swiper-button-prev::after {
    content: "";
}

.buju_bg .swiper-button-prev {
    background: url(/static/index/images/prev4.png) no-repeat;
    background-size: 100% 100%;
    left: -5%;
}

.buju_bg .swiper-button-next {
    background: url(/static/index/images/next4.png) no-repeat;
    background-size: 100% 100%;
    right: -5%;
}

.m_buju_con {
    width: 45.83333333%;
    margin: 8% 0 0;
    line-height: 2;
}

.buju_tit {
    font-size: 48px;
    top: 0;
    left: 0;
    line-height: 1;
}

.m_buju_pic {
    width: 50%;
}

.buju_list {
    width: 100%;
    margin: 2.5% 0 0;
}

.buju_list img {
    height: 174px;
    width: 100%;
}

.buju_list li p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 2% 0;
}

.year_select_box {
    left: 0;
    right: 0;
    bottom: 28%;
    justify-content: flex-end;
}

.year_select {
    width: 260px;
    background: none;
    border: none;
    border-bottom: solid 2px rgba(255, 255, 255, 0.5);
    color: #fff;
    height: 60px;
    line-height: 60px;
}

.m_news1_bg {
    padding: 5% 0;
}

.m_news1_box {
    margin: 3% 0 4%;
}

.m_news1 {
    width: 47.91666667%;
}

.m_news1_tit {
    font-size: 24px;
}

.m_news1_txt {
    margin: 2% 0;
}

.m_news1_list li {
    padding: 3% 4%;
    transition: all 0.6s;
}

.m_news1_list li:hover {
    background: #f9f7f4;
}

.m_news2_bg {
    background: #ede4d9;
    padding: 5% 0;
}

.m_news2 {
    margin: 3% 0 5%;
}

.m_news2_list {
    width: 46.52777778%;
}

.m_news2_list li {
    width: 47.76119403%;
}

.m_news2_list_pic {
    margin-bottom: 4%;
}

.m_news2_list_pic img {
    height: 215px;
}

.m_news2_date {
    width: 100px;
    height: 30px;
    background: #c8955d;
    line-height: 30px;
    left: 0;
    bottom: 0;
}

.m_news2_tit {
    font-size: 20px;
}

.m_news2_txt {
    margin: 4% 0 40%;
    line-height: 30px;
    height: 60px;
}

.m_news2_con {
    width: 51.38888889%;
}

.m_news2_text {
    width: 74.72972973%;
    bottom: 0;
    right: 0;
    background: #c8955d;
    color: #fff;
    padding: 2% 5%;
}

.m_news3_bg {
    padding: 5% 0;
}

.m_news3_list {
    margin: 4% 0 0;
}

.m_news3_list li {
    width: 45.13888889%;
    margin-bottom: 4%;
    animation-name: fadeInLeft;
}

.m_news3_list li:nth-child(even) {
    animation-name: fadeInRight;
}

.m_news3_list_pic {
    width: 36.92307692%;
}

.m_news3_list_pic img {
    height: 152px;
}

.m_news3_list_con {
    width: 59.23076923%;
}

.m_news3_txt {
    line-height: 30px;
    height: 60px;
    margin: 2% 0 5%;
    overflow: hidden;
}

.main {
    padding: 3% 0 5% 5%;
}

.m_news li {
    width: 31.94444444%;
    margin-right: 2%;
    margin-bottom: 5%;
}

.m_news li:nth-child(3n+3) {
    margin-right: 0;
}

.m_news_con {
    padding: 4% 0 0;
}

.m_news_pic {
    border-radius: 60px 0 0 0;
}

.m_news_pic img {
    height: 278px;
}

.pagination {
    text-align: center;
}

.pagination li {
    width: 41px;
    height: 41px;
    line-height: 41px;
    display: inline-block;
    text-align: center;
    background: #e8e8e8;
    margin: 0 5px;
    border-radius: 100%;
    color: #666;
}

.pagination li.active {
    background: #c8955d;
    color: #fff;
}

.m_manage_bg {
    background: url(/static/index/images/m_manage_bg.jpg) no-repeat center top;
}

.path {
    color: #848484;
    padding-bottom: 4%;
}

.m_manage {
    padding: 0;
}

.m_manage li {
    width: 29.86111111%;
    margin: 0 1.5%;
}

.m_manage li .manage_pic {
    width: 300px;
    height: 300px;
}

.m_manage li a {
    padding: 50px 5%;
}

.pro_xx_left {
    width: 53.68055556%;
}

.pro_list {
    width: 11.38421734%;
    padding: 80px 0;
    height: 660px;
}

.pro_list li img {
    width: 100%;
    border: solid 1px #fff;
}

.pro_list li.swiper-slide-thumb-active img {
    border: solid 1px #c8955d;
}

.pro_list .swiper {
    height: 510px;
}

.pro_list .swiper-button-next,
.pro_list .swiper-button-prev {
    width: 34px;
    height: 18px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.pro_list .swiper-button-next::after,
.pro_list .swiper-button-prev::after {
    content: "";
}

.pro_list .swiper-button-prev {
    top: 0;
    background: url(/static/index/images/prev5.png) no-repeat;
    background-size: 100% 100%;
}

.pro_list .swiper-button-next {
    top: auto;
    bottom: 0;
    background: url(/static/index/images/next5.png) no-repeat;
    background-size: 100% 100%;
}

.pro_big {
    width: 69.46959897%;
}

.pro_big img {
    width: 100%;
}

.pro_xx_right {
    width: 38.54166667%;
}

.pro_xx_tit {
    font-size: 48px;
    font-family: Light;
}

.pro_xx_txt {
    color: #7f7f7f;
    margin: 5% 0 20%;
}

.pro_video_bg {
    background: url(/static/index/images/pro_xx_bg.jpg) no-repeat center top;
    padding: 3% 0 5%;
}

.pro_xx_video {
    width: 78.81944444%;
    margin: 3% auto 0;
}

.video_btn {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.m_contact_bg {
    background: url(/static/index/images/contact_bg.jpg) no-repeat center bottom;
    padding: 5% 0 15%;
}

.m_contact {
    width: 32.63888889%;
}

.m_contact_tit {
    background: url(/static/index/images/zhang1.png) no-repeat left center;
    padding: 3% 0;
}

.m_contact_list li {
    margin: 10% 0 0;
}

.m_contact_list li img {
    width: 32px;
    height: 32px;
}

.m_contact_list li img {
    margin-right: 3%;
}

.m_map {
    width: 57.98611111%;
    height: 480px;
}

.sub_contact {
    padding: 8% 0 0;
}

.sub_contact li {
    width: 48.61111111%;
    background: #fff;
    margin-bottom: 3%;
}

.sub_contact_icon {
    width: 28.57142857%;
    padding: 10% 0 0;
}

.sub_contact_con {
    width: 71.42857143%;
    border-left: solid 1px #f0f0f0;
    padding: 10% 8% 7%;
}

.sub_contact_txt {
    line-height: 32px;
    margin: 2% 0 20%;
    -webkit-line-clamp: 3;
}

.sub_contact_date {
    color: #b3b3b3;
}

.sub_contact_more {
    border-top: solid 1px #f0f0f0;
    padding: 3% 5%;
}

.m_fengcai {
    padding: 5% 0;
}

.m_fengcai li {
    width: 31.94444444%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.m_fengcai li .olympics_tit {
    background: #f3f3f3;
    padding: 3.5% 0;
    height: 48px;
}

.m_fengcai li:nth-child(3n+3) {
    margin-right: 0;
}

.m_fengcai li img {
    height: 378px;
}

.m_banner_txt {
    width: 43.75%;
    line-height: 36px;
    margin: 3% 0 5%;
}

.m_join_tit {
    top: 30%;
}

.m_join_list {
    padding: 0 0 5%;
}

.m_join_list li h2 {
    border-bottom: solid 1px #e4e4e4;
    padding: 2% 0;
    color: #c8955d;
    background: url(/static/index/images/down1.png) no-repeat right center;
    font-size: 24px;
    cursor: pointer;
}

.m_join_list li.current h2 {
    background: url(/static/index/images/down2.png) no-repeat right center;
}

.m_join_con {
    padding: 3% 0;
    display: none;
}

.jianli_btn {
    width: 235px;
    height: 62px;
    background: #c8955d;
    line-height: 62px;
    display: block;
    color: #fff;
    margin: 5% 0 0;
}

.gongyi {
    margin: 3% 0;
}

.gongyi_banner {
    width: 49.16666667%;
}

.gongyi_banner .swiper-button-next,
.gongyi_banner .swiper-button-prev {
    width: 51px;
    height: 73px;
}

.gongyi_banner .swiper-button-next::after,
.gongyi_banner .swiper-button-prev::after {
    content: "";
}

.gongyi_banner .swiper-button-prev {
    background: url(/static/index/images/prev6.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
}

.gongyi_banner .swiper-button-next {
    background: url(/static/index/images/next6.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
}

.gongyi_banner img {
    height: 465px;
}

.gongyi_banner li {
    display: none;
}

.gongyi_banner li:first-child {
    display: block;
}

.gongyi_banner_tit {
    width: 100%;
    font-size: 24px;
    color: #fff;
    bottom: 3%;
    left: 0;
    padding: 0 2%;
}

.gongyi_list {
    width: 46.875%;
}

.gongyi_list li {
    padding: 2% 5%;
    transition: all 0.6s;
    margin-bottom: 4%;
}

.gongyi_list li:hover {
    color: #fff;
    background: #c8955d;
}

.gongyi_list li:hover .gongyi_list_txt {
    color: #fff;
}

.gongyi_list_date {
    width: 60px;
    font-family: Bebas;
    line-height: 1.5;
    text-align: center;
}

.gongyi_list_date h2 {
    font-size: 50px;
    border-bottom: solid 1px #e6e6e6;
}

.gongyi_list_date p {
    line-height: 2;
}

.gongyi_list_con {
    width: 85%;
}

.gongyi_list_tit {
    font-size: 20px;
}

.gongyi_list_txt {
    font-size: 15px;
    line-height: 2;
    margin: 1% 0 0;
    color: #666;
}

.xiehui_tab {
    margin: 2% 0;
}

.xiehui_tab li {
    color: #666;
    margin: 0 40px;
    cursor: pointer;
    font-size: 24px;
}

.xiehui_tab li.current {
    background: url(/static/index/images/tab1.png) no-repeat left center;
    padding-left: 40px;
    color: #c8955d;
    font-weight: bold;
}

.xiehui_box {
    margin: 3% 0;
}

.xiehui {
    display: none;
}

.xiehui:first-child {
    display: block;
}

.xiehui img {
    height: 283px;
}

.xiehui_con {
    background: #fff;
    padding: 3% 5% 4%;
}

.xiehui_date {
    font-family: Bebas;
}

.xiehui_date span {
    font-size: 30px;
}

.xiehui_tit {
    font-size: 22px;
}

.xiehui_txt {
    color: #454545;
    margin: 1% 0 0;
}

.honor_bg {
    background: url(/static/index/images/honor_bg.jpg) no-repeat center top;
    padding: 5% 0 8%;
}

.m_honor_pic {
    height: 316px;
}

.m_honor_tit {
    background: #fff;
    padding: 3% 3%;
}

.m_honor {
    margin: 3% 0;
}

.m_honor .swiper-button-prev,
.m_honor .swiper-button-next {
    width: 48px;
    height: 47px;
    position: static;
    margin: 5% 1% 0;
    opacity: 1;
    outline: none;
}

.m_honor .swiper-button-prev::after,
.m_honor .swiper-button-next::after {
    content: "";
}

.m_honor .swiper-button-prev {
    background: url(/static/index/images/prev7.png) no-repeat;
    background-size: 100% 100%;
}

.m_honor .swiper-button-prev:hover {
    background: url(/static/index/images/prev71.png) no-repeat;
}

.m_honor .swiper-button-next {
    background: url(/static/index/images/next7.png) no-repeat;
    background-size: 100% 100%;
}

.m_honor .swiper-button-next:hover {
    background: url(/static/index/images/next71.png) no-repeat;
}

.m_jiagou_list {
    padding: 3% 0;
}

.m_jiagou_list li {
    width: 31.94444444%;
    background: #fff;
    border-radius: 30px;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 2%;
}

.m_jiagou_list li:nth-child(3n+3) {
    margin-right: 0;
}

.m_jiagou_list li a {
    padding: 30px 10% 70px;
    display: block;
}

.m_news_tit {
    font-size: 38px;
}

.m_news_time {
    color: #999;
}

.m_tit {
    color: #fff;
}

.path {
    background: #fff;
    height: 100px;
    font-size: 18px;
}

.show_box {
    padding: 3% 0;
    font-size: 18px;
}

.m_news_time {
    margin: 1% 0 0;
}

.show_txt {
    color: #666;
    padding: 3% 0 0 5%;
}

.nextpage a {
    display: inline-block;
    max-width: 40%;
}

.m_jade .m_news_pic img {
    height: 175px;
}

.show_tit {
    font-size: 30px;
}

.show_time {
    margin: 2% 0;
}

.fengcai_txt {
    width: 50%;
    right: 0;
    top: 5%;
    height: 240px;
    overflow-y: auto;
    z-index: 9;
}