/** 自定义样式 **/
/* 导航栏整体样式 */
.ub-header-b {
    /* 你的自定义样式 */
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(108, 104, 104, 0.1);
    height: 80px;
}

/* 图片下方的搜索匡 */
.hu-ub-container,
.ub-mobile-container {
    padding: 1px;
    max-width: var(--container-width, 57rem);
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--size-margin)/ 2);
    padding-right: calc(var(--size-margin)/ 2)
}

.hu-ub-container.narrow,
.ub-mobile-container.narrow {
    max-width: 30rem
}

.hu-ub-container.narrow-lg,
.ub-mobile-container.narrow-lg {
    max-width: 40rem
}

/* 用户菜单 */
.ub-header-b .menu {
    /* 你的自定义样式 */
}

/* Logo区域 */
.ub-header-b .logo {
    /* 你的自定义样式 */
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ub-header-b .logo a img{
	height:5rem !important;
	vertical-align:middle;
	display:block;
 }
 
/* 主导航 */
.ub-container, .ub-mobile-container {
    max-width: var(--container-width, 57rem);
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--size-margin) / 2);
    padding-right: calc(var(--size-margin) / 2);
}
.ub-header-b .nav {
    /* 你的自定义样式 */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

/* 导航链接 */
.ub-header-b .nav a {
    /* 你的自定义样式 */
    color: #000000;
    padding:  1rem ;
    transition: color 0.3s;
    font-size: 1rem  ;
    min-width:6rem; /* 设置最小宽度，可根据需要调整 */
    text-align: center;
}

.ub-header-b .nav a:hover,
.ub-header-b .nav a.active {
    /* 悬停和激活状态样式 */
    color: #4a8375;
    
}

.ub-header-b .nav .sub-nav-item {
    background-color: #ffffff;
    color: #000;
}

.ub-header-b .nav .nav-item .sub-nav .sub-nav-item:hover {
    /* background-color: #ffffff; */
    color: #fff;
}

.ub-header-b .nav a:hover {
    background-color: #4a8375;
}

/* 移动端导航切换按钮 */
.ub-header-b .nav-toggle {
    /* 你的自定义样式 */
}

/* 响应式设计 */
@media (max-width: 768px) {
    .ub-header-b .nav {
        /* 移动端样式 */
    }
}

.hu_news.hu-search {
    text-align: center;
    margin: 20px 0;
    max-width: var(--container-width, 57rem);
    margin-left: 20px;
    margin-right: auto;
    padding-left: calc(var(--size-margin) / 2);
    padding-right: calc(var(--size-margin) / 2);
}

#s_btn {
    float: right;
    width: calc(100% - 225px);
    line-height: 45px;
    background: url(../../../theme/zhongdun/images/searchBt.png) no-repeat center;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

#formsearch {
    float: right;
    width: 280px;
    border: solid 1px #4a8375;
    border-radius: 8px;

}

#keyword {
    float: left;
    width: 220px;
    line-height: 45px;
    font-size: 14px;
    color: #999;
    padding-left: 15px;
    background: none;
}

#about_a {

    display: block;
    width: 144px;
    font-size: 16px;
    color: #fff;
    line-height: 46px;
    text-align: center;
    background: #4a8375;
    border-radius: 8px;
    margin-top: 50px;
    transition: all .3s ease;

}

.sousuo {
    box-shadow: 0px 2px 4px 3px #eee;
    /* margin-bottom: 10px; */
    background-color: #fff;
    font-size: .8rem;
}

.title {
    text-align: center;
}

.hu-nav-title p {
    font-size: 16px;
    color: #7e7e7e;
    margin-top: 10px;
}

.footer-title {
    font-size: 16px;
    text-align: left;
    color: #ffffff;
}

.title h3 {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    background: url(../../../theme/zhongdun/images/hengxian.png) no-repeat center;

}

/* 产品服务 */
.pro-show {
    margin-top: 30px;
    margin-bottom: 30px;
}

.pro-list {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.pro-list li {
    /* border: solid 1px #ddd; */
    width: 30%;
    margin: 0 1.6%;
    text-align: center;
    padding: 30px 40px;

    cursor: pointer;
}

.pro-img {
    width: 140px;
    height: 140px;
    align-items: center;
    justify-content: center;
    display: flex;
    border: solid 1px #eee;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    transition: all .8s ease;
}

.pro-img img {
    max-width: 100%;
}

.pro-list li:hover .pro-img {
    transform: rotateY(180deg);
    border: none;
    background: #17a1f8;
}

.pro-list li:hover .pro-img .img1 {
    display: none;
}

.pro-list li:hover .pro-img .img2 {
    display: block;
}

.pro-img .img2 {
    display: none;
}

.pro-list li h3 {
    font-size: 0.9rem;
    color: #333;
    font-weight: bold;
    margin-top: 25px;
}

.pro-list li p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-top: 20px;
}

.pro-list li a {
    display: block;
    font-size: 16px;
    color: #17a1f8;
    margin-top: 5px;
}

.pro-more {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 46px;
    background: #17a1f8;
    width: 246px;
    margin: 0 auto;
    border-radius: 8px;
    margin-top: 20px;
}

.pro-more span {
    margin-left: 15px;
}

.pro-more:hover {
    color: #fff;
}

/* 核心优势 */
.ys {
    background: url(../../../theme/zhongdun/images/ys_bg.png) no-repeat center;
    padding-top: 75px;
    padding-bottom: 75px;
}

.ys .title h3 {
    background: url(../../../theme/zhongdun/images/ys_hx.png) no-repeat center;
    color: #fff;
}

.ys .title p {
    color: #fff;
}

.ys-show {
    margin-top: 55px;
}

.ys-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ys-list li {
    float: left;
    width: 20%;
}

.ys-list li .ys-con {
    text-align: center;
    color: #fff;
    padding: 15px 20px;
    border-right: solid 1px rgba(255, 255, 255, 0.3);
    height: 100%;
}

.ys-list li:first-child .ys-con {
    border-left: solid 1px rgba(255, 255, 255, 0.3);
}

.ys-list li .ys-con h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 44px;
    border: solid 1px #fff;
    max-width: 200px;
    margin: 0 auto;
}

.ys-list li .ys-con h4 {
    font-size: 64px;
    font-weight: bold;
    font-family: Arial;
    margin-top: 45px;
}

.ys-list li .ys-con span {
    font-size: 24px;
    margin-top: 5px;
    display: block;
}

.ys-list li .ys-con p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 40px;
}

.customer {
    /* background: url(../../../theme/zhongdun/images/hzkh-bg.png) no-repeat center; */
    /* background: #fff; */
    padding-top: 60px;
    padding-bottom: 70px;
}

@media(max-width:1024px) {
    .customer {
        padding: 40px 0;
    }

    .cus-show {
        margin-top: 30px;
    }

}

.cus-show {
    margin-top: 50px;
}

.cus-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: -webkit-flex;
}

.cus-list li {
    overflow: hidden;
    float: left;
    width: 18.75%;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0px 2px 4px 3px #eee;
}

.cus-list li img {
    max-width: 100%;
}

/* 新闻中心 */
.news {
    padding-top: 65px;
    padding-bottom: 40px;
}

.new-show {
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: -webkit-flex;
}

.new-show .new-warp {
    width: 31.57%;
}

.new-top .new-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
}

.new-top .new-img a {
    overflow: hidden;
    display: block;
    position: relative;
}

.new-top .new-img a img {
    max-width: 100%;
    height: 200px;
    overflow: hidden;
}

.new-top .new-img a h3 {
    position: absolute;
    width: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 48px;
    background: rgba(0, 0, 0, 0.5) url(../../../theme/zhongdun/images/news_a_hover_bg.png) no-repeat 20px center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    left: 0;
    bottom: 0;
    padding: 0 15px 0 38px;
    transition: all .3s ease;
}

.new-top .new-img a h3 span {
    display: inline-block;
    width: 5.5px;
    height: 5.5px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
}

.new-top .new-img a:hover h3 {
    background: #17a1f8 url(../../../theme/zhongdun/images/news_a_hover_bg.png) no-repeat 20px center;
}

.new-lists {
    margin-top: 20px;
}

.new-lists li a {
    display: block;
    padding: 8px 0;
}

.new-lists li a h3 {
    float: left;
    font-size: 14px;
    color: #555;
    padding-left: 20px;
    background: url(../../../theme/zhongdun/images/news_a_h3_bg.png) no-repeat left center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s ease;
    width: calc(100% - 80px);
    line-height: 1.6;
}

.new-lists li a h3 span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #17a1f8;
    border-radius: 50%;
    margin-right: 10px;
}

.new-lists li a .new-time {
    float: right;
    margin-right: 10px;

    font-size: 14px;
    color: #999;
}

.new-lists li a:hover h3 {
    color: #17a1f8;
}

/* 每个页面分割 */
.hu-ub-container {
    margin: 20px 0px 0px 20px;
}

/* 每一页的左边菜单 */
.hu-page-left-box {
    margin-bottom: 20px;
}

.hu-page-left-title {
    background: #4a8375;
    padding: 10px 20px;
    position: relative;
}

.hu-page-left-title h3 {
    font-size: 1.1rem;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    z-index: 9;
}

.hu-page-left-title i {
    position: absolute;
    left: -5px;
    top: -9px;
    font-style: normal;
    font-size: 67px;
    font-weight: bold;
    opacity: .1;
    color: #fff;
    line-height: 1;
    z-index: 1;
    text-transform: uppercase;
}

.hu-page-left-title span {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    opacity: .6;
    margin-left: 10px;
    text-transform: capitalize;
}

.hu-page-left-title span:before {
    content: "/";
    padding-right: 5px;
}

.hu-page-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}


/* 内页左侧导航栏样式 */
.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav>li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav>li:last-child {
    border-bottom: none;
}

.xypg-left-nav>li>a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 0px 15px 18px;
    text-align: left;
}

.xypg-left-nav>li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../../../theme/zhongdun/images/icon_spirit.png) 0 -240px no-repeat;
}

.latest-news {
    padding: 10px 0;


}

.latest-news li {
    padding: .5em 1em;
    font-size: 14px;
}

.latest-news li a {
    display: block;
    line-height: 1.2;
    color: #5a5a5a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.latest-news li a:before {
    content: '+';
    font-weight: bold;
    margin-right: 5px;
    font-size: 16px;
}

.page-wrap-contact {
    padding: 10px 0;
    font-size: 14px;
}

.page-wrap-contact h4 {
    padding: .3em 1.4em .8em 1.4em;
    font-size: 16px;
    color: #000000;
}

.page-wrap-contact p {
    border-top: 1px solid #eee;
    position: relative;
    margin-bottom: 0;
    padding: .8em 1.4em;
    color: #2f2f2f;
}

.item-k {
    border-bottom: 1px solid #ccc;
    /* 添加底部横线 */
    margin-bottom: 5px;
    background: #5a5a5a;
}

.page-product-inquiry {
    margin-top: 30px;
}

.page-product-inquiry a {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    background: #17a1f8;
    padding: .5em 1.875em;
    border-radius: 2em;
}

.page-product-inquiry a:hover {
    opacity: .8;
}


.ub-html.lg p {
    font-size: 1em !important;
    color: #333;
    line-height: 1.6;
    margin-bottom: 1em;
}

.ub-footer-link.reverse {
    background: #4a8375;
    color: #ffffff;
}

.ub-footer-link.reverse a {
    color: #ffffff;
}

.tw-text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(255, 255, 255);
}

.hu-font-color list {
    color: #ffffff;
}

.hu-heer-ub-container {
    height: 450px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: var(--container-width, 57rem);
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--size-margin) / 2);
    padding-right: calc(var(--size-margin) / 2);

}

.btn-primary {
    background-color: #4a8375;
}

.ub-footer-link {
    padding: 0;
}

.hu_heer_ub_container {
    height: 500px;
    margin: 0px;
    box-shadow: 0px 2px 4px 3px #eee;
    background-color: #fff;
    font-size: .8rem;
}


/* 赫尔fang */
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.box1 {
    margin: 5% 0 40px;
}

.wh {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

/*  */
.box1 {
    margin: 5% 0 40px;
}

.bt1 {
    text-align: center;
}

.bt1 dd {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}

.bt1 dt {
    line-height: 1;
    color: #999999;
    font-size: 16px;
    margin-top: 20px;
}

.pbox {
    margin-top: 5.7%;
}

.mySwiper {
    width: 47%;
    overflow: hidden;
    position: relative;
}

.mySwiper .swiper-slide .img {
    border: solid 1px #999999;
    display: block;
}

.mySwiper .swiper-slide .img img {
    width: 100%;
}

.mySwiper .swiper-slide h3 a {
    color: #666666;
    font-size: 18px;
    display: block;
    font-weight: normal;
    text-align: center;
    padding: 26px 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.plist {
    width: 48.85%;
}

.plist li {
    margin-bottom: 11%;
    width: 47.77%;
}

.plist li .img {
    display: block;
    border: solid 1px #999999;
}

.plist li .img img {
    width: 100%;
}

.plist li h3 a {
    display: block;
    font-weight: normal;
    color: #666666;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 14px;
}

.mySwiper .swiper-slide:hover h3 a,
.plist li:hover h3 a {
    color: #4e897b;
}

.mySwiper .swiper-slide p {
    color: #666666;
    line-height: 24px;
    font-size: 15px;
}

.mySwiper .swiper-pagination {
    position: absolute;
    bottom: auto;
    top: 67%;
    text-align: right;
    width: 94%;
}

.mySwiper .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background-color: #999999;
    opacity: 1;
}

.mySwiper .swiper-pagination-bullet-active {
    background-color: #4e897b;
}




/*  */
.box2 {
    background: url(../../../theme/zhongdun/images/about_bg_index.png) no-repeat top center;
    background-size: cover;
    padding-top: 6.4%;
}

.box2 .bt1 dd {
    color: #fff;
}

.box2 .bt1 dt {
    color: #fff;
}

.abox {
    margin-top: 5.8%;
}

.aleft {
    width: 67%;
}

.jian {
    background-color: #ffffff;
    margin-bottom: 25px;
    padding: 42px 36px 50px 32px;
}

.aleft h3 {
    color: #333333;
    font-size: 20px;
}

.line2 {
    width: 57px;
    height: 3px;
    background-color: #4e897b;
    margin: 17px 0 30px;
}

.acon {
    color: #333333;
    font-size: 15px;
    line-height: 24px;
}

.aleft a {
    display: block;
    width: 123px;
    height: 35px;
    background-color: #4e897b;
    border-radius: 18px;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin-top: 40px;
}

.aul li {
    width: 31.7%;
    background: url(../../../theme/zhongdun/images/index_box2_aul_li.png) no-repeat bottom center;
    padding-bottom: 107px;
}

.aul li img {
    width: 100%;
}

.aright {
    padding-bottom: 107px;
    background: url(../../../theme/zhongdun/images/index_box2_arigh.png) no-repeat bottom right;
    width: 26.7%;
    background-size: 88.3%;
}

.mySwiper2 {
    position: relative;
    overflow: hidden;
    padding-right: 28px;
}

.abox2 {
    position: relative;
    height: 100%;
    background: url(../../../theme/zhongdun/images/index_box2_abox2.png) no-repeat right top;
    background-size: 88.3% 100%;
}

.abox2:after {
    content: '';
    background-color: #4e897b;
    width: 100%;
    height: 100%;
}

.dbt {
    padding: 42px 0 0 58px;
}

.dbt dd {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
}

.dbt dt {
    color: #ffffff;
    font-size: 13px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-top: 5px;
}

.mySwiper2 .swiper-slide img {
    box-shadow: 6px 12px 9px 0px rgba(0, 0, 0, 0.31);
    width: 100%;
}

.mySwiper2 .swiper-slide {
    margin: 27px 0 30px;
}

.m1 {
    padding-left: 35px;
}

.m1 a {
    display: block;
    width: 123px;
    height: 35px;
    background-color: #ffffff;
    border-radius: 18px;
    line-height: 35px;
    text-align: center;
    color: #666666;
    font-size: 15px;
    margin: 0 auto;
    margin-top: 45px;
}

.jian2 {
    font-size: 0;
    text-align: center;
    background: url(../../../theme/zhongdun/images/index_box2_jian2.png) no-repeat center;
}

.swiper-button-prev2,
.swiper-button-next2 {
    width: 53px;
    height: 25px;
    display: inline-block;
}

.swiper-button-next2 {
    background: #ffffff url(../../../theme/zhongdun/images/index_box2_nex2.png) no-repeat center;
}

.swiper-button-next2:hover {
    background: #376e3c url(../../../theme/zhongdun/images/index_box2_nex2_hover.png) no-repeat center;
}

.swiper-button-prev2 {
    background: #ffffff url(../../../theme/zhongdun/images/index_box2_prev2.png) no-repeat center;
}

.swiper-button-prev2:hover {
    background: #376e3c url(../../../theme/zhongdun/images/index_box2_prev2_hover.png) no-repeat center;
}




/*  */
.box3 {
    margin: 6.4% 0 3.8%;
}

.cul {
    margin-top: 6%;
}

.cul li {
    width: 32.1%;
}

.cul li .img {
    display: block;
    border: solid 1px #999999;
}

.cul li h3 a {
    display: block;
    font-weight: normal;
    color: #666666;
    font-size: 18px;
    text-align: center;
    padding-top: 23px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cul li:hover h3 a {
    color: #4e897b;
}

.cc {
    background: url(../../../theme/zhongdun/images/about_bg_index.png) no-repeat center top;
    background-size: 100% 100%;
    padding: 0 7px 16px 7px;
}

.cul li .img img {
    width: 100%;
}


/*  */
/* .box4{background-color: #f8f8f8;padding: 5.6% 0 5%;} */
.box4 {
    margin: 6.4% 0 3.8%;
}

.bt2 h3 {
    color: #4e897b;
    font-size: 32px;
}

.bt2 i {
    width: 345px;
    height: 34px;
    background: url(../../../theme/zhongdun/images/index_box4_bt2.png) no-repeat center;
    line-height: 34px;
    text-align: center;
    margin-left: 65px;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
}

.p1 {
    color: #999999;
    font-size: 25px;
    font-family: 'Calibri';
    font-style: italic;
    text-transform: uppercase;
}

.te {
    margin-top: 5.8%;
}

.ysimg {
    width: 44.4%;
}

.ysimg img {
    display: block;
    width: 100%;
}

.fbox {
    width: 47.8%;
}

.fbox h3 {
    color: #df9618;
    font-size: 22px;
    height: 52px;
    border: solid 1px #df9618;
    line-height: 50px;
    padding: 0 5px 0 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ful {
    margin: 46px 0;
    padding-left: 18px;
    margin-left: 13px;
    background: url(../../../theme/zhongdun/images/index_box4_ful.png) no-repeat left top;
    padding-bottom: 7px;
}

.ful li b {
    color: #4e897b;
    font-size: 15px;
    font-style: italic;
}

.ful li p {
    color: #666666;
    font-size: 15px;
    line-height: 33px;
}

.ful li {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #c5c5c5;
}

.ful li:hover p {
    color: #4e897b;
}

.m2 {
    font-size: 0;
    text-align: center;
}

.m2 a {
    display: inline-block;
    width: 136px;
    height: 47px;
    background: url(../../../theme/zhongdun/images/index_box4_a.png) no-repeat center;
    color: #4e897b;
    font-size: 15px;
    line-height: 47px;
    text-align: center;
    margin: 0 65px;
}

.m2 a:hover {
    background: url(../../../theme/zhongdun/images/index_box4_a_hover.png) no-repeat center;
    color: #fff;
}



/*  */
.box5 {
    background: url(../../../theme/zhongdun/images/index_zxly_bg.png) no-repeat top center;
    background-size: cover;
    padding: 3% 0 3.2%;
}

.gywm {
    max-width: 1111px;
    background: rgba(255, 255, 255, .8);
    padding: 47px 9.5% 34px;
    margin: 0 auto;
}

.gsjj {
    color: #6d6d6d;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    position: relative;
    padding: 24px 0;
    border-bottom: 1px solid #cdcdcd;
}

.d1 {
    position: absolute;
    top: 0;
    left: 0;
}

.d2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.tj input {
    display: block;
    width: 123px;
    height: 35px;
    background-color: #4a8375;
    border-radius: 18px;
    line-height: 35px;
    text-align: center;
    outline: none;
    border: none;
    margin: 0 auto;
    color: #ffffff;
    font-size: 14px;
}

.ycon {
    margin: 14px 0 37px;
}

.yan {
    margin-top: 45px;
}

.ycon textarea {
    outline: none;
    border: none;
    height: 103px;
    width: 100%;
    background: #eee;
    color: #999999;
    font-size: 15px;
    padding: 10px;
}

.xm {
    width: 31.7%;
}

.xm input {
    display: block;
    width: 100%;
    border: none;
    height: 45px;
    background-color: #eeeeee;
    color: #999999;
    font-size: 15px;
    padding-left: 15px;
    outline: none;
}

.yan ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999999;
}

.yan :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
}

.yan ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
}

.yan :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
}

.yzm {
    width: 31.7%;
}

.yzm #checkcode {
    height: 45px;
    background-color: #eeeeee;
    width: calc(100% - 155px);
    border: none;
    outline: none;
    padding-left: 14px;
    color: #999999;
    font-size: 15px;
}





/*  */
.box6 {
    margin: 6% 0 4.7%;
}

.nul {
    margin-top: 4.7%;
}

.nul li {
    width: 31.7%;
}

.nul li .img {
    display: block;
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.nul li .img img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.nul li h3 a {
    display: block;
    color: #333333;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    margin: 57px 0 20px;
}

.nul li p {
    color: #666666;
    font-size: 15px;
    line-height: 24px;
    margin-top: 15px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.nul li:hover h3 a {
    color: #4e897b;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	overflow: hidden;
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wh {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-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);
}


/* 友情链接 */

.c-link {
    padding: 20px 0;
    font-size: 15px;
    color: #4e897b;
    line-height: 24px;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
}

.c-link dd {
    width: calc(100% - 70px)
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255, 255, 255, .6);
    padding: 10px;
    min-width: 120px;
}

.c-link a {
    color: #2a333c;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}

@media(max-width: 1280px) {
    .m2 a {
        margin: 0 30px;
    }

    .fbox h3 {
        font-size: 18px;
    }

    .ful {
        margin: 20px 0;
    }

    .yan #codeimg {
        width: 120px;
        height: 45px;
    }

    .yzm #checkcode {
        width: calc(100% - 120px);
    }
}

@media(max-width: 991px) {
    .bt2 h3 {
        font-size: 26px;
    }

    .bt2 i {
        margin-left: 20px;
        font-size: 20px;
    }

    .ful li p {
        font-size: 13px;
        line-height: 23px;
    }

    .p1 {
        font-size: 20px;
    }

    .m2 a {
        margin: 0 10px;
    }
}











@media(max-width: 768px) {
    .plist li h3 a {
        font-size: 14px;
    }

    .mySwiper .swiper-slide h3 a {
        font-size: 16px;
    }

    .mySwiper .swiper-slide p {
        font-size: 14px;
        line-height: 22px;
    }

    .mySwiper .swiper-pagination {
        top: 60%;
    }

    .aleft,
    .aright {
        width: 100%;
    }

    .aleft {
        margin-bottom: 20px;
    }

    .aul li {
        padding-bottom: 30px;
        background-size: 100%;
    }

    .dbt {
        padding-top: 30px;
    }

    .aright {
        padding-bottom: 30px;
    }

    .abox2 {
        padding-bottom: 30px;
    }

    .jian {
        padding: 20px 15px;
    }

    .aleft a {
        margin-top: 20px;
    }

    .dbt dd {
        font-size: 24px;
    }

    .dbt dt {
        font-size: 12px;
    }

    .nul li h3 a {
        margin: 20px 0 10px;
    }

    .ft1 {
        display: none;
    }

    .foot {
        padding: 20px 0;
    }

    .ft2 {
        border: none;
    }
}

@media(max-width: 640px) {
    .bt1 dd {
        font-size: 24px;
    }

    .bt1 dt {
        margin-top: 10px;
        line-height: 20px;
        font-size: 12px;
    }

    .box1 {
        margin: 30px 0 15px;
    }

    .mySwiper {
        margin-bottom: 20px;
    }

    .mySwiper,
    .plist {
        width: 100%;
    }

    .plist li {
        margin-bottom: 15px;
    }

    .cul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .cul li h3 a {
        font-size: 16px;
        padding-top: 15px;
    }

    .box4 {
        padding: 30px 0;
    }

    .bt2 h3 {
        float: none;
        width: 100%;
        font-size: 24px;
    }

    .bt2 i {
        margin-top: 10px;
        margin-left: 0;
        float: none;
        width: 100%;
        display: block;
    }

    .p1 {
        font-size: 14px;
        margin-top: 5px;
    }

    .ysimg {
        margin-bottom: 20px;
    }

    .ysimg,
    .fbox {
        width: 100%;
        float: none;
    }

    .fbox h3 {
        padding: 0 5px;
        font-size: 14px;
        text-align: center;
    }

    .m2 a {
        margin: 0;
    }

    .m2 a:last-child {
        margin-left: 10px;
    }

    .gywm {
        padding: 20px 15px;
    }

    .gsjj {
        font-size: 13px;
        line-height: 24px;
    }

    .yan {
        margin-top: 20px;
    }

    .xm {
        width: 100%;
        margin-bottom: 10px;
    }

    .yzm {
        width: 100%;
    }

    .ycon {
        margin-bottom: 20px;
    }

    .box5 {
        padding: 30px 0;
    }

    .box6 {
        margin: 30px 0 0 0;
    }

    .nul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .nul li .img {
        height: 180px;
    }

    .nul li h3 a {
        font-size: 16px;
    }

    .nul li p {
        font-size: 14px;
    }

    .ft2 {
        font-size: 12px;
        padding: 15px 0;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

/* 导航面包屑 */
.ub-breadcrumb {
    min-height: 2rem;
    padding: .5rem 0;
	white-space: nowrap;
    overflow: auto;
}


/* hu 25.9.25 默认显示PC导航，隐藏移动端菜单 */
.pc-nav {
    display: block;
}

.mobile-menu {
    display: none;
}

/* 在小屏幕设备上切换显示 */
@media (max-width: 768px) {
    .pc-nav {
        display: none !important;
    }

    .mobile-menu {
        display: block;
    }

    .ub-header-b .nav-toggle {
        display: block;
    }
}

@media (min-width: 769px) {
    .ub-header-b .nav-toggle {
        display: none;
    }

    .pc-nav {
        display: block !important;
    }
}




/*手机端头部*/
.xymob-head {
    position: fixed;
    top: 0;
    z-index: 999999;
    left: 0;
    right: 0;
    background: #151515;
}

.xymob-head-box {
    position: relative;
    height: 60px;
}

.xymob-head-box .xymob-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 70%;
    height: 40px;
    text-align: center;
}

.xymob-head-box .xymob-logo h2, .xymob-head-box .xymob-logo a {
    display: inline;
    font-size: 0;
}

.xymob-head-box .xymob-logo img {
    height: 44px;
}

.xymob-navbtn {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto 0 auto 27px;
    width: 30px;
    height: 20px;
}

.xymob-navbtn span, .xymob-navbtn:after, .xymob-navbtn:before {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.xymob-navbtn span {
    margin: 7px 0;
}

.xymob-navbtn:after, .xymob-navbtn:before {
    content: '';
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
}

.xymob-navbtn.clicked span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

.xymob-navbtn.clicked:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.xymob-navbtn.clicked:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.xymob-search-btn {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14%;
    text-align: center;
    line-height: 60px;
}

.xymob-search-btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.xymob-search-btn .icon-font:after {
    background-position: -30px -210px;
}

.xymob-menu {
    display: none;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    height: 100vh;
    background: #151515;
    padding: 0 10%;
}

.xymob-menu .xymob-menu-box {
    height: 100vh;
    overflow: auto;
    padding-bottom: 80px;
}

.xymob-nav > li {
    border-bottom: 1px solid #2b2b2b;
    position: relative;
}

.xymob-nav > li > a {
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
}

.xymob-nav .xymob-menu-jt {
    position: absolute;
    width: 20%;
    height: 50px;
    line-height: 50px;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 9;
}

.xymob-nav .xymob-menu-jt .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.xymob-nav .xymob-menu-jt .icon-font:after {
    background-position: -30px -240px;
}

.xymob-nav .xymob-menu-jt.clicked .icon-font:after {
    background-position: -30px -270px;
}

.xymob-nav .xymob-sub-menu {
    background: #1E1E1E;
    display: none;
}

.xymob-nav .xymob-sub-menu > li {
    border-top: 1px dashed #2b2b2b;
}

.xymob-nav .xymob-sub-menu > li > a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 40px;
    text-indent: 2em;
}

.xymob-dlbtn {
    margin-top: 40px;
}

.xymob-dlbtn a {
    text-align: center;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #4e897b;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}

.xymob-dlbtn a i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.xymob-dlbtn a .icon-dl:after {
    background-position: -30px -540px;
}

.xymob-dlbtn a .icon-pn:after {
    background-position: -30px -600px;
}

.xymob-dlbtn a .icon-tc:after {
    background-position: -30px -570px;
}

.xymob-dlbtn .zx-btn {
    margin-top: 10px;
    background: none;
    border: 1px solid #fff;
}

.xymob-search {
    position: fixed;
    z-index: 99999;
    left: 100%;
    bottom: 0;
    top: 0;
    width: 100%;
    background: #151515;
    padding: 15px 15% 0 15%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.xymob-search .xymob-search-close-btn {
    position: absolute;
    top: 27px;
    left: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

@media (max-width: 420px) {
    .xymob-search .xymob-search-close-btn {
        left: 15px;
    }
}

.xymob-search .xymob-search-close-btn i {
    width: 100%;
    height: 100%;
    display: block;
}

.xymob-search .xymob-search-close-btn i:after {
    background-position: -30px -300px;
}

.xymob-search .xymob-search-box {
    height: 50px;
    border-bottom: 2px solid #2d2d2d;
}

.xymob-search .xymob-search-box input[type="text"] {
    width: 80%;
    float: left;
    background: none;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 0.3);
    font-family: "Microsoft YaHei";
    font-size: 16px;
    height: 50px;
}

.xymob-search .xymob-search-box #s_btn {
    width: 20%;
    height: 50px;
    outline: none;
    cursor: pointer;
    font-size: 0;
    background: none;
    border: none;
}

.xymob-search .xymob-search-box #s_btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.xymob-search .xymob-search-box #s_btn .icon-font:after {
    background-position: -30px -210px;
}

.xymob-search .xymob-seaerch-wz span, .xymob-search .xymob-seaerch-wz a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 45px;
    border-bottom: 1px solid #2b2b2b;
}

.xymob-search.clicked {
    left: 0;
}

.icon-font {
    position: relative;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../../../theme/zhongdun/images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

