* {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

input,
textarea {
    outline: none;
    border: none;
}

html {
    transition: font-size 0.3s ease;
    font-family: "Open Sans", sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.public {
    width: 100%;
    max-width: 16rem;
    margin: 0 auto;
    height: 100%;
}

.nav {
    width: 100%;
    padding: 0px 0.94rem 0px 1.43rem;
    box-sizing: border-box;
    height: 1rem;
    background-color: rgba(0, 0, 0, 0.06);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

.nav .out {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav .out .logo_box {
    display: flex;
    align-items: center;
}

.nav .out .logo_box img {
    height: 0.63rem;
    display: block;
}

.nav .out .right {
    display: flex;
    align-items: center;
    height: 100%;
}

.nav .out .right ul {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 1.06rem;
}

.nav .out .right ul li {
    margin-right: 0.74rem;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.nav .out .right ul li .title {
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
}

.nav .out .right ul li:last-child {
    margin-right: 0px;
}

.nav .out .right .tel_box {
    display: flex;
    align-items: center;
}

.nav .out .right .tel_box img {
    width: 0.29rem;
    display: block;
    height: 0.29rem;
    margin-right: 0.1rem;
}

.nav .out .right .tel_box h6 {
    color: #FFF;
    font-size: 0.2rem;
    font-weight: 500;
}

.nav.active {
    background: #FFF;
    transition: 0.5s ease;
    box-shadow: 0px 0px 0.1rem 0.01rem #0000001f;
}

.nav.active .out .right ul li .title {
    color: #404040;
}

.nav.active .out .right .tel_box h6 {
    color: #404040;
}

.nav .out .right ul li.active .title {
    color: #009800;
}

.pulldown_nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    min-width: 2rem;
    top: 1rem;
    background: rgba(255, 255, 255, 1);
    display: none;
    box-shadow: 0px 0.06rem 0.1rem 0.01rem #0000001a;
    border: 0.01rem solid #00000018;
    border-radius: 0.02rem;
}

.pulldown_nav a {
    display: block;
    text-align: center;
    padding: 0.1rem 0.15rem;
    box-sizing: border-box;
    color: #666666;
    font-size: 0.16rem;
    border-bottom: 0.01rem solid #0000000a;
}

.pulldown_nav a:hover {
    color: #009800;
}

.banner {
    width: 100%;
    position: relative;
}

.banner .swiper-slide {
    width: 100%;
    position: relative;
}

.banner .swiper-slide .img img {
    width: 100%;
    display: block;
}

.banner .swiper-slide .text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner .swiper-slide .text h5 {
    font-weight: bold;
    font-size: 0.5rem;
    color: #FFFFFF;
    text-shadow: 0px 0.03rem 0.06rem rgba(0, 0, 0, 0.36);
}

.banner .swiper-slide .text img {
    height: 0.6rem;
    display: block;
    margin-top: 0.45rem;
    filter: drop-shadow(0px 0px 0.06rem rgba(0, 0, 0, 0.36));
}

.banner .swiper-pagination {
    display: flex;
    align-items: center;
    bottom: 0.68rem;
    left: 1.6rem;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    background: #FFFFFF;
    opacity: 0.42;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 0.29rem;
    height: 0.1rem;
    background: #009800;
    border-radius: 0.06rem;
    opacity: 1;
}

.digital {
    width: 100%;
}

.digital .out {
    width: 100%;
    padding: 0.43rem 1.03rem 0.46rem 1.03rem;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    border-bottom: 0.04rem solid #009800;
    align-items: center;
}

.digital .out i {
    width: 0.01rem;
    height: 0.9rem;
    background: #CFCFCF;
    display: block;
    transform: translateY(0.1rem);
}

.digital .out .box .tit {
    display: flex;
    align-items: end;
}

.digital .out .box .tit b {
    font-weight: bold;
    font-size: 0.55rem;
    color: #009800;
    text-shadow: 0px 0.03rem 0.06rem rgba(0, 0, 0, 0.12);
    margin-right: 0.15rem;
}

.digital .out .box .tit span {
    font-weight: 400;
    font-size: 0.26rem;
    color: #009800;
    text-shadow: 0px 0.03rem 0.06rem rgba(0, 0, 0, 0.12);
    transform: translateY(-0.1rem);
}

.digital .out .box span {
    font-weight: 400;
    font-size: 0.18rem;
    color: #878787;
}

.About_Us {
    width: 100%;
    margin: 0.72rem 0px 1rem 0px;
}

.About_Us .out {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.About_Us .out .left {
    width: 7.47rem;
    padding-top: 0.39rem;
}

.About_Us .out .left h5 {
    font-weight: bold;
    font-size: 0.38rem;
    color: #111111;
    margin-bottom: 0.34rem;
}

.About_Us .out .left b {
    font-weight: 400;
    font-size: 0.2rem;
    color: #414141;
    margin-bottom: 0.3rem;
    display: block;
}

.About_Us .out .left p {
    font-weight: 400;
    font-size: 0.18rem;
    color: #828282;
    line-height: 1.65em;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.About_Us .out .left a {
    width: 1.62rem;
    height: 0.5rem;
    border-radius: 0.25rem;
    border: 0.01rem solid #009800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 0.17rem;
    color: #009800;
    margin-top: 0.83rem;
}

.About_Us .out .right {
    width: 8rem;
    height: 4.88rem;
    position: relative;
}

.About_Us .out .right .img {
    width: 100%;
    height: 100%;
    display: block;
    
    border-radius: 0.3rem;
    overflow: hidden;
    
}

.About_Us .out .right .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover ;
}

.About_Us .out .right .icon {
    position: absolute;
    right: 50%;
    top: 50%;
    width: 1.18rem;
    height: 1.18rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(50%, -50%);
    cursor: pointer;
}

.About_Us .out .right .icon img {
    display: block;
    height: 0.4rem;
    width: 0.31rem;
    transform: translateX(0.05rem);
}

.public_title {
    text-align: center;
}

.public_title h5 {
    font-weight: bold;
    font-size: 0.38rem;
    color: #009800;
}

.public_title p {
    font-weight: 400;
    font-size: 0.2rem;
    color: #828282;
    margin-top: 0.2rem;
    text-align: center;
}

.Products {
    margin: 1rem 0px;
}

.Products .but_list {
    margin: 0.55rem 0px 0.13rem 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.Products .but_list a {
    font-weight: 400;
    font-size: 0.21rem;
    color: #212121;
    margin-right: 1.3rem;
}

.Products .but_list a:last-child {
    margin-right: 0px;
}

.Products .but_list a.active {
    color: #009800;
}

.Products .swiper-slide {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.Products .swiper-slide .box {
    width: 3.8rem;
    margin-right: 0.26rem;
    margin-top: 0.35rem;
}

.Products .swiper-slide .box:nth-child(4n) {
    margin-right: 0px;
}

.Products .swiper-slide .box .img {
    width: 100%;
    height: 2.98rem;
    display: block;
    overflow: hidden;
    padding: 0.2rem;
    box-sizing: border-box;
    background: #EBEBEB;
    margin-bottom: 0.19rem;
}

.Products .swiper-slide .box .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    transition: 0.6s ease;
}

.Products .swiper-slide .box span {
    text-align: center;
    font-weight: 400;
    font-size: 0.23rem;
    color: #333333;
    display: block;
}

.Products .swiper-slide .box:hover .img img {
    transform: scale(1.1);
}

.Products .swiper-slide .box:hover span {
    color: #009800;
}

.IndustryAndInnovation {
    width: 100%;
    margin: 1rem 0px;
}

.IndustryAndInnovation .out {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.14rem;
}

.IndustryAndInnovation .out .box {
    width: 5.06rem;
    margin-right: 0.41rem;
    margin-top: 0.38rem;
}

.IndustryAndInnovation .out .box:nth-child(3n) {
    margin-right: 0px;
}

.IndustryAndInnovation .out .box .img {
    width: 100%;
    height: 3.15rem;
    overflow: hidden;
    margin-bottom: 0.23rem;
}

.IndustryAndInnovation .out .box .img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.6s ease;
        object-fit: cover;
}

.IndustryAndInnovation .out .box span {
    text-align: center;
    font-weight: 400;
    font-size: 0.23rem;
    color: #333333;
    display: block;
}

.IndustryAndInnovation .out .box:hover .img img {
    transform: scale(1.1);
}

.IndustryAndInnovation .out .box:hover span {
    color: #009800;
}

.News_Center {
    width: 100%;
    margin: 1rem 0px 0.69rem 0px;
}

.News_Center .public_title h5 {
    text-align: left;
}

.News_Center .News_swiper {
    margin-top: 0.12rem;
    padding-bottom: 0.59rem;
    border-bottom: 0.01rem solid #D9D9D9;
}

.News_Center .News_swiper .swiper-slide {
    width: 100%;
}

.News_Center .News_swiper .swiper-slide a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.News_Center .News_swiper .swiper-slide a .left {
    width: 7.09rem;
}

.News_Center .News_swiper .swiper-slide a .left .tiem {
    display: flex;
    align-items: center;
}

.News_Center .News_swiper .swiper-slide a .left .tiem span {
    font-weight: 400;
    font-size: 0.24rem;
    color: #009800;
}

.News_Center .News_swiper .swiper-slide a .left .tiem b {
    font-weight: 400;
    font-size: 0.18rem;
    color: #4D4D4D;
}

.News_Center .News_swiper .swiper-slide a .left h5 {
    font-weight: bold;
    font-size: 0.2rem;
    color: #333333;
    margin: 0.46rem 0px 0.55rem 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.News_Center .News_swiper .swiper-slide a .left p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #444444;
    line-height: 1.6em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.News_Center .News_swiper .swiper-slide a .left .Moer {
    margin-top: 0.34rem;
    width: 0.57rem;
    height: 0.57rem;
    border: 0.02rem solid #009800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.News_Center .News_swiper .swiper-slide a .left .Moer img {
    height: 0.24rem;
    display: block;
}

.News_Center .News_swiper .swiper-slide a .right {
    width: 7.14rem;
    height: 3.98rem;
}

.News_Center .News_swiper .swiper-slide a .right img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.News_Center .News_swiper .swiper-slide:hover a .left h5 {
    color: #009800;
}

.News_Center .swiper-pagination {
    display: flex;
    align-items: center;
    bottom: 0.78rem;
    left: 6.24rem;
}

.News_Center .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    background: #C7C7C7;
}

.News_Center .swiper-pagination-bullet-active {
    background: #009800;
}

.News_Center .out {
    margin-top: 0.7rem;
    display: flex;
    flex-wrap: wrap;
}

.News_Center .out .box {
    width: 30%;
    margin-right: 5%;
}

.News_Center .out .box:nth-child(3n) {
    margin-right: 0px;
}

.News_Center .out .box .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.38rem;
}

.News_Center .out .box .title span {
    font-weight: 400;
    font-size: 0.18rem;
    color: #4D4D4D;
}

.News_Center .out .box .title img {
    height: 0.17rem;
    display: block;
}

.News_Center .out .box p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #444444;
    line-height: 1.6em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.News_Center .out .box:hover p {
    color: #009800;
}

.MIEN .public_title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-right: 1.6rem;
    box-sizing: border-box;
}

.MIEN .public_title p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #828282;
    line-height: 1.6em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
    max-width: 7.85rem;
}

.MIEN {
    padding: 0.68rem 0px 0.5rem 0px;
    background: #ECECEC;
    padding-left: 1.6rem;
    box-sizing: border-box;
}

.MIEN .out {
    margin-top: 0.6rem;
}

.MIEN .out .swiper-slide {
    width: 5.47rem;
    margin-right: 0.24rem;
}

.MIEN .out .swiper-slide .img {
    width: 100%;
    height: 3.53rem;
    margin-bottom: 0.35rem;
    overflow: hidden;
}

.MIEN .out .swiper-slide .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.7s ease-in-out;
}

.MIEN .out .swiper-slide:hover .img img {
    transform: scale(1.1)
}

.MIEN .out .swiper-slide span {
    font-weight: 400;
    font-size: 0.23rem;
    color: #333333;
    display: block ;
    text-align: center ;
}

.MIEN .out .swiper-slide:hover span {
    color: #009800;
}

.MIEN .out .swiper-button-prev,
.MIEN .out .swiper-button-next,
.MIEN .out .swiper-scrollbar {
    position: static;
}

.MIEN .out .but_box {
    margin-top: 0.52rem;
    display: flex;
    align-items: center;
}

.MIEN .out .but_box .box {
    display: flex;
    align-items: center;
}

.MIEN .out .swiper-button-prev,
.MIEN .out .swiper-button-next {
    width: 0.67rem;
    height: 0.67rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 0.12rem 0.01rem rgba(0, 152, 0, 0.17);
    border: 0.01rem solid #CCCECC;
    border-radius: 50%;
}

.MIEN .out .swiper-button-prev {
    margin-right: 0.13rem;
}

.MIEN .out .swiper-button-prev::after,
.MIEN .out .swiper-button-next::after {
    display: none;
}

.MIEN .out .swiper-scrollbar {
    margin-left: 0.25rem;
    width: 75%;
    background: #EBEBEB;
    height: 0.01rem;
}

.MIEN .out .swiper-scrollbar .swiper-scrollbar-drag {
    width: 3.85rem;
    height: 0.02rem;
    background: #009800;
}

.Barton_Guestier {
    width: 100%;
    margin: 0.61rem 0px 1rem 0px;
}

.Barton_Guestier .out {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.32rem;
}

.Barton_Guestier .out .box {
    width: 32%;
    margin-right: 2%;
    height: 1.67rem;
    background: #EBEBEB;
    border-radius: 0.2rem;
    margin-top: 0.23rem;
}

.Barton_Guestier .out .box:nth-child(3n) {
    margin-right: 0px;
}

.Barton_Guestier .out .box a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Barton_Guestier .out .box img {
    width: 0.67rem;
    height: 0.63rem;
    display: block;
    margin-right: 0.25rem;
}

.Barton_Guestier .out .box .txt{
    width: 3.2rem ;
}

.Barton_Guestier .out .box h5 {
    font-weight: bold;
    font-size: 0.2rem;
    color: #4D4D4D;
    margin-bottom: 0.3rem;
    overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.Barton_Guestier .out .box:hover h5 {
    color: #009800;
}

.Barton_Guestier .out .box span {
    font-weight: 400;
    font-size: 0.16rem;
    color: #787878;
    display: flex;
    align-items: center;
}

.Barton_Guestier .out .box span svg {
    height: 0.16rem;
    width: 0.16rem;
    fill: #787878;
}

.Barton_Guestier .out .Moer_box {
    background: #FFF;
}

.footer_copyright {
          background: url(../images/footer_banner.jpg) no-repeat center ;
        background-size: cover ;
}

.footer {
    width: 100%;
    /*background: rgba(0, 0, 0, 0.9);*/
    box-shadow: 0px -0.01rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    padding: 0.42rem 0px 0.8rem 0px;

}

.footer .logo_box {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 0.33rem;
    border-bottom: 0.01rem solid rgba(97, 97, 97, 0.45);
    margin-bottom: 0.56rem;
}

.footer .logo_box img {
    height: 0.69rem;
    display: block;
}

.footer .out {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footer .out .left {
    padding-top: 0.13rem;
}

.footer .out .left p {
    font-weight: 400;
    font-size: 0.18rem;
    color: #DCDCDC;
    margin-bottom: 0.48rem;
}

.footer .out .left p:last-child {
    margin-bottom: 0px;
}

.footer .out .right {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 9.94rem;
}

.footer .out .right .box h5 {
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
    margin-bottom: 0.35rem;
}

.footer .out .right .box a {
    font-weight: 400;
    font-size: 0.16rem;
    color: #DCDCDC;
    margin-bottom: 0.33rem;
    display: block;
}

.footer .out .right .box a:last-child {
    margin-bottom: 0px;
}

.copyright {
    width: 100%;
    padding: 0.15rem 0px;
    border-top: 0.01rem solid #404040;
    box-sizing: border-box;
    /*background: rgba(0, 0, 0, 0.9);*/
}

.copyright .public {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright .public a {
    font-weight: 400;
    font-size: 0.14rem;
    color: #CCCCCC;
}

.copyright .public .jishuzhici {
    position: absolute;
    right: 0px;
    font-weight: 400;
    font-size: 0.14rem;
    color: #CCCCCC;
}

.banenr_pages {
    width: 100%;
    position: relative;
}

.banenr_pages .txt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.banenr_pages .txt .public {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

.banenr_pages .txt h5 {
    font-weight: bold;
    font-size: 0.38rem;
    color: #FFFFFF;
    margin-bottom: 0.34rem;
}

.banenr_pages .txt p {
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
}

.public_botton_list {
    width: 100%;
    height: 0.66rem;
    border-bottom: 0.01rem solid #E5E5E5;
}

.public_botton_list .out {
    display: flex;
    align-items: center;
    height: 100%;
}

.public_botton_list .out a {
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    margin-right: 1.04rem;
}

.public_botton_list .out a:last-child {
    margin-right: 0px;
}

.public_botton_list .out a.active,
.public_botton_list .out a:hover {
    color: #009800;
}

.Introduction .out {
    display: block;
    width: auto;
    min-height: 5rem;
}

.Introduction .out .right {
    float: right;
    margin: 0.5rem 0px 0.3rem 0.3rem;
}

.Introduction .out .left {
    width: auto;
    padding-top: 0px;
}

.Honor_pages {
    width: 100%;
    margin: 0.9rem 0px 0.7rem 0px;
}

.Honor_pages .out {
    margin-top: 0.6rem;
    display: flex;
    flex-wrap: wrap;
}

.Honor_pages .out .box {
    padding: 0.09rem;
    width: 25%;
    box-sizing: border-box;
}

.Honor_pages .out .box a {
    border: 0.01rem solid #E2E2E2;
    display: block;
    padding: 0.09rem 0.09rem 0.26rem 0.09rem;
    box-sizing: border-box;
        cursor: pointer;
}

.Honor_pages .out .box a .icon {
    margin-left: auto;
    width: max-content;
    display: block;
}

.Honor_pages .out .box a .icon img {
    height: 0.55rem;
    display: block;
}

.Honor_pages .out .box a .img {
    width: 2.72rem;
    height: 3.81rem;
    margin: 0 auto;
    margin-bottom: 0.27rem;
}

.Honor_pages .out .box a .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    nav-down: auto;
}

.Honor_pages .out .box a span {
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    text-align: center;
    display: block;
}

.Culture {
    margin: 0.8rem 0px 1rem 0px;
}

.Culture .out {
    margin-top: 0.6rem;
    display: flex;
    flex-wrap: wrap;
}

.Culture .out .box {
    width: 33.33%;
    display: flex;
    flex-direction: column;
}

.Culture .out .box:nth-child(2n) {
    display: flex;
    flex-direction: column-reverse;
}

.Culture .out .box .img {
    width: 100%;
    height: 3.37rem;
}

.Culture .out .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Culture .out .box .text {
    width: 100%;
    height: 3.37rem;
    background: #ECECEC;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Culture .out .box .text img {
    height: 0.55rem;
    display: block;
    margin-bottom: 0.19rem;
}

.Culture .out .box .text span {
    text-align: center;
    font-weight: 500;
    font-size: 0.27rem;
    color: #111111;
}

.Culture .out .box .text p {
    font-weight: 400;
    font-size: 0.18rem;
    color: #666666;
    text-align: center;
    margin-top: 0.34rem;
}

.IndustryAndInnovation_pages {
    margin: 1rem 0px;
}

.IndustryAndInnovation_pages .out {
    margin-top: 0.6rem;
}

.IndustryAndInnovation_pages .out .box {
    width: 100%;
    margin-bottom: 0.77rem;
}

.IndustryAndInnovation_pages .out .box:last-child {
    margin-bottom: 0px;
}

.IndustryAndInnovation_pages .out .box a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.IndustryAndInnovation_pages .out .box:nth-child(2n) a {
    flex-direction: row-reverse;
}

.IndustryAndInnovation_pages .out .box .left {
    width: 7.6rem;
    height: 4.34rem;
}

.IndustryAndInnovation_pages .out .box .left img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.IndustryAndInnovation_pages .out .right {
    width: 7.11rem;
    height: 100%;
    padding: 0.7rem 0px 0.4rem 0px;
    box-sizing: border-box;
}

.IndustryAndInnovation_pages .out .right h5 {
    font-weight: bold;
    font-size: 0.26rem;
    color: #333333;
    margin-bottom: 0.34rem;
}

.IndustryAndInnovation_pages .out .box a:hover .right h5 {
    color: #009800;
}

.IndustryAndInnovation_pages .out .right p {
    font-weight: 400;
    font-size: 0.18rem;
    color: #444444;
    line-height: 1.7em;
    /*text-indent: 2em;*/
}

.IndustryAndInnovation_pages .out .right .txt {
    font-weight: 400;
    font-size: 0.18rem;
    color: #444444;
    line-height: 1.7em;
    /*text-indent: 2em;*/
}

.IndustryAndInnovation_pages .out .right p:nth-child(1) {
    text-indent: 0;
}

.Products_pages {
    margin: 1rem 0px;
}

.Products_pages .out {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    margin-top: 0.65rem;
}

.Products_pages .out .left {
    width: 3.46rem;
    min-height: 5.3rem;
    background: #EBEBEB;
    box-shadow: 0px 0px 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
}

.Products_pages .out .left .title {
    width: 100%;
    height: 0.83rem;
    background: #009800;
    box-shadow: 0px 0px 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
    padding-left: 0.5rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 0.25rem;
    color: #FFFFFF;
}

.Products_pages .out .left a {
    padding: 0.25rem 0.36rem 0.25rem 0.5rem;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Products_pages .out .left a svg {
    height: 0.16rem;
}

.Products_pages .out .left a span {
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
}

.Products_pages .out .left a.active span,
.Products_pages .out .left a:hover span {
    color: #009800;
}

.Products_pages .out .left a.active svg,
.Products_pages .out .left a:hover svg {
    fill: #009800;
}

.Products_pages .out .right {
    width: calc(100% - 3.46rem);
    padding-left: 0.61rem;
    box-sizing: border-box;
}

.Products_pages .out .right .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.Products_pages .out .right .list .item {
    width: 33.3%;
    padding: 0px 0.13rem;
    box-sizing: border-box;
    margin-bottom: 0.35rem;
}

.Products_pages .out .right .list .item .img {
    width: 100%;
    height: 2.98rem;
    overflow: hidden;
    background: #EBEBEB;
    padding: 0.1rem;
    box-sizing: border-box;
}

.Products_pages .out .right .list .item .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: 0.5s ease;
}

.Products_pages .out .right .list .item span {
    margin-top: 0.19rem;
    text-align: center;
    font-weight: 400;
    font-size: 0.23rem;
    color: #333333;
    display: block;
    text-align: center;
}

.Products_pages .out .right .list .item:hover .img img {
    transform: scale(1.1);
}

.Products_pages .out .right .list .item:hover span {
    color: #009800;
}

.Pagination_out {
    display: flex;
    margin-top: 0.4rem;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0.2rem auto;
    border-radius: 0.04rem;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #009800;
    border-color: #009800;
    cursor: default;
}


.News_pages {
    margin: 1rem 0px;
}

.News_pages .out {
    margin-top: 0.6rem;
}

.News_pages .out .box {
    width: 100%;
    padding-bottom: 0.38rem;
    margin-bottom: 0.53rem;
    border-bottom: 0.01rem solid #DDDDDD;
    box-sizing: border-box;
}

.News_pages .out .box a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.News_pages .out .box .left {
    width: 5.92rem;
    height: 3.23rem;
    overflow: hidden;
}

.News_pages .out .box .left img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

.News_pages .out .box .right {
    width: calc(100% - 5.92rem);
    padding-left: 0.97rem;
    box-sizing: border-box;
}

.News_pages .out .box .right h5 {
    font-weight: 500;
    font-size: 0.24rem;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0.29rem;
}

.News_pages .out .box:hover .right h5 {
    color: #009800;
}

.News_pages .out .box .right p {
    font-weight: 400;
    font-size: 0.18rem;
    color: #666666;
    line-height: 1.6em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.News_pages .out .box .right .but_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.32rem;
}

.News_pages .out .box .right .but_box span {
    font-weight: 400;
    font-size: 0.18rem;
    color: #999999;
}

.News_pages .out .box .right .but_box .Moer {
    display: flex;
    width: 1.71rem;
    height: 0.54rem;
    border: 0.01rem solid #99999B;
    align-items: center;
    border-radius: 0.25rem;
    justify-content: center;
    font-weight: 500;
    font-size: 0.14rem ;
    color: #99999B;
}

.News_pages .out .box .right .but_box .Moer svg {
    height: 0.2rem;
    fill: #99999B;
    width: 0.2rem ;
    margin-left: 0.1rem ;
}

.Contact_Us {
    margin: 1rem 0px 0.6rem 0px;
}

.Contact_Us .out {
    margin-top: 0.8rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.Contact_Us .out .left {
    width: 7.31rem;
    height: 5.14rem;
        overflow: hidden;
}

.Contact_Us .out .left img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    /*transform: scale(1.3) ;*/
}

.Contact_Us .out .right {
    width: calc(100% - 7.31rem);
    display: flex;
    flex-wrap: wrap;
    
}

.Contact_Us .out .right .box {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.57rem;
}

.Contact_Us .out .right .box:nth-child(4),
.Contact_Us .out .right .box:nth-child(3) {
    margin-bottom: 0px;
}

.Contact_Us .out .right .box img {
    width: 0.78rem;
    height: 0.78rem;
    display: block;
    margin-bottom: 0.18rem;
}

.Contact_Us .out .right .box:nth-child(4) img {
    width: 0.9rem;
    height: 0.9rem;
    margin-bottom: 0.1rem;
}


.Contact_Us .out .right .box h5 {
    font-weight: 500;
    font-size: 0.22rem;
    color: #333333;
}

.Contact_Us .out .right .box i {
    width: 0.39rem;
    height: 0.04rem;
    background: #009800;
    display: block;
    margin: 0.22rem 0px;
}

.Contact_Us .out .right .box span {
    font-weight: 400;
    font-size: 0.18rem;
    color: #888888;
}

/* 在线联系 */
.Feedback {
    width: 100%;
    background: #EBEBEB;
    padding-top: 0.7rem;
    padding-bottom: 0.97rem;
    box-sizing: border-box;
}

.Feedback .out {
    width: 100%;
}

.Feedback .out .title {
    margin-bottom: 0.5rem;
}

.Feedback .out .title h5 {
    font-weight: 500;
    font-size: 0.36rem;
    color: #009800;
    margin-bottom: 0.15rem;
    display: flex;
    align-items: center;
}

.Feedback .out .title h5 b {
    font-weight: 400;
    font-size: 0.17rem;
    color: #666666;
    display: block;
    margin: 0px 0.3rem;
}

.Feedback .out .title h5 span {
    font-weight: 400;
    font-size: 0.17rem;
    color: #666666;
    display: block;
}

.Feedback .out .title p {
    font-weight: 400;
    font-size: 0.15rem;
    color: #8E8E8E;
}

.Feedback .out form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.Feedback .out input {
    width: 48%;
    height: 0.46rem;
    background: #FFFFFF;
    border-radius: 0.04rem;
    border: 0.01rem solid #EEEEEE;
    font-weight: 400;
    font-size: 0.14rem;
    color: #666666;
    padding: 0px 0.12rem;
    box-sizing: border-box;
    margin-bottom: 0.4rem;
}

.Feedback .out textarea {
    width: 100%;
    height: 2.14rem;
    border: 0.01rem solid #EEEEEE;
    font-weight: 400;
    font-size: 0.14rem;
    color: #666666;
    padding: 0.18rem 0.21rem 0.18rem 0.21rem;
    box-sizing: border-box;
    background: #FFF;
}

.Feedback .out .button {
    width: 100%;
}

.Feedback .out button {
    width: 4.77rem;
    height: 0.67rem;
    background: #009800;
    /* border-radius: 0.33rem; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 0.22rem;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
    margin: 0 auto;
    margin-top: 0.95rem;
    border-radius: 0.33rem;
}

.CAPTCHA {
    width: 40%;
    display: flex;
    align-items: center;
    margin-top: 0.3rem;
}

.CAPTCHA input {
    margin-bottom: 0px !important;
    margin-right: 0.1rem !important;
}

.CAPTCHA img {
    width: 1.2rem;
    height: 0.48rem;
    display: block;
}

.Technology_Services {
    margin: 1rem 0px;
}

.Technology_Services .public {
    max-width: 13rem;
}

.Technology_Services .out {
    margin-top: 0.7rem;
}

.Technology_Services .out .box {
    width: 100%;
    margin-bottom: 0.7rem;
}

.Technology_Services .out .box:last-child {
    margin-bottom: 0px;
}

.Technology_Services .out .box a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}

.Technology_Services .out .box:nth-child(1) a {
    flex-direction: row;
}

.Technology_Services .out .box:nth-child(3n+1) a {
    flex-direction: row;
}

.Technology_Services .out .box .left {
    width: 5.85rem;
    height: 100%;
    padding: 0.4rem;
    box-sizing: border-box;
    border: 0.01rem solid #00980062;
    box-shadow: 0px 0px 0.1rem 0.01rem #00000028;
}

.Technology_Services .out .box .left .img {
    width: 100%;
    height: 100%;
    position: relative;
}

.Technology_Services .out .box .left .img .txt {
    position: absolute;
    bottom: 0.1rem;
    left: 0px;
    padding: 0.1rem;
    text-align: center;
    box-sizing: border-box;
    color: #FFF;
    font-size: 0.12rem;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
}

.Technology_Services .out .box .left .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.Technology_Services .out .box .left .text {
    height: 100%;
    flex: none;
}

.Technology_Services .out .box .left .text p {
    font-size: 0.15rem;
    line-height: 1.6em;
    color: #404040;
    font-weight: 400;
    margin-top: 0.2rem;
}

.Technology_Services .out .box .right {
    width: 6.35rem;
    box-sizing: border-box;
}

.Technology_Services .out .box .right .box {
    width: 100%;
    margin-bottom: 0.3rem;
}

.Technology_Services .out .box .right .box h5 {
    font-size: 0.18rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
    color: #009800;
}

.Technology_Services .out .box .right .box p {
    line-height: 1.7em;
    font-size: 0.15rem;
    color: #404040;
    font-weight: 400;
}

.Chain_outlets {
    margin: 1rem 0px;
}

.Chain_outlets .out {
    margin-top: 0.6rem;
    display: flex;
    flex-wrap: wrap;
}

.Chain_outlets .out .box {
    width: 33.33%;
    padding: 0.11rem;
    box-sizing: border-box;
}

.Chain_outlets .out .box a {
    width: 100%;
    height: 1.67rem;
    background: #EBEBEB;
    border-radius: 0.2rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Chain_outlets .out .box a h5 {
    font-weight: bold;
    font-size: 0.2rem;
    color: #4D4D4D;
    margin-bottom: 0.3rem;
}

.Chain_outlets .out .box a span {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 0.16rem;
    color: #787878;
}

.Chain_outlets .out .box a span img {
    display: block;
    height: 0.12rem;
    margin-right: 0.1rem;
}

.streamer {
    width: 100%;
    position: relative;
}

.streamer .img {
    width: 100%;
}

.streamer .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.streamer .text {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
}

.streamer .text a {
    width: 1.47rem;
    height: 0.39rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 0.16rem;
    border: 0px solid #dcdfe6;
    background: rgba(2, 157, 69, 1);
    box-shadow: 0px 0px 0.05rem #ddd;
}


.Dig_title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.6rem 0px;
}

.Dig_title img {
    height: 0.25rem;
    display: block;
}

.Dig_title h5 {
    font-size: 0.26rem;
    margin: 0px 0.15rem;
    color: #404040;
    line-height: 1;
}

.DigitalFinance {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
}

.DigitalFinance .public {
    max-width: 12rem;
}

.DigitalFinance .DigitalFinance_but_box {
    margin-top: 0.5rem;
}

.DigitalFinance_but_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.DigitalFinance_but_box a {
    width: 1.5rem;
    height: 0.4rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 0.16rem;
    border: 0.01rem solid #009800;
    margin: 0px 0.05rem;
}

.DigitalFinance_but_box a.active {
    background: #009800;
    color: #FFF;
}

.DigitalFinance .suitable {
    width: 100%;
    padding: 0.24rem 0.2rem;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    background: #06b806;
    font-size: 0.16rem;
    line-height: 2em;
}

.DigitalFinance .volt_1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.DigitalFinance .volt_1 .box {
    width: 49%;
}

.DigitalFinance .volt_1 .box span {
    text-align: center;
    color: #009800;
    font-size: 0.18rem;
    display: block;
    margin-top: 0.2rem;
}

.DigitalFinance .volt_1 .box img {
    width: 100%;
    display: block;
}

.DigitalFinance .text_Dig {
    text-align: center;
    line-height: 2em;
    font-size: 0.16rem;
    color: #009800;
}

.DigitalFinance .volt_2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0.3rem;
    box-sizing: border-box;
    background: #f4faf4;
}

.DigitalFinance .volt_2 .box {
    width: 33.33%;
    padding: 0.3rem 0.4rem;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #00980036;
}

.DigitalFinance .volt_2 .box:nth-child(4),
.DigitalFinance .volt_2 .box:nth-child(5),
.DigitalFinance .volt_2 .box:nth-child(6) {
    border-bottom: none;
}

.DigitalFinance .volt_2 .box span {
    text-align: center;
    width: 1.49rem;
    height: 0.39rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 0.18rem;
    background: #009800;
    margin: 0 auto;
    margin-bottom: 0.2rem;
}

.DigitalFinance .volt_2 .box p {
    text-align: center;
    color: #333;
    font-size: 0.17rem;
    line-height: 1.7em;
}

.DigitalFinance .Dig_Procedure {
    width: 100%;
}

.DigitalFinance .Dig_Procedure img {
    width: 100%;
    max-width: 6rem;
    height: auto;
    display: block;
    margin: 0 auto;
}

.DigitalFinance .Dig_Procedure a {
    width: 1.6rem;
    height: 0.4rem;
    border-radius: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 0.17rem;
    background: #009800;
    margin: 0 auto;
    margin-top: 0.34rem;
}

.Hide-box {
    height: 0.6rem;
}

.DigitalFinance2 .public {
    max-width: 12rem;
}

.DigitalFinance2 .swiper-slide {
    padding: 0.6rem 0px 0px 0px;
    text-align: center;
    min-height: 0.7rem;
}

.DigitalFinance2 .swiper-slide p {
    text-align: center;
    color: #333;
    font-size: 0.17rem;
    line-height: 2em;
}

.DigitalFinance3 {
    width: 100%;
    margin-bottom: 1rem;
}

.DigitalFinance3 .public {
    max-width: 12rem;
}

.DigitalFinance3 .swiper-slide {
    width: 100%;
    height: 5.71rem;
}

.DigitalFinance3 .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.platform .public {
    max-width: 12rem;
}

.platform_1 {
    margin-bottom: 0.6rem;
}

.platform_1 .DigitalFinance_but_box {
    margin-bottom: 0.5rem;
}

.platform_1 .DigitalFinance_but_box a {
    margin: 0px;
    border: none;
    border-bottom: 0.01rem solid #06b806;
}

.platform_1 .swiper-slide {
    width: 100%;
    background: #F4FAF4;
    padding: 0.4rem 0.35rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.platform_1 .swiper-slide .box {
    width: 32%;
    padding: 0.3rem;
    box-sizing: border-box;
    background: #FFF;
}

.platform_1 .swiper-slide .box p {
    color: #404040;
    font-size: 0.16rem;
    line-height: 1.7em;
}

.platform_1 .liucehngtu {
    width: 100%;
    margin: 0.6rem 0px;
}

.platform_1 .liucehngtu img {
    width: 100%;
    max-width: 11.5rem;
    margin: 0 auto;
    height: auto;
    display: block;
}

.platform_2 .out {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.platform_2 .out .box {
    width: 49%;
    height: 2.31rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 0.1rem 0.01rem #0000000c;
    padding: 0px 0.4rem;
    box-sizing: border-box;
    margin-bottom: 0.3rem;
}

.platform_2 .out .box img {
    width: 1.52rem;
    display: block;
}

.platform_2 .out .box .TXT {
    width: calc(100% - 1.52rem);
    padding-left: 0.2rem;
    box-sizing: border-box;
}

.platform_2 .out .box .TXT h5 {
    color: #404040;
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
}

.platform_2 .out .box .TXT p {
    color: #444444;
    line-height: 1.6em;
    font-size: 0.14rem;
}

.platform_3 {
    width: 100%;
    padding: 0.8rem 0px;
    background: #F2F7FD;
}

.platform_3 .out {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.platform_3 .out .box {
    width: 24%;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 0px 0.1rem 0.01rem #0000000e;
    height: 3.27rem;
}

.platform_3 .out .box .img {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.platform_3 .out .box .img img {
    width: 60%;
    margin: 0 auto;
    display: block;
    margin-bottom: 0.4rem;
}

.platform_3 .out .box .img h5 {
    text-align: center;
    color: #fff;
    font-size: 0.18rem;
}

.platform_3 .out .box .txt {
    width: 40%;
    padding: 0.1rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background: #FFF;
}

.platform_3 .out .box .txt p {
    color: #404040;
    font-size: 0.14rem;
    line-height: 1.6em;
    display: flex;
    text-align: justify;
}

.platform_3 .public {
    max-width: 12rem;
}

.ndustrial_Synergy {
    width: 100%;
    margin: 0.8rem 0px;
}

.ndustrial_Synergy .public {
    max-width: 12rem;
}

.ndustrial_Synergy .Ndu_img {
    width: 100%;
    margin-bottom: 0.4rem;
}

.ndustrial_Synergy .Ndu_img img {
    width: 100% ;
    max-width: 9rem;
    display: block;
    margin: 0 auto;
    height: auto;
}

.ndustrial_Synergy p {
    line-height: 1.7em;
    color: #404040;
    font-size: 0.18rem;
    text-align: center;
    margin-bottom: 0.2rem;
}

.particulars {
    width: 100%;
    margin: 0.8rem 0px;
}

.particulars .public {
    max-width: 12rem;
}

.particulars .out {
    width: 100%;
    border: 0.01rem solid #00000010;
    box-sizing: border-box;
    padding: 0.3rem;
    box-sizing: border-box;
    box-shadow: 0px 0px 0.1rem 0.01rem #0000000a;
}

.particulars .title {
    width: 100%;
    margin-bottom: 0.3rem;
    padding-bottom: 0.3rem;
    border-bottom: 0.01rem dashed #0000002d;
}

.particulars .title h5 {
    color: #333;
    font-size: 0.26rem;
    margin-bottom: 0.15rem;
    text-align: center;
}

.particulars .title .icon_bix {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.particulars .title .icon_bix span {
    font-size: 0.14rem;
    margin: 0px 0.1rem;
    color: #404040;
}

.particulars .text {
    width: 100%;
}

.particulars .text img {
    width: auto;
    max-width: 100%;
    margin: 0.1rem auto;
    height: auto;
    display: block;
}

.particulars .text p , .particulars .text {
    line-height: 1.8em;
    color: #404040;
    font-size: 0.17rem
}

.particulars .text section {
       line-height: 1.8em;
    color: #404040;
    font-size: 0.17rem 
}

.particulars .text h3 {
    font-size: 0.2rem ;
    margin-bottom: 0.2rem ;
}


.CNCautomatic_item_pages {
    width: 100%;
}

.CNCautomatic_item_pages .Right_title {
    display: flex;
    justify-content: space-between;
}

.CNCautomatic_item_pages .Right_title .left_Swiper {
    width: 40%;
}

.CNCautomatic_item_pages .Right_title .CNCautomatic_swiper {
    width: 100%;
    border: 1px solid #D5D5D5;
    height: 3.2rem;
    overflow: hidden;
}

.CNCautomatic_item_pages .Right_title .CNCautomatic_swiper .swiper-slide {
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.CNCautomatic_item_pages .Right_title .CNCautomatic_swiper .swiper-slide img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    object-fit: contain;
}

.CNCautomatic_item_pages .Right_title .CNCautomatic_swiper2 {
    width: 100%;
    padding: 0.2rem 0.1rem;
    box-sizing: border-box;
}

.CNCautomatic_item_pages .Right_title .CNCautomatic_swiper2 .swiper-slide {
    width: 24%;
    margin-right: 1.45%;
    background: #FFF;
    padding: 0.03rem;
    box-sizing: border-box;
    box-shadow: 0px 0px 0.04rem 0.01rem #3333333d;
    cursor: pointer;
    height: 0.9rem;
}

.CNCautomatic_item_pages .Right_title .CNCautomatic_swiper2 .swiper-slide-thumb-active {
    border: 0.02rem solid #009800;
}

.CNCautomatic_item_pages .CNCautomatic_box_list {
    width: 100%;
    position: relative;
}

.CNCautomatic_item_pages .Right_title .CNCautomatic_swiper2 .swiper-slide:last-child {
    margin-right: 0px;
}

.CNCautomatic_item_pages .Right_title .CNCautomatic_swiper2 .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.CNCautomatic_item_pages .CNCautomatic_box_list .swiper-button-next:after,
.CNCautomatic_item_pages .CNCautomatic_box_list .swiper-button-prev:after {
    color: #009800;
    font-size: 0.2rem;
    left: 0px;
    right: 0px;
    font-weight: bold;
    text-shadow: 0px 0.01rem 0.1rem #00000063;
}

.CNCautomatic_item_pages .CNCautomatic_box_list .swiper-button-next {
    right: -0.2rem;
}

.CNCautomatic_item_pages .CNCautomatic_box_list .swiper-button-prev {
    left: -0.2rem;
}

.CNCautomatic_item_pages .right_text {
    width: 53%;
    padding-top: 0.2rem;
    box-sizing: border-box;
}

.CNCautomatic_item_pages .right_text h5 {
    color: #333;
    font-size: 0.26rem;
    font-weight: bold;
}

.CNCautomatic_item_pages .right_text i {
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
    width: 0.9rem;
    height: 0.02rem;
    background: #009800;
    display: block;
}

.CNCautomatic_item_pages .right_text .title_chanshu {
    font-size: 0.17rem;
    margin-bottom: 0.1rem;
    color: #333;
}

.CNCautomatic_item_pages .right_text p {
    color: #333;
    font-size: 0.15rem;
    line-height: 1.6em;
}

.CNCautomatic_item_pages .right_text a {
    width: 1.4rem;
    height: 0.46rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.14rem;
    color: #FFF;
    background: #009800;
    border-radius: 0.03rem;
    margin-top: 0.4rem;
}

.CNCautomatic_item_pages .text_h5 {
    width: 100%;
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
}

.CNCautomatic_item_pages .text_h5 h5 {
    color: #333;
    font-size: 0.2rem;
    margin-bottom: 0.15rem;
}

.CNCautomatic_item_pages .text_h5 i {
    width: 100%;
    height: 0.01rem;
    background: #D5D5D5;
    display: block;
}

.CNCautomatic_item_pages .text_list {
    width: 100%;
    padding: 0px 0.2rem;
    box-sizing: border-box;
}

.CNCautomatic_item_pages .text_list img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.CNCautomatic_item_pages .text_list p {
    color: #333;
    line-height: 1.7em;
    font-size: 0.17rem;
}

.CNCautomatic_item_pages .butt_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0.6rem;
}

.CNCautomatic_item_pages .butt_box .box {
    width: 48%;
    display: flex;
    align-items: center;
}

.CNCautomatic_item_pages .butt_box .box span {
    font-size: 0.15rem;
    display: block;
    color: #333;
}

.CNCautomatic_item_pages .butt_box .box a {
    font-size: 0.15rem;
    display: block;
    color: #333;
}

.CNCautomatic_item_pages .butt_box .box2 {
    justify-content: right;
}

.CNCautomatic_item_pages .butt_box .box:hover a {
    color: #009800;
}

.Products_particulars {
    margin: 0.8rem 0px;
    width: 100%;
}

.Products_particulars .public {
    max-width: 12rem;
}


.toggle_button {
    width: 0.4rem;
    height: 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 0.5rem;
    cursor: pointer;
    display: none;
}

.toggle_button span {
    height: 0.03rem;
    width: 100%;
    display: block;
    background: #333 ;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.toggle_button.on span:nth-child(1) {
    transition-delay: 0.2s;
    transform: rotate(45deg);
    transform-origin: 0.01rem;
}

.toggle_button.on span:nth-child(2) {
    opacity: 0;
    transform: translateX(0.25rem);
}

.toggle_button.on span:nth-child(3) {
    transition-delay: 0.4s;
    transform: rotate(-45deg);
    transform-origin: 0.01rem;
}

.min_nav {
    width: 100%;
    background: #FFF;
    position: absolute;
    top: 0.9rem;
    left: 0px;
    box-shadow: 0.1rem 0px 0.1rem 0.01rem #00000021;
    padding: 0.3rem 0px;
    display: none;
}

.min_nav .title {
    width: 100%;
    height: 0.6rem;
    font-size: 0.24rem;
    color: #333;
    border-bottom: 0.01rem solid #eee;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0px 0.3rem;
    box-sizing: border-box;
}

.min_nav .title a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 0.24rem;
}

.min_nav .title .img {
    width: 0.6rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0.3rem;
    top: 0px;
    z-index: 10;
}

.min_nav .title .img img {
    height: 0.2rem;
    display: block;
    transition: 0.5s ease all;
}

.min_nav .box {
    width: 100%;
    padding-left: 0.2rem;
    box-sizing: border-box;
    display: none;
}

.min_nav .box a {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0.15rem 0.3rem;
    color: #333;
    font-size: 0.2rem;
}

.min_nav .title.on .img img {
    transform: rotate(90deg);
}

.popup_out {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 200;
    display: none;
}

.popup_out .popup_box {
    width: 8rem;
    height: 4.5rem;
    border-radius: 0.1rem;
    background: #FFF;
    box-shadow: 0px 0px 0.03rem 0.01rem rgba(124, 134, 255, 0.16);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0.1rem;
    box-sizing: border-box;
}

.popup_out .popup_box video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.popup_out .popup_box .guanbi {
    position: absolute;
    right: 0rem;
    top: -0.4rem;
    font-size: 0.24rem;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
}


@media (max-width:1660px) {
    .nav {
        padding: 0px 0.4rem ;
        box-sizing: border-box ;
    }

    .nav .out .right ul {
        margin-right: 0.8rem ;
    }

    .nav .out .right ul li {
        margin-right: 0.65rem ;
    }
}


@media (max-width:1024px) {

    .toggle_button {
        display: flex ;
    }

    .popup_out .popup_box {
        width: 95% ;
    }

    .nav {
        padding: 0px 0.2rem;
        box-sizing: border-box;
        background: #FFF;
    }

    .nav .out .right {
        display: none;
    }


    .banner {
        margin-top: 1rem;
    }

    .public {
        padding: 0px 0.2rem ;
        box-sizing: border-box ;
    }

    .banner .swiper-slide img {
        width: 100%;
        display: block;
        height: 3rem;
        object-fit: cover;
    }

    .banner .swiper-slide .text img {
        height: auto ;
        width: 80% ;
        margin-top: 0.2rem ;
    }

    .banner .swiper-slide .text h5 {
        font-size: 0.24rem ;
    }

    .banner .swiper-pagination {
        left: 50% ;
        transform: translateX(-50%);
        bottom: 0.3rem ;
        width: max-content ;
    }

    .digital .out {
        padding: 0.3rem 0rem ;
    }

    .digital .out .box .tit b {
        font-size: 0.4rem ;
    }

    .digital .out .box .tit span {
        font-size: 0.2rem ;
    }

    .About_Us .out {
        flex-wrap: wrap ;
    }

    .About_Us .out .left {
        width: 100% ;
        padding-top: 0px ;
    }
    
    .About_Us .out .right .img {
        border-radius: 0.2rem;
    }

    .About_Us .out .right {
        width: 100% ;
        height: auto ;
        margin-top: 0.3rem ;
    }

    .Products .but_list a {
        margin-right: 0px ;
        width: 33.33% ;
        padding: 0.1rem ;
        box-sizing: border-box ;
        text-align: center ;
    }

    .Products .swiper-slide {
        justify-content: space-between ;
    }

    .Products .swiper-slide .box {
        width: 48% ;
        margin-right: 0px ;
    }

    .IndustryAndInnovation .out {
        justify-content: space-between ;
    }

    .IndustryAndInnovation .out .box {
        width: 48% ;
        margin-right: 0px ;
    }

    .News_Center .News_swiper .swiper-slide a .left {
        width: 100% ;
    }

    .News_Center .News_swiper .swiper-slide a {
        flex-wrap: wrap ;
    }

    .News_Center .News_swiper .swiper-slide a .right {
        width: 100% ;
        height: 3.2rem ;
        margin-top: 0.4rem ;
    }
    
    .News_Center .out .box .title {
        margin-bottom: 0.14rem ;
    }

    .News_Center .out .box {
        width: 100% ;
        margin-right: 0px ;
        margin-bottom: 0.38rem ;
    }
    
        .News_Center .out .box:last-child {
        margin-bottom: 0px ;
    }

    .MIEN {
        padding: 0.6rem 0.2rem ;
        box-sizing: border-box ;
    }

    .MIEN .out .swiper-slide {
        width: 100% ;
    }

    .MIEN .out .swiper-slide .img {
        height: 3.1rem ;
    }

    .MIEN .out .swiper-slide:last-child {
        margin-right: 0px ;
    }

    .Barton_Guestier .out .box {
        width: 100% ;
        margin-right: 0px ;
    }

    .footer .out .right {
        display: none ;
    }

    .copyright .public {
        flex-wrap: wrap ;
    }
    
    .copyright .public .jishuzhici{
        position: static ;
    }

    .banenr_pages {
        margin-top: 1rem ;
    }

    .banenr_pages img {
        height: 2rem ;
        object-fit: cover ;
    }

    .banenr_pages .txt h5 {
        font-size: 0.3rem ;
        margin-bottom: 0.24rem ;
    }

    .public_botton_list .out a {
        margin-right: 0.4rem ;
    }

    .About_Us .out .left p {
        font-size: 0.2rem ;
    }

    .Culture .out .box {
        width: 100% ;
        flex-direction: column-reverse;
    }

    .Honor_pages .out  {
        justify-content: space-between ;
    }

    .Honor_pages .out .box {
        width: 50% ;
        margin-right: 0px ;
    }

    .Honor_pages .out .box a .img {
        width: 100% ;
        height: 2.3rem ;
    }

    .IndustryAndInnovation_pages .out .box .left {
        width: 100% ;
    }

    .IndustryAndInnovation_pages .out .right {
        width: 100% ;
    }

    .Products_pages .out .left {
        width: 100% ;
        min-height: auto ;
    }

    .Products_pages .out .left .list {
        width: 100% ;
        display: flex ;
        flex-wrap: wrap ;
    }

    .Products_pages .out .left a {
        width: 50% ;
    }

    .Products_pages .out .right {
        width: 100% ;
        padding-left: 0px ;
        margin-top: 0.5rem ;
    }

    .Products_pages .out .right .list .item {
        width: 50% ;
    }

    .News_pages .out .box .right {
        width: 100% ;
        padding-left: 0px ;
        margin-top: 0.4rem ;
    }

    .News_pages .out .box .left {
        width: 100% ;
    }

    .public_botton_list .out {
        flex-wrap: wrap ;
    }

    .Technology_Services .out .box .right {
        width: 100% ;
        margin-top: 0.4rem ;
    }

    .Technology_Services .out .box .left {
        width: 100% ;
    }

    .streamer .img {
        height: 1rem ;
    }

    .streamer .img img {
        object-fit: cover ;
    }

    .streamer .text{
        width: 90% ;
    }

    .DigitalFinance3 .swiper-slide {
        height: auto ;
    }
    
    .DigitalFinance .volt_2 .box {
        width: 100% ;
    }

    .platform_2 .out .box {
        width: 100% ;
    }

    .platform_2 .out .box img {
        width: 1.22rem ;
    }

    .platform_2 .out .box .TXT {
        width: calc(100% - 1.22rem);
    }

    .platform_3 .out .box {
        width: 100% ;
    }

    .platform_3 .out .box .img {
        width: 40% ;
    }

    .platform_3 .out .box .txt {
        width: 60% ;
    }

    .Chain_outlets .out .box {
        width: 100% ;
    }

    .Contact_Us .out .right {
        width: 100% ;
        margin-top: 0.4rem ;
    }

    .Feedback .out input {
        width: 100% ;
        margin-bottom: 0.2rem ;
    }

    .CAPTCHA {
        width: 100% ;
    }

    .CNCautomatic_item_pages .Right_title {
        flex-wrap: wrap ;
    }

    .CNCautomatic_item_pages .Right_title .left_Swiper {
        width: 100% ;
    }

    .CNCautomatic_item_pages .right_text {
        width: 100% ;
    }

}



































@media (min-width:1601px) and (max-width:1920px) {
    html {
        font-size: 100px;
        font-size: calc(100vw / 19.2);
    }
}

@media (min-width:1441px) and (max-width:1600px) {
    html {
        font-size: 75px;
        font-size: calc(100vw / 16);
    }
}

@media (min-width:1025px) and (max-width:1440px) {
    html {
        font-size: 100px;
        font-size: calc(100vw / 14.4);
    }
}

@media (min-width:769px) and (max-width:1024px) {
    html {
        font-size: 100px;
        font-size: calc(100vw / 10.24);
    }
}

@media (min-width:426px) and (max-width:768px) {
    html {
        font-size: 100px;
        font-size: calc(100vw / 7.68);
    }
}

@media (max-width:425px) {
    html {
        font-size: 100px;
        font-size: calc(100vw / 4.25);
    }
}

@media (min-width:1920px) {
    html {
        font-size: 100px !important;
    }
}