@charset "utf-8";
a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

a:link {
    text-decoration: none;
    /* 指正常的未被访问过的链接*/
}

body,
html {
    font-size: 100px;
    /* overflow-y: hidden 
    scrollbar-width: none;*/
    height: 100%;
}
/* scrollbar css */
/* width */
::-webkit-scrollbar {
  width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #d7d7d7;
  border-radius: 6px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 6px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #006431;
}
/*end*/
@media screen and (max-width: 768px) {
    body,
    html {
    font-size: 58px;
    /* overflow-y: hidden 
    scrollbar-width: none;*/
    }
}

a:visited {
    text-decoration: none;
    /*指已经访问过的链接*/
}

a:hover {
    text-decoration: none;
    /*指鼠标在链接*/
}

a:active {
    text-decoration: none;
    /* 指正在点的链接*/
}

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


/*清除number的默认样式,就是那个上下加减的箭头*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}


/*禁止textarea拉伸*/

textarea[type="textarea"] {
    resize: none;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

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

body,
p,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

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

.OF-fill {
    object-fit: fill;
    font-family: 'object-fit: fill';
}

.OF-contain {
    object-fit: contain;
    font-family: 'object-fit: contain';
}

.OF-cover {
    object-fit: cover;
    font-family: 'object-fit: cover';
}

.back_bottom {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 99999999;
}

#phone_click {
    width: 7.2rem;
    background: #FFFFFF;
    box-shadow: 7px 7px 40px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    display: none;
}

#phone_click2 {
    width: 6.62rem !important;
    background: #FFFFFF;
    box-shadow: 7px 7px 40px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    display: none;
}

.spandisplay {
    display: block;
}

.spandisplay_two {
    display: none;
}


/*.supply_chain_botom_two>div{*/


/*    width: 23.5%;*/


/*}*/

#phone_click .center {
    width: 90%;
    margin: 0.5rem auto 0.3rem;
}

#phone_click .center .title {
    font-size: 0.3rem;
    font-weight: 500;
    color: #333333;
}

#phone_click .bot {
    font-size: 0.14rem;
    font-weight: 500;
    color: #AAAAAA;
}

#phone_click .xiantiao {
    width: 100%;
    height: .03rem;
    background: #EEEEEE;
    margin: 0.2rem auto 0.3rem;
}

#phone_click .center span {
    margin-left: 0.1rem;
    font-size: 0.18rem;
    color: #333333;
}

@media screen and (max-width: 768px) {
    #phone_click .center .title {
        font-size: 0.26rem;
    }
    #phone_click .bot {
        font-size: 14px;
    }
    #phone_click .center span {
        font-size:14px;
    }
    .Brand .Brand_map .Brand_map_content img {
        /*width: 90% !important;*/
    }
    #phone_click .contact-us-wrap .item-title{
        font-size: 14px!important;
    }
}

#phone_click .center {
    position: relative;
}


/* 联系我们二维码开始 */

#phone_click .contact-us-wrap {
    display: flex;
    max-width: 4.8rem;
    justify-content: space-around;
    margin: .4rem auto;
}

#phone_click .contact-us-wrap .item-title {
    font-size: .16rem;
    margin-top: .14rem;
    text-align: center;
    color: #333;
}

#phone_click .contact-us-wrap .item-img {
    width: 1.2rem;
    height: 1.2rem;
    display: block;
}


/* 联系我们二维码结束 */

.bottom_no {
    width: 100%;
    border-top: 1px #EEEEEE solid;
}

.bottom_no>div {
    width: 1rem;
    height: 0.36rem;
    line-height: 0.36rem;
    background: #1B9A31;
    color: #FFFFFF;
    text-align: center;
    margin: 0.2rem auto;
    cursor: pointer;
    font-size: 0.14rem;
}

#phone_click .icon_bot {
    height: 0.4rem;
    line-height: 0.4rem;
    display: flex;
    align-items: center;
}
#phone_click .icon_bot svg{
    margin: 0;
    width: 20px;
    height: auto;
}
.Brand_botton {
    display: none;
}

.Brand_botton>span:nth-child(3) {
    text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.1rem;
}

.Brand_botton>span:nth-child(2) {
    /*overflow: hidden; */
    /*text-overflow:ellipsis;*/
    /*white-space: nowrap;*/
}

.Brand_botton span {
    color: #666666;
    font-size: 0.22rem;
    display: block;
    width: 100%;
}

.header-space {
    height: 1rem;
}

.article {
    position: relative;
    z-index: 3;
    max-height: 1440px;
}

.aritice_txt {
    position: absolute;
    bottom: 20%;
    right: 12.4%;
    z-index: 99;
}

.aritice_txt p {
    font-size: 0.6rem;
    font-weight: bold;
    /*color: #FDF6EB;*/
    color: #FFFFFF;
    text-align: right;
}

.aritice_txt p:nth-child(2) {
    font-size: 0.18rem;
    font-weight: 500;
    /*color: #FDF6EB;*/
}


/* 首页 */

#demo2 {
    width: 100%;
    height: 0.7rem;
    background: #006431;
    position: fixed;
    z-index: 100;
    transition: 0.5s;
}

#demo2 .global_img_ {
    height: 1rem;
}

#demo2 .global_img_ {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#demo2 .global_img_>a {
    display: block;
    border-left: 1px solid #eee;
    padding: 0 0.2rem;
    /* margin-top: 0.4rem; */
    /* border-right: 1px solid #eee; */
}

@media screen and (max-width: 1024px) {
    #demo2 {
        height: 1rem;
    }
    .footer__container {
        align-items: center !important;
    }
    .footer__container_ul li:first-child a {
        margin-bottom: 0 !important;
        padding: 0.05rem 0;
    }
    #demo2 ul li:hover .nav_list_bottom {
        /*display: none!important;*/
    }
    #demo2 .global_img_ {
        display: block;
        height: auto;
    }
}

#demo2>div {
    /* width: 100%; */
    padding: 0 1rem;
    display: flex;
    position: relative;
    height: 100%;
}

#demo2 .logo {
    z-index: 1000;
    width: 1.4rem;
    height: 1.36rem;
    background: #FFFFFF;
    border-radius: 0rem 0rem 1rem 1rem;
    padding-top: .34rem;
    margin-right: auto;
    position: absolute;
    top: 0;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}

#demo2 .logo img {
    display: block;
    margin: 0 auto;
    width: 80% !important;
    padding-top: 0.04rem;
}

#demo2 ul {
    max-width: 9rem;
    /*height: 1rem;*/
    /*line-height: 1rem;*/
    height: 100%;
    margin-left: auto;
    display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: center;
    padding-left: 1.4rem;
}

#demo2 ul li a {
    display: block;
    height: auto;
    line-height: 1rem;
    font-size: 0.16rem;
    color: #FFFFFF;
}

#demo2 ul li a {
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

#demo2 ul li a img.yy {
    width: 18px;
    height: 18px;
    display: block;
}
#demo2 ul li a img{
    display: none;
}

#demo2 ul li a img {
    vertical-align: middle;
}

#demo2 ul li a span {
    position: absolute;
    bottom: 0.2rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 0.28rem;
    height: 0.03rem;
    background: #FFFFFF;
    display: block;
}

#demo2 ul li a:hover span {
    display: block;
}

#demo2 ul li a span {
    display: none;
}

#demo2 .right {
    display: none;
}

#demo2 ul li:last-child {
    align-items: center;
    justify-content: center;
    display: flex;
    height: 0.34rem;
}

#demo2 ul li:last-child a {
    display: block;
    width: 1.1rem;
    height: 0.34rem;
    line-height: 0.34rem;
    background: #FFFFFF;
    color: #006431;
    text-align: center;
}

#demo2 ul li {
    position: relative;
    z-index: 10;
}

#demo2 .nav_list_bottoms {
    width: 1.4rem;
    /* height: 1.6rem; */
    background: #FFFFFF;
    position: absolute;
    top: 0.6rem;
    z-index: 9999999999;
    left: -0.35rem;
    /* right: 0rem; */
    right: 3.5rem;
    margin: auto;
    /* border: 1px #f00 solid; */
    /* opacity: 0; */
    display: none;
    transition: opacity .3.5s ease-in-out;
    -moz-transition: opacity .3.5s ease-in-out;
    -webkit-transition: opacity .3.5s ease-in-out;
    box-shadow: 0rem 5px 15px 5px rgba(0, 0, 0, 0.1);
}

#demo2 .nav_list_bottom {
    width: 1.4rem;
    /* height: 1.6rem; */
    background: #FFFFFF;
    position: absolute;
    top: 0.6rem;
    z-index: 9999999999;
    left: -0.35rem;
    /* right: 0rem; */
    right: 3.5rem;
    margin: auto;
    /* border: 1px #f00 solid; */
    /* opacity: 0; */
    display: none;
    transition: opacity .3.5s ease-in-out;
    -moz-transition: opacity .3.5s ease-in-out;
    -webkit-transition: opacity .3.5s ease-in-out;
    box-shadow: 0rem 5px 15px 5px rgba(0, 0, 0, 0.1);
}

#demo2 .nav_list_bottom a:hover {
    color: #1B9A31;
}

#demo2 .nav_list_bottom a {
    color: #999;
    height: 0.34rem;
    line-height: 0.34rem;
    text-align: center;
    display: block;
    width: 100%;
}

#About_hj_001 .about_001 {
    /*z-index: -1;*/
}

#demo2 .nav_list_bottom a {
    height: 0.6rem;
    lineheight: 0.6rem;
    width: 85%;
    margin: 0 auto;
    border-bottom: 1px #EEEEEE solid;
    display: flex;
    align-items: center;
    justify-content: center;
}

#demo2 .nav_list_bottom a:last-child {
    border: none;
}

#demo2 ul {}

.displayBlock {
    display: block !important;
}


/* 轮播图样式 */

.content .swiper-container1 .swiper-slide img,
.par_bacx>img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
}

#swiper {
    overflow: hidden;
    zoom: 1;
    height: 8rem;
}

.content .swiper-container1 .swiper-slide-active img,
.content .swiper-slide-duplicate-active img {
    transition: 16s linear;
    transform: scale(1.2, 1.2);
    display: block;
}

#about_content_001 .List_page_002>div .buttones a {
    color: #666666;
}

#about_content_001 .List_page_002 a {
    color: #666666;
}


/* 轮播图分页样式 */


/* .swiper-container1 .swiper-pagination-bullet { width: 0.42rem !important; height: 0.07rem !important; border-radius: 0 !important; opacity: 1 !important; border: 1px solid #FFFFFF; /* border: 1px #f00 solid; */

bottom: 1rem;

}

/* .content{ height: 10rem;} */

/* .swiper-container1 { overflow: hidden; zoom: 1;} */

/* .swiper-container1 img  {width: 100%; height: 100%; } */

/* .swiper-container-horizontal> .swiper-pagination{1rem} */

/* .swiper-pagination-bullet{background: none!important;} */

/* .swiper-container1 .swiper-pagination { position: absolute; bottom: 0.7rem; } */

/* .swiper-container1 .swiper-pagination-bullet-active {background: #FFFFFF !important; } */
*/ .swiper-wrapper {
    height: 9rem
}

/* guanyu */
#about_hJ {
    max-height: 1267px;
    display: flex;
    align-items: center;
    justify-content: center;
  /*  background: url(/img/hongjiu.html) no-repeat #f9f9f9; */
    width: 100%;
    /*height: 88%;*/
    
    padding: .8rem 0;
  /*  background: url(/img/hongjiu.html) no-repeat center center #f9f9f9; */
    background-size: cover;
}
h2 {
    font-size: 0.48rem;
    text-align: center;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
}
#about_hJ h2,
#exit_cont h2 {
    padding-top: 0rem;
}
#about_hJ .text_button {
    margin: 0.1rem auto 0rem;
}
#exit_cont .exit_cont_001 {
    margin: 0.75rem auto 0;
}
.eling {
    font-size: 0.18rem !important;
}
#about_hJ .Gif_img {
    margin:20px auto;
    display: block;
    width: 100%;
    max-width:8.5rem;
    height: 4.5rem;
}
#about_hJ .Gif_img img {
    width: 100%;
    height: 4.5rem;
    object-fit: contain;
}
.text_title {
    width: 100%;
    max-width: 8.99rem;
    font-size: 0.18rem;
    font-weight: 400;
    color: #666666;
    margin: 0 auto 0.4rem;
    line-height: 0.28rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /*想省略几行就写几*/
    
    -webkit-box-orient: vertical;
}
.text_button {
    width: 1.6rem;
    height: 0.5rem;
    border: 1px solid #006431;
    color: #006431;
    /* opacity: 0.5; */
    
    text-align: center;
    line-height: 0.5rem;
    margin: 0.1rem auto 0.8rem;
    display: block;
    font-size: 0.18rem;
    cursor: pointer;
}
.text_button a {
    height: inherit;
    line-height: inherit;
    color: #006431;
    display: block;
    /*-webkit-tap-highlight-color: rgba(255, 255, 255, 0);*/
    /*   -webkit-user-select: none;*/
    /*   -moz-user-focus: none;*/
    /*   -moz-user-select: none;*/
}

/* 品牌 */
#fuiter_content {
    position: relative;
    overflow: hidden;
    max-height: 1440px;
    max-width: 2560px;
    margin: 0 auto;
}
#fuiter_content>div:first-child {
    height: 100%;
}
#fuiter_content .fuiter_001 {
    display: flex;
    height: 100%;
}
#fuiter_content .fuiter_001>div {
    display: '';
}
#fuiter_content .fuiter_001 .left {
    width: 50%;
    height: auto;
    /* z-index: 9; */
}
#fuiter_content .fuiter_001 img {
    /*height: 810px;*/
    width: 100%;
    object-fit: cover;
    height: 100%;
}
#fuiter_content .right {
    width: 50%;
    margin-left: auto;
}
#fuiter_content .left {
    margin-right: auto;
}
#fuiter_content .right .text_title {
    width: 5.15rem;
    font-size: 0.18rem;
    color: #666;
    line-height: 0.28rem;
    /*text-align: left;*/
}
#fuiter_content .right h2 {
    margin: 1.4rem 0 0.2rem 0;
}

/* 品牌选过选项卡点击 */
#par_fuiter_click {
    width: 10.4rem;
    position: absolute;
    bottom: 2.7rem;
    /*left: 44%;*/
    
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    justify-content: space-around;
}
#par_fuiter_click b {
    display: block;
    text-align: center;
    font-size: 0.18rem;
    font-weight: 500;
    color: #265830;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 0.6rem;
    margin: 0 auto;
    width: 100%;
}
#par_fuiter_click>div {
    cursor: pointer;
    width: 1.23rem;
    height: 1.23rem;
    background: #FFFFFF;
    border: 0.03rem solid #F5D9C2;
    box-shadow: 0rem 0rem 1rem 0rem rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    justify-content: center;
    overflow: hidden;
    transition: all 0.2s linear 0s;
    position: relative;
    transition: all .15s;
    -webkit-transition: all .15s;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    display: flex;
    /*flex-wrap: wrap;*/
    
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#par_fuiter_click img {
    display: block;
    width: 70%;
    /*margin: 0.02rem auto 0;*/
    /*width: 80px;*/
    
    height: 50%;
    object-fit: contain;
    margin-bottom: 0.1rem;
}
#par_fuiter_click {}
.active2 {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    
    -moz-transform: scale(1.2);
    /* Firefox */
    
    -webkit-transform: scale(1.2);
    /* Safari 和 Chrome */
    
    -o-transform: scale(1.2);
    opacity: 1 !important;
    z-index: 9;
    /*width: 1.2rem!important;*/
    /*height: 1.2rem!important;*/
    
    border: 0.03rem solid #E7A067 !important;
}
.page_putbutton>span:nth-child(1) {
    height: 0.23rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #006431;
    line-height: 0.36rem;
}
.page_putbutton .span {
    height: 0.12rem;
    font-size: 0.16rem;
    font-weight: bold;
    color: #006431;
    line-height: 0.36rem;
    opacity: 0.5;
}
.page_putbutton {
    position: absolute;
    bottom: 2.32rem;
    right: 41.5%;
    display: flex;
    justify-content: center;
}

/* 旋转 */
@keyframes rotation {
    from {
        transform: rotate(0deg);
        /*-webkit-transform: rotate(0deg);*/
    }
    
    to {
        transform: rotate(360deg);
        /*-webkit-transform: rotate(360deg);*/
    }
}

/* 关于模式吧 */
#Yw_001 {
    padding: 0.8rem 0;
    /* max-width: 1920px; */
    
    margin: 0 auto;
}
#Yw_001 .text_button {
    margin: 0.4rem auto 1rem;
}
#Yw_001 .text_button a {
    height: inherit;
    line-height: inherit;
}
#Yw_001 .yw_img_002 {
    width: 80%;
    margin: -1.1rem auto 0;
    /* padding-bottom: 1rem; */
    
    max-width: 2560px;
    z-index: -1;
}
#Yw_001 .Yw_actrice {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
#Yw_001 .Yw_actrice div {
    text-align: center;
}
#Yw_001 .Yw_actrice div span {
    font-size: 0.8rem;
    font-weight: 400;
    color: #E6771E;
    display: block;
    text-align: center;
    line-height: normal;
    /* text-shadow: 4px 4px #eee; */
}
#num1 {}
#Yw_001 .Yw_actrice div span:last-child {
    font-size: 0.18rem;
    font-weight: 500;
    color: #999999;
}
#Yw_001 .Yw_actrice div span b {
    font-size: 0.16rem;
    font-weight: 500;
    color: #E6771E;
}
.yw_img_002 {
    position: relative;
}
.yw_img_002 img {
    width: 100%;
    display: block;
    box-shadow: 58px 10px 100px 1px #fafafa;
}
#Yw_001 .Yw_actrice {
    position: absolute;
    top: 0.78rem;
}
#exit_cont {
    background: url(../jpg/7736cb95-6214-4454-ae6e-52dd63f529e6.jpg);
    background-size: 100%;
}
#exit_cont .text_button {
    margin-top: 0.4rem;
}
#exit_cont .exit_cont_001 {
    width: 11rem;
    margin: 0.75rem auto 0rem;
    display: flex;
    align-items: center;
}
.exit_cont_left {
    position: relative;
}
.exit_cont_left .wai_002 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    animation: 9.5s linear 0s normal none infinite rotate;
    -webkit-transform: rotate(360deg);
    animation: rotation 8s linear infinite;
    -moz-animation: rotation 8s linear infinite;
    -webkit-animation: rotation 8s linear infinite;
    -o-animation: rotation 8s linear infinite;
    top: 0;
    display: block;
}
.wai_center {
    top: -0.29rem;
    position: absolute;
    width: 2rem;
    height: 2rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #1C9C31;
    border-radius: 50%;
    display: flex;
    align-items: center;
}
.wai_002_one {
    width: 1.7rem;
    height: 1.7rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px #fafafa solid;
    border-radius: 50%;
    display: block;
    margin: auto;
    top: 0;
    position: absolute;
}
.wai_002_two {
    position: absolute;
    top: 0;
    width: 1.84rem;
    height: 1.84rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    border: 1px #fafafa dashed;
    display: block;
}
.exit_cont_right {
    margin-left: auto;
    display: flex;
    flex-direction: column;
}
.exit_cont_right .relactive-container>div {
    display: none;
    position: relative;
    height: 100%;
}
.exit_cont_right>div:not(:last-child) {
    margin-bottom: 0.17rem;
}
.exit_cont_right>div:nth-child(2) {
    margin-left: 0.78rem;
}
.baner_back_color {
    background: #fafafa;
    margin: 0 auto;
    padding-top: .8rem;
}
.exit_cont_left {
    position: relative;
}
.exit_cont_left img {
    width: 100%;
    display: block;
}
.exit_icon {
    width: 1rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 1rem;
    text-align: center;
    /*height: fit-content;*/
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.exit_icon>img {
    margin-bottom: 0.1rem;
    width: auto;
    max-width: 100%;
    display: block;
}
.exit_icon text {
    display: block;
    text-align: center;
    font-size: 0.24rem;
    font-weight: 500;
    color: #FFFFFF;
    line-height: normal;
}

/* 底部导航 */
footer {
    background-image: url(../png/189e7067-570c-4c39-ac29-221d9e7a290b.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.footer {
    padding: 0 1rem;
    padding-top: .6rem;
    /* width: 86%; */
    
    box-sizing: border-box;
    margin: 0 auto;
}
.footer__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer__container_logo img {
    display: block;
    width: 160px;
}
.footer__container_ul_box {
    display: flex;
    font-size: .14rem;
}
.footer__container_ul {
    text-align: center;
    margin-left: .8rem;
}
.footer__container_ul a {
    color: rgba(255, 255, 255, .4);
    display: block;
    margin-bottom: .2rem;
}
.footer__container_ul_box .footer__container_ul:first-child {
    margin-left: 0;
}
.footer__container_ul li:first-child a {
    color: rgba(255, 255, 255, 1);
    font-size: .16rem;
    margin-bottom: .3rem;
}
.footer__copy_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: .7rem;
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: .5rem;
    position: relative;
    box-sizing:content-box;
}
.footer__copy_contain {
    font-size: .14rem;
    color: rgba(255, 255, 255, .4);
}
.footer__wexin_container {
    position: relative;
    margin-right: .7rem;
}
.footer__weixin_img {
    display: block;
}
.footer__pop_container {
    z-index: 9;
    display: none;
    position: absolute;
    width: 1.30rem;
    height: 1.55rem;
    background-color: #fff;
    left: 50%;
    bottom: 132%;
    margin-left: -65px;
    color: #999;
    font-size: .14rem;
    flex-direction: column;
    align-items: center;
    padding: .1rem;
    box-sizing: border-box;
    border-radius: .06rem;
}
.footer__triangle {
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: -4px;
    margin-left: -4px;
    transform: rotate(45deg);
}
.footer__qrcode_img {
    width: 1rem;
    height: 1rem;
    object-fit: cover;
    margin-bottom: .1rem;
}
.footer__qrcode_img2 {
    width: 2rem;
    height: 2rem;
    margin: 0 auto 0.14rem;
    object-fit: cover;
    display: block;
}

/*.footer__qrcode_img-mobile{*/

/*    display: none;*/

/*}*/
@media screen and (max-width: 1366px) {
    .footer {
        /* width: 80%; */
        padding-top: .4rem;
    }
    
    .footer__container_ul {
        margin-left: .2rem;
    }
    
    .footer__container_ul a {
        margin-bottom: .1rem;
    }
    
    .footer__container_ul li:first-child a {
        margin-bottom: .2rem;
    }
}
@media screen and (max-width: 1024px) {
    /*.footer__container_ul_box{*/
    /*    display: none;*/
    /*}*/
    /*.footer__wexin_container{*/
    /*    display: none;*/
    /*}*/
    /*.footer__qrcode_img-mobile{*/
    /*    display: block;*/
    /*    height: 1.2rem;*/
    /*}*/
    
    .footer__weixin_img {
        height: .4rem;
    }
    
    .footer__container_ul_box {
        flex-wrap: wrap;
        justify-content: flex-end;
        display: none;
    }
    
    footer .footer__container_logo {
        margin: 0 auto;
    }
    
    .footer__wexin_container {
        margin-right: 0;
        margin-left: .2rem;
        display: none;
    }
    
    .footer__container_logo img {
        height: 1.2rem;
    }
    
    .footer__container_ul li {
        display: none;
    }
    
    .footer__container_ul li:first-child {
        display: block;
    }
    
    .footer__pop_container {
        margin-left: 0;
        transform: translateX(-50%);
        padding: .1rem .08rem;
        font-size: .1rem;
        width: 1.4rem;
    }
    
    .math_map {
        width: 80% !important;
    }
    
    #wangluo_000_id .right {
        bottom: -6% !important;
        right: 0 !important;
        top: static !important;
    }
    
    #wangluo_000_id img {
        padding-top: 0.4rem !important;
    }
    
    #wangluo_000_id .left {
        bottom: 12% !important;
    }
    
    #wangluo_000_id .top {
        top: 13% !important;
    }
}

/* 系统 */
.exit_cont_right>div {
    /*position: relative;*/
    /*height: 0.82rem;*/
    
    flex: 1;
}
.exit_cont_right .exit-cont-bg {
    /*height: 100%;*/
}
.exit_cont_right>div img {
    display: block;
    height: 100%;
    cursor: pointer;
}
.content_text {
    position: absolute;
    top: 0rem;
    display: flex;
    align-items: center;
    bottom: 0;
    margin: auto;
    /*height: 0.72rem;*/
    
    height: 100%;
    left: 0.88rem;
    width: 3rem;
    padding: 0.1rem 0;
    box-sizing: border-box;
}
.content_text span {
    align-items: center;
    /*margin-top: 0.07rem;*/
    
    display: flex;
    flex-wrap: wrap;
    flex: 1 0 0px;
}
.content_text2 {
    width: 2.8rem;
    left: 0.5rem;
}
.content_text span text {
    display: block;
    font-size: 0.24rem;
    font-weight: 500;
    color: #1C9931;
    margin-left: 0.14rem;
    width: 100%;
}
.content_text span text:last-child {
    display: block;
    font-size: 0.18rem;
    font-weight: 500;
    color: #1C9931;
}
.content_text img {
    max-height: 0.75rem;
    max-width: 0.75rem;
}

/*@keyframes rotateAnimate {*/

/*    0% {*/

/*	    transform: rotate3d(0, 1, 0, 0deg);*/

/*	}*/

/*	100% {*/

/*	    transform: rotate3d(0, 1, 0, 180deg);*/

/*	}*/

/*	100% {*/

/*	    transform: rotate3d(0, 1, 0, 360deg);*/

/*	}*/

/*}*/

/* 鼠标经过反转 */
.hoveres {
    cursor: pointer;
    -webkit-transform: rotate3d(0, 1, 0, 360deg);
    -moz-transform: rotate3d(0, 1, 0, 360deg);
    transform: rotate3d(0, 1, 0, 360deg);
    transition: -webkit-transform 0.8s ease-in-out;
    transition: -moz-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    /*animation: rotateAnimate 0.8s ease-in-out;*/
}
#exit_cont {
    position: relative;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    max-height: 1440px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .8rem;
}

/* 中心放大 */
.pre_Control {
    background: url(../back2.html) no-repeat;
    height: 10.8rem;
    max-width: 1920px;
}
@keyframes twinkling {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    
    50% {
        opacity: 0.5;
        transform: scale(1.12);
    }
    
    100% {
        opacity: 0.2;
        transform: scale(1);
    }
}
.small-circle {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background: #FF0033;
    position: absolute;
}
.big-circle {
    position: absolute;
    top: -6px;
    left: -6px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #FF0033;
    animation: twinkling 1s infinite ease-in-out;
    animation-fill-mode: both;
}
@keyframes scale {
    0% {
        transform: scale(1)
    }
    
    50%,
    75% {
        transform: scale(3)
    }
    
    78%,
    100% {
        opacity: 0
    }
}
@keyframes scales {
    0% {
        transform: scale(1)
    }
    
    50%,
    75% {
        transform: scale(2)
    }
    
    78%,
    100% {
        opacity: 0
    }
}
.smallcircle2 {
    position: absolute;
    width: 18px;
    height: 18px;
    /* background-color: #b6d7b7; */
    
    border-radius: 50%;
    top: 2rem;
    left: 1.6rem;
}
.smallcircle2:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    opacity: .4;
    background-color: #b6d7b7;
    /* animation: scale 1s infinite cubic-bezier(0, 0, .49, 1.02); */
}
.bigcircle2 {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    opacity: .4;
    background-color: #b6d7b7;
    top: 2rem;
    left: 1.6rem;
    /* animation: scales 1s infinite cubic-bezier(0, 0, .49, 1.02); */
}
@keyframes scaless {
    0% {
        transform: scale(1)
    }
    
    50%,
    75% {
        transform: scale(3)
    }
    
    78%,
    100% {
        opacity: 0
    }
}
.pre_Control {
    position: relative;
}
.pra_xing {
    position: absolute;
    top: 1rem;
    right: 8rem;
}
.pra_xing_1 {
    position: absolute;
    top: 200px;
    left: 0rem;
}
.pra_xing_2 {
    position: absolute;
    top: 0;
    left: 200px;
}
.pra_xing_3 {
    position: absolute;
    top: 5rem;
    left: 0px;
}
.pra_xing_4 {
    position: absolute;
    top: -1rem;
    left: 0;
}
.pra_xing_5 {
    position: absolute;
    bottom: 4rem;
    right: 442px;
}
.pra_xing_6 {
    position: absolute;
    bottom: 3rem;
    right: 990px;
}
.pra_xing_7 {
    position: absolute;
    top: 288px;
    right: 240px;
}

/* 关于页面 */

/* ****************************************************************************** */
#about_content_001 {
    /* padding-top: 1rem; */
    /* border-top: solid 1px #eeeeee; */
    /*min-height: 8rem;*/
    /* max-width: 1920px; */
    
    margin: 0 auto;
}
#About_hj_001 {
    background: #FFFFFF;
    min-height: calc(100% - 1rem - 1.6rem) !important;
}
#About_hj_001 .about_001 img {
    display: block;
    width: 100%;
}
#About_hj_001 .about_001 {
    position: relative;
}
#About_hj_001 .left_text_p {
    position: absolute;
    left: 2.4rem;
    top: 0;
    bottom: 0;
    margin: auto;
    /*width: 3.8rem;*/
    
    font-size: 0.6rem;
    font-weight: bold;
    color: #FFFFFF;
    height: 1rem;
}
#About_hj_001 .left_text_p p:last-child {
    font-size: 0.18rem;
    text-transform: uppercase;
}
.animated,
.slideInLeft,
.slideInRight {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s !important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slideInLeft,
.slideInRight {
    /* -webkit-animation-duration: 1s;
	animation-duration: 1s !important;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both; */
}
#About_hj_001 .about_002 {
    display: flex;
    justify-content: center;
    padding: 0.2rem 0;
    border-bottom: solid 1px #eeeeee;
}
#About_hj_001 .about_002_2 {
    overflow-y: auto;
    white-space: nowrap;
    padding-bottom: 0;
    padding-top: 0.4rem;
    /* border-bottom: solid 1px #eeeeee; */
}
#About_hj_001 .about_002_2::-webkit-scrollbar {
    height: 0.02rem;
}
#About_hj_001 .about_002_2::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #C7C7C7;
}
#About_hj_001 .about_002_2,
#About_hj_001 .searchDiv {
    /* max-width: 12.8rem; */
    /* width: 80%; */
    
    margin: 0 auto;
    justify-content: flex-start;
    /* flex-wrap: wrap; */
}
#About_hj_001 .about_002 li,
#About_hj_001 .about_002.about_002_2 span {
    text-align: center;
    /* display: flex;
  justify-content: center;
  align-items: center; */
    
    color: #666;
    font-size: 0.16rem;
    cursor: pointer;
    padding: 0rem 0.2rem;
    height: 0.4rem;
    line-height: 0.4rem;
    margin-right: 0.1rem;
}
#About_hj_001 .about_002 > a:last-child li{
    margin-right:0;
}
#About_hj_001 .about_002.about_002_2 span {
    display: block;
    margin-right: 0;
    border-bottom: 0;
}
#About_hj_001 .about_002_2 span {
    background-color: #FBFBFB;
    border: #EFEFEF 1px solid;
    padding: 0rem 0.25rem;
}
#About_hj_001 .about_002 li span {
    display: none;
}
#About_hj_001 .about_002 .mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
    /* padding-bottom: 5px; */
    
    width: auto;
}
#About_hj_001 .about_002 .mCSB_container {
    width: 100%;
}
#About_hj_001 .about_002 .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 10px;
}
#About_hj_001 .searchDiv {
    display: flex;
    font-size: 0.16rem;
    /* margin-top: 0.6rem !important; */
    
    margin-bottom: 0.6rem;
    flex-wrap: wrap;
}
#About_hj_001 .searchDiv .img {
    width: 0.22rem;
    height: .2rem;
    line-height: 0;
}
#About_hj_001 .searchDiv img {
    width: 100%;
    vertical-align: middle;
    image-rendering: -webkit-optimize-contrast;
}
#About_hj_001 .searchDiv>div {
    height: 0.45rem;
    line-height: 0.45rem;
    margin-right: 0.1rem;
    border: #EFEFEF 1px solid;
    background: #FBFBFB;
    padding: 0 0.2rem;
    font-size: 0.16rem;
    overflow: hidden;
}
#About_hj_001 .searchDiv>div:not(:last-child) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 1.6rem;
}
#About_hj_001 .searchDiv>div:first-child {
    width: 2rem;
}
#About_hj_001 .searchDiv>div input {
    width: 100%;
    height: 87%;
    outline: none;
    border: none;
    background: #FBFBFB;
    font-size: 0.16rem;
}
#About_hj_001 .searchDiv>div input[type=submit] {
    background: rgba(255, 255, 255, 0);
    color: #ffffff;
    cursor: pointer;
}
input[type="date"] {
    width: 200px;
}
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #FBFBFB inset !important;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #333 !important;
    transition: background-color 5000s ease-in-out 0s !important;
}
#About_hj_001 .searchDiv>div.button {
    background: #006431;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
}
#About_hj_001 .about_002.about_002_li2 {
    border: none;
}
#About_hj_001 .SearchTips {
    font-size: 0.16rem;
    max-width: 12.8rem;
    /* width: 80%; */
    
    margin: 0 auto;
    padding-top: 0.2rem;
    color: #666666;
}
.hover {
    background-color: #eee;
    /*-webkit-transition: all 0.5s linear;*/
    /*-moz-transition: all 0.5s linear;*/
    /*-o-transition: all 0.5s linear;*/
    /*transition: all 0.5s linear;*/
}
.hover:hover,
.hover:focus,
.hover:active {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    background-color: #1B9A31;
    color: #FFFFFF !important;
}
#About_hj_001 .about_003 {
    width: 100%;
    background: #FAFAFA;
    padding: 0.6rem 0.3rem;
    overflow: hidden;
    box-sizing: border-box;
}
#About_hj_001 .about_003 p {
    max-width: 14rem;
    /*width: 57%;*/
    
    font-size: 0.18rem;
    margin: 0 auto;
    /*font-weight: 500;*/
    
    color: #666666;
    line-height: 0.3rem;
    text-align: center;
    /* letter-spacing: 0.01rem; */
    
    margin-bottom: 0.45rem;
    line-height: 0.28rem;
}
#About_hj_001 .about_003 img {
    max-width: 100%;
    /*width: 71%;*/
    display: block;
    margin: 0 auto;
    /*box-shadow: 6px 10px 30px 0px rgb(0 0 0 / 8%);*/
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
}

/* 标题 */
#About_hj_001 .about_004 {
    padding: 0.6rem 0.3rem 0.7rem;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    max-width: 14rem;
    margin: 0 auto;
}
#About_hj_001 .about_004 h2 {
    margin: 0rem 0 0.5rem 0;
    font-size: 0.48rem;
    font-weight: bold;
    color: #333333;
    text-align: center;
    display: none;
    line-height: 0.5rem;
}
#About_hj_001 .about_005_content {
    /*width: 12.8rem;*/
    
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    display: flex;
    box-shadow: 0rem 5px 15px 5px rgba(0, 0, 0, 0.1);
    height: 489px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
#About_hj_001 .about_005_content .img {
    height: 100%;
    overflow: hidden;
    z-index: 9;
}
#About_hj_001 .about_005_content img {
    width: 4.2rem;
    display: block;
 /*   object-fit: cover;
    height: 100%; */
}
#About_hj_001 .about_right {
    /*margin-left: 0.8rem;*/
    
    padding: 0 0.3rem;
    flex: 1;
}
#About_hj_001 .about_right span {
    display: block;
}
#About_hj_001 .about_right span:nth-child(1) {
    font-size: 0.36rem;
    color: #333333;
    font-weight: bold;
    /*margin-top: 1rem;*/
}
#About_hj_001 .about_right span:nth-child(2) {
    width: 1.9rem;
    height: 0.45rem;
    line-height: 0.45rem;
    background: #1C9931;
    text-align: center;
    font-size: 0.2rem;
    /*font-weight: 500;*/
    
    color: #FFFFFF;
    margin: 0.2rem 0 0.48rem;
}
#About_hj_001 .about_right span:nth-child(3) {
    font-size: 0.18rem;
    /*font-weight: 500;*/
    
    color: #666666;
    letter-spacing: 0.5px;
    text-align: justify;
    width: 100%;
    line-height: 0.28rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
#About_hj_001 .about_006 {
    background: #FAFAFA;
    padding: 0.6rem 0;
}
#About_hj_001 .about_006 section {
    margin: 0 auto;
    display: flex;
    max-width: 14rem;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.3rem;
    box-sizing: border-box;
}
#About_hj_001 .about_006 section img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#About_hj_001 .about_006 section>div {
    width: 32%;
    margin-top: 0.5rem;
    overflow: hidden;
    box-shadow: 0rem 5px 15px 5px rgba(0, 0, 0, 0.1);
}
#About_hj_001 .about_006_name {
    height: 0.6rem;
    line-height: 0.6rem;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 99;
}
#About_hj_001 .about_006 section>div>div:nth-child(1) {
    /*height: 24vw;*/
    
    overflow: hidden;
}
#About_hj_001 .about_006 section>div img,
#About_hj_001 .about_news article img,
#About_hj_001 .about_005_content img {
    transition: all .4s;
    z-index: 9;
    display: block;
}
#About_hj_001 .about_006 section>div img:hover,
#About_hj_001 .about_005_content img:hover {
    transform: scale(1.1);
}
#About_hj_001 .about_006_name span:nth-child(1) {
    font-size: 0.2rem;
    color: #333333;
    overflow: hidden;
    min-width: 0.5rem;
}
#About_hj_001 .about_006_name span:nth-child(2) {
    font-size: 0.16rem;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
#About_hj_001 #about_content_001>div {
    display: none;
    overflow: hidden;
    outline: none;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    /*box-shadow: 0rem 5px 15px 5px rgb(0 0 0 / 10%);*/
}
#About_hj_001 #about_content_001>div:first-child {
    display: block;
}
.gonggao_page .peach {
    display: block;
}
.gonggao_page .peach:nth-child(1),
.gonggao_page .peach:nth-child(2) {
    margin-top: 0.6rem;
}
#About_hj_001 form .searchDiv {
    margin-top: 0.6rem;
}
#About_hj_001 {
    min-height: 8rem;
    min-height: calc(100% - 1rem - 1.6rem) !important;
}
#About_hj_001 .about_news {
    /* border-top: 1px #eeeeee solid; */
}
#About_hj_001 .about_news article {
    display: flex;
    flex-wrap: wrap;
    margin: 0.6rem auto 0.4rem;
    width: 100%;
    box-sizing: border-box;
    max-width: 13.3rem;
    padding: 0 1.5%;
}
#About_hj_001 .about_news article::after {
    content: '';
    flex: auto;
    display: none;
}
#About_hj_001 .about_news article>div:nth-child(4) {
    /*margin-right: 0;*/
}
#About_hj_001 .about_news article>div:nth-child(8) {
    margin-right: 0;
}
#About_hj_001 .about_news article>div {
    width: 32%;
    /*max-height: 5.4rem;*/
    
    background: #FFFFFF;
    margin-bottom: 0.3rem;
    overflow: hidden;
    /*transition:transform 0.6s;*/
    /*box-shadow: 0rem 5px 15px 5px rgb(0 0 0 / 10%);*/
    /*box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 5%);*/
    
    box-shadow: 0rem 5px 15px 5px rgba(0, 0, 0, 0.1);
}
#About_hj_001 .about_news article>div:hover {
    /*box-shadow: 0rem 5px 15px 5px rgb(0 0 0 / 10%);*/
    /*transform:translate(0,-5px);*/
}
#About_hj_001 .about_news article>div:nth-child(6) {
    margin-right: 0 !important;
}
#About_hj_001 .about_news article>div:nth-child(3) {
    margin-right: 0;
}
#About_hj_001 .about_news article>di::after {
    content: '';
    flex: auto;
}
#About_hj_001 .about_news .img {
    width: 100%;
    height: 219px;
    overflow: hidden;
}
#About_hj_001 .about_news article img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 9;
}
#About_hj_001 .about_news article img:hover {
    transform: scale(1.1);
}
#About_hj_001 .about_news .title_div {
    height: 0.6rem !important;
    line-height: 0.3rem !important;
    margin: 0 0 0.30rem auto;
}
#About_hj_001 .about_news .title {
    width: 3.59rem;
    font-size: 0.24rem;
    font-weight: 500;
    color: #333333;
    width: 88%;
    margin: 0 auto;
    margin-top: 0.38rem;
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 2;*/
    /*overflow: hidden;*/
    /*text-align: justify;*/
    
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*#About_hj_001 .about_news article p span {*/

/*    display:inline-block;*/

/*    padding-left:100%;*/

/*}*/
#About_hj_001 .about_news article p {
    /*   text-justify: inter-ideograph;*/
    
    text-align: left;
    /*text-align-last:left;*/
    /*letter-spacing: 0.02rem;*/
    
    width: 3.6rem;
    font-size: 0.16rem;
    /*font-weight: 400;*/
    
    color: #666666;
    margin: 0.26rem auto;
    width: 88%;
    /* letter-spacing: 0.01rem; */
    
    overflow: hidden;
    /*line-height: 0.28rem;*/
    
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#About_hj_001 .about_news article span {
    margin: 0 auto 0.38rem;
    cursor: pointer;
    font-size: 0.14rem;
    font-weight: 400;
    color: #666666;
    width: 88%;
    display: block;
}

/* 公告及通函  暂无数据 */
#About_hj_001 #about_content_001 #none {
    width: 100%;
    font-size: 0.2rem;
    text-align: center;
    margin: 1rem 0rem;
    color: #666666;
}
#About_hj_001 #none img {
    width: 1.36rem;
    height: 1.18rem;
    margin-bottom: 20px;
}
.about_new h2 {
    margin-bottom: 0.4rem;
}

/*#About_hj_001 .about_news article span:hover {*/

/*	font-weight: bold;*/

/*}*/

/* 分页样式 */
.about_page {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 2.85rem;
    margin: 0 auto 1rem;
}
.about_page span {
    display: block;
    width: 0.35rem;
    text-align: center;
    font-size: 0.16rem;
    color: #999999;
    font-weight: 500;
    height: 0.35rem;
    line-height: 0.35rem;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 50%;
    cursor: pointer;
}
#about_page {
    position: relative;
}
#about_page>img {
    width: .09rem;
    height: .09rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 999 !important;
}
.about_page .last:hover {
    color: #FFFFFF;
    background: #006431;
}
.about_active {
    color: #fff !important;
    background: #006431 !important;
}
#About_hj_001.gonggao_page .about_002.about_002_li2 .about_active,
#About_hj_001.gonggao_page .about_002.about_002_2 .about_active,
#About_hj_001 .about_002.about_002_001 .about_active {
    background: #006431 !important;
}
#About_hj_001 .Company_honor {}
#About_hj_001 .Company_honor .Company_honor_top {
    max-width: 70%;
    margin: 0 auto;
}
#About_hj_001 .Company_honor .Company_honor_top .Company_honor_left {
    margin-right: auto;
    opacity: 0.4;
}
.Company_honor_right {
    margin-left: auto;
    opacity: 0.4;
}
.Company_honor_top .Company_honor_left:hover,
.Company_honor_right:hover {
    opacity: 1 !important;
}
#About_hj_001 .Company_honor .Company_honor_top>div {
    display: flex;
    width: 100%;
    align-items: flex-end;
    cursor: pointer;
    margin-top: 1rem;
}
#About_hj_001 .Company_honor .ctenteres {
    position: relative;
    width: 95%;
    display: flex;
    justify-content: space-around;
    z-index: 1;
    /* top: -0.06rem; */
}
.Company_ul>span {
    font-size: 0.24rem;
    font-weight: 500;
    color: #1B9A31;
    opacity: 0.4;
    /*transition: all 1s;*/
}
#About_hj_001 .Company_honor .Company_honor_top .xiantiao {
    position: absolute;
    top: 0.31rem;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 0.01rem;
    left: 0;
    right: 0;
    background: #eee;
    z-index: -1;
}
#About_hj_001 .Company_honor .Company {
    width: 0.18rem;
    height: 0.18rem;
    /* border: 1px solid #DDDDDD; */
    
    border-radius: 50%;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    
    margin: 0 auto;
    margin-top: 0.1rem;
    cursor: pointer;
    /* position: absolute; bottom: 0; */
    
    position: relative;
}

/* #About_hj_001 .Company_honor .Company_honor_top .Company_ul{ height: 0.6rem;} */
#About_hj_001 .Company_honor .Company>span {
    width: 0.08rem;
    height: 0.08rem;
    background: #DDDDDD;
    border-radius: 50%;
    display: inline-block;
    margin: 0 auto;
    position: absolute;
    top: 0;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#Company_bottom_content {
    width: 68%;
    margin: 0.3rem auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
}
#Company_bottom_content .Company_content {
    margin: 0 1.6667%;
}
#Company_bottom_content .Company_content {
    width: 30%;
    margin-bottom: 0.6rem;
}
#Company_bottom_content .text {
    font-size: 0.18rem;
    font-weight: 500;
    color: #333333;
    text-align: center;
    margin-top: 0.28rem;
}
#Company_bottom_content .rongyu_img img {
    display: block;
    box-shadow: 0rem 5px 15px 5px rgba(0, 0, 0, 0.1);
}
#Company_bottom_content .rongyu_img {
    /*box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.3), 0 0 16px rgba(0, 0, 0, 0.4) inset;*/
    /*box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 5%);*/
}
.com_001>div {
    display: none;
}
.Company_active {
    /* 	width: 0.24rem!important;
	height: 0.24rem!important; */
    /* border: 1px solid #1B9A31 !important; */
    
    border-radius: 50%;
    transition: all 1s;
    transform: scale(1.2);
}
.Company_active2 {
    /* 	width: 0.14rem!important;
	height: 0.14rem!important; */
    
    background: #1B9A31 !important;
    border-radius: 50%;
    transition: all 1s;
    transform: scale(1.2);
}
.Company_active3 {
    color: #1B9A31 !important;
    opacity: 1 !important;
    /*transform: scale(1.3);*/
}
.gonggao_page .gonggao {
    margin: 0 auto;
    /* border-top: 1px #eee solid; */
}
.gonggao_page .gonggao_img {
    width: 75%;
    margin: 0.6rem auto;
    position: relative;
    display: flex;
}
.gonggao_page .right_gonggao {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.gonggao_page .right_gonggao span {
    color: #fff;
    font-weight: bold;
    font-size: 0.48rem;
    display: block;
    text-align: center;
    /*width: 3.4rem;*/
}
.gonggao_page {}
.gonggao_page .peach,
#About_hj_001 .about_002_2,
#About_hj_001 .searchDiv,
#About_hj_001 .SearchTips {
    max-width: 12.8rem;
    margin: 0 auto;
}
@media screen and (max-width:1440px) and (min-width:1024px) {
    #demo2>div {
        padding: 0 1rem;
    }
}
@media screen and (max-width:1400px) and (min-width:1024px) {
    .gonggao_page .peach,
    #About_hj_001 .about_002_2,
    #About_hj_001 .searchDiv,
    #About_hj_001 .SearchTips {
        width: 80%;
    }
    
    #About_hj_001 #about_content_001 #none {
        font-size: 0.18rem;
        margin: 1rem 0rem;
    }
}
@media screen and (min-width:1024px) {
    #demo2 ul li:hover .nav_list_bottom {
        /*display: block;*/
        /* transition: all .3s;
     animation: animate 5s ease infinite;
     opacity: 1;
         transition: opacity .3.5s ease-in-out;
         -moz-transition: opacity .3.5s ease-in-out;
         -webkit-transition: opacity .3.5s ease-in-out; */
    }
}
@media screen and (min-width:1360px) {
    .footer__wexin_container:hover .footer__pop_container {
        display: flex !important;
    }
}
@media screen and (max-width:1024px) and (min-width:768px) {
    .gonggao_page .peach,
    #About_hj_001 .about_002_2,
    #About_hj_001 .searchDiv,
    #About_hj_001 .SearchTips {
        width: 94%;
    }
    
    .Brand_botton span {
        font-size: .16rem;
        line-height: .28rem;
    }
    
    #About_hj_001 #about_content_001 #none {
        font-size: 0.16rem;
        margin: 0.8rem 0rem;
    }
    
    #About_hj_001 #none img {
        width: 0.906rem;
        height: 0.786rem;
        margin-bottom: 10px;
    }
}
@media screen and (max-width:768px) {
    #About_hj_001 .about_002_2::-webkit-scrollbar {
        display: none;
    }
    
    .gonggao_page .peach,
    #About_hj_001 .about_002_2,
    #About_hj_001 .searchDiv,
    #About_hj_001 .SearchTips {
        width: 94%;
    }
    
    #About_hj_001 #about_content_001 #none {
        font-size: 0.14rem;
        margin: 0.6rem 0rem;
    }
    
    #About_hj_001 #none img {
        width: 0.68rem;
        height: 0.59rem;
        margin-bottom: 10px;
    }
    
    #About_hj_001 .searchDiv>div input,
    #About_hj_001 .searchDiv>div.inputTwo {
        font-size: .2rem;
    }
    
    #About_hj_001 .about_002.about_002_2 span {
        padding: 0.1rem 0.2rem;
    }
}
.gonggao_page .peach>div {
    background-color: #fafafa;
    height: 1.7rem;
    margin-bottom: 0.6rem;
    box-shadow: 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    padding: 0 5%;
    width: 90%;
    transition: all .5s;
}
.gonggao_page .peach>div .left_gonggao {
    margin-right: 0.35rem
}
.left_gonggao>span:first-child {
    display: block;
    font-size: 0.44rem;
    line-height: 0.44rem;
    font-weight: 500;
    color: #333333;
    /*transition: all 2s;*/
}
.gonggao_page .peach>div .button_gonggao {
    /*transition: all 1.5s;*/
    
    margin-left: auto;
    color: #999;
    font-size: 16px;
}
.gonggao_page .button_gonggao {
    width: 1.6rem;
    height: 0.5rem;
    line-height: 0.5rem;
    background: #FFFFFF;
    border: 1px solid #eeeeee;
    text-align: center;
}
.left_gonggao>span:last-child {
    display: block;
    font-size: 0.14rem;
    font-weight: 500;
    color: #333333;
    transition: all 1.5s;
}
.gonggao_page .content_gonggao {
    margin-right: auto;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0px;
}
.gonggao_page .content_gonggao p {
    font-size: 0.24rem;
    font-weight: 500;
    color: #333333;
    transition: all 1.5s;
    max-width: 8rem;
    margin-bottom: 0.05rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.gonggao_page .content_gonggao span {
    font-size: 0.16rem;
    /*font-weight: 500;*/
    
    color: #999999;
    line-height: 0.3rem;
}
.gonggao_page .peach:hover .left_gonggao>span,
.gonggao_page .peach:hover .content_gonggao>p {
    color: #006431 !important;
    cursor: pointer;
}
.gonggao_page .peach:hover .button_gonggao {
    border: 1px solid #006431 !important;
    color: #006431 !important;
    opacity: 1;
}
.gonggao_page .peach:hover>div {
    background: #FFFFFF !important;
    box-shadow: 0rem 0rem 0.1rem 0.05rem rgba(0, 0, 0, 0.05) !important;
}

/* 品牌鲜果的样式 */

/* ********************************************************************************************************** */
.Brand .Brand_banner img {
    width: 100%;
    display: block;
    z-index: -1;
}
.Brand .Brand_banner {
    position: relative;
    display: flex;
    align-items: center;
    z-index: -1;
}
.Brand .Brand_title span {
    display: block;
    width: 100%;
    font-size: 0.6rem;
    font-weight: bold;
    color: #FFFFFF;
}
.Brand .Brand_title {
    height: 1.1rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-left: 2.4rem;
}
.Brand .Brand_title span:last-child {
    font-size: 0.18rem;
    font-weight: bold;
    color: #FFFFFF;
}
.Brand .Brand_top_title {
    width: 90%;
    max-width: 12rem;
    font-size: 0.18rem;
    /*font-weight: 500;*/
    
    color: #666666;
    text-align: center;
    padding: 0.6rem 0;
    margin: 0 auto;
    line-height: 0.28rem;
}
#Brand_top {
    background: #fafafa;
}
.Brand .Brand_map {
    background: #fafafa;
    background-image: url(../png/28edeb80-2d96-48da-9ef0-ff543f164874.png);
    background-size: cover;
    margin: 0rem 0 0 0;
    /*min-height: 9.9rem;*/
    
    padding-bottom: 0.6rem;
    padding-top: 0.2rem;
}
.Brand .Brand_map .Brand_map_content {
    /*max-width: ;*/
    
    width: 90%;
    display: flex;
    justify-content: space-between;
    max-width: 13.4rem;
    margin: 0rem auto;
    position: relative;
}
.Brand_map_content .first,
.Brand_map_content .last {
    z-index: 8;
    display: flex !important;
    /*margin-top: -0.2rem;*/
}
.Brand_map_content .first {
    margin-right: 0.1rem;
}
.Brand_map_content .last {
    margin-left: 0.1rem;
}

/* 两条动画线条 */
.left_xiant_content {
    position: absolute;
    left: 2.8rem;
    top: 0.62rem;
    width: 3.6rem;
    border-top: 1px #1B9A31 solid;
    display: none;
}
.right_xiant_content {
    position: absolute;
    right: 2.8rem;
    top: 0.62rem;
    width: 3.6rem;
    border-top: 1px #1B9A31 solid;
    display: none;
}
.Brand .Brand_map .Brand_map_content img {
    width: 100%;
    height: 100%;
    z-index: 999;
    display: block;
}
.Brand .Brand_map .center_fouter {
    max-width: 2.2rem;
    position: absolute;
    top: -0.6rem;
    left: 0rem;
    right: 0;
    margin: auto;
    border-radius: 50%;
    z-index: 8;
    width: 2.2rem;
}
.Brand .Brand_content .Brand_content_title {
    width: 100%;
    text-align: center;
    font-size: 0.48rem;
    font-weight: bold;
    color: #333333;
    margin: 0.6rem 0 0.3rem 0;
}
.brand_two .Brand_content_title {
    margin: 0rem 0 0.3rem 0 !important;
}
.Brand .Brand_content .Brand_content_bottom {
    max-width: 13.63rem;
    display: flex;
    /*justify-content: space-around;*/
    
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0 .3rem;
}
.Brand_content {
    overflow: hidden;
}
.Brand .Brand_content .Brand_content_bottom::after {
    content: '';
    flex: auto;
}
.Brand .Brand_content .Brand_content_bottom .dl {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    background: #FFFFFF;
    text-align: center;
    font-size: 0.24rem;
    font-weight: 500;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.Brand .div {
    cursor: pointer;
    width: 32%;
    box-shadow: 0rem 5px 15px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 0.6rem;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    margin-right: 2%;
}
.Brand .div:nth-child(3) {
    margin-right: 0;
}
.Brand .div:nth-child(6) {
    margin-right: 0;
}

/* .Brand .div:nth-child(4),.Brand .div:nth-child(5),.Brand .div:nth-child(6),.Brand .div:nth-child(7){
	margin-bottom: 0;
} */
.Brand .div .imgs {
    /*height: auto;*/
    
    height: 100%;
    overflow: hidden;
    position: relative;
    align-items: center;
    justify-content: center;
    display: block;
}
.Brand .div .imgs .black {
    position: absolute;
    background: #1B9A31;
    /* opacity: 1; */
    
    top: 0;
    width: 100%;
    display: flex;
    height: 100%;
    cursor: pointer;
    /* display: none; */
    /*opacity: 0;*/
    /*可以改变数值*/
    /*transition: opacity .3s ease-in-out;*/
    /*可以改变时间*/
    /*-moz-transition: opacity .3s ease-in-out;*/
    /*-webkit-transition: opacity .3s ease-in-out;*/
    
    justify-content: center;
    align-items: center;
    background: rgba(27, 154, 49, 0);
    transition: all .3s;
}
.blackTo {
    display: flex !important;
    transition-duration: 2s;
    transition: opacity 2s;
    transition: all .5s;
    /*opacity: 0.8 !important;*/
    /*可以改变数值*/
    
    transition: opacity .55s ease-in-out;
    /*可以改变时间*/
    
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
    background: rgba(27, 154, 49, 0.8) !important;
}

/* .Brand .div .imgs:hover .black {
	display: flex;
	justify-content: center;
	align-items: center;
} */
.black>div {
    width: 85%;
    height: 1.6rem;
}
.Brand .div .imgs img {
    display: block;
    height: 228px;
    width: 100%;
    object-fit: cover;
}
.brand_one .div .imgs img {
    height: 280px;
}
.brand_two .div .imgs img {
    height: 228px;
}
.Brand .div .imgs .black span {
    color: #FFFFFF;
    display: block;
    font-size: 0.24rem;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}
.Brand .div .imgs .black text {
    font-size: 0.16rem;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
#Brand_content_bottom>div {
    width: 23.5%;
    margin-right: 2%;
}
#Brand_content_bottom>div:nth-child(4) {
    margin-right: 0;
}
.Brand {
    overflow: hidden;
}

/* 关于页面 详情页 */
#title_list_top {
    width: 80%;
    margin: 0.6rem auto;
    max-width: 12.8rem;
}
#title_list_top .title_list {
    font-size: 0.34rem;
    text-align: center;
    line-height: 1.2;
}
#title_list_top .title_time {
    width: 100%;
    font-size: 0.16rem;
    font-weight: 400;
    color: #999999;
    text-align: center;
    display: block;
    margin: 0.2rem 0 0.4rem 0;
}
#about_content_001 .fwenex {
    display: block;
    border-top: 1px #f5f5f5 solid;
    padding: 0.4rem 0;
    font-size: 0.24rem;
    line-height: 1.3;
}

/*#about_content_001 .fwenex p, #about_content_001 .fwenex div{*/

/*    overflow: auto;*/

/*}*/
#about_content_001 .fwenex img {
    /*margin: 0 auto;*/
    
    display: inline-block;
}
#about_content_001 .fwenex img {
    height: auto !important;
}
#about_content_001 .fwenex img {
    max-width: 100%;
    height: auto;
}
#about_content_001 .fwenex video {
  max-width: 100%;
  height: auto;
}
#about_content_001 .List_page_002 {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#about_content_001 .List_page_002>div {
    width: 32%;
    text-align: center;
    display: block;
    cursor: pointer;
    font-size: 0.18rem;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    color: #666666;
}
#about_content_001 .List_page_002>div:nth-child(1) {
    text-align: left;
}
#about_content_001 .List_page_002>div:nth-child(3) {
    text-align: right;
}
#about_content_001 .List_page_002>div a:hover,
#about_content_001 .List_page_002>div:hover {
    /*font-weight: bold;*/
    
    color: #006431;
}
#about_content_001 .List_page_002 {
    border-top: 1px #f5f5f5 solid;
    padding-top: 0.17rem;
    margin-bottom: 0.8rem;
}
#about_content_001 .List_page_002>div .buttones {
    width: 1.4rem;
    height: 0.45rem;
    line-height: 0.45rem;
    text-align: center;
    border: 1px solid #DDDDDD;
    display: block;
    padding-top: 0.17rem;
    margin: 0 auto;
    padding-top: 0;
}
.pdf_time {
    padding-bottom: 0.7rem;
    border-bottom: 1px #f5f5f5 solid;
}
#about_content_001 .List_page_002>div .buttones a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

}

/* 品牌鲜果详情 */
#brand_010T {}
#brand_010T .brand_010T_title {
    width: 61%;
    margin: 0 auto;
    font-size: 0.36rem;
    font-weight: bold;
    color: #333333;
    margin: 1.2rem auto 0.3rem;
    text-align: center;
}
#brand_010T .brand_010T_p {
    font-size: 0.18rem;
    text-align: center;
    font-weight: 500;
    color: #666666;
    width: 61%;
    margin: 0 auto;
    line-height: 0.3rem;
}
#brand_010T .brand_010T_one {
    /* max-width: 11.6rem; */
}
#brand_010T .brand_010T_one>div:nth-child(1) {
    margin-right: auto;
    width: 5.4rem;
    height: 3.79rem;
}
#brand_010T .brand_010T_one>div:nth-child(2) {
    margin-left: auto;
    /* width: 6rem; */
    height: 3.79rem;
}
#brand_010T .brand_010T_one>div img {
    object-fit: cover;
    display: block;
}
#brand_010T .brand_010T_one {
    margin: 0.8rem auto;
    display: flex;
    height: 3.79rem;
    overflow: hidden;
    padding: 0.2rem;
    /*background: #fafafa;*/
    max-width: 12rem;
}
#brand_010T .brand_010T_title_003 {
    width: 4.82rem;
    height: 1.82rem;
    background: #FFFFFF;
    border: 1px solid #1B9A31;
    margin: 0 auto;
    align-items: flex-end;
    display: flex;
    position: relative;
    margin: 1.6rem auto 0.8rem;
}
#brand_010T .brand_010T_title_003 span {
    font-size: 0.24rem;
    font-weight: 500;
    color: #333333;
    display: block;
    text-align: center;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 0.8rem;
}
#brand_010T .brand_010T_title_003_img {
    width: 2.05rem;
    height: 1.8rem;
    position: absolute;
    left: 0;
    right: 0;
    top: -0.8rem;
    margin: auto;
}
#brand_010T .brand_010T_bule {
    width: 14.4rem;
    height: 3.01rem;
    background: #d7e9da;
    margin: 0 auto;
}
#brand_010T .brand_010T_htao {
    width: 10.8rem;
    padding: 0.5rem 0.3rem;
    height: 6.7rem;
    background: #FFFFFF !important;
    margin: 0 auto;
    z-index: 999;
    margin-top: -1.4rem;
}
#brand_010T .brand_010T_htao>div:nth-child(2) {
    margin-left: auto;
    width: 7rem;
    height: 6.2rem;
}
#brand_010T .brand_010T_htao {
    display: flex;
}
#brand_010T .brand_010T_htao>div:nth-child(1) {
    width: 4.1rem;
}
#brand_010T .brand_010T_htao>div:nth-child(1)>div {
    display: block;
    width: 90%;
    text-align: justify;
    align-items: flex-end;
    display: flex;
    height: 2.4rem;
    /* letter-spacing: 0.01rem; */
    font-size: 0.16rem;
    /* font-weight: 500 */
}
#brand_010T .brand_010T_htao>div:nth-child(1) img {
    width: 2.4rem;
    margin-top: 0.7rem;
}
#brand_010T .brand_010T_htao_01 {
    max-width: 12rem;
    margin: 0 auto;
    height: 6.1rem;
}
#brand_010T .brand_010T_htao_01 .box {
    display: flex;
}
#brand_010T .brand_010T_htao_01 .box>div:nth-child(1) {
    width: 4.4rem;
    position: relative;
    padding: 0.15rem 0.15rem 0 0;
}
.box_blue {
    width: 2.2rem;
    height: 1.8rem;
    background: #1B9A31;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -999;
}
#brand_010T .brand_010T_htao_01 .box>div:nth-child(3) {
    width: 2.7rem;
    margin-left: auto;
    display: flex;
    align-items: center;
}
#brand_010T .brand_010T_htao_01 .box>div:nth-child(2) {
    display: flex;
    align-items: center;
}
#brand_010T .brand_010T_htao_01 .box>div:nth-child(2)>span {
    width: 2.4rem;
    font-size: 0.16rem;
    /* font-weight: 500; */
    color: #333333;
    display: block;
    text-align: justify;
    margin: 0 auto;
    margin-left: 1rem;
}
#brand_010T .brand_010T_htao_02 {
    max-width: 12rem;
    width: 100%;
    margin: 0 auto;
}
#brand_010T .brand_010T_htao_02 {
    display: flex;
    justify-content: space-around;
}
#brand_010T .brand_010T_htao_02 div img {
    margin-bottom: 0.066rem;
}
#brand_010T .brand_010T_htao_03 {
    display: flex;
    justify-content: space-around;
}
#brand_010T .brand_010T_htao_03 img {
    display: block;
    object-fit: cover;
}
#brand_010T .brand_010T_htao_03>div:nth-child(1) .img {
    margin-bottom: 0.087rem;
}
#brand_010T .brand_010T_htao_03 {
    width: 100%;
    max-width: 12rem;
    margin: 0 auto 1.4rem;
}
#brand_010T .brand_010T_htao_03>div:nth-child(2) {
    width: 70%;
}
#brand_010T .brand_010T_htao_03>div:nth-child(1) {
    width: 28%;
}
.about_page span img {
    vertical-align: middle;
    margin: 0 auto;
}
@media screen and (max-width:1920px) {
    .article {
        height: 9.8rem;
        z-index: 9;
    }
}
@media screen and (max-width:1680px) {
    #par_fuiter_click {
        width: 9rem;
    }
    #exit_cont h2 {
        /* padding-top: 0.7rem; */
    }
    #fuiter_content .right h2 {
        margin: 0.8rem 0 0.2rem 0;
    }
    .Brand .Brand_map .Brand_map_content {
        max-width: 12rem;
    }
}
@media screen and (max-width: 768px) {
    .gonggao_page .peach>div .button_gonggao {
        font-size: 0.18rem;
        height: 0.4rem !important;
        line-height: 0.4rem !important;
    }
    .Brand .Brand_top_title {
        font-size: 0.24rem;
    }
    #About_hj_001 .about_002 li {
        padding: 5px;
        line-height: auto;
        height: auto;
        font-size: 14px;
    }
    .math_map {
        width: 80% !important;
    }
}
@media screen and (min-width: 768px) and (max-width:1200px) {
    .gonggao_page .peach>div .button_gonggao {
        font-size: 0.14rem;
    }
    .Brand .Brand_map .center_fouter {
        width: 1.5rem !important;
    }
    .left_xiant_content {
        width: 2.2rem !important;
        top: 0.4rem;
    }
    .right_xiant_content {
        width: 2rem !important;
        top: 0.4rem;
    }
    .Brand_botton>span:nth-child(2),
    .Brand_botton>span:nth-child(3) {
        font-size: 0.16rem !important;
    }
    /*公司简介的问题*/
    .profile_top_title {
        width: 94% !important;
        display: block !important;
    }
    .profile_top_title>div {
        width: 100% !important;
        margin: 0.3rem auto 0.3rem;
    }
    .profile_top {
        flex-wrap: wrap;
        width: 94% !important;
    }
    #About_hj_001 .about_news article {
        width: 94%;
    }
    .profile_top .imtop {
        width: 100% !important;
    }
    .profile_top .imtop img {
        height: 100% !important;
    }
    .profile_top .pro_right {
        width: 100% !important;
        margin-bottom: 0.4rem;
        order: 5;
    }
    .profile_top .pro_right {
        margin-bottom: 0.4rem;
        order: 5;
    }
    .profile_top_2>div:nth-child(2) {
        margin-right: unset;
        /*order: 1!important;*/
    }
    .global_img_ {
        /*right: 2rem;*/
    }
    .corporate_title>.divTop {
        border-bottom: unset !important;
    }
    .cul_oo1_bottom>div {
        width: auto !important;
        padding: 0 0.1rem;
    }
    .corporate_wuxing_rights b,
    .corporate_wuxing_lefts span,
    .corporate_wuxing_lefts_two span,
    .corporate_wuxing_rights span {
        width: 87% !important;
    }
    .corporate_wuxing_lefts p,
    .corporate_wuxing_lefts_two p,
    .corporate_wuxing_rights p {
        width: 87% !important;
    }
    .corporate_wuxing_p {
        height: auto !important;
    }
    .corporate_wuxing_p {
        /*line-height: 0.28rem!important;*/
    }
    .Brand .Brand_map .Brand_map_content {
        max-width: 6.6rem !important;
    }
    .Brand .Brand_top_title {
        max-width: 6.6rem !important;
        font-size: .16rem !important;
        line-height: .28rem !important;
    }
    .cor_img_bottom .img:nth-child(1) {
        width: 100% !important;
    }
    .cor_img_bottom .img {
        width: 49.5% !important;
        margin-left: 0 !important;
    }
    .cor_img_bottom .img:nth-child(3),
    .cor_img_bottom .img:nth-child(5) {
        margin-left: 1% !important;
    }
    /* #About_hj_001 .searchDiv {
    justify-content: space-between;
  } */
    /* #About_hj_001 .searchDiv>div {
    width: 100%;
    margin-bottom: 0.1rem;
    margin-right: 0;
  }

  #About_hj_001 .searchDiv>div.inputTwo {
    width: 43%;
  } */
}
@media screen and (min-width:1200px) {
    .Brand_map_content .first,
    .Brand_map_content .last {
        margin-top: -0.2rem;
    }
}
@media screen and (max-width:1200px) {
    #demo2>div {
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }
    .gonggao_page .content_gonggao p {
        /*font-size: 0.14rem;*/
    }
    .gonggao_page .peach>div .button_gonggao {
        margin-left: 0.4rem;
    }
    /* html {
		font-size: 0.1rem;
	} */
}
@media screen and (min-width: 1025px) {
    #About_hj_001 .about_news article>div:not(:nth-child(3n)) {
        margin-right: 2%;
    }
    .exit_cont_left .wai_001 {
        min-width: 3.2rem;
    }
    .mobile-connect {
        display: none !important;
    }
    #connect {
        display: flex !important;
    }
}
@media screen and (min-width: 1300px) {
    #fuiter_content .right .text_title {
        text-align: left;
    }
    #fuiter_content .right h2 {
        text-align: left;
        width: 5.15rem;
        /*margin: 0.8rem auto 0.2rem!important;*/
        
        margin: 20% auto 0.2rem !important;
    }
    .page_putbutton {
        bottom: 20%;
    }
    #fuiter_content .text_button {
        width: 5.15rem;
        border: none;
    }
    #fuiter_content .text_button a {
        width: 1.6rem;
        height: 0.5rem;
        border: 1px solid #006431;
        color: #006431;
        /* opacity: 0.5; */
        
        text-align: center;
        line-height: 0.5rem;
        margin: 0.1rem 0 0.5rem;
        display: block;
        font-size: 0.18rem;
    }
    #fuiter_content .right .text_title {
        width: 5.15rem !important;
    }
}
@media screen and (max-width: 1920px) and (min-width: 1600px) {
    #fuiter_content .right h2 {
        width: 7.15rem;
        margin-left: 13.8% !important;
    }
    #fuiter_content .text_button {
        width: 7.15rem;
        margin-left: 13.8% !important;
    }
    #fuiter_content .right .text_title {
        width: 7.15rem !important;
        margin-left: 13.8% !important;
    }
}
@media screen and (max-width:1024px) {
    .gonggao_page .gonggao_img {
        margin: .3rem auto;
    }
    .gonggao_page .peach:nth-child(1) {
        padding-top: .6rem;
    }
    #About_hj_001 form .searchDiv {
        margin-top: .3rem;
    }
    #about_hJ {
        padding: .4rem 0;
    }
    #About_hj_001 .about_news .img {
        height: 1.5rem;
    }
    #demo2>div {
        width: 90%;
    }
    #title_list_top .title_time {
        font-size: 0.26rem;
    }
    #phone_click .xiantiao {
        height: 1px;
    }
    .about_new .swiper-slide {
        padding: 5px!important;
    }
    .about_new .swiper-slide>div {
        box-shadow: 0px 3px 10px 0px rgba(0, 0, 0. 0.05) !important;
    }
    #phone_click .center img {
        width: 0.24rem;
    }
    #title_list_top {
        margin: .3rem auto;
    }
    #Company_bottom_content .rongyu_img {
        /*max-height: 1.3rem!important;*/
        /*height: auto!important;*/
    }
    #title_list_top {
        width: 90%;
    }
    .gonggao_page .content_gonggao span {
        font-size: 0.24rem;
        margin-bottom: 0.1rem;
    }
    .gonggao_page .content_gonggao p {
        font-size: 0.28rem;
    }
    .swiper-container_6 .slide_xiantiao {
        width: 90%;
        top: 22.6px !important;
    }
    .swiper-container_6 .swiper-button-next,
    .swiper-container_6 .swiper-button-prev {
        background-size: 30%;
        top: 0.38rem !important;
    }
    #about_content_001 .fwenex span {
        /*font-size: 0.28rem!important;*/
    }
    /* 2级导航 */
    #demo2 .nav_list_bottom {
        position: static;
        width: auto;
        /* opacity: 0; */
        
        background: #006431;
    }
    #demo2 .nav_list_bottom a:hover {
        color: #fff;
    }
    #demo2 ul li:last-child a {
        width: auto;
        height: 0.44rem;
        line-height: 0.44rem;
    }
    #demo2 .nav_list_bottom a {
        justify-content: flex-start;
        color: #fff;
        font-size: 0.26rem;
        border: none;
        border-bottom: 1px dashed rgba(255, 255, 255, .15);
        width: 100%;
        box-sizing: border-box;
        height: .82rem;
    }
    #demo2 .nav_list_bottom a:last-child {
        border-bottom: 1px dashed rgba(255, 255, 255, .15);
    }
    #demo2 ul {
        height: auto;
    }
    #demo2 ul li .nav_list_bottom {
        position: static;
        box-shadow: none;
        padding-left: .46rem;
    }
    /*#demo2 ul li:hover a .right_nav_{*/
    /*    transform: rotate(90deg);*/
    /*}*/
    #demo2 ul li .active-nav-icon {
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
    #phone_click {
        width: 90% !important;
        z-index: 999999999;
    }
    .bottom_no>div {
        font-size:14px;
        height: 0.5rem;
        line-height: 0.5rem;
    }
    .dives_top {
        margin-bottom: 0 !important;
    }
    #About_hj_001 .about_006 section>div img {
        transform: scale(1)
    }
    #About_hj_001 .Company_honor .ctenteres {
        top: -0.3rem;
    }
    .Brand_content_guochan {
        width: 100%;
        ;
        display: flex;
        align-items: center;
    }
    #Brand_content_bottom>div {
        margin-right: 0;
    }
    #demo2 .logo img {
        width: 90%;
    }
    .about_new {
        width: 92% !important;
    }
    .back_bottom {
        /*background-color: rgba(0,0,0,0.5);*/
    }
    #About_hj_001 .about_news img:hover {
        transform: scale(1)
    }
    .about_page span img {
        width: 40%;
        margin-left: 1%;
    }
    #About_hj_001 .about_news article>div {
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        -webkit-user-select: none;
        -moz-user-focus: none;
        -moz-user-select: none;
        margin-right: 0;
    }
    #demo2 ul {
        /* height: 5.5rem; */
        
        padding-bottom: 0.8rem;
        margin-left: auto;
        display: block;
        background: #006431;
        width: 100%;
        /*position: absolute;*/
        
        position: fixed;
        top: 1rem;
        left: 0;
        z-index: -1;
        padding-top: 0.8rem;
        z-index: 999;
        box-sizing: border-box;
    }
    #demo2 ul li {
        display: block;
        padding: 0 20px;
    }
    #demo2 ul li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0rem;
        /*height: 0.68rem;*/
        
        height: .9rem;
        /*line-height: 0.68rem;*/
        
        padding: 0 .08rem;
        font-size: 0.26rem;
        color: #FFFFFF;
        -webkit-tap-highlight-color: transparent;
        outline: none;
        border-bottom: 1px dashed rgba(255, 255, 255, .15);
    }
    #demo2 ul li.global_img_ a {
        border-left: 0;
        /* height: 0.68rem; */
        
        height: .9rem;
        /* line-height: 0.68rem; */
        
        padding: 0 .08rem;
        margin-top: 0;
        display: flex;
    }
    #demo2 .right {
        display: block;
        width: 0.5rem;
        height: 0.5rem;
        margin-left: auto;
        margin-top: .3rem;
    }
    #demo2 .right__2 {
        display: block;
        width: 0.3rem;
        height: 0.3rem;
        margin-left: auto;
        margin-top: .3rem;
    }
    .global_img_ {
        position: static;
        right: 0rem;
        top: 0rem;
    }
    #demo2 ul {
        max-width: 100%;
        padding-left: 0;
        display: none;
        overflow-y: auto;
        /*max-height: 8rem;*/
        height: 100vh;
    }
    #demo2 ul li:last-child {
        /*justify-content: left;*/
        /*margin-left: 0.2rem;*/
        /*margin-top: 0.2rem;*/
        /*height: 0.44rem*/
        
        display: none;
    }
    .Brand .Brand_content .Brand_content_bottom {
        max-width: 95%;
        flex-direction: column;
        padding: 0;
    }
    .swiper-container1 .swiper-pagination {
        bottom: 0.4rem;
    }
    .swiper-slide p {
        font-size: 0.36rem;
    }
    .eling {
        font-size: 0.12rem !important;
        width: 4rem;
    }
    article .swiper-slide .txt {
        top: 70%;
    }
    #about_hJ .Gif_img {
        width:100%;
        height: auto;
    }
    #about_hJ .Gif_img img {
        width: 100%
    }
    .text_title {
        width: 100%;
        font-size: 14px;
        line-height: 1.6;
        -webkit-line-clamp: 6;
    }
    #fuiter_content .right .text_title {
        width: 3rem;
    }
    #fuiter_content .right h2 {
        margin: 0 auto;
        padding-top: 0.4rem;
    }
    #fuiter_content .text_button {
        margin: 0.4rem auto;
    }
    #fuiter_content .right .text_title {
        line-height: 0.34rem;
        width: 3.3rem;
        margin-top: 0.2rem;
        font-size: 0.24rem;
    }
    .about_new .swiper-slide>div span {
        height: 0.87rem !important;
        font-size: 0.16rem !important;
        line-height: 0.29rem !important;
    }
    .box_blue {
        width: 1.6rem;
        height: 1.2rem;
    }
    /* 点击事件 */
    #par_fuiter_click {
        position: static;
        margin: 1rem auto 0;
        width: 90%;
        display: flex;
        justify-content: space-between;
        flex-flow: wrap;
    }
    #par_fuiter_click>div {
        margin-bottom: 0.4rem;
        width: 1.3rem;
        height: 1.3rem;
        width: 10vw !important;
        height: 10vw !important;
    }
    #par_fuiter_click img {
        /*width: 57%!important;*/
        /*height: 0.4rem;*/
        
        display: block;
        /*margin: 0 auto;*/
    }
    .page_putbutton {
        bottom: 1.6rem;
        text-align: center;
        left: 0;
        right: 0;
        margin: auto;
    }
    #Yw_001 .yw_img_002 {
        width: 100%;
        margin: -0.8rem auto 0;
    }
    /* #Yw_001 .Yw_actrice div span:last-child{ color: #f0f0f0;} */
    #Yw_001 .Yw_actrice div span {
        font-size: 0.6rem;
    }
    /* xitong */
    .exit_cont_left {
        width: 3.5rem;
        /*margin-top: 0.28rem;*/
    }
    .exit_cont_right {
        width: 3.5rem;
    }
    .exit_cont_right img {
        /*width: 100%;*/
        
        height: 0.9rem;
    }
    .exit_cont_right>div:nth-child(2) {
        margin-left: 0.426rem !important;
    }
    #exit_cont {
        background-size: cover;
        overflow: hidden;
    }
    .exit_cont_right {
        /*margin-top: 0.3rem;*/
    }
    .exit_icon {
        width: 0.9rem;
        height: 0.9rem;
        /*top: 0.3rem!important;*/
    }
    .exit_icon text {
        font-size: 0.12rem;
    }
    .exit_icon img {
        width: 0.25rem;
        height: 0.25rem;
    }
    .content_text {
        left: 0.5rem;
        /* height: 0.4rem; */
        
        align-items: center;
    }
    .content_text span text:last-child {
        text-align: left;
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        font-size: 0.12rem;
    }
    .content_text2 {
        left: 0.3rem;
    }
    .content_text img {
        /*width: 0.5rem;*/
        
        height: 0.5rem;
        /* margin-top: 0.09rem; */
        
        width: 0.85rem;
        height: 0.85rem !important;
    }
    .content_text span {
        margin-top: 0rem;
        height: 0.4rem;
    }
    .content_text span text {
        font-size: 0.20rem;
        height: 0.2rem;
        line-height: 0.2rem;
        margin-bottom: 0.02rem;
    }
    .wai_center {
        top: -0.1rem !important;
    }
    /* 关于我们 */
    #About_hj_001 .about_news article>div {
        width: 48%;
        margin-bottom: 0.3rem;
        box-shadow: 0px 5px 15px rgba(0,0,0,.1);
    }
    .page_con{
        margin:0 auto 0.6rem;
    }
    #About_hj_001 .about_news article {
        justify-content: space-between;
        margin: .3rem auto;
    }
    #About_hj_001 .about_news .title {
        /*height: auto!important;*/
    }
    #About_hj_001 .about_news article>div:last-child {
        margin-right: 0;
    }
    .Company_honor_right {
        opacity: 1;
    }
    .Company_honor_left {
        opacity: 1 !important;
    }
    .about_new .swiper-slide>div .title {
        font-size: 0.24rem !important;
        font-weight: normal !important;
        line-height: 0.32rem !important;
        height: 0.64rem !important;
    }
    .about_new {
        width: 90%;
        padding: 0;
    }
    .about_new .swiper-button-next {
        display: none;
    }
    #Yw_001 h2 {
        padding-top: 0;
        width: 90%;
        margin: 0 auto;
    }
    #Yw_001 .text_title{
        width: 90%;
    }
    #Yw_001 .Yw_actrice {
        top: 0.1rem;
    }
    .about_new .swiper-button-prev {
        display: none;
    }
    .pra_xing_1 {
        left: 5rem;
    }
    article .swiper-slide p {
        font-size: 0.4rem;
    }
    #About_hj_001 .about_005_content {
        /*width: 90%;*/
        
        margin: 0 auto;
        height: 5.6rem;
    }
    #About_hj_001 .about_006 section {
        /*width: 90%;*/
    }
    #exit_cont .exit_cont_001 {
        width: 6rem !important;
    }
    .article {
        height: auto !important;
    }
    #fuiter_content {
        height: auto !important;
    }
    #exit_cont {
        padding: 0.4rem 0;
    }
    #Yw_001 {
        padding: 0.4rem 0;
    }
    .Brand .Brand_content .Brand_content_bottom {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .Brand .Brand_content .Brand_content_bottom .div {
        width: 90% !important;
        display: flex;
        margin-right: 0;
        height: 2rem;
    }
    .Brand .Brand_content .Brand_content_bottom .div:nth-child(6) {
        margin-bottom: 0.4rem;
    }
    .Brand .div .imgs img {
        width: 100%;
        height: 100% !important;
    }
    .Brand .Brand_content .Brand_content_bottom .dl {
        height: auto;
        display: none;
    }
    .Brand .div:last-child {
        /*margin-bottom: 0.2rem;*/
    }
    .brand_two .Brand_content_title {
        margin: 0 0 0.3rem 0 !important;
    }
    .Brand .div .imgs {
        margin-right: 2%;
        width: 2.8rem;
    }
    .Brand .Brand_map .Brand_map_content img {
        width: 100%;
    }
    .right_xiant_content {
        right: 3rem;
        top: 0.4rem;
        width: 3rem;
    }
    .left_xiant_content {
        top: 0.4rem;
        width: 3rem;
        left: 3rem;
    }
    .Brand .Brand_map .center_fouter {
        width: 2.2rem;
    }
    .Brand .Brand_top_title {
        max-width: 90%;
        font-size: 0.16rem !important;
        line-height: 0.28rem !important;
        /*text-align: justify;*/
        
        padding: .3rem;
    }
    .Brand .Brand_content .Brand_content_title {
        font-size: 0.46rem;
        margin: .3rem 0;
    }
    #Brand_content_bottom>div {
        width: 95%;
    }
    .Brand .div .imgs .black text {
        font-size: 0.12rem;
    }
    .Brand .div .imgs .black span {
        font-size: 0.16rem;
    }
    .displayBlock {
        display: none !important;
    }
    #demo2 ul li a span {
        display: none !important;
    }
    #demo2 ul li a img {
        display: block;
        height: 0.34rem;
        width: auto;
    }
    .gonggao_page .content_gonggao {
        max-width: 10rem;
    }
    #demo2 ul li a:hover span {
        display: none;
    }
    .Brand_content_bottom .div a:nth-child(2) {
        flex: 1;
        display: flex;
        align-items: center;
    }
    .Brand_botton {
        width: 1px;
        flex: 1;
        display: flex;
        flex-direction: column;
        padding: 0.2rem;
        box-sizing: border-box;
        height: 2rem;
    }
    .Brand_botton .span_frist {
        font-size: 0.26rem !important;
        font-weight: bold;
        margin-bottom: 0.05rem;
        padding-top: 0.05rem;
        /*padding-top: 0.08rem;*/
    }
    .Brand_botton>span:nth-child(2) {
        margin: .1rem 0;
    }
    .Brand_content_bottom .dl {
        display: none;
    }
    .Brand .div .imgs:hover .black {
        display: none !important;
    }
    #brand_010T .brand_010T_one>div:nth-child(2) {
        width: 50%;
    }
    #brand_010T .brand_010T_one>div:nth-child(1) {
        width: 45%;
    }
    #brand_010T .brand_010T_htao_02 div img {
        margin-bottom: 0;
        display: block;
        margin-bottom: 0.05rem;
    }
    #brand_010T .brand_010T_htao>div:nth-child(1)>div {
        height: auto
    }
    #brand_010T .brand_010T_bule {
        width: 8.8rem !important;
    }
    #brand_010T .brand_010T_htao {
        width: 7rem !important;
    }
    #brand_010T .brand_010T_htao_03 {
        width: 8.8rem !important;
    }
    /* #About_hj_001{ min-height:12rem;} */
    .Company_honor_right img {
        width: 85%;
    }
    .Company_honor_left img {
        width: 85%;
    }
    /* 	.Company_honor_right{ margin-left: 4%; }
	.Company_honor_left{ margin-right: 4%; } */
    #About_hj_001 .Company_honor .ctenteres {
        width: 90%;
    }
    .gonggao_page .peach:hover .left_gonggao>span,
    .gonggao_page .peach:hover .content_gonggao>p {
        color: #333333 !important;
    }
    .gonggao_page .peach:hover .button_gonggao {
        border: 1px solid #eeeeee !important;
        color: #999999 !important;
        opacity: 1;
    }
    .gonggao_page .peach:hover>div {
        background-color: #fafafa !important;
        box-shadow: 0rem 0rem 0rem 0rem rgb(0 0 0 / 5%) !important;
    }
    .footer {
        padding: 0;
        padding-top: 0.4rem;
    }
}
#About_hj_001 .about_003 .about_003_div {
    max-width: 13.4rem;
    padding: 0 0.3rem;
    /*padding: 0 0.3rem;*/
    margin: 0 auto;
}
@media screen and (max-width:1366px) {
    .Brand .div .imgs img {
        /*height: 145px;*/
    }
    #fuiter_content .right h2 {
        margin: 0.8rem auto 0.2rem !important;
        text-align: left;
        /*margin: 20% auto 0.2rem!important;*/
    }
    .brand_one .Brand_content_bottom,
    .Brand .Brand_content .Brand_content_bottom {
        max-width: 12rem !important;
    }
    /*#About_hj_001 .about_006 section, #About_hj_001 .about_004,#About_hj_001 .about_003 img,#About_hj_001 .about_003 p{*/
    /*    max-width: 12rem;*/
    /*}*/
    #About_hj_001 .about_004,
    #About_hj_001 .about_006 section {
        max-width: 12rem;
    }
    #About_hj_001 .about_003 .about_003_div {
        max-width: 11.4rem;
        /*padding: 0 0.3rem;*/
        
        margin: 0 auto;
    }
    #About_hj_001 .about_right span:nth-child(3) {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 9;
    }
    .pdf_time span {
        font-size: 0.14rem !important;
    }
    #About_hj_001 .about_003 p,
    #About_hj_001 .about_right span:nth-child(3),
    .Brand .Brand_top_title {
        font-size: 0.16rem;
    }
    #phone_click {
        width: 5.62rem;
        z-index: 999999999;
    }
    .baner_back_color {
        padding: 0.8rem 0;
    }
    #phone_click .center .title {
        font-size: 18px;
    }
    #phone_click .center {
        margin: 0.36rem auto 0;
    }
    #phone_click .xiantiao {
        margin: 0.14rem 0 0.24rem;
    }
    #phone_click .icon_bot {
        margin-bottom: 0.16rem;
    }
    #phone_click .icon_bot svg{
        width: 16px;
    }
    #exit_cont .exit_cont_001 {
        width: 7rem;
    }
    #About_hj_001 .about_news .title {
        font-size: 0.18rem;
        /*height: auto;*/
        /*margin: 0.15rem auto;*/
        /*height: 0.6rem;*/
        /*line-height: 0.3rem;*/
    }
    #About_hj_001 .about_news .title {
        line-height: normal;
    }
    #About_hj_001 .about_news article p {
        margin: 0 auto 0.26rem;
    }
    #about_content_001 {
        min-height: auto;
    }
    .Brand .Brand_content .Brand_content_title {
        font-size: 0.40rem;
    }
    .Brand .Brand_map .center_fouter {
        width: 2rem;
    }
    .Brand .Brand_map .center_fouter {
        top: -0.35rem;
    }
    .article {
        height: 6.68rem;
    }
    .exit_icon {
        /*top:0.12rem*/
    }
    .about_006 h2 {
        font-size: 0.4rem;
        display: none;
    }
    #exit_cont .exit_cont_001 {
        width: 6.5rem;
        margin: 0 auto;
    }
    #fuiter_content .right h2 {
        margin-bottom: 0.15rem;
        font-size: 0.4rem;
    }
    #par_fuiter_click {
        right: 2%;
        left: auto;
        bottom: 1.2rem;
    }
    .page_putbutton {
        bottom: .8rem;
    }
    /* 关于洪九 */
    #About_hj_001 .left_text_p {
        position: absolute;
        left: 50%;
        width: 90%;
        transform: translateX(-50%);
    }
    #About_hj_001 .left_text_p p {
        font-size: 0.46rem;
    }
    #About_hj_001 .about_004 h2 {
        font-size: 0.4rem;
        line-height: 0.5rem;
        display: none;
    }
    #About_hj_001 .about_005_content {
        /*width: 9rem;*/
        /*height: auto;*/
    }
    #About_hj_001 .about_005_content img {
        width: 3.8rem;
    }
    #About_hj_001 .about_right span:nth-child(1) {
        /*margin-top: 0.3rem;*/
    }
    #Company_bottom_content .text {
        font-size: 0.18rem;
    }
    .gonggao_page .right_gonggao span {
        font-size: 0.38rem;
    }
    .Brand .Brand_title {
        padding-left: 1.4rem;
    }
    .Brand .Brand_title span {
        font-size: 0.48rem;
    }
    #exit_cont .exit_cont_001 {
        width: 100% !important;
        /*height: 3.21rem;*/
    }
    #exit_cont .exit_cont_001 {
        margin-top: 0.3rem !important;
    }
    .exit_cont_right>div:nth-child(2) {
        margin-left: 0.5rem;
    }
    .exit_cont_right {
        /*margin-top: 0.3rem;*/
    }
    .exit_icon text {
        font-size: 0.14rem;
    }
    .about_new {
        height: auto !important;
    }
    /* #exit_cont .exit_cont_001{ width: 7.5rem;} */
    #about_hJ h2,
    .gonggao_page .right_gonggao span {
        padding-top: 0rem;
        font-size: 0.4rem;
    }
    .YuanT_top .YuanT .right>div>span {
        font-size: 0.3rem !important;
    }
    .about_new .swiper-slide>div .title {
        margin: 0.15rem auto;
        font-size: 0.18rem;
        min-height: 0.5rem;
    }
    .about_new .swiper_url {
        margin: 0.2rem auto;
    }
    .text_button {
        margin: 0.2rem auto 0;
    }
    .exit_icon text {
        font-size: 0.16rem;
    }
    #par_fuiter_click {
        width: 7.15rem;
    }
    .text_button {
        margin: 0.4rem auto 0;
        width: 1.5rem;
        height: 0.5rem;
        line-height: 0.5rem;
        font-size: 14px;
    }
    .baner_back_color .about_frist_banner .text_button {
        margin: 0rem auto 0;
    }
    #fuiter_content .right h2 {
        width: 5.15rem;
    }
    #fuiter_content .right .text_title {
        width: 5.15rem;
    }
    #fuiter_content .text_button {
        width: 5.15rem;
        border: none;
    }
    /**/
    #fuiter_content .text_button a {
        width: 1.5rem;
        height: 0.5rem;
        border: 1px solid #006431;
        color: #006431;
        /* opacity: 0.5; */
        text-align: center;
        line-height: 0.5rem;
        margin: 0.1rem 0 0.5rem;
        display: block;
        font-size: 14px;
    }
    .about_new .swiper-button-prev {
        top: 0;
    }
    .about_new .swiper-button-next {
        top: 0;
    }
    #about_hJ .Gif_img {
        width: 100%;
        height: 3.4rem;
    }
    #about_hJ .Gif_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #par_fuiter_click>div {
        width: 0.9rem;
        height: 0.9rem;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        -webkit-user-select: none;
        -moz-user-focus: none;
        -moz-user-select: none;
    }
    #par_fuiter_click b {
        font-size: 0.15rem;
    }
    #about_hJ>h2,
    #Yw_001 h2,
    #exit_cont h2,
    .about_new h2 {
        font-size: 0.4rem;
    }
    .about_new h2 {
        margin-bottom: 0.4rem;
    }
    .gonggao_page .button_gonggao {
        width: 1.3rem;
        height: 0.4rem;
        line-height: 0.4rem;
        font-size: 0.16rem;
    }
    .aritice_txt {
        position: absolute;
        bottom: 20%;
        right: 12.4%;
        z-index: 99;
    }
    .aritice_txt p {
        font-size: 0.43rem;
        font-weight: bold;
        /*color: #FDF6EB;*/
        
        text-align: right;
    }
    .aritice_txt p:nth-child(2) {
        font-size: 0.14rem;
    }
    .wai_center {
        top: -0.16rem;
        position: absolute;
        /* border: 1px #f00 solid; */
        
        width: 1.35rem;
        height: 1.35rem;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #1C9C31;
        border-radius: 50%;
        display: flex;
        align-items: center;
    }
    .wai_002_one {
        position: absolute;
        width: 1.1rem;
        height: 1.1rem;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border: 1px #fafafa solid;
        /* background-color: #1C9C31; */
        
        border-radius: 50%;
        display: block;
        /*margin: 0 auto;*/
    }
    .wai_002_two {
        position: absolute;
        top: 0;
        /* border: 1px #f00 solid; */
        
        width: 1.22rem;
        height: 1.22rem;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 50%;
        border: 1px #fafafa dashed;
        display: block;
    }
    /*#wangluo_000_id .right{*/
    /*right: -14%!important;*/
    /*}*/
    .math_map {
        width: 80% !important;
    }
}

/* 
#demo2>div {
  padding: 0 1.4rem;
} */
#brand_010T .brand_010T_bule {
    width: 12rem;
}
#brand_010T .brand_010T_htao {
    width: 10rem;
}
#brand_010T .brand_010T_htao>div:nth-child(1)>span {
    height: 1.9rem;
}
#brand_010T .brand_010T_htao>div:nth-child(1)>span {
    width: 90%;
}
#brand_010T .brand_010T_htao_01 {
    width: 10rem;
}
#brand_010T .brand_010T_htao_01 .box>div:nth-child(2)>span {
    margin: 0 0.4rem;
}
#brand_010T .brand_010T_htao_02 {
    width: 10rem;
}
#brand_010T .brand_010T_htao_02>div {
    width: 32.6%;
}
#brand_010T .brand_010T_htao_03 {
    /* width: 13rem; */
}
.Brand .div .imgs .black text {
    font-size: 0.1rem;
}
.Brand .div .imgs .black span {
    font-size: 0.24rem;
}
.black>div {
    height: auto;
}
.gonggao_page .content_gonggao p {
    max-width: 6rem;
}
@media screen and (max-width: 1024px) {
    #fuiter_content .right .text_title {
        width: 3.3rem;
    }
    #fuiter_content .right h2 {
        width: auto;
        text-align: center;
    }
    #fuiter_content .text_button {
        width: 1.3rem;
    }
    #About_hj_001 .about_006_name {
        line-height: unset;
        height: auto;
        padding: 0.1rem 0;
        flex-direction: column;
    }
}
@media screen and (min-width: 768px) {
    #About_hj_001 .about_006 section>div:not(:nth-child(3n)) {
        margin-right: 2%;
    }
    #About_hj_001 .about_news article p,
    .about_new .swiper-slide>div span div {
        min-height: 0.84rem;
        max-height: 0.84rem;
    }
    #About_hj_001 .about_news article p {
        position: relative;
    }
    #b {
        /*content: ' ... ';*/
        
        position: absolute;
        bottom: 0;
        right: 0;
        padding-left: 10px;
        background: -webkit-linear-gradient(left, transparent, #fff 40%);
        /* Safari 5.1-6.0 */
        
        background: -o-linear-gradient(left, #fff 50%);
        /* Opera 11.1-12.0 */
        
        background: -moz-linear-gradient(left, #fff 50%);
        /* Firefox 3.6-15 */
        
        background: linear-gradient();
        /* 标准语法 */
    }
    #About_hj_001 .about_news article p {
        line-height: 0.28rem;
    }
    /* .gonggao_page .peach:hover .left_gonggao>span,
  .gonggao_page .peach:hover .content_gonggao>p {
    color: #333333 !important;
  }

  .gonggao_page .peach:hover .button_gonggao {
    border: 1px solid #F2F2F2 !important;
    color: #999999 !important;
  } */
    /* .gonggao_page .peach:hover>div {
    background: #FAFAFA !important;
    box-shadow: none !important;
  } */
    /*body, html{*/
    /*	font-size: 100px;*/
    /* overflow-y: hidden */
    /*	scrollbar-width: none;*/
    /*}*/
}
@media screen and (max-width:860px) {
    #About_hj_001 .searchDiv>div:first-child {
        width: 1.6rem;
    }
    #About_hj_001 .searchDiv>div:not(:last-child) {
        width: 1.4rem;
    }
}
@media screen and (max-width:768px) {
    #about_content_001 .List_page_002{
        flex-wrap: wrap;
    }
    #about_content_001 .List_page_002>div .buttones{
        font-size: 14px;
        height: 0.5rem;
        line-height: 0.5rem;
        margin: 10px auto;
    }
    #about_content_001 .List_page_002>div{
        font-size: 14px;
        width: 100%;
        text-align: left!important;
    }
    #title_list_top {
        margin:50px auto;
    }
    .gonggao_page .peach:nth-child(1) {
        padding-top: .6rem;
    }
    #About_hj_001 form .searchDiv {
        margin-top: .2rem;
    }
    .gonggao_page .gonggao_img {
        margin: .2rem auto;
    }
    /* 鲜果详情 */
    #brand_010T .brand_010T_bule {
        width: 7.5rem !important;
    }
    #About_hj_001 .about_006 section>div {
        width: 47%;
    }
    #About_hj_001 .about_006 section>div:nth-child(odd) {
        margin-right: 6% !important;
    }
    #About_hj_001 .about_006 section>div:nth-child(even) {
        margin-right: 0% !important;
    }
    #myCanvas_div2 {
        margin-right: 64%;
    }
    #myCanvas_div {
        margin-right: 64%;
    }
    #brand_010T .brand_010T_htao {
        width: 6.5rem !important;
    }
    #brand_010T .brand_010T_htao>div:nth-child(1)>span {
        height: 0.9rem;
    }
    #brand_010T .brand_010T_htao>div:nth-child(1)>div {
        align-items: unset;
        width: 100%;
        font-size: 0.16rem;
        /* 		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical; */
    }
    #brand_010T .brand_010T_htao {
        height: auto;
    }
    #brand_010T .brand_010T_htao>div:nth-child(1) {
        width: 3.4rem;
        /* top: -0.5rem; */
    }
    #brand_010T .brand_010T_htao>div:nth-child(1) img {
        width: 1.6rem;
        margin-top: 0.2rem;
    }
    #brand_010T .brand_010T_htao>div:nth-child(2) {
        margin-left: 0.3rem;
        height: auto;
        width: auto;
        width: 4rem;
        /* height: 2rem; */
        
        display: flex;
        align-items: center;
        object-fit: cover;
        /* margin-top: 0.2rem; */
        /* object-fit: cover; */
    }
    #brand_010T .brand_010T_htao_01 {
        width: 7rem;
    }
    #brand_010T .brand_010T_htao_01 {
        height: auto;
    }
    #brand_010T .brand_010T_htao_01 .box>div:nth-child(2)>span {
        margin: 0 0.3rem;
    }
    #brand_010T .brand_010T_htao_02 {
        width: 7rem !important;
    }
    #brand_010T .brand_010T_htao_03 {
        width: 7rem !important;
    }
    #brand_010T .brand_010T_one {
        width: 7rem !important;
    }
    #brand_010T .brand_010T_one {
        height: auto;
    }
    #brand_010T .brand_010T_one>div:nth-child(1) {
        height: auto;
    }
    #brand_010T .brand_010T_one>div:nth-child(2) {
        height: auto;
    }
    .aritice_txt p {
        font-size: 0.32rem;
    }
    .aritice_txt p:nth-child(2) {
        font-size: 14px;
    }
    #fuiter_content .right{
        padding: 0 5%;
    }
    #wangluo_000_id .right {
        bottom: -14% !important;
        right: 0 !important;
        /*top: unset!important;*/
    }
    #wangluo_000_id img {
        padding-top: 0.4rem !important;
    }
    #wangluo_000_id .left {
        bottom: 12% !important;
    }
    #wangluo_000_id .top {
        top: 1% !important;
    }
    #About_hj_001 .about_news article span {
        margin: 0.3rem auto 0.38rem;
    }
    #About_hj_001 .about_news .title {
        margin-top: 0.27rem;
    }
    #About_hj_001 {
        min-height: calc(100% - 1rem - 3.6rem) !important;
    }
}
@media screen and (max-width:320px) {
    /* html {
		font-size: 0.12rem;
	} */
    #About_hj_001 .about_news .title {
        height: auto;
    }
    #About_hj_001 .about_002 {
        max-width: 6.7rem;
    }
    #Company_bottom_content .Company_content {
        margin-bottom: 0.2rem;
    }
}

/*.zoomIn{*/

/* -webkit-animation-name: zoomIn;*/

/*     animation-name: zoomIn;*/

/*}*/
.swiper-button-prev,
.swiper-button-next {
    -webkit-animation-duration: 6s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*flex-direction: column;*/

/*padding: 0.2rem 0;*/

/*height: 80%;*/

/*}*/
.Brand_botton>span {
    text-align: left;
    /*flex: 1;*/
}
.Brand_botton>span:nth-child(1) {
    font-size: 0.18rem;
    font-weight: bold;
}
.Brand_content_bottom .dl {
    /* display: none; */
}
.Brand .div .imgs:hover .black {
    /* display: none !important; */
}
#brand_010T .brand_010T_one>div:nth-child(2) {
    width: 50%;
}
#brand_010T .brand_010T_one>div:nth-child(1) {
    width: 45%;
}
#brand_010T .brand_010T_htao_02 div img {
    argin-bottom: 0;
    display: block;
    margin-bottom: 0.05rem;
}
#brand_010T .brand_010T_htao>div:nth-child(1)>div {
    height: auto
}
#brand_010T .brand_010T_bule {
    /* width: 8.8rem !important; */
}
#brand_010T .brand_010T_htao {
    width: 7rem !important;
}
#brand_010T .brand_010T_htao_03 {
    /* width: 8.8rem !important; */
}

/* #About_hj_001{ min-height:12rem;} */
.Company_honor_right img,
.Company_honor_left img {
    width: 85%;
    vertical-align: middle;
}

/* 	.Company_honor_right{ margin-left: 4%; }
	.Company_honor_left{ margin-right: 4%; } */
#About_hj_001 .Company_honor .ctenteres {
    width: 90%;
}

}
@media screen and (max-width:1366px) {
    /* html {
		font-size: 0.1rem;
	} */
    #exit_cont .exit_cont_001 {
        width: 7rem;
    }
    #About_hj_001 .about_news .title {
        font-size: 0.14rem;
        height: auto;
        margin: 0.15rem auto;
    }
    #About_hj_001 .about_news article p {
        margin: 0 auto 0.26rem;
    }
    #about_content_001 {
        min-height: auto;
    }
    .Brand .Brand_content .Brand_content_title {
        font-size: 0.40rem;
    }
    .Brand .Brand_map .center_fouter {
        width: 2rem;
    }
    .Brand .Brand_map .center_fouter {
        top: -0.35rem;
    }
    .article {
        height: 6.68rem;
    }
    .exit_icon {
        -0.3rem
    }
    .about_006 h2 {
        font-size: 0.4rem;
        display: none;
    }
    #exit_cont .exit_cont_001 {
        width: 6.5rem;
        margin: 0 auto;
    }
    /* #par_fuiter_click{ bottom: 0.4rem;} */
    #fuiter_content .right h2 {
        margin: 0;
        margin-bottom: 0.15rem;
        font-size: 0.4rem;
        padding-top: 0.45rem;
    }
    #par_fuiter_click {
        right: 2%;
        left: auto;
    }
    /* 关于洪九 */
    #About_hj_001 .left_text_p {
        position: absolute;
        left: 1.4rem;
    }
    #About_hj_001 .left_text_p p {
        font-size: 0.46rem;
    }
    #About_hj_001 .about_004 h2 {
        font-size: 0.4rem;
        display: none;
    }
    #About_hj_001 .about_005_content {
        /*width: 9rem;*/
    }
    #About_hj_001 .about_005_content img {
        width: 3.8rem;
    }
    #About_hj_001 .about_right span:nth-child(1) {
        margin-top: 0.5rem;
    }
    #About_hj_001 .about_006 section {
        /*width: 9rem;*/
    }
    #About_hj_001 .about_news article {
        width: 11rem;
    }
    #Company_bottom_content .text {
        font-size: 0.18rem;
    }
    .gonggao_page .right_gonggao span {
        font-size: 0.38rem;
    }
    .Brand .Brand_title {
        padding-left: 1.4rem;
    }
    .Brand .Brand_title span {
        font-size: 0.48rem;
    }
    #exit_cont .exit_cont_001 {
        width: 7.5rem;
    }
    #exit_cont .exit_cont_001 {
        margin-top: 0.2rem;
    }
    .exit_cont_right>div:nth-child(2) {
        margin-left: 0.6rem;
    }
    .exit_cont_right {
        /*margin-top: 0.3rem;*/
    }
    .exit_icon text {
        font-size: 0.14rem;
    }
    .about_new {
        height: auto !important;
    }
    #about_hJ {
        background-size: 100%;
        padding-bottom: 0.35rem;
    }
    /* #exit_cont .exit_cont_001{ width: 7.5rem;} */
    #about_hJ h2 {
        padding-top: 0.35rem;
    }
    .about_new .swiper-slide>div .title {
        margin: 0.15rem auto;
        font-size: 0.18rem;
        min-height: 0.5rem;
    }
    .about_new .swiper_url {
        margin: 0.2rem auto;
    }
    .text_button {
        margin: 0.2rem auto 0;
    }
    .exit_icon text {
        font-size: 0.16rem;
    }
    #par_fuiter_click {
        width: 7.15rem;
    }
    .text_button {
        margin: 0.4rem auto 0;
        width: 1.3rem;
        height: 0.4rem;
        line-height: 0.4rem;
    }
    .about_new .swiper-button-prev {
        top: 0;
    }
    .about_new .swiper-button-next {
        top: 0;
    }
    #about_hJ .Gif_img {
        width:100%;
        height: 3.4rem;
    }
    #about_hJ .Gif_img img {
        width: 100%;
        height: auto;
    }
    #exit_cont {
        /* height: auto; padding-bottom: 0.38rem; */
    }
    #exit_cont h2 {
        padding-top: 0.3rem;
    }
    #par_fuiter_click>div {
        width: 0.9rem;
        height: 0.9rem;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        -webkit-user-select: none;
        -moz-user-focus: none;
        -moz-user-select: none;
    }
    #about_hJ>h2,
    #Yw_001 h2,
    #exit_cont h2,
    .about_new h2 {
        font-size: 0.4rem;
    }
    .about_new h2 {
        padding-top: 0.5rem;
        margin-bottom: 0.4rem;
    }
    .gonggao_page .button_gonggao {
        width: 1.3rem;
        height: 0.4rem;
        line-height: 0.4rem;
        font-size: 0.16rem;
    }
}

/* #demo2>div {
  padding: 0 1.4rem;
} */
#brand_010T .brand_010T_bule {
    width: 12rem;
}
#brand_010T .brand_010T_htao {
    width: 10rem;
}
#brand_010T .brand_010T_htao>div:nth-child(1)>span {
    height: 1.9rem;
}
#brand_010T .brand_010T_htao>div:nth-child(1)>span {
    width: 90%;
}
#brand_010T .brand_010T_htao_01 {
    width: 10rem;
}
#brand_010T .brand_010T_htao_01 .box>div:nth-child(2)>span {
    margin: 0 0.4rem;
}
#brand_010T .brand_010T_htao_02 {
    width: 10rem;
}
#brand_010T .brand_010T_htao_02>div {
    width: 32.6%;
}
#brand_010T .brand_010T_htao_03 {
    /* width: 13rem; */
}
.Brand .div .imgs .black text {
    font-size: 0.16rem;
}
.Brand .div .imgs .black span {
    font-size: 0.24rem;
}
.black>div {
    height: auto;
    display: none;
}
.gonggao_page .content_gonggao p {
    max-width: 9.5rem;
}

/*  */

/* } */
@media screen and (max-width:768px) {
    /* html {
		font-size: 0.1rem;
	} */
    .Brand .Brand_map .center_fouter {
        width: 1.6rem
    }
    .Brand .Brand_map .center_fouter {
        -0.4rem
    }
    #par_fuiter_click>div {
        width: 0.8rem !important;
        height: 0.8rem !important;
    }
    .page_putbutton {
        bottom: 1.8rem;
    }
    #par_fuiter_click {
        width: 90%;
    }
    article .swiper-pagination {
        /*bottom: 0.2rem !important;*/
    }
    .about_new .swiper-slide img {
        height: 2.2rem;
    }
    #About_hj_001 .about_005_content img {
        width: 100%;
        min-height: 5rem;
    }
    #About_hj_001 .about_right {
        /*margin-left: 0.4rem;*/
        padding: 0.3rem 0;
    }
    #About_hj_001 .about_right span:nth-child(1) {
        /*margin-top: 0.2rem;*/
    }
    #About_hj_001 .about_right span:nth-child(3) {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 20;
        overflow: hidden;
        font-size: 0.24rem;
        line-height: 0.38rem;
    }
    #About_hj_001 .about_005_content {
        /*width: 90%;*/
        /*margin: 0 auto;*/
        flex-wrap: wrap;
    }
    #About_hj_001 .about_005_content .img {
        width: 100%;
    }
    #About_hj_001 .about_005_content {
        height: auto;
    }
    #About_hj_001 .about_006 section {
        width: 90%;
        padding: 0;
    }
    #About_hj_001 .about_006 section>div {
        background: #FFFFFF;
        margin-top: 0;
        margin-bottom: 0.4rem;
        position: relative;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        -webkit-user-select: none;
        -moz-user-focus: none;
        -moz-user-select: none;
    }
    #About_hj_001 .about_006 section>div>div:nth-child(1) {
        height: 34vw;
    }
    #About_hj_001 .about_006_name {
        /* margin-bottom: 0.2rem; */
        line-height: unset;
        height: auto;
        padding: 0.1rem 0;
        flex-direction: column;
    }
    #About_hj_001 .about_006_name>span {
        /*padding: 8px 0;*/
    }
    #About_hj_001 .about_006_name span:nth-child(2) {
        -webkit-line-clamp: 2
    }
    #About_hj_001 .about_news article {
        margin-top: 0.2rem;
    }
    #About_hj_001 .Company_honor .Company_honor_top {
        max-width: 80%;
    }
    #Company_bottom_content {
        width: 90%;
        margin: 0.3rem auto 50px;
    }
    #Company_bottom_content .Company_content {
        margin-bottom: 0.2rem;
    }
    #about_hJ {
        padding:50px 0;
    }
    #about_hJ .about_content_frist{
        width: 90%;
        margin:0 auto;
    }
    #Yw_001 {
        padding: 0.2rem 0;
    }
    .exit_icon text {
        /*margin-top: 0;*/
    }
    .exit_cont_right {
        /*margin-top: 0.2rem;*/
    }
    #exit_cont h2,
    #Yw_001 h2,
    #fuiter_content h2,
    #about_hJ h2,
    .about_new h2,
    #fuiter_content .right h2,
    .profile_top .pro_right span,
    #About_hj_001 .about_004 h2,
    .about_006 h2,
    .Brand .Brand_content .Brand_content_title,
    .YuanT_top .YuanT .right>div>span,
    .cor_title,
    .number_content .number_back>.content .left p,
    .gonggao_page .right_gonggao span {
        font-size: 0.40rem !important;
        /*padding-top: 0.35rem;*/
    }
    .Brand .Brand_content .Brand_content_title {
        margin:50px auto 30px!important;
        width: 90%;
    }
    .about_new .swiper-container1 {
        padding: 0 !important;
    }
    .Brand .Brand_map .Brand_map_content {
        width: 90%;
        margin: 0 auto;
    }
    .Brand .Brand_map{
        padding: 50px 0;
    }
    .Brand .Brand_top_title {
        width:90%;
        padding: 50px 0;
    }
    #About_hj_001 .Company_honor .ctenteres {
        top: -0.1rem;
    }
    #About_hj_001 .Company_honor .Company_honor_top .xiantiao {
        bottom: -0.08rem;
    }
    .exit_icon text {
        font-size: 0.11rem;
    }
    .gonggao_page .content_gonggao p {
        font-size: 0.28rem;
    }
    .gonggao_page .content_gonggao span {
        font-size: 0.24rem;
    }
    #About_hj_001 .searchDiv>div {
        width: 100%;
        margin-bottom: 0.2rem;
        height: 0.6rem;
        line-height: 0.6rem;
        margin-right: 0;
    }
    #About_hj_001 .searchDiv>div:first-child {
        width: 100%;
    }
    #About_hj_001 .searchDiv {
        justify-content: space-between;
    }
    #About_hj_001 .searchDiv>div.inputTwo {
        width: 43%;
    }
    .calender-wrap:before {
        display: none !important;
    }
    .calender-wrap:after {
        position: static !important;
    }
}

/* 鲜果详情 */
#brand_010T .brand_010T_bule {
    width: 7.5rem !important;
}
#brand_010T .brand_010T_htao {
    width: 6.5rem !important;
}
#brand_010T .brand_010T_htao>div:nth-child(1)>span {
    height: 0.9rem;
}
#brand_010T .brand_010T_htao>div:nth-child(1)>div {
    align-items: unset;
    width: 100%;
    font-size: 0.16rem;
    /* 		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical; */
}
#brand_010T .brand_010T_htao {
    height: auto;
}
#brand_010T .brand_010T_htao>div:nth-child(1) {
    width: 3.4rem;
    /* top: -0.5rem; */
}
#brand_010T .brand_010T_htao>div:nth-child(1) img {
    width: 1.6rem;
    margin-top: 0.2rem;
}
#brand_010T .brand_010T_htao>div:nth-child(2) {
    margin-left: 0.3rem;
    height: auto;
    width: auto;
    width: 4rem;
    /* height: 2rem; */
    display: flex;
    align-items: center;
    object-fit: cover;
    /* margin-top: 0.2rem; */
    /* object-fit: cover; */
}
#brand_010T .brand_010T_htao_01 {
    width: 7rem;
}
#brand_010T .brand_010T_htao_01 {
    height: auto;
}
#brand_010T .brand_010T_htao_01 .box>div:nth-child(2)>span {
    margin: 0 0.3rem;
}
#brand_010T .brand_010T_htao_02 {
    width: 7rem !important;
}
#brand_010T .brand_010T_htao_03 {
    /* width: 7rem !important; */
}
#brand_010T .brand_010T_one {
    /* width: 7rem !important; */
}
#brand_010T .brand_010T_one {
    height: auto;
}
#brand_010T .brand_010T_one>div:nth-child(1) {
    height: auto;
}
#brand_010T .brand_010T_one>div:nth-child(2) {
    height: auto;
}

}
@media screen and (max-width:1366px) {
    #About_hj_001 .about_003 {
        padding: 0.7rem 0 0.5rem 0;
    }
    .about_004 h2,
    .about_006 h2 {
        padding-top: 0.8rem;
    }
    #About_hj_001 .about_004 {
        padding-bottom: 0.8rem;
    }
    #About_hj_001 .about_006 section>div {
        margin-top: 0.4rem;
    }
    #About_hj_001 .about_003 p {
        margin-bottom: 0.34rem;
    }
    #About_hj_001 .about_news article {
        margin-top: 0.7rem;
    }
    .Brand .Brand_map .Brand_map_content {
        max-width: 9.53rem;
    }
    .Brand .Brand_map {
        background-size: 100% 100%;
    }
    .Brand .Brand_map .Brand_map_content>div:nth-child(1) {
        width: 4.54rem;
    }
    .Brand .Brand_map .Brand_map_content>div:nth-child(2) {
        width: 4.11rem;
    }
    .Brand .Brand_map .center_fouter {
        width: 1.7rem;
    }
    .Brand .Brand_map {
        min-height: auto;
        padding-bottom: 0.26rem;
    }
    .Brand .Brand_content .Brand_content_title {
        margin: 0.61rem 0 0.43rem 0;
    }
    .Brand .div {
        margin-bottom: 0.43rem;
    }
}
.page_con{
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: 2.85rem;*/
    margin: 0 auto 0.6rem;
}
#About_hj_001 .p_page a{
    display: block;
    width: 0.35rem;
    text-align: center;
    font-size: 0.16rem;
    color: #999999;
    font-weight: 500;
    height: 0.35rem;
    line-height: 0.35rem;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    margin: 0 0.05rem;
    justify-content: center;
    align-items: center;
}
#About_hj_001 .p_page a img {
    width: 100%;
    /*height: 0.25rem;*/
}
#About_hj_001 .p_page a.current{
    color: #fff;
}
#About_hj_001 .p_page a.current{
    color: #fff !important;
    background: #006431 !important;
}
#about_content_001 .gonggao .active {
    background: #006431 !important;
}
@media screen and (max-width:1600px) and (min-width:1360px) {
    #exit_cont .exit_cont_001 {
        width: 9rem;
        /*margin-top: 0;*/
    }
    #par_fuiter_click>div {
        width: 0.9rem;
        height: 0.9rem;
    }
    .about_new .swiper-slide>div .title {
        margin: 0.24rem auto 26px !important;
    }
    .about_new .swiper_url {
        margin: 0.23rem auto !important;
    }
    .active2 {
        width: 0.87rem !important;
        height: 0.87rem !important;
        /*border: 0.06rem solid #E7A067!important;*/
    }
    #par_fuiter_click {
        width: 7rem;
    }
    #par_fuiter_click img {
        /*width: 55px;*/
        /*height: 55px;*/
    }
    #about_hJ .Gif_img {
        width: 100%;
        /*height: auto;*/
    }
    .about_new .swiper-slide img {
        height: 1.75rem !important;
    }
    .baner_back_color h2 {
        padding-top: 0;
    }
    .about_new .swiper-slide>div span {
        -webkit-line-clamp: 2 !important;
    }
}
#container .lightbox1 img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
#container .lightbox1 {
    box-sizing: border-box;
    max-width: 12.8rem;
    margin: auto;
    padding: 0.6rem 0;
}
@media screen and (max-width: 1400px) and (min-width: 1024px) {
    #container .lightbox1 {
        width: 80%;
    }
    .right_xiant_content {
        width: 2.4rem !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    #container .lightbox1 {
        width: 90%;
    }
    #container .lightbox1 {
        padding: 0.3rem 0;
    }
    .left_xiant_content {
        top: 0.46rem;
    }
    .right_xiant_content {
        top: 0.46rem;
    }
}
@media screen and (max-width: 768px) {
    #container .lightbox1 {
        width: 90%;
    }
}
@media screen and (min-width:1921px) {
    #par_fuiter_click {
        width: 14rem;
        width: 55%;
    }
    #par_fuiter_click>div {
        width: 1.5rem !important;
        height: 1.5rem !important;
    }
    #par_fuiter_click {
        bottom: 26%;
    }
    #fuiter_content .right h2 {
        margin: 20% 0 0.2rem 0;
        padding-top: 0;
    }
    .page_putbutton {
        bottom: 20%;
        left: 55.6%;
        width: 1rem;
    }
    #par_fuiter_click img {
        /*margin: 14px auto;*/
    }
    .baner_back_color .about_new {
        position: relative;
    }
    #fuiter_content .right h2 {
        margin: 20% auto 0.2rem !important;
        margin-left: 14% !important;
    }
    #fuiter_content .text_title {
        margin-left: 14%;
    }
    #fuiter_content .text_button {
        margin-left: 14%;
    }
    .content_text img {
        width: 0.80rem;
        height: 0.80rem !important;
    }
}
@media screen and (min-width:2500px) {
    #fuiter_content .right h2 {
        width: 9.6rem;
    }
    #fuiter_content .right .text_title {
        width: 9.6rem !important;
    }
    #fuiter_content .text_button {
        width: 9.6rem;
    }
}
.swiper-container_6 .swiper-slide {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

/*.baner_back_color .about_new{*/

/*    height: 100%!important;*/

/*}*/
#about_content_001 h2 {
    max-width: 14rem;
    margin: 0 auto;
    line-height: 0.5rem;
}
#About_hj_001 .about_004,
#About_hj_001 .about_006 {
    width: 100%;
    box-sizing: border-box;
}
#exit_cont h2 {
    padding-top: 0rem;
}
.mobile-connect {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    bottom: 1.8rem;
    right: .2rem;
    z-index: 9;
}
.mobile-connect .connect-icon {
    width: .4rem;
    height: .4rem;
    margin-bottom: .2rem;
    border: 1px #fff solid;
    cursor: pointer;
}
.mobile-connect .top-icon {
    display: none;
    width: .4rem;
    height: .4rem;
    border: 1px #fff solid;
    cursor: pointer;
}
@media screen and (max-width: 1024px) {
    .mobile-connect {
        display: flex;
    }
    .page_putbutton {
        bottom: 1.6rem;
    }
    .aritice_txt {
        left: 0;
        right: 0;
    }
    .aritice_txt p {
        text-align: center;
    }
    .baner_back_color {
        padding: 0.4rem 0;
    }
    .about_new .swiper-slide>div span div {
        height: 0.87rem !important;
    }
    /*.Brand_botton span{*/
    /*    font-size: .16rem;*/
    /*    line-height: .28rem;*/
    /*}*/
}
@media screen and (max-width: 760px) {
    #exit_cont h2,
    #Yw_001 h2,
    #fuiter_content h2,
    #about_hJ h2,
    .about_new h2,
    #fuiter_content .right h2,
    .profile_top .pro_right span,
    #About_hj_001 .about_004 h2,
    .about_006 h2,
    .Brand .Brand_content .Brand_content_title,
    .YuanT_top .YuanT .right>div>span,
    .cor_title,
    .number_content .number_back>.content .left p,
    .gonggao_page .right_gonggao span {
        font-size: 0.40rem !important;
        /*padding-top: 0.35rem;*/
    }
    .Brand .Brand_top_title {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
    .corporate_wuxing_rights p {
        font-size: 0.24rem !important;
    }
    #fuiter_content .right h2 {
        padding-top: .2rem;
    }
    #Yw_001 {
        padding:50px 0 0;
    }
    #exit_cont {
        padding:50px 0;
    }
    #exit_cont .exit_cont_frist{
        width: 90%;
    }
    .baner_back_color {
        padding:50px 0;
    }
    .supply_chain .supply-brief-text {
        font-size: 0.2rem !important;
    }
    .content_text img {
        width: 0.67rem;
        height: 0.67rem !important;
    }
    #container .lightbox1 {
        padding:50px 0;
    }
    .left_xiant_content {
        width: 2.7rem;
    }
    .exit_icon text,
    .content_text span text:last-child {
        font-size: 0.16rem;
    }
    #About_hj_001 .about_news article p {
        font-size: 0.22rem;
        /*height: 0.28rem!important;*/
        /*line-height: unset;*/
    }
    #About_hj_001 .about_news .cont_div {
        height: 0.83rem;
        margin-bottom: .2rem;
    }
    .gonggao_page .gonggao_img img {
        max-height: 112px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    #demo2 ul li a {
        font-size: .22rem;
    }
    #demo2 .nav_list_bottom a {
        font-size: .22rem;
    }
    #About_hj_001 .about_002 li {
        padding: 0rem 0.2rem;
        font-size: .16rem;
    }
}
@media screen and (max-width: 767px) {
    .about_new .swiper-slide>div span {
        font-size: .22rem !important;
    }
    .about_new .swiper-slide>div .title {
        font-size: .26rem !important;
        line-height: 0.32rem !important;
        height: 0.62rem !important;
    }
    .about_new .swiper-slide>div span div {
        height: .835rem !important;
    }
}
@media screen and (width: 1366px) and (height: 1024px) {
    #par_fuiter_click {
        bottom: 3rem;
    }
    .page_putbutton {
        bottom: 24%;
    }
    #fuiter_content .right h2 {
        margin: 24% auto 0.2rem !important;
    }
}
.mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px !important;
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
}
.mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ccc !important;
}
.mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #eee;
}
#About_hj_001 .about_news article p {
    position: relative;
}
.display_none {
    display: none !important;
}
.headerClass {
    display: block !important;
}

/*#About_hj_001 .about_news article p .after{*/

/*content: '...';*/

/*    position:absolute;*/

/*    bottom:0;*/

/*    right:0;*/

/*    width: 20px;*/

/*    height: .28rem;*/

/*    line-height: .28rem;*/

/*    padding-left:10px;*/

/*    z-index: 9999;*/

/*}*/

/*.text_mobrl{ */

/*    line-height:0.28rem;*/

/*font-size:14px;*/

/*overflow:hidden;*/

/*position:relative;*/

/*}*/

/*.texter_mobrl{*/

/*    height:.87rem;*/

/*}*/