* {
    margin: 0px;
    padding: 0px;
}

ul,
ol {
    list-style: none;
}

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

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

html {
    transition: font-size 0.3s ease;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 10px;
}

:root {
    --font-size: 2rem;
}

body {
    font-size: 1.5rem;
}

.container {
    width: 90%;
    max-width: 120rem;
    height: 100%;
    margin: 0 auto;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.Tap_Logo {
    width: 100%;
    height: 10rem;
    background: url(../images/topBg.jpg) no-repeat center/cover;
    position: relative;
}

.Tap_Logo .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Tap_Logo .left {
    display: flex;
    align-items: center;
}

.Tap_Logo .left .logo {
    width: 23.5rem;
    height: 7.7rem;
    display: block;
    margin-right: 2rem;
}

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

.Tap_Logo .left .txt {
    border-left: 0.1rem #8f8f8f dotted;
    padding: 1.2rem 2rem 1rem;
}

.Tap_Logo .left .txt h2 {
    line-height: 3rem;
    font-size: 1.8rem;
    color: #23438b;
}

.Tap_Logo .left .txt h3 {
    color: #ff2a00;
    font-size: 1.8rem;
    font-weight: 400;
}

.Tap_Logo .right {
    display: flex;
    align-items: center;
}

.Tap_Logo .right .icon {
    width: 4.1rem;
    height: 4.6rem;
    display: block;
    object-fit: contain;
    margin-right: 1.4rem;
}

.Tap_Logo .right .item {
    display: flex;
    align-items: center;
}

.Tap_Logo .right .item span {
    font-size: 1.6rem;
    color: #333;
    display: block;
}

.Tap_Logo .right .item b {
    font-size: 2.4rem;
    color: #d0111b;
}

.nav {
    width: 100%;
    height: 5rem;
    background: url(../images/navBg.jpg) no-repeat center/cover;
}

.nav ul {
    width: 100%;
    display: flex;
    height: 100%;
}

.nav ul li {
    height: 100%;
    flex: 1 0 auto;
    position: relative;
}

.nav ul li .title {
    padding: 0px 4rem;
    box-sizing: border-box;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 400;
    height: 100%;
}

.nav ul li:hover .title {
    background: #23438b;
    color: #FFF;
}

.nav ul li .nav_list {
    width: 100% ;
    min-width: 17rem ;
    left: 50% ;
    transform: translateX(-50%);
    position: absolute ;
    z-index: 100 ;
    background: #FFF ;
    box-shadow: 0px 0.5rem 1rem 0.1rem #00000030 ;
    display: none ;
}

.nav ul li .nav_list a {
    width: 100% ;
    background: url(../images/navBg.jpg) no-repeat center / cover;
    display: block ;
    text-align: center ;
    height: 5rem ;
    display: flex ;
    align-items: center ;
    justify-content: center ;
}

.nav ul li .nav_list a:hover {
    background: #23438b ;
    color: #FFF ;
}

.banner_swiper {
    width: 100%;
}

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

.banner_swiper .swiper-pagination-bullet {
    width: 6rem ;
    height: 0.6rem ;
    background: #FFF ;
    opacity: 1 ;
    border-radius: 0px ;
}

.banner_swiper .swiper-pagination-bullet-active {
    background: #23438b;
}

.Product {
    width: 100%;
    padding: 2.2rem 0px 3.4rem;
    background: url(../images/proBg.jpg) no-repeat center/cover;
}

.Product .search {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Product .search .left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.Product .search .left b {
    font-size: 1.6rem;
    color: #333;
    font-weight: 500;
}

.Product .search .left a {
    font-size: 1.4rem;
    color: #666;
    display: block;
    margin-right: 2rem;
}

.Product .search form {
    display: flex;
    align-items: center;
    height: 2.8rem;
}

.Product .search form input {
    width: 20rem;
    height: 100%;
    background: #FFF;
    padding: 0px 1rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 1.2rem;
    color: #333;
    border-radius: 2rem 0px 0px 2rem;
}

.Product .search form input::placeholder {
    font-weight: 400;
    font-size: 1.2rem;
    color: #666;
    font-family: inherit;
}

.Product .search form button {
    width: 5rem;
    height: 100%;
    background: #23438b;
    color: #FFF;
    font-size: 1.3rem;
    font-weight: 400;
    border: none;
    border-radius: 0px 2rem 2rem 0px;
    cursor: pointer;
}

.Product_out {
    width: 100%;
    margin-top: 2.6rem;
}

.Product_out .out {
    margin-top: 3.8rem;
    gap: 3rem 2.2%;
    display: flex;
    flex-wrap: wrap;
}

.Home_title {
    font-size: 3.4rem;
    color: #333;
    text-align: center;
    font-weight: 500;
}

.Home_title span {
    font-size: inherit;
    color: #006BAF;
    font-weight: inherit;
}

.Product_out .out .box {
    width: 23.334%;
    display: block;
}

.Product_out .out .box .img {
    width: 100%;
    height: 21rem;
}

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

.Product_out .out .box .text {
    width: 100%;
    background: #FFF;
    padding: 2.4rem 1.8rem;
    box-sizing: border-box;
}

.Product_out .out .box .text .txt {
    width: 100%;
    background: url(../images/proTitle.png) no-repeat center/ 100% 100%;
    padding: 2.8rem 0px 2.7rem;
    box-sizing: border-box;
    text-align: center;
}

.Product_out .out .box .text .txt h3 {
    font-size: 2.2rem;
    color: #006BAF;
    line-height: 2.2rem;
    margin-bottom: 0.7rem;
}

.Product_out .out .box .text .txt h4 {
    color: #333;
    font-size: 1.8rem;
    line-height: 1.8rem;
}

.Product_out .Moer {
    display: block;
    width: 14.4rem;
    padding-left: 5.6rem;
    margin: 0 auto;
    line-height: 4.4rem;
    color: #fff;
    font-size: 1.8rem;
    background: #006baf;
    border-radius: 0.6rem;
    font-weight: bold;
    position: relative;
    margin-top: 3.5rem;
}

.Product_out .Moer img {
    position: absolute;
    width: 3.8rem;
    height: 3rem;
    display: block;
    top: 1.2rem;
    right: 3.3rem;
}

.Product_HOT {
    padding: 4rem 0px;
    background: #FFF;
}

.Product_HOT .button_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 4rem;
    margin-bottom: 3rem;
}

.Product_HOT .button_list a {
    width: 12rem;
    height: 3.6rem;
    border-radius: 0.6rem;
    background: #ccc;
    font-size: 1.8rem;
    color: #333;
    text-align: center;
    line-height: 3.6rem;
    display: block;
}

.Product_HOT .button_list a.active {
    background: #006BAF;
    color: #FFF;
}

.Product_HOT .Product_HOT_swiper {
    width: 100%;
}

.Product_HOT .Product_HOT_swiper .swiper-slide {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 2%;
}

.Product_HOT .Product_HOT_swiper .swiper-slide .box {
    width: 32%;
    border: 0.3rem #ccc solid;
    padding: 1.7rem 1.7rem 0px 1.7rem;
    box-sizing: border-box;
}

.Product_HOT .Product_HOT_swiper .swiper-slide .box .img {
    width: 100%;
    height: 20.4rem;
}

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

.Product_HOT .Product_HOT_swiper .swiper-slide .box .text {
    width: 100%;
    text-align: center;
    line-height: 4.2rem;
    height: 4.2rem;
    text-align: center;
    font-size: 1.8rem;
    overflow: hidden;
}

.Product_HOT .Product_HOT_swiper .swiper-slide .box:hover {
    border: 0.3rem #23438b solid;
}

.Why_Select {
    width: 100%;
    padding: 4rem 0px 3.2rem 0px;
    box-sizing: border-box;
    background: url(../images/advBg.jpg) no-repeat center/cover;
    box-sizing: border-box;
}

.Why_Select .Home_title {
    color: #d0111b;
}

.Why_Select .out {
    margin-top: 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Why_Select .out .box {
    width: 20%;
    padding: 0px 1.5rem;
    box-sizing: border-box;
    position: relative;
}

.Why_Select .out .box .icon {
    display: block;
    width: 13.2rem;
    height: 12.4rem;
    margin: 0 auto 1.6rem;
}

.Why_Select .out .box .title {
    width: 100%;
    text-align: center;
}

.Why_Select .out .box>div {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.Why_Select .out .box .title h3 {
    line-height: 4rem;
    color: #333;
    font-size: 2.2rem;
}

.Why_Select .out .box .title p {
    font-size: 1.8rem;
    color: #666;
}

.Why_Select .out .box .text {
    width: 100%;
    position: absolute;
    height: 100%;
    background: #006BAF;
    padding: 4rem 1rem 0px;
    box-sizing: border-box;
    top: 0px;
    left: 0px;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    line-height: 3rem;
    transform: translateY(100%);
    transition: 0.5s ease;
}


.Why_Select .out .box:hover .text {
    transform: translateY(0px);
}

.Common_Select {
    padding: 4rem 0px;
    box-sizing: border-box;
}

.Common_Select .scroll_list {
    width: 100%;
    margin-top: 4rem;
}

.Common_Select .scroll_list #demo3 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    will-change: transform;
    /* 提前告知浏览器变化 */
    align-items: center;
    backface-visibility: hidden;
    /* 隐藏背面 */
}

.Common_Select .scroll_list #demo3 #demo5 {
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex: none;
}

.Common_Select .scroll_list #demo3 #demo4 {
    display: flex;
    flex: none;
    align-items: center;
}

.Common_Select .scroll_list #demo3 .img {
    width: 100%;
    height: 19.5rem;
    overflow: hidden;
}

.Common_Select .scroll_list #demo3 img {
    width: 100%;
    height: 100%;
    flex: none;
    display: block;
    object-fit: cover;
    border: 0.1rem solid #33333333;
}

.Common_Select .scroll_list #demo3 a {
    width: 22rem;
    margin: 0px 1rem;
}

.Common_Select .scroll_list #demo3 a .title {
    width: 100%;
    height: 11rem;
    background: #E4E6E9;
    color: #1272AF;
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.News {
    width: 100%;
    background: url(../images/newsBg.jpg) no-repeat center/cover;
    padding: 4rem 0px 2.6rem 0px;
}

.News .out {
    width: 100%;
    height: 48.4rem;
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
}

.News .out .left {
    width: 41.667%;
}

.News .out .left a {
    background: #FFF;
    padding: 2rem;
    box-sizing: border-box;
    width: 100%;
    display: block;
    height: 100%;
}

.News .out .left .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.News .out .left .title h3 {
    font-size: 1.8rem;
    color: #333;
    font-weight: 400;
    white-space: nowrap;
    /* 禁止换行 */
    overflow: hidden;
    /* 隐藏溢出内容 */
    text-overflow: ellipsis;
    /* 显示省略号 */
}

.News .out .left a:hover .title  h3 {
    color: #006baf ;
}

.News .out .left .title img {
    width: 1.4rem;
    height: 2rem;
    display: block;
}

.News .out .left .img {
    width: 100%;
    height: 27.6rem;
    display: block;
    overflow: hidden;
    margin: 2rem 0px;
}

.News .out .left .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.5s ease ;
}

.News .out .left a:hover .img img {
    transform: scale(1.1);
}

.News .out .left .text {
    width: 100%;
}

.News .out .left .text span {
    font-size: 1.4rem;
    margin-top: 1rem;
    color: #999;
}

.News .out .left .text p {
    font-size: 1.4rem;
    color: #666;
    font-weight: 400;
    line-height: 1.7em;
    margin-top: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;    /* 限制显示行数 */
  overflow: hidden;
    /* 限制显示行数 */
}

.News .out .right {
    width: 55.834%;
}

.News .out .right .box {
    width: 100%;
    background: #FFF;
    height: 14.8rem;
    margin-bottom: 2rem;
}

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

.News .out .right .box a {
    width: 100%;
    background: #FFF;
    padding: 2rem;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.News .out .right .box .img {
    width: 18rem;
    height: 10.8rem;
    overflow: hidden;
}

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

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

.News .out .right .box .text {
    width: calc(100% - 18rem);
    padding-left: 3rem;
    box-sizing: border-box;
}

.News .out .right .box .text h3 {
    width: 100%;
    font-size: 1.8rem;
    color: #333;
    line-height: 4rem;
    height: 4rem;
    font-weight: 400;
    white-space: nowrap;
    /* 禁止换行 */
    overflow: hidden;
    /* 隐藏溢出内容 */
    text-overflow: ellipsis;
    /* 显示省略号 */
    margin-bottom: 1rem;
}

.News .out .right .box:hover .text h3 {
    color: #23438b ;
}

.News .out .right .box .text p {
    font-size: 1.4rem;
    color: #666;
    font-weight: 400;
    line-height: 1.6em;
    
      display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;    /* 限制显示行数 */
  overflow: hidden;
    
}

.News .Moer {
    margin: 0 auto;
    width: 20rem;
    line-height: 4.4rem;
    text-align: center;
    margin-top: 4rem;
    font-size: 1.6rem;
    color: #333;
    background: url(../images/newsMore.png) no-repeat center/cover;
    display: block;
    font-weight: 500;
}

.Honorary_Qualifications {
    padding: 4rem 0px 2rem 0px;
    box-sizing: border-box;
}

.Honorary_Qualifications .scroll_list {
    width: 100%;
    margin-top: 4rem;
}

.Honorary_Qualifications .scroll_list #Home3 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    will-change: transform;
    /* 提前告知浏览器变化 */
    align-items: center;
    backface-visibility: hidden;
    /* 隐藏背面 */
}

.Honorary_Qualifications .scroll_list #Home3 #Home5 {
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex: none;
}

.Honorary_Qualifications .scroll_list #Home3 #Home4 {
    display: flex;
    flex: none;
    align-items: center;
}

.Honorary_Qualifications .scroll_list #Home3 .img {
    width: 100%;
    height: 20.4rem;
    overflow: hidden;
}

.Honorary_Qualifications .scroll_list #Home3 img {
    width: 100%;
    height: 100%;
    flex: none;
    display: block;
    object-fit: cover;
    border: 0.1rem solid #33333333;
}

.Honorary_Qualifications .scroll_list #Home3 a {
    width: 28rem;
    margin: 0px 1rem;
    border: 0.3rem solid #ccc;
    box-sizing: border-box;
}

.Honorary_Qualifications .scroll_list #Home3 a:hover {
    border: 0.3rem solid #1272AF;
}

.linkBox {
    width: 100%;
    background: url(../images/linkBg.jpg) no-repeat center/cover;
    padding: 3rem 0px 1rem 0px;
    box-sizing: border-box;
}

.linkBox .title {
    font-size: 2.4rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 1rem;
}

.linkBox .title b {
    color: #006BAF;
    font-size: inherit;
    font-weight: inherit;
}

.linkBox .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem;
}

.linkBox .list a {
    color: #666;
    font-size: 1.6rem;
    display: block;
    font-weight: 400;
}

.linkBox .list a:hover {
    text-decoration: underline;
}

#footer {
    width: 100%;
    background: url(../images/fBg.jpg) no-repeat center/cover;
    padding: 2.4rem 0px;
}

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

#footer .out .box {
    display: flex;
    width: calc(94% - 12.6rem);
}

#footer .out .logo {
    width: 15.4rem;
    height: 13.6rem;
    margin: 0px 4.6rem;
}

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

#footer .out .text_out {
    width: calc(100% - 15.4rem);
    padding-left: 5rem;
    box-sizing: border-box;
    border-left: 0.1rem #666 dashed;
}

#footer .out .text_out ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 1rem 3.6rem;
    line-height: 2.6rem;
    padding-bottom: 0.9rem;
    border-bottom: 0.1rem #666 solid;
    overflow: hidden;
}

#footer .out .text_out ul li {
    font-size: 1.4rem;
    color: #222;
}

#footer .out .text_out ul li a {
    font-size: 1.4rem;
    color: #222;
}

#footer .out .text_out ul li a:hover {
    text-decoration: underline;
}

#footer .out .text_out .text {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
    gap: 0px 2rem;
}

#footer .out .text_out .text p,
#footer .out .text_out .text a {
    color: #666;
    line-height: 2.4rem;
    font-size: 1.4rem;
}

#footer .out .text_out .text a:hover {
    text-decoration: underline;
}

#footer .out .WeChat {
    width: 12.6rem;
}

#footer .out .WeChat img {
    width: 100%;
    display: block;
}

#footer .out .WeChat span {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 1rem;
    font-weight: 400;
    font-size: 1.4rem;
    color: #003;
}

.Copyright {
    width: 100%;
    padding-top: 1.5rem;
    margin-top: 0.6rem;
    border-top: 0.1rem solid #999;
}

.Copyright .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px 2rem;
}

.Copyright .container a {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    color: #333;
    font-weight: 400;
}

.Copyright .container a img {
    display: block;
    width: 2rem;
    margin-right: 0.6rem;
}


.pmz_title {
    width: 100%;
}

.pmz_title p {
    color: #333;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.8em;
    margin-top: 0.7rem;
}

.pmz_title img {
    display: block;
    margin: 0 auto;
    width: 28.7rem;
    margin-top: 1rem;
}

.pmz_title .title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pmz_title .title b {
    font-size: 3.6rem;
    color: #d0111b;
    display: inline-block;
    padding: 0px 1rem
}

.pmz_title .title span {
    font-size: 3rem;
    color: #006BAF;
    padding: 0px 1rem;
    border-left: 0.1rem #ccc dotted;
}

.pmz_title .title em {
    position: absolute;
    top: 0px;
    display: block;
    left: 0px;
    width: 100%;
    opacity: .1;
    color: #006BAF;
    font-size: 6rem;
    line-height: 5rem;
    text-align: center;
    font-weight: bold;
}

.pmz_title .title h2 {
    font-size: 3.6rem;
    color: #006baf;
    display: inline-block;
}

.pmz_Introduction {
    margin: 4rem 0px 2rem 0px;
    width: 100%;
}

.pmz_Introduction .out {
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
}

.pmz_Introduction .out .left {
    width: 52.5%;
}

.pmz_Introduction .out .left img {
    width: 100%;
    display: block;
}



.pmz_Introduction .out .right {
    width: 45%;
}

.pmz_Introduction .out .right h2 {
    width: 100%;
    font-size: 1.8rem;
    background: #ececec;
    padding-left: 2rem;
    line-height: 4.6rem;
    box-sizing: border-box;
    color: #666;
    font-size: 1.8rem;
    font-weight: 500;
}

.pmz_Introduction .out .right h2 b {
    color: #d0111b;
    font-size: inherit;
    font-weight: inherit;
}

.pmz_Introduction .out .right .list {
    width: 100%;
    line-height: 3.4rem;
    font-size: 1.7rem;
    margin-left: 2rem;
    margin-top: 1rem;
}

.pmz_Introduction .out .right .list .item {
    display: flex;
    align-items: center;
}

.pmz_Introduction .out .right .list .item span {
    color: #006BAF;
    font-size: 1.7rem;
    font-weight: 400;
}

.pmz_Introduction .out .right .list .item span span {
    font-size: 1.2rem;
}

.pmz_Introduction .out .right .list .item p {
    color: #666;
    font-size: 1.7rem;
    font-weight: 400;
}

.pmz_Introduction .out .right .img_list {
    margin-top: 1.6rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem 0px;
}

.pmz_Introduction .out .right .img_list .img_item {
    width: 48%;
    height: 18rem;
    position: relative;
}

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

.pmz_Introduction .out .right .img_list .img_item span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    font-size: 1.8rem;
    background: rgba(0, 0, 0, .3);
    line-height: 3rem;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.pmz_decomposition {
    padding: 4rem 0px 10rem 0px;
    background: #FAFAFA;
}

.pmz_decomposition .out {
    margin-top: 4rem;
    width: 100%;
    position: relative;
}

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

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

.pmz_decomposition .out .list {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.pmz_decomposition .out .list h3 {
    position: absolute;
    left: 0px;
    top: 5.6rem;
    font-size: 1.8rem;
    line-height: 2rem;
    padding-left: 1rem;
    border-left: 0.2rem #006BAF solid;
    color: #333;
}

.pmz_decomposition .out .list .item {
    position: absolute;
    font-size: 1.4rem;
    color: #333;
    line-height: 1.6em;
}

.pmz_decomposition .out .list .item span {
    font-size: inherit;
    color: #006BAF;
}

.pmz_decomposition .out .list .item:nth-child(2) {
    left: 13.4rem;
    top: 24rem;
    width: 20.2rem;
}

.pmz_decomposition .out .list .item:nth-child(3) {
    right: 14.2rem;
    top: 8.8rem;
    width: 31rem;
}

.pmz_decomposition .out .list .item:nth-child(4) {
    right: 0px;
    top: 35rem;
    width: 20rem;
}

.pmz_decomposition .out .list .item:nth-child(5) {
    left: 0.8rem;
    top: 57rem;
    width: 36.4rem;
}

.pmz_decomposition .out .list .item:nth-child(6) {
    left: 43.6rem;
    top: 57rem;
    width: 41.2rem;
}

.pmz_decomposition .out .list .item:nth-child(7) {
    right: 0px;
    top: 55.2rem;
    width: 27.2rem;
}

.pmz_technical {
    width: 100%;
    padding: 2rem 0px 4rem 0px;
}

.pmz_technical .title {
    font-size: 3rem;
    color: #333;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1rem;
}

.pmz_technical .out {
    margin-top: 2rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 0.2rem #ccc solid;
    border-top: 0px;
    border-right: 0px;
    box-sizing: border-box;
}

.pmz_technical .out .box {
    flex: 1 0 20%;
    text-align: center;
    border-right: 0.2rem #ccc solid;
    box-sizing: border-box;
}

.pmz_technical .out .box b {
    font-size: 1.8rem;
    color: #fff;
    background: #666;
    line-height: 4rem;
    display: block;
}

.pmz_technical .out .box p {
    width: 100%;
    padding: 1rem 0px;
    box-sizing: border-box;
    color: #333;
    font-size: 1.6rem;
    line-height: 4rem;
    background: #FFF;
}

.pmz_user {
    width: 100%;
    padding: 4rem 0px;
    background: #f1f1f1;
}

.pmz_user .out {
    width: 100%;
    margin-top: 3rem;
}

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

.pmz_Cases {
    background: #FFF;
}

.pmz_Solution {
    width: 100%;
    background: #F1F1F1;
    padding: 4rem 0px;
}

.pmz_Solution .out {
    width: 100%;
    margin-top: 4rem;

}

.pmz_Solution .out .box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1rem 0px 2rem;
}

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

.pmz_Solution .out .left {
    width: 50%;
}

.pmz_Solution .out .left h3 {
    font-size: 3rem;
    line-height: 7rem;
    border-bottom: 0.1rem #ccc dashed;
    margin-top: 1.6rem;
    color: #006BAF;
    margin-bottom: 1rem;
}

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

.pmz_Solution .out .left .list p {
    font-size: 1.8rem;
    color: #333;
    line-height: 2em;
}

.pmz_Solution .out .left .list span {
    font-size: inherit;
    line-height: inherit;
    color: #006baf;
}

.pmz_Solution .out .left .list b {
    font-size: 1.4rem;
    color: #333;
    margin-right: 0.3rem;
}

.pmz_Solution .out .right {
    width: 45%;
}

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

.pmz_Solution .Moer {
    display: block;
    width: 35rem;
    line-height: 5rem;
    background: #006baf;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    margin: 0 auto;
    margin-top: 3rem;
    border-radius: 5rem;
}

.pmz_Product .Product_HOT_swiper {
    margin-top: 4rem;
}

.swz_demand {
    padding: 3rem 0px 4rem 0px;
    width: 100%;
    background: #FFF;
}

.swz_demand .out {
    width: 100%;
    margin-top: 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.swz_demand .out .box {
    width: 31rem;
    padding: 2rem 2.5rem;
    background: url(../images/inSwBg01.png) no-repeat top center / 100% 100%;
    margin: 3rem 2rem;
    height: 20.8rem;
}

.swz_demand .out .box .title {
    width: 100%;
    display: flex;
    align-items: center;
    height: 6.4rem;
    border-bottom: 0.1rem #006baf solid;
}

.swz_demand .out .box .title img {
    width: 3.2rem;
    height: 3rem;
    margin-right: 1rem;
    display: block;
}

.swz_demand .out .box .title h3 {
    color: #006baf;
    font-size: 2.4rem;
}

.swz_title {
    width: 100%;
    text-align: center;
}

.swz_title b {
    font-size: 2.6rem;
    color: #d0111b;
}

.swz_title h2 {
    font-size: 3.4rem;
    color: #333;
}

.swz_title p {
    line-height: 3rem;
    font-size: 1.8rem;
    margin-top: 1rem;
    color: #666;
    max-width: 90rem;
    margin: 0 auto;
    width: 100%;
}

.swz_demand .out .box .text {
    margin-top: 3.4rem;
    width: 100%;
}

.swz_demand .out .box .text p {
    font-size: 1.6rem;
    color: #666;
    line-height: 1.7em;
}

.swz_Product_Advantages {
    padding: 3rem 0px 4rem 0px;
    width: 100%;
    background: #F4F7F7;
}

.swz_Product_Advantages .out {
    position: relative;
    padding-top: 6rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.swz_Product_Advantages .title {
    position: absolute;
    top: 2rem;
    left: 50%;
    margin-left: -14rem;
    width: 28rem;
    line-height: 6rem;
    border-top: 0.1rem #ccc solid;
    border-bottom: 0.1rem #ccc solid;
    text-align: center;
    color: #d0111b;
    font-size: 2.4rem;
}

.swz_Product_Advantages .title b {
    font-size: inherit;
}

.swz_Product_Advantages .out .box {
    width: 28rem;
}

.swz_Product_Advantages .out .box img {
    width: 100%;
    height: 14.8rem;
    display: block;
    object-fit: cover;
}

.swz_Product_Advantages .out .box .text {
    width: 100%;
    background: #fff;
    padding: 1rem 2.5rem 3rem;
    border: 0.1rem #ccc solid;
    border-top: 0px;
    box-sizing: border-box;
}

.swz_Product_Advantages .out .box .text h3 {
    text-align: center;
    font-size: 2.2rem;
    color: #333;
    line-height: 4rem;
}

.swz_Product_Advantages .out .box .text p {
    line-height: 2.8rem;
    font-size: 1.6rem;
    color: #666;
}

.swz_Product_Advantages .out .box:nth-child(3),
.swz_Product_Advantages .out .box:nth-child(4) {
    margin-top: 6rem;
}

.swz_efficiency {
    width: 100%;
    padding: 4rem 0px;
}

.swz_efficiency .out {
    position: relative;
    width: 100%;
    margin-top: 4rem;
}

.swz_efficiency .out::after {
    width: 0.1rem;
    height: 100%;
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    background: #CCCCCC;
    content: '';
}

.swz_efficiency .out .inSwArr {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 1.6rem;
    height: 1.1rem;
    display: block;
}

.swz_efficiency .out .inSwArr img {
    width: 100%;
    height: 100%;
    display: block;
}

.swz_efficiency .out .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 2rem 0px;
    box-sizing: border-box;
}

.swz_efficiency .out .box .left {
    width: calc(50% - 3rem);
    display: flex;
    justify-content: right;
}

.swz_efficiency .out .box .left .img {
    width: 34.6rem;
    height: 18.3rem;
    display: block;
}

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

.swz_efficiency .out .box .right {
    width: calc(50% - 3rem);
}

.swz_efficiency .out .box .right .text {
    position: relative;
    width: 100%;
    padding: 1rem 2rem 4rem 2rem;
    box-sizing: border-box;
    background: #f4f7f7;
}

.swz_efficiency .out .box .right .text h3 {
    font-size: 1.8rem;
    color: #333;
    line-height: 4rem;
    border-bottom: 0.1rem #ccc solid;
}

.swz_efficiency .out .box .right .text .txt {
    margin-top: 1.4rem;
}

.swz_efficiency .out .box .right .text p {
    line-height: 2.4rem;
    font-size: 1.4rem;
    color: #666;
    position: relative;
    padding-left: 1.5rem;
    box-sizing: border-box;
}

.swz_efficiency .out .box .right .text p::after {
    content: '•';
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 1.4rem;
    color: #006baf;
    display: inline-block;
}

.swz_efficiency .out .box .right .text::after {
    background: url(../images/inSwArrowR.png) no-repeat center;
    width: 1.2rem;
    height: 2.4rem;
    display: block;
    position: absolute;
    left: -1.2rem;
    top: 50%;
    transform: translateY(-50%);
    content: '';
}

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

.swz_efficiency .out .box:nth-child(2n) .left {
    justify-content: left;
}

.swz_efficiency .out .box:nth-child(2n) .right .text {
    text-align: right;
}

.swz_efficiency .out .box:nth-child(2n) .right .text::after {
    left: auto;
    right: -1.2rem;
    transform: rotate(180deg);
}

.swz_efficiency .out .box:nth-child(2n) .right .text p {
    padding-left: 0px;
    padding-right: 1.5rem;
}

.swz_efficiency .out .box:nth-child(2n) .right .text p::after {
    content: '•';
    left: auto;
    right: 0px;
}

.swz_CustomerFavoriteSelection {
    width: 100%;
    padding: 3rem 0px;
    background: #F4F7F7;
}

.swz_CustomerFavoriteSelection .out {
    margin-top: 4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 2%;
}

.swz_CustomerFavoriteSelection .out .box {
    width: 32%;
}

.swz_CustomerFavoriteSelection .out .box .img {
    width: 100%;
    height: 21.6rem;
}

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

.swz_CustomerFavoriteSelection .out .box .text {
    width: 100%;
    line-height: 3.6rem;
    background: #fff;
    color: #333;
    font-size: 1.8rem;
    text-align: center;
}

.swz_technical {
    background: #F4F7F7;
}

.swz_Help {
    width: 100%;
    padding: 3rem 0px;
    background: #F4F7F7;
}

.swz_Help h2 {
    font-size: 3.4rem;
    color: #333;
    text-align: center;
}

.swz_Help p {
    line-height: 3rem;
    font-size: 1.8rem;
    margin-top: 1rem;
    text-align: center;
}

.swz_Help a {
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    width: 24rem;
    display: block;
    line-height: 4.4rem;
    background: #d0111b;
    border-radius: 2rem;
    margin: 2rem auto 0px auto;
    font-weight: bold;
}

.public_buttonTitle {
    width: 100%;
    border-bottom: 0.1rem solid #ccc;
}

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

.public_buttonTitle .title {
    height: 7.6rem;
    width: 22rem;
    text-align: center;
    color: #fff;
    background: #d0111b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.public_buttonTitle .title b {
    font-size: 2.4rem;
    color: #FFF;
    font-weight: bold;
    display: block;
    margin-right: 1rem;
}

.public_buttonTitle .title span {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 400;
}

.public_buttonTitle .list {
    max-width: calc(100% - 22rem - 3rem);
    width: 100%;
    box-sizing: border-box;
}

.public_buttonTitle .list a {
    float: left;
    width: 15rem;
    height: 4.2rem;
    text-align: center;
    font-size: 1.6rem;
    margin-right: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.1rem solid #CCCCCC;
}

.public_buttonTitle .list a:hover {
    background: #d0111b;
    color: #fff;
}

.Product_pages {
    width: 100%;
    padding: 4rem 0px;
}

.Product_pages .out {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 2%;
}

.Product_pages .out .box {
    width: 32%;
}

.Product_pages .out .box .img {
    width: 100%;
    height: 21.6rem;
    overflow: hidden;
}

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

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

.Product_pages .out .box .text {
    font-size: 1.8rem;
    text-align: center;
    line-height: 4rem;
    height: 4rem;
    overflow: hidden;
    font-size: 1.8rem;
    color: #666;
    white-space: nowrap;
    /* 禁止换行 */
    overflow: hidden;
    /* 隐藏溢出内容 */
    text-overflow: ellipsis;
    /* 显示省略号 */
}

.Product_pages .out .box:hover .text {
    color: #006baf  ;
}

.News_pages {
    width: 100%;
    padding: 4rem 0px;
}

.News_pages .box {
    width: 100%;
    margin-bottom: 2rem;
}

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

.News_pages .box a .img {
    width: 25rem;
    height: 15rem;
    overflow: hidden;
}

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

.News_pages .box a .text {
    width: calc(97% - 25rem);
}

.News_pages .box a .text .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F4F5F7;
}

.News_pages .box a .text .title h2 {
    position: relative;
    padding-left: 3rem;
    font-size: 1.8rem;
    background: url(../images/arrow.png) no-repeat 1.4rem 0px;
    height: 4rem;
    overflow: hidden;
    line-height: 4rem;
    width: calc(96% - 10rem);
    white-space: nowrap;
    /* 禁止换行 */
    overflow: hidden;
    /* 隐藏溢出内容 */
    text-overflow: ellipsis;
    /* 显示省略号 */
    transition: 0.5s ease;
}

.News_pages .box a .text p {
    width: 100%;
    margin-top: 1.4rem;
    font-size: 1.4rem;
    color: #666;
    font-weight: 400;
    line-height: 1.7em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* 限制显示行数 */
    overflow: hidden;
}

.News_pages .box a .text .title span {
    width: 10rem;
    font-size: 1.4rem;
    text-align: right;
    color: #666;
    margin-right: 2rem;
}

.News_pages .box:hover a .text .title {
    background: #006baf;
}

.News_pages .box:hover a .text .title h2 {
    color: #fff;
    background-position: 1.4rem -4rem;
}

.News_pages .box:hover a .text .title span {
    color: #FFF;
}

.ABOUT_us {
    width: 100%;
    padding: 4rem 0px 4rem 0px;
    background: #FFF;
}

.ABOUT_us .title {
    width: 100%;
    text-align: center;
}

.ABOUT_us .title h2 {
    font-size: 2.4rem;
    color: #333;
}

.ABOUT_us .title span {
    font-size: 1.8rem;
    line-height: 2rem;
}

.ABOUT_us .title img {
    width: 100%;
    display: block;
    margin-top: 1rem;
}

.ABOUT_us .out {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4rem;
}

.ABOUT_us .out .left {
    width: 48%;
}

.ABOUT_us .out .left img {
    width: 100%;
    display: block;
}

.ABOUT_us .out .right {
    width: 47%;
}

.ABOUT_us .out .right h3 {
    width: 60%;
    border-bottom: 0.1rem #ccc solid;
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 1rem;
}

.ABOUT_us .out .right h3 b {
    font-size: inherit;
    color: inherit;
    max-width: max-content;
    padding-bottom: 0.3rem;
    line-height: 4rem;
    border-bottom: 0.1rem #ccc solid;
}

.ABOUT_us .out .right .list {
    width: 100%;
}

.ABOUT_us .out .right .list p {
    line-height: 2.8rem;
    font-size: 1.6rem;
    color: #333;
    margin-bottom: 2.6rem;
    overflow: hidden;
}

.ABOUT_us .out .right .list p span {
    color: #d0111b;
    font-size: inherit;
}

.ABOUT_Award {
    width: 100%;
    padding: 4rem 0px;
    background: #FFF;
    border-bottom: 0.1rem solid #ccc;
}

.ABOUT_Award .out {
    display: flex;
    flex-wrap: wrap;
    background: url(../images/inAAward.png) no-repeat center center;
    background-size: 100%;
    margin: 20rem 0px;
}

.ABOUT_Award .out .box {
    width: calc(100% / 7);
    position: relative;
}

.ABOUT_Award .out .box .txt {
    position: absolute;
    top: -0.5rem;
    transform: translateY(-100%);
    padding-right: 1.5rem;
    background: url(../images/inAAwardT.png) no-repeat right bottom;
    min-height: 9.8rem;
    padding-top: 1.5rem;
    font-size: 1.4rem;
    color: #333;

    width: 26rem;
    right: 2rem;
    line-height: 1.6em;
}

.ABOUT_Award .out .box:nth-child(1) .txt {
    width: 100%;
    right: 0px;
}

.ABOUT_Award .out .box .tiem {
    width: 100%;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
}

.ABOUT_Award .out .box:nth-child(2n) .txt {
    top: auto;
    bottom: -0.5rem;
    transform: translateY(100%);
    background: url(../images/inAAwardB.png) no-repeat left top;
    padding-right: 0px;
    padding-left: 2rem;
    left: 4rem;
    width: 30rem;
}

.About_title {
    width: 100%;
}

.About_title h2 {
    font-size: 2.4rem;
    color: #333;
}

.About_title i {
    height: 0.3rem;
    width: 7rem;
    background: #333;
    margin-top: 1.5rem;
    display: block;
}

.ABOUT_Culture {
    width: 100%;
    padding: 4rem 0px;
}

.ABOUT_Culture .out {
    margin-top: 4rem;
    display: flex;
    justify-content: space-between;
}

.ABOUT_Culture .out .box {
    background: #f5f6f8;
    width: 23%;
    padding: 2rem 0px;
}

.ABOUT_Culture .out .box .icon {
    width: 6.8rem;
    height: 6.8rem;
    display: block;
    margin: 0 auto;
}

.ABOUT_Culture .out .box h3 {
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    margin-top: 1rem;
    color: #333;
}

.Development_History {
    width: 100%;
    padding: 2rem 0px 23rem 0px;
    background: #F5F5F5;
    position: relative;
}

.Development_History .container {
    position: relative;
}

.Development_History .title {
    width: 40rem;
    height: 39.6rem;
    margin-left: 35rem;
    background: url(../images/inAHis.png) no-repeat center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-2rem);
}

.Development_History .title h2 {
    font-size: 4.2rem;
    color: #333;
    position: relative;
}

.Development_History .title h2::after {
    width: 12.4rem;
    height: 0.5rem;
    background: #333;
    display: block;
    position: absolute;
    left: 0px;
    bottom: -2rem;
    content: '';
}

.Development_History .inAHList {
    width: 100%;
    height: 47rem;
    position: absolute;
    top: 13rem;
    background: url(../images/inAHisLine.png) no-repeat 14.7rem top;
    background-size: 69%;
}

.Development_History .inAHList .img {
    width: 100%;
    height: 100%;
}

.Development_History .inAHList .img img {
    width: 100%;
    height: 100%;
}

.Development_History .inAHList li {
    position: absolute;
}

.Development_History .inAHList p {
    color: #333;
    line-height: 2.4rem;
    font-size: 1.4rem;
}

.Development_History .inAHList p span {
    font-size: 0.7rem;
    color: #333;
    margin-right: 0.5rem;
    transform: translateY(-0.3rem);
    display: inline-block;
}

.Development_History .inAHList h4 {
    font-size: 2rem;
    color: #333;
    position: absolute;
}

.Development_History .inAHList li.inAH01 {
    width: 14.7rem;
    left: 0px;
    top: 12rem;
}

.Development_History .inAHList li.inAH01 h4 {
    right: -11.2rem;
    top: 0px;
}

.Development_History .inAHList li.inAH02 {
    width: 21.4rem;
    left: 0.8rem;
    top: 22rem;
}

.Development_History .inAHList li.inAH02 h4 {
    right: -12rem;
    top: -0.5rem;
}

.Development_History .inAHList li.inAH03 {
    width: 16.4rem;
    left: 24rem;
    top: 32rem;
}

.Development_History .inAHList li.inAH03 h4 {
    right: 0px;
    top: -7rem;
}

.Development_History .inAHList li.inAH04 {
    width: 20.7rem;
    left: 43.5rem;
    top: 35rem;
}

.Development_History .inAHList li.inAH04 h4 {
    left: 5.9rem;
    top: -7.6rem;
}

.Development_History .inAHList li.inAH05 {
    width: 21rem;
    left: 66.5rem;
    top: 34rem;
}

.Development_History .inAHList li.inAH05 h4 {
    left: 0px;
    top: -7.6rem;
}

.Development_History .inAHList li.inAH06 {
    width: 21rem;
    right: 20.4rem;
    top: 28rem;
}

.Development_History .inAHList li.inAH06 h4 {
    left: 6.4rem;
    top: -3.2rem;
}

.Development_History .inAHList li.inAH07 {
    width: 21.5rem;
    right: 6rem;
    top: 20.4rem;
}

.Development_History .inAHList li.inAH07 h4 {
    left: 1rem;
    top: -3rem;
}

.Development_History .inAHList li.inAH08 {
    width: 22.7rem;
    right: 0px;
    top: 10.4rem;
}

.Development_History .inAHList li.inAH08 h4 {
    left: 1rem;
    top: -3rem;
}

.Company_Environment {
    padding: 4rem 0px;
}

.Company_Environment .out {
    margin-top: 4rem;
}

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

.About_Honorary {
    width: 100%;
    padding: 4rem 0px 6rem 0px;
}

.About_Honorary .out {
    margin-top: 4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 2%;
}

.About_Honorary .out .box {
    width: 23.5%;
    height: 21rem;
    overflow: hidden;
    border: 0.2rem solid #ccc;
    box-sizing: border-box;
}

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

.About_Honorary .out .box:hover {
    border: 0.2rem solid #006BAF;
}

.Contact_title {
    width: 100%;
}

.Contact_title h2 {
    color: #333;
    font-size: 3rem;
    line-height: 5rem;
}

.Contact_title i {
    width: 7.2rem;
    height: 0.3rem;
    background: #333;
    display: block;
}

.Contact_list {
    width: 100%;
    padding: 4rem 0px;
    background: #FFF;
}

.Contact_list .out {
    margin-top: 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Contact_list .out .box {
    width: 31%;
    padding: 3rem 4rem 0px;
    min-height: 22rem;
    background: #fbfbfb;
    float: left;
    text-align: center;
    box-sizing: border-box;
}

.Contact_list .out .box .icon {
    width: 5.2rem;
    height: 5.2rem;
    display: block;
    object-fit: contain;
    margin: 0 auto;
}

.Contact_list .out .box h3 {
    font-size: 2.4rem;
    line-height: 5.6rem;
    color: #333;
    font-weight: 500;
}

.Contact_list .out .box p {
    font-size: 1.6rem;
    color: #333;
    line-height: 2.4rem;
}

.Contact_company {
    width: 100%;
    padding: 4rem 0px;
    background: #FFF;
}

.Contact_company .out {
    width: 100%;
    margin-top: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Contact_company .out .left {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
}

.Contact_company .out .left span {
    width: 50%;
    float: left;
    line-height: 4.2rem;
    font-size: 2rem;
    color: #666;
}

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

.Contact_company .out .right img {
    width: 14rem;
    display: block;
    margin-right: 2rem;
}

.Contact_company .out .right span {
    font-size: 1.8rem;
    color: #333;
}

#dituContent {
    width: 100%;
    height: 38rem;
    margin-top: 4rem;
}

#dituContent img {
    width: 100% ;
    height: 100% ;
    object-fit: cover ;
}

.form_contact {
    width: 100%;
    padding: 4rem 0px 6rem 0px;
}

.form_contact h2 {
    font-size: 1.8rem;
    color: #333;
}

.form_contact .out {
    margin-top: 4rem;
    display: flex;
}

.form_contact .out .left {
    width: 53rem;
}

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

.form_contact .out .left .box {
    margin-bottom: 2rem;
}

.form_contact .out .left form span {
    line-height: 3rem;
    font-size: 1.4rem;
}

.form_contact .out .left form input {
    width: 100%;
    padding: 0px 1rem;
    line-height: 4rem;
    background: #f5f5f5;
    border: 0px;
    box-sizing: border-box;
}

.form_contact .out .left form textarea {
    padding: 1rem;
    width: 100%;
    border: 0px;
    background: #f5f5f5;
    box-sizing: border-box;
}

.form_contact .out .left button {
    width: 100%;
    background: #006baf;
    font-size: 1.6rem;
    color: #fff;
    height: 4rem;
    border: none;
    cursor: pointer;
}

.form_contact .out .right {
    margin-top: 5rem;
    margin-left: 9rem;
    width: 26rem;
}

.form_contact .out .right b {
    font-size: 1.8rem;
    color: #5a5a5a;
}

.form_contact .out .right p {
    line-height: 4rem;
    color: #999;
    margin-top: 2rem;
}

.Information_Details {
    width: 100%;
    padding: 4rem 0px 6rem 0px;
}

.Information_Details .title {
    width: 100%;
}

.Information_Details .title h2 {
    text-align: center;
    font-size: 2rem;
    color: #333;
    line-height: 3.2rem;
}

.Information_Details .title .line {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 1rem;
}

.Information_Details .title .line span {
    font-size: 1.4rem;
    color: #666;
}

.Information_Details .text_box {
    padding: 2rem 0px 4rem 0px;
    font-size: 1.6rem;
    color: #666;
    line-height: 1.7em;
    border-bottom: 0.2rem solid #ccc;
}

.Information_Details .text_box img,
.Information_Details .text_box video {
    width: auto;
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: 0.7rem auto;
}

.Information_Details .text_box video {
    width: 100%;
    max-width: 60rem;
}

.Information_Details .text_box p {
    font-size: 1.6rem !important;
    color: #666;
    line-height: 1.7em;
    
}

.Information_Details .text_box strong,
.Information_Details .text_box span {
    font-size: inherit !important ;
    line-height: inherit;
        font-family: auto !important;
}

.Information_Details .text_box strong {
    color: #333;
}

.Information_Details .PreviousArticle_NextArticle {
    width: 100%;
    padding: 2rem 0px;
}

.Information_Details .PreviousArticle_NextArticle .box {
    display: flex;
    align-items: center;
}

.Information_Details .PreviousArticle_NextArticle .box span {
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #333;
    font-weight: bold;
}

.Information_Details .PreviousArticle_NextArticle .box a {
    font-size: 1.6rem;
    color: #666;
    font-weight: 400;
}

.Information_Details .PreviousArticle_NextArticle .box a:hover {
    text-decoration: underline;
}

.Information_Details .Return {
    width: 16rem;
    line-height: 4rem;
    background: #08509a;
    border-radius: 0.3rem;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    display: block;
    margin: 0 auto ;
}

.CurrentLocation {
    width: 100%;
    padding: 1.3rem 0px;
    border-bottom: 0.1rem solid #ccc;
}

.CurrentLocation .title {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    color: #666;
}

.CurrentLocation .title img {
    width: 2rem;
    display: block;
    margin-right: 0.5rem;
}

.CurrentLocation .container {
    display: flex;
    align-items: center;
}

.CurrentLocation a {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    color: #666;
}

.CurrentLocation a span {
    font-size: 1.6rem;
    color: #666;
    display: block;
    margin: 0px 1rem;
}

.CurrentLocation a:last-child span {
    display: none;
}


.Product_Details {
    padding: 4rem 0px;
    width: 100%;
}

.Product_Details .Product_Info {
    width: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.Product_Details .Product_Info .text {
    width: 50%;
    padding-top: 5rem  ;
}

.Product_Details .Product_Info .text .title {
    width: 100%;
    padding-bottom: 1rem;
}

.Product_Details .Product_Info .text .title h2 {
    font-size: 2.5rem;
    color: #333;
}

.Product_Details .Product_Info .text .title i {
    width: 13rem;
    height: 0.3rem;
    display: block;
    background: #08509a;
    margin-top: 1rem;
}


.Product_Details .Product_Info .text .txt {
    width: 100%;
    padding: 2rem 0px;
    border-bottom: 0.1rem solid #ccc;
}

.Product_Details .Product_Info .text .txt p {
    font-size: 1.6rem;
    line-height: 1.7em;
    color: #666;
}

.Product_Details .Product_Info .text span {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    color: #666;
    font-weight: bold;
    margin-top: 2rem;
}

.Product_Details .Product_Info .text span b {
    color: #d0111b;
    font-size: 2rem;
}

.Product_Details .Product_Info .img {
    width: 47%;
}

.Product_Details .Product_Info .img .swiper {
    width: 100% ;
}

.Product_Details .Product_Info .img .Pridct_swiper {
    width: 100% ;
    height: 33.4rem ;
}

.Product_Details .Product_Info .img .Pridct_swiper .swiper-slide {
    width: 100% ;
    height: 100% ;
}

.Product_Details .Product_Info .img .Pridct_swiper2 {
    width: 100% ;
    height: 9.5rem  ;
    padding: 2rem 0px 1rem 0px ;
}

.Product_Details .Product_Info .img .Pridct_swiper2 .swiper-slide {
    width: 16rem;
    margin-right: 1rem ;
    height: 100% ;
    border: 0.2rem solid #33333341 ;
    cursor: pointer;
}

.Product_Details .Product_Info .img .Pridct_swiper2 .swiper-slide-thumb-active{
    border: 0.2rem solid #08509a;
}

.Product_Details .Product_Info .img .Pridct_swiper2 .swiper-slide:last-child {
    margin-right: 0px ;
}

.Product_Details .Product_Info .img img {
    width: 100%;
    display: block;
    height: 100% ;
    object-fit: cover ;
}

.Product_Details .Product_Work {
    width: 100%;
    margin: 4rem 0px;
}

.Prod_Details_title {
    /* width: 32.1rem ;
    margin-bottom: 3rem;
    background: url(../images/inPTitle.png) no-repeat left top;
    height: 5.3rem;
    padding-left: 5.6rem;
    padding-top: 1.6rem ;
    box-sizing: border-box ; */
    width: 100%;
    height: 4rem;
    background: #EEEEEE;
    margin-bottom: 4rem ;
}

.Prod_Details_title h2 {
    /* font-size: 2.2rem;
    color: #fff; */
    /* margin-bottom: 1rem; */
    
    width: 16rem;
    height: 4rem;
    background: #006BAF;
    color: #FFF;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 500;
    line-height: 4rem;

}

.Prod_Details_title i {
    width: 7rem;
    height: 0.2rem;
    display: block;
    background: #08509a;
    display: none;
}

.Product_Details .Product_Work .text {
    overflow: auto;
}

.Product_Details .Product_Work .text p {
    font-size: 1.6rem;
    color: #666;
    line-height: 1.8em;
}

.Product_Details .Product_Work .text img {
    width: auto;
    max-width: 100%;
    display: inline-block;
}

.Product_Details .Product_Work .text table {
    width: 100%;
    border: 0.1rem solid #808080 !important;
}

.Product_Details .Product_Work .text table tr , .Product_Details .Product_Work .text table td {
    border: 0.1rem solid #808080 !important;
}

.Product_Details .Product_Work .text table tr td:nth-child(1) {
    background: #f5f5f5;
}

.Product_Details .Product_Work .text table tr:nth-child(1) {
    background: #23438b;
}

.Product_Details .Product_Work .text table tr:nth-child(1) td {
    color: #FFF;
    background: #23438b;
}

.Product_Details .Product_Work .text table tr:nth-child(2n) td {
    background: #f5f5f5;
}


.Product_Details .Product_Work .text table tr td {
    font-size: 1.6rem;
    padding: 1rem 0.5rem !important;
    box-sizing: border-box;
    font-family: inherit;
}

.Product_Details .Product_Work .text span {
    font-size: inherit !important;
    color: inherit !important;
    font-family: inherit !important;
}



.Product_Details .Product_Work .Return {
    width: 16rem;
    line-height: 4rem;
    background: #08509a;
    border-radius: 0.3rem;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    display: block;
    margin: 0 auto ;
    margin-top: 4rem;
}

table {
    border-collapse: collapse;
}

.Recommend_Product {
    width: 100%;
    padding: 4rem 0px 6rem 0px;
}

.Recommend_Product .title {
    width: 100%;
    height: 4rem;
    background: #EEEEEE;
}

.Recommend_Product .title h2 {
    width: 16rem;
    height: 4rem;
    background: #006BAF;
    color: #FFF;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 500;
    line-height: 4rem;
}

.Recommend_Product .out {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 2%;
    margin-top: 3rem;
}

.Recommend_Product .out .box {
    width: 32%;
    display: block;
}

.Recommend_Product .out .box .img {
    width: 100%;
    height: 23rem;
    overflow: hidden;
}

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

.Recommend_Product .out .box span {
    font-size: 1.8rem;
    text-align: center;
    margin-top: 1rem;
    overflow: hidden;
    display: block;
    width: 100%;
}

.Pagination_out {
    display: flex;
    margin-top: 4rem;
    width: 100%;
    justify-content: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    /*margin: 2rem auto;*/
    border-radius: 0.4rem;
}

.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: #006baf;
    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: #006baf;
    border-color: #006baf;
    cursor: default;
  
}

.Verification_code {
    width: 100% ;
    margin-bottom: 3rem ;
}

.Verification_code .code {
    display: flex ;
    align-items: center ;
}

.Verification_code .code .img {
    height: 4rem ;
}

.Verification_code .code input {
    width: 70%;
}

.Verification_code .code .img img {
    height: 100% ;
}

/* 手机版导航 */
.menu-toggle {
    display: none;
    width: 6rem ;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9999;
    cursor: pointer;
    overflow: hidden;
    padding-top: 2rem ;
    box-sizing: border-box ;
}

.cd-nav-trigger {
    width: 100%;
    height: 100%;
    display: block;
}

.menu-toggle span.hamburger,
.menu-toggle span.hamburger:after,
.menu-toggle span.hamburger:before {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background: #d0111b;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 38%;
    margin-left: -12px;
    -webkit-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -moz-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -o-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -o-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition-delay: 0.15s;
}
.menu-toggle span.hamburger{
    width: 20px !important;
}

.menu-toggle span.hamburger,
.menu-toggle span.hamburger:after,
.menu-toggle span.hamburger:before {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background: #d0111b;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 38%;
    margin-left: -12px;
    -webkit-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -moz-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -o-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -o-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition-delay: 0.15s;
}

.menu-toggle span.hamburger:after {
    margin-top: -7px;
    top: 0;
    transition-delay: 0.27s;
}

.menu-toggle span.hamburger:before {
    margin-top: 7px;
    top: 0;
    transition-delay: 0.2s;
}

.no-touchs .menu-toggle span.hamburger,
.no-touchs .menu-toggle span.hamburger:after,
.no-touchs .menu-toggle span.hamburger:before {
    transition-delay: 0.12s;
    -webkit-transform: translateX(-70px);
    -moz-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
    -o-transform: translateX(-70px);
    transform: translateX(-70px);
}

.no-touchs .menu-toggle span.hamburger,
.no-touchs .menu-toggle span.hamburger:after,
.no-touchs .menu-toggle span.hamburger:before {
    -webkit-transform: translateX(70px);
    -moz-transform: translateX(70px);
    -ms-transform: translateX(70px);
    -o-transform: translateX(70px);
    transform: translateX(70px);
}

.no-touchs .menu-toggle span.hamburger:after {
    transition-delay: 0s;
}

.no-touchs .menu-toggle span.hamburger:before {
    transition-delay: 0.07s;
}

.menu-toggle span.cross:before,
.menu-toggle span.cross:after {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background: #d0111b;
    position: absolute;
    top: 50%;
    margin-top: -1.5px;
    left: 45%;
    margin-left: -12px;
    -webkit-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -moz-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -o-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -o-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -webkit-transform: translateY(-70px) translateX(-70px) rotate(45deg);
    -moz-transform: translateY(-70px) translateX(-70px) rotate(45deg);
    -ms-transform: translateY(-70px) translateX(-70px) rotate(45deg);
    -o-transform: translateY(-70px) translateX(-70px) rotate(45deg);
    transform: translateY(-70px) translateX(-70px) rotate(45deg);
    transition-delay: 0.12s;
}

.menu-toggle span.cross:after {
    transition-delay: 0s;
    -webkit-transform: translateY(70px) translateX(-70px) rotate(-45deg);
    -moz-transform: translateY(70px) translateX(-70px) rotate(-45deg);
    -ms-transform: translateY(70px) translateX(-70px) rotate(-45deg);
    -o-transform: translateY(70px) translateX(-70px) rotate(-45deg);
    transform: translateY(70px) translateX(-70px) rotate(-45deg);
}

.menu-toggle span.cross:after {
    -webkit-transform: translateY(-70px) translateX(70px) rotate(-45deg);
    -moz-transform: translateY(-70px) translateX(70px) rotate(-45deg);
    -ms-transform: translateY(-70px) translateX(70px) rotate(-45deg);
    -o-transform: translateY(-70px) translateX(70px) rotate(-45deg);
    transform: translateY(-70px) translateX(70px) rotate(-45deg);
}

.no-touchs .menu-toggle span.cross:before {
    transition-delay: 0.12s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.no-touchs .menu-toggle span.cross:after {
    transition-delay: 0.24s;
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    -o-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
}

.Mobile-navigation {
    width: 100% ;
    height: calc(100vh - 14rem) ;
    background: #d0111b ;
    padding: 4rem 4rem 4rem 4rem ;
    box-sizing: border-box ;
    transform: translateX(100%);
    opacity: 0 ;
    visibility: hidden ;
    transition: 0.5s ease ;
    overflow: auto ;
    position: fixed ;
    z-index: 4 ;
}

.no-touchs .Mobile-navigation {
    transform: translateX(0%);
    opacity: 1 ;
    visibility: visible ;
}

.Mobile-navigation ul {
    width: 100% ;
    margin: 0 auto ;
}

.Mobile-navigation ul li {
    padding: 0px 1rem ;
    box-sizing: border-box ;
    width: 100% ;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.28) ;
}

.Mobile-navigation ul li .tit {
    display: flex ;
    width: 100% ;
    align-items: center ;
    height: 5.8rem ;
}

.Mobile-navigation ul li .tit a {
    height: 100% ;
    width: 100% ;
    line-height: 5.8rem ;
    font-size: 2rem ;
    color: #FFF ;
    font-weight: 400 ;
}

.Mobile-navigation ul li .tit .icon {
    width: 5.8rem ;
    height: 5.8rem ;
    display: flex ;
    align-items: center ;
    justify-content: center ;
    flex: none ;
    cursor: pointer;
}

.Mobile-navigation ul li .tit .icon img {
    width: 3rem ;
    height: 3rem ;
    display: block ;
    transition: 0.5s ease ;
}

.Mobile-navigation ul li .tit .icon.active img {
    transform: rotate(180deg);
}

.Mobile-navigation ul li .box {
    width: 100% ;
    padding: 1rem 1rem 3rem ;
    box-sizing: border-box ;
    display: none ;
    overflow: hidden;
}

.Mobile-navigation ul li .box a {
    width: auto ;
    margin: 0px 1.5rem ;
    float: left ;
    height:4rem ;
    line-height: 4rem ;
    color: #FFF ;
    font-size: 1.8rem ;
    font-weight: 400 ;
    display: flex ;
    align-items: center ;
}

.Mobile-navigation ul li .box a::before {
    width: 0.6rem ;
    height: 0.6rem ;
    display: block ;
    border-radius: 50% ;
    background: #FFF ;
    content: '';
    margin-right: 0.6rem ;
}

.Mobile-navigation .button-list {
    width: 100% ;
    margin-top: 4rem ;
}

.Mobile-navigation .button-list a {
    width: 100% ;
    height: 5rem ;
    border-radius: 1rem ;
    background: #FFF ;
    display: flex ;
    align-items: center ;
    justify-content: center ;
    color: #FFF ;
    font-size: 1.8rem ;
    margin-bottom: 2rem ;
    line-height: 1 ;
}

.Mobile-navigation .button-list a:last-child {
    margin-bottom: 0px ;
}
















/* 断点 */
@media (min-width: 1921px) and (max-width: 2560px) {
    html {
        font-size: clamp(10px, calc(100vw / 192), 20px);
    }
}

/* 这个不固定：根据设计图最大宽度进行调整 */
@media (max-width: 1600px) {
    html {
        font-size: clamp(5px, calc(100vw / 160), 10px);
    }
}

@media (max-width: 1440px) {
    html {
        font-size: clamp(5px, calc(100vw / 144), 10px);
    }
}

@media (max-width: 1199px) {
    html {
        font-size: clamp(5px, calc(100vw / 120), 10px);
    }

    .nav ul li .title {
        padding: 0px 3rem;
    }

    .nav .container {
        width: 98%;
    }

    .nav ul {
        justify-content: center;
    }

    .pmz_Introduction .out .left img {
        height: 100%;
        object-fit: cover;
    }

    .pmz_decomposition .out .list .item:nth-child(2) {
        left: 12rem;
        top: 21rem;
        width: 19.2rem;
    }

    .pmz_decomposition .out .list .item:nth-child(3) {
        right: 12.2rem;
        top: 6.8rem;
        width: 29rem;
    }

    .pmz_decomposition .out .list .item:nth-child(4) {
        right: 0px;
        top: 31rem;
        width: 19rem;
    }

    .pmz_decomposition .out .list .item:nth-child(5) {
        left: 0.8rem;
        top: 51rem;
        width: 32.4rem;
    }

    .pmz_decomposition .out .list .item:nth-child(6) {
        left: 38.6rem;
        top: 51rem;
        width: 37.2rem;
    }

    .pmz_decomposition .out .list .item:nth-child(7) {
        right: 0px;
        top: 50.2rem;
        width: 24.2rem;
    }

    .swz_demand .out .box {
        width: 32%;
        margin: 0px;
        box-sizing: border-box;
        height: auto;
    }

    .swz_Product_Advantages .out .box {
        width: 24%;
    }

    .ABOUT_Award .out {
        margin: 16rem 0px;
    }

    .ABOUT_Award .out .box:nth-child(2n) .txt {
        width: 27rem;
    }

    .ABOUT_Award .out .box .txt {
        width: 24rem;
    }

    .Development_History .inAHList {
        background: none;
        position: static;
        height: auto;
        margin-top: 2rem;
    }

    .Development_History .title {
        width: auto;
        height: auto;
        background: none;
        margin-left: 0px;
        justify-content: left;
    }

    .Development_History .title h2 {
        font-size: 2.4rem;
    }

    .Development_History .title h2::after {
        height: 0.3rem;
        width: 7rem;
        background: #333;
        margin-top: 1.5rem;
        display: block;
        bottom: 0px;
        position: static;
    }

    .Development_History .inAHList li,
    .Development_History .inAHList h4 {
        position: static;
    }

    .Development_History .inAHList li {
        width: 100% !important;
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 2rem;
    }

    .Development_History {
        padding: 4rem 0px;
    }

    .About_Honorary .out .box {
        height: 18rem;
    }

}

@media (max-width: 992px) {
    html {
        font-size: clamp(5px, calc(100vw / 90), 10px);
    }

    .Tap_Logo .left .logo {
        height: 6.7rem;
        width: auto;
    }

    .nav ul li .title {
        padding: 0px 2rem;
        font-size: 1.6rem;
    }

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

    .Product_out .out .box {
        width: 48%;
    }

    .Product_HOT .Product_HOT_swiper .swiper-slide .box {
        padding: 0.5rem 0.5rem 0px 0.5rem;
    }

    .Product_HOT .Product_HOT_swiper .swiper-slide .box .img {
        height: 15.5rem;
    }

    .Why_Select .out {
        justify-content: left;
        gap: 3rem 0px;
    }

    .Why_Select .out .box {
        width: 33.33%;
    }

    .News .out .left .img {
        height: 21rem;
    }

    #footer .out .logo {
        width: auto;
    }

    #footer .out .logo {
        margin: 0px;
        margin-right: 4rem;
    }

    .pmz_Introduction .out .right .img_list .img_item {
        height: 13rem;
    }

    .pmz_decomposition .out .list {
        position: relative;
        width: 100%;
        margin-top: 4rem;
    }

    .pmz_decomposition .out .list h3 {
        position: relative;
        left: 0px;
        top: 0px;
        margin-bottom: 1rem;
    }

    .pmz_decomposition .out .list .item {
        position: static;
        width: 100% !important;
        margin: 0.6rem 0px;
    }

    .pmz_decomposition {
        padding-bottom: 4rem;
    }

    .pmz_Solution .out .box {
        align-items: center;
    }

    .swz_Product_Advantages .out .box .text h3 {
        font-size: 2rem;
    }

    .swz_Product_Advantages .out .box .text p {
        font-size: 1.4rem;
    }

    .swz_Product_Advantages .out .box .text {
        padding: 1rem 2rem 2rem;
    }

    .swz_CustomerFavoriteSelection .out .box .img {
        height: 17rem;
    }

    .swz_CustomerFavoriteSelection .out .box .text {
        font-size: 1.5rem;
    }

    .swz_title h2 {
        font-size: 3rem;
    }

    .swz_title p {
        font-size: 1.6rem;
    }

    .public_buttonTitle .list {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem 0px;
        width: 100%;
        max-width: 100%;
        margin: 2rem 0px;
    }

    .Product_pages .out .box .img {
        height: 17rem;
    }

    .public_buttonTitle .title b {
        font-size: 2rem;
    }

    .public_buttonTitle .title span {
        font-size: 1.6rem;
    }

    .public_buttonTitle .title {
        height: 6rem;
    }

    .ABOUT_Award .out {
        background: none ;
        margin: 0px ;
        margin-top: 4rem ;
    }

    .ABOUT_Award .out .box {
        width: 100% ;
        display: flex ;
        flex-direction: column-reverse ;
        margin-bottom: 2rem ;
    }

    .ABOUT_Award .out .box .txt {
        position: static ;
        transform: translateY(0px );
        background: none ;
        padding: 0px ;
        min-height: auto ;
        width: 100% ;
    }

    .ABOUT_Award .out .box:nth-child(2n) .txt {
        width: 100% ;
        transform: translateY(0px );
        background: none ;
        padding: 0px ;
        
    }

    .ABOUT_Award {
        border-top: 0.1rem solid #ccc;
    }

    .ABOUT_Award .out .box .tiem {
        color: #333 ;
        justify-content: left ;
    }

    .About_Honorary .out .box {
        height: 15rem ;
    }

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

    .Recommend_Product .out .box .img {
        height: 16rem ;
    }

    .Product_Details .Product_Info .img .Pridct_swiper {
        height: 23rem ;
    }

}

@media (max-width: 767px) {
    html {
        font-size: clamp(5px, calc(100vw / 76.7), 10px);
    }

    .Tap_Logo .left .txt {
        display: none;
    }

    .Tap_Logo .right .icon {
        height: 3rem;
        width: auto;
    }

    .Tap_Logo .right .item b {
        font-size: 1.8rem;
    }

    .Tap_Logo .left .logo {
        height: 5.5rem;
    }

    .Tap_Logo {
        height: 8.5rem;
    }

    .nav {
        height: auto;
        display: none ;
    }

    .nav ul {
        flex-wrap: wrap;
        justify-content: left;
    }

    .nav ul li {
        width: 20%;
        height: 5rem;
    }

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

    .Product_HOT .Product_HOT_swiper .swiper-slide .box {
        width: 48%;
    }

    .Product_HOT .Product_HOT_swiper .swiper-slide .box .img {
        height: 18.5rem;
    }

    .News .out {
        height: auto;
        flex-wrap: wrap;
    }

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

    .News .out .left .img {
        height: auto;
    }

    .News .out .right {
        width: 100%;
        margin-top: 3rem;
    }

    #footer .out .box {
        flex-wrap: wrap;
        width: 75%;
    }

    #footer .out .text_out {
        width: 100%;
        padding-left: 0px;
        border-left: none;
    }

    #footer .out .logo {
        height: 10rem;
        margin-bottom: 2rem;
    }

    .pmz_title .title h2 {
        font-size: 2.6rem;
    }

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

    .pmz_Introduction .out .right {
        width: 100%;
        margin-top: 4rem;
    }

    .pmz_Introduction .out .right .img_list .img_item {
        height: 23rem;
    }

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

    .pmz_technical .out .box {
        flex: auto;
        width: 50%;
    }

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

    .pmz_Solution .out .right {
        width: 100%;
        margin-top: 2rem;
    }

    .pmz_title .title b {
        font-size: 3rem;
    }

    .pmz_title .title span {
        font-size: 2.6rem;
    }

    .swz_demand .out {
        gap: 2rem 0px;
    }

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

    .swz_Product_Advantages .out .box {
        width: 48%;
        margin-top: 3rem;
    }

    .swz_Product_Advantages .out .box:nth-child(3),
    .swz_Product_Advantages .out .box:nth-child(4) {
        margin-top: 3rem;
    }

    .swz_Product_Advantages .out .box img {
        height: 18rem;
    }

    .swz_Product_Advantages .out {
        padding-top: 10rem;
    }

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

    .swz_CustomerFavoriteSelection .out .box {
        width: 48%;
    }

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

    .Product_pages .out .box {
        width: 48%;
    }

    .Product_pages .out .box .img {
        height: 19rem;
    }

    .public_buttonTitle .list {
        gap: 1rem 2%;
    }

    .public_buttonTitle .list a {
        width: 32%;
        margin-right: 0px;
        box-sizing: border-box;
    }

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

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

    .ABOUT_us .out .right {
        width: 100% ;
        margin-top: 3rem ;
    }

    .ABOUT_us .out .right .list p {
        margin-bottom: 1.5rem ;
    }

    .About_Honorary .out .box {
        width: 32% ;
    }

    .Contact_list .out {
        gap: 2rem 0px ;
    }

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

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

    .Contact_company .out .left {
        margin-bottom: 3rem ;
    }

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

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

    .form_contact .out .right {
        width: 100% ;
        margin-left: 0px ;
        margin-top: 3rem ;
        
    }

    .form_contact .out .right p {
        line-height: 1.6em  ;
    }

    .Product_Details .Product_Info {
        flex-wrap: wrap ;
    }

    .Product_Details .Product_Info .text {
        width: 100% ;
    }

    .Product_Details .Product_Info .img {
        width: 100% ;
        margin-top: 3rem ;
    }

    .Product_Details .Product_Info .img .Pridct_swiper {
        height: 39.4rem;
    }

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


    .menu-toggle {
        display: flex ;
    }

    .Tap_Logo .right {
        padding-right: 5rem ;
        box-sizing: border-box ;
    }

}

@media (max-width: 575px) {
    html {
        font-size: clamp(5px, calc(100vw / 57.5), 10px);
    }

    .nav ul li {
        width: auto;
    }

    .nav ul li .title {
        padding: 0px 3rem;
        font-size: 1.8rem;
    }

    .Product .search {
        flex-wrap: wrap;
    }

    .Product .search .left {
        width: 100%;
    }

    .Product .search form {
        margin-top: 2rem;
        width: 100%;
        height: 4rem;
    }

    .Product .search form input {
        width: 100%;
    }

    .Product .search form button {
        flex: none;
        width: 10rem;
    }

    .Product_out .out .box .img {
        height: 18rem;
    }

    .Product_out .out .box .text {
        padding: 2rem 0.5rem;
    }

    .Product_out .out .box .text .txt h3 {
        font-size: 2rem;
        line-height: 2rem;
    }

    .Product_out .out .box .text .txt h4 {
        font-size: 1.6rem;
        line-height: 1.6rem;
    }

    .Product_HOT .Product_HOT_swiper .swiper-slide .box .img {
        height: 14.5rem;
    }

    .Product_HOT .Product_HOT_swiper .swiper-slide .box .text {
        font-size: 1.5rem;
    }

    .Why_Select .out .box .icon {
        width: 10rem;
        height: 10rem;
    }

    #footer .out .box {
        width: 100%;
    }

    #footer .out .WeChat {
        position: absolute;
        top: 0px;
        right: 0px;
    }

    #footer .out {
        position: relative;
    }

    #footer .out .WeChat {
        width: 10rem;
    }

    #footer .out .WeChat span {
        display: none;
    }

    .swz_efficiency .out .box {
        flex-wrap: wrap;
    }

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

    .swz_efficiency .out .box .left .img {
        width: 100%;
        height: auto;
    }

    .swz_efficiency .out .box .right {
        width: 100%;
        margin-top: 3rem;
    }

    .swz_efficiency .out::after {
        display: none;
    }

    .swz_efficiency .out .inSwArr {
        display: none;
    }

    .swz_efficiency .out {
        margin-top: 2rem;
    }

    .Product_pages .out .box .img {
        height: 15rem;
    }

    .News_pages .box a .img {
        width: 100%;
        /* height: auto; */
    }

    .News_pages .box a .text {
        width: 100%;
        margin-top: 1rem;
        /* padding: 2rem 1rem ;
        box-sizing: border-box ; */
    }

    .News_pages .out {
        width: 100% ;
        display: flex ;
        flex-wrap: wrap ;
        justify-content: space-between ;
        gap: 3rem 0px ;
    }

    .News_pages .box {
        width: 48% ;
        margin-bottom: 0px ;
    }
    
    .News_pages .box a .text .title h2 {
        background: none;
        padding-left: 1rem;
    }

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

    .About_Honorary .out .box {
        width: 48% ;
        height: 18rem ;
    }

    .ABOUT_Culture .out  {
        flex-wrap: wrap ;
        gap: 2rem 0px ;
        justify-content: space-between 
    }

    .ABOUT_Culture .out .box {
        width: 48% ;
    }

    #dituContent {
        height: 50rem ;
    }

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

    .Recommend_Product .out .box {
        width: 48% ;
    }

    .Product_Details .Product_Info .img .Pridct_swiper {
        height: 30.4rem ;
    }

    .Product_Details .Product_Info .text {
        padding-top: 3rem ;
    }

}