.header {
    width: 100%;
    position: relative;
    background: #fff;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
    box-sizing: border-box;
    padding: 0 130px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 111;
}

.menuBtn {
    width: 100px;
    height: 100px;
    background: linear-gradient(180deg, #DEBB7C 0%, #CD8D61 99%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
}

.menuBtn .btn {
    width: 42px;
    height: 29px;
    cursor: pointer;
    background: url(../img/menu-ico.svg) no-repeat;
}

.head {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navgation {
    flex: 1;
    /* height: 100px; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.navgation ul {
    height: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navgation ul .nli {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 25px;
}

/*.navgation ul .nli:nth-child(11) {*/
/*    display: none;*/
/*}*/

.navgation ul .nli h3 {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.navgation ul li h3 a {
    color: #333;
    font-size: 18px;
}

.navgation ul li h3 .ico{
    width: 7px;
    height: 4px;
    display: inline-block;
    background: url(../img/nav-ico.svg) center no-repeat;
    position: absolute;
    top: 28px;
    right: -15px;
}

.navgation ul li.on h3 a,
.navgation ul li:hover h3 a {
    font-weight: bold;
    color: #C0A96F;
}

.navgation ul .sub {
    position: absolute;
    width: 120%;
    height: auto;
    left: -10%;
    background: #fff;
    border-top: 4px solid #CFBC80;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 999;
    padding: 10px 0;
}

.navgation ul li:hover .sub {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.navgation ul .sub li {
    width: 100%;
    line-height: 22px;
    text-align: center;
    position: relative;
    padding: 5px 0;
}

.navgation ul .sub li:last-of-type {
    border: none;
}

.navgation ul .sub li a {
    color: #2E2E2E;
    font-size: 18px;
}

.navgation ul .sub li:hover a {
    color: #C0A96F;
    font-weight: bold;
}

.navgation ul .sub2 {
    width: 100%;
    position: absolute;
    left: 100%;
    top: 40%;
    flex-direction: column;
    background: #fff;
    z-index: 99;
    height: auto;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    display: none !important;
}

.navgation ul .sub li:hover .sub2 {
    display: flex !important;
}

.navgation ul .sub2 li {
    height: 35px;
    line-height: 35px;
}

.navgation ul .sub2 li a {
    color: #404040;
    font-weight: normal;
    font-size: 16px;
}

.navgation ul .sub li:hover .sub2 li a {
    color: #404040;
    font-weight: normal;
}

.navgation ul .sub li .sub2 li:hover a {
    color: #C0A96F;
}

.banlist {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
}

.banlist .swiper-wrapper{
    overflow: hidden;
}

.banlist .swiper-slide{
    overflow: hidden;
}

.banlist .swiper-slide a {
    width: 100%;
}

.banlist .swiper-slide .imgBg{
    width: 100%;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
    padding-bottom: 43.125%;
}

.banlist .swiper-slide img {
    width: 100%;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
    opacity: 0 !important;
    display: none;
}

.banlist .swiper-slide-active .imgBg,
.banlist .swiper-slide-duplicate-active .imgBg{
    transition: 5s linear;
    transform: scale(1, 1);
}


.banlist .swiper-slide-active img,
.banlist .swiper-slide-duplicate-active img {
    transition: 5s linear;
    transform: scale(1, 1);
}

.banlist-btn {
    width: 100%;
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
}

.banlist-btn::before {
    content: '';
    width: 30%;
    height: 100%;
    display: inline-block;
    border-radius: 0px 60px 0px 0px;
    background: #FFE9D4;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.banlist-btn .container {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.banlist .swiper-pagination1 {
    display: flex;
    align-items: center;
}

.banlist .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin: 0 5px;
    opacity: 1;
}

.banlist .swiper-pagination-bullet-active {
    width: 37px;
    border-radius: 90px;
    background: #EAC093;
}

.Tonext {
    width: 104px;
    height: 104px;
    display: inline-block;
    background: url(../img/Tonext-bg.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    bottom: 20px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 25px;
}

.Tonext .box {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.Tonext a {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url(../img/Tonext-img.png) center center no-repeat;
    animation: downico 1.5s ease-out infinite;
    position: relative;
}


.gpdm_item {
    flex: 1;
    display: flex;
    align-items: center;
}

.gpdm_item .text {
    font-size: 16px;
    color: #3D3D3D;
    text-align: left;
    line-height: 25px;
}

.gpdm_item .gp-num {
    color: #DE0000;
    font-size: 16px;
}

.gpdm_item #text1 {
    font-size: 36px;
    font-weight: bold;
    color: #DE0000;
}

.gpdm_item #text4 {
    font-size: 26px;
}

.news {
    width: 100%;
    background: url(../img/newBg.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 55;
}

.news .container {
    display: flex;
    align-items: center;
}

.tzgglist {
    width: 100%;
    height: 110px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tzgglist .name {
    width: 126px;
    margin-right: 30px;
    padding-right: 30px;
    position: relative;
    font-size: 24px;
}

.tzgglist .name::after {
    content: '';
    width: 0;
    height: 30px;
    display: inline-block;
    border-left: 1px solid #C0A96F;
    position: absolute;
    right: 0;
    top: 0;
}


.tzgglist .name a {

    color: #6C4C00;
}

.tzggSlide2 {
    flex: 1;
}

.tzggSlide2 .bd li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.tzggSlide2 .bd .box {
    width: 48%;
}

.tzggSlide2 .bd .box a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.tzggSlide2 .bd .box .title {
    color: #3D3D3D;
    line-height: 25px;
    height: 25px;
    flex: 1;
    box-sizing: border-box;
    padding-right: 15px;
}

.tzggSlide2 .bd .box .dete {
    color: #999;
    width: 90px;
    text-align: right;
}

.tzggSlide2 .bd .box:hover .title {
    color: #C48B4D;
}

/* -------------------------------------------------- */

.main {
    width: 100%;
    background: url(../img/mainBg.jpg) top center no-repeat;
    background-size: cover;

    /*background-attachment: fixed;*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-image: url(../img/mainBg.jpg);*/

    position: relative;
}

.column {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 11;
}

.column .title {
    font-size: 40px;
    color: #333;
    position: relative;
}

.column1 {
    width: 100%;
    padding-top: 60px;
}

.column1 .title::before {
    content: '';
    width: 323px;
    height: 84px;
    display: inline-block;
    background: url(../img/hxcy-en.svg) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 45%;
    top: -40px;
}

.column .more {
    color: #4E4E4E;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.column .more::before {
    content: '';
    width: 252px;
    height: 0;
    display: inline-block;
    border-top: 1px solid #4E4E4E;
    margin-right: 10px;
}

.hxcy {
    width: 100%;
    padding: 80px 0 150px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hxcy_left {
    width: 50%;
}

.hxcy_right {
    width: 43.5%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.hxcy_right .item {
    display: none;
}

.hxcy_right .item.active {
    display: block;
}


.hxcy_right .box1 {
    width: 62%;
    width: 100%;
    position: relative;
    z-index: 9;
}

.hxcy_right .box2 {
    width: 42%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.hxcy_right .box img {
    width: 100%;
    transition: All 0.8s ease-in-out;
    -webkit-transition: All 0.8s ease-in-out;
    -moz-transition: All 0.8s ease-in-out;
    -o-transition: All 0.8s ease-in-out;
}

.hxcy_right .box:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.hxcylist {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.hxcylist .box {
    height: 201px;
    background: #fff;
    margin-bottom: 8px;
    box-shadow: 0px 4px 30px 0px rgba(173, 153, 104, 0.37);
    position: relative;
}

.hxcylist .box1,
.hxcylist .box4 {
    width: calc(67% - 8px);
}

.hxcylist .box2,
.hxcylist .box3 {
    width: 33%;
}

.hxcylist .box1 {
    height: 256px;
}

.hxcylist .box .name {
    font-size: 24px;
    color: #C0896F;
    margin-top: 5px;
}

.hxcylist .box .en {
    font-family: Source Han Serif CN;
    color: #C0896F;
    margin-top: 5px;
    text-align: center;
}

.hxcylist .box a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 6;
}

.hxcylist .box::before {
    content: '';
    width: 100%;
    height: 0;
    display: inline-block;
    background: url(../img/hxcy-box-bg.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    transition: all 1s ease-in-out;
}

.hxcylist .box.on::before {
    height: 100%;
}

.hxcylist .box.on a {
    z-index: 9;
}

.hxcylist .box.on .name {
    color: #fff;
}

.hxcylist .box.on .en {
    color: #fff;
    font-weight: bold;
}

.hxcylist .box .iconfont {
    color: #C0896F;
    font-size: 52px;
}

.hxcylist .box.on .iconfont {
    color: #fff;
}

.hxcylist .box .ico {
    transition: all 1s ease-in-out;
}

.hxcylist .box:hover .ico {
    transform: rotateY(180deg);
}


/* - 走进国芳 - */


.column2 {
    padding-bottom: 90px;
    justify-content: center;
}

.column2 ,title{
    text-align: center;
}

.column2 .title::before {
    content: '';
    width: 356px;
    height: 32px;
    background: url(../img/zjgf-en.svg) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 100%;
    /*transform: translateX(-70%);*/
    bottom: -35px;
    display: none;
}

.zjgf {
    width: 100%;
    position: relative;
    padding-bottom: 94px;
}

.zjgf-mark {
    width: 50%;
    height: 368px;
    display: inline-block;
    background: #F9E8DA;
    position: absolute;
    right: 0;
    top: 51.42%;
    z-index: 0;
    /* display: none; */
}


.zjgf::before {
    content: '';
    width: 100%;
    height: 368px;
    display: inline-block;
    background: #F9E8DA;
    position: absolute;
    bottom: 0;
    left: 0;
}

.zjgfBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    box-sizing: border-box;
    padding-left: 80px;
}

.zjgfBox::before {
    content: '';
    width: calc(100% - 180px);
    height: calc(100% - 100px);
    background: #C0896F;
    background: linear-gradient(270deg, #D9B48D 0%, #C0896F 98%);
    position: absolute;
    right: 0;
    bottom: 0;
}

.zjgf_left {
    width: 40.625%;
}

.zjgf_left .img img {
    width: 100%;
    transition: All 0.8s ease-in-out;
    -webkit-transition: All 0.8s ease-in-out;
    -moz-transition: All 0.8s ease-in-out;
    -o-transition: All 0.8s ease-in-out;
}

.zjgf_left .img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.zjgf_right {
    flex: 1;
    box-sizing: border-box;
    padding-top: 100px;
    position: relative;
    z-index: 11;
    padding: 100px 70px 0 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.zjgf_right .name-en a {
    font-family: Source Han Serif CN;
    font-size: 30px;
    color: #fff;
    display: flex;
    align-items: center;
}

.zjgf_right .name-en a::after{
    content: '';
    width: 25px;
    height: 9px;
    display: inline-block;
    background: url("../img/zjgf_right-icon.svg") center no-repeat;
    margin-left: 30px;
    margin-top: 10px;
}

.zjgf_right .name {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin: 35px 0 25px 0;
}

.zjgf_right .desc {
    line-height: 25px;
    color: #fff;
}

.zjgf_btns {
    display: flex;
    align-items: center;
    height: 100px;
    box-sizing: border-box;
    padding-right: 90px;
    justify-content: flex-end;
    position: relative;
    z-index: 9;
}

.zjgf_btns .xian {
    width: 0;
    height: 23px;
    margin: 0 75px;
    border-left: 1px solid rgba(255, 255, 255, .4);
}


.zjgf_btns .btn a {
    color: #fff;
    font-size: 16px;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.zjgf_btns .btn .iconfont {
    color: #fff;
    font-size: 30px;
    display: inline-block;
    transition: transform 0.5s;
}

.zjgf_btns .btn:hover .iconfont {
    animation: jello 1s linear;
}

.zjgf_btns .btn:hover a {
    left: 10px;
}

.column3 {
    width: 100%;
    padding: 85px 0 100px 0;
    text-align: center;
}

.column3 .title::before {
    content: '';
    width: 303px;
    height: 32px;
    background: url(../img/xwzx-en.svg) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 100%;
    transform: translateX(-75%);
    bottom: -45px;
}

.xwzx {
    width: 100%;
    padding-bottom: 115px;
}

.xwzxBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xwzxlist {
    flex: 1;
    box-sizing: border-box;
    padding-right: 30px;
}

.xwzxSlide {
    width: 48.4375%;
    overflow: hidden;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
}

.xwzxSlide .swiper-slide .img {
    overflow: hidden;
}

.xwzxSlide .swiper-slide .img img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    transition: All 0.8s ease-in-out;
    -webkit-transition: All 0.8s ease-in-out;
    -moz-transition: All 0.8s ease-in-out;
    -o-transition: All 0.8s ease-in-out;
}

.xwzxSlide .swiper-slide .text {
    width: 100%;
    height: 130px;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding: 20px 30px;
    color: #fff;
    background: url(../img/mark.png) center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.xwzxSlide .swiper-slide:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.xwzxSlide .swiper-slide .title {
    font-weight: bold;
    margin-top: 8px;
}

.xwzxlist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xwzxlist li {
    width: calc((100% - 25px) / 2);
}

.xwzxlist li .img {
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
}

.xwzxlist li .img img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    transition: All 0.8s ease-in-out;
    -webkit-transition: All 0.8s ease-in-out;
    -moz-transition: All 0.8s ease-in-out;
    -o-transition: All 0.8s ease-in-out;
}

.xwzxlist li .text {
    width: 100%;
    box-sizing: border-box;
    padding-top: 25px;
}

.xwzxlist li .dete {
    color: #999;
}

.xwzxlist li .title {
    font-weight: bold;
    color: #3D3D3D;
    line-height: 25px;
    height: 25px;
    margin: 15px 0 10px 0;
}

.xwzxlist li .desc {
    line-height: 27px;
    height: 81px;
    color: #999;
    margin-bottom: 20px;
}

.xwzxlist li .more {
    width: 21px;
    height: 22px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);
    background: url(../img/sz-ico2.svg) center no-repeat #fff;
}

.xwzxlist li:hover .more {
    background: url(../img/sz-ico.svg) center no-repeat #A87A48;
}

.xwzxlist li:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.xwzxlist li:hover .title {
    color: #906434;
}



.footer {
    width: 100%;
    position: relative;
}

.footer::before {
    content: '';
    width: 100%;
    height: 5px;
    display: inline-block;
    background: linear-gradient(270deg, #D7A875 0%, #874518 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.banq {
    width: 100%;
    padding: 18px 0;
    background: #c5ad94;
}

.banq p {
    text-align: center;
    color: rgba(168, 122, 72, .8);
    line-height: 24px;
}

.banq p br {
    display: none;
}

.banq p a {
    color: rgba(168, 122, 72, .8);
}

.foot {
    width: 100%;
    padding: 50px 0 40px 0;
    background: rgba(144, 100, 52, 0.3);
}

.foot .container {
    display: flex;
    justify-content: space-between;
}

.ftNav {
    width: 40%;
}

.ftNav ul {
    display: flex;
    flex-wrap: wrap;
}

.ftNav ul li {
    margin-right: 40px;
    margin-bottom: 30px;
}

/*.ftNav ul li:nth-child(10) {*/
/*    display: none;*/
/*}*/

.ftNav ul li h3 {
    display: inline-block;
    position: relative;
}

.ftNav ul li h3 .ico {
    width: 7px;
    height: 4px;
    display: inline-block;
    background: url(../img/nav-ico.svg) center no-repeat;
    position: absolute;
    top: 10px;
    right: -10px;
}


.ftNav ul li h3 a {
    font-size: 18px;
    color: #333;
}

.ftNav ul li .sub a {
    font-size: 16px;
    color: #666;
    display: block;
    width: 100%;
    margin-top: 20px;
}

.foot_right {
    width: 262px;
}

.yqlj .box {
    width: 262px;
    height: 50px;
    background: #EAE1D7;
    position: relative;
}

.yqlj .box h3 {
    box-sizing: border-box;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #A87A48;
    position: relative;
    cursor: pointer;
}

.yqlj .box h3::before {
    content: '';
    width: 15px;
    height: 9px;
    display: inline-block;
    background: url(../img/sjx-ico.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 21px;
}

.yqlj .box ul {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 100%;
    background: #EAE1D7;
    box-sizing: border-box;
    padding: 0 10px;
    z-index: 9;
    display: none;
}

.yqlj .box ul li {
    width: 100%;
    line-height: 21px;
    padding: 12px 0;
    border-bottom: 1px dashed #c5ad94;
    position: relative;
}

.yqlj .box ul li:last-of-type {
    border: none;
}

.yqlj .box ul li::before {
    content: '';
    width: 8px;
    height: 9px;
    display: inline-block;
    background: url(../img/jt-ico.png) center no-repeat;
    position: absolute;
    right: 0;
    top: 16px;
}

.yqlj .box ul li a {
    color: #333;
}

.yqlj .box ul li:hover a {
    color: #A87A48;
}

.yqlj .box:hover h3 {
    background: #c5ad94;
    color: #fff;
}

.yqlj .box:hover h3::before {
    background: url(../img/sjx-ico2.png) center no-repeat;
    background-size: cover;
    /* 旋转180度 */
    transform: rotate(180deg);
}

.codes {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 30px;
}

.codes .code {
    margin-left: 15px;
    position: relative;
}

.codes .code .ico {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.codes .code .ico::before {
    content: '';
    width: 100%;
    height: 20px;
    display: inline-block;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.codes .code:hover .img {
    display: block;
}

.codes .code .img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: calc(100% + 15px);
    transform: translateX(-50%);
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
    z-index: 11;
}

.codes .code .img img {
    width: 110px;
    height: 110px;
    padding: 5px;
    background: #fff;
}

/* -------------------------------------- */

.menuBox {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    /* background: url(../img/menuBoxBg.jpg) center no-repeat;
    background-size: 100% 100%; */
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    top: 0;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.menuTop {
    width: 100%;
    height: 114px;
    box-sizing: border-box;
    padding: 10px 130px 25px 130px;
    /* border-top: 7px solid #874518; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.menuTop .logo .img2 {
    display: none;
}

.menuBtn2 {
    width: 100px;
    height: 100px;
    background: linear-gradient(180deg, #DEBB7C 0%, #CD8D61 99%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
}

.menuBtn2 .ico {
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: inline-block;
    background: url(../img/close-ico.svg) center no-repeat;
    background-size: cover;
}

.menuTop .right {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-right: 35px;
}

.menuBox .footer {
    width: 100%;
}

.menuBox .footer .banq {
    width: 100%;
}

.menuBox.on {
    opacity: 1;
    visibility: visible;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.menuBox_home {
    width: 100%;
    height: calc(100vh - 60px);
    box-sizing: border-box;
    padding: 0;
}

.menu_head {
    width: 100%;
    height: 92px;
    box-sizing: border-box;
    padding: 0 136px 0 60px;
    padding-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 130px;
}

.menu_head::after {
    content: '';
    width: 100%;
    height: 4px;
    display: inline-block;
    background: linear-gradient(180deg, #000082 34%, #410087 59%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.rightBtn .menu_list a {
    color: rgba(255, 255, 255, .6);
    border-radius: 1000px;
    background: rgba(0, 0, 0, .3);
    box-sizing: border-box;
    border: 0.5px solid rgba(255, 255, 255, .5);
    height: 25px;
    padding: 0 10px;
    line-height: 25px;
}

.menu_list a {
    color: rgba(255, 255, 255, .6);
}

.menuBtn.cur .ico {
    width: 24px;
    height: 24px;
    background: url(../img/close-ico.svg) no-repeat;
}

.rightBtn {
    display: flex;
    align-items: center;
}


.menu_list {
    display: flex;
    flex-wrap: wrap;
}

.menu_list .item {
    width: 20%;
    padding-top: 30px;
    position: relative;
}

.menu_list .item::before {
    content: '';
    width: 0;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, .1);
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 33%;
}


.menu_list .item:nth-child(6)::before,
.menu_list .item:nth-child(7)::before,
.menu_list .item:nth-child(8)::before,
.menu_list .item:nth-child(9)::before,
.menu_list .item:nth-child(10)::before {
    height: 500%;
}

.menu_list .item:nth-child(5)::before,
.menu_list .item:nth-child(10)::before {
    height: 0;
}


.menu_list .item .box {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

.menu_list .item .box h3 {
    position: relative;
}

.menu_list .item .box h3::before {
    content: '';
    width: 48px;
    height: 0px;
    border-top: 2px solid #FFFFFF;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -12px;
}

.menu_list .item .box .sub {
    margin-top: 20px;
}


.menu_list .item .box a {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.menu_list .item .sub a {
    width: 100%;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    font-size: 17px;
    font-weight: normal;
    opacity: .7;
}

.menu_list .item .sub a:hover {
    opacity: 1;
}

.search {
    width: 310px;
    height: 39px;
    border-radius: 10000px;
    box-sizing: border-box;
    border: 1px solid none;
    position: relative;
    margin-left: 25px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .3);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    margin-right: 30px;
}

.search form {
    width: 100%;
    height: 100%;
}

.search .search-in {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    border-radius: 5px;
    box-sizing: border-box;
    padding-left: 15px;
    color: rgba(255, 255, 255, .6);
    border-radius: 10000px;
    background: rgba(0, 0, 0, .3);
}

.search .search-in::placeholder {
    color: rgba(255, 255, 255, .8);
}

.search .search-btn {
    width: 18px;
    height: 18px;
    background: url(../img/ss.svg) no-repeat;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 9px;
    border: none;
}




/* --------------------------------------- */
.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: #fff;
    z-index: 1000;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    position: fixed;
    top: 0;
    left: 0;
}

.mbheader .header-con {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mbheader .header-con h1 a {
    display: inline-block;
}

.mbheader .header-con .logo {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.mbheader .header-con .logo a {
    width: 100%;
    display: inline-block;
}

.mbheader .header-con .logo img {
    width: 100%;
    max-height: 35px;
}

.sp_header {
    height: 50px;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px;
    width: 70%;
}

.sp_logo img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.sp_nav {
    width: 30px;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 10px;
    flex: none;
}

.sp_nav span {
    display: block;
    background: #8A5742;
    width: 30px;
    height: 2px;
    position: absolute;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: absolute;
    z-index: 9999;
    background: #eee;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 40px;
    top: -1000%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 80px
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    /* width: 80% */
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #E60011
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}


/* ------ 内页 ------- */

.nydt {
    width: 100%;
    position: relative;
    padding-top: 100px;
}

.nydt .img img {
    width: 100%;
}


.crumbs {
    width: 100%;
    height: 280px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/crumbsBg.png) center bottom no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.crumbs .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.crumbs .list {
    color: #fff;
    font-size: 16px;
}

.crumbs .list a {
    color: #fff;
}

.crumbs .list span:last-of-type {
    display: none;
}

.crumbs .name {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.crumbs .name .en{
    font-size: 14px;
    color: #fff;
    opacity: .7;
}

.subNav {
    width: 100%;
    background: #F6F6F6;
}

.subNav ul {
    display: flex;
    align-items: center;
}

.subNav ul li {
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    margin-right: 25px;
    transition: all 0.5s ease-in-out;
}

.subNav ul li a {
    font-size: 16px;
    color: #0E0E0E;
}

.subNav ul li.on,
.subNav ul li:hover {
    background: linear-gradient(180deg, #DEBB7C 0%, #CD8D61 99%);
}

.subNav ul li.on a,
.subNav ul li:hover a {
    color: #fff;
    font-weight: bold;
}

.nmain {
    width: 100%;
    padding: 40px 0%;
    overflow: hidden;
}

.textlist .info li {
    width: 100%;
    border: 1px solid #ECECEC;
    margin-bottom: 40px;
    box-sizing: border-box;
    padding: 25px 30px;
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
}


.textlist .info li .title {
    color: #333;
    line-height: 25px;
    height: 25px;
}

.textlist .info li .desc {
    line-height: 25px;
    height: 50px;
    text-align: justify;
    color: #999;
    margin: 15px 0 20px 0;
}

.textlist .info li .deter {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(216, 216, 216, 0.5);
    padding-top: 30px;
    position: relative;
}

.textlist .info li .deter .xian {
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 1px solid #C48B4D;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .5;
    transition: all 0.5s ease-in-out;
}

.textlist .info li .dete {
    color: #9E9E9E;
   flex: 1;
    display: inline-block;
}

.textlist .info li .more {
    width: 130px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #EBEBEB;
    color: #9F9F9F;
}

.textlist .info li:hover {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    top: -10px;
}

.textlist .info li:hover .title {
    color: #C48B4D;
    font-weight: bold;
}

.textlist .info li:hover .deter .xian {
    /* border-top: 1px solid #C48B4D */
    width: 100%;
}

.textlist .info li:hover .dete {
    color: #C48B4D;
}

.textlist .info li:hover .more {
    background: #C48B4D;
    color: #fff;
}

.piclist .info li {
    padding: 20px;
}

.piclist .info li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.piclist .info li .img {
    width: 21.25%;
}

.piclist .info li .imgBg{
    width: 100%;
    padding-bottom: 56.25%;
}


.piclist .info li .text {
    flex: 1;
    box-sizing: border-box;
    padding-left: 35px;
}

.piclist .info li:hover .imgBg {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.picture .info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.picture .info li {
    width: calc((100% - 65px) / 3);
    margin-right: 32px;
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 40px;
    position: relative;
}

.picture .info li:nth-child(3n) {
    margin-right: 0;
}

.picture .info li::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-bottom: 1px solid #A3844A;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.picture .info li .img {
    /*overflow: hidden;*/
    box-sizing: border-box;
    padding: 0 0 15px 15px;
    position: relative;
}

.picture .info li .img::before {
    content: '';
    width: calc(100% - 15px);
    height: 186px;
    background: #ECF2FC;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.picture .info li .picImg{
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%), 0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%) ;
}

.picture .info li .img img {
    width: 100%;
    transition: All 0.8s ease-in-out;
    -webkit-transition: All 0.8s ease-in-out;
    -moz-transition: All 0.8s ease-in-out;
    -o-transition: All 0.8s ease-in-out;
}

.picture .info li .title {
    width: 100%;
    color: #333;
    height: 66px;
    line-height: 66px;
    box-sizing: border-box;
    padding: 0 15px;
}

.picture .info li:hover .mark-img,
.piclist .info li:hover .mark-img {
    width: 100%;
    height: 100%;
    transition: all 1.2s ease-in-out;
}

.picture .info li:hover .title {
    font-weight: bold;
    color: #C48B4D;
}

.picture .info li:hover::before {
    width: 100%;
}

.picture .info li:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.picture .info li:hover .img::before{
    background: #C48B4D;
}

/* ---------------------------------- */

.detail_box {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.detail-content {
    width: calc(71% - 60px);
}

.detail {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 60px 85px;
}

.detail .title {
    font-size: 30px;
    font-weight: bold;
    color: #272727;
}

.detail .timer {
    width: 100%;
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.detail .timer>div {
    margin-right: 25px;
    color: #9E9E9E;
}

.detail .dtl {
    width: 100%;
    padding: 30px 0;
}

.detail .dtl p {
    margin: 5px 0;
}

.detail .dtl,
.detail .dtl p,
.detail .dtl p span {
    font-size: 18px;
    line-height: 40px;
    text-align: justify;
    color: #323232;
}

.detail .dtl img{
    max-width: 100% !important;
    height: auto !important;
}

.detail .dtl>div img,
.detail .dtl>div video{
    max-width: 100%;
    height: auto !important;
}

.detail .dtl p img,
.detail .dtl p video {
    max-width: 100%;
}

.detail-page .box {
    width: 100%;
    height: 80px;
    background: #fff;
    box-sizing: border-box;
    padding: 0 25px;
    margin-top: 34px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #ECECEC;
    /* box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1); */
}

.detail-page .box a {
    width: 100%;
    line-height: 26px;
    height: 26px;
    color: #9E9E9E;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.detail-page .box:hover {
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.detail-page .box:hover a {
    color: #C48B4D;
    font-weight: bold;

}

.tjxw_box {
    width: 29%;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 36px 30px;
    /*position: sticky;*/
    /*top: 100px;*/
}

.tjxw_box .name {
    width: 100%;
    font-size: 22px;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    line-height: 60px;
    height: 60px;
    background: linear-gradient(180deg, #DEBB7C 0%, #CD8D61 99%);
}

.tjxw_box .name::before {
    content: '';
    width: 30px;
    height: 100%;
    background: linear-gradient(180deg, #DEBB7C 0%, #CD8D61 99%);
    display: inline-block;
    position: absolute;
    left: -30px;
    top: 0;
}


.tjxw_box ul {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
}

.tjxw_box ul::before {
    width: 0;
    height: 95%;
    content: '';
    display: inline-block;
    border-left: 1px solid #EBEBEB;
    position: absolute;
    left: 0;
    top: 15px;
}

.tjxw_box li {
    width: 100%;
    padding: 18px 0;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
}

.tjxw_box li::after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-bottom: 1px solid #E4B062;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.tjxw_box li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    border: 3px solid #A3844A;
    border-radius: 50%;
    position: absolute;
    left: -23px;
    top: 27px;
    opacity: 0;

}


.tjxw_box li .title {
    color: #0B0B0B;
    line-height: 28px;
    height: 28px;
    text-align: justify;
}

.tjxw_box li:hover::after {
    width: 100%;
}

.tjxw_box li:hover .title {
    color: #C48B4D;
    font-weight: bold;
}

.tjxw_box li:hover::before {
    opacity: 1;
}

.danye .dtl {
    padding: 0;
}



.search-form {
    margin-bottom: 40px;
    position: relative;
}


.search-form .form-control {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #C48B4D;
    outline: unset;
}

.search-form .btn {
    position: absolute;
    right: 0;
    border: none;
    height: 100%;
    padding: 0 15px;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
}

.padding-top-10 {
    padding-top: 10px;
}

.search_box {
    width: 100%;
}

.textlist2 li {
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    padding: 20px;
}

.textlist2 li .title {
    font-weight: bold;
    color: #2E2E2E;
}

.textlist2 li .desc {
    line-height: 23px;
    text-align: justify;
    color: #A5A5A5;
    margin: 10px 0;
}

.textlist2 li .dete {
    color: #666;
}

.textlist2 li:hover {
    background: #244584;
}

.textlist2 li:hover .dete {
    color: #fff;
}

.textlist2 li:hover .title {
    color: #fff;
}

.textlist2 li:hover .desc {
    color: #fff;
}

.pagination {
    text-align: center;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
}

.pagination li a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 35px;
    height: 37px;
    border-radius: 2px;
    border: solid 1px #dddddd;
    line-height: 37px;
    text-align: center;
    font-size: 16px;
    color: #595959;
    transition: All .4s ease-in;
    -webkit-transition: All .4s ease-in;
    -moz-transition: All .4s ease-in;
    -o-transition: All .4s ease-in;
}

.pagination li a:hover,
.pagination li.active a {
    background: #8A5742;
    color: #fff;
    border: solid 1px #8A5742;
}


.subNav2 {
    width: 100%;
    margin-bottom: 40px;
}

.subNav2 ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.subNav2 ul li {
    line-height: 40px;
    text-align: center;
    padding: 0 50px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #D8D8D8;
    margin-right: 10px;
}

.subNav2 ul li a {
    color: #2C2C2C;
}

.subNav2 ul li.on {
    background: #CD8D61;
    border: 1px solid #CD8D61;
    background: linear-gradient(180deg, rgba(222, 187, 124, 0.3) 0%, rgba(205, 141, 97, 0.3) 99%);
}

.subNav2 ul li.on a {
    color: #D86100;
    font-weight: bold;
}

.textlist_nodesc li .deter{
   margin-top: 30px;
}

.gphq-text{
    width: 100%;
}

.gphq-text .share p {
    font-size: 18px;
    line-height: 36px;
    text-align: center;
}

.gphq-text .share .p1 {
    font-size: 36px;
    padding-bottom: 20px;
    text-align: center;
}

.gphq-text .share .p1 a {
    color: #000;
    width: 100%;
    float: none;
    height: auto;
    margin: 0;
}

.gphq-text .share .p2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gphq-text .share .p2 .box {
    width: calc((100% - 90px) / 4);
    box-sizing: border-box;
    padding: 15px;
    margin: 15px 0;
    border: 1px solid #0F70E6;
    font-size: 18px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%), 0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
}

.gphq-text .share .p2 .box-ico {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gphq-img {
    text-align: center;
    margin-top: 40px;
}

.gphq-img img {
    width: 100%;
    max-width: 100%;
}

.gphq-text .share .right {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.gphq-text .share .ico {
    font-size: 34px;
}

.fzlc-img{
    width: 100vw;
    overflow-x: auto;
}

.fzlc-img a{
    display: inline-block;
    width: 100%;
}


.text-danger{
    color: red;
    font-weight: bold;
}


/*  招采中心 */

.danye_zcxx{
    width: 100%;
    padding: 10px 0 30px 0;
}

.danye_zcxx .col-name{
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
    background: linear-gradient(270deg, rgba(205, 170, 83, 0) 0%, #CD9C53 100%);
    backdrop-filter: blur(143px);
}

.danye_zcxx .col-name .name{
    line-height: 60px;
    height: 60px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 12px;
    bottom: 0;
    width: 203px;
    text-align: center;
    background: url(../img/hxcy-col-name.png) center no-repeat;
    background-size: 100% 100%;
}

.danye_zcxx ul{
    margin-bottom: 55px;
}

.danye_zcxx ul:last-of-type{
    margin-bottom: 0;
}

.danye_zcxx .text{
    width: 100%;
    background: url("../img/zczx-li-text-bg.png") no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 40px;
    cursor: pointer;
}

.danye_zcxx .text .title{
    color: #333;
}

.danye_zcxx .text .lxfs{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 35px 0;
}

.danye_zcxx .lxfs .box{
    display: flex;
    align-items: center;
    margin-right: 40px;
    color: rgba(51, 51, 51, 0.9);
}

.danye_zcxx .lxfs .icon{
    width: 37px;
    height: 37px;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #C48B4D;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.danye_zcxx .lxfs .icon span{
    color: #C48B4D;
    font-size: 18px;
}

.danye_zcxx .text .desc{
    color: #666;
}

.danye_zcxx .text:hover{
    background: url("../img/zczx-li-text-bg2.png") no-repeat;
    background-size: 100% 100%;
}

.danye_zcxx .text:hover .title{
    color: #C48B4D;
    font-weight: bold;
}


.page404{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page404 h2{
    font-size: 46px;
    color: #8f8f8f;
    font-weight: bold;
    margin: 40px 0 20px 0;
}

.page404 .text-404{
    font-size: 16px;
    color: #666;
}

.btn-404{
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.btn-404 a{
    font-size: 20px;
    margin-right: 20px;
    border-radius: 5px;
    background: #CFBC80;
    padding: 10px 15px;
    color: #fff;
}

.btn-404 span{
    font-size: 20px;
    color: #666;
}






