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

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

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

.wp-block-table .has-fixed-layout {
        table-layout: auto !important;
}



.public {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
}

.nav {
    width: 100%;
    height: 85px;
    position: relative;
    top: 0px;
    left: 0px;
    background: none;
    z-index: 999;
    background: #FFF ;
}

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

.nav .out .logo {
    height: 57px;
    width: 130px;
}

.nav .out .logo img {
    height: 100%;
    display: block;
    width: 100%;
    object-fit: contain;
}

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

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

.nav .out .right ul li {
    height: 100%;
    /*margin-right: 34px;*/
    position: relative;
}

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

.nav .out .right ul li .title {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 15px ;
}

.nav .out .right ul li .title a {
    font-weight: 400;
    font-size: 15px;
    color: #666666;
    
}

.nav .out .right ul li .title svg {
    display: block;
    margin-left: 6px;
    width: 8.19px;
    color: #707070;
    fill: currentColor;
}

.nav .out .right ul li:hover , .nav .out .right ul li.on{
    background: #c40e23 ;
}

.nav .out .right ul li:hover .title a,
.nav .out .right ul li.on .title a {
    color: #fff;
}

.nav .out .right ul li:hover .title svg,
.nav .out .right ul li.on .title svg {
    color: #fff ;
}

.nav .out .right ul li .pulldown {
    position: absolute;
    top: 85px;
    left: 0px;
    width: max-content;
    padding: 20px 0px 20px 0px;
    background: #FFF;
    border-top: 2px solid #046BD2;
    box-sizing: border-box;
    display: none;
}

.nav .out .right ul li:hover .pulldown {
    display: block;
}


.nav .out .right ul li .pulldown a {
    display: block;
    width: 100%;
    padding: 10px 30px ;
    box-sizing: border-box;
    color: #334155;
    font-size: 15px;
}

.nav .out .right ul li .pulldown a:hover {
    color: #fff ;
    background: #c40e23 ;
}

.Language {
    height: 100%;
    margin-left: 60px;
    position: relative;
}

.Language .title {
    display: flex;
    align-items: center;
    height: 100%;
    cursor: pointer;
}

.Language .title .icon {
    width: 18px;
    margin-right: 9px;
}

.Language .title span {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    display: block;
    margin-right: 7px;
}

.Language .title svg {
    width: 9px;
    display: block;
    fill: currentColor;
}

.Language:hover .title span {
    color: #046BD2;
}

.Language:hover .title svg {
    color: #046BD2;
}

.Language .pulldown {
    position: absolute;
    width: max-content;
    top: 85px;
    left: 0px;
    background: #FFF;
    border-top: 2px solid #046BD2;
    box-sizing: border-box;
    display: none;
}

.Language .pulldown a {
    display: flex;
    align-items: center;
    padding: 15px 16px;
    box-sizing: border-box;
}

.Language .pulldown a .icon {
    width: 18px;
    height: 12px;
    object-fit: contain;
}

.Language .pulldown a span {
    color: #334155;
    font-size: 16px;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
}

.Language .pulldown a:hover span {
    color: #046BD2;

}

.Language:hover .pulldown {
    display: block;
}

/* banner */
.banner {
    width: 100%;
}

.banner .swiper {
    padding-bottom: 40px;
}

.banner .image {
    width: 100%;
    display: block;
}

.banner .text_box {
    position: absolute;
    top: 0px;
    left: 13%;
    width: 100%;
    height: 100%;
    display: flex
;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    width: 26%;
}

.banner .text_box h5{
        font-size: 0.23rem ;
    line-height: 2em;
}

.banner .text_box p{
    font-size: 0.16rem ;
    line-height: 1.8em;
    margin-top: 0.2rem ;
    font-weight: 500 ;
    color: #999;
}

.banner .ceng_text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    ;
    display: flex;
    justify-content: center;
    padding-top: 7vw;
    box-sizing: border-box;
}

.banner .ceng_text .text {
    width: 100%;
  
    padding: 0px 4%;
    box-sizing: border-box;
    display: flex
;
    justify-content: space-between;
}

.banner .ceng_text .text h5 {
    font-weight: 500;
    font-size: 34px;
    color: #111111;
    line-height: 1.6em;
    /*text-align: center;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 2;*/
    /* 限制为两行 */
    /*overflow: hidden;*/
}

.banner .ceng_text .text i {
    width: 65px;
    height: 5px;
    background: #334155;
    margin: 30px 0px 24px 0px;
    box-sizing: border-box;
    display: block;
}

.banner .ceng_text .text p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.5em;
    /*text-align: center;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    /* 限制为两行 */
    overflow: hidden;
    width: 90% ;
}

.banner .ceng_text .text .txt {
    width: 39% ;
    padding-top: 4% ;
    box-sizing: border-box;
}

.banner .ceng_text .text img {
    width: 60%;
    height: 80%;
    display: block;
    object-fit: contain;
}

.banner .jiantou_box {
    position: absolute;
    bottom: 83px;
    right: 20vw;
    display: flex;
    align-items: center;
}

.banner .jiantou_box .swiper-button-prev,
.banner .jiantou_box .swiper-button-next {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    margin-top: 0px;
    width: 61px;
    height: 61px;
    border: 2px solid #929292;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .jiantou_box .swiper-button-prev {
    margin-right: 70px;
}

.banner .jiantou_box .swiper-button-prev::after,
.banner .jiantou_box .swiper-button-next::after {
    font-size: 15px;
    color: #929292;
}

.banner .jiantou_box .swiper-button-prev:hover,
.banner .jiantou_box .swiper-button-next:hover {
    border: 2px solid #046BD2;
}

.banner .jiantou_box .swiper-button-prev:hover::after,
.banner .jiantou_box .swiper-button-next:hover::after {
    color: #046BD2;
}

.information {
    width: 100%;
    margin-top: 30px;
}

.information .out {
    display: flex;
    justify-content: space-between;
}

.information .out .box {
    width: 32%;
    background: #FFF;
    box-shadow: 0px 2px 26px 1px rgba(0, 0, 0, 0.22);
    height: 312px;
    padding: 43px 41px;
    box-sizing: border-box;
}

.information .out .box img {
    width: 21px;
    height: 30px;
    display: block;
    object-fit: contain;
}

.information .out .box h5 {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    margin: 28px 0px 20px 0px;
}

.information .out .box p {
    font-weight: 400;
    font-size: 15px;
    color: #888888;
    line-height: 1.6em;
    margin-bottom: 23px;
}

.information .out .box a {
    padding: 16px 40px;
    box-sizing: border-box;
    background: #046BD2;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 30px;
    display: inline-block;
}

.information .out .box h6 {
    font-weight: 400;
    font-size: 16px ;
    color: #111111;
    margin-bottom: 41px;
}

.public_title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.public_title.public_title_left {
    align-items: flex-start;
}

.public_title p {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 1.6em;
    margin-top: 42px;
}

.public_title h5 {
    font-weight: 500;
    font-size: 32px;
    color: #333333;
}

.public_title i {
    width: 124px;
    height: 4px;
    background: #046BD2;
    margin-top: 35px;
    display: block;
}

.Hoem_product {
    margin-top: 112px;
}

.Hoem_product .out {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
}

.Hoem_product .out .box {
    width: 48%;
    margin-bottom: 30px;
}

.Hoem_product .out .box .img {
    width: 100%;
    height: 309px;
    box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.16);
    background: #F8F8F8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0px;
    box-sizing: border-box;
}

.Hoem_product .out .box .img img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.Hoem_product .out .box .txt {
    width: 100%;
    padding: 0px 47px;
    box-sizing: border-box;
}

.Hoem_product .out .box .txt h5 {
    font-weight: 400;
    font-size: 18px;
    color: #046BD2;
    line-height: 1.6em;
    margin-top: 45px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制为两行 */
    overflow: hidden;
    margin-bottom: 15px;
}

.Hoem_product .out .box .txt p {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* 限制为两行 */
    overflow: hidden;
    margin-bottom: 23px;
    text-align: center;
}

.Hoem_product .out .box .txt span {
    display: block;
    margin: 0 auto;
    width: 165px;
    height: 47px;
    background: #046BD2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 26px;
}

.Advantage {
    margin-top: 160px;
}

.Advantage .public_title i {
    background: #334155;
}

.Advantage .out {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.Advantage .out .box {
    width: 30%;
    margin-top: 62px;
}

.Advantage .out .box .icon {
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Advantage .out .box .icon img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin-bottom: 30px;
}

.Advantage .out .box h5 {
    font-weight: 500;
    font-size: 18px;
    color: #111111;
    margin-bottom: 20px;
}

.Advantage .out .box p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.6em;
}

.Why_choose {
    width: 100%;
    background-size: cover !important;
    background-attachment: fixed !important;
    padding: 103px 0px 81px 0px;
    box-sizing: border-box;
    margin-top: 125px;
}

.Why_choose .out {
    display: flex;
    justify-content: space-between;
}

.Why_choose .out .left {
    width: 58%;
}



.Why_choose .out .left .public_title h5 {
    color: #FFFFFF;
}

.Why_choose .out .left .public_title i {
    background: #FFF;
}

.Why_choose .out .left .public_title p {
    color: #FFF;
}

.Why_choose .out .left .list {
    margin-top: 37px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Why_choose .out .left .list .item {
    width: 48%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}

.Why_choose .out .left .list .item .icon {
    width: 25.11px;
    height: 25.84px;
    display: block;
    object-fit: contain;
    margin-top: 20px;
}

.Why_choose .out .left .list .item .text {
    width: calc(100% - 50px);
}

.Why_choose .out .left .list .item .text h5 {
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.Why_choose .out .left .list .item .text p {
    font-weight: 400;
    font-size: 16px;
    color: #D5D5D5;
    line-height: 1.5em;
}

.Why_choose .out .right {
    width: 27%;
    padding-top: 60px;
    box-sizing: border-box;
}

.Why_choose .out .right h5 {
    font-weight: 400;
    font-size: 19px;
    color: #FFFFFF;
    margin-bottom: 29px;
}

.Why_choose .out .right form {
    width: 100%;
}

.Why_choose .out .right form span {
    font-weight: 400;
    font-size: 13px;
    color: #D9D9D9;
}

.Why_choose .out .right .box {
    margin-bottom: 27px;
}

.Why_choose .out .right .box input {
    width: 100%;
    background: #FFF;
    height: 42px;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
}

.Why_choose .out .right .box textarea {
    width: 100%;
    background: #FFFFFF;
    height: 95px;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
}

.Why_choose .out .right button {
    width: 135px;
    height: 47px;
    background: #046BD2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    border: none;
    border-radius: 26px;
    cursor: pointer;
}

.Our_Customer {
    margin-top: 140px;
}

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

.Our_Customer .out .box {
    width: 48%;
    margin-top: 65px;
}

.Our_Customer .out .box .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Our_Customer .out .box .title .icon {
    width: 49px;
    height: 49px;
    display: block;
    border-radius: 50%;
}

.Our_Customer .out .box .title h5 {
    width: calc(100% - 70px);
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}

.Our_Customer .out .box p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.6em;
    margin-top: 22px;
}

.NEWS {
    margin-top: 180px;
}

.NEWS .out {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
}

.NEWS .out .box {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 26px;
}

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

.NEWS .out .box .img {
    width: 100%;
    height: 256px;
    overflow: hidden;
    background: #eee ;
}

.NEWS .out .box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.NEWS .out .box .text {
    width: 100%;
    background: #F6F6F6;
    padding: 27px 30px 35px 10px;
    box-sizing: border-box;
}

.NEWS .out .box .text h5 {
    font-weight: 500;
    font-size: 14px;
    color: #222222;
    line-height: 1.5em;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制为两行 */
    overflow: hidden;
    min-height: 0.42rem ;
}

.NEWS .out .box .text .tiem_box {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}

.NEWS .out .box .text .tiem_box span:nth-child(1) {
    margin-right: 52px;
}

.NEWS .out .box .text p {
    font-weight: 500;
    font-size: 14px;
    color: #666666;
    line-height: 1.6em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制为两行 */
    overflow: hidden;
    height: 0.44rem ;
}

.NEWS .out .box .text .btn {
    width: 139px;
    height: 47px;
    background: #046BD2;
    border-radius: 24px 24px 24px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 27px;
}

.Honor {
    margin-top: 110px;
}

.Honor .swiper-wrapper {
    align-items: center ;
}

.Honor .swiper-slide {
    width: 100%;
    display: flex;
    justify-content: center;
}

.Honor .swiper {
    width: 100%;
}

.Honor .swiper-slide img {
    width: auto;
    display: block;
}

.Honor .swiper-button-next,
.Honor .swiper-button-prev {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EFEFEF;
}

.Honor .swiper-button-next::after,
.Honor .swiper-button-prev::after {
    font-size: 16px;
    color: #666666;
}

.streamer {
    width: 100%;
    padding: 156px 0px 109px 0px;
    box-sizing: border-box;
    margin-top: 124px;
}

.streamer .out {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.streamer .out span {
    font-weight: 500;
    font-size: 16px;
    color: #111111;
}

.streamer .out h5 {
    font-weight: bold;
    font-size: 29px;
    color: #111111;
    margin-top: 25px;
}

.streamer .out i {
    width: 74px;
    height: 4px;
    background: #333333;
    display: block;
    margin: 38px auto 47px auto;
}

.streamer .out a {
    width: 139px;
    height: 47px;
    background: #046BD2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin: 23px auto auto auto;
}

.Footer {
    width: 100%;
    padding-top: 65px;
    box-sizing: border-box;
    background: #191B1F;
}

.Footer .out {
    display: flex;
    justify-content: space-between;
    padding-bottom: 38px;
}

.Footer .out .left {
    width: 30%;
}

.Footer .out .left .box {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 42px;
}

.Footer .out .left .box3 {
    margin-bottom: 0px;
}

.Footer .out .left .box img {
    height: 32.53px;
    width: 42.1px;
    display: block;
    object-fit: contain;
    margin-right: 44px;
}

.Footer .out .left .box h5 {
    font-weight: 400;
    font-size: 17px;
    color: #DCDCDC;
}

.Footer .out .conter {
    width: 30%;
    display: flex;
    justify-content: space-between;
}

.Footer .out .conter .box {
    width: 132px;
}

.Footer .out .conter .box img {
    width: 132px;
    height: 132px;
    display: block;
    margin-bottom: 28px;
}

.Footer .out .conter .box span {
    width: 100%;
    text-align: center;
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #CCCCCC;
}

.Footer .out .right {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.Footer .out .right form {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
}

.Footer .out .right form input {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #707070;
    box-sizing: border-box;
    padding-left: 10px;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
}

.Footer .out .right form button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    flex: none;
    background: none;
    border: none;
    cursor: pointer;
}

.Footer .out .right form button img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.Footer .out .right .box {
    width: 100%;
}

.Footer .out .right .box h5 {
    font-weight: 500;
    font-size: 19px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.Footer .out .right .box .icon {
    display: flex;
}

.Footer .out .right .box .icon a {
    width: 32px;
    height: 32px;
    display: block;
    margin-right: 10px;
    display: block;
}

.Footer .out .right .box .icon a img {
    width: 100%;
    height: 100%;
    display: block;
}

.Footer .out .right .box .icon a:last-child {
    margin-right: 0px;
}

.copyright {
    width: 100%;
    border-top: 1px solid #3D3D3D;
    box-sizing: border-box;
    height: 45px;
    background: #191B1F;
}

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

.copyright p {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #CCCCCC;
}

.copyright a {
    position: absolute;
    right: 0px;
    font-weight: 400;
    font-size: 14px;
    color: #CCCCCC;
}

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

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

.banner_pages .text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /*padding-top: 85px ;*/
    box-sizing: border-box;
}

.banner_pages .text .out {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.banner_pages .text .out h5 {
    font-weight: 500;
    font-size: 34px;
    color: #111111;
}

.banner_pages .text .out i {
    width: 65px;
    height: 5px;
    background: #3D3D3D;
    display: block;
    margin-top: 29px;
    margin-bottom: 47px;
}

.banner_pages .text .out p {
    width: 60%;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.6em;
}

.NEWS_pages {
    margin-top: 0px;
    margin-bottom: 100px;
}

.nav_pages_xq {
    background: #FFF;
    position: relative;
}

.News_xq_pages {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    margin-top: 50px;
}

.News_xq_pages .nR_out {
    width: 100%;
    background: #FFF;
    padding: 47px 45px;
    box-sizing: border-box;
}

.News_xq_pages .nR_out .title h5 {
    font-weight: 500;
    font-size: 30px;
    color: #222222;
    margin-bottom: 18px;
}

.News_xq_pages .nR_out .title span {
    font-weight: 400;
    font-size: 13px;
    color: #046BD2;
}

.News_xq_pages .nR_out .text {
    margin-top: 43px;
}

.News_xq_pages .nR_out .text span {
    font-weight: 500;
    font-size: 14px;
    color: #666666;
    display: block;
}

.News_xq_pages .nR_out .text img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.News_xq_pages .nR_out .text h5 {
    font-weight: 500;
    font-size: 20px;
    color: #111111;
    margin-bottom: 16px;
}

.News_xq_pages .nR_out .text p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.6em;
}

.but_News_xq {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.but_News_xq a {
    width: 40%;
}

.but_News_xq a span {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

.but_News_xq a span svg {
    height: 14px;
    width: 14px;
    margin-right: 5px;
    fill: currentColor;
}

.but_News_xq a p {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 6px;
}

.but_News_xq a:nth-child(2) span {
    display: flex;
    justify-content: right;
}

.but_News_xq a:hover span,
.but_News_xq a:hover p {
    color: #046BD2;
}

.Leave_Comment {
    width: 100%;
    background: #FFF;
    padding: 47px 45px;
    box-sizing: border-box;
    margin-top: 50px;
    margin-bottom: 80px;
}

.Leave_Comment h5 {
    font-size: 20px;
    color: #1e293b;
    font-weight: 600;
    margin-bottom: 20px;
}

.Leave_Comment p {
    font-size: 16px;
    font-weight: 400;
    color: #334155;
}

.Leave_Comment form {
    width: 100%;
    margin-top: 20px;
    width: 100%;
}

.Leave_Comment form textarea {
    height: 218px;
    width: 100%;
    border: 1px solid #D1D5DB;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    padding: 12px 16px;
    box-sizing: border-box;
    font-size: 15px;
    color: #707070;
}

.Leave_Comment form .box {
    display: flex;
    justify-content: space-between;
    margin: 30px 0px;
    box-sizing: border-box;
}

.Leave_Comment form .box input {
    width: 32%;
    height: 40px;
    padding: 12px 16px;
    box-sizing: border-box;
    border: 1px solid #D1D5DB;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    font-size: 15px;
    color: #707070;
}

.Leave_Comment form .G_input {
    display: flex;
    align-items: center;
}

.Leave_Comment form .G_input input {
    width: 13px;
    height: 13px;
    margin-right: 10px;
    flex: none;
}

.Leave_Comment form .G_input p {
    font-size: 14px;
    color: #334155;
}

.Leave_Comment form button {
    width: 167px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #046BD2;
    margin-top: 30px;
    color: #ffffff;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.Contact_pages {
    margin-top: 120px;
    margin-bottom: 109px;
}

.Contact_pages .out {
    display: flex;
    justify-content: space-between;
}

.Contact_pages .out .left {
    width: 389px;
    height: 596px;
    background: #ABD6F2;
    padding: 39px 35px;
    box-sizing: border-box;
}

.Contact_pages .out .left h5 {
    font-weight: 400;
    font-size: 19px;
    color: #111111;
    margin-bottom: 25px;
}

.Contact_pages .out .left form {
    width: 100%;
}

.Contact_pages .out .left form .box {
    width: 100%;
    margin-bottom: 25px;
}

.Contact_pages .out .left form sapn {
    font-weight: 400;
    font-size: 13px;
    color: #666666;
}

.Contact_pages .out .left form input {
    width: 100%;
    border-radius: 5px;
    height: 42px;
    background: #FFFFFF;
    padding: 0px 15px;
    box-sizing: border-box;
}

.Contact_pages .out .left form textarea {
    background: #FFF;
    padding: 12px 15px;
    box-sizing: border-box;
    width: 100%;
    height: 95px;
    border-radius: 5px;
}

.Contact_pages .out .left form button {
    width: 135px;
    height: 47px;
    background: #046BD2;
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    border-radius: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.Contact_pages .out .right {
    width: 60%;
    display: flex;
    justify-content: space-between;
    padding-top: 33px;
    box-sizing: border-box;
}

.Contact_pages .out .right .box {
    width: 46%;
}

.Contact_pages .out .right .box img {
    width: 23.05px;
    height: 32px;
    display: block;
    object-fit: contain;
    margin-bottom: 17px;
}

.Contact_pages .out .right .box h5 {
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    margin-bottom: 15px;
}

.Contact_pages .out .right .box p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.6em;
}

.Contact_pages .out .right .box span {
    display: block;
    margin-top: 28px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.Service_pages {
    margin: 110px 0px 130px 0px;
}

.Service_pages .out {
    width: 100%;
}

.Service_pages .public_title {
    width: 50%;
}

.Service_pages .out .box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

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

.Service_pages .out .box:nth-child(2n) .left {
    padding-left: 10%;
    padding-right: 0px;
}

.Service_pages .out .box .left {
    width: 50%;
    padding-right: 10%;
    box-sizing: border-box;
}

.Service_pages .out .box .left h5 {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    margin-bottom: 18px;
}

.Service_pages .out .box .left p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.6em;
}

.Service_pages .out .box .right {
    width: 50%;
}

.Service_pages .out .box .right video {
    width: 100%;
    display: block;
    height: 339px ;
    object-fit: cover;
}

.Products_pages {
    margin: 84px 0px 64px 0px;
}

.Products_pages .out {
    display: flex;
    justify-content: space-between;
}

.Products_pages .out .left {
    width: 264px;
}

.Products_pages .out .left .title {
    width: 100%;
    height: 39px;
    background: #000;
    font-weight: 500;
    font-size: 26px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.Products_pages .out .left .box a {
    padding: 15px 10px;
    box-sizing: border-box;
    text-align: center;
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #046BD2;
}

.Products_pages .out .left .box a:hover {
    background: #000;
    color: #FFF;
}

.Products_pages .out .left h6 {
    font-weight: 500;
    font-size: 28px;
    color: #000000;
    margin-bottom: 27px;
}

.Products_pages .out .left .list {
    width: 100%;
}

.Products_pages .out .left .list .item {
    display: flex;
    align-items: center;
    margin-bottom: 19px;
}

.Products_pages .out .left .list .item img {
    width: 14px;
    height: 17px;
    display: block;
    flex: none;
    margin-right: 14px;
}

.Products_pages .out .left .list .item span {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.Products_pages .out .left .list .P_item {
    width: 100%;
    text-align: center;
}

.Products_pages .out .left .list .P_item p {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 1.6em;
}

.Products_pages .out .right {
    width: calc(100% - 295px);
}

.Products_pages .out .right .box {
    width: 100%;
}

.Products_pages .out .right .box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 27px 0px;
    border-bottom: 1px dashed #707070;
    box-sizing: border-box;
}

.Products_pages .out .right .box a .img {
    width: 133px;
    height: 95px;
}

.Products_pages .out .right .box a .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.Products_pages .out .right .box a .text {
    width: calc(100% - 163px);
}

.Products_pages .out .right .box a .text h5 {
    font-weight: 500;
    font-size: 18px;
    color: #046BD2;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Products_pages .out .right .box a .text p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Products_pages_xq {
    width: 100%;
    margin-top: 50px;
}

.Products_pages_xq .Pr_out_1 .title {
    font-weight: 500;
    font-size: 28px;
    color: #333333;
    margin-bottom: 27px;
}

.Products_pages_xq .Pr_out_1 .out {
    display: flex;
    justify-content: space-between;
}

.Products_pages_xq .Pr_out_1 .out .left {
    width: 50%;
    height: 449px;
    background: #D3D3D3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Products_pages_xq .Pr_out_1 .out .left .swiper {
    width: 100% ;
    height: 100% ;
}

.Products_pages_xq .Pr_out_1 .out .left .swiper-button-next:after, .Products_pages_xq .Pr_out_1 .out .left .swiper-button-prev:after {
    color: #046BD2 ;
    font-size: 30px ;
}

.Products_pages_xq .Pr_out_1 .out .left .swiper .swiper-slide {
    width: 100% ;
    height: 100% ;
    display: flex ;
    align-items: center ;
    justify-content: center ;
}

.Products_pages_xq .Pr_out_1 .out .left img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
}

.Products_pages_xq .Pr_out_1 .out .right {
    width: 43%;
}

.Products_pages_xq .Pr_out_1 .out .right h5 {
    font-weight: 500;
    font-size: 20px;
    color: #111111;
    margin-bottom: 30px;
}

.Products_pages_xq .Pr_out_1 .out .right .text {
    width: 100%;
}

.Products_pages_xq .Pr_out_1 .out .right .text p {
    font-weight: 400;
    font-size: 15px;
    color: #666666;
    line-height: 1.6em;
    display: flex;
    align-items: baseline;
    margin-bottom: 8px;
}

.Products_pages_xq .Pr_out_1 .out .right .text p:last-child {
    margin-bottom: 0px;
}

.Products_pages_xq .Pr_out_1 .out .right .text p::before {
    content: "";
    width: 6px;
    height: 6px;
    margin-right: 11px;
    display: block;
    background: #000;
    border-radius: 50%;
    flex: none;
}

.Products_pages_xq .Pr_out_2 {
    width: 100%;
    margin-top: 103px;
}

.Products_pages_xq .Pr_out_2 h5 {
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    color: #111111;
    margin-bottom: 23px;
}

.Products_pages_xq .Pr_out_2 p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    text-align: left;
    line-height: 1.6em;
}

.Products_pages_xq .Pr_out_2 .img_box {
    margin-top: 23px ;
    width: 100%;
    position: relative ;
    display: flex ;
    align-items: center ;
    justify-content: center ;
    overflow: hidden ;
}

.Products_pages_xq .Pr_out_2 .img_box .beij {
    width: 100% ;
    display: block ;
}

.Products_pages_xq .Pr_out_2 .img_box .img_text {
    position: absolute ;
    width: 70% ;
    -webkit-box-reflect: below -33% linear-gradient(transparent, transparent, #d4d4d4ad);
    transform: rotate(0deg);
    
}

.Products_pages_xq .Pr_out_2 .img_box .img_text .img_1{
    width: 100%;
}

.Products_pages_xq .Pr_out_2 img {

}

.Products_pages_xq .Pr_out_3 {
    margin-top: 60px ;
}

.Products_pages_xq .Pr_out_3 .titel {
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    color: #111111;
    margin-bottom: 55px;
}

.Products_pages_xq .Pr_out_3 .out {
    display: flex;
    justify-content:center;
    align-items: center;
    flex-wrap:wrap ;
    
}


.Products_pages_xq .Pr_out_3 .out table {
    width: 100% ;
    border-collapse: collapse;

}

.Products_pages_xq .Pr_out_3 .out table td {
    font-size: 0.15rem;
    width: auto !important;
    height: auto;
    padding: 0.1rem 0.1rem !important;
        text-wrap: auto;
}

.Products_pages_xq .Pr_out_3 .out table td p , .Products_pages_xq .Pr_out_3 .out table td  span {
    font-size: 0.15rem !important;
}



.Products_pages_xq .Pr_out_3 .out table tbody {
    width: 100% ;

}

.Products_pages_xq .Pr_out_3 .out table tbody tr {
    width: 100% ;
}


.Products_pages_xq .Pr_out_3 .out img {
    width: auto ;
    max-width: 100% ;
    display: block ;
    margin: 0 auto;
}


.Products_pages_xq .Pr_out_3 .out .left {
    width: 100%;
}

.Products_pages_xq .Pr_out_3 .out .left .swiper-slide {
    width: 100%;
    height: 450px;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Products_pages_xq .Pr_out_3 .out .left .swiper-slide img {
    width: auto;
    max-width: 100%;
    display: block;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    transition: 0.6s ease;
}

.Products_pages_xq .Pr_out_3 .out .left .swiper-slide:hover img {
    transform: scale(1.2)
}

.Products_pages_xq .Pr_out_3 .out .right {
    width: 100%;
}

.Products_pages_xq .Pr_out_3 .out .right img {
    width: 100% ;
    display: block ;
}

.Products_pages_xq .Pr_out_3 .swiper-button-next:after,
.Products_pages_xq .Pr_out_3 .swiper-button-prev:after {
    font-size: 20px;
}

.Products_pages_xq .Pr_out_4 {
    width: 100%;
    margin-top: 60px;
}

.Products_pages_xq .Pr_out_4 .list {
    width: 100% ;
    display: flex ;
    align-items: center ;
    justify-content: space-between ;
}

.Products_pages_xq .Pr_out_4 .list .item {
    width: 67% ;
    display: flex ;
    align-items: center ;
    justify-content: space-between ;
}

.Products_pages_xq .Pr_out_4 .list .img {
    width: 100% ;
    background: #D3D3D3 ;
    width: 100%;
    background: #D3D3D3;
    height: 240px;
}

.Products_pages_xq .Pr_out_4 .list .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}

.Products_pages_xq .Pr_out_4 .list .item .img {
    width: 48% ;
}

.Products_pages_xq .Pr_out_4 .list .jiage {
    width: 30% ;
}

.Products_pages_xq .Pr_out_4 .list .jiage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}

.Products_pages_xq .Pr_out_4 .list2 {
    display: flex ;
    flex-wrap: wrap;
    /*margin-top: 30px ;*/
    width: 100% ;
}

.Products_pages_xq .Pr_out_4 .list2 .img {
    width: 32% ;
    margin-right: 2% ;
    height: 260px ;
    background: #D3D3D3;
    margin-bottom: 20px ;
}

.Products_pages_xq .Pr_out_4 .list2 .img:nth-child(3n) {
    margin-right: 0px ;
}

.Products_pages_xq .Pr_out_4 .list2 .img img {
    width: 100% ;
    height: 100% ;
    object-fit: contain ;
    cursor: pointer ;
}

/*.Products_pages_xq .Pr_out_4 .list2 .img:nth-child(4) img , .Products_pages_xq .Pr_out_4 .list2 .img:nth-child(5) img, .Products_pages_xq .Pr_out_4 .list2 .img:nth-child(6) img {*/
/*    object-fit: cover ;*/
/*}*/

.Products_pages_xq .Pr_out_4 h5 {
    font-weight: 500;
    font-size: 28px;
    color: #333333;
}

.Products_pages_xq .Pr_out_4 .out {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.Products_pages_xq .Pr_out_4 .out .box {
    width: 32%;
    background: #D4D4D4;
    height: 363px;
    position: relative;
    margin-right: 2%;
    margin-bottom: 25px;
}

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

.Products_pages_xq .Pr_out_4 .out .box a {
    padding: 15px 27px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.Products_pages_xq .Pr_out_4 .out .box .logo {
    width: 58px;
    height: 26px;
    object-fit: contain;
    margin-bottom: 23px;
}

.Products_pages_xq .Pr_out_4 .out .box .img {
    display: block;
    height: 299px;
    margin: 0 auto;
    width: 100% ;
    object-fit: contain ;
}

.Products_pages_xq .Pr_out_5 {
    width: 100%;
    margin-top: 66px;
}

.Products_pages_xq .Pr_out_5 .title {
    font-weight: 500;
    font-size: 28px;
    color: #333333;
    text-align: center;
    margin-bottom: 44px;
}

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

.Products_pages_xq .Pr_out_5 .out .box {
    width: 48%;
}

.Products_pages_xq .Pr_out_5 .out .box h5 {
    font-weight: 500;
    font-size: 20px;
    color: #111111;
    margin-bottom: 16px;
}

.Products_pages_xq .Pr_out_5 .out .box p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-bottom: 24px;
}

.Products_pages_xq .Pr_out_5 .out .box img {
    width: 100%;
    display: block;
    height: 340px ;
    object-fit: cover;
}

.Products_pages_xq .Pr_out_5 .out .box:nth-child(3) {
    width: 100%;
    margin-top: 21px;
}

.Products_pages_xq .Pr_out_5 .out .box:nth-child(3) img {
    height: auto ;
}

.Products_pages_xq .Pr_out_5 .out2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.Products_pages_xq .Pr_out_5 .out2 .box {
    width: 50%;
    padding: 49px 65px;
    box-sizing: border-box;
}

.Products_pages_xq .Pr_out_5 .out2 .box h5 {
    font-weight: 500;
    font-size: 18px;
    color: #111111;
    margin-bottom: 22px;
    text-align: center;
}

.Products_pages_xq .Pr_out_5 .out2 .box p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    text-align: center;
}

.Customer {
    width: 100%;
}

.Customer .title_relation {
    width: 100%;
    padding: 109px 0px 159px 0px;
    box-sizing: border-box;
    margin-top: 133px;
}

.Customer .title_relation h5 {
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
}

.Customer .title_relation a {
    width: 146px;
    height: 47px;
    background: #046BD2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 30px;
}

.Customer .Customer_out {
    width: 100%;
    margin-top: -71px;
}

.Customer .Customer_out .out {
    display: flex;
    flex-wrap: wrap;
    height: 437px;
}

.Customer .Customer_out .out .left {
    width: 50%;
    background: rgba(0, 37, 196, 0.63);
    padding: 0px 28px 0px 48px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.Customer .Customer_out .out .left h5 {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.Customer .Customer_out .out .left p {
    font-weight: 400;
    font-size: 16px;
    color: #F5F5F5;
    line-height: 1.6em;
}

.Customer .Customer_out .out .left a {
    width: 185px;
    height: 47px;
    background: #046BD2;
    border-radius: 24px 24px 24px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 70px;
}

.Customer .Customer_out .out .right {
    display: flex;
    flex-wrap: wrap;
    background: #FFF;
    width: 50%;
    height: 100%;
}

.Customer .Customer_out .out .right .box {
    width: 50%;
    height: 50%;
    border-right: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 29px;
    box-sizing: border-box;
}

.Customer .Customer_out .out .right .box h5 {
    font-weight: 500;
    font-size: 16px;
    color: #111111;
    text-align: center;
}

.Customer .Customer_out .out .right .box p {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin-top: 15px;
}

.Base_Plant {
    margin-top: 58px;
}

.Base_Plant .title {
    font-weight: 500;
    font-size: 28px;
    color: #333333;
}

.Base_Plant .out {
    margin-top: 30px;
    background: #F0F1F6;
    padding: 54px 0px 65px 0px;
    box-sizing: border-box;
}

.Base_Plant .out .box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}

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

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

.Base_Plant .out .box .left {
    width: 51%;
}

.Base_Plant .out .box .left img {
    width: 100%;
}

.Base_Plant .out .box .right {
    width: 48%;
    padding: 0px 40px 0px 70px;
    box-sizing: border-box;
}

.Base_Plant .out .box .right h5 {
    font-weight: 500;
    font-size: 16px;
    color: #222222;
    margin-bottom: 30px;
}

.Base_Plant .out .box .right p {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.Call_Action {
    width: 100%;
    padding: 128px 0px 107px 0px;
    box-sizing: border-box;
    background-size: cover !important;
    margin-top: 70px;
}

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

.Call_Action .out .left {
    width: 70%;
}

.Call_Action .out .left h5 {
    font-weight: 500;
    font-size: 16px;
    color: #222222;
    margin-bottom: 35px;
}

.Call_Action .out .left p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.6em;
}

.Call_Action .out a {
    width: 160px;
    height: 47px;
    background: #046BD2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.Base_Plant2 {
    width: 100%;
    margin-top: 30px;
}

.Base_Plant2 .out {
    display: flex;
    justify-content: space-between;
}

.Base_Plant2 .out .left {
    width: 45%;
}

.Base_Plant2 .out .left h5 {
    font-weight: 500;
    font-size: 28px;
    color: #333333;
    margin-bottom: 45px;
}

.Base_Plant2 .out .left .text {
    padding-left: 24px;
    box-sizing: border-box;
}

.Base_Plant2 .out .left p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
}

.Base_Plant2 .out .right {
    width: 50%;
}

.Base_Plant2 .out .right img {
    width: 100%;
    display: block;
}

.History {
    margin-top: 82px;
}

.History h5 {
    font-weight: 500;
    font-size: 28px;
    color: #333333;
    margin-bottom: 46px;
}

.uagb-timeline__events-inner--content {
    padding: 20px 25px;
    box-sizing: border-box;
}

.uagb-block-0991a8c6.uagb-timeline__outer-wrap .uagb-timeline__date-new {
    font-size: 15px;
}

.History2 {
    margin-top: 80px;
    margin-bottom: 110px;
}

.History2 .title {
    font-weight: 500;
    font-size: 28px;
    color: #333333;
    margin-bottom: 58px;
}

.History2 .swiper-slide {
    width: 100%;
    display: flex;
    justify-content: center;
}

.History2 .swiper-slide img {
    width: auto;
    max-width: 100%;
    display: block;
}

.History2 .swiper-button-next,
.History2 .swiper-button-prev {
    width: 49px;
    height: 49px;
    background: #EFEFEF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.History2 .swiper-button-next::after,
.History2 .swiper-button-prev::after {
    font-size: 16px;
    color: #666666;
}


.min_navCan {
    width: 0.5rem;
    height: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
}

.min_navCan i {
    width: 100%;
    height: 2px;
    display: block;
    background: #333;
    margin-bottom: 7px;
    transition: 0.6s;
}

.min_navCan i:last-child {
    margin-bottom: 0px;
}


.min_navCan.all i:nth-child(1) {
    transform: rotate(45deg) translateY(12px);
}


.min_navCan.all i:nth-child(2) {
    transform: scale(0);
    opacity: 0;
}

.min_navCan.all i:nth-child(3) {
    transform: rotate(-43deg) translateY(-13px);
}

.Min_Nav {
    position: absolute ;
    top: 0.85rem ;
    left: 0px ;
    width: 100% ;
    background: #FFF ;
    z-index: 9999 ;
    padding: 20px 0px ;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 1px #00000036;

    display: none ;
}



.Min_Nav .title {
    width: 100% ;
    display: flex ;
    justify-content: space-between ;
    align-items: center ;
    height: 40px ;
    position: relative;
}

.Min_Nav .title a {
    width: 100% ;
    height: 100% ;
    display: block ;
    font-size: 14px ;
    color: #334155 ;
    display: flex ;
    align-items: center ;
    padding: 0px 20px ;
    box-sizing: border-box ;
}

.Min_Nav .title a img {
    width: 18px ;
    margin-right: 6px  ;
}

.Min_Nav .title .img {
    width: 50px ;
    height: 100% ;
    display: flex ;
    align-items: center ;
    justify-content: center ;
    position: absolute ;
    right: 20px ;
    top: 0px ;
}

.Min_Nav .title .img svg {
    width: 15px  ;
}

.Min_Nav .text_box {
    width: 100% ;
    display: none ;
}

.Min_Nav .text_box a {
    display: block ;
    width: 100% ;
    height: 45px ;
    padding-left: 30px ;
    box-sizing: border-box ;
    display: flex ;
    align-items: center ;
    font-size: 14px ;
    color: #334155 ;
}

.Min_Nav .text_box a .icon {
    width: 18px ;
    margin-right: 6px ;
}

.Min_Nav .text_box a span {
    font-size: 14px ;
}


/*  英文版在线客服  */
#ey-mkf {
    position: fixed;
    right: 5px;
    top: 40%;
    transform: translateY(-50%);
    font-family: Arial,Helvetica,sans-serif;
    z-index: 9999
}

#ey-mkf * {
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.1
}

#ey-mkf li {
    position: relative ;
}

.ey-list {
    padding: 0;
    border: 1px solid #EEE;
    background-color: #FFF;
    max-width: 78px;
    border-radius: 4px;
    margin: 0
}

.ey-icon {
    display: inline-block;
    background: url(../images/ey-ico23.png)no-repeat;
    width: 28px;
    height: 28px;
    transform: scale(.8)
}

.ey-list>li {
    width: 100%;
    border-top: 1px solid #EEE;
    list-style: none;
    text-align: center;
    padding: 2px 0 4px;
    transition: all .2s ease-in-out
}

.ey-list>li>a>p {
    margin: 0;
    transform: scale(.9);
    text-transform: capitalize
}

.ey-list>li a {
    color: #555;
    text-decoration: none;
    display: block;
    padding: 0 2px
}

.ey-wechat-img {
    position: absolute;
    right: calc(100% - 1px);
    bottom: 0;
    width: 120px;
    text-align: center;
    padding: 10px 10px 6px;
    background-color: #FFF;
    border: 1px solid #EEE;
    border-radius: 4px;
    transform: scale(0);
    transform-origin: right bottom
}

.ey-wechat-img img {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.ey-wechat-img p {
    margin: 4px 0 0;
    transform: scale(.9);
    word-break: break-all
}

.ey-wechat-img em {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/ey-ico23.png)-76px -8px/99px no-repeat;
    vertical-align: middle;
    margin-right: 4px
}

.ey-list>li:hover .ey-wechat-img {
    transition: transform .4s;
    transform: scale(1)
}

.ey-list>li:hover,.ey-list>li:hover+li {
    border-color: transparent
}

.ey-email .ey-icon {
    background-position: -8px -6px
}

.ey-whatsapp .ey-icon {
    background-position: -52px -50px
}

.ey-skype .ey-icon {
    background-position: -52px -6px
}

.ey-wechat .ey-icon {
    background-position: -144px -10px
}

.ey-list li:hover a {
    color: #FFF
}

.ey-email:hover {
    background-color: #f90
}

.ey-whatsapp:hover {
    background-color: #2cb740
}

.ey-skype:hover {
    background-color: #0091df
}

.ey-wechat:hover {
    background-color: #51c332
}

.ey-email:hover .ey-icon {
    background-position: -96px -6px
}

.ey-whatsapp:hover .ey-icon {
    background-position: -52px -94px
}

.ey-skype:hover .ey-icon {
    background-position: -96px -50px
}

.ey-wechat:hover .ey-icon {
    background-position: -144px -62px
}

.ey-list>li:first-child {
    border-radius: 4px 4px 0 0;
    border: 0
}

.ey-list>li:last-child {
    border-radius: 0 0 4px 4px
}



@media (max-width:992px) {
    
    .Products_pages_xq .Pr_out_4 .list2{
        justify-content: space-between;
    }
    
    .Products_pages_xq .Pr_out_4 .list2 .img{
        width: 49% ;
        margin-right: 0px ;
        height: 2.6rem;
        background: #D3D3D3;
        margin-bottom: 0.2rem;
    }
    
    .Products_pages_xq .Pr_out_1 .out .left .swiper-button-next:after, .Products_pages_xq .Pr_out_1 .out .left .swiper-button-prev:after {
        font-size: 0.3rem ;
    }
    
    .Products_pages_xq .Pr_out_3 .out table td{
        font-size: 0.15rem ;
        width: auto !important;
    }
    
    
    .banner .text_box{
        left: 5% ;
        width: 35%;
    }
    
    .banner .text_box h5{
        font-size: 0.15rem ;
    }
    
    .banner .text_box p{
        display: none ;
    }
    
    .Products_pages_xq .Pr_out_2 .img_box{
        margin-top: 0.23rem ;
    }

    .min_navCan {
        display: flex ;
    }

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

    .nav {
        height: 0.85rem;
    }

    .public {
        padding: 0px 2%;
        box-sizing: border-box;
    }

    .nav .out .logo {
        height: 0.57rem;
        width: 1.3rem;
    }

    .banner .swiper {
        padding-bottom: 0px;
    }

    .banner .ceng_text {
        padding-top: 20vw;
    }

    /*.banner .image {*/
    /*    height: 70vh;*/
    /*}*/

    .banner .ceng_text .text h5 {
        font-size: 0.34rem;
    }

    .banner .ceng_text .text i {
        width: 0.65rem;
        height: 0.05rem;
        margin: 0.3rem auto 0.24rem auto;
    }

    .banner .ceng_text .text p {
        font-size: 0.16rem;
    }

    .banner .ceng_text .text {
        width: 80%;
    }

    .banner .ceng_text .text img {
        width: 100%;
        height: 4.5rem ;
        margin: 0.36rem auto auto auto;
        object-fit: contain ;
    }

    .banner .jiantou_box .swiper-button-prev {
        margin-right: 0.7rem;
    }

    .banner .jiantou_box .swiper-button-prev,
    .banner .jiantou_box .swiper-button-next {
        width: 0.61rem ;
        height: 0.61rem ;
        border: 0.02rem solid #929292;
    }

    .banner .jiantou_box .swiper-button-prev::after, .banner .jiantou_box .swiper-button-next::after {
        font-size: 0.15rem ;
    }

    .banner .jiantou_box {
        bottom: 0.8rem ;
    }

    .information {
        margin-top: 0.3rem ;
    }

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

    .information .out .box {
        width:100%;
        box-shadow: 0px 0.02rem 0.26rem 1px rgba(0, 0, 0, 0.22);
        height: 3.12rem ;
        padding: 0.43rem 0.41rem ;
        margin-bottom: 0.3rem ;
    }
    
    .information .out .box:last-child {
        margin-bottom: 0px ;
    }

    .information .out .box img {
        width: 0.21rem ;
        height: 0.3rem ;
    }

    .information .out .box h5 {
        font-size: 0.18rem ;
        margin: 0.2rem 0px 0.2rem 0px;
    }

    .information .out .box p {
        font-size: 0.15rem ;
        margin-bottom: 0.23rem ;
    }

    .information .out .box a {
        padding: 0.16rem 0.4rem ;
        font-size: 0.16rem ;
        border-radius: 0.3rem ;
    }

    .information .out .box h6 {
        font-size: 0.24rem ;
        margin-bottom: 0.41rem ;
    }

    .Hoem_product {
        margin-top: 1rem ;
    }

    .public_title h5 {
        font-size: 0.3rem ;
        text-align: center ;
    }

    .public_title i {
        width: 1.24rem ;
        height: 0.04rem ;
        margin-top: 0.35rem ;
    }

    .Hoem_product .out {
        margin-top: 0.8rem ;
    }

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

    .Hoem_product .out .box .img {
        height: 3.8rem ;
        box-shadow: 0px 0.02rem 0.2rem 1px rgba(0, 0, 0, 0.16);
        padding: 0.2rem 0px;
    }

    .Hoem_product .out .box .txt {
        padding: 0px 0.47rem ;
    }

    .Hoem_product .out .box .txt h5 {
        font-size: 0.18rem ;
        margin-top: 0.45rem ;
        margin-bottom: 0.15rem ;
    }

    .Hoem_product .out .box .txt p {
        font-size: 0.18rem ;
        margin-bottom: 0.23rem ;
    }

    .Hoem_product .out .box .txt span {
        width: 1.65rem ;
        height: 0.47rem ;
        font-size: 0.16rem ;
        border-radius: 0.26rem ;
    }

    .Advantage {
        margin-top: 1.6rem ;
    }

    .public_title p {
        font-size: 0.18rem ;
        margin-top: 0.42rem ;
    }

    .Advantage .out .box {
        width: 48%;
        margin-top: 0.62rem ;
    } 

    .Advantage .out .box .icon {
        width: 0.66rem ;
        height: 0.66rem ;
    }

    .Advantage .out .box .icon img {
        margin-bottom: 0.3rem ;
    }

    .Advantage .out .box h5 {
        font-size: 0.18rem ;
        margin-bottom: 0.2rem ;
    }

    .Advantage .out .box p {
        font-size: 0.16rem ;
    }

    .Why_choose {
        padding: 1rem 0px 0.8rem 0px;
        margin-top: 1.25rem ;
    }

    .Why_choose .out {
        flex-wrap: wrap ;
    }
    
    .Why_choose .out .left {
        width: 100% ;
    }

    .Why_choose .out .left .list {
        margin-top: 0.37rem ;
    }

    .Why_choose .out .left .list .item{
        margin-bottom: 0.22rem ;
    }

    .Why_choose .out .left .list .item .icon {
        width: 0.25rem ;
        height: 0.25rem ;
        margin-top: 0.2rem ;
    }

    .Why_choose .out .left .list .item .text h5 {
        font-size: 0.18rem ;
        margin-bottom: 0.12rem ;
    }

    .Why_choose .out .left .list .item .text p {
        font-size: 0.16rem ;
    }

    .Why_choose .out .right {
        width: 100% ;
        padding-top: 0.6rem ;
    }

    .Why_choose .out .right h5 {
        font-size: 0.19rem ;
        margin-bottom: 0.29rem ;
    }

    .Why_choose .out .right .box{
        margin-bottom: 0.2rem ;
    }

    .Why_choose .out .right form span {
        font-size: 0.13rem ;
    }
    .Why_choose .out .right .box input {
        height: 0.7rem ;
        border-radius: 0.05rem ;
        padding: 0.1rem ;
    }

    .Why_choose .out .right button {
        width: 1.35rem ;
        height: 0.47rem ;
        font-size: 0.16rem ;
        border-radius: 0.26rem ;
    }

    .Our_Customer {
        margin-top: 1rem ;
    }

    .Our_Customer .out .box {
        width: 100%;
        margin-top: 0.65rem ;
    } 

    .Our_Customer .out .box .title .icon {
        width: 0.5rem ;
        height: 0.5rem ;
    }

    .Our_Customer .out .box .title h5 {
        width: calc(100% - 0.7rem);
        font-size: 0.16rem ;
    }

    .Our_Customer .out .box p {
        font-size: 0.16rem ;
        margin-top: 0.22rem ;
    }

    .NEWS {
        margin-top: 1.3rem ;
    }

    .NEWS .out {
        margin-top: 0.5rem ;
        justify-content: space-between ;
    }

    .NEWS .out .box {
        width: 48%;
        margin-right: 0%;
        margin-bottom: 0.26rem ;
    }

    .NEWS .out .box .img {
        height: 3rem ;
    }

    .NEWS .out .box .text {
        padding: 0.27rem 0.3rem 0.35rem 0.1rem;
        box-sizing: border-box;
    }

    .NEWS .out .box .text h5 {
        font-size: 0.14rem ;
        margin-bottom: 0.18rem ;
    }

    .NEWS .out .box .text .tiem_box {
        margin-bottom: 0.28rem ;
    }

    .NEWS .out .box .text .tiem_box span{
        font-size: 0.15rem ;
    }

    .NEWS .out .box .text .tiem_box span:nth-child(1) {
        margin-right: 0.5rem ;
    }

    .NEWS .out .box .text p {
        font-size: 0.14rem ;
    }

    .NEWS .out .box .text .btn {
        width: 1.39rem ;
        height: 0.47rem ;
        border-radius: 0.24rem ;
        font-size: 0.16rem ;
        margin-top: 0.27rem ;
    }

    .Honor {
        margin-top: 1rem ;
    }

    .Honor .swiper-slide img {
        width: 80% ;
    }

    .Honor .swiper-button-next, .Honor .swiper-button-prev {
        width: 0.5rem ;
        height: 0.5rem ;
    }

    .Honor .swiper-button-next::after, .Honor .swiper-button-prev::after {
        font-size: 0.16rem ;
    }

    .streamer {
        padding: 1.56rem 0px 1.09rem 0px;
        margin-top: 1.24rem ;
    }

    .streamer .out span {
        font-size: 0.16rem ;
    }

    .streamer .out h5 {
        font-size: 0.29rem ;
        margin-top: 0.25rem ;
    }

    .streamer .out i {
        width: 0.74rem ;
        height: 0.04rem ;
        margin: 0.38rem auto 0.47rem auto;
    }

    .streamer .out a {
        width: 1.4rem ;
        height: 0.47rem ;
        font-size: 0.16rem;
        margin: 0.23rem auto auto auto;
    }

    .Footer {
        padding-top: 0.65rem ;
    }

    .Footer .out{
        padding-bottom: 0.38rem ;
        flex-wrap: wrap ;
    }

    .Footer .out .left {
        width: 100% ;
    }

    .Footer .out .conter {
        width: 40% ;
        margin-top: 0.3rem ;
    }

    .Footer .out .right {
        width: 50% ;
        display: none ;
    }

    .Footer .out .left .box img {
        height: 0.33rem ;
        width: 0.42rem ;
        margin-right: 0.44rem ;
    } 

    .Footer .out .left .box h5 {
        font-size: 0.17rem ;
    }

    .Footer .out .left .box {
        margin-bottom: 0.4rem ;
    }

    .Footer .out .conter .box {
        width: 1.3rem ;
    }

    .Footer .out .conter .box img {
        width: 1.3rem ;
        height: 1.3rem ;
        margin-bottom: 0.28rem ;
    }

    .Footer .out .conter .box span {
        font-size: 0.14rem ;
    }

    .copyright {
        height: 0.45rem ;
    }

    .copyright p {
        font-size: 0.14rem ;
    }

    .copyright a {
        font-size: 0.14rem ;
        right: 2% ;
    }

    .banner_pages .text .out h5 {
        font-size: 0.34rem ;
    }

    .banner_pages .text .out i {
        width: 0.65rem ;
        height: 0.05rem ;
        margin-top: 0.29rem ;
        margin-bottom: 0.47rem ;
    }

    .banner_pages .text .out p{
        font-size: 0.16rem ;
    }

    .banner_pages .text{
        padding-top: 0.85rem ;
        display: none ;
    }

    .banner_pages img {
        /*height: 4rem ;*/
    }

    .banner_pages .text .out p {
        width: 100% ;
    }

    .Customer .title_relation {
        padding: 1rem 0px 1.5rem 0px;
        margin-top: 1.33rem ;
    }

    .Customer .title_relation h5 {
        font-size: 0.24rem ;
    }

    .Customer .title_relation a {
        width: 1.46rem ;
        height: 0.47rem ;
        font-size: 0.16rem ;
        margin-top: 0.3rem ;
    }

    .Customer .Customer_out .out .left h5 {
        font-size: 0.16rem ;
        margin-bottom: 0.2rem ;
    }

    .Customer .Customer_out .out .left p {
        font-size: 0.16rem ;
    }

    .Customer .Customer_out .out .left {
        padding: 0.5rem  0.28rem 0.5rem 0.48rem;
        width: 100% ;
    }

    .Customer .Customer_out .out .left a {
        width: 1.85rem ;
        height: 0.47rem ;
        border-radius: 0.24rem ;
        font-size: 0.16rem ;
        margin-top: 0.7rem ;
    }

    .Customer .Customer_out .out {
        height: auto ;
    }

    .Customer .Customer_out .out .right {
        width: 100% ;
    }

    .Customer .Customer_out .out .right .box {
        padding: 0.29rem ;
        border-left: 1px solid #EFEFEF ;
    }

    .Customer .Customer_out .out .right .box h5 {
        font-size: 0.16rem ;
    }

    .Customer .Customer_out .out .right .box p {
        font-size: 0.14rem ;
        margin-top: 0.15rem ;
    }

    .Base_Plant {
        margin-top: 0.58rem ;
    }

    .Base_Plant .title {
        font-size: 0.28rem ;
    }

    .Base_Plant .out {
        margin-top: 0.3rem ;
        padding: 0.54rem 0px 0.65rem  0px;
    }

    .Base_Plant .out .box {
        margin-bottom: 1rem ;
    }

    .Base_Plant .out .box .left {
        width: 100% ;
        margin-bottom: 0.3rem ;
    }

    .Base_Plant .out .box .right {
        width: 100%;
        padding: 0px 0.4rem 0px 0.7rem ;
    }

    .Base_Plant .out .box .right h5 {
        font-size: 0.16rem ;
        margin-bottom: 0.3rem ;
    }

    .Base_Plant .out .box .right p {
        font-size: 0.16rem ;
    }

    .Call_Action {
        padding: 1.28rem 0px 1.07rem 0px;
        margin-top: 0.7rem ;
    }

    .Call_Action .out .left {
        width: 100% ;
    }

    .Call_Action .out a {
        width: 1.6rem ;
        height: 0.47rem ;
        font-size: 0.16rem ;
        margin-top: 0.3rem ;
    }

    .Call_Action .out .left h5 {
        font-size: 0.16rem ;
        margin-bottom: 0.35rem ;
    }

    .Call_Action .out .left p {
        font-size: 0.16rem ;
    }

    .Base_Plant2 {
        margin-top: 0.3rem ;
    }

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

    .Base_Plant2 .out .left {
        width: 100% ;
    }

    .Base_Plant2 .out .left h5 {
        font-size: 0.28rem ;
        margin-bottom: 0.45rem ;
    }

    .Base_Plant2 .out .left .text {
        padding-left: 0.24rem ;
    }

    .Base_Plant2 .out .left p {
        font-size: 0.16rem ;
        margin-bottom: 0.2rem ;
    }

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

    .History {
        margin-top: 0.82rem ;
    }

    .History h5 {
        font-size: 0.28rem ;
        margin-bottom: 0.46rem ;
    } 

    .uagb-timeline__events-inner--content {
        padding: 0.2rem 0.25rem ;
        box-sizing: border-box;
    }
    
    .uagb-block-0991a8c6.uagb-timeline__outer-wrap .uagb-timeline__heading {
        margin-bottom: 0.1rem ;
        font-size: 0.15rem 
    }

    .wp-block-uagb-content-timeline .wp-block-uagb-content-timeline-child .uagb-timeline__events-inner--content p.uagb-timeline-desc-content {
        font-size: 0.15rem ;
    }

    .uagb-block-0991a8c6.uagb-timeline__outer-wrap .uagb-timeline__date-new {
        font-size: 0.15rem ;
    }

    .History2 {
        margin-top: 0.8rem ;
        margin-bottom: 1.1rem ;
    }

    .History2 .title {
        font-size: 0.28rem ;
        margin-bottom: 0.58rem ;
    }

    .History2 .swiper-button-next, .History2 .swiper-button-prev {
        width: 0.5rem ;
        height: 0.5rem ;
    }

    .History2 .swiper-button-next::after, .History2 .swiper-button-prev::after {
        font-size: 0.16rem ;
    }

    .Products_pages {
        margin: 0.84rem 0px 0.64rem 0px;
    }

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

    .Products_pages .out .left {
        width: 100% ;
    }

    .Products_pages .out .left .title {
        height: 0.39rem ;
        font-size: 0.26rem ;
    }

    .Products_pages .out .left .box a {
        padding: 0.15rem 0.1rem ;
        font-size: 0.16rem ;
    }

    .Products_pages .out .left h6 {
        font-size: 0.28rem ;
        margin-bottom: 0.27rem ;
    }

    .Products_pages .out .left .list .item {
        margin-bottom: 0.19rem ;
    }

    .Products_pages .out .left .list .item img {
        width: 0.14rem ;
        height: 0.17rem ;
        margin-right: 0.14rem ;
    }

    .Products_pages .out .left .list .item span {
        font-size: 0.16rem ;
    }

    .Products_pages .out .left .list .P_item p {
        font-size: 0.18rem ;
    }

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

    .Products_pages .out .right .box a {
        padding: 0.3rem 0px ;
    }

    .Products_pages .out .right .box a .img {
        width: 1.33rem ;
        height: 0.95rem ;
    }

    .Products_pages .out .right .box a .text {
        width: calc(100% - 1.6rem );
    }

    .Products_pages .out .right .box a .text h5 {
        font-size: 0.18rem ;
        margin-bottom: 0.15rem ;
    }

    .Products_pages .out .right .box a .text p {
        font-size: 0.16rem ;
    }

    .Service_pages {
        margin: 1.1rem  0px 1.3rem  0px;
    }

    .Service_pages .out .box  {
        margin-top: 0.3rem ;
    }

    .Service_pages .public_title {
        width: 100% ;
    }

    .Service_pages .out .box .left {
        width: 100% ;
        padding-right: 0%;
    }

    .Service_pages .out .box .left h5 {
        font-size: 0.16rem ;
        margin-bottom: 0.18rem ;
    }

    .Service_pages .out .box .left p {
        font-size: 0.16rem ;
    }

    .Service_pages .out .box .right {
        width: 100% ;
        margin-top: 0.3rem ;
    }

    .NEWS_pages {
        margin-bottom: 1rem ;
        margin-top: 0px ;
    }

    .Contact_pages {
        margin-top: 1.2rem ;
        margin-bottom: 1.09rem ;
    }

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

    .Contact_pages .out .left {
        width: 100% ;
        height: auto ;
        padding: 0.39rem  0.35rem ;
    }

    .Contact_pages .out .left h5 {
        font-size: 0.19rem ;
        margin-bottom: 0.25rem ;
    }

    .Contact_pages .out .left form .box {
        margin-bottom: 0.25rem ;
    }

    .Contact_pages .out .left form span {
        font-size: 0.15rem ;
    }

    .Contact_pages .out .left form input {
        border-radius: 0.05rem ;
        height: 0.6rem ;
        padding: 0px 0.15rem ;
    }

    .Contact_pages .out .left form button {
        width: 1.35rem ;
        height: 0.47rem ;
        margin-top: 0.18rem ;
        border-radius: 0.4rem ;
        font-size: 0.16rem ;
    }

    .Contact_pages .out .right{
        width: 100% ;
        padding-top: 0.33rem ;
    }

    .Contact_pages .out .right .box img {
        width: 0.24rem ;
        height: 0.32rem ;
        margin-bottom: 0.17rem ;
    }

    .Contact_pages .out .right .box h5 {
        font-size: 0.2rem ;
        margin-bottom: 0.15rem ;
    }

    .Contact_pages .out .right .box p {
        font-size: 0.16rem ;
    }

    .Contact_pages .out .right .box span {
        margin-top: 0.28rem ;
        font-size: 0.16rem ;
    }

    .News_xq_pages {
        margin-top: 0.5rem ;
    }

    .News_xq_pages .nR_out {
        padding: 0.47rem 0.45rem ;
    }

    .News_xq_pages .nR_out .title h5 {
        font-size: 0.3rem ;
        margin-bottom: 0.18rem ;
    }

    .News_xq_pages .nR_out .title span {
        font-size: 0.13rem ;
    }

    .News_xq_pages .nR_out .text {
        margin-top: 0.43rem ;
    }

    .News_xq_pages .nR_out .text span {
        font-size: 0.14rem ;
    }

    .News_xq_pages .nR_out .text h5 {
        font-size: 0.2rem ;
        margin-bottom: 0.16rem ;
    }

    .News_xq_pages .nR_out .text p {
        font-size: 0.16rem ;
    }

    .but_News_xq {
        margin-top: 0.5rem ;
        padding: 0px 3% ;
        box-sizing: border-box ;
    }

    .but_News_xq a span {
        font-size: 0.16rem ;
    }

    .but_News_xq a span svg {
        height: 0.14rem ;
        width: 0.14rem ;
        margin-right: 0.05rem ;
    }

    .but_News_xq a p {
        font-size: 0.14rem ;
        margin-top: 0.06rem ;
    }

    .Leave_Comment {
        padding: 0.47rem  0.45rem ;
        margin-top: 0.5rem ;
        margin-bottom: 0.8rem ;
    }

    .Leave_Comment h5 {
        font-size: 0.2rem ;
        margin-bottom: 0.2rem ;
    }

    .Leave_Comment p {
        font-size: 0.16rem ;
    }

    .Leave_Comment form {
        margin-top: 0.2rem ;
    }

    .Leave_Comment form textarea {
        height: 2.3rem ;
        padding: 0.12rem 0.16rem;
        font-size: 0.15rem ;
    }

    .Leave_Comment form .box {
        margin: 0.3rem 0px;
        flex-wrap: wrap ;
    }

    .Leave_Comment form .box input {
        width: 100%;
        height: 0.5rem ;
        padding: 0.12rem  0.16rem ;
        font-size: 0.15rem ;
        margin-bottom: 0.3rem ;
    }

    .Leave_Comment form .G_input input {
        width: 0.13rem ;
        height: 0.13rem ;
        margin-right: 0.1rem ;
    }
    .Leave_Comment form .G_input  span {
        font-size: 0.15rem ;
    }

    .Leave_Comment form button {
        width: 1.67rem ;
        height: 0.5rem ;
        margin-top: 0.3rem ;
        font-size: 0.16rem ;
    }

    .Products_pages_xq {
        margin-top: 0.5rem ;
    }
    
    .Products_pages_xq .Pr_out_1 .title {
        font-size: 0.28rem ;
        margin-bottom: 0.27rem ;
    }

    .Products_pages_xq .Pr_out_1 .out {
        flex-wrap: wrap ;
    }

    .Products_pages_xq .Pr_out_1 .out .left {
        width: 100%;
        height: 4.6rem;
    } 

    .Products_pages_xq .Pr_out_1 .out .right {
        width: 100% ;
        margin-top: 0.3rem ;
    }

    .Products_pages_xq .Pr_out_1 .out .right h5 {
        font-size: 0.2rem ;
        margin-bottom: 0.3rem ;
    } 

    .Products_pages_xq .Pr_out_1 .out .right .text p {
        font-size: 0.16rem ;
        margin-bottom: 0.36rem ;
    }

    .Products_pages_xq .Pr_out_2 {
        margin-top: 1.03rem ;
    }

    .Products_pages_xq .Pr_out_2 h5 {
        font-size: 0.22rem ;
        margin-bottom: 0.23rem ;
    }

    .Products_pages_xq .Pr_out_2 p{
        font-size: 0.16rem ;
    }

    .Products_pages_xq .Pr_out_2 img{
        margin-top: 0.23rem ;
    }

    .Products_pages_xq .Pr_out_3 {
        margin-top: 1.3rem ;
    }

    .Products_pages_xq .Pr_out_3 .titel {
        font-size: 0.22rem ;
        margin-bottom: 0.55rem ;
    }

    .Products_pages_xq .Pr_out_3 .out {
        flex-wrap: wrap ;
    }

    .Products_pages_xq .Pr_out_3 .out .left {
        width: 100% ;
    }

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

    .Products_pages_xq .Pr_out_3 .out .left .swiper-slide {
        height: 5rem ;
        padding: 0.1rem ;
    }

    .Products_pages_xq .Pr_out_4 {
        margin-top: 0.6rem ;
    }

    .Products_pages_xq .Pr_out_4 h5 {
        font-size: 0.28rem ;
    }

    .Products_pages_xq .Pr_out_4 .out {
        margin-top: 0.5rem ;
        justify-content: space-between ;
    }

    .Products_pages_xq .Pr_out_4 .out .box {
        width: 48%;
        background: #D4D4D4;
        height: 4rem;
        position: relative;
        margin-right: 0px;
        margin-bottom: 0.25rem;
    }

    .Products_pages_xq .Pr_out_4 .out .box a {
        padding: 0.15rem 0.27rem ;
    }

    .Products_pages_xq .Pr_out_4 .out .box .logo {
        width: 0.58rem ;
        height: 0.26rem ;
        margin-bottom: 0.23rem ;
    }

    .Products_pages_xq .Pr_out_4 .out .box .img{
        height: 3.4rem ;
    }

    .Products_pages_xq .Pr_out_5 {
        margin-top: 0.66rem ;
    }

    .Products_pages_xq .Pr_out_5 .title {
        font-size: 0.28rem ;
        margin-bottom: 0.44rem ;
    }

    .Products_pages_xq .Pr_out_5 .out .box {
        width: 100% ;
        margin-bottom: 0.3rem ;
    }

    .Products_pages_xq .Pr_out_5 .out .box h5 {
        font-size: 0.2rem ;
        margin-bottom: 0.16rem ;
    } 

    .Products_pages_xq .Pr_out_5 .out .box p {
        font-size: 0.16rem;
        margin-bottom: 0.24rem ;
    }

    .Products_pages_xq .Pr_out_5 .out2 .box {
        width: 50%;
        padding: 0.49rem 0.65rem ;
    }

    .Products_pages_xq .Pr_out_5 .out2 .box h5 {
        font-size: 0.18rem ;
        margin-bottom: 0.22rem ;
    }

    .Products_pages_xq .Pr_out_5 .out2 .box p {
        font-size: 0.16rem ;
    }
    
    .wp-block-table td, .wp-block-table th {
    font-size: 0.15rem ;
    height: auto ;
}

}

@media (min-width:993px) and (max-width:1320px){
    .banner .text_box p{
        display: none ;
    }
    
    .banner .text_box h5 {
        font-size: 0.2rem;
        line-height: 1.6em;
    }
    
    .nav .out .right ul li .title a{
        font-size: 14px ;
    }
    
    .nav .out .right ul li .title {
      padding: 0px 7px ;
    }
    
    .banner .text_box{
        left: 5% ;
        width: 35% ;
    }
}

@media (min-width:993px) and (max-width:1920px) {
    /*.banner .image {*/
    /*    height: 809px ;*/
    /*}*/

    .banner .ceng_text {
        padding-top: 200px ;
    }

}

@media (min-width:470px) and (max-width:992px) {
    .banner .ceng_text {
       padding-top: 100px ;
    }

    .banner .swiper {
        margin-bottom: 40px ;
    }

    /*.banner .image {*/
    /*    height: 809px ;*/
    /*}*/
}

@media (min-width:993px) and (max-width:1200px) {
    .public {
        padding: 0px 3% ;
        box-sizing: border-box ;
    }

    .Language {
        margin-left: 30px ;
    }



}