body {
    background: #f7f7f7;
    min-height: 100%;
}

html {
    font-size: 100px !important;
    /* 1rem = 100px */
}

.center {
    width: 85%;
    margin: 0 auto;
    position: relative;
}

.content .center .ban {
    width: 100% !important;
    background-size: cover !important;
}

.header {
    width: 72%;
    height: 1.53rem;
    background: #f7f7f7;
    padding: 0 0.59rem;
    box-sizing: border-box;
    padding-top: 0.55rem !important;
    border-bottom-right-radius: 0.32rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.nav {
    display: block !important;
}

.nav ul li {
    display: inline-block;
    font-weight: 500;
}

.nav ul li a {
    font-size: 0.21rem;
    color: #3C964C;
    text-align: left;
    display: block;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 3.19rem;
    height: 0.53rem;
}

.logo a {
    width: 100%;
    height: 100%;
}

.logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.nav {
    width: 53%;
    line-height: 0.5rem;
}

.footer {
    width: 100%;
    background: #3c964c;
    padding-top: 1.05rem;
    padding-bottom: 0.75rem;
    box-sizing: border-box;
}

.nav ul li:hover {
    cursor: pointer;
}

.swiperList {
    width: 94%;
    height: 10.04rem;
    padding-top: 0.72rem;
    margin: 0 auto;
}

.swiper {
    width: 100%;
    height: 100%;
    border-radius: 0.26rem;
}

.swiper-pagination-horizontal {
    bottom: 0.4rem !important;
    right: 0.5rem;
    width: 100% !important;
    padding-right: 0.5rem;
    box-sizing: border-box;
    text-align: right;
}

.swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    border: 0.03rem solid #fff !important;
    margin-right: 0.15rem !important;
    background: transparent;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-slide {
    position: relative;
}

.desc {
    position: absolute;
    bottom: 1rem;
    left: 1.1rem;
    z-index: 1000;
}

.desc h1 {
    font-weight: bold;
    color: #fff;
    font-size: 0.7rem;
    margin-bottom: 0.28rem;
}

.desc h5 {
    font-weight: bold;
    font-size: 0.4rem;
    color: #F1B633;
    line-height: 0.4rem;
}

.copyRight {
    width: 100%;
    text-align: center;
    line-height: 0.2rem;
    font-size: 0.17rem;
    color: #fff;
}

.footLogo {
    width: 3.2rem;
}

.footNav {
    width: 61%;
    padding-right: 0.18rem;
    display: flex;
    justify-content: space-between;
}

.footCen {
    align-items: flex-start;
    margin-bottom: 4%;
}

.footNavList h5 {
    font-weight: 400;
    font-size: 0.22rem;
    color: #FFFFFF;
    margin-bottom: 0.28rem;
}

.footNavList li a {
    font-size: 0.15rem;
    line-height: 0.35rem;
    color: #fff;
    display: block;
    width: 100%;
    text-align: left;
}

.footLogo a {
    width: 100%;
    display: block;
}

.footLogo a img {
    max-width: 100%;
    max-height: 100%;
}

.category {
    box-sizing: border-box;
    margin: 0 auto;
    height: 6.86rem;
    margin: 9% auto;
    width: 82%;
}

.pic {
    width: 46.5%;
}

.pic img {
    width: 100%;
    height: 100%;
}

.cRight {
    width: 52%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.cRight .col {
    width: 49%;
    height: 49%;
    margin-bottom: 2%;
    margin-right: 2%;
    background: #fff;
    border-radius: 0.3rem;
    padding: 0.25rem;
    box-sizing: border-box;
}

.cRight .col:nth-child(2n) {
    margin-right: 0;
}

.cRight .col:nth-child(3) {
    margin-bottom: 0;
}

.cRight .col:last-child {
    margin-bottom: 0;
}

.icon {
    min-width: 0.7rem;
    min-height: 0.7rem;
    border-radius: 50%;
}

.col .icon {
    width: 0.7rem;
    height: 0.7rem;
    float: left;
}

.icon img {
    width: 100%;
    height: 100%;
}

.colbottom {
    width: 100%;
}

.colbottom span {
    font-weight: 500;
    font-size: 0.28rem;
    color: #000000;
    line-height: 0.67rem;
    text-align: left;
}

.colbottom h3 {
    font-family: Biko;
    font-weight: 400;
    font-size: 0.54rem;
    color: #3C964C;
    line-height: 0.54rem;
}

.colbottom {
    height: 75%;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
}

.flpic {
    width: 22%;
    height: 2.06rem;
}

.flpic img {
    max-width: 100%;
    max-height: 100%;
}

.flRow h1 {
    font-size: 0.61rem;
    font-weight: bold;
    color: #3C964C;
}

.flRow {
    margin-bottom: 4%;
}

.new>.newItem {
    width: 47%;
}

.newPic {
    width: 100%;
    height: 4.33rem;
    border-radius: 0.3rem;
    margin-bottom: 0.35rem;
}

.pImage img {
    max-width: 100%;
    max-height: 100%;
}

.pItem {
    height: unset !important;
}

.newPic img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.newItem h5 {
    font-weight: 400;
    font-size: 0.38rem;
}

.ms {
    max-height: 2rem;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin-top: 0.23rem;
    margin-bottom: 0.79rem;
    color: #181818;
}

.more {
    width: 2.28rem;
    line-height: 0.54rem;
    border-radius: 0.1rem;
    border: 0.02rem solid #3C964C;
    font-weight: 500;
    font-size: 0.22rem;
    text-align: center;
    color: #3C964C;
}

.new {
    margin-bottom: 1.5rem;
}

.head {
    background: #3C964C;
    position: static !important;
}

.head .nav li a {
    color: #fff;
}

.ban {
    width: 100%;
    background: url("../static/images/ban.png");
    background-repeat: no-repeat;
    background-size: cover !important;
    height: 4.29rem;
    margin: 0.55rem auto;
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
}

.ban1 {
    background: url("../static/images/pic (3).png");
}

.productMain {
    width: 100%;
    padding:0 7%;
    box-sizing: border-box;
}
.productMain .title{
    line-height: 0.6rem;
}
.productMain .description {
    font-size: 0.26rem;
    color: #fff;
    line-height: 0.35rem;
    margin-top: 0.32rem;
    width: 100%;
    text-align: left !important;
}

.product .ban {
    margin-bottom: 1.06rem;
}

.title {
    padding: 0 0 0.33rem 0;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 0.42rem;
    line-height: 0.5rem;
    color: #FFFFFF;
    position: relative;
    width: unset;
    display: block;
    /* display: inline-block; */
}

.title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0.65rem;
    height: 0.05rem;
    background: #3C964C;
}

.productList {
    width: 84.5%;
    align-items: flex-start;
    margin: 0 auto;
}

.pleft {
    width: 48.5%;
}

.pright {
    width: 48.5%;
    border-radius: 0.3rem;
}

.pright img {
    display: block;
    width: 100%;
    height: 100%;
}

.product .pItem .ms {
    font-size: 0.22rem;
    line-height: 0.23rem;
    padding-bottom: 0.2rem;
}

.pItem {
    align-items: flex-start;
    margin-bottom: 0.85rem;
    height: 4.64rem;
}

.pItem .title {
    font-size: 0.38rem;
    color: #545454;
    display: block;
    margin-top: 0.2rem;
}
.introduction span{
    color: #646464;
}
.erjititle {
    font-weight: 400;
    font-size: 0.29rem;
    color: #3C964C;
    margin: 0.2rem 0;
    font-weight: bold;
    /* line-height: 0.6rem; */
    /* margin-top: 0.22rem; */
}
.productList .erjititle{
    margin-top: 0.33rem;
    margin-bottom: 0 !important;
}
.productList .title{
    margin-top: 0.1rem;
}
.productList .pItem .ms{
   height: unset !important;
   line-height: 0.35rem;
}
.productList .pItem .pright{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.pItem .ms {
    font-weight: 400;
    font-size: 0.25rem;
    color: #646464;
    margin-bottom: 0;
    line-height: 0.45rem;
}

.pbms {
    margin-top: 0.2rem !important;
}

.pItem {
    display: block;
    margin-bottom: 0.92rem;
    min-height: 4.64rem;
}

.product .pright {
    height: 4.64rem;
}

.product .pItem .ms {
    height: 15vh;
    /* margin-top: 0.33rem; */
    padding-bottom: 0rem !important;
}
.productList .pright .pbTitle {
    font-size: 0.3rem;
    line-height: 0.3rem;
    margin: 0;
    padding-bottom: 0.22rem;
}
.product .pbms {
    height: unset !important;
}

.product .pItem:nth-child(odd) .pleft {
    float: right !important;
}

.product .pItem:nth-child(odd) .pright {
    float: left !important;
}
.innovation .pItem .pright{
    flex-direction:unset;
}
.innovation .pItem:nth-child(even) .pleft {
    float: left !important;
}

.innovation .pItem:nth-child(even) .pright {
    float: right !important;
}

.innovation .pItem:nth-child(odd) .pleft {
    float: right !important;
}

.innovation .pItem:nth-child(odd) .pright {
    float: left !important;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.pright {
    float: right;
}

.pleft {
    float: left;
}

.pItem .ms {
    overflow: hidden;
}

.pItem::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.pright .pbTitle {
    font-size: 0.3rem;
}

.pbTitle::before {
    background: #89007A;
}

.pImage img {
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
}

.pImage {
    height: 4.64rem;
}

.newTitle {
    font-size: 0.37rem;
    color: #545454;
}

.productList .newItem {
    width: 48% !important;
}
.newItem .ms{
    color: #646464;
}
.productList .newPic {
    height: 3.65rem;
}

.newBan {
    margin-top: 0;
    background: url("../static/images/newpic_03.png") !important;
    background-size: cover !important;
}

.innovation .pright {
    width: 36.5%;
    padding-top: 0.55rem;
    box-sizing: border-box;
}

.innovation .pleft {
    width: 58%;
}

.innovation .pItem {
    height: 5.6rem;
}

.innovation .pImage {
    height: 100%;
}

.innovationList .pItem:nth-child(2n) .pright {
    padding-left: 0.65rem;
    padding-right: 0;
}

.newBan1 {
    margin-top: 1.3rem;
    margin-bottom: 0.24rem;
    background: url("../static/images/newpic_21.png") !important;
}

.reduction {
    justify-content: center;
    width: 77%;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: flex-start;
}

.rItem {
    width: 33%;
    margin-bottom: 1.56rem;
    padding: 0;
    box-sizing: border-box;
}

.rItem:nth-child(3n) {
    margin-right: 0 !important;
}

.rpic {
    width: 2.16rem;
    height: 2.16rem;
    margin: 0 auto;
}

.rpic img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.rTitle {
    font-size: 0.3rem;
    margin-bottom: 0.4rem;
    color: #646464;
    font-weight: 500;
    margin-top: 0.45rem;
    text-align: center;
    font-weight: bold;
}

.reduction .rms {
    line-height: 0.4rem;
}

.rms div{
    font-size: 0.25rem;
    text-align: center;
    line-height: 0.33rem;
    font-weight: 300;
    color: #646464;
}

.top .title,
.top .description {
    color: #545454;
}

.top {
    padding: 0.97rem 0 0.65rem;
    box-sizing: border-box;
}

#MagX {
    margin-bottom: 0.92rem;
}

.cright {
    width: 51%;
    /* height: 8.29rem; */
}

.cleft {
    width: 40%;
}

.company {
    padding-top: 1.76rem;
    box-sizing: border-box;
    align-items: unset;
}

.cright img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: unset;
    height: unset
}

.aboutms {
    font-size: 0.24rem;
    color: #646464;
    line-height: 0.42rem;
}
.about_title {
    color: #545454;
    margin-bottom: 0.33rem;
}

.iconItem {
    width: 32%;
}

.iconItem>div {
    height: 1.72rem;
    border-radius: 0.1rem;
    background: #eeeeee;
}

.iconItem>div img {
    display: block;
}

/* .aboutIconList {
    margin-top: 1.1rem;
} */

.icon {
    margin: 0 auto;
    height: 0.67rem;
}

.icon img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.iconItem {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 0.1rem;
}

.iconItem>div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.iconItem span {
    display: block;
    width: 100%;
    font-size: 0.3rem;
    text-align: center;
    color: #545454;
}

.iconItem>span {
    margin-top: 0.25rem;
}

.culture .title {
    color: #545454;
}

.culture .description {
    color: #545454;
    width: 85%;
    font-size: 0.25rem;
    color: #646464;
    line-height: 0.42rem;
}

.culture {
    width: 86%;
    margin: 0 auto;
    padding: 0 !important;
    margin-bottom: 0.7rem;
}

.cultureList {
    width: 86%;
    margin: 0 auto;
}

.citem {
    width: 32%;
    margin-right: 2%;
    border-radius: 0.1rem;
}

.citem:nth-child(3n) {
    margin-right: 0 !important;
}

.cpic {
    margin-bottom: 0.45rem;
}

.cpic img {
    display: block;
    width: 100%;
}

.citem span {
    font-size: 0.29rem;
    color: #545454;
    text-align: left;
    width: 100%;
    display: block;
    line-height: 0.44rem;
}

.cultureList {
    align-items: flex-start;
    margin-bottom: 2.14rem;
}

.factory {
    width: 100%;
    height: 10.98rem;
    background: url("../static/images/about_27.png");
    background-size: cover;
    padding-top: 1.23rem;
    box-sizing: border-box;
}

.factory .title::before {
    background: #fff;
}

.organization .cright {
    height: 6.94rem;
}

.organization {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 1.45rem;
}

.aboutms b {
    font-size: 0.33rem;
    margin-bottom: 0.4rem;
    display: block;
    font-weight: bold;
    width: 100%;
    color: #545454;
}

.brand {
    background: #F1F1F1;
}

.company {
    width: 85%;
    margin: 0 auto;
    justify-content: space-between;
}
.company .cleft{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#culture {
    padding-top: 2rem;
    box-sizing: border-box;
}

.brand {
    margin-top: 1.51rem;
    box-sizing: border-box;
    background: #f1f1f1 !important;
    padding-bottom: 1.12rem;
}

.brand .ban {
    background: url("../static/images/about_44.png") !important;
    margin-bottom: 0.97rem;
    box-sizing: border-box;
}

/* .brand .description {
    width: 73%;
} */

.brandList {
    width: 86%;
    margin: 0 auto;
    align-items: flex-start;
}

.bItem {
    width: 32%;
    position: relative;
}

.bItem:last-child {
    margin-right: 0;
}

.bpic {
    width: 100%;
    min-height: 4.16rem;
    background: #fff;
}

.bpic img {
    max-width: 100%;
    max-height: 100%;
}

.bItem .line {
    padding-bottom: 0.35rem;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 0.3rem;
}

.bItem .line::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.06rem;
}

.purple .line::before {
    background: #89007a;
}

.yellow .line::before {
    background: #f1b633;
}

.green .line::before {
    background: #3c964c;
}

.btitle {
    font-size: 0.33rem;
    color: #646464;
    font-weight: bold;
}

.bms {
    margin-top: 0.24rem;
    font-size: 0.25rem;
    line-height: 0.4rem;
    color: #646464;
}

.equipment‌ .productMain {
    margin: 0 !important;
}

.equipment‌ {
    width: 86%;
    margin: 0 auto;
    padding-top: 1.5rem;
    box-sizing: border-box;
}

.equipment‌ .brandList {
    width: 100%;
    margin-top: 0.41rem;
    align-items: flex-start;
}

.equipment‌ .bpic {
    min-height: 3.1rem;
    max-height: 3.1rem;
    margin-bottom: 0.2rem;
    border-radius: 0.2rem;
}

.qualification {
    padding-top: 1.45rem;
}

.qualification .productMain {
    padding-top: 0;
    margin-top: 0;
}

.qualificationList {
    align-items: flex-start !important;
    flex-wrap: wrap;
}

.qItem {
    width: 28%;
    margin-bottom: 1.2rem;
}

.erjiCen {
    width: 86%;
    margin: 0 auto;
}

.qic {
    max-width: 100%;
    height: 2.59rem;
    margin: 0 auto;
    text-align: center;
}

.qic img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    width: unset;
    height: unset;
}

.qItem span {
    margin-top: 0.42rem;
    font-size: 0.25rem;
    color: #646464;
    text-align: center;
    display: block;
    line-height: 0.45rem;
}

.contact {
    width: 84%;
    margin: 0 auto;
    margin-top: 1.75rem;
    align-items: flex-start;
}

.conRight {
    width: 51%;
}

.map {
    width: 100%;
    height: 4.02rem;
}

.flex .form-group {
    width: 48%;
    margin-right: 4%;
    min-height: 1.15rem;
}

.flex .form-group:nth-child(2n) {
    margin-right: 0;
}

.form {
    margin-bottom: 0.95rem;
}

.form .flex {
    flex-wrap: wrap;
}

.btn {
    width: 1.2rem;
    height: 0.4rem;
    border-radius: 0.1rem;
    background: #3C964C;
    color: #fff;
    text-align: center;
    margin-top: 0.3rem;
}

.required {
    position: relative;
    right: -0.05rem;
    top: -0.02rem;
    color: red;
}

.form-textarea {
    width: 100% !important;
    border-radius: 0.05rem;
}

.form-textarea textarea {
    width: 100%;
    height: 2.83rem;
}

.introduction h5 {
    font-size: 0.33rem;
    color: #646464;
    margin-bottom: 0.45rem;
    font-weight: bold;
}

.introduction ul li {
    font-size: 0.21rem;
    color: #646464;
    line-height: 0.5rem;
    text-align: left;
}

.introduction ul {
    margin-bottom: 0.5rem;
}

.material {
    width: 87%;
    margin: 0 auto;
    margin-top: 1.75rem;
    align-items: flex-start;
    margin-bottom: 0.6rem;
}

.material .cleft {
    width: 35%;
}

.material .cright {
    width: 59.5%;
    height: 5.64rem;
}

.crItem {
    width: 23.5%;
    height: 2.14rem;
    background: #EDEDED;
    border-radius: 0.3rem;
    padding: 0.27rem;
    box-sizing: border-box;
}

.crop {
    width: 86%;
    margin: 0 auto;
}

.crItem .flex {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.crItem .flex span {
    display: block;
    width: 100%;
}

.largeNum {
    font-size: 0.52rem;
    color: #3C964C;
    font-weight: 500;
}

.crTitle {
    font-size: 0.25rem;
    color: #454545;
}

.materialBrand {
    margin-top: 1.34rem;
}

.materialBrand .ban {
    height: 4.29rem;
    background: url("../static/images/material_07.png") !important;
}

.mySwiper .swiper-slide .sipwerpic {
    width: 100%;
    height: 4.16rem;
    background: #fff;
    margin-bottom: 0.3rem;
}

.mySwiper {
    width: 86%;
    margin: 0 auto;
    padding-top: 1.34rem;
    overflow-x: hidden;
    border-radius: 0 !important;
}

.mySwiper .swiper-slide .bItem {
    width: 100%;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
    top: 0.7rem;
    right: 0.1rem;
    left: unset;
    width: 0.6rem;
    height: 0.6rem;
    background: #3C964C;
    border-radius: 50%;
}

.mySwiper .swiper-button-prev {
    right: 0.85rem;
}

.mySwiper .swiper-button-next::after {
    font-size: 0.3rem;
    color: #fff;
}

.mySwiper .swiper-button-prev::after {
    font-size: 0.3rem;
    color: #fff;
}

.mySwiper .bItem .line {
    margin-bottom: 0;
}

.form-group label {
    display: block;
    width: 100%;
    margin-bottom: 0.2rem;
}

.footer h5 a {
    color: #fff;
}

.materialBrand {
    margin-bottom: 0;
}

.cropOrganization .crItem {
    background: #fff;
    width: 30%;
}

.phoneBan {
    display: none;
}

.phoneAboutIcon {
    display: none;
}

.cpic img {
    max-height: 100%;
}

.phonePic {
    display: none;
}

.phoneRight {
    display: none;
}

.picon {
    display: block;
}

.btn {
    border: 0;
}

.more {
    display: block;
    color: #3C964C;
}

.cens {
    width: 85%;
}

.innovation .pItem {
    margin-bottom: 0.84rem !important;
}

.btn:focus,
.btn:hover {
    background: #3c964c !important;
    border-color: #3C964C !important;
    box-shadow: none;
    color: #fff !important;
}

.form {
    margin-bottom: 8%;
}

.erjiCen {
    padding-bottom: 5%;
}

.mobileHead {
    display: none;
    background: #fff;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.mlogo {
    width: 65%;
    padding: 0 3%;
    display: flex;
    float: left;
    vertical-align: middle;
    position: absolute;
    align-items: center;
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
}

.mobileHead {
    padding: 2% 2% 2% 0;
    align-items: center;
    box-sizing: border-box;
}

.mlogo img {
    width: 100%;
    height: 100%;
    display: block;
}

.mlogo a {
    display: block;
    width: 100%;
}

.menu {
    width: 0.4rem;
    height: 0.4rem;
    background: #fff;
    float: right;
    margin: 2% 0;
}

.menu img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.mNav {
    position: fixed;
    top: 0.75rem;
    display: none;
    width: 50%;
    right: 0;
    height: 100vh;
    z-index: 9999;
    background: rgba(247, 247, 247, 0.8);
}

.mNav ul {
    padding: 0 8%;
    box-sizing: border-box;
}

.mNav ul li {
    font-size: 0.18rem;
    color: #3C964C;
    padding: 3% 0;
    line-height: 0.45rem;
    border-bottom: 0.01rem solid #3C964C;
    box-sizing: border-box;
}

.mNav ul li a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.xlIcon {
    width: 0.2rem;
    height: 0.2rem;
    margin: 5% 0;
    display: block;
}

.xlIcon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.mBtitle {
    width: 80%;
    color: #3C964C;
}

.m_active .menuIcon {
    display: none !important;
}

.m_active .closeIcon {
    display: block !important;
}

.closeIcon {
    display: none !important;
    max-width: 70% !important;
    max-height: 70% !important;
}

.phonePic img {
    max-width: 100%;
    max-height: 100%;
    height: unset;
}

.picms {
    position: absolute;
    top: 0;
    left:0;
    z-index: 100;
    height: 100%;
    width: 100%;
    padding: 0.52rem 0.55rem;
    box-sizing: border-box;
}
.picms .picDesc{
    width: 100%;
}

.category .pic {
    position: relative;
}

.picTitle {
    font-size: 0.55rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5%;
}

.picDesc {
    width: 62%;
    font-size: 0.35rem;
    line-height: 0.55rem;
    color: #fff;
}

.mobileFoot {
    display: none;
    /* margin-top: 10%; */
    padding: 5% 6%;
    background: #3C964C;
    box-sizing: border-box;
    padding-bottom: 0.8rem;
}

.mfLogo {
    width: 70%;
}

.mfLogo a {
    display: block;
    width: 100%;
    height: 100%;
}

.mfLogo img {
    max-width: 100%;
    max-height: 100%;
}

.mfNavList>ul>li {
    width: 100%;
}

.firstMenu {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 0.01rem solid #fff;
}

.firstMenu a {
    width: 85%;
    margin-right: 15%;
}

.mfNavList .firstMenu span {
    font-size: 0.2rem;
    color: #fff;
    display: block;
}

.mobileFoot .copyRight {
    padding: 5% 0;
    box-sizing: border-box;
}

.ferjiList a {
    font-size: 0.18rem;
    line-height: 0.4rem;
    color: #fff;
}

.ferjiList {
    display: none;
}

.mfNavList li::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.map img {
    display: block;
    width: 100%;
    height: 100%;
}

.map {
    margin-bottom: 0.3rem;
}

.form-group input {
    font-size: 0.16rem;
    height: 0.45rem !important;
    padding: 0 0.2rem;
    border-radius: 10px;
}
.form-control:focus{
    box-shadow: none;
}
.form-control::placeholder {
    font-size: 0.16rem !important;
    color: #999 !important;
    opacity: 1 !important;
}

.form-group label {
    font-size: 0.18rem;
}
.form-textarea textarea {
    height: 150px;
    font-size: 0.16rem;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
}
.btn{
    font-size: 0.18rem;
    padding: 0;
}
.form-control.is-invalid, .was-validated .form-control:invalid{
    background-size: unset;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.12rem;
    font-size: 0.15rem;
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus{
    box-shadow: none;
}

.animate__fadeInUp {
    --animate-duration: 1s;  /* 动画持续1秒 */
    animation-delay: 0.5s;   /* 延迟0.5秒开始 */
}
.animate__bounceIn {
    --animate-duration: 1s;  /* 动画持续1秒 */
    animation-delay: 0.5s;   /* 延迟0.5秒开始 */
}
.animate__fadeInRight {
    --animate-duration: 1s;  /* 动画持续1秒 */
    animation-delay: 0.5s;   /* 延迟0.5秒开始 */
}
.animate__fadeInLeft {
    --animate-duration: 1s;  /* 动画持续1秒 */
    animation-delay: 0.5s;   /* 延迟0.5秒开始 */
}

.flexBox{
    width: 100%;
    display: flex;
    align-items: center;
}
.flexBox span{
    width: unset !important;
}
.banner3 span{
    display: block;
    width: 100%;
    color: #fff;
    line-height: 0.8rem;
}
.banner3 h5{
    color: #cda96e;
}
.banner2 h5{
    color: #acc045;
}
.banner1 span{
    color: #2f4f60;
    display: block;
    width: 100%;
}
.banner1 h5{
    color: #6897a5;
}
/* 全局防拉伸、防变形 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    width: 100vw;
    /* 关键：高度自动，不写死固定高度 */
    height: auto;
    overflow-x: hidden;
  }
  
  /* 所有图片防变形 */
  img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }
  
  /* 所有模块容器：等比例自适应，不写死height */
  .wrap, .section, .box {
    width: 100%;
    height: auto;
    /* 用aspect-ratio固定宽高比，全局缩放也不变形 */
    aspect-ratio: 16 / 9; /* 按你设计稿比例改，比如4/3、21/9 */
  }
  .gyban{
      display: none;
  }
  .nyBan{
      display: none;
  }
  .phoneMag{
      display: none;
  }
  .whyBan{
      display: none;
  }
  .cenBox{
      width: 85%;
      margin: 0 auto;
  }
  .pright>div{
      width: 100%;
  }
  .productBox .center{
width: 85%;
}