/* 首页样式 */
.home .banner-swiper .bg-img-container {
    height: 100vh;
}


.home .banner-swiper .title-area .center-area,
.home .banner-swiper .title-area .right-area,
.home .banner-swiper .title-area .left-area {
    position: absolute;
    color: #fff;
}

.home .banner-swiper .title-area .left-area {
    top: 32%;
    left: calc(4% + 0.2rem);
}

.home .banner-swiper .title-area .right-area {
    bottom: 23%;
    right: calc(4% + 0.2rem);
    
}
.home .banner-swiper .title-area .right-area>div{
    text-align: right;
    text-align-last: right !important;
}


.home .banner-swiper .title-area .eng-title {
    font-size: 0.72rem;
    line-height: 1;
    font-weight: bold;
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transform: translate3d(0, -30px, 0);
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    -o-transform: translate3d(0, -30px, 0);
    opacity: 0;
}

.home .banner-swiper .title-area .chs-title {
    font-size: 0.3rem;
    font-weight: bold;
    margin-top: 0.3rem;
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transform: translate3d(0, -30px, 0);
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    -o-transform: translate3d(0, -30px, 0);
    opacity: 0;
}

.home .swiper-slide-active.moved .title-area .chs-title,
.home .swiper-slide-active.moved .title-area .eng-title {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    opacity: 1;
}

.home .banner-swiper .title-area .left-area .eng-title {
    transition-delay: 0s;
}

.home .banner-swiper .title-area .left-area .chs-title {
    transition-delay: 0.5s;
}

.home .banner-swiper .title-area .right-area .eng-title {
    transition-delay: 1s;
}

.home .banner-swiper .title-area .right-area .chs-title {
    transition-delay: 1.5s;
}

.home .swiper-slide-active .title-area .chs-title,
.home .swiper-slide-active .title-area .eng-title {
    transform: translate3d(0, 30px, 0);
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
}


.home .banner-swiper .title-area .center-area {
    bottom: calc(1rem + 55px);
    font-size: 0.26rem;
    text-align: center;
    white-space: nowrap;
}

.home .banner-swiper .scroll-remind {
    text-align: center;
    z-index: 51;
    bottom: 0.6rem;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.home .banner-swiper .scroll-remind img {
    margin-top: 0.15rem;
    animation: shakeIcon 2s infinite;
    -webkit-animation: shakeIcon 2s infinite;
}


.home .industrial-area {
    margin-top: 0.8rem;
    display: flex;
    justify-content: space-between;
    background: #f8f4ee;
}


.home .industrial-area .left-area {
    width: 39.58%;
    min-width: 39.58%;
    background: url("../images/bg-repear.png") repeat;
    padding: 1.6rem 0.4rem;
}

.home .industrial-area .left-area::after {
    content: "";
    display: block;
    clear: both;
}

.home .industrial-area .left-area .float-container {
    float: right;
    color: #fff;
}

.home .industrial-area .left-area .float-container .chs-title {
    font-size: 0.3rem;
    font-weight: bold;
}

.home .industrial-area .left-area .float-container .eng-title {
    font-size: 0.72rem;
    /* opacity: 0.15; */
    color: rgba(255, 255, 255, 0.15);
    line-height: 1;
    margin-top: 0.2rem;
    max-width: 310px;
}

.home .industrial-area .left-area .float-container .show-more-button {
    border: 1px solid #fff;
    padding: 0.1rem 0.2rem;
    display: inline-block;
    color: #fff;
    margin-top: 1.24rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.home .industrial-area .left-area .float-container .show-more-button .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.home .industrial-area .left-area .float-container .show-more-button .iconfont {
    font-size: 30px;
    font-weight: 100;
    line-height: 1;
    margin-left: 0.3rem;
}

.industrial-swiper-button .swiper-button-next:hover,
.industrial-swiper-button .swiper-button-prev:hover,
.home .industrial-area .left-area .float-container .show-more-button:hover {
    background: rgba(255, 255, 255, 0.7);
    color: #867050;
}

.home .industrial-area .left-area .float-container .industrial-swiper-button {
    position: relative;
    /* margin-top: 0.7rem; */
    margin-left: -10px;
    display: flex;
    justify-content: flex-start;

}

.industrial-swiper-button .swiper-button-next,
.industrial-swiper-button .swiper-button-prev {
    margin-top: 0.4rem;
    position: relative;
    border: 1px solid #fff;
    width: 0.68rem;
    height: 0.68rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.industrial-swiper-button .swiper-button-next.swiper-button-disabled,
.industrial-swiper-button .swiper-button-prev.swiper-button-disabled {
    opacity: 0.15;
}

.industrial-swiper-button .swiper-button-next img,
.industrial-swiper-button .swiper-button-prev img {
    width: 40%;
    opacity: 1;
}

.industrial-swiper-button .swiper-button-next {
    margin-left: 0.5rem;
}

.home .industrial-area .right-area {
    width: 60.42%;
    min-width: 60.42%;
    margin-bottom: 0.8rem;
    background: #fff;
}

.home .industrial-area .right-area .bg-img-container {
    padding-top: 100%;

}

.home .industrial-area .right-area .bg-img-container .bg-img {
    box-shadow: inset 0 0 0 2px transparent;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
}
.home .industrial-area .right-area .bg-img-container .border{
    position: absolute;
    z-index: 2;
    display: block;
    background: #947445;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.home .industrial-area .right-area .bg-img-container .top-border,
.home .industrial-area .right-area .bg-img-container .bottom-border {
    height: 2px;
    width: 0;
    top:0;
    left:0;
}
.home .industrial-area .right-area .bg-img-container .bottom-border{
    top:auto;
    bottom: 0;
    left:auto;
    right: 0;
    transition-delay:0.4s;
}
.home .industrial-area .right-area .bg-img-container .left-border,
.home .industrial-area .right-area .bg-img-container .right-border {
    height: 0;
    width: 2px;
    top:0;
    right:0;
    transition-delay:0.2s;
}
.home .industrial-area .right-area .bg-img-container .left-border {
    height: 2px;
    top:auto;
    bottom: 0;
    left:0;
    transition-delay:0.6s;
}
.home .industrial-area .right-area a:hover .bg-img-container .bottom-border,
.home .industrial-area .right-area a:hover .bg-img-container .top-border{
    width: 100%;
}
.home .industrial-area .right-area a:hover .bg-img-container .left-border,
.home .industrial-area .right-area a:hover .bg-img-container .right-border{
    height: 100%;
}




.home .industrial-area .right-area .swiper-slide {
    padding: 2.9rem 0.25rem 0.4rem 0.25rem;
    text-align: left;
    box-shadow: inset 0 0 0 2px transparent;

}

.home .industrial-area .right-area .chs-title,
.home .industrial-area .right-area .eng-title,
.home .industrial-area .right-area .iconfont {
    margin-top: 0.1rem;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.home .industrial-area .right-area .eng-title {
    opacity: 0.7;
    margin-top: 0;
}

.home .industrial-area .right-area .iconfont {
    display: inline-block;
    font-size: 30px;
    color: #947445;
    opacity: 1;
    transition: all 0.5s ease 0.1s;
    -webkit-transition: all 0.5s ease 0.1s;
    -moz-transition: all 0.5s ease 0.1s;
    -ms-transition: all 0.5s ease 0.1s;
    -o-transition: all 0.5s ease 0.1s;
}
.home .industrial-area .right-area .swiper-slide::after{
    content: "";
    display: block;
    position: absolute;
    width:1px;
    height: 100%;
    background:#f8f4ee;
    left:0;
    top:-1px;
}

.home .industrial-area .right-area .swiper-slide a:hover .chs-title {
    color: #947445;
}

.home .industrial-area .right-area a:hover .iconfont {
    margin-left: 50%;
    opacity: 1;
}

.home .about-area {
    display: flex;
    justify-content: space-between;
    background: #f8f4ee;
    position: relative;
    align-items: start;
}

.home .about-area .left-area {
    width: 54.16%;
    max-width: 54.16%;
}

.home .about-area::after {
    content: "";
    display: block;
    background: #fff;
    width: 39.58%;
    height: 100%;
    position: absolute;
    left: 0;

}

.home .about-area .left-area .bg-img-container {
    padding-top: 78.85%;
    height: calc(100% - 0.8rem);
    /* margin-bottom: 0.8rem; */
}

.home .about-area .right-area {
    width: 45.84%;
    /* max-width: 45.84%;
    padding: 1.3rem 1.7rem; */
    padding-top: calc(45.84% * 1.0227);
    position: relative;
}
.home .about-area .right-area .title-area-container{
    padding:0  1.7rem 0.8rem 1.7rem;
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.home .about-area .right-area .chs-title {
    font-size: 0.3rem;
    font-weight: bold;
}

.home .about-area .right-area .eng-title {
    font-size: 0.72rem;
    /* opacity: 0.15; */
    color: rgba(0, 0, 0, 0.15);
    line-height: 1;
    margin-top: 0.2rem;
}

.home .about-area .right-area .short-line {
    width: 0.4rem;
    height: 1px;
    background: #947445;
    margin-top: 0.3rem;
}

.home .about-area .right-area .text {
    margin-top: 0.4rem;
    color: #413838;
    line-height: 2;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}

.home .about-area .right-area .about-list {
    margin-top: 0.4rem;
    min-height: 2.1rem;
}


.home .about-area .right-area .about-item {
    border: 1px solid #867050;
    padding: 0.1rem 0.2rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #867050;
    display: inline-block;
    font-size: 14px;
    background: transparent;
    width: 2.9rem;
    transition: width 0.5s ease;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -ms-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
}


.home .about-area .right-area .about-list div+div {
    margin-top: 0.2rem;
}

.home .about-area .right-area .about-item .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home .about-area .right-area .about-item span:not(.iconfont) {
    font-weight: bold;
}

.home .about-area .right-area .about-item .iconfont {
    font-size: 33px;
    line-height: 1;
}

.home .about-area .right-area .about-item:hover {
    background: url("../images/tie.png") no-repeat center center;
    background-size: cover;
    color: #fff;
    border-color: transparent;
    width: 3.2rem;
}

.home .about-area .right-area .about-item:nth-child(2):hover {
    background: url("../images/tie.png") no-repeat center center;
}

.home .about-area .right-area .about-item:nth-child(3):hover {
    background: url("../images/tie.png") no-repeat center center;
}

.home .news-area {
    width: 92%;
    margin: 0 auto;
    position: relative;
    max-width: 1440px;
    min-height: 6.2rem;
    margin-bottom: -2.2rem;
    z-index: 1;
}


.home .news-area .area-title {
    position: absolute;
    z-index: 2;
    left: 0.28rem;
    top: 0;
}

.home .news-area .area-title .chs-title {
    font-size: 0.3rem;
    font-weight: bold;
    margin-top: 0.3rem;
}

.home .news-area .area-title .eng-title {
    font-size: 0.72rem;
    color: rgba(0, 0, 0, 0.15);
    line-height: 1;
    /* opacity: 0.15; */
    margin-top: 0.2rem;
}

.home .news-area .area-title .short-line {
    width: 0.4rem;
    height: 1px;
    background: #947445;
    margin-top: 0.3rem;
}

.home .news-area .news-list {
    display: flex;
    justify-content: space-between;
    background: #fff;
}

.home .news-area .news-item {
    width: calc(100% / 4 - 1px);
    min-height: 100%;
    background: #fff;
    padding: 0 0.28rem;
    display: flex;
    flex-direction: column;
    padding-bottom: 1.9rem !important;
}
.home .news-area .news-item::after,
.home .news-area .news-item::before{
    content:"";
    display: block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.home .news-area .swiper-slide-next.news-item+.news-item+.news-item::before,
.home .news-area .swiper-slide-prev.news-item::before,
.home .news-area .swiper-slide-active.news-item::before {
    padding-top: 2.44rem;
}
.home .news-area .swiper-slide-next.news-item+.news-item+.news-item::after,
.home .news-area .swiper-slide-prev.news-item::after,
.home .news-area .swiper-slide-active.news-item::after {
    padding-top: 1.5rem;
}

.home .news-area .swiper-slide-next.news-item::before {
    padding-top: 3.77rem;
}.home .news-area .swiper-slide-next.news-item::after {
    padding-top: 0.19rem;
}

.home .news-area .swiper-slide-next.news-item+.news-item::before{
    padding-top: 0.96rem;
}.home .news-area .swiper-slide-next.news-item+.news-item::after{
    padding-top: 3rem;
}


.home .news-area .news-item+.news-item {
    border-left: 1px solid #f8f4ee;
    padding-bottom: 0;
}

.home .news-area .news-item .date-title {
    font-size: 14px;
    color: #898989;
}
.home .news-area .news-item .date-title::after{
    content: "";
    display: block;
    width:1px;
    position: absolute;
    bottom: 0;
    left:0;
    background:transparent;
    height: 1.17rem;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.home .news-area .swiper-slide-next.news-item+.news-item+.news-item .date-title::after{
    background:#d4a113;
}
.home .news-area .news-item .title {
    margin-top: 0.2rem;
    height: calc(16px * 3 * 1.6);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-weight: 600;
}

.home .news-area .news-item .show-more-button {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border:1px solid transparent;
    border-bottom-color:  #947445;
    padding: 0.15rem 0;
    font-weight: bold;
    font-size: 14px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.home .news-area .news-item .show-more-button .iconfont {
    font-size: 33px;
    line-height: 1;
    color: #947445;
    font-weight: 100;
}
.home .news-area .news-item .show-more-button:hover{
    border:1px solid #dcdcdc;
    border-bottom-color:#947445;
    padding: 0.15rem 0.2rem;
}
.home .news-area .show-all-button {
    position: absolute;
    z-index: 2;
    right: 0.28rem;
    bottom: 2rem;
    display: flex;
    justify-content: flex-end;
}

.home .news-area .show-all-button .container {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
}

.home .news-area .show-all-button .right-icon {
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 30px;
}


.home .news-area .show-all-button .right-icon img {
    position: relative;
    z-index: 2;
    margin-right: -5px;
    height: 100%;
    object-fit: contain;
}

.home .news-area .show-all-button .right-icon::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: #d4a113;
    opacity: 0.8;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    transform: translate3d(50%, -50%, 0);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translate3d(50%, -50%, 0);
    -moz-transform: translate3d(50%, -50%, 0);
    -ms-transform: translate3d(50%, -50%, 0);
    -o-transform: translate3d(50%, -50%, 0);
}

.home .else-area {
    margin: 0.3rem auto 0 auto;
    width: 92%;
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    position: relative;
    padding-top: 1.6rem;
    min-height: 270px;
    z-index: 2;
}

.home .else-area .left-area {
    width: 27.78%;
    /* background: #429dab; */
    position: relative;
}

.home .else-area .left-area .bg-img-container {
    padding-top: 100%;
}

.home .else-area .left-area .title-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    left: calc(50% - 10px);
    top: 0;
}

.home .else-area .left-area .title-area .chs-title {
    font-size: 0.3rem;
    font-weight: bold;
    color: #fff;
    margin-top: 0.4rem;
}

.home .else-area .left-area .title-area .eng-title {
    font-size: 0.72rem;
    line-height: 1;
    /* opacity: 0.15; */
    color: rgba(255, 255, 255, 0.15);
    margin-top: 0.1rem;
}

.home .else-area .left-area .title-area .show-more-button {
    margin-top: 0.3rem;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.home .else-area .left-area .title-area .show-more-button .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home .else-area .left-area .title-area .show-more-button .iconfont {
    margin-left: 10px;
    font-size: 33px;
    font-weight: 100;
    line-height: 1;
}
.home .else-area .left-area a:hover .title-area .show-more-button .iconfont{
    transform: translate(30px);
    -webkit-transform: translate(30px);
    -moz-transform: translate(30px);
    -ms-transform: translate(30px);
    -o-transform: translate(30px);
}

.home .else-area .right-area {
    width: 71.39%;
}

.home .else-area .right-area>a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    background-color: #e8e8e9;
}

.home .else-area .right-area .image-area {
    width: 50%;
    position: relative;

}

.home .else-area .right-area .image-area .eng-title {
    font-size: 0.72rem;
    line-height: 1;
    /*opacity: 0.15;
    */color: rgba(0, 0, 0, 0.15);
    padding: 0.8rem 0 0 0.8rem;
    top:auto;
    bottom: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
}

.home .else-area .right-area .image-area img {
    position: absolute;
    bottom: 0;
    width: 80%;
    object-fit: contain;
}

.home .else-area .right-area .right-container {
    width: 50%;
    background: url("../images/bg-img2.png") no-repeat center right;
    background-size: contain;
    position: relative;
    background-position-y: -30px;
    background-size: 110%;
}

.home .else-area .right-area .title-area {
    position: absolute;
    right: 1.4rem;
    top: 1.5rem;
    padding: 0.4rem 0.4rem 0.4rem 1.4rem;
    background: #947445;
}

.home .else-area .right-area .title-area .chs-title {
    font-size: 0.3rem;
    font-weight: bold;
    color: #fff;
}
.home .else-area .right-area .title-area .show-more-button {
    margin-top: 0.2rem;
    color: #fff;
    text-align: right;
    font-weight: bold;
}
.home .else-area .right-area .title-area .show-more-button .iconfont+span{
    font-size: 14px;
}
.home .else-area .right-area a:hover .title-area .show-more-button .iconfont{
    transform: translate(-20px);
    -webkit-transform: translate(-20px);
    -moz-transform: translate(-20px);
    -ms-transform: translate(-20px);
    -o-transform: translate(-20px);
}
.home .else-area .right-area .title-area .show-more-button .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.home .else-area .right-area .title-area .show-more-button .iconfont {
    margin-right: 10px;
    font-size: 33px;
    font-weight: 100;
    line-height: 1;
}
@media only screen and (min-width:1921px){
    .home .industrial-area .left-area .float-container .eng-title{
        max-width: 500px;
    }
    .home .else-area .right-area .image-area .eng-title{
        font-size: 0.5rem;
    }
    .home .else-area .right-area .title-area{
        right: 1rem;
        top: 1rem;
        padding: 0.2rem 0.4rem 0.2rem 0.4rem;
    }
    .footer .links-area .right-area{
        padding:0 0.4rem;
    }
    .footer .links-area .friend-links .selected-item{
        width: 3rem;
    }
    .footer .links-area .left-area .bg-img-container>img{
        padding:0.16rem 0.2rem;
    }
}
@media only screen and (max-width:1540px){
    .home .about-area .right-area .title-area-container{
        padding:0 calc(4% / 0.4584) 0.8rem  1rem
    }
}
@media only screen and (max-width:1400px) {
    .footer .links-area .right-area {
        padding-right: 0;
    }
}

@media only screen and (max-width:1200px) {
    .home .chs-title {
        font-size: 22px !important;
    }
    .home .about-area .right-area{
        padding-top: calc(45.84% * 1.2);
    }

    .home .about-area::after,
    .home .industrial-area .left-area {
        width: 30%;
        min-width: 0 !important;
    }

    .home .industrial-area .right-area {
        width: 70%;
        min-width: 0 !important;
    }

    .industrial-swiper-button .swiper-button-next,
    .industrial-swiper-button .swiper-button-prev {
        width: 50px;
        height: 50px;
    }

    .industrial-swiper-button .swiper-button-next {
        margin-left: 40px;
    }

}

@media only screen and (max-width:1024px) {
    .home .about-area .right-area{
        padding-top: calc(45.84% * 1.3);
    }


    .home .banner-swiper .title-area .center-area {
        font-size: 16px;
    }

    .home .else-area .right-area .title-area {
        top: auto;
        bottom: 0.4rem;
        right: 1rem;
    }
}

@media only screen and (max-width:768px) {
    .home .banner-swiper .title-area .chs-title {
        font-size: 18px !important;
    }

    .home .banner-swiper .title-area .eng-title {
        font-size: 22px !important;
    }

    .home .industrial-area {
        flex-direction: column;
        margin-top: 0;
    }

    .home .industrial-area>div {
        width: 100% !important;
        min-width: 100% !important;
    }

    .home .industrial-area .right-area .swiper-slide {
        padding: 0 0.5rem;
    }

    .home .industrial-area .right-area {
        margin-top: -2rem;
        background: none;
    }

    .home .about-area {
        flex-direction: column;
    }

    .home .about-area>div {
        width: 100% !important;
        max-width: none !important;
    }

    .home .about-area .left-area .bg-img-container {
        /* padding-top: 100%; */
    }
    .home .about-area .right-area .title-area-container{
        position: relative;
        padding:0;
    }

    .home .about-area::after {
        display: none;
    }

    .home .about-area .right-area {
        padding: calc(4% + 10px);
    }

    .home .about-area .right-area .about-item {
        width: 4rem;
    }

    .home .about-area .right-area .about-item:hover {
        width: 4.5rem;
    }

    .home .news-area {
        margin-top: 0.5rem;
    }

    .home .news-area .news-item {
        padding-top: 3rem !important;
    }
    .home .news-area .news-item::after,
    .home .news-area .news-item::before{
        display: none;
    }
    .home .news-area .news-list-swiper{
        padding-bottom: 50px;
    }
    .home .else-area {
        flex-direction: column;
        padding-top: 0;
        margin-top: 0.8rem;
    }

    .home .else-area>div {
        width: 100% !important;
        max-width: none !important;
    }

    .home .else-area .left-area {
        background: #429dab;
    }

    .home .else-area .left-area .title-area {
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
    }

    .home .else-area .right-area>a {
        flex-direction: column;
    }

    .home .else-area .right-area>a>div {
        width: 100% !important;
        padding-top: 100%;
    }

    .home .else-area .right-area .right-container {
        position: absolute;
        background: transparent;
    }

    .home .else-area .right-area .image-area img {
        height: 80%;
    }

    .footer .links-area,
    .footer .legal {
        flex-direction: column;
    }

    .footer .links-area>.right-area,
    .footer .legal>div {
        padding: 0.5rem 0 0 !important;
    }.footer .legal>div,
    .footer .links-area>div{
        width:100% !important;
        max-width: none !important;

    }

    .footer .links-area .left-area .brands-list li {
        height: 1rem;
    }

    .footer .links-area .friend-links .selected-item {
        width: 5rem;
    }

    .maps-area .icon-area .right-area .close-button {
        margin-left: 0.2rem;
    }

    .home .industrial-area .left-area {
        padding-bottom: 3rem;
    }

    .home .industrial-area .left-area .float-container .show-more-button {
        margin-top: 0.5rem;
    }

    .home .industrial-area .left-area .float-container {
        float: left;
    }
    .home .industrial-area .right-area .swiper-slide::after{
        display: none;
    }.home .banner-swiper .title-area .center-area{
        bottom: calc(0.5rem + 55px);
    }
}



/* 关于-集团简介页面 */

.group-profile-area {
    width: 92%;
    max-width: 1200px;
    margin: 0.8rem auto 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}



.group-profile-area .img-area {
    width: 60%;
    max-width: 60%;
    min-width:60%;
    height: 0;
    padding-top:calc(1.1096 * 60%);
    position: relative;
}

.group-profile-area .img-area img {
    height: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    object-fit: cover;
}
.group-profile-area .img-area::after {
    content: "";
    display: block;
    width: 100%;
    height: 7rem;
    position: absolute;
    bottom:-0.9rem;
    left: -1.2rem;
    z-index: -1;
    background: #f8f4ee;
}

.group-profile-area .text-area {
    position: relative;
    z-index: 2;
    width: 61%;
    max-width: 61%;
    min-width: 61%;
    margin-top:1.3rem;
    margin-left: -21%;
    background: #fff;
    border-top-left-radius: 0.5rem;
    padding: 0.7rem 0 0.7rem 0.8rem;
}

.group-profile-area .text-area .title {
    font-size: 0.3rem;
    color: #717171;
}

.group-profile-area .text-area .sub-title {
    font-size: 0.3rem;
    font-weight: bold;
    color: #947445;
}

.group-profile-area .text-area .text {
    margin-top: 0.24rem;
    font-size: 14px;
    line-height: 1.8;
}

@media only screen and (max-width:1200px) {

    .group-profile-area .text-area .title,
    .group-profile-area .text-area .sub-title {
        font-size: 22px;
    }
}

@media only screen and (max-width:768px) {
    .group-profile-area {
        flex-direction: column;
    }

    .group-profile-area::after,
    .group-profile-area>div {
        width: 100% !important;
        max-width: 100% !important;
    }

    .group-profile-area .text-area {
        margin: 0;
        border-top-left-radius: 0;
        padding: 0.7rem 0;
    }
    .group-profile-area .img-area{
        padding-top: calc(1.1096 * 100%);
    }
    .group-profile-area .img-area::after {
        bottom: 1rem;
    }
    .group-profile-area .text-area .sub-title{
        margin-top: 15px;
    }
    .group-profile-area .text-area .text{
        margin-top: 35px;
    }
}

/* 关于-创始人事迹页面 */
.founder-area {
    width: 92%;
    max-width: 1200px;
    margin: 0.8rem auto 0;
}


.founder-area .image-area .bg-img-container {
    padding-top: 48.58%;
}

.founder-area .text-area {
    position: relative;
    max-width: 850px;
    margin: 0 auto;
}

.founder-area .text-area .lang-change-button {
    position: absolute;
    color: #947445;
    top: 0.2rem;
    right: 0;
    width:30px;
    height: 30px;
}
.founder-area .text-area .lang-change-button>img{
    width:100%;
    height: 100%;
    object-fit: contain;
}
.founder-area .text-area .lang-change-button>img.eng-button{
    display: none;
}
.founder-area .text-area .text.eng-text{
    display: none;
}
.founder-area .text-area.eng-lang .lang-change-button>img.eng-button{
    display: block;
}
.founder-area .text-area.eng-lang .text.eng-text{
    display: block;
}
.founder-area .text-area.eng-lang .lang-change-button>img.chs-button{
    display: none;
}
.founder-area .text-area.eng-lang .text.chs-text{
    display: none;
}

.founder-area .text-area .title-area {
    margin: -1rem 0 0 -0.8rem;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0.36rem 0.6rem 0.36rem 0.29rem;
    background: #947445;
    font-size: 0.24rem;
    color: #fff;
    line-height: 2;
}

.founder-area .text-area .title-area .title {
    font-weight: 700;
}

.founder-area .text-area .text {
    margin-top: 0.5rem;
    font-size: 14px;
    line-height: 1.8;
    text-align: unset;
}

@media only screen and (max-width:1200px) {
    .founder-area .text-area .title-area {
        margin-left: 0.5rem;
        font-size: 18px;
    }
}


/* 关于-大事件样式 */
.history-area {
    width: 92%;
    max-width: 1200px;
    margin: 0.8rem auto 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.history-area .image-area {
    width: 50%;
    max-width: 50%;
    /* padding-right: 1.35rem; */
}

.history-area .image-area .bg-img-container {
    width:77.5%;
    height: 0;
    padding-top:calc(77.5% * 1.1183);
    position: sticky;
    top: 10px;
}
.history-area .image-area .bg-img-container>img{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.history-area .image-area .title {
    font-size: 14px;
    letter-spacing: 5px;
    color: #aaa;
    padding-top: 20px;
}

.history-area .image-area .line {
    width: 30%;
    max-width: 120px;
    height: 1px;
    background: #eceae4;
    position: relative;
    top: -10px;
    left: 123px;
}

.history-area .image-area .bg-img-container::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 2.1rem;
    height: 2.2rem;
    bottom: -35px;
    right: -35px;
    background: #eceae4;
}

.history-area .inner-container {
    position: relative;
    width: 50%;
    max-width: 50%;
}

.history-area .line {
    width: 2px;
    height: 100%;
    background: #e4e4e4;
    left: auto;
}

.history-area .line img {
    max-width: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    background: #fff;
}

.history-area .history-list-area {
    padding-left: 1rem;
}

.history-area .history-list-area .title {
    font-size: 0.36rem;
    line-height: 1;
    color: #947445;
}

.history-area .history-list-area .text {
    font-size: 14px;
    margin-top: 0.1rem;
}

.history-area .history-list-area li {
    margin-bottom: 0.5rem;
    position: relative;
}

.history-area .history-list-area li::before {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    left: calc(-1rem + 8px);
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left-color: #eae0d2;
}

.history-area .history-list-area li::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #eae0d2;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 10px;
    left: calc(-1rem - 8px);
}

@media only screen and (max-width:1200px) {
    .history-area .history-list-area .title {
        font-size: 22px;
    }
}

@media only screen and (max-width:768px) {
    .about-group-profile{
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }
    .history-area {
        flex-direction: column;
    }

    .history-area .image-area {
        padding-right: 0;
    }

    .history-area .image-area .bg-img-container{
        width:100%;
        padding-top: 111.83%;
    }
    .history-area .image-area .bg-img-container::after {
        width: 100px;
        height: 100px;
        bottom: -20px;
        right: -20px;
    }
    .history-area .image-area .title{
        padding-top: 5px;
    }
    .history-area>div:not(.line) {
        width: 100% !important;
        max-width: 100% !important;
    }

    .history-area .inner-container {
        margin-top: 50px;
        padding-left: 14px;
    }

    .history-area .history-list-area {
        padding-left: 30px;
        padding-right: 10px;
    }

    .history-area .history-list-area li {
        margin-bottom: 30px;
    }

    .history-area .history-list-area li::after {
        left: calc(-30px - 8px);
    }

    .history-area .history-list-area li::before {
        left: calc(-30px + 8px)
    }

    .history-area .image-area .bg-img-container {
        position: relative;
    }
}


/* 关于-组织荣誉样式*/

.honor-area {
    width: 92%;
    max-width: 1200px;
    margin: 0.8rem auto 1.4rem;
}

.honor-area .area-title {
    font-size: 0.24rem;
    font-weight: bold;
    text-align: center;
}


.honor-area .honor-list {
    margin: 0.4rem -0.2rem 0 -0.2rem;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% + 0.4rem);
    padding-bottom: 0.6rem;
}

.honor-area .honor-list li {
    margin: 0.2rem;
    width: calc(100% / 3 - 0.4rem);
    text-align: center;
}

.honor-area .honor-list li .bg-img-container {
    height: 2.8rem;
    min-height: 280px;
}


.honor-area .honor-list li .bg-img[data-action="zoom"] {
    cursor: url(../images/enlargeIocn.png), auto;
}

.honor-area .honor-list li .bg-img[data-action="zoom-out"] {
    cursor: url(../images/suoxiaoIocn.png), auto;
}

.honor-area .honor-list li .title {
    font-size: 14px;
    margin-top: 0.14rem;
}

.honor-area .honor-list li .date-title {
    font-size: 12px;
    color: #888;
}
@media only screen and (min-width:1921px){
    .honor-area .honor-list li .bg-img-container{
        height: unset;
    }
}

@media only screen and (max-width:1600px) {
    .honor-area .area-title {
        font-size: 22px;
    }

}

@media only screen and (max-width:1024px) {

    .honor-area .honor-list li {
        width: calc(100% / 2 - 0.4rem);
    }
}

@media only screen and (max-width:768px) {
    .honor-area .honor-list li {
        width: calc(100% - 0.4rem);
    }

    .honor-area .honor-list li .bg-img-container {
        min-height: 350px;
    }

    .honor-area .honor-list li .bg-img[data-action="zoom"] {
        cursor: default !important;
    }
    
    .honor-area .honor-list li .title{
        margin-top: 20px;
    }
    .honor-area .honor-list li .date-title{
        margin-top: 10px;
    }
    .honor-area .honor-list li{
        margin-bottom: 40px;
    }
}

@media only screen and (max-width:480px) {
    .honor-area .honor-list li .bg-img-container {
        min-height: 280px;
    }
}

/* 关于-华源之闰*/
.beauty-area {
    /* width: 92%;
    max-width: 1200px; */
    width: 100%;
    margin: 0.8rem auto 1.25rem;
    display: flex;
    justify-content: space-between;
}

.beauty-area .title-area {
    width: 41.35%;
    padding: 1rem 1rem 0 0;
    padding-left: calc((100% - 1200px) / 2);
}

@media only screen and (max-width:1300px) {
    .beauty-area .title-area {
        padding-left: 4vw;
    }
}

.beauty-area .title-area .title {
    font-size: 24px;
    font-weight: bold;
}

.beauty-area .title-area .sub-title {
    font-size: 14px;
    margin-top: 0.3rem;
    color: #838383;
}

.beauty-area .title-area .show-more-button {
    margin-top: 0.75rem;
}

.beauty-area .beauty-title-swiper .swiper-slide {
    background: #fff;
    opacity: 0;
    padding-bottom: 20px;
}

.beauty-area .beauty-title-swiper.swiper-slide-active .swiper-slide {
    opacity: 1;
}

.beauty-area .beauty-img-swiper {
    width: 58.65%;
    /* height: 6rem; */

}
.beauty-area .beauty-img-swiper .swiper-slide{
    padding:0.1rem;
    
}
.beauty-area .beauty-img-swiper .swiper-slide.swiper-slide-active{
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.beauty-area .beauty-img-swiper .swiper-slide a:hover .bg-img{
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
} 


.beauty-area .beauty-img-swiper .bg-img-container{
    width:100%;
    padding-top: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.beauty-area .beauty-img-swiper .swiper-slide.swiper-slide-active .bg-img-container{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.beauty-area .beauty-img-swiper .swiper-slide:not(.swiper-slide-active) .bg-img-container{
    transform: scale(1,0.5);
    -webkit-transform: scale(1,0.5);
    -moz-transform: scale(1,0.5);
    -ms-transform: scale(1,0.5);
    -o-transform: scale(1,0.5);
    opacity: 0.5;
}
.beauty-area .beauty-img-swiper .swiper-slide.swiper-slide-next{
    transform: scaleX(0.5) translate3d(-50%,0,0);
    -webkit-transform: scaleX(0.5) translate3d(-50%,0,0);
    -moz-transform: scaleX(0.5) translate3d(-50%,0,0);
    -ms-transform: scaleX(0.5) translate3d(-50%,0,0);
    -o-transform: scaleX(0.5) translate3d(-50%,0,0);
}
.beauty-area .beauty-img-swiper .swiper-slide.swiper-slide-next+.swiper-slide{
    transform: scaleX(0.5) translate3d(-150%,0,0);
    -webkit-transform: scaleX(0.5) translate3d(-150%,0,0);
    -moz-transform: scaleX(0.5) translate3d(-150%,0,0);
    -ms-transform: scaleX(0.5) translate3d(-150%,0,0);
    -o-transform: scaleX(0.5) translate3d(-150%,0,0);
}

/* .beauty-area .beauty-img-swiper .bg-img-container {
    padding-top: 100%;
}

.beauty-area .beauty-img-swiper .swiper-slide {
    width: 2.9rem;
    height: 6rem;
    transition: all 0.3s ease;
    -webkit-transition:;
    -moz-transition:;
    -ms-transition:;
    -o-transition:;
    opacity: 0.5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 15px;
}



.beauty-area .beauty-img-swiper .swiper-slide-active {
    width: 6rem;
    opacity: 1;
    padding: 15px;
}

.beauty-area .beauty-img-swiper .swiper-slide-active .bg-img-container {
    
    margin: 15px;
    margin-right: 0;
} */


.beauty-area .beauty-swiper-button-area {
    height: 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100px;
    left: calc(50% + 30px);
    top: 74%;
    align-items: center;
}

.beauty-area .swiper-button-prev,
.beauty-area .swiper-button-next {
    position: relative;
    color: #947445;
}

.beauty-area .swiper-button-prev::after {
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    position: absolute;
    top: 14px;
    right: -14px;
    background: #cfcfcf;
}
@media only screen and (max-width:1600px){
    .beauty-area .beauty-swiper-button-area {
        left: calc(50% + 30px);
        top: 72%;
    }
}
@media only screen and (max-width:1200px){
    .beauty-area .beauty-swiper-button-area {
        left: calc(50% + 20px);
        top: 72%;
    }
}
@media only screen and (max-width:768px) {
    .beauty-area {
        flex-direction: column-reverse;
    }

    .beauty-area>div {
        width: 100% !important;
        max-width: 100% !important;
    }
    .beauty-area .beauty-img-swiper{
        width: 92% !important;
        max-width: 92% !important;
    }
    .beauty-area .beauty-swiper-button-area {
        left: auto;
        right: 10px;
        top: auto;
        bottom: 10px;
    }
    .beauty-area .beauty-img-swiper .swiper-slide:not(.swiper-slide-active) .bg-img-container,
    .beauty-area .beauty-img-swiper .swiper-slide.swiper-slide-next+.swiper-slide,
    .beauty-area .beauty-img-swiper .swiper-slide.swiper-slide-next{
        transform: scale(1) translate(0,0);
        -webkit-transform: scale(1) translate(0,0);
        -moz-transform: scale(1) translate(0,0);
        -ms-transform: scale(1) translate(0,0);
        -o-transform: scale(1) translate(0,0);
}
}

/* 在线留言页面样式 */

.message-area {
    width: 92%;
    max-width: 1200px;
    margin: 0.4rem auto 0;
}

.message-area form {
    position: relative;
}

.message-area form>div+div {
    border-top: 1px solid #e8e8e8;
}

.message-area form>div {
    /* padding: 0.5rem 0; */
    padding:0.2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;

}

.message-area form div.input-area {
    align-items: flex-start;
}

.message-area form div.input-area .remind{
    margin-top: 0.1rem;
}
.message-area form div.input-area .title{
    margin-top: 0.14rem;
}
.message-area form .title {
    width: 9%;
    text-align: left;
    white-space: nowrap;
}

.message-area form .remind {
    color: #fff;
    background: #947445;
    padding: 0.06rem 0.28rem;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
}

.message-area form input,
.message-area form textarea {
    background: #f4f4f4;
    border: none;
    outline: none;
    width: 72.75%;
    min-width: 72.75%;
    padding: 0.2rem 0.25rem;
    font-family: sans-serif;
}

.message-area .submit-area {
    justify-content: center;
}

.message-area .submit-area button {
    background: transparent;
    border: none;
}

@media only screen and (max-width:1200px) {

    .message-area form input,
    .message-area form textarea {
        padding: 12px 14px;
    }
}

@media only screen and (max-width:1024px) {
    .message-area form .remind {
        padding: 4px 15px;
    }
    .message-area form>div {
        padding: 15px 0;
    }



}

@media only screen and (max-width:768px) {
    .message-area form>div {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .message-area form .title {
        width: auto;
        margin-right: 20px;
    }

    .message-area form input,
    .message-area form textarea {
        width: 100%;
        margin-top: 10px;
    }
}

/* 关于-企业视频样式 */
.videos-area {
    width: 92%;
    max-width: 1200px;
    margin: 0.8rem auto 0;
}

.videos-area>ul {
    margin: 0 -0.16rem;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.videos-area .video-item {
    margin: 0 0.16rem 0.7rem 0.16rem;
    width: calc(100% / 2 - 0.32rem);
}

.videos-area .video-item .title {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 0.1rem;
}

.videos-area .video-item .bg-img-container {
    padding-top: 53.92%;
    margin-top: 0.2rem;
}

.videos-area .video-item .play-icon {
    width: 64px;
    height: 47px;
    background-size: contain;
}

@media only screen and (max-width:768px) {
    .videos-area .video-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;

    }
}

/* 关于-联系我们页面样式 */
.contact-area {
    width: 92%;
    max-width: 1200px;
    margin: 0.8rem auto 0;
}

.contact-area #addr-map {
    width: 100%;
    height: 5.6rem;
    min-height: 320px;
}

.contact-area #addr-map .BMap_Marker {
    animation: jump 1s infinite;
    -webkit-animation: jump 1s infinite;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.contact-area .addr-info-ara {
    margin-top: 0.2rem;
}

.contact-area .area-title {
    font-weight: bold;
    font-size: 0.24rem;
}

.contact-area .addr-info-ara .container {
    margin-top: 0.2rem;
    width: 100%;
    padding: 0.35rem 0.5rem;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-area .addr-info-ara .container>img {
    width: 15%;
    max-width: 106px;
}

.contact-area .addr-info-ara .container img+span {
    padding-left: 10px;
}

.contact-area .addr-info-ara .container .info-list {
    width: 85%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.contact-area .addr-info-ara .container .info-item {
    padding: 0.1rem 0.3rem;
    width: calc(100% / 2 - 1.2rem);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.contact-area .addr-info-ara .container .info-item>img{
    width: 20px;
    height: 25px;
    object-fit: contain;
}
.contact-area .subsidiary-area {
    margin-top: 0.6rem;
    width: 100%;
}

.contact-area .subsidiary-area .info-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -0.25rem;
}

.contact-area .subsidiary-area .info-item {
    border-top: 1px solid #e0e0e0;
    margin: 0.25rem;
    margin-bottom: 0;
    padding-top: 0.3rem;
    width: calc(100% / 2 - 0.5rem);
}

.contact-area .subsidiary-area .info-item .title {
    font-weight: bold;
    margin-bottom: 0.1rem;
    font-size: 16px;
}

.contact-area .subsidiary-area .info-item .text {
    line-height: 3;
}

.contact-area .subsidiary-area .info-item .text img {
    margin-right: 10px;
    width: 20px;
    height: 21px;
    object-fit: contain;
    vertical-align: middle;
}
@media only screen and (min-width:1921px){
    .contact-area .addr-info-ara .container .info-item{
        width: 50%;
    }
}
@media only screen and (max-width:1024px){
    .contact-area .addr-info-ara .container .info-list{
        width: 75%;
    }
    .contact-area .addr-info-ara .container .info-item{
        width: calc(100%  - 1.2rem);
        padding: 0.2rem 0.3rem;
    }
}
@media only screen and (max-width:768px){
    .contact-area .addr-info-ara .container{
        flex-direction: column;
    }.contact-area .addr-info-ara .container>img{
        display: none;
    }
    .contact-area .addr-info-ara .container .info-list{
        width: 100%;
    }
    .contact-area .addr-info-ara .container .info-item{
        width: 100%;
        padding: 0.2rem 0;
    }
}
.recommend-area {
    width: 100%;
    margin-top: 0.85rem;
    margin-bottom: -0.84rem;
}

.recommend-area .text-area {
    max-width: 1200px;
    margin: 0 auto;
    width: 92%;
    padding: 1.15rem 0;
    text-align: center;
    color: #fff;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.recommend-area .text-area .chs-title {
    font-size: 0.3rem;
    font-weight: bold;
}

.recommend-area .text-area .eng-title {
    font-size: 0.6rem;
    color:rgba(255, 255, 255, 0.7)
}
.recommend-area a>.bg-{
    background-size: cover;
    background-position: center center;
}

@media only screen and (max-width:1600px) {
    .contact-area .area-title {
        font-size: 22px;
    }

    .contact-area .subsidiary-area .info-item {
        padding-top: 22px;
    }
}

@media only screen and (max-width:1200px) {
    .recommend-area .text-area .chs-title {
        font-size: 24px;
    }
}

@media only screen and (max-width:768px) {
    .contact-area .subsidiary-area .info-list {
        margin-left: 0;
        margin-right: 0;
    }

    .contact-area .subsidiary-area .info-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

/* 关于页面 样式 */
.about-area .profile-area {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
}

.about-area::before {
    content: "";
    display: table;
}

.about-area .area-title {
    position: relative;
    z-index: 3;
}

.about-area .area-title::before {
    content: "";
    display: table;
}

.about-area .area-title::after {
    content: "";
    display: block;
    width: 0.35rem;
    height: 0.05rem;
    background: #947445;
    position: absolute;
    top: 0;
    left: 0;
}

.about-area .area-title .eng-title {
    font-size: 0.48rem;
    color: rgba(65, 56, 56, 0.15);
    white-space: nowrap;
    line-height: 1;
    margin-top: 0.3rem;
}

.about-area .area-title .chs-title {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 1;
    margin-top: 0.3rem;
}

.about-area .profile-area {
    margin-top: 0.8rem;
    display: flex;
    justify-content: space-between;
}

.about-area .profile-area .area-title {
    width: 37.5%;
}

.about-area .profile-area .text-area {
    width: 62.5%;
    padding:20px;
}

.about-area .profile-area .text-area .bg-img {
    height: auto;
}

.about-area .profile-area .text-area .text {
    font-size: 14px;
    margin-top: 0.4rem;
    line-height: 1.8;
}

.about-area .profile-area .text-area .show-more-button {
    margin-top: 0.4rem;
}

.about-area .founder-area {
    width: 100%;
    max-width: none;
    margin: 1rem auto 0;
    position: relative;
}

.about-area .founder-area .bg-img-container {
    padding-top: 26.04%;
    min-height: 250px;
}

.about-area .founder-area .area-title {
    position: absolute;
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
}

.about-area .founder-area .area-title .eng-title {
    color: rgba(255, 255, 255, 0.3)
}

.about-area .founder-area .area-title .show-more-button {
    margin-top: 1rem;
    border-color: #fff;
    color: #fff;
}

.about-area .founder-area .area-title .show-more-button:hover {
    background: #fff;
}

.about-area .founder-area .area-title .show-more-button:hover span {
    color: #947445;
}

.about-area .else-area {
    width: 92%;
    max-width: 1200px;
    margin: 1rem auto 0;
}

.about-area .else-area .else-list {
    margin: 0 -0.12rem;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.about-area .else-area .else-item {
    margin: 0 0.12rem 0.4rem 0.12rem;
    width: calc(100% / 2 - 0.24rem);
}

.about-area .else-area .else-item .bg-img-container {
    padding-top: 68.03%;
}

.about-area .else-area .else-item .title-area {
    position: relative;
}

.about-area .else-area .else-item .title-area::after {
    content: "";
    display: block;
    width: 0.35rem;
    height: 0.05rem;
    background: #947445;
    position: absolute;
    top: 0;
    left: 5%;
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
}

.about-area .else-area .else-item .title-area .chs-title {
    font-size: 0.24rem;
    font-weight: bold;
    color: #fff;
    position: absolute;
    z-index: 3;
    bottom: calc(100% + 0.3rem);
    left: 5%;
}

.about-area .else-area .else-item .title-area {
    border: 1px solid #dcdcdc;
    border-top: none;
    padding: 0.1rem 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

.about-area .else-area .else-item .title-area .eng-title {
    font-size: 0.48rem;
    color: rgba(0, 0, 0, 0.15);
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.about-area .else-area .else-item .title-area .href-container{
    min-width:70px;
}

@media only screen and (min-width:1921px){
    .about-area .else-area .else-item .title-area .eng-title{
        font-size: 0.36rem;
    }.beauty-area .show-more-button.default .container .iconfont{
        margin-left: 0.5rem;
    }
}
@media only screen and (max-width:1600px) {


    .about-area .area-title .chs-title {
        font-size: 22px;
    }
}

@media only screen and (max-width:1400px) {
    .about-area .else-area .else-item .title-area .chs-title {
        font-size: 22px;
    }

    .about-area .else-area .else-item .title-area {
        padding: 14px 5%;
    }
}

@media only screen and (max-width:1200px) {
    .about-area .area-title .eng-title {
        font-size: 30px;
    }

    .about-area .else-area .else-item .title-area .eng-title {
        font-size: 28px;
    }
}

@media only screen and (max-width:1024px) {
    .about-area .profile-area {
        flex-direction: column;
    }

    .about-area .profile-area>div {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media only screen and (max-width:768px) {
    .about-area .else-area .else-list {
        margin-left: 0;
        margin-right: 0;
    }

    .about-area .else-area .else-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

/* 产业详情页 */
.industry-details .banner .banner-button-prev,
.industry-details .banner .banner-button-next{
    position: absolute;
    z-index: 2;
    top:50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    font-size: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 100;
    color:#fff;
    cursor: pointer;
}
.industry-details .banner .banner-button-prev{
    left:4%;
}
.industry-details .banner .banner-button-next{
    right:4%;
}

.industry-details-area {
    width: 92%;
    max-width: 1200px;
    margin: 0.3rem auto 0;
}

.industry-details-area .details-area {
    display: flex;
    justify-content: space-between;
}

.industry-details-area .left-area {
    width: 51%;
}


.industry-details-area .left-area .text-area {
    margin-top: 0.2rem;

}

.industry-details-area .left-area .text-area .title {
    font-size: 0.24rem;
    font-weight: bold;
}

.industry-details-area .left-area .text-container {
    margin-top: 0.2rem;
    color: #5d5d5d;
    font-size: 14px;
    line-height: 2;
}

.industry-details-area .right-area {
    width: 28.75%;
}

.industry-details-area .right-area .area-title {
    font-size: 18px;
    font-weight: bold;
}

.industry-details-area .right-area .area-title .chs-title {
    color: #947445;
    display: inline-block;

}

.industry-details-area .right-area .area-title .eng-title {
    color: #cdcdcd;
    display: inline-block;
    margin-left: 10px;
}

.industry-details-area .right-area .href-container {
    margin-top: 0.2rem;
    display: block;
}

.industry-details-area .right-area .bg-img-container {
    padding-top: 66.67%;
}

.industry-details-area .right-area .title-area {
    background: #f8f6f2;
    padding: 22px;
}

.industry-details-area .right-area .title-area .title {
    font-size: 0.2rem;
    font-weight: bold;
    color: #292929;
}

.industry-details-area .right-area .title-area .show-more-buttom-container {
    text-align: right;
    ;
}

.industry-details-area .right-area .title-area .show-more-buttom {
    display: inline-block;
    background: #947445;
    color: #fff;
    padding: 8px 20px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
}

.industry-details-area .right-area .href-container:hover .show-more-buttom {
    opacity: 0.8;
}

@media only screen and (max-width:1600px) {
    .industry-details-area .left-area .text-area .title {
        font-size: 22px;
    }

    .industry-details-area .right-area .title-area .title {
        font-size: 18px;
    }
}

@media only screen and (max-width:1400px) {
    .industry-details-area .right-area {
        width: 30%;
    }

    .industry-details-area .left-area {
        width: 65%;
    }
}

@media only screen and (max-width:768px) {
    .industry-details-area .details-area {
        flex-direction: column;
    }

    .industry-details-area .details-area>div {
        width: 100%;
        margin-top: 20px;
    }

    .industry-details-area .right-area .title-area {
        padding: 22px;
    }

    .industry-details-area .right-area .href-container {
        margin-top: 16px;
    }
}

/* 产业布局页面样式 */
.industry-area {
    width: 92%;
    max-width: 1440px;
    margin: 0.8rem auto 0;
}

.industry-area .brief-area {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

.industry-area .brief-area img {
    width: 100%;
}

.industry-area .brief-area .text {
    font-size: 14px;
    margin-top: 0.6rem;
    text-align-last: center;
    line-height: 1.8;
}

.industry-area .industry-list-area {
    margin: 0.8rem auto 0;
}

.industry-area .industry-list {
    margin: 0 -0.13rem;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.industry-area .industry-item {
    margin: 0 0.13rem 0.5rem 0.13rem;
    width: calc(100% / 3 - 0.26rem);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.industry-area .industry-item .bg-img-container {
    padding-top: 100%;
    background-color: #333;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.industry-area .industry-item .bg-img-container::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.industry-area .industry-item .bg-img {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.industry-area .industry-item .title-area {
    width: 85%;
    background: #fff;
    margin-top: -0.67rem;
    position: relative;
    z-index: 2;
    padding: 0.3rem;
}

.industry-area .industry-item .title-area .chs-title {
    font-weight: bold;
    font-size: 22px;
}

.industry-area .industry-item .title-area .eng-title {
    color: rgba(200, 200, 200, 0.7);
    font-size: 24px;
    font-weight: 100;
    margin-top: 0.04rem;
}

.industry-area .industry-item .title-area .iconfont {
    color: #947445;
    font-size: 30px;
}

.industry-area .industry-item .show-more-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    color: #fff;
    padding: 0.02rem 0.2rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 2;
}

.industry-area .industry-item .show-more-button .iconfont {
    font-size: 28px;
    font-weight: 100;
    margin-left: 0.7rem;
}

.industry-area .industry-item:hover .bg-img-container::after {
    opacity: 1;
}


.industry-area .industry-item:hover .show-more-button {
    opacity: 1;
}

@media only screen and (max-width:1400px) {

    .industry-area .industry-item .title-area .chs-title,
    .industry-area .industry-item .title-area .eng-title {
        font-size: 22px;
    }
}

@media only screen and (max-width:1024px) {
    .industry-area .industry-item {
        width: calc(100% / 2 - 0.26rem);
    }
}

@media only screen and (max-width:768px) {

    .industry-area .industry-list,
    .industry-area .industry-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

/* 产业布局-简介列表 */
.industry-brief-area {
    margin: 0.8rem auto 0;
    position: relative;
    overflow:hidden;
    
}


.industry-brief-area .industry-brief-list::after {
    content: "";
    display: block;
    width: 100vw;
    height: calc(100% - 1rem);
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    top: 50%;
    z-index: -2;
    background: #f3f0e9;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
}

.industry-brief-area .industry-brief-list {
    width: 92%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.industry-brief-area .industry-brief-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.industry-brief-area .industry-brief-item:nth-child(2n) {
    flex-direction: row-reverse;
}

.industry-brief-area .industry-brief-item+.industry-brief-item {
    margin-top: 0.95rem;
}

.industry-brief-area .industry-brief-item .bg-img-container {
    width: 50%;
    max-width: 50%;
    padding-top: 30.55%;
}

.industry-brief-area .industry-brief-item .text-area {
    width: 50%;
    max-width: 50%;
    padding-left: 0.9rem;
}

.industry-brief-area .industry-brief-item:nth-child(2n) .text-area {
    padding-left: 0;
    padding-right: 0.9rem;
}

.industry-brief-area .industry-brief-item .text-area .title {
    font-size: 0.24rem;
    font-weight: bold;
    color:#413838;
}

.industry-brief-area .industry-brief-item .text-area .text {
    margin-top: 0.2rem;
    font-size: 14px;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: calc( 14px * 4 * 2);
    color:#5d5d5d;
}

.industry-brief-area .industry-brief-item .text-area .show-more-button {
    margin-top: 0.3rem;
    display: inline-block;
    background: #947445;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 0.1rem 0.2rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.industry-brief-area .industry-brief-item .text-area .show-more-button .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.industry-brief-area .industry-brief-item .text-area .show-more-button .container .iconfont {
    font-weight: 100;
    font-size: 33px;
    line-height: 1;
    margin-left: 0.3rem;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.industry-brief-area .industry-brief-item .text-area .show-more-button:hover .iconfont {
    margin-left: 0.8rem;
}

.industry-brief-area .show-more-button-container {
    margin-top: 0.9rem;
}.industry-brief-area .show-more-button-container::after{
    content: "";
    display: block;
    width: 100vw;
    height: calc(45px + 1.4rem);
    position: absolute;
    z-index: -1;
    bottom: 0;
    background:#fff;
    left:50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
}

.industry-brief-area .show-all-button {
    display: inline-block;
    padding: 0.1rem 0.2rem;
    border: 1px solid #947445;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #947445;
}

.industry-brief-area .show-all-button .container {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.industry-brief-area .show-all-button .container .iconfont {
    font-size: 30px;
    font-weight: 100;
    line-height: 1;
    margin-left: 1.5rem;
}
@media only screen and (min-width:1921px){
    .industry-brief-area .industry-brief-list::after{
        height: calc(100% - 0.4rem);
    }
}
@media only screen and (max-width:1600px) {
    .industry-brief-area .industry-brief-item .text-area .title {
        font-size: 22px;
    }
    .industry-brief-area .industry-brief-list::after{
        height: calc(100% - 0.8rem);
    }
    .industry-brief-area .show-more-button-container::after{
        height: calc(45px + 1.3rem);
    }
}
@media only screen and (max-width:1200px){
    .industry-brief-area .industry-brief-list::after{
        height: calc(100% - 0.4rem);
    }
    .industry-brief-area .show-more-button-container::after{
        height: calc(45px + 1.1rem);
    }
}

@media only screen and (max-width:768px) {
    .industry-brief-area .industry-brief-item {
        flex-direction: column !important;
    }

    .industry-brief-area .industry-brief-item>div {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .industry-brief-area .industry-brief-item .bg-img-container {
        padding-top: 61.1%;
    }

    .industry-brief-area .industry-brief-item .text-area {
        margin-top: 22px;
    }
    .industry-brief-area .industry-brief-item .text-area .text{
        height: auto;
        display: block;
    }
    .industry-brief-area .industry-brief-item+.industry-brief-item{
        margin-top: 50px;
    }
}

/* 社会责任页面样式 */
.social-area {
    width: 92%;
    max-width: 1200px;
    margin: 1rem auto 0;
    position: relative;
    z-index: 3;
}


.social-area .social-brief .text-area {
    padding: 0;
    margin-left: auto;
    margin-right: -6.67%;
    padding: 0.6rem 0.4rem;

}


.social-area .social-brief .text-area .title {
    font-size: 22px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.social-area .social-brief .text-area .date {
    margin-top: 0.2rem;
    font-size: 14px;
    color: #947445;
    font-weight: bold;
}

.social-area .social-brief .text-area .text {
    font-size: 14px;
    color: #828282;
    margin-top: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.social-area .social-brief .text-area .show-more-button {
    margin-top: 0;
}

.social-area .social-brief .swiper-pagination {
    position: relative;
    margin: 0.4rem 0;
    text-align: left;
}

.social-area .social-brief .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #c5c5c5;
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.social-area .social-brief .swiper-pagination-bullet-active {
    background: #c5c5c5;
}

/* 社会责任-概况 页面样式 */
.social-overview-area {
    width: 92%;
    max-width: 1200px;
    margin: 0.8rem auto 0;
    position: relative;
}

.social-overview-area .slogon-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.social-overview-area .slogon-area>img{
    max-width:100%;
    margin:0 auto;
}

.social-overview-area .text-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.6rem;
}

.social-overview-area .text-area .title-area {
    width: 33.33%;
}

.social-overview-area .text-area .title-area .chs-title {
    font-size: 0.24rem;
}

.social-overview-area .text-area .title-area .eng-title {
    font-size: 12px;
    font-weight: 600;
    color: #947445;
    margin-top: 0.1rem;
}

.social-overview-area .text-area .text {
    width: 66.67%;
    font-size: 14px;
    line-height: 2;
}

@media only screen and (max-width:1600px) {
    .social-overview-area .text-area .title-area .chs-title {
        font-size: 22px;
    }
}

@media only screen and (max-width:1200px) {
    .social-overview-area .slogon-area .title {
        text-align: right;
        width: 100%;
        margin-left: -100%;
    }

    /* .social-overview-area .slogon-area .bg-img-container {
        min-width: 80%;
        padding-top: 44.1%;
    } */
}

@media only screen and (max-width:1024px) {
    .social-overview-area .slogon-area .title span {
        font-size: 22px;
    }

    .social-overview-area .slogon-area .title span::after {
        height: 1px;
    }
}

@media only screen and (max-width:768px) {

    .social-overview-area .slogon-area,
    .social-overview-area .text-area {
        flex-direction: column;
    }

    .social-overview-area .slogon-area>div,
    .social-overview-area .text-area>div {
        width: 100% !important;
    }

    .social-overview-area .slogon-area .title,
    .social-overview-area .text-area .text {
        margin-top: 20px;
    }

    /* .social-overview-area .slogon-area .bg-img-container {
        padding-top: 55.12%;
    } */

    .social-overview-area .slogon-area .title {
        margin-left: 0;
        text-align: left;
    }
    .social-overview-area .slogon-area .title span{
        font-size: 20px;
    }
}

/* 社会责任-媒体报道列表页面 */
.reports-area {
    width: 92%;
    max-width: 1200px;
    margin: 0.8rem auto 0;
    position: relative;
}

.reports-area .all-Page-box {
    margin-top: 0.5rem;
}

.selector-list-area {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 -0.15rem;
    position: relative;
    z-index: 2;
}

.selector-list-area .selector-area,
.selector-list-area .search-area {
    margin: 0 0.15rem;
    background: #fff;
    border: 1px solid #f8f4ee;
    width: calc(100% / 3 - 0.3rem);
}



.selector-list-area .selector-area li,
.selector-list-area .selector-area .selected-item .selected-item-title {
    padding: 0 0.2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 14px;
    color: #4b4b4b ;
        overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.selector-list-area .search-area .pop-icon,
.selector-list-area .selector-area .selected-item .pop-icon {
    background: #f8f4ee;
    color: #947445;
    width: 0.8rem;
    line-height: 0.6rem;
    text-align: center;
}

.selector-list-area .selector-area .iconfont {
    color: #947445;
}

.selector-list-area .search-area input {
    height: 0.6rem;
    line-height: 0.6rem;
    padding: 0 1rem 0 0.2rem;
    width: calc(100% - 1.2rem);
    color:#4b4b4b;
    font-size: 14px;
}

.selector-list-area .search-area button {
    width: 0.8rem;
    height: 0.6rem;
    background: #f8f4ee;
    cursor: pointer;
}

.reports-area .report-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0.4rem -0.15rem 0;
}
.report-list+.all-Page-box{
    margin-top: -0.2rem;
}

.reports-area .report-item {
    margin: 0 0.15rem 0.65rem;
    width: calc(100% / 3 - 0.3rem);
    /* background: #f7f4ee; */
    border-bottom: 2px solid transparent;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.reports-area .report-item .bg-img-container {
    padding-top: 63.16%;
}

.reports-area .report-item .title-area {
    padding: 0.2rem 0.24rem 0.24rem;
    color: #413838;
}

.reports-area .report-item .title-area .title {
    font-size: 18px;
    line-height: 1.6;
    height: calc(18px * 1.6 * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.reports-area .report-item .title-area .date-more {
    margin-top: 0.24rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.reports-area .report-item .title-area .date {
    color: #a3a3a3;
}

.reports-area .report-item .title-area .show-more-button .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #947445;
    font-weight: bold;
}

.reports-area .report-item .title-area .show-more-button .container .iconfont {
    font-size: 30px;
    line-height: 1;
    margin-left: 5px;
    font-weight: 100;
}

.reports-area .report-item:hover {
    background: #fff;
    border-bottom: 2px solid #947445;
    box-shadow: 0 0 10px 0 rgba(65, 56, 56, 0.2);
}

@media only screen and (max-width:1200px) {
    .reports-area .report-item .title-area {
        padding: 14px 18px 18px;
    }

    .selector-list-area .search-area,
    .selector-list-area .search-area input,
    .selector-list-area .search-area button,
    .selector-list-area .selector-area li,
    .selector-list-area .selector-area .selected-item .selected-item-title,
    .selector-list-area .selector-area .selected-item .pop-icon {
        line-height: 46px;
        height: 46px;
    }

    .selector-list-area .search-area button,
    .selector-list-area .selector-area .selected-item .pop-icon {
        width: 46px;
    }


}

@media only screen and (max-width:1024px) {

    .selector-list-area .selector-area,
    .selector-list-area .search-area,
    .reports-area .report-item {
        width: calc(100% / 2 - 0.3rem);
    }

    .reports-area .report-item .title-area .title {
        font-size: 16px;
        height: calc(16px * 1.6 * 2);
    }
    

    .selector-list-area .search-area input {
        width: calc(100% - 64px);
    }
}

@media only screen and (max-width:768px) {

    .reports-area .report-list,
    .reports-area .report-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    
}

/* 社会责任-报道详情页 */
.social-report-details-area {
    padding: 1.48rem 0 1.1rem 0;
    background: #f0f0f0;
    position: relative;
    z-index: -1;
}

.social-report-details-area::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 13%;
    min-height: 5.5rem;
    max-height: 6rem;
    background: url(../images/bg-repear.png) repeat;
}

.social-report-details-area .out-container {
    width: 92%;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.social-report-details-area .title-area {
    padding: 1.1rem 0;
}

.social-report-details-area .title-area .date {
    font-size: 18px;
    color: #947445;
    font-weight: bold;
}

.social-report-details-area .title-area .title {
    color: #fff;
    font-size: 0.3rem;
    font-weight: bold;
    margin-top: 0.2rem;
}

.social-report-details-area .text-area {
    background: #fff;
    padding: 0.6rem;
    box-shadow: 0 0 10px 0 rgba(65, 56, 56, 0.15);
    text-align: left;
}

.social-report-details-area .share-area .bdsharebuttonbox,
.social-report-details-area .share-area {
    margin-top: 0.2rem;
    display: flex;
    justify-content: start;
}
.social-report-details-area .share-area{
    padding-bottom: 0.3rem;
}

.social-report-details-area .share-area .bdsharebuttonbox {
    margin-top: 0;
    margin-left: 10px;
}


.social-report-details-area .share-area .title {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    background: #c09659;
    height: 22px;
    width: 70px;
    text-align: center;
    line-height: 22px;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
}

.bdshare-button-style0-32 a {
    font-size: 20px;
    color: #292929 !important;
    height: 22px !important;
    line-height: 30px !important;
    width: 24px !important;
}

.bdshare-button-style0-32 a {
    margin: 0 5px !important;
}

.bdshare-button-style0-32 a .social-report-details-area .text {
    border-top: 1px solid #e6e6e6;
    padding-top: 0.5rem;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 0.3rem;
}

.social-report-details-area+.footer{
    margin-top: 0;
}
.social-report-details-area .text {
    padding-top: 0.5rem;
    border-top: 1px solid #e6e6e6;
    font-size: 14px;
    line-height: 2 !important;
}
.social-report-details-area .job-info{
    border-top: 1px solid #e6e6e6;
    padding: 10px 0;
}
.social-report-details-area .job-info>ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin:0 -0.18rem;
}
.social-report-details-area .job-info-item{
    margin:5px 0.18rem ;
    
}
.social-report-details-area .job-info-item>div{
    display: inline-block;
    font-size: 14px;
    color:#7c7c7c;
}
.social-report-details-area .job-info-item .info{
    color:#c09659;
    
}

.social-report-details-area .text img {
    max-width: 100%;
}



/* .bdshare-button-style0-32 a {
    background: url(../images/shareIcon.png) no-repeat !important;
}

.bdshare-button-style0-32 .bds_tsina {
    background-position: -28px 0 !important;
}

.bdshare-button-style0-32 .bds_qzone {
    background-position: -56px 0 !important;
}

.bdshare-button-style0-32 .bds_sqq {
    background-position: -84px 0 !important;
} */

.text-area .bdsharebuttonbox a {
    background-size: contain !important;
}

.bdsharebuttonbox .bds_weixin {
    background: url(../images/weixinIocn.png) no-repeat !important;
}

.bdsharebuttonbox .bds_tsina {
    background: url(../images/weiboIocn.png) no-repeat !important;
}

.bdsharebuttonbox .bds_qzone {
    background: url(../images/qqzoneIocn.png) no-repeat !important;
}

.bdsharebuttonbox .bds_sqq {
    background: url(../images/qqIcon.png) no-repeat !important;
}


.bdshare-button-style0-32 .bds_more {
    background: none !important;
    text-indent: 0 !important;
    font-size: 20px !important;
    line-height: 22px !important;
}

@media only screen and (max-width:1200px) {
    .social-report-details-area .title-area .title {
        font-size: 22px;
    }
}

@media only screen and (max-width:768px) {
    .social-report-details-area::before {
        height: 15%;
        max-height: 8rem;
    }
}
@media only screen and (max-width:480px){
    .social-report-details-area .title-area .date{
        font-size: 16px;
    }
    .social-report-details-area .title-area .title{
        font-size: 18px;
    }
}

/* 人力资源页面 */
.recruitment-area {
    width: 92%;
    max-width: 1200px;
    margin: 1rem auto 0;
    position: relative;
}


/* 人力资源-人才招聘页面 */
.talent-recruitment-area {
    width: 92%;
    max-width: 1200px;
    margin: 1rem auto 0;
    position: relative;
}

.talent-recruitment-area .selector-list-area {
    background: #f8f4ee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem;
}

.talent-recruitment-area .selector-list-area .selector-area,
.talent-recruitment-area .selector-list-area .search-area {
    margin: 5px;
    border: 1px solid #e0e0e0;
    background: #fff;
    width: calc(100% / 3 - 10px);
    font-size: 14px;
}
.talent-recruitment-area .selector-list-area  ul{
    border:1px solid #e0e0e0;
    width: calc(100% + 2px);
    left:-1px;
    
}

.selector-list-area  .selector-area  ul{
    max-height:calc(50px * 5);
    overflow-x: hidden;
    overflow-y: auto;
}

.talent-recruitment-area .selector-list-area .selector-area .selected-item,
.talent-recruitment-area .selector-list-area li,
.talent-recruitment-area .selector-list-area .search-area input,
.talent-recruitment-area .selector-list-area .search-area button,
.talent-recruitment-area .selector-list-area .iconfont {
    height: 50px;
    line-height: 50px;

}

.talent-recruitment-area .selector-list-area .pop-icon .iconfont,
.talent-recruitment-area .selector-list-area .pop-icon {
    color: #947445 !important;
    background: transparent !important;
}

.talent-recruitment-area .selector-list-area .search-area input {
    font-size: 14px;
}

.talent-recruitment-area .selector-list-area .search-area button {
    color: #fff;
    background: #947445;
}

.talent-recruitment-area .selector-list-area .search-area button .iconfont {
    color: #fff !important;
    font-size: 24px;
}

.talent-recruitment-area .jobs-list-area {
    margin-top: 0.4rem;
}

.talent-recruitment-area .job-item {
    border-bottom: 1px solid #e8e8e8;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.talent-recruitment-area .job-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0.2rem;
}

.talent-recruitment-area .job-item .date {
    color: #9e9e9e;
    font-size: 14px;
    width: 8.33%;
    min-width: 6em;
}

.talent-recruitment-area .job-item .city {
    width: 13.33%;
    text-align: center;
}

.talent-recruitment-area .job-item .city .container {
    display: inline-block;
    color: #fff;
    padding: 5px 0.35rem;
    font-size: 14px;
    background: #413838;
    text-align: center;
    white-space: nowrap;
}

.talent-recruitment-area .job-item .href-container {
    white-space: nowrap;
}

.talent-recruitment-area .job-item .href-container .iconfont {
    margin-left: 0;
}

.talent-recruitment-area .job-item .details {
    text-align: left;
    width: 66.67%;
    padding: 0 0.4rem;
    display: flex;
    white-space: nowrap;
    align-items: center;
}

.talent-recruitment-area .job-item .details .title {
    display: inline-block;

}

.talent-recruitment-area .job-item .details .sub-title {
    font-size: 14px;
    color: #999;
    display: inline-block;
    margin-left: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}



.talent-recruitment-area .selector-list-area {
    margin: 0;
}

.talent-recruitment-area .job-item:hover {
    background: #f8f4ee;
}

.talent-recruitment-area .all-Page-box {
    margin-top: 0.5rem;
}

@media only screen and (max-width:1200px) {

    .talent-recruitment-area .selector-list-area .selector-area .selected-item,
    .talent-recruitment-area .selector-list-area li,
    .talent-recruitment-area .selector-list-area .search-area input,
    .talent-recruitment-area .selector-list-area .search-area button,
    .talent-recruitment-area .selector-list-area .iconfont {
        height: 46px;
        line-height: 46px;
    }
    .selector-list-area  .selector-area  ul{
        max-height:calc(46px * 5);
    }

    .talent-recruitment-area .selector-list-area .search-area button {
        top: -1px;
    }

}

@media only screen and (max-width:1024px) {
    .talent-recruitment-area .selector-list-area {
        background: transparent;
        padding: 0;
    }

    .talent-recruitment-area .job-item .date {
        width: 10%;
    }

    .talent-recruitment-area .job-item .city {
        width: 18%;
    }

    .talent-recruitment-area .job-item .details {
        width: 66.67%;
    }
}

@media only screen and (max-width:768px) {
    .talent-recruitment-area .selector-list-area {
        flex-wrap: wrap;
    }

    .talent-recruitment-area .selector-list-area .search-area {
        width: 100%;
    }

    .talent-recruitment-area .selector-list-area .selector-area {
        width: calc(100% / 2 - 10px);
        z-index: 2;
    }

    .talent-recruitment-area .job-item a {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .talent-recruitment-area .job-item .details {
        width: 100%;
        margin-top: 14px;
        padding-left: 0;
    }


    .talent-recruitment-area .job-item .href-container {
        display: none;
    }
}


/* 党建工作-党建要闻页面 */
.reports-area .default .report-item .title-area {
    margin-top: -0.4rem;
    padding-top: 0;
}

.reports-area .default .report-item .title-area .date {
    background: #947445;
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}



.reports-area .default .report-item .title-area .date .day {
    font-size: 30px;
    line-height: 1.1;
}

.reports-area .default .report-item .title-area .title {
    margin-top: 0.2rem;

}

.reports-area .default .report-item .title-area .sub-title {
    margin-top: 5px;
    color: #7d7d7d;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.6;
    height: calc(14px *  3 * 1.6);
}

.reports-area .default .report-item .title-area .show-more-button {
    display: inline-block;
    margin-top: 0.2rem;
    font-size: 14px;
}

/* 党建工作-党建概况页面 */
.party-buliding-area {
    width: 92%;
    max-width: 1200px;
    margin: 0.8rem auto 0;
    position: relative;
}

.party-buliding-area .party-details-area {
    margin-top: 0.8rem;
    border-top: 1px solid #e4e4e4;
    padding-top: 0.8rem;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.party-buliding-area .party-details-area .bg-img-container {
    width: 23.33%;
    padding-top: 17.14%;
}

.party-buliding-area .party-details-area .text-area {
    width: 68.33%;
}

.party-buliding-area .party-details-area .text-area .chs-title {
    font-size: 0.24rem;
}

.party-buliding-area .party-details-area .text-area .eng-title {
    font-weight: bold;
    color: #947445;
    font-size: 14px;
    margin-top: 5px;
}

.party-buliding-area .party-details-area .text-area .text {
    font-size: 14px;
    line-height: 2;
    margin-top: 0.2rem;
}

@media only screen and (max-width:1600px) {
    .party-buliding-area .party-details-area .text-area .chs-title {
        font-size: 22px;
    }
}

@media only screen and (max-width:768px) {
    .party-buliding-area .party-details-area {
        flex-direction: column;
    }

    .party-buliding-area .party-details-area>div {
        width: 100% !important;
    }

    .party-buliding-area .party-details-area .bg-img-container {
        padding-top: 73.47%;
    }

    .party-buliding-area .party-details-area .text-area {
        margin-top: 20px;
    }
    .party-buliding-area .party-details-area .text-area .text{
        margin-top: 35px;
    }
}

/* 新闻中心样式 */
.news-center-area {
    width: 92%;
    max-width: 1200px;
    margin: 1rem auto 0;
    position: relative;
}

.news-list-area .area-title {
    text-align: center;
}

.news-list-area .area-title .chs-title {
    font-size: 0.24rem;
    font-weight: bold;
}

.news-list-area .area-title .eng-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: rgba(65, 56, 56, 0.15)
}

.news-list-area .news-list {
    margin-top: 0.4rem;
}

.news-list-area+.news-list-area {
    margin-top: 1.2rem;
}



.news-list-area .news-item>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding:15px 0;
    /* flex-wrap: wrap; */
}
.reports-area .news-list-area .news-item>a{
padding:0.37rem 0;
}

.news-list-area .news-item>a::before,
.news-list-area .news-item>a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    background: url(../images/border.png) repeat;
}

.news-list-area .news-item>a::after {
    top: auto;
    bottom: 0;
}

.news-list-area .news-item+.news-item>a::before {
    display: none;
}



.news-list-area .news-item .date {
    color: #9e9e9e;
    font-weight: bold;
    font-size: 14px;
}

.news-list-area .news-item .iconfont {
    font-size: 16px;
    padding: 0 0.23rem;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-list-area .news-item .text {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list-area .show-more-button-container {
    margin-top: 0.5rem;
}

.news-list-area .news-item>a:hover {
    color: #7b7b7b;
}

.news-list-area .news-item>a:hover .iconfont {
    color: #947445
}

@media only screen and (max-width:1600px) {
    .news-list-area .area-title .chs-title {
        font-size: 22px;
    }
}

@media only screen and (max-width:1200px) {
    .news-list-area .area-title .eng-title {
        font-size: 36px;
    }
}
@media only screen and (max-width:768px){
    .news-list-area .news-item>a{
        padding:0.3rem 0;
        flex-wrap: wrap;
    }
    .news-list-area .news-item .text{
        width: 100%;
        margin-top: 5px;
    }
    .news-list-area .news-item .date{
        width: 100px !important;
    }
    .news-list-area .news-item .iconfont{
        width: calc(100% - 100px);
        text-align: right;
    }
}


/* 采购咨询页面 */
.purchasing-overview {
    width: 92%;
    max-width: 1200px;
    margin: 1rem auto 0;
    position: relative;
    z-index: 3;

}

.purchasing-overview .out-container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -0.2rem;
}

.news-list-area.overview {
    display: block;
    margin: 0 0.2rem 0.9rem;
    width: calc(100% / 2 - 0.4rem);
    position: relative;
    border-top: 1px solid #e6e6e6;
}

.news-list-area.overview::after {
    content: "";
    display: block;
    width: 0.5rem;
    height: 1px;
    background: #947445;
    position: absolute;
    left: 0;
    top: -1px;
}

.news-list-area.overview .area-title {
    text-align: left;
    padding: 0.22rem 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.news-list-area.overview .area-title .chs-title {
    display: inline-block;
    font-size: 0.24rem;
}

.news-list-area.overview .area-title .eng-title {
    display: inline-block;
    font-size: 0.48rem;
    margin-left: 0.2rem;
    line-height: 1;
    vertical-align: bottom;
}

.news-list-area.overview .news-list {
    margin-top: 0;
}
.purchasing-overview .news-list-area.overview .news-list .news-item{
    padding:0;
}
.news-list-area.overview .news-list .news-item a{
    flex-wrap: wrap;
    padding: 18px 0;
}
.purchasing-overview .news-list-area.overview .show-more-button-container {
    position: relative;
    margin-top: 0.3rem;
    text-align: left;
    display: block;
    width: auto;
    bottom: 0;
}

.news-list-area.overview .show-more-button.default {
    margin-top: 0
}

.news-list-area.overview .news-item {
    flex-wrap: wrap;
    padding: 0.15rem 0;
}

.news-list-area.overview .news-item .date {
    width: 100%;
}

.news-list-area.overview .news-item .text-area-container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.news-list-area.overview .news-item .iconfont {
    padding: 0 5px 0 0;
}

@media only screen and (min-width:1921px){
    .news-list-area.overview .area-title .eng-title{
        font-size: 0.3rem;
        margin-left: 0.15rem;
    }
}
@media only screen and (max-width:1600px) {
    .news-list-area.overview .area-title .chs-title {
        font-size: 22px;
    }
}

@media only screen and (max-width:1200px) {
    .news-list-area.overview .area-title .eng-title {
        font-size: 30px;
    }
}

@media only screen and (max-width:768px) {
    .news-list-area.overview {
        margin-bottom: 50px;
        padding-top: 30px;
    }

    .news-list-area.overview .show-more-button-container {
        margin-top: 20px !important;
    }

    .purchasing-overview .out-container,
    .news-list-area.overview {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .purchasing-overview .news-list-area.overview .news-item .iconfont{
        width: auto !important;
    }
    .purchasing-overview .news-list-area .news-item .text{
        margin-top: 0;
    }
}

/* 社会责任/人力资源中的项目布局 */
.overview {
    display: flex;
    justify-content: flex-start;
    margin-top: 0.7rem;
}

.overview .img-area {
    width: 62.5%;
    margin-top: 0.9rem;
}

.overview .img-area .bg-img-container {
    padding-top: 60%;
}

.overview .text-area {
    width: 44.17%;
    margin-left: -11.67%;
    border: 1px solid #efefef;
    background: #fff;
    padding: 0.6rem 0.4rem;
    position: relative;
    z-index: 2;
    margin-bottom: 0.9rem;
}

.overview.default-item .text-area::before {
    content: "";
    display: block;
    width: 0.35rem;
    height: 0.05rem;
    background: #947445;
    margin-bottom: 0.26rem;
}

.overview .text-area .eng-title {
    font-size: 0.48rem;
    color: rgba(65, 56, 56, 0.15);
    line-height: 1;
}

.overview .text-area .chs-title {
    font-size: 0.24rem;
    font-weight: bold;
    margin-top: 0.2rem;
}
.overview .show-more-button-container{
    position: absolute;
    display: flex;
    justify-content: center;
    width: calc(100% - 0.8rem);
    align-items: center;
    bottom: 0.6rem;
}
.overview .show-more-button.default {
    margin-top: 0;
}

.overview:nth-child(2n) {
    flex-direction: row-reverse;
}

.overview:nth-child(2n) .text-area {
    margin-left: 0;
    margin-right: -11.67%;
}
@media only screen and (min-width:1921px){
    .overview .text-area .eng-title{
        font-size: 0.3rem;
    }
    .overview .text-area .chs-title{
        font-size: 0.22rem;
    }
    .overview .show-more-button-container{
        bottom: 0.3rem;
    }
    .overview .show-more-button.default .container .iconfont{
        margin-left: 1rem;
    }
}
@media only screen and (max-width:1600px) {

    .overview .text-area .chs-title,
    .social-area .social-brief .text-area .title {
        font-size: 22px;
    }
}

@media only screen and (max-width:1200px) {
    .overview .text-area .eng-title {
        font-size: 28px;
    }
}

@media only screen and (max-width:768px) {
    .overview {
        flex-direction: column !important;
    }

    .overview>div {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    .overview .show-more-button-container {
        position: relative;
        left:0;
        bottom: 0;
        justify-content: flex-start;
        text-align: left;
        margin-top: 0.8rem;
}
}

/* 搜索页面样式 */
.search-list {
    margin-top: 0.5rem;
}
.search-list .area-title{
    text-align: center;
}
.search-list .area-title .title{
    font-size: 0.36rem;
}
.search-list .report-item{
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
}
@media only screen and (max-width:1024px){
    .search-list .area-title .title{
        font-size: 22px;
    }
}
