* {
    margin: 0;
    padding: 0;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px; 
}
/* 婊氬姩妲 */
::-webkit-scrollbar-track {
    background-color: #ddd;
}
/* 婊氬姩鏉℃粦鍧 */
::-webkit-scrollbar-thumb {
    background-color: #888;
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #666666;
    background-color: #d8d8d8;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #666666;
}

img {
    vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

input {
    outline: none;
}
/********閫氱敤缁勪欢**********/
.container-main {
    background: white;
    max-width: 1920px;
    min-width: 1900px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform-origin: 0 0;
}

.container-1400 {
    width: 1200px;
    margin: 0 auto;
}

.clearfix {
    clear: both;
}

.title1 {
}

    .title1 h2 {
        font-size: 34px;
        color: #333333;
        letter-spacing: 3px;
    }

    .title1 div.en {
        font-size: 26px;
        color: #aeaeae;
        margin-bottom: 26px;
        letter-spacing: 1px;
        font-family: Arial;
    }

    .title1:after {
        content: "";
        width: 65px;
        height: 2px;
        background-color: #b58d4f;
        display: block;
        margin-left: 3px;
    }

.title2 {
    margin-bottom: 30px;
}

    .title2 h2 {
        font-size: 34px;
        color: #b58d4f;
        letter-spacing: 3px;
        display: inline-block;
        padding-right: 10px;
    }

    .title2 div.en {
        font-size: 26px;
        color: #aeaeae;
        letter-spacing: 1px;
        display: inline-block;
    }

    .title2:after {
        content: "";
        width: 65px;
        height: 4px;
        background-color: #b58d4f;
        display: block;
        margin-left: 2px;
        margin-top: 10px;
    }

.title3 {
    margin-bottom: 30px;
}

    .title3 h2 {
        font-size: 34px;
        color: #ffffff;
        letter-spacing: 3px;
        display: inline-block;
        padding-right: 10px;
    }

    .title3 div.en {
        font-size: 26px;
        color: #ffffff;
        letter-spacing: 1px;
        display: inline-block;
    }

    .title3:after {
        content: "";
        width: 65px;
        height: 4px;
        background-color: #ffffff;
        display: block;
        margin-left: 2px;
        margin-top: 10px;
    }

.title4 {
    margin-bottom: 50px;
    text-align: center;
}

    .title4 h2 {
        font-size: 32px;
        color: #000000;
        letter-spacing: 3px;
        padding-right: 10px;
        margin-top: -25px;
    }

    .title4 div.en {
        font-size: 54px;
        color: #f0ede8;
        letter-spacing: 1px;
        font-weight: bold;
    }

    .title4:after {
        content: "";
        width: 65px;
        height: 4px;
        background-color: #b58d4f;
        display: block;
        margin: 15px auto 0;
    }


a.btn-circle {
    display: block;
    text-align: center;
    line-height: 44px;
    width: 44px;
    height: 44px;
    border: solid 1px #656565;
    border-radius: 22px;
    background-color: white;
    transition: background-color,transform 0.4s ease;
}

    a.btn-circle:before {
        font-family: "Glyphicons Halflings";
        content: "\e258";
    }


    a.btn-circle:hover {
        background-color: #b58d4f;
        transform: scale(1.2);
        color: white;
    }

a.btn-circle2 {
    display: inline-block;
    line-height: 34px;
    border-radius: 17px;
    font-size: 14px;
    border: solid 1px #b58d4f;
    padding: 0 70px 0 20px;
    background: url("../img/bus-4.png") no-repeat right center;
}

    a.btn-circle2:hover {
        background-color: #f4f4f4;
    }

.article {
    font-size: 14px;
}

    .article p {
        margin-bottom: 30px;
        letter-spacing: 1px;
        line-height: 28px;
        text-align: justify;
    }

        .article p:last-child {
            margin-bottom: 0;
        }

    .article h5 {
        font-weight: bold;
        margin-bottom: 20px;
        color: #333;
        font-size: 14px;
    }

    .article img {
        width: 100%;
    }

    .article .big-orange {
        font-size: 42px;
        font-weight: bold;
        line-height: unset !important;
        color: #b58d4f;
        line-height: unset;
        margin-bottom: 30px;
        text-indent: unset;
    }

.article-indent {
}

    .article-indent p {
        text-indent: 2em;
    }

.animate-element-invisible {
    opacity: 0;
    -moz-opacity: 0;
}

.swiper {
    --swiper-theme-color: #b58d4f; /* 璁剧疆Swiper椋庢牸 */
    --swiper-navigation-color: #b58d4f; /* 鍗曠嫭璁剧疆鎸夐挳棰滆壊 */
    --swiper-navigation-size: 30px; /* 璁剧疆鎸夐挳澶у皬 */
}
/********椤甸潰閫氱敤鏍忕洰**********/
.kernal-header {
    border-bottom: solid 1px white;
    margin: 0 auto 1px auto;
    max-width: 1920px;
    /* min-width: 1100px; */
    background-color: white;
}

.kernal-header-container {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.kernal-logo {
}


.kernal-navigator {
    width: 700px;
    height: 100%;
    position: relative;
}

    .kernal-navigator-nav {
        height: 100%;
        display: flex;
        justify-content: space-between;
    }

        .kernal-navigator-nav a {
            height: 100%;
            display: flex;
            align-items: center;
            padding: 0 10px;
            transition: color 0.3s ease;
            font-size: 16px;
        }

            .kernal-navigator-nav a:hover {
                color: #b39152;
            }

            .kernal-navigator-nav a.sel {
                border-bottom: solid 2px #b39152;
                color: #b39152;
            }

            .kernal-navigator-nav a .glyphicon {
                padding-left: 5px;
                font-size: 12px;
            }
.kernal-navigator-nav-searchbtn img {
    transition: transform 0.3s ease;
}
.kernal-navigator-nav-searchbtn:hover img {
    transform: scale(1.1);
}

.kernal-header-search {
    position: absolute;
    left: 652px;
    right: 0;
    background: rgba(0,0,0,0.3) url('/Static/img/search.png') no-repeat 10px center;
    padding: 5px 0px 5px 50px;
    background-size: 25px;
    top: calc(50% - 20px);
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    height: 30px;
    transition: left 0.8s ease;
}
.kernal-header-search input {
    height: 30px;
    width: 400px;
    border: none;
    background: none;
    color: white;
}
.kernal-header-search input:-moz-placeholder{
        color: #ccc;
    padding-left: 5px;
    }

    .kernal-header-search input:-ms-input-placeholder {
        color: #ccc;
        padding-left: 5px;
    }

    .kernal-header-search input::-webkit-input-placeholder {
        color: #ccc;
        padding-left: 5px;
    }
.kernal-header-search-btn {
    display: block;
    color: white;
    line-height: 30px;
    padding: 0 20px;
    border-left: solid 1px #adadad;
}

    .kernal-subnav {
        display: flex;
        justify-content: center;
        border-bottom: solid 1px #d8d8d8;
        position: relative;
        margin-bottom: 150px;
        background-color: white;
    }

    /*鎸夐挳搴曢儴椋炵嚎鏍峰紡*/
    .kernal-subnav a.sel:after {
        content: "";
        display: block;
        margin: 0 auto -1px auto;
        height: 2px;
        width: 35px;
        background-color: #b58d4f;
    }

.kernal-subnav-fixed {
    width: 1200px;
    position: fixed;
    top: 0;
    left: calc(50% - 600px);
    z-index: 5;
}

.kernal-subnav a {
    display: block;
    line-height: 50px;
    margin: 0 60px;
    transition: color 0.3s ease;
}

    .kernal-subnav a:hover {
        color: #b39152;
    }

    .kernal-subnav a.sel {
        color: #b39152;
    }



.kernal-subnav-floatline {
    position: absolute;
    bottom: -1px;
    height: 2px;
    width: 36px;
    background-color: #b58d4f;
    margin-left: -18px;
    transition: left 0.8s ease-in-out;
}

.kernal-footer {
    box-shadow: 0px -3px 3px 0px rgb(0 0 0/5%);
    padding-top: 30px;
    margin-top: 100px;
}

    .kernal-footer a:hover {
        text-decoration: underline;
    }

.kernal-footer-sitemap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.kernal-footer-sitemap-bgroup {
    width: 100px;
}

    .kernal-footer-sitemap-bgroup a {
        display: block;
        line-height: 30px;
    }


    .kernal-footer-sitemap-bgroup h4 {
        font-size: 16px;
        color: #333;
        font-weight: bold;
        margin-bottom: 10px;
    }

.kernal-footer-sitemap-map {
    margin-left: 40px;
}

    .kernal-footer-sitemap-map a {
        display: block;
        transition: all 0.5s ease;
    }

        .kernal-footer-sitemap-map a:hover {
            transform: scale(1.03);
            box-shadow: 0px 0px 8px 4px rgb(0,0,0,0.1);
        }

.kernal-footer-sitemap-bgroup-qr {
    transition: all 0.5s ease;
}

.kernal-footer-bar {
    background-color: #2a2a2a;
    color: #888;
    text-align: center;
    padding: 20px 0;
}

    .kernal-footer-bar a {
        color: #888;
    }

.kernal-footer-sitemap-contact {
    width: 280px;
    font-size: 12px;
    margin-right: 20px;
}

    .kernal-footer-sitemap-contact dl {
        line-height: 27px;
    }

    .kernal-footer-sitemap-contact dt {
        clear: both;
        float: left;
        font-weight: bold;
        list-style: circle;
    }

    .kernal-footer-sitemap-contact dd {
        display: block;
        float: right;
        width: 220px;
    }

.btn-scrolltop {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 50;
}

.container-subbanner {
    margin-bottom: 50px;
    height: 430px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.subpage-swiper {
}

.container-subpage {
    display: flex;
    justify-content: space-between;
}

.container-subpage-left {
    width: 250px;
}

/********棣栭〉鏍峰紡**********/
.index-banner {
}

.index-banner-swiper {
}

.index-banner-text {
    position: absolute;
}


.index-banner-tu img {
    width: 100%;
}

.index-banner-swiper .swiper-pagination-custom {
    color: #ffffff;
    font-size: 18px;
    bottom: 38px;
    line-height: 30px;
}

    .index-banner-swiper .swiper-pagination-custom span {
        font-family: "Georgia";
    }

    .index-banner-swiper .swiper-pagination-custom a {
        color: white;
        line-height: 30px;
    }

    .index-banner-swiper .swiper-pagination-custom .swiper-pagination-current {
        font-size: 30px;
        color: #b58d4f;
    }

/*----------*/
.index-brand {
    display: flex;
}

.index-brand-item {
    width: 50%;
    height: 320px;
    position: relative;
}

.index-brand-item-bg {
    position: absolute;
    background-repeat: no-repeat;
    width: 600px;
    height: 320px;
    z-index: 1;
    transition: all 0.8s ease;
}

.index-brand-item-content {
    position: absolute;
    width: 600px;
    z-index: 2;
}

.index-brand-info {
    max-width: 568px;
    text-align: justify;
    line-height: 30px;
    font-size: 18px;
    color: #aeaeae;
}

.index-brand:hover .index-brand-item .index-brand-item-bg {
    width: 960px;
}


.index-brand-item1 .index-brand-item-content {
    right: 0;
    top: 69px;
}

.index-brand-item1 .index-brand-info,
.index-brand-item5 .index-brand-info {
    right: 0;
    top: 78px;
    margin-right: 50px;
}

.index-brand-item1 .index-brand-item-bg,
.index-brand-item5 .index-brand-item-bg {
    right: 0;
    background-color: white;
}


.index-brand-item3 .index-brand-item-content {
}

.index-brand-item3 .index-brand-item-bg {
    right: 0;
    background-position-x: right;
}

.index-brand-item4 .index-brand-item-content {
    top: 66px;
}

.index-brand-item4 .index-brand-item-bg {
}

.index-brand-item4 .title2 {
    margin-left: 50px;
}

.index-brand-item4 .index-brand-info {
    right: 0;
    top: 78px;
    margin-left: 50px;
}

.index-brand-item5 .index-brand-item-content {
    right: 0;
    top: 52px;
}

.index-brand:hover .index-brand-item1 .index-brand-item-bg,
.index-brand:hover .index-brand-item4 .index-brand-item-bg,
.index-brand:hover .index-brand-item5 .index-brand-item-bg {
    background-color: #b58d4f;
}


.index-brand:hover .index-brand-item1 .index-brand-info,
.index-brand:hover .index-brand-item1 .title2 h2,
.index-brand:hover .index-brand-item1 .title2 .en,
.index-brand:hover .index-brand-item4 .index-brand-info,
.index-brand:hover .index-brand-item4 .title2 h2,
.index-brand:hover .index-brand-item4 .title2 .en,
.index-brand:hover .index-brand-item5 .index-brand-info,
.index-brand:hover .index-brand-item5 .title2 h2,
.index-brand:hover .index-brand-item5 .title2 .en {
    color: #ffffff !important;
}

.index-brand:hover .index-brand-item1 .title2:after,
.index-brand:hover .index-brand-item4 .title2:after,
.index-brand:hover .index-brand-item5 .title2:after {
    background-color: #ffffff;
}

/*
.index-brand-item-interactive:hover {
    background-color: #b58d4f;
}

    .index-brand-item-interactive:hover .index-brand-info,
    .index-brand-item-interactive:hover .title2 h2,
    .index-brand-item-interactive:hover .title2 .en {
        color: #ffffff !important;
    }
.index-brand-item-interactive:hover .title2:after {
        background-color: #ffffff;
    }

.index-brand-item1-content {
    width: 570px;
    float: right;
    margin-right: 134px;
    margin-top: 72px;
}

.index-brand-item3-content {
    width: 630px;
    margin-top: 72px;
    margin-left: 128px;
}


.index-brand-item5-content {
    width: 630px;
    float: right;
    margin-right: 73px;
    margin-top: 72px;
}

.index-brand-item1 {
    display: block;
}
.index-brand-item2 {
    background-color: #ededed;
}

.index-brand-item3 {
    text-align: right;
}

.index-brand-item4 {
    display: block;
}

.index-brand-item5 {
    display: block;
}

.index-brand-item6 {
}*/
/*----------*/
.index-news {
    background-color: #f8f8f8;
    padding: 35px 0 60px 0;
    position: relative;
}

.index-news-container {
    display: flex;
    justify-content: space-between;
}

    .index-news-container .index-news-item:last-child {
        border-right: none;
        /* padding-right: 0; */
    }

.index-news-item {
    padding: 20px 30px;
    border-right: solid 1px #ccc;
    display: block;
    position: relative;
    transition: color 1s ease;
    width: 25%;
}


.index-news-item-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
    height: 60px;
    overflow: hidden;
    color: #141414;
    position: relative;
    z-index: 2;
    transition: color 0.8s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.index-news-item-date {
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.index-news-item-info {
    font-size: 16px;
    line-height: 30px;
    height: 120px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.index-news-item-hover {
    position: absolute;
    left: 0;
    width: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-color: #b58d4f;
    transition: width 1s ease;
}

.index-news-item:hover {
    color: white;
}

    .index-news-item:hover .index-news-item-title {
        color: white;
    }

    .index-news-item:hover .index-news-item-hover {
        width: 100%;
    }


.index-news-more {
    position: absolute;
    left: calc(50% + 462px);
    top: 65px;
}

a.index-circle-btn-2 {
    display: block;
    width: 94px;
    height: 94px;
    border: solid 1px #b58d4f;
    border-radius: 47px;
    background-color: white;
    background-image: url(../img/index-5.png);
    transition: background-color 0.4s ease;
}

    a.index-circle-btn-2:hover {
        background-color: #d1d1d1;
    }

/********璧拌繘鍥芥嘲**********/

.about-timeline {
    width: 900px;
    border-left: solid 1px #d8d8d8;
}

    .about-timeline p.year {
        background: url("../img/about-6.jpg") no-repeat left center;
        padding-left: 55px;
        font-size: 36px;
        color: #b58d4f;
        margin-left: -7px;
        margin-bottom: 10px;
    }

        .about-timeline p.year span {
            font-size: 16px;
            padding-left: 4px;
        }

    .about-timeline p.info-item {
        padding-left: 115px;
    }
/********鎴樼暐鏉垮潡**********/
.business-line {
    height: 1px;
    background-color: #bfbfbf;
    margin-bottom: 40px;
}

.business-dot-title {
    font-size: 24px;
    color: #b58d4f;
    padding-left: 30px;
    background: url("../img/bus-1.jpg") no-repeat left 8px;
    margin-bottom: 20px;
}

.business-swiper1,
.business-swiper2,
.business-swiper3 {
    margin-bottom: 40px;
    padding-bottom: 64px !important;
}

    .business-swiper1 .swiper-pagination,
    .business-swiper2 .swiper-pagination,
    .business-swiper3 .swiper-pagination {
        bottom: 0px !important;
    }

    .business-swiper3 .swiper-button-prev,
    .business-swiper3 .swiper-button-next {
        margin-top: -40px;
    }

.business-swiper1-bullet {
    width: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

    .business-swiper1-bullet:after {
        content: "";
        height: 3px;
        width: 60px;
        display: block;
        background-color: #c4c4c4;
    }

.business-swiper1-active.business-swiper1-bullet:after {
    background-color: #b58d4f;
}


.business-swiper1 .swiper-slide,
.business-swiper2 .swiper-slide {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .business-swiper1 .swiper-slide .img {
        margin-bottom: 20px;
    }

        .business-swiper1 .swiper-slide .img img {
            width: 400px;
            height: 270px;
        }

    .business-swiper1 .swiper-slide .intro {
        line-height: 30px;
        text-align: justify;
        overflow: hidden;
    }

    .business-swiper2 .swiper-slide:hover,
    .business-sec2-hover:hover {
        background-color: #b58d4f;
        color: white !important;
    }

        .business-swiper2 .swiper-slide:hover .title,
        .business-sec2-hover:hover .title {
            color: white !important;
        }

        .business-swiper2 .swiper-slide:hover .intro,
        .business-sec2-hover:hover .intro {
            color: white !important;
        }

.business-swiper3 .business-swiper3-tu {
    width: 900px;
    height: 560px;
    background-position: center center;
    background-size: cover;
}

.business-sec1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.business-sec1-item {
    width: 45%;
}

    .business-sec1-item .n {
        font-size: 40px;
        font-weight: bold;
        color: #b58d4f;
        width: 104px;
        background: url("../img/bus-2.jpg") no-repeat;
        line-height: 69px;
        text-align: center;
        margin-bottom: 20px;
        margin-left: 26px;
        padding-bottom: 10px;
    }

    .business-sec1-item .t {
        color: #b58d4f;
        font-size: 26px;
        margin-bottom: 20px;
    }

    .business-sec1-item .i {
        line-height: 25px;
        text-align: justify;
        text-indent: 2em;
        margin-bottom: 10px;
    }

.business-sec2 {
    display: flex;
    flex-wrap: wrap;
}

.business-sec2-hover {
    width: 33.33%;
}

.business-sec2-item {
    width: 300px;
    margin: 10px auto;
    display: block;
}

    .business-sec2-item .img {
        margin-bottom: 20px;
    }

    .business-sec2-item .title {
        margin-bottom: 10px;
        font-size: 18px;
        color: #333;
        font-weight: bold;
        height: 50px;
    }

    .business-sec2-item .img img {
        width: 300px;
        height: 220px;
    }

    .business-sec2-item .intro {
        margin-bottom: 30px;
        line-height: 30px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        height: 120px;
    }

    .business-sec2-item .btn {
    }

.business-sec3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

    .business-sec3:hover {
        background-color: #b58d4f;
    }

        .business-sec3:hover .title,
        .business-sec3:hover .intro {
            color: white;
        }

.business-sec3-tu {
    width: 400px;
    height: 200px;
    overflow: hidden;
}

.business-sec3-info {
    width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 20px;
}

    .business-sec3-info .title {
        color: #333333;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
    }

        .business-sec3-info .title a {
            color: #333;
        }

    .business-sec3-info .intro {
        line-height: 25px;
        text-align: justify;
    }

        .business-sec3-info .intro p {
            margin-bottom: 0px;
        }

    .business-sec3-info .btn {
    }

.business-sec4 {
    display: flex;
    flex-wrap: wrap;
}

.business-sec4-item {
    width: 475px;
    height: 335px;
    background-size: 100% 100%;
    background-position: center center;
    position: relative;
    overflow: hidden;
    transition: background-size 0.8s ease;
    display: block;
}

    .business-sec4-item .title {
        font-size: 42px;
        font-weight: bold;
        color: white;
        left: 35px;
        top: 35px;
        position: absolute;
    }

    .business-sec4-item .des {
        position: absolute;
        left: 37px;
        top: 97px;
        font-size: 20px;
        color: white;
    }

    .business-sec4-item .intro {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(181,141,79,0.9);
        top: 360px;
        transition: top 0.8s ease;
    }

        .business-sec4-item .intro .intro-text {
            position: absolute;
            width: 80%;
            color: white;
            line-height: 25px;
            bottom: 30px;
            left: 10%;
        }

    .business-sec4-item:hover {
    }

        .business-sec4-item:hover .intro {
            top: 0;
        }

    .business-sec4-item:hover {
        background-size: 120% 120%;
    }

.business-morebtn {
    margin-top: 0;
    text-align: right;
    position: relative;
}

    .business-morebtn .btn-circle2 {
        position: absolute;
        right: 0;
        z-index: 8;
        top: -54px;
    }

.business-duoyuanhua {
    display: flex;
    justify-content: space-between;
}

    .business-duoyuanhua div {
        width: 30%;
    }

        .business-duoyuanhua div img {
            width: 100%;
        }

.business-detail-back {
    text-align: center;
    margin: 100px auto 10px auto;
    font-size: 12px;
    line-height: 40px;
}
/********浼佷笟鏂囧寲**********/
.culture-content {
    width: 950px;
}

.culture-content-tu img {
    width: 100%;
}

.culture-content-sec {
    margin-left: 35px;
    margin-bottom: 100px;
    padding-top: 100px;
    border-left: solid 1px #bfbfbf;
}

.culture-content-sec-txt {
    background: url("../img/culture-5.png") no-repeat left 11px;
    padding-left: 75px;
    margin-left: -5px;
    margin-bottom: 50px;
    line-height: 30px;
    width: 600px;
    letter-spacing: 1px;
    text-align: justify;
}

    .culture-content-sec-txt a {
        background-color: #b39152;
        color: white;
        padding: 2px 10px;
    }
.culture-content-title {
    font-size: 28px;
    margin-left: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    display: block;
    color: #333;
}
/********鏂伴椈涓績**********/
.news-container {
    width: 960px;
    margin: 0 auto;
}

.news-topic {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.news-topic-tu {
    width: 480px;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.news-topic-info {
    width: 430px;
    padding-top: 5px;
}

.news-topic-info-date {
    font-size: 24px;
    margin-bottom: 20px;
}

    .news-topic-info-date:after {
        content: "";
        width: 50px;
        height: 4px;
        background-color: #b58d4f;
        display: block;
        margin-top: 10px;
    }

.news-topic-info-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 12px;
    color: #333;
    height: 25px;
    overflow: hidden;
}

.news-topic-info-intro {
    line-height: 26px;
    text-align: justify;
    height: 150px;
    color: #999;
}

.news-topic-info-more {
}

    .news-topic-info-more a {
        display: inline-block;
        border: solid 1px #cccccc;
        text-align: center;
        padding: 10px 40px;
        transition: background-color 0.3s ease;
    }

        .news-topic-info-more a:hover {
            background-color: #eaeaea;
        }

.news-list {
}

.news-item {
    display: block;
    border-left: 5px #f0f0f0 solid;
    transition: all 0.3s ease;
    padding: 30px 20px 30px 40px;
    margin-bottom: 30px;
    border-radius: 3px;
}

.news-item-date {
    color: #666;
    font-size: 14px;
    margin-bottom: 30px;
}

.news-item-title {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.news-item-intro {
    color: #999;
}

.news-item:hover {
    border-left: 5px #b58d4f solid;
    background-color: #f2f2f2;
}

    .news-item:hover .news-item-title {
        color: #b58d4f
    }

.newsdetail-header {
    border-bottom: solid 1px #b58d4f;
    margin-bottom: 60px;
    text-align: center;
}

.newsdetail-header-title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #b58d4f;
}

.newsdetail-header-date {
    color: #333;
    margin-bottom: 40px;
}

.newsdetail-back {
    position: absolute;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    right: -83px;
    top: 11px;
}

.news-subnav {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #d8d8d8;
    margin-bottom: 100px;
    background-color: white;
    position: relative;
}

    .news-subnav.kernal-subnav-fixed {
        position: fixed !important;
        width: 960px;
        left: calc(50% - 480px);
    }

    .news-subnav .title {
        width: 20%;
        line-height: 50px;
        text-align: center;
        color: #b58d4f;
    }

        .news-subnav .title:after {
            content: "";
            display: block;
            width: 40px;
            height: 2px;
            background-color: #b58d4f;
            display: block;
            margin: 0 auto;
        }

    .news-subnav .swiper-years {
        width: 60%;
        margin: unset;
        line-height: 50px;
    }

        .news-subnav .swiper-years .swiper-slide {
            text-align: center;
        }

            .news-subnav .swiper-years .swiper-slide a {
                display: inline-block;
                line-height: 50px;
                padding: 0 2px;
            }

                .news-subnav .swiper-years .swiper-slide a.sel {
                    border-bottom: solid 2px #b58d4f;
                    color: #b58d4f;
                }

.swiper-years .swiper-button-prev {
    left: -5px;
}

.swiper-years .swiper-button-next {
    right: -5px;
}

    .swiper-years .swiper-button-prev:after, .swiper-years .swiper-button-next:after {
        font-size: 14px;
    }

/********鑱旂粶鍥芥嘲**********/
.contact-main {
    width: 500px;
}

    .contact-main .title1 {
        margin-bottom: 40px;
    }

    .contact-main h3 {
        font-size: 42px;
        color: #666666;
        margin-bottom: 20px;
    }

    .contact-main dl {
        line-height: 40px;
        font-size: 16px;
        clear: both;
    }

        .contact-main dl dt {
            font-weight: bold;
            float: left;
        }

        .contact-main dl dd {
            float: left;
            width: 400px;
        }

.contact-map-box {
    width: 700px;
    height: 500px;
    margin-top: 105px;
}
/********鎼滅储缁撴灉**********/
/********鑱旂粶鍥芥嘲**********/
.search-result {
    font-size: 22px;
    padding-bottom: 30px;
    border-bottom: solid 1px #ccc;
}
.search-news-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    height: 140px;
    overflow: hidden;
}
.search-news-item:hover {
    background-color: #f3f3f3;
}
.search-news-item .cover {
        width: 220px;
        height: 140px;
        background-size: cover;
        background-position: center;
    }
.search-news-item  h1 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.search-news-item time {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
    display: block;
}
    .search-news-item .info {
        width: 700px;
        margin-top: 10px;
        margin-left: 10px;
    }
    .search-news-item .info .des {
        font-size: 14px;
        line-height: 25px;
        height: 70px;
    }