/* 主页 */
.target-fix {
  position: relative;
  top: -80px; 
  display: block;
  visibility: hidden;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 80px;
  background: #fff;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.header .m {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .m h1 {
  display: block;
  width: 282px;
  /* height: 57px; */
}
.header .m h1 > img {
  display: block;
  width: 282px;
  height: 64px;
}
.header .m .right {
  height: 100%;
  display: flex;
  align-items: center;
}

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

.header .m .right ul li {
  font-size: 14px;
  color: #282828;
  transition: all 0.2s;
  height: 100%;
  width: 120px;
  position: relative;
}

.header .m .right ul li:hover {
  /* background: #329b19; */
}

.header .m .right ul li:hover a {
  color: #0081f9;
}

.header .m .right ul li:hover .showslide {
  display: block;
}

.header .m .right ul li .showslide {
  width: 276px;
  overflow: auto;
  max-height: 520px;
  display: none;
  z-index: 99999;
  position: absolute;
  left: 0;
  top: 133px;
  background: rgba(255, 255, 255, 0.95);
}

.header .m .right ul li .showslide div {
  height: 65px;
  width: 100%;
  transition: all 0.1s;
  border-bottom: 1px dashed #999;
}

.header .m .right ul li .showslide div:hover {
  background: #42bf38;
  border-bottom: 1px dashed #42bf38;
}

.header .m .right ul li .showslide div:hover a p {
  color: #fff;
}

.header .m .right ul li .showslide div a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

.header .m .right ul li .showslide div a p {
  font-size: 20px;
  color: #000000;
}

.header .m .right ul li .showslide div:last-child {
  border: none;
}

.header .m .right ul li.on {
  /* background: #329b19; */
  /* color: #0081F9; */
}

.header .m .right ul li.on a {
  /* color: #fff; */
  color: #0081f9;
  font-weight: bold;
}

.header .m .right ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #000000;
}

.header .m .right .cha {
  height: 100%;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .m .right .cha p {
  font-size: 16px;
  color: #333;
  width: 60px;
  text-align: center;
}
.shopArea {
  position: relative;
  display: flex;
  margin-left: 0px;
}
.shopArea > a:nth-last-child(1) {
  margin-left: 20px;
}
.shopArea > a .shopImg {
  display: block;
  width: 126px;
  height: 26px;
  cursor: pointer;
}

.homeBg {
  display: block;
  width: 100%;
  height: 100%;
}

.banner {
  position: relative;
  overflow: hidden;
  height: 416px;
  width: 100%;
  padding-top: 80px;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
}

.banner .swiper-container .swiper-slide .m {
  width: 1600px;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  height: 100%;
  align-items: center;
}

.banner .swiper-container .swiper-slide .m h3 {
  font-size: 42px;
  color: #fff;
  margin-top: 145px;
  text-align: center;
}

.banner .swiper-container .swiper-slide .m .font {
  overflow: hidden;
  width: 535px;
}

.banner .swiper-container .swiper-slide .m .font.on {
  width: auto;
}

.banner .swiper-container .swiper-slide .m .font p {
  font-size: 42px;
  margin-bottom: 28px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.banner .swiper-container .swiper-slide .m .font .md {
  display: flex;
  margin-bottom: 28px;
  align-items: center;
  justify-content: space-between;
}

.banner .swiper-container .swiper-slide .m .font .md p {
  margin-bottom: 0;
}

.banner .swiper-container .swiper-slide .m .font em {
  display: block;
  font-size: 32px;
  color: #fff;
  line-height: 55px;
  font-weight: bold;
}
.banner .homeInfo {
  position: absolute;
  top: 18%;
  left: 16%;
  width: 520px;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  z-index: 4;
}
.banner .homeInfo .shachihata {
  display: block;
  width: 154px;
  height: 37px;
}
.banner .homeInfo .tat {
  display: block;
  width: 149px;
  height: 68px;
  margin-top: 4px;
}
.banner .homeInfo .homeTitle {
  width: 520px;
  color: #fff;
  font-size: 48px;
  height: 66px;
  line-height: 66px;
  background-color: #0081f9;
  border-radius: 16px;
  text-align: center;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  margin-top: 16px;
}
.banner .homeInfo .homeSlogan {
  color: #3b3b3b;
  font-size: 32px;
  margin-top: 10px;
}
.banner .homeInfo .introductionTitle {
  color: #3b3b3b;
  font-size: 52px;
  font-weight: bold;
  text-align: center;
}
.banner .homeInfo .introductionSubTitle {
  font-size: 30px;
  color: #3b3b3b;
  text-align: center;
  line-height: 44px;
  margin-top: 20px;
}
.banner .contactInfo {
  position: absolute;
  top: 54%;
  left: 28%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #3b3b3b;
}
.banner .contactInfo .contactTitle {
  font-size: 60px;
  line-height: 70px;
  font-weight: bold;
}
.banner .contactInfo .contactSlogan {
  font-size: 42px;
}
.tong_title {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tong_title.on div {
  height: 3px;
  background: #359d1c;
}

.tong_title.on p {
  color: #000;
}

.main_procenter {
  overflow: hidden;
  background: #f4f4f4;
  padding: 85px 0 108px 0;
}

.main_procenter ul {
  width: 1600px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main_procenter ul li {
  overflow: hidden;
  width: 497px;
  background: #fff;
  margin-top: 85px;
  position: relative;
  height: 690px;
}

.main_procenter ul li .pic {
  width: 100%;
  height: 340px;
}

.main_procenter ul li .pic img {
  display: block;
  width: 100%;
}

.main_procenter ul li:hover .box {
  height: 435px;
}

.main_procenter ul li:hover .box .more {
  display: flex;
}

.main_procenter ul li .box {
  width: 100%;
  background: #fff;
  height: 348px;
  padding: 75px 50px 0 45px;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  bottom: 0;
}

.main_procenter ul li .box .more {
  display: flex;
  align-items: center;
  position: absolute;
  left: 45px;
  bottom: 105px;
  display: none;
}

.main_procenter ul li .box .more em {
  font-size: 16px;
  color: #329b19;
  margin-right: 13px;
}

.main_procenter ul li .box p {
  font-size: 26px;
  color: #329b19;
  margin-bottom: 35px;
}

.main_procenter ul li .box span {
  display: block;
  font-size: 16px;
  color: #929292;
  line-height: 28px;
}

.huoban {
  overflow: hidden;
  background: #eaeaea;
  padding: 100px 0 130px 0;
}

.huoban .m {
  width: 1600px;
  margin: 0 auto;
  overflow: hidden;
}

.huoban .m .title {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.huoban .m .title .icon {
  display: flex;
  align-items: center;
}

.huoban .m .title .icon img {
  margin-left: 13px;
  cursor: pointer;
  display: block;
}

.huoban .m .title .left {
  overflow: hidden;
  display: flex;
}

.huoban .m .title .left .line {
  width: 8px;
  height: 43px;
  background: #329b19;
}

.huoban .m .title .left .fonts {
  overflow: hidden;
  margin-left: 18px;
}

.huoban .m .title .left .fonts p {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 20px;
  color: #000000;
}

.huoban .m .title .left .fonts span {
  display: block;
  font-size: 16px;
  color: #5e5e5e;
}

.huoban .m .boxs {
  overflow: hidden;
  width: 100%;
  margin-top: 56px;
}

.huoban .m .boxs .swiper-slide {
  width: 100%;
}

.huoban .m .boxs ul {
  overflow: hidden;
}

.huoban .m .boxs ul li {
  overflow: hidden;
  width: 392px;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}

.huoban .m .boxs ul li:nth-child(4n) {
  margin-right: 0;
}

.huoban .m .boxs ul li img {
  display: block;
}

.main_newscenter {
  overflow: hidden;
  background: #fff;
  padding: 130px 0 90px 0;
}

.main_newscenter .m {
  width: 1600px;
  margin: 0 auto;
  overflow: hidden;
}

.main_newscenter .m .title {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main_newscenter .m .title .icon {
  display: flex;
  align-items: center;
}

.main_newscenter .m .title .icon img {
  margin-left: 13px;
  cursor: pointer;
  display: block;
}

.main_newscenter .m .title .left {
  overflow: hidden;
  display: flex;
}

.main_newscenter .m .title .left .line {
  width: 8px;
  height: 43px;
  background: #329b19;
}

.main_newscenter .m .title .left .fonts {
  overflow: hidden;
  margin-left: 18px;
}

.main_newscenter .m .title .left .fonts p {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 20px;
  color: #000000;
}

.main_newscenter .m .title .left .fonts span {
  display: block;
  font-size: 16px;
  color: #5e5e5e;
}

.main_newscenter .m .boxs {
  overflow: hidden;
  width: 100%;
  margin-top: 100px;
}

.main_newscenter .m .boxs .swiper-slide {
  width: 520px;
  margin-right: 18px;
}

.main_newscenter .m .boxs .item {
  overflow: hidden;
  width: 100%;
  float: left;
  margin-right: 18px;
  background: #f6f6f6;
}

.main_newscenter .m .boxs .item:hover .pic img {
  transform: scale(1.1);
}

.main_newscenter .m .boxs .item:hover .box {
  background: #329b19;
}

.main_newscenter .m .boxs .item:hover .box p {
  color: #fff;
}

.main_newscenter .m .boxs .item:hover .box span {
  color: #fff;
}

.main_newscenter .m .boxs .item .pic {
  width: 100%;
  overflow: hidden;
  height: 379px;
}

.main_newscenter .m .boxs .item .pic img {
  display: block;
  transition: all 0.4s;
  width: 100%;
}

.main_newscenter .m .boxs .item .box {
  overflow: hidden;
  transition: all 0.2s;
  height: 215px;
  padding: 46px 0 0 35px;
}

.main_newscenter .m .boxs .item .box p {
  font-size: 42px;
  color: #a2a2a2;
  line-height: 1;
  margin-bottom: 20px;
}

.main_newscenter .m .boxs .item .box span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 26px;
  color: #6c6c6c;
}

.desfont {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #5e5e5e;
  margin-top: 20px;
}

.tong_title div {
  width: 120px;
  height: 1px;
  background: #003a5f;
}

.tong_title p {
  font-size: 36px;
  margin: 0 28px;
  color: #003a5f;
}

.main_home {
  /* overflow: hidden; */
  width: 100%;
  /* width: 1200px; */
  margin: 0 auto;
  padding-bottom: 46px;
  /* padding: 84px 0 110px 0; */
  background-color: #f5f5f5;
}
.main_home .home_info {
  position: relative;
  top: -90px;
  margin: 0 auto;
  width: 1200px;
  height: 510px;
  background: url("../images/whiteBgA.png");
  background-size: cover;
  padding: 125px 81px 54px 68px;
  z-index: 4;
}
.main_home .home_info .infoLine {
  display: flex;
  justify-content: space-between;
}
.main_home .home_info .infoLine .companyName {
  color: #282828;
  font-size: 36px;
  font-weight: bold;
}
.main_home .home_info .infoLine .companyBtn {
  background-color: #0081f9;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.main_home .home_info .infoLine .companyBtn > a {
  display: block;
  padding: 12px 22px;
  color: #fff;
}
.main_home .home_info .infoLine .companyBtn .arrowIcon {
  width: 14px;
  height: 11px;
  margin-left: 9px;
}
.main_home .home_info .infoMessage {
  margin-top: 24px;
  font-size: 16px;
  color: #686868;
  line-height: 32px;
}
.main_home .home_info .sloganArae {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.main_home .home_info .sloganArae .sloganItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main_home .home_info .sloganArae .sloganItem img {
  display: block;
  width: 94px;
  height: 94px;
}
.main_home .home_info .sloganArae .sloganItem .sloganText {
  color: #282828;
  font-size: 20px;
  margin-top: 10px;
}
.main_home .product_info {
  margin: 0 auto;
  width: 1200px;
}
.main_home .product_info .titleLine .subTitleLine {
  color: #999;
  font-size: 14px;
  text-align: center;
}
.main_home .product_info .titleLine .subTitleLine > img {
  width: 16px;
  height: 11px;
}
.main_home .product_info .titleLine .titleText {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
.main_home .product_info .productArae {
  margin-top: 49px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 70px;
}
.main_home .product_info .productArae .sloganItem > a > img {
  display: block;
  width: 393px;
  height: 356px;
}
.main_home .product_info .productArae .sloganItem .sloganText {
  width: 393px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #282828;
  text-align: center;
  font-size: 20px;
  margin-top: 9px;
}
.main_home .brand_info {
  margin: 0 auto;
  width: 1200px;
  height: 1020px;
  background: url("../images/whiteBgB.png");
  padding: 50px 75px 44px;
}
.main_home .brand_info .titleLine .subTitleLine {
  color: #999;
  font-size: 14px;
  text-align: center;
}
.main_home .brand_info .titleLine .subTitleLine > img {
  width: 16px;
  height: 11px;
}
.main_home .brand_info .titleLine .titleText {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
.main_home .brandArea {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

.main_home .brandArea .brandItem {
  color: #282828;
  font-size: 20px;
  text-align: center;
  margin: 0px 10px 37px 10px;
}
.main_home .brandArea .brandItem a {
    color: #000;
}
.main_home .brandArea .brandItem a > img {
  display: block;
  width: 242px;
  height: 178px;
}
.main_home .brandArea .brandItem a .brandTitle {
  width: 242px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 16px;
}
.main_home .brandBtn {
  margin: 0 auto;
  width: fit-content;

  align-items: center;
  font-size: 16px;
}
.main_home .brandBtn > a {
  padding: 12px 22px;
  color: #fff;
  background-color: #0081f9;
}
.main_home .brandBtn > a > img {
  width: 14px;
  height: 11px;
  margin-left: 9px;
}
/* 产品橱窗 */
.main_pro {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 46px;
  background-color: #fff;
}
.main_pro .pro_info {
  margin: 0 auto;
  padding-top: 22px;
  width: 1200px;
  display: flex;
  flex-direction: column;
}

.main_pro .pro_info .menuTitleLine {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #686868;
}
.main_pro .pro_info .menuTitleLine .menuIcon {
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 9px;
}
.main_pro .pro_info .menuTitleLine > a {
  color: #686868;
}
.main_pro .pro_info .productMain {
  display: flex;
  margin-top: 20px;
}
.main_pro .pro_info .productMain .menuArea {
  flex-shrink: 0;
  width: 280px;
  display: flex;
  flex-direction: column;
  border-top: 3px solid #0081f9;
}
.main_pro .pro_info .productMain .menuArea > li > a {
  /* height: 60px; */
  display: flex;
  justify-content: space-between;
  line-height: 60px;
  color: #3b3b3b;
  font-size: 16px;
  border-bottom: 1px solid #dedede;
  cursor: pointer;
  transition: 0.6s;
}
.main_pro .pro_info .productMain .menuArea > li > a .arrowIcon {
  width: 7px;
  height: 13px;
}
.main_pro .pro_info .productMain .menuArea > li > ul {
  display: none;
  background-color: #f6f6f6;
  font-size: 16px;
  /*padding: 0 20px;*/
}
.main_pro .pro_info .productMain .menuArea > li > ul > li > a {
  color: #3b3b3b;
  display: block;
  padding: 0 20px;
}

.selected_li {
    background-color: rgba(0,0,0,.1);
}

.main_pro .pro_info .productMain .menuArea > li > ul > li {
  line-height: 60px;
}
.main_pro .pro_info .productMain .productArea,
.noData {
  flex: 1;
  margin-left: 40px;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  gap: 10px;
}
.noData {
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #aaa;
}
.main_pro .pro_info .productMain .productArea .productItem {
  width: 285px;
  height: fit-content;
  padding: 10px 10px 18px 10px;
  margin-bottom: 20px;
  border: 1px solid #efefef;
  text-align: center;
  color: #686868;
  font-size: 16px;
}
.main_pro .pro_info .productMain .productArea .productItem .itemBox {
  display: block;
  color: #686868;
}
.main_pro .pro_info .productMain .productArea .productItem .itemBox > img {
  display: block;
  width: 265px;
  height: 223px;
}
.main_pro .pro_info .productMain .productArea .productItem .itemBox > span {
  display: block;
  width: 265px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 18px;
}
/* 详情页 */

.main_pro .prodetail_info {
  margin: 0 auto;
  padding-top: 110px;
  width: 1200px;
  display: flex;
  flex-direction: column;
}

.main_pro .prodetail_info .menuTitleLine {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #686868;
}
.main_pro .prodetail_info .menuTitleLine > a {
  color: #686868;
}
.main_pro .prodetail_info .menuTitleLine .menuIcon {
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 9px;
}
.main_pro .prodetail_info .productMain {
  display: flex;
  margin-top: 20px;
}
.main_pro .prodetail_info .productMain .menuArea {
  flex-shrink: 0;
  width: 280px;
  display: flex;
  flex-direction: column;
  border-top: 3px solid #0081f9;
}
.main_pro .prodetail_info .productMain .menuArea > li > a {
  /* height: 60px; */
  display: flex;
  justify-content: space-between;
  line-height: 60px;
  color: #3b3b3b;
  font-size: 16px;
  border-bottom: 1px solid #dedede;
  cursor: pointer;
  transition: 0.6s;
}
.main_pro .prodetail_info .productMain .menuArea > li > a .arrowIcon {
  width: 7px;
  height: 13px;
}
.main_pro .prodetail_info .productMain .menuArea > li > ul {
  display: none;
  background-color: #f6f6f6;
  font-size: 16px;
  padding: 0 20px;
}
.main_pro .prodetail_info .productMain .menuArea > li > ul > li > a {
  color: #3b3b3b;
}
.main_pro .prodetail_info .productMain .menuArea > li > ul > li {
  line-height: 60px;
}
.main_pro .prodetail_info .productMain .productArea {
  flex: 1;
  margin-left: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main_pro .prodetail_info .productMain .productArea {
  flex: 1;
  margin-left: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main_pro .prodetail_info .productMain .productArea .productItem {
  width: 285px;
  padding: 10px 10px 18px 10px;
  margin-bottom: 20px;
  border: 1px solid #efefef;
  text-align: center;
  color: #686868;
  font-size: 16px;
}
.main_pro .prodetail_info .productMain .productArea .productItem .itemBox {
  display: block;
  color: #686868;
}
.main_pro
  .prodetail_info
  .productMain
  .productArea
  .productItem
  .itemBox
  > img {
  display: block;
  width: 265px;
  height: 223px;
}
.main_pro
  .prodetail_info
  .productMain
  .productArea
  .productItem
  .itemBox
  > span {
  display: block;
  margin-top: 18px;
}

.main_pro .prodetail_info .productMain .productDetail {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
  flex: 1;
}
.main_pro .prodetail_info .productMain .productDetail .productMainInfo {
  display: flex;
  width: 100%;
}
.main_pro
  .prodetail_info
  .productMain
  .productDetail
  .productMainInfo
  .productImages {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  width: 412px;
}
.main_pro
  .prodetail_info
  .productMain
  .productDetail
  .productMainInfo
  .productImages
  .productMainImg {
  display: block;
  width: 412px;
  /*height: 412px;*/
  height: auto;
  transition: .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s;
  -ms-transition: .6s;
  -o-transition: .6s;
}
.main_pro
  .prodetail_info
  .productMain
  .productDetail
  .productMainInfo
  .productImages
  .subImages {
  /* flex: 1; */
  overflow-x: auto;
  margin-top: 20px;
  list-style: none;
  display: flex;
}
.main_pro
  .prodetail_info
  .productMain
  .productDetail
  .productMainInfo
  .productImages
  .subImages
  > li
  > a {
  display: block;
  margin-right: 18px;
}
.main_pro
  .prodetail_info
  .productMain
  .productDetail
  .productMainInfo
  .productImages
  .subImages
  .subImg {
  display: block;
  width: 68px;
  height: 68px;
}
.main_pro
  .prodetail_info
  .productMain
  .productDetail
  .productMainInfo
  .productInfos {
  flex: 1;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
}
.main_pro
  .prodetail_info
  .productMain
  .productDetail
  .productMainInfo
  .productInfos
  .productInfoTop {
  /* height: 412px; */
  border-bottom: 1px dashed #dedede;
  line-height: 40px;
}
.main_pro
  .prodetail_info
  .productMain
  .productDetail
  .productMainInfo
  .productInfos
  .productTitle {
  padding-right: 32px;
  font-size: 20px;
  color: #282828;
  font-weight: bold;
}
.main_pro
  .prodetail_info
  .productMain
  .productDetail
  .productMainInfo
  .productInfos
  .productPriceLine {
  font-size: 14px;
  color: #686868;
}
.main_pro
  .prodetail_info
  .productMain
  .productDetail
  .productMainInfo
  .productInfos
  .productPrice {
  font-size: 28px;
  color: #ff564a;
  font-weight: bold;
}

.main_pro
  .prodetail_info
  .productMain
  .productDetail
  .productMainInfo
  .productInfos
  .productLine {
  display: flex;
  font-size: 16px;
  color: #999999;
}
.main_pro
  .prodetail_info
  .productMain
  .productDetail
  .productMainInfo
  .productInfos
  .productInfoBottom {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
.main_pro
  .prodetail_info
  .productMain
  .productDetail
  .productMainInfo
  .productInfos
  .productInfoBottom
  .productText {
  color: #686868;
  font-weight: bold;
}
.main_pro
  .prodetail_info
  .productMain
  .productDetail
  .productMainInfo
  .productInfos
  .productInfoBottom
  .btnAreas {
  display: flex;
  margin-top: 12px;
}
.main_pro
  .prodetail_info
  .productMain
  .productDetail
  .productMainInfo
  .productInfos
  .productInfoBottom
  .btnAreas
  > a {
  margin-right: 30px;
}
.main_pro
  .prodetail_info
  .productMain
  .productDetail
  .productMainInfo
  .productInfos
  .productInfoBottom
  .buyIcon {
  display: block;
  width: 126px;
  /*height: 36px;*/
}
.main_pro .pro_info .productMain .menuArea > li > .choosedA {
  background-color: #0066ff;
  padding: 0 20px;
  color: #fff;
}
.main_pro .prodetail_info .productMain .menuArea > li > .choosedA {
  background-color: #0066ff;
  padding: 0 20px;
  color: #fff;
}
/* 产品详情 */
.productDesc {
  margin-top: 40px;
}
.productDesc .descTitle {
  color: #0081f9;
  font-size: 20px;
  margin-bottom: 0.2rem;
}
.productDesc .detailImg {
  width: 100%;
}
.productDesc .cateArea {
  text-align: center;
}
/*  */
.main_home .main_introduce {
  overflow: hidden;
  width: 100%;
  padding: 150px 0 0 0;
}

.main_home .main_introduce.on {
  padding-top: 40px;
}

.main_home .main_introduce .box {
  overflow: hidden;
  margin-top: 110px;
  display: flex;
  justify-content: space-between;
}

.main_home .main_introduce .box .pic {
  width: 690px;
  overflow: hidden;
}

.main_home .main_introduce .box .pic img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.main_home .main_introduce .box .grow {
  overflow: hidden;
  width: 903px;
  background: #f0f0f0;
  padding: 0 45px;
}

.main_home .main_introduce .box .grow .more {
  overflow: hidden;
  width: 222px;
  height: 75px;
  background: #1ec914;
  float: right;
  margin-top: 50px;
}

.main_home .main_introduce .box .grow .more a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.main_home .main_introduce .box .grow .more a em {
  font-size: 16px;
  color: #fff;
  margin-right: 5px;
}

.main_home .main_introduce .box .grow p {
  font-size: 21px;
  color: #000000;
  line-height: 38px;
  margin-top: 40px;
}

.main_home .main_introduce .news {
  overflow: hidden;
  margin-top: 88px;
}

.main_home .main_introduce .news .title {
  overflow: hidden;
}

.main_home .main_introduce .news .title p {
  font-size: 32px;
  color: #003a5f;
  text-align: center;
}

.main_home .main_introduce .news .title div {
  overflow: hidden;
  display: flex;
  margin-top: 33px;
  align-items: center;
  justify-content: center;
}

.main_home .main_introduce .news .title div span {
  font-size: 21px;
  color: #676767;
  margin: 0 19px;
}

.main_home .main_introduce .news .cont {
  overflow: hidden;
  margin-top: 66px;
}

.main_home .main_introduce .news .cont p {
  font-size: 21px;
  color: #000000;
  line-height: 36px;
  margin-top: 40px;
}
.publicizeImg {
  display: block;
  width: 100%;
}
.main_cooperation {
  overflow: hidden;
  padding-top: 169px;
}

.main_cooperation ul {
  overflow: hidden;
  margin-top: 85px;
}

.main_cooperation ul li {
  overflow: hidden;
  width: 392px;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}

.main_cooperation ul li:nth-child(4n) {
  margin-right: 0;
}

.main_cooperation ul li:hover img {
  transform: scale(1.1);
}

.main_cooperation ul li img {
  display: block;
  transition: all 0.4s;
  width: 100%;
}

.tabbar {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabbar div {
  width: 161px;
  height: 53px;
  background: #ededed;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000;
  transition: all 0.2s;
  cursor: pointer;
  margin: 0 7px;
}

.tabbar div.on {
  background: #4fcb43;
  color: #fff;
}

.tabbar div:hover {
  background: #4fcb43;
  color: #fff;
}

.main_news ul li {
  transition: all 0.4s;
}

.footer {
  overflow: hidden;
  width: 100%;
  background: #2d3238;
}

.footer .address {
  overflow: hidden;
  /* height: 170px; */
  border-top: 1px dashed rgba(204, 204, 204, 0.3);
  width: 1200px;
  margin: 0 auto;
}

.footer .address .m {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  /* height: 100%; */
  align-items: center;
}

.footer .address .m p {
  font-size: 26px;
  color: #40c933;
}

.menu {
  display: none;
}

.footer .address .m span {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  padding: 24px;
}

.footer .link {
  overflow: hidden;
  /* padding: 114px 0 0 0; */
  /* height: 448px; */
  padding: 30px 0 36px 0;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer .link .fl {
  overflow: hidden;
  display: flex;
}

.footer .link .fl ul {
  overflow: hidden;
  margin-right: 90px;
}

.footer .link .fl ul:last-child {
  margin-right: 0;
  width: 220px;
}

.footer .link .fl ul li {
  font-size: 14px;
  color: #f3f3f3;
}

.footer .link .fl ul li:first-child {
  margin-bottom: 20px;
}
.footer .link .specialText {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 4px;
  border-bottom: 1px dashed rgba(204, 204, 204, 0.3);
}

.footer .link .fl ul li a {
  color: #bfbfbe;
  font-size: 14px;
  line-height: 35px;
}

.footer .link .fl ul li a:hover {
  color: #0081f9;
}
.footer .link .fl ul li span {
  font-size: 14px;
  color: #bfbfbe;
}
.footer .link .fl ul .contentLi {
  margin-top: 5px;
}
.footer .contactPhone {
  display: none;
  color: #fff;
}
.footer .link .code {
  flex: 1;
  display: flex;
  align-items: center;
  height: 108px;
  margin-left: 56px;
  border-left: 1px dashed rgba(204, 204, 204, 0.3);
}

.footer .link .code .item {
  display: flex;
  align-items: center;
  margin-left: 48px;
  overflow: hidden;
}

.footer .link .code .item img {
  display: block;
  width: 100px;
  height: 99px;
}

.footer .link .code .item p {
  /* text-align: center; */
  font-size: 16px;
  color: #8d8d8d;
  margin-left: 12px;
}
/* 公司介绍 */
.main_introduce .introduction_info {
  display: flex;
  flex-direction: column;
  padding: 40px 0 120px 0;
}
.main_introduce .introduction_info .titleLine {
  color: #282828;
  font-size: 14px;
  text-align: center;
}
.main_introduce .introduction_info .titleLine .subTitleLine {
  color: #999;
  font-size: 14px;
  text-align: center;
}
.main_introduce .introduction_info .titleLine .subTitleLine > img {
  width: 16px;
  height: 11px;
}
.main_introduce .introduction_info .titleLine .titleText {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
.main_introduce .introduction_info .introductionArea {
  margin: 40px auto 0 auto;
  display: flex;
  width: 1200px;
  padding: 0 0.2rem;
}
.main_introduce .introduction_info .introductionArea .introductionImg {
  width: 401px;
  /* height: 299px; */
  height: auto;
}
.main_introduce .introduction_info .introductionArea .introductionText {
  margin-left: 32px;
  line-height: 26px;
  font-size: 16px;
  color: #686868;
}
.main_introduce .cultrue_info {
  padding: 60px 0 90px 0;
  background: url("../images/cultrueBG.png");
}
.main_introduce .cultrue_info .cultrueArea {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
}
.main_introduce .cultrue_info .titleLine {
  color: #282828;
  font-size: 14px;
  text-align: center;
}
.main_introduce .cultrue_info .titleLine .subTitleLine {
  color: #999;
  font-size: 14px;
  text-align: center;
}
.main_introduce .cultrue_info .titleLine .subTitleLine > img {
  width: 16px;
  height: 11px;
}
.main_introduce .cultrue_info .titleLine .titleText {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
.main_introduce .cultrue_info .cultrueItem .cultrueImg {
  display: block;
  width: 210px;
  height: 180px;
}
.main_introduce .cultrue_info .cultrueItem .cultrueText {
  font-size: 16px;
  color: #3d3d3d;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
.main_introduce .belief_info {
  padding: 60px 0 90px 0;
}
.main_introduce .belief_info .titleLine {
  color: #282828;
  font-size: 14px;
  text-align: center;
}
.main_introduce .belief_info .titleLine .subTitleLine {
  color: #999;
  font-size: 14px;
  text-align: center;
}
.main_introduce .belief_info .titleLine .subTitleLine > img {
  width: 16px;
  height: 11px;
}
.main_introduce .belief_info .titleLine .titleText {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}

.main_introduce .belief_info .beliefArea {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  margin-top: 70px;
}
.main_introduce .belief_info .beliefArea .beliefItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 238px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.main_introduce .belief_info .beliefArea .beliefItem .beliefImg {
  display: block;
  width: 78px;
  height: 80px;
}
.main_introduce .belief_info .beliefArea .beliefItem .beliefText {
  margin-top: 31px;
  font-size: 20px;
  color: #282828;
}
/* 联系我们 */
.main_contact {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  padding: 66px 0 118px 0;
}
.main_contact .mapArea {
  box-sizing: border-box;
  width: 694px;
  /* height: 314px; */
  padding: 11px;
  border: 1px solid #f1f1f1;
}
.main_contact .mapArea .mapBox {
  height: 100%;
}
.main_contact .contactInfo {
  padding: 0 20px;
  flex: 1;
  margin-left: 30px;
  border: 1px solid #f1f1f1;
}
.main_contact .contactInfo .contactItem {
  display: flex;
  align-items: center;
  padding: 40px 0 30px 0;
  border-bottom: 1px dashed #f1f1f1;
}
.main_contact .contactInfo .contactItem:nth-last-child(1) {
  border-bottom: none;
}
.main_contact .contactInfo .contactItem .contactIcon {
  display: block;
  width: 31px;
  height: 31px;
}
.main_contact .contactInfo .contactItem .contactDetail {
  margin-left: 8px;
  font-size: 16px;
}
.main_news {
  overflow: hidden;
  padding-top: 134px;
}

.main_news.pro ul li {
  width: 496px;
  margin-right: 56px;
}

.main_news.pro ul li .pic {
  height: 340px;
}

.main_news.pro ul li .box {
  overflow: hidden;
  height: 270px;
  padding: 76px 48px 0 40px;
}

.main_news.pro ul li .box p {
  font-size: 26px;
  color: #329b19;
  margin-bottom: 38px;
}

.main_news.pro ul li .box span {
  display: block;
  font-size: 16px;
  color: #929292;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  white-space: inherit;
}

.main_news h2 {
  font-size: 42px;
  color: #484848;
  line-height: 1;
}

.main_news ul {
  overflow: hidden;
  margin-top: 85px;
}

.main_news ul li {
  overflow: hidden;
  width: 520px;
  float: left;
  margin-right: 18px;
  margin-bottom: 93px;
  background: #fff;
}

.main_news ul li:nth-child(3n) {
  margin-right: 0;
}

.main_news ul li:hover .pic img {
  transform: scale(1.1);
}

.main_news ul li:hover .box {
  background: #329b19;
}

.main_news ul li:hover .box p {
  color: #fff;
}

.main_news ul li:hover .box span {
  color: #fff;
}

.mobile_navbar {
  display: none;
}

.main_news ul li .pic {
  width: 100%;
  overflow: hidden;
  height: 379px;
}

.main_news ul li .pic img {
  display: block;
  transition: all 0.4s;
  width: 100%;
}

.main_news ul li .box {
  overflow: hidden;
  background: #fff;
  transition: all 0.2s;
  height: 215px;
  padding: 46px 0 0 35px;
}

.main_news ul li .box p {
  font-size: 42px;
  color: #a2a2a2;
  line-height: 1;
  margin-bottom: 20px;
}

.main_news ul li .box span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 26px;
  color: #6c6c6c;
}

.page {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page div {
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  min-width: 45px;
  height: 45px;
  font-size: 16px;
  color: #333;
  margin: 0 3px;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #e5e5e5;
}

.page div.on {
  background: #3bc450;
  color: #fff;
  border: 1px solid #3bc450;
}

.page div:hover {
  background: #3bc450;
  color: #fff;
  border: 1px solid #3bc450;
}

/* .main_contact {
	overflow: hidden;
	padding-top: 136px;
}

.main_contact #map {
	width: 100%;
	height: 700px;
}

.main_contact #map img {
	width: 100%;
}

.main_contact ul {
	overflow: hidden;
	margin-top: 100px;
}

.main_contact ul li {
	overflow: hidden;
	width: 467px;
	float: left;
	margin-right: 55px;
	height: 518px;
	margin-bottom: 55px;
	background: #f8f8f8;
	border-bottom: 10px solid #dfdfdf;
}

.main_contact ul li:nth-child(3n) {
	margin-right: 0;
}

.main_contact ul li:hover {
	border-bottom: 10px solid #0a8d00;
}

.main_contact ul li:hover .pic img {
	transform: scale(1.1);
}

.main_contact ul li .pic {
	width: 100%;
	height: 287px;
	overflow: hidden;
}

.main_contact ul li .pic img {
	display: block;
	transition: all .4s;
	height: 100%;
	width: 100%;
}

.main_contact ul li .box {
	overflow: hidden;
	padding: 30px 0 0 45px;
}

.header .m .right .cha select {
	width: 70px;
	border: none;
	background: none;
	font-size: 16px;
	color: #000;
	outline: none;
	padding-left: 20px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.swiper-pagination-bullet-active{
	background: #fff;
}
.main_contact ul li .box p {
	font-size: 26px;
	color: #000000;
	line-height: 1;
	margin-bottom: 26px;
}

.main_contact ul li .box span {
	display: block;
	font-size: 16px;
	color: #818181;
	line-height: 28px;
} */

.infos {
  overflow: hidden;
  width: 100%;
  background: #f2f2f2;
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
}

.infos .pic {
  width: 740px;
  overflow: hidden;
}

.infos .pic img {
  display: block;
  width: 100%;
}

.infos .grow {
  overflow: hidden;
  width: calc(100% - 740px);
  padding: 55px 0 0 60px;
}

.infos .grow p {
  font-size: 42px;
  color: #000000;
  margin-bottom: 40px;
}

.infos .grow span {
  display: block;
  font-size: 21px;
  color: #565656;
  line-height: 40px;
  margin-bottom: 40px;
}

.infos .grow em {
  display: block;
  font-size: 21px;
  color: #565656;
  line-height: 38px;
}

.main_canshu {
  overflow: hidden;
  margin-top: 190px;
}

.main_canshu ul {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 80px;
  margin-top: 100px;
}

.main_canshu ul li {
  overflow: hidden;
  width: 703px;
  float: left;
  margin-bottom: 146px;
}

.main_canshu ul li img {
  display: block;
  width: 100%;
}

.main_canshu .title {
  overflow: hidden;
  width: 700px;
  margin: 0 auto;
}

.main_canshu .title h2 {
  font-size: 55px;
  color: #6c9a4b;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
}

.main_canshu .title > span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #6c9a4b;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.main_canshu .title .b {
  overflow: hidden;
  margin-top: 28px;
}

.main_canshu .title .line {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #6c9a4b;
  padding: 20px;
}

.main_canshu .title .line:first-child {
  border-top: 2px solid #6a9b49;
}

.main_canshu .title .line div {
  overflow: hidden;
  display: flex;
}

.main_canshu .title .line div p {
  font-size: 24px;
  color: #333;
  line-height: 28px;
}

.main_canshu .title .line div span {
  width: 232px;
  display: block;
  font-size: 21px;
  color: #8d8d8d;
  line-height: 28px;
}

.main_contacts {
  overflow: hidden;
  background: #f7f7f9;
  padding: 140px 0 85px 0;
}

.main_contacts .m {
  width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.main_contacts .m .tel {
  overflow: hidden;
  width: 548px;
}
.main_contacts .m .tel .box {
  overflow: hidden;
  background: #eeeef0;
  padding: 58px 0 0 80px;
  height: 255px;
}

.main_contacts .m .tel .box p {
  font-size: 32px;
  color: #000;
  margin-bottom: 20px;
}

.main_contacts .m .tel .box span {
  display: block;
  font-size: 21px;
  color: #585b59;
  line-height: 33px;
}

.main_contacts .m .form {
  overflow: hidden;
  width: 938px;
}

.main_contacts .m .form h2 {
  font-size: 40px;
  color: #000;
  margin-bottom: 30px;
}

.main_contacts .m .form .label {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}

.main_contacts .m .form .label input {
  height: 75px;
  border: 1px solid #e9e9eb;
  padding-left: 36px;
  font-size: 17px;
  color: #333;
  outline: none;
  background: #fff;
}

.main_contacts .m .form .label .inp {
  width: 488px;
}

.main_contacts .m .form .label .inp1 {
  width: 412px;
}

.main_contacts .m .form .label .inp2 {
  width: 100%;
}
.huoban .m .boxs ul li img {
  width: 100%;
}
.main_contacts .m .form .label select {
  width: 412px;
  height: 75px;
  border: 1px solid #e9e9eb;
  padding-left: 36px;
  font-size: 17px;
  color: #333;
  outline: none;
  background: #fff;
}

.main_contacts .m .form .submit {
  width: 355px;
  height: 75px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1160a6;
  font-size: 24px;
  color: #fff;
  margin-top: 55px;
}

/* 1650像素 */
@media (max-width: 1650px) {
  .m,
	/* .main_home, */
	.footer .link,.main_procenter ul,.main_newscenter .m {
    width: 1400px !important;
  }
  .banner {
    height: 350px;
  }
  .banner .homeInfo {
    top: 26%;
    left: 4%;
  }
  .banner .homeInfo .shachihata {
    width: 0.8rem;
    height: auto;
  }
  .banner .homeInfo .tat {
    width: 0.6rem;
    height: auto;
  }
  .banner .homeInfo .homeTitle {
    width: 1.2rem;
    font-size: 0.1rem;
    height: .2rem;
    line-height: .2rem;
  }
  .banner .homeInfo .homeSlogan {
    font-size: 0.14rem;
  }
  .banner .swiper-container .swiper-slide .m .font p {
    font-size: 36px;
  }
  .banner .swiper-container .swiper-slide .m .font {
    width: 490px;
  }
  .main_home .main_introduce .box .grow {
    width: 703px;
  }
  .main_home .main_introduce .box .grow p {
    line-height: 37px;
    margin-top: 25px;
    font-size: 20px;
  }
  .main_cooperation ul li {
    width: 24.4%;
  }
  .main_contact ul li {
    width: 430px;
    height: 470px;
  }
  .main_contact ul li .pic {
    height: 248px;
  }
  .main_news ul li,
  .main_procenter ul li,
  .main_newscenter .m .boxs .swiper-slide {
    width: 32.4%;
  }
  .main_news ul li .pic,
  .main_procenter ul li .pic,
  .main_newscenter .m .boxs .item .pic {
    height: 330px;
  }
  .main_news ul li .box p,
  .main_newscenter .m .boxs .item .box p {
    font-size: 32px;
  }
  .huoban .m .boxs ul li {
    width: 24.4%;
  }
  .main_news ul li .box span,
  .main_newscenter .m .boxs .item .box span {
    font-size: 22px;
  }
  .main_news.pro ul li {
    width: 31%;
    margin-right: 3%;
  }
  .main_news ul li:nth-child(3n) {
    margin-right: 0;
  }
  .main_procenter ul li:nth-child(3n) {
    margin-right: 0;
  }
  .main_news.pro ul li .pic {
    height: 297px;
  }
  .main_news.pro ul li .box {
    height: 240px;
    padding: 46px 48px 0 40px;
  }
  .banner .swiper-container .swiper-slide .m .font em {
    font-size: 28px;
  }
  .main_canshu ul li {
    width: 46%;
  }
  .main_contacts .m .form {
    width: 55%;
  }
  .main_contacts .m .form .label .inp {
    width: 55%;
  }
  .main_contacts .m .form .label .inp1 {
    width: 40%;
  }
  .main_contacts .m .form .label select {
    width: 40%;
  }
  .footer .address {
    width: 1400px;
  }
}

/* 1450像素 */
@media (max-width: 1450px) {
  .m,
	/* .main_home, */
	.footer .link,.main_newscenter .m,.main_procenter ul {
    width: 1200px !important;
  }
  .header .m .right ul li a {
    font-size: 14px;
  }
  .banner {
    height: 303px;
  }
  .banner .swiper-container .swiper-slide .m .font p {
    font-size: 33px;
  }
  .banner .swiper-container .swiper-slide .m .font .md img {
    width: 80px;
    height: auto;
    height: 2px;
  }
  .banner .swiper-container .swiper-slide .m .font {
    width: 400px;
  }
  .main_newscenter .m .boxs .item .pic {
    height: 282px;
  }
  .main_procenter ul li .pic {
    height: 268px;
  }
  .main_procenter ul li {
    height: 600px;
  }
  .huoban .m .boxs ul li {
    width: 24%;
  }
  .huoban .m .boxs ul li img {
    width: 100%;
  }
  .header .m .right ul li {
    width: 120px;
  }
  .main_home .main_introduce .box .pic {
    width: 49%;
  }
  .main_home .main_introduce .box .grow {
    width: 50%;
    padding: 0 25px;
  }
  .main_home .main_introduce .box .grow p {
    font-size: 17px;
    line-height: 33px;
    margin-top: 15px;
  }
  .main_cooperation ul li {
    min-height: 240px;
    width: 24%;
  }
  .footer .link .fl ul {
    margin-right: 50px;
  }
  .main_contact ul li {
    width: 32%;
    margin-right: 2%;
  }
  .main_contact ul li .box {
    padding: 20px;
  }
  .main_contact ul li .pic {
    height: 220px;
  }
  .main_news ul li {
    width: 32%;
  }
  .main_news ul li .pic {
    height: 278px;
  }
  .banner .swiper-container .swiper-slide .m .font em {
    font-size: 23px;
  }
  .main_contacts .m .tel {
    width: 400px;
  }
  .footer .address {
    width: 1200px;
  }
}
/* 1250 */
@media (max-width: 1250px) {
  .target-fix {
    position: relative;
    top: -80px; 
    display: block;
    visibility: hidden;
  }
  .m,
  .footer .link,
  .main_newscenter .m,
  .main_procenter ul {
    width: 800px !important;
  }
  .header .m .right ul li {
    width: 95px;
  }
  .shopArea {
    display: none;
  }
  /* 主页 */
  .main_home .home_info {
    width: 90%;
    height: auto;
    padding: 1rem 0.2rem;
  }
  .main_home .product_info {
    width: 100%;
  }
  .main_home .product_info .productArae {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .main_home .product_info .productArae .sloganItem {
    margin-right: .4rem;
    margin-bottom: .2rem;
    margin: 0 .2rem .2rem;
  }
  .main_home .brand_info {
    width: 100%;
    height: auto;
    background-color: #fff;
  } 
  .main_home .brandArea {
    /* justify-content: space-around; */
  }
  .main_home .brandArea .brandItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: .16rem;
    width: 32%;
    margin: 0px;
    margin-right: 2%;
    margin-bottom: .24rem;
  }
  .main_home .brandArea .brandItem:nth-child(3n) {
    margin-right: 0;
  }
  .main_home .brandArea .brandItem a {
    color: #000;      
  }
  .main_home .brandArea .brandItem a > img {
    width: 100%;
    height: auto;
    /* height: 2.4rem; */
  }
  .main_home .brandArea .brandItem a .brandTitle {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    text-align:center;
    margin-top: .1rem;
  }
  /* 1250 公司简介 */
  .main_introduce .introduction_info .introductionArea {
    padding: 0 0.2rem;
    width: 100%;
    flex-direction: column;
  }
  .main_introduce .introduction_info .introductionArea .introductionImg {
    width: 100%;
  }
  .main_introduce .introduction_info .introductionArea .introductionText {
    margin-left: 0;
    padding: 0.2rem;
    font-size: 0.15rem;
  }
  .main_introduce .cultrue_info .cultrueArea {
    width: 100%;
    padding: 0 .4rem;
    flex-wrap: wrap;
  }
  .main_introduce .cultrue_info .cultrueArea .cultrueItem {
    margin-bottom: .2rem;
  }
  .main_introduce .belief_info .beliefArea {
    width: 100%;
    padding: 0 .2rem;
    flex-wrap: wrap;
  }
  .main_introduce .belief_info .beliefArea .beliefItem {
    margin-bottom: .2rem;
    width: 1.4rem;
    height: 1.4rem;
  }
  .main_introduce .belief_info .beliefArea .beliefItem .beliefText {
    margin-top: .1rem;
  }
  /* 商品橱窗 */
  .main_pro .pro_info {
    width: 100%;
    padding: 0.8rem .2rem 0 .2rem;
  }
  /* .main_pro .pro_info .productMain .productArea {
    justify-content: space-around;
  } */
  /* 商品详情 */
  .main_pro .prodetail_info {
    width: 100%;
    padding: 0.8rem 0.1rem 0;
  }
  .main_pro .prodetail_info .productMain .menuArea {
    width: 2rem;
  }
  .main_pro .prodetail_info .productMain .productDetail {
    margin-left: .2rem;
  }
  .main_pro .prodetail_info .productMain .productDetail .productMainInfo {
    flex-direction: column;
  }
  .main_pro .prodetail_info .productMain .productDetail .productMainInfo .productImages {
    /* width: 100%; */
  }
  .main_pro .prodetail_info .productMain .productDetail .productMainInfo .productImages .productMainImg {
    /* width: 100%; */
  }
  .main_pro .prodetail_info .productMain .productDetail .productMainInfo .productInfos {
    margin-left: 0;
  }
  
  /* 1250 联系我们 */
  .main_contact {
	width: 100%;
  }
  .main_contact .mapArea {
	width: 60%;
	height: auto;
  }
  .banner .contactInfo {
    left: 26%;
  }
  .banner .contactInfo .contactTitle {
    font-size: .24rem;
    line-height: .24rem;
  }
  .banner .contactInfo .contactSlogan {
    font-size: .24rem;
  }
  /* 1250 底部 */
  .footer .link {
    height: auto;
    padding: 0.33rem 0.2rem;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
  }
  .footer .link .fl {
    padding-right: .2rem;
  }
  .footer .link .fl ul {
    margin-right: .1rem;
  }
  .footer .link .fl ul li:first-child {
    margin-bottom: .05rem;
  }
  .footer .link .contactPhone {
    /* display: block; */
  }
  .footer .link .contactPhone h4 {
    margin-bottom: 0.2rem;
  }
  .footer .link .specialText {
    border-bottom: none;
    margin-bottom: 0.1rem;
  }
  .footer .link .code {
    justify-content: center;
    width: 100%;
    display: flex;
    align-items: center;
    margin-left: 0;
	  border: none;
    border-left: 1px dashed rgba(204, 204, 204, 0.3);
  }
  .footer .link .code .item {
    margin: 0 0.1rem;
  }
  .footer .link .code .item img {
    width: 0.5rem;
    height: 0.5rem;
  }
  .footer .link .code .item p {
    font-size: 0.1rem;
    color: #e6e6e6;
  }
  .footer .address .m p {
    display: none;
  }
  .footer .address {
    width: 100%;
    padding: 0rem;
    /* padding: .4rem 1rem; */
    height: auto;
  }
  .footer .address .m span {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 0.2rem;
    line-height: 0.4rem;
  }
}
/* 768像素 */
@media (max-width: 768px) {
  .target-fix {
    position: relative;
    top: -1rem; 
    display: block;
    visibility: hidden;
  }
  .m,
  .main_home,
  .footer .link,
  .main_procenter ul,
  .main_newscenter .m {
    width: 100% !important;
  }    
  .header {
    width: 100%;
    background-color: #fff;
    height: 1rem;
  }
  .header .m .right ul {
    display: none;
  }
  .header .m {
    padding: 0 0.3rem;
  }
  .header .m h1 {
    display: flex;
    align-items: center;
    width: 3.5rem;
  }
  .header .m h1 img {
    width: 100%;
    height: auto;
  }
  .header .m .right .shopArea {
    display: none;
  }
  .banner {
    height: 2rem;
  }
  .banner .swiper-container .swiper-slide .m {
    width: 7.1rem !important;
  }
  .banner .swiper-container .swiper-slide .m .font {
    width: 3rem;
  }
  .banner .swiper-container .swiper-slide .m .font p {
    font-size: 0.21rem;
    margin-bottom: 0.13rem;
  }
  .banner .swiper-container .swiper-slide .m .font .md {
    margin-bottom: 0.13rem;
  }
  .banner .swiper-container .swiper-slide .m .font .md img {
    width: 0.6rem;
  }
  .main_home {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .main_home .home_info {
    top: -1.34rem;
    width: 90%;
    height: auto;
    padding: 1rem 0.2rem;
  }
  .main_home .home_info .infoLine {
    align-items: center;
  }
  .main_home .home_info .infoLine .companyName {
    font-size: 0.3rem;
  }
  .main_home .home_info .infoLine .companyBtn > a {
    font-size: 0.2rem;
    /* height: 0.4rem; */
    /* padding: 0.2rem; */
  }
  .main_home .home_info .infoMessage {
    font-size: 0.24rem;
  }
  .main_home .home_info .sloganArae {
    margin-top: 0.4rem;
  }
  /* .main_home .home_info .sloganArae .sloganItem {
		width: .2rem;
	} */
  .main_home .home_info .sloganArae .sloganItem > img {
    width: 0.8rem;
    height: 0.8rem;
  }
  .main_home .home_info .sloganArae .sloganItem .sloganText {
    font-size: 0.24rem;
  }
  /* 768 产品区域 */
  .main_home .product_info {
    width: 100%;
  }
  .main_home .product_info .productArae {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .main_home .product_info .productArae .sloganItem > a > img {
    width: 100%;
  }
  .main_home .product_info .productArae .sloganItem:nth-child(n + 2) {
    margin-top: 0.4rem;
  }
  /* 768 品牌区域 */
  .main_home .brand_info {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 0.85rem .2rem;
  }
  .main_home .brandArea {
    justify-content: space-around;
  }
  .main_home .brandArea .brandItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: .2rem;
    width: 49%;
    margin: 0px;
    margin-right: 2% !important;
    margin-bottom: .34rem;
  }
  .main_home .brandArea .brandItem:nth-child(2n) {
    margin-right: 0 !important;
  }
  .main_home .brandArea .brandItem a {
      color: #000;
  }
  .main_home .brandArea .brandItem a > img {
    width: 100%;
    /* height: 2.4rem; */
  }
  .main_home .brandArea .brandItem a .brandTitle {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
  }
  .main_home .brandBtn {
    height: fit-content;
    margin-top: .2rem;
  }
  .main_home .brandBtn > a {
    display: block;
  }
  /* 768 介绍页 */
  .main_introduce .introduction_info {
    padding: 0.8rem 0;
  }
  .main_introduce .introduction_info .introductionArea {
    flex-direction: column;
    width: 100%;
    padding: 0 0.2rem;
  }
  .main_introduce .introduction_info .introductionArea .introductionImg {
    width: 100%;
  }
  .main_introduce .introduction_info .introductionArea .introductionText {
    margin-left: 0;
    padding: 0.2rem;
    font-size: 0.24rem;
  }
  .main_introduce .cultrue_info {
    padding: 0.8rem 0;
  }
  .main_introduce .cultrue_info .cultrueArea {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  
  .main_introduce .cultrue_info .cultrueArea .cultrueItem {
    
    margin-bottom: 0.2rem;
    margin-right: .2rem;
  }
  .main_introduce .cultrue_info .cultrueItem .cultrueImg {
    width: 2rem;
    height: 2rem;
  }
  .main_introduce .belief_info {
    padding: 0.8rem 0;
  }
  .main_introduce .belief_info .beliefArea {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    justify-content: space-around;
    /* justify-content: space-between; */
    align-items: center;
    width: 100%;
    margin-top: 0.8rem;
  }
  .main_introduce .belief_info .beliefArea .beliefItem {
    width: 2.4rem;
    height: 2.4rem;
    margin-bottom: 0.8rem;
  }
  .main_introduce .belief_info .beliefArea .beliefItem .beliefImg {
    width: .5rem;
    height: .5rem;
  }
  .main_introduce .belief_info .beliefArea .beliefItem .beliefText {
    font-size: .24rem;
  }
  /* 768 产品橱窗页 */
  .main_pro .pro_info {
    width: 100%;
    /* padding: 0 .2rem; */
    padding: 0.2rem 0.2rem 0;
  }
  .main_pro .pro_info .productMain {
    flex-direction: column;
    width: 100%;
  }
  .main_pro .pro_info .productMain .menuArea {
    width: 100%;
  }
  .main_pro .pro_info .productMain .menuArea > li > a {
    line-height: 0.8rem;
    font-size: 0.24rem;
  }
  .main_pro .pro_info .productMain .menuArea > li > ul > li {
    line-height: 0.8rem;
    font-size: 0.24rem;
  }
  .main_pro .pro_info .productMain .productArea {
    margin-left: 0;
    /* justify-content: center; */
    margin-top: 0.4rem;
  }
  .noData {
    flex: auto;
    min-height: 2.4rem;
    margin-left: 0;
    font-size: .2rem;
  }
  .main_pro .pro_info .productMain .productArea .productItem {
    width: 48%;
    margin-right: 1%
  }
  .main_pro .pro_info .productMain .productArea .productItem:nth-child(2n) {
    margin-right: 0;
  }
  .main_pro .pro_info .productMain .productArea .productItem .itemBox > img {
    /* width: 2.4rem;
    height: 2.4rem; */
    width: 100%;
  }
  .main_pro .pro_info .productMain .productArea .productItem .itemBox > span {
    /* width: 2.4rem; */
    width: 100%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  /* 768 产品详情页 */
  .main_pro .prodetail_info {
    width: 100%;
    padding: 1.6rem 0.2rem 0;
  }
  .main_pro .prodetail_info .productMain {
    flex-direction: column;
    width: 100%;
  }
  .main_pro .prodetail_info .productMain .menuArea {
    width: 100%;
  }
  .main_pro .prodetail_info .productMain .menuArea > li > a {
    line-height: 0.8rem;
    font-size: 0.24rem;
  }
  .main_pro .prodetail_info .productMain .menuArea > li > ul > li {
    line-height: 0.8rem;
    font-size: 0.24rem;
  }
  .main_pro .prodetail_info .productMain .productArea {
    margin-left: 0;
    justify-content: center;
    margin-top: 0.4rem;
  }
  .main_pro .prodetail_info .productMain .productDetail {
    margin-left: 0;
    margin-top: 0.8rem;
  }
  .main_pro .prodetail_info .productMain .productDetail .productMainInfo {
    flex-direction: column;
  }
  .main_pro
    .prodetail_info
    .productMain
    .productDetail
    .productMainInfo
    .productImages {
    width: 100%;
  }
  .main_pro
    .prodetail_info
    .productMain
    .productDetail
    .productMainInfo
    .productImages
    .productMainImg {
    width: 100%;
  }
  .main_pro
    .prodetail_info
    .productMain
    .productDetail
    .productMainInfo
    .productInfos {
    margin-left: 0;
    margin-top: 0.2rem;
  }
  .main_pro
    .prodetail_info
    .productMain
    .productDetail
    .productMainInfo
    .productInfos
    .productInfoTop {
    /* height: 8.24rem; */
    border-bottom: 1px dashed #dedede;
    line-height: 0.9rem;
  }
  .main_pro
    .prodetail_info
    .productMain
    .productDetail
    .productMainInfo
    .productInfos
    .productTitle {
    padding: 0;
    font-size: 0.32rem;
  }
  .main_pro
    .prodetail_info
    .productMain
    .productDetail
    .productMainInfo
    .productInfos
    .productPriceLine {
    font-size: 0.24rem;
  }
  .main_pro
    .prodetail_info
    .productMain
    .productDetail
    .productMainInfo
    .productInfos
    .productPrice {
    font-size: 0.34rem;
  }
  .main_pro
    .prodetail_info
    .productMain
    .productDetail
    .productMainInfo
    .productInfos
    .productLine {
    font-size: 0.24rem;
  }
  .main_pro
    .prodetail_info
    .productMain
    .productDetail
    .productMainInfo
    .productInfos
    .productInfoBottom {
    font-size: 0.24rem;
  }
  .main_pro
    .prodetail_info
    .productMain
    .productDetail
    .productDesc
    .descTitle {
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
  }
  .banner .contactInfo .contactTitle {
    font-size: .2rem;
    line-height: .2rem;
  }
  .banner .contactInfo .contactSlogan {
    font-size: .2rem;
  }
  /* 768 底部 */
  .footer .link {
    height: auto;
    padding: 0.33rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer .link .fl {
    display: none;
  }
  .footer .link .contactPhone {
    display: block;
  }
  .footer .link .contactPhone h4 {
    margin-bottom: 0.2rem;
  }
  .footer .link .specialText {
    border-bottom: none;
    margin-bottom: 0.2rem;
  }
  .footer .link .code {
    justify-content: center;
    width: 100%;
    display: flex;
    align-items: center;
    margin-left: 0;
  }
  .footer .link .code .item {
    margin: 0 0.2rem;
  }
  .footer .link .code .item img {
    width: 1.58rem;
    height: 1.58rem;
  }
  .footer .link .code .item p {
    font-size: 0.2rem;
    color: #e6e6e6;
  }
  .footer .address .m p {
    display: none;
  }
  .footer .address {
    width: 100%;
    padding: 0rem;
    /* padding: .4rem 1rem; */
    height: auto;
  }
  .footer .address .m span {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 0.2rem;
    line-height: 0.4rem;
  }
  /* 768 联系我们部分 */
  .main_contact {
    width: 100%;
    flex-direction: column;
    padding: 0.4rem 0;
  }
  .main_contact .mapArea {
    width: 100%;
    height: auto;
  }
  .main_contact .contactInfo {
    margin-left: 0px;
  }
  .map {
    width: 6.9rem;
    margin: 0 auto;
  }
  .map img {
    width: 100%;
  }
  .main_news {
    padding: 0 0.3rem;
    padding-top: 1rem;
  }
  .main_news h2 {
    font-size: 0.4rem;
    text-align: center;
  }
  .main_news ul {
    margin-top: 0.6rem;
    display: block;
  }
  .main_news ul li {
    margin: 0;
    margin-bottom: 0.3rem;
    width: 100%;
  }
  .main_news ul li .pic {
    height: auto;
  }
  .main_news ul li .box {
    height: auto;
    padding: 0.4rem;
  }
  .main_news ul li .box p {
    font-size: 0.35rem;
    margin-bottom: 0.3rem;
  }
  .main_news ul li .box span {
    font-size: 0.28rem;
    width: 100%;
  }
  .page div {
    font-size: 0.26rem;
    height: 0.6rem;
    min-width: 0.6rem;
    padding: 0 0.1rem;
    text-align: center;
    justify-content: center;
  }
  .banner .swiper-container .swiper-slide .m .font em {
    font-size: 0.26rem;
    line-height: 0.45rem;
  }
  .main_news.pro ul li {
    width: 100%;
    margin: 0;
    margin-bottom: 0.3rem;
  }
  .main_news.pro ul li .pic {
    height: auto;
  }
  .main_news.pro ul li .box {
    height: auto;
    padding: 0.4rem;
  }
  .main_news.pro ul li .box p {
    font-size: 0.35rem;
    margin-bottom: 0.3rem;
  }
  .main_news.pro ul li .box span {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .infos {
    width: 6.9rem;
    margin: 0 auto;
    margin-top: 1rem;
    display: block;
  }
  .infos .pic {
    width: 100%;
  }
  .infos .grow {
    width: 100%;
    height: auto;
    padding: 0.4rem;
  }
  .infos .grow p {
    font-size: 0.4rem;
    margin-bottom: 0.3rem;
  }
  .infos .grow span {
    font-size: 0.28rem;
    line-height: 0.5rem;
    margin-bottom: 0.3rem;
  }
  .infos .grow em {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  .main_canshu {
    margin-top: 1rem;
    padding: 0 0.3rem;
    width: 100%;
  }
  .main_canshu .title {
    width: 100%;
  }
  .main_canshu .title h2 {
    font-size: 0.5rem;
  }
  .main_canshu .title > span {
    font-size: 0.3rem;
  }
  .main_canshu .title .b {
    margin-top: 0.3rem;
  }
  .main_canshu .title .line {
    padding: 0.3rem;
  }
  .main_canshu .title .line div p {
    font-size: 0.28rem;
    line-height: 0.45rem;
  }
  .main_canshu .title .line div span {
    width: 2rem;
    font-size: 0.28rem;
    line-height: 0.45rem;
  }
  .main_canshu ul {
    margin-top: 0.6rem;
    padding: 0;
  }
  .main_canshu ul li {
    margin-bottom: 0.6rem;
  }
  .main_contacts {
    padding: 0.6rem 0.3rem;
    display: block;
  }
  .main_contacts .m {
    display: block;
  }
  .main_contacts .m .form {
    width: 100%;
  }
  .main_contacts .m .form h2 {
    font-size: 0.4rem;
    margin-bottom: 0.5rem;
  }
  .main_contacts .m .form .label {
    margin-bottom: 0.3rem;
  }
  .main_contacts .m .form .label .inp {
    height: 1rem;
  }
  .main_contacts .m .form .label input {
    padding-left: 0.2rem;
    font-size: 0.28rem;
  }
  .main_contacts .m .form .label .inp1 {
    height: 1rem;
  }
  .main_contacts .m .form .label select {
    height: 1rem;
    padding-left: 0.2rem;
    font-size: 0.28rem;
  }
  .main_contacts .m .form .label .inp2 {
    height: 1rem;
  }
  .main_contacts .m .form .submit {
    width: 100%;
    height: 1rem;
    margin: 0 auto;
    margin-top: 0.4rem;
    font-size: 0.3rem;
  }
  .main_contacts .m .tel {
    width: 100%;
    margin-top: 0.6rem;
  }
  .main_contacts .m .tel .bg {
    height: 3rem;
    padding: 0.4rem;
    font-size: 0.4rem;
  }
  .main_contacts .m .tel .box {
    height: auto;
    padding: 0.4rem;
  }
  .main_contacts .m .tel .box p {
    font-size: 0.4rem;
    margin-bottom: 0.2rem;
  }
  .main_contacts .m .tel .box span {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  .header .m .right .cha select {
    width: 1rem;
    padding-left: 0.2rem;
    font-size: 0.26rem;
  }
  .header .m .right .cha .icons {
    width: 0.4rem;
  }
  .header .m .right .cha .downs {
    width: 0.14rem;
  }
  .menu {
    width: 0.5rem;
    margin-left: 0.3rem;
    display: block;
  }
  .mobile_navbar {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    display: none;
  }
  .mobile_navbar .box {
    width: 70%;
    position: absolute;
    right: -70%;
    top: 0;
    overflow: auto;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .mobile_navbar .box ul {
    overflow: hidden;
  }
  .mobile_navbar .box ul li {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #ececec;
  }
  .mobile_navbar .box ul li > a {
    display: flex;
    align-items: center;
    height: 100%;
    height: 0.9rem;
    padding-right: 0.2rem;
    padding-left: 0.3rem;
    font-size: 0.28rem;
    color: #333;
    justify-content: space-between;
  }
  .mobile_navbar .box ul li > a.on img {
    transform: rotate(90deg);
  }
  .mobile_navbar .box ul li > a img {
    transition: all 0.2s;
  }
  .childer {
    overflow: hidden;
    padding-left: 0.3rem;
    display: none;
  }
  .childer a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ececec;
    height: 100%;
    height: 0.9rem;
    padding-left: 0.5rem;
    font-size: 0.26rem;
    color: #333;
  }
  .childer a:last-child {
    border: none;
  }
  .mobile_navbar .box > img {
    width: 0.4rem;
    margin: 0.3rem;
    float: right;
  }
  .mobile_navbar .box ul li div {
    display: none;
  }
  .mobile_navbar .box ul li div a {
    display: flex;
    align-items: center;
    height: 1rem;
    padding-left: 0.6rem;
    color: #9d9ea5;
    font-size: 0.28rem;
  }
  .mobile_navbar .box .buyType {
    width: 100%;
    padding: 0.1rem;
    display: flex;
    justify-content: space-around;
    margin-top: 0.4rem;
  }
  .mobile_navbar .box .buyType > a {
    display: block;
  }
  .mobile_navbar .box .buyType > a > img {
    display: block;
    /*width: 2.4rem;*/
    width: 126px;
  }
  
  .banner.home {
    height: 3.6rem !important;
    padding-top: 1rem;
  }
  .banner .swiper-container .swiper-slide .m h3 {
    font-size: 0.4rem;
    margin-top: 1rem;
  }
  .main_home .main_introduce .box .grow .more {
    width: 3rem;
    height: 0.9rem;
    float: none;
    margin: 0 auto;
    margin-top: 0.5rem;
  }
  .desfont {
    font-size: 0.26rem;
    line-height: 0.45rem;
    text-align: center;
    padding: 0 0.3rem;
  }
  .main_procenter {
    padding: 1rem 0.3rem;
  }
  .main_procenter ul {
    display: block;
    margin-top: 0.5rem;
  }
  .main_procenter ul li {
    width: 100%;
    margin: 0;
    height: auto;
    margin-bottom: 0.3rem;
  }
  .main_procenter ul li .pic {
    height: auto;
  }
  .main_procenter ul li .box p {
    font-size: 0.4rem;
    margin-bottom: 0.3rem;
  }
  .main_procenter ul li .box span {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  .main_procenter ul li .box {
    height: auto;
    padding: 0.4rem;
    position: static;
  }
  .main_newscenter {
    padding: 1rem 0.3rem;
  }
  .main_newscenter .m .title .left .fonts span {
    display: none;
  }
  .main_newscenter .m .title .left .fonts {
    margin-left: 0.2rem;
  }
  .main_newscenter .m .title .left .line {
    width: 0.05rem;
    height: 0.4rem;
  }
  .main_newscenter .m .title .icon img {
    width: 0.8rem !important;
    margin-left: 0.2rem;
  }
  .main_newscenter .m .title .left .fonts p {
    font-size: 0.35rem;
    margin-bottom: 0;
  }
  .main_newscenter .m .boxs {
    margin-top: 0.6rem;
  }
  .main_newscenter .m .boxs .swiper-slide {
    width: 100%;
    margin: 0;
  }
  .main_newscenter .m .boxs .item {
    width: 100%;
    float: none;
    margin: 0;
  }
  .main_newscenter .m .boxs .item .pic {
    height: auto;
  }
  .main_newscenter .m .boxs .item .box {
    height: auto;
    padding: 0.4rem;
  }
  .main_newscenter .m .boxs .item .box p {
    font-size: 0.35rem;
    margin-bottom: 0.3rem;
  }
  .main_newscenter .m .boxs .item .box span {
    display: block;
    font-size: 0.28rem;
  }
  .huoban {
    padding: 1rem 0.3rem;
  }
  .huoban .m .title .left .fonts span {
    display: none;
  }
  .huoban .m .title .left .fonts {
    margin-left: 0.2rem;
  }
  .huoban .m .title .left .line {
    width: 0.05rem;
    height: 0.4rem;
  }
  .huoban .m .title .left .fonts p {
    font-size: 0.35rem;
    margin-bottom: 0;
  }
  .huoban .m .title .icon img {
    width: 0.8rem !important;
    margin-left: 0.2rem;
  }
  .huoban .m .boxs {
    margin-top: 0.6rem;
  }
  .huoban .m .boxs ul li {
    margin-right: 1%;
  }
  .main_contact #map {
    height: 5rem;
  }
  .main_contact ul li:hover {
    border-bottom: 2px solid #0a8d00;
  }
}

*::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: hsla(0, 0%, 66.7%, 0.5);
  border: 2px solid transparent;
  // box-shadow: inset 0 0 6px rgba(0,0,0,.4);
  border-radius: 6px;
  background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(157, 165, 183, 0.7);
}
*::-webkit-scrollbar-track {
  background-color: hsla(0, 0%, 86.7%, 0.55);
  // border-radius: 5px;
}
/*# sourceMappingURL=css.css.map */
